aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 19:38:56 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-19 19:40:08 +0100
commite4f1862644d5921e2ee77078c10e16efa3e58c7b (patch)
treeff7f23eb83ee974a9f719ed6f58647ce7f0a1175 /src/i18n/locales/en-US.json
parentfix conflicts with latest develop (diff)
downloadferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.tar.gz
ferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.tar.zst
ferdium-app-e4f1862644d5921e2ee77078c10e16efa3e58c7b.zip
add workspace drawer
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1041a8b5f..94c6fcf32 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -249,7 +249,9 @@
249 "settings.workspaces.headline": "Your workspaces", 249 "settings.workspaces.headline": "Your workspaces",
250 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 250 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
251 "sidebar.addNewService": "Add new service", 251 "sidebar.addNewService": "Add new service",
252 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
252 "sidebar.muteApp": "Disable notifications & audio", 253 "sidebar.muteApp": "Disable notifications & audio",
254 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
253 "sidebar.settings": "Settings", 255 "sidebar.settings": "Settings",
254 "sidebar.unmuteApp": "Enable notifications & audio", 256 "sidebar.unmuteApp": "Enable notifications & audio",
255 "signup.company.label": "Company", 257 "signup.company.label": "Company",
@@ -294,5 +296,7 @@
294 "validation.required": "{field} is required", 296 "validation.required": "{field} is required",
295 "validation.url": "{field} is not a valid URL", 297 "validation.url": "{field} is not a valid URL",
296 "welcome.loginButton": "Login to your account", 298 "welcome.loginButton": "Login to your account",
297 "welcome.signupButton": "Create a free account" 299 "welcome.signupButton": "Create a free account",
298} \ No newline at end of file 300 "workspaceDrawer.allServices": "All services",
301 "workspaceDrawer.headline": "Workspaces"
302}