aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ferdi Bot <56048320+FerdiBot@users.noreply.github.com>2020-05-27 02:05:56 +0200
committerLibravatar GitHub <noreply@github.com>2020-05-27 01:05:56 +0100
commitd07a0f4a6f551444bcf2c3f8c806d46ebf3cd293 (patch)
tree90042c8e9b64994755f47b3083c755219d266d1b
parentFix setting of webview disablewebsecurity attribute (#772) (diff)
downloadferdium-app-d07a0f4a6f551444bcf2c3f8c806d46ebf3cd293.tar.gz
ferdium-app-d07a0f4a6f551444bcf2c3f8c806d46ebf3cd293.tar.zst
ferdium-app-d07a0f4a6f551444bcf2c3f8c806d46ebf3cd293.zip
New Crowdin translations (#745)
-rw-r--r--src/i18n/locales/af.json5
-rw-r--r--src/i18n/locales/ar.json5
-rw-r--r--src/i18n/locales/bs.json5
-rw-r--r--src/i18n/locales/ca.json5
-rw-r--r--src/i18n/locales/cs.json5
-rw-r--r--src/i18n/locales/da.json5
-rw-r--r--src/i18n/locales/de.json5
-rw-r--r--src/i18n/locales/el.json23
-rw-r--r--src/i18n/locales/es.json5
-rw-r--r--src/i18n/locales/fi.json5
-rw-r--r--src/i18n/locales/fr.json5
-rw-r--r--src/i18n/locales/ga.json5
-rw-r--r--src/i18n/locales/he.json5
-rw-r--r--src/i18n/locales/hr.json5
-rw-r--r--src/i18n/locales/hu.json5
-rw-r--r--src/i18n/locales/id.json5
-rw-r--r--src/i18n/locales/it.json19
-rw-r--r--src/i18n/locales/ja.json5
-rw-r--r--src/i18n/locales/ka.json5
-rw-r--r--src/i18n/locales/ko.json5
-rw-r--r--src/i18n/locales/nl-BE.json5
-rw-r--r--src/i18n/locales/nl.json5
-rw-r--r--src/i18n/locales/no.json5
-rw-r--r--src/i18n/locales/pl.json5
-rw-r--r--src/i18n/locales/pt-BR.json5
-rw-r--r--src/i18n/locales/pt.json5
-rw-r--r--src/i18n/locales/ro.json5
-rw-r--r--src/i18n/locales/ru.json5
-rw-r--r--src/i18n/locales/sk.json5
-rw-r--r--src/i18n/locales/sl.json5
-rw-r--r--src/i18n/locales/sr.json5
-rw-r--r--src/i18n/locales/sv.json5
-rw-r--r--src/i18n/locales/tr.json5
-rw-r--r--src/i18n/locales/uk.json5
-rw-r--r--src/i18n/locales/vi.json5
-rw-r--r--src/i18n/locales/zh-HANT.json5
-rw-r--r--src/i18n/locales/zh.json5
37 files changed, 164 insertions, 53 deletions
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 83dd6fa81..8e8ca24ee 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "إعادة التحميل", 2 "app.errorHandler.action": "إعادة التحميل",
3 "app.errorHandler.headline": "لقد حدث خطب ما", 3 "app.errorHandler.headline": "لقد حدث خطب ما",
4 "changeserver.customServerLabel": "خادم مخصص",
4 "changeserver.headline": "تغيير الخادم", 5 "changeserver.headline": "تغيير الخادم",
5 "changeserver.label": "خادم", 6 "changeserver.label": "خادم",
6 "changeserver.submit": "إرسال", 7 "changeserver.submit": "إرسال",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "إعادة تحميل الخدمة", 10 "connectionLostBanner.cta": "إعادة تحميل الخدمة",
8 "connectionLostBanner.informationLink": "ماذا حدث؟", 11 "connectionLostBanner.informationLink": "ماذا حدث؟",
9 "connectionLostBanner.message": "أوه لا! فقد فردي الاتصال بـ.", 12 "connectionLostBanner.message": "أوه لا! فقد فردي الاتصال بـ.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>يُمكنك فيردي من التركيز على ما هو مهم لديك الآن. أنشاء مجموعات مختلفة من الخدمات وإداراتها والتنقل بينها بسهولة في أي وقت.<p><p/>أنتَ من يقرر أيّ الخدمات تحتاج ساعة تحتاج وأين تحتاج, لذا نستطيع مساعدتك لتبقى محافظ مع مستجدات ما تقوم به أو تستريح إن شئت.<p/>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>يُمكنك فيردي من التركيز على ما هو مهم لديك الآن. أنشاء مجموعات مختلفة من الخدمات وإداراتها والتنقل بينها بسهولة في أي وقت.<p><p/>أنتَ من يقرر أيّ الخدمات تحتاج ساعة تحتاج وأين تحتاج, لذا نستطيع مساعدتك لتبقى محافظ مع مستجدات ما تقوم به أو تستريح إن شئت.<p/>",
526 "workspaceDrawer.workspacesSettingsTooltip": "تعديل إعدادات مساحات العمل", 529 "workspaceDrawer.workspacesSettingsTooltip": "تعديل إعدادات مساحات العمل",
527 "workspaces.switchingIndicator.switchingTo": "التبديل إلى" 530 "workspaces.switchingIndicator.switchingTo": "التبديل إلى"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 143e2605f..278bddd2c 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Recarrega", 2 "app.errorHandler.action": "Recarrega",
3 "app.errorHandler.headline": "Quelcom ha anat malament", 3 "app.errorHandler.headline": "Quelcom ha anat malament",
4 "changeserver.customServerLabel": "Servidor personalitzat",
4 "changeserver.headline": "Canvía de Servidor", 5 "changeserver.headline": "Canvía de Servidor",
5 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
6 "changeserver.submit": "Enviar", 7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Torna a carregar el servei", 10 "connectionLostBanner.cta": "Torna a carregar el servei",
8 "connectionLostBanner.informationLink": "Què ha passat?", 11 "connectionLostBanner.informationLink": "Què ha passat?",
9 "connectionLostBanner.message": "Oh no! Ferdi ha perdut la connexió a {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi ha perdut la connexió a {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 136602524..d1ecc8791 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Obnovit", 2 "app.errorHandler.action": "Obnovit",
3 "app.errorHandler.headline": "Něco se pokazilo", 3 "app.errorHandler.headline": "Něco se pokazilo",
4 "changeserver.customServerLabel": "Vlastní server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Odeslat", 7 "changeserver.submit": "Odeslat",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Obnovit službu", 10 "connectionLostBanner.cta": "Obnovit službu",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 38772d36a..204ef8c85 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Neu laden", 2 "app.errorHandler.action": "Neu laden",
3 "app.errorHandler.headline": "Es ist ein Fehler aufgetreten", 3 "app.errorHandler.headline": "Es ist ein Fehler aufgetreten",
4 "changeserver.customServerLabel": "Eigener Server",
4 "changeserver.headline": "Server wechseln", 5 "changeserver.headline": "Server wechseln",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Absenden", 7 "changeserver.submit": "Absenden",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Dienst neu laden", 10 "connectionLostBanner.cta": "Dienst neu laden",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "Mit Ferdi Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her. Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.", 528 "workspaceDrawer.workspaceFeatureInfo": "Mit Ferdi Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her. Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.",
526 "workspaceDrawer.workspacesSettingsTooltip": "Workspaces bearbeiten", 529 "workspaceDrawer.workspacesSettingsTooltip": "Workspaces bearbeiten",
527 "workspaces.switchingIndicator.switchingTo": "Wechsle zu" 530 "workspaces.switchingIndicator.switchingTo": "Wechsle zu"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 88fe5a81d..0b48736bc 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -1,21 +1,24 @@
1{ 1{
2 "app.errorHandler.action": "Επαναφόρτωση", 2 "app.errorHandler.action": "Επαναφόρτωση",
3 "app.errorHandler.headline": "Κάτι δεν λειτουργεί", 3 "app.errorHandler.headline": "Κάτι δεν λειτουργεί",
4 "changeserver.customServerLabel": "Προσαρμοσμένος διακομιστής",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Διακομιστής",
6 "changeserver.submit": "Υποβολή", 7 "changeserver.submit": "Υποβολή",
8 "changeserver.urlError": "Εισάγετε μια έγκυρη διεύθυνση URL",
9 "changeserver.warning": "Οι επιπλέον ρυθμίσεις από το Ferdi δεν θα αποθηκευτούν",
7 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας", 10 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "Τι συνέβη;",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Ωχ όχι! Ο Ferdi έχασε την επικοινωνία με το",
10 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 13 "feature.announcements.changelog.headline": "Αλλαγές σχετικά με το Ferdi",
11 "feature.debugger.title": "Publish debugging information", 14 "feature.debugger.title": "Εγγραφή πληροφοριών εντοπισμού σφαλμάτων",
12 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting", 15 "feature.delayApp.headline": "Παρακαλούμε αγοράστε μία άδεια Ferdi για να παραλείψετε την αναμονή",
13 "feature.delayApp.text": "Ferdi θα συνεχίσει σε {seconds} δευτερόλεπτα.", 16 "feature.delayApp.text": "Ferdi θα συνεχίσει σε {seconds} δευτερόλεπτα.",
14 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional", 17 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
15 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial", 18 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
16 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
17 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 20 "feature.delayApp.upgrade.action": "Αγοράστε μία άδεια Ferdi",
18 "feature.delayApp.upgrade.actionShort": "Upgrade account", 21 "feature.delayApp.upgrade.actionShort": "Αναβαθμίστε τον λογαριασμό σας ",
19 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 22 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
20 "feature.planSelection.cta.stayOnFree": "Stay on Free", 23 "feature.planSelection.cta.stayOnFree": "Stay on Free",
21 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 24 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -182,7 +185,7 @@
182 "password.noUser": "Δεν βρέθηκε χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου", 185 "password.noUser": "Δεν βρέθηκε χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου",
183 "password.submit.label": "Υποβολή", 186 "password.submit.label": "Υποβολή",
184 "password.successInfo": "Ελέγξτε το email σας", 187 "password.successInfo": "Ελέγξτε το email σας",
185 "premiumFeature.button.upgradeAccount": "Upgrade account", 188 "premiumFeature.button.upgradeAccount": "Αναβαθμίστε τον λογαριασμό σας ",
186 "pricing.features.accountSync": "Account Synchronisation", 189 "pricing.features.accountSync": "Account Synchronisation",
187 "pricing.features.adFree": "Forever ad-free", 190 "pricing.features.adFree": "Forever ad-free",
188 "pricing.features.appDelays": "No Waiting Screens", 191 "pricing.features.appDelays": "No Waiting Screens",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 6e730b516..0ee462fcb 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Recargar", 2 "app.errorHandler.action": "Recargar",
3 "app.errorHandler.headline": "Algo salió mal.", 3 "app.errorHandler.headline": "Algo salió mal.",
4 "changeserver.customServerLabel": "Servidor personalizado",
4 "changeserver.headline": "Cambiar servidor", 5 "changeserver.headline": "Cambiar servidor",
5 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
6 "changeserver.submit": "Enviar", 7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Recargar Servicio", 10 "connectionLostBanner.cta": "Recargar Servicio",
8 "connectionLostBanner.informationLink": "¿Qué ocurrió?", 11 "connectionLostBanner.informationLink": "¿Qué ocurrió?",
9 "connectionLostBanner.message": "¡Oh no! Ferdi perdió la conexión con {name}.", 12 "connectionLostBanner.message": "¡Oh no! Ferdi perdió la conexión con {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Los espacios de trabajo Ferdi permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. </p><p>Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando asi lo desees.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Los espacios de trabajo Ferdi permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. </p><p>Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando asi lo desees.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Editar ajustes de áreas de trabajo", 529 "workspaceDrawer.workspacesSettingsTooltip": "Editar ajustes de áreas de trabajo",
527 "workspaces.switchingIndicator.switchingTo": "Cambiando a" 530 "workspaces.switchingIndicator.switchingTo": "Cambiando a"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index b1b9c13d7..10de582c3 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Actualiser", 2 "app.errorHandler.action": "Actualiser",
3 "app.errorHandler.headline": "On dirait que quelque chose ne va pas", 3 "app.errorHandler.headline": "On dirait que quelque chose ne va pas",
4 "changeserver.customServerLabel": "Serveur personnalisé",
4 "changeserver.headline": "Changer de serveur", 5 "changeserver.headline": "Changer de serveur",
5 "changeserver.label": "Serveur", 6 "changeserver.label": "Serveur",
6 "changeserver.submit": "Soumettre", 7 "changeserver.submit": "Soumettre",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Redémarrer le service", 10 "connectionLostBanner.cta": "Redémarrer le service",
8 "connectionLostBanner.informationLink": "Que s'est-il passé?", 11 "connectionLostBanner.informationLink": "Que s'est-il passé?",
9 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.", 12 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Les Espaces de travail de Ferdi vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment.</p><p>Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Les Espaces de travail de Ferdi vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment.</p><p>Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Éditer les paramètres de l'espace de travail", 529 "workspaceDrawer.workspacesSettingsTooltip": "Éditer les paramètres de l'espace de travail",
527 "workspaces.switchingIndicator.switchingTo": "Changement vers" 530 "workspaces.switchingIndicator.switchingTo": "Changement vers"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index d930ab415..00a4ff1ec 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Athlódáil", 2 "app.errorHandler.action": "Athlódáil",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Freastalaí saincheaptha",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Cuir isteach", 7 "changeserver.submit": "Cuir isteach",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Athlódáil seirbhís", 10 "connectionLostBanner.cta": "Athlódáil seirbhís",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index 79616f9f5..cdaf32a91 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Ponovno učitavanje", 2 "app.errorHandler.action": "Ponovno učitavanje",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Prilagođen server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Pošalji", 7 "changeserver.submit": "Pošalji",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 8cef87bbe..b073de677 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Újratöltés", 2 "app.errorHandler.action": "Újratöltés",
3 "app.errorHandler.headline": "Valami nem jött össze", 3 "app.errorHandler.headline": "Valami nem jött össze",
4 "changeserver.customServerLabel": "Egyéni szerver",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Szerver", 6 "changeserver.label": "Szerver",
6 "changeserver.submit": "Küldés", 7 "changeserver.submit": "Küldés",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Szolgáltatás újraindítása", 10 "connectionLostBanner.cta": "Szolgáltatás újraindítása",
8 "connectionLostBanner.informationLink": "Mi történt?", 11 "connectionLostBanner.informationLink": "Mi történt?",
9 "connectionLostBanner.message": "Ja ne! Ferdi nem tud kapcsolodni {name}-hez.", 12 "connectionLostBanner.message": "Ja ne! Ferdi nem tud kapcsolodni {name}-hez.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>A Ferdi Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor.</p><p>Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>A Ferdi Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor.</p><p>Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Munkaterület beállítások szerkesztése", 529 "workspaceDrawer.workspacesSettingsTooltip": "Munkaterület beállítások szerkesztése",
527 "workspaces.switchingIndicator.switchingTo": "Váltás" 530 "workspaces.switchingIndicator.switchingTo": "Váltás"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 433fde229..042c07658 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Muat Ulang", 2 "app.errorHandler.action": "Muat Ulang",
3 "app.errorHandler.headline": "Terjadi kesalahan", 3 "app.errorHandler.headline": "Terjadi kesalahan",
4 "changeserver.customServerLabel": "Server khusus",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Kirim", 7 "changeserver.submit": "Kirim",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Muat ulang Layanan", 10 "connectionLostBanner.cta": "Muat ulang Layanan",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ruang Kerja Ferdi dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain.</p><p>Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ruang Kerja Ferdi dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain.</p><p>Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit setelan ruang kerja", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit setelan ruang kerja",
527 "workspaces.switchingIndicator.switchingTo": "Beralih ke" 530 "workspaces.switchingIndicator.switchingTo": "Beralih ke"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 78474b496..b18707eac 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -1,14 +1,17 @@
1{ 1{
2 "app.errorHandler.action": "Ricarica", 2 "app.errorHandler.action": "Ricarica",
3 "app.errorHandler.headline": "Qualcosa è andato storto", 3 "app.errorHandler.headline": "Qualcosa è andato storto",
4 "changeserver.customServerLabel": "Server personalizzato",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Invia", 7 "changeserver.submit": "Invia",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Ricarica Servizio", 10 "connectionLostBanner.cta": "Ricarica Servizio",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "Cos'è successo?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi ha perso la connessione con {name}.",
10 "feature.announcements.changelog.headline": "Modifiche in Ferdi {Version}", 13 "feature.announcements.changelog.headline": "Modifiche in Ferdi {Version}",
11 "feature.debugger.title": "Publish debugging information", 14 "feature.debugger.title": "Pubblica informazioni di debug",
12 "feature.delayApp.headline": "Per favore, compra una Licenza Supporter di Ferdi per saltare l'attesa", 15 "feature.delayApp.headline": "Per favore, compra una Licenza Supporter di Ferdi per saltare l'attesa",
13 "feature.delayApp.text": "Ferdi continuerà tra {seconds} secondi.", 16 "feature.delayApp.text": "Ferdi continuerà tra {seconds} secondi.",
14 "feature.delayApp.trial.action": "Sì, voglio la prova gratuita di 14 giorni di Ferdi Professional", 17 "feature.delayApp.trial.action": "Sì, voglio la prova gratuita di 14 giorni di Ferdi Professional",
@@ -32,10 +35,10 @@
32 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.", 35 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
33 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment", 36 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
34 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.", 37 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
35 "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.", 38 "feature.publishDebugInfo.error": "Si è verificato un errore durante il tentativo di pubblicare le informazioni di debug. Riprova più tardi o vedi la console per maggiori informazioni.",
36 "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", 39 "feature.publishDebugInfo.info": "Pubblicare le informazioni di debug ci aiuta a trovare problemi ed errori in Ferdi. Pubblicando le informazioni di debug accetti l'informativa sulla privacy e i termini di servizio di Ferdi Debugger",
37 "feature.publishDebugInfo.privacy": "Privacy policy", 40 "feature.publishDebugInfo.privacy": "Informativa sulla privacy",
38 "feature.publishDebugInfo.publish": "Accept and publish", 41 "feature.publishDebugInfo.publish": "Accetta e pubblica",
39 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 42 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
40 "feature.publishDebugInfo.terms": "Termini di Servizio", 43 "feature.publishDebugInfo.terms": "Termini di Servizio",
41 "feature.publishDebugInfo.title": "Publish debug information", 44 "feature.publishDebugInfo.title": "Publish debug information",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>I workspace di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi.</p><p>Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>I workspace di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi.</p><p>Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Modifica le impostazioni dei workspace", 529 "workspaceDrawer.workspacesSettingsTooltip": "Modifica le impostazioni dei workspace",
527 "workspaces.switchingIndicator.switchingTo": "Passa a " 530 "workspaces.switchingIndicator.switchingTo": "Passa a "
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 3c8f938aa..0061dc2f4 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "再読み込み", 2 "app.errorHandler.action": "再読み込み",
3 "app.errorHandler.headline": "間違えている部分があります", 3 "app.errorHandler.headline": "間違えている部分があります",
4 "changeserver.customServerLabel": "独自サーバー",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "送信", 7 "changeserver.submit": "送信",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "サービスをリロードする", 10 "connectionLostBanner.cta": "サービスをリロードする",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 3768274ff..c472fbf34 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "ჩატვირთვა", 2 "app.errorHandler.action": "ჩატვირთვა",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "კერძო სერვერი",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "დადასტურება", 7 "changeserver.submit": "დადასტურება",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 462990547..9f2dac00e 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "새로고침", 2 "app.errorHandler.action": "새로고침",
3 "app.errorHandler.headline": "문제가 발생했습니다.", 3 "app.errorHandler.headline": "문제가 발생했습니다.",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index f166fd1c9..ff0b0bcf4 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Herladen", 2 "app.errorHandler.action": "Herladen",
3 "app.errorHandler.headline": "Er ging iets mis", 3 "app.errorHandler.headline": "Er ging iets mis",
4 "changeserver.customServerLabel": "Aangepaste server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Verzenden", 7 "changeserver.submit": "Verzenden",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Service Herladen", 10 "connectionLostBanner.cta": "Service Herladen",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Pas werkruimte instellingen aan", 529 "workspaceDrawer.workspacesSettingsTooltip": "Pas werkruimte instellingen aan",
527 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar" 530 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 3ac8186bd..4d89ab9a9 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Herladen", 2 "app.errorHandler.action": "Herladen",
3 "app.errorHandler.headline": "Er is iets mis gegaan", 3 "app.errorHandler.headline": "Er is iets mis gegaan",
4 "changeserver.customServerLabel": "Aangepaste server",
4 "changeserver.headline": "Server wijzigen", 5 "changeserver.headline": "Server wijzigen",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Verzenden", 7 "changeserver.submit": "Verzenden",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Een service opnieuw laden", 10 "connectionLostBanner.cta": "Een service opnieuw laden",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "Ferdi werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van services aan en schakel wanneer je wilt tussen de verschillende sets. Jij beslist welke services je wanneer en waar nodig hebt. Zo helpen wij jou je focus te behouden - of net zo gemakkelijk te switchen van werk naar ontspanning.", 528 "workspaceDrawer.workspaceFeatureInfo": "Ferdi werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van services aan en schakel wanneer je wilt tussen de verschillende sets. Jij beslist welke services je wanneer en waar nodig hebt. Zo helpen wij jou je focus te behouden - of net zo gemakkelijk te switchen van werk naar ontspanning.",
526 "workspaceDrawer.workspacesSettingsTooltip": "Werkruimte instellingen aanpassen", 529 "workspaceDrawer.workspacesSettingsTooltip": "Werkruimte instellingen aanpassen",
527 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar" 530 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index f6193a1fd..c45d3e8b7 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Odśwież", 2 "app.errorHandler.action": "Odśwież",
3 "app.errorHandler.headline": "Coś poszło nie tak.", 3 "app.errorHandler.headline": "Coś poszło nie tak.",
4 "changeserver.customServerLabel": "Spersonalizowany serwer",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Wyślij", 7 "changeserver.submit": "Wyślij",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Przeładuj usługę", 10 "connectionLostBanner.cta": "Przeładuj usługę",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Obszary robocze programu Ferdi pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. </p><p>Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Obszary robocze programu Ferdi pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. </p><p>Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edytuj ustawienia obszaru roboczego", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edytuj ustawienia obszaru roboczego",
527 "workspaces.switchingIndicator.switchingTo": "Przełącz do" 530 "workspaces.switchingIndicator.switchingTo": "Przełącz do"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index c34ac637e..9df97915f 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Recarregar", 2 "app.errorHandler.action": "Recarregar",
3 "app.errorHandler.headline": "Algo deu errado", 3 "app.errorHandler.headline": "Algo deu errado",
4 "changeserver.customServerLabel": "Servidor personalizado",
4 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
5 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
6 "changeserver.submit": "Submeter", 7 "changeserver.submit": "Submeter",
8 "changeserver.urlError": "Informe uma URL válida",
9 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão salvas",
7 "connectionLostBanner.cta": "Recarregar serviço", 10 "connectionLostBanner.cta": "Recarregar serviço",
8 "connectionLostBanner.informationLink": "O que aconteceu?", 11 "connectionLostBanner.informationLink": "O que aconteceu?",
9 "connectionLostBanner.message": "Ah não! Ferdi perdeu a conexão com {name}.", 12 "connectionLostBanner.message": "Ah não! Ferdi perdeu a conexão com {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>As áreas de trabalho do Ferdi te ajuda a focar no que realmente é importante agora. Configure diferente cenários para serviços e mude entre eles facilmente em qualquer momento. </p><p>Você decide quais serviços precisa e onde deseja posicioná-los, e então nós iremos te ajudar em aumentar a sua produtividade. Você pode desligar os serviços que não são úteis para você.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>As áreas de trabalho do Ferdi te ajuda a focar no que realmente é importante agora. Configure diferente cenários para serviços e mude entre eles facilmente em qualquer momento. </p><p>Você decide quais serviços precisa e onde deseja posicioná-los, e então nós iremos te ajudar em aumentar a sua produtividade. Você pode desligar os serviços que não são úteis para você.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações das áreas de trabalho", 529 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações das áreas de trabalho",
527 "workspaces.switchingIndicator.switchingTo": "Trocando para" 530 "workspaces.switchingIndicator.switchingTo": "Trocando para"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 7a6ed77cc..505c49bc8 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Actualizar", 2 "app.errorHandler.action": "Actualizar",
3 "app.errorHandler.headline": "Alguma coisa correu mal", 3 "app.errorHandler.headline": "Alguma coisa correu mal",
4 "changeserver.customServerLabel": "Servidor personalizado",
4 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
5 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
6 "changeserver.submit": "Enviar", 7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reiniciar serviço", 10 "connectionLostBanner.cta": "Reiniciar serviço",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>As áreas de trabalho do Ferdi permitem que se concentre no que realmente é importante. Configure diferentes conjuntos de serviços e mude-os facilmente e a qualquer momento.</p><p>Você decide quais os serviços que precisa e onde colocá-los, para que o possamos ajudar a estar no seu melhor. - Ou desligar do trabalho quando quiser.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>As áreas de trabalho do Ferdi permitem que se concentre no que realmente é importante. Configure diferentes conjuntos de serviços e mude-os facilmente e a qualquer momento.</p><p>Você decide quais os serviços que precisa e onde colocá-los, para que o possamos ajudar a estar no seu melhor. - Ou desligar do trabalho quando quiser.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações das áreas de trabalho", 529 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações das áreas de trabalho",
527 "workspaces.switchingIndicator.switchingTo": "A mudar para" 530 "workspaces.switchingIndicator.switchingTo": "A mudar para"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index a16bde739..1184d9e34 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Перезагрузить", 2 "app.errorHandler.action": "Перезагрузить",
3 "app.errorHandler.headline": "Что-то пошло не так", 3 "app.errorHandler.headline": "Что-то пошло не так",
4 "changeserver.customServerLabel": "Пользовательский сервер",
4 "changeserver.headline": "Изменить сервер", 5 "changeserver.headline": "Изменить сервер",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Принять", 7 "changeserver.submit": "Принять",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Перезапустить сервис", 10 "connectionLostBanner.cta": "Перезапустить сервис",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index fd73bc773..ca7fde4dc 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Obnoviť", 2 "app.errorHandler.action": "Obnoviť",
3 "app.errorHandler.headline": "Niečo sa pokazilo", 3 "app.errorHandler.headline": "Niečo sa pokazilo",
4 "changeserver.customServerLabel": "Vlastný server",
4 "changeserver.headline": "Zmeniť server", 5 "changeserver.headline": "Zmeniť server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Odoslať", 7 "changeserver.submit": "Odoslať",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Obnoviť službu", 10 "connectionLostBanner.cta": "Obnoviť službu",
8 "connectionLostBanner.informationLink": "Čo sa stalo?", 11 "connectionLostBanner.informationLink": "Čo sa stalo?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspace vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte.</p><p>Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné. </p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspace vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte.</p><p>Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné. </p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Upraviť nastavenia workspace", 529 "workspaceDrawer.workspacesSettingsTooltip": "Upraviť nastavenia workspace",
527 "workspaces.switchingIndicator.switchingTo": "Prepínanie na" 530 "workspaces.switchingIndicator.switchingTo": "Prepínanie na"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 33cde814c..73370b945 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Ponovno učitavanje", 2 "app.errorHandler.action": "Ponovno učitavanje",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Prilagođen server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Pošalji", 7 "changeserver.submit": "Pošalji",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Поново учирај услугу", 10 "connectionLostBanner.cta": "Поново учирај услугу",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 418624a66..2ddfc1b4f 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Ladda om", 2 "app.errorHandler.action": "Ladda om",
3 "app.errorHandler.headline": "Någonting gick snett", 3 "app.errorHandler.headline": "Någonting gick snett",
4 "changeserver.customServerLabel": "Anpassad server",
4 "changeserver.headline": "Byt server", 5 "changeserver.headline": "Byt server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Skicka", 7 "changeserver.submit": "Skicka",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Ladda om tjänst", 10 "connectionLostBanner.cta": "Ladda om tjänst",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi-arbetsytor låter dig fokusera på det som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst.</p><p>Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på läget - eller enkelt koppla bort från jobbet när du vill.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi-arbetsytor låter dig fokusera på det som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst.</p><p>Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på läget - eller enkelt koppla bort från jobbet när du vill.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Redigera inställningar för arbetsytor", 529 "workspaceDrawer.workspacesSettingsTooltip": "Redigera inställningar för arbetsytor",
527 "workspaces.switchingIndicator.switchingTo": "Byter till" 530 "workspaces.switchingIndicator.switchingTo": "Byter till"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 428d9f18f..2ecece33d 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Yenile", 2 "app.errorHandler.action": "Yenile",
3 "app.errorHandler.headline": "Bir terslik çıktı", 3 "app.errorHandler.headline": "Bir terslik çıktı",
4 "changeserver.customServerLabel": "Özel sunucu",
4 "changeserver.headline": "Sunucuyu değiştir", 5 "changeserver.headline": "Sunucuyu değiştir",
5 "changeserver.label": "Sunucu", 6 "changeserver.label": "Sunucu",
6 "changeserver.submit": "Gönder", 7 "changeserver.submit": "Gönder",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Servisi Tekrar Yükle", 10 "connectionLostBanner.cta": "Servisi Tekrar Yükle",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 25e09ea49..c9239819c 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Перезавантажити", 2 "app.errorHandler.action": "Перезавантажити",
3 "app.errorHandler.headline": "Щось пішло не так", 3 "app.errorHandler.headline": "Щось пішло не так",
4 "changeserver.customServerLabel": "Користувацький сервер",
4 "changeserver.headline": "Змінити сервер", 5 "changeserver.headline": "Змінити сервер",
5 "changeserver.label": "Сервер", 6 "changeserver.label": "Сервер",
6 "changeserver.submit": "Подати", 7 "changeserver.submit": "Подати",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Перезавантажити сервіс", 10 "connectionLostBanner.cta": "Перезавантажити сервіс",
8 "connectionLostBanner.informationLink": "Що трапилось?", 11 "connectionLostBanner.informationLink": "Що трапилось?",
9 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.", 12 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 9d676c0a9..c2edbd06b 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "Server", 6 "changeserver.label": "Server",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Reload Service",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 3bba232fd..da9c976b3 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "重新加載", 2 "app.errorHandler.action": "重新加載",
3 "app.errorHandler.headline": "出現錯誤", 3 "app.errorHandler.headline": "出現錯誤",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "切換服務器", 5 "changeserver.headline": "切換服務器",
5 "changeserver.label": "伺服器", 6 "changeserver.label": "伺服器",
6 "changeserver.submit": "送出", 7 "changeserver.submit": "送出",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "重新載入", 10 "connectionLostBanner.cta": "重新載入",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "切換到" 530 "workspaces.switchingIndicator.switchingTo": "切換到"
528} 531} \ No newline at end of file
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 2c7b75e42..c594a850d 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -1,9 +1,12 @@
1{ 1{
2 "app.errorHandler.action": "重新加载", 2 "app.errorHandler.action": "重新加载",
3 "app.errorHandler.headline": "出了些问题", 3 "app.errorHandler.headline": "出了些问题",
4 "changeserver.customServerLabel": "Custom server",
4 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
5 "changeserver.label": "服务器:", 6 "changeserver.label": "服务器:",
6 "changeserver.submit": "Submit", 7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
7 "connectionLostBanner.cta": "重新加载服务", 10 "connectionLostBanner.cta": "重新加载服务",
8 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "What happened?",
9 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
@@ -525,4 +528,4 @@
525 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 528 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
526 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 529 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
527 "workspaces.switchingIndicator.switchingTo": "Switching to" 530 "workspaces.switchingIndicator.switchingTo": "Switching to"
528} 531} \ No newline at end of file