aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-26 15:26:20 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-26 15:26:20 +0100
commita2e4316879908c5bc2c38cef81eef9152476b6f6 (patch)
tree0542dc53ea28dd26a7b6b1731c856eb2887582d8 /src/i18n
parenthandle get workspaces request errors in the ui (diff)
downloadferdium-app-a2e4316879908c5bc2c38cef81eef9152476b6f6.tar.gz
ferdium-app-a2e4316879908c5bc2c38cef81eef9152476b6f6.tar.zst
ferdium-app-a2e4316879908c5bc2c38cef81eef9152476b6f6.zip
show infobox when updating workspaces
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json29
-rw-r--r--src/i18n/locales/en-US.json3
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json29
3 files changed, 44 insertions, 17 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index afbacf28a..891ad38d4 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3388,52 +3388,65 @@
3388 "defaultMessage": "!!!Your workspaces", 3388 "defaultMessage": "!!!Your workspaces",
3389 "end": { 3389 "end": {
3390 "column": 3, 3390 "column": 3,
3391 "line": 17 3391 "line": 18
3392 }, 3392 },
3393 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3393 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3394 "id": "settings.workspaces.headline", 3394 "id": "settings.workspaces.headline",
3395 "start": { 3395 "start": {
3396 "column": 12, 3396 "column": 12,
3397 "line": 14 3397 "line": 15
3398 } 3398 }
3399 }, 3399 },
3400 { 3400 {
3401 "defaultMessage": "!!!You haven't added any workspaces yet.", 3401 "defaultMessage": "!!!You haven't added any workspaces yet.",
3402 "end": { 3402 "end": {
3403 "column": 3, 3403 "column": 3,
3404 "line": 21 3404 "line": 22
3405 }, 3405 },
3406 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3406 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3407 "id": "settings.workspaces.noWorkspacesAdded", 3407 "id": "settings.workspaces.noWorkspacesAdded",
3408 "start": { 3408 "start": {
3409 "column": 19, 3409 "column": 19,
3410 "line": 18 3410 "line": 19
3411 } 3411 }
3412 }, 3412 },
3413 { 3413 {
3414 "defaultMessage": "!!!Could not load your workspaces", 3414 "defaultMessage": "!!!Could not load your workspaces",
3415 "end": { 3415 "end": {
3416 "column": 3, 3416 "column": 3,
3417 "line": 25 3417 "line": 26
3418 }, 3418 },
3419 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3419 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3420 "id": "settings.workspaces.workspacesRequestFailed", 3420 "id": "settings.workspaces.workspacesRequestFailed",
3421 "start": { 3421 "start": {
3422 "column": 27, 3422 "column": 27,
3423 "line": 22 3423 "line": 23
3424 } 3424 }
3425 }, 3425 },
3426 { 3426 {
3427 "defaultMessage": "!!!Try again", 3427 "defaultMessage": "!!!Try again",
3428 "end": { 3428 "end": {
3429 "column": 3, 3429 "column": 3,
3430 "line": 29 3430 "line": 30
3431 }, 3431 },
3432 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3432 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3433 "id": "settings.workspaces.tryReloadWorkspaces", 3433 "id": "settings.workspaces.tryReloadWorkspaces",
3434 "start": { 3434 "start": {
3435 "column": 23, 3435 "column": 23,
3436 "line": 26 3436 "line": 27
3437 }
3438 },
3439 {
3440 "defaultMessage": "!!!Your changes have been saved",
3441 "end": {
3442 "column": 3,
3443 "line": 34
3444 },
3445 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3446 "id": "settings.workspaces.updatedInfo",
3447 "start": {
3448 "column": 15,
3449 "line": 31
3437 } 3450 }
3438 } 3451 }
3439 ], 3452 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 2b4e79621..ad179bc1d 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -252,6 +252,7 @@
252 "settings.workspaces.headline": "Your workspaces", 252 "settings.workspaces.headline": "Your workspaces",
253 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 253 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
254 "settings.workspaces.tryReloadWorkspaces": "Try again", 254 "settings.workspaces.tryReloadWorkspaces": "Try again",
255 "settings.workspaces.updatedInfo": "!!!Your changes have been saved",
255 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 256 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
256 "sidebar.addNewService": "Add new service", 257 "sidebar.addNewService": "Add new service",
257 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 258 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
@@ -307,4 +308,4 @@
307 "workspaceDrawer.headline": "Workspaces", 308 "workspaceDrawer.headline": "Workspaces",
308 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 309 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
309 "workspaces.switchingIndicator.switchingTo": "Switching to" 310 "workspaces.switchingIndicator.switchingTo": "Switching to"
310} 311} \ No newline at end of file
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
index f875ace8a..d68899d9b 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Your workspaces", 4 "defaultMessage": "!!!Your workspaces",
5 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 5 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!You haven't added any workspaces yet.", 17 "defaultMessage": "!!!You haven't added any workspaces yet.",
18 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 18 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 19,
21 "column": 19 21 "column": 19
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 21, 24 "line": 22,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Could not load your workspaces", 30 "defaultMessage": "!!!Could not load your workspaces",
31 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 31 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
32 "start": { 32 "start": {
33 "line": 22, 33 "line": 23,
34 "column": 27 34 "column": 27
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 25, 37 "line": 26,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,24 @@
43 "defaultMessage": "!!!Try again", 43 "defaultMessage": "!!!Try again",
44 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 44 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
45 "start": { 45 "start": {
46 "line": 26, 46 "line": 27,
47 "column": 23 47 "column": 23
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 29, 50 "line": 30,
51 "column": 3
52 }
53 },
54 {
55 "id": "settings.workspaces.updatedInfo",
56 "defaultMessage": "!!!Your changes have been saved",
57 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
58 "start": {
59 "line": 31,
60 "column": 15
61 },
62 "end": {
63 "line": 34,
51 "column": 3 64 "column": 3
52 } 65 }
53 } 66 }