aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-01-29 11:35:00 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-29 11:35:00 +0100
commita5482c0981547dd41b7a5930edacb1cc19c66d63 (patch)
treedae3e4d7a9bfafa13b1ee6200d1e3eef69ca0cc7
parent#179 Add inactivity timer (diff)
parentNew translations en-US.json (Vietnamese) (diff)
downloadferdium-app-a5482c0981547dd41b7a5930edacb1cc19c66d63.tar.gz
ferdium-app-a5482c0981547dd41b7a5930edacb1cc19c66d63.tar.zst
ferdium-app-a5482c0981547dd41b7a5930edacb1cc19c66d63.zip
Merge pull request #327 from getferdi/l10n_develop
New Crowdin translations
-rw-r--r--src/i18n/locales/af.json2
-rw-r--r--src/i18n/locales/ar.json2
-rw-r--r--src/i18n/locales/bs.json2
-rw-r--r--src/i18n/locales/ca.json2
-rw-r--r--src/i18n/locales/cs.json2
-rw-r--r--src/i18n/locales/da.json2
-rw-r--r--src/i18n/locales/de.json2
-rw-r--r--src/i18n/locales/el.json2
-rw-r--r--src/i18n/locales/es.json2
-rw-r--r--src/i18n/locales/fi.json2
-rw-r--r--src/i18n/locales/fr.json2
-rw-r--r--src/i18n/locales/ga.json2
-rw-r--r--src/i18n/locales/he.json2
-rw-r--r--src/i18n/locales/hr.json2
-rw-r--r--src/i18n/locales/hu.json2
-rw-r--r--src/i18n/locales/id.json2
-rw-r--r--src/i18n/locales/it.json2
-rw-r--r--src/i18n/locales/ja.json2
-rw-r--r--src/i18n/locales/ka.json2
-rw-r--r--src/i18n/locales/ko.json2
-rw-r--r--src/i18n/locales/nl-BE.json2
-rw-r--r--src/i18n/locales/nl.json2
-rw-r--r--src/i18n/locales/no.json2
-rw-r--r--src/i18n/locales/pl.json2
-rw-r--r--src/i18n/locales/pt-BR.json2
-rw-r--r--src/i18n/locales/pt.json2
-rw-r--r--src/i18n/locales/ro.json2
-rw-r--r--src/i18n/locales/ru.json2
-rw-r--r--src/i18n/locales/sk.json2
-rw-r--r--src/i18n/locales/sl.json2
-rw-r--r--src/i18n/locales/sr.json2
-rw-r--r--src/i18n/locales/sv.json2
-rw-r--r--src/i18n/locales/tr.json2
-rw-r--r--src/i18n/locales/uk.json2
-rw-r--r--src/i18n/locales/vi.json2
-rw-r--r--src/i18n/locales/zh-HANT.json2
-rw-r--r--src/i18n/locales/zh.json2
37 files changed, 74 insertions, 0 deletions
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 3b0227007..b091b5405 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index f34984b12..1516b0cae 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Idioma", 274 "settings.app.form.language": "Idioma",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Idioma", 293 "settings.app.headlineLanguage": "Idioma",
293 "settings.app.headlineUpdates": "Actualitzacions", 294 "settings.app.headlineUpdates": "Actualitzacions",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index aef8b6837..3c82b3ea5 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Jazyk", 274 "settings.app.form.language": "Jazyk",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Jazyk", 293 "settings.app.headlineLanguage": "Jazyk",
293 "settings.app.headlineUpdates": "Aktualizace", 294 "settings.app.headlineUpdates": "Aktualizace",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 34e0c5c37..4c574f8c6 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Ferdi Todos aktivieren", 269 "settings.app.form.enableTodos": "Ferdi Todos aktivieren",
270 "settings.app.form.hibernate": "\"Service Hibernation\" aktivieren", 270 "settings.app.form.hibernate": "\"Service Hibernation\" aktivieren",
271 "settings.app.form.hibernationStrategy": "\"Service Hibernation\"-Strategie", 271 "settings.app.form.hibernationStrategy": "\"Service Hibernation\"-Strategie",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Alle Arbeitsbereiche geladen lassen", 273 "settings.app.form.keepAllWorkspacesLoaded": "Alle Arbeitsbereiche geladen lassen",
273 "settings.app.form.language": "Sprache", 274 "settings.app.form.language": "Sprache",
274 "settings.app.form.lockPassword": "Passwort", 275 "settings.app.form.lockPassword": "Passwort",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Sprache", 293 "settings.app.headlineLanguage": "Sprache",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "settings.app.hibernateInfo": "Standardmäßig öffnet Ferdi alle deine Dienste im Hintergrund, sodass diese bereit sind, wenn du sie verwenden möchtest. \"Service Hibernation\" wird deine Dienste nach einer bestimmten Zeitspanne schließen. Dies ist nützlich, um RAM zu speichern oder Dienste davon abzuhalten, deinen Computer zu verlangsamen.", 295 "settings.app.hibernateInfo": "Standardmäßig öffnet Ferdi alle deine Dienste im Hintergrund, sodass diese bereit sind, wenn du sie verwenden möchtest. \"Service Hibernation\" wird deine Dienste nach einer bestimmten Zeitspanne schließen. Dies ist nützlich, um RAM zu speichern oder Dienste davon abzuhalten, deinen Computer zu verlangsamen.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Ferdi Community.", 297 "settings.app.languageDisclaimer": "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Ferdi Community.",
296 "settings.app.lockInfo": "Die Passwort-Sperre erlaubt es dir, deine Nachrichten zu schützen.\nMit der Passwort-Sperre wirst du beim Starten von Ferdi und wenn du das Programm manuell sperrst, darum gebeten, dein Passwort einzugeben.\nDu kannst Ferdi über das Sperrsymbol in der unteren linken Ecke oder dem Shortcut CMD/CTRL+Shift+L sperren.", 298 "settings.app.lockInfo": "Die Passwort-Sperre erlaubt es dir, deine Nachrichten zu schützen.\nMit der Passwort-Sperre wirst du beim Starten von Ferdi und wenn du das Programm manuell sperrst, darum gebeten, dein Passwort einzugeben.\nDu kannst Ferdi über das Sperrsymbol in der unteren linken Ecke oder dem Shortcut CMD/CTRL+Shift+L sperren.",
297 "settings.app.lockedPassword": "Passwort", 299 "settings.app.lockedPassword": "Passwort",
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index b31d971a6..9b56cc9d3 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Γλώσσα", 274 "settings.app.form.language": "Γλώσσα",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Γλώσσα", 293 "settings.app.headlineLanguage": "Γλώσσα",
293 "settings.app.headlineUpdates": "Ενημερώσεις", 294 "settings.app.headlineUpdates": "Ενημερώσεις",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 99d802a83..b29c72f5c 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Activar Ferdi Todos", 269 "settings.app.form.enableTodos": "Activar Ferdi Todos",
270 "settings.app.form.hibernate": "Habilitar hibernación del servicio", 270 "settings.app.form.hibernate": "Habilitar hibernación del servicio",
271 "settings.app.form.hibernationStrategy": "Estrategia de hibernación", 271 "settings.app.form.hibernationStrategy": "Estrategia de hibernación",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas", 273 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
273 "settings.app.form.language": "Idioma", 274 "settings.app.form.language": "Idioma",
274 "settings.app.form.lockPassword": "Contraseña", 275 "settings.app.form.lockPassword": "Contraseña",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Idioma", 293 "settings.app.headlineLanguage": "Idioma",
293 "settings.app.headlineUpdates": "Actualizaciones", 294 "settings.app.headlineUpdates": "Actualizaciones",
294 "settings.app.hibernateInfo": "Por defecto, Ferdi mantendrá todos sus servicios abiertos y cargados en segundo plano para que estén listos cuando los necesite. La hibernación del servicio desactivará los mismos tras el tiempo especificado. Esto es útil para ahorrar RAM y evitar que los servicios ralentizen su sistema.", 295 "settings.app.hibernateInfo": "Por defecto, Ferdi mantendrá todos sus servicios abiertos y cargados en segundo plano para que estén listos cuando los necesite. La hibernación del servicio desactivará los mismos tras el tiempo especificado. Esto es útil para ahorrar RAM y evitar que los servicios ralentizen su sistema.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.", 297 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.",
296 "settings.app.lockInfo": "El bloqueo de contraseña le permite mantener los mensajes protegidos.\nSi activa el bloqueo de contraseña, se le pedirá introducirla cada vez que inicie o bloquee Ferdi usando el símbolo de la esquina inferior izquierda o bien el acceso directo CMD/CTRL+Shift+L.", 298 "settings.app.lockInfo": "El bloqueo de contraseña le permite mantener los mensajes protegidos.\nSi activa el bloqueo de contraseña, se le pedirá introducirla cada vez que inicie o bloquee Ferdi usando el símbolo de la esquina inferior izquierda o bien el acceso directo CMD/CTRL+Shift+L.",
297 "settings.app.lockedPassword": "Contraseña", 299 "settings.app.lockedPassword": "Contraseña",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index a69d8c834..1324a943f 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Activer Ferdi Todos", 269 "settings.app.form.enableTodos": "Activer Ferdi Todos",
270 "settings.app.form.hibernate": "Activer le service d'hibernation", 270 "settings.app.form.hibernate": "Activer le service d'hibernation",
271 "settings.app.form.hibernationStrategy": "Stratégie d'hibernation", 271 "settings.app.form.hibernationStrategy": "Stratégie d'hibernation",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Garder tous les espaces de travail charger", 273 "settings.app.form.keepAllWorkspacesLoaded": "Garder tous les espaces de travail charger",
273 "settings.app.form.language": "Langue", 274 "settings.app.form.language": "Langue",
274 "settings.app.form.lockPassword": "Mot de passe", 275 "settings.app.form.lockPassword": "Mot de passe",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Langue", 293 "settings.app.headlineLanguage": "Langue",
293 "settings.app.headlineUpdates": "Mises à jour", 294 "settings.app.headlineUpdates": "Mises à jour",
294 "settings.app.hibernateInfo": "Par défaut, Ferdi gardera tous vos services ouverts et chargés en arrière-plan afin qu'ils soient prêts lorsque vous voulez les utiliser. Le service d'hibernation déchargera vos services après un montant spécifié. Ceci est utile pour sauver de la RAM ou garder les services de ralentir votre ordinateur.", 295 "settings.app.hibernateInfo": "Par défaut, Ferdi gardera tous vos services ouverts et chargés en arrière-plan afin qu'ils soient prêts lorsque vous voulez les utiliser. Le service d'hibernation déchargera vos services après un montant spécifié. Ceci est utile pour sauver de la RAM ou garder les services de ralentir votre ordinateur.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.", 297 "settings.app.languageDisclaimer": "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.",
296 "settings.app.lockInfo": "Le mot de passe de verrouillage de Ferdi vous permet de garder vos messages protégés.\nEn utilisant le mot de passe de verrouillage de Ferdi, vous allez être demandé de rentrer un mot de passe à chaque fois que vous démarré Ferdi ou verrouillé Ferdi vous même avec le symbole de cadenas en bas à gauche dans le coins ou avec le raccourcie CMD/CTRL+Shift+L.", 298 "settings.app.lockInfo": "Le mot de passe de verrouillage de Ferdi vous permet de garder vos messages protégés.\nEn utilisant le mot de passe de verrouillage de Ferdi, vous allez être demandé de rentrer un mot de passe à chaque fois que vous démarré Ferdi ou verrouillé Ferdi vous même avec le symbole de cadenas en bas à gauche dans le coins ou avec le raccourcie CMD/CTRL+Shift+L.",
297 "settings.app.lockedPassword": "Mot de passe", 299 "settings.app.lockedPassword": "Mot de passe",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index f7ab2fb17..37d853ba6 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Teanga", 274 "settings.app.form.language": "Teanga",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Teanga", 293 "settings.app.headlineLanguage": "Teanga",
293 "settings.app.headlineUpdates": "Nuashonruithe", 294 "settings.app.headlineUpdates": "Nuashonruithe",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index e7fcdf4bb..2e84985e4 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Jezik", 274 "settings.app.form.language": "Jezik",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Jezik", 293 "settings.app.headlineLanguage": "Jezik",
293 "settings.app.headlineUpdates": "Nadogradnje", 294 "settings.app.headlineUpdates": "Nadogradnje",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index fe21d1f90..69c3e3cec 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása", 269 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Nyelv", 274 "settings.app.form.language": "Nyelv",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Nyelv", 293 "settings.app.headlineLanguage": "Nyelv",
293 "settings.app.headlineUpdates": "Frissítések", 294 "settings.app.headlineUpdates": "Frissítések",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "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.", 297 "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.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index dbaf2cba1..9985926bf 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Bahasa", 274 "settings.app.form.language": "Bahasa",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Bahasa", 293 "settings.app.headlineLanguage": "Bahasa",
293 "settings.app.headlineUpdates": "Versi Baru", 294 "settings.app.headlineUpdates": "Versi Baru",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.", 297 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 359554996..f93a5772c 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Abilità le Attività Ferdi", 269 "settings.app.form.enableTodos": "Abilità le Attività Ferdi",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati", 273 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati",
273 "settings.app.form.language": "Lingua", 274 "settings.app.form.language": "Lingua",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Lingua", 293 "settings.app.headlineLanguage": "Lingua",
293 "settings.app.headlineUpdates": "Aggiornamenti", 294 "settings.app.headlineUpdates": "Aggiornamenti",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.", 297 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 2cd6d2c9d..ee72edfd1 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "言語", 274 "settings.app.form.language": "言語",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "言語", 293 "settings.app.headlineLanguage": "言語",
293 "settings.app.headlineUpdates": "更新", 294 "settings.app.headlineUpdates": "更新",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 47b083b69..cd33ad060 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "ენა", 274 "settings.app.form.language": "ენა",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "ენა", 293 "settings.app.headlineLanguage": "ენა",
293 "settings.app.headlineUpdates": "განახლებები", 294 "settings.app.headlineUpdates": "განახლებები",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index a4f91e452..f05fd8567 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Taal", 274 "settings.app.form.language": "Taal",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Taal", 293 "settings.app.headlineLanguage": "Taal",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.", 297 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 354fb8ae1..f35d55cea 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Taal", 274 "settings.app.form.language": "Taal",
274 "settings.app.form.lockPassword": "Wachtwoord", 275 "settings.app.form.lockPassword": "Wachtwoord",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Taal", 293 "settings.app.headlineLanguage": "Taal",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.", 297 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Wachtwoord", 299 "settings.app.lockedPassword": "Wachtwoord",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 64b1f8b15..e81bfa10c 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Język", 274 "settings.app.form.language": "Język",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Język", 293 "settings.app.headlineLanguage": "Język",
293 "settings.app.headlineUpdates": "Aktualizacje", 294 "settings.app.headlineUpdates": "Aktualizacje",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.", 297 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index de56a60a4..7348a190c 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Activar Ferdi Todos", 269 "settings.app.form.enableTodos": "Activar Ferdi Todos",
270 "settings.app.form.hibernate": "Activar hibernação do serviço", 270 "settings.app.form.hibernate": "Activar hibernação do serviço",
271 "settings.app.form.hibernationStrategy": "Estratégia de Hibernação", 271 "settings.app.form.hibernationStrategy": "Estratégia de Hibernação",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas", 273 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
273 "settings.app.form.language": "Idioma", 274 "settings.app.form.language": "Idioma",
274 "settings.app.form.lockPassword": "Senha", 275 "settings.app.form.lockPassword": "Senha",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Idioma", 293 "settings.app.headlineLanguage": "Idioma",
293 "settings.app.headlineUpdates": "Atualizações", 294 "settings.app.headlineUpdates": "Atualizações",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "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.", 297 "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.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Senha", 299 "settings.app.lockedPassword": "Senha",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 4a320588d..dd7ee189b 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Idioma", 274 "settings.app.form.language": "Idioma",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Idioma", 293 "settings.app.headlineLanguage": "Idioma",
293 "settings.app.headlineUpdates": "Atualizações", 294 "settings.app.headlineUpdates": "Atualizações",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 171417689..b1ce32b08 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Язык", 274 "settings.app.form.language": "Язык",
274 "settings.app.form.lockPassword": "Пароль", 275 "settings.app.form.lockPassword": "Пароль",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Язык", 293 "settings.app.headlineLanguage": "Язык",
293 "settings.app.headlineUpdates": "Обновления", 294 "settings.app.headlineUpdates": "Обновления",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.", 297 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Пароль", 299 "settings.app.lockedPassword": "Пароль",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index ccf2e7b0d..8e7ccf4ca 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Jazyk", 274 "settings.app.form.language": "Jazyk",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Jazyk", 293 "settings.app.headlineLanguage": "Jazyk",
293 "settings.app.headlineUpdates": "Aktualizácie", 294 "settings.app.headlineUpdates": "Aktualizácie",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.", 297 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index c140ce73d..44bf2fb6c 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Jezik", 274 "settings.app.form.language": "Jezik",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Jezik", 293 "settings.app.headlineLanguage": "Jezik",
293 "settings.app.headlineUpdates": "Nadogradnje", 294 "settings.app.headlineUpdates": "Nadogradnje",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index fd429bfde..dbdd34c20 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Dil", 274 "settings.app.form.language": "Dil",
274 "settings.app.form.lockPassword": "Şifre", 275 "settings.app.form.lockPassword": "Şifre",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Dil", 293 "settings.app.headlineLanguage": "Dil",
293 "settings.app.headlineUpdates": "Güncellemeler", 294 "settings.app.headlineUpdates": "Güncellemeler",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Şifre", 299 "settings.app.lockedPassword": "Şifre",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 1a5c56211..c543ad9a0 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Мова", 274 "settings.app.form.language": "Мова",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Мова", 293 "settings.app.headlineLanguage": "Мова",
293 "settings.app.headlineUpdates": "Оновлення", 294 "settings.app.headlineUpdates": "Оновлення",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 32effd8d8..bcb475a26 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "語言", 274 "settings.app.form.language": "語言",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "語言", 293 "settings.app.headlineLanguage": "語言",
293 "settings.app.headlineUpdates": "更新", 294 "settings.app.headlineUpdates": "更新",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index 750ff9b89..8b3fcea8c 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -269,6 +269,7 @@
269 "settings.app.form.enableTodos": "Enable Ferdi Todos", 269 "settings.app.form.enableTodos": "Enable Ferdi Todos",
270 "settings.app.form.hibernate": "Enable service hibernation", 270 "settings.app.form.hibernate": "Enable service hibernation",
271 "settings.app.form.hibernationStrategy": "Hibernation strategy", 271 "settings.app.form.hibernationStrategy": "Hibernation strategy",
272 "settings.app.form.inactivityLock": "Lock after inactivity",
272 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 273 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
273 "settings.app.form.language": "Language", 274 "settings.app.form.language": "Language",
274 "settings.app.form.lockPassword": "Password", 275 "settings.app.form.lockPassword": "Password",
@@ -292,6 +293,7 @@
292 "settings.app.headlineLanguage": "Language", 293 "settings.app.headlineLanguage": "Language",
293 "settings.app.headlineUpdates": "Updates", 294 "settings.app.headlineUpdates": "Updates",
294 "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.", 295 "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.",
296 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
295 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 297 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
296 "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.", 298 "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.",
297 "settings.app.lockedPassword": "Password", 299 "settings.app.lockedPassword": "Password",