aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
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/defaultMessages.json
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/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json18
1 files changed, 18 insertions, 0 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,