aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 13:27:15 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 13:27:15 +0200
commit3a01cc4efb01942183c974e29cde2d4a657e206e (patch)
tree70a46d62fd8067d9b18f7ab9f121cceca6f6d244 /src/i18n
parentAdd workspace empty state (diff)
downloadferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.tar.gz
ferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.tar.zst
ferdium-app-3a01cc4efb01942183c974e29cde2d4a657e206e.zip
Add services empty state
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json26
-rw-r--r--src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json26
2 files changed, 52 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index df7f04a06..e662ea6b9 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3347,6 +3347,32 @@
3347 "column": 31, 3347 "column": 31,
3348 "line": 35 3348 "line": 35
3349 } 3349 }
3350 },
3351 {
3352 "defaultMessage": "!!!You haven't added any services yet.",
3353 "end": {
3354 "column": 3,
3355 "line": 42
3356 },
3357 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3358 "id": "settings.services.noServicesAdded",
3359 "start": {
3360 "column": 19,
3361 "line": 39
3362 }
3363 },
3364 {
3365 "defaultMessage": "!!!Discover services",
3366 "end": {
3367 "column": 3,
3368 "line": 46
3369 },
3370 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3371 "id": "settings.services.discoverServices",
3372 "start": {
3373 "column": 20,
3374 "line": 43
3375 }
3350 } 3376 }
3351 ], 3377 ],
3352 "path": "src/features/workspaces/components/EditWorkspaceForm.json" 3378 "path": "src/features/workspaces/components/EditWorkspaceForm.json"
diff --git a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
index 7b0c3e1ce..20ed99f8d 100644
--- a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
+++ b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json
@@ -63,5 +63,31 @@
63 "line": 38, 63 "line": 38,
64 "column": 3 64 "column": 3
65 } 65 }
66 },
67 {
68 "id": "settings.services.noServicesAdded",
69 "defaultMessage": "!!!You haven't added any services yet.",
70 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
71 "start": {
72 "line": 39,
73 "column": 19
74 },
75 "end": {
76 "line": 42,
77 "column": 3
78 }
79 },
80 {
81 "id": "settings.services.discoverServices",
82 "defaultMessage": "!!!Discover services",
83 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
84 "start": {
85 "line": 43,
86 "column": 20
87 },
88 "end": {
89 "line": 46,
90 "column": 3
91 }
66 } 92 }
67] \ No newline at end of file 93] \ No newline at end of file