|
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 | }, |
|
6275 | 6284 | }, |
6276 | 6285 | "cordovaExitAppMessage": { |
6277 | 6286 | "message": "Do you really want to close the configurator?" |
| 6287 | + }, |
| 6288 | + "dropDownSelectAll": { |
| 6289 | + "message": "[Select all]", |
| 6290 | + "description": "Select all item in the drop down/multiple select" |
| 6291 | + }, |
| 6292 | + "dropDownAll": { |
| 6293 | + "message": "All", |
| 6294 | + "description": "Text indicating everything is selected in the drop down/multiple select" |
| 6295 | + }, |
| 6296 | + "tabPresets": { |
| 6297 | + "message": "Presets", |
| 6298 | + "description": "Presets tab title" |
| 6299 | + }, |
| 6300 | + "presetsReload": { |
| 6301 | + "message": "Reload", |
| 6302 | + "description": "Text on the reload button that appears when there in an error loading presets index" |
| 6303 | + }, |
| 6304 | + "presetsAuthor": { |
| 6305 | + "message": "Author:", |
| 6306 | + "description": "Hint text in the presets detailed dialog" |
| 6307 | + }, |
| 6308 | + "presetsKeywords": { |
| 6309 | + "message": "Keywords:", |
| 6310 | + "description": "Hint text in the presets detailed dialog" |
| 6311 | + }, |
| 6312 | + "presetsVersions": { |
| 6313 | + "message": "Firmware:", |
| 6314 | + "description": "Hint text in the presets detailed dialog" |
| 6315 | + }, |
| 6316 | + "presetsOfficial": { |
| 6317 | + "message": "Official", |
| 6318 | + "description": "Hint text in the presets detailed dialog indication preset is official" |
| 6319 | + }, |
| 6320 | + "presetsCommunity": { |
| 6321 | + "message": "Community", |
| 6322 | + "description": "Hint text in the presets detailed dialog indication preset is not official but community" |
| 6323 | + }, |
| 6324 | + "presetsExperimental": { |
| 6325 | + "message": "Experimental", |
| 6326 | + "description": "Hint text in the presets detailed dialog indication preset is not official but experimental" |
| 6327 | + }, |
| 6328 | + "presetsApply": { |
| 6329 | + "message": "Pick", |
| 6330 | + "description": "Button to pick a preset" |
| 6331 | + }, |
| 6332 | + "presetsViewOnline": { |
| 6333 | + "message": "View online…", |
| 6334 | + "description": "Link text for opening preset file online" |
| 6335 | + }, |
| 6336 | + "presetsOpenDiscussion": { |
| 6337 | + "message": "Discussion…", |
| 6338 | + "description": "Link text for opening preset discussion" |
| 6339 | + }, |
| 6340 | + "presetsShowCli": { |
| 6341 | + "message": "Show CLI", |
| 6342 | + "description": "Button to show CLI code of a preset" |
| 6343 | + }, |
| 6344 | + "presetsHideCli": { |
| 6345 | + "message": "Hide CLI", |
| 6346 | + "description": "Button to hide CLI code of a preset" |
| 6347 | + }, |
| 6348 | + "presetsOptions": { |
| 6349 | + "message": "Options", |
| 6350 | + "description": "Text label for Options drop down select" |
| 6351 | + }, |
| 6352 | + "presetsFilterCategory": { |
| 6353 | + "message": "Categories", |
| 6354 | + "description": "UI filter name" |
| 6355 | + }, |
| 6356 | + "presetsFilterKeyword": { |
| 6357 | + "message": "Keywords", |
| 6358 | + "description": "UI filter name" |
| 6359 | + }, |
| 6360 | + "presetsFilterAuthor": { |
| 6361 | + "message": "Authors", |
| 6362 | + "description": "UI filter name" |
| 6363 | + }, |
| 6364 | + "presetsFilterFirmware": { |
| 6365 | + "message": "Firmwares", |
| 6366 | + "description": "UI filter name" |
| 6367 | + }, |
| 6368 | + "presetsFilterStatus": { |
| 6369 | + "message": "Status", |
| 6370 | + "description": "UI filter name - official/community/experimental" |
| 6371 | + }, |
| 6372 | + "presetsLoadError": { |
| 6373 | + "message": "Error loading presets from the internet", |
| 6374 | + "description": "Error report when failed to load presets index or a specific preset" |
| 6375 | + }, |
| 6376 | + "presetsButtonSave": { |
| 6377 | + "message": "Save and Reboot", |
| 6378 | + "description": "A button that saves all appied presets - analog to 'save' command in CLI" |
| 6379 | + }, |
| 6380 | + "presetsButtonCancel": { |
| 6381 | + "message": "Cancel", |
| 6382 | + "description": "A button that restarts FC without saving appied presets - analog to 'exit' command in CLI" |
| 6383 | + }, |
| 6384 | + "presetsApplyingPresets": { |
| 6385 | + "message": "Applying configuration...", |
| 6386 | + "description": "First label in the progress dialog when applying configuration (presets or user config)" |
| 6387 | + }, |
| 6388 | + "presetsPleaseWait": { |
| 6389 | + "message": "Please wait.", |
| 6390 | + "description": "Second label in the progress dialog when applying presets" |
| 6391 | + }, |
| 6392 | + "presetsCliErrorsWaring": { |
| 6393 | + "message": "<span class='message-negative'>WARNING!</span><br/>Configuration has been applied with CLI errors.", |
| 6394 | + "description": "Text to show when there are CLI errors after applying presets or user configuration" |
| 6395 | + }, |
| 6396 | + "presetsSaveAnyway": { |
| 6397 | + "message": "Save anyway", |
| 6398 | + "description": "Save anyway button on the CLI errors presets dialog" |
| 6399 | + }, |
| 6400 | + "presetsWarningDialogTitle": { |
| 6401 | + "message": "WARNING!", |
| 6402 | + "description": "Warning title in the warning dialog in the presets" |
| 6403 | + }, |
| 6404 | + "presetsWarningDialogYesButton": { |
| 6405 | + "message": "Agree", |
| 6406 | + "description": "Agree button in the presets warning dialog" |
| 6407 | + }, |
| 6408 | + "presetsWarningDialogNoButton": { |
| 6409 | + "message": "Cancel", |
| 6410 | + "description": "Cancel button in the presets warning dialog" |
| 6411 | + }, |
| 6412 | + "presetsWiki": { |
| 6413 | + "message": "Presets Wiki", |
| 6414 | + "description": "Button to open Presets Wiki link" |
| 6415 | + }, |
| 6416 | + "presetsBackupSave": { |
| 6417 | + "message": "Save backup", |
| 6418 | + "description": "Button to backup current configuration to file" |
| 6419 | + }, |
| 6420 | + "presetsBackupLoad": { |
| 6421 | + "message": "Load backup", |
| 6422 | + "description": "Button to load backup from the file" |
| 6423 | + }, |
| 6424 | + "presetsLoadingDumpAll": { |
| 6425 | + "message": "Loading current configuration from the flight controller", |
| 6426 | + "description": "Title for the waiting dialog when loading dump all into a file" |
| 6427 | + }, |
| 6428 | + "dumpAllNotSavedWarning": { |
| 6429 | + "message": "Error occured while saving current configuration", |
| 6430 | + "description": "Message appears on presets tab when saving current diff all into a file has failed" |
| 6431 | + }, |
| 6432 | + "presetSources": { |
| 6433 | + "message": "Preset sources...", |
| 6434 | + "description": "A button to show preset sources dialog" |
| 6435 | + }, |
| 6436 | + "presetsSourcesDialogTitle": { |
| 6437 | + "message": "Preset sources", |
| 6438 | + "description": "A button to show preset sources dialog" |
| 6439 | + }, |
| 6440 | + "presetsSourcesDialogAddNew": { |
| 6441 | + "message": "Add new source", |
| 6442 | + "description": "A button to show preset sources dialog" |
| 6443 | + }, |
| 6444 | + "presetsSourcesDialogDefaultSourceName": { |
| 6445 | + "message": "New Custom Preset Source", |
| 6446 | + "description": "A default preset source (repo) name" |
| 6447 | + }, |
| 6448 | + "presetsSourcesDialogSaveSource": { |
| 6449 | + "message": "Save", |
| 6450 | + "description": "Presets tab, sources dialog, button to save new or editable source" |
| 6451 | + }, |
| 6452 | + "presetsSourcesDialogResetSource": { |
| 6453 | + "message": "Reset", |
| 6454 | + "description": "Presets tab, sources dialog, button to reset source after modifications" |
| 6455 | + }, |
| 6456 | + "presetsSourcesDialogMakeSourceActive": { |
| 6457 | + "message": "Make Active", |
| 6458 | + "description": "Presets tab, sources dialog, button to make selected source active" |
| 6459 | + }, |
| 6460 | + "presetsSourcesDialogDeleteSource": { |
| 6461 | + "message": "Delete", |
| 6462 | + "description": "Presets tab, sources dialog, button to delete selected source" |
| 6463 | + }, |
| 6464 | + "presetsWarningNotOfficialSource": { |
| 6465 | + "message": "<span class=\"message-negative\">WARNING!</span> A third party preset source is selected.", |
| 6466 | + "description": "Warning message that shows up when a third party preset source is selected" |
| 6467 | + }, |
| 6468 | + "presetsWarningBackup": { |
| 6469 | + "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.", |
| 6470 | + "description": "Warning message that shows up at the top of the presets tab" |
| 6471 | + }, |
| 6472 | + "presets_sources_dialog_warning": { |
| 6473 | + "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.", |
| 6474 | + "description": "Warning message that shows up at the top of the preset sources dialog" |
| 6475 | + }, |
| 6476 | + "presetsWarningWrongVersionConfirmation": { |
| 6477 | + "message": "Picked preset requires firmware version $1<br/> Current firmware version is $2", |
| 6478 | + "description": "Warning message that shows up at the top of the preset sources dialog" |
| 6479 | + }, |
| 6480 | + "presetsNoPresetsFound": { |
| 6481 | + "message": "No presets found for the given search paramteres", |
| 6482 | + "description": "Message that apprears on presets tab if no presets were found" |
| 6483 | + }, |
| 6484 | + "presetsTooManyPresetsFound": { |
| 6485 | + "message": "Reached the maximum limit of the shown presets number", |
| 6486 | + "description": "Message that apprears on presets tab if too many presets found" |
6278 | 6487 | } |
6279 | 6488 | } |
0 commit comments