aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/layout/Sidebar.js2
-rw-r--r--src/components/settings/team/TeamDashboard.js16
-rw-r--r--src/config.js1
-rw-r--r--src/i18n/apply-branding.js2
-rw-r--r--src/i18n/locales/af.json4
-rw-r--r--src/i18n/locales/ar.json4
-rw-r--r--src/i18n/locales/bs.json4
-rw-r--r--src/i18n/locales/ca.json4
-rw-r--r--src/i18n/locales/cs.json4
-rw-r--r--src/i18n/locales/da.json4
-rw-r--r--src/i18n/locales/de.json4
-rw-r--r--src/i18n/locales/defaultMessages.json8
-rw-r--r--src/i18n/locales/el.json4
-rw-r--r--src/i18n/locales/en-US.json4
-rw-r--r--src/i18n/locales/es.json4
-rw-r--r--src/i18n/locales/fi.json4
-rw-r--r--src/i18n/locales/fr.json4
-rw-r--r--src/i18n/locales/ga.json4
-rw-r--r--src/i18n/locales/he.json4
-rw-r--r--src/i18n/locales/hr.json4
-rw-r--r--src/i18n/locales/hu.json4
-rw-r--r--src/i18n/locales/id.json4
-rw-r--r--src/i18n/locales/it.json4
-rw-r--r--src/i18n/locales/ja.json4
-rw-r--r--src/i18n/locales/ka.json4
-rw-r--r--src/i18n/locales/ko.json4
-rw-r--r--src/i18n/locales/nl-BE.json4
-rw-r--r--src/i18n/locales/nl.json4
-rw-r--r--src/i18n/locales/no.json4
-rw-r--r--src/i18n/locales/pl.json4
-rw-r--r--src/i18n/locales/pt-BR.json4
-rw-r--r--src/i18n/locales/pt.json4
-rw-r--r--src/i18n/locales/ro.json4
-rw-r--r--src/i18n/locales/ru.json4
-rw-r--r--src/i18n/locales/sk.json4
-rw-r--r--src/i18n/locales/sl.json4
-rw-r--r--src/i18n/locales/sr.json4
-rw-r--r--src/i18n/locales/sv.json4
-rw-r--r--src/i18n/locales/tr.json4
-rw-r--r--src/i18n/locales/uk.json4
-rw-r--r--src/i18n/locales/vi.json4
-rw-r--r--src/i18n/locales/zh-Hant.json4
-rw-r--r--src/i18n/locales/zh.json4
-rw-r--r--src/i18n/messages/src/components/settings/team/TeamDashboard.json8
-rw-r--r--src/index.js9
-rw-r--r--src/styles/layout.scss2
-rw-r--r--src/webview/spellchecker.js79
47 files changed, 127 insertions, 152 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index f7d10735c..48a83c5a1 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -203,7 +203,7 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
203 <i className="mdi mdi-settings" /> 203 <i className="mdi mdi-settings" />
204 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE 204 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE
205 || this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.DOWNLOADED) && ( 205 || this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.DOWNLOADED) && (
206 <span className="update-availible"> 206 <span className="update-available">
207 207
208 </span> 208 </span>
209 ) } 209 ) }
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 3a38d682b..7e6d93997 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -38,13 +38,13 @@ const messages = defineMessages({
38 id: 'settings.team.upgradeAction', 38 id: 'settings.team.upgradeAction',
39 defaultMessage: '!!!Upgrade your Account', 39 defaultMessage: '!!!Upgrade your Account',
40 }, 40 },
41 teamsUnavailible: { 41 teamsUnavailable: {
42 id: 'settings.team.teamsUnavailible', 42 id: 'settings.team.teamsUnavailable',
43 defaultMessage: '!!!Teams are unavailible', 43 defaultMessage: '!!!Teams are unavailable',
44 }, 44 },
45 teamsUnavailibleInfo: { 45 teamsUnavailableInfo: {
46 id: 'settings.team.teamsUnavailibleInfo', 46 id: 'settings.team.teamsUnavailableInfo',
47 defaultMessage: '!!!Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.', 47 defaultMessage: '!!!Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.',
48 }, 48 },
49}); 49});
50 50
@@ -208,9 +208,9 @@ export default @injectSheet(styles) @observer class TeamDashboard extends Compon
208 </div> 208 </div>
209 <div className="settings__body"> 209 <div className="settings__body">
210 <h1 className={classes.headline}> 210 <h1 className={classes.headline}>
211 {intl.formatMessage(messages.teamsUnavailible)} 211 {intl.formatMessage(messages.teamsUnavailable)}
212 </h1> 212 </h1>
213 {intl.formatMessage(messages.teamsUnavailibleInfo)} 213 {intl.formatMessage(messages.teamsUnavailableInfo)}
214 </div> 214 </div>
215 </div> 215 </div>
216 ); 216 );
diff --git a/src/config.js b/src/config.js
index b1dbab1ff..e762f879f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -116,7 +116,6 @@ export const LOCAL_SERVER = 'You are using Ferdi without a server';
116export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config'); 116export const SETTINGS_PATH = path.join(app.getPath('userData'), 'config');
117 117
118// Replacing app.asar is not beautiful but unforunately necessary 118// Replacing app.asar is not beautiful but unforunately necessary
119export const DICTIONARY_PATH = asarPath(path.join(__dirname, 'dictionaries'));
120export const RECIPES_PATH = asarPath(path.join(__dirname, 'recipes')); 119export const RECIPES_PATH = asarPath(path.join(__dirname, 'recipes'));
121 120
122export const ALLOWED_PROTOCOLS = [ 121export const ALLOWED_PROTOCOLS = [
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index 1494ce923..316413edd 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -12,7 +12,7 @@ const ignore = [
12 'login.customServerQuestion', 12 'login.customServerQuestion',
13 'settings.app.todoServerInfo', 13 'settings.app.todoServerInfo',
14 'settings.app.serverMoneyInfo', 14 'settings.app.serverMoneyInfo',
15 'settings.team.teamsUnavailibleInfo', 15 'settings.team.teamsUnavailableInfo',
16]; 16];
17 17
18// Files to ignore when applying branding 18// Files to ignore when applying branding
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 306c8e91d..41aaf37a3 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Equip", 356 "settings.team.headline": "Equip",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index cd458df49..7f9b29c8a 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Tým", 356 "settings.team.headline": "Tým",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Společnost", 362 "settings.user.form.accountType.company": "Společnost",
363 "settings.user.form.accountType.individual": "Jednotlivec", 363 "settings.user.form.accountType.individual": "Jednotlivec",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 1b7b5969a..aef231f05 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "Mit Ferdi für Teams kannst du Premium Lizenzen für Kolleginnen und Kollegen oder Freunde und Familienmitglieder kaufen und verwalten - so viele du willst.", 357 "settings.team.intro": "Mit Ferdi für Teams kannst du Premium Lizenzen für Kolleginnen und Kollegen oder Freunde und Familienmitglieder kaufen und verwalten - so viele du willst.",
358 "settings.team.manageAction": "Verwalte dein Team auf getferdi.com", 358 "settings.team.manageAction": "Verwalte dein Team auf getferdi.com",
359 "settings.team.teamsUnavailible": "Teams sind nicht verfügbar", 359 "settings.team.teamsUnavailable": "Teams sind nicht verfügbar",
360 "settings.team.teamsUnavailibleInfo": "Teams sind derzeit nur bei der Verwendung des Franz Servers und nach der Zahlung für Franz Professional verfügbar. \nBitte ändern Sie Ihren Server auf https://api.franzinfra.com, um Teams zu verwenden.", 360 "settings.team.teamsUnavailableInfo": "Teams sind derzeit nur bei der Verwendung des Franz Servers und nach der Zahlung für Franz Professional verfügbar. \nBitte ändern Sie Ihren Server auf https://api.franzinfra.com, um Teams zu verwenden.",
361 "settings.team.upgradeAction": "Account Upgrade durchführen", 361 "settings.team.upgradeAction": "Account Upgrade durchführen",
362 "settings.user.form.accountType.company": "Firma", 362 "settings.user.form.accountType.company": "Firma",
363 "settings.user.form.accountType.individual": "Einzelperson", 363 "settings.user.form.accountType.individual": "Einzelperson",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index c9f5ac50c..e188c1d23 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3083,26 +3083,26 @@
3083 } 3083 }
3084 }, 3084 },
3085 { 3085 {
3086 "defaultMessage": "!!!Teams are unavailible", 3086 "defaultMessage": "!!!Teams are unavailable",
3087 "end": { 3087 "end": {
3088 "column": 3, 3088 "column": 3,
3089 "line": 44 3089 "line": 44
3090 }, 3090 },
3091 "file": "src/components/settings/team/TeamDashboard.js", 3091 "file": "src/components/settings/team/TeamDashboard.js",
3092 "id": "settings.team.teamsUnavailible", 3092 "id": "settings.team.teamsUnavailable",
3093 "start": { 3093 "start": {
3094 "column": 20, 3094 "column": 20,
3095 "line": 41 3095 "line": 41
3096 } 3096 }
3097 }, 3097 },
3098 { 3098 {
3099 "defaultMessage": "!!!Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 3099 "defaultMessage": "!!!Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
3100 "end": { 3100 "end": {
3101 "column": 3, 3101 "column": 3,
3102 "line": 48 3102 "line": 48
3103 }, 3103 },
3104 "file": "src/components/settings/team/TeamDashboard.js", 3104 "file": "src/components/settings/team/TeamDashboard.js",
3105 "id": "settings.team.teamsUnavailibleInfo", 3105 "id": "settings.team.teamsUnavailableInfo",
3106 "start": { 3106 "start": {
3107 "column": 24, 3107 "column": 24,
3108 "line": 45 3108 "line": 45
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index bba3e7c6d..af4b990ec 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Ομάδα", 356 "settings.team.headline": "Ομάδα",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Εταιρεία", 362 "settings.user.form.accountType.company": "Εταιρεία",
363 "settings.user.form.accountType.individual": "Ατομικός", 363 "settings.user.form.accountType.individual": "Ατομικός",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 10f0b7c6f..c809dc021 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 56462cdcd..86a2256f0 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Equipo", 356 "settings.team.headline": "Equipo",
357 "settings.team.intro": "¿Usted y su equipo usan a Ferdi? Ahora puede administrar las suscripciones Premium para tantos colegas, amigos o familiares como desee, todo desde una misma cuenta.", 357 "settings.team.intro": "¿Usted y su equipo usan a Ferdi? Ahora puede administrar las suscripciones Premium para tantos colegas, amigos o familiares como desee, todo desde una misma cuenta.",
358 "settings.team.manageAction": "Gestione su equipo en getferdi.com", 358 "settings.team.manageAction": "Gestione su equipo en getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Actualiza tu cuenta", 361 "settings.team.upgradeAction": "Actualiza tu cuenta",
362 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 4026ead28..594a009aa 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Équipe", 356 "settings.team.headline": "Équipe",
357 "settings.team.intro": "Vous et votre équipes utilise Ferdi? Tu peux désormais gérer les abonnements Premium pour autant de collègues, amis ou membres de famille que tu souhaites, à partir d'un seul et même compte.", 357 "settings.team.intro": "Vous et votre équipes utilise Ferdi? Tu peux désormais gérer les abonnements Premium pour autant de collègues, amis ou membres de famille que tu souhaites, à partir d'un seul et même compte.",
358 "settings.team.manageAction": "Gère ton équipe sur getferdi.com", 358 "settings.team.manageAction": "Gère ton équipe sur getferdi.com",
359 "settings.team.teamsUnavailible": "Les équipes sont indisponibles", 359 "settings.team.teamsUnavailable": "Les équipes sont indisponibles",
360 "settings.team.teamsUnavailibleInfo": "Les équipes sont actuellement disponibles uniquement lorsque vous utilisez le serveur de Franz et après avoir payé pour Franz Professionnel. Veuillez changer votre serveur à https://api.franzinfra.com pour utiliser des équipes.", 360 "settings.team.teamsUnavailableInfo": "Les équipes sont actuellement disponibles uniquement lorsque vous utilisez le serveur de Franz et après avoir payé pour Franz Professionnel. Veuillez changer votre serveur à https://api.franzinfra.com pour utiliser des équipes.",
361 "settings.team.upgradeAction": "Améliorez votre compte", 361 "settings.team.upgradeAction": "Améliorez votre compte",
362 "settings.user.form.accountType.company": "Entreprise", 362 "settings.user.form.accountType.company": "Entreprise",
363 "settings.user.form.accountType.individual": "Individuel", 363 "settings.user.form.accountType.individual": "Individuel",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 8903b2e30..aa86fe6d1 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Foireann", 356 "settings.team.headline": "Foireann",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Comhlacht", 362 "settings.user.form.accountType.company": "Comhlacht",
363 "settings.user.form.accountType.individual": "Ar leith", 363 "settings.user.form.accountType.individual": "Ar leith",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index e2dc5e4b4..a0d5bc659 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Tvrtka", 362 "settings.user.form.accountType.company": "Tvrtka",
363 "settings.user.form.accountType.individual": "Pojedinac", 363 "settings.user.form.accountType.individual": "Pojedinac",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 0338cb98a..cce492d56 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Csapat", 356 "settings.team.headline": "Csapat",
357 "settings.team.intro": "Te és a csapatod Ferdi-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.", 357 "settings.team.intro": "Te és a csapatod Ferdi-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.",
358 "settings.team.manageAction": "Csapat kezelése a getferdi.com-on", 358 "settings.team.manageAction": "Csapat kezelése a getferdi.com-on",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Előfizetés", 361 "settings.team.upgradeAction": "Előfizetés",
362 "settings.user.form.accountType.company": "Cég", 362 "settings.user.form.accountType.company": "Cég",
363 "settings.user.form.accountType.individual": "Egyén", 363 "settings.user.form.accountType.individual": "Egyén",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 9059f0985..aa1cc6463 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
357 "settings.team.intro": "Anda dan tim Anda menggunakan Ferdi? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.", 357 "settings.team.intro": "Anda dan tim Anda menggunakan Ferdi? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.",
358 "settings.team.manageAction": "Kelola Tim Anda di getferdi.com", 358 "settings.team.manageAction": "Kelola Tim Anda di getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Tingkatkan Akun Anda", 361 "settings.team.upgradeAction": "Tingkatkan Akun Anda",
362 "settings.user.form.accountType.company": "Perusahaan", 362 "settings.user.form.accountType.company": "Perusahaan",
363 "settings.user.form.accountType.individual": "Pribadi", 363 "settings.user.form.accountType.individual": "Pribadi",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 9e9b0484d..d6f6549da 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Gruppo", 356 "settings.team.headline": "Gruppo",
357 "settings.team.intro": "Tu e il tuo team usate Ferdi? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.", 357 "settings.team.intro": "Tu e il tuo team usate Ferdi? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.",
358 "settings.team.manageAction": "Gestisci il tuo Team su getferdi.com", 358 "settings.team.manageAction": "Gestisci il tuo Team su getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Aggiorna il tuo Account", 361 "settings.team.upgradeAction": "Aggiorna il tuo Account",
362 "settings.user.form.accountType.company": "Società", 362 "settings.user.form.accountType.company": "Società",
363 "settings.user.form.accountType.individual": "Individuale", 363 "settings.user.form.accountType.individual": "Individuale",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 79eb90db2..afda9ca1c 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "チーム", 356 "settings.team.headline": "チーム",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "法人", 362 "settings.user.form.accountType.company": "法人",
363 "settings.user.form.accountType.individual": "個人", 363 "settings.user.form.accountType.individual": "個人",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 024af8c9b..3878f8eeb 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "გუნდი", 356 "settings.team.headline": "გუნდი",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "კომპანია", 362 "settings.user.form.accountType.company": "კომპანია",
363 "settings.user.form.accountType.individual": "ინდივიდუალური", 363 "settings.user.form.accountType.individual": "ინდივიდუალური",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index a88168e4a..1176d0f00 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.", 357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.",
358 "settings.team.manageAction": "Beheer je Team op getferdi.com", 358 "settings.team.manageAction": "Beheer je Team op getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade je Account", 361 "settings.team.upgradeAction": "Upgrade je Account",
362 "settings.user.form.accountType.company": "Bedrijf", 362 "settings.user.form.accountType.company": "Bedrijf",
363 "settings.user.form.accountType.individual": "Particulier", 363 "settings.user.form.accountType.individual": "Particulier",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 538df2fb8..dab8545c9 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt. En dat alles vanuit één account.", 357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt. En dat alles vanuit één account.",
358 "settings.team.manageAction": "Beheer je Team op getferdi.com", 358 "settings.team.manageAction": "Beheer je Team op getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Jouw Account opwaarderen", 361 "settings.team.upgradeAction": "Jouw Account opwaarderen",
362 "settings.user.form.accountType.company": "Bedrijf", 362 "settings.user.form.accountType.company": "Bedrijf",
363 "settings.user.form.accountType.individual": "Individueel", 363 "settings.user.form.accountType.individual": "Individueel",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index fe65f73b8..85dde2229 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Zespół", 356 "settings.team.headline": "Zespół",
357 "settings.team.intro": "Czy Ty i zesół używacie programu Ferdi? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.", 357 "settings.team.intro": "Czy Ty i zesół używacie programu Ferdi? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.",
358 "settings.team.manageAction": "Zarządzaj zespołem na getferdi.com", 358 "settings.team.manageAction": "Zarządzaj zespołem na getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Ulepsz swoje konto", 361 "settings.team.upgradeAction": "Ulepsz swoje konto",
362 "settings.user.form.accountType.company": "Firma", 362 "settings.user.form.accountType.company": "Firma",
363 "settings.user.form.accountType.individual": "Prywatne", 363 "settings.user.form.accountType.individual": "Prywatne",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 91c1fbc37..0b8a51750 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Equipe", 356 "settings.team.headline": "Equipe",
357 "settings.team.intro": "Você e sua equipe usam Ferdi? Você pode agora administrar as inscrições pagas de todos os seus colegas, amigos e membros da família que você quiser, tudo isso em uma única conta.", 357 "settings.team.intro": "Você e sua equipe usam Ferdi? Você pode agora administrar as inscrições pagas de todos os seus colegas, amigos e membros da família que você quiser, tudo isso em uma única conta.",
358 "settings.team.manageAction": "Gerencie sua Equipe no getferdi.com", 358 "settings.team.manageAction": "Gerencie sua Equipe no getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Atualize a sua conta para versão paga", 361 "settings.team.upgradeAction": "Atualize a sua conta para versão paga",
362 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
363 "settings.user.form.accountType.individual": "Pessoal", 363 "settings.user.form.accountType.individual": "Pessoal",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 2237cc059..8948f223a 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Equipa", 356 "settings.team.headline": "Equipa",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Gerir a tua Equipa em getferdi.com", 358 "settings.team.manageAction": "Gerir a tua Equipa em getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Actualiza a tua conta", 361 "settings.team.upgradeAction": "Actualiza a tua conta",
362 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
363 "settings.user.form.accountType.individual": "Indivíduo", 363 "settings.user.form.accountType.individual": "Indivíduo",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 58fa12b60..557cf0de6 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Команда", 356 "settings.team.headline": "Команда",
357 "settings.team.intro": "Вы и ваша команда испльзуете Ferdi? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.", 357 "settings.team.intro": "Вы и ваша команда испльзуете Ferdi? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.",
358 "settings.team.manageAction": "Управляйте вашей Командой на getferdi.com", 358 "settings.team.manageAction": "Управляйте вашей Командой на getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Улучшить ваш аккаунт", 361 "settings.team.upgradeAction": "Улучшить ваш аккаунт",
362 "settings.user.form.accountType.company": "Компания", 362 "settings.user.form.accountType.company": "Компания",
363 "settings.user.form.accountType.individual": "Индивидуальный", 363 "settings.user.form.accountType.individual": "Индивидуальный",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index ca4410a56..398f4c85a 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Tím", 356 "settings.team.headline": "Tím",
357 "settings.team.intro": "Vy a váš tím používate Ferdi? Teraz môžete spravovať prémiové predplatné pre toľko kolegov, priateľov alebo rodinných príslušníkov, koľko chcete, všetko z jedného účtu.", 357 "settings.team.intro": "Vy a váš tím používate Ferdi? Teraz môžete spravovať prémiové predplatné pre toľko kolegov, priateľov alebo rodinných príslušníkov, koľko chcete, všetko z jedného účtu.",
358 "settings.team.manageAction": "Spravujte svoj tím na adrese getferdi.com", 358 "settings.team.manageAction": "Spravujte svoj tím na adrese getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Vylepšite svoj účet", 361 "settings.team.upgradeAction": "Vylepšite svoj účet",
362 "settings.user.form.accountType.company": "Spoločnosť", 362 "settings.user.form.accountType.company": "Spoločnosť",
363 "settings.user.form.accountType.individual": "Osoba", 363 "settings.user.form.accountType.individual": "Osoba",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 4aacd6d6e..8493077bb 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Tvrtka", 362 "settings.user.form.accountType.company": "Tvrtka",
363 "settings.user.form.accountType.individual": "Pojedinac", 363 "settings.user.form.accountType.individual": "Pojedinac",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index c9beabaf9..734e8a2dd 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Takım", 356 "settings.team.headline": "Takım",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "getferdi.com adresinden Ekibini yönet", 358 "settings.team.manageAction": "getferdi.com adresinden Ekibini yönet",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Kurum", 362 "settings.user.form.accountType.company": "Kurum",
363 "settings.user.form.accountType.individual": "Bireysel", 363 "settings.user.form.accountType.individual": "Bireysel",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 7cbfdc3a3..d0525983f 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Команда", 356 "settings.team.headline": "Команда",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Компанія", 362 "settings.user.form.accountType.company": "Компанія",
363 "settings.user.form.accountType.individual": "Індивідуальний", 363 "settings.user.form.accountType.individual": "Індивідуальний",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/locales/zh-Hant.json b/src/i18n/locales/zh-Hant.json
index c64830574..678554c05 100644
--- a/src/i18n/locales/zh-Hant.json
+++ b/src/i18n/locales/zh-Hant.json
@@ -54,7 +54,6 @@
54 "locked.invalidCredentials": "Password invalid", 54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password", 55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock", 56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?", 57 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account", 58 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "電子郵件信箱", 59 "login.email.label": "電子郵件信箱",
@@ -187,7 +186,6 @@
187 "services.getStarted": "開始使用", 186 "services.getStarted": "開始使用",
188 "services.login": "Please login to use Ferdi.", 187 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 188 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "歡迎使用 Ferdi", 189 "services.welcome": "歡迎使用 Ferdi",
192 "settings.account.account.editButton": "更改帳戶資訊", 190 "settings.account.account.editButton": "更改帳戶資訊",
193 "settings.account.accountType.basic": "基本帳戶", 191 "settings.account.accountType.basic": "基本帳戶",
@@ -356,8 +354,6 @@
356 "settings.team.headline": "Team", 354 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 355 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 356 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 357 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "公司", 358 "settings.user.form.accountType.company": "公司",
363 "settings.user.form.accountType.individual": "個人", 359 "settings.user.form.accountType.individual": "個人",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index f60644ab3..2e3034367 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -356,8 +356,8 @@
356 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible", 359 "settings.team.teamsUnavailable": "Teams are unavailable",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 360 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
diff --git a/src/i18n/messages/src/components/settings/team/TeamDashboard.json b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
index 64693933c..bbf362087 100644
--- a/src/i18n/messages/src/components/settings/team/TeamDashboard.json
+++ b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
@@ -78,8 +78,8 @@
78 } 78 }
79 }, 79 },
80 { 80 {
81 "id": "settings.team.teamsUnavailible", 81 "id": "settings.team.teamsUnavailable",
82 "defaultMessage": "!!!Teams are unavailible", 82 "defaultMessage": "!!!Teams are unavailable",
83 "file": "src/components/settings/team/TeamDashboard.js", 83 "file": "src/components/settings/team/TeamDashboard.js",
84 "start": { 84 "start": {
85 "line": 41, 85 "line": 41,
@@ -91,8 +91,8 @@
91 } 91 }
92 }, 92 },
93 { 93 {
94 "id": "settings.team.teamsUnavailibleInfo", 94 "id": "settings.team.teamsUnavailableInfo",
95 "defaultMessage": "!!!Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 95 "defaultMessage": "!!!Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
96 "file": "src/components/settings/team/TeamDashboard.js", 96 "file": "src/components/settings/team/TeamDashboard.js",
97 "start": { 97 "start": {
98 "line": 45, 98 "line": 45,
diff --git a/src/index.js b/src/index.js
index 4d7215d5e..6b7790e2f 100644
--- a/src/index.js
+++ b/src/index.js
@@ -9,12 +9,11 @@ import fs from 'fs-extra';
9import path from 'path'; 9import path from 'path';
10import windowStateKeeper from 'electron-window-state'; 10import windowStateKeeper from 'electron-window-state';
11 11
12// Set app directory before loading user modules 12if (process.platform === "win32") {
13if (process.env.FERDI_APPDATA_DIR || process.env.PORTABLE_EXECUTABLE_DIR) { 13 app.setPath("appData", process.env.LOCALAPPDATA);
14 const appDataPath = process.env.FERDI_APPDATA_DIR || process.env.PORTABLE_EXECUTABLE_DIR; 14 app.setPath("userData", path.join(process.env.LOCALAPPDATA, app.getName()));
15 app.setPath('appData', appDataPath);
16 app.setPath('userData', path.join(app.getPath('appData'), app.getName()));
17} 15}
16
18if (isDevMode) { 17if (isDevMode) {
19 app.setPath('userData', path.join(app.getPath('appData'), `${app.getName()}Dev`)); 18 app.setPath('userData', path.join(app.getPath('appData'), `${app.getName()}Dev`));
20} 19}
diff --git a/src/styles/layout.scss b/src/styles/layout.scss
index a7de4b247..c09d69f6c 100644
--- a/src/styles/layout.scss
+++ b/src/styles/layout.scss
@@ -39,7 +39,7 @@ html { overflow: hidden; }
39 color: $theme-brand-primary; 39 color: $theme-brand-primary;
40 } 40 }
41 41
42 .update-availible { 42 .update-available {
43 align-items: center; 43 align-items: center;
44 background: $theme-brand-danger; 44 background: $theme-brand-danger;
45 border-radius: 20px; 45 border-radius: 20px;
diff --git a/src/webview/spellchecker.js b/src/webview/spellchecker.js
index 1cb449110..47fc6dcd1 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -1,36 +1,21 @@
1import { webFrame } from 'electron'; 1import { webFrame } from 'electron';
2import { attachSpellCheckProvider, SpellCheckerProvider } from 'electron-hunspell'; 2import { SpellCheckHandler, ContextMenuListener, ContextMenuBuilder } from 'electron-spellchecker';
3import path from 'path';
4import { readFileSync } from 'fs';
5 3
6import { DICTIONARY_PATH } from '../config';
7import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 4import { SPELLCHECKER_LOCALES } from '../i18n/languages';
8 5
9const debug = require('debug')('Ferdi:spellchecker'); 6const debug = require('debug')('Franz:spellchecker');
10 7
11let provider; 8let handler;
12let currentDict; 9let currentDict;
10let contextMenuBuilder;
13let _isEnabled = false; 11let _isEnabled = false;
14let attached;
15 12
16const DEFAULT_LOCALE = 'en-us'; 13export async function switchDict(locale) {
17
18async function loadDictionary(locale) {
19 try {
20 const fileLocation = path.join(DICTIONARY_PATH, `hunspell-dict-${locale}/${locale}`);
21 debug('Loaded dictionary', locale, 'from', fileLocation);
22 return provider.loadDictionary(locale, readFileSync(`${fileLocation}.dic`), readFileSync(`${fileLocation}.aff`));
23 } catch (err) {
24 console.error('Could not load dictionary', err);
25 }
26}
27
28export async function switchDict(locale = DEFAULT_LOCALE) {
29 try { 14 try {
30 debug('Trying to load dictionary', locale); 15 debug('Trying to load dictionary', locale);
31 16
32 if (!provider) { 17 if (!handler) {
33 console.warn('SpellcheckProvider not initialized'); 18 console.warn('SpellcheckHandler not initialized');
34 19
35 return; 20 return;
36 } 21 }
@@ -41,11 +26,7 @@ export async function switchDict(locale = DEFAULT_LOCALE) {
41 return; 26 return;
42 } 27 }
43 28
44 if (currentDict) { 29 handler.switchLanguage(locale);
45 provider.unloadDictionary(locale);
46 }
47 await loadDictionary(locale);
48 await attached.switchLanguage(locale);
49 30
50 debug('Switched dictionary to', locale); 31 debug('Switched dictionary to', locale);
51 32
@@ -56,34 +37,23 @@ export async function switchDict(locale = DEFAULT_LOCALE) {
56 } 37 }
57} 38}
58 39
59export function getSpellcheckerLocaleByFuzzyIdentifier(identifier) { 40export default async function initialize(languageCode = 'en-us') {
60 const locales = Object.keys(SPELLCHECKER_LOCALES).filter(key => key === identifier.toLowerCase() || key.split('-')[0] === identifier.toLowerCase());
61
62 if (locales.length >= 1) {
63 return locales[0];
64 }
65
66 return null;
67}
68
69export default async function initialize(languageCode = DEFAULT_LOCALE) {
70 try { 41 try {
71 provider = new SpellCheckerProvider(); 42 handler = new SpellCheckHandler();
72 const locale = getSpellcheckerLocaleByFuzzyIdentifier(languageCode); 43 handler.attachToInput();
44 const locale = languageCode.toLowerCase();
73 45
74 debug('Init spellchecker'); 46 debug('Init spellchecker');
75 await provider.initialize();
76
77 debug('Attaching spellcheck provider');
78 attached = await attachSpellCheckProvider(provider);
79
80 const availableDictionaries = await provider.getAvailableDictionaries();
81 47
82 debug('Available spellchecker dictionaries', availableDictionaries); 48 switchDict(locale);
83 49
84 await switchDict(locale); 50 contextMenuBuilder = new ContextMenuBuilder(handler);
51 // eslint-disable-next-line no-new
52 new ContextMenuListener((info) => {
53 contextMenuBuilder.showPopupMenu(info);
54 });
85 55
86 return provider; 56 return handler;
87 } catch (err) { 57 } catch (err) {
88 console.error(err); 58 console.error(err);
89 return false; 59 return false;
@@ -96,8 +66,19 @@ export function isEnabled() {
96 66
97export function disable() { 67export function disable() {
98 if (isEnabled()) { 68 if (isEnabled()) {
69 handler.unsubscribe();
99 webFrame.setSpellCheckProvider(currentDict, { spellCheck: () => true }); 70 webFrame.setSpellCheckProvider(currentDict, { spellCheck: () => true });
100 _isEnabled = false; 71 _isEnabled = false;
101 currentDict = null; 72 currentDict = null;
102 } 73 }
103} 74}
75
76export function getSpellcheckerLocaleByFuzzyIdentifier(identifier) {
77 const locales = Object.keys(SPELLCHECKER_LOCALES).filter(key => key === identifier.toLowerCase() || key.split('-')[0] === identifier.toLowerCase());
78
79 if (locales.length >= 1) {
80 return locales[0];
81 }
82
83 return null;
84}