aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-28 16:23:17 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-28 16:23:17 +0100
commit7941831bf773b49944001c095a1949a1bdec2cf2 (patch)
tree5dbcbf097e340c381617410e032c2db6b811096e /src/i18n
parentimprove styling of workspace switch indicator (diff)
downloadferdium-app-7941831bf773b49944001c095a1949a1bdec2cf2.tar.gz
ferdium-app-7941831bf773b49944001c095a1949a1bdec2cf2.tar.zst
ferdium-app-7941831bf773b49944001c095a1949a1bdec2cf2.zip
add workspace premium notice to dashboard
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json54
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json4
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json50
4 files changed, 82 insertions, 28 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 659b1b361..1747e1976 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2535,13 +2535,13 @@
2535 "defaultMessage": "!!!Upgrade account", 2535 "defaultMessage": "!!!Upgrade account",
2536 "end": { 2536 "end": {
2537 "column": 3, 2537 "column": 3,
2538 "line": 17 2538 "line": 18
2539 }, 2539 },
2540 "file": "src/components/ui/PremiumFeatureContainer/index.js", 2540 "file": "src/components/ui/PremiumFeatureContainer/index.js",
2541 "id": "premiumFeature.button.upgradeAccount", 2541 "id": "premiumFeature.button.upgradeAccount",
2542 "start": { 2542 "start": {
2543 "column": 10, 2543 "column": 10,
2544 "line": 14 2544 "line": 15
2545 } 2545 }
2546 } 2546 }
2547 ], 2547 ],
@@ -3388,78 +3388,104 @@
3388 "defaultMessage": "!!!Your workspaces", 3388 "defaultMessage": "!!!Your workspaces",
3389 "end": { 3389 "end": {
3390 "column": 3, 3390 "column": 3,
3391 "line": 18 3391 "line": 20
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": 15 3397 "line": 17
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": 22 3404 "line": 24
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": 19 3410 "line": 21
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": 26 3417 "line": 28
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": 23 3423 "line": 25
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": 30 3430 "line": 32
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": 27 3436 "line": 29
3437 } 3437 }
3438 }, 3438 },
3439 { 3439 {
3440 "defaultMessage": "!!!Your changes have been saved", 3440 "defaultMessage": "!!!Your changes have been saved",
3441 "end": { 3441 "end": {
3442 "column": 3, 3442 "column": 3,
3443 "line": 34 3443 "line": 36
3444 }, 3444 },
3445 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3445 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3446 "id": "settings.workspaces.updatedInfo", 3446 "id": "settings.workspaces.updatedInfo",
3447 "start": { 3447 "start": {
3448 "column": 15, 3448 "column": 15,
3449 "line": 31 3449 "line": 33
3450 } 3450 }
3451 }, 3451 },
3452 { 3452 {
3453 "defaultMessage": "!!!Workspace has been deleted", 3453 "defaultMessage": "!!!Workspace has been deleted",
3454 "end": { 3454 "end": {
3455 "column": 3, 3455 "column": 3,
3456 "line": 38 3456 "line": 40
3457 }, 3457 },
3458 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 3458 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3459 "id": "settings.workspaces.deletedInfo", 3459 "id": "settings.workspaces.deletedInfo",
3460 "start": { 3460 "start": {
3461 "column": 15, 3461 "column": 15,
3462 "line": 35 3462 "line": 37
3463 }
3464 },
3465 {
3466 "defaultMessage": "!!!Info about workspace feature",
3467 "end": {
3468 "column": 3,
3469 "line": 44
3470 },
3471 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3472 "id": "settings.workspaces.workspaceFeatureInfo",
3473 "start": {
3474 "column": 24,
3475 "line": 41
3476 }
3477 },
3478 {
3479 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces",
3480 "end": {
3481 "column": 3,
3482 "line": 48
3483 },
3484 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3485 "id": "settings.workspaces.workspaceFeatureHeadline",
3486 "start": {
3487 "column": 28,
3488 "line": 45
3463 } 3489 }
3464 } 3490 }
3465 ], 3491 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 5f7254317..987262c35 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -254,6 +254,8 @@
254 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 254 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
255 "settings.workspaces.tryReloadWorkspaces": "Try again", 255 "settings.workspaces.tryReloadWorkspaces": "Try again",
256 "settings.workspaces.updatedInfo": "Your changes have been saved", 256 "settings.workspaces.updatedInfo": "Your changes have been saved",
257 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Franz Workspaces",
258 "settings.workspaces.workspaceFeatureInfo": "Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.",
257 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 259 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
258 "sidebar.addNewService": "Add new service", 260 "sidebar.addNewService": "Add new service",
259 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 261 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
diff --git a/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json b/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json
index 582d546fa..320d3ca3e 100644
--- a/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json
+++ b/src/i18n/messages/src/components/ui/PremiumFeatureContainer/index.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Upgrade account", 4 "defaultMessage": "!!!Upgrade account",
5 "file": "src/components/ui/PremiumFeatureContainer/index.js", 5 "file": "src/components/ui/PremiumFeatureContainer/index.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 10 8 "column": 10
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 } 14 }
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
index a957358c8..ef8f1bebc 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": 15, 7 "line": 17,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 18, 11 "line": 20,
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": 19, 20 "line": 21,
21 "column": 19 21 "column": 19
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22, 24 "line": 24,
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": 23, 33 "line": 25,
34 "column": 27 34 "column": 27
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 26, 37 "line": 28,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
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": 27, 46 "line": 29,
47 "column": 23 47 "column": 23
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 30, 50 "line": 32,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Your changes have been saved", 56 "defaultMessage": "!!!Your changes have been saved",
57 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 57 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
58 "start": { 58 "start": {
59 "line": 31, 59 "line": 33,
60 "column": 15 60 "column": 15
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 34, 63 "line": 36,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,37 @@
69 "defaultMessage": "!!!Workspace has been deleted", 69 "defaultMessage": "!!!Workspace has been deleted",
70 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 70 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
71 "start": { 71 "start": {
72 "line": 35, 72 "line": 37,
73 "column": 15 73 "column": 15
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 38, 76 "line": 40,
77 "column": 3
78 }
79 },
80 {
81 "id": "settings.workspaces.workspaceFeatureInfo",
82 "defaultMessage": "!!!Info about workspace feature",
83 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
84 "start": {
85 "line": 41,
86 "column": 24
87 },
88 "end": {
89 "line": 44,
90 "column": 3
91 }
92 },
93 {
94 "id": "settings.workspaces.workspaceFeatureHeadline",
95 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces",
96 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
97 "start": {
98 "line": 45,
99 "column": 28
100 },
101 "end": {
102 "line": 48,
77 "column": 3 103 "column": 3
78 } 104 }
79 } 105 }