aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-07-02 19:49:55 -0600
committerLibravatar GitHub <noreply@github.com>2021-07-03 07:19:55 +0530
commit33123c354b79f7951423dd75097b11e7eb075f99 (patch)
tree29f6e857f02d0e0fc67d89a657a54a865ed5538a /src/i18n/locales/en-US.json
parentMinor refactoring to move all runtime configs from 'config.js' into 'environm... (diff)
downloadferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.tar.gz
ferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.tar.zst
ferdium-app-33123c354b79f7951423dd75097b11e7eb075f99.zip
Upgrade various dependencies to latest part 2 (#1557)
* Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index fc25795a4..05a8e7486 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -84,10 +84,12 @@
84 "infobar.buttonChangelog": "What is new?", 84 "infobar.buttonChangelog": "What is new?",
85 "infobar.buttonInstallUpdate": "Restart & install update", 85 "infobar.buttonInstallUpdate": "Restart & install update",
86 "infobar.buttonReloadServices": "Reload services", 86 "infobar.buttonReloadServices": "Reload services",
87 "infobar.hide": "Hide",
87 "infobar.requiredRequestsFailed": "Could not load services and user information", 88 "infobar.requiredRequestsFailed": "Could not load services and user information",
88 "infobar.servicesUpdated": "Your services have been updated.", 89 "infobar.servicesUpdated": "Your services have been updated.",
89 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!", 90 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
90 "infobar.updateAvailable": "A new update for Ferdi is available.", 91 "infobar.updateAvailable": "A new update for Ferdi is available.",
92 "infobox.dismiss": "Dismiss",
91 "invite.email.label": "Email address", 93 "invite.email.label": "Email address",
92 "invite.headline.friends": "Invite 3 of your friends or colleagues", 94 "invite.headline.friends": "Invite 3 of your friends or colleagues",
93 "invite.name.label": "Name", 95 "invite.name.label": "Name",
@@ -286,6 +288,7 @@
286 "settings.app.buttonSearchForUpdate": "Check for updates", 288 "settings.app.buttonSearchForUpdate": "Check for updates",
287 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 289 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
288 "settings.app.cacheNotCleared": "Couldn't clear all cache", 290 "settings.app.cacheNotCleared": "Couldn't clear all cache",
291 "settings.app.closeSettings": "Close settings",
289 "settings.app.currentVersion": "Current version:", 292 "settings.app.currentVersion": "Current version:",
290 "settings.app.form.accentColor": "Accent color", 293 "settings.app.form.accentColor": "Accent color",
291 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 294 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
@@ -315,6 +318,7 @@
315 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 318 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
316 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 319 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
317 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 320 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
321 "settings.app.form.passwordToggle": "Password toggle",
318 "settings.app.form.predefinedTodoServer": "Todo Server", 322 "settings.app.form.predefinedTodoServer": "Todo Server",
319 "settings.app.form.privateNotifications": "Don't show message content in notifications", 323 "settings.app.form.privateNotifications": "Don't show message content in notifications",
320 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 324 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume",