aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-28 20:51:17 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-28 20:51:17 +0100
commit8b648553a115ed753f78bb81af2752eadaf47754 (patch)
treeb56cfd517a836dffa6b738896df125940f9936b8 /src/i18n/locales
parentfix(App): App menu was not initialized on app launch. Resolving copy & paste ... (diff)
parentFix linting issues (diff)
downloadferdium-app-8b648553a115ed753f78bb81af2752eadaf47754.tar.gz
ferdium-app-8b648553a115ed753f78bb81af2752eadaf47754.tar.zst
ferdium-app-8b648553a115ed753f78bb81af2752eadaf47754.zip
Merge branch 'update/monetization' into develop
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 24e29df18..8d82f98a4 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.vpn": "Proxy & VPN support",
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.",
@@ -131,6 +133,12 @@
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",
133 "settings.service.form.enableDarkMode": "Enable Dark Mode", 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.",
134 "settings.service.error.headline": "Error", 142 "settings.service.error.headline": "Error",
135 "settings.service.error.goBack": "Back to services", 143 "settings.service.error.goBack": "Back to services",
136 "settings.service.error.message": "Could not load service recipe.", 144 "settings.service.error.message": "Could not load service recipe.",
@@ -252,5 +260,6 @@
252 "validation.minLength": "{field} should be at least {length} characters long", 260 "validation.minLength": "{field} should be at least {length} characters long",
253 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting", 261 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting",
254 "feature.delayApp.action": "Get a Franz Supporter License", 262 "feature.delayApp.action": "Get a Franz Supporter License",
255 "feature.delayApp.text": "Franz will continue in {seconds} seconds." 263 "feature.delayApp.text": "Franz will continue in {seconds} seconds.",
264 "premiumFeature.button.upgradeAccount": "Upgrade account"
256} 265}