aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-19 12:52:31 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-19 12:52:31 +0100
commit3bb1ca7825a0381ddd8dbe7f44f7dcf4a788b165 (patch)
tree6b414b9ef3be7656da1717b0d6def62e95d1fb90 /src/i18n/locales
parentfix: remove autoHibernate (diff)
downloadferdium-app-3bb1ca7825a0381ddd8dbe7f44f7dcf4a788b165.tar.gz
ferdium-app-3bb1ca7825a0381ddd8dbe7f44f7dcf4a788b165.tar.zst
ferdium-app-3bb1ca7825a0381ddd8dbe7f44f7dcf4a788b165.zip
Feature: Add Release Notes (#491)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 3c3beea6f..d45ab5c3c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -194,6 +194,7 @@
194 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder", 194 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
195 "settings.app.buttonOpenImportExport": "Import / Export", 195 "settings.app.buttonOpenImportExport": "Import / Export",
196 "settings.app.buttonSearchForUpdate": "Check for updates", 196 "settings.app.buttonSearchForUpdate": "Check for updates",
197 "settings.app.buttonShowChangelog": "Show changelog",
197 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.", 198 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
198 "settings.app.cacheNotCleared": "Couldn't clear all cache", 199 "settings.app.cacheNotCleared": "Couldn't clear all cache",
199 "settings.app.closeSettings": "Close settings", 200 "settings.app.closeSettings": "Close settings",
@@ -302,6 +303,7 @@
302 "settings.navigation.account": "Account", 303 "settings.navigation.account": "Account",
303 "settings.navigation.availableServices": "Available services", 304 "settings.navigation.availableServices": "Available services",
304 "settings.navigation.logout": "Logout", 305 "settings.navigation.logout": "Logout",
306 "settings.navigation.releaseNotes": "Release Notes",
305 "settings.navigation.supportFerdium": "About Ferdium", 307 "settings.navigation.supportFerdium": "About Ferdium",
306 "settings.navigation.team": "Manage Team", 308 "settings.navigation.team": "Manage Team",
307 "settings.navigation.yourServices": "Your services", 309 "settings.navigation.yourServices": "Your services",
@@ -319,6 +321,9 @@
319 "settings.recipes.missingService": "Missing a service?", 321 "settings.recipes.missingService": "Missing a service?",
320 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.", 322 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
321 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 323 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
324 "settings.releasenotes.connectionError": "An error occured when connecting to Github, please try again later.",
325 "settings.releasenotes.connectionErrorPageMissing": "An error occured when connecting to Github, the page you are looking for is missing.",
326 "settings.releasenotes.headline": "Release Notes",
322 "settings.searchService": "Search service", 327 "settings.searchService": "Search service",
323 "settings.service.error.goBack": "Back to services", 328 "settings.service.error.goBack": "Back to services",
324 "settings.service.error.headline": "Error", 329 "settings.service.error.headline": "Error",