aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:07:17 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:08:11 +0100
commit22400d97f5b85fa7e20721df73dba5dff0f57ad4 (patch)
tree49318b57189359ea53bf450cda130bb9f767907f /src/i18n/locales/en-US.json
parentimprove workspace drawer layout (diff)
downloadferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.tar.gz
ferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.tar.zst
ferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.zip
add i18n messages for service loading and workspace switching
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 9716c3717..231e8f261 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -115,6 +115,7 @@
115 "service.errorHandler.headline": "Oh no!", 115 "service.errorHandler.headline": "Oh no!",
116 "service.errorHandler.message": "Error", 116 "service.errorHandler.message": "Error",
117 "service.errorHandler.text": "{name} has failed to load.", 117 "service.errorHandler.text": "{name} has failed to load.",
118 "service.webviewLoader.loading": "Loading",
118 "services.getStarted": "Get started", 119 "services.getStarted": "Get started",
119 "services.welcome": "Welcome to Franz", 120 "services.welcome": "Welcome to Franz",
120 "settings.account.account.editButton": "Edit account", 121 "settings.account.account.editButton": "Edit account",
@@ -300,5 +301,6 @@
300 "welcome.loginButton": "Login to your account", 301 "welcome.loginButton": "Login to your account",
301 "welcome.signupButton": "Create a free account", 302 "welcome.signupButton": "Create a free account",
302 "workspaceDrawer.allServices": "All services", 303 "workspaceDrawer.allServices": "All services",
303 "workspaceDrawer.headline": "Workspaces" 304 "workspaceDrawer.headline": "Workspaces",
304} 305 "workspaces.switchingIndicator.switchingTo": "Switching to"
306} \ No newline at end of file