aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json369
-rw-r--r--src/i18n/locales/en-US.json13
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json103
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json12
-rw-r--r--src/i18n/messages/src/lib/Menu.json254
5 files changed, 416 insertions, 335 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 8e74c0705..03bc6f036 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3528,185 +3528,224 @@
3528 { 3528 {
3529 "descriptors": [ 3529 "descriptors": [
3530 { 3530 {
3531 "defaultMessage": "!!!Launch Franz on start", 3531 "defaultMessage": "!!!Launch Ferdi on start",
3532 "end": { 3532 "end": {
3533 "column": 3, 3533 "column": 3,
3534 "line": 29 3534 "line": 31
3535 }, 3535 },
3536 "file": "src/containers/settings/EditSettingsScreen.js", 3536 "file": "src/containers/settings/EditSettingsScreen.js",
3537 "id": "settings.app.form.autoLaunchOnStart", 3537 "id": "settings.app.form.autoLaunchOnStart",
3538 "start": { 3538 "start": {
3539 "column": 21, 3539 "column": 21,
3540 "line": 26 3540 "line": 28
3541 } 3541 }
3542 }, 3542 },
3543 { 3543 {
3544 "defaultMessage": "!!!Open in background", 3544 "defaultMessage": "!!!Open in background",
3545 "end": { 3545 "end": {
3546 "column": 3, 3546 "column": 3,
3547 "line": 33 3547 "line": 35
3548 }, 3548 },
3549 "file": "src/containers/settings/EditSettingsScreen.js", 3549 "file": "src/containers/settings/EditSettingsScreen.js",
3550 "id": "settings.app.form.autoLaunchInBackground", 3550 "id": "settings.app.form.autoLaunchInBackground",
3551 "start": { 3551 "start": {
3552 "column": 26, 3552 "column": 26,
3553 "line": 30 3553 "line": 32
3554 } 3554 }
3555 }, 3555 },
3556 { 3556 {
3557 "defaultMessage": "!!!Keep Franz in background when closing the window", 3557 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
3558 "end": { 3558 "end": {
3559 "column": 3, 3559 "column": 3,
3560 "line": 37 3560 "line": 39
3561 }, 3561 },
3562 "file": "src/containers/settings/EditSettingsScreen.js", 3562 "file": "src/containers/settings/EditSettingsScreen.js",
3563 "id": "settings.app.form.runInBackground", 3563 "id": "settings.app.form.runInBackground",
3564 "start": { 3564 "start": {
3565 "column": 19, 3565 "column": 19,
3566 "line": 34 3566 "line": 36
3567 } 3567 }
3568 }, 3568 },
3569 { 3569 {
3570 "defaultMessage": "!!!Show Franz in system tray", 3570 "defaultMessage": "!!!Show Ferdi in system tray",
3571 "end": { 3571 "end": {
3572 "column": 3, 3572 "column": 3,
3573 "line": 41 3573 "line": 43
3574 }, 3574 },
3575 "file": "src/containers/settings/EditSettingsScreen.js", 3575 "file": "src/containers/settings/EditSettingsScreen.js",
3576 "id": "settings.app.form.enableSystemTray", 3576 "id": "settings.app.form.enableSystemTray",
3577 "start": { 3577 "start": {
3578 "column": 20, 3578 "column": 20,
3579 "line": 38 3579 "line": 40
3580 } 3580 }
3581 }, 3581 },
3582 { 3582 {
3583 "defaultMessage": "!!!Minimize Franz to system tray", 3583 "defaultMessage": "!!!Minimize Ferdi to system tray",
3584 "end": { 3584 "end": {
3585 "column": 3, 3585 "column": 3,
3586 "line": 45 3586 "line": 47
3587 }, 3587 },
3588 "file": "src/containers/settings/EditSettingsScreen.js", 3588 "file": "src/containers/settings/EditSettingsScreen.js",
3589 "id": "settings.app.form.minimizeToSystemTray", 3589 "id": "settings.app.form.minimizeToSystemTray",
3590 "start": { 3590 "start": {
3591 "column": 24, 3591 "column": 24,
3592 "line": 42 3592 "line": 44
3593 }
3594 },
3595 {
3596 "defaultMessage": "!!!Don't show message content in notifications",
3597 "end": {
3598 "column": 3,
3599 "line": 51
3600 },
3601 "file": "src/containers/settings/EditSettingsScreen.js",
3602 "id": "settings.app.form.privateNotifications",
3603 "start": {
3604 "column": 24,
3605 "line": 48
3606 }
3607 },
3608 {
3609 "defaultMessage": "!!!Server",
3610 "end": {
3611 "column": 3,
3612 "line": 55
3613 },
3614 "file": "src/containers/settings/EditSettingsScreen.js",
3615 "id": "settings.app.form.server",
3616 "start": {
3617 "column": 10,
3618 "line": 52
3619 }
3620 },
3621 {
3622 "defaultMessage": "!!!Todo Server",
3623 "end": {
3624 "column": 3,
3625 "line": 59
3626 },
3627 "file": "src/containers/settings/EditSettingsScreen.js",
3628 "id": "settings.app.form.todoServer",
3629 "start": {
3630 "column": 14,
3631 "line": 56
3593 } 3632 }
3594 }, 3633 },
3595 { 3634 {
3596 "defaultMessage": "!!!Language", 3635 "defaultMessage": "!!!Language",
3597 "end": { 3636 "end": {
3598 "column": 3, 3637 "column": 3,
3599 "line": 49 3638 "line": 63
3600 }, 3639 },
3601 "file": "src/containers/settings/EditSettingsScreen.js", 3640 "file": "src/containers/settings/EditSettingsScreen.js",
3602 "id": "settings.app.form.language", 3641 "id": "settings.app.form.language",
3603 "start": { 3642 "start": {
3604 "column": 12, 3643 "column": 12,
3605 "line": 46 3644 "line": 60
3606 } 3645 }
3607 }, 3646 },
3608 { 3647 {
3609 "defaultMessage": "!!!Dark Mode", 3648 "defaultMessage": "!!!Dark Mode",
3610 "end": { 3649 "end": {
3611 "column": 3, 3650 "column": 3,
3612 "line": 53 3651 "line": 67
3613 }, 3652 },
3614 "file": "src/containers/settings/EditSettingsScreen.js", 3653 "file": "src/containers/settings/EditSettingsScreen.js",
3615 "id": "settings.app.form.darkMode", 3654 "id": "settings.app.form.darkMode",
3616 "start": { 3655 "start": {
3617 "column": 12, 3656 "column": 12,
3618 "line": 50 3657 "line": 64
3619 } 3658 }
3620 }, 3659 },
3621 { 3660 {
3622 "defaultMessage": "!!!Display disabled services tabs", 3661 "defaultMessage": "!!!Display disabled services tabs",
3623 "end": { 3662 "end": {
3624 "column": 3, 3663 "column": 3,
3625 "line": 57 3664 "line": 71
3626 }, 3665 },
3627 "file": "src/containers/settings/EditSettingsScreen.js", 3666 "file": "src/containers/settings/EditSettingsScreen.js",
3628 "id": "settings.app.form.showDisabledServices", 3667 "id": "settings.app.form.showDisabledServices",
3629 "start": { 3668 "start": {
3630 "column": 24, 3669 "column": 24,
3631 "line": 54 3670 "line": 68
3632 } 3671 }
3633 }, 3672 },
3634 { 3673 {
3635 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 3674 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
3636 "end": { 3675 "end": {
3637 "column": 3, 3676 "column": 3,
3638 "line": 61 3677 "line": 75
3639 }, 3678 },
3640 "file": "src/containers/settings/EditSettingsScreen.js", 3679 "file": "src/containers/settings/EditSettingsScreen.js",
3641 "id": "settings.app.form.showMessagesBadgesWhenMuted", 3680 "id": "settings.app.form.showMessagesBadgesWhenMuted",
3642 "start": { 3681 "start": {
3643 "column": 29, 3682 "column": 29,
3644 "line": 58 3683 "line": 72
3645 } 3684 }
3646 }, 3685 },
3647 { 3686 {
3648 "defaultMessage": "!!!Enable spell checking", 3687 "defaultMessage": "!!!Enable spell checking",
3649 "end": { 3688 "end": {
3650 "column": 3, 3689 "column": 3,
3651 "line": 65 3690 "line": 79
3652 }, 3691 },
3653 "file": "src/containers/settings/EditSettingsScreen.js", 3692 "file": "src/containers/settings/EditSettingsScreen.js",
3654 "id": "settings.app.form.enableSpellchecking", 3693 "id": "settings.app.form.enableSpellchecking",
3655 "start": { 3694 "start": {
3656 "column": 23, 3695 "column": 23,
3657 "line": 62 3696 "line": 76
3658 } 3697 }
3659 }, 3698 },
3660 { 3699 {
3661 "defaultMessage": "!!!Enable GPU Acceleration", 3700 "defaultMessage": "!!!Enable GPU Acceleration",
3662 "end": { 3701 "end": {
3663 "column": 3, 3702 "column": 3,
3664 "line": 69 3703 "line": 83
3665 }, 3704 },
3666 "file": "src/containers/settings/EditSettingsScreen.js", 3705 "file": "src/containers/settings/EditSettingsScreen.js",
3667 "id": "settings.app.form.enableGPUAcceleration", 3706 "id": "settings.app.form.enableGPUAcceleration",
3668 "start": { 3707 "start": {
3669 "column": 25, 3708 "column": 25,
3670 "line": 66 3709 "line": 80
3671 } 3710 }
3672 }, 3711 },
3673 { 3712 {
3674 "defaultMessage": "!!!Include beta versions", 3713 "defaultMessage": "!!!Include beta versions",
3675 "end": { 3714 "end": {
3676 "column": 3, 3715 "column": 3,
3677 "line": 73 3716 "line": 87
3678 }, 3717 },
3679 "file": "src/containers/settings/EditSettingsScreen.js", 3718 "file": "src/containers/settings/EditSettingsScreen.js",
3680 "id": "settings.app.form.beta", 3719 "id": "settings.app.form.beta",
3681 "start": { 3720 "start": {
3682 "column": 8, 3721 "column": 8,
3683 "line": 70 3722 "line": 84
3684 } 3723 }
3685 }, 3724 },
3686 { 3725 {
3687 "defaultMessage": "!!!Enable Franz Todos", 3726 "defaultMessage": "!!!Enable Franz Todos",
3688 "end": { 3727 "end": {
3689 "column": 3, 3728 "column": 3,
3690 "line": 77 3729 "line": 91
3691 }, 3730 },
3692 "file": "src/containers/settings/EditSettingsScreen.js", 3731 "file": "src/containers/settings/EditSettingsScreen.js",
3693 "id": "settings.app.form.enableTodos", 3732 "id": "settings.app.form.enableTodos",
3694 "start": { 3733 "start": {
3695 "column": 15, 3734 "column": 15,
3696 "line": 74 3735 "line": 88
3697 } 3736 }
3698 }, 3737 },
3699 { 3738 {
3700 "defaultMessage": "!!!Keep all workspaces loaded", 3739 "defaultMessage": "!!!Keep all workspaces loaded",
3701 "end": { 3740 "end": {
3702 "column": 3, 3741 "column": 3,
3703 "line": 81 3742 "line": 95
3704 }, 3743 },
3705 "file": "src/containers/settings/EditSettingsScreen.js", 3744 "file": "src/containers/settings/EditSettingsScreen.js",
3706 "id": "settings.app.form.keepAllWorkspacesLoaded", 3745 "id": "settings.app.form.keepAllWorkspacesLoaded",
3707 "start": { 3746 "start": {
3708 "column": 27, 3747 "column": 27,
3709 "line": 78 3748 "line": 92
3710 } 3749 }
3711 } 3750 }
3712 ], 3751 ],
@@ -4073,39 +4112,39 @@
4073 "defaultMessage": "!!!Franz Todos are available to premium users now!", 4112 "defaultMessage": "!!!Franz Todos are available to premium users now!",
4074 "end": { 4113 "end": {
4075 "column": 3, 4114 "column": 3,
4076 "line": 18 4115 "line": 20
4077 }, 4116 },
4078 "file": "src/features/todos/components/TodosWebview.js", 4117 "file": "src/features/todos/components/TodosWebview.js",
4079 "id": "feature.todos.premium.info", 4118 "id": "feature.todos.premium.info",
4080 "start": { 4119 "start": {
4081 "column": 15, 4120 "column": 15,
4082 "line": 15 4121 "line": 17
4083 } 4122 }
4084 }, 4123 },
4085 { 4124 {
4086 "defaultMessage": "!!!Upgrade Account", 4125 "defaultMessage": "!!!Upgrade Account",
4087 "end": { 4126 "end": {
4088 "column": 3, 4127 "column": 3,
4089 "line": 22 4128 "line": 24
4090 }, 4129 },
4091 "file": "src/features/todos/components/TodosWebview.js", 4130 "file": "src/features/todos/components/TodosWebview.js",
4092 "id": "feature.todos.premium.upgrade", 4131 "id": "feature.todos.premium.upgrade",
4093 "start": { 4132 "start": {
4094 "column": 14, 4133 "column": 14,
4095 "line": 19 4134 "line": 21
4096 } 4135 }
4097 }, 4136 },
4098 { 4137 {
4099 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 4138 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
4100 "end": { 4139 "end": {
4101 "column": 3, 4140 "column": 3,
4102 "line": 26 4141 "line": 28
4103 }, 4142 },
4104 "file": "src/features/todos/components/TodosWebview.js", 4143 "file": "src/features/todos/components/TodosWebview.js",
4105 "id": "feature.todos.premium.rollout", 4144 "id": "feature.todos.premium.rollout",
4106 "start": { 4145 "start": {
4107 "column": 15, 4146 "column": 15,
4108 "line": 23 4147 "line": 25
4109 } 4148 }
4110 } 4149 }
4111 ], 4150 ],
@@ -4817,806 +4856,806 @@
4817 "defaultMessage": "!!!Edit", 4856 "defaultMessage": "!!!Edit",
4818 "end": { 4857 "end": {
4819 "column": 3, 4858 "column": 3,
4820 "line": 20 4859 "line": 19
4821 }, 4860 },
4822 "file": "src/lib/Menu.js", 4861 "file": "src/lib/Menu.js",
4823 "id": "menu.edit", 4862 "id": "menu.edit",
4824 "start": { 4863 "start": {
4825 "column": 8, 4864 "column": 8,
4826 "line": 17 4865 "line": 16
4827 } 4866 }
4828 }, 4867 },
4829 { 4868 {
4830 "defaultMessage": "!!!Undo", 4869 "defaultMessage": "!!!Undo",
4831 "end": { 4870 "end": {
4832 "column": 3, 4871 "column": 3,
4833 "line": 24 4872 "line": 23
4834 }, 4873 },
4835 "file": "src/lib/Menu.js", 4874 "file": "src/lib/Menu.js",
4836 "id": "menu.edit.undo", 4875 "id": "menu.edit.undo",
4837 "start": { 4876 "start": {
4838 "column": 8, 4877 "column": 8,
4839 "line": 21 4878 "line": 20
4840 } 4879 }
4841 }, 4880 },
4842 { 4881 {
4843 "defaultMessage": "!!!Redo", 4882 "defaultMessage": "!!!Redo",
4844 "end": { 4883 "end": {
4845 "column": 3, 4884 "column": 3,
4846 "line": 28 4885 "line": 27
4847 }, 4886 },
4848 "file": "src/lib/Menu.js", 4887 "file": "src/lib/Menu.js",
4849 "id": "menu.edit.redo", 4888 "id": "menu.edit.redo",
4850 "start": { 4889 "start": {
4851 "column": 8, 4890 "column": 8,
4852 "line": 25 4891 "line": 24
4853 } 4892 }
4854 }, 4893 },
4855 { 4894 {
4856 "defaultMessage": "!!!Cut", 4895 "defaultMessage": "!!!Cut",
4857 "end": { 4896 "end": {
4858 "column": 3, 4897 "column": 3,
4859 "line": 32 4898 "line": 31
4860 }, 4899 },
4861 "file": "src/lib/Menu.js", 4900 "file": "src/lib/Menu.js",
4862 "id": "menu.edit.cut", 4901 "id": "menu.edit.cut",
4863 "start": { 4902 "start": {
4864 "column": 7, 4903 "column": 7,
4865 "line": 29 4904 "line": 28
4866 } 4905 }
4867 }, 4906 },
4868 { 4907 {
4869 "defaultMessage": "!!!Copy", 4908 "defaultMessage": "!!!Copy",
4870 "end": { 4909 "end": {
4871 "column": 3, 4910 "column": 3,
4872 "line": 36 4911 "line": 35
4873 }, 4912 },
4874 "file": "src/lib/Menu.js", 4913 "file": "src/lib/Menu.js",
4875 "id": "menu.edit.copy", 4914 "id": "menu.edit.copy",
4876 "start": { 4915 "start": {
4877 "column": 8, 4916 "column": 8,
4878 "line": 33 4917 "line": 32
4879 } 4918 }
4880 }, 4919 },
4881 { 4920 {
4882 "defaultMessage": "!!!Paste", 4921 "defaultMessage": "!!!Paste",
4883 "end": { 4922 "end": {
4884 "column": 3, 4923 "column": 3,
4885 "line": 40 4924 "line": 39
4886 }, 4925 },
4887 "file": "src/lib/Menu.js", 4926 "file": "src/lib/Menu.js",
4888 "id": "menu.edit.paste", 4927 "id": "menu.edit.paste",
4889 "start": { 4928 "start": {
4890 "column": 9, 4929 "column": 9,
4891 "line": 37 4930 "line": 36
4892 } 4931 }
4893 }, 4932 },
4894 { 4933 {
4895 "defaultMessage": "!!!Paste And Match Style", 4934 "defaultMessage": "!!!Paste And Match Style",
4896 "end": { 4935 "end": {
4897 "column": 3, 4936 "column": 3,
4898 "line": 44 4937 "line": 43
4899 }, 4938 },
4900 "file": "src/lib/Menu.js", 4939 "file": "src/lib/Menu.js",
4901 "id": "menu.edit.pasteAndMatchStyle", 4940 "id": "menu.edit.pasteAndMatchStyle",
4902 "start": { 4941 "start": {
4903 "column": 22, 4942 "column": 22,
4904 "line": 41 4943 "line": 40
4905 } 4944 }
4906 }, 4945 },
4907 { 4946 {
4908 "defaultMessage": "!!!Delete", 4947 "defaultMessage": "!!!Delete",
4909 "end": { 4948 "end": {
4910 "column": 3, 4949 "column": 3,
4911 "line": 48 4950 "line": 47
4912 }, 4951 },
4913 "file": "src/lib/Menu.js", 4952 "file": "src/lib/Menu.js",
4914 "id": "menu.edit.delete", 4953 "id": "menu.edit.delete",
4915 "start": { 4954 "start": {
4916 "column": 10, 4955 "column": 10,
4917 "line": 45 4956 "line": 44
4918 } 4957 }
4919 }, 4958 },
4920 { 4959 {
4921 "defaultMessage": "!!!Select All", 4960 "defaultMessage": "!!!Select All",
4922 "end": { 4961 "end": {
4923 "column": 3, 4962 "column": 3,
4924 "line": 52 4963 "line": 51
4925 }, 4964 },
4926 "file": "src/lib/Menu.js", 4965 "file": "src/lib/Menu.js",
4927 "id": "menu.edit.selectAll", 4966 "id": "menu.edit.selectAll",
4928 "start": { 4967 "start": {
4929 "column": 13, 4968 "column": 13,
4930 "line": 49 4969 "line": 48
4931 } 4970 }
4932 }, 4971 },
4933 { 4972 {
4934 "defaultMessage": "!!!Speech", 4973 "defaultMessage": "!!!Speech",
4935 "end": { 4974 "end": {
4936 "column": 3, 4975 "column": 3,
4937 "line": 56 4976 "line": 55
4938 }, 4977 },
4939 "file": "src/lib/Menu.js", 4978 "file": "src/lib/Menu.js",
4940 "id": "menu.edit.speech", 4979 "id": "menu.edit.speech",
4941 "start": { 4980 "start": {
4942 "column": 10, 4981 "column": 10,
4943 "line": 53 4982 "line": 52
4944 } 4983 }
4945 }, 4984 },
4946 { 4985 {
4947 "defaultMessage": "!!!Start Speaking", 4986 "defaultMessage": "!!!Start Speaking",
4948 "end": { 4987 "end": {
4949 "column": 3, 4988 "column": 3,
4950 "line": 60 4989 "line": 59
4951 }, 4990 },
4952 "file": "src/lib/Menu.js", 4991 "file": "src/lib/Menu.js",
4953 "id": "menu.edit.startSpeaking", 4992 "id": "menu.edit.startSpeaking",
4954 "start": { 4993 "start": {
4955 "column": 17, 4994 "column": 17,
4956 "line": 57 4995 "line": 56
4957 } 4996 }
4958 }, 4997 },
4959 { 4998 {
4960 "defaultMessage": "!!!Stop Speaking", 4999 "defaultMessage": "!!!Stop Speaking",
4961 "end": { 5000 "end": {
4962 "column": 3, 5001 "column": 3,
4963 "line": 64 5002 "line": 63
4964 }, 5003 },
4965 "file": "src/lib/Menu.js", 5004 "file": "src/lib/Menu.js",
4966 "id": "menu.edit.stopSpeaking", 5005 "id": "menu.edit.stopSpeaking",
4967 "start": { 5006 "start": {
4968 "column": 16, 5007 "column": 16,
4969 "line": 61 5008 "line": 60
4970 } 5009 }
4971 }, 5010 },
4972 { 5011 {
4973 "defaultMessage": "!!!Start Dictation", 5012 "defaultMessage": "!!!Start Dictation",
4974 "end": { 5013 "end": {
4975 "column": 3, 5014 "column": 3,
4976 "line": 68 5015 "line": 67
4977 }, 5016 },
4978 "file": "src/lib/Menu.js", 5017 "file": "src/lib/Menu.js",
4979 "id": "menu.edit.startDictation", 5018 "id": "menu.edit.startDictation",
4980 "start": { 5019 "start": {
4981 "column": 18, 5020 "column": 18,
4982 "line": 65 5021 "line": 64
4983 } 5022 }
4984 }, 5023 },
4985 { 5024 {
4986 "defaultMessage": "!!!Emoji & Symbols", 5025 "defaultMessage": "!!!Emoji & Symbols",
4987 "end": { 5026 "end": {
4988 "column": 3, 5027 "column": 3,
4989 "line": 72 5028 "line": 71
4990 }, 5029 },
4991 "file": "src/lib/Menu.js", 5030 "file": "src/lib/Menu.js",
4992 "id": "menu.edit.emojiSymbols", 5031 "id": "menu.edit.emojiSymbols",
4993 "start": { 5032 "start": {
4994 "column": 16, 5033 "column": 16,
4995 "line": 69 5034 "line": 68
4996 } 5035 }
4997 }, 5036 },
4998 { 5037 {
4999 "defaultMessage": "!!!Actual Size", 5038 "defaultMessage": "!!!Actual Size",
5000 "end": { 5039 "end": {
5001 "column": 3, 5040 "column": 3,
5002 "line": 76 5041 "line": 75
5003 }, 5042 },
5004 "file": "src/lib/Menu.js", 5043 "file": "src/lib/Menu.js",
5005 "id": "menu.view.resetZoom", 5044 "id": "menu.view.resetZoom",
5006 "start": { 5045 "start": {
5007 "column": 13, 5046 "column": 13,
5008 "line": 73 5047 "line": 72
5009 } 5048 }
5010 }, 5049 },
5011 { 5050 {
5012 "defaultMessage": "!!!Zoom In", 5051 "defaultMessage": "!!!Zoom In",
5013 "end": { 5052 "end": {
5014 "column": 3, 5053 "column": 3,
5015 "line": 80 5054 "line": 79
5016 }, 5055 },
5017 "file": "src/lib/Menu.js", 5056 "file": "src/lib/Menu.js",
5018 "id": "menu.view.zoomIn", 5057 "id": "menu.view.zoomIn",
5019 "start": { 5058 "start": {
5020 "column": 10, 5059 "column": 10,
5021 "line": 77 5060 "line": 76
5022 } 5061 }
5023 }, 5062 },
5024 { 5063 {
5025 "defaultMessage": "!!!Zoom Out", 5064 "defaultMessage": "!!!Zoom Out",
5026 "end": { 5065 "end": {
5027 "column": 3, 5066 "column": 3,
5028 "line": 84 5067 "line": 83
5029 }, 5068 },
5030 "file": "src/lib/Menu.js", 5069 "file": "src/lib/Menu.js",
5031 "id": "menu.view.zoomOut", 5070 "id": "menu.view.zoomOut",
5032 "start": { 5071 "start": {
5033 "column": 11, 5072 "column": 11,
5034 "line": 81 5073 "line": 80
5035 } 5074 }
5036 }, 5075 },
5037 { 5076 {
5038 "defaultMessage": "!!!Enter Full Screen", 5077 "defaultMessage": "!!!Enter Full Screen",
5039 "end": { 5078 "end": {
5040 "column": 3, 5079 "column": 3,
5041 "line": 88 5080 "line": 87
5042 }, 5081 },
5043 "file": "src/lib/Menu.js", 5082 "file": "src/lib/Menu.js",
5044 "id": "menu.view.enterFullScreen", 5083 "id": "menu.view.enterFullScreen",
5045 "start": { 5084 "start": {
5046 "column": 19, 5085 "column": 19,
5047 "line": 85 5086 "line": 84
5048 } 5087 }
5049 }, 5088 },
5050 { 5089 {
5051 "defaultMessage": "!!!Exit Full Screen", 5090 "defaultMessage": "!!!Exit Full Screen",
5052 "end": { 5091 "end": {
5053 "column": 3, 5092 "column": 3,
5054 "line": 92 5093 "line": 91
5055 }, 5094 },
5056 "file": "src/lib/Menu.js", 5095 "file": "src/lib/Menu.js",
5057 "id": "menu.view.exitFullScreen", 5096 "id": "menu.view.exitFullScreen",
5058 "start": { 5097 "start": {
5059 "column": 18, 5098 "column": 18,
5060 "line": 89 5099 "line": 88
5061 } 5100 }
5062 }, 5101 },
5063 { 5102 {
5064 "defaultMessage": "!!!Toggle Full Screen", 5103 "defaultMessage": "!!!Toggle Full Screen",
5065 "end": { 5104 "end": {
5066 "column": 3, 5105 "column": 3,
5067 "line": 96 5106 "line": 95
5068 }, 5107 },
5069 "file": "src/lib/Menu.js", 5108 "file": "src/lib/Menu.js",
5070 "id": "menu.view.toggleFullScreen", 5109 "id": "menu.view.toggleFullScreen",
5071 "start": { 5110 "start": {
5072 "column": 20, 5111 "column": 20,
5073 "line": 93 5112 "line": 92
5074 } 5113 }
5075 }, 5114 },
5076 { 5115 {
5077 "defaultMessage": "!!!Toggle Developer Tools", 5116 "defaultMessage": "!!!Toggle Developer Tools",
5078 "end": { 5117 "end": {
5079 "column": 3, 5118 "column": 3,
5080 "line": 100 5119 "line": 99
5081 }, 5120 },
5082 "file": "src/lib/Menu.js", 5121 "file": "src/lib/Menu.js",
5083 "id": "menu.view.toggleDevTools", 5122 "id": "menu.view.toggleDevTools",
5084 "start": { 5123 "start": {
5085 "column": 18, 5124 "column": 18,
5086 "line": 97 5125 "line": 96
5087 } 5126 }
5088 }, 5127 },
5089 { 5128 {
5090 "defaultMessage": "!!!Toggle Todos Developer Tools", 5129 "defaultMessage": "!!!Toggle Todos Developer Tools",
5091 "end": { 5130 "end": {
5092 "column": 3, 5131 "column": 3,
5093 "line": 104 5132 "line": 103
5094 }, 5133 },
5095 "file": "src/lib/Menu.js", 5134 "file": "src/lib/Menu.js",
5096 "id": "menu.view.toggleTodosDevTools", 5135 "id": "menu.view.toggleTodosDevTools",
5097 "start": { 5136 "start": {
5098 "column": 23, 5137 "column": 23,
5099 "line": 101 5138 "line": 100
5100 } 5139 }
5101 }, 5140 },
5102 { 5141 {
5103 "defaultMessage": "!!!Toggle Service Developer Tools", 5142 "defaultMessage": "!!!Toggle Service Developer Tools",
5104 "end": { 5143 "end": {
5105 "column": 3, 5144 "column": 3,
5106 "line": 108 5145 "line": 107
5107 }, 5146 },
5108 "file": "src/lib/Menu.js", 5147 "file": "src/lib/Menu.js",
5109 "id": "menu.view.toggleServiceDevTools", 5148 "id": "menu.view.toggleServiceDevTools",
5110 "start": { 5149 "start": {
5111 "column": 25, 5150 "column": 25,
5112 "line": 105 5151 "line": 104
5113 } 5152 }
5114 }, 5153 },
5115 { 5154 {
5116 "defaultMessage": "!!!Reload Service", 5155 "defaultMessage": "!!!Reload Service",
5117 "end": { 5156 "end": {
5118 "column": 3, 5157 "column": 3,
5119 "line": 112 5158 "line": 111
5120 }, 5159 },
5121 "file": "src/lib/Menu.js", 5160 "file": "src/lib/Menu.js",
5122 "id": "menu.view.reloadService", 5161 "id": "menu.view.reloadService",
5123 "start": { 5162 "start": {
5124 "column": 17, 5163 "column": 17,
5125 "line": 109 5164 "line": 108
5126 } 5165 }
5127 }, 5166 },
5128 { 5167 {
5129 "defaultMessage": "!!!Reload Franz", 5168 "defaultMessage": "!!!Reload Ferdi",
5130 "end": { 5169 "end": {
5131 "column": 3, 5170 "column": 3,
5132 "line": 116 5171 "line": 115
5133 }, 5172 },
5134 "file": "src/lib/Menu.js", 5173 "file": "src/lib/Menu.js",
5135 "id": "menu.view.reloadFranz", 5174 "id": "menu.view.reloadFranz",
5136 "start": { 5175 "start": {
5137 "column": 15, 5176 "column": 15,
5138 "line": 113 5177 "line": 112
5139 } 5178 }
5140 }, 5179 },
5141 { 5180 {
5142 "defaultMessage": "!!!Minimize", 5181 "defaultMessage": "!!!Minimize",
5143 "end": { 5182 "end": {
5144 "column": 3, 5183 "column": 3,
5145 "line": 120 5184 "line": 119
5146 }, 5185 },
5147 "file": "src/lib/Menu.js", 5186 "file": "src/lib/Menu.js",
5148 "id": "menu.window.minimize", 5187 "id": "menu.window.minimize",
5149 "start": { 5188 "start": {
5150 "column": 12, 5189 "column": 12,
5151 "line": 117 5190 "line": 116
5152 } 5191 }
5153 }, 5192 },
5154 { 5193 {
5155 "defaultMessage": "!!!Close", 5194 "defaultMessage": "!!!Close",
5156 "end": { 5195 "end": {
5157 "column": 3, 5196 "column": 3,
5158 "line": 124 5197 "line": 123
5159 }, 5198 },
5160 "file": "src/lib/Menu.js", 5199 "file": "src/lib/Menu.js",
5161 "id": "menu.window.close", 5200 "id": "menu.window.close",
5162 "start": { 5201 "start": {
5163 "column": 9, 5202 "column": 9,
5164 "line": 121 5203 "line": 120
5165 } 5204 }
5166 }, 5205 },
5167 { 5206 {
5168 "defaultMessage": "!!!Learn More", 5207 "defaultMessage": "!!!Learn More",
5169 "end": { 5208 "end": {
5170 "column": 3, 5209 "column": 3,
5171 "line": 128 5210 "line": 127
5172 }, 5211 },
5173 "file": "src/lib/Menu.js", 5212 "file": "src/lib/Menu.js",
5174 "id": "menu.help.learnMore", 5213 "id": "menu.help.learnMore",
5175 "start": { 5214 "start": {
5176 "column": 13, 5215 "column": 13,
5177 "line": 125 5216 "line": 124
5178 } 5217 }
5179 }, 5218 },
5180 { 5219 {
5181 "defaultMessage": "!!!Changelog", 5220 "defaultMessage": "!!!Changelog",
5182 "end": { 5221 "end": {
5183 "column": 3, 5222 "column": 3,
5184 "line": 132 5223 "line": 131
5185 }, 5224 },
5186 "file": "src/lib/Menu.js", 5225 "file": "src/lib/Menu.js",
5187 "id": "menu.help.changelog", 5226 "id": "menu.help.changelog",
5188 "start": { 5227 "start": {
5189 "column": 13, 5228 "column": 13,
5190 "line": 129 5229 "line": 128
5191 } 5230 }
5192 }, 5231 },
5193 { 5232 {
5194 "defaultMessage": "!!!Support", 5233 "defaultMessage": "!!!Support",
5195 "end": { 5234 "end": {
5196 "column": 3, 5235 "column": 3,
5197 "line": 136 5236 "line": 135
5198 }, 5237 },
5199 "file": "src/lib/Menu.js", 5238 "file": "src/lib/Menu.js",
5200 "id": "menu.help.support", 5239 "id": "menu.help.support",
5201 "start": { 5240 "start": {
5202 "column": 11, 5241 "column": 11,
5203 "line": 133 5242 "line": 132
5204 } 5243 }
5205 }, 5244 },
5206 { 5245 {
5207 "defaultMessage": "!!!Copy Debug Information", 5246 "defaultMessage": "!!!Copy Debug Information",
5208 "end": { 5247 "end": {
5209 "column": 3, 5248 "column": 3,
5210 "line": 140 5249 "line": 139
5211 }, 5250 },
5212 "file": "src/lib/Menu.js", 5251 "file": "src/lib/Menu.js",
5213 "id": "menu.help.debugInfo", 5252 "id": "menu.help.debugInfo",
5214 "start": { 5253 "start": {
5215 "column": 13, 5254 "column": 13,
5216 "line": 137 5255 "line": 136
5217 } 5256 }
5218 }, 5257 },
5219 { 5258 {
5220 "defaultMessage": "!!!Franz Debug Information", 5259 "defaultMessage": "!!!Ferdi Debug Information",
5221 "end": { 5260 "end": {
5222 "column": 3, 5261 "column": 3,
5223 "line": 144 5262 "line": 143
5224 }, 5263 },
5225 "file": "src/lib/Menu.js", 5264 "file": "src/lib/Menu.js",
5226 "id": "menu.help.debugInfoCopiedHeadline", 5265 "id": "menu.help.debugInfoCopiedHeadline",
5227 "start": { 5266 "start": {
5228 "column": 27, 5267 "column": 27,
5229 "line": 141 5268 "line": 140
5230 } 5269 }
5231 }, 5270 },
5232 { 5271 {
5233 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5272 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
5234 "end": { 5273 "end": {
5235 "column": 3, 5274 "column": 3,
5236 "line": 148 5275 "line": 147
5237 }, 5276 },
5238 "file": "src/lib/Menu.js", 5277 "file": "src/lib/Menu.js",
5239 "id": "menu.help.debugInfoCopiedBody", 5278 "id": "menu.help.debugInfoCopiedBody",
5240 "start": { 5279 "start": {
5241 "column": 23, 5280 "column": 23,
5242 "line": 145 5281 "line": 144
5243 } 5282 }
5244 }, 5283 },
5245 { 5284 {
5246 "defaultMessage": "!!!Terms of Service", 5285 "defaultMessage": "!!!Terms of Service",
5247 "end": { 5286 "end": {
5248 "column": 3, 5287 "column": 3,
5249 "line": 152 5288 "line": 151
5250 }, 5289 },
5251 "file": "src/lib/Menu.js", 5290 "file": "src/lib/Menu.js",
5252 "id": "menu.help.tos", 5291 "id": "menu.help.tos",
5253 "start": { 5292 "start": {
5254 "column": 7, 5293 "column": 7,
5255 "line": 149 5294 "line": 148
5256 } 5295 }
5257 }, 5296 },
5258 { 5297 {
5259 "defaultMessage": "!!!Privacy Statement", 5298 "defaultMessage": "!!!Privacy Statement",
5260 "end": { 5299 "end": {
5261 "column": 3, 5300 "column": 3,
5262 "line": 156 5301 "line": 155
5263 }, 5302 },
5264 "file": "src/lib/Menu.js", 5303 "file": "src/lib/Menu.js",
5265 "id": "menu.help.privacy", 5304 "id": "menu.help.privacy",
5266 "start": { 5305 "start": {
5267 "column": 11, 5306 "column": 11,
5268 "line": 153 5307 "line": 152
5269 } 5308 }
5270 }, 5309 },
5271 { 5310 {
5272 "defaultMessage": "!!!File", 5311 "defaultMessage": "!!!File",
5273 "end": { 5312 "end": {
5274 "column": 3, 5313 "column": 3,
5275 "line": 160 5314 "line": 159
5276 }, 5315 },
5277 "file": "src/lib/Menu.js", 5316 "file": "src/lib/Menu.js",
5278 "id": "menu.file", 5317 "id": "menu.file",
5279 "start": { 5318 "start": {
5280 "column": 8, 5319 "column": 8,
5281 "line": 157 5320 "line": 156
5282 } 5321 }
5283 }, 5322 },
5284 { 5323 {
5285 "defaultMessage": "!!!View", 5324 "defaultMessage": "!!!View",
5286 "end": { 5325 "end": {
5287 "column": 3, 5326 "column": 3,
5288 "line": 164 5327 "line": 163
5289 }, 5328 },
5290 "file": "src/lib/Menu.js", 5329 "file": "src/lib/Menu.js",
5291 "id": "menu.view", 5330 "id": "menu.view",
5292 "start": { 5331 "start": {
5293 "column": 8, 5332 "column": 8,
5294 "line": 161 5333 "line": 160
5295 } 5334 }
5296 }, 5335 },
5297 { 5336 {
5298 "defaultMessage": "!!!Services", 5337 "defaultMessage": "!!!Services",
5299 "end": { 5338 "end": {
5300 "column": 3, 5339 "column": 3,
5301 "line": 168 5340 "line": 167
5302 }, 5341 },
5303 "file": "src/lib/Menu.js", 5342 "file": "src/lib/Menu.js",
5304 "id": "menu.services", 5343 "id": "menu.services",
5305 "start": { 5344 "start": {
5306 "column": 12, 5345 "column": 12,
5307 "line": 165 5346 "line": 164
5308 } 5347 }
5309 }, 5348 },
5310 { 5349 {
5311 "defaultMessage": "!!!Window", 5350 "defaultMessage": "!!!Window",
5312 "end": { 5351 "end": {
5313 "column": 3, 5352 "column": 3,
5314 "line": 172 5353 "line": 171
5315 }, 5354 },
5316 "file": "src/lib/Menu.js", 5355 "file": "src/lib/Menu.js",
5317 "id": "menu.window", 5356 "id": "menu.window",
5318 "start": { 5357 "start": {
5319 "column": 10, 5358 "column": 10,
5320 "line": 169 5359 "line": 168
5321 } 5360 }
5322 }, 5361 },
5323 { 5362 {
5324 "defaultMessage": "!!!Help", 5363 "defaultMessage": "!!!Help",
5325 "end": { 5364 "end": {
5326 "column": 3, 5365 "column": 3,
5327 "line": 176 5366 "line": 175
5328 }, 5367 },
5329 "file": "src/lib/Menu.js", 5368 "file": "src/lib/Menu.js",
5330 "id": "menu.help", 5369 "id": "menu.help",
5331 "start": { 5370 "start": {
5332 "column": 8, 5371 "column": 8,
5333 "line": 173 5372 "line": 172
5334 } 5373 }
5335 }, 5374 },
5336 { 5375 {
5337 "defaultMessage": "!!!About Franz", 5376 "defaultMessage": "!!!About Ferdi",
5338 "end": { 5377 "end": {
5339 "column": 3, 5378 "column": 3,
5340 "line": 180 5379 "line": 179
5341 }, 5380 },
5342 "file": "src/lib/Menu.js", 5381 "file": "src/lib/Menu.js",
5343 "id": "menu.app.about", 5382 "id": "menu.app.about",
5344 "start": { 5383 "start": {
5345 "column": 9, 5384 "column": 9,
5346 "line": 177 5385 "line": 176
5347 } 5386 }
5348 }, 5387 },
5349 { 5388 {
5350 "defaultMessage": "!!!What's new?", 5389 "defaultMessage": "!!!What's new?",
5351 "end": { 5390 "end": {
5352 "column": 3, 5391 "column": 3,
5353 "line": 184 5392 "line": 183
5354 }, 5393 },
5355 "file": "src/lib/Menu.js", 5394 "file": "src/lib/Menu.js",
5356 "id": "menu.app.announcement", 5395 "id": "menu.app.announcement",
5357 "start": { 5396 "start": {
5358 "column": 16, 5397 "column": 16,
5359 "line": 181 5398 "line": 180
5360 } 5399 }
5361 }, 5400 },
5362 { 5401 {
5363 "defaultMessage": "!!!Settings", 5402 "defaultMessage": "!!!Settings",
5364 "end": { 5403 "end": {
5365 "column": 3, 5404 "column": 3,
5366 "line": 188 5405 "line": 187
5367 }, 5406 },
5368 "file": "src/lib/Menu.js", 5407 "file": "src/lib/Menu.js",
5369 "id": "menu.app.settings", 5408 "id": "menu.app.settings",
5370 "start": { 5409 "start": {
5371 "column": 12, 5410 "column": 12,
5372 "line": 185 5411 "line": 184
5373 } 5412 }
5374 }, 5413 },
5375 { 5414 {
5376 "defaultMessage": "!!!Check for updates", 5415 "defaultMessage": "!!!Check for updates",
5377 "end": { 5416 "end": {
5378 "column": 3, 5417 "column": 3,
5379 "line": 192 5418 "line": 191
5380 }, 5419 },
5381 "file": "src/lib/Menu.js", 5420 "file": "src/lib/Menu.js",
5382 "id": "menu.app.checkForUpdates", 5421 "id": "menu.app.checkForUpdates",
5383 "start": { 5422 "start": {
5384 "column": 19, 5423 "column": 19,
5385 "line": 189 5424 "line": 188
5386 } 5425 }
5387 }, 5426 },
5388 { 5427 {
5389 "defaultMessage": "!!!Hide", 5428 "defaultMessage": "!!!Hide",
5390 "end": { 5429 "end": {
5391 "column": 3, 5430 "column": 3,
5392 "line": 196 5431 "line": 195
5393 }, 5432 },
5394 "file": "src/lib/Menu.js", 5433 "file": "src/lib/Menu.js",
5395 "id": "menu.app.hide", 5434 "id": "menu.app.hide",
5396 "start": { 5435 "start": {
5397 "column": 8, 5436 "column": 8,
5398 "line": 193 5437 "line": 192
5399 } 5438 }
5400 }, 5439 },
5401 { 5440 {
5402 "defaultMessage": "!!!Hide Others", 5441 "defaultMessage": "!!!Hide Others",
5403 "end": { 5442 "end": {
5404 "column": 3, 5443 "column": 3,
5405 "line": 200 5444 "line": 199
5406 }, 5445 },
5407 "file": "src/lib/Menu.js", 5446 "file": "src/lib/Menu.js",
5408 "id": "menu.app.hideOthers", 5447 "id": "menu.app.hideOthers",
5409 "start": { 5448 "start": {
5410 "column": 14, 5449 "column": 14,
5411 "line": 197 5450 "line": 196
5412 } 5451 }
5413 }, 5452 },
5414 { 5453 {
5415 "defaultMessage": "!!!Unhide", 5454 "defaultMessage": "!!!Unhide",
5416 "end": { 5455 "end": {
5417 "column": 3, 5456 "column": 3,
5418 "line": 204 5457 "line": 203
5419 }, 5458 },
5420 "file": "src/lib/Menu.js", 5459 "file": "src/lib/Menu.js",
5421 "id": "menu.app.unhide", 5460 "id": "menu.app.unhide",
5422 "start": { 5461 "start": {
5423 "column": 10, 5462 "column": 10,
5424 "line": 201 5463 "line": 200
5425 } 5464 }
5426 }, 5465 },
5427 { 5466 {
5428 "defaultMessage": "!!!Quit", 5467 "defaultMessage": "!!!Quit",
5429 "end": { 5468 "end": {
5430 "column": 3, 5469 "column": 3,
5431 "line": 208 5470 "line": 207
5432 }, 5471 },
5433 "file": "src/lib/Menu.js", 5472 "file": "src/lib/Menu.js",
5434 "id": "menu.app.quit", 5473 "id": "menu.app.quit",
5435 "start": { 5474 "start": {
5436 "column": 8, 5475 "column": 8,
5437 "line": 205 5476 "line": 204
5438 } 5477 }
5439 }, 5478 },
5440 { 5479 {
5441 "defaultMessage": "!!!Add New Service...", 5480 "defaultMessage": "!!!Add New Service...",
5442 "end": { 5481 "end": {
5443 "column": 3, 5482 "column": 3,
5444 "line": 212 5483 "line": 211
5445 }, 5484 },
5446 "file": "src/lib/Menu.js", 5485 "file": "src/lib/Menu.js",
5447 "id": "menu.services.addNewService", 5486 "id": "menu.services.addNewService",
5448 "start": { 5487 "start": {
5449 "column": 17, 5488 "column": 17,
5450 "line": 209 5489 "line": 208
5451 } 5490 }
5452 }, 5491 },
5453 { 5492 {
5454 "defaultMessage": "!!!Add New Workspace...", 5493 "defaultMessage": "!!!Add New Workspace...",
5455 "end": { 5494 "end": {
5456 "column": 3, 5495 "column": 3,
5457 "line": 216 5496 "line": 215
5458 }, 5497 },
5459 "file": "src/lib/Menu.js", 5498 "file": "src/lib/Menu.js",
5460 "id": "menu.workspaces.addNewWorkspace", 5499 "id": "menu.workspaces.addNewWorkspace",
5461 "start": { 5500 "start": {
5462 "column": 19, 5501 "column": 19,
5463 "line": 213 5502 "line": 212
5464 } 5503 }
5465 }, 5504 },
5466 { 5505 {
5467 "defaultMessage": "!!!Open workspace drawer", 5506 "defaultMessage": "!!!Open workspace drawer",
5468 "end": { 5507 "end": {
5469 "column": 3, 5508 "column": 3,
5470 "line": 220 5509 "line": 219
5471 }, 5510 },
5472 "file": "src/lib/Menu.js", 5511 "file": "src/lib/Menu.js",
5473 "id": "menu.workspaces.openWorkspaceDrawer", 5512 "id": "menu.workspaces.openWorkspaceDrawer",
5474 "start": { 5513 "start": {
5475 "column": 23, 5514 "column": 23,
5476 "line": 217 5515 "line": 216
5477 } 5516 }
5478 }, 5517 },
5479 { 5518 {
5480 "defaultMessage": "!!!Close workspace drawer", 5519 "defaultMessage": "!!!Close workspace drawer",
5481 "end": { 5520 "end": {
5482 "column": 3, 5521 "column": 3,
5483 "line": 224 5522 "line": 223
5484 }, 5523 },
5485 "file": "src/lib/Menu.js", 5524 "file": "src/lib/Menu.js",
5486 "id": "menu.workspaces.closeWorkspaceDrawer", 5525 "id": "menu.workspaces.closeWorkspaceDrawer",
5487 "start": { 5526 "start": {
5488 "column": 24, 5527 "column": 24,
5489 "line": 221 5528 "line": 220
5490 } 5529 }
5491 }, 5530 },
5492 { 5531 {
5493 "defaultMessage": "!!!Activate next service...", 5532 "defaultMessage": "!!!Activate next service...",
5494 "end": { 5533 "end": {
5495 "column": 3, 5534 "column": 3,
5496 "line": 228 5535 "line": 227
5497 }, 5536 },
5498 "file": "src/lib/Menu.js", 5537 "file": "src/lib/Menu.js",
5499 "id": "menu.services.setNextServiceActive", 5538 "id": "menu.services.setNextServiceActive",
5500 "start": { 5539 "start": {
5501 "column": 23, 5540 "column": 23,
5502 "line": 225 5541 "line": 224
5503 } 5542 }
5504 }, 5543 },
5505 { 5544 {
5506 "defaultMessage": "!!!Activate previous service...", 5545 "defaultMessage": "!!!Activate previous service...",
5507 "end": { 5546 "end": {
5508 "column": 3, 5547 "column": 3,
5509 "line": 232 5548 "line": 231
5510 }, 5549 },
5511 "file": "src/lib/Menu.js", 5550 "file": "src/lib/Menu.js",
5512 "id": "menu.services.activatePreviousService", 5551 "id": "menu.services.activatePreviousService",
5513 "start": { 5552 "start": {
5514 "column": 27, 5553 "column": 27,
5515 "line": 229 5554 "line": 228
5516 } 5555 }
5517 }, 5556 },
5518 { 5557 {
5519 "defaultMessage": "!!!Disable notifications & audio", 5558 "defaultMessage": "!!!Disable notifications & audio",
5520 "end": { 5559 "end": {
5521 "column": 3, 5560 "column": 3,
5522 "line": 236 5561 "line": 235
5523 }, 5562 },
5524 "file": "src/lib/Menu.js", 5563 "file": "src/lib/Menu.js",
5525 "id": "sidebar.muteApp", 5564 "id": "sidebar.muteApp",
5526 "start": { 5565 "start": {
5527 "column": 11, 5566 "column": 11,
5528 "line": 233 5567 "line": 232
5529 } 5568 }
5530 }, 5569 },
5531 { 5570 {
5532 "defaultMessage": "!!!Enable notifications & audio", 5571 "defaultMessage": "!!!Enable notifications & audio",
5533 "end": { 5572 "end": {
5534 "column": 3, 5573 "column": 3,
5535 "line": 240 5574 "line": 239
5536 }, 5575 },
5537 "file": "src/lib/Menu.js", 5576 "file": "src/lib/Menu.js",
5538 "id": "sidebar.unmuteApp", 5577 "id": "sidebar.unmuteApp",
5539 "start": { 5578 "start": {
5540 "column": 13, 5579 "column": 13,
5541 "line": 237 5580 "line": 236
5542 } 5581 }
5543 }, 5582 },
5544 { 5583 {
5545 "defaultMessage": "!!!Workspaces", 5584 "defaultMessage": "!!!Workspaces",
5546 "end": { 5585 "end": {
5547 "column": 3, 5586 "column": 3,
5548 "line": 244 5587 "line": 243
5549 }, 5588 },
5550 "file": "src/lib/Menu.js", 5589 "file": "src/lib/Menu.js",
5551 "id": "menu.workspaces", 5590 "id": "menu.workspaces",
5552 "start": { 5591 "start": {
5553 "column": 14, 5592 "column": 14,
5554 "line": 241 5593 "line": 240
5555 } 5594 }
5556 }, 5595 },
5557 { 5596 {
5558 "defaultMessage": "!!!Default", 5597 "defaultMessage": "!!!Default",
5559 "end": { 5598 "end": {
5560 "column": 3, 5599 "column": 3,
5561 "line": 248 5600 "line": 247
5562 }, 5601 },
5563 "file": "src/lib/Menu.js", 5602 "file": "src/lib/Menu.js",
5564 "id": "menu.workspaces.defaultWorkspace", 5603 "id": "menu.workspaces.defaultWorkspace",
5565 "start": { 5604 "start": {
5566 "column": 20, 5605 "column": 20,
5567 "line": 245 5606 "line": 244
5568 } 5607 }
5569 }, 5608 },
5570 { 5609 {
5571 "defaultMessage": "!!!Todos", 5610 "defaultMessage": "!!!Todos",
5572 "end": { 5611 "end": {
5573 "column": 3, 5612 "column": 3,
5574 "line": 252 5613 "line": 251
5575 }, 5614 },
5576 "file": "src/lib/Menu.js", 5615 "file": "src/lib/Menu.js",
5577 "id": "menu.todos", 5616 "id": "menu.todos",
5578 "start": { 5617 "start": {
5579 "column": 9, 5618 "column": 9,
5580 "line": 249 5619 "line": 248
5581 } 5620 }
5582 }, 5621 },
5583 { 5622 {
5584 "defaultMessage": "!!!Open Todos drawer", 5623 "defaultMessage": "!!!Open Todos drawer",
5585 "end": { 5624 "end": {
5586 "column": 3, 5625 "column": 3,
5587 "line": 256 5626 "line": 255
5588 }, 5627 },
5589 "file": "src/lib/Menu.js", 5628 "file": "src/lib/Menu.js",
5590 "id": "menu.Todoss.openTodosDrawer", 5629 "id": "menu.Todoss.openTodosDrawer",
5591 "start": { 5630 "start": {
5592 "column": 19, 5631 "column": 19,
5593 "line": 253 5632 "line": 252
5594 } 5633 }
5595 }, 5634 },
5596 { 5635 {
5597 "defaultMessage": "!!!Close Todos drawer", 5636 "defaultMessage": "!!!Close Todos drawer",
5598 "end": { 5637 "end": {
5599 "column": 3, 5638 "column": 3,
5600 "line": 260 5639 "line": 259
5601 }, 5640 },
5602 "file": "src/lib/Menu.js", 5641 "file": "src/lib/Menu.js",
5603 "id": "menu.Todoss.closeTodosDrawer", 5642 "id": "menu.Todoss.closeTodosDrawer",
5604 "start": { 5643 "start": {
5605 "column": 20, 5644 "column": 20,
5606 "line": 257 5645 "line": 256
5607 } 5646 }
5608 }, 5647 },
5609 { 5648 {
5610 "defaultMessage": "!!!Enable Todos", 5649 "defaultMessage": "!!!Enable Todos",
5611 "end": { 5650 "end": {
5612 "column": 3, 5651 "column": 3,
5613 "line": 264 5652 "line": 263
5614 }, 5653 },
5615 "file": "src/lib/Menu.js", 5654 "file": "src/lib/Menu.js",
5616 "id": "menu.todos.enableTodos", 5655 "id": "menu.todos.enableTodos",
5617 "start": { 5656 "start": {
5618 "column": 15, 5657 "column": 15,
5619 "line": 261 5658 "line": 260
5620 } 5659 }
5621 } 5660 }
5622 ], 5661 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 98bdec0f1..5b72e9d70 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -59,7 +59,7 @@
59 "login.tokenExpired": "Your session expired, please login again.", 59 "login.tokenExpired": "Your session expired, please login again.",
60 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 60 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
61 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 61 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
62 "menu.app.about": "About Franz", 62 "menu.app.about": "About Ferdi",
63 "menu.app.announcement": "What's new?", 63 "menu.app.announcement": "What's new?",
64 "menu.app.checkForUpdates": "Check for updates", 64 "menu.app.checkForUpdates": "Check for updates",
65 "menu.app.hide": "Hide", 65 "menu.app.hide": "Hide",
@@ -100,7 +100,7 @@
100 "menu.view": "View", 100 "menu.view": "View",
101 "menu.view.enterFullScreen": "Enter Full Screen", 101 "menu.view.enterFullScreen": "Enter Full Screen",
102 "menu.view.exitFullScreen": "Exit Full Screen", 102 "menu.view.exitFullScreen": "Exit Full Screen",
103 "menu.view.reloadFranz": "Reload Franz", 103 "menu.view.reloadFranz": "Reload Ferdi",
104 "menu.view.reloadService": "Reload Service", 104 "menu.view.reloadService": "Reload Service",
105 "menu.view.resetZoom": "Actual Size", 105 "menu.view.resetZoom": "Actual Size",
106 "menu.view.toggleDevTools": "Toggle Developer Tools", 106 "menu.view.toggleDevTools": "Toggle Developer Tools",
@@ -144,7 +144,7 @@
144 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 144 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
145 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 145 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
146 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 146 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
147 "pricing.trial.cta.skip": "Continue to Franz", 147 "pricing.trial.cta.skip": "Continue to Ferdi",
148 "pricing.trial.error": "Sorry, we could not activate your trial!", 148 "pricing.trial.error": "Sorry, we could not activate your trial!",
149 "pricing.trial.features.headline": "Ferdi Professional includes:", 149 "pricing.trial.features.headline": "Ferdi Professional includes:",
150 "pricing.trial.headline": "Ferdi Professional", 150 "pricing.trial.headline": "Ferdi Professional",
@@ -172,7 +172,7 @@
172 "services.getStarted": "Get started", 172 "services.getStarted": "Get started",
173 "services.login": "Please login to use Ferdi.", 173 "services.login": "Please login to use Ferdi.",
174 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 174 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
175 "services.welcome": "Welcome to Franz", 175 "services.welcome": "Welcome to Ferdi",
176 "settings.account.account.editButton": "Edit account", 176 "settings.account.account.editButton": "Edit account",
177 "settings.account.accountType.basic": "Basic Account", 177 "settings.account.accountType.basic": "Basic Account",
178 "settings.account.accountType.premium": "Premium Supporter Account", 178 "settings.account.accountType.premium": "Premium Supporter Account",
@@ -216,9 +216,12 @@
216 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 216 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
217 "settings.app.form.language": "Language", 217 "settings.app.form.language": "Language",
218 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 218 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
219 "settings.app.form.privateNotifications": "Don't show message content in notifications",
219 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 220 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
221 "settings.app.form.server": "Server",
220 "settings.app.form.showDisabledServices": "Display disabled services tabs", 222 "settings.app.form.showDisabledServices": "Display disabled services tabs",
221 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 223 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
224 "settings.app.form.todoServer": "Todo Server",
222 "settings.app.headline": "Settings", 225 "settings.app.headline": "Settings",
223 "settings.app.headlineAdvanced": "Advanced", 226 "settings.app.headlineAdvanced": "Advanced",
224 "settings.app.headlineAppearance": "Appearance", 227 "settings.app.headlineAppearance": "Appearance",
@@ -233,7 +236,7 @@
233 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 236 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
234 "settings.app.updateStatusAvailable": "Update available, downloading...", 237 "settings.app.updateStatusAvailable": "Update available, downloading...",
235 "settings.app.updateStatusSearching": "Is searching for update", 238 "settings.app.updateStatusSearching": "Is searching for update",
236 "settings.app.updateStatusUpToDate": "You are using the latest version of Franz", 239 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
237 "settings.invite.headline": "Invite Friends", 240 "settings.invite.headline": "Invite Friends",
238 "settings.navigation.account": "Account", 241 "settings.navigation.account": "Account",
239 "settings.navigation.availableServices": "Available services", 242 "settings.navigation.availableServices": "Available services",
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index d0a243ec0..83902a8a2 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -1,14 +1,14 @@
1[ 1[
2 { 2 {
3 "id": "settings.app.form.autoLaunchOnStart", 3 "id": "settings.app.form.autoLaunchOnStart",
4 "defaultMessage": "!!!Launch Franz on start", 4 "defaultMessage": "!!!Launch Ferdi on start",
5 "file": "src/containers/settings/EditSettingsScreen.js", 5 "file": "src/containers/settings/EditSettingsScreen.js",
6 "start": { 6 "start": {
7 "line": 26, 7 "line": 28,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 29, 11 "line": 31,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,50 +17,89 @@
17 "defaultMessage": "!!!Open in background", 17 "defaultMessage": "!!!Open in background",
18 "file": "src/containers/settings/EditSettingsScreen.js", 18 "file": "src/containers/settings/EditSettingsScreen.js",
19 "start": { 19 "start": {
20 "line": 30, 20 "line": 32,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 33, 24 "line": 35,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.app.form.runInBackground", 29 "id": "settings.app.form.runInBackground",
30 "defaultMessage": "!!!Keep Franz in background when closing the window", 30 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
31 "file": "src/containers/settings/EditSettingsScreen.js", 31 "file": "src/containers/settings/EditSettingsScreen.js",
32 "start": { 32 "start": {
33 "line": 34, 33 "line": 36,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 37, 37 "line": 39,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
41 { 41 {
42 "id": "settings.app.form.enableSystemTray", 42 "id": "settings.app.form.enableSystemTray",
43 "defaultMessage": "!!!Show Franz in system tray", 43 "defaultMessage": "!!!Show Ferdi in system tray",
44 "file": "src/containers/settings/EditSettingsScreen.js", 44 "file": "src/containers/settings/EditSettingsScreen.js",
45 "start": { 45 "start": {
46 "line": 38, 46 "line": 40,
47 "column": 20 47 "column": 20
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 41, 50 "line": 43,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
54 { 54 {
55 "id": "settings.app.form.minimizeToSystemTray", 55 "id": "settings.app.form.minimizeToSystemTray",
56 "defaultMessage": "!!!Minimize Franz to system tray", 56 "defaultMessage": "!!!Minimize Ferdi to system tray",
57 "file": "src/containers/settings/EditSettingsScreen.js", 57 "file": "src/containers/settings/EditSettingsScreen.js",
58 "start": { 58 "start": {
59 "line": 42, 59 "line": 44,
60 "column": 24 60 "column": 24
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 45, 63 "line": 47,
64 "column": 3
65 }
66 },
67 {
68 "id": "settings.app.form.privateNotifications",
69 "defaultMessage": "!!!Don't show message content in notifications",
70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": {
72 "line": 48,
73 "column": 24
74 },
75 "end": {
76 "line": 51,
77 "column": 3
78 }
79 },
80 {
81 "id": "settings.app.form.server",
82 "defaultMessage": "!!!Server",
83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": {
85 "line": 52,
86 "column": 10
87 },
88 "end": {
89 "line": 55,
90 "column": 3
91 }
92 },
93 {
94 "id": "settings.app.form.todoServer",
95 "defaultMessage": "!!!Todo Server",
96 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": {
98 "line": 56,
99 "column": 14
100 },
101 "end": {
102 "line": 59,
64 "column": 3 103 "column": 3
65 } 104 }
66 }, 105 },
@@ -69,11 +108,11 @@
69 "defaultMessage": "!!!Language", 108 "defaultMessage": "!!!Language",
70 "file": "src/containers/settings/EditSettingsScreen.js", 109 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 110 "start": {
72 "line": 46, 111 "line": 60,
73 "column": 12 112 "column": 12
74 }, 113 },
75 "end": { 114 "end": {
76 "line": 49, 115 "line": 63,
77 "column": 3 116 "column": 3
78 } 117 }
79 }, 118 },
@@ -82,11 +121,11 @@
82 "defaultMessage": "!!!Dark Mode", 121 "defaultMessage": "!!!Dark Mode",
83 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 123 "start": {
85 "line": 50, 124 "line": 64,
86 "column": 12 125 "column": 12
87 }, 126 },
88 "end": { 127 "end": {
89 "line": 53, 128 "line": 67,
90 "column": 3 129 "column": 3
91 } 130 }
92 }, 131 },
@@ -95,11 +134,11 @@
95 "defaultMessage": "!!!Display disabled services tabs", 134 "defaultMessage": "!!!Display disabled services tabs",
96 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 136 "start": {
98 "line": 54, 137 "line": 68,
99 "column": 24 138 "column": 24
100 }, 139 },
101 "end": { 140 "end": {
102 "line": 57, 141 "line": 71,
103 "column": 3 142 "column": 3
104 } 143 }
105 }, 144 },
@@ -108,11 +147,11 @@
108 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 147 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
109 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 149 "start": {
111 "line": 58, 150 "line": 72,
112 "column": 29 151 "column": 29
113 }, 152 },
114 "end": { 153 "end": {
115 "line": 61, 154 "line": 75,
116 "column": 3 155 "column": 3
117 } 156 }
118 }, 157 },
@@ -121,11 +160,11 @@
121 "defaultMessage": "!!!Enable spell checking", 160 "defaultMessage": "!!!Enable spell checking",
122 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 162 "start": {
124 "line": 62, 163 "line": 76,
125 "column": 23 164 "column": 23
126 }, 165 },
127 "end": { 166 "end": {
128 "line": 65, 167 "line": 79,
129 "column": 3 168 "column": 3
130 } 169 }
131 }, 170 },
@@ -134,11 +173,11 @@
134 "defaultMessage": "!!!Enable GPU Acceleration", 173 "defaultMessage": "!!!Enable GPU Acceleration",
135 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 175 "start": {
137 "line": 66, 176 "line": 80,
138 "column": 25 177 "column": 25
139 }, 178 },
140 "end": { 179 "end": {
141 "line": 69, 180 "line": 83,
142 "column": 3 181 "column": 3
143 } 182 }
144 }, 183 },
@@ -147,11 +186,11 @@
147 "defaultMessage": "!!!Include beta versions", 186 "defaultMessage": "!!!Include beta versions",
148 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 188 "start": {
150 "line": 70, 189 "line": 84,
151 "column": 8 190 "column": 8
152 }, 191 },
153 "end": { 192 "end": {
154 "line": 73, 193 "line": 87,
155 "column": 3 194 "column": 3
156 } 195 }
157 }, 196 },
@@ -160,11 +199,11 @@
160 "defaultMessage": "!!!Enable Franz Todos", 199 "defaultMessage": "!!!Enable Franz Todos",
161 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 201 "start": {
163 "line": 74, 202 "line": 88,
164 "column": 15 203 "column": 15
165 }, 204 },
166 "end": { 205 "end": {
167 "line": 77, 206 "line": 91,
168 "column": 3 207 "column": 3
169 } 208 }
170 }, 209 },
@@ -173,11 +212,11 @@
173 "defaultMessage": "!!!Keep all workspaces loaded", 212 "defaultMessage": "!!!Keep all workspaces loaded",
174 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 214 "start": {
176 "line": 78, 215 "line": 92,
177 "column": 27 216 "column": 27
178 }, 217 },
179 "end": { 218 "end": {
180 "line": 81, 219 "line": 95,
181 "column": 3 220 "column": 3
182 } 221 }
183 } 222 }
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
index 7f230e82a..19ea81171 100644
--- a/src/i18n/messages/src/features/todos/components/TodosWebview.json
+++ b/src/i18n/messages/src/features/todos/components/TodosWebview.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Franz Todos are available to premium users now!", 4 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5 "file": "src/features/todos/components/TodosWebview.js", 5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": { 6 "start": {
7 "line": 15, 7 "line": 17,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 18, 11 "line": 20,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Upgrade Account", 17 "defaultMessage": "!!!Upgrade Account",
18 "file": "src/features/todos/components/TodosWebview.js", 18 "file": "src/features/todos/components/TodosWebview.js",
19 "start": { 19 "start": {
20 "line": 19, 20 "line": 21,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22, 24 "line": 24,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 30 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
31 "file": "src/features/todos/components/TodosWebview.js", 31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": { 32 "start": {
33 "line": 23, 33 "line": 25,
34 "column": 15 34 "column": 15
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 26, 37 "line": 28,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 26850c5b3..3e6a6a936 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Edit", 4 "defaultMessage": "!!!Edit",
5 "file": "src/lib/Menu.js", 5 "file": "src/lib/Menu.js",
6 "start": { 6 "start": {
7 "line": 17, 7 "line": 16,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 20, 11 "line": 19,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Undo", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 21, 20 "line": 20,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 24, 24 "line": 23,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Redo", 30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js", 31 "file": "src/lib/Menu.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 24,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 28, 37 "line": 27,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Cut", 43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js", 44 "file": "src/lib/Menu.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 28,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 32, 50 "line": 31,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Copy", 56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js", 57 "file": "src/lib/Menu.js",
58 "start": { 58 "start": {
59 "line": 33, 59 "line": 32,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 36, 63 "line": 35,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Paste", 69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js", 70 "file": "src/lib/Menu.js",
71 "start": { 71 "start": {
72 "line": 37, 72 "line": 36,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 40, 76 "line": 39,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Paste And Match Style", 82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js", 83 "file": "src/lib/Menu.js",
84 "start": { 84 "start": {
85 "line": 41, 85 "line": 40,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 44, 89 "line": 43,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Delete", 95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js", 96 "file": "src/lib/Menu.js",
97 "start": { 97 "start": {
98 "line": 45, 98 "line": 44,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 48, 102 "line": 47,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Select All", 108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js", 109 "file": "src/lib/Menu.js",
110 "start": { 110 "start": {
111 "line": 49, 111 "line": 48,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 52, 115 "line": 51,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Speech", 121 "defaultMessage": "!!!Speech",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 53, 124 "line": 52,
125 "column": 10 125 "column": 10
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 56, 128 "line": 55,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Start Speaking", 134 "defaultMessage": "!!!Start Speaking",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 57, 137 "line": 56,
138 "column": 17 138 "column": 17
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 60, 141 "line": 59,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Stop Speaking", 147 "defaultMessage": "!!!Stop Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 61, 150 "line": 60,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 64, 154 "line": 63,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Start Dictation", 160 "defaultMessage": "!!!Start Dictation",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 65, 163 "line": 64,
164 "column": 18 164 "column": 18
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 68, 167 "line": 67,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Emoji & Symbols", 173 "defaultMessage": "!!!Emoji & Symbols",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 69, 176 "line": 68,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 72, 180 "line": 71,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Actual Size", 186 "defaultMessage": "!!!Actual Size",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 73, 189 "line": 72,
190 "column": 13 190 "column": 13
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 76, 193 "line": 75,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Zoom In", 199 "defaultMessage": "!!!Zoom In",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 77, 202 "line": 76,
203 "column": 10 203 "column": 10
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 80, 206 "line": 79,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Zoom Out", 212 "defaultMessage": "!!!Zoom Out",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 81, 215 "line": 80,
216 "column": 11 216 "column": 11
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 84, 219 "line": 83,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Enter Full Screen", 225 "defaultMessage": "!!!Enter Full Screen",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 85, 228 "line": 84,
229 "column": 19 229 "column": 19
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 88, 232 "line": 87,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Exit Full Screen", 238 "defaultMessage": "!!!Exit Full Screen",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 89, 241 "line": 88,
242 "column": 18 242 "column": 18
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 92, 245 "line": 91,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Toggle Full Screen", 251 "defaultMessage": "!!!Toggle Full Screen",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 93, 254 "line": 92,
255 "column": 20 255 "column": 20
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 96, 258 "line": 95,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Toggle Developer Tools", 264 "defaultMessage": "!!!Toggle Developer Tools",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 97, 267 "line": 96,
268 "column": 18 268 "column": 18
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 100, 271 "line": 99,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Toggle Todos Developer Tools", 277 "defaultMessage": "!!!Toggle Todos Developer Tools",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 101, 280 "line": 100,
281 "column": 23 281 "column": 23
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 104, 284 "line": 103,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Toggle Service Developer Tools", 290 "defaultMessage": "!!!Toggle Service Developer Tools",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 105, 293 "line": 104,
294 "column": 25 294 "column": 25
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 108, 297 "line": 107,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,24 +303,24 @@
303 "defaultMessage": "!!!Reload Service", 303 "defaultMessage": "!!!Reload Service",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 109, 306 "line": 108,
307 "column": 17 307 "column": 17
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 112, 310 "line": 111,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
314 { 314 {
315 "id": "menu.view.reloadFranz", 315 "id": "menu.view.reloadFranz",
316 "defaultMessage": "!!!Reload Franz", 316 "defaultMessage": "!!!Reload Ferdi",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 113, 319 "line": 112,
320 "column": 15 320 "column": 15
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 116, 323 "line": 115,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Minimize", 329 "defaultMessage": "!!!Minimize",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 117, 332 "line": 116,
333 "column": 12 333 "column": 12
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 120, 336 "line": 119,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Close", 342 "defaultMessage": "!!!Close",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 121, 345 "line": 120,
346 "column": 9 346 "column": 9
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 124, 349 "line": 123,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Learn More", 355 "defaultMessage": "!!!Learn More",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 125, 358 "line": 124,
359 "column": 13 359 "column": 13
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 128, 362 "line": 127,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Changelog", 368 "defaultMessage": "!!!Changelog",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 129, 371 "line": 128,
372 "column": 13 372 "column": 13
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 132, 375 "line": 131,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Support", 381 "defaultMessage": "!!!Support",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 133, 384 "line": 132,
385 "column": 11 385 "column": 11
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 136, 388 "line": 135,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,24 +394,24 @@
394 "defaultMessage": "!!!Copy Debug Information", 394 "defaultMessage": "!!!Copy Debug Information",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 137, 397 "line": 136,
398 "column": 13 398 "column": 13
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 140, 401 "line": 139,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
405 { 405 {
406 "id": "menu.help.debugInfoCopiedHeadline", 406 "id": "menu.help.debugInfoCopiedHeadline",
407 "defaultMessage": "!!!Franz Debug Information", 407 "defaultMessage": "!!!Ferdi Debug Information",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 141, 410 "line": 140,
411 "column": 27 411 "column": 27
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 144, 414 "line": 143,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 420 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 145, 423 "line": 144,
424 "column": 23 424 "column": 23
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 148, 427 "line": 147,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Terms of Service", 433 "defaultMessage": "!!!Terms of Service",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 149, 436 "line": 148,
437 "column": 7 437 "column": 7
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 152, 440 "line": 151,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Privacy Statement", 446 "defaultMessage": "!!!Privacy Statement",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 153, 449 "line": 152,
450 "column": 11 450 "column": 11
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 156, 453 "line": 155,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!File", 459 "defaultMessage": "!!!File",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 157, 462 "line": 156,
463 "column": 8 463 "column": 8
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 160, 466 "line": 159,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!View", 472 "defaultMessage": "!!!View",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 161, 475 "line": 160,
476 "column": 8 476 "column": 8
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 164, 479 "line": 163,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Services", 485 "defaultMessage": "!!!Services",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 165, 488 "line": 164,
489 "column": 12 489 "column": 12
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 168, 492 "line": 167,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Window", 498 "defaultMessage": "!!!Window",
499 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
500 "start": { 500 "start": {
501 "line": 169, 501 "line": 168,
502 "column": 10 502 "column": 10
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 172, 505 "line": 171,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,24 +511,24 @@
511 "defaultMessage": "!!!Help", 511 "defaultMessage": "!!!Help",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 173, 514 "line": 172,
515 "column": 8 515 "column": 8
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 176, 518 "line": 175,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
522 { 522 {
523 "id": "menu.app.about", 523 "id": "menu.app.about",
524 "defaultMessage": "!!!About Franz", 524 "defaultMessage": "!!!About Ferdi",
525 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
526 "start": { 526 "start": {
527 "line": 177, 527 "line": 176,
528 "column": 9 528 "column": 9
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 180, 531 "line": 179,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!What's new?", 537 "defaultMessage": "!!!What's new?",
538 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
539 "start": { 539 "start": {
540 "line": 181, 540 "line": 180,
541 "column": 16 541 "column": 16
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 184, 544 "line": 183,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Settings", 550 "defaultMessage": "!!!Settings",
551 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
552 "start": { 552 "start": {
553 "line": 185, 553 "line": 184,
554 "column": 12 554 "column": 12
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 188, 557 "line": 187,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Check for updates", 563 "defaultMessage": "!!!Check for updates",
564 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
565 "start": { 565 "start": {
566 "line": 189, 566 "line": 188,
567 "column": 19 567 "column": 19
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 192, 570 "line": 191,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!Hide", 576 "defaultMessage": "!!!Hide",
577 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
578 "start": { 578 "start": {
579 "line": 193, 579 "line": 192,
580 "column": 8 580 "column": 8
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 196, 583 "line": 195,
584 "column": 3 584 "column": 3
585 } 585 }
586 }, 586 },
@@ -589,11 +589,11 @@
589 "defaultMessage": "!!!Hide Others", 589 "defaultMessage": "!!!Hide Others",
590 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
591 "start": { 591 "start": {
592 "line": 197, 592 "line": 196,
593 "column": 14 593 "column": 14
594 }, 594 },
595 "end": { 595 "end": {
596 "line": 200, 596 "line": 199,
597 "column": 3 597 "column": 3
598 } 598 }
599 }, 599 },
@@ -602,11 +602,11 @@
602 "defaultMessage": "!!!Unhide", 602 "defaultMessage": "!!!Unhide",
603 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
604 "start": { 604 "start": {
605 "line": 201, 605 "line": 200,
606 "column": 10 606 "column": 10
607 }, 607 },
608 "end": { 608 "end": {
609 "line": 204, 609 "line": 203,
610 "column": 3 610 "column": 3
611 } 611 }
612 }, 612 },
@@ -615,11 +615,11 @@
615 "defaultMessage": "!!!Quit", 615 "defaultMessage": "!!!Quit",
616 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
617 "start": { 617 "start": {
618 "line": 205, 618 "line": 204,
619 "column": 8 619 "column": 8
620 }, 620 },
621 "end": { 621 "end": {
622 "line": 208, 622 "line": 207,
623 "column": 3 623 "column": 3
624 } 624 }
625 }, 625 },
@@ -628,11 +628,11 @@
628 "defaultMessage": "!!!Add New Service...", 628 "defaultMessage": "!!!Add New Service...",
629 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
630 "start": { 630 "start": {
631 "line": 209, 631 "line": 208,
632 "column": 17 632 "column": 17
633 }, 633 },
634 "end": { 634 "end": {
635 "line": 212, 635 "line": 211,
636 "column": 3 636 "column": 3
637 } 637 }
638 }, 638 },
@@ -641,11 +641,11 @@
641 "defaultMessage": "!!!Add New Workspace...", 641 "defaultMessage": "!!!Add New Workspace...",
642 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
643 "start": { 643 "start": {
644 "line": 213, 644 "line": 212,
645 "column": 19 645 "column": 19
646 }, 646 },
647 "end": { 647 "end": {
648 "line": 216, 648 "line": 215,
649 "column": 3 649 "column": 3
650 } 650 }
651 }, 651 },
@@ -654,11 +654,11 @@
654 "defaultMessage": "!!!Open workspace drawer", 654 "defaultMessage": "!!!Open workspace drawer",
655 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
656 "start": { 656 "start": {
657 "line": 217, 657 "line": 216,
658 "column": 23 658 "column": 23
659 }, 659 },
660 "end": { 660 "end": {
661 "line": 220, 661 "line": 219,
662 "column": 3 662 "column": 3
663 } 663 }
664 }, 664 },
@@ -667,11 +667,11 @@
667 "defaultMessage": "!!!Close workspace drawer", 667 "defaultMessage": "!!!Close workspace drawer",
668 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
669 "start": { 669 "start": {
670 "line": 221, 670 "line": 220,
671 "column": 24 671 "column": 24
672 }, 672 },
673 "end": { 673 "end": {
674 "line": 224, 674 "line": 223,
675 "column": 3 675 "column": 3
676 } 676 }
677 }, 677 },
@@ -680,11 +680,11 @@
680 "defaultMessage": "!!!Activate next service...", 680 "defaultMessage": "!!!Activate next service...",
681 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
682 "start": { 682 "start": {
683 "line": 225, 683 "line": 224,
684 "column": 23 684 "column": 23
685 }, 685 },
686 "end": { 686 "end": {
687 "line": 228, 687 "line": 227,
688 "column": 3 688 "column": 3
689 } 689 }
690 }, 690 },
@@ -693,11 +693,11 @@
693 "defaultMessage": "!!!Activate previous service...", 693 "defaultMessage": "!!!Activate previous service...",
694 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
695 "start": { 695 "start": {
696 "line": 229, 696 "line": 228,
697 "column": 27 697 "column": 27
698 }, 698 },
699 "end": { 699 "end": {
700 "line": 232, 700 "line": 231,
701 "column": 3 701 "column": 3
702 } 702 }
703 }, 703 },
@@ -706,11 +706,11 @@
706 "defaultMessage": "!!!Disable notifications & audio", 706 "defaultMessage": "!!!Disable notifications & audio",
707 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
708 "start": { 708 "start": {
709 "line": 233, 709 "line": 232,
710 "column": 11 710 "column": 11
711 }, 711 },
712 "end": { 712 "end": {
713 "line": 236, 713 "line": 235,
714 "column": 3 714 "column": 3
715 } 715 }
716 }, 716 },
@@ -719,11 +719,11 @@
719 "defaultMessage": "!!!Enable notifications & audio", 719 "defaultMessage": "!!!Enable notifications & audio",
720 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
721 "start": { 721 "start": {
722 "line": 237, 722 "line": 236,
723 "column": 13 723 "column": 13
724 }, 724 },
725 "end": { 725 "end": {
726 "line": 240, 726 "line": 239,
727 "column": 3 727 "column": 3
728 } 728 }
729 }, 729 },
@@ -732,11 +732,11 @@
732 "defaultMessage": "!!!Workspaces", 732 "defaultMessage": "!!!Workspaces",
733 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
734 "start": { 734 "start": {
735 "line": 241, 735 "line": 240,
736 "column": 14 736 "column": 14
737 }, 737 },
738 "end": { 738 "end": {
739 "line": 244, 739 "line": 243,
740 "column": 3 740 "column": 3
741 } 741 }
742 }, 742 },
@@ -745,11 +745,11 @@
745 "defaultMessage": "!!!Default", 745 "defaultMessage": "!!!Default",
746 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
747 "start": { 747 "start": {
748 "line": 245, 748 "line": 244,
749 "column": 20 749 "column": 20
750 }, 750 },
751 "end": { 751 "end": {
752 "line": 248, 752 "line": 247,
753 "column": 3 753 "column": 3
754 } 754 }
755 }, 755 },
@@ -758,11 +758,11 @@
758 "defaultMessage": "!!!Todos", 758 "defaultMessage": "!!!Todos",
759 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
760 "start": { 760 "start": {
761 "line": 249, 761 "line": 248,
762 "column": 9 762 "column": 9
763 }, 763 },
764 "end": { 764 "end": {
765 "line": 252, 765 "line": 251,
766 "column": 3 766 "column": 3
767 } 767 }
768 }, 768 },
@@ -771,11 +771,11 @@
771 "defaultMessage": "!!!Open Todos drawer", 771 "defaultMessage": "!!!Open Todos drawer",
772 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
773 "start": { 773 "start": {
774 "line": 253, 774 "line": 252,
775 "column": 19 775 "column": 19
776 }, 776 },
777 "end": { 777 "end": {
778 "line": 256, 778 "line": 255,
779 "column": 3 779 "column": 3
780 } 780 }
781 }, 781 },
@@ -784,11 +784,11 @@
784 "defaultMessage": "!!!Close Todos drawer", 784 "defaultMessage": "!!!Close Todos drawer",
785 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
786 "start": { 786 "start": {
787 "line": 257, 787 "line": 256,
788 "column": 20 788 "column": 20
789 }, 789 },
790 "end": { 790 "end": {
791 "line": 260, 791 "line": 259,
792 "column": 3 792 "column": 3
793 } 793 }
794 }, 794 },
@@ -797,11 +797,11 @@
797 "defaultMessage": "!!!Enable Todos", 797 "defaultMessage": "!!!Enable Todos",
798 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
799 "start": { 799 "start": {
800 "line": 261, 800 "line": 260,
801 "column": 15 801 "column": 15
802 }, 802 },
803 "end": { 803 "end": {
804 "line": 264, 804 "line": 263,
805 "column": 3 805 "column": 3
806 } 806 }
807 } 807 }