aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-08-10 19:04:54 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-10 22:34:54 +0530
commit969eda02a66050cf4518ddfa657e86d1d6d8b6c3 (patch)
tree9f21b062f0c188f2c3ddfbb6594670982610aadf /src/i18n/locales/defaultMessages.json
parentrefactor: Move platform-specific logic for shortcut keys into common location. (diff)
downloadferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.tar.gz
ferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.tar.zst
ferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.zip
feat: follow OS reduced motion setting (#1757)
- add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 99f450c23..4279ba079 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -773,7 +773,7 @@
773 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.", 773 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.",
774 "end": { 774 "end": {
775 "column": 3, 775 "column": 3,
776 "line": 26 776 "line": 27
777 }, 777 },
778 "file": "src/components/auth/SetupAssistant.js", 778 "file": "src/components/auth/SetupAssistant.js",
779 "id": "setupAssistant.subheadline", 779 "id": "setupAssistant.subheadline",
@@ -786,26 +786,26 @@
786 "defaultMessage": "!!!Let's go", 786 "defaultMessage": "!!!Let's go",
787 "end": { 787 "end": {
788 "column": 3, 788 "column": 3,
789 "line": 30 789 "line": 31
790 }, 790 },
791 "file": "src/components/auth/SetupAssistant.js", 791 "file": "src/components/auth/SetupAssistant.js",
792 "id": "setupAssistant.submit.label", 792 "id": "setupAssistant.submit.label",
793 "start": { 793 "start": {
794 "column": 21, 794 "column": 21,
795 "line": 27 795 "line": 28
796 } 796 }
797 }, 797 },
798 { 798 {
799 "defaultMessage": "!!!Invitations sent successfully", 799 "defaultMessage": "!!!Invitations sent successfully",
800 "end": { 800 "end": {
801 "column": 3, 801 "column": 3,
802 "line": 34 802 "line": 35
803 }, 803 },
804 "file": "src/components/auth/SetupAssistant.js", 804 "file": "src/components/auth/SetupAssistant.js",
805 "id": "invite.successInfo", 805 "id": "invite.successInfo",
806 "start": { 806 "start": {
807 "column": 21, 807 "column": 21,
808 "line": 31 808 "line": 32
809 } 809 }
810 } 810 }
811 ], 811 ],
@@ -1074,7 +1074,7 @@
1074 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 1074 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
1075 "end": { 1075 "end": {
1076 "column": 3, 1076 "column": 3,
1077 "line": 44 1077 "line": 45
1078 }, 1078 },
1079 "file": "src/components/layout/AppLayout.js", 1079 "file": "src/components/layout/AppLayout.js",
1080 "id": "infobar.authRequestFailed", 1080 "id": "infobar.authRequestFailed",
@@ -1354,39 +1354,39 @@
1354 "defaultMessage": "!!!Oh no! Ferdi lost the connection to {name}.", 1354 "defaultMessage": "!!!Oh no! Ferdi lost the connection to {name}.",
1355 "end": { 1355 "end": {
1356 "column": 3, 1356 "column": 3,
1357 "line": 18 1357 "line": 16
1358 }, 1358 },
1359 "file": "src/components/services/content/ConnectionLostBanner.js", 1359 "file": "src/components/services/content/ConnectionLostBanner.js",
1360 "id": "connectionLostBanner.message", 1360 "id": "connectionLostBanner.message",
1361 "start": { 1361 "start": {
1362 "column": 8, 1362 "column": 8,
1363 "line": 15 1363 "line": 13
1364 } 1364 }
1365 }, 1365 },
1366 { 1366 {
1367 "defaultMessage": "!!!What happened?", 1367 "defaultMessage": "!!!What happened?",
1368 "end": { 1368 "end": {
1369 "column": 3, 1369 "column": 3,
1370 "line": 22 1370 "line": 20
1371 }, 1371 },
1372 "file": "src/components/services/content/ConnectionLostBanner.js", 1372 "file": "src/components/services/content/ConnectionLostBanner.js",
1373 "id": "connectionLostBanner.informationLink", 1373 "id": "connectionLostBanner.informationLink",
1374 "start": { 1374 "start": {
1375 "column": 19, 1375 "column": 19,
1376 "line": 19 1376 "line": 17
1377 } 1377 }
1378 }, 1378 },
1379 { 1379 {
1380 "defaultMessage": "!!!Reload Service", 1380 "defaultMessage": "!!!Reload Service",
1381 "end": { 1381 "end": {
1382 "column": 3, 1382 "column": 3,
1383 "line": 26 1383 "line": 24
1384 }, 1384 },
1385 "file": "src/components/services/content/ConnectionLostBanner.js", 1385 "file": "src/components/services/content/ConnectionLostBanner.js",
1386 "id": "connectionLostBanner.cta", 1386 "id": "connectionLostBanner.cta",
1387 "start": { 1387 "start": {
1388 "column": 7, 1388 "column": 7,
1389 "line": 23 1389 "line": 21
1390 } 1390 }
1391 } 1391 }
1392 ], 1392 ],
@@ -1839,7 +1839,7 @@
1839 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 1839 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
1840 "end": { 1840 "end": {
1841 "column": 3, 1841 "column": 3,
1842 "line": 67 1842 "line": 68
1843 }, 1843 },
1844 "file": "src/components/services/tabs/TabItem.js", 1844 "file": "src/components/services/tabs/TabItem.js",
1845 "id": "tabs.item.confirmDeleteService", 1845 "id": "tabs.item.confirmDeleteService",
@@ -5299,65 +5299,65 @@
5299 "defaultMessage": "!!!Home", 5299 "defaultMessage": "!!!Home",
5300 "end": { 5300 "end": {
5301 "column": 3, 5301 "column": 3,
5302 "line": 16 5302 "line": 20
5303 }, 5303 },
5304 "file": "src/features/webControls/components/WebControls.js", 5304 "file": "src/features/webControls/components/WebControls.js",
5305 "id": "webControls.goHome", 5305 "id": "webControls.goHome",
5306 "start": { 5306 "start": {
5307 "column": 10, 5307 "column": 10,
5308 "line": 13 5308 "line": 17
5309 } 5309 }
5310 }, 5310 },
5311 { 5311 {
5312 "defaultMessage": "!!!Open in Browser", 5312 "defaultMessage": "!!!Open in Browser",
5313 "end": { 5313 "end": {
5314 "column": 3, 5314 "column": 3,
5315 "line": 20 5315 "line": 24
5316 }, 5316 },
5317 "file": "src/features/webControls/components/WebControls.js", 5317 "file": "src/features/webControls/components/WebControls.js",
5318 "id": "webControls.openInBrowser", 5318 "id": "webControls.openInBrowser",
5319 "start": { 5319 "start": {
5320 "column": 17, 5320 "column": 17,
5321 "line": 17 5321 "line": 21
5322 } 5322 }
5323 }, 5323 },
5324 { 5324 {
5325 "defaultMessage": "!!!Back", 5325 "defaultMessage": "!!!Back",
5326 "end": { 5326 "end": {
5327 "column": 3, 5327 "column": 3,
5328 "line": 24 5328 "line": 28
5329 }, 5329 },
5330 "file": "src/features/webControls/components/WebControls.js", 5330 "file": "src/features/webControls/components/WebControls.js",
5331 "id": "webControls.back", 5331 "id": "webControls.back",
5332 "start": { 5332 "start": {
5333 "column": 8, 5333 "column": 8,
5334 "line": 21 5334 "line": 25
5335 } 5335 }
5336 }, 5336 },
5337 { 5337 {
5338 "defaultMessage": "!!!Forward", 5338 "defaultMessage": "!!!Forward",
5339 "end": { 5339 "end": {
5340 "column": 3, 5340 "column": 3,
5341 "line": 28 5341 "line": 32
5342 }, 5342 },
5343 "file": "src/features/webControls/components/WebControls.js", 5343 "file": "src/features/webControls/components/WebControls.js",
5344 "id": "webControls.forward", 5344 "id": "webControls.forward",
5345 "start": { 5345 "start": {
5346 "column": 11, 5346 "column": 11,
5347 "line": 25 5347 "line": 29
5348 } 5348 }
5349 }, 5349 },
5350 { 5350 {
5351 "defaultMessage": "!!!Reload", 5351 "defaultMessage": "!!!Reload",
5352 "end": { 5352 "end": {
5353 "column": 3, 5353 "column": 3,
5354 "line": 32 5354 "line": 36
5355 }, 5355 },
5356 "file": "src/features/webControls/components/WebControls.js", 5356 "file": "src/features/webControls/components/WebControls.js",
5357 "id": "webControls.reload", 5357 "id": "webControls.reload",
5358 "start": { 5358 "start": {
5359 "column": 10, 5359 "column": 10,
5360 "line": 29 5360 "line": 33
5361 } 5361 }
5362 } 5362 }
5363 ], 5363 ],