en_us lang file

This commit is contained in:
Jonas_Jones 2022-09-04 20:22:43 +02:00
parent 3c36a24c4a
commit 960bebd2f1

53
desktop/lang/en_us.json Normal file
View file

@ -0,0 +1,53 @@
{
"language.name": "English",
"language.region": "United States",
"language.code": "en-US",
"app.name": "PI-server-rack-Config",
"app.description": "A ui based configuration program for the PI-server-rack",
"window.main.title": "PI-server-rack-Config",
"window.main.menu.file": "File",
"window.main.menu.file.new": "New",
"window.main.menu.file.open": "Open",
"window.main.menu.file.save": "Save",
"window.main.menu.file.saveas": "Save as",
"window.main.menu.file.quit": "Quit",
"window.main.menu.edit": "Edit",
"window.main.menu.edit.undo": "Undo",
"window.main.menu.edit.redo": "Redo",
"window.main.menu.edit.cut": "Cut",
"window.main.menu.edit.copy": "Copy",
"window.main.menu.edit.paste": "Paste",
"window.main.menu.edit.delete": "Delete",
"window.main.menu.edit.selectall": "Select all",
"window.main.menu.edit.find": "Find",
"window.main.menu.edit.findnext": "Find next",
"window.main.menu.edit.findprev": "Find previous",
"window.main.menu.edit.replace": "Replace",
"window.main.menu.edit.goto": "Goto",
"window.main.menu.edit.selectline": "Select line",
"window.main.menu.edit.selectword": "Select word",
"window.main.menu.edit.selectblock": "Select block",
"window.main.menu.edit.indent": "Indent",
"window.main.menu.edit.unindent": "Unindent",
"window.main.menu.edit.comment": "Comment",
"window.main.menu.edit.uncomment": "Uncomment",
"window.main.menu.view": "View",
"window.main.menu.view.fullscreen": "Fullscreen",
"window.main.menu.view.zoomin": "Zoom in",
"window.main.menu.view.zoomout": "Zoom out",
"window.main.menu.view.zoomreset": "Zoom reset",
"window.main.menu.preferences": "Preferences",
"window.main.menu.preferences.Settings": "Settings",
"window.main.menu.preferences.keybinds": "Keybinds",
"window.main.menu.help": "Help",
"window.main.menu.help.about": "About",
"window.main.menu.help.documentation": "Documentation",
"window.main.menu.help.tutorial": "Tutorial",
"window.main.menu.help.faq": "FAQ",
"window.main.menu.help.bugreport": "Bug report",
"window.main.menu.help.log": "Log",
"window.main.menu.help.log.clear": "Clear",
"window.main.menu.help.log.saveas": "Save as",
"window.main.tab.overview": "Overview",
"window.main.tab.settings.title": "Settings"
}