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.json33
1 files changed, 25 insertions, 8 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index fd8ba0fef..567537d75 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -21,8 +21,8 @@
21 "password.link.signup": "Create a free account", 21 "password.link.signup": "Create a free account",
22 "password.link.login": "Sign in to your account", 22 "password.link.login": "Sign in to your account",
23 "signup.headline": "Sign up", 23 "signup.headline": "Sign up",
24 "signup.firstname.label": "Firstname", 24 "signup.firstname.label": "First Name",
25 "signup.lastname.label": "Lastname", 25 "signup.lastname.label": "Last Name",
26 "signup.email.label": "Email address", 26 "signup.email.label": "Email address",
27 "signup.company.label": "Company", 27 "signup.company.label": "Company",
28 "signup.password.label": "Password", 28 "signup.password.label": "Password",
@@ -39,7 +39,7 @@
39 "import.headline": "Import your Franz 4 services", 39 "import.headline": "Import your Franz 4 services",
40 "import.notSupportedHeadline": "Services not yet supported in Franz 5", 40 "import.notSupportedHeadline": "Services not yet supported in Franz 5",
41 "import.submit.label": "Import services", 41 "import.submit.label": "Import services",
42 "import.skip.label": "I want add services manually", 42 "import.skip.label": "I want to add services manually",
43 "invite.submit.label": "Send invites", 43 "invite.submit.label": "Send invites",
44 "invite.headline.friends": "Invite 3 of your friends or colleagues", 44 "invite.headline.friends": "Invite 3 of your friends or colleagues",
45 "invite.name.label": "Name", 45 "invite.name.label": "Name",
@@ -58,17 +58,19 @@
58 "infobar.updateAvailable": "A new update for Franz is available.", 58 "infobar.updateAvailable": "A new update for Franz is available.",
59 "infobar.buttonReloadServices": "Reload services", 59 "infobar.buttonReloadServices": "Reload services",
60 "infobar.buttonInstallUpdate": "Restart & install update", 60 "infobar.buttonInstallUpdate": "Restart & install update",
61 "infobar.buttonChangelog": "What is new?",
61 "infobar.requiredRequestsFailed": "Could not load services and user information", 62 "infobar.requiredRequestsFailed": "Could not load services and user information",
62 "sidebar.settings": "Settings", 63 "sidebar.settings": "Settings",
63 "sidebar.addNewService": "Add new service", 64 "sidebar.addNewService": "Add new service",
64 "sidebar.mute": "Disable audio", 65 "sidebar.muteApp": "Disable notifications & audio",
65 "sidebar.unmute": "Enable audio", 66 "sidebar.unmuteApp": "Enable notifications & audio",
66 "services.welcome": "Welcome to Franz", 67 "services.welcome": "Welcome to Franz",
67 "services.getStarted": "Get started", 68 "services.getStarted": "Get started",
68 "settings.account.headline": "Account", 69 "settings.account.headline": "Account",
69 "settings.account.headlineSubscription": "Your subscription", 70 "settings.account.headlineSubscription": "Your subscription",
70 "settings.account.headlineUpgrade": "Upgrade your account & support Franz", 71 "settings.account.headlineUpgrade": "Upgrade your account & support Franz",
71 "settings.account.headlineInvoices": "Invoices", 72 "settings.account.headlineInvoices": "Invoices",
73 "settings.account.headlineDangerZone": "Danger Zone",
72 "settings.account.manageSubscription.label": "Manage your subscription", 74 "settings.account.manageSubscription.label": "Manage your subscription",
73 "settings.account.accountType.basic": "Basic Account", 75 "settings.account.accountType.basic": "Basic Account",
74 "settings.account.accountType.premium": "Premium Supporter Account", 76 "settings.account.accountType.premium": "Premium Supporter Account",
@@ -85,6 +87,9 @@
85 "settings.account.mining.active": "You are right now performing {hashes} calculations per second.", 87 "settings.account.mining.active": "You are right now performing {hashes} calculations per second.",
86 "settings.account.mining.moreInformation": "Get more information", 88 "settings.account.mining.moreInformation": "Get more information",
87 "settings.account.mining.cancel": "Cancel mining", 89 "settings.account.mining.cancel": "Cancel mining",
90 "settings.account.deleteAccount": "Delete account",
91 "settings.account.deleteInfo": "If you don't need your Franz account any longer, you can delete your account and all related data here.",
92 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
88 "settings.navigation.availableServices": "Available services", 93 "settings.navigation.availableServices": "Available services",
89 "settings.navigation.yourServices": "Your services", 94 "settings.navigation.yourServices": "Your services",
90 "settings.navigation.account": "Account", 95 "settings.navigation.account": "Account",
@@ -96,6 +101,7 @@
96 "settings.recipes.dev": "Development", 101 "settings.recipes.dev": "Development",
97 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.", 102 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
98 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 103 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
104 "settings.recipes.missingService": "Missing a service?",
99 "settings.service.form.saveButton": "Save service", 105 "settings.service.form.saveButton": "Save service",
100 "settings.service.form.deleteButton": "Delete service", 106 "settings.service.form.deleteButton": "Delete service",
101 "settings.service.form.availableServices": "Available services", 107 "settings.service.form.availableServices": "Available services",
@@ -104,6 +110,7 @@
104 "settings.service.form.editServiceHeadline": "Edit {name}", 110 "settings.service.form.editServiceHeadline": "Edit {name}",
105 "settings.service.form.tabHosted": "Hosted", 111 "settings.service.form.tabHosted": "Hosted",
106 "settings.service.form.tabOnPremise": "Self hosted ⭐️", 112 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
113 "settings.service.form.useHostedService": "Use the hosted {name} service.",
107 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 114 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
108 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Franz Premium Supporter Account.", 115 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Franz Premium Supporter Account.",
109 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account", 116 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
@@ -111,11 +118,15 @@
111 "settings.service.form.name": "Name", 118 "settings.service.form.name": "Name",
112 "settings.service.form.enableService": "Enable service", 119 "settings.service.form.enableService": "Enable service",
113 "settings.service.form.enableNotification": "Enable notifications", 120 "settings.service.form.enableNotification": "Enable notifications",
121 "settings.service.form.enableBadge": "Show unread message badges",
114 "settings.service.form.team": "Team", 122 "settings.service.form.team": "Team",
115 "settings.service.form.customUrl": "Custom server", 123 "settings.service.form.customUrl": "Custom server",
116 "settings.service.form.indirectMessages": "Show message badge for all new messages", 124 "settings.service.form.indirectMessages": "Show message badge for all new messages",
117 "settings.service.form.enableAudio": "Enable audio", 125 "settings.service.form.enableAudio": "Enable audio",
118 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted", 126 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
127 "settings.service.form.headlineNotifications": "Notifications",
128 "settings.service.form.headlineBadges": "Unread message badges",
129 "settings.service.form.headlineGeneral": "General",
119 "settings.service.error.headline": "Error", 130 "settings.service.error.headline": "Error",
120 "settings.service.error.goBack": "Back to services", 131 "settings.service.error.goBack": "Back to services",
121 "settings.service.error.message": "Could not load service recipe.", 132 "settings.service.error.message": "Could not load service recipe.",
@@ -132,6 +143,7 @@
132 "settings.app.headlineLanguage": "Language", 143 "settings.app.headlineLanguage": "Language",
133 "settings.app.headlineUpdates": "Updates", 144 "settings.app.headlineUpdates": "Updates",
134 "settings.app.headlineAppearance": "Appearance", 145 "settings.app.headlineAppearance": "Appearance",
146 "settings.app.headlineAdvanced": "Advanced",
135 "settings.app.buttonSearchForUpdate": "Check for updates", 147 "settings.app.buttonSearchForUpdate": "Check for updates",
136 "settings.app.buttonInstallUpdate": "Restart & install update", 148 "settings.app.buttonInstallUpdate": "Restart & install update",
137 "settings.app.updateStatusSearching": "Is searching for update", 149 "settings.app.updateStatusSearching": "Is searching for update",
@@ -143,11 +155,15 @@
143 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray", 155 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray",
144 "settings.app.form.runInBackground": "Keep Franz in background when closing the window", 156 "settings.app.form.runInBackground": "Keep Franz in background when closing the window",
145 "settings.app.form.language": "Language", 157 "settings.app.form.language": "Language",
158 "settings.app.form.enableSpellchecking": "Enable spell checking",
146 "settings.app.form.showDisabledServices": "Display disabled services tabs", 159 "settings.app.form.showDisabledServices": "Display disabled services tabs",
160 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
147 "settings.app.form.beta": "Include beta versions", 161 "settings.app.form.beta": "Include beta versions",
162 "settings.app.translationHelp": "Help us to translate Franz into your language.",
148 "settings.app.currentVersion": "Current version:", 163 "settings.app.currentVersion": "Current version:",
149 "settings.user.form.firstname": "Firstname", 164 "settings.app.restartRequired": "Changes require restart",
150 "settings.user.form.lastname": "Lastname", 165 "settings.user.form.firstname": "First Name",
166 "settings.user.form.lastname": "Last Name",
151 "settings.user.form.email": "Email", 167 "settings.user.form.email": "Email",
152 "settings.user.form.currentPassword": "Current password", 168 "settings.user.form.currentPassword": "Current password",
153 "settings.user.form.newPassword": "New password", 169 "settings.user.form.newPassword": "New password",
@@ -165,6 +181,7 @@
165 "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.", 181 "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.",
166 "subscription.mining.line3": "As long as the miner is active, you will have unlimited access to all the Franz Premium Supporter Features.", 182 "subscription.mining.line3": "As long as the miner is active, you will have unlimited access to all the Franz Premium Supporter Features.",
167 "subscription.mining.moreInformation": "Get more information about this plan.", 183 "subscription.mining.moreInformation": "Get more information about this plan.",
184 "subscription.euTaxInfo": "EU residents: local sales tax may apply",
168 "subscriptionPopup.buttonCancel": "Cancel", 185 "subscriptionPopup.buttonCancel": "Cancel",
169 "subscriptionPopup.buttonDone": "Done", 186 "subscriptionPopup.buttonDone": "Done",
170 "tabs.item.reload": "Reload", 187 "tabs.item.reload": "Reload",
@@ -181,5 +198,5 @@
181 "service.crashHandler.action": "Reload {name}", 198 "service.crashHandler.action": "Reload {name}",
182 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 199 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
183 "service.disabledHandler.headline": "{name} is disabled", 200 "service.disabledHandler.headline": "{name} is disabled",
184 "service.disabledHandler.action": "Enable {name}" 201 "service.disabledHandler.action": "Enable {name}"
185} 202}