aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 04:24:10 +0100
commit18494f66a7e0f4020cbc77374d4679421fcf469a (patch)
treecfd10fb71ca86f4d0580946cee2ccbc8c66dc634 /src/i18n
parentFix linter (diff)
downloadferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.gz
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.tar.zst
ferdium-app-18494f66a7e0f4020cbc77374d4679421fcf469a.zip
Refactor autoUpdater usage
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index db528ac47..b6445b4bc 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -10,9 +10,6 @@
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "feature.nightlyBuilds.activate": "Activate",
14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
15 "feature.nightlyBuilds.title": "Nightly Builds",
16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 13 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
17 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service",
18 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
@@ -201,7 +198,7 @@
201 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
202 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
203 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
204 "settings.app.form.beta": "Include beta versions", 201 "settings.app.form.beta": "Include pre-releases",
205 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
206 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
207 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi",
@@ -452,4 +449,4 @@
452 "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>", 449 "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>",
453 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 450 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
454 "workspaces.switchingIndicator.switchingTo": "Switching to" 451 "workspaces.switchingIndicator.switchingTo": "Switching to"
455} 452} \ No newline at end of file