aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json95
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 65 insertions, 32 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0641c510c..fcd24c7ef 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -625,78 +625,78 @@
625 "defaultMessage": "!!!Your services have been updated.", 625 "defaultMessage": "!!!Your services have been updated.",
626 "end": { 626 "end": {
627 "column": 3, 627 "column": 3,
628 "line": 25 628 "line": 26
629 }, 629 },
630 "file": "src/components/layout/AppLayout.js", 630 "file": "src/components/layout/AppLayout.js",
631 "id": "infobar.servicesUpdated", 631 "id": "infobar.servicesUpdated",
632 "start": { 632 "start": {
633 "column": 19, 633 "column": 19,
634 "line": 22 634 "line": 23
635 } 635 }
636 }, 636 },
637 { 637 {
638 "defaultMessage": "!!!A new update for Franz is available.", 638 "defaultMessage": "!!!A new update for Franz is available.",
639 "end": { 639 "end": {
640 "column": 3, 640 "column": 3,
641 "line": 29 641 "line": 30
642 }, 642 },
643 "file": "src/components/layout/AppLayout.js", 643 "file": "src/components/layout/AppLayout.js",
644 "id": "infobar.updateAvailable", 644 "id": "infobar.updateAvailable",
645 "start": { 645 "start": {
646 "column": 19, 646 "column": 19,
647 "line": 26 647 "line": 27
648 } 648 }
649 }, 649 },
650 { 650 {
651 "defaultMessage": "!!!Reload services", 651 "defaultMessage": "!!!Reload services",
652 "end": { 652 "end": {
653 "column": 3, 653 "column": 3,
654 "line": 33 654 "line": 34
655 }, 655 },
656 "file": "src/components/layout/AppLayout.js", 656 "file": "src/components/layout/AppLayout.js",
657 "id": "infobar.buttonReloadServices", 657 "id": "infobar.buttonReloadServices",
658 "start": { 658 "start": {
659 "column": 24, 659 "column": 24,
660 "line": 30 660 "line": 31
661 } 661 }
662 }, 662 },
663 { 663 {
664 "defaultMessage": "!!!Changelog", 664 "defaultMessage": "!!!Changelog",
665 "end": { 665 "end": {
666 "column": 3, 666 "column": 3,
667 "line": 37 667 "line": 38
668 }, 668 },
669 "file": "src/components/layout/AppLayout.js", 669 "file": "src/components/layout/AppLayout.js",
670 "id": "infobar.buttonChangelog", 670 "id": "infobar.buttonChangelog",
671 "start": { 671 "start": {
672 "column": 13, 672 "column": 13,
673 "line": 34 673 "line": 35
674 } 674 }
675 }, 675 },
676 { 676 {
677 "defaultMessage": "!!!Restart & install update", 677 "defaultMessage": "!!!Restart & install update",
678 "end": { 678 "end": {
679 "column": 3, 679 "column": 3,
680 "line": 41 680 "line": 42
681 }, 681 },
682 "file": "src/components/layout/AppLayout.js", 682 "file": "src/components/layout/AppLayout.js",
683 "id": "infobar.buttonInstallUpdate", 683 "id": "infobar.buttonInstallUpdate",
684 "start": { 684 "start": {
685 "column": 23, 685 "column": 23,
686 "line": 38 686 "line": 39
687 } 687 }
688 }, 688 },
689 { 689 {
690 "defaultMessage": "!!!Could not load services and user information", 690 "defaultMessage": "!!!Could not load services and user information",
691 "end": { 691 "end": {
692 "column": 3, 692 "column": 3,
693 "line": 45 693 "line": 46
694 }, 694 },
695 "file": "src/components/layout/AppLayout.js", 695 "file": "src/components/layout/AppLayout.js",
696 "id": "infobar.requiredRequestsFailed", 696 "id": "infobar.requiredRequestsFailed",
697 "start": { 697 "start": {
698 "column": 26, 698 "column": 26,
699 "line": 42 699 "line": 43
700 } 700 }
701 } 701 }
702 ], 702 ],
@@ -3025,6 +3025,24 @@
3025 { 3025 {
3026 "descriptors": [ 3026 "descriptors": [
3027 { 3027 {
3028 "defaultMessage": "!!!What's new in Franz {version}?",
3029 "end": {
3030 "column": 3,
3031 "line": 14
3032 },
3033 "file": "src/features/announcements/Component.js",
3034 "id": "feature.announcements.headline",
3035 "start": {
3036 "column": 12,
3037 "line": 11
3038 }
3039 }
3040 ],
3041 "path": "src/features/announcements/Component.json"
3042 },
3043 {
3044 "descriptors": [
3045 {
3028 "defaultMessage": "!!!Please purchase license to skip waiting", 3046 "defaultMessage": "!!!Please purchase license to skip waiting",
3029 "end": { 3047 "end": {
3030 "column": 3, 3048 "column": 3,
@@ -3799,133 +3817,146 @@
3799 } 3817 }
3800 }, 3818 },
3801 { 3819 {
3802 "defaultMessage": "!!!Settings", 3820 "defaultMessage": "!!!What's new in Franz?",
3803 "end": { 3821 "end": {
3804 "column": 3, 3822 "column": 3,
3805 "line": 161 3823 "line": 161
3806 }, 3824 },
3807 "file": "src/lib/Menu.js", 3825 "file": "src/lib/Menu.js",
3826 "id": "menu.app.announcement",
3827 "start": {
3828 "column": 16,
3829 "line": 158
3830 }
3831 },
3832 {
3833 "defaultMessage": "!!!Settings",
3834 "end": {
3835 "column": 3,
3836 "line": 165
3837 },
3838 "file": "src/lib/Menu.js",
3808 "id": "menu.app.settings", 3839 "id": "menu.app.settings",
3809 "start": { 3840 "start": {
3810 "column": 12, 3841 "column": 12,
3811 "line": 158 3842 "line": 162
3812 } 3843 }
3813 }, 3844 },
3814 { 3845 {
3815 "defaultMessage": "!!!Hide", 3846 "defaultMessage": "!!!Hide",
3816 "end": { 3847 "end": {
3817 "column": 3, 3848 "column": 3,
3818 "line": 165 3849 "line": 169
3819 }, 3850 },
3820 "file": "src/lib/Menu.js", 3851 "file": "src/lib/Menu.js",
3821 "id": "menu.app.hide", 3852 "id": "menu.app.hide",
3822 "start": { 3853 "start": {
3823 "column": 8, 3854 "column": 8,
3824 "line": 162 3855 "line": 166
3825 } 3856 }
3826 }, 3857 },
3827 { 3858 {
3828 "defaultMessage": "!!!Hide Others", 3859 "defaultMessage": "!!!Hide Others",
3829 "end": { 3860 "end": {
3830 "column": 3, 3861 "column": 3,
3831 "line": 169 3862 "line": 173
3832 }, 3863 },
3833 "file": "src/lib/Menu.js", 3864 "file": "src/lib/Menu.js",
3834 "id": "menu.app.hideOthers", 3865 "id": "menu.app.hideOthers",
3835 "start": { 3866 "start": {
3836 "column": 14, 3867 "column": 14,
3837 "line": 166 3868 "line": 170
3838 } 3869 }
3839 }, 3870 },
3840 { 3871 {
3841 "defaultMessage": "!!!Unhide", 3872 "defaultMessage": "!!!Unhide",
3842 "end": { 3873 "end": {
3843 "column": 3, 3874 "column": 3,
3844 "line": 173 3875 "line": 177
3845 }, 3876 },
3846 "file": "src/lib/Menu.js", 3877 "file": "src/lib/Menu.js",
3847 "id": "menu.app.unhide", 3878 "id": "menu.app.unhide",
3848 "start": { 3879 "start": {
3849 "column": 10, 3880 "column": 10,
3850 "line": 170 3881 "line": 174
3851 } 3882 }
3852 }, 3883 },
3853 { 3884 {
3854 "defaultMessage": "!!!Quit", 3885 "defaultMessage": "!!!Quit",
3855 "end": { 3886 "end": {
3856 "column": 3, 3887 "column": 3,
3857 "line": 177 3888 "line": 181
3858 }, 3889 },
3859 "file": "src/lib/Menu.js", 3890 "file": "src/lib/Menu.js",
3860 "id": "menu.app.quit", 3891 "id": "menu.app.quit",
3861 "start": { 3892 "start": {
3862 "column": 8, 3893 "column": 8,
3863 "line": 174 3894 "line": 178
3864 } 3895 }
3865 }, 3896 },
3866 { 3897 {
3867 "defaultMessage": "!!!Add New Service...", 3898 "defaultMessage": "!!!Add New Service...",
3868 "end": { 3899 "end": {
3869 "column": 3, 3900 "column": 3,
3870 "line": 181 3901 "line": 185
3871 }, 3902 },
3872 "file": "src/lib/Menu.js", 3903 "file": "src/lib/Menu.js",
3873 "id": "menu.services.addNewService", 3904 "id": "menu.services.addNewService",
3874 "start": { 3905 "start": {
3875 "column": 17, 3906 "column": 17,
3876 "line": 178 3907 "line": 182
3877 } 3908 }
3878 }, 3909 },
3879 { 3910 {
3880 "defaultMessage": "!!!Activate next service...", 3911 "defaultMessage": "!!!Activate next service...",
3881 "end": { 3912 "end": {
3882 "column": 3, 3913 "column": 3,
3883 "line": 185 3914 "line": 189
3884 }, 3915 },
3885 "file": "src/lib/Menu.js", 3916 "file": "src/lib/Menu.js",
3886 "id": "menu.services.setNextServiceActive", 3917 "id": "menu.services.setNextServiceActive",
3887 "start": { 3918 "start": {
3888 "column": 23, 3919 "column": 23,
3889 "line": 182 3920 "line": 186
3890 } 3921 }
3891 }, 3922 },
3892 { 3923 {
3893 "defaultMessage": "!!!Activate previous service...", 3924 "defaultMessage": "!!!Activate previous service...",
3894 "end": { 3925 "end": {
3895 "column": 3, 3926 "column": 3,
3896 "line": 189 3927 "line": 193
3897 }, 3928 },
3898 "file": "src/lib/Menu.js", 3929 "file": "src/lib/Menu.js",
3899 "id": "menu.services.activatePreviousService", 3930 "id": "menu.services.activatePreviousService",
3900 "start": { 3931 "start": {
3901 "column": 27, 3932 "column": 27,
3902 "line": 186 3933 "line": 190
3903 } 3934 }
3904 }, 3935 },
3905 { 3936 {
3906 "defaultMessage": "!!!Disable notifications & audio", 3937 "defaultMessage": "!!!Disable notifications & audio",
3907 "end": { 3938 "end": {
3908 "column": 3, 3939 "column": 3,
3909 "line": 193 3940 "line": 197
3910 }, 3941 },
3911 "file": "src/lib/Menu.js", 3942 "file": "src/lib/Menu.js",
3912 "id": "sidebar.muteApp", 3943 "id": "sidebar.muteApp",
3913 "start": { 3944 "start": {
3914 "column": 11, 3945 "column": 11,
3915 "line": 190 3946 "line": 194
3916 } 3947 }
3917 }, 3948 },
3918 { 3949 {
3919 "defaultMessage": "!!!Enable notifications & audio", 3950 "defaultMessage": "!!!Enable notifications & audio",
3920 "end": { 3951 "end": {
3921 "column": 3, 3952 "column": 3,
3922 "line": 197 3953 "line": 201
3923 }, 3954 },
3924 "file": "src/lib/Menu.js", 3955 "file": "src/lib/Menu.js",
3925 "id": "sidebar.unmuteApp", 3956 "id": "sidebar.unmuteApp",
3926 "start": { 3957 "start": {
3927 "column": 13, 3958 "column": 13,
3928 "line": 194 3959 "line": 198
3929 } 3960 }
3930 } 3961 }
3931 ], 3962 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 7543d38bd..573231c45 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,6 +1,7 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.headline": "What's new in Franz {version}?",
4 "feature.delayApp.action": "Get a Franz Supporter License", 5 "feature.delayApp.action": "Get a Franz Supporter License",
5 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting",
6 "feature.delayApp.text": "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text": "Franz will continue in {seconds} seconds.",
@@ -43,6 +44,7 @@
43 "login.submit.label": "Sign in", 44 "login.submit.label": "Sign in",
44 "login.tokenExpired": "Your session expired, please login again.", 45 "login.tokenExpired": "Your session expired, please login again.",
45 "menu.app.about": "About Franz", 46 "menu.app.about": "About Franz",
47 "menu.app.announcement": "What's new in Franz?",
46 "menu.app.hide": "Hide", 48 "menu.app.hide": "Hide",
47 "menu.app.hideOthers": "Hide Others", 49 "menu.app.hideOthers": "Hide Others",
48 "menu.app.quit": "Quit", 50 "menu.app.quit": "Quit",