aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-06 08:13:00 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-06 08:14:15 +0530
commit49c94e105106bd38ffb820bee2007e4be52e35fa (patch)
tree9d3f1d0d0d7c465490a2a61661674ea17c3e059b /src/i18n/messages
parent5.6.1-nightly.15 [skip ci] (diff)
downloadferdium-app-49c94e105106bd38ffb820bee2007e4be52e35fa.tar.gz
ferdium-app-49c94e105106bd38ffb820bee2007e4be52e35fa.tar.zst
ferdium-app-49c94e105106bd38ffb820bee2007e4be52e35fa.zip
revert: partially reverted menu-item cleanup (having only 'role' does not work in windows)
fixes #1746
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/lib/Menu.json473
1 files changed, 373 insertions, 100 deletions
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 1ddd00c43..a42859f96 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -13,8 +13,8 @@
13 } 13 }
14 }, 14 },
15 { 15 {
16 "id": "menu.view", 16 "id": "menu.edit.undo",
17 "defaultMessage": "!!!View", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 24, 20 "line": 24,
@@ -26,15 +26,106 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "menu.edit.redo",
30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js",
32 "start": {
33 "line": 28,
34 "column": 8
35 },
36 "end": {
37 "line": 31,
38 "column": 3
39 }
40 },
41 {
42 "id": "menu.edit.cut",
43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js",
45 "start": {
46 "line": 32,
47 "column": 7
48 },
49 "end": {
50 "line": 35,
51 "column": 3
52 }
53 },
54 {
55 "id": "menu.edit.copy",
56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js",
58 "start": {
59 "line": 36,
60 "column": 8
61 },
62 "end": {
63 "line": 39,
64 "column": 3
65 }
66 },
67 {
68 "id": "menu.edit.paste",
69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js",
71 "start": {
72 "line": 40,
73 "column": 9
74 },
75 "end": {
76 "line": 43,
77 "column": 3
78 }
79 },
80 {
81 "id": "menu.edit.pasteAndMatchStyle",
82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js",
84 "start": {
85 "line": 44,
86 "column": 22
87 },
88 "end": {
89 "line": 47,
90 "column": 3
91 }
92 },
93 {
94 "id": "menu.edit.delete",
95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js",
97 "start": {
98 "line": 48,
99 "column": 10
100 },
101 "end": {
102 "line": 51,
103 "column": 3
104 }
105 },
106 {
107 "id": "menu.edit.selectAll",
108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js",
110 "start": {
111 "line": 52,
112 "column": 13
113 },
114 "end": {
115 "line": 55,
116 "column": 3
117 }
118 },
119 {
29 "id": "menu.edit.findInPage", 120 "id": "menu.edit.findInPage",
30 "defaultMessage": "!!!Find in Page", 121 "defaultMessage": "!!!Find in Page",
31 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
32 "start": { 123 "start": {
33 "line": 28, 124 "line": 56,
34 "column": 14 125 "column": 14
35 }, 126 },
36 "end": { 127 "end": {
37 "line": 31, 128 "line": 59,
38 "column": 3 129 "column": 3
39 } 130 }
40 }, 131 },
@@ -43,11 +134,11 @@
43 "defaultMessage": "!!!Speech", 134 "defaultMessage": "!!!Speech",
44 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
45 "start": { 136 "start": {
46 "line": 32, 137 "line": 60,
47 "column": 10 138 "column": 10
48 }, 139 },
49 "end": { 140 "end": {
50 "line": 35, 141 "line": 63,
51 "column": 3 142 "column": 3
52 } 143 }
53 }, 144 },
@@ -56,11 +147,11 @@
56 "defaultMessage": "!!!Start Speaking", 147 "defaultMessage": "!!!Start Speaking",
57 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
58 "start": { 149 "start": {
59 "line": 36, 150 "line": 64,
60 "column": 17 151 "column": 17
61 }, 152 },
62 "end": { 153 "end": {
63 "line": 39, 154 "line": 67,
64 "column": 3 155 "column": 3
65 } 156 }
66 }, 157 },
@@ -69,11 +160,11 @@
69 "defaultMessage": "!!!Stop Speaking", 160 "defaultMessage": "!!!Stop Speaking",
70 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
71 "start": { 162 "start": {
72 "line": 40, 163 "line": 68,
73 "column": 16 164 "column": 16
74 }, 165 },
75 "end": { 166 "end": {
76 "line": 43, 167 "line": 71,
77 "column": 3 168 "column": 3
78 } 169 }
79 }, 170 },
@@ -82,11 +173,11 @@
82 "defaultMessage": "!!!Start Dictation", 173 "defaultMessage": "!!!Start Dictation",
83 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
84 "start": { 175 "start": {
85 "line": 44, 176 "line": 72,
86 "column": 18 177 "column": 18
87 }, 178 },
88 "end": { 179 "end": {
89 "line": 47, 180 "line": 75,
90 "column": 3 181 "column": 3
91 } 182 }
92 }, 183 },
@@ -95,11 +186,11 @@
95 "defaultMessage": "!!!Emoji & Symbols", 186 "defaultMessage": "!!!Emoji & Symbols",
96 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
97 "start": { 188 "start": {
98 "line": 48, 189 "line": 76,
99 "column": 16 190 "column": 16
100 }, 191 },
101 "end": { 192 "end": {
102 "line": 51, 193 "line": 79,
103 "column": 3 194 "column": 3
104 } 195 }
105 }, 196 },
@@ -108,11 +199,11 @@
108 "defaultMessage": "!!!Open Quick Switch", 199 "defaultMessage": "!!!Open Quick Switch",
109 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
110 "start": { 201 "start": {
111 "line": 52, 202 "line": 80,
112 "column": 19 203 "column": 19
113 }, 204 },
114 "end": { 205 "end": {
115 "line": 55, 206 "line": 83,
116 "column": 3 207 "column": 3
117 } 208 }
118 }, 209 },
@@ -121,11 +212,11 @@
121 "defaultMessage": "!!!Back", 212 "defaultMessage": "!!!Back",
122 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
123 "start": { 214 "start": {
124 "line": 56, 215 "line": 84,
125 "column": 8 216 "column": 8
126 }, 217 },
127 "end": { 218 "end": {
128 "line": 59, 219 "line": 87,
129 "column": 3 220 "column": 3
130 } 221 }
131 }, 222 },
@@ -134,11 +225,63 @@
134 "defaultMessage": "!!!Forward", 225 "defaultMessage": "!!!Forward",
135 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
136 "start": { 227 "start": {
137 "line": 60, 228 "line": 88,
138 "column": 11 229 "column": 11
139 }, 230 },
140 "end": { 231 "end": {
141 "line": 63, 232 "line": 91,
233 "column": 3
234 }
235 },
236 {
237 "id": "menu.view.resetZoom",
238 "defaultMessage": "!!!Actual Size",
239 "file": "src/lib/Menu.js",
240 "start": {
241 "line": 92,
242 "column": 13
243 },
244 "end": {
245 "line": 95,
246 "column": 3
247 }
248 },
249 {
250 "id": "menu.view.zoomIn",
251 "defaultMessage": "!!!Zoom In",
252 "file": "src/lib/Menu.js",
253 "start": {
254 "line": 96,
255 "column": 10
256 },
257 "end": {
258 "line": 99,
259 "column": 3
260 }
261 },
262 {
263 "id": "menu.view.zoomOut",
264 "defaultMessage": "!!!Zoom Out",
265 "file": "src/lib/Menu.js",
266 "start": {
267 "line": 100,
268 "column": 11
269 },
270 "end": {
271 "line": 103,
272 "column": 3
273 }
274 },
275 {
276 "id": "menu.view.toggleFullScreen",
277 "defaultMessage": "!!!Toggle Full Screen",
278 "file": "src/lib/Menu.js",
279 "start": {
280 "line": 104,
281 "column": 20
282 },
283 "end": {
284 "line": 107,
142 "column": 3 285 "column": 3
143 } 286 }
144 }, 287 },
@@ -147,11 +290,11 @@
147 "defaultMessage": "!!!Toggle Dark Mode", 290 "defaultMessage": "!!!Toggle Dark Mode",
148 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
149 "start": { 292 "start": {
150 "line": 64, 293 "line": 108,
151 "column": 18 294 "column": 18
152 }, 295 },
153 "end": { 296 "end": {
154 "line": 67, 297 "line": 111,
155 "column": 3 298 "column": 3
156 } 299 }
157 }, 300 },
@@ -160,11 +303,11 @@
160 "defaultMessage": "!!!Toggle Developer Tools", 303 "defaultMessage": "!!!Toggle Developer Tools",
161 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
162 "start": { 305 "start": {
163 "line": 68, 306 "line": 112,
164 "column": 18 307 "column": 18
165 }, 308 },
166 "end": { 309 "end": {
167 "line": 71, 310 "line": 115,
168 "column": 3 311 "column": 3
169 } 312 }
170 }, 313 },
@@ -173,11 +316,11 @@
173 "defaultMessage": "!!!Toggle Todos Developer Tools", 316 "defaultMessage": "!!!Toggle Todos Developer Tools",
174 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
175 "start": { 318 "start": {
176 "line": 72, 319 "line": 116,
177 "column": 23 320 "column": 23
178 }, 321 },
179 "end": { 322 "end": {
180 "line": 75, 323 "line": 119,
181 "column": 3 324 "column": 3
182 } 325 }
183 }, 326 },
@@ -186,11 +329,11 @@
186 "defaultMessage": "!!!Toggle Service Developer Tools", 329 "defaultMessage": "!!!Toggle Service Developer Tools",
187 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
188 "start": { 331 "start": {
189 "line": 76, 332 "line": 120,
190 "column": 25 333 "column": 25
191 }, 334 },
192 "end": { 335 "end": {
193 "line": 79, 336 "line": 123,
194 "column": 3 337 "column": 3
195 } 338 }
196 }, 339 },
@@ -199,11 +342,11 @@
199 "defaultMessage": "!!!Reload Service", 342 "defaultMessage": "!!!Reload Service",
200 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
201 "start": { 344 "start": {
202 "line": 80, 345 "line": 124,
203 "column": 17 346 "column": 17
204 }, 347 },
205 "end": { 348 "end": {
206 "line": 83, 349 "line": 127,
207 "column": 3 350 "column": 3
208 } 351 }
209 }, 352 },
@@ -212,11 +355,11 @@
212 "defaultMessage": "!!!Reload Ferdi", 355 "defaultMessage": "!!!Reload Ferdi",
213 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
214 "start": { 357 "start": {
215 "line": 84, 358 "line": 128,
216 "column": 15 359 "column": 15
217 }, 360 },
218 "end": { 361 "end": {
219 "line": 87, 362 "line": 131,
220 "column": 3 363 "column": 3
221 } 364 }
222 }, 365 },
@@ -225,11 +368,11 @@
225 "defaultMessage": "!!!Lock Ferdi", 368 "defaultMessage": "!!!Lock Ferdi",
226 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
227 "start": { 370 "start": {
228 "line": 88, 371 "line": 132,
229 "column": 13 372 "column": 13
230 }, 373 },
231 "end": { 374 "end": {
232 "line": 91, 375 "line": 135,
233 "column": 3 376 "column": 3
234 } 377 }
235 }, 378 },
@@ -238,11 +381,37 @@
238 "defaultMessage": "!!!Reload ToDos", 381 "defaultMessage": "!!!Reload ToDos",
239 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
240 "start": { 383 "start": {
241 "line": 92, 384 "line": 136,
242 "column": 15 385 "column": 15
243 }, 386 },
244 "end": { 387 "end": {
245 "line": 95, 388 "line": 139,
389 "column": 3
390 }
391 },
392 {
393 "id": "menu.window.minimize",
394 "defaultMessage": "!!!Minimize",
395 "file": "src/lib/Menu.js",
396 "start": {
397 "line": 140,
398 "column": 12
399 },
400 "end": {
401 "line": 143,
402 "column": 3
403 }
404 },
405 {
406 "id": "menu.window.close",
407 "defaultMessage": "!!!Close",
408 "file": "src/lib/Menu.js",
409 "start": {
410 "line": 144,
411 "column": 9
412 },
413 "end": {
414 "line": 147,
246 "column": 3 415 "column": 3
247 } 416 }
248 }, 417 },
@@ -251,11 +420,11 @@
251 "defaultMessage": "!!!Learn More", 420 "defaultMessage": "!!!Learn More",
252 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
253 "start": { 422 "start": {
254 "line": 96, 423 "line": 148,
255 "column": 13 424 "column": 13
256 }, 425 },
257 "end": { 426 "end": {
258 "line": 99, 427 "line": 151,
259 "column": 3 428 "column": 3
260 } 429 }
261 }, 430 },
@@ -264,11 +433,11 @@
264 "defaultMessage": "!!!Changelog", 433 "defaultMessage": "!!!Changelog",
265 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
266 "start": { 435 "start": {
267 "line": 100, 436 "line": 152,
268 "column": 13 437 "column": 13
269 }, 438 },
270 "end": { 439 "end": {
271 "line": 103, 440 "line": 155,
272 "column": 3 441 "column": 3
273 } 442 }
274 }, 443 },
@@ -277,11 +446,11 @@
277 "defaultMessage": "!!!Support", 446 "defaultMessage": "!!!Support",
278 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
279 "start": { 448 "start": {
280 "line": 104, 449 "line": 156,
281 "column": 11 450 "column": 11
282 }, 451 },
283 "end": { 452 "end": {
284 "line": 107, 453 "line": 159,
285 "column": 3 454 "column": 3
286 } 455 }
287 }, 456 },
@@ -290,11 +459,11 @@
290 "defaultMessage": "!!!Copy Debug Information", 459 "defaultMessage": "!!!Copy Debug Information",
291 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
292 "start": { 461 "start": {
293 "line": 108, 462 "line": 160,
294 "column": 13 463 "column": 13
295 }, 464 },
296 "end": { 465 "end": {
297 "line": 111, 466 "line": 163,
298 "column": 3 467 "column": 3
299 } 468 }
300 }, 469 },
@@ -303,11 +472,11 @@
303 "defaultMessage": "!!!Publish Debug Information", 472 "defaultMessage": "!!!Publish Debug Information",
304 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
305 "start": { 474 "start": {
306 "line": 112, 475 "line": 164,
307 "column": 20 476 "column": 20
308 }, 477 },
309 "end": { 478 "end": {
310 "line": 115, 479 "line": 167,
311 "column": 3 480 "column": 3
312 } 481 }
313 }, 482 },
@@ -316,11 +485,11 @@
316 "defaultMessage": "!!!Ferdi Debug Information", 485 "defaultMessage": "!!!Ferdi Debug Information",
317 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
318 "start": { 487 "start": {
319 "line": 116, 488 "line": 168,
320 "column": 27 489 "column": 27
321 }, 490 },
322 "end": { 491 "end": {
323 "line": 119, 492 "line": 171,
324 "column": 3 493 "column": 3
325 } 494 }
326 }, 495 },
@@ -329,11 +498,11 @@
329 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 498 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
330 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
331 "start": { 500 "start": {
332 "line": 120, 501 "line": 172,
333 "column": 23 502 "column": 23
334 }, 503 },
335 "end": { 504 "end": {
336 "line": 123, 505 "line": 175,
337 "column": 3 506 "column": 3
338 } 507 }
339 }, 508 },
@@ -342,11 +511,11 @@
342 "defaultMessage": "!!!Unlock with Touch ID", 511 "defaultMessage": "!!!Unlock with Touch ID",
343 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
344 "start": { 513 "start": {
345 "line": 124, 514 "line": 176,
346 "column": 11 515 "column": 11
347 }, 516 },
348 "end": { 517 "end": {
349 "line": 127, 518 "line": 179,
350 "column": 3 519 "column": 3
351 } 520 }
352 }, 521 },
@@ -355,11 +524,11 @@
355 "defaultMessage": "!!!unlock via Touch ID", 524 "defaultMessage": "!!!unlock via Touch ID",
356 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
357 "start": { 526 "start": {
358 "line": 128, 527 "line": 180,
359 "column": 17 528 "column": 17
360 }, 529 },
361 "end": { 530 "end": {
362 "line": 131, 531 "line": 183,
363 "column": 3 532 "column": 3
364 } 533 }
365 }, 534 },
@@ -368,11 +537,11 @@
368 "defaultMessage": "!!!Terms of Service", 537 "defaultMessage": "!!!Terms of Service",
369 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
370 "start": { 539 "start": {
371 "line": 132, 540 "line": 184,
372 "column": 7 541 "column": 7
373 }, 542 },
374 "end": { 543 "end": {
375 "line": 135, 544 "line": 187,
376 "column": 3 545 "column": 3
377 } 546 }
378 }, 547 },
@@ -381,11 +550,11 @@
381 "defaultMessage": "!!!Privacy Statement", 550 "defaultMessage": "!!!Privacy Statement",
382 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
383 "start": { 552 "start": {
384 "line": 136, 553 "line": 188,
385 "column": 11 554 "column": 11
386 }, 555 },
387 "end": { 556 "end": {
388 "line": 139, 557 "line": 191,
389 "column": 3 558 "column": 3
390 } 559 }
391 }, 560 },
@@ -394,11 +563,24 @@
394 "defaultMessage": "!!!File", 563 "defaultMessage": "!!!File",
395 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
396 "start": { 565 "start": {
397 "line": 140, 566 "line": 192,
398 "column": 8 567 "column": 8
399 }, 568 },
400 "end": { 569 "end": {
401 "line": 143, 570 "line": 195,
571 "column": 3
572 }
573 },
574 {
575 "id": "menu.view",
576 "defaultMessage": "!!!View",
577 "file": "src/lib/Menu.js",
578 "start": {
579 "line": 196,
580 "column": 8
581 },
582 "end": {
583 "line": 199,
402 "column": 3 584 "column": 3
403 } 585 }
404 }, 586 },
@@ -407,11 +589,50 @@
407 "defaultMessage": "!!!Services", 589 "defaultMessage": "!!!Services",
408 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
409 "start": { 591 "start": {
410 "line": 144, 592 "line": 200,
411 "column": 12 593 "column": 12
412 }, 594 },
413 "end": { 595 "end": {
414 "line": 147, 596 "line": 203,
597 "column": 3
598 }
599 },
600 {
601 "id": "menu.window",
602 "defaultMessage": "!!!Window",
603 "file": "src/lib/Menu.js",
604 "start": {
605 "line": 204,
606 "column": 10
607 },
608 "end": {
609 "line": 207,
610 "column": 3
611 }
612 },
613 {
614 "id": "menu.help",
615 "defaultMessage": "!!!Help",
616 "file": "src/lib/Menu.js",
617 "start": {
618 "line": 208,
619 "column": 8
620 },
621 "end": {
622 "line": 211,
623 "column": 3
624 }
625 },
626 {
627 "id": "menu.app.about",
628 "defaultMessage": "!!!About Ferdi",
629 "file": "src/lib/Menu.js",
630 "start": {
631 "line": 212,
632 "column": 9
633 },
634 "end": {
635 "line": 215,
415 "column": 3 636 "column": 3
416 } 637 }
417 }, 638 },
@@ -420,11 +641,11 @@
420 "defaultMessage": "!!!What's new?", 641 "defaultMessage": "!!!What's new?",
421 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
422 "start": { 643 "start": {
423 "line": 148, 644 "line": 216,
424 "column": 16 645 "column": 16
425 }, 646 },
426 "end": { 647 "end": {
427 "line": 151, 648 "line": 219,
428 "column": 3 649 "column": 3
429 } 650 }
430 }, 651 },
@@ -433,11 +654,11 @@
433 "defaultMessage": "!!!Settings", 654 "defaultMessage": "!!!Settings",
434 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
435 "start": { 656 "start": {
436 "line": 152, 657 "line": 220,
437 "column": 12 658 "column": 12
438 }, 659 },
439 "end": { 660 "end": {
440 "line": 155, 661 "line": 223,
441 "column": 3 662 "column": 3
442 } 663 }
443 }, 664 },
@@ -446,11 +667,50 @@
446 "defaultMessage": "!!!Check for updates", 667 "defaultMessage": "!!!Check for updates",
447 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
448 "start": { 669 "start": {
449 "line": 156, 670 "line": 224,
450 "column": 19 671 "column": 19
451 }, 672 },
452 "end": { 673 "end": {
453 "line": 159, 674 "line": 227,
675 "column": 3
676 }
677 },
678 {
679 "id": "menu.app.hide",
680 "defaultMessage": "!!!Hide",
681 "file": "src/lib/Menu.js",
682 "start": {
683 "line": 228,
684 "column": 8
685 },
686 "end": {
687 "line": 231,
688 "column": 3
689 }
690 },
691 {
692 "id": "menu.app.hideOthers",
693 "defaultMessage": "!!!Hide Others",
694 "file": "src/lib/Menu.js",
695 "start": {
696 "line": 232,
697 "column": 14
698 },
699 "end": {
700 "line": 235,
701 "column": 3
702 }
703 },
704 {
705 "id": "menu.app.unhide",
706 "defaultMessage": "!!!Unhide",
707 "file": "src/lib/Menu.js",
708 "start": {
709 "line": 236,
710 "column": 10
711 },
712 "end": {
713 "line": 239,
454 "column": 3 714 "column": 3
455 } 715 }
456 }, 716 },
@@ -459,11 +719,24 @@
459 "defaultMessage": "!!!Auto-hide menu bar", 719 "defaultMessage": "!!!Auto-hide menu bar",
460 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
461 "start": { 721 "start": {
462 "line": 160, 722 "line": 240,
463 "column": 19 723 "column": 19
464 }, 724 },
465 "end": { 725 "end": {
466 "line": 163, 726 "line": 243,
727 "column": 3
728 }
729 },
730 {
731 "id": "menu.app.quit",
732 "defaultMessage": "!!!Quit",
733 "file": "src/lib/Menu.js",
734 "start": {
735 "line": 244,
736 "column": 8
737 },
738 "end": {
739 "line": 247,
467 "column": 3 740 "column": 3
468 } 741 }
469 }, 742 },
@@ -472,11 +745,11 @@
472 "defaultMessage": "!!!Add New Service...", 745 "defaultMessage": "!!!Add New Service...",
473 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
474 "start": { 747 "start": {
475 "line": 164, 748 "line": 248,
476 "column": 17 749 "column": 17
477 }, 750 },
478 "end": { 751 "end": {
479 "line": 167, 752 "line": 251,
480 "column": 3 753 "column": 3
481 } 754 }
482 }, 755 },
@@ -485,11 +758,11 @@
485 "defaultMessage": "!!!Add New Workspace...", 758 "defaultMessage": "!!!Add New Workspace...",
486 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
487 "start": { 760 "start": {
488 "line": 168, 761 "line": 252,
489 "column": 19 762 "column": 19
490 }, 763 },
491 "end": { 764 "end": {
492 "line": 171, 765 "line": 255,
493 "column": 3 766 "column": 3
494 } 767 }
495 }, 768 },
@@ -498,11 +771,11 @@
498 "defaultMessage": "!!!Open workspace drawer", 771 "defaultMessage": "!!!Open workspace drawer",
499 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
500 "start": { 773 "start": {
501 "line": 172, 774 "line": 256,
502 "column": 23 775 "column": 23
503 }, 776 },
504 "end": { 777 "end": {
505 "line": 175, 778 "line": 259,
506 "column": 3 779 "column": 3
507 } 780 }
508 }, 781 },
@@ -511,11 +784,11 @@
511 "defaultMessage": "!!!Close workspace drawer", 784 "defaultMessage": "!!!Close workspace drawer",
512 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
513 "start": { 786 "start": {
514 "line": 176, 787 "line": 260,
515 "column": 24 788 "column": 24
516 }, 789 },
517 "end": { 790 "end": {
518 "line": 179, 791 "line": 263,
519 "column": 3 792 "column": 3
520 } 793 }
521 }, 794 },
@@ -524,11 +797,11 @@
524 "defaultMessage": "!!!Activate next service...", 797 "defaultMessage": "!!!Activate next service...",
525 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
526 "start": { 799 "start": {
527 "line": 180, 800 "line": 264,
528 "column": 23 801 "column": 23
529 }, 802 },
530 "end": { 803 "end": {
531 "line": 183, 804 "line": 267,
532 "column": 3 805 "column": 3
533 } 806 }
534 }, 807 },
@@ -537,11 +810,11 @@
537 "defaultMessage": "!!!Activate previous service...", 810 "defaultMessage": "!!!Activate previous service...",
538 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
539 "start": { 812 "start": {
540 "line": 184, 813 "line": 268,
541 "column": 27 814 "column": 27
542 }, 815 },
543 "end": { 816 "end": {
544 "line": 187, 817 "line": 271,
545 "column": 3 818 "column": 3
546 } 819 }
547 }, 820 },
@@ -550,11 +823,11 @@
550 "defaultMessage": "!!!Disable notifications & audio", 823 "defaultMessage": "!!!Disable notifications & audio",
551 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
552 "start": { 825 "start": {
553 "line": 188, 826 "line": 272,
554 "column": 11 827 "column": 11
555 }, 828 },
556 "end": { 829 "end": {
557 "line": 191, 830 "line": 275,
558 "column": 3 831 "column": 3
559 } 832 }
560 }, 833 },
@@ -563,11 +836,11 @@
563 "defaultMessage": "!!!Enable notifications & audio", 836 "defaultMessage": "!!!Enable notifications & audio",
564 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
565 "start": { 838 "start": {
566 "line": 192, 839 "line": 276,
567 "column": 13 840 "column": 13
568 }, 841 },
569 "end": { 842 "end": {
570 "line": 195, 843 "line": 279,
571 "column": 3 844 "column": 3
572 } 845 }
573 }, 846 },
@@ -576,11 +849,11 @@
576 "defaultMessage": "!!!Workspaces", 849 "defaultMessage": "!!!Workspaces",
577 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
578 "start": { 851 "start": {
579 "line": 196, 852 "line": 280,
580 "column": 14 853 "column": 14
581 }, 854 },
582 "end": { 855 "end": {
583 "line": 199, 856 "line": 283,
584 "column": 3 857 "column": 3
585 } 858 }
586 }, 859 },
@@ -589,11 +862,11 @@
589 "defaultMessage": "!!!Default", 862 "defaultMessage": "!!!Default",
590 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
591 "start": { 864 "start": {
592 "line": 200, 865 "line": 284,
593 "column": 20 866 "column": 20
594 }, 867 },
595 "end": { 868 "end": {
596 "line": 203, 869 "line": 287,
597 "column": 3 870 "column": 3
598 } 871 }
599 }, 872 },
@@ -602,11 +875,11 @@
602 "defaultMessage": "!!!Todos", 875 "defaultMessage": "!!!Todos",
603 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
604 "start": { 877 "start": {
605 "line": 204, 878 "line": 288,
606 "column": 9 879 "column": 9
607 }, 880 },
608 "end": { 881 "end": {
609 "line": 207, 882 "line": 291,
610 "column": 3 883 "column": 3
611 } 884 }
612 }, 885 },
@@ -615,11 +888,11 @@
615 "defaultMessage": "!!!Open Todos drawer", 888 "defaultMessage": "!!!Open Todos drawer",
616 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
617 "start": { 890 "start": {
618 "line": 208, 891 "line": 292,
619 "column": 19 892 "column": 19
620 }, 893 },
621 "end": { 894 "end": {
622 "line": 211, 895 "line": 295,
623 "column": 3 896 "column": 3
624 } 897 }
625 }, 898 },
@@ -628,11 +901,11 @@
628 "defaultMessage": "!!!Close Todos drawer", 901 "defaultMessage": "!!!Close Todos drawer",
629 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
630 "start": { 903 "start": {
631 "line": 212, 904 "line": 296,
632 "column": 20 905 "column": 20
633 }, 906 },
634 "end": { 907 "end": {
635 "line": 215, 908 "line": 299,
636 "column": 3 909 "column": 3
637 } 910 }
638 }, 911 },
@@ -641,11 +914,11 @@
641 "defaultMessage": "!!!Enable Todos", 914 "defaultMessage": "!!!Enable Todos",
642 "file": "src/lib/Menu.js", 915 "file": "src/lib/Menu.js",
643 "start": { 916 "start": {
644 "line": 216, 917 "line": 300,
645 "column": 15 918 "column": 15
646 }, 919 },
647 "end": { 920 "end": {
648 "line": 219, 921 "line": 303,
649 "column": 3 922 "column": 3
650 } 923 }
651 }, 924 },
@@ -654,11 +927,11 @@
654 "defaultMessage": "!!!Home", 927 "defaultMessage": "!!!Home",
655 "file": "src/lib/Menu.js", 928 "file": "src/lib/Menu.js",
656 "start": { 929 "start": {
657 "line": 220, 930 "line": 304,
658 "column": 17 931 "column": 17
659 }, 932 },
660 "end": { 933 "end": {
661 "line": 223, 934 "line": 307,
662 "column": 3 935 "column": 3
663 } 936 }
664 } 937 }