aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-18 21:08:24 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-18 21:08:24 +0200
commit964fdfbc1c937b9e190212c0762d2b1b93e2a38a (patch)
treed3cdd0572f514c4c8406270b27423b2eb8a4bef2 /src/i18n
parentAdd info about teams only being availible on Franz servers (diff)
downloadferdium-app-964fdfbc1c937b9e190212c0762d2b1b93e2a38a.tar.gz
ferdium-app-964fdfbc1c937b9e190212c0762d2b1b93e2a38a.tar.zst
ferdium-app-964fdfbc1c937b9e190212c0762d2b1b93e2a38a.zip
Fix lint
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/apply-branding.js1
-rw-r--r--src/i18n/locales/defaultMessages.json26
-rw-r--r--src/i18n/locales/en-US.json2
3 files changed, 29 insertions, 0 deletions
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index 521186d08..1494ce923 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -12,6 +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]; 16];
16 17
17// Files to ignore when applying branding 18// Files to ignore when applying branding
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 66b41ac21..c9f5ac50c 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3081,6 +3081,32 @@
3081 "column": 17, 3081 "column": 17,
3082 "line": 37 3082 "line": 37
3083 } 3083 }
3084 },
3085 {
3086 "defaultMessage": "!!!Teams are unavailible",
3087 "end": {
3088 "column": 3,
3089 "line": 44
3090 },
3091 "file": "src/components/settings/team/TeamDashboard.js",
3092 "id": "settings.team.teamsUnavailible",
3093 "start": {
3094 "column": 20,
3095 "line": 41
3096 }
3097 },
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.",
3100 "end": {
3101 "column": 3,
3102 "line": 48
3103 },
3104 "file": "src/components/settings/team/TeamDashboard.js",
3105 "id": "settings.team.teamsUnavailibleInfo",
3106 "start": {
3107 "column": 24,
3108 "line": 45
3109 }
3084 } 3110 }
3085 ], 3111 ],
3086 "path": "src/components/settings/team/TeamDashboard.json" 3112 "path": "src/components/settings/team/TeamDashboard.json"
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 6f28e2bfc..10f0b7c6f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -356,6 +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",
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.",
359 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
360 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
361 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",