aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2021-01-06 04:04:53 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2021-01-06 04:04:53 +0100
commit8f870f88c942d432a00e1cb1b7c6170bb9007633 (patch)
treeb5acbb97305e7fa39bcb4aa71cd98c913c394c02
parent5.6.0-nightly.12 and trigger AppVeyor nightly build [skip travisci] (diff)
parentAdd new setting to minimize to tray when closing on Windows (#1093) (diff)
downloadferdium-app-8f870f88c942d432a00e1cb1b7c6170bb9007633.tar.gz
ferdium-app-8f870f88c942d432a00e1cb1b7c6170bb9007633.tar.zst
ferdium-app-8f870f88c942d432a00e1cb1b7c6170bb9007633.zip
Merge branch 'develop' into nightly
# Conflicts: # package.json
-rw-r--r--.all-contributorsrc18
-rw-r--r--.travis.yml2
-rw-r--r--README.md167
-rw-r--r--appveyor.yml6
-rw-r--r--electron-builder.yml2
-rw-r--r--src/components/settings/settings/EditSettingsForm.js3
-rw-r--r--src/config.js1
-rw-r--r--src/containers/settings/EditSettingsScreen.js10
-rw-r--r--src/i18n/locales/af.json1
-rw-r--r--src/i18n/locales/ar.json1
-rw-r--r--src/i18n/locales/be.json1
-rw-r--r--src/i18n/locales/bs.json1
-rw-r--r--src/i18n/locales/ca.json1
-rw-r--r--src/i18n/locales/cs.json5
-rw-r--r--src/i18n/locales/da.json89
-rw-r--r--src/i18n/locales/de.json33
-rw-r--r--src/i18n/locales/el.json1
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/i18n/locales/es.json35
-rw-r--r--src/i18n/locales/fi.json991
-rw-r--r--src/i18n/locales/fr.json51
-rw-r--r--src/i18n/locales/ga.json1
-rw-r--r--src/i18n/locales/he.json21
-rw-r--r--src/i18n/locales/hr.json1
-rw-r--r--src/i18n/locales/hu.json1
-rw-r--r--src/i18n/locales/id.json1
-rw-r--r--src/i18n/locales/it.json73
-rw-r--r--src/i18n/locales/ja.json1
-rw-r--r--src/i18n/locales/ka.json1
-rw-r--r--src/i18n/locales/ko.json97
-rw-r--r--src/i18n/locales/nb.json1
-rw-r--r--src/i18n/locales/nl-BE.json1
-rw-r--r--src/i18n/locales/nl.json29
-rw-r--r--src/i18n/locales/no.json1
-rw-r--r--src/i18n/locales/pl.json1
-rw-r--r--src/i18n/locales/pt-BR.json7
-rw-r--r--src/i18n/locales/pt.json3
-rw-r--r--src/i18n/locales/ro.json1
-rw-r--r--src/i18n/locales/ru.json1
-rw-r--r--src/i18n/locales/sk.json7
-rw-r--r--src/i18n/locales/sl.json1
-rw-r--r--src/i18n/locales/sr.json1
-rw-r--r--src/i18n/locales/sv.json1
-rw-r--r--src/i18n/locales/tr.json15
-rw-r--r--src/i18n/locales/uk.json1
-rw-r--r--src/i18n/locales/vi.json1
-rw-r--r--src/i18n/locales/zh-CN.json1
-rw-r--r--src/i18n/locales/zh-HANT.json1
-rw-r--r--src/i18n/locales/zh-TW.json1
-rw-r--r--src/i18n/locales/zh.json1
-rw-r--r--src/index.js2
-rw-r--r--src/stores/SettingsStore.js1
52 files changed, 890 insertions, 806 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 24864eca1..b8f57fb93 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -776,6 +776,24 @@
776 "contributions": [ 776 "contributions": [
777 "platform" 777 "platform"
778 ] 778 ]
779 },
780 {
781 "login": "kawarimidoll",
782 "name": "カワリミ人形",
783 "avatar_url": "https://avatars0.githubusercontent.com/u/8146876?v=4",
784 "profile": "https://github.com/kawarimidoll",
785 "contributions": [
786 "doc"
787 ]
788 },
789 {
790 "login": "1mm0rt41PC",
791 "name": "1mm0rt41PC",
792 "avatar_url": "https://avatars0.githubusercontent.com/u/5358076?v=4",
793 "profile": "https://immortal-pc.info/",
794 "contributions": [
795 "code"
796 ]
779 } 797 }
780 ], 798 ],
781 "contributorsPerLine": 6, 799 "contributorsPerLine": 6,
diff --git a/.travis.yml b/.travis.yml
index 501c3480c..80b9dedd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ script:
53 - | 53 - |
54 if [ $TRAVIS_BRANCH == "release" ]; then 54 if [ $TRAVIS_BRANCH == "release" ]; then
55 echo "Building..." 55 echo "Building..."
56 travis_retry travis_wait 100 npm run build 56 travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi -c.mac.identity=null
57 fi 57 fi
58 - | 58 - |
59 if [ $TRAVIS_BRANCH == "nightly" ]; then 59 if [ $TRAVIS_BRANCH == "nightly" ]; then
diff --git a/README.md b/README.md
index 2eeae45be..20b5bf0b7 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
14<p align="center"> 14<p align="center">
15<img alt="GitHub Releases" src="https://img.shields.io/github/downloads/getferdi/ferdi/latest/total?label=Downloads&logo=iCloud&logoColor=%23FFFFFF"> 15<img alt="GitHub Releases" src="https://img.shields.io/github/downloads/getferdi/ferdi/latest/total?label=Downloads&logo=iCloud&logoColor=%23FFFFFF">
16<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> 16<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-78-default.svg?logo=github' alt='Contributors'/></a> 17<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-80-default.svg?logo=github' alt='Contributors'/></a>
18<!-- ALL-CONTRIBUTORS-BADGE:END --> 18<!-- ALL-CONTRIBUTORS-BADGE:END -->
19<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a> 19<a href="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective"></a>
20<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a> 20<a href="#sponsors-via-opencollective"><img alt="Open Collective sponsors" src="https://img.shields.io/opencollective/sponsors/getferdi?logo=open-collective"></a>
@@ -100,7 +100,7 @@ You can download Ferdi for Windows, Mac and Linux on [Ferdi's download page](htt
100 100
101### Or use homebrew (macOS only) 101### Or use homebrew (macOS only)
102 102
103`$ brew cask install ferdi` 103`$ brew install --cask ferdi`
104 104
105(Don't know homebrew? [brew.sh](https://brew.sh/)) 105(Don't know homebrew? [brew.sh](https://brew.sh/))
106 106
@@ -328,113 +328,118 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
328<!-- markdownlint-disable --> 328<!-- markdownlint-disable -->
329<table> 329<table>
330 <tr> 330 <tr>
331 <td align="center"><a href="https://vantezzen.io"><img src="https://avatars2.githubusercontent.com/u/10333196?v=4" width="40px;" alt=""/><br /><sub><b>Bennett</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=vantezzen" title="Code">💻</a> <a href="#design-vantezzen" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=vantezzen" title="Documentation">📖</a> <a href="#ideas-vantezzen" title="Ideas, Planning, & Feedback">🤔</a> <a href="#translation-vantezzen" title="Translation">🌍</a> <a href="#example-vantezzen" title="Examples">💡</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Avantezzen" title="Bug reports">🐛</a> <a href="#content-vantezzen" title="Content">🖋</a> <a href="#infra-vantezzen" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#userTesting-vantezzen" title="User Testing">📓</a> <a href="#question-vantezzen" title="Answering Questions">💬</a> <a href="#projectManagement-vantezzen" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Avantezzen" title="Reviewed Pull Requests">👀</a></td> 331 <td align="center"><a href="https://vantezzen.io"><img src="https://avatars2.githubusercontent.com/u/10333196?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Bennett</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=vantezzen" title="Code">💻</a> <a href="#design-vantezzen" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=vantezzen" title="Documentation">📖</a> <a href="#ideas-vantezzen" title="Ideas, Planning, & Feedback">🤔</a> <a href="#translation-vantezzen" title="Translation">🌍</a> <a href="#example-vantezzen" title="Examples">💡</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Avantezzen" title="Bug reports">🐛</a> <a href="#content-vantezzen" title="Content">🖋</a> <a href="#infra-vantezzen" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#userTesting-vantezzen" title="User Testing">📓</a> <a href="#question-vantezzen" title="Answering Questions">💬</a> <a href="#projectManagement-vantezzen" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Avantezzen" title="Reviewed Pull Requests">👀</a></td>
332 <td align="center"><a href="https://twitter.com/kytwb"><img src="https://avatars0.githubusercontent.com/u/412895?v=4" width="40px;" alt=""/><br /><sub><b>Amine Mouafik</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=kytwb" title="Code">💻</a> <a href="#design-kytwb" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=kytwb" title="Documentation">📖</a> <a href="#ideas-kytwb" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Akytwb" title="Bug reports">🐛</a> <a href="#content-kytwb" title="Content">🖋</a> <a href="#infra-kytwb" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#userTesting-kytwb" title="User Testing">📓</a> <a href="#question-kytwb" title="Answering Questions">💬</a> <a href="#projectManagement-kytwb" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Akytwb" title="Reviewed Pull Requests">👀</a> <a href="#maintenance-kytwb" title="Maintenance">🚧</a> <a href="#platform-kytwb" title="Packaging/porting to new platform">📦</a> <a href="#fundingFinding-kytwb" title="Funding Finding">🔍</a> <a href="#blog-kytwb" title="Blogposts">📝</a> <a href="#translation-kytwb" title="Translation">🌍</a></td> 332 <td align="center"><a href="https://twitter.com/kytwb"><img src="https://avatars0.githubusercontent.com/u/412895?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Amine Mouafik</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=kytwb" title="Code">💻</a> <a href="#design-kytwb" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=kytwb" title="Documentation">📖</a> <a href="#ideas-kytwb" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Akytwb" title="Bug reports">🐛</a> <a href="#content-kytwb" title="Content">🖋</a> <a href="#infra-kytwb" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#userTesting-kytwb" title="User Testing">📓</a> <a href="#question-kytwb" title="Answering Questions">💬</a> <a href="#projectManagement-kytwb" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Akytwb" title="Reviewed Pull Requests">👀</a> <a href="#maintenance-kytwb" title="Maintenance">🚧</a> <a href="#platform-kytwb" title="Packaging/porting to new platform">📦</a> <a href="#fundingFinding-kytwb" title="Funding Finding">🔍</a> <a href="#blog-kytwb" title="Blogposts">📝</a> <a href="#translation-kytwb" title="Translation">🌍</a></td>
333 <td align="center"><a href="http://www.adlk.io"><img src="https://avatars1.githubusercontent.com/u/3265004?v=4" width="40px;" alt=""/><br /><sub><b>Stefan Malzner</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Code">💻</a> <a href="#content-adlk" title="Content">🖋</a> <a href="#design-adlk" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Documentation">📖</a> <a href="#ideas-adlk" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-adlk" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#projectManagement-adlk" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Tests">⚠️</a> <a href="#translation-adlk" title="Translation">🌍</a></td> 333 <td align="center"><a href="http://www.adlk.io"><img src="https://avatars1.githubusercontent.com/u/3265004?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Stefan Malzner</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Code">💻</a> <a href="#content-adlk" title="Content">🖋</a> <a href="#design-adlk" title="Design">🎨</a> <a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Documentation">📖</a> <a href="#ideas-adlk" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-adlk" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#projectManagement-adlk" title="Project Management">📆</a> <a href="https://github.com/getferdi/ferdi/commits?author=adlk" title="Tests">⚠️</a> <a href="#translation-adlk" title="Translation">🌍</a></td>
334 <td align="center"><a href="https://github.com/Makazzz"><img src="https://avatars2.githubusercontent.com/u/49844464?v=4" width="40px;" alt=""/><br /><sub><b>Makazzz</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3AMakazzz" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=Makazzz" title="Code">💻</a> <a href="#translation-Makazzz" title="Translation">🌍</a> <a href="#content-Makazzz" title="Content">🖋</a> <a href="https://github.com/getferdi/ferdi/commits?author=Makazzz" title="Documentation">📖</a> <a href="#platform-Makazzz" title="Packaging/porting to new platform">📦</a></td> 334 <td align="center"><a href="https://github.com/Makazzz"><img src="https://avatars2.githubusercontent.com/u/49844464?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Makazzz</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3AMakazzz" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=Makazzz" title="Code">💻</a> <a href="#translation-Makazzz" title="Translation">🌍</a> <a href="#content-Makazzz" title="Content">🖋</a> <a href="https://github.com/getferdi/ferdi/commits?author=Makazzz" title="Documentation">📖</a> <a href="#platform-Makazzz" title="Packaging/porting to new platform">📦</a></td>
335 <td align="center"><a href="http://seriesgt.com"><img src="https://avatars3.githubusercontent.com/u/5977640?v=4" width="40px;" alt=""/><br /><sub><b>ZeroCool</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=ZeroCool940711" title="Code">💻</a> <a href="#ideas-ZeroCool940711" title="Ideas, Planning, & Feedback">🤔</a></td> 335 <td align="center"><a href="http://seriesgt.com"><img src="https://avatars3.githubusercontent.com/u/5977640?v=4?s=40" width="40px;" alt=""/><br /><sub><b>ZeroCool</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=ZeroCool940711" title="Code">💻</a> <a href="#ideas-ZeroCool940711" title="Ideas, Planning, & Feedback">🤔</a></td>
336 <td align="center"><a href="https://github.com/rseitbekov"><img src="https://avatars2.githubusercontent.com/u/35684439?v=4" width="40px;" alt=""/><br /><sub><b>rseitbekov</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=rseitbekov" title="Code">💻</a></td> 336 <td align="center"><a href="https://github.com/rseitbekov"><img src="https://avatars2.githubusercontent.com/u/35684439?v=4?s=40" width="40px;" alt=""/><br /><sub><b>rseitbekov</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=rseitbekov" title="Code">💻</a></td>
337 </tr> 337 </tr>
338 <tr> 338 <tr>
339 <td align="center"><a href="https://djangogigs.com/developers/peter-bittner/"><img src="https://avatars2.githubusercontent.com/u/665072?v=4" width="40px;" alt=""/><br /><sub><b>Peter Bittner</b></sub></a><br /><a href="#ideas-bittner" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Abittner" title="Bug reports">🐛</a></td> 339 <td align="center"><a href="https://djangogigs.com/developers/peter-bittner/"><img src="https://avatars2.githubusercontent.com/u/665072?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Peter Bittner</b></sub></a><br /><a href="#ideas-bittner" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Abittner" title="Bug reports">🐛</a></td>
340 <td align="center"><a href="https://github.com/justus-saul"><img src="https://avatars1.githubusercontent.com/u/5861826?v=4" width="40px;" alt=""/><br /><sub><b>Justus Saul</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Ajustus-saul" title="Bug reports">🐛</a> <a href="#ideas-justus-saul" title="Ideas, Planning, & Feedback">🤔</a></td> 340 <td align="center"><a href="https://github.com/justus-saul"><img src="https://avatars1.githubusercontent.com/u/5861826?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Justus Saul</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Ajustus-saul" title="Bug reports">🐛</a> <a href="#ideas-justus-saul" title="Ideas, Planning, & Feedback">🤔</a></td>
341 <td align="center"><a href="https://github.com/igreil"><img src="https://avatars0.githubusercontent.com/u/17239151?v=4" width="40px;" alt=""/><br /><sub><b>igreil</b></sub></a><br /><a href="#ideas-igreil" title="Ideas, Planning, & Feedback">🤔</a></td> 341 <td align="center"><a href="https://github.com/igreil"><img src="https://avatars0.githubusercontent.com/u/17239151?v=4?s=40" width="40px;" alt=""/><br /><sub><b>igreil</b></sub></a><br /><a href="#ideas-igreil" title="Ideas, Planning, & Feedback">🤔</a></td>
342 <td align="center"><a href="http://marcolopes.eu"><img src="https://avatars1.githubusercontent.com/u/431889?v=4" width="40px;" alt=""/><br /><sub><b>Marco Lopes</b></sub></a><br /><a href="#ideas-marcolopes" title="Ideas, Planning, & Feedback">🤔</a></td> 342 <td align="center"><a href="http://marcolopes.eu"><img src="https://avatars1.githubusercontent.com/u/431889?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Marco Lopes</b></sub></a><br /><a href="#ideas-marcolopes" title="Ideas, Planning, & Feedback">🤔</a></td>
343 <td align="center"><a href="https://github.com/dayzlun"><img src="https://avatars3.githubusercontent.com/u/17259690?v=4" width="40px;" alt=""/><br /><sub><b>dayzlun</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Adayzlun" title="Bug reports">🐛</a></td> 343 <td align="center"><a href="https://github.com/dayzlun"><img src="https://avatars3.githubusercontent.com/u/17259690?v=4?s=40" width="40px;" alt=""/><br /><sub><b>dayzlun</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Adayzlun" title="Bug reports">🐛</a></td>
344 <td align="center"><a href="https://twitter.com/tobigue_"><img src="https://avatars2.githubusercontent.com/u/1560152?v=4" width="40px;" alt=""/><br /><sub><b>Tobias Günther</b></sub></a><br /><a href="#ideas-tobigue" title="Ideas, Planning, & Feedback">🤔</a></td> 344 <td align="center"><a href="https://twitter.com/tobigue_"><img src="https://avatars2.githubusercontent.com/u/1560152?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Tobias Günther</b></sub></a><br /><a href="#ideas-tobigue" title="Ideas, Planning, & Feedback">🤔</a></td>
345 </tr> 345 </tr>
346 <tr> 346 <tr>
347 <td align="center"><a href="https://github.com/AGCaesar"><img src="https://avatars3.githubusercontent.com/u/7844066?v=4" width="40px;" alt=""/><br /><sub><b>AGCaesar</b></sub></a><br /><a href="#platform-AGCaesar" title="Packaging/porting to new platform">📦</a></td> 347 <td align="center"><a href="https://github.com/AGCaesar"><img src="https://avatars3.githubusercontent.com/u/7844066?v=4?s=40" width="40px;" alt=""/><br /><sub><b>AGCaesar</b></sub></a><br /><a href="#platform-AGCaesar" title="Packaging/porting to new platform">📦</a></td>
348 <td align="center"><a href="https://github.com/xthursdayx"><img src="https://avatars0.githubusercontent.com/u/18044308?v=4" width="40px;" alt=""/><br /><sub><b>xthursdayx</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=xthursdayx" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/commits?author=xthursdayx" title="Documentation">📖</a> <a href="#infra-xthursdayx" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#platform-xthursdayx" title="Packaging/porting to new platform">📦</a></td> 348 <td align="center"><a href="https://github.com/xthursdayx"><img src="https://avatars0.githubusercontent.com/u/18044308?v=4?s=40" width="40px;" alt=""/><br /><sub><b>xthursdayx</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=xthursdayx" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/commits?author=xthursdayx" title="Documentation">📖</a> <a href="#infra-xthursdayx" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#platform-xthursdayx" title="Packaging/porting to new platform">📦</a></td>
349 <td align="center"><a href="https://github.com/Gaboris"><img src="https://avatars2.githubusercontent.com/u/9462372?v=4" width="40px;" alt=""/><br /><sub><b>Gaboris</b></sub></a><br /><a href="#question-Gaboris" title="Answering Questions">💬</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3AGaboris" title="Bug reports">🐛</a></td> 349 <td align="center"><a href="https://github.com/Gaboris"><img src="https://avatars2.githubusercontent.com/u/9462372?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Gaboris</b></sub></a><br /><a href="#question-Gaboris" title="Answering Questions">💬</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3AGaboris" title="Bug reports">🐛</a></td>
350 <td align="center"><a href="http://www.cu3ed.com/"><img src="https://avatars1.githubusercontent.com/u/61343?v=4" width="40px;" alt=""/><br /><sub><b>Ce</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Aincace" title="Bug reports">🐛</a></td> 350 <td align="center"><a href="http://www.cu3ed.com/"><img src="https://avatars1.githubusercontent.com/u/61343?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Ce</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Aincace" title="Bug reports">🐛</a></td>
351 <td align="center"><a href="http://pztrn.name/"><img src="https://avatars1.githubusercontent.com/u/869402?v=4" width="40px;" alt=""/><br /><sub><b>Stanislav N.</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Apztrn" title="Bug reports">🐛</a></td> 351 <td align="center"><a href="http://pztrn.name/"><img src="https://avatars1.githubusercontent.com/u/869402?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Stanislav N.</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Apztrn" title="Bug reports">🐛</a></td>
352 <td align="center"><a href="http://www.patrickcurl.com"><img src="https://avatars1.githubusercontent.com/u/1470061?v=4" width="40px;" alt=""/><br /><sub><b>Patrick Curl</b></sub></a><br /><a href="#ideas-patrickcurl" title="Ideas, Planning, & Feedback">🤔</a></td> 352 <td align="center"><a href="http://www.patrickcurl.com"><img src="https://avatars1.githubusercontent.com/u/1470061?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Patrick Curl</b></sub></a><br /><a href="#ideas-patrickcurl" title="Ideas, Planning, & Feedback">🤔</a></td>
353 </tr> 353 </tr>
354 <tr> 354 <tr>
355 <td align="center"><a href="https://github.com/Stanzilla"><img src="https://avatars3.githubusercontent.com/u/75278?v=4" width="40px;" alt=""/><br /><sub><b>Benjamin Staneck</b></sub></a><br /><a href="#design-Stanzilla" title="Design">🎨</a></td> 355 <td align="center"><a href="https://github.com/Stanzilla"><img src="https://avatars3.githubusercontent.com/u/75278?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Benjamin Staneck</b></sub></a><br /><a href="#design-Stanzilla" title="Design">🎨</a></td>
356 <td align="center"><a href="https://github.com/ammarmalhas"><img src="https://avatars1.githubusercontent.com/u/57057209?v=4" width="40px;" alt=""/><br /><sub><b>ammarmalhas</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Aammarmalhas" title="Bug reports">🐛</a> <a href="#security-ammarmalhas" title="Security">🛡️</a></td> 356 <td align="center"><a href="https://github.com/ammarmalhas"><img src="https://avatars1.githubusercontent.com/u/57057209?v=4?s=40" width="40px;" alt=""/><br /><sub><b>ammarmalhas</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Aammarmalhas" title="Bug reports">🐛</a> <a href="#security-ammarmalhas" title="Security">🛡️</a></td>
357 <td align="center"><a href="https://github.com/steliyan"><img src="https://avatars1.githubusercontent.com/u/1850292?v=4" width="40px;" alt=""/><br /><sub><b>Steliyan Stoyanov</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=steliyan" title="Code">💻</a> <a href="#ideas-steliyan" title="Ideas, Planning, & Feedback">🤔</a></td> 357 <td align="center"><a href="https://github.com/steliyan"><img src="https://avatars1.githubusercontent.com/u/1850292?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Steliyan Stoyanov</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=steliyan" title="Code">💻</a> <a href="#ideas-steliyan" title="Ideas, Planning, & Feedback">🤔</a></td>
358 <td align="center"><a href="https://github.com/brorbw"><img src="https://avatars2.githubusercontent.com/u/5909562?v=4" width="40px;" alt=""/><br /><sub><b>Bror Winther</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=brorbw" title="Documentation">📖</a></td> 358 <td align="center"><a href="https://github.com/brorbw"><img src="https://avatars2.githubusercontent.com/u/5909562?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Bror Winther</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=brorbw" title="Documentation">📖</a></td>
359 <td align="center"><a href="https://fwdekker.com/"><img src="https://avatars0.githubusercontent.com/u/13442533?v=4" width="40px;" alt=""/><br /><sub><b>Felix W. Dekker</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=FWDekker" title="Documentation">📖</a></td> 359 <td align="center"><a href="https://fwdekker.com/"><img src="https://avatars0.githubusercontent.com/u/13442533?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Felix W. Dekker</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=FWDekker" title="Documentation">📖</a></td>
360 <td align="center"><a href="https://github.com/Sauceee"><img src="https://avatars2.githubusercontent.com/u/17987941?v=4" width="40px;" alt=""/><br /><sub><b>Sauceee</b></sub></a><br /><a href="#design-Sauceee" title="Design">🎨</a></td> 360 <td align="center"><a href="https://github.com/Sauceee"><img src="https://avatars2.githubusercontent.com/u/17987941?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Sauceee</b></sub></a><br /><a href="#design-Sauceee" title="Design">🎨</a></td>
361 </tr> 361 </tr>
362 <tr> 362 <tr>
363 <td align="center"><a href="http://lhw.ring0.de"><img src="https://avatars2.githubusercontent.com/u/351875?v=4" width="40px;" alt=""/><br /><sub><b>Lennart Weller</b></sub></a><br /><a href="#platform-lhw" title="Packaging/porting to new platform">📦</a></td> 363 <td align="center"><a href="http://lhw.ring0.de"><img src="https://avatars2.githubusercontent.com/u/351875?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Lennart Weller</b></sub></a><br /><a href="#platform-lhw" title="Packaging/porting to new platform">📦</a></td>
364 <td align="center"><a href="https://github.com/jereksel"><img src="https://avatars0.githubusercontent.com/u/1307829?v=4" width="40px;" alt=""/><br /><sub><b>Andrzej Ressel</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=jereksel" title="Code">💻</a></td> 364 <td align="center"><a href="https://github.com/jereksel"><img src="https://avatars0.githubusercontent.com/u/1307829?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Andrzej Ressel</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=jereksel" title="Code">💻</a></td>
365 <td align="center"><a href="https://gitlab.com/dpeukert"><img src="https://avatars2.githubusercontent.com/u/3451904?v=4" width="40px;" alt=""/><br /><sub><b>Daniel Peukert</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dpeukert" title="Code">💻</a></td> 365 <td align="center"><a href="https://gitlab.com/dpeukert"><img src="https://avatars2.githubusercontent.com/u/3451904?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Daniel Peukert</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dpeukert" title="Code">💻</a></td>
366 <td align="center"><a href="https://crowdin.com/profile/Ali_Shiple"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12895436/small/00917d09ca1b4b6d8e0ef36af07ecf6b.jpg" width="40px;" alt=""/><br /><sub><b>Ali M. Shiple</b></sub></a><br /><a href="#translation-Ali_Shiple" title="Translation">🌍</a></td> 366 <td align="center"><a href="https://crowdin.com/profile/Ali_Shiple"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12895436/small/00917d09ca1b4b6d8e0ef36af07ecf6b.jpg?s=40" width="40px;" alt=""/><br /><sub><b>Ali M. Shiple</b></sub></a><br /><a href="#translation-Ali_Shiple" title="Translation">🌍</a></td>
367 <td align="center"><a href="https://crowdin.com/profile/elviseras"><img src="https://www.gravatar.com/avatar/25c2cf0d8cb4a4141e71c3b8a2e9324f" width="40px;" alt=""/><br /><sub><b>elviseras</b></sub></a><br /><a href="#translation-elviseras" title="Translation">🌍</a></td> 367 <td align="center"><a href="https://crowdin.com/profile/elviseras"><img src="https://www.gravatar.com/avatar/25c2cf0d8cb4a4141e71c3b8a2e9324f?s=40" width="40px;" alt=""/><br /><sub><b>elviseras</b></sub></a><br /><a href="#translation-elviseras" title="Translation">🌍</a></td>
368 <td align="center"><a href="https://crowdin.com/profile/J370"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14141203/small/7b12b5db419d8796450221c2eaaf6003.png" width="40px;" alt=""/><br /><sub><b>J370</b></sub></a><br /><a href="#translation-J370" title="Translation">🌍</a></td> 368 <td align="center"><a href="https://crowdin.com/profile/J370"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14141203/small/7b12b5db419d8796450221c2eaaf6003.png?s=40" width="40px;" alt=""/><br /><sub><b>J370</b></sub></a><br /><a href="#translation-J370" title="Translation">🌍</a></td>
369 </tr> 369 </tr>
370 <tr> 370 <tr>
371 <td align="center"><a href="https://crowdin.com/profile/keunes"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13018172/small/829115c606347b10218f34c637a2100c.png" width="40px;" alt=""/><br /><sub><b>Koen</b></sub></a><br /><a href="#translation-keunes" title="Translation">🌍</a></td> 371 <td align="center"><a href="https://crowdin.com/profile/keunes"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13018172/small/829115c606347b10218f34c637a2100c.png?s=40" width="40px;" alt=""/><br /><sub><b>Koen</b></sub></a><br /><a href="#translation-keunes" title="Translation">🌍</a></td>
372 <td align="center"><a href="https://crowdin.com/profile/leandrogehlen"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14099621/small/1d9503523839c310dbce0af3c226e894.jpeg" width="40px;" alt=""/><br /><sub><b>Leandro Gehlen</b></sub></a><br /><a href="#translation-leandrogehlen" title="Translation">🌍</a></td> 372 <td align="center"><a href="https://crowdin.com/profile/leandrogehlen"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14099621/small/1d9503523839c310dbce0af3c226e894.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Leandro Gehlen</b></sub></a><br /><a href="#translation-leandrogehlen" title="Translation">🌍</a></td>
373 <td align="center"><a href="https://crowdin.com/profile/Matthieu42"><img src="https://www.gravatar.com/avatar/735217ccccf11ba97573deee517ddb19" width="40px;" alt=""/><br /><sub><b>Matthieu42</b></sub></a><br /><a href="#translation-Matthieu42" title="Translation">🌍</a></td> 373 <td align="center"><a href="https://crowdin.com/profile/Matthieu42"><img src="https://www.gravatar.com/avatar/735217ccccf11ba97573deee517ddb19?s=40" width="40px;" alt=""/><br /><sub><b>Matthieu42</b></sub></a><br /><a href="#translation-Matthieu42" title="Translation">🌍</a></td>
374 <td align="center"><a href="https://crowdin.com/profile/nicky18013"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13468928/small/2b31e7ac19645d950a79b33ffd5721b8.png" width="40px;" alt=""/><br /><sub><b>Nikita Bibanaev</b></sub></a><br /><a href="#translation-nicky18013" title="Translation">🌍</a></td> 374 <td align="center"><a href="https://crowdin.com/profile/nicky18013"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13468928/small/2b31e7ac19645d950a79b33ffd5721b8.png?s=40" width="40px;" alt=""/><br /><sub><b>Nikita Bibanaev</b></sub></a><br /><a href="#translation-nicky18013" title="Translation">🌍</a></td>
375 <td align="center"><a href="https://crowdin.com/profile/Tatjana1998"><img src="https://www.gravatar.com/avatar/ade202a04fcbb2c177e4f1d9936af29e" width="40px;" alt=""/><br /><sub><b>Tatjana1998</b></sub></a><br /><a href="#translation-Tatjana1998" title="Translation">🌍</a></td> 375 <td align="center"><a href="https://crowdin.com/profile/Tatjana1998"><img src="https://www.gravatar.com/avatar/ade202a04fcbb2c177e4f1d9936af29e?s=40" width="40px;" alt=""/><br /><sub><b>Tatjana1998</b></sub></a><br /><a href="#translation-Tatjana1998" title="Translation">🌍</a></td>
376 <td align="center"><a href="https://crowdin.com/profile/seayko"><img src="https://www.gravatar.com/avatar/65e2aef738ddf828f822d8463fd04918" width="40px;" alt=""/><br /><sub><b>tinect</b></sub></a><br /><a href="#translation-seayko" title="Translation">🌍</a></td> 376 <td align="center"><a href="https://crowdin.com/profile/seayko"><img src="https://www.gravatar.com/avatar/65e2aef738ddf828f822d8463fd04918?s=40" width="40px;" alt=""/><br /><sub><b>tinect</b></sub></a><br /><a href="#translation-seayko" title="Translation">🌍</a></td>
377 </tr> 377 </tr>
378 <tr> 378 <tr>
379 <td align="center"><a href="https://crowdin.com/profile/Pusnow"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13514833/small/65f0b45587cc7e34f2827830cd324b16.jpeg" width="40px;" alt=""/><br /><sub><b>Wonsup Yoon</b></sub></a><br /><a href="#translation-Pusnow" title="Translation">🌍</a></td> 379 <td align="center"><a href="https://crowdin.com/profile/Pusnow"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13514833/small/65f0b45587cc7e34f2827830cd324b16.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Wonsup Yoon</b></sub></a><br /><a href="#translation-Pusnow" title="Translation">🌍</a></td>
380 <td align="center"><a href="https://crowdin.com/profile/zutt"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13320003/small/50fdf9f8c7e54a446925bd79696ea625.JPG" width="40px;" alt=""/><br /><sub><b>zutt</b></sub></a><br /><a href="#translation-zutt" title="Translation">🌍</a></td> 380 <td align="center"><a href="https://crowdin.com/profile/zutt"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13320003/small/50fdf9f8c7e54a446925bd79696ea625.JPG?s=40" width="40px;" alt=""/><br /><sub><b>zutt</b></sub></a><br /><a href="#translation-zutt" title="Translation">🌍</a></td>
381 <td align="center"><a href="http://twitter.com/noemis_exec"><img src="https://avatars3.githubusercontent.com/u/22817873?v=4" width="40px;" alt=""/><br /><sub><b>n0emis</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=n0emis" title="Code">💻</a> <a href="#translation-n0emis" title="Translation">🌍</a></td> 381 <td align="center"><a href="http://twitter.com/noemis_exec"><img src="https://avatars3.githubusercontent.com/u/22817873?v=4?s=40" width="40px;" alt=""/><br /><sub><b>n0emis</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=n0emis" title="Code">💻</a> <a href="#translation-n0emis" title="Translation">🌍</a></td>
382 <td align="center"><a href="https://www.monke-agency.com/equipe.html"><img src="https://avatars2.githubusercontent.com/u/3405028?v=4" width="40px;" alt=""/><br /><sub><b>gmarec</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=gmarec" title="Code">💻</a></td> 382 <td align="center"><a href="https://www.monke-agency.com/equipe.html"><img src="https://avatars2.githubusercontent.com/u/3405028?v=4?s=40" width="40px;" alt=""/><br /><sub><b>gmarec</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=gmarec" title="Code">💻</a></td>
383 <td align="center"><a href="https://crowdin.com/profile/127oo1"><img src="https://www.gravatar.com/avatar/060c722be11da16ae31902e9c98326b2" width="40px;" alt=""/><br /><sub><b>127oo1</b></sub></a><br /><a href="#translation-127oo1" title="Translation">🌍</a></td> 383 <td align="center"><a href="https://crowdin.com/profile/127oo1"><img src="https://www.gravatar.com/avatar/060c722be11da16ae31902e9c98326b2?s=40" width="40px;" alt=""/><br /><sub><b>127oo1</b></sub></a><br /><a href="#translation-127oo1" title="Translation">🌍</a></td>
384 <td align="center"><a href="https://crowdin.com/profile/ChTBoner"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13273153/small/a810886febf5199cfa1c98644444dea7.jpeg" width="40px;" alt=""/><br /><sub><b>ChTBoner</b></sub></a><br /><a href="#translation-ChTBoner" title="Translation">🌍</a></td> 384 <td align="center"><a href="https://crowdin.com/profile/ChTBoner"><img src="https://crowdin-static.downloads.crowdin.com/avatar/13273153/small/a810886febf5199cfa1c98644444dea7.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>ChTBoner</b></sub></a><br /><a href="#translation-ChTBoner" title="Translation">🌍</a></td>
385 </tr> 385 </tr>
386 <tr> 386 <tr>
387 <td align="center"><a href="https://crowdin.com/profile/johanengstrand"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14152801/small/fd395f120efca971ca9b34c57fd02cca.png" width="40px;" alt=""/><br /><sub><b>Johan Engstrand</b></sub></a><br /><a href="#translation-johanengstrand" title="Translation">🌍</a></td> 387 <td align="center"><a href="https://crowdin.com/profile/johanengstrand"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14152801/small/fd395f120efca971ca9b34c57fd02cca.png?s=40" width="40px;" alt=""/><br /><sub><b>Johan Engstrand</b></sub></a><br /><a href="#translation-johanengstrand" title="Translation">🌍</a></td>
388 <td align="center"><a href="https://mrassili.com"><img src="https://avatars0.githubusercontent.com/u/25288435?v=4" width="40px;" alt=""/><br /><sub><b>Marouane R</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=mrassili" title="Code">💻</a></td> 388 <td align="center"><a href="https://mrassili.com"><img src="https://avatars0.githubusercontent.com/u/25288435?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Marouane R</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=mrassili" title="Code">💻</a></td>
389 <td align="center"><a href="https://github.com/yourcontact"><img src="https://avatars2.githubusercontent.com/u/46404814?v=4" width="40px;" alt=""/><br /><sub><b>Roman</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=yourcontact" title="Code">💻</a> <a href="#ideas-yourcontact" title="Ideas, Planning, & Feedback">🤔</a></td> 389 <td align="center"><a href="https://github.com/yourcontact"><img src="https://avatars2.githubusercontent.com/u/46404814?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Roman</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=yourcontact" title="Code">💻</a> <a href="#ideas-yourcontact" title="Ideas, Planning, & Feedback">🤔</a></td>
390 <td align="center"><a href="https://github.com/mahadevans87"><img src="https://avatars1.githubusercontent.com/u/1255523?v=4" width="40px;" alt=""/><br /><sub><b>Mahadevan Sreenivasan</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=mahadevans87" title="Code">💻</a> <a href="#ideas-mahadevans87" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Amahadevans87" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Amahadevans87" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=mahadevans87" title="Documentation">📖</a> <a href="#userTesting-mahadevans87" title="User Testing">📓</a></td> 390 <td align="center"><a href="https://github.com/mahadevans87"><img src="https://avatars1.githubusercontent.com/u/1255523?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Mahadevan Sreenivasan</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=mahadevans87" title="Code">💻</a> <a href="#ideas-mahadevans87" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3Amahadevans87" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Amahadevans87" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=mahadevans87" title="Documentation">📖</a> <a href="#userTesting-mahadevans87" title="User Testing">📓</a></td>
391 <td align="center"><a href="https://jakelee.co.uk"><img src="https://avatars2.githubusercontent.com/u/12380876?v=4" width="40px;" alt=""/><br /><sub><b>Jake Lee</b></sub></a><br /><a href="#content-JakeSteam" title="Content">🖋</a></td> 391 <td align="center"><a href="https://jakelee.co.uk"><img src="https://avatars2.githubusercontent.com/u/12380876?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Jake Lee</b></sub></a><br /><a href="#content-JakeSteam" title="Content">🖋</a></td>
392 <td align="center"><a href="https://github.com/sampathBlam"><img src="https://avatars1.githubusercontent.com/u/17728976?v=4" width="40px;" alt=""/><br /><sub><b>Sampath Kumar Krishnan</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=sampathBlam" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3AsampathBlam" title="Reviewed Pull Requests">👀</a> <a href="#ideas-sampathBlam" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3AsampathBlam" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=sampathBlam" title="Documentation">📖</a> <a href="#userTesting-sampathBlam" title="User Testing">📓</a></td> 392 <td align="center"><a href="https://github.com/sampathBlam"><img src="https://avatars1.githubusercontent.com/u/17728976?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Sampath Kumar Krishnan</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=sampathBlam" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/pulls?q=is%3Apr+reviewed-by%3AsampathBlam" title="Reviewed Pull Requests">👀</a> <a href="#ideas-sampathBlam" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3AsampathBlam" title="Bug reports">🐛</a> <a href="https://github.com/getferdi/ferdi/commits?author=sampathBlam" title="Documentation">📖</a> <a href="#userTesting-sampathBlam" title="User Testing">📓</a></td>
393 </tr> 393 </tr>
394 <tr> 394 <tr>
395 <td align="center"><a href="https://github.com/saruwman"><img src="https://avatars2.githubusercontent.com/u/41330038?v=4" width="40px;" alt=""/><br /><sub><b>saruwman</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=saruwman" title="Documentation">📖</a> <a href="https://github.com/getferdi/ferdi/commits?author=saruwman" title="Code">💻</a></td> 395 <td align="center"><a href="https://github.com/saruwman"><img src="https://avatars2.githubusercontent.com/u/41330038?v=4?s=40" width="40px;" alt=""/><br /><sub><b>saruwman</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=saruwman" title="Documentation">📖</a> <a href="https://github.com/getferdi/ferdi/commits?author=saruwman" title="Code">💻</a></td>
396 <td align="center"><a href="https://github.com/dorukkarinca"><img src="https://avatars0.githubusercontent.com/u/9303867?v=4" width="40px;" alt=""/><br /><sub><b>dorukkarinca</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Adorukkarinca" title="Bug reports">🐛</a></td> 396 <td align="center"><a href="https://github.com/dorukkarinca"><img src="https://avatars0.githubusercontent.com/u/9303867?v=4?s=40" width="40px;" alt=""/><br /><sub><b>dorukkarinca</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Adorukkarinca" title="Bug reports">🐛</a></td>
397 <td align="center"><a href="https://www.linkedin.com/in/gautamsi"><img src="https://avatars2.githubusercontent.com/u/5769869?v=4" width="40px;" alt=""/><br /><sub><b>Gautam Singh</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=gautamsi" title="Code">💻</a></td> 397 <td align="center"><a href="https://www.linkedin.com/in/gautamsi"><img src="https://avatars2.githubusercontent.com/u/5769869?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Gautam Singh</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=gautamsi" title="Code">💻</a></td>
398 <td align="center"><a href="https://feikojoosten.com"><img src="https://avatars0.githubusercontent.com/u/10920052?v=4" width="40px;" alt=""/><br /><sub><b>Feiko Joosten</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=FeikoJoosten" title="Code">💻</a></td> 398 <td align="center"><a href="https://feikojoosten.com"><img src="https://avatars0.githubusercontent.com/u/10920052?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Feiko Joosten</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=FeikoJoosten" title="Code">💻</a></td>
399 <td align="center"><a href="https://crowdin.com/profile/2bdelghafour"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14219410/small/31ff20f60d352fb46e314f3c180a77b0.jpeg" width="40px;" alt=""/><br /><sub><b>2bdelghafour</b></sub></a><br /><a href="#translation-2bdelghafour" title="Translation">🌍</a></td> 399 <td align="center"><a href="https://crowdin.com/profile/2bdelghafour"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14219410/small/31ff20f60d352fb46e314f3c180a77b0.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>2bdelghafour</b></sub></a><br /><a href="#translation-2bdelghafour" title="Translation">🌍</a></td>
400 <td align="center"><a href="https://crowdin.com/profile/abdoutanta"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14213908/small/5b2fc8166f8a0a2b7313fbf49ee5b6b6.jpeg" width="40px;" alt=""/><br /><sub><b>Abderrahim Tantaoui</b></sub></a><br /><a href="#translation-abdoutanta" title="Translation">🌍</a></td> 400 <td align="center"><a href="https://crowdin.com/profile/abdoutanta"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14213908/small/5b2fc8166f8a0a2b7313fbf49ee5b6b6.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Abderrahim Tantaoui</b></sub></a><br /><a href="#translation-abdoutanta" title="Translation">🌍</a></td>
401 </tr> 401 </tr>
402 <tr> 402 <tr>
403 <td align="center"><a href="https://crowdin.com/profile/AndiLeni"><img src="https://www.gravatar.com/avatar/4bd0da860de38afa735425ce2d4e10b5" width="40px;" alt=""/><br /><sub><b>AndiLeni</b></sub></a><br /><a href="#translation-AndiLeni" title="Translation">🌍</a></td> 403 <td align="center"><a href="https://crowdin.com/profile/AndiLeni"><img src="https://www.gravatar.com/avatar/4bd0da860de38afa735425ce2d4e10b5?s=40" width="40px;" alt=""/><br /><sub><b>AndiLeni</b></sub></a><br /><a href="#translation-AndiLeni" title="Translation">🌍</a></td>
404 <td align="center"><a href="https://crowdin.com/profile/brunofalmada"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14200540/small/f6f1addceeeabc02488f9b08520a902f.jpeg" width="40px;" alt=""/><br /><sub><b>Bruno Almada</b></sub></a><br /><a href="#translation-brunofalmada" title="Translation">🌍</a></td> 404 <td align="center"><a href="https://crowdin.com/profile/brunofalmada"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14200540/small/f6f1addceeeabc02488f9b08520a902f.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Bruno Almada</b></sub></a><br /><a href="#translation-brunofalmada" title="Translation">🌍</a></td>
405 <td align="center"><a href="https://crowdin.com/profile/Catarino"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14208802/small/07287eb2de671257ca3d6bb4ba1cca67.jpeg" width="40px;" alt=""/><br /><sub><b>Catarino Gonçalo</b></sub></a><br /><a href="#translation-Catarino" title="Translation">🌍</a></td> 405 <td align="center"><a href="https://crowdin.com/profile/Catarino"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14208802/small/07287eb2de671257ca3d6bb4ba1cca67.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Catarino Gonçalo</b></sub></a><br /><a href="#translation-Catarino" title="Translation">🌍</a></td>
406 <td align="center"><a href="https://crowdin.com/profile/Alzemand"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14184269/small/f5e68247f01988ae7951a282f0fd4d06.jpeg" width="40px;" alt=""/><br /><sub><b>Edilson Alzemand Sigmaringa Junior</b></sub></a><br /><a href="#translation-Alzemand" title="Translation">🌍</a></td> 406 <td align="center"><a href="https://crowdin.com/profile/Alzemand"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14184269/small/f5e68247f01988ae7951a282f0fd4d06.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>Edilson Alzemand Sigmaringa Junior</b></sub></a><br /><a href="#translation-Alzemand" title="Translation">🌍</a></td>
407 <td align="center"><a href="https://crowdin.com/profile/MAT-OUT"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14201550/small/68dd2402bf2879bc3ca312d627710400.png" width="40px;" alt=""/><br /><sub><b>MAT-OUT</b></sub></a><br /><a href="#translation-MAT-OUT" title="Translation">🌍</a></td> 407 <td align="center"><a href="https://crowdin.com/profile/MAT-OUT"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14201550/small/68dd2402bf2879bc3ca312d627710400.png?s=40" width="40px;" alt=""/><br /><sub><b>MAT-OUT</b></sub></a><br /><a href="#translation-MAT-OUT" title="Translation">🌍</a></td>
408 <td align="center"><a href="https://crowdin.com/profile/mazzo98"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12864917/small/69799b5fd7be2f67282715d5cdfd4ae1.png" width="40px;" alt=""/><br /><sub><b>mazzo98</b></sub></a><br /><a href="#translation-mazzo98" title="Translation">🌍</a></td> 408 <td align="center"><a href="https://crowdin.com/profile/mazzo98"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12864917/small/69799b5fd7be2f67282715d5cdfd4ae1.png?s=40" width="40px;" alt=""/><br /><sub><b>mazzo98</b></sub></a><br /><a href="#translation-mazzo98" title="Translation">🌍</a></td>
409 </tr> 409 </tr>
410 <tr> 410 <tr>
411 <td align="center"><a href="https://crowdin.com/profile/paprika-naught-tiffin-flyspeck"><img src="https://www.gravatar.com/avatar/8671ebe7a7164dfa7624fbdbff69ed96" width="40px;" alt=""/><br /><sub><b>paprika-naught-tiffin-flyspeck</b></sub></a><br /><a href="#translation-paprika-naught-tiffin-flyspeck" title="Translation">🌍</a></td> 411 <td align="center"><a href="https://crowdin.com/profile/paprika-naught-tiffin-flyspeck"><img src="https://www.gravatar.com/avatar/8671ebe7a7164dfa7624fbdbff69ed96?s=40" width="40px;" alt=""/><br /><sub><b>paprika-naught-tiffin-flyspeck</b></sub></a><br /><a href="#translation-paprika-naught-tiffin-flyspeck" title="Translation">🌍</a></td>
412 <td align="center"><a href="https://crowdin.com/profile/patrickvalle"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14217484/small/8b73f313ee79fe33625e819cdac86551.jpg" width="40px;" alt=""/><br /><sub><b>Patrick Valle</b></sub></a><br /><a href="#translation-patrickvalle" title="Translation">🌍</a></td> 412 <td align="center"><a href="https://crowdin.com/profile/patrickvalle"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14217484/small/8b73f313ee79fe33625e819cdac86551.jpg?s=40" width="40px;" alt=""/><br /><sub><b>Patrick Valle</b></sub></a><br /><a href="#translation-patrickvalle" title="Translation">🌍</a></td>
413 <td align="center"><a href="https://crowdin.com/profile/peq42"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14155811/small/b62a94dde7ec29948ec6a6af9fd24b1d.png" width="40px;" alt=""/><br /><sub><b>peq42_</b></sub></a><br /><a href="#translation-peq42" title="Translation">🌍</a></td> 413 <td align="center"><a href="https://crowdin.com/profile/peq42"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14155811/small/b62a94dde7ec29948ec6a6af9fd24b1d.png?s=40" width="40px;" alt=""/><br /><sub><b>peq42_</b></sub></a><br /><a href="#translation-peq42" title="Translation">🌍</a></td>
414 <td align="center"><a href="https://crowdin.com/profile/karlinhos"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14161139/small/96450eb44c22b3141ab4401e547109b8.png" width="40px;" alt=""/><br /><sub><b>Pumbinha</b></sub></a><br /><a href="#translation-karlinhos" title="Translation">🌍</a></td> 414 <td align="center"><a href="https://crowdin.com/profile/karlinhos"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14161139/small/96450eb44c22b3141ab4401e547109b8.png?s=40" width="40px;" alt=""/><br /><sub><b>Pumbinha</b></sub></a><br /><a href="#translation-karlinhos" title="Translation">🌍</a></td>
415 <td align="center"><a href="https://crowdin.com/profile/dies"><img src="https://crowdin-static.downloads.crowdin.com/avatar/1/small/e84bcdf6c084ffd52527931f988fb410.png" width="40px;" alt=""/><br /><sub><b>Serhiy Dmytryshyn</b></sub></a><br /><a href="#translation-dies" title="Translation">🌍</a></td> 415 <td align="center"><a href="https://crowdin.com/profile/dies"><img src="https://crowdin-static.downloads.crowdin.com/avatar/1/small/e84bcdf6c084ffd52527931f988fb410.png?s=40" width="40px;" alt=""/><br /><sub><b>Serhiy Dmytryshyn</b></sub></a><br /><a href="#translation-dies" title="Translation">🌍</a></td>
416 <td align="center"><a href="https://crowdin.com/profile/SMile61"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14177585/small/1bb4f6ba39bff3df8f579e61460ce016.png" width="40px;" alt=""/><br /><sub><b>SMile61</b></sub></a><br /><a href="#translation-SMile61" title="Translation">🌍</a></td> 416 <td align="center"><a href="https://crowdin.com/profile/SMile61"><img src="https://crowdin-static.downloads.crowdin.com/avatar/14177585/small/1bb4f6ba39bff3df8f579e61460ce016.png?s=40" width="40px;" alt=""/><br /><sub><b>SMile61</b></sub></a><br /><a href="#translation-SMile61" title="Translation">🌍</a></td>
417 </tr> 417 </tr>
418 <tr> 418 <tr>
419 <td align="center"><a href="https://crowdin.com/profile/tinect"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12521988/small/56c2041645746af9e51dd28782b828c3.jpeg" width="40px;" alt=""/><br /><sub><b>tinect</b></sub></a><br /><a href="#translation-tinect" title="Translation">🌍</a></td> 419 <td align="center"><a href="https://crowdin.com/profile/tinect"><img src="https://crowdin-static.downloads.crowdin.com/avatar/12521988/small/56c2041645746af9e51dd28782b828c3.jpeg?s=40" width="40px;" alt=""/><br /><sub><b>tinect</b></sub></a><br /><a href="#translation-tinect" title="Translation">🌍</a></td>
420 <td align="center"><a href="https://github.com/gega7"><img src="https://avatars0.githubusercontent.com/u/20799911?v=4" width="40px;" alt=""/><br /><sub><b>gega7</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Agega7" title="Bug reports">🐛</a></td> 420 <td align="center"><a href="https://github.com/gega7"><img src="https://avatars0.githubusercontent.com/u/20799911?v=4?s=40" width="40px;" alt=""/><br /><sub><b>gega7</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/issues?q=author%3Agega7" title="Bug reports">🐛</a></td>
421 <td align="center"><a href="https://github.com/tristanplouz"><img src="https://avatars2.githubusercontent.com/u/6893466?v=4" width="40px;" alt=""/><br /><sub><b>tristanplouz</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=tristanplouz" title="Code">💻</a> <a href="#ideas-tristanplouz" title="Ideas, Planning, & Feedback">🤔</a></td> 421 <td align="center"><a href="https://github.com/tristanplouz"><img src="https://avatars2.githubusercontent.com/u/6893466?v=4?s=40" width="40px;" alt=""/><br /><sub><b>tristanplouz</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=tristanplouz" title="Code">💻</a> <a href="#ideas-tristanplouz" title="Ideas, Planning, & Feedback">🤔</a></td>
422 <td align="center"><a href="https://github.com/dannyqiu"><img src="https://avatars1.githubusercontent.com/u/1170755?v=4" width="40px;" alt=""/><br /><sub><b>Danny Qiu</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dannyqiu" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Adannyqiu" title="Bug reports">🐛</a></td> 422 <td align="center"><a href="https://github.com/dannyqiu"><img src="https://avatars1.githubusercontent.com/u/1170755?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Danny Qiu</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dannyqiu" title="Code">💻</a> <a href="https://github.com/getferdi/ferdi/issues?q=author%3Adannyqiu" title="Bug reports">🐛</a></td>
423 <td align="center"><a href="https://github.com/belyazidi56"><img src="https://avatars3.githubusercontent.com/u/35711540?v=4" width="40px;" alt=""/><br /><sub><b>Youssef Belyazidi</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=belyazidi56" title="Code">💻</a></td> 423 <td align="center"><a href="https://github.com/belyazidi56"><img src="https://avatars3.githubusercontent.com/u/35711540?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Youssef Belyazidi</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=belyazidi56" title="Code">💻</a></td>
424 <td align="center"><a href="https://github.com/gabspeck"><img src="https://avatars2.githubusercontent.com/u/749488?v=4" width="40px;" alt=""/><br /><sub><b>Gabriel Speckhahn</b></sub></a><br /><a href="#platform-gabspeck" title="Packaging/porting to new platform">📦</a></td> 424 <td align="center"><a href="https://github.com/gabspeck"><img src="https://avatars2.githubusercontent.com/u/749488?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Gabriel Speckhahn</b></sub></a><br /><a href="#platform-gabspeck" title="Packaging/porting to new platform">📦</a></td>
425 </tr> 425 </tr>
426 <tr> 426 <tr>
427 <td align="center"><a href="https://github.com/dandelionadia"><img src="https://avatars0.githubusercontent.com/u/33199975?v=4" width="40px;" alt=""/><br /><sub><b>Nadiia Ridko</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dandelionadia" title="Code">💻</a></td> 427 <td align="center"><a href="https://github.com/dandelionadia"><img src="https://avatars0.githubusercontent.com/u/33199975?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Nadiia Ridko</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=dandelionadia" title="Code">💻</a></td>
428 <td align="center"><a href="https://hohner.dev"><img src="https://avatars0.githubusercontent.com/u/649895?v=4" width="40px;" alt=""/><br /><sub><b>Jan Hohner</b></sub></a><br /><a href="#userTesting-janhohner" title="User Testing">📓</a></td> 428 <td align="center"><a href="https://hohner.dev"><img src="https://avatars0.githubusercontent.com/u/649895?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Jan Hohner</b></sub></a><br /><a href="#userTesting-janhohner" title="User Testing">📓</a></td>
429 <td align="center"><a href="https://marussy.com"><img src="https://avatars1.githubusercontent.com/u/38888?v=4" width="40px;" alt=""/><br /><sub><b>Kristóf Marussy</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=kris7t" title="Code">💻</a></td> 429 <td align="center"><a href="https://marussy.com"><img src="https://avatars1.githubusercontent.com/u/38888?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Kristóf Marussy</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=kris7t" title="Code">💻</a></td>
430 <td align="center"><a href="https://cl.linkedin.com/in/juanvalentinmoraruiz"><img src="https://avatars0.githubusercontent.com/u/4575267?v=4" width="40px;" alt=""/><br /><sub><b>Juan Mora</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=raicerk" title="Code">💻</a></td> 430 <td align="center"><a href="https://cl.linkedin.com/in/juanvalentinmoraruiz"><img src="https://avatars0.githubusercontent.com/u/4575267?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Juan Mora</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=raicerk" title="Code">💻</a></td>
431 <td align="center"><a href="https://tofran.com"><img src="https://avatars2.githubusercontent.com/u/5692603?v=4" width="40px;" alt=""/><br /><sub><b>Francisco Marques</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=tofran" title="Code">💻</a></td> 431 <td align="center"><a href="https://tofran.com"><img src="https://avatars2.githubusercontent.com/u/5692603?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Francisco Marques</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=tofran" title="Code">💻</a></td>
432 <td align="center"><a href="https://digitalcoyote.github.io/NuGetDefense/"><img src="https://avatars3.githubusercontent.com/u/16868093?v=4" width="40px;" alt=""/><br /><sub><b>Curtis Carter</b></sub></a><br /><a href="#platform-digitalcoyote" title="Packaging/porting to new platform">📦</a></td> 432 <td align="center"><a href="https://digitalcoyote.github.io/NuGetDefense/"><img src="https://avatars3.githubusercontent.com/u/16868093?v=4?s=40" width="40px;" alt=""/><br /><sub><b>Curtis Carter</b></sub></a><br /><a href="#platform-digitalcoyote" title="Packaging/porting to new platform">📦</a></td>
433 </tr>
434 <tr>
435 <td align="center"><a href="https://github.com/kawarimidoll"><img src="https://avatars0.githubusercontent.com/u/8146876?v=4?s=40" width="40px;" alt=""/><br /><sub><b>カワリミ人形</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=kawarimidoll" title="Documentation">📖</a></td>
436 <td align="center"><a href="https://immortal-pc.info/"><img src="https://avatars0.githubusercontent.com/u/5358076?v=4?s=40" width="40px;" alt=""/><br /><sub><b>1mm0rt41PC</b></sub></a><br /><a href="https://github.com/getferdi/ferdi/commits?author=1mm0rt41PC" title="Code">💻</a></td>
433 </tr> 437 </tr>
434</table> 438</table>
435 439
436<!-- markdownlint-enable --> 440<!-- markdownlint-restore -->
437<!-- prettier-ignore-end --> 441<!-- prettier-ignore-end -->
442
438<!-- ALL-CONTRIBUTORS-LIST:END --> 443<!-- ALL-CONTRIBUTORS-LIST:END -->
439 444
440This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! 445This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
diff --git a/appveyor.yml b/appveyor.yml
index b09759a42..2f5299dd9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,3 +31,9 @@ for:
31 message: /trigger AppVeyor nightly build/ 31 message: /trigger AppVeyor nightly build/
32 build_script: 32 build_script:
33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies
34-
35 branches:
36 only:
37 - release
38 build_script:
39 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi
diff --git a/electron-builder.yml b/electron-builder.yml
index 86349ba6b..f43e33950 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -18,8 +18,6 @@ mac:
18 NSMicrophoneUsageDescription: "This app requires camera access for video messaging services." 18 NSMicrophoneUsageDescription: "This app requires camera access for video messaging services."
19 NSCameraUsageDescription: "This app requires microphone access for audio messaging services." 19 NSCameraUsageDescription: "This app requires microphone access for audio messaging services."
20 20
21afterSign: ./build-helpers/notarize.js
22
23dmg: 21dmg:
24 background: ./build-helpers/images/dmgInstaller.tiff 22 background: ./build-helpers/images/dmgInstaller.tiff
25 icon: ./build-helpers/images/icon.icns 23 icon: ./build-helpers/images/icon.icns
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 476c4f045..cd772214f 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -305,6 +305,9 @@ export default @observer class EditSettingsForm extends Component {
305 {process.platform === 'win32' && ( 305 {process.platform === 'win32' && (
306 <Toggle field={form.$('minimizeToSystemTray')} /> 306 <Toggle field={form.$('minimizeToSystemTray')} />
307 )} 307 )}
308 {process.platform === 'win32' && (
309 <Toggle field={form.$('closeToSystemTray')} />
310 )}
308 <Toggle field={form.$('privateNotifications')} /> 311 <Toggle field={form.$('privateNotifications')} />
309 {(process.platform === 'win32' || process.platform === 'darwin') && ( 312 {(process.platform === 'win32' || process.platform === 'darwin') && (
310 <Toggle field={form.$('notifyTaskBarOnMessage')} />)} 313 <Toggle field={form.$('notifyTaskBarOnMessage')} />)}
diff --git a/src/config.js b/src/config.js
index 32996a03c..eb6f08be9 100644
--- a/src/config.js
+++ b/src/config.js
@@ -93,6 +93,7 @@ export const DEFAULT_APP_SETTINGS = {
93 enableSystemTray: true, 93 enableSystemTray: true,
94 startMinimized: false, 94 startMinimized: false,
95 minimizeToSystemTray: false, 95 minimizeToSystemTray: false,
96 closeToSystemTray: false,
96 privateNotifications: false, 97 privateNotifications: false,
97 notifyTaskBarOnMessage: false, 98 notifyTaskBarOnMessage: false,
98 showDisabledServices: true, 99 showDisabledServices: true,
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index d87b2512e..097f0ed8b 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -55,6 +55,10 @@ const messages = defineMessages({
55 id: 'settings.app.form.minimizeToSystemTray', 55 id: 'settings.app.form.minimizeToSystemTray',
56 defaultMessage: '!!!Minimize Ferdi to system tray', 56 defaultMessage: '!!!Minimize Ferdi to system tray',
57 }, 57 },
58 closeToSystemTray: {
59 id: 'settings.app.form.closeToSystemTray',
60 defaultMessage: '!!!Close Ferdi to system tray',
61 },
58 privateNotifications: { 62 privateNotifications: {
59 id: 'settings.app.form.privateNotifications', 63 id: 'settings.app.form.privateNotifications',
60 defaultMessage: '!!!Don\'t show message content in notifications', 64 defaultMessage: '!!!Don\'t show message content in notifications',
@@ -233,6 +237,7 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
233 reloadAfterResume: settingsData.reloadAfterResume, 237 reloadAfterResume: settingsData.reloadAfterResume,
234 startMinimized: settingsData.startMinimized, 238 startMinimized: settingsData.startMinimized,
235 minimizeToSystemTray: settingsData.minimizeToSystemTray, 239 minimizeToSystemTray: settingsData.minimizeToSystemTray,
240 closeToSystemTray: settingsData.closeToSystemTray,
236 privateNotifications: settingsData.privateNotifications, 241 privateNotifications: settingsData.privateNotifications,
237 notifyTaskBarOnMessage: settingsData.notifyTaskBarOnMessage, 242 notifyTaskBarOnMessage: settingsData.notifyTaskBarOnMessage,
238 navigationBarBehaviour: settingsData.navigationBarBehaviour, 243 navigationBarBehaviour: settingsData.navigationBarBehaviour,
@@ -374,6 +379,11 @@ export default @inject('stores', 'actions') @observer class EditSettingsScreen e
374 value: settings.all.app.minimizeToSystemTray, 379 value: settings.all.app.minimizeToSystemTray,
375 default: DEFAULT_APP_SETTINGS.minimizeToSystemTray, 380 default: DEFAULT_APP_SETTINGS.minimizeToSystemTray,
376 }, 381 },
382 closeToSystemTray: {
383 label: intl.formatMessage(messages.closeToSystemTray),
384 value: settings.all.app.closeToSystemTray,
385 default: DEFAULT_APP_SETTINGS.closeToSystemTray,
386 },
377 privateNotifications: { 387 privateNotifications: {
378 label: intl.formatMessage(messages.privateNotifications), 388 label: intl.formatMessage(messages.privateNotifications),
379 value: settings.all.app.privateNotifications, 389 value: settings.all.app.privateNotifications,
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 0f8bdd914..3536c4f84 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 9a2eab3b8..7b2331d43 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "اللغة", 308 "settings.app.form.language": "اللغة",
309 "settings.app.form.lockPassword": "كلمة المرور", 309 "settings.app.form.lockPassword": "كلمة المرور",
310 "settings.app.form.minimizeToSystemTray": "تصغير النافذة إلى جانب شريط المهام", 310 "settings.app.form.minimizeToSystemTray": "تصغير النافذة إلى جانب شريط المهام",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "سلوك شريط التنقل", 312 "settings.app.form.navigationBarBehaviour": "سلوك شريط التنقل",
312 "settings.app.form.predefinedTodoServer": "خادم Todo", 313 "settings.app.form.predefinedTodoServer": "خادم Todo",
313 "settings.app.form.privateNotifications": "عدم إظهار محتوى الرسالة في الإشعارات", 314 "settings.app.form.privateNotifications": "عدم إظهار محتوى الرسالة في الإشعارات",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index a08dd9bb0..9e1d8f86e 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 0f8bdd914..3536c4f84 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 53cfc5e7c..6dae6423d 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Idioma", 308 "settings.app.form.language": "Idioma",
309 "settings.app.form.lockPassword": "Contrasenya", 309 "settings.app.form.lockPassword": "Contrasenya",
310 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema", 310 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index d4cd53a86..85b527fd3 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -71,8 +71,8 @@
71 "global.franzProRequired": "Ferdi Professional Required", 71 "global.franzProRequired": "Ferdi Professional Required",
72 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.", 72 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.",
73 "global.spellchecker.useDefault": "Use System Default ({default})", 73 "global.spellchecker.useDefault": "Use System Default ({default})",
74 "global.spellchecking.autodetect": "Detect language automatically", 74 "global.spellchecking.autodetect": "Automaticky rozpoznat jazyk",
75 "global.spellchecking.autodetect.short": "Automatic", 75 "global.spellchecking.autodetect.short": "Automaticky",
76 "global.spellchecking.language": "Oprava překlepů jazyka", 76 "global.spellchecking.language": "Oprava překlepů jazyka",
77 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 77 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
78 "import.headline": "Importovat služby z Ferdi 4", 78 "import.headline": "Importovat služby z Ferdi 4",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Jazyk", 308 "settings.app.form.language": "Jazyk",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty", 310 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index 558b9691c..8ac11fa88 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -19,10 +19,10 @@
19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
20 "feature.delayApp.upgrade.action": "Få en Ferdi Supporter licens", 20 "feature.delayApp.upgrade.action": "Få en Ferdi Supporter licens",
21 "feature.delayApp.upgrade.actionShort": "Opgradér konto", 21 "feature.delayApp.upgrade.actionShort": "Opgradér konto",
22 "feature.nightlyBuilds.activate": "Activate", 22 "feature.nightlyBuilds.activate": "Aktiver",
23 "feature.nightlyBuilds.cancel": "Annuller", 23 "feature.nightlyBuilds.cancel": "Annuller",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Natlige byg af Ferdi er meget eksperimentelle versioner, der kan indeholde ikke polerede eller ufærdige funktioner. Disse natlige byg bruges hovedsageligt af udviklere til at teste deres nyudviklede funktioner, og hvordan de vil opføre sig i den endelige version. Hvis du er usikker, foreslår vi ikke at aktivere natlige byg.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Natlige byg",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
28 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 28 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -54,9 +54,9 @@
54 "feature.shareFranz.action.facebook": "Del på Facebook", 54 "feature.shareFranz.action.facebook": "Del på Facebook",
55 "feature.shareFranz.action.twitter": "Del på Twitter", 55 "feature.shareFranz.action.twitter": "Del på Twitter",
56 "feature.shareFranz.headline": "Ferdi er bedre sammen!", 56 "feature.shareFranz.headline": "Ferdi er bedre sammen!",
57 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 57 "feature.shareFranz.shareText.email": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com",
58 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 58 "feature.shareFranz.shareText.twitter": "Jeg har tilføjet {count} tjenester til Ferdi! Få den gratis app til WhatsApp, Messenger, Slack, Skype osv. på www.getferdi.com /cc @FerdiMessenger",
59 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 59 "feature.shareFranz.text": "Fortæl dine venner og kolleger, hvor fedt et program Ferdi er, og hjælp os med at sprede ordet.",
60 "feature.todos.premium.info": "Ferdi Todos er tilgængelig for betalende brugere nu!", 60 "feature.todos.premium.info": "Ferdi Todos er tilgængelig for betalende brugere nu!",
61 "feature.todos.premium.rollout": "Alle andre må vente lidt længere.", 61 "feature.todos.premium.rollout": "Alle andre må vente lidt længere.",
62 "feature.todos.premium.upgrade": "Opgrader konto", 62 "feature.todos.premium.upgrade": "Opgrader konto",
@@ -197,20 +197,20 @@
197 "pricing.features.customWebsites": "Tilføj brugerdefinerede hjemmesider", 197 "pricing.features.customWebsites": "Tilføj brugerdefinerede hjemmesider",
198 "pricing.features.desktopNotifications": "Skrivebordsnotifikationer", 198 "pricing.features.desktopNotifications": "Skrivebordsnotifikationer",
199 "pricing.features.onPremise": "Lokale- & andre hostede tjenester", 199 "pricing.features.onPremise": "Lokale- & andre hostede tjenester",
200 "pricing.features.recipes": "Choose from more than 70 Services", 200 "pricing.features.recipes": "Vælg mellem mere end 70 tjenester",
201 "pricing.features.serviceProxies": "Service Proxies", 201 "pricing.features.serviceProxies": "Tjeneste-proxyer",
202 "pricing.features.spellchecker": "Spellchecker support", 202 "pricing.features.spellchecker": "Understøttelse af stavekontrol",
203 "pricing.features.teamManagement": "Team Management", 203 "pricing.features.teamManagement": "Teamndtering",
204 "pricing.features.thirdPartyServices": "Install 3rd party services", 204 "pricing.features.thirdPartyServices": "Installer tredjeparts tjenester",
205 "pricing.features.unlimitedServices": "Add unlimited services", 205 "pricing.features.unlimitedServices": "Tilføj ubegrænsede tjenester",
206 "pricing.features.upToSixServices": "Add up to 6 services", 206 "pricing.features.upToSixServices": "Tilføj op til 6 tjenester",
207 "pricing.features.upToThreeServices": "Add up to 3 services", 207 "pricing.features.upToThreeServices": "Tilføj op til 3 tjenester",
208 "pricing.features.workspaces": "Arbejdsrum", 208 "pricing.features.workspaces": "Arbejdsrum",
209 "pricing.plan.free": "Ferdi Free", 209 "pricing.plan.free": "Gratis Ferdi",
210 "pricing.plan.legacy": "Ferdi Premium", 210 "pricing.plan.legacy": "Ferdi Premium",
211 "pricing.plan.personal": "Ferdi Personal", 211 "pricing.plan.personal": "Ferdi Personlig",
212 "pricing.plan.personal-monthly": "Ferdi Personal Monthly", 212 "pricing.plan.personal-monthly": "Ferdi Personlig Månedlig",
213 "pricing.plan.personal-yearly": "Ferdi Personal Yearly", 213 "pricing.plan.personal-yearly": "Ferdi Personlig Årlig",
214 "pricing.plan.pro": "Ferdi Professionel", 214 "pricing.plan.pro": "Ferdi Professionel",
215 "pricing.plan.pro-monthly": "Ferdi Professionel månedligt", 215 "pricing.plan.pro-monthly": "Ferdi Professionel månedligt",
216 "pricing.plan.pro-yearly": "Ferdi Professionel arligt", 216 "pricing.plan.pro-yearly": "Ferdi Professionel arligt",
@@ -241,8 +241,8 @@
241 "service.restrictedHandler.action": "Opgrader konto", 241 "service.restrictedHandler.action": "Opgrader konto",
242 "service.restrictedHandler.customUrl.headline": "Ferdi Professionel planen påkrævet", 242 "service.restrictedHandler.customUrl.headline": "Ferdi Professionel planen påkrævet",
243 "service.restrictedHandler.customUrl.text": "Opgrader venligst til Ferdi Professionel planen for at bruge egne hjemmesideadresser og selvhostede tjenester.", 243 "service.restrictedHandler.customUrl.text": "Opgrader venligst til Ferdi Professionel planen for at bruge egne hjemmesideadresser og selvhostede tjenester.",
244 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 244 "service.restrictedHandler.serviceLimit.headline": "Du haret din tjenestegrænse.",
245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 245 "service.restrictedHandler.serviceLimit.text": "Opgrader din konto for at bruge mere end {count} tjenester.",
246 "service.webviewLoader.loading": "Indlæser {service}", 246 "service.webviewLoader.loading": "Indlæser {service}",
247 "services.getStarted": "Kom godt i gang", 247 "services.getStarted": "Kom godt i gang",
248 "services.login": "Log ind for at bruge Ferdi.", 248 "services.login": "Log ind for at bruge Ferdi.",
@@ -264,11 +264,11 @@
264 "settings.account.headlineInvoices": "Fakturaer", 264 "settings.account.headlineInvoices": "Fakturaer",
265 "settings.account.headlinePassword": "Skift adgangskode", 265 "settings.account.headlinePassword": "Skift adgangskode",
266 "settings.account.headlineProfile": "Opdater profil", 266 "settings.account.headlineProfile": "Opdater profil",
267 "settings.account.headlineSubscription": "Your subscription", 267 "settings.account.headlineSubscription": "Dit abonnement",
268 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 268 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
269 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 269 "settings.account.headlineUpgradeAccount": "Opgrader din konto og få den fulde oplevelse",
270 "settings.account.invoiceDownload": "Hent", 270 "settings.account.invoiceDownload": "Hent",
271 "settings.account.manageSubscription.label": "Manage your subscription", 271 "settings.account.manageSubscription.label": "Administrer dit abonnement",
272 "settings.account.successInfo": "Dine ændringer er blevet gemt", 272 "settings.account.successInfo": "Dine ændringer er blevet gemt",
273 "settings.account.trial": "Free Trial", 273 "settings.account.trial": "Free Trial",
274 "settings.account.trialEndsIn": "Your free trial ends in {duration}.", 274 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
@@ -287,7 +287,7 @@
287 "settings.app.currentVersion": "Nuværende version:", 287 "settings.app.currentVersion": "Nuværende version:",
288 "settings.app.form.accentColor": "Fremhævelsesfarve", 288 "settings.app.form.accentColor": "Fremhævelsesfarve",
289 "settings.app.form.adaptableDarkMode": "Synkroniser mørk tilstand med mit operativsystems indstilling for mørk tilstand", 289 "settings.app.form.adaptableDarkMode": "Synkroniser mørk tilstand med mit operativsystems indstilling for mørk tilstand",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Vis altid arbejdsrumskuffe",
291 "settings.app.form.autoLaunchInBackground": "​​Åbn i baggrunden", 291 "settings.app.form.autoLaunchInBackground": "​​Åbn i baggrunden",
292 "settings.app.form.autoLaunchOnStart": "Åbn Ferdi ved start", 292 "settings.app.form.autoLaunchOnStart": "Åbn Ferdi ved start",
293 "settings.app.form.automaticUpdates": "Aktiver automatiske opdateringer", 293 "settings.app.form.automaticUpdates": "Aktiver automatiske opdateringer",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Sprog", 308 "settings.app.form.language": "Sprog",
309 "settings.app.form.lockPassword": "Adgangskode", 309 "settings.app.form.lockPassword": "Adgangskode",
310 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systembakken", 310 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systembakken",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Adressefeltets opførsel", 312 "settings.app.form.navigationBarBehaviour": "Adressefeltets opførsel",
312 "settings.app.form.predefinedTodoServer": "Todo server", 313 "settings.app.form.predefinedTodoServer": "Todo server",
313 "settings.app.form.privateNotifications": "Vis ikke beskedindhold i notifikationer", 314 "settings.app.form.privateNotifications": "Vis ikke beskedindhold i notifikationer",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Notificer Opgavebjælke/Dock ved ny besked",
315 "settings.app.form.reloadAfterResume": "Genindlæs Ferdi efter systemet er vågnet", 316 "settings.app.form.reloadAfterResume": "Genindlæs Ferdi efter systemet er vågnet",
316 "settings.app.form.runInBackground": "Behold Ferdi i baggrunden når vinduet lukkes", 317 "settings.app.form.runInBackground": "Behold Ferdi i baggrunden når vinduet lukkes",
317 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt Forstyr ikke", 318 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt Forstyr ikke",
@@ -325,7 +326,7 @@
325 "settings.app.form.startMinimized": "Start minimeret", 326 "settings.app.form.startMinimized": "Start minimeret",
326 "settings.app.form.universalDarkMode": "Aktiver universel mørk tilstand", 327 "settings.app.form.universalDarkMode": "Aktiver universel mørk tilstand",
327 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdi op", 328 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdi op",
328 "settings.app.form.useVerticalStyle": "Use vertical style", 329 "settings.app.form.useVerticalStyle": "Brug lodret stil",
329 "settings.app.headline": "Indstillinger", 330 "settings.app.headline": "Indstillinger",
330 "settings.app.headlineAdvanced": "Avanceret", 331 "settings.app.headlineAdvanced": "Avanceret",
331 "settings.app.headlineAppearance": "Udseende", 332 "settings.app.headlineAppearance": "Udseende",
@@ -370,7 +371,7 @@
370 "settings.recipes.headline": "Tilgængelige tjenester", 371 "settings.recipes.headline": "Tilgængelige tjenester",
371 "settings.recipes.missingService": "Mangler du en service?", 372 "settings.recipes.missingService": "Mangler du en service?",
372 "settings.recipes.mostPopular": "Mest populære", 373 "settings.recipes.mostPopular": "Mest populære",
373 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 374 "settings.recipes.nothingFound": "Ingen tjeneste matchede dit søgeord - men du kan måske stadig tilføje det som en brugerdefineret hjemmeside:",
374 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet", 375 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet",
375 "settings.searchService": "Søg tjeneste", 376 "settings.searchService": "Søg tjeneste",
376 "settings.service.error.goBack": "Tilbage til tjenester", 377 "settings.service.error.goBack": "Tilbage til tjenester",
@@ -426,27 +427,27 @@
426 "settings.services.deletedInfo": "Tjenesten er blevet slettet", 427 "settings.services.deletedInfo": "Tjenesten er blevet slettet",
427 "settings.services.discoverServices": "Opdag tjenester", 428 "settings.services.discoverServices": "Opdag tjenester",
428 "settings.services.headline": "Dine tjenester", 429 "settings.services.headline": "Dine tjenester",
429 "settings.services.noServicesAdded": "Start by adding a service.", 430 "settings.services.noServicesAdded": "Start med at tilføje en tjeneste.",
430 "settings.services.servicesRequestFailed": "Kunne ikke indlæse dine tjenester", 431 "settings.services.servicesRequestFailed": "Kunne ikke indlæse dine tjenester",
431 "settings.services.tooltip.isDisabled": "Tjenesten er deaktiveret", 432 "settings.services.tooltip.isDisabled": "Tjenesten er deaktiveret",
432 "settings.services.tooltip.isMuted": "Alle lyde er slået fra", 433 "settings.services.tooltip.isMuted": "Alle lyde er slået fra",
433 "settings.services.tooltip.notificationsDisabled": "Notifikationer er slået fra", 434 "settings.services.tooltip.notificationsDisabled": "Notifikationer er slået fra",
434 "settings.services.updatedInfo": "Dine ændringer er blevet gemt", 435 "settings.services.updatedInfo": "Dine ændringer er blevet gemt",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi er et \"open source\" og fællesskabsstyret program.</p><p>Tak til de personer, der gør dette muligt:</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Vil du hlpe os med at forbedre Ferdi?",
437 "settings.supportFerdi.headline": "Om Ferdi", 438 "settings.supportFerdi.headline": "Om Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Åbn undersøgelse",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Hvis du har lyst til at støtte Ferdi's udviklere med en donation, kan du gøre det på både,",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "og",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Omend frivillige gør det meste af arbejdet, er vi stadig nødt til at betale for servere og certifikater. Som et fællesskab er vi fuldt ud gennemsigtige med hensyn til de midler, vi indsamler og bruger - se vores",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Fuld liste over bidragsydere",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "her",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Open Collective",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "Støtte er altid velkommen. Du kan finde en liste over den hjælp, vi har brug for",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "her",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "Udviklingen af Ferdi sker af frivillige. Folk, der bruger Ferdi som dig. De vedligeholder, retter og forbedrer Ferdi i deres fritid.",
449 "settings.supportFerdi.title": "Do you like Ferdi?", 450 "settings.supportFerdi.title": "Kan du lide Ferdi?",
450 "settings.team.contentHeadline": "Franz Teamstyring", 451 "settings.team.contentHeadline": "Franz Teamstyring",
451 "settings.team.copy": "Franz's teamstyring giver dig mulighed for at administrere Franz abonnementer for flere brugere. Husk på, at hvis du har et Franz Premium-abonnement, får du ingen fordele ved at bruge Ferdi: Den eneste grund til, at du stadig har adgang til teamstyring er, at du kan administrere dine gamle Franz Teams, og så du ikke mister nogen funktionalitet i forvaltningen af din konto.", 452 "settings.team.copy": "Franz's teamstyring giver dig mulighed for at administrere Franz abonnementer for flere brugere. Husk på, at hvis du har et Franz Premium-abonnement, får du ingen fordele ved at bruge Ferdi: Den eneste grund til, at du stadig har adgang til teamstyring er, at du kan administrere dine gamle Franz Teams, og så du ikke mister nogen funktionalitet i forvaltningen af din konto.",
452 "settings.team.headline": "Team", 453 "settings.team.headline": "Team",
@@ -475,7 +476,7 @@
475 "settings.workspace.form.yourWorkspaces": "Dine arbejdsrum", 476 "settings.workspace.form.yourWorkspaces": "Dine arbejdsrum",
476 "settings.workspaces.deletedInfo": "Arbejdsrummet er blevet slettet", 477 "settings.workspaces.deletedInfo": "Arbejdsrummet er blevet slettet",
477 "settings.workspaces.headline": "Dine arbejdsrum", 478 "settings.workspaces.headline": "Dine arbejdsrum",
478 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 479 "settings.workspaces.noWorkspacesAdded": "Du har ikke oprettet nogen arbejdsrum endnu.",
479 "settings.workspaces.tryReloadWorkspaces": "Prøv igen", 480 "settings.workspaces.tryReloadWorkspaces": "Prøv igen",
480 "settings.workspaces.updatedInfo": "Dine ændringer er blevet gemt", 481 "settings.workspaces.updatedInfo": "Dine ændringer er blevet gemt",
481 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mere: Introducerer Ferdi arbejdsrum", 482 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mere: Introducerer Ferdi arbejdsrum",
@@ -508,10 +509,10 @@
508 "subscription.includedProFeatures": "Ferdi Professionel planen omfatter:", 509 "subscription.includedProFeatures": "Ferdi Professionel planen omfatter:",
509 "subscription.interval.per": "pr. {interval}", 510 "subscription.interval.per": "pr. {interval}",
510 "subscription.interval.perMonth": "pr. måned", 511 "subscription.interval.perMonth": "pr. måned",
511 "subscription.interval.perMonthPerUser": "per month & user", 512 "subscription.interval.perMonthPerUser": "pr. måned og bruger",
512 "subscription.planItem.upgradeAccount": "Opgrader konto", 513 "subscription.planItem.upgradeAccount": "Opgrader konto",
513 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:", 514 "subscription.teaser.includedFeatures": "Betalte Ferdi planer omfatter:",
514 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 515 "subscription.teaser.intro": "Ferdi 5 kommer med et stort udvalg af nye funktioner til give din daglige kommunikation et løft. Tjek vores nye planer og find ud af, hvilken der passer dig mest!",
515 "subscriptionPopup.buttonCancel": "Annuller", 516 "subscriptionPopup.buttonCancel": "Annuller",
516 "subscriptionPopup.buttonDone": "Udført", 517 "subscriptionPopup.buttonDone": "Udført",
517 "tabs.item.deleteService": "Slet tjeneste", 518 "tabs.item.deleteService": "Slet tjeneste",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 0e5b05278..867879614 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -287,7 +287,7 @@
287 "settings.app.currentVersion": "Aktuelle Version:", 287 "settings.app.currentVersion": "Aktuelle Version:",
288 "settings.app.form.accentColor": "Akzentfarbe", 288 "settings.app.form.accentColor": "Akzentfarbe",
289 "settings.app.form.adaptableDarkMode": "Synchronisiere den Dunkelmodus mit den Einstellungen meines Betriebssystems", 289 "settings.app.form.adaptableDarkMode": "Synchronisiere den Dunkelmodus mit den Einstellungen meines Betriebssystems",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Workspace-Übersicht immer anzeigen",
291 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen", 291 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen",
292 "settings.app.form.autoLaunchOnStart": "Ferdi beim Systemstart ausführen", 292 "settings.app.form.autoLaunchOnStart": "Ferdi beim Systemstart ausführen",
293 "settings.app.form.automaticUpdates": "Updates aktivieren", 293 "settings.app.form.automaticUpdates": "Updates aktivieren",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Sprache", 308 "settings.app.form.language": "Sprache",
309 "settings.app.form.lockPassword": "Passwort", 309 "settings.app.form.lockPassword": "Passwort",
310 "settings.app.form.minimizeToSystemTray": "Ferdi in den Infobereich minimieren", 310 "settings.app.form.minimizeToSystemTray": "Ferdi in den Infobereich minimieren",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Verhalten der Navigationsleiste", 312 "settings.app.form.navigationBarBehaviour": "Verhalten der Navigationsleiste",
312 "settings.app.form.predefinedTodoServer": "Todo-Server", 313 "settings.app.form.predefinedTodoServer": "Todo-Server",
313 "settings.app.form.privateNotifications": "Nachrichteninhalt nicht in Benachrichtigungen anzeigen", 314 "settings.app.form.privateNotifications": "Nachrichteninhalt nicht in Benachrichtigungen anzeigen",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Bei neuer Nachricht eine Benachrichtigung in der TaskBar/im Dock anzeigen",
315 "settings.app.form.reloadAfterResume": "Ferdi nach dem aufwachen aus dem Standby neu laden", 316 "settings.app.form.reloadAfterResume": "Ferdi nach dem aufwachen aus dem Standby neu laden",
316 "settings.app.form.runInBackground": "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird", 317 "settings.app.form.runInBackground": "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird",
317 "settings.app.form.scheduledDNDEnabled": "Geplante \"Nicht-stören\"-Funktion aktivieren", 318 "settings.app.form.scheduledDNDEnabled": "Geplante \"Nicht-stören\"-Funktion aktivieren",
@@ -325,7 +326,7 @@
325 "settings.app.form.startMinimized": "Minimiert starten", 326 "settings.app.form.startMinimized": "Minimiert starten",
326 "settings.app.form.universalDarkMode": "Universellen Dark Mode aktivieren", 327 "settings.app.form.universalDarkMode": "Universellen Dark Mode aktivieren",
327 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdi erlauben", 328 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdi erlauben",
328 "settings.app.form.useVerticalStyle": "Use vertical style", 329 "settings.app.form.useVerticalStyle": "Vertikalen Stil verwenden",
329 "settings.app.headline": "Einstellungen", 330 "settings.app.headline": "Einstellungen",
330 "settings.app.headlineAdvanced": "Erweitert", 331 "settings.app.headlineAdvanced": "Erweitert",
331 "settings.app.headlineAppearance": "Darstellung", 332 "settings.app.headlineAppearance": "Darstellung",
@@ -432,21 +433,21 @@
432 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert", 433 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert",
433 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert", 434 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert",
434 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert", 435 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi ist eine Open-Source und von der Community-geführte Anwendung.</p><p>Danke an die Personen, die das möglich machen:</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Willst du uns helfen, Ferdi zu verbessern?",
437 "settings.supportFerdi.headline": "Über Ferdi", 438 "settings.supportFerdi.headline": "Über Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Umfrage öffnen",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Wenn du Lust hast, die Entwicklung von Ferdi mit einer Spende zu unterstützen, kannst du dies auf folgenden Seiten tun,",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "und",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Während die meiste Arbeit von Freiwilligen geleistet wird, müssen wir dennoch für Server und Zertifikate bezahlen. Als Community sind wir völlig transparent über die Gelder, die wir sammeln und ausgeben - siehe unsere",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsoren",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Vollständige Liste der Mitwirkenden",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "hier",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Open Collective",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "Unterstützung ist immer willkommen. Du findest eine Liste über Unterstützungen die wir benötigen",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "hier",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "Die Entwicklung von Ferdi wird von Freiwilligen vorangetrieben. Menschen, die Ferdi benutzen, wie Du. Sie überprüfen, reparieren und verbessern Ferdi in ihrer Freizeit.",
449 "settings.supportFerdi.title": "Do you like Ferdi?", 450 "settings.supportFerdi.title": "Gefällt dir Ferdi?",
450 "settings.team.contentHeadline": "Franz Team-Management", 451 "settings.team.contentHeadline": "Franz Team-Management",
451 "settings.team.copy": "Mit Franz's Team Management kannst du Franz Abonnements für mehrere Benutzer verwalten. Bitte beachte, dass dir ein Franz Premium-Abonnement keine Vorteile bei der Nutzung von Ferdi bringt: Der einzige Grund, warum du noch Zugriff auf das Team Management hast, ist, damit du weiterhin Franz Teams verwalten kannst und damit du keine Funktionalität bei der Verwaltung deines Kontos verlierst.", 452 "settings.team.copy": "Mit Franz's Team Management kannst du Franz Abonnements für mehrere Benutzer verwalten. Bitte beachte, dass dir ein Franz Premium-Abonnement keine Vorteile bei der Nutzung von Ferdi bringt: Der einzige Grund, warum du noch Zugriff auf das Team Management hast, ist, damit du weiterhin Franz Teams verwalten kannst und damit du keine Funktionalität bei der Verwaltung deines Kontos verlierst.",
452 "settings.team.headline": "Team", 453 "settings.team.headline": "Team",
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 937223423..9dfe9b4d1 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Γλώσσα", 308 "settings.app.form.language": "Γλώσσα",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων", 310 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a08dd9bb0..9e1d8f86e 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index bd1d770b6..b681f2bd4 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -1,5 +1,5 @@
1{ 1{
2 "app.errorHandler.action": "Cargar nuevamente", 2 "app.errorHandler.action": "Volver a cargar",
3 "app.errorHandler.headline": "Algo salió mal.", 3 "app.errorHandler.headline": "Algo salió mal.",
4 "changeserver.customServerLabel": "Servidor personalizado", 4 "changeserver.customServerLabel": "Servidor personalizado",
5 "changeserver.headline": "Cambiar servidor", 5 "changeserver.headline": "Cambiar servidor",
@@ -287,7 +287,7 @@
287 "settings.app.currentVersion": "Versión actual:", 287 "settings.app.currentVersion": "Versión actual:",
288 "settings.app.form.accentColor": "Color de realce", 288 "settings.app.form.accentColor": "Color de realce",
289 "settings.app.form.adaptableDarkMode": "Sincroniza el modo oscuro con el ajuste del modo oscuro de mi Sistema Operativo", 289 "settings.app.form.adaptableDarkMode": "Sincroniza el modo oscuro con el ajuste del modo oscuro de mi Sistema Operativo",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Mostrar siempre el cajón del espacio de trabajo",
291 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano", 291 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano",
292 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi al iniciar", 292 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi al iniciar",
293 "settings.app.form.automaticUpdates": "Activar actualizaciones", 293 "settings.app.form.automaticUpdates": "Activar actualizaciones",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Idioma", 308 "settings.app.form.language": "Idioma",
309 "settings.app.form.lockPassword": "Contraseña", 309 "settings.app.form.lockPassword": "Contraseña",
310 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema", 310 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Comportamiento de la barra de navegación", 312 "settings.app.form.navigationBarBehaviour": "Comportamiento de la barra de navegación",
312 "settings.app.form.predefinedTodoServer": "Servidor de tareas", 313 "settings.app.form.predefinedTodoServer": "Servidor de tareas",
313 "settings.app.form.privateNotifications": "No mostrar contenido de mensajes en notificaciones", 314 "settings.app.form.privateNotifications": "No mostrar contenido de mensajes en notificaciones",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Notificar en la Barra de tareas / Dock los nuevos mensajes",
315 "settings.app.form.reloadAfterResume": "Recargar Ferdi después de reanudar el sistema", 316 "settings.app.form.reloadAfterResume": "Recargar Ferdi después de reanudar el sistema",
316 "settings.app.form.runInBackground": "Mantener Ferdi en segundo plano al cerrar la ventana", 317 "settings.app.form.runInBackground": "Mantener Ferdi en segundo plano al cerrar la ventana",
317 "settings.app.form.scheduledDNDEnabled": "Activar programación \"No molestar\"", 318 "settings.app.form.scheduledDNDEnabled": "Activar programación \"No molestar\"",
@@ -432,20 +433,20 @@
432 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados", 433 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados",
433 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas", 434 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas",
434 "settings.services.updatedInfo": "Tus cambios han sido guardados", 435 "settings.services.updatedInfo": "Tus cambios han sido guardados",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi es una aplicación de código abierto y líder en la comunidad.</p><p>Gracias a la gente que lo hace possbile:</p>",
436 "settings.supportFerdi.bannerText": "¿Quieres ayudarnos a mejorar Ferdi?", 437 "settings.supportFerdi.bannerText": "¿Quieres ayudarnos a mejorar Ferdi?",
437 "settings.supportFerdi.headline": "Acerca de Ferdi", 438 "settings.supportFerdi.headline": "Acerca de Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Abrir encuesta",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Si desea apoyar el desarrollo de Ferdi con una donación, puede hacerlo en ambos,",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "y",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Si bien los voluntarios hacen la mayor parte del trabajo, todavía tenemos que pagar los servidores y los certificados. Como comunidad, somos completamente transparentes con los fondos que recaudamos y gastamos; consulte nuestra",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "Patrocinadores de GitHub",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Lista completa de colaboradores",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "aquí",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Colectivo abierto",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "El apoyo siempre es bienvenido. Puede encontrar una lista de la ayuda que necesitamos",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "aquí",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "El desarrollo de Ferdi lo realizan voluntarios. La gente que usa Ferdi como tú. Mantienen, arreglan y mejoran a Ferdi en su tiempo libre.",
449 "settings.supportFerdi.title": "¿Te gusta Ferdi?", 450 "settings.supportFerdi.title": "¿Te gusta Ferdi?",
450 "settings.team.contentHeadline": "Administración de Equipo", 451 "settings.team.contentHeadline": "Administración de Equipo",
451 "settings.team.copy": "La gestión de equipos de Franz's te permite administrar suscripciones de Franz para múltiples usuarios. Por favor, ten en cuenta que tener una suscripción a Franz Premium no te dará ninguna ventaja en el uso de Ferdi: la única razón por la que todavía tienes acceso a la Gestión de Equipos es para que puedas gestionar tus equipos de Franz y para que no pierdas ninguna funcionalidad en la gestión de tu cuenta.", 452 "settings.team.copy": "La gestión de equipos de Franz's te permite administrar suscripciones de Franz para múltiples usuarios. Por favor, ten en cuenta que tener una suscripción a Franz Premium no te dará ninguna ventaja en el uso de Ferdi: la única razón por la que todavía tienes acceso a la Gestión de Equipos es para que puedas gestionar tus equipos de Franz y para que no pierdas ninguna funcionalidad en la gestión de tu cuenta.",
@@ -522,7 +523,7 @@
522 "tabs.item.enableAudio": "Habilitar audio", 523 "tabs.item.enableAudio": "Habilitar audio",
523 "tabs.item.enableNotification": "Activar notificaciones", 524 "tabs.item.enableNotification": "Activar notificaciones",
524 "tabs.item.enableService": "Activar servicio", 525 "tabs.item.enableService": "Activar servicio",
525 "tabs.item.reload": "Cargar nuevamente", 526 "tabs.item.reload": "Volver a cargar",
526 "validation.email": "{field} no es válido", 527 "validation.email": "{field} no es válido",
527 "validation.minLength": "{field} debería tener al menos {length} caracteres", 528 "validation.minLength": "{field} debería tener al menos {length} caracteres",
528 "validation.oneRequired": "Al menos uno es requerido", 529 "validation.oneRequired": "Al menos uno es requerido",
@@ -532,7 +533,7 @@
532 "webControls.forward": "Siguiente", 533 "webControls.forward": "Siguiente",
533 "webControls.goHome": "Inicio", 534 "webControls.goHome": "Inicio",
534 "webControls.openInBrowser": "Abrir en navegador", 535 "webControls.openInBrowser": "Abrir en navegador",
535 "webControls.reload": "Cargar nuevamente", 536 "webControls.reload": "Volver a cargar",
536 "welcome.loginButton": "Accede a tu cuenta", 537 "welcome.loginButton": "Accede a tu cuenta",
537 "welcome.signupButton": "Crear una cuenta gratuita", 538 "welcome.signupButton": "Crear una cuenta gratuita",
538 "workspaceDrawer.addNewWorkspaceLabel": "Añadir nuevo espacio de trabajo", 539 "workspaceDrawer.addNewWorkspaceLabel": "Añadir nuevo espacio de trabajo",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 0f8bdd914..4e33ca094 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -1,28 +1,28 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Lataa uudelleen",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Jotain meni pieleen",
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Mukautettu palvelin",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Vaihda palvelinta",
6 "changeserver.label": "Server", 6 "changeserver.label": "Palvelin",
7 "changeserver.submit": "Submit", 7 "changeserver.submit": "Jatka",
8 "changeserver.urlError": "Enter a valid URL", 8 "changeserver.urlError": "Anna kelvollinen URL-osoite",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 9 "changeserver.warning": "Ferdin tarjoamia lisäasetuksia ei tallenneta",
10 "connectionLostBanner.cta": "Reload Service", 10 "connectionLostBanner.cta": "Lataa Palvelu uudelleen",
11 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "Mitä tapahtui?",
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Voi ei! Ferdi menetti yhteyden {name}.",
13 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 13 "feature.announcements.changelog.headline": "Muutoksia Ferdissä {version}",
14 "feature.debugger.title": "Publish debugging information", 14 "feature.debugger.title": "Julkaise virheraportti",
15 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting", 15 "feature.delayApp.headline": "Ole hyvä ja osta Ferdin Tukijalisenssi, jotta vältyt odottamiselta",
16 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.", 16 "feature.delayApp.text": "Ferdi jatkaa {seconds} sekunnin kuluttua.",
17 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional", 17 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
18 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial", 18 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
20 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 20 "feature.delayApp.upgrade.action": "Hanki Ferdi Supporter License",
21 "feature.delayApp.upgrade.actionShort": "Upgrade account", 21 "feature.delayApp.upgrade.actionShort": "Päivitä tili",
22 "feature.nightlyBuilds.activate": "Activate", 22 "feature.nightlyBuilds.activate": "Aktivoi",
23 "feature.nightlyBuilds.cancel": "Cancel", 23 "feature.nightlyBuilds.cancel": "Peruuta",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Uusimmat versiot ovat Ferdin kokeellisia versioita, jotka voivat sisältää viimeistelemättömiä tai keskeneräisiä ominaisuuksia. Näitä uusimpia versioita käyttävät pääasiassa kehittäjät testaamaan uusia ominaisuuksia ja miten ne toimivat lopullisessa versiossa. Jos et tiedä mitä olet tekemässä, suosittelemme ettet aktivoi uusimpia versioita.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Uusimmat versiot",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
28 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 28 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -39,27 +39,27 @@
39 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.", 39 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
40 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment", 40 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
41 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.", 41 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
42 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 42 "feature.publishDebugInfo.error": "Virheraportin julkaisussa tapahtui virhe. Yritä myöhemmin uudelleen tai katso konsolista saadaksesi lisätietoja.",
43 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", 43 "feature.publishDebugInfo.info": "Julkaisemalla virheraportin auttat meitä löytämään Ferdissä ongelmia ja virheitä. Julkaisemalla virheraportin hyväksyt Ferdi Debugger´s tietosuojakäytännöt ja -ehdot",
44 "feature.publishDebugInfo.privacy": "Privacy policy", 44 "feature.publishDebugInfo.privacy": "Tietosuojakäytäntö",
45 "feature.publishDebugInfo.publish": "Accept and publish", 45 "feature.publishDebugInfo.publish": "Hyväksy ja julkaise",
46 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 46 "feature.publishDebugInfo.published": "Virheenkorjausraporttisi on julkaistu ja on nyt käytettävissä osoitteessa",
47 "feature.publishDebugInfo.terms": "Terms of service", 47 "feature.publishDebugInfo.terms": "Käyttöehdot",
48 "feature.publishDebugInfo.title": "Publish debug information", 48 "feature.publishDebugInfo.title": "Julkaise virheraporttisi",
49 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 49 "feature.quickSwitch.info": "Valitse palvelu painamalla TAB, ↑ ja ↓. Avaa palvelu painamalla ENTER.",
50 "feature.quickSwitch.search": "Search...", 50 "feature.quickSwitch.search": "Etsi...",
51 "feature.quickSwitch.title": "QuickSwitch", 51 "feature.quickSwitch.title": "Pikavalitsin",
52 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 52 "feature.serviceLimit.limitReached": "Olet lisännyt {amount} {limit} palvelusta, jotka sisältyvät suunnitelmaasi. Ole hyvä ja päivitä tilisi lisätäksesi muita palveluita.",
53 "feature.shareFranz.action.email": "Send as email", 53 "feature.shareFranz.action.email": "Lähe sähköpostina",
54 "feature.shareFranz.action.facebook": "Share on Facebook", 54 "feature.shareFranz.action.facebook": "Jaa Facebookissa",
55 "feature.shareFranz.action.twitter": "Share on Twitter", 55 "feature.shareFranz.action.twitter": "Jaa Twitterissä",
56 "feature.shareFranz.headline": "Ferdi is better together!", 56 "feature.shareFranz.headline": "Ferdi on parempi yhdessä!",
57 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 57 "feature.shareFranz.shareText.email": "Lisäsin Ferdiin {count} palvelun! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com",
58 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 58 "feature.shareFranz.shareText.twitter": "Olen lisännyt {count} palvelua Ferdiin! Hanki ilmainen sovellus WhatsAppille, Messengerille, Slackille, Skypelle ja muille palveluille osoitteessa www.getferdi.com /cc @FerdiMessenger",
59 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 59 "feature.shareFranz.text": "Kerro ystävillesi ja kollegoille, kuinka Ferdi on mahtava ja auta meitä levittämään sanaa eteenpäin.",
60 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!", 60 "feature.todos.premium.info": "Ferdi Todos on saatavilla nyt premium-käyttäjille!",
61 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.", 61 "feature.todos.premium.rollout": "Kaikkien muiden on odotettava hieman kauemmin.",
62 "feature.todos.premium.upgrade": "Upgrade Account", 62 "feature.todos.premium.upgrade": "Päivitä tili",
63 "feature.trialStatusBar.cta": "Upgrade now", 63 "feature.trialStatusBar.cta": "Upgrade now",
64 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.", 64 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
65 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free", 65 "feature.trialStatusBar.fullscreen.dialog.cta.downgrade": "Downgrade to Free",
@@ -67,153 +67,153 @@
67 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.", 67 "feature.trialStatusBar.fullscreen.dialog.message": "You're about to downgrade to our Free account. Are you sure? Click here instead to get more services and functionality for just {currency}{price} a month.",
68 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan", 68 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
69 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.", 69 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
70 "global.api.unhealthy": "Can't connect to Ferdi online services", 70 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä",
71 "global.franzProRequired": "Ferdi Professional Required", 71 "global.franzProRequired": "Vaatii Ferdi Professionalin",
72 "global.notConnectedToTheInternet": "You are not connected to the internet.", 72 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.",
73 "global.spellchecker.useDefault": "Use System Default ({default})", 73 "global.spellchecker.useDefault": "ytä järjestelmän oletusasetusta ({default})",
74 "global.spellchecking.autodetect": "Detect language automatically", 74 "global.spellchecking.autodetect": "Tunnista kieli automaattisesti",
75 "global.spellchecking.autodetect.short": "Automatic", 75 "global.spellchecking.autodetect.short": "Automaattinen",
76 "global.spellchecking.language": "Spell checking language", 76 "global.spellchecking.language": "Oikeinkirjoituksen tarkistuskieli",
77 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 77 "global.upgradeButton.upgradeToPro": "Päivitä Ferdi Professionaliin",
78 "import.headline": "Import your Ferdi 4 services", 78 "import.headline": "Tuo Ferdin 4 palveluasi",
79 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 79 "import.notSupportedHeadline": "Palvelut eivät vie tue Ferdi 5-versiota",
80 "import.skip.label": "I want to add services manually", 80 "import.skip.label": "Haluan lisätä palvelut manuaalisesti",
81 "import.submit.label": "Import services", 81 "import.submit.label": "Tuo palveluita",
82 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 82 "infobar.authRequestFailed": "Todennuspyynnön suoritamisessa tapahtui virhe. Jos tämä virhe toistuu, ole hyvä ja yritä kirjautua ulos. Kirjaudu sen jälkeen uudestaan sisälle.",
83 "infobar.buttonChangelog": "What is new?", 83 "infobar.buttonChangelog": "Mi uutta?",
84 "infobar.buttonInstallUpdate": "Restart & install update", 84 "infobar.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys",
85 "infobar.buttonReloadServices": "Reload services", 85 "infobar.buttonReloadServices": "Lataa palvelut uudestaan",
86 "infobar.requiredRequestsFailed": "Could not load services and user information", 86 "infobar.requiredRequestsFailed": "Palveluja ja käyttäjätietoja ei voitu ladata",
87 "infobar.servicesUpdated": "Your services have been updated.", 87 "infobar.servicesUpdated": "Palvelusi on päivitetty.",
88 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!", 88 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
89 "infobar.updateAvailable": "A new update for Ferdi is available.", 89 "infobar.updateAvailable": "Ferdille on saatavana uusi päivitys.",
90 "invite.email.label": "Email address", 90 "invite.email.label": "Sähköpostiosoite",
91 "invite.headline.friends": "Invite 3 of your friends or colleagues", 91 "invite.headline.friends": "Kutsu 3 ystävääsi tai kollegaasi",
92 "invite.name.label": "Name", 92 "invite.name.label": "Nimi",
93 "invite.skip.label": "I want to do this later", 93 "invite.skip.label": "Haluan tehdä tämän myöhemmin",
94 "invite.submit.label": "Send invites", 94 "invite.submit.label": "Lähe kutsuja",
95 "invite.successInfo": "Invitations sent successfully", 95 "invite.successInfo": "Kutsut lähetetty onnistuneesti",
96 "locked.headline": "Locked", 96 "locked.headline": "Lukittu",
97 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.", 97 "locked.info": "Ferdi on tällä hetkellä lukittu. Nähdäksesi viestit avaa Ferdi salasanallasi.",
98 "locked.invalidCredentials": "Password invalid", 98 "locked.invalidCredentials": "Virheellinen salasana",
99 "locked.password.label": "Password", 99 "locked.password.label": "Salasana",
100 "locked.submit.label": "Unlock", 100 "locked.submit.label": "Avaa lukitus",
101 "locked.touchId": "Unlock with Touch ID", 101 "locked.touchId": "Avaa lukitusTouch ID:llä",
102 "locked.touchIdPrompt": "unlock via Touch ID", 102 "locked.touchIdPrompt": "avaa lukitusTouch ID:llä",
103 "locked.unlockWithPassword": "Unlock with Password", 103 "locked.unlockWithPassword": "Avaa salasanalla",
104 "login.changeServer": "Change server", 104 "login.changeServer": "Vaihda palvelinta",
105 "login.customServerQuestion": "Using a custom Ferdi server?", 105 "login.customServerQuestion": "Käytätkö kirjautumiseen Franz-tiliä?",
106 "login.customServerSuggestion": "Try importing your Franz account", 106 "login.customServerSuggestion": "Yritä tuoda Franz-tilisi Ferdiin",
107 "login.email.label": "Email address", 107 "login.email.label": "Sähköpostiosoite",
108 "login.headline": "Sign in", 108 "login.headline": "Kirjaudu sisään",
109 "login.invalidCredentials": "Email or password not valid", 109 "login.invalidCredentials": "Sähköpostiosoite tai salasana ei kelpaa",
110 "login.link.password": "Reset password", 110 "login.link.password": "Nollaa salasana",
111 "login.link.signup": "Create a free account", 111 "login.link.signup": "Luo ilmainen tili",
112 "login.password.label": "Password", 112 "login.password.label": "Salasana",
113 "login.serverLogout": "Your session expired, please login again.", 113 "login.serverLogout": "Istuntosi on vanhentunut. Kirjaudu uudelleen sisään.",
114 "login.submit.label": "Sign in", 114 "login.submit.label": "Kirjaudu sisään",
115 "login.tokenExpired": "Your session expired, please login again.", 115 "login.tokenExpired": "Istuntosi on vanhentunut. Kirjaudu uudelleen sisään.",
116 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 116 "menu.Todoss.closeTodosDrawer": "Sulje Todos-valikko",
117 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 117 "menu.Todoss.openTodosDrawer": "Avaa Todos-valikko",
118 "menu.app.about": "About Ferdi", 118 "menu.app.about": "Tietoja Ferdistä",
119 "menu.app.announcement": "What's new?", 119 "menu.app.announcement": "Mitä uutta?",
120 "menu.app.autohideMenuBar": "Auto-hide menu bar", 120 "menu.app.autohideMenuBar": "Piilota valikko automaattisesti",
121 "menu.app.checkForUpdates": "Check for updates", 121 "menu.app.checkForUpdates": "Tarkista päivitykset",
122 "menu.app.hide": "Hide", 122 "menu.app.hide": "Piilota",
123 "menu.app.hideOthers": "Hide Others", 123 "menu.app.hideOthers": "Piilota muut",
124 "menu.app.quit": "Quit", 124 "menu.app.quit": "Lopeta",
125 "menu.app.settings": "Settings", 125 "menu.app.settings": "Asetukset",
126 "menu.app.unhide": "Unhide", 126 "menu.app.unhide": "Näytä",
127 "menu.edit": "Edit", 127 "menu.edit": "Muokkaa",
128 "menu.edit.copy": "Copy", 128 "menu.edit.copy": "Kopioi",
129 "menu.edit.cut": "Cut", 129 "menu.edit.cut": "Leikkaa",
130 "menu.edit.delete": "Delete", 130 "menu.edit.delete": "Poista",
131 "menu.edit.emojiSymbols": "Emoji & Symbols", 131 "menu.edit.emojiSymbols": "Emoji & Symbolit",
132 "menu.edit.findInPage": "Find in Page", 132 "menu.edit.findInPage": "Etsi sivulta",
133 "menu.edit.paste": "Paste", 133 "menu.edit.paste": "Liitä",
134 "menu.edit.pasteAndMatchStyle": "Paste And Match Style", 134 "menu.edit.pasteAndMatchStyle": "Liitä ja yhdistä tyyli",
135 "menu.edit.redo": "Redo", 135 "menu.edit.redo": "Tee uudelleen",
136 "menu.edit.selectAll": "Select All", 136 "menu.edit.selectAll": "Valitse kaikki",
137 "menu.edit.speech": "Speech", 137 "menu.edit.speech": "Puhe",
138 "menu.edit.startDictation": "Start Dictation", 138 "menu.edit.startDictation": "Aloita sanelu",
139 "menu.edit.startSpeaking": "Start Speaking", 139 "menu.edit.startSpeaking": "Aloita puhuminen",
140 "menu.edit.stopSpeaking": "Stop Speaking", 140 "menu.edit.stopSpeaking": "Lopeta puhuminen",
141 "menu.edit.undo": "Undo", 141 "menu.edit.undo": "Kumoa",
142 "menu.file": "File", 142 "menu.file": "Tiedosto",
143 "menu.help": "Help", 143 "menu.help": "Ohje",
144 "menu.help.changelog": "Changelog", 144 "menu.help.changelog": "Muutosloki",
145 "menu.help.debugInfo": "Copy Debug Information", 145 "menu.help.debugInfo": "Kopioi virheraportin tiedot",
146 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 146 "menu.help.debugInfoCopiedBody": "Virheraportin tiedot on kopioitu leikepöydälle.",
147 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 147 "menu.help.debugInfoCopiedHeadline": "Ferdi virheraportin tiedot",
148 "menu.help.learnMore": "Learn More", 148 "menu.help.learnMore": "Lue lisää",
149 "menu.help.privacy": "Privacy Statement", 149 "menu.help.privacy": "Tietosuojalauseke",
150 "menu.help.publishDebugInfo": "Publish Debug Information", 150 "menu.help.publishDebugInfo": "Julkaise virheraportin tiedot",
151 "menu.help.support": "Support", 151 "menu.help.support": "Tuki",
152 "menu.help.tos": "Terms of Service", 152 "menu.help.tos": "Käyttöehdot",
153 "menu.services": "Services", 153 "menu.services": "Palvelut",
154 "menu.services.activatePreviousService": "Activate previous service", 154 "menu.services.activatePreviousService": "Aktivoi edellinen palvelu",
155 "menu.services.addNewService": "Add New Service...", 155 "menu.services.addNewService": "Lisää uusi Palvelu...",
156 "menu.services.goHome": "Home", 156 "menu.services.goHome": "Etusivu",
157 "menu.services.setNextServiceActive": "Activate next service", 157 "menu.services.setNextServiceActive": "Aktivoi seuraava palvelu",
158 "menu.todos": "Todos", 158 "menu.todos": "Todos-tehtävät",
159 "menu.todos.enableTodos": "Enable Todos", 159 "menu.todos.enableTodos": "Ota Todos käyttöön",
160 "menu.view": "View", 160 "menu.view": "Katso",
161 "menu.view.back": "Back", 161 "menu.view.back": "Takaisin",
162 "menu.view.enterFullScreen": "Enter Full Screen", 162 "menu.view.enterFullScreen": "Siirry koko näyttöön",
163 "menu.view.exitFullScreen": "Exit Full Screen", 163 "menu.view.exitFullScreen": "Poistu koko näytön tilasta",
164 "menu.view.forward": "Forward", 164 "menu.view.forward": "Eteenpäin",
165 "menu.view.lockFerdi": "Lock Ferdi", 165 "menu.view.lockFerdi": "Lukitse Ferdi",
166 "menu.view.openQuickSwitch": "Open Quick Switch", 166 "menu.view.openQuickSwitch": "Avaa Pikavalinta",
167 "menu.view.reloadFranz": "Reload Ferdi", 167 "menu.view.reloadFranz": "Lataa Ferdi uudestaan",
168 "menu.view.reloadService": "Reload Service", 168 "menu.view.reloadService": "Lataa Palvelu uudelleen",
169 "menu.view.resetZoom": "Actual Size", 169 "menu.view.resetZoom": "Nykyinen koko",
170 "menu.view.toggleDarkMode": "Toggle Dark Mode", 170 "menu.view.toggleDarkMode": "Vaihda Tummaan tilaan",
171 "menu.view.toggleDevTools": "Toggle Developer Tools", 171 "menu.view.toggleDevTools": "Vaihda Kehittäjän työkaluun",
172 "menu.view.toggleFullScreen": "Toggle Full Screen", 172 "menu.view.toggleFullScreen": "Vaihda koko ruututilaan",
173 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools", 173 "menu.view.toggleServiceDevTools": "Vaihda Palvelun kehittäjän työkaluun",
174 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools", 174 "menu.view.toggleTodosDevTools": "Vaihda Todon Kehittäjän työkalut",
175 "menu.view.zoomIn": "Zoom In", 175 "menu.view.zoomIn": "Lähen",
176 "menu.view.zoomOut": "Zoom Out", 176 "menu.view.zoomOut": "Loitonna",
177 "menu.window": "Window", 177 "menu.window": "Ikkuna",
178 "menu.window.close": "Close", 178 "menu.window.close": "Sulje",
179 "menu.window.minimize": "Minimize", 179 "menu.window.minimize": "Pienennä",
180 "menu.workspaces": "Workspaces", 180 "menu.workspaces": "Työtilat",
181 "menu.workspaces.addNewWorkspace": "Add New Workspace...", 181 "menu.workspaces.addNewWorkspace": "Lisää Uusi Työtila...",
182 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer", 182 "menu.workspaces.closeWorkspaceDrawer": "Sulje työtilan valikko",
183 "menu.workspaces.defaultWorkspace": "All services", 183 "menu.workspaces.defaultWorkspace": "Kaikki palvelut",
184 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 184 "menu.workspaces.openWorkspaceDrawer": "Avaa työtilan valikko",
185 "password.email.label": "Email address", 185 "password.email.label": "Sähköpostiosoite",
186 "password.headline": "Reset password", 186 "password.headline": "Nollaa salasana",
187 "password.link.login": "Sign in to your account", 187 "password.link.login": "Kirjaudu tilillesi",
188 "password.link.signup": "Create a free account", 188 "password.link.signup": "Luo ilmainen tili",
189 "password.noUser": "No user with that email address was found", 189 "password.noUser": "Tälle hköpostiosoiteelle ei löytynyt käyttäjää",
190 "password.submit.label": "Submit", 190 "password.submit.label": "Jatka",
191 "password.successInfo": "Please check your email", 191 "password.successInfo": "Ole hyvä ja tarkista hköpostisi",
192 "premiumFeature.button.upgradeAccount": "Upgrade account", 192 "premiumFeature.button.upgradeAccount": "Päivitä tili",
193 "pricing.features.accountSync": "Account Synchronisation", 193 "pricing.features.accountSync": "Tilin Synkronointi",
194 "pricing.features.adFree": "Forever ad-free", 194 "pricing.features.adFree": "Ikuisesti mainosvapaa",
195 "pricing.features.appDelays": "No Waiting Screens", 195 "pricing.features.appDelays": "Ei Odotus-näyttöjä",
196 "pricing.features.appDelaysEnabled": "Occasional Waiting Screens", 196 "pricing.features.appDelaysEnabled": "Satunnaisesti Odotus-näyttöjä",
197 "pricing.features.customWebsites": "Add Custom Websites", 197 "pricing.features.customWebsites": "Lisää mukautettuja sivustoja",
198 "pricing.features.desktopNotifications": "Desktop Notifications", 198 "pricing.features.desktopNotifications": "Työpöytäilmoitukset",
199 "pricing.features.onPremise": "On-premise & other Hosted Services", 199 "pricing.features.onPremise": "Toimitila ja muut Hosting-palvelut",
200 "pricing.features.recipes": "Choose from more than 70 Services", 200 "pricing.features.recipes": "Valitse yli 70 Palvelusta",
201 "pricing.features.serviceProxies": "Service Proxies", 201 "pricing.features.serviceProxies": "Palveluiden Välityspalvelimet",
202 "pricing.features.spellchecker": "Spellchecker support", 202 "pricing.features.spellchecker": "Oikoluvun tuki",
203 "pricing.features.teamManagement": "Team Management", 203 "pricing.features.teamManagement": "Tiimin Hallinta",
204 "pricing.features.thirdPartyServices": "Install 3rd party services", 204 "pricing.features.thirdPartyServices": "Asenna kolmannen osapuolen palveluita",
205 "pricing.features.unlimitedServices": "Add unlimited services", 205 "pricing.features.unlimitedServices": "Lisää rajattomat palvelut",
206 "pricing.features.upToSixServices": "Add up to 6 services", 206 "pricing.features.upToSixServices": "Lisää enintään 6 palvelua",
207 "pricing.features.upToThreeServices": "Add up to 3 services", 207 "pricing.features.upToThreeServices": "Lisää enintään 3 palvelua",
208 "pricing.features.workspaces": "Workspaces", 208 "pricing.features.workspaces": "Työtilat",
209 "pricing.plan.free": "Ferdi Free", 209 "pricing.plan.free": "Ferdi Free",
210 "pricing.plan.legacy": "Ferdi Premium", 210 "pricing.plan.legacy": "Ferdi Premium",
211 "pricing.plan.personal": "Ferdi Personal", 211 "pricing.plan.personal": "Ferdi Personal",
212 "pricing.plan.personal-monthly": "Ferdi Personal Monthly", 212 "pricing.plan.personal-monthly": "Ferdi Personal kuukausittain",
213 "pricing.plan.personal-yearly": "Ferdi Personal Yearly", 213 "pricing.plan.personal-yearly": "Ferdi Personal vuosittain",
214 "pricing.plan.pro": "Ferdi Professional", 214 "pricing.plan.pro": "Ferdi Professional",
215 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 215 "pricing.plan.pro-monthly": "Ferdi Professional kuukausittain",
216 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 216 "pricing.plan.pro-yearly": "Ferdi Professional vuosittain",
217 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 217 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
218 "pricing.trial.cta.skip": "Continue to Ferdi", 218 "pricing.trial.cta.skip": "Continue to Ferdi",
219 "pricing.trial.cta.start": "Start using Ferdi", 219 "pricing.trial.cta.start": "Start using Ferdi",
@@ -227,323 +227,324 @@
227 "pricing.trial.terms.headline": "No strings attached", 227 "pricing.trial.terms.headline": "No strings attached",
228 "pricing.trial.terms.noCreditCard": "No credit card required", 228 "pricing.trial.terms.noCreditCard": "No credit card required",
229 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)", 229 "pricing.trial.terms.trialWorth": "Free trial (normally {currency}{price} per month)",
230 "service.crashHandler.action": "Reload {name}", 230 "service.crashHandler.action": "Lataa uudestaan {name}",
231 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 231 "service.crashHandler.autoReload": "Yritetään palauttaa {name} automaattisesti {seconds} sekunnin kuluttua",
232 "service.crashHandler.headline": "Oh no!", 232 "service.crashHandler.headline": "Voi ei!",
233 "service.crashHandler.text": "{name} has caused an error.", 233 "service.crashHandler.text": "{name} on aiheuttanut virheen.",
234 "service.disabledHandler.action": "Enable {name}", 234 "service.disabledHandler.action": "Ota käyttöön {name}",
235 "service.disabledHandler.headline": "{name} is disabled", 235 "service.disabledHandler.headline": "{name} on poistettu käytöstä",
236 "service.errorHandler.action": "Reload {name}", 236 "service.errorHandler.action": "Lataa uudestaan {name}",
237 "service.errorHandler.editAction": "Edit {name}", 237 "service.errorHandler.editAction": "Muokkaa {name}",
238 "service.errorHandler.headline": "Oh no!", 238 "service.errorHandler.headline": "Voi ei!",
239 "service.errorHandler.message": "Error", 239 "service.errorHandler.message": "Virhe",
240 "service.errorHandler.text": "{name} has failed to load.", 240 "service.errorHandler.text": "{name} lataus eonnistui.",
241 "service.restrictedHandler.action": "Upgrade Account", 241 "service.restrictedHandler.action": "Päivitä tili",
242 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 242 "service.restrictedHandler.customUrl.headline": "Vaaditaan Ferdi Professional Plan",
243 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 243 "service.restrictedHandler.customUrl.text": "Ole hyvä ja päivitä Ferdi Professional Plan käyttääksesi omia Url-osoitteita ja itse isännöityjä palveluita.",
244 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 244 "service.restrictedHandler.serviceLimit.headline": "Olet saavuttanut palvelusi enimismäärän.",
245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 245 "service.restrictedHandler.serviceLimit.text": "Ole hyvä ja päivitä tilisi käyttääksesi enemmän kuin {count} palvelua.",
246 "service.webviewLoader.loading": "Loading {service}", 246 "service.webviewLoader.loading": "Ladataan {service}",
247 "services.getStarted": "Get started", 247 "services.getStarted": "Aloita",
248 "services.login": "Please login to use Ferdi.", 248 "services.login": "Kirjaudu sisään käyttääksesi Ferdiä.",
249 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 249 "services.serverInfo": "Vaihtoehtoisesti voit vaihtaa Ferdi palvelimen klikkaamalla ratasta vasemmassa alakulmassa.",
250 "services.serverless": "Use Ferdi without an Account", 250 "services.serverless": "Käytä Ferdia ilman tiliä",
251 "services.welcome": "Welcome to Ferdi", 251 "services.welcome": "Tervetuloa Ferdiin",
252 "settings.account.account.editButton": "Edit account", 252 "settings.account.account.editButton": "Muokkaa tiliä",
253 "settings.account.accountType.basic": "Basic Account", 253 "settings.account.accountType.basic": "Perustili",
254 "settings.account.accountType.premium": "Premium Supporter Account", 254 "settings.account.accountType.premium": "Premium Supporter-tili",
255 "settings.account.accountUnavailable": "Account is unavailable", 255 "settings.account.accountUnavailable": "Tili ei ole käytettävissä",
256 "settings.account.accountUnavailableInfo": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.", 256 "settings.account.accountUnavailableInfo": "Käytät Ferdia ilman tiliä. Jos haluat käyttää Ferdia tilin kanssa ja pitää palvelusi synkronoituna kaikissa asennuksissa, valitse Asetukset-välilehdessä palvelin ja kirjaudu sisään.",
257 "settings.account.buttonSave": "Update profile", 257 "settings.account.buttonSave": "Päivitä profiili",
258 "settings.account.deleteAccount": "Delete account", 258 "settings.account.deleteAccount": "Poista tili",
259 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 259 "settings.account.deleteEmailSent": "Olet saanut sähköpostiviestissä linkin, jonka kautta voit vahvistaa tilisi poistamisen. Tiliäsi ja tietoja ei voi palauttaa!",
260 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 260 "settings.account.deleteInfo": "Jos et enää tarvitse Ferdi-tiliäsi, voit poistaa tilisi ja kaikki siihen liittyvät tiedot täältä.",
261 "settings.account.headline": "Account", 261 "settings.account.headline": "Tili",
262 "settings.account.headlineAccount": "Account information", 262 "settings.account.headlineAccount": "Tilin tiedot",
263 "settings.account.headlineDangerZone": "Danger Zone", 263 "settings.account.headlineDangerZone": "Vaaravyöhyke",
264 "settings.account.headlineInvoices": "Invoices", 264 "settings.account.headlineInvoices": "Laskut",
265 "settings.account.headlinePassword": "Change password", 265 "settings.account.headlinePassword": "Vaihda salasana",
266 "settings.account.headlineProfile": "Update profile", 266 "settings.account.headlineProfile": "Päivitä profiili",
267 "settings.account.headlineSubscription": "Your subscription", 267 "settings.account.headlineSubscription": "Tilauksesi",
268 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 268 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
269 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 269 "settings.account.headlineUpgradeAccount": "Päivitä tilisi niin saat täydellisen Ferdi-kokemuksen",
270 "settings.account.invoiceDownload": "Download", 270 "settings.account.invoiceDownload": "Lataa",
271 "settings.account.manageSubscription.label": "Manage your subscription", 271 "settings.account.manageSubscription.label": "Hallinnoi tilaustasi",
272 "settings.account.successInfo": "Your changes have been saved", 272 "settings.account.successInfo": "Tekemäsi muutokset on tallennettu",
273 "settings.account.trial": "Free Trial", 273 "settings.account.trial": "Free Trial",
274 "settings.account.trialEndsIn": "Your free trial ends in {duration}.", 274 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
275 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 275 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
276 "settings.account.tryReloadServices": "Try again", 276 "settings.account.tryReloadServices": "Yritä uudelleen",
277 "settings.account.tryReloadUserInfoRequest": "Try again", 277 "settings.account.tryReloadUserInfoRequest": "Yritä uudelleen",
278 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 278 "settings.account.upgradeToPro.label": "Päivitä Ferdi Professionaliin",
279 "settings.account.userInfoRequestFailed": "Could not load user information", 279 "settings.account.userInfoRequestFailed": "Käyttäjätietoja ei voitu ladata",
280 "settings.account.yourLicense": "Your Ferdi License", 280 "settings.account.yourLicense": "Sinun Ferdi-lisenssi",
281 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)", 281 "settings.app.accentColorInfo": "Käytä korostusvärinäsi CSS-yhteensopivaa muotoa. (Oletus: #7367f0)",
282 "settings.app.buttonClearAllCache": "Clear cache", 282 "settings.app.buttonClearAllCache": "Tyhjennä välimuisti",
283 "settings.app.buttonInstallUpdate": "Restart & install update", 283 "settings.app.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys",
284 "settings.app.buttonSearchForUpdate": "Check for updates", 284 "settings.app.buttonSearchForUpdate": "Tarkista päivitykset",
285 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 285 "settings.app.cacheInfo": "Ferdi välimuisti käyttää tällä hetkellä {size} levytilaa.",
286 "settings.app.cacheNotCleared": "Couldn't clear all cache", 286 "settings.app.cacheNotCleared": "Kaikkia väliaikaistiedostoja ei voitu poistaa",
287 "settings.app.currentVersion": "Current version:", 287 "settings.app.currentVersion": "Nykyinen versio:",
288 "settings.app.form.accentColor": "Accent color", 288 "settings.app.form.accentColor": "Korostusväri",
289 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 289 "settings.app.form.adaptableDarkMode": "Synkronoi tumma tila käyttöjärjestelmäni tumman tilan kanssa",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Näytä aina työtilan valikko",
291 "settings.app.form.autoLaunchInBackground": "Open in background", 291 "settings.app.form.autoLaunchInBackground": "Käynnistä taustalla",
292 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 292 "settings.app.form.autoLaunchOnStart": "Käynnistä Ferdi käynnistettäessä",
293 "settings.app.form.automaticUpdates": "Enable updates", 293 "settings.app.form.automaticUpdates": "Salli päivitykset",
294 "settings.app.form.beta": "Include beta versions", 294 "settings.app.form.beta": "Sisällytä beta-versiot",
295 "settings.app.form.customTodoServer": "Custom Todo Server", 295 "settings.app.form.customTodoServer": "Mukautettu Todo-Palvelin",
296 "settings.app.form.darkMode": "Enable dark mode", 296 "settings.app.form.darkMode": "Ota tumma tila käyttöön",
297 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 297 "settings.app.form.enableGPUAcceleration": "Ota Gpu-kiihdytys käyttöön",
298 "settings.app.form.enableLock": "Enable Password Lock", 298 "settings.app.form.enableLock": "Ota Salasanan lukitus käyttöön",
299 "settings.app.form.enableSpellchecking": "Enable spell checking", 299 "settings.app.form.enableSpellchecking": "Ota oikoluku käyttöön",
300 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 300 "settings.app.form.enableSystemTray": "Näytä Ferdi ilmoitusalueella",
301 "settings.app.form.enableTodos": "Enable Ferdi Todos", 301 "settings.app.form.enableTodos": "Ota Ferdi Todos käyttöön",
302 "settings.app.form.hibernate": "Enable service hibernation", 302 "settings.app.form.hibernate": "Ota horrostila käyttöön",
303 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 303 "settings.app.form.hibernateOnStartup": "Pidä palvelut horrostilassa käynnistettäessä",
304 "settings.app.form.hibernationStrategy": "Hibernation strategy", 304 "settings.app.form.hibernationStrategy": "Horrostila-suunnitelma",
305 "settings.app.form.iconSize": "Service icon size", 305 "settings.app.form.iconSize": "Palvelun kuvakkeen koko",
306 "settings.app.form.inactivityLock": "Lock after inactivity", 306 "settings.app.form.inactivityLock": "Lukitse käyttämättömyyden jälkeen",
307 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 307 "settings.app.form.keepAllWorkspacesLoaded": "Pidä kaikki työtilat ladattuna",
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Kieli",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Salasana",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Pienennä Ferdi ilmoitusalueelle",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 312 "settings.app.form.navigationBarBehaviour": "Navigointipalkin käyttäytyminen",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 313 "settings.app.form.predefinedTodoServer": "Todo Palvelin",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 314 "settings.app.form.privateNotifications": "Älä näytä viestin sisältöä ilmoituksissa",
315 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 315 "settings.app.form.notifyTaskBarOnMessage": "Ilmoita tehtäväpalkkissa/Dockissa uudesta viestistä",
316 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 316 "settings.app.form.reloadAfterResume": "Lataa Ferdi järjestelmän uudelleenkäynnistymisen jälkeen",
317 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 317 "settings.app.form.runInBackground": "Pidä Ferdi taustalla kun ikkuna suljettaan",
318 "settings.app.form.scheduledDNDEnd": "To", 318 "settings.app.form.scheduledDNDEnabled": "Ota ajoitettu Älä häiritse-tila käyttöön",
319 "settings.app.form.scheduledDNDStart": "From", 319 "settings.app.form.scheduledDNDEnd": "Vastaanottaja",
320 "settings.app.form.sentry": "Send telemetry data", 320 "settings.app.form.scheduledDNDStart": "Lähettäjä",
321 "settings.app.form.serviceRibbonWidth": "Sidebar width", 321 "settings.app.form.sentry": "Lähetä telemetriatiedot",
322 "settings.app.form.showDisabledServices": "Display disabled services tabs", 322 "settings.app.form.serviceRibbonWidth": "Valikon leveys",
323 "settings.app.form.showDragArea": "Show draggable area on window", 323 "settings.app.form.showDisabledServices": "Näytä Estetyt palvelut -välilehdet",
324 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 324 "settings.app.form.showDragArea": "Näytä ikkunassa siirrettävä alue",
325 "settings.app.form.startMinimized": "Start minimized", 325 "settings.app.form.showMessagesBadgesWhenMuted": "Näytä merkki lukemattomasta viestistä kun ilmoitukset on poistettu käytöstä",
326 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 326 "settings.app.form.startMinimized": "Käynnistä pienennettynä",
327 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 327 "settings.app.form.universalDarkMode": "Ota käyttöön yleinen tumma tila",
328 "settings.app.form.useVerticalStyle": "Use vertical style", 328 "settings.app.form.useTouchIdToUnlock": "Salli TouchID:n käyttö Ferdin avaamiseksi",
329 "settings.app.headline": "Settings", 329 "settings.app.form.useVerticalStyle": "Käytä pystysuoraa tyyliä",
330 "settings.app.headlineAdvanced": "Advanced", 330 "settings.app.headline": "Asetukset",
331 "settings.app.headlineAppearance": "Appearance", 331 "settings.app.headlineAdvanced": "Lisäasetukset",
332 "settings.app.headlineGeneral": "General", 332 "settings.app.headlineAppearance": "Ulkoasu",
333 "settings.app.headlineLanguage": "Language", 333 "settings.app.headlineGeneral": "Yleinen",
334 "settings.app.headlineUpdates": "Updates", 334 "settings.app.headlineLanguage": "Kieli",
335 "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.", 335 "settings.app.headlineUpdates": "Päivitykset",
336 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 336 "settings.app.hibernateInfo": "Oletuksena Ferdi pitää kaikki palvelut auki ja ladattuna taustalla, joten ne ovat valmiina, kun haluat käyttää niitä. Horrostila sammuttaa palveluita tietyn jakson jälkeen. Tämä kätevä toimino säästää RAM-muistia tai estää palveluita hidastamasta tietokonetta.",
337 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 337 "settings.app.inactivityLockInfo": "Minuutin käyttämättömyyden jälkeen Ferdi lukkiutuu automaattisesti. Käytä arvoa 0 poistaaksesi toiminnon käytöstä",
338 "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.", 338 "settings.app.languageDisclaimer": "Viralliset käännökset ovat englanti ja saksa. Kaikki muut kielet ovat yhteisön kääntämiä.",
339 "settings.app.lockedPassword": "Password", 339 "settings.app.lockInfo": "Salasanalukitus pitää viestisi suojattuna.\nKäyttämällä salasanalukitusta, sinua pyydetään syöttämään salasanasi joka kerta kun käynnistät Ferdin tai lukitset Ferdin lukitussymbolin avulla vasemmassa alakulmassa tai näppäinyhdistelmällä CMD/CTRL+Shift+L.",
340 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 340 "settings.app.lockedPassword": "Salasana",
341 "settings.app.restartRequired": "Changes require restart", 341 "settings.app.lockedPasswordInfo": "Varmista, että luot salasanan, jonka muistat.\nJos hukkaat tämän salasanan, sinun täytyy asentaa Ferdi uudelleen.",
342 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 342 "settings.app.restartRequired": "Muutokset vaativat uudelleenkäynnistyksen",
343 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 343 "settings.app.scheduledDNDInfo": "Ajastetun Älä häiritse-tilan avulla voit määritellä ajanjakson, jonka aikana et halua saada ilmoituksia Ferdistä.",
344 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data! Changing this option requires you to restart Ferdi.", 344 "settings.app.scheduledDNDTimeInfo": "Ajastin 24 tunnin järjestelmässä. Kun Älä häiritse-tila otetaan yöksi käyttöön, päättymisaika voi olla ennen alkamisaikaa (esim. alku 17:00, loppu 09:00).",
345 "settings.app.spellCheckerLanguageInfo": "Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 345 "settings.app.sentryInfo": "Telemetriatiedon lähettäminen antaa meille mahdollisuudet löytää virheitä Ferdistä - emme lähetä mitään henkilökohtaisia tietoja, kuten viestitietoja! Tämän vaihtoehdon muuttaminen edellyttää, että käynnistät Ferdin uudelleen.",
346 "settings.app.subheadlineCache": "Cache", 346 "settings.app.spellCheckerLanguageInfo": "Ferdi käyttää Macin sisäänrakennettua oikolukua tarkastaessaan kirjoitusvirheitä. Jos haluat muuttaa tarkastettavaa kieltä, voit tehdä sen Macin järjestelmän asetuksissa.",
347 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 347 "settings.app.subheadlineCache": "Välimuisti",
348 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 348 "settings.app.todoServerInfo": "Tätä palvelinta käytetään \"Ferdi Todo\" -toiminnossa.",
349 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 349 "settings.app.translationHelp": "Auta meitä kääntämään Ferdi omalle kielellesi.",
350 "settings.app.updateStatusAvailable": "Update available, downloading...", 350 "settings.app.universalDarkModeInfo": "Yleinen Tumma-tila yrittää luoda palveluille tyylejä, joita ei tueta tällä hetkellä.",
351 "settings.app.updateStatusSearching": "Is searching for update", 351 "settings.app.updateStatusAvailable": "Päivitys saatavilla, ladataan...",
352 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 352 "settings.app.updateStatusSearching": "Etsii päivityksiä",
353 "settings.invite.headline": "Invite Friends", 353 "settings.app.updateStatusUpToDate": "Käytät Ferdin viimeisintä versiota",
354 "settings.navigation.account": "Account", 354 "settings.invite.headline": "Kutsu ystäviä",
355 "settings.navigation.availableServices": "Available services", 355 "settings.navigation.account": "Tili",
356 "settings.navigation.logout": "Logout", 356 "settings.navigation.availableServices": "Käytettävissä olevat palvelut",
357 "settings.navigation.settings": "Settings", 357 "settings.navigation.logout": "Kirjaudu ulos",
358 "settings.navigation.supportFerdi": "About Ferdi", 358 "settings.navigation.settings": "Asetukset",
359 "settings.navigation.team": "Manage Team", 359 "settings.navigation.supportFerdi": "Tietoja Ferdistä",
360 "settings.navigation.yourServices": "Your services", 360 "settings.navigation.team": "Hallinnoi tiimiä",
361 "settings.navigation.yourWorkspaces": "Your workspaces", 361 "settings.navigation.yourServices": "Sinun palvelusi",
362 "settings.recipes.all": "All services", 362 "settings.navigation.yourWorkspaces": "Sinun työtilasi",
363 "settings.recipes.custom": "Custom Services", 363 "settings.recipes.all": "Kaikki palvelut",
364 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 364 "settings.recipes.custom": "Mukautetut Palvelut",
365 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 365 "settings.recipes.customService.headline.communityRecipes": "Yhteisön Kolmannen osapuolen Ohjeet",
366 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 366 "settings.recipes.customService.headline.customRecipes": "Kolmannen osapuolen ohjeet",
367 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:", 367 "settings.recipes.customService.headline.devRecipes": "Ohjeet palvelun kehittämiseen",
368 "settings.recipes.customService.openDevDocs": "Developer Documentation", 368 "settings.recipes.customService.intro": "Jos haluat lisätä mukautetun palvelun, kopioi palvelun ohje:",
369 "settings.recipes.customService.openFolder": "Open folder", 369 "settings.recipes.customService.openDevDocs": "Ohjelmoijan dokumentaatio",
370 "settings.recipes.headline": "Available services", 370 "settings.recipes.customService.openFolder": "Avaa kansio",
371 "settings.recipes.missingService": "Missing a service?", 371 "settings.recipes.headline": "Käytettävissä olevat palvelut",
372 "settings.recipes.mostPopular": "Most popular", 372 "settings.recipes.missingService": "Palvelu puuttuu?",
373 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 373 "settings.recipes.mostPopular": "Suosituin",
374 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 374 "settings.recipes.nothingFound": "Pahoittelut, mutta palvelu ei täsmää hakutermiisi - mutta voit todennäköisesti lisätä sen silti käyttämällä \"Mukautettua sivustoa\" -vaihtoehtoa:",
375 "settings.searchService": "Search service", 375 "settings.recipes.servicesSuccessfulAddedInfo": "Palvelu lisätty onnistuneesti",
376 "settings.service.error.goBack": "Back to services", 376 "settings.searchService": "Hae palvelua",
377 "settings.service.error.headline": "Error", 377 "settings.service.error.goBack": "Takaisin palveluihin",
378 "settings.service.error.message": "Could not load service recipe.", 378 "settings.service.error.headline": "Virhe",
379 "settings.service.form.addServiceHeadline": "Add {name}", 379 "settings.service.error.message": "Palvelun ohjetta ei voitu ladata.",
380 "settings.service.form.availableServices": "Available services", 380 "settings.service.form.addServiceHeadline": "Lisää {name}",
381 "settings.service.form.customUrl": "Custom server", 381 "settings.service.form.availableServices": "Käytettävissä olevat palvelut",
382 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 382 "settings.service.form.customUrl": "Mukautettu palvelin",
383 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account", 383 "settings.service.form.customUrlPremiumInfo": "Liittääksesi ylläpitopalveluja, tarvitset Ferdi Premium Supporter -tilin.",
384 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 384 "settings.service.form.customUrlUpgradeAccount": "Päivitä tilisi",
385 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness", 385 "settings.service.form.customUrlValidationError": "Mukautettua {name} palvelinta ei voitu vahvistaa.",
386 "settings.service.form.darkReaderContrast": "Dark Reader Contrast", 386 "settings.service.form.darkReaderBrightness": "Tumman tilan kirkkaus",
387 "settings.service.form.darkReaderSepia": "Dark Reader Sepia", 387 "settings.service.form.darkReaderContrast": "Tumman tilan kontrasti",
388 "settings.service.form.deleteButton": "Delete service", 388 "settings.service.form.darkReaderSepia": "Tumman tilan seepia",
389 "settings.service.form.disableHibernation": "Disable hibernation", 389 "settings.service.form.deleteButton": "Poista palvelu",
390 "settings.service.form.disableHibernationInfo": "You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 390 "settings.service.form.disableHibernation": "Poista horrostila käytöstä",
391 "settings.service.form.editServiceHeadline": "Edit {name}", 391 "settings.service.form.disableHibernationInfo": "Sinulla on tällä hetkellä horrostila käytössä. Käyttämällä tätä vaihtoehtoa voit poistaa horrostilan yksittäisistä palveluista.",
392 "settings.service.form.enableAudio": "Enable audio", 392 "settings.service.form.editServiceHeadline": "Muokkaa {name}",
393 "settings.service.form.enableBadge": "Show unread message badges", 393 "settings.service.form.enableAudio": "Ota ääni käyttöön",
394 "settings.service.form.enableDarkMode": "Enable Dark Mode", 394 "settings.service.form.enableBadge": "Näytä lukemattomat viestit",
395 "settings.service.form.enableNotification": "Enable notifications", 395 "settings.service.form.enableDarkMode": "Ota tumma tila käyttöön",
396 "settings.service.form.enableService": "Enable service", 396 "settings.service.form.enableNotification": "Ota ilmoitukset käyttöön",
397 "settings.service.form.headlineBadges": "Unread message badges", 397 "settings.service.form.enableService": "Ota palvelu käyttöön",
398 "settings.service.form.headlineDarkReaderSettings": "Dark Reader Settings", 398 "settings.service.form.headlineBadges": "Lukemattomat viestit",
399 "settings.service.form.headlineGeneral": "General", 399 "settings.service.form.headlineDarkReaderSettings": "Tumman tilan asetukset",
400 "settings.service.form.headlineNotifications": "Notifications", 400 "settings.service.form.headlineGeneral": "Yleinen",
401 "settings.service.form.icon": "Custom icon", 401 "settings.service.form.headlineNotifications": "Ilmoitukset",
402 "settings.service.form.iconDelete": "Delete", 402 "settings.service.form.icon": "Mukautettu kuvake",
403 "settings.service.form.iconUpload": "Drop your image, or click here", 403 "settings.service.form.iconDelete": "Poista",
404 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 404 "settings.service.form.iconUpload": "Pudota kuva tai klikkaa tästä",
405 "settings.service.form.indirectMessages": "Show message badge for all new messages", 405 "settings.service.form.indirectMessageInfo": "Sinulle ilmoitetaan kaikista kanavan uusista viesteistä, ei vain @username, @channel, @here, ...",
406 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted", 406 "settings.service.form.indirectMessages": "Näytä viestimerkki kaikille uusille viesteille",
407 "settings.service.form.name": "Name", 407 "settings.service.form.isMutedInfo": "Kun poistettu käytöstä, kaikki ilmoitusäänet ja äänentoisto on mykistetty",
408 "settings.service.form.openDarkmodeCss": "Open darkmode.css", 408 "settings.service.form.name": "Nimi",
409 "settings.service.form.openUserCss": "Open user.css", 409 "settings.service.form.openDarkmodeCss": "Avaa darkmode.css",
410 "settings.service.form.openUserJs": "Open user.js", 410 "settings.service.form.openUserCss": "Avaa user.css",
411 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 411 "settings.service.form.openUserJs": "Avaa user.js",
412 "settings.service.form.proxy.host": "Proxy Host/IP", 412 "settings.service.form.proxy.headline": "Http/Https välityspalvelimen asetukset",
413 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 413 "settings.service.form.proxy.host": "Välityspalvelimen Host/IP",
414 "settings.service.form.proxy.isEnabled": "Use Proxy", 414 "settings.service.form.proxy.info": "Välityspalvelimen asetukset eivät synkronoidu Ferdin palvelimiin.",
415 "settings.service.form.proxy.password": "Password (optional)", 415 "settings.service.form.proxy.isEnabled": "Käytä välityspalvelinta",
416 "settings.service.form.proxy.port": "Port", 416 "settings.service.form.proxy.password": "Salasana (valinnainen)",
417 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 417 "settings.service.form.proxy.port": "Portti",
418 "settings.service.form.proxy.user": "User (optional)", 418 "settings.service.form.proxy.restartInfo": "Käynnistä Ferdi välityspalvelimen asetusten vaihtamisen jälkeen.",
419 "settings.service.form.recipeFileInfo": "Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 419 "settings.service.form.proxy.user": "Käyttäjä (valinnainen)",
420 "settings.service.form.saveButton": "Save service", 420 "settings.service.form.recipeFileInfo": "Käyttäjän tiedostot lisätään web-sivulle, jotta voit muokata palveluita millä tahansa tavalla. Käyttäjätiedostot tallennetaan vain paikallisesti eikä niitä siirretä muille tietokoneille käyttäen samaa tiliä.",
421 "settings.service.form.saveButton": "Tallenna palvelu",
421 "settings.service.form.tabHosted": "Hosted", 422 "settings.service.form.tabHosted": "Hosted",
422 "settings.service.form.tabOnPremise": "Self hosted ⭐️", 423 "settings.service.form.tabOnPremise": "Self hosted",
423 "settings.service.form.team": "Team", 424 "settings.service.form.team": "Tiimi",
424 "settings.service.form.useHostedService": "Use the hosted {name} service.", 425 "settings.service.form.useHostedService": "Käytä {name} palvelua.",
425 "settings.service.form.yourServices": "Your services", 426 "settings.service.form.yourServices": "Sinun palvelusi",
426 "settings.services.deletedInfo": "Service has been deleted", 427 "settings.services.deletedInfo": "Palvelu on poistettu",
427 "settings.services.discoverServices": "Discover services", 428 "settings.services.discoverServices": "Selaa palveluita",
428 "settings.services.headline": "Your services", 429 "settings.services.headline": "Sinun palvelusi",
429 "settings.services.noServicesAdded": "Start by adding a service.", 430 "settings.services.noServicesAdded": "Aloita lisäämällä palvelu.",
430 "settings.services.servicesRequestFailed": "Could not load your services", 431 "settings.services.servicesRequestFailed": "Palveluita ei voitu ladata",
431 "settings.services.tooltip.isDisabled": "Service is disabled", 432 "settings.services.tooltip.isDisabled": "Palvelu poistettu käytös",
432 "settings.services.tooltip.isMuted": "All sounds are muted", 433 "settings.services.tooltip.isMuted": "Kaikki äänet on mykistetty",
433 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 434 "settings.services.tooltip.notificationsDisabled": "Ilmoitukset on poistettu käytöstä",
434 "settings.services.updatedInfo": "Your changes have been saved", 435 "settings.services.updatedInfo": "Tekemäsi muutokset on tallennettu",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi on yhteisöjohtoinen ja avoimen lähdekoodin sovellus.</p><p>Kiitos henkilöille, jotka tekevät tämän mahdolliseksi:</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Haluatko auttaa meitä kehittämään Ferdiä?",
437 "settings.supportFerdi.headline": "About Ferdi", 438 "settings.supportFerdi.headline": "Tietoja Ferdistä",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Avaa mielipidekysely",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Jos haluat tukea Ferdin kehitystä lahjoituksella, voit tehdä niin molemmilla tavoilla,",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "ja",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Vaikka vapaaehtoiset tekevät suurimman osan työstä, meidän on silti maksettava palvelemista ja sertifikaateista. Olemme yhteisönä täysin läpinäkyviä keräämiämme ja käyttämiemme varojen suhteen",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "GitHub sponsorit",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Täydellinen luettelo tukijoista",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "tästä",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Avoin Kollektiivi",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "Tuki on aina tervetullutta. Voit saada listan tarvitsemastamme avusta",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "tästä",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "Ferdin kehittäminen tehdään vapaaehtoisten avulla. Ihmisillä, jotka käyttävät Ferdiä kuten sinä. He ylläpitävät, korjaavat ja parantavat Ferdia vapaa-aikanaan.",
449 "settings.supportFerdi.title": "Do you like Ferdi?", 450 "settings.supportFerdi.title": "Pidätkö Ferdistä?",
450 "settings.team.contentHeadline": "Franz Team Management", 451 "settings.team.contentHeadline": "Franz-tiimin hallinta",
451 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.", 452 "settings.team.copy": "Franzin Tiimihallinnan avulla voit hallita usean käyttäjän Franz-tilauksia. Huomioithan, että Franz Premium -tilaus ei anna sinulle etuja Ferdin käytössä: Ainoa syy siihen, että sinulla on vielä pääsy Tiimihallintaan, on se, että voit hallita perinteisiä Franz-tiimejä ja että et menetä mitään toimintoja tilisi hallinnassa.",
452 "settings.team.headline": "Team", 453 "settings.team.headline": "Tiimi",
453 "settings.team.intro": "Your are currently using Franz Servers, which is why you have access to Team Management.", 454 "settings.team.intro": "Käytössäsi on tällä hetkellä Franz Servers, minkä vuoksi sinulla on pääsy Tiimi-hallintaan.",
454 "settings.team.manageAction": "Manage your Team on meetfranz.com", 455 "settings.team.manageAction": "Hallitse tiimiäsi meetfranz.comissa",
455 "settings.team.teamsUnavailable": "Teams are unavailable", 456 "settings.team.teamsUnavailable": "Tiimit eivät ole käytettävissä",
456 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 457 "settings.team.teamsUnavailableInfo": "Tiimit ovat tällä hetkellä käytettävissä vain Franz-palvelimella ja Franz Professionalin lunastamisen jälkeen. Käyttääksesi tiimejä, vaihda palvelimesi osoitteeseen https://api.franzinfra.com.",
457 "settings.team.upgradeAction": "Upgrade your Account", 458 "settings.team.upgradeAction": "Päivitä tilisi",
458 "settings.user.form.accountType.company": "Company", 459 "settings.user.form.accountType.company": "Yritys",
459 "settings.user.form.accountType.individual": "Individual", 460 "settings.user.form.accountType.individual": "Yksityishenkilö",
460 "settings.user.form.accountType.label": "Account type", 461 "settings.user.form.accountType.label": "Tilin tyyppi",
461 "settings.user.form.accountType.non-profit": "Non-Profit", 462 "settings.user.form.accountType.non-profit": "Voittoa tavoittelematon",
462 "settings.user.form.currentPassword": "Current password", 463 "settings.user.form.currentPassword": "Nykyinen salasana",
463 "settings.user.form.email": "Email", 464 "settings.user.form.email": "Sähköposti",
464 "settings.user.form.firstname": "First Name", 465 "settings.user.form.firstname": "Etunimi",
465 "settings.user.form.lastname": "Last Name", 466 "settings.user.form.lastname": "Sukunimi",
466 "settings.user.form.newPassword": "New password", 467 "settings.user.form.newPassword": "Uusi salasana",
467 "settings.workspace.add.form.name": "Name", 468 "settings.workspace.add.form.name": "Nimi",
468 "settings.workspace.add.form.submitButton": "Create workspace", 469 "settings.workspace.add.form.submitButton": "Luo työtila",
469 "settings.workspace.form.buttonDelete": "Delete workspace", 470 "settings.workspace.form.buttonDelete": "Poista työtila",
470 "settings.workspace.form.buttonSave": "Save workspace", 471 "settings.workspace.form.buttonSave": "Tallenna työtila",
471 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*", 472 "settings.workspace.form.keepLoaded": "Pidä tämä työtila ladattuna*",
472 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.", 473 "settings.workspace.form.keepLoadedInfo": "*Tämän vaihtoehdon korvaa globaali \"Pidä kaikki työtilat ladattuna\" -vaihtoehto.",
473 "settings.workspace.form.name": "Name", 474 "settings.workspace.form.name": "Nimi",
474 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 475 "settings.workspace.form.servicesInWorkspaceHeadline": "Tämän työtilan palvelut",
475 "settings.workspace.form.yourWorkspaces": "Your workspaces", 476 "settings.workspace.form.yourWorkspaces": "Sinun työtilasi",
476 "settings.workspaces.deletedInfo": "Workspace has been deleted", 477 "settings.workspaces.deletedInfo": "Työtila on poistettu",
477 "settings.workspaces.headline": "Your workspaces", 478 "settings.workspaces.headline": "Sinun työtilasi",
478 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 479 "settings.workspaces.noWorkspacesAdded": "Et ole luonut vie yhtään työtilaa.",
479 "settings.workspaces.tryReloadWorkspaces": "Try again", 480 "settings.workspaces.tryReloadWorkspaces": "Yritä uudelleen",
480 "settings.workspaces.updatedInfo": "Your changes have been saved", 481 "settings.workspaces.updatedInfo": "Tekemäsi muutokset on tallennettu",
481 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 482 "settings.workspaces.workspaceFeatureHeadline": "Vähemmän on enemmän: Esittelyssä Ferdi Työtilat",
482 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.", 483 "settings.workspaces.workspaceFeatureInfo": "Ferdi Työtilat antavat sinun keskittyä siihen, mikä on tärkeää juuri nyt. Määritä erilaisia palveluja ja vaihda helposti niiden välillä milloin tahansa. Sinä päätät mitä palveluita tarvitset milloin ja missä, jotta voimme auttaa sinua pysymään töissä - tai helposti pois töistä aina kun haluat.",
483 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 484 "settings.workspaces.workspacesRequestFailed": "Työtiloja ei voitu ladata",
484 "sidebar.addNewService": "Add new service", 485 "sidebar.addNewService": "Lisää uusi palvelu",
485 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 486 "sidebar.closeTodosDrawer": "Sulje Ferdi Todos",
486 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 487 "sidebar.closeWorkspaceDrawer": "Sulje työtilan valikko",
487 "sidebar.lockFerdi": "Lock Ferdi", 488 "sidebar.lockFerdi": "Lukitse Ferdi",
488 "sidebar.muteApp": "Disable notifications & audio", 489 "sidebar.muteApp": "Poista ilmoitukset ja äänet käytöstä",
489 "sidebar.openTodosDrawer": "Open Ferdi Todos", 490 "sidebar.openTodosDrawer": "Avaa Ferdi Todos",
490 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 491 "sidebar.openWorkspaceDrawer": "Avaa työtilan valikko",
491 "sidebar.settings": "Settings", 492 "sidebar.settings": "Asetukset",
492 "sidebar.unmuteApp": "Enable notifications & audio", 493 "sidebar.unmuteApp": "Käytä ilmoituksia ja ääniä",
493 "signup.email.label": "Email address", 494 "signup.email.label": "Sähköpostiosoite",
494 "signup.emailDuplicate": "A user with that email address already exists", 495 "signup.emailDuplicate": "Käyttäjä, jolla on tämä sähköpostiosoite, on jo olemassa",
495 "signup.firstname.label": "First Name", 496 "signup.firstname.label": "Etunimi",
496 "signup.headline": "Sign up", 497 "signup.headline": "Kirjaudu",
497 "signup.lastname.label": "Last Name", 498 "signup.lastname.label": "Sukunimi",
498 "signup.legal.info": "By creating a Ferdi account you accept the", 499 "signup.legal.info": "Luomalla Ferdi-tilin hyväksyt",
499 "signup.legal.privacy": "Privacy Statement", 500 "signup.legal.privacy": "Tietosuojalauseke",
500 "signup.legal.terms": "Terms of service", 501 "signup.legal.terms": "Käyttöehdot",
501 "signup.link.login": "Already have an account, sign in?", 502 "signup.link.login": "Sinulla on jo tili? Kirjaudu sisään",
502 "signup.password.label": "Password", 503 "signup.password.label": "Salasana",
503 "signup.submit.label": "Create account", 504 "signup.submit.label": "Luo tili",
504 "subscription.bestValue": "Best value", 505 "subscription.bestValue": "Best value",
505 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 506 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
506 "subscription.cta.allOptions": "See all options", 507 "subscription.cta.allOptions": "Näytä kaikki vaihtoehdot",
507 "subscription.cta.choosePlan": "Choose your plan", 508 "subscription.cta.choosePlan": "Valitse tilauksesi",
508 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:", 509 "subscription.includedProFeatures": "Ferdi Professional Plan sisältää:",
509 "subscription.interval.per": "per {interval}", 510 "subscription.interval.per": "per {interval}",
510 "subscription.interval.perMonth": "per month", 511 "subscription.interval.perMonth": "kuukaudessa",
511 "subscription.interval.perMonthPerUser": "per month & user", 512 "subscription.interval.perMonthPerUser": "per kuukausi & käyttäjä",
512 "subscription.planItem.upgradeAccount": "Upgrade Account", 513 "subscription.planItem.upgradeAccount": "Päivitä tili",
513 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:", 514 "subscription.teaser.includedFeatures": "Maksulliset Ferdin suunnitelmat ovat:",
514 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 515 "subscription.teaser.intro": "Ferdi 5:n mukana tulee laaja valikoima uusia ominaisuuksia, jotka parantavat jokapäiväistä viestintää - ryhmät mukaanlukien. Tutustu uusiin suunnitelmiin ja selvitä, mikä sopii sinulle parhaiten!",
515 "subscriptionPopup.buttonCancel": "Cancel", 516 "subscriptionPopup.buttonCancel": "Peruuta",
516 "subscriptionPopup.buttonDone": "Done", 517 "subscriptionPopup.buttonDone": "Valmis",
517 "tabs.item.deleteService": "Delete service", 518 "tabs.item.deleteService": "Poista palvelu",
518 "tabs.item.disableAudio": "Disable audio", 519 "tabs.item.disableAudio": "Poista ääni käytöstä",
519 "tabs.item.disableNotifications": "Disable notifications", 520 "tabs.item.disableNotifications": "Poista ilmoitukset käytöstä",
520 "tabs.item.disableService": "Disable service", 521 "tabs.item.disableService": "Poista palvelu",
521 "tabs.item.edit": "Edit", 522 "tabs.item.edit": "Muokkaa",
522 "tabs.item.enableAudio": "Enable audio", 523 "tabs.item.enableAudio": "Ota ääni käyttöön",
523 "tabs.item.enableNotification": "Enable notifications", 524 "tabs.item.enableNotification": "Ota ilmoitukset käyttöön",
524 "tabs.item.enableService": "Enable service", 525 "tabs.item.enableService": "Ota palvelu käyttöön",
525 "tabs.item.reload": "Reload", 526 "tabs.item.reload": "Lataa uudelleen",
526 "validation.email": "{field} is not valid", 527 "validation.email": "{field} ei ole kelvollinen",
527 "validation.minLength": "{field} should be at least {length} characters long", 528 "validation.minLength": "{field} pitää olla vähintään {length} kirjainta",
528 "validation.oneRequired": "At least one is required", 529 "validation.oneRequired": "Vähintään yksi kohde valittava",
529 "validation.required": "{field} is required", 530 "validation.required": "{field} on pakollinen",
530 "validation.url": "{field} is not a valid URL", 531 "validation.url": "{field} ei ole kelvollinen URL-osoite",
531 "webControls.back": "Back", 532 "webControls.back": "Takaisin",
532 "webControls.forward": "Forward", 533 "webControls.forward": "Eteenpäin",
533 "webControls.goHome": "Home", 534 "webControls.goHome": "Etusivu",
534 "webControls.openInBrowser": "Open in Browser", 535 "webControls.openInBrowser": "Avaa selaimessa",
535 "webControls.reload": "Reload", 536 "webControls.reload": "Lataa uudelleen",
536 "welcome.loginButton": "Login to your account", 537 "welcome.loginButton": "Kirjaudu tilillesi",
537 "welcome.signupButton": "Create a free account", 538 "welcome.signupButton": "Luo ilmainen tili",
538 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 539 "workspaceDrawer.addNewWorkspaceLabel": "Lisää uusi työtila",
539 "workspaceDrawer.allServices": "All services", 540 "workspaceDrawer.allServices": "Kaikki palvelut",
540 "workspaceDrawer.headline": "Workspaces", 541 "workspaceDrawer.headline": "Työtilat",
541 "workspaceDrawer.item.contextMenuEdit": "edit", 542 "workspaceDrawer.item.contextMenuEdit": "muokkaa",
542 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 543 "workspaceDrawer.item.noServicesAddedYet": "Palveluja ei ole vielä lisätty",
543 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 544 "workspaceDrawer.premiumCtaButtonLabel": "Luo ensimmäinen työtila",
544 "workspaceDrawer.proFeatureBadge": "Premium feature", 545 "workspaceDrawer.proFeatureBadge": "Premium-ominaisuus",
545 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 546 "workspaceDrawer.reactivatePremiumAccountLabel": "Ota Premium-tili uudelleen käyttöön",
546 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 547 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces auttaa sinun keskittymään mikä on tärkeää juuri nyt. Määritä erilaisia palvelukokonaisuuksia ja vaihda helposti niiden välillä milloin tahansa.</p><p>Sinä päätät mitä palveluita tarvitset milloin ja missä, jotta voimme auttaa sinua pysymään työsi äärellä - tai helpottamaan poistumista aina kun haluat.</p>",
547 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 548 "workspaceDrawer.workspacesSettingsTooltip": "Muokkaa ttilojen asetuksia",
548 "workspaces.switchingIndicator.switchingTo": "Switching to" 549 "workspaces.switchingIndicator.switchingTo": "Vaihdetaan"
549} 550}
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 9e8c763d8..dadfc9582 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -5,8 +5,8 @@
5 "changeserver.headline": "Changer de serveur", 5 "changeserver.headline": "Changer de serveur",
6 "changeserver.label": "Serveur", 6 "changeserver.label": "Serveur",
7 "changeserver.submit": "Soumettre", 7 "changeserver.submit": "Soumettre",
8 "changeserver.urlError": "Enter a valid URL", 8 "changeserver.urlError": "Entrez une URL valide",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 9 "changeserver.warning": "Les paramètres supplémentaires proposés par Ferdi ne seront pas sauvegardés",
10 "connectionLostBanner.cta": "Redémarrer le service", 10 "connectionLostBanner.cta": "Redémarrer le service",
11 "connectionLostBanner.informationLink": "Que s'est-il passé?", 11 "connectionLostBanner.informationLink": "Que s'est-il passé?",
12 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.", 12 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.",
@@ -19,10 +19,10 @@
19 "feature.delayApp.trial.headline": "Prendre l'essai gratuit de 14 jours de Ferdi Professionnel et esquiver la ligne", 19 "feature.delayApp.trial.headline": "Prendre l'essai gratuit de 14 jours de Ferdi Professionnel et esquiver la ligne",
20 "feature.delayApp.upgrade.action": "Acheter une license Ferdi", 20 "feature.delayApp.upgrade.action": "Acheter une license Ferdi",
21 "feature.delayApp.upgrade.actionShort": "Augmenter le niveau de mon compte", 21 "feature.delayApp.upgrade.actionShort": "Augmenter le niveau de mon compte",
22 "feature.nightlyBuilds.activate": "Activate", 22 "feature.nightlyBuilds.activate": "Activer",
23 "feature.nightlyBuilds.cancel": "Annuler", 23 "feature.nightlyBuilds.cancel": "Annuler",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Les versions de développement sont des versions expérimentales de Ferdi qui peuvent contenir des fonctionnalités non optimisées ou incomplètes. Ces versions de développement sont principalement utilisés par les développeurs pour tester leurs nouvelles fonctionnalités et leurs performances. Si vous ne savez pas ce que vous faites, nous vous suggérons de ne pas activer les versions de développement.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Versions de développement",
26 "feature.planSelection.cta.ctaDowngradeFree": "Rétrograder à la version gratuite", 26 "feature.planSelection.cta.ctaDowngradeFree": "Rétrograder à la version gratuite",
27 "feature.planSelection.cta.stayOnFree": "Rester en version gratuite", 27 "feature.planSelection.cta.stayOnFree": "Rester en version gratuite",
28 "feature.planSelection.cta.trial": "Commencez mon essai gratuit de 14 jours", 28 "feature.planSelection.cta.trial": "Commencez mon essai gratuit de 14 jours",
@@ -287,7 +287,7 @@
287 "settings.app.currentVersion": "Version actuelle :", 287 "settings.app.currentVersion": "Version actuelle :",
288 "settings.app.form.accentColor": "Couleur d'accentuation", 288 "settings.app.form.accentColor": "Couleur d'accentuation",
289 "settings.app.form.adaptableDarkMode": "Synchroniser le mode sombre avec l'option mode sombre du système", 289 "settings.app.form.adaptableDarkMode": "Synchroniser le mode sombre avec l'option mode sombre du système",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Toujours afficher le sélecteur d'espace de travail",
291 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan", 291 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan",
292 "settings.app.form.autoLaunchOnStart": "Lancer Ferdi au démarrage", 292 "settings.app.form.autoLaunchOnStart": "Lancer Ferdi au démarrage",
293 "settings.app.form.automaticUpdates": "Activer les mises à jour", 293 "settings.app.form.automaticUpdates": "Activer les mises à jour",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Langue", 308 "settings.app.form.language": "Langue",
309 "settings.app.form.lockPassword": "Mot de passe", 309 "settings.app.form.lockPassword": "Mot de passe",
310 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdi dans la zone de notification", 310 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdi dans la zone de notification",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Comportement de la barre de navigation", 312 "settings.app.form.navigationBarBehaviour": "Comportement de la barre de navigation",
312 "settings.app.form.predefinedTodoServer": "Serveur Todo", 313 "settings.app.form.predefinedTodoServer": "Serveur Todo",
313 "settings.app.form.privateNotifications": "Ne pas afficher le contenu des notifications", 314 "settings.app.form.privateNotifications": "Ne pas afficher le contenu des notifications",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Notification sur la barre des tâches/le dock lors d'un nouveau message",
315 "settings.app.form.reloadAfterResume": "Recharger Ferdi après la reprise du système", 316 "settings.app.form.reloadAfterResume": "Recharger Ferdi après la reprise du système",
316 "settings.app.form.runInBackground": "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre", 317 "settings.app.form.runInBackground": "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre",
317 "settings.app.form.scheduledDNDEnabled": "Activer Ne-pas-Déranger", 318 "settings.app.form.scheduledDNDEnabled": "Activer Ne-pas-Déranger",
@@ -325,7 +326,7 @@
325 "settings.app.form.startMinimized": "Démarrage minimisé", 326 "settings.app.form.startMinimized": "Démarrage minimisé",
326 "settings.app.form.universalDarkMode": "Activer le mode sombre universel", 327 "settings.app.form.universalDarkMode": "Activer le mode sombre universel",
327 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation de TouchID pour déverrouiller Ferdi", 328 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation de TouchID pour déverrouiller Ferdi",
328 "settings.app.form.useVerticalStyle": "Use vertical style", 329 "settings.app.form.useVerticalStyle": "Utiliser le style vertical (barre des tâches en haut)",
329 "settings.app.headline": "Paramètres", 330 "settings.app.headline": "Paramètres",
330 "settings.app.headlineAdvanced": "Paramètres avancés", 331 "settings.app.headlineAdvanced": "Paramètres avancés",
331 "settings.app.headlineAppearance": "Apparence", 332 "settings.app.headlineAppearance": "Apparence",
@@ -342,7 +343,7 @@
342 "settings.app.scheduledDNDInfo": "Planifier le Ne-pas-Déranger vous permet de définir une période de temps dans lequel vous ne voulez pas de notifications de Ferdi.", 343 "settings.app.scheduledDNDInfo": "Planifier le Ne-pas-Déranger vous permet de définir une période de temps dans lequel vous ne voulez pas de notifications de Ferdi.",
343 "settings.app.scheduledDNDTimeInfo": "Le temps est en format 24 heures. La fin du temps peut être avant le début du temps (ex: début 17:00, fin 09:00) pour activer le Ne-pas-Déranger durant la nuit.", 344 "settings.app.scheduledDNDTimeInfo": "Le temps est en format 24 heures. La fin du temps peut être avant le début du temps (ex: début 17:00, fin 09:00) pour activer le Ne-pas-Déranger durant la nuit.",
344 "settings.app.sentryInfo": "L'envoi de données de télémétrie nous permet de trouver des erreurs dans Ferdi - nous n'enverrons aucune information personnelle comme vos données de message! La modification de cette option nécessite le redémarrage de Ferdi.", 345 "settings.app.sentryInfo": "L'envoi de données de télémétrie nous permet de trouver des erreurs dans Ferdi - nous n'enverrons aucune information personnelle comme vos données de message! La modification de cette option nécessite le redémarrage de Ferdi.",
345 "settings.app.spellCheckerLanguageInfo": "Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 346 "settings.app.spellCheckerLanguageInfo": "Ferdi utilise le correcteur orthographique intégré de votre ordinateur pour vérifier les fautes de frappe. Si vous voulez changer les langues pour lesquelles le correcteur vérifie l'orthographe, vous pouvez le faire dans les préférences système de votre appareil.",
346 "settings.app.subheadlineCache": "Cache", 347 "settings.app.subheadlineCache": "Cache",
347 "settings.app.todoServerInfo": "Ce serveur sera utilisé pour la fonctionnalité \"Ferdi Todo\".", 348 "settings.app.todoServerInfo": "Ce serveur sera utilisé pour la fonctionnalité \"Ferdi Todo\".",
348 "settings.app.translationHelp": "Aidez-nous à traduire Ferdi dans votre langue.", 349 "settings.app.translationHelp": "Aidez-nous à traduire Ferdi dans votre langue.",
@@ -370,7 +371,7 @@
370 "settings.recipes.headline": "Services disponibles", 371 "settings.recipes.headline": "Services disponibles",
371 "settings.recipes.missingService": "Un service est manquant?", 372 "settings.recipes.missingService": "Un service est manquant?",
372 "settings.recipes.mostPopular": "Les plus populaires", 373 "settings.recipes.mostPopular": "Les plus populaires",
373 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 374 "settings.recipes.nothingFound": "Désolé, mais aucun service ne correspond à votre recherche (vous pouvez cependant toujours l'ajouter en utilisant l'option \"Site Web personnalisé\") :",
374 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès", 375 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès",
375 "settings.searchService": "Chercher un service", 376 "settings.searchService": "Chercher un service",
376 "settings.service.error.goBack": "Retour aux services", 377 "settings.service.error.goBack": "Retour aux services",
@@ -426,27 +427,27 @@
426 "settings.services.deletedInfo": "Le service a été supprimé", 427 "settings.services.deletedInfo": "Le service a été supprimé",
427 "settings.services.discoverServices": "Découvrir les services", 428 "settings.services.discoverServices": "Découvrir les services",
428 "settings.services.headline": "Vos services", 429 "settings.services.headline": "Vos services",
429 "settings.services.noServicesAdded": "Start by adding a service.", 430 "settings.services.noServicesAdded": "Commencez par ajouter un service.",
430 "settings.services.servicesRequestFailed": "Impossible de charger vos services", 431 "settings.services.servicesRequestFailed": "Impossible de charger vos services",
431 "settings.services.tooltip.isDisabled": "Ce service est désactivé", 432 "settings.services.tooltip.isDisabled": "Ce service est désactivé",
432 "settings.services.tooltip.isMuted": "Tous les sons sont coupés", 433 "settings.services.tooltip.isMuted": "Tous les sons sont coupés",
433 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées", 434 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées",
434 "settings.services.updatedInfo": "Vos modifications ont été enregistrées", 435 "settings.services.updatedInfo": "Vos modifications ont été enregistrées",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi est une application open-source et dirigée par la communauté.</p><p>Merci à toutes les personnes qui rendent cela possible :</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Voulez-vous nous aider à améliorer Ferdi ?",
437 "settings.supportFerdi.headline": "À propos de Ferdi", 438 "settings.supportFerdi.headline": "À propos de Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Voir l'enquête",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Si vous avez envie de soutenir le développement de Ferdi par un don, vous pouvez le faire via",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "et",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Bien que les bénévoles fassent la majeure partie du travail, nous avons besoin de payer pour les serveurs et les certificats. En tant que communauté, nous sommes totalement transparents sur les fonds que nous collectons et dépensons - voir nos",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "Sponsors sur GitHub",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Liste complète des contributeurs",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "ici",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Open Collective",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "Toute aide est toujours la bienvenue. Vous pouvez trouver une liste de l'aide dont nous avons besoin",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "ici",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "Le développement de Ferdi est fait par des bénévoles. Des gens qui utilisent Ferdi comme vous maintiennent, réparent et améliorent Ferdi pendant leur temps libre.",
449 "settings.supportFerdi.title": "Do you like Ferdi?", 450 "settings.supportFerdi.title": "Vous aimez Ferdi ?",
450 "settings.team.contentHeadline": "Gestion d'équipe Franz", 451 "settings.team.contentHeadline": "Gestion d'équipe Franz",
451 "settings.team.copy": "La gestion d'équipe de Franz vous permet de gérer les abonnements Franz pour plusieurs utilisateurs. N’oubliez pas que le fait d’avoir un abonnement Franz Premium ne vous donnera aucun avantage dans l'utilisation de Ferdi : la seule raison pour laquelle vous avez encore accès à la gestion d’équipe est que vous pouvez gérer vos équipes Franz héritées et que vous ne perdez donc aucune fonctionnalité dans la gestion de votre compte.", 452 "settings.team.copy": "La gestion d'équipe de Franz vous permet de gérer les abonnements Franz pour plusieurs utilisateurs. N’oubliez pas que le fait d’avoir un abonnement Franz Premium ne vous donnera aucun avantage dans l'utilisation de Ferdi : la seule raison pour laquelle vous avez encore accès à la gestion d’équipe est que vous pouvez gérer vos équipes Franz héritées et que vous ne perdez donc aucune fonctionnalité dans la gestion de votre compte.",
452 "settings.team.headline": "Équipe", 453 "settings.team.headline": "Équipe",
@@ -475,7 +476,7 @@
475 "settings.workspace.form.yourWorkspaces": "Tes espaces de travail", 476 "settings.workspace.form.yourWorkspaces": "Tes espaces de travail",
476 "settings.workspaces.deletedInfo": "L'espace de travail a été supprimé", 477 "settings.workspaces.deletedInfo": "L'espace de travail a été supprimé",
477 "settings.workspaces.headline": "Tes espaces de travail", 478 "settings.workspaces.headline": "Tes espaces de travail",
478 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 479 "settings.workspaces.noWorkspacesAdded": "Vous n'avez pas encore créé d'espace de travail.",
479 "settings.workspaces.tryReloadWorkspaces": "Réessayer", 480 "settings.workspaces.tryReloadWorkspaces": "Réessayer",
480 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées", 481 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées",
481 "settings.workspaces.workspaceFeatureHeadline": "Présentation des Espaces de travail de Ferdi", 482 "settings.workspaces.workspaceFeatureHeadline": "Présentation des Espaces de travail de Ferdi",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 83545e788..693d585a0 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Teanga", 308 "settings.app.form.language": "Teanga",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais", 310 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 60c83361f..65bb34a1d 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -70,7 +70,7 @@
70 "global.api.unhealthy": "Can't connect to Ferdi online services", 70 "global.api.unhealthy": "Can't connect to Ferdi online services",
71 "global.franzProRequired": "נדרשת גרסת פרדי מקצועית", 71 "global.franzProRequired": "נדרשת גרסת פרדי מקצועית",
72 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.", 72 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.",
73 "global.spellchecker.useDefault": "Use System Default ({default})", 73 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})",
74 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי", 74 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי",
75 "global.spellchecking.autodetect.short": "אוטומטי", 75 "global.spellchecking.autodetect.short": "אוטומטי",
76 "global.spellchecking.language": "שפה לבדיקת איות", 76 "global.spellchecking.language": "שפה לבדיקת איות",
@@ -113,12 +113,12 @@
113 "login.serverLogout": "פג תוקף ההתחברות, אנא התחבר שוב.", 113 "login.serverLogout": "פג תוקף ההתחברות, אנא התחבר שוב.",
114 "login.submit.label": "התחבר", 114 "login.submit.label": "התחבר",
115 "login.tokenExpired": "פג תוקף ההתחברות, אנא התחבר שוב.", 115 "login.tokenExpired": "פג תוקף ההתחברות, אנא התחבר שוב.",
116 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 116 "menu.Todoss.closeTodosDrawer": "סגור את רשימת המשימות",
117 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 117 "menu.Todoss.openTodosDrawer": "פתח את רשימת המשימות",
118 "menu.app.about": "אודות פרדי", 118 "menu.app.about": "אודות פרדי",
119 "menu.app.announcement": "מה חדש?", 119 "menu.app.announcement": "מה חדש?",
120 "menu.app.autohideMenuBar": "הסתרת שורת התפריטים באופן אוטומטי", 120 "menu.app.autohideMenuBar": "הסתרת שורת התפריטים באופן אוטומטי",
121 "menu.app.checkForUpdates": "Check for updates", 121 "menu.app.checkForUpdates": "חפש עדכונים",
122 "menu.app.hide": "הסתר", 122 "menu.app.hide": "הסתר",
123 "menu.app.hideOthers": "הסתר את האחרים", 123 "menu.app.hideOthers": "הסתר את האחרים",
124 "menu.app.quit": "יציאה", 124 "menu.app.quit": "יציאה",
@@ -128,7 +128,7 @@
128 "menu.edit.copy": "העתק", 128 "menu.edit.copy": "העתק",
129 "menu.edit.cut": "גזור", 129 "menu.edit.cut": "גזור",
130 "menu.edit.delete": "מחק", 130 "menu.edit.delete": "מחק",
131 "menu.edit.emojiSymbols": "Emoji & Symbols", 131 "menu.edit.emojiSymbols": "אימוג'ים וסמלים",
132 "menu.edit.findInPage": "חפש בדף", 132 "menu.edit.findInPage": "חפש בדף",
133 "menu.edit.paste": "הדבק", 133 "menu.edit.paste": "הדבק",
134 "menu.edit.pasteAndMatchStyle": "הדבק והתאם לסגנון", 134 "menu.edit.pasteAndMatchStyle": "הדבק והתאם לסגנון",
@@ -276,12 +276,12 @@
276 "settings.account.tryReloadServices": "נסה שוב", 276 "settings.account.tryReloadServices": "נסה שוב",
277 "settings.account.tryReloadUserInfoRequest": "נסה שוב", 277 "settings.account.tryReloadUserInfoRequest": "נסה שוב",
278 "settings.account.upgradeToPro.label": "שדרג לגרסת פרדי מקצועית", 278 "settings.account.upgradeToPro.label": "שדרג לגרסת פרדי מקצועית",
279 "settings.account.userInfoRequestFailed": "Could not load user information", 279 "settings.account.userInfoRequestFailed": "אי אפשר לטעון את פרטי המשתמש",
280 "settings.account.yourLicense": "רישיון הפרדי שלך", 280 "settings.account.yourLicense": "רישיון הפרדי שלך",
281 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)", 281 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
282 "settings.app.buttonClearAllCache": "ניקוי המטמון", 282 "settings.app.buttonClearAllCache": "ניקוי המטמון",
283 "settings.app.buttonInstallUpdate": "הפעל מחדש והתקן עדכונים", 283 "settings.app.buttonInstallUpdate": "הפעל מחדש והתקן עדכונים",
284 "settings.app.buttonSearchForUpdate": "Check for updates", 284 "settings.app.buttonSearchForUpdate": "חפש עדכונים",
285 "settings.app.cacheInfo": "פרדי משתמש כרגע ב {size} מתוך שטח הדיסק כזיכרון מטמון.", 285 "settings.app.cacheInfo": "פרדי משתמש כרגע ב {size} מתוך שטח הדיסק כזיכרון מטמון.",
286 "settings.app.cacheNotCleared": "לא ניתן לנקות את כל זיכרון המטמון", 286 "settings.app.cacheNotCleared": "לא ניתן לנקות את כל זיכרון המטמון",
287 "settings.app.currentVersion": "גירסה נוכחית:", 287 "settings.app.currentVersion": "גירסה נוכחית:",
@@ -289,16 +289,16 @@
289 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 289 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
290 "settings.app.form.alwaysShowWorkspaces": "תמיד הצג את סרגל סביבות העבודה", 290 "settings.app.form.alwaysShowWorkspaces": "תמיד הצג את סרגל סביבות העבודה",
291 "settings.app.form.autoLaunchInBackground": "פתח ברקע", 291 "settings.app.form.autoLaunchInBackground": "פתח ברקע",
292 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 292 "settings.app.form.autoLaunchOnStart": "התחל את Ferdi עם המערכת",
293 "settings.app.form.automaticUpdates": "אפשר עדכונים", 293 "settings.app.form.automaticUpdates": "אפשר עדכונים",
294 "settings.app.form.beta": "כלול גרסאות בטא", 294 "settings.app.form.beta": "כלול גרסאות בטא",
295 "settings.app.form.customTodoServer": "Custom Todo Server", 295 "settings.app.form.customTodoServer": "שרת מותאם אישית לרשימת המשימות",
296 "settings.app.form.darkMode": "אפשר מצב לילה", 296 "settings.app.form.darkMode": "אפשר מצב לילה",
297 "settings.app.form.enableGPUAcceleration": "אפשר האצת חומרה (GPU)", 297 "settings.app.form.enableGPUAcceleration": "אפשר האצת חומרה (GPU)",
298 "settings.app.form.enableLock": "אפשר נעילה באמצעות סיסמא", 298 "settings.app.form.enableLock": "אפשר נעילה באמצעות סיסמא",
299 "settings.app.form.enableSpellchecking": "הפעל בדיקת איות", 299 "settings.app.form.enableSpellchecking": "הפעל בדיקת איות",
300 "settings.app.form.enableSystemTray": "הצג את פרדי בסרגל הכלים", 300 "settings.app.form.enableSystemTray": "הצג את פרדי בסרגל הכלים",
301 "settings.app.form.enableTodos": "Enable Ferdi Todos", 301 "settings.app.form.enableTodos": "אפשר את רשימת המשימות של Ferdi",
302 "settings.app.form.hibernate": "אפשר מצב שינה", 302 "settings.app.form.hibernate": "אפשר מצב שינה",
303 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 303 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
304 "settings.app.form.hibernationStrategy": "Hibernation strategy", 304 "settings.app.form.hibernationStrategy": "Hibernation strategy",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "שפה", 308 "settings.app.form.language": "שפה",
309 "settings.app.form.lockPassword": "סיסמא", 309 "settings.app.form.lockPassword": "סיסמא",
310 "settings.app.form.minimizeToSystemTray": "מזער למגש המערכת", 310 "settings.app.form.minimizeToSystemTray": "מזער למגש המערכת",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "אפשרויות סרגל ניווט", 312 "settings.app.form.navigationBarBehaviour": "אפשרויות סרגל ניווט",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "אל תציג את תוכן ההודעות בהתראה", 314 "settings.app.form.privateNotifications": "אל תציג את תוכן ההודעות בהתראה",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index 81ebd49a7..ef04d0f25 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Jezik", 308 "settings.app.form.language": "Jezik",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 310 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 3f6c98314..14f599e71 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Nyelv", 308 "settings.app.form.language": "Nyelv",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára", 310 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 6ac6df1b0..70b99b09b 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Bahasa", 308 "settings.app.form.language": "Bahasa",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem", 310 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 14c831d90..0a0a15308 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -21,7 +21,7 @@
21 "feature.delayApp.upgrade.actionShort": "Effettua l'upgrade del tuo account", 21 "feature.delayApp.upgrade.actionShort": "Effettua l'upgrade del tuo account",
22 "feature.nightlyBuilds.activate": "Attivato", 22 "feature.nightlyBuilds.activate": "Attivato",
23 "feature.nightlyBuilds.cancel": "Annulla", 23 "feature.nightlyBuilds.cancel": "Annulla",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Le 'Nightly Builds' sono versioni sperimentali di Ferdi che possono contenere funzionalità incomplete o non perfettamente funzionanti. Queste versioni sono principalmente usate dagli sviluppatori per effettuare dei test sulle nuove caratteristiche e verificare come si integrano nella versione finale di Ferdi. Se non sei sicuro di quello che stai facendo, ti consigliamo di non attivare le 'Nightly Builds'.",
25 "feature.nightlyBuilds.title": "Build notturne", 25 "feature.nightlyBuilds.title": "Build notturne",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Lingua", 308 "settings.app.form.language": "Lingua",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica", 310 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Comportamento della barra di navigazione", 312 "settings.app.form.navigationBarBehaviour": "Comportamento della barra di navigazione",
312 "settings.app.form.predefinedTodoServer": "Server Todo", 313 "settings.app.form.predefinedTodoServer": "Server Todo",
313 "settings.app.form.privateNotifications": "Non mostrare il contenuto dei messaggi nelle notifiche", 314 "settings.app.form.privateNotifications": "Non mostrare il contenuto dei messaggi nelle notifiche",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Visualizza le notifiche relative a nuovi messaggi sul Dock o sulla Taskbar",
315 "settings.app.form.reloadAfterResume": "Ricarica Ferdi dopo il ripristino del sistema", 316 "settings.app.form.reloadAfterResume": "Ricarica Ferdi dopo il ripristino del sistema",
316 "settings.app.form.runInBackground": "Mantieni Ferdi in esecuzione quando chiudi la finestra", 317 "settings.app.form.runInBackground": "Mantieni Ferdi in esecuzione quando chiudi la finestra",
317 "settings.app.form.scheduledDNDEnabled": "Abilita la pianificazione dei Do-Not-Disturb", 318 "settings.app.form.scheduledDNDEnabled": "Abilita la pianificazione dei Do-Not-Disturb",
@@ -325,7 +326,7 @@
325 "settings.app.form.startMinimized": "Avvio ridotto a icona", 326 "settings.app.form.startMinimized": "Avvio ridotto a icona",
326 "settings.app.form.universalDarkMode": "Abilita la modalità scura universale", 327 "settings.app.form.universalDarkMode": "Abilita la modalità scura universale",
327 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdi", 328 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdi",
328 "settings.app.form.useVerticalStyle": "Use vertical style", 329 "settings.app.form.useVerticalStyle": "Usa stile verticale",
329 "settings.app.headline": "Impostazioni", 330 "settings.app.headline": "Impostazioni",
330 "settings.app.headlineAdvanced": "Avanzate", 331 "settings.app.headlineAdvanced": "Avanzate",
331 "settings.app.headlineAppearance": "Aspetto", 332 "settings.app.headlineAppearance": "Aspetto",
@@ -344,9 +345,9 @@
344 "settings.app.sentryInfo": "L'invio dei dati di telemetria ci permette di trovare errori in Ferdi - non invieremo alcuna informazione personale come i tuoi dati dei messaggi! La modifica di questa opzione richiede il riavvio di Ferdi.", 345 "settings.app.sentryInfo": "L'invio dei dati di telemetria ci permette di trovare errori in Ferdi - non invieremo alcuna informazione personale come i tuoi dati dei messaggi! La modifica di questa opzione richiede il riavvio di Ferdi.",
345 "settings.app.spellCheckerLanguageInfo": "Ferdi utilizza il controllo ortografico del tuo Mac per verificare la presenza di errori. Se si desidera modificare le lingue del controllo ortografico, è possibile farlo nelle preferenze di sistema del vostro Mac.", 346 "settings.app.spellCheckerLanguageInfo": "Ferdi utilizza il controllo ortografico del tuo Mac per verificare la presenza di errori. Se si desidera modificare le lingue del controllo ortografico, è possibile farlo nelle preferenze di sistema del vostro Mac.",
346 "settings.app.subheadlineCache": "Cache", 347 "settings.app.subheadlineCache": "Cache",
347 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 348 "settings.app.todoServerInfo": "Questo server verrà usato per le funzionalità 'Ferdi Todo'.",
348 "settings.app.translationHelp": "Aiutaci a tradurre Ferdi nella tua lingua.", 349 "settings.app.translationHelp": "Aiutaci a tradurre Ferdi nella tua lingua.",
349 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 350 "settings.app.universalDarkModeInfo": "La modalità 'Dark Mode' universale cerca di generare dinamicamente uno stile di visualizzazione a sfondo scuro per quei servizi che non lo supportano nativamente.",
350 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...", 351 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...",
351 "settings.app.updateStatusSearching": "Ricerca aggiornamenti", 352 "settings.app.updateStatusSearching": "Ricerca aggiornamenti",
352 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdi", 353 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdi",
@@ -361,16 +362,16 @@
361 "settings.navigation.yourWorkspaces": "I tuoi workspace", 362 "settings.navigation.yourWorkspaces": "I tuoi workspace",
362 "settings.recipes.all": "Tutti i servizi", 363 "settings.recipes.all": "Tutti i servizi",
363 "settings.recipes.custom": "Servizi Personalizzati", 364 "settings.recipes.custom": "Servizi Personalizzati",
364 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 365 "settings.recipes.customService.headline.communityRecipes": "'Recipe' (istruzioni) per applicazioni di terze parti della community",
365 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 366 "settings.recipes.customService.headline.customRecipes": "'Recipe' (istruzioni) per applicazioni di terze parti personalizzate",
366 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 367 "settings.recipes.customService.headline.devRecipes": "Le tue 'Recipe' (istruzioni) per applicazioni",
367 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:", 368 "settings.recipes.customService.intro": "Per aggiungere un servizio personalizzato copia la sua 'recipe' (istruzioni) in:",
368 "settings.recipes.customService.openDevDocs": "Documentazione per sviluppatori", 369 "settings.recipes.customService.openDevDocs": "Documentazione per sviluppatori",
369 "settings.recipes.customService.openFolder": "Apri cartella", 370 "settings.recipes.customService.openFolder": "Apri cartella",
370 "settings.recipes.headline": "Servizi disponibili", 371 "settings.recipes.headline": "Servizi disponibili",
371 "settings.recipes.missingService": "Manca un servizio?", 372 "settings.recipes.missingService": "Manca un servizio?",
372 "settings.recipes.mostPopular": "Più popolari", 373 "settings.recipes.mostPopular": "Più popolari",
373 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 374 "settings.recipes.nothingFound": "Ci dispiace ma non è stato possibile trovare alcun servizio col nome che hai digitato. Puoi però aggiungerlo usando l'opzione 'Website Personalizzato':",
374 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo", 375 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo",
375 "settings.searchService": "Cerca servizio", 376 "settings.searchService": "Cerca servizio",
376 "settings.service.error.goBack": "Torna ai servizi", 377 "settings.service.error.goBack": "Torna ai servizi",
@@ -405,9 +406,9 @@
405 "settings.service.form.indirectMessages": "Mostra l'etichetta per tutti i nuovi messaggi", 406 "settings.service.form.indirectMessages": "Mostra l'etichetta per tutti i nuovi messaggi",
406 "settings.service.form.isMutedInfo": "Se disattivato, tutte le notifiche sonore e le riproduzioni audio saranno mutate", 407 "settings.service.form.isMutedInfo": "Se disattivato, tutte le notifiche sonore e le riproduzioni audio saranno mutate",
407 "settings.service.form.name": "Nome", 408 "settings.service.form.name": "Nome",
408 "settings.service.form.openDarkmodeCss": "Open darkmode.css", 409 "settings.service.form.openDarkmodeCss": "Apri 'darkmode.css'",
409 "settings.service.form.openUserCss": "Apri user.css", 410 "settings.service.form.openUserCss": "Apri user.css",
410 "settings.service.form.openUserJs": "Open user.js", 411 "settings.service.form.openUserJs": "Apri il file 'user.js'",
411 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS", 412 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS",
412 "settings.service.form.proxy.host": "Proxy Host/IP", 413 "settings.service.form.proxy.host": "Proxy Host/IP",
413 "settings.service.form.proxy.info": "Le impostazioni proxy non verranno sincronizzate con i server Ferdi.", 414 "settings.service.form.proxy.info": "Le impostazioni proxy non verranno sincronizzate con i server Ferdi.",
@@ -416,7 +417,7 @@
416 "settings.service.form.proxy.port": "Porta", 417 "settings.service.form.proxy.port": "Porta",
417 "settings.service.form.proxy.restartInfo": "Riavvia Ferdi dopo aver cambiato le impostazioni del proxy.", 418 "settings.service.form.proxy.restartInfo": "Riavvia Ferdi dopo aver cambiato le impostazioni del proxy.",
418 "settings.service.form.proxy.user": "Utente (opzionale)", 419 "settings.service.form.proxy.user": "Utente (opzionale)",
419 "settings.service.form.recipeFileInfo": "Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 420 "settings.service.form.recipeFileInfo": "I file utente (user file) verranno iniettati nella pagina web così da poter personalizzare il servizio nel modo che preferisci. Questi file verranno memorizzati solo localmente e non verranno trasferiti su altri computer anche se usano lo stesso account.",
420 "settings.service.form.saveButton": "Salva servizio", 421 "settings.service.form.saveButton": "Salva servizio",
421 "settings.service.form.tabHosted": "Hosted", 422 "settings.service.form.tabHosted": "Hosted",
422 "settings.service.form.tabOnPremise": "Self hosted ⭐️", 423 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
@@ -426,34 +427,34 @@
426 "settings.services.deletedInfo": "Il servizio è stato eliminato", 427 "settings.services.deletedInfo": "Il servizio è stato eliminato",
427 "settings.services.discoverServices": "Scopri servizi", 428 "settings.services.discoverServices": "Scopri servizi",
428 "settings.services.headline": "I tuoi servizi", 429 "settings.services.headline": "I tuoi servizi",
429 "settings.services.noServicesAdded": "Start by adding a service.", 430 "settings.services.noServicesAdded": "Inizia aggiungendo un servizio.",
430 "settings.services.servicesRequestFailed": "Impossibile caricare il servizio", 431 "settings.services.servicesRequestFailed": "Impossibile caricare il servizio",
431 "settings.services.tooltip.isDisabled": "Il servizio è disattivato", 432 "settings.services.tooltip.isDisabled": "Il servizio è disattivato",
432 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati", 433 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati",
433 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate", 434 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate",
434 "settings.services.updatedInfo": "Le tue modifiche sono state salvate", 435 "settings.services.updatedInfo": "Le tue modifiche sono state salvate",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi è un'applicazione open source sviluppata dalla community.</p><p>Un ringraziamento a tutti coloro che hanno reso questo possibile:</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Vuoi aiutarci a migliorare Ferdi?",
437 "settings.supportFerdi.headline": "Info su Ferdi", 438 "settings.supportFerdi.headline": "Info su Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Sondaggio aperto",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "Se vuoi aiutare lo sviluppo di Ferdi con una donazione, puoi farlo",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "e",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "Nonostante la maggior parte del lavoro sia svolto da volontari è comunque necessario pagare per la gestione di server e certificati. Essendo una comunità vogliamo essere completamente trasparenti rispetto a come raccogliamo e spendiamo fondi",
442 "settings.supportFerdi.textGitHubSponsors": "GitHub Sponsors", 443 "settings.supportFerdi.textGitHubSponsors": "Sponsor GitHub",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "Elenco dei contributori",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "qui",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Open Collective",
446 "settings.supportFerdi.textSupportWelcome": "Il tuo supporto è il benvenuto. Puoi trovare un elenco degli aiuti che ci servono", 447 "settings.supportFerdi.textSupportWelcome": "Il tuo supporto è il benvenuto. Puoi trovare un elenco degli aiuti che ci servono",
447 "settings.supportFerdi.textSupportWelcomeHere": "here", 448 "settings.supportFerdi.textSupportWelcomeHere": "qui",
448 "settings.supportFerdi.textVolunteers": "The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 449 "settings.supportFerdi.textVolunteers": "Lo sviluppo dell'applicazione Ferdi è gestita interamente da volontari, persone che come te usano Ferdi. Queste persone mantengono e migliorano Ferdi nel loro tempo libero.",
449 "settings.supportFerdi.title": "Do you like Ferdi?", 450 "settings.supportFerdi.title": "Ti piace Ferdi?",
450 "settings.team.contentHeadline": "Franz Team Management", 451 "settings.team.contentHeadline": "Franz Team Management",
451 "settings.team.copy": "Franz's Team Management allows you to manage Franz Subscriptions for multiple users. Please keep in mind that having a Franz Premium subscription will give you no advantages in using Ferdi: The only reason you still have access to Team Management is so you can manage your legacy Franz Teams and so that you don't loose any functionality in managing your account.", 452 "settings.team.copy": "Il gestore di Team di Franz (Franz's Team Management) ti consente di gestire gli abbonamenti Franz (Franz Subscriptions) per più utenti. È importante ricordare che possedere un abbonamento Premium Franz non dà alcun beneficio nell'usare Ferdi. L'unico motivo per cui hai accesso al gestore di Team è perchè tu posa gestire i tuoi Team di Franz creati in precedenza così da non perdere alcuna funzionalità nella gestione del tuo account.",
452 "settings.team.headline": "Gruppo", 453 "settings.team.headline": "Gruppo",
453 "settings.team.intro": "Your are currently using Franz Servers, which is why you have access to Team Management.", 454 "settings.team.intro": "Al momento stai usando i Server di Franz. Questo è il motivo per cui puoi accedere alla gestione dei Team (Team Management).",
454 "settings.team.manageAction": "Manage your Team on meetfranz.com", 455 "settings.team.manageAction": "Gestisci i tuoi Team su meetfranz.com",
455 "settings.team.teamsUnavailable": "Teams are unavailable", 456 "settings.team.teamsUnavailable": "I Teams non sono disponibili",
456 "settings.team.teamsUnavailableInfo": "Teams are currently only available when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.", 457 "settings.team.teamsUnavailableInfo": "I Team sono disponibili esclusivamente usando Franz Server e dopo aver attivato Franz Professional (a pagamento). Per poter utilizzare i Team è necessario modificare il server in https://api.franzinfra.com.",
457 "settings.team.upgradeAction": "Aggiorna il tuo Account", 458 "settings.team.upgradeAction": "Aggiorna il tuo Account",
458 "settings.user.form.accountType.company": "Società", 459 "settings.user.form.accountType.company": "Società",
459 "settings.user.form.accountType.individual": "Individuale", 460 "settings.user.form.accountType.individual": "Individuale",
@@ -468,14 +469,14 @@
468 "settings.workspace.add.form.submitButton": "Crea workspace", 469 "settings.workspace.add.form.submitButton": "Crea workspace",
469 "settings.workspace.form.buttonDelete": "Cancella workspace", 470 "settings.workspace.form.buttonDelete": "Cancella workspace",
470 "settings.workspace.form.buttonSave": "Salva workspace", 471 "settings.workspace.form.buttonSave": "Salva workspace",
471 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*", 472 "settings.workspace.form.keepLoaded": "Mantieni questo Workspace caricato *",
472 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.", 473 "settings.workspace.form.keepLoadedInfo": "* questa opzione verrà sovrascritta dall'opzione globale \"Mantieni tutti i Workspace caricati\".",
473 "settings.workspace.form.name": "Nome", 474 "settings.workspace.form.name": "Nome",
474 "settings.workspace.form.servicesInWorkspaceHeadline": "Servizi in questo Workspace", 475 "settings.workspace.form.servicesInWorkspaceHeadline": "Servizi in questo Workspace",
475 "settings.workspace.form.yourWorkspaces": "I tuoi workspace", 476 "settings.workspace.form.yourWorkspaces": "I tuoi workspace",
476 "settings.workspaces.deletedInfo": "Il workspace è stato cancellato", 477 "settings.workspaces.deletedInfo": "Il workspace è stato cancellato",
477 "settings.workspaces.headline": "I tuoi workspace", 478 "settings.workspaces.headline": "I tuoi workspace",
478 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 479 "settings.workspaces.noWorkspacesAdded": "Non hai ancora creato alcun Workspace.",
479 "settings.workspaces.tryReloadWorkspaces": "Riprova", 480 "settings.workspaces.tryReloadWorkspaces": "Riprova",
480 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate", 481 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate",
481 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdi", 482 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdi",
@@ -507,8 +508,8 @@
507 "subscription.cta.choosePlan": "Scegli il tuo piano", 508 "subscription.cta.choosePlan": "Scegli il tuo piano",
508 "subscription.includedProFeatures": "Il piano Ferdi Professional include:", 509 "subscription.includedProFeatures": "Il piano Ferdi Professional include:",
509 "subscription.interval.per": "per {interval}", 510 "subscription.interval.per": "per {interval}",
510 "subscription.interval.perMonth": "per month", 511 "subscription.interval.perMonth": "per mese",
511 "subscription.interval.perMonthPerUser": "per month & user", 512 "subscription.interval.perMonthPerUser": "per mese e utente",
512 "subscription.planItem.upgradeAccount": "Potenzia l'Account", 513 "subscription.planItem.upgradeAccount": "Potenzia l'Account",
513 "subscription.teaser.includedFeatures": "I piani Ferdi a pagamento includono:", 514 "subscription.teaser.includedFeatures": "I piani Ferdi a pagamento includono:",
514 "subscription.teaser.intro": "Ferdi 5 contiene un ampia gamma di nuove caratteristiche per potenziare le tue comunicazioni di tutti i giorni - incluse le batterie. Dai un'occhiata ai nostri nuovi piani per scoprire quale si adatta di più a te!", 515 "subscription.teaser.intro": "Ferdi 5 contiene un ampia gamma di nuove caratteristiche per potenziare le tue comunicazioni di tutti i giorni - incluse le batterie. Dai un'occhiata ai nostri nuovi piani per scoprire quale si adatta di più a te!",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 8c1acae12..f8f8c1d00 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "言語", 308 "settings.app.form.language": "言語",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する", 310 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 601d07827..95ef16fa3 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "ენა", 308 "settings.app.form.language": "ენა",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში", 310 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 7b038c814..cfabe42a8 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -1,7 +1,7 @@
1{ 1{
2 "app.errorHandler.action": "새로고침", 2 "app.errorHandler.action": "새로고침",
3 "app.errorHandler.headline": "문제가 발생했습니다.", 3 "app.errorHandler.headline": "문제가 발생했습니다.",
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "사용자 정의 서버",
5 "changeserver.headline": "서버 번경", 5 "changeserver.headline": "서버 번경",
6 "changeserver.label": "서버", 6 "changeserver.label": "서버",
7 "changeserver.submit": "제출", 7 "changeserver.submit": "제출",
@@ -22,7 +22,7 @@
22 "feature.nightlyBuilds.activate": "활성화", 22 "feature.nightlyBuilds.activate": "활성화",
23 "feature.nightlyBuilds.cancel": "취소", 23 "feature.nightlyBuilds.cancel": "취소",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "나이틀리 빌드",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
28 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 28 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -53,7 +53,7 @@
53 "feature.shareFranz.action.email": "이메일로 보내기", 53 "feature.shareFranz.action.email": "이메일로 보내기",
54 "feature.shareFranz.action.facebook": "페이스북에 공유하기", 54 "feature.shareFranz.action.facebook": "페이스북에 공유하기",
55 "feature.shareFranz.action.twitter": "트위터에 공유하기", 55 "feature.shareFranz.action.twitter": "트위터에 공유하기",
56 "feature.shareFranz.headline": "Ferdi is better together!", 56 "feature.shareFranz.headline": "Ferdi 함께 할수록 좋습니다!",
57 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com", 57 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
58 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 58 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
59 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 59 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
@@ -72,12 +72,12 @@
72 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.", 72 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.",
73 "global.spellchecker.useDefault": "Use System Default ({default})", 73 "global.spellchecker.useDefault": "Use System Default ({default})",
74 "global.spellchecking.autodetect": "언어 자동 탐색", 74 "global.spellchecking.autodetect": "언어 자동 탐색",
75 "global.spellchecking.autodetect.short": "Automatic", 75 "global.spellchecking.autodetect.short": "자동",
76 "global.spellchecking.language": "Spell checking language", 76 "global.spellchecking.language": "Spell checking language",
77 "global.upgradeButton.upgradeToPro": "Ferdi 프로페셔널로 업그레이드 합니다.", 77 "global.upgradeButton.upgradeToPro": "Ferdi 프로페셔널로 업그레이드 합니다.",
78 "import.headline": "Import your Ferdi 4 services", 78 "import.headline": "Import your Ferdi 4 services",
79 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 79 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
80 "import.skip.label": "I want to add services manually", 80 "import.skip.label": "수동으로 서비스 추가",
81 "import.submit.label": "Import services", 81 "import.submit.label": "Import services",
82 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 82 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
83 "infobar.buttonChangelog": "새로운 기능", 83 "infobar.buttonChangelog": "새로운 기능",
@@ -123,44 +123,44 @@
123 "menu.app.hideOthers": "나머지 숨기기", 123 "menu.app.hideOthers": "나머지 숨기기",
124 "menu.app.quit": "종료", 124 "menu.app.quit": "종료",
125 "menu.app.settings": "설정", 125 "menu.app.settings": "설정",
126 "menu.app.unhide": "Unhide", 126 "menu.app.unhide": "보이기",
127 "menu.edit": "편집", 127 "menu.edit": "편집",
128 "menu.edit.copy": "복사", 128 "menu.edit.copy": "복사",
129 "menu.edit.cut": "잘라내기", 129 "menu.edit.cut": "잘라내기",
130 "menu.edit.delete": "삭제", 130 "menu.edit.delete": "삭제",
131 "menu.edit.emojiSymbols": "Emoji & Symbols", 131 "menu.edit.emojiSymbols": "Emoji & Symbols",
132 "menu.edit.findInPage": "Find in Page", 132 "menu.edit.findInPage": "현재 페이지에서 찾기",
133 "menu.edit.paste": "붙여넣기", 133 "menu.edit.paste": "붙여넣기",
134 "menu.edit.pasteAndMatchStyle": "Paste And Match Style", 134 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
135 "menu.edit.redo": "Redo", 135 "menu.edit.redo": "재시도",
136 "menu.edit.selectAll": "전체 선택", 136 "menu.edit.selectAll": "전체 선택",
137 "menu.edit.speech": "Speech", 137 "menu.edit.speech": "말하기",
138 "menu.edit.startDictation": "Start Dictation", 138 "menu.edit.startDictation": "받아쓰기 시작",
139 "menu.edit.startSpeaking": "Start Speaking", 139 "menu.edit.startSpeaking": "말하기 시작",
140 "menu.edit.stopSpeaking": "Stop Speaking", 140 "menu.edit.stopSpeaking": "말하기 중지",
141 "menu.edit.undo": "되돌리기", 141 "menu.edit.undo": "되돌리기",
142 "menu.file": "파일", 142 "menu.file": "파일",
143 "menu.help": "도움말", 143 "menu.help": "도움말",
144 "menu.help.changelog": "Changelog", 144 "menu.help.changelog": "변경 내역",
145 "menu.help.debugInfo": "Copy Debug Information", 145 "menu.help.debugInfo": "디버그 정보 복사",
146 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 146 "menu.help.debugInfoCopiedBody": "디버그 정보가 클립보드에 복사되었습니다.",
147 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 147 "menu.help.debugInfoCopiedHeadline": "Ferdi 디버그 정보",
148 "menu.help.learnMore": "Learn More", 148 "menu.help.learnMore": "자세히 보기",
149 "menu.help.privacy": "개인정보보호정책", 149 "menu.help.privacy": "개인정보보호정책",
150 "menu.help.publishDebugInfo": "Publish Debug Information", 150 "menu.help.publishDebugInfo": "Publish Debug Information",
151 "menu.help.support": "지원", 151 "menu.help.support": "지원",
152 "menu.help.tos": "이용 약관", 152 "menu.help.tos": "이용 약관",
153 "menu.services": "Services", 153 "menu.services": "서비스",
154 "menu.services.activatePreviousService": "Activate previous service", 154 "menu.services.activatePreviousService": "Activate previous service",
155 "menu.services.addNewService": "Add New Service...", 155 "menu.services.addNewService": "새로운 서비스 추가...",
156 "menu.services.goHome": "홈", 156 "menu.services.goHome": "홈",
157 "menu.services.setNextServiceActive": "Activate next service", 157 "menu.services.setNextServiceActive": "Activate next service",
158 "menu.todos": "Todos", 158 "menu.todos": "Todos",
159 "menu.todos.enableTodos": "Enable Todos", 159 "menu.todos.enableTodos": "Enable Todos",
160 "menu.view": "View", 160 "menu.view": "View",
161 "menu.view.back": "뒤로가기", 161 "menu.view.back": "뒤로가기",
162 "menu.view.enterFullScreen": "Enter Full Screen", 162 "menu.view.enterFullScreen": "전체 화면으로",
163 "menu.view.exitFullScreen": "Exit Full Screen", 163 "menu.view.exitFullScreen": "전체 화면 종료",
164 "menu.view.forward": "앞으로 가기", 164 "menu.view.forward": "앞으로 가기",
165 "menu.view.lockFerdi": "Lock Ferdi", 165 "menu.view.lockFerdi": "Lock Ferdi",
166 "menu.view.openQuickSwitch": "Open Quick Switch", 166 "menu.view.openQuickSwitch": "Open Quick Switch",
@@ -195,7 +195,7 @@
195 "pricing.features.appDelays": "No Waiting Screens", 195 "pricing.features.appDelays": "No Waiting Screens",
196 "pricing.features.appDelaysEnabled": "Occasional Waiting Screens", 196 "pricing.features.appDelaysEnabled": "Occasional Waiting Screens",
197 "pricing.features.customWebsites": "Add Custom Websites", 197 "pricing.features.customWebsites": "Add Custom Websites",
198 "pricing.features.desktopNotifications": "Desktop Notifications", 198 "pricing.features.desktopNotifications": "데스크탑 알림",
199 "pricing.features.onPremise": "On-premise & other Hosted Services", 199 "pricing.features.onPremise": "On-premise & other Hosted Services",
200 "pricing.features.recipes": "Choose from more than 70 Services", 200 "pricing.features.recipes": "Choose from more than 70 Services",
201 "pricing.features.serviceProxies": "Service Proxies", 201 "pricing.features.serviceProxies": "Service Proxies",
@@ -241,7 +241,7 @@
241 "service.restrictedHandler.action": "계정 업그레이드", 241 "service.restrictedHandler.action": "계정 업그레이드",
242 "service.restrictedHandler.customUrl.headline": "Ferdi 프로페셔널이 필요합니다.", 242 "service.restrictedHandler.customUrl.headline": "Ferdi 프로페셔널이 필요합니다.",
243 "service.restrictedHandler.customUrl.text": "자체 호스트 서비스와 커스텀 url을 사용하기 위해 Ferdi 프로페셔널로 업그레이드 하세요.", 243 "service.restrictedHandler.customUrl.text": "자체 호스트 서비스와 커스텀 url을 사용하기 위해 Ferdi 프로페셔널로 업그레이드 하세요.",
244 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 244 "service.restrictedHandler.serviceLimit.headline": "서비스 한도에 도달하였습니다.",
245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
246 "service.webviewLoader.loading": "{service} 로딩 중", 246 "service.webviewLoader.loading": "{service} 로딩 중",
247 "services.getStarted": "시작하기", 247 "services.getStarted": "시작하기",
@@ -285,10 +285,10 @@
285 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 285 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
286 "settings.app.cacheNotCleared": "모든 캐시를 지우지 못했습니다.", 286 "settings.app.cacheNotCleared": "모든 캐시를 지우지 못했습니다.",
287 "settings.app.currentVersion": "현재 버전:", 287 "settings.app.currentVersion": "현재 버전:",
288 "settings.app.form.accentColor": "Accent color", 288 "settings.app.form.accentColor": "강조 색상",
289 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 289 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
291 "settings.app.form.autoLaunchInBackground": "Open in background", 291 "settings.app.form.autoLaunchInBackground": "백그라운드로 열기",
292 "settings.app.form.autoLaunchOnStart": "부팅 시 Ferdi 실행", 292 "settings.app.form.autoLaunchOnStart": "부팅 시 Ferdi 실행",
293 "settings.app.form.automaticUpdates": "업데이트 활성화", 293 "settings.app.form.automaticUpdates": "업데이트 활성화",
294 "settings.app.form.beta": "베타 버전 포함", 294 "settings.app.form.beta": "베타 버전 포함",
@@ -301,26 +301,27 @@
301 "settings.app.form.enableTodos": "Enable Ferdi Todos", 301 "settings.app.form.enableTodos": "Enable Ferdi Todos",
302 "settings.app.form.hibernate": "Enable service hibernation", 302 "settings.app.form.hibernate": "Enable service hibernation",
303 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 303 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
304 "settings.app.form.hibernationStrategy": "Hibernation strategy", 304 "settings.app.form.hibernationStrategy": "하이버네이션 전략",
305 "settings.app.form.iconSize": "Service icon size", 305 "settings.app.form.iconSize": "Service icon size",
306 "settings.app.form.inactivityLock": "Lock after inactivity", 306 "settings.app.form.inactivityLock": "Lock after inactivity",
307 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 307 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
308 "settings.app.form.language": "언어", 308 "settings.app.form.language": "언어",
309 "settings.app.form.lockPassword": "비밀번호", 309 "settings.app.form.lockPassword": "비밀번호",
310 "settings.app.form.minimizeToSystemTray": "시스템 트레이에 Ferdi 최소화", 310 "settings.app.form.minimizeToSystemTray": "시스템 트레이에 Ferdi 최소화",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
315 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 316 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume",
316 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 317 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
317 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 318 "settings.app.form.scheduledDNDEnabled": "방해 금지 모드 시간 설정",
318 "settings.app.form.scheduledDNDEnd": "To", 319 "settings.app.form.scheduledDNDEnd": "To",
319 "settings.app.form.scheduledDNDStart": "From", 320 "settings.app.form.scheduledDNDStart": "From",
320 "settings.app.form.sentry": "Send telemetry data", 321 "settings.app.form.sentry": "Send telemetry data",
321 "settings.app.form.serviceRibbonWidth": "사이드바 너비", 322 "settings.app.form.serviceRibbonWidth": "사이드바 너비",
322 "settings.app.form.showDisabledServices": "Display disabled services tabs", 323 "settings.app.form.showDisabledServices": "사용하지 않는 서비스 출력",
323 "settings.app.form.showDragArea": "Show draggable area on window", 324 "settings.app.form.showDragArea": "드래그 가능 영역 보기",
324 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 325 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
325 "settings.app.form.startMinimized": "최소화 된 상태로 시작", 326 "settings.app.form.startMinimized": "최소화 된 상태로 시작",
326 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 327 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
@@ -334,7 +335,7 @@
334 "settings.app.headlineUpdates": "업데이트", 335 "settings.app.headlineUpdates": "업데이트",
335 "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.", 336 "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.",
336 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 337 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
337 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 338 "settings.app.languageDisclaimer": "공식 지우너 언어는 영어와 독일어이며 이외 언어들은 커뮤니티에 의해 번역되고 있습니다.",
338 "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.", 339 "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.",
339 "settings.app.lockedPassword": "비밀번호", 340 "settings.app.lockedPassword": "비밀번호",
340 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 341 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
@@ -348,7 +349,7 @@
348 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 349 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
349 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 350 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
350 "settings.app.updateStatusAvailable": "사용가능 한 업데이트 다운로드 중", 351 "settings.app.updateStatusAvailable": "사용가능 한 업데이트 다운로드 중",
351 "settings.app.updateStatusSearching": "Is searching for update", 352 "settings.app.updateStatusSearching": "업데이트 검색",
352 "settings.app.updateStatusUpToDate": "Ferdi 최신 버전을 사용 중입니다.", 353 "settings.app.updateStatusUpToDate": "Ferdi 최신 버전을 사용 중입니다.",
353 "settings.invite.headline": "친구 초대하기", 354 "settings.invite.headline": "친구 초대하기",
354 "settings.navigation.account": "계정", 355 "settings.navigation.account": "계정",
@@ -368,20 +369,20 @@
368 "settings.recipes.customService.openDevDocs": "개발 문서", 369 "settings.recipes.customService.openDevDocs": "개발 문서",
369 "settings.recipes.customService.openFolder": "폴더 열기", 370 "settings.recipes.customService.openFolder": "폴더 열기",
370 "settings.recipes.headline": "사용가능 한 서비스", 371 "settings.recipes.headline": "사용가능 한 서비스",
371 "settings.recipes.missingService": "Missing a service?", 372 "settings.recipes.missingService": "서비스가 보이지 않습니까?",
372 "settings.recipes.mostPopular": "Most popular", 373 "settings.recipes.mostPopular": "가장 인기 있는",
373 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:", 374 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option:",
374 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 375 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.",
375 "settings.searchService": "Search service", 376 "settings.searchService": "서비스 찾기",
376 "settings.service.error.goBack": "Back to services", 377 "settings.service.error.goBack": "서비스로 돌아가기",
377 "settings.service.error.headline": "에러", 378 "settings.service.error.headline": "에러",
378 "settings.service.error.message": "Could not load service recipe.", 379 "settings.service.error.message": "Could not load service recipe.",
379 "settings.service.form.addServiceHeadline": "{name} 추가", 380 "settings.service.form.addServiceHeadline": "{name} 추가",
380 "settings.service.form.availableServices": "사용가능 한 서비스", 381 "settings.service.form.availableServices": "사용가능 한 서비스",
381 "settings.service.form.customUrl": "Custom server", 382 "settings.service.form.customUrl": "사용자 정의 서버",
382 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 383 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
383 "settings.service.form.customUrlUpgradeAccount": "내 계정 업그레이드", 384 "settings.service.form.customUrlUpgradeAccount": "내 계정 업그레이드",
384 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 385 "settings.service.form.customUrlValidationError": "사용자 정의 {name} 서버를 확인할 수 없습니다.",
385 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness", 386 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness",
386 "settings.service.form.darkReaderContrast": "Dark Reader Contrast", 387 "settings.service.form.darkReaderContrast": "Dark Reader Contrast",
387 "settings.service.form.darkReaderSepia": "Dark Reader Sepia", 388 "settings.service.form.darkReaderSepia": "Dark Reader Sepia",
@@ -390,7 +391,7 @@
390 "settings.service.form.disableHibernationInfo": "You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 391 "settings.service.form.disableHibernationInfo": "You currently have hibernation enabled but you can disable hibernation for individual services using this option.",
391 "settings.service.form.editServiceHeadline": "편집 {name}", 392 "settings.service.form.editServiceHeadline": "편집 {name}",
392 "settings.service.form.enableAudio": "오디오 활성화", 393 "settings.service.form.enableAudio": "오디오 활성화",
393 "settings.service.form.enableBadge": "Show unread message badges", 394 "settings.service.form.enableBadge": "읽지 않은 메세지 배지 표시",
394 "settings.service.form.enableDarkMode": "다크 모드 활성화", 395 "settings.service.form.enableDarkMode": "다크 모드 활성화",
395 "settings.service.form.enableNotification": "알림 허용", 396 "settings.service.form.enableNotification": "알림 허용",
396 "settings.service.form.enableService": "서비스 활성화", 397 "settings.service.form.enableService": "서비스 활성화",
@@ -423,8 +424,8 @@
423 "settings.service.form.team": "팀", 424 "settings.service.form.team": "팀",
424 "settings.service.form.useHostedService": "Use the hosted {name} service.", 425 "settings.service.form.useHostedService": "Use the hosted {name} service.",
425 "settings.service.form.yourServices": "서비스", 426 "settings.service.form.yourServices": "서비스",
426 "settings.services.deletedInfo": "Service has been deleted", 427 "settings.services.deletedInfo": "서비스가 삭제되었습니다.",
427 "settings.services.discoverServices": "Discover services", 428 "settings.services.discoverServices": "서비스 발견",
428 "settings.services.headline": "서비스", 429 "settings.services.headline": "서비스",
429 "settings.services.noServicesAdded": "Start by adding a service.", 430 "settings.services.noServicesAdded": "Start by adding a service.",
430 "settings.services.servicesRequestFailed": "서비스를 불러올 수 없습니다.", 431 "settings.services.servicesRequestFailed": "서비스를 불러올 수 없습니다.",
@@ -433,14 +434,14 @@
433 "settings.services.tooltip.notificationsDisabled": "알림이 비활성화 되어 있습니다.", 434 "settings.services.tooltip.notificationsDisabled": "알림이 비활성화 되어 있습니다.",
434 "settings.services.updatedInfo": "변경사항이 저장되었습니다.", 435 "settings.services.updatedInfo": "변경사항이 저장되었습니다.",
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>",
436 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 437 "settings.supportFerdi.bannerText": "Ferdi 서비스 향상에 도움을 주기를 원하십니까?",
437 "settings.supportFerdi.headline": "Ferdi에 대해", 438 "settings.supportFerdi.headline": "Ferdi에 대해",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "설문조사 열기",
439 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 440 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,",
440 "settings.supportFerdi.textDonationAnd": "and", 441 "settings.supportFerdi.textDonationAnd": "그리고",
441 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 442 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our",
442 "settings.supportFerdi.textGitHubSponsors": "깃허브 후원자", 443 "settings.supportFerdi.textGitHubSponsors": "깃허브 후원자",
443 "settings.supportFerdi.textListContributors": "Full list of contributors", 444 "settings.supportFerdi.textListContributors": "기여자 전체 목록",
444 "settings.supportFerdi.textListContributorsHere": "here", 445 "settings.supportFerdi.textListContributorsHere": "here",
445 "settings.supportFerdi.textOpenCollective": "Open Collective", 446 "settings.supportFerdi.textOpenCollective": "Open Collective",
446 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need", 447 "settings.supportFerdi.textSupportWelcome": "Support is always welcome. You can find a list of the help we need",
@@ -485,7 +486,7 @@
485 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 486 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
486 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 487 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
487 "sidebar.lockFerdi": "Lock Ferdi", 488 "sidebar.lockFerdi": "Lock Ferdi",
488 "sidebar.muteApp": "Disable notifications & audio", 489 "sidebar.muteApp": "알림 알림 소리 비활성화",
489 "sidebar.openTodosDrawer": "Open Ferdi Todos", 490 "sidebar.openTodosDrawer": "Open Ferdi Todos",
490 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 491 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
491 "sidebar.settings": "설정", 492 "sidebar.settings": "설정",
@@ -505,7 +506,7 @@
505 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 506 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
506 "subscription.cta.allOptions": "모든 옵션 보기", 507 "subscription.cta.allOptions": "모든 옵션 보기",
507 "subscription.cta.choosePlan": "플랜을 선택하세요", 508 "subscription.cta.choosePlan": "플랜을 선택하세요",
508 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:", 509 "subscription.includedProFeatures": "Ferdi 프로페셔널 플랜에 포함된 것",
509 "subscription.interval.per": "per {interval}", 510 "subscription.interval.per": "per {interval}",
510 "subscription.interval.perMonth": "per month", 511 "subscription.interval.perMonth": "per month",
511 "subscription.interval.perMonthPerUser": "per month & user", 512 "subscription.interval.perMonthPerUser": "per month & user",
@@ -540,7 +541,7 @@
540 "workspaceDrawer.headline": "작업 공간", 541 "workspaceDrawer.headline": "작업 공간",
541 "workspaceDrawer.item.contextMenuEdit": "편집", 542 "workspaceDrawer.item.contextMenuEdit": "편집",
542 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 543 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
543 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 544 "workspaceDrawer.premiumCtaButtonLabel": " 작업 공간 생성",
544 "workspaceDrawer.proFeatureBadge": "프리미엄 기능", 545 "workspaceDrawer.proFeatureBadge": "프리미엄 기능",
545 "workspaceDrawer.reactivatePremiumAccountLabel": "프리미엄 계정 다시 활성화하기", 546 "workspaceDrawer.reactivatePremiumAccountLabel": "프리미엄 계정 다시 활성화하기",
546 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 547 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index 97f340d59..dde8fcb83 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -129,6 +129,7 @@
129 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen", 129 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
130 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet", 130 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet",
131 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet", 131 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet",
132 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
132 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet", 133 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet",
133 "settings.app.form.language": "Språk", 134 "settings.app.form.language": "Språk",
134 "settings.app.form.beta": "Inkluder beta versjoner", 135 "settings.app.form.beta": "Inkluder beta versjoner",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index b554a6a72..3f2147ddf 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Taal", 308 "settings.app.form.language": "Taal",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk", 310 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index c7e3a50d8..5d35122e2 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Server wijzigen", 5 "changeserver.headline": "Server wijzigen",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Verzenden", 7 "changeserver.submit": "Verzenden",
8 "changeserver.urlError": "Enter a valid URL", 8 "changeserver.urlError": "Vul een geldige URL in",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 9 "changeserver.warning": "Extra instellingen van Ferdi worden niet opgeslagen",
10 "connectionLostBanner.cta": "Een service opnieuw laden", 10 "connectionLostBanner.cta": "Een service opnieuw laden",
11 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "Wat gebeurde er?",
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Oh nee! Ferdi heeft de verbinding met {name} verloren.",
13 "feature.announcements.changelog.headline": "Wijzigingen in Ferdi {version}", 13 "feature.announcements.changelog.headline": "Wijzigingen in Ferdi {version}",
14 "feature.debugger.title": "Publish debugging information", 14 "feature.debugger.title": "Foutopsporingsinformatie publiceren",
15 "feature.delayApp.headline": "Sponsor Ferdi om wachten over te slaan", 15 "feature.delayApp.headline": "Sponsor Ferdi om wachten over te slaan",
16 "feature.delayApp.text": "Ferdi gaat over {seconds} seconden verder.", 16 "feature.delayApp.text": "Ferdi gaat over {seconds} seconden verder.",
17 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional", 17 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
@@ -19,10 +19,10 @@
19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 19 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
20 "feature.delayApp.upgrade.action": "Sponsor Ferdi", 20 "feature.delayApp.upgrade.action": "Sponsor Ferdi",
21 "feature.delayApp.upgrade.actionShort": "Upgrade Account", 21 "feature.delayApp.upgrade.actionShort": "Upgrade Account",
22 "feature.nightlyBuilds.activate": "Activate", 22 "feature.nightlyBuilds.activate": "Activeren",
23 "feature.nightlyBuilds.cancel": "Annuleer", 23 "feature.nightlyBuilds.cancel": "Annuleer",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Nachtelijke builds",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
28 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 28 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -39,14 +39,14 @@
39 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.", 39 "feature.planSelection.personal.text": "More services, no waiting - ideal for personal use.",
40 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment", 40 "feature.planSelection.pricesBasedOnAnnualPayment": "All prices based on yearly payment",
41 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.", 41 "feature.planSelection.pro.text": "Unlimited services and professional features for you - and your team.",
42 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 42 "feature.publishDebugInfo.error": "Er is een fout opgetreden tijdens het publiceren van de debug informatie. Probeer het later opnieuw of bekijk de console voor meer informatie.",
43 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", 43 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service",
44 "feature.publishDebugInfo.privacy": "Privacybeleid", 44 "feature.publishDebugInfo.privacy": "Privacybeleid",
45 "feature.publishDebugInfo.publish": "Accepteren en publiceren", 45 "feature.publishDebugInfo.publish": "Accepteren en publiceren",
46 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 46 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
47 "feature.publishDebugInfo.terms": "Gebruiksvoorwaarden", 47 "feature.publishDebugInfo.terms": "Gebruiksvoorwaarden",
48 "feature.publishDebugInfo.title": "Publish debug information", 48 "feature.publishDebugInfo.title": "Foutopsporingsinformatie publiceren",
49 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 49 "feature.quickSwitch.info": "Selecteer een service met TAB, ↑ en ↓. Open een service met ENTER.",
50 "feature.quickSwitch.search": "Zoeken...", 50 "feature.quickSwitch.search": "Zoeken...",
51 "feature.quickSwitch.title": "QuickSwitch", 51 "feature.quickSwitch.title": "QuickSwitch",
52 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 52 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
@@ -58,7 +58,7 @@
58 "feature.shareFranz.shareText.twitter": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com /cc @FerdiMessenger", 58 "feature.shareFranz.shareText.twitter": "Ik heb {count} services toegevoegd aan Ferdi! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.getferdi.com /cc @FerdiMessenger",
59 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons om bekender te worden.", 59 "feature.shareFranz.text": "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons om bekender te worden.",
60 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!", 60 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
61 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.", 61 "feature.todos.premium.rollout": "Alle anderen zullen nog wat langer moeten wachten.",
62 "feature.todos.premium.upgrade": "Upgrade Account", 62 "feature.todos.premium.upgrade": "Upgrade Account",
63 "feature.trialStatusBar.cta": "Upgrade now", 63 "feature.trialStatusBar.cta": "Upgrade now",
64 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.", 64 "feature.trialStatusBar.expired": "Your free Ferdi {plan} Trial has expired, please upgrade your account.",
@@ -68,13 +68,13 @@
68 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan", 68 "feature.trialStatusBar.fullscreen.dialog.title": "Downgrade your Ferdi Plan",
69 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.", 69 "feature.trialStatusBar.restTime": "Your Free Ferdi {plan} Trial ends in {time}.",
70 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.", 70 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.",
71 "global.franzProRequired": "Ferdi Professional Required", 71 "global.franzProRequired": "Ferdi Professional Vereist",
72 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.", 72 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.",
73 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})", 73 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})",
74 "global.spellchecking.autodetect": "Taal automatisch herkennen", 74 "global.spellchecking.autodetect": "Taal automatisch herkennen",
75 "global.spellchecking.autodetect.short": "Automatisch", 75 "global.spellchecking.autodetect.short": "Automatisch",
76 "global.spellchecking.language": "Taal voor spellingcontrole", 76 "global.spellchecking.language": "Taal voor spellingcontrole",
77 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 77 "global.upgradeButton.upgradeToPro": "Upgrade naar Ferdi Professional",
78 "import.headline": "Importeer uw Ferdi 4-services", 78 "import.headline": "Importeer uw Ferdi 4-services",
79 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdi 5", 79 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdi 5",
80 "import.skip.label": "Ik wil diensten handmatig toevoegen", 80 "import.skip.label": "Ik wil diensten handmatig toevoegen",
@@ -275,7 +275,7 @@
275 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 275 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
276 "settings.account.tryReloadServices": "Probeer opnieuw", 276 "settings.account.tryReloadServices": "Probeer opnieuw",
277 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw", 277 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw",
278 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 278 "settings.account.upgradeToPro.label": "Upgrade naar Ferdi Professional",
279 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden", 279 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden",
280 "settings.account.yourLicense": "Your Ferdi License", 280 "settings.account.yourLicense": "Your Ferdi License",
281 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)", 281 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Taal", 308 "settings.app.form.language": "Taal",
309 "settings.app.form.lockPassword": "Wachtwoord", 309 "settings.app.form.lockPassword": "Wachtwoord",
310 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak", 310 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Toon geen bericht-inhoud in meldingen", 314 "settings.app.form.privateNotifications": "Toon geen bericht-inhoud in meldingen",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 1733c6b5b..8859a432c 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Språk", 308 "settings.app.form.language": "Språk",
309 "settings.app.form.lockPassword": "Passord", 309 "settings.app.form.lockPassword": "Passord",
310 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemstatusfeltet", 310 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemstatusfeltet",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigasjonsbar oppførsel", 312 "settings.app.form.navigationBarBehaviour": "Navigasjonsbar oppførsel",
312 "settings.app.form.predefinedTodoServer": "Gjøremål-tjener", 313 "settings.app.form.predefinedTodoServer": "Gjøremål-tjener",
313 "settings.app.form.privateNotifications": "Ikke vis meldingsinnholdet i varsler", 314 "settings.app.form.privateNotifications": "Ikke vis meldingsinnholdet i varsler",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 2fee10f0a..8c9147bfd 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Język", 308 "settings.app.form.language": "Język",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi", 310 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 73f0db6c8..889429407 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -287,7 +287,7 @@
287 "settings.app.currentVersion": "Versão atual", 287 "settings.app.currentVersion": "Versão atual",
288 "settings.app.form.accentColor": "Cor de destaque", 288 "settings.app.form.accentColor": "Cor de destaque",
289 "settings.app.form.adaptableDarkMode": "Sincronizar o modo escuro com a configuração de modo escuro do meu SO", 289 "settings.app.form.adaptableDarkMode": "Sincronizar o modo escuro com a configuração de modo escuro do meu SO",
290 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 290 "settings.app.form.alwaysShowWorkspaces": "Sempre mostrar gaveta de espaço de trabalho",
291 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano", 291 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano",
292 "settings.app.form.autoLaunchOnStart": "Iniciar o Ferdi após iniciar o computador", 292 "settings.app.form.autoLaunchOnStart": "Iniciar o Ferdi após iniciar o computador",
293 "settings.app.form.automaticUpdates": "Habilitar atualizações", 293 "settings.app.form.automaticUpdates": "Habilitar atualizações",
@@ -308,10 +308,11 @@
308 "settings.app.form.language": "Idioma", 308 "settings.app.form.language": "Idioma",
309 "settings.app.form.lockPassword": "Senha", 309 "settings.app.form.lockPassword": "Senha",
310 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema", 310 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação", 312 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação",
312 "settings.app.form.predefinedTodoServer": "Servidor Todo", 313 "settings.app.form.predefinedTodoServer": "Servidor Todo",
313 "settings.app.form.privateNotifications": "Não mostrar o conteúdo das mensagens nas notificações", 314 "settings.app.form.privateNotifications": "Não mostrar o conteúdo das mensagens nas notificações",
314 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 315 "settings.app.form.notifyTaskBarOnMessage": "Notificar TaskBar/Dock na nova mensagem",
315 "settings.app.form.reloadAfterResume": "Recarregar Ferdi após restabelecer o sistema", 316 "settings.app.form.reloadAfterResume": "Recarregar Ferdi após restabelecer o sistema",
316 "settings.app.form.runInBackground": "Manter o Ferdi em segundo plano ao fechar a janela", 317 "settings.app.form.runInBackground": "Manter o Ferdi em segundo plano ao fechar a janela",
317 "settings.app.form.scheduledDNDEnabled": "Ativar modo Não-Perturbar agendado", 318 "settings.app.form.scheduledDNDEnabled": "Ativar modo Não-Perturbar agendado",
@@ -435,7 +436,7 @@
435 "settings.supportFerdi.aboutIntro": "<p>Ferdi é um aplicativo de código aberto e uma aplicação de líder de comunidade.</p><p>Obrigado às pessoas que tornam isso possível:</p>", 436 "settings.supportFerdi.aboutIntro": "<p>Ferdi é um aplicativo de código aberto e uma aplicação de líder de comunidade.</p><p>Obrigado às pessoas que tornam isso possível:</p>",
436 "settings.supportFerdi.bannerText": "Deseja nos ajudar a melhorar o Ferdi?", 437 "settings.supportFerdi.bannerText": "Deseja nos ajudar a melhorar o Ferdi?",
437 "settings.supportFerdi.headline": "Sobre o Ferdi", 438 "settings.supportFerdi.headline": "Sobre o Ferdi",
438 "settings.supportFerdi.openSurvey": "Open survey", 439 "settings.supportFerdi.openSurvey": "Abrir pesquisa",
439 "settings.supportFerdi.textDonation": "Se você quiser apoiar o desenvolvimento de Ferdi com uma doação, você pode fazê-lo em ambos,", 440 "settings.supportFerdi.textDonation": "Se você quiser apoiar o desenvolvimento de Ferdi com uma doação, você pode fazê-lo em ambos,",
440 "settings.supportFerdi.textDonationAnd": "e", 441 "settings.supportFerdi.textDonationAnd": "e",
441 "settings.supportFerdi.textExpenses": "Enquanto os voluntários fazem a maior parte do trabalho, ainda precisamos pagar por servidores e certificados. Como uma comunidade, somos totalmente transparentes com os fundos que coletamos e gastamos - veja", 442 "settings.supportFerdi.textExpenses": "Enquanto os voluntários fazem a maior parte do trabalho, ainda precisamos pagar por servidores e certificados. Como uma comunidade, somos totalmente transparentes com os fundos que coletamos e gastamos - veja",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index d5017aaf9..6181eec70 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -19,7 +19,7 @@
19 "feature.delayApp.trial.headline": "Empieza el periodo de prueba de Ferdi Profesional por 14 días y cruza la linea.", 19 "feature.delayApp.trial.headline": "Empieza el periodo de prueba de Ferdi Profesional por 14 días y cruza la linea.",
20 "feature.delayApp.upgrade.action": "Adquira uma licença de suporte Ferdi", 20 "feature.delayApp.upgrade.action": "Adquira uma licença de suporte Ferdi",
21 "feature.delayApp.upgrade.actionShort": "Faça upgrade da conta", 21 "feature.delayApp.upgrade.actionShort": "Faça upgrade da conta",
22 "feature.nightlyBuilds.activate": "Activate", 22 "feature.nightlyBuilds.activate": "Activar",
23 "feature.nightlyBuilds.cancel": "Cancelar", 23 "feature.nightlyBuilds.cancel": "Cancelar",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Nightly Builds",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Idioma", 308 "settings.app.form.language": "Idioma",
309 "settings.app.form.lockPassword": "Palavra-passe", 309 "settings.app.form.lockPassword": "Palavra-passe",
310 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi para a área de sistema", 310 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi para a área de sistema",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação", 312 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação",
312 "settings.app.form.predefinedTodoServer": "Servidor das Tarefas", 313 "settings.app.form.predefinedTodoServer": "Servidor das Tarefas",
313 "settings.app.form.privateNotifications": "Não mostrar o conteúdo de mensagens nas notificações", 314 "settings.app.form.privateNotifications": "Não mostrar o conteúdo de mensagens nas notificações",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 1db6f1a71..8a4a03bda 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 656d2bf3d..bd42cac86 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Язык", 308 "settings.app.form.language": "Язык",
309 "settings.app.form.lockPassword": "Пароль", 309 "settings.app.form.lockPassword": "Пароль",
310 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей", 310 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index eff34332d..917b799b1 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -212,8 +212,8 @@
212 "pricing.plan.personal-monthly": "Ferdi Personal Monthly", 212 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
213 "pricing.plan.personal-yearly": "Ferdi Personal Yearly", 213 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
214 "pricing.plan.pro": "Ferdi Professional", 214 "pricing.plan.pro": "Ferdi Professional",
215 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 215 "pricing.plan.pro-monthly": "Ferdi Professional Mesačne",
216 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 216 "pricing.plan.pro-yearly": "Ferdi Professional Ročne",
217 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 217 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
218 "pricing.trial.cta.skip": "Continue to Ferdi", 218 "pricing.trial.cta.skip": "Continue to Ferdi",
219 "pricing.trial.cta.start": "Start using Ferdi", 219 "pricing.trial.cta.start": "Start using Ferdi",
@@ -243,7 +243,7 @@
243 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 243 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
244 "service.restrictedHandler.serviceLimit.headline": "Dosiahli ste limit počtu zariadení.", 244 "service.restrictedHandler.serviceLimit.headline": "Dosiahli ste limit počtu zariadení.",
245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 245 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
246 "service.webviewLoader.loading": "Loading {service}", 246 "service.webviewLoader.loading": "Načítavam {service}",
247 "services.getStarted": "Začíname", 247 "services.getStarted": "Začíname",
248 "services.login": "Please login to use Ferdi.", 248 "services.login": "Please login to use Ferdi.",
249 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 249 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Jazyk", 308 "settings.app.form.language": "Jazyk",
309 "settings.app.form.lockPassword": "Heslo", 309 "settings.app.form.lockPassword": "Heslo",
310 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty", 310 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 0f8bdd914..3536c4f84 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 91105f68e..0725bd738 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Jezik", 308 "settings.app.form.language": "Jezik",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 310 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index b2ca460eb..90c191941 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Språk", 308 "settings.app.form.language": "Språk",
309 "settings.app.form.lockPassword": "Lösenord", 309 "settings.app.form.lockPassword": "Lösenord",
310 "settings.app.form.minimizeToSystemTray": "Minimera Ferdi till systemfältet", 310 "settings.app.form.minimizeToSystemTray": "Minimera Ferdi till systemfältet",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigeringsfältets beteende", 312 "settings.app.form.navigationBarBehaviour": "Navigeringsfältets beteende",
312 "settings.app.form.predefinedTodoServer": "Todo-server", 313 "settings.app.form.predefinedTodoServer": "Todo-server",
313 "settings.app.form.privateNotifications": "Visa inte meddelandeinnehåll i aviseringar", 314 "settings.app.form.privateNotifications": "Visa inte meddelandeinnehåll i aviseringar",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 47a6b3c7e..eb3a95c21 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Sunucuyu değiştir", 5 "changeserver.headline": "Sunucuyu değiştir",
6 "changeserver.label": "Sunucu", 6 "changeserver.label": "Sunucu",
7 "changeserver.submit": "Gönder", 7 "changeserver.submit": "Gönder",
8 "changeserver.urlError": "Enter a valid URL", 8 "changeserver.urlError": "Geçerli bir URL girin",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 9 "changeserver.warning": "Ferdi'nin sunduğu ekstra ayarlar kaydedilmeyecektir",
10 "connectionLostBanner.cta": "Servisi Tekrar Yükle", 10 "connectionLostBanner.cta": "Servisi Tekrar Yükle",
11 "connectionLostBanner.informationLink": "What happened?", 11 "connectionLostBanner.informationLink": "Ne oldu?",
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 12 "connectionLostBanner.message": "Nayır, nolamaz! Ferdi {name} ile bağlantısını yitirdi.",
13 "feature.announcements.changelog.headline": "Ferdi {version} Sürümündeki Değişiklikler", 13 "feature.announcements.changelog.headline": "Ferdi {version} Sürümündeki Değişiklikler",
14 "feature.debugger.title": "Publish debugging information", 14 "feature.debugger.title": "Hata ayıklama bilgisini yayımla",
15 "feature.delayApp.headline": "Beklememek için Ferdi Destek Lisansı'nı satın alın", 15 "feature.delayApp.headline": "Beklememek için Ferdi Destek Lisansı'nı satın alın",
16 "feature.delayApp.text": "Ferdi {seconds} saniye sonra devam edecek.", 16 "feature.delayApp.text": "Ferdi {seconds} saniye sonra devam edecek.",
17 "feature.delayApp.trial.action": "Evet, Ferdi Professional'ın 14 günlük ücretsiz denemesini istiyorum", 17 "feature.delayApp.trial.action": "Evet, Ferdi Professional'ın 14 günlük ücretsiz denemesini istiyorum",
@@ -21,8 +21,8 @@
21 "feature.delayApp.upgrade.actionShort": "Hesabı Yükselt", 21 "feature.delayApp.upgrade.actionShort": "Hesabı Yükselt",
22 "feature.nightlyBuilds.activate": "Etkinleştir", 22 "feature.nightlyBuilds.activate": "Etkinleştir",
23 "feature.nightlyBuilds.cancel": "İptal", 23 "feature.nightlyBuilds.cancel": "İptal",
24 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 24 "feature.nightlyBuilds.info": "Nightly yapılar Ferdi'nin deneysel sürümleri olup tamamlanmamış özellikler içerebilir. Bu nightly yapılar genellikle geliştiriciler tarafından yeni özellikleri deneyip geliştirmek için kullanılır. Ne yaptığınızı bilmiyorsanız nightly yapıları etkinleştirmeyin.",
25 "feature.nightlyBuilds.title": "Nightly Builds", 25 "feature.nightlyBuilds.title": "Nightly Yapılar",
26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free", 26 "feature.planSelection.cta.ctaDowngradeFree": "Downgrade to Free",
27 "feature.planSelection.cta.stayOnFree": "Stay on Free", 27 "feature.planSelection.cta.stayOnFree": "Stay on Free",
28 "feature.planSelection.cta.trial": "Start my free 14-days Trial", 28 "feature.planSelection.cta.trial": "Start my free 14-days Trial",
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Dil", 308 "settings.app.form.language": "Dil",
309 "settings.app.form.lockPassword": "Şifre", 309 "settings.app.form.lockPassword": "Şifre",
310 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült", 310 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 289e77af1..389860feb 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Мова", 308 "settings.app.form.language": "Мова",
309 "settings.app.form.lockPassword": "Пароль", 309 "settings.app.form.lockPassword": "Пароль",
310 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка", 310 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index cb4a5b9e5..3a3619902 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index b617f7e0a..0c83bc021 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -284,6 +284,7 @@
284 "settings.app.form.language": "Language", 284 "settings.app.form.language": "Language",
285 "settings.app.form.lockPassword": "Password", 285 "settings.app.form.lockPassword": "Password",
286 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 286 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
287 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
287 "settings.app.form.noUpdates": "Disable updates", 288 "settings.app.form.noUpdates": "Disable updates",
288 "settings.app.form.privateNotifications": "Don't show message content in notifications", 289 "settings.app.form.privateNotifications": "Don't show message content in notifications",
289 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 290 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 05830e0a5..219067f12 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "語言", 308 "settings.app.form.language": "語言",
309 "settings.app.form.lockPassword": "密碼", 309 "settings.app.form.lockPassword": "密碼",
310 "settings.app.form.minimizeToSystemTray": "最小化至系統匣", 310 "settings.app.form.minimizeToSystemTray": "最小化至系統匣",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index d04b1a326..f4bf16afb 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -211,6 +211,7 @@
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "語言", 212 "settings.app.form.language": "語言",
213 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系統列", 213 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系統列",
214 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
214 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdi 在背景運作", 215 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdi 在背景運作",
215 "settings.app.form.showDisabledServices": "顯示停用的服務標籤", 216 "settings.app.form.showDisabledServices": "顯示停用的服務標籤",
216 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息", 217 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index baf8b4c68..4e2050eb9 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -308,6 +308,7 @@
308 "settings.app.form.language": "Language", 308 "settings.app.form.language": "Language",
309 "settings.app.form.lockPassword": "Password", 309 "settings.app.form.lockPassword": "Password",
310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 310 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
311 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
311 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 312 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
312 "settings.app.form.predefinedTodoServer": "Todo Server", 313 "settings.app.form.predefinedTodoServer": "Todo Server",
313 "settings.app.form.privateNotifications": "Don't show message content in notifications", 314 "settings.app.form.privateNotifications": "Don't show message content in notifications",
diff --git a/src/index.js b/src/index.js
index b5d08ea76..28bbe19c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -271,7 +271,7 @@ const createWindow = () => {
271 debug('Window: minimize'); 271 debug('Window: minimize');
272 mainWindow.minimize(); 272 mainWindow.minimize();
273 273
274 if (settings.get('minimizeToSystemTray')) { 274 if (settings.get('closeToSystemTray')) {
275 debug('Skip taskbar: true'); 275 debug('Skip taskbar: true');
276 mainWindow.setSkipTaskbar(true); 276 mainWindow.setSkipTaskbar(true);
277 } 277 }
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index c50475819..83f6f9c89 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -173,6 +173,7 @@ export default class SettingsStore extends Store {
173 runInBackground: legacySettings.runInBackground, 173 runInBackground: legacySettings.runInBackground,
174 enableSystemTray: legacySettings.enableSystemTray, 174 enableSystemTray: legacySettings.enableSystemTray,
175 minimizeToSystemTray: legacySettings.minimizeToSystemTray, 175 minimizeToSystemTray: legacySettings.minimizeToSystemTray,
176 closeToSystemTray: legacySettings.closeToSystemTray,
176 server: API, 177 server: API,
177 isAppMuted: legacySettings.isAppMuted, 178 isAppMuted: legacySettings.isAppMuted,
178 enableGPUAcceleration: legacySettings.enableGPUAcceleration, 179 enableGPUAcceleration: legacySettings.enableGPUAcceleration,