aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json52
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/messages/src/lib/Menu.json52
3 files changed, 106 insertions, 0 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 065398dc6..0641c510c 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3875,6 +3875,58 @@
3875 "column": 17, 3875 "column": 17,
3876 "line": 178 3876 "line": 178
3877 } 3877 }
3878 },
3879 {
3880 "defaultMessage": "!!!Activate next service...",
3881 "end": {
3882 "column": 3,
3883 "line": 185
3884 },
3885 "file": "src/lib/Menu.js",
3886 "id": "menu.services.setNextServiceActive",
3887 "start": {
3888 "column": 23,
3889 "line": 182
3890 }
3891 },
3892 {
3893 "defaultMessage": "!!!Activate previous service...",
3894 "end": {
3895 "column": 3,
3896 "line": 189
3897 },
3898 "file": "src/lib/Menu.js",
3899 "id": "menu.services.activatePreviousService",
3900 "start": {
3901 "column": 27,
3902 "line": 186
3903 }
3904 },
3905 {
3906 "defaultMessage": "!!!Disable notifications & audio",
3907 "end": {
3908 "column": 3,
3909 "line": 193
3910 },
3911 "file": "src/lib/Menu.js",
3912 "id": "sidebar.muteApp",
3913 "start": {
3914 "column": 11,
3915 "line": 190
3916 }
3917 },
3918 {
3919 "defaultMessage": "!!!Enable notifications & audio",
3920 "end": {
3921 "column": 3,
3922 "line": 197
3923 },
3924 "file": "src/lib/Menu.js",
3925 "id": "sidebar.unmuteApp",
3926 "start": {
3927 "column": 13,
3928 "line": 194
3929 }
3878 } 3930 }
3879 ], 3931 ],
3880 "path": "src/lib/Menu.json" 3932 "path": "src/lib/Menu.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index af6edd2df..7543d38bd 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -70,7 +70,9 @@
70 "menu.help.support": "Support", 70 "menu.help.support": "Support",
71 "menu.help.tos": "Terms of Service", 71 "menu.help.tos": "Terms of Service",
72 "menu.services": "Services", 72 "menu.services": "Services",
73 "menu.services.activatePreviousService": "Activate previous service",
73 "menu.services.addNewService": "Add New Service...", 74 "menu.services.addNewService": "Add New Service...",
75 "menu.services.setNextServiceActive": "Activate next service",
74 "menu.view": "View", 76 "menu.view": "View",
75 "menu.view.enterFullScreen": "Enter Full Screen", 77 "menu.view.enterFullScreen": "Enter Full Screen",
76 "menu.view.exitFullScreen": "Exit Full Screen", 78 "menu.view.exitFullScreen": "Exit Full Screen",
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 6958f0219..9314f5cce 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -557,5 +557,57 @@
557 "line": 181, 557 "line": 181,
558 "column": 3 558 "column": 3
559 } 559 }
560 },
561 {
562 "id": "menu.services.setNextServiceActive",
563 "defaultMessage": "!!!Activate next service...",
564 "file": "src/lib/Menu.js",
565 "start": {
566 "line": 182,
567 "column": 23
568 },
569 "end": {
570 "line": 185,
571 "column": 3
572 }
573 },
574 {
575 "id": "menu.services.activatePreviousService",
576 "defaultMessage": "!!!Activate previous service...",
577 "file": "src/lib/Menu.js",
578 "start": {
579 "line": 186,
580 "column": 27
581 },
582 "end": {
583 "line": 189,
584 "column": 3
585 }
586 },
587 {
588 "id": "sidebar.muteApp",
589 "defaultMessage": "!!!Disable notifications & audio",
590 "file": "src/lib/Menu.js",
591 "start": {
592 "line": 190,
593 "column": 11
594 },
595 "end": {
596 "line": 193,
597 "column": 3
598 }
599 },
600 {
601 "id": "sidebar.unmuteApp",
602 "defaultMessage": "!!!Enable notifications & audio",
603 "file": "src/lib/Menu.js",
604 "start": {
605 "line": 194,
606 "column": 13
607 },
608 "end": {
609 "line": 197,
610 "column": 3
611 }
560 } 612 }
561] \ No newline at end of file 613] \ No newline at end of file