|
31 | 31 | "noticeTitle": { |
32 | 32 | "message": "Notice" |
33 | 33 | }, |
| 34 | + "dontShowAgain": { |
| 35 | + "message": "Don't show again" |
| 36 | + }, |
34 | 37 | "operationNotSupported": { |
35 | 38 | "message": "This operation is not supported by your hardware." |
36 | 39 | }, |
|
68 | 71 | "close": { |
69 | 72 | "message": "Close" |
70 | 73 | }, |
| 74 | + "OK": { |
| 75 | + "message": "OK" |
| 76 | + }, |
71 | 77 | "cancel": { |
72 | 78 | "message": "Cancel" |
73 | 79 | }, |
|
86 | 92 | "permanentExpertMode": { |
87 | 93 | "message": "Permanently enable Expert Mode" |
88 | 94 | }, |
| 95 | + "warningSettings": { |
| 96 | + "message": "Show warnings" |
| 97 | + }, |
89 | 98 | "rememberLastTab": { |
90 | 99 | "message": "Reopen last tab on connect" |
91 | 100 | }, |
|
6205 | 6214 | }, |
6206 | 6215 | "cordovaExitAppMessage": { |
6207 | 6216 | "message": "Do you really want to close the configurator?" |
| 6217 | + }, |
| 6218 | + "dropDownSelectAll": { |
| 6219 | + "message": "[Select all]", |
| 6220 | + "description": "Select all item in the drop down/multiple select" |
| 6221 | + }, |
| 6222 | + "dropDownAll": { |
| 6223 | + "message": "All", |
| 6224 | + "description": "Text indicating everything is selected in the drop down/multiple select" |
| 6225 | + }, |
| 6226 | + "tabPresets": { |
| 6227 | + "message": "Presets", |
| 6228 | + "description": "Presets tab title" |
| 6229 | + }, |
| 6230 | + "presetsReload": { |
| 6231 | + "message": "Reload", |
| 6232 | + "description": "Text on the reload button that appears when there in an error loading presets index" |
| 6233 | + }, |
| 6234 | + "presetsAuthor": { |
| 6235 | + "message": "Author:", |
| 6236 | + "description": "Hint text in the presets detailed dialog" |
| 6237 | + }, |
| 6238 | + "presetsKeywords": { |
| 6239 | + "message": "Keywords:", |
| 6240 | + "description": "Hint text in the presets detailed dialog" |
| 6241 | + }, |
| 6242 | + "presetsVersions": { |
| 6243 | + "message": "Firmware:", |
| 6244 | + "description": "Hint text in the presets detailed dialog" |
| 6245 | + }, |
| 6246 | + "presetsOfficial": { |
| 6247 | + "message": "Official", |
| 6248 | + "description": "Hint text in the presets detailed dialog indication preset is official" |
| 6249 | + }, |
| 6250 | + "presetsCommunity": { |
| 6251 | + "message": "Community", |
| 6252 | + "description": "Hint text in the presets detailed dialog indication preset is not official but community" |
| 6253 | + }, |
| 6254 | + "presetsExperimental": { |
| 6255 | + "message": "Experimental", |
| 6256 | + "description": "Hint text in the presets detailed dialog indication preset is not official but experimental" |
| 6257 | + }, |
| 6258 | + "presetsApply": { |
| 6259 | + "message": "Pick", |
| 6260 | + "description": "Button to pick a preset" |
| 6261 | + }, |
| 6262 | + "presetsViewOnline": { |
| 6263 | + "message": "View online…", |
| 6264 | + "description": "Link text for opening preset file online" |
| 6265 | + }, |
| 6266 | + "presetsOpenDiscussion": { |
| 6267 | + "message": "Discussion…", |
| 6268 | + "description": "Link text for opening preset discussion" |
| 6269 | + }, |
| 6270 | + "presetsShowCli": { |
| 6271 | + "message": "Show CLI", |
| 6272 | + "description": "Button to show CLI code of a preset" |
| 6273 | + }, |
| 6274 | + "presetsHideCli": { |
| 6275 | + "message": "Hide CLI", |
| 6276 | + "description": "Button to hide CLI code of a preset" |
| 6277 | + }, |
| 6278 | + "presetsOptions": { |
| 6279 | + "message": "Options", |
| 6280 | + "description": "Text label for Options drop down select" |
| 6281 | + }, |
| 6282 | + "presetsFilterCategory": { |
| 6283 | + "message": "Categories", |
| 6284 | + "description": "UI filter name" |
| 6285 | + }, |
| 6286 | + "presetsFilterKeyword": { |
| 6287 | + "message": "Keywords", |
| 6288 | + "description": "UI filter name" |
| 6289 | + }, |
| 6290 | + "presetsFilterAuthor": { |
| 6291 | + "message": "Authors", |
| 6292 | + "description": "UI filter name" |
| 6293 | + }, |
| 6294 | + "presetsFilterFirmware": { |
| 6295 | + "message": "Firmwares", |
| 6296 | + "description": "UI filter name" |
| 6297 | + }, |
| 6298 | + "presetsFilterStatus": { |
| 6299 | + "message": "Status", |
| 6300 | + "description": "UI filter name - official/community/experimental" |
| 6301 | + }, |
| 6302 | + "presetsLoadError": { |
| 6303 | + "message": "Error loading presets from the internet", |
| 6304 | + "description": "Error report when failed to load presets index or a specific preset" |
| 6305 | + }, |
| 6306 | + "presetsButtonSave": { |
| 6307 | + "message": "Save and Reboot", |
| 6308 | + "description": "A button that saves all appied presets - analog to 'save' command in CLI" |
| 6309 | + }, |
| 6310 | + "presetsButtonCancel": { |
| 6311 | + "message": "Cancel", |
| 6312 | + "description": "A button that restarts FC without saving appied presets - analog to 'exit' command in CLI" |
| 6313 | + }, |
| 6314 | + "presetsApplyingPresets": { |
| 6315 | + "message": "Applying configuration...", |
| 6316 | + "description": "First label in the progress dialog when applying configuration (presets or user config)" |
| 6317 | + }, |
| 6318 | + "presetsPleaseWait": { |
| 6319 | + "message": "Please wait.", |
| 6320 | + "description": "Second label in the progress dialog when applying presets" |
| 6321 | + }, |
| 6322 | + "presetsCliErrorsWaring": { |
| 6323 | + "message": "<span class='message-negative'>WARNING!</span><br/>Configuration has been applied with CLI errors.", |
| 6324 | + "description": "Text to show when there are CLI errors after applying presets or user configuration" |
| 6325 | + }, |
| 6326 | + "presetsSaveAnyway": { |
| 6327 | + "message": "Save anyway", |
| 6328 | + "description": "Save anyway button on the CLI errors presets dialog" |
| 6329 | + }, |
| 6330 | + "presetsWarningDialogTitle": { |
| 6331 | + "message": "WARNING!", |
| 6332 | + "description": "Warning title in the warning dialog in the presets" |
| 6333 | + }, |
| 6334 | + "presetsWarningDialogYesButton": { |
| 6335 | + "message": "Agree", |
| 6336 | + "description": "Agree button in the presets warning dialog" |
| 6337 | + }, |
| 6338 | + "presetsWarningDialogNoButton": { |
| 6339 | + "message": "Cancel", |
| 6340 | + "description": "Cancel button in the presets warning dialog" |
| 6341 | + }, |
| 6342 | + "presetsWiki": { |
| 6343 | + "message": "Presets Wiki", |
| 6344 | + "description": "Button to open Presets Wiki link" |
| 6345 | + }, |
| 6346 | + "presetsBackupSave": { |
| 6347 | + "message": "Save backup", |
| 6348 | + "description": "Button to backup current configuration to file" |
| 6349 | + }, |
| 6350 | + "presetsBackupLoad": { |
| 6351 | + "message": "Load backup", |
| 6352 | + "description": "Button to load backup from the file" |
| 6353 | + }, |
| 6354 | + "presetsLoadingDumpAll": { |
| 6355 | + "message": "Loading current configuration from the flight controller", |
| 6356 | + "description": "Title for the waiting dialog when loading dump all into a file" |
| 6357 | + }, |
| 6358 | + "dumpAllNotSavedWarning": { |
| 6359 | + "message": "Error occured while saving current configuration", |
| 6360 | + "description": "Message appears on presets tab when saving current diff all into a file has failed" |
| 6361 | + }, |
| 6362 | + "presetSources": { |
| 6363 | + "message": "Preset sources...", |
| 6364 | + "description": "A button to show preset sources dialog" |
| 6365 | + }, |
| 6366 | + "presetsSourcesDialogTitle": { |
| 6367 | + "message": "Preset sources", |
| 6368 | + "description": "A button to show preset sources dialog" |
| 6369 | + }, |
| 6370 | + "presetsSourcesDialogAddNew": { |
| 6371 | + "message": "Add new source", |
| 6372 | + "description": "A button to show preset sources dialog" |
| 6373 | + }, |
| 6374 | + "presetsSourcesDialogDefaultSourceName": { |
| 6375 | + "message": "New Custom Preset Source", |
| 6376 | + "description": "A default preset source (repo) name" |
| 6377 | + }, |
| 6378 | + "presetsSourcesDialogSaveSource": { |
| 6379 | + "message": "Save", |
| 6380 | + "description": "Presets tab, sources dialog, button to save new or editable source" |
| 6381 | + }, |
| 6382 | + "presetsSourcesDialogResetSource": { |
| 6383 | + "message": "Reset", |
| 6384 | + "description": "Presets tab, sources dialog, button to reset source after modifications" |
| 6385 | + }, |
| 6386 | + "presetsSourcesDialogMakeSourceActive": { |
| 6387 | + "message": "Make Active", |
| 6388 | + "description": "Presets tab, sources dialog, button to make selected source active" |
| 6389 | + }, |
| 6390 | + "presetsSourcesDialogDeleteSource": { |
| 6391 | + "message": "Delete", |
| 6392 | + "description": "Presets tab, sources dialog, button to delete selected source" |
| 6393 | + }, |
| 6394 | + "presetsWarningNotOfficialSource": { |
| 6395 | + "message": "<span class=\"message-negative\">WARNING!</span> A third party preset source is selected.", |
| 6396 | + "description": "Warning message that shows up when a third party preset source is selected" |
| 6397 | + }, |
| 6398 | + "presetsWarningBackup": { |
| 6399 | + "message": "Please make sure you backup your current configuration ('$t(presetsBackupSave.message)' button or via CLI if the button is disabled) <strong>before</strong> picking and applying presets. Otherwise there is no way to return to previous configuration after applying presets.", |
| 6400 | + "description": "Warning message that shows up at the top of the presets tab" |
| 6401 | + }, |
| 6402 | + "presets_sources_dialog_warning": { |
| 6403 | + "message": "<span class=\"message-negative\">WARNING!</span> Using third party preset sources could be dangerous.<br/>Make sure you add and use only trusted sources. Malicious or bad preset sources will break your drone configuration and can potentially harm your devices.", |
| 6404 | + "description": "Warning message that shows up at the top of the preset sources dialog" |
| 6405 | + }, |
| 6406 | + "presetsWarningWrongVersionConfirmation": { |
| 6407 | + "message": "Picked preset requires firmware version $1<br/> Current firmware version is $2", |
| 6408 | + "description": "Warning message that shows up at the top of the preset sources dialog" |
| 6409 | + }, |
| 6410 | + "presetsNoPresetsFound": { |
| 6411 | + "message": "No presets found for the given search paramteres", |
| 6412 | + "description": "Message that apprears on presets tab if no presets were found" |
| 6413 | + }, |
| 6414 | + "presetsTooManyPresetsFound": { |
| 6415 | + "message": "Reached the maximum limit of the shown presets number", |
| 6416 | + "description": "Message that apprears on presets tab if too many presets found" |
6208 | 6417 | } |
6209 | 6418 | } |
0 commit comments