aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-20 17:55:16 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-10-20 17:55:16 +0700
commit632f0be1dc42f59cb37b1ce6c67279d12d84a9f6 (patch)
tree85fd410e1c9cbaa5bd56c41209910c348e3768b8 /src
parent#87 Try using LOCALAPPDATA for win32 portable version (diff)
downloadferdium-app-632f0be1dc42f59cb37b1ce6c67279d12d84a9f6.tar.gz
ferdium-app-632f0be1dc42f59cb37b1ce6c67279d12d84a9f6.tar.zst
ferdium-app-632f0be1dc42f59cb37b1ce6c67279d12d84a9f6.zip
Mass replace of availible by available
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/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.json4
-rw-r--r--src/i18n/messages/src/components/settings/team/TeamDashboard.json8
-rw-r--r--src/styles/layout.scss2
43 files changed, 93 insertions, 93 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/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 08f661d8f..3a49fd0dc 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.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/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;