aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 16:47:32 +0100
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-03-07 16:47:32 +0100
commita73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad (patch)
tree904fa0385c9b68d426bddae3b88ab81c07439633 /src/i18n/locales
parentMerge branch 'chore/react-intl-manager' into develop (diff)
downloadferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.tar.gz
ferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.tar.zst
ferdium-app-a73e6bd9814d49eeb1cc7ff350cb5e4a621fd4ad.zip
fix(Service) shortcuts for activating prev/next service fixes #1298
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json26
-rw-r--r--src/i18n/locales/en-US.json4
2 files changed, 29 insertions, 1 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 065398dc6..d3a97de78 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3875,6 +3875,32 @@
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 }
3878 } 3904 }
3879 ], 3905 ],
3880 "path": "src/lib/Menu.json" 3906 "path": "src/lib/Menu.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index af6edd2df..a9ac92a3a 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",
@@ -280,4 +282,4 @@
280 "validation.url": "{field} is not a valid URL", 282 "validation.url": "{field} is not a valid URL",
281 "welcome.loginButton": "Login to your account", 283 "welcome.loginButton": "Login to your account",
282 "welcome.signupButton": "Create a free account" 284 "welcome.signupButton": "Create a free account"
283} \ No newline at end of file 285}