calque/src/i18n/en-GB.json
2025-01-08 10:20:50 +01:00

54 lines
1.7 KiB
JSON

{
"shell": {
"command": {
"openCommandPalette": "Open command palette"
}
},
"page": {
"welcome": {
"title": "Hi, welcome!",
"subtitle": "Lets get started",
"edit": "Start editing",
"instructions": "Read the instructions",
"about": "Abut this app"
},
"edit": {
"menu": {
"file": "File",
"edit": "Edit",
"selection": "Selection"
},
"command": {
"open": "Open folder",
"close": "Close folder",
"closeTab": "Close tab",
"save": "Save",
"saveAs": "Save as ...",
"selectAll": "Select all",
"clearSelection": "Clear selection",
"insertKey": "Insert new key",
"insertLanguage": "Insert new language",
"delete": "Delete selected items",
"copyKey": "Copy key"
},
"prompt": {
"newKey": {
"title": "Which key do you want to create?",
"placeholder": "Name of the new key",
"description": "Hint: use `.` to denote nested keys,\ni.e. `this.is.some.key` would be a key that is four levels deep."
},
"newLanguage": {
"title": "Which language do you want to add?",
"placeholder": "Locale code, i.e. en-GB for Britisch English"
}
}
}
},
"feature": {
"file": {
"grid": {
"key": "Key"
}
}
}
}