aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Amine El Mouafik <412895+kytwb@users.noreply.github.com>2021-02-08 10:34:45 +0100
committerLibravatar GitHub <noreply@github.com>2021-02-08 10:34:45 +0100
commit035002ceedf78d5ec73eabc0df7f06139939b967 (patch)
tree1c0d1e9531bae05fb65d70b9ea25baf404b74fe1 /src/i18n/messages
parentdocs: add k0staa as a contributor (#1193) (diff)
downloadferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.gz
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.tar.zst
ferdium-app-035002ceedf78d5ec73eabc0df7f06139939b967.zip
Synchronize with Franz 5.6.0 (#1033)
Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/auth/ServiceAssistant.json93
-rw-r--r--src/i18n/messages/src/components/auth/SetupAssistant.json54
-rw-r--r--src/i18n/messages/src/components/services/content/Services.json20
-rw-r--r--src/i18n/messages/src/components/services/tabs/TabItem.json36
-rw-r--r--src/i18n/messages/src/components/settings/services/EditServiceForm.json118
-rw-r--r--src/i18n/messages/src/containers/settings/EditServiceScreen.json6
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json186
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json12
-rw-r--r--src/i18n/messages/src/lib/Menu.json181
9 files changed, 446 insertions, 260 deletions
diff --git a/src/i18n/messages/src/components/auth/ServiceAssistant.json b/src/i18n/messages/src/components/auth/ServiceAssistant.json
new file mode 100644
index 000000000..9170fc183
--- /dev/null
+++ b/src/i18n/messages/src/components/auth/ServiceAssistant.json
@@ -0,0 +1,93 @@
1[
2 {
3 "id": "settings.invite.headline",
4 "defaultMessage": "!!!Invite Friends",
5 "file": "src/components/auth/ServiceAssistant.js",
6 "start": {
7 "line": 16,
8 "column": 20
9 },
10 "end": {
11 "line": 19,
12 "column": 3
13 }
14 },
15 {
16 "id": "invite.headline.friends",
17 "defaultMessage": "!!!Invite 3 of your friends or colleagues",
18 "file": "src/components/auth/ServiceAssistant.js",
19 "start": {
20 "line": 20,
21 "column": 12
22 },
23 "end": {
24 "line": 23,
25 "column": 3
26 }
27 },
28 {
29 "id": "invite.name.label",
30 "defaultMessage": "!!!Name",
31 "file": "src/components/auth/ServiceAssistant.js",
32 "start": {
33 "line": 24,
34 "column": 13
35 },
36 "end": {
37 "line": 27,
38 "column": 3
39 }
40 },
41 {
42 "id": "invite.email.label",
43 "defaultMessage": "!!!Email address",
44 "file": "src/components/auth/ServiceAssistant.js",
45 "start": {
46 "line": 28,
47 "column": 14
48 },
49 "end": {
50 "line": 31,
51 "column": 3
52 }
53 },
54 {
55 "id": "invite.submit.label",
56 "defaultMessage": "!!!Send invites",
57 "file": "src/components/auth/ServiceAssistant.js",
58 "start": {
59 "line": 32,
60 "column": 21
61 },
62 "end": {
63 "line": 35,
64 "column": 3
65 }
66 },
67 {
68 "id": "invite.skip.label",
69 "defaultMessage": "!!!I want to do this later",
70 "file": "src/components/auth/ServiceAssistant.js",
71 "start": {
72 "line": 36,
73 "column": 19
74 },
75 "end": {
76 "line": 39,
77 "column": 3
78 }
79 },
80 {
81 "id": "invite.successInfo",
82 "defaultMessage": "!!!Invitations sent successfully",
83 "file": "src/components/auth/ServiceAssistant.js",
84 "start": {
85 "line": 40,
86 "column": 21
87 },
88 "end": {
89 "line": 43,
90 "column": 3
91 }
92 }
93] \ No newline at end of file
diff --git a/src/i18n/messages/src/components/auth/SetupAssistant.json b/src/i18n/messages/src/components/auth/SetupAssistant.json
new file mode 100644
index 000000000..03593cfbc
--- /dev/null
+++ b/src/i18n/messages/src/components/auth/SetupAssistant.json
@@ -0,0 +1,54 @@
1[
2 {
3 "id": "setupAssistant.headline",
4 "defaultMessage": "!!!Let's get started",
5 "file": "src/components/auth/SetupAssistant.js",
6 "start": {
7 "line": 19,
8 "column": 12
9 },
10 "end": {
11 "line": 22,
12 "column": 3
13 }
14 },
15 {
16 "id": "setupAssistant.subheadline",
17 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.",
18 "file": "src/components/auth/SetupAssistant.js",
19 "start": {
20 "line": 23,
21 "column": 15
22 },
23 "end": {
24 "line": 26,
25 "column": 3
26 }
27 },
28 {
29 "id": "setupAssistant.submit.label",
30 "defaultMessage": "!!!Let's go",
31 "file": "src/components/auth/SetupAssistant.js",
32 "start": {
33 "line": 27,
34 "column": 21
35 },
36 "end": {
37 "line": 30,
38 "column": 3
39 }
40 },
41 {
42 "id": "invite.successInfo",
43 "defaultMessage": "!!!Invitations sent successfully",
44 "file": "src/components/auth/SetupAssistant.js",
45 "start": {
46 "line": 31,
47 "column": 21
48 },
49 "end": {
50 "line": 34,
51 "column": 3
52 }
53 }
54] \ No newline at end of file
diff --git a/src/i18n/messages/src/components/services/content/Services.json b/src/i18n/messages/src/components/services/content/Services.json
index 6a5eb052e..3c40b11ab 100644
--- a/src/i18n/messages/src/components/services/content/Services.json
+++ b/src/i18n/messages/src/components/services/content/Services.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Welcome to Ferdi", 4 "defaultMessage": "!!!Welcome to Ferdi",
5 "file": "src/components/services/content/Services.js", 5 "file": "src/components/services/content/Services.js",
6 "start": { 6 "start": {
7 "line": 15, 7 "line": 16,
8 "column": 11 8 "column": 11
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 18, 11 "line": 19,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Get started", 17 "defaultMessage": "!!!Get started",
18 "file": "src/components/services/content/Services.js", 18 "file": "src/components/services/content/Services.js",
19 "start": { 19 "start": {
20 "line": 19, 20 "line": 20,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22, 24 "line": 23,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Please login to use Ferdi.", 30 "defaultMessage": "!!!Please login to use Ferdi.",
31 "file": "src/components/services/content/Services.js", 31 "file": "src/components/services/content/Services.js",
32 "start": { 32 "start": {
33 "line": 23, 33 "line": 24,
34 "column": 9 34 "column": 9
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 26, 37 "line": 27,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Use Ferdi without an Account", 43 "defaultMessage": "!!!Use Ferdi without an Account",
44 "file": "src/components/services/content/Services.js", 44 "file": "src/components/services/content/Services.js",
45 "start": { 45 "start": {
46 "line": 27, 46 "line": 28,
47 "column": 14 47 "column": 14
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 30, 50 "line": 31,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 56 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
57 "file": "src/components/services/content/Services.js", 57 "file": "src/components/services/content/Services.js",
58 "start": { 58 "start": {
59 "line": 31, 59 "line": 32,
60 "column": 14 60 "column": 14
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 34, 63 "line": 35,
64 "column": 3 64 "column": 3
65 } 65 }
66 } 66 }
diff --git a/src/i18n/messages/src/components/services/tabs/TabItem.json b/src/i18n/messages/src/components/services/tabs/TabItem.json
index 08a07845c..495d35c8b 100644
--- a/src/i18n/messages/src/components/services/tabs/TabItem.json
+++ b/src/i18n/messages/src/components/services/tabs/TabItem.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Reload", 4 "defaultMessage": "!!!Reload",
5 "file": "src/components/services/tabs/TabItem.js", 5 "file": "src/components/services/tabs/TabItem.js",
6 "start": { 6 "start": {
7 "line": 15, 7 "line": 20,
8 "column": 10 8 "column": 10
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 18, 11 "line": 23,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Edit", 17 "defaultMessage": "!!!Edit",
18 "file": "src/components/services/tabs/TabItem.js", 18 "file": "src/components/services/tabs/TabItem.js",
19 "start": { 19 "start": {
20 "line": 19, 20 "line": 24,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22, 24 "line": 27,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Disable notifications", 30 "defaultMessage": "!!!Disable notifications",
31 "file": "src/components/services/tabs/TabItem.js", 31 "file": "src/components/services/tabs/TabItem.js",
32 "start": { 32 "start": {
33 "line": 23, 33 "line": 28,
34 "column": 24 34 "column": 24
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 26, 37 "line": 31,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Enable notifications", 43 "defaultMessage": "!!!Enable notifications",
44 "file": "src/components/services/tabs/TabItem.js", 44 "file": "src/components/services/tabs/TabItem.js",
45 "start": { 45 "start": {
46 "line": 27, 46 "line": 32,
47 "column": 23 47 "column": 23
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 30, 50 "line": 35,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Disable audio", 56 "defaultMessage": "!!!Disable audio",
57 "file": "src/components/services/tabs/TabItem.js", 57 "file": "src/components/services/tabs/TabItem.js",
58 "start": { 58 "start": {
59 "line": 31, 59 "line": 36,
60 "column": 16 60 "column": 16
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 34, 63 "line": 39,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Enable audio", 69 "defaultMessage": "!!!Enable audio",
70 "file": "src/components/services/tabs/TabItem.js", 70 "file": "src/components/services/tabs/TabItem.js",
71 "start": { 71 "start": {
72 "line": 35, 72 "line": 40,
73 "column": 15 73 "column": 15
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 38, 76 "line": 43,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Disable Service", 82 "defaultMessage": "!!!Disable Service",
83 "file": "src/components/services/tabs/TabItem.js", 83 "file": "src/components/services/tabs/TabItem.js",
84 "start": { 84 "start": {
85 "line": 39, 85 "line": 44,
86 "column": 18 86 "column": 18
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 42, 89 "line": 47,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Enable Service", 95 "defaultMessage": "!!!Enable Service",
96 "file": "src/components/services/tabs/TabItem.js", 96 "file": "src/components/services/tabs/TabItem.js",
97 "start": { 97 "start": {
98 "line": 43, 98 "line": 48,
99 "column": 17 99 "column": 17
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 46, 102 "line": 51,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Delete Service", 108 "defaultMessage": "!!!Delete Service",
109 "file": "src/components/services/tabs/TabItem.js", 109 "file": "src/components/services/tabs/TabItem.js",
110 "start": { 110 "start": {
111 "line": 47, 111 "line": 52,
112 "column": 17 112 "column": 17
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 50, 115 "line": 55,
116 "column": 3 116 "column": 3
117 } 117 }
118 } 118 }
diff --git a/src/i18n/messages/src/components/settings/services/EditServiceForm.json b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
index 4ee427e46..182678823 100644
--- a/src/i18n/messages/src/components/settings/services/EditServiceForm.json
+++ b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Save service", 4 "defaultMessage": "!!!Save service",
5 "file": "src/components/settings/services/EditServiceForm.js", 5 "file": "src/components/settings/services/EditServiceForm.js",
6 "start": { 6 "start": {
7 "line": 27, 7 "line": 26,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 30, 11 "line": 29,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Delete Service", 17 "defaultMessage": "!!!Delete Service",
18 "file": "src/components/settings/services/EditServiceForm.js", 18 "file": "src/components/settings/services/EditServiceForm.js",
19 "start": { 19 "start": {
20 "line": 31, 20 "line": 30,
21 "column": 17 21 "column": 17
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 34, 24 "line": 33,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Open darkmode.css", 30 "defaultMessage": "!!!Open darkmode.css",
31 "file": "src/components/settings/services/EditServiceForm.js", 31 "file": "src/components/settings/services/EditServiceForm.js",
32 "start": { 32 "start": {
33 "line": 35, 33 "line": 34,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 38, 37 "line": 37,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Open user.css", 43 "defaultMessage": "!!!Open user.css",
44 "file": "src/components/settings/services/EditServiceForm.js", 44 "file": "src/components/settings/services/EditServiceForm.js",
45 "start": { 45 "start": {
46 "line": 39, 46 "line": 38,
47 "column": 15 47 "column": 15
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 42, 50 "line": 41,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Open user.js", 56 "defaultMessage": "!!!Open user.js",
57 "file": "src/components/settings/services/EditServiceForm.js", 57 "file": "src/components/settings/services/EditServiceForm.js",
58 "start": { 58 "start": {
59 "line": 43, 59 "line": 42,
60 "column": 14 60 "column": 14
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 46, 63 "line": 45,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 69 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.",
70 "file": "src/components/settings/services/EditServiceForm.js", 70 "file": "src/components/settings/services/EditServiceForm.js",
71 "start": { 71 "start": {
72 "line": 47, 72 "line": 46,
73 "column": 18 73 "column": 18
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 50, 76 "line": 49,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Available services", 82 "defaultMessage": "!!!Available services",
83 "file": "src/components/settings/services/EditServiceForm.js", 83 "file": "src/components/settings/services/EditServiceForm.js",
84 "start": { 84 "start": {
85 "line": 51, 85 "line": 50,
86 "column": 21 86 "column": 21
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 54, 89 "line": 53,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Your services", 95 "defaultMessage": "!!!Your services",
96 "file": "src/components/settings/services/EditServiceForm.js", 96 "file": "src/components/settings/services/EditServiceForm.js",
97 "start": { 97 "start": {
98 "line": 55, 98 "line": 54,
99 "column": 16 99 "column": 16
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 58, 102 "line": 57,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Add {name}", 108 "defaultMessage": "!!!Add {name}",
109 "file": "src/components/settings/services/EditServiceForm.js", 109 "file": "src/components/settings/services/EditServiceForm.js",
110 "start": { 110 "start": {
111 "line": 59, 111 "line": 58,
112 "column": 22 112 "column": 22
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 62, 115 "line": 61,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Edit {name}", 121 "defaultMessage": "!!!Edit {name}",
122 "file": "src/components/settings/services/EditServiceForm.js", 122 "file": "src/components/settings/services/EditServiceForm.js",
123 "start": { 123 "start": {
124 "line": 63, 124 "line": 62,
125 "column": 23 125 "column": 23
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 66, 128 "line": 65,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Hosted", 134 "defaultMessage": "!!!Hosted",
135 "file": "src/components/settings/services/EditServiceForm.js", 135 "file": "src/components/settings/services/EditServiceForm.js",
136 "start": { 136 "start": {
137 "line": 67, 137 "line": 66,
138 "column": 13 138 "column": 13
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 70, 141 "line": 69,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Self hosted ⭐️", 147 "defaultMessage": "!!!Self hosted ⭐️",
148 "file": "src/components/settings/services/EditServiceForm.js", 148 "file": "src/components/settings/services/EditServiceForm.js",
149 "start": { 149 "start": {
150 "line": 71, 150 "line": 70,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 74, 154 "line": 73,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Use the hosted {name} service.", 160 "defaultMessage": "!!!Use the hosted {name} service.",
161 "file": "src/components/settings/services/EditServiceForm.js", 161 "file": "src/components/settings/services/EditServiceForm.js",
162 "start": { 162 "start": {
163 "line": 75, 163 "line": 74,
164 "column": 20 164 "column": 20
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 78, 167 "line": 77,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Could not validate custom {name} server.", 173 "defaultMessage": "!!!Could not validate custom {name} server.",
174 "file": "src/components/settings/services/EditServiceForm.js", 174 "file": "src/components/settings/services/EditServiceForm.js",
175 "start": { 175 "start": {
176 "line": 79, 176 "line": 78,
177 "column": 28 177 "column": 28
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 82, 180 "line": 81,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 186 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
187 "file": "src/components/settings/services/EditServiceForm.js", 187 "file": "src/components/settings/services/EditServiceForm.js",
188 "start": { 188 "start": {
189 "line": 83, 189 "line": 82,
190 "column": 24 190 "column": 24
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 86, 193 "line": 85,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Upgrade your account", 199 "defaultMessage": "!!!Upgrade your account",
200 "file": "src/components/settings/services/EditServiceForm.js", 200 "file": "src/components/settings/services/EditServiceForm.js",
201 "start": { 201 "start": {
202 "line": 87, 202 "line": 86,
203 "column": 27 203 "column": 27
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 90, 206 "line": 89,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 212 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
213 "file": "src/components/settings/services/EditServiceForm.js", 213 "file": "src/components/settings/services/EditServiceForm.js",
214 "start": { 214 "start": {
215 "line": 91, 215 "line": 90,
216 "column": 23 216 "column": 23
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 94, 219 "line": 93,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,24 +225,24 @@
225 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 225 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
226 "file": "src/components/settings/services/EditServiceForm.js", 226 "file": "src/components/settings/services/EditServiceForm.js",
227 "start": { 227 "start": {
228 "line": 95, 228 "line": 94,
229 "column": 15 229 "column": 15
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 98, 232 "line": 97,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
236 { 236 {
237 "id": "settings.service.form.disableHibernationInfo", 237 "id": "settings.service.form.isHibernatedEnabledInfo",
238 "defaultMessage": "!!!You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 238 "defaultMessage": "!!!When enabled, a service will be shut down after a period of time to save system resources.",
239 "file": "src/components/settings/services/EditServiceForm.js", 239 "file": "src/components/settings/services/EditServiceForm.js",
240 "start": { 240 "start": {
241 "line": 99, 241 "line": 98,
242 "column": 26 242 "column": 28
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 102, 245 "line": 101,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Notifications", 251 "defaultMessage": "!!!Notifications",
252 "file": "src/components/settings/services/EditServiceForm.js", 252 "file": "src/components/settings/services/EditServiceForm.js",
253 "start": { 253 "start": {
254 "line": 103, 254 "line": 102,
255 "column": 25 255 "column": 25
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 106, 258 "line": 105,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Unread message badges", 264 "defaultMessage": "!!!Unread message badges",
265 "file": "src/components/settings/services/EditServiceForm.js", 265 "file": "src/components/settings/services/EditServiceForm.js",
266 "start": { 266 "start": {
267 "line": 107, 267 "line": 106,
268 "column": 18 268 "column": 18
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 110, 271 "line": 109,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!General", 277 "defaultMessage": "!!!General",
278 "file": "src/components/settings/services/EditServiceForm.js", 278 "file": "src/components/settings/services/EditServiceForm.js",
279 "start": { 279 "start": {
280 "line": 111, 280 "line": 110,
281 "column": 19 281 "column": 19
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 114, 284 "line": 113,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Dark Reader Settings", 290 "defaultMessage": "!!!Dark Reader Settings",
291 "file": "src/components/settings/services/EditServiceForm.js", 291 "file": "src/components/settings/services/EditServiceForm.js",
292 "start": { 292 "start": {
293 "line": 115, 293 "line": 114,
294 "column": 30 294 "column": 30
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 118, 297 "line": 117,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Delete", 303 "defaultMessage": "!!!Delete",
304 "file": "src/components/settings/services/EditServiceForm.js", 304 "file": "src/components/settings/services/EditServiceForm.js",
305 "start": { 305 "start": {
306 "line": 119, 306 "line": 118,
307 "column": 14 307 "column": 14
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 122, 310 "line": 121,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Drop your image, or click here", 316 "defaultMessage": "!!!Drop your image, or click here",
317 "file": "src/components/settings/services/EditServiceForm.js", 317 "file": "src/components/settings/services/EditServiceForm.js",
318 "start": { 318 "start": {
319 "line": 123, 319 "line": 122,
320 "column": 14 320 "column": 14
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 126, 323 "line": 125,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 329 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
330 "file": "src/components/settings/services/EditServiceForm.js", 330 "file": "src/components/settings/services/EditServiceForm.js",
331 "start": { 331 "start": {
332 "line": 127, 332 "line": 126,
333 "column": 17 333 "column": 17
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 130, 336 "line": 129,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 342 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
343 "file": "src/components/settings/services/EditServiceForm.js", 343 "file": "src/components/settings/services/EditServiceForm.js",
344 "start": { 344 "start": {
345 "line": 131, 345 "line": 130,
346 "column": 20 346 "column": 20
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 134, 349 "line": 133,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 355 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
356 "file": "src/components/settings/services/EditServiceForm.js", 356 "file": "src/components/settings/services/EditServiceForm.js",
357 "start": { 357 "start": {
358 "line": 135, 358 "line": 134,
359 "column": 13 359 "column": 13
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 138, 362 "line": 137,
363 "column": 3 363 "column": 3
364 } 364 }
365 } 365 }
diff --git a/src/i18n/messages/src/containers/settings/EditServiceScreen.json b/src/i18n/messages/src/containers/settings/EditServiceScreen.json
index 5c83085f2..6744a9ff3 100644
--- a/src/i18n/messages/src/containers/settings/EditServiceScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditServiceScreen.json
@@ -26,12 +26,12 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.service.form.disableHibernation", 29 "id": "settings.service.form.enableHibernation",
30 "defaultMessage": "!!!Disable hibernation", 30 "defaultMessage": "!!!Enable hibernation",
31 "file": "src/containers/settings/EditServiceScreen.js", 31 "file": "src/containers/settings/EditServiceScreen.js",
32 "start": { 32 "start": {
33 "line": 36, 33 "line": 36,
34 "column": 22 34 "column": 21
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 39, 37 "line": 39,
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index 7165bd46c..420bf29af 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Launch Ferdi on start", 4 "defaultMessage": "!!!Launch Ferdi on start",
5 "file": "src/containers/settings/EditSettingsScreen.js", 5 "file": "src/containers/settings/EditSettingsScreen.js",
6 "start": { 6 "start": {
7 "line": 30, 7 "line": 31,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 33, 11 "line": 34,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Open in background", 17 "defaultMessage": "!!!Open in background",
18 "file": "src/containers/settings/EditSettingsScreen.js", 18 "file": "src/containers/settings/EditSettingsScreen.js",
19 "start": { 19 "start": {
20 "line": 34, 20 "line": 35,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 37, 24 "line": 38,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 30 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
31 "file": "src/containers/settings/EditSettingsScreen.js", 31 "file": "src/containers/settings/EditSettingsScreen.js",
32 "start": { 32 "start": {
33 "line": 38, 33 "line": 39,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 41, 37 "line": 42,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Start minimized", 43 "defaultMessage": "!!!Start minimized",
44 "file": "src/containers/settings/EditSettingsScreen.js", 44 "file": "src/containers/settings/EditSettingsScreen.js",
45 "start": { 45 "start": {
46 "line": 42, 46 "line": 43,
47 "column": 18 47 "column": 18
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 45, 50 "line": 46,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Always show Ferdi in system tray", 56 "defaultMessage": "!!!Always show Ferdi in system tray",
57 "file": "src/containers/settings/EditSettingsScreen.js", 57 "file": "src/containers/settings/EditSettingsScreen.js",
58 "start": { 58 "start": {
59 "line": 46, 59 "line": 47,
60 "column": 20 60 "column": 20
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 49, 63 "line": 50,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Reload Ferdi after system resume", 69 "defaultMessage": "!!!Reload Ferdi after system resume",
70 "file": "src/containers/settings/EditSettingsScreen.js", 70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 71 "start": {
72 "line": 50, 72 "line": 51,
73 "column": 21 73 "column": 21
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 53, 76 "line": 54,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,24 @@
82 "defaultMessage": "!!!Minimize Ferdi to system tray", 82 "defaultMessage": "!!!Minimize Ferdi to system tray",
83 "file": "src/containers/settings/EditSettingsScreen.js", 83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 84 "start": {
85 "line": 54, 85 "line": 55,
86 "column": 24 86 "column": 24
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 57, 89 "line": 58,
90 "column": 3
91 }
92 },
93 {
94 "id": "settings.app.form.closeToSystemTray",
95 "defaultMessage": "!!!Close Ferdi to system tray",
96 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": {
98 "line": 59,
99 "column": 21
100 },
101 "end": {
102 "line": 62,
90 "column": 3 103 "column": 3
91 } 104 }
92 }, 105 },
@@ -95,11 +108,24 @@
95 "defaultMessage": "!!!Don't show message content in notifications", 108 "defaultMessage": "!!!Don't show message content in notifications",
96 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 110 "start": {
98 "line": 58, 111 "line": 63,
99 "column": 24 112 "column": 24
100 }, 113 },
101 "end": { 114 "end": {
102 "line": 61, 115 "line": 66,
116 "column": 3
117 }
118 },
119 {
120 "id": "settings.app.form.notifyTaskBarOnMessage",
121 "defaultMessage": "!!!Notify TaskBar/Dock on new message",
122 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": {
124 "line": 67,
125 "column": 26
126 },
127 "end": {
128 "line": 70,
103 "column": 3 129 "column": 3
104 } 130 }
105 }, 131 },
@@ -108,11 +134,11 @@
108 "defaultMessage": "!!!Navigation bar behaviour", 134 "defaultMessage": "!!!Navigation bar behaviour",
109 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 136 "start": {
111 "line": 62, 137 "line": 71,
112 "column": 26 138 "column": 26
113 }, 139 },
114 "end": { 140 "end": {
115 "line": 65, 141 "line": 74,
116 "column": 3 142 "column": 3
117 } 143 }
118 }, 144 },
@@ -121,11 +147,11 @@
121 "defaultMessage": "!!!Send telemetry data", 147 "defaultMessage": "!!!Send telemetry data",
122 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 149 "start": {
124 "line": 66, 150 "line": 75,
125 "column": 10 151 "column": 10
126 }, 152 },
127 "end": { 153 "end": {
128 "line": 69, 154 "line": 78,
129 "column": 3 155 "column": 3
130 } 156 }
131 }, 157 },
@@ -134,11 +160,11 @@
134 "defaultMessage": "!!!Enable service hibernation", 160 "defaultMessage": "!!!Enable service hibernation",
135 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 162 "start": {
137 "line": 70, 163 "line": 79,
138 "column": 13 164 "column": 13
139 }, 165 },
140 "end": { 166 "end": {
141 "line": 73, 167 "line": 82,
142 "column": 3 168 "column": 3
143 } 169 }
144 }, 170 },
@@ -147,11 +173,11 @@
147 "defaultMessage": "!!!Keep services in hibernation on startup", 173 "defaultMessage": "!!!Keep services in hibernation on startup",
148 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 175 "start": {
150 "line": 74, 176 "line": 83,
151 "column": 22 177 "column": 22
152 }, 178 },
153 "end": { 179 "end": {
154 "line": 77, 180 "line": 86,
155 "column": 3 181 "column": 3
156 } 182 }
157 }, 183 },
@@ -160,11 +186,11 @@
160 "defaultMessage": "!!!Hibernation strategy", 186 "defaultMessage": "!!!Hibernation strategy",
161 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 188 "start": {
163 "line": 78, 189 "line": 87,
164 "column": 23 190 "column": 23
165 }, 191 },
166 "end": { 192 "end": {
167 "line": 81, 193 "line": 90,
168 "column": 3 194 "column": 3
169 } 195 }
170 }, 196 },
@@ -173,11 +199,11 @@
173 "defaultMessage": "!!!Todo Server", 199 "defaultMessage": "!!!Todo Server",
174 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 201 "start": {
176 "line": 82, 202 "line": 91,
177 "column": 24 203 "column": 24
178 }, 204 },
179 "end": { 205 "end": {
180 "line": 85, 206 "line": 94,
181 "column": 3 207 "column": 3
182 } 208 }
183 }, 209 },
@@ -186,11 +212,11 @@
186 "defaultMessage": "!!!Custom TodoServer", 212 "defaultMessage": "!!!Custom TodoServer",
187 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 214 "start": {
189 "line": 86, 215 "line": 95,
190 "column": 20 216 "column": 20
191 }, 217 },
192 "end": { 218 "end": {
193 "line": 89, 219 "line": 98,
194 "column": 3 220 "column": 3
195 } 221 }
196 }, 222 },
@@ -199,11 +225,11 @@
199 "defaultMessage": "!!!Enable Password Lock", 225 "defaultMessage": "!!!Enable Password Lock",
200 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 227 "start": {
202 "line": 90, 228 "line": 99,
203 "column": 14 229 "column": 14
204 }, 230 },
205 "end": { 231 "end": {
206 "line": 93, 232 "line": 102,
207 "column": 3 233 "column": 3
208 } 234 }
209 }, 235 },
@@ -212,11 +238,11 @@
212 "defaultMessage": "!!!Password", 238 "defaultMessage": "!!!Password",
213 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 240 "start": {
215 "line": 94, 241 "line": 103,
216 "column": 16 242 "column": 16
217 }, 243 },
218 "end": { 244 "end": {
219 "line": 97, 245 "line": 106,
220 "column": 3 246 "column": 3
221 } 247 }
222 }, 248 },
@@ -225,11 +251,11 @@
225 "defaultMessage": "!!!Allow using Touch ID to unlock", 251 "defaultMessage": "!!!Allow using Touch ID to unlock",
226 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 253 "start": {
228 "line": 98, 254 "line": 107,
229 "column": 22 255 "column": 22
230 }, 256 },
231 "end": { 257 "end": {
232 "line": 101, 258 "line": 110,
233 "column": 3 259 "column": 3
234 } 260 }
235 }, 261 },
@@ -238,11 +264,11 @@
238 "defaultMessage": "!!!Lock after inactivity", 264 "defaultMessage": "!!!Lock after inactivity",
239 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 266 "start": {
241 "line": 102, 267 "line": 111,
242 "column": 18 268 "column": 18
243 }, 269 },
244 "end": { 270 "end": {
245 "line": 105, 271 "line": 114,
246 "column": 3 272 "column": 3
247 } 273 }
248 }, 274 },
@@ -251,11 +277,11 @@
251 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 277 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
252 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 279 "start": {
254 "line": 106, 280 "line": 115,
255 "column": 23 281 "column": 23
256 }, 282 },
257 "end": { 283 "end": {
258 "line": 109, 284 "line": 118,
259 "column": 3 285 "column": 3
260 } 286 }
261 }, 287 },
@@ -264,11 +290,11 @@
264 "defaultMessage": "!!!From", 290 "defaultMessage": "!!!From",
265 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 292 "start": {
267 "line": 110, 293 "line": 119,
268 "column": 21 294 "column": 21
269 }, 295 },
270 "end": { 296 "end": {
271 "line": 113, 297 "line": 122,
272 "column": 3 298 "column": 3
273 } 299 }
274 }, 300 },
@@ -277,11 +303,11 @@
277 "defaultMessage": "!!!To", 303 "defaultMessage": "!!!To",
278 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 305 "start": {
280 "line": 114, 306 "line": 123,
281 "column": 19 307 "column": 19
282 }, 308 },
283 "end": { 309 "end": {
284 "line": 117, 310 "line": 126,
285 "column": 3 311 "column": 3
286 } 312 }
287 }, 313 },
@@ -290,11 +316,11 @@
290 "defaultMessage": "!!!Language", 316 "defaultMessage": "!!!Language",
291 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 318 "start": {
293 "line": 118, 319 "line": 127,
294 "column": 12 320 "column": 12
295 }, 321 },
296 "end": { 322 "end": {
297 "line": 121, 323 "line": 130,
298 "column": 3 324 "column": 3
299 } 325 }
300 }, 326 },
@@ -303,11 +329,11 @@
303 "defaultMessage": "!!!Dark Mode", 329 "defaultMessage": "!!!Dark Mode",
304 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 331 "start": {
306 "line": 122, 332 "line": 131,
307 "column": 12 333 "column": 12
308 }, 334 },
309 "end": { 335 "end": {
310 "line": 125, 336 "line": 134,
311 "column": 3 337 "column": 3
312 } 338 }
313 }, 339 },
@@ -316,11 +342,11 @@
316 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 342 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
317 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 344 "start": {
319 "line": 126, 345 "line": 135,
320 "column": 21 346 "column": 21
321 }, 347 },
322 "end": { 348 "end": {
323 "line": 129, 349 "line": 138,
324 "column": 3 350 "column": 3
325 } 351 }
326 }, 352 },
@@ -329,11 +355,11 @@
329 "defaultMessage": "!!!Enable universal Dark Mode", 355 "defaultMessage": "!!!Enable universal Dark Mode",
330 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 357 "start": {
332 "line": 130, 358 "line": 139,
333 "column": 21 359 "column": 21
334 }, 360 },
335 "end": { 361 "end": {
336 "line": 133, 362 "line": 142,
337 "column": 3 363 "column": 3
338 } 364 }
339 }, 365 },
@@ -342,11 +368,11 @@
342 "defaultMessage": "!!!Sidebar width", 368 "defaultMessage": "!!!Sidebar width",
343 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 370 "start": {
345 "line": 134, 371 "line": 143,
346 "column": 22 372 "column": 22
347 }, 373 },
348 "end": { 374 "end": {
349 "line": 137, 375 "line": 146,
350 "column": 3 376 "column": 3
351 } 377 }
352 }, 378 },
@@ -355,11 +381,11 @@
355 "defaultMessage": "!!!Service icon size", 381 "defaultMessage": "!!!Service icon size",
356 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 383 "start": {
358 "line": 138, 384 "line": 147,
359 "column": 12 385 "column": 12
360 }, 386 },
361 "end": { 387 "end": {
362 "line": 141, 388 "line": 150,
363 "column": 3 389 "column": 3
364 } 390 }
365 }, 391 },
@@ -368,11 +394,11 @@
368 "defaultMessage": "!!!Use vertical style", 394 "defaultMessage": "!!!Use vertical style",
369 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 396 "start": {
371 "line": 142, 397 "line": 151,
372 "column": 20 398 "column": 20
373 }, 399 },
374 "end": { 400 "end": {
375 "line": 145, 401 "line": 154,
376 "column": 3 402 "column": 3
377 } 403 }
378 }, 404 },
@@ -381,11 +407,11 @@
381 "defaultMessage": "!!!Always show workspace drawer", 407 "defaultMessage": "!!!Always show workspace drawer",
382 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 409 "start": {
384 "line": 146, 410 "line": 155,
385 "column": 24 411 "column": 24
386 }, 412 },
387 "end": { 413 "end": {
388 "line": 149, 414 "line": 158,
389 "column": 3 415 "column": 3
390 } 416 }
391 }, 417 },
@@ -394,11 +420,11 @@
394 "defaultMessage": "!!!Accent color", 420 "defaultMessage": "!!!Accent color",
395 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 422 "start": {
397 "line": 150, 423 "line": 159,
398 "column": 15 424 "column": 15
399 }, 425 },
400 "end": { 426 "end": {
401 "line": 153, 427 "line": 162,
402 "column": 3 428 "column": 3
403 } 429 }
404 }, 430 },
@@ -407,11 +433,11 @@
407 "defaultMessage": "!!!Display disabled services tabs", 433 "defaultMessage": "!!!Display disabled services tabs",
408 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 435 "start": {
410 "line": 154, 436 "line": 163,
411 "column": 24 437 "column": 24
412 }, 438 },
413 "end": { 439 "end": {
414 "line": 157, 440 "line": 166,
415 "column": 3 441 "column": 3
416 } 442 }
417 }, 443 },
@@ -420,11 +446,11 @@
420 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 446 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
421 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 448 "start": {
423 "line": 158, 449 "line": 167,
424 "column": 29 450 "column": 29
425 }, 451 },
426 "end": { 452 "end": {
427 "line": 161, 453 "line": 170,
428 "column": 3 454 "column": 3
429 } 455 }
430 }, 456 },
@@ -433,11 +459,11 @@
433 "defaultMessage": "!!!Show draggable area on window", 459 "defaultMessage": "!!!Show draggable area on window",
434 "file": "src/containers/settings/EditSettingsScreen.js", 460 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 461 "start": {
436 "line": 162, 462 "line": 171,
437 "column": 16 463 "column": 16
438 }, 464 },
439 "end": { 465 "end": {
440 "line": 165, 466 "line": 174,
441 "column": 3 467 "column": 3
442 } 468 }
443 }, 469 },
@@ -446,11 +472,11 @@
446 "defaultMessage": "!!!Enable spell checking", 472 "defaultMessage": "!!!Enable spell checking",
447 "file": "src/containers/settings/EditSettingsScreen.js", 473 "file": "src/containers/settings/EditSettingsScreen.js",
448 "start": { 474 "start": {
449 "line": 166, 475 "line": 175,
450 "column": 23 476 "column": 23
451 }, 477 },
452 "end": { 478 "end": {
453 "line": 169, 479 "line": 178,
454 "column": 3 480 "column": 3
455 } 481 }
456 }, 482 },
@@ -459,11 +485,11 @@
459 "defaultMessage": "!!!Enable GPU Acceleration", 485 "defaultMessage": "!!!Enable GPU Acceleration",
460 "file": "src/containers/settings/EditSettingsScreen.js", 486 "file": "src/containers/settings/EditSettingsScreen.js",
461 "start": { 487 "start": {
462 "line": 170, 488 "line": 179,
463 "column": 25 489 "column": 25
464 }, 490 },
465 "end": { 491 "end": {
466 "line": 173, 492 "line": 182,
467 "column": 3 493 "column": 3
468 } 494 }
469 }, 495 },
@@ -472,11 +498,11 @@
472 "defaultMessage": "!!!Include beta versions", 498 "defaultMessage": "!!!Include beta versions",
473 "file": "src/containers/settings/EditSettingsScreen.js", 499 "file": "src/containers/settings/EditSettingsScreen.js",
474 "start": { 500 "start": {
475 "line": 174, 501 "line": 183,
476 "column": 8 502 "column": 8
477 }, 503 },
478 "end": { 504 "end": {
479 "line": 177, 505 "line": 186,
480 "column": 3 506 "column": 3
481 } 507 }
482 }, 508 },
@@ -485,11 +511,11 @@
485 "defaultMessage": "!!!Enable updates", 511 "defaultMessage": "!!!Enable updates",
486 "file": "src/containers/settings/EditSettingsScreen.js", 512 "file": "src/containers/settings/EditSettingsScreen.js",
487 "start": { 513 "start": {
488 "line": 178, 514 "line": 187,
489 "column": 20 515 "column": 20
490 }, 516 },
491 "end": { 517 "end": {
492 "line": 181, 518 "line": 190,
493 "column": 3 519 "column": 3
494 } 520 }
495 }, 521 },
@@ -498,11 +524,11 @@
498 "defaultMessage": "!!!Enable Franz Todos", 524 "defaultMessage": "!!!Enable Franz Todos",
499 "file": "src/containers/settings/EditSettingsScreen.js", 525 "file": "src/containers/settings/EditSettingsScreen.js",
500 "start": { 526 "start": {
501 "line": 182, 527 "line": 191,
502 "column": 15 528 "column": 15
503 }, 529 },
504 "end": { 530 "end": {
505 "line": 185, 531 "line": 194,
506 "column": 3 532 "column": 3
507 } 533 }
508 }, 534 },
@@ -511,11 +537,11 @@
511 "defaultMessage": "!!!Keep all workspaces loaded", 537 "defaultMessage": "!!!Keep all workspaces loaded",
512 "file": "src/containers/settings/EditSettingsScreen.js", 538 "file": "src/containers/settings/EditSettingsScreen.js",
513 "start": { 539 "start": {
514 "line": 186, 540 "line": 195,
515 "column": 27 541 "column": 27
516 }, 542 },
517 "end": { 543 "end": {
518 "line": 189, 544 "line": 198,
519 "column": 3 545 "column": 3
520 } 546 }
521 } 547 }
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
index ff6e037fc..0652b0a33 100644
--- a/src/i18n/messages/src/features/todos/components/TodosWebview.json
+++ b/src/i18n/messages/src/features/todos/components/TodosWebview.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Franz Todos are available to premium users now!", 4 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5 "file": "src/features/todos/components/TodosWebview.js", 5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": { 6 "start": {
7 "line": 31, 7 "line": 33,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 34, 11 "line": 36,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Upgrade Account", 17 "defaultMessage": "!!!Upgrade Account",
18 "file": "src/features/todos/components/TodosWebview.js", 18 "file": "src/features/todos/components/TodosWebview.js",
19 "start": { 19 "start": {
20 "line": 35, 20 "line": 37,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 38, 24 "line": 40,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 30 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
31 "file": "src/features/todos/components/TodosWebview.js", 31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": { 32 "start": {
33 "line": 39, 33 "line": 41,
34 "column": 15 34 "column": 15
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 42, 37 "line": 44,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 08028032d..d9a4e9ad9 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -403,15 +403,28 @@
403 } 403 }
404 }, 404 },
405 { 405 {
406 "id": "menu.view.reloadTodos",
407 "defaultMessage": "!!!Reload ToDos",
408 "file": "src/lib/Menu.js",
409 "start": {
410 "line": 142,
411 "column": 15
412 },
413 "end": {
414 "line": 145,
415 "column": 3
416 }
417 },
418 {
406 "id": "menu.window.minimize", 419 "id": "menu.window.minimize",
407 "defaultMessage": "!!!Minimize", 420 "defaultMessage": "!!!Minimize",
408 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
409 "start": { 422 "start": {
410 "line": 142, 423 "line": 146,
411 "column": 12 424 "column": 12
412 }, 425 },
413 "end": { 426 "end": {
414 "line": 145, 427 "line": 149,
415 "column": 3 428 "column": 3
416 } 429 }
417 }, 430 },
@@ -420,11 +433,11 @@
420 "defaultMessage": "!!!Close", 433 "defaultMessage": "!!!Close",
421 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
422 "start": { 435 "start": {
423 "line": 146, 436 "line": 150,
424 "column": 9 437 "column": 9
425 }, 438 },
426 "end": { 439 "end": {
427 "line": 149, 440 "line": 153,
428 "column": 3 441 "column": 3
429 } 442 }
430 }, 443 },
@@ -433,11 +446,11 @@
433 "defaultMessage": "!!!Learn More", 446 "defaultMessage": "!!!Learn More",
434 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
435 "start": { 448 "start": {
436 "line": 150, 449 "line": 154,
437 "column": 13 450 "column": 13
438 }, 451 },
439 "end": { 452 "end": {
440 "line": 153, 453 "line": 157,
441 "column": 3 454 "column": 3
442 } 455 }
443 }, 456 },
@@ -446,11 +459,11 @@
446 "defaultMessage": "!!!Changelog", 459 "defaultMessage": "!!!Changelog",
447 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
448 "start": { 461 "start": {
449 "line": 154, 462 "line": 158,
450 "column": 13 463 "column": 13
451 }, 464 },
452 "end": { 465 "end": {
453 "line": 157, 466 "line": 161,
454 "column": 3 467 "column": 3
455 } 468 }
456 }, 469 },
@@ -459,11 +472,11 @@
459 "defaultMessage": "!!!Support", 472 "defaultMessage": "!!!Support",
460 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
461 "start": { 474 "start": {
462 "line": 158, 475 "line": 162,
463 "column": 11 476 "column": 11
464 }, 477 },
465 "end": { 478 "end": {
466 "line": 161, 479 "line": 165,
467 "column": 3 480 "column": 3
468 } 481 }
469 }, 482 },
@@ -472,11 +485,11 @@
472 "defaultMessage": "!!!Copy Debug Information", 485 "defaultMessage": "!!!Copy Debug Information",
473 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
474 "start": { 487 "start": {
475 "line": 162, 488 "line": 166,
476 "column": 13 489 "column": 13
477 }, 490 },
478 "end": { 491 "end": {
479 "line": 165, 492 "line": 169,
480 "column": 3 493 "column": 3
481 } 494 }
482 }, 495 },
@@ -485,11 +498,11 @@
485 "defaultMessage": "!!!Publish Debug Information", 498 "defaultMessage": "!!!Publish Debug Information",
486 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
487 "start": { 500 "start": {
488 "line": 166, 501 "line": 170,
489 "column": 20 502 "column": 20
490 }, 503 },
491 "end": { 504 "end": {
492 "line": 169, 505 "line": 173,
493 "column": 3 506 "column": 3
494 } 507 }
495 }, 508 },
@@ -498,11 +511,11 @@
498 "defaultMessage": "!!!Ferdi Debug Information", 511 "defaultMessage": "!!!Ferdi Debug Information",
499 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
500 "start": { 513 "start": {
501 "line": 170, 514 "line": 174,
502 "column": 27 515 "column": 27
503 }, 516 },
504 "end": { 517 "end": {
505 "line": 173, 518 "line": 177,
506 "column": 3 519 "column": 3
507 } 520 }
508 }, 521 },
@@ -511,11 +524,11 @@
511 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 524 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
512 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
513 "start": { 526 "start": {
514 "line": 174, 527 "line": 178,
515 "column": 23 528 "column": 23
516 }, 529 },
517 "end": { 530 "end": {
518 "line": 177, 531 "line": 181,
519 "column": 3 532 "column": 3
520 } 533 }
521 }, 534 },
@@ -524,11 +537,11 @@
524 "defaultMessage": "!!!Unlock with Touch ID", 537 "defaultMessage": "!!!Unlock with Touch ID",
525 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
526 "start": { 539 "start": {
527 "line": 178, 540 "line": 182,
528 "column": 11 541 "column": 11
529 }, 542 },
530 "end": { 543 "end": {
531 "line": 181, 544 "line": 185,
532 "column": 3 545 "column": 3
533 } 546 }
534 }, 547 },
@@ -537,11 +550,11 @@
537 "defaultMessage": "!!!unlock via Touch ID", 550 "defaultMessage": "!!!unlock via Touch ID",
538 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
539 "start": { 552 "start": {
540 "line": 182, 553 "line": 186,
541 "column": 17 554 "column": 17
542 }, 555 },
543 "end": { 556 "end": {
544 "line": 185, 557 "line": 189,
545 "column": 3 558 "column": 3
546 } 559 }
547 }, 560 },
@@ -550,11 +563,11 @@
550 "defaultMessage": "!!!Terms of Service", 563 "defaultMessage": "!!!Terms of Service",
551 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
552 "start": { 565 "start": {
553 "line": 186, 566 "line": 190,
554 "column": 7 567 "column": 7
555 }, 568 },
556 "end": { 569 "end": {
557 "line": 189, 570 "line": 193,
558 "column": 3 571 "column": 3
559 } 572 }
560 }, 573 },
@@ -563,11 +576,11 @@
563 "defaultMessage": "!!!Privacy Statement", 576 "defaultMessage": "!!!Privacy Statement",
564 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
565 "start": { 578 "start": {
566 "line": 190, 579 "line": 194,
567 "column": 11 580 "column": 11
568 }, 581 },
569 "end": { 582 "end": {
570 "line": 193, 583 "line": 197,
571 "column": 3 584 "column": 3
572 } 585 }
573 }, 586 },
@@ -576,11 +589,11 @@
576 "defaultMessage": "!!!File", 589 "defaultMessage": "!!!File",
577 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
578 "start": { 591 "start": {
579 "line": 194, 592 "line": 198,
580 "column": 8 593 "column": 8
581 }, 594 },
582 "end": { 595 "end": {
583 "line": 197, 596 "line": 201,
584 "column": 3 597 "column": 3
585 } 598 }
586 }, 599 },
@@ -589,11 +602,11 @@
589 "defaultMessage": "!!!View", 602 "defaultMessage": "!!!View",
590 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
591 "start": { 604 "start": {
592 "line": 198, 605 "line": 202,
593 "column": 8 606 "column": 8
594 }, 607 },
595 "end": { 608 "end": {
596 "line": 201, 609 "line": 205,
597 "column": 3 610 "column": 3
598 } 611 }
599 }, 612 },
@@ -602,11 +615,11 @@
602 "defaultMessage": "!!!Services", 615 "defaultMessage": "!!!Services",
603 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
604 "start": { 617 "start": {
605 "line": 202, 618 "line": 206,
606 "column": 12 619 "column": 12
607 }, 620 },
608 "end": { 621 "end": {
609 "line": 205, 622 "line": 209,
610 "column": 3 623 "column": 3
611 } 624 }
612 }, 625 },
@@ -615,11 +628,11 @@
615 "defaultMessage": "!!!Window", 628 "defaultMessage": "!!!Window",
616 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
617 "start": { 630 "start": {
618 "line": 206, 631 "line": 210,
619 "column": 10 632 "column": 10
620 }, 633 },
621 "end": { 634 "end": {
622 "line": 209, 635 "line": 213,
623 "column": 3 636 "column": 3
624 } 637 }
625 }, 638 },
@@ -628,11 +641,11 @@
628 "defaultMessage": "!!!Help", 641 "defaultMessage": "!!!Help",
629 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
630 "start": { 643 "start": {
631 "line": 210, 644 "line": 214,
632 "column": 8 645 "column": 8
633 }, 646 },
634 "end": { 647 "end": {
635 "line": 213, 648 "line": 217,
636 "column": 3 649 "column": 3
637 } 650 }
638 }, 651 },
@@ -641,11 +654,11 @@
641 "defaultMessage": "!!!About Ferdi", 654 "defaultMessage": "!!!About Ferdi",
642 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
643 "start": { 656 "start": {
644 "line": 214, 657 "line": 218,
645 "column": 9 658 "column": 9
646 }, 659 },
647 "end": { 660 "end": {
648 "line": 217, 661 "line": 221,
649 "column": 3 662 "column": 3
650 } 663 }
651 }, 664 },
@@ -654,11 +667,11 @@
654 "defaultMessage": "!!!What's new?", 667 "defaultMessage": "!!!What's new?",
655 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
656 "start": { 669 "start": {
657 "line": 218, 670 "line": 222,
658 "column": 16 671 "column": 16
659 }, 672 },
660 "end": { 673 "end": {
661 "line": 221, 674 "line": 225,
662 "column": 3 675 "column": 3
663 } 676 }
664 }, 677 },
@@ -667,11 +680,11 @@
667 "defaultMessage": "!!!Settings", 680 "defaultMessage": "!!!Settings",
668 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
669 "start": { 682 "start": {
670 "line": 222, 683 "line": 226,
671 "column": 12 684 "column": 12
672 }, 685 },
673 "end": { 686 "end": {
674 "line": 225, 687 "line": 229,
675 "column": 3 688 "column": 3
676 } 689 }
677 }, 690 },
@@ -680,11 +693,11 @@
680 "defaultMessage": "!!!Check for updates", 693 "defaultMessage": "!!!Check for updates",
681 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
682 "start": { 695 "start": {
683 "line": 226, 696 "line": 230,
684 "column": 19 697 "column": 19
685 }, 698 },
686 "end": { 699 "end": {
687 "line": 229, 700 "line": 233,
688 "column": 3 701 "column": 3
689 } 702 }
690 }, 703 },
@@ -693,11 +706,11 @@
693 "defaultMessage": "!!!Hide", 706 "defaultMessage": "!!!Hide",
694 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
695 "start": { 708 "start": {
696 "line": 230, 709 "line": 234,
697 "column": 8 710 "column": 8
698 }, 711 },
699 "end": { 712 "end": {
700 "line": 233, 713 "line": 237,
701 "column": 3 714 "column": 3
702 } 715 }
703 }, 716 },
@@ -706,11 +719,11 @@
706 "defaultMessage": "!!!Hide Others", 719 "defaultMessage": "!!!Hide Others",
707 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
708 "start": { 721 "start": {
709 "line": 234, 722 "line": 238,
710 "column": 14 723 "column": 14
711 }, 724 },
712 "end": { 725 "end": {
713 "line": 237, 726 "line": 241,
714 "column": 3 727 "column": 3
715 } 728 }
716 }, 729 },
@@ -719,11 +732,11 @@
719 "defaultMessage": "!!!Unhide", 732 "defaultMessage": "!!!Unhide",
720 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
721 "start": { 734 "start": {
722 "line": 238, 735 "line": 242,
723 "column": 10 736 "column": 10
724 }, 737 },
725 "end": { 738 "end": {
726 "line": 241, 739 "line": 245,
727 "column": 3 740 "column": 3
728 } 741 }
729 }, 742 },
@@ -732,11 +745,11 @@
732 "defaultMessage": "!!!Auto-hide menu bar", 745 "defaultMessage": "!!!Auto-hide menu bar",
733 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
734 "start": { 747 "start": {
735 "line": 242, 748 "line": 246,
736 "column": 19 749 "column": 19
737 }, 750 },
738 "end": { 751 "end": {
739 "line": 245, 752 "line": 249,
740 "column": 3 753 "column": 3
741 } 754 }
742 }, 755 },
@@ -745,11 +758,11 @@
745 "defaultMessage": "!!!Quit", 758 "defaultMessage": "!!!Quit",
746 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
747 "start": { 760 "start": {
748 "line": 246, 761 "line": 250,
749 "column": 8 762 "column": 8
750 }, 763 },
751 "end": { 764 "end": {
752 "line": 249, 765 "line": 253,
753 "column": 3 766 "column": 3
754 } 767 }
755 }, 768 },
@@ -758,11 +771,11 @@
758 "defaultMessage": "!!!Add New Service...", 771 "defaultMessage": "!!!Add New Service...",
759 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
760 "start": { 773 "start": {
761 "line": 250, 774 "line": 254,
762 "column": 17 775 "column": 17
763 }, 776 },
764 "end": { 777 "end": {
765 "line": 253, 778 "line": 257,
766 "column": 3 779 "column": 3
767 } 780 }
768 }, 781 },
@@ -771,11 +784,11 @@
771 "defaultMessage": "!!!Add New Workspace...", 784 "defaultMessage": "!!!Add New Workspace...",
772 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
773 "start": { 786 "start": {
774 "line": 254, 787 "line": 258,
775 "column": 19 788 "column": 19
776 }, 789 },
777 "end": { 790 "end": {
778 "line": 257, 791 "line": 261,
779 "column": 3 792 "column": 3
780 } 793 }
781 }, 794 },
@@ -784,11 +797,11 @@
784 "defaultMessage": "!!!Open workspace drawer", 797 "defaultMessage": "!!!Open workspace drawer",
785 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
786 "start": { 799 "start": {
787 "line": 258, 800 "line": 262,
788 "column": 23 801 "column": 23
789 }, 802 },
790 "end": { 803 "end": {
791 "line": 261, 804 "line": 265,
792 "column": 3 805 "column": 3
793 } 806 }
794 }, 807 },
@@ -797,11 +810,11 @@
797 "defaultMessage": "!!!Close workspace drawer", 810 "defaultMessage": "!!!Close workspace drawer",
798 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
799 "start": { 812 "start": {
800 "line": 262, 813 "line": 266,
801 "column": 24 814 "column": 24
802 }, 815 },
803 "end": { 816 "end": {
804 "line": 265, 817 "line": 269,
805 "column": 3 818 "column": 3
806 } 819 }
807 }, 820 },
@@ -810,11 +823,11 @@
810 "defaultMessage": "!!!Activate next service...", 823 "defaultMessage": "!!!Activate next service...",
811 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
812 "start": { 825 "start": {
813 "line": 266, 826 "line": 270,
814 "column": 23 827 "column": 23
815 }, 828 },
816 "end": { 829 "end": {
817 "line": 269, 830 "line": 273,
818 "column": 3 831 "column": 3
819 } 832 }
820 }, 833 },
@@ -823,11 +836,11 @@
823 "defaultMessage": "!!!Activate previous service...", 836 "defaultMessage": "!!!Activate previous service...",
824 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
825 "start": { 838 "start": {
826 "line": 270, 839 "line": 274,
827 "column": 27 840 "column": 27
828 }, 841 },
829 "end": { 842 "end": {
830 "line": 273, 843 "line": 277,
831 "column": 3 844 "column": 3
832 } 845 }
833 }, 846 },
@@ -836,11 +849,11 @@
836 "defaultMessage": "!!!Disable notifications & audio", 849 "defaultMessage": "!!!Disable notifications & audio",
837 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
838 "start": { 851 "start": {
839 "line": 274, 852 "line": 278,
840 "column": 11 853 "column": 11
841 }, 854 },
842 "end": { 855 "end": {
843 "line": 277, 856 "line": 281,
844 "column": 3 857 "column": 3
845 } 858 }
846 }, 859 },
@@ -849,11 +862,11 @@
849 "defaultMessage": "!!!Enable notifications & audio", 862 "defaultMessage": "!!!Enable notifications & audio",
850 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
851 "start": { 864 "start": {
852 "line": 278, 865 "line": 282,
853 "column": 13 866 "column": 13
854 }, 867 },
855 "end": { 868 "end": {
856 "line": 281, 869 "line": 285,
857 "column": 3 870 "column": 3
858 } 871 }
859 }, 872 },
@@ -862,11 +875,11 @@
862 "defaultMessage": "!!!Workspaces", 875 "defaultMessage": "!!!Workspaces",
863 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
864 "start": { 877 "start": {
865 "line": 282, 878 "line": 286,
866 "column": 14 879 "column": 14
867 }, 880 },
868 "end": { 881 "end": {
869 "line": 285, 882 "line": 289,
870 "column": 3 883 "column": 3
871 } 884 }
872 }, 885 },
@@ -875,11 +888,11 @@
875 "defaultMessage": "!!!Default", 888 "defaultMessage": "!!!Default",
876 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
877 "start": { 890 "start": {
878 "line": 286, 891 "line": 290,
879 "column": 20 892 "column": 20
880 }, 893 },
881 "end": { 894 "end": {
882 "line": 289, 895 "line": 293,
883 "column": 3 896 "column": 3
884 } 897 }
885 }, 898 },
@@ -888,11 +901,11 @@
888 "defaultMessage": "!!!Todos", 901 "defaultMessage": "!!!Todos",
889 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
890 "start": { 903 "start": {
891 "line": 290, 904 "line": 294,
892 "column": 9 905 "column": 9
893 }, 906 },
894 "end": { 907 "end": {
895 "line": 293, 908 "line": 297,
896 "column": 3 909 "column": 3
897 } 910 }
898 }, 911 },
@@ -901,11 +914,11 @@
901 "defaultMessage": "!!!Open Todos drawer", 914 "defaultMessage": "!!!Open Todos drawer",
902 "file": "src/lib/Menu.js", 915 "file": "src/lib/Menu.js",
903 "start": { 916 "start": {
904 "line": 294, 917 "line": 298,
905 "column": 19 918 "column": 19
906 }, 919 },
907 "end": { 920 "end": {
908 "line": 297, 921 "line": 301,
909 "column": 3 922 "column": 3
910 } 923 }
911 }, 924 },
@@ -914,11 +927,11 @@
914 "defaultMessage": "!!!Close Todos drawer", 927 "defaultMessage": "!!!Close Todos drawer",
915 "file": "src/lib/Menu.js", 928 "file": "src/lib/Menu.js",
916 "start": { 929 "start": {
917 "line": 298, 930 "line": 302,
918 "column": 20 931 "column": 20
919 }, 932 },
920 "end": { 933 "end": {
921 "line": 301, 934 "line": 305,
922 "column": 3 935 "column": 3
923 } 936 }
924 }, 937 },
@@ -927,11 +940,11 @@
927 "defaultMessage": "!!!Enable Todos", 940 "defaultMessage": "!!!Enable Todos",
928 "file": "src/lib/Menu.js", 941 "file": "src/lib/Menu.js",
929 "start": { 942 "start": {
930 "line": 302, 943 "line": 306,
931 "column": 15 944 "column": 15
932 }, 945 },
933 "end": { 946 "end": {
934 "line": 305, 947 "line": 309,
935 "column": 3 948 "column": 3
936 } 949 }
937 }, 950 },
@@ -940,11 +953,11 @@
940 "defaultMessage": "!!!Home", 953 "defaultMessage": "!!!Home",
941 "file": "src/lib/Menu.js", 954 "file": "src/lib/Menu.js",
942 "start": { 955 "start": {
943 "line": 306, 956 "line": 310,
944 "column": 17 957 "column": 17
945 }, 958 },
946 "end": { 959 "end": {
947 "line": 309, 960 "line": 313,
948 "column": 3 961 "column": 3
949 } 962 }
950 } 963 }