aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 19:05:59 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 19:05:59 +0200
commit821a3192801eb86a06373054e90150f73473d30c (patch)
treef7f3417d05108787636fbe8371f3babb40fe47f3 /src/i18n/locales
parentadd locale on signup (diff)
parentlink to in-app changelog on new update notification (diff)
downloadferdium-app-821a3192801eb86a06373054e90150f73473d30c.tar.gz
ferdium-app-821a3192801eb86a06373054e90150f73473d30c.tar.zst
ferdium-app-821a3192801eb86a06373054e90150f73473d30c.zip
Merge branch 'feature/announcements' into develop
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json4437
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 2 insertions, 4437 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
deleted file mode 100644
index bb7784257..000000000
--- a/src/i18n/locales/defaultMessages.json
+++ /dev/null
@@ -1,4437 +0,0 @@
1[
2 {
3 "descriptors": [
4 {
5 "defaultMessage": "!!!Import your Franz 4 services",
6 "end": {
7 "column": 3,
8 "line": 16
9 },
10 "file": "src/components/auth/Import.js",
11 "id": "import.headline",
12 "start": {
13 "column": 12,
14 "line": 13
15 }
16 },
17 {
18 "defaultMessage": "!!!Services not yet supported in Franz 5",
19 "end": {
20 "column": 3,
21 "line": 20
22 },
23 "file": "src/components/auth/Import.js",
24 "id": "import.notSupportedHeadline",
25 "start": {
26 "column": 24,
27 "line": 17
28 }
29 },
30 {
31 "defaultMessage": "!!!Import {count} services",
32 "end": {
33 "column": 3,
34 "line": 24
35 },
36 "file": "src/components/auth/Import.js",
37 "id": "import.submit.label",
38 "start": {
39 "column": 21,
40 "line": 21
41 }
42 },
43 {
44 "defaultMessage": "!!!I want to add services manually",
45 "end": {
46 "column": 3,
47 "line": 28
48 },
49 "file": "src/components/auth/Import.js",
50 "id": "import.skip.label",
51 "start": {
52 "column": 19,
53 "line": 25
54 }
55 }
56 ],
57 "path": "src/components/auth/Import.json"
58 },
59 {
60 "descriptors": [
61 {
62 "defaultMessage": "!!!Invite Friends",
63 "end": {
64 "column": 3,
65 "line": 19
66 },
67 "file": "src/components/auth/Invite.js",
68 "id": "settings.invite.headline",
69 "start": {
70 "column": 20,
71 "line": 16
72 }
73 },
74 {
75 "defaultMessage": "!!!Invite 3 of your friends or colleagues",
76 "end": {
77 "column": 3,
78 "line": 23
79 },
80 "file": "src/components/auth/Invite.js",
81 "id": "invite.headline.friends",
82 "start": {
83 "column": 12,
84 "line": 20
85 }
86 },
87 {
88 "defaultMessage": "!!!Name",
89 "end": {
90 "column": 3,
91 "line": 27
92 },
93 "file": "src/components/auth/Invite.js",
94 "id": "invite.name.label",
95 "start": {
96 "column": 13,
97 "line": 24
98 }
99 },
100 {
101 "defaultMessage": "!!!Email address",
102 "end": {
103 "column": 3,
104 "line": 31
105 },
106 "file": "src/components/auth/Invite.js",
107 "id": "invite.email.label",
108 "start": {
109 "column": 14,
110 "line": 28
111 }
112 },
113 {
114 "defaultMessage": "!!!Send invites",
115 "end": {
116 "column": 3,
117 "line": 35
118 },
119 "file": "src/components/auth/Invite.js",
120 "id": "invite.submit.label",
121 "start": {
122 "column": 21,
123 "line": 32
124 }
125 },
126 {
127 "defaultMessage": "!!!I want to do this later",
128 "end": {
129 "column": 3,
130 "line": 39
131 },
132 "file": "src/components/auth/Invite.js",
133 "id": "invite.skip.label",
134 "start": {
135 "column": 19,
136 "line": 36
137 }
138 },
139 {
140 "defaultMessage": "!!!Invitations sent successfully",
141 "end": {
142 "column": 3,
143 "line": 43
144 },
145 "file": "src/components/auth/Invite.js",
146 "id": "invite.successInfo",
147 "start": {
148 "column": 21,
149 "line": 40
150 }
151 }
152 ],
153 "path": "src/components/auth/Invite.json"
154 },
155 {
156 "descriptors": [
157 {
158 "defaultMessage": "!!!Sign in",
159 "end": {
160 "column": 3,
161 "line": 20
162 },
163 "file": "src/components/auth/Login.js",
164 "id": "login.headline",
165 "start": {
166 "column": 12,
167 "line": 17
168 }
169 },
170 {
171 "defaultMessage": "!!!Email address",
172 "end": {
173 "column": 3,
174 "line": 24
175 },
176 "file": "src/components/auth/Login.js",
177 "id": "login.email.label",
178 "start": {
179 "column": 14,
180 "line": 21
181 }
182 },
183 {
184 "defaultMessage": "!!!Password",
185 "end": {
186 "column": 3,
187 "line": 28
188 },
189 "file": "src/components/auth/Login.js",
190 "id": "login.password.label",
191 "start": {
192 "column": 17,
193 "line": 25
194 }
195 },
196 {
197 "defaultMessage": "!!!Sign in",
198 "end": {
199 "column": 3,
200 "line": 32
201 },
202 "file": "src/components/auth/Login.js",
203 "id": "login.submit.label",
204 "start": {
205 "column": 21,
206 "line": 29
207 }
208 },
209 {
210 "defaultMessage": "!!!Email or password not valid",
211 "end": {
212 "column": 3,
213 "line": 36
214 },
215 "file": "src/components/auth/Login.js",
216 "id": "login.invalidCredentials",
217 "start": {
218 "column": 22,
219 "line": 33
220 }
221 },
222 {
223 "defaultMessage": "!!!Your session expired, please login again.",
224 "end": {
225 "column": 3,
226 "line": 40
227 },
228 "file": "src/components/auth/Login.js",
229 "id": "login.tokenExpired",
230 "start": {
231 "column": 16,
232 "line": 37
233 }
234 },
235 {
236 "defaultMessage": "!!!Your session expired, please login again.",
237 "end": {
238 "column": 3,
239 "line": 44
240 },
241 "file": "src/components/auth/Login.js",
242 "id": "login.serverLogout",
243 "start": {
244 "column": 16,
245 "line": 41
246 }
247 },
248 {
249 "defaultMessage": "!!!Create a free account",
250 "end": {
251 "column": 3,
252 "line": 48
253 },
254 "file": "src/components/auth/Login.js",
255 "id": "login.link.signup",
256 "start": {
257 "column": 14,
258 "line": 45
259 }
260 },
261 {
262 "defaultMessage": "!!!Forgot password",
263 "end": {
264 "column": 3,
265 "line": 52
266 },
267 "file": "src/components/auth/Login.js",
268 "id": "login.link.password",
269 "start": {
270 "column": 16,
271 "line": 49
272 }
273 }
274 ],
275 "path": "src/components/auth/Login.json"
276 },
277 {
278 "descriptors": [
279 {
280 "defaultMessage": "!!!Forgot password",
281 "end": {
282 "column": 3,
283 "line": 17
284 },
285 "file": "src/components/auth/Password.js",
286 "id": "password.headline",
287 "start": {
288 "column": 12,
289 "line": 14
290 }
291 },
292 {
293 "defaultMessage": "!!!Email address",
294 "end": {
295 "column": 3,
296 "line": 21
297 },
298 "file": "src/components/auth/Password.js",
299 "id": "password.email.label",
300 "start": {
301 "column": 14,
302 "line": 18
303 }
304 },
305 {
306 "defaultMessage": "!!!Submit",
307 "end": {
308 "column": 3,
309 "line": 25
310 },
311 "file": "src/components/auth/Password.js",
312 "id": "password.submit.label",
313 "start": {
314 "column": 21,
315 "line": 22
316 }
317 },
318 {
319 "defaultMessage": "!!!Your new password was sent to your email address",
320 "end": {
321 "column": 3,
322 "line": 29
323 },
324 "file": "src/components/auth/Password.js",
325 "id": "password.successInfo",
326 "start": {
327 "column": 15,
328 "line": 26
329 }
330 },
331 {
332 "defaultMessage": "!!!No user affiliated with that email address",
333 "end": {
334 "column": 3,
335 "line": 33
336 },
337 "file": "src/components/auth/Password.js",
338 "id": "password.noUser",
339 "start": {
340 "column": 10,
341 "line": 30
342 }
343 },
344 {
345 "defaultMessage": "!!!Create a free account",
346 "end": {
347 "column": 3,
348 "line": 37
349 },
350 "file": "src/components/auth/Password.js",
351 "id": "password.link.signup",
352 "start": {
353 "column": 14,
354 "line": 34
355 }
356 },
357 {
358 "defaultMessage": "!!!Sign in to your account",
359 "end": {
360 "column": 3,
361 "line": 41
362 },
363 "file": "src/components/auth/Password.js",
364 "id": "password.link.login",
365 "start": {
366 "column": 13,
367 "line": 38
368 }
369 }
370 ],
371 "path": "src/components/auth/Password.json"
372 },
373 {
374 "descriptors": [
375 {
376 "defaultMessage": "!!!Support Franz",
377 "end": {
378 "column": 3,
379 "line": 16
380 },
381 "file": "src/components/auth/Pricing.js",
382 "id": "pricing.headline",
383 "start": {
384 "column": 12,
385 "line": 13
386 }
387 },
388 {
389 "defaultMessage": "!!!Select your support plan",
390 "end": {
391 "column": 3,
392 "line": 20
393 },
394 "file": "src/components/auth/Pricing.js",
395 "id": "pricing.support.label",
396 "start": {
397 "column": 23,
398 "line": 17
399 }
400 },
401 {
402 "defaultMessage": "!!!Support the development of Franz",
403 "end": {
404 "column": 3,
405 "line": 24
406 },
407 "file": "src/components/auth/Pricing.js",
408 "id": "pricing.submit.label",
409 "start": {
410 "column": 21,
411 "line": 21
412 }
413 },
414 {
415 "defaultMessage": "!!!I don't want to support the development of Franz.",
416 "end": {
417 "column": 3,
418 "line": 28
419 },
420 "file": "src/components/auth/Pricing.js",
421 "id": "pricing.link.skipPayment",
422 "start": {
423 "column": 15,
424 "line": 25
425 }
426 }
427 ],
428 "path": "src/components/auth/Pricing.json"
429 },
430 {
431 "descriptors": [
432 {
433 "defaultMessage": "!!!Sign up",
434 "end": {
435 "column": 3,
436 "line": 21
437 },
438 "file": "src/components/auth/Signup.js",
439 "id": "signup.headline",
440 "start": {
441 "column": 12,
442 "line": 18
443 }
444 },
445 {
446 "defaultMessage": "!!!Firstname",
447 "end": {
448 "column": 3,
449 "line": 25
450 },
451 "file": "src/components/auth/Signup.js",
452 "id": "signup.firstname.label",
453 "start": {
454 "column": 18,
455 "line": 22
456 }
457 },
458 {
459 "defaultMessage": "!!!Lastname",
460 "end": {
461 "column": 3,
462 "line": 29
463 },
464 "file": "src/components/auth/Signup.js",
465 "id": "signup.lastname.label",
466 "start": {
467 "column": 17,
468 "line": 26
469 }
470 },
471 {
472 "defaultMessage": "!!!Email address",
473 "end": {
474 "column": 3,
475 "line": 33
476 },
477 "file": "src/components/auth/Signup.js",
478 "id": "signup.email.label",
479 "start": {
480 "column": 14,
481 "line": 30
482 }
483 },
484 {
485 "defaultMessage": "!!!Company",
486 "end": {
487 "column": 3,
488 "line": 37
489 },
490 "file": "src/components/auth/Signup.js",
491 "id": "signup.company.label",
492 "start": {
493 "column": 16,
494 "line": 34
495 }
496 },
497 {
498 "defaultMessage": "!!!Password",
499 "end": {
500 "column": 3,
501 "line": 41
502 },
503 "file": "src/components/auth/Signup.js",
504 "id": "signup.password.label",
505 "start": {
506 "column": 17,
507 "line": 38
508 }
509 },
510 {
511 "defaultMessage": "!!!By creating a Franz account you accept the",
512 "end": {
513 "column": 3,
514 "line": 45
515 },
516 "file": "src/components/auth/Signup.js",
517 "id": "signup.legal.info",
518 "start": {
519 "column": 13,
520 "line": 42
521 }
522 },
523 {
524 "defaultMessage": "!!!Terms of service",
525 "end": {
526 "column": 3,
527 "line": 49
528 },
529 "file": "src/components/auth/Signup.js",
530 "id": "signup.legal.terms",
531 "start": {
532 "column": 9,
533 "line": 46
534 }
535 },
536 {
537 "defaultMessage": "!!!Privacy Statement",
538 "end": {
539 "column": 3,
540 "line": 53
541 },
542 "file": "src/components/auth/Signup.js",
543 "id": "signup.legal.privacy",
544 "start": {
545 "column": 11,
546 "line": 50
547 }
548 },
549 {
550 "defaultMessage": "!!!Create account",
551 "end": {
552 "column": 3,
553 "line": 57
554 },
555 "file": "src/components/auth/Signup.js",
556 "id": "signup.submit.label",
557 "start": {
558 "column": 21,
559 "line": 54
560 }
561 },
562 {
563 "defaultMessage": "!!!Already have an account, sign in?",
564 "end": {
565 "column": 3,
566 "line": 61
567 },
568 "file": "src/components/auth/Signup.js",
569 "id": "signup.link.login",
570 "start": {
571 "column": 13,
572 "line": 58
573 }
574 },
575 {
576 "defaultMessage": "!!!A user with that email address already exists",
577 "end": {
578 "column": 3,
579 "line": 65
580 },
581 "file": "src/components/auth/Signup.js",
582 "id": "signup.emailDuplicate",
583 "start": {
584 "column": 18,
585 "line": 62
586 }
587 }
588 ],
589 "path": "src/components/auth/Signup.json"
590 },
591 {
592 "descriptors": [
593 {
594 "defaultMessage": "!!!Create a free account",
595 "end": {
596 "column": 3,
597 "line": 12
598 },
599 "file": "src/components/auth/Welcome.js",
600 "id": "welcome.signupButton",
601 "start": {
602 "column": 16,
603 "line": 9
604 }
605 },
606 {
607 "defaultMessage": "!!!Login to your account",
608 "end": {
609 "column": 3,
610 "line": 16
611 },
612 "file": "src/components/auth/Welcome.js",
613 "id": "welcome.loginButton",
614 "start": {
615 "column": 15,
616 "line": 13
617 }
618 }
619 ],
620 "path": "src/components/auth/Welcome.json"
621 },
622 {
623 "descriptors": [
624 {
625 "defaultMessage": "!!!Your services have been updated.",
626 "end": {
627 "column": 3,
628 "line": 28
629 },
630 "file": "src/components/layout/AppLayout.js",
631 "id": "infobar.servicesUpdated",
632 "start": {
633 "column": 19,
634 "line": 25
635 }
636 },
637 {
638 "defaultMessage": "!!!A new update for Franz is available.",
639 "end": {
640 "column": 3,
641 "line": 32
642 },
643 "file": "src/components/layout/AppLayout.js",
644 "id": "infobar.updateAvailable",
645 "start": {
646 "column": 19,
647 "line": 29
648 }
649 },
650 {
651 "defaultMessage": "!!!Reload services",
652 "end": {
653 "column": 3,
654 "line": 36
655 },
656 "file": "src/components/layout/AppLayout.js",
657 "id": "infobar.buttonReloadServices",
658 "start": {
659 "column": 24,
660 "line": 33
661 }
662 },
663 {
664 "defaultMessage": "!!!Changelog",
665 "end": {
666 "column": 3,
667 "line": 40
668 },
669 "file": "src/components/layout/AppLayout.js",
670 "id": "infobar.buttonChangelog",
671 "start": {
672 "column": 13,
673 "line": 37
674 }
675 },
676 {
677 "defaultMessage": "!!!Restart & install update",
678 "end": {
679 "column": 3,
680 "line": 44
681 },
682 "file": "src/components/layout/AppLayout.js",
683 "id": "infobar.buttonInstallUpdate",
684 "start": {
685 "column": 23,
686 "line": 41
687 }
688 },
689 {
690 "defaultMessage": "!!!Could not load services and user information",
691 "end": {
692 "column": 3,
693 "line": 48
694 },
695 "file": "src/components/layout/AppLayout.js",
696 "id": "infobar.requiredRequestsFailed",
697 "start": {
698 "column": 26,
699 "line": 45
700 }
701 }
702 ],
703 "path": "src/components/layout/AppLayout.json"
704 },
705 {
706 "descriptors": [
707 {
708 "defaultMessage": "!!!Settings",
709 "end": {
710 "column": 3,
711 "line": 16
712 },
713 "file": "src/components/layout/Sidebar.js",
714 "id": "sidebar.settings",
715 "start": {
716 "column": 12,
717 "line": 13
718 }
719 },
720 {
721 "defaultMessage": "!!!Add new service",
722 "end": {
723 "column": 3,
724 "line": 20
725 },
726 "file": "src/components/layout/Sidebar.js",
727 "id": "sidebar.addNewService",
728 "start": {
729 "column": 17,
730 "line": 17
731 }
732 },
733 {
734 "defaultMessage": "!!!Disable notifications & audio",
735 "end": {
736 "column": 3,
737 "line": 24
738 },
739 "file": "src/components/layout/Sidebar.js",
740 "id": "sidebar.muteApp",
741 "start": {
742 "column": 8,
743 "line": 21
744 }
745 },
746 {
747 "defaultMessage": "!!!Enable notifications & audio",
748 "end": {
749 "column": 3,
750 "line": 28
751 },
752 "file": "src/components/layout/Sidebar.js",
753 "id": "sidebar.unmuteApp",
754 "start": {
755 "column": 10,
756 "line": 25
757 }
758 },
759 {
760 "defaultMessage": "!!!Open workspace drawer",
761 "end": {
762 "column": 3,
763 "line": 32
764 },
765 "file": "src/components/layout/Sidebar.js",
766 "id": "sidebar.openWorkspaceDrawer",
767 "start": {
768 "column": 23,
769 "line": 29
770 }
771 },
772 {
773 "defaultMessage": "!!!Close workspace drawer",
774 "end": {
775 "column": 3,
776 "line": 36
777 },
778 "file": "src/components/layout/Sidebar.js",
779 "id": "sidebar.closeWorkspaceDrawer",
780 "start": {
781 "column": 24,
782 "line": 33
783 }
784 }
785 ],
786 "path": "src/components/layout/Sidebar.json"
787 },
788 {
789 "descriptors": [
790 {
791 "defaultMessage": "!!!Oh no!",
792 "end": {
793 "column": 3,
794 "line": 15
795 },
796 "file": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.js",
797 "id": "service.errorHandler.headline",
798 "start": {
799 "column": 12,
800 "line": 12
801 }
802 },
803 {
804 "defaultMessage": "!!!{name} has failed to load.",
805 "end": {
806 "column": 3,
807 "line": 19
808 },
809 "file": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.js",
810 "id": "service.errorHandler.text",
811 "start": {
812 "column": 8,
813 "line": 16
814 }
815 },
816 {
817 "defaultMessage": "!!!Reload {name}",
818 "end": {
819 "column": 3,
820 "line": 23
821 },
822 "file": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.js",
823 "id": "service.errorHandler.action",
824 "start": {
825 "column": 10,
826 "line": 20
827 }
828 },
829 {
830 "defaultMessage": "!!!Edit {name}",
831 "end": {
832 "column": 3,
833 "line": 27
834 },
835 "file": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.js",
836 "id": "service.errorHandler.editAction",
837 "start": {
838 "column": 14,
839 "line": 24
840 }
841 },
842 {
843 "defaultMessage": "!!!Error:",
844 "end": {
845 "column": 3,
846 "line": 31
847 },
848 "file": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.js",
849 "id": "service.errorHandler.message",
850 "start": {
851 "column": 16,
852 "line": 28
853 }
854 }
855 ],
856 "path": "src/components/services/content/ErrorHandlers/WebviewErrorHandler.json"
857 },
858 {
859 "descriptors": [
860 {
861 "defaultMessage": "!!!{name} is disabled",
862 "end": {
863 "column": 3,
864 "line": 12
865 },
866 "file": "src/components/services/content/ServiceDisabled.js",
867 "id": "service.disabledHandler.headline",
868 "start": {
869 "column": 12,
870 "line": 9
871 }
872 },
873 {
874 "defaultMessage": "!!!Enable {name}",
875 "end": {
876 "column": 3,
877 "line": 16
878 },
879 "file": "src/components/services/content/ServiceDisabled.js",
880 "id": "service.disabledHandler.action",
881 "start": {
882 "column": 10,
883 "line": 13
884 }
885 }
886 ],
887 "path": "src/components/services/content/ServiceDisabled.json"
888 },
889 {
890 "descriptors": [
891 {
892 "defaultMessage": "!!!Welcome to Franz",
893 "end": {
894 "column": 3,
895 "line": 14
896 },
897 "file": "src/components/services/content/Services.js",
898 "id": "services.welcome",
899 "start": {
900 "column": 11,
901 "line": 11
902 }
903 },
904 {
905 "defaultMessage": "!!!Get started",
906 "end": {
907 "column": 3,
908 "line": 18
909 },
910 "file": "src/components/services/content/Services.js",
911 "id": "services.getStarted",
912 "start": {
913 "column": 14,
914 "line": 15
915 }
916 }
917 ],
918 "path": "src/components/services/content/Services.json"
919 },
920 {
921 "descriptors": [
922 {
923 "defaultMessage": "!!!Oh no!",
924 "end": {
925 "column": 3,
926 "line": 13
927 },
928 "file": "src/components/services/content/WebviewCrashHandler.js",
929 "id": "service.crashHandler.headline",
930 "start": {
931 "column": 12,
932 "line": 10
933 }
934 },
935 {
936 "defaultMessage": "!!!{name} has caused an error.",
937 "end": {
938 "column": 3,
939 "line": 17
940 },
941 "file": "src/components/services/content/WebviewCrashHandler.js",
942 "id": "service.crashHandler.text",
943 "start": {
944 "column": 8,
945 "line": 14
946 }
947 },
948 {
949 "defaultMessage": "!!!Reload {name}",
950 "end": {
951 "column": 3,
952 "line": 21
953 },
954 "file": "src/components/services/content/WebviewCrashHandler.js",
955 "id": "service.crashHandler.action",
956 "start": {
957 "column": 10,
958 "line": 18
959 }
960 },
961 {
962 "defaultMessage": "!!!Trying to automatically restore {name} in {seconds} seconds",
963 "end": {
964 "column": 3,
965 "line": 25
966 },
967 "file": "src/components/services/content/WebviewCrashHandler.js",
968 "id": "service.crashHandler.autoReload",
969 "start": {
970 "column": 14,
971 "line": 22
972 }
973 }
974 ],
975 "path": "src/components/services/content/WebviewCrashHandler.json"
976 },
977 {
978 "descriptors": [
979 {
980 "defaultMessage": "!!!Reload",
981 "end": {
982 "column": 3,
983 "line": 18
984 },
985 "file": "src/components/services/tabs/TabItem.js",
986 "id": "tabs.item.reload",
987 "start": {
988 "column": 10,
989 "line": 15
990 }
991 },
992 {
993 "defaultMessage": "!!!Edit",
994 "end": {
995 "column": 3,
996 "line": 22
997 },
998 "file": "src/components/services/tabs/TabItem.js",
999 "id": "tabs.item.edit",
1000 "start": {
1001 "column": 8,
1002 "line": 19
1003 }
1004 },
1005 {
1006 "defaultMessage": "!!!Disable notifications",
1007 "end": {
1008 "column": 3,
1009 "line": 26
1010 },
1011 "file": "src/components/services/tabs/TabItem.js",
1012 "id": "tabs.item.disableNotifications",
1013 "start": {
1014 "column": 24,
1015 "line": 23
1016 }
1017 },
1018 {
1019 "defaultMessage": "!!!Enable notifications",
1020 "end": {
1021 "column": 3,
1022 "line": 30
1023 },
1024 "file": "src/components/services/tabs/TabItem.js",
1025 "id": "tabs.item.enableNotification",
1026 "start": {
1027 "column": 23,
1028 "line": 27
1029 }
1030 },
1031 {
1032 "defaultMessage": "!!!Disable audio",
1033 "end": {
1034 "column": 3,
1035 "line": 34
1036 },
1037 "file": "src/components/services/tabs/TabItem.js",
1038 "id": "tabs.item.disableAudio",
1039 "start": {
1040 "column": 16,
1041 "line": 31
1042 }
1043 },
1044 {
1045 "defaultMessage": "!!!Enable audio",
1046 "end": {
1047 "column": 3,
1048 "line": 38
1049 },
1050 "file": "src/components/services/tabs/TabItem.js",
1051 "id": "tabs.item.enableAudio",
1052 "start": {
1053 "column": 15,
1054 "line": 35
1055 }
1056 },
1057 {
1058 "defaultMessage": "!!!Disable Service",
1059 "end": {
1060 "column": 3,
1061 "line": 42
1062 },
1063 "file": "src/components/services/tabs/TabItem.js",
1064 "id": "tabs.item.disableService",
1065 "start": {
1066 "column": 18,
1067 "line": 39
1068 }
1069 },
1070 {
1071 "defaultMessage": "!!!Enable Service",
1072 "end": {
1073 "column": 3,
1074 "line": 46
1075 },
1076 "file": "src/components/services/tabs/TabItem.js",
1077 "id": "tabs.item.enableService",
1078 "start": {
1079 "column": 17,
1080 "line": 43
1081 }
1082 },
1083 {
1084 "defaultMessage": "!!!Delete Service",
1085 "end": {
1086 "column": 3,
1087 "line": 50
1088 },
1089 "file": "src/components/services/tabs/TabItem.js",
1090 "id": "tabs.item.deleteService",
1091 "start": {
1092 "column": 17,
1093 "line": 47
1094 }
1095 }
1096 ],
1097 "path": "src/components/services/tabs/TabItem.json"
1098 },
1099 {
1100 "descriptors": [
1101 {
1102 "defaultMessage": "!!!Account",
1103 "end": {
1104 "column": 3,
1105 "line": 18
1106 },
1107 "file": "src/components/settings/account/AccountDashboard.js",
1108 "id": "settings.account.headline",
1109 "start": {
1110 "column": 12,
1111 "line": 15
1112 }
1113 },
1114 {
1115 "defaultMessage": "!!!Your Subscription",
1116 "end": {
1117 "column": 3,
1118 "line": 22
1119 },
1120 "file": "src/components/settings/account/AccountDashboard.js",
1121 "id": "settings.account.headlineSubscription",
1122 "start": {
1123 "column": 24,
1124 "line": 19
1125 }
1126 },
1127 {
1128 "defaultMessage": "!!!Upgrade your Account",
1129 "end": {
1130 "column": 3,
1131 "line": 26
1132 },
1133 "file": "src/components/settings/account/AccountDashboard.js",
1134 "id": "settings.account.headlineUpgrade",
1135 "start": {
1136 "column": 19,
1137 "line": 23
1138 }
1139 },
1140 {
1141 "defaultMessage": "!!Invoices",
1142 "end": {
1143 "column": 3,
1144 "line": 30
1145 },
1146 "file": "src/components/settings/account/AccountDashboard.js",
1147 "id": "settings.account.headlineInvoices",
1148 "start": {
1149 "column": 20,
1150 "line": 27
1151 }
1152 },
1153 {
1154 "defaultMessage": "!!Danger Zone",
1155 "end": {
1156 "column": 3,
1157 "line": 34
1158 },
1159 "file": "src/components/settings/account/AccountDashboard.js",
1160 "id": "settings.account.headlineDangerZone",
1161 "start": {
1162 "column": 22,
1163 "line": 31
1164 }
1165 },
1166 {
1167 "defaultMessage": "!!!Manage your subscription",
1168 "end": {
1169 "column": 3,
1170 "line": 38
1171 },
1172 "file": "src/components/settings/account/AccountDashboard.js",
1173 "id": "settings.account.manageSubscription.label",
1174 "start": {
1175 "column": 33,
1176 "line": 35
1177 }
1178 },
1179 {
1180 "defaultMessage": "!!!Basic Account",
1181 "end": {
1182 "column": 3,
1183 "line": 42
1184 },
1185 "file": "src/components/settings/account/AccountDashboard.js",
1186 "id": "settings.account.accountType.basic",
1187 "start": {
1188 "column": 20,
1189 "line": 39
1190 }
1191 },
1192 {
1193 "defaultMessage": "!!!Premium Supporter Account",
1194 "end": {
1195 "column": 3,
1196 "line": 46
1197 },
1198 "file": "src/components/settings/account/AccountDashboard.js",
1199 "id": "settings.account.accountType.premium",
1200 "start": {
1201 "column": 22,
1202 "line": 43
1203 }
1204 },
1205 {
1206 "defaultMessage": "!!!Edit Account",
1207 "end": {
1208 "column": 3,
1209 "line": 50
1210 },
1211 "file": "src/components/settings/account/AccountDashboard.js",
1212 "id": "settings.account.account.editButton",
1213 "start": {
1214 "column": 21,
1215 "line": 47
1216 }
1217 },
1218 {
1219 "defaultMessage": "!!!Download",
1220 "end": {
1221 "column": 3,
1222 "line": 54
1223 },
1224 "file": "src/components/settings/account/AccountDashboard.js",
1225 "id": "settings.account.invoiceDownload",
1226 "start": {
1227 "column": 19,
1228 "line": 51
1229 }
1230 },
1231 {
1232 "defaultMessage": "!!!Could not load user information",
1233 "end": {
1234 "column": 3,
1235 "line": 58
1236 },
1237 "file": "src/components/settings/account/AccountDashboard.js",
1238 "id": "settings.account.userInfoRequestFailed",
1239 "start": {
1240 "column": 25,
1241 "line": 55
1242 }
1243 },
1244 {
1245 "defaultMessage": "!!!Try again",
1246 "end": {
1247 "column": 3,
1248 "line": 62
1249 },
1250 "file": "src/components/settings/account/AccountDashboard.js",
1251 "id": "settings.account.tryReloadUserInfoRequest",
1252 "start": {
1253 "column": 28,
1254 "line": 59
1255 }
1256 },
1257 {
1258 "defaultMessage": "!!!Delete account",
1259 "end": {
1260 "column": 3,
1261 "line": 66
1262 },
1263 "file": "src/components/settings/account/AccountDashboard.js",
1264 "id": "settings.account.deleteAccount",
1265 "start": {
1266 "column": 17,
1267 "line": 63
1268 }
1269 },
1270 {
1271 "defaultMessage": "!!!If you don't need your Franz account any longer, you can delete your account and all related data here.",
1272 "end": {
1273 "column": 3,
1274 "line": 70
1275 },
1276 "file": "src/components/settings/account/AccountDashboard.js",
1277 "id": "settings.account.deleteInfo",
1278 "start": {
1279 "column": 14,
1280 "line": 67
1281 }
1282 },
1283 {
1284 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
1285 "end": {
1286 "column": 3,
1287 "line": 74
1288 },
1289 "file": "src/components/settings/account/AccountDashboard.js",
1290 "id": "settings.account.deleteEmailSent",
1291 "start": {
1292 "column": 19,
1293 "line": 71
1294 }
1295 }
1296 ],
1297 "path": "src/components/settings/account/AccountDashboard.json"
1298 },
1299 {
1300 "descriptors": [
1301 {
1302 "defaultMessage": "!!!Available services",
1303 "end": {
1304 "column": 3,
1305 "line": 15
1306 },
1307 "file": "src/components/settings/navigation/SettingsNavigation.js",
1308 "id": "settings.navigation.availableServices",
1309 "start": {
1310 "column": 21,
1311 "line": 12
1312 }
1313 },
1314 {
1315 "defaultMessage": "!!!Your services",
1316 "end": {
1317 "column": 3,
1318 "line": 19
1319 },
1320 "file": "src/components/settings/navigation/SettingsNavigation.js",
1321 "id": "settings.navigation.yourServices",
1322 "start": {
1323 "column": 16,
1324 "line": 16
1325 }
1326 },
1327 {
1328 "defaultMessage": "!!!Your workspaces",
1329 "end": {
1330 "column": 3,
1331 "line": 23
1332 },
1333 "file": "src/components/settings/navigation/SettingsNavigation.js",
1334 "id": "settings.navigation.yourWorkspaces",
1335 "start": {
1336 "column": 18,
1337 "line": 20
1338 }
1339 },
1340 {
1341 "defaultMessage": "!!!Account",
1342 "end": {
1343 "column": 3,
1344 "line": 27
1345 },
1346 "file": "src/components/settings/navigation/SettingsNavigation.js",
1347 "id": "settings.navigation.account",
1348 "start": {
1349 "column": 11,
1350 "line": 24
1351 }
1352 },
1353 {
1354 "defaultMessage": "!!!Settings",
1355 "end": {
1356 "column": 3,
1357 "line": 31
1358 },
1359 "file": "src/components/settings/navigation/SettingsNavigation.js",
1360 "id": "settings.navigation.settings",
1361 "start": {
1362 "column": 12,
1363 "line": 28
1364 }
1365 },
1366 {
1367 "defaultMessage": "!!!Invite Friends",
1368 "end": {
1369 "column": 3,
1370 "line": 35
1371 },
1372 "file": "src/components/settings/navigation/SettingsNavigation.js",
1373 "id": "settings.navigation.inviteFriends",
1374 "start": {
1375 "column": 17,
1376 "line": 32
1377 }
1378 },
1379 {
1380 "defaultMessage": "!!!Logout",
1381 "end": {
1382 "column": 3,
1383 "line": 39
1384 },
1385 "file": "src/components/settings/navigation/SettingsNavigation.js",
1386 "id": "settings.navigation.logout",
1387 "start": {
1388 "column": 10,
1389 "line": 36
1390 }
1391 }
1392 ],
1393 "path": "src/components/settings/navigation/SettingsNavigation.json"
1394 },
1395 {
1396 "descriptors": [
1397 {
1398 "defaultMessage": "!!!Available Services",
1399 "end": {
1400 "column": 3,
1401 "line": 18
1402 },
1403 "file": "src/components/settings/recipes/RecipesDashboard.js",
1404 "id": "settings.recipes.headline",
1405 "start": {
1406 "column": 12,
1407 "line": 15
1408 }
1409 },
1410 {
1411 "defaultMessage": "!!!Search service",
1412 "end": {
1413 "column": 3,
1414 "line": 22
1415 },
1416 "file": "src/components/settings/recipes/RecipesDashboard.js",
1417 "id": "settings.searchService",
1418 "start": {
1419 "column": 17,
1420 "line": 19
1421 }
1422 },
1423 {
1424 "defaultMessage": "!!!Most popular",
1425 "end": {
1426 "column": 3,
1427 "line": 26
1428 },
1429 "file": "src/components/settings/recipes/RecipesDashboard.js",
1430 "id": "settings.recipes.mostPopular",
1431 "start": {
1432 "column": 22,
1433 "line": 23
1434 }
1435 },
1436 {
1437 "defaultMessage": "!!!All services",
1438 "end": {
1439 "column": 3,
1440 "line": 30
1441 },
1442 "file": "src/components/settings/recipes/RecipesDashboard.js",
1443 "id": "settings.recipes.all",
1444 "start": {
1445 "column": 14,
1446 "line": 27
1447 }
1448 },
1449 {
1450 "defaultMessage": "!!!Development",
1451 "end": {
1452 "column": 3,
1453 "line": 34
1454 },
1455 "file": "src/components/settings/recipes/RecipesDashboard.js",
1456 "id": "settings.recipes.dev",
1457 "start": {
1458 "column": 14,
1459 "line": 31
1460 }
1461 },
1462 {
1463 "defaultMessage": "!!!Sorry, but no service matched your search term.",
1464 "end": {
1465 "column": 3,
1466 "line": 38
1467 },
1468 "file": "src/components/settings/recipes/RecipesDashboard.js",
1469 "id": "settings.recipes.nothingFound",
1470 "start": {
1471 "column": 16,
1472 "line": 35
1473 }
1474 },
1475 {
1476 "defaultMessage": "!!!Service successfully added",
1477 "end": {
1478 "column": 3,
1479 "line": 42
1480 },
1481 "file": "src/components/settings/recipes/RecipesDashboard.js",
1482 "id": "settings.recipes.servicesSuccessfulAddedInfo",
1483 "start": {
1484 "column": 31,
1485 "line": 39
1486 }
1487 },
1488 {
1489 "defaultMessage": "!!!Missing a service?",
1490 "end": {
1491 "column": 3,
1492 "line": 46
1493 },
1494 "file": "src/components/settings/recipes/RecipesDashboard.js",
1495 "id": "settings.recipes.missingService",
1496 "start": {
1497 "column": 18,
1498 "line": 43
1499 }
1500 }
1501 ],
1502 "path": "src/components/settings/recipes/RecipesDashboard.json"
1503 },
1504 {
1505 "descriptors": [
1506 {
1507 "defaultMessage": "!!!Save service",
1508 "end": {
1509 "column": 3,
1510 "line": 25
1511 },
1512 "file": "src/components/settings/services/EditServiceForm.js",
1513 "id": "settings.service.form.saveButton",
1514 "start": {
1515 "column": 15,
1516 "line": 22
1517 }
1518 },
1519 {
1520 "defaultMessage": "!!!Delete Service",
1521 "end": {
1522 "column": 3,
1523 "line": 29
1524 },
1525 "file": "src/components/settings/services/EditServiceForm.js",
1526 "id": "settings.service.form.deleteButton",
1527 "start": {
1528 "column": 17,
1529 "line": 26
1530 }
1531 },
1532 {
1533 "defaultMessage": "!!!Available services",
1534 "end": {
1535 "column": 3,
1536 "line": 33
1537 },
1538 "file": "src/components/settings/services/EditServiceForm.js",
1539 "id": "settings.service.form.availableServices",
1540 "start": {
1541 "column": 21,
1542 "line": 30
1543 }
1544 },
1545 {
1546 "defaultMessage": "!!!Your services",
1547 "end": {
1548 "column": 3,
1549 "line": 37
1550 },
1551 "file": "src/components/settings/services/EditServiceForm.js",
1552 "id": "settings.service.form.yourServices",
1553 "start": {
1554 "column": 16,
1555 "line": 34
1556 }
1557 },
1558 {
1559 "defaultMessage": "!!!Add {name}",
1560 "end": {
1561 "column": 3,
1562 "line": 41
1563 },
1564 "file": "src/components/settings/services/EditServiceForm.js",
1565 "id": "settings.service.form.addServiceHeadline",
1566 "start": {
1567 "column": 22,
1568 "line": 38
1569 }
1570 },
1571 {
1572 "defaultMessage": "!!!Edit {name}",
1573 "end": {
1574 "column": 3,
1575 "line": 45
1576 },
1577 "file": "src/components/settings/services/EditServiceForm.js",
1578 "id": "settings.service.form.editServiceHeadline",
1579 "start": {
1580 "column": 23,
1581 "line": 42
1582 }
1583 },
1584 {
1585 "defaultMessage": "!!!Hosted",
1586 "end": {
1587 "column": 3,
1588 "line": 49
1589 },
1590 "file": "src/components/settings/services/EditServiceForm.js",
1591 "id": "settings.service.form.tabHosted",
1592 "start": {
1593 "column": 13,
1594 "line": 46
1595 }
1596 },
1597 {
1598 "defaultMessage": "!!!Self hosted ⭐️",
1599 "end": {
1600 "column": 3,
1601 "line": 53
1602 },
1603 "file": "src/components/settings/services/EditServiceForm.js",
1604 "id": "settings.service.form.tabOnPremise",
1605 "start": {
1606 "column": 16,
1607 "line": 50
1608 }
1609 },
1610 {
1611 "defaultMessage": "!!!Use the hosted {name} service.",
1612 "end": {
1613 "column": 3,
1614 "line": 57
1615 },
1616 "file": "src/components/settings/services/EditServiceForm.js",
1617 "id": "settings.service.form.useHostedService",
1618 "start": {
1619 "column": 20,
1620 "line": 54
1621 }
1622 },
1623 {
1624 "defaultMessage": "!!!Could not validate custom {name} server.",
1625 "end": {
1626 "column": 3,
1627 "line": 61
1628 },
1629 "file": "src/components/settings/services/EditServiceForm.js",
1630 "id": "settings.service.form.customUrlValidationError",
1631 "start": {
1632 "column": 28,
1633 "line": 58
1634 }
1635 },
1636 {
1637 "defaultMessage": "!!!To add self hosted services, you need a Franz Premium Supporter Account.",
1638 "end": {
1639 "column": 3,
1640 "line": 65
1641 },
1642 "file": "src/components/settings/services/EditServiceForm.js",
1643 "id": "settings.service.form.customUrlPremiumInfo",
1644 "start": {
1645 "column": 24,
1646 "line": 62
1647 }
1648 },
1649 {
1650 "defaultMessage": "!!!Upgrade your account",
1651 "end": {
1652 "column": 3,
1653 "line": 69
1654 },
1655 "file": "src/components/settings/services/EditServiceForm.js",
1656 "id": "settings.service.form.customUrlUpgradeAccount",
1657 "start": {
1658 "column": 27,
1659 "line": 66
1660 }
1661 },
1662 {
1663 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
1664 "end": {
1665 "column": 3,
1666 "line": 73
1667 },
1668 "file": "src/components/settings/services/EditServiceForm.js",
1669 "id": "settings.service.form.indirectMessageInfo",
1670 "start": {
1671 "column": 23,
1672 "line": 70
1673 }
1674 },
1675 {
1676 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
1677 "end": {
1678 "column": 3,
1679 "line": 77
1680 },
1681 "file": "src/components/settings/services/EditServiceForm.js",
1682 "id": "settings.service.form.isMutedInfo",
1683 "start": {
1684 "column": 15,
1685 "line": 74
1686 }
1687 },
1688 {
1689 "defaultMessage": "!!!Notifications",
1690 "end": {
1691 "column": 3,
1692 "line": 81
1693 },
1694 "file": "src/components/settings/services/EditServiceForm.js",
1695 "id": "settings.service.form.headlineNotifications",
1696 "start": {
1697 "column": 25,
1698 "line": 78
1699 }
1700 },
1701 {
1702 "defaultMessage": "!!!Unread message badges",
1703 "end": {
1704 "column": 3,
1705 "line": 85
1706 },
1707 "file": "src/components/settings/services/EditServiceForm.js",
1708 "id": "settings.service.form.headlineBadges",
1709 "start": {
1710 "column": 18,
1711 "line": 82
1712 }
1713 },
1714 {
1715 "defaultMessage": "!!!General",
1716 "end": {
1717 "column": 3,
1718 "line": 89
1719 },
1720 "file": "src/components/settings/services/EditServiceForm.js",
1721 "id": "settings.service.form.headlineGeneral",
1722 "start": {
1723 "column": 19,
1724 "line": 86
1725 }
1726 },
1727 {
1728 "defaultMessage": "!!!Delete",
1729 "end": {
1730 "column": 3,
1731 "line": 93
1732 },
1733 "file": "src/components/settings/services/EditServiceForm.js",
1734 "id": "settings.service.form.iconDelete",
1735 "start": {
1736 "column": 14,
1737 "line": 90
1738 }
1739 },
1740 {
1741 "defaultMessage": "!!!Drop your image, or click here",
1742 "end": {
1743 "column": 3,
1744 "line": 97
1745 },
1746 "file": "src/components/settings/services/EditServiceForm.js",
1747 "id": "settings.service.form.iconUpload",
1748 "start": {
1749 "column": 14,
1750 "line": 94
1751 }
1752 },
1753 {
1754 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
1755 "end": {
1756 "column": 3,
1757 "line": 101
1758 },
1759 "file": "src/components/settings/services/EditServiceForm.js",
1760 "id": "settings.service.form.proxy.headline",
1761 "start": {
1762 "column": 17,
1763 "line": 98
1764 }
1765 },
1766 {
1767 "defaultMessage": "!!!Please restart Franz after changing proxy Settings.",
1768 "end": {
1769 "column": 3,
1770 "line": 105
1771 },
1772 "file": "src/components/settings/services/EditServiceForm.js",
1773 "id": "settings.service.form.proxy.restartInfo",
1774 "start": {
1775 "column": 20,
1776 "line": 102
1777 }
1778 },
1779 {
1780 "defaultMessage": "!!!Proxy settings will not be synchronized with the Franz servers.",
1781 "end": {
1782 "column": 3,
1783 "line": 109
1784 },
1785 "file": "src/components/settings/services/EditServiceForm.js",
1786 "id": "settings.service.form.proxy.info",
1787 "start": {
1788 "column": 13,
1789 "line": 106
1790 }
1791 }
1792 ],
1793 "path": "src/components/settings/services/EditServiceForm.json"
1794 },
1795 {
1796 "descriptors": [
1797 {
1798 "defaultMessage": "!!!Error",
1799 "end": {
1800 "column": 3,
1801 "line": 13
1802 },
1803 "file": "src/components/settings/services/ServiceError.js",
1804 "id": "settings.service.error.headline",
1805 "start": {
1806 "column": 12,
1807 "line": 10
1808 }
1809 },
1810 {
1811 "defaultMessage": "!!!Back to services",
1812 "end": {
1813 "column": 3,
1814 "line": 17
1815 },
1816 "file": "src/components/settings/services/ServiceError.js",
1817 "id": "settings.service.error.goBack",
1818 "start": {
1819 "column": 10,
1820 "line": 14
1821 }
1822 },
1823 {
1824 "defaultMessage": "!!!Available services",
1825 "end": {
1826 "column": 3,
1827 "line": 21
1828 },
1829 "file": "src/components/settings/services/ServiceError.js",
1830 "id": "settings.service.form.availableServices",
1831 "start": {
1832 "column": 21,
1833 "line": 18
1834 }
1835 },
1836 {
1837 "defaultMessage": "!!!Could not load service recipe.",
1838 "end": {
1839 "column": 3,
1840 "line": 25
1841 },
1842 "file": "src/components/settings/services/ServiceError.js",
1843 "id": "settings.service.error.message",
1844 "start": {
1845 "column": 16,
1846 "line": 22
1847 }
1848 }
1849 ],
1850 "path": "src/components/settings/services/ServiceError.json"
1851 },
1852 {
1853 "descriptors": [
1854 {
1855 "defaultMessage": "!!!Service is disabled",
1856 "end": {
1857 "column": 3,
1858 "line": 14
1859 },
1860 "file": "src/components/settings/services/ServiceItem.js",
1861 "id": "settings.services.tooltip.isDisabled",
1862 "start": {
1863 "column": 21,
1864 "line": 11
1865 }
1866 },
1867 {
1868 "defaultMessage": "!!!Notifications are disabled",
1869 "end": {
1870 "column": 3,
1871 "line": 18
1872 },
1873 "file": "src/components/settings/services/ServiceItem.js",
1874 "id": "settings.services.tooltip.notificationsDisabled",
1875 "start": {
1876 "column": 32,
1877 "line": 15
1878 }
1879 },
1880 {
1881 "defaultMessage": "!!!All sounds are muted",
1882 "end": {
1883 "column": 3,
1884 "line": 22
1885 },
1886 "file": "src/components/settings/services/ServiceItem.js",
1887 "id": "settings.services.tooltip.isMuted",
1888 "start": {
1889 "column": 18,
1890 "line": 19
1891 }
1892 }
1893 ],
1894 "path": "src/components/settings/services/ServiceItem.json"
1895 },
1896 {
1897 "descriptors": [
1898 {
1899 "defaultMessage": "!!!Your services",
1900 "end": {
1901 "column": 3,
1902 "line": 17
1903 },
1904 "file": "src/components/settings/services/ServicesDashboard.js",
1905 "id": "settings.services.headline",
1906 "start": {
1907 "column": 12,
1908 "line": 14
1909 }
1910 },
1911 {
1912 "defaultMessage": "!!!Search service",
1913 "end": {
1914 "column": 3,
1915 "line": 21
1916 },
1917 "file": "src/components/settings/services/ServicesDashboard.js",
1918 "id": "settings.searchService",
1919 "start": {
1920 "column": 17,
1921 "line": 18
1922 }
1923 },
1924 {
1925 "defaultMessage": "!!!You haven't added any services yet.",
1926 "end": {
1927 "column": 3,
1928 "line": 25
1929 },
1930 "file": "src/components/settings/services/ServicesDashboard.js",
1931 "id": "settings.services.noServicesAdded",
1932 "start": {
1933 "column": 19,
1934 "line": 22
1935 }
1936 },
1937 {
1938 "defaultMessage": "!!!Sorry, but no service matched your search term.",
1939 "end": {
1940 "column": 3,
1941 "line": 29
1942 },
1943 "file": "src/components/settings/services/ServicesDashboard.js",
1944 "id": "settings.recipes.nothingFound",
1945 "start": {
1946 "column": 18,
1947 "line": 26
1948 }
1949 },
1950 {
1951 "defaultMessage": "!!!Discover services",
1952 "end": {
1953 "column": 3,
1954 "line": 33
1955 },
1956 "file": "src/components/settings/services/ServicesDashboard.js",
1957 "id": "settings.services.discoverServices",
1958 "start": {
1959 "column": 20,
1960 "line": 30
1961 }
1962 },
1963 {
1964 "defaultMessage": "!!!Could not load your services",
1965 "end": {
1966 "column": 3,
1967 "line": 37
1968 },
1969 "file": "src/components/settings/services/ServicesDashboard.js",
1970 "id": "settings.services.servicesRequestFailed",
1971 "start": {
1972 "column": 25,
1973 "line": 34
1974 }
1975 },
1976 {
1977 "defaultMessage": "!!!Try again",
1978 "end": {
1979 "column": 3,
1980 "line": 41
1981 },
1982 "file": "src/components/settings/services/ServicesDashboard.js",
1983 "id": "settings.account.tryReloadServices",
1984 "start": {
1985 "column": 21,
1986 "line": 38
1987 }
1988 },
1989 {
1990 "defaultMessage": "!!!Your changes have been saved",
1991 "end": {
1992 "column": 3,
1993 "line": 45
1994 },
1995 "file": "src/components/settings/services/ServicesDashboard.js",
1996 "id": "settings.services.updatedInfo",
1997 "start": {
1998 "column": 15,
1999 "line": 42
2000 }
2001 },
2002 {
2003 "defaultMessage": "!!!Service has been deleted",
2004 "end": {
2005 "column": 3,
2006 "line": 49
2007 },
2008 "file": "src/components/settings/services/ServicesDashboard.js",
2009 "id": "settings.services.deletedInfo",
2010 "start": {
2011 "column": 15,
2012 "line": 46
2013 }
2014 }
2015 ],
2016 "path": "src/components/settings/services/ServicesDashboard.json"
2017 },
2018 {
2019 "descriptors": [
2020 {
2021 "defaultMessage": "!!!Settings",
2022 "end": {
2023 "column": 3,
2024 "line": 19
2025 },
2026 "file": "src/components/settings/settings/EditSettingsForm.js",
2027 "id": "settings.app.headline",
2028 "start": {
2029 "column": 12,
2030 "line": 16
2031 }
2032 },
2033 {
2034 "defaultMessage": "!!!General",
2035 "end": {
2036 "column": 3,
2037 "line": 23
2038 },
2039 "file": "src/components/settings/settings/EditSettingsForm.js",
2040 "id": "settings.app.headlineGeneral",
2041 "start": {
2042 "column": 19,
2043 "line": 20
2044 }
2045 },
2046 {
2047 "defaultMessage": "!!!Language",
2048 "end": {
2049 "column": 3,
2050 "line": 27
2051 },
2052 "file": "src/components/settings/settings/EditSettingsForm.js",
2053 "id": "settings.app.headlineLanguage",
2054 "start": {
2055 "column": 20,
2056 "line": 24
2057 }
2058 },
2059 {
2060 "defaultMessage": "!!!Updates",
2061 "end": {
2062 "column": 3,
2063 "line": 31
2064 },
2065 "file": "src/components/settings/settings/EditSettingsForm.js",
2066 "id": "settings.app.headlineUpdates",
2067 "start": {
2068 "column": 19,
2069 "line": 28
2070 }
2071 },
2072 {
2073 "defaultMessage": "!!!Appearance",
2074 "end": {
2075 "column": 3,
2076 "line": 35
2077 },
2078 "file": "src/components/settings/settings/EditSettingsForm.js",
2079 "id": "settings.app.headlineAppearance",
2080 "start": {
2081 "column": 22,
2082 "line": 32
2083 }
2084 },
2085 {
2086 "defaultMessage": "!!!Advanced",
2087 "end": {
2088 "column": 3,
2089 "line": 39
2090 },
2091 "file": "src/components/settings/settings/EditSettingsForm.js",
2092 "id": "settings.app.headlineAdvanced",
2093 "start": {
2094 "column": 20,
2095 "line": 36
2096 }
2097 },
2098 {
2099 "defaultMessage": "!!!Help us to translate Franz into your language.",
2100 "end": {
2101 "column": 3,
2102 "line": 43
2103 },
2104 "file": "src/components/settings/settings/EditSettingsForm.js",
2105 "id": "settings.app.translationHelp",
2106 "start": {
2107 "column": 19,
2108 "line": 40
2109 }
2110 },
2111 {
2112 "defaultMessage": "!!!Cache",
2113 "end": {
2114 "column": 3,
2115 "line": 47
2116 },
2117 "file": "src/components/settings/settings/EditSettingsForm.js",
2118 "id": "settings.app.subheadlineCache",
2119 "start": {
2120 "column": 20,
2121 "line": 44
2122 }
2123 },
2124 {
2125 "defaultMessage": "!!!Franz cache is currently using {size} of disk space.",
2126 "end": {
2127 "column": 3,
2128 "line": 51
2129 },
2130 "file": "src/components/settings/settings/EditSettingsForm.js",
2131 "id": "settings.app.cacheInfo",
2132 "start": {
2133 "column": 13,
2134 "line": 48
2135 }
2136 },
2137 {
2138 "defaultMessage": "!!!Clear cache",
2139 "end": {
2140 "column": 3,
2141 "line": 55
2142 },
2143 "file": "src/components/settings/settings/EditSettingsForm.js",
2144 "id": "settings.app.buttonClearAllCache",
2145 "start": {
2146 "column": 23,
2147 "line": 52
2148 }
2149 },
2150 {
2151 "defaultMessage": "!!!Check for updates",
2152 "end": {
2153 "column": 3,
2154 "line": 59
2155 },
2156 "file": "src/components/settings/settings/EditSettingsForm.js",
2157 "id": "settings.app.buttonSearchForUpdate",
2158 "start": {
2159 "column": 25,
2160 "line": 56
2161 }
2162 },
2163 {
2164 "defaultMessage": "!!!Restart & install update",
2165 "end": {
2166 "column": 3,
2167 "line": 63
2168 },
2169 "file": "src/components/settings/settings/EditSettingsForm.js",
2170 "id": "settings.app.buttonInstallUpdate",
2171 "start": {
2172 "column": 23,
2173 "line": 60
2174 }
2175 },
2176 {
2177 "defaultMessage": "!!!Is searching for update",
2178 "end": {
2179 "column": 3,
2180 "line": 67
2181 },
2182 "file": "src/components/settings/settings/EditSettingsForm.js",
2183 "id": "settings.app.updateStatusSearching",
2184 "start": {
2185 "column": 25,
2186 "line": 64
2187 }
2188 },
2189 {
2190 "defaultMessage": "!!!Update available, downloading...",
2191 "end": {
2192 "column": 3,
2193 "line": 71
2194 },
2195 "file": "src/components/settings/settings/EditSettingsForm.js",
2196 "id": "settings.app.updateStatusAvailable",
2197 "start": {
2198 "column": 25,
2199 "line": 68
2200 }
2201 },
2202 {
2203 "defaultMessage": "!!!You are using the latest version of Franz",
2204 "end": {
2205 "column": 3,
2206 "line": 75
2207 },
2208 "file": "src/components/settings/settings/EditSettingsForm.js",
2209 "id": "settings.app.updateStatusUpToDate",
2210 "start": {
2211 "column": 24,
2212 "line": 72
2213 }
2214 },
2215 {
2216 "defaultMessage": "!!!Current version:",
2217 "end": {
2218 "column": 3,
2219 "line": 79
2220 },
2221 "file": "src/components/settings/settings/EditSettingsForm.js",
2222 "id": "settings.app.currentVersion",
2223 "start": {
2224 "column": 18,
2225 "line": 76
2226 }
2227 },
2228 {
2229 "defaultMessage": "!!!Changes require restart",
2230 "end": {
2231 "column": 3,
2232 "line": 83
2233 },
2234 "file": "src/components/settings/settings/EditSettingsForm.js",
2235 "id": "settings.app.restartRequired",
2236 "start": {
2237 "column": 29,
2238 "line": 80
2239 }
2240 },
2241 {
2242 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
2243 "end": {
2244 "column": 3,
2245 "line": 87
2246 },
2247 "file": "src/components/settings/settings/EditSettingsForm.js",
2248 "id": "settings.app.languageDisclaimer",
2249 "start": {
2250 "column": 22,
2251 "line": 84
2252 }
2253 }
2254 ],
2255 "path": "src/components/settings/settings/EditSettingsForm.json"
2256 },
2257 {
2258 "descriptors": [
2259 {
2260 "defaultMessage": "!!!Account",
2261 "end": {
2262 "column": 3,
2263 "line": 18
2264 },
2265 "file": "src/components/settings/user/EditUserForm.js",
2266 "id": "settings.account.headline",
2267 "start": {
2268 "column": 12,
2269 "line": 15
2270 }
2271 },
2272 {
2273 "defaultMessage": "!!!Update Profile",
2274 "end": {
2275 "column": 3,
2276 "line": 22
2277 },
2278 "file": "src/components/settings/user/EditUserForm.js",
2279 "id": "settings.account.headlineProfile",
2280 "start": {
2281 "column": 19,
2282 "line": 19
2283 }
2284 },
2285 {
2286 "defaultMessage": "!!!Account Information",
2287 "end": {
2288 "column": 3,
2289 "line": 26
2290 },
2291 "file": "src/components/settings/user/EditUserForm.js",
2292 "id": "settings.account.headlineAccount",
2293 "start": {
2294 "column": 19,
2295 "line": 23
2296 }
2297 },
2298 {
2299 "defaultMessage": "!!!Change Password",
2300 "end": {
2301 "column": 3,
2302 "line": 30
2303 },
2304 "file": "src/components/settings/user/EditUserForm.js",
2305 "id": "settings.account.headlinePassword",
2306 "start": {
2307 "column": 20,
2308 "line": 27
2309 }
2310 },
2311 {
2312 "defaultMessage": "!!!Your changes have been saved",
2313 "end": {
2314 "column": 3,
2315 "line": 34
2316 },
2317 "file": "src/components/settings/user/EditUserForm.js",
2318 "id": "settings.account.successInfo",
2319 "start": {
2320 "column": 15,
2321 "line": 31
2322 }
2323 },
2324 {
2325 "defaultMessage": "!!!Update profile",
2326 "end": {
2327 "column": 3,
2328 "line": 38
2329 },
2330 "file": "src/components/settings/user/EditUserForm.js",
2331 "id": "settings.account.buttonSave",
2332 "start": {
2333 "column": 14,
2334 "line": 35
2335 }
2336 }
2337 ],
2338 "path": "src/components/settings/user/EditUserForm.json"
2339 },
2340 {
2341 "descriptors": [
2342 {
2343 "defaultMessage": "!!!Support the development of Franz",
2344 "end": {
2345 "column": 3,
2346 "line": 17
2347 },
2348 "file": "src/components/subscription/SubscriptionForm.js",
2349 "id": "subscription.submit.label",
2350 "start": {
2351 "column": 21,
2352 "line": 14
2353 }
2354 },
2355 {
2356 "defaultMessage": "!!!Could not initialize payment form",
2357 "end": {
2358 "column": 3,
2359 "line": 21
2360 },
2361 "file": "src/components/subscription/SubscriptionForm.js",
2362 "id": "subscription.paymentSessionError",
2363 "start": {
2364 "column": 23,
2365 "line": 18
2366 }
2367 },
2368 {
2369 "defaultMessage": "!!!free",
2370 "end": {
2371 "column": 3,
2372 "line": 25
2373 },
2374 "file": "src/components/subscription/SubscriptionForm.js",
2375 "id": "subscription.type.free",
2376 "start": {
2377 "column": 12,
2378 "line": 22
2379 }
2380 },
2381 {
2382 "defaultMessage": "!!!month",
2383 "end": {
2384 "column": 3,
2385 "line": 29
2386 },
2387 "file": "src/components/subscription/SubscriptionForm.js",
2388 "id": "subscription.type.month",
2389 "start": {
2390 "column": 15,
2391 "line": 26
2392 }
2393 },
2394 {
2395 "defaultMessage": "!!!year",
2396 "end": {
2397 "column": 3,
2398 "line": 33
2399 },
2400 "file": "src/components/subscription/SubscriptionForm.js",
2401 "id": "subscription.type.year",
2402 "start": {
2403 "column": 14,
2404 "line": 30
2405 }
2406 },
2407 {
2408 "defaultMessage": "!!!The Franz Premium Supporter Account includes",
2409 "end": {
2410 "column": 3,
2411 "line": 37
2412 },
2413 "file": "src/components/subscription/SubscriptionForm.js",
2414 "id": "subscription.includedFeatures",
2415 "start": {
2416 "column": 20,
2417 "line": 34
2418 }
2419 },
2420 {
2421 "defaultMessage": "!!!Add on-premise/hosted services like Mattermost",
2422 "end": {
2423 "column": 3,
2424 "line": 41
2425 },
2426 "file": "src/components/subscription/SubscriptionForm.js",
2427 "id": "subscription.features.onpremise.mattermost",
2428 "start": {
2429 "column": 13,
2430 "line": 38
2431 }
2432 },
2433 {
2434 "defaultMessage": "!!!No app delays & nagging to upgrade license",
2435 "end": {
2436 "column": 3,
2437 "line": 45
2438 },
2439 "file": "src/components/subscription/SubscriptionForm.js",
2440 "id": "subscription.features.noInterruptions",
2441 "start": {
2442 "column": 19,
2443 "line": 42
2444 }
2445 },
2446 {
2447 "defaultMessage": "!!!Proxy support for services",
2448 "end": {
2449 "column": 3,
2450 "line": 49
2451 },
2452 "file": "src/components/subscription/SubscriptionForm.js",
2453 "id": "subscription.features.proxy",
2454 "start": {
2455 "column": 9,
2456 "line": 46
2457 }
2458 },
2459 {
2460 "defaultMessage": "!!!Support for Spellchecker",
2461 "end": {
2462 "column": 3,
2463 "line": 53
2464 },
2465 "file": "src/components/subscription/SubscriptionForm.js",
2466 "id": "subscription.features.spellchecker",
2467 "start": {
2468 "column": 16,
2469 "line": 50
2470 }
2471 },
2472 {
2473 "defaultMessage": "!!!No ads, ever!",
2474 "end": {
2475 "column": 3,
2476 "line": 57
2477 },
2478 "file": "src/components/subscription/SubscriptionForm.js",
2479 "id": "subscription.features.ads",
2480 "start": {
2481 "column": 7,
2482 "line": 54
2483 }
2484 },
2485 {
2486 "defaultMessage": "!!!coming soon",
2487 "end": {
2488 "column": 3,
2489 "line": 61
2490 },
2491 "file": "src/components/subscription/SubscriptionForm.js",
2492 "id": "subscription.features.comingSoon",
2493 "start": {
2494 "column": 14,
2495 "line": 58
2496 }
2497 },
2498 {
2499 "defaultMessage": "!!!EU residents: local sales tax may apply",
2500 "end": {
2501 "column": 3,
2502 "line": 65
2503 },
2504 "file": "src/components/subscription/SubscriptionForm.js",
2505 "id": "subscription.euTaxInfo",
2506 "start": {
2507 "column": 13,
2508 "line": 62
2509 }
2510 }
2511 ],
2512 "path": "src/components/subscription/SubscriptionForm.json"
2513 },
2514 {
2515 "descriptors": [
2516 {
2517 "defaultMessage": "!!!Cancel",
2518 "end": {
2519 "column": 3,
2520 "line": 14
2521 },
2522 "file": "src/components/subscription/SubscriptionPopup.js",
2523 "id": "subscriptionPopup.buttonCancel",
2524 "start": {
2525 "column": 16,
2526 "line": 11
2527 }
2528 },
2529 {
2530 "defaultMessage": "!!!Done",
2531 "end": {
2532 "column": 3,
2533 "line": 18
2534 },
2535 "file": "src/components/subscription/SubscriptionPopup.js",
2536 "id": "subscriptionPopup.buttonDone",
2537 "start": {
2538 "column": 14,
2539 "line": 15
2540 }
2541 }
2542 ],
2543 "path": "src/components/subscription/SubscriptionPopup.json"
2544 },
2545 {
2546 "descriptors": [
2547 {
2548 "defaultMessage": "!!!Upgrade account",
2549 "end": {
2550 "column": 3,
2551 "line": 18
2552 },
2553 "file": "src/components/ui/PremiumFeatureContainer/index.js",
2554 "id": "premiumFeature.button.upgradeAccount",
2555 "start": {
2556 "column": 10,
2557 "line": 15
2558 }
2559 }
2560 ],
2561 "path": "src/components/ui/PremiumFeatureContainer/index.json"
2562 },
2563 {
2564 "descriptors": [
2565 {
2566 "defaultMessage": "!!!Loading",
2567 "end": {
2568 "column": 3,
2569 "line": 14
2570 },
2571 "file": "src/components/ui/WebviewLoader/index.js",
2572 "id": "service.webviewLoader.loading",
2573 "start": {
2574 "column": 11,
2575 "line": 11
2576 }
2577 }
2578 ],
2579 "path": "src/components/ui/WebviewLoader/index.json"
2580 },
2581 {
2582 "descriptors": [
2583 {
2584 "defaultMessage": "!!!Something went wrong.",
2585 "end": {
2586 "column": 3,
2587 "line": 14
2588 },
2589 "file": "src/components/util/ErrorBoundary/index.js",
2590 "id": "app.errorHandler.headline",
2591 "start": {
2592 "column": 12,
2593 "line": 11
2594 }
2595 },
2596 {
2597 "defaultMessage": "!!!Reload",
2598 "end": {
2599 "column": 3,
2600 "line": 18
2601 },
2602 "file": "src/components/util/ErrorBoundary/index.js",
2603 "id": "app.errorHandler.action",
2604 "start": {
2605 "column": 10,
2606 "line": 15
2607 }
2608 }
2609 ],
2610 "path": "src/components/util/ErrorBoundary/index.json"
2611 },
2612 {
2613 "descriptors": [
2614 {
2615 "defaultMessage": "!!!Name",
2616 "end": {
2617 "column": 3,
2618 "line": 31
2619 },
2620 "file": "src/containers/settings/EditServiceScreen.js",
2621 "id": "settings.service.form.name",
2622 "start": {
2623 "column": 8,
2624 "line": 28
2625 }
2626 },
2627 {
2628 "defaultMessage": "!!!Enable service",
2629 "end": {
2630 "column": 3,
2631 "line": 35
2632 },
2633 "file": "src/containers/settings/EditServiceScreen.js",
2634 "id": "settings.service.form.enableService",
2635 "start": {
2636 "column": 17,
2637 "line": 32
2638 }
2639 },
2640 {
2641 "defaultMessage": "!!!Enable Notifications",
2642 "end": {
2643 "column": 3,
2644 "line": 39
2645 },
2646 "file": "src/containers/settings/EditServiceScreen.js",
2647 "id": "settings.service.form.enableNotification",
2648 "start": {
2649 "column": 22,
2650 "line": 36
2651 }
2652 },
2653 {
2654 "defaultMessage": "!!!Show unread message badges",
2655 "end": {
2656 "column": 3,
2657 "line": 43
2658 },
2659 "file": "src/containers/settings/EditServiceScreen.js",
2660 "id": "settings.service.form.enableBadge",
2661 "start": {
2662 "column": 15,
2663 "line": 40
2664 }
2665 },
2666 {
2667 "defaultMessage": "!!!Enable audio",
2668 "end": {
2669 "column": 3,
2670 "line": 47
2671 },
2672 "file": "src/containers/settings/EditServiceScreen.js",
2673 "id": "settings.service.form.enableAudio",
2674 "start": {
2675 "column": 15,
2676 "line": 44
2677 }
2678 },
2679 {
2680 "defaultMessage": "!!!Team",
2681 "end": {
2682 "column": 3,
2683 "line": 51
2684 },
2685 "file": "src/containers/settings/EditServiceScreen.js",
2686 "id": "settings.service.form.team",
2687 "start": {
2688 "column": 8,
2689 "line": 48
2690 }
2691 },
2692 {
2693 "defaultMessage": "!!!Custom server",
2694 "end": {
2695 "column": 3,
2696 "line": 55
2697 },
2698 "file": "src/containers/settings/EditServiceScreen.js",
2699 "id": "settings.service.form.customUrl",
2700 "start": {
2701 "column": 13,
2702 "line": 52
2703 }
2704 },
2705 {
2706 "defaultMessage": "!!!Show message badge for all new messages",
2707 "end": {
2708 "column": 3,
2709 "line": 59
2710 },
2711 "file": "src/containers/settings/EditServiceScreen.js",
2712 "id": "settings.service.form.indirectMessages",
2713 "start": {
2714 "column": 20,
2715 "line": 56
2716 }
2717 },
2718 {
2719 "defaultMessage": "!!!Custom icon",
2720 "end": {
2721 "column": 3,
2722 "line": 63
2723 },
2724 "file": "src/containers/settings/EditServiceScreen.js",
2725 "id": "settings.service.form.icon",
2726 "start": {
2727 "column": 8,
2728 "line": 60
2729 }
2730 },
2731 {
2732 "defaultMessage": "!!!Enable Dark Mode",
2733 "end": {
2734 "column": 3,
2735 "line": 67
2736 },
2737 "file": "src/containers/settings/EditServiceScreen.js",
2738 "id": "settings.service.form.enableDarkMode",
2739 "start": {
2740 "column": 18,
2741 "line": 64
2742 }
2743 },
2744 {
2745 "defaultMessage": "!!!Use Proxy",
2746 "end": {
2747 "column": 3,
2748 "line": 71
2749 },
2750 "file": "src/containers/settings/EditServiceScreen.js",
2751 "id": "settings.service.form.proxy.isEnabled",
2752 "start": {
2753 "column": 15,
2754 "line": 68
2755 }
2756 },
2757 {
2758 "defaultMessage": "!!!Proxy Host/IP",
2759 "end": {
2760 "column": 3,
2761 "line": 75
2762 },
2763 "file": "src/containers/settings/EditServiceScreen.js",
2764 "id": "settings.service.form.proxy.host",
2765 "start": {
2766 "column": 13,
2767 "line": 72
2768 }
2769 },
2770 {
2771 "defaultMessage": "!!!Port",
2772 "end": {
2773 "column": 3,
2774 "line": 79
2775 },
2776 "file": "src/containers/settings/EditServiceScreen.js",
2777 "id": "settings.service.form.proxy.port",
2778 "start": {
2779 "column": 13,
2780 "line": 76
2781 }
2782 },
2783 {
2784 "defaultMessage": "!!!User",
2785 "end": {
2786 "column": 3,
2787 "line": 83
2788 },
2789 "file": "src/containers/settings/EditServiceScreen.js",
2790 "id": "settings.service.form.proxy.user",
2791 "start": {
2792 "column": 13,
2793 "line": 80
2794 }
2795 },
2796 {
2797 "defaultMessage": "!!!Password",
2798 "end": {
2799 "column": 3,
2800 "line": 87
2801 },
2802 "file": "src/containers/settings/EditServiceScreen.js",
2803 "id": "settings.service.form.proxy.password",
2804 "start": {
2805 "column": 17,
2806 "line": 84
2807 }
2808 }
2809 ],
2810 "path": "src/containers/settings/EditServiceScreen.json"
2811 },
2812 {
2813 "descriptors": [
2814 {
2815 "defaultMessage": "!!!Launch Franz on start",
2816 "end": {
2817 "column": 3,
2818 "line": 25
2819 },
2820 "file": "src/containers/settings/EditSettingsScreen.js",
2821 "id": "settings.app.form.autoLaunchOnStart",
2822 "start": {
2823 "column": 21,
2824 "line": 22
2825 }
2826 },
2827 {
2828 "defaultMessage": "!!!Open in background",
2829 "end": {
2830 "column": 3,
2831 "line": 29
2832 },
2833 "file": "src/containers/settings/EditSettingsScreen.js",
2834 "id": "settings.app.form.autoLaunchInBackground",
2835 "start": {
2836 "column": 26,
2837 "line": 26
2838 }
2839 },
2840 {
2841 "defaultMessage": "!!!Keep Franz in background when closing the window",
2842 "end": {
2843 "column": 3,
2844 "line": 33
2845 },
2846 "file": "src/containers/settings/EditSettingsScreen.js",
2847 "id": "settings.app.form.runInBackground",
2848 "start": {
2849 "column": 19,
2850 "line": 30
2851 }
2852 },
2853 {
2854 "defaultMessage": "!!!Show Franz in system tray",
2855 "end": {
2856 "column": 3,
2857 "line": 37
2858 },
2859 "file": "src/containers/settings/EditSettingsScreen.js",
2860 "id": "settings.app.form.enableSystemTray",
2861 "start": {
2862 "column": 20,
2863 "line": 34
2864 }
2865 },
2866 {
2867 "defaultMessage": "!!!Minimize Franz to system tray",
2868 "end": {
2869 "column": 3,
2870 "line": 41
2871 },
2872 "file": "src/containers/settings/EditSettingsScreen.js",
2873 "id": "settings.app.form.minimizeToSystemTray",
2874 "start": {
2875 "column": 24,
2876 "line": 38
2877 }
2878 },
2879 {
2880 "defaultMessage": "!!!Language",
2881 "end": {
2882 "column": 3,
2883 "line": 45
2884 },
2885 "file": "src/containers/settings/EditSettingsScreen.js",
2886 "id": "settings.app.form.language",
2887 "start": {
2888 "column": 12,
2889 "line": 42
2890 }
2891 },
2892 {
2893 "defaultMessage": "!!!Dark Mode",
2894 "end": {
2895 "column": 3,
2896 "line": 49
2897 },
2898 "file": "src/containers/settings/EditSettingsScreen.js",
2899 "id": "settings.app.form.darkMode",
2900 "start": {
2901 "column": 12,
2902 "line": 46
2903 }
2904 },
2905 {
2906 "defaultMessage": "!!!Display disabled services tabs",
2907 "end": {
2908 "column": 3,
2909 "line": 53
2910 },
2911 "file": "src/containers/settings/EditSettingsScreen.js",
2912 "id": "settings.app.form.showDisabledServices",
2913 "start": {
2914 "column": 24,
2915 "line": 50
2916 }
2917 },
2918 {
2919 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
2920 "end": {
2921 "column": 3,
2922 "line": 57
2923 },
2924 "file": "src/containers/settings/EditSettingsScreen.js",
2925 "id": "settings.app.form.showMessagesBadgesWhenMuted",
2926 "start": {
2927 "column": 29,
2928 "line": 54
2929 }
2930 },
2931 {
2932 "defaultMessage": "!!!Enable spell checking",
2933 "end": {
2934 "column": 3,
2935 "line": 61
2936 },
2937 "file": "src/containers/settings/EditSettingsScreen.js",
2938 "id": "settings.app.form.enableSpellchecking",
2939 "start": {
2940 "column": 23,
2941 "line": 58
2942 }
2943 },
2944 {
2945 "defaultMessage": "!!!Enable GPU Acceleration",
2946 "end": {
2947 "column": 3,
2948 "line": 65
2949 },
2950 "file": "src/containers/settings/EditSettingsScreen.js",
2951 "id": "settings.app.form.enableGPUAcceleration",
2952 "start": {
2953 "column": 25,
2954 "line": 62
2955 }
2956 },
2957 {
2958 "defaultMessage": "!!!Include beta versions",
2959 "end": {
2960 "column": 3,
2961 "line": 69
2962 },
2963 "file": "src/containers/settings/EditSettingsScreen.js",
2964 "id": "settings.app.form.beta",
2965 "start": {
2966 "column": 8,
2967 "line": 66
2968 }
2969 }
2970 ],
2971 "path": "src/containers/settings/EditSettingsScreen.json"
2972 },
2973 {
2974 "descriptors": [
2975 {
2976 "defaultMessage": "!!!Firstname",
2977 "end": {
2978 "column": 3,
2979 "line": 17
2980 },
2981 "file": "src/containers/settings/EditUserScreen.js",
2982 "id": "settings.user.form.firstname",
2983 "start": {
2984 "column": 13,
2985 "line": 14
2986 }
2987 },
2988 {
2989 "defaultMessage": "!!!Lastname",
2990 "end": {
2991 "column": 3,
2992 "line": 21
2993 },
2994 "file": "src/containers/settings/EditUserScreen.js",
2995 "id": "settings.user.form.lastname",
2996 "start": {
2997 "column": 12,
2998 "line": 18
2999 }
3000 },
3001 {
3002 "defaultMessage": "!!!Email",
3003 "end": {
3004 "column": 3,
3005 "line": 25
3006 },
3007 "file": "src/containers/settings/EditUserScreen.js",
3008 "id": "settings.user.form.email",
3009 "start": {
3010 "column": 9,
3011 "line": 22
3012 }
3013 },
3014 {
3015 "defaultMessage": "!!!Account type",
3016 "end": {
3017 "column": 3,
3018 "line": 29
3019 },
3020 "file": "src/containers/settings/EditUserScreen.js",
3021 "id": "settings.user.form.accountType.label",
3022 "start": {
3023 "column": 20,
3024 "line": 26
3025 }
3026 },
3027 {
3028 "defaultMessage": "!!!Individual",
3029 "end": {
3030 "column": 3,
3031 "line": 33
3032 },
3033 "file": "src/containers/settings/EditUserScreen.js",
3034 "id": "settings.user.form.accountType.individual",
3035 "start": {
3036 "column": 25,
3037 "line": 30
3038 }
3039 },
3040 {
3041 "defaultMessage": "!!!Non-Profit",
3042 "end": {
3043 "column": 3,
3044 "line": 37
3045 },
3046 "file": "src/containers/settings/EditUserScreen.js",
3047 "id": "settings.user.form.accountType.non-profit",
3048 "start": {
3049 "column": 24,
3050 "line": 34
3051 }
3052 },
3053 {
3054 "defaultMessage": "!!!Company",
3055 "end": {
3056 "column": 3,
3057 "line": 41
3058 },
3059 "file": "src/containers/settings/EditUserScreen.js",
3060 "id": "settings.user.form.accountType.company",
3061 "start": {
3062 "column": 22,
3063 "line": 38
3064 }
3065 },
3066 {
3067 "defaultMessage": "!!!Current password",
3068 "end": {
3069 "column": 3,
3070 "line": 45
3071 },
3072 "file": "src/containers/settings/EditUserScreen.js",
3073 "id": "settings.user.form.currentPassword",
3074 "start": {
3075 "column": 19,
3076 "line": 42
3077 }
3078 },
3079 {
3080 "defaultMessage": "!!!New password",
3081 "end": {
3082 "column": 3,
3083 "line": 49
3084 },
3085 "file": "src/containers/settings/EditUserScreen.js",
3086 "id": "settings.user.form.newPassword",
3087 "start": {
3088 "column": 15,
3089 "line": 46
3090 }
3091 }
3092 ],
3093 "path": "src/containers/settings/EditUserScreen.json"
3094 },
3095 {
3096 "descriptors": [
3097 {
3098 "defaultMessage": "!!!Please purchase license to skip waiting",
3099 "end": {
3100 "column": 3,
3101 "line": 18
3102 },
3103 "file": "src/features/delayApp/Component.js",
3104 "id": "feature.delayApp.headline",
3105 "start": {
3106 "column": 12,
3107 "line": 15
3108 }
3109 },
3110 {
3111 "defaultMessage": "!!!Get a Franz Supporter License",
3112 "end": {
3113 "column": 3,
3114 "line": 22
3115 },
3116 "file": "src/features/delayApp/Component.js",
3117 "id": "feature.delayApp.action",
3118 "start": {
3119 "column": 10,
3120 "line": 19
3121 }
3122 },
3123 {
3124 "defaultMessage": "!!!Franz will continue in {seconds} seconds.",
3125 "end": {
3126 "column": 3,
3127 "line": 26
3128 },
3129 "file": "src/features/delayApp/Component.js",
3130 "id": "feature.delayApp.text",
3131 "start": {
3132 "column": 8,
3133 "line": 23
3134 }
3135 }
3136 ],
3137 "path": "src/features/delayApp/Component.json"
3138 },
3139 {
3140 "descriptors": [
3141 {
3142 "defaultMessage": "!!!Franz is better together!",
3143 "end": {
3144 "column": 3,
3145 "line": 18
3146 },
3147 "file": "src/features/shareFranz/Component.js",
3148 "id": "feature.shareFranz.headline",
3149 "start": {
3150 "column": 12,
3151 "line": 15
3152 }
3153 },
3154 {
3155 "defaultMessage": "!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.",
3156 "end": {
3157 "column": 3,
3158 "line": 22
3159 },
3160 "file": "src/features/shareFranz/Component.js",
3161 "id": "feature.shareFranz.text",
3162 "start": {
3163 "column": 8,
3164 "line": 19
3165 }
3166 },
3167 {
3168 "defaultMessage": "!!!Share as email",
3169 "end": {
3170 "column": 3,
3171 "line": 26
3172 },
3173 "file": "src/features/shareFranz/Component.js",
3174 "id": "feature.shareFranz.action.email",
3175 "start": {
3176 "column": 16,
3177 "line": 23
3178 }
3179 },
3180 {
3181 "defaultMessage": "!!!Share on Facebook",
3182 "end": {
3183 "column": 3,
3184 "line": 30
3185 },
3186 "file": "src/features/shareFranz/Component.js",
3187 "id": "feature.shareFranz.action.facebook",
3188 "start": {
3189 "column": 19,
3190 "line": 27
3191 }
3192 },
3193 {
3194 "defaultMessage": "!!!Share on Twitter",
3195 "end": {
3196 "column": 3,
3197 "line": 34
3198 },
3199 "file": "src/features/shareFranz/Component.js",
3200 "id": "feature.shareFranz.action.twitter",
3201 "start": {
3202 "column": 18,
3203 "line": 31
3204 }
3205 },
3206 {
3207 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
3208 "end": {
3209 "column": 3,
3210 "line": 38
3211 },
3212 "file": "src/features/shareFranz/Component.js",
3213 "id": "feature.shareFranz.shareText.email",
3214 "start": {
3215 "column": 18,
3216 "line": 35
3217 }
3218 },
3219 {
3220 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger",
3221 "end": {
3222 "column": 3,
3223 "line": 42
3224 },
3225 "file": "src/features/shareFranz/Component.js",
3226 "id": "feature.shareFranz.shareText.twitter",
3227 "start": {
3228 "column": 20,
3229 "line": 39
3230 }
3231 }
3232 ],
3233 "path": "src/features/shareFranz/Component.json"
3234 },
3235 {
3236 "descriptors": [
3237 {
3238 "defaultMessage": "!!!Create workspace",
3239 "end": {
3240 "column": 3,
3241 "line": 16
3242 },
3243 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3244 "id": "settings.workspace.add.form.submitButton",
3245 "start": {
3246 "column": 16,
3247 "line": 13
3248 }
3249 },
3250 {
3251 "defaultMessage": "!!!Name",
3252 "end": {
3253 "column": 3,
3254 "line": 20
3255 },
3256 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3257 "id": "settings.workspace.add.form.name",
3258 "start": {
3259 "column": 8,
3260 "line": 17
3261 }
3262 }
3263 ],
3264 "path": "src/features/workspaces/components/CreateWorkspaceForm.json"
3265 },
3266 {
3267 "descriptors": [
3268 {
3269 "defaultMessage": "!!!Delete workspace",
3270 "end": {
3271 "column": 3,
3272 "line": 22
3273 },
3274 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3275 "id": "settings.workspace.form.buttonDelete",
3276 "start": {
3277 "column": 16,
3278 "line": 19
3279 }
3280 },
3281 {
3282 "defaultMessage": "!!!Save workspace",
3283 "end": {
3284 "column": 3,
3285 "line": 26
3286 },
3287 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3288 "id": "settings.workspace.form.buttonSave",
3289 "start": {
3290 "column": 14,
3291 "line": 23
3292 }
3293 },
3294 {
3295 "defaultMessage": "!!!Name",
3296 "end": {
3297 "column": 3,
3298 "line": 30
3299 },
3300 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3301 "id": "settings.workspace.form.name",
3302 "start": {
3303 "column": 8,
3304 "line": 27
3305 }
3306 },
3307 {
3308 "defaultMessage": "!!!Your workspaces",
3309 "end": {
3310 "column": 3,
3311 "line": 34
3312 },
3313 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3314 "id": "settings.workspace.form.yourWorkspaces",
3315 "start": {
3316 "column": 18,
3317 "line": 31
3318 }
3319 },
3320 {
3321 "defaultMessage": "!!!Services in this Workspace",
3322 "end": {
3323 "column": 3,
3324 "line": 38
3325 },
3326 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3327 "id": "settings.workspace.form.servicesInWorkspaceHeadline",
3328 "start": {
3329 "column": 31,
3330 "line": 35
3331 }
3332 }
3333 ],
3334 "path": "src/features/workspaces/components/EditWorkspaceForm.json"
3335 },
3336 {
3337 "descriptors": [
3338 {
3339 "defaultMessage": "!!!Workspaces",
3340 "end": {
3341 "column": 3,
3342 "line": 19
3343 },
3344 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3345 "id": "workspaceDrawer.headline",
3346 "start": {
3347 "column": 12,
3348 "line": 16
3349 }
3350 },
3351 {
3352 "defaultMessage": "!!!All services",
3353 "end": {
3354 "column": 3,
3355 "line": 23
3356 },
3357 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3358 "id": "workspaceDrawer.allServices",
3359 "start": {
3360 "column": 15,
3361 "line": 20
3362 }
3363 },
3364 {
3365 "defaultMessage": "!!!Workspaces settings",
3366 "end": {
3367 "column": 3,
3368 "line": 27
3369 },
3370 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3371 "id": "workspaceDrawer.workspacesSettingsTooltip",
3372 "start": {
3373 "column": 29,
3374 "line": 24
3375 }
3376 },
3377 {
3378 "defaultMessage": "!!!Info about workspace feature",
3379 "end": {
3380 "column": 3,
3381 "line": 31
3382 },
3383 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3384 "id": "workspaceDrawer.workspaceFeatureInfo",
3385 "start": {
3386 "column": 24,
3387 "line": 28
3388 }
3389 },
3390 {
3391 "defaultMessage": "!!!Create your first workspace",
3392 "end": {
3393 "column": 3,
3394 "line": 35
3395 },
3396 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3397 "id": "workspaceDrawer.premiumCtaButtonLabel",
3398 "start": {
3399 "column": 25,
3400 "line": 32
3401 }
3402 },
3403 {
3404 "defaultMessage": "!!!Reactivate premium account",
3405 "end": {
3406 "column": 3,
3407 "line": 39
3408 },
3409 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3410 "id": "workspaceDrawer.reactivatePremiumAccountLabel",
3411 "start": {
3412 "column": 28,
3413 "line": 36
3414 }
3415 },
3416 {
3417 "defaultMessage": "!!!add new workspace",
3418 "end": {
3419 "column": 3,
3420 "line": 43
3421 },
3422 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3423 "id": "workspaceDrawer.addNewWorkspaceLabel",
3424 "start": {
3425 "column": 24,
3426 "line": 40
3427 }
3428 },
3429 {
3430 "defaultMessage": "!!!Premium feature",
3431 "end": {
3432 "column": 3,
3433 "line": 47
3434 },
3435 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3436 "id": "workspaceDrawer.proFeatureBadge",
3437 "start": {
3438 "column": 23,
3439 "line": 44
3440 }
3441 }
3442 ],
3443 "path": "src/features/workspaces/components/WorkspaceDrawer.json"
3444 },
3445 {
3446 "descriptors": [
3447 {
3448 "defaultMessage": "!!!No services added yet",
3449 "end": {
3450 "column": 3,
3451 "line": 15
3452 },
3453 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3454 "id": "workspaceDrawer.item.noServicesAddedYet",
3455 "start": {
3456 "column": 22,
3457 "line": 12
3458 }
3459 },
3460 {
3461 "defaultMessage": "!!!edit",
3462 "end": {
3463 "column": 3,
3464 "line": 19
3465 },
3466 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3467 "id": "workspaceDrawer.item.contextMenuEdit",
3468 "start": {
3469 "column": 19,
3470 "line": 16
3471 }
3472 }
3473 ],
3474 "path": "src/features/workspaces/components/WorkspaceDrawerItem.json"
3475 },
3476 {
3477 "descriptors": [
3478 {
3479 "defaultMessage": "!!!Your workspaces",
3480 "end": {
3481 "column": 3,
3482 "line": 20
3483 },
3484 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3485 "id": "settings.workspaces.headline",
3486 "start": {
3487 "column": 12,
3488 "line": 17
3489 }
3490 },
3491 {
3492 "defaultMessage": "!!!You haven't added any workspaces yet.",
3493 "end": {
3494 "column": 3,
3495 "line": 24
3496 },
3497 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3498 "id": "settings.workspaces.noWorkspacesAdded",
3499 "start": {
3500 "column": 19,
3501 "line": 21
3502 }
3503 },
3504 {
3505 "defaultMessage": "!!!Could not load your workspaces",
3506 "end": {
3507 "column": 3,
3508 "line": 28
3509 },
3510 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3511 "id": "settings.workspaces.workspacesRequestFailed",
3512 "start": {
3513 "column": 27,
3514 "line": 25
3515 }
3516 },
3517 {
3518 "defaultMessage": "!!!Try again",
3519 "end": {
3520 "column": 3,
3521 "line": 32
3522 },
3523 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3524 "id": "settings.workspaces.tryReloadWorkspaces",
3525 "start": {
3526 "column": 23,
3527 "line": 29
3528 }
3529 },
3530 {
3531 "defaultMessage": "!!!Your changes have been saved",
3532 "end": {
3533 "column": 3,
3534 "line": 36
3535 },
3536 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3537 "id": "settings.workspaces.updatedInfo",
3538 "start": {
3539 "column": 15,
3540 "line": 33
3541 }
3542 },
3543 {
3544 "defaultMessage": "!!!Workspace has been deleted",
3545 "end": {
3546 "column": 3,
3547 "line": 40
3548 },
3549 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3550 "id": "settings.workspaces.deletedInfo",
3551 "start": {
3552 "column": 15,
3553 "line": 37
3554 }
3555 },
3556 {
3557 "defaultMessage": "!!!Info about workspace feature",
3558 "end": {
3559 "column": 3,
3560 "line": 44
3561 },
3562 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3563 "id": "settings.workspaces.workspaceFeatureInfo",
3564 "start": {
3565 "column": 24,
3566 "line": 41
3567 }
3568 },
3569 {
3570 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces",
3571 "end": {
3572 "column": 3,
3573 "line": 48
3574 },
3575 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3576 "id": "settings.workspaces.workspaceFeatureHeadline",
3577 "start": {
3578 "column": 28,
3579 "line": 45
3580 }
3581 }
3582 ],
3583 "path": "src/features/workspaces/components/WorkspacesDashboard.json"
3584 },
3585 {
3586 "descriptors": [
3587 {
3588 "defaultMessage": "!!!Switching to",
3589 "end": {
3590 "column": 3,
3591 "line": 15
3592 },
3593 "file": "src/features/workspaces/components/WorkspaceSwitchingIndicator.js",
3594 "id": "workspaces.switchingIndicator.switchingTo",
3595 "start": {
3596 "column": 15,
3597 "line": 12
3598 }
3599 }
3600 ],
3601 "path": "src/features/workspaces/components/WorkspaceSwitchingIndicator.json"
3602 },
3603 {
3604 "descriptors": [
3605 {
3606 "defaultMessage": "!!!Field is required",
3607 "end": {
3608 "column": 3,
3609 "line": 7
3610 },
3611 "file": "src/helpers/validation-helpers.js",
3612 "id": "validation.required",
3613 "start": {
3614 "column": 12,
3615 "line": 4
3616 }
3617 },
3618 {
3619 "defaultMessage": "!!!Email not valid",
3620 "end": {
3621 "column": 3,
3622 "line": 11
3623 },
3624 "file": "src/helpers/validation-helpers.js",
3625 "id": "validation.email",
3626 "start": {
3627 "column": 9,
3628 "line": 8
3629 }
3630 },
3631 {
3632 "defaultMessage": "!!!Not a valid URL",
3633 "end": {
3634 "column": 3,
3635 "line": 15
3636 },
3637 "file": "src/helpers/validation-helpers.js",
3638 "id": "validation.url",
3639 "start": {
3640 "column": 7,
3641 "line": 12
3642 }
3643 },
3644 {
3645 "defaultMessage": "!!!Too few characters",
3646 "end": {
3647 "column": 3,
3648 "line": 19
3649 },
3650 "file": "src/helpers/validation-helpers.js",
3651 "id": "validation.minLength",
3652 "start": {
3653 "column": 13,
3654 "line": 16
3655 }
3656 },
3657 {
3658 "defaultMessage": "!!!At least one is required",
3659 "end": {
3660 "column": 3,
3661 "line": 23
3662 },
3663 "file": "src/helpers/validation-helpers.js",
3664 "id": "validation.oneRequired",
3665 "start": {
3666 "column": 15,
3667 "line": 20
3668 }
3669 }
3670 ],
3671 "path": "src/helpers/validation-helpers.json"
3672 },
3673 {
3674 "descriptors": [
3675 {
3676 "defaultMessage": "!!!Can't connect to Franz Online Services",
3677 "end": {
3678 "column": 3,
3679 "line": 7
3680 },
3681 "file": "src/i18n/globalMessages.js",
3682 "id": "global.api.unhealthy",
3683 "start": {
3684 "column": 16,
3685 "line": 4
3686 }
3687 },
3688 {
3689 "defaultMessage": "!!!You are not connected to the internet.",
3690 "end": {
3691 "column": 3,
3692 "line": 11
3693 },
3694 "file": "src/i18n/globalMessages.js",
3695 "id": "global.notConnectedToTheInternet",
3696 "start": {
3697 "column": 29,
3698 "line": 8
3699 }
3700 },
3701 {
3702 "defaultMessage": "!!!Spell checking language",
3703 "end": {
3704 "column": 3,
3705 "line": 15
3706 },
3707 "file": "src/i18n/globalMessages.js",
3708 "id": "global.spellchecking.language",
3709 "start": {
3710 "column": 24,
3711 "line": 12
3712 }
3713 },
3714 {
3715 "defaultMessage": "!!!Use System Default ({default})",
3716 "end": {
3717 "column": 3,
3718 "line": 19
3719 },
3720 "file": "src/i18n/globalMessages.js",
3721 "id": "global.spellchecker.useDefault",
3722 "start": {
3723 "column": 29,
3724 "line": 16
3725 }
3726 },
3727 {
3728 "defaultMessage": "!!!Detect language automatically",
3729 "end": {
3730 "column": 3,
3731 "line": 23
3732 },
3733 "file": "src/i18n/globalMessages.js",
3734 "id": "global.spellchecking.autodetect",
3735 "start": {
3736 "column": 34,
3737 "line": 20
3738 }
3739 },
3740 {
3741 "defaultMessage": "!!!Automatic",
3742 "end": {
3743 "column": 3,
3744 "line": 27
3745 },
3746 "file": "src/i18n/globalMessages.js",
3747 "id": "global.spellchecking.autodetect.short",
3748 "start": {
3749 "column": 39,
3750 "line": 24
3751 }
3752 }
3753 ],
3754 "path": "src/i18n/globalMessages.json"
3755 },
3756 {
3757 "descriptors": [
3758 {
3759 "defaultMessage": "!!!Edit",
3760 "end": {
3761 "column": 3,
3762 "line": 16
3763 },
3764 "file": "src/lib/Menu.js",
3765 "id": "menu.edit",
3766 "start": {
3767 "column": 8,
3768 "line": 13
3769 }
3770 },
3771 {
3772 "defaultMessage": "!!!Undo",
3773 "end": {
3774 "column": 3,
3775 "line": 20
3776 },
3777 "file": "src/lib/Menu.js",
3778 "id": "menu.edit.undo",
3779 "start": {
3780 "column": 8,
3781 "line": 17
3782 }
3783 },
3784 {
3785 "defaultMessage": "!!!Redo",
3786 "end": {
3787 "column": 3,
3788 "line": 24
3789 },
3790 "file": "src/lib/Menu.js",
3791 "id": "menu.edit.redo",
3792 "start": {
3793 "column": 8,
3794 "line": 21
3795 }
3796 },
3797 {
3798 "defaultMessage": "!!!Cut",
3799 "end": {
3800 "column": 3,
3801 "line": 28
3802 },
3803 "file": "src/lib/Menu.js",
3804 "id": "menu.edit.cut",
3805 "start": {
3806 "column": 7,
3807 "line": 25
3808 }
3809 },
3810 {
3811 "defaultMessage": "!!!Copy",
3812 "end": {
3813 "column": 3,
3814 "line": 32
3815 },
3816 "file": "src/lib/Menu.js",
3817 "id": "menu.edit.copy",
3818 "start": {
3819 "column": 8,
3820 "line": 29
3821 }
3822 },
3823 {
3824 "defaultMessage": "!!!Paste",
3825 "end": {
3826 "column": 3,
3827 "line": 36
3828 },
3829 "file": "src/lib/Menu.js",
3830 "id": "menu.edit.paste",
3831 "start": {
3832 "column": 9,
3833 "line": 33
3834 }
3835 },
3836 {
3837 "defaultMessage": "!!!Paste And Match Style",
3838 "end": {
3839 "column": 3,
3840 "line": 40
3841 },
3842 "file": "src/lib/Menu.js",
3843 "id": "menu.edit.pasteAndMatchStyle",
3844 "start": {
3845 "column": 22,
3846 "line": 37
3847 }
3848 },
3849 {
3850 "defaultMessage": "!!!Delete",
3851 "end": {
3852 "column": 3,
3853 "line": 44
3854 },
3855 "file": "src/lib/Menu.js",
3856 "id": "menu.edit.delete",
3857 "start": {
3858 "column": 10,
3859 "line": 41
3860 }
3861 },
3862 {
3863 "defaultMessage": "!!!Select All",
3864 "end": {
3865 "column": 3,
3866 "line": 48
3867 },
3868 "file": "src/lib/Menu.js",
3869 "id": "menu.edit.selectAll",
3870 "start": {
3871 "column": 13,
3872 "line": 45
3873 }
3874 },
3875 {
3876 "defaultMessage": "!!!Speech",
3877 "end": {
3878 "column": 3,
3879 "line": 52
3880 },
3881 "file": "src/lib/Menu.js",
3882 "id": "menu.edit.speech",
3883 "start": {
3884 "column": 10,
3885 "line": 49
3886 }
3887 },
3888 {
3889 "defaultMessage": "!!!Start Speaking",
3890 "end": {
3891 "column": 3,
3892 "line": 56
3893 },
3894 "file": "src/lib/Menu.js",
3895 "id": "menu.edit.startSpeaking",
3896 "start": {
3897 "column": 17,
3898 "line": 53
3899 }
3900 },
3901 {
3902 "defaultMessage": "!!!Stop Speaking",
3903 "end": {
3904 "column": 3,
3905 "line": 60
3906 },
3907 "file": "src/lib/Menu.js",
3908 "id": "menu.edit.stopSpeaking",
3909 "start": {
3910 "column": 16,
3911 "line": 57
3912 }
3913 },
3914 {
3915 "defaultMessage": "!!!Start Dictation",
3916 "end": {
3917 "column": 3,
3918 "line": 64
3919 },
3920 "file": "src/lib/Menu.js",
3921 "id": "menu.edit.startDictation",
3922 "start": {
3923 "column": 18,
3924 "line": 61
3925 }
3926 },
3927 {
3928 "defaultMessage": "!!!Emoji & Symbols",
3929 "end": {
3930 "column": 3,
3931 "line": 68
3932 },
3933 "file": "src/lib/Menu.js",
3934 "id": "menu.edit.emojiSymbols",
3935 "start": {
3936 "column": 16,
3937 "line": 65
3938 }
3939 },
3940 {
3941 "defaultMessage": "!!!Actual Size",
3942 "end": {
3943 "column": 3,
3944 "line": 72
3945 },
3946 "file": "src/lib/Menu.js",
3947 "id": "menu.view.resetZoom",
3948 "start": {
3949 "column": 13,
3950 "line": 69
3951 }
3952 },
3953 {
3954 "defaultMessage": "!!!Zoom In",
3955 "end": {
3956 "column": 3,
3957 "line": 76
3958 },
3959 "file": "src/lib/Menu.js",
3960 "id": "menu.view.zoomIn",
3961 "start": {
3962 "column": 10,
3963 "line": 73
3964 }
3965 },
3966 {
3967 "defaultMessage": "!!!Zoom Out",
3968 "end": {
3969 "column": 3,
3970 "line": 80
3971 },
3972 "file": "src/lib/Menu.js",
3973 "id": "menu.view.zoomOut",
3974 "start": {
3975 "column": 11,
3976 "line": 77
3977 }
3978 },
3979 {
3980 "defaultMessage": "!!!Enter Full Screen",
3981 "end": {
3982 "column": 3,
3983 "line": 84
3984 },
3985 "file": "src/lib/Menu.js",
3986 "id": "menu.view.enterFullScreen",
3987 "start": {
3988 "column": 19,
3989 "line": 81
3990 }
3991 },
3992 {
3993 "defaultMessage": "!!!Exit Full Screen",
3994 "end": {
3995 "column": 3,
3996 "line": 88
3997 },
3998 "file": "src/lib/Menu.js",
3999 "id": "menu.view.exitFullScreen",
4000 "start": {
4001 "column": 18,
4002 "line": 85
4003 }
4004 },
4005 {
4006 "defaultMessage": "!!!Toggle Full Screen",
4007 "end": {
4008 "column": 3,
4009 "line": 92
4010 },
4011 "file": "src/lib/Menu.js",
4012 "id": "menu.view.toggleFullScreen",
4013 "start": {
4014 "column": 20,
4015 "line": 89
4016 }
4017 },
4018 {
4019 "defaultMessage": "!!!Toggle Developer Tools",
4020 "end": {
4021 "column": 3,
4022 "line": 96
4023 },
4024 "file": "src/lib/Menu.js",
4025 "id": "menu.view.toggleDevTools",
4026 "start": {
4027 "column": 18,
4028 "line": 93
4029 }
4030 },
4031 {
4032 "defaultMessage": "!!!Toggle Service Developer Tools",
4033 "end": {
4034 "column": 3,
4035 "line": 100
4036 },
4037 "file": "src/lib/Menu.js",
4038 "id": "menu.view.toggleServiceDevTools",
4039 "start": {
4040 "column": 25,
4041 "line": 97
4042 }
4043 },
4044 {
4045 "defaultMessage": "!!!Reload Service",
4046 "end": {
4047 "column": 3,
4048 "line": 104
4049 },
4050 "file": "src/lib/Menu.js",
4051 "id": "menu.view.reloadService",
4052 "start": {
4053 "column": 17,
4054 "line": 101
4055 }
4056 },
4057 {
4058 "defaultMessage": "!!!Reload Franz",
4059 "end": {
4060 "column": 3,
4061 "line": 108
4062 },
4063 "file": "src/lib/Menu.js",
4064 "id": "menu.view.reloadFranz",
4065 "start": {
4066 "column": 15,
4067 "line": 105
4068 }
4069 },
4070 {
4071 "defaultMessage": "!!!Minimize",
4072 "end": {
4073 "column": 3,
4074 "line": 112
4075 },
4076 "file": "src/lib/Menu.js",
4077 "id": "menu.window.minimize",
4078 "start": {
4079 "column": 12,
4080 "line": 109
4081 }
4082 },
4083 {
4084 "defaultMessage": "!!!Close",
4085 "end": {
4086 "column": 3,
4087 "line": 116
4088 },
4089 "file": "src/lib/Menu.js",
4090 "id": "menu.window.close",
4091 "start": {
4092 "column": 9,
4093 "line": 113
4094 }
4095 },
4096 {
4097 "defaultMessage": "!!!Learn More",
4098 "end": {
4099 "column": 3,
4100 "line": 120
4101 },
4102 "file": "src/lib/Menu.js",
4103 "id": "menu.help.learnMore",
4104 "start": {
4105 "column": 13,
4106 "line": 117
4107 }
4108 },
4109 {
4110 "defaultMessage": "!!!Changelog",
4111 "end": {
4112 "column": 3,
4113 "line": 124
4114 },
4115 "file": "src/lib/Menu.js",
4116 "id": "menu.help.changelog",
4117 "start": {
4118 "column": 13,
4119 "line": 121
4120 }
4121 },
4122 {
4123 "defaultMessage": "!!!Support",
4124 "end": {
4125 "column": 3,
4126 "line": 128
4127 },
4128 "file": "src/lib/Menu.js",
4129 "id": "menu.help.support",
4130 "start": {
4131 "column": 11,
4132 "line": 125
4133 }
4134 },
4135 {
4136 "defaultMessage": "!!!Terms of Service",
4137 "end": {
4138 "column": 3,
4139 "line": 132
4140 },
4141 "file": "src/lib/Menu.js",
4142 "id": "menu.help.tos",
4143 "start": {
4144 "column": 7,
4145 "line": 129
4146 }
4147 },
4148 {
4149 "defaultMessage": "!!!Privacy Statement",
4150 "end": {
4151 "column": 3,
4152 "line": 136
4153 },
4154 "file": "src/lib/Menu.js",
4155 "id": "menu.help.privacy",
4156 "start": {
4157 "column": 11,
4158 "line": 133
4159 }
4160 },
4161 {
4162 "defaultMessage": "!!!File",
4163 "end": {
4164 "column": 3,
4165 "line": 140
4166 },
4167 "file": "src/lib/Menu.js",
4168 "id": "menu.file",
4169 "start": {
4170 "column": 8,
4171 "line": 137
4172 }
4173 },
4174 {
4175 "defaultMessage": "!!!View",
4176 "end": {
4177 "column": 3,
4178 "line": 144
4179 },
4180 "file": "src/lib/Menu.js",
4181 "id": "menu.view",
4182 "start": {
4183 "column": 8,
4184 "line": 141
4185 }
4186 },
4187 {
4188 "defaultMessage": "!!!Services",
4189 "end": {
4190 "column": 3,
4191 "line": 148
4192 },
4193 "file": "src/lib/Menu.js",
4194 "id": "menu.services",
4195 "start": {
4196 "column": 12,
4197 "line": 145
4198 }
4199 },
4200 {
4201 "defaultMessage": "!!!Window",
4202 "end": {
4203 "column": 3,
4204 "line": 152
4205 },
4206 "file": "src/lib/Menu.js",
4207 "id": "menu.window",
4208 "start": {
4209 "column": 10,
4210 "line": 149
4211 }
4212 },
4213 {
4214 "defaultMessage": "!!!Help",
4215 "end": {
4216 "column": 3,
4217 "line": 156
4218 },
4219 "file": "src/lib/Menu.js",
4220 "id": "menu.help",
4221 "start": {
4222 "column": 8,
4223 "line": 153
4224 }
4225 },
4226 {
4227 "defaultMessage": "!!!About Franz",
4228 "end": {
4229 "column": 3,
4230 "line": 160
4231 },
4232 "file": "src/lib/Menu.js",
4233 "id": "menu.app.about",
4234 "start": {
4235 "column": 9,
4236 "line": 157
4237 }
4238 },
4239 {
4240 "defaultMessage": "!!!Settings",
4241 "end": {
4242 "column": 3,
4243 "line": 164
4244 },
4245 "file": "src/lib/Menu.js",
4246 "id": "menu.app.settings",
4247 "start": {
4248 "column": 12,
4249 "line": 161
4250 }
4251 },
4252 {
4253 "defaultMessage": "!!!Hide",
4254 "end": {
4255 "column": 3,
4256 "line": 168
4257 },
4258 "file": "src/lib/Menu.js",
4259 "id": "menu.app.hide",
4260 "start": {
4261 "column": 8,
4262 "line": 165
4263 }
4264 },
4265 {
4266 "defaultMessage": "!!!Hide Others",
4267 "end": {
4268 "column": 3,
4269 "line": 172
4270 },
4271 "file": "src/lib/Menu.js",
4272 "id": "menu.app.hideOthers",
4273 "start": {
4274 "column": 14,
4275 "line": 169
4276 }
4277 },
4278 {
4279 "defaultMessage": "!!!Unhide",
4280 "end": {
4281 "column": 3,
4282 "line": 176
4283 },
4284 "file": "src/lib/Menu.js",
4285 "id": "menu.app.unhide",
4286 "start": {
4287 "column": 10,
4288 "line": 173
4289 }
4290 },
4291 {
4292 "defaultMessage": "!!!Quit",
4293 "end": {
4294 "column": 3,
4295 "line": 180
4296 },
4297 "file": "src/lib/Menu.js",
4298 "id": "menu.app.quit",
4299 "start": {
4300 "column": 8,
4301 "line": 177
4302 }
4303 },
4304 {
4305 "defaultMessage": "!!!Add New Service...",
4306 "end": {
4307 "column": 3,
4308 "line": 184
4309 },
4310 "file": "src/lib/Menu.js",
4311 "id": "menu.services.addNewService",
4312 "start": {
4313 "column": 17,
4314 "line": 181
4315 }
4316 },
4317 {
4318 "defaultMessage": "!!!Add New Workspace...",
4319 "end": {
4320 "column": 3,
4321 "line": 188
4322 },
4323 "file": "src/lib/Menu.js",
4324 "id": "menu.workspaces.addNewWorkspace",
4325 "start": {
4326 "column": 19,
4327 "line": 185
4328 }
4329 },
4330 {
4331 "defaultMessage": "!!!Open workspace drawer",
4332 "end": {
4333 "column": 3,
4334 "line": 192
4335 },
4336 "file": "src/lib/Menu.js",
4337 "id": "menu.workspaces.openWorkspaceDrawer",
4338 "start": {
4339 "column": 23,
4340 "line": 189
4341 }
4342 },
4343 {
4344 "defaultMessage": "!!!Close workspace drawer",
4345 "end": {
4346 "column": 3,
4347 "line": 196
4348 },
4349 "file": "src/lib/Menu.js",
4350 "id": "menu.workspaces.closeWorkspaceDrawer",
4351 "start": {
4352 "column": 24,
4353 "line": 193
4354 }
4355 },
4356 {
4357 "defaultMessage": "!!!Activate next service...",
4358 "end": {
4359 "column": 3,
4360 "line": 200
4361 },
4362 "file": "src/lib/Menu.js",
4363 "id": "menu.services.setNextServiceActive",
4364 "start": {
4365 "column": 23,
4366 "line": 197
4367 }
4368 },
4369 {
4370 "defaultMessage": "!!!Activate previous service...",
4371 "end": {
4372 "column": 3,
4373 "line": 204
4374 },
4375 "file": "src/lib/Menu.js",
4376 "id": "menu.services.activatePreviousService",
4377 "start": {
4378 "column": 27,
4379 "line": 201
4380 }
4381 },
4382 {
4383 "defaultMessage": "!!!Disable notifications & audio",
4384 "end": {
4385 "column": 3,
4386 "line": 208
4387 },
4388 "file": "src/lib/Menu.js",
4389 "id": "sidebar.muteApp",
4390 "start": {
4391 "column": 11,
4392 "line": 205
4393 }
4394 },
4395 {
4396 "defaultMessage": "!!!Enable notifications & audio",
4397 "end": {
4398 "column": 3,
4399 "line": 212
4400 },
4401 "file": "src/lib/Menu.js",
4402 "id": "sidebar.unmuteApp",
4403 "start": {
4404 "column": 13,
4405 "line": 209
4406 }
4407 },
4408 {
4409 "defaultMessage": "!!!Workspaces",
4410 "end": {
4411 "column": 3,
4412 "line": 216
4413 },
4414 "file": "src/lib/Menu.js",
4415 "id": "menu.workspaces",
4416 "start": {
4417 "column": 14,
4418 "line": 213
4419 }
4420 },
4421 {
4422 "defaultMessage": "!!!Default",
4423 "end": {
4424 "column": 3,
4425 "line": 220
4426 },
4427 "file": "src/lib/Menu.js",
4428 "id": "menu.workspaces.defaultWorkspace",
4429 "start": {
4430 "column": 20,
4431 "line": 217
4432 }
4433 }
4434 ],
4435 "path": "src/lib/Menu.json"
4436 }
4437] \ No newline at end of file
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a9d0f789d..70b869557 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,6 +1,7 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Franz {version}",
4 "feature.delayApp.action": "Get a Franz Supporter License", 5 "feature.delayApp.action": "Get a Franz Supporter License",
5 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting",
6 "feature.delayApp.text": "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text": "Franz will continue in {seconds} seconds.",
@@ -43,6 +44,7 @@
43 "login.submit.label": "Sign in", 44 "login.submit.label": "Sign in",
44 "login.tokenExpired": "Your session expired, please login again.", 45 "login.tokenExpired": "Your session expired, please login again.",
45 "menu.app.about": "About Franz", 46 "menu.app.about": "About Franz",
47 "menu.app.announcement": "What's new?",
46 "menu.app.hide": "Hide", 48 "menu.app.hide": "Hide",
47 "menu.app.hideOthers": "Hide Others", 49 "menu.app.hideOthers": "Hide Others",
48 "menu.app.quit": "Quit", 50 "menu.app.quit": "Quit",