aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-03 17:53:09 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-03 17:53:09 +0100
commite043795a040b8666a6ad253bb6cd37a5d647bbd5 (patch)
treed14e1237d49687742901d515c95d7d2c5fbe069f /src/i18n/messages
parentAdd Crowdin contributors to list of contributors (#429) (diff)
downloadferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.gz
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.zst
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.zip
Add support for unlocking with Touch ID (#423)
* Enhance installation guide in README * Add TouchID unlock for Ferdi Lock * Remove commit 8861014 as it is not related to this feature This reverts commit 88610144b942739772286ec3073b328e829a8b39. * Rename TouchID to "Touch ID" * Improve Touch ID prompt text * Improve unlocking with Touch ID * Fix lint * Add separator after lock-related menu entry Co-authored-by: Amine <amine@mouafik.fr>
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/auth/Locked.json59
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json124
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json89
-rw-r--r--src/i18n/messages/src/lib/Menu.json302
4 files changed, 326 insertions, 248 deletions
diff --git a/src/i18n/messages/src/components/auth/Locked.json b/src/i18n/messages/src/components/auth/Locked.json
index 407e70484..ac6091c35 100644
--- a/src/i18n/messages/src/components/auth/Locked.json
+++ b/src/i18n/messages/src/components/auth/Locked.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Locked", 4 "defaultMessage": "!!!Locked",
5 "file": "src/components/auth/Locked.js", 5 "file": "src/components/auth/Locked.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 19,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 22,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,37 @@
17 "defaultMessage": "!!!Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.", 17 "defaultMessage": "!!!Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
18 "file": "src/components/auth/Locked.js", 18 "file": "src/components/auth/Locked.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 23,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 21, 24 "line": 26,
25 "column": 3
26 }
27 },
28 {
29 "id": "locked.touchId",
30 "defaultMessage": "!!!Unlock with Touch ID",
31 "file": "src/components/auth/Locked.js",
32 "start": {
33 "line": 27,
34 "column": 11
35 },
36 "end": {
37 "line": 30,
38 "column": 3
39 }
40 },
41 {
42 "id": "locked.touchIdPrompt",
43 "defaultMessage": "!!!unlock via Touch ID",
44 "file": "src/components/auth/Locked.js",
45 "start": {
46 "line": 31,
47 "column": 17
48 },
49 "end": {
50 "line": 34,
25 "column": 3 51 "column": 3
26 } 52 }
27 }, 53 },
@@ -30,11 +56,11 @@
30 "defaultMessage": "!!!Password", 56 "defaultMessage": "!!!Password",
31 "file": "src/components/auth/Locked.js", 57 "file": "src/components/auth/Locked.js",
32 "start": { 58 "start": {
33 "line": 22, 59 "line": 35,
34 "column": 17 60 "column": 17
35 }, 61 },
36 "end": { 62 "end": {
37 "line": 25, 63 "line": 38,
38 "column": 3 64 "column": 3
39 } 65 }
40 }, 66 },
@@ -43,11 +69,24 @@
43 "defaultMessage": "!!!Unlock", 69 "defaultMessage": "!!!Unlock",
44 "file": "src/components/auth/Locked.js", 70 "file": "src/components/auth/Locked.js",
45 "start": { 71 "start": {
46 "line": 26, 72 "line": 39,
47 "column": 21 73 "column": 21
48 }, 74 },
49 "end": { 75 "end": {
50 "line": 29, 76 "line": 42,
77 "column": 3
78 }
79 },
80 {
81 "id": "locked.unlockWithPassword",
82 "defaultMessage": "!!!Unlock with Password",
83 "file": "src/components/auth/Locked.js",
84 "start": {
85 "line": 43,
86 "column": 22
87 },
88 "end": {
89 "line": 46,
51 "column": 3 90 "column": 3
52 } 91 }
53 }, 92 },
@@ -56,11 +95,11 @@
56 "defaultMessage": "!!!Password invalid", 95 "defaultMessage": "!!!Password invalid",
57 "file": "src/components/auth/Locked.js", 96 "file": "src/components/auth/Locked.js",
58 "start": { 97 "start": {
59 "line": 30, 98 "line": 47,
60 "column": 22 99 "column": 22
61 }, 100 },
62 "end": { 101 "end": {
63 "line": 33, 102 "line": 50,
64 "column": 3 103 "column": 3
65 } 104 }
66 } 105 }
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index 8bdbf9f3a..994bb4fa5 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Settings", 4 "defaultMessage": "!!!Settings",
5 "file": "src/components/settings/settings/EditSettingsForm.js", 5 "file": "src/components/settings/settings/EditSettingsForm.js",
6 "start": { 6 "start": {
7 "line": 27, 7 "line": 31,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 30, 11 "line": 34,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!General", 17 "defaultMessage": "!!!General",
18 "file": "src/components/settings/settings/EditSettingsForm.js", 18 "file": "src/components/settings/settings/EditSettingsForm.js",
19 "start": { 19 "start": {
20 "line": 31, 20 "line": 35,
21 "column": 19 21 "column": 19
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 34, 24 "line": 38,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data! Changing this option requires you to restart Ferdi.", 30 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data! Changing this option requires you to restart Ferdi.",
31 "file": "src/components/settings/settings/EditSettingsForm.js", 31 "file": "src/components/settings/settings/EditSettingsForm.js",
32 "start": { 32 "start": {
33 "line": 35, 33 "line": 39,
34 "column": 14 34 "column": 14
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 38, 37 "line": 42,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", 43 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
44 "file": "src/components/settings/settings/EditSettingsForm.js", 44 "file": "src/components/settings/settings/EditSettingsForm.js",
45 "start": { 45 "start": {
46 "line": 39, 46 "line": 43,
47 "column": 17 47 "column": 17
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 42, 50 "line": 46,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 56 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
57 "file": "src/components/settings/settings/EditSettingsForm.js", 57 "file": "src/components/settings/settings/EditSettingsForm.js",
58 "start": { 58 "start": {
59 "line": 43, 59 "line": 47,
60 "column": 22 60 "column": 22
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 46, 63 "line": 50,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.", 69 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.",
70 "file": "src/components/settings/settings/EditSettingsForm.js", 70 "file": "src/components/settings/settings/EditSettingsForm.js",
71 "start": { 71 "start": {
72 "line": 47, 72 "line": 51,
73 "column": 14 73 "column": 14
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 50, 76 "line": 54,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.", 82 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.",
83 "file": "src/components/settings/settings/EditSettingsForm.js", 83 "file": "src/components/settings/settings/EditSettingsForm.js",
84 "start": { 84 "start": {
85 "line": 51, 85 "line": 55,
86 "column": 19 86 "column": 19
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 54, 89 "line": 58,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 95 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
96 "file": "src/components/settings/settings/EditSettingsForm.js", 96 "file": "src/components/settings/settings/EditSettingsForm.js",
97 "start": { 97 "start": {
98 "line": 55, 98 "line": 59,
99 "column": 18 99 "column": 18
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 58, 102 "line": 62,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Password", 108 "defaultMessage": "!!!Password",
109 "file": "src/components/settings/settings/EditSettingsForm.js", 109 "file": "src/components/settings/settings/EditSettingsForm.js",
110 "start": { 110 "start": {
111 "line": 59, 111 "line": 63,
112 "column": 18 112 "column": 18
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 62, 115 "line": 66,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 121 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
122 "file": "src/components/settings/settings/EditSettingsForm.js", 122 "file": "src/components/settings/settings/EditSettingsForm.js",
123 "start": { 123 "start": {
124 "line": 63, 124 "line": 67,
125 "column": 22 125 "column": 22
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 66, 128 "line": 70,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.", 134 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
135 "file": "src/components/settings/settings/EditSettingsForm.js", 135 "file": "src/components/settings/settings/EditSettingsForm.js",
136 "start": { 136 "start": {
137 "line": 67, 137 "line": 71,
138 "column": 12 138 "column": 12
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 70, 141 "line": 74,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 147 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
148 "file": "src/components/settings/settings/EditSettingsForm.js", 148 "file": "src/components/settings/settings/EditSettingsForm.js",
149 "start": { 149 "start": {
150 "line": 71, 150 "line": 75,
151 "column": 24 151 "column": 24
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 74, 154 "line": 78,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 160 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
161 "file": "src/components/settings/settings/EditSettingsForm.js", 161 "file": "src/components/settings/settings/EditSettingsForm.js",
162 "start": { 162 "start": {
163 "line": 75, 163 "line": 79,
164 "column": 20 164 "column": 20
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 78, 167 "line": 82,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Language", 173 "defaultMessage": "!!!Language",
174 "file": "src/components/settings/settings/EditSettingsForm.js", 174 "file": "src/components/settings/settings/EditSettingsForm.js",
175 "start": { 175 "start": {
176 "line": 79, 176 "line": 83,
177 "column": 20 177 "column": 20
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 82, 180 "line": 86,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Updates", 186 "defaultMessage": "!!!Updates",
187 "file": "src/components/settings/settings/EditSettingsForm.js", 187 "file": "src/components/settings/settings/EditSettingsForm.js",
188 "start": { 188 "start": {
189 "line": 83, 189 "line": 87,
190 "column": 19 190 "column": 19
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 86, 193 "line": 90,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Appearance", 199 "defaultMessage": "!!!Appearance",
200 "file": "src/components/settings/settings/EditSettingsForm.js", 200 "file": "src/components/settings/settings/EditSettingsForm.js",
201 "start": { 201 "start": {
202 "line": 87, 202 "line": 91,
203 "column": 22 203 "column": 22
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 90, 206 "line": 94,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 212 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
213 "file": "src/components/settings/settings/EditSettingsForm.js", 213 "file": "src/components/settings/settings/EditSettingsForm.js",
214 "start": { 214 "start": {
215 "line": 91, 215 "line": 95,
216 "column": 25 216 "column": 25
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 94, 219 "line": 98,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: #7367f0)", 225 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: #7367f0)",
226 "file": "src/components/settings/settings/EditSettingsForm.js", 226 "file": "src/components/settings/settings/EditSettingsForm.js",
227 "start": { 227 "start": {
228 "line": 95, 228 "line": 99,
229 "column": 19 229 "column": 19
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 98, 232 "line": 102,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Advanced", 238 "defaultMessage": "!!!Advanced",
239 "file": "src/components/settings/settings/EditSettingsForm.js", 239 "file": "src/components/settings/settings/EditSettingsForm.js",
240 "start": { 240 "start": {
241 "line": 99, 241 "line": 103,
242 "column": 20 242 "column": 20
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 102, 245 "line": 106,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 251 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
252 "file": "src/components/settings/settings/EditSettingsForm.js", 252 "file": "src/components/settings/settings/EditSettingsForm.js",
253 "start": { 253 "start": {
254 "line": 103, 254 "line": 107,
255 "column": 19 255 "column": 19
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 106, 258 "line": 110,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Cache", 264 "defaultMessage": "!!!Cache",
265 "file": "src/components/settings/settings/EditSettingsForm.js", 265 "file": "src/components/settings/settings/EditSettingsForm.js",
266 "start": { 266 "start": {
267 "line": 107, 267 "line": 111,
268 "column": 20 268 "column": 20
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 110, 271 "line": 114,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 277 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
278 "file": "src/components/settings/settings/EditSettingsForm.js", 278 "file": "src/components/settings/settings/EditSettingsForm.js",
279 "start": { 279 "start": {
280 "line": 111, 280 "line": 115,
281 "column": 13 281 "column": 13
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 114, 284 "line": 118,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Clear cache", 290 "defaultMessage": "!!!Clear cache",
291 "file": "src/components/settings/settings/EditSettingsForm.js", 291 "file": "src/components/settings/settings/EditSettingsForm.js",
292 "start": { 292 "start": {
293 "line": 115, 293 "line": 119,
294 "column": 23 294 "column": 23
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 118, 297 "line": 122,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Check for updates", 303 "defaultMessage": "!!!Check for updates",
304 "file": "src/components/settings/settings/EditSettingsForm.js", 304 "file": "src/components/settings/settings/EditSettingsForm.js",
305 "start": { 305 "start": {
306 "line": 119, 306 "line": 123,
307 "column": 25 307 "column": 25
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 122, 310 "line": 126,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Restart & install update", 316 "defaultMessage": "!!!Restart & install update",
317 "file": "src/components/settings/settings/EditSettingsForm.js", 317 "file": "src/components/settings/settings/EditSettingsForm.js",
318 "start": { 318 "start": {
319 "line": 123, 319 "line": 127,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 126, 323 "line": 130,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Is searching for update", 329 "defaultMessage": "!!!Is searching for update",
330 "file": "src/components/settings/settings/EditSettingsForm.js", 330 "file": "src/components/settings/settings/EditSettingsForm.js",
331 "start": { 331 "start": {
332 "line": 127, 332 "line": 131,
333 "column": 25 333 "column": 25
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 130, 336 "line": 134,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Update available, downloading...", 342 "defaultMessage": "!!!Update available, downloading...",
343 "file": "src/components/settings/settings/EditSettingsForm.js", 343 "file": "src/components/settings/settings/EditSettingsForm.js",
344 "start": { 344 "start": {
345 "line": 131, 345 "line": 135,
346 "column": 25 346 "column": 25
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 134, 349 "line": 138,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!You are using the latest version of Ferdi", 355 "defaultMessage": "!!!You are using the latest version of Ferdi",
356 "file": "src/components/settings/settings/EditSettingsForm.js", 356 "file": "src/components/settings/settings/EditSettingsForm.js",
357 "start": { 357 "start": {
358 "line": 135, 358 "line": 139,
359 "column": 24 359 "column": 24
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 138, 362 "line": 142,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Current version:", 368 "defaultMessage": "!!!Current version:",
369 "file": "src/components/settings/settings/EditSettingsForm.js", 369 "file": "src/components/settings/settings/EditSettingsForm.js",
370 "start": { 370 "start": {
371 "line": 139, 371 "line": 143,
372 "column": 18 372 "column": 18
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 142, 375 "line": 146,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Changes require restart", 381 "defaultMessage": "!!!Changes require restart",
382 "file": "src/components/settings/settings/EditSettingsForm.js", 382 "file": "src/components/settings/settings/EditSettingsForm.js",
383 "start": { 383 "start": {
384 "line": 143, 384 "line": 147,
385 "column": 29 385 "column": 29
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 146, 388 "line": 150,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.", 394 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
395 "file": "src/components/settings/settings/EditSettingsForm.js", 395 "file": "src/components/settings/settings/EditSettingsForm.js",
396 "start": { 396 "start": {
397 "line": 147, 397 "line": 151,
398 "column": 22 398 "column": 22
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 150, 401 "line": 154,
402 "column": 3 402 "column": 3
403 } 403 }
404 } 404 }
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index fdf49bbb6..60d080918 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -195,15 +195,28 @@
195 } 195 }
196 }, 196 },
197 { 197 {
198 "id": "settings.app.form.useTouchIdToUnlock",
199 "defaultMessage": "!!!Allow using Touch ID to unlock",
200 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": {
202 "line": 91,
203 "column": 22
204 },
205 "end": {
206 "line": 94,
207 "column": 3
208 }
209 },
210 {
198 "id": "settings.app.form.inactivityLock", 211 "id": "settings.app.form.inactivityLock",
199 "defaultMessage": "!!!Lock after inactivity", 212 "defaultMessage": "!!!Lock after inactivity",
200 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 214 "start": {
202 "line": 91, 215 "line": 95,
203 "column": 18 216 "column": 18
204 }, 217 },
205 "end": { 218 "end": {
206 "line": 94, 219 "line": 98,
207 "column": 3 220 "column": 3
208 } 221 }
209 }, 222 },
@@ -212,11 +225,11 @@
212 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 225 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
213 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 227 "start": {
215 "line": 95, 228 "line": 99,
216 "column": 23 229 "column": 23
217 }, 230 },
218 "end": { 231 "end": {
219 "line": 98, 232 "line": 102,
220 "column": 3 233 "column": 3
221 } 234 }
222 }, 235 },
@@ -225,11 +238,11 @@
225 "defaultMessage": "!!!From", 238 "defaultMessage": "!!!From",
226 "file": "src/containers/settings/EditSettingsScreen.js", 239 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 240 "start": {
228 "line": 99, 241 "line": 103,
229 "column": 21 242 "column": 21
230 }, 243 },
231 "end": { 244 "end": {
232 "line": 102, 245 "line": 106,
233 "column": 3 246 "column": 3
234 } 247 }
235 }, 248 },
@@ -238,11 +251,11 @@
238 "defaultMessage": "!!!To", 251 "defaultMessage": "!!!To",
239 "file": "src/containers/settings/EditSettingsScreen.js", 252 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 253 "start": {
241 "line": 103, 254 "line": 107,
242 "column": 19 255 "column": 19
243 }, 256 },
244 "end": { 257 "end": {
245 "line": 106, 258 "line": 110,
246 "column": 3 259 "column": 3
247 } 260 }
248 }, 261 },
@@ -251,11 +264,11 @@
251 "defaultMessage": "!!!Language", 264 "defaultMessage": "!!!Language",
252 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 266 "start": {
254 "line": 107, 267 "line": 111,
255 "column": 12 268 "column": 12
256 }, 269 },
257 "end": { 270 "end": {
258 "line": 110, 271 "line": 114,
259 "column": 3 272 "column": 3
260 } 273 }
261 }, 274 },
@@ -264,11 +277,11 @@
264 "defaultMessage": "!!!Dark Mode", 277 "defaultMessage": "!!!Dark Mode",
265 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 279 "start": {
267 "line": 111, 280 "line": 115,
268 "column": 12 281 "column": 12
269 }, 282 },
270 "end": { 283 "end": {
271 "line": 114, 284 "line": 118,
272 "column": 3 285 "column": 3
273 } 286 }
274 }, 287 },
@@ -277,11 +290,11 @@
277 "defaultMessage": "!!!Synchronize dark mode with my Mac's dark mode setting", 290 "defaultMessage": "!!!Synchronize dark mode with my Mac's dark mode setting",
278 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 292 "start": {
280 "line": 115, 293 "line": 119,
281 "column": 21 294 "column": 21
282 }, 295 },
283 "end": { 296 "end": {
284 "line": 118, 297 "line": 122,
285 "column": 3 298 "column": 3
286 } 299 }
287 }, 300 },
@@ -290,11 +303,11 @@
290 "defaultMessage": "!!!Enable universal Dark Mode", 303 "defaultMessage": "!!!Enable universal Dark Mode",
291 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 305 "start": {
293 "line": 119, 306 "line": 123,
294 "column": 21 307 "column": 21
295 }, 308 },
296 "end": { 309 "end": {
297 "line": 122, 310 "line": 126,
298 "column": 3 311 "column": 3
299 } 312 }
300 }, 313 },
@@ -303,11 +316,11 @@
303 "defaultMessage": "!!!Sidebar width", 316 "defaultMessage": "!!!Sidebar width",
304 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 318 "start": {
306 "line": 123, 319 "line": 127,
307 "column": 22 320 "column": 22
308 }, 321 },
309 "end": { 322 "end": {
310 "line": 126, 323 "line": 130,
311 "column": 3 324 "column": 3
312 } 325 }
313 }, 326 },
@@ -316,11 +329,11 @@
316 "defaultMessage": "!!!Service icon size", 329 "defaultMessage": "!!!Service icon size",
317 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
318 "start": { 331 "start": {
319 "line": 127, 332 "line": 131,
320 "column": 12 333 "column": 12
321 }, 334 },
322 "end": { 335 "end": {
323 "line": 130, 336 "line": 134,
324 "column": 3 337 "column": 3
325 } 338 }
326 }, 339 },
@@ -329,11 +342,11 @@
329 "defaultMessage": "!!!Accent color", 342 "defaultMessage": "!!!Accent color",
330 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
331 "start": { 344 "start": {
332 "line": 131, 345 "line": 135,
333 "column": 15 346 "column": 15
334 }, 347 },
335 "end": { 348 "end": {
336 "line": 134, 349 "line": 138,
337 "column": 3 350 "column": 3
338 } 351 }
339 }, 352 },
@@ -342,11 +355,11 @@
342 "defaultMessage": "!!!Display disabled services tabs", 355 "defaultMessage": "!!!Display disabled services tabs",
343 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
344 "start": { 357 "start": {
345 "line": 135, 358 "line": 139,
346 "column": 24 359 "column": 24
347 }, 360 },
348 "end": { 361 "end": {
349 "line": 138, 362 "line": 142,
350 "column": 3 363 "column": 3
351 } 364 }
352 }, 365 },
@@ -355,11 +368,11 @@
355 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 368 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
356 "file": "src/containers/settings/EditSettingsScreen.js", 369 "file": "src/containers/settings/EditSettingsScreen.js",
357 "start": { 370 "start": {
358 "line": 139, 371 "line": 143,
359 "column": 29 372 "column": 29
360 }, 373 },
361 "end": { 374 "end": {
362 "line": 142, 375 "line": 146,
363 "column": 3 376 "column": 3
364 } 377 }
365 }, 378 },
@@ -368,11 +381,11 @@
368 "defaultMessage": "!!!Enable spell checking", 381 "defaultMessage": "!!!Enable spell checking",
369 "file": "src/containers/settings/EditSettingsScreen.js", 382 "file": "src/containers/settings/EditSettingsScreen.js",
370 "start": { 383 "start": {
371 "line": 143, 384 "line": 147,
372 "column": 23 385 "column": 23
373 }, 386 },
374 "end": { 387 "end": {
375 "line": 146, 388 "line": 150,
376 "column": 3 389 "column": 3
377 } 390 }
378 }, 391 },
@@ -381,11 +394,11 @@
381 "defaultMessage": "!!!Enable GPU Acceleration", 394 "defaultMessage": "!!!Enable GPU Acceleration",
382 "file": "src/containers/settings/EditSettingsScreen.js", 395 "file": "src/containers/settings/EditSettingsScreen.js",
383 "start": { 396 "start": {
384 "line": 147, 397 "line": 151,
385 "column": 25 398 "column": 25
386 }, 399 },
387 "end": { 400 "end": {
388 "line": 150, 401 "line": 154,
389 "column": 3 402 "column": 3
390 } 403 }
391 }, 404 },
@@ -394,11 +407,11 @@
394 "defaultMessage": "!!!Include beta versions", 407 "defaultMessage": "!!!Include beta versions",
395 "file": "src/containers/settings/EditSettingsScreen.js", 408 "file": "src/containers/settings/EditSettingsScreen.js",
396 "start": { 409 "start": {
397 "line": 151, 410 "line": 155,
398 "column": 8 411 "column": 8
399 }, 412 },
400 "end": { 413 "end": {
401 "line": 154, 414 "line": 158,
402 "column": 3 415 "column": 3
403 } 416 }
404 }, 417 },
@@ -407,11 +420,11 @@
407 "defaultMessage": "!!!Disable updates", 420 "defaultMessage": "!!!Disable updates",
408 "file": "src/containers/settings/EditSettingsScreen.js", 421 "file": "src/containers/settings/EditSettingsScreen.js",
409 "start": { 422 "start": {
410 "line": 155, 423 "line": 159,
411 "column": 13 424 "column": 13
412 }, 425 },
413 "end": { 426 "end": {
414 "line": 158, 427 "line": 162,
415 "column": 3 428 "column": 3
416 } 429 }
417 }, 430 },
@@ -420,11 +433,11 @@
420 "defaultMessage": "!!!Enable Franz Todos", 433 "defaultMessage": "!!!Enable Franz Todos",
421 "file": "src/containers/settings/EditSettingsScreen.js", 434 "file": "src/containers/settings/EditSettingsScreen.js",
422 "start": { 435 "start": {
423 "line": 159, 436 "line": 163,
424 "column": 15 437 "column": 15
425 }, 438 },
426 "end": { 439 "end": {
427 "line": 162, 440 "line": 166,
428 "column": 3 441 "column": 3
429 } 442 }
430 }, 443 },
@@ -433,11 +446,11 @@
433 "defaultMessage": "!!!Keep all workspaces loaded", 446 "defaultMessage": "!!!Keep all workspaces loaded",
434 "file": "src/containers/settings/EditSettingsScreen.js", 447 "file": "src/containers/settings/EditSettingsScreen.js",
435 "start": { 448 "start": {
436 "line": 163, 449 "line": 167,
437 "column": 27 450 "column": 27
438 }, 451 },
439 "end": { 452 "end": {
440 "line": 166, 453 "line": 170,
441 "column": 3 454 "column": 3
442 } 455 }
443 } 456 }
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index e323d6174..58618a427 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Edit", 4 "defaultMessage": "!!!Edit",
5 "file": "src/lib/Menu.js", 5 "file": "src/lib/Menu.js",
6 "start": { 6 "start": {
7 "line": 17, 7 "line": 18,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 20, 11 "line": 21,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Undo", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 21, 20 "line": 22,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 24, 24 "line": 25,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Redo", 30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js", 31 "file": "src/lib/Menu.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 26,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 28, 37 "line": 29,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Cut", 43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js", 44 "file": "src/lib/Menu.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 30,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 32, 50 "line": 33,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Copy", 56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js", 57 "file": "src/lib/Menu.js",
58 "start": { 58 "start": {
59 "line": 33, 59 "line": 34,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 36, 63 "line": 37,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Paste", 69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js", 70 "file": "src/lib/Menu.js",
71 "start": { 71 "start": {
72 "line": 37, 72 "line": 38,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 40, 76 "line": 41,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Paste And Match Style", 82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js", 83 "file": "src/lib/Menu.js",
84 "start": { 84 "start": {
85 "line": 41, 85 "line": 42,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 44, 89 "line": 45,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Delete", 95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js", 96 "file": "src/lib/Menu.js",
97 "start": { 97 "start": {
98 "line": 45, 98 "line": 46,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 48, 102 "line": 49,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Select All", 108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js", 109 "file": "src/lib/Menu.js",
110 "start": { 110 "start": {
111 "line": 49, 111 "line": 50,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 52, 115 "line": 53,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Speech", 121 "defaultMessage": "!!!Speech",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 53, 124 "line": 54,
125 "column": 10 125 "column": 10
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 56, 128 "line": 57,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Start Speaking", 134 "defaultMessage": "!!!Start Speaking",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 57, 137 "line": 58,
138 "column": 17 138 "column": 17
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 60, 141 "line": 61,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Stop Speaking", 147 "defaultMessage": "!!!Stop Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 61, 150 "line": 62,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 64, 154 "line": 65,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Start Dictation", 160 "defaultMessage": "!!!Start Dictation",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 65, 163 "line": 66,
164 "column": 18 164 "column": 18
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 68, 167 "line": 69,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Emoji & Symbols", 173 "defaultMessage": "!!!Emoji & Symbols",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 69, 176 "line": 70,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 72, 180 "line": 73,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Open Quick Switch", 186 "defaultMessage": "!!!Open Quick Switch",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 73, 189 "line": 74,
190 "column": 19 190 "column": 19
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 76, 193 "line": 77,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Back", 199 "defaultMessage": "!!!Back",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 77, 202 "line": 78,
203 "column": 8 203 "column": 8
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 80, 206 "line": 81,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Forward", 212 "defaultMessage": "!!!Forward",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 81, 215 "line": 82,
216 "column": 11 216 "column": 11
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 84, 219 "line": 85,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Actual Size", 225 "defaultMessage": "!!!Actual Size",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 85, 228 "line": 86,
229 "column": 13 229 "column": 13
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 88, 232 "line": 89,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Zoom In", 238 "defaultMessage": "!!!Zoom In",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 89, 241 "line": 90,
242 "column": 10 242 "column": 10
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 92, 245 "line": 93,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Zoom Out", 251 "defaultMessage": "!!!Zoom Out",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 93, 254 "line": 94,
255 "column": 11 255 "column": 11
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 96, 258 "line": 97,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Enter Full Screen", 264 "defaultMessage": "!!!Enter Full Screen",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 97, 267 "line": 98,
268 "column": 19 268 "column": 19
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 100, 271 "line": 101,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Exit Full Screen", 277 "defaultMessage": "!!!Exit Full Screen",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 101, 280 "line": 102,
281 "column": 18 281 "column": 18
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 104, 284 "line": 105,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Toggle Full Screen", 290 "defaultMessage": "!!!Toggle Full Screen",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 105, 293 "line": 106,
294 "column": 20 294 "column": 20
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 108, 297 "line": 109,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Toggle Developer Tools", 303 "defaultMessage": "!!!Toggle Developer Tools",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 109, 306 "line": 110,
307 "column": 18 307 "column": 18
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 112, 310 "line": 113,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Toggle Todos Developer Tools", 316 "defaultMessage": "!!!Toggle Todos Developer Tools",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 113, 319 "line": 114,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 116, 323 "line": 117,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Toggle Service Developer Tools", 329 "defaultMessage": "!!!Toggle Service Developer Tools",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 117, 332 "line": 118,
333 "column": 25 333 "column": 25
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 120, 336 "line": 121,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Reload Service", 342 "defaultMessage": "!!!Reload Service",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 121, 345 "line": 122,
346 "column": 17 346 "column": 17
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 124, 349 "line": 125,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Reload Ferdi", 355 "defaultMessage": "!!!Reload Ferdi",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 125, 358 "line": 126,
359 "column": 15 359 "column": 15
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 128, 362 "line": 129,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Lock Ferdi", 368 "defaultMessage": "!!!Lock Ferdi",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 129, 371 "line": 130,
372 "column": 13 372 "column": 13
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 132, 375 "line": 133,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Minimize", 381 "defaultMessage": "!!!Minimize",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 133, 384 "line": 134,
385 "column": 12 385 "column": 12
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 136, 388 "line": 137,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Close", 394 "defaultMessage": "!!!Close",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 137, 397 "line": 138,
398 "column": 9 398 "column": 9
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 140, 401 "line": 141,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Learn More", 407 "defaultMessage": "!!!Learn More",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 141, 410 "line": 142,
411 "column": 13 411 "column": 13
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 144, 414 "line": 145,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Changelog", 420 "defaultMessage": "!!!Changelog",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 145, 423 "line": 146,
424 "column": 13 424 "column": 13
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 148, 427 "line": 149,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Support", 433 "defaultMessage": "!!!Support",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 149, 436 "line": 150,
437 "column": 11 437 "column": 11
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 152, 440 "line": 153,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Copy Debug Information", 446 "defaultMessage": "!!!Copy Debug Information",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 153, 449 "line": 154,
450 "column": 13 450 "column": 13
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 156, 453 "line": 157,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Publish Debug Information", 459 "defaultMessage": "!!!Publish Debug Information",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 157, 462 "line": 158,
463 "column": 20 463 "column": 20
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 160, 466 "line": 161,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Ferdi Debug Information", 472 "defaultMessage": "!!!Ferdi Debug Information",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 161, 475 "line": 162,
476 "column": 27 476 "column": 27
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 164, 479 "line": 165,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,37 @@
485 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 485 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 165, 488 "line": 166,
489 "column": 23 489 "column": 23
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 168, 492 "line": 169,
493 "column": 3
494 }
495 },
496 {
497 "id": "locked.touchId",
498 "defaultMessage": "!!!Unlock with Touch ID",
499 "file": "src/lib/Menu.js",
500 "start": {
501 "line": 170,
502 "column": 11
503 },
504 "end": {
505 "line": 173,
506 "column": 3
507 }
508 },
509 {
510 "id": "locked.touchIdPrompt",
511 "defaultMessage": "!!!unlock via Touch ID",
512 "file": "src/lib/Menu.js",
513 "start": {
514 "line": 174,
515 "column": 17
516 },
517 "end": {
518 "line": 177,
493 "column": 3 519 "column": 3
494 } 520 }
495 }, 521 },
@@ -498,11 +524,11 @@
498 "defaultMessage": "!!!Terms of Service", 524 "defaultMessage": "!!!Terms of Service",
499 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
500 "start": { 526 "start": {
501 "line": 169, 527 "line": 178,
502 "column": 7 528 "column": 7
503 }, 529 },
504 "end": { 530 "end": {
505 "line": 172, 531 "line": 181,
506 "column": 3 532 "column": 3
507 } 533 }
508 }, 534 },
@@ -511,11 +537,11 @@
511 "defaultMessage": "!!!Privacy Statement", 537 "defaultMessage": "!!!Privacy Statement",
512 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
513 "start": { 539 "start": {
514 "line": 173, 540 "line": 182,
515 "column": 11 541 "column": 11
516 }, 542 },
517 "end": { 543 "end": {
518 "line": 176, 544 "line": 185,
519 "column": 3 545 "column": 3
520 } 546 }
521 }, 547 },
@@ -524,11 +550,11 @@
524 "defaultMessage": "!!!File", 550 "defaultMessage": "!!!File",
525 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
526 "start": { 552 "start": {
527 "line": 177, 553 "line": 186,
528 "column": 8 554 "column": 8
529 }, 555 },
530 "end": { 556 "end": {
531 "line": 180, 557 "line": 189,
532 "column": 3 558 "column": 3
533 } 559 }
534 }, 560 },
@@ -537,11 +563,11 @@
537 "defaultMessage": "!!!View", 563 "defaultMessage": "!!!View",
538 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
539 "start": { 565 "start": {
540 "line": 181, 566 "line": 190,
541 "column": 8 567 "column": 8
542 }, 568 },
543 "end": { 569 "end": {
544 "line": 184, 570 "line": 193,
545 "column": 3 571 "column": 3
546 } 572 }
547 }, 573 },
@@ -550,11 +576,11 @@
550 "defaultMessage": "!!!Services", 576 "defaultMessage": "!!!Services",
551 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
552 "start": { 578 "start": {
553 "line": 185, 579 "line": 194,
554 "column": 12 580 "column": 12
555 }, 581 },
556 "end": { 582 "end": {
557 "line": 188, 583 "line": 197,
558 "column": 3 584 "column": 3
559 } 585 }
560 }, 586 },
@@ -563,11 +589,11 @@
563 "defaultMessage": "!!!Window", 589 "defaultMessage": "!!!Window",
564 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
565 "start": { 591 "start": {
566 "line": 189, 592 "line": 198,
567 "column": 10 593 "column": 10
568 }, 594 },
569 "end": { 595 "end": {
570 "line": 192, 596 "line": 201,
571 "column": 3 597 "column": 3
572 } 598 }
573 }, 599 },
@@ -576,11 +602,11 @@
576 "defaultMessage": "!!!Help", 602 "defaultMessage": "!!!Help",
577 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
578 "start": { 604 "start": {
579 "line": 193, 605 "line": 202,
580 "column": 8 606 "column": 8
581 }, 607 },
582 "end": { 608 "end": {
583 "line": 196, 609 "line": 205,
584 "column": 3 610 "column": 3
585 } 611 }
586 }, 612 },
@@ -589,11 +615,11 @@
589 "defaultMessage": "!!!About Ferdi", 615 "defaultMessage": "!!!About Ferdi",
590 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
591 "start": { 617 "start": {
592 "line": 197, 618 "line": 206,
593 "column": 9 619 "column": 9
594 }, 620 },
595 "end": { 621 "end": {
596 "line": 200, 622 "line": 209,
597 "column": 3 623 "column": 3
598 } 624 }
599 }, 625 },
@@ -602,11 +628,11 @@
602 "defaultMessage": "!!!What's new?", 628 "defaultMessage": "!!!What's new?",
603 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
604 "start": { 630 "start": {
605 "line": 201, 631 "line": 210,
606 "column": 16 632 "column": 16
607 }, 633 },
608 "end": { 634 "end": {
609 "line": 204, 635 "line": 213,
610 "column": 3 636 "column": 3
611 } 637 }
612 }, 638 },
@@ -615,11 +641,11 @@
615 "defaultMessage": "!!!Settings", 641 "defaultMessage": "!!!Settings",
616 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
617 "start": { 643 "start": {
618 "line": 205, 644 "line": 214,
619 "column": 12 645 "column": 12
620 }, 646 },
621 "end": { 647 "end": {
622 "line": 208, 648 "line": 217,
623 "column": 3 649 "column": 3
624 } 650 }
625 }, 651 },
@@ -628,11 +654,11 @@
628 "defaultMessage": "!!!Check for updates", 654 "defaultMessage": "!!!Check for updates",
629 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
630 "start": { 656 "start": {
631 "line": 209, 657 "line": 218,
632 "column": 19 658 "column": 19
633 }, 659 },
634 "end": { 660 "end": {
635 "line": 212, 661 "line": 221,
636 "column": 3 662 "column": 3
637 } 663 }
638 }, 664 },
@@ -641,11 +667,11 @@
641 "defaultMessage": "!!!Hide", 667 "defaultMessage": "!!!Hide",
642 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
643 "start": { 669 "start": {
644 "line": 213, 670 "line": 222,
645 "column": 8 671 "column": 8
646 }, 672 },
647 "end": { 673 "end": {
648 "line": 216, 674 "line": 225,
649 "column": 3 675 "column": 3
650 } 676 }
651 }, 677 },
@@ -654,11 +680,11 @@
654 "defaultMessage": "!!!Hide Others", 680 "defaultMessage": "!!!Hide Others",
655 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
656 "start": { 682 "start": {
657 "line": 217, 683 "line": 226,
658 "column": 14 684 "column": 14
659 }, 685 },
660 "end": { 686 "end": {
661 "line": 220, 687 "line": 229,
662 "column": 3 688 "column": 3
663 } 689 }
664 }, 690 },
@@ -667,11 +693,11 @@
667 "defaultMessage": "!!!Unhide", 693 "defaultMessage": "!!!Unhide",
668 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
669 "start": { 695 "start": {
670 "line": 221, 696 "line": 230,
671 "column": 10 697 "column": 10
672 }, 698 },
673 "end": { 699 "end": {
674 "line": 224, 700 "line": 233,
675 "column": 3 701 "column": 3
676 } 702 }
677 }, 703 },
@@ -680,11 +706,11 @@
680 "defaultMessage": "!!!Auto-hide menu bar", 706 "defaultMessage": "!!!Auto-hide menu bar",
681 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
682 "start": { 708 "start": {
683 "line": 225, 709 "line": 234,
684 "column": 19 710 "column": 19
685 }, 711 },
686 "end": { 712 "end": {
687 "line": 228, 713 "line": 237,
688 "column": 3 714 "column": 3
689 } 715 }
690 }, 716 },
@@ -693,11 +719,11 @@
693 "defaultMessage": "!!!Quit", 719 "defaultMessage": "!!!Quit",
694 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
695 "start": { 721 "start": {
696 "line": 229, 722 "line": 238,
697 "column": 8 723 "column": 8
698 }, 724 },
699 "end": { 725 "end": {
700 "line": 232, 726 "line": 241,
701 "column": 3 727 "column": 3
702 } 728 }
703 }, 729 },
@@ -706,11 +732,11 @@
706 "defaultMessage": "!!!Add New Service...", 732 "defaultMessage": "!!!Add New Service...",
707 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
708 "start": { 734 "start": {
709 "line": 233, 735 "line": 242,
710 "column": 17 736 "column": 17
711 }, 737 },
712 "end": { 738 "end": {
713 "line": 236, 739 "line": 245,
714 "column": 3 740 "column": 3
715 } 741 }
716 }, 742 },
@@ -719,11 +745,11 @@
719 "defaultMessage": "!!!Add New Workspace...", 745 "defaultMessage": "!!!Add New Workspace...",
720 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
721 "start": { 747 "start": {
722 "line": 237, 748 "line": 246,
723 "column": 19 749 "column": 19
724 }, 750 },
725 "end": { 751 "end": {
726 "line": 240, 752 "line": 249,
727 "column": 3 753 "column": 3
728 } 754 }
729 }, 755 },
@@ -732,11 +758,11 @@
732 "defaultMessage": "!!!Open workspace drawer", 758 "defaultMessage": "!!!Open workspace drawer",
733 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
734 "start": { 760 "start": {
735 "line": 241, 761 "line": 250,
736 "column": 23 762 "column": 23
737 }, 763 },
738 "end": { 764 "end": {
739 "line": 244, 765 "line": 253,
740 "column": 3 766 "column": 3
741 } 767 }
742 }, 768 },
@@ -745,11 +771,11 @@
745 "defaultMessage": "!!!Close workspace drawer", 771 "defaultMessage": "!!!Close workspace drawer",
746 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
747 "start": { 773 "start": {
748 "line": 245, 774 "line": 254,
749 "column": 24 775 "column": 24
750 }, 776 },
751 "end": { 777 "end": {
752 "line": 248, 778 "line": 257,
753 "column": 3 779 "column": 3
754 } 780 }
755 }, 781 },
@@ -758,11 +784,11 @@
758 "defaultMessage": "!!!Activate next service...", 784 "defaultMessage": "!!!Activate next service...",
759 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
760 "start": { 786 "start": {
761 "line": 249, 787 "line": 258,
762 "column": 23 788 "column": 23
763 }, 789 },
764 "end": { 790 "end": {
765 "line": 252, 791 "line": 261,
766 "column": 3 792 "column": 3
767 } 793 }
768 }, 794 },
@@ -771,11 +797,11 @@
771 "defaultMessage": "!!!Activate previous service...", 797 "defaultMessage": "!!!Activate previous service...",
772 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
773 "start": { 799 "start": {
774 "line": 253, 800 "line": 262,
775 "column": 27 801 "column": 27
776 }, 802 },
777 "end": { 803 "end": {
778 "line": 256, 804 "line": 265,
779 "column": 3 805 "column": 3
780 } 806 }
781 }, 807 },
@@ -784,11 +810,11 @@
784 "defaultMessage": "!!!Disable notifications & audio", 810 "defaultMessage": "!!!Disable notifications & audio",
785 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
786 "start": { 812 "start": {
787 "line": 257, 813 "line": 266,
788 "column": 11 814 "column": 11
789 }, 815 },
790 "end": { 816 "end": {
791 "line": 260, 817 "line": 269,
792 "column": 3 818 "column": 3
793 } 819 }
794 }, 820 },
@@ -797,11 +823,11 @@
797 "defaultMessage": "!!!Enable notifications & audio", 823 "defaultMessage": "!!!Enable notifications & audio",
798 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
799 "start": { 825 "start": {
800 "line": 261, 826 "line": 270,
801 "column": 13 827 "column": 13
802 }, 828 },
803 "end": { 829 "end": {
804 "line": 264, 830 "line": 273,
805 "column": 3 831 "column": 3
806 } 832 }
807 }, 833 },
@@ -810,11 +836,11 @@
810 "defaultMessage": "!!!Workspaces", 836 "defaultMessage": "!!!Workspaces",
811 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
812 "start": { 838 "start": {
813 "line": 265, 839 "line": 274,
814 "column": 14 840 "column": 14
815 }, 841 },
816 "end": { 842 "end": {
817 "line": 268, 843 "line": 277,
818 "column": 3 844 "column": 3
819 } 845 }
820 }, 846 },
@@ -823,11 +849,11 @@
823 "defaultMessage": "!!!Default", 849 "defaultMessage": "!!!Default",
824 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
825 "start": { 851 "start": {
826 "line": 269, 852 "line": 278,
827 "column": 20 853 "column": 20
828 }, 854 },
829 "end": { 855 "end": {
830 "line": 272, 856 "line": 281,
831 "column": 3 857 "column": 3
832 } 858 }
833 }, 859 },
@@ -836,11 +862,11 @@
836 "defaultMessage": "!!!Todos", 862 "defaultMessage": "!!!Todos",
837 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
838 "start": { 864 "start": {
839 "line": 273, 865 "line": 282,
840 "column": 9 866 "column": 9
841 }, 867 },
842 "end": { 868 "end": {
843 "line": 276, 869 "line": 285,
844 "column": 3 870 "column": 3
845 } 871 }
846 }, 872 },
@@ -849,11 +875,11 @@
849 "defaultMessage": "!!!Open Todos drawer", 875 "defaultMessage": "!!!Open Todos drawer",
850 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
851 "start": { 877 "start": {
852 "line": 277, 878 "line": 286,
853 "column": 19 879 "column": 19
854 }, 880 },
855 "end": { 881 "end": {
856 "line": 280, 882 "line": 289,
857 "column": 3 883 "column": 3
858 } 884 }
859 }, 885 },
@@ -862,11 +888,11 @@
862 "defaultMessage": "!!!Close Todos drawer", 888 "defaultMessage": "!!!Close Todos drawer",
863 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
864 "start": { 890 "start": {
865 "line": 281, 891 "line": 290,
866 "column": 20 892 "column": 20
867 }, 893 },
868 "end": { 894 "end": {
869 "line": 284, 895 "line": 293,
870 "column": 3 896 "column": 3
871 } 897 }
872 }, 898 },
@@ -875,11 +901,11 @@
875 "defaultMessage": "!!!Enable Todos", 901 "defaultMessage": "!!!Enable Todos",
876 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
877 "start": { 903 "start": {
878 "line": 285, 904 "line": 294,
879 "column": 15 905 "column": 15
880 }, 906 },
881 "end": { 907 "end": {
882 "line": 288, 908 "line": 297,
883 "column": 3 909 "column": 3
884 } 910 }
885 }, 911 },
@@ -888,11 +914,11 @@
888 "defaultMessage": "!!!Home", 914 "defaultMessage": "!!!Home",
889 "file": "src/lib/Menu.js", 915 "file": "src/lib/Menu.js",
890 "start": { 916 "start": {
891 "line": 289, 917 "line": 298,
892 "column": 17 918 "column": 17
893 }, 919 },
894 "end": { 920 "end": {
895 "line": 292, 921 "line": 301,
896 "column": 3 922 "column": 3
897 } 923 }
898 } 924 }