aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-17 12:14:48 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-17 12:14:48 +0200
commitd14071f3503f768c9c0e040dee549be6a6b40e5f (patch)
treeb6c945c8b4baf31344dbabd2ac555559285ebec6 /src/i18n/locales/en-US.json
parentAdd "npm run prepare-code" command (diff)
downloadferdium-app-d14071f3503f768c9c0e040dee549be6a6b40e5f.tar.gz
ferdium-app-d14071f3503f768c9c0e040dee549be6a6b40e5f.tar.zst
ferdium-app-d14071f3503f768c9c0e040dee549be6a6b40e5f.zip
Implement #41
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 4b008a717..fb1d84cb6 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -46,6 +46,11 @@
46 "invite.skip.label": "I want to do this later", 46 "invite.skip.label": "I want to do this later",
47 "invite.submit.label": "Send invites", 47 "invite.submit.label": "Send invites",
48 "invite.successInfo": "Invitations sent successfully", 48 "invite.successInfo": "Invitations sent successfully",
49 "locked.headline": "Locked",
50 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
51 "locked.invalidCredentials": "Password invalid",
52 "locked.password.label": "Password",
53 "locked.submit.label": "Unlock",
49 "login.customServerQuestion": "Using a custom Ferdi server?", 54 "login.customServerQuestion": "Using a custom Ferdi server?",
50 "login.customServerSuggestion": "Try importing your Franz account", 55 "login.customServerSuggestion": "Try importing your Franz account",
51 "login.email.label": "Email address", 56 "login.email.label": "Email address",
@@ -103,6 +108,7 @@
103 "menu.view.enterFullScreen": "Enter Full Screen", 108 "menu.view.enterFullScreen": "Enter Full Screen",
104 "menu.view.exitFullScreen": "Exit Full Screen", 109 "menu.view.exitFullScreen": "Exit Full Screen",
105 "menu.view.forward": "Forward", 110 "menu.view.forward": "Forward",
111 "menu.view.lockFerdi": "Lock Ferdi",
106 "menu.view.reloadFranz": "Reload Ferdi", 112 "menu.view.reloadFranz": "Reload Ferdi",
107 "menu.view.reloadService": "Reload Service", 113 "menu.view.reloadService": "Reload Service",
108 "menu.view.resetZoom": "Actual Size", 114 "menu.view.resetZoom": "Actual Size",
@@ -213,11 +219,13 @@
213 "settings.app.form.beta": "Include beta versions", 219 "settings.app.form.beta": "Include beta versions",
214 "settings.app.form.darkMode": "Join the Dark Side", 220 "settings.app.form.darkMode": "Join the Dark Side",
215 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 221 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
222 "settings.app.form.enableLock": "Enable Ferdi password lock",
216 "settings.app.form.enableSpellchecking": "Enable spell checking", 223 "settings.app.form.enableSpellchecking": "Enable spell checking",
217 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 224 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
218 "settings.app.form.enableTodos": "Enable Ferdi Todos", 225 "settings.app.form.enableTodos": "Enable Ferdi Todos",
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 226 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 227 "settings.app.form.language": "Language",
228 "settings.app.form.lockPassword": "Ferdi Lock password",
221 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 229 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
222 "settings.app.form.privateNotifications": "Don't show message content in notifications", 230 "settings.app.form.privateNotifications": "Don't show message content in notifications",
223 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 231 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
@@ -232,6 +240,8 @@
232 "settings.app.headlineLanguage": "Language", 240 "settings.app.headlineLanguage": "Language",
233 "settings.app.headlineUpdates": "Updates", 241 "settings.app.headlineUpdates": "Updates",
234 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 242 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
243 "settings.app.lockedPassword": "Ferdi Lock Password",
244 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
235 "settings.app.restartRequired": "Changes require restart", 245 "settings.app.restartRequired": "Changes require restart",
236 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.", 246 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
237 "settings.app.subheadlineCache": "Cache", 247 "settings.app.subheadlineCache": "Cache",
@@ -345,6 +355,7 @@
345 "sidebar.addNewService": "Add new service", 355 "sidebar.addNewService": "Add new service",
346 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 356 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
347 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 357 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
358 "sidebar.lockFerdi": "Lock Ferdi",
348 "sidebar.muteApp": "Disable notifications & audio", 359 "sidebar.muteApp": "Disable notifications & audio",
349 "sidebar.openTodosDrawer": "Open Ferdi Todos", 360 "sidebar.openTodosDrawer": "Open Ferdi Todos",
350 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 361 "sidebar.openWorkspaceDrawer": "Open workspace drawer",