This commit is contained in:
parent
d5e084f9e0
commit
0a29f22eff
1 changed files with 21 additions and 0 deletions
|
@ -383,6 +383,27 @@
|
||||||
"filterInputPlaceholder": {
|
"filterInputPlaceholder": {
|
||||||
"message": "Search container name"
|
"message": "Search container name"
|
||||||
},
|
},
|
||||||
|
"imageAltContainerInfo": {
|
||||||
|
"message": "Container info",
|
||||||
|
"description": "Alt text for right-arrow button to view container info"
|
||||||
|
},
|
||||||
|
"defaultContainerLabel": {
|
||||||
|
"message": "Default Container",
|
||||||
|
"description": "The title of the default container"
|
||||||
|
},
|
||||||
|
"openContainerPanel": {
|
||||||
|
"message": "Open container panel",
|
||||||
|
"description": "Label for option in the keyboard shortcut manager (associating a shortcut to open the container panel)"
|
||||||
|
},
|
||||||
|
"containerShortcut": {
|
||||||
|
"message": "Container shortcut $keyId$",
|
||||||
|
"description": "Label for option in the keyboard shortcut manager. $keyId$ is a number from 1 to 10.",
|
||||||
|
"placeholders": {
|
||||||
|
"keyId": {
|
||||||
|
"content": "$1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"backupFailure": {
|
"backupFailure": {
|
||||||
"message": "Something went wrong, backup failed: $errorMessage$",
|
"message": "Something went wrong, backup failed: $errorMessage$",
|
||||||
"description": "(Options menu) When exporting containers as a file failed",
|
"description": "(Options menu) When exporting containers as a file failed",
|
||||||
|
|
Loading…
Add table
Reference in a new issue