From 960bebd2f1b2d0b20d2f0663fa601b10c3c6ca95 Mon Sep 17 00:00:00 2001 From: Jonas_Jones Date: Sun, 4 Sep 2022 20:22:43 +0200 Subject: [PATCH] en_us lang file --- desktop/lang/en_us.json | 53 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 desktop/lang/en_us.json diff --git a/desktop/lang/en_us.json b/desktop/lang/en_us.json new file mode 100644 index 0000000..7fc4ab4 --- /dev/null +++ b/desktop/lang/en_us.json @@ -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" +} \ No newline at end of file