aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-05 21:02:55 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-05 21:02:55 +0200
commit7caccf36dd55a8c7ac9dcd5e154634607adf5ef6 (patch)
treef79d9866c02083b1eeaa4839cc8a73ce6591f5e9 /src/i18n/locales
parentensure drawer is open on workspace settings routes (diff)
downloadferdium-app-7caccf36dd55a8c7ac9dcd5e154634607adf5ef6.tar.gz
ferdium-app-7caccf36dd55a8c7ac9dcd5e154634607adf5ef6.tar.zst
ferdium-app-7caccf36dd55a8c7ac9dcd5e154634607adf5ef6.zip
add small text label for adding new workspace to drawer
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json13
-rw-r--r--src/i18n/locales/en-US.json1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index e5c1ea259..05df4cbac 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3399,6 +3399,19 @@
3399 "column": 28, 3399 "column": 28,
3400 "line": 36 3400 "line": 36
3401 } 3401 }
3402 },
3403 {
3404 "defaultMessage": "!!!add new workspace",
3405 "end": {
3406 "column": 3,
3407 "line": 43
3408 },
3409 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3410 "id": "workspaceDrawer.addNewWorkspaceLabel",
3411 "start": {
3412 "column": 24,
3413 "line": 40
3414 }
3402 } 3415 }
3403 ], 3416 ],
3404 "path": "src/features/workspaces/components/WorkspaceDrawer.json" 3417 "path": "src/features/workspaces/components/WorkspaceDrawer.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index c694b8729..78dcd83d7 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -306,6 +306,7 @@
306 "validation.url": "{field} is not a valid URL", 306 "validation.url": "{field} is not a valid URL",
307 "welcome.loginButton": "Login to your account", 307 "welcome.loginButton": "Login to your account",
308 "welcome.signupButton": "Create a free account", 308 "welcome.signupButton": "Create a free account",
309 "workspaceDrawer.addNewWorkspaceLabel": "add new workspace",
309 "workspaceDrawer.addWorkspaceTooltip": "Add workspace", 310 "workspaceDrawer.addWorkspaceTooltip": "Add workspace",
310 "workspaceDrawer.allServices": "All services", 311 "workspaceDrawer.allServices": "All services",
311 "workspaceDrawer.headline": "Workspaces", 312 "workspaceDrawer.headline": "Workspaces",