Files
pybricks-code/src/explorer/i18n.en.json
T

58 lines
2.2 KiB
JSON

{
"explorer": {
"header": {
"exportAllTooltip": "Backup all files",
"importTooltip": "Import a file",
"addNewTooltip": "Create a new file"
},
"tree": {
"label": "File Explorer",
"liveDescriptor": {
"intro": {
"accessibilityGuide": "Accessibility guide for tree {treeLabel}.",
"navigation": "Navigate the tree with the arrow keys. Start typing the name of a file to search for a file. Additional keybindings are available:",
"keybindings": {
"primaryAction": "{key} to open the file in the code editor",
"rename": "{key} to start renaming the focused file",
"export": "{key} to export the focused file",
"delete": "{key} to delete the focused file"
}
},
"searching": "Searching."
}
},
"treeItem": {
"deleteTooltip": "Delete {fileName}",
"exportTooltip": "Export {fileName}",
"renameTooltip": "Rename {fileName}"
}
},
"newFileWizard": {
"title": "Create a new file",
"fileName": {
"label": "File name",
"helpText": {
"isOk": "OK!",
"isEmpty": "File name cannot be empty.",
"hasSpaces": "File name cannot have spaces.",
"hasFileExtension": "The file extension will be added automatically.",
"hasInvalidFirstCharacter": "File name must start with a letter ({letters}) or underscore ({underscore}).",
"hasInvalidCharacters": "File name can only contain letters ({letters}), numbers ({numbers}), dashes ({dash}) and underscores ({underscore}).",
"alreadyExists": "A file with this name already exists."
}
},
"smartHub": {
"label": "Smart hub"
},
"action": {
"create": "Create"
}
},
"renameFile": {
"title": "Rename '{fileName}'",
"action": {
"rename": "Rename"
}
}
}