aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-08 04:38:56 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-08 05:11:37 +0530
commitc875cb06d0badfb945a1784e90be2ee8fca0b7e1 (patch)
tree61fade08770c19dd9e4e9a7bbe2b92551a4db0d0 /src
parentfix: black screen in macOS when closing to systray in fullscreen mode (#1883) (diff)
downloadferdium-app-c875cb06d0badfb945a1784e90be2ee8fca0b7e1.tar.gz
ferdium-app-c875cb06d0badfb945a1784e90be2ee8fca0b7e1.tar.zst
ferdium-app-c875cb06d0badfb945a1784e90be2ee8fca0b7e1.zip
refactor: merge common i18n strings [skip ci]
Diffstat (limited to 'src')
-rw-r--r--src/components/layout/Sidebar.js7
-rw-r--r--src/components/services/tabs/TabItem.js6
-rw-r--r--src/components/settings/navigation/SettingsNavigation.js7
-rw-r--r--src/components/settings/settings/EditSettingsForm.js6
-rw-r--r--src/i18n/globalMessages.js8
-rw-r--r--src/i18n/locales/af.json7
-rw-r--r--src/i18n/locales/ar.json7
-rw-r--r--src/i18n/locales/be.json7
-rw-r--r--src/i18n/locales/bg.json7
-rw-r--r--src/i18n/locales/bs.json7
-rw-r--r--src/i18n/locales/ca.json7
-rw-r--r--src/i18n/locales/cs.json7
-rw-r--r--src/i18n/locales/da.json7
-rw-r--r--src/i18n/locales/de.json7
-rw-r--r--src/i18n/locales/defaultMessages.json415
-rw-r--r--src/i18n/locales/el.json7
-rw-r--r--src/i18n/locales/en-US.json7
-rw-r--r--src/i18n/locales/es.json7
-rw-r--r--src/i18n/locales/et.json7
-rw-r--r--src/i18n/locales/fa.json7
-rw-r--r--src/i18n/locales/fi.json7
-rw-r--r--src/i18n/locales/fil.json7
-rw-r--r--src/i18n/locales/fr.json7
-rw-r--r--src/i18n/locales/ga.json7
-rw-r--r--src/i18n/locales/he.json7
-rw-r--r--src/i18n/locales/hi.json7
-rw-r--r--src/i18n/locales/hr.json7
-rw-r--r--src/i18n/locales/hu.json7
-rw-r--r--src/i18n/locales/id.json7
-rw-r--r--src/i18n/locales/it.json7
-rw-r--r--src/i18n/locales/ja.json7
-rw-r--r--src/i18n/locales/ka.json7
-rw-r--r--src/i18n/locales/kk.json7
-rw-r--r--src/i18n/locales/ko.json7
-rw-r--r--src/i18n/locales/ms.json7
-rw-r--r--src/i18n/locales/nb.json208
-rw-r--r--src/i18n/locales/nl-BE.json7
-rw-r--r--src/i18n/locales/nl.json7
-rw-r--r--src/i18n/locales/no.json7
-rw-r--r--src/i18n/locales/pl.json7
-rw-r--r--src/i18n/locales/pt-BR.json7
-rw-r--r--src/i18n/locales/pt.json7
-rw-r--r--src/i18n/locales/ro.json7
-rw-r--r--src/i18n/locales/ru.json7
-rw-r--r--src/i18n/locales/si.json7
-rw-r--r--src/i18n/locales/sk.json7
-rw-r--r--src/i18n/locales/sl.json7
-rw-r--r--src/i18n/locales/sq.json7
-rw-r--r--src/i18n/locales/sr.json7
-rw-r--r--src/i18n/locales/sv.json7
-rw-r--r--src/i18n/locales/te.json7
-rw-r--r--src/i18n/locales/tr.json7
-rw-r--r--src/i18n/locales/uk.json7
-rw-r--r--src/i18n/locales/vi.json7
-rw-r--r--src/i18n/locales/zh-CN.json9
-rw-r--r--src/i18n/locales/zh-HANS.json7
-rw-r--r--src/i18n/locales/zh-HANT.json7
-rw-r--r--src/i18n/locales/zh-TW.json9
-rw-r--r--src/i18n/locales/zh.json7
-rw-r--r--src/i18n/messages/src/components/layout/Sidebar.json45
-rw-r--r--src/i18n/messages/src/components/services/tabs/TabItem.json61
-rw-r--r--src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json39
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json149
-rw-r--r--src/i18n/messages/src/i18n/globalMessages.json26
-rw-r--r--src/i18n/messages/src/lib/Menu.json93
-rw-r--r--src/lib/Menu.js6
66 files changed, 599 insertions, 845 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 935966764..1ee7733b9 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -12,12 +12,9 @@ import { todosStore } from '../../features/todos';
12import { todoActions } from '../../features/todos/actions'; 12import { todoActions } from '../../features/todos/actions';
13import AppStore from '../../stores/AppStore'; 13import AppStore from '../../stores/AppStore';
14import SettingsStore from '../../stores/SettingsStore'; 14import SettingsStore from '../../stores/SettingsStore';
15import globalMessages from '../../i18n/globalMessages';
15 16
16const messages = defineMessages({ 17const messages = defineMessages({
17 settings: {
18 id: 'sidebar.settings',
19 defaultMessage: '!!!Settings',
20 },
21 addNewService: { 18 addNewService: {
22 id: 'sidebar.addNewService', 19 id: 'sidebar.addNewService',
23 defaultMessage: '!!!Add new service', 20 defaultMessage: '!!!Add new service',
@@ -215,7 +212,7 @@ export default @inject('stores', 'actions') @observer class Sidebar extends Comp
215 type="button" 212 type="button"
216 onClick={() => openSettings({ path: 'app' })} 213 onClick={() => openSettings({ path: 'app' })}
217 className="sidebar__button sidebar__button--settings" 214 className="sidebar__button sidebar__button--settings"
218 data-tip={`${intl.formatMessage(messages.settings)} (${settingsShortcutKey(false)})`} 215 data-tip={`${intl.formatMessage(globalMessages.settings)} (${settingsShortcutKey(false)})`}
219 > 216 >
220 <i className="mdi mdi-cog" /> 217 <i className="mdi mdi-cog" />
221 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE 218 { (this.props.stores.app.updateStatus === this.props.stores.app.updateStatusTypes.AVAILABLE
diff --git a/src/components/services/tabs/TabItem.js b/src/components/services/tabs/TabItem.js
index d59cbe228..e5892be5d 100644
--- a/src/components/services/tabs/TabItem.js
+++ b/src/components/services/tabs/TabItem.js
@@ -22,10 +22,6 @@ const messages = defineMessages({
22 id: 'tabs.item.reload', 22 id: 'tabs.item.reload',
23 defaultMessage: '!!!Reload', 23 defaultMessage: '!!!Reload',
24 }, 24 },
25 edit: {
26 id: 'tabs.item.edit',
27 defaultMessage: '!!!Edit',
28 },
29 disableNotifications: { 25 disableNotifications: {
30 id: 'tabs.item.disableNotifications', 26 id: 'tabs.item.disableNotifications',
31 defaultMessage: '!!!Disable notifications', 27 defaultMessage: '!!!Disable notifications',
@@ -205,7 +201,7 @@ class TabItem extends Component {
205 accelerator: `${cmdOrCtrlShortcutKey()}+R`, 201 accelerator: `${cmdOrCtrlShortcutKey()}+R`,
206 }, 202 },
207 { 203 {
208 label: intl.formatMessage(messages.edit), 204 label: intl.formatMessage(globalMessages.edit),
209 click: () => 205 click: () =>
210 openSettings({ 206 openSettings({
211 path: `services/edit/${service.id}`, 207 path: `services/edit/${service.id}`,
diff --git a/src/components/settings/navigation/SettingsNavigation.js b/src/components/settings/navigation/SettingsNavigation.js
index 02cae6b69..0a5ace586 100644
--- a/src/components/settings/navigation/SettingsNavigation.js
+++ b/src/components/settings/navigation/SettingsNavigation.js
@@ -10,6 +10,7 @@ import { workspaceStore } from '../../../features/workspaces';
10import UIStore from '../../../stores/UIStore'; 10import UIStore from '../../../stores/UIStore';
11import SettingsStore from '../../../stores/SettingsStore'; 11import SettingsStore from '../../../stores/SettingsStore';
12import UserStore from '../../../stores/UserStore'; 12import UserStore from '../../../stores/UserStore';
13import globalMessages from '../../../i18n/globalMessages';
13 14
14const messages = defineMessages({ 15const messages = defineMessages({
15 availableServices: { 16 availableServices: {
@@ -32,10 +33,6 @@ const messages = defineMessages({
32 id: 'settings.navigation.team', 33 id: 'settings.navigation.team',
33 defaultMessage: '!!!Manage Team', 34 defaultMessage: '!!!Manage Team',
34 }, 35 },
35 settings: {
36 id: 'settings.navigation.settings',
37 defaultMessage: '!!!Settings',
38 },
39 supportFerdi: { 36 supportFerdi: {
40 id: 'settings.navigation.supportFerdi', 37 id: 'settings.navigation.supportFerdi',
41 defaultMessage: '!!!About Ferdi', 38 defaultMessage: '!!!About Ferdi',
@@ -159,7 +156,7 @@ export default @inject('stores', 'actions') @observer class SettingsNavigation e
159 className="settings-navigation__link" 156 className="settings-navigation__link"
160 activeClassName="is-active" 157 activeClassName="is-active"
161 > 158 >
162 {intl.formatMessage(messages.settings)} 159 {intl.formatMessage(globalMessages.settings)}
163 </Link> 160 </Link>
164 <Link 161 <Link
165 to="/settings/support" 162 to="/settings/support"
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 3d135a048..6a919b902 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -18,10 +18,6 @@ import { openPath } from '../../../helpers/url-helpers';
18import globalMessages from '../../../i18n/globalMessages'; 18import globalMessages from '../../../i18n/globalMessages';
19 19
20const messages = defineMessages({ 20const messages = defineMessages({
21 headline: {
22 id: 'settings.app.headline',
23 defaultMessage: '!!!Settings',
24 },
25 headlineGeneral: { 21 headlineGeneral: {
26 id: 'settings.app.headlineGeneral', 22 id: 'settings.app.headlineGeneral',
27 defaultMessage: '!!!General', 23 defaultMessage: '!!!General',
@@ -275,7 +271,7 @@ export default @observer class EditSettingsForm extends Component {
275 return ( 271 return (
276 <div className="settings__main"> 272 <div className="settings__main">
277 <div className="settings__header"> 273 <div className="settings__header">
278 <h1>{intl.formatMessage(messages.headline)}</h1> 274 <h1>{intl.formatMessage(globalMessages.settings)}</h1>
279 </div> 275 </div>
280 <div className="settings__body"> 276 <div className="settings__body">
281 <form 277 <form
diff --git a/src/i18n/globalMessages.js b/src/i18n/globalMessages.js
index 1cebbddf0..66fce8d0f 100644
--- a/src/i18n/globalMessages.js
+++ b/src/i18n/globalMessages.js
@@ -66,4 +66,12 @@ export default defineMessages({
66 defaultMessage: 66 defaultMessage:
67 '!!!Do you really want to quit Ferdi?', 67 '!!!Do you really want to quit Ferdi?',
68 }, 68 },
69 settings: {
70 id: 'global.settings',
71 defaultMessage: '!!!Settings',
72 },
73 edit: {
74 id: 'global.edit',
75 defaultMessage: '!!!Edit',
76 },
69}); 77});
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 4cb145cb2..2c145d6f4 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 60be02ce0..ae2952f86 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "تبديل سريع", 26 "feature.quickSwitch.title": "تبديل سريع",
27 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت", 27 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت",
28 "global.cancel": "إلغاء", 28 "global.cancel": "إلغاء",
29 "global.edit": "تعديل",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.", 31 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "خروج", 33 "global.quit": "خروج",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "الإعدادات",
35 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})", 37 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})",
36 "global.spellchecking.autodetect": "الكشف عن اللغة تلقائياً", 38 "global.spellchecking.autodetect": "الكشف عن اللغة تلقائياً",
37 "global.spellchecking.autodetect.short": "تلقائي", 39 "global.spellchecking.autodetect.short": "تلقائي",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "التحقق من وجود تحديثات", 88 "menu.app.checkForUpdates": "التحقق من وجود تحديثات",
87 "menu.app.hide": "إخفاء", 89 "menu.app.hide": "إخفاء",
88 "menu.app.hideOthers": "إخفاء الآخرين", 90 "menu.app.hideOthers": "إخفاء الآخرين",
89 "menu.app.settings": "الإعدادات",
90 "menu.app.unhide": "إظهار", 91 "menu.app.unhide": "إظهار",
91 "menu.edit": "تعديل", 92 "menu.edit": "تعديل",
92 "menu.edit.copy": "نسخ", 93 "menu.edit.copy": "نسخ",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "السماح باستخدام TouchID لفتح فردي", 256 "settings.app.form.useTouchIdToUnlock": "السماح باستخدام TouchID لفتح فردي",
256 "settings.app.form.useVerticalStyle": "استخدام النمط الأفقي", 257 "settings.app.form.useVerticalStyle": "استخدام النمط الأفقي",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "الإعدادات",
259 "settings.app.headlineAdvanced": "متقدم", 259 "settings.app.headlineAdvanced": "متقدم",
260 "settings.app.headlineAppearance": "المظهر", 260 "settings.app.headlineAppearance": "المظهر",
261 "settings.app.headlineGeneral": "عام", 261 "settings.app.headlineGeneral": "عام",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "الحساب", 285 "settings.navigation.account": "الحساب",
286 "settings.navigation.availableServices": "الخدمات المتاحة", 286 "settings.navigation.availableServices": "الخدمات المتاحة",
287 "settings.navigation.logout": "تسجيل خروج", 287 "settings.navigation.logout": "تسجيل خروج",
288 "settings.navigation.settings": "الإعدادات",
289 "settings.navigation.supportFerdi": "حول فردي", 288 "settings.navigation.supportFerdi": "حول فردي",
290 "settings.navigation.team": "إدارة الفريق", 289 "settings.navigation.team": "إدارة الفريق",
291 "settings.navigation.yourServices": "خدماتك", 290 "settings.navigation.yourServices": "خدماتك",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "تعطيل الإشعارات والصوت", 417 "sidebar.muteApp": "تعطيل الإشعارات والصوت",
419 "sidebar.openTodosDrawer": "فتح Todos فيردي", 418 "sidebar.openTodosDrawer": "فتح Todos فيردي",
420 "sidebar.openWorkspaceDrawer": "فتحُ دُرجِ مساحة العمل", 419 "sidebar.openWorkspaceDrawer": "فتحُ دُرجِ مساحة العمل",
421 "sidebar.settings": "الإعدادات",
422 "sidebar.unmuteApp": "تمكين الإشعارات والصوت", 420 "sidebar.unmuteApp": "تمكين الإشعارات والصوت",
423 "signup.email.label": "البريد الإلكتروني", 421 "signup.email.label": "البريد الإلكتروني",
424 "signup.emailDuplicate": "مستخدم بهذا البريد الإلكتروني موجود بالفعل", 422 "signup.emailDuplicate": "مستخدم بهذا البريد الإلكتروني موجود بالفعل",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "تعطيل الإشعارات", 436 "tabs.item.disableNotifications": "تعطيل الإشعارات",
439 "tabs.item.disableService": "تعطيل الخدمة", 437 "tabs.item.disableService": "تعطيل الخدمة",
440 "tabs.item.edit": "تعديل",
441 "tabs.item.enableAudio": "تمكين الصوت", 438 "tabs.item.enableAudio": "تمكين الصوت",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "تفعيل الإشعارات", 440 "tabs.item.enableNotification": "تفعيل الإشعارات",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index 0f0a02fe6..31a5111a9 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/bg.json b/src/i18n/locales/bg.json
index 14f2b1e7f..f62a5ffb9 100644
--- a/src/i18n/locales/bg.json
+++ b/src/i18n/locales/bg.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц", 15 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц",
16 "global.edit": "Редакция",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "Не сте свързани към интернет", 18 "global.notConnectedToTheInternet": "Не сте свързани към интернет",
18 "global.quit": "Изход", 19 "global.quit": "Изход",
20 "global.settings": "Настройки",
19 "global.spellchecker.useDefault": "Use System Default ({default})", 21 "global.spellchecker.useDefault": "Use System Default ({default})",
20 "global.spellchecking.autodetect": "Detect language automatically", 22 "global.spellchecking.autodetect": "Detect language automatically",
21 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Проверка за обновления", 55 "menu.app.checkForUpdates": "Проверка за обновления",
54 "menu.app.hide": "Скрий", 56 "menu.app.hide": "Скрий",
55 "menu.app.hideOthers": "Скрий другите", 57 "menu.app.hideOthers": "Скрий другите",
56 "menu.app.settings": "Настройки",
57 "menu.app.unhide": "Покажи", 58 "menu.app.unhide": "Покажи",
58 "menu.edit": "Редактиране", 59 "menu.edit": "Редактиране",
59 "menu.edit.copy": "Копирай", 60 "menu.edit.copy": "Копирай",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "Дръж Франж влючен в задния план когато прозореца е затворен", 179 "settings.app.form.runInBackground": "Дръж Франж влючен в задния план когато прозореца е затворен",
179 "settings.app.form.showDisabledServices": "Покажи панели на изключени услуги", 180 "settings.app.form.showDisabledServices": "Покажи панели на изключени услуги",
180 "settings.app.form.showMessagesBadgesWhenMuted": "Покажи непрочетени съобщения когато известията са изключени", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Покажи непрочетени съобщения когато известията са изключени",
181 "settings.app.headline": "Настройки",
182 "settings.app.headlineAdvanced": "Допълнителни", 182 "settings.app.headlineAdvanced": "Допълнителни",
183 "settings.app.headlineAppearance": "Изглед", 183 "settings.app.headlineAppearance": "Изглед",
184 "settings.app.headlineGeneral": "Общи", 184 "settings.app.headlineGeneral": "Общи",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "Налични услуги", 196 "settings.navigation.availableServices": "Налични услуги",
197 "settings.navigation.inviteFriends": "Поканете приятели", 197 "settings.navigation.inviteFriends": "Поканете приятели",
198 "settings.navigation.logout": "Изход", 198 "settings.navigation.logout": "Изход",
199 "settings.navigation.settings": "Настройки",
200 "settings.navigation.team": "Manage Team", 199 "settings.navigation.team": "Manage Team",
201 "settings.navigation.yourServices": "Вашите услуги", 200 "settings.navigation.yourServices": "Вашите услуги",
202 "settings.navigation.yourWorkspaces": "Your workspaces", 201 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "Дезактивирай известията и звуците", 301 "sidebar.muteApp": "Дезактивирай известията и звуците",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 302 "sidebar.openTodosDrawer": "Open Ferdi Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 303 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.settings": "Настройки",
306 "sidebar.unmuteApp": "Активирай известията и звуците", 304 "sidebar.unmuteApp": "Активирай известията и звуците",
307 "signup.email.label": "Адрес на ел. поща:", 305 "signup.email.label": "Адрес на ел. поща:",
308 "signup.emailDuplicate": "Вече съществува потребител с този имейл адрес", 306 "signup.emailDuplicate": "Вече съществува потребител с този имейл адрес",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "Изключване на звука", 317 "tabs.item.disableAudio": "Изключване на звука",
320 "tabs.item.disableNotifications": "Изключване на известията", 318 "tabs.item.disableNotifications": "Изключване на известията",
321 "tabs.item.disableService": "Спиране на услугата", 319 "tabs.item.disableService": "Спиране на услугата",
322 "tabs.item.edit": "Редакция",
323 "tabs.item.enableAudio": "Включване на звука", 320 "tabs.item.enableAudio": "Включване на звука",
324 "tabs.item.enableNotification": "Включване на известяванията", 321 "tabs.item.enableNotification": "Включване на известяванията",
325 "tabs.item.enableService": "Разрешаване на услугата", 322 "tabs.item.enableService": "Разрешаване на услугата",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 4cb145cb2..2c145d6f4 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 142a40f60..3cb52af9b 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi", 27 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi",
28 "global.cancel": "Cancel·la", 28 "global.cancel": "Cancel·la",
29 "global.edit": "Edita",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "No esteu connectat a Internet.", 31 "global.notConnectedToTheInternet": "No esteu connectat a Internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Configuració",
35 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})", 37 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})",
36 "global.spellchecking.autodetect": "Detectar l'idioma automàticament", 38 "global.spellchecking.autodetect": "Detectar l'idioma automàticament",
37 "global.spellchecking.autodetect.short": "Automàtic", 39 "global.spellchecking.autodetect.short": "Automàtic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions", 88 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions",
87 "menu.app.hide": "Amaga", 89 "menu.app.hide": "Amaga",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Configuració",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edita", 92 "menu.edit": "Edita",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Configuració",
259 "settings.app.headlineAdvanced": "Avançat", 259 "settings.app.headlineAdvanced": "Avançat",
260 "settings.app.headlineAppearance": "Aparença", 260 "settings.app.headlineAppearance": "Aparença",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Compte", 285 "settings.navigation.account": "Compte",
286 "settings.navigation.availableServices": "Serveis disponibles", 286 "settings.navigation.availableServices": "Serveis disponibles",
287 "settings.navigation.logout": "Sortir", 287 "settings.navigation.logout": "Sortir",
288 "settings.navigation.settings": "Configuració",
289 "settings.navigation.supportFerdi": "Sobre Ferdi", 288 "settings.navigation.supportFerdi": "Sobre Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Els vostres serveis", 290 "settings.navigation.yourServices": "Els vostres serveis",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Desactivar notificacions i àudio", 417 "sidebar.muteApp": "Desactivar notificacions i àudio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Obrir el calaix d'espais de treball", 419 "sidebar.openWorkspaceDrawer": "Obrir el calaix d'espais de treball",
421 "sidebar.settings": "Configuració",
422 "sidebar.unmuteApp": "Activar notificacions i àudio", 420 "sidebar.unmuteApp": "Activar notificacions i àudio",
423 "signup.email.label": "Correu electrònic", 421 "signup.email.label": "Correu electrònic",
424 "signup.emailDuplicate": "Ja existeix un usuari amb aquesta adreça de correu electrònic", 422 "signup.emailDuplicate": "Ja existeix un usuari amb aquesta adreça de correu electrònic",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Desactiva les notificacions", 436 "tabs.item.disableNotifications": "Desactiva les notificacions",
439 "tabs.item.disableService": "Desactiva el servei", 437 "tabs.item.disableService": "Desactiva el servei",
440 "tabs.item.edit": "Edita",
441 "tabs.item.enableAudio": "Activa l'àudio", 438 "tabs.item.enableAudio": "Activa l'àudio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Activa les notificacions", 440 "tabs.item.enableNotification": "Activa les notificacions",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 81c2605da..1a82d3016 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám", 27 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám",
28 "global.cancel": "Zrušit", 28 "global.cancel": "Zrušit",
29 "global.edit": "Upravit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.", 31 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Nastavení",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Automaticky rozpoznat jazyk", 38 "global.spellchecking.autodetect": "Automaticky rozpoznat jazyk",
37 "global.spellchecking.autodetect.short": "Automaticky", 39 "global.spellchecking.autodetect.short": "Automaticky",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Zkontrolovat aktualizace", 88 "menu.app.checkForUpdates": "Zkontrolovat aktualizace",
87 "menu.app.hide": "Skrýt", 89 "menu.app.hide": "Skrýt",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Nastavení",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Upravit", 92 "menu.edit": "Upravit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Nastavení",
259 "settings.app.headlineAdvanced": "Pokročilé", 259 "settings.app.headlineAdvanced": "Pokročilé",
260 "settings.app.headlineAppearance": "Vzhled", 260 "settings.app.headlineAppearance": "Vzhled",
261 "settings.app.headlineGeneral": "Obecné", 261 "settings.app.headlineGeneral": "Obecné",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Účet", 285 "settings.navigation.account": "Účet",
286 "settings.navigation.availableServices": "Dostupné služby", 286 "settings.navigation.availableServices": "Dostupné služby",
287 "settings.navigation.logout": "Odhlásit", 287 "settings.navigation.logout": "Odhlásit",
288 "settings.navigation.settings": "Nastavení",
289 "settings.navigation.supportFerdi": "O aplikaci", 288 "settings.navigation.supportFerdi": "O aplikaci",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Vaše služby", 290 "settings.navigation.yourServices": "Vaše služby",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Vypnout upozornění a zvuky", 417 "sidebar.muteApp": "Vypnout upozornění a zvuky",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Nastavení",
422 "sidebar.unmuteApp": "Zapnout upozornění a zvuky", 420 "sidebar.unmuteApp": "Zapnout upozornění a zvuky",
423 "signup.email.label": "E-mailová adresa", 421 "signup.email.label": "E-mailová adresa",
424 "signup.emailDuplicate": "Uživatel s touto emailovou adresou již existuje", 422 "signup.emailDuplicate": "Uživatel s touto emailovou adresou již existuje",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Zakázat upozornění", 436 "tabs.item.disableNotifications": "Zakázat upozornění",
439 "tabs.item.disableService": "Zakázat službu", 437 "tabs.item.disableService": "Zakázat službu",
440 "tabs.item.edit": "Upravit",
441 "tabs.item.enableAudio": "Zapnout zvuk", 438 "tabs.item.enableAudio": "Zapnout zvuk",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Povolit upozornění", 440 "tabs.item.enableNotification": "Povolit upozornění",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 11b3c7a45..992991c4b 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Hurtigskift", 26 "feature.quickSwitch.title": "Hurtigskift",
27 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester", 27 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester",
28 "global.cancel": "Annuller", 28 "global.cancel": "Annuller",
29 "global.edit": "Rediger",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.", 31 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Indstillinger",
35 "global.spellchecker.useDefault": "Benyt systemstandard ({default})", 37 "global.spellchecker.useDefault": "Benyt systemstandard ({default})",
36 "global.spellchecking.autodetect": "Vælg sprog automatisk", 38 "global.spellchecking.autodetect": "Vælg sprog automatisk",
37 "global.spellchecking.autodetect.short": "Automatisk", 39 "global.spellchecking.autodetect.short": "Automatisk",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Søg efter opdateringer", 88 "menu.app.checkForUpdates": "Søg efter opdateringer",
87 "menu.app.hide": "Skjul", 89 "menu.app.hide": "Skjul",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Indstillinger",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Rediger", 92 "menu.edit": "Rediger",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdi op", 256 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdi op",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Indstillinger",
259 "settings.app.headlineAdvanced": "Avanceret", 259 "settings.app.headlineAdvanced": "Avanceret",
260 "settings.app.headlineAppearance": "Udseende", 260 "settings.app.headlineAppearance": "Udseende",
261 "settings.app.headlineGeneral": "Generelt", 261 "settings.app.headlineGeneral": "Generelt",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Konto", 285 "settings.navigation.account": "Konto",
286 "settings.navigation.availableServices": "Tilgængelige tjenester", 286 "settings.navigation.availableServices": "Tilgængelige tjenester",
287 "settings.navigation.logout": "Log ud", 287 "settings.navigation.logout": "Log ud",
288 "settings.navigation.settings": "Indstillinger",
289 "settings.navigation.supportFerdi": "Om Ferdi", 288 "settings.navigation.supportFerdi": "Om Ferdi",
290 "settings.navigation.team": "Administrer Team", 289 "settings.navigation.team": "Administrer Team",
291 "settings.navigation.yourServices": "Dine tjenester", 290 "settings.navigation.yourServices": "Dine tjenester",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Deaktiver notifikationer og lyd", 417 "sidebar.muteApp": "Deaktiver notifikationer og lyd",
419 "sidebar.openTodosDrawer": "Åbn Ferdi Todos", 418 "sidebar.openTodosDrawer": "Åbn Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Åbn arbejdsrumspanel", 419 "sidebar.openWorkspaceDrawer": "Åbn arbejdsrumspanel",
421 "sidebar.settings": "Indstillinger",
422 "sidebar.unmuteApp": "Aktiver notifikationer og lyd", 420 "sidebar.unmuteApp": "Aktiver notifikationer og lyd",
423 "signup.email.label": "Mailadresse", 421 "signup.email.label": "Mailadresse",
424 "signup.emailDuplicate": "Der findes allerede en bruger med den mailadresse", 422 "signup.emailDuplicate": "Der findes allerede en bruger med den mailadresse",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Deaktiver notifikationer", 436 "tabs.item.disableNotifications": "Deaktiver notifikationer",
439 "tabs.item.disableService": "Deaktiver tjeneste", 437 "tabs.item.disableService": "Deaktiver tjeneste",
440 "tabs.item.edit": "Rediger",
441 "tabs.item.enableAudio": "Aktiver lyd", 438 "tabs.item.enableAudio": "Aktiver lyd",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Aktiver notifikationer", 440 "tabs.item.enableNotification": "Aktiver notifikationer",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 9226527b5..1deee8e54 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Schnellauswahl", 26 "feature.quickSwitch.title": "Schnellauswahl",
27 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen", 27 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen",
28 "global.cancel": "Abbrechen", 28 "global.cancel": "Abbrechen",
29 "global.edit": "Bearbeiten",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.", 31 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Einstellungen",
35 "global.spellchecker.useDefault": "Standard benutzen ({default})", 37 "global.spellchecker.useDefault": "Standard benutzen ({default})",
36 "global.spellchecking.autodetect": "Sprache automatisch erkennen", 38 "global.spellchecking.autodetect": "Sprache automatisch erkennen",
37 "global.spellchecking.autodetect.short": "Automatisch", 39 "global.spellchecking.autodetect.short": "Automatisch",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Nach Updates suchen", 88 "menu.app.checkForUpdates": "Nach Updates suchen",
87 "menu.app.hide": "Ausblenden", 89 "menu.app.hide": "Ausblenden",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Einstellungen",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Bearbeiten", 92 "menu.edit": "Bearbeiten",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdi erlauben", 256 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdi erlauben",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Einstellungen",
259 "settings.app.headlineAdvanced": "Erweitert", 259 "settings.app.headlineAdvanced": "Erweitert",
260 "settings.app.headlineAppearance": "Darstellung", 260 "settings.app.headlineAppearance": "Darstellung",
261 "settings.app.headlineGeneral": "Allgemeines", 261 "settings.app.headlineGeneral": "Allgemeines",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Konto", 285 "settings.navigation.account": "Konto",
286 "settings.navigation.availableServices": "Verfügbare Dienste", 286 "settings.navigation.availableServices": "Verfügbare Dienste",
287 "settings.navigation.logout": "Abmelden", 287 "settings.navigation.logout": "Abmelden",
288 "settings.navigation.settings": "Einstellungen",
289 "settings.navigation.supportFerdi": "Über Ferdi", 288 "settings.navigation.supportFerdi": "Über Ferdi",
290 "settings.navigation.team": "Team verwalten", 289 "settings.navigation.team": "Team verwalten",
291 "settings.navigation.yourServices": "Deine Dienste", 290 "settings.navigation.yourServices": "Deine Dienste",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren", 417 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren",
419 "sidebar.openTodosDrawer": "Ferdi Todos öffnen", 418 "sidebar.openTodosDrawer": "Ferdi Todos öffnen",
420 "sidebar.openWorkspaceDrawer": "Workspaces schließen", 419 "sidebar.openWorkspaceDrawer": "Workspaces schließen",
421 "sidebar.settings": "Einstellungen",
422 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren", 420 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren",
423 "signup.email.label": "E-Mail-Adresse", 421 "signup.email.label": "E-Mail-Adresse",
424 "signup.emailDuplicate": "Es existiert bereits ein Benutzer mit dieser E-Mail Adresse.", 422 "signup.emailDuplicate": "Es existiert bereits ein Benutzer mit dieser E-Mail Adresse.",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Benachrichtigungen deaktivieren", 436 "tabs.item.disableNotifications": "Benachrichtigungen deaktivieren",
439 "tabs.item.disableService": "Dienst deaktivieren", 437 "tabs.item.disableService": "Dienst deaktivieren",
440 "tabs.item.edit": "Bearbeiten",
441 "tabs.item.enableAudio": "Audio aktivieren", 438 "tabs.item.enableAudio": "Audio aktivieren",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Benachrichtigungen aktivieren", 440 "tabs.item.enableNotification": "Benachrichtigungen aktivieren",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0ad4517bd..7624168ba 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1063,120 +1063,107 @@
1063 { 1063 {
1064 "descriptors": [ 1064 "descriptors": [
1065 { 1065 {
1066 "defaultMessage": "!!!Settings",
1067 "end": {
1068 "column": 3,
1069 "line": 20
1070 },
1071 "file": "src/components/layout/Sidebar.js",
1072 "id": "sidebar.settings",
1073 "start": {
1074 "column": 12,
1075 "line": 17
1076 }
1077 },
1078 {
1079 "defaultMessage": "!!!Add new service", 1066 "defaultMessage": "!!!Add new service",
1080 "end": { 1067 "end": {
1081 "column": 3, 1068 "column": 3,
1082 "line": 24 1069 "line": 21
1083 }, 1070 },
1084 "file": "src/components/layout/Sidebar.js", 1071 "file": "src/components/layout/Sidebar.js",
1085 "id": "sidebar.addNewService", 1072 "id": "sidebar.addNewService",
1086 "start": { 1073 "start": {
1087 "column": 17, 1074 "column": 17,
1088 "line": 21 1075 "line": 18
1089 } 1076 }
1090 }, 1077 },
1091 { 1078 {
1092 "defaultMessage": "!!!Disable notifications & audio", 1079 "defaultMessage": "!!!Disable notifications & audio",
1093 "end": { 1080 "end": {
1094 "column": 3, 1081 "column": 3,
1095 "line": 28 1082 "line": 25
1096 }, 1083 },
1097 "file": "src/components/layout/Sidebar.js", 1084 "file": "src/components/layout/Sidebar.js",
1098 "id": "sidebar.muteApp", 1085 "id": "sidebar.muteApp",
1099 "start": { 1086 "start": {
1100 "column": 8, 1087 "column": 8,
1101 "line": 25 1088 "line": 22
1102 } 1089 }
1103 }, 1090 },
1104 { 1091 {
1105 "defaultMessage": "!!!Enable notifications & audio", 1092 "defaultMessage": "!!!Enable notifications & audio",
1106 "end": { 1093 "end": {
1107 "column": 3, 1094 "column": 3,
1108 "line": 32 1095 "line": 29
1109 }, 1096 },
1110 "file": "src/components/layout/Sidebar.js", 1097 "file": "src/components/layout/Sidebar.js",
1111 "id": "sidebar.unmuteApp", 1098 "id": "sidebar.unmuteApp",
1112 "start": { 1099 "start": {
1113 "column": 10, 1100 "column": 10,
1114 "line": 29 1101 "line": 26
1115 } 1102 }
1116 }, 1103 },
1117 { 1104 {
1118 "defaultMessage": "!!!Open workspace drawer", 1105 "defaultMessage": "!!!Open workspace drawer",
1119 "end": { 1106 "end": {
1120 "column": 3, 1107 "column": 3,
1121 "line": 36 1108 "line": 33
1122 }, 1109 },
1123 "file": "src/components/layout/Sidebar.js", 1110 "file": "src/components/layout/Sidebar.js",
1124 "id": "sidebar.openWorkspaceDrawer", 1111 "id": "sidebar.openWorkspaceDrawer",
1125 "start": { 1112 "start": {
1126 "column": 23, 1113 "column": 23,
1127 "line": 33 1114 "line": 30
1128 } 1115 }
1129 }, 1116 },
1130 { 1117 {
1131 "defaultMessage": "!!!Close workspace drawer", 1118 "defaultMessage": "!!!Close workspace drawer",
1132 "end": { 1119 "end": {
1133 "column": 3, 1120 "column": 3,
1134 "line": 40 1121 "line": 37
1135 }, 1122 },
1136 "file": "src/components/layout/Sidebar.js", 1123 "file": "src/components/layout/Sidebar.js",
1137 "id": "sidebar.closeWorkspaceDrawer", 1124 "id": "sidebar.closeWorkspaceDrawer",
1138 "start": { 1125 "start": {
1139 "column": 24, 1126 "column": 24,
1140 "line": 37 1127 "line": 34
1141 } 1128 }
1142 }, 1129 },
1143 { 1130 {
1144 "defaultMessage": "!!!Open Ferdi Todos", 1131 "defaultMessage": "!!!Open Ferdi Todos",
1145 "end": { 1132 "end": {
1146 "column": 3, 1133 "column": 3,
1147 "line": 44 1134 "line": 41
1148 }, 1135 },
1149 "file": "src/components/layout/Sidebar.js", 1136 "file": "src/components/layout/Sidebar.js",
1150 "id": "sidebar.openTodosDrawer", 1137 "id": "sidebar.openTodosDrawer",
1151 "start": { 1138 "start": {
1152 "column": 19, 1139 "column": 19,
1153 "line": 41 1140 "line": 38
1154 } 1141 }
1155 }, 1142 },
1156 { 1143 {
1157 "defaultMessage": "!!!Close Ferdi Todos", 1144 "defaultMessage": "!!!Close Ferdi Todos",
1158 "end": { 1145 "end": {
1159 "column": 3, 1146 "column": 3,
1160 "line": 48 1147 "line": 45
1161 }, 1148 },
1162 "file": "src/components/layout/Sidebar.js", 1149 "file": "src/components/layout/Sidebar.js",
1163 "id": "sidebar.closeTodosDrawer", 1150 "id": "sidebar.closeTodosDrawer",
1164 "start": { 1151 "start": {
1165 "column": 20, 1152 "column": 20,
1166 "line": 45 1153 "line": 42
1167 } 1154 }
1168 }, 1155 },
1169 { 1156 {
1170 "defaultMessage": "!!!Lock Ferdi", 1157 "defaultMessage": "!!!Lock Ferdi",
1171 "end": { 1158 "end": {
1172 "column": 3, 1159 "column": 3,
1173 "line": 52 1160 "line": 49
1174 }, 1161 },
1175 "file": "src/components/layout/Sidebar.js", 1162 "file": "src/components/layout/Sidebar.js",
1176 "id": "sidebar.lockFerdi", 1163 "id": "sidebar.lockFerdi",
1177 "start": { 1164 "start": {
1178 "column": 13, 1165 "column": 13,
1179 "line": 49 1166 "line": 46
1180 } 1167 }
1181 } 1168 }
1182 ], 1169 ],
@@ -1680,172 +1667,159 @@
1680 } 1667 }
1681 }, 1668 },
1682 { 1669 {
1683 "defaultMessage": "!!!Edit",
1684 "end": {
1685 "column": 3,
1686 "line": 28
1687 },
1688 "file": "src/components/services/tabs/TabItem.js",
1689 "id": "tabs.item.edit",
1690 "start": {
1691 "column": 8,
1692 "line": 25
1693 }
1694 },
1695 {
1696 "defaultMessage": "!!!Disable notifications", 1670 "defaultMessage": "!!!Disable notifications",
1697 "end": { 1671 "end": {
1698 "column": 3, 1672 "column": 3,
1699 "line": 32 1673 "line": 28
1700 }, 1674 },
1701 "file": "src/components/services/tabs/TabItem.js", 1675 "file": "src/components/services/tabs/TabItem.js",
1702 "id": "tabs.item.disableNotifications", 1676 "id": "tabs.item.disableNotifications",
1703 "start": { 1677 "start": {
1704 "column": 24, 1678 "column": 24,
1705 "line": 29 1679 "line": 25
1706 } 1680 }
1707 }, 1681 },
1708 { 1682 {
1709 "defaultMessage": "!!!Enable notifications", 1683 "defaultMessage": "!!!Enable notifications",
1710 "end": { 1684 "end": {
1711 "column": 3, 1685 "column": 3,
1712 "line": 36 1686 "line": 32
1713 }, 1687 },
1714 "file": "src/components/services/tabs/TabItem.js", 1688 "file": "src/components/services/tabs/TabItem.js",
1715 "id": "tabs.item.enableNotification", 1689 "id": "tabs.item.enableNotification",
1716 "start": { 1690 "start": {
1717 "column": 23, 1691 "column": 23,
1718 "line": 33 1692 "line": 29
1719 } 1693 }
1720 }, 1694 },
1721 { 1695 {
1722 "defaultMessage": "!!!Disable audio", 1696 "defaultMessage": "!!!Disable audio",
1723 "end": { 1697 "end": {
1724 "column": 3, 1698 "column": 3,
1725 "line": 40 1699 "line": 36
1726 }, 1700 },
1727 "file": "src/components/services/tabs/TabItem.js", 1701 "file": "src/components/services/tabs/TabItem.js",
1728 "id": "tabs.item.disableAudio", 1702 "id": "tabs.item.disableAudio",
1729 "start": { 1703 "start": {
1730 "column": 16, 1704 "column": 16,
1731 "line": 37 1705 "line": 33
1732 } 1706 }
1733 }, 1707 },
1734 { 1708 {
1735 "defaultMessage": "!!!Enable audio", 1709 "defaultMessage": "!!!Enable audio",
1736 "end": { 1710 "end": {
1737 "column": 3, 1711 "column": 3,
1738 "line": 44 1712 "line": 40
1739 }, 1713 },
1740 "file": "src/components/services/tabs/TabItem.js", 1714 "file": "src/components/services/tabs/TabItem.js",
1741 "id": "tabs.item.enableAudio", 1715 "id": "tabs.item.enableAudio",
1742 "start": { 1716 "start": {
1743 "column": 15, 1717 "column": 15,
1744 "line": 41 1718 "line": 37
1745 } 1719 }
1746 }, 1720 },
1747 { 1721 {
1748 "defaultMessage": "!!!Enable Dark mode", 1722 "defaultMessage": "!!!Enable Dark mode",
1749 "end": { 1723 "end": {
1750 "column": 3, 1724 "column": 3,
1751 "line": 48 1725 "line": 44
1752 }, 1726 },
1753 "file": "src/components/services/tabs/TabItem.js", 1727 "file": "src/components/services/tabs/TabItem.js",
1754 "id": "tabs.item.enableDarkMode", 1728 "id": "tabs.item.enableDarkMode",
1755 "start": { 1729 "start": {
1756 "column": 18, 1730 "column": 18,
1757 "line": 45 1731 "line": 41
1758 } 1732 }
1759 }, 1733 },
1760 { 1734 {
1761 "defaultMessage": "!!!Disable Dark mode", 1735 "defaultMessage": "!!!Disable Dark mode",
1762 "end": { 1736 "end": {
1763 "column": 3, 1737 "column": 3,
1764 "line": 52 1738 "line": 48
1765 }, 1739 },
1766 "file": "src/components/services/tabs/TabItem.js", 1740 "file": "src/components/services/tabs/TabItem.js",
1767 "id": "tabs.item.disableDarkMode", 1741 "id": "tabs.item.disableDarkMode",
1768 "start": { 1742 "start": {
1769 "column": 19, 1743 "column": 19,
1770 "line": 49 1744 "line": 45
1771 } 1745 }
1772 }, 1746 },
1773 { 1747 {
1774 "defaultMessage": "!!!Disable Service", 1748 "defaultMessage": "!!!Disable Service",
1775 "end": { 1749 "end": {
1776 "column": 3, 1750 "column": 3,
1777 "line": 56 1751 "line": 52
1778 }, 1752 },
1779 "file": "src/components/services/tabs/TabItem.js", 1753 "file": "src/components/services/tabs/TabItem.js",
1780 "id": "tabs.item.disableService", 1754 "id": "tabs.item.disableService",
1781 "start": { 1755 "start": {
1782 "column": 18, 1756 "column": 18,
1783 "line": 53 1757 "line": 49
1784 } 1758 }
1785 }, 1759 },
1786 { 1760 {
1787 "defaultMessage": "!!!Enable Service", 1761 "defaultMessage": "!!!Enable Service",
1788 "end": { 1762 "end": {
1789 "column": 3, 1763 "column": 3,
1790 "line": 60 1764 "line": 56
1791 }, 1765 },
1792 "file": "src/components/services/tabs/TabItem.js", 1766 "file": "src/components/services/tabs/TabItem.js",
1793 "id": "tabs.item.enableService", 1767 "id": "tabs.item.enableService",
1794 "start": { 1768 "start": {
1795 "column": 17, 1769 "column": 17,
1796 "line": 57 1770 "line": 53
1797 } 1771 }
1798 }, 1772 },
1799 { 1773 {
1800 "defaultMessage": "!!!Hibernate Service", 1774 "defaultMessage": "!!!Hibernate Service",
1801 "end": { 1775 "end": {
1802 "column": 3, 1776 "column": 3,
1803 "line": 64 1777 "line": 60
1804 }, 1778 },
1805 "file": "src/components/services/tabs/TabItem.js", 1779 "file": "src/components/services/tabs/TabItem.js",
1806 "id": "tabs.item.hibernateService", 1780 "id": "tabs.item.hibernateService",
1807 "start": { 1781 "start": {
1808 "column": 20, 1782 "column": 20,
1809 "line": 61 1783 "line": 57
1810 } 1784 }
1811 }, 1785 },
1812 { 1786 {
1813 "defaultMessage": "!!!Wake Up Service", 1787 "defaultMessage": "!!!Wake Up Service",
1814 "end": { 1788 "end": {
1815 "column": 3, 1789 "column": 3,
1816 "line": 68 1790 "line": 64
1817 }, 1791 },
1818 "file": "src/components/services/tabs/TabItem.js", 1792 "file": "src/components/services/tabs/TabItem.js",
1819 "id": "tabs.item.wakeUpService", 1793 "id": "tabs.item.wakeUpService",
1820 "start": { 1794 "start": {
1821 "column": 17, 1795 "column": 17,
1822 "line": 65 1796 "line": 61
1823 } 1797 }
1824 }, 1798 },
1825 { 1799 {
1826 "defaultMessage": "!!!Delete Service", 1800 "defaultMessage": "!!!Delete Service",
1827 "end": { 1801 "end": {
1828 "column": 3, 1802 "column": 3,
1829 "line": 72 1803 "line": 68
1830 }, 1804 },
1831 "file": "src/components/services/tabs/TabItem.js", 1805 "file": "src/components/services/tabs/TabItem.js",
1832 "id": "tabs.item.deleteService", 1806 "id": "tabs.item.deleteService",
1833 "start": { 1807 "start": {
1834 "column": 17, 1808 "column": 17,
1835 "line": 69 1809 "line": 65
1836 } 1810 }
1837 }, 1811 },
1838 { 1812 {
1839 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 1813 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
1840 "end": { 1814 "end": {
1841 "column": 3, 1815 "column": 3,
1842 "line": 77 1816 "line": 73
1843 }, 1817 },
1844 "file": "src/components/services/tabs/TabItem.js", 1818 "file": "src/components/services/tabs/TabItem.js",
1845 "id": "tabs.item.confirmDeleteService", 1819 "id": "tabs.item.confirmDeleteService",
1846 "start": { 1820 "start": {
1847 "column": 24, 1821 "column": 24,
1848 "line": 73 1822 "line": 69
1849 } 1823 }
1850 } 1824 }
1851 ], 1825 ],
@@ -2018,104 +1992,91 @@
2018 "defaultMessage": "!!!Available services", 1992 "defaultMessage": "!!!Available services",
2019 "end": { 1993 "end": {
2020 "column": 3, 1994 "column": 3,
2021 "line": 18 1995 "line": 19
2022 }, 1996 },
2023 "file": "src/components/settings/navigation/SettingsNavigation.js", 1997 "file": "src/components/settings/navigation/SettingsNavigation.js",
2024 "id": "settings.navigation.availableServices", 1998 "id": "settings.navigation.availableServices",
2025 "start": { 1999 "start": {
2026 "column": 21, 2000 "column": 21,
2027 "line": 15 2001 "line": 16
2028 } 2002 }
2029 }, 2003 },
2030 { 2004 {
2031 "defaultMessage": "!!!Your services", 2005 "defaultMessage": "!!!Your services",
2032 "end": { 2006 "end": {
2033 "column": 3, 2007 "column": 3,
2034 "line": 22 2008 "line": 23
2035 }, 2009 },
2036 "file": "src/components/settings/navigation/SettingsNavigation.js", 2010 "file": "src/components/settings/navigation/SettingsNavigation.js",
2037 "id": "settings.navigation.yourServices", 2011 "id": "settings.navigation.yourServices",
2038 "start": { 2012 "start": {
2039 "column": 16, 2013 "column": 16,
2040 "line": 19 2014 "line": 20
2041 } 2015 }
2042 }, 2016 },
2043 { 2017 {
2044 "defaultMessage": "!!!Your workspaces", 2018 "defaultMessage": "!!!Your workspaces",
2045 "end": { 2019 "end": {
2046 "column": 3, 2020 "column": 3,
2047 "line": 26 2021 "line": 27
2048 }, 2022 },
2049 "file": "src/components/settings/navigation/SettingsNavigation.js", 2023 "file": "src/components/settings/navigation/SettingsNavigation.js",
2050 "id": "settings.navigation.yourWorkspaces", 2024 "id": "settings.navigation.yourWorkspaces",
2051 "start": { 2025 "start": {
2052 "column": 18, 2026 "column": 18,
2053 "line": 23 2027 "line": 24
2054 } 2028 }
2055 }, 2029 },
2056 { 2030 {
2057 "defaultMessage": "!!!Account", 2031 "defaultMessage": "!!!Account",
2058 "end": { 2032 "end": {
2059 "column": 3, 2033 "column": 3,
2060 "line": 30 2034 "line": 31
2061 }, 2035 },
2062 "file": "src/components/settings/navigation/SettingsNavigation.js", 2036 "file": "src/components/settings/navigation/SettingsNavigation.js",
2063 "id": "settings.navigation.account", 2037 "id": "settings.navigation.account",
2064 "start": { 2038 "start": {
2065 "column": 11, 2039 "column": 11,
2066 "line": 27 2040 "line": 28
2067 } 2041 }
2068 }, 2042 },
2069 { 2043 {
2070 "defaultMessage": "!!!Manage Team", 2044 "defaultMessage": "!!!Manage Team",
2071 "end": { 2045 "end": {
2072 "column": 3, 2046 "column": 3,
2073 "line": 34 2047 "line": 35
2074 }, 2048 },
2075 "file": "src/components/settings/navigation/SettingsNavigation.js", 2049 "file": "src/components/settings/navigation/SettingsNavigation.js",
2076 "id": "settings.navigation.team", 2050 "id": "settings.navigation.team",
2077 "start": { 2051 "start": {
2078 "column": 8, 2052 "column": 8,
2079 "line": 31 2053 "line": 32
2080 }
2081 },
2082 {
2083 "defaultMessage": "!!!Settings",
2084 "end": {
2085 "column": 3,
2086 "line": 38
2087 },
2088 "file": "src/components/settings/navigation/SettingsNavigation.js",
2089 "id": "settings.navigation.settings",
2090 "start": {
2091 "column": 12,
2092 "line": 35
2093 } 2054 }
2094 }, 2055 },
2095 { 2056 {
2096 "defaultMessage": "!!!About Ferdi", 2057 "defaultMessage": "!!!About Ferdi",
2097 "end": { 2058 "end": {
2098 "column": 3, 2059 "column": 3,
2099 "line": 42 2060 "line": 39
2100 }, 2061 },
2101 "file": "src/components/settings/navigation/SettingsNavigation.js", 2062 "file": "src/components/settings/navigation/SettingsNavigation.js",
2102 "id": "settings.navigation.supportFerdi", 2063 "id": "settings.navigation.supportFerdi",
2103 "start": { 2064 "start": {
2104 "column": 16, 2065 "column": 16,
2105 "line": 39 2066 "line": 36
2106 } 2067 }
2107 }, 2068 },
2108 { 2069 {
2109 "defaultMessage": "!!!Logout", 2070 "defaultMessage": "!!!Logout",
2110 "end": { 2071 "end": {
2111 "column": 3, 2072 "column": 3,
2112 "line": 46 2073 "line": 43
2113 }, 2074 },
2114 "file": "src/components/settings/navigation/SettingsNavigation.js", 2075 "file": "src/components/settings/navigation/SettingsNavigation.js",
2115 "id": "settings.navigation.logout", 2076 "id": "settings.navigation.logout",
2116 "start": { 2077 "start": {
2117 "column": 10, 2078 "column": 10,
2118 "line": 43 2079 "line": 40
2119 } 2080 }
2120 } 2081 }
2121 ], 2082 ],
@@ -2864,458 +2825,445 @@
2864 { 2825 {
2865 "descriptors": [ 2826 "descriptors": [
2866 { 2827 {
2867 "defaultMessage": "!!!Settings",
2868 "end": {
2869 "column": 3,
2870 "line": 24
2871 },
2872 "file": "src/components/settings/settings/EditSettingsForm.js",
2873 "id": "settings.app.headline",
2874 "start": {
2875 "column": 12,
2876 "line": 21
2877 }
2878 },
2879 {
2880 "defaultMessage": "!!!General", 2828 "defaultMessage": "!!!General",
2881 "end": { 2829 "end": {
2882 "column": 3, 2830 "column": 3,
2883 "line": 28 2831 "line": 24
2884 }, 2832 },
2885 "file": "src/components/settings/settings/EditSettingsForm.js", 2833 "file": "src/components/settings/settings/EditSettingsForm.js",
2886 "id": "settings.app.headlineGeneral", 2834 "id": "settings.app.headlineGeneral",
2887 "start": { 2835 "start": {
2888 "column": 19, 2836 "column": 19,
2889 "line": 25 2837 "line": 21
2890 } 2838 }
2891 }, 2839 },
2892 { 2840 {
2893 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 2841 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!",
2894 "end": { 2842 "end": {
2895 "column": 3, 2843 "column": 3,
2896 "line": 32 2844 "line": 28
2897 }, 2845 },
2898 "file": "src/components/settings/settings/EditSettingsForm.js", 2846 "file": "src/components/settings/settings/EditSettingsForm.js",
2899 "id": "settings.app.sentryInfo", 2847 "id": "settings.app.sentryInfo",
2900 "start": { 2848 "start": {
2901 "column": 14, 2849 "column": 14,
2902 "line": 29 2850 "line": 25
2903 } 2851 }
2904 }, 2852 },
2905 { 2853 {
2906 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", 2854 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
2907 "end": { 2855 "end": {
2908 "column": 3, 2856 "column": 3,
2909 "line": 36 2857 "line": 32
2910 }, 2858 },
2911 "file": "src/components/settings/settings/EditSettingsForm.js", 2859 "file": "src/components/settings/settings/EditSettingsForm.js",
2912 "id": "settings.app.hibernateInfo", 2860 "id": "settings.app.hibernateInfo",
2913 "start": { 2861 "start": {
2914 "column": 17, 2862 "column": 17,
2915 "line": 33 2863 "line": 29
2916 } 2864 }
2917 }, 2865 },
2918 { 2866 {
2919 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 2867 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
2920 "end": { 2868 "end": {
2921 "column": 3, 2869 "column": 3,
2922 "line": 40 2870 "line": 36
2923 }, 2871 },
2924 "file": "src/components/settings/settings/EditSettingsForm.js", 2872 "file": "src/components/settings/settings/EditSettingsForm.js",
2925 "id": "settings.app.inactivityLockInfo", 2873 "id": "settings.app.inactivityLockInfo",
2926 "start": { 2874 "start": {
2927 "column": 22, 2875 "column": 22,
2928 "line": 37 2876 "line": 33
2929 } 2877 }
2930 }, 2878 },
2931 { 2879 {
2932 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 2880 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
2933 "end": { 2881 "end": {
2934 "column": 3, 2882 "column": 3,
2935 "line": 44 2883 "line": 40
2936 }, 2884 },
2937 "file": "src/components/settings/settings/EditSettingsForm.js", 2885 "file": "src/components/settings/settings/EditSettingsForm.js",
2938 "id": "settings.app.todoServerInfo", 2886 "id": "settings.app.todoServerInfo",
2939 "start": { 2887 "start": {
2940 "column": 18, 2888 "column": 18,
2941 "line": 41 2889 "line": 37
2942 } 2890 }
2943 }, 2891 },
2944 { 2892 {
2945 "defaultMessage": "!!!Password", 2893 "defaultMessage": "!!!Password",
2946 "end": { 2894 "end": {
2947 "column": 3, 2895 "column": 3,
2948 "line": 48 2896 "line": 44
2949 }, 2897 },
2950 "file": "src/components/settings/settings/EditSettingsForm.js", 2898 "file": "src/components/settings/settings/EditSettingsForm.js",
2951 "id": "settings.app.lockedPassword", 2899 "id": "settings.app.lockedPassword",
2952 "start": { 2900 "start": {
2953 "column": 18, 2901 "column": 18,
2954 "line": 45 2902 "line": 41
2955 } 2903 }
2956 }, 2904 },
2957 { 2905 {
2958 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 2906 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
2959 "end": { 2907 "end": {
2960 "column": 3, 2908 "column": 3,
2961 "line": 52 2909 "line": 48
2962 }, 2910 },
2963 "file": "src/components/settings/settings/EditSettingsForm.js", 2911 "file": "src/components/settings/settings/EditSettingsForm.js",
2964 "id": "settings.app.lockedPasswordInfo", 2912 "id": "settings.app.lockedPasswordInfo",
2965 "start": { 2913 "start": {
2966 "column": 22, 2914 "column": 22,
2967 "line": 49 2915 "line": 45
2968 } 2916 }
2969 }, 2917 },
2970 { 2918 {
2971 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.", 2919 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
2972 "end": { 2920 "end": {
2973 "column": 3, 2921 "column": 3,
2974 "line": 56 2922 "line": 52
2975 }, 2923 },
2976 "file": "src/components/settings/settings/EditSettingsForm.js", 2924 "file": "src/components/settings/settings/EditSettingsForm.js",
2977 "id": "settings.app.lockInfo", 2925 "id": "settings.app.lockInfo",
2978 "start": { 2926 "start": {
2979 "column": 12, 2927 "column": 12,
2980 "line": 53 2928 "line": 49
2981 } 2929 }
2982 }, 2930 },
2983 { 2931 {
2984 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 2932 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
2985 "end": { 2933 "end": {
2986 "column": 3, 2934 "column": 3,
2987 "line": 60 2935 "line": 56
2988 }, 2936 },
2989 "file": "src/components/settings/settings/EditSettingsForm.js", 2937 "file": "src/components/settings/settings/EditSettingsForm.js",
2990 "id": "settings.app.scheduledDNDTimeInfo", 2938 "id": "settings.app.scheduledDNDTimeInfo",
2991 "start": { 2939 "start": {
2992 "column": 24, 2940 "column": 24,
2993 "line": 57 2941 "line": 53
2994 } 2942 }
2995 }, 2943 },
2996 { 2944 {
2997 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 2945 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
2998 "end": { 2946 "end": {
2999 "column": 3, 2947 "column": 3,
3000 "line": 64 2948 "line": 60
3001 }, 2949 },
3002 "file": "src/components/settings/settings/EditSettingsForm.js", 2950 "file": "src/components/settings/settings/EditSettingsForm.js",
3003 "id": "settings.app.scheduledDNDInfo", 2951 "id": "settings.app.scheduledDNDInfo",
3004 "start": { 2952 "start": {
3005 "column": 20, 2953 "column": 20,
3006 "line": 61 2954 "line": 57
3007 } 2955 }
3008 }, 2956 },
3009 { 2957 {
3010 "defaultMessage": "!!!Language", 2958 "defaultMessage": "!!!Language",
3011 "end": { 2959 "end": {
3012 "column": 3, 2960 "column": 3,
3013 "line": 68 2961 "line": 64
3014 }, 2962 },
3015 "file": "src/components/settings/settings/EditSettingsForm.js", 2963 "file": "src/components/settings/settings/EditSettingsForm.js",
3016 "id": "settings.app.headlineLanguage", 2964 "id": "settings.app.headlineLanguage",
3017 "start": { 2965 "start": {
3018 "column": 20, 2966 "column": 20,
3019 "line": 65 2967 "line": 61
3020 } 2968 }
3021 }, 2969 },
3022 { 2970 {
3023 "defaultMessage": "!!!Updates", 2971 "defaultMessage": "!!!Updates",
3024 "end": { 2972 "end": {
3025 "column": 3, 2973 "column": 3,
3026 "line": 72 2974 "line": 68
3027 }, 2975 },
3028 "file": "src/components/settings/settings/EditSettingsForm.js", 2976 "file": "src/components/settings/settings/EditSettingsForm.js",
3029 "id": "settings.app.headlineUpdates", 2977 "id": "settings.app.headlineUpdates",
3030 "start": { 2978 "start": {
3031 "column": 19, 2979 "column": 19,
3032 "line": 69 2980 "line": 65
3033 } 2981 }
3034 }, 2982 },
3035 { 2983 {
3036 "defaultMessage": "!!!Appearance", 2984 "defaultMessage": "!!!Appearance",
3037 "end": { 2985 "end": {
3038 "column": 3, 2986 "column": 3,
3039 "line": 76 2987 "line": 72
3040 }, 2988 },
3041 "file": "src/components/settings/settings/EditSettingsForm.js", 2989 "file": "src/components/settings/settings/EditSettingsForm.js",
3042 "id": "settings.app.headlineAppearance", 2990 "id": "settings.app.headlineAppearance",
3043 "start": { 2991 "start": {
3044 "column": 22, 2992 "column": 22,
3045 "line": 73 2993 "line": 69
3046 } 2994 }
3047 }, 2995 },
3048 { 2996 {
3049 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 2997 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
3050 "end": { 2998 "end": {
3051 "column": 3, 2999 "column": 3,
3052 "line": 80 3000 "line": 76
3053 }, 3001 },
3054 "file": "src/components/settings/settings/EditSettingsForm.js", 3002 "file": "src/components/settings/settings/EditSettingsForm.js",
3055 "id": "settings.app.universalDarkModeInfo", 3003 "id": "settings.app.universalDarkModeInfo",
3056 "start": { 3004 "start": {
3057 "column": 25, 3005 "column": 25,
3058 "line": 77 3006 "line": 73
3059 } 3007 }
3060 }, 3008 },
3061 { 3009 {
3062 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 3010 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
3063 "end": { 3011 "end": {
3064 "column": 3, 3012 "column": 3,
3065 "line": 84 3013 "line": 80
3066 }, 3014 },
3067 "file": "src/components/settings/settings/EditSettingsForm.js", 3015 "file": "src/components/settings/settings/EditSettingsForm.js",
3068 "id": "settings.app.accentColorInfo", 3016 "id": "settings.app.accentColorInfo",
3069 "start": { 3017 "start": {
3070 "column": 19, 3018 "column": 19,
3071 "line": 81 3019 "line": 77
3072 } 3020 }
3073 }, 3021 },
3074 { 3022 {
3075 "defaultMessage": "!!!Privacy", 3023 "defaultMessage": "!!!Privacy",
3076 "end": { 3024 "end": {
3077 "column": 3, 3025 "column": 3,
3078 "line": 88 3026 "line": 84
3079 }, 3027 },
3080 "file": "src/components/settings/settings/EditSettingsForm.js", 3028 "file": "src/components/settings/settings/EditSettingsForm.js",
3081 "id": "settings.app.headlinePrivacy", 3029 "id": "settings.app.headlinePrivacy",
3082 "start": { 3030 "start": {
3083 "column": 19, 3031 "column": 19,
3084 "line": 85 3032 "line": 81
3085 } 3033 }
3086 }, 3034 },
3087 { 3035 {
3088 "defaultMessage": "!!!Advanced", 3036 "defaultMessage": "!!!Advanced",
3089 "end": { 3037 "end": {
3090 "column": 3, 3038 "column": 3,
3091 "line": 92 3039 "line": 88
3092 }, 3040 },
3093 "file": "src/components/settings/settings/EditSettingsForm.js", 3041 "file": "src/components/settings/settings/EditSettingsForm.js",
3094 "id": "settings.app.headlineAdvanced", 3042 "id": "settings.app.headlineAdvanced",
3095 "start": { 3043 "start": {
3096 "column": 20, 3044 "column": 20,
3097 "line": 89 3045 "line": 85
3098 } 3046 }
3099 }, 3047 },
3100 { 3048 {
3101 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 3049 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
3102 "end": { 3050 "end": {
3103 "column": 3, 3051 "column": 3,
3104 "line": 96 3052 "line": 92
3105 }, 3053 },
3106 "file": "src/components/settings/settings/EditSettingsForm.js", 3054 "file": "src/components/settings/settings/EditSettingsForm.js",
3107 "id": "settings.app.translationHelp", 3055 "id": "settings.app.translationHelp",
3108 "start": { 3056 "start": {
3109 "column": 19, 3057 "column": 19,
3110 "line": 93 3058 "line": 89
3111 } 3059 }
3112 }, 3060 },
3113 { 3061 {
3114 "defaultMessage": "!!!Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 3062 "defaultMessage": "!!!Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.",
3115 "end": { 3063 "end": {
3116 "column": 3, 3064 "column": 3,
3117 "line": 100 3065 "line": 96
3118 }, 3066 },
3119 "file": "src/components/settings/settings/EditSettingsForm.js", 3067 "file": "src/components/settings/settings/EditSettingsForm.js",
3120 "id": "settings.app.spellCheckerLanguageInfo", 3068 "id": "settings.app.spellCheckerLanguageInfo",
3121 "start": { 3069 "start": {
3122 "column": 28, 3070 "column": 28,
3123 "line": 97 3071 "line": 93
3124 } 3072 }
3125 }, 3073 },
3126 { 3074 {
3127 "defaultMessage": "!!!Cache", 3075 "defaultMessage": "!!!Cache",
3128 "end": { 3076 "end": {
3129 "column": 3, 3077 "column": 3,
3130 "line": 104 3078 "line": 100
3131 }, 3079 },
3132 "file": "src/components/settings/settings/EditSettingsForm.js", 3080 "file": "src/components/settings/settings/EditSettingsForm.js",
3133 "id": "settings.app.subheadlineCache", 3081 "id": "settings.app.subheadlineCache",
3134 "start": { 3082 "start": {
3135 "column": 20, 3083 "column": 20,
3136 "line": 101 3084 "line": 97
3137 } 3085 }
3138 }, 3086 },
3139 { 3087 {
3140 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 3088 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
3141 "end": { 3089 "end": {
3142 "column": 3, 3090 "column": 3,
3143 "line": 108 3091 "line": 104
3144 }, 3092 },
3145 "file": "src/components/settings/settings/EditSettingsForm.js", 3093 "file": "src/components/settings/settings/EditSettingsForm.js",
3146 "id": "settings.app.cacheInfo", 3094 "id": "settings.app.cacheInfo",
3147 "start": { 3095 "start": {
3148 "column": 13, 3096 "column": 13,
3149 "line": 105 3097 "line": 101
3150 } 3098 }
3151 }, 3099 },
3152 { 3100 {
3153 "defaultMessage": "!!!Couldn't clear all cache", 3101 "defaultMessage": "!!!Couldn't clear all cache",
3154 "end": { 3102 "end": {
3155 "column": 3, 3103 "column": 3,
3156 "line": 112 3104 "line": 108
3157 }, 3105 },
3158 "file": "src/components/settings/settings/EditSettingsForm.js", 3106 "file": "src/components/settings/settings/EditSettingsForm.js",
3159 "id": "settings.app.cacheNotCleared", 3107 "id": "settings.app.cacheNotCleared",
3160 "start": { 3108 "start": {
3161 "column": 19, 3109 "column": 19,
3162 "line": 109 3110 "line": 105
3163 } 3111 }
3164 }, 3112 },
3165 { 3113 {
3166 "defaultMessage": "!!!Clear cache", 3114 "defaultMessage": "!!!Clear cache",
3167 "end": { 3115 "end": {
3168 "column": 3, 3116 "column": 3,
3169 "line": 116 3117 "line": 112
3170 }, 3118 },
3171 "file": "src/components/settings/settings/EditSettingsForm.js", 3119 "file": "src/components/settings/settings/EditSettingsForm.js",
3172 "id": "settings.app.buttonClearAllCache", 3120 "id": "settings.app.buttonClearAllCache",
3173 "start": { 3121 "start": {
3174 "column": 23, 3122 "column": 23,
3175 "line": 113 3123 "line": 109
3176 } 3124 }
3177 }, 3125 },
3178 { 3126 {
3179 "defaultMessage": "!!!Ferdi Profile", 3127 "defaultMessage": "!!!Ferdi Profile",
3180 "end": { 3128 "end": {
3181 "column": 3, 3129 "column": 3,
3182 "line": 120 3130 "line": 116
3183 }, 3131 },
3184 "file": "src/components/settings/settings/EditSettingsForm.js", 3132 "file": "src/components/settings/settings/EditSettingsForm.js",
3185 "id": "settings.app.subheadlineFerdiProfile", 3133 "id": "settings.app.subheadlineFerdiProfile",
3186 "start": { 3134 "start": {
3187 "column": 27, 3135 "column": 27,
3188 "line": 117 3136 "line": 113
3189 } 3137 }
3190 }, 3138 },
3191 { 3139 {
3192 "defaultMessage": "!!!Open Profile folder", 3140 "defaultMessage": "!!!Open Profile folder",
3193 "end": { 3141 "end": {
3194 "column": 3, 3142 "column": 3,
3195 "line": 124 3143 "line": 120
3196 }, 3144 },
3197 "file": "src/components/settings/settings/EditSettingsForm.js", 3145 "file": "src/components/settings/settings/EditSettingsForm.js",
3198 "id": "settings.app.buttonOpenFerdiProfileFolder", 3146 "id": "settings.app.buttonOpenFerdiProfileFolder",
3199 "start": { 3147 "start": {
3200 "column": 32, 3148 "column": 32,
3201 "line": 121 3149 "line": 117
3202 } 3150 }
3203 }, 3151 },
3204 { 3152 {
3205 "defaultMessage": "!!!Open Service Recipes folder", 3153 "defaultMessage": "!!!Open Service Recipes folder",
3206 "end": { 3154 "end": {
3207 "column": 3, 3155 "column": 3,
3208 "line": 128 3156 "line": 124
3209 }, 3157 },
3210 "file": "src/components/settings/settings/EditSettingsForm.js", 3158 "file": "src/components/settings/settings/EditSettingsForm.js",
3211 "id": "settings.app.buttonOpenFerdiServiceRecipesFolder", 3159 "id": "settings.app.buttonOpenFerdiServiceRecipesFolder",
3212 "start": { 3160 "start": {
3213 "column": 39, 3161 "column": 39,
3214 "line": 125 3162 "line": 121
3215 } 3163 }
3216 }, 3164 },
3217 { 3165 {
3218 "defaultMessage": "!!!Check for updates", 3166 "defaultMessage": "!!!Check for updates",
3219 "end": { 3167 "end": {
3220 "column": 3, 3168 "column": 3,
3221 "line": 132 3169 "line": 128
3222 }, 3170 },
3223 "file": "src/components/settings/settings/EditSettingsForm.js", 3171 "file": "src/components/settings/settings/EditSettingsForm.js",
3224 "id": "settings.app.buttonSearchForUpdate", 3172 "id": "settings.app.buttonSearchForUpdate",
3225 "start": { 3173 "start": {
3226 "column": 25, 3174 "column": 25,
3227 "line": 129 3175 "line": 125
3228 } 3176 }
3229 }, 3177 },
3230 { 3178 {
3231 "defaultMessage": "!!!Restart & install update", 3179 "defaultMessage": "!!!Restart & install update",
3232 "end": { 3180 "end": {
3233 "column": 3, 3181 "column": 3,
3234 "line": 136 3182 "line": 132
3235 }, 3183 },
3236 "file": "src/components/settings/settings/EditSettingsForm.js", 3184 "file": "src/components/settings/settings/EditSettingsForm.js",
3237 "id": "settings.app.buttonInstallUpdate", 3185 "id": "settings.app.buttonInstallUpdate",
3238 "start": { 3186 "start": {
3239 "column": 23, 3187 "column": 23,
3240 "line": 133 3188 "line": 129
3241 } 3189 }
3242 }, 3190 },
3243 { 3191 {
3244 "defaultMessage": "!!!Is searching for update", 3192 "defaultMessage": "!!!Is searching for update",
3245 "end": { 3193 "end": {
3246 "column": 3, 3194 "column": 3,
3247 "line": 140 3195 "line": 136
3248 }, 3196 },
3249 "file": "src/components/settings/settings/EditSettingsForm.js", 3197 "file": "src/components/settings/settings/EditSettingsForm.js",
3250 "id": "settings.app.updateStatusSearching", 3198 "id": "settings.app.updateStatusSearching",
3251 "start": { 3199 "start": {
3252 "column": 25, 3200 "column": 25,
3253 "line": 137 3201 "line": 133
3254 } 3202 }
3255 }, 3203 },
3256 { 3204 {
3257 "defaultMessage": "!!!Update available, downloading...", 3205 "defaultMessage": "!!!Update available, downloading...",
3258 "end": { 3206 "end": {
3259 "column": 3, 3207 "column": 3,
3260 "line": 144 3208 "line": 140
3261 }, 3209 },
3262 "file": "src/components/settings/settings/EditSettingsForm.js", 3210 "file": "src/components/settings/settings/EditSettingsForm.js",
3263 "id": "settings.app.updateStatusAvailable", 3211 "id": "settings.app.updateStatusAvailable",
3264 "start": { 3212 "start": {
3265 "column": 25, 3213 "column": 25,
3266 "line": 141 3214 "line": 137
3267 } 3215 }
3268 }, 3216 },
3269 { 3217 {
3270 "defaultMessage": "!!!You are using the latest version of Ferdi", 3218 "defaultMessage": "!!!You are using the latest version of Ferdi",
3271 "end": { 3219 "end": {
3272 "column": 3, 3220 "column": 3,
3273 "line": 148 3221 "line": 144
3274 }, 3222 },
3275 "file": "src/components/settings/settings/EditSettingsForm.js", 3223 "file": "src/components/settings/settings/EditSettingsForm.js",
3276 "id": "settings.app.updateStatusUpToDate", 3224 "id": "settings.app.updateStatusUpToDate",
3277 "start": { 3225 "start": {
3278 "column": 24, 3226 "column": 24,
3279 "line": 145 3227 "line": 141
3280 } 3228 }
3281 }, 3229 },
3282 { 3230 {
3283 "defaultMessage": "!!!Current version:", 3231 "defaultMessage": "!!!Current version:",
3284 "end": { 3232 "end": {
3285 "column": 3, 3233 "column": 3,
3286 "line": 152 3234 "line": 148
3287 }, 3235 },
3288 "file": "src/components/settings/settings/EditSettingsForm.js", 3236 "file": "src/components/settings/settings/EditSettingsForm.js",
3289 "id": "settings.app.currentVersion", 3237 "id": "settings.app.currentVersion",
3290 "start": { 3238 "start": {
3291 "column": 18, 3239 "column": 18,
3292 "line": 149 3240 "line": 145
3293 } 3241 }
3294 }, 3242 },
3295 { 3243 {
3296 "defaultMessage": "!!!Changes require restart", 3244 "defaultMessage": "!!!Changes require restart",
3297 "end": { 3245 "end": {
3298 "column": 3, 3246 "column": 3,
3299 "line": 156 3247 "line": 152
3300 }, 3248 },
3301 "file": "src/components/settings/settings/EditSettingsForm.js", 3249 "file": "src/components/settings/settings/EditSettingsForm.js",
3302 "id": "settings.app.restartRequired", 3250 "id": "settings.app.restartRequired",
3303 "start": { 3251 "start": {
3304 "column": 22, 3252 "column": 22,
3305 "line": 153 3253 "line": 149
3306 } 3254 }
3307 }, 3255 },
3308 { 3256 {
3309 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.", 3257 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
3310 "end": { 3258 "end": {
3311 "column": 3, 3259 "column": 3,
3312 "line": 160 3260 "line": 156
3313 }, 3261 },
3314 "file": "src/components/settings/settings/EditSettingsForm.js", 3262 "file": "src/components/settings/settings/EditSettingsForm.js",
3315 "id": "settings.app.languageDisclaimer", 3263 "id": "settings.app.languageDisclaimer",
3316 "start": { 3264 "start": {
3317 "column": 22, 3265 "column": 22,
3318 "line": 157 3266 "line": 153
3319 } 3267 }
3320 } 3268 }
3321 ], 3269 ],
@@ -5966,6 +5914,32 @@
5966 "column": 20, 5914 "column": 20,
5967 "line": 64 5915 "line": 64
5968 } 5916 }
5917 },
5918 {
5919 "defaultMessage": "!!!Settings",
5920 "end": {
5921 "column": 3,
5922 "line": 72
5923 },
5924 "file": "src/i18n/globalMessages.js",
5925 "id": "global.settings",
5926 "start": {
5927 "column": 12,
5928 "line": 69
5929 }
5930 },
5931 {
5932 "defaultMessage": "!!!Edit",
5933 "end": {
5934 "column": 3,
5935 "line": 76
5936 },
5937 "file": "src/i18n/globalMessages.js",
5938 "id": "global.edit",
5939 "start": {
5940 "column": 8,
5941 "line": 73
5942 }
5969 } 5943 }
5970 ], 5944 ],
5971 "path": "src/i18n/globalMessages.json" 5945 "path": "src/i18n/globalMessages.json"
@@ -6623,276 +6597,263 @@
6623 } 6597 }
6624 }, 6598 },
6625 { 6599 {
6626 "defaultMessage": "!!!Settings",
6627 "end": {
6628 "column": 3,
6629 "line": 237
6630 },
6631 "file": "src/lib/Menu.js",
6632 "id": "menu.app.settings",
6633 "start": {
6634 "column": 12,
6635 "line": 234
6636 }
6637 },
6638 {
6639 "defaultMessage": "!!!Check for updates", 6600 "defaultMessage": "!!!Check for updates",
6640 "end": { 6601 "end": {
6641 "column": 3, 6602 "column": 3,
6642 "line": 241 6603 "line": 237
6643 }, 6604 },
6644 "file": "src/lib/Menu.js", 6605 "file": "src/lib/Menu.js",
6645 "id": "menu.app.checkForUpdates", 6606 "id": "menu.app.checkForUpdates",
6646 "start": { 6607 "start": {
6647 "column": 19, 6608 "column": 19,
6648 "line": 238 6609 "line": 234
6649 } 6610 }
6650 }, 6611 },
6651 { 6612 {
6652 "defaultMessage": "!!!Hide", 6613 "defaultMessage": "!!!Hide",
6653 "end": { 6614 "end": {
6654 "column": 3, 6615 "column": 3,
6655 "line": 245 6616 "line": 241
6656 }, 6617 },
6657 "file": "src/lib/Menu.js", 6618 "file": "src/lib/Menu.js",
6658 "id": "menu.app.hide", 6619 "id": "menu.app.hide",
6659 "start": { 6620 "start": {
6660 "column": 8, 6621 "column": 8,
6661 "line": 242 6622 "line": 238
6662 } 6623 }
6663 }, 6624 },
6664 { 6625 {
6665 "defaultMessage": "!!!Hide Others", 6626 "defaultMessage": "!!!Hide Others",
6666 "end": { 6627 "end": {
6667 "column": 3, 6628 "column": 3,
6668 "line": 249 6629 "line": 245
6669 }, 6630 },
6670 "file": "src/lib/Menu.js", 6631 "file": "src/lib/Menu.js",
6671 "id": "menu.app.hideOthers", 6632 "id": "menu.app.hideOthers",
6672 "start": { 6633 "start": {
6673 "column": 14, 6634 "column": 14,
6674 "line": 246 6635 "line": 242
6675 } 6636 }
6676 }, 6637 },
6677 { 6638 {
6678 "defaultMessage": "!!!Unhide", 6639 "defaultMessage": "!!!Unhide",
6679 "end": { 6640 "end": {
6680 "column": 3, 6641 "column": 3,
6681 "line": 253 6642 "line": 249
6682 }, 6643 },
6683 "file": "src/lib/Menu.js", 6644 "file": "src/lib/Menu.js",
6684 "id": "menu.app.unhide", 6645 "id": "menu.app.unhide",
6685 "start": { 6646 "start": {
6686 "column": 10, 6647 "column": 10,
6687 "line": 250 6648 "line": 246
6688 } 6649 }
6689 }, 6650 },
6690 { 6651 {
6691 "defaultMessage": "!!!Auto-hide menu bar", 6652 "defaultMessage": "!!!Auto-hide menu bar",
6692 "end": { 6653 "end": {
6693 "column": 3, 6654 "column": 3,
6694 "line": 257 6655 "line": 253
6695 }, 6656 },
6696 "file": "src/lib/Menu.js", 6657 "file": "src/lib/Menu.js",
6697 "id": "menu.app.autohideMenuBar", 6658 "id": "menu.app.autohideMenuBar",
6698 "start": { 6659 "start": {
6699 "column": 19, 6660 "column": 19,
6700 "line": 254 6661 "line": 250
6701 } 6662 }
6702 }, 6663 },
6703 { 6664 {
6704 "defaultMessage": "!!!Add New Service...", 6665 "defaultMessage": "!!!Add New Service...",
6705 "end": { 6666 "end": {
6706 "column": 3, 6667 "column": 3,
6707 "line": 261 6668 "line": 257
6708 }, 6669 },
6709 "file": "src/lib/Menu.js", 6670 "file": "src/lib/Menu.js",
6710 "id": "menu.services.addNewService", 6671 "id": "menu.services.addNewService",
6711 "start": { 6672 "start": {
6712 "column": 17, 6673 "column": 17,
6713 "line": 258 6674 "line": 254
6714 } 6675 }
6715 }, 6676 },
6716 { 6677 {
6717 "defaultMessage": "!!!Add New Workspace...", 6678 "defaultMessage": "!!!Add New Workspace...",
6718 "end": { 6679 "end": {
6719 "column": 3, 6680 "column": 3,
6720 "line": 265 6681 "line": 261
6721 }, 6682 },
6722 "file": "src/lib/Menu.js", 6683 "file": "src/lib/Menu.js",
6723 "id": "menu.workspaces.addNewWorkspace", 6684 "id": "menu.workspaces.addNewWorkspace",
6724 "start": { 6685 "start": {
6725 "column": 19, 6686 "column": 19,
6726 "line": 262 6687 "line": 258
6727 } 6688 }
6728 }, 6689 },
6729 { 6690 {
6730 "defaultMessage": "!!!Open workspace drawer", 6691 "defaultMessage": "!!!Open workspace drawer",
6731 "end": { 6692 "end": {
6732 "column": 3, 6693 "column": 3,
6733 "line": 269 6694 "line": 265
6734 }, 6695 },
6735 "file": "src/lib/Menu.js", 6696 "file": "src/lib/Menu.js",
6736 "id": "menu.workspaces.openWorkspaceDrawer", 6697 "id": "menu.workspaces.openWorkspaceDrawer",
6737 "start": { 6698 "start": {
6738 "column": 23, 6699 "column": 23,
6739 "line": 266 6700 "line": 262
6740 } 6701 }
6741 }, 6702 },
6742 { 6703 {
6743 "defaultMessage": "!!!Close workspace drawer", 6704 "defaultMessage": "!!!Close workspace drawer",
6744 "end": { 6705 "end": {
6745 "column": 3, 6706 "column": 3,
6746 "line": 273 6707 "line": 269
6747 }, 6708 },
6748 "file": "src/lib/Menu.js", 6709 "file": "src/lib/Menu.js",
6749 "id": "menu.workspaces.closeWorkspaceDrawer", 6710 "id": "menu.workspaces.closeWorkspaceDrawer",
6750 "start": { 6711 "start": {
6751 "column": 24, 6712 "column": 24,
6752 "line": 270 6713 "line": 266
6753 } 6714 }
6754 }, 6715 },
6755 { 6716 {
6756 "defaultMessage": "!!!Activate next service...", 6717 "defaultMessage": "!!!Activate next service...",
6757 "end": { 6718 "end": {
6758 "column": 3, 6719 "column": 3,
6759 "line": 277 6720 "line": 273
6760 }, 6721 },
6761 "file": "src/lib/Menu.js", 6722 "file": "src/lib/Menu.js",
6762 "id": "menu.services.setNextServiceActive", 6723 "id": "menu.services.setNextServiceActive",
6763 "start": { 6724 "start": {
6764 "column": 23, 6725 "column": 23,
6765 "line": 274 6726 "line": 270
6766 } 6727 }
6767 }, 6728 },
6768 { 6729 {
6769 "defaultMessage": "!!!Activate previous service...", 6730 "defaultMessage": "!!!Activate previous service...",
6770 "end": { 6731 "end": {
6771 "column": 3, 6732 "column": 3,
6772 "line": 281 6733 "line": 277
6773 }, 6734 },
6774 "file": "src/lib/Menu.js", 6735 "file": "src/lib/Menu.js",
6775 "id": "menu.services.activatePreviousService", 6736 "id": "menu.services.activatePreviousService",
6776 "start": { 6737 "start": {
6777 "column": 27, 6738 "column": 27,
6778 "line": 278 6739 "line": 274
6779 } 6740 }
6780 }, 6741 },
6781 { 6742 {
6782 "defaultMessage": "!!!Disable notifications & audio", 6743 "defaultMessage": "!!!Disable notifications & audio",
6783 "end": { 6744 "end": {
6784 "column": 3, 6745 "column": 3,
6785 "line": 285 6746 "line": 281
6786 }, 6747 },
6787 "file": "src/lib/Menu.js", 6748 "file": "src/lib/Menu.js",
6788 "id": "sidebar.muteApp", 6749 "id": "sidebar.muteApp",
6789 "start": { 6750 "start": {
6790 "column": 11, 6751 "column": 11,
6791 "line": 282 6752 "line": 278
6792 } 6753 }
6793 }, 6754 },
6794 { 6755 {
6795 "defaultMessage": "!!!Enable notifications & audio", 6756 "defaultMessage": "!!!Enable notifications & audio",
6796 "end": { 6757 "end": {
6797 "column": 3, 6758 "column": 3,
6798 "line": 289 6759 "line": 285
6799 }, 6760 },
6800 "file": "src/lib/Menu.js", 6761 "file": "src/lib/Menu.js",
6801 "id": "sidebar.unmuteApp", 6762 "id": "sidebar.unmuteApp",
6802 "start": { 6763 "start": {
6803 "column": 13, 6764 "column": 13,
6804 "line": 286 6765 "line": 282
6805 } 6766 }
6806 }, 6767 },
6807 { 6768 {
6808 "defaultMessage": "!!!Workspaces", 6769 "defaultMessage": "!!!Workspaces",
6809 "end": { 6770 "end": {
6810 "column": 3, 6771 "column": 3,
6811 "line": 293 6772 "line": 289
6812 }, 6773 },
6813 "file": "src/lib/Menu.js", 6774 "file": "src/lib/Menu.js",
6814 "id": "menu.workspaces", 6775 "id": "menu.workspaces",
6815 "start": { 6776 "start": {
6816 "column": 14, 6777 "column": 14,
6817 "line": 290 6778 "line": 286
6818 } 6779 }
6819 }, 6780 },
6820 { 6781 {
6821 "defaultMessage": "!!!Default", 6782 "defaultMessage": "!!!Default",
6822 "end": { 6783 "end": {
6823 "column": 3, 6784 "column": 3,
6824 "line": 297 6785 "line": 293
6825 }, 6786 },
6826 "file": "src/lib/Menu.js", 6787 "file": "src/lib/Menu.js",
6827 "id": "menu.workspaces.defaultWorkspace", 6788 "id": "menu.workspaces.defaultWorkspace",
6828 "start": { 6789 "start": {
6829 "column": 20, 6790 "column": 20,
6830 "line": 294 6791 "line": 290
6831 } 6792 }
6832 }, 6793 },
6833 { 6794 {
6834 "defaultMessage": "!!!Todos", 6795 "defaultMessage": "!!!Todos",
6835 "end": { 6796 "end": {
6836 "column": 3, 6797 "column": 3,
6837 "line": 301 6798 "line": 297
6838 }, 6799 },
6839 "file": "src/lib/Menu.js", 6800 "file": "src/lib/Menu.js",
6840 "id": "menu.todos", 6801 "id": "menu.todos",
6841 "start": { 6802 "start": {
6842 "column": 9, 6803 "column": 9,
6843 "line": 298 6804 "line": 294
6844 } 6805 }
6845 }, 6806 },
6846 { 6807 {
6847 "defaultMessage": "!!!Open Todos drawer", 6808 "defaultMessage": "!!!Open Todos drawer",
6848 "end": { 6809 "end": {
6849 "column": 3, 6810 "column": 3,
6850 "line": 305 6811 "line": 301
6851 }, 6812 },
6852 "file": "src/lib/Menu.js", 6813 "file": "src/lib/Menu.js",
6853 "id": "menu.Todoss.openTodosDrawer", 6814 "id": "menu.Todoss.openTodosDrawer",
6854 "start": { 6815 "start": {
6855 "column": 19, 6816 "column": 19,
6856 "line": 302 6817 "line": 298
6857 } 6818 }
6858 }, 6819 },
6859 { 6820 {
6860 "defaultMessage": "!!!Close Todos drawer", 6821 "defaultMessage": "!!!Close Todos drawer",
6861 "end": { 6822 "end": {
6862 "column": 3, 6823 "column": 3,
6863 "line": 309 6824 "line": 305
6864 }, 6825 },
6865 "file": "src/lib/Menu.js", 6826 "file": "src/lib/Menu.js",
6866 "id": "menu.Todoss.closeTodosDrawer", 6827 "id": "menu.Todoss.closeTodosDrawer",
6867 "start": { 6828 "start": {
6868 "column": 20, 6829 "column": 20,
6869 "line": 306 6830 "line": 302
6870 } 6831 }
6871 }, 6832 },
6872 { 6833 {
6873 "defaultMessage": "!!!Enable Todos", 6834 "defaultMessage": "!!!Enable Todos",
6874 "end": { 6835 "end": {
6875 "column": 3, 6836 "column": 3,
6876 "line": 313 6837 "line": 309
6877 }, 6838 },
6878 "file": "src/lib/Menu.js", 6839 "file": "src/lib/Menu.js",
6879 "id": "menu.todos.enableTodos", 6840 "id": "menu.todos.enableTodos",
6880 "start": { 6841 "start": {
6881 "column": 15, 6842 "column": 15,
6882 "line": 310 6843 "line": 306
6883 } 6844 }
6884 }, 6845 },
6885 { 6846 {
6886 "defaultMessage": "!!!Home", 6847 "defaultMessage": "!!!Home",
6887 "end": { 6848 "end": {
6888 "column": 3, 6849 "column": 3,
6889 "line": 317 6850 "line": 313
6890 }, 6851 },
6891 "file": "src/lib/Menu.js", 6852 "file": "src/lib/Menu.js",
6892 "id": "menu.services.goHome", 6853 "id": "menu.services.goHome",
6893 "start": { 6854 "start": {
6894 "column": 17, 6855 "column": 17,
6895 "line": 314 6856 "line": 310
6896 } 6857 }
6897 } 6858 }
6898 ], 6859 ],
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 73804c95d..6964a93f1 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi", 27 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi",
28 "global.cancel": "Ακύρωση", 28 "global.cancel": "Ακύρωση",
29 "global.edit": "Επεξεργασία",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο", 31 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Ρυθμίσεις",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις", 88 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις",
87 "menu.app.hide": "Απόκρυψη", 89 "menu.app.hide": "Απόκρυψη",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Ρυθμίσεις",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Επεξεργασία", 92 "menu.edit": "Επεξεργασία",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Ρυθμίσεις",
259 "settings.app.headlineAdvanced": "Για προχωρημένους", 259 "settings.app.headlineAdvanced": "Για προχωρημένους",
260 "settings.app.headlineAppearance": "Εμφάνιση", 260 "settings.app.headlineAppearance": "Εμφάνιση",
261 "settings.app.headlineGeneral": "Γενικά", 261 "settings.app.headlineGeneral": "Γενικά",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Λογαριασμός", 285 "settings.navigation.account": "Λογαριασμός",
286 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες", 286 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες",
287 "settings.navigation.logout": "Αποσύνδεση", 287 "settings.navigation.logout": "Αποσύνδεση",
288 "settings.navigation.settings": "Ρυθμίσεις",
289 "settings.navigation.supportFerdi": "Σχετικά με το Ferdi", 288 "settings.navigation.supportFerdi": "Σχετικά με το Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Οι υπηρεσίες σας", 290 "settings.navigation.yourServices": "Οι υπηρεσίες σας",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου", 417 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Ρυθμίσεις",
422 "sidebar.unmuteApp": "Ενεργοποίηση ειδοποιήσεων & ήχου", 420 "sidebar.unmuteApp": "Ενεργοποίηση ειδοποιήσεων & ήχου",
423 "signup.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", 421 "signup.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου",
424 "signup.emailDuplicate": "Ένας χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου υπάρχει ήδη", 422 "signup.emailDuplicate": "Ένας χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου υπάρχει ήδη",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Απενεργοποίηση ειδοποιήσεων", 436 "tabs.item.disableNotifications": "Απενεργοποίηση ειδοποιήσεων",
439 "tabs.item.disableService": "Απενεργοποίηση υπηρεσίας", 437 "tabs.item.disableService": "Απενεργοποίηση υπηρεσίας",
440 "tabs.item.edit": "Επεξεργασία",
441 "tabs.item.enableAudio": "Ενεργοποίηση ήχου", 438 "tabs.item.enableAudio": "Ενεργοποίηση ήχου",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Ενεργοποίηση ειδοποιήσεων", 440 "tabs.item.enableNotification": "Ενεργοποίηση ειδοποιήσεων",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 98f31f573..be9bbb961 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index ae9efea05..9a5c248a2 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Cambiar rápidamente", 26 "feature.quickSwitch.title": "Cambiar rápidamente",
27 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.", 27 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.",
28 "global.cancel": "Cancelar", 28 "global.cancel": "Cancelar",
29 "global.edit": "Editar",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "No estás conectado a Internet", 31 "global.notConnectedToTheInternet": "No estás conectado a Internet",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Configuración",
35 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})", 37 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})",
36 "global.spellchecking.autodetect": "Detectar el idioma automáticamente", 38 "global.spellchecking.autodetect": "Detectar el idioma automáticamente",
37 "global.spellchecking.autodetect.short": "Automático", 39 "global.spellchecking.autodetect.short": "Automático",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Comprobar actualizaciones", 88 "menu.app.checkForUpdates": "Comprobar actualizaciones",
87 "menu.app.hide": "Ocultar", 89 "menu.app.hide": "Ocultar",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Configuración",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Editar", 92 "menu.edit": "Editar",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Configuración",
259 "settings.app.headlineAdvanced": "Avanzado", 259 "settings.app.headlineAdvanced": "Avanzado",
260 "settings.app.headlineAppearance": "Apariencia", 260 "settings.app.headlineAppearance": "Apariencia",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Cuenta", 285 "settings.navigation.account": "Cuenta",
286 "settings.navigation.availableServices": "Servicios disponibles", 286 "settings.navigation.availableServices": "Servicios disponibles",
287 "settings.navigation.logout": "Cerrar sesión", 287 "settings.navigation.logout": "Cerrar sesión",
288 "settings.navigation.settings": "Configuración",
289 "settings.navigation.supportFerdi": "Acerca de Ferdi", 288 "settings.navigation.supportFerdi": "Acerca de Ferdi",
290 "settings.navigation.team": "Gestionar equipo", 289 "settings.navigation.team": "Gestionar equipo",
291 "settings.navigation.yourServices": "Tus servicios", 290 "settings.navigation.yourServices": "Tus servicios",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Desactivar notificaciones y sonido", 417 "sidebar.muteApp": "Desactivar notificaciones y sonido",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo", 419 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo",
421 "sidebar.settings": "Configuración",
422 "sidebar.unmuteApp": "Activar notificaciones y sonido", 420 "sidebar.unmuteApp": "Activar notificaciones y sonido",
423 "signup.email.label": "Dirección de correo electrónico", 421 "signup.email.label": "Dirección de correo electrónico",
424 "signup.emailDuplicate": "Ya existe un usuario con esa dirección de correo electrónico", 422 "signup.emailDuplicate": "Ya existe un usuario con esa dirección de correo electrónico",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Desactivar notificaciones", 436 "tabs.item.disableNotifications": "Desactivar notificaciones",
439 "tabs.item.disableService": "Desactivar servicio", 437 "tabs.item.disableService": "Desactivar servicio",
440 "tabs.item.edit": "Editar",
441 "tabs.item.enableAudio": "Habilitar audio", 438 "tabs.item.enableAudio": "Habilitar audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Activar notificaciones", 440 "tabs.item.enableNotification": "Activar notificaciones",
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index 64451b484..46c249768 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "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",
16 "global.edit": "Muuda",
16 "global.franzProRequired": "Vajalik Ferdi Professional tellimus", 17 "global.franzProRequired": "Vajalik Ferdi Professional tellimus",
17 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.", 18 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.",
18 "global.quit": "Sulge", 19 "global.quit": "Sulge",
20 "global.settings": "Sätted",
19 "global.spellchecker.useDefault": "Kasuta süsteemi vaikeväärtust ({default})", 21 "global.spellchecker.useDefault": "Kasuta süsteemi vaikeväärtust ({default})",
20 "global.spellchecking.autodetect": "Tuvastage keel automaatselt", 22 "global.spellchecking.autodetect": "Tuvastage keel automaatselt",
21 "global.spellchecking.autodetect.short": "Automaatne", 23 "global.spellchecking.autodetect.short": "Automaatne",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Kontrolli kas värskendused on saadaval", 55 "menu.app.checkForUpdates": "Kontrolli kas värskendused on saadaval",
54 "menu.app.hide": "Peida", 56 "menu.app.hide": "Peida",
55 "menu.app.hideOthers": "Peida teised", 57 "menu.app.hideOthers": "Peida teised",
56 "menu.app.settings": "Sätted",
57 "menu.app.unhide": "Näita", 58 "menu.app.unhide": "Näita",
58 "menu.edit": "Muuda", 59 "menu.edit": "Muuda",
59 "menu.edit.copy": "Kopeeri", 60 "menu.edit.copy": "Kopeeri",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "Hoia akna sulgemisel Ferdi taustal töös", 179 "settings.app.form.runInBackground": "Hoia akna sulgemisel Ferdi taustal töös",
179 "settings.app.form.showDisabledServices": "Kuva keelatud teenuste vahelehed", 180 "settings.app.form.showDisabledServices": "Kuva keelatud teenuste vahelehed",
180 "settings.app.form.showMessagesBadgesWhenMuted": "Kuva lugemata sõnumimärk, kui teated on keelatud", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Kuva lugemata sõnumimärk, kui teated on keelatud",
181 "settings.app.headline": "Sätted",
182 "settings.app.headlineAdvanced": "Täpsemalt", 182 "settings.app.headlineAdvanced": "Täpsemalt",
183 "settings.app.headlineAppearance": "Välimus", 183 "settings.app.headlineAppearance": "Välimus",
184 "settings.app.headlineGeneral": "Üldine", 184 "settings.app.headlineGeneral": "Üldine",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "Saadaolevad teenused", 196 "settings.navigation.availableServices": "Saadaolevad teenused",
197 "settings.navigation.inviteFriends": "Kutsu sõpru", 197 "settings.navigation.inviteFriends": "Kutsu sõpru",
198 "settings.navigation.logout": "Logi välja", 198 "settings.navigation.logout": "Logi välja",
199 "settings.navigation.settings": "Sätted",
200 "settings.navigation.team": "Halda meeskonda", 199 "settings.navigation.team": "Halda meeskonda",
201 "settings.navigation.yourServices": "Teie teenused", 200 "settings.navigation.yourServices": "Teie teenused",
202 "settings.navigation.yourWorkspaces": "Teie tööruumid", 201 "settings.navigation.yourWorkspaces": "Teie tööruumid",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "Keela teated ja heli", 301 "sidebar.muteApp": "Keela teated ja heli",
303 "sidebar.openTodosDrawer": "Ava Ferdi ülesanded", 302 "sidebar.openTodosDrawer": "Ava Ferdi ülesanded",
304 "sidebar.openWorkspaceDrawer": "Ava tööruumide sahtel", 303 "sidebar.openWorkspaceDrawer": "Ava tööruumide sahtel",
305 "sidebar.settings": "Sätted",
306 "sidebar.unmuteApp": "Luba teated ja heli", 304 "sidebar.unmuteApp": "Luba teated ja heli",
307 "signup.email.label": "E-posti aadress", 305 "signup.email.label": "E-posti aadress",
308 "signup.emailDuplicate": "Selle e-posti aadressiga kasutaja on juba olemas", 306 "signup.emailDuplicate": "Selle e-posti aadressiga kasutaja on juba olemas",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "Keela heli", 317 "tabs.item.disableAudio": "Keela heli",
320 "tabs.item.disableNotifications": "Keela teated", 318 "tabs.item.disableNotifications": "Keela teated",
321 "tabs.item.disableService": "Keela teenus", 319 "tabs.item.disableService": "Keela teenus",
322 "tabs.item.edit": "Muuda",
323 "tabs.item.enableAudio": "Luba heli", 320 "tabs.item.enableAudio": "Luba heli",
324 "tabs.item.enableNotification": "Luba teated", 321 "tabs.item.enableNotification": "Luba teated",
325 "tabs.item.enableService": "Luba teenus", 322 "tabs.item.enableService": "Luba teenus",
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index e8a92c0d9..be8b1be20 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -13,9 +13,11 @@
13 "feature.shareFranz.shareText.twitter": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "من {count} تا سرویس تو فرَنز اضافه کردم! برنامه رایگان برای واتسآپ، اسکایپ، مسنجر، اسلک رو از سایت www.getferdi.com دانلود کن /cc @FerdiMessenger",
14 "feature.shareFranz.text": "به دوستات بگو فرَنز چقدر باحاله و بهمون کمک کن گسترش پیدا کنیم.", 14 "feature.shareFranz.text": "به دوستات بگو فرَنز چقدر باحاله و بهمون کمک کن گسترش پیدا کنیم.",
15 "global.api.unhealthy": "به سرویس های آنلاین فرَنز متصل نشدی", 15 "global.api.unhealthy": "به سرویس های آنلاین فرَنز متصل نشدی",
16 "global.edit": "ویرایش",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "اینترنت وصل نیست", 18 "global.notConnectedToTheInternet": "اینترنت وصل نیست",
18 "global.quit": "خروج ", 19 "global.quit": "خروج ",
20 "global.settings": "تنظیمات",
19 "global.spellchecker.useDefault": "استفاده از پیشفرض سیستم ({default})", 21 "global.spellchecker.useDefault": "استفاده از پیشفرض سیستم ({default})",
20 "global.spellchecking.autodetect": "تشخیص خودکار زبان", 22 "global.spellchecking.autodetect": "تشخیص خودکار زبان",
21 "global.spellchecking.autodetect.short": "خودکار", 23 "global.spellchecking.autodetect.short": "خودکار",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "بررسی وجود نسخه جدید ", 55 "menu.app.checkForUpdates": "بررسی وجود نسخه جدید ",
54 "menu.app.hide": "مخفی‌کردن ", 56 "menu.app.hide": "مخفی‌کردن ",
55 "menu.app.hideOthers": "مخفی کردن بقیه ", 57 "menu.app.hideOthers": "مخفی کردن بقیه ",
56 "menu.app.settings": "تنظیمات ",
57 "menu.app.unhide": "آشکارسازی", 58 "menu.app.unhide": "آشکارسازی",
58 "menu.edit": "ویرایش ", 59 "menu.edit": "ویرایش ",
59 "menu.edit.copy": "کپی", 60 "menu.edit.copy": "کپی",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "فرانز را در پشت زمینه نگه دار زمانی که پنجره آن بسته میشود", 179 "settings.app.form.runInBackground": "فرانز را در پشت زمینه نگه دار زمانی که پنجره آن بسته میشود",
179 "settings.app.form.showDisabledServices": "سرویس های غیرفعال را نشان بده ", 180 "settings.app.form.showDisabledServices": "سرویس های غیرفعال را نشان بده ",
180 "settings.app.form.showMessagesBadgesWhenMuted": "نماد پیام خوانده نشده را زمانی که نوتیفیکیشن ها غیرفعالند نشان بده", 181 "settings.app.form.showMessagesBadgesWhenMuted": "نماد پیام خوانده نشده را زمانی که نوتیفیکیشن ها غیرفعالند نشان بده",
181 "settings.app.headline": "تنظیمات ",
182 "settings.app.headlineAdvanced": "پیشرفته ", 182 "settings.app.headlineAdvanced": "پیشرفته ",
183 "settings.app.headlineAppearance": "ظاهر ", 183 "settings.app.headlineAppearance": "ظاهر ",
184 "settings.app.headlineGeneral": "عمومی ", 184 "settings.app.headlineGeneral": "عمومی ",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "سرویس های موجود", 196 "settings.navigation.availableServices": "سرویس های موجود",
197 "settings.navigation.inviteFriends": "دعوت دوستان", 197 "settings.navigation.inviteFriends": "دعوت دوستان",
198 "settings.navigation.logout": "خروج از سیستم ", 198 "settings.navigation.logout": "خروج از سیستم ",
199 "settings.navigation.settings": "تنظیمات ",
200 "settings.navigation.team": "مدیریت گروه", 199 "settings.navigation.team": "مدیریت گروه",
201 "settings.navigation.yourServices": "سرویس های شما", 200 "settings.navigation.yourServices": "سرویس های شما",
202 "settings.navigation.yourWorkspaces": "فضای کاری شما", 201 "settings.navigation.yourWorkspaces": "فضای کاری شما",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "غیرفعال کردن اعلان ها و صدا", 301 "sidebar.muteApp": "غیرفعال کردن اعلان ها و صدا",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 302 "sidebar.openTodosDrawer": "Open Ferdi Todos",
304 "sidebar.openWorkspaceDrawer": "بازکردن کشوی فضای کاری", 303 "sidebar.openWorkspaceDrawer": "بازکردن کشوی فضای کاری",
305 "sidebar.settings": "تنظیمات",
306 "sidebar.unmuteApp": "فعال سازی اعلان ها و صدا", 304 "sidebar.unmuteApp": "فعال سازی اعلان ها و صدا",
307 "signup.email.label": "نشانی ایمیل", 305 "signup.email.label": "نشانی ایمیل",
308 "signup.emailDuplicate": "یک کاربر با این ایمیل هم اکنون موجود است.", 306 "signup.emailDuplicate": "یک کاربر با این ایمیل هم اکنون موجود است.",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "غیرفعال کردن صدا", 317 "tabs.item.disableAudio": "غیرفعال کردن صدا",
320 "tabs.item.disableNotifications": "غیر فعال کردن اعلان ها", 318 "tabs.item.disableNotifications": "غیر فعال کردن اعلان ها",
321 "tabs.item.disableService": "غیر فعال کردن سرویس", 319 "tabs.item.disableService": "غیر فعال کردن سرویس",
322 "tabs.item.edit": "ویرایش",
323 "tabs.item.enableAudio": "فعال‌سازی صدا", 320 "tabs.item.enableAudio": "فعال‌سازی صدا",
324 "tabs.item.enableNotification": "فعال سازی اعلان‌ها", 321 "tabs.item.enableNotification": "فعال سازی اعلان‌ها",
325 "tabs.item.enableService": "فعال سازی سرویس", 322 "tabs.item.enableService": "فعال سازی سرویس",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index c3a90b000..5ccea37e5 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Pikavalitsin", 26 "feature.quickSwitch.title": "Pikavalitsin",
27 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä", 27 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä",
28 "global.cancel": "Peruuta", 28 "global.cancel": "Peruuta",
29 "global.edit": "Muokkaa",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.", 31 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Asetukset",
35 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})", 37 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})",
36 "global.spellchecking.autodetect": "Tunnista kieli automaattisesti", 38 "global.spellchecking.autodetect": "Tunnista kieli automaattisesti",
37 "global.spellchecking.autodetect.short": "Automaattinen", 39 "global.spellchecking.autodetect.short": "Automaattinen",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Tarkista päivitykset", 88 "menu.app.checkForUpdates": "Tarkista päivitykset",
87 "menu.app.hide": "Piilota", 89 "menu.app.hide": "Piilota",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Asetukset",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Muokkaa", 92 "menu.edit": "Muokkaa",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Salli TouchID:n käyttö Ferdin avaamiseksi", 256 "settings.app.form.useTouchIdToUnlock": "Salli TouchID:n käyttö Ferdin avaamiseksi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Asetukset",
259 "settings.app.headlineAdvanced": "Lisäasetukset", 259 "settings.app.headlineAdvanced": "Lisäasetukset",
260 "settings.app.headlineAppearance": "Ulkoasu", 260 "settings.app.headlineAppearance": "Ulkoasu",
261 "settings.app.headlineGeneral": "Yleinen", 261 "settings.app.headlineGeneral": "Yleinen",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Tili", 285 "settings.navigation.account": "Tili",
286 "settings.navigation.availableServices": "Käytettävissä olevat palvelut", 286 "settings.navigation.availableServices": "Käytettävissä olevat palvelut",
287 "settings.navigation.logout": "Kirjaudu ulos", 287 "settings.navigation.logout": "Kirjaudu ulos",
288 "settings.navigation.settings": "Asetukset",
289 "settings.navigation.supportFerdi": "Tietoja Ferdistä", 288 "settings.navigation.supportFerdi": "Tietoja Ferdistä",
290 "settings.navigation.team": "Hallinnoi tiimiä", 289 "settings.navigation.team": "Hallinnoi tiimiä",
291 "settings.navigation.yourServices": "Sinun palvelusi", 290 "settings.navigation.yourServices": "Sinun palvelusi",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Poista ilmoitukset ja äänet käytöstä", 417 "sidebar.muteApp": "Poista ilmoitukset ja äänet käytöstä",
419 "sidebar.openTodosDrawer": "Avaa Ferdi Todos", 418 "sidebar.openTodosDrawer": "Avaa Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Avaa työtilan valikko", 419 "sidebar.openWorkspaceDrawer": "Avaa työtilan valikko",
421 "sidebar.settings": "Asetukset",
422 "sidebar.unmuteApp": "Käytä ilmoituksia ja ääniä", 420 "sidebar.unmuteApp": "Käytä ilmoituksia ja ääniä",
423 "signup.email.label": "Sähköpostiosoite", 421 "signup.email.label": "Sähköpostiosoite",
424 "signup.emailDuplicate": "Käyttäjä, jolla on tämä sähköpostiosoite, on jo olemassa", 422 "signup.emailDuplicate": "Käyttäjä, jolla on tämä sähköpostiosoite, on jo olemassa",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Poista ilmoitukset käytöstä", 436 "tabs.item.disableNotifications": "Poista ilmoitukset käytöstä",
439 "tabs.item.disableService": "Poista palvelu", 437 "tabs.item.disableService": "Poista palvelu",
440 "tabs.item.edit": "Muokkaa",
441 "tabs.item.enableAudio": "Ota ääni käyttöön", 438 "tabs.item.enableAudio": "Ota ääni käyttöön",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Ota ilmoitukset käyttöön", 440 "tabs.item.enableNotification": "Ota ilmoitukset käyttöön",
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index bea3df34d..54326b84b 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "global.api.unhealthy": "Hindi maka connect sa 'Ferdi online services'", 15 "global.api.unhealthy": "Hindi maka connect sa 'Ferdi online services'",
16 "global.edit": "Edit",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.", 18 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.",
18 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings",
19 "global.spellchecker.useDefault": "Use System Default ({default})", 21 "global.spellchecker.useDefault": "Use System Default ({default})",
20 "global.spellchecking.autodetect": "Detect language automatically", 22 "global.spellchecking.autodetect": "Detect language automatically",
21 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
54 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
55 "menu.app.hideOthers": "Hide Others", 57 "menu.app.hideOthers": "Hide Others",
56 "menu.app.settings": "Settings",
57 "menu.app.unhide": "Unhide", 58 "menu.app.unhide": "Unhide",
58 "menu.edit": "Edit", 59 "menu.edit": "Edit",
59 "menu.edit.copy": "Copy", 60 "menu.edit.copy": "Copy",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
179 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
180 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
181 "settings.app.headline": "Settings",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
183 "settings.app.headlineAppearance": "Appearance", 183 "settings.app.headlineAppearance": "Appearance",
184 "settings.app.headlineGeneral": "General", 184 "settings.app.headlineGeneral": "General",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
197 "settings.navigation.inviteFriends": "Invite Friends", 197 "settings.navigation.inviteFriends": "Invite Friends",
198 "settings.navigation.logout": "Logout", 198 "settings.navigation.logout": "Logout",
199 "settings.navigation.settings": "Settings",
200 "settings.navigation.team": "Manage Team", 199 "settings.navigation.team": "Manage Team",
201 "settings.navigation.yourServices": "Your services", 200 "settings.navigation.yourServices": "Your services",
202 "settings.navigation.yourWorkspaces": "Your workspaces", 201 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "Disable notifications & audio", 301 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 302 "sidebar.openTodosDrawer": "Open Ferdi Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 303 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.settings": "Settings",
306 "sidebar.unmuteApp": "Enable notifications & audio", 304 "sidebar.unmuteApp": "Enable notifications & audio",
307 "signup.email.label": "Email Address", 305 "signup.email.label": "Email Address",
308 "signup.emailDuplicate": "A user with that email address already exists", 306 "signup.emailDuplicate": "A user with that email address already exists",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "Disable audio", 317 "tabs.item.disableAudio": "Disable audio",
320 "tabs.item.disableNotifications": "Disable notifications", 318 "tabs.item.disableNotifications": "Disable notifications",
321 "tabs.item.disableService": "Disable service", 319 "tabs.item.disableService": "Disable service",
322 "tabs.item.edit": "Edit",
323 "tabs.item.enableAudio": "Enable audio", 320 "tabs.item.enableAudio": "Enable audio",
324 "tabs.item.enableNotification": "Enable notifications", 321 "tabs.item.enableNotification": "Enable notifications",
325 "tabs.item.enableService": "Enable service", 322 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 5e9004d37..d81d23d79 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Changement rapide", 26 "feature.quickSwitch.title": "Changement rapide",
27 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi", 27 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi",
28 "global.cancel": "Annuler", 28 "global.cancel": "Annuler",
29 "global.edit": "Éditer",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.", 31 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Paramètres",
35 "global.spellchecker.useDefault": "Par défaut ({default})", 37 "global.spellchecker.useDefault": "Par défaut ({default})",
36 "global.spellchecking.autodetect": "Détecter automatiquement la langue", 38 "global.spellchecking.autodetect": "Détecter automatiquement la langue",
37 "global.spellchecking.autodetect.short": "Automatiquement", 39 "global.spellchecking.autodetect.short": "Automatiquement",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Vérifier les mises à jour", 88 "menu.app.checkForUpdates": "Vérifier les mises à jour",
87 "menu.app.hide": "Masquer", 89 "menu.app.hide": "Masquer",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Paramètres",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Éditer", 92 "menu.edit": "Éditer",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation de TouchID pour déverrouiller Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation de TouchID pour déverrouiller Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Paramètres",
259 "settings.app.headlineAdvanced": "Paramètres avancés", 259 "settings.app.headlineAdvanced": "Paramètres avancés",
260 "settings.app.headlineAppearance": "Apparence", 260 "settings.app.headlineAppearance": "Apparence",
261 "settings.app.headlineGeneral": "Général", 261 "settings.app.headlineGeneral": "Général",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Compte", 285 "settings.navigation.account": "Compte",
286 "settings.navigation.availableServices": "Services disponibles", 286 "settings.navigation.availableServices": "Services disponibles",
287 "settings.navigation.logout": "Se déconnecter", 287 "settings.navigation.logout": "Se déconnecter",
288 "settings.navigation.settings": "Paramètres",
289 "settings.navigation.supportFerdi": "À propos de Ferdi", 288 "settings.navigation.supportFerdi": "À propos de Ferdi",
290 "settings.navigation.team": "Gérer l'équipe", 289 "settings.navigation.team": "Gérer l'équipe",
291 "settings.navigation.yourServices": "Vos services", 290 "settings.navigation.yourServices": "Vos services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Désactiver les notifications et les sons", 417 "sidebar.muteApp": "Désactiver les notifications et les sons",
419 "sidebar.openTodosDrawer": "Ouvrir Ferdi Todos", 418 "sidebar.openTodosDrawer": "Ouvrir Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail", 419 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail",
421 "sidebar.settings": "Paramètres",
422 "sidebar.unmuteApp": "Activer les notifications et les sons", 420 "sidebar.unmuteApp": "Activer les notifications et les sons",
423 "signup.email.label": "Adresse Email", 421 "signup.email.label": "Adresse Email",
424 "signup.emailDuplicate": "Cette adresse email est déjà utilisée", 422 "signup.emailDuplicate": "Cette adresse email est déjà utilisée",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Désactiver les notifications", 436 "tabs.item.disableNotifications": "Désactiver les notifications",
439 "tabs.item.disableService": "Désactiver le service", 437 "tabs.item.disableService": "Désactiver le service",
440 "tabs.item.edit": "Éditer",
441 "tabs.item.enableAudio": "Activer l'audio", 438 "tabs.item.enableAudio": "Activer l'audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Activer les notifications", 440 "tabs.item.enableNotification": "Activer les notifications",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 693657094..a78c90771 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne", 27 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne",
28 "global.cancel": "Cealaigh", 28 "global.cancel": "Cealaigh",
29 "global.edit": "Cuir in eagar",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.", 31 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Socruithe",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe", 88 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe",
87 "menu.app.hide": "Cuir Ferdi i bhfolach", 89 "menu.app.hide": "Cuir Ferdi i bhfolach",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Socruithe",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Cuir in eagar", 92 "menu.edit": "Cuir in eagar",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Socruithe",
259 "settings.app.headlineAdvanced": "Casta", 259 "settings.app.headlineAdvanced": "Casta",
260 "settings.app.headlineAppearance": "Dealramh", 260 "settings.app.headlineAppearance": "Dealramh",
261 "settings.app.headlineGeneral": "Ginearálta", 261 "settings.app.headlineGeneral": "Ginearálta",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Cuntas", 285 "settings.navigation.account": "Cuntas",
286 "settings.navigation.availableServices": "Seirbhísí le fáil", 286 "settings.navigation.availableServices": "Seirbhísí le fáil",
287 "settings.navigation.logout": "Logáil amach", 287 "settings.navigation.logout": "Logáil amach",
288 "settings.navigation.settings": "Socruithe",
289 "settings.navigation.supportFerdi": "Faoi Ferdi", 288 "settings.navigation.supportFerdi": "Faoi Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Do sheirbhísí", 290 "settings.navigation.yourServices": "Do sheirbhísí",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim", 417 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Socruithe",
422 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim", 420 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim",
423 "signup.email.label": "Seoladh ríomhphoist", 421 "signup.email.label": "Seoladh ríomhphoist",
424 "signup.emailDuplicate": "Tá úsáideoir leis an seoladh ríomhphoist sin cheana féin", 422 "signup.emailDuplicate": "Tá úsáideoir leis an seoladh ríomhphoist sin cheana féin",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Díchumasaigh fógraí", 436 "tabs.item.disableNotifications": "Díchumasaigh fógraí",
439 "tabs.item.disableService": "Díchumasaigh seirbhís", 437 "tabs.item.disableService": "Díchumasaigh seirbhís",
440 "tabs.item.edit": "Cuir in eagar",
441 "tabs.item.enableAudio": "Cumasaigh fuaim", 438 "tabs.item.enableAudio": "Cumasaigh fuaim",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Cumasaigh fógraí", 440 "tabs.item.enableNotification": "Cumasaigh fógraí",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 1e74c3465..79e1532b5 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "החלפה מהירה", 26 "feature.quickSwitch.title": "החלפה מהירה",
27 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi", 27 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi",
28 "global.cancel": "בטל", 28 "global.cancel": "בטל",
29 "global.edit": "ערוך",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.", 31 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "הגדרות",
35 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})", 37 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})",
36 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי", 38 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי",
37 "global.spellchecking.autodetect.short": "אוטומטי", 39 "global.spellchecking.autodetect.short": "אוטומטי",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "חפש עדכונים", 88 "menu.app.checkForUpdates": "חפש עדכונים",
87 "menu.app.hide": "הסתר", 89 "menu.app.hide": "הסתר",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "הגדרות",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "ערוך", 92 "menu.edit": "ערוך",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "הגדרות",
259 "settings.app.headlineAdvanced": "מתקדם", 259 "settings.app.headlineAdvanced": "מתקדם",
260 "settings.app.headlineAppearance": "תצוגה", 260 "settings.app.headlineAppearance": "תצוגה",
261 "settings.app.headlineGeneral": "כללי", 261 "settings.app.headlineGeneral": "כללי",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "חשבון", 285 "settings.navigation.account": "חשבון",
286 "settings.navigation.availableServices": "שירותים זמינים", 286 "settings.navigation.availableServices": "שירותים זמינים",
287 "settings.navigation.logout": "התנתק", 287 "settings.navigation.logout": "התנתק",
288 "settings.navigation.settings": "הגדרות",
289 "settings.navigation.supportFerdi": "אודות פרדי", 288 "settings.navigation.supportFerdi": "אודות פרדי",
290 "settings.navigation.team": "נהל צוות", 289 "settings.navigation.team": "נהל צוות",
291 "settings.navigation.yourServices": "השירותים שלך", 290 "settings.navigation.yourServices": "השירותים שלך",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "כבה התראות ואודיו", 417 "sidebar.muteApp": "כבה התראות ואודיו",
419 "sidebar.openTodosDrawer": "פתח את המשימות של פרדי", 418 "sidebar.openTodosDrawer": "פתח את המשימות של פרדי",
420 "sidebar.openWorkspaceDrawer": "פתח את סרגל סביבות העבודה", 419 "sidebar.openWorkspaceDrawer": "פתח את סרגל סביבות העבודה",
421 "sidebar.settings": "הגדרות",
422 "sidebar.unmuteApp": "אפשר התראות ואודיו", 420 "sidebar.unmuteApp": "אפשר התראות ואודיו",
423 "signup.email.label": "כתובת דוא\"ל", 421 "signup.email.label": "כתובת דוא\"ל",
424 "signup.emailDuplicate": "כבר קיים חשבון עם כתובת דוא\"ל זו", 422 "signup.emailDuplicate": "כבר קיים חשבון עם כתובת דוא\"ל זו",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "כבה התראות", 436 "tabs.item.disableNotifications": "כבה התראות",
439 "tabs.item.disableService": "כבה שירות", 437 "tabs.item.disableService": "כבה שירות",
440 "tabs.item.edit": "ערוך",
441 "tabs.item.enableAudio": "אפשר אודיו", 438 "tabs.item.enableAudio": "אפשר אודיו",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "אפשר התראות", 440 "tabs.item.enableNotification": "אפשר התראות",
diff --git a/src/i18n/locales/hi.json b/src/i18n/locales/hi.json
index 98f31f573..be9bbb961 100644
--- a/src/i18n/locales/hi.json
+++ b/src/i18n/locales/hi.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index a3b385add..f7e046ed9 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ", 27 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ",
28 "global.cancel": "Odustani", 28 "global.cancel": "Odustani",
29 "global.edit": "Uredi",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ", 31 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Postavke",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Potraži ažuriranja", 88 "menu.app.checkForUpdates": "Potraži ažuriranja",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Postavke",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Uredi", 92 "menu.edit": "Uredi",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Postavke",
259 "settings.app.headlineAdvanced": "Napredne alatke", 259 "settings.app.headlineAdvanced": "Napredne alatke",
260 "settings.app.headlineAppearance": "Izgled", 260 "settings.app.headlineAppearance": "Izgled",
261 "settings.app.headlineGeneral": "Općenito", 261 "settings.app.headlineGeneral": "Općenito",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Korisnički račun", 285 "settings.navigation.account": "Korisnički račun",
286 "settings.navigation.availableServices": "Dostupne usluge", 286 "settings.navigation.availableServices": "Dostupne usluge",
287 "settings.navigation.logout": "Odjava", 287 "settings.navigation.logout": "Odjava",
288 "settings.navigation.settings": "Postavke",
289 "settings.navigation.supportFerdi": "O aplikaciji", 288 "settings.navigation.supportFerdi": "O aplikaciji",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Vaše usluge", 290 "settings.navigation.yourServices": "Vaše usluge",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Ugasi obavijesti i zvuk", 417 "sidebar.muteApp": "Ugasi obavijesti i zvuk",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Postavke",
422 "sidebar.unmuteApp": "Omogući obavijesti i zvuk", 420 "sidebar.unmuteApp": "Omogući obavijesti i zvuk",
423 "signup.email.label": "Vaša e-adresa:", 421 "signup.email.label": "Vaša e-adresa:",
424 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom", 422 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Onemogući obavijesti", 436 "tabs.item.disableNotifications": "Onemogući obavijesti",
439 "tabs.item.disableService": "Onemogući servis", 437 "tabs.item.disableService": "Onemogući servis",
440 "tabs.item.edit": "Uredi",
441 "tabs.item.enableAudio": "Omogućite zvuk", 438 "tabs.item.enableAudio": "Omogućite zvuk",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Omogućite obavijesti", 440 "tabs.item.enableNotification": "Omogućite obavijesti",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 4e6084ec7..84c8496b8 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Gyorsváltó", 26 "feature.quickSwitch.title": "Gyorsváltó",
27 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz", 27 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz",
28 "global.cancel": "Mégsem", 28 "global.cancel": "Mégsem",
29 "global.edit": "Szerkesztés",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.", 31 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Kilépés", 33 "global.quit": "Kilépés",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Beállítások",
35 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})", 37 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})",
36 "global.spellchecking.autodetect": "Automatikus nyelvdetektálás", 38 "global.spellchecking.autodetect": "Automatikus nyelvdetektálás",
37 "global.spellchecking.autodetect.short": "Automatikus", 39 "global.spellchecking.autodetect.short": "Automatikus",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Frissítések keresése", 88 "menu.app.checkForUpdates": "Frissítések keresése",
87 "menu.app.hide": "Elrejt", 89 "menu.app.hide": "Elrejt",
88 "menu.app.hideOthers": "Többi elrejtése", 90 "menu.app.hideOthers": "Többi elrejtése",
89 "menu.app.settings": "Beállítások",
90 "menu.app.unhide": "Megjelenít", 91 "menu.app.unhide": "Megjelenít",
91 "menu.edit": "Szerkesztés", 92 "menu.edit": "Szerkesztés",
92 "menu.edit.copy": "Másolás", 93 "menu.edit.copy": "Másolás",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Beállítások",
259 "settings.app.headlineAdvanced": "Haladó", 259 "settings.app.headlineAdvanced": "Haladó",
260 "settings.app.headlineAppearance": "Megjelenés", 260 "settings.app.headlineAppearance": "Megjelenés",
261 "settings.app.headlineGeneral": "Általános", 261 "settings.app.headlineGeneral": "Általános",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Fiók", 285 "settings.navigation.account": "Fiók",
286 "settings.navigation.availableServices": "Elérhető szolgáltatások", 286 "settings.navigation.availableServices": "Elérhető szolgáltatások",
287 "settings.navigation.logout": "Kijelentkezés", 287 "settings.navigation.logout": "Kijelentkezés",
288 "settings.navigation.settings": "Beállítások",
289 "settings.navigation.supportFerdi": "Névjegy", 288 "settings.navigation.supportFerdi": "Névjegy",
290 "settings.navigation.team": "Csapat kezelése", 289 "settings.navigation.team": "Csapat kezelése",
291 "settings.navigation.yourServices": "Szolgáltatásaid", 290 "settings.navigation.yourServices": "Szolgáltatásaid",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Értesítések és hangok letiltása", 417 "sidebar.muteApp": "Értesítések és hangok letiltása",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Munkaterület panel kinyitása", 419 "sidebar.openWorkspaceDrawer": "Munkaterület panel kinyitása",
421 "sidebar.settings": "Beállítások",
422 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése", 420 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése",
423 "signup.email.label": "Email cím", 421 "signup.email.label": "Email cím",
424 "signup.emailDuplicate": "Ezzel az e-mail címmel már létezik felhasználó", 422 "signup.emailDuplicate": "Ezzel az e-mail címmel már létezik felhasználó",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Sötét mód kikapcsolása", 435 "tabs.item.disableDarkMode": "Sötét mód kikapcsolása",
438 "tabs.item.disableNotifications": "Értesítések letiltása", 436 "tabs.item.disableNotifications": "Értesítések letiltása",
439 "tabs.item.disableService": "Szolgáltatás letiltása", 437 "tabs.item.disableService": "Szolgáltatás letiltása",
440 "tabs.item.edit": "Szerkesztés",
441 "tabs.item.enableAudio": "Hang engedélyezése", 438 "tabs.item.enableAudio": "Hang engedélyezése",
442 "tabs.item.enableDarkMode": "Sötét mód bekapcsolása", 439 "tabs.item.enableDarkMode": "Sötét mód bekapcsolása",
443 "tabs.item.enableNotification": "Értesítések engedélyezése", 440 "tabs.item.enableNotification": "Értesítések engedélyezése",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 7220262b2..7a716a00c 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi", 27 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi",
28 "global.cancel": "Batalkan", 28 "global.cancel": "Batalkan",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.", 31 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Pengaturan",
35 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})", 37 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})",
36 "global.spellchecking.autodetect": "Deteksi bahasa secara otomatis", 38 "global.spellchecking.autodetect": "Deteksi bahasa secara otomatis",
37 "global.spellchecking.autodetect.short": "Otomatis", 39 "global.spellchecking.autodetect.short": "Otomatis",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Periksa versi baru", 88 "menu.app.checkForUpdates": "Periksa versi baru",
87 "menu.app.hide": "Sembunyikan", 89 "menu.app.hide": "Sembunyikan",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Pengaturan",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Pengaturan",
259 "settings.app.headlineAdvanced": "Tingkat Lanjut", 259 "settings.app.headlineAdvanced": "Tingkat Lanjut",
260 "settings.app.headlineAppearance": "Tampilan", 260 "settings.app.headlineAppearance": "Tampilan",
261 "settings.app.headlineGeneral": "Umum", 261 "settings.app.headlineGeneral": "Umum",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Akun", 285 "settings.navigation.account": "Akun",
286 "settings.navigation.availableServices": "Layanan tersedia", 286 "settings.navigation.availableServices": "Layanan tersedia",
287 "settings.navigation.logout": "Keluar", 287 "settings.navigation.logout": "Keluar",
288 "settings.navigation.settings": "Pengaturan",
289 "settings.navigation.supportFerdi": "Tentang Ferdi", 288 "settings.navigation.supportFerdi": "Tentang Ferdi",
290 "settings.navigation.team": "Kelola Tim", 289 "settings.navigation.team": "Kelola Tim",
291 "settings.navigation.yourServices": "Layanan Anda", 290 "settings.navigation.yourServices": "Layanan Anda",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio", 417 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja", 419 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja",
421 "sidebar.settings": "Pengaturan",
422 "sidebar.unmuteApp": "Aktifkan pemberitahuan", 420 "sidebar.unmuteApp": "Aktifkan pemberitahuan",
423 "signup.email.label": "Alamat email", 421 "signup.email.label": "Alamat email",
424 "signup.emailDuplicate": "Pengguna dengan alamat email ini sudah ada", 422 "signup.emailDuplicate": "Pengguna dengan alamat email ini sudah ada",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Nonaktifkan pemberitahuan", 436 "tabs.item.disableNotifications": "Nonaktifkan pemberitahuan",
439 "tabs.item.disableService": "Nonaktifkan layanan", 437 "tabs.item.disableService": "Nonaktifkan layanan",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Aktifkan audio", 438 "tabs.item.enableAudio": "Aktifkan audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Aktifkan pemberitahuan", 440 "tabs.item.enableNotification": "Aktifkan pemberitahuan",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 523fc3de5..d5539aa30 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Cambio Veloce", 26 "feature.quickSwitch.title": "Cambio Veloce",
27 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi", 27 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi",
28 "global.cancel": "Annulla", 28 "global.cancel": "Annulla",
29 "global.edit": "Modifica",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Non sei connesso a Internet.", 31 "global.notConnectedToTheInternet": "Non sei connesso a Internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Impostazioni",
35 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})", 37 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})",
36 "global.spellchecking.autodetect": "Rileva automaticamente la lingua", 38 "global.spellchecking.autodetect": "Rileva automaticamente la lingua",
37 "global.spellchecking.autodetect.short": "Automatico", 39 "global.spellchecking.autodetect.short": "Automatico",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Controlla aggiornamenti", 88 "menu.app.checkForUpdates": "Controlla aggiornamenti",
87 "menu.app.hide": "Nascondi", 89 "menu.app.hide": "Nascondi",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Impostazioni",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Modifica", 92 "menu.edit": "Modifica",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Impostazioni",
259 "settings.app.headlineAdvanced": "Avanzate", 259 "settings.app.headlineAdvanced": "Avanzate",
260 "settings.app.headlineAppearance": "Aspetto", 260 "settings.app.headlineAppearance": "Aspetto",
261 "settings.app.headlineGeneral": "Generale", 261 "settings.app.headlineGeneral": "Generale",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Servizi disponibili", 286 "settings.navigation.availableServices": "Servizi disponibili",
287 "settings.navigation.logout": "Esci", 287 "settings.navigation.logout": "Esci",
288 "settings.navigation.settings": "Impostazioni",
289 "settings.navigation.supportFerdi": "Info su Ferdi", 288 "settings.navigation.supportFerdi": "Info su Ferdi",
290 "settings.navigation.team": "Gestisci il Team", 289 "settings.navigation.team": "Gestisci il Team",
291 "settings.navigation.yourServices": "I tuoi servizi", 290 "settings.navigation.yourServices": "I tuoi servizi",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disattiva notifiche e audio", 417 "sidebar.muteApp": "Disattiva notifiche e audio",
419 "sidebar.openTodosDrawer": "Apri le Attività Ferdi", 418 "sidebar.openTodosDrawer": "Apri le Attività Ferdi",
420 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace", 419 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace",
421 "sidebar.settings": "Impostazioni",
422 "sidebar.unmuteApp": "Attiva notifiche e audio", 420 "sidebar.unmuteApp": "Attiva notifiche e audio",
423 "signup.email.label": "Indirizzo email", 421 "signup.email.label": "Indirizzo email",
424 "signup.emailDuplicate": "Esiste già un utente con lo stesso indirizzo email", 422 "signup.emailDuplicate": "Esiste già un utente con lo stesso indirizzo email",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disattiva notifiche", 436 "tabs.item.disableNotifications": "Disattiva notifiche",
439 "tabs.item.disableService": "Disattiva servizio", 437 "tabs.item.disableService": "Disattiva servizio",
440 "tabs.item.edit": "Modifica",
441 "tabs.item.enableAudio": "Attiva audio", 438 "tabs.item.enableAudio": "Attiva audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Attiva le notifiche", 440 "tabs.item.enableNotification": "Attiva le notifiche",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 74dc1e601..118a2fb8e 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "クイックスイッチ", 26 "feature.quickSwitch.title": "クイックスイッチ",
27 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。", 27 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。",
28 "global.cancel": "キャンセル", 28 "global.cancel": "キャンセル",
29 "global.edit": "編集",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "インターネットに接続されていません。", 31 "global.notConnectedToTheInternet": "インターネットに接続されていません。",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "終了", 33 "global.quit": "終了",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "設定",
35 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})", 37 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})",
36 "global.spellchecking.autodetect": "言語を自動的に検出する", 38 "global.spellchecking.autodetect": "言語を自動的に検出する",
37 "global.spellchecking.autodetect.short": "自動", 39 "global.spellchecking.autodetect.short": "自動",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "更新の確認", 88 "menu.app.checkForUpdates": "更新の確認",
87 "menu.app.hide": "隠す", 89 "menu.app.hide": "隠す",
88 "menu.app.hideOthers": "他を非表示", 90 "menu.app.hideOthers": "他を非表示",
89 "menu.app.settings": "設定",
90 "menu.app.unhide": "再表示", 91 "menu.app.unhide": "再表示",
91 "menu.edit": "編集", 92 "menu.edit": "編集",
92 "menu.edit.copy": "コピー", 93 "menu.edit.copy": "コピー",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Touch IDを使用してFerdiのロックを解除する", 256 "settings.app.form.useTouchIdToUnlock": "Touch IDを使用してFerdiのロックを解除する",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "起動方法", 258 "settings.app.form.wakeUpStrategy": "起動方法",
258 "settings.app.headline": "設定",
259 "settings.app.headlineAdvanced": "詳細", 259 "settings.app.headlineAdvanced": "詳細",
260 "settings.app.headlineAppearance": "表示スタイル", 260 "settings.app.headlineAppearance": "表示スタイル",
261 "settings.app.headlineGeneral": "一般", 261 "settings.app.headlineGeneral": "一般",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "アカウント", 285 "settings.navigation.account": "アカウント",
286 "settings.navigation.availableServices": "利用可能なサービス", 286 "settings.navigation.availableServices": "利用可能なサービス",
287 "settings.navigation.logout": "ログアウト", 287 "settings.navigation.logout": "ログアウト",
288 "settings.navigation.settings": "設定",
289 "settings.navigation.supportFerdi": "バージョン情報", 288 "settings.navigation.supportFerdi": "バージョン情報",
290 "settings.navigation.team": "チームを管理", 289 "settings.navigation.team": "チームを管理",
291 "settings.navigation.yourServices": "利用中のサービス", 290 "settings.navigation.yourServices": "利用中のサービス",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "通知とオーディオを無効化", 417 "sidebar.muteApp": "通知とオーディオを無効化",
419 "sidebar.openTodosDrawer": "Ferdi ToDoを開く", 418 "sidebar.openTodosDrawer": "Ferdi ToDoを開く",
420 "sidebar.openWorkspaceDrawer": "ワークスペースドロワーを開く", 419 "sidebar.openWorkspaceDrawer": "ワークスペースドロワーを開く",
421 "sidebar.settings": "設定",
422 "sidebar.unmuteApp": "通知とオーディオを有効化", 420 "sidebar.unmuteApp": "通知とオーディオを有効化",
423 "signup.email.label": "メールアドレス", 421 "signup.email.label": "メールアドレス",
424 "signup.emailDuplicate": "このメールアドレスは既に登録されています", 422 "signup.emailDuplicate": "このメールアドレスは既に登録されています",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "ダークモードを無効にする", 435 "tabs.item.disableDarkMode": "ダークモードを無効にする",
438 "tabs.item.disableNotifications": "通知を無効にする", 436 "tabs.item.disableNotifications": "通知を無効にする",
439 "tabs.item.disableService": "サービスを無効にする", 437 "tabs.item.disableService": "サービスを無効にする",
440 "tabs.item.edit": "編集",
441 "tabs.item.enableAudio": "オーディオを有効にする", 438 "tabs.item.enableAudio": "オーディオを有効にする",
442 "tabs.item.enableDarkMode": "ダークモードを有効にする", 439 "tabs.item.enableDarkMode": "ダークモードを有効にする",
443 "tabs.item.enableNotification": "通知を有効にする", 440 "tabs.item.enableNotification": "通知を有効にする",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index e7668fd01..cc5a04aff 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა", 27 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა",
28 "global.cancel": "გაუქმება", 28 "global.cancel": "გაუქმება",
29 "global.edit": "რედაქტირება",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.", 31 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "პარამეტრები",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "განახლებების შემოწმება", 88 "menu.app.checkForUpdates": "განახლებების შემოწმება",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "პარამეტრები",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "რედაქტირება", 92 "menu.edit": "რედაქტირება",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "პარამეტრები",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "მთავარი", 261 "settings.app.headlineGeneral": "მთავარი",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "ანგარიში", 285 "settings.navigation.account": "ანგარიში",
286 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები", 286 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები",
287 "settings.navigation.logout": "გასვლა", 287 "settings.navigation.logout": "გასვლა",
288 "settings.navigation.settings": "პარამეტრები",
289 "settings.navigation.supportFerdi": "Ferdi-ის შესახებ", 288 "settings.navigation.supportFerdi": "Ferdi-ის შესახებ",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "თქვენი სერვისები", 290 "settings.navigation.yourServices": "თქვენი სერვისები",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "პარამეტრები",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "მეილი", 421 "signup.email.label": "მეილი",
424 "signup.emailDuplicate": "მომხმარებელი ამ მეილით უკვე არსებობს", 422 "signup.emailDuplicate": "მომხმარებელი ამ მეილით უკვე არსებობს",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "შეტყობინებების გამორთვა", 436 "tabs.item.disableNotifications": "შეტყობინებების გამორთვა",
439 "tabs.item.disableService": "სერვისის გაუქმება", 437 "tabs.item.disableService": "სერვისის გაუქმება",
440 "tabs.item.edit": "რედაქტირება",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "შეტყობინებების ჩართვა", 440 "tabs.item.enableNotification": "შეტყობინებების ჩართვა",
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index 5df9f8b05..9bb874e43 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdi online services",
16 "global.edit": "Edit",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "You are not connected to the internet.", 18 "global.notConnectedToTheInternet": "You are not connected to the internet.",
18 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings",
19 "global.spellchecker.useDefault": "Use System Default ({default})", 21 "global.spellchecker.useDefault": "Use System Default ({default})",
20 "global.spellchecking.autodetect": "Detect language automatically", 22 "global.spellchecking.autodetect": "Detect language automatically",
21 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
54 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
55 "menu.app.hideOthers": "Hide Others", 57 "menu.app.hideOthers": "Hide Others",
56 "menu.app.settings": "Settings",
57 "menu.app.unhide": "Unhide", 58 "menu.app.unhide": "Unhide",
58 "menu.edit": "Edit", 59 "menu.edit": "Edit",
59 "menu.edit.copy": "Copy", 60 "menu.edit.copy": "Copy",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
179 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
180 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
181 "settings.app.headline": "Settings",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
183 "settings.app.headlineAppearance": "Appearance", 183 "settings.app.headlineAppearance": "Appearance",
184 "settings.app.headlineGeneral": "General", 184 "settings.app.headlineGeneral": "General",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
197 "settings.navigation.inviteFriends": "Invite Friends", 197 "settings.navigation.inviteFriends": "Invite Friends",
198 "settings.navigation.logout": "Logout", 198 "settings.navigation.logout": "Logout",
199 "settings.navigation.settings": "Settings",
200 "settings.navigation.team": "Manage Team", 199 "settings.navigation.team": "Manage Team",
201 "settings.navigation.yourServices": "Your services", 200 "settings.navigation.yourServices": "Your services",
202 "settings.navigation.yourWorkspaces": "Your workspaces", 201 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "Disable notifications & audio", 301 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 302 "sidebar.openTodosDrawer": "Open Ferdi Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 303 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.settings": "Settings",
306 "sidebar.unmuteApp": "Enable notifications & audio", 304 "sidebar.unmuteApp": "Enable notifications & audio",
307 "signup.email.label": "Email address", 305 "signup.email.label": "Email address",
308 "signup.emailDuplicate": "A user with that email address already exists", 306 "signup.emailDuplicate": "A user with that email address already exists",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "Disable audio", 317 "tabs.item.disableAudio": "Disable audio",
320 "tabs.item.disableNotifications": "Disable notifications", 318 "tabs.item.disableNotifications": "Disable notifications",
321 "tabs.item.disableService": "Disable service", 319 "tabs.item.disableService": "Disable service",
322 "tabs.item.edit": "Edit",
323 "tabs.item.enableAudio": "Enable audio", 320 "tabs.item.enableAudio": "Enable audio",
324 "tabs.item.enableNotification": "Enable notifications", 321 "tabs.item.enableNotification": "Enable notifications",
325 "tabs.item.enableService": "Enable service", 322 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 8f6f81b1f..dfbfd63a3 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "빠른 검색", 26 "feature.quickSwitch.title": "빠른 검색",
27 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.", 27 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.",
28 "global.cancel": "취소", 28 "global.cancel": "취소",
29 "global.edit": "편집",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.", 31 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "설정",
35 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})", 37 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})",
36 "global.spellchecking.autodetect": "언어 자동 탐색", 38 "global.spellchecking.autodetect": "언어 자동 탐색",
37 "global.spellchecking.autodetect.short": "자동", 39 "global.spellchecking.autodetect.short": "자동",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "업데이트 확인", 88 "menu.app.checkForUpdates": "업데이트 확인",
87 "menu.app.hide": "숨기기", 89 "menu.app.hide": "숨기기",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "설정",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "편집", 92 "menu.edit": "편집",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "TouchID로 Ferdi 여는 것을 허용", 256 "settings.app.form.useTouchIdToUnlock": "TouchID로 Ferdi 여는 것을 허용",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "설정",
259 "settings.app.headlineAdvanced": "고급", 259 "settings.app.headlineAdvanced": "고급",
260 "settings.app.headlineAppearance": "모양", 260 "settings.app.headlineAppearance": "모양",
261 "settings.app.headlineGeneral": "일반", 261 "settings.app.headlineGeneral": "일반",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "계정", 285 "settings.navigation.account": "계정",
286 "settings.navigation.availableServices": "사용가능 한 서비스", 286 "settings.navigation.availableServices": "사용가능 한 서비스",
287 "settings.navigation.logout": "로그아웃", 287 "settings.navigation.logout": "로그아웃",
288 "settings.navigation.settings": "설정",
289 "settings.navigation.supportFerdi": "Ferdi에 대해", 288 "settings.navigation.supportFerdi": "Ferdi에 대해",
290 "settings.navigation.team": "팀 관리", 289 "settings.navigation.team": "팀 관리",
291 "settings.navigation.yourServices": "서비스", 290 "settings.navigation.yourServices": "서비스",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "알림 및 알림 소리 비활성화", 417 "sidebar.muteApp": "알림 및 알림 소리 비활성화",
419 "sidebar.openTodosDrawer": "Ferdi Todos 열기", 418 "sidebar.openTodosDrawer": "Ferdi Todos 열기",
420 "sidebar.openWorkspaceDrawer": "작업영역 서랍 열기", 419 "sidebar.openWorkspaceDrawer": "작업영역 서랍 열기",
421 "sidebar.settings": "설정",
422 "sidebar.unmuteApp": "알림과 오디오 활성화", 420 "sidebar.unmuteApp": "알림과 오디오 활성화",
423 "signup.email.label": "이메일 주소", 421 "signup.email.label": "이메일 주소",
424 "signup.emailDuplicate": "해당 이메일을 가진 사용자가 이미 존재합니다", 422 "signup.emailDuplicate": "해당 이메일을 가진 사용자가 이미 존재합니다",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "알림 비활성화", 436 "tabs.item.disableNotifications": "알림 비활성화",
439 "tabs.item.disableService": "서비스 비활성화", 437 "tabs.item.disableService": "서비스 비활성화",
440 "tabs.item.edit": "편집",
441 "tabs.item.enableAudio": "오디오 활성화", 438 "tabs.item.enableAudio": "오디오 활성화",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "알림 허용", 440 "tabs.item.enableNotification": "알림 허용",
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index 7ecd9af97..86e2aa9c5 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -13,9 +13,11 @@
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", 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",
14 "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",
15 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdi", 15 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdi",
16 "global.edit": "Ubahsuai",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.", 18 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.",
18 "global.quit": "Keluar", 19 "global.quit": "Keluar",
20 "global.settings": "Tetapan",
19 "global.spellchecker.useDefault": "Gunakan System Default ({default})", 21 "global.spellchecker.useDefault": "Gunakan System Default ({default})",
20 "global.spellchecking.autodetect": "Kesan bahasa secara automatik", 22 "global.spellchecking.autodetect": "Kesan bahasa secara automatik",
21 "global.spellchecking.autodetect.short": "Automatik", 23 "global.spellchecking.autodetect.short": "Automatik",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Semak untuk kemaskini", 55 "menu.app.checkForUpdates": "Semak untuk kemaskini",
54 "menu.app.hide": "Sorokkan", 56 "menu.app.hide": "Sorokkan",
55 "menu.app.hideOthers": "Sorokkan yang lain-lain", 57 "menu.app.hideOthers": "Sorokkan yang lain-lain",
56 "menu.app.settings": "Tetapan",
57 "menu.app.unhide": "Nyahsorok", 58 "menu.app.unhide": "Nyahsorok",
58 "menu.edit": "Ubahsuai", 59 "menu.edit": "Ubahsuai",
59 "menu.edit.copy": "Salin", 60 "menu.edit.copy": "Salin",
@@ -178,7 +179,6 @@
178 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
179 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
180 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
181 "settings.app.headline": "Tetapan",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
183 "settings.app.headlineAppearance": "Appearance", 183 "settings.app.headlineAppearance": "Appearance",
184 "settings.app.headlineGeneral": "General", 184 "settings.app.headlineGeneral": "General",
@@ -196,7 +196,6 @@
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
197 "settings.navigation.inviteFriends": "Invite Friends", 197 "settings.navigation.inviteFriends": "Invite Friends",
198 "settings.navigation.logout": "Logout", 198 "settings.navigation.logout": "Logout",
199 "settings.navigation.settings": "Tetapan",
200 "settings.navigation.team": "Manage Team", 199 "settings.navigation.team": "Manage Team",
201 "settings.navigation.yourServices": "Your services", 200 "settings.navigation.yourServices": "Your services",
202 "settings.navigation.yourWorkspaces": "Your workspaces", 201 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -302,7 +301,6 @@
302 "sidebar.muteApp": "Disable notifications & audio", 301 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 302 "sidebar.openTodosDrawer": "Open Ferdi Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 303 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.settings": "Tetapan",
306 "sidebar.unmuteApp": "Enable notifications & audio", 304 "sidebar.unmuteApp": "Enable notifications & audio",
307 "signup.email.label": "Email address", 305 "signup.email.label": "Email address",
308 "signup.emailDuplicate": "A user with that email address already exists", 306 "signup.emailDuplicate": "A user with that email address already exists",
@@ -319,7 +317,6 @@
319 "tabs.item.disableAudio": "Disable audio", 317 "tabs.item.disableAudio": "Disable audio",
320 "tabs.item.disableNotifications": "Disable notifications", 318 "tabs.item.disableNotifications": "Disable notifications",
321 "tabs.item.disableService": "Disable service", 319 "tabs.item.disableService": "Disable service",
322 "tabs.item.edit": "Ubahsuai",
323 "tabs.item.enableAudio": "Enable audio", 320 "tabs.item.enableAudio": "Enable audio",
324 "tabs.item.enableNotification": "Enable notifications", 321 "tabs.item.enableNotification": "Enable notifications",
325 "tabs.item.enableService": "Enable service", 322 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index 25d4c19d6..38bba58b2 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -1,144 +1,142 @@
1{ 1{
2 "global.api.unhealthy": "Kan ikke koble til Ferdi' tjenester", 2 "global.api.unhealthy": "Kan ikke koble til Ferdi' tjenester",
3 "global.edit": "Rediger",
3 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.", 4 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.",
5 "global.settings": "Innstillinger",
4 "global.submit": "Send inn", 6 "global.submit": "Send inn",
5 "welcome.signupButton": "Opprett en gratis konto", 7 "import.headline": "Importer dine Ferdi 4 tjenester",
6 "welcome.loginButton": "Logg inn til din konto", 8 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Ferdi 5",
7 "welcome.slogan": "Teksting som funker for deg", 9 "import.skip.label": "Jeg vil legge til en tjeneste manuelt",
8 "login.headline": "Logg inn", 10 "import.submit.label": "Importer tjenester",
11 "infobar.buttonInstallUpdate": "Restart & installer oppdatering",
12 "infobar.buttonReloadServices": "Oppdater tjenester",
13 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon",
14 "infobar.servicesUpdated": "Dine tjenester er oppdatert.",
15 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.",
16 "invite.email.label": "Email adresse",
17 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger",
18 "invite.name.label": "Navn",
19 "invite.skip.label": "Jeg vil gjøre dette senere",
20 "invite.submit.label": "Send invitasjoner",
9 "login.email.label": "Email adresse", 21 "login.email.label": "Email adresse",
22 "login.headline": "Logg inn",
23 "login.invalidCredentials": "Ugyldig email eller passord",
24 "login.link.password": "Reset passord",
25 "login.link.signup": "Opprett en gratis konto",
10 "login.password.label": "Passord", 26 "login.password.label": "Passord",
27 "login.serverLogout": "Din økt utløpte, vennligst logg inn igjen.",
11 "login.submit.label": "Logg inn", 28 "login.submit.label": "Logg inn",
12 "login.invalidCredentials": "Ugyldig email eller passord",
13 "login.tokenExpired": "Din økt utløpte, vennligst logg inn igjen.", 29 "login.tokenExpired": "Din økt utløpte, vennligst logg inn igjen.",
14 "login.serverLogout": "Din økt utløpte, vennligst logg inn igjen.",
15 "login.link.signup": "Opprett en gratis konto",
16 "login.link.password": "Reset passord",
17 "password.headline": "Reset passord",
18 "password.email.label": "Email adresse", 30 "password.email.label": "Email adresse",
31 "password.headline": "Reset passord",
32 "password.link.login": "Logg inn til din konto",
33 "password.link.signup": "Opprett en gratis konto",
19 "password.noUser": "Ingen bruker med den emailen finnes", 34 "password.noUser": "Ingen bruker med den emailen finnes",
20 "password.successInfo": "Vennligst sjekk din email", 35 "password.successInfo": "Vennligst sjekk din email",
21 "password.link.signup": "Opprett en gratis konto",
22 "password.link.login": "Logg inn til din konto",
23 "signup.headline": "Registrer deg",
24 "signup.firstname.label": "Fornavn",
25 "signup.lastname.label": "Etternavn",
26 "signup.email.label": "Email adresse",
27 "signup.company.label": "Firma",
28 "signup.password.label": "Passord",
29 "signup.submit.label": "Opprett konto",
30 "signup.link.login": "Har du allerede en konto? Logg inn",
31 "signup.emailDuplicate": "En konto med den epost adresse eksiterer allerede",
32 "signup.legal.info": "Ved å opprette en Ferdi konto aksepterer du",
33 "signup.legal.terms": "Vilkår for bruk",
34 "signup.legal.privacy": "Personvern",
35 "pricing.headline": "Støtt Ferdi", 36 "pricing.headline": "Støtt Ferdi",
36 "pricing.support.label": "Velg din støtteplan",
37 "pricing.submit.label": "Jeg vil støtte utviklingen av Ferdi",
38 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Ferdi.", 37 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Ferdi.",
39 "import.headline": "Importer dine Ferdi 4 tjenester", 38 "pricing.submit.label": "Jeg vil støtte utviklingen av Ferdi",
40 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Ferdi 5", 39 "pricing.support.label": "Velg din støtteplan",
41 "import.submit.label": "Importer tjenester",
42 "import.skip.label": "Jeg vil legge til en tjeneste manuelt",
43 "invite.submit.label": "Send invitasjoner",
44 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger",
45 "invite.name.label": "Navn",
46 "invite.email.label": "Email adresse",
47 "invite.skip.label": "Jeg vil gjøre dette senere",
48 "infobar.servicesUpdated": "Dine tjenester er oppdatert.",
49 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.",
50 "infobar.buttonReloadServices": "Oppdater tjenester",
51 "infobar.buttonInstallUpdate": "Restart & installer oppdatering",
52 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon",
53 "sidebar.settings": "Innstillinger",
54 "sidebar.addNewService": "Legg til ny tjeneste",
55 "services.welcome": "Velkommen til Ferdi",
56 "services.getStarted": "Kom i gang", 40 "services.getStarted": "Kom i gang",
57 "settings.account.headline": "Konto", 41 "services.welcome": "Velkommen til Ferdi",
58 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdi", 42 "settings.account.account.editButton": "Rediger konto",
59 "settings.account.accountType.basic": "Enkel Konto", 43 "settings.account.accountType.basic": "Enkel Konto",
60 "settings.account.accountType.premium": "Premium Konto", 44 "settings.account.accountType.premium": "Premium Konto",
61 "settings.account.account.editButton": "Rediger konto", 45 "settings.account.buttonSave": "Oppdater profil",
62 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon", 46 "settings.account.headline": "Konto",
63 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
64 "settings.account.headlineProfile": "Oppdater profil",
65 "settings.account.headlineAccount": "Kontoinformasjon", 47 "settings.account.headlineAccount": "Kontoinformasjon",
66 "settings.account.headlinePassword": "Endre passord", 48 "settings.account.headlinePassword": "Endre passord",
67 "settings.account.successInfo": "Dine endringer er lagret", 49 "settings.account.headlineProfile": "Oppdater profil",
68 "settings.account.buttonSave": "Oppdater profil", 50 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdi",
69 "settings.account.mining.thankyou": "Takk for at du støtter Ferdi med din prosessorkraft.",
70 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.", 51 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.",
71 "settings.account.mining.moreInformation": "Få mer informasjon",
72 "settings.account.mining.cancel": "Avbryt mining", 52 "settings.account.mining.cancel": "Avbryt mining",
73 "settings.navigation.availableServices": "Tilgjengelige tjenester", 53 "settings.account.mining.moreInformation": "Få mer informasjon",
74 "settings.navigation.yourServices": "Dine tjenester", 54 "settings.account.mining.thankyou": "Takk for at du støtter Ferdi med din prosessorkraft.",
55 "settings.account.successInfo": "Dine endringer er lagret",
56 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
57 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon",
58 "settings.app.buttonInstallUpdate": "Restart & installer oppdatering",
59 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer",
60 "settings.app.currentVersion": "Gjeldende versjon:",
61 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
62 "settings.app.form.autoLaunchOnStart": "Start Ferdi ved oppstart",
63 "settings.app.form.beta": "Inkluder beta versjoner",
64 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
65 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet",
66 "settings.app.form.language": "Språk",
67 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet",
68 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet",
69 "settings.app.headlineGeneral": "Genelert",
70 "settings.app.headlineLanguage": "Språk",
71 "settings.app.headlineUpdates": "Oppdateringer",
72 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...",
73 "settings.app.updateStatusSearching": "Søker etter en oppdatering",
74 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Ferdi",
75 "settings.navigation.account": "Konto", 75 "settings.navigation.account": "Konto",
76 "settings.navigation.settings": "Innstillinger", 76 "settings.navigation.availableServices": "Tilgjengelige tjenester",
77 "settings.navigation.logout": "Logg ut", 77 "settings.navigation.logout": "Logg ut",
78 "settings.recipes.headline": "Tilgjengelige tjenester", 78 "settings.navigation.yourServices": "Dine tjenester",
79 "settings.recipes.all": "Alle tjenester", 79 "settings.recipes.all": "Alle tjenester",
80 "settings.recipes.dev": "Utvikling", 80 "settings.recipes.dev": "Utvikling",
81 "settings.recipes.headline": "Tilgjengelige tjenester",
81 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarer med søkeordet ditt.", 82 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarer med søkeordet ditt.",
82 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble lagt til", 83 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble lagt til",
83 "settings.service.form.saveButton": "Lagre tjeneste", 84 "settings.service.error.goBack": "Tilbake til tjenester",
84 "settings.service.form.deleteButton": "Slett tjeneste", 85 "settings.service.error.headline": "Error",
85 "settings.service.form.availableServices": "Tilgjengelige tjenester", 86 "settings.service.error.message": "Kunne ikke laste tjeneste oppskrift.",
86 "settings.service.form.yourServices": "Dine tjenester",
87 "settings.service.form.addServiceHeadline": "Legg til {name}", 87 "settings.service.form.addServiceHeadline": "Legg til {name}",
88 "settings.service.form.editServiceHeadline": "Rediger {name}", 88 "settings.service.form.availableServices": "Tilgjengelige tjenester",
89 "settings.service.form.tabHosted": "Hosted", 89 "settings.service.form.customUrl": "Egendefinert server",
90 "settings.service.form.tabOnPremise": "Selv hosted ⭐️",
91 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.",
92 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Ferdi Premium konto.", 90 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Ferdi Premium konto.",
93 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto", 91 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto",
92 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.",
93 "settings.service.form.deleteButton": "Slett tjeneste",
94 "settings.service.form.editServiceHeadline": "Rediger {name}",
95 "settings.service.form.enableNotification": "Slå på varsler",
96 "settings.service.form.enableService": "Slå på tjeneste",
94 "settings.service.form.indirectMessageInfo": "Du vil bli varslet om alle nye meldinger i en kanal, ikke bare @brukernavn, @kanal, @here, ...", 97 "settings.service.form.indirectMessageInfo": "Du vil bli varslet om alle nye meldinger i en kanal, ikke bare @brukernavn, @kanal, @here, ...",
95 "settings.service.error.headline": "Error", 98 "settings.service.form.indirectMessages": "Vis merke for alle nye meldinger",
96 "settings.service.error.goBack": "Tilbake til tjenester", 99 "settings.service.form.name": "Navn",
97 "settings.service.error.message": "Kunne ikke laste tjeneste oppskrift.", 100 "settings.service.form.saveButton": "Lagre tjeneste",
98 "settings.services.tooltip.isDisabled": "Tjenesten er deaktivert", 101 "settings.service.form.tabHosted": "Hosted",
99 "settings.services.tooltip.notificationsDisabled": "Varsler er deaktivert", 102 "settings.service.form.tabOnPremise": "Selv hosted ⭐️",
103 "settings.service.form.team": "Lag",
104 "settings.service.form.yourServices": "Dine tjenester",
105 "settings.services.deletedInfo": "Tjenester har blitt slettet",
106 "settings.services.discoverServices": "Oppdag tjenester",
100 "settings.services.headline": "Dine tjenester", 107 "settings.services.headline": "Dine tjenester",
101 "settings.services.noServicesAdded": "Du har ikke lagt til noen tjenester enda.", 108 "settings.services.noServicesAdded": "Du har ikke lagt til noen tjenester enda.",
102 "settings.services.discoverServices": "Oppdag tjenester", 109 "settings.services.tooltip.isDisabled": "Tjenesten er deaktivert",
110 "settings.services.tooltip.notificationsDisabled": "Varsler er deaktivert",
103 "settings.services.updatedInfo": "Dine endringer er lagret", 111 "settings.services.updatedInfo": "Dine endringer er lagret",
104 "settings.services.deletedInfo": "Tjenester har blitt slettet", 112 "settings.user.form.accountType.company": "Firma",
105 "settings.app.headline": "Innstillinger", 113 "settings.user.form.accountType.individual": "Individuell",
106 "settings.app.headlineGeneral": "Genelert", 114 "settings.user.form.accountType.label": "Konto type",
107 "settings.app.headlineLanguage": "Språk", 115 "settings.user.form.accountType.non-profit": "Non-Profit",
108 "settings.app.headlineUpdates": "Oppdateringer", 116 "settings.user.form.currentPassword": "Gjeldende passord",
109 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer", 117 "settings.user.form.email": "Email",
110 "settings.app.buttonInstallUpdate": "Restart & installer oppdatering",
111 "settings.app.updateStatusSearching": "Søker etter en oppdatering",
112 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...",
113 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Ferdi",
114 "settings.app.form.autoLaunchOnStart": "Start Ferdi ved oppstart",
115 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
116 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet",
117 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet",
118 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
119 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet",
120 "settings.app.form.language": "Språk",
121 "settings.app.form.beta": "Inkluder beta versjoner",
122 "settings.app.currentVersion": "Gjeldende versjon:",
123 "settings.service.form.name": "Navn",
124 "settings.service.form.enableService": "Slå på tjeneste",
125 "settings.service.form.enableNotification": "Slå på varsler",
126 "settings.service.form.team": "Lag",
127 "settings.service.form.customUrl": "Egendefinert server",
128 "settings.service.form.indirectMessages": "Vis merke for alle nye meldinger",
129 "settings.user.form.firstname": "Fornavn", 118 "settings.user.form.firstname": "Fornavn",
130 "settings.user.form.lastname": "Etternavn", 119 "settings.user.form.lastname": "Etternavn",
131 "settings.user.form.email": "Email",
132 "settings.user.form.currentPassword": "Gjeldende passord",
133 "settings.user.form.newPassword": "Nytt passord", 120 "settings.user.form.newPassword": "Nytt passord",
134 "settings.user.form.accountType.label": "Konto type", 121 "sidebar.addNewService": "Legg til ny tjeneste",
135 "settings.user.form.accountType.individual": "Individuell", 122 "signup.company.label": "Firma",
136 "settings.user.form.accountType.non-profit": "Non-Profit", 123 "signup.email.label": "Email adresse",
137 "settings.user.form.accountType.company": "Firma", 124 "signup.emailDuplicate": "En konto med den epost adresse eksiterer allerede",
138 "tabs.item.reload": "Reload", 125 "signup.firstname.label": "Fornavn",
139 "tabs.item.edit": "Rediger", 126 "signup.headline": "Registrer deg",
127 "signup.lastname.label": "Etternavn",
128 "signup.legal.info": "Ved å opprette en Ferdi konto aksepterer du",
129 "signup.legal.privacy": "Personvern",
130 "signup.legal.terms": "Vilkår for bruk",
131 "signup.link.login": "Har du allerede en konto? Logg inn",
132 "signup.password.label": "Passord",
133 "signup.submit.label": "Opprett konto",
134 "tabs.item.deleteService": "Slett tjeneste",
140 "tabs.item.disableNotifications": "Deaktiver varsler", 135 "tabs.item.disableNotifications": "Deaktiver varsler",
141 "tabs.item.enableNotification": "Aktiver varsler",
142 "tabs.item.disableService": "Deaktiver tjeneste", 136 "tabs.item.disableService": "Deaktiver tjeneste",
143 "tabs.item.deleteService": "Slett tjeneste" 137 "tabs.item.enableNotification": "Aktiver varsler",
138 "tabs.item.reload": "Reload",
139 "welcome.loginButton": "Logg inn til din konto",
140 "welcome.signupButton": "Opprett en gratis konto",
141 "welcome.slogan": "Teksting som funker for deg"
144} 142}
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index f80973940..b9ca228ba 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services", 27 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services",
28 "global.cancel": "Annuleren", 28 "global.cancel": "Annuleren",
29 "global.edit": "Bewerken",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.", 31 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Instellingen",
35 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})", 37 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})",
36 "global.spellchecking.autodetect": "Taal automatisch herkennen", 38 "global.spellchecking.autodetect": "Taal automatisch herkennen",
37 "global.spellchecking.autodetect.short": "Automatisch", 39 "global.spellchecking.autodetect.short": "Automatisch",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Controleer op updates", 88 "menu.app.checkForUpdates": "Controleer op updates",
87 "menu.app.hide": "Verbergen", 89 "menu.app.hide": "Verbergen",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Instellingen",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Bewerken", 92 "menu.edit": "Bewerken",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Instellingen",
259 "settings.app.headlineAdvanced": "Geavanceerd", 259 "settings.app.headlineAdvanced": "Geavanceerd",
260 "settings.app.headlineAppearance": "Weergave", 260 "settings.app.headlineAppearance": "Weergave",
261 "settings.app.headlineGeneral": "Algemeen", 261 "settings.app.headlineGeneral": "Algemeen",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Beschikbare services", 286 "settings.navigation.availableServices": "Beschikbare services",
287 "settings.navigation.logout": "Uitloggen", 287 "settings.navigation.logout": "Uitloggen",
288 "settings.navigation.settings": "Instellingen",
289 "settings.navigation.supportFerdi": "Over Ferdi", 288 "settings.navigation.supportFerdi": "Over Ferdi",
290 "settings.navigation.team": "Beheer Team", 289 "settings.navigation.team": "Beheer Team",
291 "settings.navigation.yourServices": "Jouw services", 290 "settings.navigation.yourServices": "Jouw services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Berichten & geluid uitschakelen", 417 "sidebar.muteApp": "Berichten & geluid uitschakelen",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen", 419 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
421 "sidebar.settings": "Instellingen",
422 "sidebar.unmuteApp": "Berichten & geluid inschakelen", 420 "sidebar.unmuteApp": "Berichten & geluid inschakelen",
423 "signup.email.label": "E-mailadres", 421 "signup.email.label": "E-mailadres",
424 "signup.emailDuplicate": "Er bestaat al een gebruiker met dat e-mailadres", 422 "signup.emailDuplicate": "Er bestaat al een gebruiker met dat e-mailadres",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Notificaties uitschakelen", 436 "tabs.item.disableNotifications": "Notificaties uitschakelen",
439 "tabs.item.disableService": "Service uitschakelen", 437 "tabs.item.disableService": "Service uitschakelen",
440 "tabs.item.edit": "Bewerken",
441 "tabs.item.enableAudio": "Audio inschakelen", 438 "tabs.item.enableAudio": "Audio inschakelen",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Notificaties aanzetten", 440 "tabs.item.enableNotification": "Notificaties aanzetten",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 0feddd6a4..eac72627f 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.", 27 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.",
28 "global.cancel": "Annuleer", 28 "global.cancel": "Annuleer",
29 "global.edit": "Bewerk",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.", 31 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Instellingen",
35 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})", 37 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})",
36 "global.spellchecking.autodetect": "Taal automatisch herkennen", 38 "global.spellchecking.autodetect": "Taal automatisch herkennen",
37 "global.spellchecking.autodetect.short": "Automatisch", 39 "global.spellchecking.autodetect.short": "Automatisch",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Controleer op updates", 88 "menu.app.checkForUpdates": "Controleer op updates",
87 "menu.app.hide": "Verbergen", 89 "menu.app.hide": "Verbergen",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Instellingen",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Bewerk", 92 "menu.edit": "Bewerk",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Instellingen",
259 "settings.app.headlineAdvanced": "Geavanceerd", 259 "settings.app.headlineAdvanced": "Geavanceerd",
260 "settings.app.headlineAppearance": "Weergave", 260 "settings.app.headlineAppearance": "Weergave",
261 "settings.app.headlineGeneral": "Algemeen", 261 "settings.app.headlineGeneral": "Algemeen",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Beschikbare services", 286 "settings.navigation.availableServices": "Beschikbare services",
287 "settings.navigation.logout": "Uitloggen", 287 "settings.navigation.logout": "Uitloggen",
288 "settings.navigation.settings": "Instellingen",
289 "settings.navigation.supportFerdi": "Over Ferdi", 288 "settings.navigation.supportFerdi": "Over Ferdi",
290 "settings.navigation.team": "Beheer Team", 289 "settings.navigation.team": "Beheer Team",
291 "settings.navigation.yourServices": "Jouw services", 290 "settings.navigation.yourServices": "Jouw services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Berichten & geluid uitschakelen", 417 "sidebar.muteApp": "Berichten & geluid uitschakelen",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen", 419 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
421 "sidebar.settings": "Instellingen",
422 "sidebar.unmuteApp": "Berichten & geluid inschakelen", 420 "sidebar.unmuteApp": "Berichten & geluid inschakelen",
423 "signup.email.label": "E-mailadres", 421 "signup.email.label": "E-mailadres",
424 "signup.emailDuplicate": "Er bestaat al een gebruiker met dat e-mailadres", 422 "signup.emailDuplicate": "Er bestaat al een gebruiker met dat e-mailadres",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Meldingen uitschakelen", 436 "tabs.item.disableNotifications": "Meldingen uitschakelen",
439 "tabs.item.disableService": "Service uitschakelen", 437 "tabs.item.disableService": "Service uitschakelen",
440 "tabs.item.edit": "Bewerk",
441 "tabs.item.enableAudio": "Audio inschakelen", 438 "tabs.item.enableAudio": "Audio inschakelen",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Meldingen inschakelen", 440 "tabs.item.enableNotification": "Meldingen inschakelen",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 2f67933d9..548cba3ce 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Hurtigbytte", 26 "feature.quickSwitch.title": "Hurtigbytte",
27 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester", 27 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester",
28 "global.cancel": "Avbryt", 28 "global.cancel": "Avbryt",
29 "global.edit": "Rediger",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.", 31 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Innstillinger",
35 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})", 37 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})",
36 "global.spellchecking.autodetect": "Oppdag språk automatisk", 38 "global.spellchecking.autodetect": "Oppdag språk automatisk",
37 "global.spellchecking.autodetect.short": "Automatisk", 39 "global.spellchecking.autodetect.short": "Automatisk",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Se etter oppdateringer", 88 "menu.app.checkForUpdates": "Se etter oppdateringer",
87 "menu.app.hide": "Skjul", 89 "menu.app.hide": "Skjul",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Innstillinger",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Rediger", 92 "menu.edit": "Rediger",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Tillat å bruke TouchID for å låse opp Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Tillat å bruke TouchID for å låse opp Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Innstillinger",
259 "settings.app.headlineAdvanced": "Avansert", 259 "settings.app.headlineAdvanced": "Avansert",
260 "settings.app.headlineAppearance": "Utseende", 260 "settings.app.headlineAppearance": "Utseende",
261 "settings.app.headlineGeneral": "Generelt", 261 "settings.app.headlineGeneral": "Generelt",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Konto", 285 "settings.navigation.account": "Konto",
286 "settings.navigation.availableServices": "Tilgjengelige tjenester", 286 "settings.navigation.availableServices": "Tilgjengelige tjenester",
287 "settings.navigation.logout": "Logg ut", 287 "settings.navigation.logout": "Logg ut",
288 "settings.navigation.settings": "Innstillinger",
289 "settings.navigation.supportFerdi": "Om Ferdi", 288 "settings.navigation.supportFerdi": "Om Ferdi",
290 "settings.navigation.team": "Administrere Team", 289 "settings.navigation.team": "Administrere Team",
291 "settings.navigation.yourServices": "Dine tjenester", 290 "settings.navigation.yourServices": "Dine tjenester",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Deaktiver varsler og lyd", 417 "sidebar.muteApp": "Deaktiver varsler og lyd",
419 "sidebar.openTodosDrawer": "Åpne Ferdi gjøremål", 418 "sidebar.openTodosDrawer": "Åpne Ferdi gjøremål",
420 "sidebar.openWorkspaceDrawer": "Åpne skuff for arbeidsområder", 419 "sidebar.openWorkspaceDrawer": "Åpne skuff for arbeidsområder",
421 "sidebar.settings": "Innstillinger",
422 "sidebar.unmuteApp": "Aktiver varsler og lyd", 420 "sidebar.unmuteApp": "Aktiver varsler og lyd",
423 "signup.email.label": "E-postadresse", 421 "signup.email.label": "E-postadresse",
424 "signup.emailDuplicate": "Det finnes allerede en bruker med den e-postadressen", 422 "signup.emailDuplicate": "Det finnes allerede en bruker med den e-postadressen",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Deaktiver varslinger", 436 "tabs.item.disableNotifications": "Deaktiver varslinger",
439 "tabs.item.disableService": "Deaktiver tjeneste", 437 "tabs.item.disableService": "Deaktiver tjeneste",
440 "tabs.item.edit": "Rediger",
441 "tabs.item.enableAudio": "Aktiver lyd", 438 "tabs.item.enableAudio": "Aktiver lyd",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Aktiver varsler", 440 "tabs.item.enableNotification": "Aktiver varsler",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 11159af33..39b72e367 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online", 27 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online",
28 "global.cancel": "Anuluj", 28 "global.cancel": "Anuluj",
29 "global.edit": "Edytuj",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.", 31 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Ustawienia",
35 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})", 37 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})",
36 "global.spellchecking.autodetect": "Automatycznie wykryj język", 38 "global.spellchecking.autodetect": "Automatycznie wykryj język",
37 "global.spellchecking.autodetect.short": "Automatycznie", 39 "global.spellchecking.autodetect.short": "Automatycznie",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Sprawdź aktualizacje", 88 "menu.app.checkForUpdates": "Sprawdź aktualizacje",
87 "menu.app.hide": "Ukryj", 89 "menu.app.hide": "Ukryj",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Ustawienia",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edytuj", 92 "menu.edit": "Edytuj",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Zezwól na odblokowanie Ferdi przez Touch ID", 256 "settings.app.form.useTouchIdToUnlock": "Zezwól na odblokowanie Ferdi przez Touch ID",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Ustawienia",
259 "settings.app.headlineAdvanced": "Zaawansowane", 259 "settings.app.headlineAdvanced": "Zaawansowane",
260 "settings.app.headlineAppearance": "Wygląd", 260 "settings.app.headlineAppearance": "Wygląd",
261 "settings.app.headlineGeneral": "Ogólne", 261 "settings.app.headlineGeneral": "Ogólne",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Konto", 285 "settings.navigation.account": "Konto",
286 "settings.navigation.availableServices": "Dostępne usługi", 286 "settings.navigation.availableServices": "Dostępne usługi",
287 "settings.navigation.logout": "Wyloguj", 287 "settings.navigation.logout": "Wyloguj",
288 "settings.navigation.settings": "Ustawienia",
289 "settings.navigation.supportFerdi": "O Ferdi", 288 "settings.navigation.supportFerdi": "O Ferdi",
290 "settings.navigation.team": "Zarządzaj Zespołem", 289 "settings.navigation.team": "Zarządzaj Zespołem",
291 "settings.navigation.yourServices": "Twoje usługi", 290 "settings.navigation.yourServices": "Twoje usługi",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki", 417 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki",
419 "sidebar.openTodosDrawer": "Otwórz Listę zadań Ferdi", 418 "sidebar.openTodosDrawer": "Otwórz Listę zadań Ferdi",
420 "sidebar.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego", 419 "sidebar.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego",
421 "sidebar.settings": "Ustawienia",
422 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki", 420 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki",
423 "signup.email.label": "Adres email", 421 "signup.email.label": "Adres email",
424 "signup.emailDuplicate": "Użytkownik z takim adresem email już istnieje", 422 "signup.emailDuplicate": "Użytkownik z takim adresem email już istnieje",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Wyłącz powiadomienia", 436 "tabs.item.disableNotifications": "Wyłącz powiadomienia",
439 "tabs.item.disableService": "Wyłącz usługę", 437 "tabs.item.disableService": "Wyłącz usługę",
440 "tabs.item.edit": "Edytuj",
441 "tabs.item.enableAudio": "Włącz dźwięk", 438 "tabs.item.enableAudio": "Włącz dźwięk",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Aktywuj powiadomienia", 440 "tabs.item.enableNotification": "Aktywuj powiadomienia",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 99f9385c8..2a5ee303e 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Troca Rápida", 26 "feature.quickSwitch.title": "Troca Rápida",
27 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi", 27 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi",
28 "global.cancel": "Cancelar", 28 "global.cancel": "Cancelar",
29 "global.edit": "Editar",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Você não está conectado à internet.", 31 "global.notConnectedToTheInternet": "Você não está conectado à internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Sair", 33 "global.quit": "Sair",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Configurações",
35 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})", 37 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})",
36 "global.spellchecking.autodetect": "Detectar a idioma automaticamente", 38 "global.spellchecking.autodetect": "Detectar a idioma automaticamente",
37 "global.spellchecking.autodetect.short": "Automático", 39 "global.spellchecking.autodetect.short": "Automático",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Procurar atualizações", 88 "menu.app.checkForUpdates": "Procurar atualizações",
87 "menu.app.hide": "Ocultar", 89 "menu.app.hide": "Ocultar",
88 "menu.app.hideOthers": "Ocultar outros", 90 "menu.app.hideOthers": "Ocultar outros",
89 "menu.app.settings": "Configurações",
90 "menu.app.unhide": "Reexibir", 91 "menu.app.unhide": "Reexibir",
91 "menu.edit": "Editar", 92 "menu.edit": "Editar",
92 "menu.edit.copy": "Copiar", 93 "menu.edit.copy": "Copiar",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Estratégia de despertar", 258 "settings.app.form.wakeUpStrategy": "Estratégia de despertar",
258 "settings.app.headline": "Configurações",
259 "settings.app.headlineAdvanced": "Avançado", 259 "settings.app.headlineAdvanced": "Avançado",
260 "settings.app.headlineAppearance": "Aparência", 260 "settings.app.headlineAppearance": "Aparência",
261 "settings.app.headlineGeneral": "Geral", 261 "settings.app.headlineGeneral": "Geral",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Conta", 285 "settings.navigation.account": "Conta",
286 "settings.navigation.availableServices": "Serviços disponíveis", 286 "settings.navigation.availableServices": "Serviços disponíveis",
287 "settings.navigation.logout": "Terminar sessão", 287 "settings.navigation.logout": "Terminar sessão",
288 "settings.navigation.settings": "Configurações",
289 "settings.navigation.supportFerdi": "Sobre o Ferdi", 288 "settings.navigation.supportFerdi": "Sobre o Ferdi",
290 "settings.navigation.team": "Gerenciar equipes", 289 "settings.navigation.team": "Gerenciar equipes",
291 "settings.navigation.yourServices": "Seus serviços", 290 "settings.navigation.yourServices": "Seus serviços",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Desativar notificações e áudio", 417 "sidebar.muteApp": "Desativar notificações e áudio",
419 "sidebar.openTodosDrawer": "Abrir as Tarefas", 418 "sidebar.openTodosDrawer": "Abrir as Tarefas",
420 "sidebar.openWorkspaceDrawer": "Abrir a janela da Área de trabalho", 419 "sidebar.openWorkspaceDrawer": "Abrir a janela da Área de trabalho",
421 "sidebar.settings": "Configurações",
422 "sidebar.unmuteApp": "Ativar notificações e áudio", 420 "sidebar.unmuteApp": "Ativar notificações e áudio",
423 "signup.email.label": "Endereço de e-mail", 421 "signup.email.label": "Endereço de e-mail",
424 "signup.emailDuplicate": "Já existe uma conta associada a este endereço de email", 422 "signup.emailDuplicate": "Já existe uma conta associada a este endereço de email",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Desativar o modo escuro", 435 "tabs.item.disableDarkMode": "Desativar o modo escuro",
438 "tabs.item.disableNotifications": "Desativar notificações", 436 "tabs.item.disableNotifications": "Desativar notificações",
439 "tabs.item.disableService": "Desativar serviço", 437 "tabs.item.disableService": "Desativar serviço",
440 "tabs.item.edit": "Editar",
441 "tabs.item.enableAudio": "Ativar áudio", 438 "tabs.item.enableAudio": "Ativar áudio",
442 "tabs.item.enableDarkMode": "Ativar o modo escuro", 439 "tabs.item.enableDarkMode": "Ativar o modo escuro",
443 "tabs.item.enableNotification": "Ativar notificações", 440 "tabs.item.enableNotification": "Ativar notificações",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index f24942056..da431f4e3 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Troca Rápida", 26 "feature.quickSwitch.title": "Troca Rápida",
27 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi", 27 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi",
28 "global.cancel": "Cancelar", 28 "global.cancel": "Cancelar",
29 "global.edit": "Editar",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Não está ligado à internet.", 31 "global.notConnectedToTheInternet": "Não está ligado à internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Configurações",
35 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})", 37 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})",
36 "global.spellchecking.autodetect": "Detectar idioma automaticamente", 38 "global.spellchecking.autodetect": "Detectar idioma automaticamente",
37 "global.spellchecking.autodetect.short": "Automático", 39 "global.spellchecking.autodetect.short": "Automático",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Procurar atualizações", 88 "menu.app.checkForUpdates": "Procurar atualizações",
87 "menu.app.hide": "Ocultar", 89 "menu.app.hide": "Ocultar",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Configurações",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Editar", 92 "menu.edit": "Editar",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Permite usar o TouchID para desbloquear Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Permite usar o TouchID para desbloquear Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Configurações",
259 "settings.app.headlineAdvanced": "Avançado", 259 "settings.app.headlineAdvanced": "Avançado",
260 "settings.app.headlineAppearance": "Aparência", 260 "settings.app.headlineAppearance": "Aparência",
261 "settings.app.headlineGeneral": "Geral", 261 "settings.app.headlineGeneral": "Geral",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Conta", 285 "settings.navigation.account": "Conta",
286 "settings.navigation.availableServices": "Serviços disponíveis", 286 "settings.navigation.availableServices": "Serviços disponíveis",
287 "settings.navigation.logout": "Sair", 287 "settings.navigation.logout": "Sair",
288 "settings.navigation.settings": "Configurações",
289 "settings.navigation.supportFerdi": "Acerca de Ferdi", 288 "settings.navigation.supportFerdi": "Acerca de Ferdi",
290 "settings.navigation.team": "Gerir Equipa", 289 "settings.navigation.team": "Gerir Equipa",
291 "settings.navigation.yourServices": "Os seus serviços", 290 "settings.navigation.yourServices": "Os seus serviços",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Desativar notificações e áudio", 417 "sidebar.muteApp": "Desativar notificações e áudio",
419 "sidebar.openTodosDrawer": "Abrir Tarefas Ferdi", 418 "sidebar.openTodosDrawer": "Abrir Tarefas Ferdi",
420 "sidebar.openWorkspaceDrawer": "Abrir a barra lateral da área de trabalho", 419 "sidebar.openWorkspaceDrawer": "Abrir a barra lateral da área de trabalho",
421 "sidebar.settings": "Configurações",
422 "sidebar.unmuteApp": "Ativar notificações e áudio", 420 "sidebar.unmuteApp": "Ativar notificações e áudio",
423 "signup.email.label": "Endereço de E-mail", 421 "signup.email.label": "Endereço de E-mail",
424 "signup.emailDuplicate": "Já existe um utilizador com este endereço de e-mail", 422 "signup.emailDuplicate": "Já existe um utilizador com este endereço de e-mail",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Desativar notificações", 436 "tabs.item.disableNotifications": "Desativar notificações",
439 "tabs.item.disableService": "Desativar serviço", 437 "tabs.item.disableService": "Desativar serviço",
440 "tabs.item.edit": "Editar",
441 "tabs.item.enableAudio": "Ativar áudio", 438 "tabs.item.enableAudio": "Ativar áudio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Ativar notificações", 440 "tabs.item.enableNotification": "Ativar notificações",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 39e37f51c..6e2ee4c19 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online", 27 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Nu ești conectat la internet.", 31 "global.notConnectedToTheInternet": "Nu ești conectat la internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})", 37 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})",
36 "global.spellchecking.autodetect": "Detectează limba automat", 38 "global.spellchecking.autodetect": "Detectează limba automat",
37 "global.spellchecking.autodetect.short": "Automat", 39 "global.spellchecking.autodetect.short": "Automat",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 8a781e65b..4a7222914 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Быстрое переключение", 26 "feature.quickSwitch.title": "Быстрое переключение",
27 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi", 27 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi",
28 "global.cancel": "Отмена", 28 "global.cancel": "Отмена",
29 "global.edit": "Правка",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет", 31 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Настройки",
35 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})", 37 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})",
36 "global.spellchecking.autodetect": "Найти язык автоматически", 38 "global.spellchecking.autodetect": "Найти язык автоматически",
37 "global.spellchecking.autodetect.short": "Авто", 39 "global.spellchecking.autodetect.short": "Авто",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Проверить обновления", 88 "menu.app.checkForUpdates": "Проверить обновления",
87 "menu.app.hide": "Скрыть", 89 "menu.app.hide": "Скрыть",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Настройки",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Правка", 92 "menu.edit": "Правка",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Настройки",
259 "settings.app.headlineAdvanced": "Дополнительно", 259 "settings.app.headlineAdvanced": "Дополнительно",
260 "settings.app.headlineAppearance": "Внешний вид", 260 "settings.app.headlineAppearance": "Внешний вид",
261 "settings.app.headlineGeneral": "Общие", 261 "settings.app.headlineGeneral": "Общие",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Аккаунт", 285 "settings.navigation.account": "Аккаунт",
286 "settings.navigation.availableServices": "Доступные сервисы", 286 "settings.navigation.availableServices": "Доступные сервисы",
287 "settings.navigation.logout": "Выход", 287 "settings.navigation.logout": "Выход",
288 "settings.navigation.settings": "Настройки",
289 "settings.navigation.supportFerdi": "О Ferdi", 288 "settings.navigation.supportFerdi": "О Ferdi",
290 "settings.navigation.team": "Управление Командой", 289 "settings.navigation.team": "Управление Командой",
291 "settings.navigation.yourServices": "Ваши сервисы", 290 "settings.navigation.yourServices": "Ваши сервисы",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Отключить уведомления и звук", 417 "sidebar.muteApp": "Отключить уведомления и звук",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Открыть меню окружений", 419 "sidebar.openWorkspaceDrawer": "Открыть меню окружений",
421 "sidebar.settings": "Настройки",
422 "sidebar.unmuteApp": "Включить уведомления и звук", 420 "sidebar.unmuteApp": "Включить уведомления и звук",
423 "signup.email.label": "Адрес электронной почты", 421 "signup.email.label": "Адрес электронной почты",
424 "signup.emailDuplicate": "Пользователь с таким адресом электронной почты уже существует", 422 "signup.emailDuplicate": "Пользователь с таким адресом электронной почты уже существует",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Отключить уведомления", 436 "tabs.item.disableNotifications": "Отключить уведомления",
439 "tabs.item.disableService": "Отключить сервис", 437 "tabs.item.disableService": "Отключить сервис",
440 "tabs.item.edit": "Правка",
441 "tabs.item.enableAudio": "Включить звук", 438 "tabs.item.enableAudio": "Включить звук",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Включить уведомления", 440 "tabs.item.enableNotification": "Включить уведомления",
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index 204886a77..9ebf7f9e5 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "global.api.unhealthy": "ෆ්රාන්ස් මාර්ගගත සේවාවන් වෙත සම්බන්ධ වීමට නොහැක.", 15 "global.api.unhealthy": "ෆ්රාන්ස් මාර්ගගත සේවාවන් වෙත සම්බන්ධ වීමට නොහැක.",
16 "global.edit": "Edit",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "ඔබ අන්තර්ජාලයට සම්බන්ධ වී නැත.", 18 "global.notConnectedToTheInternet": "ඔබ අන්තර්ජාලයට සම්බන්ධ වී නැත.",
18 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings",
19 "global.spellchecker.useDefault": "Use System Default ({default})", 21 "global.spellchecker.useDefault": "Use System Default ({default})",
20 "global.spellchecking.autodetect": "Detect language automatically", 22 "global.spellchecking.autodetect": "Detect language automatically",
21 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
54 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
55 "menu.app.hideOthers": "Hide Others", 57 "menu.app.hideOthers": "Hide Others",
56 "menu.app.settings": "Settings",
57 "menu.app.unhide": "Unhide", 58 "menu.app.unhide": "Unhide",
58 "menu.edit": "Edit", 59 "menu.edit": "Edit",
59 "menu.edit.copy": "Copy", 60 "menu.edit.copy": "Copy",
@@ -179,7 +180,6 @@
179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 180 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
180 "settings.app.form.showDisabledServices": "Display disabled services tabs", 181 "settings.app.form.showDisabledServices": "Display disabled services tabs",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 182 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
182 "settings.app.headline": "Settings",
183 "settings.app.headlineAdvanced": "Advanced", 183 "settings.app.headlineAdvanced": "Advanced",
184 "settings.app.headlineAppearance": "Appearance", 184 "settings.app.headlineAppearance": "Appearance",
185 "settings.app.headlineGeneral": "General", 185 "settings.app.headlineGeneral": "General",
@@ -197,7 +197,6 @@
197 "settings.navigation.availableServices": "Available services", 197 "settings.navigation.availableServices": "Available services",
198 "settings.navigation.inviteFriends": "Invite Friends", 198 "settings.navigation.inviteFriends": "Invite Friends",
199 "settings.navigation.logout": "Logout", 199 "settings.navigation.logout": "Logout",
200 "settings.navigation.settings": "Settings",
201 "settings.navigation.team": "Manage Team", 200 "settings.navigation.team": "Manage Team",
202 "settings.navigation.yourServices": "Your services", 201 "settings.navigation.yourServices": "Your services",
203 "settings.navigation.yourWorkspaces": "Your workspaces", 202 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -304,7 +303,6 @@
304 "sidebar.muteApp": "Disable notifications & audio", 303 "sidebar.muteApp": "Disable notifications & audio",
305 "sidebar.openTodosDrawer": "Open Ferdi Todos", 304 "sidebar.openTodosDrawer": "Open Ferdi Todos",
306 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 305 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
307 "sidebar.settings": "Settings",
308 "sidebar.unmuteApp": "Enable notifications & audio", 306 "sidebar.unmuteApp": "Enable notifications & audio",
309 "signup.email.label": "Email address", 307 "signup.email.label": "Email address",
310 "signup.emailDuplicate": "A user with that email address already exists", 308 "signup.emailDuplicate": "A user with that email address already exists",
@@ -321,7 +319,6 @@
321 "tabs.item.disableAudio": "Disable audio", 319 "tabs.item.disableAudio": "Disable audio",
322 "tabs.item.disableNotifications": "Disable notifications", 320 "tabs.item.disableNotifications": "Disable notifications",
323 "tabs.item.disableService": "Disable service", 321 "tabs.item.disableService": "Disable service",
324 "tabs.item.edit": "Edit",
325 "tabs.item.enableAudio": "Enable audio", 322 "tabs.item.enableAudio": "Enable audio",
326 "tabs.item.enableNotification": "Enable notifications", 323 "tabs.item.enableNotification": "Enable notifications",
327 "tabs.item.enableService": "Enable service", 324 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index f6d6882b5..7e84088d1 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi", 27 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi",
28 "global.cancel": "Zrušiť", 28 "global.cancel": "Zrušiť",
29 "global.edit": "Upraviť",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.", 31 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Nastavenia",
35 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})", 37 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})",
36 "global.spellchecking.autodetect": "Automaticky rozpoznať jazyk", 38 "global.spellchecking.autodetect": "Automaticky rozpoznať jazyk",
37 "global.spellchecking.autodetect.short": "Automatický", 39 "global.spellchecking.autodetect.short": "Automatický",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Skontrolovať aktualizácie", 88 "menu.app.checkForUpdates": "Skontrolovať aktualizácie",
87 "menu.app.hide": "Skryť", 89 "menu.app.hide": "Skryť",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Nastavenia",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Upraviť", 92 "menu.edit": "Upraviť",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Nastavenia",
259 "settings.app.headlineAdvanced": "Pokročilé", 259 "settings.app.headlineAdvanced": "Pokročilé",
260 "settings.app.headlineAppearance": "Vzhľad", 260 "settings.app.headlineAppearance": "Vzhľad",
261 "settings.app.headlineGeneral": "Všeobecné", 261 "settings.app.headlineGeneral": "Všeobecné",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Účet", 285 "settings.navigation.account": "Účet",
286 "settings.navigation.availableServices": "Dostupné služby", 286 "settings.navigation.availableServices": "Dostupné služby",
287 "settings.navigation.logout": "Odhlásiť sa", 287 "settings.navigation.logout": "Odhlásiť sa",
288 "settings.navigation.settings": "Nastavenia",
289 "settings.navigation.supportFerdi": "O aplikácii", 288 "settings.navigation.supportFerdi": "O aplikácii",
290 "settings.navigation.team": "Spravovať tím", 289 "settings.navigation.team": "Spravovať tím",
291 "settings.navigation.yourServices": "Vaše služby", 290 "settings.navigation.yourServices": "Vaše služby",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Vypnúť upozornenia a zvuky", 417 "sidebar.muteApp": "Vypnúť upozornenia a zvuky",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Otvoriť workspace záložku", 419 "sidebar.openWorkspaceDrawer": "Otvoriť workspace záložku",
421 "sidebar.settings": "Nastavenia",
422 "sidebar.unmuteApp": "Povoliť oznámenia a zvuky", 420 "sidebar.unmuteApp": "Povoliť oznámenia a zvuky",
423 "signup.email.label": "E-mailová adresa", 421 "signup.email.label": "E-mailová adresa",
424 "signup.emailDuplicate": "Používateľ s touto e-mailovou adresou už jestvuje", 422 "signup.emailDuplicate": "Používateľ s touto e-mailovou adresou už jestvuje",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Zakázať oznámenia", 436 "tabs.item.disableNotifications": "Zakázať oznámenia",
439 "tabs.item.disableService": "Vypnúť službu", 437 "tabs.item.disableService": "Vypnúť službu",
440 "tabs.item.edit": "Upraviť",
441 "tabs.item.enableAudio": "Zapnúť zvuk", 438 "tabs.item.enableAudio": "Zapnúť zvuk",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Povoliť oznámenia", 440 "tabs.item.enableNotification": "Povoliť oznámenia",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 4cb145cb2..2c145d6f4 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index 13a0907f6..59f77fbb1 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -13,9 +13,11 @@
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", 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",
14 "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.",
15 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdi online services",
16 "global.edit": "Edit",
16 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdi Professional Required",
17 "global.notConnectedToTheInternet": "You are not connected to the internet.", 18 "global.notConnectedToTheInternet": "You are not connected to the internet.",
18 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings",
19 "global.spellchecker.useDefault": "Use System Default ({default})", 21 "global.spellchecker.useDefault": "Use System Default ({default})",
20 "global.spellchecking.autodetect": "Detect language automatically", 22 "global.spellchecking.autodetect": "Detect language automatically",
21 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
54 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
55 "menu.app.hideOthers": "Hide Others", 57 "menu.app.hideOthers": "Hide Others",
56 "menu.app.settings": "Settings",
57 "menu.app.unhide": "Unhide", 58 "menu.app.unhide": "Unhide",
58 "menu.edit": "Edit", 59 "menu.edit": "Edit",
59 "menu.edit.copy": "Copy", 60 "menu.edit.copy": "Copy",
@@ -179,7 +180,6 @@
179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 180 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
180 "settings.app.form.showDisabledServices": "Display disabled services tabs", 181 "settings.app.form.showDisabledServices": "Display disabled services tabs",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 182 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
182 "settings.app.headline": "Settings",
183 "settings.app.headlineAdvanced": "Advanced", 183 "settings.app.headlineAdvanced": "Advanced",
184 "settings.app.headlineAppearance": "Appearance", 184 "settings.app.headlineAppearance": "Appearance",
185 "settings.app.headlineGeneral": "General", 185 "settings.app.headlineGeneral": "General",
@@ -197,7 +197,6 @@
197 "settings.navigation.availableServices": "Available services", 197 "settings.navigation.availableServices": "Available services",
198 "settings.navigation.inviteFriends": "Invite Friends", 198 "settings.navigation.inviteFriends": "Invite Friends",
199 "settings.navigation.logout": "Logout", 199 "settings.navigation.logout": "Logout",
200 "settings.navigation.settings": "Settings",
201 "settings.navigation.team": "Manage Team", 200 "settings.navigation.team": "Manage Team",
202 "settings.navigation.yourServices": "Your services", 201 "settings.navigation.yourServices": "Your services",
203 "settings.navigation.yourWorkspaces": "Your workspaces", 202 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -304,7 +303,6 @@
304 "sidebar.muteApp": "Disable notifications & audio", 303 "sidebar.muteApp": "Disable notifications & audio",
305 "sidebar.openTodosDrawer": "Open Ferdi Todos", 304 "sidebar.openTodosDrawer": "Open Ferdi Todos",
306 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 305 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
307 "sidebar.settings": "Settings",
308 "sidebar.unmuteApp": "Enable notifications & audio", 306 "sidebar.unmuteApp": "Enable notifications & audio",
309 "signup.email.label": "Email address", 307 "signup.email.label": "Email address",
310 "signup.emailDuplicate": "A user with that email address already exists", 308 "signup.emailDuplicate": "A user with that email address already exists",
@@ -321,7 +319,6 @@
321 "tabs.item.disableAudio": "Disable audio", 319 "tabs.item.disableAudio": "Disable audio",
322 "tabs.item.disableNotifications": "Disable notifications", 320 "tabs.item.disableNotifications": "Disable notifications",
323 "tabs.item.disableService": "Disable service", 321 "tabs.item.disableService": "Disable service",
324 "tabs.item.edit": "Edit",
325 "tabs.item.enableAudio": "Enable audio", 322 "tabs.item.enableAudio": "Enable audio",
326 "tabs.item.enableNotification": "Enable notifications", 323 "tabs.item.enableNotification": "Enable notifications",
327 "tabs.item.enableService": "Enable service", 324 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 627e964fa..8ee9417f6 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ", 27 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ",
28 "global.cancel": "Odustani", 28 "global.cancel": "Odustani",
29 "global.edit": "Uredi",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Niste povezani sa serverom.", 31 "global.notConnectedToTheInternet": "Niste povezani sa serverom.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Postavke",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Аутоматски", 39 "global.spellchecking.autodetect.short": "Аутоматски",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Potraži ažuriranja", 88 "menu.app.checkForUpdates": "Potraži ažuriranja",
87 "menu.app.hide": "Sakrij", 89 "menu.app.hide": "Sakrij",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Postavke",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Uredi", 92 "menu.edit": "Uredi",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Postavke",
259 "settings.app.headlineAdvanced": "Napredne alatke", 259 "settings.app.headlineAdvanced": "Napredne alatke",
260 "settings.app.headlineAppearance": "Izgled", 260 "settings.app.headlineAppearance": "Izgled",
261 "settings.app.headlineGeneral": "Općenito", 261 "settings.app.headlineGeneral": "Općenito",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Korisnički nalog", 285 "settings.navigation.account": "Korisnički nalog",
286 "settings.navigation.availableServices": "Dostupne usluge", 286 "settings.navigation.availableServices": "Dostupne usluge",
287 "settings.navigation.logout": "Odjava", 287 "settings.navigation.logout": "Odjava",
288 "settings.navigation.settings": "Postavke",
289 "settings.navigation.supportFerdi": "O Francu", 288 "settings.navigation.supportFerdi": "O Francu",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Vaše usluge", 290 "settings.navigation.yourServices": "Vaše usluge",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Онемогући обавештења и звукове", 417 "sidebar.muteApp": "Онемогући обавештења и звукове",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Postavke",
422 "sidebar.unmuteApp": "Искључи обавештења и звукове", 420 "sidebar.unmuteApp": "Искључи обавештења и звукове",
423 "signup.email.label": "Vaša e-adresa", 421 "signup.email.label": "Vaša e-adresa",
424 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom", 422 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Onemogući obavijesti", 436 "tabs.item.disableNotifications": "Onemogući obavijesti",
439 "tabs.item.disableService": "Onemogući servis", 437 "tabs.item.disableService": "Onemogući servis",
440 "tabs.item.edit": "Uredi",
441 "tabs.item.enableAudio": "Omogućite zvuk", 438 "tabs.item.enableAudio": "Omogućite zvuk",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Omogućite obavijesti", 440 "tabs.item.enableNotification": "Omogućite obavijesti",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 7cd4239d4..87b92e398 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Snabbväxling", 26 "feature.quickSwitch.title": "Snabbväxling",
27 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster", 27 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster",
28 "global.cancel": "Avbryt", 28 "global.cancel": "Avbryt",
29 "global.edit": "Redigera",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.", 31 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Inställningar",
35 "global.spellchecker.useDefault": "Använd systemstandard ({default})", 37 "global.spellchecker.useDefault": "Använd systemstandard ({default})",
36 "global.spellchecking.autodetect": "Identifiera språk automatiskt", 38 "global.spellchecking.autodetect": "Identifiera språk automatiskt",
37 "global.spellchecking.autodetect.short": "Automatisk", 39 "global.spellchecking.autodetect.short": "Automatisk",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Sök efter uppdateringar", 88 "menu.app.checkForUpdates": "Sök efter uppdateringar",
87 "menu.app.hide": "Dölj", 89 "menu.app.hide": "Dölj",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Inställningar",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Redigera", 92 "menu.edit": "Redigera",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Tillåt att TouchID används för att låsa upp Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Tillåt att TouchID används för att låsa upp Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Inställningar",
259 "settings.app.headlineAdvanced": "Avancerat", 259 "settings.app.headlineAdvanced": "Avancerat",
260 "settings.app.headlineAppearance": "Utseende", 260 "settings.app.headlineAppearance": "Utseende",
261 "settings.app.headlineGeneral": "Allmänt", 261 "settings.app.headlineGeneral": "Allmänt",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Konto", 285 "settings.navigation.account": "Konto",
286 "settings.navigation.availableServices": "Tillgängliga tjänster", 286 "settings.navigation.availableServices": "Tillgängliga tjänster",
287 "settings.navigation.logout": "Logga ut", 287 "settings.navigation.logout": "Logga ut",
288 "settings.navigation.settings": "Inställningar",
289 "settings.navigation.supportFerdi": "Om Ferdi", 288 "settings.navigation.supportFerdi": "Om Ferdi",
290 "settings.navigation.team": "Hantera grupp", 289 "settings.navigation.team": "Hantera grupp",
291 "settings.navigation.yourServices": "Dina tjänster", 290 "settings.navigation.yourServices": "Dina tjänster",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Inaktivera notifikationer och ljud", 417 "sidebar.muteApp": "Inaktivera notifikationer och ljud",
419 "sidebar.openTodosDrawer": "Öppna Ferdi Todos", 418 "sidebar.openTodosDrawer": "Öppna Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Öppna arbetsytan", 419 "sidebar.openWorkspaceDrawer": "Öppna arbetsytan",
421 "sidebar.settings": "Inställningar",
422 "sidebar.unmuteApp": "Aktivera aviseringar och ljud", 420 "sidebar.unmuteApp": "Aktivera aviseringar och ljud",
423 "signup.email.label": "E-postadress", 421 "signup.email.label": "E-postadress",
424 "signup.emailDuplicate": "En användare med den e-postadressen finns redan", 422 "signup.emailDuplicate": "En användare med den e-postadressen finns redan",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Inaktivera aviseringar", 436 "tabs.item.disableNotifications": "Inaktivera aviseringar",
439 "tabs.item.disableService": "Inaktivera tjänst", 437 "tabs.item.disableService": "Inaktivera tjänst",
440 "tabs.item.edit": "Redigera",
441 "tabs.item.enableAudio": "Aktivera ljud", 438 "tabs.item.enableAudio": "Aktivera ljud",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Aktivera aviseringar", 440 "tabs.item.enableNotification": "Aktivera aviseringar",
diff --git a/src/i18n/locales/te.json b/src/i18n/locales/te.json
index 98f31f573..be9bbb961 100644
--- a/src/i18n/locales/te.json
+++ b/src/i18n/locales/te.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel", 28 "global.cancel": "Cancel",
29 "global.edit": "Edit",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "You are not connected to the internet.", 31 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Settings",
35 "global.spellchecker.useDefault": "Use System Default ({default})", 37 "global.spellchecker.useDefault": "Use System Default ({default})",
36 "global.spellchecking.autodetect": "Detect language automatically", 38 "global.spellchecking.autodetect": "Detect language automatically",
37 "global.spellchecking.autodetect.short": "Automatic", 39 "global.spellchecking.autodetect.short": "Automatic",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "Hide", 89 "menu.app.hide": "Hide",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Settings",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "Edit", 92 "menu.edit": "Edit",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Settings",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "Settings",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Settings",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "Email address", 421 "signup.email.label": "Email address",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "Edit",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 6c94df1f3..3b91dfad0 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor", 27 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor",
28 "global.cancel": "İptal", 28 "global.cancel": "İptal",
29 "global.edit": "Düzenle",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.", 31 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Çık", 33 "global.quit": "Çık",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Ayarlar",
35 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})", 37 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})",
36 "global.spellchecking.autodetect": "Dili otomatik tespit et", 38 "global.spellchecking.autodetect": "Dili otomatik tespit et",
37 "global.spellchecking.autodetect.short": "Otomatik", 39 "global.spellchecking.autodetect.short": "Otomatik",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Güncellemeleri kontrol et", 88 "menu.app.checkForUpdates": "Güncellemeleri kontrol et",
87 "menu.app.hide": "Gizle", 89 "menu.app.hide": "Gizle",
88 "menu.app.hideOthers": "Diğerlerini Gizle", 90 "menu.app.hideOthers": "Diğerlerini Gizle",
89 "menu.app.settings": "Ayarlar",
90 "menu.app.unhide": "Göster", 91 "menu.app.unhide": "Göster",
91 "menu.edit": "Düzenle", 92 "menu.edit": "Düzenle",
92 "menu.edit.copy": "Kopyala", 93 "menu.edit.copy": "Kopyala",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Ayarlar",
259 "settings.app.headlineAdvanced": "Gelişmiş", 259 "settings.app.headlineAdvanced": "Gelişmiş",
260 "settings.app.headlineAppearance": "Görünüm", 260 "settings.app.headlineAppearance": "Görünüm",
261 "settings.app.headlineGeneral": "Genel", 261 "settings.app.headlineGeneral": "Genel",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Hesap", 285 "settings.navigation.account": "Hesap",
286 "settings.navigation.availableServices": "Mevcut servisler", 286 "settings.navigation.availableServices": "Mevcut servisler",
287 "settings.navigation.logout": "Çıkış", 287 "settings.navigation.logout": "Çıkış",
288 "settings.navigation.settings": "Ayarlar",
289 "settings.navigation.supportFerdi": "Ferdi Hakkında", 288 "settings.navigation.supportFerdi": "Ferdi Hakkında",
290 "settings.navigation.team": "Ekibini Yönet", 289 "settings.navigation.team": "Ekibini Yönet",
291 "settings.navigation.yourServices": "Servislerin", 290 "settings.navigation.yourServices": "Servislerin",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat", 417 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Çalışma alanı çekmecesini aç", 419 "sidebar.openWorkspaceDrawer": "Çalışma alanı çekmecesini aç",
421 "sidebar.settings": "Ayarlar",
422 "sidebar.unmuteApp": "Bildirimleri ve sesli uyarıları etkinleştir", 420 "sidebar.unmuteApp": "Bildirimleri ve sesli uyarıları etkinleştir",
423 "signup.email.label": "E-posta adresi", 421 "signup.email.label": "E-posta adresi",
424 "signup.emailDuplicate": "Bu email adresine sahip bir kullanıcı zaten mevcut", 422 "signup.emailDuplicate": "Bu email adresine sahip bir kullanıcı zaten mevcut",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Bildirimleri devre dışı bırak", 436 "tabs.item.disableNotifications": "Bildirimleri devre dışı bırak",
439 "tabs.item.disableService": "Servisi devre dışı bırak", 437 "tabs.item.disableService": "Servisi devre dışı bırak",
440 "tabs.item.edit": "Düzenle",
441 "tabs.item.enableAudio": "Sesi etkinleştirin", 438 "tabs.item.enableAudio": "Sesi etkinleştirin",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Bildirimleri etkinleştir", 440 "tabs.item.enableNotification": "Bildirimleri etkinleştir",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index ad02fc54b..b4f1fb66c 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Швидке перемикання", 26 "feature.quickSwitch.title": "Швидке перемикання",
27 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi", 27 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi",
28 "global.cancel": "Відмінити", 28 "global.cancel": "Відмінити",
29 "global.edit": "Редагувати",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.", 31 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Вийти", 33 "global.quit": "Вийти",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Налаштування",
35 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})", 37 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})",
36 "global.spellchecking.autodetect": "Автоматично визначати мову", 38 "global.spellchecking.autodetect": "Автоматично визначати мову",
37 "global.spellchecking.autodetect.short": "Автоматично", 39 "global.spellchecking.autodetect.short": "Автоматично",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Перевірити наявність оновлень", 88 "menu.app.checkForUpdates": "Перевірити наявність оновлень",
87 "menu.app.hide": "Приховати", 89 "menu.app.hide": "Приховати",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "Налаштування",
90 "menu.app.unhide": "Показати", 91 "menu.app.unhide": "Показати",
91 "menu.edit": "Редагувати", 92 "menu.edit": "Редагувати",
92 "menu.edit.copy": "Копіювати", 93 "menu.edit.copy": "Копіювати",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Дозволити використання TouchID для розблокування Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Дозволити використання TouchID для розблокування Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "Налаштування",
259 "settings.app.headlineAdvanced": "Додаткові налаштування", 259 "settings.app.headlineAdvanced": "Додаткові налаштування",
260 "settings.app.headlineAppearance": "Вигляд", 260 "settings.app.headlineAppearance": "Вигляд",
261 "settings.app.headlineGeneral": "Загальні", 261 "settings.app.headlineGeneral": "Загальні",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Акаунт", 285 "settings.navigation.account": "Акаунт",
286 "settings.navigation.availableServices": "Доступні сервіси", 286 "settings.navigation.availableServices": "Доступні сервіси",
287 "settings.navigation.logout": "Вийти", 287 "settings.navigation.logout": "Вийти",
288 "settings.navigation.settings": "Налаштування",
289 "settings.navigation.supportFerdi": "Про Ferdi", 288 "settings.navigation.supportFerdi": "Про Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Ваші сервіси", 290 "settings.navigation.yourServices": "Ваші сервіси",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Вимкнути сповіщення та звуки", 417 "sidebar.muteApp": "Вимкнути сповіщення та звуки",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "Налаштування",
422 "sidebar.unmuteApp": "Увімкнути сповіщення та звуки", 420 "sidebar.unmuteApp": "Увімкнути сповіщення та звуки",
423 "signup.email.label": "Email адреса", 421 "signup.email.label": "Email адреса",
424 "signup.emailDuplicate": "Користувач із цією email адресою вже існує", 422 "signup.emailDuplicate": "Користувач із цією email адресою вже існує",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Вимкнути сповіщення", 436 "tabs.item.disableNotifications": "Вимкнути сповіщення",
439 "tabs.item.disableService": "Вимкнути сервіс", 437 "tabs.item.disableService": "Вимкнути сервіс",
440 "tabs.item.edit": "Редагувати",
441 "tabs.item.enableAudio": "Увімкнути звук", 438 "tabs.item.enableAudio": "Увімкнути звук",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Увімкнути сповіщення", 440 "tabs.item.enableNotification": "Увімкнути сповіщення",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 54905db79..0bf52bf1d 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "Chuyển đổi nhanh", 26 "feature.quickSwitch.title": "Chuyển đổi nhanh",
27 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi", 27 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi",
28 "global.cancel": "Hủy", 28 "global.cancel": "Hủy",
29 "global.edit": "Chỉnh sửa",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.", 31 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Thoát", 33 "global.quit": "Thoát",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "Các thiết lập",
35 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})", 37 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})",
36 "global.spellchecking.autodetect": "Tự động phát hiện ngôn ngữ", 38 "global.spellchecking.autodetect": "Tự động phát hiện ngôn ngữ",
37 "global.spellchecking.autodetect.short": "Tự động", 39 "global.spellchecking.autodetect.short": "Tự động",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Kiểm tra cập nhật", 88 "menu.app.checkForUpdates": "Kiểm tra cập nhật",
87 "menu.app.hide": "Ẩn", 89 "menu.app.hide": "Ẩn",
88 "menu.app.hideOthers": "Ẩn các mục khác", 90 "menu.app.hideOthers": "Ẩn các mục khác",
89 "menu.app.settings": "Các thiết lập",
90 "menu.app.unhide": "Bỏ ẩn", 91 "menu.app.unhide": "Bỏ ẩn",
91 "menu.edit": "Chỉnh sửa", 92 "menu.edit": "Chỉnh sửa",
92 "menu.edit.copy": "Sao chép", 93 "menu.edit.copy": "Sao chép",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Cho phép sử dụng TouchID để mở khóa Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Cho phép sử dụng TouchID để mở khóa Ferdi",
256 "settings.app.form.useVerticalStyle": "Sử dụng kiểu ngang", 257 "settings.app.form.useVerticalStyle": "Sử dụng kiểu ngang",
257 "settings.app.form.wakeUpStrategy": "Chiến lược đánh thức", 258 "settings.app.form.wakeUpStrategy": "Chiến lược đánh thức",
258 "settings.app.headline": "Các thiết lập",
259 "settings.app.headlineAdvanced": "Nâng cao", 259 "settings.app.headlineAdvanced": "Nâng cao",
260 "settings.app.headlineAppearance": "Giao diện", 260 "settings.app.headlineAppearance": "Giao diện",
261 "settings.app.headlineGeneral": "Chung", 261 "settings.app.headlineGeneral": "Chung",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Tài khoản", 285 "settings.navigation.account": "Tài khoản",
286 "settings.navigation.availableServices": "Các dịch vụ có sẵn", 286 "settings.navigation.availableServices": "Các dịch vụ có sẵn",
287 "settings.navigation.logout": "Đăng xuất", 287 "settings.navigation.logout": "Đăng xuất",
288 "settings.navigation.settings": "Các thiết lập",
289 "settings.navigation.supportFerdi": "Giới thiệu về phần mềm Ferdi", 288 "settings.navigation.supportFerdi": "Giới thiệu về phần mềm Ferdi",
290 "settings.navigation.team": "Quản lý Nhóm", 289 "settings.navigation.team": "Quản lý Nhóm",
291 "settings.navigation.yourServices": "Dịch vụ của bạn", 290 "settings.navigation.yourServices": "Dịch vụ của bạn",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Tắt thông báo và âm thanh", 417 "sidebar.muteApp": "Tắt thông báo và âm thanh",
419 "sidebar.openTodosDrawer": "Mở Ferdi Todos", 418 "sidebar.openTodosDrawer": "Mở Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Mở không gian làm việc", 419 "sidebar.openWorkspaceDrawer": "Mở không gian làm việc",
421 "sidebar.settings": "Các thiết lập",
422 "sidebar.unmuteApp": "Bật thông báo và âm thanh", 420 "sidebar.unmuteApp": "Bật thông báo và âm thanh",
423 "signup.email.label": "Địa chỉ E-mail", 421 "signup.email.label": "Địa chỉ E-mail",
424 "signup.emailDuplicate": "Một người dùng với địa chỉ email đó đã tồn tại", 422 "signup.emailDuplicate": "Một người dùng với địa chỉ email đó đã tồn tại",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Vô hiệu hóa chế độ tối", 435 "tabs.item.disableDarkMode": "Vô hiệu hóa chế độ tối",
438 "tabs.item.disableNotifications": "Vô hiệu hóa thông báo", 436 "tabs.item.disableNotifications": "Vô hiệu hóa thông báo",
439 "tabs.item.disableService": "Vô hiệu hóa dịch vụ", 437 "tabs.item.disableService": "Vô hiệu hóa dịch vụ",
440 "tabs.item.edit": "Chỉnh sửa",
441 "tabs.item.enableAudio": "Cho phép âm thanh", 438 "tabs.item.enableAudio": "Cho phép âm thanh",
442 "tabs.item.enableDarkMode": "Kích hoạt chế độ tối", 439 "tabs.item.enableDarkMode": "Kích hoạt chế độ tối",
443 "tabs.item.enableNotification": "Kích hoạt thông báo", 440 "tabs.item.enableNotification": "Kích hoạt thông báo",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index 9daa34208..632127f4d 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -21,9 +21,11 @@
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", 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",
22 "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.",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdi online services",
24 "global.edit": "Edit",
24 "global.franzProRequired": "Ferdi Professional Required", 25 "global.franzProRequired": "Ferdi Professional Required",
25 "global.notConnectedToTheInternet": "You are not connected to the internet.", 26 "global.notConnectedToTheInternet": "You are not connected to the internet.",
26 "global.quit": "Quit", 27 "global.quit": "Quit",
28 "global.settings": "Settings",
27 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
28 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
29 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
@@ -71,7 +73,6 @@
71 "menu.app.checkForUpdates": "Check for updates", 73 "menu.app.checkForUpdates": "Check for updates",
72 "menu.app.hide": "Hide", 74 "menu.app.hide": "Hide",
73 "menu.app.hideOthers": "Hide Others", 75 "menu.app.hideOthers": "Hide Others",
74 "menu.app.settings": "Settings",
75 "menu.app.unhide": "Unhide", 76 "menu.app.unhide": "Unhide",
76 "menu.edit": "Edit", 77 "menu.edit": "Edit",
77 "menu.edit.copy": "Copy", 78 "menu.edit.copy": "Copy",
@@ -197,6 +198,7 @@
197 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
198 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
199 "settings.app.form.beta": "Include beta versions", 200 "settings.app.form.beta": "Include beta versions",
201 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
200 "settings.app.form.darkMode": "Enable dark mode", 202 "settings.app.form.darkMode": "Enable dark mode",
201 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 203 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
202 "settings.app.form.enableLock": "Enable Password Lock", 204 "settings.app.form.enableLock": "Enable Password Lock",
@@ -210,7 +212,6 @@
210 "settings.app.form.language": "Language", 212 "settings.app.form.language": "Language",
211 "settings.app.form.lockPassword": "Password", 213 "settings.app.form.lockPassword": "Password",
212 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 214 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
213 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
214 "settings.app.form.noUpdates": "Disable updates", 215 "settings.app.form.noUpdates": "Disable updates",
215 "settings.app.form.privateNotifications": "Don't show message content in notifications", 216 "settings.app.form.privateNotifications": "Don't show message content in notifications",
216 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 217 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
@@ -226,7 +227,6 @@
226 "settings.app.form.startMinimized": "Start minimized in tray", 227 "settings.app.form.startMinimized": "Start minimized in tray",
227 "settings.app.form.todoServer": "Todo Server", 228 "settings.app.form.todoServer": "Todo Server",
228 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 229 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
229 "settings.app.headline": "Settings",
230 "settings.app.headlineAdvanced": "Advanced", 230 "settings.app.headlineAdvanced": "Advanced",
231 "settings.app.headlineAppearance": "Appearance", 231 "settings.app.headlineAppearance": "Appearance",
232 "settings.app.headlineGeneral": "General", 232 "settings.app.headlineGeneral": "General",
@@ -255,7 +255,6 @@
255 "settings.navigation.account": "Account", 255 "settings.navigation.account": "Account",
256 "settings.navigation.availableServices": "Available services", 256 "settings.navigation.availableServices": "Available services",
257 "settings.navigation.logout": "Logout", 257 "settings.navigation.logout": "Logout",
258 "settings.navigation.settings": "Settings",
259 "settings.navigation.supportFerdi": "Support Ferdi", 258 "settings.navigation.supportFerdi": "Support Ferdi",
260 "settings.navigation.team": "Manage Team", 259 "settings.navigation.team": "Manage Team",
261 "settings.navigation.yourServices": "Your services", 260 "settings.navigation.yourServices": "Your services",
@@ -369,7 +368,6 @@
369 "sidebar.muteApp": "Disable notifications & audio", 368 "sidebar.muteApp": "Disable notifications & audio",
370 "sidebar.openTodosDrawer": "Open Ferdi Todos", 369 "sidebar.openTodosDrawer": "Open Ferdi Todos",
371 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 370 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
372 "sidebar.settings": "Settings",
373 "sidebar.unmuteApp": "Enable notifications & audio", 371 "sidebar.unmuteApp": "Enable notifications & audio",
374 "signup.email.label": "Email address", 372 "signup.email.label": "Email address",
375 "signup.emailDuplicate": "A user with that email address already exists", 373 "signup.emailDuplicate": "A user with that email address already exists",
@@ -386,7 +384,6 @@
386 "tabs.item.disableAudio": "Disable audio", 384 "tabs.item.disableAudio": "Disable audio",
387 "tabs.item.disableNotifications": "Disable notifications", 385 "tabs.item.disableNotifications": "Disable notifications",
388 "tabs.item.disableService": "Disable service", 386 "tabs.item.disableService": "Disable service",
389 "tabs.item.edit": "Edit",
390 "tabs.item.enableAudio": "Enable audio", 387 "tabs.item.enableAudio": "Enable audio",
391 "tabs.item.enableNotification": "Enable notifications", 388 "tabs.item.enableNotification": "Enable notifications",
392 "tabs.item.enableService": "Enable service", 389 "tabs.item.enableService": "Enable service",
diff --git a/src/i18n/locales/zh-HANS.json b/src/i18n/locales/zh-HANS.json
index 0b0652ad6..a214e551c 100644
--- a/src/i18n/locales/zh-HANS.json
+++ b/src/i18n/locales/zh-HANS.json
@@ -13,9 +13,11 @@
13 "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的免费应用程序",
14 "feature.shareFranz.text": "告诉你的朋友和同事Ferdi有多棒并且帮助我们传播Ferdi。", 14 "feature.shareFranz.text": "告诉你的朋友和同事Ferdi有多棒并且帮助我们传播Ferdi。",
15 "global.api.unhealthy": "无法连接Ferdi在线服务", 15 "global.api.unhealthy": "无法连接Ferdi在线服务",
16 "global.edit": "编辑",
16 "global.franzProRequired": "需要 Ferdi 专业版。", 17 "global.franzProRequired": "需要 Ferdi 专业版。",
17 "global.notConnectedToTheInternet": "没有网络服务", 18 "global.notConnectedToTheInternet": "没有网络服务",
18 "global.quit": "退出", 19 "global.quit": "退出",
20 "global.settings": "设置",
19 "global.spellchecker.useDefault": "使用系统默认设置({default})", 21 "global.spellchecker.useDefault": "使用系统默认设置({default})",
20 "global.spellchecking.autodetect": "自动检测语言", 22 "global.spellchecking.autodetect": "自动检测语言",
21 "global.spellchecking.autodetect.short": "自动", 23 "global.spellchecking.autodetect.short": "自动",
@@ -53,7 +55,6 @@
53 "menu.app.checkForUpdates": "检查更新", 55 "menu.app.checkForUpdates": "检查更新",
54 "menu.app.hide": "隐藏", 56 "menu.app.hide": "隐藏",
55 "menu.app.hideOthers": "隐藏其它", 57 "menu.app.hideOthers": "隐藏其它",
56 "menu.app.settings": "设置",
57 "menu.app.unhide": "显示", 58 "menu.app.unhide": "显示",
58 "menu.edit": "编辑", 59 "menu.edit": "编辑",
59 "menu.edit.copy": "复制", 60 "menu.edit.copy": "复制",
@@ -179,7 +180,6 @@
179 "settings.app.form.runInBackground": "关闭窗口时保持 Ferdi 在后台运行", 180 "settings.app.form.runInBackground": "关闭窗口时保持 Ferdi 在后台运行",
180 "settings.app.form.showDisabledServices": "显示已禁用的服务标签页", 181 "settings.app.form.showDisabledServices": "显示已禁用的服务标签页",
181 "settings.app.form.showMessagesBadgesWhenMuted": "在通知被禁用时显示未读消息提示。", 182 "settings.app.form.showMessagesBadgesWhenMuted": "在通知被禁用时显示未读消息提示。",
182 "settings.app.headline": "设置",
183 "settings.app.headlineAdvanced": "高级", 183 "settings.app.headlineAdvanced": "高级",
184 "settings.app.headlineAppearance": "外观", 184 "settings.app.headlineAppearance": "外观",
185 "settings.app.headlineGeneral": "通用", 185 "settings.app.headlineGeneral": "通用",
@@ -197,7 +197,6 @@
197 "settings.navigation.availableServices": "可用的服务", 197 "settings.navigation.availableServices": "可用的服务",
198 "settings.navigation.inviteFriends": "邀请朋友", 198 "settings.navigation.inviteFriends": "邀请朋友",
199 "settings.navigation.logout": "退出账户", 199 "settings.navigation.logout": "退出账户",
200 "settings.navigation.settings": "设置",
201 "settings.navigation.team": "管理团队", 200 "settings.navigation.team": "管理团队",
202 "settings.navigation.yourServices": "您的服务", 201 "settings.navigation.yourServices": "您的服务",
203 "settings.navigation.yourWorkspaces": "你的工作组", 202 "settings.navigation.yourWorkspaces": "你的工作组",
@@ -304,7 +303,6 @@
304 "sidebar.muteApp": "关闭通知和声音提醒", 303 "sidebar.muteApp": "关闭通知和声音提醒",
305 "sidebar.openTodosDrawer": "Open Ferdi Todos", 304 "sidebar.openTodosDrawer": "Open Ferdi Todos",
306 "sidebar.openWorkspaceDrawer": "打开工作组列表", 305 "sidebar.openWorkspaceDrawer": "打开工作组列表",
307 "sidebar.settings": "设置",
308 "sidebar.unmuteApp": "开启通知和声音提醒", 306 "sidebar.unmuteApp": "开启通知和声音提醒",
309 "signup.email.label": "电子邮件", 307 "signup.email.label": "电子邮件",
310 "signup.emailDuplicate": "此邮箱已被注册", 308 "signup.emailDuplicate": "此邮箱已被注册",
@@ -321,7 +319,6 @@
321 "tabs.item.disableAudio": "禁止声音", 319 "tabs.item.disableAudio": "禁止声音",
322 "tabs.item.disableNotifications": "停止通知", 320 "tabs.item.disableNotifications": "停止通知",
323 "tabs.item.disableService": "停用服务", 321 "tabs.item.disableService": "停用服务",
324 "tabs.item.edit": "编辑",
325 "tabs.item.enableAudio": "启用声音", 322 "tabs.item.enableAudio": "启用声音",
326 "tabs.item.enableNotification": "启用通知", 323 "tabs.item.enableNotification": "启用通知",
327 "tabs.item.enableService": "启用服务", 324 "tabs.item.enableService": "启用服务",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 06eeb30cb..22a0b6771 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
27 "global.api.unhealthy": "無法連接到Ferdi網路服務", 27 "global.api.unhealthy": "無法連接到Ferdi網路服務",
28 "global.cancel": "取消", 28 "global.cancel": "取消",
29 "global.edit": "編輯",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "您未連上網際網路", 31 "global.notConnectedToTheInternet": "您未連上網際網路",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "設置",
35 "global.spellchecker.useDefault": "使用系統預設值({default})", 37 "global.spellchecker.useDefault": "使用系統預設值({default})",
36 "global.spellchecking.autodetect": "自動檢測語言", 38 "global.spellchecking.autodetect": "自動檢測語言",
37 "global.spellchecking.autodetect.short": "自動", 39 "global.spellchecking.autodetect.short": "自動",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "檢查更新", 88 "menu.app.checkForUpdates": "檢查更新",
87 "menu.app.hide": "隱藏", 89 "menu.app.hide": "隱藏",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "設置",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "編輯", 92 "menu.edit": "編輯",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "設置",
259 "settings.app.headlineAdvanced": "高級設置", 259 "settings.app.headlineAdvanced": "高級設置",
260 "settings.app.headlineAppearance": "外觀", 260 "settings.app.headlineAppearance": "外觀",
261 "settings.app.headlineGeneral": "一般", 261 "settings.app.headlineGeneral": "一般",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "帳戶", 285 "settings.navigation.account": "帳戶",
286 "settings.navigation.availableServices": "可用服務", 286 "settings.navigation.availableServices": "可用服務",
287 "settings.navigation.logout": "登出", 287 "settings.navigation.logout": "登出",
288 "settings.navigation.settings": "設置",
289 "settings.navigation.supportFerdi": "關於 Ferdi", 288 "settings.navigation.supportFerdi": "關於 Ferdi",
290 "settings.navigation.team": "管理團隊", 289 "settings.navigation.team": "管理團隊",
291 "settings.navigation.yourServices": "您的服務", 290 "settings.navigation.yourServices": "您的服務",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "停用通知", 417 "sidebar.muteApp": "停用通知",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "打開工作區", 419 "sidebar.openWorkspaceDrawer": "打開工作區",
421 "sidebar.settings": "設置",
422 "sidebar.unmuteApp": "啟用通知", 420 "sidebar.unmuteApp": "啟用通知",
423 "signup.email.label": "電子郵件信箱", 421 "signup.email.label": "電子郵件信箱",
424 "signup.emailDuplicate": "此電子郵件信箱已被註冊", 422 "signup.emailDuplicate": "此電子郵件信箱已被註冊",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "停用通知", 436 "tabs.item.disableNotifications": "停用通知",
439 "tabs.item.disableService": "停用服務", 437 "tabs.item.disableService": "停用服務",
440 "tabs.item.edit": "編輯",
441 "tabs.item.enableAudio": "啟用音效", 438 "tabs.item.enableAudio": "啟用音效",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "啟用通知", 440 "tabs.item.enableNotification": "啟用通知",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index 0fcd6891d..c8e0e698a 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -10,9 +10,11 @@
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", 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",
11 "feature.shareFranz.text": "告訴所有朋友和同事Ferdi有多棒!", 11 "feature.shareFranz.text": "告訴所有朋友和同事Ferdi有多棒!",
12 "global.api.unhealthy": "無法連線至 Ferdi 的伺服器", 12 "global.api.unhealthy": "無法連線至 Ferdi 的伺服器",
13 "global.edit": "編輯",
13 "global.franzProRequired": "Ferdi Professional Required", 14 "global.franzProRequired": "Ferdi Professional Required",
14 "global.notConnectedToTheInternet": "你沒有連上網路。", 15 "global.notConnectedToTheInternet": "你沒有連上網路。",
15 "global.quit": "結束", 16 "global.quit": "結束",
17 "global.settings": "設定",
16 "global.spellchecker.useDefault": "使用系統預設 ({default})", 18 "global.spellchecker.useDefault": "使用系統預設 ({default})",
17 "global.spellchecking.autodetect": "自動偵測語言", 19 "global.spellchecking.autodetect": "自動偵測語言",
18 "global.spellchecking.autodetect.short": "自動的", 20 "global.spellchecking.autodetect.short": "自動的",
@@ -50,7 +52,6 @@
50 "menu.app.checkForUpdates": "檢查更新", 52 "menu.app.checkForUpdates": "檢查更新",
51 "menu.app.hide": "隱藏", 53 "menu.app.hide": "隱藏",
52 "menu.app.hideOthers": "隱藏其他", 54 "menu.app.hideOthers": "隱藏其他",
53 "menu.app.settings": "設定",
54 "menu.app.unhide": "顯示", 55 "menu.app.unhide": "顯示",
55 "menu.edit": "編輯", 56 "menu.edit": "編輯",
56 "menu.edit.copy": "拷貝", 57 "menu.edit.copy": "拷貝",
@@ -157,6 +158,7 @@
157 "settings.app.form.autoLaunchInBackground": "在背景開啟", 158 "settings.app.form.autoLaunchInBackground": "在背景開啟",
158 "settings.app.form.autoLaunchOnStart": "開機時啟動 Ferdi", 159 "settings.app.form.autoLaunchOnStart": "開機時啟動 Ferdi",
159 "settings.app.form.beta": "包含測試版", 160 "settings.app.form.beta": "包含測試版",
161 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
160 "settings.app.form.darkMode": "加入黑暗面", 162 "settings.app.form.darkMode": "加入黑暗面",
161 "settings.app.form.enableGPUAcceleration": "啟用 GPU 加速", 163 "settings.app.form.enableGPUAcceleration": "啟用 GPU 加速",
162 "settings.app.form.enableSpellchecking": "啟用拼字檢查", 164 "settings.app.form.enableSpellchecking": "啟用拼字檢查",
@@ -165,11 +167,9 @@
165 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 167 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
166 "settings.app.form.language": "語言", 168 "settings.app.form.language": "語言",
167 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系統列", 169 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系統列",
168 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
169 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdi 在背景運作", 170 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdi 在背景運作",
170 "settings.app.form.showDisabledServices": "顯示停用的服務標籤", 171 "settings.app.form.showDisabledServices": "顯示停用的服務標籤",
171 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息", 172 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息",
172 "settings.app.headline": "設定",
173 "settings.app.headlineAdvanced": "進階", 173 "settings.app.headlineAdvanced": "進階",
174 "settings.app.headlineAppearance": "外觀", 174 "settings.app.headlineAppearance": "外觀",
175 "settings.app.headlineGeneral": "一般", 175 "settings.app.headlineGeneral": "一般",
@@ -187,7 +187,6 @@
187 "settings.navigation.availableServices": "可使用的服務", 187 "settings.navigation.availableServices": "可使用的服務",
188 "settings.navigation.inviteFriends": "邀請朋友", 188 "settings.navigation.inviteFriends": "邀請朋友",
189 "settings.navigation.logout": "登出", 189 "settings.navigation.logout": "登出",
190 "settings.navigation.settings": "設定",
191 "settings.navigation.team": "管理團隊", 190 "settings.navigation.team": "管理團隊",
192 "settings.navigation.yourServices": "您的服務", 191 "settings.navigation.yourServices": "您的服務",
193 "settings.navigation.yourWorkspaces": "所有工作區", 192 "settings.navigation.yourWorkspaces": "所有工作區",
@@ -289,7 +288,6 @@
289 "sidebar.muteApp": "關閉通知和通知音效", 288 "sidebar.muteApp": "關閉通知和通知音效",
290 "sidebar.openTodosDrawer": "Open Ferdi Todos", 289 "sidebar.openTodosDrawer": "Open Ferdi Todos",
291 "sidebar.openWorkspaceDrawer": "打開工作空間", 290 "sidebar.openWorkspaceDrawer": "打開工作空間",
292 "sidebar.settings": "設定",
293 "sidebar.unmuteApp": "開啟通知和通知音效", 291 "sidebar.unmuteApp": "開啟通知和通知音效",
294 "signup.email.label": "電子郵件地址", 292 "signup.email.label": "電子郵件地址",
295 "signup.emailDuplicate": "該使用者的電子郵件位址已存在", 293 "signup.emailDuplicate": "該使用者的電子郵件位址已存在",
@@ -306,7 +304,6 @@
306 "tabs.item.disableAudio": "停用音訊", 304 "tabs.item.disableAudio": "停用音訊",
307 "tabs.item.disableNotifications": "停用通知", 305 "tabs.item.disableNotifications": "停用通知",
308 "tabs.item.disableService": "關閉服務", 306 "tabs.item.disableService": "關閉服務",
309 "tabs.item.edit": "編輯",
310 "tabs.item.enableAudio": "啟用音訊", 307 "tabs.item.enableAudio": "啟用音訊",
311 "tabs.item.enableNotification": "啟用通知", 308 "tabs.item.enableNotification": "啟用通知",
312 "tabs.item.enableService": "啟用服務", 309 "tabs.item.enableService": "啟用服務",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 97335524a..fa30d636a 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -26,12 +26,14 @@
26 "feature.quickSwitch.title": "快速切换", 26 "feature.quickSwitch.title": "快速切换",
27 "global.api.unhealthy": "无法链接到 Ferdi 在线服务", 27 "global.api.unhealthy": "无法链接到 Ferdi 在线服务",
28 "global.cancel": "取消", 28 "global.cancel": "取消",
29 "global.edit": "编辑",
29 "global.no": "No", 30 "global.no": "No",
30 "global.notConnectedToTheInternet": "您没有连接到互联网。", 31 "global.notConnectedToTheInternet": "您没有连接到互联网。",
31 "global.ok": "Ok", 32 "global.ok": "Ok",
32 "global.quit": "Quit", 33 "global.quit": "Quit",
33 "global.quitConfirmation": "Do you really want to quit Ferdi?", 34 "global.quitConfirmation": "Do you really want to quit Ferdi?",
34 "global.save": "Save", 35 "global.save": "Save",
36 "global.settings": "设置",
35 "global.spellchecker.useDefault": "使用系统默认值 ({default})", 37 "global.spellchecker.useDefault": "使用系统默认值 ({default})",
36 "global.spellchecking.autodetect": "自动检测语言", 38 "global.spellchecking.autodetect": "自动检测语言",
37 "global.spellchecking.autodetect.short": "自动", 39 "global.spellchecking.autodetect.short": "自动",
@@ -86,7 +88,6 @@
86 "menu.app.checkForUpdates": "Check for updates", 88 "menu.app.checkForUpdates": "Check for updates",
87 "menu.app.hide": "隐藏", 89 "menu.app.hide": "隐藏",
88 "menu.app.hideOthers": "Hide Others", 90 "menu.app.hideOthers": "Hide Others",
89 "menu.app.settings": "设置",
90 "menu.app.unhide": "Unhide", 91 "menu.app.unhide": "Unhide",
91 "menu.edit": "编辑", 92 "menu.edit": "编辑",
92 "menu.edit.copy": "Copy", 93 "menu.edit.copy": "Copy",
@@ -255,7 +256,6 @@
255 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 256 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
256 "settings.app.form.useVerticalStyle": "Use horizontal style", 257 "settings.app.form.useVerticalStyle": "Use horizontal style",
257 "settings.app.form.wakeUpStrategy": "Wake up strategy", 258 "settings.app.form.wakeUpStrategy": "Wake up strategy",
258 "settings.app.headline": "设置",
259 "settings.app.headlineAdvanced": "Advanced", 259 "settings.app.headlineAdvanced": "Advanced",
260 "settings.app.headlineAppearance": "Appearance", 260 "settings.app.headlineAppearance": "Appearance",
261 "settings.app.headlineGeneral": "General", 261 "settings.app.headlineGeneral": "General",
@@ -285,7 +285,6 @@
285 "settings.navigation.account": "Account", 285 "settings.navigation.account": "Account",
286 "settings.navigation.availableServices": "Available services", 286 "settings.navigation.availableServices": "Available services",
287 "settings.navigation.logout": "Logout", 287 "settings.navigation.logout": "Logout",
288 "settings.navigation.settings": "设置",
289 "settings.navigation.supportFerdi": "About Ferdi", 288 "settings.navigation.supportFerdi": "About Ferdi",
290 "settings.navigation.team": "Manage Team", 289 "settings.navigation.team": "Manage Team",
291 "settings.navigation.yourServices": "Your services", 290 "settings.navigation.yourServices": "Your services",
@@ -418,7 +417,6 @@
418 "sidebar.muteApp": "Disable notifications & audio", 417 "sidebar.muteApp": "Disable notifications & audio",
419 "sidebar.openTodosDrawer": "Open Ferdi Todos", 418 "sidebar.openTodosDrawer": "Open Ferdi Todos",
420 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 419 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
421 "sidebar.settings": "设置",
422 "sidebar.unmuteApp": "Enable notifications & audio", 420 "sidebar.unmuteApp": "Enable notifications & audio",
423 "signup.email.label": "电子邮箱地址", 421 "signup.email.label": "电子邮箱地址",
424 "signup.emailDuplicate": "A user with that email address already exists", 422 "signup.emailDuplicate": "A user with that email address already exists",
@@ -437,7 +435,6 @@
437 "tabs.item.disableDarkMode": "Disable Dark mode", 435 "tabs.item.disableDarkMode": "Disable Dark mode",
438 "tabs.item.disableNotifications": "Disable notifications", 436 "tabs.item.disableNotifications": "Disable notifications",
439 "tabs.item.disableService": "Disable service", 437 "tabs.item.disableService": "Disable service",
440 "tabs.item.edit": "编辑",
441 "tabs.item.enableAudio": "Enable audio", 438 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode", 439 "tabs.item.enableDarkMode": "Enable Dark mode",
443 "tabs.item.enableNotification": "Enable notifications", 440 "tabs.item.enableNotification": "Enable notifications",
diff --git a/src/i18n/messages/src/components/layout/Sidebar.json b/src/i18n/messages/src/components/layout/Sidebar.json
index 1c40118e5..9bc435f12 100644
--- a/src/i18n/messages/src/components/layout/Sidebar.json
+++ b/src/i18n/messages/src/components/layout/Sidebar.json
@@ -1,27 +1,14 @@
1[ 1[
2 { 2 {
3 "id": "sidebar.settings",
4 "defaultMessage": "!!!Settings",
5 "file": "src/components/layout/Sidebar.js",
6 "start": {
7 "line": 17,
8 "column": 12
9 },
10 "end": {
11 "line": 20,
12 "column": 3
13 }
14 },
15 {
16 "id": "sidebar.addNewService", 3 "id": "sidebar.addNewService",
17 "defaultMessage": "!!!Add new service", 4 "defaultMessage": "!!!Add new service",
18 "file": "src/components/layout/Sidebar.js", 5 "file": "src/components/layout/Sidebar.js",
19 "start": { 6 "start": {
20 "line": 21, 7 "line": 18,
21 "column": 17 8 "column": 17
22 }, 9 },
23 "end": { 10 "end": {
24 "line": 24, 11 "line": 21,
25 "column": 3 12 "column": 3
26 } 13 }
27 }, 14 },
@@ -30,11 +17,11 @@
30 "defaultMessage": "!!!Disable notifications & audio", 17 "defaultMessage": "!!!Disable notifications & audio",
31 "file": "src/components/layout/Sidebar.js", 18 "file": "src/components/layout/Sidebar.js",
32 "start": { 19 "start": {
33 "line": 25, 20 "line": 22,
34 "column": 8 21 "column": 8
35 }, 22 },
36 "end": { 23 "end": {
37 "line": 28, 24 "line": 25,
38 "column": 3 25 "column": 3
39 } 26 }
40 }, 27 },
@@ -43,11 +30,11 @@
43 "defaultMessage": "!!!Enable notifications & audio", 30 "defaultMessage": "!!!Enable notifications & audio",
44 "file": "src/components/layout/Sidebar.js", 31 "file": "src/components/layout/Sidebar.js",
45 "start": { 32 "start": {
46 "line": 29, 33 "line": 26,
47 "column": 10 34 "column": 10
48 }, 35 },
49 "end": { 36 "end": {
50 "line": 32, 37 "line": 29,
51 "column": 3 38 "column": 3
52 } 39 }
53 }, 40 },
@@ -56,11 +43,11 @@
56 "defaultMessage": "!!!Open workspace drawer", 43 "defaultMessage": "!!!Open workspace drawer",
57 "file": "src/components/layout/Sidebar.js", 44 "file": "src/components/layout/Sidebar.js",
58 "start": { 45 "start": {
59 "line": 33, 46 "line": 30,
60 "column": 23 47 "column": 23
61 }, 48 },
62 "end": { 49 "end": {
63 "line": 36, 50 "line": 33,
64 "column": 3 51 "column": 3
65 } 52 }
66 }, 53 },
@@ -69,11 +56,11 @@
69 "defaultMessage": "!!!Close workspace drawer", 56 "defaultMessage": "!!!Close workspace drawer",
70 "file": "src/components/layout/Sidebar.js", 57 "file": "src/components/layout/Sidebar.js",
71 "start": { 58 "start": {
72 "line": 37, 59 "line": 34,
73 "column": 24 60 "column": 24
74 }, 61 },
75 "end": { 62 "end": {
76 "line": 40, 63 "line": 37,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!Open Ferdi Todos", 69 "defaultMessage": "!!!Open Ferdi Todos",
83 "file": "src/components/layout/Sidebar.js", 70 "file": "src/components/layout/Sidebar.js",
84 "start": { 71 "start": {
85 "line": 41, 72 "line": 38,
86 "column": 19 73 "column": 19
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 44, 76 "line": 41,
90 "column": 3 77 "column": 3
91 } 78 }
92 }, 79 },
@@ -95,11 +82,11 @@
95 "defaultMessage": "!!!Close Ferdi Todos", 82 "defaultMessage": "!!!Close Ferdi Todos",
96 "file": "src/components/layout/Sidebar.js", 83 "file": "src/components/layout/Sidebar.js",
97 "start": { 84 "start": {
98 "line": 45, 85 "line": 42,
99 "column": 20 86 "column": 20
100 }, 87 },
101 "end": { 88 "end": {
102 "line": 48, 89 "line": 45,
103 "column": 3 90 "column": 3
104 } 91 }
105 }, 92 },
@@ -108,11 +95,11 @@
108 "defaultMessage": "!!!Lock Ferdi", 95 "defaultMessage": "!!!Lock Ferdi",
109 "file": "src/components/layout/Sidebar.js", 96 "file": "src/components/layout/Sidebar.js",
110 "start": { 97 "start": {
111 "line": 49, 98 "line": 46,
112 "column": 13 99 "column": 13
113 }, 100 },
114 "end": { 101 "end": {
115 "line": 52, 102 "line": 49,
116 "column": 3 103 "column": 3
117 } 104 }
118 } 105 }
diff --git a/src/i18n/messages/src/components/services/tabs/TabItem.json b/src/i18n/messages/src/components/services/tabs/TabItem.json
index 377808db3..de854f1e1 100644
--- a/src/i18n/messages/src/components/services/tabs/TabItem.json
+++ b/src/i18n/messages/src/components/services/tabs/TabItem.json
@@ -13,28 +13,15 @@
13 } 13 }
14 }, 14 },
15 { 15 {
16 "id": "tabs.item.edit",
17 "defaultMessage": "!!!Edit",
18 "file": "src/components/services/tabs/TabItem.js",
19 "start": {
20 "line": 25,
21 "column": 8
22 },
23 "end": {
24 "line": 28,
25 "column": 3
26 }
27 },
28 {
29 "id": "tabs.item.disableNotifications", 16 "id": "tabs.item.disableNotifications",
30 "defaultMessage": "!!!Disable notifications", 17 "defaultMessage": "!!!Disable notifications",
31 "file": "src/components/services/tabs/TabItem.js", 18 "file": "src/components/services/tabs/TabItem.js",
32 "start": { 19 "start": {
33 "line": 29, 20 "line": 25,
34 "column": 24 21 "column": 24
35 }, 22 },
36 "end": { 23 "end": {
37 "line": 32, 24 "line": 28,
38 "column": 3 25 "column": 3
39 } 26 }
40 }, 27 },
@@ -43,11 +30,11 @@
43 "defaultMessage": "!!!Enable notifications", 30 "defaultMessage": "!!!Enable notifications",
44 "file": "src/components/services/tabs/TabItem.js", 31 "file": "src/components/services/tabs/TabItem.js",
45 "start": { 32 "start": {
46 "line": 33, 33 "line": 29,
47 "column": 23 34 "column": 23
48 }, 35 },
49 "end": { 36 "end": {
50 "line": 36, 37 "line": 32,
51 "column": 3 38 "column": 3
52 } 39 }
53 }, 40 },
@@ -56,11 +43,11 @@
56 "defaultMessage": "!!!Disable audio", 43 "defaultMessage": "!!!Disable audio",
57 "file": "src/components/services/tabs/TabItem.js", 44 "file": "src/components/services/tabs/TabItem.js",
58 "start": { 45 "start": {
59 "line": 37, 46 "line": 33,
60 "column": 16 47 "column": 16
61 }, 48 },
62 "end": { 49 "end": {
63 "line": 40, 50 "line": 36,
64 "column": 3 51 "column": 3
65 } 52 }
66 }, 53 },
@@ -69,11 +56,11 @@
69 "defaultMessage": "!!!Enable audio", 56 "defaultMessage": "!!!Enable audio",
70 "file": "src/components/services/tabs/TabItem.js", 57 "file": "src/components/services/tabs/TabItem.js",
71 "start": { 58 "start": {
72 "line": 41, 59 "line": 37,
73 "column": 15 60 "column": 15
74 }, 61 },
75 "end": { 62 "end": {
76 "line": 44, 63 "line": 40,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!Enable Dark mode", 69 "defaultMessage": "!!!Enable Dark mode",
83 "file": "src/components/services/tabs/TabItem.js", 70 "file": "src/components/services/tabs/TabItem.js",
84 "start": { 71 "start": {
85 "line": 45, 72 "line": 41,
86 "column": 18 73 "column": 18
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 48, 76 "line": 44,
90 "column": 3 77 "column": 3
91 } 78 }
92 }, 79 },
@@ -95,11 +82,11 @@
95 "defaultMessage": "!!!Disable Dark mode", 82 "defaultMessage": "!!!Disable Dark mode",
96 "file": "src/components/services/tabs/TabItem.js", 83 "file": "src/components/services/tabs/TabItem.js",
97 "start": { 84 "start": {
98 "line": 49, 85 "line": 45,
99 "column": 19 86 "column": 19
100 }, 87 },
101 "end": { 88 "end": {
102 "line": 52, 89 "line": 48,
103 "column": 3 90 "column": 3
104 } 91 }
105 }, 92 },
@@ -108,11 +95,11 @@
108 "defaultMessage": "!!!Disable Service", 95 "defaultMessage": "!!!Disable Service",
109 "file": "src/components/services/tabs/TabItem.js", 96 "file": "src/components/services/tabs/TabItem.js",
110 "start": { 97 "start": {
111 "line": 53, 98 "line": 49,
112 "column": 18 99 "column": 18
113 }, 100 },
114 "end": { 101 "end": {
115 "line": 56, 102 "line": 52,
116 "column": 3 103 "column": 3
117 } 104 }
118 }, 105 },
@@ -121,11 +108,11 @@
121 "defaultMessage": "!!!Enable Service", 108 "defaultMessage": "!!!Enable Service",
122 "file": "src/components/services/tabs/TabItem.js", 109 "file": "src/components/services/tabs/TabItem.js",
123 "start": { 110 "start": {
124 "line": 57, 111 "line": 53,
125 "column": 17 112 "column": 17
126 }, 113 },
127 "end": { 114 "end": {
128 "line": 60, 115 "line": 56,
129 "column": 3 116 "column": 3
130 } 117 }
131 }, 118 },
@@ -134,11 +121,11 @@
134 "defaultMessage": "!!!Hibernate Service", 121 "defaultMessage": "!!!Hibernate Service",
135 "file": "src/components/services/tabs/TabItem.js", 122 "file": "src/components/services/tabs/TabItem.js",
136 "start": { 123 "start": {
137 "line": 61, 124 "line": 57,
138 "column": 20 125 "column": 20
139 }, 126 },
140 "end": { 127 "end": {
141 "line": 64, 128 "line": 60,
142 "column": 3 129 "column": 3
143 } 130 }
144 }, 131 },
@@ -147,11 +134,11 @@
147 "defaultMessage": "!!!Wake Up Service", 134 "defaultMessage": "!!!Wake Up Service",
148 "file": "src/components/services/tabs/TabItem.js", 135 "file": "src/components/services/tabs/TabItem.js",
149 "start": { 136 "start": {
150 "line": 65, 137 "line": 61,
151 "column": 17 138 "column": 17
152 }, 139 },
153 "end": { 140 "end": {
154 "line": 68, 141 "line": 64,
155 "column": 3 142 "column": 3
156 } 143 }
157 }, 144 },
@@ -160,11 +147,11 @@
160 "defaultMessage": "!!!Delete Service", 147 "defaultMessage": "!!!Delete Service",
161 "file": "src/components/services/tabs/TabItem.js", 148 "file": "src/components/services/tabs/TabItem.js",
162 "start": { 149 "start": {
163 "line": 69, 150 "line": 65,
164 "column": 17 151 "column": 17
165 }, 152 },
166 "end": { 153 "end": {
167 "line": 72, 154 "line": 68,
168 "column": 3 155 "column": 3
169 } 156 }
170 }, 157 },
@@ -173,11 +160,11 @@
173 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 160 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
174 "file": "src/components/services/tabs/TabItem.js", 161 "file": "src/components/services/tabs/TabItem.js",
175 "start": { 162 "start": {
176 "line": 73, 163 "line": 69,
177 "column": 24 164 "column": 24
178 }, 165 },
179 "end": { 166 "end": {
180 "line": 77, 167 "line": 73,
181 "column": 3 168 "column": 3
182 } 169 }
183 } 170 }
diff --git a/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json b/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
index 705b7cee3..2029ad7af 100644
--- a/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
+++ b/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Available services", 4 "defaultMessage": "!!!Available services",
5 "file": "src/components/settings/navigation/SettingsNavigation.js", 5 "file": "src/components/settings/navigation/SettingsNavigation.js",
6 "start": { 6 "start": {
7 "line": 15, 7 "line": 16,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 18, 11 "line": 19,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Your services", 17 "defaultMessage": "!!!Your services",
18 "file": "src/components/settings/navigation/SettingsNavigation.js", 18 "file": "src/components/settings/navigation/SettingsNavigation.js",
19 "start": { 19 "start": {
20 "line": 19, 20 "line": 20,
21 "column": 16 21 "column": 16
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22, 24 "line": 23,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Your workspaces", 30 "defaultMessage": "!!!Your workspaces",
31 "file": "src/components/settings/navigation/SettingsNavigation.js", 31 "file": "src/components/settings/navigation/SettingsNavigation.js",
32 "start": { 32 "start": {
33 "line": 23, 33 "line": 24,
34 "column": 18 34 "column": 18
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 26, 37 "line": 27,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Account", 43 "defaultMessage": "!!!Account",
44 "file": "src/components/settings/navigation/SettingsNavigation.js", 44 "file": "src/components/settings/navigation/SettingsNavigation.js",
45 "start": { 45 "start": {
46 "line": 27, 46 "line": 28,
47 "column": 11 47 "column": 11
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 30, 50 "line": 31,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,24 +56,11 @@
56 "defaultMessage": "!!!Manage Team", 56 "defaultMessage": "!!!Manage Team",
57 "file": "src/components/settings/navigation/SettingsNavigation.js", 57 "file": "src/components/settings/navigation/SettingsNavigation.js",
58 "start": { 58 "start": {
59 "line": 31, 59 "line": 32,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 34,
64 "column": 3
65 }
66 },
67 {
68 "id": "settings.navigation.settings",
69 "defaultMessage": "!!!Settings",
70 "file": "src/components/settings/navigation/SettingsNavigation.js",
71 "start": {
72 "line": 35, 63 "line": 35,
73 "column": 12
74 },
75 "end": {
76 "line": 38,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!About Ferdi", 69 "defaultMessage": "!!!About Ferdi",
83 "file": "src/components/settings/navigation/SettingsNavigation.js", 70 "file": "src/components/settings/navigation/SettingsNavigation.js",
84 "start": { 71 "start": {
85 "line": 39, 72 "line": 36,
86 "column": 16 73 "column": 16
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 42, 76 "line": 39,
90 "column": 3 77 "column": 3
91 } 78 }
92 }, 79 },
@@ -95,11 +82,11 @@
95 "defaultMessage": "!!!Logout", 82 "defaultMessage": "!!!Logout",
96 "file": "src/components/settings/navigation/SettingsNavigation.js", 83 "file": "src/components/settings/navigation/SettingsNavigation.js",
97 "start": { 84 "start": {
98 "line": 43, 85 "line": 40,
99 "column": 10 86 "column": 10
100 }, 87 },
101 "end": { 88 "end": {
102 "line": 46, 89 "line": 43,
103 "column": 3 90 "column": 3
104 } 91 }
105 } 92 }
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index da1581864..c281ebff3 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -1,27 +1,14 @@
1[ 1[
2 { 2 {
3 "id": "settings.app.headline",
4 "defaultMessage": "!!!Settings",
5 "file": "src/components/settings/settings/EditSettingsForm.js",
6 "start": {
7 "line": 21,
8 "column": 12
9 },
10 "end": {
11 "line": 24,
12 "column": 3
13 }
14 },
15 {
16 "id": "settings.app.headlineGeneral", 3 "id": "settings.app.headlineGeneral",
17 "defaultMessage": "!!!General", 4 "defaultMessage": "!!!General",
18 "file": "src/components/settings/settings/EditSettingsForm.js", 5 "file": "src/components/settings/settings/EditSettingsForm.js",
19 "start": { 6 "start": {
20 "line": 25, 7 "line": 21,
21 "column": 19 8 "column": 19
22 }, 9 },
23 "end": { 10 "end": {
24 "line": 28, 11 "line": 24,
25 "column": 3 12 "column": 3
26 } 13 }
27 }, 14 },
@@ -30,11 +17,11 @@
30 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 17 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!",
31 "file": "src/components/settings/settings/EditSettingsForm.js", 18 "file": "src/components/settings/settings/EditSettingsForm.js",
32 "start": { 19 "start": {
33 "line": 29, 20 "line": 25,
34 "column": 14 21 "column": 14
35 }, 22 },
36 "end": { 23 "end": {
37 "line": 32, 24 "line": 28,
38 "column": 3 25 "column": 3
39 } 26 }
40 }, 27 },
@@ -43,11 +30,11 @@
43 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", 30 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
44 "file": "src/components/settings/settings/EditSettingsForm.js", 31 "file": "src/components/settings/settings/EditSettingsForm.js",
45 "start": { 32 "start": {
46 "line": 33, 33 "line": 29,
47 "column": 17 34 "column": 17
48 }, 35 },
49 "end": { 36 "end": {
50 "line": 36, 37 "line": 32,
51 "column": 3 38 "column": 3
52 } 39 }
53 }, 40 },
@@ -56,11 +43,11 @@
56 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 43 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
57 "file": "src/components/settings/settings/EditSettingsForm.js", 44 "file": "src/components/settings/settings/EditSettingsForm.js",
58 "start": { 45 "start": {
59 "line": 37, 46 "line": 33,
60 "column": 22 47 "column": 22
61 }, 48 },
62 "end": { 49 "end": {
63 "line": 40, 50 "line": 36,
64 "column": 3 51 "column": 3
65 } 52 }
66 }, 53 },
@@ -69,11 +56,11 @@
69 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 56 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
70 "file": "src/components/settings/settings/EditSettingsForm.js", 57 "file": "src/components/settings/settings/EditSettingsForm.js",
71 "start": { 58 "start": {
72 "line": 41, 59 "line": 37,
73 "column": 18 60 "column": 18
74 }, 61 },
75 "end": { 62 "end": {
76 "line": 44, 63 "line": 40,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!Password", 69 "defaultMessage": "!!!Password",
83 "file": "src/components/settings/settings/EditSettingsForm.js", 70 "file": "src/components/settings/settings/EditSettingsForm.js",
84 "start": { 71 "start": {
85 "line": 45, 72 "line": 41,
86 "column": 18 73 "column": 18
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 48, 76 "line": 44,
90 "column": 3 77 "column": 3
91 } 78 }
92 }, 79 },
@@ -95,11 +82,11 @@
95 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 82 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
96 "file": "src/components/settings/settings/EditSettingsForm.js", 83 "file": "src/components/settings/settings/EditSettingsForm.js",
97 "start": { 84 "start": {
98 "line": 49, 85 "line": 45,
99 "column": 22 86 "column": 22
100 }, 87 },
101 "end": { 88 "end": {
102 "line": 52, 89 "line": 48,
103 "column": 3 90 "column": 3
104 } 91 }
105 }, 92 },
@@ -108,11 +95,11 @@
108 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.", 95 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
109 "file": "src/components/settings/settings/EditSettingsForm.js", 96 "file": "src/components/settings/settings/EditSettingsForm.js",
110 "start": { 97 "start": {
111 "line": 53, 98 "line": 49,
112 "column": 12 99 "column": 12
113 }, 100 },
114 "end": { 101 "end": {
115 "line": 56, 102 "line": 52,
116 "column": 3 103 "column": 3
117 } 104 }
118 }, 105 },
@@ -121,11 +108,11 @@
121 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 108 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
122 "file": "src/components/settings/settings/EditSettingsForm.js", 109 "file": "src/components/settings/settings/EditSettingsForm.js",
123 "start": { 110 "start": {
124 "line": 57, 111 "line": 53,
125 "column": 24 112 "column": 24
126 }, 113 },
127 "end": { 114 "end": {
128 "line": 60, 115 "line": 56,
129 "column": 3 116 "column": 3
130 } 117 }
131 }, 118 },
@@ -134,11 +121,11 @@
134 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 121 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
135 "file": "src/components/settings/settings/EditSettingsForm.js", 122 "file": "src/components/settings/settings/EditSettingsForm.js",
136 "start": { 123 "start": {
137 "line": 61, 124 "line": 57,
138 "column": 20 125 "column": 20
139 }, 126 },
140 "end": { 127 "end": {
141 "line": 64, 128 "line": 60,
142 "column": 3 129 "column": 3
143 } 130 }
144 }, 131 },
@@ -147,11 +134,11 @@
147 "defaultMessage": "!!!Language", 134 "defaultMessage": "!!!Language",
148 "file": "src/components/settings/settings/EditSettingsForm.js", 135 "file": "src/components/settings/settings/EditSettingsForm.js",
149 "start": { 136 "start": {
150 "line": 65, 137 "line": 61,
151 "column": 20 138 "column": 20
152 }, 139 },
153 "end": { 140 "end": {
154 "line": 68, 141 "line": 64,
155 "column": 3 142 "column": 3
156 } 143 }
157 }, 144 },
@@ -160,11 +147,11 @@
160 "defaultMessage": "!!!Updates", 147 "defaultMessage": "!!!Updates",
161 "file": "src/components/settings/settings/EditSettingsForm.js", 148 "file": "src/components/settings/settings/EditSettingsForm.js",
162 "start": { 149 "start": {
163 "line": 69, 150 "line": 65,
164 "column": 19 151 "column": 19
165 }, 152 },
166 "end": { 153 "end": {
167 "line": 72, 154 "line": 68,
168 "column": 3 155 "column": 3
169 } 156 }
170 }, 157 },
@@ -173,11 +160,11 @@
173 "defaultMessage": "!!!Appearance", 160 "defaultMessage": "!!!Appearance",
174 "file": "src/components/settings/settings/EditSettingsForm.js", 161 "file": "src/components/settings/settings/EditSettingsForm.js",
175 "start": { 162 "start": {
176 "line": 73, 163 "line": 69,
177 "column": 22 164 "column": 22
178 }, 165 },
179 "end": { 166 "end": {
180 "line": 76, 167 "line": 72,
181 "column": 3 168 "column": 3
182 } 169 }
183 }, 170 },
@@ -186,11 +173,11 @@
186 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 173 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
187 "file": "src/components/settings/settings/EditSettingsForm.js", 174 "file": "src/components/settings/settings/EditSettingsForm.js",
188 "start": { 175 "start": {
189 "line": 77, 176 "line": 73,
190 "column": 25 177 "column": 25
191 }, 178 },
192 "end": { 179 "end": {
193 "line": 80, 180 "line": 76,
194 "column": 3 181 "column": 3
195 } 182 }
196 }, 183 },
@@ -199,11 +186,11 @@
199 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 186 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
200 "file": "src/components/settings/settings/EditSettingsForm.js", 187 "file": "src/components/settings/settings/EditSettingsForm.js",
201 "start": { 188 "start": {
202 "line": 81, 189 "line": 77,
203 "column": 19 190 "column": 19
204 }, 191 },
205 "end": { 192 "end": {
206 "line": 84, 193 "line": 80,
207 "column": 3 194 "column": 3
208 } 195 }
209 }, 196 },
@@ -212,11 +199,11 @@
212 "defaultMessage": "!!!Privacy", 199 "defaultMessage": "!!!Privacy",
213 "file": "src/components/settings/settings/EditSettingsForm.js", 200 "file": "src/components/settings/settings/EditSettingsForm.js",
214 "start": { 201 "start": {
215 "line": 85, 202 "line": 81,
216 "column": 19 203 "column": 19
217 }, 204 },
218 "end": { 205 "end": {
219 "line": 88, 206 "line": 84,
220 "column": 3 207 "column": 3
221 } 208 }
222 }, 209 },
@@ -225,11 +212,11 @@
225 "defaultMessage": "!!!Advanced", 212 "defaultMessage": "!!!Advanced",
226 "file": "src/components/settings/settings/EditSettingsForm.js", 213 "file": "src/components/settings/settings/EditSettingsForm.js",
227 "start": { 214 "start": {
228 "line": 89, 215 "line": 85,
229 "column": 20 216 "column": 20
230 }, 217 },
231 "end": { 218 "end": {
232 "line": 92, 219 "line": 88,
233 "column": 3 220 "column": 3
234 } 221 }
235 }, 222 },
@@ -238,11 +225,11 @@
238 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 225 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
239 "file": "src/components/settings/settings/EditSettingsForm.js", 226 "file": "src/components/settings/settings/EditSettingsForm.js",
240 "start": { 227 "start": {
241 "line": 93, 228 "line": 89,
242 "column": 19 229 "column": 19
243 }, 230 },
244 "end": { 231 "end": {
245 "line": 96, 232 "line": 92,
246 "column": 3 233 "column": 3
247 } 234 }
248 }, 235 },
@@ -251,11 +238,11 @@
251 "defaultMessage": "!!!Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 238 "defaultMessage": "!!!Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.",
252 "file": "src/components/settings/settings/EditSettingsForm.js", 239 "file": "src/components/settings/settings/EditSettingsForm.js",
253 "start": { 240 "start": {
254 "line": 97, 241 "line": 93,
255 "column": 28 242 "column": 28
256 }, 243 },
257 "end": { 244 "end": {
258 "line": 100, 245 "line": 96,
259 "column": 3 246 "column": 3
260 } 247 }
261 }, 248 },
@@ -264,11 +251,11 @@
264 "defaultMessage": "!!!Cache", 251 "defaultMessage": "!!!Cache",
265 "file": "src/components/settings/settings/EditSettingsForm.js", 252 "file": "src/components/settings/settings/EditSettingsForm.js",
266 "start": { 253 "start": {
267 "line": 101, 254 "line": 97,
268 "column": 20 255 "column": 20
269 }, 256 },
270 "end": { 257 "end": {
271 "line": 104, 258 "line": 100,
272 "column": 3 259 "column": 3
273 } 260 }
274 }, 261 },
@@ -277,11 +264,11 @@
277 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 264 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
278 "file": "src/components/settings/settings/EditSettingsForm.js", 265 "file": "src/components/settings/settings/EditSettingsForm.js",
279 "start": { 266 "start": {
280 "line": 105, 267 "line": 101,
281 "column": 13 268 "column": 13
282 }, 269 },
283 "end": { 270 "end": {
284 "line": 108, 271 "line": 104,
285 "column": 3 272 "column": 3
286 } 273 }
287 }, 274 },
@@ -290,11 +277,11 @@
290 "defaultMessage": "!!!Couldn't clear all cache", 277 "defaultMessage": "!!!Couldn't clear all cache",
291 "file": "src/components/settings/settings/EditSettingsForm.js", 278 "file": "src/components/settings/settings/EditSettingsForm.js",
292 "start": { 279 "start": {
293 "line": 109, 280 "line": 105,
294 "column": 19 281 "column": 19
295 }, 282 },
296 "end": { 283 "end": {
297 "line": 112, 284 "line": 108,
298 "column": 3 285 "column": 3
299 } 286 }
300 }, 287 },
@@ -303,11 +290,11 @@
303 "defaultMessage": "!!!Clear cache", 290 "defaultMessage": "!!!Clear cache",
304 "file": "src/components/settings/settings/EditSettingsForm.js", 291 "file": "src/components/settings/settings/EditSettingsForm.js",
305 "start": { 292 "start": {
306 "line": 113, 293 "line": 109,
307 "column": 23 294 "column": 23
308 }, 295 },
309 "end": { 296 "end": {
310 "line": 116, 297 "line": 112,
311 "column": 3 298 "column": 3
312 } 299 }
313 }, 300 },
@@ -316,11 +303,11 @@
316 "defaultMessage": "!!!Ferdi Profile", 303 "defaultMessage": "!!!Ferdi Profile",
317 "file": "src/components/settings/settings/EditSettingsForm.js", 304 "file": "src/components/settings/settings/EditSettingsForm.js",
318 "start": { 305 "start": {
319 "line": 117, 306 "line": 113,
320 "column": 27 307 "column": 27
321 }, 308 },
322 "end": { 309 "end": {
323 "line": 120, 310 "line": 116,
324 "column": 3 311 "column": 3
325 } 312 }
326 }, 313 },
@@ -329,11 +316,11 @@
329 "defaultMessage": "!!!Open Profile folder", 316 "defaultMessage": "!!!Open Profile folder",
330 "file": "src/components/settings/settings/EditSettingsForm.js", 317 "file": "src/components/settings/settings/EditSettingsForm.js",
331 "start": { 318 "start": {
332 "line": 121, 319 "line": 117,
333 "column": 32 320 "column": 32
334 }, 321 },
335 "end": { 322 "end": {
336 "line": 124, 323 "line": 120,
337 "column": 3 324 "column": 3
338 } 325 }
339 }, 326 },
@@ -342,11 +329,11 @@
342 "defaultMessage": "!!!Open Service Recipes folder", 329 "defaultMessage": "!!!Open Service Recipes folder",
343 "file": "src/components/settings/settings/EditSettingsForm.js", 330 "file": "src/components/settings/settings/EditSettingsForm.js",
344 "start": { 331 "start": {
345 "line": 125, 332 "line": 121,
346 "column": 39 333 "column": 39
347 }, 334 },
348 "end": { 335 "end": {
349 "line": 128, 336 "line": 124,
350 "column": 3 337 "column": 3
351 } 338 }
352 }, 339 },
@@ -355,11 +342,11 @@
355 "defaultMessage": "!!!Check for updates", 342 "defaultMessage": "!!!Check for updates",
356 "file": "src/components/settings/settings/EditSettingsForm.js", 343 "file": "src/components/settings/settings/EditSettingsForm.js",
357 "start": { 344 "start": {
358 "line": 129, 345 "line": 125,
359 "column": 25 346 "column": 25
360 }, 347 },
361 "end": { 348 "end": {
362 "line": 132, 349 "line": 128,
363 "column": 3 350 "column": 3
364 } 351 }
365 }, 352 },
@@ -368,11 +355,11 @@
368 "defaultMessage": "!!!Restart & install update", 355 "defaultMessage": "!!!Restart & install update",
369 "file": "src/components/settings/settings/EditSettingsForm.js", 356 "file": "src/components/settings/settings/EditSettingsForm.js",
370 "start": { 357 "start": {
371 "line": 133, 358 "line": 129,
372 "column": 23 359 "column": 23
373 }, 360 },
374 "end": { 361 "end": {
375 "line": 136, 362 "line": 132,
376 "column": 3 363 "column": 3
377 } 364 }
378 }, 365 },
@@ -381,11 +368,11 @@
381 "defaultMessage": "!!!Is searching for update", 368 "defaultMessage": "!!!Is searching for update",
382 "file": "src/components/settings/settings/EditSettingsForm.js", 369 "file": "src/components/settings/settings/EditSettingsForm.js",
383 "start": { 370 "start": {
384 "line": 137, 371 "line": 133,
385 "column": 25 372 "column": 25
386 }, 373 },
387 "end": { 374 "end": {
388 "line": 140, 375 "line": 136,
389 "column": 3 376 "column": 3
390 } 377 }
391 }, 378 },
@@ -394,11 +381,11 @@
394 "defaultMessage": "!!!Update available, downloading...", 381 "defaultMessage": "!!!Update available, downloading...",
395 "file": "src/components/settings/settings/EditSettingsForm.js", 382 "file": "src/components/settings/settings/EditSettingsForm.js",
396 "start": { 383 "start": {
397 "line": 141, 384 "line": 137,
398 "column": 25 385 "column": 25
399 }, 386 },
400 "end": { 387 "end": {
401 "line": 144, 388 "line": 140,
402 "column": 3 389 "column": 3
403 } 390 }
404 }, 391 },
@@ -407,11 +394,11 @@
407 "defaultMessage": "!!!You are using the latest version of Ferdi", 394 "defaultMessage": "!!!You are using the latest version of Ferdi",
408 "file": "src/components/settings/settings/EditSettingsForm.js", 395 "file": "src/components/settings/settings/EditSettingsForm.js",
409 "start": { 396 "start": {
410 "line": 145, 397 "line": 141,
411 "column": 24 398 "column": 24
412 }, 399 },
413 "end": { 400 "end": {
414 "line": 148, 401 "line": 144,
415 "column": 3 402 "column": 3
416 } 403 }
417 }, 404 },
@@ -420,11 +407,11 @@
420 "defaultMessage": "!!!Current version:", 407 "defaultMessage": "!!!Current version:",
421 "file": "src/components/settings/settings/EditSettingsForm.js", 408 "file": "src/components/settings/settings/EditSettingsForm.js",
422 "start": { 409 "start": {
423 "line": 149, 410 "line": 145,
424 "column": 18 411 "column": 18
425 }, 412 },
426 "end": { 413 "end": {
427 "line": 152, 414 "line": 148,
428 "column": 3 415 "column": 3
429 } 416 }
430 }, 417 },
@@ -433,11 +420,11 @@
433 "defaultMessage": "!!!Changes require restart", 420 "defaultMessage": "!!!Changes require restart",
434 "file": "src/components/settings/settings/EditSettingsForm.js", 421 "file": "src/components/settings/settings/EditSettingsForm.js",
435 "start": { 422 "start": {
436 "line": 153, 423 "line": 149,
437 "column": 22 424 "column": 22
438 }, 425 },
439 "end": { 426 "end": {
440 "line": 156, 427 "line": 152,
441 "column": 3 428 "column": 3
442 } 429 }
443 }, 430 },
@@ -446,11 +433,11 @@
446 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.", 433 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
447 "file": "src/components/settings/settings/EditSettingsForm.js", 434 "file": "src/components/settings/settings/EditSettingsForm.js",
448 "start": { 435 "start": {
449 "line": 157, 436 "line": 153,
450 "column": 22 437 "column": 22
451 }, 438 },
452 "end": { 439 "end": {
453 "line": 160, 440 "line": 156,
454 "column": 3 441 "column": 3
455 } 442 }
456 } 443 }
diff --git a/src/i18n/messages/src/i18n/globalMessages.json b/src/i18n/messages/src/i18n/globalMessages.json
index 08ce743b5..bc1ec7397 100644
--- a/src/i18n/messages/src/i18n/globalMessages.json
+++ b/src/i18n/messages/src/i18n/globalMessages.json
@@ -206,5 +206,31 @@
206 "line": 68, 206 "line": 68,
207 "column": 3 207 "column": 3
208 } 208 }
209 },
210 {
211 "id": "global.settings",
212 "defaultMessage": "!!!Settings",
213 "file": "src/i18n/globalMessages.js",
214 "start": {
215 "line": 69,
216 "column": 12
217 },
218 "end": {
219 "line": 72,
220 "column": 3
221 }
222 },
223 {
224 "id": "global.edit",
225 "defaultMessage": "!!!Edit",
226 "file": "src/i18n/globalMessages.js",
227 "start": {
228 "line": 73,
229 "column": 8
230 },
231 "end": {
232 "line": 76,
233 "column": 3
234 }
209 } 235 }
210] \ No newline at end of file 236] \ No newline at end of file
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index ae1a1b448..947ce8b6a 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -650,28 +650,15 @@
650 } 650 }
651 }, 651 },
652 { 652 {
653 "id": "menu.app.settings",
654 "defaultMessage": "!!!Settings",
655 "file": "src/lib/Menu.js",
656 "start": {
657 "line": 234,
658 "column": 12
659 },
660 "end": {
661 "line": 237,
662 "column": 3
663 }
664 },
665 {
666 "id": "menu.app.checkForUpdates", 653 "id": "menu.app.checkForUpdates",
667 "defaultMessage": "!!!Check for updates", 654 "defaultMessage": "!!!Check for updates",
668 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
669 "start": { 656 "start": {
670 "line": 238, 657 "line": 234,
671 "column": 19 658 "column": 19
672 }, 659 },
673 "end": { 660 "end": {
674 "line": 241, 661 "line": 237,
675 "column": 3 662 "column": 3
676 } 663 }
677 }, 664 },
@@ -680,11 +667,11 @@
680 "defaultMessage": "!!!Hide", 667 "defaultMessage": "!!!Hide",
681 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
682 "start": { 669 "start": {
683 "line": 242, 670 "line": 238,
684 "column": 8 671 "column": 8
685 }, 672 },
686 "end": { 673 "end": {
687 "line": 245, 674 "line": 241,
688 "column": 3 675 "column": 3
689 } 676 }
690 }, 677 },
@@ -693,11 +680,11 @@
693 "defaultMessage": "!!!Hide Others", 680 "defaultMessage": "!!!Hide Others",
694 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
695 "start": { 682 "start": {
696 "line": 246, 683 "line": 242,
697 "column": 14 684 "column": 14
698 }, 685 },
699 "end": { 686 "end": {
700 "line": 249, 687 "line": 245,
701 "column": 3 688 "column": 3
702 } 689 }
703 }, 690 },
@@ -706,11 +693,11 @@
706 "defaultMessage": "!!!Unhide", 693 "defaultMessage": "!!!Unhide",
707 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
708 "start": { 695 "start": {
709 "line": 250, 696 "line": 246,
710 "column": 10 697 "column": 10
711 }, 698 },
712 "end": { 699 "end": {
713 "line": 253, 700 "line": 249,
714 "column": 3 701 "column": 3
715 } 702 }
716 }, 703 },
@@ -719,11 +706,11 @@
719 "defaultMessage": "!!!Auto-hide menu bar", 706 "defaultMessage": "!!!Auto-hide menu bar",
720 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
721 "start": { 708 "start": {
722 "line": 254, 709 "line": 250,
723 "column": 19 710 "column": 19
724 }, 711 },
725 "end": { 712 "end": {
726 "line": 257, 713 "line": 253,
727 "column": 3 714 "column": 3
728 } 715 }
729 }, 716 },
@@ -732,11 +719,11 @@
732 "defaultMessage": "!!!Add New Service...", 719 "defaultMessage": "!!!Add New Service...",
733 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
734 "start": { 721 "start": {
735 "line": 258, 722 "line": 254,
736 "column": 17 723 "column": 17
737 }, 724 },
738 "end": { 725 "end": {
739 "line": 261, 726 "line": 257,
740 "column": 3 727 "column": 3
741 } 728 }
742 }, 729 },
@@ -745,11 +732,11 @@
745 "defaultMessage": "!!!Add New Workspace...", 732 "defaultMessage": "!!!Add New Workspace...",
746 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
747 "start": { 734 "start": {
748 "line": 262, 735 "line": 258,
749 "column": 19 736 "column": 19
750 }, 737 },
751 "end": { 738 "end": {
752 "line": 265, 739 "line": 261,
753 "column": 3 740 "column": 3
754 } 741 }
755 }, 742 },
@@ -758,11 +745,11 @@
758 "defaultMessage": "!!!Open workspace drawer", 745 "defaultMessage": "!!!Open workspace drawer",
759 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
760 "start": { 747 "start": {
761 "line": 266, 748 "line": 262,
762 "column": 23 749 "column": 23
763 }, 750 },
764 "end": { 751 "end": {
765 "line": 269, 752 "line": 265,
766 "column": 3 753 "column": 3
767 } 754 }
768 }, 755 },
@@ -771,11 +758,11 @@
771 "defaultMessage": "!!!Close workspace drawer", 758 "defaultMessage": "!!!Close workspace drawer",
772 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
773 "start": { 760 "start": {
774 "line": 270, 761 "line": 266,
775 "column": 24 762 "column": 24
776 }, 763 },
777 "end": { 764 "end": {
778 "line": 273, 765 "line": 269,
779 "column": 3 766 "column": 3
780 } 767 }
781 }, 768 },
@@ -784,11 +771,11 @@
784 "defaultMessage": "!!!Activate next service...", 771 "defaultMessage": "!!!Activate next service...",
785 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
786 "start": { 773 "start": {
787 "line": 274, 774 "line": 270,
788 "column": 23 775 "column": 23
789 }, 776 },
790 "end": { 777 "end": {
791 "line": 277, 778 "line": 273,
792 "column": 3 779 "column": 3
793 } 780 }
794 }, 781 },
@@ -797,11 +784,11 @@
797 "defaultMessage": "!!!Activate previous service...", 784 "defaultMessage": "!!!Activate previous service...",
798 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
799 "start": { 786 "start": {
800 "line": 278, 787 "line": 274,
801 "column": 27 788 "column": 27
802 }, 789 },
803 "end": { 790 "end": {
804 "line": 281, 791 "line": 277,
805 "column": 3 792 "column": 3
806 } 793 }
807 }, 794 },
@@ -810,11 +797,11 @@
810 "defaultMessage": "!!!Disable notifications & audio", 797 "defaultMessage": "!!!Disable notifications & audio",
811 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
812 "start": { 799 "start": {
813 "line": 282, 800 "line": 278,
814 "column": 11 801 "column": 11
815 }, 802 },
816 "end": { 803 "end": {
817 "line": 285, 804 "line": 281,
818 "column": 3 805 "column": 3
819 } 806 }
820 }, 807 },
@@ -823,11 +810,11 @@
823 "defaultMessage": "!!!Enable notifications & audio", 810 "defaultMessage": "!!!Enable notifications & audio",
824 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
825 "start": { 812 "start": {
826 "line": 286, 813 "line": 282,
827 "column": 13 814 "column": 13
828 }, 815 },
829 "end": { 816 "end": {
830 "line": 289, 817 "line": 285,
831 "column": 3 818 "column": 3
832 } 819 }
833 }, 820 },
@@ -836,11 +823,11 @@
836 "defaultMessage": "!!!Workspaces", 823 "defaultMessage": "!!!Workspaces",
837 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
838 "start": { 825 "start": {
839 "line": 290, 826 "line": 286,
840 "column": 14 827 "column": 14
841 }, 828 },
842 "end": { 829 "end": {
843 "line": 293, 830 "line": 289,
844 "column": 3 831 "column": 3
845 } 832 }
846 }, 833 },
@@ -849,11 +836,11 @@
849 "defaultMessage": "!!!Default", 836 "defaultMessage": "!!!Default",
850 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
851 "start": { 838 "start": {
852 "line": 294, 839 "line": 290,
853 "column": 20 840 "column": 20
854 }, 841 },
855 "end": { 842 "end": {
856 "line": 297, 843 "line": 293,
857 "column": 3 844 "column": 3
858 } 845 }
859 }, 846 },
@@ -862,11 +849,11 @@
862 "defaultMessage": "!!!Todos", 849 "defaultMessage": "!!!Todos",
863 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
864 "start": { 851 "start": {
865 "line": 298, 852 "line": 294,
866 "column": 9 853 "column": 9
867 }, 854 },
868 "end": { 855 "end": {
869 "line": 301, 856 "line": 297,
870 "column": 3 857 "column": 3
871 } 858 }
872 }, 859 },
@@ -875,11 +862,11 @@
875 "defaultMessage": "!!!Open Todos drawer", 862 "defaultMessage": "!!!Open Todos drawer",
876 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
877 "start": { 864 "start": {
878 "line": 302, 865 "line": 298,
879 "column": 19 866 "column": 19
880 }, 867 },
881 "end": { 868 "end": {
882 "line": 305, 869 "line": 301,
883 "column": 3 870 "column": 3
884 } 871 }
885 }, 872 },
@@ -888,11 +875,11 @@
888 "defaultMessage": "!!!Close Todos drawer", 875 "defaultMessage": "!!!Close Todos drawer",
889 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
890 "start": { 877 "start": {
891 "line": 306, 878 "line": 302,
892 "column": 20 879 "column": 20
893 }, 880 },
894 "end": { 881 "end": {
895 "line": 309, 882 "line": 305,
896 "column": 3 883 "column": 3
897 } 884 }
898 }, 885 },
@@ -901,11 +888,11 @@
901 "defaultMessage": "!!!Enable Todos", 888 "defaultMessage": "!!!Enable Todos",
902 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
903 "start": { 890 "start": {
904 "line": 310, 891 "line": 306,
905 "column": 15 892 "column": 15
906 }, 893 },
907 "end": { 894 "end": {
908 "line": 313, 895 "line": 309,
909 "column": 3 896 "column": 3
910 } 897 }
911 }, 898 },
@@ -914,11 +901,11 @@
914 "defaultMessage": "!!!Home", 901 "defaultMessage": "!!!Home",
915 "file": "src/lib/Menu.js", 902 "file": "src/lib/Menu.js",
916 "start": { 903 "start": {
917 "line": 314, 904 "line": 310,
918 "column": 17 905 "column": 17
919 }, 906 },
920 "end": { 907 "end": {
921 "line": 317, 908 "line": 313,
922 "column": 3 909 "column": 3
923 } 910 }
924 } 911 }
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 3ae9fffbc..2c24b696b 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -231,10 +231,6 @@ const menuItems = defineMessages({
231 id: 'menu.app.about', 231 id: 'menu.app.about',
232 defaultMessage: '!!!About Ferdi', 232 defaultMessage: '!!!About Ferdi',
233 }, 233 },
234 settings: {
235 id: 'menu.app.settings',
236 defaultMessage: '!!!Settings',
237 },
238 checkForUpdates: { 234 checkForUpdates: {
239 id: 'menu.app.checkForUpdates', 235 id: 'menu.app.checkForUpdates',
240 defaultMessage: '!!!Check for updates', 236 defaultMessage: '!!!Check for updates',
@@ -772,7 +768,7 @@ export default class FranzMenu {
772 type: 'separator', 768 type: 'separator',
773 }, 769 },
774 { 770 {
775 label: intl.formatMessage(menuItems.settings), 771 label: intl.formatMessage(globalMessages.settings),
776 accelerator: `${settingsShortcutKey()}`, 772 accelerator: `${settingsShortcutKey()}`,
777 click: () => { 773 click: () => {
778 this.actions.ui.openSettings({ path: 'app' }); 774 this.actions.ui.openSettings({ path: 'app' });