aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-02 18:29:05 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-02 23:59:05 +0530
commitea705c4ee3760ebad73988e96c50faef52c1cacf (patch)
tree3a4c3ddc3d1ee7f1d08d3f1b3d63cbc246c2699d /src/i18n/locales/defaultMessages.json
parentAdd stnkl as a contributor for bug (#1727) [skip ci] (diff)
downloadferdium-app-ea705c4ee3760ebad73988e96c50faef52c1cacf.tar.gz
ferdium-app-ea705c4ee3760ebad73988e96c50faef52c1cacf.tar.zst
ferdium-app-ea705c4ee3760ebad73988e96c50faef52c1cacf.zip
Fixed #1726: Revamp menu items with correct accelerators. (#1728)
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json501
1 files changed, 101 insertions, 400 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 4764d7416..d8050906b 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -5939,952 +5939,653 @@
5939 } 5939 }
5940 }, 5940 },
5941 { 5941 {
5942 "defaultMessage": "!!!Undo", 5942 "defaultMessage": "!!!View",
5943 "end": { 5943 "end": {
5944 "column": 3, 5944 "column": 3,
5945 "line": 26 5945 "line": 26
5946 }, 5946 },
5947 "file": "src/lib/Menu.js", 5947 "file": "src/lib/Menu.js",
5948 "id": "menu.edit.undo", 5948 "id": "menu.view",
5949 "start": { 5949 "start": {
5950 "column": 8, 5950 "column": 8,
5951 "line": 23 5951 "line": 23
5952 } 5952 }
5953 }, 5953 },
5954 { 5954 {
5955 "defaultMessage": "!!!Redo",
5956 "end": {
5957 "column": 3,
5958 "line": 30
5959 },
5960 "file": "src/lib/Menu.js",
5961 "id": "menu.edit.redo",
5962 "start": {
5963 "column": 8,
5964 "line": 27
5965 }
5966 },
5967 {
5968 "defaultMessage": "!!!Cut",
5969 "end": {
5970 "column": 3,
5971 "line": 34
5972 },
5973 "file": "src/lib/Menu.js",
5974 "id": "menu.edit.cut",
5975 "start": {
5976 "column": 7,
5977 "line": 31
5978 }
5979 },
5980 {
5981 "defaultMessage": "!!!Copy",
5982 "end": {
5983 "column": 3,
5984 "line": 38
5985 },
5986 "file": "src/lib/Menu.js",
5987 "id": "menu.edit.copy",
5988 "start": {
5989 "column": 8,
5990 "line": 35
5991 }
5992 },
5993 {
5994 "defaultMessage": "!!!Paste",
5995 "end": {
5996 "column": 3,
5997 "line": 42
5998 },
5999 "file": "src/lib/Menu.js",
6000 "id": "menu.edit.paste",
6001 "start": {
6002 "column": 9,
6003 "line": 39
6004 }
6005 },
6006 {
6007 "defaultMessage": "!!!Paste And Match Style",
6008 "end": {
6009 "column": 3,
6010 "line": 46
6011 },
6012 "file": "src/lib/Menu.js",
6013 "id": "menu.edit.pasteAndMatchStyle",
6014 "start": {
6015 "column": 22,
6016 "line": 43
6017 }
6018 },
6019 {
6020 "defaultMessage": "!!!Delete",
6021 "end": {
6022 "column": 3,
6023 "line": 50
6024 },
6025 "file": "src/lib/Menu.js",
6026 "id": "menu.edit.delete",
6027 "start": {
6028 "column": 10,
6029 "line": 47
6030 }
6031 },
6032 {
6033 "defaultMessage": "!!!Select All",
6034 "end": {
6035 "column": 3,
6036 "line": 54
6037 },
6038 "file": "src/lib/Menu.js",
6039 "id": "menu.edit.selectAll",
6040 "start": {
6041 "column": 13,
6042 "line": 51
6043 }
6044 },
6045 {
6046 "defaultMessage": "!!!Find in Page", 5955 "defaultMessage": "!!!Find in Page",
6047 "end": { 5956 "end": {
6048 "column": 3, 5957 "column": 3,
6049 "line": 58 5958 "line": 30
6050 }, 5959 },
6051 "file": "src/lib/Menu.js", 5960 "file": "src/lib/Menu.js",
6052 "id": "menu.edit.findInPage", 5961 "id": "menu.edit.findInPage",
6053 "start": { 5962 "start": {
6054 "column": 14, 5963 "column": 14,
6055 "line": 55 5964 "line": 27
6056 } 5965 }
6057 }, 5966 },
6058 { 5967 {
6059 "defaultMessage": "!!!Speech", 5968 "defaultMessage": "!!!Speech",
6060 "end": { 5969 "end": {
6061 "column": 3, 5970 "column": 3,
6062 "line": 62 5971 "line": 34
6063 }, 5972 },
6064 "file": "src/lib/Menu.js", 5973 "file": "src/lib/Menu.js",
6065 "id": "menu.edit.speech", 5974 "id": "menu.edit.speech",
6066 "start": { 5975 "start": {
6067 "column": 10, 5976 "column": 10,
6068 "line": 59 5977 "line": 31
6069 } 5978 }
6070 }, 5979 },
6071 { 5980 {
6072 "defaultMessage": "!!!Start Speaking", 5981 "defaultMessage": "!!!Start Speaking",
6073 "end": { 5982 "end": {
6074 "column": 3, 5983 "column": 3,
6075 "line": 66 5984 "line": 38
6076 }, 5985 },
6077 "file": "src/lib/Menu.js", 5986 "file": "src/lib/Menu.js",
6078 "id": "menu.edit.startSpeaking", 5987 "id": "menu.edit.startSpeaking",
6079 "start": { 5988 "start": {
6080 "column": 17, 5989 "column": 17,
6081 "line": 63 5990 "line": 35
6082 } 5991 }
6083 }, 5992 },
6084 { 5993 {
6085 "defaultMessage": "!!!Stop Speaking", 5994 "defaultMessage": "!!!Stop Speaking",
6086 "end": { 5995 "end": {
6087 "column": 3, 5996 "column": 3,
6088 "line": 70 5997 "line": 42
6089 }, 5998 },
6090 "file": "src/lib/Menu.js", 5999 "file": "src/lib/Menu.js",
6091 "id": "menu.edit.stopSpeaking", 6000 "id": "menu.edit.stopSpeaking",
6092 "start": { 6001 "start": {
6093 "column": 16, 6002 "column": 16,
6094 "line": 67 6003 "line": 39
6095 } 6004 }
6096 }, 6005 },
6097 { 6006 {
6098 "defaultMessage": "!!!Start Dictation", 6007 "defaultMessage": "!!!Start Dictation",
6099 "end": { 6008 "end": {
6100 "column": 3, 6009 "column": 3,
6101 "line": 74 6010 "line": 46
6102 }, 6011 },
6103 "file": "src/lib/Menu.js", 6012 "file": "src/lib/Menu.js",
6104 "id": "menu.edit.startDictation", 6013 "id": "menu.edit.startDictation",
6105 "start": { 6014 "start": {
6106 "column": 18, 6015 "column": 18,
6107 "line": 71 6016 "line": 43
6108 } 6017 }
6109 }, 6018 },
6110 { 6019 {
6111 "defaultMessage": "!!!Emoji & Symbols", 6020 "defaultMessage": "!!!Emoji & Symbols",
6112 "end": { 6021 "end": {
6113 "column": 3, 6022 "column": 3,
6114 "line": 78 6023 "line": 50
6115 }, 6024 },
6116 "file": "src/lib/Menu.js", 6025 "file": "src/lib/Menu.js",
6117 "id": "menu.edit.emojiSymbols", 6026 "id": "menu.edit.emojiSymbols",
6118 "start": { 6027 "start": {
6119 "column": 16, 6028 "column": 16,
6120 "line": 75 6029 "line": 47
6121 } 6030 }
6122 }, 6031 },
6123 { 6032 {
6124 "defaultMessage": "!!!Open Quick Switch", 6033 "defaultMessage": "!!!Open Quick Switch",
6125 "end": { 6034 "end": {
6126 "column": 3, 6035 "column": 3,
6127 "line": 82 6036 "line": 54
6128 }, 6037 },
6129 "file": "src/lib/Menu.js", 6038 "file": "src/lib/Menu.js",
6130 "id": "menu.view.openQuickSwitch", 6039 "id": "menu.view.openQuickSwitch",
6131 "start": { 6040 "start": {
6132 "column": 19, 6041 "column": 19,
6133 "line": 79 6042 "line": 51
6134 } 6043 }
6135 }, 6044 },
6136 { 6045 {
6137 "defaultMessage": "!!!Back", 6046 "defaultMessage": "!!!Back",
6138 "end": { 6047 "end": {
6139 "column": 3, 6048 "column": 3,
6140 "line": 86 6049 "line": 58
6141 }, 6050 },
6142 "file": "src/lib/Menu.js", 6051 "file": "src/lib/Menu.js",
6143 "id": "menu.view.back", 6052 "id": "menu.view.back",
6144 "start": { 6053 "start": {
6145 "column": 8, 6054 "column": 8,
6146 "line": 83 6055 "line": 55
6147 } 6056 }
6148 }, 6057 },
6149 { 6058 {
6150 "defaultMessage": "!!!Forward", 6059 "defaultMessage": "!!!Forward",
6151 "end": { 6060 "end": {
6152 "column": 3, 6061 "column": 3,
6153 "line": 90 6062 "line": 62
6154 }, 6063 },
6155 "file": "src/lib/Menu.js", 6064 "file": "src/lib/Menu.js",
6156 "id": "menu.view.forward", 6065 "id": "menu.view.forward",
6157 "start": { 6066 "start": {
6158 "column": 11, 6067 "column": 11,
6159 "line": 87 6068 "line": 59
6160 }
6161 },
6162 {
6163 "defaultMessage": "!!!Actual Size",
6164 "end": {
6165 "column": 3,
6166 "line": 94
6167 },
6168 "file": "src/lib/Menu.js",
6169 "id": "menu.view.resetZoom",
6170 "start": {
6171 "column": 13,
6172 "line": 91
6173 }
6174 },
6175 {
6176 "defaultMessage": "!!!Zoom In",
6177 "end": {
6178 "column": 3,
6179 "line": 98
6180 },
6181 "file": "src/lib/Menu.js",
6182 "id": "menu.view.zoomIn",
6183 "start": {
6184 "column": 10,
6185 "line": 95
6186 }
6187 },
6188 {
6189 "defaultMessage": "!!!Zoom Out",
6190 "end": {
6191 "column": 3,
6192 "line": 102
6193 },
6194 "file": "src/lib/Menu.js",
6195 "id": "menu.view.zoomOut",
6196 "start": {
6197 "column": 11,
6198 "line": 99
6199 }
6200 },
6201 {
6202 "defaultMessage": "!!!Enter Full Screen",
6203 "end": {
6204 "column": 3,
6205 "line": 106
6206 },
6207 "file": "src/lib/Menu.js",
6208 "id": "menu.view.enterFullScreen",
6209 "start": {
6210 "column": 19,
6211 "line": 103
6212 }
6213 },
6214 {
6215 "defaultMessage": "!!!Exit Full Screen",
6216 "end": {
6217 "column": 3,
6218 "line": 110
6219 },
6220 "file": "src/lib/Menu.js",
6221 "id": "menu.view.exitFullScreen",
6222 "start": {
6223 "column": 18,
6224 "line": 107
6225 }
6226 },
6227 {
6228 "defaultMessage": "!!!Toggle Full Screen",
6229 "end": {
6230 "column": 3,
6231 "line": 114
6232 },
6233 "file": "src/lib/Menu.js",
6234 "id": "menu.view.toggleFullScreen",
6235 "start": {
6236 "column": 20,
6237 "line": 111
6238 } 6069 }
6239 }, 6070 },
6240 { 6071 {
6241 "defaultMessage": "!!!Toggle Dark Mode", 6072 "defaultMessage": "!!!Toggle Dark Mode",
6242 "end": { 6073 "end": {
6243 "column": 3, 6074 "column": 3,
6244 "line": 118 6075 "line": 66
6245 }, 6076 },
6246 "file": "src/lib/Menu.js", 6077 "file": "src/lib/Menu.js",
6247 "id": "menu.view.toggleDarkMode", 6078 "id": "menu.view.toggleDarkMode",
6248 "start": { 6079 "start": {
6249 "column": 18, 6080 "column": 18,
6250 "line": 115 6081 "line": 63
6251 } 6082 }
6252 }, 6083 },
6253 { 6084 {
6254 "defaultMessage": "!!!Toggle Developer Tools", 6085 "defaultMessage": "!!!Toggle Developer Tools",
6255 "end": { 6086 "end": {
6256 "column": 3, 6087 "column": 3,
6257 "line": 122 6088 "line": 70
6258 }, 6089 },
6259 "file": "src/lib/Menu.js", 6090 "file": "src/lib/Menu.js",
6260 "id": "menu.view.toggleDevTools", 6091 "id": "menu.view.toggleDevTools",
6261 "start": { 6092 "start": {
6262 "column": 18, 6093 "column": 18,
6263 "line": 119 6094 "line": 67
6264 } 6095 }
6265 }, 6096 },
6266 { 6097 {
6267 "defaultMessage": "!!!Toggle Todos Developer Tools", 6098 "defaultMessage": "!!!Toggle Todos Developer Tools",
6268 "end": { 6099 "end": {
6269 "column": 3, 6100 "column": 3,
6270 "line": 126 6101 "line": 74
6271 }, 6102 },
6272 "file": "src/lib/Menu.js", 6103 "file": "src/lib/Menu.js",
6273 "id": "menu.view.toggleTodosDevTools", 6104 "id": "menu.view.toggleTodosDevTools",
6274 "start": { 6105 "start": {
6275 "column": 23, 6106 "column": 23,
6276 "line": 123 6107 "line": 71
6277 } 6108 }
6278 }, 6109 },
6279 { 6110 {
6280 "defaultMessage": "!!!Toggle Service Developer Tools", 6111 "defaultMessage": "!!!Toggle Service Developer Tools",
6281 "end": { 6112 "end": {
6282 "column": 3, 6113 "column": 3,
6283 "line": 130 6114 "line": 78
6284 }, 6115 },
6285 "file": "src/lib/Menu.js", 6116 "file": "src/lib/Menu.js",
6286 "id": "menu.view.toggleServiceDevTools", 6117 "id": "menu.view.toggleServiceDevTools",
6287 "start": { 6118 "start": {
6288 "column": 25, 6119 "column": 25,
6289 "line": 127 6120 "line": 75
6290 } 6121 }
6291 }, 6122 },
6292 { 6123 {
6293 "defaultMessage": "!!!Reload Service", 6124 "defaultMessage": "!!!Reload Service",
6294 "end": { 6125 "end": {
6295 "column": 3, 6126 "column": 3,
6296 "line": 134 6127 "line": 82
6297 }, 6128 },
6298 "file": "src/lib/Menu.js", 6129 "file": "src/lib/Menu.js",
6299 "id": "menu.view.reloadService", 6130 "id": "menu.view.reloadService",
6300 "start": { 6131 "start": {
6301 "column": 17, 6132 "column": 17,
6302 "line": 131 6133 "line": 79
6303 } 6134 }
6304 }, 6135 },
6305 { 6136 {
6306 "defaultMessage": "!!!Reload Ferdi", 6137 "defaultMessage": "!!!Reload Ferdi",
6307 "end": { 6138 "end": {
6308 "column": 3, 6139 "column": 3,
6309 "line": 138 6140 "line": 86
6310 }, 6141 },
6311 "file": "src/lib/Menu.js", 6142 "file": "src/lib/Menu.js",
6312 "id": "menu.view.reloadFranz", 6143 "id": "menu.view.reloadFerdi",
6313 "start": { 6144 "start": {
6314 "column": 15, 6145 "column": 15,
6315 "line": 135 6146 "line": 83
6316 } 6147 }
6317 }, 6148 },
6318 { 6149 {
6319 "defaultMessage": "!!!Lock Ferdi", 6150 "defaultMessage": "!!!Lock Ferdi",
6320 "end": { 6151 "end": {
6321 "column": 3, 6152 "column": 3,
6322 "line": 142 6153 "line": 90
6323 }, 6154 },
6324 "file": "src/lib/Menu.js", 6155 "file": "src/lib/Menu.js",
6325 "id": "menu.view.lockFerdi", 6156 "id": "menu.view.lockFerdi",
6326 "start": { 6157 "start": {
6327 "column": 13, 6158 "column": 13,
6328 "line": 139 6159 "line": 87
6329 } 6160 }
6330 }, 6161 },
6331 { 6162 {
6332 "defaultMessage": "!!!Reload ToDos", 6163 "defaultMessage": "!!!Reload ToDos",
6333 "end": { 6164 "end": {
6334 "column": 3, 6165 "column": 3,
6335 "line": 146 6166 "line": 94
6336 }, 6167 },
6337 "file": "src/lib/Menu.js", 6168 "file": "src/lib/Menu.js",
6338 "id": "menu.view.reloadTodos", 6169 "id": "menu.view.reloadTodos",
6339 "start": { 6170 "start": {
6340 "column": 15, 6171 "column": 15,
6341 "line": 143 6172 "line": 91
6342 }
6343 },
6344 {
6345 "defaultMessage": "!!!Minimize",
6346 "end": {
6347 "column": 3,
6348 "line": 150
6349 },
6350 "file": "src/lib/Menu.js",
6351 "id": "menu.window.minimize",
6352 "start": {
6353 "column": 12,
6354 "line": 147
6355 }
6356 },
6357 {
6358 "defaultMessage": "!!!Close",
6359 "end": {
6360 "column": 3,
6361 "line": 154
6362 },
6363 "file": "src/lib/Menu.js",
6364 "id": "menu.window.close",
6365 "start": {
6366 "column": 9,
6367 "line": 151
6368 } 6173 }
6369 }, 6174 },
6370 { 6175 {
6371 "defaultMessage": "!!!Learn More", 6176 "defaultMessage": "!!!Learn More",
6372 "end": { 6177 "end": {
6373 "column": 3, 6178 "column": 3,
6374 "line": 158 6179 "line": 98
6375 }, 6180 },
6376 "file": "src/lib/Menu.js", 6181 "file": "src/lib/Menu.js",
6377 "id": "menu.help.learnMore", 6182 "id": "menu.help.learnMore",
6378 "start": { 6183 "start": {
6379 "column": 13, 6184 "column": 13,
6380 "line": 155 6185 "line": 95
6381 } 6186 }
6382 }, 6187 },
6383 { 6188 {
6384 "defaultMessage": "!!!Changelog", 6189 "defaultMessage": "!!!Changelog",
6385 "end": { 6190 "end": {
6386 "column": 3, 6191 "column": 3,
6387 "line": 162 6192 "line": 102
6388 }, 6193 },
6389 "file": "src/lib/Menu.js", 6194 "file": "src/lib/Menu.js",
6390 "id": "menu.help.changelog", 6195 "id": "menu.help.changelog",
6391 "start": { 6196 "start": {
6392 "column": 13, 6197 "column": 13,
6393 "line": 159 6198 "line": 99
6394 } 6199 }
6395 }, 6200 },
6396 { 6201 {
6397 "defaultMessage": "!!!Support", 6202 "defaultMessage": "!!!Support",
6398 "end": { 6203 "end": {
6399 "column": 3, 6204 "column": 3,
6400 "line": 166 6205 "line": 106
6401 }, 6206 },
6402 "file": "src/lib/Menu.js", 6207 "file": "src/lib/Menu.js",
6403 "id": "menu.help.support", 6208 "id": "menu.help.support",
6404 "start": { 6209 "start": {
6405 "column": 11, 6210 "column": 11,
6406 "line": 163 6211 "line": 103
6407 } 6212 }
6408 }, 6213 },
6409 { 6214 {
6410 "defaultMessage": "!!!Copy Debug Information", 6215 "defaultMessage": "!!!Copy Debug Information",
6411 "end": { 6216 "end": {
6412 "column": 3, 6217 "column": 3,
6413 "line": 170 6218 "line": 110
6414 }, 6219 },
6415 "file": "src/lib/Menu.js", 6220 "file": "src/lib/Menu.js",
6416 "id": "menu.help.debugInfo", 6221 "id": "menu.help.debugInfo",
6417 "start": { 6222 "start": {
6418 "column": 13, 6223 "column": 13,
6419 "line": 167 6224 "line": 107
6420 } 6225 }
6421 }, 6226 },
6422 { 6227 {
6423 "defaultMessage": "!!!Publish Debug Information", 6228 "defaultMessage": "!!!Publish Debug Information",
6424 "end": { 6229 "end": {
6425 "column": 3, 6230 "column": 3,
6426 "line": 174 6231 "line": 114
6427 }, 6232 },
6428 "file": "src/lib/Menu.js", 6233 "file": "src/lib/Menu.js",
6429 "id": "menu.help.publishDebugInfo", 6234 "id": "menu.help.publishDebugInfo",
6430 "start": { 6235 "start": {
6431 "column": 20, 6236 "column": 20,
6432 "line": 171 6237 "line": 111
6433 } 6238 }
6434 }, 6239 },
6435 { 6240 {
6436 "defaultMessage": "!!!Ferdi Debug Information", 6241 "defaultMessage": "!!!Ferdi Debug Information",
6437 "end": { 6242 "end": {
6438 "column": 3, 6243 "column": 3,
6439 "line": 178 6244 "line": 118
6440 }, 6245 },
6441 "file": "src/lib/Menu.js", 6246 "file": "src/lib/Menu.js",
6442 "id": "menu.help.debugInfoCopiedHeadline", 6247 "id": "menu.help.debugInfoCopiedHeadline",
6443 "start": { 6248 "start": {
6444 "column": 27, 6249 "column": 27,
6445 "line": 175 6250 "line": 115
6446 } 6251 }
6447 }, 6252 },
6448 { 6253 {
6449 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 6254 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
6450 "end": { 6255 "end": {
6451 "column": 3, 6256 "column": 3,
6452 "line": 182 6257 "line": 122
6453 }, 6258 },
6454 "file": "src/lib/Menu.js", 6259 "file": "src/lib/Menu.js",
6455 "id": "menu.help.debugInfoCopiedBody", 6260 "id": "menu.help.debugInfoCopiedBody",
6456 "start": { 6261 "start": {
6457 "column": 23, 6262 "column": 23,
6458 "line": 179 6263 "line": 119
6459 } 6264 }
6460 }, 6265 },
6461 { 6266 {
6462 "defaultMessage": "!!!Unlock with Touch ID", 6267 "defaultMessage": "!!!Unlock with Touch ID",
6463 "end": { 6268 "end": {
6464 "column": 3, 6269 "column": 3,
6465 "line": 186 6270 "line": 126
6466 }, 6271 },
6467 "file": "src/lib/Menu.js", 6272 "file": "src/lib/Menu.js",
6468 "id": "locked.touchId", 6273 "id": "locked.touchId",
6469 "start": { 6274 "start": {
6470 "column": 11, 6275 "column": 11,
6471 "line": 183 6276 "line": 123
6472 } 6277 }
6473 }, 6278 },
6474 { 6279 {
6475 "defaultMessage": "!!!unlock via Touch ID", 6280 "defaultMessage": "!!!unlock via Touch ID",
6476 "end": { 6281 "end": {
6477 "column": 3, 6282 "column": 3,
6478 "line": 190 6283 "line": 130
6479 }, 6284 },
6480 "file": "src/lib/Menu.js", 6285 "file": "src/lib/Menu.js",
6481 "id": "locked.touchIdPrompt", 6286 "id": "locked.touchIdPrompt",
6482 "start": { 6287 "start": {
6483 "column": 17, 6288 "column": 17,
6484 "line": 187 6289 "line": 127
6485 } 6290 }
6486 }, 6291 },
6487 { 6292 {
6488 "defaultMessage": "!!!Terms of Service", 6293 "defaultMessage": "!!!Terms of Service",
6489 "end": { 6294 "end": {
6490 "column": 3, 6295 "column": 3,
6491 "line": 194 6296 "line": 134
6492 }, 6297 },
6493 "file": "src/lib/Menu.js", 6298 "file": "src/lib/Menu.js",
6494 "id": "menu.help.tos", 6299 "id": "menu.help.tos",
6495 "start": { 6300 "start": {
6496 "column": 7, 6301 "column": 7,
6497 "line": 191 6302 "line": 131
6498 } 6303 }
6499 }, 6304 },
6500 { 6305 {
6501 "defaultMessage": "!!!Privacy Statement", 6306 "defaultMessage": "!!!Privacy Statement",
6502 "end": { 6307 "end": {
6503 "column": 3, 6308 "column": 3,
6504 "line": 198 6309 "line": 138
6505 }, 6310 },
6506 "file": "src/lib/Menu.js", 6311 "file": "src/lib/Menu.js",
6507 "id": "menu.help.privacy", 6312 "id": "menu.help.privacy",
6508 "start": { 6313 "start": {
6509 "column": 11, 6314 "column": 11,
6510 "line": 195 6315 "line": 135
6511 } 6316 }
6512 }, 6317 },
6513 { 6318 {
6514 "defaultMessage": "!!!File", 6319 "defaultMessage": "!!!File",
6515 "end": { 6320 "end": {
6516 "column": 3, 6321 "column": 3,
6517 "line": 202 6322 "line": 142
6518 }, 6323 },
6519 "file": "src/lib/Menu.js", 6324 "file": "src/lib/Menu.js",
6520 "id": "menu.file", 6325 "id": "menu.file",
6521 "start": { 6326 "start": {
6522 "column": 8, 6327 "column": 8,
6523 "line": 199 6328 "line": 139
6524 }
6525 },
6526 {
6527 "defaultMessage": "!!!View",
6528 "end": {
6529 "column": 3,
6530 "line": 206
6531 },
6532 "file": "src/lib/Menu.js",
6533 "id": "menu.view",
6534 "start": {
6535 "column": 8,
6536 "line": 203
6537 } 6329 }
6538 }, 6330 },
6539 { 6331 {
6540 "defaultMessage": "!!!Services", 6332 "defaultMessage": "!!!Services",
6541 "end": { 6333 "end": {
6542 "column": 3, 6334 "column": 3,
6543 "line": 210 6335 "line": 146
6544 }, 6336 },
6545 "file": "src/lib/Menu.js", 6337 "file": "src/lib/Menu.js",
6546 "id": "menu.services", 6338 "id": "menu.services",
6547 "start": { 6339 "start": {
6548 "column": 12, 6340 "column": 12,
6549 "line": 207 6341 "line": 143
6550 }
6551 },
6552 {
6553 "defaultMessage": "!!!Window",
6554 "end": {
6555 "column": 3,
6556 "line": 214
6557 },
6558 "file": "src/lib/Menu.js",
6559 "id": "menu.window",
6560 "start": {
6561 "column": 10,
6562 "line": 211
6563 }
6564 },
6565 {
6566 "defaultMessage": "!!!Help",
6567 "end": {
6568 "column": 3,
6569 "line": 218
6570 },
6571 "file": "src/lib/Menu.js",
6572 "id": "menu.help",
6573 "start": {
6574 "column": 8,
6575 "line": 215
6576 }
6577 },
6578 {
6579 "defaultMessage": "!!!About Ferdi",
6580 "end": {
6581 "column": 3,
6582 "line": 222
6583 },
6584 "file": "src/lib/Menu.js",
6585 "id": "menu.app.about",
6586 "start": {
6587 "column": 9,
6588 "line": 219
6589 } 6342 }
6590 }, 6343 },
6591 { 6344 {
6592 "defaultMessage": "!!!What's new?", 6345 "defaultMessage": "!!!What's new?",
6593 "end": { 6346 "end": {
6594 "column": 3, 6347 "column": 3,
6595 "line": 226 6348 "line": 150
6596 }, 6349 },
6597 "file": "src/lib/Menu.js", 6350 "file": "src/lib/Menu.js",
6598 "id": "menu.app.announcement", 6351 "id": "menu.app.announcement",
6599 "start": { 6352 "start": {
6600 "column": 16, 6353 "column": 16,
6601 "line": 223 6354 "line": 147
6602 } 6355 }
6603 }, 6356 },
6604 { 6357 {
6605 "defaultMessage": "!!!Settings", 6358 "defaultMessage": "!!!Settings",
6606 "end": { 6359 "end": {
6607 "column": 3, 6360 "column": 3,
6608 "line": 230 6361 "line": 154
6609 }, 6362 },
6610 "file": "src/lib/Menu.js", 6363 "file": "src/lib/Menu.js",
6611 "id": "menu.app.settings", 6364 "id": "menu.app.settings",
6612 "start": { 6365 "start": {
6613 "column": 12, 6366 "column": 12,
6614 "line": 227 6367 "line": 151
6615 } 6368 }
6616 }, 6369 },
6617 { 6370 {
6618 "defaultMessage": "!!!Check for updates", 6371 "defaultMessage": "!!!Check for updates",
6619 "end": { 6372 "end": {
6620 "column": 3, 6373 "column": 3,
6621 "line": 234 6374 "line": 158
6622 }, 6375 },
6623 "file": "src/lib/Menu.js", 6376 "file": "src/lib/Menu.js",
6624 "id": "menu.app.checkForUpdates", 6377 "id": "menu.app.checkForUpdates",
6625 "start": { 6378 "start": {
6626 "column": 19, 6379 "column": 19,
6627 "line": 231 6380 "line": 155
6628 }
6629 },
6630 {
6631 "defaultMessage": "!!!Hide",
6632 "end": {
6633 "column": 3,
6634 "line": 238
6635 },
6636 "file": "src/lib/Menu.js",
6637 "id": "menu.app.hide",
6638 "start": {
6639 "column": 8,
6640 "line": 235
6641 }
6642 },
6643 {
6644 "defaultMessage": "!!!Hide Others",
6645 "end": {
6646 "column": 3,
6647 "line": 242
6648 },
6649 "file": "src/lib/Menu.js",
6650 "id": "menu.app.hideOthers",
6651 "start": {
6652 "column": 14,
6653 "line": 239
6654 }
6655 },
6656 {
6657 "defaultMessage": "!!!Unhide",
6658 "end": {
6659 "column": 3,
6660 "line": 246
6661 },
6662 "file": "src/lib/Menu.js",
6663 "id": "menu.app.unhide",
6664 "start": {
6665 "column": 10,
6666 "line": 243
6667 } 6381 }
6668 }, 6382 },
6669 { 6383 {
6670 "defaultMessage": "!!!Auto-hide menu bar", 6384 "defaultMessage": "!!!Auto-hide menu bar",
6671 "end": { 6385 "end": {
6672 "column": 3, 6386 "column": 3,
6673 "line": 250 6387 "line": 162
6674 }, 6388 },
6675 "file": "src/lib/Menu.js", 6389 "file": "src/lib/Menu.js",
6676 "id": "menu.app.autohideMenuBar", 6390 "id": "menu.app.autohideMenuBar",
6677 "start": { 6391 "start": {
6678 "column": 19, 6392 "column": 19,
6679 "line": 247 6393 "line": 159
6680 }
6681 },
6682 {
6683 "defaultMessage": "!!!Quit",
6684 "end": {
6685 "column": 3,
6686 "line": 254
6687 },
6688 "file": "src/lib/Menu.js",
6689 "id": "menu.app.quit",
6690 "start": {
6691 "column": 8,
6692 "line": 251
6693 } 6394 }
6694 }, 6395 },
6695 { 6396 {
6696 "defaultMessage": "!!!Add New Service...", 6397 "defaultMessage": "!!!Add New Service...",
6697 "end": { 6398 "end": {
6698 "column": 3, 6399 "column": 3,
6699 "line": 258 6400 "line": 166
6700 }, 6401 },
6701 "file": "src/lib/Menu.js", 6402 "file": "src/lib/Menu.js",
6702 "id": "menu.services.addNewService", 6403 "id": "menu.services.addNewService",
6703 "start": { 6404 "start": {
6704 "column": 17, 6405 "column": 17,
6705 "line": 255 6406 "line": 163
6706 } 6407 }
6707 }, 6408 },
6708 { 6409 {
6709 "defaultMessage": "!!!Add New Workspace...", 6410 "defaultMessage": "!!!Add New Workspace...",
6710 "end": { 6411 "end": {
6711 "column": 3, 6412 "column": 3,
6712 "line": 262 6413 "line": 170
6713 }, 6414 },
6714 "file": "src/lib/Menu.js", 6415 "file": "src/lib/Menu.js",
6715 "id": "menu.workspaces.addNewWorkspace", 6416 "id": "menu.workspaces.addNewWorkspace",
6716 "start": { 6417 "start": {
6717 "column": 19, 6418 "column": 19,
6718 "line": 259 6419 "line": 167
6719 } 6420 }
6720 }, 6421 },
6721 { 6422 {
6722 "defaultMessage": "!!!Open workspace drawer", 6423 "defaultMessage": "!!!Open workspace drawer",
6723 "end": { 6424 "end": {
6724 "column": 3, 6425 "column": 3,
6725 "line": 266 6426 "line": 174
6726 }, 6427 },
6727 "file": "src/lib/Menu.js", 6428 "file": "src/lib/Menu.js",
6728 "id": "menu.workspaces.openWorkspaceDrawer", 6429 "id": "menu.workspaces.openWorkspaceDrawer",
6729 "start": { 6430 "start": {
6730 "column": 23, 6431 "column": 23,
6731 "line": 263 6432 "line": 171
6732 } 6433 }
6733 }, 6434 },
6734 { 6435 {
6735 "defaultMessage": "!!!Close workspace drawer", 6436 "defaultMessage": "!!!Close workspace drawer",
6736 "end": { 6437 "end": {
6737 "column": 3, 6438 "column": 3,
6738 "line": 270 6439 "line": 178
6739 }, 6440 },
6740 "file": "src/lib/Menu.js", 6441 "file": "src/lib/Menu.js",
6741 "id": "menu.workspaces.closeWorkspaceDrawer", 6442 "id": "menu.workspaces.closeWorkspaceDrawer",
6742 "start": { 6443 "start": {
6743 "column": 24, 6444 "column": 24,
6744 "line": 267 6445 "line": 175
6745 } 6446 }
6746 }, 6447 },
6747 { 6448 {
6748 "defaultMessage": "!!!Activate next service...", 6449 "defaultMessage": "!!!Activate next service...",
6749 "end": { 6450 "end": {
6750 "column": 3, 6451 "column": 3,
6751 "line": 274 6452 "line": 182
6752 }, 6453 },
6753 "file": "src/lib/Menu.js", 6454 "file": "src/lib/Menu.js",
6754 "id": "menu.services.setNextServiceActive", 6455 "id": "menu.services.setNextServiceActive",
6755 "start": { 6456 "start": {
6756 "column": 23, 6457 "column": 23,
6757 "line": 271 6458 "line": 179
6758 } 6459 }
6759 }, 6460 },
6760 { 6461 {
6761 "defaultMessage": "!!!Activate previous service...", 6462 "defaultMessage": "!!!Activate previous service...",
6762 "end": { 6463 "end": {
6763 "column": 3, 6464 "column": 3,
6764 "line": 278 6465 "line": 186
6765 }, 6466 },
6766 "file": "src/lib/Menu.js", 6467 "file": "src/lib/Menu.js",
6767 "id": "menu.services.activatePreviousService", 6468 "id": "menu.services.activatePreviousService",
6768 "start": { 6469 "start": {
6769 "column": 27, 6470 "column": 27,
6770 "line": 275 6471 "line": 183
6771 } 6472 }
6772 }, 6473 },
6773 { 6474 {
6774 "defaultMessage": "!!!Disable notifications & audio", 6475 "defaultMessage": "!!!Disable notifications & audio",
6775 "end": { 6476 "end": {
6776 "column": 3, 6477 "column": 3,
6777 "line": 282 6478 "line": 190
6778 }, 6479 },
6779 "file": "src/lib/Menu.js", 6480 "file": "src/lib/Menu.js",
6780 "id": "sidebar.muteApp", 6481 "id": "sidebar.muteApp",
6781 "start": { 6482 "start": {
6782 "column": 11, 6483 "column": 11,
6783 "line": 279 6484 "line": 187
6784 } 6485 }
6785 }, 6486 },
6786 { 6487 {
6787 "defaultMessage": "!!!Enable notifications & audio", 6488 "defaultMessage": "!!!Enable notifications & audio",
6788 "end": { 6489 "end": {
6789 "column": 3, 6490 "column": 3,
6790 "line": 286 6491 "line": 194
6791 }, 6492 },
6792 "file": "src/lib/Menu.js", 6493 "file": "src/lib/Menu.js",
6793 "id": "sidebar.unmuteApp", 6494 "id": "sidebar.unmuteApp",
6794 "start": { 6495 "start": {
6795 "column": 13, 6496 "column": 13,
6796 "line": 283 6497 "line": 191
6797 } 6498 }
6798 }, 6499 },
6799 { 6500 {
6800 "defaultMessage": "!!!Workspaces", 6501 "defaultMessage": "!!!Workspaces",
6801 "end": { 6502 "end": {
6802 "column": 3, 6503 "column": 3,
6803 "line": 290 6504 "line": 198
6804 }, 6505 },
6805 "file": "src/lib/Menu.js", 6506 "file": "src/lib/Menu.js",
6806 "id": "menu.workspaces", 6507 "id": "menu.workspaces",
6807 "start": { 6508 "start": {
6808 "column": 14, 6509 "column": 14,
6809 "line": 287 6510 "line": 195
6810 } 6511 }
6811 }, 6512 },
6812 { 6513 {
6813 "defaultMessage": "!!!Default", 6514 "defaultMessage": "!!!Default",
6814 "end": { 6515 "end": {
6815 "column": 3, 6516 "column": 3,
6816 "line": 294 6517 "line": 202
6817 }, 6518 },
6818 "file": "src/lib/Menu.js", 6519 "file": "src/lib/Menu.js",
6819 "id": "menu.workspaces.defaultWorkspace", 6520 "id": "menu.workspaces.defaultWorkspace",
6820 "start": { 6521 "start": {
6821 "column": 20, 6522 "column": 20,
6822 "line": 291 6523 "line": 199
6823 } 6524 }
6824 }, 6525 },
6825 { 6526 {
6826 "defaultMessage": "!!!Todos", 6527 "defaultMessage": "!!!Todos",
6827 "end": { 6528 "end": {
6828 "column": 3, 6529 "column": 3,
6829 "line": 298 6530 "line": 206
6830 }, 6531 },
6831 "file": "src/lib/Menu.js", 6532 "file": "src/lib/Menu.js",
6832 "id": "menu.todos", 6533 "id": "menu.todos",
6833 "start": { 6534 "start": {
6834 "column": 9, 6535 "column": 9,
6835 "line": 295 6536 "line": 203
6836 } 6537 }
6837 }, 6538 },
6838 { 6539 {
6839 "defaultMessage": "!!!Open Todos drawer", 6540 "defaultMessage": "!!!Open Todos drawer",
6840 "end": { 6541 "end": {
6841 "column": 3, 6542 "column": 3,
6842 "line": 302 6543 "line": 210
6843 }, 6544 },
6844 "file": "src/lib/Menu.js", 6545 "file": "src/lib/Menu.js",
6845 "id": "menu.Todoss.openTodosDrawer", 6546 "id": "menu.Todoss.openTodosDrawer",
6846 "start": { 6547 "start": {
6847 "column": 19, 6548 "column": 19,
6848 "line": 299 6549 "line": 207
6849 } 6550 }
6850 }, 6551 },
6851 { 6552 {
6852 "defaultMessage": "!!!Close Todos drawer", 6553 "defaultMessage": "!!!Close Todos drawer",
6853 "end": { 6554 "end": {
6854 "column": 3, 6555 "column": 3,
6855 "line": 306 6556 "line": 214
6856 }, 6557 },
6857 "file": "src/lib/Menu.js", 6558 "file": "src/lib/Menu.js",
6858 "id": "menu.Todoss.closeTodosDrawer", 6559 "id": "menu.Todoss.closeTodosDrawer",
6859 "start": { 6560 "start": {
6860 "column": 20, 6561 "column": 20,
6861 "line": 303 6562 "line": 211
6862 } 6563 }
6863 }, 6564 },
6864 { 6565 {
6865 "defaultMessage": "!!!Enable Todos", 6566 "defaultMessage": "!!!Enable Todos",
6866 "end": { 6567 "end": {
6867 "column": 3, 6568 "column": 3,
6868 "line": 310 6569 "line": 218
6869 }, 6570 },
6870 "file": "src/lib/Menu.js", 6571 "file": "src/lib/Menu.js",
6871 "id": "menu.todos.enableTodos", 6572 "id": "menu.todos.enableTodos",
6872 "start": { 6573 "start": {
6873 "column": 15, 6574 "column": 15,
6874 "line": 307 6575 "line": 215
6875 } 6576 }
6876 }, 6577 },
6877 { 6578 {
6878 "defaultMessage": "!!!Home", 6579 "defaultMessage": "!!!Home",
6879 "end": { 6580 "end": {
6880 "column": 3, 6581 "column": 3,
6881 "line": 314 6582 "line": 222
6882 }, 6583 },
6883 "file": "src/lib/Menu.js", 6584 "file": "src/lib/Menu.js",
6884 "id": "menu.services.goHome", 6585 "id": "menu.services.goHome",
6885 "start": { 6586 "start": {
6886 "column": 17, 6587 "column": 17,
6887 "line": 311 6588 "line": 219
6888 } 6589 }
6889 } 6590 }
6890 ], 6591 ],