aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-04 17:03:53 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-04 17:03:53 +0200
commitf39cbe7d803245702885b308ab1cee4551aea9a1 (patch)
tree56d2e5dbe6242bb64b03ba5028b8bac39ea0c7ed /src/i18n
parentUse namespaces when pulling docker base images since this is reqd for podman (diff)
downloadferdium-app-f39cbe7d803245702885b308ab1cee4551aea9a1.tar.gz
ferdium-app-f39cbe7d803245702885b308ab1cee4551aea9a1.tar.zst
ferdium-app-f39cbe7d803245702885b308ab1cee4551aea9a1.zip
chore: remove what's new functionality (#1864)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json331
-rw-r--r--src/i18n/locales/en-US.json4
-rw-r--r--src/i18n/messages/src/components/AppUpdateInfoBar.json12
-rw-r--r--src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json15
-rw-r--r--src/i18n/messages/src/lib/Menu.json301
5 files changed, 301 insertions, 362 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 7aff45503..537aa7236 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -5,39 +5,39 @@
5 "defaultMessage": "!!!A new update for Ferdi is available.", 5 "defaultMessage": "!!!A new update for Ferdi is available.",
6 "end": { 6 "end": {
7 "column": 3, 7 "column": 3,
8 "line": 12 8 "line": 13
9 }, 9 },
10 "file": "src/components/AppUpdateInfoBar.js", 10 "file": "src/components/AppUpdateInfoBar.js",
11 "id": "infobar.updateAvailable", 11 "id": "infobar.updateAvailable",
12 "start": { 12 "start": {
13 "column": 19, 13 "column": 19,
14 "line": 9 14 "line": 10
15 } 15 }
16 }, 16 },
17 { 17 {
18 "defaultMessage": "!!!Changelog", 18 "defaultMessage": "!!!Changelog",
19 "end": { 19 "end": {
20 "column": 3, 20 "column": 3,
21 "line": 16 21 "line": 17
22 }, 22 },
23 "file": "src/components/AppUpdateInfoBar.js", 23 "file": "src/components/AppUpdateInfoBar.js",
24 "id": "infobar.buttonChangelog", 24 "id": "infobar.buttonChangelog",
25 "start": { 25 "start": {
26 "column": 13, 26 "column": 13,
27 "line": 13 27 "line": 14
28 } 28 }
29 }, 29 },
30 { 30 {
31 "defaultMessage": "!!!Restart & install update", 31 "defaultMessage": "!!!Restart & install update",
32 "end": { 32 "end": {
33 "column": 3, 33 "column": 3,
34 "line": 20 34 "line": 21
35 }, 35 },
36 "file": "src/components/AppUpdateInfoBar.js", 36 "file": "src/components/AppUpdateInfoBar.js",
37 "id": "infobar.buttonInstallUpdate", 37 "id": "infobar.buttonInstallUpdate",
38 "start": { 38 "start": {
39 "column": 23, 39 "column": 23,
40 "line": 17 40 "line": 18
41 } 41 }
42 } 42 }
43 ], 43 ],
@@ -4962,24 +4962,6 @@
4962 { 4962 {
4963 "descriptors": [ 4963 "descriptors": [
4964 { 4964 {
4965 "defaultMessage": "!!!Changes in Ferdi {version}",
4966 "end": {
4967 "column": 3,
4968 "line": 23
4969 },
4970 "file": "src/features/announcements/components/AnnouncementScreen.js",
4971 "id": "feature.announcements.changelog.headline",
4972 "start": {
4973 "column": 12,
4974 "line": 20
4975 }
4976 }
4977 ],
4978 "path": "src/features/announcements/components/AnnouncementScreen.json"
4979 },
4980 {
4981 "descriptors": [
4982 {
4983 "defaultMessage": "!!!Publish debugging information", 4965 "defaultMessage": "!!!Publish debugging information",
4984 "end": { 4966 "end": {
4985 "column": 3, 4967 "column": 3,
@@ -5898,949 +5880,936 @@
5898 "defaultMessage": "!!!Edit", 5880 "defaultMessage": "!!!Edit",
5899 "end": { 5881 "end": {
5900 "column": 3, 5882 "column": 3,
5901 "line": 22 5883 "line": 35
5902 }, 5884 },
5903 "file": "src/lib/Menu.js", 5885 "file": "src/lib/Menu.js",
5904 "id": "menu.edit", 5886 "id": "menu.edit",
5905 "start": { 5887 "start": {
5906 "column": 8, 5888 "column": 8,
5907 "line": 19 5889 "line": 32
5908 } 5890 }
5909 }, 5891 },
5910 { 5892 {
5911 "defaultMessage": "!!!Undo", 5893 "defaultMessage": "!!!Undo",
5912 "end": { 5894 "end": {
5913 "column": 3, 5895 "column": 3,
5914 "line": 26 5896 "line": 39
5915 }, 5897 },
5916 "file": "src/lib/Menu.js", 5898 "file": "src/lib/Menu.js",
5917 "id": "menu.edit.undo", 5899 "id": "menu.edit.undo",
5918 "start": { 5900 "start": {
5919 "column": 8, 5901 "column": 8,
5920 "line": 23 5902 "line": 36
5921 } 5903 }
5922 }, 5904 },
5923 { 5905 {
5924 "defaultMessage": "!!!Redo", 5906 "defaultMessage": "!!!Redo",
5925 "end": { 5907 "end": {
5926 "column": 3, 5908 "column": 3,
5927 "line": 30 5909 "line": 43
5928 }, 5910 },
5929 "file": "src/lib/Menu.js", 5911 "file": "src/lib/Menu.js",
5930 "id": "menu.edit.redo", 5912 "id": "menu.edit.redo",
5931 "start": { 5913 "start": {
5932 "column": 8, 5914 "column": 8,
5933 "line": 27 5915 "line": 40
5934 } 5916 }
5935 }, 5917 },
5936 { 5918 {
5937 "defaultMessage": "!!!Cut", 5919 "defaultMessage": "!!!Cut",
5938 "end": { 5920 "end": {
5939 "column": 3, 5921 "column": 3,
5940 "line": 34 5922 "line": 47
5941 }, 5923 },
5942 "file": "src/lib/Menu.js", 5924 "file": "src/lib/Menu.js",
5943 "id": "menu.edit.cut", 5925 "id": "menu.edit.cut",
5944 "start": { 5926 "start": {
5945 "column": 7, 5927 "column": 7,
5946 "line": 31 5928 "line": 44
5947 } 5929 }
5948 }, 5930 },
5949 { 5931 {
5950 "defaultMessage": "!!!Copy", 5932 "defaultMessage": "!!!Copy",
5951 "end": { 5933 "end": {
5952 "column": 3, 5934 "column": 3,
5953 "line": 38 5935 "line": 51
5954 }, 5936 },
5955 "file": "src/lib/Menu.js", 5937 "file": "src/lib/Menu.js",
5956 "id": "menu.edit.copy", 5938 "id": "menu.edit.copy",
5957 "start": { 5939 "start": {
5958 "column": 8, 5940 "column": 8,
5959 "line": 35 5941 "line": 48
5960 } 5942 }
5961 }, 5943 },
5962 { 5944 {
5963 "defaultMessage": "!!!Paste", 5945 "defaultMessage": "!!!Paste",
5964 "end": { 5946 "end": {
5965 "column": 3, 5947 "column": 3,
5966 "line": 42 5948 "line": 55
5967 }, 5949 },
5968 "file": "src/lib/Menu.js", 5950 "file": "src/lib/Menu.js",
5969 "id": "menu.edit.paste", 5951 "id": "menu.edit.paste",
5970 "start": { 5952 "start": {
5971 "column": 9, 5953 "column": 9,
5972 "line": 39 5954 "line": 52
5973 } 5955 }
5974 }, 5956 },
5975 { 5957 {
5976 "defaultMessage": "!!!Paste And Match Style", 5958 "defaultMessage": "!!!Paste And Match Style",
5977 "end": { 5959 "end": {
5978 "column": 3, 5960 "column": 3,
5979 "line": 46 5961 "line": 59
5980 }, 5962 },
5981 "file": "src/lib/Menu.js", 5963 "file": "src/lib/Menu.js",
5982 "id": "menu.edit.pasteAndMatchStyle", 5964 "id": "menu.edit.pasteAndMatchStyle",
5983 "start": { 5965 "start": {
5984 "column": 22, 5966 "column": 22,
5985 "line": 43 5967 "line": 56
5986 } 5968 }
5987 }, 5969 },
5988 { 5970 {
5989 "defaultMessage": "!!!Delete", 5971 "defaultMessage": "!!!Delete",
5990 "end": { 5972 "end": {
5991 "column": 3, 5973 "column": 3,
5992 "line": 50 5974 "line": 63
5993 }, 5975 },
5994 "file": "src/lib/Menu.js", 5976 "file": "src/lib/Menu.js",
5995 "id": "menu.edit.delete", 5977 "id": "menu.edit.delete",
5996 "start": { 5978 "start": {
5997 "column": 10, 5979 "column": 10,
5998 "line": 47 5980 "line": 60
5999 } 5981 }
6000 }, 5982 },
6001 { 5983 {
6002 "defaultMessage": "!!!Select All", 5984 "defaultMessage": "!!!Select All",
6003 "end": { 5985 "end": {
6004 "column": 3, 5986 "column": 3,
6005 "line": 54 5987 "line": 67
6006 }, 5988 },
6007 "file": "src/lib/Menu.js", 5989 "file": "src/lib/Menu.js",
6008 "id": "menu.edit.selectAll", 5990 "id": "menu.edit.selectAll",
6009 "start": { 5991 "start": {
6010 "column": 13, 5992 "column": 13,
6011 "line": 51 5993 "line": 64
6012 } 5994 }
6013 }, 5995 },
6014 { 5996 {
6015 "defaultMessage": "!!!Find in Page", 5997 "defaultMessage": "!!!Find in Page",
6016 "end": { 5998 "end": {
6017 "column": 3, 5999 "column": 3,
6018 "line": 58 6000 "line": 71
6019 }, 6001 },
6020 "file": "src/lib/Menu.js", 6002 "file": "src/lib/Menu.js",
6021 "id": "menu.edit.findInPage", 6003 "id": "menu.edit.findInPage",
6022 "start": { 6004 "start": {
6023 "column": 14, 6005 "column": 14,
6024 "line": 55 6006 "line": 68
6025 } 6007 }
6026 }, 6008 },
6027 { 6009 {
6028 "defaultMessage": "!!!Speech", 6010 "defaultMessage": "!!!Speech",
6029 "end": { 6011 "end": {
6030 "column": 3, 6012 "column": 3,
6031 "line": 62 6013 "line": 75
6032 }, 6014 },
6033 "file": "src/lib/Menu.js", 6015 "file": "src/lib/Menu.js",
6034 "id": "menu.edit.speech", 6016 "id": "menu.edit.speech",
6035 "start": { 6017 "start": {
6036 "column": 10, 6018 "column": 10,
6037 "line": 59 6019 "line": 72
6038 } 6020 }
6039 }, 6021 },
6040 { 6022 {
6041 "defaultMessage": "!!!Start Speaking", 6023 "defaultMessage": "!!!Start Speaking",
6042 "end": { 6024 "end": {
6043 "column": 3, 6025 "column": 3,
6044 "line": 66 6026 "line": 79
6045 }, 6027 },
6046 "file": "src/lib/Menu.js", 6028 "file": "src/lib/Menu.js",
6047 "id": "menu.edit.startSpeaking", 6029 "id": "menu.edit.startSpeaking",
6048 "start": { 6030 "start": {
6049 "column": 17, 6031 "column": 17,
6050 "line": 63 6032 "line": 76
6051 } 6033 }
6052 }, 6034 },
6053 { 6035 {
6054 "defaultMessage": "!!!Stop Speaking", 6036 "defaultMessage": "!!!Stop Speaking",
6055 "end": { 6037 "end": {
6056 "column": 3, 6038 "column": 3,
6057 "line": 70 6039 "line": 83
6058 }, 6040 },
6059 "file": "src/lib/Menu.js", 6041 "file": "src/lib/Menu.js",
6060 "id": "menu.edit.stopSpeaking", 6042 "id": "menu.edit.stopSpeaking",
6061 "start": { 6043 "start": {
6062 "column": 16, 6044 "column": 16,
6063 "line": 67 6045 "line": 80
6064 } 6046 }
6065 }, 6047 },
6066 { 6048 {
6067 "defaultMessage": "!!!Start Dictation", 6049 "defaultMessage": "!!!Start Dictation",
6068 "end": { 6050 "end": {
6069 "column": 3, 6051 "column": 3,
6070 "line": 74 6052 "line": 87
6071 }, 6053 },
6072 "file": "src/lib/Menu.js", 6054 "file": "src/lib/Menu.js",
6073 "id": "menu.edit.startDictation", 6055 "id": "menu.edit.startDictation",
6074 "start": { 6056 "start": {
6075 "column": 18, 6057 "column": 18,
6076 "line": 71 6058 "line": 84
6077 } 6059 }
6078 }, 6060 },
6079 { 6061 {
6080 "defaultMessage": "!!!Emoji & Symbols", 6062 "defaultMessage": "!!!Emoji & Symbols",
6081 "end": { 6063 "end": {
6082 "column": 3, 6064 "column": 3,
6083 "line": 78 6065 "line": 91
6084 }, 6066 },
6085 "file": "src/lib/Menu.js", 6067 "file": "src/lib/Menu.js",
6086 "id": "menu.edit.emojiSymbols", 6068 "id": "menu.edit.emojiSymbols",
6087 "start": { 6069 "start": {
6088 "column": 16, 6070 "column": 16,
6089 "line": 75 6071 "line": 88
6090 } 6072 }
6091 }, 6073 },
6092 { 6074 {
6093 "defaultMessage": "!!!Open Quick Switch", 6075 "defaultMessage": "!!!Open Quick Switch",
6094 "end": { 6076 "end": {
6095 "column": 3, 6077 "column": 3,
6096 "line": 82 6078 "line": 95
6097 }, 6079 },
6098 "file": "src/lib/Menu.js", 6080 "file": "src/lib/Menu.js",
6099 "id": "menu.view.openQuickSwitch", 6081 "id": "menu.view.openQuickSwitch",
6100 "start": { 6082 "start": {
6101 "column": 19, 6083 "column": 19,
6102 "line": 79 6084 "line": 92
6103 } 6085 }
6104 }, 6086 },
6105 { 6087 {
6106 "defaultMessage": "!!!Back", 6088 "defaultMessage": "!!!Back",
6107 "end": { 6089 "end": {
6108 "column": 3, 6090 "column": 3,
6109 "line": 86 6091 "line": 99
6110 }, 6092 },
6111 "file": "src/lib/Menu.js", 6093 "file": "src/lib/Menu.js",
6112 "id": "menu.view.back", 6094 "id": "menu.view.back",
6113 "start": { 6095 "start": {
6114 "column": 8, 6096 "column": 8,
6115 "line": 83 6097 "line": 96
6116 } 6098 }
6117 }, 6099 },
6118 { 6100 {
6119 "defaultMessage": "!!!Forward", 6101 "defaultMessage": "!!!Forward",
6120 "end": { 6102 "end": {
6121 "column": 3, 6103 "column": 3,
6122 "line": 90 6104 "line": 103
6123 }, 6105 },
6124 "file": "src/lib/Menu.js", 6106 "file": "src/lib/Menu.js",
6125 "id": "menu.view.forward", 6107 "id": "menu.view.forward",
6126 "start": { 6108 "start": {
6127 "column": 11, 6109 "column": 11,
6128 "line": 87 6110 "line": 100
6129 } 6111 }
6130 }, 6112 },
6131 { 6113 {
6132 "defaultMessage": "!!!Actual Size", 6114 "defaultMessage": "!!!Actual Size",
6133 "end": { 6115 "end": {
6134 "column": 3, 6116 "column": 3,
6135 "line": 94 6117 "line": 107
6136 }, 6118 },
6137 "file": "src/lib/Menu.js", 6119 "file": "src/lib/Menu.js",
6138 "id": "menu.view.resetZoom", 6120 "id": "menu.view.resetZoom",
6139 "start": { 6121 "start": {
6140 "column": 13, 6122 "column": 13,
6141 "line": 91 6123 "line": 104
6142 } 6124 }
6143 }, 6125 },
6144 { 6126 {
6145 "defaultMessage": "!!!Zoom In", 6127 "defaultMessage": "!!!Zoom In",
6146 "end": { 6128 "end": {
6147 "column": 3, 6129 "column": 3,
6148 "line": 98 6130 "line": 111
6149 }, 6131 },
6150 "file": "src/lib/Menu.js", 6132 "file": "src/lib/Menu.js",
6151 "id": "menu.view.zoomIn", 6133 "id": "menu.view.zoomIn",
6152 "start": { 6134 "start": {
6153 "column": 10, 6135 "column": 10,
6154 "line": 95 6136 "line": 108
6155 } 6137 }
6156 }, 6138 },
6157 { 6139 {
6158 "defaultMessage": "!!!Zoom Out", 6140 "defaultMessage": "!!!Zoom Out",
6159 "end": { 6141 "end": {
6160 "column": 3, 6142 "column": 3,
6161 "line": 102 6143 "line": 115
6162 }, 6144 },
6163 "file": "src/lib/Menu.js", 6145 "file": "src/lib/Menu.js",
6164 "id": "menu.view.zoomOut", 6146 "id": "menu.view.zoomOut",
6165 "start": { 6147 "start": {
6166 "column": 11, 6148 "column": 11,
6167 "line": 99 6149 "line": 112
6168 } 6150 }
6169 }, 6151 },
6170 { 6152 {
6171 "defaultMessage": "!!!Toggle Full Screen", 6153 "defaultMessage": "!!!Toggle Full Screen",
6172 "end": { 6154 "end": {
6173 "column": 3, 6155 "column": 3,
6174 "line": 106 6156 "line": 119
6175 }, 6157 },
6176 "file": "src/lib/Menu.js", 6158 "file": "src/lib/Menu.js",
6177 "id": "menu.view.toggleFullScreen", 6159 "id": "menu.view.toggleFullScreen",
6178 "start": { 6160 "start": {
6179 "column": 20, 6161 "column": 20,
6180 "line": 103 6162 "line": 116
6181 } 6163 }
6182 }, 6164 },
6183 { 6165 {
6184 "defaultMessage": "!!!Toggle Dark Mode", 6166 "defaultMessage": "!!!Toggle Dark Mode",
6185 "end": { 6167 "end": {
6186 "column": 3, 6168 "column": 3,
6187 "line": 110 6169 "line": 123
6188 }, 6170 },
6189 "file": "src/lib/Menu.js", 6171 "file": "src/lib/Menu.js",
6190 "id": "menu.view.toggleDarkMode", 6172 "id": "menu.view.toggleDarkMode",
6191 "start": { 6173 "start": {
6192 "column": 18, 6174 "column": 18,
6193 "line": 107 6175 "line": 120
6194 } 6176 }
6195 }, 6177 },
6196 { 6178 {
6197 "defaultMessage": "!!!Toggle Developer Tools", 6179 "defaultMessage": "!!!Toggle Developer Tools",
6198 "end": { 6180 "end": {
6199 "column": 3, 6181 "column": 3,
6200 "line": 114 6182 "line": 127
6201 }, 6183 },
6202 "file": "src/lib/Menu.js", 6184 "file": "src/lib/Menu.js",
6203 "id": "menu.view.toggleDevTools", 6185 "id": "menu.view.toggleDevTools",
6204 "start": { 6186 "start": {
6205 "column": 18, 6187 "column": 18,
6206 "line": 111 6188 "line": 124
6207 } 6189 }
6208 }, 6190 },
6209 { 6191 {
6210 "defaultMessage": "!!!Toggle Todos Developer Tools", 6192 "defaultMessage": "!!!Toggle Todos Developer Tools",
6211 "end": { 6193 "end": {
6212 "column": 3, 6194 "column": 3,
6213 "line": 118 6195 "line": 131
6214 }, 6196 },
6215 "file": "src/lib/Menu.js", 6197 "file": "src/lib/Menu.js",
6216 "id": "menu.view.toggleTodosDevTools", 6198 "id": "menu.view.toggleTodosDevTools",
6217 "start": { 6199 "start": {
6218 "column": 23, 6200 "column": 23,
6219 "line": 115 6201 "line": 128
6220 } 6202 }
6221 }, 6203 },
6222 { 6204 {
6223 "defaultMessage": "!!!Toggle Service Developer Tools", 6205 "defaultMessage": "!!!Toggle Service Developer Tools",
6224 "end": { 6206 "end": {
6225 "column": 3, 6207 "column": 3,
6226 "line": 122 6208 "line": 135
6227 }, 6209 },
6228 "file": "src/lib/Menu.js", 6210 "file": "src/lib/Menu.js",
6229 "id": "menu.view.toggleServiceDevTools", 6211 "id": "menu.view.toggleServiceDevTools",
6230 "start": { 6212 "start": {
6231 "column": 25, 6213 "column": 25,
6232 "line": 119 6214 "line": 132
6233 } 6215 }
6234 }, 6216 },
6235 { 6217 {
6236 "defaultMessage": "!!!Reload Service", 6218 "defaultMessage": "!!!Reload Service",
6237 "end": { 6219 "end": {
6238 "column": 3, 6220 "column": 3,
6239 "line": 126 6221 "line": 139
6240 }, 6222 },
6241 "file": "src/lib/Menu.js", 6223 "file": "src/lib/Menu.js",
6242 "id": "menu.view.reloadService", 6224 "id": "menu.view.reloadService",
6243 "start": { 6225 "start": {
6244 "column": 17, 6226 "column": 17,
6245 "line": 123 6227 "line": 136
6246 } 6228 }
6247 }, 6229 },
6248 { 6230 {
6249 "defaultMessage": "!!!Reload Ferdi", 6231 "defaultMessage": "!!!Reload Ferdi",
6250 "end": { 6232 "end": {
6251 "column": 3, 6233 "column": 3,
6252 "line": 130 6234 "line": 143
6253 }, 6235 },
6254 "file": "src/lib/Menu.js", 6236 "file": "src/lib/Menu.js",
6255 "id": "menu.view.reloadFerdi", 6237 "id": "menu.view.reloadFerdi",
6256 "start": { 6238 "start": {
6257 "column": 15, 6239 "column": 15,
6258 "line": 127 6240 "line": 140
6259 } 6241 }
6260 }, 6242 },
6261 { 6243 {
6262 "defaultMessage": "!!!Lock Ferdi", 6244 "defaultMessage": "!!!Lock Ferdi",
6263 "end": { 6245 "end": {
6264 "column": 3, 6246 "column": 3,
6265 "line": 134 6247 "line": 147
6266 }, 6248 },
6267 "file": "src/lib/Menu.js", 6249 "file": "src/lib/Menu.js",
6268 "id": "menu.view.lockFerdi", 6250 "id": "menu.view.lockFerdi",
6269 "start": { 6251 "start": {
6270 "column": 13, 6252 "column": 13,
6271 "line": 131 6253 "line": 144
6272 } 6254 }
6273 }, 6255 },
6274 { 6256 {
6275 "defaultMessage": "!!!Reload ToDos", 6257 "defaultMessage": "!!!Reload ToDos",
6276 "end": { 6258 "end": {
6277 "column": 3, 6259 "column": 3,
6278 "line": 138 6260 "line": 151
6279 }, 6261 },
6280 "file": "src/lib/Menu.js", 6262 "file": "src/lib/Menu.js",
6281 "id": "menu.view.reloadTodos", 6263 "id": "menu.view.reloadTodos",
6282 "start": { 6264 "start": {
6283 "column": 15, 6265 "column": 15,
6284 "line": 135 6266 "line": 148
6285 } 6267 }
6286 }, 6268 },
6287 { 6269 {
6288 "defaultMessage": "!!!Minimize", 6270 "defaultMessage": "!!!Minimize",
6289 "end": { 6271 "end": {
6290 "column": 3, 6272 "column": 3,
6291 "line": 142 6273 "line": 155
6292 }, 6274 },
6293 "file": "src/lib/Menu.js", 6275 "file": "src/lib/Menu.js",
6294 "id": "menu.window.minimize", 6276 "id": "menu.window.minimize",
6295 "start": { 6277 "start": {
6296 "column": 12, 6278 "column": 12,
6297 "line": 139 6279 "line": 152
6298 } 6280 }
6299 }, 6281 },
6300 { 6282 {
6301 "defaultMessage": "!!!Close", 6283 "defaultMessage": "!!!Close",
6302 "end": { 6284 "end": {
6303 "column": 3, 6285 "column": 3,
6304 "line": 146 6286 "line": 159
6305 }, 6287 },
6306 "file": "src/lib/Menu.js", 6288 "file": "src/lib/Menu.js",
6307 "id": "menu.window.close", 6289 "id": "menu.window.close",
6308 "start": { 6290 "start": {
6309 "column": 9, 6291 "column": 9,
6310 "line": 143 6292 "line": 156
6311 } 6293 }
6312 }, 6294 },
6313 { 6295 {
6314 "defaultMessage": "!!!Learn More", 6296 "defaultMessage": "!!!Learn More",
6315 "end": { 6297 "end": {
6316 "column": 3, 6298 "column": 3,
6317 "line": 150 6299 "line": 163
6318 }, 6300 },
6319 "file": "src/lib/Menu.js", 6301 "file": "src/lib/Menu.js",
6320 "id": "menu.help.learnMore", 6302 "id": "menu.help.learnMore",
6321 "start": { 6303 "start": {
6322 "column": 13, 6304 "column": 13,
6323 "line": 147 6305 "line": 160
6324 } 6306 }
6325 }, 6307 },
6326 { 6308 {
6327 "defaultMessage": "!!!Changelog", 6309 "defaultMessage": "!!!Changelog",
6328 "end": { 6310 "end": {
6329 "column": 3, 6311 "column": 3,
6330 "line": 154 6312 "line": 167
6331 }, 6313 },
6332 "file": "src/lib/Menu.js", 6314 "file": "src/lib/Menu.js",
6333 "id": "menu.help.changelog", 6315 "id": "menu.help.changelog",
6334 "start": { 6316 "start": {
6335 "column": 13, 6317 "column": 13,
6336 "line": 151 6318 "line": 164
6337 } 6319 }
6338 }, 6320 },
6339 { 6321 {
6340 "defaultMessage": "!!!Import/Export Configuration Data", 6322 "defaultMessage": "!!!Import/Export Configuration Data",
6341 "end": { 6323 "end": {
6342 "column": 3, 6324 "column": 3,
6343 "line": 158 6325 "line": 171
6344 }, 6326 },
6345 "file": "src/lib/Menu.js", 6327 "file": "src/lib/Menu.js",
6346 "id": "menu.help.importExportData", 6328 "id": "menu.help.importExportData",
6347 "start": { 6329 "start": {
6348 "column": 20, 6330 "column": 20,
6349 "line": 155 6331 "line": 168
6350 } 6332 }
6351 }, 6333 },
6352 { 6334 {
6353 "defaultMessage": "!!!Support", 6335 "defaultMessage": "!!!Support",
6354 "end": { 6336 "end": {
6355 "column": 3, 6337 "column": 3,
6356 "line": 162 6338 "line": 175
6357 }, 6339 },
6358 "file": "src/lib/Menu.js", 6340 "file": "src/lib/Menu.js",
6359 "id": "menu.help.support", 6341 "id": "menu.help.support",
6360 "start": { 6342 "start": {
6361 "column": 11, 6343 "column": 11,
6362 "line": 159 6344 "line": 172
6363 } 6345 }
6364 }, 6346 },
6365 { 6347 {
6366 "defaultMessage": "!!!Copy Debug Information", 6348 "defaultMessage": "!!!Copy Debug Information",
6367 "end": { 6349 "end": {
6368 "column": 3, 6350 "column": 3,
6369 "line": 166 6351 "line": 179
6370 }, 6352 },
6371 "file": "src/lib/Menu.js", 6353 "file": "src/lib/Menu.js",
6372 "id": "menu.help.debugInfo", 6354 "id": "menu.help.debugInfo",
6373 "start": { 6355 "start": {
6374 "column": 13, 6356 "column": 13,
6375 "line": 163 6357 "line": 176
6376 } 6358 }
6377 }, 6359 },
6378 { 6360 {
6379 "defaultMessage": "!!!Publish Debug Information", 6361 "defaultMessage": "!!!Publish Debug Information",
6380 "end": { 6362 "end": {
6381 "column": 3, 6363 "column": 3,
6382 "line": 170 6364 "line": 183
6383 }, 6365 },
6384 "file": "src/lib/Menu.js", 6366 "file": "src/lib/Menu.js",
6385 "id": "menu.help.publishDebugInfo", 6367 "id": "menu.help.publishDebugInfo",
6386 "start": { 6368 "start": {
6387 "column": 20, 6369 "column": 20,
6388 "line": 167 6370 "line": 180
6389 } 6371 }
6390 }, 6372 },
6391 { 6373 {
6392 "defaultMessage": "!!!Ferdi Debug Information", 6374 "defaultMessage": "!!!Ferdi Debug Information",
6393 "end": { 6375 "end": {
6394 "column": 3, 6376 "column": 3,
6395 "line": 174 6377 "line": 187
6396 }, 6378 },
6397 "file": "src/lib/Menu.js", 6379 "file": "src/lib/Menu.js",
6398 "id": "menu.help.debugInfoCopiedHeadline", 6380 "id": "menu.help.debugInfoCopiedHeadline",
6399 "start": { 6381 "start": {
6400 "column": 27, 6382 "column": 27,
6401 "line": 171 6383 "line": 184
6402 } 6384 }
6403 }, 6385 },
6404 { 6386 {
6405 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 6387 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
6406 "end": { 6388 "end": {
6407 "column": 3, 6389 "column": 3,
6408 "line": 178 6390 "line": 192
6409 }, 6391 },
6410 "file": "src/lib/Menu.js", 6392 "file": "src/lib/Menu.js",
6411 "id": "menu.help.debugInfoCopiedBody", 6393 "id": "menu.help.debugInfoCopiedBody",
6412 "start": { 6394 "start": {
6413 "column": 23, 6395 "column": 23,
6414 "line": 175 6396 "line": 188
6415 } 6397 }
6416 }, 6398 },
6417 { 6399 {
6418 "defaultMessage": "!!!Unlock with Touch ID", 6400 "defaultMessage": "!!!Unlock with Touch ID",
6419 "end": { 6401 "end": {
6420 "column": 3, 6402 "column": 3,
6421 "line": 182 6403 "line": 196
6422 }, 6404 },
6423 "file": "src/lib/Menu.js", 6405 "file": "src/lib/Menu.js",
6424 "id": "locked.touchId", 6406 "id": "locked.touchId",
6425 "start": { 6407 "start": {
6426 "column": 11, 6408 "column": 11,
6427 "line": 179 6409 "line": 193
6428 } 6410 }
6429 }, 6411 },
6430 { 6412 {
6431 "defaultMessage": "!!!unlock via Touch ID", 6413 "defaultMessage": "!!!unlock via Touch ID",
6432 "end": { 6414 "end": {
6433 "column": 3, 6415 "column": 3,
6434 "line": 186 6416 "line": 200
6435 }, 6417 },
6436 "file": "src/lib/Menu.js", 6418 "file": "src/lib/Menu.js",
6437 "id": "locked.touchIdPrompt", 6419 "id": "locked.touchIdPrompt",
6438 "start": { 6420 "start": {
6439 "column": 17, 6421 "column": 17,
6440 "line": 183 6422 "line": 197
6441 } 6423 }
6442 }, 6424 },
6443 { 6425 {
6444 "defaultMessage": "!!!Terms of Service", 6426 "defaultMessage": "!!!Terms of Service",
6445 "end": { 6427 "end": {
6446 "column": 3, 6428 "column": 3,
6447 "line": 190 6429 "line": 204
6448 }, 6430 },
6449 "file": "src/lib/Menu.js", 6431 "file": "src/lib/Menu.js",
6450 "id": "menu.help.tos", 6432 "id": "menu.help.tos",
6451 "start": { 6433 "start": {
6452 "column": 7, 6434 "column": 7,
6453 "line": 187 6435 "line": 201
6454 } 6436 }
6455 }, 6437 },
6456 { 6438 {
6457 "defaultMessage": "!!!Privacy Statement", 6439 "defaultMessage": "!!!Privacy Statement",
6458 "end": { 6440 "end": {
6459 "column": 3, 6441 "column": 3,
6460 "line": 194 6442 "line": 208
6461 }, 6443 },
6462 "file": "src/lib/Menu.js", 6444 "file": "src/lib/Menu.js",
6463 "id": "menu.help.privacy", 6445 "id": "menu.help.privacy",
6464 "start": { 6446 "start": {
6465 "column": 11, 6447 "column": 11,
6466 "line": 191 6448 "line": 205
6467 } 6449 }
6468 }, 6450 },
6469 { 6451 {
6470 "defaultMessage": "!!!File", 6452 "defaultMessage": "!!!File",
6471 "end": { 6453 "end": {
6472 "column": 3, 6454 "column": 3,
6473 "line": 198 6455 "line": 212
6474 }, 6456 },
6475 "file": "src/lib/Menu.js", 6457 "file": "src/lib/Menu.js",
6476 "id": "menu.file", 6458 "id": "menu.file",
6477 "start": { 6459 "start": {
6478 "column": 8, 6460 "column": 8,
6479 "line": 195 6461 "line": 209
6480 } 6462 }
6481 }, 6463 },
6482 { 6464 {
6483 "defaultMessage": "!!!View", 6465 "defaultMessage": "!!!View",
6484 "end": { 6466 "end": {
6485 "column": 3, 6467 "column": 3,
6486 "line": 202 6468 "line": 216
6487 }, 6469 },
6488 "file": "src/lib/Menu.js", 6470 "file": "src/lib/Menu.js",
6489 "id": "menu.view", 6471 "id": "menu.view",
6490 "start": { 6472 "start": {
6491 "column": 8, 6473 "column": 8,
6492 "line": 199 6474 "line": 213
6493 } 6475 }
6494 }, 6476 },
6495 { 6477 {
6496 "defaultMessage": "!!!Services", 6478 "defaultMessage": "!!!Services",
6497 "end": { 6479 "end": {
6498 "column": 3, 6480 "column": 3,
6499 "line": 206 6481 "line": 220
6500 }, 6482 },
6501 "file": "src/lib/Menu.js", 6483 "file": "src/lib/Menu.js",
6502 "id": "menu.services", 6484 "id": "menu.services",
6503 "start": { 6485 "start": {
6504 "column": 12, 6486 "column": 12,
6505 "line": 203 6487 "line": 217
6506 } 6488 }
6507 }, 6489 },
6508 { 6490 {
6509 "defaultMessage": "!!!Window", 6491 "defaultMessage": "!!!Window",
6510 "end": { 6492 "end": {
6511 "column": 3, 6493 "column": 3,
6512 "line": 210 6494 "line": 224
6513 }, 6495 },
6514 "file": "src/lib/Menu.js", 6496 "file": "src/lib/Menu.js",
6515 "id": "menu.window", 6497 "id": "menu.window",
6516 "start": { 6498 "start": {
6517 "column": 10, 6499 "column": 10,
6518 "line": 207 6500 "line": 221
6519 } 6501 }
6520 }, 6502 },
6521 { 6503 {
6522 "defaultMessage": "!!!Help", 6504 "defaultMessage": "!!!Help",
6523 "end": { 6505 "end": {
6524 "column": 3, 6506 "column": 3,
6525 "line": 214 6507 "line": 228
6526 }, 6508 },
6527 "file": "src/lib/Menu.js", 6509 "file": "src/lib/Menu.js",
6528 "id": "menu.help", 6510 "id": "menu.help",
6529 "start": { 6511 "start": {
6530 "column": 8, 6512 "column": 8,
6531 "line": 211 6513 "line": 225
6532 } 6514 }
6533 }, 6515 },
6534 { 6516 {
6535 "defaultMessage": "!!!About Ferdi", 6517 "defaultMessage": "!!!About Ferdi",
6536 "end": { 6518 "end": {
6537 "column": 3, 6519 "column": 3,
6538 "line": 218 6520 "line": 232
6539 }, 6521 },
6540 "file": "src/lib/Menu.js", 6522 "file": "src/lib/Menu.js",
6541 "id": "menu.app.about", 6523 "id": "menu.app.about",
6542 "start": { 6524 "start": {
6543 "column": 9, 6525 "column": 9,
6544 "line": 215 6526 "line": 229
6545 }
6546 },
6547 {
6548 "defaultMessage": "!!!What's new?",
6549 "end": {
6550 "column": 3,
6551 "line": 222
6552 },
6553 "file": "src/lib/Menu.js",
6554 "id": "menu.app.announcement",
6555 "start": {
6556 "column": 16,
6557 "line": 219
6558 } 6527 }
6559 }, 6528 },
6560 { 6529 {
6561 "defaultMessage": "!!!Settings", 6530 "defaultMessage": "!!!Settings",
6562 "end": { 6531 "end": {
6563 "column": 3, 6532 "column": 3,
6564 "line": 226 6533 "line": 236
6565 }, 6534 },
6566 "file": "src/lib/Menu.js", 6535 "file": "src/lib/Menu.js",
6567 "id": "menu.app.settings", 6536 "id": "menu.app.settings",
6568 "start": { 6537 "start": {
6569 "column": 12, 6538 "column": 12,
6570 "line": 223 6539 "line": 233
6571 } 6540 }
6572 }, 6541 },
6573 { 6542 {
6574 "defaultMessage": "!!!Check for updates", 6543 "defaultMessage": "!!!Check for updates",
6575 "end": { 6544 "end": {
6576 "column": 3, 6545 "column": 3,
6577 "line": 230 6546 "line": 240
6578 }, 6547 },
6579 "file": "src/lib/Menu.js", 6548 "file": "src/lib/Menu.js",
6580 "id": "menu.app.checkForUpdates", 6549 "id": "menu.app.checkForUpdates",
6581 "start": { 6550 "start": {
6582 "column": 19, 6551 "column": 19,
6583 "line": 227 6552 "line": 237
6584 } 6553 }
6585 }, 6554 },
6586 { 6555 {
6587 "defaultMessage": "!!!Hide", 6556 "defaultMessage": "!!!Hide",
6588 "end": { 6557 "end": {
6589 "column": 3, 6558 "column": 3,
6590 "line": 234 6559 "line": 244
6591 }, 6560 },
6592 "file": "src/lib/Menu.js", 6561 "file": "src/lib/Menu.js",
6593 "id": "menu.app.hide", 6562 "id": "menu.app.hide",
6594 "start": { 6563 "start": {
6595 "column": 8, 6564 "column": 8,
6596 "line": 231 6565 "line": 241
6597 } 6566 }
6598 }, 6567 },
6599 { 6568 {
6600 "defaultMessage": "!!!Hide Others", 6569 "defaultMessage": "!!!Hide Others",
6601 "end": { 6570 "end": {
6602 "column": 3, 6571 "column": 3,
6603 "line": 238 6572 "line": 248
6604 }, 6573 },
6605 "file": "src/lib/Menu.js", 6574 "file": "src/lib/Menu.js",
6606 "id": "menu.app.hideOthers", 6575 "id": "menu.app.hideOthers",
6607 "start": { 6576 "start": {
6608 "column": 14, 6577 "column": 14,
6609 "line": 235 6578 "line": 245
6610 } 6579 }
6611 }, 6580 },
6612 { 6581 {
6613 "defaultMessage": "!!!Unhide", 6582 "defaultMessage": "!!!Unhide",
6614 "end": { 6583 "end": {
6615 "column": 3, 6584 "column": 3,
6616 "line": 242 6585 "line": 252
6617 }, 6586 },
6618 "file": "src/lib/Menu.js", 6587 "file": "src/lib/Menu.js",
6619 "id": "menu.app.unhide", 6588 "id": "menu.app.unhide",
6620 "start": { 6589 "start": {
6621 "column": 10, 6590 "column": 10,
6622 "line": 239 6591 "line": 249
6623 } 6592 }
6624 }, 6593 },
6625 { 6594 {
6626 "defaultMessage": "!!!Auto-hide menu bar", 6595 "defaultMessage": "!!!Auto-hide menu bar",
6627 "end": { 6596 "end": {
6628 "column": 3, 6597 "column": 3,
6629 "line": 246 6598 "line": 256
6630 }, 6599 },
6631 "file": "src/lib/Menu.js", 6600 "file": "src/lib/Menu.js",
6632 "id": "menu.app.autohideMenuBar", 6601 "id": "menu.app.autohideMenuBar",
6633 "start": { 6602 "start": {
6634 "column": 19, 6603 "column": 19,
6635 "line": 243 6604 "line": 253
6636 } 6605 }
6637 }, 6606 },
6638 { 6607 {
6639 "defaultMessage": "!!!Quit", 6608 "defaultMessage": "!!!Quit",
6640 "end": { 6609 "end": {
6641 "column": 3, 6610 "column": 3,
6642 "line": 250 6611 "line": 260
6643 }, 6612 },
6644 "file": "src/lib/Menu.js", 6613 "file": "src/lib/Menu.js",
6645 "id": "menu.app.quit", 6614 "id": "menu.app.quit",
6646 "start": { 6615 "start": {
6647 "column": 8, 6616 "column": 8,
6648 "line": 247 6617 "line": 257
6649 } 6618 }
6650 }, 6619 },
6651 { 6620 {
6652 "defaultMessage": "!!!Add New Service...", 6621 "defaultMessage": "!!!Add New Service...",
6653 "end": { 6622 "end": {
6654 "column": 3, 6623 "column": 3,
6655 "line": 254 6624 "line": 264
6656 }, 6625 },
6657 "file": "src/lib/Menu.js", 6626 "file": "src/lib/Menu.js",
6658 "id": "menu.services.addNewService", 6627 "id": "menu.services.addNewService",
6659 "start": { 6628 "start": {
6660 "column": 17, 6629 "column": 17,
6661 "line": 251 6630 "line": 261
6662 } 6631 }
6663 }, 6632 },
6664 { 6633 {
6665 "defaultMessage": "!!!Add New Workspace...", 6634 "defaultMessage": "!!!Add New Workspace...",
6666 "end": { 6635 "end": {
6667 "column": 3, 6636 "column": 3,
6668 "line": 258 6637 "line": 268
6669 }, 6638 },
6670 "file": "src/lib/Menu.js", 6639 "file": "src/lib/Menu.js",
6671 "id": "menu.workspaces.addNewWorkspace", 6640 "id": "menu.workspaces.addNewWorkspace",
6672 "start": { 6641 "start": {
6673 "column": 19, 6642 "column": 19,
6674 "line": 255 6643 "line": 265
6675 } 6644 }
6676 }, 6645 },
6677 { 6646 {
6678 "defaultMessage": "!!!Open workspace drawer", 6647 "defaultMessage": "!!!Open workspace drawer",
6679 "end": { 6648 "end": {
6680 "column": 3, 6649 "column": 3,
6681 "line": 262 6650 "line": 272
6682 }, 6651 },
6683 "file": "src/lib/Menu.js", 6652 "file": "src/lib/Menu.js",
6684 "id": "menu.workspaces.openWorkspaceDrawer", 6653 "id": "menu.workspaces.openWorkspaceDrawer",
6685 "start": { 6654 "start": {
6686 "column": 23, 6655 "column": 23,
6687 "line": 259 6656 "line": 269
6688 } 6657 }
6689 }, 6658 },
6690 { 6659 {
6691 "defaultMessage": "!!!Close workspace drawer", 6660 "defaultMessage": "!!!Close workspace drawer",
6692 "end": { 6661 "end": {
6693 "column": 3, 6662 "column": 3,
6694 "line": 266 6663 "line": 276
6695 }, 6664 },
6696 "file": "src/lib/Menu.js", 6665 "file": "src/lib/Menu.js",
6697 "id": "menu.workspaces.closeWorkspaceDrawer", 6666 "id": "menu.workspaces.closeWorkspaceDrawer",
6698 "start": { 6667 "start": {
6699 "column": 24, 6668 "column": 24,
6700 "line": 263 6669 "line": 273
6701 } 6670 }
6702 }, 6671 },
6703 { 6672 {
6704 "defaultMessage": "!!!Activate next service...", 6673 "defaultMessage": "!!!Activate next service...",
6705 "end": { 6674 "end": {
6706 "column": 3, 6675 "column": 3,
6707 "line": 270 6676 "line": 280
6708 }, 6677 },
6709 "file": "src/lib/Menu.js", 6678 "file": "src/lib/Menu.js",
6710 "id": "menu.services.setNextServiceActive", 6679 "id": "menu.services.setNextServiceActive",
6711 "start": { 6680 "start": {
6712 "column": 23, 6681 "column": 23,
6713 "line": 267 6682 "line": 277
6714 } 6683 }
6715 }, 6684 },
6716 { 6685 {
6717 "defaultMessage": "!!!Activate previous service...", 6686 "defaultMessage": "!!!Activate previous service...",
6718 "end": { 6687 "end": {
6719 "column": 3, 6688 "column": 3,
6720 "line": 274 6689 "line": 284
6721 }, 6690 },
6722 "file": "src/lib/Menu.js", 6691 "file": "src/lib/Menu.js",
6723 "id": "menu.services.activatePreviousService", 6692 "id": "menu.services.activatePreviousService",
6724 "start": { 6693 "start": {
6725 "column": 27, 6694 "column": 27,
6726 "line": 271 6695 "line": 281
6727 } 6696 }
6728 }, 6697 },
6729 { 6698 {
6730 "defaultMessage": "!!!Disable notifications & audio", 6699 "defaultMessage": "!!!Disable notifications & audio",
6731 "end": { 6700 "end": {
6732 "column": 3, 6701 "column": 3,
6733 "line": 278 6702 "line": 288
6734 }, 6703 },
6735 "file": "src/lib/Menu.js", 6704 "file": "src/lib/Menu.js",
6736 "id": "sidebar.muteApp", 6705 "id": "sidebar.muteApp",
6737 "start": { 6706 "start": {
6738 "column": 11, 6707 "column": 11,
6739 "line": 275 6708 "line": 285
6740 } 6709 }
6741 }, 6710 },
6742 { 6711 {
6743 "defaultMessage": "!!!Enable notifications & audio", 6712 "defaultMessage": "!!!Enable notifications & audio",
6744 "end": { 6713 "end": {
6745 "column": 3, 6714 "column": 3,
6746 "line": 282 6715 "line": 292
6747 }, 6716 },
6748 "file": "src/lib/Menu.js", 6717 "file": "src/lib/Menu.js",
6749 "id": "sidebar.unmuteApp", 6718 "id": "sidebar.unmuteApp",
6750 "start": { 6719 "start": {
6751 "column": 13, 6720 "column": 13,
6752 "line": 279 6721 "line": 289
6753 } 6722 }
6754 }, 6723 },
6755 { 6724 {
6756 "defaultMessage": "!!!Workspaces", 6725 "defaultMessage": "!!!Workspaces",
6757 "end": { 6726 "end": {
6758 "column": 3, 6727 "column": 3,
6759 "line": 286 6728 "line": 296
6760 }, 6729 },
6761 "file": "src/lib/Menu.js", 6730 "file": "src/lib/Menu.js",
6762 "id": "menu.workspaces", 6731 "id": "menu.workspaces",
6763 "start": { 6732 "start": {
6764 "column": 14, 6733 "column": 14,
6765 "line": 283 6734 "line": 293
6766 } 6735 }
6767 }, 6736 },
6768 { 6737 {
6769 "defaultMessage": "!!!Default", 6738 "defaultMessage": "!!!Default",
6770 "end": { 6739 "end": {
6771 "column": 3, 6740 "column": 3,
6772 "line": 290 6741 "line": 300
6773 }, 6742 },
6774 "file": "src/lib/Menu.js", 6743 "file": "src/lib/Menu.js",
6775 "id": "menu.workspaces.defaultWorkspace", 6744 "id": "menu.workspaces.defaultWorkspace",
6776 "start": { 6745 "start": {
6777 "column": 20, 6746 "column": 20,
6778 "line": 287 6747 "line": 297
6779 } 6748 }
6780 }, 6749 },
6781 { 6750 {
6782 "defaultMessage": "!!!Todos", 6751 "defaultMessage": "!!!Todos",
6783 "end": { 6752 "end": {
6784 "column": 3, 6753 "column": 3,
6785 "line": 294 6754 "line": 304
6786 }, 6755 },
6787 "file": "src/lib/Menu.js", 6756 "file": "src/lib/Menu.js",
6788 "id": "menu.todos", 6757 "id": "menu.todos",
6789 "start": { 6758 "start": {
6790 "column": 9, 6759 "column": 9,
6791 "line": 291 6760 "line": 301
6792 } 6761 }
6793 }, 6762 },
6794 { 6763 {
6795 "defaultMessage": "!!!Open Todos drawer", 6764 "defaultMessage": "!!!Open Todos drawer",
6796 "end": { 6765 "end": {
6797 "column": 3, 6766 "column": 3,
6798 "line": 298 6767 "line": 308
6799 }, 6768 },
6800 "file": "src/lib/Menu.js", 6769 "file": "src/lib/Menu.js",
6801 "id": "menu.Todoss.openTodosDrawer", 6770 "id": "menu.Todoss.openTodosDrawer",
6802 "start": { 6771 "start": {
6803 "column": 19, 6772 "column": 19,
6804 "line": 295 6773 "line": 305
6805 } 6774 }
6806 }, 6775 },
6807 { 6776 {
6808 "defaultMessage": "!!!Close Todos drawer", 6777 "defaultMessage": "!!!Close Todos drawer",
6809 "end": { 6778 "end": {
6810 "column": 3, 6779 "column": 3,
6811 "line": 302 6780 "line": 312
6812 }, 6781 },
6813 "file": "src/lib/Menu.js", 6782 "file": "src/lib/Menu.js",
6814 "id": "menu.Todoss.closeTodosDrawer", 6783 "id": "menu.Todoss.closeTodosDrawer",
6815 "start": { 6784 "start": {
6816 "column": 20, 6785 "column": 20,
6817 "line": 299 6786 "line": 309
6818 } 6787 }
6819 }, 6788 },
6820 { 6789 {
6821 "defaultMessage": "!!!Enable Todos", 6790 "defaultMessage": "!!!Enable Todos",
6822 "end": { 6791 "end": {
6823 "column": 3, 6792 "column": 3,
6824 "line": 306 6793 "line": 316
6825 }, 6794 },
6826 "file": "src/lib/Menu.js", 6795 "file": "src/lib/Menu.js",
6827 "id": "menu.todos.enableTodos", 6796 "id": "menu.todos.enableTodos",
6828 "start": { 6797 "start": {
6829 "column": 15, 6798 "column": 15,
6830 "line": 303 6799 "line": 313
6831 } 6800 }
6832 }, 6801 },
6833 { 6802 {
6834 "defaultMessage": "!!!Home", 6803 "defaultMessage": "!!!Home",
6835 "end": { 6804 "end": {
6836 "column": 3, 6805 "column": 3,
6837 "line": 310 6806 "line": 320
6838 }, 6807 },
6839 "file": "src/lib/Menu.js", 6808 "file": "src/lib/Menu.js",
6840 "id": "menu.services.goHome", 6809 "id": "menu.services.goHome",
6841 "start": { 6810 "start": {
6842 "column": 17, 6811 "column": 17,
6843 "line": 307 6812 "line": 317
6844 } 6813 }
6845 } 6814 }
6846 ], 6815 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f7e3d662a..5c967bc82 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -10,7 +10,6 @@
10 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
11 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
14 "feature.debugger.title": "Publish debugging information", 13 "feature.debugger.title": "Publish debugging information",
15 "feature.nightlyBuilds.activate": "Activate", 14 "feature.nightlyBuilds.activate": "Activate",
16 "feature.nightlyBuilds.cancel": "Cancel", 15 "feature.nightlyBuilds.cancel": "Cancel",
@@ -76,7 +75,6 @@
76 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 75 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
77 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 76 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
78 "menu.app.about": "About Ferdi", 77 "menu.app.about": "About Ferdi",
79 "menu.app.announcement": "What's new?",
80 "menu.app.autohideMenuBar": "Auto-hide menu bar", 78 "menu.app.autohideMenuBar": "Auto-hide menu bar",
81 "menu.app.checkForUpdates": "Check for updates", 79 "menu.app.checkForUpdates": "Check for updates",
82 "menu.app.hide": "Hide", 80 "menu.app.hide": "Hide",
@@ -461,4 +459,4 @@
461 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>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.</p>", 459 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>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.</p>",
462 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 460 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
463 "workspaces.switchingIndicator.switchingTo": "Switching to" 461 "workspaces.switchingIndicator.switchingTo": "Switching to"
464} 462} \ No newline at end of file
diff --git a/src/i18n/messages/src/components/AppUpdateInfoBar.json b/src/i18n/messages/src/components/AppUpdateInfoBar.json
index da801b548..b99eaff67 100644
--- a/src/i18n/messages/src/components/AppUpdateInfoBar.json
+++ b/src/i18n/messages/src/components/AppUpdateInfoBar.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!A new update for Ferdi is available.", 4 "defaultMessage": "!!!A new update for Ferdi is available.",
5 "file": "src/components/AppUpdateInfoBar.js", 5 "file": "src/components/AppUpdateInfoBar.js",
6 "start": { 6 "start": {
7 "line": 9, 7 "line": 10,
8 "column": 19 8 "column": 19
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 12, 11 "line": 13,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Changelog", 17 "defaultMessage": "!!!Changelog",
18 "file": "src/components/AppUpdateInfoBar.js", 18 "file": "src/components/AppUpdateInfoBar.js",
19 "start": { 19 "start": {
20 "line": 13, 20 "line": 14,
21 "column": 13 21 "column": 13
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 16, 24 "line": 17,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Restart & install update", 30 "defaultMessage": "!!!Restart & install update",
31 "file": "src/components/AppUpdateInfoBar.js", 31 "file": "src/components/AppUpdateInfoBar.js",
32 "start": { 32 "start": {
33 "line": 17, 33 "line": 18,
34 "column": 23 34 "column": 23
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 20, 37 "line": 21,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }
diff --git a/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json b/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json
deleted file mode 100644
index 6b94ff792..000000000
--- a/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json
+++ /dev/null
@@ -1,15 +0,0 @@
1[
2 {
3 "id": "feature.announcements.changelog.headline",
4 "defaultMessage": "!!!Changes in Ferdi {version}",
5 "file": "src/features/announcements/components/AnnouncementScreen.js",
6 "start": {
7 "line": 20,
8 "column": 12
9 },
10 "end": {
11 "line": 23,
12 "column": 3
13 }
14 }
15] \ No newline at end of file
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 373c3a64b..3799c9130 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": 19, 7 "line": 32,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 22, 11 "line": 35,
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": 23, 20 "line": 36,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 26, 24 "line": 39,
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": 27, 33 "line": 40,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 30, 37 "line": 43,
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": 31, 46 "line": 44,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 34, 50 "line": 47,
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": 35, 59 "line": 48,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 38, 63 "line": 51,
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": 39, 72 "line": 52,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 42, 76 "line": 55,
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": 43, 85 "line": 56,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 46, 89 "line": 59,
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": 47, 98 "line": 60,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 50, 102 "line": 63,
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": 51, 111 "line": 64,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 54, 115 "line": 67,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Find in Page", 121 "defaultMessage": "!!!Find in Page",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 55, 124 "line": 68,
125 "column": 14 125 "column": 14
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 58, 128 "line": 71,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Speech", 134 "defaultMessage": "!!!Speech",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 59, 137 "line": 72,
138 "column": 10 138 "column": 10
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 62, 141 "line": 75,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Start Speaking", 147 "defaultMessage": "!!!Start Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 63, 150 "line": 76,
151 "column": 17 151 "column": 17
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 66, 154 "line": 79,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Stop Speaking", 160 "defaultMessage": "!!!Stop Speaking",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 67, 163 "line": 80,
164 "column": 16 164 "column": 16
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 70, 167 "line": 83,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Start Dictation", 173 "defaultMessage": "!!!Start Dictation",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 71, 176 "line": 84,
177 "column": 18 177 "column": 18
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 74, 180 "line": 87,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Emoji & Symbols", 186 "defaultMessage": "!!!Emoji & Symbols",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 75, 189 "line": 88,
190 "column": 16 190 "column": 16
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 78, 193 "line": 91,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Open Quick Switch", 199 "defaultMessage": "!!!Open Quick Switch",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 79, 202 "line": 92,
203 "column": 19 203 "column": 19
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 82, 206 "line": 95,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Back", 212 "defaultMessage": "!!!Back",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 83, 215 "line": 96,
216 "column": 8 216 "column": 8
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 86, 219 "line": 99,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Forward", 225 "defaultMessage": "!!!Forward",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 87, 228 "line": 100,
229 "column": 11 229 "column": 11
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 90, 232 "line": 103,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Actual Size", 238 "defaultMessage": "!!!Actual Size",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 91, 241 "line": 104,
242 "column": 13 242 "column": 13
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 94, 245 "line": 107,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Zoom In", 251 "defaultMessage": "!!!Zoom In",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 95, 254 "line": 108,
255 "column": 10 255 "column": 10
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 98, 258 "line": 111,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Zoom Out", 264 "defaultMessage": "!!!Zoom Out",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 99, 267 "line": 112,
268 "column": 11 268 "column": 11
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 102, 271 "line": 115,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Toggle Full Screen", 277 "defaultMessage": "!!!Toggle Full Screen",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 103, 280 "line": 116,
281 "column": 20 281 "column": 20
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 106, 284 "line": 119,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Toggle Dark Mode", 290 "defaultMessage": "!!!Toggle Dark Mode",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 107, 293 "line": 120,
294 "column": 18 294 "column": 18
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 110, 297 "line": 123,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Toggle Developer Tools", 303 "defaultMessage": "!!!Toggle Developer Tools",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 111, 306 "line": 124,
307 "column": 18 307 "column": 18
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 114, 310 "line": 127,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Toggle Todos Developer Tools", 316 "defaultMessage": "!!!Toggle Todos Developer Tools",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 115, 319 "line": 128,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 118, 323 "line": 131,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Toggle Service Developer Tools", 329 "defaultMessage": "!!!Toggle Service Developer Tools",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 119, 332 "line": 132,
333 "column": 25 333 "column": 25
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 122, 336 "line": 135,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Reload Service", 342 "defaultMessage": "!!!Reload Service",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 123, 345 "line": 136,
346 "column": 17 346 "column": 17
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 126, 349 "line": 139,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Reload Ferdi", 355 "defaultMessage": "!!!Reload Ferdi",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 127, 358 "line": 140,
359 "column": 15 359 "column": 15
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 130, 362 "line": 143,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Lock Ferdi", 368 "defaultMessage": "!!!Lock Ferdi",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 131, 371 "line": 144,
372 "column": 13 372 "column": 13
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 134, 375 "line": 147,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Reload ToDos", 381 "defaultMessage": "!!!Reload ToDos",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 135, 384 "line": 148,
385 "column": 15 385 "column": 15
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 138, 388 "line": 151,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Minimize", 394 "defaultMessage": "!!!Minimize",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 139, 397 "line": 152,
398 "column": 12 398 "column": 12
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 142, 401 "line": 155,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Close", 407 "defaultMessage": "!!!Close",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 143, 410 "line": 156,
411 "column": 9 411 "column": 9
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 146, 414 "line": 159,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Learn More", 420 "defaultMessage": "!!!Learn More",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 147, 423 "line": 160,
424 "column": 13 424 "column": 13
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 150, 427 "line": 163,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Changelog", 433 "defaultMessage": "!!!Changelog",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 151, 436 "line": 164,
437 "column": 13 437 "column": 13
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 154, 440 "line": 167,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Import/Export Configuration Data", 446 "defaultMessage": "!!!Import/Export Configuration Data",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 155, 449 "line": 168,
450 "column": 20 450 "column": 20
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 158, 453 "line": 171,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Support", 459 "defaultMessage": "!!!Support",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 159, 462 "line": 172,
463 "column": 11 463 "column": 11
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 162, 466 "line": 175,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Copy Debug Information", 472 "defaultMessage": "!!!Copy Debug Information",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 163, 475 "line": 176,
476 "column": 13 476 "column": 13
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 166, 479 "line": 179,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Publish Debug Information", 485 "defaultMessage": "!!!Publish Debug Information",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 167, 488 "line": 180,
489 "column": 20 489 "column": 20
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 170, 492 "line": 183,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Ferdi Debug Information", 498 "defaultMessage": "!!!Ferdi Debug Information",
499 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
500 "start": { 500 "start": {
501 "line": 171, 501 "line": 184,
502 "column": 27 502 "column": 27
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 174, 505 "line": 187,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 511 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 175, 514 "line": 188,
515 "column": 23 515 "column": 23
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 178, 518 "line": 192,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!Unlock with Touch ID", 524 "defaultMessage": "!!!Unlock with Touch ID",
525 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
526 "start": { 526 "start": {
527 "line": 179, 527 "line": 193,
528 "column": 11 528 "column": 11
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 182, 531 "line": 196,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!unlock via Touch ID", 537 "defaultMessage": "!!!unlock via Touch ID",
538 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
539 "start": { 539 "start": {
540 "line": 183, 540 "line": 197,
541 "column": 17 541 "column": 17
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 186, 544 "line": 200,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Terms of Service", 550 "defaultMessage": "!!!Terms of Service",
551 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
552 "start": { 552 "start": {
553 "line": 187, 553 "line": 201,
554 "column": 7 554 "column": 7
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 190, 557 "line": 204,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Privacy Statement", 563 "defaultMessage": "!!!Privacy Statement",
564 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
565 "start": { 565 "start": {
566 "line": 191, 566 "line": 205,
567 "column": 11 567 "column": 11
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 194, 570 "line": 208,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!File", 576 "defaultMessage": "!!!File",
577 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
578 "start": { 578 "start": {
579 "line": 195, 579 "line": 209,
580 "column": 8 580 "column": 8
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 198, 583 "line": 212,
584 "column": 3 584 "column": 3
585 } 585 }
586 }, 586 },
@@ -589,11 +589,11 @@
589 "defaultMessage": "!!!View", 589 "defaultMessage": "!!!View",
590 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
591 "start": { 591 "start": {
592 "line": 199, 592 "line": 213,
593 "column": 8 593 "column": 8
594 }, 594 },
595 "end": { 595 "end": {
596 "line": 202, 596 "line": 216,
597 "column": 3 597 "column": 3
598 } 598 }
599 }, 599 },
@@ -602,11 +602,11 @@
602 "defaultMessage": "!!!Services", 602 "defaultMessage": "!!!Services",
603 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
604 "start": { 604 "start": {
605 "line": 203, 605 "line": 217,
606 "column": 12 606 "column": 12
607 }, 607 },
608 "end": { 608 "end": {
609 "line": 206, 609 "line": 220,
610 "column": 3 610 "column": 3
611 } 611 }
612 }, 612 },
@@ -615,11 +615,11 @@
615 "defaultMessage": "!!!Window", 615 "defaultMessage": "!!!Window",
616 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
617 "start": { 617 "start": {
618 "line": 207, 618 "line": 221,
619 "column": 10 619 "column": 10
620 }, 620 },
621 "end": { 621 "end": {
622 "line": 210, 622 "line": 224,
623 "column": 3 623 "column": 3
624 } 624 }
625 }, 625 },
@@ -628,11 +628,11 @@
628 "defaultMessage": "!!!Help", 628 "defaultMessage": "!!!Help",
629 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
630 "start": { 630 "start": {
631 "line": 211, 631 "line": 225,
632 "column": 8 632 "column": 8
633 }, 633 },
634 "end": { 634 "end": {
635 "line": 214, 635 "line": 228,
636 "column": 3 636 "column": 3
637 } 637 }
638 }, 638 },
@@ -641,24 +641,11 @@
641 "defaultMessage": "!!!About Ferdi", 641 "defaultMessage": "!!!About Ferdi",
642 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
643 "start": { 643 "start": {
644 "line": 215, 644 "line": 229,
645 "column": 9 645 "column": 9
646 }, 646 },
647 "end": { 647 "end": {
648 "line": 218, 648 "line": 232,
649 "column": 3
650 }
651 },
652 {
653 "id": "menu.app.announcement",
654 "defaultMessage": "!!!What's new?",
655 "file": "src/lib/Menu.js",
656 "start": {
657 "line": 219,
658 "column": 16
659 },
660 "end": {
661 "line": 222,
662 "column": 3 649 "column": 3
663 } 650 }
664 }, 651 },
@@ -667,11 +654,11 @@
667 "defaultMessage": "!!!Settings", 654 "defaultMessage": "!!!Settings",
668 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
669 "start": { 656 "start": {
670 "line": 223, 657 "line": 233,
671 "column": 12 658 "column": 12
672 }, 659 },
673 "end": { 660 "end": {
674 "line": 226, 661 "line": 236,
675 "column": 3 662 "column": 3
676 } 663 }
677 }, 664 },
@@ -680,11 +667,11 @@
680 "defaultMessage": "!!!Check for updates", 667 "defaultMessage": "!!!Check for updates",
681 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
682 "start": { 669 "start": {
683 "line": 227, 670 "line": 237,
684 "column": 19 671 "column": 19
685 }, 672 },
686 "end": { 673 "end": {
687 "line": 230, 674 "line": 240,
688 "column": 3 675 "column": 3
689 } 676 }
690 }, 677 },
@@ -693,11 +680,11 @@
693 "defaultMessage": "!!!Hide", 680 "defaultMessage": "!!!Hide",
694 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
695 "start": { 682 "start": {
696 "line": 231, 683 "line": 241,
697 "column": 8 684 "column": 8
698 }, 685 },
699 "end": { 686 "end": {
700 "line": 234, 687 "line": 244,
701 "column": 3 688 "column": 3
702 } 689 }
703 }, 690 },
@@ -706,11 +693,11 @@
706 "defaultMessage": "!!!Hide Others", 693 "defaultMessage": "!!!Hide Others",
707 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
708 "start": { 695 "start": {
709 "line": 235, 696 "line": 245,
710 "column": 14 697 "column": 14
711 }, 698 },
712 "end": { 699 "end": {
713 "line": 238, 700 "line": 248,
714 "column": 3 701 "column": 3
715 } 702 }
716 }, 703 },
@@ -719,11 +706,11 @@
719 "defaultMessage": "!!!Unhide", 706 "defaultMessage": "!!!Unhide",
720 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
721 "start": { 708 "start": {
722 "line": 239, 709 "line": 249,
723 "column": 10 710 "column": 10
724 }, 711 },
725 "end": { 712 "end": {
726 "line": 242, 713 "line": 252,
727 "column": 3 714 "column": 3
728 } 715 }
729 }, 716 },
@@ -732,11 +719,11 @@
732 "defaultMessage": "!!!Auto-hide menu bar", 719 "defaultMessage": "!!!Auto-hide menu bar",
733 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
734 "start": { 721 "start": {
735 "line": 243, 722 "line": 253,
736 "column": 19 723 "column": 19
737 }, 724 },
738 "end": { 725 "end": {
739 "line": 246, 726 "line": 256,
740 "column": 3 727 "column": 3
741 } 728 }
742 }, 729 },
@@ -745,11 +732,11 @@
745 "defaultMessage": "!!!Quit", 732 "defaultMessage": "!!!Quit",
746 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
747 "start": { 734 "start": {
748 "line": 247, 735 "line": 257,
749 "column": 8 736 "column": 8
750 }, 737 },
751 "end": { 738 "end": {
752 "line": 250, 739 "line": 260,
753 "column": 3 740 "column": 3
754 } 741 }
755 }, 742 },
@@ -758,11 +745,11 @@
758 "defaultMessage": "!!!Add New Service...", 745 "defaultMessage": "!!!Add New Service...",
759 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
760 "start": { 747 "start": {
761 "line": 251, 748 "line": 261,
762 "column": 17 749 "column": 17
763 }, 750 },
764 "end": { 751 "end": {
765 "line": 254, 752 "line": 264,
766 "column": 3 753 "column": 3
767 } 754 }
768 }, 755 },
@@ -771,11 +758,11 @@
771 "defaultMessage": "!!!Add New Workspace...", 758 "defaultMessage": "!!!Add New Workspace...",
772 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
773 "start": { 760 "start": {
774 "line": 255, 761 "line": 265,
775 "column": 19 762 "column": 19
776 }, 763 },
777 "end": { 764 "end": {
778 "line": 258, 765 "line": 268,
779 "column": 3 766 "column": 3
780 } 767 }
781 }, 768 },
@@ -784,11 +771,11 @@
784 "defaultMessage": "!!!Open workspace drawer", 771 "defaultMessage": "!!!Open workspace drawer",
785 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
786 "start": { 773 "start": {
787 "line": 259, 774 "line": 269,
788 "column": 23 775 "column": 23
789 }, 776 },
790 "end": { 777 "end": {
791 "line": 262, 778 "line": 272,
792 "column": 3 779 "column": 3
793 } 780 }
794 }, 781 },
@@ -797,11 +784,11 @@
797 "defaultMessage": "!!!Close workspace drawer", 784 "defaultMessage": "!!!Close workspace drawer",
798 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
799 "start": { 786 "start": {
800 "line": 263, 787 "line": 273,
801 "column": 24 788 "column": 24
802 }, 789 },
803 "end": { 790 "end": {
804 "line": 266, 791 "line": 276,
805 "column": 3 792 "column": 3
806 } 793 }
807 }, 794 },
@@ -810,11 +797,11 @@
810 "defaultMessage": "!!!Activate next service...", 797 "defaultMessage": "!!!Activate next service...",
811 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
812 "start": { 799 "start": {
813 "line": 267, 800 "line": 277,
814 "column": 23 801 "column": 23
815 }, 802 },
816 "end": { 803 "end": {
817 "line": 270, 804 "line": 280,
818 "column": 3 805 "column": 3
819 } 806 }
820 }, 807 },
@@ -823,11 +810,11 @@
823 "defaultMessage": "!!!Activate previous service...", 810 "defaultMessage": "!!!Activate previous service...",
824 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
825 "start": { 812 "start": {
826 "line": 271, 813 "line": 281,
827 "column": 27 814 "column": 27
828 }, 815 },
829 "end": { 816 "end": {
830 "line": 274, 817 "line": 284,
831 "column": 3 818 "column": 3
832 } 819 }
833 }, 820 },
@@ -836,11 +823,11 @@
836 "defaultMessage": "!!!Disable notifications & audio", 823 "defaultMessage": "!!!Disable notifications & audio",
837 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
838 "start": { 825 "start": {
839 "line": 275, 826 "line": 285,
840 "column": 11 827 "column": 11
841 }, 828 },
842 "end": { 829 "end": {
843 "line": 278, 830 "line": 288,
844 "column": 3 831 "column": 3
845 } 832 }
846 }, 833 },
@@ -849,11 +836,11 @@
849 "defaultMessage": "!!!Enable notifications & audio", 836 "defaultMessage": "!!!Enable notifications & audio",
850 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
851 "start": { 838 "start": {
852 "line": 279, 839 "line": 289,
853 "column": 13 840 "column": 13
854 }, 841 },
855 "end": { 842 "end": {
856 "line": 282, 843 "line": 292,
857 "column": 3 844 "column": 3
858 } 845 }
859 }, 846 },
@@ -862,11 +849,11 @@
862 "defaultMessage": "!!!Workspaces", 849 "defaultMessage": "!!!Workspaces",
863 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
864 "start": { 851 "start": {
865 "line": 283, 852 "line": 293,
866 "column": 14 853 "column": 14
867 }, 854 },
868 "end": { 855 "end": {
869 "line": 286, 856 "line": 296,
870 "column": 3 857 "column": 3
871 } 858 }
872 }, 859 },
@@ -875,11 +862,11 @@
875 "defaultMessage": "!!!Default", 862 "defaultMessage": "!!!Default",
876 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
877 "start": { 864 "start": {
878 "line": 287, 865 "line": 297,
879 "column": 20 866 "column": 20
880 }, 867 },
881 "end": { 868 "end": {
882 "line": 290, 869 "line": 300,
883 "column": 3 870 "column": 3
884 } 871 }
885 }, 872 },
@@ -888,11 +875,11 @@
888 "defaultMessage": "!!!Todos", 875 "defaultMessage": "!!!Todos",
889 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
890 "start": { 877 "start": {
891 "line": 291, 878 "line": 301,
892 "column": 9 879 "column": 9
893 }, 880 },
894 "end": { 881 "end": {
895 "line": 294, 882 "line": 304,
896 "column": 3 883 "column": 3
897 } 884 }
898 }, 885 },
@@ -901,11 +888,11 @@
901 "defaultMessage": "!!!Open Todos drawer", 888 "defaultMessage": "!!!Open Todos drawer",
902 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
903 "start": { 890 "start": {
904 "line": 295, 891 "line": 305,
905 "column": 19 892 "column": 19
906 }, 893 },
907 "end": { 894 "end": {
908 "line": 298, 895 "line": 308,
909 "column": 3 896 "column": 3
910 } 897 }
911 }, 898 },
@@ -914,11 +901,11 @@
914 "defaultMessage": "!!!Close Todos drawer", 901 "defaultMessage": "!!!Close Todos drawer",
915 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
916 "start": { 903 "start": {
917 "line": 299, 904 "line": 309,
918 "column": 20 905 "column": 20
919 }, 906 },
920 "end": { 907 "end": {
921 "line": 302, 908 "line": 312,
922 "column": 3 909 "column": 3
923 } 910 }
924 }, 911 },
@@ -927,11 +914,11 @@
927 "defaultMessage": "!!!Enable Todos", 914 "defaultMessage": "!!!Enable Todos",
928 "file": "src/lib/Menu.js", 915 "file": "src/lib/Menu.js",
929 "start": { 916 "start": {
930 "line": 303, 917 "line": 313,
931 "column": 15 918 "column": 15
932 }, 919 },
933 "end": { 920 "end": {
934 "line": 306, 921 "line": 316,
935 "column": 3 922 "column": 3
936 } 923 }
937 }, 924 },
@@ -940,11 +927,11 @@
940 "defaultMessage": "!!!Home", 927 "defaultMessage": "!!!Home",
941 "file": "src/lib/Menu.js", 928 "file": "src/lib/Menu.js",
942 "start": { 929 "start": {
943 "line": 307, 930 "line": 317,
944 "column": 17 931 "column": 17
945 }, 932 },
946 "end": { 933 "end": {
947 "line": 310, 934 "line": 320,
948 "column": 3 935 "column": 3
949 } 936 }
950 } 937 }