aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-03-07 16:13:53 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-03-07 16:13:53 +0100
commitae77c7c5dee548bd5032c80a0ad8aa294e7e4ff2 (patch)
tree81b0a642ac0a7d55b9f095873a857e5263b32dd7 /src/i18n/locales/en-US.json
parentMerge branch 'develop' into chore/react-intl-manager (diff)
downloadferdium-app-ae77c7c5dee548bd5032c80a0ad8aa294e7e4ff2.tar.gz
ferdium-app-ae77c7c5dee548bd5032c80a0ad8aa294e7e4ff2.tar.zst
ferdium-app-ae77c7c5dee548bd5032c80a0ad8aa294e7e4ff2.zip
Fix unused i18n strings
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index bbf0997db..af6edd2df 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -13,7 +13,6 @@
13 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 13 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.",
14 "global.api.unhealthy": "Can't connect to Franz online services", 14 "global.api.unhealthy": "Can't connect to Franz online services",
15 "global.notConnectedToTheInternet": "You are not connected to the internet.", 15 "global.notConnectedToTheInternet": "You are not connected to the internet.",
16 "global.premium.upgradeAccount": "!!!Please upgrade your account to add a new service.",
17 "global.spellchecker.useDefault": "Use System Default ({default})", 16 "global.spellchecker.useDefault": "Use System Default ({default})",
18 "global.spellchecking.autodetect": "Detect language automatically", 17 "global.spellchecking.autodetect": "Detect language automatically",
19 "global.spellchecking.autodetect.short": "Automatic", 18 "global.spellchecking.autodetect.short": "Automatic",
@@ -113,7 +112,6 @@
113 "services.welcome": "Welcome to Franz", 112 "services.welcome": "Welcome to Franz",
114 "settings.account.account.editButton": "Edit account", 113 "settings.account.account.editButton": "Edit account",
115 "settings.account.accountType.basic": "Basic Account", 114 "settings.account.accountType.basic": "Basic Account",
116 "settings.account.accountType.enterprise": "!!!Enterprise Account",
117 "settings.account.accountType.premium": "Premium Supporter Account", 115 "settings.account.accountType.premium": "Premium Supporter Account",
118 "settings.account.buttonSave": "Update profile", 116 "settings.account.buttonSave": "Update profile",
119 "settings.account.deleteAccount": "Delete account", 117 "settings.account.deleteAccount": "Delete account",
@@ -130,7 +128,7 @@
130 "settings.account.invoiceDownload": "Download", 128 "settings.account.invoiceDownload": "Download",
131 "settings.account.manageSubscription.label": "Manage your subscription", 129 "settings.account.manageSubscription.label": "Manage your subscription",
132 "settings.account.successInfo": "Your changes have been saved", 130 "settings.account.successInfo": "Your changes have been saved",
133 "settings.account.tryReloadServices": "!!!Try again", 131 "settings.account.tryReloadServices": "Try again",
134 "settings.account.tryReloadUserInfoRequest": "Try again", 132 "settings.account.tryReloadUserInfoRequest": "Try again",
135 "settings.account.userInfoRequestFailed": "Could not load user information", 133 "settings.account.userInfoRequestFailed": "Could not load user information",
136 "settings.app.buttonClearAllCache": "Clear cache", 134 "settings.app.buttonClearAllCache": "Clear cache",
@@ -221,7 +219,7 @@
221 "settings.services.discoverServices": "Discover services", 219 "settings.services.discoverServices": "Discover services",
222 "settings.services.headline": "Your services", 220 "settings.services.headline": "Your services",
223 "settings.services.noServicesAdded": "You haven't added any services yet.", 221 "settings.services.noServicesAdded": "You haven't added any services yet.",
224 "settings.services.servicesRequestFailed": "!!!Could not load your services", 222 "settings.services.servicesRequestFailed": "Could not load your services",
225 "settings.services.tooltip.isDisabled": "Service is disabled", 223 "settings.services.tooltip.isDisabled": "Service is disabled",
226 "settings.services.tooltip.isMuted": "All sounds are muted", 224 "settings.services.tooltip.isMuted": "All sounds are muted",
227 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 225 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
@@ -277,7 +275,7 @@
277 "tabs.item.reload": "Reload", 275 "tabs.item.reload": "Reload",
278 "validation.email": "{field} is not valid", 276 "validation.email": "{field} is not valid",
279 "validation.minLength": "{field} should be at least {length} characters long", 277 "validation.minLength": "{field} should be at least {length} characters long",
280 "validation.oneRequired": "!!!At least one is required", 278 "validation.oneRequired": "At least one is required",
281 "validation.required": "{field} is required", 279 "validation.required": "{field} is required",
282 "validation.url": "{field} is not a valid URL", 280 "validation.url": "{field} is not a valid URL",
283 "welcome.loginButton": "Login to your account", 281 "welcome.loginButton": "Login to your account",