aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:15:43 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:15:43 +0100
commit860d7d2c9b7816e14a98e6090d090aa339716919 (patch)
treec9f8c0fd50002cb7a4a1d43f2665fd09ea7c607b /src/i18n/locales
parentadd i18n messages for service loading and workspace switching (diff)
downloadferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.tar.gz
ferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.tar.zst
ferdium-app-860d7d2c9b7816e14a98e6090d090aa339716919.zip
small fixes
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json18
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 20 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 9171c3592..c1634df8e 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3354,6 +3354,24 @@
3354 { 3354 {
3355 "descriptors": [ 3355 "descriptors": [
3356 { 3356 {
3357 "defaultMessage": "!!!No services added yet",
3358 "end": {
3359 "column": 3,
3360 "line": 12
3361 },
3362 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3363 "id": "workspaceDrawer.item.noServicesAddedYet",
3364 "start": {
3365 "column": 22,
3366 "line": 9
3367 }
3368 }
3369 ],
3370 "path": "src/features/workspaces/components/WorkspaceDrawerItem.json"
3371 },
3372 {
3373 "descriptors": [
3374 {
3357 "defaultMessage": "!!!Your workspaces", 3375 "defaultMessage": "!!!Your workspaces",
3358 "end": { 3376 "end": {
3359 "column": 3, 3377 "column": 3,
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 231e8f261..f37237ac2 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -302,5 +302,6 @@
302 "welcome.signupButton": "Create a free account", 302 "welcome.signupButton": "Create a free account",
303 "workspaceDrawer.allServices": "All services", 303 "workspaceDrawer.allServices": "All services",
304 "workspaceDrawer.headline": "Workspaces", 304 "workspaceDrawer.headline": "Workspaces",
305 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
305 "workspaces.switchingIndicator.switchingTo": "Switching to" 306 "workspaces.switchingIndicator.switchingTo": "Switching to"
306} \ No newline at end of file 307}