aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-02-19 11:50:11 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-02-19 11:50:11 +0100
commit857221ad84b31819d22bb4ce028dd8cb8d606f86 (patch)
treefecf60fe2e210197f3eac53e55ad44ac94d3ca3c /src/i18n
parentAutomatic i18n update (i18n.meetfranz.com) (diff)
parentfix(Linux): Fix window restore on notification click (@closingin) (diff)
downloadferdium-app-857221ad84b31819d22bb4ce028dd8cb8d606f86.tar.gz
ferdium-app-857221ad84b31819d22bb4ce028dd8cb8d606f86.tar.zst
ferdium-app-857221ad84b31819d22bb4ce028dd8cb8d606f86.zip
Merge branch 'develop' into i18n
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json16
1 files changed, 5 insertions, 11 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 7fc9eac1c..d5c0ea441 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -45,6 +45,7 @@
45 "invite.name.label": "Name", 45 "invite.name.label": "Name",
46 "invite.email.label": "Email address", 46 "invite.email.label": "Email address",
47 "invite.skip.label": "I want to do this later", 47 "invite.skip.label": "I want to do this later",
48 "invite.successInfo": "Invitations sent successfully",
48 "subscription.submit.label": "I want to support the development of Franz", 49 "subscription.submit.label": "I want to support the development of Franz",
49 "subscription.paymentSessionError": "Could not initialize payment form", 50 "subscription.paymentSessionError": "Could not initialize payment form",
50 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", 51 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes",
@@ -84,17 +85,15 @@
84 "settings.account.headlinePassword": "Change password", 85 "settings.account.headlinePassword": "Change password",
85 "settings.account.successInfo": "Your changes have been saved", 86 "settings.account.successInfo": "Your changes have been saved",
86 "settings.account.buttonSave": "Update profile", 87 "settings.account.buttonSave": "Update profile",
87 "settings.account.mining.thankyou": "Thank you for supporting Franz with your processing power.",
88 "settings.account.mining.active": "You are right now performing {hashes} calculations per second.",
89 "settings.account.mining.moreInformation": "Get more information",
90 "settings.account.mining.cancel": "Cancel mining",
91 "settings.account.deleteAccount": "Delete account", 88 "settings.account.deleteAccount": "Delete account",
92 "settings.account.deleteInfo": "If you don't need your Franz account any longer, you can delete your account and all related data here.", 89 "settings.account.deleteInfo": "If you don't need your Franz account any longer, you can delete your account and all related data here.",
93 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 90 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
91 "settings.invite.headline": "Invite Friends",
94 "settings.navigation.availableServices": "Available services", 92 "settings.navigation.availableServices": "Available services",
95 "settings.navigation.yourServices": "Your services", 93 "settings.navigation.yourServices": "Your services",
96 "settings.navigation.account": "Account", 94 "settings.navigation.account": "Account",
97 "settings.navigation.settings": "Settings", 95 "settings.navigation.settings": "Settings",
96 "settings.navigation.inviteFriends": "Invite Friends",
98 "settings.navigation.logout": "Logout", 97 "settings.navigation.logout": "Logout",
99 "settings.recipes.headline": "Available services", 98 "settings.recipes.headline": "Available services",
100 "settings.recipes.mostPopular": "Most popular", 99 "settings.recipes.mostPopular": "Most popular",
@@ -160,6 +159,8 @@
160 "settings.app.form.autoLaunchInBackground": "Open in background", 159 "settings.app.form.autoLaunchInBackground": "Open in background",
161 "settings.app.form.enableSystemTray": "Show Franz in system tray", 160 "settings.app.form.enableSystemTray": "Show Franz in system tray",
162 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray", 161 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray",
162 "settings.app.form.enableMenuBar": "Show Franz in Menu Bar",
163 "settings.app.form.hideDockIcon": "Hide Franz icon in Dock",
163 "settings.app.form.runInBackground": "Keep Franz in background when closing the window", 164 "settings.app.form.runInBackground": "Keep Franz in background when closing the window",
164 "settings.app.form.language": "Language", 165 "settings.app.form.language": "Language",
165 "settings.app.form.enableSpellchecking": "Enable spell checking", 166 "settings.app.form.enableSpellchecking": "Enable spell checking",
@@ -181,13 +182,6 @@
181 "subscription.type.free": "free", 182 "subscription.type.free": "free",
182 "subscription.type.month": "month", 183 "subscription.type.month": "month",
183 "subscription.type.year": "year", 184 "subscription.type.year": "year",
184 "subscription.type.mining": "Support Franz with processing power",
185 "subscription.mining.headline": "How does this work?",
186 "subscription.mining.experimental": "experimental",
187 "subscription.mining.line1": "By enabling \"Support with processing power\", Franz will use about 20-50% of your CPU to mine the cryptocurrency Monero which equals approximately $ 5/year.",
188 "subscription.mining.line2": "We will adapt the CPU usage based to your work behaviour to not drain your battery and slow you and your machine down.",
189 "subscription.mining.line3": "As long as the miner is active, you will have unlimited access to all the Franz Premium Supporter Features.",
190 "subscription.mining.moreInformation": "Get more information about this plan.",
191 "subscription.euTaxInfo": "EU residents: local sales tax may apply", 185 "subscription.euTaxInfo": "EU residents: local sales tax may apply",
192 "subscriptionPopup.buttonCancel": "Cancel", 186 "subscriptionPopup.buttonCancel": "Cancel",
193 "subscriptionPopup.buttonDone": "Done", 187 "subscriptionPopup.buttonDone": "Done",