aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Romain <46404814+yourcontact@users.noreply.github.com>2020-04-09 10:28:07 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-09 09:28:07 +0100
commitf013899bd27a7072f384e9c49e2179c2d61e99f8 (patch)
tree95462334bbc15e267a6456df878e050e9d1171ee /src/i18n/locales/en-US.json
parentAdd support for Adaptable Dark Mode on Windows (#548) (diff)
downloadferdium-app-f013899bd27a7072f384e9c49e2179c2d61e99f8.tar.gz
ferdium-app-f013899bd27a7072f384e9c49e2179c2d61e99f8.tar.zst
ferdium-app-f013899bd27a7072f384e9c49e2179c2d61e99f8.zip
Refactor updates settings (#506)
* Reorder updates toggle buttons * Updated 'Disable updates' message to 'Enable automatic updates' * Update 'noUpdates' to 'automaticUpdates' * Update 'noUpdates' to 'automaticUpdates' * Add condition for 'Include beta version' to show * Enable automatic updates by default * Update file so when automaticUpdates is true automatic updates are enabled * Fix conditions with enableUpdate * Apply code style * Fix wrong condition with enableUpdate * Delete unsued variable 'server' * Apply style code * Commit changes to submodule 'recipes' * Update default message to 'Enable updates' from 'Disable updates' * Update text to 'Enable updates' from 'Enable automatic update' * Add migration for updates settings * Update default messages to 'Enable updates' from 'Disable updates' * Remove empty line * Check for updates was disabled when updates were enabled * Avoid superfluous break line when updates are disabled * Add fragments to up-to-date message * Add fragments to up-to-date message * Remove file from previous commit * Remove extra line * Add 'Show draggable area on window' to en-US.json file * Apply prepare-code script changes Co-authored-by: Amine <amine@mouafik.fr>
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 7e46ddc6f..9f19ad742 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -277,6 +277,7 @@
277 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 277 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
278 "settings.app.form.autoLaunchInBackground": "Open in background", 278 "settings.app.form.autoLaunchInBackground": "Open in background",
279 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 279 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
280 "settings.app.form.automaticUpdates": "Enable updates",
280 "settings.app.form.beta": "Include beta versions", 281 "settings.app.form.beta": "Include beta versions",
281 "settings.app.form.customTodoServer": "Custom Todo Server", 282 "settings.app.form.customTodoServer": "Custom Todo Server",
282 "settings.app.form.darkMode": "Enable dark mode", 283 "settings.app.form.darkMode": "Enable dark mode",
@@ -294,7 +295,6 @@
294 "settings.app.form.lockPassword": "Password", 295 "settings.app.form.lockPassword": "Password",
295 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 296 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
296 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 297 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
297 "settings.app.form.noUpdates": "Disable updates",
298 "settings.app.form.predefinedTodoServer": "Todo Server", 298 "settings.app.form.predefinedTodoServer": "Todo Server",
299 "settings.app.form.privateNotifications": "Don't show message content in notifications", 299 "settings.app.form.privateNotifications": "Don't show message content in notifications",
300 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 300 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume",
@@ -306,6 +306,7 @@
306 "settings.app.form.serviceRibbonWidth": "Sidebar width", 306 "settings.app.form.serviceRibbonWidth": "Sidebar width",
307 "settings.app.form.showDisabledServices": "Display disabled services tabs", 307 "settings.app.form.showDisabledServices": "Display disabled services tabs",
308 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 308 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
309 "settings.app.form.showDragArea": "Show draggable area on window",
309 "settings.app.form.startMinimized": "Start minimized", 310 "settings.app.form.startMinimized": "Start minimized",
310 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 311 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
311 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 312 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
@@ -512,4 +513,4 @@
512 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 513 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
513 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 514 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
514 "workspaces.switchingIndicator.switchingTo": "Switching to" 515 "workspaces.switchingIndicator.switchingTo": "Switching to"
515} \ No newline at end of file 516}