aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json319
-rw-r--r--src/i18n/locales/en-US.json3
2 files changed, 182 insertions, 140 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 3f815dda7..0dfe2055a 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -765,78 +765,104 @@
765 "defaultMessage": "!!!Settings", 765 "defaultMessage": "!!!Settings",
766 "end": { 766 "end": {
767 "column": 3, 767 "column": 3,
768 "line": 16 768 "line": 18
769 }, 769 },
770 "file": "src/components/layout/Sidebar.js", 770 "file": "src/components/layout/Sidebar.js",
771 "id": "sidebar.settings", 771 "id": "sidebar.settings",
772 "start": { 772 "start": {
773 "column": 12, 773 "column": 12,
774 "line": 13 774 "line": 15
775 } 775 }
776 }, 776 },
777 { 777 {
778 "defaultMessage": "!!!Add new service", 778 "defaultMessage": "!!!Add new service",
779 "end": { 779 "end": {
780 "column": 3, 780 "column": 3,
781 "line": 20 781 "line": 22
782 }, 782 },
783 "file": "src/components/layout/Sidebar.js", 783 "file": "src/components/layout/Sidebar.js",
784 "id": "sidebar.addNewService", 784 "id": "sidebar.addNewService",
785 "start": { 785 "start": {
786 "column": 17, 786 "column": 17,
787 "line": 17 787 "line": 19
788 } 788 }
789 }, 789 },
790 { 790 {
791 "defaultMessage": "!!!Disable notifications & audio", 791 "defaultMessage": "!!!Disable notifications & audio",
792 "end": { 792 "end": {
793 "column": 3, 793 "column": 3,
794 "line": 24 794 "line": 26
795 }, 795 },
796 "file": "src/components/layout/Sidebar.js", 796 "file": "src/components/layout/Sidebar.js",
797 "id": "sidebar.muteApp", 797 "id": "sidebar.muteApp",
798 "start": { 798 "start": {
799 "column": 8, 799 "column": 8,
800 "line": 21 800 "line": 23
801 } 801 }
802 }, 802 },
803 { 803 {
804 "defaultMessage": "!!!Enable notifications & audio", 804 "defaultMessage": "!!!Enable notifications & audio",
805 "end": { 805 "end": {
806 "column": 3, 806 "column": 3,
807 "line": 28 807 "line": 30
808 }, 808 },
809 "file": "src/components/layout/Sidebar.js", 809 "file": "src/components/layout/Sidebar.js",
810 "id": "sidebar.unmuteApp", 810 "id": "sidebar.unmuteApp",
811 "start": { 811 "start": {
812 "column": 10, 812 "column": 10,
813 "line": 25 813 "line": 27
814 } 814 }
815 }, 815 },
816 { 816 {
817 "defaultMessage": "!!!Open workspace drawer", 817 "defaultMessage": "!!!Open workspace drawer",
818 "end": { 818 "end": {
819 "column": 3, 819 "column": 3,
820 "line": 32 820 "line": 34
821 }, 821 },
822 "file": "src/components/layout/Sidebar.js", 822 "file": "src/components/layout/Sidebar.js",
823 "id": "sidebar.openWorkspaceDrawer", 823 "id": "sidebar.openWorkspaceDrawer",
824 "start": { 824 "start": {
825 "column": 23, 825 "column": 23,
826 "line": 29 826 "line": 31
827 } 827 }
828 }, 828 },
829 { 829 {
830 "defaultMessage": "!!!Close workspace drawer", 830 "defaultMessage": "!!!Close workspace drawer",
831 "end": { 831 "end": {
832 "column": 3, 832 "column": 3,
833 "line": 36 833 "line": 38
834 }, 834 },
835 "file": "src/components/layout/Sidebar.js", 835 "file": "src/components/layout/Sidebar.js",
836 "id": "sidebar.closeWorkspaceDrawer", 836 "id": "sidebar.closeWorkspaceDrawer",
837 "start": { 837 "start": {
838 "column": 24, 838 "column": 24,
839 "line": 33 839 "line": 35
840 }
841 },
842 {
843 "defaultMessage": "!!!Open Franz Todos",
844 "end": {
845 "column": 3,
846 "line": 42
847 },
848 "file": "src/components/layout/Sidebar.js",
849 "id": "sidebar.openTodosDrawer",
850 "start": {
851 "column": 19,
852 "line": 39
853 }
854 },
855 {
856 "defaultMessage": "!!!Close Franz Todos",
857 "end": {
858 "column": 3,
859 "line": 46
860 },
861 "file": "src/components/layout/Sidebar.js",
862 "id": "sidebar.closeTodosDrawer",
863 "start": {
864 "column": 20,
865 "line": 43
840 } 866 }
841 } 867 }
842 ], 868 ],
@@ -3956,39 +3982,39 @@
3956 "defaultMessage": "!!!Franz Todos are available to premium users now!", 3982 "defaultMessage": "!!!Franz Todos are available to premium users now!",
3957 "end": { 3983 "end": {
3958 "column": 3, 3984 "column": 3,
3959 "line": 21 3985 "line": 18
3960 }, 3986 },
3961 "file": "src/features/todos/components/TodosWebview.js", 3987 "file": "src/features/todos/components/TodosWebview.js",
3962 "id": "feature.todos.premium.info", 3988 "id": "feature.todos.premium.info",
3963 "start": { 3989 "start": {
3964 "column": 15, 3990 "column": 15,
3965 "line": 18 3991 "line": 15
3966 } 3992 }
3967 }, 3993 },
3968 { 3994 {
3969 "defaultMessage": "!!!Upgrade Account", 3995 "defaultMessage": "!!!Upgrade Account",
3970 "end": { 3996 "end": {
3971 "column": 3, 3997 "column": 3,
3972 "line": 25 3998 "line": 22
3973 }, 3999 },
3974 "file": "src/features/todos/components/TodosWebview.js", 4000 "file": "src/features/todos/components/TodosWebview.js",
3975 "id": "feature.todos.premium.upgrade", 4001 "id": "feature.todos.premium.upgrade",
3976 "start": { 4002 "start": {
3977 "column": 14, 4003 "column": 14,
3978 "line": 22 4004 "line": 19
3979 } 4005 }
3980 }, 4006 },
3981 { 4007 {
3982 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 4008 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
3983 "end": { 4009 "end": {
3984 "column": 3, 4010 "column": 3,
3985 "line": 29 4011 "line": 26
3986 }, 4012 },
3987 "file": "src/features/todos/components/TodosWebview.js", 4013 "file": "src/features/todos/components/TodosWebview.js",
3988 "id": "feature.todos.premium.rollout", 4014 "id": "feature.todos.premium.rollout",
3989 "start": { 4015 "start": {
3990 "column": 15, 4016 "column": 15,
3991 "line": 26 4017 "line": 23
3992 } 4018 }
3993 } 4019 }
3994 ], 4020 ],
@@ -4700,793 +4726,806 @@
4700 "defaultMessage": "!!!Edit", 4726 "defaultMessage": "!!!Edit",
4701 "end": { 4727 "end": {
4702 "column": 3, 4728 "column": 3,
4703 "line": 21 4729 "line": 20
4704 }, 4730 },
4705 "file": "src/lib/Menu.js", 4731 "file": "src/lib/Menu.js",
4706 "id": "menu.edit", 4732 "id": "menu.edit",
4707 "start": { 4733 "start": {
4708 "column": 8, 4734 "column": 8,
4709 "line": 18 4735 "line": 17
4710 } 4736 }
4711 }, 4737 },
4712 { 4738 {
4713 "defaultMessage": "!!!Undo", 4739 "defaultMessage": "!!!Undo",
4714 "end": { 4740 "end": {
4715 "column": 3, 4741 "column": 3,
4716 "line": 25 4742 "line": 24
4717 }, 4743 },
4718 "file": "src/lib/Menu.js", 4744 "file": "src/lib/Menu.js",
4719 "id": "menu.edit.undo", 4745 "id": "menu.edit.undo",
4720 "start": { 4746 "start": {
4721 "column": 8, 4747 "column": 8,
4722 "line": 22 4748 "line": 21
4723 } 4749 }
4724 }, 4750 },
4725 { 4751 {
4726 "defaultMessage": "!!!Redo", 4752 "defaultMessage": "!!!Redo",
4727 "end": { 4753 "end": {
4728 "column": 3, 4754 "column": 3,
4729 "line": 29 4755 "line": 28
4730 }, 4756 },
4731 "file": "src/lib/Menu.js", 4757 "file": "src/lib/Menu.js",
4732 "id": "menu.edit.redo", 4758 "id": "menu.edit.redo",
4733 "start": { 4759 "start": {
4734 "column": 8, 4760 "column": 8,
4735 "line": 26 4761 "line": 25
4736 } 4762 }
4737 }, 4763 },
4738 { 4764 {
4739 "defaultMessage": "!!!Cut", 4765 "defaultMessage": "!!!Cut",
4740 "end": { 4766 "end": {
4741 "column": 3, 4767 "column": 3,
4742 "line": 33 4768 "line": 32
4743 }, 4769 },
4744 "file": "src/lib/Menu.js", 4770 "file": "src/lib/Menu.js",
4745 "id": "menu.edit.cut", 4771 "id": "menu.edit.cut",
4746 "start": { 4772 "start": {
4747 "column": 7, 4773 "column": 7,
4748 "line": 30 4774 "line": 29
4749 } 4775 }
4750 }, 4776 },
4751 { 4777 {
4752 "defaultMessage": "!!!Copy", 4778 "defaultMessage": "!!!Copy",
4753 "end": { 4779 "end": {
4754 "column": 3, 4780 "column": 3,
4755 "line": 37 4781 "line": 36
4756 }, 4782 },
4757 "file": "src/lib/Menu.js", 4783 "file": "src/lib/Menu.js",
4758 "id": "menu.edit.copy", 4784 "id": "menu.edit.copy",
4759 "start": { 4785 "start": {
4760 "column": 8, 4786 "column": 8,
4761 "line": 34 4787 "line": 33
4762 } 4788 }
4763 }, 4789 },
4764 { 4790 {
4765 "defaultMessage": "!!!Paste", 4791 "defaultMessage": "!!!Paste",
4766 "end": { 4792 "end": {
4767 "column": 3, 4793 "column": 3,
4768 "line": 41 4794 "line": 40
4769 }, 4795 },
4770 "file": "src/lib/Menu.js", 4796 "file": "src/lib/Menu.js",
4771 "id": "menu.edit.paste", 4797 "id": "menu.edit.paste",
4772 "start": { 4798 "start": {
4773 "column": 9, 4799 "column": 9,
4774 "line": 38 4800 "line": 37
4775 } 4801 }
4776 }, 4802 },
4777 { 4803 {
4778 "defaultMessage": "!!!Paste And Match Style", 4804 "defaultMessage": "!!!Paste And Match Style",
4779 "end": { 4805 "end": {
4780 "column": 3, 4806 "column": 3,
4781 "line": 45 4807 "line": 44
4782 }, 4808 },
4783 "file": "src/lib/Menu.js", 4809 "file": "src/lib/Menu.js",
4784 "id": "menu.edit.pasteAndMatchStyle", 4810 "id": "menu.edit.pasteAndMatchStyle",
4785 "start": { 4811 "start": {
4786 "column": 22, 4812 "column": 22,
4787 "line": 42 4813 "line": 41
4788 } 4814 }
4789 }, 4815 },
4790 { 4816 {
4791 "defaultMessage": "!!!Delete", 4817 "defaultMessage": "!!!Delete",
4792 "end": { 4818 "end": {
4793 "column": 3, 4819 "column": 3,
4794 "line": 49 4820 "line": 48
4795 }, 4821 },
4796 "file": "src/lib/Menu.js", 4822 "file": "src/lib/Menu.js",
4797 "id": "menu.edit.delete", 4823 "id": "menu.edit.delete",
4798 "start": { 4824 "start": {
4799 "column": 10, 4825 "column": 10,
4800 "line": 46 4826 "line": 45
4801 } 4827 }
4802 }, 4828 },
4803 { 4829 {
4804 "defaultMessage": "!!!Select All", 4830 "defaultMessage": "!!!Select All",
4805 "end": { 4831 "end": {
4806 "column": 3, 4832 "column": 3,
4807 "line": 53 4833 "line": 52
4808 }, 4834 },
4809 "file": "src/lib/Menu.js", 4835 "file": "src/lib/Menu.js",
4810 "id": "menu.edit.selectAll", 4836 "id": "menu.edit.selectAll",
4811 "start": { 4837 "start": {
4812 "column": 13, 4838 "column": 13,
4813 "line": 50 4839 "line": 49
4814 } 4840 }
4815 }, 4841 },
4816 { 4842 {
4817 "defaultMessage": "!!!Speech", 4843 "defaultMessage": "!!!Speech",
4818 "end": { 4844 "end": {
4819 "column": 3, 4845 "column": 3,
4820 "line": 57 4846 "line": 56
4821 }, 4847 },
4822 "file": "src/lib/Menu.js", 4848 "file": "src/lib/Menu.js",
4823 "id": "menu.edit.speech", 4849 "id": "menu.edit.speech",
4824 "start": { 4850 "start": {
4825 "column": 10, 4851 "column": 10,
4826 "line": 54 4852 "line": 53
4827 } 4853 }
4828 }, 4854 },
4829 { 4855 {
4830 "defaultMessage": "!!!Start Speaking", 4856 "defaultMessage": "!!!Start Speaking",
4831 "end": { 4857 "end": {
4832 "column": 3, 4858 "column": 3,
4833 "line": 61 4859 "line": 60
4834 }, 4860 },
4835 "file": "src/lib/Menu.js", 4861 "file": "src/lib/Menu.js",
4836 "id": "menu.edit.startSpeaking", 4862 "id": "menu.edit.startSpeaking",
4837 "start": { 4863 "start": {
4838 "column": 17, 4864 "column": 17,
4839 "line": 58 4865 "line": 57
4840 } 4866 }
4841 }, 4867 },
4842 { 4868 {
4843 "defaultMessage": "!!!Stop Speaking", 4869 "defaultMessage": "!!!Stop Speaking",
4844 "end": { 4870 "end": {
4845 "column": 3, 4871 "column": 3,
4846 "line": 65 4872 "line": 64
4847 }, 4873 },
4848 "file": "src/lib/Menu.js", 4874 "file": "src/lib/Menu.js",
4849 "id": "menu.edit.stopSpeaking", 4875 "id": "menu.edit.stopSpeaking",
4850 "start": { 4876 "start": {
4851 "column": 16, 4877 "column": 16,
4852 "line": 62 4878 "line": 61
4853 } 4879 }
4854 }, 4880 },
4855 { 4881 {
4856 "defaultMessage": "!!!Start Dictation", 4882 "defaultMessage": "!!!Start Dictation",
4857 "end": { 4883 "end": {
4858 "column": 3, 4884 "column": 3,
4859 "line": 69 4885 "line": 68
4860 }, 4886 },
4861 "file": "src/lib/Menu.js", 4887 "file": "src/lib/Menu.js",
4862 "id": "menu.edit.startDictation", 4888 "id": "menu.edit.startDictation",
4863 "start": { 4889 "start": {
4864 "column": 18, 4890 "column": 18,
4865 "line": 66 4891 "line": 65
4866 } 4892 }
4867 }, 4893 },
4868 { 4894 {
4869 "defaultMessage": "!!!Emoji & Symbols", 4895 "defaultMessage": "!!!Emoji & Symbols",
4870 "end": { 4896 "end": {
4871 "column": 3, 4897 "column": 3,
4872 "line": 73 4898 "line": 72
4873 }, 4899 },
4874 "file": "src/lib/Menu.js", 4900 "file": "src/lib/Menu.js",
4875 "id": "menu.edit.emojiSymbols", 4901 "id": "menu.edit.emojiSymbols",
4876 "start": { 4902 "start": {
4877 "column": 16, 4903 "column": 16,
4878 "line": 70 4904 "line": 69
4879 } 4905 }
4880 }, 4906 },
4881 { 4907 {
4882 "defaultMessage": "!!!Actual Size", 4908 "defaultMessage": "!!!Actual Size",
4883 "end": { 4909 "end": {
4884 "column": 3, 4910 "column": 3,
4885 "line": 77 4911 "line": 76
4886 }, 4912 },
4887 "file": "src/lib/Menu.js", 4913 "file": "src/lib/Menu.js",
4888 "id": "menu.view.resetZoom", 4914 "id": "menu.view.resetZoom",
4889 "start": { 4915 "start": {
4890 "column": 13, 4916 "column": 13,
4891 "line": 74 4917 "line": 73
4892 } 4918 }
4893 }, 4919 },
4894 { 4920 {
4895 "defaultMessage": "!!!Zoom In", 4921 "defaultMessage": "!!!Zoom In",
4896 "end": { 4922 "end": {
4897 "column": 3, 4923 "column": 3,
4898 "line": 81 4924 "line": 80
4899 }, 4925 },
4900 "file": "src/lib/Menu.js", 4926 "file": "src/lib/Menu.js",
4901 "id": "menu.view.zoomIn", 4927 "id": "menu.view.zoomIn",
4902 "start": { 4928 "start": {
4903 "column": 10, 4929 "column": 10,
4904 "line": 78 4930 "line": 77
4905 } 4931 }
4906 }, 4932 },
4907 { 4933 {
4908 "defaultMessage": "!!!Zoom Out", 4934 "defaultMessage": "!!!Zoom Out",
4909 "end": { 4935 "end": {
4910 "column": 3, 4936 "column": 3,
4911 "line": 85 4937 "line": 84
4912 }, 4938 },
4913 "file": "src/lib/Menu.js", 4939 "file": "src/lib/Menu.js",
4914 "id": "menu.view.zoomOut", 4940 "id": "menu.view.zoomOut",
4915 "start": { 4941 "start": {
4916 "column": 11, 4942 "column": 11,
4917 "line": 82 4943 "line": 81
4918 } 4944 }
4919 }, 4945 },
4920 { 4946 {
4921 "defaultMessage": "!!!Enter Full Screen", 4947 "defaultMessage": "!!!Enter Full Screen",
4922 "end": { 4948 "end": {
4923 "column": 3, 4949 "column": 3,
4924 "line": 89 4950 "line": 88
4925 }, 4951 },
4926 "file": "src/lib/Menu.js", 4952 "file": "src/lib/Menu.js",
4927 "id": "menu.view.enterFullScreen", 4953 "id": "menu.view.enterFullScreen",
4928 "start": { 4954 "start": {
4929 "column": 19, 4955 "column": 19,
4930 "line": 86 4956 "line": 85
4931 } 4957 }
4932 }, 4958 },
4933 { 4959 {
4934 "defaultMessage": "!!!Exit Full Screen", 4960 "defaultMessage": "!!!Exit Full Screen",
4935 "end": { 4961 "end": {
4936 "column": 3, 4962 "column": 3,
4937 "line": 93 4963 "line": 92
4938 }, 4964 },
4939 "file": "src/lib/Menu.js", 4965 "file": "src/lib/Menu.js",
4940 "id": "menu.view.exitFullScreen", 4966 "id": "menu.view.exitFullScreen",
4941 "start": { 4967 "start": {
4942 "column": 18, 4968 "column": 18,
4943 "line": 90 4969 "line": 89
4944 } 4970 }
4945 }, 4971 },
4946 { 4972 {
4947 "defaultMessage": "!!!Toggle Full Screen", 4973 "defaultMessage": "!!!Toggle Full Screen",
4948 "end": { 4974 "end": {
4949 "column": 3, 4975 "column": 3,
4950 "line": 97 4976 "line": 96
4951 }, 4977 },
4952 "file": "src/lib/Menu.js", 4978 "file": "src/lib/Menu.js",
4953 "id": "menu.view.toggleFullScreen", 4979 "id": "menu.view.toggleFullScreen",
4954 "start": { 4980 "start": {
4955 "column": 20, 4981 "column": 20,
4956 "line": 94 4982 "line": 93
4957 } 4983 }
4958 }, 4984 },
4959 { 4985 {
4960 "defaultMessage": "!!!Toggle Developer Tools", 4986 "defaultMessage": "!!!Toggle Developer Tools",
4961 "end": { 4987 "end": {
4962 "column": 3, 4988 "column": 3,
4963 "line": 101 4989 "line": 100
4964 }, 4990 },
4965 "file": "src/lib/Menu.js", 4991 "file": "src/lib/Menu.js",
4966 "id": "menu.view.toggleDevTools", 4992 "id": "menu.view.toggleDevTools",
4967 "start": { 4993 "start": {
4968 "column": 18, 4994 "column": 18,
4969 "line": 98 4995 "line": 97
4970 } 4996 }
4971 }, 4997 },
4972 { 4998 {
4973 "defaultMessage": "!!!Toggle Todos Developer Tools", 4999 "defaultMessage": "!!!Toggle Todos Developer Tools",
4974 "end": { 5000 "end": {
4975 "column": 3, 5001 "column": 3,
4976 "line": 105 5002 "line": 104
4977 }, 5003 },
4978 "file": "src/lib/Menu.js", 5004 "file": "src/lib/Menu.js",
4979 "id": "menu.view.toggleTodosDevTools", 5005 "id": "menu.view.toggleTodosDevTools",
4980 "start": { 5006 "start": {
4981 "column": 23, 5007 "column": 23,
4982 "line": 102 5008 "line": 101
4983 } 5009 }
4984 }, 5010 },
4985 { 5011 {
4986 "defaultMessage": "!!!Toggle Service Developer Tools", 5012 "defaultMessage": "!!!Toggle Service Developer Tools",
4987 "end": { 5013 "end": {
4988 "column": 3, 5014 "column": 3,
4989 "line": 109 5015 "line": 108
4990 }, 5016 },
4991 "file": "src/lib/Menu.js", 5017 "file": "src/lib/Menu.js",
4992 "id": "menu.view.toggleServiceDevTools", 5018 "id": "menu.view.toggleServiceDevTools",
4993 "start": { 5019 "start": {
4994 "column": 25, 5020 "column": 25,
4995 "line": 106 5021 "line": 105
4996 } 5022 }
4997 }, 5023 },
4998 { 5024 {
4999 "defaultMessage": "!!!Reload Service", 5025 "defaultMessage": "!!!Reload Service",
5000 "end": { 5026 "end": {
5001 "column": 3, 5027 "column": 3,
5002 "line": 113 5028 "line": 112
5003 }, 5029 },
5004 "file": "src/lib/Menu.js", 5030 "file": "src/lib/Menu.js",
5005 "id": "menu.view.reloadService", 5031 "id": "menu.view.reloadService",
5006 "start": { 5032 "start": {
5007 "column": 17, 5033 "column": 17,
5008 "line": 110 5034 "line": 109
5009 } 5035 }
5010 }, 5036 },
5011 { 5037 {
5012 "defaultMessage": "!!!Reload Franz", 5038 "defaultMessage": "!!!Reload Franz",
5013 "end": { 5039 "end": {
5014 "column": 3, 5040 "column": 3,
5015 "line": 117 5041 "line": 116
5016 }, 5042 },
5017 "file": "src/lib/Menu.js", 5043 "file": "src/lib/Menu.js",
5018 "id": "menu.view.reloadFranz", 5044 "id": "menu.view.reloadFranz",
5019 "start": { 5045 "start": {
5020 "column": 15, 5046 "column": 15,
5021 "line": 114 5047 "line": 113
5022 } 5048 }
5023 }, 5049 },
5024 { 5050 {
5025 "defaultMessage": "!!!Minimize", 5051 "defaultMessage": "!!!Minimize",
5026 "end": { 5052 "end": {
5027 "column": 3, 5053 "column": 3,
5028 "line": 121 5054 "line": 120
5029 }, 5055 },
5030 "file": "src/lib/Menu.js", 5056 "file": "src/lib/Menu.js",
5031 "id": "menu.window.minimize", 5057 "id": "menu.window.minimize",
5032 "start": { 5058 "start": {
5033 "column": 12, 5059 "column": 12,
5034 "line": 118 5060 "line": 117
5035 } 5061 }
5036 }, 5062 },
5037 { 5063 {
5038 "defaultMessage": "!!!Close", 5064 "defaultMessage": "!!!Close",
5039 "end": { 5065 "end": {
5040 "column": 3, 5066 "column": 3,
5041 "line": 125 5067 "line": 124
5042 }, 5068 },
5043 "file": "src/lib/Menu.js", 5069 "file": "src/lib/Menu.js",
5044 "id": "menu.window.close", 5070 "id": "menu.window.close",
5045 "start": { 5071 "start": {
5046 "column": 9, 5072 "column": 9,
5047 "line": 122 5073 "line": 121
5048 } 5074 }
5049 }, 5075 },
5050 { 5076 {
5051 "defaultMessage": "!!!Learn More", 5077 "defaultMessage": "!!!Learn More",
5052 "end": { 5078 "end": {
5053 "column": 3, 5079 "column": 3,
5054 "line": 129 5080 "line": 128
5055 }, 5081 },
5056 "file": "src/lib/Menu.js", 5082 "file": "src/lib/Menu.js",
5057 "id": "menu.help.learnMore", 5083 "id": "menu.help.learnMore",
5058 "start": { 5084 "start": {
5059 "column": 13, 5085 "column": 13,
5060 "line": 126 5086 "line": 125
5061 } 5087 }
5062 }, 5088 },
5063 { 5089 {
5064 "defaultMessage": "!!!Changelog", 5090 "defaultMessage": "!!!Changelog",
5065 "end": { 5091 "end": {
5066 "column": 3, 5092 "column": 3,
5067 "line": 133 5093 "line": 132
5068 }, 5094 },
5069 "file": "src/lib/Menu.js", 5095 "file": "src/lib/Menu.js",
5070 "id": "menu.help.changelog", 5096 "id": "menu.help.changelog",
5071 "start": { 5097 "start": {
5072 "column": 13, 5098 "column": 13,
5073 "line": 130 5099 "line": 129
5074 } 5100 }
5075 }, 5101 },
5076 { 5102 {
5077 "defaultMessage": "!!!Support", 5103 "defaultMessage": "!!!Support",
5078 "end": { 5104 "end": {
5079 "column": 3, 5105 "column": 3,
5080 "line": 137 5106 "line": 136
5081 }, 5107 },
5082 "file": "src/lib/Menu.js", 5108 "file": "src/lib/Menu.js",
5083 "id": "menu.help.support", 5109 "id": "menu.help.support",
5084 "start": { 5110 "start": {
5085 "column": 11, 5111 "column": 11,
5086 "line": 134 5112 "line": 133
5087 } 5113 }
5088 }, 5114 },
5089 { 5115 {
5090 "defaultMessage": "!!!Copy Debug Information", 5116 "defaultMessage": "!!!Copy Debug Information",
5091 "end": { 5117 "end": {
5092 "column": 3, 5118 "column": 3,
5093 "line": 141 5119 "line": 140
5094 }, 5120 },
5095 "file": "src/lib/Menu.js", 5121 "file": "src/lib/Menu.js",
5096 "id": "menu.help.debugInfo", 5122 "id": "menu.help.debugInfo",
5097 "start": { 5123 "start": {
5098 "column": 13, 5124 "column": 13,
5099 "line": 138 5125 "line": 137
5100 } 5126 }
5101 }, 5127 },
5102 { 5128 {
5103 "defaultMessage": "!!!Franz Debug Information", 5129 "defaultMessage": "!!!Franz Debug Information",
5104 "end": { 5130 "end": {
5105 "column": 3, 5131 "column": 3,
5106 "line": 145 5132 "line": 144
5107 }, 5133 },
5108 "file": "src/lib/Menu.js", 5134 "file": "src/lib/Menu.js",
5109 "id": "menu.help.debugInfoCopiedHeadline", 5135 "id": "menu.help.debugInfoCopiedHeadline",
5110 "start": { 5136 "start": {
5111 "column": 27, 5137 "column": 27,
5112 "line": 142 5138 "line": 141
5113 } 5139 }
5114 }, 5140 },
5115 { 5141 {
5116 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5142 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
5117 "end": { 5143 "end": {
5118 "column": 3, 5144 "column": 3,
5119 "line": 149 5145 "line": 148
5120 }, 5146 },
5121 "file": "src/lib/Menu.js", 5147 "file": "src/lib/Menu.js",
5122 "id": "menu.help.debugInfoCopiedBody", 5148 "id": "menu.help.debugInfoCopiedBody",
5123 "start": { 5149 "start": {
5124 "column": 23, 5150 "column": 23,
5125 "line": 146 5151 "line": 145
5126 } 5152 }
5127 }, 5153 },
5128 { 5154 {
5129 "defaultMessage": "!!!Terms of Service", 5155 "defaultMessage": "!!!Terms of Service",
5130 "end": { 5156 "end": {
5131 "column": 3, 5157 "column": 3,
5132 "line": 153 5158 "line": 152
5133 }, 5159 },
5134 "file": "src/lib/Menu.js", 5160 "file": "src/lib/Menu.js",
5135 "id": "menu.help.tos", 5161 "id": "menu.help.tos",
5136 "start": { 5162 "start": {
5137 "column": 7, 5163 "column": 7,
5138 "line": 150 5164 "line": 149
5139 } 5165 }
5140 }, 5166 },
5141 { 5167 {
5142 "defaultMessage": "!!!Privacy Statement", 5168 "defaultMessage": "!!!Privacy Statement",
5143 "end": { 5169 "end": {
5144 "column": 3, 5170 "column": 3,
5145 "line": 157 5171 "line": 156
5146 }, 5172 },
5147 "file": "src/lib/Menu.js", 5173 "file": "src/lib/Menu.js",
5148 "id": "menu.help.privacy", 5174 "id": "menu.help.privacy",
5149 "start": { 5175 "start": {
5150 "column": 11, 5176 "column": 11,
5151 "line": 154 5177 "line": 153
5152 } 5178 }
5153 }, 5179 },
5154 { 5180 {
5155 "defaultMessage": "!!!File", 5181 "defaultMessage": "!!!File",
5156 "end": { 5182 "end": {
5157 "column": 3, 5183 "column": 3,
5158 "line": 161 5184 "line": 160
5159 }, 5185 },
5160 "file": "src/lib/Menu.js", 5186 "file": "src/lib/Menu.js",
5161 "id": "menu.file", 5187 "id": "menu.file",
5162 "start": { 5188 "start": {
5163 "column": 8, 5189 "column": 8,
5164 "line": 158 5190 "line": 157
5165 } 5191 }
5166 }, 5192 },
5167 { 5193 {
5168 "defaultMessage": "!!!View", 5194 "defaultMessage": "!!!View",
5169 "end": { 5195 "end": {
5170 "column": 3, 5196 "column": 3,
5171 "line": 165 5197 "line": 164
5172 }, 5198 },
5173 "file": "src/lib/Menu.js", 5199 "file": "src/lib/Menu.js",
5174 "id": "menu.view", 5200 "id": "menu.view",
5175 "start": { 5201 "start": {
5176 "column": 8, 5202 "column": 8,
5177 "line": 162 5203 "line": 161
5178 } 5204 }
5179 }, 5205 },
5180 { 5206 {
5181 "defaultMessage": "!!!Services", 5207 "defaultMessage": "!!!Services",
5182 "end": { 5208 "end": {
5183 "column": 3, 5209 "column": 3,
5184 "line": 169 5210 "line": 168
5185 }, 5211 },
5186 "file": "src/lib/Menu.js", 5212 "file": "src/lib/Menu.js",
5187 "id": "menu.services", 5213 "id": "menu.services",
5188 "start": { 5214 "start": {
5189 "column": 12, 5215 "column": 12,
5190 "line": 166 5216 "line": 165
5191 } 5217 }
5192 }, 5218 },
5193 { 5219 {
5194 "defaultMessage": "!!!Window", 5220 "defaultMessage": "!!!Window",
5195 "end": { 5221 "end": {
5196 "column": 3, 5222 "column": 3,
5197 "line": 173 5223 "line": 172
5198 }, 5224 },
5199 "file": "src/lib/Menu.js", 5225 "file": "src/lib/Menu.js",
5200 "id": "menu.window", 5226 "id": "menu.window",
5201 "start": { 5227 "start": {
5202 "column": 10, 5228 "column": 10,
5203 "line": 170 5229 "line": 169
5204 } 5230 }
5205 }, 5231 },
5206 { 5232 {
5207 "defaultMessage": "!!!Help", 5233 "defaultMessage": "!!!Help",
5208 "end": { 5234 "end": {
5209 "column": 3, 5235 "column": 3,
5210 "line": 177 5236 "line": 176
5211 }, 5237 },
5212 "file": "src/lib/Menu.js", 5238 "file": "src/lib/Menu.js",
5213 "id": "menu.help", 5239 "id": "menu.help",
5214 "start": { 5240 "start": {
5215 "column": 8, 5241 "column": 8,
5216 "line": 174 5242 "line": 173
5217 } 5243 }
5218 }, 5244 },
5219 { 5245 {
5220 "defaultMessage": "!!!About Franz", 5246 "defaultMessage": "!!!About Franz",
5221 "end": { 5247 "end": {
5222 "column": 3, 5248 "column": 3,
5223 "line": 181 5249 "line": 180
5224 }, 5250 },
5225 "file": "src/lib/Menu.js", 5251 "file": "src/lib/Menu.js",
5226 "id": "menu.app.about", 5252 "id": "menu.app.about",
5227 "start": { 5253 "start": {
5228 "column": 9, 5254 "column": 9,
5229 "line": 178 5255 "line": 177
5230 } 5256 }
5231 }, 5257 },
5232 { 5258 {
5233 "defaultMessage": "!!!What's new?", 5259 "defaultMessage": "!!!What's new?",
5234 "end": { 5260 "end": {
5235 "column": 3, 5261 "column": 3,
5236 "line": 185 5262 "line": 184
5237 }, 5263 },
5238 "file": "src/lib/Menu.js", 5264 "file": "src/lib/Menu.js",
5239 "id": "menu.app.announcement", 5265 "id": "menu.app.announcement",
5240 "start": { 5266 "start": {
5241 "column": 16, 5267 "column": 16,
5242 "line": 182 5268 "line": 181
5243 } 5269 }
5244 }, 5270 },
5245 { 5271 {
5246 "defaultMessage": "!!!Settings", 5272 "defaultMessage": "!!!Settings",
5247 "end": { 5273 "end": {
5248 "column": 3, 5274 "column": 3,
5249 "line": 189 5275 "line": 188
5250 }, 5276 },
5251 "file": "src/lib/Menu.js", 5277 "file": "src/lib/Menu.js",
5252 "id": "menu.app.settings", 5278 "id": "menu.app.settings",
5253 "start": { 5279 "start": {
5254 "column": 12, 5280 "column": 12,
5255 "line": 186 5281 "line": 185
5256 } 5282 }
5257 }, 5283 },
5258 { 5284 {
5259 "defaultMessage": "!!!Check for updates", 5285 "defaultMessage": "!!!Check for updates",
5260 "end": { 5286 "end": {
5261 "column": 3, 5287 "column": 3,
5262 "line": 193 5288 "line": 192
5263 }, 5289 },
5264 "file": "src/lib/Menu.js", 5290 "file": "src/lib/Menu.js",
5265 "id": "menu.app.checkForUpdates", 5291 "id": "menu.app.checkForUpdates",
5266 "start": { 5292 "start": {
5267 "column": 19, 5293 "column": 19,
5268 "line": 190 5294 "line": 189
5269 } 5295 }
5270 }, 5296 },
5271 { 5297 {
5272 "defaultMessage": "!!!Hide", 5298 "defaultMessage": "!!!Hide",
5273 "end": { 5299 "end": {
5274 "column": 3, 5300 "column": 3,
5275 "line": 197 5301 "line": 196
5276 }, 5302 },
5277 "file": "src/lib/Menu.js", 5303 "file": "src/lib/Menu.js",
5278 "id": "menu.app.hide", 5304 "id": "menu.app.hide",
5279 "start": { 5305 "start": {
5280 "column": 8, 5306 "column": 8,
5281 "line": 194 5307 "line": 193
5282 } 5308 }
5283 }, 5309 },
5284 { 5310 {
5285 "defaultMessage": "!!!Hide Others", 5311 "defaultMessage": "!!!Hide Others",
5286 "end": { 5312 "end": {
5287 "column": 3, 5313 "column": 3,
5288 "line": 201 5314 "line": 200
5289 }, 5315 },
5290 "file": "src/lib/Menu.js", 5316 "file": "src/lib/Menu.js",
5291 "id": "menu.app.hideOthers", 5317 "id": "menu.app.hideOthers",
5292 "start": { 5318 "start": {
5293 "column": 14, 5319 "column": 14,
5294 "line": 198 5320 "line": 197
5295 } 5321 }
5296 }, 5322 },
5297 { 5323 {
5298 "defaultMessage": "!!!Unhide", 5324 "defaultMessage": "!!!Unhide",
5299 "end": { 5325 "end": {
5300 "column": 3, 5326 "column": 3,
5301 "line": 205 5327 "line": 204
5302 }, 5328 },
5303 "file": "src/lib/Menu.js", 5329 "file": "src/lib/Menu.js",
5304 "id": "menu.app.unhide", 5330 "id": "menu.app.unhide",
5305 "start": { 5331 "start": {
5306 "column": 10, 5332 "column": 10,
5307 "line": 202 5333 "line": 201
5308 } 5334 }
5309 }, 5335 },
5310 { 5336 {
5311 "defaultMessage": "!!!Quit", 5337 "defaultMessage": "!!!Quit",
5312 "end": { 5338 "end": {
5313 "column": 3, 5339 "column": 3,
5314 "line": 209 5340 "line": 208
5315 }, 5341 },
5316 "file": "src/lib/Menu.js", 5342 "file": "src/lib/Menu.js",
5317 "id": "menu.app.quit", 5343 "id": "menu.app.quit",
5318 "start": { 5344 "start": {
5319 "column": 8, 5345 "column": 8,
5320 "line": 206 5346 "line": 205
5321 } 5347 }
5322 }, 5348 },
5323 { 5349 {
5324 "defaultMessage": "!!!Add New Service...", 5350 "defaultMessage": "!!!Add New Service...",
5325 "end": { 5351 "end": {
5326 "column": 3, 5352 "column": 3,
5327 "line": 213 5353 "line": 212
5328 }, 5354 },
5329 "file": "src/lib/Menu.js", 5355 "file": "src/lib/Menu.js",
5330 "id": "menu.services.addNewService", 5356 "id": "menu.services.addNewService",
5331 "start": { 5357 "start": {
5332 "column": 17, 5358 "column": 17,
5333 "line": 210 5359 "line": 209
5334 } 5360 }
5335 }, 5361 },
5336 { 5362 {
5337 "defaultMessage": "!!!Add New Workspace...", 5363 "defaultMessage": "!!!Add New Workspace...",
5338 "end": { 5364 "end": {
5339 "column": 3, 5365 "column": 3,
5340 "line": 217 5366 "line": 216
5341 }, 5367 },
5342 "file": "src/lib/Menu.js", 5368 "file": "src/lib/Menu.js",
5343 "id": "menu.workspaces.addNewWorkspace", 5369 "id": "menu.workspaces.addNewWorkspace",
5344 "start": { 5370 "start": {
5345 "column": 19, 5371 "column": 19,
5346 "line": 214 5372 "line": 213
5347 } 5373 }
5348 }, 5374 },
5349 { 5375 {
5350 "defaultMessage": "!!!Open workspace drawer", 5376 "defaultMessage": "!!!Open workspace drawer",
5351 "end": { 5377 "end": {
5352 "column": 3, 5378 "column": 3,
5353 "line": 221 5379 "line": 220
5354 }, 5380 },
5355 "file": "src/lib/Menu.js", 5381 "file": "src/lib/Menu.js",
5356 "id": "menu.workspaces.openWorkspaceDrawer", 5382 "id": "menu.workspaces.openWorkspaceDrawer",
5357 "start": { 5383 "start": {
5358 "column": 23, 5384 "column": 23,
5359 "line": 218 5385 "line": 217
5360 } 5386 }
5361 }, 5387 },
5362 { 5388 {
5363 "defaultMessage": "!!!Close workspace drawer", 5389 "defaultMessage": "!!!Close workspace drawer",
5364 "end": { 5390 "end": {
5365 "column": 3, 5391 "column": 3,
5366 "line": 225 5392 "line": 224
5367 }, 5393 },
5368 "file": "src/lib/Menu.js", 5394 "file": "src/lib/Menu.js",
5369 "id": "menu.workspaces.closeWorkspaceDrawer", 5395 "id": "menu.workspaces.closeWorkspaceDrawer",
5370 "start": { 5396 "start": {
5371 "column": 24, 5397 "column": 24,
5372 "line": 222 5398 "line": 221
5373 } 5399 }
5374 }, 5400 },
5375 { 5401 {
5376 "defaultMessage": "!!!Activate next service...", 5402 "defaultMessage": "!!!Activate next service...",
5377 "end": { 5403 "end": {
5378 "column": 3, 5404 "column": 3,
5379 "line": 229 5405 "line": 228
5380 }, 5406 },
5381 "file": "src/lib/Menu.js", 5407 "file": "src/lib/Menu.js",
5382 "id": "menu.services.setNextServiceActive", 5408 "id": "menu.services.setNextServiceActive",
5383 "start": { 5409 "start": {
5384 "column": 23, 5410 "column": 23,
5385 "line": 226 5411 "line": 225
5386 } 5412 }
5387 }, 5413 },
5388 { 5414 {
5389 "defaultMessage": "!!!Activate previous service...", 5415 "defaultMessage": "!!!Activate previous service...",
5390 "end": { 5416 "end": {
5391 "column": 3, 5417 "column": 3,
5392 "line": 233 5418 "line": 232
5393 }, 5419 },
5394 "file": "src/lib/Menu.js", 5420 "file": "src/lib/Menu.js",
5395 "id": "menu.services.activatePreviousService", 5421 "id": "menu.services.activatePreviousService",
5396 "start": { 5422 "start": {
5397 "column": 27, 5423 "column": 27,
5398 "line": 230 5424 "line": 229
5399 } 5425 }
5400 }, 5426 },
5401 { 5427 {
5402 "defaultMessage": "!!!Disable notifications & audio", 5428 "defaultMessage": "!!!Disable notifications & audio",
5403 "end": { 5429 "end": {
5404 "column": 3, 5430 "column": 3,
5405 "line": 237 5431 "line": 236
5406 }, 5432 },
5407 "file": "src/lib/Menu.js", 5433 "file": "src/lib/Menu.js",
5408 "id": "sidebar.muteApp", 5434 "id": "sidebar.muteApp",
5409 "start": { 5435 "start": {
5410 "column": 11, 5436 "column": 11,
5411 "line": 234 5437 "line": 233
5412 } 5438 }
5413 }, 5439 },
5414 { 5440 {
5415 "defaultMessage": "!!!Enable notifications & audio", 5441 "defaultMessage": "!!!Enable notifications & audio",
5416 "end": { 5442 "end": {
5417 "column": 3, 5443 "column": 3,
5418 "line": 241 5444 "line": 240
5419 }, 5445 },
5420 "file": "src/lib/Menu.js", 5446 "file": "src/lib/Menu.js",
5421 "id": "sidebar.unmuteApp", 5447 "id": "sidebar.unmuteApp",
5422 "start": { 5448 "start": {
5423 "column": 13, 5449 "column": 13,
5424 "line": 238 5450 "line": 237
5425 } 5451 }
5426 }, 5452 },
5427 { 5453 {
5428 "defaultMessage": "!!!Workspaces", 5454 "defaultMessage": "!!!Workspaces",
5429 "end": { 5455 "end": {
5430 "column": 3, 5456 "column": 3,
5431 "line": 245 5457 "line": 244
5432 }, 5458 },
5433 "file": "src/lib/Menu.js", 5459 "file": "src/lib/Menu.js",
5434 "id": "menu.workspaces", 5460 "id": "menu.workspaces",
5435 "start": { 5461 "start": {
5436 "column": 14, 5462 "column": 14,
5437 "line": 242 5463 "line": 241
5438 } 5464 }
5439 }, 5465 },
5440 { 5466 {
5441 "defaultMessage": "!!!Default", 5467 "defaultMessage": "!!!Default",
5442 "end": { 5468 "end": {
5443 "column": 3, 5469 "column": 3,
5444 "line": 249 5470 "line": 248
5445 }, 5471 },
5446 "file": "src/lib/Menu.js", 5472 "file": "src/lib/Menu.js",
5447 "id": "menu.workspaces.defaultWorkspace", 5473 "id": "menu.workspaces.defaultWorkspace",
5448 "start": { 5474 "start": {
5449 "column": 20, 5475 "column": 20,
5450 "line": 246 5476 "line": 245
5451 } 5477 }
5452 }, 5478 },
5453 { 5479 {
5454 "defaultMessage": "!!!Todos", 5480 "defaultMessage": "!!!Todos",
5455 "end": { 5481 "end": {
5456 "column": 3, 5482 "column": 3,
5457 "line": 253 5483 "line": 252
5458 }, 5484 },
5459 "file": "src/lib/Menu.js", 5485 "file": "src/lib/Menu.js",
5460 "id": "menu.todos", 5486 "id": "menu.todos",
5461 "start": { 5487 "start": {
5462 "column": 9, 5488 "column": 9,
5463 "line": 250 5489 "line": 249
5464 } 5490 }
5465 }, 5491 },
5466 { 5492 {
5467 "defaultMessage": "!!!Open Todos drawer", 5493 "defaultMessage": "!!!Open Todos drawer",
5468 "end": { 5494 "end": {
5469 "column": 3, 5495 "column": 3,
5470 "line": 257 5496 "line": 256
5471 }, 5497 },
5472 "file": "src/lib/Menu.js", 5498 "file": "src/lib/Menu.js",
5473 "id": "menu.Todoss.openTodosDrawer", 5499 "id": "menu.Todoss.openTodosDrawer",
5474 "start": { 5500 "start": {
5475 "column": 19, 5501 "column": 19,
5476 "line": 254 5502 "line": 253
5477 } 5503 }
5478 }, 5504 },
5479 { 5505 {
5480 "defaultMessage": "!!!Close Todos drawer", 5506 "defaultMessage": "!!!Close Todos drawer",
5481 "end": { 5507 "end": {
5482 "column": 3, 5508 "column": 3,
5483 "line": 261 5509 "line": 260
5484 }, 5510 },
5485 "file": "src/lib/Menu.js", 5511 "file": "src/lib/Menu.js",
5486 "id": "menu.Todoss.closeTodosDrawer", 5512 "id": "menu.Todoss.closeTodosDrawer",
5487 "start": { 5513 "start": {
5488 "column": 20, 5514 "column": 20,
5489 "line": 258 5515 "line": 257
5516 }
5517 },
5518 {
5519 "defaultMessage": "!!!Enable Todos",
5520 "end": {
5521 "column": 3,
5522 "line": 264
5523 },
5524 "file": "src/lib/Menu.js",
5525 "id": "menu.todos.enableTodos",
5526 "start": {
5527 "column": 15,
5528 "line": 261
5490 } 5529 }
5491 } 5530 }
5492 ], 5531 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 991af277b..dcb9d92a2 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -93,6 +93,7 @@
93 "menu.services.addNewService": "Add New Service...", 93 "menu.services.addNewService": "Add New Service...",
94 "menu.services.setNextServiceActive": "Activate next service", 94 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 95 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos",
96 "menu.view": "View", 97 "menu.view": "View",
97 "menu.view.enterFullScreen": "Enter Full Screen", 98 "menu.view.enterFullScreen": "Enter Full Screen",
98 "menu.view.exitFullScreen": "Exit Full Screen", 99 "menu.view.exitFullScreen": "Exit Full Screen",
@@ -329,8 +330,10 @@
329 "settings.workspaces.workspaceFeatureInfo": "Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.", 330 "settings.workspaces.workspaceFeatureInfo": "Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.",
330 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
331 "sidebar.addNewService": "Add new service", 332 "sidebar.addNewService": "Add new service",
333 "sidebar.closeTodosDrawer": "Close Franz Todos",
332 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
333 "sidebar.muteApp": "Disable notifications & audio", 335 "sidebar.muteApp": "Disable notifications & audio",
336 "sidebar.openTodosDrawer": "Open Franz Todos",
334 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 337 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
335 "sidebar.settings": "Settings", 338 "sidebar.settings": "Settings",
336 "sidebar.unmuteApp": "Enable notifications & audio", 339 "sidebar.unmuteApp": "Enable notifications & audio",