aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-20 12:34:56 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-20 12:34:56 +0200
commit1d41b849cb7840a1611d34f20bfe636fc8b903dc (patch)
tree85d2fe39d8d805008d1ba1c2f458b0cda9224bea /src/i18n/locales
parentFix Todos menu (diff)
downloadferdium-app-1d41b849cb7840a1611d34f20bfe636fc8b903dc.tar.gz
ferdium-app-1d41b849cb7840a1611d34f20bfe636fc8b903dc.tar.zst
ferdium-app-1d41b849cb7840a1611d34f20bfe636fc8b903dc.zip
Implement Quick Switch feature
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json268
-rw-r--r--src/i18n/locales/en-US.json5
-rw-r--r--src/i18n/locales/ua.json2
-rw-r--r--src/i18n/locales/whitelist_en-US.json3
4 files changed, 162 insertions, 116 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 45d691e22..7f02af685 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -817,52 +817,52 @@
817 "defaultMessage": "!!!Your services have been updated.", 817 "defaultMessage": "!!!Your services have been updated.",
818 "end": { 818 "end": {
819 "column": 3, 819 "column": 3,
820 "line": 30 820 "line": 31
821 }, 821 },
822 "file": "src/components/layout/AppLayout.js", 822 "file": "src/components/layout/AppLayout.js",
823 "id": "infobar.servicesUpdated", 823 "id": "infobar.servicesUpdated",
824 "start": { 824 "start": {
825 "column": 19, 825 "column": 19,
826 "line": 27 826 "line": 28
827 } 827 }
828 }, 828 },
829 { 829 {
830 "defaultMessage": "!!!Reload services", 830 "defaultMessage": "!!!Reload services",
831 "end": { 831 "end": {
832 "column": 3, 832 "column": 3,
833 "line": 34 833 "line": 35
834 }, 834 },
835 "file": "src/components/layout/AppLayout.js", 835 "file": "src/components/layout/AppLayout.js",
836 "id": "infobar.buttonReloadServices", 836 "id": "infobar.buttonReloadServices",
837 "start": { 837 "start": {
838 "column": 24, 838 "column": 24,
839 "line": 31 839 "line": 32
840 } 840 }
841 }, 841 },
842 { 842 {
843 "defaultMessage": "!!!Could not load services and user information", 843 "defaultMessage": "!!!Could not load services and user information",
844 "end": { 844 "end": {
845 "column": 3, 845 "column": 3,
846 "line": 38 846 "line": 39
847 }, 847 },
848 "file": "src/components/layout/AppLayout.js", 848 "file": "src/components/layout/AppLayout.js",
849 "id": "infobar.requiredRequestsFailed", 849 "id": "infobar.requiredRequestsFailed",
850 "start": { 850 "start": {
851 "column": 26, 851 "column": 26,
852 "line": 35 852 "line": 36
853 } 853 }
854 }, 854 },
855 { 855 {
856 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 856 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
857 "end": { 857 "end": {
858 "column": 3, 858 "column": 3,
859 "line": 42 859 "line": 43
860 }, 860 },
861 "file": "src/components/layout/AppLayout.js", 861 "file": "src/components/layout/AppLayout.js",
862 "id": "infobar.authRequestFailed", 862 "id": "infobar.authRequestFailed",
863 "start": { 863 "start": {
864 "column": 21, 864 "column": 21,
865 "line": 39 865 "line": 40
866 } 866 }
867 } 867 }
868 ], 868 ],
@@ -4099,6 +4099,37 @@
4099 { 4099 {
4100 "descriptors": [ 4100 "descriptors": [
4101 { 4101 {
4102 "defaultMessage": "!!!Search...",
4103 "end": {
4104 "column": 3,
4105 "line": 17
4106 },
4107 "file": "src/features/quickSwitch/Component.js",
4108 "id": "feature.quickSwitch.search",
4109 "start": {
4110 "column": 10,
4111 "line": 14
4112 }
4113 },
4114 {
4115 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
4116 "end": {
4117 "column": 3,
4118 "line": 21
4119 },
4120 "file": "src/features/quickSwitch/Component.js",
4121 "id": "feature.quickSwitch.info",
4122 "start": {
4123 "column": 8,
4124 "line": 18
4125 }
4126 }
4127 ],
4128 "path": "src/features/quickSwitch/Component.json"
4129 },
4130 {
4131 "descriptors": [
4132 {
4102 "defaultMessage": "!!!Changes in Franz {version}", 4133 "defaultMessage": "!!!Changes in Franz {version}",
4103 "end": { 4134 "end": {
4104 "column": 3, 4135 "column": 3,
@@ -5196,679 +5227,692 @@
5196 } 5227 }
5197 }, 5228 },
5198 { 5229 {
5199 "defaultMessage": "!!!Back", 5230 "defaultMessage": "!!!Open Quick Switch",
5200 "end": { 5231 "end": {
5201 "column": 3, 5232 "column": 3,
5202 "line": 75 5233 "line": 75
5203 }, 5234 },
5204 "file": "src/lib/Menu.js", 5235 "file": "src/lib/Menu.js",
5236 "id": "menu.view.openQuickSwitch",
5237 "start": {
5238 "column": 19,
5239 "line": 72
5240 }
5241 },
5242 {
5243 "defaultMessage": "!!!Back",
5244 "end": {
5245 "column": 3,
5246 "line": 79
5247 },
5248 "file": "src/lib/Menu.js",
5205 "id": "menu.view.back", 5249 "id": "menu.view.back",
5206 "start": { 5250 "start": {
5207 "column": 8, 5251 "column": 8,
5208 "line": 72 5252 "line": 76
5209 } 5253 }
5210 }, 5254 },
5211 { 5255 {
5212 "defaultMessage": "!!!Forward", 5256 "defaultMessage": "!!!Forward",
5213 "end": { 5257 "end": {
5214 "column": 3, 5258 "column": 3,
5215 "line": 79 5259 "line": 83
5216 }, 5260 },
5217 "file": "src/lib/Menu.js", 5261 "file": "src/lib/Menu.js",
5218 "id": "menu.view.forward", 5262 "id": "menu.view.forward",
5219 "start": { 5263 "start": {
5220 "column": 11, 5264 "column": 11,
5221 "line": 76 5265 "line": 80
5222 } 5266 }
5223 }, 5267 },
5224 { 5268 {
5225 "defaultMessage": "!!!Actual Size", 5269 "defaultMessage": "!!!Actual Size",
5226 "end": { 5270 "end": {
5227 "column": 3, 5271 "column": 3,
5228 "line": 83 5272 "line": 87
5229 }, 5273 },
5230 "file": "src/lib/Menu.js", 5274 "file": "src/lib/Menu.js",
5231 "id": "menu.view.resetZoom", 5275 "id": "menu.view.resetZoom",
5232 "start": { 5276 "start": {
5233 "column": 13, 5277 "column": 13,
5234 "line": 80 5278 "line": 84
5235 } 5279 }
5236 }, 5280 },
5237 { 5281 {
5238 "defaultMessage": "!!!Zoom In", 5282 "defaultMessage": "!!!Zoom In",
5239 "end": { 5283 "end": {
5240 "column": 3, 5284 "column": 3,
5241 "line": 87 5285 "line": 91
5242 }, 5286 },
5243 "file": "src/lib/Menu.js", 5287 "file": "src/lib/Menu.js",
5244 "id": "menu.view.zoomIn", 5288 "id": "menu.view.zoomIn",
5245 "start": { 5289 "start": {
5246 "column": 10, 5290 "column": 10,
5247 "line": 84 5291 "line": 88
5248 } 5292 }
5249 }, 5293 },
5250 { 5294 {
5251 "defaultMessage": "!!!Zoom Out", 5295 "defaultMessage": "!!!Zoom Out",
5252 "end": { 5296 "end": {
5253 "column": 3, 5297 "column": 3,
5254 "line": 91 5298 "line": 95
5255 }, 5299 },
5256 "file": "src/lib/Menu.js", 5300 "file": "src/lib/Menu.js",
5257 "id": "menu.view.zoomOut", 5301 "id": "menu.view.zoomOut",
5258 "start": { 5302 "start": {
5259 "column": 11, 5303 "column": 11,
5260 "line": 88 5304 "line": 92
5261 } 5305 }
5262 }, 5306 },
5263 { 5307 {
5264 "defaultMessage": "!!!Enter Full Screen", 5308 "defaultMessage": "!!!Enter Full Screen",
5265 "end": { 5309 "end": {
5266 "column": 3, 5310 "column": 3,
5267 "line": 95 5311 "line": 99
5268 }, 5312 },
5269 "file": "src/lib/Menu.js", 5313 "file": "src/lib/Menu.js",
5270 "id": "menu.view.enterFullScreen", 5314 "id": "menu.view.enterFullScreen",
5271 "start": { 5315 "start": {
5272 "column": 19, 5316 "column": 19,
5273 "line": 92 5317 "line": 96
5274 } 5318 }
5275 }, 5319 },
5276 { 5320 {
5277 "defaultMessage": "!!!Exit Full Screen", 5321 "defaultMessage": "!!!Exit Full Screen",
5278 "end": { 5322 "end": {
5279 "column": 3, 5323 "column": 3,
5280 "line": 99 5324 "line": 103
5281 }, 5325 },
5282 "file": "src/lib/Menu.js", 5326 "file": "src/lib/Menu.js",
5283 "id": "menu.view.exitFullScreen", 5327 "id": "menu.view.exitFullScreen",
5284 "start": { 5328 "start": {
5285 "column": 18, 5329 "column": 18,
5286 "line": 96 5330 "line": 100
5287 } 5331 }
5288 }, 5332 },
5289 { 5333 {
5290 "defaultMessage": "!!!Toggle Full Screen", 5334 "defaultMessage": "!!!Toggle Full Screen",
5291 "end": { 5335 "end": {
5292 "column": 3, 5336 "column": 3,
5293 "line": 103 5337 "line": 107
5294 }, 5338 },
5295 "file": "src/lib/Menu.js", 5339 "file": "src/lib/Menu.js",
5296 "id": "menu.view.toggleFullScreen", 5340 "id": "menu.view.toggleFullScreen",
5297 "start": { 5341 "start": {
5298 "column": 20, 5342 "column": 20,
5299 "line": 100 5343 "line": 104
5300 } 5344 }
5301 }, 5345 },
5302 { 5346 {
5303 "defaultMessage": "!!!Toggle Developer Tools", 5347 "defaultMessage": "!!!Toggle Developer Tools",
5304 "end": { 5348 "end": {
5305 "column": 3, 5349 "column": 3,
5306 "line": 107 5350 "line": 111
5307 }, 5351 },
5308 "file": "src/lib/Menu.js", 5352 "file": "src/lib/Menu.js",
5309 "id": "menu.view.toggleDevTools", 5353 "id": "menu.view.toggleDevTools",
5310 "start": { 5354 "start": {
5311 "column": 18, 5355 "column": 18,
5312 "line": 104 5356 "line": 108
5313 } 5357 }
5314 }, 5358 },
5315 { 5359 {
5316 "defaultMessage": "!!!Toggle Todos Developer Tools", 5360 "defaultMessage": "!!!Toggle Todos Developer Tools",
5317 "end": { 5361 "end": {
5318 "column": 3, 5362 "column": 3,
5319 "line": 111 5363 "line": 115
5320 }, 5364 },
5321 "file": "src/lib/Menu.js", 5365 "file": "src/lib/Menu.js",
5322 "id": "menu.view.toggleTodosDevTools", 5366 "id": "menu.view.toggleTodosDevTools",
5323 "start": { 5367 "start": {
5324 "column": 23, 5368 "column": 23,
5325 "line": 108 5369 "line": 112
5326 } 5370 }
5327 }, 5371 },
5328 { 5372 {
5329 "defaultMessage": "!!!Toggle Service Developer Tools", 5373 "defaultMessage": "!!!Toggle Service Developer Tools",
5330 "end": { 5374 "end": {
5331 "column": 3, 5375 "column": 3,
5332 "line": 115 5376 "line": 119
5333 }, 5377 },
5334 "file": "src/lib/Menu.js", 5378 "file": "src/lib/Menu.js",
5335 "id": "menu.view.toggleServiceDevTools", 5379 "id": "menu.view.toggleServiceDevTools",
5336 "start": { 5380 "start": {
5337 "column": 25, 5381 "column": 25,
5338 "line": 112 5382 "line": 116
5339 } 5383 }
5340 }, 5384 },
5341 { 5385 {
5342 "defaultMessage": "!!!Reload Service", 5386 "defaultMessage": "!!!Reload Service",
5343 "end": { 5387 "end": {
5344 "column": 3, 5388 "column": 3,
5345 "line": 119 5389 "line": 123
5346 }, 5390 },
5347 "file": "src/lib/Menu.js", 5391 "file": "src/lib/Menu.js",
5348 "id": "menu.view.reloadService", 5392 "id": "menu.view.reloadService",
5349 "start": { 5393 "start": {
5350 "column": 17, 5394 "column": 17,
5351 "line": 116 5395 "line": 120
5352 } 5396 }
5353 }, 5397 },
5354 { 5398 {
5355 "defaultMessage": "!!!Reload Ferdi", 5399 "defaultMessage": "!!!Reload Ferdi",
5356 "end": { 5400 "end": {
5357 "column": 3, 5401 "column": 3,
5358 "line": 123 5402 "line": 127
5359 }, 5403 },
5360 "file": "src/lib/Menu.js", 5404 "file": "src/lib/Menu.js",
5361 "id": "menu.view.reloadFranz", 5405 "id": "menu.view.reloadFranz",
5362 "start": { 5406 "start": {
5363 "column": 15, 5407 "column": 15,
5364 "line": 120 5408 "line": 124
5365 } 5409 }
5366 }, 5410 },
5367 { 5411 {
5368 "defaultMessage": "!!!Lock Ferdi", 5412 "defaultMessage": "!!!Lock Ferdi",
5369 "end": { 5413 "end": {
5370 "column": 3, 5414 "column": 3,
5371 "line": 127 5415 "line": 131
5372 }, 5416 },
5373 "file": "src/lib/Menu.js", 5417 "file": "src/lib/Menu.js",
5374 "id": "menu.view.lockFerdi", 5418 "id": "menu.view.lockFerdi",
5375 "start": { 5419 "start": {
5376 "column": 13, 5420 "column": 13,
5377 "line": 124 5421 "line": 128
5378 } 5422 }
5379 }, 5423 },
5380 { 5424 {
5381 "defaultMessage": "!!!Minimize", 5425 "defaultMessage": "!!!Minimize",
5382 "end": { 5426 "end": {
5383 "column": 3, 5427 "column": 3,
5384 "line": 131 5428 "line": 135
5385 }, 5429 },
5386 "file": "src/lib/Menu.js", 5430 "file": "src/lib/Menu.js",
5387 "id": "menu.window.minimize", 5431 "id": "menu.window.minimize",
5388 "start": { 5432 "start": {
5389 "column": 12, 5433 "column": 12,
5390 "line": 128 5434 "line": 132
5391 } 5435 }
5392 }, 5436 },
5393 { 5437 {
5394 "defaultMessage": "!!!Close", 5438 "defaultMessage": "!!!Close",
5395 "end": { 5439 "end": {
5396 "column": 3, 5440 "column": 3,
5397 "line": 135 5441 "line": 139
5398 }, 5442 },
5399 "file": "src/lib/Menu.js", 5443 "file": "src/lib/Menu.js",
5400 "id": "menu.window.close", 5444 "id": "menu.window.close",
5401 "start": { 5445 "start": {
5402 "column": 9, 5446 "column": 9,
5403 "line": 132 5447 "line": 136
5404 } 5448 }
5405 }, 5449 },
5406 { 5450 {
5407 "defaultMessage": "!!!Learn More", 5451 "defaultMessage": "!!!Learn More",
5408 "end": { 5452 "end": {
5409 "column": 3, 5453 "column": 3,
5410 "line": 139 5454 "line": 143
5411 }, 5455 },
5412 "file": "src/lib/Menu.js", 5456 "file": "src/lib/Menu.js",
5413 "id": "menu.help.learnMore", 5457 "id": "menu.help.learnMore",
5414 "start": { 5458 "start": {
5415 "column": 13, 5459 "column": 13,
5416 "line": 136 5460 "line": 140
5417 } 5461 }
5418 }, 5462 },
5419 { 5463 {
5420 "defaultMessage": "!!!Changelog", 5464 "defaultMessage": "!!!Changelog",
5421 "end": { 5465 "end": {
5422 "column": 3, 5466 "column": 3,
5423 "line": 143 5467 "line": 147
5424 }, 5468 },
5425 "file": "src/lib/Menu.js", 5469 "file": "src/lib/Menu.js",
5426 "id": "menu.help.changelog", 5470 "id": "menu.help.changelog",
5427 "start": { 5471 "start": {
5428 "column": 13, 5472 "column": 13,
5429 "line": 140 5473 "line": 144
5430 } 5474 }
5431 }, 5475 },
5432 { 5476 {
5433 "defaultMessage": "!!!Support", 5477 "defaultMessage": "!!!Support",
5434 "end": { 5478 "end": {
5435 "column": 3, 5479 "column": 3,
5436 "line": 147 5480 "line": 151
5437 }, 5481 },
5438 "file": "src/lib/Menu.js", 5482 "file": "src/lib/Menu.js",
5439 "id": "menu.help.support", 5483 "id": "menu.help.support",
5440 "start": { 5484 "start": {
5441 "column": 11, 5485 "column": 11,
5442 "line": 144 5486 "line": 148
5443 } 5487 }
5444 }, 5488 },
5445 { 5489 {
5446 "defaultMessage": "!!!Copy Debug Information", 5490 "defaultMessage": "!!!Copy Debug Information",
5447 "end": { 5491 "end": {
5448 "column": 3, 5492 "column": 3,
5449 "line": 151 5493 "line": 155
5450 }, 5494 },
5451 "file": "src/lib/Menu.js", 5495 "file": "src/lib/Menu.js",
5452 "id": "menu.help.debugInfo", 5496 "id": "menu.help.debugInfo",
5453 "start": { 5497 "start": {
5454 "column": 13, 5498 "column": 13,
5455 "line": 148 5499 "line": 152
5456 } 5500 }
5457 }, 5501 },
5458 { 5502 {
5459 "defaultMessage": "!!!Ferdi Debug Information", 5503 "defaultMessage": "!!!Ferdi Debug Information",
5460 "end": { 5504 "end": {
5461 "column": 3, 5505 "column": 3,
5462 "line": 155 5506 "line": 159
5463 }, 5507 },
5464 "file": "src/lib/Menu.js", 5508 "file": "src/lib/Menu.js",
5465 "id": "menu.help.debugInfoCopiedHeadline", 5509 "id": "menu.help.debugInfoCopiedHeadline",
5466 "start": { 5510 "start": {
5467 "column": 27, 5511 "column": 27,
5468 "line": 152 5512 "line": 156
5469 } 5513 }
5470 }, 5514 },
5471 { 5515 {
5472 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5516 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
5473 "end": { 5517 "end": {
5474 "column": 3, 5518 "column": 3,
5475 "line": 159 5519 "line": 163
5476 }, 5520 },
5477 "file": "src/lib/Menu.js", 5521 "file": "src/lib/Menu.js",
5478 "id": "menu.help.debugInfoCopiedBody", 5522 "id": "menu.help.debugInfoCopiedBody",
5479 "start": { 5523 "start": {
5480 "column": 23, 5524 "column": 23,
5481 "line": 156 5525 "line": 160
5482 } 5526 }
5483 }, 5527 },
5484 { 5528 {
5485 "defaultMessage": "!!!Terms of Service", 5529 "defaultMessage": "!!!Terms of Service",
5486 "end": { 5530 "end": {
5487 "column": 3, 5531 "column": 3,
5488 "line": 163 5532 "line": 167
5489 }, 5533 },
5490 "file": "src/lib/Menu.js", 5534 "file": "src/lib/Menu.js",
5491 "id": "menu.help.tos", 5535 "id": "menu.help.tos",
5492 "start": { 5536 "start": {
5493 "column": 7, 5537 "column": 7,
5494 "line": 160 5538 "line": 164
5495 } 5539 }
5496 }, 5540 },
5497 { 5541 {
5498 "defaultMessage": "!!!Privacy Statement", 5542 "defaultMessage": "!!!Privacy Statement",
5499 "end": { 5543 "end": {
5500 "column": 3, 5544 "column": 3,
5501 "line": 167 5545 "line": 171
5502 }, 5546 },
5503 "file": "src/lib/Menu.js", 5547 "file": "src/lib/Menu.js",
5504 "id": "menu.help.privacy", 5548 "id": "menu.help.privacy",
5505 "start": { 5549 "start": {
5506 "column": 11, 5550 "column": 11,
5507 "line": 164 5551 "line": 168
5508 } 5552 }
5509 }, 5553 },
5510 { 5554 {
5511 "defaultMessage": "!!!File", 5555 "defaultMessage": "!!!File",
5512 "end": { 5556 "end": {
5513 "column": 3, 5557 "column": 3,
5514 "line": 171 5558 "line": 175
5515 }, 5559 },
5516 "file": "src/lib/Menu.js", 5560 "file": "src/lib/Menu.js",
5517 "id": "menu.file", 5561 "id": "menu.file",
5518 "start": { 5562 "start": {
5519 "column": 8, 5563 "column": 8,
5520 "line": 168 5564 "line": 172
5521 } 5565 }
5522 }, 5566 },
5523 { 5567 {
5524 "defaultMessage": "!!!View", 5568 "defaultMessage": "!!!View",
5525 "end": { 5569 "end": {
5526 "column": 3, 5570 "column": 3,
5527 "line": 175 5571 "line": 179
5528 }, 5572 },
5529 "file": "src/lib/Menu.js", 5573 "file": "src/lib/Menu.js",
5530 "id": "menu.view", 5574 "id": "menu.view",
5531 "start": { 5575 "start": {
5532 "column": 8, 5576 "column": 8,
5533 "line": 172 5577 "line": 176
5534 } 5578 }
5535 }, 5579 },
5536 { 5580 {
5537 "defaultMessage": "!!!Services", 5581 "defaultMessage": "!!!Services",
5538 "end": { 5582 "end": {
5539 "column": 3, 5583 "column": 3,
5540 "line": 179 5584 "line": 183
5541 }, 5585 },
5542 "file": "src/lib/Menu.js", 5586 "file": "src/lib/Menu.js",
5543 "id": "menu.services", 5587 "id": "menu.services",
5544 "start": { 5588 "start": {
5545 "column": 12, 5589 "column": 12,
5546 "line": 176 5590 "line": 180
5547 } 5591 }
5548 }, 5592 },
5549 { 5593 {
5550 "defaultMessage": "!!!Window", 5594 "defaultMessage": "!!!Window",
5551 "end": { 5595 "end": {
5552 "column": 3, 5596 "column": 3,
5553 "line": 183 5597 "line": 187
5554 }, 5598 },
5555 "file": "src/lib/Menu.js", 5599 "file": "src/lib/Menu.js",
5556 "id": "menu.window", 5600 "id": "menu.window",
5557 "start": { 5601 "start": {
5558 "column": 10, 5602 "column": 10,
5559 "line": 180 5603 "line": 184
5560 } 5604 }
5561 }, 5605 },
5562 { 5606 {
5563 "defaultMessage": "!!!Help", 5607 "defaultMessage": "!!!Help",
5564 "end": { 5608 "end": {
5565 "column": 3, 5609 "column": 3,
5566 "line": 187 5610 "line": 191
5567 }, 5611 },
5568 "file": "src/lib/Menu.js", 5612 "file": "src/lib/Menu.js",
5569 "id": "menu.help", 5613 "id": "menu.help",
5570 "start": { 5614 "start": {
5571 "column": 8, 5615 "column": 8,
5572 "line": 184 5616 "line": 188
5573 } 5617 }
5574 }, 5618 },
5575 { 5619 {
5576 "defaultMessage": "!!!About Ferdi", 5620 "defaultMessage": "!!!About Ferdi",
5577 "end": { 5621 "end": {
5578 "column": 3, 5622 "column": 3,
5579 "line": 191 5623 "line": 195
5580 }, 5624 },
5581 "file": "src/lib/Menu.js", 5625 "file": "src/lib/Menu.js",
5582 "id": "menu.app.about", 5626 "id": "menu.app.about",
5583 "start": { 5627 "start": {
5584 "column": 9, 5628 "column": 9,
5585 "line": 188 5629 "line": 192
5586 } 5630 }
5587 }, 5631 },
5588 { 5632 {
5589 "defaultMessage": "!!!What's new?", 5633 "defaultMessage": "!!!What's new?",
5590 "end": { 5634 "end": {
5591 "column": 3, 5635 "column": 3,
5592 "line": 195 5636 "line": 199
5593 }, 5637 },
5594 "file": "src/lib/Menu.js", 5638 "file": "src/lib/Menu.js",
5595 "id": "menu.app.announcement", 5639 "id": "menu.app.announcement",
5596 "start": { 5640 "start": {
5597 "column": 16, 5641 "column": 16,
5598 "line": 192 5642 "line": 196
5599 } 5643 }
5600 }, 5644 },
5601 { 5645 {
5602 "defaultMessage": "!!!Settings", 5646 "defaultMessage": "!!!Settings",
5603 "end": { 5647 "end": {
5604 "column": 3, 5648 "column": 3,
5605 "line": 199 5649 "line": 203
5606 }, 5650 },
5607 "file": "src/lib/Menu.js", 5651 "file": "src/lib/Menu.js",
5608 "id": "menu.app.settings", 5652 "id": "menu.app.settings",
5609 "start": { 5653 "start": {
5610 "column": 12, 5654 "column": 12,
5611 "line": 196 5655 "line": 200
5612 } 5656 }
5613 }, 5657 },
5614 { 5658 {
5615 "defaultMessage": "!!!Check for updates", 5659 "defaultMessage": "!!!Check for updates",
5616 "end": { 5660 "end": {
5617 "column": 3, 5661 "column": 3,
5618 "line": 203 5662 "line": 207
5619 }, 5663 },
5620 "file": "src/lib/Menu.js", 5664 "file": "src/lib/Menu.js",
5621 "id": "menu.app.checkForUpdates", 5665 "id": "menu.app.checkForUpdates",
5622 "start": { 5666 "start": {
5623 "column": 19, 5667 "column": 19,
5624 "line": 200 5668 "line": 204
5625 } 5669 }
5626 }, 5670 },
5627 { 5671 {
5628 "defaultMessage": "!!!Hide", 5672 "defaultMessage": "!!!Hide",
5629 "end": { 5673 "end": {
5630 "column": 3, 5674 "column": 3,
5631 "line": 207 5675 "line": 211
5632 }, 5676 },
5633 "file": "src/lib/Menu.js", 5677 "file": "src/lib/Menu.js",
5634 "id": "menu.app.hide", 5678 "id": "menu.app.hide",
5635 "start": { 5679 "start": {
5636 "column": 8, 5680 "column": 8,
5637 "line": 204 5681 "line": 208
5638 } 5682 }
5639 }, 5683 },
5640 { 5684 {
5641 "defaultMessage": "!!!Hide Others", 5685 "defaultMessage": "!!!Hide Others",
5642 "end": { 5686 "end": {
5643 "column": 3, 5687 "column": 3,
5644 "line": 211 5688 "line": 215
5645 }, 5689 },
5646 "file": "src/lib/Menu.js", 5690 "file": "src/lib/Menu.js",
5647 "id": "menu.app.hideOthers", 5691 "id": "menu.app.hideOthers",
5648 "start": { 5692 "start": {
5649 "column": 14, 5693 "column": 14,
5650 "line": 208 5694 "line": 212
5651 } 5695 }
5652 }, 5696 },
5653 { 5697 {
5654 "defaultMessage": "!!!Unhide", 5698 "defaultMessage": "!!!Unhide",
5655 "end": { 5699 "end": {
5656 "column": 3, 5700 "column": 3,
5657 "line": 215 5701 "line": 219
5658 }, 5702 },
5659 "file": "src/lib/Menu.js", 5703 "file": "src/lib/Menu.js",
5660 "id": "menu.app.unhide", 5704 "id": "menu.app.unhide",
5661 "start": { 5705 "start": {
5662 "column": 10, 5706 "column": 10,
5663 "line": 212 5707 "line": 216
5664 } 5708 }
5665 }, 5709 },
5666 { 5710 {
5667 "defaultMessage": "!!!Auto-hide menu bar", 5711 "defaultMessage": "!!!Auto-hide menu bar",
5668 "end": { 5712 "end": {
5669 "column": 3, 5713 "column": 3,
5670 "line": 219 5714 "line": 223
5671 }, 5715 },
5672 "file": "src/lib/Menu.js", 5716 "file": "src/lib/Menu.js",
5673 "id": "menu.app.autohideMenuBar", 5717 "id": "menu.app.autohideMenuBar",
5674 "start": { 5718 "start": {
5675 "column": 19, 5719 "column": 19,
5676 "line": 216 5720 "line": 220
5677 } 5721 }
5678 }, 5722 },
5679 { 5723 {
5680 "defaultMessage": "!!!Quit", 5724 "defaultMessage": "!!!Quit",
5681 "end": { 5725 "end": {
5682 "column": 3, 5726 "column": 3,
5683 "line": 223 5727 "line": 227
5684 }, 5728 },
5685 "file": "src/lib/Menu.js", 5729 "file": "src/lib/Menu.js",
5686 "id": "menu.app.quit", 5730 "id": "menu.app.quit",
5687 "start": { 5731 "start": {
5688 "column": 8, 5732 "column": 8,
5689 "line": 220 5733 "line": 224
5690 } 5734 }
5691 }, 5735 },
5692 { 5736 {
5693 "defaultMessage": "!!!Add New Service...", 5737 "defaultMessage": "!!!Add New Service...",
5694 "end": { 5738 "end": {
5695 "column": 3, 5739 "column": 3,
5696 "line": 227 5740 "line": 231
5697 }, 5741 },
5698 "file": "src/lib/Menu.js", 5742 "file": "src/lib/Menu.js",
5699 "id": "menu.services.addNewService", 5743 "id": "menu.services.addNewService",
5700 "start": { 5744 "start": {
5701 "column": 17, 5745 "column": 17,
5702 "line": 224 5746 "line": 228
5703 } 5747 }
5704 }, 5748 },
5705 { 5749 {
5706 "defaultMessage": "!!!Add New Workspace...", 5750 "defaultMessage": "!!!Add New Workspace...",
5707 "end": { 5751 "end": {
5708 "column": 3, 5752 "column": 3,
5709 "line": 231 5753 "line": 235
5710 }, 5754 },
5711 "file": "src/lib/Menu.js", 5755 "file": "src/lib/Menu.js",
5712 "id": "menu.workspaces.addNewWorkspace", 5756 "id": "menu.workspaces.addNewWorkspace",
5713 "start": { 5757 "start": {
5714 "column": 19, 5758 "column": 19,
5715 "line": 228 5759 "line": 232
5716 } 5760 }
5717 }, 5761 },
5718 { 5762 {
5719 "defaultMessage": "!!!Open workspace drawer", 5763 "defaultMessage": "!!!Open workspace drawer",
5720 "end": { 5764 "end": {
5721 "column": 3, 5765 "column": 3,
5722 "line": 235 5766 "line": 239
5723 }, 5767 },
5724 "file": "src/lib/Menu.js", 5768 "file": "src/lib/Menu.js",
5725 "id": "menu.workspaces.openWorkspaceDrawer", 5769 "id": "menu.workspaces.openWorkspaceDrawer",
5726 "start": { 5770 "start": {
5727 "column": 23, 5771 "column": 23,
5728 "line": 232 5772 "line": 236
5729 } 5773 }
5730 }, 5774 },
5731 { 5775 {
5732 "defaultMessage": "!!!Close workspace drawer", 5776 "defaultMessage": "!!!Close workspace drawer",
5733 "end": { 5777 "end": {
5734 "column": 3, 5778 "column": 3,
5735 "line": 239 5779 "line": 243
5736 }, 5780 },
5737 "file": "src/lib/Menu.js", 5781 "file": "src/lib/Menu.js",
5738 "id": "menu.workspaces.closeWorkspaceDrawer", 5782 "id": "menu.workspaces.closeWorkspaceDrawer",
5739 "start": { 5783 "start": {
5740 "column": 24, 5784 "column": 24,
5741 "line": 236 5785 "line": 240
5742 } 5786 }
5743 }, 5787 },
5744 { 5788 {
5745 "defaultMessage": "!!!Activate next service...", 5789 "defaultMessage": "!!!Activate next service...",
5746 "end": { 5790 "end": {
5747 "column": 3, 5791 "column": 3,
5748 "line": 243 5792 "line": 247
5749 }, 5793 },
5750 "file": "src/lib/Menu.js", 5794 "file": "src/lib/Menu.js",
5751 "id": "menu.services.setNextServiceActive", 5795 "id": "menu.services.setNextServiceActive",
5752 "start": { 5796 "start": {
5753 "column": 23, 5797 "column": 23,
5754 "line": 240 5798 "line": 244
5755 } 5799 }
5756 }, 5800 },
5757 { 5801 {
5758 "defaultMessage": "!!!Activate previous service...", 5802 "defaultMessage": "!!!Activate previous service...",
5759 "end": { 5803 "end": {
5760 "column": 3, 5804 "column": 3,
5761 "line": 247 5805 "line": 251
5762 }, 5806 },
5763 "file": "src/lib/Menu.js", 5807 "file": "src/lib/Menu.js",
5764 "id": "menu.services.activatePreviousService", 5808 "id": "menu.services.activatePreviousService",
5765 "start": { 5809 "start": {
5766 "column": 27, 5810 "column": 27,
5767 "line": 244 5811 "line": 248
5768 } 5812 }
5769 }, 5813 },
5770 { 5814 {
5771 "defaultMessage": "!!!Disable notifications & audio", 5815 "defaultMessage": "!!!Disable notifications & audio",
5772 "end": { 5816 "end": {
5773 "column": 3, 5817 "column": 3,
5774 "line": 251 5818 "line": 255
5775 }, 5819 },
5776 "file": "src/lib/Menu.js", 5820 "file": "src/lib/Menu.js",
5777 "id": "sidebar.muteApp", 5821 "id": "sidebar.muteApp",
5778 "start": { 5822 "start": {
5779 "column": 11, 5823 "column": 11,
5780 "line": 248 5824 "line": 252
5781 } 5825 }
5782 }, 5826 },
5783 { 5827 {
5784 "defaultMessage": "!!!Enable notifications & audio", 5828 "defaultMessage": "!!!Enable notifications & audio",
5785 "end": { 5829 "end": {
5786 "column": 3, 5830 "column": 3,
5787 "line": 255 5831 "line": 259
5788 }, 5832 },
5789 "file": "src/lib/Menu.js", 5833 "file": "src/lib/Menu.js",
5790 "id": "sidebar.unmuteApp", 5834 "id": "sidebar.unmuteApp",
5791 "start": { 5835 "start": {
5792 "column": 13, 5836 "column": 13,
5793 "line": 252 5837 "line": 256
5794 } 5838 }
5795 }, 5839 },
5796 { 5840 {
5797 "defaultMessage": "!!!Workspaces", 5841 "defaultMessage": "!!!Workspaces",
5798 "end": { 5842 "end": {
5799 "column": 3, 5843 "column": 3,
5800 "line": 259 5844 "line": 263
5801 }, 5845 },
5802 "file": "src/lib/Menu.js", 5846 "file": "src/lib/Menu.js",
5803 "id": "menu.workspaces", 5847 "id": "menu.workspaces",
5804 "start": { 5848 "start": {
5805 "column": 14, 5849 "column": 14,
5806 "line": 256 5850 "line": 260
5807 } 5851 }
5808 }, 5852 },
5809 { 5853 {
5810 "defaultMessage": "!!!Default", 5854 "defaultMessage": "!!!Default",
5811 "end": { 5855 "end": {
5812 "column": 3, 5856 "column": 3,
5813 "line": 263 5857 "line": 267
5814 }, 5858 },
5815 "file": "src/lib/Menu.js", 5859 "file": "src/lib/Menu.js",
5816 "id": "menu.workspaces.defaultWorkspace", 5860 "id": "menu.workspaces.defaultWorkspace",
5817 "start": { 5861 "start": {
5818 "column": 20, 5862 "column": 20,
5819 "line": 260 5863 "line": 264
5820 } 5864 }
5821 }, 5865 },
5822 { 5866 {
5823 "defaultMessage": "!!!Todos", 5867 "defaultMessage": "!!!Todos",
5824 "end": { 5868 "end": {
5825 "column": 3, 5869 "column": 3,
5826 "line": 267 5870 "line": 271
5827 }, 5871 },
5828 "file": "src/lib/Menu.js", 5872 "file": "src/lib/Menu.js",
5829 "id": "menu.todos", 5873 "id": "menu.todos",
5830 "start": { 5874 "start": {
5831 "column": 9, 5875 "column": 9,
5832 "line": 264 5876 "line": 268
5833 } 5877 }
5834 }, 5878 },
5835 { 5879 {
5836 "defaultMessage": "!!!Open Todos drawer", 5880 "defaultMessage": "!!!Open Todos drawer",
5837 "end": { 5881 "end": {
5838 "column": 3, 5882 "column": 3,
5839 "line": 271 5883 "line": 275
5840 }, 5884 },
5841 "file": "src/lib/Menu.js", 5885 "file": "src/lib/Menu.js",
5842 "id": "menu.Todoss.openTodosDrawer", 5886 "id": "menu.Todoss.openTodosDrawer",
5843 "start": { 5887 "start": {
5844 "column": 19, 5888 "column": 19,
5845 "line": 268 5889 "line": 272
5846 } 5890 }
5847 }, 5891 },
5848 { 5892 {
5849 "defaultMessage": "!!!Close Todos drawer", 5893 "defaultMessage": "!!!Close Todos drawer",
5850 "end": { 5894 "end": {
5851 "column": 3, 5895 "column": 3,
5852 "line": 275 5896 "line": 279
5853 }, 5897 },
5854 "file": "src/lib/Menu.js", 5898 "file": "src/lib/Menu.js",
5855 "id": "menu.Todoss.closeTodosDrawer", 5899 "id": "menu.Todoss.closeTodosDrawer",
5856 "start": { 5900 "start": {
5857 "column": 20, 5901 "column": 20,
5858 "line": 272 5902 "line": 276
5859 } 5903 }
5860 }, 5904 },
5861 { 5905 {
5862 "defaultMessage": "!!!Enable Todos", 5906 "defaultMessage": "!!!Enable Todos",
5863 "end": { 5907 "end": {
5864 "column": 3, 5908 "column": 3,
5865 "line": 279 5909 "line": 283
5866 }, 5910 },
5867 "file": "src/lib/Menu.js", 5911 "file": "src/lib/Menu.js",
5868 "id": "menu.todos.enableTodos", 5912 "id": "menu.todos.enableTodos",
5869 "start": { 5913 "start": {
5870 "column": 15, 5914 "column": 15,
5871 "line": 276 5915 "line": 280
5872 } 5916 }
5873 } 5917 }
5874 ], 5918 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index acf8724a6..f809ac51f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -9,6 +9,8 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 14 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 15 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 16 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -109,6 +111,7 @@
109 "menu.view.exitFullScreen": "Exit Full Screen", 111 "menu.view.exitFullScreen": "Exit Full Screen",
110 "menu.view.forward": "Forward", 112 "menu.view.forward": "Forward",
111 "menu.view.lockFerdi": "Lock Ferdi", 113 "menu.view.lockFerdi": "Lock Ferdi",
114 "menu.view.openQuickSwitch": "Open Quick Switch",
112 "menu.view.reloadFranz": "Reload Ferdi", 115 "menu.view.reloadFranz": "Reload Ferdi",
113 "menu.view.reloadService": "Reload Service", 116 "menu.view.reloadService": "Reload Service",
114 "menu.view.resetZoom": "Actual Size", 117 "menu.view.resetZoom": "Actual Size",
@@ -409,4 +412,4 @@
409 "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>", 412 "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>",
410 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 413 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
411 "workspaces.switchingIndicator.switchingTo": "Switching to" 414 "workspaces.switchingIndicator.switchingTo": "Switching to"
412} \ No newline at end of file 415}
diff --git a/src/i18n/locales/ua.json b/src/i18n/locales/ua.json
index 4dcfdc6e8..dfd9b6fa4 100644
--- a/src/i18n/locales/ua.json
+++ b/src/i18n/locales/ua.json
@@ -60,7 +60,7 @@
60 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення", 60 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення",
61 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача", 61 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача",
62 "sidebar.settings": "Налаштування", 62 "sidebar.settings": "Налаштування",
63 "sidebar.addNewService": "!!!Add new service", 63 "sidebar.addNewService": "Add new service",
64 "services.welcome": "Ласкаво просимо в Ferdi", 64 "services.welcome": "Ласкаво просимо в Ferdi",
65 "services.getStarted": "Почати", 65 "services.getStarted": "Почати",
66 "settings.account.headline": "Акаунт", 66 "settings.account.headline": "Акаунт",
diff --git a/src/i18n/locales/whitelist_en-US.json b/src/i18n/locales/whitelist_en-US.json
index 32960f8ce..fe51488c7 100644
--- a/src/i18n/locales/whitelist_en-US.json
+++ b/src/i18n/locales/whitelist_en-US.json
@@ -1,2 +1 @@
1[ []
2] \ No newline at end of file