aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json21
1 files changed, 18 insertions, 3 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 0c62da44a..aa55f5dfe 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -50,10 +50,12 @@
50 "subscription.paymentSessionError": "Could not initialize payment form", 50 "subscription.paymentSessionError": "Could not initialize payment form",
51 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", 51 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes",
52 "subscription.features.onpremise": "Add on-premise/hosted services like HipChat", 52 "subscription.features.onpremise": "Add on-premise/hosted services like HipChat",
53 "subscription.features.customServices": "Private services for you and your team", 53 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost",
54 "subscription.features.encryptedSync": "Encrypted session synchronization", 54 "subscription.features.encryptedSync": "Encrypted session synchronization",
55 "subscription.features.vpn": "Proxy & VPN support", 55 "subscription.features.proxy": "Proxy support for services",
56 "subscription.features.ads": "No ads, ever!", 56 "subscription.features.ads": "No ads, ever!",
57 "subscription.features.spellchecker": "Support for spellchecker",
58 "subscription.features.noInterruptions": "No app delays & nagging to upgrade license",
57 "subscription.features.comingSoon": "coming soon", 59 "subscription.features.comingSoon": "coming soon",
58 "infobar.servicesUpdated": "Your services have been updated.", 60 "infobar.servicesUpdated": "Your services have been updated.",
59 "infobar.updateAvailable": "A new update for Franz is available.", 61 "infobar.updateAvailable": "A new update for Franz is available.",
@@ -130,6 +132,13 @@
130 "settings.service.form.icon": "Custom icon", 132 "settings.service.form.icon": "Custom icon",
131 "settings.service.form.iconDelete": "Delete", 133 "settings.service.form.iconDelete": "Delete",
132 "settings.service.form.iconUpload": "Drop your image, or click here", 134 "settings.service.form.iconUpload": "Drop your image, or click here",
135 "settings.service.form.enableDarkMode": "Enable Dark Mode",
136 "settings.service.form.proxy.headline": "Proxy Settings",
137 "settings.service.form.proxy.isEnabled": "Use Proxy",
138 "settings.service.form.proxy.host": "Proxy Host/IP",
139 "settings.service.form.proxy.user": "User (optional)",
140 "settings.service.form.proxy.password": "Password (optional)",
141 "settings.service.form.proxy.info": "Proxy settings will not synced with the Franz servers.",
133 "settings.service.error.headline": "Error", 142 "settings.service.error.headline": "Error",
134 "settings.service.error.goBack": "Back to services", 143 "settings.service.error.goBack": "Back to services",
135 "settings.service.error.message": "Could not load service recipe.", 144 "settings.service.error.message": "Could not load service recipe.",
@@ -158,12 +167,14 @@
158 "settings.app.form.autoLaunchOnStart": "Launch Franz on start", 167 "settings.app.form.autoLaunchOnStart": "Launch Franz on start",
159 "settings.app.form.autoLaunchInBackground": "Open in background", 168 "settings.app.form.autoLaunchInBackground": "Open in background",
160 "settings.app.form.enableSystemTray": "Show Franz in system tray", 169 "settings.app.form.enableSystemTray": "Show Franz in system tray",
170 "settings.app.form.darkMode": "Join the Dark Side",
161 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray", 171 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray",
162 "settings.app.form.enableMenuBar": "Show Franz in Menu Bar", 172 "settings.app.form.enableMenuBar": "Show Franz in Menu Bar",
163 "settings.app.form.hideDockIcon": "Hide Franz icon in Dock", 173 "settings.app.form.hideDockIcon": "Hide Franz icon in Dock",
164 "settings.app.form.runInBackground": "Keep Franz in background when closing the window", 174 "settings.app.form.runInBackground": "Keep Franz in background when closing the window",
165 "settings.app.form.language": "Language", 175 "settings.app.form.language": "Language",
166 "settings.app.form.enableSpellchecking": "Enable spell checking", 176 "settings.app.form.enableSpellchecking": "Enable spell checking",
177 "settings.app.form.spellcheckerLanguage": "Spell checking language",
167 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 178 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
168 "settings.app.form.showDisabledServices": "Display disabled services tabs", 179 "settings.app.form.showDisabledServices": "Display disabled services tabs",
169 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 180 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
@@ -247,5 +258,9 @@
247 "validation.required": "{field} is required", 258 "validation.required": "{field} is required",
248 "validation.email": "{field} is not valid", 259 "validation.email": "{field} is not valid",
249 "validation.url": "{field} is not a valid URL", 260 "validation.url": "{field} is not a valid URL",
250 "validation.minLength": "{field} should be at least {length} characters long" 261 "validation.minLength": "{field} should be at least {length} characters long",
262 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting",
263 "feature.delayApp.action": "Get a Franz Supporter License",
264 "feature.delayApp.text": "Franz will continue in {seconds} seconds.",
265 "premiumFeature.button.upgradeAccount": "Upgrade account"
251} 266}