aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-29 02:46:48 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-29 02:46:48 +0700
commitfd7710a395bcf3d3fc5f9760a48ded335e591ad9 (patch)
tree02eef2f3551c07cc78e933e0877562dada053e13
parentRename server to internal-server to avoid confusion (diff)
downloadferdium-app-5.4.1-beta.2.tar.gz
ferdium-app-5.4.1-beta.2.tar.zst
ferdium-app-5.4.1-beta.2.zip
Rename Ferdi Lock to Password Lock for consistencyv5.4.1-beta.2
-rw-r--r--src/components/settings/settings/EditSettingsForm.js4
-rw-r--r--src/containers/settings/EditSettingsScreen.js4
-rw-r--r--src/i18n/locales/af.json8
-rw-r--r--src/i18n/locales/ar.json8
-rw-r--r--src/i18n/locales/bs.json8
-rw-r--r--src/i18n/locales/ca.json8
-rw-r--r--src/i18n/locales/cs.json8
-rw-r--r--src/i18n/locales/da.json8
-rw-r--r--src/i18n/locales/defaultMessages.json8
-rw-r--r--src/i18n/locales/el.json8
-rw-r--r--src/i18n/locales/en-US.json8
-rw-r--r--src/i18n/locales/en.json8
-rw-r--r--src/i18n/locales/es.json8
-rw-r--r--src/i18n/locales/fi.json8
-rw-r--r--src/i18n/locales/ga.json8
-rw-r--r--src/i18n/locales/he.json8
-rw-r--r--src/i18n/locales/hr.json8
-rw-r--r--src/i18n/locales/hu.json8
-rw-r--r--src/i18n/locales/id.json8
-rw-r--r--src/i18n/locales/it.json8
-rw-r--r--src/i18n/locales/ja.json8
-rw-r--r--src/i18n/locales/ka.json8
-rw-r--r--src/i18n/locales/ko.json8
-rw-r--r--src/i18n/locales/nl-BE.json8
-rw-r--r--src/i18n/locales/nl.json8
-rw-r--r--src/i18n/locales/no.json8
-rw-r--r--src/i18n/locales/pl.json8
-rw-r--r--src/i18n/locales/pt-BR.json4
-rw-r--r--src/i18n/locales/pt.json8
-rw-r--r--src/i18n/locales/ro.json8
-rw-r--r--src/i18n/locales/ru.json8
-rw-r--r--src/i18n/locales/sk.json8
-rw-r--r--src/i18n/locales/sl.json8
-rw-r--r--src/i18n/locales/sr.json8
-rw-r--r--src/i18n/locales/sv.json8
-rw-r--r--src/i18n/locales/tr.json8
-rw-r--r--src/i18n/locales/uk.json8
-rw-r--r--src/i18n/locales/vi.json8
-rw-r--r--src/i18n/locales/zh-HANT.json8
-rw-r--r--src/i18n/locales/zh.json8
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json4
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json4
42 files changed, 158 insertions, 158 deletions
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 3d0213f81..74f5924ea 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -50,7 +50,7 @@ const messages = defineMessages({
50 }, 50 },
51 lockedPassword: { 51 lockedPassword: {
52 id: 'settings.app.lockedPassword', 52 id: 'settings.app.lockedPassword',
53 defaultMessage: '!!!Ferdi Lock Password', 53 defaultMessage: '!!!Password',
54 }, 54 },
55 lockedPasswordInfo: { 55 lockedPasswordInfo: {
56 id: 'settings.app.lockedPasswordInfo', 56 id: 'settings.app.lockedPasswordInfo',
@@ -58,7 +58,7 @@ const messages = defineMessages({
58 }, 58 },
59 lockInfo: { 59 lockInfo: {
60 id: 'settings.app.lockInfo', 60 id: 'settings.app.lockInfo',
61 defaultMessage: '!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.', 61 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 CMD/CTRL+Shift+L.',
62 }, 62 },
63 scheduledDNDTimeInfo: { 63 scheduledDNDTimeInfo: {
64 id: 'settings.app.scheduledDNDTimeInfo', 64 id: 'settings.app.scheduledDNDTimeInfo',
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index b64cd77be..aa4de78e9 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -72,11 +72,11 @@ const messages = defineMessages({
72 }, 72 },
73 enableLock: { 73 enableLock: {
74 id: 'settings.app.form.enableLock', 74 id: 'settings.app.form.enableLock',
75 defaultMessage: '!!!Enable Ferdi password lock', 75 defaultMessage: '!!!Enable Password Lock',
76 }, 76 },
77 lockPassword: { 77 lockPassword: {
78 id: 'settings.app.form.lockPassword', 78 id: 'settings.app.form.lockPassword',
79 defaultMessage: '!!!Ferdi Lock password', 79 defaultMessage: '!!!Password',
80 }, 80 },
81 scheduledDNDEnabled: { 81 scheduledDNDEnabled: {
82 id: 'settings.app.form.scheduledDNDEnabled', 82 id: 'settings.app.form.scheduledDNDEnabled',
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index c2c4a3b3c..b9294123d 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index f7de90243..3ecf0caaf 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Inclou versions beta", 261 "settings.app.form.beta": "Inclou versions beta",
262 "settings.app.form.darkMode": "Uneix-te al Cantó Fosc", 262 "settings.app.form.darkMode": "Uneix-te al Cantó Fosc",
263 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU", 263 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica", 265 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica",
266 "settings.app.form.enableSystemTray": "Mostra Ferdi a la safata del sistema", 266 "settings.app.form.enableSystemTray": "Mostra Ferdi a la safata del sistema",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Idioma", 271 "settings.app.form.language": "Idioma",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema", 273 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Actualitzacions", 291 "settings.app.headlineUpdates": "Actualitzacions",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Els canvis requereixen reiniciar", 297 "settings.app.restartRequired": "Els canvis requereixen reiniciar",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 7ec1ce369..0932ba6ae 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Zahrnout beta verze", 261 "settings.app.form.beta": "Zahrnout beta verze",
262 "settings.app.form.darkMode": "Připoj se k Temné straně", 262 "settings.app.form.darkMode": "Připoj se k Temné straně",
263 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení", 263 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu", 265 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu",
266 "settings.app.form.enableSystemTray": "Zobrazit Ferdi v systémové liště", 266 "settings.app.form.enableSystemTray": "Zobrazit Ferdi v systémové liště",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Jazyk", 271 "settings.app.form.language": "Jazyk",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty", 273 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Aktualizace", 291 "settings.app.headlineUpdates": "Aktualizace",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Změny vyžadují restart", 297 "settings.app.restartRequired": "Změny vyžadují restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index e68ec41af..cc60891c3 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2683,7 +2683,7 @@
2683 } 2683 }
2684 }, 2684 },
2685 { 2685 {
2686 "defaultMessage": "!!!Ferdi Lock Password", 2686 "defaultMessage": "!!!Password",
2687 "end": { 2687 "end": {
2688 "column": 3, 2688 "column": 3,
2689 "line": 54 2689 "line": 54
@@ -2709,7 +2709,7 @@
2709 } 2709 }
2710 }, 2710 },
2711 { 2711 {
2712 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 2712 "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 CMD/CTRL+Shift+L.",
2713 "end": { 2713 "end": {
2714 "column": 3, 2714 "column": 3,
2715 "line": 62 2715 "line": 62
@@ -4175,7 +4175,7 @@
4175 } 4175 }
4176 }, 4176 },
4177 { 4177 {
4178 "defaultMessage": "!!!Enable Ferdi password lock", 4178 "defaultMessage": "!!!Enable Password Lock",
4179 "end": { 4179 "end": {
4180 "column": 3, 4180 "column": 3,
4181 "line": 76 4181 "line": 76
@@ -4188,7 +4188,7 @@
4188 } 4188 }
4189 }, 4189 },
4190 { 4190 {
4191 "defaultMessage": "!!!Ferdi Lock password", 4191 "defaultMessage": "!!!Password",
4192 "end": { 4192 "end": {
4193 "column": 3, 4193 "column": 3,
4194 "line": 80 4194 "line": 80
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index c383a18fb..137bd93cb 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Συμπεριλάβετε εκδόσεις beta", 261 "settings.app.form.beta": "Συμπεριλάβετε εκδόσεις beta",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ", 263 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου", 265 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου",
266 "settings.app.form.enableSystemTray": "Εμφάνιση του Ferdi στη γραμμή ειδοποιήσεων", 266 "settings.app.form.enableSystemTray": "Εμφάνιση του Ferdi στη γραμμή ειδοποιήσεων",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Γλώσσα", 271 "settings.app.form.language": "Γλώσσα",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων", 273 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Ενημερώσεις", 291 "settings.app.headlineUpdates": "Ενημερώσεις",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση", 297 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index b7d81356e..e586cb852 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index 1fdc74380..235e12146 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -222,14 +222,14 @@
222 "settings.app.form.beta": "Cuir leagain béite san áireamh", 222 "settings.app.form.beta": "Cuir leagain béite san áireamh",
223 "settings.app.form.darkMode": "Join the Dark Side", 223 "settings.app.form.darkMode": "Join the Dark Side",
224 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG", 224 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
225 "settings.app.form.enableLock": "Enable Ferdi password lock", 225 "settings.app.form.enableLock": "Enable Password Lock",
226 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe", 226 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
227 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais", 227 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais",
228 "settings.app.form.enableTodos": "Enable Ferdi Todos", 228 "settings.app.form.enableTodos": "Enable Ferdi Todos",
229 "settings.app.form.hibernate": "Enable service hibernation", 229 "settings.app.form.hibernate": "Enable service hibernation",
230 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 230 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
231 "settings.app.form.language": "Teanga", 231 "settings.app.form.language": "Teanga",
232 "settings.app.form.lockPassword": "Ferdi Lock password", 232 "settings.app.form.lockPassword": "Password",
233 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais", 233 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
234 "settings.app.form.privateNotifications": "Don't show message content in notifications", 234 "settings.app.form.privateNotifications": "Don't show message content in notifications",
235 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog", 235 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog",
@@ -247,8 +247,8 @@
247 "settings.app.headlineLanguage": "Teanga", 247 "settings.app.headlineLanguage": "Teanga",
248 "settings.app.headlineUpdates": "Nuashonruithe", 248 "settings.app.headlineUpdates": "Nuashonruithe",
249 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 249 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
250 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 250 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
251 "settings.app.lockedPassword": "Ferdi Lock Password", 251 "settings.app.lockedPassword": "Password",
252 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 252 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
253 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.", 253 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
254 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 254 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 462d74d39..6df814503 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Incluir versiones beta", 261 "settings.app.form.beta": "Incluir versiones beta",
262 "settings.app.form.darkMode": "Únete al Lado Oscuro", 262 "settings.app.form.darkMode": "Únete al Lado Oscuro",
263 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU", 263 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica", 265 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica",
266 "settings.app.form.enableSystemTray": "Mostrar Ferdi en la bandeja del sistema", 266 "settings.app.form.enableSystemTray": "Mostrar Ferdi en la bandeja del sistema",
267 "settings.app.form.enableTodos": "Activar Ferdi Todos", 267 "settings.app.form.enableTodos": "Activar Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas", 270 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
271 "settings.app.form.language": "Idioma", 271 "settings.app.form.language": "Idioma",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema", 273 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Actualizaciones", 291 "settings.app.headlineUpdates": "Actualizaciones",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.", 293 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Los cambios requieren reiniciar", 297 "settings.app.restartRequired": "Los cambios requieren reiniciar",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index ebc7b1dbe..a580a03c2 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Cuir leagain béite san áireamh", 261 "settings.app.form.beta": "Cuir leagain béite san áireamh",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG", 263 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe", 265 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
266 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais", 266 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Teanga", 271 "settings.app.form.language": "Teanga",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais", 273 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Nuashonruithe", 291 "settings.app.headlineUpdates": "Nuashonruithe",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.", 297 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index 5d6f353f0..b94733de5 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Obuhvati i beta verzije", 261 "settings.app.form.beta": "Obuhvati i beta verzije",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 265 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
266 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci", 266 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Jezik", 271 "settings.app.form.language": "Jezik",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 273 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Nadogradnje", 291 "settings.app.headlineUpdates": "Nadogradnje",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon", 297 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 7695f5fc4..7dd0b4771 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Béta verziók keresése", 261 "settings.app.form.beta": "Béta verziók keresése",
262 "settings.app.form.darkMode": "Csatlakozz a Sötét Oldalhoz", 262 "settings.app.form.darkMode": "Csatlakozz a Sötét Oldalhoz",
263 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése", 263 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése", 265 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése",
266 "settings.app.form.enableSystemTray": "Ferdi mutatása a tálcán", 266 "settings.app.form.enableSystemTray": "Ferdi mutatása a tálcán",
267 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása", 267 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Nyelv", 271 "settings.app.form.language": "Nyelv",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára", 273 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Frissítések", 291 "settings.app.headlineUpdates": "Frissítések",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "A hivatalos fordítások angol és német nyelven elérhetőek. Minden más nyelv közösségi fordításon alapul.", 293 "settings.app.languageDisclaimer": "A hivatalos fordítások angol és német nyelven elérhetőek. Minden más nyelv közösségi fordításon alapul.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Újraindítást igénylő módosítás", 297 "settings.app.restartRequired": "Újraindítást igénylő módosítás",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index e48458d07..68b37ca5b 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Sertakan versi beta", 261 "settings.app.form.beta": "Sertakan versi beta",
262 "settings.app.form.darkMode": "Sisi Kelam menunggu Anda (Mode Gelap)", 262 "settings.app.form.darkMode": "Sisi Kelam menunggu Anda (Mode Gelap)",
263 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU", 263 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan", 265 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan",
266 "settings.app.form.enableSystemTray": "Tampilkan Ferdi di baki sistem", 266 "settings.app.form.enableSystemTray": "Tampilkan Ferdi di baki sistem",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Bahasa", 271 "settings.app.form.language": "Bahasa",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem", 273 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Versi Baru", 291 "settings.app.headlineUpdates": "Versi Baru",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.", 293 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang", 297 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 07a4dc98d..89e3a903e 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Includi versioni beta", 261 "settings.app.form.beta": "Includi versioni beta",
262 "settings.app.form.darkMode": "Unisciti al Lato Oscuro", 262 "settings.app.form.darkMode": "Unisciti al Lato Oscuro",
263 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU", 263 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico", 265 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico",
266 "settings.app.form.enableSystemTray": "Mostra Ferdi nell'area di notifica", 266 "settings.app.form.enableSystemTray": "Mostra Ferdi nell'area di notifica",
267 "settings.app.form.enableTodos": "Abilità le Attività Ferdi", 267 "settings.app.form.enableTodos": "Abilità le Attività Ferdi",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati", 270 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati",
271 "settings.app.form.language": "Lingua", 271 "settings.app.form.language": "Lingua",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica", 273 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Aggiornamenti", 291 "settings.app.headlineUpdates": "Aggiornamenti",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.", 293 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Le modifiche richiedono un riavvio", 297 "settings.app.restartRequired": "Le modifiche richiedono un riavvio",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 0f5a14be1..3dcdb75eb 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Betaバージョンを含める", 261 "settings.app.form.beta": "Betaバージョンを含める",
262 "settings.app.form.darkMode": "ダークモードを有効にする", 262 "settings.app.form.darkMode": "ダークモードを有効にする",
263 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする", 263 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする", 265 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする",
266 "settings.app.form.enableSystemTray": "Ferdiをシステムトレイに表示する", 266 "settings.app.form.enableSystemTray": "Ferdiをシステムトレイに表示する",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "言語", 271 "settings.app.form.language": "言語",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する", 273 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "更新", 291 "settings.app.headlineUpdates": "更新",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "変更には再起動が必要です", 297 "settings.app.restartRequired": "変更には再起動が必要です",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 302b513d2..18d5d2da4 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "ჩართეთ ბეტა ვერსიები", 261 "settings.app.form.beta": "ჩართეთ ბეტა ვერსიები",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "აჩვენეთ Ferdi სისტემის უჯრაში", 266 "settings.app.form.enableSystemTray": "აჩვენეთ Ferdi სისტემის უჯრაში",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "ენა", 271 "settings.app.form.language": "ენა",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში", 273 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "განახლებები", 291 "settings.app.headlineUpdates": "განახლებები",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 80f33d583..f2a6895e6 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Inclusief beta versies", 261 "settings.app.form.beta": "Inclusief beta versies",
262 "settings.app.form.darkMode": "Word lid van de Dark Side", 262 "settings.app.form.darkMode": "Word lid van de Dark Side",
263 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren", 263 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen", 265 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen",
266 "settings.app.form.enableSystemTray": "Toon Ferdi in de systeembalk", 266 "settings.app.form.enableSystemTray": "Toon Ferdi in de systeembalk",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Taal", 271 "settings.app.form.language": "Taal",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk", 273 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.", 293 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 297 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index c71954427..f9c00b899 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Inclusief bètaversies", 261 "settings.app.form.beta": "Inclusief bètaversies",
262 "settings.app.form.darkMode": "Stap over naar de donkere kant", 262 "settings.app.form.darkMode": "Stap over naar de donkere kant",
263 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ", 263 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Zet spellingcontrole aan", 265 "settings.app.form.enableSpellchecking": "Zet spellingcontrole aan",
266 "settings.app.form.enableSystemTray": "Pictogram voor Ferdi in systeemvak tonen", 266 "settings.app.form.enableSystemTray": "Pictogram voor Ferdi in systeemvak tonen",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Taal", 271 "settings.app.form.language": "Taal",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak", 273 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.", 293 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 297 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index e29e80e9f..e5496f0eb 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Uwzględnij wersje beta", 261 "settings.app.form.beta": "Uwzględnij wersje beta",
262 "settings.app.form.darkMode": "Przejdź na Ciemną Stronę", 262 "settings.app.form.darkMode": "Przejdź na Ciemną Stronę",
263 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU", 263 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni", 265 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni",
266 "settings.app.form.enableSystemTray": "Pokaż Ferdia w obszarze powiadomień", 266 "settings.app.form.enableSystemTray": "Pokaż Ferdia w obszarze powiadomień",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Język", 271 "settings.app.form.language": "Język",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi", 273 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Aktualizacje", 291 "settings.app.headlineUpdates": "Aktualizacje",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.", 293 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia", 297 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 591b35610..af344f4cc 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Atualizações", 291 "settings.app.headlineUpdates": "Atualizações",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "As traduções oficiais são em inglês e alemão. As demais traduções são baseadas na ajuda da comunidade.", 293 "settings.app.languageDisclaimer": "As traduções oficiais são em inglês e alemão. As demais traduções são baseadas na ajuda da comunidade.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "As mudanças exigem reiniciar o sistema", 297 "settings.app.restartRequired": "As mudanças exigem reiniciar o sistema",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 3d14d5414..645bb2043 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Incluir versões instáveis (beta)", 261 "settings.app.form.beta": "Incluir versões instáveis (beta)",
262 "settings.app.form.darkMode": "Junta-te ao Lado Negro", 262 "settings.app.form.darkMode": "Junta-te ao Lado Negro",
263 "settings.app.form.enableGPUAcceleration": "Activar Aceleração de GPU", 263 "settings.app.form.enableGPUAcceleration": "Activar Aceleração de GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica", 265 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica",
266 "settings.app.form.enableSystemTray": "Mostrar o Ferdi na barra do sistema", 266 "settings.app.form.enableSystemTray": "Mostrar o Ferdi na barra do sistema",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Idioma", 271 "settings.app.form.language": "Idioma",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema", 273 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Atualizações", 291 "settings.app.headlineUpdates": "Atualizações",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Alterações requerem reinício", 297 "settings.app.restartRequired": "Alterações requerem reinício",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 5d3636d9e..efd966ff8 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Включая бета версии", 261 "settings.app.form.beta": "Включая бета версии",
262 "settings.app.form.darkMode": "Перейти на Тёмную сторону", 262 "settings.app.form.darkMode": "Перейти на Тёмную сторону",
263 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU", 263 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Включить проверку правописания", 265 "settings.app.form.enableSpellchecking": "Включить проверку правописания",
266 "settings.app.form.enableSystemTray": "Показывать Ferdi в системном трее", 266 "settings.app.form.enableSystemTray": "Показывать Ferdi в системном трее",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Язык", 271 "settings.app.form.language": "Язык",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей", 273 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Обновления", 291 "settings.app.headlineUpdates": "Обновления",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.", 293 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения", 297 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index b9805e2a6..0c47d3844 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Vrátane beta verzií", 261 "settings.app.form.beta": "Vrátane beta verzií",
262 "settings.app.form.darkMode": "Spustiť Dark Side", 262 "settings.app.form.darkMode": "Spustiť Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie", 263 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu", 265 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu",
266 "settings.app.form.enableSystemTray": "Zobrazovať Ferdi v systémovej lište", 266 "settings.app.form.enableSystemTray": "Zobrazovať Ferdi v systémovej lište",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Jazyk", 271 "settings.app.form.language": "Jazyk",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty", 273 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Aktualizácie", 291 "settings.app.headlineUpdates": "Aktualizácie",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.", 293 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Zmeny vyžadujú reštart", 297 "settings.app.restartRequired": "Zmeny vyžadujú reštart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index f1257ac1e..39ce2e022 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Obuhvati i beta verzije", 261 "settings.app.form.beta": "Obuhvati i beta verzije",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице", 263 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 265 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
266 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci", 266 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Jezik", 271 "settings.app.form.language": "Jezik",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 273 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Nadogradnje", 291 "settings.app.headlineUpdates": "Nadogradnje",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon", 297 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 34c406981..8edec5ce2 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Beta versiyonları dahil et", 261 "settings.app.form.beta": "Beta versiyonları dahil et",
262 "settings.app.form.darkMode": "Karanlık tarafa katıl", 262 "settings.app.form.darkMode": "Karanlık tarafa katıl",
263 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et", 263 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir", 265 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir",
266 "settings.app.form.enableSystemTray": "Ferdi'ı sistem tepsisinde göster", 266 "settings.app.form.enableSystemTray": "Ferdi'ı sistem tepsisinde göster",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Dil", 271 "settings.app.form.language": "Dil",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült", 273 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Güncellemeler", 291 "settings.app.headlineUpdates": "Güncellemeler",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor", 297 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index c1657b2c0..1e61b1ea7 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Включити бета-версії", 261 "settings.app.form.beta": "Включити бета-версії",
262 "settings.app.form.darkMode": "Переходь на Темну Сторону", 262 "settings.app.form.darkMode": "Переходь на Темну Сторону",
263 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU", 263 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії", 265 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії",
266 "settings.app.form.enableSystemTray": "Показувати Ferdi у системному лотку", 266 "settings.app.form.enableSystemTray": "Показувати Ferdi у системному лотку",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Мова", 271 "settings.app.form.language": "Мова",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка", 273 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Оновлення", 291 "settings.app.headlineUpdates": "Оновлення",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Зміни потребують перезапуску", 297 "settings.app.restartRequired": "Зміни потребують перезапуску",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index fd1ea9977..5c7ab6c50 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "包含開發中版本", 261 "settings.app.form.beta": "包含開發中版本",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "在系統匣上顯示", 266 "settings.app.form.enableSystemTray": "在系統匣上顯示",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "語言", 271 "settings.app.form.language": "語言",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "最小化至系統匣", 273 "settings.app.form.minimizeToSystemTray": "最小化至系統匣",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "更新", 291 "settings.app.headlineUpdates": "更新",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 8eb2053bc..00bb7de2c 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -261,7 +261,7 @@
261 "settings.app.form.beta": "Include beta versions", 261 "settings.app.form.beta": "Include beta versions",
262 "settings.app.form.darkMode": "Join the Dark Side", 262 "settings.app.form.darkMode": "Join the Dark Side",
263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 263 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
264 "settings.app.form.enableLock": "Enable Ferdi password lock", 264 "settings.app.form.enableLock": "Enable Password Lock",
265 "settings.app.form.enableSpellchecking": "Enable spell checking", 265 "settings.app.form.enableSpellchecking": "Enable spell checking",
266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 266 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
267 "settings.app.form.enableTodos": "Enable Ferdi Todos", 267 "settings.app.form.enableTodos": "Enable Ferdi Todos",
@@ -269,7 +269,7 @@
269 "settings.app.form.hibernationStrategy": "Hibernation strategy", 269 "settings.app.form.hibernationStrategy": "Hibernation strategy",
270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 270 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
271 "settings.app.form.language": "Language", 271 "settings.app.form.language": "Language",
272 "settings.app.form.lockPassword": "Ferdi Lock password", 272 "settings.app.form.lockPassword": "Password",
273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 273 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
274 "settings.app.form.noUpdates": "Disable updates", 274 "settings.app.form.noUpdates": "Disable updates",
275 "settings.app.form.privateNotifications": "Don't show message content in notifications", 275 "settings.app.form.privateNotifications": "Don't show message content in notifications",
@@ -291,8 +291,8 @@
291 "settings.app.headlineUpdates": "Updates", 291 "settings.app.headlineUpdates": "Updates",
292 "settings.app.hibernateInfo": "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.", 292 "settings.app.hibernateInfo": "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.",
293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 293 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
294 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 294 "settings.app.lockInfo": "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 CMD/CTRL+Shift+L.",
295 "settings.app.lockedPassword": "Ferdi Lock Password", 295 "settings.app.lockedPassword": "Password",
296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 296 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
297 "settings.app.restartRequired": "Changes require restart", 297 "settings.app.restartRequired": "Changes require restart",
298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 298 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index 5bf9f0b31..1fdff93b9 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -79,7 +79,7 @@
79 }, 79 },
80 { 80 {
81 "id": "settings.app.lockedPassword", 81 "id": "settings.app.lockedPassword",
82 "defaultMessage": "!!!Ferdi Lock Password", 82 "defaultMessage": "!!!Password",
83 "file": "src/components/settings/settings/EditSettingsForm.js", 83 "file": "src/components/settings/settings/EditSettingsForm.js",
84 "start": { 84 "start": {
85 "line": 51, 85 "line": 51,
@@ -105,7 +105,7 @@
105 }, 105 },
106 { 106 {
107 "id": "settings.app.lockInfo", 107 "id": "settings.app.lockInfo",
108 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi 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 CMD/CTRL+Shift+L.", 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 CMD/CTRL+Shift+L.",
109 "file": "src/components/settings/settings/EditSettingsForm.js", 109 "file": "src/components/settings/settings/EditSettingsForm.js",
110 "start": { 110 "start": {
111 "line": 59, 111 "line": 59,
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index 411e35dab..d6cdb94c0 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -144,7 +144,7 @@
144 }, 144 },
145 { 145 {
146 "id": "settings.app.form.enableLock", 146 "id": "settings.app.form.enableLock",
147 "defaultMessage": "!!!Enable Ferdi password lock", 147 "defaultMessage": "!!!Enable Password Lock",
148 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 149 "start": {
150 "line": 73, 150 "line": 73,
@@ -157,7 +157,7 @@
157 }, 157 },
158 { 158 {
159 "id": "settings.app.form.lockPassword", 159 "id": "settings.app.form.lockPassword",
160 "defaultMessage": "!!!Ferdi Lock password", 160 "defaultMessage": "!!!Password",
161 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 162 "start": {
163 "line": 77, 163 "line": 77,