aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-05-27 18:48:38 +0530
committerLibravatar GitHub <noreply@github.com>2023-05-27 18:48:38 +0530
commiteaa8e80efadc55d42462af0a5381f2552acc3c88 (patch)
treeb54868af925e2db3fc6d5444475cd14bd3255f1c /src/i18n
parentupdate react version to 18.2.0 and it related changes (diff)
downloadferdium-app-eaa8e80efadc55d42462af0a5381f2552acc3c88.tar.gz
ferdium-app-eaa8e80efadc55d42462af0a5381f2552acc3c88.tar.zst
ferdium-app-eaa8e80efadc55d42462af0a5381f2552acc3c88.zip
Expose "Clear service cache" in the service settings screen and the sidebar context menu for individual services (#1053)
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/globalMessages.ts4
-rw-r--r--src/i18n/locales/en-US.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts
index 690bad1de..9f55da57a 100644
--- a/src/i18n/globalMessages.ts
+++ b/src/i18n/globalMessages.ts
@@ -74,4 +74,8 @@ export default defineMessages({
74 id: 'global.edit', 74 id: 'global.edit',
75 defaultMessage: 'Edit', 75 defaultMessage: 'Edit',
76 }, 76 },
77 clearCache: {
78 id: 'global.clearCache',
79 defaultMessage: 'Clear cache',
80 },
77}); 81});
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 13fec6102..82c0f1b02 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -22,6 +22,7 @@
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to {serverNameParse} online services", 23 "global.api.unhealthy": "Can't connect to {serverNameParse} online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.clearCache": "Clear cache",
25 "global.edit": "Edit", 26 "global.edit": "Edit",
26 "global.no": "No", 27 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
@@ -183,7 +184,6 @@
183 "settings.account.userInfoRequestFailed": "Could not load user information", 184 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdium License:", 185 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your color choice in a CSS-compatible format. (Default: {defaultAccentColor} or clear the input field)", 186 "settings.app.accentColorInfo": "Write your color choice in a CSS-compatible format. (Default: {defaultAccentColor} or clear the input field)",
186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",