aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json4603
1 files changed, 4603 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
new file mode 100644
index 000000000..632eb38fd
--- /dev/null
+++ b/src/i18n/locales/defaultMessages.json
@@ -0,0 +1,4603 @@
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": 30
629 },
630 "file": "src/components/layout/AppLayout.js",
631 "id": "infobar.servicesUpdated",
632 "start": {
633 "column": 19,
634 "line": 27
635 }
636 },
637 {
638 "defaultMessage": "!!!A new update for Franz is available.",
639 "end": {
640 "column": 3,
641 "line": 34
642 },
643 "file": "src/components/layout/AppLayout.js",
644 "id": "infobar.updateAvailable",
645 "start": {
646 "column": 19,
647 "line": 31
648 }
649 },
650 {
651 "defaultMessage": "!!!Reload services",
652 "end": {
653 "column": 3,
654 "line": 38
655 },
656 "file": "src/components/layout/AppLayout.js",
657 "id": "infobar.buttonReloadServices",
658 "start": {
659 "column": 24,
660 "line": 35
661 }
662 },
663 {
664 "defaultMessage": "!!!Changelog",
665 "end": {
666 "column": 3,
667 "line": 42
668 },
669 "file": "src/components/layout/AppLayout.js",
670 "id": "infobar.buttonChangelog",
671 "start": {
672 "column": 13,
673 "line": 39
674 }
675 },
676 {
677 "defaultMessage": "!!!Restart & install update",
678 "end": {
679 "column": 3,
680 "line": 46
681 },
682 "file": "src/components/layout/AppLayout.js",
683 "id": "infobar.buttonInstallUpdate",
684 "start": {
685 "column": 23,
686 "line": 43
687 }
688 },
689 {
690 "defaultMessage": "!!!Could not load services and user information",
691 "end": {
692 "column": 3,
693 "line": 50
694 },
695 "file": "src/components/layout/AppLayout.js",
696 "id": "infobar.requiredRequestsFailed",
697 "start": {
698 "column": 26,
699 "line": 47
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": 17
1106 },
1107 "file": "src/components/settings/account/AccountDashboard.js",
1108 "id": "settings.account.headline",
1109 "start": {
1110 "column": 12,
1111 "line": 14
1112 }
1113 },
1114 {
1115 "defaultMessage": "!!!Your Subscription",
1116 "end": {
1117 "column": 3,
1118 "line": 21
1119 },
1120 "file": "src/components/settings/account/AccountDashboard.js",
1121 "id": "settings.account.headlineSubscription",
1122 "start": {
1123 "column": 24,
1124 "line": 18
1125 }
1126 },
1127 {
1128 "defaultMessage": "!!!Upgrade your Account",
1129 "end": {
1130 "column": 3,
1131 "line": 25
1132 },
1133 "file": "src/components/settings/account/AccountDashboard.js",
1134 "id": "settings.account.headlineUpgrade",
1135 "start": {
1136 "column": 19,
1137 "line": 22
1138 }
1139 },
1140 {
1141 "defaultMessage": "!!Danger Zone",
1142 "end": {
1143 "column": 3,
1144 "line": 29
1145 },
1146 "file": "src/components/settings/account/AccountDashboard.js",
1147 "id": "settings.account.headlineDangerZone",
1148 "start": {
1149 "column": 22,
1150 "line": 26
1151 }
1152 },
1153 {
1154 "defaultMessage": "!!!Manage your subscription",
1155 "end": {
1156 "column": 3,
1157 "line": 33
1158 },
1159 "file": "src/components/settings/account/AccountDashboard.js",
1160 "id": "settings.account.manageSubscription.label",
1161 "start": {
1162 "column": 33,
1163 "line": 30
1164 }
1165 },
1166 {
1167 "defaultMessage": "!!!Basic Account",
1168 "end": {
1169 "column": 3,
1170 "line": 37
1171 },
1172 "file": "src/components/settings/account/AccountDashboard.js",
1173 "id": "settings.account.accountType.basic",
1174 "start": {
1175 "column": 20,
1176 "line": 34
1177 }
1178 },
1179 {
1180 "defaultMessage": "!!!Premium Supporter Account",
1181 "end": {
1182 "column": 3,
1183 "line": 41
1184 },
1185 "file": "src/components/settings/account/AccountDashboard.js",
1186 "id": "settings.account.accountType.premium",
1187 "start": {
1188 "column": 22,
1189 "line": 38
1190 }
1191 },
1192 {
1193 "defaultMessage": "!!!Edit Account",
1194 "end": {
1195 "column": 3,
1196 "line": 45
1197 },
1198 "file": "src/components/settings/account/AccountDashboard.js",
1199 "id": "settings.account.account.editButton",
1200 "start": {
1201 "column": 21,
1202 "line": 42
1203 }
1204 },
1205 {
1206 "defaultMessage": "!!Invoices",
1207 "end": {
1208 "column": 3,
1209 "line": 49
1210 },
1211 "file": "src/components/settings/account/AccountDashboard.js",
1212 "id": "settings.account.headlineInvoices",
1213 "start": {
1214 "column": 18,
1215 "line": 46
1216 }
1217 },
1218 {
1219 "defaultMessage": "!!!Download",
1220 "end": {
1221 "column": 3,
1222 "line": 53
1223 },
1224 "file": "src/components/settings/account/AccountDashboard.js",
1225 "id": "settings.account.invoiceDownload",
1226 "start": {
1227 "column": 19,
1228 "line": 50
1229 }
1230 },
1231 {
1232 "defaultMessage": "!!!Could not load user information",
1233 "end": {
1234 "column": 3,
1235 "line": 57
1236 },
1237 "file": "src/components/settings/account/AccountDashboard.js",
1238 "id": "settings.account.userInfoRequestFailed",
1239 "start": {
1240 "column": 25,
1241 "line": 54
1242 }
1243 },
1244 {
1245 "defaultMessage": "!!!Try again",
1246 "end": {
1247 "column": 3,
1248 "line": 61
1249 },
1250 "file": "src/components/settings/account/AccountDashboard.js",
1251 "id": "settings.account.tryReloadUserInfoRequest",
1252 "start": {
1253 "column": 28,
1254 "line": 58
1255 }
1256 },
1257 {
1258 "defaultMessage": "!!!Delete account",
1259 "end": {
1260 "column": 3,
1261 "line": 65
1262 },
1263 "file": "src/components/settings/account/AccountDashboard.js",
1264 "id": "settings.account.deleteAccount",
1265 "start": {
1266 "column": 17,
1267 "line": 62
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": 69
1275 },
1276 "file": "src/components/settings/account/AccountDashboard.js",
1277 "id": "settings.account.deleteInfo",
1278 "start": {
1279 "column": 14,
1280 "line": 66
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": 73
1288 },
1289 "file": "src/components/settings/account/AccountDashboard.js",
1290 "id": "settings.account.deleteEmailSent",
1291 "start": {
1292 "column": 19,
1293 "line": 70
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": 16
1306 },
1307 "file": "src/components/settings/navigation/SettingsNavigation.js",
1308 "id": "settings.navigation.availableServices",
1309 "start": {
1310 "column": 21,
1311 "line": 13
1312 }
1313 },
1314 {
1315 "defaultMessage": "!!!Your services",
1316 "end": {
1317 "column": 3,
1318 "line": 20
1319 },
1320 "file": "src/components/settings/navigation/SettingsNavigation.js",
1321 "id": "settings.navigation.yourServices",
1322 "start": {
1323 "column": 16,
1324 "line": 17
1325 }
1326 },
1327 {
1328 "defaultMessage": "!!!Your workspaces",
1329 "end": {
1330 "column": 3,
1331 "line": 24
1332 },
1333 "file": "src/components/settings/navigation/SettingsNavigation.js",
1334 "id": "settings.navigation.yourWorkspaces",
1335 "start": {
1336 "column": 18,
1337 "line": 21
1338 }
1339 },
1340 {
1341 "defaultMessage": "!!!Account",
1342 "end": {
1343 "column": 3,
1344 "line": 28
1345 },
1346 "file": "src/components/settings/navigation/SettingsNavigation.js",
1347 "id": "settings.navigation.account",
1348 "start": {
1349 "column": 11,
1350 "line": 25
1351 }
1352 },
1353 {
1354 "defaultMessage": "!!!Manage Team",
1355 "end": {
1356 "column": 3,
1357 "line": 32
1358 },
1359 "file": "src/components/settings/navigation/SettingsNavigation.js",
1360 "id": "settings.navigation.team",
1361 "start": {
1362 "column": 8,
1363 "line": 29
1364 }
1365 },
1366 {
1367 "defaultMessage": "!!!Settings",
1368 "end": {
1369 "column": 3,
1370 "line": 36
1371 },
1372 "file": "src/components/settings/navigation/SettingsNavigation.js",
1373 "id": "settings.navigation.settings",
1374 "start": {
1375 "column": 12,
1376 "line": 33
1377 }
1378 },
1379 {
1380 "defaultMessage": "!!!Invite Friends",
1381 "end": {
1382 "column": 3,
1383 "line": 40
1384 },
1385 "file": "src/components/settings/navigation/SettingsNavigation.js",
1386 "id": "settings.navigation.inviteFriends",
1387 "start": {
1388 "column": 17,
1389 "line": 37
1390 }
1391 },
1392 {
1393 "defaultMessage": "!!!Logout",
1394 "end": {
1395 "column": 3,
1396 "line": 44
1397 },
1398 "file": "src/components/settings/navigation/SettingsNavigation.js",
1399 "id": "settings.navigation.logout",
1400 "start": {
1401 "column": 10,
1402 "line": 41
1403 }
1404 }
1405 ],
1406 "path": "src/components/settings/navigation/SettingsNavigation.json"
1407 },
1408 {
1409 "descriptors": [
1410 {
1411 "defaultMessage": "!!!Available Services",
1412 "end": {
1413 "column": 3,
1414 "line": 18
1415 },
1416 "file": "src/components/settings/recipes/RecipesDashboard.js",
1417 "id": "settings.recipes.headline",
1418 "start": {
1419 "column": 12,
1420 "line": 15
1421 }
1422 },
1423 {
1424 "defaultMessage": "!!!Search service",
1425 "end": {
1426 "column": 3,
1427 "line": 22
1428 },
1429 "file": "src/components/settings/recipes/RecipesDashboard.js",
1430 "id": "settings.searchService",
1431 "start": {
1432 "column": 17,
1433 "line": 19
1434 }
1435 },
1436 {
1437 "defaultMessage": "!!!Most popular",
1438 "end": {
1439 "column": 3,
1440 "line": 26
1441 },
1442 "file": "src/components/settings/recipes/RecipesDashboard.js",
1443 "id": "settings.recipes.mostPopular",
1444 "start": {
1445 "column": 22,
1446 "line": 23
1447 }
1448 },
1449 {
1450 "defaultMessage": "!!!All services",
1451 "end": {
1452 "column": 3,
1453 "line": 30
1454 },
1455 "file": "src/components/settings/recipes/RecipesDashboard.js",
1456 "id": "settings.recipes.all",
1457 "start": {
1458 "column": 14,
1459 "line": 27
1460 }
1461 },
1462 {
1463 "defaultMessage": "!!!Development",
1464 "end": {
1465 "column": 3,
1466 "line": 34
1467 },
1468 "file": "src/components/settings/recipes/RecipesDashboard.js",
1469 "id": "settings.recipes.dev",
1470 "start": {
1471 "column": 14,
1472 "line": 31
1473 }
1474 },
1475 {
1476 "defaultMessage": "!!!Sorry, but no service matched your search term.",
1477 "end": {
1478 "column": 3,
1479 "line": 38
1480 },
1481 "file": "src/components/settings/recipes/RecipesDashboard.js",
1482 "id": "settings.recipes.nothingFound",
1483 "start": {
1484 "column": 16,
1485 "line": 35
1486 }
1487 },
1488 {
1489 "defaultMessage": "!!!Service successfully added",
1490 "end": {
1491 "column": 3,
1492 "line": 42
1493 },
1494 "file": "src/components/settings/recipes/RecipesDashboard.js",
1495 "id": "settings.recipes.servicesSuccessfulAddedInfo",
1496 "start": {
1497 "column": 31,
1498 "line": 39
1499 }
1500 },
1501 {
1502 "defaultMessage": "!!!Missing a service?",
1503 "end": {
1504 "column": 3,
1505 "line": 46
1506 },
1507 "file": "src/components/settings/recipes/RecipesDashboard.js",
1508 "id": "settings.recipes.missingService",
1509 "start": {
1510 "column": 18,
1511 "line": 43
1512 }
1513 }
1514 ],
1515 "path": "src/components/settings/recipes/RecipesDashboard.json"
1516 },
1517 {
1518 "descriptors": [
1519 {
1520 "defaultMessage": "!!!Save service",
1521 "end": {
1522 "column": 3,
1523 "line": 25
1524 },
1525 "file": "src/components/settings/services/EditServiceForm.js",
1526 "id": "settings.service.form.saveButton",
1527 "start": {
1528 "column": 15,
1529 "line": 22
1530 }
1531 },
1532 {
1533 "defaultMessage": "!!!Delete Service",
1534 "end": {
1535 "column": 3,
1536 "line": 29
1537 },
1538 "file": "src/components/settings/services/EditServiceForm.js",
1539 "id": "settings.service.form.deleteButton",
1540 "start": {
1541 "column": 17,
1542 "line": 26
1543 }
1544 },
1545 {
1546 "defaultMessage": "!!!Available services",
1547 "end": {
1548 "column": 3,
1549 "line": 33
1550 },
1551 "file": "src/components/settings/services/EditServiceForm.js",
1552 "id": "settings.service.form.availableServices",
1553 "start": {
1554 "column": 21,
1555 "line": 30
1556 }
1557 },
1558 {
1559 "defaultMessage": "!!!Your services",
1560 "end": {
1561 "column": 3,
1562 "line": 37
1563 },
1564 "file": "src/components/settings/services/EditServiceForm.js",
1565 "id": "settings.service.form.yourServices",
1566 "start": {
1567 "column": 16,
1568 "line": 34
1569 }
1570 },
1571 {
1572 "defaultMessage": "!!!Add {name}",
1573 "end": {
1574 "column": 3,
1575 "line": 41
1576 },
1577 "file": "src/components/settings/services/EditServiceForm.js",
1578 "id": "settings.service.form.addServiceHeadline",
1579 "start": {
1580 "column": 22,
1581 "line": 38
1582 }
1583 },
1584 {
1585 "defaultMessage": "!!!Edit {name}",
1586 "end": {
1587 "column": 3,
1588 "line": 45
1589 },
1590 "file": "src/components/settings/services/EditServiceForm.js",
1591 "id": "settings.service.form.editServiceHeadline",
1592 "start": {
1593 "column": 23,
1594 "line": 42
1595 }
1596 },
1597 {
1598 "defaultMessage": "!!!Hosted",
1599 "end": {
1600 "column": 3,
1601 "line": 49
1602 },
1603 "file": "src/components/settings/services/EditServiceForm.js",
1604 "id": "settings.service.form.tabHosted",
1605 "start": {
1606 "column": 13,
1607 "line": 46
1608 }
1609 },
1610 {
1611 "defaultMessage": "!!!Self hosted ⭐️",
1612 "end": {
1613 "column": 3,
1614 "line": 53
1615 },
1616 "file": "src/components/settings/services/EditServiceForm.js",
1617 "id": "settings.service.form.tabOnPremise",
1618 "start": {
1619 "column": 16,
1620 "line": 50
1621 }
1622 },
1623 {
1624 "defaultMessage": "!!!Use the hosted {name} service.",
1625 "end": {
1626 "column": 3,
1627 "line": 57
1628 },
1629 "file": "src/components/settings/services/EditServiceForm.js",
1630 "id": "settings.service.form.useHostedService",
1631 "start": {
1632 "column": 20,
1633 "line": 54
1634 }
1635 },
1636 {
1637 "defaultMessage": "!!!Could not validate custom {name} server.",
1638 "end": {
1639 "column": 3,
1640 "line": 61
1641 },
1642 "file": "src/components/settings/services/EditServiceForm.js",
1643 "id": "settings.service.form.customUrlValidationError",
1644 "start": {
1645 "column": 28,
1646 "line": 58
1647 }
1648 },
1649 {
1650 "defaultMessage": "!!!To add self hosted services, you need a Franz Premium Supporter Account.",
1651 "end": {
1652 "column": 3,
1653 "line": 65
1654 },
1655 "file": "src/components/settings/services/EditServiceForm.js",
1656 "id": "settings.service.form.customUrlPremiumInfo",
1657 "start": {
1658 "column": 24,
1659 "line": 62
1660 }
1661 },
1662 {
1663 "defaultMessage": "!!!Upgrade your account",
1664 "end": {
1665 "column": 3,
1666 "line": 69
1667 },
1668 "file": "src/components/settings/services/EditServiceForm.js",
1669 "id": "settings.service.form.customUrlUpgradeAccount",
1670 "start": {
1671 "column": 27,
1672 "line": 66
1673 }
1674 },
1675 {
1676 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
1677 "end": {
1678 "column": 3,
1679 "line": 73
1680 },
1681 "file": "src/components/settings/services/EditServiceForm.js",
1682 "id": "settings.service.form.indirectMessageInfo",
1683 "start": {
1684 "column": 23,
1685 "line": 70
1686 }
1687 },
1688 {
1689 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
1690 "end": {
1691 "column": 3,
1692 "line": 77
1693 },
1694 "file": "src/components/settings/services/EditServiceForm.js",
1695 "id": "settings.service.form.isMutedInfo",
1696 "start": {
1697 "column": 15,
1698 "line": 74
1699 }
1700 },
1701 {
1702 "defaultMessage": "!!!Notifications",
1703 "end": {
1704 "column": 3,
1705 "line": 81
1706 },
1707 "file": "src/components/settings/services/EditServiceForm.js",
1708 "id": "settings.service.form.headlineNotifications",
1709 "start": {
1710 "column": 25,
1711 "line": 78
1712 }
1713 },
1714 {
1715 "defaultMessage": "!!!Unread message badges",
1716 "end": {
1717 "column": 3,
1718 "line": 85
1719 },
1720 "file": "src/components/settings/services/EditServiceForm.js",
1721 "id": "settings.service.form.headlineBadges",
1722 "start": {
1723 "column": 18,
1724 "line": 82
1725 }
1726 },
1727 {
1728 "defaultMessage": "!!!General",
1729 "end": {
1730 "column": 3,
1731 "line": 89
1732 },
1733 "file": "src/components/settings/services/EditServiceForm.js",
1734 "id": "settings.service.form.headlineGeneral",
1735 "start": {
1736 "column": 19,
1737 "line": 86
1738 }
1739 },
1740 {
1741 "defaultMessage": "!!!Delete",
1742 "end": {
1743 "column": 3,
1744 "line": 93
1745 },
1746 "file": "src/components/settings/services/EditServiceForm.js",
1747 "id": "settings.service.form.iconDelete",
1748 "start": {
1749 "column": 14,
1750 "line": 90
1751 }
1752 },
1753 {
1754 "defaultMessage": "!!!Drop your image, or click here",
1755 "end": {
1756 "column": 3,
1757 "line": 97
1758 },
1759 "file": "src/components/settings/services/EditServiceForm.js",
1760 "id": "settings.service.form.iconUpload",
1761 "start": {
1762 "column": 14,
1763 "line": 94
1764 }
1765 },
1766 {
1767 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
1768 "end": {
1769 "column": 3,
1770 "line": 101
1771 },
1772 "file": "src/components/settings/services/EditServiceForm.js",
1773 "id": "settings.service.form.proxy.headline",
1774 "start": {
1775 "column": 17,
1776 "line": 98
1777 }
1778 },
1779 {
1780 "defaultMessage": "!!!Please restart Franz after changing proxy Settings.",
1781 "end": {
1782 "column": 3,
1783 "line": 105
1784 },
1785 "file": "src/components/settings/services/EditServiceForm.js",
1786 "id": "settings.service.form.proxy.restartInfo",
1787 "start": {
1788 "column": 20,
1789 "line": 102
1790 }
1791 },
1792 {
1793 "defaultMessage": "!!!Proxy settings will not be synchronized with the Franz servers.",
1794 "end": {
1795 "column": 3,
1796 "line": 109
1797 },
1798 "file": "src/components/settings/services/EditServiceForm.js",
1799 "id": "settings.service.form.proxy.info",
1800 "start": {
1801 "column": 13,
1802 "line": 106
1803 }
1804 }
1805 ],
1806 "path": "src/components/settings/services/EditServiceForm.json"
1807 },
1808 {
1809 "descriptors": [
1810 {
1811 "defaultMessage": "!!!Error",
1812 "end": {
1813 "column": 3,
1814 "line": 13
1815 },
1816 "file": "src/components/settings/services/ServiceError.js",
1817 "id": "settings.service.error.headline",
1818 "start": {
1819 "column": 12,
1820 "line": 10
1821 }
1822 },
1823 {
1824 "defaultMessage": "!!!Back to services",
1825 "end": {
1826 "column": 3,
1827 "line": 17
1828 },
1829 "file": "src/components/settings/services/ServiceError.js",
1830 "id": "settings.service.error.goBack",
1831 "start": {
1832 "column": 10,
1833 "line": 14
1834 }
1835 },
1836 {
1837 "defaultMessage": "!!!Available services",
1838 "end": {
1839 "column": 3,
1840 "line": 21
1841 },
1842 "file": "src/components/settings/services/ServiceError.js",
1843 "id": "settings.service.form.availableServices",
1844 "start": {
1845 "column": 21,
1846 "line": 18
1847 }
1848 },
1849 {
1850 "defaultMessage": "!!!Could not load service recipe.",
1851 "end": {
1852 "column": 3,
1853 "line": 25
1854 },
1855 "file": "src/components/settings/services/ServiceError.js",
1856 "id": "settings.service.error.message",
1857 "start": {
1858 "column": 16,
1859 "line": 22
1860 }
1861 }
1862 ],
1863 "path": "src/components/settings/services/ServiceError.json"
1864 },
1865 {
1866 "descriptors": [
1867 {
1868 "defaultMessage": "!!!Service is disabled",
1869 "end": {
1870 "column": 3,
1871 "line": 14
1872 },
1873 "file": "src/components/settings/services/ServiceItem.js",
1874 "id": "settings.services.tooltip.isDisabled",
1875 "start": {
1876 "column": 21,
1877 "line": 11
1878 }
1879 },
1880 {
1881 "defaultMessage": "!!!Notifications are disabled",
1882 "end": {
1883 "column": 3,
1884 "line": 18
1885 },
1886 "file": "src/components/settings/services/ServiceItem.js",
1887 "id": "settings.services.tooltip.notificationsDisabled",
1888 "start": {
1889 "column": 32,
1890 "line": 15
1891 }
1892 },
1893 {
1894 "defaultMessage": "!!!All sounds are muted",
1895 "end": {
1896 "column": 3,
1897 "line": 22
1898 },
1899 "file": "src/components/settings/services/ServiceItem.js",
1900 "id": "settings.services.tooltip.isMuted",
1901 "start": {
1902 "column": 18,
1903 "line": 19
1904 }
1905 }
1906 ],
1907 "path": "src/components/settings/services/ServiceItem.json"
1908 },
1909 {
1910 "descriptors": [
1911 {
1912 "defaultMessage": "!!!Your services",
1913 "end": {
1914 "column": 3,
1915 "line": 17
1916 },
1917 "file": "src/components/settings/services/ServicesDashboard.js",
1918 "id": "settings.services.headline",
1919 "start": {
1920 "column": 12,
1921 "line": 14
1922 }
1923 },
1924 {
1925 "defaultMessage": "!!!Search service",
1926 "end": {
1927 "column": 3,
1928 "line": 21
1929 },
1930 "file": "src/components/settings/services/ServicesDashboard.js",
1931 "id": "settings.searchService",
1932 "start": {
1933 "column": 17,
1934 "line": 18
1935 }
1936 },
1937 {
1938 "defaultMessage": "!!!You haven't added any services yet.",
1939 "end": {
1940 "column": 3,
1941 "line": 25
1942 },
1943 "file": "src/components/settings/services/ServicesDashboard.js",
1944 "id": "settings.services.noServicesAdded",
1945 "start": {
1946 "column": 19,
1947 "line": 22
1948 }
1949 },
1950 {
1951 "defaultMessage": "!!!Sorry, but no service matched your search term.",
1952 "end": {
1953 "column": 3,
1954 "line": 29
1955 },
1956 "file": "src/components/settings/services/ServicesDashboard.js",
1957 "id": "settings.recipes.nothingFound",
1958 "start": {
1959 "column": 18,
1960 "line": 26
1961 }
1962 },
1963 {
1964 "defaultMessage": "!!!Discover services",
1965 "end": {
1966 "column": 3,
1967 "line": 33
1968 },
1969 "file": "src/components/settings/services/ServicesDashboard.js",
1970 "id": "settings.services.discoverServices",
1971 "start": {
1972 "column": 20,
1973 "line": 30
1974 }
1975 },
1976 {
1977 "defaultMessage": "!!!Could not load your services",
1978 "end": {
1979 "column": 3,
1980 "line": 37
1981 },
1982 "file": "src/components/settings/services/ServicesDashboard.js",
1983 "id": "settings.services.servicesRequestFailed",
1984 "start": {
1985 "column": 25,
1986 "line": 34
1987 }
1988 },
1989 {
1990 "defaultMessage": "!!!Try again",
1991 "end": {
1992 "column": 3,
1993 "line": 41
1994 },
1995 "file": "src/components/settings/services/ServicesDashboard.js",
1996 "id": "settings.account.tryReloadServices",
1997 "start": {
1998 "column": 21,
1999 "line": 38
2000 }
2001 },
2002 {
2003 "defaultMessage": "!!!Your changes have been saved",
2004 "end": {
2005 "column": 3,
2006 "line": 45
2007 },
2008 "file": "src/components/settings/services/ServicesDashboard.js",
2009 "id": "settings.services.updatedInfo",
2010 "start": {
2011 "column": 15,
2012 "line": 42
2013 }
2014 },
2015 {
2016 "defaultMessage": "!!!Service has been deleted",
2017 "end": {
2018 "column": 3,
2019 "line": 49
2020 },
2021 "file": "src/components/settings/services/ServicesDashboard.js",
2022 "id": "settings.services.deletedInfo",
2023 "start": {
2024 "column": 15,
2025 "line": 46
2026 }
2027 }
2028 ],
2029 "path": "src/components/settings/services/ServicesDashboard.json"
2030 },
2031 {
2032 "descriptors": [
2033 {
2034 "defaultMessage": "!!!Settings",
2035 "end": {
2036 "column": 3,
2037 "line": 19
2038 },
2039 "file": "src/components/settings/settings/EditSettingsForm.js",
2040 "id": "settings.app.headline",
2041 "start": {
2042 "column": 12,
2043 "line": 16
2044 }
2045 },
2046 {
2047 "defaultMessage": "!!!General",
2048 "end": {
2049 "column": 3,
2050 "line": 23
2051 },
2052 "file": "src/components/settings/settings/EditSettingsForm.js",
2053 "id": "settings.app.headlineGeneral",
2054 "start": {
2055 "column": 19,
2056 "line": 20
2057 }
2058 },
2059 {
2060 "defaultMessage": "!!!Language",
2061 "end": {
2062 "column": 3,
2063 "line": 27
2064 },
2065 "file": "src/components/settings/settings/EditSettingsForm.js",
2066 "id": "settings.app.headlineLanguage",
2067 "start": {
2068 "column": 20,
2069 "line": 24
2070 }
2071 },
2072 {
2073 "defaultMessage": "!!!Updates",
2074 "end": {
2075 "column": 3,
2076 "line": 31
2077 },
2078 "file": "src/components/settings/settings/EditSettingsForm.js",
2079 "id": "settings.app.headlineUpdates",
2080 "start": {
2081 "column": 19,
2082 "line": 28
2083 }
2084 },
2085 {
2086 "defaultMessage": "!!!Appearance",
2087 "end": {
2088 "column": 3,
2089 "line": 35
2090 },
2091 "file": "src/components/settings/settings/EditSettingsForm.js",
2092 "id": "settings.app.headlineAppearance",
2093 "start": {
2094 "column": 22,
2095 "line": 32
2096 }
2097 },
2098 {
2099 "defaultMessage": "!!!Advanced",
2100 "end": {
2101 "column": 3,
2102 "line": 39
2103 },
2104 "file": "src/components/settings/settings/EditSettingsForm.js",
2105 "id": "settings.app.headlineAdvanced",
2106 "start": {
2107 "column": 20,
2108 "line": 36
2109 }
2110 },
2111 {
2112 "defaultMessage": "!!!Help us to translate Franz into your language.",
2113 "end": {
2114 "column": 3,
2115 "line": 43
2116 },
2117 "file": "src/components/settings/settings/EditSettingsForm.js",
2118 "id": "settings.app.translationHelp",
2119 "start": {
2120 "column": 19,
2121 "line": 40
2122 }
2123 },
2124 {
2125 "defaultMessage": "!!!Cache",
2126 "end": {
2127 "column": 3,
2128 "line": 47
2129 },
2130 "file": "src/components/settings/settings/EditSettingsForm.js",
2131 "id": "settings.app.subheadlineCache",
2132 "start": {
2133 "column": 20,
2134 "line": 44
2135 }
2136 },
2137 {
2138 "defaultMessage": "!!!Franz cache is currently using {size} of disk space.",
2139 "end": {
2140 "column": 3,
2141 "line": 51
2142 },
2143 "file": "src/components/settings/settings/EditSettingsForm.js",
2144 "id": "settings.app.cacheInfo",
2145 "start": {
2146 "column": 13,
2147 "line": 48
2148 }
2149 },
2150 {
2151 "defaultMessage": "!!!Clear cache",
2152 "end": {
2153 "column": 3,
2154 "line": 55
2155 },
2156 "file": "src/components/settings/settings/EditSettingsForm.js",
2157 "id": "settings.app.buttonClearAllCache",
2158 "start": {
2159 "column": 23,
2160 "line": 52
2161 }
2162 },
2163 {
2164 "defaultMessage": "!!!Check for updates",
2165 "end": {
2166 "column": 3,
2167 "line": 59
2168 },
2169 "file": "src/components/settings/settings/EditSettingsForm.js",
2170 "id": "settings.app.buttonSearchForUpdate",
2171 "start": {
2172 "column": 25,
2173 "line": 56
2174 }
2175 },
2176 {
2177 "defaultMessage": "!!!Restart & install update",
2178 "end": {
2179 "column": 3,
2180 "line": 63
2181 },
2182 "file": "src/components/settings/settings/EditSettingsForm.js",
2183 "id": "settings.app.buttonInstallUpdate",
2184 "start": {
2185 "column": 23,
2186 "line": 60
2187 }
2188 },
2189 {
2190 "defaultMessage": "!!!Is searching for update",
2191 "end": {
2192 "column": 3,
2193 "line": 67
2194 },
2195 "file": "src/components/settings/settings/EditSettingsForm.js",
2196 "id": "settings.app.updateStatusSearching",
2197 "start": {
2198 "column": 25,
2199 "line": 64
2200 }
2201 },
2202 {
2203 "defaultMessage": "!!!Update available, downloading...",
2204 "end": {
2205 "column": 3,
2206 "line": 71
2207 },
2208 "file": "src/components/settings/settings/EditSettingsForm.js",
2209 "id": "settings.app.updateStatusAvailable",
2210 "start": {
2211 "column": 25,
2212 "line": 68
2213 }
2214 },
2215 {
2216 "defaultMessage": "!!!You are using the latest version of Franz",
2217 "end": {
2218 "column": 3,
2219 "line": 75
2220 },
2221 "file": "src/components/settings/settings/EditSettingsForm.js",
2222 "id": "settings.app.updateStatusUpToDate",
2223 "start": {
2224 "column": 24,
2225 "line": 72
2226 }
2227 },
2228 {
2229 "defaultMessage": "!!!Current version:",
2230 "end": {
2231 "column": 3,
2232 "line": 79
2233 },
2234 "file": "src/components/settings/settings/EditSettingsForm.js",
2235 "id": "settings.app.currentVersion",
2236 "start": {
2237 "column": 18,
2238 "line": 76
2239 }
2240 },
2241 {
2242 "defaultMessage": "!!!Changes require restart",
2243 "end": {
2244 "column": 3,
2245 "line": 83
2246 },
2247 "file": "src/components/settings/settings/EditSettingsForm.js",
2248 "id": "settings.app.restartRequired",
2249 "start": {
2250 "column": 29,
2251 "line": 80
2252 }
2253 },
2254 {
2255 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
2256 "end": {
2257 "column": 3,
2258 "line": 87
2259 },
2260 "file": "src/components/settings/settings/EditSettingsForm.js",
2261 "id": "settings.app.languageDisclaimer",
2262 "start": {
2263 "column": 22,
2264 "line": 84
2265 }
2266 }
2267 ],
2268 "path": "src/components/settings/settings/EditSettingsForm.json"
2269 },
2270 {
2271 "descriptors": [
2272 {
2273 "defaultMessage": "!!!Team",
2274 "end": {
2275 "column": 3,
2276 "line": 17
2277 },
2278 "file": "src/components/settings/team/TeamDashboard.js",
2279 "id": "settings.team.headline",
2280 "start": {
2281 "column": 12,
2282 "line": 14
2283 }
2284 },
2285 {
2286 "defaultMessage": "!!!Franz for Teams",
2287 "end": {
2288 "column": 3,
2289 "line": 21
2290 },
2291 "file": "src/components/settings/team/TeamDashboard.js",
2292 "id": "settings.team.contentHeadline",
2293 "start": {
2294 "column": 19,
2295 "line": 18
2296 }
2297 },
2298 {
2299 "defaultMessage": "!!!You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
2300 "end": {
2301 "column": 3,
2302 "line": 25
2303 },
2304 "file": "src/components/settings/team/TeamDashboard.js",
2305 "id": "settings.team.intro",
2306 "start": {
2307 "column": 9,
2308 "line": 22
2309 }
2310 },
2311 {
2312 "defaultMessage": "!!!Franz for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!",
2313 "end": {
2314 "column": 3,
2315 "line": 29
2316 },
2317 "file": "src/components/settings/team/TeamDashboard.js",
2318 "id": "settings.team.copy",
2319 "start": {
2320 "column": 8,
2321 "line": 26
2322 }
2323 },
2324 {
2325 "defaultMessage": "!!!Manage your Team on meetfranz.com",
2326 "end": {
2327 "column": 3,
2328 "line": 33
2329 },
2330 "file": "src/components/settings/team/TeamDashboard.js",
2331 "id": "settings.team.manageAction",
2332 "start": {
2333 "column": 16,
2334 "line": 30
2335 }
2336 },
2337 {
2338 "defaultMessage": "!!!Upgrade your Account",
2339 "end": {
2340 "column": 3,
2341 "line": 37
2342 },
2343 "file": "src/components/settings/team/TeamDashboard.js",
2344 "id": "settings.team.upgradeAction",
2345 "start": {
2346 "column": 17,
2347 "line": 34
2348 }
2349 }
2350 ],
2351 "path": "src/components/settings/team/TeamDashboard.json"
2352 },
2353 {
2354 "descriptors": [
2355 {
2356 "defaultMessage": "!!!Account",
2357 "end": {
2358 "column": 3,
2359 "line": 18
2360 },
2361 "file": "src/components/settings/user/EditUserForm.js",
2362 "id": "settings.account.headline",
2363 "start": {
2364 "column": 12,
2365 "line": 15
2366 }
2367 },
2368 {
2369 "defaultMessage": "!!!Update Profile",
2370 "end": {
2371 "column": 3,
2372 "line": 22
2373 },
2374 "file": "src/components/settings/user/EditUserForm.js",
2375 "id": "settings.account.headlineProfile",
2376 "start": {
2377 "column": 19,
2378 "line": 19
2379 }
2380 },
2381 {
2382 "defaultMessage": "!!!Account Information",
2383 "end": {
2384 "column": 3,
2385 "line": 26
2386 },
2387 "file": "src/components/settings/user/EditUserForm.js",
2388 "id": "settings.account.headlineAccount",
2389 "start": {
2390 "column": 19,
2391 "line": 23
2392 }
2393 },
2394 {
2395 "defaultMessage": "!!!Change Password",
2396 "end": {
2397 "column": 3,
2398 "line": 30
2399 },
2400 "file": "src/components/settings/user/EditUserForm.js",
2401 "id": "settings.account.headlinePassword",
2402 "start": {
2403 "column": 20,
2404 "line": 27
2405 }
2406 },
2407 {
2408 "defaultMessage": "!!!Your changes have been saved",
2409 "end": {
2410 "column": 3,
2411 "line": 34
2412 },
2413 "file": "src/components/settings/user/EditUserForm.js",
2414 "id": "settings.account.successInfo",
2415 "start": {
2416 "column": 15,
2417 "line": 31
2418 }
2419 },
2420 {
2421 "defaultMessage": "!!!Update profile",
2422 "end": {
2423 "column": 3,
2424 "line": 38
2425 },
2426 "file": "src/components/settings/user/EditUserForm.js",
2427 "id": "settings.account.buttonSave",
2428 "start": {
2429 "column": 14,
2430 "line": 35
2431 }
2432 }
2433 ],
2434 "path": "src/components/settings/user/EditUserForm.json"
2435 },
2436 {
2437 "descriptors": [
2438 {
2439 "defaultMessage": "!!!Support the development of Franz",
2440 "end": {
2441 "column": 3,
2442 "line": 17
2443 },
2444 "file": "src/components/subscription/SubscriptionForm.js",
2445 "id": "subscription.submit.label",
2446 "start": {
2447 "column": 21,
2448 "line": 14
2449 }
2450 },
2451 {
2452 "defaultMessage": "!!!Could not initialize payment form",
2453 "end": {
2454 "column": 3,
2455 "line": 21
2456 },
2457 "file": "src/components/subscription/SubscriptionForm.js",
2458 "id": "subscription.paymentSessionError",
2459 "start": {
2460 "column": 23,
2461 "line": 18
2462 }
2463 },
2464 {
2465 "defaultMessage": "!!!free",
2466 "end": {
2467 "column": 3,
2468 "line": 25
2469 },
2470 "file": "src/components/subscription/SubscriptionForm.js",
2471 "id": "subscription.type.free",
2472 "start": {
2473 "column": 12,
2474 "line": 22
2475 }
2476 },
2477 {
2478 "defaultMessage": "!!!month",
2479 "end": {
2480 "column": 3,
2481 "line": 29
2482 },
2483 "file": "src/components/subscription/SubscriptionForm.js",
2484 "id": "subscription.type.month",
2485 "start": {
2486 "column": 15,
2487 "line": 26
2488 }
2489 },
2490 {
2491 "defaultMessage": "!!!year",
2492 "end": {
2493 "column": 3,
2494 "line": 33
2495 },
2496 "file": "src/components/subscription/SubscriptionForm.js",
2497 "id": "subscription.type.year",
2498 "start": {
2499 "column": 14,
2500 "line": 30
2501 }
2502 },
2503 {
2504 "defaultMessage": "!!!The Franz Premium Supporter Account includes",
2505 "end": {
2506 "column": 3,
2507 "line": 37
2508 },
2509 "file": "src/components/subscription/SubscriptionForm.js",
2510 "id": "subscription.includedFeatures",
2511 "start": {
2512 "column": 20,
2513 "line": 34
2514 }
2515 },
2516 {
2517 "defaultMessage": "!!!Add on-premise/hosted services like Mattermost",
2518 "end": {
2519 "column": 3,
2520 "line": 41
2521 },
2522 "file": "src/components/subscription/SubscriptionForm.js",
2523 "id": "subscription.features.onpremise.mattermost",
2524 "start": {
2525 "column": 13,
2526 "line": 38
2527 }
2528 },
2529 {
2530 "defaultMessage": "!!!No app delays & nagging to upgrade license",
2531 "end": {
2532 "column": 3,
2533 "line": 45
2534 },
2535 "file": "src/components/subscription/SubscriptionForm.js",
2536 "id": "subscription.features.noInterruptions",
2537 "start": {
2538 "column": 19,
2539 "line": 42
2540 }
2541 },
2542 {
2543 "defaultMessage": "!!!Proxy support for services",
2544 "end": {
2545 "column": 3,
2546 "line": 49
2547 },
2548 "file": "src/components/subscription/SubscriptionForm.js",
2549 "id": "subscription.features.proxy",
2550 "start": {
2551 "column": 9,
2552 "line": 46
2553 }
2554 },
2555 {
2556 "defaultMessage": "!!!Support for Spellchecker",
2557 "end": {
2558 "column": 3,
2559 "line": 53
2560 },
2561 "file": "src/components/subscription/SubscriptionForm.js",
2562 "id": "subscription.features.spellchecker",
2563 "start": {
2564 "column": 16,
2565 "line": 50
2566 }
2567 },
2568 {
2569 "defaultMessage": "!!!Organize your services in workspaces",
2570 "end": {
2571 "column": 3,
2572 "line": 57
2573 },
2574 "file": "src/components/subscription/SubscriptionForm.js",
2575 "id": "subscription.features.workspaces",
2576 "start": {
2577 "column": 14,
2578 "line": 54
2579 }
2580 },
2581 {
2582 "defaultMessage": "!!!No ads, ever!",
2583 "end": {
2584 "column": 3,
2585 "line": 61
2586 },
2587 "file": "src/components/subscription/SubscriptionForm.js",
2588 "id": "subscription.features.ads",
2589 "start": {
2590 "column": 7,
2591 "line": 58
2592 }
2593 },
2594 {
2595 "defaultMessage": "!!!coming soon",
2596 "end": {
2597 "column": 3,
2598 "line": 65
2599 },
2600 "file": "src/components/subscription/SubscriptionForm.js",
2601 "id": "subscription.features.comingSoon",
2602 "start": {
2603 "column": 14,
2604 "line": 62
2605 }
2606 },
2607 {
2608 "defaultMessage": "!!!EU residents: local sales tax may apply",
2609 "end": {
2610 "column": 3,
2611 "line": 69
2612 },
2613 "file": "src/components/subscription/SubscriptionForm.js",
2614 "id": "subscription.euTaxInfo",
2615 "start": {
2616 "column": 13,
2617 "line": 66
2618 }
2619 }
2620 ],
2621 "path": "src/components/subscription/SubscriptionForm.json"
2622 },
2623 {
2624 "descriptors": [
2625 {
2626 "defaultMessage": "!!!Cancel",
2627 "end": {
2628 "column": 3,
2629 "line": 14
2630 },
2631 "file": "src/components/subscription/SubscriptionPopup.js",
2632 "id": "subscriptionPopup.buttonCancel",
2633 "start": {
2634 "column": 16,
2635 "line": 11
2636 }
2637 },
2638 {
2639 "defaultMessage": "!!!Done",
2640 "end": {
2641 "column": 3,
2642 "line": 18
2643 },
2644 "file": "src/components/subscription/SubscriptionPopup.js",
2645 "id": "subscriptionPopup.buttonDone",
2646 "start": {
2647 "column": 14,
2648 "line": 15
2649 }
2650 }
2651 ],
2652 "path": "src/components/subscription/SubscriptionPopup.json"
2653 },
2654 {
2655 "descriptors": [
2656 {
2657 "defaultMessage": "!!!Upgrade account",
2658 "end": {
2659 "column": 3,
2660 "line": 18
2661 },
2662 "file": "src/components/ui/PremiumFeatureContainer/index.js",
2663 "id": "premiumFeature.button.upgradeAccount",
2664 "start": {
2665 "column": 10,
2666 "line": 15
2667 }
2668 }
2669 ],
2670 "path": "src/components/ui/PremiumFeatureContainer/index.json"
2671 },
2672 {
2673 "descriptors": [
2674 {
2675 "defaultMessage": "!!!Loading",
2676 "end": {
2677 "column": 3,
2678 "line": 14
2679 },
2680 "file": "src/components/ui/WebviewLoader/index.js",
2681 "id": "service.webviewLoader.loading",
2682 "start": {
2683 "column": 11,
2684 "line": 11
2685 }
2686 }
2687 ],
2688 "path": "src/components/ui/WebviewLoader/index.json"
2689 },
2690 {
2691 "descriptors": [
2692 {
2693 "defaultMessage": "!!!Something went wrong.",
2694 "end": {
2695 "column": 3,
2696 "line": 14
2697 },
2698 "file": "src/components/util/ErrorBoundary/index.js",
2699 "id": "app.errorHandler.headline",
2700 "start": {
2701 "column": 12,
2702 "line": 11
2703 }
2704 },
2705 {
2706 "defaultMessage": "!!!Reload",
2707 "end": {
2708 "column": 3,
2709 "line": 18
2710 },
2711 "file": "src/components/util/ErrorBoundary/index.js",
2712 "id": "app.errorHandler.action",
2713 "start": {
2714 "column": 10,
2715 "line": 15
2716 }
2717 }
2718 ],
2719 "path": "src/components/util/ErrorBoundary/index.json"
2720 },
2721 {
2722 "descriptors": [
2723 {
2724 "defaultMessage": "!!!Name",
2725 "end": {
2726 "column": 3,
2727 "line": 31
2728 },
2729 "file": "src/containers/settings/EditServiceScreen.js",
2730 "id": "settings.service.form.name",
2731 "start": {
2732 "column": 8,
2733 "line": 28
2734 }
2735 },
2736 {
2737 "defaultMessage": "!!!Enable service",
2738 "end": {
2739 "column": 3,
2740 "line": 35
2741 },
2742 "file": "src/containers/settings/EditServiceScreen.js",
2743 "id": "settings.service.form.enableService",
2744 "start": {
2745 "column": 17,
2746 "line": 32
2747 }
2748 },
2749 {
2750 "defaultMessage": "!!!Enable Notifications",
2751 "end": {
2752 "column": 3,
2753 "line": 39
2754 },
2755 "file": "src/containers/settings/EditServiceScreen.js",
2756 "id": "settings.service.form.enableNotification",
2757 "start": {
2758 "column": 22,
2759 "line": 36
2760 }
2761 },
2762 {
2763 "defaultMessage": "!!!Show unread message badges",
2764 "end": {
2765 "column": 3,
2766 "line": 43
2767 },
2768 "file": "src/containers/settings/EditServiceScreen.js",
2769 "id": "settings.service.form.enableBadge",
2770 "start": {
2771 "column": 15,
2772 "line": 40
2773 }
2774 },
2775 {
2776 "defaultMessage": "!!!Enable audio",
2777 "end": {
2778 "column": 3,
2779 "line": 47
2780 },
2781 "file": "src/containers/settings/EditServiceScreen.js",
2782 "id": "settings.service.form.enableAudio",
2783 "start": {
2784 "column": 15,
2785 "line": 44
2786 }
2787 },
2788 {
2789 "defaultMessage": "!!!Team",
2790 "end": {
2791 "column": 3,
2792 "line": 51
2793 },
2794 "file": "src/containers/settings/EditServiceScreen.js",
2795 "id": "settings.service.form.team",
2796 "start": {
2797 "column": 8,
2798 "line": 48
2799 }
2800 },
2801 {
2802 "defaultMessage": "!!!Custom server",
2803 "end": {
2804 "column": 3,
2805 "line": 55
2806 },
2807 "file": "src/containers/settings/EditServiceScreen.js",
2808 "id": "settings.service.form.customUrl",
2809 "start": {
2810 "column": 13,
2811 "line": 52
2812 }
2813 },
2814 {
2815 "defaultMessage": "!!!Show message badge for all new messages",
2816 "end": {
2817 "column": 3,
2818 "line": 59
2819 },
2820 "file": "src/containers/settings/EditServiceScreen.js",
2821 "id": "settings.service.form.indirectMessages",
2822 "start": {
2823 "column": 20,
2824 "line": 56
2825 }
2826 },
2827 {
2828 "defaultMessage": "!!!Custom icon",
2829 "end": {
2830 "column": 3,
2831 "line": 63
2832 },
2833 "file": "src/containers/settings/EditServiceScreen.js",
2834 "id": "settings.service.form.icon",
2835 "start": {
2836 "column": 8,
2837 "line": 60
2838 }
2839 },
2840 {
2841 "defaultMessage": "!!!Enable Dark Mode",
2842 "end": {
2843 "column": 3,
2844 "line": 67
2845 },
2846 "file": "src/containers/settings/EditServiceScreen.js",
2847 "id": "settings.service.form.enableDarkMode",
2848 "start": {
2849 "column": 18,
2850 "line": 64
2851 }
2852 },
2853 {
2854 "defaultMessage": "!!!Use Proxy",
2855 "end": {
2856 "column": 3,
2857 "line": 71
2858 },
2859 "file": "src/containers/settings/EditServiceScreen.js",
2860 "id": "settings.service.form.proxy.isEnabled",
2861 "start": {
2862 "column": 15,
2863 "line": 68
2864 }
2865 },
2866 {
2867 "defaultMessage": "!!!Proxy Host/IP",
2868 "end": {
2869 "column": 3,
2870 "line": 75
2871 },
2872 "file": "src/containers/settings/EditServiceScreen.js",
2873 "id": "settings.service.form.proxy.host",
2874 "start": {
2875 "column": 13,
2876 "line": 72
2877 }
2878 },
2879 {
2880 "defaultMessage": "!!!Port",
2881 "end": {
2882 "column": 3,
2883 "line": 79
2884 },
2885 "file": "src/containers/settings/EditServiceScreen.js",
2886 "id": "settings.service.form.proxy.port",
2887 "start": {
2888 "column": 13,
2889 "line": 76
2890 }
2891 },
2892 {
2893 "defaultMessage": "!!!User",
2894 "end": {
2895 "column": 3,
2896 "line": 83
2897 },
2898 "file": "src/containers/settings/EditServiceScreen.js",
2899 "id": "settings.service.form.proxy.user",
2900 "start": {
2901 "column": 13,
2902 "line": 80
2903 }
2904 },
2905 {
2906 "defaultMessage": "!!!Password",
2907 "end": {
2908 "column": 3,
2909 "line": 87
2910 },
2911 "file": "src/containers/settings/EditServiceScreen.js",
2912 "id": "settings.service.form.proxy.password",
2913 "start": {
2914 "column": 17,
2915 "line": 84
2916 }
2917 }
2918 ],
2919 "path": "src/containers/settings/EditServiceScreen.json"
2920 },
2921 {
2922 "descriptors": [
2923 {
2924 "defaultMessage": "!!!Launch Franz on start",
2925 "end": {
2926 "column": 3,
2927 "line": 25
2928 },
2929 "file": "src/containers/settings/EditSettingsScreen.js",
2930 "id": "settings.app.form.autoLaunchOnStart",
2931 "start": {
2932 "column": 21,
2933 "line": 22
2934 }
2935 },
2936 {
2937 "defaultMessage": "!!!Open in background",
2938 "end": {
2939 "column": 3,
2940 "line": 29
2941 },
2942 "file": "src/containers/settings/EditSettingsScreen.js",
2943 "id": "settings.app.form.autoLaunchInBackground",
2944 "start": {
2945 "column": 26,
2946 "line": 26
2947 }
2948 },
2949 {
2950 "defaultMessage": "!!!Keep Franz in background when closing the window",
2951 "end": {
2952 "column": 3,
2953 "line": 33
2954 },
2955 "file": "src/containers/settings/EditSettingsScreen.js",
2956 "id": "settings.app.form.runInBackground",
2957 "start": {
2958 "column": 19,
2959 "line": 30
2960 }
2961 },
2962 {
2963 "defaultMessage": "!!!Show Franz in system tray",
2964 "end": {
2965 "column": 3,
2966 "line": 37
2967 },
2968 "file": "src/containers/settings/EditSettingsScreen.js",
2969 "id": "settings.app.form.enableSystemTray",
2970 "start": {
2971 "column": 20,
2972 "line": 34
2973 }
2974 },
2975 {
2976 "defaultMessage": "!!!Minimize Franz to system tray",
2977 "end": {
2978 "column": 3,
2979 "line": 41
2980 },
2981 "file": "src/containers/settings/EditSettingsScreen.js",
2982 "id": "settings.app.form.minimizeToSystemTray",
2983 "start": {
2984 "column": 24,
2985 "line": 38
2986 }
2987 },
2988 {
2989 "defaultMessage": "!!!Language",
2990 "end": {
2991 "column": 3,
2992 "line": 45
2993 },
2994 "file": "src/containers/settings/EditSettingsScreen.js",
2995 "id": "settings.app.form.language",
2996 "start": {
2997 "column": 12,
2998 "line": 42
2999 }
3000 },
3001 {
3002 "defaultMessage": "!!!Dark Mode",
3003 "end": {
3004 "column": 3,
3005 "line": 49
3006 },
3007 "file": "src/containers/settings/EditSettingsScreen.js",
3008 "id": "settings.app.form.darkMode",
3009 "start": {
3010 "column": 12,
3011 "line": 46
3012 }
3013 },
3014 {
3015 "defaultMessage": "!!!Display disabled services tabs",
3016 "end": {
3017 "column": 3,
3018 "line": 53
3019 },
3020 "file": "src/containers/settings/EditSettingsScreen.js",
3021 "id": "settings.app.form.showDisabledServices",
3022 "start": {
3023 "column": 24,
3024 "line": 50
3025 }
3026 },
3027 {
3028 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
3029 "end": {
3030 "column": 3,
3031 "line": 57
3032 },
3033 "file": "src/containers/settings/EditSettingsScreen.js",
3034 "id": "settings.app.form.showMessagesBadgesWhenMuted",
3035 "start": {
3036 "column": 29,
3037 "line": 54
3038 }
3039 },
3040 {
3041 "defaultMessage": "!!!Enable spell checking",
3042 "end": {
3043 "column": 3,
3044 "line": 61
3045 },
3046 "file": "src/containers/settings/EditSettingsScreen.js",
3047 "id": "settings.app.form.enableSpellchecking",
3048 "start": {
3049 "column": 23,
3050 "line": 58
3051 }
3052 },
3053 {
3054 "defaultMessage": "!!!Enable GPU Acceleration",
3055 "end": {
3056 "column": 3,
3057 "line": 65
3058 },
3059 "file": "src/containers/settings/EditSettingsScreen.js",
3060 "id": "settings.app.form.enableGPUAcceleration",
3061 "start": {
3062 "column": 25,
3063 "line": 62
3064 }
3065 },
3066 {
3067 "defaultMessage": "!!!Include beta versions",
3068 "end": {
3069 "column": 3,
3070 "line": 69
3071 },
3072 "file": "src/containers/settings/EditSettingsScreen.js",
3073 "id": "settings.app.form.beta",
3074 "start": {
3075 "column": 8,
3076 "line": 66
3077 }
3078 }
3079 ],
3080 "path": "src/containers/settings/EditSettingsScreen.json"
3081 },
3082 {
3083 "descriptors": [
3084 {
3085 "defaultMessage": "!!!Firstname",
3086 "end": {
3087 "column": 3,
3088 "line": 17
3089 },
3090 "file": "src/containers/settings/EditUserScreen.js",
3091 "id": "settings.user.form.firstname",
3092 "start": {
3093 "column": 13,
3094 "line": 14
3095 }
3096 },
3097 {
3098 "defaultMessage": "!!!Lastname",
3099 "end": {
3100 "column": 3,
3101 "line": 21
3102 },
3103 "file": "src/containers/settings/EditUserScreen.js",
3104 "id": "settings.user.form.lastname",
3105 "start": {
3106 "column": 12,
3107 "line": 18
3108 }
3109 },
3110 {
3111 "defaultMessage": "!!!Email",
3112 "end": {
3113 "column": 3,
3114 "line": 25
3115 },
3116 "file": "src/containers/settings/EditUserScreen.js",
3117 "id": "settings.user.form.email",
3118 "start": {
3119 "column": 9,
3120 "line": 22
3121 }
3122 },
3123 {
3124 "defaultMessage": "!!!Account type",
3125 "end": {
3126 "column": 3,
3127 "line": 29
3128 },
3129 "file": "src/containers/settings/EditUserScreen.js",
3130 "id": "settings.user.form.accountType.label",
3131 "start": {
3132 "column": 20,
3133 "line": 26
3134 }
3135 },
3136 {
3137 "defaultMessage": "!!!Individual",
3138 "end": {
3139 "column": 3,
3140 "line": 33
3141 },
3142 "file": "src/containers/settings/EditUserScreen.js",
3143 "id": "settings.user.form.accountType.individual",
3144 "start": {
3145 "column": 25,
3146 "line": 30
3147 }
3148 },
3149 {
3150 "defaultMessage": "!!!Non-Profit",
3151 "end": {
3152 "column": 3,
3153 "line": 37
3154 },
3155 "file": "src/containers/settings/EditUserScreen.js",
3156 "id": "settings.user.form.accountType.non-profit",
3157 "start": {
3158 "column": 24,
3159 "line": 34
3160 }
3161 },
3162 {
3163 "defaultMessage": "!!!Company",
3164 "end": {
3165 "column": 3,
3166 "line": 41
3167 },
3168 "file": "src/containers/settings/EditUserScreen.js",
3169 "id": "settings.user.form.accountType.company",
3170 "start": {
3171 "column": 22,
3172 "line": 38
3173 }
3174 },
3175 {
3176 "defaultMessage": "!!!Current password",
3177 "end": {
3178 "column": 3,
3179 "line": 45
3180 },
3181 "file": "src/containers/settings/EditUserScreen.js",
3182 "id": "settings.user.form.currentPassword",
3183 "start": {
3184 "column": 19,
3185 "line": 42
3186 }
3187 },
3188 {
3189 "defaultMessage": "!!!New password",
3190 "end": {
3191 "column": 3,
3192 "line": 49
3193 },
3194 "file": "src/containers/settings/EditUserScreen.js",
3195 "id": "settings.user.form.newPassword",
3196 "start": {
3197 "column": 15,
3198 "line": 46
3199 }
3200 }
3201 ],
3202 "path": "src/containers/settings/EditUserScreen.json"
3203 },
3204 {
3205 "descriptors": [
3206 {
3207 "defaultMessage": "!!!Changes in Franz {version}",
3208 "end": {
3209 "column": 3,
3210 "line": 23
3211 },
3212 "file": "src/features/announcements/components/AnnouncementScreen.js",
3213 "id": "feature.announcements.changelog.headline",
3214 "start": {
3215 "column": 12,
3216 "line": 20
3217 }
3218 }
3219 ],
3220 "path": "src/features/announcements/components/AnnouncementScreen.json"
3221 },
3222 {
3223 "descriptors": [
3224 {
3225 "defaultMessage": "!!!Please purchase license to skip waiting",
3226 "end": {
3227 "column": 3,
3228 "line": 18
3229 },
3230 "file": "src/features/delayApp/Component.js",
3231 "id": "feature.delayApp.headline",
3232 "start": {
3233 "column": 12,
3234 "line": 15
3235 }
3236 },
3237 {
3238 "defaultMessage": "!!!Get a Franz Supporter License",
3239 "end": {
3240 "column": 3,
3241 "line": 22
3242 },
3243 "file": "src/features/delayApp/Component.js",
3244 "id": "feature.delayApp.action",
3245 "start": {
3246 "column": 10,
3247 "line": 19
3248 }
3249 },
3250 {
3251 "defaultMessage": "!!!Franz will continue in {seconds} seconds.",
3252 "end": {
3253 "column": 3,
3254 "line": 26
3255 },
3256 "file": "src/features/delayApp/Component.js",
3257 "id": "feature.delayApp.text",
3258 "start": {
3259 "column": 8,
3260 "line": 23
3261 }
3262 }
3263 ],
3264 "path": "src/features/delayApp/Component.json"
3265 },
3266 {
3267 "descriptors": [
3268 {
3269 "defaultMessage": "!!!Franz is better together!",
3270 "end": {
3271 "column": 3,
3272 "line": 18
3273 },
3274 "file": "src/features/shareFranz/Component.js",
3275 "id": "feature.shareFranz.headline",
3276 "start": {
3277 "column": 12,
3278 "line": 15
3279 }
3280 },
3281 {
3282 "defaultMessage": "!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.",
3283 "end": {
3284 "column": 3,
3285 "line": 22
3286 },
3287 "file": "src/features/shareFranz/Component.js",
3288 "id": "feature.shareFranz.text",
3289 "start": {
3290 "column": 8,
3291 "line": 19
3292 }
3293 },
3294 {
3295 "defaultMessage": "!!!Share as email",
3296 "end": {
3297 "column": 3,
3298 "line": 26
3299 },
3300 "file": "src/features/shareFranz/Component.js",
3301 "id": "feature.shareFranz.action.email",
3302 "start": {
3303 "column": 16,
3304 "line": 23
3305 }
3306 },
3307 {
3308 "defaultMessage": "!!!Share on Facebook",
3309 "end": {
3310 "column": 3,
3311 "line": 30
3312 },
3313 "file": "src/features/shareFranz/Component.js",
3314 "id": "feature.shareFranz.action.facebook",
3315 "start": {
3316 "column": 19,
3317 "line": 27
3318 }
3319 },
3320 {
3321 "defaultMessage": "!!!Share on Twitter",
3322 "end": {
3323 "column": 3,
3324 "line": 34
3325 },
3326 "file": "src/features/shareFranz/Component.js",
3327 "id": "feature.shareFranz.action.twitter",
3328 "start": {
3329 "column": 18,
3330 "line": 31
3331 }
3332 },
3333 {
3334 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
3335 "end": {
3336 "column": 3,
3337 "line": 38
3338 },
3339 "file": "src/features/shareFranz/Component.js",
3340 "id": "feature.shareFranz.shareText.email",
3341 "start": {
3342 "column": 18,
3343 "line": 35
3344 }
3345 },
3346 {
3347 "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",
3348 "end": {
3349 "column": 3,
3350 "line": 42
3351 },
3352 "file": "src/features/shareFranz/Component.js",
3353 "id": "feature.shareFranz.shareText.twitter",
3354 "start": {
3355 "column": 20,
3356 "line": 39
3357 }
3358 }
3359 ],
3360 "path": "src/features/shareFranz/Component.json"
3361 },
3362 {
3363 "descriptors": [
3364 {
3365 "defaultMessage": "!!!Create workspace",
3366 "end": {
3367 "column": 3,
3368 "line": 16
3369 },
3370 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3371 "id": "settings.workspace.add.form.submitButton",
3372 "start": {
3373 "column": 16,
3374 "line": 13
3375 }
3376 },
3377 {
3378 "defaultMessage": "!!!Name",
3379 "end": {
3380 "column": 3,
3381 "line": 20
3382 },
3383 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3384 "id": "settings.workspace.add.form.name",
3385 "start": {
3386 "column": 8,
3387 "line": 17
3388 }
3389 }
3390 ],
3391 "path": "src/features/workspaces/components/CreateWorkspaceForm.json"
3392 },
3393 {
3394 "descriptors": [
3395 {
3396 "defaultMessage": "!!!Delete workspace",
3397 "end": {
3398 "column": 3,
3399 "line": 22
3400 },
3401 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3402 "id": "settings.workspace.form.buttonDelete",
3403 "start": {
3404 "column": 16,
3405 "line": 19
3406 }
3407 },
3408 {
3409 "defaultMessage": "!!!Save workspace",
3410 "end": {
3411 "column": 3,
3412 "line": 26
3413 },
3414 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3415 "id": "settings.workspace.form.buttonSave",
3416 "start": {
3417 "column": 14,
3418 "line": 23
3419 }
3420 },
3421 {
3422 "defaultMessage": "!!!Name",
3423 "end": {
3424 "column": 3,
3425 "line": 30
3426 },
3427 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3428 "id": "settings.workspace.form.name",
3429 "start": {
3430 "column": 8,
3431 "line": 27
3432 }
3433 },
3434 {
3435 "defaultMessage": "!!!Your workspaces",
3436 "end": {
3437 "column": 3,
3438 "line": 34
3439 },
3440 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3441 "id": "settings.workspace.form.yourWorkspaces",
3442 "start": {
3443 "column": 18,
3444 "line": 31
3445 }
3446 },
3447 {
3448 "defaultMessage": "!!!Services in this Workspace",
3449 "end": {
3450 "column": 3,
3451 "line": 38
3452 },
3453 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3454 "id": "settings.workspace.form.servicesInWorkspaceHeadline",
3455 "start": {
3456 "column": 31,
3457 "line": 35
3458 }
3459 },
3460 {
3461 "defaultMessage": "!!!You haven't added any services yet.",
3462 "end": {
3463 "column": 3,
3464 "line": 42
3465 },
3466 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3467 "id": "settings.services.noServicesAdded",
3468 "start": {
3469 "column": 19,
3470 "line": 39
3471 }
3472 },
3473 {
3474 "defaultMessage": "!!!Discover services",
3475 "end": {
3476 "column": 3,
3477 "line": 46
3478 },
3479 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3480 "id": "settings.services.discoverServices",
3481 "start": {
3482 "column": 20,
3483 "line": 43
3484 }
3485 }
3486 ],
3487 "path": "src/features/workspaces/components/EditWorkspaceForm.json"
3488 },
3489 {
3490 "descriptors": [
3491 {
3492 "defaultMessage": "!!!Workspaces",
3493 "end": {
3494 "column": 3,
3495 "line": 19
3496 },
3497 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3498 "id": "workspaceDrawer.headline",
3499 "start": {
3500 "column": 12,
3501 "line": 16
3502 }
3503 },
3504 {
3505 "defaultMessage": "!!!All services",
3506 "end": {
3507 "column": 3,
3508 "line": 23
3509 },
3510 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3511 "id": "workspaceDrawer.allServices",
3512 "start": {
3513 "column": 15,
3514 "line": 20
3515 }
3516 },
3517 {
3518 "defaultMessage": "!!!Workspaces settings",
3519 "end": {
3520 "column": 3,
3521 "line": 27
3522 },
3523 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3524 "id": "workspaceDrawer.workspacesSettingsTooltip",
3525 "start": {
3526 "column": 29,
3527 "line": 24
3528 }
3529 },
3530 {
3531 "defaultMessage": "!!!Info about workspace feature",
3532 "end": {
3533 "column": 3,
3534 "line": 31
3535 },
3536 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3537 "id": "workspaceDrawer.workspaceFeatureInfo",
3538 "start": {
3539 "column": 24,
3540 "line": 28
3541 }
3542 },
3543 {
3544 "defaultMessage": "!!!Create your first workspace",
3545 "end": {
3546 "column": 3,
3547 "line": 35
3548 },
3549 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3550 "id": "workspaceDrawer.premiumCtaButtonLabel",
3551 "start": {
3552 "column": 25,
3553 "line": 32
3554 }
3555 },
3556 {
3557 "defaultMessage": "!!!Reactivate premium account",
3558 "end": {
3559 "column": 3,
3560 "line": 39
3561 },
3562 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3563 "id": "workspaceDrawer.reactivatePremiumAccountLabel",
3564 "start": {
3565 "column": 28,
3566 "line": 36
3567 }
3568 },
3569 {
3570 "defaultMessage": "!!!add new workspace",
3571 "end": {
3572 "column": 3,
3573 "line": 43
3574 },
3575 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3576 "id": "workspaceDrawer.addNewWorkspaceLabel",
3577 "start": {
3578 "column": 24,
3579 "line": 40
3580 }
3581 },
3582 {
3583 "defaultMessage": "!!!Premium feature",
3584 "end": {
3585 "column": 3,
3586 "line": 47
3587 },
3588 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3589 "id": "workspaceDrawer.proFeatureBadge",
3590 "start": {
3591 "column": 23,
3592 "line": 44
3593 }
3594 }
3595 ],
3596 "path": "src/features/workspaces/components/WorkspaceDrawer.json"
3597 },
3598 {
3599 "descriptors": [
3600 {
3601 "defaultMessage": "!!!No services added yet",
3602 "end": {
3603 "column": 3,
3604 "line": 15
3605 },
3606 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3607 "id": "workspaceDrawer.item.noServicesAddedYet",
3608 "start": {
3609 "column": 22,
3610 "line": 12
3611 }
3612 },
3613 {
3614 "defaultMessage": "!!!edit",
3615 "end": {
3616 "column": 3,
3617 "line": 19
3618 },
3619 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
3620 "id": "workspaceDrawer.item.contextMenuEdit",
3621 "start": {
3622 "column": 19,
3623 "line": 16
3624 }
3625 }
3626 ],
3627 "path": "src/features/workspaces/components/WorkspaceDrawerItem.json"
3628 },
3629 {
3630 "descriptors": [
3631 {
3632 "defaultMessage": "!!!Your workspaces",
3633 "end": {
3634 "column": 3,
3635 "line": 20
3636 },
3637 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3638 "id": "settings.workspaces.headline",
3639 "start": {
3640 "column": 12,
3641 "line": 17
3642 }
3643 },
3644 {
3645 "defaultMessage": "!!!You haven't added any workspaces yet.",
3646 "end": {
3647 "column": 3,
3648 "line": 24
3649 },
3650 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3651 "id": "settings.workspaces.noWorkspacesAdded",
3652 "start": {
3653 "column": 19,
3654 "line": 21
3655 }
3656 },
3657 {
3658 "defaultMessage": "!!!Could not load your workspaces",
3659 "end": {
3660 "column": 3,
3661 "line": 28
3662 },
3663 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3664 "id": "settings.workspaces.workspacesRequestFailed",
3665 "start": {
3666 "column": 27,
3667 "line": 25
3668 }
3669 },
3670 {
3671 "defaultMessage": "!!!Try again",
3672 "end": {
3673 "column": 3,
3674 "line": 32
3675 },
3676 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3677 "id": "settings.workspaces.tryReloadWorkspaces",
3678 "start": {
3679 "column": 23,
3680 "line": 29
3681 }
3682 },
3683 {
3684 "defaultMessage": "!!!Your changes have been saved",
3685 "end": {
3686 "column": 3,
3687 "line": 36
3688 },
3689 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3690 "id": "settings.workspaces.updatedInfo",
3691 "start": {
3692 "column": 15,
3693 "line": 33
3694 }
3695 },
3696 {
3697 "defaultMessage": "!!!Workspace has been deleted",
3698 "end": {
3699 "column": 3,
3700 "line": 40
3701 },
3702 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3703 "id": "settings.workspaces.deletedInfo",
3704 "start": {
3705 "column": 15,
3706 "line": 37
3707 }
3708 },
3709 {
3710 "defaultMessage": "!!!Info about workspace feature",
3711 "end": {
3712 "column": 3,
3713 "line": 44
3714 },
3715 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3716 "id": "settings.workspaces.workspaceFeatureInfo",
3717 "start": {
3718 "column": 24,
3719 "line": 41
3720 }
3721 },
3722 {
3723 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces",
3724 "end": {
3725 "column": 3,
3726 "line": 48
3727 },
3728 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3729 "id": "settings.workspaces.workspaceFeatureHeadline",
3730 "start": {
3731 "column": 28,
3732 "line": 45
3733 }
3734 }
3735 ],
3736 "path": "src/features/workspaces/components/WorkspacesDashboard.json"
3737 },
3738 {
3739 "descriptors": [
3740 {
3741 "defaultMessage": "!!!Switching to",
3742 "end": {
3743 "column": 3,
3744 "line": 15
3745 },
3746 "file": "src/features/workspaces/components/WorkspaceSwitchingIndicator.js",
3747 "id": "workspaces.switchingIndicator.switchingTo",
3748 "start": {
3749 "column": 15,
3750 "line": 12
3751 }
3752 }
3753 ],
3754 "path": "src/features/workspaces/components/WorkspaceSwitchingIndicator.json"
3755 },
3756 {
3757 "descriptors": [
3758 {
3759 "defaultMessage": "!!!Field is required",
3760 "end": {
3761 "column": 3,
3762 "line": 7
3763 },
3764 "file": "src/helpers/validation-helpers.js",
3765 "id": "validation.required",
3766 "start": {
3767 "column": 12,
3768 "line": 4
3769 }
3770 },
3771 {
3772 "defaultMessage": "!!!Email not valid",
3773 "end": {
3774 "column": 3,
3775 "line": 11
3776 },
3777 "file": "src/helpers/validation-helpers.js",
3778 "id": "validation.email",
3779 "start": {
3780 "column": 9,
3781 "line": 8
3782 }
3783 },
3784 {
3785 "defaultMessage": "!!!Not a valid URL",
3786 "end": {
3787 "column": 3,
3788 "line": 15
3789 },
3790 "file": "src/helpers/validation-helpers.js",
3791 "id": "validation.url",
3792 "start": {
3793 "column": 7,
3794 "line": 12
3795 }
3796 },
3797 {
3798 "defaultMessage": "!!!Too few characters",
3799 "end": {
3800 "column": 3,
3801 "line": 19
3802 },
3803 "file": "src/helpers/validation-helpers.js",
3804 "id": "validation.minLength",
3805 "start": {
3806 "column": 13,
3807 "line": 16
3808 }
3809 },
3810 {
3811 "defaultMessage": "!!!At least one is required",
3812 "end": {
3813 "column": 3,
3814 "line": 23
3815 },
3816 "file": "src/helpers/validation-helpers.js",
3817 "id": "validation.oneRequired",
3818 "start": {
3819 "column": 15,
3820 "line": 20
3821 }
3822 }
3823 ],
3824 "path": "src/helpers/validation-helpers.json"
3825 },
3826 {
3827 "descriptors": [
3828 {
3829 "defaultMessage": "!!!Can't connect to Franz Online Services",
3830 "end": {
3831 "column": 3,
3832 "line": 7
3833 },
3834 "file": "src/i18n/globalMessages.js",
3835 "id": "global.api.unhealthy",
3836 "start": {
3837 "column": 16,
3838 "line": 4
3839 }
3840 },
3841 {
3842 "defaultMessage": "!!!You are not connected to the internet.",
3843 "end": {
3844 "column": 3,
3845 "line": 11
3846 },
3847 "file": "src/i18n/globalMessages.js",
3848 "id": "global.notConnectedToTheInternet",
3849 "start": {
3850 "column": 29,
3851 "line": 8
3852 }
3853 },
3854 {
3855 "defaultMessage": "!!!Spell checking language",
3856 "end": {
3857 "column": 3,
3858 "line": 15
3859 },
3860 "file": "src/i18n/globalMessages.js",
3861 "id": "global.spellchecking.language",
3862 "start": {
3863 "column": 24,
3864 "line": 12
3865 }
3866 },
3867 {
3868 "defaultMessage": "!!!Use System Default ({default})",
3869 "end": {
3870 "column": 3,
3871 "line": 19
3872 },
3873 "file": "src/i18n/globalMessages.js",
3874 "id": "global.spellchecker.useDefault",
3875 "start": {
3876 "column": 29,
3877 "line": 16
3878 }
3879 },
3880 {
3881 "defaultMessage": "!!!Detect language automatically",
3882 "end": {
3883 "column": 3,
3884 "line": 23
3885 },
3886 "file": "src/i18n/globalMessages.js",
3887 "id": "global.spellchecking.autodetect",
3888 "start": {
3889 "column": 34,
3890 "line": 20
3891 }
3892 },
3893 {
3894 "defaultMessage": "!!!Automatic",
3895 "end": {
3896 "column": 3,
3897 "line": 27
3898 },
3899 "file": "src/i18n/globalMessages.js",
3900 "id": "global.spellchecking.autodetect.short",
3901 "start": {
3902 "column": 39,
3903 "line": 24
3904 }
3905 }
3906 ],
3907 "path": "src/i18n/globalMessages.json"
3908 },
3909 {
3910 "descriptors": [
3911 {
3912 "defaultMessage": "!!!Edit",
3913 "end": {
3914 "column": 3,
3915 "line": 18
3916 },
3917 "file": "src/lib/Menu.js",
3918 "id": "menu.edit",
3919 "start": {
3920 "column": 8,
3921 "line": 15
3922 }
3923 },
3924 {
3925 "defaultMessage": "!!!Undo",
3926 "end": {
3927 "column": 3,
3928 "line": 22
3929 },
3930 "file": "src/lib/Menu.js",
3931 "id": "menu.edit.undo",
3932 "start": {
3933 "column": 8,
3934 "line": 19
3935 }
3936 },
3937 {
3938 "defaultMessage": "!!!Redo",
3939 "end": {
3940 "column": 3,
3941 "line": 26
3942 },
3943 "file": "src/lib/Menu.js",
3944 "id": "menu.edit.redo",
3945 "start": {
3946 "column": 8,
3947 "line": 23
3948 }
3949 },
3950 {
3951 "defaultMessage": "!!!Cut",
3952 "end": {
3953 "column": 3,
3954 "line": 30
3955 },
3956 "file": "src/lib/Menu.js",
3957 "id": "menu.edit.cut",
3958 "start": {
3959 "column": 7,
3960 "line": 27
3961 }
3962 },
3963 {
3964 "defaultMessage": "!!!Copy",
3965 "end": {
3966 "column": 3,
3967 "line": 34
3968 },
3969 "file": "src/lib/Menu.js",
3970 "id": "menu.edit.copy",
3971 "start": {
3972 "column": 8,
3973 "line": 31
3974 }
3975 },
3976 {
3977 "defaultMessage": "!!!Paste",
3978 "end": {
3979 "column": 3,
3980 "line": 38
3981 },
3982 "file": "src/lib/Menu.js",
3983 "id": "menu.edit.paste",
3984 "start": {
3985 "column": 9,
3986 "line": 35
3987 }
3988 },
3989 {
3990 "defaultMessage": "!!!Paste And Match Style",
3991 "end": {
3992 "column": 3,
3993 "line": 42
3994 },
3995 "file": "src/lib/Menu.js",
3996 "id": "menu.edit.pasteAndMatchStyle",
3997 "start": {
3998 "column": 22,
3999 "line": 39
4000 }
4001 },
4002 {
4003 "defaultMessage": "!!!Delete",
4004 "end": {
4005 "column": 3,
4006 "line": 46
4007 },
4008 "file": "src/lib/Menu.js",
4009 "id": "menu.edit.delete",
4010 "start": {
4011 "column": 10,
4012 "line": 43
4013 }
4014 },
4015 {
4016 "defaultMessage": "!!!Select All",
4017 "end": {
4018 "column": 3,
4019 "line": 50
4020 },
4021 "file": "src/lib/Menu.js",
4022 "id": "menu.edit.selectAll",
4023 "start": {
4024 "column": 13,
4025 "line": 47
4026 }
4027 },
4028 {
4029 "defaultMessage": "!!!Speech",
4030 "end": {
4031 "column": 3,
4032 "line": 54
4033 },
4034 "file": "src/lib/Menu.js",
4035 "id": "menu.edit.speech",
4036 "start": {
4037 "column": 10,
4038 "line": 51
4039 }
4040 },
4041 {
4042 "defaultMessage": "!!!Start Speaking",
4043 "end": {
4044 "column": 3,
4045 "line": 58
4046 },
4047 "file": "src/lib/Menu.js",
4048 "id": "menu.edit.startSpeaking",
4049 "start": {
4050 "column": 17,
4051 "line": 55
4052 }
4053 },
4054 {
4055 "defaultMessage": "!!!Stop Speaking",
4056 "end": {
4057 "column": 3,
4058 "line": 62
4059 },
4060 "file": "src/lib/Menu.js",
4061 "id": "menu.edit.stopSpeaking",
4062 "start": {
4063 "column": 16,
4064 "line": 59
4065 }
4066 },
4067 {
4068 "defaultMessage": "!!!Start Dictation",
4069 "end": {
4070 "column": 3,
4071 "line": 66
4072 },
4073 "file": "src/lib/Menu.js",
4074 "id": "menu.edit.startDictation",
4075 "start": {
4076 "column": 18,
4077 "line": 63
4078 }
4079 },
4080 {
4081 "defaultMessage": "!!!Emoji & Symbols",
4082 "end": {
4083 "column": 3,
4084 "line": 70
4085 },
4086 "file": "src/lib/Menu.js",
4087 "id": "menu.edit.emojiSymbols",
4088 "start": {
4089 "column": 16,
4090 "line": 67
4091 }
4092 },
4093 {
4094 "defaultMessage": "!!!Actual Size",
4095 "end": {
4096 "column": 3,
4097 "line": 74
4098 },
4099 "file": "src/lib/Menu.js",
4100 "id": "menu.view.resetZoom",
4101 "start": {
4102 "column": 13,
4103 "line": 71
4104 }
4105 },
4106 {
4107 "defaultMessage": "!!!Zoom In",
4108 "end": {
4109 "column": 3,
4110 "line": 78
4111 },
4112 "file": "src/lib/Menu.js",
4113 "id": "menu.view.zoomIn",
4114 "start": {
4115 "column": 10,
4116 "line": 75
4117 }
4118 },
4119 {
4120 "defaultMessage": "!!!Zoom Out",
4121 "end": {
4122 "column": 3,
4123 "line": 82
4124 },
4125 "file": "src/lib/Menu.js",
4126 "id": "menu.view.zoomOut",
4127 "start": {
4128 "column": 11,
4129 "line": 79
4130 }
4131 },
4132 {
4133 "defaultMessage": "!!!Enter Full Screen",
4134 "end": {
4135 "column": 3,
4136 "line": 86
4137 },
4138 "file": "src/lib/Menu.js",
4139 "id": "menu.view.enterFullScreen",
4140 "start": {
4141 "column": 19,
4142 "line": 83
4143 }
4144 },
4145 {
4146 "defaultMessage": "!!!Exit Full Screen",
4147 "end": {
4148 "column": 3,
4149 "line": 90
4150 },
4151 "file": "src/lib/Menu.js",
4152 "id": "menu.view.exitFullScreen",
4153 "start": {
4154 "column": 18,
4155 "line": 87
4156 }
4157 },
4158 {
4159 "defaultMessage": "!!!Toggle Full Screen",
4160 "end": {
4161 "column": 3,
4162 "line": 94
4163 },
4164 "file": "src/lib/Menu.js",
4165 "id": "menu.view.toggleFullScreen",
4166 "start": {
4167 "column": 20,
4168 "line": 91
4169 }
4170 },
4171 {
4172 "defaultMessage": "!!!Toggle Developer Tools",
4173 "end": {
4174 "column": 3,
4175 "line": 98
4176 },
4177 "file": "src/lib/Menu.js",
4178 "id": "menu.view.toggleDevTools",
4179 "start": {
4180 "column": 18,
4181 "line": 95
4182 }
4183 },
4184 {
4185 "defaultMessage": "!!!Toggle Service Developer Tools",
4186 "end": {
4187 "column": 3,
4188 "line": 102
4189 },
4190 "file": "src/lib/Menu.js",
4191 "id": "menu.view.toggleServiceDevTools",
4192 "start": {
4193 "column": 25,
4194 "line": 99
4195 }
4196 },
4197 {
4198 "defaultMessage": "!!!Reload Service",
4199 "end": {
4200 "column": 3,
4201 "line": 106
4202 },
4203 "file": "src/lib/Menu.js",
4204 "id": "menu.view.reloadService",
4205 "start": {
4206 "column": 17,
4207 "line": 103
4208 }
4209 },
4210 {
4211 "defaultMessage": "!!!Reload Franz",
4212 "end": {
4213 "column": 3,
4214 "line": 110
4215 },
4216 "file": "src/lib/Menu.js",
4217 "id": "menu.view.reloadFranz",
4218 "start": {
4219 "column": 15,
4220 "line": 107
4221 }
4222 },
4223 {
4224 "defaultMessage": "!!!Minimize",
4225 "end": {
4226 "column": 3,
4227 "line": 114
4228 },
4229 "file": "src/lib/Menu.js",
4230 "id": "menu.window.minimize",
4231 "start": {
4232 "column": 12,
4233 "line": 111
4234 }
4235 },
4236 {
4237 "defaultMessage": "!!!Close",
4238 "end": {
4239 "column": 3,
4240 "line": 118
4241 },
4242 "file": "src/lib/Menu.js",
4243 "id": "menu.window.close",
4244 "start": {
4245 "column": 9,
4246 "line": 115
4247 }
4248 },
4249 {
4250 "defaultMessage": "!!!Learn More",
4251 "end": {
4252 "column": 3,
4253 "line": 122
4254 },
4255 "file": "src/lib/Menu.js",
4256 "id": "menu.help.learnMore",
4257 "start": {
4258 "column": 13,
4259 "line": 119
4260 }
4261 },
4262 {
4263 "defaultMessage": "!!!Changelog",
4264 "end": {
4265 "column": 3,
4266 "line": 126
4267 },
4268 "file": "src/lib/Menu.js",
4269 "id": "menu.help.changelog",
4270 "start": {
4271 "column": 13,
4272 "line": 123
4273 }
4274 },
4275 {
4276 "defaultMessage": "!!!Support",
4277 "end": {
4278 "column": 3,
4279 "line": 130
4280 },
4281 "file": "src/lib/Menu.js",
4282 "id": "menu.help.support",
4283 "start": {
4284 "column": 11,
4285 "line": 127
4286 }
4287 },
4288 {
4289 "defaultMessage": "!!!Terms of Service",
4290 "end": {
4291 "column": 3,
4292 "line": 134
4293 },
4294 "file": "src/lib/Menu.js",
4295 "id": "menu.help.tos",
4296 "start": {
4297 "column": 7,
4298 "line": 131
4299 }
4300 },
4301 {
4302 "defaultMessage": "!!!Privacy Statement",
4303 "end": {
4304 "column": 3,
4305 "line": 138
4306 },
4307 "file": "src/lib/Menu.js",
4308 "id": "menu.help.privacy",
4309 "start": {
4310 "column": 11,
4311 "line": 135
4312 }
4313 },
4314 {
4315 "defaultMessage": "!!!File",
4316 "end": {
4317 "column": 3,
4318 "line": 142
4319 },
4320 "file": "src/lib/Menu.js",
4321 "id": "menu.file",
4322 "start": {
4323 "column": 8,
4324 "line": 139
4325 }
4326 },
4327 {
4328 "defaultMessage": "!!!View",
4329 "end": {
4330 "column": 3,
4331 "line": 146
4332 },
4333 "file": "src/lib/Menu.js",
4334 "id": "menu.view",
4335 "start": {
4336 "column": 8,
4337 "line": 143
4338 }
4339 },
4340 {
4341 "defaultMessage": "!!!Services",
4342 "end": {
4343 "column": 3,
4344 "line": 150
4345 },
4346 "file": "src/lib/Menu.js",
4347 "id": "menu.services",
4348 "start": {
4349 "column": 12,
4350 "line": 147
4351 }
4352 },
4353 {
4354 "defaultMessage": "!!!Window",
4355 "end": {
4356 "column": 3,
4357 "line": 154
4358 },
4359 "file": "src/lib/Menu.js",
4360 "id": "menu.window",
4361 "start": {
4362 "column": 10,
4363 "line": 151
4364 }
4365 },
4366 {
4367 "defaultMessage": "!!!Help",
4368 "end": {
4369 "column": 3,
4370 "line": 158
4371 },
4372 "file": "src/lib/Menu.js",
4373 "id": "menu.help",
4374 "start": {
4375 "column": 8,
4376 "line": 155
4377 }
4378 },
4379 {
4380 "defaultMessage": "!!!About Franz",
4381 "end": {
4382 "column": 3,
4383 "line": 162
4384 },
4385 "file": "src/lib/Menu.js",
4386 "id": "menu.app.about",
4387 "start": {
4388 "column": 9,
4389 "line": 159
4390 }
4391 },
4392 {
4393 "defaultMessage": "!!!What's new?",
4394 "end": {
4395 "column": 3,
4396 "line": 166
4397 },
4398 "file": "src/lib/Menu.js",
4399 "id": "menu.app.announcement",
4400 "start": {
4401 "column": 16,
4402 "line": 163
4403 }
4404 },
4405 {
4406 "defaultMessage": "!!!Settings",
4407 "end": {
4408 "column": 3,
4409 "line": 170
4410 },
4411 "file": "src/lib/Menu.js",
4412 "id": "menu.app.settings",
4413 "start": {
4414 "column": 12,
4415 "line": 167
4416 }
4417 },
4418 {
4419 "defaultMessage": "!!!Hide",
4420 "end": {
4421 "column": 3,
4422 "line": 174
4423 },
4424 "file": "src/lib/Menu.js",
4425 "id": "menu.app.hide",
4426 "start": {
4427 "column": 8,
4428 "line": 171
4429 }
4430 },
4431 {
4432 "defaultMessage": "!!!Hide Others",
4433 "end": {
4434 "column": 3,
4435 "line": 178
4436 },
4437 "file": "src/lib/Menu.js",
4438 "id": "menu.app.hideOthers",
4439 "start": {
4440 "column": 14,
4441 "line": 175
4442 }
4443 },
4444 {
4445 "defaultMessage": "!!!Unhide",
4446 "end": {
4447 "column": 3,
4448 "line": 182
4449 },
4450 "file": "src/lib/Menu.js",
4451 "id": "menu.app.unhide",
4452 "start": {
4453 "column": 10,
4454 "line": 179
4455 }
4456 },
4457 {
4458 "defaultMessage": "!!!Quit",
4459 "end": {
4460 "column": 3,
4461 "line": 186
4462 },
4463 "file": "src/lib/Menu.js",
4464 "id": "menu.app.quit",
4465 "start": {
4466 "column": 8,
4467 "line": 183
4468 }
4469 },
4470 {
4471 "defaultMessage": "!!!Add New Service...",
4472 "end": {
4473 "column": 3,
4474 "line": 190
4475 },
4476 "file": "src/lib/Menu.js",
4477 "id": "menu.services.addNewService",
4478 "start": {
4479 "column": 17,
4480 "line": 187
4481 }
4482 },
4483 {
4484 "defaultMessage": "!!!Add New Workspace...",
4485 "end": {
4486 "column": 3,
4487 "line": 194
4488 },
4489 "file": "src/lib/Menu.js",
4490 "id": "menu.workspaces.addNewWorkspace",
4491 "start": {
4492 "column": 19,
4493 "line": 191
4494 }
4495 },
4496 {
4497 "defaultMessage": "!!!Open workspace drawer",
4498 "end": {
4499 "column": 3,
4500 "line": 198
4501 },
4502 "file": "src/lib/Menu.js",
4503 "id": "menu.workspaces.openWorkspaceDrawer",
4504 "start": {
4505 "column": 23,
4506 "line": 195
4507 }
4508 },
4509 {
4510 "defaultMessage": "!!!Close workspace drawer",
4511 "end": {
4512 "column": 3,
4513 "line": 202
4514 },
4515 "file": "src/lib/Menu.js",
4516 "id": "menu.workspaces.closeWorkspaceDrawer",
4517 "start": {
4518 "column": 24,
4519 "line": 199
4520 }
4521 },
4522 {
4523 "defaultMessage": "!!!Activate next service...",
4524 "end": {
4525 "column": 3,
4526 "line": 206
4527 },
4528 "file": "src/lib/Menu.js",
4529 "id": "menu.services.setNextServiceActive",
4530 "start": {
4531 "column": 23,
4532 "line": 203
4533 }
4534 },
4535 {
4536 "defaultMessage": "!!!Activate previous service...",
4537 "end": {
4538 "column": 3,
4539 "line": 210
4540 },
4541 "file": "src/lib/Menu.js",
4542 "id": "menu.services.activatePreviousService",
4543 "start": {
4544 "column": 27,
4545 "line": 207
4546 }
4547 },
4548 {
4549 "defaultMessage": "!!!Disable notifications & audio",
4550 "end": {
4551 "column": 3,
4552 "line": 214
4553 },
4554 "file": "src/lib/Menu.js",
4555 "id": "sidebar.muteApp",
4556 "start": {
4557 "column": 11,
4558 "line": 211
4559 }
4560 },
4561 {
4562 "defaultMessage": "!!!Enable notifications & audio",
4563 "end": {
4564 "column": 3,
4565 "line": 218
4566 },
4567 "file": "src/lib/Menu.js",
4568 "id": "sidebar.unmuteApp",
4569 "start": {
4570 "column": 13,
4571 "line": 215
4572 }
4573 },
4574 {
4575 "defaultMessage": "!!!Workspaces",
4576 "end": {
4577 "column": 3,
4578 "line": 222
4579 },
4580 "file": "src/lib/Menu.js",
4581 "id": "menu.workspaces",
4582 "start": {
4583 "column": 14,
4584 "line": 219
4585 }
4586 },
4587 {
4588 "defaultMessage": "!!!Default",
4589 "end": {
4590 "column": 3,
4591 "line": 226
4592 },
4593 "file": "src/lib/Menu.js",
4594 "id": "menu.workspaces.defaultWorkspace",
4595 "start": {
4596 "column": 20,
4597 "line": 223
4598 }
4599 }
4600 ],
4601 "path": "src/lib/Menu.json"
4602 }
4603] \ No newline at end of file