aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-23 16:39:40 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-23 16:39:40 +0530
commit2bf08b3168abff64297d43f3c14e3b0ae99ce303 (patch)
tree00d89bec33b0f5fb793d7f346a813c3fd925cf34
parentRemoved unused i18n keys. [skip ci] (diff)
downloadferdium-app-2bf08b3168abff64297d43f3c14e3b0ae99ce303.tar.gz
ferdium-app-2bf08b3168abff64297d43f3c14e3b0ae99ce303.tar.zst
ferdium-app-2bf08b3168abff64297d43f3c14e3b0ae99ce303.zip
Removed unused i18n keys. [skip ci]
-rw-r--r--src/components/settings/account/AccountDashboard.js12
-rw-r--r--src/i18n/locales/af.json11
-rw-r--r--src/i18n/locales/ar.json11
-rw-r--r--src/i18n/locales/be.json11
-rw-r--r--src/i18n/locales/bg.json78
-rw-r--r--src/i18n/locales/bs.json11
-rw-r--r--src/i18n/locales/ca.json11
-rw-r--r--src/i18n/locales/cs.json11
-rw-r--r--src/i18n/locales/da.json11
-rw-r--r--src/i18n/locales/de.json11
-rw-r--r--src/i18n/locales/defaultMessages.json197
-rw-r--r--src/i18n/locales/el.json11
-rw-r--r--src/i18n/locales/en-US.json13
-rw-r--r--src/i18n/locales/es.json11
-rw-r--r--src/i18n/locales/et.json78
-rw-r--r--src/i18n/locales/fa.json78
-rw-r--r--src/i18n/locales/fi.json11
-rw-r--r--src/i18n/locales/fil.json78
-rw-r--r--src/i18n/locales/fr.json11
-rw-r--r--src/i18n/locales/ga.json11
-rw-r--r--src/i18n/locales/he.json11
-rw-r--r--src/i18n/locales/hi.json78
-rw-r--r--src/i18n/locales/hr.json11
-rw-r--r--src/i18n/locales/hu.json11
-rw-r--r--src/i18n/locales/id.json11
-rw-r--r--src/i18n/locales/it.json11
-rw-r--r--src/i18n/locales/ja.json11
-rw-r--r--src/i18n/locales/ka.json11
-rw-r--r--src/i18n/locales/kk.json78
-rw-r--r--src/i18n/locales/ko.json11
-rw-r--r--src/i18n/locales/ms.json85
-rw-r--r--src/i18n/locales/nb.json25
-rw-r--r--src/i18n/locales/nl-BE.json11
-rw-r--r--src/i18n/locales/nl.json11
-rw-r--r--src/i18n/locales/no.json11
-rw-r--r--src/i18n/locales/pl.json11
-rw-r--r--src/i18n/locales/pt-BR.json11
-rw-r--r--src/i18n/locales/pt.json11
-rw-r--r--src/i18n/locales/ro.json11
-rw-r--r--src/i18n/locales/ru.json11
-rw-r--r--src/i18n/locales/si.json83
-rw-r--r--src/i18n/locales/sk.json11
-rw-r--r--src/i18n/locales/sl.json11
-rw-r--r--src/i18n/locales/sq.json83
-rw-r--r--src/i18n/locales/sr.json11
-rw-r--r--src/i18n/locales/sv.json11
-rw-r--r--src/i18n/locales/tr.json11
-rw-r--r--src/i18n/locales/uk.json11
-rw-r--r--src/i18n/locales/vi.json11
-rw-r--r--src/i18n/locales/zh-CN.json83
-rw-r--r--src/i18n/locales/zh-HANS.json83
-rw-r--r--src/i18n/locales/zh-HANT.json11
-rw-r--r--src/i18n/locales/zh-TW.json51
-rw-r--r--src/i18n/locales/zh.json11
-rw-r--r--src/i18n/messages/src/components/services/content/ServiceRestricted.json67
-rw-r--r--src/i18n/messages/src/components/settings/account/AccountDashboard.json83
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json41
57 files changed, 45 insertions, 1747 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index d3d75a979..ef7748343 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -15,18 +15,10 @@ const messages = defineMessages({
15 id: 'settings.account.headline', 15 id: 'settings.account.headline',
16 defaultMessage: '!!!Account', 16 defaultMessage: '!!!Account',
17 }, 17 },
18 headlineSubscription: {
19 id: 'settings.account.headlineSubscription',
20 defaultMessage: '!!!Your Subscription',
21 },
22 headlineDangerZone: { 18 headlineDangerZone: {
23 id: 'settings.account.headlineDangerZone', 19 id: 'settings.account.headlineDangerZone',
24 defaultMessage: '!!Danger Zone', 20 defaultMessage: '!!Danger Zone',
25 }, 21 },
26 manageSubscriptionButtonLabel: {
27 id: 'settings.account.manageSubscription.label',
28 defaultMessage: '!!!Manage your subscription',
29 },
30 accountEditButton: { 22 accountEditButton: {
31 id: 'settings.account.account.editButton', 23 id: 'settings.account.account.editButton',
32 defaultMessage: '!!!Edit Account', 24 defaultMessage: '!!!Edit Account',
@@ -35,10 +27,6 @@ const messages = defineMessages({
35 id: 'settings.account.headlineInvoices', 27 id: 'settings.account.headlineInvoices',
36 defaultMessage: '!!Invoices', 28 defaultMessage: '!!Invoices',
37 }, 29 },
38 invoiceDownload: {
39 id: 'settings.account.invoiceDownload',
40 defaultMessage: '!!!Download',
41 },
42 userInfoRequestFailed: { 30 userInfoRequestFailed: {
43 id: 'settings.account.userInfoRequestFailed', 31 id: 'settings.account.userInfoRequestFailed',
44 defaultMessage: '!!!Could not load user information', 32 defaultMessage: '!!!Could not load user information',
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index daff653eb..a75fbef33 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 815e5ddff..1d56273ba 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "لقد أضفت {count} خدمات إلى فردي! احصل على التطبيق المجاني لـ WhatsApp، و Messenger، و Slack، و Skype و co على www.getferdi.com", 33 "feature.shareFranz.shareText.email": "لقد أضفت {count} خدمات إلى فردي! احصل على التطبيق المجاني لـ WhatsApp، و Messenger، و Slack، و Skype و co على www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "لقد أضفت {count} خدمات إلى فردي! احصل على التطبيق المجاني لـ WhatsApp، Messenger, Slack, Skype and co على www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "لقد أضفت {count} خدمات إلى فردي! احصل على التطبيق المجاني لـ WhatsApp، Messenger, Slack, Skype and co على www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "أخبر أصدقائك وزملاءك كيف أن فردي رائع وساعدنا على نشر الكلمة.", 35 "feature.shareFranz.text": "أخبر أصدقائك وزملاءك كيف أن فردي رائع وساعدنا على نشر الكلمة.",
36 "feature.todos.premium.info": "فردي للمهام متاح للمستخدمين المتميزين الآن!",
37 "feature.todos.premium.rollout": "سيتعين على كل شخص آخر الانتظار لفترة أطول قليلا.",
38 "feature.todos.premium.upgrade": "ترقية الحساب",
39 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت", 36 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت",
40 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.", 37 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.",
41 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})", 38 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "أوه لا!", 179 "service.errorHandler.headline": "أوه لا!",
183 "service.errorHandler.message": "خطأ", 180 "service.errorHandler.message": "خطأ",
184 "service.errorHandler.text": "فشل {name} في التحميل.", 181 "service.errorHandler.text": "فشل {name} في التحميل.",
185 "service.restrictedHandler.action": "ترقية الحساب",
186 "service.restrictedHandler.customUrl.headline": "مطلوب الخطة الاحترافية لفيردي",
187 "service.restrictedHandler.customUrl.text": "يرجى الترقية إلى خطة فيردي الاحترافية لاستخدام العناوين الإلكترونية المخصصة وخدمات الاستضافة الذاتية.",
188 "service.restrictedHandler.serviceLimit.headline": "لقد وصلت إلى حد الخدمة الخاص بك.",
189 "service.restrictedHandler.serviceLimit.text": "الرجاء ترقية حسابك لاستخدام أكثر من {count} خدمة.",
190 "service.webviewLoader.loading": "جاري تحميل {service}", 182 "service.webviewLoader.loading": "جاري تحميل {service}",
191 "services.getStarted": "بدأ الإستخدام", 183 "services.getStarted": "بدأ الإستخدام",
192 "services.login": "الرجاء تسجيل الدخول لاستخدام فردي.", 184 "services.login": "الرجاء تسجيل الدخول لاستخدام فردي.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "الفواتير", 198 "settings.account.headlineInvoices": "الفواتير",
207 "settings.account.headlinePassword": "تغيير كلمة المرور", 199 "settings.account.headlinePassword": "تغيير كلمة المرور",
208 "settings.account.headlineProfile": "تحديث الملف الشخصي", 200 "settings.account.headlineProfile": "تحديث الملف الشخصي",
209 "settings.account.headlineSubscription": "الاشتراك الخاص بك",
210 "settings.account.invoiceDownload": "تنزيل",
211 "settings.account.manageSubscription.label": "إدارة اشتراكك",
212 "settings.account.successInfo": "تم حفظ التغييرات الخاصة بك", 201 "settings.account.successInfo": "تم حفظ التغييرات الخاصة بك",
213 "settings.account.tryReloadServices": "حاول مجددًا", 202 "settings.account.tryReloadServices": "حاول مجددًا",
214 "settings.account.tryReloadUserInfoRequest": "حاول مجددًا", 203 "settings.account.tryReloadUserInfoRequest": "حاول مجددًا",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index b89832f68..8151e10bb 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/locales/bg.json b/src/i18n/locales/bg.json
index dd9af24d2..abb57973d 100644
--- a/src/i18n/locales/bg.json
+++ b/src/i18n/locales/bg.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
9 "feature.planSelection.cta.stayOnFree": "Stay on Free",
10 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
11 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
12 "feature.planSelection.cta.upgradePro": "Choose Professional",
13 "feature.planSelection.free.text": "Basic functionality",
14 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
17 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
18 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
19 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
20 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
21 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
23 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
24 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
25 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
26 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
27 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
30 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
31 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
32 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
33 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
34 "feature.todos.premium.upgrade": "Upgrade Account",
35 "feature.trialStatusBar.cta": "Upgrade now",
36 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
39 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
41 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
42 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц", 15 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц",
43 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
44 "global.notConnectedToTheInternet": "Не сте свързани към интернет", 17 "global.notConnectedToTheInternet": "Не сте свързани към интернет",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
47 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
48 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
49 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
50 "import.headline": "Вмъкнете вашите услуги на Франц 4", 22 "import.headline": "Вмъкнете вашите услуги на Франц 4",
51 "import.notSupportedHeadline": "Тези услуги не се подържат все още във Франц 5. ", 23 "import.notSupportedHeadline": "Тези услуги не се подържат все още във Франц 5. ",
52 "import.skip.label": "Искам да прибавя ръчно услуги", 24 "import.skip.label": "Искам да прибавя ръчно услуги",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "Презареждане на услугите", 28 "infobar.buttonReloadServices": "Презареждане на услугите",
57 "infobar.requiredRequestsFailed": "Неуспешно зареждане на услугите и информацията на потребителя. ", 29 "infobar.requiredRequestsFailed": "Неуспешно зареждане на услугите и информацията на потребителя. ",
58 "infobar.servicesUpdated": "Вашите услуги са обновени.", 30 "infobar.servicesUpdated": "Вашите услуги са обновени.",
59 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
60 "infobar.updateAvailable": "Има нова версия на Франц", 31 "infobar.updateAvailable": "Има нова версия на Франц",
61 "invite.email.label": "Адрес на е-поща:", 32 "invite.email.label": "Адрес на е-поща:",
62 "invite.headline.friends": "Поканете 3 ваши приятели или колеги", 33 "invite.headline.friends": "Поканете 3 ваши приятели или колеги",
@@ -142,7 +113,6 @@
142 "password.noUser": "Абонат с такава е-поща не бе намерен", 113 "password.noUser": "Абонат с такава е-поща не бе намерен",
143 "password.submit.label": "Изпращане", 114 "password.submit.label": "Изпращане",
144 "password.successInfo": "Моля отбележете вашата е-поща", 115 "password.successInfo": "Моля отбележете вашата е-поща",
145 "premiumFeature.button.upgradeAccount": "Upgrade account",
146 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
147 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
148 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
160 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
161 "pricing.features.workspaces": "Workspaces", 131 "pricing.features.workspaces": "Workspaces",
162 "pricing.plan.free": "Free",
163 "pricing.plan.legacy": "Premium",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal Monthly",
166 "pricing.plan.personal-yearly": "Personal Yearly",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional Monthly",
169 "pricing.plan.pro-yearly": "Professional Yearly",
170 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
171 "pricing.trial.cta.skip": "Continue to Ferdi",
172 "pricing.trial.cta.start": "Start using Ferdi",
173 "pricing.trial.error": "Sorry, we could not activate your trial!",
174 "pricing.trial.features.headline": "Ferdi Professional includes:",
175 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
176 "pricing.trial.intro.happyMessaging": "Happy messaging,",
177 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
178 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
179 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
180 "pricing.trial.terms.headline": "No strings attached",
181 "pricing.trial.terms.noCreditCard": "No credit card required",
182 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
183 "service.crashHandler.action": "Презареждане {име}", 132 "service.crashHandler.action": "Презареждане {име}",
184 "service.crashHandler.autoReload": "Опитва се да възтанови автоматично {name} след {seconds} секунди", 133 "service.crashHandler.autoReload": "Опитва се да възтанови автоматично {name} след {seconds} секунди",
185 "service.crashHandler.headline": "О не!", 134 "service.crashHandler.headline": "О не!",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "О не!", 140 "service.errorHandler.headline": "О не!",
192 "service.errorHandler.message": "Грешка", 141 "service.errorHandler.message": "Грешка",
193 "service.errorHandler.text": "{name} has failed to load.", 142 "service.errorHandler.text": "{name} has failed to load.",
194 "service.restrictedHandler.action": "Upgrade Account",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
196 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
197 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
198 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
199 "service.webviewLoader.loading": "Loading", 143 "service.webviewLoader.loading": "Loading",
200 "services.getStarted": "Започване", 144 "services.getStarted": "Започване",
201 "services.welcome": "Добре дошли във Франц", 145 "services.welcome": "Добре дошли във Франц",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "Фактури", 156 "settings.account.headlineInvoices": "Фактури",
213 "settings.account.headlinePassword": "Смяна на парола", 157 "settings.account.headlinePassword": "Смяна на парола",
214 "settings.account.headlineProfile": "Обновление на профила", 158 "settings.account.headlineProfile": "Обновление на профила",
215 "settings.account.headlineSubscription": "Вашият абонамент",
216 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
217 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
218 "settings.account.invoiceDownload": "Изтегляне",
219 "settings.account.manageSubscription.label": "Управление на абонамена",
220 "settings.account.successInfo": "Промените бяха запазени", 159 "settings.account.successInfo": "Промените бяха запазени",
221 "settings.account.trial": "Free Trial",
222 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
223 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
224 "settings.account.tryReloadServices": "Опитайте отново", 160 "settings.account.tryReloadServices": "Опитайте отново",
225 "settings.account.tryReloadUserInfoRequest": "Опитайте отново", 161 "settings.account.tryReloadUserInfoRequest": "Опитайте отново",
226 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
227 "settings.account.userInfoRequestFailed": "Не може да зареди информацията на абоната", 162 "settings.account.userInfoRequestFailed": "Не може да зареди информацията на абоната",
228 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
229 "settings.app.buttonClearAllCache": "Изчистване на буфера", 164 "settings.app.buttonClearAllCache": "Изчистване на буфера",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "Налични услуги", 223 "settings.service.form.availableServices": "Налични услуги",
289 "settings.service.form.customUrl": "Клиентски сървър", 224 "settings.service.form.customUrl": "Клиентски сървър",
290 "settings.service.form.customUrlPremiumInfo": "За да добавите услуги, разположени на ваш сървър, трябва да имате Ferdi Premium Supporter профил", 225 "settings.service.form.customUrlPremiumInfo": "За да добавите услуги, разположени на ваш сървър, трябва да имате Ferdi Premium Supporter профил",
291 "settings.service.form.customUrlUpgradeAccount": "Надградете вашия профил",
292 "settings.service.form.customUrlValidationError": "Не може да се валидира стандартния {name} сървър", 226 "settings.service.form.customUrlValidationError": "Не може да се валидира стандартния {name} сървър",
293 "settings.service.form.deleteButton": "Изтрий услугата", 227 "settings.service.form.deleteButton": "Изтрий услугата",
294 "settings.service.form.editServiceHeadline": "Редактира {име}", 228 "settings.service.form.editServiceHeadline": "Редактира {име}",
@@ -384,18 +318,6 @@
384 "signup.link.login": "Вече сте регистриран, впишете се?", 318 "signup.link.login": "Вече сте регистриран, впишете се?",
385 "signup.password.label": "Парола", 319 "signup.password.label": "Парола",
386 "signup.submit.label": "Създаване на акаунт", 320 "signup.submit.label": "Създаване на акаунт",
387 "subscription.bestValue": "Best value",
388 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
389 "subscription.cta.allOptions": "See all options",
390 "subscription.cta.choosePlan": "Choose your plan",
391 "subscription.interval.per": "per {interval}",
392 "subscription.interval.perMonth": "per month",
393 "subscription.interval.perMonthPerUser": "per month & user",
394 "subscription.planItem.upgradeAccount": "Upgrade Account",
395 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
396 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
397 "subscriptionPopup.buttonCancel": "Отказ",
398 "subscriptionPopup.buttonDone": "Готово",
399 "tabs.item.deleteService": "Изтрий услугата", 321 "tabs.item.deleteService": "Изтрий услугата",
400 "tabs.item.disableAudio": "Изключване на звука", 322 "tabs.item.disableAudio": "Изключване на звука",
401 "tabs.item.disableNotifications": "Изключване на известията", 323 "tabs.item.disableNotifications": "Изключване на известията",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index daff653eb..a75fbef33 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index a7c47d856..9447b3d51 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "He afegit {count} serveis a Ferdi! Obtén l'aplicació gratuïta per a Whatsapp, Messenger, Slack, Skype a www,getferdi.com", 33 "feature.shareFranz.shareText.email": "He afegit {count} serveis a Ferdi! Obtén l'aplicació gratuïta per a Whatsapp, Messenger, Slack, Skype a www,getferdi.com",
34 "feature.shareFranz.shareText.twitter": "He afegit {count} serveis a Ferdi! Obtén l'aplicació gratuïta de Whatsapp, Messenger, Slack, Skype i altres a www.getferdi.com/cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "He afegit {count} serveis a Ferdi! Obtén l'aplicació gratuïta de Whatsapp, Messenger, Slack, Skype i altres a www.getferdi.com/cc @FerdiMessenger",
35 "feature.shareFranz.text": "Digues als teus amics i col·legues l'increïble que és Ferdi i ajuda'ns a còrrer la veu ", 35 "feature.shareFranz.text": "Digues als teus amics i col·legues l'increïble que és Ferdi i ajuda'ns a còrrer la veu ",
36 "feature.todos.premium.info": "Les Tasques de Ferdi ja estan disponibles per a usuaris premium!",
37 "feature.todos.premium.rollout": "Tothom haurà d'esperar una mica més.",
38 "feature.todos.premium.upgrade": "Actualitzar el compte",
39 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi", 36 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi",
40 "global.notConnectedToTheInternet": "No esteu connectat a Internet.", 37 "global.notConnectedToTheInternet": "No esteu connectat a Internet.",
41 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})", 38 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} ha fallat al carregar", 181 "service.errorHandler.text": "{name} ha fallat al carregar",
185 "service.restrictedHandler.action": "Actualitzar el compte",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Introducció", 183 "services.getStarted": "Introducció",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Factures", 198 "settings.account.headlineInvoices": "Factures",
207 "settings.account.headlinePassword": "Canvia la contrasenya", 199 "settings.account.headlinePassword": "Canvia la contrasenya",
208 "settings.account.headlineProfile": "Actualitzar el perfil", 200 "settings.account.headlineProfile": "Actualitzar el perfil",
209 "settings.account.headlineSubscription": "La vostra subscripció",
210 "settings.account.invoiceDownload": "Descarregar",
211 "settings.account.manageSubscription.label": "Gestioneu la vostra subscripció",
212 "settings.account.successInfo": "S'han desat els canvis", 201 "settings.account.successInfo": "S'han desat els canvis",
213 "settings.account.tryReloadServices": "Torna a provar-ho", 202 "settings.account.tryReloadServices": "Torna a provar-ho",
214 "settings.account.tryReloadUserInfoRequest": "Torna a provar-ho", 203 "settings.account.tryReloadUserInfoRequest": "Torna a provar-ho",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 76014da49..ef95e4a0d 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Přidali jsme {count} služeb do Ferdie. Získejte zdarma aplikace pro WhatsApp, Messenger, SLack, Skype a další na www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Přidali jsme {count} služeb do Ferdie. Získejte zdarma aplikace pro WhatsApp, Messenger, SLack, Skype a další na www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám", 36 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám",
40 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.", 37 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Ale ne!", 179 "service.errorHandler.headline": "Ale ne!",
183 "service.errorHandler.message": "Chyba", 180 "service.errorHandler.message": "Chyba",
184 "service.errorHandler.text": "{name} se nepodařilo načíst.", 181 "service.errorHandler.text": "{name} se nepodařilo načíst.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Začněme", 183 "services.getStarted": "Začněme",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Faktury", 198 "settings.account.headlineInvoices": "Faktury",
207 "settings.account.headlinePassword": "Změnit heslo", 199 "settings.account.headlinePassword": "Změnit heslo",
208 "settings.account.headlineProfile": "Aktualizovat profil", 200 "settings.account.headlineProfile": "Aktualizovat profil",
209 "settings.account.headlineSubscription": "Vaše předplatné",
210 "settings.account.invoiceDownload": "Stáhnout",
211 "settings.account.manageSubscription.label": "Spravovat vaše předplatné",
212 "settings.account.successInfo": "Vaše změny byly uloženy", 201 "settings.account.successInfo": "Vaše změny byly uloženy",
213 "settings.account.tryReloadServices": "Zkusit opět", 202 "settings.account.tryReloadServices": "Zkusit opět",
214 "settings.account.tryReloadUserInfoRequest": "Zkusit opět", 203 "settings.account.tryReloadUserInfoRequest": "Zkusit opět",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 44ba8903e..c042194ba 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Fortæl dine venner og kolleger, hvor fedt et program Ferdi er, og hjælp os med at sprede ordet.", 35 "feature.shareFranz.text": "Fortæl dine venner og kolleger, hvor fedt et program Ferdi er, og hjælp os med at sprede ordet.",
36 "feature.todos.premium.info": "Ferdi Todos er tilgængelig for betalende brugere nu!",
37 "feature.todos.premium.rollout": "Alle andre må vente lidt længere.",
38 "feature.todos.premium.upgrade": "Opgrader konto",
39 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester", 36 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester",
40 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.", 37 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.",
41 "global.spellchecker.useDefault": "Benyt systemstandard ({default})", 38 "global.spellchecker.useDefault": "Benyt systemstandard ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Åh nej!", 179 "service.errorHandler.headline": "Åh nej!",
183 "service.errorHandler.message": "Fejl", 180 "service.errorHandler.message": "Fejl",
184 "service.errorHandler.text": "{name} blev ikke indlæst.", 181 "service.errorHandler.text": "{name} blev ikke indlæst.",
185 "service.restrictedHandler.action": "Opgrader konto",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professionel planen påkrævet",
187 "service.restrictedHandler.customUrl.text": "Opgrader venligst til Ferdi Professionel planen for at bruge egne hjemmesideadresser og selvhostede tjenester.",
188 "service.restrictedHandler.serviceLimit.headline": "Du har nået din tjenestegrænse.",
189 "service.restrictedHandler.serviceLimit.text": "Opgrader din konto for at bruge mere end {count} tjenester.",
190 "service.webviewLoader.loading": "Indlæser {service}", 182 "service.webviewLoader.loading": "Indlæser {service}",
191 "services.getStarted": "Kom godt i gang", 183 "services.getStarted": "Kom godt i gang",
192 "services.login": "Log ind for at bruge Ferdi.", 184 "services.login": "Log ind for at bruge Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fakturaer", 198 "settings.account.headlineInvoices": "Fakturaer",
207 "settings.account.headlinePassword": "Skift adgangskode", 199 "settings.account.headlinePassword": "Skift adgangskode",
208 "settings.account.headlineProfile": "Opdater profil", 200 "settings.account.headlineProfile": "Opdater profil",
209 "settings.account.headlineSubscription": "Dit abonnement",
210 "settings.account.invoiceDownload": "Hent",
211 "settings.account.manageSubscription.label": "Administrer dit abonnement",
212 "settings.account.successInfo": "Dine ændringer er blevet gemt", 201 "settings.account.successInfo": "Dine ændringer er blevet gemt",
213 "settings.account.tryReloadServices": "Prøv igen", 202 "settings.account.tryReloadServices": "Prøv igen",
214 "settings.account.tryReloadUserInfoRequest": "Prøv igen", 203 "settings.account.tryReloadUserInfoRequest": "Prøv igen",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index bab18a104..7e58b414e 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir jetzt die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir jetzt die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Bitte erzähle deinen Freunden und Kolleginnen, warum du Ferdi toll findest.", 35 "feature.shareFranz.text": "Bitte erzähle deinen Freunden und Kolleginnen, warum du Ferdi toll findest.",
36 "feature.todos.premium.info": "Ferdi Todos sind jetzt für Premium User verfügbar!",
37 "feature.todos.premium.rollout": "Alle anderen müssen sich noch ein wenig gedulden.",
38 "feature.todos.premium.upgrade": "Account Upgrade",
39 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen", 36 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen",
40 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.", 37 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.",
41 "global.spellchecker.useDefault": "Standard benutzen ({default})", 38 "global.spellchecker.useDefault": "Standard benutzen ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh nein!", 179 "service.errorHandler.headline": "Oh nein!",
183 "service.errorHandler.message": "Fehler", 180 "service.errorHandler.message": "Fehler",
184 "service.errorHandler.text": "{name} konnte nicht geladen werden.", 181 "service.errorHandler.text": "{name} konnte nicht geladen werden.",
185 "service.restrictedHandler.action": "Account Upgrade",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional benötigt",
187 "service.restrictedHandler.customUrl.text": "Bitte ein Upgrade zu Ferdi Professional durchführen um benutzerdefinierte URLs und Self Hosted Services verwenden zu können.",
188 "service.restrictedHandler.serviceLimit.headline": "Du hast deine maximale Anzahl an Services erreicht.",
189 "service.restrictedHandler.serviceLimit.text": "Bitte führe eine Upgrade deines Accounts durch um mehr als {count} Services verwenden zu können.",
190 "service.webviewLoader.loading": "Lade {service}", 182 "service.webviewLoader.loading": "Lade {service}",
191 "services.getStarted": "Los geht's!", 183 "services.getStarted": "Los geht's!",
192 "services.login": "Bitte melde dich an, um Ferdi zu benutzen.", 184 "services.login": "Bitte melde dich an, um Ferdi zu benutzen.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Rechnungen", 198 "settings.account.headlineInvoices": "Rechnungen",
207 "settings.account.headlinePassword": "Passwort ändern", 199 "settings.account.headlinePassword": "Passwort ändern",
208 "settings.account.headlineProfile": "Profil aktualisieren", 200 "settings.account.headlineProfile": "Profil aktualisieren",
209 "settings.account.headlineSubscription": "Dein Abonnement",
210 "settings.account.invoiceDownload": "Herunterladen",
211 "settings.account.manageSubscription.label": "Dein Abonnement verwalten",
212 "settings.account.successInfo": "Deine Änderungen wurden gespeichert", 201 "settings.account.successInfo": "Deine Änderungen wurden gespeichert",
213 "settings.account.tryReloadServices": "Erneut versuchen", 202 "settings.account.tryReloadServices": "Erneut versuchen",
214 "settings.account.tryReloadUserInfoRequest": "Erneut versuchen", 203 "settings.account.tryReloadUserInfoRequest": "Erneut versuchen",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index e8eb01e6e..78760e9c9 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1496,76 +1496,6 @@
1496 { 1496 {
1497 "descriptors": [ 1497 "descriptors": [
1498 { 1498 {
1499 "defaultMessage": "!!!You have reached your service limit.",
1500 "end": {
1501 "column": 3,
1502 "line": 14
1503 },
1504 "file": "src/components/services/content/ServiceRestricted.js",
1505 "id": "service.restrictedHandler.serviceLimit.headline",
1506 "start": {
1507 "column": 24,
1508 "line": 11
1509 }
1510 },
1511 {
1512 "defaultMessage": "!!!Please upgrade your account to use more than {count} services.",
1513 "end": {
1514 "column": 3,
1515 "line": 18
1516 },
1517 "file": "src/components/services/content/ServiceRestricted.js",
1518 "id": "service.restrictedHandler.serviceLimit.text",
1519 "start": {
1520 "column": 20,
1521 "line": 15
1522 }
1523 },
1524 {
1525 "defaultMessage": "!!!Franz Professional Plan required",
1526 "end": {
1527 "column": 3,
1528 "line": 22
1529 },
1530 "file": "src/components/services/content/ServiceRestricted.js",
1531 "id": "service.restrictedHandler.customUrl.headline",
1532 "start": {
1533 "column": 21,
1534 "line": 19
1535 }
1536 },
1537 {
1538 "defaultMessage": "!!!Please upgrade to the Franz Professional plan to use custom urls & self hosted services.",
1539 "end": {
1540 "column": 3,
1541 "line": 26
1542 },
1543 "file": "src/components/services/content/ServiceRestricted.js",
1544 "id": "service.restrictedHandler.customUrl.text",
1545 "start": {
1546 "column": 17,
1547 "line": 23
1548 }
1549 },
1550 {
1551 "defaultMessage": "!!!Upgrade Account",
1552 "end": {
1553 "column": 3,
1554 "line": 30
1555 },
1556 "file": "src/components/services/content/ServiceRestricted.js",
1557 "id": "service.restrictedHandler.action",
1558 "start": {
1559 "column": 10,
1560 "line": 27
1561 }
1562 }
1563 ],
1564 "path": "src/components/services/content/ServiceRestricted.json"
1565 },
1566 {
1567 "descriptors": [
1568 {
1569 "defaultMessage": "!!!Welcome to Ferdi", 1499 "defaultMessage": "!!!Welcome to Ferdi",
1570 "end": { 1500 "end": {
1571 "column": 3, 1501 "column": 3,
@@ -1937,185 +1867,146 @@
1937 } 1867 }
1938 }, 1868 },
1939 { 1869 {
1940 "defaultMessage": "!!!Your Subscription",
1941 "end": {
1942 "column": 3,
1943 "line": 21
1944 },
1945 "file": "src/components/settings/account/AccountDashboard.js",
1946 "id": "settings.account.headlineSubscription",
1947 "start": {
1948 "column": 24,
1949 "line": 18
1950 }
1951 },
1952 {
1953 "defaultMessage": "!!Danger Zone", 1870 "defaultMessage": "!!Danger Zone",
1954 "end": { 1871 "end": {
1955 "column": 3, 1872 "column": 3,
1956 "line": 25 1873 "line": 21
1957 }, 1874 },
1958 "file": "src/components/settings/account/AccountDashboard.js", 1875 "file": "src/components/settings/account/AccountDashboard.js",
1959 "id": "settings.account.headlineDangerZone", 1876 "id": "settings.account.headlineDangerZone",
1960 "start": { 1877 "start": {
1961 "column": 22, 1878 "column": 22,
1962 "line": 22 1879 "line": 18
1963 }
1964 },
1965 {
1966 "defaultMessage": "!!!Manage your subscription",
1967 "end": {
1968 "column": 3,
1969 "line": 29
1970 },
1971 "file": "src/components/settings/account/AccountDashboard.js",
1972 "id": "settings.account.manageSubscription.label",
1973 "start": {
1974 "column": 33,
1975 "line": 26
1976 } 1880 }
1977 }, 1881 },
1978 { 1882 {
1979 "defaultMessage": "!!!Edit Account", 1883 "defaultMessage": "!!!Edit Account",
1980 "end": { 1884 "end": {
1981 "column": 3, 1885 "column": 3,
1982 "line": 33 1886 "line": 25
1983 }, 1887 },
1984 "file": "src/components/settings/account/AccountDashboard.js", 1888 "file": "src/components/settings/account/AccountDashboard.js",
1985 "id": "settings.account.account.editButton", 1889 "id": "settings.account.account.editButton",
1986 "start": { 1890 "start": {
1987 "column": 21, 1891 "column": 21,
1988 "line": 30 1892 "line": 22
1989 } 1893 }
1990 }, 1894 },
1991 { 1895 {
1992 "defaultMessage": "!!Invoices", 1896 "defaultMessage": "!!Invoices",
1993 "end": { 1897 "end": {
1994 "column": 3, 1898 "column": 3,
1995 "line": 37 1899 "line": 29
1996 }, 1900 },
1997 "file": "src/components/settings/account/AccountDashboard.js", 1901 "file": "src/components/settings/account/AccountDashboard.js",
1998 "id": "settings.account.headlineInvoices", 1902 "id": "settings.account.headlineInvoices",
1999 "start": { 1903 "start": {
2000 "column": 18, 1904 "column": 18,
2001 "line": 34 1905 "line": 26
2002 }
2003 },
2004 {
2005 "defaultMessage": "!!!Download",
2006 "end": {
2007 "column": 3,
2008 "line": 41
2009 },
2010 "file": "src/components/settings/account/AccountDashboard.js",
2011 "id": "settings.account.invoiceDownload",
2012 "start": {
2013 "column": 19,
2014 "line": 38
2015 } 1906 }
2016 }, 1907 },
2017 { 1908 {
2018 "defaultMessage": "!!!Could not load user information", 1909 "defaultMessage": "!!!Could not load user information",
2019 "end": { 1910 "end": {
2020 "column": 3, 1911 "column": 3,
2021 "line": 45 1912 "line": 33
2022 }, 1913 },
2023 "file": "src/components/settings/account/AccountDashboard.js", 1914 "file": "src/components/settings/account/AccountDashboard.js",
2024 "id": "settings.account.userInfoRequestFailed", 1915 "id": "settings.account.userInfoRequestFailed",
2025 "start": { 1916 "start": {
2026 "column": 25, 1917 "column": 25,
2027 "line": 42 1918 "line": 30
2028 } 1919 }
2029 }, 1920 },
2030 { 1921 {
2031 "defaultMessage": "!!!Try again", 1922 "defaultMessage": "!!!Try again",
2032 "end": { 1923 "end": {
2033 "column": 3, 1924 "column": 3,
2034 "line": 49 1925 "line": 37
2035 }, 1926 },
2036 "file": "src/components/settings/account/AccountDashboard.js", 1927 "file": "src/components/settings/account/AccountDashboard.js",
2037 "id": "settings.account.tryReloadUserInfoRequest", 1928 "id": "settings.account.tryReloadUserInfoRequest",
2038 "start": { 1929 "start": {
2039 "column": 28, 1930 "column": 28,
2040 "line": 46 1931 "line": 34
2041 } 1932 }
2042 }, 1933 },
2043 { 1934 {
2044 "defaultMessage": "!!!Delete account", 1935 "defaultMessage": "!!!Delete account",
2045 "end": { 1936 "end": {
2046 "column": 3, 1937 "column": 3,
2047 "line": 53 1938 "line": 41
2048 }, 1939 },
2049 "file": "src/components/settings/account/AccountDashboard.js", 1940 "file": "src/components/settings/account/AccountDashboard.js",
2050 "id": "settings.account.deleteAccount", 1941 "id": "settings.account.deleteAccount",
2051 "start": { 1942 "start": {
2052 "column": 17, 1943 "column": 17,
2053 "line": 50 1944 "line": 38
2054 } 1945 }
2055 }, 1946 },
2056 { 1947 {
2057 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 1948 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
2058 "end": { 1949 "end": {
2059 "column": 3, 1950 "column": 3,
2060 "line": 58 1951 "line": 46
2061 }, 1952 },
2062 "file": "src/components/settings/account/AccountDashboard.js", 1953 "file": "src/components/settings/account/AccountDashboard.js",
2063 "id": "settings.account.deleteInfo", 1954 "id": "settings.account.deleteInfo",
2064 "start": { 1955 "start": {
2065 "column": 14, 1956 "column": 14,
2066 "line": 54 1957 "line": 42
2067 } 1958 }
2068 }, 1959 },
2069 { 1960 {
2070 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 1961 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
2071 "end": { 1962 "end": {
2072 "column": 3, 1963 "column": 3,
2073 "line": 63 1964 "line": 51
2074 }, 1965 },
2075 "file": "src/components/settings/account/AccountDashboard.js", 1966 "file": "src/components/settings/account/AccountDashboard.js",
2076 "id": "settings.account.deleteEmailSent", 1967 "id": "settings.account.deleteEmailSent",
2077 "start": { 1968 "start": {
2078 "column": 19, 1969 "column": 19,
2079 "line": 59 1970 "line": 47
2080 } 1971 }
2081 }, 1972 },
2082 { 1973 {
2083 "defaultMessage": "!!!Your Franz License:", 1974 "defaultMessage": "!!!Your Franz License:",
2084 "end": { 1975 "end": {
2085 "column": 3, 1976 "column": 3,
2086 "line": 67 1977 "line": 55
2087 }, 1978 },
2088 "file": "src/components/settings/account/AccountDashboard.js", 1979 "file": "src/components/settings/account/AccountDashboard.js",
2089 "id": "settings.account.yourLicense", 1980 "id": "settings.account.yourLicense",
2090 "start": { 1981 "start": {
2091 "column": 15, 1982 "column": 15,
2092 "line": 64 1983 "line": 52
2093 } 1984 }
2094 }, 1985 },
2095 { 1986 {
2096 "defaultMessage": "Account is unavailable", 1987 "defaultMessage": "Account is unavailable",
2097 "end": { 1988 "end": {
2098 "column": 3, 1989 "column": 3,
2099 "line": 71 1990 "line": 59
2100 }, 1991 },
2101 "file": "src/components/settings/account/AccountDashboard.js", 1992 "file": "src/components/settings/account/AccountDashboard.js",
2102 "id": "settings.account.accountUnavailable", 1993 "id": "settings.account.accountUnavailable",
2103 "start": { 1994 "start": {
2104 "column": 22, 1995 "column": 22,
2105 "line": 68 1996 "line": 56
2106 } 1997 }
2107 }, 1998 },
2108 { 1999 {
2109 "defaultMessage": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.", 2000 "defaultMessage": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
2110 "end": { 2001 "end": {
2111 "column": 3, 2002 "column": 3,
2112 "line": 75 2003 "line": 63
2113 }, 2004 },
2114 "file": "src/components/settings/account/AccountDashboard.js", 2005 "file": "src/components/settings/account/AccountDashboard.js",
2115 "id": "settings.account.accountUnavailableInfo", 2006 "id": "settings.account.accountUnavailableInfo",
2116 "start": { 2007 "start": {
2117 "column": 26, 2008 "column": 26,
2118 "line": 72 2009 "line": 60
2119 } 2010 }
2120 } 2011 }
2121 ], 2012 ],
@@ -5405,50 +5296,6 @@
5405 { 5296 {
5406 "descriptors": [ 5297 "descriptors": [
5407 { 5298 {
5408 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5409 "end": {
5410 "column": 3,
5411 "line": 34
5412 },
5413 "file": "src/features/todos/components/TodosWebview.js",
5414 "id": "feature.todos.premium.info",
5415 "start": {
5416 "column": 15,
5417 "line": 31
5418 }
5419 },
5420 {
5421 "defaultMessage": "!!!Upgrade Account",
5422 "end": {
5423 "column": 3,
5424 "line": 38
5425 },
5426 "file": "src/features/todos/components/TodosWebview.js",
5427 "id": "feature.todos.premium.upgrade",
5428 "start": {
5429 "column": 14,
5430 "line": 35
5431 }
5432 },
5433 {
5434 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
5435 "end": {
5436 "column": 3,
5437 "line": 42
5438 },
5439 "file": "src/features/todos/components/TodosWebview.js",
5440 "id": "feature.todos.premium.rollout",
5441 "start": {
5442 "column": 15,
5443 "line": 39
5444 }
5445 }
5446 ],
5447 "path": "src/features/todos/components/TodosWebview.json"
5448 },
5449 {
5450 "descriptors": [
5451 {
5452 "defaultMessage": "!!!Home", 5299 "defaultMessage": "!!!Home",
5453 "end": { 5300 "end": {
5454 "column": 3, 5301 "column": 3,
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 263893935..eb66544b1 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi", 36 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi",
40 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο", 37 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Ω, όχι!", 179 "service.errorHandler.headline": "Ω, όχι!",
183 "service.errorHandler.message": "Σφάλμα", 180 "service.errorHandler.message": "Σφάλμα",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Ξεκινήστε", 183 "services.getStarted": "Ξεκινήστε",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Τιμολόγια", 198 "settings.account.headlineInvoices": "Τιμολόγια",
207 "settings.account.headlinePassword": "Αλλαγή κωδικού πρόσβασης", 199 "settings.account.headlinePassword": "Αλλαγή κωδικού πρόσβασης",
208 "settings.account.headlineProfile": "Ενημέρωση προφίλ", 200 "settings.account.headlineProfile": "Ενημέρωση προφίλ",
209 "settings.account.headlineSubscription": "Η συνδρομή σας",
210 "settings.account.invoiceDownload": "Λήψη",
211 "settings.account.manageSubscription.label": "Διαχείριση της συνδρομής σας",
212 "settings.account.successInfo": "Οι αλλαγές σας έχουν αποθηκευτεί", 201 "settings.account.successInfo": "Οι αλλαγές σας έχουν αποθηκευτεί",
213 "settings.account.tryReloadServices": "Δοκιμάστε ξανά", 202 "settings.account.tryReloadServices": "Δοκιμάστε ξανά",
214 "settings.account.tryReloadUserInfoRequest": "Δοκιμάστε ξανά", 203 "settings.account.tryReloadUserInfoRequest": "Δοκιμάστε ξανά",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 89ec07e8b..ce31603a5 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
@@ -390,7 +379,7 @@
390 "settings.team.contentHeadline": "Franz Team Management", 379 "settings.team.contentHeadline": "Franz Team Management",
391 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.", 380 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.",
392 "settings.team.headline": "Team", 381 "settings.team.headline": "Team",
393 "settings.team.intro": "Your are currently using Franz Servers, which is why you have access to Team Management.", 382 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
394 "settings.team.manageAction": "Manage your Team on meetfranz.com", 383 "settings.team.manageAction": "Manage your Team on meetfranz.com",
395 "settings.team.teamsUnavailable": "Teams are unavailable", 384 "settings.team.teamsUnavailable": "Teams are unavailable",
396 "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.", 385 "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.",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index fdee74d2b..8b5a5d8ba 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "¡He añadido {count} servicios a Ferdi! Obtén la aplicación gratuita para WhatsApp, Messenger, Slack, Skype en www.getferdi.com", 33 "feature.shareFranz.shareText.email": "¡He añadido {count} servicios a Ferdi! Obtén la aplicación gratuita para WhatsApp, Messenger, Slack, Skype en www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "He agregado {count} servicios a Ferdi! Obtené la aplicación gratuita de WhatsApp, Messenger, Slack, Skype y co en www.getferdi.com/cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "He agregado {count} servicios a Ferdi! Obtené la aplicación gratuita de WhatsApp, Messenger, Slack, Skype y co en www.getferdi.com/cc @FerdiMessenger",
35 "feature.shareFranz.text": "Dile a tus amigos y colegas lo asombroso que es Ferdi y ayúdanos a correr la voz.", 35 "feature.shareFranz.text": "Dile a tus amigos y colegas lo asombroso que es Ferdi y ayúdanos a correr la voz.",
36 "feature.todos.premium.info": "Todos de Ferdi está disponible para usuarios premium ahora!",
37 "feature.todos.premium.rollout": "El resto de los usuarios deberán esperar un poco más de tiempo.",
38 "feature.todos.premium.upgrade": "Actualizar cuenta",
39 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.", 36 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.",
40 "global.notConnectedToTheInternet": "No estás conectado a Internet", 37 "global.notConnectedToTheInternet": "No estás conectado a Internet",
41 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})", 38 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "¡Oh, no!", 179 "service.errorHandler.headline": "¡Oh, no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} ha fallado la carga", 181 "service.errorHandler.text": "{name} ha fallado la carga",
185 "service.restrictedHandler.action": "Actualizar cuenta",
186 "service.restrictedHandler.customUrl.headline": "Necesita el Plan Ferdi Profesional",
187 "service.restrictedHandler.customUrl.text": "Por favor suscribase al Plan Ferdi Profesional para utilizar urls personalizadas y servicios auto alojados.",
188 "service.restrictedHandler.serviceLimit.headline": "Ha llegado al límite del servicio.",
189 "service.restrictedHandler.serviceLimit.text": "Por favor mejore su cuenta para poder utilizar más de {count} servicios.",
190 "service.webviewLoader.loading": "Cargando {service}", 182 "service.webviewLoader.loading": "Cargando {service}",
191 "services.getStarted": "Primeros pasos", 183 "services.getStarted": "Primeros pasos",
192 "services.login": "Iniciar sesión para usar Ferdi.", 184 "services.login": "Iniciar sesión para usar Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Facturas", 198 "settings.account.headlineInvoices": "Facturas",
207 "settings.account.headlinePassword": "Cambiar contraseña", 199 "settings.account.headlinePassword": "Cambiar contraseña",
208 "settings.account.headlineProfile": "Actualizar perfil", 200 "settings.account.headlineProfile": "Actualizar perfil",
209 "settings.account.headlineSubscription": "Tu suscripción",
210 "settings.account.invoiceDownload": "Descargar",
211 "settings.account.manageSubscription.label": "Administra tu suscripción",
212 "settings.account.successInfo": "Tus cambios han sido guardados", 201 "settings.account.successInfo": "Tus cambios han sido guardados",
213 "settings.account.tryReloadServices": "Intentar de nuevo", 202 "settings.account.tryReloadServices": "Intentar de nuevo",
214 "settings.account.tryReloadUserInfoRequest": "Intentar de nuevo", 203 "settings.account.tryReloadUserInfoRequest": "Intentar de nuevo",
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index a7879e528..a55a96648 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "Mis juhtus?", 5 "connectionLostBanner.informationLink": "Mis juhtus?",
6 "connectionLostBanner.message": "Oh ei! Ferdi kaotas ühenduse {name} teenusega.", 6 "connectionLostBanner.message": "Oh ei! Ferdi kaotas ühenduse {name} teenusega.",
7 "feature.announcements.changelog.headline": "Ferdi {versiooni} uuendused", 7 "feature.announcements.changelog.headline": "Ferdi {versiooni} uuendused",
8 "feature.planSelection.cta.ctaDowngradeFree": "Minge tagasi tasuta tellimusele",
9 "feature.planSelection.cta.stayOnFree": "Jää tasuta tellimuse juurde",
10 "feature.planSelection.cta.trial": "Alustage minu tasuta 14-päevast proovitellimust",
11 "feature.planSelection.cta.upgradePersonal": "Valige Personal tellimus",
12 "feature.planSelection.cta.upgradePro": "Valige Professional tellimus",
13 "feature.planSelection.free.text": "Põhifunktsionaalsus",
14 "feature.planSelection.fullFeatureList": "Kõigi tellimuste täielik võrdlus",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Minge tagasi tasuta tellimusele",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Valige Personal tellimus",
17 "feature.planSelection.fullscreen.dialog.message": "Olete hakanud meie tasuta tellimusele tagasi minema. Olete ikka kindel? Selle asemel klõpsake siin, et saada rohkem teenuseid ja funktsioone vaid {currency} {price} eest kuus.",
18 "feature.planSelection.fullscreen.dialog.title": "Minge tagasi oma Ferdi'i tellimusele",
19 "feature.planSelection.fullscreen.subheadline": "On aeg teha valik. Ferdi töötab kõige paremini meie Personal ja Professional tellimustega. Vaadake palun ja valige endale sobiv.",
20 "feature.planSelection.fullscreen.welcome": "{name}, kas olete valmis valima?",
21 "feature.planSelection.personal.text": "Rohkem teenuseid, ilma ootamiseta - ideaalne isiklikuks kasutamiseks.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "Kõik hinnad põhinevad aastamaksel",
23 "feature.planSelection.pro.text": "Piiramatu teenus ja täiustatud funktsioonid teile ja teie meeskonnale.",
24 "feature.serviceLimit.limitReached": "Olete lisanud {amount} teenust, saadaolevast {limit} teenusest, mis on lubatud tellimuses. Teenuste lisamiseks täiendage oma kontot.",
25 "feature.shareFranz.action.email": "Saadke e-kirjana", 8 "feature.shareFranz.action.email": "Saadke e-kirjana",
26 "feature.shareFranz.action.facebook": "Jagage Facebookis", 9 "feature.shareFranz.action.facebook": "Jagage Facebookis",
27 "feature.shareFranz.action.twitter": "Jagage Twitteris", 10 "feature.shareFranz.action.twitter": "Jagage Twitteris",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com", 12 "feature.shareFranz.shareText.email": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com",
30 "feature.shareFranz.shareText.twitter": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com /cc @FerdiMessenger",
31 "feature.shareFranz.text": "Rääkige oma sõpradele ja kolleegidele, kui vinge Ferdi on, ja aidake meil seda sõna levitada.", 14 "feature.shareFranz.text": "Rääkige oma sõpradele ja kolleegidele, kui vinge Ferdi on, ja aidake meil seda sõna levitada.",
32 "feature.todos.premium.info": "Ferdi'i ülesanded on nüüd saadaval tasulise tellimusega kasutajatele!",
33 "feature.todos.premium.rollout": "Kõigil teistel tuleb veidi kauem oodata.",
34 "feature.todos.premium.upgrade": "Uuendage oma kontot",
35 "feature.trialStatusBar.cta": "Uuendage nüüd",
36 "feature.trialStatusBar.expired": "Teie tasuta Ferdii {plan} proovitellimus on lõppenud, uuendage oma kontot.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Minge tagasi tasuta tellimusele",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Valige Personal tellimus",
39 "feature.trialStatusBar.fullscreen.dialog.message": "Olete hakanud meie tasuta tellimusele tagasi minema. Olete ikka kindel? Selle asemel klõpsake siin, et saada rohkem teenuseid ja funktsioone vaid {currency} {price} eest kuus.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Minge tagasi oma Ferdi'i tellimusele",
41 "feature.trialStatusBar.restTime": "Teie tasuta Ferdi'i {plan} proovtellimus lõpeb {time} pärast.",
42 "global.api.unhealthy": "Ups! Ferdi'i võrguteenustega ei saa ühendust luua", 15 "global.api.unhealthy": "Ups! Ferdi'i võrguteenustega ei saa ühendust luua",
43 "global.franzProRequired": "Vajalik Ferdi Professional tellimus", 16 "global.franzProRequired": "Vajalik Ferdi Professional tellimus",
44 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.", 17 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "Tuvastage keel automaatselt", 19 "global.spellchecking.autodetect": "Tuvastage keel automaatselt",
47 "global.spellchecking.autodetect.short": "Automaatne", 20 "global.spellchecking.autodetect.short": "Automaatne",
48 "global.spellchecking.language": "Õigekirja kontrollimise keel", 21 "global.spellchecking.language": "Õigekirja kontrollimise keel",
49 "global.upgradeButton.upgradeToPro": "Täiendage Ferdi Professional tellimusele",
50 "import.headline": "Importige oma Ferdi 4 teenused", 22 "import.headline": "Importige oma Ferdi 4 teenused",
51 "import.notSupportedHeadline": "Teenused, mida Ferdi 5 veel ei toeta", 23 "import.notSupportedHeadline": "Teenused, mida Ferdi 5 veel ei toeta",
52 "import.skip.label": "Soovin teenuseid käsitsi lisada", 24 "import.skip.label": "Soovin teenuseid käsitsi lisada",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "Laadi teenused uuesti", 28 "infobar.buttonReloadServices": "Laadi teenused uuesti",
57 "infobar.requiredRequestsFailed": "Teenuseid ja kasutajainfot ei õnnestunud laadida", 29 "infobar.requiredRequestsFailed": "Teenuseid ja kasutajainfot ei õnnestunud laadida",
58 "infobar.servicesUpdated": "Teie teenuseid on uuendatud.", 30 "infobar.servicesUpdated": "Teie teenuseid on uuendatud.",
59 "infobar.trialActivated": "Teie proovitellimus oli edukalt aktiveeritud. Head sõnumineerimist!",
60 "infobar.updateAvailable": "Ferdi'i jaoks on saadaval uus värskendus.", 31 "infobar.updateAvailable": "Ferdi'i jaoks on saadaval uus värskendus.",
61 "invite.email.label": "E-posti aadress", 32 "invite.email.label": "E-posti aadress",
62 "invite.headline.friends": "Kutsu oma 3 sõpra või kolleegi liituma", 33 "invite.headline.friends": "Kutsu oma 3 sõpra või kolleegi liituma",
@@ -142,7 +113,6 @@
142 "password.noUser": "Ühtegi selle e-posti aadressiga kasutajat ei leitud", 113 "password.noUser": "Ühtegi selle e-posti aadressiga kasutajat ei leitud",
143 "password.submit.label": "Saada", 114 "password.submit.label": "Saada",
144 "password.successInfo": "Palun kontrollige oma e-posti aadressi", 115 "password.successInfo": "Palun kontrollige oma e-posti aadressi",
145 "premiumFeature.button.upgradeAccount": "Konto täiendamine",
146 "pricing.features.accountSync": "Konto sünkroonimine", 116 "pricing.features.accountSync": "Konto sünkroonimine",
147 "pricing.features.adFree": "Igavesti reklaamivaba", 117 "pricing.features.adFree": "Igavesti reklaamivaba",
148 "pricing.features.appDelays": "Ootavaid ekraane pole", 118 "pricing.features.appDelays": "Ootavaid ekraane pole",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Lisa kuni 6 teenust", 129 "pricing.features.upToSixServices": "Lisa kuni 6 teenust",
160 "pricing.features.upToThreeServices": "Lisa kuni 3 teenust", 130 "pricing.features.upToThreeServices": "Lisa kuni 3 teenust",
161 "pricing.features.workspaces": "Tööruumid", 131 "pricing.features.workspaces": "Tööruumid",
162 "pricing.plan.free": "Tasuta",
163 "pricing.plan.legacy": "Täiendatud",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal kuumakse põhine",
166 "pricing.plan.personal-yearly": "Personal aastamakse põhine",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional kuumakse põhine",
169 "pricing.plan.pro-yearly": "Professional aastamakse põhine",
170 "pricing.trial.cta.accept": "Alusta minu 14-päevast Ferdi'i proovitellimust",
171 "pricing.trial.cta.skip": "Edasi Ferdi'ini",
172 "pricing.trial.cta.start": "Alusta Ferdi'i kasutamist",
173 "pricing.trial.error": "Vabandust, me ei saanud teie proovitellimust aktiveerida!",
174 "pricing.trial.features.headline": "Ferdi Professional sisaldab:",
175 "pricing.trial.headline.pro": "Hei {name}, tere tulemast Ferdi'i",
176 "pricing.trial.intro.happyMessaging": "Head sõnumineerimist.",
177 "pricing.trial.intro.specialTreat": "Meil on teile spetsiaalne maiuspala.",
178 "pricing.trial.intro.tryPro": "Nautige täielikku Ferdi Professional'i kogemust 14 päeva jooksul täiesti tasuta.",
179 "pricing.trial.terms.automaticTrialEnd": "Teie tasuta proovitellimus lõpeb automaatselt 14 päeva pärast",
180 "pricing.trial.terms.headline": "Stringe pole lisatud",
181 "pricing.trial.terms.noCreditCard": "Krediitkaarti pole vaja",
182 "pricing.trial.terms.trialWorth": "Tasuta proovitellimus (tavaliselt {currency}{price} kuus)",
183 "service.crashHandler.action": "Laadi {name} uuesti", 132 "service.crashHandler.action": "Laadi {name} uuesti",
184 "service.crashHandler.autoReload": "Püütakse {name} automaatselt taastada {seconds} sekundi jooksul", 133 "service.crashHandler.autoReload": "Püütakse {name} automaatselt taastada {seconds} sekundi jooksul",
185 "service.crashHandler.headline": "Oh ei!", 134 "service.crashHandler.headline": "Oh ei!",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "Oh ei!", 140 "service.errorHandler.headline": "Oh ei!",
192 "service.errorHandler.message": "Tõrge", 141 "service.errorHandler.message": "Tõrge",
193 "service.errorHandler.text": "{name} laadimine nurjus.", 142 "service.errorHandler.text": "{name} laadimine nurjus.",
194 "service.restrictedHandler.action": "Uuendage oma kontot",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional tellimus on nõutav",
196 "service.restrictedHandler.customUrl.text": "Kohandatud URL-ide ja ise hostitud teenuste kasutamiseks minge üle Ferdi Professional'i tellimusele.",
197 "service.restrictedHandler.serviceLimit.headline": "Olete jõudnud oma maksimaalselt lubatud teenusete arvuni.",
198 "service.restrictedHandler.serviceLimit.text": "Palun täiendage oma kontot, et kasutada rohkem, kui {count} teenust.",
199 "service.webviewLoader.loading": "Laadimine", 143 "service.webviewLoader.loading": "Laadimine",
200 "services.getStarted": "Alusta", 144 "services.getStarted": "Alusta",
201 "services.welcome": "Tere tulemast Ferdi'i", 145 "services.welcome": "Tere tulemast Ferdi'i",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "Arved", 156 "settings.account.headlineInvoices": "Arved",
213 "settings.account.headlinePassword": "Muuda salasõna", 157 "settings.account.headlinePassword": "Muuda salasõna",
214 "settings.account.headlineProfile": "Profiili uuendamine", 158 "settings.account.headlineProfile": "Profiili uuendamine",
215 "settings.account.headlineSubscription": "Teie tellimus",
216 "settings.account.headlineTrialUpgrade": "Hankige tasuta 14-päevane Ferdi'i proovitellimus",
217 "settings.account.headlineUpgradeAccount": "Täiendage oma kontot ja saate täieliku Ferdi'i kasutuskogemuse",
218 "settings.account.invoiceDownload": "Laadi alla",
219 "settings.account.manageSubscription.label": "Halda oma tellimust",
220 "settings.account.successInfo": "Teie muudatused on salvestatud", 159 "settings.account.successInfo": "Teie muudatused on salvestatud",
221 "settings.account.trial": "Tasuta proovitellimus",
222 "settings.account.trialEndsIn": "Teie tasuta prooviperiood lõpeb {duration} pärast.",
223 "settings.account.trialUpdateBillingInfo": "Palun uuendage oma arveldusteavet, et jätkata teenuse {license} kasutamist ka pärast prooviperioodi.",
224 "settings.account.tryReloadServices": "Proovi uuesti", 160 "settings.account.tryReloadServices": "Proovi uuesti",
225 "settings.account.tryReloadUserInfoRequest": "Proovi uuesti", 161 "settings.account.tryReloadUserInfoRequest": "Proovi uuesti",
226 "settings.account.upgradeToPro.label": "Täiendage Ferdi Professional tellimusele",
227 "settings.account.userInfoRequestFailed": "Kasutaja teabe laadimine nurjus", 162 "settings.account.userInfoRequestFailed": "Kasutaja teabe laadimine nurjus",
228 "settings.account.yourLicense": "Teie Ferdi'i litsents", 163 "settings.account.yourLicense": "Teie Ferdi'i litsents",
229 "settings.app.buttonClearAllCache": "Tühjenda vahemälu", 164 "settings.app.buttonClearAllCache": "Tühjenda vahemälu",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "Saadaolevad teenused", 223 "settings.service.form.availableServices": "Saadaolevad teenused",
289 "settings.service.form.customUrl": "Kohandatud server", 224 "settings.service.form.customUrl": "Kohandatud server",
290 "settings.service.form.customUrlPremiumInfo": "Isemajutatavate teenuste lisamiseks vajate Ferdi Premium'i tellimust.", 225 "settings.service.form.customUrlPremiumInfo": "Isemajutatavate teenuste lisamiseks vajate Ferdi Premium'i tellimust.",
291 "settings.service.form.customUrlUpgradeAccount": "Uuendage oma kontot",
292 "settings.service.form.customUrlValidationError": "Kohandatud {name} serverit ei saanud kinnitada.", 226 "settings.service.form.customUrlValidationError": "Kohandatud {name} serverit ei saanud kinnitada.",
293 "settings.service.form.deleteButton": "Kustuta teenus", 227 "settings.service.form.deleteButton": "Kustuta teenus",
294 "settings.service.form.editServiceHeadline": "Muuda {name}", 228 "settings.service.form.editServiceHeadline": "Muuda {name}",
@@ -384,18 +318,6 @@
384 "signup.link.login": "Kas teil on juba konto, logi sisse?", 318 "signup.link.login": "Kas teil on juba konto, logi sisse?",
385 "signup.password.label": "Salasõna", 319 "signup.password.label": "Salasõna",
386 "signup.submit.label": "Loo konto", 320 "signup.submit.label": "Loo konto",
387 "subscription.bestValue": "Parim hind",
388 "subscription.cta.activateTrial": "Jah, alusta tasuta Ferdi Professional'i proovitellimust",
389 "subscription.cta.allOptions": "Vaata kõiki võimalusi",
390 "subscription.cta.choosePlan": "Valige oma tellimus",
391 "subscription.interval.per": "{interval} kohta",
392 "subscription.interval.perMonth": "kuus",
393 "subscription.interval.perMonthPerUser": "kuus kasutaja kohta",
394 "subscription.planItem.upgradeAccount": "Uuendage oma kontot",
395 "subscription.teaser.includedFeatures": "Tasuliste Ferdi'i tellimuste hulka kuuluvad:",
396 "subscription.teaser.intro": "Ferdi 5 sisaldab laia valikut uusi funktsioone, et teie igapäevast suhtlemist veelgi paremaks muuta - patareid kaasaarvatud. Tutvuge meie uute tellimusvariantidega ja saate teada, milline neist sobib teile kõige paremini!",
397 "subscriptionPopup.buttonCancel": "Loobu",
398 "subscriptionPopup.buttonDone": "Valmis",
399 "tabs.item.deleteService": "Kustuta teenus", 321 "tabs.item.deleteService": "Kustuta teenus",
400 "tabs.item.disableAudio": "Keela heli", 322 "tabs.item.disableAudio": "Keela heli",
401 "tabs.item.disableNotifications": "Keela teated", 323 "tabs.item.disableNotifications": "Keela teated",
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index 40ebacd10..81959416a 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "تغییرات فرَنز {version}", 7 "feature.announcements.changelog.headline": "تغییرات فرَنز {version}",
8 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
9 "feature.planSelection.cta.stayOnFree": "Stay on Free",
10 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
11 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
12 "feature.planSelection.cta.upgradePro": "Choose Professional",
13 "feature.planSelection.free.text": "Basic functionality",
14 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
17 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
18 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
19 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
20 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
21 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
23 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
24 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
25 "feature.shareFranz.action.email": "ارسال به صورت ایمیل", 8 "feature.shareFranz.action.email": "ارسال به صورت ایمیل",
26 "feature.shareFranz.action.facebook": "اشتراک‌گذاری در فیس بوک", 9 "feature.shareFranz.action.facebook": "اشتراک‌گذاری در فیس بوک",
27 "feature.shareFranz.action.twitter": "اشتراک‌گذاری در توییتر", 10 "feature.shareFranz.action.twitter": "اشتراک‌گذاری در توییتر",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن.", 12 "feature.shareFranz.shareText.email": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن.",
30 "feature.shareFranz.shareText.twitter": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن /cc @FerdiMessenger",
31 "feature.shareFranz.text": "به دوستات بگو فرَنز چقدر باحاله و بهمون کمک کن گسترش پیدا کنیم.", 14 "feature.shareFranz.text": "به دوستات بگو فرَنز چقدر باحاله و بهمون کمک کن گسترش پیدا کنیم.",
32 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
33 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
34 "feature.todos.premium.upgrade": "Upgrade Account",
35 "feature.trialStatusBar.cta": "Upgrade now",
36 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
39 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
41 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
42 "global.api.unhealthy": "به سرویس های آنلاین فرَنز متصل نشدی", 15 "global.api.unhealthy": "به سرویس های آنلاین فرَنز متصل نشدی",
43 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
44 "global.notConnectedToTheInternet": "اینترنت وصل نیست", 17 "global.notConnectedToTheInternet": "اینترنت وصل نیست",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "تشخیص خودکار زبان", 19 "global.spellchecking.autodetect": "تشخیص خودکار زبان",
47 "global.spellchecking.autodetect.short": "خودکار", 20 "global.spellchecking.autodetect.short": "خودکار",
48 "global.spellchecking.language": "زبان غلط یاب املایی", 21 "global.spellchecking.language": "زبان غلط یاب املایی",
49 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
50 "import.headline": "جانشانی سرویس های فرانز 4", 22 "import.headline": "جانشانی سرویس های فرانز 4",
51 "import.notSupportedHeadline": "این سرویس ها در Ferdi ۵ پشتیبانی نمیشوند.", 23 "import.notSupportedHeadline": "این سرویس ها در Ferdi ۵ پشتیبانی نمیشوند.",
52 "import.skip.label": "میخواهم سرویس ها را به صورت دستی اضافه کنم.", 24 "import.skip.label": "میخواهم سرویس ها را به صورت دستی اضافه کنم.",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "بارگذاری مجدد سرویس ها", 28 "infobar.buttonReloadServices": "بارگذاری مجدد سرویس ها",
57 "infobar.requiredRequestsFailed": "بارگذاری سرویس ها و اطلاعات کاربر ممکن نیست", 29 "infobar.requiredRequestsFailed": "بارگذاری سرویس ها و اطلاعات کاربر ممکن نیست",
58 "infobar.servicesUpdated": "سرویس های شما به روز رسانی شدند.", 30 "infobar.servicesUpdated": "سرویس های شما به روز رسانی شدند.",
59 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
60 "infobar.updateAvailable": "یک به روز رسانی جدید برای Ferdi آماده است.", 31 "infobar.updateAvailable": "یک به روز رسانی جدید برای Ferdi آماده است.",
61 "invite.email.label": "نشانی ایمیل", 32 "invite.email.label": "نشانی ایمیل",
62 "invite.headline.friends": "دعوت ۳ نفر از دوستان یا همکارانتان.", 33 "invite.headline.friends": "دعوت ۳ نفر از دوستان یا همکارانتان.",
@@ -142,7 +113,6 @@
142 "password.noUser": "هیچ کاربری با این نشانی ایمیل یافت نشد ", 113 "password.noUser": "هیچ کاربری با این نشانی ایمیل یافت نشد ",
143 "password.submit.label": "ارسال ", 114 "password.submit.label": "ارسال ",
144 "password.successInfo": "لطفا ایمیل خود را چک کنید", 115 "password.successInfo": "لطفا ایمیل خود را چک کنید",
145 "premiumFeature.button.upgradeAccount": "ارتقای حساب",
146 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
147 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
148 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
160 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
161 "pricing.features.workspaces": "Workspaces", 131 "pricing.features.workspaces": "Workspaces",
162 "pricing.plan.free": "Free",
163 "pricing.plan.legacy": "Premium",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal Monthly",
166 "pricing.plan.personal-yearly": "Personal Yearly",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional Monthly",
169 "pricing.plan.pro-yearly": "Professional Yearly",
170 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
171 "pricing.trial.cta.skip": "Continue to Ferdi",
172 "pricing.trial.cta.start": "Start using Ferdi",
173 "pricing.trial.error": "Sorry, we could not activate your trial!",
174 "pricing.trial.features.headline": "Ferdi Professional includes:",
175 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
176 "pricing.trial.intro.happyMessaging": "Happy messaging,",
177 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
178 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
179 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
180 "pricing.trial.terms.headline": "No strings attached",
181 "pricing.trial.terms.noCreditCard": "No credit card required",
182 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
183 "service.crashHandler.action": "بارگذاری مجدد {name}", 132 "service.crashHandler.action": "بارگذاری مجدد {name}",
184 "service.crashHandler.autoReload": "در حال بازیابی{نام} در{ثانیه} ثانیه به طور خودکار", 133 "service.crashHandler.autoReload": "در حال بازیابی{نام} در{ثانیه} ثانیه به طور خودکار",
185 "service.crashHandler.headline": "وای نه! ", 134 "service.crashHandler.headline": "وای نه! ",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "وای نه! ", 140 "service.errorHandler.headline": "وای نه! ",
192 "service.errorHandler.message": "خطا ", 141 "service.errorHandler.message": "خطا ",
193 "service.errorHandler.text": "{name} بارگذاری نشد.", 142 "service.errorHandler.text": "{name} بارگذاری نشد.",
194 "service.restrictedHandler.action": "Upgrade Account",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
196 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
197 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
198 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
199 "service.webviewLoader.loading": "در حال بارگذاری", 143 "service.webviewLoader.loading": "در حال بارگذاری",
200 "services.getStarted": "شروع ", 144 "services.getStarted": "شروع ",
201 "services.welcome": "به فرانز خوش آمدید", 145 "services.welcome": "به فرانز خوش آمدید",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "فاکتورها", 156 "settings.account.headlineInvoices": "فاکتورها",
213 "settings.account.headlinePassword": "تغییر کلمه عبور", 157 "settings.account.headlinePassword": "تغییر کلمه عبور",
214 "settings.account.headlineProfile": "بروزرسانی پروفایل", 158 "settings.account.headlineProfile": "بروزرسانی پروفایل",
215 "settings.account.headlineSubscription": "اشتراک شما",
216 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
217 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
218 "settings.account.invoiceDownload": "دانلود",
219 "settings.account.manageSubscription.label": "اشتراک خود را مدیریت کنید",
220 "settings.account.successInfo": "تغییرات شما ذخیره شد!", 159 "settings.account.successInfo": "تغییرات شما ذخیره شد!",
221 "settings.account.trial": "Free Trial",
222 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
223 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
224 "settings.account.tryReloadServices": "تلاش مجدد ", 160 "settings.account.tryReloadServices": "تلاش مجدد ",
225 "settings.account.tryReloadUserInfoRequest": "تلاش مجدد ", 161 "settings.account.tryReloadUserInfoRequest": "تلاش مجدد ",
226 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
227 "settings.account.userInfoRequestFailed": "نمی‌توان اطلاعات کاربر را بارگذاری کرد.", 162 "settings.account.userInfoRequestFailed": "نمی‌توان اطلاعات کاربر را بارگذاری کرد.",
228 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
229 "settings.app.buttonClearAllCache": "پاک کردن حافظه پنهان", 164 "settings.app.buttonClearAllCache": "پاک کردن حافظه پنهان",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "سرویس های موجود", 223 "settings.service.form.availableServices": "سرویس های موجود",
289 "settings.service.form.customUrl": "سرور سفارشی", 224 "settings.service.form.customUrl": "سرور سفارشی",
290 "settings.service.form.customUrlPremiumInfo": "برای اضافه کردن سرویس هایی که خود دارید ، نیاز به پشتیبانی پیشرفته فرانز را دارید", 225 "settings.service.form.customUrlPremiumInfo": "برای اضافه کردن سرویس هایی که خود دارید ، نیاز به پشتیبانی پیشرفته فرانز را دارید",
291 "settings.service.form.customUrlUpgradeAccount": "اکانت خود را ارتقا دهید",
292 "settings.service.form.customUrlValidationError": "نتوانستیم سرور {نام} را تایید اعتبار کنیم", 226 "settings.service.form.customUrlValidationError": "نتوانستیم سرور {نام} را تایید اعتبار کنیم",
293 "settings.service.form.deleteButton": "حذف سرویس", 227 "settings.service.form.deleteButton": "حذف سرویس",
294 "settings.service.form.editServiceHeadline": "ویرایش {name}", 228 "settings.service.form.editServiceHeadline": "ویرایش {name}",
@@ -384,18 +318,6 @@
384 "signup.link.login": "صاحب اکانت هستید ؟ وارد شوید", 318 "signup.link.login": "صاحب اکانت هستید ؟ وارد شوید",
385 "signup.password.label": "رمز عبور", 319 "signup.password.label": "رمز عبور",
386 "signup.submit.label": "ایجاد حساب جدید", 320 "signup.submit.label": "ایجاد حساب جدید",
387 "subscription.bestValue": "Best value",
388 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
389 "subscription.cta.allOptions": "See all options",
390 "subscription.cta.choosePlan": "Choose your plan",
391 "subscription.interval.per": "per {interval}",
392 "subscription.interval.perMonth": "per month",
393 "subscription.interval.perMonthPerUser": "per month & user",
394 "subscription.planItem.upgradeAccount": "Upgrade Account",
395 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
396 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
397 "subscriptionPopup.buttonCancel": "انصراف",
398 "subscriptionPopup.buttonDone": "انجام شد",
399 "tabs.item.deleteService": "حذف سرویس", 321 "tabs.item.deleteService": "حذف سرویس",
400 "tabs.item.disableAudio": "غیرفعال کردن صدا", 322 "tabs.item.disableAudio": "غیرفعال کردن صدا",
401 "tabs.item.disableNotifications": "غیر فعال کردن اعلان ها", 323 "tabs.item.disableNotifications": "غیر فعال کردن اعلان ها",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 463ac257d..fea19c517 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Lisäsin Ferdiin {count} palvelun! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Lisäsin Ferdiin {count} palvelun! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Olen lisännyt {count} palvelua Ferdiin! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Olen lisännyt {count} palvelua Ferdiin! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Kerro ystävillesi ja kollegoille, kuinka Ferdi on mahtava ja auta meitä levittämään sanaa eteenpäin.", 35 "feature.shareFranz.text": "Kerro ystävillesi ja kollegoille, kuinka Ferdi on mahtava ja auta meitä levittämään sanaa eteenpäin.",
36 "feature.todos.premium.info": "Ferdi Todos on saatavilla nyt premium-käyttäjille!",
37 "feature.todos.premium.rollout": "Kaikkien muiden on odotettava hieman kauemmin.",
38 "feature.todos.premium.upgrade": "Päivitä tili",
39 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä", 36 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä",
40 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.", 37 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.",
41 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})", 38 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Voi ei!", 179 "service.errorHandler.headline": "Voi ei!",
183 "service.errorHandler.message": "Virhe", 180 "service.errorHandler.message": "Virhe",
184 "service.errorHandler.text": "{name} lataus epäonnistui.", 181 "service.errorHandler.text": "{name} lataus epäonnistui.",
185 "service.restrictedHandler.action": "Päivitä tili",
186 "service.restrictedHandler.customUrl.headline": "Vaaditaan Ferdi Professional Plan",
187 "service.restrictedHandler.customUrl.text": "Ole hyvä ja päivitä Ferdi Professional Plan käyttääksesi omia Url-osoitteita ja itse isännöityjä palveluita.",
188 "service.restrictedHandler.serviceLimit.headline": "Olet saavuttanut palvelusi enimmäismäärän.",
189 "service.restrictedHandler.serviceLimit.text": "Ole hyvä ja päivitä tilisi käyttääksesi enemmän kuin {count} palvelua.",
190 "service.webviewLoader.loading": "Ladataan {service}", 182 "service.webviewLoader.loading": "Ladataan {service}",
191 "services.getStarted": "Aloita", 183 "services.getStarted": "Aloita",
192 "services.login": "Kirjaudu sisään käyttääksesi Ferdiä.", 184 "services.login": "Kirjaudu sisään käyttääksesi Ferdiä.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Laskut", 198 "settings.account.headlineInvoices": "Laskut",
207 "settings.account.headlinePassword": "Vaihda salasana", 199 "settings.account.headlinePassword": "Vaihda salasana",
208 "settings.account.headlineProfile": "Päivitä profiili", 200 "settings.account.headlineProfile": "Päivitä profiili",
209 "settings.account.headlineSubscription": "Tilauksesi",
210 "settings.account.invoiceDownload": "Lataa",
211 "settings.account.manageSubscription.label": "Hallinnoi tilaustasi",
212 "settings.account.successInfo": "Tekemäsi muutokset on tallennettu", 201 "settings.account.successInfo": "Tekemäsi muutokset on tallennettu",
213 "settings.account.tryReloadServices": "Yritä uudelleen", 202 "settings.account.tryReloadServices": "Yritä uudelleen",
214 "settings.account.tryReloadUserInfoRequest": "Yritä uudelleen", 203 "settings.account.tryReloadUserInfoRequest": "Yritä uudelleen",
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index 0bf939054..7c63509db 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
9 "feature.planSelection.cta.stayOnFree": "Stay on Free",
10 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
11 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
12 "feature.planSelection.cta.upgradePro": "Choose Professional",
13 "feature.planSelection.free.text": "Basic functionality",
14 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
17 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
18 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
19 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
20 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
21 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
23 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
24 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
25 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
26 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
27 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
30 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
31 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
32 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
33 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
34 "feature.todos.premium.upgrade": "Upgrade Account",
35 "feature.trialStatusBar.cta": "Upgrade now",
36 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
39 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
41 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
42 "global.api.unhealthy": "Hindi maka connect sa 'Ferdi online services'", 15 "global.api.unhealthy": "Hindi maka connect sa 'Ferdi online services'",
43 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
44 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.", 17 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
47 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
48 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
49 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
50 "import.headline": "Ilagay ang iyonhg Ferdi 4 services", 22 "import.headline": "Ilagay ang iyonhg Ferdi 4 services",
51 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdi 5", 23 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdi 5",
52 "import.skip.label": "Gusto kong magdagdag", 24 "import.skip.label": "Gusto kong magdagdag",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "I-load muli ang mga serbisyo", 28 "infobar.buttonReloadServices": "I-load muli ang mga serbisyo",
57 "infobar.requiredRequestsFailed": "Hindi mai-load ang mga serbisyo at ang impormasyon tungkol sa user.", 29 "infobar.requiredRequestsFailed": "Hindi mai-load ang mga serbisyo at ang impormasyon tungkol sa user.",
58 "infobar.servicesUpdated": "Na-update na ang iyong mga serbisyo.", 30 "infobar.servicesUpdated": "Na-update na ang iyong mga serbisyo.",
59 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
60 "infobar.updateAvailable": "May bagong update.", 31 "infobar.updateAvailable": "May bagong update.",
61 "invite.email.label": "Email Address", 32 "invite.email.label": "Email Address",
62 "invite.headline.friends": "Invite 3 of your friends or colleagues", 33 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -142,7 +113,6 @@
142 "password.noUser": "No user with that email address was found", 113 "password.noUser": "No user with that email address was found",
143 "password.submit.label": "Submit", 114 "password.submit.label": "Submit",
144 "password.successInfo": "Please check your email", 115 "password.successInfo": "Please check your email",
145 "premiumFeature.button.upgradeAccount": "Upgrade account",
146 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
147 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
148 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
160 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
161 "pricing.features.workspaces": "Workspaces", 131 "pricing.features.workspaces": "Workspaces",
162 "pricing.plan.free": "Free",
163 "pricing.plan.legacy": "Premium",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal Monthly",
166 "pricing.plan.personal-yearly": "Personal Yearly",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional Monthly",
169 "pricing.plan.pro-yearly": "Professional Yearly",
170 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
171 "pricing.trial.cta.skip": "Continue to Ferdi",
172 "pricing.trial.cta.start": "Start using Ferdi",
173 "pricing.trial.error": "Sorry, we could not activate your trial!",
174 "pricing.trial.features.headline": "Ferdi Professional includes:",
175 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
176 "pricing.trial.intro.happyMessaging": "Happy messaging,",
177 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
178 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
179 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
180 "pricing.trial.terms.headline": "No strings attached",
181 "pricing.trial.terms.noCreditCard": "No credit card required",
182 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
183 "service.crashHandler.action": "Reload {name}", 132 "service.crashHandler.action": "Reload {name}",
184 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 133 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
185 "service.crashHandler.headline": "Oh no!", 134 "service.crashHandler.headline": "Oh no!",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "Oh no!", 140 "service.errorHandler.headline": "Oh no!",
192 "service.errorHandler.message": "Error", 141 "service.errorHandler.message": "Error",
193 "service.errorHandler.text": "{name} has failed to load.", 142 "service.errorHandler.text": "{name} has failed to load.",
194 "service.restrictedHandler.action": "Upgrade Account",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
196 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
197 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
198 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
199 "service.webviewLoader.loading": "Loading", 143 "service.webviewLoader.loading": "Loading",
200 "services.getStarted": "Get started", 144 "services.getStarted": "Get started",
201 "services.welcome": "Welcome to Ferdi", 145 "services.welcome": "Welcome to Ferdi",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "Invoices", 156 "settings.account.headlineInvoices": "Invoices",
213 "settings.account.headlinePassword": "Change password", 157 "settings.account.headlinePassword": "Change password",
214 "settings.account.headlineProfile": "Update profile", 158 "settings.account.headlineProfile": "Update profile",
215 "settings.account.headlineSubscription": "Your subscription",
216 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
217 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
218 "settings.account.invoiceDownload": "Download",
219 "settings.account.manageSubscription.label": "Manage your subscription",
220 "settings.account.successInfo": "Your changes have been saved", 159 "settings.account.successInfo": "Your changes have been saved",
221 "settings.account.trial": "Free Trial",
222 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
223 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
224 "settings.account.tryReloadServices": "Try again", 160 "settings.account.tryReloadServices": "Try again",
225 "settings.account.tryReloadUserInfoRequest": "Try again", 161 "settings.account.tryReloadUserInfoRequest": "Try again",
226 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
227 "settings.account.userInfoRequestFailed": "Could not load user information", 162 "settings.account.userInfoRequestFailed": "Could not load user information",
228 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
229 "settings.app.buttonClearAllCache": "Clear cache", 164 "settings.app.buttonClearAllCache": "Clear cache",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "Available services", 223 "settings.service.form.availableServices": "Available services",
289 "settings.service.form.customUrl": "Custom server", 224 "settings.service.form.customUrl": "Custom server",
290 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 225 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
291 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
292 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 226 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
293 "settings.service.form.deleteButton": "Delete service", 227 "settings.service.form.deleteButton": "Delete service",
294 "settings.service.form.editServiceHeadline": "Edit {name}", 228 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -384,18 +318,6 @@
384 "signup.link.login": "Already have an account, sign in?", 318 "signup.link.login": "Already have an account, sign in?",
385 "signup.password.label": "Password", 319 "signup.password.label": "Password",
386 "signup.submit.label": "Create account", 320 "signup.submit.label": "Create account",
387 "subscription.bestValue": "Best value",
388 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
389 "subscription.cta.allOptions": "See all options",
390 "subscription.cta.choosePlan": "Choose your plan",
391 "subscription.interval.per": "per {interval}",
392 "subscription.interval.perMonth": "per month",
393 "subscription.interval.perMonthPerUser": "per month & user",
394 "subscription.planItem.upgradeAccount": "Upgrade Account",
395 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
396 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
397 "subscriptionPopup.buttonCancel": "Cancel",
398 "subscriptionPopup.buttonDone": "Done",
399 "tabs.item.deleteService": "Delete service", 321 "tabs.item.deleteService": "Delete service",
400 "tabs.item.disableAudio": "Disable audio", 322 "tabs.item.disableAudio": "Disable audio",
401 "tabs.item.disableNotifications": "Disable notifications", 323 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index e89f25ea3..0c2e59bc6 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "J'ai ajouté {count} services sur Ferdi ! Télécharger l'application gratuite pour WhatsApp, Messenger, Skype et autres sur www.getferdi.com", 33 "feature.shareFranz.shareText.email": "J'ai ajouté {count} services sur Ferdi ! Télécharger l'application gratuite pour WhatsApp, Messenger, Skype et autres sur www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "J'ai ajouté {count} services à Ferdi! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et autres sur www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "J'ai ajouté {count} services à Ferdi! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et autres sur www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Dites à vos amis et collègues a quel point Ferdi est super et aidez nous à faire passer le mot.", 35 "feature.shareFranz.text": "Dites à vos amis et collègues a quel point Ferdi est super et aidez nous à faire passer le mot.",
36 "feature.todos.premium.info": "Ferdi Todos est disponible aux utilisateurs premium maintenant!",
37 "feature.todos.premium.rollout": "Tout le monde devra attendre un peux plus longtemps.",
38 "feature.todos.premium.upgrade": "Améliorez votre compte",
39 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi", 36 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi",
40 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.", 37 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.",
41 "global.spellchecker.useDefault": "Par défaut ({default})", 38 "global.spellchecker.useDefault": "Par défaut ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh non!", 179 "service.errorHandler.headline": "Oh non!",
183 "service.errorHandler.message": "Erreur", 180 "service.errorHandler.message": "Erreur",
184 "service.errorHandler.text": "Le chargement de {name} a échoué.", 181 "service.errorHandler.text": "Le chargement de {name} a échoué.",
185 "service.restrictedHandler.action": "Améliorez votre compte",
186 "service.restrictedHandler.customUrl.headline": "Le Plan Ferdi Professionnel requis",
187 "service.restrictedHandler.customUrl.text": "Veuillez passer à Ferdi Professionnel pour pouvoir utiliser vos propres urls et services auto-hébergés.",
188 "service.restrictedHandler.serviceLimit.headline": "Vous avez atteint votre limite de service.",
189 "service.restrictedHandler.serviceLimit.text": "S'il vous plaît améliorer votre compte pour utilisé plus que {count} services.",
190 "service.webviewLoader.loading": "Chargement de {service}", 182 "service.webviewLoader.loading": "Chargement de {service}",
191 "services.getStarted": "Commencer", 183 "services.getStarted": "Commencer",
192 "services.login": "Veuillez vous connecter pour utiliser Ferdi.", 184 "services.login": "Veuillez vous connecter pour utiliser Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Factures", 198 "settings.account.headlineInvoices": "Factures",
207 "settings.account.headlinePassword": "Changer le mot de passe", 199 "settings.account.headlinePassword": "Changer le mot de passe",
208 "settings.account.headlineProfile": "Mettre à jour le profil", 200 "settings.account.headlineProfile": "Mettre à jour le profil",
209 "settings.account.headlineSubscription": "Votre abonnement",
210 "settings.account.invoiceDownload": "Télécharger",
211 "settings.account.manageSubscription.label": "Gérer votre abonnement",
212 "settings.account.successInfo": "Vos modifications ont été enregistrées", 201 "settings.account.successInfo": "Vos modifications ont été enregistrées",
213 "settings.account.tryReloadServices": "Réessayer", 202 "settings.account.tryReloadServices": "Réessayer",
214 "settings.account.tryReloadUserInfoRequest": "Réessayer", 203 "settings.account.tryReloadUserInfoRequest": "Réessayer",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 11fe5b23a..4ac5940c5 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne", 36 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne",
40 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.", 37 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oró, ní hea!", 179 "service.errorHandler.headline": "Oró, ní hea!",
183 "service.errorHandler.message": "Earráid", 180 "service.errorHandler.message": "Earráid",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Cuir tús", 183 "services.getStarted": "Cuir tús",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Sonraisc", 198 "settings.account.headlineInvoices": "Sonraisc",
207 "settings.account.headlinePassword": "Athraigh pasfhocal", 199 "settings.account.headlinePassword": "Athraigh pasfhocal",
208 "settings.account.headlineProfile": "Nuashonraigh próifíl", 200 "settings.account.headlineProfile": "Nuashonraigh próifíl",
209 "settings.account.headlineSubscription": "Do shíntiús",
210 "settings.account.invoiceDownload": "Íoslódáil",
211 "settings.account.manageSubscription.label": "Bainistigh do shíntiús",
212 "settings.account.successInfo": "Sábháladh do chuid athruithe", 201 "settings.account.successInfo": "Sábháladh do chuid athruithe",
213 "settings.account.tryReloadServices": "Atriail", 202 "settings.account.tryReloadServices": "Atriail",
214 "settings.account.tryReloadUserInfoRequest": "Atriail", 203 "settings.account.tryReloadUserInfoRequest": "Atriail",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index e940bc207..1736dbf28 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "הוספתי {count} שירותים לפרדי! קבל את האפליקציה בחינם עבור ווטסאפ, מסנג'ר, סלאק, סקייפ ועוד ב www.getferdi.com", 33 "feature.shareFranz.shareText.email": "הוספתי {count} שירותים לפרדי! קבל את האפליקציה בחינם עבור ווטסאפ, מסנג'ר, סלאק, סקייפ ועוד ב www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "הוספתי {count} שירותים לפרדי! קבל את האפליקציה בחינם עבור ווטסאפ, מסנג'ר, סלאק, סקייפ ועוד ב www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "הוספתי {count} שירותים לפרדי! קבל את האפליקציה בחינם עבור ווטסאפ, מסנג'ר, סלאק, סקייפ ועוד ב www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "ספר לחבריך ולעמיתיך כמה Ferdi הוא מדהים ועזור לנו להפיץ את הבשורה.", 35 "feature.shareFranz.text": "ספר לחבריך ולעמיתיך כמה Ferdi הוא מדהים ועזור לנו להפיץ את הבשורה.",
36 "feature.todos.premium.info": "Ferdi Todos זמין למשתמשי פרימיום בלבד!",
37 "feature.todos.premium.rollout": "כל האחרים יצטרכו לחכות עוד קצת.",
38 "feature.todos.premium.upgrade": "שדרוג חשבון",
39 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi", 36 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi",
40 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.", 37 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.",
41 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})", 38 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "הו, לא!", 179 "service.errorHandler.headline": "הו, לא!",
183 "service.errorHandler.message": "שגיאה", 180 "service.errorHandler.message": "שגיאה",
184 "service.errorHandler.text": "{name} לא הצליח להיטען.", 181 "service.errorHandler.text": "{name} לא הצליח להיטען.",
185 "service.restrictedHandler.action": "שדרוג חשבון",
186 "service.restrictedHandler.customUrl.headline": "נדרשת גרסת פרדי מקצועית",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "הגעת למגבלת השירותים המירבית שלך.",
189 "service.restrictedHandler.serviceLimit.text": "אנא עדכן את החשבון שלך כדי להשתמש ביותר מ {count} שירותים.",
190 "service.webviewLoader.loading": "טוען את {service}", 182 "service.webviewLoader.loading": "טוען את {service}",
191 "services.getStarted": "התחל", 183 "services.getStarted": "התחל",
192 "services.login": "אנא התחבר כדי להשתמש בפרדי.", 184 "services.login": "אנא התחבר כדי להשתמש בפרדי.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "חשבוניות", 198 "settings.account.headlineInvoices": "חשבוניות",
207 "settings.account.headlinePassword": "שנה סיסמה", 199 "settings.account.headlinePassword": "שנה סיסמה",
208 "settings.account.headlineProfile": "עדכן פרופיל", 200 "settings.account.headlineProfile": "עדכן פרופיל",
209 "settings.account.headlineSubscription": "המנוי שלך",
210 "settings.account.invoiceDownload": "הורד",
211 "settings.account.manageSubscription.label": "נהל את המנוי שלך",
212 "settings.account.successInfo": "השינויים שלך נשמרו", 201 "settings.account.successInfo": "השינויים שלך נשמרו",
213 "settings.account.tryReloadServices": "נסה שוב", 202 "settings.account.tryReloadServices": "נסה שוב",
214 "settings.account.tryReloadUserInfoRequest": "נסה שוב", 203 "settings.account.tryReloadUserInfoRequest": "נסה שוב",
diff --git a/src/i18n/locales/hi.json b/src/i18n/locales/hi.json
index d7e182b44..4c257a531 100644
--- a/src/i18n/locales/hi.json
+++ b/src/i18n/locales/hi.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "फ्रांज़ के संस्करण {version} में बदलाव:", 7 "feature.announcements.changelog.headline": "फ्रांज़ के संस्करण {version} में बदलाव:",
8 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
9 "feature.planSelection.cta.stayOnFree": "Stay on Free",
10 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
11 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
12 "feature.planSelection.cta.upgradePro": "Choose Professional",
13 "feature.planSelection.free.text": "Basic functionality",
14 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
17 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
18 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
19 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
20 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
21 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
23 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
24 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
25 "feature.shareFranz.action.email": "ईमेल के रूप में भेजें", 8 "feature.shareFranz.action.email": "ईमेल के रूप में भेजें",
26 "feature.shareFranz.action.facebook": "फेसबुक पर सांझा करें", 9 "feature.shareFranz.action.facebook": "फेसबुक पर सांझा करें",
27 "feature.shareFranz.action.twitter": "ट्विटर पर सांझा करें", 10 "feature.shareFranz.action.twitter": "ट्विटर पर सांझा करें",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "मैंने फ्रांज में {count} सेवाएं जोड़ी हैं! व्हाट्सएप, मैसेंजर, स्लैक, स्काइप के लिए मुफ्त ऐप www.getferdi.com पर प्राप्त करें", 12 "feature.shareFranz.shareText.email": "मैंने फ्रांज में {count} सेवाएं जोड़ी हैं! व्हाट्सएप, मैसेंजर, स्लैक, स्काइप के लिए मुफ्त ऐप www.getferdi.com पर प्राप्त करें",
30 "feature.shareFranz.shareText.twitter": "मैंने फ्रांज में {count} सेवाएं जोड़ी हैं! व्हाट्सएप, मैसेंजर, स्लैक, स्काइप के लिए मुफ्त ऐप www.getferdi.com पर प्राप्त करें / cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "मैंने फ्रांज में {count} सेवाएं जोड़ी हैं! व्हाट्सएप, मैसेंजर, स्लैक, स्काइप के लिए मुफ्त ऐप www.getferdi.com पर प्राप्त करें / cc @FerdiMessenger",
31 "feature.shareFranz.text": "अपने दोस्तों और सहकर्मियों को बताएं की फ्रांज़ कितना बढ़िया है और हमें इस बात को फैलाने में मदद करें।", 14 "feature.shareFranz.text": "अपने दोस्तों और सहकर्मियों को बताएं की फ्रांज़ कितना बढ़िया है और हमें इस बात को फैलाने में मदद करें।",
32 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
33 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
34 "feature.todos.premium.upgrade": "Upgrade Account",
35 "feature.trialStatusBar.cta": "Upgrade now",
36 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
39 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
41 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
42 "global.api.unhealthy": "फ्रांज़ ऑनलाइन सेवाओं से कनेक्ट नहीं किया जा सका", 15 "global.api.unhealthy": "फ्रांज़ ऑनलाइन सेवाओं से कनेक्ट नहीं किया जा सका",
43 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
44 "global.notConnectedToTheInternet": "आप इंटरनेट से नहीं जुड़े हैं।", 17 "global.notConnectedToTheInternet": "आप इंटरनेट से नहीं जुड़े हैं।",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "स्वचालित रूप से भाषा का पता लगाएं", 19 "global.spellchecking.autodetect": "स्वचालित रूप से भाषा का पता लगाएं",
47 "global.spellchecking.autodetect.short": "स्वचालित", 20 "global.spellchecking.autodetect.short": "स्वचालित",
48 "global.spellchecking.language": "वर्तनी जाँच भाषा", 21 "global.spellchecking.language": "वर्तनी जाँच भाषा",
49 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
50 "import.headline": "अपनी फ्रांज़ 4 की सेवाओं का आयात करें", 22 "import.headline": "अपनी फ्रांज़ 4 की सेवाओं का आयात करें",
51 "import.notSupportedHeadline": "सेवाएं अभी तक फ्रांज़ 5 में समर्थित नहीं हैं", 23 "import.notSupportedHeadline": "सेवाएं अभी तक फ्रांज़ 5 में समर्थित नहीं हैं",
52 "import.skip.label": "मैं स्वयं सेवाएं जोड़ना चाहता हूं", 24 "import.skip.label": "मैं स्वयं सेवाएं जोड़ना चाहता हूं",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "सेवाओं को फिर से लोड करें", 28 "infobar.buttonReloadServices": "सेवाओं को फिर से लोड करें",
57 "infobar.requiredRequestsFailed": "सेवाएं और उपयोगकर्ताओं की जानकारी लोड नहीं हो सकी", 29 "infobar.requiredRequestsFailed": "सेवाएं और उपयोगकर्ताओं की जानकारी लोड नहीं हो सकी",
58 "infobar.servicesUpdated": "आपकी सेवाएं अपडेट कर दी गई हैं।", 30 "infobar.servicesUpdated": "आपकी सेवाएं अपडेट कर दी गई हैं।",
59 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
60 "infobar.updateAvailable": "फ्रांज़ के लिए एक नया अपडेट उपलब्ध है।", 31 "infobar.updateAvailable": "फ्रांज़ के लिए एक नया अपडेट उपलब्ध है।",
61 "invite.email.label": "ईमेल पता", 32 "invite.email.label": "ईमेल पता",
62 "invite.headline.friends": "अपने दोस्तों या सहयोगियों में से 3 को आमंत्रित करें", 33 "invite.headline.friends": "अपने दोस्तों या सहयोगियों में से 3 को आमंत्रित करें",
@@ -142,7 +113,6 @@
142 "password.noUser": "उस ईमेल पते वाला कोई उपयोगकर्ता नहीं मिला", 113 "password.noUser": "उस ईमेल पते वाला कोई उपयोगकर्ता नहीं मिला",
143 "password.submit.label": "जमा करें", 114 "password.submit.label": "जमा करें",
144 "password.successInfo": "कृपया अपनी ईमेल देखें", 115 "password.successInfo": "कृपया अपनी ईमेल देखें",
145 "premiumFeature.button.upgradeAccount": "खाते का उन्नयन करें",
146 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
147 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
148 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
160 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
161 "pricing.features.workspaces": "कार्यस्थान", 131 "pricing.features.workspaces": "कार्यस्थान",
162 "pricing.plan.free": "Free",
163 "pricing.plan.legacy": "Premium",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal Monthly",
166 "pricing.plan.personal-yearly": "Personal Yearly",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional Monthly",
169 "pricing.plan.pro-yearly": "Professional Yearly",
170 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
171 "pricing.trial.cta.skip": "Continue to Ferdi",
172 "pricing.trial.cta.start": "Start using Ferdi",
173 "pricing.trial.error": "Sorry, we could not activate your trial!",
174 "pricing.trial.features.headline": "Ferdi Professional includes:",
175 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
176 "pricing.trial.intro.happyMessaging": "Happy messaging,",
177 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
178 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
179 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
180 "pricing.trial.terms.headline": "No strings attached",
181 "pricing.trial.terms.noCreditCard": "No credit card required",
182 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
183 "service.crashHandler.action": "{name} को पुनः लोड करें ", 132 "service.crashHandler.action": "{name} को पुनः लोड करें ",
184 "service.crashHandler.autoReload": "{name} को {seconds} सेकंड में स्वचालित रूप से पुनर्स्थापित करने की कोशिश जारी है", 133 "service.crashHandler.autoReload": "{name} को {seconds} सेकंड में स्वचालित रूप से पुनर्स्थापित करने की कोशिश जारी है",
185 "service.crashHandler.headline": "अरे नहीं!", 134 "service.crashHandler.headline": "अरे नहीं!",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "अरे नहीं!", 140 "service.errorHandler.headline": "अरे नहीं!",
192 "service.errorHandler.message": "त्रुटि", 141 "service.errorHandler.message": "त्रुटि",
193 "service.errorHandler.text": "{name} लोड करने में विफलता हुई ", 142 "service.errorHandler.text": "{name} लोड करने में विफलता हुई ",
194 "service.restrictedHandler.action": "Upgrade Account",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
196 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
197 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
198 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
199 "service.webviewLoader.loading": "लोड हो रहा है", 143 "service.webviewLoader.loading": "लोड हो रहा है",
200 "services.getStarted": "आरंभ करें", 144 "services.getStarted": "आरंभ करें",
201 "services.welcome": "फ्रांज़ में आपका स्वागत है", 145 "services.welcome": "फ्रांज़ में आपका स्वागत है",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "चालान", 156 "settings.account.headlineInvoices": "चालान",
213 "settings.account.headlinePassword": "पासवर्ड बदलें", 157 "settings.account.headlinePassword": "पासवर्ड बदलें",
214 "settings.account.headlineProfile": "प्रोफ़ाइल अपडेट करें", 158 "settings.account.headlineProfile": "प्रोफ़ाइल अपडेट करें",
215 "settings.account.headlineSubscription": "आपकी सदस्यता",
216 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
217 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
218 "settings.account.invoiceDownload": "डाउनलोड",
219 "settings.account.manageSubscription.label": "अपनी सदस्यता प्रबंधित करें",
220 "settings.account.successInfo": "आपके परिवर्तनों को सहेजा गया है", 159 "settings.account.successInfo": "आपके परिवर्तनों को सहेजा गया है",
221 "settings.account.trial": "Free Trial",
222 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
223 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
224 "settings.account.tryReloadServices": "फिर कोशिश करें", 160 "settings.account.tryReloadServices": "फिर कोशिश करें",
225 "settings.account.tryReloadUserInfoRequest": "फिर कोशिश करें", 161 "settings.account.tryReloadUserInfoRequest": "फिर कोशिश करें",
226 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
227 "settings.account.userInfoRequestFailed": "उपयोगकर्ता की जानकारी लोड नहीं हो सकी", 162 "settings.account.userInfoRequestFailed": "उपयोगकर्ता की जानकारी लोड नहीं हो सकी",
228 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
229 "settings.app.buttonClearAllCache": "कैश को साफ़ करें", 164 "settings.app.buttonClearAllCache": "कैश को साफ़ करें",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "उपलब्ध सेवाएं", 223 "settings.service.form.availableServices": "उपलब्ध सेवाएं",
289 "settings.service.form.customUrl": "कस्टम सर्वर", 224 "settings.service.form.customUrl": "कस्टम सर्वर",
290 "settings.service.form.customUrlPremiumInfo": "स्वयं की होस्ट की गई सेवाओं को जोड़ने के लिए, आपको फ्रांज प्रीमियम सपोर्टर अकाउंट की आवश्यकता है।", 225 "settings.service.form.customUrlPremiumInfo": "स्वयं की होस्ट की गई सेवाओं को जोड़ने के लिए, आपको फ्रांज प्रीमियम सपोर्टर अकाउंट की आवश्यकता है।",
291 "settings.service.form.customUrlUpgradeAccount": "अपने खाते को अपग्रेड करें",
292 "settings.service.form.customUrlValidationError": "कस्टम {name} सर्वर का मान्यकरण नहीं किया जा सका।", 226 "settings.service.form.customUrlValidationError": "कस्टम {name} सर्वर का मान्यकरण नहीं किया जा सका।",
293 "settings.service.form.deleteButton": "सेवा हटाएँ", 227 "settings.service.form.deleteButton": "सेवा हटाएँ",
294 "settings.service.form.editServiceHeadline": "{name} संपादित करें", 228 "settings.service.form.editServiceHeadline": "{name} संपादित करें",
@@ -384,18 +318,6 @@
384 "signup.link.login": "पहले से ही एक खाता है? लॉग इन करें।", 318 "signup.link.login": "पहले से ही एक खाता है? लॉग इन करें।",
385 "signup.password.label": "पासवर्ड", 319 "signup.password.label": "पासवर्ड",
386 "signup.submit.label": "खता खोलें", 320 "signup.submit.label": "खता खोलें",
387 "subscription.bestValue": "Best value",
388 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
389 "subscription.cta.allOptions": "See all options",
390 "subscription.cta.choosePlan": "Choose your plan",
391 "subscription.interval.per": "per {interval}",
392 "subscription.interval.perMonth": "per month",
393 "subscription.interval.perMonthPerUser": "per month & user",
394 "subscription.planItem.upgradeAccount": "Upgrade Account",
395 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
396 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
397 "subscriptionPopup.buttonCancel": "रद्द करें",
398 "subscriptionPopup.buttonDone": "संपन्न",
399 "tabs.item.deleteService": "सेवा हटाएँ", 321 "tabs.item.deleteService": "सेवा हटाएँ",
400 "tabs.item.disableAudio": "ऑडियो अक्षम करें", 322 "tabs.item.disableAudio": "ऑडियो अक्षम करें",
401 "tabs.item.disableNotifications": "ऑडियो अक्षम करें", 323 "tabs.item.disableNotifications": "ऑडियो अक्षम करें",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index 9b292dfd7..5eb185885 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ", 36 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ",
40 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ", 37 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "O, ne! ", 179 "service.errorHandler.headline": "O, ne! ",
183 "service.errorHandler.message": "Greška", 180 "service.errorHandler.message": "Greška",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Započnimo!", 183 "services.getStarted": "Započnimo!",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fakture", 198 "settings.account.headlineInvoices": "Fakture",
207 "settings.account.headlinePassword": "Promijenite lozinku", 199 "settings.account.headlinePassword": "Promijenite lozinku",
208 "settings.account.headlineProfile": "Ažuriraj profil", 200 "settings.account.headlineProfile": "Ažuriraj profil",
209 "settings.account.headlineSubscription": "Vaša pretplata",
210 "settings.account.invoiceDownload": "Preuzmite",
211 "settings.account.manageSubscription.label": "Upravljajte pretplatama",
212 "settings.account.successInfo": "Vaše promjene su spremljene", 201 "settings.account.successInfo": "Vaše promjene su spremljene",
213 "settings.account.tryReloadServices": "Pokušajte ponovno", 202 "settings.account.tryReloadServices": "Pokušajte ponovno",
214 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno", 203 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index f296c6d4d..f550ea90e 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "A Ferdi Tennivalók már elérhető a prémium felhasználók részére!",
37 "feature.todos.premium.rollout": "Mindenki másnak még egy kicsit tovább kell várni.",
38 "feature.todos.premium.upgrade": "Fiók frissítése",
39 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz", 36 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz",
40 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.", 37 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.",
41 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})", 38 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Jajj ne!", 179 "service.errorHandler.headline": "Jajj ne!",
183 "service.errorHandler.message": "Hiba", 180 "service.errorHandler.message": "Hiba",
184 "service.errorHandler.text": "{name} nem tudott betöltődni.", 181 "service.errorHandler.text": "{name} nem tudott betöltődni.",
185 "service.restrictedHandler.action": "Fiók frissítése",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Kezdj hozzá", 183 "services.getStarted": "Kezdj hozzá",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Számlák", 198 "settings.account.headlineInvoices": "Számlák",
207 "settings.account.headlinePassword": "Jelszócsere", 199 "settings.account.headlinePassword": "Jelszócsere",
208 "settings.account.headlineProfile": "Profil frissítése", 200 "settings.account.headlineProfile": "Profil frissítése",
209 "settings.account.headlineSubscription": "Előfizetésed",
210 "settings.account.invoiceDownload": "Letöltés",
211 "settings.account.manageSubscription.label": "Előfizetés kezelése",
212 "settings.account.successInfo": "A módosításokat elmentettük", 201 "settings.account.successInfo": "A módosításokat elmentettük",
213 "settings.account.tryReloadServices": "Próbáld újra", 202 "settings.account.tryReloadServices": "Próbáld újra",
214 "settings.account.tryReloadUserInfoRequest": "Próbáld újra", 203 "settings.account.tryReloadUserInfoRequest": "Próbáld újra",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 33b259cc8..2eea3cca8 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Saya telah menambahkan layanan {count} ke Ferdi! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan co di www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Saya telah menambahkan layanan {count} ke Ferdi! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan co di www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Saya telah menambahkan {count} layanan di Ferdi! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan lainnya di www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Saya telah menambahkan {count} layanan di Ferdi! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan lainnya di www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Beri tahu teman dan kolega Anda betapa hebatnya Ferdi dan bantu kami menyebarkan berita.", 35 "feature.shareFranz.text": "Beri tahu teman dan kolega Anda betapa hebatnya Ferdi dan bantu kami menyebarkan berita.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade akun",
39 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi", 36 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi",
40 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.", 37 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.",
41 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})", 38 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Ya Ampun!", 179 "service.errorHandler.headline": "Ya Ampun!",
183 "service.errorHandler.message": "Kesalahan", 180 "service.errorHandler.message": "Kesalahan",
184 "service.errorHandler.text": "{name} gagal dimuat", 181 "service.errorHandler.text": "{name} gagal dimuat",
185 "service.restrictedHandler.action": "Upgrade akun",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Memulai", 183 "services.getStarted": "Memulai",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Tagihan", 198 "settings.account.headlineInvoices": "Tagihan",
207 "settings.account.headlinePassword": "Ubah sandi", 199 "settings.account.headlinePassword": "Ubah sandi",
208 "settings.account.headlineProfile": "Perbarui profil", 200 "settings.account.headlineProfile": "Perbarui profil",
209 "settings.account.headlineSubscription": "Langganan Anda",
210 "settings.account.invoiceDownload": "Unduh",
211 "settings.account.manageSubscription.label": "Kelola langganan Anda",
212 "settings.account.successInfo": "Perubahan Anda telah disimpan", 201 "settings.account.successInfo": "Perubahan Anda telah disimpan",
213 "settings.account.tryReloadServices": "Coba lagi", 202 "settings.account.tryReloadServices": "Coba lagi",
214 "settings.account.tryReloadUserInfoRequest": "Coba lagi", 203 "settings.account.tryReloadUserInfoRequest": "Coba lagi",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 112d0be3e..1243e898f 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ho aggiunto {count} nuovi servizi a Ferdi! Scarica ora l'app gratuita per WhatsApp, Messenger, Slack, Skype e altri all'indirizzo www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Ho aggiunto {count} nuovi servizi a Ferdi! Scarica ora l'app gratuita per WhatsApp, Messenger, Slack, Skype e altri all'indirizzo www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Ho aggiunto {count} nuovi servizi a Ferdi! Scarica ora l’app gratuita per WhatsApp, Messenger, Slack, Skype e altri all’indirizzo www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Ho aggiunto {count} nuovi servizi a Ferdi! Scarica ora l’app gratuita per WhatsApp, Messenger, Slack, Skype e altri all’indirizzo www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Di’ ai tuoi amici e colleghi quanto Ferdi è fantastico e aiutaci a diffondere la parola.", 35 "feature.shareFranz.text": "Di’ ai tuoi amici e colleghi quanto Ferdi è fantastico e aiutaci a diffondere la parola.",
36 "feature.todos.premium.info": "Le attività Ferdi sono ora disponibili agli utenti premium!",
37 "feature.todos.premium.rollout": "Chiunque altro dovrà aspettare un po' di più.",
38 "feature.todos.premium.upgrade": "Potenzia l'Account",
39 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi", 36 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi",
40 "global.notConnectedToTheInternet": "Non sei connesso a Internet.", 37 "global.notConnectedToTheInternet": "Non sei connesso a Internet.",
41 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})", 38 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Errore", 180 "service.errorHandler.message": "Errore",
184 "service.errorHandler.text": "{name} non si è caricato correttamente.", 181 "service.errorHandler.text": "{name} non si è caricato correttamente.",
185 "service.restrictedHandler.action": "Potenzia l'Account",
186 "service.restrictedHandler.customUrl.headline": "Richiesto il piano Ferdi Professional",
187 "service.restrictedHandler.customUrl.text": "Per favore aggiorna al piano Ferdi Professional per usare url personalizzati e servizi da te ospitati.",
188 "service.restrictedHandler.serviceLimit.headline": "Hai raggiunto il tuo limite di servizio.",
189 "service.restrictedHandler.serviceLimit.text": "Per favore potenzia il tuo account per usare più di {count} servizi.",
190 "service.webviewLoader.loading": "Caricamento {service}", 182 "service.webviewLoader.loading": "Caricamento {service}",
191 "services.getStarted": "Iniziamo", 183 "services.getStarted": "Iniziamo",
192 "services.login": "Effettua il login per utlizzare Ferdi.", 184 "services.login": "Effettua il login per utlizzare Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fatture", 198 "settings.account.headlineInvoices": "Fatture",
207 "settings.account.headlinePassword": "Cambia password", 199 "settings.account.headlinePassword": "Cambia password",
208 "settings.account.headlineProfile": "Aggiorna profilo", 200 "settings.account.headlineProfile": "Aggiorna profilo",
209 "settings.account.headlineSubscription": "Il tuo abbonamento",
210 "settings.account.invoiceDownload": "Scarica",
211 "settings.account.manageSubscription.label": "Gestisci il tuo abbonamento",
212 "settings.account.successInfo": "Le tue modifiche sono state salvate", 201 "settings.account.successInfo": "Le tue modifiche sono state salvate",
213 "settings.account.tryReloadServices": "Riprova", 202 "settings.account.tryReloadServices": "Riprova",
214 "settings.account.tryReloadUserInfoRequest": "Riprova", 203 "settings.account.tryReloadUserInfoRequest": "Riprova",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index eff6bd96a..0254a2a2d 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ferdiで{count}個のサービスを使っています!あなたもGmail, Messenger, Slack, SkypeなどのサービスをFerdiで一元管理しましょう! www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Ferdiで{count}個のサービスを使っています!あなたもGmail, Messenger, Slack, SkypeなどのサービスをFerdiで一元管理しましょう! www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "{count}個のサービスをFerdiに追加しました!WhatsApp, Messenger, Slack, Skypeなどを一元管理する無料のアプリをダウンロードしましょう www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "{count}個のサービスをFerdiに追加しました!WhatsApp, Messenger, Slack, Skypeなどを一元管理する無料のアプリをダウンロードしましょう www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "あなたのお友達にFerdiを教えてあげましょう。", 35 "feature.shareFranz.text": "あなたのお友達にFerdiを教えてあげましょう。",
36 "feature.todos.premium.info": "Ferdi ToDoはプレミアムユーザーがご利用できます!",
37 "feature.todos.premium.rollout": "もうしばらくお待ちください。",
38 "feature.todos.premium.upgrade": "アカウントをアップグレード",
39 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。", 36 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。",
40 "global.notConnectedToTheInternet": "インターネットに接続されていません。", 37 "global.notConnectedToTheInternet": "インターネットに接続されていません。",
41 "global.spellchecker.useDefault": " {default}を初期設定で使用してください", 38 "global.spellchecker.useDefault": " {default}を初期設定で使用してください",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "しまった!", 179 "service.errorHandler.headline": "しまった!",
183 "service.errorHandler.message": "エラー", 180 "service.errorHandler.message": "エラー",
184 "service.errorHandler.text": "{name} はロードに失敗しました", 181 "service.errorHandler.text": "{name} はロードに失敗しました",
185 "service.restrictedHandler.action": "アカウントをアップグレード",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professionalプランが必要です",
187 "service.restrictedHandler.customUrl.text": "カスタムURLとセルフホスティングサービスを使用するには、Ferdi Professionalプランにアップグレードしてください。",
188 "service.restrictedHandler.serviceLimit.headline": "サービス数の上限に達しました。",
189 "service.restrictedHandler.serviceLimit.text": "{count}個以上のサービスを利用するにはアカウントをアップグレードしてください。",
190 "service.webviewLoader.loading": "{service}を読み込み中", 182 "service.webviewLoader.loading": "{service}を読み込み中",
191 "services.getStarted": "はじめる", 183 "services.getStarted": "はじめる",
192 "services.login": "Ferdiを使用するにはログインしてください。", 184 "services.login": "Ferdiを使用するにはログインしてください。",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "請求書", 198 "settings.account.headlineInvoices": "請求書",
207 "settings.account.headlinePassword": "パスワードの変更", 199 "settings.account.headlinePassword": "パスワードの変更",
208 "settings.account.headlineProfile": "プロフィールの更新", 200 "settings.account.headlineProfile": "プロフィールの更新",
209 "settings.account.headlineSubscription": "あなたの登録内容",
210 "settings.account.invoiceDownload": "ダウンロード",
211 "settings.account.manageSubscription.label": "サブスクリプションの管理",
212 "settings.account.successInfo": "変更内容が保存されました", 201 "settings.account.successInfo": "変更内容が保存されました",
213 "settings.account.tryReloadServices": "もう一度試す", 202 "settings.account.tryReloadServices": "もう一度試す",
214 "settings.account.tryReloadUserInfoRequest": "もう一度試す", 203 "settings.account.tryReloadUserInfoRequest": "もう一度試す",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 83129c157..acf9be8f3 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა", 36 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა",
40 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.", 37 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "შეცდომა", 180 "service.errorHandler.message": "შეცდომა",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "დაწყება", 183 "services.getStarted": "დაწყება",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "ინვოისები", 198 "settings.account.headlineInvoices": "ინვოისები",
207 "settings.account.headlinePassword": "პაროლის შეცვლა", 199 "settings.account.headlinePassword": "პაროლის შეცვლა",
208 "settings.account.headlineProfile": "პროფილის განახლება", 200 "settings.account.headlineProfile": "პროფილის განახლება",
209 "settings.account.headlineSubscription": "თქვენი გამოწერა",
210 "settings.account.invoiceDownload": "გადმოწერა",
211 "settings.account.manageSubscription.label": "თქვენი გამოწერის მართვა",
212 "settings.account.successInfo": "თქვენი ცვლილებები შენახულია", 201 "settings.account.successInfo": "თქვენი ცვლილებები შენახულია",
213 "settings.account.tryReloadServices": "სცადეთ ხელახლა", 202 "settings.account.tryReloadServices": "სცადეთ ხელახლა",
214 "settings.account.tryReloadUserInfoRequest": "სცადეთ ხელახლა", 203 "settings.account.tryReloadUserInfoRequest": "სცადეთ ხელახლა",
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index 611cc46e0..0af5dc36f 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -5,23 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
9 "feature.planSelection.cta.stayOnFree": "Stay on Free",
10 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
11 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
12 "feature.planSelection.cta.upgradePro": "Choose Professional",
13 "feature.planSelection.free.text": "Basic functionality",
14 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
15 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
16 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
17 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
18 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
19 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
20 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
21 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
22 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
23 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
24 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
25 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
26 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
27 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -29,16 +12,6 @@
29 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
30 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
31 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
32 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
33 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
34 "feature.todos.premium.upgrade": "Upgrade Account",
35 "feature.trialStatusBar.cta": "Upgrade now",
36 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
37 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
38 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
39 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
40 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
41 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
42 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdi online services",
43 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
44 "global.notConnectedToTheInternet": "You are not connected to the internet.", 17 "global.notConnectedToTheInternet": "You are not connected to the internet.",
@@ -46,7 +19,6 @@
46 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
47 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
48 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
49 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
50 "import.headline": "Import your Ferdi 4 services", 22 "import.headline": "Import your Ferdi 4 services",
51 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 23 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
52 "import.skip.label": "I want to add services manually", 24 "import.skip.label": "I want to add services manually",
@@ -56,7 +28,6 @@
56 "infobar.buttonReloadServices": "Reload services", 28 "infobar.buttonReloadServices": "Reload services",
57 "infobar.requiredRequestsFailed": "Could not load services and user information", 29 "infobar.requiredRequestsFailed": "Could not load services and user information",
58 "infobar.servicesUpdated": "Your services have been updated.", 30 "infobar.servicesUpdated": "Your services have been updated.",
59 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
60 "infobar.updateAvailable": "A new update for Ferdi is available.", 31 "infobar.updateAvailable": "A new update for Ferdi is available.",
61 "invite.email.label": "Email address", 32 "invite.email.label": "Email address",
62 "invite.headline.friends": "Invite 3 of your friends or colleagues", 33 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -142,7 +113,6 @@
142 "password.noUser": "No user with that email address was found", 113 "password.noUser": "No user with that email address was found",
143 "password.submit.label": "Submit", 114 "password.submit.label": "Submit",
144 "password.successInfo": "Please check your email", 115 "password.successInfo": "Please check your email",
145 "premiumFeature.button.upgradeAccount": "Upgrade account",
146 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
147 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
148 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -159,27 +129,6 @@
159 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
160 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
161 "pricing.features.workspaces": "Workspaces", 131 "pricing.features.workspaces": "Workspaces",
162 "pricing.plan.free": "Free",
163 "pricing.plan.legacy": "Premium",
164 "pricing.plan.personal": "Personal",
165 "pricing.plan.personal-monthly": "Personal Monthly",
166 "pricing.plan.personal-yearly": "Personal Yearly",
167 "pricing.plan.pro": "Professional",
168 "pricing.plan.pro-monthly": "Professional Monthly",
169 "pricing.plan.pro-yearly": "Professional Yearly",
170 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
171 "pricing.trial.cta.skip": "Continue to Ferdi",
172 "pricing.trial.cta.start": "Start using Ferdi",
173 "pricing.trial.error": "Sorry, we could not activate your trial!",
174 "pricing.trial.features.headline": "Ferdi Professional includes:",
175 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
176 "pricing.trial.intro.happyMessaging": "Happy messaging,",
177 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
178 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
179 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
180 "pricing.trial.terms.headline": "No strings attached",
181 "pricing.trial.terms.noCreditCard": "No credit card required",
182 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
183 "service.crashHandler.action": "Reload {name}", 132 "service.crashHandler.action": "Reload {name}",
184 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 133 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
185 "service.crashHandler.headline": "Oh no!", 134 "service.crashHandler.headline": "Oh no!",
@@ -191,11 +140,6 @@
191 "service.errorHandler.headline": "Oh no!", 140 "service.errorHandler.headline": "Oh no!",
192 "service.errorHandler.message": "Error", 141 "service.errorHandler.message": "Error",
193 "service.errorHandler.text": "{name} has failed to load.", 142 "service.errorHandler.text": "{name} has failed to load.",
194 "service.restrictedHandler.action": "Upgrade Account",
195 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
196 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
197 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
198 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
199 "service.webviewLoader.loading": "Loading", 143 "service.webviewLoader.loading": "Loading",
200 "services.getStarted": "Get started", 144 "services.getStarted": "Get started",
201 "services.welcome": "Welcome to Ferdi", 145 "services.welcome": "Welcome to Ferdi",
@@ -212,18 +156,9 @@
212 "settings.account.headlineInvoices": "Invoices", 156 "settings.account.headlineInvoices": "Invoices",
213 "settings.account.headlinePassword": "Change password", 157 "settings.account.headlinePassword": "Change password",
214 "settings.account.headlineProfile": "Update profile", 158 "settings.account.headlineProfile": "Update profile",
215 "settings.account.headlineSubscription": "Your subscription",
216 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
217 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
218 "settings.account.invoiceDownload": "Download",
219 "settings.account.manageSubscription.label": "Manage your subscription",
220 "settings.account.successInfo": "Your changes have been saved", 159 "settings.account.successInfo": "Your changes have been saved",
221 "settings.account.trial": "Free Trial",
222 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
223 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
224 "settings.account.tryReloadServices": "Try again", 160 "settings.account.tryReloadServices": "Try again",
225 "settings.account.tryReloadUserInfoRequest": "Try again", 161 "settings.account.tryReloadUserInfoRequest": "Try again",
226 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
227 "settings.account.userInfoRequestFailed": "Could not load user information", 162 "settings.account.userInfoRequestFailed": "Could not load user information",
228 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
229 "settings.app.buttonClearAllCache": "Clear cache", 164 "settings.app.buttonClearAllCache": "Clear cache",
@@ -288,7 +223,6 @@
288 "settings.service.form.availableServices": "Available services", 223 "settings.service.form.availableServices": "Available services",
289 "settings.service.form.customUrl": "Custom server", 224 "settings.service.form.customUrl": "Custom server",
290 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 225 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
291 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
292 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 226 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
293 "settings.service.form.deleteButton": "Delete service", 227 "settings.service.form.deleteButton": "Delete service",
294 "settings.service.form.editServiceHeadline": "Edit {name}", 228 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -384,18 +318,6 @@
384 "signup.link.login": "Already have an account, sign in?", 318 "signup.link.login": "Already have an account, sign in?",
385 "signup.password.label": "Password", 319 "signup.password.label": "Password",
386 "signup.submit.label": "Create account", 320 "signup.submit.label": "Create account",
387 "subscription.bestValue": "Best value",
388 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
389 "subscription.cta.allOptions": "See all options",
390 "subscription.cta.choosePlan": "Choose your plan",
391 "subscription.interval.per": "per {interval}",
392 "subscription.interval.perMonth": "per month",
393 "subscription.interval.perMonthPerUser": "per month & user",
394 "subscription.planItem.upgradeAccount": "Upgrade Account",
395 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
396 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
397 "subscriptionPopup.buttonCancel": "Cancel",
398 "subscriptionPopup.buttonDone": "Done",
399 "tabs.item.deleteService": "Delete service", 321 "tabs.item.deleteService": "Delete service",
400 "tabs.item.disableAudio": "Disable audio", 322 "tabs.item.disableAudio": "Disable audio",
401 "tabs.item.disableNotifications": "Disable notifications", 323 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 34d79f7e0..f8013d738 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "친구들과 동료들에게 Ferdi 가 얼마나 멋지고 좋은지에 대해 널리 알려 저희를 도와주세요.", 35 "feature.shareFranz.text": "친구들과 동료들에게 Ferdi 가 얼마나 멋지고 좋은지에 대해 널리 알려 저희를 도와주세요.",
36 "feature.todos.premium.info": "Ferdi Todos는 프리미엄 유저라면 이제 사용 가능합니다!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "계정 업그레이드",
39 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.", 36 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.",
40 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.", 37 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.",
41 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})", 38 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "이런!", 179 "service.errorHandler.headline": "이런!",
183 "service.errorHandler.message": "에러", 180 "service.errorHandler.message": "에러",
184 "service.errorHandler.text": "{name} 불러오는데 실패하였습니다.", 181 "service.errorHandler.text": "{name} 불러오는데 실패하였습니다.",
185 "service.restrictedHandler.action": "계정 업그레이드",
186 "service.restrictedHandler.customUrl.headline": "Ferdi 프로페셔널이 필요합니다.",
187 "service.restrictedHandler.customUrl.text": "자체 호스트 서비스와 커스텀 url을 사용하기 위해 Ferdi 프로페셔널로 업그레이드 하세요.",
188 "service.restrictedHandler.serviceLimit.headline": "서비스 한도에 도달하였습니다.",
189 "service.restrictedHandler.serviceLimit.text": "{count} 보다 더 많은 서비스를 사용하려면 계정을 업그레이드 해주세요.",
190 "service.webviewLoader.loading": "{service} 로딩 중", 182 "service.webviewLoader.loading": "{service} 로딩 중",
191 "services.getStarted": "시작하기", 183 "services.getStarted": "시작하기",
192 "services.login": "Ferdi를 사용해 로그인하세요.", 184 "services.login": "Ferdi를 사용해 로그인하세요.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "청구서", 198 "settings.account.headlineInvoices": "청구서",
207 "settings.account.headlinePassword": "비밀번호 변경", 199 "settings.account.headlinePassword": "비밀번호 변경",
208 "settings.account.headlineProfile": "프로필 수정", 200 "settings.account.headlineProfile": "프로필 수정",
209 "settings.account.headlineSubscription": "구독",
210 "settings.account.invoiceDownload": "다운로드",
211 "settings.account.manageSubscription.label": "구독 관리",
212 "settings.account.successInfo": "변경사항이 저장되었습니다.", 201 "settings.account.successInfo": "변경사항이 저장되었습니다.",
213 "settings.account.tryReloadServices": "다시 시도하세요.", 202 "settings.account.tryReloadServices": "다시 시도하세요.",
214 "settings.account.tryReloadUserInfoRequest": "다시 시도하세요.", 203 "settings.account.tryReloadUserInfoRequest": "다시 시도하세요.",
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index fc77e5f1c..a53bda4f6 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -5,30 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.delayApp.headline": "Upgrade your Ferdi plan to skip the wait",
9 "feature.delayApp.text": "Ferdi akan beroperasi semula dalam {seconds} saat",
10 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
11 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
12 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14-days trial and skip the wait",
13 "feature.delayApp.upgrade.action": "Upgrade Ferdi",
14 "feature.delayApp.upgrade.actionShort": "Naik taraf akaun",
15 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
16 "feature.planSelection.cta.stayOnFree": "Stay on Free",
17 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
18 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
19 "feature.planSelection.cta.upgradePro": "Choose Professional",
20 "feature.planSelection.free.text": "Basic functionality",
21 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
22 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
23 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
24 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
25 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
26 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
27 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
28 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
29 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
30 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
31 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
32 "feature.shareFranz.action.email": "Hantar sebagai emel", 8 "feature.shareFranz.action.email": "Hantar sebagai emel",
33 "feature.shareFranz.action.facebook": "Kongsi ke Facebook", 9 "feature.shareFranz.action.facebook": "Kongsi ke Facebook",
34 "feature.shareFranz.action.twitter": "Kongsi ke Twitter", 10 "feature.shareFranz.action.twitter": "Kongsi ke Twitter",
@@ -36,16 +12,6 @@
36 "feature.shareFranz.shareText.email": "Saya telah menambah {count] servis ke Ferdi! Dapatkan aplikasi percuma WhatsApp, Messenger, Slack, Skype dan lain-lain dari www.getferdi.com", 12 "feature.shareFranz.shareText.email": "Saya telah menambah {count] servis ke Ferdi! Dapatkan aplikasi percuma WhatsApp, Messenger, Slack, Skype dan lain-lain dari www.getferdi.com",
37 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
38 "feature.shareFranz.text": "Beritahu rakan anda betapa hebatnya Ferdi dan bantu kami menyebarkan maklumat ini", 14 "feature.shareFranz.text": "Beritahu rakan anda betapa hebatnya Ferdi dan bantu kami menyebarkan maklumat ini",
39 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
40 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
41 "feature.todos.premium.upgrade": "Upgrade Account",
42 "feature.trialStatusBar.cta": "Upgrade now",
43 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
44 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
45 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
46 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
47 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
48 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
49 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdi", 15 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdi",
50 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
51 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.", 17 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.",
@@ -53,7 +19,6 @@
53 "global.spellchecking.autodetect": "Kesan bahasa secara automatik", 19 "global.spellchecking.autodetect": "Kesan bahasa secara automatik",
54 "global.spellchecking.autodetect.short": "Automatik", 20 "global.spellchecking.autodetect.short": "Automatik",
55 "global.spellchecking.language": "Bahasa untuk semakan ejaan", 21 "global.spellchecking.language": "Bahasa untuk semakan ejaan",
56 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
57 "import.headline": "Import perkhidmatan Ferdi 4 anda", 22 "import.headline": "Import perkhidmatan Ferdi 4 anda",
58 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdi 5", 23 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdi 5",
59 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual", 24 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual",
@@ -63,7 +28,6 @@
63 "infobar.buttonReloadServices": "Mula semula perkhidmatan", 28 "infobar.buttonReloadServices": "Mula semula perkhidmatan",
64 "infobar.requiredRequestsFailed": "Tidak dapat memuatkan perkhidmatan dan maklumat pengguna", 29 "infobar.requiredRequestsFailed": "Tidak dapat memuatkan perkhidmatan dan maklumat pengguna",
65 "infobar.servicesUpdated": "Perkhidmatan anda telah dikemas kini.", 30 "infobar.servicesUpdated": "Perkhidmatan anda telah dikemas kini.",
66 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
67 "infobar.updateAvailable": "Kemas kini baru untuk Ferdi boleh didapati.", 31 "infobar.updateAvailable": "Kemas kini baru untuk Ferdi boleh didapati.",
68 "invite.email.label": "Alamat emel", 32 "invite.email.label": "Alamat emel",
69 "invite.headline.friends": "Jemput 3 rakan atau rakan sekerja anda", 33 "invite.headline.friends": "Jemput 3 rakan atau rakan sekerja anda",
@@ -149,7 +113,6 @@
149 "password.noUser": "Tiada pengguna dengan alamat e-mel tersebut dijumpai", 113 "password.noUser": "Tiada pengguna dengan alamat e-mel tersebut dijumpai",
150 "password.submit.label": "Hantar", 114 "password.submit.label": "Hantar",
151 "password.successInfo": "Sila semak e-mel anda", 115 "password.successInfo": "Sila semak e-mel anda",
152 "premiumFeature.button.upgradeAccount": "Naik taraf akaun",
153 "pricing.features.accountSync": "Account Synchronisation", 116 "pricing.features.accountSync": "Account Synchronisation",
154 "pricing.features.adFree": "Forever ad-free", 117 "pricing.features.adFree": "Forever ad-free",
155 "pricing.features.appDelays": "No Waiting Screens", 118 "pricing.features.appDelays": "No Waiting Screens",
@@ -166,27 +129,6 @@
166 "pricing.features.upToSixServices": "Add up to 6 services", 129 "pricing.features.upToSixServices": "Add up to 6 services",
167 "pricing.features.upToThreeServices": "Add up to 3 services", 130 "pricing.features.upToThreeServices": "Add up to 3 services",
168 "pricing.features.workspaces": "Workspaces", 131 "pricing.features.workspaces": "Workspaces",
169 "pricing.plan.free": "Free",
170 "pricing.plan.legacy": "Premium",
171 "pricing.plan.personal": "Personal",
172 "pricing.plan.personal-monthly": "Personal Monthly",
173 "pricing.plan.personal-yearly": "Personal Yearly",
174 "pricing.plan.pro": "Professional",
175 "pricing.plan.pro-monthly": "Professional Monthly",
176 "pricing.plan.pro-yearly": "Professional Yearly",
177 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
178 "pricing.trial.cta.skip": "Continue to Ferdi",
179 "pricing.trial.cta.start": "Start using Ferdi",
180 "pricing.trial.error": "Sorry, we could not activate your trial!",
181 "pricing.trial.features.headline": "Ferdi Professional includes:",
182 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
183 "pricing.trial.intro.happyMessaging": "Happy messaging,",
184 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
185 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
186 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
187 "pricing.trial.terms.headline": "No strings attached",
188 "pricing.trial.terms.noCreditCard": "No credit card required",
189 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
190 "service.crashHandler.action": "Ulangmuat {nama}", 132 "service.crashHandler.action": "Ulangmuat {nama}",
191 "service.crashHandler.autoReload": "Sedang cuba pulihkan secara automatik {nama} dalam {saat} saat", 133 "service.crashHandler.autoReload": "Sedang cuba pulihkan secara automatik {nama} dalam {saat} saat",
192 "service.crashHandler.headline": "Alamak!", 134 "service.crashHandler.headline": "Alamak!",
@@ -198,11 +140,6 @@
198 "service.errorHandler.headline": "Alamak!", 140 "service.errorHandler.headline": "Alamak!",
199 "service.errorHandler.message": "Error", 141 "service.errorHandler.message": "Error",
200 "service.errorHandler.text": "{name} has failed to load.", 142 "service.errorHandler.text": "{name} has failed to load.",
201 "service.restrictedHandler.action": "Upgrade Account",
202 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
203 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
204 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
205 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
206 "service.webviewLoader.loading": "Loading", 143 "service.webviewLoader.loading": "Loading",
207 "services.getStarted": "Bermula", 144 "services.getStarted": "Bermula",
208 "services.welcome": "Selamat Datang ke Ferdi", 145 "services.welcome": "Selamat Datang ke Ferdi",
@@ -219,18 +156,9 @@
219 "settings.account.headlineInvoices": "Invois", 156 "settings.account.headlineInvoices": "Invois",
220 "settings.account.headlinePassword": "Tukar katalaluan", 157 "settings.account.headlinePassword": "Tukar katalaluan",
221 "settings.account.headlineProfile": "Kemaskini maklumat peribadi", 158 "settings.account.headlineProfile": "Kemaskini maklumat peribadi",
222 "settings.account.headlineSubscription": "Langganan anda",
223 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
224 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
225 "settings.account.invoiceDownload": "Muat Turun",
226 "settings.account.manageSubscription.label": "Urus langganan anda",
227 "settings.account.successInfo": "Kemaskini telah disimpan", 159 "settings.account.successInfo": "Kemaskini telah disimpan",
228 "settings.account.trial": "Free Trial",
229 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
230 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
231 "settings.account.tryReloadServices": "Cuba lagi", 160 "settings.account.tryReloadServices": "Cuba lagi",
232 "settings.account.tryReloadUserInfoRequest": "Cuba lagi", 161 "settings.account.tryReloadUserInfoRequest": "Cuba lagi",
233 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
234 "settings.account.userInfoRequestFailed": "Maklumat pengguna tidak dapat dipapar", 162 "settings.account.userInfoRequestFailed": "Maklumat pengguna tidak dapat dipapar",
235 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdi License",
236 "settings.app.buttonClearAllCache": "Padamkan Cache", 164 "settings.app.buttonClearAllCache": "Padamkan Cache",
@@ -295,7 +223,6 @@
295 "settings.service.form.availableServices": "Available services", 223 "settings.service.form.availableServices": "Available services",
296 "settings.service.form.customUrl": "Custom server", 224 "settings.service.form.customUrl": "Custom server",
297 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 225 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
298 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
299 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 226 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
300 "settings.service.form.deleteButton": "Delete service", 227 "settings.service.form.deleteButton": "Delete service",
301 "settings.service.form.editServiceHeadline": "Edit {name}", 228 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -391,18 +318,6 @@
391 "signup.link.login": "Already have an account, sign in?", 318 "signup.link.login": "Already have an account, sign in?",
392 "signup.password.label": "Kata laluan", 319 "signup.password.label": "Kata laluan",
393 "signup.submit.label": "Create account", 320 "signup.submit.label": "Create account",
394 "subscription.bestValue": "Best value",
395 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
396 "subscription.cta.allOptions": "See all options",
397 "subscription.cta.choosePlan": "Choose your plan",
398 "subscription.interval.per": "per {interval}",
399 "subscription.interval.perMonth": "per month",
400 "subscription.interval.perMonthPerUser": "per month & user",
401 "subscription.planItem.upgradeAccount": "Upgrade Account",
402 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
403 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
404 "subscriptionPopup.buttonCancel": "Cancel",
405 "subscriptionPopup.buttonDone": "Done",
406 "tabs.item.deleteService": "Delete service", 321 "tabs.item.deleteService": "Delete service",
407 "tabs.item.disableAudio": "Disable audio", 322 "tabs.item.disableAudio": "Disable audio",
408 "tabs.item.disableNotifications": "Disable notifications", 323 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index dde8fcb83..9aad70888 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -45,15 +45,6 @@
45 "invite.name.label": "Navn", 45 "invite.name.label": "Navn",
46 "invite.email.label": "Email adresse", 46 "invite.email.label": "Email adresse",
47 "invite.skip.label": "Jeg vil gjøre dette senere", 47 "invite.skip.label": "Jeg vil gjøre dette senere",
48 "subscription.submit.label": "Jeg vil ikke støtte utviklingen av Ferdi",
49 "subscription.paymentSessionError": "Kunne ikke laste betalingsskjemaet",
50 "subscription.includedFeatures": "Betalte Ferdi Premium konto inkluderer",
51 "subscription.features.onpremise": "Legg til on-premise/hosted tjenester som HipChat",
52 "subscription.features.customServices": "Private tjenester for deg og ditt lag",
53 "subscription.features.encryptedSync": "Kryptert øktsynkronisering",
54 "subscription.features.vpn": "Proxy & VPN støtte",
55 "subscription.features.ads": "Ingen annonser, noensinne!",
56 "subscription.features.comingSoon": "Kommer snart",
57 "infobar.servicesUpdated": "Dine tjenester er oppdatert.", 48 "infobar.servicesUpdated": "Dine tjenester er oppdatert.",
58 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.", 49 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.",
59 "infobar.buttonReloadServices": "Oppdater tjenester", 50 "infobar.buttonReloadServices": "Oppdater tjenester",
@@ -64,14 +55,10 @@
64 "services.welcome": "Velkommen til Ferdi", 55 "services.welcome": "Velkommen til Ferdi",
65 "services.getStarted": "Kom i gang", 56 "services.getStarted": "Kom i gang",
66 "settings.account.headline": "Konto", 57 "settings.account.headline": "Konto",
67 "settings.account.headlineSubscription": "Ditt abonnement",
68 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdi", 58 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdi",
69 "settings.account.headlineInvoices": "Fakturaer",
70 "settings.account.manageSubscription.label": "Administrer dine abonnement",
71 "settings.account.accountType.basic": "Enkel Konto", 59 "settings.account.accountType.basic": "Enkel Konto",
72 "settings.account.accountType.premium": "Premium Konto", 60 "settings.account.accountType.premium": "Premium Konto",
73 "settings.account.account.editButton": "Rediger konto", 61 "settings.account.account.editButton": "Rediger konto",
74 "settings.account.invoiceDownload": "Last ned",
75 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon", 62 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon",
76 "settings.account.tryReloadUserInfoRequest": "Prøv igjen", 63 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
77 "settings.account.headlineProfile": "Oppdater profil", 64 "settings.account.headlineProfile": "Oppdater profil",
@@ -149,18 +136,6 @@
149 "settings.user.form.accountType.individual": "Individuell", 136 "settings.user.form.accountType.individual": "Individuell",
150 "settings.user.form.accountType.non-profit": "Non-Profit", 137 "settings.user.form.accountType.non-profit": "Non-Profit",
151 "settings.user.form.accountType.company": "Firma", 138 "settings.user.form.accountType.company": "Firma",
152 "subscription.type.free": "gratis",
153 "subscription.type.month": "måned",
154 "subscription.type.year": "år",
155 "subscription.type.mining": "Støtt Ferdi med prosessorkraft",
156 "subscription.mining.headline": "Hvordan fungerer dette?",
157 "subscription.mining.experimental": "eksperimental",
158 "subscription.mining.line1": "Ved å aktivere \"Støtt Ferdi med prosessorkraft\" vil Ferdi bruke cirka 20-50% av prosessore din til å mine kryptovalutaen Monero, som vil tilsvare omtrent $5/år",
159 "subscription.mining.line2": "Vi vil tilpasse prosessor bruken basert på arbeidsadferd for å ikke tømme batteriet og senke hastigheten på maskinen din.",
160 "subscription.mining.line3": "Så lenge du miner, har du ubegrenset tilgang til alle Ferdi Premium funksjoner.",
161 "subscription.mining.moreInformation": "Få mer informasjon om denne planen.",
162 "subscriptionPopup.buttonCancel": "Kanseller",
163 "subscriptionPopup.buttonDone": "Ferdi g",
164 "tabs.item.reload": "Reload", 139 "tabs.item.reload": "Reload",
165 "tabs.item.edit": "Rediger", 140 "tabs.item.edit": "Rediger",
166 "tabs.item.disableNotifications": "Deaktiver varsler", 141 "tabs.item.disableNotifications": "Deaktiver varsler",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index d33f4e577..bd47c10ee 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ik heb {telling} diensten toegevoegd aan Ferdi! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Ik heb {telling} diensten toegevoegd aan Ferdi! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Ik heb {tel} diensten toegevoegd aan Ferdi! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Ik heb {tel} diensten toegevoegd aan Ferdi! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons het woord te verspreiden.", 35 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons het woord te verspreiden.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services", 36 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services",
40 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.", 37 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.",
41 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})", 38 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh nee!", 179 "service.errorHandler.headline": "Oh nee!",
183 "service.errorHandler.message": "Fout", 180 "service.errorHandler.message": "Fout",
184 "service.errorHandler.text": "{name} kon niet geladen worden.", 181 "service.errorHandler.text": "{name} kon niet geladen worden.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Beginnen", 183 "services.getStarted": "Beginnen",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Facturen", 198 "settings.account.headlineInvoices": "Facturen",
207 "settings.account.headlinePassword": "Wijzig wachtwoord", 199 "settings.account.headlinePassword": "Wijzig wachtwoord",
208 "settings.account.headlineProfile": "Profiel bijwerken", 200 "settings.account.headlineProfile": "Profiel bijwerken",
209 "settings.account.headlineSubscription": "Je abonnement",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Beheer je abonnement",
212 "settings.account.successInfo": "Je wijzigingen zijn opgeslagen", 201 "settings.account.successInfo": "Je wijzigingen zijn opgeslagen",
213 "settings.account.tryReloadServices": "Probeer opnieuw", 202 "settings.account.tryReloadServices": "Probeer opnieuw",
214 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw", 203 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 94a1dc01a..9463334ac 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons om bekender te worden.", 35 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons om bekender te worden.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Alle anderen zullen nog wat langer moeten wachten.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.", 36 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.",
40 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.", 37 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.",
41 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})", 38 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh nee!", 179 "service.errorHandler.headline": "Oh nee!",
183 "service.errorHandler.message": "Fout", 180 "service.errorHandler.message": "Fout",
184 "service.errorHandler.text": "{name} kon niet geladen worden.", 181 "service.errorHandler.text": "{name} kon niet geladen worden.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "{service} wordt geladen", 182 "service.webviewLoader.loading": "{service} wordt geladen",
191 "services.getStarted": "Begin", 183 "services.getStarted": "Begin",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Facturen", 198 "settings.account.headlineInvoices": "Facturen",
207 "settings.account.headlinePassword": "Wijzig wachtwoord", 199 "settings.account.headlinePassword": "Wijzig wachtwoord",
208 "settings.account.headlineProfile": "Update profiel", 200 "settings.account.headlineProfile": "Update profiel",
209 "settings.account.headlineSubscription": "Je abonnement",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Beheer je abonnement",
212 "settings.account.successInfo": "Je wijzigingen zijn opgeslagen", 201 "settings.account.successInfo": "Je wijzigingen zijn opgeslagen",
213 "settings.account.tryReloadServices": "Probeer opnieuw", 202 "settings.account.tryReloadServices": "Probeer opnieuw",
214 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw", 203 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index bdbbf636d..986804b65 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Jeg har lagt til {count} tjenester i Ferdi! Få den gratis programvaren for WhatsApp, Messenger, Slack, Skype og andre på www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Jeg har lagt til {count} tjenester i Ferdi! Få den gratis programvaren for WhatsApp, Messenger, Slack, Skype og andre på www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Jeg har lagt til {count} tjenester i Ferdi! Få den gratis programvaren for WhatsApp, Messenger, Slack, Skype og andre på www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Jeg har lagt til {count} tjenester i Ferdi! Få den gratis programvaren for WhatsApp, Messenger, Slack, Skype og andre på www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Fortell vennene og kollegene dine om hvor fantastisk Ferdi er og hjelp oss med å spre ordet.", 35 "feature.shareFranz.text": "Fortell vennene og kollegene dine om hvor fantastisk Ferdi er og hjelp oss med å spre ordet.",
36 "feature.todos.premium.info": "Ferdi gjøremål er tilgjengelig for premium brukere nå!",
37 "feature.todos.premium.rollout": "Alle andre må vente litt lenger.",
38 "feature.todos.premium.upgrade": "Oppgrader din konto",
39 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester", 36 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester",
40 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.", 37 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.",
41 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})", 38 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Å nei!", 179 "service.errorHandler.headline": "Å nei!",
183 "service.errorHandler.message": "Feil", 180 "service.errorHandler.message": "Feil",
184 "service.errorHandler.text": "{name} kan ikke lastes.", 181 "service.errorHandler.text": "{name} kan ikke lastes.",
185 "service.restrictedHandler.action": "Oppgrader din konto",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional-funksjonsplan kreves",
187 "service.restrictedHandler.customUrl.text": "Vennligst oppgrader til Ferdi Professional funksjonsplan for å bruke egendefinerte nettadresser og selvbetjente tjenester.",
188 "service.restrictedHandler.serviceLimit.headline": "Du har nådd din tjeneste-grense.",
189 "service.restrictedHandler.serviceLimit.text": "Vennligst oppgrader kontoen din for å brukere mer enn {count} tjenester.",
190 "service.webviewLoader.loading": "Laster inn {service}", 182 "service.webviewLoader.loading": "Laster inn {service}",
191 "services.getStarted": "Kom i gang", 183 "services.getStarted": "Kom i gang",
192 "services.login": "Vennligst logg inn for å bruke Ferdi.", 184 "services.login": "Vennligst logg inn for å bruke Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fakturaer", 198 "settings.account.headlineInvoices": "Fakturaer",
207 "settings.account.headlinePassword": "Endre passord", 199 "settings.account.headlinePassword": "Endre passord",
208 "settings.account.headlineProfile": "Oppdater profil", 200 "settings.account.headlineProfile": "Oppdater profil",
209 "settings.account.headlineSubscription": "Abonnementet ditt",
210 "settings.account.invoiceDownload": "Last ned",
211 "settings.account.manageSubscription.label": "Administrere ditt abonnement",
212 "settings.account.successInfo": "Dine endringer har blitt lagret", 201 "settings.account.successInfo": "Dine endringer har blitt lagret",
213 "settings.account.tryReloadServices": "Prøv igjen", 202 "settings.account.tryReloadServices": "Prøv igjen",
214 "settings.account.tryReloadUserInfoRequest": "Prøv igjen", 203 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 96a5acbeb..e4f7bfe77 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Korzystam z {count} usług poprzez Ferdi! Pobierz bezpłatną aplikację do obsługi WhatsApp, Messenger, Slack, Skype i więcej na www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Korzystam z {count} usług poprzez Ferdi! Pobierz bezpłatną aplikację do obsługi WhatsApp, Messenger, Slack, Skype i więcej na www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Korzystam z {count} usług poprzez Ferdi! Pobierz bezpłatną aplikację do obsługi WhatsApp, Messenger, Slack, Skype i więcej na www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Korzystam z {count} usług poprzez Ferdi! Pobierz bezpłatną aplikację do obsługi WhatsApp, Messenger, Slack, Skype i więcej na www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Powiedz znajomym i kolegom o tym, jak odlotowy jest Ferdi i pomóż nam go spopularyzować.", 35 "feature.shareFranz.text": "Powiedz znajomym i kolegom o tym, jak odlotowy jest Ferdi i pomóż nam go spopularyzować.",
36 "feature.todos.premium.info": "Listy zadań Ferdi są już dostępne dla użytkowników premium!",
37 "feature.todos.premium.rollout": "Wszyscy inni będą musieli zaczekać nieco dłużej.",
38 "feature.todos.premium.upgrade": "Ulepsz konto",
39 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online", 36 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online",
40 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.", 37 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.",
41 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})", 38 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "O nie!", 179 "service.errorHandler.headline": "O nie!",
183 "service.errorHandler.message": "Błąd", 180 "service.errorHandler.message": "Błąd",
184 "service.errorHandler.text": "Nie udało się załadować {name}.", 181 "service.errorHandler.text": "Nie udało się załadować {name}.",
185 "service.restrictedHandler.action": "Ulepsz konto",
186 "service.restrictedHandler.customUrl.headline": "Wymagany plan Ferdi Professional",
187 "service.restrictedHandler.customUrl.text": "Uaktualnij swój plan do Ferdi Professional, aby używać własnych adresów URL i własnego hostowania usług.",
188 "service.restrictedHandler.serviceLimit.headline": "Osiągnięto limit usług.",
189 "service.restrictedHandler.serviceLimit.text": "Uaktualnij swoje konto, aby używać więcej niż {count} usług.",
190 "service.webviewLoader.loading": "Wczytywanie {service}", 182 "service.webviewLoader.loading": "Wczytywanie {service}",
191 "services.getStarted": "Zacznij", 183 "services.getStarted": "Zacznij",
192 "services.login": "Zaloguj się, aby używać Ferdi.", 184 "services.login": "Zaloguj się, aby używać Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Faktury", 198 "settings.account.headlineInvoices": "Faktury",
207 "settings.account.headlinePassword": "Zmień hasło", 199 "settings.account.headlinePassword": "Zmień hasło",
208 "settings.account.headlineProfile": "Uaktualnij profil", 200 "settings.account.headlineProfile": "Uaktualnij profil",
209 "settings.account.headlineSubscription": "Twoja subskrypcja",
210 "settings.account.invoiceDownload": "Pobierz",
211 "settings.account.manageSubscription.label": "Zarządzaj swoimi subskrypcjami",
212 "settings.account.successInfo": "Twoje zmiany zostały zapisane", 201 "settings.account.successInfo": "Twoje zmiany zostały zapisane",
213 "settings.account.tryReloadServices": "Spróbuj ponownie", 202 "settings.account.tryReloadServices": "Spróbuj ponownie",
214 "settings.account.tryReloadUserInfoRequest": "Spróbuj ponownie", 203 "settings.account.tryReloadUserInfoRequest": "Spróbuj ponownie",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index d736732ca..c4017cb52 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Eu adicionei {count} serviços ao Ferdi! Adquira o aplicativo gratuito para WhatsApp, Messenger, Slack, Skype e mais em www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Eu adicionei {count} serviços ao Ferdi! Adquira o aplicativo gratuito para WhatsApp, Messenger, Slack, Skype e mais em www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Eu adicionei uma contagem de serviços para o Ferdi! Baixe gratuitamente o aplicativo para WhatsApp, Messenger, Slack, Skype e outros em www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Eu adicionei uma contagem de serviços para o Ferdi! Baixe gratuitamente o aplicativo para WhatsApp, Messenger, Slack, Skype e outros em www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Conte aos seus amigos e colegas o quanto incrível o Ferdi é e nos ajude a espalhar a mensagem.", 35 "feature.shareFranz.text": "Conte aos seus amigos e colegas o quanto incrível o Ferdi é e nos ajude a espalhar a mensagem.",
36 "feature.todos.premium.info": "As Tarefas do Ferdi estão disponíveis para usuários premium!",
37 "feature.todos.premium.rollout": "As outras pessoas terão que esperar um pouquinho mais.",
38 "feature.todos.premium.upgrade": "Atualizar conta",
39 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi", 36 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi",
40 "global.notConnectedToTheInternet": "Você não está conectado à internet.", 37 "global.notConnectedToTheInternet": "Você não está conectado à internet.",
41 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})", 38 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh não!", 179 "service.errorHandler.headline": "Oh não!",
183 "service.errorHandler.message": "Erro", 180 "service.errorHandler.message": "Erro",
184 "service.errorHandler.text": "{name} falhou o carregamento", 181 "service.errorHandler.text": "{name} falhou o carregamento",
185 "service.restrictedHandler.action": "Atualizar conta",
186 "service.restrictedHandler.customUrl.headline": "É necessário um plano Ferdi Profissional",
187 "service.restrictedHandler.customUrl.text": "Por favor adquira um plano Ferdi Profesional para utilizar url's personalizadas e serviços próprios.",
188 "service.restrictedHandler.serviceLimit.headline": "Você atingiu seu limite de serviço.",
189 "service.restrictedHandler.serviceLimit.text": "Por favor, atualize sua conta para usar mais do que {count} serviços.",
190 "service.webviewLoader.loading": "Carregando {service}", 182 "service.webviewLoader.loading": "Carregando {service}",
191 "services.getStarted": "Vamos começar", 183 "services.getStarted": "Vamos começar",
192 "services.login": "Por favor, inicie sua sessão para usar Ferdi.", 184 "services.login": "Por favor, inicie sua sessão para usar Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Faturas", 198 "settings.account.headlineInvoices": "Faturas",
207 "settings.account.headlinePassword": "Alterar senha", 199 "settings.account.headlinePassword": "Alterar senha",
208 "settings.account.headlineProfile": "Atualizar o perfil", 200 "settings.account.headlineProfile": "Atualizar o perfil",
209 "settings.account.headlineSubscription": "Sua assinatura",
210 "settings.account.invoiceDownload": "Transferir",
211 "settings.account.manageSubscription.label": "Gerenciar minhas inscrições",
212 "settings.account.successInfo": "As suas alterações foram efetuadas com sucesso", 201 "settings.account.successInfo": "As suas alterações foram efetuadas com sucesso",
213 "settings.account.tryReloadServices": "Tentar novamente", 202 "settings.account.tryReloadServices": "Tentar novamente",
214 "settings.account.tryReloadUserInfoRequest": "Tentar novamente", 203 "settings.account.tryReloadUserInfoRequest": "Tentar novamente",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 46fb35c30..61d27304e 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Eu adicionei {count} serviços ao Ferdi! Adquira a aplicação gratuita para WhatsApp, Messenger, Slack, Skype e mais em www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Eu adicionei {count} serviços ao Ferdi! Adquira a aplicação gratuita para WhatsApp, Messenger, Slack, Skype e mais em www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Adicionei {count} serviços no Ferdi! Faça o download da aplicação para WhatsApp, Messenger, Slack, Skype e outros em www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Adicionei {count} serviços no Ferdi! Faça o download da aplicação para WhatsApp, Messenger, Slack, Skype e outros em www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Diga aos seus amigos e colegas o quão incrível é Ferdi e ajude-nos a espalhar a mensagem.", 35 "feature.shareFranz.text": "Diga aos seus amigos e colegas o quão incrível é Ferdi e ajude-nos a espalhar a mensagem.",
36 "feature.todos.premium.info": "As Listas de Tarefas de Ferdi agora estão disponíveis para utilizadores premium!",
37 "feature.todos.premium.rollout": "Todas as outras pessoas terão que esperar um pouco mais.",
38 "feature.todos.premium.upgrade": "Faça upgrade da conta",
39 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi", 36 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi",
40 "global.notConnectedToTheInternet": "Não está ligado à internet.", 37 "global.notConnectedToTheInternet": "Não está ligado à internet.",
41 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})", 38 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh não!", 179 "service.errorHandler.headline": "Oh não!",
183 "service.errorHandler.message": "Erro", 180 "service.errorHandler.message": "Erro",
184 "service.errorHandler.text": "{name} não pôde ser iniciado.", 181 "service.errorHandler.text": "{name} não pôde ser iniciado.",
185 "service.restrictedHandler.action": "Faça upgrade da conta",
186 "service.restrictedHandler.customUrl.headline": "É necessária uma conta Ferdi Profissional",
187 "service.restrictedHandler.customUrl.text": "Por favor, faça o upgrade para o plano Ferdi Professional para usar Urls personalizadas e serviços auto-hospedados.",
188 "service.restrictedHandler.serviceLimit.headline": "Atingiu o seu limite de serviços.",
189 "service.restrictedHandler.serviceLimit.text": "Por favor, faça o upgrade da sua conta para usar mais de {count} serviços.",
190 "service.webviewLoader.loading": "A iniciar {service}", 182 "service.webviewLoader.loading": "A iniciar {service}",
191 "services.getStarted": "Iniciar", 183 "services.getStarted": "Iniciar",
192 "services.login": "Por favor, inicie sua sessão para usar Ferdi.", 184 "services.login": "Por favor, inicie sua sessão para usar Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Recibos", 198 "settings.account.headlineInvoices": "Recibos",
207 "settings.account.headlinePassword": "Mudar palavra-passe", 199 "settings.account.headlinePassword": "Mudar palavra-passe",
208 "settings.account.headlineProfile": "Atualizar perfil", 200 "settings.account.headlineProfile": "Atualizar perfil",
209 "settings.account.headlineSubscription": "A sua subscrição",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Gerir assinatura",
212 "settings.account.successInfo": "As suas alterações foram gravadas", 201 "settings.account.successInfo": "As suas alterações foram gravadas",
213 "settings.account.tryReloadServices": "Tente novamente", 202 "settings.account.tryReloadServices": "Tente novamente",
214 "settings.account.tryReloadUserInfoRequest": "Tente novamente", 203 "settings.account.tryReloadUserInfoRequest": "Tente novamente",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index b5f1ce91e..1993dadc9 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Am adăugat {count} servicii la Ferdi! Obține aplicația gratuită pentru WhatsApp, Messenger, Slack, Skype și co pe www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Am adăugat {count} servicii la Ferdi! Obține aplicația gratuită pentru WhatsApp, Messenger, Slack, Skype și co pe www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Am adăugat {count} servicii la Ferdi! Obține aplicația gratuită pentru WhatsApp, Messenger, Slack, Skype și co pe www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Am adăugat {count} servicii la Ferdi! Obține aplicația gratuită pentru WhatsApp, Messenger, Slack, Skype și co pe www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Spuneți-le prietenilor și colegilor cât de minunat este Ferdi și ajutați-ne să răspândim cuvântul.", 35 "feature.shareFranz.text": "Spuneți-le prietenilor și colegilor cât de minunat este Ferdi și ajutați-ne să răspândim cuvântul.",
36 "feature.todos.premium.info": "Ferdi Todos este disponibil acum utilizatorilor premium!",
37 "feature.todos.premium.rollout": "Toți ceilalți vor trebui să aștepte puțin mai mult.",
38 "feature.todos.premium.upgrade": "Upgradare cont",
39 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online", 36 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online",
40 "global.notConnectedToTheInternet": "Nu ești conectat la internet.", 37 "global.notConnectedToTheInternet": "Nu ești conectat la internet.",
41 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})", 38 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgradare cont",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index dbc9747a6..debd71abb 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Я добавил {count} сервисов во Ferdi! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Я добавил {count} сервисов во Ferdi! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Я добавил {count} сервис(ов) в Ferdi! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Я добавил {count} сервис(ов) в Ferdi! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Расскажи своим друзьям и коллегам насколько прелестен Ferdi и помоги нам развиться", 35 "feature.shareFranz.text": "Расскажи своим друзьям и коллегам насколько прелестен Ferdi и помоги нам развиться",
36 "feature.todos.premium.info": "Ferdi Todos теперь доступны для премиум пользователей!",
37 "feature.todos.premium.rollout": "Все остальные должны будут ждать немного дольше.",
38 "feature.todos.premium.upgrade": "Повысить уровень учетной записи",
39 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi", 36 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi",
40 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет", 37 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет",
41 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})", 38 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "О, нет!", 179 "service.errorHandler.headline": "О, нет!",
183 "service.errorHandler.message": "Ошибка", 180 "service.errorHandler.message": "Ошибка",
184 "service.errorHandler.text": "{name} не смог загрузиться.", 181 "service.errorHandler.text": "{name} не смог загрузиться.",
185 "service.restrictedHandler.action": "Повысить уровень учетной записи",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Начать работу", 183 "services.getStarted": "Начать работу",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Счета", 198 "settings.account.headlineInvoices": "Счета",
207 "settings.account.headlinePassword": "Сменить пароль", 199 "settings.account.headlinePassword": "Сменить пароль",
208 "settings.account.headlineProfile": "Обновить профиль", 200 "settings.account.headlineProfile": "Обновить профиль",
209 "settings.account.headlineSubscription": "Ваша подписка",
210 "settings.account.invoiceDownload": "Скачать",
211 "settings.account.manageSubscription.label": "Управление вашей подпиской",
212 "settings.account.successInfo": "Ваши изменения были сохранены", 201 "settings.account.successInfo": "Ваши изменения были сохранены",
213 "settings.account.tryReloadServices": "Попробовать снова", 202 "settings.account.tryReloadServices": "Попробовать снова",
214 "settings.account.tryReloadUserInfoRequest": "Попробовать снова", 203 "settings.account.tryReloadUserInfoRequest": "Попробовать снова",
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index fadfcef16..2ca48d2b7 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -5,30 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.delayApp.headline": "Upgrade your Ferdi plan to skip the wait",
9 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
10 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
11 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
12 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14-days trial and skip the wait",
13 "feature.delayApp.upgrade.action": "Upgrade Ferdi",
14 "feature.delayApp.upgrade.actionShort": "Upgrade account",
15 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
16 "feature.planSelection.cta.stayOnFree": "Stay on Free",
17 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
18 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
19 "feature.planSelection.cta.upgradePro": "Choose Professional",
20 "feature.planSelection.free.text": "Basic functionality",
21 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
22 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
23 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
24 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
25 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
26 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
27 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
28 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
29 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
30 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
31 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
32 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
33 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
34 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -36,16 +12,6 @@
36 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
37 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
38 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
39 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
40 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
41 "feature.todos.premium.upgrade": "Upgrade Account",
42 "feature.trialStatusBar.cta": "Upgrade now",
43 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
44 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
45 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
46 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
47 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
48 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
49 "global.api.unhealthy": "ෆ්රාන්ස් මාර්ගගත සේවාවන් වෙත සම්බන්ධ වීමට නොහැක.", 15 "global.api.unhealthy": "ෆ්රාන්ස් මාර්ගගත සේවාවන් වෙත සම්බන්ධ වීමට නොහැක.",
50 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
51 "global.notConnectedToTheInternet": "ඔබ අන්තර්ජාලයට සම්බන්ධ වී නැත.", 17 "global.notConnectedToTheInternet": "ඔබ අන්තර්ජාලයට සම්බන්ධ වී නැත.",
@@ -53,7 +19,6 @@
53 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
54 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
55 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
56 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
57 "import.headline": "ඔබගේ ෆ්රාන්ස් සේවාවන් නැවත ඇතුලත් කරගන්න.", 22 "import.headline": "ඔබගේ ෆ්රාන්ස් සේවාවන් නැවත ඇතුලත් කරගන්න.",
58 "import.notSupportedHeadline": "සේවාවන් සඳහා ෆ්රාන්ස් 5 හි තවමත් පහසුකම් සලසා නැත.", 23 "import.notSupportedHeadline": "සේවාවන් සඳහා ෆ්රාන්ස් 5 හි තවමත් පහසුකම් සලසා නැත.",
59 "import.skip.label": "සේවාවන් මවිසින් ඇතුලත් කල යුතුය. ", 24 "import.skip.label": "සේවාවන් මවිසින් ඇතුලත් කල යුතුය. ",
@@ -63,7 +28,6 @@
63 "infobar.buttonReloadServices": "සේවාවන් නැවත ඇරඹීම", 28 "infobar.buttonReloadServices": "සේවාවන් නැවත ඇරඹීම",
64 "infobar.requiredRequestsFailed": "සේවාවන් සහ පරිශීලක තොරතුරු ලබාගත නොහැක.", 29 "infobar.requiredRequestsFailed": "සේවාවන් සහ පරිශීලක තොරතුරු ලබාගත නොහැක.",
65 "infobar.servicesUpdated": "ඔබගේ සේවාවන් යාවත්කාල කර ඇත.", 30 "infobar.servicesUpdated": "ඔබගේ සේවාවන් යාවත්කාල කර ඇත.",
66 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
67 "infobar.updateAvailable": "ෆ්රාන්ස් හි නව සංස්කරණයක් දැන් ලබා ගත හැක.", 31 "infobar.updateAvailable": "ෆ්රාන්ස් හි නව සංස්කරණයක් දැන් ලබා ගත හැක.",
68 "invite.email.label": "විද්‍යුත් තැපැල් ලිපිනය ", 32 "invite.email.label": "විද්‍යුත් තැපැල් ලිපිනය ",
69 "invite.headline.friends": "මිතුරන් 3කට ආරාධනා කරන්න.", 33 "invite.headline.friends": "මිතුරන් 3කට ආරාධනා කරන්න.",
@@ -166,27 +130,6 @@
166 "pricing.features.upToSixServices": "Add up to 6 services", 130 "pricing.features.upToSixServices": "Add up to 6 services",
167 "pricing.features.upToThreeServices": "Add up to 3 services", 131 "pricing.features.upToThreeServices": "Add up to 3 services",
168 "pricing.features.workspaces": "Workspaces", 132 "pricing.features.workspaces": "Workspaces",
169 "pricing.plan.free": "Free",
170 "pricing.plan.legacy": "Premium",
171 "pricing.plan.personal": "Personal",
172 "pricing.plan.personal-monthly": "Personal Monthly",
173 "pricing.plan.personal-yearly": "Personal Yearly",
174 "pricing.plan.pro": "Professional",
175 "pricing.plan.pro-monthly": "Professional Monthly",
176 "pricing.plan.pro-yearly": "Professional Yearly",
177 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
178 "pricing.trial.cta.skip": "Continue to Ferdi",
179 "pricing.trial.cta.start": "Start using Ferdi",
180 "pricing.trial.error": "Sorry, we could not activate your trial!",
181 "pricing.trial.features.headline": "Ferdi Professional includes:",
182 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
183 "pricing.trial.intro.happyMessaging": "Happy messaging,",
184 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
185 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
186 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
187 "pricing.trial.terms.headline": "No strings attached",
188 "pricing.trial.terms.noCreditCard": "No credit card required",
189 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
190 "service.crashHandler.action": "{name} නැවත ලබාගන්න", 133 "service.crashHandler.action": "{name} නැවත ලබාගන්න",
191 "service.crashHandler.autoReload": "{name} ස්වයංක්‍රීය ප්‍රතිෂ්ඨාපනය තවත් තත්පර {seconds}කින් ", 134 "service.crashHandler.autoReload": "{name} ස්වයංක්‍රීය ප්‍රතිෂ්ඨාපනය තවත් තත්පර {seconds}කින් ",
192 "service.crashHandler.headline": "අපොයි!", 135 "service.crashHandler.headline": "අපොයි!",
@@ -198,11 +141,6 @@
198 "service.errorHandler.headline": "අපොයි!", 141 "service.errorHandler.headline": "අපොයි!",
199 "service.errorHandler.message": "Error", 142 "service.errorHandler.message": "Error",
200 "service.errorHandler.text": "{name} has failed to load.", 143 "service.errorHandler.text": "{name} has failed to load.",
201 "service.restrictedHandler.action": "Upgrade Account",
202 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
203 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
204 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
205 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
206 "service.webviewLoader.loading": "Loading", 144 "service.webviewLoader.loading": "Loading",
207 "services.getStarted": "ආරම්භ කරන්න", 145 "services.getStarted": "ආරම්භ කරන්න",
208 "services.welcome": "ෆ්‍රාන්ස් වෙත සාදරයෙන් පිළිගනිමු", 146 "services.welcome": "ෆ්‍රාන්ස් වෙත සාදරයෙන් පිළිගනිමු",
@@ -219,18 +157,9 @@
219 "settings.account.headlineInvoices": "ලදුපත් ", 157 "settings.account.headlineInvoices": "ලදුපත් ",
220 "settings.account.headlinePassword": "මුරපදය වෙනස් කරන්න", 158 "settings.account.headlinePassword": "මුරපදය වෙනස් කරන්න",
221 "settings.account.headlineProfile": "පැතිකඩ යාවත්කාල කරන්න ", 159 "settings.account.headlineProfile": "පැතිකඩ යාවත්කාල කරන්න ",
222 "settings.account.headlineSubscription": "ඔබගේ දායකත්වය ",
223 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
224 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
225 "settings.account.invoiceDownload": "Download",
226 "settings.account.manageSubscription.label": "Manage your subscription",
227 "settings.account.successInfo": "Your changes have been saved", 160 "settings.account.successInfo": "Your changes have been saved",
228 "settings.account.trial": "Free Trial",
229 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
230 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
231 "settings.account.tryReloadServices": "Try again", 161 "settings.account.tryReloadServices": "Try again",
232 "settings.account.tryReloadUserInfoRequest": "Try again", 162 "settings.account.tryReloadUserInfoRequest": "Try again",
233 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
234 "settings.account.userInfoRequestFailed": "Could not load user information", 163 "settings.account.userInfoRequestFailed": "Could not load user information",
235 "settings.account.yourLicense": "Your Ferdi License", 164 "settings.account.yourLicense": "Your Ferdi License",
236 "settings.app.buttonClearAllCache": "Clear cache", 165 "settings.app.buttonClearAllCache": "Clear cache",
@@ -391,18 +320,6 @@
391 "signup.link.login": "Already have an account, sign in?", 320 "signup.link.login": "Already have an account, sign in?",
392 "signup.password.label": "මුරපදය", 321 "signup.password.label": "මුරපදය",
393 "signup.submit.label": "Create account", 322 "signup.submit.label": "Create account",
394 "subscription.bestValue": "Best value",
395 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
396 "subscription.cta.allOptions": "See all options",
397 "subscription.cta.choosePlan": "Choose your plan",
398 "subscription.interval.per": "per {interval}",
399 "subscription.interval.perMonth": "per month",
400 "subscription.interval.perMonthPerUser": "per month & user",
401 "subscription.planItem.upgradeAccount": "Upgrade Account",
402 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
403 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
404 "subscriptionPopup.buttonCancel": "Cancel",
405 "subscriptionPopup.buttonDone": "Done",
406 "tabs.item.deleteService": "Delete service", 323 "tabs.item.deleteService": "Delete service",
407 "tabs.item.disableAudio": "Disable audio", 324 "tabs.item.disableAudio": "Disable audio",
408 "tabs.item.disableNotifications": "Disable notifications", 325 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index d8956f949..bbdd54761 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Pridali sme {count} služieb do Ferdi! Získajte zadarmo aplikáciu pre WhatsApp, Messenger, Slack, Skype a iné na www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Pridali sme {count} služieb do Ferdi! Získajte zadarmo aplikáciu pre WhatsApp, Messenger, Slack, Skype a iné na www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Pridal som {count} služieb do Ferdi! Získajte zadarmo aplikáciu pre WhatsApp, Messenger, Slack, Skype a iné na www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Pridal som {count} služieb do Ferdi! Získajte zadarmo aplikáciu pre WhatsApp, Messenger, Slack, Skype a iné na www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Povedzte vašim priateľom a známym aký je Ferdi skvelý a pomôžte nám rozšíriť sa do sveta.", 35 "feature.shareFranz.text": "Povedzte vašim priateľom a známym aký je Ferdi skvelý a pomôžte nám rozšíriť sa do sveta.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Vylepšite svoj účet",
39 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi", 36 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi",
40 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.", 37 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.",
41 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})", 38 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Ale nie!", 179 "service.errorHandler.headline": "Ale nie!",
183 "service.errorHandler.message": "Chyba", 180 "service.errorHandler.message": "Chyba",
184 "service.errorHandler.text": "{name} sa nepodarilo načítať.", 181 "service.errorHandler.text": "{name} sa nepodarilo načítať.",
185 "service.restrictedHandler.action": "Vylepšite svoj účet",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "Dosiahli ste limit počtu zariadení.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Načítavam {service}", 182 "service.webviewLoader.loading": "Načítavam {service}",
191 "services.getStarted": "Začíname", 183 "services.getStarted": "Začíname",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Faktúry", 198 "settings.account.headlineInvoices": "Faktúry",
207 "settings.account.headlinePassword": "Zmeniť heslo", 199 "settings.account.headlinePassword": "Zmeniť heslo",
208 "settings.account.headlineProfile": "Aktualizovať profil", 200 "settings.account.headlineProfile": "Aktualizovať profil",
209 "settings.account.headlineSubscription": "Vaše odoberanie",
210 "settings.account.invoiceDownload": "Prevziať",
211 "settings.account.manageSubscription.label": "Spravovať vaše odoberanie",
212 "settings.account.successInfo": "Vaše zmeny boli uložené", 201 "settings.account.successInfo": "Vaše zmeny boli uložené",
213 "settings.account.tryReloadServices": "Skúsiť znova", 202 "settings.account.tryReloadServices": "Skúsiť znova",
214 "settings.account.tryReloadUserInfoRequest": "Skúsiť znova", 203 "settings.account.tryReloadUserInfoRequest": "Skúsiť znova",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index daff653eb..a75fbef33 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index 4594b1b23..856a29c5c 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -5,30 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
8 "feature.delayApp.headline": "Upgrade your Ferdi plan to skip the wait",
9 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
10 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
11 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
12 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14-days trial and skip the wait",
13 "feature.delayApp.upgrade.action": "Upgrade Ferdi",
14 "feature.delayApp.upgrade.actionShort": "Upgrade account",
15 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
16 "feature.planSelection.cta.stayOnFree": "Stay on Free",
17 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
18 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
19 "feature.planSelection.cta.upgradePro": "Choose Professional",
20 "feature.planSelection.free.text": "Basic functionality",
21 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
22 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
23 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
24 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
25 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
26 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
27 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}?",
28 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
29 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
30 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
31 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
32 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
33 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
34 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -36,16 +12,6 @@
36 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
37 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
38 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
39 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
40 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
41 "feature.todos.premium.upgrade": "Upgrade Account",
42 "feature.trialStatusBar.cta": "Upgrade now",
43 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
44 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
45 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
46 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
47 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
48 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
49 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdi online services",
50 "global.franzProRequired": "Ferdi Professional Required", 16 "global.franzProRequired": "Ferdi Professional Required",
51 "global.notConnectedToTheInternet": "You are not connected to the internet.", 17 "global.notConnectedToTheInternet": "You are not connected to the internet.",
@@ -53,7 +19,6 @@
53 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
54 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
55 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
56 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
57 "import.headline": "Import your Ferdi 4 services", 22 "import.headline": "Import your Ferdi 4 services",
58 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 23 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
59 "import.skip.label": "I want to add services manually", 24 "import.skip.label": "I want to add services manually",
@@ -63,7 +28,6 @@
63 "infobar.buttonReloadServices": "Reload services", 28 "infobar.buttonReloadServices": "Reload services",
64 "infobar.requiredRequestsFailed": "Could not load services and user information", 29 "infobar.requiredRequestsFailed": "Could not load services and user information",
65 "infobar.servicesUpdated": "Your services have been updated.", 30 "infobar.servicesUpdated": "Your services have been updated.",
66 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
67 "infobar.updateAvailable": "A new update for Ferdi is available.", 31 "infobar.updateAvailable": "A new update for Ferdi is available.",
68 "invite.email.label": "Email address", 32 "invite.email.label": "Email address",
69 "invite.headline.friends": "Invite 3 of your friends or colleagues", 33 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -166,27 +130,6 @@
166 "pricing.features.upToSixServices": "Add up to 6 services", 130 "pricing.features.upToSixServices": "Add up to 6 services",
167 "pricing.features.upToThreeServices": "Add up to 3 services", 131 "pricing.features.upToThreeServices": "Add up to 3 services",
168 "pricing.features.workspaces": "Workspaces", 132 "pricing.features.workspaces": "Workspaces",
169 "pricing.plan.free": "Free",
170 "pricing.plan.legacy": "Premium",
171 "pricing.plan.personal": "Personal",
172 "pricing.plan.personal-monthly": "Personal Monthly",
173 "pricing.plan.personal-yearly": "Personal Yearly",
174 "pricing.plan.pro": "Professional",
175 "pricing.plan.pro-monthly": "Professional Monthly",
176 "pricing.plan.pro-yearly": "Professional Yearly",
177 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
178 "pricing.trial.cta.skip": "Continue to Ferdi",
179 "pricing.trial.cta.start": "Start using Ferdi",
180 "pricing.trial.error": "Sorry, we could not activate your trial!",
181 "pricing.trial.features.headline": "Ferdi Professional includes:",
182 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
183 "pricing.trial.intro.happyMessaging": "Happy messaging,",
184 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
185 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
186 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
187 "pricing.trial.terms.headline": "No strings attached",
188 "pricing.trial.terms.noCreditCard": "No credit card required",
189 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
190 "service.crashHandler.action": "Reload {name}", 133 "service.crashHandler.action": "Reload {name}",
191 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 134 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
192 "service.crashHandler.headline": "Oh no!", 135 "service.crashHandler.headline": "Oh no!",
@@ -198,11 +141,6 @@
198 "service.errorHandler.headline": "Oh no!", 141 "service.errorHandler.headline": "Oh no!",
199 "service.errorHandler.message": "Error", 142 "service.errorHandler.message": "Error",
200 "service.errorHandler.text": "{name} has failed to load.", 143 "service.errorHandler.text": "{name} has failed to load.",
201 "service.restrictedHandler.action": "Upgrade Account",
202 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
203 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
204 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
205 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
206 "service.webviewLoader.loading": "Loading", 144 "service.webviewLoader.loading": "Loading",
207 "services.getStarted": "Get started", 145 "services.getStarted": "Get started",
208 "services.welcome": "Welcome to Ferdi", 146 "services.welcome": "Welcome to Ferdi",
@@ -219,18 +157,9 @@
219 "settings.account.headlineInvoices": "Invoices", 157 "settings.account.headlineInvoices": "Invoices",
220 "settings.account.headlinePassword": "Change password", 158 "settings.account.headlinePassword": "Change password",
221 "settings.account.headlineProfile": "Update profile", 159 "settings.account.headlineProfile": "Update profile",
222 "settings.account.headlineSubscription": "Your subscription",
223 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
224 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
225 "settings.account.invoiceDownload": "Download",
226 "settings.account.manageSubscription.label": "Manage your subscription",
227 "settings.account.successInfo": "Your changes have been saved", 160 "settings.account.successInfo": "Your changes have been saved",
228 "settings.account.trial": "Free Trial",
229 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
230 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
231 "settings.account.tryReloadServices": "Try again", 161 "settings.account.tryReloadServices": "Try again",
232 "settings.account.tryReloadUserInfoRequest": "Try again", 162 "settings.account.tryReloadUserInfoRequest": "Try again",
233 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
234 "settings.account.userInfoRequestFailed": "Could not load user information", 163 "settings.account.userInfoRequestFailed": "Could not load user information",
235 "settings.account.yourLicense": "Your Ferdi License", 164 "settings.account.yourLicense": "Your Ferdi License",
236 "settings.app.buttonClearAllCache": "Clear cache", 165 "settings.app.buttonClearAllCache": "Clear cache",
@@ -391,18 +320,6 @@
391 "signup.link.login": "Already have an account, sign in?", 320 "signup.link.login": "Already have an account, sign in?",
392 "signup.password.label": "Password", 321 "signup.password.label": "Password",
393 "signup.submit.label": "Create account", 322 "signup.submit.label": "Create account",
394 "subscription.bestValue": "Best value",
395 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
396 "subscription.cta.allOptions": "See all options",
397 "subscription.cta.choosePlan": "Choose your plan",
398 "subscription.interval.per": "per {interval}",
399 "subscription.interval.perMonth": "per month",
400 "subscription.interval.perMonthPerUser": "per month & user",
401 "subscription.planItem.upgradeAccount": "Upgrade Account",
402 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
403 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
404 "subscriptionPopup.buttonCancel": "Cancel",
405 "subscriptionPopup.buttonDone": "Done",
406 "tabs.item.deleteService": "Delete service", 323 "tabs.item.deleteService": "Delete service",
407 "tabs.item.disableAudio": "Disable audio", 324 "tabs.item.disableAudio": "Disable audio",
408 "tabs.item.disableNotifications": "Disable notifications", 325 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 1a6cc7d1a..fc16de40f 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ", 36 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ",
40 "global.notConnectedToTheInternet": "Niste povezani sa serverom.", 37 "global.notConnectedToTheInternet": "Niste povezani sa serverom.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "O, ne! ", 179 "service.errorHandler.headline": "O, ne! ",
183 "service.errorHandler.message": "Greška ", 180 "service.errorHandler.message": "Greška ",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Započnimo! ", 183 "services.getStarted": "Započnimo! ",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fakture", 198 "settings.account.headlineInvoices": "Fakture",
207 "settings.account.headlinePassword": "Promijenite lozinku", 199 "settings.account.headlinePassword": "Promijenite lozinku",
208 "settings.account.headlineProfile": "Ažuriraj profil", 200 "settings.account.headlineProfile": "Ažuriraj profil",
209 "settings.account.headlineSubscription": "Vaša pretplata",
210 "settings.account.invoiceDownload": "Preuzmite",
211 "settings.account.manageSubscription.label": "Upravljajte pretplatama",
212 "settings.account.successInfo": "Vaše promjene su spremljene", 201 "settings.account.successInfo": "Vaše promjene su spremljene",
213 "settings.account.tryReloadServices": "Pokušajte ponovno", 202 "settings.account.tryReloadServices": "Pokušajte ponovno",
214 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno", 203 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 9858d13fa..205f5c3f6 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Jag har lagt till {count} tjänster till Ferdi! Skaffa en gratis app för WhatsApp, Messenger, Slack, Skype och många fler på www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Jag har lagt till {count} tjänster till Ferdi! Skaffa en gratis app för WhatsApp, Messenger, Slack, Skype och många fler på www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Jag har lagt till {count} tjänster till Ferdi! Skaffa en gratis app för WhatsApp, Messenger, Slack, Skype och många fler på www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "Jag har lagt till {count} tjänster till Ferdi! Skaffa en gratis app för WhatsApp, Messenger, Slack, Skype och många fler på www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Berätta för dina vänner och kollegor hur grymt Ferdi är och hjälp oss att sprida ordet.", 35 "feature.shareFranz.text": "Berätta för dina vänner och kollegor hur grymt Ferdi är och hjälp oss att sprida ordet.",
36 "feature.todos.premium.info": "Ferdi Todos är tillgängligt för premiumanvändare nu!",
37 "feature.todos.premium.rollout": "Alla andra får lov att vänta lite längre.",
38 "feature.todos.premium.upgrade": "Uppgradera konto",
39 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster", 36 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster",
40 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.", 37 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.",
41 "global.spellchecker.useDefault": "Använd systemstandard ({default})", 38 "global.spellchecker.useDefault": "Använd systemstandard ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Åh nej!", 179 "service.errorHandler.headline": "Åh nej!",
183 "service.errorHandler.message": "Fel", 180 "service.errorHandler.message": "Fel",
184 "service.errorHandler.text": "{name} kunde inte laddas.", 181 "service.errorHandler.text": "{name} kunde inte laddas.",
185 "service.restrictedHandler.action": "Uppgradera konto",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional krävs",
187 "service.restrictedHandler.customUrl.text": "Vänligen uppgradera till Ferdi Professional-abonnemanget för att använda anpassade webbadresser & själv-hostade tjänster.",
188 "service.restrictedHandler.serviceLimit.headline": "Du har nått gränsen för antalet tjänster.",
189 "service.restrictedHandler.serviceLimit.text": "Uppgradera ditt konto för att använda mer än {count} tjänster.",
190 "service.webviewLoader.loading": "Laddar {service}", 182 "service.webviewLoader.loading": "Laddar {service}",
191 "services.getStarted": "Kom igång", 183 "services.getStarted": "Kom igång",
192 "services.login": "Logga in för att använda Ferdi.", 184 "services.login": "Logga in för att använda Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Fakturor", 198 "settings.account.headlineInvoices": "Fakturor",
207 "settings.account.headlinePassword": "Ändra lösenord", 199 "settings.account.headlinePassword": "Ändra lösenord",
208 "settings.account.headlineProfile": "Uppdatera profil", 200 "settings.account.headlineProfile": "Uppdatera profil",
209 "settings.account.headlineSubscription": "Ditt abonnemang",
210 "settings.account.invoiceDownload": "Nerladdning",
211 "settings.account.manageSubscription.label": "Hantera ditt abonnemang",
212 "settings.account.successInfo": "Dina ändringar har sparats", 201 "settings.account.successInfo": "Dina ändringar har sparats",
213 "settings.account.tryReloadServices": "Försök igen", 202 "settings.account.tryReloadServices": "Försök igen",
214 "settings.account.tryReloadUserInfoRequest": "Försök igen", 203 "settings.account.tryReloadUserInfoRequest": "Försök igen",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 17e6fbab5..01147ad16 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Ferdi'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.getferdi.com adresinden edinin.", 33 "feature.shareFranz.shareText.email": "Ferdi'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.getferdi.com adresinden edinin.",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Arkadaşlarına ve meslektaşlarına Ferdi'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.", 35 "feature.shareFranz.text": "Arkadaşlarına ve meslektaşlarına Ferdi'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.",
36 "feature.todos.premium.info": "Ferdi Yapılacaklar Listesi şimdi Premium kullanıcılar için kullanılabilir!",
37 "feature.todos.premium.rollout": "Diğer herkes biraz daha beklemek zorunda.",
38 "feature.todos.premium.upgrade": "Hesabını Yükselt",
39 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor", 36 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor",
40 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.", 37 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.",
41 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})", 38 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Olamaz!", 179 "service.errorHandler.headline": "Olamaz!",
183 "service.errorHandler.message": "Hata", 180 "service.errorHandler.message": "Hata",
184 "service.errorHandler.text": "{name} yüklenemedi.", 181 "service.errorHandler.text": "{name} yüklenemedi.",
185 "service.restrictedHandler.action": "Hesabını Yükselt",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Haydi başlayalım", 183 "services.getStarted": "Haydi başlayalım",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Faturalar", 198 "settings.account.headlineInvoices": "Faturalar",
207 "settings.account.headlinePassword": "Parolayı değiştir", 199 "settings.account.headlinePassword": "Parolayı değiştir",
208 "settings.account.headlineProfile": "Profili güncelle", 200 "settings.account.headlineProfile": "Profili güncelle",
209 "settings.account.headlineSubscription": "Aboneliğin",
210 "settings.account.invoiceDownload": "İndir",
211 "settings.account.manageSubscription.label": "Aboneliğini yönet",
212 "settings.account.successInfo": "Değişikliklerin kaydedildi", 201 "settings.account.successInfo": "Değişikliklerin kaydedildi",
213 "settings.account.tryReloadServices": "Tekrar deneyin", 202 "settings.account.tryReloadServices": "Tekrar deneyin",
214 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin", 203 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 32d97681f..3257e89bf 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "Я додав {count} служб до Ферді! Завантажте безкоштовний додаток на WhatsApp, Messenger, Slack, Skype та co на www.getferdi.com", 33 "feature.shareFranz.shareText.email": "Я додав {count} служб до Ферді! Завантажте безкоштовний додаток на WhatsApp, Messenger, Slack, Skype та co на www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "Я додав {count} служб до Ферді! Завантажте безкоштовний додаток на WhatsApp, Messenger, Slack, Skype та co на www.getferdi.com", 34 "feature.shareFranz.shareText.twitter": "Я додав {count} служб до Ферді! Завантажте безкоштовний додаток на WhatsApp, Messenger, Slack, Skype та co на www.getferdi.com",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos доступні для преміум-користувачів!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi", 36 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi",
40 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.", 37 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.",
41 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})", 38 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "О, ні!", 179 "service.errorHandler.headline": "О, ні!",
183 "service.errorHandler.message": "Помилка", 180 "service.errorHandler.message": "Помилка",
184 "service.errorHandler.text": "{name} не завантажено", 181 "service.errorHandler.text": "{name} не завантажено",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Завантаження {service}", 182 "service.webviewLoader.loading": "Завантаження {service}",
191 "services.getStarted": "Почати", 183 "services.getStarted": "Почати",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Інвойси", 198 "settings.account.headlineInvoices": "Інвойси",
207 "settings.account.headlinePassword": "Змінити пароль", 199 "settings.account.headlinePassword": "Змінити пароль",
208 "settings.account.headlineProfile": "Оновити профіль", 200 "settings.account.headlineProfile": "Оновити профіль",
209 "settings.account.headlineSubscription": "Ваша підписка",
210 "settings.account.invoiceDownload": "Завантажити",
211 "settings.account.manageSubscription.label": "Керування вашою підпискою",
212 "settings.account.successInfo": "Ваші зміни були збережені", 201 "settings.account.successInfo": "Ваші зміни були збережені",
213 "settings.account.tryReloadServices": "Спробуйте ще раз", 202 "settings.account.tryReloadServices": "Спробуйте ще раз",
214 "settings.account.tryReloadUserInfoRequest": "Спробуйте ще раз", 203 "settings.account.tryReloadUserInfoRequest": "Спробуйте ще раз",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index ffe15ed4f..fec37e73c 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Nâng cấp Tài khoản",
39 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi", 36 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})", 38 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Ồ không!", 179 "service.errorHandler.headline": "Ồ không!",
183 "service.errorHandler.message": "Lỗi", 180 "service.errorHandler.message": "Lỗi",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Nâng cấp Tài khoản",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "Bạn đã đạt đến giới hạn dịch vụ.",
189 "service.restrictedHandler.serviceLimit.text": "Vui lòng nâng cấp tài khoản để sử dụng nhiều hơn {count} dịch vụ.",
190 "service.webviewLoader.loading": "Đang tải {service}", 182 "service.webviewLoader.loading": "Đang tải {service}",
191 "services.getStarted": "Bắt đầu", 183 "services.getStarted": "Bắt đầu",
192 "services.login": "Vui lòng đăng nhập để sử dụng Ferdi.", 184 "services.login": "Vui lòng đăng nhập để sử dụng Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Thanh toán", 198 "settings.account.headlineInvoices": "Thanh toán",
207 "settings.account.headlinePassword": "Thay đổi Mật khẩu", 199 "settings.account.headlinePassword": "Thay đổi Mật khẩu",
208 "settings.account.headlineProfile": "Cập nhật Hồ sơ", 200 "settings.account.headlineProfile": "Cập nhật Hồ sơ",
209 "settings.account.headlineSubscription": "Đăng ký của bạn",
210 "settings.account.invoiceDownload": "Tải về",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Mọi thay đổi đã được lưu lại", 201 "settings.account.successInfo": "Mọi thay đổi đã được lưu lại",
213 "settings.account.tryReloadServices": "Thử lại", 202 "settings.account.tryReloadServices": "Thử lại",
214 "settings.account.tryReloadUserInfoRequest": "Thử lại", 203 "settings.account.tryReloadUserInfoRequest": "Thử lại",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index f4ba7d701..635eff997 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -3,29 +3,6 @@
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.debugger.title": "Publish debugging information", 5 "feature.debugger.title": "Publish debugging information",
6 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
8 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
9 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
10 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
11 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
12 "feature.delayApp.upgrade.actionShort": "Upgrade account",
13 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
14 "feature.planSelection.cta.stayOnFree": "Stay on Free",
15 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
16 "feature.planSelection.cta.upgradePersonal": "Choose Personal",
17 "feature.planSelection.cta.upgradePro": "Choose Professional",
18 "feature.planSelection.free.text": "Basic functionality",
19 "feature.planSelection.fullFeatureList": "Complete comparison of all plans",
20 "feature.planSelection.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
21 "feature.planSelection.fullscreen.dialog.cta.upgrade": "Choose Personal",
22 "feature.planSelection.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
23 "feature.planSelection.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
24 "feature.planSelection.fullscreen.subheadline": "It's time to make a choice. Ferdi works best on our Personal and Professional plans. Please have a look and choose the best one for you.",
25 "feature.planSelection.fullscreen.welcome": "Are you ready to choose, {name}",
26 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
27 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
28 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
29 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 6 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
30 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", 7 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service",
31 "feature.publishDebugInfo.privacy": "Privacy policy", 8 "feature.publishDebugInfo.privacy": "Privacy policy",
@@ -36,7 +13,6 @@
36 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 13 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
37 "feature.quickSwitch.search": "Search...", 14 "feature.quickSwitch.search": "Search...",
38 "feature.quickSwitch.title": "QuickSwitch", 15 "feature.quickSwitch.title": "QuickSwitch",
39 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
40 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
41 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
42 "feature.shareFranz.action.twitter": "Share on Twitter", 18 "feature.shareFranz.action.twitter": "Share on Twitter",
@@ -44,16 +20,6 @@
44 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
45 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
46 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
47 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
48 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
49 "feature.todos.premium.upgrade": "Upgrade Account",
50 "feature.trialStatusBar.cta": "Upgrade now",
51 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
52 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
53 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "Choose Personal",
54 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
55 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
56 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
57 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdi online services",
58 "global.franzProRequired": "Ferdi Professional Required", 24 "global.franzProRequired": "Ferdi Professional Required",
59 "global.notConnectedToTheInternet": "You are not connected to the internet.", 25 "global.notConnectedToTheInternet": "You are not connected to the internet.",
@@ -61,7 +27,6 @@
61 "global.spellchecking.autodetect": "Detect language automatically", 27 "global.spellchecking.autodetect": "Detect language automatically",
62 "global.spellchecking.autodetect.short": "Automatic", 28 "global.spellchecking.autodetect.short": "Automatic",
63 "global.spellchecking.language": "Spell checking language", 29 "global.spellchecking.language": "Spell checking language",
64 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
65 "import.headline": "Import your Ferdi 4 services", 30 "import.headline": "Import your Ferdi 4 services",
66 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 31 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
67 "import.skip.label": "I want to add services manually", 32 "import.skip.label": "I want to add services manually",
@@ -72,7 +37,6 @@
72 "infobar.buttonReloadServices": "Reload services", 37 "infobar.buttonReloadServices": "Reload services",
73 "infobar.requiredRequestsFailed": "Could not load services and user information", 38 "infobar.requiredRequestsFailed": "Could not load services and user information",
74 "infobar.servicesUpdated": "Your services have been updated.", 39 "infobar.servicesUpdated": "Your services have been updated.",
75 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
76 "infobar.updateAvailable": "A new update for Ferdi is available.", 40 "infobar.updateAvailable": "A new update for Ferdi is available.",
77 "invite.email.label": "Email address", 41 "invite.email.label": "Email address",
78 "invite.headline.friends": "Invite 3 of your friends or colleagues", 42 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -187,27 +151,6 @@
187 "pricing.features.upToSixServices": "Add up to 6 services", 151 "pricing.features.upToSixServices": "Add up to 6 services",
188 "pricing.features.upToThreeServices": "Add up to 3 services", 152 "pricing.features.upToThreeServices": "Add up to 3 services",
189 "pricing.features.workspaces": "Workspaces", 153 "pricing.features.workspaces": "Workspaces",
190 "pricing.plan.free": "Ferdi Free",
191 "pricing.plan.legacy": "Ferdi Premium",
192 "pricing.plan.personal": "Ferdi Personal",
193 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
194 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
195 "pricing.plan.pro": "Ferdi Professional",
196 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
197 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
198 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
199 "pricing.trial.cta.skip": "Continue to Ferdi",
200 "pricing.trial.cta.start": "Start using Ferdi",
201 "pricing.trial.error": "Sorry, we could not activate your trial!",
202 "pricing.trial.features.headline": "Ferdi Professional includes:",
203 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
204 "pricing.trial.intro.happyMessaging": "Happy messaging,",
205 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
206 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
207 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
208 "pricing.trial.terms.headline": "No strings attached",
209 "pricing.trial.terms.noCreditCard": "No credit card required",
210 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
211 "service.crashHandler.action": "Reload {name}", 154 "service.crashHandler.action": "Reload {name}",
212 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 155 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
213 "service.crashHandler.headline": "Oh no!", 156 "service.crashHandler.headline": "Oh no!",
@@ -219,11 +162,6 @@
219 "service.errorHandler.headline": "Oh no!", 162 "service.errorHandler.headline": "Oh no!",
220 "service.errorHandler.message": "Error", 163 "service.errorHandler.message": "Error",
221 "service.errorHandler.text": "{name} has failed to load.", 164 "service.errorHandler.text": "{name} has failed to load.",
222 "service.restrictedHandler.action": "Upgrade Account",
223 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
224 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
225 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
226 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
227 "service.webviewLoader.loading": "Loading {service}", 165 "service.webviewLoader.loading": "Loading {service}",
228 "services.getStarted": "Get started", 166 "services.getStarted": "Get started",
229 "services.login": "Please login to use Ferdi.", 167 "services.login": "Please login to use Ferdi.",
@@ -245,18 +183,9 @@
245 "settings.account.headlineInvoices": "Invoices", 183 "settings.account.headlineInvoices": "Invoices",
246 "settings.account.headlinePassword": "Change password", 184 "settings.account.headlinePassword": "Change password",
247 "settings.account.headlineProfile": "Update profile", 185 "settings.account.headlineProfile": "Update profile",
248 "settings.account.headlineSubscription": "Your subscription",
249 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
250 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
251 "settings.account.invoiceDownload": "Download",
252 "settings.account.manageSubscription.label": "Manage your subscription",
253 "settings.account.successInfo": "Your changes have been saved", 186 "settings.account.successInfo": "Your changes have been saved",
254 "settings.account.trial": "Free Trial",
255 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
256 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
257 "settings.account.tryReloadServices": "Try again", 187 "settings.account.tryReloadServices": "Try again",
258 "settings.account.tryReloadUserInfoRequest": "Try again", 188 "settings.account.tryReloadUserInfoRequest": "Try again",
259 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
260 "settings.account.userInfoRequestFailed": "Could not load user information", 189 "settings.account.userInfoRequestFailed": "Could not load user information",
261 "settings.account.yourLicense": "Your Ferdi License", 190 "settings.account.yourLicense": "Your Ferdi License",
262 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 191 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
@@ -456,18 +385,6 @@
456 "signup.link.login": "Already have an account, sign in?", 385 "signup.link.login": "Already have an account, sign in?",
457 "signup.password.label": "Password", 386 "signup.password.label": "Password",
458 "signup.submit.label": "Create account", 387 "signup.submit.label": "Create account",
459 "subscription.bestValue": "Best value",
460 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
461 "subscription.cta.allOptions": "See all options",
462 "subscription.cta.choosePlan": "Choose your plan",
463 "subscription.interval.per": "per {interval}",
464 "subscription.interval.perMonth": "per month",
465 "subscription.interval.perMonthPerUser": "per month & user",
466 "subscription.planItem.upgradeAccount": "Upgrade Account",
467 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
468 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
469 "subscriptionPopup.buttonCancel": "Cancel",
470 "subscriptionPopup.buttonDone": "Done",
471 "tabs.item.deleteService": "Delete service", 388 "tabs.item.deleteService": "Delete service",
472 "tabs.item.disableAudio": "Disable audio", 389 "tabs.item.disableAudio": "Disable audio",
473 "tabs.item.disableNotifications": "Disable notifications", 390 "tabs.item.disableNotifications": "Disable notifications",
diff --git a/src/i18n/locales/zh-HANS.json b/src/i18n/locales/zh-HANS.json
index ff839ba54..7b2b54c07 100644
--- a/src/i18n/locales/zh-HANS.json
+++ b/src/i18n/locales/zh-HANS.json
@@ -5,30 +5,6 @@
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "在{version}版本中的更改", 7 "feature.announcements.changelog.headline": "在{version}版本中的更改",
8 "feature.delayApp.headline": "升级您的Ferdi订阅计划以跳过等待",
9 "feature.delayApp.text": "Ferdi会在 {seconds} 秒后继续。",
10 "feature.delayApp.trial.action": "是的,我想开始14天的Ferdi 专业版免费试用",
11 "feature.delayApp.trial.actionShort": "激活免费的Ferdi 专业版试用",
12 "feature.delayApp.trial.headline": "免费获得Ferdi 专业版 14天试用版,无需等待",
13 "feature.delayApp.upgrade.action": "更新Ferdi",
14 "feature.delayApp.upgrade.actionShort": "升级账户",
15 "feature.planSelection.cta.ctaDowngradeFree": "降级到Free订阅计划",
16 "feature.planSelection.cta.stayOnFree": "保持Free订阅计划",
17 "feature.planSelection.cta.trial": "开始我的14天免费试用",
18 "feature.planSelection.cta.upgradePersonal": "选择Personal订阅计划",
19 "feature.planSelection.cta.upgradePro": "选择Professional订阅计划",
20 "feature.planSelection.free.text": "基本功能",
21 "feature.planSelection.fullFeatureList": "完整的对比所有订阅计划",
22 "feature.planSelection.fullscreen.dialog.cta.downgrade": "降级到Free",
23 "feature.planSelection.fullscreen.dialog.cta.upgrade": "选择Personal订阅计划",
24 "feature.planSelection.fullscreen.dialog.message": "您将降级到我们的免费帐户。您确定吗?单击此处每月只需{currency} {price}即可获得更多服务和功能。",
25 "feature.planSelection.fullscreen.dialog.title": "降级您的Ferdi订阅计划",
26 "feature.planSelection.fullscreen.subheadline": "是时候做出选择了。 Ferdi在我们的Personal和Professional订阅计划上表现最佳。请看看并为做出您的最佳选择。",
27 "feature.planSelection.fullscreen.welcome": "你已经准备好了吗, {name}?",
28 "feature.planSelection.personal.text": "更多的服务,无需等待 - 个人使用的理想选择。",
29 "feature.planSelection.pricesBasedOnAnnualPayment": "所有价格均基于年度付款",
30 "feature.planSelection.pro.text": "为您和您的团队提供无限的服务和专业功能。",
31 "feature.serviceLimit.limitReached": "您已在计划中包含的{limit}个服务中添加了{amount}个。请升级您的帐户以添加更多服务。",
32 "feature.shareFranz.action.email": "使用电子邮件发送", 8 "feature.shareFranz.action.email": "使用电子邮件发送",
33 "feature.shareFranz.action.facebook": "在Facebook上分享", 9 "feature.shareFranz.action.facebook": "在Facebook上分享",
34 "feature.shareFranz.action.twitter": "在Twitter上分享", 10 "feature.shareFranz.action.twitter": "在Twitter上分享",
@@ -36,16 +12,6 @@
36 "feature.shareFranz.shareText.email": "我们在Ferdi里添加了 {count} 服务!请前往 www.getferdi.com 获得支持WhatsApp,Messenger,Slack,Skype的免费应用程序. ", 12 "feature.shareFranz.shareText.email": "我们在Ferdi里添加了 {count} 服务!请前往 www.getferdi.com 获得支持WhatsApp,Messenger,Slack,Skype的免费应用程序. ",
37 "feature.shareFranz.shareText.twitter": "我已经为Ferdi添加了{count}个服务!在www.getferdi.com/cc @FerdiMessenger上获得适用于WhatsApp,Messenger,Slack,Skype和co的免费应用程序", 13 "feature.shareFranz.shareText.twitter": "我已经为Ferdi添加了{count}个服务!在www.getferdi.com/cc @FerdiMessenger上获得适用于WhatsApp,Messenger,Slack,Skype和co的免费应用程序",
38 "feature.shareFranz.text": "告诉你的朋友和同事Ferdi有多棒并且帮助我们传播Ferdi。", 14 "feature.shareFranz.text": "告诉你的朋友和同事Ferdi有多棒并且帮助我们传播Ferdi。",
39 "feature.todos.premium.info": "Ferdi Todos现在对高级用户可用!",
40 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
41 "feature.todos.premium.upgrade": "升级帐户",
42 "feature.trialStatusBar.cta": "立即升级",
43 "feature.trialStatusBar.expired": "您的Ferdi免费订阅计划{plan}已过期,请升级您的帐户。",
44 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "降级free订阅计划",
45 "feature.trialStatusBar.fullscreen.dialog.cta.upgrade": "选择Personal订阅计划",
46 "feature.trialStatusBar.fullscreen.dialog.message": "您将降级到我们的免费帐户。您确定吗?单击此处每月只需{currency} {price}即可获得更多服务和功能。",
47 "feature.trialStatusBar.fullscreen.dialog.title": "降级您的Ferdi订阅计划",
48 "feature.trialStatusBar.restTime": "您的 Ferdi 免费 {plan} 试用期在 {时间} 结束。",
49 "global.api.unhealthy": "无法连接Ferdi在线服务", 15 "global.api.unhealthy": "无法连接Ferdi在线服务",
50 "global.franzProRequired": "需要 Ferdi 专业版。", 16 "global.franzProRequired": "需要 Ferdi 专业版。",
51 "global.notConnectedToTheInternet": "没有网络服务", 17 "global.notConnectedToTheInternet": "没有网络服务",
@@ -53,7 +19,6 @@
53 "global.spellchecking.autodetect": "自动检测语言", 19 "global.spellchecking.autodetect": "自动检测语言",
54 "global.spellchecking.autodetect.short": "自动", 20 "global.spellchecking.autodetect.short": "自动",
55 "global.spellchecking.language": "语言拼写检查", 21 "global.spellchecking.language": "语言拼写检查",
56 "global.upgradeButton.upgradeToPro": "升级到 Ferdi 专业版。",
57 "import.headline": "导入自定义Ferdi 4服务", 22 "import.headline": "导入自定义Ferdi 4服务",
58 "import.notSupportedHeadline": "Ferdi 5 目前不支持此项服务", 23 "import.notSupportedHeadline": "Ferdi 5 目前不支持此项服务",
59 "import.skip.label": "手动添加服务", 24 "import.skip.label": "手动添加服务",
@@ -63,7 +28,6 @@
63 "infobar.buttonReloadServices": "重新加载服务", 28 "infobar.buttonReloadServices": "重新加载服务",
64 "infobar.requiredRequestsFailed": "无法加载服务列表和用户信息", 29 "infobar.requiredRequestsFailed": "无法加载服务列表和用户信息",
65 "infobar.servicesUpdated": "服务已更新", 30 "infobar.servicesUpdated": "服务已更新",
66 "infobar.trialActivated": "您的试用已成功激活。祝您愉快!",
67 "infobar.updateAvailable": "Ferdi更新可用.", 31 "infobar.updateAvailable": "Ferdi更新可用.",
68 "invite.email.label": "电子邮件地址", 32 "invite.email.label": "电子邮件地址",
69 "invite.headline.friends": "邀请3个好友或同事", 33 "invite.headline.friends": "邀请3个好友或同事",
@@ -166,27 +130,6 @@
166 "pricing.features.upToSixServices": "Add up to 6 services", 130 "pricing.features.upToSixServices": "Add up to 6 services",
167 "pricing.features.upToThreeServices": "Add up to 3 services", 131 "pricing.features.upToThreeServices": "Add up to 3 services",
168 "pricing.features.workspaces": "工作组", 132 "pricing.features.workspaces": "工作组",
169 "pricing.plan.free": "免费",
170 "pricing.plan.legacy": "Premium",
171 "pricing.plan.personal": "Personal",
172 "pricing.plan.personal-monthly": "Personal Monthly",
173 "pricing.plan.personal-yearly": "Personal Yearly",
174 "pricing.plan.pro": "Professional",
175 "pricing.plan.pro-monthly": "Professional Monthly",
176 "pricing.plan.pro-yearly": "Professional Yearly",
177 "pricing.trial.cta.accept": "Start my 14-day Ferdi Professional Trial ",
178 "pricing.trial.cta.skip": "Continue to Ferdi",
179 "pricing.trial.cta.start": "Start using Ferdi",
180 "pricing.trial.error": "Sorry, we could not activate your trial!",
181 "pricing.trial.features.headline": "Ferdi Professional includes:",
182 "pricing.trial.headline.pro": "Hi {name}, welcome to Ferdi",
183 "pricing.trial.intro.happyMessaging": "Happy messaging,",
184 "pricing.trial.intro.specialTreat": "We have a special treat for you.",
185 "pricing.trial.intro.tryPro": "Enjoy the full Ferdi Professional experience completely free for 14 days.",
186 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
187 "pricing.trial.terms.headline": "No strings attached",
188 "pricing.trial.terms.noCreditCard": "No credit card required",
189 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
190 "service.crashHandler.action": "重新载入", 133 "service.crashHandler.action": "重新载入",
191 "service.crashHandler.autoReload": "在{seconds}秒内尝试自动恢复{name}", 134 "service.crashHandler.autoReload": "在{seconds}秒内尝试自动恢复{name}",
192 "service.crashHandler.headline": "啊,糟糕!", 135 "service.crashHandler.headline": "啊,糟糕!",
@@ -198,11 +141,6 @@
198 "service.errorHandler.headline": "啊,糟糕!", 141 "service.errorHandler.headline": "啊,糟糕!",
199 "service.errorHandler.message": "错误", 142 "service.errorHandler.message": "错误",
200 "service.errorHandler.text": "{name} 没有办法加载", 143 "service.errorHandler.text": "{name} 没有办法加载",
201 "service.restrictedHandler.action": "升级帐户",
202 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
203 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
204 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
205 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
206 "service.webviewLoader.loading": "正在加载,请稍后", 144 "service.webviewLoader.loading": "正在加载,请稍后",
207 "services.getStarted": "开始", 145 "services.getStarted": "开始",
208 "services.welcome": "欢迎使用 Ferdi", 146 "services.welcome": "欢迎使用 Ferdi",
@@ -219,18 +157,9 @@
219 "settings.account.headlineInvoices": "发票", 157 "settings.account.headlineInvoices": "发票",
220 "settings.account.headlinePassword": "修改密码", 158 "settings.account.headlinePassword": "修改密码",
221 "settings.account.headlineProfile": "更新个人资料", 159 "settings.account.headlineProfile": "更新个人资料",
222 "settings.account.headlineSubscription": "您的订阅",
223 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
224 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
225 "settings.account.invoiceDownload": "下载",
226 "settings.account.manageSubscription.label": "管理您的订阅",
227 "settings.account.successInfo": "已保存您的设置", 160 "settings.account.successInfo": "已保存您的设置",
228 "settings.account.trial": "Free Trial",
229 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
230 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
231 "settings.account.tryReloadServices": "重试", 161 "settings.account.tryReloadServices": "重试",
232 "settings.account.tryReloadUserInfoRequest": "重试", 162 "settings.account.tryReloadUserInfoRequest": "重试",
233 "settings.account.upgradeToPro.label": "升级到 Ferdi 专业版。",
234 "settings.account.userInfoRequestFailed": "无法加载用户信息", 163 "settings.account.userInfoRequestFailed": "无法加载用户信息",
235 "settings.account.yourLicense": "Your Ferdi License", 164 "settings.account.yourLicense": "Your Ferdi License",
236 "settings.app.buttonClearAllCache": "清除缓存", 165 "settings.app.buttonClearAllCache": "清除缓存",
@@ -391,18 +320,6 @@
391 "signup.link.login": "已有账户?登陆", 320 "signup.link.login": "已有账户?登陆",
392 "signup.password.label": "密码:", 321 "signup.password.label": "密码:",
393 "signup.submit.label": "创建账户", 322 "signup.submit.label": "创建账户",
394 "subscription.bestValue": "Best value",
395 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
396 "subscription.cta.allOptions": "See all options",
397 "subscription.cta.choosePlan": "Choose your plan",
398 "subscription.interval.per": "per {interval}",
399 "subscription.interval.perMonth": "per month",
400 "subscription.interval.perMonthPerUser": "per month & user",
401 "subscription.planItem.upgradeAccount": "升级帐户",
402 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
403 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
404 "subscriptionPopup.buttonCancel": "取消",
405 "subscriptionPopup.buttonDone": "完成",
406 "tabs.item.deleteService": "删除服务", 323 "tabs.item.deleteService": "删除服务",
407 "tabs.item.disableAudio": "禁止声音", 324 "tabs.item.disableAudio": "禁止声音",
408 "tabs.item.disableNotifications": "停止通知", 325 "tabs.item.disableNotifications": "停止通知",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index f2bec529c..3b0400282 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "升级账户",
39 "global.api.unhealthy": "無法連接到Ferdi網路服務", 36 "global.api.unhealthy": "無法連接到Ferdi網路服務",
40 "global.notConnectedToTheInternet": "您未連上網際網路", 37 "global.notConnectedToTheInternet": "您未連上網際網路",
41 "global.spellchecker.useDefault": "使用系統預設值({default})", 38 "global.spellchecker.useDefault": "使用系統預設值({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "唉呀 糟糕!", 179 "service.errorHandler.headline": "唉呀 糟糕!",
183 "service.errorHandler.message": "錯誤", 180 "service.errorHandler.message": "錯誤",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "升级账户",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "正在載入 {service}", 182 "service.webviewLoader.loading": "正在載入 {service}",
191 "services.getStarted": "開始使用", 183 "services.getStarted": "開始使用",
192 "services.login": "登入至 Ferdi", 184 "services.login": "登入至 Ferdi",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "发票", 198 "settings.account.headlineInvoices": "发票",
207 "settings.account.headlinePassword": "更改密碼", 199 "settings.account.headlinePassword": "更改密碼",
208 "settings.account.headlineProfile": "更新帳戶資訊", 200 "settings.account.headlineProfile": "更新帳戶資訊",
209 "settings.account.headlineSubscription": "您的訂閱",
210 "settings.account.invoiceDownload": "下載",
211 "settings.account.manageSubscription.label": "管理訂閱",
212 "settings.account.successInfo": "您的更改已經儲存", 201 "settings.account.successInfo": "您的更改已經儲存",
213 "settings.account.tryReloadServices": "再試一次", 202 "settings.account.tryReloadServices": "再試一次",
214 "settings.account.tryReloadUserInfoRequest": "再試一次", 203 "settings.account.tryReloadUserInfoRequest": "再試一次",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index b27e49fc0..4f9034ba3 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -2,14 +2,6 @@
2 "app.errorHandler.action": "重新整理", 2 "app.errorHandler.action": "重新整理",
3 "app.errorHandler.headline": "糟糕!有些地方出問題了。", 3 "app.errorHandler.headline": "糟糕!有些地方出問題了。",
4 "feature.announcements.changelog.headline": "透過 email 傳送", 4 "feature.announcements.changelog.headline": "透過 email 傳送",
5 "feature.delayApp.headline": "請購買 Ferdi 支援授權以跳過等候",
6 "feature.delayApp.text": "Ferdi 會在 {seconds} 秒後繼續。",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "取得 Ferdi 支援授權",
11 "feature.delayApp.upgrade.actionShort": "升級帳號",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "以電子郵件傳送", 5 "feature.shareFranz.action.email": "以電子郵件傳送",
14 "feature.shareFranz.action.facebook": "透過 Facebook 分享", 6 "feature.shareFranz.action.facebook": "透過 Facebook 分享",
15 "feature.shareFranz.action.twitter": "在 Twitter 上分享", 7 "feature.shareFranz.action.twitter": "在 Twitter 上分享",
@@ -17,9 +9,6 @@
17 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 9 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
18 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 10 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
19 "feature.shareFranz.text": "告訴所有朋友和同事Ferdi有多棒!", 11 "feature.shareFranz.text": "告訴所有朋友和同事Ferdi有多棒!",
20 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
21 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
22 "feature.todos.premium.upgrade": "Upgrade Account",
23 "global.api.unhealthy": "無法連線至 Ferdi 的伺服器", 12 "global.api.unhealthy": "無法連線至 Ferdi 的伺服器",
24 "global.franzProRequired": "Ferdi Professional Required", 13 "global.franzProRequired": "Ferdi Professional Required",
25 "global.notConnectedToTheInternet": "你沒有連上網路。", 14 "global.notConnectedToTheInternet": "你沒有連上網路。",
@@ -27,7 +16,6 @@
27 "global.spellchecking.autodetect": "自動偵測語言", 16 "global.spellchecking.autodetect": "自動偵測語言",
28 "global.spellchecking.autodetect.short": "自動的", 17 "global.spellchecking.autodetect.short": "自動的",
29 "global.spellchecking.language": "拼字檢查語言", 18 "global.spellchecking.language": "拼字檢查語言",
30 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
31 "import.headline": "匯入 Ferdi 4 的服務", 19 "import.headline": "匯入 Ferdi 4 的服務",
32 "import.notSupportedHeadline": "Ferdi 5 尚未支援此服務", 20 "import.notSupportedHeadline": "Ferdi 5 尚未支援此服務",
33 "import.skip.label": "手動添加服務", 21 "import.skip.label": "手動添加服務",
@@ -37,7 +25,6 @@
37 "infobar.buttonReloadServices": "重新載入服務", 25 "infobar.buttonReloadServices": "重新載入服務",
38 "infobar.requiredRequestsFailed": "無法載入服務和使用者資訊", 26 "infobar.requiredRequestsFailed": "無法載入服務和使用者資訊",
39 "infobar.servicesUpdated": "已經更新你的服務", 27 "infobar.servicesUpdated": "已經更新你的服務",
40 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
41 "infobar.updateAvailable": "Ferdi 有可用的更新", 28 "infobar.updateAvailable": "Ferdi 有可用的更新",
42 "invite.email.label": "電子郵件地址", 29 "invite.email.label": "電子郵件地址",
43 "invite.headline.friends": "邀請 3 位朋友或同事", 30 "invite.headline.friends": "邀請 3 位朋友或同事",
@@ -132,23 +119,6 @@
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 119 "pricing.features.thirdPartyServices": "Install 3rd party services",
133 "pricing.features.unlimitedServices": "Add unlimited services", 120 "pricing.features.unlimitedServices": "Add unlimited services",
134 "pricing.features.workspaces": "工作區", 121 "pricing.features.workspaces": "工作區",
135 "pricing.plan.free": "Ferdi Free",
136 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal",
138 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
139 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
140 "pricing.plan.pro": "Ferdi Professional",
141 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
142 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
143 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
144 "pricing.trial.cta.skip": "Continue to Ferdi",
145 "pricing.trial.error": "Sorry, we could not activate your trial!",
146 "pricing.trial.features.headline": "Ferdi Professional includes:",
147 "pricing.trial.headline": "Ferdi Professional",
148 "pricing.trial.subheadline": "Your personal welcome offer:",
149 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
150 "pricing.trial.terms.headline": "No strings attached",
151 "pricing.trial.terms.noCreditCard": "No credit card required",
152 "service.crashHandler.action": "重新載入{name}", 122 "service.crashHandler.action": "重新載入{name}",
153 "service.crashHandler.autoReload": "嘗試在{seconds}秒內自動恢復{name}", 123 "service.crashHandler.autoReload": "嘗試在{seconds}秒內自動恢復{name}",
154 "service.crashHandler.headline": "噢不!", 124 "service.crashHandler.headline": "噢不!",
@@ -160,11 +130,6 @@
160 "service.errorHandler.headline": "噢不!", 130 "service.errorHandler.headline": "噢不!",
161 "service.errorHandler.message": "錯誤", 131 "service.errorHandler.message": "錯誤",
162 "service.errorHandler.text": "{name} 載入失敗。", 132 "service.errorHandler.text": "{name} 載入失敗。",
163 "service.restrictedHandler.action": "Upgrade Account",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "正在載入", 133 "service.webviewLoader.loading": "正在載入",
169 "services.getStarted": "開始", 134 "services.getStarted": "開始",
170 "services.welcome": "歡迎使用 Ferdi", 135 "services.welcome": "歡迎使用 Ferdi",
@@ -181,18 +146,9 @@
181 "settings.account.headlineInvoices": "帳單", 146 "settings.account.headlineInvoices": "帳單",
182 "settings.account.headlinePassword": "變更密碼", 147 "settings.account.headlinePassword": "變更密碼",
183 "settings.account.headlineProfile": "更新簡介", 148 "settings.account.headlineProfile": "更新簡介",
184 "settings.account.headlineSubscription": "您的訂閱",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
187 "settings.account.invoiceDownload": "下載",
188 "settings.account.manageSubscription.label": "管理您的訂閱",
189 "settings.account.successInfo": "您的更變已經被儲存", 149 "settings.account.successInfo": "您的更變已經被儲存",
190 "settings.account.trial": "Free Trial",
191 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
193 "settings.account.tryReloadServices": "再試一次", 150 "settings.account.tryReloadServices": "再試一次",
194 "settings.account.tryReloadUserInfoRequest": "再試一次", 151 "settings.account.tryReloadUserInfoRequest": "再試一次",
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "無法載入使用者資訊。", 152 "settings.account.userInfoRequestFailed": "無法載入使用者資訊。",
197 "settings.account.yourLicense": "Your Ferdi License", 153 "settings.account.yourLicense": "Your Ferdi License",
198 "settings.app.buttonClearAllCache": "清除快取", 154 "settings.app.buttonClearAllCache": "清除快取",
@@ -349,13 +305,6 @@
349 "signup.link.login": "已經有一個帳戶,登入?", 305 "signup.link.login": "已經有一個帳戶,登入?",
350 "signup.password.label": "密碼", 306 "signup.password.label": "密碼",
351 "signup.submit.label": "建立帳號", 307 "signup.submit.label": "建立帳號",
352 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
353 "subscription.cta.allOptions": "See all options",
354 "subscription.cta.choosePlan": "Choose your plan",
355 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
356 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
357 "subscriptionPopup.buttonCancel": "取消",
358 "subscriptionPopup.buttonDone": "完成",
359 "tabs.item.deleteService": "刪除服務", 308 "tabs.item.deleteService": "刪除服務",
360 "tabs.item.disableAudio": "停用音訊", 309 "tabs.item.disableAudio": "停用音訊",
361 "tabs.item.disableNotifications": "停用通知", 310 "tabs.item.disableNotifications": "停用通知",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index ad2d783e5..472f5d057 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -33,9 +33,6 @@
33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 33 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 34 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 35 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
36 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
37 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
38 "feature.todos.premium.upgrade": "Upgrade Account",
39 "global.api.unhealthy": "Can't connect to Ferdi online services", 36 "global.api.unhealthy": "Can't connect to Ferdi online services",
40 "global.notConnectedToTheInternet": "You are not connected to the internet.", 37 "global.notConnectedToTheInternet": "You are not connected to the internet.",
41 "global.spellchecker.useDefault": "Use System Default ({default})", 38 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -182,11 +179,6 @@
182 "service.errorHandler.headline": "Oh no!", 179 "service.errorHandler.headline": "Oh no!",
183 "service.errorHandler.message": "Error", 180 "service.errorHandler.message": "Error",
184 "service.errorHandler.text": "{name} has failed to load.", 181 "service.errorHandler.text": "{name} has failed to load.",
185 "service.restrictedHandler.action": "Upgrade Account",
186 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
187 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
188 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
189 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
190 "service.webviewLoader.loading": "Loading {service}", 182 "service.webviewLoader.loading": "Loading {service}",
191 "services.getStarted": "Get started", 183 "services.getStarted": "Get started",
192 "services.login": "Please login to use Ferdi.", 184 "services.login": "Please login to use Ferdi.",
@@ -206,9 +198,6 @@
206 "settings.account.headlineInvoices": "Invoices", 198 "settings.account.headlineInvoices": "Invoices",
207 "settings.account.headlinePassword": "Change password", 199 "settings.account.headlinePassword": "Change password",
208 "settings.account.headlineProfile": "Update profile", 200 "settings.account.headlineProfile": "Update profile",
209 "settings.account.headlineSubscription": "Your subscription",
210 "settings.account.invoiceDownload": "Download",
211 "settings.account.manageSubscription.label": "Manage your subscription",
212 "settings.account.successInfo": "Your changes have been saved", 201 "settings.account.successInfo": "Your changes have been saved",
213 "settings.account.tryReloadServices": "Try again", 202 "settings.account.tryReloadServices": "Try again",
214 "settings.account.tryReloadUserInfoRequest": "Try again", 203 "settings.account.tryReloadUserInfoRequest": "Try again",
diff --git a/src/i18n/messages/src/components/services/content/ServiceRestricted.json b/src/i18n/messages/src/components/services/content/ServiceRestricted.json
deleted file mode 100644
index c1984afe3..000000000
--- a/src/i18n/messages/src/components/services/content/ServiceRestricted.json
+++ /dev/null
@@ -1,67 +0,0 @@
1[
2 {
3 "id": "service.restrictedHandler.serviceLimit.headline",
4 "defaultMessage": "!!!You have reached your service limit.",
5 "file": "src/components/services/content/ServiceRestricted.js",
6 "start": {
7 "line": 11,
8 "column": 24
9 },
10 "end": {
11 "line": 14,
12 "column": 3
13 }
14 },
15 {
16 "id": "service.restrictedHandler.serviceLimit.text",
17 "defaultMessage": "!!!Please upgrade your account to use more than {count} services.",
18 "file": "src/components/services/content/ServiceRestricted.js",
19 "start": {
20 "line": 15,
21 "column": 20
22 },
23 "end": {
24 "line": 18,
25 "column": 3
26 }
27 },
28 {
29 "id": "service.restrictedHandler.customUrl.headline",
30 "defaultMessage": "!!!Franz Professional Plan required",
31 "file": "src/components/services/content/ServiceRestricted.js",
32 "start": {
33 "line": 19,
34 "column": 21
35 },
36 "end": {
37 "line": 22,
38 "column": 3
39 }
40 },
41 {
42 "id": "service.restrictedHandler.customUrl.text",
43 "defaultMessage": "!!!Please upgrade to the Franz Professional plan to use custom urls & self hosted services.",
44 "file": "src/components/services/content/ServiceRestricted.js",
45 "start": {
46 "line": 23,
47 "column": 17
48 },
49 "end": {
50 "line": 26,
51 "column": 3
52 }
53 },
54 {
55 "id": "service.restrictedHandler.action",
56 "defaultMessage": "!!!Upgrade Account",
57 "file": "src/components/services/content/ServiceRestricted.js",
58 "start": {
59 "line": 27,
60 "column": 10
61 },
62 "end": {
63 "line": 30,
64 "column": 3
65 }
66 }
67] \ No newline at end of file
diff --git a/src/i18n/messages/src/components/settings/account/AccountDashboard.json b/src/i18n/messages/src/components/settings/account/AccountDashboard.json
index f5b75fc25..b0cc2dcc7 100644
--- a/src/i18n/messages/src/components/settings/account/AccountDashboard.json
+++ b/src/i18n/messages/src/components/settings/account/AccountDashboard.json
@@ -13,41 +13,15 @@
13 } 13 }
14 }, 14 },
15 { 15 {
16 "id": "settings.account.headlineSubscription",
17 "defaultMessage": "!!!Your Subscription",
18 "file": "src/components/settings/account/AccountDashboard.js",
19 "start": {
20 "line": 18,
21 "column": 24
22 },
23 "end": {
24 "line": 21,
25 "column": 3
26 }
27 },
28 {
29 "id": "settings.account.headlineDangerZone", 16 "id": "settings.account.headlineDangerZone",
30 "defaultMessage": "!!Danger Zone", 17 "defaultMessage": "!!Danger Zone",
31 "file": "src/components/settings/account/AccountDashboard.js", 18 "file": "src/components/settings/account/AccountDashboard.js",
32 "start": { 19 "start": {
33 "line": 22, 20 "line": 18,
34 "column": 22 21 "column": 22
35 }, 22 },
36 "end": { 23 "end": {
37 "line": 25, 24 "line": 21,
38 "column": 3
39 }
40 },
41 {
42 "id": "settings.account.manageSubscription.label",
43 "defaultMessage": "!!!Manage your subscription",
44 "file": "src/components/settings/account/AccountDashboard.js",
45 "start": {
46 "line": 26,
47 "column": 33
48 },
49 "end": {
50 "line": 29,
51 "column": 3 25 "column": 3
52 } 26 }
53 }, 27 },
@@ -56,11 +30,11 @@
56 "defaultMessage": "!!!Edit Account", 30 "defaultMessage": "!!!Edit Account",
57 "file": "src/components/settings/account/AccountDashboard.js", 31 "file": "src/components/settings/account/AccountDashboard.js",
58 "start": { 32 "start": {
59 "line": 30, 33 "line": 22,
60 "column": 21 34 "column": 21
61 }, 35 },
62 "end": { 36 "end": {
63 "line": 33, 37 "line": 25,
64 "column": 3 38 "column": 3
65 } 39 }
66 }, 40 },
@@ -69,24 +43,11 @@
69 "defaultMessage": "!!Invoices", 43 "defaultMessage": "!!Invoices",
70 "file": "src/components/settings/account/AccountDashboard.js", 44 "file": "src/components/settings/account/AccountDashboard.js",
71 "start": { 45 "start": {
72 "line": 34, 46 "line": 26,
73 "column": 18 47 "column": 18
74 }, 48 },
75 "end": { 49 "end": {
76 "line": 37, 50 "line": 29,
77 "column": 3
78 }
79 },
80 {
81 "id": "settings.account.invoiceDownload",
82 "defaultMessage": "!!!Download",
83 "file": "src/components/settings/account/AccountDashboard.js",
84 "start": {
85 "line": 38,
86 "column": 19
87 },
88 "end": {
89 "line": 41,
90 "column": 3 51 "column": 3
91 } 52 }
92 }, 53 },
@@ -95,11 +56,11 @@
95 "defaultMessage": "!!!Could not load user information", 56 "defaultMessage": "!!!Could not load user information",
96 "file": "src/components/settings/account/AccountDashboard.js", 57 "file": "src/components/settings/account/AccountDashboard.js",
97 "start": { 58 "start": {
98 "line": 42, 59 "line": 30,
99 "column": 25 60 "column": 25
100 }, 61 },
101 "end": { 62 "end": {
102 "line": 45, 63 "line": 33,
103 "column": 3 64 "column": 3
104 } 65 }
105 }, 66 },
@@ -108,11 +69,11 @@
108 "defaultMessage": "!!!Try again", 69 "defaultMessage": "!!!Try again",
109 "file": "src/components/settings/account/AccountDashboard.js", 70 "file": "src/components/settings/account/AccountDashboard.js",
110 "start": { 71 "start": {
111 "line": 46, 72 "line": 34,
112 "column": 28 73 "column": 28
113 }, 74 },
114 "end": { 75 "end": {
115 "line": 49, 76 "line": 37,
116 "column": 3 77 "column": 3
117 } 78 }
118 }, 79 },
@@ -121,11 +82,11 @@
121 "defaultMessage": "!!!Delete account", 82 "defaultMessage": "!!!Delete account",
122 "file": "src/components/settings/account/AccountDashboard.js", 83 "file": "src/components/settings/account/AccountDashboard.js",
123 "start": { 84 "start": {
124 "line": 50, 85 "line": 38,
125 "column": 17 86 "column": 17
126 }, 87 },
127 "end": { 88 "end": {
128 "line": 53, 89 "line": 41,
129 "column": 3 90 "column": 3
130 } 91 }
131 }, 92 },
@@ -134,11 +95,11 @@
134 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 95 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
135 "file": "src/components/settings/account/AccountDashboard.js", 96 "file": "src/components/settings/account/AccountDashboard.js",
136 "start": { 97 "start": {
137 "line": 54, 98 "line": 42,
138 "column": 14 99 "column": 14
139 }, 100 },
140 "end": { 101 "end": {
141 "line": 58, 102 "line": 46,
142 "column": 3 103 "column": 3
143 } 104 }
144 }, 105 },
@@ -147,11 +108,11 @@
147 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 108 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
148 "file": "src/components/settings/account/AccountDashboard.js", 109 "file": "src/components/settings/account/AccountDashboard.js",
149 "start": { 110 "start": {
150 "line": 59, 111 "line": 47,
151 "column": 19 112 "column": 19
152 }, 113 },
153 "end": { 114 "end": {
154 "line": 63, 115 "line": 51,
155 "column": 3 116 "column": 3
156 } 117 }
157 }, 118 },
@@ -160,11 +121,11 @@
160 "defaultMessage": "!!!Your Franz License:", 121 "defaultMessage": "!!!Your Franz License:",
161 "file": "src/components/settings/account/AccountDashboard.js", 122 "file": "src/components/settings/account/AccountDashboard.js",
162 "start": { 123 "start": {
163 "line": 64, 124 "line": 52,
164 "column": 15 125 "column": 15
165 }, 126 },
166 "end": { 127 "end": {
167 "line": 67, 128 "line": 55,
168 "column": 3 129 "column": 3
169 } 130 }
170 }, 131 },
@@ -173,11 +134,11 @@
173 "defaultMessage": "Account is unavailable", 134 "defaultMessage": "Account is unavailable",
174 "file": "src/components/settings/account/AccountDashboard.js", 135 "file": "src/components/settings/account/AccountDashboard.js",
175 "start": { 136 "start": {
176 "line": 68, 137 "line": 56,
177 "column": 22 138 "column": 22
178 }, 139 },
179 "end": { 140 "end": {
180 "line": 71, 141 "line": 59,
181 "column": 3 142 "column": 3
182 } 143 }
183 }, 144 },
@@ -186,11 +147,11 @@
186 "defaultMessage": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.", 147 "defaultMessage": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
187 "file": "src/components/settings/account/AccountDashboard.js", 148 "file": "src/components/settings/account/AccountDashboard.js",
188 "start": { 149 "start": {
189 "line": 72, 150 "line": 60,
190 "column": 26 151 "column": 26
191 }, 152 },
192 "end": { 153 "end": {
193 "line": 75, 154 "line": 63,
194 "column": 3 155 "column": 3
195 } 156 }
196 } 157 }
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
deleted file mode 100644
index ff6e037fc..000000000
--- a/src/i18n/messages/src/features/todos/components/TodosWebview.json
+++ /dev/null
@@ -1,41 +0,0 @@
1[
2 {
3 "id": "feature.todos.premium.info",
4 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": {
7 "line": 31,
8 "column": 15
9 },
10 "end": {
11 "line": 34,
12 "column": 3
13 }
14 },
15 {
16 "id": "feature.todos.premium.upgrade",
17 "defaultMessage": "!!!Upgrade Account",
18 "file": "src/features/todos/components/TodosWebview.js",
19 "start": {
20 "line": 35,
21 "column": 14
22 },
23 "end": {
24 "line": 38,
25 "column": 3
26 }
27 },
28 {
29 "id": "feature.todos.premium.rollout",
30 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": {
33 "line": 39,
34 "column": 15
35 },
36 "end": {
37 "line": 42,
38 "column": 3
39 }
40 }
41] \ No newline at end of file