aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:07:17 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-21 16:08:11 +0100
commit22400d97f5b85fa7e20721df73dba5dff0f57ad4 (patch)
tree49318b57189359ea53bf450cda130bb9f767907f /src/i18n/locales
parentimprove workspace drawer layout (diff)
downloadferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.tar.gz
ferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.tar.zst
ferdium-app-22400d97f5b85fa7e20721df73dba5dff0f57ad4.zip
add i18n messages for service loading and workspace switching
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json60
-rw-r--r--src/i18n/locales/en-US.json6
2 files changed, 52 insertions, 14 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 1c6c6c969..9171c3592 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -625,78 +625,78 @@
625 "defaultMessage": "!!!Your services have been updated.", 625 "defaultMessage": "!!!Your services have been updated.",
626 "end": { 626 "end": {
627 "column": 3, 627 "column": 3,
628 "line": 27 628 "line": 28
629 }, 629 },
630 "file": "src/components/layout/AppLayout.js", 630 "file": "src/components/layout/AppLayout.js",
631 "id": "infobar.servicesUpdated", 631 "id": "infobar.servicesUpdated",
632 "start": { 632 "start": {
633 "column": 19, 633 "column": 19,
634 "line": 24 634 "line": 25
635 } 635 }
636 }, 636 },
637 { 637 {
638 "defaultMessage": "!!!A new update for Franz is available.", 638 "defaultMessage": "!!!A new update for Franz is available.",
639 "end": { 639 "end": {
640 "column": 3, 640 "column": 3,
641 "line": 31 641 "line": 32
642 }, 642 },
643 "file": "src/components/layout/AppLayout.js", 643 "file": "src/components/layout/AppLayout.js",
644 "id": "infobar.updateAvailable", 644 "id": "infobar.updateAvailable",
645 "start": { 645 "start": {
646 "column": 19, 646 "column": 19,
647 "line": 28 647 "line": 29
648 } 648 }
649 }, 649 },
650 { 650 {
651 "defaultMessage": "!!!Reload services", 651 "defaultMessage": "!!!Reload services",
652 "end": { 652 "end": {
653 "column": 3, 653 "column": 3,
654 "line": 35 654 "line": 36
655 }, 655 },
656 "file": "src/components/layout/AppLayout.js", 656 "file": "src/components/layout/AppLayout.js",
657 "id": "infobar.buttonReloadServices", 657 "id": "infobar.buttonReloadServices",
658 "start": { 658 "start": {
659 "column": 24, 659 "column": 24,
660 "line": 32 660 "line": 33
661 } 661 }
662 }, 662 },
663 { 663 {
664 "defaultMessage": "!!!Changelog", 664 "defaultMessage": "!!!Changelog",
665 "end": { 665 "end": {
666 "column": 3, 666 "column": 3,
667 "line": 39 667 "line": 40
668 }, 668 },
669 "file": "src/components/layout/AppLayout.js", 669 "file": "src/components/layout/AppLayout.js",
670 "id": "infobar.buttonChangelog", 670 "id": "infobar.buttonChangelog",
671 "start": { 671 "start": {
672 "column": 13, 672 "column": 13,
673 "line": 36 673 "line": 37
674 } 674 }
675 }, 675 },
676 { 676 {
677 "defaultMessage": "!!!Restart & install update", 677 "defaultMessage": "!!!Restart & install update",
678 "end": { 678 "end": {
679 "column": 3, 679 "column": 3,
680 "line": 43 680 "line": 44
681 }, 681 },
682 "file": "src/components/layout/AppLayout.js", 682 "file": "src/components/layout/AppLayout.js",
683 "id": "infobar.buttonInstallUpdate", 683 "id": "infobar.buttonInstallUpdate",
684 "start": { 684 "start": {
685 "column": 23, 685 "column": 23,
686 "line": 40 686 "line": 41
687 } 687 }
688 }, 688 },
689 { 689 {
690 "defaultMessage": "!!!Could not load services and user information", 690 "defaultMessage": "!!!Could not load services and user information",
691 "end": { 691 "end": {
692 "column": 3, 692 "column": 3,
693 "line": 47 693 "line": 48
694 }, 694 },
695 "file": "src/components/layout/AppLayout.js", 695 "file": "src/components/layout/AppLayout.js",
696 "id": "infobar.requiredRequestsFailed", 696 "id": "infobar.requiredRequestsFailed",
697 "start": { 697 "start": {
698 "column": 26, 698 "column": 26,
699 "line": 44 699 "line": 45
700 } 700 }
701 } 701 }
702 ], 702 ],
@@ -2550,6 +2550,24 @@
2550 { 2550 {
2551 "descriptors": [ 2551 "descriptors": [
2552 { 2552 {
2553 "defaultMessage": "!!!Loading",
2554 "end": {
2555 "column": 3,
2556 "line": 14
2557 },
2558 "file": "src/components/ui/WebviewLoader/index.js",
2559 "id": "service.webviewLoader.loading",
2560 "start": {
2561 "column": 11,
2562 "line": 11
2563 }
2564 }
2565 ],
2566 "path": "src/components/ui/WebviewLoader/index.json"
2567 },
2568 {
2569 "descriptors": [
2570 {
2553 "defaultMessage": "!!!Something went wrong.", 2571 "defaultMessage": "!!!Something went wrong.",
2554 "end": { 2572 "end": {
2555 "column": 3, 2573 "column": 3,
@@ -3367,6 +3385,24 @@
3367 { 3385 {
3368 "descriptors": [ 3386 "descriptors": [
3369 { 3387 {
3388 "defaultMessage": "!!!Switching to",
3389 "end": {
3390 "column": 3,
3391 "line": 15
3392 },
3393 "file": "src/features/workspaces/components/WorkspaceSwitchingIndicator.js",
3394 "id": "workspaces.switchingIndicator.switchingTo",
3395 "start": {
3396 "column": 15,
3397 "line": 12
3398 }
3399 }
3400 ],
3401 "path": "src/features/workspaces/components/WorkspaceSwitchingIndicator.json"
3402 },
3403 {
3404 "descriptors": [
3405 {
3370 "defaultMessage": "!!!Field is required", 3406 "defaultMessage": "!!!Field is required",
3371 "end": { 3407 "end": {
3372 "column": 3, 3408 "column": 3,
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 9716c3717..231e8f261 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -115,6 +115,7 @@
115 "service.errorHandler.headline": "Oh no!", 115 "service.errorHandler.headline": "Oh no!",
116 "service.errorHandler.message": "Error", 116 "service.errorHandler.message": "Error",
117 "service.errorHandler.text": "{name} has failed to load.", 117 "service.errorHandler.text": "{name} has failed to load.",
118 "service.webviewLoader.loading": "Loading",
118 "services.getStarted": "Get started", 119 "services.getStarted": "Get started",
119 "services.welcome": "Welcome to Franz", 120 "services.welcome": "Welcome to Franz",
120 "settings.account.account.editButton": "Edit account", 121 "settings.account.account.editButton": "Edit account",
@@ -300,5 +301,6 @@
300 "welcome.loginButton": "Login to your account", 301 "welcome.loginButton": "Login to your account",
301 "welcome.signupButton": "Create a free account", 302 "welcome.signupButton": "Create a free account",
302 "workspaceDrawer.allServices": "All services", 303 "workspaceDrawer.allServices": "All services",
303 "workspaceDrawer.headline": "Workspaces" 304 "workspaceDrawer.headline": "Workspaces",
304} 305 "workspaces.switchingIndicator.switchingTo": "Switching to"
306} \ No newline at end of file