aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
-rw-r--r--.all-contributorsrc4
-rw-r--r--.eslintrc.js4
-rw-r--r--.github/FUNDING.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml20
-rw-r--r--.github/ISSUE_TEMPLATE/open_issue.yml12
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md20
-rw-r--r--.github/release.yml2
-rw-r--r--.github/workflows/builds.yml52
-rw-r--r--.github/workflows/dependency-updates.yml2
-rw-r--r--.vscode/launch.json12
-rw-r--r--@types/index.d.ts4
-rw-r--r--CHANGELOG.md402
-rw-r--r--CODE_OF_CONDUCT.md6
-rw-r--r--CONTRIBUTING.md48
-rw-r--r--Dockerfile12
-rw-r--r--INTERNAL_SERVER.md24
-rw-r--r--README.md38
-rw-r--r--SECURITY.md6
-rw-r--r--branding/README.md8
-rw-r--r--build-helpers/notarize.js2
-rw-r--r--electron-builder.yml10
-rw-r--r--package-lock.json12
-rw-r--r--package.json14
-rw-r--r--scripts/add-crowdin-contributors.ts2
-rw-r--r--scripts/link-readme.ts6
-rw-r--r--src/I18n.tsx4
-rw-r--r--src/api/apiBase.ts20
-rw-r--r--src/api/server/LocalApi.ts2
-rw-r--r--src/api/server/ServerApi.ts2
-rw-r--r--src/api/utils/auth.ts6
-rw-r--r--src/app.js4
-rw-r--r--src/components/AppUpdateInfoBar.tsx6
-rw-r--r--src/components/auth/AuthLayout.js6
-rw-r--r--src/components/auth/ChangeServer.js10
-rw-r--r--src/components/auth/Import.js4
-rw-r--r--src/components/auth/Login.js6
-rw-r--r--src/components/auth/Signup.js2
-rw-r--r--src/components/auth/Welcome.js4
-rw-r--r--src/components/layout/AppLayout.js2
-rw-r--r--src/components/layout/Sidebar.js20
-rw-r--r--src/components/services/content/ConnectionLostBanner.js6
-rw-r--r--src/components/services/content/ServiceView.js2
-rw-r--r--src/components/services/content/ServiceWebview.js6
-rw-r--r--src/components/services/content/Services.js6
-rw-r--r--src/components/services/tabs/TabItem.js2
-rw-r--r--src/components/settings/account/AccountDashboard.js6
-rw-r--r--src/components/settings/navigation/SettingsNavigation.js16
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js2
-rw-r--r--src/components/settings/services/EditServiceForm.js4
-rw-r--r--src/components/settings/settings/EditSettingsForm.js56
-rw-r--r--src/components/settings/supportFerdi/SupportFerdiDashboard.tsx34
-rw-r--r--src/components/settings/team/TeamDashboard.js4
-rw-r--r--src/components/ui/FAB.tsx2
-rw-r--r--src/components/ui/Loader.tsx4
-rw-r--r--src/components/ui/button/index.tsx2
-rw-r--r--src/components/ui/infobox/index.tsx2
-rw-r--r--src/config.ts24
-rw-r--r--src/containers/settings/EditSettingsScreen.js24
-rw-r--r--src/containers/settings/SupportScreen.js4
-rw-r--r--src/dev-app-update.yml2
-rw-r--r--src/electron/Settings.ts2
-rw-r--r--src/electron/deepLinking.ts2
-rw-r--r--src/electron/ipc-api/autoUpdate.ts2
-rw-r--r--src/electron/ipc-api/cld.ts2
-rw-r--r--src/electron/ipc-api/dnd.ts2
-rw-r--r--src/electron/ipc-api/download.ts2
-rw-r--r--src/electron/ipc-api/sessionStorage.ts2
-rw-r--r--src/electron/macOSPermissions.ts4
-rw-r--r--src/enforce-macos-app-location.ts6
-rw-r--r--src/environment-remote.ts18
-rw-r--r--src/environment.ts4
-rw-r--r--src/features/appearance/index.ts2
-rw-r--r--src/features/basicAuth/index.ts4
-rw-r--r--src/features/basicAuth/mainIpcHandler.ts2
-rw-r--r--src/features/basicAuth/store.ts2
-rw-r--r--src/features/communityRecipes/store.ts2
-rw-r--r--src/features/publishDebugInfo/Component.js4
-rw-r--r--src/features/publishDebugInfo/index.ts4
-rw-r--r--src/features/quickSwitch/index.ts4
-rw-r--r--src/features/serviceProxy/index.ts2
-rw-r--r--src/features/todos/preload.ts8
-rw-r--r--src/features/todos/store.js2
-rw-r--r--src/features/workspaces/api.ts2
-rw-r--r--src/features/workspaces/components/WorkspaceDrawer.js2
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js4
-rw-r--r--src/features/workspaces/store.js2
-rw-r--r--src/helpers/serverless-helpers.ts4
-rw-r--r--src/helpers/url-helpers.ts2
-rw-r--r--src/helpers/validation-helpers.ts10
-rw-r--r--src/i18n/globalMessages.ts4
-rw-r--r--src/i18n/locales/af.json118
-rw-r--r--src/i18n/locales/ar.json22
-rw-r--r--src/i18n/locales/be.json118
-rw-r--r--src/i18n/locales/bg.json42
-rw-r--r--src/i18n/locales/bs.json118
-rw-r--r--src/i18n/locales/ca.json118
-rw-r--r--src/i18n/locales/cs.json116
-rw-r--r--src/i18n/locales/da.json118
-rw-r--r--src/i18n/locales/de.json120
-rw-r--r--src/i18n/locales/defaultMessages.json188
-rw-r--r--src/i18n/locales/el.json118
-rw-r--r--src/i18n/locales/en-US.json118
-rw-r--r--src/i18n/locales/es.json118
-rw-r--r--src/i18n/locales/et.json70
-rw-r--r--src/i18n/locales/fa.json118
-rw-r--r--src/i18n/locales/fi.json120
-rw-r--r--src/i18n/locales/fil.json68
-rw-r--r--src/i18n/locales/fr.json118
-rw-r--r--src/i18n/locales/ga.json122
-rw-r--r--src/i18n/locales/he.json78
-rw-r--r--src/i18n/locales/hi.json118
-rw-r--r--src/i18n/locales/hr.json102
-rw-r--r--src/i18n/locales/hu.json116
-rw-r--r--src/i18n/locales/id.json118
-rw-r--r--src/i18n/locales/it.json118
-rw-r--r--src/i18n/locales/ja.json118
-rw-r--r--src/i18n/locales/ka.json118
-rw-r--r--src/i18n/locales/kk.json70
-rw-r--r--src/i18n/locales/ko.json116
-rw-r--r--src/i18n/locales/ms.json70
-rw-r--r--src/i18n/locales/nb.json36
-rw-r--r--src/i18n/locales/nl-BE.json116
-rw-r--r--src/i18n/locales/nl.json116
-rw-r--r--src/i18n/locales/no.json120
-rw-r--r--src/i18n/locales/pl.json114
-rw-r--r--src/i18n/locales/pt-BR.json112
-rw-r--r--src/i18n/locales/pt.json116
-rw-r--r--src/i18n/locales/ro.json118
-rw-r--r--src/i18n/locales/ru.json112
-rw-r--r--src/i18n/locales/si.json108
-rw-r--r--src/i18n/locales/sk.json116
-rw-r--r--src/i18n/locales/sl.json118
-rw-r--r--src/i18n/locales/sq.json70
-rw-r--r--src/i18n/locales/sr.json104
-rw-r--r--src/i18n/locales/sv.json112
-rw-r--r--src/i18n/locales/te.json118
-rw-r--r--src/i18n/locales/tr.json116
-rw-r--r--src/i18n/locales/uk.json112
-rw-r--r--src/i18n/locales/vi.json112
-rw-r--r--src/i18n/locales/zh-HANS.json66
-rw-r--r--src/i18n/locales/zh-HANT.json106
-rw-r--r--src/i18n/locales/zh-TW.json72
-rw-r--r--src/i18n/locales/zh.json110
-rw-r--r--src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json2
-rw-r--r--src/index.html2
-rw-r--r--src/index.ts16
-rw-r--r--src/internal-server/app/Controllers/Http/RecipeController.js8
-rw-r--r--src/internal-server/app/Controllers/Http/StaticController.js2
-rw-r--r--src/internal-server/app/Controllers/Http/UserController.js12
-rw-r--r--src/internal-server/config/app.js2
-rw-r--r--src/internal-server/env.ini6
-rw-r--r--src/internal-server/resources/views/index.edge8
-rw-r--r--src/internal-server/resources/views/layouts/main.edge2
-rw-r--r--src/internal-server/resources/views/transfer.edge4
-rw-r--r--src/internal-server/start/migrate.js16
-rw-r--r--src/internal-server/start/routes.js8
-rw-r--r--src/lib/Menu.js80
-rw-r--r--src/lib/Tray.js10
-rw-r--r--src/models/Recipe.ts2
-rw-r--r--src/models/Service.js4
-rw-r--r--src/models/User.ts2
-rw-r--r--src/models/UserAgent.js4
-rw-r--r--src/routes.tsx4
-rw-r--r--src/stores.types.ts2
-rw-r--r--src/stores/AppStore.js20
-rw-r--r--src/stores/GlobalErrorStore.js6
-rw-r--r--src/stores/RecipesStore.js2
-rw-r--r--src/stores/RequestStore.js2
-rw-r--r--src/stores/ServicesStore.js12
-rw-r--r--src/stores/SettingsStore.js2
-rw-r--r--src/stores/UserStore.js2
-rw-r--r--src/styles/button.scss2
-rw-r--r--src/webview/badge.ts2
-rw-r--r--src/webview/contextMenuBuilder.ts12
-rw-r--r--src/webview/darkmode.ts2
-rw-r--r--src/webview/dialogTitle.ts2
-rw-r--r--src/webview/lib/RecipeWebview.ts2
-rw-r--r--src/webview/lib/Userscript.ts12
-rw-r--r--src/webview/notifications.ts4
-rw-r--r--src/webview/recipe.js8
-rw-r--r--src/webview/screenshare.ts2
-rw-r--r--src/webview/sessionHandler.ts2
-rw-r--r--src/webview/spellchecker.ts2
185 files changed, 3519 insertions, 3519 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index b4d861211..fda1070bd 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,6 +1,6 @@
1{ 1{
2 "projectName": "ferdi", 2 "projectName": "ferdium",
3 "projectOwner": "getferdi", 3 "projectOwner": "ferdium",
4 "repoType": "github", 4 "repoType": "github",
5 "repoHost": "https://github.com", 5 "repoHost": "https://github.com",
6 "files": [ 6 "files": [
diff --git a/.eslintrc.js b/.eslintrc.js
index f7ca7b620..779a3d3fc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -56,7 +56,7 @@ module.exports = {
56 // @typescript-eslint 56 // @typescript-eslint
57 // TODO: Turn this rule on again after gulp -> webpack migration 57 // TODO: Turn this rule on again after gulp -> webpack migration
58 // gulp-typescript doesn't consider custom index.d.ts in @types 58 // gulp-typescript doesn't consider custom index.d.ts in @types
59 // This is necessary as workaround for window.ferdi vs window['ferdi'] 59 // This is necessary as workaround for window.ferdium vs window['ferdium']
60 '@typescript-eslint/dot-notation': 0, 60 '@typescript-eslint/dot-notation': 0,
61 '@typescript-eslint/indent': 0, 61 '@typescript-eslint/indent': 0,
62 '@typescript-eslint/no-shadow': 0, 62 '@typescript-eslint/no-shadow': 0,
@@ -132,7 +132,7 @@ module.exports = {
132 'implicit-arrow-linebreak': 0, 132 'implicit-arrow-linebreak': 0,
133 indent: 0, 133 indent: 0,
134 // TODO: Turn this rule on once the js to ts conversions are over 134 // TODO: Turn this rule on once the js to ts conversions are over
135 // This is necessary as workaround for window.ferdi vs window['ferdi'] 135 // This is necessary as workaround for window.ferdium vs window['ferdium']
136 'dot-notation': 0, 136 'dot-notation': 0,
137 'function-paren-newline': 0, 137 'function-paren-newline': 0,
138 'linebreak-style': 0, 138 'linebreak-style': 0,
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 879864ac3..61f2df4e4 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
1github: getferdi 1github: ferdium
2open_collective: getferdi 2open_collective: ferdium
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index dfb24d8fa..7b377c331 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
1name: Bug report 1name: Bug report
2description: Report a bug in Ferdi 2description: Report a bug in Ferdium
3title: "Describe your bug" 3title: "Describe your bug"
4labels: ["bug :beetle:"] 4labels: ["bug :beetle:"]
5body: 5body:
@@ -8,7 +8,7 @@ body:
8 label: Avoid duplicates 8 label: Avoid duplicates
9 description: Please ensure you've completed the following 9 description: Please ensure you've completed the following
10 options: 10 options:
11 - label: I have searched the [issues tracker](https://github.com/getferdi/ferdi/issues) for a bug report similar to mine, in vain 11 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain
12 required: true 12 required: true
13- type: textarea 13- type: textarea
14 attributes: 14 attributes:
@@ -24,7 +24,7 @@ body:
24- type: textarea 24- type: textarea
25 attributes: 25 attributes:
26 label: Debug link 26 label: Debug link
27 description: Get your debug link via Ferdi's "Help" > "Publish Debug Information", then share your link with us 27 description: Get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
28 validations: 28 validations:
29 required: true 29 required: true
30- type: textarea 30- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 26833093e..faf53ba74 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
1# blank_issues_enabled: false 1# blank_issues_enabled: false
2contact_links: 2contact_links:
3 - name: Frequently Asked Questions 3 - name: Frequently Asked Questions
4 url: https://getferdi.com/faq/ 4 url: https://ferdium.org/faq/
5 about: The FAQ answers the most frequently asked questions on Ferdi 5 about: The FAQ answers the most frequently asked questions on Ferdium
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 679e007c3..89dde7dbf 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,28 +1,28 @@
1name: Feature Request 1name: Feature Request
2description: Suggest an idea for Ferdi 2description: Suggest an idea for Ferdium
3title: "" 3title: ""
4labels: ["enhancement :sparkles:"] 4labels: ["enhancement :sparkles:"]
5body: 5body:
6- type: markdown 6- type: markdown
7 attributes: 7 attributes:
8 value: | 8 value: |
9 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) 9 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/recipes/issues)
10 2. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls) 10 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/recipes/pulls)
11 3. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. 11 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
12 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 12 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
13 5. Please consider supporting Ferdi! 13 5. Please consider supporting Ferdium!
14 👉 https://github.com/sponsors/getferdi 14 👉 https://github.com/sponsors/ferdium
15 👉 https://opencollective.com/getferdi/donate 15 👉 https://opencollective.com/ferdium/donate
16- type: checkboxes 16- type: checkboxes
17 attributes: 17 attributes:
18 label: Preflight Checklist 18 label: Preflight Checklist
19 description: Please ensure you've completed all of the following. 19 description: Please ensure you've completed all of the following.
20 options: 20 options:
21 - label: I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. 21 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
22 required: true 22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. 23 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
24 required: true 24 required: true
25 - label: I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success. 25 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a feature request that matches the one I want to file, without success.
26 required: true 26 required: true
27- type: textarea 27- type: textarea
28 attributes: 28 attributes:
diff --git a/.github/ISSUE_TEMPLATE/open_issue.yml b/.github/ISSUE_TEMPLATE/open_issue.yml
index a7771be59..c6ab381e3 100644
--- a/.github/ISSUE_TEMPLATE/open_issue.yml
+++ b/.github/ISSUE_TEMPLATE/open_issue.yml
@@ -4,10 +4,10 @@ body:
4- type: markdown 4- type: markdown
5 attributes: 5 attributes:
6 value: | 6 value: |
7 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) 7 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/recipes/issues)
8 2. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls) 8 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/recipes/pulls)
9 3. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. 9 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
10 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 10 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
11 5. Please consider supporting Ferdi! 11 5. Please consider supporting Ferdium!
12 👉 https://github.com/sponsors/getferdi 12 👉 https://github.com/sponsors/ferdium
13 👉 https://opencollective.com/getferdi/donate 13 👉 https://opencollective.com/ferdium/donate
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a777079a8..52b5abc09 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -5,17 +5,17 @@
5 5
6#### Pre-flight Checklist 6#### Pre-flight Checklist
7 7
81. Please remember that if you are logging a bug for some service that has _stopped working_ or is _working incorrectly_, please log the bug [here](https://github.com/getferdi/recipes/issues) 81. Please remember that if you are logging a bug for some service that has _stopped working_ or is _working incorrectly_, please log the bug [here](https://github.com/ferdium/recipes/issues)
92. If you are requesting support for a **new service** in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls) 92. If you are requesting support for a **new service** in Ferdium, please log it [here](https://github.com/ferdium/recipes/pulls)
103. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to older versions of recipes that were installed on your machine. (These will get automatically upgraded when you upgrade to the newer versions of Ferdi, but to get new recipes between Ferdi releases, this documentation is quite useful.) 103. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to older versions of recipes that were installed on your machine. (These will get automatically upgraded when you upgrade to the newer versions of Ferdium, but to get new recipes between Ferdium releases, this documentation is quite useful.)
114. Please consider supporting Ferdi! 114. Please consider supporting Ferdium!
12 👉 https://github.com/sponsors/getferdi 12 👉 https://github.com/sponsors/ferdium
13 👉 https://opencollective.com/getferdi/donate 13 👉 https://opencollective.com/ferdium/donate
145. Please ensure you've completed all of the following. 145. Please ensure you've completed all of the following.
15 15
16- [ ] I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. 16- [ ] I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
17- [ ] I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. 17- [ ] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
18- [ ] I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success. 18- [ ] I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a feature request that matches the one I want to file, without success.
19 19
20#### Description of Change 20#### Description of Change
21<!-- Describe your changes in detail. --> 21<!-- Describe your changes in detail. -->
@@ -34,4 +34,4 @@
34- [ ] I tested/previewed my changes locally 34- [ ] I tested/previewed my changes locally
35 35
36#### Release Notes 36#### Release Notes
37<!-- Please add a one-line description for users of Ferdi to read in the release notes, or 'none' if no notes relevant to such users. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples --> 37<!-- Please add a one-line description for users of Ferdium to read in the release notes, or 'none' if no notes relevant to such users. Examples and help on special cases: https://github.com/electron/clerk/blob/master/README.md#examples -->
diff --git a/.github/release.yml b/.github/release.yml
index 6d8b15d02..6b8ac58bd 100644
--- a/.github/release.yml
+++ b/.github/release.yml
@@ -3,7 +3,7 @@ changelog:
3 labels: 3 labels:
4 - ignore-for-release 4 - ignore-for-release
5 authors: 5 authors:
6 - FerdiBot 6 - FerdiumBot
7 - allcontributors 7 - allcontributors
8 categories: 8 categories:
9 - title: Breaking Changes 🛠 9 - title: Breaking Changes 🛠
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index cfb03bce0..fa078924d 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -2,7 +2,7 @@
2# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions 2# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3 3
4# Note: This workflow requires some secrets setup, and set on this repo with the names: 4# Note: This workflow requires some secrets setup, and set on this repo with the names:
5# 'FERDI_PUBLISH_TOKEN' (A GitHub Personal Access Token with appropriate permissions - for publishing the built artifacts) 5# 'FERDIUM_PUBLISH_TOKEN' (A GitHub Personal Access Token with appropriate permissions - for publishing the built artifacts)
6# 'APPLEID' (The username of your Apple developer account - for notarizing the mac artifacts) 6# 'APPLEID' (The username of your Apple developer account - for notarizing the mac artifacts)
7# 'APPLEID_PASSWORD' (An app-specific password - for notarizing the mac artifacts) 7# 'APPLEID_PASSWORD' (An app-specific password - for notarizing the mac artifacts)
8# 'CSC_LINK' (The HTTPS link or local path to certificate - for code signing of mac artifacts) 8# 'CSC_LINK' (The HTTPS link or local path to certificate - for code signing of mac artifacts)
@@ -46,7 +46,7 @@ jobs:
46 ref: nightly 46 ref: nightly
47 submodules: recursive 47 submodules: recursive
48 fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging 48 fetch-depth: 0 # Note: Needed to be able to pull the 'develop' branch as well for merging
49 # ssh-key: ${{ secrets.FERDI_PUBLISH_TOKEN }} 49 # ssh-key: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
50 - name: Use Node.js specified in the '.nvmrc' file 50 - name: Use Node.js specified in the '.nvmrc' file
51 uses: actions/setup-node@v2 51 uses: actions/setup-node@v2
52 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }} 52 if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]')) }}
@@ -105,7 +105,7 @@ jobs:
105 echo "ELECTRON_CACHE=$HOME/.cache/electron" >> $GITHUB_ENV 105 echo "ELECTRON_CACHE=$HOME/.cache/electron" >> $GITHUB_ENV
106 echo "ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder" >> $GITHUB_ENV 106 echo "ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder" >> $GITHUB_ENV
107 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV 107 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV
108 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'getferdi') }}" >> $GITHUB_ENV 108 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'ferdium') }}" >> $GITHUB_ENV
109 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch 109 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch
110 uses: actions/checkout@v2 110 uses: actions/checkout@v2
111 if: ${{ github.event_name == 'schedule' || env.MANUAL_REBUILD_ON_NIGHTLY == 'true' }} 111 if: ${{ github.event_name == 'schedule' || env.MANUAL_REBUILD_ON_NIGHTLY == 'true' }}
@@ -149,26 +149,26 @@ jobs:
149 working-directory: ./recipes 149 working-directory: ./recipes
150 - name: Run linter and tests 150 - name: Run linter and tests
151 run: npm run lint && npm run test 151 run: npm run lint && npm run test
152 - name: Build Ferdi without publish for any branch not 'nightly' and not 'release' 152 - name: Build Ferdium without publish for any branch not 'nightly' and not 'release'
153 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }} 153 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }}
154 run: npm run build -- --publish never 154 run: npm run build -- --publish never
155 shell: bash 155 shell: bash
156 - name: Build Ferdi with publish for 'nightly' branch 156 - name: Build Ferdium with publish for 'nightly' branch
157 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }} 157 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }}
158 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} 158 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }}
159 shell: bash 159 shell: bash
160 env: 160 env:
161 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 161 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
162 APPLEID: ${{ secrets.APPLEID }} 162 APPLEID: ${{ secrets.APPLEID }}
163 APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} 163 APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }}
164 CSC_LINK: ${{ secrets.CSC_LINK }} 164 CSC_LINK: ${{ secrets.CSC_LINK }}
165 CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} 165 CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
166 - name: Build Ferdi with publish for 'release' branch 166 - name: Build Ferdium with publish for 'release' branch
167 if: ${{ env.GIT_BRANCH_NAME == 'release' }} 167 if: ${{ env.GIT_BRANCH_NAME == 'release' }}
168 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi 168 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdium
169 shell: bash 169 shell: bash
170 env: 170 env:
171 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 171 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
172 APPLEID: ${{ secrets.APPLEID }} 172 APPLEID: ${{ secrets.APPLEID }}
173 APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }} 173 APPLEID_PASSWORD: ${{ secrets.APPLEID_PASSWORD }}
174 CSC_LINK: ${{ secrets.CSC_LINK }} 174 CSC_LINK: ${{ secrets.CSC_LINK }}
@@ -187,7 +187,7 @@ jobs:
187 echo "ELECTRON_CACHE=$HOME/.cache/electron" >> $GITHUB_ENV 187 echo "ELECTRON_CACHE=$HOME/.cache/electron" >> $GITHUB_ENV
188 echo "ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder" >> $GITHUB_ENV 188 echo "ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder" >> $GITHUB_ENV
189 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV 189 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV
190 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'getferdi') }}" >> $GITHUB_ENV 190 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'ferdium') }}" >> $GITHUB_ENV
191 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch 191 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch
192 uses: actions/checkout@v2 192 uses: actions/checkout@v2
193 if: ${{ github.event_name == 'schedule' || env.MANUAL_REBUILD_ON_NIGHTLY == 'true' }} 193 if: ${{ github.event_name == 'schedule' || env.MANUAL_REBUILD_ON_NIGHTLY == 'true' }}
@@ -234,14 +234,14 @@ jobs:
234 working-directory: ./recipes 234 working-directory: ./recipes
235 - name: Run linter and tests 235 - name: Run linter and tests
236 run: npm run lint && npm run test 236 run: npm run lint && npm run test
237 - name: Build Ferdi without publish for any branch not 'nightly' and not 'release' 237 - name: Build Ferdium without publish for any branch not 'nightly' and not 'release'
238 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }} 238 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }}
239 run: npm run build -- --publish never 239 run: npm run build -- --publish never
240 shell: bash 240 shell: bash
241 - name: Build Ferdi with publish for 'nightly' branch 241 - name: Build Ferdium with publish for 'nightly' branch
242 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }} 242 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }}
243 env: 243 env:
244 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 244 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
245 CSC_IDENTITY_AUTO_DISCOVERY: false 245 CSC_IDENTITY_AUTO_DISCOVERY: false
246 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }} 246 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
247 run: | 247 run: |
@@ -250,28 +250,28 @@ jobs:
250 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge 250 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge
251 snapcraft logout 251 snapcraft logout
252 shell: bash 252 shell: bash
253 - name: Build Ferdi with publish for 'release' beta branch 253 - name: Build Ferdium with publish for 'release' beta branch
254 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }} 254 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }}
255 env: 255 env:
256 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 256 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
257 CSC_IDENTITY_AUTO_DISCOVERY: false 257 CSC_IDENTITY_AUTO_DISCOVERY: false
258 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }} 258 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
259 run: | 259 run: |
260 sudo snap install snapcraft --classic 260 sudo snap install snapcraft --classic
261 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 261 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
262 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdi -c.snap.publish.channels=beta 262 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdium -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdium -c.snap.publish.channels=beta
263 snapcraft logout 263 snapcraft logout
264 shell: bash 264 shell: bash
265 - name: Build Ferdi with publish for 'release' stable branch 265 - name: Build Ferdium with publish for 'release' stable branch
266 if: ${{ env.GIT_BRANCH_NAME == 'release' && !contains(env.PACKAGE_VERSION, 'beta') }} 266 if: ${{ env.GIT_BRANCH_NAME == 'release' && !contains(env.PACKAGE_VERSION, 'beta') }}
267 env: 267 env:
268 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 268 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
269 CSC_IDENTITY_AUTO_DISCOVERY: false 269 CSC_IDENTITY_AUTO_DISCOVERY: false
270 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }} 270 SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
271 run: | 271 run: |
272 sudo snap install snapcraft --classic 272 sudo snap install snapcraft --classic
273 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 273 echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
274 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdi -c.snap.publish.channels=stable 274 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdium -c.snap.publish.provider=snapStore -c.snap.publish.repo=ferdium -c.snap.publish.channels=stable
275 snapcraft logout 275 snapcraft logout
276 shell: bash 276 shell: bash
277 277
@@ -285,7 +285,7 @@ jobs:
285 run: | 285 run: |
286 echo "HOME=$USERPROFILE" >> $GITHUB_ENV 286 echo "HOME=$USERPROFILE" >> $GITHUB_ENV
287 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV 287 echo "MANUAL_REBUILD_ON_NIGHTLY=${{ github.event_name == 'workflow_dispatch' && contains(github.event.inputs.message, '[nightly branch]') }}" >> $GITHUB_ENV
288 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'getferdi') }}" >> $GITHUB_ENV 288 echo "SKIP_NOTARIZATION=${{ !contains(github.repository_owner, 'ferdium') }}" >> $GITHUB_ENV
289 shell: bash 289 shell: bash
290 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch 290 - name: Checkout code along with submodules for the 'nightly' branch if the trigger event is 'scheduled' or this is a forced rebuild on the nightly branch
291 uses: actions/checkout@v2 291 uses: actions/checkout@v2
@@ -325,23 +325,23 @@ jobs:
325 - name: Run linter and tests 325 - name: Run linter and tests
326 run: npm run lint && npm run test 326 run: npm run lint && npm run test
327 shell: bash 327 shell: bash
328 - name: Build Ferdi without publish for any branch not 'nightly' and not 'release' 328 - name: Build Ferdium without publish for any branch not 'nightly' and not 'release'
329 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }} 329 if: ${{ env.GIT_BRANCH_NAME != 'nightly' && env.GIT_BRANCH_NAME != 'release' }}
330 run: npm run build -- --publish never 330 run: npm run build -- --publish never
331 shell: bash 331 shell: bash
332 - name: Build Ferdi with publish for 'nightly' branch 332 - name: Build Ferdium with publish for 'nightly' branch
333 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }} 333 if: ${{ env.GIT_BRANCH_NAME == 'nightly' }}
334 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} 334 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }}
335 shell: bash 335 shell: bash
336 env: 336 env:
337 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 337 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
338 WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }} 338 WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
339 WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} 339 WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
340 - name: Build Ferdi with publish for 'release' branch 340 - name: Build Ferdium with publish for 'release' branch
341 if: ${{ env.GIT_BRANCH_NAME == 'release' }} 341 if: ${{ env.GIT_BRANCH_NAME == 'release' }}
342 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdi 342 run: npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} -c.publish.repo=ferdium
343 shell: bash 343 shell: bash
344 env: 344 env:
345 GH_TOKEN: ${{ secrets.FERDI_PUBLISH_TOKEN }} 345 GH_TOKEN: ${{ secrets.FERDIUM_PUBLISH_TOKEN }}
346 WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }} 346 WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
347 WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }} 347 WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index eb69b049b..0f6befb55 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -1,4 +1,4 @@
1# This workflow will do a clean install of ferdi dev-dependencies, update the dependencies, build the source code and run tests. It will only run on scheduled trigger. 1# This workflow will do a clean install of ferdium dev-dependencies, update the dependencies, build the source code and run tests. It will only run on scheduled trigger.
2 2
3name: Dependency updates 3name: Dependency updates
4 4
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 96fc456fd..78db6562c 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -4,7 +4,7 @@
4 { 4 {
5 "type": "node", 5 "type": "node",
6 "request": "launch", 6 "request": "launch",
7 "name": "Ferdi - Test API", 7 "name": "Ferdium - Test API",
8 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 8 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
9 "program": "${workspaceFolder}/build/index.js", 9 "program": "${workspaceFolder}/build/index.js",
10 "protocol": "inspector", 10 "protocol": "inspector",
@@ -16,7 +16,7 @@
16 { 16 {
17 "type": "node", 17 "type": "node",
18 "request": "launch", 18 "request": "launch",
19 "name": "Ferdi – Live API", 19 "name": "Ferdium – Live API",
20 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 20 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
21 "program": "${workspaceFolder}/build/index.js", 21 "program": "${workspaceFolder}/build/index.js",
22 "protocol": "inspector", 22 "protocol": "inspector",
@@ -28,7 +28,7 @@
28 { 28 {
29 "type": "node", 29 "type": "node",
30 "request": "launch", 30 "request": "launch",
31 "name": "Ferdi – Local API", 31 "name": "Ferdium – Local API",
32 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 32 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
33 "program": "${workspaceFolder}/build/index.js", 33 "program": "${workspaceFolder}/build/index.js",
34 "protocol": "inspector", 34 "protocol": "inspector",
@@ -40,7 +40,7 @@
40 { 40 {
41 "type": "node", 41 "type": "node",
42 "request": "launch", 42 "request": "launch",
43 "name": "(Win Sim) Ferdi - Test API", 43 "name": "(Win Sim) Ferdium - Test API",
44 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 44 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
45 "program": "${workspaceFolder}/build/index.js", 45 "program": "${workspaceFolder}/build/index.js",
46 "protocol": "inspector", 46 "protocol": "inspector",
@@ -53,7 +53,7 @@
53 { 53 {
54 "type": "node", 54 "type": "node",
55 "request": "launch", 55 "request": "launch",
56 "name": "(Win Sim) Ferdi – Live API", 56 "name": "(Win Sim) Ferdium – Live API",
57 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 57 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
58 "program": "${workspaceFolder}/build/index.js", 58 "program": "${workspaceFolder}/build/index.js",
59 "protocol": "inspector", 59 "protocol": "inspector",
@@ -66,7 +66,7 @@
66 { 66 {
67 "type": "node", 67 "type": "node",
68 "request": "launch", 68 "request": "launch",
69 "name": "(Win Sim) Ferdi – Local API", 69 "name": "(Win Sim) Ferdium – Local API",
70 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron", 70 "runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
71 "program": "${workspaceFolder}/build/index.js", 71 "program": "${workspaceFolder}/build/index.js",
72 "protocol": "inspector", 72 "protocol": "inspector",
diff --git a/@types/index.d.ts b/@types/index.d.ts
index 4bfdb28fc..015f1eb91 100644
--- a/@types/index.d.ts
+++ b/@types/index.d.ts
@@ -1,13 +1,13 @@
1declare global { 1declare global {
2 interface Window { 2 interface Window {
3 ferdi: any; 3 ferdium: any;
4 } 4 }
5 5
6 namespace NodeJS { 6 namespace NodeJS {
7 interface ProcessEnv { 7 interface ProcessEnv {
8 GITHUB_AUTH_TOKEN: string; 8 GITHUB_AUTH_TOKEN: string;
9 NODE_ENV: 'development' | 'production'; 9 NODE_ENV: 'development' | 'production';
10 FERDI_APPDATA_DIR?: string; 10 FERDIUM_APPDATA_DIR?: string;
11 PORTABLE_EXECUTABLE_DIR?: string; 11 PORTABLE_EXECUTABLE_DIR?: string;
12 ELECTRON_IS_DEV?: string; 12 ELECTRON_IS_DEV?: string;
13 APPDATA?: string; 13 APPDATA?: string;
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0171c3b5d..04f6a150f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,35 +1,35 @@
1# [v5.6.3-nightly.12](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.10...v5.6.3-nightly.12) (2021-09-24) 1# [v5.6.3-nightly.12](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.10...v5.6.3-nightly.12) (2021-09-24)
2 2
3### Services 3### Services
4 4
5- Update 'skype' and 'discord' to properly relinquish window object for image overlay 💖 @vraravam 5- Update 'skype' and 'discord' to properly relinquish window object for image overlay 💖 @vraravam
6- Allow services to delineate favorites vs non-favorites in unread counts (eg Outlook) (getferdi/recipes#721) 💖 @vraravam 6- Allow services to delineate favorites vs non-favorites in unread counts (eg Outlook) (ferdium/recipes#721) 💖 @vraravam
7 7
8# [v5.6.3-nightly.10](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.9...v5.6.3-nightly.10) (2021-09-22) 8# [v5.6.3-nightly.10](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.9...v5.6.3-nightly.10) (2021-09-22)
9 9
10### Services 10### Services
11 11
12- Added `stackoverflow-chat` Recipe (getferdi/recipes#718) 💖 @vraravam 12- Added `stackoverflow-chat` Recipe (ferdium/recipes#718) 💖 @vraravam
13- Allow self-hosted option for kimai-cloud service 💖 @vraravam 13- Allow self-hosted option for kimai-cloud service 💖 @vraravam
14- Remove call to 'clearStorageData' so that MS Teams can remember login creds across Ferdi restarts 💖 @vraravam 14- Remove call to 'clearStorageData' so that MS Teams can remember login creds across Ferdium restarts 💖 @vraravam
15 15
16# [v5.6.3-nightly.9](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.8...v5.6.3-nightly.9) (2021-09-21) 16# [v5.6.3-nightly.9](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.8...v5.6.3-nightly.9) (2021-09-21)
17 17
18### Bug fixes 18### Bug fixes
19 19
20- Remove extra validation for `serviceUrl` for github since the url doesn't seem to be valid any more. (getferdi/recipes#715) 💖 @vraravam 20- Remove extra validation for `serviceUrl` for github since the url doesn't seem to be valid any more. (ferdium/recipes#715) 💖 @vraravam
21 21
22### Under the hood 22### Under the hood
23 23
24- Removed more references to `@electron/remote` from the codebase (#1968) 💖 @kris7t, @vraravam 24- Removed more references to `@electron/remote` from the codebase (#1968) 💖 @kris7t, @vraravam
25 25
26# [v5.6.3-nightly.8](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.7...v5.6.3-nightly.8) (2021-09-20) 26# [v5.6.3-nightly.8](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.7...v5.6.3-nightly.8) (2021-09-20)
27 27
28### Under the hood 28### Under the hood
29 29
30- Removed more references to `@electron/remote` from the codebase (#1967) 💖 #kris7t, @vraravam 30- Removed more references to `@electron/remote` from the codebase (#1967) 💖 #kris7t, @vraravam
31 31
32# [v5.6.3-nightly.7](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.4...v5.6.3-nightly.7) (2021-09-19) 32# [v5.6.3-nightly.7](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.4...v5.6.3-nightly.7) (2021-09-19)
33 33
34### Services 34### Services
35 35
@@ -45,17 +45,17 @@
45- Progressing towards converting the whole code base from JS to TS (#1959) 💖 @mhatvan 45- Progressing towards converting the whole code base from JS to TS (#1959) 💖 @mhatvan
46- Improved context isolation for sandboxing services (#1964) 💖 @kris7t 46- Improved context isolation for sandboxing services (#1964) 💖 @kris7t
47 47
48# [v5.6.3-nightly.4](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.3...v5.6.3-nightly.4) (2021-09-16) 48# [v5.6.3-nightly.4](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.3...v5.6.3-nightly.4) (2021-09-16)
49 49
50### Features 50### Features
51 51
52- Ferdi now support Split View Mode (#1926) 💖 @niutech 52- Ferdium now support Split View Mode (#1926) 💖 @niutech
53 53
54### Bug fixes 54### Bug fixes
55 55
56- Fix images opening in browser instead of in Discord (getferdi/recipes#712) 💖 @briankendall 56- Fix images opening in browser instead of in Discord (ferdium/recipes#712) 💖 @briankendall
57 57
58# [v5.6.3-nightly.3](https://github.com/getferdi/ferdi/compare/v5.6.3-nightly.2...v5.6.3-nightly.3) (2021-09-15) 58# [v5.6.3-nightly.3](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.2...v5.6.3-nightly.3) (2021-09-15)
59 59
60### Under the hood 60### Under the hood
61 61
@@ -63,7 +63,7 @@
63- Progressing towards converting the whole code base from JS to TS (#1930) (#1934) 💖 @mhatvan 63- Progressing towards converting the whole code base from JS to TS (#1930) (#1934) 💖 @mhatvan
64- Translation updates and fixes 💖 @vraravam @mhatvan 64- Translation updates and fixes 💖 @vraravam @mhatvan
65 65
66# [v5.6.3-nightly.2](https://github.com/getferdi/ferdi/compare/v5.6.2...v5.6.3-nightly.2) (2021-09-14) 66# [v5.6.3-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.2...v5.6.3-nightly.2) (2021-09-14)
67 67
68### Features 68### Features
69 69
@@ -78,7 +78,7 @@
78- chore: upgrade intl dependencies (#1920) 💖 @mhatvan 78- chore: upgrade intl dependencies (#1920) 💖 @mhatvan
79- chore: update various defaultMessages (#1925) 💖 @mhatvan 79- chore: update various defaultMessages (#1925) 💖 @mhatvan
80 80
81# [v5.6.2](https://github.com/getferdi/ferdi/compare/v5.6.1...v5.6.2) (2021-09-13) 81# [v5.6.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1...v5.6.2) (2021-09-13)
82 82
83This is a hotfix for the 5.6.1 release, along with a couple of changes that were made over the weekend 83This is a hotfix for the 5.6.1 release, along with a couple of changes that were made over the weekend
84 84
@@ -114,17 +114,17 @@ This is a hotfix for the 5.6.1 release, along with a couple of changes that were
114 114
115### Bug Fixes 115### Bug Fixes
116 116
117- Better implementation of prompting before quitting Ferdi (#1919) 💖 @vraravam 117- Better implementation of prompting before quitting Ferdium (#1919) 💖 @vraravam
118- Fix broken menu due to referencing old intl value 💖 @mhatvan 118- Fix broken menu due to referencing old intl value 💖 @mhatvan
119- Fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam 119- Fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam
120- Fix unread count in Office365 not working for non-English locales (getferdi/recipes#679) 💖 @vraravam 120- Fix unread count in Office365 not working for non-English locales (ferdium/recipes#679) 💖 @vraravam
121- Fix unread count in WhatsApp for non-English locales (getferdi/recipes#680) 💖 @bpwned 121- Fix unread count in WhatsApp for non-English locales (ferdium/recipes#680) 💖 @bpwned
122 122
123### Under the hood 123### Under the hood
124 124
125- Reuse method from the core electron framework for the 'About' Dialog 💖 @vraravam 125- Reuse method from the core electron framework for the 'About' Dialog 💖 @vraravam
126 126
127# [v5.6.2-nightly.2](https://github.com/getferdi/ferdi/compare/v5.6.2-nightly.1...v5.6.2-nightly.2) (2021-09-13) 127# [v5.6.2-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.2-nightly.1...v5.6.2-nightly.2) (2021-09-13)
128 128
129### Services 129### Services
130 130
@@ -161,27 +161,27 @@ This is a hotfix for the 5.6.1 release, along with a couple of changes that were
161- fix broken menu due to referencing old intl value 💖 @mhatvan 161- fix broken menu due to referencing old intl value 💖 @mhatvan
162- fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam 162- fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam
163 163
164# [v5.6.2-nightly.1](https://github.com/getferdi/ferdi/compare/v5.6.1...v5.6.2-nightly.1) (2021-09-12) 164# [v5.6.2-nightly.1](https://github.com/ferdium/ferdium-app/compare/v5.6.1...v5.6.2-nightly.1) (2021-09-12)
165 165
166### Bug fixes 166### Bug fixes
167 167
168- Fix unread count in Office365 not working for non-English locales (getferdi/recipes#679) 💖 @vraravam 168- Fix unread count in Office365 not working for non-English locales (ferdium/recipes#679) 💖 @vraravam
169- Fix unread count in WhatsApp for non-English locales (getferdi/recipes#680) 💖 @bpwned 169- Fix unread count in WhatsApp for non-English locales (ferdium/recipes#680) 💖 @bpwned
170 170
171# [v5.6.1](https://github.com/getferdi/ferdi/compare/v5.6.0...v5.6.1) (2021-09-11) 171# [v5.6.1](https://github.com/ferdium/ferdium-app/compare/v5.6.0...v5.6.1) (2021-09-11)
172 172
173### Features 173### Features
174 174
175- Add a confirmation dialog and a preference while quitting Ferdi (#1879) 💖 @vraravam 175- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
176- Services now support aliases!!!! (#1774) 💖 @vraravam 176- Services now support aliases!!!! (#1774) 💖 @vraravam
177- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t 177- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
178- Remove 'shareFranz' feature since its always turned off for Ferdi 💖 @vraravam 178- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
179- Sort the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam 179- Sort the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
180- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdi profile in their file explorer 💖 @vraravam 180- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
181- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam 181- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
182- Catch up with minor changes in Franz 5.7.0 182- Catch up with minor changes in Franz 5.7.0
183- Add entitlements for screen-capture-permissions on macos 💖 @vraravam 183- Add entitlements for screen-capture-permissions on macos 💖 @vraravam
184- Ferdi is now present in the [snapstore](https://snapcraft.io/ferdi) 💖 @mhatvan 184- Ferdium is now present in the [snapstore](https://snapcraft.io/ferdium) 💖 @mhatvan
185- Quicker way to toggle dark mode from the sidebar context menu 💖 @vraravam 185- Quicker way to toggle dark mode from the sidebar context menu 💖 @vraravam
186- Follow OS reduced motion setting (#1757) 💖 @mhatvan, @vraravam 186- Follow OS reduced motion setting (#1757) 💖 @mhatvan, @vraravam
187- Add new Help menu item to allow easy import/export of config files 💖 @vraravam 187- Add new Help menu item to allow easy import/export of config files 💖 @vraravam
@@ -201,20 +201,20 @@ This is a hotfix for the 5.6.1 release, along with a couple of changes that were
201 201
202- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam 202- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
203- Upgrade `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan 203- Upgrade `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
204- Remove references to 'premium' validation checks and paid subscriptions (making them permanently on) since Ferdi is free to all users forever 💖 @vraravam 204- Remove references to 'premium' validation checks and paid subscriptions (making them permanently on) since Ferdium is free to all users forever 💖 @vraravam
205- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905) 💖 @mhatvan, @vraravam 205- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
206- Use symbols for key shortcuts consistently 💖 @vraravam 206- Use symbols for key shortcuts consistently 💖 @vraravam
207- Add ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam 207- Add ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
208- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam 208- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
209- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam 209- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
210- Ensure stored settings conform to type-safety 💖 @vraravam 210- Ensure stored settings conform to type-safety 💖 @vraravam
211- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam 211- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
212- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam 212- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
213- Use `Ferdi.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam 213- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
214- Remove some leftover Franz branding 💖 @vantezzen 214- Remove some leftover Franz branding 💖 @vantezzen
215- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen 215- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
216- Services: Normalize all service recipes to be `es6` compliant 💖 @vraravam 216- Services: Normalize all service recipes to be `es6` compliant 💖 @vraravam
217- Services: Change entry point in the `facebookpages` service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam 217- Services: Change entry point in the `facebookpages` service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
218- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam 218- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
219- Start conversion to typescript with stricter rules 💖 @vraravam 219- Start conversion to typescript with stricter rules 💖 @vraravam
220- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam 220- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
@@ -231,11 +231,11 @@ This is a hotfix for the 5.6.1 release, along with a couple of changes that were
231 231
232### Services 232### Services
233 233
234- New services: Add `Proton Calendar` (getferdi/recipes#606) 💖 @cereum 234- New services: Add `Proton Calendar` (ferdium/recipes#606) 💖 @cereum
235- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre 235- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre
236- New services: Add `Google News` service 💖 @niutech 236- New services: Add `Google News` service 💖 @niutech
237- New services: Add `amazon web services` (getferdi/recipes#643), `binance` (getferdi/recipes#645), `ovh-cloud` (getferdi/recipes#650), `scribens` (getferdi/recipes#651), `docker hub` (getferdi/recipes#644), `bitwarden` (getferdi/recipes#647), `google translate` (getferdi/recipes#642) 💖 @oda-alexandre, @vraravam 237- New services: Add `amazon web services` (ferdium/recipes#643), `binance` (ferdium/recipes#645), `ovh-cloud` (ferdium/recipes#650), `scribens` (ferdium/recipes#651), `docker hub` (ferdium/recipes#644), `bitwarden` (ferdium/recipes#647), `google translate` (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
238- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (getferdi/recipes#523, getferdi/recipes#1808) 💖 @vraravam 238- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523, ferdium/recipes#1808) 💖 @vraravam
239- Darkmode support for: `Facebook Messenger`, `Facebook Workplace Chat` (Facebook at work), `Slack`, `Google Calendar`, `Whatsapp`, `LinkedIn`, `Telegram`, `Instagram` 💖 @vraravam 239- Darkmode support for: `Facebook Messenger`, `Facebook Workplace Chat` (Facebook at work), `Slack`, `Google Calendar`, `Whatsapp`, `LinkedIn`, `Telegram`, `Instagram` 💖 @vraravam
240 240
241### Bug Fixes 241### Bug Fixes
@@ -244,32 +244,32 @@ This is a hotfix for the 5.6.1 release, along with a couple of changes that were
244- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54 244- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
245- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam 245- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
246- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270 246- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
247- Fix issue while importing exported `ferdi.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam 247- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
248- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb 248- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
249- Fix zoom actions executed on another services (#1867) 💖 @sad270 249- Fix zoom actions executed on another services (#1867) 💖 @sad270
250- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270 250- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
251- Ferdi locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270 251- Ferdium locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270
252- When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam 252- When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
253- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam 253- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
254- Fix address bar not updating (#1836) 💖 @mhatvan 254- Fix address bar not updating (#1836) 💖 @mhatvan
255- Fix screensharing in discord (getferdi/recipes#625) 💖 @oda-alexandre 255- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
256- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam 256- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
257- Fix bug where the service-defaults were not merged when creating a service 💖 @vraravam 257- Fix bug where the service-defaults were not merged when creating a service 💖 @vraravam
258- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam 258- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam
259- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam 259- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam
260- Fix issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam 260- Fix issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam
261- Fix app focus detection 💖 @vraravam 261- Fix app focus detection 💖 @vraravam
262- Fix error while importing ferdi configuration without workspaces (#1776) 💖 @vraravam 262- Fix error while importing ferdium configuration without workspaces (#1776) 💖 @vraravam
263- Use electron's API to enable/disable spell-check when the app starts up 💖 @vraravam 263- Use electron's API to enable/disable spell-check when the app starts up 💖 @vraravam
264- Explicitly use env var to specify hostname for adonis for the internal-server. This fixes issue for some users where they have an alias for the `localhost` 💖 @vraravam 264- Explicitly use env var to specify hostname for adonis for the internal-server. This fixes issue for some users where they have an alias for the `localhost` 💖 @vraravam
265- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam 265- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam
266 266
267# [v5.6.1-beta.4](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.3...v5.6.1-beta.4) (2021-09-11) 267# [v5.6.1-beta.4](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.3...v5.6.1-beta.4) (2021-09-11)
268 268
269Please note that this is the same code as the `v5.6.1-nightly.56` tag. 269Please note that this is the same code as the `v5.6.1-nightly.56` tag.
270The cumulative changes since the previous beta release are: 270The cumulative changes since the previous beta release are:
271 271
272- Add a confirmation dialog and a preference while quitting Ferdi (#1879) 💖 @vraravam 272- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
273- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t 273- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
274 274
275### Bug Fixes 275### Bug Fixes
@@ -277,17 +277,17 @@ The cumulative changes since the previous beta release are:
277- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54 277- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
278- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam 278- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
279- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270 279- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
280- Fix issue while importing exported `ferdi.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam 280- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
281- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb 281- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
282- Fix zoom actions executed on another services (#1867) 💖 @sad270 282- Fix zoom actions executed on another services (#1867) 💖 @sad270
283- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270 283- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
284- Ferdi locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270 284- Ferdium locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270
285 285
286### Internal 286### Internal
287 287
288- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905) 💖 @mhatvan, @vraravam 288- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
289- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam 289- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
290- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam 290- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
291- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam 291- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
292- Ensure stored settings conform to type-safety 💖 @vraravam 292- Ensure stored settings conform to type-safety 💖 @vraravam
293- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam 293- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
@@ -295,44 +295,44 @@ The cumulative changes since the previous beta release are:
295- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam 295- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
296- Improve contribution documentation (#1865) 💖 @sad270, @vraravam 296- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
297 297
298# [v5.6.1-nightly.56](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.55...v5.6.1-nightly.56) (2021-09-11) 298# [v5.6.1-nightly.56](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.55...v5.6.1-nightly.56) (2021-09-11)
299 299
300- Turn off the certificate whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t 300- Turn off the certificate whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
301 301
302### Internal 302### Internal
303 303
304- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905) 💖 @mhatvan, @vraravam 304- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
305 305
306# [v5.6.1-nightly.55](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.54...v5.6.1-nightly.55) (2021-09-10) 306# [v5.6.1-nightly.55](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.54...v5.6.1-nightly.55) (2021-09-10)
307 307
308### Bug fixes 308### Bug fixes
309 309
310- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54 310- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
311- Partially reverted the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam 311- Partially reverted the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
312 312
313# [v5.6.1-nightly.54](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.53...v5.6.1-nightly.54) (2021-09-09) 313# [v5.6.1-nightly.54](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.53...v5.6.1-nightly.54) (2021-09-09)
314 314
315### Internal 315### Internal
316 316
317- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam 317- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
318 318
319# [v5.6.1-nightly.53](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.52...v5.6.1-nightly.53) (2021-09-08) 319# [v5.6.1-nightly.53](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.52...v5.6.1-nightly.53) (2021-09-08)
320 320
321- Add a confirmation dialog and a preference while quitting Ferdi (#1879) 💖 @vraravam 321- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
322 322
323### Bug Fixes 323### Bug Fixes
324 324
325- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270 325- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
326 326
327# [v5.6.1-nightly.52](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.51...v5.6.1-nightly.52) (2021-09-07) 327# [v5.6.1-nightly.52](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.51...v5.6.1-nightly.52) (2021-09-07)
328 328
329### Bug Fixes 329### Bug Fixes
330 330
331- Fix issue while importing exported `ferdi.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam 331- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
332- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb 332- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
333- Fix zoom actions executed on another services (#1867) 💖 @sad270 333- Fix zoom actions executed on another services (#1867) 💖 @sad270
334 334
335# [v5.6.1-nightly.51](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.50...v5.6.1-nightly.51) (2021-09-06) 335# [v5.6.1-nightly.51](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.50...v5.6.1-nightly.51) (2021-09-06)
336 336
337### Bug Fixes 337### Bug Fixes
338 338
@@ -340,13 +340,13 @@ The cumulative changes since the previous beta release are:
340 340
341### Internal 341### Internal
342 342
343- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam 343- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
344 344
345# [v5.6.1-nightly.50](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05) 345# [v5.6.1-nightly.50](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05)
346 346
347### Bug Fixes 347### Bug Fixes
348 348
349- Ferdi locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270 349- Ferdium locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270
350 350
351### Internal 351### Internal
352 352
@@ -357,15 +357,15 @@ The cumulative changes since the previous beta release are:
357- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam 357- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
358- Improve contribution documentation (#1865) 💖 @sad270, @vraravam 358- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
359 359
360# [v5.6.1-nightly.48](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.46...v5.6.1-nightly.48) (2021-09-03) 360# [v5.6.1-nightly.48](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.46...v5.6.1-nightly.48) (2021-09-03)
361 361
362- Service: Add ability to use self-hosted option for `youtrack` service (fixes getferdi/recipes#671) 362- Service: Add ability to use self-hosted option for `youtrack` service (fixes ferdium/recipes#671)
363 363
364### Internal 364### Internal
365 365
366- Upgraded `nodejs` to `14.17.6` 💖 @vraravam 366- Upgraded `nodejs` to `14.17.6` 💖 @vraravam
367 367
368# [v5.6.1-beta.3](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01) 368# [v5.6.1-beta.3](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01)
369 369
370Please note that this is the same code as the `v5.6.1-nightly.46` tag. 370Please note that this is the same code as the `v5.6.1-nightly.46` tag.
371The cumulative changes since the previous beta release are: 371The cumulative changes since the previous beta release are:
@@ -373,55 +373,55 @@ The cumulative changes since the previous beta release are:
373- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam 373- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
374- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre 374- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre
375- New services: Add `Google News` service 💖 @niutech 375- New services: Add `Google News` service 💖 @niutech
376- New services: Add `amazon web services` (getferdi/recipes#643), `binance` (getferdi/recipes#645), `ovh-cloud` (getferdi/recipes#650), `scribens` (getferdi/recipes#651), `docker hub` (getferdi/recipes#644), `bitwarden` (getferdi/recipes#647), `google translate` (getferdi/recipes#642) 💖 @oda-alexandre, @vraravam 376- New services: Add `amazon web services` (ferdium/recipes#643), `binance` (ferdium/recipes#645), `ovh-cloud` (ferdium/recipes#650), `scribens` (ferdium/recipes#651), `docker hub` (ferdium/recipes#644), `bitwarden` (ferdium/recipes#647), `google translate` (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
377- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (getferdi/recipes#523, getferdi/recipes#1808) 💖 @vraravam 377- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523, ferdium/recipes#1808) 💖 @vraravam
378 378
379### Bug Fixes 379### Bug Fixes
380 380
381- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam 381- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
382- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam 382- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
383- Fix address bar not updating (#1836) 💖 @mhatvan 383- Fix address bar not updating (#1836) 💖 @mhatvan
384- Fix screensharing in discord (getferdi/recipes#625) 💖 @oda-alexandre 384- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
385- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam 385- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
386 386
387### Internal 387### Internal
388 388
389- Use `Ferdi.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam 389- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
390- Upgraded `nodejs` to `14.17.5` 💖 @vraravam 390- Upgraded `nodejs` to `14.17.5` 💖 @vraravam
391- Remove some leftover Franz branding 💖 @vantezzen 391- Remove some leftover Franz branding 💖 @vantezzen
392- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen 392- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
393- Services: Normalized all service recipes to be `es6` compliant 💖 @vraravam 393- Services: Normalized all service recipes to be `es6` compliant 💖 @vraravam
394- Services: Change entry point in the `facebookpages` service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam 394- Services: Change entry point in the `facebookpages` service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
395- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam 395- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
396- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam 396- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
397 397
398# [v5.6.1-nightly.46](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.45...v5.6.1-nightly.46) (2021-09-01) 398# [v5.6.1-nightly.46](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.45...v5.6.1-nightly.46) (2021-09-01)
399 399
400### Bug Fixes 400### Bug Fixes
401 401
402- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam 402- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
403 403
404# [v5.6.1-nightly.45](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.43...v5.6.1-nightly.45) (2021-09-01) 404# [v5.6.1-nightly.45](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.43...v5.6.1-nightly.45) (2021-09-01)
405 405
406- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam 406- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
407- Services: Add `odoo` and `wakatime` 💖 @oda-alexandre 407- Services: Add `odoo` and `wakatime` 💖 @oda-alexandre
408 408
409### Internal 409### Internal
410 410
411- Use `Ferdi.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam 411- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
412 412
413# [v5.6.1-nightly.43](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.42...v5.6.1-nightly.43) (2021-08-30) 413# [v5.6.1-nightly.43](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.42...v5.6.1-nightly.43) (2021-08-30)
414 414
415- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (getferdi/recipes#523 getferdi/recipes#1808) 💖 @vraravam 415- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523 ferdium/recipes#1808) 💖 @vraravam
416 416
417# [v5.6.1-nightly.42](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.41...v5.6.1-nightly.42) (2021-08-29) 417# [v5.6.1-nightly.42](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.41...v5.6.1-nightly.42) (2021-08-29)
418 418
419- Upgraded to [electron 13.2.3](https://github.com/electron/electron/releases/tag/v13.2.3) 💖 @vraravam 419- Upgraded to [electron 13.2.3](https://github.com/electron/electron/releases/tag/v13.2.3) 💖 @vraravam
420- New services: amazon web services (getferdi/recipes#643), binance (getferdi/recipes#645), ovh-cloud (getferdi/recipes#650), scribens (getferdi/recipes#651), docker hub (getferdi/recipes#644), bitwarden (getferdi/recipes#647), google translate (getferdi/recipes#642) 💖 @oda-alexandre, @vraravam 420- New services: amazon web services (ferdium/recipes#643), binance (ferdium/recipes#645), ovh-cloud (ferdium/recipes#650), scribens (ferdium/recipes#651), docker hub (ferdium/recipes#644), bitwarden (ferdium/recipes#647), google translate (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
421 421
422# [v5.6.1-nightly.41](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.40...v5.6.1-nightly.41) (2021-08-28) 422# [v5.6.1-nightly.41](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.40...v5.6.1-nightly.41) (2021-08-28)
423 423
424- Services: Add 'tinder' service (getferdi/recipes#641) 💖 @oda-alexandre 424- Services: Add 'tinder' service (ferdium/recipes#641) 💖 @oda-alexandre
425 425
426### Internal 426### Internal
427 427
@@ -429,22 +429,22 @@ The cumulative changes since the previous beta release are:
429- Remove some leftover Franz branding 💖 @vantezzen 429- Remove some leftover Franz branding 💖 @vantezzen
430- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen 430- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
431- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam 431- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam
432- Services: Change entry point in the 'facebookpages' service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam 432- Services: Change entry point in the 'facebookpages' service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
433 433
434# [v5.6.1-nightly.40](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.38...v5.6.1-nightly.40) (2021-08-27) 434# [v5.6.1-nightly.40](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.38...v5.6.1-nightly.40) (2021-08-27)
435 435
436### Bug Fixes 436### Bug Fixes
437 437
438- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam 438- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
439- Fix address bar not updating (#1836) 💖 @mhatvan 439- Fix address bar not updating (#1836) 💖 @mhatvan
440- Fix screensharing in discord (getferdi/recipes#625) 💖 @oda-alexandre 440- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
441- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam 441- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
442 442
443### Internal 443### Internal
444 444
445- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam 445- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
446 446
447# [v5.6.1-nightly.38](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.37...v5.6.1-nightly.38) (2021-08-25) 447# [v5.6.1-nightly.38](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.37...v5.6.1-nightly.38) (2021-08-25)
448 448
449- Added `Google News` service 💖 @niutech 449- Added `Google News` service 💖 @niutech
450 450
@@ -454,17 +454,17 @@ The cumulative changes since the previous beta release are:
454 454
455- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam 455- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
456 456
457# [v5.6.1-beta.2](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.1...v5.6.1-beta.2) (2021-08-24) 457# [v5.6.1-beta.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.1...v5.6.1-beta.2) (2021-08-24)
458 458
459Please note that this is the same code as the `v5.6.1-nightly.37` tag. 459Please note that this is the same code as the `v5.6.1-nightly.37` tag.
460The cumulative changes since the previous beta release are: 460The cumulative changes since the previous beta release are:
461 461
462- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam 462- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
463- Remove checks that refers to paid subscription since Ferdi is always free 💖 @vraravam 463- Remove checks that refers to paid subscription since Ferdium is always free 💖 @vraravam
464- Remove 'shareFranz' feature since its always turned off for Ferdi 💖 @vraravam 464- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
465- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam 465- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
466- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved approx 16MB from the installed file (on macos) 💖 @vraravam, @mhatvan 466- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved approx 16MB from the installed file (on macos) 💖 @vraravam, @mhatvan
467- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdi profile in their file explorer 💖 @vraravam 467- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
468- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam 468- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
469- Catch up with minor changes in Franz 5.7.0 469- Catch up with minor changes in Franz 5.7.0
470- Add entitlements for screen-capture-permissions 💖 @vraravam 470- Add entitlements for screen-capture-permissions 💖 @vraravam
@@ -497,7 +497,7 @@ The cumulative changes since the previous beta release are:
497- Use destructured 'import' 💖 @vraravam 497- Use destructured 'import' 💖 @vraravam
498- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam 498- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
499 499
500# [v5.6.1-nightly.37](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.36...v5.6.1-nightly.37) (2021-08-24) 500# [v5.6.1-nightly.37](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.36...v5.6.1-nightly.37) (2021-08-24)
501 501
502- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam 502- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
503 503
@@ -505,7 +505,7 @@ The cumulative changes since the previous beta release are:
505 505
506- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam 506- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
507 507
508# [v5.6.1-nightly.36](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.35...v5.6.1-nightly.36) (2021-08-23) 508# [v5.6.1-nightly.36](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.35...v5.6.1-nightly.36) (2021-08-23)
509 509
510### Bug Fixes 510### Bug Fixes
511 511
@@ -516,10 +516,10 @@ The cumulative changes since the previous beta release are:
516- [Perf] Removed double nested looping while deactivating service (#1824) 💖 @vraravam 516- [Perf] Removed double nested looping while deactivating service (#1824) 💖 @vraravam
517- Upgraded `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan 517- Upgraded `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
518 518
519# [v5.6.1-nightly.35](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.34...v5.6.1-nightly.35) (2021-08-22) 519# [v5.6.1-nightly.35](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.34...v5.6.1-nightly.35) (2021-08-22)
520 520
521- Remove checks that refers to paid subscription since Ferdi is always free 💖 @vraravam 521- Remove checks that refers to paid subscription since Ferdium is always free 💖 @vraravam
522- Remove 'shareFranz' feature since its always turned off for Ferdi 💖 @vraravam 522- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
523 523
524### Bug Fixes 524### Bug Fixes
525 525
@@ -531,24 +531,24 @@ The cumulative changes since the previous beta release are:
531- Set stricter rules for typescript conversion 💖 @vraravam 531- Set stricter rules for typescript conversion 💖 @vraravam
532- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam 532- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
533 533
534# [v5.6.1-nightly.34](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.33...v5.6.1-nightly.34) (2021-08-21) 534# [v5.6.1-nightly.34](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.33...v5.6.1-nightly.34) (2021-08-21)
535 535
536### Bug Fixes 536### Bug Fixes
537 537
538- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam 538- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam
539 539
540# [v5.6.1-nightly.33](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.32...v5.6.1-nightly.33) (2021-08-19) 540# [v5.6.1-nightly.33](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.32...v5.6.1-nightly.33) (2021-08-19)
541 541
542### Bug Fixes 542### Bug Fixes
543 543
544- Reverted back to `moment.js` from `day.js` due to bug #1811 💖 @vraravam 544- Reverted back to `moment.js` from `day.js` due to bug #1811 💖 @vraravam
545 545
546# [v5.6.1-nightly.32](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.30...v5.6.1-nightly.32) (2021-08-18) 546# [v5.6.1-nightly.32](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.30...v5.6.1-nightly.32) (2021-08-18)
547 547
548- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam 548- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
549- Upgraded to [electron 13.2.1](https://github.com/electron/electron/releases/tag/v13.2.1) 💖 @vraravam 549- Upgraded to [electron 13.2.1](https://github.com/electron/electron/releases/tag/v13.2.1) 💖 @vraravam
550 550
551# [v5.6.1-nightly.30](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.29...v5.6.1-nightly.30) (2021-08-17) 551# [v5.6.1-nightly.30](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.29...v5.6.1-nightly.30) (2021-08-17)
552 552
553### Bug Fixes 553### Bug Fixes
554 554
@@ -558,7 +558,7 @@ The cumulative changes since the previous beta release are:
558 558
559- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam 559- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam
560 560
561# [v5.6.1-nightly.29](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.28...v5.6.1-nightly.29) (2021-08-17) 561# [v5.6.1-nightly.29](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.28...v5.6.1-nightly.29) (2021-08-17)
562 562
563### Bug Fixes 563### Bug Fixes
564 564
@@ -569,7 +569,7 @@ The cumulative changes since the previous beta release are:
569 569
570- Replace deprecated `moment.js` with `day.js` (#1804) 💖 @mhatvan 570- Replace deprecated `moment.js` with `day.js` (#1804) 💖 @mhatvan
571 571
572# [v5.6.1-nightly.28](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.27...v5.6.1-nightly.28) (2021-08-16) 572# [v5.6.1-nightly.28](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.27...v5.6.1-nightly.28) (2021-08-16)
573 573
574- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved 11MB from the installed file (on macos) 💖 @vraravam 574- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved 11MB from the installed file (on macos) 💖 @vraravam
575- Removed unused npm dependencies (shaved anothe 5MB from the installed file on macos) 💖 @vraravam, @mhatvan 575- Removed unused npm dependencies (shaved anothe 5MB from the installed file on macos) 💖 @vraravam, @mhatvan
@@ -586,9 +586,9 @@ The cumulative changes since the previous beta release are:
586- Started typescript conversion of some simple scripts 💖 @vraravam 586- Started typescript conversion of some simple scripts 💖 @vraravam
587- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan 587- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan
588 588
589# [v5.6.1-nightly.27](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.26...v5.6.1-nightly.27) (2021-08-15) 589# [v5.6.1-nightly.27](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.26...v5.6.1-nightly.27) (2021-08-15)
590 590
591- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdi profile in their file explorer 💖 @vraravam 591- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
592- [Security] Refactored Url helpers to ensure that there's a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam 592- [Security] Refactored Url helpers to ensure that there's a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
593 593
594### Internal 594### Internal
@@ -597,7 +597,7 @@ The cumulative changes since the previous beta release are:
597- Setting some config rules for typescript (in preparation for external contributors during hacktoberfest) 💖 @vraravam 597- Setting some config rules for typescript (in preparation for external contributors during hacktoberfest) 💖 @vraravam
598- Moved 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam 598- Moved 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam
599 599
600# [v5.6.1-nightly.26](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.24...v5.6.1-nightly.26) (2021-08-14) 600# [v5.6.1-nightly.26](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.24...v5.6.1-nightly.26) (2021-08-14)
601 601
602- Catch up with minor changes in Franz 5.7.0 602- Catch up with minor changes in Franz 5.7.0
603- Add entitlements for screen-capture-permissions 💖 @vraravam 603- Add entitlements for screen-capture-permissions 💖 @vraravam
@@ -614,43 +614,43 @@ The cumulative changes since the previous beta release are:
614- Use exported default object 💖 @vraravam 614- Use exported default object 💖 @vraravam
615- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam 615- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
616 616
617# [v5.6.1-nightly.24](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.23...v5.6.1-nightly.24) (2021-08-13) 617# [v5.6.1-nightly.24](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.23...v5.6.1-nightly.24) (2021-08-13)
618 618
619- Added new recipe for Proton Calendar (getferdi/recipes#606) 💖 @cereum 619- Added new recipe for Proton Calendar (ferdium/recipes#606) 💖 @cereum
620- Services now have aliases - so the user can search for alternative names to get matches (#1774) 💖 @vraravam 620- Services now have aliases - so the user can search for alternative names to get matches (#1774) 💖 @vraravam
621 621
622### Bug Fixes 622### Bug Fixes
623 623
624- Fix startup crash for Ferdi v5.6.1-nightly.23 💖 @vraravam 624- Fix startup crash for Ferdium v5.6.1-nightly.23 💖 @vraravam
625- Fix the sidebar context menu for toggling dark mode. 💖 @vraravam 625- Fix the sidebar context menu for toggling dark mode. 💖 @vraravam
626- Fix error while importing ferdi data (#1776) 💖 @vraravam 626- Fix error while importing ferdium data (#1776) 💖 @vraravam
627 627
628### Internal 628### Internal
629 629
630- Fixed issue with incorrect eslint config. 💖 @vraravam 630- Fixed issue with incorrect eslint config. 💖 @vraravam
631 631
632# [v5.6.1-nightly.23](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.22...v5.6.1-nightly.23) (2021-08-12) 632# [v5.6.1-nightly.23](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.22...v5.6.1-nightly.23) (2021-08-12)
633 633
634- Allow the user to enable/disable the Dark Model from the context menu of the sidebar 💖 @vraravam 634- Allow the user to enable/disable the Dark Model from the context menu of the sidebar 💖 @vraravam
635 635
636### Bug Fixes 636### Bug Fixes
637 637
638- Fix startup crash for Ferdi v5.6.1-nightly.22 💖 @vraravam 638- Fix startup crash for Ferdium v5.6.1-nightly.22 💖 @vraravam
639 639
640### Internal 640### Internal
641 641
642- Cleanup recipes (removed legacy properties and unused variables) 💖 @vraravam 642- Cleanup recipes (removed legacy properties and unused variables) 💖 @vraravam
643 643
644# [v5.6.1-nightly.22](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.21...v5.6.1-nightly.22) (2021-08-11) 644# [v5.6.1-nightly.22](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.21...v5.6.1-nightly.22) (2021-08-11)
645 645
646- Add Ferdi snap package (#1767) 💖 @mhatvan 646- Add Ferdium snap package (#1767) 💖 @mhatvan
647- Follow OS reduced motion setting (#1757) 💖 @mhatvan 647- Follow OS reduced motion setting (#1757) 💖 @mhatvan
648 648
649### Internal 649### Internal
650 650
651- refactor: Removed duplication related to platform-specific shortcut keys 💖 @vraravam 651- refactor: Removed duplication related to platform-specific shortcut keys 💖 @vraravam
652 652
653# [v5.6.1-nightly.21](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.19...v5.6.1-nightly.21) (2021-08-10) 653# [v5.6.1-nightly.21](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.19...v5.6.1-nightly.21) (2021-08-10)
654 654
655- Added a new menu entry (Import/Export Configuration Data) to allow the user to quickly navigate and import/export configuration data 💖 @vraravam 655- Added a new menu entry (Import/Export Configuration Data) to allow the user to quickly navigate and import/export configuration data 💖 @vraravam
656- Upgraded 'electron' to '13.1.9'. 💖 @vraravam 656- Upgraded 'electron' to '13.1.9'. 💖 @vraravam
@@ -664,7 +664,7 @@ The cumulative changes since the previous beta release are:
664 664
665- Upgraded `electron-builder` to `22.12.0` 💖 @vraravam 665- Upgraded `electron-builder` to `22.12.0` 💖 @vraravam
666 666
667# [v5.6.1-nightly.19](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.18...v5.6.1-nightly.19) (2021-08-09) 667# [v5.6.1-nightly.19](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.18...v5.6.1-nightly.19) (2021-08-09)
668 668
669### Bug Fixes 669### Bug Fixes
670 670
@@ -677,13 +677,13 @@ The cumulative changes since the previous beta release are:
677- chore: Upgraded npm modules (minor and tiny version) 💖 @vraravam 677- chore: Upgraded npm modules (minor and tiny version) 💖 @vraravam
678- Remove unnecessary copy of package config files into the Docker context 💖 @vraravam 678- Remove unnecessary copy of package config files into the Docker context 💖 @vraravam
679 679
680# [v5.6.1-nightly.18](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.17...v5.6.1-nightly.18) (2021-08-08) 680# [v5.6.1-nightly.18](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.17...v5.6.1-nightly.18) (2021-08-08)
681 681
682### Internal 682### Internal
683 683
684[Perf] Path-references refactoring and using 'import' instead of 'require' 💖 @vraravam 684[Perf] Path-references refactoring and using 'import' instead of 'require' 💖 @vraravam
685 685
686# [v5.6.1-nightly.16](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.14...v5.6.1-nightly.16) (2021-08-06) 686# [v5.6.1-nightly.16](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.14...v5.6.1-nightly.16) (2021-08-06)
687 687
688### Bug Fixes 688### Bug Fixes
689 689
@@ -694,7 +694,7 @@ The cumulative changes since the previous beta release are:
694 694
695- General code improvements 💖 @mhatvan, @vraravam 695- General code improvements 💖 @mhatvan, @vraravam
696 696
697## [5.6.1-nightly.14](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.13...v5.6.1-nightly.14) (2021-08-04) 697## [5.6.1-nightly.14](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.13...v5.6.1-nightly.14) (2021-08-04)
698 698
699### Bug Fixes 699### Bug Fixes
700 700
@@ -705,20 +705,20 @@ The cumulative changes since the previous beta release are:
705- Incorporate commitizen as a git pre-commit hook 💖 @vraravam 705- Incorporate commitizen as a git pre-commit hook 💖 @vraravam
706- git commit comment structure are now enforced using 'commitlint' 💖 @vraravam 706- git commit comment structure are now enforced using 'commitlint' 💖 @vraravam
707 707
708## [5.6.1-nightly.13](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.12...v5.6.1-nightly.13) (2021-08-04) 708## [5.6.1-nightly.13](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.12...v5.6.1-nightly.13) (2021-08-04)
709 709
710- Changed the cron for the ferdi build to run at 12:15 am UTC. 💖 @vraravam 710- Changed the cron for the ferdium build to run at 12:15 am UTC. 💖 @vraravam
711- Removed straggling code related to 'popular services'. 💖 @vraravam 711- Removed straggling code related to 'popular services'. 💖 @vraravam
712- Upgraded 'electron' to '13.1.8'. 💖 @vraravam 712- Upgraded 'electron' to '13.1.8'. 💖 @vraravam
713 713
714## [5.6.1-nightly.12](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.11...v5.6.1-nightly.12) (2021-08-03) 714## [5.6.1-nightly.12](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.11...v5.6.1-nightly.12) (2021-08-03)
715 715
716- Removed 'Most Popular' services since it alludes to user-tracking (#1718) 💖 @vraravam 716- Removed 'Most Popular' services since it alludes to user-tracking (#1718) 💖 @vraravam
717- Fixed #1722 [skip ci] 💖 @vraravam 717- Fixed #1722 [skip ci] 💖 @vraravam
718- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam 718- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam
719- Fixed #1726: Revamp menu items with correct accelerators. (#1728) 💖 @vraravam 719- Fixed #1726: Revamp menu items with correct accelerators. (#1728) 💖 @vraravam
720 720
721## [5.6.1-nightly.11](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.10...v5.6.1-nightly.11) (2021-08-02) 721## [5.6.1-nightly.11](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.10...v5.6.1-nightly.11) (2021-08-02)
722 722
723- Migrated babel config. 💖 @vraravam 723- Migrated babel config. 💖 @vraravam
724- Removed duplicated contributors badge. 💖 @vraravam 724- Removed duplicated contributors badge. 💖 @vraravam
@@ -726,41 +726,41 @@ The cumulative changes since the previous beta release are:
726- Minor visual refactoring to hide double separator. [skip ci] 💖 @vraravam 726- Minor visual refactoring to hide double separator. [skip ci] 💖 @vraravam
727- Fixed #1717: Turned on ToDo feature. 💖 @vraravam 727- Fixed #1717: Turned on ToDo feature. 💖 @vraravam
728 728
729## [5.6.1-nightly.10](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.9...v5.6.1-nightly.10) (2021-08-01) 729## [5.6.1-nightly.10](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.9...v5.6.1-nightly.10) (2021-08-01)
730 730
731- Moved 'jss' to a runtime dependency from a dev dependency. 💖 @vraravam 731- Moved 'jss' to a runtime dependency from a dev dependency. 💖 @vraravam
732- Removed stale references to 'packages/typings' 💖 @vraravam 732- Removed stale references to 'packages/typings' 💖 @vraravam
733 733
734## [5.6.1-nightly.9](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.8...v5.6.1-nightly.9) (2021-07-31) 734## [5.6.1-nightly.9](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.8...v5.6.1-nightly.9) (2021-07-31)
735 735
736- Migrate from tslint to @typescript-eslint (#1706) 💖 @mhatvan, @vraravam 736- Migrate from tslint to @typescript-eslint (#1706) 💖 @mhatvan, @vraravam
737- Cleanup and improve dependencies 💖 @mhatvan, @vraravam 737- Cleanup and improve dependencies 💖 @mhatvan, @vraravam
738- Broken artefact!!! Do not Use!!! 738- Broken artefact!!! Do not Use!!!
739 739
740## [5.6.1-nightly.7](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.6...v5.6.1-nightly.7) (2021-07-29) 740## [5.6.1-nightly.7](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.6...v5.6.1-nightly.7) (2021-07-29)
741 741
742- Force create tag while building/publishing even if it already exists by some rare chance. 💖 @vraravam 742- Force create tag while building/publishing even if it already exists by some rare chance. 💖 @vraravam
743 743
744## [5.6.1-nightly.6](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.5...v5.6.1-nightly.6) (2021-07-29) 744## [5.6.1-nightly.6](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.5...v5.6.1-nightly.6) (2021-07-29)
745 745
746- updated classnames to 2.3.1 to use added type definitions 💖 @mhatvan, @vraravam 746- updated classnames to 2.3.1 to use added type definitions 💖 @mhatvan, @vraravam
747- Backporting configs in prep for node upgrade to v16 💖 @mhatvan, @vraravam 747- Backporting configs in prep for node upgrade to v16 💖 @mhatvan, @vraravam
748- Locked npm modules; Made the nested package module versions be consistent with the root package. 💖 @vraravam 748- Locked npm modules; Made the nested package module versions be consistent with the root package. 💖 @vraravam
749 749
750## [5.6.1-nightly.5](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.4...v5.6.1-nightly.5) (2021-07-28) 750## [5.6.1-nightly.5](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.4...v5.6.1-nightly.5) (2021-07-28)
751 751
752- Updated CHANGELOG.md with old change logs 💖 @vraravam 752- Updated CHANGELOG.md with old change logs 💖 @vraravam
753- Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and linux) 💖 @vraravam 753- Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and linux) 💖 @vraravam
754- Corrected documentation for fresh system [skip ci] 💖 @vraravam 754- Corrected documentation for fresh system [skip ci] 💖 @vraravam
755- Npm module updates (#1694) 💖 @vraravam 755- Npm module updates (#1694) 💖 @vraravam
756 756
757## [5.6.1-nightly.4](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.2...v5.6.1-nightly.4) (2021-07-25) 757## [5.6.1-nightly.4](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.2...v5.6.1-nightly.4) (2021-07-25)
758 758
759- Upgraded electron-builder to '22.11.10' (which supposedly fixes issues with packaging of node_modules) 💖 @vraravam 759- Upgraded electron-builder to '22.11.10' (which supposedly fixes issues with packaging of node_modules) 💖 @vraravam
760- 5.6.1-nightly.4 760- 5.6.1-nightly.4
761- Update submodules, browserslist data updates and linter fixes [skip ci] 761- Update submodules, browserslist data updates and linter fixes [skip ci]
762- 5.6.1-nightly.3 762- 5.6.1-nightly.3
763- Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs (thus skipping the ferdi version). [skip ci] 💖 @vraravam 763- Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs (thus skipping the ferdium version). [skip ci] 💖 @vraravam
764- Updated recipes to pull in context-isolation changes. [skip ci] 💖 @kris7t 764- Updated recipes to pull in context-isolation changes. [skip ci] 💖 @kris7t
765- Recipe context isolation (#1456) 💖 @kris7t 765- Recipe context isolation (#1456) 💖 @kris7t
766- Update submodules, browserslist data updates and linter fixes [skip ci] 766- Update submodules, browserslist data updates and linter fixes [skip ci]
@@ -772,7 +772,7 @@ The cumulative changes since the previous beta release are:
772- Removed references to 'premium' i18n keys that are no longer used. 💖 @vraravam 772- Removed references to 'premium' i18n keys that are no longer used. 💖 @vraravam
773- New translations en-US.json (Korean) (#1677) 773- New translations en-US.json (Korean) (#1677)
774 774
775## [5.6.1-nightly.2](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.0...v5.6.1-nightly.2) (2021-07-23) 775## [5.6.1-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.0...v5.6.1-nightly.2) (2021-07-23)
776 776
777- 5.6.1-nightly.2 777- 5.6.1-nightly.2
778- Fixed issue with the version-bumping check not registering as an env var for GH actions. [skip ci] 💖 @vraravam 778- Fixed issue with the version-bumping check not registering as an env var for GH actions. [skip ci] 💖 @vraravam
@@ -787,7 +787,7 @@ The cumulative changes since the previous beta release are:
787- Minor refactoring to avoid leaking of objects. 💖 @vraravam 787- Minor refactoring to avoid leaking of objects. 💖 @vraravam
788- New translations en-US.json (Chinese Simplified) 788- New translations en-US.json (Chinese Simplified)
789 789
790## [5.6.0](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.8...v5.6.0) (2021-07-23) 790## [5.6.0](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.8...v5.6.0) (2021-07-23)
791 791
792- Upgrade changelogs for 5.6.0-beta.7 and 5.6.0-beta.8 [skip ci] 💖 @vraravam 792- Upgrade changelogs for 5.6.0-beta.7 and 5.6.0-beta.8 [skip ci] 💖 @vraravam
793- Added debug logs for auto-updater. [skip ci] 💖 @vraravam 793- Added debug logs for auto-updater. [skip ci] 💖 @vraravam
@@ -798,7 +798,7 @@ The cumulative changes since the previous beta release are:
798- Fixed issue where the 'copy page url' didn't honor silent notifications for clipboard events. 💖 @vraravam 798- Fixed issue where the 'copy page url' didn't honor silent notifications for clipboard events. 💖 @vraravam
799- 5.6.0-nightly.88 799- 5.6.0-nightly.88
800 800
801# [5.6.0-beta.8](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.7...v5.6.0-beta.8) (2021-07-16) 801# [5.6.0-beta.8](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.7...v5.6.0-beta.8) (2021-07-16)
802 802
803- Upgraded `electron` to `13.1.7` 💖 @vraravam 803- Upgraded `electron` to `13.1.7` 💖 @vraravam
804- Turned on other h/w architectures (arm64, armv7l) for linux builds. (#1633) 💖 @vraravam 804- Turned on other h/w architectures (arm64, armv7l) for linux builds. (#1633) 💖 @vraravam
@@ -806,14 +806,14 @@ The cumulative changes since the previous beta release are:
806- Upgraded `nodejs` to `14.17.3` 💖 @vraravam 806- Upgraded `nodejs` to `14.17.3` 💖 @vraravam
807- Use 'useragent-generator' to generate the user-agent string 💖 @vraravam 807- Use 'useragent-generator' to generate the user-agent string 💖 @vraravam
808 808
809# [5.6.0-beta.7](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.6...v5.6.0-beta.7) (2021-07-07) 809# [5.6.0-beta.7](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.6...v5.6.0-beta.7) (2021-07-07)
810 810
811- Upgraded `electron` to `13.1.5`. 💖 @vraravam 811- Upgraded `electron` to `13.1.5`. 💖 @vraravam
812- Adjust link opening behavior 💖 @stnkl 812- Adjust link opening behavior 💖 @stnkl
813- Fix color adjustments in Settings screen 💖 @kris7t 813- Fix color adjustments in Settings screen 💖 @kris7t
814- Expose Chrome version to todos webview (fix #1211) (#1478) 💖 @kris7t 814- Expose Chrome version to todos webview (fix #1211) (#1478) 💖 @kris7t
815- Added ability to turn off notifications for clipboard events generated from the context menu 💖 @vraravam 815- Added ability to turn off notifications for clipboard events generated from the context menu 💖 @vraravam
816- Build Ferdi for freeBSD 💖 @vraravam 816- Build Ferdium for freeBSD 💖 @vraravam
817- CI Builds moved to using GitHub actions 💖 @vraravam 817- CI Builds moved to using GitHub actions 💖 @vraravam
818- Bump electron-builder to 22.11.7 (fix #1469) 💖 @kris7t, @vraravam 818- Bump electron-builder to 22.11.7 (fix #1469) 💖 @kris7t, @vraravam
819- Fix active Todos service behaviour (#1481) 💖 @kytwb, @kris7t 819- Fix active Todos service behaviour (#1481) 💖 @kytwb, @kris7t
@@ -825,9 +825,9 @@ The cumulative changes since the previous beta release are:
825- Enforce strict adherence to node, npm and node-gyp versions (mainly for contributors) 💖 @vraravam 825- Enforce strict adherence to node, npm and node-gyp versions (mainly for contributors) 💖 @vraravam
826- Refactored all runtime configs: moved from 'config.js' into 'environment.js' 💖 @vraravam 826- Refactored all runtime configs: moved from 'config.js' into 'environment.js' 💖 @vraravam
827- Removed references to png images since they were not being used anyways. Results in smaller installer file 💖 @vraravam 827- Removed references to png images since they were not being used anyways. Results in smaller installer file 💖 @vraravam
828- Building ferdi on an ARM machine (#1611) 💖 @vraravam 828- Building ferdium on an ARM machine (#1611) 💖 @vraravam
829 829
830# [5.6.0-beta.6](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.5...v5.6.0-beta.6) (2021-05-31) 830# [5.6.0-beta.6](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.5...v5.6.0-beta.6) (2021-05-31)
831 831
832### Features 832### Features
833 833
@@ -843,7 +843,7 @@ The cumulative changes since the previous beta release are:
843### Minor changes 843### Minor changes
844 844
845- Display search input when service is not found 💖 @arioki1 845- Display search input when service is not found 💖 @arioki1
846- Expose Electron version information in "About Ferdi" (#1109) 💖 @vraravam 846- Expose Electron version information in "About Ferdium" (#1109) 💖 @vraravam
847- Add delete service confirmation (#1286) 💖 @vraravam 847- Add delete service confirmation (#1286) 💖 @vraravam
848- Add macOS Big Sur icon (#1056) (#1100) 💖 @alopix @jakobsudau 848- Add macOS Big Sur icon (#1056) (#1100) 💖 @alopix @jakobsudau
849- Improve custom accent color design 💖 @kris7t 849- Improve custom accent color design 💖 @kris7t
@@ -864,10 +864,10 @@ The cumulative changes since the previous beta release are:
864- Fix Element unread message count 💖 @fjl5 864- Fix Element unread message count 💖 @fjl5
865- Fix Google Chat image previews (#1283) 💖 @vraravam 865- Fix Google Chat image previews (#1283) 💖 @vraravam
866- Fix non-SSO login for Google services (#1273) (#1283) 💖 @vraravam 866- Fix non-SSO login for Google services (#1273) (#1283) 💖 @vraravam
867- Update Gmail icon (getferdi/recipes#349) 💖 @vraravam 867- Update Gmail icon (ferdium/recipes#349) 💖 @vraravam
868- Fix Gitter unread message count 💖 @vraravam 868- Fix Gitter unread message count 💖 @vraravam
869- Fix Hangouts Chat unread message count (getferdi/recipes#102) (getferdi/recipes#485) 💖 @vraravam 869- Fix Hangouts Chat unread message count (ferdium/recipes#102) (ferdium/recipes#485) 💖 @vraravam
870- Add self-hosted URL support for Office 365 (getferdi/recipes#500) 💖 @vraravam 870- Add self-hosted URL support for Office 365 (ferdium/recipes#500) 💖 @vraravam
871- Fix login redirect in PushBullet (#1331) 💖 @vraravam 871- Fix login redirect in PushBullet (#1331) 💖 @vraravam
872- Fix Mattermost unread count (#1110) 💖 @kemenaran 872- Fix Mattermost unread count (#1110) 💖 @kemenaran
873- Add self-hosted URL support for Jitsi (#1228) 💖 @vraravam 873- Add self-hosted URL support for Jitsi (#1228) 💖 @vraravam
@@ -885,16 +885,16 @@ The cumulative changes since the previous beta release are:
885- Fix spellchecker language saving (#1016) 885- Fix spellchecker language saving (#1016)
886- Fix typo in the Login screen 💖 @eltociear 886- Fix typo in the Login screen 💖 @eltociear
887- Fix typo in README.md 💖 @graves501 887- Fix typo in README.md 💖 @graves501
888- Fix "Show Ferdi In Menu Bar" nomenclature on macOS (#1417) 💖 @vraravam 888- Fix "Show Ferdium In Menu Bar" nomenclature on macOS (#1417) 💖 @vraravam
889 889
890### Under the hood 890### Under the hood
891 891
892- Update to Electron 13.0.1 💖 @vraravam, @kris7t 892- Update to Electron 13.0.1 💖 @vraravam, @kris7t
893- Update dependencies 💖 @vraravam, @kris7t 893- Update dependencies 💖 @vraravam, @kris7t
894- Synchronize with Ferdi 5.6.0 💖 @vraravam 894- Synchronize with Ferdium 5.6.0 💖 @vraravam
895- Add Docker containers for building in Linux and development with VSCode 💖 @vraravam 895- Add Docker containers for building in Linux and development with VSCode 💖 @vraravam
896 896
897# [5.6.0-beta.5](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.2...v5.6.0-beta.5) (2020-12-20) 897# [5.6.0-beta.5](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.2...v5.6.0-beta.5) (2020-12-20)
898 898
899### Features 899### Features
900 900
@@ -910,21 +910,21 @@ The cumulative changes since the previous beta release are:
910- Add Norwegian translations (#840) 💖 @larsmagnusherland 910- Add Norwegian translations (#840) 💖 @larsmagnusherland
911- Update adaptable dark mode to work on all platforms (#834) 911- Update adaptable dark mode to work on all platforms (#834)
912- Improved onboarding flow and settings empty states (#996) 💖 @tofran 912- Improved onboarding flow and settings empty states (#996) 💖 @tofran
913- Enhance the "Support Ferdi" screen (#722) 💖 @yourcontact 913- Enhance the "Support Ferdium" screen (#722) 💖 @yourcontact
914- Improve Ferdi's design (#977) 914- Improve Ferdium's design (#977)
915 915
916### Recipes 916### Recipes
917 917
918- Add 24 new recipes! Nextcloud, Nextcloud Cospend, Nextcloud Tasks, StackExchange, Noisli, Yahoo Mail, TickTick, DevDocs, Figma, iCloud Reminders, OneNote, YouTrack, SimpleNote, Lark, Slite, Pinterest, Disqus, Microsoft Todo, Google Podcasts, YouTube Music, Sync.com, Wire, Fleep, Google Classroom 💖 @eandersons, @kittywhiskers, @andrsussa, @vraravam, @arioki1, @hongshaoyang, @tofran, @stephenpapierski, @marcolussetti, @alopix, @iansearly, @TanZng 918- Add 24 new recipes! Nextcloud, Nextcloud Cospend, Nextcloud Tasks, StackExchange, Noisli, Yahoo Mail, TickTick, DevDocs, Figma, iCloud Reminders, OneNote, YouTrack, SimpleNote, Lark, Slite, Pinterest, Disqus, Microsoft Todo, Google Podcasts, YouTube Music, Sync.com, Wire, Fleep, Google Classroom 💖 @eandersons, @kittywhiskers, @andrsussa, @vraravam, @arioki1, @hongshaoyang, @tofran, @stephenpapierski, @marcolussetti, @alopix, @iansearly, @TanZng
919- Fix connection error in case of audio/video call in Google Meet (getferdi/recipes#186) 💖 @Room4O4 919- Fix connection error in case of audio/video call in Google Meet (ferdium/recipes#186) 💖 @Room4O4
920- Fix Wrike notification counter (getferdi/recipes#237) 💖 @mvdgun 920- Fix Wrike notification counter (ferdium/recipes#237) 💖 @mvdgun
921- Update recipe for element (getferdi/recipes#247) 💖 @fjl5 921- Update recipe for element (ferdium/recipes#247) 💖 @fjl5
922- Add support for empty unread badges in WhatsApp (getferdi/recipes#236) 💖 @ruippeixotog 922- Add support for empty unread badges in WhatsApp (ferdium/recipes#236) 💖 @ruippeixotog
923- Add custom URLs for Jira (getferdi/recipes#217) 💖 @yann-soubeyrand 923- Add custom URLs for Jira (ferdium/recipes#217) 💖 @yann-soubeyrand
924- Fixing unread-counter for office365 (getferdi/recipes#229) 💖 @CrEaK 924- Fixing unread-counter for office365 (ferdium/recipes#229) 💖 @CrEaK
925- Mattermost: Fix badge for unread channels when in single team (getferdi/recipes#230) 💖 @CrEaK 925- Mattermost: Fix badge for unread channels when in single team (ferdium/recipes#230) 💖 @CrEaK
926- Update Riot.im to Element.io (getferdi/recipes#235) 💖 @omove 926- Update Riot.im to Element.io (ferdium/recipes#235) 💖 @omove
927- Fix whatsapp fullscreen for different screen sizes (getferdi/recipes#216) 💖 @breuerfelix 927- Fix whatsapp fullscreen for different screen sizes (ferdium/recipes#216) 💖 @breuerfelix
928- Changed gmail getMessages to grab value next to Inbox 💖 @stephenpapierski 928- Changed gmail getMessages to grab value next to Inbox 💖 @stephenpapierski
929- Fix Gmail getMessages produces wrong value 💖 @stephenpapierski 929- Fix Gmail getMessages produces wrong value 💖 @stephenpapierski
930- Update Hangouts Chat to display direct and indirect notifications (#306) 💖 @mahadevans87 930- Update Hangouts Chat to display direct and indirect notifications (#306) 💖 @mahadevans87
@@ -946,12 +946,12 @@ The cumulative changes since the previous beta release are:
946### Under the hood 946### Under the hood
947 947
948- Update to Electron 9 948- Update to Electron 9
949- Remove Ferdi string from default user agent (#806) 💖 @dannyqiu 949- Remove Ferdium string from default user agent (#806) 💖 @dannyqiu
950- Add recipes packaging to development setup (#985) 950- Add recipes packaging to development setup (#985)
951- Use imagemin to minify images (#1008) 💖 @vraravam 951- Use imagemin to minify images (#1008) 💖 @vraravam
952- Disable Chromium's poor MPRIS implementation (#1023) 952- Disable Chromium's poor MPRIS implementation (#1023)
953 953
954# [5.6.0-beta.2](https://github.com/getferdi/ferdi/compare/v5.5.0...v5.6.0-beta.2) (2020-06-14) 954# [5.6.0-beta.2](https://github.com/ferdium/ferdium-app/compare/v5.5.0...v5.6.0-beta.2) (2020-06-14)
955 955
956### Features 956### Features
957 957
@@ -976,12 +976,12 @@ The cumulative changes since the previous beta release are:
976 976
977- Prevent unnecessary electron popup windows for links (#685) 💖 @mahadevans87 977- Prevent unnecessary electron popup windows for links (#685) 💖 @mahadevans87
978- Refactor locking feature (#693) 978- Refactor locking feature (#693)
979- Review launch on startup for macOS, start Ferdi app, not renderer (#696) 💖 @dannyqiu 979- Review launch on startup for macOS, start Ferdium app, not renderer (#696) 💖 @dannyqiu
980- Fix TodosWebview user agent (#713) 💖 @mahadevans87 980- Fix TodosWebview user agent (#713) 💖 @mahadevans87
981- Fix crash when using Password Lock with TouchID API unavailable (#737) 💖 @mahadevans87 981- Fix crash when using Password Lock with TouchID API unavailable (#737) 💖 @mahadevans87
982- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu 982- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu
983 983
984# [5.5.0](https://github.com/getferdi/ferdi/compare/v5.4.3...v5.5.0) (2020-04-26) 984# [5.5.0](https://github.com/ferdium/ferdium-app/compare/v5.4.3...v5.5.0) (2020-04-26)
985 985
986### Features 986### Features
987 987
@@ -989,7 +989,7 @@ The cumulative changes since the previous beta release are:
989- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam 989- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam
990- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact 990- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
991- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87 991- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
992- Add option to start Ferdi minimized (#490, #534) 992- Add option to start Ferdium minimized (#490, #534)
993- Add option to show draggable window area on macOS (#304, #532) 993- Add option to show draggable window area on macOS (#304, #532)
994- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87 994- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87
995- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87 995- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87
@@ -1009,30 +1009,30 @@ The cumulative changes since the previous beta release are:
1009- Improve user onboarding (#493) 1009- Improve user onboarding (#493)
1010- Improve "Updates" section in settings (#506), 💖 @yourcontact 1010- Improve "Updates" section in settings (#506), 💖 @yourcontact
1011- Improve information about Franz Premium and Teams 1011- Improve information about Franz Premium and Teams
1012- Hide user lastname on Ferdi servers as it is not stored 1012- Hide user lastname on Ferdium servers as it is not stored
1013- Improve draggable window area height for macOS (#304, #479) 1013- Improve draggable window area height for macOS (#304, #479)
1014- Remove server setting from settings screen (#516), 💖 @mrassili 1014- Remove server setting from settings screen (#516), 💖 @mrassili
1015- Update Electron to 8.1.1 (#480) 1015- Update Electron to 8.1.1 (#480)
1016- Window title now reflects service name (#213), 💖 @gmarec 1016- Window title now reflects service name (#213), 💖 @gmarec
1017- Improve system tray icon behaviour (#307) 1017- Improve system tray icon behaviour (#307)
1018- Improve navigation bar behaviour setting (#270) 1018- Improve navigation bar behaviour setting (#270)
1019- Ferdi is now available as Flatpak on Flathub (#323), 💖 @lhw 1019- Ferdium is now available as Flatpak on Flathub (#323), 💖 @lhw
1020- Add automatic local recipe updates 1020- Add automatic local recipe updates
1021- Add option to start Ferdi in system tray (#331), 💖 @jereksel 1021- Add option to start Ferdium in system tray (#331), 💖 @jereksel
1022- Add better support for macOS dark mode 1022- Add better support for macOS dark mode
1023- Add better seperation in settings 1023- Add better seperation in settings
1024- Change Sentry telemetry to be opt-in only (#160) 1024- Change Sentry telemetry to be opt-in only (#160)
1025- Remove excess code from Franz's hibernate feature (#609) 1025- Remove excess code from Franz's hibernate feature (#609)
1026- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87 1026- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
1027- Use GitHub notifications center and direct notifications (getferdi/recipes#133) 1027- Use GitHub notifications center and direct notifications (ferdium/recipes#133)
1028- Switch back to original Telegram, add Telegram React (getferdi/recipes#132) 1028- Switch back to original Telegram, add Telegram React (ferdium/recipes#132)
1029- Fix notifications for various services, 💖 @FeikoJoosten 1029- Fix notifications for various services, 💖 @FeikoJoosten
1030- Add support for indirect messages for various services, 💖 @FeikoJoosten 1030- Add support for indirect messages for various services, 💖 @FeikoJoosten
1031- Use correct Riot icon (getferdi/recipes#125), 💖 @halms 1031- Use correct Riot icon (ferdium/recipes#125), 💖 @halms
1032- Remove incorrectly placed icons (getferdi/recipes#126), 💖 @halms 1032- Remove incorrectly placed icons (ferdium/recipes#126), 💖 @halms
1033- Fix slack draft notifications (getferdi/recipes#127), 💖 @Serubin 1033- Fix slack draft notifications (ferdium/recipes#127), 💖 @Serubin
1034- Remove automatic reloading from WhatsApp 1034- Remove automatic reloading from WhatsApp
1035- Update Microsoft Teams to allow Desktop Sharing (getferdi/recipes#116), 💖 @Gautasmi 1035- Update Microsoft Teams to allow Desktop Sharing (ferdium/recipes#116), 💖 @Gautasmi
1036- Organize settings with horizontal tabs (#569), 💖 @yourcontact 1036- Organize settings with horizontal tabs (#569), 💖 @yourcontact
1037- Improve cache clearing UI feedback (#620), 💖 @saruwman 1037- Improve cache clearing UI feedback (#620), 💖 @saruwman
1038 1038
@@ -1062,7 +1062,7 @@ The cumulative changes since the previous beta release are:
1062- Run utility scripts pre-commit instead of pre-push (#515) 1062- Run utility scripts pre-commit instead of pre-push (#515)
1063- Sign Windows binaries (#635, #633, #112) 1063- Sign Windows binaries (#635, #633, #112)
1064 1064
1065# [5.5.0-gm.2](https://github.com/getferdi/ferdi/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23) 1065# [5.5.0-gm.2](https://github.com/ferdium/ferdium-app/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23)
1066 1066
1067### Features 1067### Features
1068 1068
@@ -1073,15 +1073,15 @@ The cumulative changes since the previous beta release are:
1073 1073
1074- Remove excess code from Franz's hibernate feature (#609) 1074- Remove excess code from Franz's hibernate feature (#609)
1075- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87 1075- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
1076- Use GitHub notifications center and direct notifications (getferdi/recipes#133) 1076- Use GitHub notifications center and direct notifications (ferdium/recipes#133)
1077- Switch back to original Telegram, add Telegram React (getferdi/recipes#132) 1077- Switch back to original Telegram, add Telegram React (ferdium/recipes#132)
1078- Fix notifications for various services, 💖 @FeikoJoosten 1078- Fix notifications for various services, 💖 @FeikoJoosten
1079- Add support for indirect messages for various services, 💖 @FeikoJoosten 1079- Add support for indirect messages for various services, 💖 @FeikoJoosten
1080- Use correct Riot icon (getferdi/recipes#125), 💖 @halms 1080- Use correct Riot icon (ferdium/recipes#125), 💖 @halms
1081- Remove incorrectly placed icons (getferdi/recipes#126), 💖 @halms 1081- Remove incorrectly placed icons (ferdium/recipes#126), 💖 @halms
1082- Fix slack draft notifications (getferdi/recipes#127), 💖 @Serubin 1082- Fix slack draft notifications (ferdium/recipes#127), 💖 @Serubin
1083- Remove automatic reloading from WhatsApp 1083- Remove automatic reloading from WhatsApp
1084- Update Microsoft Teams to allow Desktop Sharing (getferdi/recipes#116), 💖 @Gautasmi 1084- Update Microsoft Teams to allow Desktop Sharing (ferdium/recipes#116), 💖 @Gautasmi
1085- Organize settings with horizontal tabs (#569), 💖 @yourcontact 1085- Organize settings with horizontal tabs (#569), 💖 @yourcontact
1086- Improve cache clearing UI feedback (#620), 💖 @saruwman 1086- Improve cache clearing UI feedback (#620), 💖 @saruwman
1087 1087
@@ -1089,14 +1089,14 @@ The cumulative changes since the previous beta release are:
1089 1089
1090- Fix DarkReader translation problem (#593) 1090- Fix DarkReader translation problem (#593)
1091 1091
1092## [5.5.0-gm](https://github.com/getferdi/ferdi/compare/v5.4.4-beta.3...v5.5.0-gm) (2020-04-19) 1092## [5.5.0-gm](https://github.com/ferdium/ferdium-app/compare/v5.4.4-beta.3...v5.5.0-gm) (2020-04-19)
1093 1093
1094### Features 1094### Features
1095 1095
1096- Merge Franz 5.5.0-beta.2 1096- Merge Franz 5.5.0-beta.2
1097- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact 1097- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
1098- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87 1098- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
1099- Add option to start Ferdi minimized (#490, #534) 1099- Add option to start Ferdium minimized (#490, #534)
1100- Add option to show draggable window area on macOS (#304, #532) 1100- Add option to show draggable window area on macOS (#304, #532)
1101- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87 1101- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87
1102- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87 1102- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87
@@ -1109,7 +1109,7 @@ The cumulative changes since the previous beta release are:
1109- Improve "Updates" section in settings (#506), 💖 @yourcontact 1109- Improve "Updates" section in settings (#506), 💖 @yourcontact
1110- Improve information about Franz Premium and Teams 1110- Improve information about Franz Premium and Teams
1111- Improve user scripts (#559) 1111- Improve user scripts (#559)
1112- Hide user lastname on Ferdi servers as it is not stored 1112- Hide user lastname on Ferdium servers as it is not stored
1113- Improve draggable window area height for macOS (#304, #479) 1113- Improve draggable window area height for macOS (#304, #479)
1114- Remove server setting from settings screen (#516), 💖 @mrassili 1114- Remove server setting from settings screen (#516), 💖 @mrassili
1115- Update Electron to 8.1.1 (#480) 1115- Update Electron to 8.1.1 (#480)
@@ -1124,7 +1124,7 @@ The cumulative changes since the previous beta release are:
1124- Add retry commands to flaky build steps (#498) 1124- Add retry commands to flaky build steps (#498)
1125- Run utility scripts pre-commit instead of pre-push (#515) 1125- Run utility scripts pre-commit instead of pre-push (#515)
1126 1126
1127# [5.4.3](https://github.com/getferdi/ferdi/compare/v5.4.0...v5.4.3) 1127# [5.4.3](https://github.com/ferdium/ferdium-app/compare/v5.4.0...v5.4.3)
1128 1128
1129### Features 1129### Features
1130 1130
@@ -1132,8 +1132,8 @@ The cumulative changes since the previous beta release are:
1132 1132
1133### Minor changes 1133### Minor changes
1134 1134
1135- Upgrading to Electron 7 https://github.com/getferdi/ferdi/issues/170 1135- Upgrading to Electron 7 https://github.com/ferdium/ferdium-app/issues/170
1136- Review empty lock password behaviour https://github.com/getferdi/ferdi/issues/232 1136- Review empty lock password behaviour https://github.com/ferdium/ferdium-app/issues/232
1137- Several minor UI improvements 1137- Several minor UI improvements
1138- Add several new services 1138- Add several new services
1139- Better handling of (adaptable/universal) dark mode eff719b87c60097342d393922048662c32255d88 1139- Better handling of (adaptable/universal) dark mode eff719b87c60097342d393922048662c32255d88
@@ -1144,17 +1144,17 @@ The cumulative changes since the previous beta release are:
1144 1144
1145### Bug fixes 1145### Bug fixes
1146 1146
1147- Fix bypass flaw in lock feature https://github.com/getferdi/ferdi/issues/168 1147- Fix bypass flaw in lock feature https://github.com/ferdium/ferdium-app/issues/168
1148- Fix spellchecker by using setTimeout https://github.com/getferdi/ferdi/issues/220 1148- Fix spellchecker by using setTimeout https://github.com/ferdium/ferdium-app/issues/220
1149- Fix zoom +/- in services https://github.com/getferdi/ferdi/issues/143 1149- Fix zoom +/- in services https://github.com/ferdium/ferdium-app/issues/143
1150- Fix microphone/camera access on some versions of macOS #193 1150- Fix microphone/camera access on some versions of macOS #193
1151- Fix bugs with using Ferdi without an account 1151- Fix bugs with using Ferdium without an account
1152 1152
1153### Build changes 1153### Build changes
1154 1154
1155- Extended Travis build time from 30 to 100 minutes 1155- Extended Travis build time from 30 to 100 minutes
1156 1156
1157# [5.4.0](https://github.com/getferdi/ferdi/compare/v5.3.4...v5.4.0) 1157# [5.4.0](https://github.com/ferdium/ferdium-app/compare/v5.3.4...v5.4.0)
1158 1158
1159- Merge Franz v5.4.0 1159- Merge Franz v5.4.0
1160- Add option to show a service navigation bar 1160- Add option to show a service navigation bar
@@ -1166,52 +1166,52 @@ The cumulative changes since the previous beta release are:
1166- Fix universal darkmode for WhatsApp and Threema 1166- Fix universal darkmode for WhatsApp and Threema
1167- Sorting applications in QuickSwitch by last used 1167- Sorting applications in QuickSwitch by last used
1168 1168
1169# [5.3.4](https://github.com/getferdi/ferdi/compare/v5.3.3...v5.3.4) (2019-09-25) 1169# [5.3.4](https://github.com/ferdium/ferdium-app/compare/v5.3.3...v5.3.4) (2019-09-25)
1170 1170
1171- Fix continuous releases/assets delivery on tags builds #53 1171- Fix continuous releases/assets delivery on tags builds #53
1172- Attempt at making menubar hiding feature cross-platform #7 (comment) 1172- Attempt at making menubar hiding feature cross-platform #7 (comment)
1173- Attempt at making "About Ferdi" consistent across platforms #47 (comment) 1173- Attempt at making "About Ferdium" consistent across platforms #47 (comment)
1174- Attempt at fixing "Launch on start" feature on Linux #63 1174- Attempt at fixing "Launch on start" feature on Linux #63
1175- Add "Quick Switch" feature 1175- Add "Quick Switch" feature
1176- Add universal Dark-Mode via the [Dark Reader extension](https://github.com/darkreader/darkreader) 1176- Add universal Dark-Mode via the [Dark Reader extension](https://github.com/darkreader/darkreader)
1177- Add "Scheduled Do-not-Disturb" feature 1177- Add "Scheduled Do-not-Disturb" feature
1178 1178
1179# [5.3.3](https://github.com/getferdi/ferdi/compare/v5.3.2...v5.3.3) (2019-09-18) 1179# [5.3.3](https://github.com/ferdium/ferdium-app/compare/v5.3.2...v5.3.3) (2019-09-18)
1180 1180
1181- Merged Franz v5.3.3 into Ferdi 1181- Merged Franz v5.3.3 into Ferdium
1182- Allow hiding menubar (#7) 1182- Allow hiding menubar (#7)
1183- Add "back" and "forward" options for browsing history inside services (#39) 1183- Add "back" and "forward" options for browsing history inside services (#39)
1184- Add password protection feature (#41) 1184- Add password protection feature (#41)
1185- Add keep workspace loaded option per workspace (#37) 1185- Add keep workspace loaded option per workspace (#37)
1186 1186
1187# [5.3.2](https://github.com/getferdi/ferdi/compare/v5.3.1...v5.3.2) (2019-09-13) 1187# [5.3.2](https://github.com/ferdium/ferdium-app/compare/v5.3.1...v5.3.2) (2019-09-13)
1188 1188
1189Merged Franz v5.3.2 into Ferdi 1189Merged Franz v5.3.2 into Ferdium
1190 1190
1191## [5.3.1](https://github.com/getferdi/ferdi/compare/v5.3.0...v5.3.1) (2019-09-09) 1191## [5.3.1](https://github.com/ferdium/ferdium-app/compare/v5.3.0...v5.3.1) (2019-09-09)
1192 1192
1193Merge Franz v5.3.1 into Ferdi. 1193Merge Franz v5.3.1 into Ferdium.
1194 1194
1195- Enable todos for all users 1195- Enable todos for all users
1196- Fix WhatsApp recipe not working (#19 and #21) 1196- Fix WhatsApp recipe not working (#19 and #21)
1197 1197
1198### Bug Fixes 1198### Bug Fixes
1199 1199
1200- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/getferdi/ferdi/commit/e210701)) 1200- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/ferdium/ferdium-app/commit/e210701))
1201- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/getferdi/ferdi/commit/42f97b4)) 1201- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/ferdium/ferdium-app/commit/42f97b4))
1202 1202
1203### Features 1203### Features
1204 1204
1205- **Todos:** Add option to disable todos ([5d03b91](https://github.com/getferdi/ferdi/commit/5d03b91)) 1205- **Todos:** Add option to disable todos ([5d03b91](https://github.com/ferdium/ferdium-app/commit/5d03b91))
1206 1206
1207## [5.3.0](https://github.com/getferdi/ferdi/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06) 1207## [5.3.0](https://github.com/ferdium/ferdium-app/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06)
1208 1208
1209- Removes pages begging you to donate after registration 1209- Removes pages begging you to donate after registration
1210- Makes all users Premium by default 1210- Makes all users Premium by default
1211- [Add option to change server to a custom](https://github.com/getferdi/ferdi#servers) [ferdi-server](https://github.com/getferdi/server) 1211- [Add option to change server to a custom](https://github.com/ferdium/ferdium#servers) [ferdium-server](https://github.com/ferdium/server)
1212- Remove "Franz is better together" popup 1212- Remove "Franz is better together" popup
1213- Makes RocketChat self-hosted generally available 1213- Makes RocketChat self-hosted generally available
1214- Comes with a custom branding proper to Ferdi 1214- Comes with a custom branding proper to Ferdium
1215 1215
1216## [5.2.1-beta.1](https://github.com/meetfranz/franz/compare/v5.2.0...v5.2.1-beta.1) (2019-07-30) 1216## [5.2.1-beta.1](https://github.com/meetfranz/franz/compare/v5.2.0...v5.2.1-beta.1) (2019-07-30)
1217 1217
@@ -1330,7 +1330,7 @@ Merge Franz v5.3.1 into Ferdi.
1330- **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a)) 1330- **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a))
1331- **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e)) 1331- **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e))
1332- **Spell check:** Add British English as spell check language ([#1306](https://github.com/meetfranz/franz/issues/1306)) ([67fa325](https://github.com/meetfranz/franz/commit/67fa325)) 1332- **Spell check:** Add British English as spell check language ([#1306](https://github.com/meetfranz/franz/issues/1306)) ([67fa325](https://github.com/meetfranz/franz/commit/67fa325))
1333- **Windows:** Add option to quit Ferdi from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b)) 1333- **Windows:** Add option to quit Ferdium from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b))
1334 1334
1335### Bug Fixes 1335### Bug Fixes
1336 1336
@@ -1339,7 +1339,7 @@ Merge Franz v5.3.1 into Ferdi.
1339- **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59)) 1339- **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59))
1340- **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342)) 1340- **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342))
1341- **Windows:** Fix copy & paste in service context menus ([e66fcaa](https://github.com/meetfranz/franz/commit/e66fcaa)), closes [#1316](https://github.com/meetfranz/franz/issues/1316) 1341- **Windows:** Fix copy & paste in service context menus ([e66fcaa](https://github.com/meetfranz/franz/commit/e66fcaa)), closes [#1316](https://github.com/meetfranz/franz/issues/1316)
1342- **Windows:** Fix losing window when "Keep Ferdi in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722)) 1342- **Windows:** Fix losing window when "Keep Ferdium in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722))
1343 1343
1344### General 1344### General
1345 1345
@@ -1355,7 +1355,7 @@ Merge Franz v5.3.1 into Ferdi.
1355### Features 1355### Features
1356 1356
1357- **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171)) 1357- **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1358- **Windows:** Add option to quit Ferdi from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601)) 1358- **Windows:** Add option to quit Ferdium from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601))
1359 1359
1360### Bug Fixes 1360### Bug Fixes
1361 1361
@@ -1429,7 +1429,7 @@ Merge Franz v5.3.1 into Ferdi.
1429 1429
1430### Features 1430### Features
1431 1431
1432- **Windows:** Add taskbar action to reset Ferdi window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a)) 1432- **Windows:** Add taskbar action to reset Ferdium window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a))
1433- **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595)) 1433- **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595))
1434- **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c)) 1434- **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c))
1435- **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0)) 1435- **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0))
@@ -1526,7 +1526,7 @@ Merge Franz v5.3.1 into Ferdi.
1526 1526
1527- **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f)) 1527- **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f))
1528- **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150)) 1528- **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150))
1529- **App:** Reload Ferdi instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af)) 1529- **App:** Reload Ferdium instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af))
1530- **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c)) 1530- **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c))
1531 fix(App): Bugfix Fix memory leak in recipe polling loop 1531 fix(App): Bugfix Fix memory leak in recipe polling loop
1532- **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99)) 1532- **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99))
@@ -1611,15 +1611,15 @@ Merge Franz v5.3.1 into Ferdi.
1611 1611
1612### Features 1612### Features
1613 1613
1614- **Menu:** Add "About Ferdi" Menu item to Windows/Linux ([a21b770](https://github.com/meetfranz/franz/commit/a21b770)) 1614- **Menu:** Add "About Ferdium" Menu item to Windows/Linux ([a21b770](https://github.com/meetfranz/franz/commit/a21b770))
1615- **Menu:** Add menu item to toggle (service) dev tools ([e8da383](https://github.com/meetfranz/franz/commit/e8da383)) 1615- **Menu:** Add menu item to toggle (service) dev tools ([e8da383](https://github.com/meetfranz/franz/commit/e8da383))
1616- **Translation:** Add italian translation ([ab348cc](https://github.com/meetfranz/franz/commit/ab348cc)) ([dnlup](https://github.com/dnlup)) 1616- **Translation:** Add italian translation ([ab348cc](https://github.com/meetfranz/franz/commit/ab348cc)) ([dnlup](https://github.com/dnlup))
1617 1617
1618### Bug Fixes 1618### Bug Fixes
1619 1619
1620- **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f)) 1620- **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f))
1621- **macOS:** Fix disable launch Ferdi on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 1621- **macOS:** Fix disable launch Ferdium on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1622- **Windows:** Launch Ferdi on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 1622- **Windows:** Launch Ferdium on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1623- **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d)) 1623- **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d))
1624- **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923)) 1624- **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923))
1625- **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a)) 1625- **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a))
@@ -1648,10 +1648,10 @@ Merge Franz v5.3.1 into Ferdi.
1648 1648
1649### Bug Fixes 1649### Bug Fixes
1650 1650
1651- **App:** Force Ferdi to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e)) 1651- **App:** Force Ferdium to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e))
1652- **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9)) 1652- **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9))
1653- **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01)) 1653- **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01))
1654- **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614)) 1654- **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614))
1655- **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1)) 1655- **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1))
1656- **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b)) 1656- **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b))
1657- **Windows:** Fix multiple system tray icons when opening/closing Ferdi ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7)) 1657- **Windows:** Fix multiple system tray icons when opening/closing Ferdium ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7))
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index f85cb2205..93d858182 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,11 +1,11 @@
1# Contributor Code of Conduct 1# Contributor Code of Conduct
2 2
3As contributors and maintainers of the Ferdi project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities. 3As contributors and maintainers of the Ferdium project, we pledge to respect everyone who contributes by posting issues, updating documentation, submitting pull requests, providing feedback in comments, and any other activities.
4 4
5Communication through GitHub, Slack, email or any other channel must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct. 5Communication through GitHub, Slack, email or any other channel must be constructive and never resort to personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
6 6
7We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the project to do the same. 7We promise to extend courtesy and respect to everyone involved in this project regardless of gender, gender identity, sexual orientation, disability, age, race, ethnicity, religion, or level of experience. We expect anyone contributing to the project to do the same.
8 8
9If any member of the community violates this code of conduct, the maintainers of the Ferdi project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate. 9If any member of the community violates this code of conduct, the maintainers of the Ferdium project may take action, removing issues, comments, and PRs or blocking accounts as deemed appropriate.
10 10
11If you are subject to or witness unacceptable behavior, or have any other concerns, please open an issue or send an email to [our contact mail](hello@getferdi.com). 11If you are subject to or witness unacceptable behavior, or have any other concerns, please open an issue or send an email to [our contact mail](hello@ferdium.org).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a379f80dd..081066fee 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,12 @@
1# Contributing to Ferdi 5 1# Contributing to Ferdium 5
2 2
3:tada: First off, thanks for taking the time and your effort to make Ferdi better! :tada: 3:tada: First off, thanks for taking the time and your effort to make Ferdium better! :tada:
4 4
5## Table of contents 5## Table of contents
6 6
7<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 --> 7<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->
8 8
9- [Contributing to Ferdi 5](#contributing-to-ferdi-5) 9- [Contributing to Ferdium 5](#contributing-to-ferdium-5)
10 - [Table of contents](#table-of-contents) 10 - [Table of contents](#table-of-contents)
11 - [Code of Conduct](#code-of-conduct) 11 - [Code of Conduct](#code-of-conduct)
12 - [What should I know before I get started?](#what-should-i-know-before-i-get-started) 12 - [What should I know before I get started?](#what-should-i-know-before-i-get-started)
@@ -38,11 +38,11 @@
38 38
39## Code of Conduct 39## Code of Conduct
40 40
41This project and everyone participating in it is governed by the [Ferdi Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [hello@getferdi.com](mailto:hello@getferdi.com). 41This project and everyone participating in it is governed by the [Ferdium Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [hello@ferdium.org](mailto:hello@ferdium.org).
42 42
43## What should I know before I get started? 43## What should I know before I get started?
44 44
45For the moment, Ferdi's development is a bit slow but all contributions are highly appreciated. [Check this issue for discussion](https://github.com/getferdi/ferdi/issues/956). 45For the moment, Ferdium's development is a bit slow but all contributions are highly appreciated. [Check this issue for discussion](https://github.com/ferdium/ferdium-app/issues/956).
46 46
47## How Can I Contribute? 47## How Can I Contribute?
48 48
@@ -98,8 +98,8 @@ npm i -g windows-build-tools --vs2015
98### Clone repository with submodule 98### Clone repository with submodule
99 99
100```bash 100```bash
101git clone https://github.com/getferdi/ferdi.git 101git clone https://github.com/ferdium/ferdium.git
102cd ferdi 102cd ferdium
103git submodule update --init --recursive --remote --rebase --force 103git submodule update --init --recursive --remote --rebase --force
104``` 104```
105 105
@@ -116,7 +116,7 @@ export ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
116 116
117### Install dependencies 117### Install dependencies
118 118
119Run the following command to install all dependencies, and link sibling modules with Ferdi. 119Run the following command to install all dependencies, and link sibling modules with Ferdium.
120 120
121```bash 121```bash
122npm i 122npm i
@@ -132,7 +132,7 @@ npm run build
132 132
133### Package recipe repository 133### Package recipe repository
134 134
135Ferdi requires its recipes to be packaged before it can use it. When running Ferdi as a development instance, you'll need to package the local recipes before you can create any services inside Ferdi. 135Ferdium requires its recipes to be packaged before it can use it. When running Ferdium as a development instance, you'll need to package the local recipes before you can create any services inside Ferdium.
136 136
137```bash 137```bash
138cd recipes && pnpm i && pnpm run package 138cd recipes && pnpm i && pnpm run package
@@ -141,25 +141,25 @@ cd recipes && pnpm i && pnpm run package
141### Using Docker to build a linux-targetted packaged app 141### Using Docker to build a linux-targetted packaged app
142 142
143```bash 143```bash
144docker build -t ferdi-package-`uname -m` . 144docker build -t ferdium-package-`uname -m` .
145``` 145```
146 146
147The above will place all the built artifacts into the `/ferdi` folder within the image. 147The above will place all the built artifacts into the `/ferdium` folder within the image.
148 148
149If you want to copy them outside of the image, simply mount a volume into a different location, and copy all files from `/ferdi` into the mounted folder (`/ferdi-out` in the example command below). 149If you want to copy them outside of the image, simply mount a volume into a different location, and copy all files from `/ferdium` into the mounted folder (`/ferdium-out` in the example command below).
150 150
151```bash 151```bash
152DATE=`date +"%Y-%b-%d-%H-%M"` 152DATE=`date +"%Y-%b-%d-%H-%M"`
153mkdir -p ~/Downloads/$DATE 153mkdir -p ~/Downloads/$DATE
154docker run -e GIT_SHA=`git rev-parse --short HEAD` -v ~/Downloads/$DATE:/ferdi-out -it ferdi-package sh 154docker run -e GIT_SHA=`git rev-parse --short HEAD` -v ~/Downloads/$DATE:/ferdium-out -it ferdium-package sh
155# inside the container: 155# inside the container:
156mv /ferdi/Ferdi-*.AppImage /ferdi-out/Ferdi-$GIT_SHA.AppImage 156mv /ferdium/Ferdium-*.AppImage /ferdium-out/Ferdium-$GIT_SHA.AppImage
157mv /ferdi/ferdi-*.tar.gz /ferdi-out/Ferdi-$GIT_SHA.tar.gz 157mv /ferdium/ferdium-*.tar.gz /ferdium-out/Ferdium-$GIT_SHA.tar.gz
158mv /ferdi/ferdi-*.x86_64.rpm /ferdi-out/Ferdi-x86_64-$GIT_SHA.rpm 158mv /ferdium/ferdium-*.x86_64.rpm /ferdium-out/Ferdium-x86_64-$GIT_SHA.rpm
159mv /ferdi/ferdi_*_amd64.deb /ferdi-out/Ferdi-amd64-$GIT_SHA.deb 159mv /ferdium/ferdium_*_amd64.deb /ferdium-out/Ferdium-amd64-$GIT_SHA.deb
160mv /ferdi/ferdi-*.freebsd /ferdi-out/Ferdi-$GIT_SHA.freebsd 160mv /ferdium/ferdium-*.freebsd /ferdium-out/Ferdium-$GIT_SHA.freebsd
161mv /ferdi/ferdi /ferdi-out/Ferdi-$GIT_SHA 161mv /ferdium/ferdium /ferdium-out/Ferdium-$GIT_SHA
162mv /ferdi/latest-linux.yml /ferdi-out/latest-linux-$GIT_SHA.yml 162mv /ferdium/latest-linux.yml /ferdium-out/latest-linux-$GIT_SHA.yml
163``` 163```
164 164
165### Code Signing on a mac 165### Code Signing on a mac
@@ -182,13 +182,13 @@ Run these two commands **simultaneously** in different terminals:
182 182
183```bash 183```bash
184npm run dev 184npm run dev
185DEBUG=Ferdi:* npm run start 185DEBUG=Ferdium:* npm run start
186``` 186```
187 187
188- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently): 188- Optionally, you can run both commands in one terminal with [concurrently](https://www.npmjs.com/package/concurrently):
189 189
190```bash 190```bash
191DEBUG_COLORS=1 DEBUG=Ferdi:* npm run start:all-dev 191DEBUG_COLORS=1 DEBUG=Ferdium:* npm run start:all-dev
192``` 192```
193 193
194Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`. 194Note: please prefer [`debug()`](https://github.com/visionmedia/debug) over `console.log()`.
@@ -228,11 +228,11 @@ git merge --no-ff nightly --no-verify
228git push 228git push
229``` 229```
230 230
231This will automatically trigger the build, as part of which, a new, draft release will be created [here](https://github.com/getferdi/ferdi/releases/). Once all the assets are uploaded (19 assets in total), publish the release (you will need elevated permissions in GitHub for doing this). The last commit of the `release` branch will be tagged. 231This will automatically trigger the build, as part of which, a new, draft release will be created [here](https://github.com/ferdium/ferdium-app/releases/). Once all the assets are uploaded (19 assets in total), publish the release (you will need elevated permissions in GitHub for doing this). The last commit of the `release` branch will be tagged.
232 232
233### Nightly releases 233### Nightly releases
234 234
235Nightly releases are automatically triggered every day ([details](https://github.com/getferdi/ferdi/pull/990)) and available in [getferdi/ferdi](https://github.com/getferdi/ferdi/releases). Maintainers still need to verify and manually publish the draft releases as pre-releases for now. 235Nightly releases are automatically triggered every day ([details](https://github.com/ferdium/ferdium-app/pull/990)) and available in [ferdium/ferdium](https://github.com/ferdium/ferdium-app/releases). Maintainers still need to verify and manually publish the draft releases as pre-releases for now.
236 236
237### Updating the code after a hiatus 237### Updating the code after a hiatus
238 238
diff --git a/Dockerfile b/Dockerfile
index 372a2c8cb..92ce19d57 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update -y \
14 && apt-get install --no-install-recommends -y rpm ruby gem \ 14 && apt-get install --no-install-recommends -y rpm ruby gem \
15 && gem install fpm --no-ri --no-rdoc --no-document 15 && gem install fpm --no-ri --no-rdoc --no-document
16 16
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdium
18 18
19RUN npm i -g npm@8.1.2 pnpm@6.24.1 19RUN npm i -g npm@8.1.2 pnpm@6.24.1
20 20
@@ -24,12 +24,12 @@ RUN npm i
24 24
25COPY . . 25COPY . .
26 26
27WORKDIR /usr/src/ferdi/recipes 27WORKDIR /usr/src/ferdium/recipes
28 28
29RUN pnpm i \ 29RUN pnpm i \
30 && pnpm run package 30 && pnpm run package
31 31
32WORKDIR /usr/src/ferdi 32WORKDIR /usr/src/ferdium
33 33
34RUN npm run build 34RUN npm run build
35 35
@@ -37,8 +37,8 @@ RUN npm run build
37 37
38FROM docker.io/library/busybox:latest 38FROM docker.io/library/busybox:latest
39 39
40WORKDIR /ferdi 40WORKDIR /ferdium
41 41
42COPY --from=builder /usr/src/ferdi/out/* /ferdi/ 42COPY --from=builder /usr/src/ferdium/out/* /ferdium/
43 43
44VOLUME [ "/ferdi-out" ] 44VOLUME [ "/ferdium-out" ]
diff --git a/INTERNAL_SERVER.md b/INTERNAL_SERVER.md
index 66bb3fcb6..1cfa3b1f0 100644
--- a/INTERNAL_SERVER.md
+++ b/INTERNAL_SERVER.md
@@ -2,37 +2,37 @@
2 <img src="./src/internal-server/public/images/logo.png" alt="" width="300"/> 2 <img src="./src/internal-server/public/images/logo.png" alt="" width="300"/>
3</p> 3</p>
4 4
5# ferdi-internal-server 5# ferdium-internal-server
6Internal Ferdi Server used for storing settings/preferences without logging into an external server. 6Internal Ferdium Server used for storing settings/preferences without logging into an external server.
7 7
8## Differences to ferdi-server 8## Differences to ferdium-server
9- Doesn't contain user management (only one user) 9- Doesn't contain user management (only one user)
10- Doesn't require logging in 10- Doesn't require logging in
11- No recipe creation 11- No recipe creation
12- Contains `start.js` script to allow starting the server via script 12- Contains `start.js` script to allow starting the server via script
13- Uses `env.ini` instead of `.env` to stay compatible with Ferdi's build script 13- Uses `env.ini` instead of `.env` to stay compatible with Ferdium's build script
14- Only allows Ferdi clients to connect to the API 14- Only allows Ferdium clients to connect to the API
15 15
16## Configuration 16## Configuration
17franz-server's configuration is saved inside the `env.ini` file. Besides AdonisJS's settings, `ferdi-internal-server` has the following custom settings: 17franz-server's configuration is saved inside the `env.ini` file. Besides AdonisJS's settings, `ferdium-internal-server` has the following custom settings:
18- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdi-internal-server can: 18- `CONNECT_WITH_FRANZ` (`true` or `false`, default: `true`): Whether to enable connections to the Franz server. By enabling this option, ferdium-internal-server can:
19 - Show the full Franz recipe library instead of only custom recipes 19 - Show the full Franz recipe library instead of only custom recipes
20 - Import Franz accounts 20 - Import Franz accounts
21 21
22## Importing your Franz account 22## Importing your Franz account
23`ferdi-internal-server` allows you to import your full Franz account, including all its settings. 23`ferdium-internal-server` allows you to import your full Franz account, including all its settings.
24 24
25To import your Franz account, open `http://localhost:45569/import` in your browser and login using your Franz account details. `ferdi-internal-server` will create a new user with the same credentials and copy your Franz settings, services and workspaces. 25To import your Franz account, open `http://localhost:45569/import` in your browser and login using your Franz account details. `ferdium-internal-server` will create a new user with the same credentials and copy your Franz settings, services and workspaces.
26 26
27## Development 27## Development
28 28
29You can locally develop `ferdi-internal-server` outside of Ferdi. 29You can locally develop `ferdium-internal-server` outside of Ferdium.
30 30
311. Start the local server via 311. Start the local server via
32 ```bash 32 ```bash
33 npm run start:server 33 npm run start:server
34 ``` 34 ```
352. Change Ferdi's server to `http://localhost:45568` to start using the local test server. 352. Change Ferdium's server to `http://localhost:45568` to start using the local test server.
36 36
37## Note For previous contributors 37## Note For previous contributors
38For anyone who has *previously* setup Ferdi for development, you will need to unregister the `src/internal-server` from being a git submodule. You can do this by following the steps outlined [here](https://www.w3docs.com/snippets/git/how-to-remove-a-git-submodule.html) 38For anyone who has *previously* setup Ferdium for development, you will need to unregister the `src/internal-server` from being a git submodule. You can do this by following the steps outlined [here](https://www.w3docs.com/snippets/git/how-to-remove-a-git-submodule.html)
diff --git a/README.md b/README.md
index ac2264273..82f328d32 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,28 @@
1<p align="center"> 1<p align="center">
2 <a href="https://getferdi.com"> 2 <a href="https://ferdium.org">
3 <img src="./build-helpers/images/icon.png" alt="" width="250"/> 3 <img src="./build-helpers/images/icon.png" alt="" width="250"/>
4 </a> 4 </a>
5</p> 5</p>
6<p align="center"> 6<p align="center">
7 <a href="https://getferdi.com/download"> 7 <a href="https://ferdium.org/download">
8 <img src="./branding/download.png" alt="Download" width="150"/> 8 <img src="./branding/download.png" alt="Download" width="150"/>
9 </a> 9 </a>
10</p> 10</p>
11 11
12# Ferdi 12# Ferdium
13 13
14<p> 14<p>
15<a href="https://github.com/getferdi/ferdi/actions/workflows/builds.yml"><img alt="Build Status" src="https://github.com/getferdi/ferdi/actions/workflows/builds.yml/badge.svg?branch=develop&event=push"></a> 15<a href="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml"><img alt="Build Status" src="https://github.com/ferdium/ferdium-app/actions/workflows/builds.yml/badge.svg?branch=develop&event=push"></a>
16<a title="Crowdin" target="_blank" href="https://crowdin.com/project/getferdi"><img src="https://badges.crowdin.net/getferdi/localized.svg"></a> 16<a title="Crowdin" target="_blank" href="https://crowdin.com/project/ferdium"><img src="https://badges.crowdin.net/ferdium/localized.svg"></a>
17<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> 17<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
18<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-256-default.svg?logo=github' alt='Contributors'/></a> 18<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-256-default.svg?logo=github' alt='Contributors'/></a>
19<!-- ALL-CONTRIBUTORS-BADGE:END --> 19<!-- ALL-CONTRIBUTORS-BADGE:END -->
20<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="#backers-via-opencollective"><img alt="Open Collective backers" src="https://img.shields.io/opencollective/backers/ferdium?logo=open-collective"></a>
21</p> 21</p>
22 22
23> 🤴🏽 Hard-fork of [Franz](https://github.com/meetfranz/franz), adding awesome features and removing unwanted ones. 23> 🤴🏽 Hard-fork of [Franz](https://github.com/meetfranz/franz), adding awesome features and removing unwanted ones.
24 24
25Ferdi is a desktop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Furthermore, Ferdi is compatible with your existing Franz account, so you can continue right where you left off. Please find out more about Ferdi and its features on [getferdi.com](https://getferdi.com). 25Ferdium is a desktop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdium gives you many additional features and doesn't restrict its usage! Furthermore, Ferdium is compatible with your existing Franz account, so you can continue right where you left off. Please find out more about Ferdium and its features on [ferdium.org](https://ferdium.org).
26 26
27## Screenshots 27## Screenshots
28 28
@@ -31,10 +31,10 @@ Ferdi is a desktop app that helps you organize how you use your favourite apps b
31<p align="center"> 31<p align="center">
32<img alt="Keep all your messaging services in one place." src="./branding/screenshots/hero.png"> 32<img alt="Keep all your messaging services in one place." src="./branding/screenshots/hero.png">
33<em>"Keep all your messaging services in one place."</em> 33<em>"Keep all your messaging services in one place."</em>
34<img alt="Order your services with Ferdi Workspaces." src="./branding/screenshots/workspaces.png"> 34<img alt="Order your services with Ferdium Workspaces." src="./branding/screenshots/workspaces.png">
35<em>"Order your services with Ferdi Workspaces."</em> 35<em>"Order your services with Ferdium Workspaces."</em>
36<img alt="Always keep your Todos list open with Ferdi Todos." src="./branding/screenshots/todos.png"> 36<img alt="Always keep your Todos list open with Ferdium Todos." src="./branding/screenshots/todos.png">
37<em>"Always keep your Todos list open with Ferdi Todos."</em> 37<em>"Always keep your Todos list open with Ferdium Todos."</em>
38<img alt="Supporting all your services." src="./branding/screenshots/service-store.png"> 38<img alt="Supporting all your services." src="./branding/screenshots/service-store.png">
39<em>"Supporting all your services."</em> 39<em>"Supporting all your services."</em>
40</p> 40</p>
@@ -42,11 +42,11 @@ Ferdi is a desktop app that helps you organize how you use your favourite apps b
42 42
43## Download 43## Download
44 44
45👉 [getferdi.com/download](https://getferdi.com/download/) 45👉 [ferdium.org/download](https://ferdium.org/download/)
46 46
47Assets made available via [GitHub releases](https://github.com/getferdi/ferdi/releases/latest). 47Assets made available via [GitHub releases](https://github.com/ferdium/ferdium-app/releases/latest).
48 48
49_Find answers to frequently asked questions on [getferdi.com/faq](https://getferdi.com/faq/)._ 49_Find answers to frequently asked questions on [ferdium.org/faq](https://ferdium.org/faq/)._
50 50
51## Contributing 51## Contributing
52 52
@@ -56,25 +56,25 @@ Please read the [contributing guidelines](CONTRIBUTING.md) to setup your develop
56 56
57Special thanks goes to these awesome people: 57Special thanks goes to these awesome people:
58 58
59<a href="https://github.com/getferdi/ferdi/blob/develop/.all-contributorsrc" target="_blank"><img src="https://opencollective.com/getferdi/contributors.svg?avatarHeight=42&width=890&button=off"></a> 59<a href="https://github.com/ferdium/ferdium-app/blob/develop/.all-contributorsrc" target="_blank"><img src="https://opencollective.com/ferdium/contributors.svg?avatarHeight=42&width=890&button=off"></a>
60 60
61This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! 61This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
62 62
63### Backers via Open Collective 63### Backers via Open Collective
64 64
65<a href="https://opencollective.com/getferdi#section-contribute" target="_blank"><img src="https://opencollective.com/getferdi/backers.svg?avatarHeight=42&width=890"></a> 65<a href="https://opencollective.com/ferdium#section-contribute" target="_blank"><img src="https://opencollective.com/ferdium/backers.svg?avatarHeight=42&width=890"></a>
66 66
67Mention to the individuals backing us via [GitHub Sponsors](https://github.com/sponsors/getferdi) as well. 67Mention to the individuals backing us via [GitHub Sponsors](https://github.com/sponsors/ferdium) as well.
68 68
69### Sponsors 69### Sponsors
70 70
71<p> 71<p>
72 <a href="https://www.digitalocean.com/?refcode=5292301af793"> 72 <a href="https://www.digitalocean.com/?refcode=5292301af793">
73 <img src="https://getferdi.com/wp-content/uploads/sites/4/2021/09/digitalocean-logo-vector-1-1.svg" height="32px"> 73 <img src="https://ferdium.org/wp-content/uploads/sites/4/2021/09/digitalocean-logo-vector-1-1.svg" height="32px">
74 </a> 74 </a>
75</p> 75</p>
76<p> 76<p>
77 <a href="https://www.parallels.com/"> 77 <a href="https://www.parallels.com/">
78 <img src="https://getferdi.com/wp-content/uploads/sites/4/2021/12/Parallels_logo.svg" height="30px"> 78 <img src="https://ferdium.org/wp-content/uploads/sites/4/2021/12/Parallels_logo.svg" height="30px">
79 </a> 79 </a>
80</p> 80</p>
diff --git a/SECURITY.md b/SECURITY.md
index 48516db61..de0aa2e28 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -10,8 +10,8 @@
10 10
11## Reporting a Vulnerability 11## Reporting a Vulnerability
12 12
13If you discover a minor vulnerability in Ferdi, please create a new issue on GitHub. Minor vulnerabilities are those, that do not leave the user at immediate danger, i.e. though remote code execution. 13If you discover a minor vulnerability in Ferdium, please create a new issue on GitHub. Minor vulnerabilities are those, that do not leave the user at immediate danger, i.e. though remote code execution.
14 14
15If you discover a major vulnerability in Ferdi, please report it to us via E-Mail to `hello@getferdi.com`, prefixing your E-Mail subject with "[Security]". We will then come in contact with you as quickly as possible. 15If you discover a major vulnerability in Ferdium, please report it to us via E-Mail to `hello@ferdium.org`, prefixing your E-Mail subject with "[Security]". We will then come in contact with you as quickly as possible.
16 16
17Please keep in mind that some vulnerabilities you find may not be due to Ferdi but instead due to ElectronJS or Chromium. In that case, please contact the owners of those projects instead. 17Please keep in mind that some vulnerabilities you find may not be due to Ferdium but instead due to ElectronJS or Chromium. In that case, please contact the owners of those projects instead.
diff --git a/branding/README.md b/branding/README.md
index 0abb2b016..9563a559a 100644
--- a/branding/README.md
+++ b/branding/README.md
@@ -1,13 +1,13 @@
1# Ferdi branding 1# Ferdium branding
2Ferdi uses a custom branding, inspired by Franz's. 2Ferdium uses a custom branding, inspired by Franz's.
3 3
4## Logo 4## Logo
5<img src="logo.png" alt="Logo" width="200"/> 5<img src="logo.png" alt="Logo" width="200"/>
6 6
7## Beard 7## Beard
8<img src="beard.png" alt="Ferdi's Beard" width="200"/> 8<img src="beard.png" alt="Ferdium's Beard" width="200"/>
9 9
10## Gradient 10## Gradient
11<img src="gradient.png" alt="Gradient" width="200"/> 11<img src="gradient.png" alt="Gradient" width="200"/>
12 12
13Ferdi's Gradient is rotated by 45°. It goes from `#CE9FFC` in the top left to `#7367F0` in the bottom right. \ No newline at end of file 13Ferdium's Gradient is rotated by 45°. It goes from `#CE9FFC` in the top left to `#7367F0` in the bottom right. \ No newline at end of file
diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js
index f2c160e80..6a4116495 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
10 const { notarize } = require('electron-notarize'); 10 const { notarize } = require('electron-notarize');
11 11
12 await notarize({ 12 await notarize({
13 appBundleId: 'com.kytwb.ferdi', 13 appBundleId: 'com.kytwb.ferdium',
14 appPath: `${appOutDir}/${appName}.app`, 14 appPath: `${appOutDir}/${appName}.app`,
15 ascProvider: 'B6J9X9DWFL', 15 ascProvider: 'B6J9X9DWFL',
16 appleId: process.env.APPLEID, 16 appleId: process.env.APPLEID,
diff --git a/electron-builder.yml b/electron-builder.yml
index fe879149e..a1d58cd10 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -2,7 +2,7 @@ directories:
2 app: ./build 2 app: ./build
3 output: ./out 3 output: ./out
4 4
5appId: "com.kytwb.ferdi" 5appId: "com.kytwb.ferdium"
6 6
7mac: 7mac:
8 hardenedRuntime: true 8 hardenedRuntime: true
@@ -47,9 +47,9 @@ win:
47linux: 47linux:
48 icon: ./build-helpers/images/icons 48 icon: ./build-helpers/images/icons
49 category: Network;InstantMessaging; 49 category: Network;InstantMessaging;
50 executableName: ferdi 50 executableName: ferdium
51 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more." 51 synopsis: "Messaging app for WhatsApp, Slack, Telegram, Gmail, Hangouts and many many more."
52 description: "Ferdi is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdi currently supports Slack, WhatsApp, Gmail, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdi for free for Mac & Windows." 52 description: "Ferdium is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdium currently supports Slack, WhatsApp, Gmail, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdium for free for Mac & Windows."
53 target: 53 target:
54 - target: AppImage 54 - target: AppImage
55 - target: deb 55 - target: deb
@@ -64,8 +64,8 @@ nsis:
64 oneClick: true 64 oneClick: true
65 65
66protocols: 66protocols:
67 name: Ferdi 67 name: Ferdium
68 schemes: [ferdi] 68 schemes: [ferdium]
69 69
70asarUnpack: 70asarUnpack:
71 - ./recipes 71 - ./recipes
diff --git a/package-lock.json b/package-lock.json
index 1b2d22c10..5f4ee5050 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
1{ 1{
2 "name": "ferdi", 2 "name": "ferdium",
3 "version": "5.8.2-nightly.7", 3 "version": "5.8.2-nightly.7",
4 "lockfileVersion": 2, 4 "lockfileVersion": 2,
5 "requires": true, 5 "requires": true,
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "ferdi", 8 "name": "ferdium",
9 "version": "5.8.2-nightly.7", 9 "version": "5.8.2-nightly.7",
10 "license": "Apache-2.0", 10 "license": "Apache-2.0",
11 "dependencies": { 11 "dependencies": {
@@ -44,7 +44,7 @@
44 "jsonwebtoken": "^8.5.1", 44 "jsonwebtoken": "^8.5.1",
45 "jss": "^10.8.1", 45 "jss": "^10.8.1",
46 "lodash": "^4.17.21", 46 "lodash": "^4.17.21",
47 "macos-notification-state": "github:getferdi/macos-notification-state#fix-monterey-detect", 47 "macos-notification-state": "github:ferdium/macos-notification-state#fix-monterey-detect",
48 "macos-version": "^5.2.1", 48 "macos-version": "^5.2.1",
49 "mime-types": "^2.1.33", 49 "mime-types": "^2.1.33",
50 "minimist": "^1.2.6", 50 "minimist": "^1.2.6",
@@ -19602,7 +19602,7 @@
19602 }, 19602 },
19603 "node_modules/macos-notification-state": { 19603 "node_modules/macos-notification-state": {
19604 "version": "1.3.6", 19604 "version": "1.3.6",
19605 "resolved": "git+ssh://git@github.com/getferdi/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118", 19605 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
19606 "hasInstallScript": true, 19606 "hasInstallScript": true,
19607 "license": "MIT", 19607 "license": "MIT",
19608 "dependencies": { 19608 "dependencies": {
@@ -46191,8 +46191,8 @@
46191 } 46191 }
46192 }, 46192 },
46193 "macos-notification-state": { 46193 "macos-notification-state": {
46194 "version": "git+ssh://git@github.com/getferdi/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118", 46194 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
46195 "from": "macos-notification-state@github:getferdi/macos-notification-state#fix-monterey-detect", 46195 "from": "macos-notification-state@github:ferdium/macos-notification-state#fix-monterey-detect",
46196 "requires": { 46196 "requires": {
46197 "bindings": "^1.5.0" 46197 "bindings": "^1.5.0"
46198 } 46198 }
diff --git a/package.json b/package.json
index dc5432f3c..52d55736d 100644
--- a/package.json
+++ b/package.json
@@ -1,14 +1,14 @@
1{ 1{
2 "name": "ferdi", 2 "name": "ferdium",
3 "productName": "Ferdi", 3 "productName": "Ferdium",
4 "desktopName": "ferdi.desktop", 4 "desktopName": "ferdium.desktop",
5 "appId": "com.kytwb.ferdi", 5 "appId": "com.kytwb.ferdium",
6 "version": "5.8.2-nightly.7", 6 "version": "5.8.2-nightly.7",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
8 "copyright": "kytwb", 8 "copyright": "kytwb",
9 "main": "index.js", 9 "main": "index.js",
10 "homepage": "https://github.com/getferdi/ferdi", 10 "homepage": "https://github.com/ferdium/ferdium",
11 "repository": "https://github.com/getferdi/ferdi.git", 11 "repository": "https://github.com/ferdium/ferdium.git",
12 "private": true, 12 "private": true,
13 "engines": { 13 "engines": {
14 "node": "^16.13.1", 14 "node": "^16.13.1",
@@ -79,7 +79,7 @@
79 "jsonwebtoken": "^8.5.1", 79 "jsonwebtoken": "^8.5.1",
80 "jss": "^10.8.1", 80 "jss": "^10.8.1",
81 "lodash": "^4.17.21", 81 "lodash": "^4.17.21",
82 "macos-notification-state": "github:getferdi/macos-notification-state#fix-monterey-detect", 82 "macos-notification-state": "github:ferdium/macos-notification-state#fix-monterey-detect",
83 "macos-version": "^5.2.1", 83 "macos-version": "^5.2.1",
84 "mime-types": "^2.1.33", 84 "mime-types": "^2.1.33",
85 "minimist": "^1.2.6", 85 "minimist": "^1.2.6",
diff --git a/scripts/add-crowdin-contributors.ts b/scripts/add-crowdin-contributors.ts
index 21366aa82..7c1a364cb 100644
--- a/scripts/add-crowdin-contributors.ts
+++ b/scripts/add-crowdin-contributors.ts
@@ -11,7 +11,7 @@ import allContributors from 'all-contributors-cli';
11 * and paste its output into this script. 11 * and paste its output into this script.
12 * 12 *
13 * Usage: 13 * Usage:
14 * 1. Open https://crowdin.com/project/getferdi/settings#members 14 * 1. Open https://crowdin.com/project/ferdium/settings#members
15 * 2. Open the console and execute the script below: 15 * 2. Open the console and execute the script below:
16 16
17const members = []; 17const members = [];
diff --git a/scripts/link-readme.ts b/scripts/link-readme.ts
index 77b384ff4..bf1e9fcb6 100644
--- a/scripts/link-readme.ts
+++ b/scripts/link-readme.ts
@@ -1,7 +1,7 @@
1/** 1/**
2 * Script that automatically creates links to issues and users inside README.md 2 * Script that automatically creates links to issues and users inside README.md
3 * 3 *
4 * e.g. "#123" => "[#123](https://github.com/getferdi/ferdi/issues/123)" 4 * e.g. "#123" => "[#123](https://github.com/ferdium/ferdium-app/issues/123)"
5 * and "franz/#123" => "[franz#123](https://github.com/meetfranz/franz/issues/123)" 5 * and "franz/#123" => "[franz#123](https://github.com/meetfranz/franz/issues/123)"
6 * and "@abc" => "[@abc](https://github.com/abc)" 6 * and "@abc" => "[@abc](https://github.com/abc)"
7 */ 7 */
@@ -38,14 +38,14 @@ readme = readme.replace(/(?<!\[)\w+\/\w+#\d+(?![\d\]])/gi, match => {
38 return `[${repo}#${issueNr}](https://github.com/${repo}/issues/${issueNr})`; 38 return `[${repo}#${issueNr}](https://github.com/${repo}/issues/${issueNr})`;
39}); 39});
40 40
41// Replace Ferdi issues 41// Replace Ferdium issues
42// Regex matches strings that don't begin with a "[", i.e. are not already linked and 42// Regex matches strings that don't begin with a "[", i.e. are not already linked and
43// don't begin with "franz", i.e. are not Franz issues, followed by a "#" and digits to indicate 43// don't begin with "franz", i.e. are not Franz issues, followed by a "#" and digits to indicate
44// a GitHub issue, and not ending with a "]" 44// a GitHub issue, and not ending with a "]"
45readme = readme.replace(/(?<!\[|franz)#\d+(?![\d\]])/gi, match => { 45readme = readme.replace(/(?<!\[|franz)#\d+(?![\d\]])/gi, match => {
46 const issueNr = match.replace('#', ''); 46 const issueNr = match.replace('#', '');
47 replacements += 1; 47 replacements += 1;
48 return `[#${issueNr}](https://github.com/getferdi/ferdi/issues/${issueNr})`; 48 return `[#${issueNr}](https://github.com/ferdium/ferdium-app/issues/${issueNr})`;
49}); 49});
50 50
51// Link GitHub users 51// Link GitHub users
diff --git a/src/I18n.tsx b/src/I18n.tsx
index 5d969da1f..0e63d1086 100644
--- a/src/I18n.tsx
+++ b/src/I18n.tsx
@@ -18,7 +18,7 @@ type Props = {
18 18
19class I18N extends Component<Props> { 19class I18N extends Component<Props> {
20 componentDidUpdate() { 20 componentDidUpdate() {
21 window['ferdi'].menu.rebuild(); 21 window['ferdium'].menu.rebuild();
22 } 22 }
23 23
24 render() { 24 render() {
@@ -28,7 +28,7 @@ class I18N extends Component<Props> {
28 <IntlProvider 28 <IntlProvider
29 {...{ locale, key: locale, messages: translations[locale] }} 29 {...{ locale, key: locale, messages: translations[locale] }}
30 ref={intlProvider => { 30 ref={intlProvider => {
31 window['ferdi'].intl = intlProvider ? intlProvider.state.intl : null; 31 window['ferdium'].intl = intlProvider ? intlProvider.state.intl : null;
32 }} 32 }}
33 > 33 >
34 {children} 34 {children}
diff --git a/src/api/apiBase.ts b/src/api/apiBase.ts
index a30793848..c41fbe8ba 100644
--- a/src/api/apiBase.ts
+++ b/src/api/apiBase.ts
@@ -13,20 +13,20 @@ import {
13// Note: This cannot be used from the internal-server since we are not running within the context of a browser window 13// Note: This cannot be used from the internal-server since we are not running within the context of a browser window
14const apiBase = (withVersion = true) => { 14const apiBase = (withVersion = true) => {
15 if ( 15 if (
16 !(window as any).ferdi || 16 !(window as any).ferdium ||
17 !(window as any).ferdi.stores.settings || 17 !(window as any).ferdium.stores.settings ||
18 !(window as any).ferdi.stores.settings.all || 18 !(window as any).ferdium.stores.settings.all ||
19 !(window as any).ferdi.stores.settings.all.app.server 19 !(window as any).ferdium.stores.settings.all.app.server
20 ) { 20 ) {
21 // Stores have not yet been loaded - return SERVER_NOT_LOADED to force a retry when stores are loaded 21 // Stores have not yet been loaded - return SERVER_NOT_LOADED to force a retry when stores are loaded
22 return SERVER_NOT_LOADED; 22 return SERVER_NOT_LOADED;
23 } 23 }
24 const url = 24 const url =
25 (window as any).ferdi.stores.settings.all.app.server === LOCAL_SERVER 25 (window as any).ferdium.stores.settings.all.app.server === LOCAL_SERVER
26 ? `http://${LOCAL_HOSTNAME}:${ 26 ? `http://${LOCAL_HOSTNAME}:${
27 (window as any).ferdi.stores.requests.localServerPort 27 (window as any).ferdium.stores.requests.localServerPort
28 }` 28 }`
29 : (window as any).ferdi.stores.settings.all.app.server; 29 : (window as any).ferdium.stores.settings.all.app.server;
30 30
31 return withVersion ? `${url}/${API_VERSION}` : url; 31 return withVersion ? `${url}/${API_VERSION}` : url;
32}; 32};
@@ -34,8 +34,8 @@ const apiBase = (withVersion = true) => {
34export default apiBase; 34export default apiBase;
35 35
36export function termsBase() { 36export function termsBase() {
37 // TODO: This needs to handle local vs ferdi vs franz servers 37 // TODO: This needs to handle local vs ferdium vs franz servers
38 return (window as any).ferdi.stores.settings.all.app.server !== LIVE_FRANZ_API 38 return (window as any).ferdium.stores.settings.all.app.server !== LIVE_FRANZ_API
39 ? (window as any).ferdi.stores.settings.all.app.server 39 ? (window as any).ferdium.stores.settings.all.app.server
40 : DEV_API_FRANZ_WEBSITE; 40 : DEV_API_FRANZ_WEBSITE;
41} 41}
diff --git a/src/api/server/LocalApi.ts b/src/api/server/LocalApi.ts
index 1a46aaefe..5e205cbe4 100644
--- a/src/api/server/LocalApi.ts
+++ b/src/api/server/LocalApi.ts
@@ -4,7 +4,7 @@ import fastFolderSize from 'fast-folder-size';
4 4
5import { getServicePartitionsDirectory } from '../../helpers/service-helpers'; 5import { getServicePartitionsDirectory } from '../../helpers/service-helpers';
6 6
7const debug = require('debug')('Ferdi:LocalApi'); 7const debug = require('debug')('Ferdium:LocalApi');
8 8
9export default class LocalApi { 9export default class LocalApi {
10 // Settings 10 // Settings
diff --git a/src/api/server/ServerApi.ts b/src/api/server/ServerApi.ts
index 706520cb3..9dc3a9a0e 100644
--- a/src/api/server/ServerApi.ts
+++ b/src/api/server/ServerApi.ts
@@ -35,7 +35,7 @@ import {
35 35
36import { removeServicePartitionDirectory } from '../../helpers/service-helpers'; 36import { removeServicePartitionDirectory } from '../../helpers/service-helpers';
37 37
38const debug = require('debug')('Ferdi:ServerApi'); 38const debug = require('debug')('Ferdium:ServerApi');
39 39
40module.paths.unshift(getDevRecipeDirectory(), getRecipeDirectory()); 40module.paths.unshift(getDevRecipeDirectory(), getRecipeDirectory());
41 41
diff --git a/src/api/utils/auth.ts b/src/api/utils/auth.ts
index 899881e88..a7a73309d 100644
--- a/src/api/utils/auth.ts
+++ b/src/api/utils/auth.ts
@@ -1,5 +1,5 @@
1import localStorage from 'mobx-localstorage'; 1import localStorage from 'mobx-localstorage';
2import { ferdiLocale, ferdiVersion } from '../../environment-remote'; 2import { ferdiumLocale, ferdiumVersion } from '../../environment-remote';
3 3
4export const prepareAuthRequest = ( 4export const prepareAuthRequest = (
5 // eslint-disable-next-line unicorn/no-object-as-default-parameter 5 // eslint-disable-next-line unicorn/no-object-as-default-parameter
@@ -11,10 +11,10 @@ export const prepareAuthRequest = (
11 headers: { 11 headers: {
12 'Content-Type': 'application/json', 12 'Content-Type': 'application/json',
13 'X-Franz-Source': 'desktop', 13 'X-Franz-Source': 'desktop',
14 'X-Franz-Version': ferdiVersion, 14 'X-Franz-Version': ferdiumVersion,
15 'X-Franz-platform': process.platform, 15 'X-Franz-platform': process.platform,
16 'X-Franz-Timezone-Offset': new Date().getTimezoneOffset(), 16 'X-Franz-Timezone-Offset': new Date().getTimezoneOffset(),
17 'X-Franz-System-Locale': ferdiLocale, 17 'X-Franz-System-Locale': ferdiumLocale,
18 // @ts-expect-error Property 'headers' does not exist on type '{ method: string; }'. 18 // @ts-expect-error Property 'headers' does not exist on type '{ method: string; }'.
19 ...options.headers, 19 ...options.headers,
20 }, 20 },
diff --git a/src/app.js b/src/app.js
index f52ecdfdc..5d6ac9b8d 100644
--- a/src/app.js
+++ b/src/app.js
@@ -28,7 +28,7 @@ window.addEventListener('load', () => {
28 const menu = new MenuFactory(stores, actions); 28 const menu = new MenuFactory(stores, actions);
29 const touchBar = new TouchBarFactory(stores, actions); 29 const touchBar = new TouchBarFactory(stores, actions);
30 30
31 window['ferdi'] = { 31 window['ferdium'] = {
32 stores, 32 stores,
33 actions, 33 actions,
34 api, 34 api,
@@ -46,7 +46,7 @@ window.addEventListener('load', () => {
46 render(preparedApp, document.querySelector('#root')); 46 render(preparedApp, document.querySelector('#root'));
47 }, 47 },
48 }; 48 };
49 window['ferdi'].render(); 49 window['ferdium'].render();
50}); 50});
51 51
52// Prevent drag and drop into window from redirecting 52// Prevent drag and drop into window from redirecting
diff --git a/src/components/AppUpdateInfoBar.tsx b/src/components/AppUpdateInfoBar.tsx
index d2402945e..b0e286fa2 100644
--- a/src/components/AppUpdateInfoBar.tsx
+++ b/src/components/AppUpdateInfoBar.tsx
@@ -2,14 +2,14 @@ import { defineMessages, useIntl } from 'react-intl';
2 2
3import { mdiInformation } from '@mdi/js'; 3import { mdiInformation } from '@mdi/js';
4import InfoBar from './ui/InfoBar'; 4import InfoBar from './ui/InfoBar';
5import { GITHUB_FERDI_URL } from '../config'; 5import { GITHUB_FERDIUM_URL } from '../config';
6import { openExternalUrl } from '../helpers/url-helpers'; 6import { openExternalUrl } from '../helpers/url-helpers';
7import { Icon } from './ui/icon'; 7import { Icon } from './ui/icon';
8 8
9const messages = defineMessages({ 9const messages = defineMessages({
10 updateAvailable: { 10 updateAvailable: {
11 id: 'infobar.updateAvailable', 11 id: 'infobar.updateAvailable',
12 defaultMessage: 'A new update for Ferdi is available.', 12 defaultMessage: 'A new update for Ferdium is available.',
13 }, 13 },
14 changelog: { 14 changelog: {
15 id: 'infobar.buttonChangelog', 15 id: 'infobar.buttonChangelog',
@@ -43,7 +43,7 @@ const AppUpdateInfoBar = ({ onInstallUpdate, onHide }: Props) => {
43 type="button" 43 type="button"
44 onClick={() => 44 onClick={() =>
45 openExternalUrl( 45 openExternalUrl(
46 `${GITHUB_FERDI_URL}/ferdi/blob/develop/CHANGELOG.md`, 46 `${GITHUB_FERDIUM_URL}/ferdium/blob/develop/CHANGELOG.md`,
47 true, 47 true,
48 ) 48 )
49 } 49 }
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 7e96067eb..3d7c99c11 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -18,7 +18,7 @@ import globalMessages from '../../i18n/globalMessages';
18 18
19import { isWindows } from '../../environment'; 19import { isWindows } from '../../environment';
20import AppUpdateInfoBar from '../AppUpdateInfoBar'; 20import AppUpdateInfoBar from '../AppUpdateInfoBar';
21import { GITHUB_FERDI_URL } from '../../config'; 21import { GITHUB_FERDIUM_URL } from '../../config';
22import { Icon } from '../ui/icon'; 22import { Icon } from '../ui/icon';
23 23
24class AuthLayout extends Component { 24class AuthLayout extends Component {
@@ -57,7 +57,7 @@ class AuthLayout extends Component {
57 <> 57 <>
58 {isWindows && !isFullScreen && ( 58 {isWindows && !isFullScreen && (
59 <TitleBar 59 <TitleBar
60 menu={window['ferdi'].menu.template} 60 menu={window['ferdium'].menu.template}
61 icon="assets/images/logo.svg" 61 icon="assets/images/logo.svg"
62 /> 62 />
63 )} 63 )}
@@ -96,7 +96,7 @@ class AuthLayout extends Component {
96 </div> 96 </div>
97 {/* </div> */} 97 {/* </div> */}
98 <Link 98 <Link
99 to={`${GITHUB_FERDI_URL}/ferdi`} 99 to={`${GITHUB_FERDIUM_URL}/ferdium`}
100 className="auth__adlk" 100 className="auth__adlk"
101 target="_blank" 101 target="_blank"
102 > 102 >
diff --git a/src/components/auth/ChangeServer.js b/src/components/auth/ChangeServer.js
index 4c69b2821..682f6512c 100644
--- a/src/components/auth/ChangeServer.js
+++ b/src/components/auth/ChangeServer.js
@@ -9,7 +9,7 @@ import Button from '../ui/Button';
9import Link from '../ui/Link'; 9import Link from '../ui/Link';
10import Infobox from '../ui/Infobox'; 10import Infobox from '../ui/Infobox';
11import { url, required } from '../../helpers/validation-helpers'; 11import { url, required } from '../../helpers/validation-helpers';
12import { LIVE_FERDI_API, LIVE_FRANZ_API } from '../../config'; 12import { LIVE_FERDIUM_API, LIVE_FRANZ_API } from '../../config';
13import globalMessages from '../../i18n/globalMessages'; 13import globalMessages from '../../i18n/globalMessages';
14 14
15const messages = defineMessages({ 15const messages = defineMessages({
@@ -23,7 +23,7 @@ const messages = defineMessages({
23 }, 23 },
24 warning: { 24 warning: {
25 id: 'changeserver.warning', 25 id: 'changeserver.warning',
26 defaultMessage: 'Extra settings offered by Ferdi will not be saved', 26 defaultMessage: 'Extra settings offered by Ferdium will not be saved',
27 }, 27 },
28 customServerLabel: { 28 customServerLabel: {
29 id: 'changeserver.customServerLabel', 29 id: 'changeserver.customServerLabel',
@@ -41,11 +41,11 @@ class ChangeServer extends Component {
41 server: PropTypes.string.isRequired, 41 server: PropTypes.string.isRequired,
42 }; 42 };
43 43
44 ferdiServer = LIVE_FERDI_API; 44 ferdiumServer = LIVE_FERDIUM_API;
45 45
46 franzServer = LIVE_FRANZ_API; 46 franzServer = LIVE_FRANZ_API;
47 47
48 defaultServers = [this.franzServer, this.ferdiServer]; 48 defaultServers = [this.franzServer, this.ferdiumServer];
49 49
50 form = new Form( 50 form = new Form(
51 { 51 {
@@ -54,7 +54,7 @@ class ChangeServer extends Component {
54 label: this.props.intl.formatMessage(messages.label), 54 label: this.props.intl.formatMessage(messages.label),
55 value: this.props.server, 55 value: this.props.server,
56 options: [ 56 options: [
57 { value: this.ferdiServer, label: 'Ferdi' }, 57 { value: this.ferdiumServer, label: 'Ferdium' },
58 { value: this.franzServer, label: 'Franz' }, 58 { value: this.franzServer, label: 'Franz' },
59 { 59 {
60 value: this.defaultServers.includes(this.props.server) 60 value: this.defaultServers.includes(this.props.server)
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 8f70318ed..281ceda97 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -12,11 +12,11 @@ import Button from '../ui/Button';
12const messages = defineMessages({ 12const messages = defineMessages({
13 headline: { 13 headline: {
14 id: 'import.headline', 14 id: 'import.headline',
15 defaultMessage: 'Import your Ferdi 4 services', 15 defaultMessage: 'Import your Ferdium 4 services',
16 }, 16 },
17 notSupportedHeadline: { 17 notSupportedHeadline: {
18 id: 'import.notSupportedHeadline', 18 id: 'import.notSupportedHeadline',
19 defaultMessage: 'Services not yet supported in Ferdi 5', 19 defaultMessage: 'Services not yet supported in Ferdium 5',
20 }, 20 },
21 submitButtonLabel: { 21 submitButtonLabel: {
22 id: 'import.submit.label', 22 id: 'import.submit.label',
diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js
index bd01f25cd..3c9c07f0d 100644
--- a/src/components/auth/Login.js
+++ b/src/components/auth/Login.js
@@ -41,7 +41,7 @@ const messages = defineMessages({
41 }, 41 },
42 customServerSuggestion: { 42 customServerSuggestion: {
43 id: 'login.customServerSuggestion', 43 id: 'login.customServerSuggestion',
44 defaultMessage: 'Try importing your Franz account into Ferdi', 44 defaultMessage: 'Try importing your Franz account into Ferdium',
45 }, 45 },
46 tokenExpired: { 46 tokenExpired: {
47 id: 'login.tokenExpired', 47 id: 'login.tokenExpired',
@@ -135,13 +135,13 @@ class Login extends Component {
135 <p className="error-message center"> 135 <p className="error-message center">
136 {intl.formatMessage(messages.invalidCredentials)} 136 {intl.formatMessage(messages.invalidCredentials)}
137 </p> 137 </p>
138 {window['ferdi'].stores.settings.all.app.server !== 138 {window['ferdium'].stores.settings.all.app.server !==
139 LIVE_FRANZ_API && ( 139 LIVE_FRANZ_API && (
140 <p className="error-message center"> 140 <p className="error-message center">
141 {intl.formatMessage(messages.customServerQuestion)}{' '} 141 {intl.formatMessage(messages.customServerQuestion)}{' '}
142 <Link 142 <Link
143 to={`${window[ 143 to={`${window[
144 'ferdi' 144 'ferdium'
145 ].stores.settings.all.app.server.replace( 145 ].stores.settings.all.app.server.replace(
146 API_VERSION, 146 API_VERSION,
147 '', 147 '',
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index 00b387b25..3cccb2428 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -40,7 +40,7 @@ const messages = defineMessages({
40 }, 40 },
41 legalInfo: { 41 legalInfo: {
42 id: 'signup.legal.info', 42 id: 'signup.legal.info',
43 defaultMessage: 'By creating a Ferdi account you accept the', 43 defaultMessage: 'By creating a Ferdium account you accept the',
44 }, 44 },
45 terms: { 45 terms: {
46 id: 'signup.legal.terms', 46 id: 'signup.legal.terms',
diff --git a/src/components/auth/Welcome.js b/src/components/auth/Welcome.js
index cfd26e2e9..94ea4d603 100644
--- a/src/components/auth/Welcome.js
+++ b/src/components/auth/Welcome.js
@@ -23,7 +23,7 @@ const messages = defineMessages({
23 }, 23 },
24 serverless: { 24 serverless: {
25 id: 'services.serverless', 25 id: 'services.serverless',
26 defaultMessage: 'Use Ferdi without an Account', 26 defaultMessage: 'Use Ferdium without an Account',
27 }, 27 },
28}); 28});
29 29
@@ -56,7 +56,7 @@ class Welcome extends Component {
56 /> 56 />
57 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */} 57 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */}
58 <div className="welcome__text"> 58 <div className="welcome__text">
59 <h1>Ferdi</h1> 59 <h1>Ferdium</h1>
60 </div> 60 </div>
61 </div> 61 </div>
62 <div className="welcome__buttons"> 62 <div className="welcome__buttons">
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 5d7b6b85c..5aaac133a 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -134,7 +134,7 @@ class AppLayout extends Component {
134 <div className="app"> 134 <div className="app">
135 {isWindows && !isFullScreen && ( 135 {isWindows && !isFullScreen && (
136 <TitleBar 136 <TitleBar
137 menu={window['ferdi'].menu.template} 137 menu={window['ferdium'].menu.template}
138 icon="assets/images/logo.svg" 138 icon="assets/images/logo.svg"
139 /> 139 />
140 )} 140 )}
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 3e24c9230..d0b2dcf72 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -16,11 +16,11 @@ import {
16import Tabbar from '../services/tabs/Tabbar'; 16import Tabbar from '../services/tabs/Tabbar';
17import { 17import {
18 settingsShortcutKey, 18 settingsShortcutKey,
19 lockFerdiShortcutKey, 19 lockFerdiumShortcutKey,
20 todosToggleShortcutKey, 20 todosToggleShortcutKey,
21 workspaceToggleShortcutKey, 21 workspaceToggleShortcutKey,
22 addNewServiceShortcutKey, 22 addNewServiceShortcutKey,
23 muteFerdiShortcutKey, 23 muteFerdiumShortcutKey,
24} from '../../environment'; 24} from '../../environment';
25import { todosStore } from '../../features/todos'; 25import { todosStore } from '../../features/todos';
26import { todoActions } from '../../features/todos/actions'; 26import { todoActions } from '../../features/todos/actions';
@@ -52,15 +52,15 @@ const messages = defineMessages({
52 }, 52 },
53 openTodosDrawer: { 53 openTodosDrawer: {
54 id: 'sidebar.openTodosDrawer', 54 id: 'sidebar.openTodosDrawer',
55 defaultMessage: 'Open Ferdi Todos', 55 defaultMessage: 'Open Ferdium Todos',
56 }, 56 },
57 closeTodosDrawer: { 57 closeTodosDrawer: {
58 id: 'sidebar.closeTodosDrawer', 58 id: 'sidebar.closeTodosDrawer',
59 defaultMessage: 'Close Ferdi Todos', 59 defaultMessage: 'Close Ferdium Todos',
60 }, 60 },
61 lockFerdi: { 61 lockFerdium: {
62 id: 'sidebar.lockFerdi', 62 id: 'sidebar.lockFerdium',
63 defaultMessage: 'Lock Ferdi', 63 defaultMessage: 'Lock Ferdium',
64 }, 64 },
65}); 65});
66 66
@@ -200,7 +200,7 @@ class Sidebar extends Component {
200 }`} 200 }`}
201 data-tip={`${intl.formatMessage( 201 data-tip={`${intl.formatMessage(
202 isAppMuted ? messages.unmute : messages.mute, 202 isAppMuted ? messages.unmute : messages.mute,
203 )} (${muteFerdiShortcutKey(false)})`} 203 )} (${muteFerdiumShortcutKey(false)})`}
204 > 204 >
205 <Icon icon={isAppMuted ? mdiBellOff : mdiBell} size={1.5} /> 205 <Icon icon={isAppMuted ? mdiBellOff : mdiBell} size={1.5} />
206 </button> 206 </button>
@@ -218,8 +218,8 @@ class Sidebar extends Component {
218 }); 218 });
219 }} 219 }}
220 data-tip={`${intl.formatMessage( 220 data-tip={`${intl.formatMessage(
221 messages.lockFerdi, 221 messages.lockFerdium,
222 )} (${lockFerdiShortcutKey(false)})`} 222 )} (${lockFerdiumShortcutKey(false)})`}
223 > 223 >
224 <Icon icon={mdiLock} size={1.5} /> 224 <Icon icon={mdiLock} size={1.5} />
225 </button> 225 </button>
diff --git a/src/components/services/content/ConnectionLostBanner.js b/src/components/services/content/ConnectionLostBanner.js
index 5adb22c84..4f68c1bfe 100644
--- a/src/components/services/content/ConnectionLostBanner.js
+++ b/src/components/services/content/ConnectionLostBanner.js
@@ -5,13 +5,13 @@ import injectSheet from 'react-jss';
5import { defineMessages, injectIntl } from 'react-intl'; 5import { defineMessages, injectIntl } from 'react-intl';
6 6
7import { mdiAlert } from '@mdi/js'; 7import { mdiAlert } from '@mdi/js';
8import { LIVE_API_FERDI_WEBSITE } from '../../../config'; 8import { LIVE_API_FERDIUM_WEBSITE } from '../../../config';
9import { Icon } from '../../ui/icon'; 9import { Icon } from '../../ui/icon';
10 10
11const messages = defineMessages({ 11const messages = defineMessages({
12 text: { 12 text: {
13 id: 'connectionLostBanner.message', 13 id: 'connectionLostBanner.message',
14 defaultMessage: 'Oh no! Ferdi lost the connection to {name}.', 14 defaultMessage: 'Oh no! Ferdium lost the connection to {name}.',
15 }, 15 },
16 moreInformation: { 16 moreInformation: {
17 id: 'connectionLostBanner.informationLink', 17 id: 'connectionLostBanner.informationLink',
@@ -87,7 +87,7 @@ class ConnectionLostBanner extends Component {
87 {intl.formatMessage(messages.text, { name })} 87 {intl.formatMessage(messages.text, { name })}
88 <br /> 88 <br />
89 <a 89 <a
90 href={`${LIVE_API_FERDI_WEBSITE}/support#what-does-franz-lost-the-connection-to-service-mean`} 90 href={`${LIVE_API_FERDIUM_WEBSITE}/support#what-does-franz-lost-the-connection-to-service-mean`}
91 className={classes.link} 91 className={classes.link}
92 > 92 >
93 {intl.formatMessage(messages.moreInformation)} 93 {intl.formatMessage(messages.moreInformation)}
diff --git a/src/components/services/content/ServiceView.js b/src/components/services/content/ServiceView.js
index a9a013ced..1effcb628 100644
--- a/src/components/services/content/ServiceView.js
+++ b/src/components/services/content/ServiceView.js
@@ -151,7 +151,7 @@ class ServiceView extends Component {
151 😴 151 😴
152 </span><br/><br/> 152 </span><br/><br/>
153 This service is currently hibernating.<br/> 153 This service is currently hibernating.<br/>
154 Try switching services or reloading Ferdi. 154 Try switching services or reloading Ferdium.
155 </div> 155 </div>
156 )} 156 )}
157 </> 157 </>
diff --git a/src/components/services/content/ServiceWebview.js b/src/components/services/content/ServiceWebview.js
index 12aaf70b7..f90710c31 100644
--- a/src/components/services/content/ServiceWebview.js
+++ b/src/components/services/content/ServiceWebview.js
@@ -7,7 +7,7 @@ import { join } from 'path';
7 7
8import ServiceModel from '../../../models/Service'; 8import ServiceModel from '../../../models/Service';
9 9
10const debug = require('debug')('Ferdi:Services'); 10const debug = require('debug')('Ferdium:Services');
11 11
12class ServiceWebview extends Component { 12class ServiceWebview extends Component {
13 static propTypes = { 13 static propTypes = {
@@ -31,7 +31,7 @@ class ServiceWebview extends Component {
31 }); 31 });
32 this.webview.view.addEventListener('did-navigate', () => { 32 this.webview.view.addEventListener('did-navigate', () => {
33 if (this.props.service._webview) { 33 if (this.props.service._webview) {
34 document.title = `Ferdi - ${this.props.service.name} ${ 34 document.title = `Ferdium - ${this.props.service.name} ${
35 this.props.service.dialogTitle 35 this.props.service.dialogTitle
36 ? ` - ${this.props.service.dialogTitle}` 36 ? ` - ${this.props.service.dialogTitle}`
37 : '' 37 : ''
@@ -56,7 +56,7 @@ class ServiceWebview extends Component {
56 webview.view.blur(); 56 webview.view.blur();
57 webview.view.focus(); 57 webview.view.focus();
58 window.setTimeout(() => { 58 window.setTimeout(() => {
59 document.title = `Ferdi - ${this.props.service.name} ${ 59 document.title = `Ferdium - ${this.props.service.name} ${
60 this.props.service.dialogTitle 60 this.props.service.dialogTitle
61 ? ` - ${this.props.service.dialogTitle}` 61 ? ` - ${this.props.service.dialogTitle}`
62 : '' 62 : ''
diff --git a/src/components/services/content/Services.js b/src/components/services/content/Services.js
index 9b43ea177..b38b0e3c3 100644
--- a/src/components/services/content/Services.js
+++ b/src/components/services/content/Services.js
@@ -17,16 +17,16 @@ const messages = defineMessages({
17 }, 17 },
18 login: { 18 login: {
19 id: 'services.login', 19 id: 'services.login',
20 defaultMessage: 'Please login to use Ferdi.', 20 defaultMessage: 'Please login to use Ferdium.',
21 }, 21 },
22 serverless: { 22 serverless: {
23 id: 'services.serverless', 23 id: 'services.serverless',
24 defaultMessage: 'Use Ferdi without an Account', 24 defaultMessage: 'Use Ferdium without an Account',
25 }, 25 },
26 serverInfo: { 26 serverInfo: {
27 id: 'services.serverInfo', 27 id: 'services.serverInfo',
28 defaultMessage: 28 defaultMessage:
29 'Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!', 29 'Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!',
30 }, 30 },
31}); 31});
32 32
diff --git a/src/components/services/tabs/TabItem.js b/src/components/services/tabs/TabItem.js
index f5ced7a31..c2e7baddb 100644
--- a/src/components/services/tabs/TabItem.js
+++ b/src/components/services/tabs/TabItem.js
@@ -18,7 +18,7 @@ import { Icon } from '../../ui/icon';
18 18
19const IS_SERVICE_DEBUGGING_ENABLED = ( 19const IS_SERVICE_DEBUGGING_ENABLED = (
20 localStorage.getItem('debug') || '' 20 localStorage.getItem('debug') || ''
21).includes('Ferdi:Service'); 21).includes('Ferdium:Service');
22 22
23const messages = defineMessages({ 23const messages = defineMessages({
24 reload: { 24 reload: {
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 6ef676eb4..b500b82cf 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -42,7 +42,7 @@ const messages = defineMessages({
42 deleteInfo: { 42 deleteInfo: {
43 id: 'settings.account.deleteInfo', 43 id: 'settings.account.deleteInfo',
44 defaultMessage: 44 defaultMessage:
45 "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 45 "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
46 }, 46 },
47 deleteEmailSent: { 47 deleteEmailSent: {
48 id: 'settings.account.deleteEmailSent', 48 id: 'settings.account.deleteEmailSent',
@@ -51,7 +51,7 @@ const messages = defineMessages({
51 }, 51 },
52 yourLicense: { 52 yourLicense: {
53 id: 'settings.account.yourLicense', 53 id: 'settings.account.yourLicense',
54 defaultMessage: 'Your Ferdi License:', 54 defaultMessage: 'Your Ferdium License:',
55 }, 55 },
56 accountUnavailable: { 56 accountUnavailable: {
57 id: 'settings.account.accountUnavailable', 57 id: 'settings.account.accountUnavailable',
@@ -60,7 +60,7 @@ const messages = defineMessages({
60 accountUnavailableInfo: { 60 accountUnavailableInfo: {
61 id: 'settings.account.accountUnavailableInfo', 61 id: 'settings.account.accountUnavailableInfo',
62 defaultMessage: 62 defaultMessage:
63 '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.', 63 'You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.',
64 }, 64 },
65}); 65});
66 66
diff --git a/src/components/settings/navigation/SettingsNavigation.js b/src/components/settings/navigation/SettingsNavigation.js
index 763f4e8a7..ad1cef1e4 100644
--- a/src/components/settings/navigation/SettingsNavigation.js
+++ b/src/components/settings/navigation/SettingsNavigation.js
@@ -4,7 +4,7 @@ import { defineMessages, injectIntl } from 'react-intl';
4import { inject, observer } from 'mobx-react'; 4import { inject, observer } from 'mobx-react';
5import { RouterStore } from 'mobx-react-router'; 5import { RouterStore } from 'mobx-react-router';
6 6
7import { LOCAL_SERVER, LIVE_FERDI_API, LIVE_FRANZ_API } from '../../../config'; 7import { LOCAL_SERVER, LIVE_FERDIUM_API, LIVE_FRANZ_API } from '../../../config';
8import Link from '../../ui/Link'; 8import Link from '../../ui/Link';
9import UIStore from '../../../stores/UIStore'; 9import UIStore from '../../../stores/UIStore';
10import SettingsStore from '../../../stores/SettingsStore'; 10import SettingsStore from '../../../stores/SettingsStore';
@@ -32,9 +32,9 @@ const messages = defineMessages({
32 id: 'settings.navigation.team', 32 id: 'settings.navigation.team',
33 defaultMessage: 'Manage Team', 33 defaultMessage: 'Manage Team',
34 }, 34 },
35 supportFerdi: { 35 supportFerdium: {
36 id: 'settings.navigation.supportFerdi', 36 id: 'settings.navigation.supportFerdium',
37 defaultMessage: 'About Ferdi', 37 defaultMessage: 'About Ferdium',
38 }, 38 },
39 logout: { 39 logout: {
40 id: 'settings.navigation.logout', 40 id: 'settings.navigation.logout',
@@ -65,11 +65,11 @@ class SettingsNavigation extends Component {
65 localStorage.removeItem('authToken'); 65 localStorage.removeItem('authToken');
66 66
67 if (isUsingWithoutAccount) { 67 if (isUsingWithoutAccount) {
68 // Reset server back to Ferdi API 68 // Reset server back to Ferdium API
69 this.props.actions.settings.update({ 69 this.props.actions.settings.update({
70 type: 'app', 70 type: 'app',
71 data: { 71 data: {
72 server: LIVE_FERDI_API, 72 server: LIVE_FERDIUM_API,
73 }, 73 },
74 }); 74 });
75 } 75 }
@@ -77,7 +77,7 @@ class SettingsNavigation extends Component {
77 77
78 this.props.stores.router.push('/auth/welcome'); 78 this.props.stores.router.push('/auth/welcome');
79 79
80 // Reload Ferdi, otherwise many settings won't sync correctly with the server 80 // Reload Ferdium, otherwise many settings won't sync correctly with the server
81 // after logging into another account 81 // after logging into another account
82 window.location.reload(); 82 window.location.reload();
83 } 83 }
@@ -148,7 +148,7 @@ class SettingsNavigation extends Component {
148 className="settings-navigation__link" 148 className="settings-navigation__link"
149 activeClassName="is-active" 149 activeClassName="is-active"
150 > 150 >
151 {intl.formatMessage(messages.supportFerdi)} 151 {intl.formatMessage(messages.supportFerdium)}
152 </Link> 152 </Link>
153 <span className="settings-navigation__expander" /> 153 <span className="settings-navigation__expander" />
154 <button 154 <button
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index 47983bc88..a10998085 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -43,7 +43,7 @@ const messages = defineMessages({
43 nothingFound: { 43 nothingFound: {
44 id: 'settings.recipes.nothingFound', 44 id: 'settings.recipes.nothingFound',
45 defaultMessage: 45 defaultMessage:
46 'Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.', 46 'Sorry, but no service matched your search term - but you can still probably add it using the "Custom Website" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.',
47 }, 47 },
48 servicesSuccessfulAddedInfo: { 48 servicesSuccessfulAddedInfo: {
49 id: 'settings.recipes.servicesSuccessfulAddedInfo', 49 id: 'settings.recipes.servicesSuccessfulAddedInfo',
diff --git a/src/components/settings/services/EditServiceForm.js b/src/components/settings/services/EditServiceForm.js
index f0e791b87..fcf540ba0 100644
--- a/src/components/settings/services/EditServiceForm.js
+++ b/src/components/settings/services/EditServiceForm.js
@@ -125,12 +125,12 @@ const messages = defineMessages({
125 }, 125 },
126 proxyRestartInfo: { 126 proxyRestartInfo: {
127 id: 'settings.service.form.proxy.restartInfo', 127 id: 'settings.service.form.proxy.restartInfo',
128 defaultMessage: 'Please restart Ferdi after changing proxy Settings.', 128 defaultMessage: 'Please restart Ferdium after changing proxy Settings.',
129 }, 129 },
130 proxyInfo: { 130 proxyInfo: {
131 id: 'settings.service.form.proxy.info', 131 id: 'settings.service.form.proxy.info',
132 defaultMessage: 132 defaultMessage:
133 'Proxy settings will not be synchronized with the Ferdi servers.', 133 'Proxy settings will not be synchronized with the Ferdium servers.',
134 }, 134 },
135}); 135});
136 136
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index c92bde346..f08705bed 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -21,9 +21,9 @@ import {
21 SPLIT_COLUMNS_MAX, 21 SPLIT_COLUMNS_MAX,
22 SPLIT_COLUMNS_MIN, 22 SPLIT_COLUMNS_MIN,
23} from '../../../config'; 23} from '../../../config';
24import { isMac, isWindows, lockFerdiShortcutKey } from '../../../environment'; 24import { isMac, isWindows, lockFerdiumShortcutKey } from '../../../environment';
25import { 25import {
26 ferdiVersion, 26 ferdiumVersion,
27 userDataPath, 27 userDataPath,
28 userDataRecipesPath, 28 userDataRecipesPath,
29} from '../../../environment-remote'; 29} from '../../../environment-remote';
@@ -31,7 +31,7 @@ import { openPath } from '../../../helpers/url-helpers';
31import globalMessages from '../../../i18n/globalMessages'; 31import globalMessages from '../../../i18n/globalMessages';
32import { Icon } from '../../ui/icon'; 32import { Icon } from '../../ui/icon';
33 33
34const debug = require('debug')('Ferdi:EditSettingsForm'); 34const debug = require('debug')('Ferdium:EditSettingsForm');
35 35
36const messages = defineMessages({ 36const messages = defineMessages({
37 headlineGeneral: { 37 headlineGeneral: {
@@ -41,21 +41,21 @@ const messages = defineMessages({
41 sentryInfo: { 41 sentryInfo: {
42 id: 'settings.app.sentryInfo', 42 id: 'settings.app.sentryInfo',
43 defaultMessage: 43 defaultMessage:
44 'Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!', 44 'Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!',
45 }, 45 },
46 hibernateInfo: { 46 hibernateInfo: {
47 id: 'settings.app.hibernateInfo', 47 id: 'settings.app.hibernateInfo',
48 defaultMessage: 48 defaultMessage:
49 '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.', 49 'By default, Ferdium 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.',
50 }, 50 },
51 inactivityLockInfo: { 51 inactivityLockInfo: {
52 id: 'settings.app.inactivityLockInfo', 52 id: 'settings.app.inactivityLockInfo',
53 defaultMessage: 53 defaultMessage:
54 'Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable', 54 'Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable',
55 }, 55 },
56 todoServerInfo: { 56 todoServerInfo: {
57 id: 'settings.app.todoServerInfo', 57 id: 'settings.app.todoServerInfo',
58 defaultMessage: 'This server will be used for the "Ferdi Todo" feature.', 58 defaultMessage: 'This server will be used for the "Ferdium Todo" feature.',
59 }, 59 },
60 lockedPassword: { 60 lockedPassword: {
61 id: 'settings.app.lockedPassword', 61 id: 'settings.app.lockedPassword',
@@ -64,12 +64,12 @@ const messages = defineMessages({
64 lockedPasswordInfo: { 64 lockedPasswordInfo: {
65 id: 'settings.app.lockedPasswordInfo', 65 id: 'settings.app.lockedPasswordInfo',
66 defaultMessage: 66 defaultMessage:
67 "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 67 "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
68 }, 68 },
69 lockInfo: { 69 lockInfo: {
70 id: 'settings.app.lockInfo', 70 id: 'settings.app.lockInfo',
71 defaultMessage: 71 defaultMessage:
72 'Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.', 72 'Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.',
73 }, 73 },
74 scheduledDNDTimeInfo: { 74 scheduledDNDTimeInfo: {
75 id: 'settings.app.scheduledDNDTimeInfo', 75 id: 'settings.app.scheduledDNDTimeInfo',
@@ -79,7 +79,7 @@ const messages = defineMessages({
79 scheduledDNDInfo: { 79 scheduledDNDInfo: {
80 id: 'settings.app.scheduledDNDInfo', 80 id: 'settings.app.scheduledDNDInfo',
81 defaultMessage: 81 defaultMessage:
82 'Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.', 82 'Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.',
83 }, 83 },
84 headlineLanguage: { 84 headlineLanguage: {
85 id: 'settings.app.headlineLanguage', 85 id: 'settings.app.headlineLanguage',
@@ -113,12 +113,12 @@ const messages = defineMessages({
113 }, 113 },
114 translationHelp: { 114 translationHelp: {
115 id: 'settings.app.translationHelp', 115 id: 'settings.app.translationHelp',
116 defaultMessage: 'Help us to translate Ferdi into your language.', 116 defaultMessage: 'Help us to translate Ferdium into your language.',
117 }, 117 },
118 spellCheckerLanguageInfo: { 118 spellCheckerLanguageInfo: {
119 id: 'settings.app.spellCheckerLanguageInfo', 119 id: 'settings.app.spellCheckerLanguageInfo',
120 defaultMessage: 120 defaultMessage:
121 "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.", 121 "Ferdium 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.",
122 }, 122 },
123 subheadlineCache: { 123 subheadlineCache: {
124 id: 'settings.app.subheadlineCache', 124 id: 'settings.app.subheadlineCache',
@@ -126,7 +126,7 @@ const messages = defineMessages({
126 }, 126 },
127 cacheInfo: { 127 cacheInfo: {
128 id: 'settings.app.cacheInfo', 128 id: 'settings.app.cacheInfo',
129 defaultMessage: 'Ferdi cache is currently using {size} of disk space.', 129 defaultMessage: 'Ferdium cache is currently using {size} of disk space.',
130 }, 130 },
131 cacheNotCleared: { 131 cacheNotCleared: {
132 id: 'settings.app.cacheNotCleared', 132 id: 'settings.app.cacheNotCleared',
@@ -136,16 +136,16 @@ const messages = defineMessages({
136 id: 'settings.app.buttonClearAllCache', 136 id: 'settings.app.buttonClearAllCache',
137 defaultMessage: 'Clear cache', 137 defaultMessage: 'Clear cache',
138 }, 138 },
139 subheadlineFerdiProfile: { 139 subheadlineFerdiumProfile: {
140 id: 'settings.app.subheadlineFerdiProfile', 140 id: 'settings.app.subheadlineFerdiumProfile',
141 defaultMessage: 'Ferdi Profile', 141 defaultMessage: 'Ferdium Profile',
142 }, 142 },
143 buttonOpenFerdiProfileFolder: { 143 buttonOpenFerdiumProfileFolder: {
144 id: 'settings.app.buttonOpenFerdiProfileFolder', 144 id: 'settings.app.buttonOpenFerdiumProfileFolder',
145 defaultMessage: 'Open Profile folder', 145 defaultMessage: 'Open Profile folder',
146 }, 146 },
147 buttonOpenFerdiServiceRecipesFolder: { 147 buttonOpenFerdiumServiceRecipesFolder: {
148 id: 'settings.app.buttonOpenFerdiServiceRecipesFolder', 148 id: 'settings.app.buttonOpenFerdiumServiceRecipesFolder',
149 defaultMessage: 'Open Service Recipes folder', 149 defaultMessage: 'Open Service Recipes folder',
150 }, 150 },
151 buttonSearchForUpdate: { 151 buttonSearchForUpdate: {
@@ -166,7 +166,7 @@ const messages = defineMessages({
166 }, 166 },
167 updateStatusUpToDate: { 167 updateStatusUpToDate: {
168 id: 'settings.app.updateStatusUpToDate', 168 id: 'settings.app.updateStatusUpToDate',
169 defaultMessage: 'You are using the latest version of Ferdi', 169 defaultMessage: 'You are using the latest version of Ferdium',
170 }, 170 },
171 currentVersion: { 171 currentVersion: {
172 id: 'settings.app.currentVersion', 172 id: 'settings.app.currentVersion',
@@ -275,7 +275,7 @@ class EditSettingsForm extends Component {
275 } 275 }
276 276
277 const { lockingFeatureEnabled, scheduledDNDEnabled } = 277 const { lockingFeatureEnabled, scheduledDNDEnabled } =
278 window['ferdi'].stores.settings.all.app; 278 window['ferdium'].stores.settings.all.app;
279 279
280 let cacheSize; 280 let cacheSize;
281 let notCleared; 281 let notCleared;
@@ -655,7 +655,7 @@ class EditSettingsForm extends Component {
655 > 655 >
656 <span> 656 <span>
657 {intl.formatMessage(messages.lockInfo, { 657 {intl.formatMessage(messages.lockInfo, {
658 lockShortcut: `${lockFerdiShortcutKey(false)}`, 658 lockShortcut: `${lockFerdiumShortcutKey(false)}`,
659 })} 659 })}
660 </span> 660 </span>
661 </p> 661 </p>
@@ -749,14 +749,14 @@ class EditSettingsForm extends Component {
749 749
750 <div className="settings__settings-group"> 750 <div className="settings__settings-group">
751 <h3> 751 <h3>
752 {intl.formatMessage(messages.subheadlineFerdiProfile)} 752 {intl.formatMessage(messages.subheadlineFerdiumProfile)}
753 </h3> 753 </h3>
754 <p> 754 <p>
755 <div className="settings__open-settings-file-container"> 755 <div className="settings__open-settings-file-container">
756 <Button 756 <Button
757 buttonType="secondary" 757 buttonType="secondary"
758 label={intl.formatMessage( 758 label={intl.formatMessage(
759 messages.buttonOpenFerdiProfileFolder, 759 messages.buttonOpenFerdiumProfileFolder,
760 )} 760 )}
761 className="settings__open-settings-file-button" 761 className="settings__open-settings-file-button"
762 onClick={() => openPath(profileFolder)} 762 onClick={() => openPath(profileFolder)}
@@ -764,7 +764,7 @@ class EditSettingsForm extends Component {
764 <Button 764 <Button
765 buttonType="secondary" 765 buttonType="secondary"
766 label={intl.formatMessage( 766 label={intl.formatMessage(
767 messages.buttonOpenFerdiServiceRecipesFolder, 767 messages.buttonOpenFerdiumServiceRecipesFolder,
768 )} 768 )}
769 className="settings__open-settings-file-button" 769 className="settings__open-settings-file-button"
770 onClick={() => openPath(recipeFolder)} 770 onClick={() => openPath(recipeFolder)}
@@ -807,7 +807,7 @@ class EditSettingsForm extends Component {
807 <br /> 807 <br />
808 </div> 808 </div>
809 <p> 809 <p>
810 {intl.formatMessage(messages.currentVersion)} {ferdiVersion} 810 {intl.formatMessage(messages.currentVersion)} {ferdiumVersion}
811 </p> 811 </p>
812 {noUpdateAvailable && ( 812 {noUpdateAvailable && (
813 <p> 813 <p>
@@ -842,7 +842,7 @@ class EditSettingsForm extends Component {
842 )} 842 )}
843 <p className="settings__message"> 843 <p className="settings__message">
844 <Icon icon={mdiGithub} /> 844 <Icon icon={mdiGithub} />
845 Ferdi is based on{' '} 845 Ferdium is based on{' '}
846 <a 846 <a
847 href={`${GITHUB_FRANZ_URL}/franz`} 847 href={`${GITHUB_FRANZ_URL}/franz`}
848 target="_blank" 848 target="_blank"
diff --git a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
index 948d0c1d1..b55f0d3d0 100644
--- a/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
+++ b/src/components/settings/supportFerdi/SupportFerdiDashboard.tsx
@@ -2,20 +2,20 @@ import { defineMessages, useIntl } from 'react-intl';
2 2
3const messages = defineMessages({ 3const messages = defineMessages({
4 headline: { 4 headline: {
5 id: 'settings.supportFerdi.headline', 5 id: 'settings.supportFerdium.headline',
6 defaultMessage: 'About Ferdi', 6 defaultMessage: 'About Ferdium',
7 }, 7 },
8 aboutIntro: { 8 aboutIntro: {
9 id: 'settings.supportFerdi.aboutIntro', 9 id: 'settings.supportFerdium.aboutIntro',
10 defaultMessage: 'Special thanks goes to these awesome people:', 10 defaultMessage: 'Special thanks goes to these awesome people:',
11 }, 11 },
12 about: { 12 about: {
13 id: 'settings.supportFerdi.about', 13 id: 'settings.supportFerdium.about',
14 defaultMessage: 'The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.', 14 defaultMessage: 'The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.',
15 } 15 }
16}); 16});
17 17
18const SupportFerdiDashboard = () => { 18const SupportFerdiumDashboard = () => {
19 const intl = useIntl(); 19 const intl = useIntl();
20 20
21 return ( 21 return (
@@ -29,50 +29,50 @@ const SupportFerdiDashboard = () => {
29 <div> 29 <div>
30 <p className="settings__support-badges"> 30 <p className="settings__support-badges">
31 <a 31 <a
32 href="https://twitter.com/getferdi/" 32 href="https://twitter.com/ferdium/"
33 target="_blank" 33 target="_blank"
34 rel="noreferrer" 34 rel="noreferrer"
35 > 35 >
36 <img 36 <img
37 alt="Twitter Follow" 37 alt="Twitter Follow"
38 src="https://img.shields.io/twitter/follow/getferdi?label=Follow&style=social" 38 src="https://img.shields.io/twitter/follow/ferdium?label=Follow&style=social"
39 /> 39 />
40 </a> 40 </a>
41 <a 41 <a
42 href="https://github.com/getferdi/ferdi" 42 href="https://github.com/ferdium/ferdium"
43 target="_blank" 43 target="_blank"
44 rel="noreferrer" 44 rel="noreferrer"
45 > 45 >
46 <img 46 <img
47 alt="GitHub Stars" 47 alt="GitHub Stars"
48 src="https://img.shields.io/github/stars/getferdi/ferdi?style=social" 48 src="https://img.shields.io/github/stars/ferdium/ferdium?style=social"
49 /> 49 />
50 </a> 50 </a>
51 <a target="_blank" href="https://crowdin.com/project/getferdi"> 51 <a target="_blank" href="https://crowdin.com/project/ferdium">
52 <img src="https://badges.crowdin.net/getferdi/localized.svg" alt="Crowdin"/> 52 <img src="https://badges.crowdin.net/ferdium/localized.svg" alt="Crowdin"/>
53 </a> 53 </a>
54 <a 54 <a
55 href="https://opencollective.com/getferdi#section-contributors" 55 href="https://opencollective.com/ferdium#section-contributors"
56 target="_blank" 56 target="_blank"
57 rel="noreferrer" 57 rel="noreferrer"
58 > 58 >
59 <img 59 <img
60 alt="Open Collective backers" 60 alt="Open Collective backers"
61 src="https://img.shields.io/opencollective/backers/getferdi?logo=open-collective" 61 src="https://img.shields.io/opencollective/backers/ferdium?logo=open-collective"
62 /> 62 />
63 </a> 63 </a>
64 </p> 64 </p>
65 <p>{intl.formatMessage(messages.aboutIntro)}</p> 65 <p>{intl.formatMessage(messages.aboutIntro)}</p>
66 <p> 66 <p>
67 <a 67 <a
68 href="https://github.com/getferdi/ferdi#contributors-" 68 href="https://github.com/ferdium/ferdium#contributors-"
69 target="_blank" 69 target="_blank"
70 rel="noreferrer" 70 rel="noreferrer"
71 > 71 >
72 <img 72 <img
73 alt="GitHub contributors (non-exhaustive)" 73 alt="GitHub contributors (non-exhaustive)"
74 width="100%" 74 width="100%"
75 src="https://opencollective.com/getferdi/contributors.svg?width=600&avatarHeight=42&button=off" 75 src="https://opencollective.com/ferdium/contributors.svg?width=600&avatarHeight=42&button=off"
76 /> 76 />
77 </a> 77 </a>
78 </p> 78 </p>
@@ -83,4 +83,4 @@ const SupportFerdiDashboard = () => {
83 ); 83 );
84}; 84};
85 85
86export default SupportFerdiDashboard; 86export default SupportFerdiumDashboard;
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 802284051..22d386775 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -28,7 +28,7 @@ const messages = defineMessages({
28 copy: { 28 copy: {
29 id: 'settings.team.copy', 29 id: 'settings.team.copy',
30 defaultMessage: 30 defaultMessage:
31 "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.", 31 "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 Ferdium: 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.",
32 }, 32 },
33 manageButton: { 33 manageButton: {
34 id: 'settings.team.manageAction', 34 id: 'settings.team.manageAction',
@@ -152,7 +152,7 @@ class TeamDashboard extends Component {
152 <img 152 <img
153 className={classes.image} 153 className={classes.image}
154 src="https://cdn.franzinfra.com/announcements/assets/teams.png" 154 src="https://cdn.franzinfra.com/announcements/assets/teams.png"
155 alt="Ferdi for Teams" 155 alt="Ferdium for Teams"
156 /> 156 />
157 </div> 157 </div>
158 <div className={classes.buttonContainer}> 158 <div className={classes.buttonContainer}>
diff --git a/src/components/ui/FAB.tsx b/src/components/ui/FAB.tsx
index cb9c5f126..37c3c9ec7 100644
--- a/src/components/ui/FAB.tsx
+++ b/src/components/ui/FAB.tsx
@@ -28,7 +28,7 @@ class Button extends Component<Props> {
28 28
29 const buttonProps = { 29 const buttonProps = {
30 className: classnames({ 30 className: classnames({
31 ferdi__fab: true, 31 ferdium__fab: true,
32 [`${className}`]: className, 32 [`${className}`]: className,
33 }), 33 }),
34 type, 34 type,
diff --git a/src/components/ui/Loader.tsx b/src/components/ui/Loader.tsx
index 171d0e290..e889fd054 100644
--- a/src/components/ui/Loader.tsx
+++ b/src/components/ui/Loader.tsx
@@ -2,14 +2,14 @@ import { Component, ReactChildren } from 'react';
2import { observer, inject } from 'mobx-react'; 2import { observer, inject } from 'mobx-react';
3import Loader from 'react-loader'; 3import Loader from 'react-loader';
4 4
5import { FerdiStores } from '../../stores.types'; 5import { FerdiumStores } from '../../stores.types';
6 6
7type Props = { 7type Props = {
8 children: ReactChildren; 8 children: ReactChildren;
9 loaded: boolean; 9 loaded: boolean;
10 className: string; 10 className: string;
11 color: string; 11 color: string;
12 stores: FerdiStores; 12 stores: FerdiumStores;
13}; 13};
14 14
15class LoaderComponent extends Component<Props> { 15class LoaderComponent extends Component<Props> {
diff --git a/src/components/ui/button/index.tsx b/src/components/ui/button/index.tsx
index d91b1ee19..b18f44909 100644
--- a/src/components/ui/button/index.tsx
+++ b/src/components/ui/button/index.tsx
@@ -198,7 +198,7 @@ class ButtonComponent extends Component<IProps> {
198 if (loaded) { 198 if (loaded) {
199 showLoader = !loaded; 199 showLoader = !loaded;
200 console.warn( 200 console.warn(
201 'Ferdi Button prop `loaded` will be deprecated in the future. Please use `busy` instead', 201 'Ferdium Button prop `loaded` will be deprecated in the future. Please use `busy` instead',
202 ); 202 );
203 } 203 }
204 if (busy) { 204 if (busy) {
diff --git a/src/components/ui/infobox/index.tsx b/src/components/ui/infobox/index.tsx
index c0767a342..d4ff61053 100644
--- a/src/components/ui/infobox/index.tsx
+++ b/src/components/ui/infobox/index.tsx
@@ -46,7 +46,7 @@ const buttonStyles = (theme: Theme) => {
46const infoBoxTransition: string = 'none'; 46const infoBoxTransition: string = 'none';
47const ctaTransition: string = 'none'; 47const ctaTransition: string = 'none';
48 48
49// TODO: Not sure why, but this location alone, the `dinwo` is not defined - and it throws an error thus aborting the startup sequence of ferdi 49// TODO: Not sure why, but this location alone, the `dinwo` is not defined - and it throws an error thus aborting the startup sequence of ferdium
50// if (window && window.matchMedia('(prefers-reduced-motion: no-preference)')) { 50// if (window && window.matchMedia('(prefers-reduced-motion: no-preference)')) {
51// infoBoxTransition = 'all 0.5s'; 51// infoBoxTransition = 'all 0.5s';
52// ctaTransition = 'opacity 0.3s'; 52// ctaTransition = 'opacity 0.3s';
diff --git a/src/config.ts b/src/config.ts
index 3dbcd809b..5aa5ea5aa 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -11,11 +11,11 @@ export const LOCAL_PORT = 45_569;
11export const LOCAL_API = 'http://localhost:3000'; 11export const LOCAL_API = 'http://localhost:3000';
12export const DEV_FRANZ_API = 'https://dev.franzinfra.com'; 12export const DEV_FRANZ_API = 'https://dev.franzinfra.com';
13 13
14export const LIVE_FERDI_API = 'https://api.getferdi.com'; 14export const LIVE_FERDIUM_API = 'https://api.ferdium.org';
15export const LIVE_FRANZ_API = 'https://api.franzinfra.com'; 15export const LIVE_FRANZ_API = 'https://api.franzinfra.com';
16 16
17// URL used to submit debugger information, see https://github.com/getferdi/debugger 17// URL used to submit debugger information, see https://github.com/ferdium/debugger
18export const DEBUG_API = 'https://debug.getferdi.com'; 18export const DEBUG_API = 'https://debug.ferdium.org';
19 19
20export const LOCAL_WS_API = 'ws://localhost:3000'; 20export const LOCAL_WS_API = 'ws://localhost:3000';
21export const DEV_WS_API = 'wss://dev.franzinfra.com'; 21export const DEV_WS_API = 'wss://dev.franzinfra.com';
@@ -23,7 +23,7 @@ export const LIVE_WS_API = 'wss://api.franzinfra.com';
23 23
24export const LOCAL_API_WEBSITE = 'http://localhost:3333'; 24export const LOCAL_API_WEBSITE = 'http://localhost:3333';
25export const DEV_API_FRANZ_WEBSITE = 'https://meetfranz.com'; 25export const DEV_API_FRANZ_WEBSITE = 'https://meetfranz.com';
26export const LIVE_API_FERDI_WEBSITE = 'https://getferdi.com'; 26export const LIVE_API_FERDIUM_WEBSITE = 'https://ferdium.org';
27 27
28export const STATS_API = 'https://stats.franzinfra.com'; 28export const STATS_API = 'https://stats.franzinfra.com';
29 29
@@ -159,17 +159,17 @@ export const DEFAULT_WINDOW_OPTIONS = {
159}; 159};
160 160
161export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 161export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
162export const GITHUB_FERDI_URL = 'https://github.com/getferdi'; 162export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
163export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDI_URL}/recipes/issues`; 163export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`;
164export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 164export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium';
165export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 165export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
166 166
167export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; 167export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy'];
168 168
169export const LOCAL_SERVER = 'You are using Ferdi without a server'; 169export const LOCAL_SERVER = 'You are using Ferdium without a server';
170export const SERVER_NOT_LOADED = 'Ferdi::SERVER_NOT_LOADED'; 170export const SERVER_NOT_LOADED = 'Ferdium::SERVER_NOT_LOADED';
171 171
172export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdi:']; 172export const ALLOWED_PROTOCOLS = ['https:', 'http:', 'ftp:', 'ferdium:'];
173 173
174export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false; 174export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;
175 175
@@ -214,8 +214,8 @@ export const DEFAULT_APP_SETTINGS = {
214 enableGPUAcceleration: true, 214 enableGPUAcceleration: true,
215 enableGlobalHideShortcut: false, 215 enableGlobalHideShortcut: false,
216 216
217 // Ferdi specific options 217 // Ferdium specific options
218 server: LIVE_FERDI_API, 218 server: LIVE_FERDIUM_API,
219 predefinedTodoServer: DEFAULT_TODO_SERVICE, 219 predefinedTodoServer: DEFAULT_TODO_SERVICE,
220 autohideMenuBar: false, 220 autohideMenuBar: false,
221 lockingFeatureEnabled: false, 221 lockingFeatureEnabled: false,
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 6e405cd92..87d1f1456 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -37,12 +37,12 @@ import globalMessages from '../../i18n/globalMessages';
37import WorkspacesStore from '../../features/workspaces/store'; 37import WorkspacesStore from '../../features/workspaces/store';
38import ServicesStore from '../../stores/ServicesStore'; 38import ServicesStore from '../../stores/ServicesStore';
39 39
40const debug = require('debug')('Ferdi:EditSettingsScreen'); 40const debug = require('debug')('Ferdium:EditSettingsScreen');
41 41
42const messages = defineMessages({ 42const messages = defineMessages({
43 autoLaunchOnStart: { 43 autoLaunchOnStart: {
44 id: 'settings.app.form.autoLaunchOnStart', 44 id: 'settings.app.form.autoLaunchOnStart',
45 defaultMessage: 'Launch Ferdi on start', 45 defaultMessage: 'Launch Ferdium on start',
46 }, 46 },
47 autoLaunchInBackground: { 47 autoLaunchInBackground: {
48 id: 'settings.app.form.autoLaunchInBackground', 48 id: 'settings.app.form.autoLaunchInBackground',
@@ -50,7 +50,7 @@ const messages = defineMessages({
50 }, 50 },
51 runInBackground: { 51 runInBackground: {
52 id: 'settings.app.form.runInBackground', 52 id: 'settings.app.form.runInBackground',
53 defaultMessage: 'Keep Ferdi in background when closing the window', 53 defaultMessage: 'Keep Ferdium in background when closing the window',
54 }, 54 },
55 startMinimized: { 55 startMinimized: {
56 id: 'settings.app.form.startMinimized', 56 id: 'settings.app.form.startMinimized',
@@ -58,27 +58,27 @@ const messages = defineMessages({
58 }, 58 },
59 confirmOnQuit: { 59 confirmOnQuit: {
60 id: 'settings.app.form.confirmOnQuit', 60 id: 'settings.app.form.confirmOnQuit',
61 defaultMessage: 'Confirm when quitting Ferdi', 61 defaultMessage: 'Confirm when quitting Ferdium',
62 }, 62 },
63 enableSystemTray: { 63 enableSystemTray: {
64 id: 'settings.app.form.enableSystemTray', 64 id: 'settings.app.form.enableSystemTray',
65 defaultMessage: 'Always show Ferdi in System Tray', 65 defaultMessage: 'Always show Ferdium in System Tray',
66 }, 66 },
67 enableMenuBar: { 67 enableMenuBar: {
68 id: 'settings.app.form.enableMenuBar', 68 id: 'settings.app.form.enableMenuBar',
69 defaultMessage: 'Always show Ferdi in Menu Bar', 69 defaultMessage: 'Always show Ferdium in Menu Bar',
70 }, 70 },
71 reloadAfterResume: { 71 reloadAfterResume: {
72 id: 'settings.app.form.reloadAfterResume', 72 id: 'settings.app.form.reloadAfterResume',
73 defaultMessage: 'Reload Ferdi after system resume', 73 defaultMessage: 'Reload Ferdium after system resume',
74 }, 74 },
75 minimizeToSystemTray: { 75 minimizeToSystemTray: {
76 id: 'settings.app.form.minimizeToSystemTray', 76 id: 'settings.app.form.minimizeToSystemTray',
77 defaultMessage: 'Minimize Ferdi to system tray', 77 defaultMessage: 'Minimize Ferdium to system tray',
78 }, 78 },
79 closeToSystemTray: { 79 closeToSystemTray: {
80 id: 'settings.app.form.closeToSystemTray', 80 id: 'settings.app.form.closeToSystemTray',
81 defaultMessage: 'Close Ferdi to system tray', 81 defaultMessage: 'Close Ferdium to system tray',
82 }, 82 },
83 privateNotifications: { 83 privateNotifications: {
84 id: 'settings.app.form.privateNotifications', 84 id: 'settings.app.form.privateNotifications',
@@ -142,7 +142,7 @@ const messages = defineMessages({
142 }, 142 },
143 useTouchIdToUnlock: { 143 useTouchIdToUnlock: {
144 id: 'settings.app.form.useTouchIdToUnlock', 144 id: 'settings.app.form.useTouchIdToUnlock',
145 defaultMessage: 'Allow using TouchID to unlock Ferdi', 145 defaultMessage: 'Allow using TouchID to unlock Ferdium',
146 }, 146 },
147 inactivityLock: { 147 inactivityLock: {
148 id: 'settings.app.form.inactivityLock', 148 id: 'settings.app.form.inactivityLock',
@@ -234,7 +234,7 @@ const messages = defineMessages({
234 }, 234 },
235 enableGlobalHideShortcut: { 235 enableGlobalHideShortcut: {
236 id: 'settings.app.form.enableGlobalHideShortcut', 236 id: 'settings.app.form.enableGlobalHideShortcut',
237 defaultMessage: 'Enable Global shortcut to hide Ferdi', 237 defaultMessage: 'Enable Global shortcut to hide Ferdium',
238 }, 238 },
239 beta: { 239 beta: {
240 id: 'settings.app.form.beta', 240 id: 'settings.app.form.beta',
@@ -246,7 +246,7 @@ const messages = defineMessages({
246 }, 246 },
247 enableTodos: { 247 enableTodos: {
248 id: 'settings.app.form.enableTodos', 248 id: 'settings.app.form.enableTodos',
249 defaultMessage: 'Enable Ferdi Todos', 249 defaultMessage: 'Enable Ferdium Todos',
250 }, 250 },
251 keepAllWorkspacesLoaded: { 251 keepAllWorkspacesLoaded: {
252 id: 'settings.app.form.keepAllWorkspacesLoaded', 252 id: 'settings.app.form.keepAllWorkspacesLoaded',
diff --git a/src/containers/settings/SupportScreen.js b/src/containers/settings/SupportScreen.js
index b4ad952b2..142bd3a57 100644
--- a/src/containers/settings/SupportScreen.js
+++ b/src/containers/settings/SupportScreen.js
@@ -2,7 +2,7 @@ import { Component } from 'react';
2import { inject } from 'mobx-react'; 2import { inject } from 'mobx-react';
3import PropTypes from 'prop-types'; 3import PropTypes from 'prop-types';
4 4
5import SupportFerdi from '../../components/settings/supportFerdi/SupportFerdiDashboard'; 5import SupportFerdium from '../../components/settings/supportFerdium/SupportFerdiumDashboard';
6import ErrorBoundary from '../../components/util/ErrorBoundary'; 6import ErrorBoundary from '../../components/util/ErrorBoundary';
7import AppStore from '../../stores/AppStore'; 7import AppStore from '../../stores/AppStore';
8 8
@@ -20,7 +20,7 @@ class SupportScreen extends Component {
20 render() { 20 render() {
21 return ( 21 return (
22 <ErrorBoundary> 22 <ErrorBoundary>
23 <SupportFerdi openLink={this.openLink} /> 23 <SupportFerdium openLink={this.openLink} />
24 </ErrorBoundary> 24 </ErrorBoundary>
25 ); 25 );
26 } 26 }
diff --git a/src/dev-app-update.yml b/src/dev-app-update.yml
index 9a32defa4..d801cea22 100644
--- a/src/dev-app-update.yml
+++ b/src/dev-app-update.yml
@@ -1,3 +1,3 @@
1owner: kytwb 1owner: kytwb
2repo: ferdi 2repo: ferdium
3provider: github 3provider: github
diff --git a/src/electron/Settings.ts b/src/electron/Settings.ts
index 98acfa1d5..0956ea486 100644
--- a/src/electron/Settings.ts
+++ b/src/electron/Settings.ts
@@ -2,7 +2,7 @@ import { observable, toJS } from 'mobx';
2import { pathExistsSync, outputJsonSync, readJsonSync } from 'fs-extra'; 2import { pathExistsSync, outputJsonSync, readJsonSync } from 'fs-extra';
3import { userDataPath } from '../environment-remote'; 3import { userDataPath } from '../environment-remote';
4 4
5const debug = require('debug')('Ferdi:Settings'); 5const debug = require('debug')('Ferdium:Settings');
6 6
7export default class Settings { 7export default class Settings {
8 type = ''; 8 type = '';
diff --git a/src/electron/deepLinking.ts b/src/electron/deepLinking.ts
index 70e5cfb6f..532bdd6fb 100644
--- a/src/electron/deepLinking.ts
+++ b/src/electron/deepLinking.ts
@@ -1,5 +1,5 @@
1export default function handleDeepLink(window, rawUrl) { 1export default function handleDeepLink(window, rawUrl) {
2 const url = rawUrl.replace('ferdi://', ''); 2 const url = rawUrl.replace('ferdium://', '');
3 3
4 if (!url) return; 4 if (!url) return;
5 5
diff --git a/src/electron/ipc-api/autoUpdate.ts b/src/electron/ipc-api/autoUpdate.ts
index 3cfd56591..930644816 100644
--- a/src/electron/ipc-api/autoUpdate.ts
+++ b/src/electron/ipc-api/autoUpdate.ts
@@ -2,7 +2,7 @@ import { app, ipcMain, BrowserWindow } from 'electron';
2import { autoUpdater } from 'electron-updater'; 2import { autoUpdater } from 'electron-updater';
3import { isMac, isWindows } from '../../environment'; 3import { isMac, isWindows } from '../../environment';
4 4
5const debug = require('debug')('Ferdi:ipcApi:autoUpdate'); 5const debug = require('debug')('Ferdium:ipcApi:autoUpdate');
6 6
7export default (params: { mainWindow: BrowserWindow; settings: any }) => { 7export default (params: { mainWindow: BrowserWindow; settings: any }) => {
8 const enableUpdate = Boolean(params.settings.app.get('automaticUpdates')); 8 const enableUpdate = Boolean(params.settings.app.get('automaticUpdates'));
diff --git a/src/electron/ipc-api/cld.ts b/src/electron/ipc-api/cld.ts
index b80c48bf3..8918b016f 100644
--- a/src/electron/ipc-api/cld.ts
+++ b/src/electron/ipc-api/cld.ts
@@ -2,7 +2,7 @@ import { ipcMain } from 'electron';
2// @ts-ignore 2// @ts-ignore
3import cld from 'cld'; 3import cld from 'cld';
4 4
5const debug = require('debug')('Ferdi:ipcApi:cld'); 5const debug = require('debug')('Ferdium:ipcApi:cld');
6 6
7export default async () => { 7export default async () => {
8 ipcMain.handle('detect-language', async (_event, { sample }) => { 8 ipcMain.handle('detect-language', async (_event, { sample }) => {
diff --git a/src/electron/ipc-api/dnd.ts b/src/electron/ipc-api/dnd.ts
index bf41d360b..54a325db2 100644
--- a/src/electron/ipc-api/dnd.ts
+++ b/src/electron/ipc-api/dnd.ts
@@ -3,7 +3,7 @@ import { isMac } from '../../environment';
3 3
4const { getDoNotDisturb } = require('macos-notification-state'); 4const { getDoNotDisturb } = require('macos-notification-state');
5 5
6const debug = require('debug')('Ferdi:ipcApi:dnd'); 6const debug = require('debug')('Ferdium:ipcApi:dnd');
7 7
8export default async () => { 8export default async () => {
9 ipcMain.handle('get-dnd', async () => { 9 ipcMain.handle('get-dnd', async () => {
diff --git a/src/electron/ipc-api/download.ts b/src/electron/ipc-api/download.ts
index 95f211e52..cb2aa7383 100644
--- a/src/electron/ipc-api/download.ts
+++ b/src/electron/ipc-api/download.ts
@@ -4,7 +4,7 @@ import mime from 'mime-types';
4import { writeFileSync } from 'fs-extra'; 4import { writeFileSync } from 'fs-extra';
5import { PathLike } from 'fs'; 5import { PathLike } from 'fs';
6 6
7const debug = require('debug')('Ferdi:ipcApi:download'); 7const debug = require('debug')('Ferdium:ipcApi:download');
8 8
9function decodeBase64Image(dataString: string) { 9function decodeBase64Image(dataString: string) {
10 const matches = dataString.match(/^data:([+/A-Za-z-]+);base64,(.+)$/); 10 const matches = dataString.match(/^data:([+/A-Za-z-]+);base64,(.+)$/);
diff --git a/src/electron/ipc-api/sessionStorage.ts b/src/electron/ipc-api/sessionStorage.ts
index 1ff0a51ea..20f0ac9d2 100644
--- a/src/electron/ipc-api/sessionStorage.ts
+++ b/src/electron/ipc-api/sessionStorage.ts
@@ -2,7 +2,7 @@ import { ipcMain, Session, session } from 'electron';
2 2
3import { TODOS_PARTITION_ID } from '../../config'; 3import { TODOS_PARTITION_ID } from '../../config';
4 4
5const debug = require('debug')('Ferdi:ipcApi:sessionStorage'); 5const debug = require('debug')('Ferdium:ipcApi:sessionStorage');
6 6
7function deduceSession(serviceId: string | undefined | null): Session { 7function deduceSession(serviceId: string | undefined | null): Session {
8 if (serviceId) { 8 if (serviceId) {
diff --git a/src/electron/macOSPermissions.ts b/src/electron/macOSPermissions.ts
index 0e183eeb7..7e4bb3c4d 100644
--- a/src/electron/macOSPermissions.ts
+++ b/src/electron/macOSPermissions.ts
@@ -6,7 +6,7 @@ import { dirname } from 'path';
6import { askForScreenCaptureAccess } from 'node-mac-permissions'; 6import { askForScreenCaptureAccess } from 'node-mac-permissions';
7import { userDataPath } from '../environment-remote'; 7import { userDataPath } from '../environment-remote';
8 8
9const debug = require('debug')('Ferdi:macOSPermissions'); 9const debug = require('debug')('Ferdium:macOSPermissions');
10 10
11const isExplicitScreenCapturePermissionReqd = 11const isExplicitScreenCapturePermissionReqd =
12 macosVersion.isGreaterThanOrEqualTo('10.15'); 12 macosVersion.isGreaterThanOrEqualTo('10.15');
@@ -66,7 +66,7 @@ export const askFormacOSPermissions = async (mainWindow: BrowserWindow) => {
66 type: 'info', 66 type: 'info',
67 message: 'Enable Screen Sharing', 67 message: 'Enable Screen Sharing',
68 detail: 68 detail:
69 'To enable screen sharing for some services, Ferdi needs the permission to record your screen.', 69 'To enable screen sharing for some services, Ferdium needs the permission to record your screen.',
70 buttons: ['Allow screen sharing', 'No', 'Ask me later'], 70 buttons: ['Allow screen sharing', 'No', 'Ask me later'],
71 defaultId: 0, 71 defaultId: 0,
72 cancelId: 2, 72 cancelId: 2,
diff --git a/src/enforce-macos-app-location.ts b/src/enforce-macos-app-location.ts
index 0e6bf9ecc..882a4664b 100644
--- a/src/enforce-macos-app-location.ts
+++ b/src/enforce-macos-app-location.ts
@@ -13,8 +13,8 @@ export function enforceMacOSAppLocation() {
13 type: 'error', 13 type: 'error',
14 message: 'Move to Applications folder?', 14 message: 'Move to Applications folder?',
15 detail: 15 detail:
16 'Ferdi must live in the Applications folder to be able to run correctly.', 16 'Ferdium must live in the Applications folder to be able to run correctly.',
17 buttons: ['Move to Applications folder', 'Quit Ferdi'], 17 buttons: ['Move to Applications folder', 'Quit Ferdium'],
18 defaultId: 0, 18 defaultId: 0,
19 cancelId: 1, 19 cancelId: 1,
20 }); 20 });
@@ -31,7 +31,7 @@ export function enforceMacOSAppLocation() {
31 api.dialog.showMessageBoxSync({ 31 api.dialog.showMessageBoxSync({
32 type: 'error', 32 type: 'error',
33 message: 33 message:
34 'Another version of Ferdi is currently running. Quit it, then launch this version of the app again.', 34 'Another version of Ferdium is currently running. Quit it, then launch this version of the app again.',
35 buttons: ['OK'], 35 buttons: ['OK'],
36 }); 36 });
37 37
diff --git a/src/environment-remote.ts b/src/environment-remote.ts
index c87e89772..298004b90 100644
--- a/src/environment-remote.ts
+++ b/src/environment-remote.ts
@@ -2,12 +2,12 @@ import { join } from 'path';
2import osName from 'os-name'; 2import osName from 'os-name';
3import { api as electronApi } from './electron-util'; 3import { api as electronApi } from './electron-util';
4import { 4import {
5 LIVE_FERDI_API, 5 LIVE_FERDIUM_API,
6 DEV_FRANZ_API, 6 DEV_FRANZ_API,
7 LOCAL_API, 7 LOCAL_API,
8 LOCAL_API_WEBSITE, 8 LOCAL_API_WEBSITE,
9 DEV_API_FRANZ_WEBSITE, 9 DEV_API_FRANZ_WEBSITE,
10 LIVE_API_FERDI_WEBSITE, 10 LIVE_API_FERDIUM_WEBSITE,
11 LIVE_WS_API, 11 LIVE_WS_API,
12 LOCAL_WS_API, 12 LOCAL_WS_API,
13 DEV_WS_API, 13 DEV_WS_API,
@@ -26,12 +26,12 @@ import {
26import * as buildInfo from './buildInfo.json'; 26import * as buildInfo from './buildInfo.json';
27 27
28export const { app } = electronApi; 28export const { app } = electronApi;
29export const ferdiVersion = app.getVersion(); 29export const ferdiumVersion = app.getVersion();
30export const ferdiLocale = app.getLocale(); 30export const ferdiumLocale = app.getLocale();
31 31
32// Set app directory before loading user modules 32// Set app directory before loading user modules
33if (process.env.FERDI_APPDATA_DIR != null) { 33if (process.env.FERDIUM_APPDATA_DIR != null) {
34 app.setPath('appData', process.env.FERDI_APPDATA_DIR); 34 app.setPath('appData', process.env.FERDIUM_APPDATA_DIR);
35 app.setPath('userData', app.getPath('appData')); 35 app.setPath('userData', app.getPath('appData'));
36} else if (process.env.PORTABLE_EXECUTABLE_DIR != null) { 36} else if (process.env.PORTABLE_EXECUTABLE_DIR != null) {
37 app.setPath( 37 app.setPath(
@@ -68,9 +68,9 @@ let wsApi: string;
68let web: string; 68let web: string;
69let todos: string; 69let todos: string;
70if (!isDevMode || (isDevMode && useLiveAPI)) { 70if (!isDevMode || (isDevMode && useLiveAPI)) {
71 api = LIVE_FERDI_API; 71 api = LIVE_FERDIUM_API;
72 wsApi = LIVE_WS_API; 72 wsApi = LIVE_WS_API;
73 web = LIVE_API_FERDI_WEBSITE; 73 web = LIVE_API_FERDIUM_WEBSITE;
74 todos = PRODUCTION_TODOS_FRONTEND_URL; 74 todos = PRODUCTION_TODOS_FRONTEND_URL;
75} else if (isDevMode && useLocalAPI) { 75} else if (isDevMode && useLocalAPI) {
76 api = LOCAL_API; 76 api = LOCAL_API;
@@ -92,7 +92,7 @@ export const TODOS_FRONTEND = todos;
92 92
93export function aboutAppDetails() { 93export function aboutAppDetails() {
94 return [ 94 return [
95 `Version: ${ferdiVersion}`, 95 `Version: ${ferdiumVersion}`,
96 `Electron: ${electronVersion}`, 96 `Electron: ${electronVersion}`,
97 `Chrome: ${chromeVersion}`, 97 `Chrome: ${chromeVersion}`,
98 `Node.js: ${nodeVersion}`, 98 `Node.js: ${nodeVersion}`,
diff --git a/src/environment.ts b/src/environment.ts
index 9b727a607..631a4343c 100644
--- a/src/environment.ts
+++ b/src/environment.ts
@@ -27,13 +27,13 @@ export const shiftKey = (isAccelerator = true) =>
27// Platform specific shortcut keys 27// Platform specific shortcut keys
28export const cmdOrCtrlShortcutKey = (isAccelerator = true) => 28export const cmdOrCtrlShortcutKey = (isAccelerator = true) =>
29 isAccelerator ? cmdKey : ctrlKey; 29 isAccelerator ? cmdKey : ctrlKey;
30export const lockFerdiShortcutKey = (isAccelerator = true) => 30export const lockFerdiumShortcutKey = (isAccelerator = true) =>
31 `${cmdOrCtrlShortcutKey(isAccelerator)}+${shiftKey(isAccelerator)}+L`; 31 `${cmdOrCtrlShortcutKey(isAccelerator)}+${shiftKey(isAccelerator)}+L`;
32export const todosToggleShortcutKey = (isAccelerator = true) => 32export const todosToggleShortcutKey = (isAccelerator = true) =>
33 `${cmdOrCtrlShortcutKey(isAccelerator)}+T`; 33 `${cmdOrCtrlShortcutKey(isAccelerator)}+T`;
34export const workspaceToggleShortcutKey = (isAccelerator = true) => 34export const workspaceToggleShortcutKey = (isAccelerator = true) =>
35 `${cmdOrCtrlShortcutKey(isAccelerator)}+D`; 35 `${cmdOrCtrlShortcutKey(isAccelerator)}+D`;
36export const muteFerdiShortcutKey = (isAccelerator = true) => 36export const muteFerdiumShortcutKey = (isAccelerator = true) =>
37 `${cmdOrCtrlShortcutKey(isAccelerator)}+${shiftKey(isAccelerator)}+M`; 37 `${cmdOrCtrlShortcutKey(isAccelerator)}+${shiftKey(isAccelerator)}+M`;
38export const addNewServiceShortcutKey = (isAccelerator = true) => 38export const addNewServiceShortcutKey = (isAccelerator = true) =>
39 `${cmdOrCtrlShortcutKey(isAccelerator)}+N`; 39 `${cmdOrCtrlShortcutKey(isAccelerator)}+N`;
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index 9c0268707..593c710f4 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -69,7 +69,7 @@ function generateAccentStyle(accentColorStr) {
69 .franz-form .franz-form__toggle-wrapper .franz-form__toggle.is-active .franz-form__toggle-button, 69 .franz-form .franz-form__toggle-wrapper .franz-form__toggle.is-active .franz-form__toggle-button,
70 .theme__dark .franz-form__button, 70 .theme__dark .franz-form__button,
71 .franz-form__button, 71 .franz-form__button,
72 .ferdi__fab, 72 .ferdium__fab,
73 .franz-form .franz-form__slider-wrapper .slider::-webkit-slider-thumb, 73 .franz-form .franz-form__slider-wrapper .slider::-webkit-slider-thumb,
74 span.loader div > div > div { 74 span.loader div > div > div {
75 background: ${accentColorStr}; 75 background: ${accentColorStr};
diff --git a/src/features/basicAuth/index.ts b/src/features/basicAuth/index.ts
index 8e8fa186c..dd02a3bdc 100644
--- a/src/features/basicAuth/index.ts
+++ b/src/features/basicAuth/index.ts
@@ -2,14 +2,14 @@ import { AuthInfo, BrowserWindow, ipcRenderer } from 'electron';
2 2
3import { state as ModalState } from './store'; 3import { state as ModalState } from './store';
4 4
5const debug = require('debug')('Ferdi:feature:basicAuth'); 5const debug = require('debug')('Ferdium:feature:basicAuth');
6 6
7const state = ModalState; 7const state = ModalState;
8 8
9export default function initialize() { 9export default function initialize() {
10 debug('Initialize basicAuth feature'); 10 debug('Initialize basicAuth feature');
11 11
12 window['ferdi'].features.basicAuth = { 12 window['ferdium'].features.basicAuth = {
13 state, 13 state,
14 }; 14 };
15 15
diff --git a/src/features/basicAuth/mainIpcHandler.ts b/src/features/basicAuth/mainIpcHandler.ts
index 4ec3848e8..2f78b1497 100644
--- a/src/features/basicAuth/mainIpcHandler.ts
+++ b/src/features/basicAuth/mainIpcHandler.ts
@@ -1,6 +1,6 @@
1import { BrowserWindow } from 'electron'; 1import { BrowserWindow } from 'electron';
2 2
3const debug = require('debug')('Ferdi:feature:basicAuth:main'); 3const debug = require('debug')('Ferdium:feature:basicAuth:main');
4 4
5export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) { 5export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) {
6 debug('Sending basic auth call', authInfo); 6 debug('Sending basic auth call', authInfo);
diff --git a/src/features/basicAuth/store.ts b/src/features/basicAuth/store.ts
index 0713ff572..4b71d32fd 100644
--- a/src/features/basicAuth/store.ts
+++ b/src/features/basicAuth/store.ts
@@ -1,7 +1,7 @@
1import { observable } from 'mobx'; 1import { observable } from 'mobx';
2import { ipcRenderer } from 'electron'; 2import { ipcRenderer } from 'electron';
3 3
4const debug = require('debug')('Ferdi:feature:basicAuth'); 4const debug = require('debug')('Ferdium:feature:basicAuth');
5 5
6const defaultState = { 6const defaultState = {
7 isModalVisible: true, 7 isModalVisible: true,
diff --git a/src/features/communityRecipes/store.ts b/src/features/communityRecipes/store.ts
index c7a51c311..407a63860 100644
--- a/src/features/communityRecipes/store.ts
+++ b/src/features/communityRecipes/store.ts
@@ -1,7 +1,7 @@
1import { computed } from 'mobx'; 1import { computed } from 'mobx';
2import { FeatureStore } from '../utils/FeatureStore'; 2import { FeatureStore } from '../utils/FeatureStore';
3 3
4const debug = require('debug')('Ferdi:feature:communityRecipes:store'); 4const debug = require('debug')('Ferdium:feature:communityRecipes:store');
5 5
6export class CommunityRecipesStore extends FeatureStore { 6export class CommunityRecipesStore extends FeatureStore {
7 stores: any; 7 stores: any;
diff --git a/src/features/publishDebugInfo/Component.js b/src/features/publishDebugInfo/Component.js
index 2b9af01a7..3d4e85dbf 100644
--- a/src/features/publishDebugInfo/Component.js
+++ b/src/features/publishDebugInfo/Component.js
@@ -14,7 +14,7 @@ import { DEBUG_API } from '../../config';
14import AppStore from '../../stores/AppStore'; 14import AppStore from '../../stores/AppStore';
15import ServicesStore from '../../stores/ServicesStore'; 15import ServicesStore from '../../stores/ServicesStore';
16 16
17const debug = require('debug')('Ferdi:feature:publishDebugInfo'); 17const debug = require('debug')('Ferdium:feature:publishDebugInfo');
18 18
19const messages = defineMessages({ 19const messages = defineMessages({
20 title: { 20 title: {
@@ -24,7 +24,7 @@ const messages = defineMessages({
24 info: { 24 info: {
25 id: 'feature.publishDebugInfo.info', 25 id: 'feature.publishDebugInfo.info',
26 defaultMessage: 26 defaultMessage:
27 "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", 27 "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
28 }, 28 },
29 error: { 29 error: {
30 id: 'feature.publishDebugInfo.error', 30 id: 'feature.publishDebugInfo.error',
diff --git a/src/features/publishDebugInfo/index.ts b/src/features/publishDebugInfo/index.ts
index 43841b530..33b8eb6f5 100644
--- a/src/features/publishDebugInfo/index.ts
+++ b/src/features/publishDebugInfo/index.ts
@@ -3,7 +3,7 @@ import { state as ModalState } from './store';
3export { default as Component } from './Component'; 3export { default as Component } from './Component';
4 4
5const state = ModalState; 5const state = ModalState;
6const debug = require('debug')('Ferdi:feature:publishDebugInfo'); 6const debug = require('debug')('Ferdium:feature:publishDebugInfo');
7 7
8export default function initialize() { 8export default function initialize() {
9 debug('Initialize publishDebugInfo feature'); 9 debug('Initialize publishDebugInfo feature');
@@ -12,7 +12,7 @@ export default function initialize() {
12 state.isModalVisible = true; 12 state.isModalVisible = true;
13 } 13 }
14 14
15 window['ferdi'].features.publishDebugInfo = { 15 window['ferdium'].features.publishDebugInfo = {
16 state, 16 state,
17 showModal, 17 showModal,
18 }; 18 };
diff --git a/src/features/quickSwitch/index.ts b/src/features/quickSwitch/index.ts
index e9cc36b2a..9d584dc62 100644
--- a/src/features/quickSwitch/index.ts
+++ b/src/features/quickSwitch/index.ts
@@ -3,7 +3,7 @@ import { state as ModalState } from './store';
3export { default as Component } from './Component'; 3export { default as Component } from './Component';
4const state = ModalState; 4const state = ModalState;
5 5
6const debug = require('debug')('Ferdi:feature:quickSwitch'); 6const debug = require('debug')('Ferdium:feature:quickSwitch');
7 7
8export default function initialize() { 8export default function initialize() {
9 debug('Initialize quickSwitch feature'); 9 debug('Initialize quickSwitch feature');
@@ -12,7 +12,7 @@ export default function initialize() {
12 state.isModalVisible = true; 12 state.isModalVisible = true;
13 } 13 }
14 14
15 window['ferdi'].features.quickSwitch = { 15 window['ferdium'].features.quickSwitch = {
16 state, 16 state,
17 showModal, 17 showModal,
18 }; 18 };
diff --git a/src/features/serviceProxy/index.ts b/src/features/serviceProxy/index.ts
index f095b286a..bdc21e97e 100644
--- a/src/features/serviceProxy/index.ts
+++ b/src/features/serviceProxy/index.ts
@@ -1,7 +1,7 @@
1import { autorun, observable } from 'mobx'; 1import { autorun, observable } from 'mobx';
2import { session } from '@electron/remote'; 2import { session } from '@electron/remote';
3 3
4const debug = require('debug')('Ferdi:feature:serviceProxy'); 4const debug = require('debug')('Ferdium:feature:serviceProxy');
5 5
6export const config = observable({ 6export const config = observable({
7 isEnabled: true, 7 isEnabled: true,
diff --git a/src/features/todos/preload.ts b/src/features/todos/preload.ts
index 31d473051..896d82bdf 100644
--- a/src/features/todos/preload.ts
+++ b/src/features/todos/preload.ts
@@ -1,7 +1,7 @@
1import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2import { IPC } from './constants'; 2import { IPC } from './constants';
3 3
4const debug = require('debug')('Ferdi:feature:todos:preload'); 4const debug = require('debug')('Ferdium:feature:todos:preload');
5 5
6debug('Preloading Todos Webview'); 6debug('Preloading Todos Webview');
7 7
@@ -14,7 +14,7 @@ let hostMessageListener = ({ action }) => {
14 } 14 }
15}; 15};
16 16
17window['ferdi'] = { 17window['ferdium'] = {
18 onInitialize(ipcHostMessageListener) { 18 onInitialize(ipcHostMessageListener) {
19 hostMessageListener = ipcHostMessageListener; 19 hostMessageListener = ipcHostMessageListener;
20 ipcRenderer.sendToHost(IPC.TODOS_CLIENT_CHANNEL, { 20 ipcRenderer.sendToHost(IPC.TODOS_CLIENT_CHANNEL, {
@@ -35,8 +35,8 @@ if (window.location.href === 'https://app.franztodos.com/login/') {
35 // Insert info element informing about Franz accounts 35 // Insert info element informing about Franz accounts
36 const infoElement = document.createElement('p'); 36 const infoElement = document.createElement('p');
37 infoElement.textContent = `You are using Franz's official Todo Service. 37 infoElement.textContent = `You are using Franz's official Todo Service.
38This service will only work with accounts registered with Franz - no Ferdi accounts will work here! 38This service will only work with accounts registered with Franz - no Ferdium accounts will work here!
39If you do not have a Franz account you can change the Todo service by going into Ferdi's settings and changing the "Todo server". 39If you do not have a Franz account you can change the Todo service by going into Ferdium's settings and changing the "Todo server".
40You can choose any service as this Todo server, e.g. Todoist or Apple Notes.`; 40You can choose any service as this Todo server, e.g. Todoist or Apple Notes.`;
41 41
42 // Franz Todos uses React. Because of this we can't directly insert the element into the page 42 // Franz Todos uses React. Because of this we can't directly insert the element into the page
diff --git a/src/features/todos/store.js b/src/features/todos/store.js
index 2bf4e8fab..90ea47c71 100644
--- a/src/features/todos/store.js
+++ b/src/features/todos/store.js
@@ -18,7 +18,7 @@ import { createActionBindings } from '../utils/ActionBinding';
18import { IPC, TODOS_ROUTES } from './constants'; 18import { IPC, TODOS_ROUTES } from './constants';
19import UserAgent from '../../models/UserAgent'; 19import UserAgent from '../../models/UserAgent';
20 20
21const debug = require('debug')('Ferdi:feature:todos:store'); 21const debug = require('debug')('Ferdium:feature:todos:store');
22 22
23export default class TodoStore extends FeatureStore { 23export default class TodoStore extends FeatureStore {
24 @observable stores = null; 24 @observable stores = null;
diff --git a/src/features/workspaces/api.ts b/src/features/workspaces/api.ts
index 8447fc247..3c8cbbceb 100644
--- a/src/features/workspaces/api.ts
+++ b/src/features/workspaces/api.ts
@@ -4,7 +4,7 @@ import Request from '../../stores/lib/Request';
4import Workspace from './models/Workspace'; 4import Workspace from './models/Workspace';
5import apiBase from '../../api/apiBase'; 5import apiBase from '../../api/apiBase';
6 6
7const debug = require('debug')('Ferdi:feature:workspaces:api'); 7const debug = require('debug')('Ferdium:feature:workspaces:api');
8 8
9export const workspaceApi = { 9export const workspaceApi = {
10 getUserWorkspaces: async () => { 10 getUserWorkspaces: async () => {
diff --git a/src/features/workspaces/components/WorkspaceDrawer.js b/src/features/workspaces/components/WorkspaceDrawer.js
index 147d4cf89..22e4fa9fa 100644
--- a/src/features/workspaces/components/WorkspaceDrawer.js
+++ b/src/features/workspaces/components/WorkspaceDrawer.js
@@ -32,7 +32,7 @@ const messages = defineMessages({
32 workspaceFeatureInfo: { 32 workspaceFeatureInfo: {
33 id: 'workspaceDrawer.workspaceFeatureInfo', 33 id: 'workspaceDrawer.workspaceFeatureInfo',
34 defaultMessage: 34 defaultMessage:
35 '<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>', 35 '<p>Ferdium 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>',
36 }, 36 },
37 addNewWorkspaceLabel: { 37 addNewWorkspaceLabel: {
38 id: 'workspaceDrawer.addNewWorkspaceLabel', 38 id: 'workspaceDrawer.addNewWorkspaceLabel',
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 9c2f65731..770186be7 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -41,11 +41,11 @@ const messages = defineMessages({
41 workspaceFeatureInfo: { 41 workspaceFeatureInfo: {
42 id: 'settings.workspaces.workspaceFeatureInfo', 42 id: 'settings.workspaces.workspaceFeatureInfo',
43 defaultMessage: 43 defaultMessage:
44 '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.', 44 'Ferdium 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.',
45 }, 45 },
46 workspaceFeatureHeadline: { 46 workspaceFeatureHeadline: {
47 id: 'settings.workspaces.workspaceFeatureHeadline', 47 id: 'settings.workspaces.workspaceFeatureHeadline',
48 defaultMessage: 'Less is More: Introducing Ferdi Workspaces', 48 defaultMessage: 'Less is More: Introducing Ferdium Workspaces',
49 }, 49 },
50}); 50});
51 51
diff --git a/src/features/workspaces/store.js b/src/features/workspaces/store.js
index 61048c637..1f3d57c24 100644
--- a/src/features/workspaces/store.js
+++ b/src/features/workspaces/store.js
@@ -15,7 +15,7 @@ import { createActionBindings } from '../utils/ActionBinding';
15 15
16import { KEEP_WS_LOADED_USID } from '../../config'; 16import { KEEP_WS_LOADED_USID } from '../../config';
17 17
18const debug = require('debug')('Ferdi:feature:workspaces:store'); 18const debug = require('debug')('Ferdium:feature:workspaces:store');
19 19
20export default class WorkspacesStore extends FeatureStore { 20export default class WorkspacesStore extends FeatureStore {
21 @observable isFeatureActive = false; 21 @observable isFeatureActive = false;
diff --git a/src/helpers/serverless-helpers.ts b/src/helpers/serverless-helpers.ts
index 01549e038..a5c1bbbe8 100644
--- a/src/helpers/serverless-helpers.ts
+++ b/src/helpers/serverless-helpers.ts
@@ -12,7 +12,7 @@ export default function useLocalServer(actions) {
12 // Log into local server 12 // Log into local server
13 // Credentials are ignored by the server but the client requires them 13 // Credentials are ignored by the server but the client requires them
14 actions.user.login({ 14 actions.user.login({
15 email: 'ferdi@localhost', 15 email: 'ferdium@localhost',
16 password: 'FERDI_', 16 password: 'FERDIUM_',
17 }); 17 });
18} 18}
diff --git a/src/helpers/url-helpers.ts b/src/helpers/url-helpers.ts
index c1ca3ab25..bd9796ab0 100644
--- a/src/helpers/url-helpers.ts
+++ b/src/helpers/url-helpers.ts
@@ -6,7 +6,7 @@ import { shell } from 'electron';
6 6
7import { ALLOWED_PROTOCOLS } from '../config'; 7import { ALLOWED_PROTOCOLS } from '../config';
8 8
9const debug = require('debug')('Ferdi:Helpers:url'); 9const debug = require('debug')('Ferdium:Helpers:url');
10 10
11export function isValidExternalURL(url: string | URL) { 11export function isValidExternalURL(url: string | URL) {
12 let parsedUrl: URL; 12 let parsedUrl: URL;
diff --git a/src/helpers/validation-helpers.ts b/src/helpers/validation-helpers.ts
index dfaf199ee..4e0af8b08 100644
--- a/src/helpers/validation-helpers.ts
+++ b/src/helpers/validation-helpers.ts
@@ -29,7 +29,7 @@ export function required({ field }) {
29 const isValid = field.value.trim() !== ''; 29 const isValid = field.value.trim() !== '';
30 return [ 30 return [
31 isValid, 31 isValid,
32 (window as any).ferdi.intl.formatMessage(messages.required, { 32 (window as any).ferdium.intl.formatMessage(messages.required, {
33 field: field.label, 33 field: field.label,
34 }), 34 }),
35 ]; 35 ];
@@ -40,7 +40,7 @@ export function email({ field }) {
40 const isValid = isEmail(value); 40 const isValid = isEmail(value);
41 return [ 41 return [
42 isValid, 42 isValid,
43 (window as any).ferdi.intl.formatMessage(messages.email, { 43 (window as any).ferdium.intl.formatMessage(messages.email, {
44 field: field.label, 44 field: field.label,
45 }), 45 }),
46 ]; 46 ];
@@ -62,7 +62,7 @@ export function url({ field }) {
62 62
63 return [ 63 return [
64 isValid, 64 isValid,
65 (window as any).ferdi.intl.formatMessage(messages.url, { 65 (window as any).ferdium.intl.formatMessage(messages.url, {
66 field: field.label, 66 field: field.label,
67 }), 67 }),
68 ]; 68 ];
@@ -76,7 +76,7 @@ export function minLength(length: number) {
76 } 76 }
77 return [ 77 return [
78 isValid, 78 isValid,
79 (window as any).ferdi.intl.formatMessage(messages.minLength, { 79 (window as any).ferdium.intl.formatMessage(messages.minLength, {
80 field: field.label, 80 field: field.label,
81 length, 81 length,
82 }), 82 }),
@@ -89,7 +89,7 @@ export function oneRequired(targets: string[]) {
89 const invalidFields = targets.filter(target => form.$(target).value === ''); 89 const invalidFields = targets.filter(target => form.$(target).value === '');
90 return [ 90 return [
91 targets.length !== invalidFields.length, 91 targets.length !== invalidFields.length,
92 (window as any).ferdi.intl.formatMessage(messages.required, { 92 (window as any).ferdium.intl.formatMessage(messages.required, {
93 field: field.label, 93 field: field.label,
94 }), 94 }),
95 ]; 95 ];
diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts
index 8e1df10f7..0afe04a40 100644
--- a/src/i18n/globalMessages.ts
+++ b/src/i18n/globalMessages.ts
@@ -3,7 +3,7 @@ import { defineMessages } from 'react-intl';
3export default defineMessages({ 3export default defineMessages({
4 APIUnhealthy: { 4 APIUnhealthy: {
5 id: 'global.api.unhealthy', 5 id: 'global.api.unhealthy',
6 defaultMessage: "Can't connect to Ferdi online services", 6 defaultMessage: "Can't connect to Ferdium online services",
7 }, 7 },
8 notConnectedToTheInternet: { 8 notConnectedToTheInternet: {
9 id: 'global.notConnectedToTheInternet', 9 id: 'global.notConnectedToTheInternet',
@@ -64,7 +64,7 @@ export default defineMessages({
64 }, 64 },
65 quitConfirmation: { 65 quitConfirmation: {
66 id: 'global.quitConfirmation', 66 id: 'global.quitConfirmation',
67 defaultMessage: 'Do you really want to quit Ferdi?', 67 defaultMessage: 'Do you really want to quit Ferdium?',
68 }, 68 },
69 settings: { 69 settings: {
70 id: 'global.settings', 70 id: 'global.settings',
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index fbe46facb..715a5b0ab 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 8861059a1..e1f69f2d2 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "فتح عبر بصمة الإصبع", 65 "locked.touchIdPrompt": "فتح عبر بصمة الإصبع",
66 "locked.unlockWithPassword": "فتح بكلمة المرور", 66 "locked.unlockWithPassword": "فتح بكلمة المرور",
67 "login.changeServer": "تغيير الخادم", 67 "login.changeServer": "تغيير الخادم",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "البريد الإلكتروني", 70 "login.email.label": "البريد الإلكتروني",
71 "login.headline": "تسجيل الدخول", 71 "login.headline": "تسجيل الدخول",
@@ -121,9 +121,9 @@
121 "menu.view": "عرض", 121 "menu.view": "عرض",
122 "menu.view.back": "الرجوع", 122 "menu.view.back": "الرجوع",
123 "menu.view.forward": "تقدم", 123 "menu.view.forward": "تقدم",
124 "menu.view.lockFerdi": "قفل فردي", 124 "menu.view.lockFerdium": "قفل فردي",
125 "menu.view.openQuickSwitch": "فتح التبديل السريع", 125 "menu.view.openQuickSwitch": "فتح التبديل السريع",
126 "menu.view.reloadFerdi": "إعادة فردي", 126 "menu.view.reloadFerdium": "إعادة فردي",
127 "menu.view.reloadService": "إعادة تحميل الخدمة", 127 "menu.view.reloadService": "إعادة تحميل الخدمة",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "الحجم الأصلي", 129 "menu.view.resetZoom": "الحجم الأصلي",
@@ -185,8 +185,8 @@
185 "settings.app.accentColorInfo": "اكتب لون اللكنة الخاص بك بتنسيق متوافق مع CSS. (الافتراضي: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "اكتب لون اللكنة الخاص بك بتنسيق متوافق مع CSS. (الافتراضي: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "مسح ذاكرة التخزين المؤقت", 186 "settings.app.buttonClearAllCache": "مسح ذاكرة التخزين المؤقت",
187 "settings.app.buttonInstallUpdate": "إعادة التشغيل وتثبيت التحديث", 187 "settings.app.buttonInstallUpdate": "إعادة التشغيل وتثبيت التحديث",
188 "settings.app.buttonOpenFerdiProfileFolder": "فتح مجلد الملف الشخصي", 188 "settings.app.buttonOpenFerdiumProfileFolder": "فتح مجلد الملف الشخصي",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "فتح مجلد وصلات الخدمة", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "فتح مجلد وصلات الخدمة",
190 "settings.app.buttonSearchForUpdate": "التحقق من وجود تحديثات", 190 "settings.app.buttonSearchForUpdate": "التحقق من وجود تحديثات",
191 "settings.app.cacheInfo": "التخزين المؤقت لفردي يستخدم حاليا {size} من مساحة القرص.", 191 "settings.app.cacheInfo": "التخزين المؤقت لفردي يستخدم حاليا {size} من مساحة القرص.",
192 "settings.app.cacheNotCleared": "تعذر مسح كل ذاكرة التخزين المؤقت", 192 "settings.app.cacheNotCleared": "تعذر مسح كل ذاكرة التخزين المؤقت",
@@ -263,7 +263,7 @@
263 "settings.app.sentryInfo": "إرسال بيانات القياس عن بعد يسمح لنا بالعثور على أخطاء في فردي - لن نرسل أي معلومات شخصية مثل بيانات الرسالة الخاصة بك!", 263 "settings.app.sentryInfo": "إرسال بيانات القياس عن بعد يسمح لنا بالعثور على أخطاء في فردي - لن نرسل أي معلومات شخصية مثل بيانات الرسالة الخاصة بك!",
264 "settings.app.spellCheckerLanguageInfo": "فيردي يستخدم جهاز الماك للتدقيق الإملائي للتحقق من الطباعة. إذا كنت ترغب في تغيير اللغات التي تتحقق منها المدقق الإملائي، يمكنك فعل ذلك في تفضيلات نظام ماك الخاص بك.", 264 "settings.app.spellCheckerLanguageInfo": "فيردي يستخدم جهاز الماك للتدقيق الإملائي للتحقق من الطباعة. إذا كنت ترغب في تغيير اللغات التي تتحقق منها المدقق الإملائي، يمكنك فعل ذلك في تفضيلات نظام ماك الخاص بك.",
265 "settings.app.subheadlineCache": "الذاكرة المؤقتة", 265 "settings.app.subheadlineCache": "الذاكرة المؤقتة",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "سيتم استخدام هذا الخادم لميزة \"فردي تودو\".", 267 "settings.app.todoServerInfo": "سيتم استخدام هذا الخادم لميزة \"فردي تودو\".",
268 "settings.app.translationHelp": "ساعدنا على ترجمة فيردي إلى لغتك.", 268 "settings.app.translationHelp": "ساعدنا على ترجمة فيردي إلى لغتك.",
269 "settings.app.universalDarkModeInfo": "الوضع الظلام العام يحاول إنشاء أنماط الوضع المظلم ديناميكيا للخدمات التي بخلاف ذلك غير مدعومة حاليا.", 269 "settings.app.universalDarkModeInfo": "الوضع الظلام العام يحاول إنشاء أنماط الوضع المظلم ديناميكيا للخدمات التي بخلاف ذلك غير مدعومة حاليا.",
@@ -274,7 +274,7 @@
274 "settings.navigation.account": "الحساب", 274 "settings.navigation.account": "الحساب",
275 "settings.navigation.availableServices": "الخدمات المتاحة", 275 "settings.navigation.availableServices": "الخدمات المتاحة",
276 "settings.navigation.logout": "تسجيل خروج", 276 "settings.navigation.logout": "تسجيل خروج",
277 "settings.navigation.supportFerdi": "حول فردي", 277 "settings.navigation.supportFerdium": "حول فردي",
278 "settings.navigation.team": "إدارة الفريق", 278 "settings.navigation.team": "إدارة الفريق",
279 "settings.navigation.yourServices": "خدماتك", 279 "settings.navigation.yourServices": "خدماتك",
280 "settings.navigation.yourWorkspaces": "مساحات عملك", 280 "settings.navigation.yourWorkspaces": "مساحات عملك",
@@ -352,9 +352,9 @@
352 "settings.services.tooltip.isMuted": "تم كتم جميع الأصوات", 352 "settings.services.tooltip.isMuted": "تم كتم جميع الأصوات",
353 "settings.services.tooltip.notificationsDisabled": "الإشعارات مُعَطَّلة", 353 "settings.services.tooltip.notificationsDisabled": "الإشعارات مُعَطَّلة",
354 "settings.services.updatedInfo": "تم حفظ التغييرات الخاصة بك", 354 "settings.services.updatedInfo": "تم حفظ التغييرات الخاصة بك",
355 "settings.supportFerdi.about": "تطوير فيردي يقوم به المساهمون. الناس الذين يستخدمون فيردي مثلك. يحافظون على فردي ويصلحون ويحسنونه في وقت فراغهم.", 355 "settings.supportFerdium.about": "تطوير فيردي يقوم به المساهمون. الناس الذين يستخدمون فيردي مثلك. يحافظون على فردي ويصلحون ويحسنونه في وقت فراغهم.",
356 "settings.supportFerdi.aboutIntro": "ونتوجه بالشكر الخاص إلى هؤلاء الأشخاص الرائعين:", 356 "settings.supportFerdium.aboutIntro": "ونتوجه بالشكر الخاص إلى هؤلاء الأشخاص الرائعين:",
357 "settings.supportFerdi.headline": "حول فردي", 357 "settings.supportFerdium.headline": "حول فردي",
358 "settings.team.contentHeadline": "فريق أدارة فرانز", 358 "settings.team.contentHeadline": "فريق أدارة فرانز",
359 "settings.team.copy": "إدارة فريق فرانز تسمح لك بإدارة اشتراكات فرانز لمستخدمين متعددين. من فضلك ضع نصب أعينك أن الحصول على اشتراك فرانز بريميوم لن يعطيك أي مزايا في استخدام فردي: السبب الوحيد الذي لا يزال لديك الوصول إلى إدارة الفريق هو أنه يمكنك إدارة فريق فرانز القديم الخاص بك وحتى لا تفقد أي وظيفة في إدارة حسابك.", 359 "settings.team.copy": "إدارة فريق فرانز تسمح لك بإدارة اشتراكات فرانز لمستخدمين متعددين. من فضلك ضع نصب أعينك أن الحصول على اشتراك فرانز بريميوم لن يعطيك أي مزايا في استخدام فردي: السبب الوحيد الذي لا يزال لديك الوصول إلى إدارة الفريق هو أنه يمكنك إدارة فريق فرانز القديم الخاص بك وحتى لا تفقد أي وظيفة في إدارة حسابك.",
360 "settings.team.headline": "فريق", 360 "settings.team.headline": "فريق",
@@ -394,7 +394,7 @@
394 "sidebar.addNewService": "إضافة خدمة جديدة", 394 "sidebar.addNewService": "إضافة خدمة جديدة",
395 "sidebar.closeTodosDrawer": "أغلق Todos فيردي", 395 "sidebar.closeTodosDrawer": "أغلق Todos فيردي",
396 "sidebar.closeWorkspaceDrawer": "غلقُ دُرجِ مساحة العمل", 396 "sidebar.closeWorkspaceDrawer": "غلقُ دُرجِ مساحة العمل",
397 "sidebar.lockFerdi": "قفل فردي", 397 "sidebar.lockFerdium": "قفل فردي",
398 "sidebar.muteApp": "تعطيل الإشعارات والصوت", 398 "sidebar.muteApp": "تعطيل الإشعارات والصوت",
399 "sidebar.openTodosDrawer": "فتح Todos فيردي", 399 "sidebar.openTodosDrawer": "فتح Todos فيردي",
400 "sidebar.openWorkspaceDrawer": "فتحُ دُرجِ مساحة العمل", 400 "sidebar.openWorkspaceDrawer": "فتحُ دُرجِ مساحة العمل",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index a26c180ff..baf5d7d19 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Паслужнік", 6 "changeserver.label": "Паслужнік",
7 "changeserver.urlError": "Напішыце дзейсны URL", 7 "changeserver.urlError": "Напішыце дзейсны URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/bg.json b/src/i18n/locales/bg.json
index 79dcaa2a9..84b649946 100644
--- a/src/i18n/locales/bg.json
+++ b/src/i18n/locales/bg.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Нещо се обърка", 3 "app.errorHandler.headline": "Нещо се обърка",
4 "connectionLostBanner.cta": "Презареди услугата", 4 "connectionLostBanner.cta": "Презареди услугата",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdium {version}",
8 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
9 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
10 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
11 "feature.shareFranz.headline": "Ferdi is better together!", 11 "feature.shareFranz.headline": "Ferdium is better together!",
12 "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", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdium is and help us to spread the word.",
15 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц", 15 "global.api.unhealthy": "Няма връзка с онлайн услугите на Франц",
16 "global.edit": "Редакция", 16 "global.edit": "Редакция",
17 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdium Professional Required",
18 "global.notConnectedToTheInternet": "Не сте свързани към интернет", 18 "global.notConnectedToTheInternet": "Не сте свързани към интернет",
19 "global.quit": "Изход", 19 "global.quit": "Изход",
20 "global.settings": "Настройки", 20 "global.settings": "Настройки",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Вашата сесия изтече, моля влезте отново", 50 "login.tokenExpired": "Вашата сесия изтече, моля влезте отново",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "За Ferdi", 53 "menu.app.about": "За Ferdium",
54 "menu.app.announcement": "What's new?", 54 "menu.app.announcement": "What's new?",
55 "menu.app.checkForUpdates": "Проверка за обновления", 55 "menu.app.checkForUpdates": "Проверка за обновления",
56 "menu.app.hide": "Скрий", 56 "menu.app.hide": "Скрий",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Списък с промените", 75 "menu.help.changelog": "Списък с промените",
76 "menu.help.debugInfo": "Copy Debug Information", 76 "menu.help.debugInfo": "Copy Debug Information",
77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
79 "menu.help.learnMore": "Научете повече", 79 "menu.help.learnMore": "Научете повече",
80 "menu.help.privacy": "Декларация за поверителност", 80 "menu.help.privacy": "Декларация за поверителност",
81 "menu.help.support": "Поддръжка", 81 "menu.help.support": "Поддръжка",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "Изглед", 90 "menu.view": "Изглед",
91 "menu.view.reloadFerdi": "Презареди Ferdi", 91 "menu.view.reloadFerdium": "Презареди Ferdium",
92 "menu.view.reloadService": "Презареди услугата", 92 "menu.view.reloadService": "Презареди услугата",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "Оригинален размер", 94 "menu.view.resetZoom": "Оригинален размер",
@@ -159,7 +159,7 @@
159 "settings.account.tryReloadServices": "Опитайте отново", 159 "settings.account.tryReloadServices": "Опитайте отново",
160 "settings.account.tryReloadUserInfoRequest": "Опитайте отново", 160 "settings.account.tryReloadUserInfoRequest": "Опитайте отново",
161 "settings.account.userInfoRequestFailed": "Не може да зареди информацията на абоната", 161 "settings.account.userInfoRequestFailed": "Не може да зареди информацията на абоната",
162 "settings.account.yourLicense": "Your Ferdi License", 162 "settings.account.yourLicense": "Your Ferdium License",
163 "settings.app.buttonClearAllCache": "Изчистване на буфера", 163 "settings.app.buttonClearAllCache": "Изчистване на буфера",
164 "settings.app.buttonInstallUpdate": "Рестартирай и инсталирай обновлението", 164 "settings.app.buttonInstallUpdate": "Рестартирай и инсталирай обновлението",
165 "settings.app.buttonSearchForUpdate": "Проверка за обновления", 165 "settings.app.buttonSearchForUpdate": "Проверка за обновления",
@@ -172,7 +172,7 @@
172 "settings.app.form.enableGPUAcceleration": "Включи графичният ускорител", 172 "settings.app.form.enableGPUAcceleration": "Включи графичният ускорител",
173 "settings.app.form.enableSpellchecking": "Включване на проверката на правописа", 173 "settings.app.form.enableSpellchecking": "Включване на проверката на правописа",
174 "settings.app.form.enableSystemTray": "Показване на мениджъра в системния панел", 174 "settings.app.form.enableSystemTray": "Показване на мениджъра в системния панел",
175 "settings.app.form.enableTodos": "Enable Ferdi Todos", 175 "settings.app.form.enableTodos": "Enable Ferdium Todos",
176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
177 "settings.app.form.language": "Език", 177 "settings.app.form.language": "Език",
178 "settings.app.form.minimizeToSystemTray": "Минимизиране на Франц в системния панел", 178 "settings.app.form.minimizeToSystemTray": "Минимизиране на Франц в системния панел",
@@ -219,7 +219,7 @@
219 "settings.service.form.addServiceHeadline": "Прибави {name}", 219 "settings.service.form.addServiceHeadline": "Прибави {name}",
220 "settings.service.form.availableServices": "Налични услуги", 220 "settings.service.form.availableServices": "Налични услуги",
221 "settings.service.form.customUrl": "Клиентски сървър", 221 "settings.service.form.customUrl": "Клиентски сървър",
222 "settings.service.form.customUrlPremiumInfo": "За да добавите услуги, разположени на ваш сървър, трябва да имате Ferdi Premium Supporter профил", 222 "settings.service.form.customUrlPremiumInfo": "За да добавите услуги, разположени на ваш сървър, трябва да имате Ferdium Premium Supporter профил",
223 "settings.service.form.customUrlValidationError": "Не може да се валидира стандартния {name} сървър", 223 "settings.service.form.customUrlValidationError": "Не може да се валидира стандартния {name} сървър",
224 "settings.service.form.deleteButton": "Изтрий услугата", 224 "settings.service.form.deleteButton": "Изтрий услугата",
225 "settings.service.form.editServiceHeadline": "Редактира {име}", 225 "settings.service.form.editServiceHeadline": "Редактира {име}",
@@ -242,11 +242,11 @@
242 "settings.service.form.name": "Име", 242 "settings.service.form.name": "Име",
243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
244 "settings.service.form.proxy.host": "Proxy Host/IP", 244 "settings.service.form.proxy.host": "Proxy Host/IP",
245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdium servers.",
246 "settings.service.form.proxy.isEnabled": "Use Proxy", 246 "settings.service.form.proxy.isEnabled": "Use Proxy",
247 "settings.service.form.proxy.password": "Password (optional)", 247 "settings.service.form.proxy.password": "Password (optional)",
248 "settings.service.form.proxy.port": "Port", 248 "settings.service.form.proxy.port": "Port",
249 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 249 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
250 "settings.service.form.proxy.user": "User (optional)", 250 "settings.service.form.proxy.user": "User (optional)",
251 "settings.service.form.saveButton": "Запази услугата", 251 "settings.service.form.saveButton": "Запази услугата",
252 "settings.service.form.tabHosted": "Собствен", 252 "settings.service.form.tabHosted": "Собствен",
@@ -290,17 +290,17 @@
290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
291 "settings.workspaces.tryReloadWorkspaces": "Опитайте отново", 291 "settings.workspaces.tryReloadWorkspaces": "Опитайте отново",
292 "settings.workspaces.updatedInfo": "Your changes have been saved", 292 "settings.workspaces.updatedInfo": "Your changes have been saved",
293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
294 "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.", 294 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
296 "setupAssistant.headline": "Let's get started", 296 "setupAssistant.headline": "Let's get started",
297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
298 "setupAssistant.submit.label": "Let's go", 298 "setupAssistant.submit.label": "Let's go",
299 "sidebar.addNewService": "Добавяне на услуга", 299 "sidebar.addNewService": "Добавяне на услуга",
300 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 300 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
302 "sidebar.muteApp": "Дезактивирай известията и звуците", 302 "sidebar.muteApp": "Дезактивирай известията и звуците",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 303 "sidebar.openTodosDrawer": "Open Ferdium Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 304 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.unmuteApp": "Активирай известията и звуците", 305 "sidebar.unmuteApp": "Активирай известията и звуците",
306 "signup.email.label": "Адрес на ел. поща:", 306 "signup.email.label": "Адрес на ел. поща:",
@@ -308,7 +308,7 @@
308 "signup.firstname.label": "Име", 308 "signup.firstname.label": "Име",
309 "signup.headline": "Регистриране", 309 "signup.headline": "Регистриране",
310 "signup.lastname.label": "Фамилно име", 310 "signup.lastname.label": "Фамилно име",
311 "signup.legal.info": "Със регистрирането за профил във програмата Ferdi вие приемате", 311 "signup.legal.info": "Със регистрирането за профил във програмата Ferdium вие приемате",
312 "signup.legal.privacy": "Декларация за поверителност", 312 "signup.legal.privacy": "Декларация за поверителност",
313 "signup.legal.terms": "Общи условия", 313 "signup.legal.terms": "Общи условия",
314 "signup.link.login": "Вече сте регистриран, впишете се?", 314 "signup.link.login": "Вече сте регистриран, впишете се?",
@@ -341,7 +341,7 @@
341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
344 "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>", 344 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
346 "workspaces.switchingIndicator.switchingTo": "Switching to" 346 "workspaces.switchingIndicator.switchingTo": "Switching to"
347} 347}
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index fbe46facb..715a5b0ab 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 4ae7acad5..90436375e 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Canvía de Servidor", 5 "changeserver.headline": "Canvía de Servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Torna a carregar el servei", 9 "connectionLostBanner.cta": "Torna a carregar el servei",
10 "connectionLostBanner.informationLink": "Què ha passat?", 10 "connectionLostBanner.informationLink": "Què ha passat?",
11 "connectionLostBanner.message": "Oh no! Ferdi ha perdut la connexió a {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium ha perdut la connexió a {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "feature.publishDebugInfo.error": "S'ha produït un error en intentar publicar la informació de depuració. Torneu-ho a provar més tard o visualitzeu la consola per obtenir més informació.", 13 "feature.publishDebugInfo.error": "S'ha produït un error en intentar publicar la informació de depuració. Torneu-ho a provar més tard o visualitzeu la consola per obtenir més informació.",
14 "feature.publishDebugInfo.info": "La publicació de la informació de depuració ens ajuda a trobar problemes i errors a Ferdi. En publicar la informació de depuració, accepteu la política de privadesa i els termes del servei de Ferdi Debugger", 14 "feature.publishDebugInfo.info": "La publicació de la informació de depuració ens ajuda a trobar problemes i errors a Ferdium. En publicar la informació de depuració, accepteu la política de privadesa i els termes del servei de Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Política de privacitat", 15 "feature.publishDebugInfo.privacy": "Política de privacitat",
16 "feature.publishDebugInfo.publish": "Accepta i publica", 16 "feature.publishDebugInfo.publish": "Accepta i publica",
17 "feature.publishDebugInfo.published": "El vostre registre de depuració es va publicar i ja es pot consultar a", 17 "feature.publishDebugInfo.published": "El vostre registre de depuració es va publicar i ja es pot consultar a",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Seleccioneu un servei amb TAB, ↑ i ↓. Obriu un servei amb ENTER.", 20 "feature.quickSwitch.info": "Seleccioneu un servei amb TAB, ↑ i ↓. Obriu un servei amb ENTER.",
21 "feature.quickSwitch.search": "Cerca...", 21 "feature.quickSwitch.search": "Cerca...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi", 23 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdium",
24 "global.cancel": "Cancel·la", 24 "global.cancel": "Cancel·la",
25 "global.edit": "Edita", 25 "global.edit": "Edita",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "No esteu connectat a Internet.", 27 "global.notConnectedToTheInternet": "No esteu connectat a Internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Surt", 29 "global.quit": "Surt",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Configuració", 32 "global.settings": "Configuració",
33 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})", 33 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Importa els teus serveis Ferdi 4", 41 "import.headline": "Importa els teus serveis Ferdium 4",
42 "import.notSupportedHeadline": "Serveis que encara no s'admeten a Ferdi 5", 42 "import.notSupportedHeadline": "Serveis que encara no s'admeten a Ferdium 5",
43 "import.skip.label": "Vull afegir serveis manualment", 43 "import.skip.label": "Vull afegir serveis manualment",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "S'han produït errors al intentar realitzar una sol·licitud autentificada. Proveu de tancar la sessió i tornar-hi si aquest error continua.", 45 "infobar.authRequestFailed": "S'han produït errors al intentar realitzar una sol·licitud autentificada. Proveu de tancar la sessió i tornar-hi si aquest error continua.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Amaga", 49 "infobar.hide": "Amaga",
50 "infobar.requiredRequestsFailed": "No s'han pogut carregar els serveis i la informació de l'usuari", 50 "infobar.requiredRequestsFailed": "No s'han pogut carregar els serveis i la informació de l'usuari",
51 "infobar.servicesUpdated": "Els teus serveis s'han actualitzat.", 51 "infobar.servicesUpdated": "Els teus serveis s'han actualitzat.",
52 "infobar.updateAvailable": "Hi ha disponible una nova actualització per a Ferdi.", 52 "infobar.updateAvailable": "Hi ha disponible una nova actualització per a Ferdium.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Correu electrònic", 54 "invite.email.label": "Correu electrònic",
55 "invite.headline.friends": "Convida a tres dels teus amics o companys", 55 "invite.headline.friends": "Convida a tres dels teus amics o companys",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "desbloqueja amb Touch ID", 65 "locked.touchIdPrompt": "desbloqueja amb Touch ID",
66 "locked.unlockWithPassword": "Desbloqueja amb contrasenya", 66 "locked.unlockWithPassword": "Desbloqueja amb contrasenya",
67 "login.changeServer": "Canvía de Servidor", 67 "login.changeServer": "Canvía de Servidor",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Correu electrònic", 70 "login.email.label": "Correu electrònic",
71 "login.headline": "Accedir-hi", 71 "login.headline": "Accedir-hi",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "La teva sessió ha caducat, torna-la a iniciar.", 78 "login.tokenExpired": "La teva sessió ha caducat, torna-la a iniciar.",
79 "menu.Todoss.closeTodosDrawer": "Tanca el calaix de tasques", 79 "menu.Todoss.closeTodosDrawer": "Tanca el calaix de tasques",
80 "menu.Todoss.openTodosDrawer": "Obre el calaix de tasques", 80 "menu.Todoss.openTodosDrawer": "Obre el calaix de tasques",
81 "menu.app.about": "Sobre Ferdi", 81 "menu.app.about": "Sobre Ferdium",
82 "menu.app.autohideMenuBar": "Amaga automàticament la barra de menú", 82 "menu.app.autohideMenuBar": "Amaga automàticament la barra de menú",
83 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions", 83 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions",
84 "menu.app.hide": "Amaga", 84 "menu.app.hide": "Amaga",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Registre de canvis", 104 "menu.help.changelog": "Registre de canvis",
105 "menu.help.debugInfo": "Copia la informació de depuració", 105 "menu.help.debugInfo": "Copia la informació de depuració",
106 "menu.help.debugInfoCopiedBody": "La informació de depuració s'ha copiat al porta-retalls.", 106 "menu.help.debugInfoCopiedBody": "La informació de depuració s'ha copiat al porta-retalls.",
107 "menu.help.debugInfoCopiedHeadline": "Informació de depuració de Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Informació de depuració de Ferdium",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Conegueu-ne més detalls", 109 "menu.help.learnMore": "Conegueu-ne més detalls",
110 "menu.help.privacy": "Declaració de privacitat", 110 "menu.help.privacy": "Declaració de privacitat",
@@ -121,9 +121,9 @@
121 "menu.view": "Visualitza", 121 "menu.view": "Visualitza",
122 "menu.view.back": "Enrere", 122 "menu.view.back": "Enrere",
123 "menu.view.forward": "Endavant", 123 "menu.view.forward": "Endavant",
124 "menu.view.lockFerdi": "Bloqueja Ferdi", 124 "menu.view.lockFerdium": "Bloqueja Ferdium",
125 "menu.view.openQuickSwitch": "Obre Quick Switch", 125 "menu.view.openQuickSwitch": "Obre Quick Switch",
126 "menu.view.reloadFerdi": "Torna a carregar Ferdi", 126 "menu.view.reloadFerdium": "Torna a carregar Ferdium",
127 "menu.view.reloadService": "Torna a carregar el servei", 127 "menu.view.reloadService": "Torna a carregar el servei",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Mida real", 129 "menu.view.resetZoom": "Mida real",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} ha fallat al carregar", 161 "service.errorHandler.text": "{name} ha fallat al carregar",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Introducció", 163 "services.getStarted": "Introducció",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Editar Compte", 167 "settings.account.account.editButton": "Editar Compte",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Actualitzar el perfil", 170 "settings.account.buttonSave": "Actualitzar el perfil",
171 "settings.account.deleteAccount": "Esborrar compte", 171 "settings.account.deleteAccount": "Esborrar compte",
172 "settings.account.deleteEmailSent": "Has rebut un correu electrònic amb un enllaç per confirmar l'eliminació del compte. El teu compte i la seva informació no podran ser restaurats!", 172 "settings.account.deleteEmailSent": "Has rebut un correu electrònic amb un enllaç per confirmar l'eliminació del compte. El teu compte i la seva informació no podran ser restaurats!",
173 "settings.account.deleteInfo": "Si ja no necessites el teu compte de Ferdi, pots esborrar el teu compte i tota la seva informació emmagatzemada aquí.", 173 "settings.account.deleteInfo": "Si ja no necessites el teu compte de Ferdium, pots esborrar el teu compte i tota la seva informació emmagatzemada aquí.",
174 "settings.account.headline": "Compte", 174 "settings.account.headline": "Compte",
175 "settings.account.headlineAccount": "Informació del compte", 175 "settings.account.headlineAccount": "Informació del compte",
176 "settings.account.headlineDangerZone": "Zona de perill", 176 "settings.account.headlineDangerZone": "Zona de perill",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Torna a provar-ho", 181 "settings.account.tryReloadServices": "Torna a provar-ho",
182 "settings.account.tryReloadUserInfoRequest": "Torna a provar-ho", 182 "settings.account.tryReloadUserInfoRequest": "Torna a provar-ho",
183 "settings.account.userInfoRequestFailed": "No s'ha pogut carregar la informació de l'usuari", 183 "settings.account.userInfoRequestFailed": "No s'ha pogut carregar la informació de l'usuari",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Buida la memòria cau", 186 "settings.app.buttonClearAllCache": "Buida la memòria cau",
187 "settings.app.buttonInstallUpdate": "Reinicia i instal·la l'actualització", 187 "settings.app.buttonInstallUpdate": "Reinicia i instal·la l'actualització",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Comprova si hi ha actualitzacions", 190 "settings.app.buttonSearchForUpdate": "Comprova si hi ha actualitzacions",
191 "settings.app.cacheInfo": "La memòria cau de Ferdi està utilitzant {size} d'espai al disc", 191 "settings.app.cacheInfo": "La memòria cau de Ferdium està utilitzant {size} d'espai al disc",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Versió actual:", 194 "settings.app.currentVersion": "Versió actual:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Obrir en segon plà", 198 "settings.app.form.autoLaunchInBackground": "Obrir en segon plà",
199 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi a l'inici", 199 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdium a l'inici",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Activar el Mode Fosc", 206 "settings.app.form.darkMode": "Activar el Mode Fosc",
207 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU", 207 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica", 212 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Idioma", 220 "settings.app.form.language": "Idioma",
221 "settings.app.form.lockPassword": "Contrasenya", 221 "settings.app.form.lockPassword": "Contrasenya",
222 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema", 222 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdium a la safata del sistema",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Mantén a Ferdi en segon pla en tancar la finestra", 229 "settings.app.form.runInBackground": "Mantén a Ferdium en segon pla en tancar la finestra",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Idioma", 252 "settings.app.headlineLanguage": "Idioma",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Actualitzacions", 254 "settings.app.headlineUpdates": "Actualitzacions",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Contrasenya", 258 "settings.app.lockedPassword": "Contrasenya",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Els canvis requereixen reiniciar", 260 "settings.app.restartRequired": "Els canvis requereixen reiniciar",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Memòria cau", 265 "settings.app.subheadlineCache": "Memòria cau",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Ajuda'ns a traduir Ferdi en la teva llengua.", 268 "settings.app.translationHelp": "Ajuda'ns a traduir Ferdium en la teva llengua.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Actualització disponible, descarregant ...", 270 "settings.app.updateStatusAvailable": "Actualització disponible, descarregant ...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Esteu utilitzant la versió més recent de Ferdi", 272 "settings.app.updateStatusUpToDate": "Esteu utilitzant la versió més recent de Ferdium",
273 "settings.invite.headline": "Convidar amics", 273 "settings.invite.headline": "Convidar amics",
274 "settings.navigation.account": "Compte", 274 "settings.navigation.account": "Compte",
275 "settings.navigation.availableServices": "Serveis disponibles", 275 "settings.navigation.availableServices": "Serveis disponibles",
276 "settings.navigation.logout": "Sortir", 276 "settings.navigation.logout": "Sortir",
277 "settings.navigation.supportFerdi": "Sobre Ferdi", 277 "settings.navigation.supportFerdium": "Sobre Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Els vostres serveis", 279 "settings.navigation.yourServices": "Els vostres serveis",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Serveis disponibles", 289 "settings.recipes.headline": "Serveis disponibles",
290 "settings.recipes.missingService": "Trobes a faltar algun servei?", 290 "settings.recipes.missingService": "Trobes a faltar algun servei?",
291 "settings.recipes.mostPopular": "Els més populars", 291 "settings.recipes.mostPopular": "Els més populars",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament", 293 "settings.recipes.servicesSuccessfulAddedInfo": "El servei s'ha afegit correctament",
294 "settings.searchService": "Cercar servei", 294 "settings.searchService": "Cercar servei",
295 "settings.service.error.goBack": "Tornar als serveis", 295 "settings.service.error.goBack": "Tornar als serveis",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "Ajustaments Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Ajustaments Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Host Proxy / IP", 331 "settings.service.form.proxy.host": "Host Proxy / IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Utilitzar Proxy", 333 "settings.service.form.proxy.isEnabled": "Utilitzar Proxy",
334 "settings.service.form.proxy.password": "Contrasenya (opcional)", 334 "settings.service.form.proxy.password": "Contrasenya (opcional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Siusplau, reinicieu el Ferdi després de canviar els ajustaments de proxy", 336 "settings.service.form.proxy.restartInfo": "Siusplau, reinicieu el Ferdium després de canviar els ajustaments de proxy",
337 "settings.service.form.proxy.user": "Usuari (opcional)", 337 "settings.service.form.proxy.user": "Usuari (opcional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Desa el servei", 339 "settings.service.form.saveButton": "Desa el servei",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tots els sons estan desactivats", 352 "settings.services.tooltip.isMuted": "Tots els sons estan desactivats",
353 "settings.services.tooltip.notificationsDisabled": "Les notificacions estan desactivades", 353 "settings.services.tooltip.notificationsDisabled": "Les notificacions estan desactivades",
354 "settings.services.updatedInfo": "S'han desat els canvis", 354 "settings.services.updatedInfo": "S'han desat els canvis",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Sobre Ferdi", 357 "settings.supportFerdium.headline": "Sobre Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Equip", 360 "settings.team.headline": "Equip",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Torna a provar-ho", 386 "settings.workspaces.tryReloadWorkspaces": "Torna a provar-ho",
387 "settings.workspaces.updatedInfo": "S'han desat els canvis", 387 "settings.workspaces.updatedInfo": "S'han desat els canvis",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Afegeix nou servei", 394 "sidebar.addNewService": "Afegeix nou servei",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Tancar el calaix d'espais de treball", 396 "sidebar.closeWorkspaceDrawer": "Tancar el calaix d'espais de treball",
397 "sidebar.lockFerdi": "Bloqueja Ferdi", 397 "sidebar.lockFerdium": "Bloqueja Ferdium",
398 "sidebar.muteApp": "Desactivar notificacions i àudio", 398 "sidebar.muteApp": "Desactivar notificacions i àudio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Obrir el calaix d'espais de treball", 400 "sidebar.openWorkspaceDrawer": "Obrir el calaix d'espais de treball",
401 "sidebar.unmuteApp": "Activar notificacions i àudio", 401 "sidebar.unmuteApp": "Activar notificacions i àudio",
402 "signup.email.label": "Correu electrònic", 402 "signup.email.label": "Correu electrònic",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Nom", 404 "signup.firstname.label": "Nom",
405 "signup.headline": "Donar-se d'alta", 405 "signup.headline": "Donar-se d'alta",
406 "signup.lastname.label": "Cognoms", 406 "signup.lastname.label": "Cognoms",
407 "signup.legal.info": "En crear un compte de Ferdi, accepteu", 407 "signup.legal.info": "En crear un compte de Ferdium, accepteu",
408 "signup.legal.privacy": "Declaració de privacitat", 408 "signup.legal.privacy": "Declaració de privacitat",
409 "signup.legal.terms": "Termes del Servei", 409 "signup.legal.terms": "Termes del Servei",
410 "signup.link.login": "Ja teniu un compte, iniciar la sessió?", 410 "signup.link.login": "Ja teniu un compte, iniciar la sessió?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Espais de treball", 440 "workspaceDrawer.headline": "Espais de treball",
441 "workspaceDrawer.item.contextMenuEdit": "edita", 441 "workspaceDrawer.item.contextMenuEdit": "edita",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index af8bc13fb..58d9bb734 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Změnit server", 5 "changeserver.headline": "Změnit server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Zadejte platnou URL", 7 "changeserver.urlError": "Zadejte platnou URL",
8 "changeserver.warning": "Dodatečná nastavení nabízená Ferdiem nebudou uložena", 8 "changeserver.warning": "Dodatečná nastavení nabízená Ferdiumem nebudou uložena",
9 "connectionLostBanner.cta": "Obnovit službu", 9 "connectionLostBanner.cta": "Obnovit službu",
10 "connectionLostBanner.informationLink": "Co se stalo?", 10 "connectionLostBanner.informationLink": "Co se stalo?",
11 "connectionLostBanner.message": "Ale ne! Ferdi ztratil spojení s {name}.", 11 "connectionLostBanner.message": "Ale ne! Ferdium ztratil spojení s {name}.",
12 "feature.basicAuth.signIn": "Přihlásit se", 12 "feature.basicAuth.signIn": "Přihlásit se",
13 "feature.publishDebugInfo.error": "Při pokusu o publikování informací o ladění došlo k chybě. Opakujte akci později nebo se podívejte na konzoli pro více informací.", 13 "feature.publishDebugInfo.error": "Při pokusu o publikování informací o ladění došlo k chybě. Opakujte akci později nebo se podívejte na konzoli pro více informací.",
14 "feature.publishDebugInfo.info": "Publikování informací o ladění nám pomáhá najít problémy a chyby ve Ferdi. Zveřejněním informací o ladění přijímáte zásady ochrany osobních údajů a podmínky služby Ferdiho Debugera", 14 "feature.publishDebugInfo.info": "Publikování informací o ladění nám pomáhá najít problémy a chyby ve Ferdium. Zveřejněním informací o ladění přijímáte zásady ochrany osobních údajů a podmínky služby Ferdiumho Debugera",
15 "feature.publishDebugInfo.privacy": "Zásady ochrany soukromí", 15 "feature.publishDebugInfo.privacy": "Zásady ochrany soukromí",
16 "feature.publishDebugInfo.publish": "Přijmout a publikovat", 16 "feature.publishDebugInfo.publish": "Přijmout a publikovat",
17 "feature.publishDebugInfo.published": "Váš protokol ladění byl zveřejněn a je k dispozici na", 17 "feature.publishDebugInfo.published": "Váš protokol ladění byl zveřejněn a je k dispozici na",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Vyberte službu s TAB, ýmem a <unk> . Otevřete službu s ENTER.", 20 "feature.quickSwitch.info": "Vyberte službu s TAB, ýmem a <unk> . Otevřete službu s ENTER.",
21 "feature.quickSwitch.search": "Hledat...", 21 "feature.quickSwitch.search": "Hledat...",
22 "feature.quickSwitch.title": "Rychlé přepnutí", 22 "feature.quickSwitch.title": "Rychlé přepnutí",
23 "global.api.unhealthy": "Nelze se připojit k online službám Ferdi", 23 "global.api.unhealthy": "Nelze se připojit k online službám Ferdium",
24 "global.cancel": "Zrušit", 24 "global.cancel": "Zrušit",
25 "global.edit": "Upravit", 25 "global.edit": "Upravit",
26 "global.no": "Ne", 26 "global.no": "Ne",
27 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.", 27 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Ukončit", 29 "global.quit": "Ukončit",
30 "global.quitConfirmation": "Opravdu chceš ukončit Ferdi?", 30 "global.quitConfirmation": "Opravdu chceš ukončit Ferdium?",
31 "global.save": "Uložit", 31 "global.save": "Uložit",
32 "global.settings": "Nastavení", 32 "global.settings": "Nastavení",
33 "global.spellchecker.useDefault": "Použít výchozí systémový ({default})", 33 "global.spellchecker.useDefault": "Použít výchozí systémový ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Použijte 'https://whatmyuseragent.com/' (k objevování) nebo 'https://developers.whatismybrowser.com/useragents/explore/' (k výběru) svého požadovaného uživatelského agenta a kopírujte ho zde.", 38 "global.userAgentHelp": "Použijte 'https://whatmyuseragent.com/' (k objevování) nebo 'https://developers.whatismybrowser.com/useragents/explore/' (k výběru) svého požadovaného uživatelského agenta a kopírujte ho zde.",
39 "global.userAgentPref": "Uživatelský agent", 39 "global.userAgentPref": "Uživatelský agent",
40 "global.yes": "Ano", 40 "global.yes": "Ano",
41 "import.headline": "Importovat služby z Ferdi 4", 41 "import.headline": "Importovat služby z Ferdium 4",
42 "import.notSupportedHeadline": "Služby nejsou podporovány ve verzi Ferdi 5", 42 "import.notSupportedHeadline": "Služby nejsou podporovány ve verzi Ferdium 5",
43 "import.skip.label": "Chci přidat službu ručně", 43 "import.skip.label": "Chci přidat službu ručně",
44 "import.submit.label": "Importovat {count} služby", 44 "import.submit.label": "Importovat {count} služby",
45 "infobar.authRequestFailed": "Při pokusu o provedení ověřeného požadavku došlo k chybě. Zkuste se prosím odhlásit a vrátit zpět, pokud tato chyba přetrvává.", 45 "infobar.authRequestFailed": "Při pokusu o provedení ověřeného požadavku došlo k chybě. Zkuste se prosím odhlásit a vrátit zpět, pokud tato chyba přetrvává.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Skrýt", 49 "infobar.hide": "Skrýt",
50 "infobar.requiredRequestsFailed": "Není možné nahrát služby a informace o uživateli", 50 "infobar.requiredRequestsFailed": "Není možné nahrát služby a informace o uživateli",
51 "infobar.servicesUpdated": "Vaše služby byly aktualizovány", 51 "infobar.servicesUpdated": "Vaše služby byly aktualizovány",
52 "infobar.updateAvailable": "Nová aktualizace Ferdi je k dispozici", 52 "infobar.updateAvailable": "Nová aktualizace Ferdium je k dispozici",
53 "infobox.dismiss": "Odmítnout", 53 "infobox.dismiss": "Odmítnout",
54 "invite.email.label": "E-mailová adresa", 54 "invite.email.label": "E-mailová adresa",
55 "invite.headline.friends": "Pozvěte 3 přátele nebo kolegy", 55 "invite.headline.friends": "Pozvěte 3 přátele nebo kolegy",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "odemknout pomocí Touch ID", 65 "locked.touchIdPrompt": "odemknout pomocí Touch ID",
66 "locked.unlockWithPassword": "Odemknout pomocí hesla", 66 "locked.unlockWithPassword": "Odemknout pomocí hesla",
67 "login.changeServer": "Změnit server", 67 "login.changeServer": "Změnit server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "E-mailová adresa", 70 "login.email.label": "E-mailová adresa",
71 "login.headline": "Přihlásit se", 71 "login.headline": "Přihlásit se",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Seznam změn", 104 "menu.help.changelog": "Seznam změn",
105 "menu.help.debugInfo": "Kopírovat informace o ladění", 105 "menu.help.debugInfo": "Kopírovat informace o ladění",
106 "menu.help.debugInfoCopiedBody": "Vaše ladící informace byly zkopírovány do vaší schránky.", 106 "menu.help.debugInfoCopiedBody": "Vaše ladící informace byly zkopírovány do vaší schránky.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Importovat/Export dat konfigurace", 108 "menu.help.importExportData": "Importovat/Export dat konfigurace",
109 "menu.help.learnMore": "Dozvědět se více", 109 "menu.help.learnMore": "Dozvědět se více",
110 "menu.help.privacy": "Prohlášení o ochraně soukromí", 110 "menu.help.privacy": "Prohlášení o ochraně soukromí",
@@ -121,9 +121,9 @@
121 "menu.view": "Zobrazení", 121 "menu.view": "Zobrazení",
122 "menu.view.back": "Zpět", 122 "menu.view.back": "Zpět",
123 "menu.view.forward": "Přeposlat", 123 "menu.view.forward": "Přeposlat",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Otevřít rychlý přepínač", 125 "menu.view.openQuickSwitch": "Otevřít rychlý přepínač",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Obnovit službu", 127 "menu.view.reloadService": "Obnovit službu",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Skutečná velikost", 129 "menu.view.resetZoom": "Skutečná velikost",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} se nepodařilo načíst.", 161 "service.errorHandler.text": "{name} se nepodařilo načíst.",
162 "service.webviewLoader.loading": "Načítám {service}", 162 "service.webviewLoader.loading": "Načítám {service}",
163 "services.getStarted": "Začněme", 163 "services.getStarted": "Začněme",
164 "services.login": "Přihlaste se pro použití Ferdi.", 164 "services.login": "Přihlaste se pro použití Ferdium.",
165 "services.serverInfo": "Volitelně můžete změnit svůj Ferdi server kliknutím na cog v levém dolním rohu. Pokud přecházíte (z jednoho z hostovaných serverů) na používání Ferdi bez účtu, buďte informováni o tom, že můžete exportovat svá data z tohoto serveru a následně je importovat pomocí nabídky Nápovědy, abyste obnovili všechny pracovní prostory a konfigurované služby!", 165 "services.serverInfo": "Volitelně můžete změnit svůj Ferdium server kliknutím na cog v levém dolním rohu. Pokud přecházíte (z jednoho z hostovaných serverů) na používání Ferdium bez účtu, buďte informováni o tom, že můžete exportovat svá data z tohoto serveru a následně je importovat pomocí nabídky Nápovědy, abyste obnovili všechny pracovní prostory a konfigurované služby!",
166 "services.serverless": "Použít Ferdi bez účtu", 166 "services.serverless": "Použít Ferdium bez účtu",
167 "settings.account.account.editButton": "Upravit účet", 167 "settings.account.account.editButton": "Upravit účet",
168 "settings.account.accountUnavailable": "Účet je nedostupný", 168 "settings.account.accountUnavailable": "Účet je nedostupný",
169 "settings.account.accountUnavailableInfo": "Používáte Ferdi bez účtu. Pokud chcete použít Ferdi s účtem a udržovat vaše služby synchronizované napříč instalacemi, prosím vyberte server v záložce Nastavení a poté se přihlaste.", 169 "settings.account.accountUnavailableInfo": "Používáte Ferdium bez účtu. Pokud chcete použít Ferdium s účtem a udržovat vaše služby synchronizované napříč instalacemi, prosím vyberte server v záložce Nastavení a poté se přihlaste.",
170 "settings.account.buttonSave": "Aktualizovat profil", 170 "settings.account.buttonSave": "Aktualizovat profil",
171 "settings.account.deleteAccount": "Smazat účet", 171 "settings.account.deleteAccount": "Smazat účet",
172 "settings.account.deleteEmailSent": "Na váš mail byl odeslán email s odkazem pro potvrzení smazání účtu. Váš účet a data poté nepůjde obnovit!", 172 "settings.account.deleteEmailSent": "Na váš mail byl odeslán email s odkazem pro potvrzení smazání účtu. Váš účet a data poté nepůjde obnovit!",
173 "settings.account.deleteInfo": "Pokud již nepotřebujete váš Ferdi účet, můžete zde váš účet, a všechna data v něm, smazat.", 173 "settings.account.deleteInfo": "Pokud již nepotřebujete váš Ferdium účet, můžete zde váš účet, a všechna data v něm, smazat.",
174 "settings.account.headline": "Účet", 174 "settings.account.headline": "Účet",
175 "settings.account.headlineAccount": "Informace o účtu", 175 "settings.account.headlineAccount": "Informace o účtu",
176 "settings.account.headlineDangerZone": "Nebezpečná zóna", 176 "settings.account.headlineDangerZone": "Nebezpečná zóna",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Zkusit opět", 181 "settings.account.tryReloadServices": "Zkusit opět",
182 "settings.account.tryReloadUserInfoRequest": "Zkusit opět", 182 "settings.account.tryReloadUserInfoRequest": "Zkusit opět",
183 "settings.account.userInfoRequestFailed": "Nelze načíst informace o uživateli.", 183 "settings.account.userInfoRequestFailed": "Nelze načíst informace o uživateli.",
184 "settings.account.yourLicense": "Vaše Ferdi licence:", 184 "settings.account.yourLicense": "Vaše Ferdium licence:",
185 "settings.app.accentColorInfo": "Napište barvu odstínu ve formátu kompatibilním s CSS. (Výchozí: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Napište barvu odstínu ve formátu kompatibilním s CSS. (Výchozí: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Vyprázdnit mezipaměti", 186 "settings.app.buttonClearAllCache": "Vyprázdnit mezipaměti",
187 "settings.app.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace", 187 "settings.app.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace",
188 "settings.app.buttonOpenFerdiProfileFolder": "Otevřít složku profilu", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Otevřít složku profilu",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Složka Open Service Recipes", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Složka Open Service Recipes",
190 "settings.app.buttonSearchForUpdate": "Zkontrolovat aktualizace", 190 "settings.app.buttonSearchForUpdate": "Zkontrolovat aktualizace",
191 "settings.app.cacheInfo": "Ferdi momentálně používá {size} místa na disku.", 191 "settings.app.cacheInfo": "Ferdium momentálně používá {size} místa na disku.",
192 "settings.app.cacheNotCleared": "Nelze vymazat všechny mezipaměť", 192 "settings.app.cacheNotCleared": "Nelze vymazat všechny mezipaměť",
193 "settings.app.closeSettings": "Zavřít nastavení", 193 "settings.app.closeSettings": "Zavřít nastavení",
194 "settings.app.currentVersion": "Aktuální verze:", 194 "settings.app.currentVersion": "Aktuální verze:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronizovat tmavý režim s nastavením tmavého režimu mého OS", 196 "settings.app.form.adaptableDarkMode": "Synchronizovat tmavý režim s nastavením tmavého režimu mého OS",
197 "settings.app.form.alwaysShowWorkspaces": "Vždy zobrazovat pracovní plochu", 197 "settings.app.form.alwaysShowWorkspaces": "Vždy zobrazovat pracovní plochu",
198 "settings.app.form.autoLaunchInBackground": "Spustit na pozadí", 198 "settings.app.form.autoLaunchInBackground": "Spustit na pozadí",
199 "settings.app.form.autoLaunchOnStart": "Spustit Ferdi při startu", 199 "settings.app.form.autoLaunchOnStart": "Spustit Ferdium při startu",
200 "settings.app.form.automaticUpdates": "Povolit aktualizace", 200 "settings.app.form.automaticUpdates": "Povolit aktualizace",
201 "settings.app.form.beta": "Zahrnout předverze", 201 "settings.app.form.beta": "Zahrnout předverze",
202 "settings.app.form.clipboardNotifications": "Nezobrazovat oznámení pro události schránky", 202 "settings.app.form.clipboardNotifications": "Nezobrazovat oznámení pro události schránky",
203 "settings.app.form.closeToSystemTray": "Zavřít Ferdiho do systémové lišty", 203 "settings.app.form.closeToSystemTray": "Zavřít Ferdiumho do systémové lišty",
204 "settings.app.form.confirmOnQuit": "Potvrdit ukončení Ferdi", 204 "settings.app.form.confirmOnQuit": "Potvrdit ukončení Ferdium",
205 "settings.app.form.customTodoServer": "Vlastní Server Todo", 205 "settings.app.form.customTodoServer": "Vlastní Server Todo",
206 "settings.app.form.darkMode": "Povolit Tmavý vzhled", 206 "settings.app.form.darkMode": "Povolit Tmavý vzhled",
207 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení", 207 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení",
208 "settings.app.form.enableGlobalHideShortcut": "Povolit globální zkratku pro skrytí Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Povolit globální zkratku pro skrytí Ferdium",
209 "settings.app.form.enableLock": "Povolit zámek hesla", 209 "settings.app.form.enableLock": "Povolit zámek hesla",
210 "settings.app.form.enableLongPressServiceHint": "Povolit zkratku služby při dlouhém stisku", 210 "settings.app.form.enableLongPressServiceHint": "Povolit zkratku služby při dlouhém stisku",
211 "settings.app.form.enableMenuBar": "Vždy zobrazovat Ferdiho v panelu nabídek", 211 "settings.app.form.enableMenuBar": "Vždy zobrazovat Ferdiumho v panelu nabídek",
212 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu", 212 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu",
213 "settings.app.form.enableSystemTray": "Vždy zobrazovat Ferdiho v systémové liště", 213 "settings.app.form.enableSystemTray": "Vždy zobrazovat Ferdiumho v systémové liště",
214 "settings.app.form.enableTodos": "Povolit Ferdi Todos", 214 "settings.app.form.enableTodos": "Povolit Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Zachovat služby v hibernaci při startu", 215 "settings.app.form.hibernateOnStartup": "Zachovat služby v hibernaci při startu",
216 "settings.app.form.hibernationStrategy": "Hibernační strategie", 216 "settings.app.form.hibernationStrategy": "Hibernační strategie",
217 "settings.app.form.iconSize": "Velikost ikony služby", 217 "settings.app.form.iconSize": "Velikost ikony služby",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Ponechat všechny pracovní prostory načteny", 219 "settings.app.form.keepAllWorkspacesLoaded": "Ponechat všechny pracovní prostory načteny",
220 "settings.app.form.language": "Jazyk", 220 "settings.app.form.language": "Jazyk",
221 "settings.app.form.lockPassword": "Heslo", 221 "settings.app.form.lockPassword": "Heslo",
222 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty", 222 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdium do systémové lišty",
223 "settings.app.form.navigationBarBehaviour": "Chování navigační lišty", 223 "settings.app.form.navigationBarBehaviour": "Chování navigační lišty",
224 "settings.app.form.notifyTaskBarOnMessage": "Upozornit na novou zprávu TaskBar/Dock", 224 "settings.app.form.notifyTaskBarOnMessage": "Upozornit na novou zprávu TaskBar/Dock",
225 "settings.app.form.passwordToggle": "Přepnout heslo", 225 "settings.app.form.passwordToggle": "Přepnout heslo",
226 "settings.app.form.predefinedTodoServer": "Server Todo", 226 "settings.app.form.predefinedTodoServer": "Server Todo",
227 "settings.app.form.privateNotifications": "Nezobrazovat obsah zprávy v oznámeních", 227 "settings.app.form.privateNotifications": "Nezobrazovat obsah zprávy v oznámeních",
228 "settings.app.form.reloadAfterResume": "Znovu načíst Ferdiho po obnovení systému", 228 "settings.app.form.reloadAfterResume": "Znovu načíst Ferdiumho po obnovení systému",
229 "settings.app.form.runInBackground": "Ponechat Ferdie v pozadí při zavírání okna", 229 "settings.app.form.runInBackground": "Ponechat Ferdiume v pozadí při zavírání okna",
230 "settings.app.form.scheduledDNDEnabled": "Povolit naplánované \"Nerušit\"", 230 "settings.app.form.scheduledDNDEnabled": "Povolit naplánované \"Nerušit\"",
231 "settings.app.form.scheduledDNDEnd": "Komu", 231 "settings.app.form.scheduledDNDEnd": "Komu",
232 "settings.app.form.scheduledDNDStart": "Od", 232 "settings.app.form.scheduledDNDStart": "Od",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Povolit režim rozdělení zobrazení", 241 "settings.app.form.splitMode": "Povolit režim rozdělení zobrazení",
242 "settings.app.form.startMinimized": "Spustit minimalizovaně", 242 "settings.app.form.startMinimized": "Spustit minimalizovaně",
243 "settings.app.form.universalDarkMode": "Povolit univerzální tmavý režim", 243 "settings.app.form.universalDarkMode": "Povolit univerzální tmavý režim",
244 "settings.app.form.useTouchIdToUnlock": "Povolit použití TouchID k odemčení Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Povolit použití TouchID k odemčení Ferdium",
245 "settings.app.form.useVerticalStyle": "Použít horizontální styl", 245 "settings.app.form.useVerticalStyle": "Použít horizontální styl",
246 "settings.app.form.wakeUpHibernationSplay": "Cykly uvolňování/probuzení přehrávání pro snížení zatížení", 246 "settings.app.form.wakeUpHibernationSplay": "Cykly uvolňování/probuzení přehrávání pro snížení zatížení",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernační strategie po automatickém probuzení", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernační strategie po automatickém probuzení",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Jazyk", 252 "settings.app.headlineLanguage": "Jazyk",
253 "settings.app.headlinePrivacy": "Soukromí", 253 "settings.app.headlinePrivacy": "Soukromí",
254 "settings.app.headlineUpdates": "Aktualizace", 254 "settings.app.headlineUpdates": "Aktualizace",
255 "settings.app.hibernateInfo": "Ve výchozím nastavení si Ferdi ponechá všechny vaše služby otevřené a načtené na pozadí, takže jsou připraveny, když je chcete používat. Služba Hibernace uvolní vaše služby po zadané částce. To je užitečné pro úsporu RAM nebo zachování služeb před zpomalením vašeho počítače.", 255 "settings.app.hibernateInfo": "Ve výchozím nastavení si Ferdium ponechá všechny vaše služby otevřené a načtené na pozadí, takže jsou připraveny, když je chcete používat. Služba Hibernace uvolní vaše služby po zadané částce. To je užitečné pro úsporu RAM nebo zachování služeb před zpomalením vašeho počítače.",
256 "settings.app.inactivityLockInfo": "Minut z nečinnosti, po kterém by měl Ferdi automaticky uzamknout. Použijte 0 pro vypnutí", 256 "settings.app.inactivityLockInfo": "Minut z nečinnosti, po kterém by měl Ferdium automaticky uzamknout. Použijte 0 pro vypnutí",
257 "settings.app.lockInfo": "Zámek hesel vám umožní chránit vaše zprávy.\nPomocí zámku hesla, budete vyzváni k zadání hesla pokaždé, když začnete Ferdi nebo uzamknete pomocí symbolu zámku v levém dolním rohu nebo zkratky {lockShortcut}.", 257 "settings.app.lockInfo": "Zámek hesel vám umožní chránit vaše zprávy.\nPomocí zámku hesla, budete vyzváni k zadání hesla pokaždé, když začnete Ferdium nebo uzamknete pomocí symbolu zámku v levém dolním rohu nebo zkratky {lockShortcut}.",
258 "settings.app.lockedPassword": "Heslo", 258 "settings.app.lockedPassword": "Heslo",
259 "settings.app.lockedPasswordInfo": "Ujistěte se prosím, že jste si pamatovali heslo.\nPokud ztratíte toto heslo, budete muset Ferdiho znovu nainstalovat.", 259 "settings.app.lockedPasswordInfo": "Ujistěte se prosím, že jste si pamatovali heslo.\nPokud ztratíte toto heslo, budete muset Ferdiumho znovu nainstalovat.",
260 "settings.app.restartRequired": "Změny vyžadují restart", 260 "settings.app.restartRequired": "Změny vyžadují restart",
261 "settings.app.scheduledDNDInfo": "Naplánováno \"Ne-Nerušit\" vám umožňuje definovat dobu, ve které nechcete dostávat oznámení od Ferdi.", 261 "settings.app.scheduledDNDInfo": "Naplánováno \"Ne-Nerušit\" vám umožňuje definovat dobu, ve které nechcete dostávat oznámení od Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Časy ve 24-hodinovém formátu. Čas ukončení může být před časem zahájení (např. začátek 17:00, konec 09:00) pro zapnutí režimu Nerušit přes noc.", 262 "settings.app.scheduledDNDTimeInfo": "Časy ve 24-hodinovém formátu. Čas ukončení může být před časem zahájení (např. začátek 17:00, konec 09:00) pro zapnutí režimu Nerušit přes noc.",
263 "settings.app.sentryInfo": "Odesílání dat o telemetrii nám umožňuje najít chyby ve Ferdi - nebudeme posílat žádné osobní informace, jako jsou údaje o vašich zprávách!", 263 "settings.app.sentryInfo": "Odesílání dat o telemetrii nám umožňuje najít chyby ve Ferdium - nebudeme posílat žádné osobní informace, jako jsou údaje o vašich zprávách!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi používá vaši Mac vestavěnou kontrolu pravopisu pro kontrolu překlepů. Pokud chcete změnit jazyky, které kontrola pravopisu zkontroluje, můžete tak učinit v Předvolbách systému Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium používá vaši Mac vestavěnou kontrolu pravopisu pro kontrolu překlepů. Pokud chcete změnit jazyky, které kontrola pravopisu zkontroluje, můžete tak učinit v Předvolbách systému Mac.",
265 "settings.app.subheadlineCache": "Mezipaměť", 265 "settings.app.subheadlineCache": "Mezipaměť",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Tento server bude použit pro funkci \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Tento server bude použit pro funkci \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Pomozte nám přeložit Ferdi do svého jazyka.", 268 "settings.app.translationHelp": "Pomozte nám přeložit Ferdium do svého jazyka.",
269 "settings.app.universalDarkModeInfo": "Univerzální tmavý režim se snaží dynamicky generovat tmavý mód pro služby, které jinak nejsou aktuálně podporovány.", 269 "settings.app.universalDarkModeInfo": "Univerzální tmavý režim se snaží dynamicky generovat tmavý mód pro služby, které jinak nejsou aktuálně podporovány.",
270 "settings.app.updateStatusAvailable": "Aktualizace k dispozici, stahování...", 270 "settings.app.updateStatusAvailable": "Aktualizace k dispozici, stahování...",
271 "settings.app.updateStatusSearching": "Vyhledávání aktualizací...", 271 "settings.app.updateStatusSearching": "Vyhledávání aktualizací...",
272 "settings.app.updateStatusUpToDate": "Používáte nejnovější verzi programu Ferdi", 272 "settings.app.updateStatusUpToDate": "Používáte nejnovější verzi programu Ferdium",
273 "settings.invite.headline": "Pozvi přátele", 273 "settings.invite.headline": "Pozvi přátele",
274 "settings.navigation.account": "Účet", 274 "settings.navigation.account": "Účet",
275 "settings.navigation.availableServices": "Dostupné služby", 275 "settings.navigation.availableServices": "Dostupné služby",
276 "settings.navigation.logout": "Odhlásit", 276 "settings.navigation.logout": "Odhlásit",
277 "settings.navigation.supportFerdi": "O aplikaci", 277 "settings.navigation.supportFerdium": "O aplikaci",
278 "settings.navigation.team": "Spravovat tým", 278 "settings.navigation.team": "Spravovat tým",
279 "settings.navigation.yourServices": "Vaše služby", 279 "settings.navigation.yourServices": "Vaše služby",
280 "settings.navigation.yourWorkspaces": "Vaše pracovní prostory", 280 "settings.navigation.yourWorkspaces": "Vaše pracovní prostory",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Dostupné služby", 289 "settings.recipes.headline": "Dostupné služby",
290 "settings.recipes.missingService": "Chybějící služba?", 290 "settings.recipes.missingService": "Chybějící služba?",
291 "settings.recipes.mostPopular": "Nejpopulárnější", 291 "settings.recipes.mostPopular": "Nejpopulárnější",
292 "settings.recipes.nothingFound": "Omlouváme se, ale žádná služba neodpovídá vašemu hledanému výrazu - ale stále jej můžete přidat pomocí volby \"Vlastní webová stránka\". Vezměte prosím na vědomí, že webové stránky mohou zobrazovat více služeb, které byly přidány do Ferdi od verze, ve které se právě nacházíte. Chcete-li získat tyto nové služby, zvažte prosím upgrade na novější verzi Ferdi.", 292 "settings.recipes.nothingFound": "Omlouváme se, ale žádná služba neodpovídá vašemu hledanému výrazu - ale stále jej můžete přidat pomocí volby \"Vlastní webová stránka\". Vezměte prosím na vědomí, že webové stránky mohou zobrazovat více služeb, které byly přidány do Ferdium od verze, ve které se právě nacházíte. Chcete-li získat tyto nové služby, zvažte prosím upgrade na novější verzi Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Služba byla úspěšně přidána",
294 "settings.searchService": "Vyhledat službu", 294 "settings.searchService": "Vyhledat službu",
295 "settings.service.error.goBack": "Zpět na služby", 295 "settings.service.error.goBack": "Zpět na služby",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Otevřít user.js", 329 "settings.service.form.openUserJs": "Otevřít user.js",
330 "settings.service.form.proxy.headline": "Nastavení HTTP/HTTPS Proxy", 330 "settings.service.form.proxy.headline": "Nastavení HTTP/HTTPS Proxy",
331 "settings.service.form.proxy.host": "Server proxy serveru", 331 "settings.service.form.proxy.host": "Server proxy serveru",
332 "settings.service.form.proxy.info": "Nastavení proxy nebude synchronizováno se servery Ferdi.", 332 "settings.service.form.proxy.info": "Nastavení proxy nebude synchronizováno se servery Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Použít proxy", 333 "settings.service.form.proxy.isEnabled": "Použít proxy",
334 "settings.service.form.proxy.password": "Heslo (volitelné)", 334 "settings.service.form.proxy.password": "Heslo (volitelné)",
335 "settings.service.form.proxy.port": "Přístav", 335 "settings.service.form.proxy.port": "Přístav",
336 "settings.service.form.proxy.restartInfo": "Po změně nastavení proxy restartujte prosím Ferdi.", 336 "settings.service.form.proxy.restartInfo": "Po změně nastavení proxy restartujte prosím Ferdium.",
337 "settings.service.form.proxy.user": "Uživatel (volitelné)", 337 "settings.service.form.proxy.user": "Uživatel (volitelné)",
338 "settings.service.form.recipeFileInfo": "Vaše uživatelské soubory budou vloženy na webovou stránku, takže si můžete přizpůsobit služby jakkoli chcete. Uživatelské soubory jsou uloženy pouze lokálně a nejsou přenášeny do jiných počítačů pomocí stejného účtu.", 338 "settings.service.form.recipeFileInfo": "Vaše uživatelské soubory budou vloženy na webovou stránku, takže si můžete přizpůsobit služby jakkoli chcete. Uživatelské soubory jsou uloženy pouze lokálně a nejsou přenášeny do jiných počítačů pomocí stejného účtu.",
339 "settings.service.form.saveButton": "Uložit službu", 339 "settings.service.form.saveButton": "Uložit službu",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Všechny zvuky jsou ztišeny", 352 "settings.services.tooltip.isMuted": "Všechny zvuky jsou ztišeny",
353 "settings.services.tooltip.notificationsDisabled": "Oznámení jsou zakázána", 353 "settings.services.tooltip.notificationsDisabled": "Oznámení jsou zakázána",
354 "settings.services.updatedInfo": "Vaše změny byly uloženy", 354 "settings.services.updatedInfo": "Vaše změny byly uloženy",
355 "settings.supportFerdi.about": "Vývoj Ferdiho provádí přispěvatelé. Lidé, kteří používají Ferdie, jako jste vy. Udržují, opravují a zlepšují Ferdiho ve svém volném čase.", 355 "settings.supportFerdium.about": "Vývoj Ferdiumho provádí přispěvatelé. Lidé, kteří používají Ferdiume, jako jste vy. Udržují, opravují a zlepšují Ferdiumho ve svém volném čase.",
356 "settings.supportFerdi.aboutIntro": "Zvláštní poděkování patří těmto úžasným národům:", 356 "settings.supportFerdium.aboutIntro": "Zvláštní poděkování patří těmto úžasným národům:",
357 "settings.supportFerdi.headline": "O aplikaci", 357 "settings.supportFerdium.headline": "O aplikaci",
358 "settings.team.contentHeadline": "Správa franzového týmu", 358 "settings.team.contentHeadline": "Správa franzového týmu",
359 "settings.team.copy": "Franz's Team Management vám umožní spravovat franzová předplatné pro více uživatelů. Mějte prosím na paměti, že mít franz Premium předplatné Vám nepřinese žádné výhody při používání Ferdi: Jediným důvodem, proč stále máte přístup ke správě týmu, je to, že můžete spravovat své starší Franzové týmy a tak neztratíte žádné funkce při správě svého účtu.", 359 "settings.team.copy": "Franz's Team Management vám umožní spravovat franzová předplatné pro více uživatelů. Mějte prosím na paměti, že mít franz Premium předplatné Vám nepřinese žádné výhody při používání Ferdium: Jediným důvodem, proč stále máte přístup ke správě týmu, je to, že můžete spravovat své starší Franzové týmy a tak neztratíte žádné funkce při správě svého účtu.",
360 "settings.team.headline": "Tým", 360 "settings.team.headline": "Tým",
361 "settings.team.intro": "V současné době používáte Franz servery, a proto máte přístup ke správě týmů.", 361 "settings.team.intro": "V současné době používáte Franz servery, a proto máte přístup ke správě týmů.",
362 "settings.team.manageAction": "Spravujte svůj tým na meetfranz.com", 362 "settings.team.manageAction": "Spravujte svůj tým na meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Zatím jste nevytvořili žádné pracovní prostory.", 385 "settings.workspaces.noWorkspacesAdded": "Zatím jste nevytvořili žádné pracovní prostory.",
386 "settings.workspaces.tryReloadWorkspaces": "Zkusit opět", 386 "settings.workspaces.tryReloadWorkspaces": "Zkusit opět",
387 "settings.workspaces.updatedInfo": "Vaše změny byly uloženy", 387 "settings.workspaces.updatedInfo": "Vaše změny byly uloženy",
388 "settings.workspaces.workspaceFeatureHeadline": "Méně je víc: Představujeme Ferdi pracovní prostory", 388 "settings.workspaces.workspaceFeatureHeadline": "Méně je víc: Představujeme Ferdium pracovní prostory",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspace vám umožní zaměřit se na to, co je právě teď důležité. Nastavte si různé sady služeb a kdykoliv se mezi nimi snadno přepínejte. Rozhodnete, které služby potřebujete, kdy a kde, abychom vám pomohli zůstat na vrcholu hry - nebo vám snadno vypnout práci, kdykoliv chcete.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium Workspace vám umožní zaměřit se na to, co je právě teď důležité. Nastavte si různé sady služeb a kdykoliv se mezi nimi snadno přepínejte. Rozhodnete, které služby potřebujete, kdy a kde, abychom vám pomohli zůstat na vrcholu hry - nebo vám snadno vypnout práci, kdykoliv chcete.",
390 "settings.workspaces.workspacesRequestFailed": "Nelze načíst tvé pracovní prostory", 390 "settings.workspaces.workspacesRequestFailed": "Nelze načíst tvé pracovní prostory",
391 "setupAssistant.headline": "Pojďme začít", 391 "setupAssistant.headline": "Pojďme začít",
392 "setupAssistant.subheadline": "Vyberte si z našich nejpoužívanějších služeb a získejte nyní zpět své zprávy.", 392 "setupAssistant.subheadline": "Vyberte si z našich nejpoužívanějších služeb a získejte nyní zpět své zprávy.",
393 "setupAssistant.submit.label": "Pojďme", 393 "setupAssistant.submit.label": "Pojďme",
394 "sidebar.addNewService": "Přidat novou službu", 394 "sidebar.addNewService": "Přidat novou službu",
395 "sidebar.closeTodosDrawer": "Zavřít Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Zavřít Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Zavřít pracovní prostor", 396 "sidebar.closeWorkspaceDrawer": "Zavřít pracovní prostor",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Vypnout upozornění a zvuky", 398 "sidebar.muteApp": "Vypnout upozornění a zvuky",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Otevřít panel pracovního prostoru", 400 "sidebar.openWorkspaceDrawer": "Otevřít panel pracovního prostoru",
401 "sidebar.unmuteApp": "Zapnout upozornění a zvuky", 401 "sidebar.unmuteApp": "Zapnout upozornění a zvuky",
402 "signup.email.label": "E-mailová adresa", 402 "signup.email.label": "E-mailová adresa",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Křestní jméno", 404 "signup.firstname.label": "Křestní jméno",
405 "signup.headline": "Přihlásit se", 405 "signup.headline": "Přihlásit se",
406 "signup.lastname.label": "Příjmení", 406 "signup.lastname.label": "Příjmení",
407 "signup.legal.info": "Vytvořením účtu Ferdi souhlasíte s", 407 "signup.legal.info": "Vytvořením účtu Ferdium souhlasíte s",
408 "signup.legal.privacy": "Prohlášení o ochraně soukromí", 408 "signup.legal.privacy": "Prohlášení o ochraně soukromí",
409 "signup.legal.terms": "Podmínky služby", 409 "signup.legal.terms": "Podmínky služby",
410 "signup.link.login": "Již máte účet, přihlásit se?", 410 "signup.link.login": "Již máte účet, přihlásit se?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Pracovní prostory", 440 "workspaceDrawer.headline": "Pracovní prostory",
441 "workspaceDrawer.item.contextMenuEdit": "upravit", 441 "workspaceDrawer.item.contextMenuEdit": "upravit",
442 "workspaceDrawer.item.noServicesAddedYet": "Zatím nebyly přidány žádné služby", 442 "workspaceDrawer.item.noServicesAddedYet": "Zatím nebyly přidány žádné služby",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspace se můžete zaměřit na to, co je právě teď důležité. Nastavit různé sady služeb a kdykoliv mezi nimi snadno přepínat.</p><p>Rozhodnete, které služby potřebujete, kdy a kde abychom vám pomohli zůstat na vrcholu hry - nebo vám snadno vypnout práci, kdykoliv chcete.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspace se můžete zaměřit na to, co je právě teď důležité. Nastavit různé sady služeb a kdykoliv mezi nimi snadno přepínat.</p><p>Rozhodnete, které služby potřebujete, kdy a kde abychom vám pomohli zůstat na vrcholu hry - nebo vám snadno vypnout práci, kdykoliv chcete.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Upravit nastavení pracovního prostoru", 444 "workspaceDrawer.workspacesSettingsTooltip": "Upravit nastavení pracovního prostoru",
445 "workspaces.switchingIndicator.switchingTo": "Přepnout na" 445 "workspaces.switchingIndicator.switchingTo": "Přepnout na"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index b0f355323..258f7ed7c 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Skift server", 5 "changeserver.headline": "Skift server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Indtast en gyldig URL", 7 "changeserver.urlError": "Indtast en gyldig URL",
8 "changeserver.warning": "Ekstra indstillinger, der tilbydes af Ferdi, vil ikke blive gemt", 8 "changeserver.warning": "Ekstra indstillinger, der tilbydes af Ferdium, vil ikke blive gemt",
9 "connectionLostBanner.cta": "Genindlæs tjeneste", 9 "connectionLostBanner.cta": "Genindlæs tjeneste",
10 "connectionLostBanner.informationLink": "Hvad skete der?", 10 "connectionLostBanner.informationLink": "Hvad skete der?",
11 "connectionLostBanner.message": "Åh nej! Ferdi mistede forbindelsen til {name}.", 11 "connectionLostBanner.message": "Åh nej! Ferdium mistede forbindelsen til {name}.",
12 "feature.basicAuth.signIn": "Log Ind", 12 "feature.basicAuth.signIn": "Log Ind",
13 "feature.publishDebugInfo.error": "Der opstod en fejl under forsøg på at udgive fejlfindingsoplysningerne. Prøv igen senere, eller se konsollen for mere information.", 13 "feature.publishDebugInfo.error": "Der opstod en fejl under forsøg på at udgive fejlfindingsoplysningerne. Prøv igen senere, eller se konsollen for mere information.",
14 "feature.publishDebugInfo.info": "At udgive dine fejlfindingsoplysninger hjælper os med at finde problemer og fejl i Ferdi. Ved at udgive dine fejlfindingsoplysninger accepterer du Ferdi Debugger's privatlivspolitik og servicevilkår", 14 "feature.publishDebugInfo.info": "At udgive dine fejlfindingsoplysninger hjælper os med at finde problemer og fejl i Ferdium. Ved at udgive dine fejlfindingsoplysninger accepterer du Ferdium Debugger's privatlivspolitik og servicevilkår",
15 "feature.publishDebugInfo.privacy": "Privatlivspolitik", 15 "feature.publishDebugInfo.privacy": "Privatlivspolitik",
16 "feature.publishDebugInfo.publish": "Accepter og udgiv", 16 "feature.publishDebugInfo.publish": "Accepter og udgiv",
17 "feature.publishDebugInfo.published": "Din fejlfindingsoplysninger blev udgivet og er nu tilgængelig på", 17 "feature.publishDebugInfo.published": "Din fejlfindingsoplysninger blev udgivet og er nu tilgængelig på",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Vælg en tjeneste med TAB, ↑ og ↓. Åbn en tjeneste med ENTER.", 20 "feature.quickSwitch.info": "Vælg en tjeneste med TAB, ↑ og ↓. Åbn en tjeneste med ENTER.",
21 "feature.quickSwitch.search": "Søg...", 21 "feature.quickSwitch.search": "Søg...",
22 "feature.quickSwitch.title": "Hurtigskift", 22 "feature.quickSwitch.title": "Hurtigskift",
23 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester", 23 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdium onlinetjenester",
24 "global.cancel": "Annuller", 24 "global.cancel": "Annuller",
25 "global.edit": "Rediger", 25 "global.edit": "Rediger",
26 "global.no": "Nej", 26 "global.no": "Nej",
27 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.", 27 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.",
28 "global.ok": "OK", 28 "global.ok": "OK",
29 "global.quit": "Afslut", 29 "global.quit": "Afslut",
30 "global.quitConfirmation": "Vil du virkelig afslutte Ferdi?", 30 "global.quitConfirmation": "Vil du virkelig afslutte Ferdium?",
31 "global.save": "Gem", 31 "global.save": "Gem",
32 "global.settings": "Indstillinger", 32 "global.settings": "Indstillinger",
33 "global.spellchecker.useDefault": "Benyt systemstandard ({default})", 33 "global.spellchecker.useDefault": "Benyt systemstandard ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Brug 'https://whatmyuseragent.com/' (for at opdage) eller 'https://developers.whatismybrowser.com/useragents/explore/' (for at vælge) din ønskede brugeragent og kopier det her.", 38 "global.userAgentHelp": "Brug 'https://whatmyuseragent.com/' (for at opdage) eller 'https://developers.whatismybrowser.com/useragents/explore/' (for at vælge) din ønskede brugeragent og kopier det her.",
39 "global.userAgentPref": "Bruger Agent", 39 "global.userAgentPref": "Bruger Agent",
40 "global.yes": "Ja", 40 "global.yes": "Ja",
41 "import.headline": "Importer dine Ferdi 4-tjenester", 41 "import.headline": "Importer dine Ferdium 4-tjenester",
42 "import.notSupportedHeadline": "Tjenester endnu ikke understøttet i Ferdi 5", 42 "import.notSupportedHeadline": "Tjenester endnu ikke understøttet i Ferdium 5",
43 "import.skip.label": "Jeg ønsker at tilføje tjenester manuelt", 43 "import.skip.label": "Jeg ønsker at tilføje tjenester manuelt",
44 "import.submit.label": "Importer {count} tjenester", 44 "import.submit.label": "Importer {count} tjenester",
45 "infobar.authRequestFailed": "Der var fejl under forsøget på at udføre en godkendt anmodning. Prøv at logge ud og ind igen hvis fejlen fortsætter.", 45 "infobar.authRequestFailed": "Der var fejl under forsøget på at udføre en godkendt anmodning. Prøv at logge ud og ind igen hvis fejlen fortsætter.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Skjul", 49 "infobar.hide": "Skjul",
50 "infobar.requiredRequestsFailed": "Kunne ikke indlæse tjenester og brugerinformation", 50 "infobar.requiredRequestsFailed": "Kunne ikke indlæse tjenester og brugerinformation",
51 "infobar.servicesUpdated": "Dine tjenester er blevet opdateret.", 51 "infobar.servicesUpdated": "Dine tjenester er blevet opdateret.",
52 "infobar.updateAvailable": "En ny opdatering til Ferdi er tilgængelig.", 52 "infobar.updateAvailable": "En ny opdatering til Ferdium er tilgængelig.",
53 "infobox.dismiss": "Afvis", 53 "infobox.dismiss": "Afvis",
54 "invite.email.label": "Mailadresse", 54 "invite.email.label": "Mailadresse",
55 "invite.headline.friends": "Inviter 3 af dine venner eller kolleger", 55 "invite.headline.friends": "Inviter 3 af dine venner eller kolleger",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "lås op med Touch ID", 65 "locked.touchIdPrompt": "lås op med Touch ID",
66 "locked.unlockWithPassword": "Lås op med adgangskode", 66 "locked.unlockWithPassword": "Lås op med adgangskode",
67 "login.changeServer": "Skift server", 67 "login.changeServer": "Skift server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Mailadresse", 70 "login.email.label": "Mailadresse",
71 "login.headline": "Log ind", 71 "login.headline": "Log ind",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Din session er udløbet, log ind igen.", 78 "login.tokenExpired": "Din session er udløbet, log ind igen.",
79 "menu.Todoss.closeTodosDrawer": "Luk Todos panel", 79 "menu.Todoss.closeTodosDrawer": "Luk Todos panel",
80 "menu.Todoss.openTodosDrawer": "Åbn Todos panel", 80 "menu.Todoss.openTodosDrawer": "Åbn Todos panel",
81 "menu.app.about": "Om Ferdi", 81 "menu.app.about": "Om Ferdium",
82 "menu.app.autohideMenuBar": "Auto-skjul menulinje", 82 "menu.app.autohideMenuBar": "Auto-skjul menulinje",
83 "menu.app.checkForUpdates": "Søg efter opdateringer", 83 "menu.app.checkForUpdates": "Søg efter opdateringer",
84 "menu.app.hide": "Skjul", 84 "menu.app.hide": "Skjul",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Ændringslog", 104 "menu.help.changelog": "Ændringslog",
105 "menu.help.debugInfo": "Kopier fejlfindingsoplysninger", 105 "menu.help.debugInfo": "Kopier fejlfindingsoplysninger",
106 "menu.help.debugInfoCopiedBody": "Dine fejlfindingsoplysninger er blevet kopieret til udklipsholderen.", 106 "menu.help.debugInfoCopiedBody": "Dine fejlfindingsoplysninger er blevet kopieret til udklipsholderen.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi fejlfindingsoplysninger", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium fejlfindingsoplysninger",
108 "menu.help.importExportData": "Import/eksport Konfigurationsdata", 108 "menu.help.importExportData": "Import/eksport Konfigurationsdata",
109 "menu.help.learnMore": "Få mere at vide", 109 "menu.help.learnMore": "Få mere at vide",
110 "menu.help.privacy": "Privatlivspolitik", 110 "menu.help.privacy": "Privatlivspolitik",
@@ -121,9 +121,9 @@
121 "menu.view": "Vis", 121 "menu.view": "Vis",
122 "menu.view.back": "Tilbage", 122 "menu.view.back": "Tilbage",
123 "menu.view.forward": "Fremad", 123 "menu.view.forward": "Fremad",
124 "menu.view.lockFerdi": "Lås Ferdi", 124 "menu.view.lockFerdium": "Lås Ferdium",
125 "menu.view.openQuickSwitch": "Åben hurtig skift", 125 "menu.view.openQuickSwitch": "Åben hurtig skift",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Genindlæs tjeneste", 127 "menu.view.reloadService": "Genindlæs tjeneste",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Faktisk Størrelse", 129 "menu.view.resetZoom": "Faktisk Størrelse",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} blev ikke indlæst.", 161 "service.errorHandler.text": "{name} blev ikke indlæst.",
162 "service.webviewLoader.loading": "Indlæser {service}", 162 "service.webviewLoader.loading": "Indlæser {service}",
163 "services.getStarted": "Kom godt i gang", 163 "services.getStarted": "Kom godt i gang",
164 "services.login": "Log ind for at bruge Ferdi.", 164 "services.login": "Log ind for at bruge Ferdium.",
165 "services.serverInfo": "Alternativt kan du ændre din Ferdi server ved at klikke på tågen i nederste venstre hjørne. Hvis du skifter over (fra en af de hostede servere) til at bruge Ferdi uden en konto, bedes du informeres om, at du kan eksportere dine data fra den pågældende server og efterfølgende importere dem via Hjælp-menuen for at genoplive alle dine arbejdsområder og konfigurerede tjenester!", 165 "services.serverInfo": "Alternativt kan du ændre din Ferdium server ved at klikke på tågen i nederste venstre hjørne. Hvis du skifter over (fra en af de hostede servere) til at bruge Ferdium uden en konto, bedes du informeres om, at du kan eksportere dine data fra den pågældende server og efterfølgende importere dem via Hjælp-menuen for at genoplive alle dine arbejdsområder og konfigurerede tjenester!",
166 "services.serverless": "Brug Ferdi uden en konto", 166 "services.serverless": "Brug Ferdium uden en konto",
167 "settings.account.account.editButton": "Rediger konto", 167 "settings.account.account.editButton": "Rediger konto",
168 "settings.account.accountUnavailable": "Konto utilgængelig", 168 "settings.account.accountUnavailable": "Konto utilgængelig",
169 "settings.account.accountUnavailableInfo": "Du bruger Ferdi uden en konto. Hvis du ønsker at bruge Ferdi med en konto og holde dine tjenester synkroniseret på tværs af enheder, vælg en server under fanen Indstillinger, og log derefter ind.", 169 "settings.account.accountUnavailableInfo": "Du bruger Ferdium uden en konto. Hvis du ønsker at bruge Ferdium med en konto og holde dine tjenester synkroniseret på tværs af enheder, vælg en server under fanen Indstillinger, og log derefter ind.",
170 "settings.account.buttonSave": "Opdater profil", 170 "settings.account.buttonSave": "Opdater profil",
171 "settings.account.deleteAccount": "Slet konto", 171 "settings.account.deleteAccount": "Slet konto",
172 "settings.account.deleteEmailSent": "Du har modtaget en mail med et link til at bekræfte sletning af din konto. Din konto og data kan ikke gendannes!", 172 "settings.account.deleteEmailSent": "Du har modtaget en mail med et link til at bekræfte sletning af din konto. Din konto og data kan ikke gendannes!",
173 "settings.account.deleteInfo": "Hvis du ikke længere har brug for din Ferdi-konto, kan du slette den og alle relaterede data her.", 173 "settings.account.deleteInfo": "Hvis du ikke længere har brug for din Ferdium-konto, kan du slette den og alle relaterede data her.",
174 "settings.account.headline": "Konto", 174 "settings.account.headline": "Konto",
175 "settings.account.headlineAccount": "Konto oplysninger", 175 "settings.account.headlineAccount": "Konto oplysninger",
176 "settings.account.headlineDangerZone": "Fare Zone", 176 "settings.account.headlineDangerZone": "Fare Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Prøv igen", 181 "settings.account.tryReloadServices": "Prøv igen",
182 "settings.account.tryReloadUserInfoRequest": "Prøv igen", 182 "settings.account.tryReloadUserInfoRequest": "Prøv igen",
183 "settings.account.userInfoRequestFailed": "Kunne ikke indlæse brugerinformation", 183 "settings.account.userInfoRequestFailed": "Kunne ikke indlæse brugerinformation",
184 "settings.account.yourLicense": "Din Ferdi Licens:", 184 "settings.account.yourLicense": "Din Ferdium Licens:",
185 "settings.app.accentColorInfo": "Skriv din accentfarve i et CSS-kompatibelt format. (Standard: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Skriv din accentfarve i et CSS-kompatibelt format. (Standard: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Ryd cache", 186 "settings.app.buttonClearAllCache": "Ryd cache",
187 "settings.app.buttonInstallUpdate": "Genstart og installer opdatering", 187 "settings.app.buttonInstallUpdate": "Genstart og installer opdatering",
188 "settings.app.buttonOpenFerdiProfileFolder": "Åbn profilmappe", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Åbn profilmappe",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Åbn servicemappe til opskrifter", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Åbn servicemappe til opskrifter",
190 "settings.app.buttonSearchForUpdate": "Søg efter opdateringer", 190 "settings.app.buttonSearchForUpdate": "Søg efter opdateringer",
191 "settings.app.cacheInfo": "Ferdi's cache bruger i øjeblikket {size} diskplads.", 191 "settings.app.cacheInfo": "Ferdium's cache bruger i øjeblikket {size} diskplads.",
192 "settings.app.cacheNotCleared": "Kunne ikke rydde al cache", 192 "settings.app.cacheNotCleared": "Kunne ikke rydde al cache",
193 "settings.app.closeSettings": "Luk indstillinger", 193 "settings.app.closeSettings": "Luk indstillinger",
194 "settings.app.currentVersion": "Nuværende version:", 194 "settings.app.currentVersion": "Nuværende version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synkroniser mørk tilstand med mit operativsystems indstilling for mørk tilstand", 196 "settings.app.form.adaptableDarkMode": "Synkroniser mørk tilstand med mit operativsystems indstilling for mørk tilstand",
197 "settings.app.form.alwaysShowWorkspaces": "Vis altid arbejdsrumskuffe", 197 "settings.app.form.alwaysShowWorkspaces": "Vis altid arbejdsrumskuffe",
198 "settings.app.form.autoLaunchInBackground": "​​Åbn i baggrunden", 198 "settings.app.form.autoLaunchInBackground": "​​Åbn i baggrunden",
199 "settings.app.form.autoLaunchOnStart": "Åbn Ferdi ved start", 199 "settings.app.form.autoLaunchOnStart": "Åbn Ferdium ved start",
200 "settings.app.form.automaticUpdates": "Aktiver automatiske opdateringer", 200 "settings.app.form.automaticUpdates": "Aktiver automatiske opdateringer",
201 "settings.app.form.beta": "Inkludér præudgivelser", 201 "settings.app.form.beta": "Inkludér præudgivelser",
202 "settings.app.form.clipboardNotifications": "Vis ikke notifikationer for udklipsholderbegivenheder", 202 "settings.app.form.clipboardNotifications": "Vis ikke notifikationer for udklipsholderbegivenheder",
203 "settings.app.form.closeToSystemTray": "Luk Ferdi til systembakken", 203 "settings.app.form.closeToSystemTray": "Luk Ferdium til systembakken",
204 "settings.app.form.confirmOnQuit": "Bekræft ved afslutning af Ferdi", 204 "settings.app.form.confirmOnQuit": "Bekræft ved afslutning af Ferdium",
205 "settings.app.form.customTodoServer": "Brugerdefineret Todo Server", 205 "settings.app.form.customTodoServer": "Brugerdefineret Todo Server",
206 "settings.app.form.darkMode": "Aktiver mørk tilstand", 206 "settings.app.form.darkMode": "Aktiver mørk tilstand",
207 "settings.app.form.enableGPUAcceleration": "Aktiver GPU-acceleration", 207 "settings.app.form.enableGPUAcceleration": "Aktiver GPU-acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Aktivér Global genvej for at skjule Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Aktivér Global genvej for at skjule Ferdium",
209 "settings.app.form.enableLock": "Aktiver adgangskodelås", 209 "settings.app.form.enableLock": "Aktiver adgangskodelås",
210 "settings.app.form.enableLongPressServiceHint": "Aktiver service genvej vink ved langt tryk", 210 "settings.app.form.enableLongPressServiceHint": "Aktiver service genvej vink ved langt tryk",
211 "settings.app.form.enableMenuBar": "Vis altid Ferdi i menulinjen", 211 "settings.app.form.enableMenuBar": "Vis altid Ferdium i menulinjen",
212 "settings.app.form.enableSpellchecking": "Aktiver stavekontrol", 212 "settings.app.form.enableSpellchecking": "Aktiver stavekontrol",
213 "settings.app.form.enableSystemTray": "Vis altid Ferdi i statusområdet", 213 "settings.app.form.enableSystemTray": "Vis altid Ferdium i statusområdet",
214 "settings.app.form.enableTodos": "Aktiver Ferdi Todos", 214 "settings.app.form.enableTodos": "Aktiver Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Sæt tjenester i dvale ved opstart", 215 "settings.app.form.hibernateOnStartup": "Sæt tjenester i dvale ved opstart",
216 "settings.app.form.hibernationStrategy": "Dvale strategi", 216 "settings.app.form.hibernationStrategy": "Dvale strategi",
217 "settings.app.form.iconSize": "Ikonstørrelse for tjenester", 217 "settings.app.form.iconSize": "Ikonstørrelse for tjenester",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Behold alle arbejdsrum indlæst", 219 "settings.app.form.keepAllWorkspacesLoaded": "Behold alle arbejdsrum indlæst",
220 "settings.app.form.language": "Sprog", 220 "settings.app.form.language": "Sprog",
221 "settings.app.form.lockPassword": "Adgangskode", 221 "settings.app.form.lockPassword": "Adgangskode",
222 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systembakken", 222 "settings.app.form.minimizeToSystemTray": "Minimer Ferdium til systembakken",
223 "settings.app.form.navigationBarBehaviour": "Adressefeltets opførsel", 223 "settings.app.form.navigationBarBehaviour": "Adressefeltets opførsel",
224 "settings.app.form.notifyTaskBarOnMessage": "Notificer Opgavebjælke/Dock ved ny besked", 224 "settings.app.form.notifyTaskBarOnMessage": "Notificer Opgavebjælke/Dock ved ny besked",
225 "settings.app.form.passwordToggle": "Adgangskodeskift", 225 "settings.app.form.passwordToggle": "Adgangskodeskift",
226 "settings.app.form.predefinedTodoServer": "Todo server", 226 "settings.app.form.predefinedTodoServer": "Todo server",
227 "settings.app.form.privateNotifications": "Vis ikke beskedindhold i notifikationer", 227 "settings.app.form.privateNotifications": "Vis ikke beskedindhold i notifikationer",
228 "settings.app.form.reloadAfterResume": "Genindlæs Ferdi efter systemet er vågnet", 228 "settings.app.form.reloadAfterResume": "Genindlæs Ferdium efter systemet er vågnet",
229 "settings.app.form.runInBackground": "Behold Ferdi i baggrunden når vinduet lukkes", 229 "settings.app.form.runInBackground": "Behold Ferdium i baggrunden når vinduet lukkes",
230 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt Forstyr ikke", 230 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt Forstyr ikke",
231 "settings.app.form.scheduledDNDEnd": "Til", 231 "settings.app.form.scheduledDNDEnd": "Til",
232 "settings.app.form.scheduledDNDStart": "Fra", 232 "settings.app.form.scheduledDNDStart": "Fra",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Aktiver Opdel Visningstilstand", 241 "settings.app.form.splitMode": "Aktiver Opdel Visningstilstand",
242 "settings.app.form.startMinimized": "Start minimeret", 242 "settings.app.form.startMinimized": "Start minimeret",
243 "settings.app.form.universalDarkMode": "Aktiver universel mørk tilstand", 243 "settings.app.form.universalDarkMode": "Aktiver universel mørk tilstand",
244 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdi op", 244 "settings.app.form.useTouchIdToUnlock": "Tillad brug af TouchID for at låse Ferdium op",
245 "settings.app.form.useVerticalStyle": "Brug vandret stil", 245 "settings.app.form.useVerticalStyle": "Brug vandret stil",
246 "settings.app.form.wakeUpHibernationSplay": "Splay dvale/våge cyklusser for at reducere belastningen", 246 "settings.app.form.wakeUpHibernationSplay": "Splay dvale/våge cyklusser for at reducere belastningen",
247 "settings.app.form.wakeUpHibernationStrategy": "Dvalestrategi efter automatisk opvågning", 247 "settings.app.form.wakeUpHibernationStrategy": "Dvalestrategi efter automatisk opvågning",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Sprog", 252 "settings.app.headlineLanguage": "Sprog",
253 "settings.app.headlinePrivacy": "Privatliv", 253 "settings.app.headlinePrivacy": "Privatliv",
254 "settings.app.headlineUpdates": "Opdateringer", 254 "settings.app.headlineUpdates": "Opdateringer",
255 "settings.app.hibernateInfo": "Som standard vil Ferdi holde alle dine tjenester åbne og indlæste i baggrunden, så de er klar, når du vil bruge dem. Du kan vælge at sætte dine tjenester i dvale efter en angivet mængde tid. Dette er nyttigt til at spare hukommelse eller forhindre tjenester i at bremse din computer.", 255 "settings.app.hibernateInfo": "Som standard vil Ferdium holde alle dine tjenester åbne og indlæste i baggrunden, så de er klar, når du vil bruge dem. Du kan vælge at sætte dine tjenester i dvale efter en angivet mængde tid. Dette er nyttigt til at spare hukommelse eller forhindre tjenester i at bremse din computer.",
256 "settings.app.inactivityLockInfo": "Minutter af inaktivitet, hvorefter Ferdi automatisk skal låse. Brug 0 for at deaktivere", 256 "settings.app.inactivityLockInfo": "Minutter af inaktivitet, hvorefter Ferdium automatisk skal låse. Brug 0 for at deaktivere",
257 "settings.app.lockInfo": "Password Lock giver dig mulighed for at holde dine beskeder beskyttet.\nBrug Password Lock, du vil blive bedt om at indtaste din adgangskode hver gang du starter Ferdi eller låser Ferdi selv ved hjælp af låsesymbolet i nederste venstre hjørne eller genvejen {lockShortcut}.", 257 "settings.app.lockInfo": "Password Lock giver dig mulighed for at holde dine beskeder beskyttet.\nBrug Password Lock, du vil blive bedt om at indtaste din adgangskode hver gang du starter Ferdium eller låser Ferdium selv ved hjælp af låsesymbolet i nederste venstre hjørne eller genvejen {lockShortcut}.",
258 "settings.app.lockedPassword": "Adgangskode", 258 "settings.app.lockedPassword": "Adgangskode",
259 "settings.app.lockedPasswordInfo": "Sørg for at angive en adgangskode, du husker.\nHvis du mister denne adgangskode, skal du geninstallere Ferdi.", 259 "settings.app.lockedPasswordInfo": "Sørg for at angive en adgangskode, du husker.\nHvis du mister denne adgangskode, skal du geninstallere Ferdium.",
260 "settings.app.restartRequired": "Ændringer kræver genstart", 260 "settings.app.restartRequired": "Ændringer kræver genstart",
261 "settings.app.scheduledDNDInfo": "Planlagt Forstyr ikke giver dig mulighed for at definere et tidsrum, hvor du ikke ønsker at få meddelelser fra Ferdi.", 261 "settings.app.scheduledDNDInfo": "Planlagt Forstyr ikke giver dig mulighed for at definere et tidsrum, hvor du ikke ønsker at få meddelelser fra Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Tider er i 24-timer format. Sluttidspunktet kan være før starttidspunktet (f.eks. fra 17:00 til 09:00) for at aktivere Forstyr ikke natten over.", 262 "settings.app.scheduledDNDTimeInfo": "Tider er i 24-timer format. Sluttidspunktet kan være før starttidspunktet (f.eks. fra 17:00 til 09:00) for at aktivere Forstyr ikke natten over.",
263 "settings.app.sentryInfo": "At sende telemetri data giver os mulighed for at finde fejl i Ferdi - vi vil ikke sende nogen personlige oplysninger som dine besked data!", 263 "settings.app.sentryInfo": "At sende telemetri data giver os mulighed for at finde fejl i Ferdium - vi vil ikke sende nogen personlige oplysninger som dine besked data!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi bruger din Macs indbyggede stavekontrol. Hvis du ønsker at ændre de sprog, stavekontrollen kontrollerer for, kan du gøre det i din Macs systemindstillinger.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium bruger din Macs indbyggede stavekontrol. Hvis du ønsker at ændre de sprog, stavekontrollen kontrollerer for, kan du gøre det i din Macs systemindstillinger.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Denne server vil blive brugt til funktionen \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Denne server vil blive brugt til funktionen \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Hjælp os med at oversætte Ferdi til dit sprog.", 268 "settings.app.translationHelp": "Hjælp os med at oversætte Ferdium til dit sprog.",
269 "settings.app.universalDarkModeInfo": "Universel mørk tilstand forsøger at dynamisk generere mørk tilstand stilarter for tjenester, der ellers ikke er understøttet.", 269 "settings.app.universalDarkModeInfo": "Universel mørk tilstand forsøger at dynamisk generere mørk tilstand stilarter for tjenester, der ellers ikke er understøttet.",
270 "settings.app.updateStatusAvailable": "Opdatering tilgængelig, downloader...", 270 "settings.app.updateStatusAvailable": "Opdatering tilgængelig, downloader...",
271 "settings.app.updateStatusSearching": "Søger efter opdateringer...", 271 "settings.app.updateStatusSearching": "Søger efter opdateringer...",
272 "settings.app.updateStatusUpToDate": "Du bruger den nyeste version af Ferdi", 272 "settings.app.updateStatusUpToDate": "Du bruger den nyeste version af Ferdium",
273 "settings.invite.headline": "Inviter Venner", 273 "settings.invite.headline": "Inviter Venner",
274 "settings.navigation.account": "Konto", 274 "settings.navigation.account": "Konto",
275 "settings.navigation.availableServices": "Tilgængelige tjenester", 275 "settings.navigation.availableServices": "Tilgængelige tjenester",
276 "settings.navigation.logout": "Log ud", 276 "settings.navigation.logout": "Log ud",
277 "settings.navigation.supportFerdi": "Om Ferdi", 277 "settings.navigation.supportFerdium": "Om Ferdium",
278 "settings.navigation.team": "Administrer Team", 278 "settings.navigation.team": "Administrer Team",
279 "settings.navigation.yourServices": "Dine tjenester", 279 "settings.navigation.yourServices": "Dine tjenester",
280 "settings.navigation.yourWorkspaces": "Dine arbejdsrum", 280 "settings.navigation.yourWorkspaces": "Dine arbejdsrum",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Tilgængelige tjenester", 289 "settings.recipes.headline": "Tilgængelige tjenester",
290 "settings.recipes.missingService": "Mangler du en service?", 290 "settings.recipes.missingService": "Mangler du en service?",
291 "settings.recipes.mostPopular": "Mest populære", 291 "settings.recipes.mostPopular": "Mest populære",
292 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste matchede dit søgeord - men du kan stadig sandsynligvis tilføje det ved hjælp af \"Brugerdefineret hjemmeside\" mulighed. Bemærk, at hjemmesiden kan vise flere tjenester, der er blevet tilføjet til Ferdi siden den version, du er i øjeblikket på. For at få disse nye tjenester, skal du overveje at opgradere til en nyere version af Ferdi.", 292 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste matchede dit søgeord - men du kan stadig sandsynligvis tilføje det ved hjælp af \"Brugerdefineret hjemmeside\" mulighed. Bemærk, at hjemmesiden kan vise flere tjenester, der er blevet tilføjet til Ferdium siden den version, du er i øjeblikket på. For at få disse nye tjenester, skal du overveje at opgradere til en nyere version af Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten blev tilføjet",
294 "settings.searchService": "Søg tjeneste", 294 "settings.searchService": "Søg tjeneste",
295 "settings.service.error.goBack": "Tilbage til tjenester", 295 "settings.service.error.goBack": "Tilbage til tjenester",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Åbn user.js", 329 "settings.service.form.openUserJs": "Åbn user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS proxyindstillinger", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS proxyindstillinger",
331 "settings.service.form.proxy.host": "Proxy vært/IP", 331 "settings.service.form.proxy.host": "Proxy vært/IP",
332 "settings.service.form.proxy.info": "Proxy- indstillingerne vil ikke blive synkroniseret med Ferdi- serverne.", 332 "settings.service.form.proxy.info": "Proxy- indstillingerne vil ikke blive synkroniseret med Ferdium- serverne.",
333 "settings.service.form.proxy.isEnabled": "Brug Proxy", 333 "settings.service.form.proxy.isEnabled": "Brug Proxy",
334 "settings.service.form.proxy.password": "Adgangskode (valgfri)", 334 "settings.service.form.proxy.password": "Adgangskode (valgfri)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Genstart Ferdi efter ændring af proxyindstillinger.", 336 "settings.service.form.proxy.restartInfo": "Genstart Ferdium efter ændring af proxyindstillinger.",
337 "settings.service.form.proxy.user": "Bruger (valgfri)", 337 "settings.service.form.proxy.user": "Bruger (valgfri)",
338 "settings.service.form.recipeFileInfo": "Dine brugerfiler vil blive indsat i websiden, så du kan tilpasse tjenester lige som du ønsker. Brugerfiler gemmes kun lokalt og overføres ikke til andre enheder der bruger samme konto.", 338 "settings.service.form.recipeFileInfo": "Dine brugerfiler vil blive indsat i websiden, så du kan tilpasse tjenester lige som du ønsker. Brugerfiler gemmes kun lokalt og overføres ikke til andre enheder der bruger samme konto.",
339 "settings.service.form.saveButton": "Gem service", 339 "settings.service.form.saveButton": "Gem service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Alle lyde er slået fra", 352 "settings.services.tooltip.isMuted": "Alle lyde er slået fra",
353 "settings.services.tooltip.notificationsDisabled": "Notifikationer er slået fra", 353 "settings.services.tooltip.notificationsDisabled": "Notifikationer er slået fra",
354 "settings.services.updatedInfo": "Dine ændringer er blevet gemt", 354 "settings.services.updatedInfo": "Dine ændringer er blevet gemt",
355 "settings.supportFerdi.about": "Udviklingen af Ferdi sker af bidragsydere. Folk, der bruger Ferdi som dig. De vedligeholder, retter og forbedrer Ferdi i deres fritid.", 355 "settings.supportFerdium.about": "Udviklingen af Ferdium sker af bidragsydere. Folk, der bruger Ferdium som dig. De vedligeholder, retter og forbedrer Ferdium i deres fritid.",
356 "settings.supportFerdi.aboutIntro": "Særlig tak går til disse fantastiske mennesker:", 356 "settings.supportFerdium.aboutIntro": "Særlig tak går til disse fantastiske mennesker:",
357 "settings.supportFerdi.headline": "Om Ferdi", 357 "settings.supportFerdium.headline": "Om Ferdium",
358 "settings.team.contentHeadline": "Franz Teamstyring", 358 "settings.team.contentHeadline": "Franz Teamstyring",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "Du bruger i øjeblikket Franz Servers, og derfor har du adgang til Team Management.", 361 "settings.team.intro": "Du bruger i øjeblikket Franz Servers, og derfor har du adgang til Team Management.",
362 "settings.team.manageAction": "Administrer dit Team på meetfranz.com", 362 "settings.team.manageAction": "Administrer dit Team på meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Du har ikke oprettet nogen arbejdsrum endnu.", 385 "settings.workspaces.noWorkspacesAdded": "Du har ikke oprettet nogen arbejdsrum endnu.",
386 "settings.workspaces.tryReloadWorkspaces": "Prøv igen", 386 "settings.workspaces.tryReloadWorkspaces": "Prøv igen",
387 "settings.workspaces.updatedInfo": "Dine ændringer er blevet gemt", 387 "settings.workspaces.updatedInfo": "Dine ændringer er blevet gemt",
388 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mere: Introducerer Ferdi arbejdsrum", 388 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mere: Introducerer Ferdium arbejdsrum",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces lader dig fokusere på, hvad der er vigtigt lige nu. Konfigurer forskellige sæt af tjenester og nemt skifte mellem dem til enhver tid. Du bestemmer, hvilke tjenester du har brug for, hvornår og hvor, så vi kan hjælpe dig med at holde dig på toppen af dit spil - eller nemt slukke for arbejde, når du vil.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium Workspaces lader dig fokusere på, hvad der er vigtigt lige nu. Konfigurer forskellige sæt af tjenester og nemt skifte mellem dem til enhver tid. Du bestemmer, hvilke tjenester du har brug for, hvornår og hvor, så vi kan hjælpe dig med at holde dig på toppen af dit spil - eller nemt slukke for arbejde, når du vil.",
390 "settings.workspaces.workspacesRequestFailed": "Kunne ikke indlæse dine arbejdsrum", 390 "settings.workspaces.workspacesRequestFailed": "Kunne ikke indlæse dine arbejdsrum",
391 "setupAssistant.headline": "Lad os komme i gang", 391 "setupAssistant.headline": "Lad os komme i gang",
392 "setupAssistant.subheadline": "Vælg mellem vores mest brugte tjenester og komme tilbage på toppen af din besked nu.", 392 "setupAssistant.subheadline": "Vælg mellem vores mest brugte tjenester og komme tilbage på toppen af din besked nu.",
393 "setupAssistant.submit.label": "Lad os gå", 393 "setupAssistant.submit.label": "Lad os gå",
394 "sidebar.addNewService": "Tilføj ny tjeneste", 394 "sidebar.addNewService": "Tilføj ny tjeneste",
395 "sidebar.closeTodosDrawer": "Luk Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Luk Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Luk arbejdsrumspanel", 396 "sidebar.closeWorkspaceDrawer": "Luk arbejdsrumspanel",
397 "sidebar.lockFerdi": "Lås Ferdi", 397 "sidebar.lockFerdium": "Lås Ferdium",
398 "sidebar.muteApp": "Deaktiver notifikationer og lyd", 398 "sidebar.muteApp": "Deaktiver notifikationer og lyd",
399 "sidebar.openTodosDrawer": "Åbn Ferdi Todos", 399 "sidebar.openTodosDrawer": "Åbn Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Åbn arbejdsrumspanel", 400 "sidebar.openWorkspaceDrawer": "Åbn arbejdsrumspanel",
401 "sidebar.unmuteApp": "Aktiver notifikationer og lyd", 401 "sidebar.unmuteApp": "Aktiver notifikationer og lyd",
402 "signup.email.label": "Mailadresse", 402 "signup.email.label": "Mailadresse",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Fornavn", 404 "signup.firstname.label": "Fornavn",
405 "signup.headline": "Tilmeld dig", 405 "signup.headline": "Tilmeld dig",
406 "signup.lastname.label": "Efternavn", 406 "signup.lastname.label": "Efternavn",
407 "signup.legal.info": "Ved at oprette en Ferdi konto accepterer du", 407 "signup.legal.info": "Ved at oprette en Ferdium konto accepterer du",
408 "signup.legal.privacy": "Privatlivspolitik", 408 "signup.legal.privacy": "Privatlivspolitik",
409 "signup.legal.terms": "Servicevilkårene", 409 "signup.legal.terms": "Servicevilkårene",
410 "signup.link.login": "Har du allerede en konto? Log ind.", 410 "signup.link.login": "Har du allerede en konto? Log ind.",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Arbejdsrum", 440 "workspaceDrawer.headline": "Arbejdsrum",
441 "workspaceDrawer.item.contextMenuEdit": "rediger", 441 "workspaceDrawer.item.contextMenuEdit": "rediger",
442 "workspaceDrawer.item.noServicesAddedYet": "Ingen tjenester tilføjet endnu", 442 "workspaceDrawer.item.noServicesAddedYet": "Ingen tjenester tilføjet endnu",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces lader dig fokusere på, hvad der er vigtigt lige nu. Opsætning af forskellige sæt af tjenester og nemt skifte mellem dem til enhver tid.</p><p>Du bestemmer hvilke tjenester du har brug for hvornår og hvor, så vi kan hjælpe dig med at holde dig på toppen af dit spil - eller nemt slukke for arbejde, når du vil.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces lader dig fokusere på, hvad der er vigtigt lige nu. Opsætning af forskellige sæt af tjenester og nemt skifte mellem dem til enhver tid.</p><p>Du bestemmer hvilke tjenester du har brug for hvornår og hvor, så vi kan hjælpe dig med at holde dig på toppen af dit spil - eller nemt slukke for arbejde, når du vil.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Rediger indstillinger for arbejdsområder", 444 "workspaceDrawer.workspacesSettingsTooltip": "Rediger indstillinger for arbejdsområder",
445 "workspaces.switchingIndicator.switchingTo": "Skifter til" 445 "workspaces.switchingIndicator.switchingTo": "Skifter til"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index d511f88ec..f88d02bac 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Server wechseln", 5 "changeserver.headline": "Server wechseln",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Bitte gib eine gültige URL ein", 7 "changeserver.urlError": "Bitte gib eine gültige URL ein",
8 "changeserver.warning": "Zusätzliche Einstellungen von Ferdi werden nicht gespeichert", 8 "changeserver.warning": "Zusätzliche Einstellungen von Ferdium werden nicht gespeichert",
9 "connectionLostBanner.cta": "Dienst neu laden", 9 "connectionLostBanner.cta": "Dienst neu laden",
10 "connectionLostBanner.informationLink": "Was ist passiert?", 10 "connectionLostBanner.informationLink": "Was ist passiert?",
11 "connectionLostBanner.message": "Oh nein! Ferdi hat die Verbindung zu {name} verloren.", 11 "connectionLostBanner.message": "Oh nein! Ferdium hat die Verbindung zu {name} verloren.",
12 "feature.basicAuth.signIn": "Anmelden", 12 "feature.basicAuth.signIn": "Anmelden",
13 "feature.publishDebugInfo.error": "Beim Veröffentlichen der Debug-Informationen ist ein Fehler aufgetreten. Bitte versuche es später noch einmal oder sehe dir die Konsole für weitere Informationen an.", 13 "feature.publishDebugInfo.error": "Beim Veröffentlichen der Debug-Informationen ist ein Fehler aufgetreten. Bitte versuche es später noch einmal oder sehe dir die Konsole für weitere Informationen an.",
14 "feature.publishDebugInfo.info": "Die Veröffentlichung deiner Debug-Informationen hilft uns, Probleme und Fehler in Ferdi zu finden. Indem du deine Debug-Informationen veröffentlichst, akzeptierst du die Datenschutzbestimmungen und Nutzungsbedingungen vom Ferdi Debugger", 14 "feature.publishDebugInfo.info": "Die Veröffentlichung deiner Debug-Informationen hilft uns, Probleme und Fehler in Ferdium zu finden. Indem du deine Debug-Informationen veröffentlichst, akzeptierst du die Datenschutzbestimmungen und Nutzungsbedingungen vom Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Datenschutzrichtlinien", 15 "feature.publishDebugInfo.privacy": "Datenschutzrichtlinien",
16 "feature.publishDebugInfo.publish": "Akzeptieren & veröffentlichen", 16 "feature.publishDebugInfo.publish": "Akzeptieren & veröffentlichen",
17 "feature.publishDebugInfo.published": "Deine Debug-Informationen wurden veröffentlicht und sind jetzt verfügbar unter", 17 "feature.publishDebugInfo.published": "Deine Debug-Informationen wurden veröffentlicht und sind jetzt verfügbar unter",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "Wähle einen Service mit TAB, ↑ und ↓. Um einen Service zu öffnen, drücke ENTER.", 20 "feature.quickSwitch.info": "Wähle einen Service mit TAB, ↑ und ↓. Um einen Service zu öffnen, drücke ENTER.",
21 "feature.quickSwitch.search": "Suchen...", 21 "feature.quickSwitch.search": "Suchen...",
22 "feature.quickSwitch.title": "Schnellauswahl", 22 "feature.quickSwitch.title": "Schnellauswahl",
23 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen", 23 "global.api.unhealthy": "Verbindung zu den Ferdium Online Services fehlgeschlagen",
24 "global.cancel": "Abbrechen", 24 "global.cancel": "Abbrechen",
25 "global.edit": "Bearbeiten", 25 "global.edit": "Bearbeiten",
26 "global.no": "Nein", 26 "global.no": "Nein",
@@ -38,18 +38,18 @@
38 "global.userAgentHelp": "Benutze 'https://whatmyuseragent.com/' (für das Entdecken) oder 'https://developers.whatismybrowser.com/useragents/explore/' (für die Wahl) deines gewünschten User Agenten und kopiere ihn hier hinein.", 38 "global.userAgentHelp": "Benutze 'https://whatmyuseragent.com/' (für das Entdecken) oder 'https://developers.whatismybrowser.com/useragents/explore/' (für die Wahl) deines gewünschten User Agenten und kopiere ihn hier hinein.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Ja", 40 "global.yes": "Ja",
41 "import.headline": "Deine Ferdi-4-Dienste importieren", 41 "import.headline": "Deine Ferdium-4-Dienste importieren",
42 "import.notSupportedHeadline": "Dienste, die noch nicht von Ferdi 5 unterstützt werden", 42 "import.notSupportedHeadline": "Dienste, die noch nicht von Ferdium 5 unterstützt werden",
43 "import.skip.label": "Ich möchte Dienste selbst hinzufügen", 43 "import.skip.label": "Ich möchte Dienste selbst hinzufügen",
44 "import.submit.label": "Importiere {count} Dienste", 44 "import.submit.label": "Importiere {count} Dienste",
45 "infobar.authRequestFailed": "Es sind Fehler während einem authentifizierten Anfrage an den Ferdi Server aufgetreten. Sollte dieser Fehler bestehen, logge dich bitte aus und wieder ein.", 45 "infobar.authRequestFailed": "Es sind Fehler während einem authentifizierten Anfrage an den Ferdium Server aufgetreten. Sollte dieser Fehler bestehen, logge dich bitte aus und wieder ein.",
46 "infobar.buttonChangelog": "Was gibt es Neues?", 46 "infobar.buttonChangelog": "Was gibt es Neues?",
47 "infobar.buttonInstallUpdate": "Neu starten & Update installieren", 47 "infobar.buttonInstallUpdate": "Neu starten & Update installieren",
48 "infobar.buttonReloadServices": "Dienste neu laden", 48 "infobar.buttonReloadServices": "Dienste neu laden",
49 "infobar.hide": "Ausblenden", 49 "infobar.hide": "Ausblenden",
50 "infobar.requiredRequestsFailed": "Dienste und Benutzerinformationen konnten nicht geladen werden", 50 "infobar.requiredRequestsFailed": "Dienste und Benutzerinformationen konnten nicht geladen werden",
51 "infobar.servicesUpdated": "Deine Dienste wurden aktualisiert.", 51 "infobar.servicesUpdated": "Deine Dienste wurden aktualisiert.",
52 "infobar.updateAvailable": "Eine neue Version von Ferdi ist verfügbar.", 52 "infobar.updateAvailable": "Eine neue Version von Ferdium ist verfügbar.",
53 "infobox.dismiss": "Verwerfen", 53 "infobox.dismiss": "Verwerfen",
54 "invite.email.label": "E-Mail-Adresse", 54 "invite.email.label": "E-Mail-Adresse",
55 "invite.headline.friends": "Lade drei Freunde oder Kolleginnen ein", 55 "invite.headline.friends": "Lade drei Freunde oder Kolleginnen ein",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Entsperren mit Passwort", 66 "locked.unlockWithPassword": "Entsperren mit Passwort",
67 "login.changeServer": "Server wechseln", 67 "login.changeServer": "Server wechseln",
68 "login.customServerQuestion": "Du benutzt ein Franz-Konto zum Anmelden?", 68 "login.customServerQuestion": "Du benutzt ein Franz-Konto zum Anmelden?",
69 "login.customServerSuggestion": "Versuche dein Franz-Konto in Ferdi zu importieren", 69 "login.customServerSuggestion": "Versuche dein Franz-Konto in Ferdium zu importieren",
70 "login.email.label": "E-Mail-Adresse", 70 "login.email.label": "E-Mail-Adresse",
71 "login.headline": "Anmelden", 71 "login.headline": "Anmelden",
72 "login.invalidCredentials": "E-Mail-Adresse oder Passwort ungültig", 72 "login.invalidCredentials": "E-Mail-Adresse oder Passwort ungültig",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.", 78 "login.tokenExpired": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.",
79 "menu.Todoss.closeTodosDrawer": "Todos schließen", 79 "menu.Todoss.closeTodosDrawer": "Todos schließen",
80 "menu.Todoss.openTodosDrawer": "Todos öffnen", 80 "menu.Todoss.openTodosDrawer": "Todos öffnen",
81 "menu.app.about": "Über Ferdi", 81 "menu.app.about": "Über Ferdium",
82 "menu.app.autohideMenuBar": "Menü automatisch verstecken", 82 "menu.app.autohideMenuBar": "Menü automatisch verstecken",
83 "menu.app.checkForUpdates": "Nach Updates suchen", 83 "menu.app.checkForUpdates": "Nach Updates suchen",
84 "menu.app.hide": "Ausblenden", 84 "menu.app.hide": "Ausblenden",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Änderungsprotokoll", 104 "menu.help.changelog": "Änderungsprotokoll",
105 "menu.help.debugInfo": "Debugging-Information anzeigen", 105 "menu.help.debugInfo": "Debugging-Information anzeigen",
106 "menu.help.debugInfoCopiedBody": "Deine Debugging-Information wurde in die Zwischenablage kopiert.", 106 "menu.help.debugInfoCopiedBody": "Deine Debugging-Information wurde in die Zwischenablage kopiert.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debugging-Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debugging-Information",
108 "menu.help.importExportData": "Konfigurationsdaten importieren/exportieren", 108 "menu.help.importExportData": "Konfigurationsdaten importieren/exportieren",
109 "menu.help.learnMore": "Mehr erfahren", 109 "menu.help.learnMore": "Mehr erfahren",
110 "menu.help.privacy": "Datenschutzerklärung", 110 "menu.help.privacy": "Datenschutzerklärung",
@@ -121,9 +121,9 @@
121 "menu.view": "Darstellung", 121 "menu.view": "Darstellung",
122 "menu.view.back": "Zurück", 122 "menu.view.back": "Zurück",
123 "menu.view.forward": "Vorwärts", 123 "menu.view.forward": "Vorwärts",
124 "menu.view.lockFerdi": "Ferdi sperren", 124 "menu.view.lockFerdium": "Ferdium sperren",
125 "menu.view.openQuickSwitch": "Quick Switch öffnen", 125 "menu.view.openQuickSwitch": "Quick Switch öffnen",
126 "menu.view.reloadFerdi": "Ferdi neu laden", 126 "menu.view.reloadFerdium": "Ferdium neu laden",
127 "menu.view.reloadService": "Dienst neu laden", 127 "menu.view.reloadService": "Dienst neu laden",
128 "menu.view.reloadTodos": "ToDos neuladen", 128 "menu.view.reloadTodos": "ToDos neuladen",
129 "menu.view.resetZoom": "Originalgröße", 129 "menu.view.resetZoom": "Originalgröße",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} konnte nicht geladen werden.", 161 "service.errorHandler.text": "{name} konnte nicht geladen werden.",
162 "service.webviewLoader.loading": "Lade {service}", 162 "service.webviewLoader.loading": "Lade {service}",
163 "services.getStarted": "Los geht's!", 163 "services.getStarted": "Los geht's!",
164 "services.login": "Bitte melde dich an, um Ferdi zu benutzen.", 164 "services.login": "Bitte melde dich an, um Ferdium zu benutzen.",
165 "services.serverInfo": "Optional können Sie Ihren Ferdi Server wechseln, indem Sie auf das Zahnrad in der unteren linken Ecke klicken. Wenn Sie von einem der gehosteten Server auf Ferdi ohne Konto umschalten beachten Sie bitte, dass Sie Ihre Daten von diesem Server exportieren und anschließend über das Hilfe-Menü importieren können, um alle Ihre Arbeitsbereiche und konfigurierten Dienste wiederzubeleben!", 165 "services.serverInfo": "Optional können Sie Ihren Ferdium Server wechseln, indem Sie auf das Zahnrad in der unteren linken Ecke klicken. Wenn Sie von einem der gehosteten Server auf Ferdium ohne Konto umschalten beachten Sie bitte, dass Sie Ihre Daten von diesem Server exportieren und anschließend über das Hilfe-Menü importieren können, um alle Ihre Arbeitsbereiche und konfigurierten Dienste wiederzubeleben!",
166 "services.serverless": "Ferdi ohne ein Konto verwenden", 166 "services.serverless": "Ferdium ohne ein Konto verwenden",
167 "settings.account.account.editButton": "Konto bearbeiten", 167 "settings.account.account.editButton": "Konto bearbeiten",
168 "settings.account.accountUnavailable": "Konto nicht verfügbar", 168 "settings.account.accountUnavailable": "Konto nicht verfügbar",
169 "settings.account.accountUnavailableInfo": "Du verwendest Ferdi ohne ein Konto. Wenn du Ferdi mit einem Konto verwenden möchtest und deine Dienste über alle verschiedene Computer hinweg synchronisieren möchtest, wählen bitte einen Server in den Einstellungen und melde dich danach an.", 169 "settings.account.accountUnavailableInfo": "Du verwendest Ferdium ohne ein Konto. Wenn du Ferdium mit einem Konto verwenden möchtest und deine Dienste über alle verschiedene Computer hinweg synchronisieren möchtest, wählen bitte einen Server in den Einstellungen und melde dich danach an.",
170 "settings.account.buttonSave": "Profil aktualisieren", 170 "settings.account.buttonSave": "Profil aktualisieren",
171 "settings.account.deleteAccount": "Benutzerkonto löschen", 171 "settings.account.deleteAccount": "Benutzerkonto löschen",
172 "settings.account.deleteEmailSent": "Du hast eine E-Mail zur Bestätigung der Löschung Deines Benutzerkontos erhalten. Dein Benutzerkonto und Deine Daten können nach der Löschung nicht wiederhergestellt werden!", 172 "settings.account.deleteEmailSent": "Du hast eine E-Mail zur Bestätigung der Löschung Deines Benutzerkontos erhalten. Dein Benutzerkonto und Deine Daten können nach der Löschung nicht wiederhergestellt werden!",
173 "settings.account.deleteInfo": "Wenn du dein Ferdi-Benutzerkonto nicht mehr länger benötigst, kannst du es hier mit allen dazugehörigen Daten löschen.", 173 "settings.account.deleteInfo": "Wenn du dein Ferdium-Benutzerkonto nicht mehr länger benötigst, kannst du es hier mit allen dazugehörigen Daten löschen.",
174 "settings.account.headline": "Konto", 174 "settings.account.headline": "Konto",
175 "settings.account.headlineAccount": "Konto-Informationen", 175 "settings.account.headlineAccount": "Konto-Informationen",
176 "settings.account.headlineDangerZone": "Gefahrenbereich", 176 "settings.account.headlineDangerZone": "Gefahrenbereich",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Erneut versuchen", 181 "settings.account.tryReloadServices": "Erneut versuchen",
182 "settings.account.tryReloadUserInfoRequest": "Erneut versuchen", 182 "settings.account.tryReloadUserInfoRequest": "Erneut versuchen",
183 "settings.account.userInfoRequestFailed": "Benutzerinformationen konnten nicht geladen werden", 183 "settings.account.userInfoRequestFailed": "Benutzerinformationen konnten nicht geladen werden",
184 "settings.account.yourLicense": "Ihre Ferdi Lizenz:", 184 "settings.account.yourLicense": "Ihre Ferdium Lizenz:",
185 "settings.app.accentColorInfo": "Schreibe deine Akzentfarbe in einem CSS-kompatiblen Format. (Standard: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Schreibe deine Akzentfarbe in einem CSS-kompatiblen Format. (Standard: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Cache leeren", 186 "settings.app.buttonClearAllCache": "Cache leeren",
187 "settings.app.buttonInstallUpdate": "Neu starten & Update installieren", 187 "settings.app.buttonInstallUpdate": "Neu starten & Update installieren",
188 "settings.app.buttonOpenFerdiProfileFolder": "Profilordner anzeigen", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Profilordner anzeigen",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Öffne den Rezeptordner", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Öffne den Rezeptordner",
190 "settings.app.buttonSearchForUpdate": "Nach Updates suchen", 190 "settings.app.buttonSearchForUpdate": "Nach Updates suchen",
191 "settings.app.cacheInfo": "Der Ferdi Cache belegt derzeit {size}.", 191 "settings.app.cacheInfo": "Der Ferdium Cache belegt derzeit {size}.",
192 "settings.app.cacheNotCleared": "Konnte nicht den ganzen Zwischenspeicher löschen", 192 "settings.app.cacheNotCleared": "Konnte nicht den ganzen Zwischenspeicher löschen",
193 "settings.app.closeSettings": "Einstellungen schließen", 193 "settings.app.closeSettings": "Einstellungen schließen",
194 "settings.app.currentVersion": "Aktuelle Version:", 194 "settings.app.currentVersion": "Aktuelle Version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronisiere den Dunkelmodus mit den Einstellungen meines Betriebssystems", 196 "settings.app.form.adaptableDarkMode": "Synchronisiere den Dunkelmodus mit den Einstellungen meines Betriebssystems",
197 "settings.app.form.alwaysShowWorkspaces": "Workspace-Übersicht immer anzeigen", 197 "settings.app.form.alwaysShowWorkspaces": "Workspace-Übersicht immer anzeigen",
198 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen", 198 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen",
199 "settings.app.form.autoLaunchOnStart": "Ferdi beim Systemstart ausführen", 199 "settings.app.form.autoLaunchOnStart": "Ferdium beim Systemstart ausführen",
200 "settings.app.form.automaticUpdates": "Updates aktivieren", 200 "settings.app.form.automaticUpdates": "Updates aktivieren",
201 "settings.app.form.beta": "Pre-Releases einbeziehen", 201 "settings.app.form.beta": "Pre-Releases einbeziehen",
202 "settings.app.form.clipboardNotifications": "Keine Benachrichtigungen für Zwischenablagenereignisse anzeigen", 202 "settings.app.form.clipboardNotifications": "Keine Benachrichtigungen für Zwischenablagenereignisse anzeigen",
203 "settings.app.form.closeToSystemTray": "Ferdi in den Infobereich schließen", 203 "settings.app.form.closeToSystemTray": "Ferdium in den Infobereich schließen",
204 "settings.app.form.confirmOnQuit": "Beim Beenden von Ferdi bestätigen", 204 "settings.app.form.confirmOnQuit": "Beim Beenden von Ferdium bestätigen",
205 "settings.app.form.customTodoServer": "Eigener Todo Server", 205 "settings.app.form.customTodoServer": "Eigener Todo Server",
206 "settings.app.form.darkMode": "Dark Mode aktivieren", 206 "settings.app.form.darkMode": "Dark Mode aktivieren",
207 "settings.app.form.enableGPUAcceleration": "Hardwarebeschleunigung aktivieren", 207 "settings.app.form.enableGPUAcceleration": "Hardwarebeschleunigung aktivieren",
208 "settings.app.form.enableGlobalHideShortcut": "Globale Verknüpfung zum Verstecken von Ferdi aktivieren", 208 "settings.app.form.enableGlobalHideShortcut": "Globale Verknüpfung zum Verstecken von Ferdium aktivieren",
209 "settings.app.form.enableLock": "Passwort-Sperre aktivieren", 209 "settings.app.form.enableLock": "Passwort-Sperre aktivieren",
210 "settings.app.form.enableLongPressServiceHint": "Aktivieren von Tastaturenkürzel Hinweisen bei langem Drücken", 210 "settings.app.form.enableLongPressServiceHint": "Aktivieren von Tastaturenkürzel Hinweisen bei langem Drücken",
211 "settings.app.form.enableMenuBar": "Ferdi immer in der Menüleiste anzeigen", 211 "settings.app.form.enableMenuBar": "Ferdium immer in der Menüleiste anzeigen",
212 "settings.app.form.enableSpellchecking": "Rechtschreibprüfung aktivieren", 212 "settings.app.form.enableSpellchecking": "Rechtschreibprüfung aktivieren",
213 "settings.app.form.enableSystemTray": "Ferdi immer im Infobereich anzeigen", 213 "settings.app.form.enableSystemTray": "Ferdium immer im Infobereich anzeigen",
214 "settings.app.form.enableTodos": "Ferdi Todos aktivieren", 214 "settings.app.form.enableTodos": "Ferdium Todos aktivieren",
215 "settings.app.form.hibernateOnStartup": "Behalte Dienste im Ruhezustand beim Start", 215 "settings.app.form.hibernateOnStartup": "Behalte Dienste im Ruhezustand beim Start",
216 "settings.app.form.hibernationStrategy": "\"Service Hibernation\"-Strategie", 216 "settings.app.form.hibernationStrategy": "\"Service Hibernation\"-Strategie",
217 "settings.app.form.iconSize": "Service Symbolgröße", 217 "settings.app.form.iconSize": "Service Symbolgröße",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Alle Arbeitsbereiche geladen lassen", 219 "settings.app.form.keepAllWorkspacesLoaded": "Alle Arbeitsbereiche geladen lassen",
220 "settings.app.form.language": "Sprache", 220 "settings.app.form.language": "Sprache",
221 "settings.app.form.lockPassword": "Passwort", 221 "settings.app.form.lockPassword": "Passwort",
222 "settings.app.form.minimizeToSystemTray": "Ferdi in den Infobereich minimieren", 222 "settings.app.form.minimizeToSystemTray": "Ferdium in den Infobereich minimieren",
223 "settings.app.form.navigationBarBehaviour": "Verhalten der Navigationsleiste", 223 "settings.app.form.navigationBarBehaviour": "Verhalten der Navigationsleiste",
224 "settings.app.form.notifyTaskBarOnMessage": "Bei neuer Nachricht eine Benachrichtigung in der TaskBar/im Dock anzeigen", 224 "settings.app.form.notifyTaskBarOnMessage": "Bei neuer Nachricht eine Benachrichtigung in der TaskBar/im Dock anzeigen",
225 "settings.app.form.passwordToggle": "Passwortschalter", 225 "settings.app.form.passwordToggle": "Passwortschalter",
226 "settings.app.form.predefinedTodoServer": "Todo-Server", 226 "settings.app.form.predefinedTodoServer": "Todo-Server",
227 "settings.app.form.privateNotifications": "Nachrichteninhalt nicht in Benachrichtigungen anzeigen", 227 "settings.app.form.privateNotifications": "Nachrichteninhalt nicht in Benachrichtigungen anzeigen",
228 "settings.app.form.reloadAfterResume": "Ferdi nach dem aufwachen aus dem Standby neu laden", 228 "settings.app.form.reloadAfterResume": "Ferdium nach dem aufwachen aus dem Standby neu laden",
229 "settings.app.form.runInBackground": "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird", 229 "settings.app.form.runInBackground": "Ferdium im Hintergrund behalten, wenn das Fenster geschlossen wird",
230 "settings.app.form.scheduledDNDEnabled": "Geplante \"Nicht-stören\"-Funktion aktivieren", 230 "settings.app.form.scheduledDNDEnabled": "Geplante \"Nicht-stören\"-Funktion aktivieren",
231 "settings.app.form.scheduledDNDEnd": "Von", 231 "settings.app.form.scheduledDNDEnd": "Von",
232 "settings.app.form.scheduledDNDStart": "Bis", 232 "settings.app.form.scheduledDNDStart": "Bis",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Split-Ansichtsmodus aktivieren", 241 "settings.app.form.splitMode": "Split-Ansichtsmodus aktivieren",
242 "settings.app.form.startMinimized": "Minimiert starten", 242 "settings.app.form.startMinimized": "Minimiert starten",
243 "settings.app.form.universalDarkMode": "Universellen Dark Mode aktivieren", 243 "settings.app.form.universalDarkMode": "Universellen Dark Mode aktivieren",
244 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdi erlauben", 244 "settings.app.form.useTouchIdToUnlock": "Verwenden von Touch ID zum Entsperren von Ferdium erlauben",
245 "settings.app.form.useVerticalStyle": "Horizontaler Stil verwenden", 245 "settings.app.form.useVerticalStyle": "Horizontaler Stil verwenden",
246 "settings.app.form.wakeUpHibernationSplay": "Splay Ruhe/Weckzyklen, um die Last zu reduzieren", 246 "settings.app.form.wakeUpHibernationSplay": "Splay Ruhe/Weckzyklen, um die Last zu reduzieren",
247 "settings.app.form.wakeUpHibernationStrategy": "Ruhezustand Strategie nach automatischem Aufwachen", 247 "settings.app.form.wakeUpHibernationStrategy": "Ruhezustand Strategie nach automatischem Aufwachen",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Sprache", 252 "settings.app.headlineLanguage": "Sprache",
253 "settings.app.headlinePrivacy": "Privatsphäre", 253 "settings.app.headlinePrivacy": "Privatsphäre",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "settings.app.hibernateInfo": "Standardmäßig öffnet Ferdi alle deine Dienste im Hintergrund, sodass diese bereit sind, wenn du sie verwenden möchtest. \"Service Hibernation\" wird deine Dienste nach einer bestimmten Zeitspanne schließen. Dies ist nützlich, um RAM zu sparen oder Dienste davon abzuhalten, deinen Computer zu verlangsamen.", 255 "settings.app.hibernateInfo": "Standardmäßig öffnet Ferdium alle deine Dienste im Hintergrund, sodass diese bereit sind, wenn du sie verwenden möchtest. \"Service Hibernation\" wird deine Dienste nach einer bestimmten Zeitspanne schließen. Dies ist nützlich, um RAM zu sparen oder Dienste davon abzuhalten, deinen Computer zu verlangsamen.",
256 "settings.app.inactivityLockInfo": "Minuten der Inaktivität, nach denen Ferdi automatisch sperren soll. Verwenden Sie 0, um dies zu deaktivieren", 256 "settings.app.inactivityLockInfo": "Minuten der Inaktivität, nach denen Ferdium automatisch sperren soll. Verwenden Sie 0, um dies zu deaktivieren",
257 "settings.app.lockInfo": "Die Passwort-Sperre erlaubt es dir, deine Nachrichten zu schützen.\nMit der Passwort-Sperre wirst du sowohl beim Starten von Ferdi als auch wenn du das Programm manuell sperrst darum gebeten, dein Passwort einzugeben.\nDu kannst Ferdi über das Sperrsymbol in der unteren linken Ecke oder mit dem Shortcut {lockShortcut} sperren.", 257 "settings.app.lockInfo": "Die Passwort-Sperre erlaubt es dir, deine Nachrichten zu schützen.\nMit der Passwort-Sperre wirst du sowohl beim Starten von Ferdium als auch wenn du das Programm manuell sperrst darum gebeten, dein Passwort einzugeben.\nDu kannst Ferdium über das Sperrsymbol in der unteren linken Ecke oder mit dem Shortcut {lockShortcut} sperren.",
258 "settings.app.lockedPassword": "Passwort", 258 "settings.app.lockedPassword": "Passwort",
259 "settings.app.lockedPasswordInfo": "Bitte stelle sicher, dass du ein Passwort setzt, an welches du dich erinnern kannst.\nSolltest du dieses Passwort vergessen, musst du Ferdi neu installieren.", 259 "settings.app.lockedPasswordInfo": "Bitte stelle sicher, dass du ein Passwort setzt, an welches du dich erinnern kannst.\nSolltest du dieses Passwort vergessen, musst du Ferdium neu installieren.",
260 "settings.app.restartRequired": "Änderungen werden erst nach einem Neustart wirksam.", 260 "settings.app.restartRequired": "Änderungen werden erst nach einem Neustart wirksam.",
261 "settings.app.scheduledDNDInfo": "Die geplante \"Nicht-stören\"-Funktion erlaubt es dir eine Zeitspanne festzulegen, in der du keine Benachrichtigungen von Ferdi erhalten möchtest.", 261 "settings.app.scheduledDNDInfo": "Die geplante \"Nicht-stören\"-Funktion erlaubt es dir eine Zeitspanne festzulegen, in der du keine Benachrichtigungen von Ferdium erhalten möchtest.",
262 "settings.app.scheduledDNDTimeInfo": "Zeiten im 24-Stunden-Format (z.B. 18:00). Endzeit kann vor Beginn der Startzeit sein (z.B. 17:00 Uhr, Ende 09:00), um die Funktion über Nacht zu aktivieren.", 262 "settings.app.scheduledDNDTimeInfo": "Zeiten im 24-Stunden-Format (z.B. 18:00). Endzeit kann vor Beginn der Startzeit sein (z.B. 17:00 Uhr, Ende 09:00), um die Funktion über Nacht zu aktivieren.",
263 "settings.app.sentryInfo": "Das Senden von Telemetrie-Daten ermöglicht es uns, Fehler in Ferdi zu finden - es werden keine persönlichen Informationen gesendet wie z.B. Nachrichten!", 263 "settings.app.sentryInfo": "Das Senden von Telemetrie-Daten ermöglicht es uns, Fehler in Ferdium zu finden - es werden keine persönlichen Informationen gesendet wie z.B. Nachrichten!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi verwendet den eingebauten Rechtschreibprüfer deines Macs, um nach Tippfehlern zu suchen. Wenn du die zu überprüfenden Sprachen ändern möchtest, kannst du das in deinen Systemeinstellungen tun.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium verwendet den eingebauten Rechtschreibprüfer deines Macs, um nach Tippfehlern zu suchen. Wenn du die zu überprüfenden Sprachen ändern möchtest, kannst du das in deinen Systemeinstellungen tun.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profil", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profil",
267 "settings.app.todoServerInfo": "Dieser Server wird für die \"Ferdi Todo\"-Funktion verwendet.", 267 "settings.app.todoServerInfo": "Dieser Server wird für die \"Ferdium Todo\"-Funktion verwendet.",
268 "settings.app.translationHelp": "Hilf uns, Ferdi in Deine Sprache zu übersetzen.", 268 "settings.app.translationHelp": "Hilf uns, Ferdium in Deine Sprache zu übersetzen.",
269 "settings.app.universalDarkModeInfo": "Universeller Dark Mode versucht dynamisch Dienste abzudunkeln, die vom normalen Dark Mode noch nicht unterstützt werden.", 269 "settings.app.universalDarkModeInfo": "Universeller Dark Mode versucht dynamisch Dienste abzudunkeln, die vom normalen Dark Mode noch nicht unterstützt werden.",
270 "settings.app.updateStatusAvailable": "Update verfügbar, lädt herunter ...", 270 "settings.app.updateStatusAvailable": "Update verfügbar, lädt herunter ...",
271 "settings.app.updateStatusSearching": "Suche nach Updates...", 271 "settings.app.updateStatusSearching": "Suche nach Updates...",
272 "settings.app.updateStatusUpToDate": "Du nutzt die aktuellste Version von Ferdi", 272 "settings.app.updateStatusUpToDate": "Du nutzt die aktuellste Version von Ferdium",
273 "settings.invite.headline": "Lade drei Deiner Freunde ein", 273 "settings.invite.headline": "Lade drei Deiner Freunde ein",
274 "settings.navigation.account": "Konto", 274 "settings.navigation.account": "Konto",
275 "settings.navigation.availableServices": "Verfügbare Dienste", 275 "settings.navigation.availableServices": "Verfügbare Dienste",
276 "settings.navigation.logout": "Abmelden", 276 "settings.navigation.logout": "Abmelden",
277 "settings.navigation.supportFerdi": "Über Ferdi", 277 "settings.navigation.supportFerdium": "Über Ferdium",
278 "settings.navigation.team": "Team verwalten", 278 "settings.navigation.team": "Team verwalten",
279 "settings.navigation.yourServices": "Deine Dienste", 279 "settings.navigation.yourServices": "Deine Dienste",
280 "settings.navigation.yourWorkspaces": "Deine Workspaces", 280 "settings.navigation.yourWorkspaces": "Deine Workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Verfügbare Dienste", 289 "settings.recipes.headline": "Verfügbare Dienste",
290 "settings.recipes.missingService": "Fehlt ein Dienst?", 290 "settings.recipes.missingService": "Fehlt ein Dienst?",
291 "settings.recipes.mostPopular": "Am beliebtesten", 291 "settings.recipes.mostPopular": "Am beliebtesten",
292 "settings.recipes.nothingFound": "Leider hat kein Dienst zu deinem Suchbegriff gepasst - aber du kannst ihn wahrscheinlich trotzdem über die Option \"Eigene Website\" hinzufügen. Bitte beachte, dass die Website möglicherweise weitere Dienste anzeigt, die seit deiner aktuellen Version zu Ferdi hinzugefügt wurden. Um diese neuen Dienste zu erhalten, erwäge bitte ein Upgrade auf eine neuere Version von Ferdi.", 292 "settings.recipes.nothingFound": "Leider hat kein Dienst zu deinem Suchbegriff gepasst - aber du kannst ihn wahrscheinlich trotzdem über die Option \"Eigene Website\" hinzufügen. Bitte beachte, dass die Website möglicherweise weitere Dienste anzeigt, die seit deiner aktuellen Version zu Ferdium hinzugefügt wurden. Um diese neuen Dienste zu erhalten, erwäge bitte ein Upgrade auf eine neuere Version von Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Dienst erfolgreich hinzugefügt", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Dienst erfolgreich hinzugefügt",
294 "settings.searchService": "Dienst suchen", 294 "settings.searchService": "Dienst suchen",
295 "settings.service.error.goBack": "Zurück zu den Diensten", 295 "settings.service.error.goBack": "Zurück zu den Diensten",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Öffne user.js", 329 "settings.service.form.openUserJs": "Öffne user.js",
330 "settings.service.form.proxy.headline": "HTTP-/HTTPS-Proxy-Einstellungen", 330 "settings.service.form.proxy.headline": "HTTP-/HTTPS-Proxy-Einstellungen",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy-Einstellungen werden nicht mit den Ferdi Servern synchronisiert.", 332 "settings.service.form.proxy.info": "Proxy-Einstellungen werden nicht mit den Ferdium Servern synchronisiert.",
333 "settings.service.form.proxy.isEnabled": "Proxy-Server verwenden", 333 "settings.service.form.proxy.isEnabled": "Proxy-Server verwenden",
334 "settings.service.form.proxy.password": "Passwort (optional)", 334 "settings.service.form.proxy.password": "Passwort (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Bitte starte Ferdi nach dem Ändern der Proxy-Einstellungen neu.", 336 "settings.service.form.proxy.restartInfo": "Bitte starte Ferdium nach dem Ändern der Proxy-Einstellungen neu.",
337 "settings.service.form.proxy.user": "Benutzer (optional)", 337 "settings.service.form.proxy.user": "Benutzer (optional)",
338 "settings.service.form.recipeFileInfo": "Deine \"user\" Dateien werden in die Webseite eingefügt, so dass du die Dienste in beliebiger Weise anpassen können. \"user\" Dateien werden nur lokal gespeichert und nicht auf andere Computer, welche das gleiche Konto nutzen, übertragen.", 338 "settings.service.form.recipeFileInfo": "Deine \"user\" Dateien werden in die Webseite eingefügt, so dass du die Dienste in beliebiger Weise anpassen können. \"user\" Dateien werden nur lokal gespeichert und nicht auf andere Computer, welche das gleiche Konto nutzen, übertragen.",
339 "settings.service.form.saveButton": "Dienst speichern", 339 "settings.service.form.saveButton": "Dienst speichern",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert", 352 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert",
353 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert", 353 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert",
354 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert", 354 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert",
355 "settings.supportFerdi.about": "Die Entwicklung von Ferdi wird von Mitwirkenden durchgeführt. Leute, die Ferdi wie Sie benutzen. Sie pflegen, reparieren und verbessern Ferdi in ihrer Freizeit.", 355 "settings.supportFerdium.about": "Die Entwicklung von Ferdium wird von Mitwirkenden durchgeführt. Leute, die Ferdium wie Sie benutzen. Sie pflegen, reparieren und verbessern Ferdium in ihrer Freizeit.",
356 "settings.supportFerdi.aboutIntro": "Besonderer Dank geht an diese tollen Menschen:", 356 "settings.supportFerdium.aboutIntro": "Besonderer Dank geht an diese tollen Menschen:",
357 "settings.supportFerdi.headline": "Über Ferdi", 357 "settings.supportFerdium.headline": "Über Ferdium",
358 "settings.team.contentHeadline": "Franz Team-Management", 358 "settings.team.contentHeadline": "Franz Team-Management",
359 "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.", 359 "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 Ferdium 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "Du nutzt derzeit den Franz Server und hast deshalb Zugriff auf das Team Management.", 361 "settings.team.intro": "Du nutzt derzeit den Franz Server und hast deshalb Zugriff auf das Team Management.",
362 "settings.team.manageAction": "Verwalte dein Team auf meetfranz.com", 362 "settings.team.manageAction": "Verwalte dein Team auf meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Du hast noch keine Workspaces hinzugefügt.", 385 "settings.workspaces.noWorkspacesAdded": "Du hast noch keine Workspaces hinzugefügt.",
386 "settings.workspaces.tryReloadWorkspaces": "Erneut versuchen", 386 "settings.workspaces.tryReloadWorkspaces": "Erneut versuchen",
387 "settings.workspaces.updatedInfo": "Deine Änderungen wurden gespeichert", 387 "settings.workspaces.updatedInfo": "Deine Änderungen wurden gespeichert",
388 "settings.workspaces.workspaceFeatureHeadline": "Weniger ist mehr: Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Weniger ist mehr: Ferdium Workspaces",
389 "settings.workspaces.workspaceFeatureInfo": "Mit Ferdi Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her. Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.", 389 "settings.workspaces.workspaceFeatureInfo": "Mit Ferdium Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her. Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.",
390 "settings.workspaces.workspacesRequestFailed": "Workspaces konnte nicht geladen werden", 390 "settings.workspaces.workspacesRequestFailed": "Workspaces konnte nicht geladen werden",
391 "setupAssistant.headline": "Los geht's", 391 "setupAssistant.headline": "Los geht's",
392 "setupAssistant.subheadline": "Wähle von unseren meistgenutzten Diensten und bekomm deine Nachrichten wieder in den Griff.", 392 "setupAssistant.subheadline": "Wähle von unseren meistgenutzten Diensten und bekomm deine Nachrichten wieder in den Griff.",
393 "setupAssistant.submit.label": "Los geht's", 393 "setupAssistant.submit.label": "Los geht's",
394 "sidebar.addNewService": "Neuen Dienst hinzufügen", 394 "sidebar.addNewService": "Neuen Dienst hinzufügen",
395 "sidebar.closeTodosDrawer": "Ferdi Todos schließen", 395 "sidebar.closeTodosDrawer": "Ferdium Todos schließen",
396 "sidebar.closeWorkspaceDrawer": "Workspaces öffnen", 396 "sidebar.closeWorkspaceDrawer": "Workspaces öffnen",
397 "sidebar.lockFerdi": "Ferdi sperren", 397 "sidebar.lockFerdium": "Ferdium sperren",
398 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren", 398 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren",
399 "sidebar.openTodosDrawer": "Ferdi Todos öffnen", 399 "sidebar.openTodosDrawer": "Ferdium Todos öffnen",
400 "sidebar.openWorkspaceDrawer": "Workspaces schließen", 400 "sidebar.openWorkspaceDrawer": "Workspaces schließen",
401 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren", 401 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren",
402 "signup.email.label": "E-Mail-Adresse", 402 "signup.email.label": "E-Mail-Adresse",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Vorname", 404 "signup.firstname.label": "Vorname",
405 "signup.headline": "Anmelden", 405 "signup.headline": "Anmelden",
406 "signup.lastname.label": "Nachname", 406 "signup.lastname.label": "Nachname",
407 "signup.legal.info": "Mit der Erstellung eines Ferdi-Kontos akzeptierst Du die", 407 "signup.legal.info": "Mit der Erstellung eines Ferdium-Kontos akzeptierst Du die",
408 "signup.legal.privacy": "Datenschutzerklärung", 408 "signup.legal.privacy": "Datenschutzerklärung",
409 "signup.legal.terms": "Nutzungsbedingungen", 409 "signup.legal.terms": "Nutzungsbedingungen",
410 "signup.link.login": "Du hast bereits ein Konto? Melde Dich an.", 410 "signup.link.login": "Du hast bereits ein Konto? Melde Dich an.",
@@ -433,14 +433,14 @@
433 "webControls.goHome": "Startseite", 433 "webControls.goHome": "Startseite",
434 "webControls.openInBrowser": "Im Browser öffnen", 434 "webControls.openInBrowser": "Im Browser öffnen",
435 "webControls.reload": "Neu laden", 435 "webControls.reload": "Neu laden",
436 "welcome.loginButton": "Bei Ferdi einloggen", 436 "welcome.loginButton": "Bei Ferdium einloggen",
437 "welcome.signupButton": "Kostenloses Konto erstellen", 437 "welcome.signupButton": "Kostenloses Konto erstellen",
438 "workspaceDrawer.addNewWorkspaceLabel": "Neuen Workspace hinzufügen", 438 "workspaceDrawer.addNewWorkspaceLabel": "Neuen Workspace hinzufügen",
439 "workspaceDrawer.allServices": "Alle Dienste", 439 "workspaceDrawer.allServices": "Alle Dienste",
440 "workspaceDrawer.headline": "Arbeitsbereiche", 440 "workspaceDrawer.headline": "Arbeitsbereiche",
441 "workspaceDrawer.item.contextMenuEdit": "Bearbeiten", 441 "workspaceDrawer.item.contextMenuEdit": "Bearbeiten",
442 "workspaceDrawer.item.noServicesAddedYet": "Noch keine Services hinzugefügt", 442 "workspaceDrawer.item.noServicesAddedYet": "Noch keine Services hinzugefügt",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Mit Ferdi Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her.</p><p>Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Mit Ferdium Workspaces hast du alles im Blick, was gerade wichtig ist - und nur das. Erstelle unterschiedliche Sets von Services, und wechsle jederzeit zwischen ihnen hin und her.</p><p>Du entscheidest welche Services du wann und wo brauchst, um ungestört arbeiten zu können - oder zu Hause besser abzuschalten.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Workspace-Einstellungen bearbeiten", 444 "workspaceDrawer.workspacesSettingsTooltip": "Workspace-Einstellungen bearbeiten",
445 "workspaces.switchingIndicator.switchingTo": "Wechsle zu" 445 "workspaces.switchingIndicator.switchingTo": "Wechsle zu"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 05744e5e7..4a6e89084 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2,7 +2,7 @@
2 { 2 {
3 "descriptors": [ 3 "descriptors": [
4 { 4 {
5 "defaultMessage": "!!!A new update for Ferdi is available.", 5 "defaultMessage": "!!!A new update for Ferdium is available.",
6 "end": { 6 "end": {
7 "column": 3, 7 "column": 3,
8 "line": 12 8 "line": 12
@@ -72,7 +72,7 @@
72 } 72 }
73 }, 73 },
74 { 74 {
75 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved", 75 "defaultMessage": "!!!Extra settings offered by Ferdium will not be saved",
76 "end": { 76 "end": {
77 "column": 3, 77 "column": 3,
78 "line": 25 78 "line": 25
@@ -129,7 +129,7 @@
129 { 129 {
130 "descriptors": [ 130 "descriptors": [
131 { 131 {
132 "defaultMessage": "!!!Import your Ferdi 4 services", 132 "defaultMessage": "!!!Import your Ferdium 4 services",
133 "end": { 133 "end": {
134 "column": 3, 134 "column": 3,
135 "line": 16 135 "line": 16
@@ -142,7 +142,7 @@
142 } 142 }
143 }, 143 },
144 { 144 {
145 "defaultMessage": "!!!Services not yet supported in Ferdi 5", 145 "defaultMessage": "!!!Services not yet supported in Ferdium 5",
146 "end": { 146 "end": {
147 "column": 3, 147 "column": 3,
148 "line": 20 148 "line": 20
@@ -295,7 +295,7 @@
295 } 295 }
296 }, 296 },
297 { 297 {
298 "defaultMessage": "!!!Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.", 298 "defaultMessage": "!!!Ferdium is currently locked. Please unlock Ferdium with your password to see your messages.",
299 "end": { 299 "end": {
300 "column": 3, 300 "column": 3,
301 "line": 23 301 "line": 23
@@ -469,7 +469,7 @@
469 } 469 }
470 }, 470 },
471 { 471 {
472 "defaultMessage": "!!!Try importing your Franz account into Ferdi", 472 "defaultMessage": "!!!Try importing your Franz account into Ferdium",
473 "end": { 473 "end": {
474 "column": 3, 474 "column": 3,
475 "line": 47 475 "line": 47
@@ -534,7 +534,7 @@
534 } 534 }
535 }, 535 },
536 { 536 {
537 "defaultMessage": "!!!Use Ferdi without an Account", 537 "defaultMessage": "!!!Use Ferdium without an Account",
538 "end": { 538 "end": {
539 "column": 3, 539 "column": 3,
540 "line": 67 540 "line": 67
@@ -879,7 +879,7 @@
879 } 879 }
880 }, 880 },
881 { 881 {
882 "defaultMessage": "!!!By creating a Ferdi account you accept the", 882 "defaultMessage": "!!!By creating a Ferdium account you accept the",
883 "end": { 883 "end": {
884 "column": 3, 884 "column": 3,
885 "line": 46 885 "line": 46
@@ -957,7 +957,7 @@
957 } 957 }
958 }, 958 },
959 { 959 {
960 "defaultMessage": "!!!Use Ferdi without an Account", 960 "defaultMessage": "!!!Use Ferdium without an Account",
961 "end": { 961 "end": {
962 "column": 3, 962 "column": 3,
963 "line": 70 963 "line": 70
@@ -1014,7 +1014,7 @@
1014 } 1014 }
1015 }, 1015 },
1016 { 1016 {
1017 "defaultMessage": "!!!Use Ferdi without an Account", 1017 "defaultMessage": "!!!Use Ferdium without an Account",
1018 "end": { 1018 "end": {
1019 "column": 3, 1019 "column": 3,
1020 "line": 22 1020 "line": 22
@@ -1193,13 +1193,13 @@
1193 } 1193 }
1194 }, 1194 },
1195 { 1195 {
1196 "defaultMessage": "!!!Lock Ferdi", 1196 "defaultMessage": "!!!Lock Ferdium",
1197 "end": { 1197 "end": {
1198 "column": 3, 1198 "column": 3,
1199 "line": 55 1199 "line": 55
1200 }, 1200 },
1201 "file": "src/components/layout/Sidebar.js", 1201 "file": "src/components/layout/Sidebar.js",
1202 "id": "sidebar.lockFerdi", 1202 "id": "sidebar.lockFerdium",
1203 "start": { 1203 "start": {
1204 "column": 13, 1204 "column": 13,
1205 "line": 52 1205 "line": 52
@@ -1351,7 +1351,7 @@
1351 { 1351 {
1352 "descriptors": [ 1352 "descriptors": [
1353 { 1353 {
1354 "defaultMessage": "!!!Oh no! Ferdi lost the connection to {name}.", 1354 "defaultMessage": "!!!Oh no! Ferdium lost the connection to {name}.",
1355 "end": { 1355 "end": {
1356 "column": 3, 1356 "column": 3,
1357 "line": 18 1357 "line": 18
@@ -1496,7 +1496,7 @@
1496 { 1496 {
1497 "descriptors": [ 1497 "descriptors": [
1498 { 1498 {
1499 "defaultMessage": "!!!Welcome to Ferdi", 1499 "defaultMessage": "!!!Welcome to Ferdium",
1500 "end": { 1500 "end": {
1501 "column": 3, 1501 "column": 3,
1502 "line": 18 1502 "line": 18
@@ -1522,7 +1522,7 @@
1522 } 1522 }
1523 }, 1523 },
1524 { 1524 {
1525 "defaultMessage": "!!!Please login to use Ferdi.", 1525 "defaultMessage": "!!!Please login to use Ferdium.",
1526 "end": { 1526 "end": {
1527 "column": 3, 1527 "column": 3,
1528 "line": 26 1528 "line": 26
@@ -1535,7 +1535,7 @@
1535 } 1535 }
1536 }, 1536 },
1537 { 1537 {
1538 "defaultMessage": "!!!Use Ferdi without an Account", 1538 "defaultMessage": "!!!Use Ferdium without an Account",
1539 "end": { 1539 "end": {
1540 "column": 3, 1540 "column": 3,
1541 "line": 30 1541 "line": 30
@@ -1548,7 +1548,7 @@
1548 } 1548 }
1549 }, 1549 },
1550 { 1550 {
1551 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 1551 "defaultMessage": "!!!Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner.",
1552 "end": { 1552 "end": {
1553 "column": 3, 1553 "column": 3,
1554 "line": 34 1554 "line": 34
@@ -1945,7 +1945,7 @@
1945 } 1945 }
1946 }, 1946 },
1947 { 1947 {
1948 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 1948 "defaultMessage": "!!!If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
1949 "end": { 1949 "end": {
1950 "column": 3, 1950 "column": 3,
1951 "line": 46 1951 "line": 46
@@ -1997,7 +1997,7 @@
1997 } 1997 }
1998 }, 1998 },
1999 { 1999 {
2000 "defaultMessage": "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.", 2000 "defaultMessage": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
2001 "end": { 2001 "end": {
2002 "column": 3, 2002 "column": 3,
2003 "line": 63 2003 "line": 63
@@ -2093,13 +2093,13 @@
2093 } 2093 }
2094 }, 2094 },
2095 { 2095 {
2096 "defaultMessage": "!!!About Ferdi", 2096 "defaultMessage": "!!!About Ferdium",
2097 "end": { 2097 "end": {
2098 "column": 3, 2098 "column": 3,
2099 "line": 42 2099 "line": 42
2100 }, 2100 },
2101 "file": "src/components/settings/navigation/SettingsNavigation.js", 2101 "file": "src/components/settings/navigation/SettingsNavigation.js",
2102 "id": "settings.navigation.supportFerdi", 2102 "id": "settings.navigation.supportFerdium",
2103 "start": { 2103 "start": {
2104 "column": 16, 2104 "column": 16,
2105 "line": 39 2105 "line": 39
@@ -2189,7 +2189,7 @@
2189 } 2189 }
2190 }, 2190 },
2191 { 2191 {
2192 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 2192 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
2193 "end": { 2193 "end": {
2194 "column": 3, 2194 "column": 3,
2195 "line": 42 2195 "line": 42
@@ -2623,7 +2623,7 @@
2623 } 2623 }
2624 }, 2624 },
2625 { 2625 {
2626 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 2626 "defaultMessage": "!!!Please restart Ferdium after changing proxy Settings.",
2627 "end": { 2627 "end": {
2628 "column": 3, 2628 "column": 3,
2629 "line": 122 2629 "line": 122
@@ -2636,7 +2636,7 @@
2636 } 2636 }
2637 }, 2637 },
2638 { 2638 {
2639 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 2639 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdium servers.",
2640 "end": { 2640 "end": {
2641 "column": 3, 2641 "column": 3,
2642 "line": 126 2642 "line": 126
@@ -2794,7 +2794,7 @@
2794 } 2794 }
2795 }, 2795 },
2796 { 2796 {
2797 "defaultMessage": "!!!Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 2797 "defaultMessage": "!!!Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
2798 "end": { 2798 "end": {
2799 "column": 3, 2799 "column": 3,
2800 "line": 30 2800 "line": 30
@@ -2903,7 +2903,7 @@
2903 } 2903 }
2904 }, 2904 },
2905 { 2905 {
2906 "defaultMessage": "!!!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.", 2906 "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data! Changing this option requires you to restart Ferdium.",
2907 "end": { 2907 "end": {
2908 "column": 3, 2908 "column": 3,
2909 "line": 34 2909 "line": 34
@@ -2916,7 +2916,7 @@
2916 } 2916 }
2917 }, 2917 },
2918 { 2918 {
2919 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", 2919 "defaultMessage": "!!!By default, Ferdium 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.",
2920 "end": { 2920 "end": {
2921 "column": 3, 2921 "column": 3,
2922 "line": 38 2922 "line": 38
@@ -2929,7 +2929,7 @@
2929 } 2929 }
2930 }, 2930 },
2931 { 2931 {
2932 "defaultMessage": "!!!Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 2932 "defaultMessage": "!!!Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
2933 "end": { 2933 "end": {
2934 "column": 3, 2934 "column": 3,
2935 "line": 42 2935 "line": 42
@@ -2968,7 +2968,7 @@
2968 } 2968 }
2969 }, 2969 },
2970 { 2970 {
2971 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 2971 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
2972 "end": { 2972 "end": {
2973 "column": 3, 2973 "column": 3,
2974 "line": 54 2974 "line": 54
@@ -2981,7 +2981,7 @@
2981 } 2981 }
2982 }, 2982 },
2983 { 2983 {
2984 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.", 2984 "defaultMessage": "!!!Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
2985 "end": { 2985 "end": {
2986 "column": 3, 2986 "column": 3,
2987 "line": 58 2987 "line": 58
@@ -3007,7 +3007,7 @@
3007 } 3007 }
3008 }, 3008 },
3009 { 3009 {
3010 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 3010 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdium.",
3011 "end": { 3011 "end": {
3012 "column": 3, 3012 "column": 3,
3013 "line": 66 3013 "line": 66
@@ -3111,7 +3111,7 @@
3111 } 3111 }
3112 }, 3112 },
3113 { 3113 {
3114 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 3114 "defaultMessage": "!!!Help us to translate Ferdium into your language.",
3115 "end": { 3115 "end": {
3116 "column": 3, 3116 "column": 3,
3117 "line": 98 3117 "line": 98
@@ -3124,7 +3124,7 @@
3124 } 3124 }
3125 }, 3125 },
3126 { 3126 {
3127 "defaultMessage": "!!!Ferdi uses your Mac's build-in spellchecker to check for typos. If you want to change the languages the spellchecker checks for, you can do so in your Mac's System Preferences.", 3127 "defaultMessage": "!!!Ferdium 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.",
3128 "end": { 3128 "end": {
3129 "column": 3, 3129 "column": 3,
3130 "line": 102 3130 "line": 102
@@ -3150,7 +3150,7 @@
3150 } 3150 }
3151 }, 3151 },
3152 { 3152 {
3153 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 3153 "defaultMessage": "!!!Ferdium cache is currently using {size} of disk space.",
3154 "end": { 3154 "end": {
3155 "column": 3, 3155 "column": 3,
3156 "line": 110 3156 "line": 110
@@ -3241,7 +3241,7 @@
3241 } 3241 }
3242 }, 3242 },
3243 { 3243 {
3244 "defaultMessage": "!!!You are using the latest version of Ferdi", 3244 "defaultMessage": "!!!You are using the latest version of Ferdium",
3245 "end": { 3245 "end": {
3246 "column": 3, 3246 "column": 3,
3247 "line": 138 3247 "line": 138
@@ -3316,39 +3316,39 @@
3316 { 3316 {
3317 "descriptors": [ 3317 "descriptors": [
3318 { 3318 {
3319 "defaultMessage": "!!!About Ferdi", 3319 "defaultMessage": "!!!About Ferdium",
3320 "end": { 3320 "end": {
3321 "column": 3, 3321 "column": 3,
3322 "line": 10 3322 "line": 10
3323 }, 3323 },
3324 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3324 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3325 "id": "settings.supportFerdi.headline", 3325 "id": "settings.supportFerdium.headline",
3326 "start": { 3326 "start": {
3327 "column": 12, 3327 "column": 12,
3328 "line": 7 3328 "line": 7
3329 } 3329 }
3330 }, 3330 },
3331 { 3331 {
3332 "defaultMessage": "!!!Do you like Ferdi?", 3332 "defaultMessage": "!!!Do you like Ferdium?",
3333 "end": { 3333 "end": {
3334 "column": 3, 3334 "column": 3,
3335 "line": 14 3335 "line": 14
3336 }, 3336 },
3337 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3337 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3338 "id": "settings.supportFerdi.title", 3338 "id": "settings.supportFerdium.title",
3339 "start": { 3339 "start": {
3340 "column": 9, 3340 "column": 9,
3341 "line": 11 3341 "line": 11
3342 } 3342 }
3343 }, 3343 },
3344 { 3344 {
3345 "defaultMessage": "!!!<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 3345 "defaultMessage": "!!!<p>Ferdium is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>",
3346 "end": { 3346 "end": {
3347 "column": 3, 3347 "column": 3,
3348 "line": 18 3348 "line": 18
3349 }, 3349 },
3350 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3350 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3351 "id": "settings.supportFerdi.aboutIntro", 3351 "id": "settings.supportFerdium.aboutIntro",
3352 "start": { 3352 "start": {
3353 "column": 14, 3353 "column": 14,
3354 "line": 15 3354 "line": 15
@@ -3360,8 +3360,8 @@
3360 "column": 3, 3360 "column": 3,
3361 "line": 22 3361 "line": 22
3362 }, 3362 },
3363 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3363 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3364 "id": "settings.supportFerdi.textListContributors", 3364 "id": "settings.supportFerdium.textListContributors",
3365 "start": { 3365 "start": {
3366 "column": 24, 3366 "column": 24,
3367 "line": 19 3367 "line": 19
@@ -3373,21 +3373,21 @@
3373 "column": 3, 3373 "column": 3,
3374 "line": 26 3374 "line": 26
3375 }, 3375 },
3376 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3376 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3377 "id": "settings.supportFerdi.textListContributorsHere", 3377 "id": "settings.supportFerdium.textListContributorsHere",
3378 "start": { 3378 "start": {
3379 "column": 28, 3379 "column": 28,
3380 "line": 23 3380 "line": 23
3381 } 3381 }
3382 }, 3382 },
3383 { 3383 {
3384 "defaultMessage": "!!!The development of Ferdi is done by volunteers. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 3384 "defaultMessage": "!!!The development of Ferdium is done by volunteers. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
3385 "end": { 3385 "end": {
3386 "column": 3, 3386 "column": 3,
3387 "line": 30 3387 "line": 30
3388 }, 3388 },
3389 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3389 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3390 "id": "settings.supportFerdi.textVolunteers", 3390 "id": "settings.supportFerdium.textVolunteers",
3391 "start": { 3391 "start": {
3392 "column": 18, 3392 "column": 18,
3393 "line": 27 3393 "line": 27
@@ -3399,8 +3399,8 @@
3399 "column": 3, 3399 "column": 3,
3400 "line": 34 3400 "line": 34
3401 }, 3401 },
3402 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3402 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3403 "id": "settings.supportFerdi.textSupportWelcome", 3403 "id": "settings.supportFerdium.textSupportWelcome",
3404 "start": { 3404 "start": {
3405 "column": 22, 3405 "column": 22,
3406 "line": 31 3406 "line": 31
@@ -3412,8 +3412,8 @@
3412 "column": 3, 3412 "column": 3,
3413 "line": 38 3413 "line": 38
3414 }, 3414 },
3415 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3415 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3416 "id": "settings.supportFerdi.textSupportWelcomeHere", 3416 "id": "settings.supportFerdium.textSupportWelcomeHere",
3417 "start": { 3417 "start": {
3418 "column": 26, 3418 "column": 26,
3419 "line": 35 3419 "line": 35
@@ -3425,8 +3425,8 @@
3425 "column": 3, 3425 "column": 3,
3426 "line": 42 3426 "line": 42
3427 }, 3427 },
3428 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3428 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3429 "id": "settings.supportFerdi.textExpenses", 3429 "id": "settings.supportFerdium.textExpenses",
3430 "start": { 3430 "start": {
3431 "column": 16, 3431 "column": 16,
3432 "line": 39 3432 "line": 39
@@ -3438,21 +3438,21 @@
3438 "column": 3, 3438 "column": 3,
3439 "line": 46 3439 "line": 46
3440 }, 3440 },
3441 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3441 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3442 "id": "settings.supportFerdi.textOpenCollective", 3442 "id": "settings.supportFerdium.textOpenCollective",
3443 "start": { 3443 "start": {
3444 "column": 22, 3444 "column": 22,
3445 "line": 43 3445 "line": 43
3446 } 3446 }
3447 }, 3447 },
3448 { 3448 {
3449 "defaultMessage": "!!!If you feel like supporting Ferdi development with a donation, you can do so on both,", 3449 "defaultMessage": "!!!If you feel like supporting Ferdium development with a donation, you can do so on both,",
3450 "end": { 3450 "end": {
3451 "column": 3, 3451 "column": 3,
3452 "line": 50 3452 "line": 50
3453 }, 3453 },
3454 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3454 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3455 "id": "settings.supportFerdi.textDonation", 3455 "id": "settings.supportFerdium.textDonation",
3456 "start": { 3456 "start": {
3457 "column": 16, 3457 "column": 16,
3458 "line": 47 3458 "line": 47
@@ -3464,8 +3464,8 @@
3464 "column": 3, 3464 "column": 3,
3465 "line": 54 3465 "line": 54
3466 }, 3466 },
3467 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3467 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3468 "id": "settings.supportFerdi.textDonationAnd", 3468 "id": "settings.supportFerdium.textDonationAnd",
3469 "start": { 3469 "start": {
3470 "column": 19, 3470 "column": 19,
3471 "line": 51 3471 "line": 51
@@ -3477,8 +3477,8 @@
3477 "column": 3, 3477 "column": 3,
3478 "line": 58 3478 "line": 58
3479 }, 3479 },
3480 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3480 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3481 "id": "settings.supportFerdi.textGitHubSponsors", 3481 "id": "settings.supportFerdium.textGitHubSponsors",
3482 "start": { 3482 "start": {
3483 "column": 22, 3483 "column": 22,
3484 "line": 55 3484 "line": 55
@@ -3490,28 +3490,28 @@
3490 "column": 3, 3490 "column": 3,
3491 "line": 62 3491 "line": 62
3492 }, 3492 },
3493 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3493 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3494 "id": "settings.supportFerdi.openSurvey", 3494 "id": "settings.supportFerdium.openSurvey",
3495 "start": { 3495 "start": {
3496 "column": 14, 3496 "column": 14,
3497 "line": 59 3497 "line": 59
3498 } 3498 }
3499 }, 3499 },
3500 { 3500 {
3501 "defaultMessage": "!!!Do you want to help us improve Ferdi?", 3501 "defaultMessage": "!!!Do you want to help us improve Ferdium?",
3502 "end": { 3502 "end": {
3503 "column": 3, 3503 "column": 3,
3504 "line": 66 3504 "line": 66
3505 }, 3505 },
3506 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", 3506 "file": "src/components/settings/supportFerdium/SupportFerdiumDashboard.js",
3507 "id": "settings.supportFerdi.bannerText", 3507 "id": "settings.supportFerdium.bannerText",
3508 "start": { 3508 "start": {
3509 "column": 14, 3509 "column": 14,
3510 "line": 63 3510 "line": 63
3511 } 3511 }
3512 } 3512 }
3513 ], 3513 ],
3514 "path": "src/components/settings/supportFerdi/SupportFerdiDashboard.json" 3514 "path": "src/components/settings/supportFerdium/SupportFerdiumDashboard.json"
3515 }, 3515 },
3516 { 3516 {
3517 "descriptors": [ 3517 "descriptors": [
@@ -3555,7 +3555,7 @@
3555 } 3555 }
3556 }, 3556 },
3557 { 3557 {
3558 "defaultMessage": "!!!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.", 3558 "defaultMessage": "!!!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 Ferdium: 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.",
3559 "end": { 3559 "end": {
3560 "column": 3, 3560 "column": 3,
3561 "line": 30 3561 "line": 30
@@ -4198,7 +4198,7 @@
4198 { 4198 {
4199 "descriptors": [ 4199 "descriptors": [
4200 { 4200 {
4201 "defaultMessage": "!!!Launch Ferdi on start", 4201 "defaultMessage": "!!!Launch Ferdium on start",
4202 "end": { 4202 "end": {
4203 "column": 3, 4203 "column": 3,
4204 "line": 33 4204 "line": 33
@@ -4224,7 +4224,7 @@
4224 } 4224 }
4225 }, 4225 },
4226 { 4226 {
4227 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 4227 "defaultMessage": "!!!Keep Ferdium in background when closing the window",
4228 "end": { 4228 "end": {
4229 "column": 3, 4229 "column": 3,
4230 "line": 41 4230 "line": 41
@@ -4250,7 +4250,7 @@
4250 } 4250 }
4251 }, 4251 },
4252 { 4252 {
4253 "defaultMessage": "!!!Always show Ferdi in System Tray", 4253 "defaultMessage": "!!!Always show Ferdium in System Tray",
4254 "end": { 4254 "end": {
4255 "column": 3, 4255 "column": 3,
4256 "line": 49 4256 "line": 49
@@ -4263,7 +4263,7 @@
4263 } 4263 }
4264 }, 4264 },
4265 { 4265 {
4266 "defaultMessage": "!!!Always show Ferdi in Menu Bar", 4266 "defaultMessage": "!!!Always show Ferdium in Menu Bar",
4267 "end": { 4267 "end": {
4268 "column": 3, 4268 "column": 3,
4269 "line": 53 4269 "line": 53
@@ -4276,7 +4276,7 @@
4276 } 4276 }
4277 }, 4277 },
4278 { 4278 {
4279 "defaultMessage": "!!!Reload Ferdi after system resume", 4279 "defaultMessage": "!!!Reload Ferdium after system resume",
4280 "end": { 4280 "end": {
4281 "column": 3, 4281 "column": 3,
4282 "line": 57 4282 "line": 57
@@ -4289,7 +4289,7 @@
4289 } 4289 }
4290 }, 4290 },
4291 { 4291 {
4292 "defaultMessage": "!!!Minimize Ferdi to system tray", 4292 "defaultMessage": "!!!Minimize Ferdium to system tray",
4293 "end": { 4293 "end": {
4294 "column": 3, 4294 "column": 3,
4295 "line": 61 4295 "line": 61
@@ -4302,7 +4302,7 @@
4302 } 4302 }
4303 }, 4303 },
4304 { 4304 {
4305 "defaultMessage": "!!!Close Ferdi to system tray", 4305 "defaultMessage": "!!!Close Ferdium to system tray",
4306 "end": { 4306 "end": {
4307 "column": 3, 4307 "column": 3,
4308 "line": 65 4308 "line": 65
@@ -4910,7 +4910,7 @@
4910 { 4910 {
4911 "descriptors": [ 4911 "descriptors": [
4912 { 4912 {
4913 "defaultMessage": "!!!Changes in Ferdi {version}", 4913 "defaultMessage": "!!!Changes in Ferdium {version}",
4914 "end": { 4914 "end": {
4915 "column": 3, 4915 "column": 3,
4916 "line": 23 4916 "line": 23
@@ -4959,7 +4959,7 @@
4959 } 4959 }
4960 }, 4960 },
4961 { 4961 {
4962 "defaultMessage": "!!!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.", 4962 "defaultMessage": "!!!Nightly builds are highly experimental versions of Ferdium 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.",
4963 "end": { 4963 "end": {
4964 "column": 3, 4964 "column": 3,
4965 "line": 23 4965 "line": 23
@@ -5016,7 +5016,7 @@
5016 } 5016 }
5017 }, 5017 },
5018 { 5018 {
5019 "defaultMessage": "!!!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", 5019 "defaultMessage": "!!!Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
5020 "end": { 5020 "end": {
5021 "column": 3, 5021 "column": 3,
5022 "line": 26 5022 "line": 26
@@ -5213,7 +5213,7 @@
5213 { 5213 {
5214 "descriptors": [ 5214 "descriptors": [
5215 { 5215 {
5216 "defaultMessage": "!!!Ferdi is better together!", 5216 "defaultMessage": "!!!Ferdium is better together!",
5217 "end": { 5217 "end": {
5218 "column": 3, 5218 "column": 3,
5219 "line": 20 5219 "line": 20
@@ -5226,7 +5226,7 @@
5226 } 5226 }
5227 }, 5227 },
5228 { 5228 {
5229 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 5229 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdium is and help us to spread the word.",
5230 "end": { 5230 "end": {
5231 "column": 3, 5231 "column": 3,
5232 "line": 24 5232 "line": 24
@@ -5278,7 +5278,7 @@
5278 } 5278 }
5279 }, 5279 },
5280 { 5280 {
5281 "defaultMessage": "!!! I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 5281 "defaultMessage": "!!! I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
5282 "end": { 5282 "end": {
5283 "column": 3, 5283 "column": 3,
5284 "line": 40 5284 "line": 40
@@ -5291,7 +5291,7 @@
5291 } 5291 }
5292 }, 5292 },
5293 { 5293 {
5294 "defaultMessage": "!!! I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", 5294 "defaultMessage": "!!! I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger",
5295 "end": { 5295 "end": {
5296 "column": 3, 5296 "column": 3,
5297 "line": 44 5297 "line": 44
@@ -5724,7 +5724,7 @@
5724 } 5724 }
5725 }, 5725 },
5726 { 5726 {
5727 "defaultMessage": "!!!Less is More: Introducing Ferdi Workspaces", 5727 "defaultMessage": "!!!Less is More: Introducing Ferdium Workspaces",
5728 "end": { 5728 "end": {
5729 "column": 3, 5729 "column": 3,
5730 "line": 48 5730 "line": 48
@@ -5830,7 +5830,7 @@
5830 { 5830 {
5831 "descriptors": [ 5831 "descriptors": [
5832 { 5832 {
5833 "defaultMessage": "!!!Can't connect to Ferdi Online Services", 5833 "defaultMessage": "!!!Can't connect to Ferdium Online Services",
5834 "end": { 5834 "end": {
5835 "column": 3, 5835 "column": 3,
5836 "line": 7 5836 "line": 7
@@ -6316,7 +6316,7 @@
6316 } 6316 }
6317 }, 6317 },
6318 { 6318 {
6319 "defaultMessage": "!!!Reload Ferdi", 6319 "defaultMessage": "!!!Reload Ferdium",
6320 "end": { 6320 "end": {
6321 "column": 3, 6321 "column": 3,
6322 "line": 138 6322 "line": 138
@@ -6329,13 +6329,13 @@
6329 } 6329 }
6330 }, 6330 },
6331 { 6331 {
6332 "defaultMessage": "!!!Lock Ferdi", 6332 "defaultMessage": "!!!Lock Ferdium",
6333 "end": { 6333 "end": {
6334 "column": 3, 6334 "column": 3,
6335 "line": 142 6335 "line": 142
6336 }, 6336 },
6337 "file": "src/lib/Menu.js", 6337 "file": "src/lib/Menu.js",
6338 "id": "menu.view.lockFerdi", 6338 "id": "menu.view.lockFerdium",
6339 "start": { 6339 "start": {
6340 "column": 13, 6340 "column": 13,
6341 "line": 139 6341 "line": 139
@@ -6446,7 +6446,7 @@
6446 } 6446 }
6447 }, 6447 },
6448 { 6448 {
6449 "defaultMessage": "!!!Ferdi Debug Information", 6449 "defaultMessage": "!!!Ferdium Debug Information",
6450 "end": { 6450 "end": {
6451 "column": 3, 6451 "column": 3,
6452 "line": 178 6452 "line": 178
@@ -6589,7 +6589,7 @@
6589 } 6589 }
6590 }, 6590 },
6591 { 6591 {
6592 "defaultMessage": "!!!About Ferdi", 6592 "defaultMessage": "!!!About Ferdium",
6593 "end": { 6593 "end": {
6594 "column": 3, 6594 "column": 3,
6595 "line": 222 6595 "line": 222
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 800294407..cd09123f7 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Αλλαγή διακομιστή", 5 "changeserver.headline": "Αλλαγή διακομιστή",
6 "changeserver.label": "Διακομιστής", 6 "changeserver.label": "Διακομιστής",
7 "changeserver.urlError": "Εισάγετε μια έγκυρη διεύθυνση URL", 7 "changeserver.urlError": "Εισάγετε μια έγκυρη διεύθυνση URL",
8 "changeserver.warning": "Οι επιπλέον ρυθμίσεις από το Ferdi δεν θα αποθηκευτούν", 8 "changeserver.warning": "Οι επιπλέον ρυθμίσεις από το Ferdium δεν θα αποθηκευτούν",
9 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας", 9 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας",
10 "connectionLostBanner.informationLink": "Τι συνέβη;", 10 "connectionLostBanner.informationLink": "Τι συνέβη;",
11 "connectionLostBanner.message": "Ωχ όχι! Ο Ferdi έχασε την επικοινωνία με το", 11 "connectionLostBanner.message": "Ωχ όχι! Ο Ferdium έχασε την επικοινωνία με το",
12 "feature.basicAuth.signIn": "Είσοδος", 12 "feature.basicAuth.signIn": "Είσοδος",
13 "feature.publishDebugInfo.error": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημοσίευσης των πληροφοριών αποσφαλμάτωσης. Παρακαλώ δοκιμάστε ξανά αργότερα ή δείτε την κονσόλα για περισσότερες πληροφορίες.", 13 "feature.publishDebugInfo.error": "Παρουσιάστηκε σφάλμα κατά την προσπάθεια δημοσίευσης των πληροφοριών αποσφαλμάτωσης. Παρακαλώ δοκιμάστε ξανά αργότερα ή δείτε την κονσόλα για περισσότερες πληροφορίες.",
14 "feature.publishDebugInfo.info": "Η δημοσίευση των πληροφοριών εντοπισμού σφαλμάτων σας μας βοηθά να βρούμε προβλήματα και σφάλματα στην Ferdi. Δημοσιεύοντας τις πληροφορίες αποσφαλμάτωσης αποδέχεστε την πολιτική απορρήτου και τους όρους υπηρεσίας του Ferdi Debugger", 14 "feature.publishDebugInfo.info": "Η δημοσίευση των πληροφοριών εντοπισμού σφαλμάτων σας μας βοηθά να βρούμε προβλήματα και σφάλματα στην Ferdium. Δημοσιεύοντας τις πληροφορίες αποσφαλμάτωσης αποδέχεστε την πολιτική απορρήτου και τους όρους υπηρεσίας του Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Πολιτική απορρήτου", 15 "feature.publishDebugInfo.privacy": "Πολιτική απορρήτου",
16 "feature.publishDebugInfo.publish": "Αποδοχή και δημοσίευση", 16 "feature.publishDebugInfo.publish": "Αποδοχή και δημοσίευση",
17 "feature.publishDebugInfo.published": "Το αρχείο καταγραφής αποσφαλμάτωσης δημοσιεύτηκε και είναι διαθέσιμο στο", 17 "feature.publishDebugInfo.published": "Το αρχείο καταγραφής αποσφαλμάτωσης δημοσιεύτηκε και είναι διαθέσιμο στο",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Επιλέξτε μια υπηρεσία με TAB, ↑ και ↓ . Ανοίξτε μια υπηρεσία με ENTER.", 20 "feature.quickSwitch.info": "Επιλέξτε μια υπηρεσία με TAB, ↑ και ↓ . Ανοίξτε μια υπηρεσία με ENTER.",
21 "feature.quickSwitch.search": "Αναζήτηση...", 21 "feature.quickSwitch.search": "Αναζήτηση...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις διαδικτυακές υπηρεσίες Ferdi", 23 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις διαδικτυακές υπηρεσίες Ferdium",
24 "global.cancel": "Ακύρωση", 24 "global.cancel": "Ακύρωση",
25 "global.edit": "Επεξεργασία", 25 "global.edit": "Επεξεργασία",
26 "global.no": "Όχι", 26 "global.no": "Όχι",
27 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο", 27 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο",
28 "global.ok": "Εντάξει", 28 "global.ok": "Εντάξει",
29 "global.quit": "Έξοδος", 29 "global.quit": "Έξοδος",
30 "global.quitConfirmation": "Θέλετε πραγματικά να σταματήσετε Ferdi?", 30 "global.quitConfirmation": "Θέλετε πραγματικά να σταματήσετε Ferdium?",
31 "global.save": "Αποθήκευση", 31 "global.save": "Αποθήκευση",
32 "global.settings": "Ρυθμίσεις", 32 "global.settings": "Ρυθμίσεις",
33 "global.spellchecker.useDefault": "Χρήση Προεπιλογής Συστήματος ({default})", 33 "global.spellchecker.useDefault": "Χρήση Προεπιλογής Συστήματος ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Χρησιμοποιήστε 'https://whatmyuseragent.com/' (για να ανακαλύψετε) ή 'https://developers.whatismybrowser.com/useragents/explore/' (για να επιλέξετε) τον επιθυμητό user agent και να τον αντιγράψετε εδώ.", 38 "global.userAgentHelp": "Χρησιμοποιήστε 'https://whatmyuseragent.com/' (για να ανακαλύψετε) ή 'https://developers.whatismybrowser.com/useragents/explore/' (για να επιλέξετε) τον επιθυμητό user agent και να τον αντιγράψετε εδώ.",
39 "global.userAgentPref": "Πράκτορας Χρήστη", 39 "global.userAgentPref": "Πράκτορας Χρήστη",
40 "global.yes": "Ναι", 40 "global.yes": "Ναι",
41 "import.headline": "Εισαγάγετε τις υπηρεσίες σας Ferdi 4", 41 "import.headline": "Εισαγάγετε τις υπηρεσίες σας Ferdium 4",
42 "import.notSupportedHeadline": "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Ferdi 5", 42 "import.notSupportedHeadline": "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Ferdium 5",
43 "import.skip.label": "Θέλω να προσθέσω υπηρεσίες χειροκίνητα", 43 "import.skip.label": "Θέλω να προσθέσω υπηρεσίες χειροκίνητα",
44 "import.submit.label": "Εισαγωγή {count} υπηρεσιών", 44 "import.submit.label": "Εισαγωγή {count} υπηρεσιών",
45 "infobar.authRequestFailed": "Υπήρξαν σφάλματα κατά την προσπάθεια εκτέλεσης ενός αιτήματος με έλεγχο ταυτότητας. Παρακαλώ δοκιμάστε να αποσυνδεθείτε και να επιστρέψετε αν αυτό το σφάλμα επιμείνει.", 45 "infobar.authRequestFailed": "Υπήρξαν σφάλματα κατά την προσπάθεια εκτέλεσης ενός αιτήματος με έλεγχο ταυτότητας. Παρακαλώ δοκιμάστε να αποσυνδεθείτε και να επιστρέψετε αν αυτό το σφάλμα επιμείνει.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Απόκρυψη", 49 "infobar.hide": "Απόκρυψη",
50 "infobar.requiredRequestsFailed": "Δεν ήταν δυνατή η φόρτωση υπηρεσιών και πληροφοριών χρηστών", 50 "infobar.requiredRequestsFailed": "Δεν ήταν δυνατή η φόρτωση υπηρεσιών και πληροφοριών χρηστών",
51 "infobar.servicesUpdated": "Οι υπηρεσίες σας έχουν ενημερωθεί.", 51 "infobar.servicesUpdated": "Οι υπηρεσίες σας έχουν ενημερωθεί.",
52 "infobar.updateAvailable": "Υπάρχει διαθέσιμη μια νέα ενημέρωση για τον Ferdi.", 52 "infobar.updateAvailable": "Υπάρχει διαθέσιμη μια νέα ενημέρωση για τον Ferdium.",
53 "infobox.dismiss": "Απόρριψη", 53 "infobox.dismiss": "Απόρριψη",
54 "invite.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", 54 "invite.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου",
55 "invite.headline.friends": "Προσκαλέστε 3 από τους φίλους ή τους συναδέλφους σας", 55 "invite.headline.friends": "Προσκαλέστε 3 από τους φίλους ή τους συναδέλφους σας",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "ξεκλείδωμα μέσω του Touch ID", 65 "locked.touchIdPrompt": "ξεκλείδωμα μέσω του Touch ID",
66 "locked.unlockWithPassword": "Ξεκλείδωμα με κωδικό πρόσβασης", 66 "locked.unlockWithPassword": "Ξεκλείδωμα με κωδικό πρόσβασης",
67 "login.changeServer": "Αλλαγή διακομιστή", 67 "login.changeServer": "Αλλαγή διακομιστή",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", 70 "login.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου",
71 "login.headline": "Σύνδεση", 71 "login.headline": "Σύνδεση",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.", 78 "login.tokenExpired": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.",
79 "menu.Todoss.closeTodosDrawer": "Κλείσιμο συρταριού εργασιών", 79 "menu.Todoss.closeTodosDrawer": "Κλείσιμο συρταριού εργασιών",
80 "menu.Todoss.openTodosDrawer": "Άνοιγμα συρταριού εργασιών", 80 "menu.Todoss.openTodosDrawer": "Άνοιγμα συρταριού εργασιών",
81 "menu.app.about": "Σχετικά με το Ferdi", 81 "menu.app.about": "Σχετικά με το Ferdium",
82 "menu.app.autohideMenuBar": "Αυτόματη απόκρυψη γραμμής μενού", 82 "menu.app.autohideMenuBar": "Αυτόματη απόκρυψη γραμμής μενού",
83 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις", 83 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις",
84 "menu.app.hide": "Απόκρυψη", 84 "menu.app.hide": "Απόκρυψη",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Πρόσφατες αλλαγές", 104 "menu.help.changelog": "Πρόσφατες αλλαγές",
105 "menu.help.debugInfo": "Αντιγραφή Πληροφοριών Αποσφαλμάτωσης", 105 "menu.help.debugInfo": "Αντιγραφή Πληροφοριών Αποσφαλμάτωσης",
106 "menu.help.debugInfoCopiedBody": "Οι πληροφορίες αποσφαλμάτωσης έχουν αντιγραφεί στο πρόχειρο.", 106 "menu.help.debugInfoCopiedBody": "Οι πληροφορίες αποσφαλμάτωσης έχουν αντιγραφεί στο πρόχειρο.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Εισαγωγή/Εξαγωγή Δεδομένων Διαμόρφωσης", 108 "menu.help.importExportData": "Εισαγωγή/Εξαγωγή Δεδομένων Διαμόρφωσης",
109 "menu.help.learnMore": "Μάθετε περισσότερα", 109 "menu.help.learnMore": "Μάθετε περισσότερα",
110 "menu.help.privacy": "Δήλωση απορρήτου", 110 "menu.help.privacy": "Δήλωση απορρήτου",
@@ -121,9 +121,9 @@
121 "menu.view": "Προβολή", 121 "menu.view": "Προβολή",
122 "menu.view.back": "Πίσω", 122 "menu.view.back": "Πίσω",
123 "menu.view.forward": "Μπροστά", 123 "menu.view.forward": "Μπροστά",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Άνοιγμα Γρήγορου Διακόπτη", 125 "menu.view.openQuickSwitch": "Άνοιγμα Γρήγορου Διακόπτη",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Ανανέωση Υπηρεσίας", 127 "menu.view.reloadService": "Ανανέωση Υπηρεσίας",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Πραγματικό Μέγεθος", 129 "menu.view.resetZoom": "Πραγματικό Μέγεθος",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} απέτυχε να φορτωθεί.", 161 "service.errorHandler.text": "{name} απέτυχε να φορτωθεί.",
162 "service.webviewLoader.loading": "Φόρτωση {service}", 162 "service.webviewLoader.loading": "Φόρτωση {service}",
163 "services.getStarted": "Ξεκινήστε", 163 "services.getStarted": "Ξεκινήστε",
164 "services.login": "Παρακαλώ συνδεθείτε για να χρησιμοποιήσετε το Ferdi.", 164 "services.login": "Παρακαλώ συνδεθείτε για να χρησιμοποιήσετε το Ferdium.",
165 "services.serverInfo": "Προαιρετικά, μπορείτε να αλλάξετε το διακομιστή Ferdi κάνοντας κλικ στο cog στην κάτω αριστερή γωνία. Αν μεταβείτε από έναν από τους διακομιστές που φιλοξενούνται στη χρήση Ferdi χωρίς λογαριασμό, ενημερώστε ότι μπορείτε να εξαγάγετε τα δεδομένα σας από αυτόν τον διακομιστή και στη συνέχεια να τα εισάγετε χρησιμοποιώντας το μενού Βοήθεια για να αναστήσετε όλους τους χώρους εργασίας σας και τις διαμορφωμένες υπηρεσίες!", 165 "services.serverInfo": "Προαιρετικά, μπορείτε να αλλάξετε το διακομιστή Ferdium κάνοντας κλικ στο cog στην κάτω αριστερή γωνία. Αν μεταβείτε από έναν από τους διακομιστές που φιλοξενούνται στη χρήση Ferdium χωρίς λογαριασμό, ενημερώστε ότι μπορείτε να εξαγάγετε τα δεδομένα σας από αυτόν τον διακομιστή και στη συνέχεια να τα εισάγετε χρησιμοποιώντας το μενού Βοήθεια για να αναστήσετε όλους τους χώρους εργασίας σας και τις διαμορφωμένες υπηρεσίες!",
166 "services.serverless": "Χρήση Ferdi χωρίς λογαριασμό", 166 "services.serverless": "Χρήση Ferdium χωρίς λογαριασμό",
167 "settings.account.account.editButton": "Επεξεργασία λογαριασμού", 167 "settings.account.account.editButton": "Επεξεργασία λογαριασμού",
168 "settings.account.accountUnavailable": "Ο λογαριασμός δεν είναι διαθέσιμος", 168 "settings.account.accountUnavailable": "Ο λογαριασμός δεν είναι διαθέσιμος",
169 "settings.account.accountUnavailableInfo": "Χρησιμοποιείτε Ferdi χωρίς λογαριασμό. Εάν θέλετε να χρησιμοποιήσετε το Ferdi με λογαριασμό και να διατηρήσετε τις υπηρεσίες σας συγχρονισμένες σε όλες τις εγκαταστάσεις, παρακαλώ επιλέξτε ένα διακομιστή στην καρτέλα Ρυθμίσεις και μετά συνδεθείτε.", 169 "settings.account.accountUnavailableInfo": "Χρησιμοποιείτε Ferdium χωρίς λογαριασμό. Εάν θέλετε να χρησιμοποιήσετε το Ferdium με λογαριασμό και να διατηρήσετε τις υπηρεσίες σας συγχρονισμένες σε όλες τις εγκαταστάσεις, παρακαλώ επιλέξτε ένα διακομιστή στην καρτέλα Ρυθμίσεις και μετά συνδεθείτε.",
170 "settings.account.buttonSave": "Ενημέρωση προφίλ", 170 "settings.account.buttonSave": "Ενημέρωση προφίλ",
171 "settings.account.deleteAccount": "Διαγραφή λογαριασμού", 171 "settings.account.deleteAccount": "Διαγραφή λογαριασμού",
172 "settings.account.deleteEmailSent": "Έχετε λάβει ένα email με έναν σύνδεσμο για την επιβεβαίωση της διαγραφής του λογαριασμού σας. Ο λογαριασμός και τα δεδομένα σας δεν μπορούν να ανακτηθούν!", 172 "settings.account.deleteEmailSent": "Έχετε λάβει ένα email με έναν σύνδεσμο για την επιβεβαίωση της διαγραφής του λογαριασμού σας. Ο λογαριασμός και τα δεδομένα σας δεν μπορούν να ανακτηθούν!",
173 "settings.account.deleteInfo": "Εάν δεν χρειάζεστε πλέον το λογαριασμό σας στο Ferdi, μπορείτε να διαγράψετε το λογαριασμό σας και όλα τα δεδομένα που σχετίζονται με αυτόν εδώ.", 173 "settings.account.deleteInfo": "Εάν δεν χρειάζεστε πλέον το λογαριασμό σας στο Ferdium, μπορείτε να διαγράψετε το λογαριασμό σας και όλα τα δεδομένα που σχετίζονται με αυτόν εδώ.",
174 "settings.account.headline": "Λογαριασμός", 174 "settings.account.headline": "Λογαριασμός",
175 "settings.account.headlineAccount": "Πληροφορίες λογαριασμού", 175 "settings.account.headlineAccount": "Πληροφορίες λογαριασμού",
176 "settings.account.headlineDangerZone": "Ζώνη Κίνδυνου", 176 "settings.account.headlineDangerZone": "Ζώνη Κίνδυνου",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Δοκιμάστε ξανά", 181 "settings.account.tryReloadServices": "Δοκιμάστε ξανά",
182 "settings.account.tryReloadUserInfoRequest": "Δοκιμάστε ξανά", 182 "settings.account.tryReloadUserInfoRequest": "Δοκιμάστε ξανά",
183 "settings.account.userInfoRequestFailed": "Δεν ήταν δυνατή η φόρτωση πληροφοριών χρήστη", 183 "settings.account.userInfoRequestFailed": "Δεν ήταν δυνατή η φόρτωση πληροφοριών χρήστη",
184 "settings.account.yourLicense": "Άδεια Ferdi Σου:", 184 "settings.account.yourLicense": "Άδεια Ferdium Σου:",
185 "settings.app.accentColorInfo": "Γράψτε το χρώμα έμφασης σας σε μορφή συμβατή με CSS. (Προεπιλογή: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Γράψτε το χρώμα έμφασης σας σε μορφή συμβατή με CSS. (Προεπιλογή: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Καθαρισμός λανθάνουσας μνήμης", 186 "settings.app.buttonClearAllCache": "Καθαρισμός λανθάνουσας μνήμης",
187 "settings.app.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων", 187 "settings.app.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων",
188 "settings.app.buttonOpenFerdiProfileFolder": "Άνοιγμα φακέλου προφίλ", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Άνοιγμα φακέλου προφίλ",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Άνοιγμα φακέλου Συνταγών υπηρεσιών", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Άνοιγμα φακέλου Συνταγών υπηρεσιών",
190 "settings.app.buttonSearchForUpdate": "Έλεγχος για ενημερώσεις", 190 "settings.app.buttonSearchForUpdate": "Έλεγχος για ενημερώσεις",
191 "settings.app.cacheInfo": "Το Ferdi χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.", 191 "settings.app.cacheInfo": "Το Ferdium χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.",
192 "settings.app.cacheNotCleared": "Αδύνατη εκκαθάριση όλων των cache", 192 "settings.app.cacheNotCleared": "Αδύνατη εκκαθάριση όλων των cache",
193 "settings.app.closeSettings": "Κλείσιμο ρυθμίσεων", 193 "settings.app.closeSettings": "Κλείσιμο ρυθμίσεων",
194 "settings.app.currentVersion": "Τρέχουσα έκδοση:", 194 "settings.app.currentVersion": "Τρέχουσα έκδοση:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Συγχρονισμός σκοτεινής λειτουργίας με τη σκοτεινή ρύθμιση λειτουργίας του OSName", 196 "settings.app.form.adaptableDarkMode": "Συγχρονισμός σκοτεινής λειτουργίας με τη σκοτεινή ρύθμιση λειτουργίας του OSName",
197 "settings.app.form.alwaysShowWorkspaces": "Πάντα εμφάνιση συρταριού χώρου εργασίας", 197 "settings.app.form.alwaysShowWorkspaces": "Πάντα εμφάνιση συρταριού χώρου εργασίας",
198 "settings.app.form.autoLaunchInBackground": "Άνοιγμα στο παρασκήνιο", 198 "settings.app.form.autoLaunchInBackground": "Άνοιγμα στο παρασκήνιο",
199 "settings.app.form.autoLaunchOnStart": "Εκκίνηση του Ferdi κατά την εκκίνηση του συστήματος", 199 "settings.app.form.autoLaunchOnStart": "Εκκίνηση του Ferdium κατά την εκκίνηση του συστήματος",
200 "settings.app.form.automaticUpdates": "Ενεργοποίηση ενημερώσεων", 200 "settings.app.form.automaticUpdates": "Ενεργοποίηση ενημερώσεων",
201 "settings.app.form.beta": "Συμπερίληψη προ-απελευθερώσεων", 201 "settings.app.form.beta": "Συμπερίληψη προ-απελευθερώσεων",
202 "settings.app.form.clipboardNotifications": "Να μην εμφανίζονται ειδοποιήσεις για συμβάντα πρόχειρου", 202 "settings.app.form.clipboardNotifications": "Να μην εμφανίζονται ειδοποιήσεις για συμβάντα πρόχειρου",
203 "settings.app.form.closeToSystemTray": "Κλείσιμο Ferdi στο δίσκο συστήματος", 203 "settings.app.form.closeToSystemTray": "Κλείσιμο Ferdium στο δίσκο συστήματος",
204 "settings.app.form.confirmOnQuit": "Επιβεβαίωση κατά την εγκατάλειψη του Ferdi", 204 "settings.app.form.confirmOnQuit": "Επιβεβαίωση κατά την εγκατάλειψη του Ferdium",
205 "settings.app.form.customTodoServer": "Προσαρμοσμένος Διακομιστής Todo", 205 "settings.app.form.customTodoServer": "Προσαρμοσμένος Διακομιστής Todo",
206 "settings.app.form.darkMode": "Ενεργοποίηση Σκοτεινής Λειτουργίας", 206 "settings.app.form.darkMode": "Ενεργοποίηση Σκοτεινής Λειτουργίας",
207 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ", 207 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ",
208 "settings.app.form.enableGlobalHideShortcut": "Ενεργοποίηση καθολικής συντόμευσης για την απόκρυψη του Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Ενεργοποίηση καθολικής συντόμευσης για την απόκρυψη του Ferdium",
209 "settings.app.form.enableLock": "Ενεργοποίηση Κλειδώματος Κωδικού", 209 "settings.app.form.enableLock": "Ενεργοποίηση Κλειδώματος Κωδικού",
210 "settings.app.form.enableLongPressServiceHint": "Ενεργοποίηση υπόδειξης συντόμευσης υπηρεσίας στο παρατεταμένο πάτημα", 210 "settings.app.form.enableLongPressServiceHint": "Ενεργοποίηση υπόδειξης συντόμευσης υπηρεσίας στο παρατεταμένο πάτημα",
211 "settings.app.form.enableMenuBar": "Πάντα εμφάνιση του Ferdi στη γραμμή μενού", 211 "settings.app.form.enableMenuBar": "Πάντα εμφάνιση του Ferdium στη γραμμή μενού",
212 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου", 212 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου",
213 "settings.app.form.enableSystemTray": "Να εμφανίζεται πάντα ο Ferdi στο πλαίσιο συστήματος", 213 "settings.app.form.enableSystemTray": "Να εμφανίζεται πάντα ο Ferdium στο πλαίσιο συστήματος",
214 "settings.app.form.enableTodos": "Ενεργοποίηση Todos Ferdi", 214 "settings.app.form.enableTodos": "Ενεργοποίηση Todos Ferdium",
215 "settings.app.form.hibernateOnStartup": "Κρατήστε υπηρεσίες σε χειμερία νάρκη κατά την εκκίνηση", 215 "settings.app.form.hibernateOnStartup": "Κρατήστε υπηρεσίες σε χειμερία νάρκη κατά την εκκίνηση",
216 "settings.app.form.hibernationStrategy": "Στρατηγική αδράνειας", 216 "settings.app.form.hibernationStrategy": "Στρατηγική αδράνειας",
217 "settings.app.form.iconSize": "Μέγεθος εικονιδίου υπηρεσίας", 217 "settings.app.form.iconSize": "Μέγεθος εικονιδίου υπηρεσίας",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Διατήρηση όλων των χώρων εργασίας φορτωμένων", 219 "settings.app.form.keepAllWorkspacesLoaded": "Διατήρηση όλων των χώρων εργασίας φορτωμένων",
220 "settings.app.form.language": "Γλώσσα", 220 "settings.app.form.language": "Γλώσσα",
221 "settings.app.form.lockPassword": "Κωδικός", 221 "settings.app.form.lockPassword": "Κωδικός",
222 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων", 222 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdium στη γραμμή ειδοποιήσεων",
223 "settings.app.form.navigationBarBehaviour": "Συμπεριφορά μπάρας πλοήγησης", 223 "settings.app.form.navigationBarBehaviour": "Συμπεριφορά μπάρας πλοήγησης",
224 "settings.app.form.notifyTaskBarOnMessage": "Ειδοποίηση μπάρας/μπάρας εργασιών στο νέο μήνυμα", 224 "settings.app.form.notifyTaskBarOnMessage": "Ειδοποίηση μπάρας/μπάρας εργασιών στο νέο μήνυμα",
225 "settings.app.form.passwordToggle": "Εναλλαγή κωδικού πρόσβασης", 225 "settings.app.form.passwordToggle": "Εναλλαγή κωδικού πρόσβασης",
226 "settings.app.form.predefinedTodoServer": "Εξυπηρετητής Todo", 226 "settings.app.form.predefinedTodoServer": "Εξυπηρετητής Todo",
227 "settings.app.form.privateNotifications": "Να μην εμφανίζεται περιεχόμενο μηνύματος στις ειδοποιήσεις", 227 "settings.app.form.privateNotifications": "Να μην εμφανίζεται περιεχόμενο μηνύματος στις ειδοποιήσεις",
228 "settings.app.form.reloadAfterResume": "Επαναφόρτωση Ferdi μετά τη συνέχιση του συστήματος", 228 "settings.app.form.reloadAfterResume": "Επαναφόρτωση Ferdium μετά τη συνέχιση του συστήματος",
229 "settings.app.form.runInBackground": "Κρατήστε το Ferdi στο παρασκήνιο κατά το κλείσιμο του παραθύρου", 229 "settings.app.form.runInBackground": "Κρατήστε το Ferdium στο παρασκήνιο κατά το κλείσιμο του παραθύρου",
230 "settings.app.form.scheduledDNDEnabled": "Ενεργοποίηση προγραμματισμένης δομής όχι- ενοχλίας", 230 "settings.app.form.scheduledDNDEnabled": "Ενεργοποίηση προγραμματισμένης δομής όχι- ενοχλίας",
231 "settings.app.form.scheduledDNDEnd": "Προς", 231 "settings.app.form.scheduledDNDEnd": "Προς",
232 "settings.app.form.scheduledDNDStart": "Από", 232 "settings.app.form.scheduledDNDStart": "Από",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Ενεργοποίηση Λειτουργίας Διαχωρισμού Προβολής", 241 "settings.app.form.splitMode": "Ενεργοποίηση Λειτουργίας Διαχωρισμού Προβολής",
242 "settings.app.form.startMinimized": "Εκκίνηση ελαχιστοποιημένο", 242 "settings.app.form.startMinimized": "Εκκίνηση ελαχιστοποιημένο",
243 "settings.app.form.universalDarkMode": "Ενεργοποίηση καθολικής σκοτεινής λειτουργίας", 243 "settings.app.form.universalDarkMode": "Ενεργοποίηση καθολικής σκοτεινής λειτουργίας",
244 "settings.app.form.useTouchIdToUnlock": "Να επιτρέπεται η χρήση του TouchID για ξεκλείδωμα Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Να επιτρέπεται η χρήση του TouchID για ξεκλείδωμα Ferdium",
245 "settings.app.form.useVerticalStyle": "Χρήση οριζόντιου στυλ", 245 "settings.app.form.useVerticalStyle": "Χρήση οριζόντιου στυλ",
246 "settings.app.form.wakeUpHibernationSplay": "Splay σε χειμερία νάρκη/ξυπνήσει κύκλους για τη μείωση του φορτίου", 246 "settings.app.form.wakeUpHibernationSplay": "Splay σε χειμερία νάρκη/ξυπνήσει κύκλους για τη μείωση του φορτίου",
247 "settings.app.form.wakeUpHibernationStrategy": "Στρατηγική αδράνειας μετά την αυτόματη αφύπνιση", 247 "settings.app.form.wakeUpHibernationStrategy": "Στρατηγική αδράνειας μετά την αυτόματη αφύπνιση",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Γλώσσα", 252 "settings.app.headlineLanguage": "Γλώσσα",
253 "settings.app.headlinePrivacy": "Απόρρητο", 253 "settings.app.headlinePrivacy": "Απόρρητο",
254 "settings.app.headlineUpdates": "Ενημερώσεις", 254 "settings.app.headlineUpdates": "Ενημερώσεις",
255 "settings.app.hibernateInfo": "Από προεπιλογή, ο Ferdi θα κρατήσει όλες τις υπηρεσίες σας ανοιχτές και φορτωμένες στο παρασκήνιο, ώστε να είναι έτοιμες όταν θέλετε να τις χρησιμοποιήσετε. Η αδράνεια υπηρεσιών θα ξεφορτώσει τις υπηρεσίες σας μετά από ένα συγκεκριμένο ποσό. Αυτό είναι χρήσιμο για την αποθήκευση της μνήμης RAM ή για τη διατήρηση των υπηρεσιών από την επιβράδυνση του υπολογιστή σας.", 255 "settings.app.hibernateInfo": "Από προεπιλογή, ο Ferdium θα κρατήσει όλες τις υπηρεσίες σας ανοιχτές και φορτωμένες στο παρασκήνιο, ώστε να είναι έτοιμες όταν θέλετε να τις χρησιμοποιήσετε. Η αδράνεια υπηρεσιών θα ξεφορτώσει τις υπηρεσίες σας μετά από ένα συγκεκριμένο ποσό. Αυτό είναι χρήσιμο για την αποθήκευση της μνήμης RAM ή για τη διατήρηση των υπηρεσιών από την επιβράδυνση του υπολογιστή σας.",
256 "settings.app.inactivityLockInfo": "Λεπτά αδράνειας, μετά την οποία ο Ferdi θα πρέπει να κλειδώνει αυτόματα. Χρησιμοποιήστε το 0 για απενεργοποίηση", 256 "settings.app.inactivityLockInfo": "Λεπτά αδράνειας, μετά την οποία ο Ferdium θα πρέπει να κλειδώνει αυτόματα. Χρησιμοποιήστε το 0 για απενεργοποίηση",
257 "settings.app.lockInfo": "Το κλείδωμα κωδικού σας επιτρέπει να διατηρείτε τα μηνύματά σας προστατευμένα.\nΧρησιμοποιώντας το Κλείδωμα Κωδικού Πρόσβασης, Θα σας ζητηθεί να εισάγετε τον κωδικό πρόσβασής σας κάθε φορά που ξεκινάτε το Ferdi ή κλειδώνετε τον εαυτό σας χρησιμοποιώντας το σύμβολο κλειδώματος στην κάτω αριστερή γωνία ή τη συντόμευση {lockShortcut}.", 257 "settings.app.lockInfo": "Το κλείδωμα κωδικού σας επιτρέπει να διατηρείτε τα μηνύματά σας προστατευμένα.\nΧρησιμοποιώντας το Κλείδωμα Κωδικού Πρόσβασης, Θα σας ζητηθεί να εισάγετε τον κωδικό πρόσβασής σας κάθε φορά που ξεκινάτε το Ferdium ή κλειδώνετε τον εαυτό σας χρησιμοποιώντας το σύμβολο κλειδώματος στην κάτω αριστερή γωνία ή τη συντόμευση {lockShortcut}.",
258 "settings.app.lockedPassword": "Κωδικός", 258 "settings.app.lockedPassword": "Κωδικός",
259 "settings.app.lockedPasswordInfo": "Παρακαλούμε βεβαιωθείτε να ορίσετε έναν κωδικό πρόσβασης που θα θυμάστε.\nΑν χάσετε αυτόν τον κωδικό πρόσβασης, θα πρέπει να επανεγκαταστήσετε το Ferdi.", 259 "settings.app.lockedPasswordInfo": "Παρακαλούμε βεβαιωθείτε να ορίσετε έναν κωδικό πρόσβασης που θα θυμάστε.\nΑν χάσετε αυτόν τον κωδικό πρόσβασης, θα πρέπει να επανεγκαταστήσετε το Ferdium.",
260 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση", 260 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση",
261 "settings.app.scheduledDNDInfo": "Η προγραμματισμένη λειτουργία Do-not-Disturb σας επιτρέπει να ορίσετε μια χρονική περίοδο κατά την οποία δεν θέλετε να λαμβάνετε ειδοποιήσεις από το Ferdi.", 261 "settings.app.scheduledDNDInfo": "Η προγραμματισμένη λειτουργία Do-not-Disturb σας επιτρέπει να ορίσετε μια χρονική περίοδο κατά την οποία δεν θέλετε να λαμβάνετε ειδοποιήσεις από το Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Ωρες σε 24-ωρη μορφή. Η ώρα λήξης μπορεί να είναι πριν από την ώρα έναρξης (π.χ. έναρξη 17:00, τέλος 09:00) για να ενεργοποιηθεί η λειτουργία Do-not-Disturb κατά τη διάρκεια της νύχτας.", 262 "settings.app.scheduledDNDTimeInfo": "Ωρες σε 24-ωρη μορφή. Η ώρα λήξης μπορεί να είναι πριν από την ώρα έναρξης (π.χ. έναρξη 17:00, τέλος 09:00) για να ενεργοποιηθεί η λειτουργία Do-not-Disturb κατά τη διάρκεια της νύχτας.",
263 "settings.app.sentryInfo": "Η αποστολή τηλεμετρικών δεδομένων μας επιτρέπει να εντοπίσουμε σφάλματα στο Ferdi - δεν θα στείλουμε προσωπικές πληροφορίες όπως τα δεδομένα του μηνύματός σας!", 263 "settings.app.sentryInfo": "Η αποστολή τηλεμετρικών δεδομένων μας επιτρέπει να εντοπίσουμε σφάλματα στο Ferdium - δεν θα στείλουμε προσωπικές πληροφορίες όπως τα δεδομένα του μηνύματός σας!",
264 "settings.app.spellCheckerLanguageInfo": "Ο Ferdi χρησιμοποιεί τον ορθογραφικό έλεγχο του Mac σας για να ελέγξει για typos. Αν θέλετε να αλλάξετε τις γλώσσες για τις οποίες ελέγχει ο ορθογραφικός έλεγχος, μπορείτε να το κάνετε αυτό στις Προτιμήσεις συστήματος Mac σας.", 264 "settings.app.spellCheckerLanguageInfo": "Ο Ferdium χρησιμοποιεί τον ορθογραφικό έλεγχο του Mac σας για να ελέγξει για typos. Αν θέλετε να αλλάξετε τις γλώσσες για τις οποίες ελέγχει ο ορθογραφικός έλεγχος, μπορείτε να το κάνετε αυτό στις Προτιμήσεις συστήματος Mac σας.",
265 "settings.app.subheadlineCache": "Λανθάνουσα μνήμη", 265 "settings.app.subheadlineCache": "Λανθάνουσα μνήμη",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Αυτός ο διακομιστής θα χρησιμοποιηθεί για τη λειτουργία \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Αυτός ο διακομιστής θα χρησιμοποιηθεί για τη λειτουργία \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Βοηθήστε μας να μεταφράσουμε το Ferdi στη δική σας γλώσσα.", 268 "settings.app.translationHelp": "Βοηθήστε μας να μεταφράσουμε το Ferdium στη δική σας γλώσσα.",
269 "settings.app.universalDarkModeInfo": "Η Universal Dark Mode προσπαθεί να δημιουργήσει δυναμικά στυλ σκοτεινής λειτουργίας για υπηρεσίες που διαφορετικά δεν υποστηρίζονται.", 269 "settings.app.universalDarkModeInfo": "Η Universal Dark Mode προσπαθεί να δημιουργήσει δυναμικά στυλ σκοτεινής λειτουργίας για υπηρεσίες που διαφορετικά δεν υποστηρίζονται.",
270 "settings.app.updateStatusAvailable": "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...", 270 "settings.app.updateStatusAvailable": "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...",
271 "settings.app.updateStatusSearching": "Αναζήτηση ενημερώσεων...", 271 "settings.app.updateStatusSearching": "Αναζήτηση ενημερώσεων...",
272 "settings.app.updateStatusUpToDate": "Χρησιμοποιείτε την τελευταία έκδοση του Ferdi", 272 "settings.app.updateStatusUpToDate": "Χρησιμοποιείτε την τελευταία έκδοση του Ferdium",
273 "settings.invite.headline": "Προσκαλέστε Φίλους", 273 "settings.invite.headline": "Προσκαλέστε Φίλους",
274 "settings.navigation.account": "Λογαριασμός", 274 "settings.navigation.account": "Λογαριασμός",
275 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες", 275 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες",
276 "settings.navigation.logout": "Αποσύνδεση", 276 "settings.navigation.logout": "Αποσύνδεση",
277 "settings.navigation.supportFerdi": "Σχετικά με το Ferdi", 277 "settings.navigation.supportFerdium": "Σχετικά με το Ferdium",
278 "settings.navigation.team": "Διαχείριση Ομάδας", 278 "settings.navigation.team": "Διαχείριση Ομάδας",
279 "settings.navigation.yourServices": "Οι υπηρεσίες σας", 279 "settings.navigation.yourServices": "Οι υπηρεσίες σας",
280 "settings.navigation.yourWorkspaces": "Οι χώροι εργασίας σας", 280 "settings.navigation.yourWorkspaces": "Οι χώροι εργασίας σας",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες", 289 "settings.recipes.headline": "Διαθέσιμες υπηρεσίες",
290 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;", 290 "settings.recipes.missingService": "Λείπει κάποια υπηρεσία;",
291 "settings.recipes.mostPopular": "Τα πιο δημοφιλή", 291 "settings.recipes.mostPopular": "Τα πιο δημοφιλή",
292 "settings.recipes.nothingFound": "Λυπούμαστε, αλλά καμία υπηρεσία δεν ταιριάζει με τον όρο αναζήτησής σας - αλλά μπορείτε να τον προσθέσετε πιθανώς χρησιμοποιώντας την επιλογή \"Προσαρμοσμένη Ιστοσελίδα\". Παρακαλείστε να σημειώσετε ότι η ιστοσελίδα μπορεί να δείξει περισσότερες υπηρεσίες που έχουν προστεθεί στο Ferdi από την έκδοση στην οποία βρίσκεστε. Για να αποκτήσετε αυτές τις νέες υπηρεσίες, παρακαλούμε σκεφτείτε την αναβάθμιση σε μια νεότερη έκδοση του Ferdi.", 292 "settings.recipes.nothingFound": "Λυπούμαστε, αλλά καμία υπηρεσία δεν ταιριάζει με τον όρο αναζήτησής σας - αλλά μπορείτε να τον προσθέσετε πιθανώς χρησιμοποιώντας την επιλογή \"Προσαρμοσμένη Ιστοσελίδα\". Παρακαλείστε να σημειώσετε ότι η ιστοσελίδα μπορεί να δείξει περισσότερες υπηρεσίες που έχουν προστεθεί στο Ferdium από την έκδοση στην οποία βρίσκεστε. Για να αποκτήσετε αυτές τις νέες υπηρεσίες, παρακαλούμε σκεφτείτε την αναβάθμιση σε μια νεότερη έκδοση του Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Η υπηρεσία προστέθηκε με επιτυχία",
294 "settings.searchService": "Αναζήτηση υπηρεσίας", 294 "settings.searchService": "Αναζήτηση υπηρεσίας",
295 "settings.service.error.goBack": "Επιστροφή στις υπηρεσίες", 295 "settings.service.error.goBack": "Επιστροφή στις υπηρεσίες",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Άνοιγμα user.js", 329 "settings.service.form.openUserJs": "Άνοιγμα user.js",
330 "settings.service.form.proxy.headline": "Ρυθμίσεις Διακομιστή Μεσολάβησης HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Ρυθμίσεις Διακομιστή Μεσολάβησης HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Διακομιστής Μεσολάβησης/Ip", 331 "settings.service.form.proxy.host": "Διακομιστής Μεσολάβησης/Ip",
332 "settings.service.form.proxy.info": "Οι ρυθμίσεις διακομιστή μεσολάβησης δεν θα συγχρονιστούν με τους διακομιστές Ferdi.", 332 "settings.service.form.proxy.info": "Οι ρυθμίσεις διακομιστή μεσολάβησης δεν θα συγχρονιστούν με τους διακομιστές Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Χρήση Διαμεσολαβητή", 333 "settings.service.form.proxy.isEnabled": "Χρήση Διαμεσολαβητή",
334 "settings.service.form.proxy.password": "Κωδικός Πρόσβασης (προαιρετικό)", 334 "settings.service.form.proxy.password": "Κωδικός Πρόσβασης (προαιρετικό)",
335 "settings.service.form.proxy.port": "Θύρα", 335 "settings.service.form.proxy.port": "Θύρα",
336 "settings.service.form.proxy.restartInfo": "Παρακαλώ επανεκκινήστε το Ferdi μετά την αλλαγή των ρυθμίσεων διαμεσολαβητή.", 336 "settings.service.form.proxy.restartInfo": "Παρακαλώ επανεκκινήστε το Ferdium μετά την αλλαγή των ρυθμίσεων διαμεσολαβητή.",
337 "settings.service.form.proxy.user": "Χρήστης (προαιρετικό)", 337 "settings.service.form.proxy.user": "Χρήστης (προαιρετικό)",
338 "settings.service.form.recipeFileInfo": "Τα αρχεία χρήστη σας θα εισαχθούν στην ιστοσελίδα, ώστε να μπορείτε να προσαρμόσετε τις υπηρεσίες με όποιον τρόπο θέλετε. Τα αρχεία χρήστη αποθηκεύονται μόνο τοπικά και δεν μεταφέρονται σε άλλους υπολογιστές χρησιμοποιώντας τον ίδιο λογαριασμό.", 338 "settings.service.form.recipeFileInfo": "Τα αρχεία χρήστη σας θα εισαχθούν στην ιστοσελίδα, ώστε να μπορείτε να προσαρμόσετε τις υπηρεσίες με όποιον τρόπο θέλετε. Τα αρχεία χρήστη αποθηκεύονται μόνο τοπικά και δεν μεταφέρονται σε άλλους υπολογιστές χρησιμοποιώντας τον ίδιο λογαριασμό.",
339 "settings.service.form.saveButton": "Αποθήκευση υπηρεσίας", 339 "settings.service.form.saveButton": "Αποθήκευση υπηρεσίας",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Όλοι οι ήχοι είναι απενεργοποιημένοι", 352 "settings.services.tooltip.isMuted": "Όλοι οι ήχοι είναι απενεργοποιημένοι",
353 "settings.services.tooltip.notificationsDisabled": "Οι ειδοποιήσεις είναι απενεργοποιημένες", 353 "settings.services.tooltip.notificationsDisabled": "Οι ειδοποιήσεις είναι απενεργοποιημένες",
354 "settings.services.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί", 354 "settings.services.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί",
355 "settings.supportFerdi.about": "Η ανάπτυξη του Φερντί γίνεται από τους συνεισφέροντες που χρησιμοποιούν τον Φερντί σαν εσάς. Διατηρούν, διορθώνουν και βελτιώνουν τον Φερντί στον ελεύθερο χρόνο τους.", 355 "settings.supportFerdium.about": "Η ανάπτυξη του Φερντί γίνεται από τους συνεισφέροντες που χρησιμοποιούν τον Φερντί σαν εσάς. Διατηρούν, διορθώνουν και βελτιώνουν τον Φερντί στον ελεύθερο χρόνο τους.",
356 "settings.supportFerdi.aboutIntro": "Ιδιαίτερες ευχαριστίες πηγαίνουν σε αυτούς τους φοβερούς ανθρώπους:", 356 "settings.supportFerdium.aboutIntro": "Ιδιαίτερες ευχαριστίες πηγαίνουν σε αυτούς τους φοβερούς ανθρώπους:",
357 "settings.supportFerdi.headline": "Σχετικά με το Ferdi", 357 "settings.supportFerdium.headline": "Σχετικά με το Ferdium",
358 "settings.team.contentHeadline": "Διαχείριση Ομάδας Franz", 358 "settings.team.contentHeadline": "Διαχείριση Ομάδας Franz",
359 "settings.team.copy": "Η Διαχείριση Ομάδας της Franz's σας επιτρέπει να διαχειριστείτε τις συνδρομές Franz για πολλαπλούς χρήστες. Λάβετε υπόψη ότι η απόκτηση μιας συνδρομής Franz Premium δεν θα σας δώσει κανένα πλεονέκτημα στη χρήση Ferdi: Ο μόνος λόγος για τον οποίο εξακολουθείτε να έχετε πρόσβαση στη Διαχείριση Ομάδας είναι να μπορείτε να διαχειριστείτε τις παλαιού τύπου ομάδες Franz και να μην χαλαρώσετε οποιαδήποτε λειτουργικότητα στη διαχείριση του λογαριασμού σας.", 359 "settings.team.copy": "Η Διαχείριση Ομάδας της Franz's σας επιτρέπει να διαχειριστείτε τις συνδρομές Franz για πολλαπλούς χρήστες. Λάβετε υπόψη ότι η απόκτηση μιας συνδρομής Franz Premium δεν θα σας δώσει κανένα πλεονέκτημα στη χρήση Ferdium: Ο μόνος λόγος για τον οποίο εξακολουθείτε να έχετε πρόσβαση στη Διαχείριση Ομάδας είναι να μπορείτε να διαχειριστείτε τις παλαιού τύπου ομάδες Franz και να μην χαλαρώσετε οποιαδήποτε λειτουργικότητα στη διαχείριση του λογαριασμού σας.",
360 "settings.team.headline": "Ομάδα", 360 "settings.team.headline": "Ομάδα",
361 "settings.team.intro": "Αυτή τη στιγμή χρησιμοποιείτε τους Franz Servers, και αυτός είναι ο λόγος για τον οποίο έχετε πρόσβαση στη διαχείριση ομάδας.", 361 "settings.team.intro": "Αυτή τη στιγμή χρησιμοποιείτε τους Franz Servers, και αυτός είναι ο λόγος για τον οποίο έχετε πρόσβαση στη διαχείριση ομάδας.",
362 "settings.team.manageAction": "Διαχειριστείτε την Ομάδα σας στο meetfranz.com", 362 "settings.team.manageAction": "Διαχειριστείτε την Ομάδα σας στο meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Δεν έχετε δημιουργήσει χώρους εργασίας ακόμα.", 385 "settings.workspaces.noWorkspacesAdded": "Δεν έχετε δημιουργήσει χώρους εργασίας ακόμα.",
386 "settings.workspaces.tryReloadWorkspaces": "Δοκιμάστε ξανά", 386 "settings.workspaces.tryReloadWorkspaces": "Δοκιμάστε ξανά",
387 "settings.workspaces.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί", 387 "settings.workspaces.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί",
388 "settings.workspaces.workspaceFeatureHeadline": "Λιγότερο περισσότερο: Εισαγωγή χώρων εργασίας Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Λιγότερο περισσότερο: Εισαγωγή χώρων εργασίας Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Οι χώροι εργασίας Ferdi σας επιτρέπουν να επικεντρωθείτε σε αυτό που είναι σημαντικό αυτή τη στιγμή. Ρυθμίστε διαφορετικά σύνολα υπηρεσιών και να εναλλάσσεστε εύκολα μεταξύ τους ανά πάσα στιγμή. Εσείς αποφασίζετε ποιες υπηρεσίες χρειάζεστε πότε και πού, ώστε να μπορείτε να μείνετε στην κορυφή του παιχνιδιού σας - ή εύκολα να απενεργοποιήσετε από την εργασία όποτε θέλετε.", 389 "settings.workspaces.workspaceFeatureInfo": "Οι χώροι εργασίας Ferdium σας επιτρέπουν να επικεντρωθείτε σε αυτό που είναι σημαντικό αυτή τη στιγμή. Ρυθμίστε διαφορετικά σύνολα υπηρεσιών και να εναλλάσσεστε εύκολα μεταξύ τους ανά πάσα στιγμή. Εσείς αποφασίζετε ποιες υπηρεσίες χρειάζεστε πότε και πού, ώστε να μπορείτε να μείνετε στην κορυφή του παιχνιδιού σας - ή εύκολα να απενεργοποιήσετε από την εργασία όποτε θέλετε.",
390 "settings.workspaces.workspacesRequestFailed": "Αδύνατη η φόρτωση των χώρων εργασίας", 390 "settings.workspaces.workspacesRequestFailed": "Αδύνατη η φόρτωση των χώρων εργασίας",
391 "setupAssistant.headline": "Ας ξεκινήσουμε", 391 "setupAssistant.headline": "Ας ξεκινήσουμε",
392 "setupAssistant.subheadline": "Επιλέξτε από τις πιο διαδεδομένες υπηρεσίες μας και επιστρέψτε τώρα στην κορυφή των μηνυμάτων σας.", 392 "setupAssistant.subheadline": "Επιλέξτε από τις πιο διαδεδομένες υπηρεσίες μας και επιστρέψτε τώρα στην κορυφή των μηνυμάτων σας.",
393 "setupAssistant.submit.label": "Ας πάμε", 393 "setupAssistant.submit.label": "Ας πάμε",
394 "sidebar.addNewService": "Προσθήκη νέας υπηρεσίας", 394 "sidebar.addNewService": "Προσθήκη νέας υπηρεσίας",
395 "sidebar.closeTodosDrawer": "Κλείσιμο Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Κλείσιμο Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Κλείσιμο συρταριού χώρου εργασίας", 396 "sidebar.closeWorkspaceDrawer": "Κλείσιμο συρταριού χώρου εργασίας",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου", 398 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Άνοιγμα συρταριού χώρου εργασίας", 400 "sidebar.openWorkspaceDrawer": "Άνοιγμα συρταριού χώρου εργασίας",
401 "sidebar.unmuteApp": "Ενεργοποίηση ειδοποιήσεων & ήχου", 401 "sidebar.unmuteApp": "Ενεργοποίηση ειδοποιήσεων & ήχου",
402 "signup.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", 402 "signup.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Όνομα", 404 "signup.firstname.label": "Όνομα",
405 "signup.headline": "Εγγραφή", 405 "signup.headline": "Εγγραφή",
406 "signup.lastname.label": "Επώνυμο", 406 "signup.lastname.label": "Επώνυμο",
407 "signup.legal.info": "Δημιουργώντας έναν λογαριασμό Ferdi αποδέχεστε τους", 407 "signup.legal.info": "Δημιουργώντας έναν λογαριασμό Ferdium αποδέχεστε τους",
408 "signup.legal.privacy": "Δήλωση απορρήτου", 408 "signup.legal.privacy": "Δήλωση απορρήτου",
409 "signup.legal.terms": "Όροι υπηρεσίας", 409 "signup.legal.terms": "Όροι υπηρεσίας",
410 "signup.link.login": "Έχετε ήδη λογαριασμό? Συνδεθείτε.", 410 "signup.link.login": "Έχετε ήδη λογαριασμό? Συνδεθείτε.",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Χώροι Εργασίας", 440 "workspaceDrawer.headline": "Χώροι Εργασίας",
441 "workspaceDrawer.item.contextMenuEdit": "επεξεργασία", 441 "workspaceDrawer.item.contextMenuEdit": "επεξεργασία",
442 "workspaceDrawer.item.noServicesAddedYet": "Δεν έχουν προστεθεί υπηρεσίες ακόμα", 442 "workspaceDrawer.item.noServicesAddedYet": "Δεν έχουν προστεθεί υπηρεσίες ακόμα",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Οι χώροι εργασίας Ferdi σας επιτρέπουν να εστιάσετε σε αυτό που είναι σημαντικό αυτή τη στιγμή. Ρυθμίστε διαφορετικά σύνολα υπηρεσιών και μεταβείτε εύκολα μεταξύ τους ανά πάσα στιγμή.</p><p>Εσείς αποφασίζετε ποιες υπηρεσίες χρειάζεστε πότε και πού, ώστε να μπορείτε να μείνετε στην κορυφή του παιχνιδιού σας - ή εύκολα να απενεργοποιήσετε από την εργασία όποτε θέλετε.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Οι χώροι εργασίας Ferdium σας επιτρέπουν να εστιάσετε σε αυτό που είναι σημαντικό αυτή τη στιγμή. Ρυθμίστε διαφορετικά σύνολα υπηρεσιών και μεταβείτε εύκολα μεταξύ τους ανά πάσα στιγμή.</p><p>Εσείς αποφασίζετε ποιες υπηρεσίες χρειάζεστε πότε και πού, ώστε να μπορείτε να μείνετε στην κορυφή του παιχνιδιού σας - ή εύκολα να απενεργοποιήσετε από την εργασία όποτε θέλετε.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Επεξεργασία ρυθμίσεων χώρων εργασίας", 444 "workspaceDrawer.workspacesSettingsTooltip": "Επεξεργασία ρυθμίσεων χώρων εργασίας",
445 "workspaces.switchingIndicator.switchingTo": "Εναλλαγή σε" 445 "workspaces.switchingIndicator.switchingTo": "Εναλλαγή σε"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index f6b53d501..795c58365 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 0f3072617..e0a3c6ed2 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Cambiar servidor", 5 "changeserver.headline": "Cambiar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.urlError": "Ingrese una URL válida", 7 "changeserver.urlError": "Ingrese una URL válida",
8 "changeserver.warning": "Los ajustes extra ofrecidos por Ferdi no serán guardados", 8 "changeserver.warning": "Los ajustes extra ofrecidos por Ferdium no serán guardados",
9 "connectionLostBanner.cta": "Recargar Servicio", 9 "connectionLostBanner.cta": "Recargar Servicio",
10 "connectionLostBanner.informationLink": "¿Qué ocurrió?", 10 "connectionLostBanner.informationLink": "¿Qué ocurrió?",
11 "connectionLostBanner.message": "¡Oh no! Ferdi perdió la conexión con {name}.", 11 "connectionLostBanner.message": "¡Oh no! Ferdium perdió la conexión con {name}.",
12 "feature.basicAuth.signIn": "Iniciar Sesión", 12 "feature.basicAuth.signIn": "Iniciar Sesión",
13 "feature.publishDebugInfo.error": "Hubo un error al intentar publicar la información de depuración. Por favor, inténtalo de nuevo más tarde o revisa la consola para más información.", 13 "feature.publishDebugInfo.error": "Hubo un error al intentar publicar la información de depuración. Por favor, inténtalo de nuevo más tarde o revisa la consola para más información.",
14 "feature.publishDebugInfo.info": "Publicar tu información de depuración nos ayuda a encontrar problemas y errores en Ferdi. Al publicar tu información de depuración aceptas la política de privacidad y las condiciones de servicio de depuración de Ferdi", 14 "feature.publishDebugInfo.info": "Publicar tu información de depuración nos ayuda a encontrar problemas y errores en Ferdium. Al publicar tu información de depuración aceptas la política de privacidad y las condiciones de servicio de depuración de Ferdium",
15 "feature.publishDebugInfo.privacy": "Política de Privacidad", 15 "feature.publishDebugInfo.privacy": "Política de Privacidad",
16 "feature.publishDebugInfo.publish": "Aceptar y publicar", 16 "feature.publishDebugInfo.publish": "Aceptar y publicar",
17 "feature.publishDebugInfo.published": "Su registro de depuración fue publicado y ahora está disponible en", 17 "feature.publishDebugInfo.published": "Su registro de depuración fue publicado y ahora está disponible en",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Puede seleccionar un servicio usando TAB, ↑ y ↓. Puede abrir servicio usando ENTER.", 20 "feature.quickSwitch.info": "Puede seleccionar un servicio usando TAB, ↑ y ↓. Puede abrir servicio usando ENTER.",
21 "feature.quickSwitch.search": "Buscar...", 21 "feature.quickSwitch.search": "Buscar...",
22 "feature.quickSwitch.title": "Cambio rápido", 22 "feature.quickSwitch.title": "Cambio rápido",
23 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi", 23 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdium",
24 "global.cancel": "Cancelar", 24 "global.cancel": "Cancelar",
25 "global.edit": "Editar", 25 "global.edit": "Editar",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "No estás conectado a Internet", 27 "global.notConnectedToTheInternet": "No estás conectado a Internet",
28 "global.ok": "Aceptar", 28 "global.ok": "Aceptar",
29 "global.quit": "Salir", 29 "global.quit": "Salir",
30 "global.quitConfirmation": "¿Estás seguro de que quieres salir de Ferdi?", 30 "global.quitConfirmation": "¿Estás seguro de que quieres salir de Ferdium?",
31 "global.save": "Guardar", 31 "global.save": "Guardar",
32 "global.settings": "Configuración", 32 "global.settings": "Configuración",
33 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})", 33 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descubrir) o 'https://developeropers.whatismybrowser.com/useragents/explore/' (para elegir) su agente de usuario deseado y copiarlo aquí.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descubrir) o 'https://developeropers.whatismybrowser.com/useragents/explore/' (para elegir) su agente de usuario deseado y copiarlo aquí.",
39 "global.userAgentPref": "Agente de Usuario", 39 "global.userAgentPref": "Agente de Usuario",
40 "global.yes": "Sí", 40 "global.yes": "Sí",
41 "import.headline": "Importa tus servicios de Ferdi 4", 41 "import.headline": "Importa tus servicios de Ferdium 4",
42 "import.notSupportedHeadline": "Servicios aún no admitidos en Ferdi 5", 42 "import.notSupportedHeadline": "Servicios aún no admitidos en Ferdium 5",
43 "import.skip.label": "Quiero agregar servicios manualmente", 43 "import.skip.label": "Quiero agregar servicios manualmente",
44 "import.submit.label": "Importar {count} servicios", 44 "import.submit.label": "Importar {count} servicios",
45 "infobar.authRequestFailed": "Error al intentar realizar la solicitud de autenticación. Por favor, cerrar la sesión y volver a entrar si este error persiste.", 45 "infobar.authRequestFailed": "Error al intentar realizar la solicitud de autenticación. Por favor, cerrar la sesión y volver a entrar si este error persiste.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ocultar", 49 "infobar.hide": "Ocultar",
50 "infobar.requiredRequestsFailed": "No se han podido cargar los servicios ni la información de usuario", 50 "infobar.requiredRequestsFailed": "No se han podido cargar los servicios ni la información de usuario",
51 "infobar.servicesUpdated": "Tus servicios han sido actualizados.", 51 "infobar.servicesUpdated": "Tus servicios han sido actualizados.",
52 "infobar.updateAvailable": "Una nueva actualización de Ferdi está disponible", 52 "infobar.updateAvailable": "Una nueva actualización de Ferdium está disponible",
53 "infobox.dismiss": "Descartar", 53 "infobox.dismiss": "Descartar",
54 "invite.email.label": "Dirección de correo electrónico", 54 "invite.email.label": "Dirección de correo electrónico",
55 "invite.headline.friends": "Invita a 3 de tus amigos o compañeros", 55 "invite.headline.friends": "Invita a 3 de tus amigos o compañeros",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Desbloquear con contraseña", 66 "locked.unlockWithPassword": "Desbloquear con contraseña",
67 "login.changeServer": "Cambiar servidor", 67 "login.changeServer": "Cambiar servidor",
68 "login.customServerQuestion": "¿Utilizar una cuenta de Franz para iniciar sesión?", 68 "login.customServerQuestion": "¿Utilizar una cuenta de Franz para iniciar sesión?",
69 "login.customServerSuggestion": "Intenta importar tu cuenta de Franz en Ferdi", 69 "login.customServerSuggestion": "Intenta importar tu cuenta de Franz en Ferdium",
70 "login.email.label": "Dirección de correo electrónico", 70 "login.email.label": "Dirección de correo electrónico",
71 "login.headline": "Iniciar sesión", 71 "login.headline": "Iniciar sesión",
72 "login.invalidCredentials": "Correo electrónico o contraseña no válidos ", 72 "login.invalidCredentials": "Correo electrónico o contraseña no válidos ",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Tu sesión ha expirado, por favor inicia la sesión de nuevo.", 78 "login.tokenExpired": "Tu sesión ha expirado, por favor inicia la sesión de nuevo.",
79 "menu.Todoss.closeTodosDrawer": "Cerrar la pestaña de Tareas", 79 "menu.Todoss.closeTodosDrawer": "Cerrar la pestaña de Tareas",
80 "menu.Todoss.openTodosDrawer": "Abrir la pestaña de tareas", 80 "menu.Todoss.openTodosDrawer": "Abrir la pestaña de tareas",
81 "menu.app.about": "Acerca de Ferdi", 81 "menu.app.about": "Acerca de Ferdium",
82 "menu.app.autohideMenuBar": "Auto-ocultar barra de menú", 82 "menu.app.autohideMenuBar": "Auto-ocultar barra de menú",
83 "menu.app.checkForUpdates": "Comprobar actualizaciones", 83 "menu.app.checkForUpdates": "Comprobar actualizaciones",
84 "menu.app.hide": "Ocultar", 84 "menu.app.hide": "Ocultar",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Registro de cambios", 104 "menu.help.changelog": "Registro de cambios",
105 "menu.help.debugInfo": "Copiar información de depuración", 105 "menu.help.debugInfo": "Copiar información de depuración",
106 "menu.help.debugInfoCopiedBody": "Tu información de depuración ha sido copiada a tu portapapeles", 106 "menu.help.debugInfoCopiedBody": "Tu información de depuración ha sido copiada a tu portapapeles",
107 "menu.help.debugInfoCopiedHeadline": "Información de depurador de Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Información de depurador de Ferdium",
108 "menu.help.importExportData": "Importar/Exportar datos de configuración", 108 "menu.help.importExportData": "Importar/Exportar datos de configuración",
109 "menu.help.learnMore": "Conocer más", 109 "menu.help.learnMore": "Conocer más",
110 "menu.help.privacy": "Declaración de privacidad", 110 "menu.help.privacy": "Declaración de privacidad",
@@ -121,9 +121,9 @@
121 "menu.view": "Mostrar", 121 "menu.view": "Mostrar",
122 "menu.view.back": "Volver", 122 "menu.view.back": "Volver",
123 "menu.view.forward": "Siguiente", 123 "menu.view.forward": "Siguiente",
124 "menu.view.lockFerdi": "Bloquear Ferdi", 124 "menu.view.lockFerdium": "Bloquear Ferdium",
125 "menu.view.openQuickSwitch": "Abrir Cambio Rápido", 125 "menu.view.openQuickSwitch": "Abrir Cambio Rápido",
126 "menu.view.reloadFerdi": "Recargar Ferdi", 126 "menu.view.reloadFerdium": "Recargar Ferdium",
127 "menu.view.reloadService": "Recargar Servicio", 127 "menu.view.reloadService": "Recargar Servicio",
128 "menu.view.reloadTodos": "Recargar Pendientes", 128 "menu.view.reloadTodos": "Recargar Pendientes",
129 "menu.view.resetZoom": "Tamaño Real", 129 "menu.view.resetZoom": "Tamaño Real",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} no ha podido cargar.", 161 "service.errorHandler.text": "{name} no ha podido cargar.",
162 "service.webviewLoader.loading": "Cargando {service}", 162 "service.webviewLoader.loading": "Cargando {service}",
163 "services.getStarted": "Primeros pasos", 163 "services.getStarted": "Primeros pasos",
164 "services.login": "Iniciar sesión para usar Ferdi.", 164 "services.login": "Iniciar sesión para usar Ferdium.",
165 "services.serverInfo": "Opcionalmente, puede cambiar su servidor Ferdi haciendo clic en el engranaje en la esquina inferior izquierda. Si está cambiando (de uno de los servidores alojados) a usar Ferdi sin una cuenta, por favor tenga en cuenta que puede exportar sus datos desde ese servidor y posteriormente importarlos usando el menú Ayuda para restaurar todos sus espacios de trabajo y servicios configurados!", 165 "services.serverInfo": "Opcionalmente, puede cambiar su servidor Ferdium haciendo clic en el engranaje en la esquina inferior izquierda. Si está cambiando (de uno de los servidores alojados) a usar Ferdium sin una cuenta, por favor tenga en cuenta que puede exportar sus datos desde ese servidor y posteriormente importarlos usando el menú Ayuda para restaurar todos sus espacios de trabajo y servicios configurados!",
166 "services.serverless": "Usar Ferdi sin una cuenta", 166 "services.serverless": "Usar Ferdium sin una cuenta",
167 "settings.account.account.editButton": "Editar cuenta", 167 "settings.account.account.editButton": "Editar cuenta",
168 "settings.account.accountUnavailable": "La cuenta no está disponible", 168 "settings.account.accountUnavailable": "La cuenta no está disponible",
169 "settings.account.accountUnavailableInfo": "Estás usando Ferdi sin una cuenta. Si desea utilizar Ferdi con una cuenta y así mantener sus servicios sincronizados entre instalaciones, debe seleccionar un servidor en la Configuración e iniciar sesión.", 169 "settings.account.accountUnavailableInfo": "Estás usando Ferdium sin una cuenta. Si desea utilizar Ferdium con una cuenta y así mantener sus servicios sincronizados entre instalaciones, debe seleccionar un servidor en la Configuración e iniciar sesión.",
170 "settings.account.buttonSave": "Actualizar perfil", 170 "settings.account.buttonSave": "Actualizar perfil",
171 "settings.account.deleteAccount": "Eliminar cuenta", 171 "settings.account.deleteAccount": "Eliminar cuenta",
172 "settings.account.deleteEmailSent": "Has recibido un correo electrónico con un enlace para confirmar la eliminación de su cuenta. ¡Tu cuenta y datos no podrán ser restaurados!", 172 "settings.account.deleteEmailSent": "Has recibido un correo electrónico con un enlace para confirmar la eliminación de su cuenta. ¡Tu cuenta y datos no podrán ser restaurados!",
173 "settings.account.deleteInfo": "Si ya no necesitas tu cuenta de Ferdi, puedes eliminarla junto a todos los datos aquí relacionados.", 173 "settings.account.deleteInfo": "Si ya no necesitas tu cuenta de Ferdium, puedes eliminarla junto a todos los datos aquí relacionados.",
174 "settings.account.headline": "Cuenta", 174 "settings.account.headline": "Cuenta",
175 "settings.account.headlineAccount": "Información de la cuenta", 175 "settings.account.headlineAccount": "Información de la cuenta",
176 "settings.account.headlineDangerZone": "Zona Peligrosa", 176 "settings.account.headlineDangerZone": "Zona Peligrosa",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Intentar de nuevo", 181 "settings.account.tryReloadServices": "Intentar de nuevo",
182 "settings.account.tryReloadUserInfoRequest": "Intentar de nuevo", 182 "settings.account.tryReloadUserInfoRequest": "Intentar de nuevo",
183 "settings.account.userInfoRequestFailed": "No se pudo cargar la información de usuario", 183 "settings.account.userInfoRequestFailed": "No se pudo cargar la información de usuario",
184 "settings.account.yourLicense": "Su Licencia Ferdi:", 184 "settings.account.yourLicense": "Su Licencia Ferdium:",
185 "settings.app.accentColorInfo": "Escribe tu color de acento en un formato compatible con CSS. (Predeterminado: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Escribe tu color de acento en un formato compatible con CSS. (Predeterminado: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Limpiar caché", 186 "settings.app.buttonClearAllCache": "Limpiar caché",
187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar actualización", 187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar actualización",
188 "settings.app.buttonOpenFerdiProfileFolder": "Abrir Carpeta de Perfil", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Abrir Carpeta de Perfil",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Abrir carpeta de recetas de servicio", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Abrir carpeta de recetas de servicio",
190 "settings.app.buttonSearchForUpdate": "Comprobar actualizaciones", 190 "settings.app.buttonSearchForUpdate": "Comprobar actualizaciones",
191 "settings.app.cacheInfo": "El cache de Ferdi actualmente usa {size} de espacio en disco.", 191 "settings.app.cacheInfo": "El cache de Ferdium actualmente usa {size} de espacio en disco.",
192 "settings.app.cacheNotCleared": "No se ha podido eliminar el cache", 192 "settings.app.cacheNotCleared": "No se ha podido eliminar el cache",
193 "settings.app.closeSettings": "Cerrar ajustes", 193 "settings.app.closeSettings": "Cerrar ajustes",
194 "settings.app.currentVersion": "Versión actual:", 194 "settings.app.currentVersion": "Versión actual:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Sincroniza el modo oscuro con el ajuste del modo oscuro de mi Sistema Operativo", 196 "settings.app.form.adaptableDarkMode": "Sincroniza el modo oscuro con el ajuste del modo oscuro de mi Sistema Operativo",
197 "settings.app.form.alwaysShowWorkspaces": "Mostrar siempre el cajón del espacio de trabajo", 197 "settings.app.form.alwaysShowWorkspaces": "Mostrar siempre el cajón del espacio de trabajo",
198 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano", 198 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano",
199 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi al iniciar", 199 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdium al iniciar",
200 "settings.app.form.automaticUpdates": "Activar actualizaciones", 200 "settings.app.form.automaticUpdates": "Activar actualizaciones",
201 "settings.app.form.beta": "Incluir versiones beta", 201 "settings.app.form.beta": "Incluir versiones beta",
202 "settings.app.form.clipboardNotifications": "Dejar de mostrar notificaciones acerca del portapapeles", 202 "settings.app.form.clipboardNotifications": "Dejar de mostrar notificaciones acerca del portapapeles",
203 "settings.app.form.closeToSystemTray": "Cerrar Ferdi a la barra de tareas", 203 "settings.app.form.closeToSystemTray": "Cerrar Ferdium a la barra de tareas",
204 "settings.app.form.confirmOnQuit": "Confirmar al salir de Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirmar al salir de Ferdium",
205 "settings.app.form.customTodoServer": "Servidor de TODO personalizado", 205 "settings.app.form.customTodoServer": "Servidor de TODO personalizado",
206 "settings.app.form.darkMode": "Habilitar modo oscuro", 206 "settings.app.form.darkMode": "Habilitar modo oscuro",
207 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU", 207 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Habilitar acceso directo global para ocultar Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Habilitar acceso directo global para ocultar Ferdium",
209 "settings.app.form.enableLock": "Activar bloqueo por contraseña", 209 "settings.app.form.enableLock": "Activar bloqueo por contraseña",
210 "settings.app.form.enableLongPressServiceHint": "Habilitar sugerencia de acceso directo al servicio con pulsación larga", 210 "settings.app.form.enableLongPressServiceHint": "Habilitar sugerencia de acceso directo al servicio con pulsación larga",
211 "settings.app.form.enableMenuBar": "Mostrar a Ferdi en la barra de menús", 211 "settings.app.form.enableMenuBar": "Mostrar a Ferdium en la barra de menús",
212 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica", 212 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica",
213 "settings.app.form.enableSystemTray": "Mostrar siempre icono de Ferdi en la bandeja del sistema", 213 "settings.app.form.enableSystemTray": "Mostrar siempre icono de Ferdium en la bandeja del sistema",
214 "settings.app.form.enableTodos": "Activar Ferdi Todos", 214 "settings.app.form.enableTodos": "Activar Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Mantener los servicios en hibernación al iniciar", 215 "settings.app.form.hibernateOnStartup": "Mantener los servicios en hibernación al iniciar",
216 "settings.app.form.hibernationStrategy": "Estrategia de hibernación", 216 "settings.app.form.hibernationStrategy": "Estrategia de hibernación",
217 "settings.app.form.iconSize": "Tamaño del icono del servicio", 217 "settings.app.form.iconSize": "Tamaño del icono del servicio",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas", 219 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
220 "settings.app.form.language": "Idioma", 220 "settings.app.form.language": "Idioma",
221 "settings.app.form.lockPassword": "Contraseña", 221 "settings.app.form.lockPassword": "Contraseña",
222 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema", 222 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdium a la bandeja del sistema",
223 "settings.app.form.navigationBarBehaviour": "Comportamiento de la barra de navegación", 223 "settings.app.form.navigationBarBehaviour": "Comportamiento de la barra de navegación",
224 "settings.app.form.notifyTaskBarOnMessage": "Notificar en la Barra de tareas / Dock los nuevos mensajes", 224 "settings.app.form.notifyTaskBarOnMessage": "Notificar en la Barra de tareas / Dock los nuevos mensajes",
225 "settings.app.form.passwordToggle": "Cambio de contraseña", 225 "settings.app.form.passwordToggle": "Cambio de contraseña",
226 "settings.app.form.predefinedTodoServer": "Servidor de tareas", 226 "settings.app.form.predefinedTodoServer": "Servidor de tareas",
227 "settings.app.form.privateNotifications": "No mostrar contenido de mensajes en notificaciones", 227 "settings.app.form.privateNotifications": "No mostrar contenido de mensajes en notificaciones",
228 "settings.app.form.reloadAfterResume": "Recargar Ferdi después de reanudar el sistema", 228 "settings.app.form.reloadAfterResume": "Recargar Ferdium después de reanudar el sistema",
229 "settings.app.form.runInBackground": "Mantener Ferdi en segundo plano al cerrar la ventana", 229 "settings.app.form.runInBackground": "Mantener Ferdium en segundo plano al cerrar la ventana",
230 "settings.app.form.scheduledDNDEnabled": "Activar programación \"No molestar\"", 230 "settings.app.form.scheduledDNDEnabled": "Activar programación \"No molestar\"",
231 "settings.app.form.scheduledDNDEnd": "A", 231 "settings.app.form.scheduledDNDEnd": "A",
232 "settings.app.form.scheduledDNDStart": "De", 232 "settings.app.form.scheduledDNDStart": "De",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Activar el modo de vista separada", 241 "settings.app.form.splitMode": "Activar el modo de vista separada",
242 "settings.app.form.startMinimized": "Iniciar minimizado", 242 "settings.app.form.startMinimized": "Iniciar minimizado",
243 "settings.app.form.universalDarkMode": "Activar modo oscuro universal", 243 "settings.app.form.universalDarkMode": "Activar modo oscuro universal",
244 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear Ferdium",
245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal", 245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal",
246 "settings.app.form.wakeUpHibernationSplay": "Extender los ciclos de hibernación/despertar para reducir la carga", 246 "settings.app.form.wakeUpHibernationSplay": "Extender los ciclos de hibernación/despertar para reducir la carga",
247 "settings.app.form.wakeUpHibernationStrategy": "Estrategia de hibernación después de despertar automáticamente", 247 "settings.app.form.wakeUpHibernationStrategy": "Estrategia de hibernación después de despertar automáticamente",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Idioma", 252 "settings.app.headlineLanguage": "Idioma",
253 "settings.app.headlinePrivacy": "Privacidad", 253 "settings.app.headlinePrivacy": "Privacidad",
254 "settings.app.headlineUpdates": "Actualizaciones", 254 "settings.app.headlineUpdates": "Actualizaciones",
255 "settings.app.hibernateInfo": "Por defecto, Ferdi mantendrá todos sus servicios abiertos y cargados en segundo plano para que estén listos cuando los necesite. La hibernación del servicio desactivará los mismos tras el tiempo especificado. Esto es útil para ahorrar RAM y evitar que los servicios ralentizen su sistema.", 255 "settings.app.hibernateInfo": "Por defecto, Ferdium mantendrá todos sus servicios abiertos y cargados en segundo plano para que estén listos cuando los necesite. La hibernación del servicio desactivará los mismos tras el tiempo especificado. Esto es útil para ahorrar RAM y evitar que los servicios ralentizen su sistema.",
256 "settings.app.inactivityLockInfo": "Minutos de inactividad, tras los cuales Ferdi debe bloquear automáticamente. Utilice 0 para desactivar", 256 "settings.app.inactivityLockInfo": "Minutos de inactividad, tras los cuales Ferdium debe bloquear automáticamente. Utilice 0 para desactivar",
257 "settings.app.lockInfo": "El bloqueo de contraseña le permite mantener los mensajes protegidos.\nSi activa el bloqueo de contraseña, se le pedirá introducirla cada vez que inicie o bloquee Ferdi usando el símbolo de la esquina inferior izquierda o bien el acceso directo {lockShortcut}.", 257 "settings.app.lockInfo": "El bloqueo de contraseña le permite mantener los mensajes protegidos.\nSi activa el bloqueo de contraseña, se le pedirá introducirla cada vez que inicie o bloquee Ferdium usando el símbolo de la esquina inferior izquierda o bien el acceso directo {lockShortcut}.",
258 "settings.app.lockedPassword": "Contraseña", 258 "settings.app.lockedPassword": "Contraseña",
259 "settings.app.lockedPasswordInfo": "Por favor, asegúrese de establecer una contraseña que usted pueda recordar.\nSi pierde esta contraseña, tendrá que reinstalar Ferdi.", 259 "settings.app.lockedPasswordInfo": "Por favor, asegúrese de establecer una contraseña que usted pueda recordar.\nSi pierde esta contraseña, tendrá que reinstalar Ferdium.",
260 "settings.app.restartRequired": "Los cambios requieren reiniciar", 260 "settings.app.restartRequired": "Los cambios requieren reiniciar",
261 "settings.app.scheduledDNDInfo": "El \"No molestar\" programado permite definir un período de tiempo en el que no recibir notificaciones de Ferdi.", 261 "settings.app.scheduledDNDInfo": "El \"No molestar\" programado permite definir un período de tiempo en el que no recibir notificaciones de Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Horas en formato 24 horas. La hora de finalización puede ser anterior a la hora de inicio (por ejemplo, inicio 17:00, final 09:00) para habilitar No molestar la noche.", 262 "settings.app.scheduledDNDTimeInfo": "Horas en formato 24 horas. La hora de finalización puede ser anterior a la hora de inicio (por ejemplo, inicio 17:00, final 09:00) para habilitar No molestar la noche.",
263 "settings.app.sentryInfo": "El envío de datos de telemetría nos permite encontrar errores en Ferdi - ¡No enviaremos ninguna información personal como sus mensajes!", 263 "settings.app.sentryInfo": "El envío de datos de telemetría nos permite encontrar errores en Ferdium - ¡No enviaremos ninguna información personal como sus mensajes!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi utiliza el corrector ortográfico incluido en su Mac. Si desea cambiar los lenguajes que el corrector ortográfico revisa, lo puede hacer en las Preferencias del Sistema de su Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium utiliza el corrector ortográfico incluido en su Mac. Si desea cambiar los lenguajes que el corrector ortográfico revisa, lo puede hacer en las Preferencias del Sistema de su Mac.",
265 "settings.app.subheadlineCache": "Caché", 265 "settings.app.subheadlineCache": "Caché",
266 "settings.app.subheadlineFerdiProfile": "Perfil de Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Perfil de Ferdium",
267 "settings.app.todoServerInfo": "Este servidor se utilizará para la función \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Este servidor se utilizará para la función \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Ayúdanos a traducir Ferdi a tu idioma.", 268 "settings.app.translationHelp": "Ayúdanos a traducir Ferdium a tu idioma.",
269 "settings.app.universalDarkModeInfo": "El Modo Oscuro Universal intenta generar dinámicamente estilos de modo oscuro para servicios que de otro modo no están soportados actualmente.", 269 "settings.app.universalDarkModeInfo": "El Modo Oscuro Universal intenta generar dinámicamente estilos de modo oscuro para servicios que de otro modo no están soportados actualmente.",
270 "settings.app.updateStatusAvailable": "Actualización disponible, descargando...", 270 "settings.app.updateStatusAvailable": "Actualización disponible, descargando...",
271 "settings.app.updateStatusSearching": "Buscando actualizaciones...", 271 "settings.app.updateStatusSearching": "Buscando actualizaciones...",
272 "settings.app.updateStatusUpToDate": "Estás utilizando la última versión de Ferdi", 272 "settings.app.updateStatusUpToDate": "Estás utilizando la última versión de Ferdium",
273 "settings.invite.headline": "Invitar amigos", 273 "settings.invite.headline": "Invitar amigos",
274 "settings.navigation.account": "Cuenta", 274 "settings.navigation.account": "Cuenta",
275 "settings.navigation.availableServices": "Servicios disponibles", 275 "settings.navigation.availableServices": "Servicios disponibles",
276 "settings.navigation.logout": "Cerrar sesión", 276 "settings.navigation.logout": "Cerrar sesión",
277 "settings.navigation.supportFerdi": "Acerca de Ferdi", 277 "settings.navigation.supportFerdium": "Acerca de Ferdium",
278 "settings.navigation.team": "Gestionar equipo", 278 "settings.navigation.team": "Gestionar equipo",
279 "settings.navigation.yourServices": "Tus servicios", 279 "settings.navigation.yourServices": "Tus servicios",
280 "settings.navigation.yourWorkspaces": "Tus espacios de trabajo", 280 "settings.navigation.yourWorkspaces": "Tus espacios de trabajo",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Servicios disponibles", 289 "settings.recipes.headline": "Servicios disponibles",
290 "settings.recipes.missingService": "¿Echas de menos algún servicio?", 290 "settings.recipes.missingService": "¿Echas de menos algún servicio?",
291 "settings.recipes.mostPopular": "Más populares", 291 "settings.recipes.mostPopular": "Más populares",
292 "settings.recipes.nothingFound": "Lo sentimos, pero no pudimos encontrar ningún servicio similar a tu búsqueda, sin embargo: puedes agregarlo utilizando la opción de \"Sitio web personalizado\". \nRecuerda que pueden aparecer más servicios de los que has agregado a Ferdi desde la versión que estás utilizando. Para poder utilizar los nuevos servicios disponibles, considera actualizar a la versión más reciente.", 292 "settings.recipes.nothingFound": "Lo sentimos, pero no pudimos encontrar ningún servicio similar a tu búsqueda, sin embargo: puedes agregarlo utilizando la opción de \"Sitio web personalizado\". \nRecuerda que pueden aparecer más servicios de los que has agregado a Ferdium desde la versión que estás utilizando. Para poder utilizar los nuevos servicios disponibles, considera actualizar a la versión más reciente.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Servicio añadido con éxito", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Servicio añadido con éxito",
294 "settings.searchService": "Buscar servicio", 294 "settings.searchService": "Buscar servicio",
295 "settings.service.error.goBack": "Volver a los servicios", 295 "settings.service.error.goBack": "Volver a los servicios",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Abrir user.js", 329 "settings.service.form.openUserJs": "Abrir user.js",
330 "settings.service.form.proxy.headline": "Ajustes Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Ajustes Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Servidor/IP Proxy", 331 "settings.service.form.proxy.host": "Servidor/IP Proxy",
332 "settings.service.form.proxy.info": "Las configuraciones del Proxy no se sincronizarán con los servidores de Ferdi.", 332 "settings.service.form.proxy.info": "Las configuraciones del Proxy no se sincronizarán con los servidores de Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Utilizar Proxy", 333 "settings.service.form.proxy.isEnabled": "Utilizar Proxy",
334 "settings.service.form.proxy.password": "Contraseña (opcional)", 334 "settings.service.form.proxy.password": "Contraseña (opcional)",
335 "settings.service.form.proxy.port": "Puerto", 335 "settings.service.form.proxy.port": "Puerto",
336 "settings.service.form.proxy.restartInfo": "Por favor reinicie Ferdi despues de modificar los ajustes proxy.", 336 "settings.service.form.proxy.restartInfo": "Por favor reinicie Ferdium despues de modificar los ajustes proxy.",
337 "settings.service.form.proxy.user": "Usuario (opcional)", 337 "settings.service.form.proxy.user": "Usuario (opcional)",
338 "settings.service.form.recipeFileInfo": "Sus archivos de usuario se insertarán en la página web para que pueda personalizar los servicios de la forma que desee. Los archivos de usuario sólo se almacenan localmente y no se transfieren a otros equipos usando la misma cuenta.", 338 "settings.service.form.recipeFileInfo": "Sus archivos de usuario se insertarán en la página web para que pueda personalizar los servicios de la forma que desee. Los archivos de usuario sólo se almacenan localmente y no se transfieren a otros equipos usando la misma cuenta.",
339 "settings.service.form.saveButton": "Guardar servicio", 339 "settings.service.form.saveButton": "Guardar servicio",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados", 352 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados",
353 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas", 353 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas",
354 "settings.services.updatedInfo": "Tus cambios han sido guardados", 354 "settings.services.updatedInfo": "Tus cambios han sido guardados",
355 "settings.supportFerdi.about": "El desarrollo de Ferdi lo realizan voluntarios. Gente que usa Ferdi como tú. Mantienen, corrigen y mejoran Ferdi en su tiempo libre.", 355 "settings.supportFerdium.about": "El desarrollo de Ferdium lo realizan voluntarios. Gente que usa Ferdium como tú. Mantienen, corrigen y mejoran Ferdium en su tiempo libre.",
356 "settings.supportFerdi.aboutIntro": "Un especial agradecimiento a estas increíbles personas:", 356 "settings.supportFerdium.aboutIntro": "Un especial agradecimiento a estas increíbles personas:",
357 "settings.supportFerdi.headline": "Acerca de Ferdi", 357 "settings.supportFerdium.headline": "Acerca de Ferdium",
358 "settings.team.contentHeadline": "Administración de Equipo", 358 "settings.team.contentHeadline": "Administración de Equipo",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Equipo", 360 "settings.team.headline": "Equipo",
361 "settings.team.intro": "Actualmente estás usando servidores Franz, por lo que tienes acceso a la Gestión de Equipos.", 361 "settings.team.intro": "Actualmente estás usando servidores Franz, por lo que tienes acceso a la Gestión de Equipos.",
362 "settings.team.manageAction": "Administra tu equipo en meetfranz.com", 362 "settings.team.manageAction": "Administra tu equipo en meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Todavía no has creado ningún sitio de trabajo.", 385 "settings.workspaces.noWorkspacesAdded": "Todavía no has creado ningún sitio de trabajo.",
386 "settings.workspaces.tryReloadWorkspaces": "Intentar de nuevo", 386 "settings.workspaces.tryReloadWorkspaces": "Intentar de nuevo",
387 "settings.workspaces.updatedInfo": "Tus cambios han sido guardados", 387 "settings.workspaces.updatedInfo": "Tus cambios han sido guardados",
388 "settings.workspaces.workspaceFeatureHeadline": "Menos es más: Presentación de Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Menos es más: Presentación de Ferdium Workspaces",
389 "settings.workspaces.workspaceFeatureInfo": "Los espacios de trabajo Ferdi permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando así lo desees.", 389 "settings.workspaces.workspaceFeatureInfo": "Los espacios de trabajo Ferdium permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando así lo desees.",
390 "settings.workspaces.workspacesRequestFailed": "No se han podido cargar sus áreas de trabajo", 390 "settings.workspaces.workspacesRequestFailed": "No se han podido cargar sus áreas de trabajo",
391 "setupAssistant.headline": "Empecemos", 391 "setupAssistant.headline": "Empecemos",
392 "setupAssistant.subheadline": "Elige entre nuestros servicios más utilizados y vuelve a ponerte al tanto de tu mensajería ahora.", 392 "setupAssistant.subheadline": "Elige entre nuestros servicios más utilizados y vuelve a ponerte al tanto de tu mensajería ahora.",
393 "setupAssistant.submit.label": "Comenzar", 393 "setupAssistant.submit.label": "Comenzar",
394 "sidebar.addNewService": "Añadir nuevo servicio", 394 "sidebar.addNewService": "Añadir nuevo servicio",
395 "sidebar.closeTodosDrawer": "Cerrar Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Cerrar Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Cerrar cajón de espacio de trabajo", 396 "sidebar.closeWorkspaceDrawer": "Cerrar cajón de espacio de trabajo",
397 "sidebar.lockFerdi": "Bloquear Ferdi", 397 "sidebar.lockFerdium": "Bloquear Ferdium",
398 "sidebar.muteApp": "Desactivar notificaciones y sonido", 398 "sidebar.muteApp": "Desactivar notificaciones y sonido",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo", 400 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo",
401 "sidebar.unmuteApp": "Activar notificaciones y sonido", 401 "sidebar.unmuteApp": "Activar notificaciones y sonido",
402 "signup.email.label": "Dirección de correo electrónico", 402 "signup.email.label": "Dirección de correo electrónico",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Nombre", 404 "signup.firstname.label": "Nombre",
405 "signup.headline": "Registrarse", 405 "signup.headline": "Registrarse",
406 "signup.lastname.label": "Apellidos", 406 "signup.lastname.label": "Apellidos",
407 "signup.legal.info": "Al crear una cuenta en Ferdi usted acepta", 407 "signup.legal.info": "Al crear una cuenta en Ferdium usted acepta",
408 "signup.legal.privacy": "Declaración de privacidad", 408 "signup.legal.privacy": "Declaración de privacidad",
409 "signup.legal.terms": "Términos de servicio", 409 "signup.legal.terms": "Términos de servicio",
410 "signup.link.login": "Ya tienes una cuenta, ¿Iniciar sesión?", 410 "signup.link.login": "Ya tienes una cuenta, ¿Iniciar sesión?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Espacios de trabajo", 440 "workspaceDrawer.headline": "Espacios de trabajo",
441 "workspaceDrawer.item.contextMenuEdit": "editar", 441 "workspaceDrawer.item.contextMenuEdit": "editar",
442 "workspaceDrawer.item.noServicesAddedYet": "Ningún servicio ha sido añadido", 442 "workspaceDrawer.item.noServicesAddedYet": "Ningún servicio ha sido añadido",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Los espacios de trabajo Ferdi permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. </p><p>Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando así lo desees.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Los espacios de trabajo Ferdium permiten centrarse en lo que es importante. Configure diferentes conjuntos de servicios y cambie fácilmente entre ellos en cualquier momento. </p><p>Usted decide qué servicios necesita, cuándo y dónde, para que podamos ayudarte a mantenerte al tanto - o apartarte fácilmente del trabajo cuando así lo desees.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Editar ajustes de áreas de trabajo", 444 "workspaceDrawer.workspacesSettingsTooltip": "Editar ajustes de áreas de trabajo",
445 "workspaces.switchingIndicator.switchingTo": "Cambiando a" 445 "workspaces.switchingIndicator.switchingTo": "Cambiando a"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index 6a26f72cc..490b64581 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Ups! Midagi läks nihu.", 3 "app.errorHandler.headline": "Ups! Midagi läks nihu.",
4 "connectionLostBanner.cta": "Laadi teenus uuesti", 4 "connectionLostBanner.cta": "Laadi teenus uuesti",
5 "connectionLostBanner.informationLink": "Mis juhtus?", 5 "connectionLostBanner.informationLink": "Mis juhtus?",
6 "connectionLostBanner.message": "Oh ei! Ferdi kaotas ühenduse {name} teenusega.", 6 "connectionLostBanner.message": "Oh ei! Ferdium kaotas ühenduse {name} teenusega.",
7 "feature.announcements.changelog.headline": "Ferdi {versiooni} uuendused", 7 "feature.announcements.changelog.headline": "Ferdium {versiooni} uuendused",
8 "feature.shareFranz.action.email": "Saadke e-kirjana", 8 "feature.shareFranz.action.email": "Saadke e-kirjana",
9 "feature.shareFranz.action.facebook": "Jagage Facebookis", 9 "feature.shareFranz.action.facebook": "Jagage Facebookis",
10 "feature.shareFranz.action.twitter": "Jagage Twitteris", 10 "feature.shareFranz.action.twitter": "Jagage Twitteris",
11 "feature.shareFranz.headline": "Ferdi on koostöös parem!", 11 "feature.shareFranz.headline": "Ferdium on koostöös parem!",
12 "feature.shareFranz.shareText.email": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com", 12 "feature.shareFranz.shareText.email": "Olen lisanud Ferdium'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "Olen lisanud Ferdi'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "Olen lisanud Ferdium'i {count} teenust! Hankige tasuta rakendus WhatsApp'ile, Messenger'ile, Slack'ile, Skype'ile ja muule veebiaadressilt www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Rääkige oma sõpradele ja kolleegidele, kui vinge Ferdi on, ja aidake meil seda sõna levitada.", 14 "feature.shareFranz.text": "Rääkige oma sõpradele ja kolleegidele, kui vinge Ferdium on, ja aidake meil seda sõna levitada.",
15 "global.api.unhealthy": "Ups! Ferdi'i võrguteenustega ei saa ühendust luua", 15 "global.api.unhealthy": "Ups! Ferdium'i võrguteenustega ei saa ühendust luua",
16 "global.edit": "Muuda", 16 "global.edit": "Muuda",
17 "global.franzProRequired": "Vajalik Ferdi Professional tellimus", 17 "global.franzProRequired": "Vajalik Ferdium Professional tellimus",
18 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.", 18 "global.notConnectedToTheInternet": "Teil pole Interneti-ühendust.",
19 "global.quit": "Sulge", 19 "global.quit": "Sulge",
20 "global.settings": "Sätted", 20 "global.settings": "Sätted",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "Automaatne", 23 "global.spellchecking.autodetect.short": "Automaatne",
24 "global.spellchecking.language": "Õigekirja kontrollimise keel", 24 "global.spellchecking.language": "Õigekirja kontrollimise keel",
25 "global.submit": "Saada", 25 "global.submit": "Saada",
26 "import.headline": "Importige oma Ferdi 4 teenused", 26 "import.headline": "Importige oma Ferdium 4 teenused",
27 "import.notSupportedHeadline": "Teenused, mida Ferdi 5 veel ei toeta", 27 "import.notSupportedHeadline": "Teenused, mida Ferdium 5 veel ei toeta",
28 "import.skip.label": "Soovin teenuseid käsitsi lisada", 28 "import.skip.label": "Soovin teenuseid käsitsi lisada",
29 "import.submit.label": "Teenuste importimine", 29 "import.submit.label": "Teenuste importimine",
30 "infobar.buttonChangelog": "Mis on uut?", 30 "infobar.buttonChangelog": "Mis on uut?",
@@ -32,7 +32,7 @@
32 "infobar.buttonReloadServices": "Laadi teenused uuesti", 32 "infobar.buttonReloadServices": "Laadi teenused uuesti",
33 "infobar.requiredRequestsFailed": "Teenuseid ja kasutajainfot ei õnnestunud laadida", 33 "infobar.requiredRequestsFailed": "Teenuseid ja kasutajainfot ei õnnestunud laadida",
34 "infobar.servicesUpdated": "Teie teenuseid on uuendatud.", 34 "infobar.servicesUpdated": "Teie teenuseid on uuendatud.",
35 "infobar.updateAvailable": "Ferdi'i jaoks on saadaval uus värskendus.", 35 "infobar.updateAvailable": "Ferdium'i jaoks on saadaval uus värskendus.",
36 "invite.email.label": "E-posti aadress", 36 "invite.email.label": "E-posti aadress",
37 "invite.headline.friends": "Kutsu oma 3 sõpra või kolleegi liituma", 37 "invite.headline.friends": "Kutsu oma 3 sõpra või kolleegi liituma",
38 "invite.name.label": "Nimi", 38 "invite.name.label": "Nimi",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Teie seanss on aegunud, logige uuesti sisse.", 50 "login.tokenExpired": "Teie seanss on aegunud, logige uuesti sisse.",
51 "menu.Todoss.closeTodosDrawer": "Sulge ülesannete sahtel", 51 "menu.Todoss.closeTodosDrawer": "Sulge ülesannete sahtel",
52 "menu.Todoss.openTodosDrawer": "Ava ülesannete sahtel", 52 "menu.Todoss.openTodosDrawer": "Ava ülesannete sahtel",
53 "menu.app.about": "Ferdi rakendusest", 53 "menu.app.about": "Ferdium rakendusest",
54 "menu.app.announcement": "Mis on uut?", 54 "menu.app.announcement": "Mis on uut?",
55 "menu.app.checkForUpdates": "Kontrolli kas värskendused on saadaval", 55 "menu.app.checkForUpdates": "Kontrolli kas värskendused on saadaval",
56 "menu.app.hide": "Peida", 56 "menu.app.hide": "Peida",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Muutuste logi", 75 "menu.help.changelog": "Muutuste logi",
76 "menu.help.debugInfo": "Kopeeri silumisteave", 76 "menu.help.debugInfo": "Kopeeri silumisteave",
77 "menu.help.debugInfoCopiedBody": "Teie silumisteave on kopeeritud arvuti lõikelauale.", 77 "menu.help.debugInfoCopiedBody": "Teie silumisteave on kopeeritud arvuti lõikelauale.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi'i silumisteave", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium'i silumisteave",
79 "menu.help.learnMore": "Lisateave", 79 "menu.help.learnMore": "Lisateave",
80 "menu.help.privacy": "Privaatsusavaldus", 80 "menu.help.privacy": "Privaatsusavaldus",
81 "menu.help.support": "Kasutajatugi", 81 "menu.help.support": "Kasutajatugi",
@@ -88,7 +88,7 @@
88 "menu.todos": "Ülesanded", 88 "menu.todos": "Ülesanded",
89 "menu.todos.enableTodos": "Luba ülesanded", 89 "menu.todos.enableTodos": "Luba ülesanded",
90 "menu.view": "Vaade", 90 "menu.view": "Vaade",
91 "menu.view.reloadFerdi": "Laadi Ferdi uuesti", 91 "menu.view.reloadFerdium": "Laadi Ferdium uuesti",
92 "menu.view.reloadService": "Laadi teenus uuesti", 92 "menu.view.reloadService": "Laadi teenus uuesti",
93 "menu.view.reloadTodos": "Laadi ülesanded uuesti", 93 "menu.view.reloadTodos": "Laadi ülesanded uuesti",
94 "menu.view.resetZoom": "Tegelik suurus", 94 "menu.view.resetZoom": "Tegelik suurus",
@@ -141,14 +141,14 @@
141 "service.errorHandler.text": "{name} laadimine nurjus.", 141 "service.errorHandler.text": "{name} laadimine nurjus.",
142 "service.webviewLoader.loading": "Laadimine", 142 "service.webviewLoader.loading": "Laadimine",
143 "services.getStarted": "Alusta", 143 "services.getStarted": "Alusta",
144 "services.welcome": "Tere tulemast Ferdi'i", 144 "services.welcome": "Tere tulemast Ferdium'i",
145 "settings.account.account.editButton": "Konto muutmine", 145 "settings.account.account.editButton": "Konto muutmine",
146 "settings.account.accountType.basic": "Tavakasutaja konto", 146 "settings.account.accountType.basic": "Tavakasutaja konto",
147 "settings.account.accountType.premium": "Edasijõudnud kasutaja konto", 147 "settings.account.accountType.premium": "Edasijõudnud kasutaja konto",
148 "settings.account.buttonSave": "Uuenda profiili", 148 "settings.account.buttonSave": "Uuenda profiili",
149 "settings.account.deleteAccount": "Kustuta konto", 149 "settings.account.deleteAccount": "Kustuta konto",
150 "settings.account.deleteEmailSent": "Teile saadeti konto kustutamise kinnitamiseks e-kiri koos lingiga. Teie kontot ja andmeid ei saa taastada!", 150 "settings.account.deleteEmailSent": "Teile saadeti konto kustutamise kinnitamiseks e-kiri koos lingiga. Teie kontot ja andmeid ei saa taastada!",
151 "settings.account.deleteInfo": "Kui te ei vaja enam oma Ferdii kontot, saate siin oma konto ja kõik sellega seotud andmed kustutada.", 151 "settings.account.deleteInfo": "Kui te ei vaja enam oma Ferdiumi kontot, saate siin oma konto ja kõik sellega seotud andmed kustutada.",
152 "settings.account.headline": "Konto", 152 "settings.account.headline": "Konto",
153 "settings.account.headlineAccount": "Konto teave", 153 "settings.account.headlineAccount": "Konto teave",
154 "settings.account.headlineDangerZone": "Ohutsoon", 154 "settings.account.headlineDangerZone": "Ohutsoon",
@@ -159,24 +159,24 @@
159 "settings.account.tryReloadServices": "Proovi uuesti", 159 "settings.account.tryReloadServices": "Proovi uuesti",
160 "settings.account.tryReloadUserInfoRequest": "Proovi uuesti", 160 "settings.account.tryReloadUserInfoRequest": "Proovi uuesti",
161 "settings.account.userInfoRequestFailed": "Kasutaja teabe laadimine nurjus", 161 "settings.account.userInfoRequestFailed": "Kasutaja teabe laadimine nurjus",
162 "settings.account.yourLicense": "Teie Ferdi'i litsents", 162 "settings.account.yourLicense": "Teie Ferdium'i litsents",
163 "settings.app.buttonClearAllCache": "Tühjenda vahemälu", 163 "settings.app.buttonClearAllCache": "Tühjenda vahemälu",
164 "settings.app.buttonInstallUpdate": "Taaskäivita ja paigalda värskendus", 164 "settings.app.buttonInstallUpdate": "Taaskäivita ja paigalda värskendus",
165 "settings.app.buttonSearchForUpdate": "Värskenduste saadavuse kontrollimine", 165 "settings.app.buttonSearchForUpdate": "Värskenduste saadavuse kontrollimine",
166 "settings.app.cacheInfo": "Ferdi'i vahemälu kasutab praegu {size} kettaruumi.", 166 "settings.app.cacheInfo": "Ferdium'i vahemälu kasutab praegu {size} kettaruumi.",
167 "settings.app.currentVersion": "Käesolev versioon:", 167 "settings.app.currentVersion": "Käesolev versioon:",
168 "settings.app.form.autoLaunchInBackground": "Ava taustal", 168 "settings.app.form.autoLaunchInBackground": "Ava taustal",
169 "settings.app.form.autoLaunchOnStart": "Käivita Ferdi arvuti käivitumisel", 169 "settings.app.form.autoLaunchOnStart": "Käivita Ferdium arvuti käivitumisel",
170 "settings.app.form.beta": "Kaasaarvatud beetaversioonid", 170 "settings.app.form.beta": "Kaasaarvatud beetaversioonid",
171 "settings.app.form.darkMode": "Liitu Pimedaga (tume teema)", 171 "settings.app.form.darkMode": "Liitu Pimedaga (tume teema)",
172 "settings.app.form.enableGPUAcceleration": "Luba videoprotsessori (GPU) kiirendus", 172 "settings.app.form.enableGPUAcceleration": "Luba videoprotsessori (GPU) kiirendus",
173 "settings.app.form.enableSpellchecking": "Luba õigekirjakontroll", 173 "settings.app.form.enableSpellchecking": "Luba õigekirjakontroll",
174 "settings.app.form.enableSystemTray": "Kuva Ferdi süsteemisalves", 174 "settings.app.form.enableSystemTray": "Kuva Ferdium süsteemisalves",
175 "settings.app.form.enableTodos": "Luba Ferdi ülesanded (Todos)", 175 "settings.app.form.enableTodos": "Luba Ferdium ülesanded (Todos)",
176 "settings.app.form.keepAllWorkspacesLoaded": "Hoia kõik tööruumid laadituna", 176 "settings.app.form.keepAllWorkspacesLoaded": "Hoia kõik tööruumid laadituna",
177 "settings.app.form.language": "Keel", 177 "settings.app.form.language": "Keel",
178 "settings.app.form.minimizeToSystemTray": "Minimeeri Ferdi süsteemisalve", 178 "settings.app.form.minimizeToSystemTray": "Minimeeri Ferdium süsteemisalve",
179 "settings.app.form.runInBackground": "Hoia akna sulgemisel Ferdi taustal töös", 179 "settings.app.form.runInBackground": "Hoia akna sulgemisel Ferdium taustal töös",
180 "settings.app.form.showDisabledServices": "Kuva keelatud teenuste vahelehed", 180 "settings.app.form.showDisabledServices": "Kuva keelatud teenuste vahelehed",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Kuva lugemata sõnumimärk, kui teated on keelatud", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Kuva lugemata sõnumimärk, kui teated on keelatud",
182 "settings.app.headlineAdvanced": "Täpsemalt", 182 "settings.app.headlineAdvanced": "Täpsemalt",
@@ -185,12 +185,12 @@
185 "settings.app.headlineLanguage": "Keel", 185 "settings.app.headlineLanguage": "Keel",
186 "settings.app.headlineUpdates": "Värskendused", 186 "settings.app.headlineUpdates": "Värskendused",
187 "settings.app.languageDisclaimer": "Ametlikud tõlked on inglise ja saksa keeles. Kõik muud keeled on kogukonnapõhised tõlked.", 187 "settings.app.languageDisclaimer": "Ametlikud tõlked on inglise ja saksa keeles. Kõik muud keeled on kogukonnapõhised tõlked.",
188 "settings.app.restartRequired": "Muudatused vajavad Ferdi'i taaskäivitamist", 188 "settings.app.restartRequired": "Muudatused vajavad Ferdium'i taaskäivitamist",
189 "settings.app.subheadlineCache": "Vahemälu", 189 "settings.app.subheadlineCache": "Vahemälu",
190 "settings.app.translationHelp": "Aidake meil Ferdi'i teie keelde tõlkida.", 190 "settings.app.translationHelp": "Aidake meil Ferdium'i teie keelde tõlkida.",
191 "settings.app.updateStatusAvailable": "Värskendus on saadaval, toimub allalaadimine...", 191 "settings.app.updateStatusAvailable": "Värskendus on saadaval, toimub allalaadimine...",
192 "settings.app.updateStatusSearching": "Otsib värskendusi", 192 "settings.app.updateStatusSearching": "Otsib värskendusi",
193 "settings.app.updateStatusUpToDate": "Kasutate Ferdi'i uusimat versiooni", 193 "settings.app.updateStatusUpToDate": "Kasutate Ferdium'i uusimat versiooni",
194 "settings.invite.headline": "Kutsu sõpru", 194 "settings.invite.headline": "Kutsu sõpru",
195 "settings.navigation.account": "Konto", 195 "settings.navigation.account": "Konto",
196 "settings.navigation.availableServices": "Saadaolevad teenused", 196 "settings.navigation.availableServices": "Saadaolevad teenused",
@@ -219,7 +219,7 @@
219 "settings.service.form.addServiceHeadline": "Lisa {name}", 219 "settings.service.form.addServiceHeadline": "Lisa {name}",
220 "settings.service.form.availableServices": "Saadaolevad teenused", 220 "settings.service.form.availableServices": "Saadaolevad teenused",
221 "settings.service.form.customUrl": "Kohandatud server", 221 "settings.service.form.customUrl": "Kohandatud server",
222 "settings.service.form.customUrlPremiumInfo": "Isemajutatavate teenuste lisamiseks vajate Ferdi Premium'i tellimust.", 222 "settings.service.form.customUrlPremiumInfo": "Isemajutatavate teenuste lisamiseks vajate Ferdium Premium'i tellimust.",
223 "settings.service.form.customUrlValidationError": "Kohandatud {name} serverit ei saanud kinnitada.", 223 "settings.service.form.customUrlValidationError": "Kohandatud {name} serverit ei saanud kinnitada.",
224 "settings.service.form.deleteButton": "Kustuta teenus", 224 "settings.service.form.deleteButton": "Kustuta teenus",
225 "settings.service.form.editServiceHeadline": "Muuda {name}", 225 "settings.service.form.editServiceHeadline": "Muuda {name}",
@@ -242,11 +242,11 @@
242 "settings.service.form.name": "Nimi", 242 "settings.service.form.name": "Nimi",
243 "settings.service.form.proxy.headline": "HTTP/HTTPS puhverserveri sätted", 243 "settings.service.form.proxy.headline": "HTTP/HTTPS puhverserveri sätted",
244 "settings.service.form.proxy.host": "Puhverserveri host/IP", 244 "settings.service.form.proxy.host": "Puhverserveri host/IP",
245 "settings.service.form.proxy.info": "Puhverserveri sätteid ei sünkroonita Ferdi'i serveritega.", 245 "settings.service.form.proxy.info": "Puhverserveri sätteid ei sünkroonita Ferdium'i serveritega.",
246 "settings.service.form.proxy.isEnabled": "Kasuta puhverserverit", 246 "settings.service.form.proxy.isEnabled": "Kasuta puhverserverit",
247 "settings.service.form.proxy.password": "Salasõna (mittekohustuslik)", 247 "settings.service.form.proxy.password": "Salasõna (mittekohustuslik)",
248 "settings.service.form.proxy.port": "Port", 248 "settings.service.form.proxy.port": "Port",
249 "settings.service.form.proxy.restartInfo": "Pärast puhverserveri sätete muutmist palun taaskäivitage Ferdi.", 249 "settings.service.form.proxy.restartInfo": "Pärast puhverserveri sätete muutmist palun taaskäivitage Ferdium.",
250 "settings.service.form.proxy.user": "Kasutajanimi (mittekohustuslik)", 250 "settings.service.form.proxy.user": "Kasutajanimi (mittekohustuslik)",
251 "settings.service.form.saveButton": "Salvesta teenus", 251 "settings.service.form.saveButton": "Salvesta teenus",
252 "settings.service.form.tabHosted": "Isemajutatud server", 252 "settings.service.form.tabHosted": "Isemajutatud server",
@@ -290,17 +290,17 @@
290 "settings.workspaces.noWorkspacesAdded": "Te pole veel ühtegi tööruumi lisanud.", 290 "settings.workspaces.noWorkspacesAdded": "Te pole veel ühtegi tööruumi lisanud.",
291 "settings.workspaces.tryReloadWorkspaces": "Proovige uuesti", 291 "settings.workspaces.tryReloadWorkspaces": "Proovige uuesti",
292 "settings.workspaces.updatedInfo": "Teie muudatused on salvestatud", 292 "settings.workspaces.updatedInfo": "Teie muudatused on salvestatud",
293 "settings.workspaces.workspaceFeatureHeadline": "Vähem on rohkem: Ferdi'i tööruumide tutvustus", 293 "settings.workspaces.workspaceFeatureHeadline": "Vähem on rohkem: Ferdium'i tööruumide tutvustus",
294 "settings.workspaces.workspaceFeatureInfo": "Ferdi'i tööruumid võimaldavad teil keskenduda sellele, mis on hetkel oluline. Seadistage erinevaid teenusekomplekte ja saate neid igal ajal hõlpsasti vahetada. Teie otsustate, milliseid teenuseid millal ja kus, et saaksime aidata teil oma mängu tipus püsida - või siis lihtsalt töölt välja lülitada, kui soovite.", 294 "settings.workspaces.workspaceFeatureInfo": "Ferdium'i tööruumid võimaldavad teil keskenduda sellele, mis on hetkel oluline. Seadistage erinevaid teenusekomplekte ja saate neid igal ajal hõlpsasti vahetada. Teie otsustate, milliseid teenuseid millal ja kus, et saaksime aidata teil oma mängu tipus püsida - või siis lihtsalt töölt välja lülitada, kui soovite.",
295 "settings.workspaces.workspacesRequestFailed": "Teie tööruume ei saanud laadida", 295 "settings.workspaces.workspacesRequestFailed": "Teie tööruume ei saanud laadida",
296 "setupAssistant.headline": "Alustame", 296 "setupAssistant.headline": "Alustame",
297 "setupAssistant.subheadline": "Valige meie kõige sagedamini kasutatavate teenuste hulgast ja saate kohe oma sõnumite üle valitseda.", 297 "setupAssistant.subheadline": "Valige meie kõige sagedamini kasutatavate teenuste hulgast ja saate kohe oma sõnumite üle valitseda.",
298 "setupAssistant.submit.label": "Lähme", 298 "setupAssistant.submit.label": "Lähme",
299 "sidebar.addNewService": "Lisa uus teenus", 299 "sidebar.addNewService": "Lisa uus teenus",
300 "sidebar.closeTodosDrawer": "Sulge Ferdi ülesanded", 300 "sidebar.closeTodosDrawer": "Sulge Ferdium ülesanded",
301 "sidebar.closeWorkspaceDrawer": "Sulge tööruumide sahtel", 301 "sidebar.closeWorkspaceDrawer": "Sulge tööruumide sahtel",
302 "sidebar.muteApp": "Keela teated ja heli", 302 "sidebar.muteApp": "Keela teated ja heli",
303 "sidebar.openTodosDrawer": "Ava Ferdi ülesanded", 303 "sidebar.openTodosDrawer": "Ava Ferdium ülesanded",
304 "sidebar.openWorkspaceDrawer": "Ava tööruumide sahtel", 304 "sidebar.openWorkspaceDrawer": "Ava tööruumide sahtel",
305 "sidebar.unmuteApp": "Luba teated ja heli", 305 "sidebar.unmuteApp": "Luba teated ja heli",
306 "signup.email.label": "E-posti aadress", 306 "signup.email.label": "E-posti aadress",
@@ -308,7 +308,7 @@
308 "signup.firstname.label": "Eesnimi", 308 "signup.firstname.label": "Eesnimi",
309 "signup.headline": "Registreeri", 309 "signup.headline": "Registreeri",
310 "signup.lastname.label": "Perekonnanimi", 310 "signup.lastname.label": "Perekonnanimi",
311 "signup.legal.info": "Ferdii konto loomisega nõustute", 311 "signup.legal.info": "Ferdiumi konto loomisega nõustute",
312 "signup.legal.privacy": "Privaatsusavaldus", 312 "signup.legal.privacy": "Privaatsusavaldus",
313 "signup.legal.terms": "Kasutustingimused", 313 "signup.legal.terms": "Kasutustingimused",
314 "signup.link.login": "Kas teil on juba konto, logi sisse?", 314 "signup.link.login": "Kas teil on juba konto, logi sisse?",
@@ -341,7 +341,7 @@
341 "workspaceDrawer.item.noServicesAddedYet": "Ühtegi teenust pole veel lisatud", 341 "workspaceDrawer.item.noServicesAddedYet": "Ühtegi teenust pole veel lisatud",
342 "workspaceDrawer.premiumCtaButtonLabel": "Loo oma esimene tööruum", 342 "workspaceDrawer.premiumCtaButtonLabel": "Loo oma esimene tööruum",
343 "workspaceDrawer.reactivatePremiumAccountLabel": "Aktiveerige täiustatud konto uuesti", 343 "workspaceDrawer.reactivatePremiumAccountLabel": "Aktiveerige täiustatud konto uuesti",
344 "workspaceDrawer.workspaceFeatureInfo": "<p> Ferdi'i tööruumid võimaldavad teil keskenduda sellele, mis on hetkel oluline. Seadistage erinevaid teenusekomplekte ja saate neid igal ajal hõlpsasti vahetada. </p> <p> Teie otsustate milliseid teenuseid millal ja kus vajate, et saaksime aidata teil oma mängu tipus püsida - või hõlpsalt töölt välja lülitada. millal soovite. </p>", 344 "workspaceDrawer.workspaceFeatureInfo": "<p> Ferdium'i tööruumid võimaldavad teil keskenduda sellele, mis on hetkel oluline. Seadistage erinevaid teenusekomplekte ja saate neid igal ajal hõlpsasti vahetada. </p> <p> Teie otsustate milliseid teenuseid millal ja kus vajate, et saaksime aidata teil oma mängu tipus püsida - või hõlpsalt töölt välja lülitada. millal soovite. </p>",
345 "workspaceDrawer.workspacesSettingsTooltip": "Muuda tööruumide sätteid", 345 "workspaceDrawer.workspacesSettingsTooltip": "Muuda tööruumide sätteid",
346 "workspaces.switchingIndicator.switchingTo": "Lülitumine" 346 "workspaces.switchingIndicator.switchingTo": "Lülitumine"
347} 347}
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index f6b53d501..795c58365 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 6a9a7ae96..15f8abd08 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Vaihda palvelinta", 5 "changeserver.headline": "Vaihda palvelinta",
6 "changeserver.label": "Palvelin", 6 "changeserver.label": "Palvelin",
7 "changeserver.urlError": "Anna kelvollinen URL-osoite", 7 "changeserver.urlError": "Anna kelvollinen URL-osoite",
8 "changeserver.warning": "Ferdin tarjoamia lisäasetuksia ei tallenneta", 8 "changeserver.warning": "Ferdiumn tarjoamia lisäasetuksia ei tallenneta",
9 "connectionLostBanner.cta": "Lataa Palvelu uudelleen", 9 "connectionLostBanner.cta": "Lataa Palvelu uudelleen",
10 "connectionLostBanner.informationLink": "Mitä tapahtui?", 10 "connectionLostBanner.informationLink": "Mitä tapahtui?",
11 "connectionLostBanner.message": "Voi ei! Ferdi menetti yhteyden {name}.", 11 "connectionLostBanner.message": "Voi ei! Ferdium menetti yhteyden {name}.",
12 "feature.basicAuth.signIn": "Kirjaudu sisään", 12 "feature.basicAuth.signIn": "Kirjaudu sisään",
13 "feature.publishDebugInfo.error": "Virheraportin julkaisussa tapahtui virhe. Yritä myöhemmin uudelleen tai katso konsolista saadaksesi lisätietoja.", 13 "feature.publishDebugInfo.error": "Virheraportin julkaisussa tapahtui virhe. Yritä myöhemmin uudelleen tai katso konsolista saadaksesi lisätietoja.",
14 "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", 14 "feature.publishDebugInfo.info": "Julkaisemalla virheraportin auttat meitä löytämään Ferdiumssä ongelmia ja virheitä. Julkaisemalla virheraportin hyväksyt Ferdium Debugger´s tietosuojakäytännöt ja -ehdot",
15 "feature.publishDebugInfo.privacy": "Tietosuojakäytäntö", 15 "feature.publishDebugInfo.privacy": "Tietosuojakäytäntö",
16 "feature.publishDebugInfo.publish": "Hyväksy ja julkaise", 16 "feature.publishDebugInfo.publish": "Hyväksy ja julkaise",
17 "feature.publishDebugInfo.published": "Virheenkorjausraporttisi on julkaistu ja on nyt käytettävissä osoitteessa", 17 "feature.publishDebugInfo.published": "Virheenkorjausraporttisi on julkaistu ja on nyt käytettävissä osoitteessa",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Valitse palvelu painamalla TAB, ↑ ja ↓. Avaa palvelu painamalla ENTER.", 20 "feature.quickSwitch.info": "Valitse palvelu painamalla TAB, ↑ ja ↓. Avaa palvelu painamalla ENTER.",
21 "feature.quickSwitch.search": "Etsi...", 21 "feature.quickSwitch.search": "Etsi...",
22 "feature.quickSwitch.title": "Pikavalitsin", 22 "feature.quickSwitch.title": "Pikavalitsin",
23 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä", 23 "global.api.unhealthy": "Ferdiumn verkkopalveluihin ei saada yhteyttä",
24 "global.cancel": "Peruuta", 24 "global.cancel": "Peruuta",
25 "global.edit": "Muokkaa", 25 "global.edit": "Muokkaa",
26 "global.no": "Ei", 26 "global.no": "Ei",
27 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.", 27 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Sulje", 29 "global.quit": "Sulje",
30 "global.quitConfirmation": "Haluatko varmasti sulkea Ferdin?", 30 "global.quitConfirmation": "Haluatko varmasti sulkea Ferdiumn?",
31 "global.save": "Tallenna", 31 "global.save": "Tallenna",
32 "global.settings": "Asetukset", 32 "global.settings": "Asetukset",
33 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})", 33 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})",
@@ -38,18 +38,18 @@
38 "global.userAgentHelp": "Käytä 'https://whatmyuseragent.com/' (löytääksesi) tai 'https://developers.whatismybrowser.com/useragents/explore/' (valitaksesi) haluamasi käyttäjäagentin ja kopioi se tähän.", 38 "global.userAgentHelp": "Käytä 'https://whatmyuseragent.com/' (löytääksesi) tai 'https://developers.whatismybrowser.com/useragents/explore/' (valitaksesi) haluamasi käyttäjäagentin ja kopioi se tähän.",
39 "global.userAgentPref": "Käyttäjäagentti", 39 "global.userAgentPref": "Käyttäjäagentti",
40 "global.yes": "Kyllä", 40 "global.yes": "Kyllä",
41 "import.headline": "Tuo Ferdin 4 palveluasi", 41 "import.headline": "Tuo Ferdiumn 4 palveluasi",
42 "import.notSupportedHeadline": "Palvelut eivät vielä tue Ferdi 5-versiota", 42 "import.notSupportedHeadline": "Palvelut eivät vielä tue Ferdium 5-versiota",
43 "import.skip.label": "Haluan lisätä palvelut manuaalisesti", 43 "import.skip.label": "Haluan lisätä palvelut manuaalisesti",
44 "import.submit.label": "Tuo {count} palvelua", 44 "import.submit.label": "Tuo {count} palvelua",
45 "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.", 45 "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.",
46 "infobar.buttonChangelog": "Uutta Ferdissä", 46 "infobar.buttonChangelog": "Uutta Ferdiumssä",
47 "infobar.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys", 47 "infobar.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys",
48 "infobar.buttonReloadServices": "Lataa palvelut uudestaan", 48 "infobar.buttonReloadServices": "Lataa palvelut uudestaan",
49 "infobar.hide": "Piilota", 49 "infobar.hide": "Piilota",
50 "infobar.requiredRequestsFailed": "Palveluja ja käyttäjätietoja ei voitu ladata", 50 "infobar.requiredRequestsFailed": "Palveluja ja käyttäjätietoja ei voitu ladata",
51 "infobar.servicesUpdated": "Palvelusi on päivitetty.", 51 "infobar.servicesUpdated": "Palvelusi on päivitetty.",
52 "infobar.updateAvailable": "Ferdille on saatavana uusi päivitys.", 52 "infobar.updateAvailable": "Ferdiumlle on saatavana uusi päivitys.",
53 "infobox.dismiss": "Hylkää", 53 "infobox.dismiss": "Hylkää",
54 "invite.email.label": "Sähköpostiosoite", 54 "invite.email.label": "Sähköpostiosoite",
55 "invite.headline.friends": "Kutsu 3 ystävääsi tai kollegaasi", 55 "invite.headline.friends": "Kutsu 3 ystävääsi tai kollegaasi",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Avaa salasanalla", 66 "locked.unlockWithPassword": "Avaa salasanalla",
67 "login.changeServer": "Vaihda palvelinta", 67 "login.changeServer": "Vaihda palvelinta",
68 "login.customServerQuestion": "Käytätkö kirjautumiseen Franz-tiliä?", 68 "login.customServerQuestion": "Käytätkö kirjautumiseen Franz-tiliä?",
69 "login.customServerSuggestion": "Yritä tuoda Franz-tilisi Ferdiin", 69 "login.customServerSuggestion": "Yritä tuoda Franz-tilisi Ferdiumin",
70 "login.email.label": "Sähköpostiosoite", 70 "login.email.label": "Sähköpostiosoite",
71 "login.headline": "Kirjaudu sisään", 71 "login.headline": "Kirjaudu sisään",
72 "login.invalidCredentials": "Sähköpostiosoite tai salasana ei kelpaa", 72 "login.invalidCredentials": "Sähköpostiosoite tai salasana ei kelpaa",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Istuntosi on vanhentunut. Kirjaudu uudelleen sisään.", 78 "login.tokenExpired": "Istuntosi on vanhentunut. Kirjaudu uudelleen sisään.",
79 "menu.Todoss.closeTodosDrawer": "Sulje Todos-valikko", 79 "menu.Todoss.closeTodosDrawer": "Sulje Todos-valikko",
80 "menu.Todoss.openTodosDrawer": "Avaa Todos-valikko", 80 "menu.Todoss.openTodosDrawer": "Avaa Todos-valikko",
81 "menu.app.about": "Tietoja Ferdistä", 81 "menu.app.about": "Tietoja Ferdiumstä",
82 "menu.app.autohideMenuBar": "Piilota valikko automaattisesti", 82 "menu.app.autohideMenuBar": "Piilota valikko automaattisesti",
83 "menu.app.checkForUpdates": "Tarkista päivitykset", 83 "menu.app.checkForUpdates": "Tarkista päivitykset",
84 "menu.app.hide": "Piilota", 84 "menu.app.hide": "Piilota",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Muutosloki", 104 "menu.help.changelog": "Muutosloki",
105 "menu.help.debugInfo": "Kopioi virheraportin tiedot", 105 "menu.help.debugInfo": "Kopioi virheraportin tiedot",
106 "menu.help.debugInfoCopiedBody": "Virheraportin tiedot on kopioitu leikepöydälle.", 106 "menu.help.debugInfoCopiedBody": "Virheraportin tiedot on kopioitu leikepöydälle.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi virheraportin tiedot", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium virheraportin tiedot",
108 "menu.help.importExportData": "Tuo/vie asetukset", 108 "menu.help.importExportData": "Tuo/vie asetukset",
109 "menu.help.learnMore": "Lue lisää", 109 "menu.help.learnMore": "Lue lisää",
110 "menu.help.privacy": "Tietosuojalauseke", 110 "menu.help.privacy": "Tietosuojalauseke",
@@ -121,9 +121,9 @@
121 "menu.view": "Katso", 121 "menu.view": "Katso",
122 "menu.view.back": "Takaisin", 122 "menu.view.back": "Takaisin",
123 "menu.view.forward": "Eteenpäin", 123 "menu.view.forward": "Eteenpäin",
124 "menu.view.lockFerdi": "Lukitse Ferdi", 124 "menu.view.lockFerdium": "Lukitse Ferdium",
125 "menu.view.openQuickSwitch": "Avaa Pikavalinta", 125 "menu.view.openQuickSwitch": "Avaa Pikavalinta",
126 "menu.view.reloadFerdi": "Päivitä Ferdin näkymä", 126 "menu.view.reloadFerdium": "Päivitä Ferdiumn näkymä",
127 "menu.view.reloadService": "Lataa Palvelu uudelleen", 127 "menu.view.reloadService": "Lataa Palvelu uudelleen",
128 "menu.view.reloadTodos": "Päivitä Todo-lista", 128 "menu.view.reloadTodos": "Päivitä Todo-lista",
129 "menu.view.resetZoom": "Todellinen koko", 129 "menu.view.resetZoom": "Todellinen koko",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} lataus epäonnistui.", 161 "service.errorHandler.text": "{name} lataus epäonnistui.",
162 "service.webviewLoader.loading": "Ladataan {service}", 162 "service.webviewLoader.loading": "Ladataan {service}",
163 "services.getStarted": "Aloita", 163 "services.getStarted": "Aloita",
164 "services.login": "Kirjaudu sisään käyttääksesi Ferdiä.", 164 "services.login": "Kirjaudu sisään käyttääksesi Ferdiumä.",
165 "services.serverInfo": "Vaihtoehtoisesti voit vaihtaa Ferdi-palvelinta klikkaamalla hammasratasta vasemmassa alakulmassa. Jos olet siirtymässä (jostakin isännöidystä palvelimesta) Ferdin käyttöön ilman tiliä, voit ladata tietosi siltä palvelimelta ja tuoda ne Apua-valikkon kautta palauttaaksesi kaikki työtilasi ja palvelut!", 165 "services.serverInfo": "Vaihtoehtoisesti voit vaihtaa Ferdium-palvelinta klikkaamalla hammasratasta vasemmassa alakulmassa. Jos olet siirtymässä (jostakin isännöidystä palvelimesta) Ferdiumn käyttöön ilman tiliä, voit ladata tietosi siltä palvelimelta ja tuoda ne Apua-valikkon kautta palauttaaksesi kaikki työtilasi ja palvelut!",
166 "services.serverless": "Käytä Ferdia ilman tiliä", 166 "services.serverless": "Käytä Ferdiuma ilman tiliä",
167 "settings.account.account.editButton": "Muokkaa tiliä", 167 "settings.account.account.editButton": "Muokkaa tiliä",
168 "settings.account.accountUnavailable": "Tili ei ole käytettävissä", 168 "settings.account.accountUnavailable": "Tili ei ole käytettävissä",
169 "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.", 169 "settings.account.accountUnavailableInfo": "Käytät Ferdiuma ilman tiliä. Jos haluat käyttää Ferdiuma tilin kanssa ja pitää palvelusi synkronoituna kaikissa asennuksissa, valitse Asetukset-välilehdessä palvelin ja kirjaudu sisään.",
170 "settings.account.buttonSave": "Päivitä profiili", 170 "settings.account.buttonSave": "Päivitä profiili",
171 "settings.account.deleteAccount": "Poista tili", 171 "settings.account.deleteAccount": "Poista tili",
172 "settings.account.deleteEmailSent": "Olet saanut sähköpostiviestissä linkin, jonka kautta voit vahvistaa tilisi poistamisen. Tiliäsi ja tietoja ei voi palauttaa!", 172 "settings.account.deleteEmailSent": "Olet saanut sähköpostiviestissä linkin, jonka kautta voit vahvistaa tilisi poistamisen. Tiliäsi ja tietoja ei voi palauttaa!",
173 "settings.account.deleteInfo": "Jos et enää tarvitse Ferdi-tiliäsi, voit poistaa tilisi ja kaikki siihen liittyvät tiedot täältä.", 173 "settings.account.deleteInfo": "Jos et enää tarvitse Ferdium-tiliäsi, voit poistaa tilisi ja kaikki siihen liittyvät tiedot täältä.",
174 "settings.account.headline": "Tili", 174 "settings.account.headline": "Tili",
175 "settings.account.headlineAccount": "Tilin tiedot", 175 "settings.account.headlineAccount": "Tilin tiedot",
176 "settings.account.headlineDangerZone": "Vaaravyöhyke", 176 "settings.account.headlineDangerZone": "Vaaravyöhyke",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Yritä uudelleen", 181 "settings.account.tryReloadServices": "Yritä uudelleen",
182 "settings.account.tryReloadUserInfoRequest": "Yritä uudelleen", 182 "settings.account.tryReloadUserInfoRequest": "Yritä uudelleen",
183 "settings.account.userInfoRequestFailed": "Käyttäjätietoja ei voitu ladata", 183 "settings.account.userInfoRequestFailed": "Käyttäjätietoja ei voitu ladata",
184 "settings.account.yourLicense": "Ferdi-lisenssisi:", 184 "settings.account.yourLicense": "Ferdium-lisenssisi:",
185 "settings.app.accentColorInfo": "Syötä korostusväri CSS-yhteensopivassa muodossa. (Oletus: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Syötä korostusväri CSS-yhteensopivassa muodossa. (Oletus: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Tyhjennä välimuisti", 186 "settings.app.buttonClearAllCache": "Tyhjennä välimuisti",
187 "settings.app.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys", 187 "settings.app.buttonInstallUpdate": "Käynnistä uudelleen ja asenna päivitys",
188 "settings.app.buttonOpenFerdiProfileFolder": "Avaa profiilikansio", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Avaa profiilikansio",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Avaa palvelun ohjekansio", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Avaa palvelun ohjekansio",
190 "settings.app.buttonSearchForUpdate": "Tarkista päivitykset", 190 "settings.app.buttonSearchForUpdate": "Tarkista päivitykset",
191 "settings.app.cacheInfo": "Ferdi välimuisti käyttää tällä hetkellä {size} levytilaa.", 191 "settings.app.cacheInfo": "Ferdium välimuisti käyttää tällä hetkellä {size} levytilaa.",
192 "settings.app.cacheNotCleared": "Kaikkia väliaikaistiedostoja ei voitu poistaa", 192 "settings.app.cacheNotCleared": "Kaikkia väliaikaistiedostoja ei voitu poistaa",
193 "settings.app.closeSettings": "Sulje asetukset", 193 "settings.app.closeSettings": "Sulje asetukset",
194 "settings.app.currentVersion": "Nykyinen versio:", 194 "settings.app.currentVersion": "Nykyinen versio:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synkronoi tumma tila käyttöjärjestelmäni tumman tilan kanssa", 196 "settings.app.form.adaptableDarkMode": "Synkronoi tumma tila käyttöjärjestelmäni tumman tilan kanssa",
197 "settings.app.form.alwaysShowWorkspaces": "Näytä aina työtilan valikko", 197 "settings.app.form.alwaysShowWorkspaces": "Näytä aina työtilan valikko",
198 "settings.app.form.autoLaunchInBackground": "Käynnistä taustalla", 198 "settings.app.form.autoLaunchInBackground": "Käynnistä taustalla",
199 "settings.app.form.autoLaunchOnStart": "Käynnistä Ferdi käynnistettäessä", 199 "settings.app.form.autoLaunchOnStart": "Käynnistä Ferdium käynnistettäessä",
200 "settings.app.form.automaticUpdates": "Salli päivitykset", 200 "settings.app.form.automaticUpdates": "Salli päivitykset",
201 "settings.app.form.beta": "Sisällytä esijulkaisut", 201 "settings.app.form.beta": "Sisällytä esijulkaisut",
202 "settings.app.form.clipboardNotifications": "Älä näytä ilmoituksia leikepöydän tapahtumista", 202 "settings.app.form.clipboardNotifications": "Älä näytä ilmoituksia leikepöydän tapahtumista",
203 "settings.app.form.closeToSystemTray": "Pienennä Ferdi ilmoitusalueelle", 203 "settings.app.form.closeToSystemTray": "Pienennä Ferdium ilmoitusalueelle",
204 "settings.app.form.confirmOnQuit": "Vahvista Ferdin sulkeminen", 204 "settings.app.form.confirmOnQuit": "Vahvista Ferdiumn sulkeminen",
205 "settings.app.form.customTodoServer": "Mukautettu Todo-Palvelin", 205 "settings.app.form.customTodoServer": "Mukautettu Todo-Palvelin",
206 "settings.app.form.darkMode": "Ota tumma tila käyttöön", 206 "settings.app.form.darkMode": "Ota tumma tila käyttöön",
207 "settings.app.form.enableGPUAcceleration": "Ota Gpu-kiihdytys käyttöön", 207 "settings.app.form.enableGPUAcceleration": "Ota Gpu-kiihdytys käyttöön",
208 "settings.app.form.enableGlobalHideShortcut": "Ota käyttöön yleinen pikanäppäin piilottaaksesi Ferdin", 208 "settings.app.form.enableGlobalHideShortcut": "Ota käyttöön yleinen pikanäppäin piilottaaksesi Ferdiumn",
209 "settings.app.form.enableLock": "Ota Salasanan lukitus käyttöön", 209 "settings.app.form.enableLock": "Ota Salasanan lukitus käyttöön",
210 "settings.app.form.enableLongPressServiceHint": "Näytä vihje painamalla palvelun pikakuvaketta pitkään", 210 "settings.app.form.enableLongPressServiceHint": "Näytä vihje painamalla palvelun pikakuvaketta pitkään",
211 "settings.app.form.enableMenuBar": "Näytä Ferdi aina valikkopalkissa", 211 "settings.app.form.enableMenuBar": "Näytä Ferdium aina valikkopalkissa",
212 "settings.app.form.enableSpellchecking": "Ota oikoluku käyttöön", 212 "settings.app.form.enableSpellchecking": "Ota oikoluku käyttöön",
213 "settings.app.form.enableSystemTray": "Näytä Ferdi aina ilmoitusalueella", 213 "settings.app.form.enableSystemTray": "Näytä Ferdium aina ilmoitusalueella",
214 "settings.app.form.enableTodos": "Ota Ferdi Todos käyttöön", 214 "settings.app.form.enableTodos": "Ota Ferdium Todos käyttöön",
215 "settings.app.form.hibernateOnStartup": "Pidä palvelut horrostilassa käynnistettäessä", 215 "settings.app.form.hibernateOnStartup": "Pidä palvelut horrostilassa käynnistettäessä",
216 "settings.app.form.hibernationStrategy": "Horrostila-suunnitelma", 216 "settings.app.form.hibernationStrategy": "Horrostila-suunnitelma",
217 "settings.app.form.iconSize": "Palvelun kuvakkeen koko", 217 "settings.app.form.iconSize": "Palvelun kuvakkeen koko",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Pidä kaikki työtilat ladattuna", 219 "settings.app.form.keepAllWorkspacesLoaded": "Pidä kaikki työtilat ladattuna",
220 "settings.app.form.language": "Kieli", 220 "settings.app.form.language": "Kieli",
221 "settings.app.form.lockPassword": "Salasana", 221 "settings.app.form.lockPassword": "Salasana",
222 "settings.app.form.minimizeToSystemTray": "Pienennä Ferdi ilmoitusalueelle", 222 "settings.app.form.minimizeToSystemTray": "Pienennä Ferdium ilmoitusalueelle",
223 "settings.app.form.navigationBarBehaviour": "Navigointipalkin käyttäytyminen", 223 "settings.app.form.navigationBarBehaviour": "Navigointipalkin käyttäytyminen",
224 "settings.app.form.notifyTaskBarOnMessage": "Ilmoita tehtäväpalkkissa/Dockissa uudesta viestistä", 224 "settings.app.form.notifyTaskBarOnMessage": "Ilmoita tehtäväpalkkissa/Dockissa uudesta viestistä",
225 "settings.app.form.passwordToggle": "Näytä salasana", 225 "settings.app.form.passwordToggle": "Näytä salasana",
226 "settings.app.form.predefinedTodoServer": "Todo Palvelin", 226 "settings.app.form.predefinedTodoServer": "Todo Palvelin",
227 "settings.app.form.privateNotifications": "Älä näytä viestin sisältöä ilmoituksissa", 227 "settings.app.form.privateNotifications": "Älä näytä viestin sisältöä ilmoituksissa",
228 "settings.app.form.reloadAfterResume": "Lataa Ferdi järjestelmän uudelleenkäynnistymisen jälkeen", 228 "settings.app.form.reloadAfterResume": "Lataa Ferdium järjestelmän uudelleenkäynnistymisen jälkeen",
229 "settings.app.form.runInBackground": "Pidä Ferdi taustalla kun ikkuna suljettaan", 229 "settings.app.form.runInBackground": "Pidä Ferdium taustalla kun ikkuna suljettaan",
230 "settings.app.form.scheduledDNDEnabled": "Ota ajoitettu Älä häiritse-tila käyttöön", 230 "settings.app.form.scheduledDNDEnabled": "Ota ajoitettu Älä häiritse-tila käyttöön",
231 "settings.app.form.scheduledDNDEnd": "Vastaanottaja", 231 "settings.app.form.scheduledDNDEnd": "Vastaanottaja",
232 "settings.app.form.scheduledDNDStart": "Lähettäjä", 232 "settings.app.form.scheduledDNDStart": "Lähettäjä",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Ota käyttöön jaettu näkymä", 241 "settings.app.form.splitMode": "Ota käyttöön jaettu näkymä",
242 "settings.app.form.startMinimized": "Käynnistä pienennettynä", 242 "settings.app.form.startMinimized": "Käynnistä pienennettynä",
243 "settings.app.form.universalDarkMode": "Ota käyttöön yleinen tumma tila", 243 "settings.app.form.universalDarkMode": "Ota käyttöön yleinen tumma tila",
244 "settings.app.form.useTouchIdToUnlock": "Salli TouchID:n käyttö Ferdin avaamiseksi", 244 "settings.app.form.useTouchIdToUnlock": "Salli TouchID:n käyttö Ferdiumn avaamiseksi",
245 "settings.app.form.useVerticalStyle": "Käytä vaakasuuntaista tyyliä", 245 "settings.app.form.useVerticalStyle": "Käytä vaakasuuntaista tyyliä",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate / herääminen syklit vähentää kuormitusta", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate / herääminen syklit vähentää kuormitusta",
247 "settings.app.form.wakeUpHibernationStrategy": "Hiberation strategia automaattisen heräämisen jälkeen", 247 "settings.app.form.wakeUpHibernationStrategy": "Hiberation strategia automaattisen heräämisen jälkeen",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Kieli", 252 "settings.app.headlineLanguage": "Kieli",
253 "settings.app.headlinePrivacy": "Tietosuoja", 253 "settings.app.headlinePrivacy": "Tietosuoja",
254 "settings.app.headlineUpdates": "Päivitykset", 254 "settings.app.headlineUpdates": "Päivitykset",
255 "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.", 255 "settings.app.hibernateInfo": "Oletuksena Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minuutin käyttämättömyyden jälkeen Ferdi lukkiutuu automaattisesti. Käytä arvoa 0 poistaaksesi toiminnon käytöstä", 256 "settings.app.inactivityLockInfo": "Minuutin käyttämättömyyden jälkeen Ferdium lukkiutuu automaattisesti. Käytä arvoa 0 poistaaksesi toiminnon käytöstä",
257 "settings.app.lockInfo": "Salasanalukitus auttaa pitämään 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 joko painamalla vasemmassa alakulmassa olevaa lukitussymbolia tai näppäinyhdistelmällä {lockShortcut}.", 257 "settings.app.lockInfo": "Salasanalukitus auttaa pitämään viestisi suojattuna.\nKäyttämällä salasanalukitusta, sinua pyydetään syöttämään salasanasi joka kerta kun käynnistät Ferdiumn tai lukitset Ferdiumn joko painamalla vasemmassa alakulmassa olevaa lukitussymbolia tai näppäinyhdistelmällä {lockShortcut}.",
258 "settings.app.lockedPassword": "Salasana", 258 "settings.app.lockedPassword": "Salasana",
259 "settings.app.lockedPasswordInfo": "Varmista, että luot salasanan, jonka muistat.\nJos hukkaat tämän salasanan, sinun täytyy asentaa Ferdi uudelleen.", 259 "settings.app.lockedPasswordInfo": "Varmista, että luot salasanan, jonka muistat.\nJos hukkaat tämän salasanan, sinun täytyy asentaa Ferdium uudelleen.",
260 "settings.app.restartRequired": "Muutokset vaativat uudelleenkäynnistyksen", 260 "settings.app.restartRequired": "Muutokset vaativat uudelleenkäynnistyksen",
261 "settings.app.scheduledDNDInfo": "Ajastetun Älä häiritse-tilan avulla voit määritellä ajanjakson, jonka aikana et halua saada ilmoituksia Ferdistä.", 261 "settings.app.scheduledDNDInfo": "Ajastetun Älä häiritse-tilan avulla voit määritellä ajanjakson, jonka aikana et halua saada ilmoituksia Ferdiumstä.",
262 "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).", 262 "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).",
263 "settings.app.sentryInfo": "Telemetriatiedon lähettäminen antaa meille mahdollisuudet löytää virheitä Ferdistä - emme lähetä mitään henkilökohtaisia tietoja, kuten viestitietoja!", 263 "settings.app.sentryInfo": "Telemetriatiedon lähettäminen antaa meille mahdollisuudet löytää virheitä Ferdiumstä - emme lähetä mitään henkilökohtaisia tietoja, kuten viestitietoja!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium käyttää Macin sisäänrakennettua oikolukua tarkastaessaan kirjoitusvirheitä. Jos haluat muuttaa tarkastettavaa kieltä, voit tehdä sen Macin järjestelmän asetuksissa.",
265 "settings.app.subheadlineCache": "Välimuisti", 265 "settings.app.subheadlineCache": "Välimuisti",
266 "settings.app.subheadlineFerdiProfile": "Ferdin profiili", 266 "settings.app.subheadlineFerdiumProfile": "Ferdiumn profiili",
267 "settings.app.todoServerInfo": "Tätä palvelinta käytetään \"Ferdi Todo\" -toiminnossa.", 267 "settings.app.todoServerInfo": "Tätä palvelinta käytetään \"Ferdium Todo\" -toiminnossa.",
268 "settings.app.translationHelp": "Auta meitä kääntämään Ferdi omalle kielellesi.", 268 "settings.app.translationHelp": "Auta meitä kääntämään Ferdium omalle kielellesi.",
269 "settings.app.universalDarkModeInfo": "Yleinen Tumma-tila yrittää luoda palveluille tyylejä, joita ei tueta tällä hetkellä.", 269 "settings.app.universalDarkModeInfo": "Yleinen Tumma-tila yrittää luoda palveluille tyylejä, joita ei tueta tällä hetkellä.",
270 "settings.app.updateStatusAvailable": "Päivitys saatavilla, ladataan...", 270 "settings.app.updateStatusAvailable": "Päivitys saatavilla, ladataan...",
271 "settings.app.updateStatusSearching": "Etsitään päivityksiä...", 271 "settings.app.updateStatusSearching": "Etsitään päivityksiä...",
272 "settings.app.updateStatusUpToDate": "Käytät Ferdin viimeisintä versiota", 272 "settings.app.updateStatusUpToDate": "Käytät Ferdiumn viimeisintä versiota",
273 "settings.invite.headline": "Kutsu ystäviä", 273 "settings.invite.headline": "Kutsu ystäviä",
274 "settings.navigation.account": "Tili", 274 "settings.navigation.account": "Tili",
275 "settings.navigation.availableServices": "Käytettävissä olevat palvelut", 275 "settings.navigation.availableServices": "Käytettävissä olevat palvelut",
276 "settings.navigation.logout": "Kirjaudu ulos", 276 "settings.navigation.logout": "Kirjaudu ulos",
277 "settings.navigation.supportFerdi": "Tietoja Ferdistä", 277 "settings.navigation.supportFerdium": "Tietoja Ferdiumstä",
278 "settings.navigation.team": "Hallinnoi tiimiä", 278 "settings.navigation.team": "Hallinnoi tiimiä",
279 "settings.navigation.yourServices": "Sinun palvelusi", 279 "settings.navigation.yourServices": "Sinun palvelusi",
280 "settings.navigation.yourWorkspaces": "Sinun työtilasi", 280 "settings.navigation.yourWorkspaces": "Sinun työtilasi",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Käytettävissä olevat palvelut", 289 "settings.recipes.headline": "Käytettävissä olevat palvelut",
290 "settings.recipes.missingService": "Palvelu puuttuu?", 290 "settings.recipes.missingService": "Palvelu puuttuu?",
291 "settings.recipes.mostPopular": "Suosituin", 291 "settings.recipes.mostPopular": "Suosituin",
292 "settings.recipes.nothingFound": "Pahoittelut, mutta yksikään palvelu ei täsmää hakutermiisi - saatat kuitenkin pystyä lisäämään sen käyttämällä \"Mukautettu sivusto\" -vaihtoehtoa. Huomioithan, että sivusto saattaa näyttää enemmän palveluja mitä asennetussa Ferdin versiossa on. Saadaksesi käyttöön nämä uudet palvelut, harkitse päivittämistä uudempaan Ferdin versioon.", 292 "settings.recipes.nothingFound": "Pahoittelut, mutta yksikään palvelu ei täsmää hakutermiisi - saatat kuitenkin pystyä lisäämään sen käyttämällä \"Mukautettu sivusto\" -vaihtoehtoa. Huomioithan, että sivusto saattaa näyttää enemmän palveluja mitä asennetussa Ferdiumn versiossa on. Saadaksesi käyttöön nämä uudet palvelut, harkitse päivittämistä uudempaan Ferdiumn versioon.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Palvelu lisätty onnistuneesti", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Palvelu lisätty onnistuneesti",
294 "settings.searchService": "Hae palvelua", 294 "settings.searchService": "Hae palvelua",
295 "settings.service.error.goBack": "Takaisin palveluihin", 295 "settings.service.error.goBack": "Takaisin palveluihin",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Avaa user.js", 329 "settings.service.form.openUserJs": "Avaa user.js",
330 "settings.service.form.proxy.headline": "Http/Https välityspalvelimen asetukset", 330 "settings.service.form.proxy.headline": "Http/Https välityspalvelimen asetukset",
331 "settings.service.form.proxy.host": "Välityspalvelimen Host/IP", 331 "settings.service.form.proxy.host": "Välityspalvelimen Host/IP",
332 "settings.service.form.proxy.info": "Välityspalvelimen asetukset eivät synkronoidu Ferdin palvelimille.", 332 "settings.service.form.proxy.info": "Välityspalvelimen asetukset eivät synkronoidu Ferdiumn palvelimille.",
333 "settings.service.form.proxy.isEnabled": "Käytä välityspalvelinta", 333 "settings.service.form.proxy.isEnabled": "Käytä välityspalvelinta",
334 "settings.service.form.proxy.password": "Salasana (valinnainen)", 334 "settings.service.form.proxy.password": "Salasana (valinnainen)",
335 "settings.service.form.proxy.port": "Portti", 335 "settings.service.form.proxy.port": "Portti",
336 "settings.service.form.proxy.restartInfo": "Käynnistä Ferdi välityspalvelimen asetusten vaihtamisen jälkeen.", 336 "settings.service.form.proxy.restartInfo": "Käynnistä Ferdium välityspalvelimen asetusten vaihtamisen jälkeen.",
337 "settings.service.form.proxy.user": "Käyttäjä (valinnainen)", 337 "settings.service.form.proxy.user": "Käyttäjä (valinnainen)",
338 "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ä.", 338 "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ä.",
339 "settings.service.form.saveButton": "Tallenna palvelu", 339 "settings.service.form.saveButton": "Tallenna palvelu",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Kaikki äänet on mykistetty", 352 "settings.services.tooltip.isMuted": "Kaikki äänet on mykistetty",
353 "settings.services.tooltip.notificationsDisabled": "Ilmoitukset on poistettu käytöstä", 353 "settings.services.tooltip.notificationsDisabled": "Ilmoitukset on poistettu käytöstä",
354 "settings.services.updatedInfo": "Tekemäsi muutokset on tallennettu", 354 "settings.services.updatedInfo": "Tekemäsi muutokset on tallennettu",
355 "settings.supportFerdi.about": "Ferdin kehittäminen on tehnyt avustajat. Ihmiset, jotka käyttävät Ferdi kuten sinä. He ylläpitää, korjaa, ja parantaa Ferdi vapaa-ajallaan.", 355 "settings.supportFerdium.about": "Ferdiumn kehittäminen on tehnyt avustajat. Ihmiset, jotka käyttävät Ferdium kuten sinä. He ylläpitää, korjaa, ja parantaa Ferdium vapaa-ajallaan.",
356 "settings.supportFerdi.aboutIntro": "Erityiset kiitokset näille mahtaville ihmisille:", 356 "settings.supportFerdium.aboutIntro": "Erityiset kiitokset näille mahtaville ihmisille:",
357 "settings.supportFerdi.headline": "Tietoja Ferdistä", 357 "settings.supportFerdium.headline": "Tietoja Ferdiumstä",
358 "settings.team.contentHeadline": "Franz-tiimin hallinta", 358 "settings.team.contentHeadline": "Franz-tiimin hallinta",
359 "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.", 359 "settings.team.copy": "Franzin Tiimihallinnan avulla voit hallita usean käyttäjän Franz-tilauksia. Huomioithan, että Franz Premium -tilaus ei anna sinulle etuja Ferdiumn 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.",
360 "settings.team.headline": "Tiimi", 360 "settings.team.headline": "Tiimi",
361 "settings.team.intro": "Käytössäsi on tällä hetkellä Franz Servers, minkä vuoksi sinulla on pääsy tiimien hallintaan.", 361 "settings.team.intro": "Käytössäsi on tällä hetkellä Franz Servers, minkä vuoksi sinulla on pääsy tiimien hallintaan.",
362 "settings.team.manageAction": "Hallitse tiimiäsi meetfranz.comissa", 362 "settings.team.manageAction": "Hallitse tiimiäsi meetfranz.comissa",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Et ole luonut vielä yhtään työtilaa.", 385 "settings.workspaces.noWorkspacesAdded": "Et ole luonut vielä yhtään työtilaa.",
386 "settings.workspaces.tryReloadWorkspaces": "Yritä uudelleen", 386 "settings.workspaces.tryReloadWorkspaces": "Yritä uudelleen",
387 "settings.workspaces.updatedInfo": "Tekemäsi muutokset on tallennettu", 387 "settings.workspaces.updatedInfo": "Tekemäsi muutokset on tallennettu",
388 "settings.workspaces.workspaceFeatureHeadline": "Vähemmän on enemmän: Esittelyssä Ferdi Työtilat", 388 "settings.workspaces.workspaceFeatureHeadline": "Vähemmän on enemmän: Esittelyssä Ferdium Työtilat",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdin työtilat auttaa sinua keskittymään siihen mikä on tärkeää juuri nyt. Määritä erilaisia palvelukokonaisuuksia ja vaihda helposti niiden välillä milloin tahansa. Sinä päätät mitä palveluita tarvitset milloin ja missä, jotta voimme auttaa sinua pysymään lempiasioittesi äärellä - tai rentoutumaan ilman työhälinää.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdiumn työtilat auttaa sinua keskittymään siihen mikä on tärkeää juuri nyt. Määritä erilaisia palvelukokonaisuuksia ja vaihda helposti niiden välillä milloin tahansa. Sinä päätät mitä palveluita tarvitset milloin ja missä, jotta voimme auttaa sinua pysymään lempiasioittesi äärellä - tai rentoutumaan ilman työhälinää.",
390 "settings.workspaces.workspacesRequestFailed": "Työtiloja ei voitu ladata", 390 "settings.workspaces.workspacesRequestFailed": "Työtiloja ei voitu ladata",
391 "setupAssistant.headline": "Aloitetaan", 391 "setupAssistant.headline": "Aloitetaan",
392 "setupAssistant.subheadline": "Valitse suosituimmista palveluista ja ota viestintäsi haltuun.", 392 "setupAssistant.subheadline": "Valitse suosituimmista palveluista ja ota viestintäsi haltuun.",
393 "setupAssistant.submit.label": "Aloitetaan", 393 "setupAssistant.submit.label": "Aloitetaan",
394 "sidebar.addNewService": "Lisää uusi palvelu", 394 "sidebar.addNewService": "Lisää uusi palvelu",
395 "sidebar.closeTodosDrawer": "Sulje Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Sulje Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Sulje työtilan valikko", 396 "sidebar.closeWorkspaceDrawer": "Sulje työtilan valikko",
397 "sidebar.lockFerdi": "Lukitse Ferdi", 397 "sidebar.lockFerdium": "Lukitse Ferdium",
398 "sidebar.muteApp": "Poista ilmoitukset ja äänet käytöstä", 398 "sidebar.muteApp": "Poista ilmoitukset ja äänet käytöstä",
399 "sidebar.openTodosDrawer": "Avaa Ferdi Todos", 399 "sidebar.openTodosDrawer": "Avaa Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Avaa työtilan valikko", 400 "sidebar.openWorkspaceDrawer": "Avaa työtilan valikko",
401 "sidebar.unmuteApp": "Käytä ilmoituksia ja ääniä", 401 "sidebar.unmuteApp": "Käytä ilmoituksia ja ääniä",
402 "signup.email.label": "Sähköpostiosoite", 402 "signup.email.label": "Sähköpostiosoite",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Etunimi", 404 "signup.firstname.label": "Etunimi",
405 "signup.headline": "Kirjaudu", 405 "signup.headline": "Kirjaudu",
406 "signup.lastname.label": "Sukunimi", 406 "signup.lastname.label": "Sukunimi",
407 "signup.legal.info": "Luomalla Ferdi-tilin hyväksyt", 407 "signup.legal.info": "Luomalla Ferdium-tilin hyväksyt",
408 "signup.legal.privacy": "Tietosuojalauseke", 408 "signup.legal.privacy": "Tietosuojalauseke",
409 "signup.legal.terms": "Käyttöehdot", 409 "signup.legal.terms": "Käyttöehdot",
410 "signup.link.login": "Sinulla on jo tili? Kirjaudu sisään", 410 "signup.link.login": "Sinulla on jo tili? Kirjaudu sisään",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Työtilat", 440 "workspaceDrawer.headline": "Työtilat",
441 "workspaceDrawer.item.contextMenuEdit": "muokkaa", 441 "workspaceDrawer.item.contextMenuEdit": "muokkaa",
442 "workspaceDrawer.item.noServicesAddedYet": "Palveluja ei ole vielä lisätty", 442 "workspaceDrawer.item.noServicesAddedYet": "Palveluja ei ole vielä lisätty",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdin työtilat auttaa sinua keskittymään siihen 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 lempiasioittesi äärellä - tai rentoutumaan ilman työhälinää.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdiumn työtilat auttaa sinua keskittymään siihen 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 lempiasioittesi äärellä - tai rentoutumaan ilman työhälinää.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Muokkaa työtilojen asetuksia", 444 "workspaceDrawer.workspacesSettingsTooltip": "Muokkaa työtilojen asetuksia",
445 "workspaces.switchingIndicator.switchingTo": "Vaihdetaan" 445 "workspaces.switchingIndicator.switchingTo": "Vaihdetaan"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index 56feb5ca9..1cedf9951 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "connectionLostBanner.cta": "Reload Service", 4 "connectionLostBanner.cta": "Reload Service",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdium {version}",
8 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
9 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
10 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
11 "feature.shareFranz.headline": "Ferdi is better together!", 11 "feature.shareFranz.headline": "Ferdium is better together!",
12 "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", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdium is and help us to spread the word.",
15 "global.api.unhealthy": "Hindi maka connect sa 'Ferdi online services'", 15 "global.api.unhealthy": "Hindi maka connect sa 'Ferdium online services'",
16 "global.edit": "Edit", 16 "global.edit": "Edit",
17 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdium Professional Required",
18 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.", 18 "global.notConnectedToTheInternet": "Hindi ka naka connect sa internet.",
19 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings", 20 "global.settings": "Settings",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
24 "global.spellchecking.language": "Spell checking language", 24 "global.spellchecking.language": "Spell checking language",
25 "global.submit": "Submit", 25 "global.submit": "Submit",
26 "import.headline": "Ilagay ang iyonhg Ferdi 4 services", 26 "import.headline": "Ilagay ang iyonhg Ferdium 4 services",
27 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdi 5", 27 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdium 5",
28 "import.skip.label": "Gusto kong magdagdag", 28 "import.skip.label": "Gusto kong magdagdag",
29 "import.submit.label": "Magdagdag ng serbisyo", 29 "import.submit.label": "Magdagdag ng serbisyo",
30 "infobar.buttonChangelog": "Ano ang bago?", 30 "infobar.buttonChangelog": "Ano ang bago?",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Your session expired, please login again.", 50 "login.tokenExpired": "Your session expired, please login again.",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "About Ferdi", 53 "menu.app.about": "About Ferdium",
54 "menu.app.announcement": "What's new?", 54 "menu.app.announcement": "What's new?",
55 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
56 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Changelog", 75 "menu.help.changelog": "Changelog",
76 "menu.help.debugInfo": "Copy Debug Information", 76 "menu.help.debugInfo": "Copy Debug Information",
77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
79 "menu.help.learnMore": "Learn More", 79 "menu.help.learnMore": "Learn More",
80 "menu.help.privacy": "Privacy Statement", 80 "menu.help.privacy": "Privacy Statement",
81 "menu.help.support": "Support", 81 "menu.help.support": "Support",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "View", 90 "menu.view": "View",
91 "menu.view.reloadFerdi": "Reload Ferdi", 91 "menu.view.reloadFerdium": "Reload Ferdium",
92 "menu.view.reloadService": "Reload Service", 92 "menu.view.reloadService": "Reload Service",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "Actual Size", 94 "menu.view.resetZoom": "Actual Size",
@@ -141,14 +141,14 @@
141 "service.errorHandler.text": "{name} has failed to load.", 141 "service.errorHandler.text": "{name} has failed to load.",
142 "service.webviewLoader.loading": "Loading", 142 "service.webviewLoader.loading": "Loading",
143 "services.getStarted": "Get started", 143 "services.getStarted": "Get started",
144 "services.welcome": "Welcome to Ferdi", 144 "services.welcome": "Welcome to Ferdium",
145 "settings.account.account.editButton": "Edit account", 145 "settings.account.account.editButton": "Edit account",
146 "settings.account.accountType.basic": "Basic Account", 146 "settings.account.accountType.basic": "Basic Account",
147 "settings.account.accountType.premium": "Premium Supporter Account", 147 "settings.account.accountType.premium": "Premium Supporter Account",
148 "settings.account.buttonSave": "Update profile", 148 "settings.account.buttonSave": "Update profile",
149 "settings.account.deleteAccount": "Delete account", 149 "settings.account.deleteAccount": "Delete account",
150 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 150 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
151 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 151 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
152 "settings.account.headline": "Account", 152 "settings.account.headline": "Account",
153 "settings.account.headlineAccount": "Account information", 153 "settings.account.headlineAccount": "Account information",
154 "settings.account.headlineDangerZone": "Danger Zone", 154 "settings.account.headlineDangerZone": "Danger Zone",
@@ -159,24 +159,24 @@
159 "settings.account.tryReloadServices": "Try again", 159 "settings.account.tryReloadServices": "Try again",
160 "settings.account.tryReloadUserInfoRequest": "Try again", 160 "settings.account.tryReloadUserInfoRequest": "Try again",
161 "settings.account.userInfoRequestFailed": "Could not load user information", 161 "settings.account.userInfoRequestFailed": "Could not load user information",
162 "settings.account.yourLicense": "Your Ferdi License", 162 "settings.account.yourLicense": "Your Ferdium License",
163 "settings.app.buttonClearAllCache": "Clear cache", 163 "settings.app.buttonClearAllCache": "Clear cache",
164 "settings.app.buttonInstallUpdate": "Mag restart at i-install ang update", 164 "settings.app.buttonInstallUpdate": "Mag restart at i-install ang update",
165 "settings.app.buttonSearchForUpdate": "Check for updates", 165 "settings.app.buttonSearchForUpdate": "Check for updates",
166 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 166 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
167 "settings.app.currentVersion": "Current version:", 167 "settings.app.currentVersion": "Current version:",
168 "settings.app.form.autoLaunchInBackground": "Open in background", 168 "settings.app.form.autoLaunchInBackground": "Open in background",
169 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 169 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
170 "settings.app.form.beta": "Include beta versions", 170 "settings.app.form.beta": "Include beta versions",
171 "settings.app.form.darkMode": "Join the Dark Side", 171 "settings.app.form.darkMode": "Join the Dark Side",
172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
173 "settings.app.form.enableSpellchecking": "Enable spell checking", 173 "settings.app.form.enableSpellchecking": "Enable spell checking",
174 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 174 "settings.app.form.enableSystemTray": "Show Ferdium in system tray",
175 "settings.app.form.enableTodos": "Enable Ferdi Todos", 175 "settings.app.form.enableTodos": "Enable Ferdium Todos",
176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
177 "settings.app.form.language": "Language", 177 "settings.app.form.language": "Language",
178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
180 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
@@ -187,10 +187,10 @@
187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
188 "settings.app.restartRequired": "Changes require restart", 188 "settings.app.restartRequired": "Changes require restart",
189 "settings.app.subheadlineCache": "Cache", 189 "settings.app.subheadlineCache": "Cache",
190 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 190 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
191 "settings.app.updateStatusAvailable": "Update available, downloading...", 191 "settings.app.updateStatusAvailable": "Update available, downloading...",
192 "settings.app.updateStatusSearching": "Is searching for update", 192 "settings.app.updateStatusSearching": "Is searching for update",
193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
194 "settings.invite.headline": "Invite Friends", 194 "settings.invite.headline": "Invite Friends",
195 "settings.navigation.account": "Account", 195 "settings.navigation.account": "Account",
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
@@ -210,7 +210,7 @@
210 "settings.recipes.headline": "Available services", 210 "settings.recipes.headline": "Available services",
211 "settings.recipes.missingService": "Missing a service?", 211 "settings.recipes.missingService": "Missing a service?",
212 "settings.recipes.mostPopular": "Most popular", 212 "settings.recipes.mostPopular": "Most popular",
213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
215 "settings.searchService": "Search service", 215 "settings.searchService": "Search service",
216 "settings.service.error.goBack": "Back to services", 216 "settings.service.error.goBack": "Back to services",
@@ -219,7 +219,7 @@
219 "settings.service.form.addServiceHeadline": "Add {name}", 219 "settings.service.form.addServiceHeadline": "Add {name}",
220 "settings.service.form.availableServices": "Available services", 220 "settings.service.form.availableServices": "Available services",
221 "settings.service.form.customUrl": "Custom server", 221 "settings.service.form.customUrl": "Custom server",
222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdium Premium Supporter Account.",
223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
224 "settings.service.form.deleteButton": "Delete service", 224 "settings.service.form.deleteButton": "Delete service",
225 "settings.service.form.editServiceHeadline": "Edit {name}", 225 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -242,11 +242,11 @@
242 "settings.service.form.name": "Name", 242 "settings.service.form.name": "Name",
243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
244 "settings.service.form.proxy.host": "Proxy Host/IP", 244 "settings.service.form.proxy.host": "Proxy Host/IP",
245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdium servers.",
246 "settings.service.form.proxy.isEnabled": "Use Proxy", 246 "settings.service.form.proxy.isEnabled": "Use Proxy",
247 "settings.service.form.proxy.password": "Password (optional)", 247 "settings.service.form.proxy.password": "Password (optional)",
248 "settings.service.form.proxy.port": "Port", 248 "settings.service.form.proxy.port": "Port",
249 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 249 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
250 "settings.service.form.proxy.user": "User (optional)", 250 "settings.service.form.proxy.user": "User (optional)",
251 "settings.service.form.saveButton": "Save service", 251 "settings.service.form.saveButton": "Save service",
252 "settings.service.form.tabHosted": "Hosted", 252 "settings.service.form.tabHosted": "Hosted",
@@ -290,17 +290,17 @@
290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
291 "settings.workspaces.tryReloadWorkspaces": "Try again", 291 "settings.workspaces.tryReloadWorkspaces": "Try again",
292 "settings.workspaces.updatedInfo": "Your changes have been saved", 292 "settings.workspaces.updatedInfo": "Your changes have been saved",
293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
294 "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.", 294 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
296 "setupAssistant.headline": "Let's get started", 296 "setupAssistant.headline": "Let's get started",
297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
298 "setupAssistant.submit.label": "Let's go", 298 "setupAssistant.submit.label": "Let's go",
299 "sidebar.addNewService": "Add new service", 299 "sidebar.addNewService": "Add new service",
300 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 300 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
302 "sidebar.muteApp": "Disable notifications & audio", 302 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 303 "sidebar.openTodosDrawer": "Open Ferdium Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 304 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.unmuteApp": "Enable notifications & audio", 305 "sidebar.unmuteApp": "Enable notifications & audio",
306 "signup.email.label": "Email Address", 306 "signup.email.label": "Email Address",
@@ -308,7 +308,7 @@
308 "signup.firstname.label": "First Name", 308 "signup.firstname.label": "First Name",
309 "signup.headline": "Sign up", 309 "signup.headline": "Sign up",
310 "signup.lastname.label": "Last Name", 310 "signup.lastname.label": "Last Name",
311 "signup.legal.info": "By creating a Ferdi account you accept the", 311 "signup.legal.info": "By creating a Ferdium account you accept the",
312 "signup.legal.privacy": "Privacy Statement", 312 "signup.legal.privacy": "Privacy Statement",
313 "signup.legal.terms": "Terms of service", 313 "signup.legal.terms": "Terms of service",
314 "signup.link.login": "Already have an account, sign in?", 314 "signup.link.login": "Already have an account, sign in?",
@@ -341,7 +341,7 @@
341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
344 "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>", 344 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
346 "workspaces.switchingIndicator.switchingTo": "Switching to" 346 "workspaces.switchingIndicator.switchingTo": "Switching to"
347} 347}
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index f3fec4f6f..5d3f7b2cf 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Changer de serveur", 5 "changeserver.headline": "Changer de serveur",
6 "changeserver.label": "Serveur", 6 "changeserver.label": "Serveur",
7 "changeserver.urlError": "Entrez une URL valide", 7 "changeserver.urlError": "Entrez une URL valide",
8 "changeserver.warning": "Les paramètres supplémentaires proposés par Ferdi ne seront pas sauvegardés", 8 "changeserver.warning": "Les paramètres supplémentaires proposés par Ferdium ne seront pas sauvegardés",
9 "connectionLostBanner.cta": "Redémarrer le service", 9 "connectionLostBanner.cta": "Redémarrer le service",
10 "connectionLostBanner.informationLink": "Que s'est-il passé?", 10 "connectionLostBanner.informationLink": "Que s'est-il passé?",
11 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.", 11 "connectionLostBanner.message": "Oh non ! Ferdium a perdu la connexion avec {name}.",
12 "feature.basicAuth.signIn": "Connexion", 12 "feature.basicAuth.signIn": "Connexion",
13 "feature.publishDebugInfo.error": "Il y a eu une erreur en essayant de publier les informations de débogage. Veuillez réessayer plus tard ou consulter la console pour plus d'informations.", 13 "feature.publishDebugInfo.error": "Il y a eu une erreur en essayant de publier les informations de débogage. Veuillez réessayer plus tard ou consulter la console pour plus d'informations.",
14 "feature.publishDebugInfo.info": "La publication de vos informations de débogage nous aide à trouver des problèmes et des erreurs dans Ferdi. En publiant vos informations de débogage, vous acceptez la politique de confidentialité et les conditions d'utilisation de Ferdi Debugger", 14 "feature.publishDebugInfo.info": "La publication de vos informations de débogage nous aide à trouver des problèmes et des erreurs dans Ferdium. En publiant vos informations de débogage, vous acceptez la politique de confidentialité et les conditions d'utilisation de Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Politique de confidentialité", 15 "feature.publishDebugInfo.privacy": "Politique de confidentialité",
16 "feature.publishDebugInfo.publish": "Accepter et publier", 16 "feature.publishDebugInfo.publish": "Accepter et publier",
17 "feature.publishDebugInfo.published": "Votre journal de débogage a été publié et est maintenant disponible à", 17 "feature.publishDebugInfo.published": "Votre journal de débogage a été publié et est maintenant disponible à",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Sélectionner un service avec TAB, ↑ et ↓. Ouvrir un service avec ENTER.", 20 "feature.quickSwitch.info": "Sélectionner un service avec TAB, ↑ et ↓. Ouvrir un service avec ENTER.",
21 "feature.quickSwitch.search": "Rechercher...", 21 "feature.quickSwitch.search": "Rechercher...",
22 "feature.quickSwitch.title": "Changement rapide", 22 "feature.quickSwitch.title": "Changement rapide",
23 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi", 23 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdium",
24 "global.cancel": "Annuler", 24 "global.cancel": "Annuler",
25 "global.edit": "Éditer", 25 "global.edit": "Éditer",
26 "global.no": "Non", 26 "global.no": "Non",
27 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.", 27 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quitter", 29 "global.quit": "Quitter",
30 "global.quitConfirmation": "Voulez-vous vraiment quitter Ferdi ?", 30 "global.quitConfirmation": "Voulez-vous vraiment quitter Ferdium ?",
31 "global.save": "Sauver", 31 "global.save": "Sauver",
32 "global.settings": "Paramètres", 32 "global.settings": "Paramètres",
33 "global.spellchecker.useDefault": "Par défaut ({default})", 33 "global.spellchecker.useDefault": "Par défaut ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Utilisez 'https://whatmyuseragent.com/' (pour découvrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (pour choisir) votre agent utilisateur désiré et copier-coller ici.", 38 "global.userAgentHelp": "Utilisez 'https://whatmyuseragent.com/' (pour découvrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (pour choisir) votre agent utilisateur désiré et copier-coller ici.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Oui", 40 "global.yes": "Oui",
41 "import.headline": "Importez vos services depuis la version 4 de Ferdi", 41 "import.headline": "Importez vos services depuis la version 4 de Ferdium",
42 "import.notSupportedHeadline": "Ces services ne sont pas encore supportés par la version 5 de Ferdi", 42 "import.notSupportedHeadline": "Ces services ne sont pas encore supportés par la version 5 de Ferdium",
43 "import.skip.label": "Je veux ajouter des services manuellement", 43 "import.skip.label": "Je veux ajouter des services manuellement",
44 "import.submit.label": "Importer {count} services", 44 "import.submit.label": "Importer {count} services",
45 "infobar.authRequestFailed": "Il y a eu des erreurs pendant l'authentification demandée. Essayer de vous déconnecter et de vous reconnecter pour voir si cette erreur persiste.", 45 "infobar.authRequestFailed": "Il y a eu des erreurs pendant l'authentification demandée. Essayer de vous déconnecter et de vous reconnecter pour voir si cette erreur persiste.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Masquer", 49 "infobar.hide": "Masquer",
50 "infobar.requiredRequestsFailed": "Impossible d'accéder aux services et informations de l'utilisateur", 50 "infobar.requiredRequestsFailed": "Impossible d'accéder aux services et informations de l'utilisateur",
51 "infobar.servicesUpdated": "Vos services ont été mis à jour.", 51 "infobar.servicesUpdated": "Vos services ont été mis à jour.",
52 "infobar.updateAvailable": "Une nouvelle mise à jour de Ferdi est disponible.", 52 "infobar.updateAvailable": "Une nouvelle mise à jour de Ferdium est disponible.",
53 "infobox.dismiss": "Abandonner", 53 "infobox.dismiss": "Abandonner",
54 "invite.email.label": "Adresse Email", 54 "invite.email.label": "Adresse Email",
55 "invite.headline.friends": "Invitez 3 amis ou collègues", 55 "invite.headline.friends": "Invitez 3 amis ou collègues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Déverrouiller avec le mot de passe", 66 "locked.unlockWithPassword": "Déverrouiller avec le mot de passe",
67 "login.changeServer": "Changer de serveur", 67 "login.changeServer": "Changer de serveur",
68 "login.customServerQuestion": "Utiliser un compte Franz pour se connecter ?", 68 "login.customServerQuestion": "Utiliser un compte Franz pour se connecter ?",
69 "login.customServerSuggestion": "Essayer d'importer votre compte Franz dans Ferdi", 69 "login.customServerSuggestion": "Essayer d'importer votre compte Franz dans Ferdium",
70 "login.email.label": "Adresse Email", 70 "login.email.label": "Adresse Email",
71 "login.headline": "S'identifier", 71 "login.headline": "S'identifier",
72 "login.invalidCredentials": "Email ou mot de passe invalide", 72 "login.invalidCredentials": "Email ou mot de passe invalide",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Votre session a expiré. Reconnectez-vous s'il vous plaît.", 78 "login.tokenExpired": "Votre session a expiré. Reconnectez-vous s'il vous plaît.",
79 "menu.Todoss.closeTodosDrawer": "Fermer le tiroir Todos", 79 "menu.Todoss.closeTodosDrawer": "Fermer le tiroir Todos",
80 "menu.Todoss.openTodosDrawer": "Ouvrir le tiroir Todos", 80 "menu.Todoss.openTodosDrawer": "Ouvrir le tiroir Todos",
81 "menu.app.about": "À propos de Ferdi", 81 "menu.app.about": "À propos de Ferdium",
82 "menu.app.autohideMenuBar": "Cacher automatiquement la barre de menu", 82 "menu.app.autohideMenuBar": "Cacher automatiquement la barre de menu",
83 "menu.app.checkForUpdates": "Vérifier les mises à jour", 83 "menu.app.checkForUpdates": "Vérifier les mises à jour",
84 "menu.app.hide": "Masquer", 84 "menu.app.hide": "Masquer",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Liste des modifications", 104 "menu.help.changelog": "Liste des modifications",
105 "menu.help.debugInfo": "Copier les informations de Debug", 105 "menu.help.debugInfo": "Copier les informations de Debug",
106 "menu.help.debugInfoCopiedBody": "Les informations de Debug ont été copié dans votre presse-papier.", 106 "menu.help.debugInfoCopiedBody": "Les informations de Debug ont été copié dans votre presse-papier.",
107 "menu.help.debugInfoCopiedHeadline": "Information de Debug de Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Information de Debug de Ferdium",
108 "menu.help.importExportData": "Importer/Exporter les données de configuration", 108 "menu.help.importExportData": "Importer/Exporter les données de configuration",
109 "menu.help.learnMore": "En savoir plus", 109 "menu.help.learnMore": "En savoir plus",
110 "menu.help.privacy": "Déclaration de confidentialité", 110 "menu.help.privacy": "Déclaration de confidentialité",
@@ -121,9 +121,9 @@
121 "menu.view": "Aperçu", 121 "menu.view": "Aperçu",
122 "menu.view.back": "Revenir", 122 "menu.view.back": "Revenir",
123 "menu.view.forward": "Avancer", 123 "menu.view.forward": "Avancer",
124 "menu.view.lockFerdi": "Verrouiller Ferdi", 124 "menu.view.lockFerdium": "Verrouiller Ferdium",
125 "menu.view.openQuickSwitch": "Ouvrir le changement rapide", 125 "menu.view.openQuickSwitch": "Ouvrir le changement rapide",
126 "menu.view.reloadFerdi": "Recharger Ferdi", 126 "menu.view.reloadFerdium": "Recharger Ferdium",
127 "menu.view.reloadService": "Redémarrer le service", 127 "menu.view.reloadService": "Redémarrer le service",
128 "menu.view.reloadTodos": "Recharger les tâches", 128 "menu.view.reloadTodos": "Recharger les tâches",
129 "menu.view.resetZoom": "Taille actuelle", 129 "menu.view.resetZoom": "Taille actuelle",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "Le chargement de {name} a échoué.", 161 "service.errorHandler.text": "Le chargement de {name} a échoué.",
162 "service.webviewLoader.loading": "Chargement de {service}", 162 "service.webviewLoader.loading": "Chargement de {service}",
163 "services.getStarted": "Commencer", 163 "services.getStarted": "Commencer",
164 "services.login": "Veuillez vous connecter pour utiliser Ferdi.", 164 "services.login": "Veuillez vous connecter pour utiliser Ferdium.",
165 "services.serverInfo": "Optionnellement, vous pouvez changer de serveur Ferdi en cliquant sur le contrôle dans le coin inférieur gauche. Si vous basculez d'un serveur hébergé à une utilisation de Ferdi sans compte, vous pouvez exporter vos données depuis ce serveur et ensuite l'importer en utilisant le menu Aide pour ressusciter tous vos espaces de travail et services configurés !", 165 "services.serverInfo": "Optionnellement, vous pouvez changer de serveur Ferdium en cliquant sur le contrôle dans le coin inférieur gauche. Si vous basculez d'un serveur hébergé à une utilisation de Ferdium sans compte, vous pouvez exporter vos données depuis ce serveur et ensuite l'importer en utilisant le menu Aide pour ressusciter tous vos espaces de travail et services configurés !",
166 "services.serverless": "Utiliser Ferdi sans compte", 166 "services.serverless": "Utiliser Ferdium sans compte",
167 "settings.account.account.editButton": "Modifier le compte", 167 "settings.account.account.editButton": "Modifier le compte",
168 "settings.account.accountUnavailable": "Compte indisponible", 168 "settings.account.accountUnavailable": "Compte indisponible",
169 "settings.account.accountUnavailableInfo": "Vous utilisez Ferdi sans compte. Si vous souhaitez utiliser Ferdi avec un compte et garder vos services synchronisés entre les installations, sélectionnez un serveur dans l'onglet Paramètres, puis connectez-vous.", 169 "settings.account.accountUnavailableInfo": "Vous utilisez Ferdium sans compte. Si vous souhaitez utiliser Ferdium avec un compte et garder vos services synchronisés entre les installations, sélectionnez un serveur dans l'onglet Paramètres, puis connectez-vous.",
170 "settings.account.buttonSave": "Mettre à jour le profil", 170 "settings.account.buttonSave": "Mettre à jour le profil",
171 "settings.account.deleteAccount": "Supprimer le compte", 171 "settings.account.deleteAccount": "Supprimer le compte",
172 "settings.account.deleteEmailSent": "Vous avez reçu un email contenant le lien pour confirmer la suppression de votre compte. Votre compte et les données qui lui sont associés ne pourront être récupérés!", 172 "settings.account.deleteEmailSent": "Vous avez reçu un email contenant le lien pour confirmer la suppression de votre compte. Votre compte et les données qui lui sont associés ne pourront être récupérés!",
173 "settings.account.deleteInfo": "Si vous n'avez plus besoin de votre compte Ferdi, vous pouvez le supprimer avec toutes ses données associées.", 173 "settings.account.deleteInfo": "Si vous n'avez plus besoin de votre compte Ferdium, vous pouvez le supprimer avec toutes ses données associées.",
174 "settings.account.headline": "Compte", 174 "settings.account.headline": "Compte",
175 "settings.account.headlineAccount": "Informations sur le compte", 175 "settings.account.headlineAccount": "Informations sur le compte",
176 "settings.account.headlineDangerZone": "Zone à risque", 176 "settings.account.headlineDangerZone": "Zone à risque",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Réessayer", 181 "settings.account.tryReloadServices": "Réessayer",
182 "settings.account.tryReloadUserInfoRequest": "Réessayer", 182 "settings.account.tryReloadUserInfoRequest": "Réessayer",
183 "settings.account.userInfoRequestFailed": "Impossible de charger les informations de l'utilisateur", 183 "settings.account.userInfoRequestFailed": "Impossible de charger les informations de l'utilisateur",
184 "settings.account.yourLicense": "Votre licence Ferdi :", 184 "settings.account.yourLicense": "Votre licence Ferdium :",
185 "settings.app.accentColorInfo": "Écrivez votre couleur d'accentuation dans un format compatible avec CSS. (Par défaut: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Écrivez votre couleur d'accentuation dans un format compatible avec CSS. (Par défaut: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Vider le cache", 186 "settings.app.buttonClearAllCache": "Vider le cache",
187 "settings.app.buttonInstallUpdate": "Redémarrer et installer la mise à jour", 187 "settings.app.buttonInstallUpdate": "Redémarrer et installer la mise à jour",
188 "settings.app.buttonOpenFerdiProfileFolder": "Afficher le dossier du profil", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Afficher le dossier du profil",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Ouvrir le dossier des recettes de service (Recipes)", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Ouvrir le dossier des recettes de service (Recipes)",
190 "settings.app.buttonSearchForUpdate": "Vérifier les mises à jour", 190 "settings.app.buttonSearchForUpdate": "Vérifier les mises à jour",
191 "settings.app.cacheInfo": "Le cache de Ferdi occupe actuellement {size} en espace disque.", 191 "settings.app.cacheInfo": "Le cache de Ferdium occupe actuellement {size} en espace disque.",
192 "settings.app.cacheNotCleared": "Impossible de vider toute la cache", 192 "settings.app.cacheNotCleared": "Impossible de vider toute la cache",
193 "settings.app.closeSettings": "Fermer les paramètres", 193 "settings.app.closeSettings": "Fermer les paramètres",
194 "settings.app.currentVersion": "Version actuelle :", 194 "settings.app.currentVersion": "Version actuelle :",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchroniser le mode sombre avec l'option mode sombre du système", 196 "settings.app.form.adaptableDarkMode": "Synchroniser le mode sombre avec l'option mode sombre du système",
197 "settings.app.form.alwaysShowWorkspaces": "Toujours afficher le sélecteur d'espace de travail", 197 "settings.app.form.alwaysShowWorkspaces": "Toujours afficher le sélecteur d'espace de travail",
198 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan", 198 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan",
199 "settings.app.form.autoLaunchOnStart": "Lancer Ferdi au démarrage", 199 "settings.app.form.autoLaunchOnStart": "Lancer Ferdium au démarrage",
200 "settings.app.form.automaticUpdates": "Activer les mises à jour", 200 "settings.app.form.automaticUpdates": "Activer les mises à jour",
201 "settings.app.form.beta": "Inclure les pré-versions", 201 "settings.app.form.beta": "Inclure les pré-versions",
202 "settings.app.form.clipboardNotifications": "Ne pas afficher les notifications pour les événements du presse-papiers", 202 "settings.app.form.clipboardNotifications": "Ne pas afficher les notifications pour les événements du presse-papiers",
203 "settings.app.form.closeToSystemTray": "Lors de la fermeture, laisser Ferdi actif dans la barre d'état système", 203 "settings.app.form.closeToSystemTray": "Lors de la fermeture, laisser Ferdium actif dans la barre d'état système",
204 "settings.app.form.confirmOnQuit": "Confirmer lorsque vous quittez Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirmer lorsque vous quittez Ferdium",
205 "settings.app.form.customTodoServer": "Serveur des tâches à accomplir personnalisé", 205 "settings.app.form.customTodoServer": "Serveur des tâches à accomplir personnalisé",
206 "settings.app.form.darkMode": "Activer le mode sombre", 206 "settings.app.form.darkMode": "Activer le mode sombre",
207 "settings.app.form.enableGPUAcceleration": "Activer l'accélération GPU", 207 "settings.app.form.enableGPUAcceleration": "Activer l'accélération GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Activer le raccourci global pour masquer Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Activer le raccourci global pour masquer Ferdium",
209 "settings.app.form.enableLock": "Activer le verrouillage par mot de passe", 209 "settings.app.form.enableLock": "Activer le verrouillage par mot de passe",
210 "settings.app.form.enableLongPressServiceHint": "Activer le service lors d'un appui long sur son raccourci", 210 "settings.app.form.enableLongPressServiceHint": "Activer le service lors d'un appui long sur son raccourci",
211 "settings.app.form.enableMenuBar": "Toujours afficher Ferdi dans la barre de menu", 211 "settings.app.form.enableMenuBar": "Toujours afficher Ferdium dans la barre de menu",
212 "settings.app.form.enableSpellchecking": "Activer la vérification orthographique", 212 "settings.app.form.enableSpellchecking": "Activer la vérification orthographique",
213 "settings.app.form.enableSystemTray": "Toujours afficher l'icône Ferdi dans la zone de notification", 213 "settings.app.form.enableSystemTray": "Toujours afficher l'icône Ferdium dans la zone de notification",
214 "settings.app.form.enableTodos": "Activer Ferdi Todos", 214 "settings.app.form.enableTodos": "Activer Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Garder les services en veille prolongée au démarrage", 215 "settings.app.form.hibernateOnStartup": "Garder les services en veille prolongée au démarrage",
216 "settings.app.form.hibernationStrategy": "Stratégie d'hibernation", 216 "settings.app.form.hibernationStrategy": "Stratégie d'hibernation",
217 "settings.app.form.iconSize": "Taille de l'icône du service", 217 "settings.app.form.iconSize": "Taille de l'icône du service",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Garder tous les espaces de travail charger", 219 "settings.app.form.keepAllWorkspacesLoaded": "Garder tous les espaces de travail charger",
220 "settings.app.form.language": "Langue", 220 "settings.app.form.language": "Langue",
221 "settings.app.form.lockPassword": "Mot de passe", 221 "settings.app.form.lockPassword": "Mot de passe",
222 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdi dans la zone de notification", 222 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdium dans la zone de notification",
223 "settings.app.form.navigationBarBehaviour": "Comportement de la barre de navigation", 223 "settings.app.form.navigationBarBehaviour": "Comportement de la barre de navigation",
224 "settings.app.form.notifyTaskBarOnMessage": "Notification sur la barre des tâches/le dock lors d'un nouveau message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notification sur la barre des tâches/le dock lors d'un nouveau message",
225 "settings.app.form.passwordToggle": "Afficher le mot de passe", 225 "settings.app.form.passwordToggle": "Afficher le mot de passe",
226 "settings.app.form.predefinedTodoServer": "Serveur Todo", 226 "settings.app.form.predefinedTodoServer": "Serveur Todo",
227 "settings.app.form.privateNotifications": "Ne pas afficher le contenu des notifications", 227 "settings.app.form.privateNotifications": "Ne pas afficher le contenu des notifications",
228 "settings.app.form.reloadAfterResume": "Recharger Ferdi après la reprise du système", 228 "settings.app.form.reloadAfterResume": "Recharger Ferdium après la reprise du système",
229 "settings.app.form.runInBackground": "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre", 229 "settings.app.form.runInBackground": "Garder Ferdium ouvert en arrière-plan à la fermeture de la fenêtre",
230 "settings.app.form.scheduledDNDEnabled": "Activer Ne-pas-Déranger", 230 "settings.app.form.scheduledDNDEnabled": "Activer Ne-pas-Déranger",
231 "settings.app.form.scheduledDNDEnd": "À", 231 "settings.app.form.scheduledDNDEnd": "À",
232 "settings.app.form.scheduledDNDStart": "De", 232 "settings.app.form.scheduledDNDStart": "De",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Activer le Mode Vue Divisée", 241 "settings.app.form.splitMode": "Activer le Mode Vue Divisée",
242 "settings.app.form.startMinimized": "Démarrage minimisé", 242 "settings.app.form.startMinimized": "Démarrage minimisé",
243 "settings.app.form.universalDarkMode": "Activer le mode sombre universel", 243 "settings.app.form.universalDarkMode": "Activer le mode sombre universel",
244 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation du système de lecture d'empreinte digitale pour déverrouiller Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Autoriser l'utilisation du système de lecture d'empreinte digitale pour déverrouiller Ferdium",
245 "settings.app.form.useVerticalStyle": "Utiliser un style horizontal", 245 "settings.app.form.useVerticalStyle": "Utiliser un style horizontal",
246 "settings.app.form.wakeUpHibernationSplay": "Ajuster les cycles de mise en veille prolongée et de réveil afin de réduire la charge", 246 "settings.app.form.wakeUpHibernationSplay": "Ajuster les cycles de mise en veille prolongée et de réveil afin de réduire la charge",
247 "settings.app.form.wakeUpHibernationStrategy": "Stratégie de mise en veille prolongée après le réveil automatique", 247 "settings.app.form.wakeUpHibernationStrategy": "Stratégie de mise en veille prolongée après le réveil automatique",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Langue", 252 "settings.app.headlineLanguage": "Langue",
253 "settings.app.headlinePrivacy": "Confidentialité", 253 "settings.app.headlinePrivacy": "Confidentialité",
254 "settings.app.headlineUpdates": "Mises à jour", 254 "settings.app.headlineUpdates": "Mises à jour",
255 "settings.app.hibernateInfo": "Par défaut, Ferdi gardera tous vos services ouverts et chargés en arrière-plan afin qu'ils soient prêts lorsque vous voulez les utiliser. Le service d'hibernation déchargera vos services après un montant spécifié. Ceci est utile pour sauver de la RAM ou garder les services de ralentir votre ordinateur.", 255 "settings.app.hibernateInfo": "Par défaut, Ferdium gardera tous vos services ouverts et chargés en arrière-plan afin qu'ils soient prêts lorsque vous voulez les utiliser. Le service d'hibernation déchargera vos services après un montant spécifié. Ceci est utile pour sauver de la RAM ou garder les services de ralentir votre ordinateur.",
256 "settings.app.inactivityLockInfo": "Minutes d'inactivité, après lesquelles Ferdi devrait se verrouiller automatiquement. Utilisez 0 pour désactiver", 256 "settings.app.inactivityLockInfo": "Minutes d'inactivité, après lesquelles Ferdium devrait se verrouiller automatiquement. Utilisez 0 pour désactiver",
257 "settings.app.lockInfo": "Le verrouillage par mot de passe vous permet de garder vos messages protégés.\nPour l'utilisation du verrouillage par mot de passe, vous serez invité à entrer votre mot de passe chaque fois que vous démarrez Ferdi ou que vous verrouillerez Ferdi vous-même en utilisant le symbole de verrouillage en bas à gauche ou le raccourci {lockShortcut}.", 257 "settings.app.lockInfo": "Le verrouillage par mot de passe vous permet de garder vos messages protégés.\nPour l'utilisation du verrouillage par mot de passe, vous serez invité à entrer votre mot de passe chaque fois que vous démarrez Ferdium ou que vous verrouillerez Ferdium vous-même en utilisant le symbole de verrouillage en bas à gauche ou le raccourci {lockShortcut}.",
258 "settings.app.lockedPassword": "Mot de passe", 258 "settings.app.lockedPassword": "Mot de passe",
259 "settings.app.lockedPasswordInfo": "Veuillez vous assurer de définir un mot de passe dont vous vous souviendrez.\nSi vous perdez ce mot de passe, vous devrez réinstaller Ferdi.", 259 "settings.app.lockedPasswordInfo": "Veuillez vous assurer de définir un mot de passe dont vous vous souviendrez.\nSi vous perdez ce mot de passe, vous devrez réinstaller Ferdium.",
260 "settings.app.restartRequired": "Les modifications nécessitent un redémarrage", 260 "settings.app.restartRequired": "Les modifications nécessitent un redémarrage",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "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!", 263 "settings.app.sentryInfo": "L'envoi de données de télémétrie nous permet de trouver des erreurs dans Ferdium - nous n'enverrons aucune information personnelle comme vos données de message!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi utilise le correcteur orthographique intégré de votre Mac 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 Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium utilise le correcteur orthographique intégré de votre Mac 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 Mac.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Profil Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Profil Ferdium",
267 "settings.app.todoServerInfo": "Ce serveur sera utilisé pour la fonctionnalité des tâches à accomplir de Ferdi.", 267 "settings.app.todoServerInfo": "Ce serveur sera utilisé pour la fonctionnalité des tâches à accomplir de Ferdium.",
268 "settings.app.translationHelp": "Aidez-nous à traduire Ferdi dans votre langue.", 268 "settings.app.translationHelp": "Aidez-nous à traduire Ferdium dans votre langue.",
269 "settings.app.universalDarkModeInfo": "Le mode sombre universel tente de générer dynamiquement des styles de mode sombre pour les services qui ne sont pas encore supportés.", 269 "settings.app.universalDarkModeInfo": "Le mode sombre universel tente de générer dynamiquement des styles de mode sombre pour les services qui ne sont pas encore supportés.",
270 "settings.app.updateStatusAvailable": "Mise à jour disponible, téléchargement en cours...", 270 "settings.app.updateStatusAvailable": "Mise à jour disponible, téléchargement en cours...",
271 "settings.app.updateStatusSearching": "Recherche de mises à jour...", 271 "settings.app.updateStatusSearching": "Recherche de mises à jour...",
272 "settings.app.updateStatusUpToDate": "Vous utilisez la dernière version de Ferdi", 272 "settings.app.updateStatusUpToDate": "Vous utilisez la dernière version de Ferdium",
273 "settings.invite.headline": "Invite des amis", 273 "settings.invite.headline": "Invite des amis",
274 "settings.navigation.account": "Compte", 274 "settings.navigation.account": "Compte",
275 "settings.navigation.availableServices": "Services disponibles", 275 "settings.navigation.availableServices": "Services disponibles",
276 "settings.navigation.logout": "Se déconnecter", 276 "settings.navigation.logout": "Se déconnecter",
277 "settings.navigation.supportFerdi": "À propos de Ferdi", 277 "settings.navigation.supportFerdium": "À propos de Ferdium",
278 "settings.navigation.team": "Gérer l'équipe", 278 "settings.navigation.team": "Gérer l'équipe",
279 "settings.navigation.yourServices": "Vos services", 279 "settings.navigation.yourServices": "Vos services",
280 "settings.navigation.yourWorkspaces": "Vos espaces de travail", 280 "settings.navigation.yourWorkspaces": "Vos espaces de travail",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Services disponibles", 289 "settings.recipes.headline": "Services disponibles",
290 "settings.recipes.missingService": "Un service est manquant?", 290 "settings.recipes.missingService": "Un service est manquant?",
291 "settings.recipes.mostPopular": "Les plus populaires", 291 "settings.recipes.mostPopular": "Les plus populaires",
292 "settings.recipes.nothingFound": "Désolé, mais aucun service ne correspond à votre recherche - mais vous pouvez toujours l'ajouter en utilisant l'option \"Custom Website\". Veuillez noter que le site Web pourrait afficher plus de services qui ont été ajoutés à Ferdi depuis la version sur laquelle vous êtes actuellement. Pour obtenir ces nouveaux services, veuillez envisager la mise à niveau vers une version plus récente de Ferdi.", 292 "settings.recipes.nothingFound": "Désolé, mais aucun service ne correspond à votre recherche - mais vous pouvez toujours l'ajouter en utilisant l'option \"Custom Website\". Veuillez noter que le site Web pourrait afficher plus de services qui ont été ajoutés à Ferdium depuis la version sur laquelle vous êtes actuellement. Pour obtenir ces nouveaux services, veuillez envisager la mise à niveau vers une version plus récente de Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès",
294 "settings.searchService": "Chercher un service", 294 "settings.searchService": "Chercher un service",
295 "settings.service.error.goBack": "Retour aux services", 295 "settings.service.error.goBack": "Retour aux services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Ouvrir user.js", 329 "settings.service.form.openUserJs": "Ouvrir user.js",
330 "settings.service.form.proxy.headline": "Paramètres proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Paramètres proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Hôte/IP du proxy", 331 "settings.service.form.proxy.host": "Hôte/IP du proxy",
332 "settings.service.form.proxy.info": "Les paramètres du proxy ne seront pas synchronisés avec les serveurs Ferdi.", 332 "settings.service.form.proxy.info": "Les paramètres du proxy ne seront pas synchronisés avec les serveurs Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Utiliser un proxy", 333 "settings.service.form.proxy.isEnabled": "Utiliser un proxy",
334 "settings.service.form.proxy.password": "Mot de passe (facultatif)", 334 "settings.service.form.proxy.password": "Mot de passe (facultatif)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Veuillez redémarrer Ferdi après avoir modifié les paramètres proxy.", 336 "settings.service.form.proxy.restartInfo": "Veuillez redémarrer Ferdium après avoir modifié les paramètres proxy.",
337 "settings.service.form.proxy.user": "Utilisateur (facultatif)", 337 "settings.service.form.proxy.user": "Utilisateur (facultatif)",
338 "settings.service.form.recipeFileInfo": "Vos fichiers utilisateur seront insérés dans la page Web afin que vous puissiez personnaliser les services comme vous le souhaitez. Les fichiers utilisateurs sont stockés localement et ne sont pas transférés à d'autres ordinateurs en utilisant le même compte.", 338 "settings.service.form.recipeFileInfo": "Vos fichiers utilisateur seront insérés dans la page Web afin que vous puissiez personnaliser les services comme vous le souhaitez. Les fichiers utilisateurs sont stockés localement et ne sont pas transférés à d'autres ordinateurs en utilisant le même compte.",
339 "settings.service.form.saveButton": "Enregistrer le service", 339 "settings.service.form.saveButton": "Enregistrer le service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tous les sons sont coupés", 352 "settings.services.tooltip.isMuted": "Tous les sons sont coupés",
353 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées", 353 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées",
354 "settings.services.updatedInfo": "Vos modifications ont été enregistrées", 354 "settings.services.updatedInfo": "Vos modifications ont été enregistrées",
355 "settings.supportFerdi.about": "Le développement de Ferdi est fait par des contributeurs. Des utilisateurs de Ferdi comme vous. Ils entretiennent, corrigent et améliorent Ferdi sur leur temps libre.", 355 "settings.supportFerdium.about": "Le développement de Ferdium est fait par des contributeurs. Des utilisateurs de Ferdium comme vous. Ils entretiennent, corrigent et améliorent Ferdium sur leur temps libre.",
356 "settings.supportFerdi.aboutIntro": "Des remerciements spéciaux vont à ces gens géniaux :", 356 "settings.supportFerdium.aboutIntro": "Des remerciements spéciaux vont à ces gens géniaux :",
357 "settings.supportFerdi.headline": "À propos de Ferdi", 357 "settings.supportFerdium.headline": "À propos de Ferdium",
358 "settings.team.contentHeadline": "Gestion d'équipe Franz", 358 "settings.team.contentHeadline": "Gestion d'équipe Franz",
359 "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.", 359 "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 Ferdium : 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.",
360 "settings.team.headline": "Équipe", 360 "settings.team.headline": "Équipe",
361 "settings.team.intro": "Vous utilisez actuellement les serveurs Franz, c'est pourquoi vous avez accès à la gestion d'équipe.", 361 "settings.team.intro": "Vous utilisez actuellement les serveurs Franz, c'est pourquoi vous avez accès à la gestion d'équipe.",
362 "settings.team.manageAction": "Gérez votre équipe sur meetfranz.com", 362 "settings.team.manageAction": "Gérez votre équipe sur meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Vous n'avez pas encore créé d'espace de travail.", 385 "settings.workspaces.noWorkspacesAdded": "Vous n'avez pas encore créé d'espace de travail.",
386 "settings.workspaces.tryReloadWorkspaces": "Réessayer", 386 "settings.workspaces.tryReloadWorkspaces": "Réessayer",
387 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées", 387 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées",
388 "settings.workspaces.workspaceFeatureHeadline": "Présentation des Espaces de travail de Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Présentation des Espaces de travail de Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Les Espaces de travail de Ferdi vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment. Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.", 389 "settings.workspaces.workspaceFeatureInfo": "Les Espaces de travail de Ferdium vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment. Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.",
390 "settings.workspaces.workspacesRequestFailed": "Impossible de charger vos espaces de travail", 390 "settings.workspaces.workspacesRequestFailed": "Impossible de charger vos espaces de travail",
391 "setupAssistant.headline": "Commençons", 391 "setupAssistant.headline": "Commençons",
392 "setupAssistant.subheadline": "Choisissez parmi nos services les plus utilisés et revenez maintenant sur votre messagerie.", 392 "setupAssistant.subheadline": "Choisissez parmi nos services les plus utilisés et revenez maintenant sur votre messagerie.",
393 "setupAssistant.submit.label": "Allons-y", 393 "setupAssistant.submit.label": "Allons-y",
394 "sidebar.addNewService": "Ajouter un nouveau service", 394 "sidebar.addNewService": "Ajouter un nouveau service",
395 "sidebar.closeTodosDrawer": "Fermer Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Fermer Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Fermer l'espace de travail", 396 "sidebar.closeWorkspaceDrawer": "Fermer l'espace de travail",
397 "sidebar.lockFerdi": "Verrouiller Ferdi", 397 "sidebar.lockFerdium": "Verrouiller Ferdium",
398 "sidebar.muteApp": "Désactiver les notifications et les sons", 398 "sidebar.muteApp": "Désactiver les notifications et les sons",
399 "sidebar.openTodosDrawer": "Ouvrir Ferdi Todos", 399 "sidebar.openTodosDrawer": "Ouvrir Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail", 400 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail",
401 "sidebar.unmuteApp": "Activer les notifications et les sons", 401 "sidebar.unmuteApp": "Activer les notifications et les sons",
402 "signup.email.label": "Adresse Email", 402 "signup.email.label": "Adresse Email",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Prénom", 404 "signup.firstname.label": "Prénom",
405 "signup.headline": "S'inscrire", 405 "signup.headline": "S'inscrire",
406 "signup.lastname.label": "Nom", 406 "signup.lastname.label": "Nom",
407 "signup.legal.info": "En créant un compte Ferdi, vous acceptez la", 407 "signup.legal.info": "En créant un compte Ferdium, vous acceptez la",
408 "signup.legal.privacy": "Déclaration de confidentialité", 408 "signup.legal.privacy": "Déclaration de confidentialité",
409 "signup.legal.terms": "Conditions d'utilisation", 409 "signup.legal.terms": "Conditions d'utilisation",
410 "signup.link.login": "Vous avez déjà un compte? Connectez-vous", 410 "signup.link.login": "Vous avez déjà un compte? Connectez-vous",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Espace de travail", 440 "workspaceDrawer.headline": "Espace de travail",
441 "workspaceDrawer.item.contextMenuEdit": "Modifier", 441 "workspaceDrawer.item.contextMenuEdit": "Modifier",
442 "workspaceDrawer.item.noServicesAddedYet": "Aucun services ajoutés pour l'instant", 442 "workspaceDrawer.item.noServicesAddedYet": "Aucun services ajoutés pour l'instant",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Les Espaces de travail de Ferdi vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment.</p><p>Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Les Espaces de travail de Ferdium vous permettant de rester concentré sur ce qui est important. Créez différents groupes de services et naviguez facilement entre eux à n'importe quel moment.</p><p>Vous décidez de quels services vous avez besoin, où et quand, ainsi nous pouvons vous aider à rester concentré sur votre travail - ou à le quitter dès que vous le souhaitez.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Éditer les paramètres de l'espace de travail", 444 "workspaceDrawer.workspacesSettingsTooltip": "Éditer les paramètres de l'espace de travail",
445 "workspaces.switchingIndicator.switchingTo": "Changement vers" 445 "workspaces.switchingIndicator.switchingTo": "Changement vers"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 0a132cb76..2366b093d 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Athlódáil seirbhís", 9 "connectionLostBanner.cta": "Athlódáil seirbhís",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne", 23 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdium ar líne",
24 "global.cancel": "Cealaigh", 24 "global.cancel": "Cealaigh",
25 "global.edit": "Cuir in eagar", 25 "global.edit": "Cuir in eagar",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.", 27 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Scoir", 29 "global.quit": "Scoir",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Socruithe", 32 "global.settings": "Socruithe",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,18 +38,18 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Iompórtáil do sheirbhísí Ferdi 4", 41 "import.headline": "Iompórtáil do sheirbhísí Ferdium 4",
42 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdi 5 go fóill", 42 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdium 5 go fóill",
43 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh", 43 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
46 "infobar.buttonChangelog": "Cad atá nua?", 46 "infobar.buttonChangelog": "Cad atá nua?",
47 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú", 47 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
48 "infobar.buttonReloadServices": "Athlódáil seirbhísí", 48 "infobar.buttonReloadServices": "Athlódáil seirbhísí",
49 "infobar.hide": "Cuir Ferdi i bhfolach", 49 "infobar.hide": "Cuir Ferdium i bhfolach",
50 "infobar.requiredRequestsFailed": "Ní féidir seirbhísí agus eolas úsáideora a lódáil", 50 "infobar.requiredRequestsFailed": "Ní féidir seirbhísí agus eolas úsáideora a lódáil",
51 "infobar.servicesUpdated": "Nuashonraíodh do sheirbhísí.", 51 "infobar.servicesUpdated": "Nuashonraíodh do sheirbhísí.",
52 "infobar.updateAvailable": "Tá nuashonrú nua do Ferdi ar fáil.", 52 "infobar.updateAvailable": "Tá nuashonrú nua do Ferdium ar fáil.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Seoladh ríomhphoist", 54 "invite.email.label": "Seoladh ríomhphoist",
55 "invite.headline.friends": "Tabhair cuireadh do thriúr chara nó chomhghleacaí", 55 "invite.headline.friends": "Tabhair cuireadh do thriúr chara nó chomhghleacaí",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Seoladh ríomhphoist", 70 "login.email.label": "Seoladh ríomhphoist",
71 "login.headline": "Logáil isteach", 71 "login.headline": "Logáil isteach",
@@ -78,10 +78,10 @@
78 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.", 78 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "Faoi Ferdi", 81 "menu.app.about": "Faoi Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe", 83 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe",
84 "menu.app.hide": "Cuir Ferdi i bhfolach", 84 "menu.app.hide": "Cuir Ferdium i bhfolach",
85 "menu.app.hideOthers": "Folaigh feidhmchláir eile", 85 "menu.app.hideOthers": "Folaigh feidhmchláir eile",
86 "menu.app.unhide": "Taispeáin", 86 "menu.app.unhide": "Taispeáin",
87 "menu.edit": "Cuir in eagar", 87 "menu.edit": "Cuir in eagar",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Athruithe", 104 "menu.help.changelog": "Athruithe",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Tuilleadh eolais", 109 "menu.help.learnMore": "Tuilleadh eolais",
110 "menu.help.privacy": "Ráiteas phríobháideachais", 110 "menu.help.privacy": "Ráiteas phríobháideachais",
@@ -121,9 +121,9 @@
121 "menu.view": "Amharc", 121 "menu.view": "Amharc",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Athlódáil Ferdi", 126 "menu.view.reloadFerdium": "Athlódáil Ferdium",
127 "menu.view.reloadService": "Athlódáil seirbhís", 127 "menu.view.reloadService": "Athlódáil seirbhís",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Fíormhéid", 129 "menu.view.resetZoom": "Fíormhéid",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Cuir tús", 163 "services.getStarted": "Cuir tús",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Cuir cuntas in eagar", 167 "settings.account.account.editButton": "Cuir cuntas in eagar",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Nuashonraigh próifíl", 170 "settings.account.buttonSave": "Nuashonraigh próifíl",
171 "settings.account.deleteAccount": "Scrios cuntas", 171 "settings.account.deleteAccount": "Scrios cuntas",
172 "settings.account.deleteEmailSent": "Fuair tú ríomhphost chun scriosadh do chuntais a dheimhniú. Ní féidir do chuntas agus do chuid sonraí a thabhairt ar ais!", 172 "settings.account.deleteEmailSent": "Fuair tú ríomhphost chun scriosadh do chuntais a dheimhniú. Ní féidir do chuntas agus do chuid sonraí a thabhairt ar ais!",
173 "settings.account.deleteInfo": "Más rud é nár ghá cuntas Ferdi a bheith agat a thuilleadh, is féidir do chuntas agus gach sonraí riachtanach a scriosadh anseo.", 173 "settings.account.deleteInfo": "Más rud é nár ghá cuntas Ferdium a bheith agat a thuilleadh, is féidir do chuntas agus gach sonraí riachtanach a scriosadh anseo.",
174 "settings.account.headline": "Cuntas", 174 "settings.account.headline": "Cuntas",
175 "settings.account.headlineAccount": "Eolas faoin gcuntas", 175 "settings.account.headlineAccount": "Eolas faoin gcuntas",
176 "settings.account.headlineDangerZone": "Scrios cuntas", 176 "settings.account.headlineDangerZone": "Scrios cuntas",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Atriail", 181 "settings.account.tryReloadServices": "Atriail",
182 "settings.account.tryReloadUserInfoRequest": "Atriail", 182 "settings.account.tryReloadUserInfoRequest": "Atriail",
183 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil", 183 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Glan taisce", 186 "settings.app.buttonClearAllCache": "Glan taisce",
187 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú", 187 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe", 190 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe",
191 "settings.app.cacheInfo": "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.", 191 "settings.app.cacheInfo": "Tá taisce Ferdium ag baint úsáid as {size} den spás diosca.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Leagan reatha:", 194 "settings.app.currentVersion": "Leagan reatha:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra", 198 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra",
199 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdi ón tús", 199 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdium ón tús",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG", 207 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe", 212 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Teanga", 220 "settings.app.form.language": "Teanga",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais", 222 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdium chuig tráidire an chórais",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog", 229 "settings.app.form.runInBackground": "Coimeád Ferdium sa chúlra nuair a dhúntar an fhuinneog",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Teanga", 252 "settings.app.headlineLanguage": "Teanga",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Nuashonruithe", 254 "settings.app.headlineUpdates": "Nuashonruithe",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.", 260 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Taisce", 265 "settings.app.subheadlineCache": "Taisce",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Cabhraigh linn Ferdi a aistriú i do theanga.", 268 "settings.app.translationHelp": "Cabhraigh linn Ferdium a aistriú i do theanga.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...", 270 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdi", 272 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdium",
273 "settings.invite.headline": "Tabhair cuireadh do thriúr chara", 273 "settings.invite.headline": "Tabhair cuireadh do thriúr chara",
274 "settings.navigation.account": "Cuntas", 274 "settings.navigation.account": "Cuntas",
275 "settings.navigation.availableServices": "Seirbhísí le fáil", 275 "settings.navigation.availableServices": "Seirbhísí le fáil",
276 "settings.navigation.logout": "Logáil amach", 276 "settings.navigation.logout": "Logáil amach",
277 "settings.navigation.supportFerdi": "Faoi Ferdi", 277 "settings.navigation.supportFerdium": "Faoi Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Do sheirbhísí", 279 "settings.navigation.yourServices": "Do sheirbhísí",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Seirbhísí le fáil", 289 "settings.recipes.headline": "Seirbhísí le fáil",
290 "settings.recipes.missingService": "Seirbhís ar iarraidh?", 290 "settings.recipes.missingService": "Seirbhís ar iarraidh?",
291 "settings.recipes.mostPopular": "Is coitianta", 291 "settings.recipes.mostPopular": "Is coitianta",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil",
294 "settings.searchService": "Cuardaigh seirbhís", 294 "settings.searchService": "Cuardaigh seirbhís",
295 "settings.service.error.goBack": "Ar ais chuig seirbhísí", 295 "settings.service.error.goBack": "Ar ais chuig seirbhísí",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Sábháil seirbhís", 339 "settings.service.form.saveButton": "Sábháil seirbhís",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tachtar gach fuaim", 352 "settings.services.tooltip.isMuted": "Tachtar gach fuaim",
353 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe", 353 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe",
354 "settings.services.updatedInfo": "Sábháladh do chuid athruithe", 354 "settings.services.updatedInfo": "Sábháladh do chuid athruithe",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Faoi Ferdi", 357 "settings.supportFerdium.headline": "Faoi Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Foireann", 360 "settings.team.headline": "Foireann",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Atriail", 386 "settings.workspaces.tryReloadWorkspaces": "Atriail",
387 "settings.workspaces.updatedInfo": "Sábháladh do chuid athruithe", 387 "settings.workspaces.updatedInfo": "Sábháladh do chuid athruithe",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Cuir seirbhís nua leis", 394 "sidebar.addNewService": "Cuir seirbhís nua leis",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim", 398 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim", 401 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim",
402 "signup.email.label": "Seoladh ríomhphoist", 402 "signup.email.label": "Seoladh ríomhphoist",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Céadainm", 404 "signup.firstname.label": "Céadainm",
405 "signup.headline": "Cláraigh", 405 "signup.headline": "Cláraigh",
406 "signup.lastname.label": "Sloinne", 406 "signup.lastname.label": "Sloinne",
407 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdi glacann tú le", 407 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdium glacann tú le",
408 "signup.legal.privacy": "Ráiteas phríobháideachais", 408 "signup.legal.privacy": "Ráiteas phríobháideachais",
409 "signup.legal.terms": "Tearmaí seirbhíse", 409 "signup.legal.terms": "Tearmaí seirbhíse",
410 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?", 410 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "cuir in eagar", 441 "workspaceDrawer.item.contextMenuEdit": "cuir in eagar",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 119606669..871859654 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "בחר שירות עם מקש ה TAB, ↑ ו ↓. פתח שירות באמצעות מקש ה ENTER.", 20 "feature.quickSwitch.info": "בחר שירות עם מקש ה TAB, ↑ ו ↓. פתח שירות באמצעות מקש ה ENTER.",
21 "feature.quickSwitch.search": "חיפוש...", 21 "feature.quickSwitch.search": "חיפוש...",
22 "feature.quickSwitch.title": "החלפה מהירה", 22 "feature.quickSwitch.title": "החלפה מהירה",
23 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi", 23 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdium",
24 "global.cancel": "בטל", 24 "global.cancel": "בטל",
25 "global.edit": "ערוך", 25 "global.edit": "ערוך",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.", 27 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "יציאה", 29 "global.quit": "יציאה",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "הגדרות", 32 "global.settings": "הגדרות",
33 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})", 33 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "שחרור נעילה עם Touch ID", 65 "locked.touchIdPrompt": "שחרור נעילה עם Touch ID",
66 "locked.unlockWithPassword": "פתח באמצעות סיסמא", 66 "locked.unlockWithPassword": "פתח באמצעות סיסמא",
67 "login.changeServer": "החלף שרת", 67 "login.changeServer": "החלף שרת",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "כתובת דוא\"ל", 70 "login.email.label": "כתובת דוא\"ל",
71 "login.headline": "התחבר", 71 "login.headline": "התחבר",
@@ -121,9 +121,9 @@
121 "menu.view": "הצג", 121 "menu.view": "הצג",
122 "menu.view.back": "חזור", 122 "menu.view.back": "חזור",
123 "menu.view.forward": "קדימה", 123 "menu.view.forward": "קדימה",
124 "menu.view.lockFerdi": "נעל את פרדי", 124 "menu.view.lockFerdium": "נעל את פרדי",
125 "menu.view.openQuickSwitch": "פתח החלפה מהירה", 125 "menu.view.openQuickSwitch": "פתח החלפה מהירה",
126 "menu.view.reloadFerdi": "טען מחדש את פרדי", 126 "menu.view.reloadFerdium": "טען מחדש את פרדי",
127 "menu.view.reloadService": "טען מחדש את השירות", 127 "menu.view.reloadService": "טען מחדש את השירות",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "גודל אמיתי", 129 "menu.view.resetZoom": "גודל אמיתי",
@@ -162,15 +162,15 @@
162 "service.webviewLoader.loading": "טוען את {service}", 162 "service.webviewLoader.loading": "טוען את {service}",
163 "services.getStarted": "התחל", 163 "services.getStarted": "התחל",
164 "services.login": "אנא התחבר כדי להשתמש בפרדי.", 164 "services.login": "אנא התחבר כדי להשתמש בפרדי.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "השתמש בפרדי ללא חשבון", 166 "services.serverless": "השתמש בפרדי ללא חשבון",
167 "settings.account.account.editButton": "ערוך את החשבון", 167 "settings.account.account.editButton": "ערוך את החשבון",
168 "settings.account.accountUnavailable": "החשבון אינו זמין", 168 "settings.account.accountUnavailable": "החשבון אינו זמין",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "עדכן פרופיל", 170 "settings.account.buttonSave": "עדכן פרופיל",
171 "settings.account.deleteAccount": "מחק חשבון", 171 "settings.account.deleteAccount": "מחק חשבון",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "חשבון", 174 "settings.account.headline": "חשבון",
175 "settings.account.headlineAccount": "פרטי חשבון", 175 "settings.account.headlineAccount": "פרטי חשבון",
176 "settings.account.headlineDangerZone": "אזור מסוכן", 176 "settings.account.headlineDangerZone": "אזור מסוכן",
@@ -185,8 +185,8 @@
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "ניקוי המטמון", 186 "settings.app.buttonClearAllCache": "ניקוי המטמון",
187 "settings.app.buttonInstallUpdate": "הפעל מחדש והתקן עדכונים", 187 "settings.app.buttonInstallUpdate": "הפעל מחדש והתקן עדכונים",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "חפש עדכונים", 190 "settings.app.buttonSearchForUpdate": "חפש עדכונים",
191 "settings.app.cacheInfo": "פרדי משתמש כרגע ב {size} מתוך שטח הדיסק כזיכרון מטמון.", 191 "settings.app.cacheInfo": "פרדי משתמש כרגע ב {size} מתוך שטח הדיסק כזיכרון מטמון.",
192 "settings.app.cacheNotCleared": "לא ניתן לנקות את כל זיכרון המטמון", 192 "settings.app.cacheNotCleared": "לא ניתן לנקות את כל זיכרון המטמון",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "תמיד הצג את סרגל סביבות העבודה", 197 "settings.app.form.alwaysShowWorkspaces": "תמיד הצג את סרגל סביבות העבודה",
198 "settings.app.form.autoLaunchInBackground": "פתח ברקע", 198 "settings.app.form.autoLaunchInBackground": "פתח ברקע",
199 "settings.app.form.autoLaunchOnStart": "התחל את Ferdi עם המערכת", 199 "settings.app.form.autoLaunchOnStart": "התחל את Ferdium עם המערכת",
200 "settings.app.form.automaticUpdates": "אפשר עדכונים", 200 "settings.app.form.automaticUpdates": "אפשר עדכונים",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "שרת מותאם אישית לרשימת המשימות", 205 "settings.app.form.customTodoServer": "שרת מותאם אישית לרשימת המשימות",
206 "settings.app.form.darkMode": "אפשר מצב לילה", 206 "settings.app.form.darkMode": "אפשר מצב לילה",
207 "settings.app.form.enableGPUAcceleration": "אפשר האצת חומרה (GPU)", 207 "settings.app.form.enableGPUAcceleration": "אפשר האצת חומרה (GPU)",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "אפשר נעילה באמצעות סיסמא", 209 "settings.app.form.enableLock": "אפשר נעילה באמצעות סיסמא",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "הפעל בדיקת איות", 212 "settings.app.form.enableSpellchecking": "הפעל בדיקת איות",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "אפשר את רשימת המשימות של Ferdi", 214 "settings.app.form.enableTodos": "אפשר את רשימת המשימות של Ferdium",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "גודל סמל השירות", 217 "settings.app.form.iconSize": "גודל סמל השירות",
@@ -225,7 +225,7 @@
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "אל תציג את תוכן ההודעות בהתראה", 227 "settings.app.form.privateNotifications": "אל תציג את תוכן ההודעות בהתראה",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "שמור את פרדי פעילה ברקע כאשר סוגרים את החלון", 229 "settings.app.form.runInBackground": "שמור את פרדי פעילה ברקע כאשר סוגרים את החלון",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "אל", 231 "settings.app.form.scheduledDNDEnd": "אל",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "התחלה במצב ממוזער", 242 "settings.app.form.startMinimized": "התחלה במצב ממוזער",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,20 +252,20 @@
252 "settings.app.headlineLanguage": "שפה", 252 "settings.app.headlineLanguage": "שפה",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "עדכונים", 254 "settings.app.headlineUpdates": "עדכונים",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "סיסמא", 258 "settings.app.lockedPassword": "סיסמא",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "שינויים מצריכים הפעלה מחדש", 260 "settings.app.restartRequired": "שינויים מצריכים הפעלה מחדש",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "זיכרון מטמון", 265 "settings.app.subheadlineCache": "זיכרון מטמון",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
@@ -274,7 +274,7 @@
274 "settings.navigation.account": "חשבון", 274 "settings.navigation.account": "חשבון",
275 "settings.navigation.availableServices": "שירותים זמינים", 275 "settings.navigation.availableServices": "שירותים זמינים",
276 "settings.navigation.logout": "התנתק", 276 "settings.navigation.logout": "התנתק",
277 "settings.navigation.supportFerdi": "אודות פרדי", 277 "settings.navigation.supportFerdium": "אודות פרדי",
278 "settings.navigation.team": "נהל צוות", 278 "settings.navigation.team": "נהל צוות",
279 "settings.navigation.yourServices": "השירותים שלך", 279 "settings.navigation.yourServices": "השירותים שלך",
280 "settings.navigation.yourWorkspaces": "סביבות העבודה שלך", 280 "settings.navigation.yourWorkspaces": "סביבות העבודה שלך",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "שירותים זמינים", 289 "settings.recipes.headline": "שירותים זמינים",
290 "settings.recipes.missingService": "לא מוצא את השירות שלך?", 290 "settings.recipes.missingService": "לא מוצא את השירות שלך?",
291 "settings.recipes.mostPopular": "הפופולריים ביותר", 291 "settings.recipes.mostPopular": "הפופולריים ביותר",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "השירות נוסף בהצלחה", 293 "settings.recipes.servicesSuccessfulAddedInfo": "השירות נוסף בהצלחה",
294 "settings.searchService": "חפש שירות", 294 "settings.searchService": "חפש שירות",
295 "settings.service.error.goBack": "חזור לשירותים", 295 "settings.service.error.goBack": "חזור לשירותים",
@@ -329,7 +329,7 @@
329 "settings.service.form.openUserJs": "פתח את user.js", 329 "settings.service.form.openUserJs": "פתח את user.js",
330 "settings.service.form.proxy.headline": "הגדרות פרוקסי ל HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "הגדרות פרוקסי ל HTTP/HTTPS",
331 "settings.service.form.proxy.host": "מארח\\IP פרוקסי", 331 "settings.service.form.proxy.host": "מארח\\IP פרוקסי",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "השתמש בפרוקסי", 333 "settings.service.form.proxy.isEnabled": "השתמש בפרוקסי",
334 "settings.service.form.proxy.password": "סיסמה (אופציונלית)", 334 "settings.service.form.proxy.password": "סיסמה (אופציונלית)",
335 "settings.service.form.proxy.port": "פורט", 335 "settings.service.form.proxy.port": "פורט",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "כל הצלילים מושתקים", 352 "settings.services.tooltip.isMuted": "כל הצלילים מושתקים",
353 "settings.services.tooltip.notificationsDisabled": "ההתראות מושבתות", 353 "settings.services.tooltip.notificationsDisabled": "ההתראות מושבתות",
354 "settings.services.updatedInfo": "השינויים שלך נשמרו", 354 "settings.services.updatedInfo": "השינויים שלך נשמרו",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "אודות פרדי", 357 "settings.supportFerdium.headline": "אודות פרדי",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "צוות", 360 "settings.team.headline": "צוות",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "נהל את הצוות שלך ב meetfranz.com", 362 "settings.team.manageAction": "נהל את הצוות שלך ב meetfranz.com",
@@ -386,7 +386,7 @@
386 "settings.workspaces.tryReloadWorkspaces": "נסה שוב", 386 "settings.workspaces.tryReloadWorkspaces": "נסה שוב",
387 "settings.workspaces.updatedInfo": "השינויים שלך נשמרו", 387 "settings.workspaces.updatedInfo": "השינויים שלך נשמרו",
388 "settings.workspaces.workspaceFeatureHeadline": "פחות זה יותר: גאים להציג את סביבות העבודה של פרדי", 388 "settings.workspaces.workspaceFeatureHeadline": "פחות זה יותר: גאים להציג את סביבות העבודה של פרדי",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "לא ניתן לטעון את סביבות העבודה שלך", 390 "settings.workspaces.workspacesRequestFailed": "לא ניתן לטעון את סביבות העבודה שלך",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
@@ -394,7 +394,7 @@
394 "sidebar.addNewService": "הוסף שירות חדש", 394 "sidebar.addNewService": "הוסף שירות חדש",
395 "sidebar.closeTodosDrawer": "סגור את המשימות של פרדי", 395 "sidebar.closeTodosDrawer": "סגור את המשימות של פרדי",
396 "sidebar.closeWorkspaceDrawer": "סגור את סרגל סביבות העבודה", 396 "sidebar.closeWorkspaceDrawer": "סגור את סרגל סביבות העבודה",
397 "sidebar.lockFerdi": "נעל את פרדי", 397 "sidebar.lockFerdium": "נעל את פרדי",
398 "sidebar.muteApp": "כבה התראות ואודיו", 398 "sidebar.muteApp": "כבה התראות ואודיו",
399 "sidebar.openTodosDrawer": "פתח את המשימות של פרדי", 399 "sidebar.openTodosDrawer": "פתח את המשימות של פרדי",
400 "sidebar.openWorkspaceDrawer": "פתח את סרגל סביבות העבודה", 400 "sidebar.openWorkspaceDrawer": "פתח את סרגל סביבות העבודה",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "סביבות עבודה", 440 "workspaceDrawer.headline": "סביבות עבודה",
441 "workspaceDrawer.item.contextMenuEdit": "ערוך", 441 "workspaceDrawer.item.contextMenuEdit": "ערוך",
442 "workspaceDrawer.item.noServicesAddedYet": "לא נוספו שירותים…", 442 "workspaceDrawer.item.noServicesAddedYet": "לא נוספו שירותים…",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "הגדרות סביבת עבודה", 444 "workspaceDrawer.workspacesSettingsTooltip": "הגדרות סביבת עבודה",
445 "workspaces.switchingIndicator.switchingTo": "מעבר ל" 445 "workspaces.switchingIndicator.switchingTo": "מעבר ל"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/hi.json b/src/i18n/locales/hi.json
index f6b53d501..795c58365 100644
--- a/src/i18n/locales/hi.json
+++ b/src/i18n/locales/hi.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index e0f4ba86b..80cd8fe34 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -27,7 +27,7 @@
27 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ", 27 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Postavke", 32 "global.settings": "Postavke",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Nemoguće učitati servise i korisničke informacije", 50 "infobar.requiredRequestsFailed": "Nemoguće učitati servise i korisničke informacije",
51 "infobar.servicesUpdated": "Vaši servisi su ažurirani. ", 51 "infobar.servicesUpdated": "Vaši servisi su ažurirani. ",
52 "infobar.updateAvailable": "Novo ažuriranje Ferdi-a je dostupno. ", 52 "infobar.updateAvailable": "Novo ažuriranje Ferdium-a je dostupno. ",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Vaša e-adresa:", 54 "invite.email.label": "Vaša e-adresa:",
55 "invite.headline.friends": "Pozovite 3 vaša prijatelja ili kolege", 55 "invite.headline.friends": "Pozovite 3 vaša prijatelja ili kolege",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Vaša e-adresa:", 70 "login.email.label": "Vaša e-adresa:",
71 "login.headline": "Prijavite se", 71 "login.headline": "Prijavite se",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Izjava o privatnosti ", 110 "menu.help.privacy": "Izjava o privatnosti ",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Započnimo!", 163 "services.getStarted": "Započnimo!",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Uredi račun", 167 "settings.account.account.editButton": "Uredi račun",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Ažuriraj profil", 170 "settings.account.buttonSave": "Ažuriraj profil",
171 "settings.account.deleteAccount": "Izbrisati račun", 171 "settings.account.deleteAccount": "Izbrisati račun",
172 "settings.account.deleteEmailSent": "Dobili ste email s linkom putem kojeg ćete potvrditi brisanje računa. Vaš račun i podatke neće biti moguće vratiti. ", 172 "settings.account.deleteEmailSent": "Dobili ste email s linkom putem kojeg ćete potvrditi brisanje računa. Vaš račun i podatke neće biti moguće vratiti. ",
173 "settings.account.deleteInfo": "Ako više ne trebate Ferdi račun, ovdje možete obrisati sve vezane podatke kao i račun.", 173 "settings.account.deleteInfo": "Ako više ne trebate Ferdium račun, ovdje možete obrisati sve vezane podatke kao i račun.",
174 "settings.account.headline": "Korisnički račun", 174 "settings.account.headline": "Korisnički račun",
175 "settings.account.headlineAccount": "Informacije o računu", 175 "settings.account.headlineAccount": "Informacije o računu",
176 "settings.account.headlineDangerZone": "Opasnost", 176 "settings.account.headlineDangerZone": "Opasnost",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Pokušajte ponovno", 181 "settings.account.tryReloadServices": "Pokušajte ponovno",
182 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno", 182 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno",
183 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku", 183 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Očisti memoriju", 186 "settings.app.buttonClearAllCache": "Očisti memoriju",
187 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje", 187 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja", 190 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja",
191 "settings.app.cacheInfo": "Ferdi predmemorija trenutno koristi {size} prostora na disku", 191 "settings.app.cacheInfo": "Ferdium predmemorija trenutno koristi {size} prostora na disku",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Trenutna verzija:", 194 "settings.app.currentVersion": "Trenutna verzija:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini", 198 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini",
199 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom", 199 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdium sa sistemom",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 212 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -225,7 +225,7 @@
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren", 229 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,19 +252,19 @@
252 "settings.app.headlineLanguage": "Jezik", 252 "settings.app.headlineLanguage": "Jezik",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Nadogradnje", 254 "settings.app.headlineUpdates": "Nadogradnje",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon", 260 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Predmemorija", 265 "settings.app.subheadlineCache": "Predmemorija",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ", 268 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...", 270 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...",
@@ -274,7 +274,7 @@
274 "settings.navigation.account": "Korisnički račun", 274 "settings.navigation.account": "Korisnički račun",
275 "settings.navigation.availableServices": "Dostupne usluge", 275 "settings.navigation.availableServices": "Dostupne usluge",
276 "settings.navigation.logout": "Odjava", 276 "settings.navigation.logout": "Odjava",
277 "settings.navigation.supportFerdi": "O aplikaciji", 277 "settings.navigation.supportFerdium": "O aplikaciji",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Vaše usluge", 279 "settings.navigation.yourServices": "Vaše usluge",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Dostupne usluge", 289 "settings.recipes.headline": "Dostupne usluge",
290 "settings.recipes.missingService": "Da li neki servis nedostaje?", 290 "settings.recipes.missingService": "Da li neki servis nedostaje?",
291 "settings.recipes.mostPopular": "Najpopularniji", 291 "settings.recipes.mostPopular": "Najpopularniji",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana. ",
294 "settings.searchService": "Potraži servis", 294 "settings.searchService": "Potraži servis",
295 "settings.service.error.goBack": "Nazad do servisa", 295 "settings.service.error.goBack": "Nazad do servisa",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Sačuvaj uslugu/e", 339 "settings.service.form.saveButton": "Sačuvaj uslugu/e",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni. ", 352 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni. ",
353 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.", 353 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.",
354 "settings.services.updatedInfo": "Vaše promjene su spremljene", 354 "settings.services.updatedInfo": "Vaše promjene su spremljene",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "O aplikaciji", 357 "settings.supportFerdium.headline": "O aplikaciji",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Tim", 360 "settings.team.headline": "Tim",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno", 386 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno",
387 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene", 387 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Dodajte novu uslugu", 394 "sidebar.addNewService": "Dodajte novu uslugu",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Ugasi obavijesti i zvuk", 398 "sidebar.muteApp": "Ugasi obavijesti i zvuk",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Omogući obavijesti i zvuk", 401 "sidebar.unmuteApp": "Omogući obavijesti i zvuk",
402 "signup.email.label": "Vaša e-adresa:", 402 "signup.email.label": "Vaša e-adresa:",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Ime", 404 "signup.firstname.label": "Ime",
405 "signup.headline": "Prijava", 405 "signup.headline": "Prijava",
406 "signup.lastname.label": "Prezime", 406 "signup.lastname.label": "Prezime",
407 "signup.legal.info": "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama:", 407 "signup.legal.info": "Prilikom stvaranja Ferdium računa, slažete se sa sljedećim stavkama:",
408 "signup.legal.privacy": "Izjava o privatnosti ", 408 "signup.legal.privacy": "Izjava o privatnosti ",
409 "signup.legal.terms": "Uvjeti korištenja", 409 "signup.legal.terms": "Uvjeti korištenja",
410 "signup.link.login": "Imate račun? Prijavite se.", 410 "signup.link.login": "Imate račun? Prijavite se.",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "uredi", 441 "workspaceDrawer.item.contextMenuEdit": "uredi",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 4fb5f2d83..59e70eba9 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Szerver megváltoztatása", 5 "changeserver.headline": "Szerver megváltoztatása",
6 "changeserver.label": "Szerver", 6 "changeserver.label": "Szerver",
7 "changeserver.urlError": "Adjon meg egy érvényes URL-t", 7 "changeserver.urlError": "Adjon meg egy érvényes URL-t",
8 "changeserver.warning": "A Ferdi által kínált extra beállítások nem kerülnek mentésre", 8 "changeserver.warning": "A Ferdium által kínált extra beállítások nem kerülnek mentésre",
9 "connectionLostBanner.cta": "Szolgáltatás újraindítása", 9 "connectionLostBanner.cta": "Szolgáltatás újraindítása",
10 "connectionLostBanner.informationLink": "Mi történt?", 10 "connectionLostBanner.informationLink": "Mi történt?",
11 "connectionLostBanner.message": "Ja ne! Ferdi nem tud kapcsolodni {name}-hez.", 11 "connectionLostBanner.message": "Ja ne! Ferdium nem tud kapcsolodni {name}-hez.",
12 "feature.basicAuth.signIn": "Bejelentkezés", 12 "feature.basicAuth.signIn": "Bejelentkezés",
13 "feature.publishDebugInfo.error": "Hiba történt a hibakeresési napló publikálása közben. Kérem próbálja meg később.", 13 "feature.publishDebugInfo.error": "Hiba történt a hibakeresési napló publikálása közben. Kérem próbálja meg később.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Adatvédelmi szabályzat", 15 "feature.publishDebugInfo.privacy": "Adatvédelmi szabályzat",
16 "feature.publishDebugInfo.publish": "Elfogadás és közzététel", 16 "feature.publishDebugInfo.publish": "Elfogadás és közzététel",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Keresés...", 21 "feature.quickSwitch.search": "Keresés...",
22 "feature.quickSwitch.title": "Gyorsváltó", 22 "feature.quickSwitch.title": "Gyorsváltó",
23 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz", 23 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdium online szolgáltatáshoz",
24 "global.cancel": "Mégsem", 24 "global.cancel": "Mégsem",
25 "global.edit": "Szerkesztés", 25 "global.edit": "Szerkesztés",
26 "global.no": "Nem", 26 "global.no": "Nem",
27 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.", 27 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Kilépés", 29 "global.quit": "Kilépés",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Beállítások", 32 "global.settings": "Beállítások",
33 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})", 33 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Importáld szolgáltatásaidat a Ferdi 4-ből", 41 "import.headline": "Importáld szolgáltatásaidat a Ferdium 4-ből",
42 "import.notSupportedHeadline": "Még nem támogatott szolgáltatások a Ferdi 5-ben", 42 "import.notSupportedHeadline": "Még nem támogatott szolgáltatások a Ferdium 5-ben",
43 "import.skip.label": "Manuálisan szeretném hozzáadni a szolgáltatásokat", 43 "import.skip.label": "Manuálisan szeretném hozzáadni a szolgáltatásokat",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Elrejt", 49 "infobar.hide": "Elrejt",
50 "infobar.requiredRequestsFailed": "Szolgáltatások és felhasználói információk nem tölthetők be", 50 "infobar.requiredRequestsFailed": "Szolgáltatások és felhasználói információk nem tölthetők be",
51 "infobar.servicesUpdated": "A szolgáltatások frissítésre kerültek.", 51 "infobar.servicesUpdated": "A szolgáltatások frissítésre kerültek.",
52 "infobar.updateAvailable": "Új frissítés érhető el a Ferdi-hoz.", 52 "infobar.updateAvailable": "Új frissítés érhető el a Ferdium-hoz.",
53 "infobox.dismiss": "Mégsem", 53 "infobox.dismiss": "Mégsem",
54 "invite.email.label": "Email cím", 54 "invite.email.label": "Email cím",
55 "invite.headline.friends": "Hívd meg 3 barátodat vagy kollégádat", 55 "invite.headline.friends": "Hívd meg 3 barátodat vagy kollégádat",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "feloldás ujjlenyomattal", 65 "locked.touchIdPrompt": "feloldás ujjlenyomattal",
66 "locked.unlockWithPassword": "Feloldás jelszóval", 66 "locked.unlockWithPassword": "Feloldás jelszóval",
67 "login.changeServer": "Szerver megváltoztatása", 67 "login.changeServer": "Szerver megváltoztatása",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email cím", 70 "login.email.label": "Email cím",
71 "login.headline": "Bejelentkezés", 71 "login.headline": "Bejelentkezés",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Változások listája", 104 "menu.help.changelog": "Változások listája",
105 "menu.help.debugInfo": "Hibajelentés másolása", 105 "menu.help.debugInfo": "Hibajelentés másolása",
106 "menu.help.debugInfoCopiedBody": "A Hibajelentést a vágólapra másoltuk.", 106 "menu.help.debugInfoCopiedBody": "A Hibajelentést a vágólapra másoltuk.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Hibajelentés", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Hibajelentés",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Tudjon meg többet", 109 "menu.help.learnMore": "Tudjon meg többet",
110 "menu.help.privacy": "Adatvédelmi Nyilatkozatot", 110 "menu.help.privacy": "Adatvédelmi Nyilatkozatot",
@@ -121,9 +121,9 @@
121 "menu.view": "Nézet", 121 "menu.view": "Nézet",
122 "menu.view.back": "Vissza", 122 "menu.view.back": "Vissza",
123 "menu.view.forward": "Előre", 123 "menu.view.forward": "Előre",
124 "menu.view.lockFerdi": "Ferdi bezárása", 124 "menu.view.lockFerdium": "Ferdium bezárása",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Ferdi újratöltése", 126 "menu.view.reloadFerdium": "Ferdium újratöltése",
127 "menu.view.reloadService": "Szolgáltatás újraindítása", 127 "menu.view.reloadService": "Szolgáltatás újraindítása",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Tényleges méret", 129 "menu.view.resetZoom": "Tényleges méret",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} nem tudott betöltődni.", 161 "service.errorHandler.text": "{name} nem tudott betöltődni.",
162 "service.webviewLoader.loading": "{service} betöltése", 162 "service.webviewLoader.loading": "{service} betöltése",
163 "services.getStarted": "Kezdj hozzá", 163 "services.getStarted": "Kezdj hozzá",
164 "services.login": "Kérlek, lépj be a Ferdi használatához.", 164 "services.login": "Kérlek, lépj be a Ferdium használatához.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Fiók szerkesztése", 167 "settings.account.account.editButton": "Fiók szerkesztése",
168 "settings.account.accountUnavailable": "A Fiók nem érhető el", 168 "settings.account.accountUnavailable": "A Fiók nem érhető el",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Profil frissítése", 170 "settings.account.buttonSave": "Profil frissítése",
171 "settings.account.deleteAccount": "Fiók törlése", 171 "settings.account.deleteAccount": "Fiók törlése",
172 "settings.account.deleteEmailSent": "A fiókod törléséhez egy e-mailt küldtük a törlést megerősítő linkkel. A linkre kattintást követően a fiókod és az adatait már nem állíthatók vissza többé!", 172 "settings.account.deleteEmailSent": "A fiókod törléséhez egy e-mailt küldtük a törlést megerősítő linkkel. A linkre kattintást követően a fiókod és az adatait már nem állíthatók vissza többé!",
173 "settings.account.deleteInfo": "Ha még nem szeretnéd fenntartani a Ferdi-fiókodat, akkor itt törölheted minden hozzá kapcsolódó adattal együtt.", 173 "settings.account.deleteInfo": "Ha még nem szeretnéd fenntartani a Ferdium-fiókodat, akkor itt törölheted minden hozzá kapcsolódó adattal együtt.",
174 "settings.account.headline": "Fiók", 174 "settings.account.headline": "Fiók",
175 "settings.account.headlineAccount": "Fiókinformációk", 175 "settings.account.headlineAccount": "Fiókinformációk",
176 "settings.account.headlineDangerZone": "Veszélyes terület", 176 "settings.account.headlineDangerZone": "Veszélyes terület",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Próbáld újra", 181 "settings.account.tryReloadServices": "Próbáld újra",
182 "settings.account.tryReloadUserInfoRequest": "Próbáld újra", 182 "settings.account.tryReloadUserInfoRequest": "Próbáld újra",
183 "settings.account.userInfoRequestFailed": "A felhasználói adatok betöltése sikertelen", 183 "settings.account.userInfoRequestFailed": "A felhasználói adatok betöltése sikertelen",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Gyorsítótár törlése", 186 "settings.app.buttonClearAllCache": "Gyorsítótár törlése",
187 "settings.app.buttonInstallUpdate": "Újraindítás és frissítés telepítése", 187 "settings.app.buttonInstallUpdate": "Újraindítás és frissítés telepítése",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Frissítések keresése", 190 "settings.app.buttonSearchForUpdate": "Frissítések keresése",
191 "settings.app.cacheInfo": "A Ferdi gyorsítótár jelenleg {size} lemezterületet használ.", 191 "settings.app.cacheInfo": "A Ferdium gyorsítótár jelenleg {size} lemezterületet használ.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Beállítások bezárása", 193 "settings.app.closeSettings": "Beállítások bezárása",
194 "settings.app.currentVersion": "Aktuális verzió:", 194 "settings.app.currentVersion": "Aktuális verzió:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Megnyitás háttérben", 198 "settings.app.form.autoLaunchInBackground": "Megnyitás háttérben",
199 "settings.app.form.autoLaunchOnStart": "Ferdi betöltése indításkor", 199 "settings.app.form.autoLaunchOnStart": "Ferdium betöltése indításkor",
200 "settings.app.form.automaticUpdates": "Frissítés engedélyezése", 200 "settings.app.form.automaticUpdates": "Frissítés engedélyezése",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Sötét mód engedélyezése", 206 "settings.app.form.darkMode": "Sötét mód engedélyezése",
207 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése", 207 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Jelszavas zár engedélyezése", 209 "settings.app.form.enableLock": "Jelszavas zár engedélyezése",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése", 212 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása", 214 "settings.app.form.enableTodos": "Ferdium Tennivalók bekapcsolása",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Szolgáltatás ikon méret", 217 "settings.app.form.iconSize": "Szolgáltatás ikon méret",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Nyelv", 220 "settings.app.form.language": "Nyelv",
221 "settings.app.form.lockPassword": "Jelszó", 221 "settings.app.form.lockPassword": "Jelszó",
222 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára", 222 "settings.app.form.minimizeToSystemTray": "Ferdium kicsinyítése a tálcára",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Jelszó bekapcsolás", 225 "settings.app.form.passwordToggle": "Jelszó bekapcsolás",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Ferdi fusson a háttérben az ablak bezárásakor", 229 "settings.app.form.runInBackground": "Ferdium fusson a háttérben az ablak bezárásakor",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "Címzett", 231 "settings.app.form.scheduledDNDEnd": "Címzett",
232 "settings.app.form.scheduledDNDStart": "Feladó", 232 "settings.app.form.scheduledDNDStart": "Feladó",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Indítás minimalizálva", 242 "settings.app.form.startMinimized": "Indítás minimalizálva",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Nyelv", 252 "settings.app.headlineLanguage": "Nyelv",
253 "settings.app.headlinePrivacy": "Biztonság", 253 "settings.app.headlinePrivacy": "Biztonság",
254 "settings.app.headlineUpdates": "Frissítések", 254 "settings.app.headlineUpdates": "Frissítések",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Jelszó", 258 "settings.app.lockedPassword": "Jelszó",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Újraindítást igénylő módosítás", 260 "settings.app.restartRequired": "Újraindítást igénylő módosítás",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Gyorsítótár", 265 "settings.app.subheadlineCache": "Gyorsítótár",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profil", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profil",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Segíts nekünk a Ferdi-ot lefordítani a nyelvedre.", 268 "settings.app.translationHelp": "Segíts nekünk a Ferdium-ot lefordítani a nyelvedre.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Frissítés elérhető, letöltés folyamatban...", 270 "settings.app.updateStatusAvailable": "Frissítés elérhető, letöltés folyamatban...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "A Ferdi legfrissebb verzióját használod", 272 "settings.app.updateStatusUpToDate": "A Ferdium legfrissebb verzióját használod",
273 "settings.invite.headline": "Barátok meghívása", 273 "settings.invite.headline": "Barátok meghívása",
274 "settings.navigation.account": "Fiók", 274 "settings.navigation.account": "Fiók",
275 "settings.navigation.availableServices": "Elérhető szolgáltatások", 275 "settings.navigation.availableServices": "Elérhető szolgáltatások",
276 "settings.navigation.logout": "Kijelentkezés", 276 "settings.navigation.logout": "Kijelentkezés",
277 "settings.navigation.supportFerdi": "Névjegy", 277 "settings.navigation.supportFerdium": "Névjegy",
278 "settings.navigation.team": "Csapat kezelése", 278 "settings.navigation.team": "Csapat kezelése",
279 "settings.navigation.yourServices": "Szolgáltatásaid", 279 "settings.navigation.yourServices": "Szolgáltatásaid",
280 "settings.navigation.yourWorkspaces": "Munkaterületeid", 280 "settings.navigation.yourWorkspaces": "Munkaterületeid",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Elérhető szolgáltatások", 289 "settings.recipes.headline": "Elérhető szolgáltatások",
290 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?", 290 "settings.recipes.missingService": "Hiányzik egy szolgáltatás?",
291 "settings.recipes.mostPopular": "Legnépszerűbb", 291 "settings.recipes.mostPopular": "Legnépszerűbb",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Szolgáltatás sikeresen hozzáadva",
294 "settings.searchService": "Szolgáltatások keresése", 294 "settings.searchService": "Szolgáltatások keresése",
295 "settings.service.error.goBack": "Vissza a szolgáltatásokhoz", 295 "settings.service.error.goBack": "Vissza a szolgáltatásokhoz",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "User.js megnyitása", 329 "settings.service.form.openUserJs": "User.js megnyitása",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy beállítások", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy beállítások",
331 "settings.service.form.proxy.host": "Proxy hoszt/IP", 331 "settings.service.form.proxy.host": "Proxy hoszt/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Proxy használata", 333 "settings.service.form.proxy.isEnabled": "Proxy használata",
334 "settings.service.form.proxy.password": "Jelszó (opcionális)", 334 "settings.service.form.proxy.password": "Jelszó (opcionális)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Kérjük indítsd újra a Ferdi-ot a proxy beállítások megváltoztatása után.", 336 "settings.service.form.proxy.restartInfo": "Kérjük indítsd újra a Ferdium-ot a proxy beállítások megváltoztatása után.",
337 "settings.service.form.proxy.user": "Felhasználó (opcionális)", 337 "settings.service.form.proxy.user": "Felhasználó (opcionális)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Szolgáltatás mentése", 339 "settings.service.form.saveButton": "Szolgáltatás mentése",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Minden hang lenémítva", 352 "settings.services.tooltip.isMuted": "Minden hang lenémítva",
353 "settings.services.tooltip.notificationsDisabled": "Értesítések letiltva", 353 "settings.services.tooltip.notificationsDisabled": "Értesítések letiltva",
354 "settings.services.updatedInfo": "A módosításokat elmentettük", 354 "settings.services.updatedInfo": "A módosításokat elmentettük",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Névjegy", 357 "settings.supportFerdium.headline": "Névjegy",
358 "settings.team.contentHeadline": "Franz Csapatkezelés", 358 "settings.team.contentHeadline": "Franz Csapatkezelés",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Csapat", 360 "settings.team.headline": "Csapat",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Csapat kezelése a meetfranz.com-on", 362 "settings.team.manageAction": "Csapat kezelése a meetfranz.com-on",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Próbáld újra", 386 "settings.workspaces.tryReloadWorkspaces": "Próbáld újra",
387 "settings.workspaces.updatedInfo": "A módosításokat elmentettük", 387 "settings.workspaces.updatedInfo": "A módosításokat elmentettük",
388 "settings.workspaces.workspaceFeatureHeadline": "A kevesebb több: Bemutatjuk a Ferdi Munkaterületeket", 388 "settings.workspaces.workspaceFeatureHeadline": "A kevesebb több: Bemutatjuk a Ferdium Munkaterületeket",
389 "settings.workspaces.workspaceFeatureInfo": "A Ferdi Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor. Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.", 389 "settings.workspaces.workspaceFeatureInfo": "A Ferdium Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor. Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.",
390 "settings.workspaces.workspacesRequestFailed": "Nem sikerült betölteni a munkaterületeket", 390 "settings.workspaces.workspacesRequestFailed": "Nem sikerült betölteni a munkaterületeket",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Vágjunk bele", 393 "setupAssistant.submit.label": "Vágjunk bele",
394 "sidebar.addNewService": "Szolgáltatás hozzáadása", 394 "sidebar.addNewService": "Szolgáltatás hozzáadása",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Munkaterület panel bezárása", 396 "sidebar.closeWorkspaceDrawer": "Munkaterület panel bezárása",
397 "sidebar.lockFerdi": "Ferdi bezárása", 397 "sidebar.lockFerdium": "Ferdium bezárása",
398 "sidebar.muteApp": "Értesítések és hangok letiltása", 398 "sidebar.muteApp": "Értesítések és hangok letiltása",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Munkaterület panel kinyitása", 400 "sidebar.openWorkspaceDrawer": "Munkaterület panel kinyitása",
401 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése", 401 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése",
402 "signup.email.label": "Email cím", 402 "signup.email.label": "Email cím",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Keresztnév", 404 "signup.firstname.label": "Keresztnév",
405 "signup.headline": "Regisztráció", 405 "signup.headline": "Regisztráció",
406 "signup.lastname.label": "Vezetéknév", 406 "signup.lastname.label": "Vezetéknév",
407 "signup.legal.info": "A Ferdi fiók létrehozásával elfogadod az", 407 "signup.legal.info": "A Ferdium fiók létrehozásával elfogadod az",
408 "signup.legal.privacy": "Adatvédelmi Nyilatkozatot", 408 "signup.legal.privacy": "Adatvédelmi Nyilatkozatot",
409 "signup.legal.terms": "Felhasználási Feltételeket", 409 "signup.legal.terms": "Felhasználási Feltételeket",
410 "signup.link.login": "Már van fiókod? Lépj be!", 410 "signup.link.login": "Már van fiókod? Lépj be!",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Munkaterületek", 440 "workspaceDrawer.headline": "Munkaterületek",
441 "workspaceDrawer.item.contextMenuEdit": "szerkeszt", 441 "workspaceDrawer.item.contextMenuEdit": "szerkeszt",
442 "workspaceDrawer.item.noServicesAddedYet": "Még nincsenek hozzáadott szolgáltatások", 442 "workspaceDrawer.item.noServicesAddedYet": "Még nincsenek hozzáadott szolgáltatások",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>A Ferdi Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor.</p><p>Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>A Ferdium Munkaterületek lehetővé teszik, hogy összpontosíts a jelenleg fontos dolgokra. Állítsd be a különböző szolgáltatáskészleteket és könnyedén válthatsz közöttük bármikor.</p><p>Te döntöd el, hogy mely szolgáltatásokra van szükséged, mikor és hol, így segíthetünk abban, hogy a teljesítményed csúcsán maradhass, vagy ha csak akarod, egyszerűen kikapcsold a munkával kapcsolatos dolgokat.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Munkaterület beállítások szerkesztése", 444 "workspaceDrawer.workspacesSettingsTooltip": "Munkaterület beállítások szerkesztése",
445 "workspaces.switchingIndicator.switchingTo": "Váltás" 445 "workspaces.switchingIndicator.switchingTo": "Váltás"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 3f8e9007a..ba3b1b815 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Ganti server", 5 "changeserver.headline": "Ganti server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Isi URL yang valid", 7 "changeserver.urlError": "Isi URL yang valid",
8 "changeserver.warning": "Pengaturan tambahan dari Ferdi tidak akan tersimpan", 8 "changeserver.warning": "Pengaturan tambahan dari Ferdium tidak akan tersimpan",
9 "connectionLostBanner.cta": "Muat ulang Layanan", 9 "connectionLostBanner.cta": "Muat ulang Layanan",
10 "connectionLostBanner.informationLink": "Ada apa ini?", 10 "connectionLostBanner.informationLink": "Ada apa ini?",
11 "connectionLostBanner.message": "Yah! Ferdi terputus dari {name}.", 11 "connectionLostBanner.message": "Yah! Ferdium terputus dari {name}.",
12 "feature.basicAuth.signIn": "Masuk", 12 "feature.basicAuth.signIn": "Masuk",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi", 23 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdium",
24 "global.cancel": "Batalkan", 24 "global.cancel": "Batalkan",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.", 27 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.",
28 "global.ok": "Oke", 28 "global.ok": "Oke",
29 "global.quit": "Keluar", 29 "global.quit": "Keluar",
30 "global.quitConfirmation": "Apakah kamu yakin ingin keluar dari Ferdi?", 30 "global.quitConfirmation": "Apakah kamu yakin ingin keluar dari Ferdium?",
31 "global.save": "Simpan", 31 "global.save": "Simpan",
32 "global.settings": "Pengaturan", 32 "global.settings": "Pengaturan",
33 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})", 33 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Ya", 40 "global.yes": "Ya",
41 "import.headline": "Impor layanan Ferdi 4 Anda", 41 "import.headline": "Impor layanan Ferdium 4 Anda",
42 "import.notSupportedHeadline": "Layanan belum didukung di Ferdi 5", 42 "import.notSupportedHeadline": "Layanan belum didukung di Ferdium 5",
43 "import.skip.label": "Saya ingin menambahkan layanan secara manual", 43 "import.skip.label": "Saya ingin menambahkan layanan secara manual",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Sembunyikan", 49 "infobar.hide": "Sembunyikan",
50 "infobar.requiredRequestsFailed": "Gagal memuat layanan dan informasi pengguna", 50 "infobar.requiredRequestsFailed": "Gagal memuat layanan dan informasi pengguna",
51 "infobar.servicesUpdated": "Layanan Anda telah diperbarui", 51 "infobar.servicesUpdated": "Layanan Anda telah diperbarui",
52 "infobar.updateAvailable": "Versi baru Ferdi tersedia.", 52 "infobar.updateAvailable": "Versi baru Ferdium tersedia.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Alamat email", 54 "invite.email.label": "Alamat email",
55 "invite.headline.friends": "Undang 3 teman atau kolega Anda", 55 "invite.headline.friends": "Undang 3 teman atau kolega Anda",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Ganti server", 67 "login.changeServer": "Ganti server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Alamat email", 70 "login.email.label": "Alamat email",
71 "login.headline": "Masuk", 71 "login.headline": "Masuk",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Sesi Anda telah berakhir, silakan masuk kembali.", 78 "login.tokenExpired": "Sesi Anda telah berakhir, silakan masuk kembali.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "Tentang Ferdi", 81 "menu.app.about": "Tentang Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Periksa versi baru", 83 "menu.app.checkForUpdates": "Periksa versi baru",
84 "menu.app.hide": "Sembunyikan", 84 "menu.app.hide": "Sembunyikan",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Log Perubahan", 104 "menu.help.changelog": "Log Perubahan",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Pelajari Lebih Lanjut", 109 "menu.help.learnMore": "Pelajari Lebih Lanjut",
110 "menu.help.privacy": "Pernyataan Privasi", 110 "menu.help.privacy": "Pernyataan Privasi",
@@ -121,9 +121,9 @@
121 "menu.view": "Tampilan", 121 "menu.view": "Tampilan",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Muat Ulang Ferdi", 126 "menu.view.reloadFerdium": "Muat Ulang Ferdium",
127 "menu.view.reloadService": "Muat ulang Layanan", 127 "menu.view.reloadService": "Muat ulang Layanan",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Ukuran Sebenarnya", 129 "menu.view.resetZoom": "Ukuran Sebenarnya",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} gagal dimuat", 161 "service.errorHandler.text": "{name} gagal dimuat",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Memulai", 163 "services.getStarted": "Memulai",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit akun", 167 "settings.account.account.editButton": "Edit akun",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Perbarui profil", 170 "settings.account.buttonSave": "Perbarui profil",
171 "settings.account.deleteAccount": "Hapus akun", 171 "settings.account.deleteAccount": "Hapus akun",
172 "settings.account.deleteEmailSent": "Anda menerima email dengan tautan untuk mengonfirmasi penghapusan akun. Akun dan data Anda tidak bisa dipulihkan!", 172 "settings.account.deleteEmailSent": "Anda menerima email dengan tautan untuk mengonfirmasi penghapusan akun. Akun dan data Anda tidak bisa dipulihkan!",
173 "settings.account.deleteInfo": "Jika Anda tidak membutuhkan akun Ferdi lagi, Anda bisa menghapus akun dan semua data terkait di sini.", 173 "settings.account.deleteInfo": "Jika Anda tidak membutuhkan akun Ferdium lagi, Anda bisa menghapus akun dan semua data terkait di sini.",
174 "settings.account.headline": "Akun", 174 "settings.account.headline": "Akun",
175 "settings.account.headlineAccount": "Informasi akun", 175 "settings.account.headlineAccount": "Informasi akun",
176 "settings.account.headlineDangerZone": "Wilayah Berbahaya", 176 "settings.account.headlineDangerZone": "Wilayah Berbahaya",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Coba lagi", 181 "settings.account.tryReloadServices": "Coba lagi",
182 "settings.account.tryReloadUserInfoRequest": "Coba lagi", 182 "settings.account.tryReloadUserInfoRequest": "Coba lagi",
183 "settings.account.userInfoRequestFailed": "Gagal memuat informasi pengguna", 183 "settings.account.userInfoRequestFailed": "Gagal memuat informasi pengguna",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Bersihkan singgahan", 186 "settings.app.buttonClearAllCache": "Bersihkan singgahan",
187 "settings.app.buttonInstallUpdate": "Mulai ulang & instal pembaruan", 187 "settings.app.buttonInstallUpdate": "Mulai ulang & instal pembaruan",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Periksa versi baru", 190 "settings.app.buttonSearchForUpdate": "Periksa versi baru",
191 "settings.app.cacheInfo": "Singgahan Ferdi sedang menggunakan ruang disk {size}.", 191 "settings.app.cacheInfo": "Singgahan Ferdium sedang menggunakan ruang disk {size}.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Versi saat ini:", 194 "settings.app.currentVersion": "Versi saat ini:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Buka di latar belakang", 198 "settings.app.form.autoLaunchInBackground": "Buka di latar belakang",
199 "settings.app.form.autoLaunchOnStart": "Jalankan Ferdi saat komputer dimulai", 199 "settings.app.form.autoLaunchOnStart": "Jalankan Ferdium saat komputer dimulai",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Aktifkan Mode Gelap", 206 "settings.app.form.darkMode": "Aktifkan Mode Gelap",
207 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU", 207 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan", 212 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Bahasa", 220 "settings.app.form.language": "Bahasa",
221 "settings.app.form.lockPassword": "Kata Sandi", 221 "settings.app.form.lockPassword": "Kata Sandi",
222 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem", 222 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdium ke baki sistem",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Tetap jalankan Ferdi di latar belakang saat menutup jendela", 229 "settings.app.form.runInBackground": "Tetap jalankan Ferdium di latar belakang saat menutup jendela",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Bahasa", 252 "settings.app.headlineLanguage": "Bahasa",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Versi Baru", 254 "settings.app.headlineUpdates": "Versi Baru",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Kata Sandi", 258 "settings.app.lockedPassword": "Kata Sandi",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang", 260 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Singgahan", 265 "settings.app.subheadlineCache": "Singgahan",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Bantu kami menerjemahkan Ferdi ke bahasa Anda.", 268 "settings.app.translationHelp": "Bantu kami menerjemahkan Ferdium ke bahasa Anda.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Versi baru tersedia, mengunduh...", 270 "settings.app.updateStatusAvailable": "Versi baru tersedia, mengunduh...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Anda sedang menggunakan versi terbaru Ferdi", 272 "settings.app.updateStatusUpToDate": "Anda sedang menggunakan versi terbaru Ferdium",
273 "settings.invite.headline": "Undang Teman", 273 "settings.invite.headline": "Undang Teman",
274 "settings.navigation.account": "Akun", 274 "settings.navigation.account": "Akun",
275 "settings.navigation.availableServices": "Layanan tersedia", 275 "settings.navigation.availableServices": "Layanan tersedia",
276 "settings.navigation.logout": "Keluar", 276 "settings.navigation.logout": "Keluar",
277 "settings.navigation.supportFerdi": "Tentang Ferdi", 277 "settings.navigation.supportFerdium": "Tentang Ferdium",
278 "settings.navigation.team": "Kelola Tim", 278 "settings.navigation.team": "Kelola Tim",
279 "settings.navigation.yourServices": "Layanan Anda", 279 "settings.navigation.yourServices": "Layanan Anda",
280 "settings.navigation.yourWorkspaces": "Ruang kerja Anda", 280 "settings.navigation.yourWorkspaces": "Ruang kerja Anda",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Layanan tersedia", 289 "settings.recipes.headline": "Layanan tersedia",
290 "settings.recipes.missingService": "Layanan tidak tersedia?", 290 "settings.recipes.missingService": "Layanan tidak tersedia?",
291 "settings.recipes.mostPopular": "Terpopuler", 291 "settings.recipes.mostPopular": "Terpopuler",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan",
294 "settings.searchService": "Cari layanan", 294 "settings.searchService": "Cari layanan",
295 "settings.service.error.goBack": "Kembali ke layanan", 295 "settings.service.error.goBack": "Kembali ke layanan",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "Pengaturan Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Pengaturan Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Host/IP Proksi", 331 "settings.service.form.proxy.host": "Host/IP Proksi",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Gunakan Proksi", 333 "settings.service.form.proxy.isEnabled": "Gunakan Proksi",
334 "settings.service.form.proxy.password": "Sandi (opsional)", 334 "settings.service.form.proxy.password": "Sandi (opsional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Silahkan mulai ulang Ferdi setelah mengubah Setelan proxy", 336 "settings.service.form.proxy.restartInfo": "Silahkan mulai ulang Ferdium setelah mengubah Setelan proxy",
337 "settings.service.form.proxy.user": "Pengguna (opsional)", 337 "settings.service.form.proxy.user": "Pengguna (opsional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Simpan layanan", 339 "settings.service.form.saveButton": "Simpan layanan",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Semua suara dibisukan", 352 "settings.services.tooltip.isMuted": "Semua suara dibisukan",
353 "settings.services.tooltip.notificationsDisabled": "Pemberitahuan dinonaktifkan", 353 "settings.services.tooltip.notificationsDisabled": "Pemberitahuan dinonaktifkan",
354 "settings.services.updatedInfo": "Perubahan Anda telah disimpan", 354 "settings.services.updatedInfo": "Perubahan Anda telah disimpan",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Tentang Ferdi", 357 "settings.supportFerdium.headline": "Tentang Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Tim", 360 "settings.team.headline": "Tim",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Kelola Tim Anda di meetfranz.com", 362 "settings.team.manageAction": "Kelola Tim Anda di meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Coba lagi", 386 "settings.workspaces.tryReloadWorkspaces": "Coba lagi",
387 "settings.workspaces.updatedInfo": "Perubahan Anda telah disimpan", 387 "settings.workspaces.updatedInfo": "Perubahan Anda telah disimpan",
388 "settings.workspaces.workspaceFeatureHeadline": "Sedikit Namun Banyak: Memperkenalkan Ruang Kerja Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Sedikit Namun Banyak: Memperkenalkan Ruang Kerja Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Ruang Kerja Ferdi dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain. Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.", 389 "settings.workspaces.workspaceFeatureInfo": "Ruang Kerja Ferdium dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain. Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.",
390 "settings.workspaces.workspacesRequestFailed": "Tidak dapat memuat ruang kerja Anda", 390 "settings.workspaces.workspacesRequestFailed": "Tidak dapat memuat ruang kerja Anda",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Tambahkan layanan baru", 394 "sidebar.addNewService": "Tambahkan layanan baru",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Tutup laci ruang kerja", 396 "sidebar.closeWorkspaceDrawer": "Tutup laci ruang kerja",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio", 398 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja", 400 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja",
401 "sidebar.unmuteApp": "Aktifkan pemberitahuan", 401 "sidebar.unmuteApp": "Aktifkan pemberitahuan",
402 "signup.email.label": "Alamat email", 402 "signup.email.label": "Alamat email",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Nama Depan", 404 "signup.firstname.label": "Nama Depan",
405 "signup.headline": "Daftar", 405 "signup.headline": "Daftar",
406 "signup.lastname.label": "Nama Belakang", 406 "signup.lastname.label": "Nama Belakang",
407 "signup.legal.info": "Dengan membuat akun Ferdi, Anda menyetujui", 407 "signup.legal.info": "Dengan membuat akun Ferdium, Anda menyetujui",
408 "signup.legal.privacy": "Pernyataan Privasi", 408 "signup.legal.privacy": "Pernyataan Privasi",
409 "signup.legal.terms": "Ketentuan layanan", 409 "signup.legal.terms": "Ketentuan layanan",
410 "signup.link.login": "Sudah punya akun, masuk?", 410 "signup.link.login": "Sudah punya akun, masuk?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Ruang kerja", 440 "workspaceDrawer.headline": "Ruang kerja",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "Belum ada layanan yang ditambahkan", 442 "workspaceDrawer.item.noServicesAddedYet": "Belum ada layanan yang ditambahkan",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ruang Kerja Ferdi dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain.</p><p>Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ruang Kerja Ferdium dapat digunakan untuk tetap fokus pada hal penting saat ini. Siapkan sekelompok layanan yang berbeda dan dengan mudah beralih ke yang lain.</p><p>Anda yang memutuskan layanan mana yang Anda perlukan dan kapan, agar kami bisa membantu Anda tetap berada di garis depan - atau dengan mudah mengakhiri hari kerja kapan saja Anda inginkan.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit setelan ruang kerja", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit setelan ruang kerja",
445 "workspaces.switchingIndicator.switchingTo": "Beralih ke" 445 "workspaces.switchingIndicator.switchingTo": "Beralih ke"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index aa1e25fef..6b70e1dec 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Cambia Server", 5 "changeserver.headline": "Cambia Server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Inserisci un URL valido", 7 "changeserver.urlError": "Inserisci un URL valido",
8 "changeserver.warning": "Le impostazioni extra offerte da Ferdi non verranno salvate", 8 "changeserver.warning": "Le impostazioni extra offerte da Ferdium non verranno salvate",
9 "connectionLostBanner.cta": "Ricarica Servizio", 9 "connectionLostBanner.cta": "Ricarica Servizio",
10 "connectionLostBanner.informationLink": "Cos'è successo?", 10 "connectionLostBanner.informationLink": "Cos'è successo?",
11 "connectionLostBanner.message": "Oh no! Ferdi ha perso la connessione con {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium ha perso la connessione con {name}.",
12 "feature.basicAuth.signIn": "Accedi", 12 "feature.basicAuth.signIn": "Accedi",
13 "feature.publishDebugInfo.error": "Si è verificato un errore durante il tentativo di pubblicare le informazioni di debug. Riprova più tardi o vedi la console per maggiori informazioni.", 13 "feature.publishDebugInfo.error": "Si è verificato un errore durante il tentativo di pubblicare le informazioni di debug. Riprova più tardi o vedi la console per maggiori informazioni.",
14 "feature.publishDebugInfo.info": "Pubblicare le informazioni di debug ci aiuta a trovare problemi ed errori in Ferdi. Pubblicando le informazioni di debug accetti l'informativa sulla privacy e i termini di servizio di Ferdi Debugger", 14 "feature.publishDebugInfo.info": "Pubblicare le informazioni di debug ci aiuta a trovare problemi ed errori in Ferdium. Pubblicando le informazioni di debug accetti l'informativa sulla privacy e i termini di servizio di Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Informativa sulla privacy", 15 "feature.publishDebugInfo.privacy": "Informativa sulla privacy",
16 "feature.publishDebugInfo.publish": "Accetta e pubblica", 16 "feature.publishDebugInfo.publish": "Accetta e pubblica",
17 "feature.publishDebugInfo.published": "Il tuo log di debug è stato pubblicato ed è disponibile a", 17 "feature.publishDebugInfo.published": "Il tuo log di debug è stato pubblicato ed è disponibile a",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Seleziona un servizio con TAB, ↑ e ↓. Apri un servizio con INVIO.", 20 "feature.quickSwitch.info": "Seleziona un servizio con TAB, ↑ e ↓. Apri un servizio con INVIO.",
21 "feature.quickSwitch.search": "Cerca...", 21 "feature.quickSwitch.search": "Cerca...",
22 "feature.quickSwitch.title": "Cambio Veloce", 22 "feature.quickSwitch.title": "Cambio Veloce",
23 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi", 23 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdium",
24 "global.cancel": "Annulla", 24 "global.cancel": "Annulla",
25 "global.edit": "Modifica", 25 "global.edit": "Modifica",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Non sei connesso a Internet.", 27 "global.notConnectedToTheInternet": "Non sei connesso a Internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Esci", 29 "global.quit": "Esci",
30 "global.quitConfirmation": "Sei sicuro di voler uscire da Ferdi?", 30 "global.quitConfirmation": "Sei sicuro di voler uscire da Ferdium?",
31 "global.save": "Salva", 31 "global.save": "Salva",
32 "global.settings": "Impostazioni", 32 "global.settings": "Impostazioni",
33 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})", 33 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Usa 'https://whatmyuseragent.com/' (per scoprire) o 'https://developers.whatismybrowser.com/useragents/explore/' (per scegliere) il tuo user agent desiderato e copialo qui.", 38 "global.userAgentHelp": "Usa 'https://whatmyuseragent.com/' (per scoprire) o 'https://developers.whatismybrowser.com/useragents/explore/' (per scegliere) il tuo user agent desiderato e copialo qui.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Si", 40 "global.yes": "Si",
41 "import.headline": "Importa i servizi di Ferdi 4", 41 "import.headline": "Importa i servizi di Ferdium 4",
42 "import.notSupportedHeadline": "Servizi non ancora supportati in Ferdi 5", 42 "import.notSupportedHeadline": "Servizi non ancora supportati in Ferdium 5",
43 "import.skip.label": "Voglio aggiungere i servizi manualmente", 43 "import.skip.label": "Voglio aggiungere i servizi manualmente",
44 "import.submit.label": "Importa {count} servizi", 44 "import.submit.label": "Importa {count} servizi",
45 "infobar.authRequestFailed": "Si sono verificati errori durante il tentativo di eseguire una richiesta autenticata. Si prega di provare a disconnettersi e tornare indietro se questo errore persiste.", 45 "infobar.authRequestFailed": "Si sono verificati errori durante il tentativo di eseguire una richiesta autenticata. Si prega di provare a disconnettersi e tornare indietro se questo errore persiste.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Nascondi", 49 "infobar.hide": "Nascondi",
50 "infobar.requiredRequestsFailed": "Impossibile caricare i servizi e le informazioni dell'utente", 50 "infobar.requiredRequestsFailed": "Impossibile caricare i servizi e le informazioni dell'utente",
51 "infobar.servicesUpdated": "I tuoi servizi sono stati aggiornati.", 51 "infobar.servicesUpdated": "I tuoi servizi sono stati aggiornati.",
52 "infobar.updateAvailable": "È disponibile un nuovo aggiornamento di Ferdi.", 52 "infobar.updateAvailable": "È disponibile un nuovo aggiornamento di Ferdium.",
53 "infobox.dismiss": "Annulla", 53 "infobox.dismiss": "Annulla",
54 "invite.email.label": "Indirizzo email", 54 "invite.email.label": "Indirizzo email",
55 "invite.headline.friends": "Invita 3 dei tuoi amici o colleghi", 55 "invite.headline.friends": "Invita 3 dei tuoi amici o colleghi",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Sblocca con Password", 66 "locked.unlockWithPassword": "Sblocca con Password",
67 "login.changeServer": "Cambia Server", 67 "login.changeServer": "Cambia Server",
68 "login.customServerQuestion": "Utilizzare un account Franz per effettuare il login?", 68 "login.customServerQuestion": "Utilizzare un account Franz per effettuare il login?",
69 "login.customServerSuggestion": "Prova ad importare il tuo account Franz in Ferdi", 69 "login.customServerSuggestion": "Prova ad importare il tuo account Franz in Ferdium",
70 "login.email.label": "Indirizzo email", 70 "login.email.label": "Indirizzo email",
71 "login.headline": "Accedi", 71 "login.headline": "Accedi",
72 "login.invalidCredentials": "Email o password non valide", 72 "login.invalidCredentials": "Email o password non valide",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "La tua sessione è scaduta, per favore accedi di nuovo.", 78 "login.tokenExpired": "La tua sessione è scaduta, per favore accedi di nuovo.",
79 "menu.Todoss.closeTodosDrawer": "Chiudi il menu delle attività", 79 "menu.Todoss.closeTodosDrawer": "Chiudi il menu delle attività",
80 "menu.Todoss.openTodosDrawer": "Apri il menu delle attività", 80 "menu.Todoss.openTodosDrawer": "Apri il menu delle attività",
81 "menu.app.about": "Info su Ferdi", 81 "menu.app.about": "Info su Ferdium",
82 "menu.app.autohideMenuBar": "Nascondi automaticamente la barra del menù", 82 "menu.app.autohideMenuBar": "Nascondi automaticamente la barra del menù",
83 "menu.app.checkForUpdates": "Controlla aggiornamenti", 83 "menu.app.checkForUpdates": "Controlla aggiornamenti",
84 "menu.app.hide": "Nascondi", 84 "menu.app.hide": "Nascondi",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copia informazioni di debug", 105 "menu.help.debugInfo": "Copia informazioni di debug",
106 "menu.help.debugInfoCopiedBody": "Le tue informazioni di debug sono state copiate nella tua clipboard.", 106 "menu.help.debugInfoCopiedBody": "Le tue informazioni di debug sono state copiate nella tua clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Informazioni di debug di Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Informazioni di debug di Ferdium",
108 "menu.help.importExportData": "Importa/Esporta Dati Di Configurazione", 108 "menu.help.importExportData": "Importa/Esporta Dati Di Configurazione",
109 "menu.help.learnMore": "Maggiori Informazioni", 109 "menu.help.learnMore": "Maggiori Informazioni",
110 "menu.help.privacy": "Dichiarazione della Privacy", 110 "menu.help.privacy": "Dichiarazione della Privacy",
@@ -121,9 +121,9 @@
121 "menu.view": "Visualizza", 121 "menu.view": "Visualizza",
122 "menu.view.back": "Indietro", 122 "menu.view.back": "Indietro",
123 "menu.view.forward": "Avanti", 123 "menu.view.forward": "Avanti",
124 "menu.view.lockFerdi": "Blocca Ferdi", 124 "menu.view.lockFerdium": "Blocca Ferdium",
125 "menu.view.openQuickSwitch": "Apri Cambio Rapido", 125 "menu.view.openQuickSwitch": "Apri Cambio Rapido",
126 "menu.view.reloadFerdi": "Ricarica Ferdi", 126 "menu.view.reloadFerdium": "Ricarica Ferdium",
127 "menu.view.reloadService": "Ricarica Servizio", 127 "menu.view.reloadService": "Ricarica Servizio",
128 "menu.view.reloadTodos": "Ricarica ToDos", 128 "menu.view.reloadTodos": "Ricarica ToDos",
129 "menu.view.resetZoom": "Dimensione attuale", 129 "menu.view.resetZoom": "Dimensione attuale",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} non si è caricato correttamente.", 161 "service.errorHandler.text": "{name} non si è caricato correttamente.",
162 "service.webviewLoader.loading": "Caricamento {service}", 162 "service.webviewLoader.loading": "Caricamento {service}",
163 "services.getStarted": "Iniziamo", 163 "services.getStarted": "Iniziamo",
164 "services.login": "Effettua il login per utlizzare Ferdi.", 164 "services.login": "Effettua il login per utlizzare Ferdium.",
165 "services.serverInfo": "Facoltativamente, puoi cambiare il tuo server Ferdi cliccando l'ingranaggio nell'angolo in basso a sinistra. Se stai passando (da uno dei server ospitati) ad usare Ferdi senza un account, sappi che puoi esportare i tuoi dati da quel server e successivamente importarli usando il menu Aiuto per ripristinare tutti i tuoi spazi di lavoro e servizi configurati!", 165 "services.serverInfo": "Facoltativamente, puoi cambiare il tuo server Ferdium cliccando l'ingranaggio nell'angolo in basso a sinistra. Se stai passando (da uno dei server ospitati) ad usare Ferdium senza un account, sappi che puoi esportare i tuoi dati da quel server e successivamente importarli usando il menu Aiuto per ripristinare tutti i tuoi spazi di lavoro e servizi configurati!",
166 "services.serverless": "Usa Ferdi senza account", 166 "services.serverless": "Usa Ferdium senza account",
167 "settings.account.account.editButton": "Modifica account", 167 "settings.account.account.editButton": "Modifica account",
168 "settings.account.accountUnavailable": "Account non disponibile", 168 "settings.account.accountUnavailable": "Account non disponibile",
169 "settings.account.accountUnavailableInfo": "Stai usando Ferdi senza un account. Se si desidera aggiungere un account, e tenere sincronizzati i servizi tra le installazioni, selezionare un server nel tab delle Impostazioni e quindi login.", 169 "settings.account.accountUnavailableInfo": "Stai usando Ferdium senza un account. Se si desidera aggiungere un account, e tenere sincronizzati i servizi tra le installazioni, selezionare un server nel tab delle Impostazioni e quindi login.",
170 "settings.account.buttonSave": "Aggiorna profilo", 170 "settings.account.buttonSave": "Aggiorna profilo",
171 "settings.account.deleteAccount": "Elimina account", 171 "settings.account.deleteAccount": "Elimina account",
172 "settings.account.deleteEmailSent": "Hai ricevuto un'email con un link per confermare l'eliminazione del tuo account. I dati del tuo account non potranno più essere ripristinati!", 172 "settings.account.deleteEmailSent": "Hai ricevuto un'email con un link per confermare l'eliminazione del tuo account. I dati del tuo account non potranno più essere ripristinati!",
173 "settings.account.deleteInfo": "Se non hai più bisogno dell'account Ferdi, puoi eliminare il tuo account e tutti i dati relativi qui.", 173 "settings.account.deleteInfo": "Se non hai più bisogno dell'account Ferdium, puoi eliminare il tuo account e tutti i dati relativi qui.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Informazioni account", 175 "settings.account.headlineAccount": "Informazioni account",
176 "settings.account.headlineDangerZone": "Zona Pericolosa", 176 "settings.account.headlineDangerZone": "Zona Pericolosa",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Riprova", 181 "settings.account.tryReloadServices": "Riprova",
182 "settings.account.tryReloadUserInfoRequest": "Riprova", 182 "settings.account.tryReloadUserInfoRequest": "Riprova",
183 "settings.account.userInfoRequestFailed": "Impossibile caricare le informazioni dell'utente.", 183 "settings.account.userInfoRequestFailed": "Impossibile caricare le informazioni dell'utente.",
184 "settings.account.yourLicense": "La tua licenza Ferdi:", 184 "settings.account.yourLicense": "La tua licenza Ferdium:",
185 "settings.app.accentColorInfo": "Inserisci il tuo colore in risalto in un formato compatibile con CSS. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Inserisci il tuo colore in risalto in un formato compatibile con CSS. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Svuota la cache", 186 "settings.app.buttonClearAllCache": "Svuota la cache",
187 "settings.app.buttonInstallUpdate": "Riavvia e installa l'aggiornamento", 187 "settings.app.buttonInstallUpdate": "Riavvia e installa l'aggiornamento",
188 "settings.app.buttonOpenFerdiProfileFolder": "Apri cartella del profilo utente", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Apri cartella del profilo utente",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Apri cartella ricette dei servizi", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Apri cartella ricette dei servizi",
190 "settings.app.buttonSearchForUpdate": "Controlla aggiornamenti", 190 "settings.app.buttonSearchForUpdate": "Controlla aggiornamenti",
191 "settings.app.cacheInfo": "Ferdi sta utilizzando {size} di spazio su disco.", 191 "settings.app.cacheInfo": "Ferdium sta utilizzando {size} di spazio su disco.",
192 "settings.app.cacheNotCleared": "Impossibile eliminare tutta la cache", 192 "settings.app.cacheNotCleared": "Impossibile eliminare tutta la cache",
193 "settings.app.closeSettings": "Chiudi le impostazioni", 193 "settings.app.closeSettings": "Chiudi le impostazioni",
194 "settings.app.currentVersion": "Versione attuale:", 194 "settings.app.currentVersion": "Versione attuale:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Sincronizza la modalità scusa con quella del mio sistema operativo", 196 "settings.app.form.adaptableDarkMode": "Sincronizza la modalità scusa con quella del mio sistema operativo",
197 "settings.app.form.alwaysShowWorkspaces": "Mostra sempre lo spazio di lavoro", 197 "settings.app.form.alwaysShowWorkspaces": "Mostra sempre lo spazio di lavoro",
198 "settings.app.form.autoLaunchInBackground": "Apri in background", 198 "settings.app.form.autoLaunchInBackground": "Apri in background",
199 "settings.app.form.autoLaunchOnStart": "Esegui Ferdi all'avvio", 199 "settings.app.form.autoLaunchOnStart": "Esegui Ferdium all'avvio",
200 "settings.app.form.automaticUpdates": "Abilita aggiornamenti", 200 "settings.app.form.automaticUpdates": "Abilita aggiornamenti",
201 "settings.app.form.beta": "Includi pre-release", 201 "settings.app.form.beta": "Includi pre-release",
202 "settings.app.form.clipboardNotifications": "Non mostrare notifiche per eventi dagli appunti", 202 "settings.app.form.clipboardNotifications": "Non mostrare notifiche per eventi dagli appunti",
203 "settings.app.form.closeToSystemTray": "Chiudi Ferdi nell'area di notifica", 203 "settings.app.form.closeToSystemTray": "Chiudi Ferdium nell'area di notifica",
204 "settings.app.form.confirmOnQuit": "Conferma quando esci da Ferdi", 204 "settings.app.form.confirmOnQuit": "Conferma quando esci da Ferdium",
205 "settings.app.form.customTodoServer": "Server Todo personalizzato", 205 "settings.app.form.customTodoServer": "Server Todo personalizzato",
206 "settings.app.form.darkMode": "Attiva la modalità scura.", 206 "settings.app.form.darkMode": "Attiva la modalità scura.",
207 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU", 207 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Abilita la combinazione di tasti (shortcut) per nascondere Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Abilita la combinazione di tasti (shortcut) per nascondere Ferdium",
209 "settings.app.form.enableLock": "Abilita blocco con password", 209 "settings.app.form.enableLock": "Abilita blocco con password",
210 "settings.app.form.enableLongPressServiceHint": "Abilita la visualizzazione dei suggerimenti del servizio quando si mantengono premuti i tasti", 210 "settings.app.form.enableLongPressServiceHint": "Abilita la visualizzazione dei suggerimenti del servizio quando si mantengono premuti i tasti",
211 "settings.app.form.enableMenuBar": "Mostra sempre Ferdi nella barra dei menù", 211 "settings.app.form.enableMenuBar": "Mostra sempre Ferdium nella barra dei menù",
212 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico", 212 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico",
213 "settings.app.form.enableSystemTray": "Mostra sempre icona Ferdi in area di notifica", 213 "settings.app.form.enableSystemTray": "Mostra sempre icona Ferdium in area di notifica",
214 "settings.app.form.enableTodos": "Abilità le Attività Ferdi", 214 "settings.app.form.enableTodos": "Abilità le Attività Ferdium",
215 "settings.app.form.hibernateOnStartup": "Mantieni i servizi in ibernazione all'avvio", 215 "settings.app.form.hibernateOnStartup": "Mantieni i servizi in ibernazione all'avvio",
216 "settings.app.form.hibernationStrategy": "Strategia di ibernazione", 216 "settings.app.form.hibernationStrategy": "Strategia di ibernazione",
217 "settings.app.form.iconSize": "Dimensione icone servizi", 217 "settings.app.form.iconSize": "Dimensione icone servizi",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati", 219 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati",
220 "settings.app.form.language": "Lingua", 220 "settings.app.form.language": "Lingua",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica", 222 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdium nell'area di notifica",
223 "settings.app.form.navigationBarBehaviour": "Comportamento della barra di navigazione", 223 "settings.app.form.navigationBarBehaviour": "Comportamento della barra di navigazione",
224 "settings.app.form.notifyTaskBarOnMessage": "Visualizza le notifiche relative a nuovi messaggi sul Dock o sulla Taskbar", 224 "settings.app.form.notifyTaskBarOnMessage": "Visualizza le notifiche relative a nuovi messaggi sul Dock o sulla Taskbar",
225 "settings.app.form.passwordToggle": "Attiva/Disattiva password", 225 "settings.app.form.passwordToggle": "Attiva/Disattiva password",
226 "settings.app.form.predefinedTodoServer": "Server Todo", 226 "settings.app.form.predefinedTodoServer": "Server Todo",
227 "settings.app.form.privateNotifications": "Non mostrare il contenuto dei messaggi nelle notifiche", 227 "settings.app.form.privateNotifications": "Non mostrare il contenuto dei messaggi nelle notifiche",
228 "settings.app.form.reloadAfterResume": "Ricarica Ferdi dopo il ripristino del sistema", 228 "settings.app.form.reloadAfterResume": "Ricarica Ferdium dopo il ripristino del sistema",
229 "settings.app.form.runInBackground": "Mantieni Ferdi in esecuzione quando chiudi la finestra", 229 "settings.app.form.runInBackground": "Mantieni Ferdium in esecuzione quando chiudi la finestra",
230 "settings.app.form.scheduledDNDEnabled": "Abilita la pianificazione dei Do-Not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Abilita la pianificazione dei Do-Not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "A", 231 "settings.app.form.scheduledDNDEnd": "A",
232 "settings.app.form.scheduledDNDStart": "Da", 232 "settings.app.form.scheduledDNDStart": "Da",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Abilità la modalità split view", 241 "settings.app.form.splitMode": "Abilità la modalità split view",
242 "settings.app.form.startMinimized": "Avvio ridotto a icona", 242 "settings.app.form.startMinimized": "Avvio ridotto a icona",
243 "settings.app.form.universalDarkMode": "Abilita la modalità scura universale", 243 "settings.app.form.universalDarkMode": "Abilita la modalità scura universale",
244 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Consenti l'utilizzo di TouchID per sbloccare Ferdium",
245 "settings.app.form.useVerticalStyle": "Usa stile orizzontale", 245 "settings.app.form.useVerticalStyle": "Usa stile orizzontale",
246 "settings.app.form.wakeUpHibernationSplay": "Esegui cicli di ibernato/risveglio per ridurre il carico", 246 "settings.app.form.wakeUpHibernationSplay": "Esegui cicli di ibernato/risveglio per ridurre il carico",
247 "settings.app.form.wakeUpHibernationStrategy": "Strategia di ibernazione dopo il risveglio automatico", 247 "settings.app.form.wakeUpHibernationStrategy": "Strategia di ibernazione dopo il risveglio automatico",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Lingua", 252 "settings.app.headlineLanguage": "Lingua",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Aggiornamenti", 254 "settings.app.headlineUpdates": "Aggiornamenti",
255 "settings.app.hibernateInfo": "Per impostazione predefinita, Ferdi manterrà tutti i servizi aperti e caricati in background in modo che siano pronti quando si desidera utilizzarli. Il servizio Hibernation sospenderà i servizi dopo un tempo specificato. Questo è utile per risparmiare RAM o per evitare che i servizi rallentino il computer.", 255 "settings.app.hibernateInfo": "Per impostazione predefinita, Ferdium manterrà tutti i servizi aperti e caricati in background in modo che siano pronti quando si desidera utilizzarli. Il servizio Hibernation sospenderà i servizi dopo un tempo specificato. Questo è utile per risparmiare RAM o per evitare che i servizi rallentino il computer.",
256 "settings.app.inactivityLockInfo": "Minuti di inattività oltre i quali Ferdi si bloccherà automaticamente, 0 per disabilitare", 256 "settings.app.inactivityLockInfo": "Minuti di inattività oltre i quali Ferdium si bloccherà automaticamente, 0 per disabilitare",
257 "settings.app.lockInfo": "Password Lock ti permette di mantenere i tuoi messaggi protetti. Usando Password Lock, ti verrà richiesto di inserire la tua password ogni volta che avvii Ferdi o di bloccare Ferdi stesso usando il simbolo del lucchetto nell'angolo in basso a sinistra o la scorciatoia {lockShortcut}.", 257 "settings.app.lockInfo": "Password Lock ti permette di mantenere i tuoi messaggi protetti. Usando Password Lock, ti verrà richiesto di inserire la tua password ogni volta che avvii Ferdium o di bloccare Ferdium stesso usando il simbolo del lucchetto nell'angolo in basso a sinistra o la scorciatoia {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Assicurati di impostare una password che ricordi.\nSe perdi questa password, dovrai reinstallare Ferdi.", 259 "settings.app.lockedPasswordInfo": "Assicurati di impostare una password che ricordi.\nSe perdi questa password, dovrai reinstallare Ferdium.",
260 "settings.app.restartRequired": "Le modifiche richiedono un riavvio", 260 "settings.app.restartRequired": "Le modifiche richiedono un riavvio",
261 "settings.app.scheduledDNDInfo": "I Do-not-Disturb pianificati consentono di definire un periodo di tempo nel quale le notifiche da Ferdi saranno disabilitate.", 261 "settings.app.scheduledDNDInfo": "I Do-not-Disturb pianificati consentono di definire un periodo di tempo nel quale le notifiche da Ferdium saranno disabilitate.",
262 "settings.app.scheduledDNDTimeInfo": "Ora in formato 24 ore. L'ora di fine può essere prima dell'ora di inizio (ad esempio inizio 17:00, fine 09:00) per abilitare Do-not-Disturb durante la notte.", 262 "settings.app.scheduledDNDTimeInfo": "Ora in formato 24 ore. L'ora di fine può essere prima dell'ora di inizio (ad esempio inizio 17:00, fine 09:00) per abilitare Do-not-Disturb durante la notte.",
263 "settings.app.sentryInfo": "L'invio dei dati di telemetria ci permette di trovare errori in Ferdi - non invieremo nessuna informazione personale come i dati del tuo messaggio!", 263 "settings.app.sentryInfo": "L'invio dei dati di telemetria ci permette di trovare errori in Ferdium - non invieremo nessuna informazione personale come i dati del tuo messaggio!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Profilo Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Profilo Ferdium",
267 "settings.app.todoServerInfo": "Questo server sarà utilizzato per la funzione \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Questo server sarà utilizzato per la funzione \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Aiutaci a tradurre Ferdi nella tua lingua.", 268 "settings.app.translationHelp": "Aiutaci a tradurre Ferdium nella tua lingua.",
269 "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.", 269 "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.",
270 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...", 270 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...",
271 "settings.app.updateStatusSearching": "Ricerca aggiornamenti...", 271 "settings.app.updateStatusSearching": "Ricerca aggiornamenti...",
272 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdi", 272 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdium",
273 "settings.invite.headline": "Invita Amici", 273 "settings.invite.headline": "Invita Amici",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Servizi disponibili", 275 "settings.navigation.availableServices": "Servizi disponibili",
276 "settings.navigation.logout": "Esci", 276 "settings.navigation.logout": "Esci",
277 "settings.navigation.supportFerdi": "Info su Ferdi", 277 "settings.navigation.supportFerdium": "Info su Ferdium",
278 "settings.navigation.team": "Gestisci il Team", 278 "settings.navigation.team": "Gestisci il Team",
279 "settings.navigation.yourServices": "I tuoi servizi", 279 "settings.navigation.yourServices": "I tuoi servizi",
280 "settings.navigation.yourWorkspaces": "I tuoi workspace", 280 "settings.navigation.yourWorkspaces": "I tuoi workspace",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Servizi disponibili", 289 "settings.recipes.headline": "Servizi disponibili",
290 "settings.recipes.missingService": "Manca un servizio?", 290 "settings.recipes.missingService": "Manca un servizio?",
291 "settings.recipes.mostPopular": "Più popolari", 291 "settings.recipes.mostPopular": "Più popolari",
292 "settings.recipes.nothingFound": "Non è stato trovato alcun servizio corrispondente alla ricerca impostata. Ricorda che anche se non esiste un servizio specifico, potrebbe essere possibile usare la funzionalità \"Sito Custom\". Inoltre potrebbe essere che sul sito web di Ferdi siano mostrati più servizi di quanti disponibili nella applicazione correntemente in uso. Nel caso, per accedere a questi servizi, è possibile aggiornare Ferdi.", 292 "settings.recipes.nothingFound": "Non è stato trovato alcun servizio corrispondente alla ricerca impostata. Ricorda che anche se non esiste un servizio specifico, potrebbe essere possibile usare la funzionalità \"Sito Custom\". Inoltre potrebbe essere che sul sito web di Ferdium siano mostrati più servizi di quanti disponibili nella applicazione correntemente in uso. Nel caso, per accedere a questi servizi, è possibile aggiornare Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Servizio aggiunto con successo",
294 "settings.searchService": "Cerca servizio", 294 "settings.searchService": "Cerca servizio",
295 "settings.service.error.goBack": "Torna ai servizi", 295 "settings.service.error.goBack": "Torna ai servizi",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Apri il file 'user.js'", 329 "settings.service.form.openUserJs": "Apri il file 'user.js'",
330 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Le impostazioni proxy non saranno sincronizzate con i server Ferdi.", 332 "settings.service.form.proxy.info": "Le impostazioni proxy non saranno sincronizzate con i server Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Usa un Proxy", 333 "settings.service.form.proxy.isEnabled": "Usa un Proxy",
334 "settings.service.form.proxy.password": "Password (opzionale)", 334 "settings.service.form.proxy.password": "Password (opzionale)",
335 "settings.service.form.proxy.port": "Porta", 335 "settings.service.form.proxy.port": "Porta",
336 "settings.service.form.proxy.restartInfo": "Riavvia Ferdi dopo aver cambiato le impostazioni del proxy.", 336 "settings.service.form.proxy.restartInfo": "Riavvia Ferdium dopo aver cambiato le impostazioni del proxy.",
337 "settings.service.form.proxy.user": "Utente (opzionale)", 337 "settings.service.form.proxy.user": "Utente (opzionale)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Salva servizio", 339 "settings.service.form.saveButton": "Salva servizio",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati", 352 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati",
353 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate", 353 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate",
354 "settings.services.updatedInfo": "Le tue modifiche sono state salvate", 354 "settings.services.updatedInfo": "Le tue modifiche sono state salvate",
355 "settings.supportFerdi.about": "Lo sviluppo di Ferdi è fatto da collaboratori. Le persone che usano Ferdi come te. Essi mantengono, riparano e migliorano Ferdi nel loro tempo libero.", 355 "settings.supportFerdium.about": "Lo sviluppo di Ferdium è fatto da collaboratori. Le persone che usano Ferdium come te. Essi mantengono, riparano e migliorano Ferdium nel loro tempo libero.",
356 "settings.supportFerdi.aboutIntro": "Un ringraziamento speciale va a queste persone impressionanti:", 356 "settings.supportFerdium.aboutIntro": "Un ringraziamento speciale va a queste persone impressionanti:",
357 "settings.supportFerdi.headline": "Info su Ferdi", 357 "settings.supportFerdium.headline": "Info su Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium. 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.",
360 "settings.team.headline": "Gruppo", 360 "settings.team.headline": "Gruppo",
361 "settings.team.intro": "Attualmente stai usando server di Franz, ed è per questo che hai accesso al Team Management.", 361 "settings.team.intro": "Attualmente stai usando server di Franz, ed è per questo che hai accesso al Team Management.",
362 "settings.team.manageAction": "Gestisci i tuoi Team su meetfranz.com", 362 "settings.team.manageAction": "Gestisci i tuoi Team su meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Non hai ancora creato alcun Workspace.", 385 "settings.workspaces.noWorkspacesAdded": "Non hai ancora creato alcun Workspace.",
386 "settings.workspaces.tryReloadWorkspaces": "Riprova", 386 "settings.workspaces.tryReloadWorkspaces": "Riprova",
387 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate", 387 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate",
388 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Le aree di lavoro di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi. Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.", 389 "settings.workspaces.workspaceFeatureInfo": "Le aree di lavoro di Ferdium ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi. Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.",
390 "settings.workspaces.workspacesRequestFailed": "Non è possibile caricare i tuoi workspace", 390 "settings.workspaces.workspacesRequestFailed": "Non è possibile caricare i tuoi workspace",
391 "setupAssistant.headline": "Cominciamo", 391 "setupAssistant.headline": "Cominciamo",
392 "setupAssistant.subheadline": "Scegli tra i nostri servizi più utilizzati e riprendi a messaggiare ora.", 392 "setupAssistant.subheadline": "Scegli tra i nostri servizi più utilizzati e riprendi a messaggiare ora.",
393 "setupAssistant.submit.label": "Procedi", 393 "setupAssistant.submit.label": "Procedi",
394 "sidebar.addNewService": "Aggiungi un nuovo servizio", 394 "sidebar.addNewService": "Aggiungi un nuovo servizio",
395 "sidebar.closeTodosDrawer": "Chiudi le Attività Ferdi", 395 "sidebar.closeTodosDrawer": "Chiudi le Attività Ferdium",
396 "sidebar.closeWorkspaceDrawer": "Chiudi il menu dei workspace", 396 "sidebar.closeWorkspaceDrawer": "Chiudi il menu dei workspace",
397 "sidebar.lockFerdi": "Blocca Ferdi", 397 "sidebar.lockFerdium": "Blocca Ferdium",
398 "sidebar.muteApp": "Disattiva notifiche e audio", 398 "sidebar.muteApp": "Disattiva notifiche e audio",
399 "sidebar.openTodosDrawer": "Apri le Attività Ferdi", 399 "sidebar.openTodosDrawer": "Apri le Attività Ferdium",
400 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace", 400 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace",
401 "sidebar.unmuteApp": "Attiva notifiche e audio", 401 "sidebar.unmuteApp": "Attiva notifiche e audio",
402 "signup.email.label": "Indirizzo email", 402 "signup.email.label": "Indirizzo email",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Nome", 404 "signup.firstname.label": "Nome",
405 "signup.headline": "Iscriviti", 405 "signup.headline": "Iscriviti",
406 "signup.lastname.label": "Cognome", 406 "signup.lastname.label": "Cognome",
407 "signup.legal.info": "Creando un account di Ferdi accetti", 407 "signup.legal.info": "Creando un account di Ferdium accetti",
408 "signup.legal.privacy": "Dichiarazione della Privacy", 408 "signup.legal.privacy": "Dichiarazione della Privacy",
409 "signup.legal.terms": "Termini di Servizio", 409 "signup.legal.terms": "Termini di Servizio",
410 "signup.link.login": "Hai già un account, vuoi accedere?", 410 "signup.link.login": "Hai già un account, vuoi accedere?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Aree di lavoro", 440 "workspaceDrawer.headline": "Aree di lavoro",
441 "workspaceDrawer.item.contextMenuEdit": "Modifica", 441 "workspaceDrawer.item.contextMenuEdit": "Modifica",
442 "workspaceDrawer.item.noServicesAddedYet": "Nessun servizio aggiunto", 442 "workspaceDrawer.item.noServicesAddedYet": "Nessun servizio aggiunto",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Le aree di lavoro di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi.</p><p> Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Le aree di lavoro di Ferdium ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi.</p><p> Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Modifica le impostazioni dell'area di lavoro", 444 "workspaceDrawer.workspacesSettingsTooltip": "Modifica le impostazioni dell'area di lavoro",
445 "workspaces.switchingIndicator.switchingTo": "Passa a " 445 "workspaces.switchingIndicator.switchingTo": "Passa a "
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 0241205a2..cb6fc0503 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "サーバーの変更", 5 "changeserver.headline": "サーバーの変更",
6 "changeserver.label": "サーバー", 6 "changeserver.label": "サーバー",
7 "changeserver.urlError": "有効なURLを入力してください。", 7 "changeserver.urlError": "有効なURLを入力してください。",
8 "changeserver.warning": "Ferdiの追加設定は保存されません", 8 "changeserver.warning": "Ferdiumの追加設定は保存されません",
9 "connectionLostBanner.cta": "サービスをリロードする", 9 "connectionLostBanner.cta": "サービスをリロードする",
10 "connectionLostBanner.informationLink": "何が起きましたか?", 10 "connectionLostBanner.informationLink": "何が起きましたか?",
11 "connectionLostBanner.message": "{name}への接続が切断されました。", 11 "connectionLostBanner.message": "{name}への接続が切断されました。",
12 "feature.basicAuth.signIn": "サインイン", 12 "feature.basicAuth.signIn": "サインイン",
13 "feature.publishDebugInfo.error": "デバッグ情報の公開中にエラーが発生しました。後でもう一度試すか、コンソールを表示して詳細な情報を確認します。", 13 "feature.publishDebugInfo.error": "デバッグ情報の公開中にエラーが発生しました。後でもう一度試すか、コンソールを表示して詳細な情報を確認します。",
14 "feature.publishDebugInfo.info": "デバッグ情報を公開することで、Ferdiの開発者が問題やエラーを発見する手助けとなります。 デバッグ情報を公開することで、Ferdi Debuggerのプライバシーポリシーと利用規約に同意したことになります。", 14 "feature.publishDebugInfo.info": "デバッグ情報を公開することで、Ferdiumの開発者が問題やエラーを発見する手助けとなります。 デバッグ情報を公開することで、Ferdium Debuggerのプライバシーポリシーと利用規約に同意したことになります。",
15 "feature.publishDebugInfo.privacy": "プライバシーポリシー", 15 "feature.publishDebugInfo.privacy": "プライバシーポリシー",
16 "feature.publishDebugInfo.publish": "同意して公開", 16 "feature.publishDebugInfo.publish": "同意して公開",
17 "feature.publishDebugInfo.published": "デバッグログが公開されました。以下で確認できます", 17 "feature.publishDebugInfo.published": "デバッグログが公開されました。以下で確認できます",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Tab, ↑, ↓でサービスを選択します。Enterでサービスを開きます", 20 "feature.quickSwitch.info": "Tab, ↑, ↓でサービスを選択します。Enterでサービスを開きます",
21 "feature.quickSwitch.search": "検索...", 21 "feature.quickSwitch.search": "検索...",
22 "feature.quickSwitch.title": "クイックスイッチ", 22 "feature.quickSwitch.title": "クイックスイッチ",
23 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。", 23 "global.api.unhealthy": "Ferdiumのオンラインサービスに接続できません。",
24 "global.cancel": "キャンセル", 24 "global.cancel": "キャンセル",
25 "global.edit": "編集", 25 "global.edit": "編集",
26 "global.no": "いいえ", 26 "global.no": "いいえ",
27 "global.notConnectedToTheInternet": "インターネットに接続されていません。", 27 "global.notConnectedToTheInternet": "インターネットに接続されていません。",
28 "global.ok": "はい", 28 "global.ok": "はい",
29 "global.quit": "終了", 29 "global.quit": "終了",
30 "global.quitConfirmation": "Ferdiを本当に終了しますか?", 30 "global.quitConfirmation": "Ferdiumを本当に終了しますか?",
31 "global.save": "保存", 31 "global.save": "保存",
32 "global.settings": "設定", 32 "global.settings": "設定",
33 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})", 33 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "あなたのユーザーエージェントを、'https://whatmyuseragent.com/'を使用して探し、'https://developers.whatismybrowser.com/useragents/explore/'を使用して選択し、ここにコピーペーストしてください。", 38 "global.userAgentHelp": "あなたのユーザーエージェントを、'https://whatmyuseragent.com/'を使用して探し、'https://developers.whatismybrowser.com/useragents/explore/'を使用して選択し、ここにコピーペーストしてください。",
39 "global.userAgentPref": "ユーザーエージェント", 39 "global.userAgentPref": "ユーザーエージェント",
40 "global.yes": "はい", 40 "global.yes": "はい",
41 "import.headline": "Ferdi 4のサービスをインポートして下さい", 41 "import.headline": "Ferdium 4のサービスをインポートして下さい",
42 "import.notSupportedHeadline": "Ferdi 5ではこのサービスにまだ対応していません", 42 "import.notSupportedHeadline": "Ferdium 5ではこのサービスにまだ対応していません",
43 "import.skip.label": "手動でサービスを追加する", 43 "import.skip.label": "手動でサービスを追加する",
44 "import.submit.label": "{count}個のサービスをインポートする", 44 "import.submit.label": "{count}個のサービスをインポートする",
45 "infobar.authRequestFailed": "認証済みリクエストの実行中にエラーが発生しました。このエラーが何度も発生する場合は、ログアウトして再度お試しください。", 45 "infobar.authRequestFailed": "認証済みリクエストの実行中にエラーが発生しました。このエラーが何度も発生する場合は、ログアウトして再度お試しください。",
@@ -49,10 +49,10 @@
49 "infobar.hide": "隠す", 49 "infobar.hide": "隠す",
50 "infobar.requiredRequestsFailed": "サービスとユーザー情報を読み込めませんでした", 50 "infobar.requiredRequestsFailed": "サービスとユーザー情報を読み込めませんでした",
51 "infobar.servicesUpdated": "サービスが更新されました。", 51 "infobar.servicesUpdated": "サービスが更新されました。",
52 "infobar.updateAvailable": "Ferdiの更新があります。", 52 "infobar.updateAvailable": "Ferdiumの更新があります。",
53 "infobox.dismiss": "閉じる", 53 "infobox.dismiss": "閉じる",
54 "invite.email.label": "メールアドレス", 54 "invite.email.label": "メールアドレス",
55 "invite.headline.friends": "あなたの友人や同僚の方を3名までFerdiに招待できます", 55 "invite.headline.friends": "あなたの友人や同僚の方を3名までFerdiumに招待できます",
56 "invite.name.label": "名前", 56 "invite.name.label": "名前",
57 "invite.skip.label": "後で", 57 "invite.skip.label": "後で",
58 "invite.submit.label": "招待を送る", 58 "invite.submit.label": "招待を送る",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "Touch IDでロック解除", 65 "locked.touchIdPrompt": "Touch IDでロック解除",
66 "locked.unlockWithPassword": "パスワードでロック解除", 66 "locked.unlockWithPassword": "パスワードでロック解除",
67 "login.changeServer": "サーバーの変更", 67 "login.changeServer": "サーバーの変更",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "メールアドレス", 70 "login.email.label": "メールアドレス",
71 "login.headline": "サインイン", 71 "login.headline": "サインイン",
@@ -104,9 +104,9 @@
104 "menu.help.changelog": "更新履歴", 104 "menu.help.changelog": "更新履歴",
105 "menu.help.debugInfo": "デバッグ情報をコピー", 105 "menu.help.debugInfo": "デバッグ情報をコピー",
106 "menu.help.debugInfoCopiedBody": "デバッグ情報をクリップボードにコピーしました。", 106 "menu.help.debugInfoCopiedBody": "デバッグ情報をクリップボードにコピーしました。",
107 "menu.help.debugInfoCopiedHeadline": "Ferdiデバッグ情報", 107 "menu.help.debugInfoCopiedHeadline": "Ferdiumデバッグ情報",
108 "menu.help.importExportData": "設定データのインポート/エクスポート", 108 "menu.help.importExportData": "設定データのインポート/エクスポート",
109 "menu.help.learnMore": "Ferdiについて", 109 "menu.help.learnMore": "Ferdiumについて",
110 "menu.help.privacy": "プライバシーについて", 110 "menu.help.privacy": "プライバシーについて",
111 "menu.help.publishDebugInfo": "デバッグ情報の公開", 111 "menu.help.publishDebugInfo": "デバッグ情報の公開",
112 "menu.help.support": "サポート", 112 "menu.help.support": "サポート",
@@ -121,9 +121,9 @@
121 "menu.view": "表示", 121 "menu.view": "表示",
122 "menu.view.back": "戻る", 122 "menu.view.back": "戻る",
123 "menu.view.forward": "次へ", 123 "menu.view.forward": "次へ",
124 "menu.view.lockFerdi": "Ferdiをロック", 124 "menu.view.lockFerdium": "Ferdiumをロック",
125 "menu.view.openQuickSwitch": "クイックスイッチを開く", 125 "menu.view.openQuickSwitch": "クイックスイッチを開く",
126 "menu.view.reloadFerdi": "Ferdiを再読み込み", 126 "menu.view.reloadFerdium": "Ferdiumを再読み込み",
127 "menu.view.reloadService": "サービスをリロードする", 127 "menu.view.reloadService": "サービスをリロードする",
128 "menu.view.reloadTodos": "ToDoをリロード", 128 "menu.view.reloadTodos": "ToDoをリロード",
129 "menu.view.resetZoom": "元のサイズ", 129 "menu.view.resetZoom": "元のサイズ",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} はロードに失敗しました", 161 "service.errorHandler.text": "{name} はロードに失敗しました",
162 "service.webviewLoader.loading": "{service}を読み込み中", 162 "service.webviewLoader.loading": "{service}を読み込み中",
163 "services.getStarted": "はじめる", 163 "services.getStarted": "はじめる",
164 "services.login": "Ferdiを使用するにはログインしてください。", 164 "services.login": "Ferdiumを使用するにはログインしてください。",
165 "services.serverInfo": "オプションとして、左下の歯車をクリックしてFerdiサーバーを変更することができます。他のホストされたサーバからアカウントなしでFerdiを使うように変更する場合は、そのサーバからデータをエクスポートし、その後ヘルプメニューを使ってインポートすることですべてのワークスペースと設定したサービスを復元させることができます。", 165 "services.serverInfo": "オプションとして、左下の歯車をクリックしてFerdiumサーバーを変更することができます。他のホストされたサーバからアカウントなしでFerdiumを使うように変更する場合は、そのサーバからデータをエクスポートし、その後ヘルプメニューを使ってインポートすることですべてのワークスペースと設定したサービスを復元させることができます。",
166 "services.serverless": "アカウントなしでFerdiを使用する", 166 "services.serverless": "アカウントなしでFerdiumを使用する",
167 "settings.account.account.editButton": "アカウントを編集", 167 "settings.account.account.editButton": "アカウントを編集",
168 "settings.account.accountUnavailable": "アカウントが利用できません", 168 "settings.account.accountUnavailable": "アカウントが利用できません",
169 "settings.account.accountUnavailableInfo": "アカウントなしでFerdiを使用しています。 Ferdiのアカウントを使用してコンピューター間でサービスを同期させる場合、 設定タブでサーバーを選択してログインしてください。", 169 "settings.account.accountUnavailableInfo": "アカウントなしでFerdiumを使用しています。 Ferdiumのアカウントを使用してコンピューター間でサービスを同期させる場合、 設定タブでサーバーを選択してログインしてください。",
170 "settings.account.buttonSave": "プロフィールの更新", 170 "settings.account.buttonSave": "プロフィールの更新",
171 "settings.account.deleteAccount": "アカウントを削除", 171 "settings.account.deleteAccount": "アカウントを削除",
172 "settings.account.deleteEmailSent": "アカウント削除の確認メールを送信しました。あなたのアカウントとデータは復旧できません!", 172 "settings.account.deleteEmailSent": "アカウント削除の確認メールを送信しました。あなたのアカウントとデータは復旧できません!",
173 "settings.account.deleteInfo": "今後Ferdiのアカウントが必要なければ、こちらでアカウントと関連する情報を削除できます。", 173 "settings.account.deleteInfo": "今後Ferdiumのアカウントが必要なければ、こちらでアカウントと関連する情報を削除できます。",
174 "settings.account.headline": "アカウント", 174 "settings.account.headline": "アカウント",
175 "settings.account.headlineAccount": "アカウント情報", 175 "settings.account.headlineAccount": "アカウント情報",
176 "settings.account.headlineDangerZone": "危険な操作", 176 "settings.account.headlineDangerZone": "危険な操作",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "もう一度試す", 181 "settings.account.tryReloadServices": "もう一度試す",
182 "settings.account.tryReloadUserInfoRequest": "もう一度試す", 182 "settings.account.tryReloadUserInfoRequest": "もう一度試す",
183 "settings.account.userInfoRequestFailed": "ユーザ情報を読み込めませんでした", 183 "settings.account.userInfoRequestFailed": "ユーザ情報を読み込めませんでした",
184 "settings.account.yourLicense": "ご利用中のFerdiライセンス:", 184 "settings.account.yourLicense": "ご利用中のFerdiumライセンス:",
185 "settings.app.accentColorInfo": "CSSフォーマットでアクセントカラーを記述してください。(デフォルト: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "CSSフォーマットでアクセントカラーを記述してください。(デフォルト: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "キャッシュを消去する", 186 "settings.app.buttonClearAllCache": "キャッシュを消去する",
187 "settings.app.buttonInstallUpdate": "再起動して更新をインストールする", 187 "settings.app.buttonInstallUpdate": "再起動して更新をインストールする",
188 "settings.app.buttonOpenFerdiProfileFolder": "プロファイルフォルダを開く", 188 "settings.app.buttonOpenFerdiumProfileFolder": "プロファイルフォルダを開く",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "サービスレシピフォルダを開く", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "サービスレシピフォルダを開く",
190 "settings.app.buttonSearchForUpdate": "更新の確認", 190 "settings.app.buttonSearchForUpdate": "更新の確認",
191 "settings.app.cacheInfo": "現在、Ferdiのキャッシュはディスクの{size}分を使用しています。", 191 "settings.app.cacheInfo": "現在、Ferdiumのキャッシュはディスクの{size}分を使用しています。",
192 "settings.app.cacheNotCleared": "すべてのキャッシュをクリアできませんでした", 192 "settings.app.cacheNotCleared": "すべてのキャッシュをクリアできませんでした",
193 "settings.app.closeSettings": "設定を閉じる", 193 "settings.app.closeSettings": "設定を閉じる",
194 "settings.app.currentVersion": "現在のバージョン:", 194 "settings.app.currentVersion": "現在のバージョン:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "ダークモードをOSのダークモード設定と同期する", 196 "settings.app.form.adaptableDarkMode": "ダークモードをOSのダークモード設定と同期する",
197 "settings.app.form.alwaysShowWorkspaces": "ワークスペースドロワーを常に表示", 197 "settings.app.form.alwaysShowWorkspaces": "ワークスペースドロワーを常に表示",
198 "settings.app.form.autoLaunchInBackground": "バックグラウンドで開く", 198 "settings.app.form.autoLaunchInBackground": "バックグラウンドで開く",
199 "settings.app.form.autoLaunchOnStart": "システム起動時にFerdiを開く", 199 "settings.app.form.autoLaunchOnStart": "システム起動時にFerdiumを開く",
200 "settings.app.form.automaticUpdates": "アップデートを有効にする", 200 "settings.app.form.automaticUpdates": "アップデートを有効にする",
201 "settings.app.form.beta": "プレリリースを含める", 201 "settings.app.form.beta": "プレリリースを含める",
202 "settings.app.form.clipboardNotifications": "クリップボードイベントの通知を表示しない", 202 "settings.app.form.clipboardNotifications": "クリップボードイベントの通知を表示しない",
203 "settings.app.form.closeToSystemTray": "Ferdiをシステムトレイに閉じる", 203 "settings.app.form.closeToSystemTray": "Ferdiumをシステムトレイに閉じる",
204 "settings.app.form.confirmOnQuit": "Ferdiの終了時に確認する", 204 "settings.app.form.confirmOnQuit": "Ferdiumの終了時に確認する",
205 "settings.app.form.customTodoServer": "カスタムToDoサーバー", 205 "settings.app.form.customTodoServer": "カスタムToDoサーバー",
206 "settings.app.form.darkMode": "ダークモードを有効にする", 206 "settings.app.form.darkMode": "ダークモードを有効にする",
207 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする", 207 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする",
208 "settings.app.form.enableGlobalHideShortcut": "Ferdiを非表示にするグローバルショートカットを有効にする", 208 "settings.app.form.enableGlobalHideShortcut": "Ferdiumを非表示にするグローバルショートカットを有効にする",
209 "settings.app.form.enableLock": "パスワードロックを有効にする", 209 "settings.app.form.enableLock": "パスワードロックを有効にする",
210 "settings.app.form.enableLongPressServiceHint": "長押し時にサービスのショートカットのヒントを有効にする", 210 "settings.app.form.enableLongPressServiceHint": "長押し時にサービスのショートカットのヒントを有効にする",
211 "settings.app.form.enableMenuBar": "Ferdi内にメニューバーを常時表示する", 211 "settings.app.form.enableMenuBar": "Ferdium内にメニューバーを常時表示する",
212 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする", 212 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする",
213 "settings.app.form.enableSystemTray": "Ferdiを常時システムトレイに表示する", 213 "settings.app.form.enableSystemTray": "Ferdiumを常時システムトレイに表示する",
214 "settings.app.form.enableTodos": "Ferdi ToDoを有効にする", 214 "settings.app.form.enableTodos": "Ferdium ToDoを有効にする",
215 "settings.app.form.hibernateOnStartup": "起動時にサービスを休止状態にする", 215 "settings.app.form.hibernateOnStartup": "起動時にサービスを休止状態にする",
216 "settings.app.form.hibernationStrategy": "休止状態の方法", 216 "settings.app.form.hibernationStrategy": "休止状態の方法",
217 "settings.app.form.iconSize": "サービスのアイコンサイズ", 217 "settings.app.form.iconSize": "サービスのアイコンサイズ",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "すべてのワークスペースを読み込んだ状態にしておく", 219 "settings.app.form.keepAllWorkspacesLoaded": "すべてのワークスペースを読み込んだ状態にしておく",
220 "settings.app.form.language": "言語", 220 "settings.app.form.language": "言語",
221 "settings.app.form.lockPassword": "パスワード", 221 "settings.app.form.lockPassword": "パスワード",
222 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する", 222 "settings.app.form.minimizeToSystemTray": "Ferdiumをシステムトレイに最小化する",
223 "settings.app.form.navigationBarBehaviour": "ナビゲーションバーの動作", 223 "settings.app.form.navigationBarBehaviour": "ナビゲーションバーの動作",
224 "settings.app.form.notifyTaskBarOnMessage": "新しいメッセージをタスクバーまたはDockに通知する", 224 "settings.app.form.notifyTaskBarOnMessage": "新しいメッセージをタスクバーまたはDockに通知する",
225 "settings.app.form.passwordToggle": "パスワードの切り替え", 225 "settings.app.form.passwordToggle": "パスワードの切り替え",
226 "settings.app.form.predefinedTodoServer": "ToDoサーバー", 226 "settings.app.form.predefinedTodoServer": "ToDoサーバー",
227 "settings.app.form.privateNotifications": "通知にメッセージの内容を表示しない", 227 "settings.app.form.privateNotifications": "通知にメッセージの内容を表示しない",
228 "settings.app.form.reloadAfterResume": "システムの再開後にFerdiを再読み込みする", 228 "settings.app.form.reloadAfterResume": "システムの再開後にFerdiumを再読み込みする",
229 "settings.app.form.runInBackground": "ウインドウを閉じた際にFerdiをバックグラウンドで実行させておく", 229 "settings.app.form.runInBackground": "ウインドウを閉じた際にFerdiumをバックグラウンドで実行させておく",
230 "settings.app.form.scheduledDNDEnabled": "集中モードのスケジュールを有効にする", 230 "settings.app.form.scheduledDNDEnabled": "集中モードのスケジュールを有効にする",
231 "settings.app.form.scheduledDNDEnd": "終了", 231 "settings.app.form.scheduledDNDEnd": "終了",
232 "settings.app.form.scheduledDNDStart": "開始", 232 "settings.app.form.scheduledDNDStart": "開始",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "分割表示モードを有効にする", 241 "settings.app.form.splitMode": "分割表示モードを有効にする",
242 "settings.app.form.startMinimized": "最小化して起動", 242 "settings.app.form.startMinimized": "最小化して起動",
243 "settings.app.form.universalDarkMode": "ユニバーサルダークモードを有効にする", 243 "settings.app.form.universalDarkMode": "ユニバーサルダークモードを有効にする",
244 "settings.app.form.useTouchIdToUnlock": "Ferdiのロックを解除にTouch IDを使用できるようにする", 244 "settings.app.form.useTouchIdToUnlock": "Ferdiumのロックを解除にTouch IDを使用できるようにする",
245 "settings.app.form.useVerticalStyle": "水平レイアウトを使用する", 245 "settings.app.form.useVerticalStyle": "水平レイアウトを使用する",
246 "settings.app.form.wakeUpHibernationSplay": "休止時間/ウェイクサイクルをスプレイして負荷を減らす", 246 "settings.app.form.wakeUpHibernationSplay": "休止時間/ウェイクサイクルをスプレイして負荷を減らす",
247 "settings.app.form.wakeUpHibernationStrategy": "自動起動後の休止状態戦略", 247 "settings.app.form.wakeUpHibernationStrategy": "自動起動後の休止状態戦略",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "言語", 252 "settings.app.headlineLanguage": "言語",
253 "settings.app.headlinePrivacy": "プライバシー", 253 "settings.app.headlinePrivacy": "プライバシー",
254 "settings.app.headlineUpdates": "更新", 254 "settings.app.headlineUpdates": "更新",
255 "settings.app.hibernateInfo": "デフォルトでは、Ferdiはすべてのサービスをバックグラウンドで開いて読み込んでおくので、使いたいときにすぐに使えます。 サービス休止機能は設定した時間が経過したら読み込んだサービスを解放します。これはRAMを節約したり、サービスでコンピューターの動作が重くなるのを防ぐのに役立ちます。", 255 "settings.app.hibernateInfo": "デフォルトでは、Ferdiumはすべてのサービスをバックグラウンドで開いて読み込んでおくので、使いたいときにすぐに使えます。 サービス休止機能は設定した時間が経過したら読み込んだサービスを解放します。これはRAMを節約したり、サービスでコンピューターの動作が重くなるのを防ぐのに役立ちます。",
256 "settings.app.inactivityLockInfo": "休止状態までの時間(分)、この時間が経過後Ferdiは自動でロックします。0で無効化", 256 "settings.app.inactivityLockInfo": "休止状態までの時間(分)、この時間が経過後Ferdiumは自動でロックします。0で無効化",
257 "settings.app.lockInfo": "パスワードロックはメッセージを保護できます。\nパスワードロックを使用すると、Ferdiの起動時または自分で左下のロックボタンを押すかショートカット{lockShortcut}でFerdiをロックしたときに、その都度パスワードの入力が求められます。", 257 "settings.app.lockInfo": "パスワードロックはメッセージを保護できます。\nパスワードロックを使用すると、Ferdiumの起動時または自分で左下のロックボタンを押すかショートカット{lockShortcut}でFerdiumをロックしたときに、その都度パスワードの入力が求められます。",
258 "settings.app.lockedPassword": "パスワード", 258 "settings.app.lockedPassword": "パスワード",
259 "settings.app.lockedPasswordInfo": "覚えられるパスワードを設定するようにしてください。\nパスワードを紛失すると、Ferdiの再インストールが必要になります。", 259 "settings.app.lockedPasswordInfo": "覚えられるパスワードを設定するようにしてください。\nパスワードを紛失すると、Ferdiumの再インストールが必要になります。",
260 "settings.app.restartRequired": "変更には再起動が必要です", 260 "settings.app.restartRequired": "変更には再起動が必要です",
261 "settings.app.scheduledDNDInfo": "集中モードのスケジュールを有効にすると、Ferdiからの通知を受け取らない時間帯を設定することができます。", 261 "settings.app.scheduledDNDInfo": "集中モードのスケジュールを有効にすると、Ferdiumからの通知を受け取らない時間帯を設定することができます。",
262 "settings.app.scheduledDNDTimeInfo": "24時間形式で入力してください。終了時刻を開始時刻よりも早く設定すると(例: 17:00開始、9:00終了)、集中モードを一晩中有効にできます。", 262 "settings.app.scheduledDNDTimeInfo": "24時間形式で入力してください。終了時刻を開始時刻よりも早く設定すると(例: 17:00開始、9:00終了)、集中モードを一晩中有効にできます。",
263 "settings.app.sentryInfo": "統計情報を送信すると開発者がFerdiのエラーを発見するのに役立ちます。メッセージのデータのような個人情報は一切送信しません。", 263 "settings.app.sentryInfo": "統計情報を送信すると開発者がFerdiumのエラーを発見するのに役立ちます。メッセージのデータのような個人情報は一切送信しません。",
264 "settings.app.spellCheckerLanguageInfo": "FerdiはスペルチェックにmacOSシステムのスペルチェッカーを使用しています。スペルチェッカーでチェックする言語を変更するには、macOSのシステム環境設定から行ってください。", 264 "settings.app.spellCheckerLanguageInfo": "FerdiumはスペルチェックにmacOSシステムのスペルチェッカーを使用しています。スペルチェッカーでチェックする言語を変更するには、macOSのシステム環境設定から行ってください。",
265 "settings.app.subheadlineCache": "キャッシュ", 265 "settings.app.subheadlineCache": "キャッシュ",
266 "settings.app.subheadlineFerdiProfile": "Ferdiプロフィール", 266 "settings.app.subheadlineFerdiumProfile": "Ferdiumプロフィール",
267 "settings.app.todoServerInfo": "このサーバーは「Ferdi ToDo」の機能に使用されます。", 267 "settings.app.todoServerInfo": "このサーバーは「Ferdium ToDo」の機能に使用されます。",
268 "settings.app.translationHelp": "Ferdiの翻訳作業にご協力をお願いします。", 268 "settings.app.translationHelp": "Ferdiumの翻訳作業にご協力をお願いします。",
269 "settings.app.universalDarkModeInfo": "ユニバーサルダークモードは、現在ダークモードがサポートされていないサービス向けにダークモードを動的に生成します。", 269 "settings.app.universalDarkModeInfo": "ユニバーサルダークモードは、現在ダークモードがサポートされていないサービス向けにダークモードを動的に生成します。",
270 "settings.app.updateStatusAvailable": "更新が見つかりました。ダウンロードしています...", 270 "settings.app.updateStatusAvailable": "更新が見つかりました。ダウンロードしています...",
271 "settings.app.updateStatusSearching": "アップデートを検索中...", 271 "settings.app.updateStatusSearching": "アップデートを検索中...",
272 "settings.app.updateStatusUpToDate": "お使いのFerdiは最新です", 272 "settings.app.updateStatusUpToDate": "お使いのFerdiumは最新です",
273 "settings.invite.headline": "知り合いを招待する", 273 "settings.invite.headline": "知り合いを招待する",
274 "settings.navigation.account": "アカウント", 274 "settings.navigation.account": "アカウント",
275 "settings.navigation.availableServices": "利用可能なサービス", 275 "settings.navigation.availableServices": "利用可能なサービス",
276 "settings.navigation.logout": "ログアウト", 276 "settings.navigation.logout": "ログアウト",
277 "settings.navigation.supportFerdi": "バージョン情報", 277 "settings.navigation.supportFerdium": "バージョン情報",
278 "settings.navigation.team": "チームを管理", 278 "settings.navigation.team": "チームを管理",
279 "settings.navigation.yourServices": "利用中のサービス", 279 "settings.navigation.yourServices": "利用中のサービス",
280 "settings.navigation.yourWorkspaces": "利用中のワークスペース", 280 "settings.navigation.yourWorkspaces": "利用中のワークスペース",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "利用可能なサービス", 289 "settings.recipes.headline": "利用可能なサービス",
290 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?", 290 "settings.recipes.missingService": "使いたいサービスが一覧にありませんか?",
291 "settings.recipes.mostPopular": "最も人気", 291 "settings.recipes.mostPopular": "最も人気",
292 "settings.recipes.nothingFound": "残念ながら、検索語に一致するサービスはありませんでした。しかし、「カスタムウェブサイト」のオプションを使用して追加することができます。新しいバージョンのFerdiではウェブサイトで紹介されているような、より多くのサービスが追加されていることがあります。それらの新しいサービスを追加するには、Ferdiのアップデートをご検討ください。", 292 "settings.recipes.nothingFound": "残念ながら、検索語に一致するサービスはありませんでした。しかし、「カスタムウェブサイト」のオプションを使用して追加することができます。新しいバージョンのFerdiumではウェブサイトで紹介されているような、より多くのサービスが追加されていることがあります。それらの新しいサービスを追加するには、Ferdiumのアップデートをご検討ください。",
293 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました", 293 "settings.recipes.servicesSuccessfulAddedInfo": "サービスが追加されました",
294 "settings.searchService": "サービスを検索", 294 "settings.searchService": "サービスを検索",
295 "settings.service.error.goBack": "サービスに戻る", 295 "settings.service.error.goBack": "サービスに戻る",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "user.jsを開く", 329 "settings.service.form.openUserJs": "user.jsを開く",
330 "settings.service.form.proxy.headline": "HTTP/HTTPSのプロキシ設定", 330 "settings.service.form.proxy.headline": "HTTP/HTTPSのプロキシ設定",
331 "settings.service.form.proxy.host": "プロキシサーバー/IP", 331 "settings.service.form.proxy.host": "プロキシサーバー/IP",
332 "settings.service.form.proxy.info": "プロキシ設定はFerdiサーバーと同期されません。", 332 "settings.service.form.proxy.info": "プロキシ設定はFerdiumサーバーと同期されません。",
333 "settings.service.form.proxy.isEnabled": "プロキシ設定を有効にする", 333 "settings.service.form.proxy.isEnabled": "プロキシ設定を有効にする",
334 "settings.service.form.proxy.password": "パスワード(オプション)", 334 "settings.service.form.proxy.password": "パスワード(オプション)",
335 "settings.service.form.proxy.port": "ポート", 335 "settings.service.form.proxy.port": "ポート",
336 "settings.service.form.proxy.restartInfo": "プロキシ設定を変更してから、Ferdiを再起動してください", 336 "settings.service.form.proxy.restartInfo": "プロキシ設定を変更してから、Ferdiumを再起動してください",
337 "settings.service.form.proxy.user": "ユーザー(オプション)", 337 "settings.service.form.proxy.user": "ユーザー(オプション)",
338 "settings.service.form.recipeFileInfo": "ユーザーファイルがウェブページに挿入されるので、任意の方法でサービスをカスタマイズできます。 ユーザーファイルはローカルにのみ保存され、同じアカウントを使用する他のコンピューターには転送されません。", 338 "settings.service.form.recipeFileInfo": "ユーザーファイルがウェブページに挿入されるので、任意の方法でサービスをカスタマイズできます。 ユーザーファイルはローカルにのみ保存され、同じアカウントを使用する他のコンピューターには転送されません。",
339 "settings.service.form.saveButton": "サービスの保存", 339 "settings.service.form.saveButton": "サービスの保存",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "無音となっています", 352 "settings.services.tooltip.isMuted": "無音となっています",
353 "settings.services.tooltip.notificationsDisabled": "通知は無効です", 353 "settings.services.tooltip.notificationsDisabled": "通知は無効です",
354 "settings.services.updatedInfo": "変更内容が保存されました", 354 "settings.services.updatedInfo": "変更内容が保存されました",
355 "settings.supportFerdi.about": "Ferdiの開発は貢献者により行われています。Ferdiを気に入った同士の皆さんです。この方々は自分の自由時間を利用してFerdiのメンテナンス、バグ修正、改良を行っています。", 355 "settings.supportFerdium.about": "Ferdiumの開発は貢献者により行われています。Ferdiumを気に入った同士の皆さんです。この方々は自分の自由時間を利用してFerdiumのメンテナンス、バグ修正、改良を行っています。",
356 "settings.supportFerdi.aboutIntro": "素晴らしい皆さんへ特別な感謝を申し上げます:", 356 "settings.supportFerdium.aboutIntro": "素晴らしい皆さんへ特別な感謝を申し上げます:",
357 "settings.supportFerdi.headline": "バージョン情報", 357 "settings.supportFerdium.headline": "バージョン情報",
358 "settings.team.contentHeadline": "Franzのチーム管理", 358 "settings.team.contentHeadline": "Franzのチーム管理",
359 "settings.team.copy": "Franzチーム管理では、複数のユーザーのFranzサブスクリプションを管理できます。Franzプレミアムのサブスクリプションは、Ferdiを使用する上で何の利点もないことに留意してください。レガシーなFranzのチームを管理し、アカウント管理機能を維持するためだけに、チーム管理にアクセスできるようになっています。", 359 "settings.team.copy": "Franzチーム管理では、複数のユーザーのFranzサブスクリプションを管理できます。Franzプレミアムのサブスクリプションは、Ferdiumを使用する上で何の利点もないことに留意してください。レガシーなFranzのチームを管理し、アカウント管理機能を維持するためだけに、チーム管理にアクセスできるようになっています。",
360 "settings.team.headline": "チーム", 360 "settings.team.headline": "チーム",
361 "settings.team.intro": "現在Franzサーバーを使用しているため、チーム管理にアクセスできます。", 361 "settings.team.intro": "現在Franzサーバーを使用しているため、チーム管理にアクセスできます。",
362 "settings.team.manageAction": "meetfranz.com でチームを管理", 362 "settings.team.manageAction": "meetfranz.com でチームを管理",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "まだワークスペースを1つも作成していません。", 385 "settings.workspaces.noWorkspacesAdded": "まだワークスペースを1つも作成していません。",
386 "settings.workspaces.tryReloadWorkspaces": "もう一度試す", 386 "settings.workspaces.tryReloadWorkspaces": "もう一度試す",
387 "settings.workspaces.updatedInfo": "変更内容が保存されました", 387 "settings.workspaces.updatedInfo": "変更内容が保存されました",
388 "settings.workspaces.workspaceFeatureHeadline": "ヒント: Ferdiワークスペースの紹介", 388 "settings.workspaces.workspaceFeatureHeadline": "ヒント: Ferdiumワークスペースの紹介",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdiワークスペースを使用すると、すぐに重要なことに集中できます。様々なサービスのセットを設定し、いつでも簡単に切り替えることができます。 必要なサービスを、必要な時に、必要な場所でご利用いただけますので、仕事に集中することも、好きな時に仕事から離れることも可能です。", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdiumワークスペースを使用すると、すぐに重要なことに集中できます。様々なサービスのセットを設定し、いつでも簡単に切り替えることができます。 必要なサービスを、必要な時に、必要な場所でご利用いただけますので、仕事に集中することも、好きな時に仕事から離れることも可能です。",
390 "settings.workspaces.workspacesRequestFailed": "ワークスペースを読み込めませんでした", 390 "settings.workspaces.workspacesRequestFailed": "ワークスペースを読み込めませんでした",
391 "setupAssistant.headline": "始めましょう", 391 "setupAssistant.headline": "始めましょう",
392 "setupAssistant.subheadline": "最も使用されているサービスの中から選択し、すぐにメッセージングの最新のやりとりに戻ってください。", 392 "setupAssistant.subheadline": "最も使用されているサービスの中から選択し、すぐにメッセージングの最新のやりとりに戻ってください。",
393 "setupAssistant.submit.label": "開始", 393 "setupAssistant.submit.label": "開始",
394 "sidebar.addNewService": "サービスを追加", 394 "sidebar.addNewService": "サービスを追加",
395 "sidebar.closeTodosDrawer": "Ferdi ToDoを閉じる", 395 "sidebar.closeTodosDrawer": "Ferdium ToDoを閉じる",
396 "sidebar.closeWorkspaceDrawer": "ワークスペースドロワーを閉じる", 396 "sidebar.closeWorkspaceDrawer": "ワークスペースドロワーを閉じる",
397 "sidebar.lockFerdi": "Ferdiをロック", 397 "sidebar.lockFerdium": "Ferdiumをロック",
398 "sidebar.muteApp": "通知とオーディオを無効化", 398 "sidebar.muteApp": "通知とオーディオを無効化",
399 "sidebar.openTodosDrawer": "Ferdi ToDoを開く", 399 "sidebar.openTodosDrawer": "Ferdium ToDoを開く",
400 "sidebar.openWorkspaceDrawer": "ワークスペースドロワーを開く", 400 "sidebar.openWorkspaceDrawer": "ワークスペースドロワーを開く",
401 "sidebar.unmuteApp": "通知とオーディオを有効化", 401 "sidebar.unmuteApp": "通知とオーディオを有効化",
402 "signup.email.label": "メールアドレス", 402 "signup.email.label": "メールアドレス",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "名", 404 "signup.firstname.label": "名",
405 "signup.headline": "アカウントの作成", 405 "signup.headline": "アカウントの作成",
406 "signup.lastname.label": "姓", 406 "signup.lastname.label": "姓",
407 "signup.legal.info": "Ferdiアカウントを作成することで、以下の規約に同意したものとみなします", 407 "signup.legal.info": "Ferdiumアカウントを作成することで、以下の規約に同意したものとみなします",
408 "signup.legal.privacy": "プライバシーについて", 408 "signup.legal.privacy": "プライバシーについて",
409 "signup.legal.terms": "利用規約", 409 "signup.legal.terms": "利用規約",
410 "signup.link.login": "アカウントを既に持っていますか? こちらからサインイン", 410 "signup.link.login": "アカウントを既に持っていますか? こちらからサインイン",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "ワークスペース", 440 "workspaceDrawer.headline": "ワークスペース",
441 "workspaceDrawer.item.contextMenuEdit": "編集", 441 "workspaceDrawer.item.contextMenuEdit": "編集",
442 "workspaceDrawer.item.noServicesAddedYet": "まだサービスが追加されていません", 442 "workspaceDrawer.item.noServicesAddedYet": "まだサービスが追加されていません",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdiワークスペースを使用すると、すぐに重要なことに集中できます。異なるサービス群を設定し、いつでも簡単に切り替えることができます。</p><p> 必要なサービスを、必要な時に、必要な場所でご利用いただけますので、好きな時に仕事に集中することも離れることも可能です。</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdiumワークスペースを使用すると、すぐに重要なことに集中できます。異なるサービス群を設定し、いつでも簡単に切り替えることができます。</p><p> 必要なサービスを、必要な時に、必要な場所でご利用いただけますので、好きな時に仕事に集中することも離れることも可能です。</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "ワークスペースの設定を編集する", 444 "workspaceDrawer.workspacesSettingsTooltip": "ワークスペースの設定を編集する",
445 "workspaces.switchingIndicator.switchingTo": "切り替え先:" 445 "workspaces.switchingIndicator.switchingTo": "切り替え先:"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 0a08cd51f..784750b17 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა", 23 "global.api.unhealthy": "Ferdium-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა",
24 "global.cancel": "გაუქმება", 24 "global.cancel": "გაუქმება",
25 "global.edit": "რედაქტირება", 25 "global.edit": "რედაქტირება",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.", 27 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "გამოსვლა", 29 "global.quit": "გამოსვლა",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "პარამეტრები", 32 "global.settings": "პარამეტრები",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "შემოიტანე Ferdi 4-ის სერვისები", 41 "import.headline": "შემოიტანე Ferdium 4-ის სერვისები",
42 "import.notSupportedHeadline": "სერვისები ჯერ არ არის მხარდაჭერილი Ferdi 5-ში", 42 "import.notSupportedHeadline": "სერვისები ჯერ არ არის მხარდაჭერილი Ferdium 5-ში",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "სერვისებისა და მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა", 50 "infobar.requiredRequestsFailed": "სერვისებისა და მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა",
51 "infobar.servicesUpdated": "თქვენი სერვისები განახლებულია.", 51 "infobar.servicesUpdated": "თქვენი სერვისები განახლებულია.",
52 "infobar.updateAvailable": "განახლება Ferdi-ისთვის ხელმისაწვდომია.", 52 "infobar.updateAvailable": "განახლება Ferdium-ისთვის ხელმისაწვდომია.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "მეილი", 54 "invite.email.label": "მეილი",
55 "invite.headline.friends": "მოიწვიეთ 3 თქვენი მეგობარი ან კოლეგა", 55 "invite.headline.friends": "მოიწვიეთ 3 თქვენი მეგობარი ან კოლეგა",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "მეილი", 70 "login.email.label": "მეილი",
71 "login.headline": "შესვლა", 71 "login.headline": "შესვლა",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.", 78 "login.tokenExpired": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "Ferdi-ის შესახებ", 81 "menu.app.about": "Ferdium-ის შესახებ",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "განახლებების შემოწმება", 83 "menu.app.checkForUpdates": "განახლებების შემოწმება",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "კონფიდენციალურობის შესახებ", 110 "menu.help.privacy": "კონფიდენციალურობის შესახებ",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "დაწყება", 163 "services.getStarted": "დაწყება",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "ანგარიშის მართვა", 167 "settings.account.account.editButton": "ანგარიშის მართვა",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "პროფილის განახლება", 170 "settings.account.buttonSave": "პროფილის განახლება",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "ანგარიში", 174 "settings.account.headline": "ანგარიში",
175 "settings.account.headlineAccount": "ანგარიშის ინფორმაცია", 175 "settings.account.headlineAccount": "ანგარიშის ინფორმაცია",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "სცადეთ ხელახლა", 181 "settings.account.tryReloadServices": "სცადეთ ხელახლა",
182 "settings.account.tryReloadUserInfoRequest": "სცადეთ ხელახლა", 182 "settings.account.tryReloadUserInfoRequest": "სცადეთ ხელახლა",
183 "settings.account.userInfoRequestFailed": "მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა", 183 "settings.account.userInfoRequestFailed": "მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება", 187 "settings.app.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "განახლებების შემოწმება", 190 "settings.app.buttonSearchForUpdate": "განახლებების შემოწმება",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "ამჟამინდელი ვერსია:", 194 "settings.app.currentVersion": "ამჟამინდელი ვერსია:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "გახსენით ფონზე", 198 "settings.app.form.autoLaunchInBackground": "გახსენით ფონზე",
199 "settings.app.form.autoLaunchOnStart": "გაეშვას Ferdi სისტემის ჩატვირთვისას", 199 "settings.app.form.autoLaunchOnStart": "გაეშვას Ferdium სისტემის ჩატვირთვისას",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "ენა", 220 "settings.app.form.language": "ენა",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში", 222 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdium სისტემის უჯრაში",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "დატოვეთ Ferdi გაშვებული როდესაც ფანჯარა დაიხურება", 229 "settings.app.form.runInBackground": "დატოვეთ Ferdium გაშვებული როდესაც ფანჯარა დაიხურება",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "ენა", 252 "settings.app.headlineLanguage": "ენა",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "განახლებები", 254 "settings.app.headlineUpdates": "განახლებები",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "განახლება ხელმისაწვდომია, იწყება გადმოწერა...", 270 "settings.app.updateStatusAvailable": "განახლება ხელმისაწვდომია, იწყება გადმოწერა...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "თქვენ იყენებთ Ferdi-ის უახლეს ვერსიას", 272 "settings.app.updateStatusUpToDate": "თქვენ იყენებთ Ferdium-ის უახლეს ვერსიას",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "ანგარიში", 274 "settings.navigation.account": "ანგარიში",
275 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები", 275 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები",
276 "settings.navigation.logout": "გასვლა", 276 "settings.navigation.logout": "გასვლა",
277 "settings.navigation.supportFerdi": "Ferdi-ის შესახებ", 277 "settings.navigation.supportFerdium": "Ferdium-ის შესახებ",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "თქვენი სერვისები", 279 "settings.navigation.yourServices": "თქვენი სერვისები",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "ხელმისაწვდომი სერვისები", 289 "settings.recipes.headline": "ხელმისაწვდომი სერვისები",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "ყველაზე პოპულარული", 291 "settings.recipes.mostPopular": "ყველაზე პოპულარული",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა", 293 "settings.recipes.servicesSuccessfulAddedInfo": "სერვისი წარმატებით დაემატა",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "სერვისებში დაბრუნება", 295 "settings.service.error.goBack": "სერვისებში დაბრუნება",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "სერვისის შენახვა", 339 "settings.service.form.saveButton": "სერვისის შენახვა",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "შეტყობინებები გათიშულია", 353 "settings.services.tooltip.notificationsDisabled": "შეტყობინებები გათიშულია",
354 "settings.services.updatedInfo": "თქვენი ცვლილებები შენახულია", 354 "settings.services.updatedInfo": "თქვენი ცვლილებები შენახულია",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Ferdi-ის შესახებ", 357 "settings.supportFerdium.headline": "Ferdium-ის შესახებ",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "გუნდი", 360 "settings.team.headline": "გუნდი",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "სცადეთ ხელახლა", 386 "settings.workspaces.tryReloadWorkspaces": "სცადეთ ხელახლა",
387 "settings.workspaces.updatedInfo": "თქვენი ცვლილებები შენახულია", 387 "settings.workspaces.updatedInfo": "თქვენი ცვლილებები შენახულია",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "მეილი", 402 "signup.email.label": "მეილი",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "ანგარიშის შექმნა", 405 "signup.headline": "ანგარიშის შექმნა",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "Ferdi-ის ანგარიშის შექმნით თქვენ ეთანხმებით", 407 "signup.legal.info": "Ferdium-ის ანგარიშის შექმნით თქვენ ეთანხმებით",
408 "signup.legal.privacy": "კონფიდენციალურობის შესახებ", 408 "signup.legal.privacy": "კონფიდენციალურობის შესახებ",
409 "signup.legal.terms": "მომსახურების პირობები", 409 "signup.legal.terms": "მომსახურების პირობები",
410 "signup.link.login": "უკვე გაქვთ ანგარიში?", 410 "signup.link.login": "უკვე გაქვთ ანგარიში?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "რედაქტირება", 441 "workspaceDrawer.item.contextMenuEdit": "რედაქტირება",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index f44f762b4..b8fb41d4f 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "connectionLostBanner.cta": "Reload Service", 4 "connectionLostBanner.cta": "Reload Service",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdium {version}",
8 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
9 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
10 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
11 "feature.shareFranz.headline": "Ferdi is better together!", 11 "feature.shareFranz.headline": "Ferdium is better together!",
12 "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", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdium is and help us to spread the word.",
15 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdium online services",
16 "global.edit": "Edit", 16 "global.edit": "Edit",
17 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdium Professional Required",
18 "global.notConnectedToTheInternet": "You are not connected to the internet.", 18 "global.notConnectedToTheInternet": "You are not connected to the internet.",
19 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings", 20 "global.settings": "Settings",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
24 "global.spellchecking.language": "Spell checking language", 24 "global.spellchecking.language": "Spell checking language",
25 "global.submit": "Submit", 25 "global.submit": "Submit",
26 "import.headline": "Import your Ferdi 4 services", 26 "import.headline": "Import your Ferdium 4 services",
27 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 27 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
28 "import.skip.label": "I want to add services manually", 28 "import.skip.label": "I want to add services manually",
29 "import.submit.label": "Import services", 29 "import.submit.label": "Import services",
30 "infobar.buttonChangelog": "What is new?", 30 "infobar.buttonChangelog": "What is new?",
@@ -32,7 +32,7 @@
32 "infobar.buttonReloadServices": "Reload services", 32 "infobar.buttonReloadServices": "Reload services",
33 "infobar.requiredRequestsFailed": "Could not load services and user information", 33 "infobar.requiredRequestsFailed": "Could not load services and user information",
34 "infobar.servicesUpdated": "Your services have been updated.", 34 "infobar.servicesUpdated": "Your services have been updated.",
35 "infobar.updateAvailable": "A new update for Ferdi is available.", 35 "infobar.updateAvailable": "A new update for Ferdium is available.",
36 "invite.email.label": "Email address", 36 "invite.email.label": "Email address",
37 "invite.headline.friends": "Invite 3 of your friends or colleagues", 37 "invite.headline.friends": "Invite 3 of your friends or colleagues",
38 "invite.name.label": "Name", 38 "invite.name.label": "Name",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Your session expired, please login again.", 50 "login.tokenExpired": "Your session expired, please login again.",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "About Ferdi", 53 "menu.app.about": "About Ferdium",
54 "menu.app.announcement": "What's new?", 54 "menu.app.announcement": "What's new?",
55 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
56 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Changelog", 75 "menu.help.changelog": "Changelog",
76 "menu.help.debugInfo": "Copy Debug Information", 76 "menu.help.debugInfo": "Copy Debug Information",
77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
79 "menu.help.learnMore": "Learn More", 79 "menu.help.learnMore": "Learn More",
80 "menu.help.privacy": "Privacy Statement", 80 "menu.help.privacy": "Privacy Statement",
81 "menu.help.support": "Support", 81 "menu.help.support": "Support",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "View", 90 "menu.view": "View",
91 "menu.view.reloadFerdi": "Reload Ferdi", 91 "menu.view.reloadFerdium": "Reload Ferdium",
92 "menu.view.reloadService": "Reload Service", 92 "menu.view.reloadService": "Reload Service",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "Actual Size", 94 "menu.view.resetZoom": "Actual Size",
@@ -141,14 +141,14 @@
141 "service.errorHandler.text": "{name} has failed to load.", 141 "service.errorHandler.text": "{name} has failed to load.",
142 "service.webviewLoader.loading": "Loading", 142 "service.webviewLoader.loading": "Loading",
143 "services.getStarted": "Get started", 143 "services.getStarted": "Get started",
144 "services.welcome": "Welcome to Ferdi", 144 "services.welcome": "Welcome to Ferdium",
145 "settings.account.account.editButton": "Edit account", 145 "settings.account.account.editButton": "Edit account",
146 "settings.account.accountType.basic": "Basic Account", 146 "settings.account.accountType.basic": "Basic Account",
147 "settings.account.accountType.premium": "Premium Supporter Account", 147 "settings.account.accountType.premium": "Premium Supporter Account",
148 "settings.account.buttonSave": "Update profile", 148 "settings.account.buttonSave": "Update profile",
149 "settings.account.deleteAccount": "Delete account", 149 "settings.account.deleteAccount": "Delete account",
150 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 150 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
151 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 151 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
152 "settings.account.headline": "Account", 152 "settings.account.headline": "Account",
153 "settings.account.headlineAccount": "Account information", 153 "settings.account.headlineAccount": "Account information",
154 "settings.account.headlineDangerZone": "Danger Zone", 154 "settings.account.headlineDangerZone": "Danger Zone",
@@ -159,24 +159,24 @@
159 "settings.account.tryReloadServices": "Try again", 159 "settings.account.tryReloadServices": "Try again",
160 "settings.account.tryReloadUserInfoRequest": "Try again", 160 "settings.account.tryReloadUserInfoRequest": "Try again",
161 "settings.account.userInfoRequestFailed": "Could not load user information", 161 "settings.account.userInfoRequestFailed": "Could not load user information",
162 "settings.account.yourLicense": "Your Ferdi License", 162 "settings.account.yourLicense": "Your Ferdium License",
163 "settings.app.buttonClearAllCache": "Clear cache", 163 "settings.app.buttonClearAllCache": "Clear cache",
164 "settings.app.buttonInstallUpdate": "Restart & install update", 164 "settings.app.buttonInstallUpdate": "Restart & install update",
165 "settings.app.buttonSearchForUpdate": "Check for updates", 165 "settings.app.buttonSearchForUpdate": "Check for updates",
166 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 166 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
167 "settings.app.currentVersion": "Current version:", 167 "settings.app.currentVersion": "Current version:",
168 "settings.app.form.autoLaunchInBackground": "Open in background", 168 "settings.app.form.autoLaunchInBackground": "Open in background",
169 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 169 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
170 "settings.app.form.beta": "Include beta versions", 170 "settings.app.form.beta": "Include beta versions",
171 "settings.app.form.darkMode": "Join the Dark Side", 171 "settings.app.form.darkMode": "Join the Dark Side",
172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
173 "settings.app.form.enableSpellchecking": "Enable spell checking", 173 "settings.app.form.enableSpellchecking": "Enable spell checking",
174 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 174 "settings.app.form.enableSystemTray": "Show Ferdium in system tray",
175 "settings.app.form.enableTodos": "Enable Ferdi Todos", 175 "settings.app.form.enableTodos": "Enable Ferdium Todos",
176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
177 "settings.app.form.language": "Language", 177 "settings.app.form.language": "Language",
178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
180 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
@@ -187,10 +187,10 @@
187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
188 "settings.app.restartRequired": "Changes require restart", 188 "settings.app.restartRequired": "Changes require restart",
189 "settings.app.subheadlineCache": "Cache", 189 "settings.app.subheadlineCache": "Cache",
190 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 190 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
191 "settings.app.updateStatusAvailable": "Update available, downloading...", 191 "settings.app.updateStatusAvailable": "Update available, downloading...",
192 "settings.app.updateStatusSearching": "Is searching for update", 192 "settings.app.updateStatusSearching": "Is searching for update",
193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
194 "settings.invite.headline": "Invite Friends", 194 "settings.invite.headline": "Invite Friends",
195 "settings.navigation.account": "Account", 195 "settings.navigation.account": "Account",
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
@@ -210,7 +210,7 @@
210 "settings.recipes.headline": "Available services", 210 "settings.recipes.headline": "Available services",
211 "settings.recipes.missingService": "Missing a service?", 211 "settings.recipes.missingService": "Missing a service?",
212 "settings.recipes.mostPopular": "Most popular", 212 "settings.recipes.mostPopular": "Most popular",
213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
215 "settings.searchService": "Search service", 215 "settings.searchService": "Search service",
216 "settings.service.error.goBack": "Back to services", 216 "settings.service.error.goBack": "Back to services",
@@ -219,7 +219,7 @@
219 "settings.service.form.addServiceHeadline": "Add {name}", 219 "settings.service.form.addServiceHeadline": "Add {name}",
220 "settings.service.form.availableServices": "Available services", 220 "settings.service.form.availableServices": "Available services",
221 "settings.service.form.customUrl": "Custom server", 221 "settings.service.form.customUrl": "Custom server",
222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdium Premium Supporter Account.",
223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
224 "settings.service.form.deleteButton": "Delete service", 224 "settings.service.form.deleteButton": "Delete service",
225 "settings.service.form.editServiceHeadline": "Edit {name}", 225 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -242,11 +242,11 @@
242 "settings.service.form.name": "Name", 242 "settings.service.form.name": "Name",
243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
244 "settings.service.form.proxy.host": "Proxy Host/IP", 244 "settings.service.form.proxy.host": "Proxy Host/IP",
245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdium servers.",
246 "settings.service.form.proxy.isEnabled": "Use Proxy", 246 "settings.service.form.proxy.isEnabled": "Use Proxy",
247 "settings.service.form.proxy.password": "Password (optional)", 247 "settings.service.form.proxy.password": "Password (optional)",
248 "settings.service.form.proxy.port": "Port", 248 "settings.service.form.proxy.port": "Port",
249 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 249 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
250 "settings.service.form.proxy.user": "User (optional)", 250 "settings.service.form.proxy.user": "User (optional)",
251 "settings.service.form.saveButton": "Save service", 251 "settings.service.form.saveButton": "Save service",
252 "settings.service.form.tabHosted": "Hosted", 252 "settings.service.form.tabHosted": "Hosted",
@@ -290,17 +290,17 @@
290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
291 "settings.workspaces.tryReloadWorkspaces": "Try again", 291 "settings.workspaces.tryReloadWorkspaces": "Try again",
292 "settings.workspaces.updatedInfo": "Your changes have been saved", 292 "settings.workspaces.updatedInfo": "Your changes have been saved",
293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
294 "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.", 294 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
296 "setupAssistant.headline": "Let's get started", 296 "setupAssistant.headline": "Let's get started",
297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
298 "setupAssistant.submit.label": "Let's go", 298 "setupAssistant.submit.label": "Let's go",
299 "sidebar.addNewService": "Add new service", 299 "sidebar.addNewService": "Add new service",
300 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 300 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
302 "sidebar.muteApp": "Disable notifications & audio", 302 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 303 "sidebar.openTodosDrawer": "Open Ferdium Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 304 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.unmuteApp": "Enable notifications & audio", 305 "sidebar.unmuteApp": "Enable notifications & audio",
306 "signup.email.label": "Email address", 306 "signup.email.label": "Email address",
@@ -308,7 +308,7 @@
308 "signup.firstname.label": "First Name", 308 "signup.firstname.label": "First Name",
309 "signup.headline": "Sign up", 309 "signup.headline": "Sign up",
310 "signup.lastname.label": "Last Name", 310 "signup.lastname.label": "Last Name",
311 "signup.legal.info": "By creating a Ferdi account you accept the", 311 "signup.legal.info": "By creating a Ferdium account you accept the",
312 "signup.legal.privacy": "Privacy Statement", 312 "signup.legal.privacy": "Privacy Statement",
313 "signup.legal.terms": "Terms of service", 313 "signup.legal.terms": "Terms of service",
314 "signup.link.login": "Already have an account, sign in?", 314 "signup.link.login": "Already have an account, sign in?",
@@ -341,7 +341,7 @@
341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
344 "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>", 344 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
346 "workspaces.switchingIndicator.switchingTo": "Switching to" 346 "workspaces.switchingIndicator.switchingTo": "Switching to"
347} 347}
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index 6bb5e1249..56542e210 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "서버 번경", 5 "changeserver.headline": "서버 번경",
6 "changeserver.label": "서버", 6 "changeserver.label": "서버",
7 "changeserver.urlError": "유효한 URL을 입력하세요", 7 "changeserver.urlError": "유효한 URL을 입력하세요",
8 "changeserver.warning": "Ferdi에서 제공하는 추가 설정은 저장되지 않습니다", 8 "changeserver.warning": "Ferdium에서 제공하는 추가 설정은 저장되지 않습니다",
9 "connectionLostBanner.cta": "서비스 재시작", 9 "connectionLostBanner.cta": "서비스 재시작",
10 "connectionLostBanner.informationLink": "무슨 일인가요?", 10 "connectionLostBanner.informationLink": "무슨 일인가요?",
11 "connectionLostBanner.message": "오 저런! Ferdi가 {name} 과 연결이 끊겼습니다.", 11 "connectionLostBanner.message": "오 저런! Ferdium가 {name} 과 연결이 끊겼습니다.",
12 "feature.basicAuth.signIn": "로그인", 12 "feature.basicAuth.signIn": "로그인",
13 "feature.publishDebugInfo.error": "디버그 정보를 공개하는데 오류가 발생했습니다. 조금 뒤에 다시 시도하거나 콘솔을 통해 정보를 확인하십시오.", 13 "feature.publishDebugInfo.error": "디버그 정보를 공개하는데 오류가 발생했습니다. 조금 뒤에 다시 시도하거나 콘솔을 통해 정보를 확인하십시오.",
14 "feature.publishDebugInfo.info": "디버그 정보를 공개하는 것은 Ferdi의 오류를 찾는데 도움이 됩니다. 디버그 정보를 공개함으로 Ferdi Debugger의 개인정보보호정책과 이용 약관을 동의하는 것으로 간주합니다.", 14 "feature.publishDebugInfo.info": "디버그 정보를 공개하는 것은 Ferdium의 오류를 찾는데 도움이 됩니다. 디버그 정보를 공개함으로 Ferdium Debugger의 개인정보보호정책과 이용 약관을 동의하는 것으로 간주합니다.",
15 "feature.publishDebugInfo.privacy": "개인정보보호정책", 15 "feature.publishDebugInfo.privacy": "개인정보보호정책",
16 "feature.publishDebugInfo.publish": "동의 및 공개", 16 "feature.publishDebugInfo.publish": "동의 및 공개",
17 "feature.publishDebugInfo.published": "디버그 로그가 공개되었고 다음에서 확인 가능합니다.", 17 "feature.publishDebugInfo.published": "디버그 로그가 공개되었고 다음에서 확인 가능합니다.",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "서비스를 TAB, ↑, ↓을 이용해 선택할 수 있습니다. ENTER를 이용하여 서비스를 열 수 있습니다.", 20 "feature.quickSwitch.info": "서비스를 TAB, ↑, ↓을 이용해 선택할 수 있습니다. ENTER를 이용하여 서비스를 열 수 있습니다.",
21 "feature.quickSwitch.search": "검색...", 21 "feature.quickSwitch.search": "검색...",
22 "feature.quickSwitch.title": "빠른 검색", 22 "feature.quickSwitch.title": "빠른 검색",
23 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.", 23 "global.api.unhealthy": "Ferdium 온라인 서비스에 연결할 수 없습니다.",
24 "global.cancel": "취소", 24 "global.cancel": "취소",
25 "global.edit": "편집", 25 "global.edit": "편집",
26 "global.no": "아니오", 26 "global.no": "아니오",
27 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.", 27 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.",
28 "global.ok": "확인", 28 "global.ok": "확인",
29 "global.quit": "종료", 29 "global.quit": "종료",
30 "global.quitConfirmation": "정말로 Ferdi를 종료 하시겠습니까?", 30 "global.quitConfirmation": "정말로 Ferdium를 종료 하시겠습니까?",
31 "global.save": "저장", 31 "global.save": "저장",
32 "global.settings": "설정", 32 "global.settings": "설정",
33 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})", 33 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "'https://whatmyuseragent.com/' 또는 'https://developers.whatismybrowser.com/useragents/explore/'에서 원하는 유저 에이전트를 확인 또는 선택하여 복사하고 여기에 붙여넣으세요.", 38 "global.userAgentHelp": "'https://whatmyuseragent.com/' 또는 'https://developers.whatismybrowser.com/useragents/explore/'에서 원하는 유저 에이전트를 확인 또는 선택하여 복사하고 여기에 붙여넣으세요.",
39 "global.userAgentPref": "유저 에이전트", 39 "global.userAgentPref": "유저 에이전트",
40 "global.yes": "네", 40 "global.yes": "네",
41 "import.headline": "Ferdi 4 서비스를 가져오기", 41 "import.headline": "Ferdium 4 서비스를 가져오기",
42 "import.notSupportedHeadline": "Ferdi 5에서 아직 지원되지 않는 서비스입니다.", 42 "import.notSupportedHeadline": "Ferdium 5에서 아직 지원되지 않는 서비스입니다.",
43 "import.skip.label": "수동으로 서비스 추가", 43 "import.skip.label": "수동으로 서비스 추가",
44 "import.submit.label": "{count} 개의 서비스를 가져오기", 44 "import.submit.label": "{count} 개의 서비스를 가져오기",
45 "infobar.authRequestFailed": "인증 요청 중 오류가 발생했습니다. 오류가 지속되는 경우 로그아웃 후 다시 로그인해주세요.", 45 "infobar.authRequestFailed": "인증 요청 중 오류가 발생했습니다. 오류가 지속되는 경우 로그아웃 후 다시 로그인해주세요.",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "Touch ID로 잠금 해제", 65 "locked.touchIdPrompt": "Touch ID로 잠금 해제",
66 "locked.unlockWithPassword": "비밀번호로 열기", 66 "locked.unlockWithPassword": "비밀번호로 열기",
67 "login.changeServer": "서버 번경", 67 "login.changeServer": "서버 번경",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "이메일 주소", 70 "login.email.label": "이메일 주소",
71 "login.headline": "로그인", 71 "login.headline": "로그인",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "세션이 만료되었습니다. 다시 로그인 하세요.", 78 "login.tokenExpired": "세션이 만료되었습니다. 다시 로그인 하세요.",
79 "menu.Todoss.closeTodosDrawer": "Todos 서랍 닫기", 79 "menu.Todoss.closeTodosDrawer": "Todos 서랍 닫기",
80 "menu.Todoss.openTodosDrawer": "Todos 서랍 열기", 80 "menu.Todoss.openTodosDrawer": "Todos 서랍 열기",
81 "menu.app.about": "Ferdi에 대해", 81 "menu.app.about": "Ferdium에 대해",
82 "menu.app.autohideMenuBar": "메뉴바 자동 감춤", 82 "menu.app.autohideMenuBar": "메뉴바 자동 감춤",
83 "menu.app.checkForUpdates": "업데이트 확인", 83 "menu.app.checkForUpdates": "업데이트 확인",
84 "menu.app.hide": "숨기기", 84 "menu.app.hide": "숨기기",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "변경 내역", 104 "menu.help.changelog": "변경 내역",
105 "menu.help.debugInfo": "디버그 정보 복사", 105 "menu.help.debugInfo": "디버그 정보 복사",
106 "menu.help.debugInfoCopiedBody": "디버그 정보가 클립보드에 복사되었습니다.", 106 "menu.help.debugInfoCopiedBody": "디버그 정보가 클립보드에 복사되었습니다.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi 디버그 정보", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium 디버그 정보",
108 "menu.help.importExportData": "설정 가져오기/내보내기", 108 "menu.help.importExportData": "설정 가져오기/내보내기",
109 "menu.help.learnMore": "자세히 보기", 109 "menu.help.learnMore": "자세히 보기",
110 "menu.help.privacy": "개인정보보호정책", 110 "menu.help.privacy": "개인정보보호정책",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "뒤로가기", 122 "menu.view.back": "뒤로가기",
123 "menu.view.forward": "앞으로 가기", 123 "menu.view.forward": "앞으로 가기",
124 "menu.view.lockFerdi": "Ferdi 잠금", 124 "menu.view.lockFerdium": "Ferdium 잠금",
125 "menu.view.openQuickSwitch": "Quick Switch 열기", 125 "menu.view.openQuickSwitch": "Quick Switch 열기",
126 "menu.view.reloadFerdi": "Ferdi 재시작", 126 "menu.view.reloadFerdium": "Ferdium 재시작",
127 "menu.view.reloadService": "서비스 재시작", 127 "menu.view.reloadService": "서비스 재시작",
128 "menu.view.reloadTodos": "ToDos 새로고침", 128 "menu.view.reloadTodos": "ToDos 새로고침",
129 "menu.view.resetZoom": "실제 크기", 129 "menu.view.resetZoom": "실제 크기",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} 불러오는데 실패하였습니다.", 161 "service.errorHandler.text": "{name} 불러오는데 실패하였습니다.",
162 "service.webviewLoader.loading": "{service} 로딩 중", 162 "service.webviewLoader.loading": "{service} 로딩 중",
163 "services.getStarted": "시작하기", 163 "services.getStarted": "시작하기",
164 "services.login": "Ferdi를 사용해 로그인하세요.", 164 "services.login": "Ferdium를 사용해 로그인하세요.",
165 "services.serverInfo": "선택적으로, 왼쪽 하단에 있는 톱니바퀴를 클릭하여 Ferdi 서버를 변경할 수 있습니다. 만약 (호스트 서버들 중 하나에서) Ferdi를 계정 없이 사용하도록 전환하는 중이라면, 도움말 메뉴를 통해 사용자의 정보를 해당 서버에서 내보낸 뒤에 다시 불러와서 모든 워크스페이스들과 설정된 서비스들을 되살릴 수 있음을 알아두세요.", 165 "services.serverInfo": "선택적으로, 왼쪽 하단에 있는 톱니바퀴를 클릭하여 Ferdium 서버를 변경할 수 있습니다. 만약 (호스트 서버들 중 하나에서) Ferdium를 계정 없이 사용하도록 전환하는 중이라면, 도움말 메뉴를 통해 사용자의 정보를 해당 서버에서 내보낸 뒤에 다시 불러와서 모든 워크스페이스들과 설정된 서비스들을 되살릴 수 있음을 알아두세요.",
166 "services.serverless": "계정없이 Ferdi 사용하기", 166 "services.serverless": "계정없이 Ferdium 사용하기",
167 "settings.account.account.editButton": "계정 설정", 167 "settings.account.account.editButton": "계정 설정",
168 "settings.account.accountUnavailable": "계정을 사용할 수 없습니다.", 168 "settings.account.accountUnavailable": "계정을 사용할 수 없습니다.",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "프로필 수정", 170 "settings.account.buttonSave": "프로필 수정",
171 "settings.account.deleteAccount": "계정 삭제", 171 "settings.account.deleteAccount": "계정 삭제",
172 "settings.account.deleteEmailSent": "받은 이메일에 있는 링크를 통해 계정 삭제를 확인했다면 계정과 데이터는 복구되지 않습니다.", 172 "settings.account.deleteEmailSent": "받은 이메일에 있는 링크를 통해 계정 삭제를 확인했다면 계정과 데이터는 복구되지 않습니다.",
173 "settings.account.deleteInfo": "더 이상 Ferdi 계정이 필요하지 않다면 여기서 모든 관련한 데이터와 계정을 삭제할 수 있습니다.", 173 "settings.account.deleteInfo": "더 이상 Ferdium 계정이 필요하지 않다면 여기서 모든 관련한 데이터와 계정을 삭제할 수 있습니다.",
174 "settings.account.headline": "계정", 174 "settings.account.headline": "계정",
175 "settings.account.headlineAccount": "계정 정보", 175 "settings.account.headlineAccount": "계정 정보",
176 "settings.account.headlineDangerZone": "위험한 설정", 176 "settings.account.headlineDangerZone": "위험한 설정",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "다시 시도하세요.", 181 "settings.account.tryReloadServices": "다시 시도하세요.",
182 "settings.account.tryReloadUserInfoRequest": "다시 시도하세요.", 182 "settings.account.tryReloadUserInfoRequest": "다시 시도하세요.",
183 "settings.account.userInfoRequestFailed": "사용자 정보를 불러올 수 없습니다.", 183 "settings.account.userInfoRequestFailed": "사용자 정보를 불러올 수 없습니다.",
184 "settings.account.yourLicense": "Ferdi 라이센스:", 184 "settings.account.yourLicense": "Ferdium 라이센스:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "캐시 지우기", 186 "settings.app.buttonClearAllCache": "캐시 지우기",
187 "settings.app.buttonInstallUpdate": "재시작 후 업데이트 설치", 187 "settings.app.buttonInstallUpdate": "재시작 후 업데이트 설치",
188 "settings.app.buttonOpenFerdiProfileFolder": "프로파일 폴더 열기", 188 "settings.app.buttonOpenFerdiumProfileFolder": "프로파일 폴더 열기",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "서비스 레시피 폴더 열기", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "서비스 레시피 폴더 열기",
190 "settings.app.buttonSearchForUpdate": "업데이트 확인", 190 "settings.app.buttonSearchForUpdate": "업데이트 확인",
191 "settings.app.cacheInfo": "현재 Ferdi 캐시가 디스크 공간의 {size} 만큼 사용하고 있습니다.", 191 "settings.app.cacheInfo": "현재 Ferdium 캐시가 디스크 공간의 {size} 만큼 사용하고 있습니다.",
192 "settings.app.cacheNotCleared": "모든 캐시를 지우지 못했습니다.", 192 "settings.app.cacheNotCleared": "모든 캐시를 지우지 못했습니다.",
193 "settings.app.closeSettings": "설정 닫기", 193 "settings.app.closeSettings": "설정 닫기",
194 "settings.app.currentVersion": "현재 버전:", 194 "settings.app.currentVersion": "현재 버전:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "사용하고 있는 OS의 다크 모드 설정과 동기화합니다.", 196 "settings.app.form.adaptableDarkMode": "사용하고 있는 OS의 다크 모드 설정과 동기화합니다.",
197 "settings.app.form.alwaysShowWorkspaces": "작업공간 영역을 항상 표시하기", 197 "settings.app.form.alwaysShowWorkspaces": "작업공간 영역을 항상 표시하기",
198 "settings.app.form.autoLaunchInBackground": "백그라운드로 열기", 198 "settings.app.form.autoLaunchInBackground": "백그라운드로 열기",
199 "settings.app.form.autoLaunchOnStart": "부팅 시 Ferdi 실행", 199 "settings.app.form.autoLaunchOnStart": "부팅 시 Ferdium 실행",
200 "settings.app.form.automaticUpdates": "업데이트 활성화", 200 "settings.app.form.automaticUpdates": "업데이트 활성화",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "클립보드 이벤트 관련 알림을 보지 않기", 202 "settings.app.form.clipboardNotifications": "클립보드 이벤트 관련 알림을 보지 않기",
203 "settings.app.form.closeToSystemTray": "Ferdi 시스템 트레이로 닫기", 203 "settings.app.form.closeToSystemTray": "Ferdium 시스템 트레이로 닫기",
204 "settings.app.form.confirmOnQuit": "Ferdi 종료시 확인", 204 "settings.app.form.confirmOnQuit": "Ferdium 종료시 확인",
205 "settings.app.form.customTodoServer": "커스텀 Todo 서버", 205 "settings.app.form.customTodoServer": "커스텀 Todo 서버",
206 "settings.app.form.darkMode": "다크 모드 활성화", 206 "settings.app.form.darkMode": "다크 모드 활성화",
207 "settings.app.form.enableGPUAcceleration": "GPU 가속 사용", 207 "settings.app.form.enableGPUAcceleration": "GPU 가속 사용",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "암호 잠금 활성화", 209 "settings.app.form.enableLock": "암호 잠금 활성화",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "메뉴 바에서 Ferdi 항상 표시하기", 211 "settings.app.form.enableMenuBar": "메뉴 바에서 Ferdium 항상 표시하기",
212 "settings.app.form.enableSpellchecking": "맞춤법 검사 활성화", 212 "settings.app.form.enableSpellchecking": "맞춤법 검사 활성화",
213 "settings.app.form.enableSystemTray": "시스템 트레이에서 Ferdi 항상 표시하기", 213 "settings.app.form.enableSystemTray": "시스템 트레이에서 Ferdium 항상 표시하기",
214 "settings.app.form.enableTodos": "Ferdi Todos 활성화", 214 "settings.app.form.enableTodos": "Ferdium Todos 활성화",
215 "settings.app.form.hibernateOnStartup": "시작시 서비스를 잠자기 상태로 유지하기", 215 "settings.app.form.hibernateOnStartup": "시작시 서비스를 잠자기 상태로 유지하기",
216 "settings.app.form.hibernationStrategy": "하이버네이션 전략", 216 "settings.app.form.hibernationStrategy": "하이버네이션 전략",
217 "settings.app.form.iconSize": "서비스 아이콘 크기", 217 "settings.app.form.iconSize": "서비스 아이콘 크기",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "모든 작업영역을 항상 로드하기", 219 "settings.app.form.keepAllWorkspacesLoaded": "모든 작업영역을 항상 로드하기",
220 "settings.app.form.language": "언어", 220 "settings.app.form.language": "언어",
221 "settings.app.form.lockPassword": "비밀번호", 221 "settings.app.form.lockPassword": "비밀번호",
222 "settings.app.form.minimizeToSystemTray": "시스템 트레이에 Ferdi 최소화", 222 "settings.app.form.minimizeToSystemTray": "시스템 트레이에 Ferdium 최소화",
223 "settings.app.form.navigationBarBehaviour": "네비게이션 바 설정", 223 "settings.app.form.navigationBarBehaviour": "네비게이션 바 설정",
224 "settings.app.form.notifyTaskBarOnMessage": "태스크바/독에서 새로운 메시지 알림", 224 "settings.app.form.notifyTaskBarOnMessage": "태스크바/독에서 새로운 메시지 알림",
225 "settings.app.form.passwordToggle": "패스워드 전환", 225 "settings.app.form.passwordToggle": "패스워드 전환",
226 "settings.app.form.predefinedTodoServer": "Todo 서버", 226 "settings.app.form.predefinedTodoServer": "Todo 서버",
227 "settings.app.form.privateNotifications": "알림에 메세지 내용 보이지 않기", 227 "settings.app.form.privateNotifications": "알림에 메세지 내용 보이지 않기",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "윈도우를 닫을 때 Ferdi 백그라운드에서 계속 실행하기", 229 "settings.app.form.runInBackground": "윈도우를 닫을 때 Ferdium 백그라운드에서 계속 실행하기",
230 "settings.app.form.scheduledDNDEnabled": "방해 금지 모드 시간 설정", 230 "settings.app.form.scheduledDNDEnabled": "방해 금지 모드 시간 설정",
231 "settings.app.form.scheduledDNDEnd": "종료", 231 "settings.app.form.scheduledDNDEnd": "종료",
232 "settings.app.form.scheduledDNDStart": "시작", 232 "settings.app.form.scheduledDNDStart": "시작",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "분할보기 모드 활성화", 241 "settings.app.form.splitMode": "분할보기 모드 활성화",
242 "settings.app.form.startMinimized": "최소화 된 상태로 시작", 242 "settings.app.form.startMinimized": "최소화 된 상태로 시작",
243 "settings.app.form.universalDarkMode": "전체 다크 모드 활성화", 243 "settings.app.form.universalDarkMode": "전체 다크 모드 활성화",
244 "settings.app.form.useTouchIdToUnlock": "TouchID로 Ferdi 여는 것을 허용", 244 "settings.app.form.useTouchIdToUnlock": "TouchID로 Ferdium 여는 것을 허용",
245 "settings.app.form.useVerticalStyle": "가로 스타일 사용", 245 "settings.app.form.useVerticalStyle": "가로 스타일 사용",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "언어", 252 "settings.app.headlineLanguage": "언어",
253 "settings.app.headlinePrivacy": "개인 정보", 253 "settings.app.headlinePrivacy": "개인 정보",
254 "settings.app.headlineUpdates": "업데이트", 254 "settings.app.headlineUpdates": "업데이트",
255 "settings.app.hibernateInfo": "기본적으로 Ferdi 는 모든 서비스를 열고 백그라운드에서 불러옵니다. 그래서 사용할 때 이미 준비되어 있습니다. Service Hibernation은 일정 개수 이후에 서비스를 불러오지 않습니다. 이로인해 RAM을 절약하고 컴퓨터에서 서비스가 느려지는 것을 방지해주기에 유용합니다.", 255 "settings.app.hibernateInfo": "기본적으로 Ferdium 는 모든 서비스를 열고 백그라운드에서 불러옵니다. 그래서 사용할 때 이미 준비되어 있습니다. Service Hibernation은 일정 개수 이후에 서비스를 불러오지 않습니다. 이로인해 RAM을 절약하고 컴퓨터에서 서비스가 느려지는 것을 방지해주기에 유용합니다.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "비밀번호", 258 "settings.app.lockedPassword": "비밀번호",
259 "settings.app.lockedPasswordInfo": "기억할 수 있는 비밀번호로 설정해주세요.\n만약 비밀번호를 잃어버리면 Ferdi 재설치를 해야합니다.", 259 "settings.app.lockedPasswordInfo": "기억할 수 있는 비밀번호로 설정해주세요.\n만약 비밀번호를 잃어버리면 Ferdium 재설치를 해야합니다.",
260 "settings.app.restartRequired": "변경사항을 적용하기 위해 재시작", 260 "settings.app.restartRequired": "변경사항을 적용하기 위해 재시작",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "캐시", 265 "settings.app.subheadlineCache": "캐시",
266 "settings.app.subheadlineFerdiProfile": "Ferdi 프로파일", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium 프로파일",
267 "settings.app.todoServerInfo": "\"Ferdi Todo\" 기능에 이 서버가 사용됩니다.", 267 "settings.app.todoServerInfo": "\"Ferdium Todo\" 기능에 이 서버가 사용됩니다.",
268 "settings.app.translationHelp": "Ferdi 번역을 도와주세요.", 268 "settings.app.translationHelp": "Ferdium 번역을 도와주세요.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "사용가능 한 업데이트 다운로드 중", 270 "settings.app.updateStatusAvailable": "사용가능 한 업데이트 다운로드 중",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Ferdi 최신 버전을 사용 중입니다.", 272 "settings.app.updateStatusUpToDate": "Ferdium 최신 버전을 사용 중입니다.",
273 "settings.invite.headline": "친구 초대하기", 273 "settings.invite.headline": "친구 초대하기",
274 "settings.navigation.account": "계정", 274 "settings.navigation.account": "계정",
275 "settings.navigation.availableServices": "사용가능 한 서비스", 275 "settings.navigation.availableServices": "사용가능 한 서비스",
276 "settings.navigation.logout": "로그아웃", 276 "settings.navigation.logout": "로그아웃",
277 "settings.navigation.supportFerdi": "Ferdi에 대해", 277 "settings.navigation.supportFerdium": "Ferdium에 대해",
278 "settings.navigation.team": "팀 관리", 278 "settings.navigation.team": "팀 관리",
279 "settings.navigation.yourServices": "서비스", 279 "settings.navigation.yourServices": "서비스",
280 "settings.navigation.yourWorkspaces": "작업공간", 280 "settings.navigation.yourWorkspaces": "작업공간",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "사용가능 한 서비스", 289 "settings.recipes.headline": "사용가능 한 서비스",
290 "settings.recipes.missingService": "서비스가 보이지 않습니까?", 290 "settings.recipes.missingService": "서비스가 보이지 않습니까?",
291 "settings.recipes.mostPopular": "가장 인기 있는", 291 "settings.recipes.mostPopular": "가장 인기 있는",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.", 293 "settings.recipes.servicesSuccessfulAddedInfo": "서비스가 성공적으로 추가되었습니다.",
294 "settings.searchService": "서비스 찾기", 294 "settings.searchService": "서비스 찾기",
295 "settings.service.error.goBack": "서비스로 돌아가기", 295 "settings.service.error.goBack": "서비스로 돌아가기",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "user.js 열기", 329 "settings.service.form.openUserJs": "user.js 열기",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS 프록시 설정", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS 프록시 설정",
331 "settings.service.form.proxy.host": "프록시 호스트/IP", 331 "settings.service.form.proxy.host": "프록시 호스트/IP",
332 "settings.service.form.proxy.info": "프록시 설정은 Ferdi 서버에 저장되지 않습니다.", 332 "settings.service.form.proxy.info": "프록시 설정은 Ferdium 서버에 저장되지 않습니다.",
333 "settings.service.form.proxy.isEnabled": "프록시 사용하기", 333 "settings.service.form.proxy.isEnabled": "프록시 사용하기",
334 "settings.service.form.proxy.password": "비밀번호 (선택사항)", 334 "settings.service.form.proxy.password": "비밀번호 (선택사항)",
335 "settings.service.form.proxy.port": "포트", 335 "settings.service.form.proxy.port": "포트",
336 "settings.service.form.proxy.restartInfo": "프록시 설정 변경 후 Ferdi를 재시작 해주세요.", 336 "settings.service.form.proxy.restartInfo": "프록시 설정 변경 후 Ferdium를 재시작 해주세요.",
337 "settings.service.form.proxy.user": "사용자명 (선택사항)", 337 "settings.service.form.proxy.user": "사용자명 (선택사항)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "서비스 저장", 339 "settings.service.form.saveButton": "서비스 저장",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "모든 소리가 꺼져있습니다.", 352 "settings.services.tooltip.isMuted": "모든 소리가 꺼져있습니다.",
353 "settings.services.tooltip.notificationsDisabled": "알림이 비활성화 되어 있습니다.", 353 "settings.services.tooltip.notificationsDisabled": "알림이 비활성화 되어 있습니다.",
354 "settings.services.updatedInfo": "변경사항이 저장되었습니다.", 354 "settings.services.updatedInfo": "변경사항이 저장되었습니다.",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Ferdi에 대해", 357 "settings.supportFerdium.headline": "Ferdium에 대해",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "팀", 360 "settings.team.headline": "팀",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "meetfranz.com에서 팀 관리하기", 362 "settings.team.manageAction": "meetfranz.com에서 팀 관리하기",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "아직 작업공간을 만들지 않았습니다.", 385 "settings.workspaces.noWorkspacesAdded": "아직 작업공간을 만들지 않았습니다.",
386 "settings.workspaces.tryReloadWorkspaces": "다시 시도하세요.", 386 "settings.workspaces.tryReloadWorkspaces": "다시 시도하세요.",
387 "settings.workspaces.updatedInfo": "변경사항이 저장되었습니다.", 387 "settings.workspaces.updatedInfo": "변경사항이 저장되었습니다.",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "작업공간을 불러오지 못했습니다.", 390 "settings.workspaces.workspacesRequestFailed": "작업공간을 불러오지 못했습니다.",
391 "setupAssistant.headline": "시작하기", 391 "setupAssistant.headline": "시작하기",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "새로운 서비스 추가", 394 "sidebar.addNewService": "새로운 서비스 추가",
395 "sidebar.closeTodosDrawer": "Ferdi Todos 닫기", 395 "sidebar.closeTodosDrawer": "Ferdium Todos 닫기",
396 "sidebar.closeWorkspaceDrawer": "작업영역 서랍 닫기", 396 "sidebar.closeWorkspaceDrawer": "작업영역 서랍 닫기",
397 "sidebar.lockFerdi": "Ferdi 잠금", 397 "sidebar.lockFerdium": "Ferdium 잠금",
398 "sidebar.muteApp": "알림 및 알림 소리 비활성화", 398 "sidebar.muteApp": "알림 및 알림 소리 비활성화",
399 "sidebar.openTodosDrawer": "Ferdi Todos 열기", 399 "sidebar.openTodosDrawer": "Ferdium Todos 열기",
400 "sidebar.openWorkspaceDrawer": "작업영역 서랍 열기", 400 "sidebar.openWorkspaceDrawer": "작업영역 서랍 열기",
401 "sidebar.unmuteApp": "알림과 오디오 활성화", 401 "sidebar.unmuteApp": "알림과 오디오 활성화",
402 "signup.email.label": "이메일 주소", 402 "signup.email.label": "이메일 주소",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "이름", 404 "signup.firstname.label": "이름",
405 "signup.headline": "회원 가입", 405 "signup.headline": "회원 가입",
406 "signup.lastname.label": "성", 406 "signup.lastname.label": "성",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "개인정보보호정책", 408 "signup.legal.privacy": "개인정보보호정책",
409 "signup.legal.terms": "이용 약관", 409 "signup.legal.terms": "이용 약관",
410 "signup.link.login": "이미 계정을 가지고 있으시면, 로그인하세요", 410 "signup.link.login": "이미 계정을 가지고 있으시면, 로그인하세요",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "작업 공간", 440 "workspaceDrawer.headline": "작업 공간",
441 "workspaceDrawer.item.contextMenuEdit": "편집", 441 "workspaceDrawer.item.contextMenuEdit": "편집",
442 "workspaceDrawer.item.noServicesAddedYet": "추가된 서비스가 없습니다.", 442 "workspaceDrawer.item.noServicesAddedYet": "추가된 서비스가 없습니다.",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "작업 영역 설정", 444 "workspaceDrawer.workspacesSettingsTooltip": "작업 영역 설정",
445 "workspaces.switchingIndicator.switchingTo": "다음으로 전환" 445 "workspaces.switchingIndicator.switchingTo": "다음으로 전환"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index 23f5cb8ea..afa353ff5 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Ada sedikit masalah", 3 "app.errorHandler.headline": "Ada sedikit masalah",
4 "connectionLostBanner.cta": "Ulangmuat Perkhidmatan", 4 "connectionLostBanner.cta": "Ulangmuat Perkhidmatan",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdium {version}",
8 "feature.shareFranz.action.email": "Hantar sebagai emel", 8 "feature.shareFranz.action.email": "Hantar sebagai emel",
9 "feature.shareFranz.action.facebook": "Kongsi ke Facebook", 9 "feature.shareFranz.action.facebook": "Kongsi ke Facebook",
10 "feature.shareFranz.action.twitter": "Kongsi ke Twitter", 10 "feature.shareFranz.action.twitter": "Kongsi ke Twitter",
11 "feature.shareFranz.headline": "Ferdi lebih elok digunakan bersama-sama rakan", 11 "feature.shareFranz.headline": "Ferdium lebih elok digunakan bersama-sama rakan",
12 "feature.shareFranz.shareText.email": "Saya telah menambah {count] servis ke Ferdi! Dapatkan aplikasi percuma WhatsApp, Messenger, Slack, Skype dan lain-lain dari www.getferdi.com", 12 "feature.shareFranz.shareText.email": "Saya telah menambah {count] servis ke Ferdium! Dapatkan aplikasi percuma WhatsApp, Messenger, Slack, Skype dan lain-lain dari www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Beritahu rakan anda betapa hebatnya Ferdi dan bantu kami menyebarkan maklumat ini", 14 "feature.shareFranz.text": "Beritahu rakan anda betapa hebatnya Ferdium dan bantu kami menyebarkan maklumat ini",
15 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdi", 15 "global.api.unhealthy": "Tidak dapat bersambung ke perkhidmatan dalam talian Ferdium",
16 "global.edit": "Ubahsuai", 16 "global.edit": "Ubahsuai",
17 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdium Professional Required",
18 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.", 18 "global.notConnectedToTheInternet": "Anda tidak disambungkan ke internet.",
19 "global.quit": "Keluar", 19 "global.quit": "Keluar",
20 "global.settings": "Tetapan", 20 "global.settings": "Tetapan",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "Automatik", 23 "global.spellchecking.autodetect.short": "Automatik",
24 "global.spellchecking.language": "Bahasa untuk semakan ejaan", 24 "global.spellchecking.language": "Bahasa untuk semakan ejaan",
25 "global.submit": "Hantar", 25 "global.submit": "Hantar",
26 "import.headline": "Import perkhidmatan Ferdi 4 anda", 26 "import.headline": "Import perkhidmatan Ferdium 4 anda",
27 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdi 5", 27 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdium 5",
28 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual", 28 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual",
29 "import.submit.label": "Import perkhidmatan", 29 "import.submit.label": "Import perkhidmatan",
30 "infobar.buttonChangelog": "Apa yang baru?", 30 "infobar.buttonChangelog": "Apa yang baru?",
@@ -32,7 +32,7 @@
32 "infobar.buttonReloadServices": "Mula semula perkhidmatan", 32 "infobar.buttonReloadServices": "Mula semula perkhidmatan",
33 "infobar.requiredRequestsFailed": "Tidak dapat memuatkan perkhidmatan dan maklumat pengguna", 33 "infobar.requiredRequestsFailed": "Tidak dapat memuatkan perkhidmatan dan maklumat pengguna",
34 "infobar.servicesUpdated": "Perkhidmatan anda telah dikemas kini.", 34 "infobar.servicesUpdated": "Perkhidmatan anda telah dikemas kini.",
35 "infobar.updateAvailable": "Kemas kini baru untuk Ferdi boleh didapati.", 35 "infobar.updateAvailable": "Kemas kini baru untuk Ferdium boleh didapati.",
36 "invite.email.label": "Alamat emel", 36 "invite.email.label": "Alamat emel",
37 "invite.headline.friends": "Jemput 3 rakan atau rakan sekerja anda", 37 "invite.headline.friends": "Jemput 3 rakan atau rakan sekerja anda",
38 "invite.name.label": "Nama", 38 "invite.name.label": "Nama",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Sesi anda tamat tempoh, sila masuk sekali lagi.", 50 "login.tokenExpired": "Sesi anda tamat tempoh, sila masuk sekali lagi.",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "Tentang Ferdi", 53 "menu.app.about": "Tentang Ferdium",
54 "menu.app.announcement": "What's new?", 54 "menu.app.announcement": "What's new?",
55 "menu.app.checkForUpdates": "Semak untuk kemaskini", 55 "menu.app.checkForUpdates": "Semak untuk kemaskini",
56 "menu.app.hide": "Sorokkan", 56 "menu.app.hide": "Sorokkan",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Log perubahan:", 75 "menu.help.changelog": "Log perubahan:",
76 "menu.help.debugInfo": "Copy Debug Information", 76 "menu.help.debugInfo": "Copy Debug Information",
77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
79 "menu.help.learnMore": "Ketahui Lebih Lanjut", 79 "menu.help.learnMore": "Ketahui Lebih Lanjut",
80 "menu.help.privacy": "Pernyataan Privasi", 80 "menu.help.privacy": "Pernyataan Privasi",
81 "menu.help.support": "Sokongan", 81 "menu.help.support": "Sokongan",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "Paparan", 90 "menu.view": "Paparan",
91 "menu.view.reloadFerdi": "Ulangmuat Ferdi", 91 "menu.view.reloadFerdium": "Ulangmuat Ferdium",
92 "menu.view.reloadService": "Ulangmuat Perkhidmatan", 92 "menu.view.reloadService": "Ulangmuat Perkhidmatan",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "Saiz Sebenar", 94 "menu.view.resetZoom": "Saiz Sebenar",
@@ -141,14 +141,14 @@
141 "service.errorHandler.text": "{name} has failed to load.", 141 "service.errorHandler.text": "{name} has failed to load.",
142 "service.webviewLoader.loading": "Loading", 142 "service.webviewLoader.loading": "Loading",
143 "services.getStarted": "Bermula", 143 "services.getStarted": "Bermula",
144 "services.welcome": "Selamat Datang ke Ferdi", 144 "services.welcome": "Selamat Datang ke Ferdium",
145 "settings.account.account.editButton": "Edit account", 145 "settings.account.account.editButton": "Edit account",
146 "settings.account.accountType.basic": "Akaun Asas", 146 "settings.account.accountType.basic": "Akaun Asas",
147 "settings.account.accountType.premium": "Sokongan Akaun Premium", 147 "settings.account.accountType.premium": "Sokongan Akaun Premium",
148 "settings.account.buttonSave": "Kemaskini profil", 148 "settings.account.buttonSave": "Kemaskini profil",
149 "settings.account.deleteAccount": "Hapuskan akaun", 149 "settings.account.deleteAccount": "Hapuskan akaun",
150 "settings.account.deleteEmailSent": "Anda telah menerima email yang mengandungi link pengesahan untuk memadamkan akaun. Akaun dan semua data anda tidak boleh lagi dikembalikan semula!", 150 "settings.account.deleteEmailSent": "Anda telah menerima email yang mengandungi link pengesahan untuk memadamkan akaun. Akaun dan semua data anda tidak boleh lagi dikembalikan semula!",
151 "settings.account.deleteInfo": "Jika anda tidak perlukan lagi akaun Ferdi, anda boleh hapuskan akaun dan data berkaitan di sini.", 151 "settings.account.deleteInfo": "Jika anda tidak perlukan lagi akaun Ferdium, anda boleh hapuskan akaun dan data berkaitan di sini.",
152 "settings.account.headline": "Akaun", 152 "settings.account.headline": "Akaun",
153 "settings.account.headlineAccount": "Maklumat Akaun", 153 "settings.account.headlineAccount": "Maklumat Akaun",
154 "settings.account.headlineDangerZone": "Zon Bahaya", 154 "settings.account.headlineDangerZone": "Zon Bahaya",
@@ -159,24 +159,24 @@
159 "settings.account.tryReloadServices": "Cuba lagi", 159 "settings.account.tryReloadServices": "Cuba lagi",
160 "settings.account.tryReloadUserInfoRequest": "Cuba lagi", 160 "settings.account.tryReloadUserInfoRequest": "Cuba lagi",
161 "settings.account.userInfoRequestFailed": "Maklumat pengguna tidak dapat dipapar", 161 "settings.account.userInfoRequestFailed": "Maklumat pengguna tidak dapat dipapar",
162 "settings.account.yourLicense": "Your Ferdi License", 162 "settings.account.yourLicense": "Your Ferdium License",
163 "settings.app.buttonClearAllCache": "Padamkan Cache", 163 "settings.app.buttonClearAllCache": "Padamkan Cache",
164 "settings.app.buttonInstallUpdate": "Mulakan semula & pasang kemas kini", 164 "settings.app.buttonInstallUpdate": "Mulakan semula & pasang kemas kini",
165 "settings.app.buttonSearchForUpdate": "Semak untuk kemaskini", 165 "settings.app.buttonSearchForUpdate": "Semak untuk kemaskini",
166 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 166 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
167 "settings.app.currentVersion": "Current version:", 167 "settings.app.currentVersion": "Current version:",
168 "settings.app.form.autoLaunchInBackground": "Open in background", 168 "settings.app.form.autoLaunchInBackground": "Open in background",
169 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 169 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
170 "settings.app.form.beta": "Termasuk versi beta", 170 "settings.app.form.beta": "Termasuk versi beta",
171 "settings.app.form.darkMode": "Join the Dark Side", 171 "settings.app.form.darkMode": "Join the Dark Side",
172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 172 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
173 "settings.app.form.enableSpellchecking": "Hidupkan semakan ejaan", 173 "settings.app.form.enableSpellchecking": "Hidupkan semakan ejaan",
174 "settings.app.form.enableSystemTray": "Papar Ferdi dalam dulang sistem", 174 "settings.app.form.enableSystemTray": "Papar Ferdium dalam dulang sistem",
175 "settings.app.form.enableTodos": "Enable Ferdi Todos", 175 "settings.app.form.enableTodos": "Enable Ferdium Todos",
176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 176 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
177 "settings.app.form.language": "Language", 177 "settings.app.form.language": "Language",
178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 178 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
179 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 179 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
180 "settings.app.form.showDisabledServices": "Display disabled services tabs", 180 "settings.app.form.showDisabledServices": "Display disabled services tabs",
181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 181 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
182 "settings.app.headlineAdvanced": "Advanced", 182 "settings.app.headlineAdvanced": "Advanced",
@@ -187,10 +187,10 @@
187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 187 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
188 "settings.app.restartRequired": "Changes require restart", 188 "settings.app.restartRequired": "Changes require restart",
189 "settings.app.subheadlineCache": "Cache", 189 "settings.app.subheadlineCache": "Cache",
190 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 190 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
191 "settings.app.updateStatusAvailable": "Update available, downloading...", 191 "settings.app.updateStatusAvailable": "Update available, downloading...",
192 "settings.app.updateStatusSearching": "Is searching for update", 192 "settings.app.updateStatusSearching": "Is searching for update",
193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 193 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
194 "settings.invite.headline": "Invite Friends", 194 "settings.invite.headline": "Invite Friends",
195 "settings.navigation.account": "Akaun", 195 "settings.navigation.account": "Akaun",
196 "settings.navigation.availableServices": "Available services", 196 "settings.navigation.availableServices": "Available services",
@@ -210,7 +210,7 @@
210 "settings.recipes.headline": "Available services", 210 "settings.recipes.headline": "Available services",
211 "settings.recipes.missingService": "Missing a service?", 211 "settings.recipes.missingService": "Missing a service?",
212 "settings.recipes.mostPopular": "Most popular", 212 "settings.recipes.mostPopular": "Most popular",
213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 213 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 214 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
215 "settings.searchService": "Search service", 215 "settings.searchService": "Search service",
216 "settings.service.error.goBack": "Back to services", 216 "settings.service.error.goBack": "Back to services",
@@ -219,7 +219,7 @@
219 "settings.service.form.addServiceHeadline": "Add {name}", 219 "settings.service.form.addServiceHeadline": "Add {name}",
220 "settings.service.form.availableServices": "Available services", 220 "settings.service.form.availableServices": "Available services",
221 "settings.service.form.customUrl": "Custom server", 221 "settings.service.form.customUrl": "Custom server",
222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 222 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdium Premium Supporter Account.",
223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 223 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
224 "settings.service.form.deleteButton": "Delete service", 224 "settings.service.form.deleteButton": "Delete service",
225 "settings.service.form.editServiceHeadline": "Edit {name}", 225 "settings.service.form.editServiceHeadline": "Edit {name}",
@@ -242,11 +242,11 @@
242 "settings.service.form.name": "Nama", 242 "settings.service.form.name": "Nama",
243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 243 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
244 "settings.service.form.proxy.host": "Proxy Host/IP", 244 "settings.service.form.proxy.host": "Proxy Host/IP",
245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 245 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdium servers.",
246 "settings.service.form.proxy.isEnabled": "Use Proxy", 246 "settings.service.form.proxy.isEnabled": "Use Proxy",
247 "settings.service.form.proxy.password": "Password (optional)", 247 "settings.service.form.proxy.password": "Password (optional)",
248 "settings.service.form.proxy.port": "Port", 248 "settings.service.form.proxy.port": "Port",
249 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 249 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
250 "settings.service.form.proxy.user": "User (optional)", 250 "settings.service.form.proxy.user": "User (optional)",
251 "settings.service.form.saveButton": "Save service", 251 "settings.service.form.saveButton": "Save service",
252 "settings.service.form.tabHosted": "Hosted", 252 "settings.service.form.tabHosted": "Hosted",
@@ -290,17 +290,17 @@
290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 290 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
291 "settings.workspaces.tryReloadWorkspaces": "Cuba lagi", 291 "settings.workspaces.tryReloadWorkspaces": "Cuba lagi",
292 "settings.workspaces.updatedInfo": "Kemaskini telah disimpan", 292 "settings.workspaces.updatedInfo": "Kemaskini telah disimpan",
293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 293 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
294 "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.", 294 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 295 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
296 "setupAssistant.headline": "Let's get started", 296 "setupAssistant.headline": "Let's get started",
297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 297 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
298 "setupAssistant.submit.label": "Let's go", 298 "setupAssistant.submit.label": "Let's go",
299 "sidebar.addNewService": "Add new service", 299 "sidebar.addNewService": "Add new service",
300 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 300 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 301 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
302 "sidebar.muteApp": "Disable notifications & audio", 302 "sidebar.muteApp": "Disable notifications & audio",
303 "sidebar.openTodosDrawer": "Open Ferdi Todos", 303 "sidebar.openTodosDrawer": "Open Ferdium Todos",
304 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 304 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
305 "sidebar.unmuteApp": "Enable notifications & audio", 305 "sidebar.unmuteApp": "Enable notifications & audio",
306 "signup.email.label": "Email address", 306 "signup.email.label": "Email address",
@@ -308,7 +308,7 @@
308 "signup.firstname.label": "First Name", 308 "signup.firstname.label": "First Name",
309 "signup.headline": "Sign up", 309 "signup.headline": "Sign up",
310 "signup.lastname.label": "Last Name", 310 "signup.lastname.label": "Last Name",
311 "signup.legal.info": "By creating a Ferdi account you accept the", 311 "signup.legal.info": "By creating a Ferdium account you accept the",
312 "signup.legal.privacy": "Pernyataan Privasi", 312 "signup.legal.privacy": "Pernyataan Privasi",
313 "signup.legal.terms": "Terms of service", 313 "signup.legal.terms": "Terms of service",
314 "signup.link.login": "Already have an account, sign in?", 314 "signup.link.login": "Already have an account, sign in?",
@@ -341,7 +341,7 @@
341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 341 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 342 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 343 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
344 "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>", 344 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 345 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
346 "workspaces.switchingIndicator.switchingTo": "Switching to" 346 "workspaces.switchingIndicator.switchingTo": "Switching to"
347} 347}
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index f4a92524c..a8b61ea36 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -1,18 +1,18 @@
1{ 1{
2 "global.api.unhealthy": "Kan ikke koble til Ferdi' tjenester", 2 "global.api.unhealthy": "Kan ikke koble til Ferdium' tjenester",
3 "global.edit": "Rediger", 3 "global.edit": "Rediger",
4 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.", 4 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.",
5 "global.settings": "Innstillinger", 5 "global.settings": "Innstillinger",
6 "global.submit": "Send inn", 6 "global.submit": "Send inn",
7 "import.headline": "Importer dine Ferdi 4 tjenester", 7 "import.headline": "Importer dine Ferdium 4 tjenester",
8 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Ferdi 5", 8 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Ferdium 5",
9 "import.skip.label": "Jeg vil legge til en tjeneste manuelt", 9 "import.skip.label": "Jeg vil legge til en tjeneste manuelt",
10 "import.submit.label": "Importer tjenester", 10 "import.submit.label": "Importer tjenester",
11 "infobar.buttonInstallUpdate": "Restart & installer oppdatering", 11 "infobar.buttonInstallUpdate": "Restart & installer oppdatering",
12 "infobar.buttonReloadServices": "Oppdater tjenester", 12 "infobar.buttonReloadServices": "Oppdater tjenester",
13 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon", 13 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon",
14 "infobar.servicesUpdated": "Dine tjenester er oppdatert.", 14 "infobar.servicesUpdated": "Dine tjenester er oppdatert.",
15 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.", 15 "infobar.updateAvailable": "En ny oppdatering for Ferdium er tilgjengelig.",
16 "invite.email.label": "Email adresse", 16 "invite.email.label": "Email adresse",
17 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger", 17 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger",
18 "invite.name.label": "Navn", 18 "invite.name.label": "Navn",
@@ -33,12 +33,12 @@
33 "password.link.signup": "Opprett en gratis konto", 33 "password.link.signup": "Opprett en gratis konto",
34 "password.noUser": "Ingen bruker med den emailen finnes", 34 "password.noUser": "Ingen bruker med den emailen finnes",
35 "password.successInfo": "Vennligst sjekk din email", 35 "password.successInfo": "Vennligst sjekk din email",
36 "pricing.headline": "Støtt Ferdi", 36 "pricing.headline": "Støtt Ferdium",
37 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Ferdi.", 37 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Ferdium.",
38 "pricing.submit.label": "Jeg vil støtte utviklingen av Ferdi", 38 "pricing.submit.label": "Jeg vil støtte utviklingen av Ferdium",
39 "pricing.support.label": "Velg din støtteplan", 39 "pricing.support.label": "Velg din støtteplan",
40 "services.getStarted": "Kom i gang", 40 "services.getStarted": "Kom i gang",
41 "services.welcome": "Velkommen til Ferdi", 41 "services.welcome": "Velkommen til Ferdium",
42 "settings.account.account.editButton": "Rediger konto", 42 "settings.account.account.editButton": "Rediger konto",
43 "settings.account.accountType.basic": "Enkel Konto", 43 "settings.account.accountType.basic": "Enkel Konto",
44 "settings.account.accountType.premium": "Premium Konto", 44 "settings.account.accountType.premium": "Premium Konto",
@@ -47,11 +47,11 @@
47 "settings.account.headlineAccount": "Kontoinformasjon", 47 "settings.account.headlineAccount": "Kontoinformasjon",
48 "settings.account.headlinePassword": "Endre passord", 48 "settings.account.headlinePassword": "Endre passord",
49 "settings.account.headlineProfile": "Oppdater profil", 49 "settings.account.headlineProfile": "Oppdater profil",
50 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdi", 50 "settings.account.headlineUpgrade": "Oppgrader din konto og støtt Ferdium",
51 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.", 51 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.",
52 "settings.account.mining.cancel": "Avbryt mining", 52 "settings.account.mining.cancel": "Avbryt mining",
53 "settings.account.mining.moreInformation": "Få mer informasjon", 53 "settings.account.mining.moreInformation": "Få mer informasjon",
54 "settings.account.mining.thankyou": "Takk for at du støtter Ferdi med din prosessorkraft.", 54 "settings.account.mining.thankyou": "Takk for at du støtter Ferdium med din prosessorkraft.",
55 "settings.account.successInfo": "Dine endringer er lagret", 55 "settings.account.successInfo": "Dine endringer er lagret",
56 "settings.account.tryReloadUserInfoRequest": "Prøv igjen", 56 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
57 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon", 57 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjon",
@@ -59,19 +59,19 @@
59 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer", 59 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer",
60 "settings.app.currentVersion": "Gjeldende versjon:", 60 "settings.app.currentVersion": "Gjeldende versjon:",
61 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen", 61 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
62 "settings.app.form.autoLaunchOnStart": "Start Ferdi ved oppstart", 62 "settings.app.form.autoLaunchOnStart": "Start Ferdium ved oppstart",
63 "settings.app.form.beta": "Inkluder beta versjoner", 63 "settings.app.form.beta": "Inkluder beta versjoner",
64 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 64 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
65 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet", 65 "settings.app.form.enableSystemTray": "Vis Ferdium i systemfeltet",
66 "settings.app.form.language": "Språk", 66 "settings.app.form.language": "Språk",
67 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet", 67 "settings.app.form.minimizeToSystemTray": "Minimer Ferdium til systemfeltet",
68 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet", 68 "settings.app.form.runInBackground": "Behold Ferdium i bakgrunnen når du lukker vinduet",
69 "settings.app.headlineGeneral": "Genelert", 69 "settings.app.headlineGeneral": "Genelert",
70 "settings.app.headlineLanguage": "Språk", 70 "settings.app.headlineLanguage": "Språk",
71 "settings.app.headlineUpdates": "Oppdateringer", 71 "settings.app.headlineUpdates": "Oppdateringer",
72 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...", 72 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...",
73 "settings.app.updateStatusSearching": "Søker etter en oppdatering", 73 "settings.app.updateStatusSearching": "Søker etter en oppdatering",
74 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Ferdi", 74 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Ferdium",
75 "settings.navigation.account": "Konto", 75 "settings.navigation.account": "Konto",
76 "settings.navigation.availableServices": "Tilgjengelige tjenester", 76 "settings.navigation.availableServices": "Tilgjengelige tjenester",
77 "settings.navigation.logout": "Logg ut", 77 "settings.navigation.logout": "Logg ut",
@@ -89,7 +89,7 @@
89 "settings.service.form.addServiceHeadline": "Legg til {name}", 89 "settings.service.form.addServiceHeadline": "Legg til {name}",
90 "settings.service.form.availableServices": "Tilgjengelige tjenester", 90 "settings.service.form.availableServices": "Tilgjengelige tjenester",
91 "settings.service.form.customUrl": "Egendefinert server", 91 "settings.service.form.customUrl": "Egendefinert server",
92 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Ferdi Premium konto.", 92 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Ferdium Premium konto.",
93 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto", 93 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto",
94 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.", 94 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.",
95 "settings.service.form.deleteButton": "Slett tjeneste", 95 "settings.service.form.deleteButton": "Slett tjeneste",
@@ -127,7 +127,7 @@
127 "signup.firstname.label": "Fornavn", 127 "signup.firstname.label": "Fornavn",
128 "signup.headline": "Registrer deg", 128 "signup.headline": "Registrer deg",
129 "signup.lastname.label": "Etternavn", 129 "signup.lastname.label": "Etternavn",
130 "signup.legal.info": "Ved å opprette en Ferdi konto aksepterer du", 130 "signup.legal.info": "Ved å opprette en Ferdium konto aksepterer du",
131 "signup.legal.privacy": "Personvern", 131 "signup.legal.privacy": "Personvern",
132 "signup.legal.terms": "Vilkår for bruk", 132 "signup.legal.terms": "Vilkår for bruk",
133 "signup.link.login": "Har du allerede en konto? Logg inn", 133 "signup.link.login": "Har du allerede en konto? Logg inn",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 3aaf2bc64..d5eb236ea 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Service Herladen", 9 "connectionLostBanner.cta": "Service Herladen",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services", 23 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdium services",
24 "global.cancel": "Annuleren", 24 "global.cancel": "Annuleren",
25 "global.edit": "Bewerken", 25 "global.edit": "Bewerken",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.", 27 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Afsluiten", 29 "global.quit": "Afsluiten",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Instellingen", 32 "global.settings": "Instellingen",
33 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})", 33 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Importeer je Ferdi 4 services", 41 "import.headline": "Importeer je Ferdium 4 services",
42 "import.notSupportedHeadline": "De volgende services worden nog niet ondersteund in Ferdi 5", 42 "import.notSupportedHeadline": "De volgende services worden nog niet ondersteund in Ferdium 5",
43 "import.skip.label": "Ik wil services handmatig toevoegen", 43 "import.skip.label": "Ik wil services handmatig toevoegen",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Verbergen", 49 "infobar.hide": "Verbergen",
50 "infobar.requiredRequestsFailed": "Kan de services en gebruikersinformatie niet laden", 50 "infobar.requiredRequestsFailed": "Kan de services en gebruikersinformatie niet laden",
51 "infobar.servicesUpdated": "Je services zijn bijgewerkt.", 51 "infobar.servicesUpdated": "Je services zijn bijgewerkt.",
52 "infobar.updateAvailable": "Er is een nieuwe update voor Ferdi beschikbaar.", 52 "infobar.updateAvailable": "Er is een nieuwe update voor Ferdium beschikbaar.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "E-mailadres", 54 "invite.email.label": "E-mailadres",
55 "invite.headline.friends": "Nodig 3 van je vrienden of collega's uit", 55 "invite.headline.friends": "Nodig 3 van je vrienden of collega's uit",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "E-mailadres", 70 "login.email.label": "E-mailadres",
71 "login.headline": "Inloggen", 71 "login.headline": "Inloggen",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "De sessie is verlopen, log opnieuw in alsjeblieft.", 78 "login.tokenExpired": "De sessie is verlopen, log opnieuw in alsjeblieft.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "Over Ferdi", 81 "menu.app.about": "Over Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Controleer op updates", 83 "menu.app.checkForUpdates": "Controleer op updates",
84 "menu.app.hide": "Verbergen", 84 "menu.app.hide": "Verbergen",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Logboek", 104 "menu.help.changelog": "Logboek",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Meer Weten", 109 "menu.help.learnMore": "Meer Weten",
110 "menu.help.privacy": "Privacyverklaring", 110 "menu.help.privacy": "Privacyverklaring",
@@ -121,9 +121,9 @@
121 "menu.view": "Weergave", 121 "menu.view": "Weergave",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Ferdi Herladen", 126 "menu.view.reloadFerdium": "Ferdium Herladen",
127 "menu.view.reloadService": "Service Herladen", 127 "menu.view.reloadService": "Service Herladen",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Werkelijke Grootte", 129 "menu.view.resetZoom": "Werkelijke Grootte",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} kon niet geladen worden.", 161 "service.errorHandler.text": "{name} kon niet geladen worden.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Beginnen", 163 "services.getStarted": "Beginnen",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Account bewerken", 167 "settings.account.account.editButton": "Account bewerken",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Profiel bijwerken", 170 "settings.account.buttonSave": "Profiel bijwerken",
171 "settings.account.deleteAccount": "Account verwijderen", 171 "settings.account.deleteAccount": "Account verwijderen",
172 "settings.account.deleteEmailSent": "U heeft een email ontvangen met een bevestiginslink om uw account te verwijderen. Uw account en de bijhorende gegevens kunnen niet meer worden herstel na deze actie!", 172 "settings.account.deleteEmailSent": "U heeft een email ontvangen met een bevestiginslink om uw account te verwijderen. Uw account en de bijhorende gegevens kunnen niet meer worden herstel na deze actie!",
173 "settings.account.deleteInfo": "Indien u uw Ferdi account niet meer nodig heeft, kan u hier uw account en alle gerelateerde gegevens verwijderen.", 173 "settings.account.deleteInfo": "Indien u uw Ferdium account niet meer nodig heeft, kan u hier uw account en alle gerelateerde gegevens verwijderen.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account informatie", 175 "settings.account.headlineAccount": "Account informatie",
176 "settings.account.headlineDangerZone": "Gevarenzone", 176 "settings.account.headlineDangerZone": "Gevarenzone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Probeer opnieuw", 181 "settings.account.tryReloadServices": "Probeer opnieuw",
182 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw", 182 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw",
183 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden", 183 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Cache wissen", 186 "settings.app.buttonClearAllCache": "Cache wissen",
187 "settings.app.buttonInstallUpdate": "Opnieuw opstarten & update installeren", 187 "settings.app.buttonInstallUpdate": "Opnieuw opstarten & update installeren",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Controleer op updates", 190 "settings.app.buttonSearchForUpdate": "Controleer op updates",
191 "settings.app.cacheInfo": "Ferdi cache gebruikt momenteel {size} schijfruimte.", 191 "settings.app.cacheInfo": "Ferdium cache gebruikt momenteel {size} schijfruimte.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Huidige versie:", 194 "settings.app.currentVersion": "Huidige versie:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond", 198 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond",
199 "settings.app.form.autoLaunchOnStart": "Lanceer Ferdi bij opstarten", 199 "settings.app.form.autoLaunchOnStart": "Lanceer Ferdium bij opstarten",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Dark Mode aanzetten", 206 "settings.app.form.darkMode": "Dark Mode aanzetten",
207 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren", 207 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen", 212 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Taal", 220 "settings.app.form.language": "Taal",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk", 222 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdium naar de systeembalk",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Houd Ferdi op de achtergrond wanneer het venster gesloten wordt", 229 "settings.app.form.runInBackground": "Houd Ferdium op de achtergrond wanneer het venster gesloten wordt",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Taal", 252 "settings.app.headlineLanguage": "Taal",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 260 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help ons om Ferdi te vertalen naar uw taal.", 268 "settings.app.translationHelp": "Help ons om Ferdium te vertalen naar uw taal.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...", 270 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi", 272 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdium",
273 "settings.invite.headline": "Nodig vrienden uit", 273 "settings.invite.headline": "Nodig vrienden uit",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Beschikbare services", 275 "settings.navigation.availableServices": "Beschikbare services",
276 "settings.navigation.logout": "Uitloggen", 276 "settings.navigation.logout": "Uitloggen",
277 "settings.navigation.supportFerdi": "Over Ferdi", 277 "settings.navigation.supportFerdium": "Over Ferdium",
278 "settings.navigation.team": "Beheer Team", 278 "settings.navigation.team": "Beheer Team",
279 "settings.navigation.yourServices": "Jouw services", 279 "settings.navigation.yourServices": "Jouw services",
280 "settings.navigation.yourWorkspaces": "Jouw werkruimtes", 280 "settings.navigation.yourWorkspaces": "Jouw werkruimtes",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Beschikbare services", 289 "settings.recipes.headline": "Beschikbare services",
290 "settings.recipes.missingService": "Mist er een service?", 290 "settings.recipes.missingService": "Mist er een service?",
291 "settings.recipes.mostPopular": "Meest populair", 291 "settings.recipes.mostPopular": "Meest populair",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
294 "settings.searchService": "Service zoeken", 294 "settings.searchService": "Service zoeken",
295 "settings.service.error.goBack": "Terug naar services", 295 "settings.service.error.goBack": "Terug naar services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Instellingen", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Instellingen",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Proxy gebruiken", 333 "settings.service.form.proxy.isEnabled": "Proxy gebruiken",
334 "settings.service.form.proxy.password": "Wachtwoord (optioneel)", 334 "settings.service.form.proxy.password": "Wachtwoord (optioneel)",
335 "settings.service.form.proxy.port": "Poort", 335 "settings.service.form.proxy.port": "Poort",
336 "settings.service.form.proxy.restartInfo": "Start Ferdi opnieuw op na het aanpassen van proxy Instellingen.", 336 "settings.service.form.proxy.restartInfo": "Start Ferdium opnieuw op na het aanpassen van proxy Instellingen.",
337 "settings.service.form.proxy.user": "Gebruiker (optioneel)", 337 "settings.service.form.proxy.user": "Gebruiker (optioneel)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Service opslaan", 339 "settings.service.form.saveButton": "Service opslaan",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Alle geluiden zijn uitgeschakeld", 352 "settings.services.tooltip.isMuted": "Alle geluiden zijn uitgeschakeld",
353 "settings.services.tooltip.notificationsDisabled": "Notificaties staan uit", 353 "settings.services.tooltip.notificationsDisabled": "Notificaties staan uit",
354 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen", 354 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Over Ferdi", 357 "settings.supportFerdium.headline": "Over Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Beheer je Team op meetfranz.com", 362 "settings.team.manageAction": "Beheer je Team op meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw", 386 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw",
387 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen", 387 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen",
388 "settings.workspaces.workspaceFeatureHeadline": "Minder is meer: we presenteren Ferdi Werkruimtes", 388 "settings.workspaces.workspaceFeatureHeadline": "Minder is meer: we presenteren Ferdium Werkruimtes",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Kan je werkruimtes niet laden", 390 "settings.workspaces.workspacesRequestFailed": "Kan je werkruimtes niet laden",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Nieuw service toevoegen", 394 "sidebar.addNewService": "Nieuw service toevoegen",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten", 396 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Berichten & geluid uitschakelen", 398 "sidebar.muteApp": "Berichten & geluid uitschakelen",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen", 400 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
401 "sidebar.unmuteApp": "Berichten & geluid inschakelen", 401 "sidebar.unmuteApp": "Berichten & geluid inschakelen",
402 "signup.email.label": "E-mailadres", 402 "signup.email.label": "E-mailadres",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Werkruimten", 440 "workspaceDrawer.headline": "Werkruimten",
441 "workspaceDrawer.item.contextMenuEdit": "bewerken", 441 "workspaceDrawer.item.contextMenuEdit": "bewerken",
442 "workspaceDrawer.item.noServicesAddedYet": "Nog geen diensten toegevoegd", 442 "workspaceDrawer.item.noServicesAddedYet": "Nog geen diensten toegevoegd",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Pas werkruimte instellingen aan", 444 "workspaceDrawer.workspacesSettingsTooltip": "Pas werkruimte instellingen aan",
445 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar" 445 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 49ea06ffb..cfcbe6f30 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.urlError": "Vul een geldige URL in", 7 "changeserver.urlError": "Vul een geldige URL in",
8 "changeserver.warning": "Extra instellingen van Ferdi worden niet opgeslagen", 8 "changeserver.warning": "Extra instellingen van Ferdium worden niet opgeslagen",
9 "connectionLostBanner.cta": "Service opnieuw laden", 9 "connectionLostBanner.cta": "Service opnieuw laden",
10 "connectionLostBanner.informationLink": "Wat gebeurde er?", 10 "connectionLostBanner.informationLink": "Wat gebeurde er?",
11 "connectionLostBanner.message": "O nee! Ferdi heeft de verbinding met {name} verloren.", 11 "connectionLostBanner.message": "O nee! Ferdium heeft de verbinding met {name} verloren.",
12 "feature.basicAuth.signIn": "Log in", 12 "feature.basicAuth.signIn": "Log in",
13 "feature.publishDebugInfo.error": "Er is een fout opgetreden tijdens het publiceren van de foutopsporingsinformatie. Probeer het later opnieuw of bekijk de console voor meer informatie.", 13 "feature.publishDebugInfo.error": "Er is een fout opgetreden tijdens het publiceren van de foutopsporingsinformatie. Probeer het later opnieuw of bekijk de console voor meer informatie.",
14 "feature.publishDebugInfo.info": "De publicatie van je foutopsporingsinformatie helpt ons bij het vinden van problemen en fouten in Ferdi. Door je foutopsporingsinformatie te publiceren, accepteer je het privacybeleid en de gebruiksvoorwaarden van het foutopsporingsprogramma van Ferdi.", 14 "feature.publishDebugInfo.info": "De publicatie van je foutopsporingsinformatie helpt ons bij het vinden van problemen en fouten in Ferdium. Door je foutopsporingsinformatie te publiceren, accepteer je het privacybeleid en de gebruiksvoorwaarden van het foutopsporingsprogramma van Ferdium.",
15 "feature.publishDebugInfo.privacy": "Privacybeleid", 15 "feature.publishDebugInfo.privacy": "Privacybeleid",
16 "feature.publishDebugInfo.publish": "Accepteren en publiceren", 16 "feature.publishDebugInfo.publish": "Accepteren en publiceren",
17 "feature.publishDebugInfo.published": "Je foutopsporingslogboek is gepubliceerd en is nu beschikbaar op", 17 "feature.publishDebugInfo.published": "Je foutopsporingslogboek is gepubliceerd en is nu beschikbaar op",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "Selecteer een service met TAB, ↑ en ↓. Open een service met ENTER.", 20 "feature.quickSwitch.info": "Selecteer een service met TAB, ↑ en ↓. Open een service met ENTER.",
21 "feature.quickSwitch.search": "Zoeken...", 21 "feature.quickSwitch.search": "Zoeken...",
22 "feature.quickSwitch.title": "Quickswitch", 22 "feature.quickSwitch.title": "Quickswitch",
23 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services", 23 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdium-services",
24 "global.cancel": "Annuleren", 24 "global.cancel": "Annuleren",
25 "global.edit": "Bewerken", 25 "global.edit": "Bewerken",
26 "global.no": "Nee", 26 "global.no": "Nee",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Gebruik 'https://whatmyuseragent.com/' om te ontdekken of 'https://developers.whatismybrowser.com/useragents/explore/' om je gewenste user-agent te kiezen en het hier te kopiëren en plakken.", 38 "global.userAgentHelp": "Gebruik 'https://whatmyuseragent.com/' om te ontdekken of 'https://developers.whatismybrowser.com/useragents/explore/' om je gewenste user-agent te kiezen en het hier te kopiëren en plakken.",
39 "global.userAgentPref": "Gebruikersagent", 39 "global.userAgentPref": "Gebruikersagent",
40 "global.yes": "Ja", 40 "global.yes": "Ja",
41 "import.headline": "Importeer uw Ferdi 4-services", 41 "import.headline": "Importeer uw Ferdium 4-services",
42 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdi 5", 42 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdium 5",
43 "import.skip.label": "Ik wil services handmatig toevoegen", 43 "import.skip.label": "Ik wil services handmatig toevoegen",
44 "import.submit.label": "{count} services importeren", 44 "import.submit.label": "{count} services importeren",
45 "infobar.authRequestFailed": "Er zijn fouten opgetreden tijdens het uitvoeren van een geverifieerd verzoek. Probeer opnieuw in te loggen als deze fout zich blijft voordoen.", 45 "infobar.authRequestFailed": "Er zijn fouten opgetreden tijdens het uitvoeren van een geverifieerd verzoek. Probeer opnieuw in te loggen als deze fout zich blijft voordoen.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Verbergen", 49 "infobar.hide": "Verbergen",
50 "infobar.requiredRequestsFailed": "Kan de services en gebruikersinformatie niet laden", 50 "infobar.requiredRequestsFailed": "Kan de services en gebruikersinformatie niet laden",
51 "infobar.servicesUpdated": "Je services zijn bijgewerkt.", 51 "infobar.servicesUpdated": "Je services zijn bijgewerkt.",
52 "infobar.updateAvailable": "Er is een nieuwe update voor Ferdi beschikbaar.", 52 "infobar.updateAvailable": "Er is een nieuwe update voor Ferdium beschikbaar.",
53 "infobox.dismiss": "Negeren", 53 "infobox.dismiss": "Negeren",
54 "invite.email.label": "E-mailadres", 54 "invite.email.label": "E-mailadres",
55 "invite.headline.friends": "Nodig drie vrienden of collega's uit", 55 "invite.headline.friends": "Nodig drie vrienden of collega's uit",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Ontgrendelen met wachtwoord", 66 "locked.unlockWithPassword": "Ontgrendelen met wachtwoord",
67 "login.changeServer": "Server wijzigen", 67 "login.changeServer": "Server wijzigen",
68 "login.customServerQuestion": "Gebruik je een Franz-account om in te loggen?", 68 "login.customServerQuestion": "Gebruik je een Franz-account om in te loggen?",
69 "login.customServerSuggestion": "Probeer je Franz-account te importeren in Ferdi", 69 "login.customServerSuggestion": "Probeer je Franz-account te importeren in Ferdium",
70 "login.email.label": "E-mailadres", 70 "login.email.label": "E-mailadres",
71 "login.headline": "Inloggen", 71 "login.headline": "Inloggen",
72 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig", 72 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "De sessie is verlopen, log alsjeblieft opnieuw in.", 78 "login.tokenExpired": "De sessie is verlopen, log alsjeblieft opnieuw in.",
79 "menu.Todoss.closeTodosDrawer": "Sluit Todos overzicht", 79 "menu.Todoss.closeTodosDrawer": "Sluit Todos overzicht",
80 "menu.Todoss.openTodosDrawer": "Open Todos overzicht", 80 "menu.Todoss.openTodosDrawer": "Open Todos overzicht",
81 "menu.app.about": "Over Ferdi", 81 "menu.app.about": "Over Ferdium",
82 "menu.app.autohideMenuBar": "Menubalk automatisch verbergen", 82 "menu.app.autohideMenuBar": "Menubalk automatisch verbergen",
83 "menu.app.checkForUpdates": "Controleer op updates", 83 "menu.app.checkForUpdates": "Controleer op updates",
84 "menu.app.hide": "Verbergen", 84 "menu.app.hide": "Verbergen",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Wijzigingenlogboek", 104 "menu.help.changelog": "Wijzigingenlogboek",
105 "menu.help.debugInfo": "Foutopsporingsinformatie kopiëren", 105 "menu.help.debugInfo": "Foutopsporingsinformatie kopiëren",
106 "menu.help.debugInfoCopiedBody": "Je foutopsporingsinformatie is gekopieerd naar het klembord.", 106 "menu.help.debugInfoCopiedBody": "Je foutopsporingsinformatie is gekopieerd naar het klembord.",
107 "menu.help.debugInfoCopiedHeadline": "Foutopsporingsinformatie van Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Foutopsporingsinformatie van Ferdium",
108 "menu.help.importExportData": "Import/Export Configuratie Data", 108 "menu.help.importExportData": "Import/Export Configuratie Data",
109 "menu.help.learnMore": "Meer informatie", 109 "menu.help.learnMore": "Meer informatie",
110 "menu.help.privacy": "Privacyverklaring", 110 "menu.help.privacy": "Privacyverklaring",
@@ -121,9 +121,9 @@
121 "menu.view": "Weergave", 121 "menu.view": "Weergave",
122 "menu.view.back": "Terug", 122 "menu.view.back": "Terug",
123 "menu.view.forward": "Doorsturen", 123 "menu.view.forward": "Doorsturen",
124 "menu.view.lockFerdi": "Ferdi vergrendelen", 124 "menu.view.lockFerdium": "Ferdium vergrendelen",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Ferdi opnieuw laden", 126 "menu.view.reloadFerdium": "Ferdium opnieuw laden",
127 "menu.view.reloadService": "Service opnieuw laden", 127 "menu.view.reloadService": "Service opnieuw laden",
128 "menu.view.reloadTodos": "ToDos opnieuw laden", 128 "menu.view.reloadTodos": "ToDos opnieuw laden",
129 "menu.view.resetZoom": "Werkelijke grootte", 129 "menu.view.resetZoom": "Werkelijke grootte",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} kon niet geladen worden.", 161 "service.errorHandler.text": "{name} kon niet geladen worden.",
162 "service.webviewLoader.loading": "{service} wordt geladen", 162 "service.webviewLoader.loading": "{service} wordt geladen",
163 "services.getStarted": "Aan de slag", 163 "services.getStarted": "Aan de slag",
164 "services.login": "Log in om Ferdi te gebruiken.", 164 "services.login": "Log in om Ferdium te gebruiken.",
165 "services.serverInfo": "Je kunt je Ferdi-server ook veranderen door op het tandwieltje in de linkeronderhoek te klikken. Als je van een van de gehoste servers wisselt naar Ferdi zonder account, dien je je ervan bewust te zijn dat je je gegevens van die server kunt exporteren en deze vervolgens kunt importeren via het Help-menu om al je werkruimtes en geconfigureerde diensten weer te genereren!", 165 "services.serverInfo": "Je kunt je Ferdium-server ook veranderen door op het tandwieltje in de linkeronderhoek te klikken. Als je van een van de gehoste servers wisselt naar Ferdium zonder account, dien je je ervan bewust te zijn dat je je gegevens van die server kunt exporteren en deze vervolgens kunt importeren via het Help-menu om al je werkruimtes en geconfigureerde diensten weer te genereren!",
166 "services.serverless": "Ferdi zonder account gebruiken", 166 "services.serverless": "Ferdium zonder account gebruiken",
167 "settings.account.account.editButton": "Account bewerken", 167 "settings.account.account.editButton": "Account bewerken",
168 "settings.account.accountUnavailable": "Account is niet beschikbaar", 168 "settings.account.accountUnavailable": "Account is niet beschikbaar",
169 "settings.account.accountUnavailableInfo": "U gebruikt Ferdi zonder account. Als u Ferdi wilt gebruiken met een account en uw services gesynchroniseerd wilt houden tussen installaties, selecteer een server in het tabblad Instellingen en log in.", 169 "settings.account.accountUnavailableInfo": "U gebruikt Ferdium zonder account. Als u Ferdium wilt gebruiken met een account en uw services gesynchroniseerd wilt houden tussen installaties, selecteer een server in het tabblad Instellingen en log in.",
170 "settings.account.buttonSave": "Profiel bijwerken", 170 "settings.account.buttonSave": "Profiel bijwerken",
171 "settings.account.deleteAccount": "Account verwijderen", 171 "settings.account.deleteAccount": "Account verwijderen",
172 "settings.account.deleteEmailSent": "Je hebt een e-mail ontvangen met een link om het verwijderen van je account te bevestigen. Je accountgegevens en -data kunnen na verwijderen niet meer worden teruggehaald!", 172 "settings.account.deleteEmailSent": "Je hebt een e-mail ontvangen met een link om het verwijderen van je account te bevestigen. Je accountgegevens en -data kunnen na verwijderen niet meer worden teruggehaald!",
173 "settings.account.deleteInfo": "Wanneer je je Ferdi-account niet langer wilt gebruiken, kun je je account en alle gerelateerde data verwijderen.", 173 "settings.account.deleteInfo": "Wanneer je je Ferdium-account niet langer wilt gebruiken, kun je je account en alle gerelateerde data verwijderen.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Accountgegevens", 175 "settings.account.headlineAccount": "Accountgegevens",
176 "settings.account.headlineDangerZone": "Gevarenzone", 176 "settings.account.headlineDangerZone": "Gevarenzone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Probeer opnieuw", 181 "settings.account.tryReloadServices": "Probeer opnieuw",
182 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw", 182 "settings.account.tryReloadUserInfoRequest": "Probeer opnieuw",
183 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden", 183 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden",
184 "settings.account.yourLicense": "Uw Ferdi licentie:", 184 "settings.account.yourLicense": "Uw Ferdium licentie:",
185 "settings.app.accentColorInfo": "Schrijf uw accentkleur in een CSS-compatibel formaat (standaard: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Schrijf uw accentkleur in een CSS-compatibel formaat (standaard: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Cache legen", 186 "settings.app.buttonClearAllCache": "Cache legen",
187 "settings.app.buttonInstallUpdate": "Opnieuw opstarten en update installeren", 187 "settings.app.buttonInstallUpdate": "Opnieuw opstarten en update installeren",
188 "settings.app.buttonOpenFerdiProfileFolder": "Profielmap openen", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Profielmap openen",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open de map servicerecepten", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open de map servicerecepten",
190 "settings.app.buttonSearchForUpdate": "Controleer op updates", 190 "settings.app.buttonSearchForUpdate": "Controleer op updates",
191 "settings.app.cacheInfo": "Ferdi gebruikt op dit moment {size} schijfruimte aan tijdelijke bestanden.", 191 "settings.app.cacheInfo": "Ferdium gebruikt op dit moment {size} schijfruimte aan tijdelijke bestanden.",
192 "settings.app.cacheNotCleared": "Kon alle cache niet legen", 192 "settings.app.cacheNotCleared": "Kon alle cache niet legen",
193 "settings.app.closeSettings": "Instellingen sluiten", 193 "settings.app.closeSettings": "Instellingen sluiten",
194 "settings.app.currentVersion": "Huidige versie:", 194 "settings.app.currentVersion": "Huidige versie:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Donkere modus synchroniseren met de instelling van mijn OS", 196 "settings.app.form.adaptableDarkMode": "Donkere modus synchroniseren met de instelling van mijn OS",
197 "settings.app.form.alwaysShowWorkspaces": "Werkruimtepagina altijd weergeven", 197 "settings.app.form.alwaysShowWorkspaces": "Werkruimtepagina altijd weergeven",
198 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond", 198 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond",
199 "settings.app.form.autoLaunchOnStart": "Ferdi openen bij opstarten", 199 "settings.app.form.autoLaunchOnStart": "Ferdium openen bij opstarten",
200 "settings.app.form.automaticUpdates": "Updates inschakelen", 200 "settings.app.form.automaticUpdates": "Updates inschakelen",
201 "settings.app.form.beta": "Inclusief pre-releases", 201 "settings.app.form.beta": "Inclusief pre-releases",
202 "settings.app.form.clipboardNotifications": "Meldingen voor klembord niet weergeven", 202 "settings.app.form.clipboardNotifications": "Meldingen voor klembord niet weergeven",
203 "settings.app.form.closeToSystemTray": "Minimaliseer Ferdi naar systeemvak", 203 "settings.app.form.closeToSystemTray": "Minimaliseer Ferdium naar systeemvak",
204 "settings.app.form.confirmOnQuit": "Bevestigen bij het sluiten van Ferdi", 204 "settings.app.form.confirmOnQuit": "Bevestigen bij het sluiten van Ferdium",
205 "settings.app.form.customTodoServer": "Aangepaste Todo Server", 205 "settings.app.form.customTodoServer": "Aangepaste Todo Server",
206 "settings.app.form.darkMode": "Donkere modus inschakelen", 206 "settings.app.form.darkMode": "Donkere modus inschakelen",
207 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ", 207 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ",
208 "settings.app.form.enableGlobalHideShortcut": "Globale snelkoppeling inschakelen om Ferdi te verbergen", 208 "settings.app.form.enableGlobalHideShortcut": "Globale snelkoppeling inschakelen om Ferdium te verbergen",
209 "settings.app.form.enableLock": "Wachtwoordvergrendeling inschakelen", 209 "settings.app.form.enableLock": "Wachtwoordvergrendeling inschakelen",
210 "settings.app.form.enableLongPressServiceHint": "Inschakelen service snelkoppeling bij lang indrukken", 210 "settings.app.form.enableLongPressServiceHint": "Inschakelen service snelkoppeling bij lang indrukken",
211 "settings.app.form.enableMenuBar": "Ferdi altijd in menubalk weergeven", 211 "settings.app.form.enableMenuBar": "Ferdium altijd in menubalk weergeven",
212 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen", 212 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen",
213 "settings.app.form.enableSystemTray": "Ferdi altijd in systeemvak weergeven", 213 "settings.app.form.enableSystemTray": "Ferdium altijd in systeemvak weergeven",
214 "settings.app.form.enableTodos": "Ferdi Todos inschakelen", 214 "settings.app.form.enableTodos": "Ferdium Todos inschakelen",
215 "settings.app.form.hibernateOnStartup": "Services in slaapstand houden bij opstarten", 215 "settings.app.form.hibernateOnStartup": "Services in slaapstand houden bij opstarten",
216 "settings.app.form.hibernationStrategy": "Slaapstand strategie", 216 "settings.app.form.hibernationStrategy": "Slaapstand strategie",
217 "settings.app.form.iconSize": "Service icoongrootte", 217 "settings.app.form.iconSize": "Service icoongrootte",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Alle werkruimtes geladen houden", 219 "settings.app.form.keepAllWorkspacesLoaded": "Alle werkruimtes geladen houden",
220 "settings.app.form.language": "Taal", 220 "settings.app.form.language": "Taal",
221 "settings.app.form.lockPassword": "Wachtwoord", 221 "settings.app.form.lockPassword": "Wachtwoord",
222 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak", 222 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdium naar systeemvak",
223 "settings.app.form.navigationBarBehaviour": "Navigatiebalk gedrag", 223 "settings.app.form.navigationBarBehaviour": "Navigatiebalk gedrag",
224 "settings.app.form.notifyTaskBarOnMessage": "Informeer TakenBalk / Dock op een nieuw bericht", 224 "settings.app.form.notifyTaskBarOnMessage": "Informeer TakenBalk / Dock op een nieuw bericht",
225 "settings.app.form.passwordToggle": "Wachtwoord wijzigen", 225 "settings.app.form.passwordToggle": "Wachtwoord wijzigen",
226 "settings.app.form.predefinedTodoServer": "Taak Server", 226 "settings.app.form.predefinedTodoServer": "Taak Server",
227 "settings.app.form.privateNotifications": "Toon geen bericht-inhoud in meldingen", 227 "settings.app.form.privateNotifications": "Toon geen bericht-inhoud in meldingen",
228 "settings.app.form.reloadAfterResume": "Herlaad Ferdi na systeem hervatten", 228 "settings.app.form.reloadAfterResume": "Herlaad Ferdium na systeem hervatten",
229 "settings.app.form.runInBackground": "Houd Ferdi open op de achtergrond wanneer het venster gesloten wordt", 229 "settings.app.form.runInBackground": "Houd Ferdium open op de achtergrond wanneer het venster gesloten wordt",
230 "settings.app.form.scheduledDNDEnabled": "Activeer geplande niet-storen modus", 230 "settings.app.form.scheduledDNDEnabled": "Activeer geplande niet-storen modus",
231 "settings.app.form.scheduledDNDEnd": "Tot", 231 "settings.app.form.scheduledDNDEnd": "Tot",
232 "settings.app.form.scheduledDNDStart": "Van", 232 "settings.app.form.scheduledDNDStart": "Van",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Gesplitste weergave inschakelen", 241 "settings.app.form.splitMode": "Gesplitste weergave inschakelen",
242 "settings.app.form.startMinimized": "Geminimaliseerd starten", 242 "settings.app.form.startMinimized": "Geminimaliseerd starten",
243 "settings.app.form.universalDarkMode": "Universele donkere modus inschakelen", 243 "settings.app.form.universalDarkMode": "Universele donkere modus inschakelen",
244 "settings.app.form.useTouchIdToUnlock": "Gebruik van Touch ID toestaan om Ferdi te ontgrendelen", 244 "settings.app.form.useTouchIdToUnlock": "Gebruik van Touch ID toestaan om Ferdium te ontgrendelen",
245 "settings.app.form.useVerticalStyle": "Horizontale stijl gebruiken", 245 "settings.app.form.useVerticalStyle": "Horizontale stijl gebruiken",
246 "settings.app.form.wakeUpHibernationSplay": "Splay nijling/wake cycli om de belasting te verminderen", 246 "settings.app.form.wakeUpHibernationSplay": "Splay nijling/wake cycli om de belasting te verminderen",
247 "settings.app.form.wakeUpHibernationStrategy": "Sluimerstrategie na automatisch ontwaken", 247 "settings.app.form.wakeUpHibernationStrategy": "Sluimerstrategie na automatisch ontwaken",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Taal", 252 "settings.app.headlineLanguage": "Taal",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "settings.app.hibernateInfo": "Ferdi houdt je services standaard open op de achtergrond, zodat ze klaarstaan wanneer je ze wilt gebruiken. Als je de slaapstand inschakelt, worden services na een bepaalde tijd gesloten. Zo kun je RAM besparen en voorkomen dat services je computer vertragen.", 255 "settings.app.hibernateInfo": "Ferdium houdt je services standaard open op de achtergrond, zodat ze klaarstaan wanneer je ze wilt gebruiken. Als je de slaapstand inschakelt, worden services na een bepaalde tijd gesloten. Zo kun je RAM besparen en voorkomen dat services je computer vertragen.",
256 "settings.app.inactivityLockInfo": "Minuten van inactiviteit, waarna Ferdi automatisch vergrendelt. Gebruik 0 om uit te schakelen", 256 "settings.app.inactivityLockInfo": "Minuten van inactiviteit, waarna Ferdium automatisch vergrendelt. Gebruik 0 om uit te schakelen",
257 "settings.app.lockInfo": "Wachtwoordvergrendeling maakt het mogelijk om je berichten te beschermen.\nWachtwoordvergrendeling gebruiken zal u worden gevraagd om uw wachtwoord in te voeren telkens wanneer u Ferdi of lock Ferdi zelf start met behulp van het vergrendelingssymbool in de linker onderhoek of de sneltoets {lockShortcut}.", 257 "settings.app.lockInfo": "Wachtwoordvergrendeling maakt het mogelijk om je berichten te beschermen.\nWachtwoordvergrendeling gebruiken zal u worden gevraagd om uw wachtwoord in te voeren telkens wanneer u Ferdium of lock Ferdium zelf start met behulp van het vergrendelingssymbool in de linker onderhoek of de sneltoets {lockShortcut}.",
258 "settings.app.lockedPassword": "Wachtwoord", 258 "settings.app.lockedPassword": "Wachtwoord",
259 "settings.app.lockedPasswordInfo": "Zorg ervoor dat u een wachtwoord instelt dat u vergeet.\nAls u dit wachtwoord verliest zult u Ferdi opnieuw moeten installeren.", 259 "settings.app.lockedPasswordInfo": "Zorg ervoor dat u een wachtwoord instelt dat u vergeet.\nAls u dit wachtwoord verliest zult u Ferdium opnieuw moeten installeren.",
260 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 260 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
261 "settings.app.scheduledDNDInfo": "Geplande niet-storen modus laat je een tijdsperiode instellen waarin je geen notificaties van Ferdi wilt ontvangen.", 261 "settings.app.scheduledDNDInfo": "Geplande niet-storen modus laat je een tijdsperiode instellen waarin je geen notificaties van Ferdium wilt ontvangen.",
262 "settings.app.scheduledDNDTimeInfo": "Tijden in 24-uur-formaat. De eindtijd kan voor de starttijd zijn (bijvoorbeeld begin 17:00, eind 09:00) om de niet-storen modus 's nachts in te schakelen.", 262 "settings.app.scheduledDNDTimeInfo": "Tijden in 24-uur-formaat. De eindtijd kan voor de starttijd zijn (bijvoorbeeld begin 17:00, eind 09:00) om de niet-storen modus 's nachts in te schakelen.",
263 "settings.app.sentryInfo": "Als je telemetriegegevens laat verzenden, kunnen we fouten in Ferdi vinden. We verzenden geen persoonlijke informatie, zoals berichtgegevens!", 263 "settings.app.sentryInfo": "Als je telemetriegegevens laat verzenden, kunnen we fouten in Ferdium vinden. We verzenden geen persoonlijke informatie, zoals berichtgegevens!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi maakt gebruik van de ingebouwde spellingscontrole op je Mac om typfouten te zoeken. Als je wilt aanpassen welke talen worden gecontroleerd, kun je dat doen in Systeemvoorkeuren op je Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium maakt gebruik van de ingebouwde spellingscontrole op je Mac om typfouten te zoeken. Als je wilt aanpassen welke talen worden gecontroleerd, kun je dat doen in Systeemvoorkeuren op je Mac.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi-profiel", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium-profiel",
267 "settings.app.todoServerInfo": "Deze server wordt gebruikt voor de functie Ferdi Todo.", 267 "settings.app.todoServerInfo": "Deze server wordt gebruikt voor de functie Ferdium Todo.",
268 "settings.app.translationHelp": "Help ons om Ferdi uw taal te laten spreken.", 268 "settings.app.translationHelp": "Help ons om Ferdium uw taal te laten spreken.",
269 "settings.app.universalDarkModeInfo": "De universele donkere modus probeert dynamische stijlen voor services te genereren die eigenlijk geen donkere modus hebben.", 269 "settings.app.universalDarkModeInfo": "De universele donkere modus probeert dynamische stijlen voor services te genereren die eigenlijk geen donkere modus hebben.",
270 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...", 270 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...",
271 "settings.app.updateStatusSearching": "Zoeken naar updates...", 271 "settings.app.updateStatusSearching": "Zoeken naar updates...",
272 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi", 272 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdium",
273 "settings.invite.headline": "Vrienden uitnodigen", 273 "settings.invite.headline": "Vrienden uitnodigen",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Beschikbare services", 275 "settings.navigation.availableServices": "Beschikbare services",
276 "settings.navigation.logout": "Uitloggen", 276 "settings.navigation.logout": "Uitloggen",
277 "settings.navigation.supportFerdi": "Over Ferdi", 277 "settings.navigation.supportFerdium": "Over Ferdium",
278 "settings.navigation.team": "Team beheren", 278 "settings.navigation.team": "Team beheren",
279 "settings.navigation.yourServices": "Jouw services", 279 "settings.navigation.yourServices": "Jouw services",
280 "settings.navigation.yourWorkspaces": "Jouw werkruimtes", 280 "settings.navigation.yourWorkspaces": "Jouw werkruimtes",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Beschikbare services", 289 "settings.recipes.headline": "Beschikbare services",
290 "settings.recipes.missingService": "Mis je een service?", 290 "settings.recipes.missingService": "Mis je een service?",
291 "settings.recipes.mostPopular": "Meest populair", 291 "settings.recipes.mostPopular": "Meest populair",
292 "settings.recipes.nothingFound": "Sorry, maar geen service die overeenkomt met uw zoekterm - maar u kunt deze waarschijnlijk nog toevoegen met behulp van de optie \"Aangepaste Website\". Houd er rekening mee dat de website meer diensten kan tonen die zijn toegevoegd aan Ferdi sinds de versie waar u momenteel mee bezig bent. Om deze nieuwe diensten te krijgen, overweeg dan een upgrade naar een nieuwere versie van Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, maar geen service die overeenkomt met uw zoekterm - maar u kunt deze waarschijnlijk nog toevoegen met behulp van de optie \"Aangepaste Website\". Houd er rekening mee dat de website meer diensten kan tonen die zijn toegevoegd aan Ferdium sinds de versie waar u momenteel mee bezig bent. Om deze nieuwe diensten te krijgen, overweeg dan een upgrade naar een nieuwere versie van Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service succesvol toegevoegd",
294 "settings.searchService": "Service zoeken", 294 "settings.searchService": "Service zoeken",
295 "settings.service.error.goBack": "Terug naar services", 295 "settings.service.error.goBack": "Terug naar services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "User.js openen", 329 "settings.service.form.openUserJs": "User.js openen",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS-proxyinstellingen", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS-proxyinstellingen",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Proxy gebruiken", 333 "settings.service.form.proxy.isEnabled": "Proxy gebruiken",
334 "settings.service.form.proxy.password": "Wachtwoord (optioneel)", 334 "settings.service.form.proxy.password": "Wachtwoord (optioneel)",
335 "settings.service.form.proxy.port": "Poort", 335 "settings.service.form.proxy.port": "Poort",
336 "settings.service.form.proxy.restartInfo": "Start Ferdi opnieuw na het aanpassen van de proxyinstellingen.", 336 "settings.service.form.proxy.restartInfo": "Start Ferdium opnieuw na het aanpassen van de proxyinstellingen.",
337 "settings.service.form.proxy.user": "Gebruiker (optioneel)", 337 "settings.service.form.proxy.user": "Gebruiker (optioneel)",
338 "settings.service.form.recipeFileInfo": "Je gebruikersbestanden worden op de webpagina ingevoegd zodat je services op elke manier kunt aanpassen. Gebruikersbestanden worden alleen lokaal opgeslagen en worden niet overgebracht naar andere computers met hetzelfde account.", 338 "settings.service.form.recipeFileInfo": "Je gebruikersbestanden worden op de webpagina ingevoegd zodat je services op elke manier kunt aanpassen. Gebruikersbestanden worden alleen lokaal opgeslagen en worden niet overgebracht naar andere computers met hetzelfde account.",
339 "settings.service.form.saveButton": "Service opslaan", 339 "settings.service.form.saveButton": "Service opslaan",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Geluid is uitgeschakeld", 352 "settings.services.tooltip.isMuted": "Geluid is uitgeschakeld",
353 "settings.services.tooltip.notificationsDisabled": "Meldingen zijn uitgeschakeld", 353 "settings.services.tooltip.notificationsDisabled": "Meldingen zijn uitgeschakeld",
354 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen", 354 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen",
355 "settings.supportFerdi.about": "De ontwikkeling van Ferdi wordt gedaan door bijdragers, mensen die Ferdi gebruiken, zoals jij. Ze onderhouden, repareren en verbeteren Ferdi in hun vrije tijd.", 355 "settings.supportFerdium.about": "De ontwikkeling van Ferdium wordt gedaan door bijdragers, mensen die Ferdium gebruiken, zoals jij. Ze onderhouden, repareren en verbeteren Ferdium in hun vrije tijd.",
356 "settings.supportFerdi.aboutIntro": "Speciale dank gaat uit naar deze fantastische mensen:", 356 "settings.supportFerdium.aboutIntro": "Speciale dank gaat uit naar deze fantastische mensen:",
357 "settings.supportFerdi.headline": "Over Ferdi", 357 "settings.supportFerdium.headline": "Over Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "settings.team.copy": "Franz's Team Management stelt u in staat Franz abonnementen te beheren voor meerdere gebruikers. Houd er rekening mee dat het gebruik van Ferdi door een Franz Premium abonnement je geen voordelen zal bieden: de enige reden waarom je nog steeds toegang hebt tot Team Management is dat je je oude Franz Teams kunt beheren en dat je geen functionaliteit verliest bij het beheer van je account.", 359 "settings.team.copy": "Franz's Team Management stelt u in staat Franz abonnementen te beheren voor meerdere gebruikers. Houd er rekening mee dat het gebruik van Ferdium door een Franz Premium abonnement je geen voordelen zal bieden: de enige reden waarom je nog steeds toegang hebt tot Team Management is dat je je oude Franz Teams kunt beheren en dat je geen functionaliteit verliest bij het beheer van je account.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "U gebruikt momenteel Franz Servers, daarom hebt u toegang tot Team Management.", 361 "settings.team.intro": "U gebruikt momenteel Franz Servers, daarom hebt u toegang tot Team Management.",
362 "settings.team.manageAction": "Beheer uw team op meetfranz.com", 362 "settings.team.manageAction": "Beheer uw team op meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes gemaakt.", 385 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes gemaakt.",
386 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw", 386 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw",
387 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen", 387 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Zie hier Ferdi Werkruimtes", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Zie hier Ferdium Werkruimtes",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces laten u focussen op wat er op dit moment belangrijk is. Stel verschillende soorten diensten in en schakel er op elk moment eenvoudig tussen in. Je bepaalt welke diensten je nodig hebt wanneer en waar zodat we je kunnen helpen om aan je spel te blijven - of eenvoudig uit te schakelen van werk wanneer je maar wilt.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium Workspaces laten u focussen op wat er op dit moment belangrijk is. Stel verschillende soorten diensten in en schakel er op elk moment eenvoudig tussen in. Je bepaalt welke diensten je nodig hebt wanneer en waar zodat we je kunnen helpen om aan je spel te blijven - of eenvoudig uit te schakelen van werk wanneer je maar wilt.",
390 "settings.workspaces.workspacesRequestFailed": "Kan jouw werkruimtes niet laden", 390 "settings.workspaces.workspacesRequestFailed": "Kan jouw werkruimtes niet laden",
391 "setupAssistant.headline": "Laten we beginnen", 391 "setupAssistant.headline": "Laten we beginnen",
392 "setupAssistant.subheadline": "Kies uit onze meest gebruikte diensten en sta nu op de top van uw berichten.", 392 "setupAssistant.subheadline": "Kies uit onze meest gebruikte diensten en sta nu op de top van uw berichten.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Voeg service toe", 394 "sidebar.addNewService": "Voeg service toe",
395 "sidebar.closeTodosDrawer": "Sluit Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Sluit Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten", 396 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten",
397 "sidebar.lockFerdi": "Ferdi vergrendelen", 397 "sidebar.lockFerdium": "Ferdium vergrendelen",
398 "sidebar.muteApp": "Berichten & geluid uitschakelen", 398 "sidebar.muteApp": "Berichten & geluid uitschakelen",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen", 400 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
401 "sidebar.unmuteApp": "Meldingen en geluid inschakelen", 401 "sidebar.unmuteApp": "Meldingen en geluid inschakelen",
402 "signup.email.label": "E-mailadres", 402 "signup.email.label": "E-mailadres",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Voornaam", 404 "signup.firstname.label": "Voornaam",
405 "signup.headline": "Aanmelden", 405 "signup.headline": "Aanmelden",
406 "signup.lastname.label": "Achternaam", 406 "signup.lastname.label": "Achternaam",
407 "signup.legal.info": "Door een Ferdi-account aan te maken ga je akkoord met de", 407 "signup.legal.info": "Door een Ferdium-account aan te maken ga je akkoord met de",
408 "signup.legal.privacy": "Privacyverklaring", 408 "signup.legal.privacy": "Privacyverklaring",
409 "signup.legal.terms": "Gebruiksvoorwaarden", 409 "signup.legal.terms": "Gebruiksvoorwaarden",
410 "signup.link.login": "Heb je al een account? Log in!", 410 "signup.link.login": "Heb je al een account? Log in!",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Werkruimtes", 440 "workspaceDrawer.headline": "Werkruimtes",
441 "workspaceDrawer.item.contextMenuEdit": "bewerken", 441 "workspaceDrawer.item.contextMenuEdit": "bewerken",
442 "workspaceDrawer.item.noServicesAddedYet": "Nog geen services toegevoegd", 442 "workspaceDrawer.item.noServicesAddedYet": "Nog geen services toegevoegd",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces laten je concentreren op wat op dit moment belangrijk is. Stel verschillende sets diensten in en schakel er op elk moment gemakkelijk tussen uit.</p><p>Je bepaalt welke diensten je nodig hebt wanneer en waar zodat we je kunnen helpen om aan je spel te blijven - of eenvoudig uit te schakelen van werk wanneer je maar wilt.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces laten je concentreren op wat op dit moment belangrijk is. Stel verschillende sets diensten in en schakel er op elk moment gemakkelijk tussen uit.</p><p>Je bepaalt welke diensten je nodig hebt wanneer en waar zodat we je kunnen helpen om aan je spel te blijven - of eenvoudig uit te schakelen van werk wanneer je maar wilt.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Werkruimte-instellingen aanpassen", 444 "workspaceDrawer.workspacesSettingsTooltip": "Werkruimte-instellingen aanpassen",
445 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar" 445 "workspaces.switchingIndicator.switchingTo": "Overschakelen naar"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 8c8c6c773..ed52a078c 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Bytt tjener", 5 "changeserver.headline": "Bytt tjener",
6 "changeserver.label": "Tjener", 6 "changeserver.label": "Tjener",
7 "changeserver.urlError": "Angi en gyldig nettadresse", 7 "changeserver.urlError": "Angi en gyldig nettadresse",
8 "changeserver.warning": "Ekstra innstillinger som tilbys av Ferdi vil ikke bli lagret", 8 "changeserver.warning": "Ekstra innstillinger som tilbys av Ferdium vil ikke bli lagret",
9 "connectionLostBanner.cta": "Last inn tjenesten på nytt", 9 "connectionLostBanner.cta": "Last inn tjenesten på nytt",
10 "connectionLostBanner.informationLink": "Hva skjedde?", 10 "connectionLostBanner.informationLink": "Hva skjedde?",
11 "connectionLostBanner.message": "Å nei! Ferdi mistet forbindelsen til {name}.", 11 "connectionLostBanner.message": "Å nei! Ferdium mistet forbindelsen til {name}.",
12 "feature.basicAuth.signIn": "Logg inn", 12 "feature.basicAuth.signIn": "Logg inn",
13 "feature.publishDebugInfo.error": "Det oppstod en feil under forsøket på å publisere feilsøkingsinformasjonen. Prøv igjen senere eller se i konsollet for ytterligere informasjon.", 13 "feature.publishDebugInfo.error": "Det oppstod en feil under forsøket på å publisere feilsøkingsinformasjonen. Prøv igjen senere eller se i konsollet for ytterligere informasjon.",
14 "feature.publishDebugInfo.info": "Publisering av din feilsøkingsinformasjon hjelper oss med å finne problemer og feil i Ferdi. Ved å publisere feilsøkingsinformasjonen, godtar du Ferdi feilsøkings-retningslinjer for personvern og tjenestevilkår", 14 "feature.publishDebugInfo.info": "Publisering av din feilsøkingsinformasjon hjelper oss med å finne problemer og feil i Ferdium. Ved å publisere feilsøkingsinformasjonen, godtar du Ferdium feilsøkings-retningslinjer for personvern og tjenestevilkår",
15 "feature.publishDebugInfo.privacy": "Retningslinjer for personvern", 15 "feature.publishDebugInfo.privacy": "Retningslinjer for personvern",
16 "feature.publishDebugInfo.publish": "Godta og publiser", 16 "feature.publishDebugInfo.publish": "Godta og publiser",
17 "feature.publishDebugInfo.published": "Feilsøkingsloggen din ble publisert og er nå tilgjengelig på", 17 "feature.publishDebugInfo.published": "Feilsøkingsloggen din ble publisert og er nå tilgjengelig på",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Velg en tjeneste med TAB, ↑ og ↓. Åpne en tjeneste med ENTER.", 20 "feature.quickSwitch.info": "Velg en tjeneste med TAB, ↑ og ↓. Åpne en tjeneste med ENTER.",
21 "feature.quickSwitch.search": "Søk...", 21 "feature.quickSwitch.search": "Søk...",
22 "feature.quickSwitch.title": "Hurtigbytte", 22 "feature.quickSwitch.title": "Hurtigbytte",
23 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester", 23 "global.api.unhealthy": "Kan ikke koble til Ferdium online-tjenester",
24 "global.cancel": "Avbryt", 24 "global.cancel": "Avbryt",
25 "global.edit": "Rediger", 25 "global.edit": "Rediger",
26 "global.no": "Nei", 26 "global.no": "Nei",
27 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.", 27 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.",
28 "global.ok": "OK", 28 "global.ok": "OK",
29 "global.quit": "Avslutt", 29 "global.quit": "Avslutt",
30 "global.quitConfirmation": "Vil du virkelig avslutte Ferdi?", 30 "global.quitConfirmation": "Vil du virkelig avslutte Ferdium?",
31 "global.save": "Lagre", 31 "global.save": "Lagre",
32 "global.settings": "Innstillinger", 32 "global.settings": "Innstillinger",
33 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})", 33 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Bruk 'https://whatmyuseragent.com/' (oppdaget) eller 'https://developers.whatismybrowser.com/useragents/explore/' (til å velge) den ønskede brukeragenten og kopier og lim den inn her.", 38 "global.userAgentHelp": "Bruk 'https://whatmyuseragent.com/' (oppdaget) eller 'https://developers.whatismybrowser.com/useragents/explore/' (til å velge) den ønskede brukeragenten og kopier og lim den inn her.",
39 "global.userAgentPref": "Brukeragent", 39 "global.userAgentPref": "Brukeragent",
40 "global.yes": "Ja", 40 "global.yes": "Ja",
41 "import.headline": "Importer Ferdi 4-tjenestene dine", 41 "import.headline": "Importer Ferdium 4-tjenestene dine",
42 "import.notSupportedHeadline": "Tjenester som ikke støttes enda i Ferdi 5", 42 "import.notSupportedHeadline": "Tjenester som ikke støttes enda i Ferdium 5",
43 "import.skip.label": "Jeg ønsker å legge til tjenester manuelt", 43 "import.skip.label": "Jeg ønsker å legge til tjenester manuelt",
44 "import.submit.label": "Importer {count} tjenester", 44 "import.submit.label": "Importer {count} tjenester",
45 "infobar.authRequestFailed": "Det oppstod en feil under forsøket med en autentisert forespørsel. Prøv å logge ut og inn igjen om denne feilen vedvarer.", 45 "infobar.authRequestFailed": "Det oppstod en feil under forsøket med en autentisert forespørsel. Prøv å logge ut og inn igjen om denne feilen vedvarer.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Skjul", 49 "infobar.hide": "Skjul",
50 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenestene og brukerinformasjonen", 50 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenestene og brukerinformasjonen",
51 "infobar.servicesUpdated": "Dine tjenester har blitt oppdatert.", 51 "infobar.servicesUpdated": "Dine tjenester har blitt oppdatert.",
52 "infobar.updateAvailable": "En ny oppdatering til Ferdi er tilgjengelig.", 52 "infobar.updateAvailable": "En ny oppdatering til Ferdium er tilgjengelig.",
53 "infobox.dismiss": "Avvis", 53 "infobox.dismiss": "Avvis",
54 "invite.email.label": "E-postadresse", 54 "invite.email.label": "E-postadresse",
55 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger", 55 "invite.headline.friends": "Inviter 3 av dine venner eller kolleger",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "lås opp med Touch ID", 65 "locked.touchIdPrompt": "lås opp med Touch ID",
66 "locked.unlockWithPassword": "Lås opp med passord", 66 "locked.unlockWithPassword": "Lås opp med passord",
67 "login.changeServer": "Bytt tjener", 67 "login.changeServer": "Bytt tjener",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "E-postadresse", 70 "login.email.label": "E-postadresse",
71 "login.headline": "Logg inn", 71 "login.headline": "Logg inn",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Din økt er utløpet, vennligst logg inn igjen.", 78 "login.tokenExpired": "Din økt er utløpet, vennligst logg inn igjen.",
79 "menu.Todoss.closeTodosDrawer": "Lukk skuff for gjøremål", 79 "menu.Todoss.closeTodosDrawer": "Lukk skuff for gjøremål",
80 "menu.Todoss.openTodosDrawer": "Åpne skuff for gjøremål", 80 "menu.Todoss.openTodosDrawer": "Åpne skuff for gjøremål",
81 "menu.app.about": "Om Ferdi", 81 "menu.app.about": "Om Ferdium",
82 "menu.app.autohideMenuBar": "Skjul menylinjen automatisk", 82 "menu.app.autohideMenuBar": "Skjul menylinjen automatisk",
83 "menu.app.checkForUpdates": "Se etter oppdateringer", 83 "menu.app.checkForUpdates": "Se etter oppdateringer",
84 "menu.app.hide": "Skjul", 84 "menu.app.hide": "Skjul",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Endringslogg", 104 "menu.help.changelog": "Endringslogg",
105 "menu.help.debugInfo": "Kopier feilsøkingsinformasjon", 105 "menu.help.debugInfo": "Kopier feilsøkingsinformasjon",
106 "menu.help.debugInfoCopiedBody": "Din feilsøkingsinformasjon har blitt kopiert til utklippstavlen.", 106 "menu.help.debugInfoCopiedBody": "Din feilsøkingsinformasjon har blitt kopiert til utklippstavlen.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi feilsøkingsinformasjon", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium feilsøkingsinformasjon",
108 "menu.help.importExportData": "Importer/eksporter konfigurasjonsdata", 108 "menu.help.importExportData": "Importer/eksporter konfigurasjonsdata",
109 "menu.help.learnMore": "Finn ut mer", 109 "menu.help.learnMore": "Finn ut mer",
110 "menu.help.privacy": "Personvernerklæring", 110 "menu.help.privacy": "Personvernerklæring",
@@ -121,9 +121,9 @@
121 "menu.view": "Vis", 121 "menu.view": "Vis",
122 "menu.view.back": "Tilbake", 122 "menu.view.back": "Tilbake",
123 "menu.view.forward": "Videresend", 123 "menu.view.forward": "Videresend",
124 "menu.view.lockFerdi": "Lås Ferdi", 124 "menu.view.lockFerdium": "Lås Ferdium",
125 "menu.view.openQuickSwitch": "Åpne hurtigbytte", 125 "menu.view.openQuickSwitch": "Åpne hurtigbytte",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Last inn tjenesten på nytt", 127 "menu.view.reloadService": "Last inn tjenesten på nytt",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Faktisk størrelse", 129 "menu.view.resetZoom": "Faktisk størrelse",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} kan ikke lastes.", 161 "service.errorHandler.text": "{name} kan ikke lastes.",
162 "service.webviewLoader.loading": "Laster inn {service}", 162 "service.webviewLoader.loading": "Laster inn {service}",
163 "services.getStarted": "Kom i gang", 163 "services.getStarted": "Kom i gang",
164 "services.login": "Vennligst logg inn for å bruke Ferdi.", 164 "services.login": "Vennligst logg inn for å bruke Ferdium.",
165 "services.serverInfo": "Eventuelt kan du endre Ferdi-serveren ved å klikke på cog i nederste venstre hjørne. Hvis du bytter over (fra en av vertsserverne) til å bruke Ferdi uten en konto, vennligst bli informert om at du kan eksportere dine data fra serveren og deretter importere de ved hjelp av hjelp-menyen for å gjenopprette alle dine arbeidsområder og konfigurerte tjenester!", 165 "services.serverInfo": "Eventuelt kan du endre Ferdium-serveren ved å klikke på cog i nederste venstre hjørne. Hvis du bytter over (fra en av vertsserverne) til å bruke Ferdium uten en konto, vennligst bli informert om at du kan eksportere dine data fra serveren og deretter importere de ved hjelp av hjelp-menyen for å gjenopprette alle dine arbeidsområder og konfigurerte tjenester!",
166 "services.serverless": "Bruk Ferdi uten en konto", 166 "services.serverless": "Bruk Ferdium uten en konto",
167 "settings.account.account.editButton": "Rediger konto", 167 "settings.account.account.editButton": "Rediger konto",
168 "settings.account.accountUnavailable": "Kontoen er ikke tilgjengelig", 168 "settings.account.accountUnavailable": "Kontoen er ikke tilgjengelig",
169 "settings.account.accountUnavailableInfo": "Du bruker Ferdi uten en konto. Hvis du ønsker å bruke Ferdi med en konto og hold tjenestene dine synkronisert på tvers av installasjoner, velg en tjener i fanen innstillinger og logg inn.", 169 "settings.account.accountUnavailableInfo": "Du bruker Ferdium uten en konto. Hvis du ønsker å bruke Ferdium med en konto og hold tjenestene dine synkronisert på tvers av installasjoner, velg en tjener i fanen innstillinger og logg inn.",
170 "settings.account.buttonSave": "Oppdater profil", 170 "settings.account.buttonSave": "Oppdater profil",
171 "settings.account.deleteAccount": "Slett konto", 171 "settings.account.deleteAccount": "Slett konto",
172 "settings.account.deleteEmailSent": "Du har mottatt en e-post med en lenke for å bekrefte sletting av kontoen din. Din konto og dine data kan ikke gjenopprettes!", 172 "settings.account.deleteEmailSent": "Du har mottatt en e-post med en lenke for å bekrefte sletting av kontoen din. Din konto og dine data kan ikke gjenopprettes!",
173 "settings.account.deleteInfo": "Hvis du ikke trenger Ferdi-kontoen din lenger, så kan du slette kontoen din og alle de relaterte dataene her.", 173 "settings.account.deleteInfo": "Hvis du ikke trenger Ferdium-kontoen din lenger, så kan du slette kontoen din og alle de relaterte dataene her.",
174 "settings.account.headline": "Konto", 174 "settings.account.headline": "Konto",
175 "settings.account.headlineAccount": "Kontoinformasjon (Automatic Translation)", 175 "settings.account.headlineAccount": "Kontoinformasjon (Automatic Translation)",
176 "settings.account.headlineDangerZone": "Fare sone", 176 "settings.account.headlineDangerZone": "Fare sone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Prøv igjen", 181 "settings.account.tryReloadServices": "Prøv igjen",
182 "settings.account.tryReloadUserInfoRequest": "Prøv igjen", 182 "settings.account.tryReloadUserInfoRequest": "Prøv igjen",
183 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjonen", 183 "settings.account.userInfoRequestFailed": "Kunne ikke laste brukerinformasjonen",
184 "settings.account.yourLicense": "Din Ferdi Lisens:", 184 "settings.account.yourLicense": "Din Ferdium Lisens:",
185 "settings.app.accentColorInfo": "Skriv din aksentfarge i et CSS-kompatibelt format. (Standard: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Skriv din aksentfarge i et CSS-kompatibelt format. (Standard: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Tøm hurtiglager", 186 "settings.app.buttonClearAllCache": "Tøm hurtiglager",
187 "settings.app.buttonInstallUpdate": "Start på nytt og installer oppdatering", 187 "settings.app.buttonInstallUpdate": "Start på nytt og installer oppdatering",
188 "settings.app.buttonOpenFerdiProfileFolder": "Åpne profilmappen", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Åpne profilmappen",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Åpne Service Oppskrift-mappen", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Åpne Service Oppskrift-mappen",
190 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer", 190 "settings.app.buttonSearchForUpdate": "Se etter oppdateringer",
191 "settings.app.cacheInfo": "Ferdi hurtiglager bruker for øyeblikket {size} av diskplassen.", 191 "settings.app.cacheInfo": "Ferdium hurtiglager bruker for øyeblikket {size} av diskplassen.",
192 "settings.app.cacheNotCleared": "Kunne ikke slette hurtiglageret", 192 "settings.app.cacheNotCleared": "Kunne ikke slette hurtiglageret",
193 "settings.app.closeSettings": "Lukk innstillinger", 193 "settings.app.closeSettings": "Lukk innstillinger",
194 "settings.app.currentVersion": "Nåværende versjon:", 194 "settings.app.currentVersion": "Nåværende versjon:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synkroniser mørkt tema med mørkt tema-innstillingene for mitt operativsystem", 196 "settings.app.form.adaptableDarkMode": "Synkroniser mørkt tema med mørkt tema-innstillingene for mitt operativsystem",
197 "settings.app.form.alwaysShowWorkspaces": "Vis alltid arbeidsområdet skuff", 197 "settings.app.form.alwaysShowWorkspaces": "Vis alltid arbeidsområdet skuff",
198 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen", 198 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
199 "settings.app.form.autoLaunchOnStart": "Start Ferdi ved oppstart", 199 "settings.app.form.autoLaunchOnStart": "Start Ferdium ved oppstart",
200 "settings.app.form.automaticUpdates": "Aktiver oppdateringer", 200 "settings.app.form.automaticUpdates": "Aktiver oppdateringer",
201 "settings.app.form.beta": "Ta med forhånds-utgivelser", 201 "settings.app.form.beta": "Ta med forhånds-utgivelser",
202 "settings.app.form.clipboardNotifications": "Ikke vis varsler for utklippstavlen", 202 "settings.app.form.clipboardNotifications": "Ikke vis varsler for utklippstavlen",
203 "settings.app.form.closeToSystemTray": "Lukk Ferdi til verktøylinje", 203 "settings.app.form.closeToSystemTray": "Lukk Ferdium til verktøylinje",
204 "settings.app.form.confirmOnQuit": "Bekreft ved avslutning av Ferdi", 204 "settings.app.form.confirmOnQuit": "Bekreft ved avslutning av Ferdium",
205 "settings.app.form.customTodoServer": "Egendefinerte ToDo Server", 205 "settings.app.form.customTodoServer": "Egendefinerte ToDo Server",
206 "settings.app.form.darkMode": "Aktiver mørkt tema", 206 "settings.app.form.darkMode": "Aktiver mørkt tema",
207 "settings.app.form.enableGPUAcceleration": "Aktiver GPU-akselerasjon", 207 "settings.app.form.enableGPUAcceleration": "Aktiver GPU-akselerasjon",
208 "settings.app.form.enableGlobalHideShortcut": "Aktiver global snarvei for å skjule Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Aktiver global snarvei for å skjule Ferdium",
209 "settings.app.form.enableLock": "Aktiver passordlås", 209 "settings.app.form.enableLock": "Aktiver passordlås",
210 "settings.app.form.enableLongPressServiceHint": "Aktiver et hint for tjenestens snarvei på langt trykk", 210 "settings.app.form.enableLongPressServiceHint": "Aktiver et hint for tjenestens snarvei på langt trykk",
211 "settings.app.form.enableMenuBar": "Vis alltid Ferdi i menylinje", 211 "settings.app.form.enableMenuBar": "Vis alltid Ferdium i menylinje",
212 "settings.app.form.enableSpellchecking": "Aktiver stavekontroll", 212 "settings.app.form.enableSpellchecking": "Aktiver stavekontroll",
213 "settings.app.form.enableSystemTray": "Vis alltid Ferdi i systemlinje", 213 "settings.app.form.enableSystemTray": "Vis alltid Ferdium i systemlinje",
214 "settings.app.form.enableTodos": "Aktiver Ferdi gjøremål", 214 "settings.app.form.enableTodos": "Aktiver Ferdium gjøremål",
215 "settings.app.form.hibernateOnStartup": "Hold tjenestene i dvalemodus ved oppstart", 215 "settings.app.form.hibernateOnStartup": "Hold tjenestene i dvalemodus ved oppstart",
216 "settings.app.form.hibernationStrategy": "Dvalemodus-strategi", 216 "settings.app.form.hibernationStrategy": "Dvalemodus-strategi",
217 "settings.app.form.iconSize": "Ikonstørrelse på tjenester", 217 "settings.app.form.iconSize": "Ikonstørrelse på tjenester",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Behold alle innlastede arbeidsområder", 219 "settings.app.form.keepAllWorkspacesLoaded": "Behold alle innlastede arbeidsområder",
220 "settings.app.form.language": "Språk", 220 "settings.app.form.language": "Språk",
221 "settings.app.form.lockPassword": "Passord", 221 "settings.app.form.lockPassword": "Passord",
222 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemstatusfeltet", 222 "settings.app.form.minimizeToSystemTray": "Minimer Ferdium til systemstatusfeltet",
223 "settings.app.form.navigationBarBehaviour": "Navigasjonsbar oppførsel", 223 "settings.app.form.navigationBarBehaviour": "Navigasjonsbar oppførsel",
224 "settings.app.form.notifyTaskBarOnMessage": "Varsle TaskBar/Dock på ny melding", 224 "settings.app.form.notifyTaskBarOnMessage": "Varsle TaskBar/Dock på ny melding",
225 "settings.app.form.passwordToggle": "Passord av/på", 225 "settings.app.form.passwordToggle": "Passord av/på",
226 "settings.app.form.predefinedTodoServer": "Gjøremål-tjener", 226 "settings.app.form.predefinedTodoServer": "Gjøremål-tjener",
227 "settings.app.form.privateNotifications": "Ikke vis meldingsinnholdet i varsler", 227 "settings.app.form.privateNotifications": "Ikke vis meldingsinnholdet i varsler",
228 "settings.app.form.reloadAfterResume": "Last inn Ferdi på nytt etter at systemet går ut fra dvale", 228 "settings.app.form.reloadAfterResume": "Last inn Ferdium på nytt etter at systemet går ut fra dvale",
229 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når vinduet lukkes", 229 "settings.app.form.runInBackground": "Behold Ferdium i bakgrunnen når vinduet lukkes",
230 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt ikke-forstyrr", 230 "settings.app.form.scheduledDNDEnabled": "Aktiver planlagt ikke-forstyrr",
231 "settings.app.form.scheduledDNDEnd": "Til", 231 "settings.app.form.scheduledDNDEnd": "Til",
232 "settings.app.form.scheduledDNDStart": "Fra", 232 "settings.app.form.scheduledDNDStart": "Fra",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Aktiver delt visningsmodus", 241 "settings.app.form.splitMode": "Aktiver delt visningsmodus",
242 "settings.app.form.startMinimized": "Start minimert", 242 "settings.app.form.startMinimized": "Start minimert",
243 "settings.app.form.universalDarkMode": "Aktiver universelt mørkt tema", 243 "settings.app.form.universalDarkMode": "Aktiver universelt mørkt tema",
244 "settings.app.form.useTouchIdToUnlock": "Tillat å bruke TouchID for å låse opp Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Tillat å bruke TouchID for å låse opp Ferdium",
245 "settings.app.form.useVerticalStyle": "Bruk horisontal stil", 245 "settings.app.form.useVerticalStyle": "Bruk horisontal stil",
246 "settings.app.form.wakeUpHibernationSplay": "Slettingsvei/vekking av sykluser for å redusere last", 246 "settings.app.form.wakeUpHibernationSplay": "Slettingsvei/vekking av sykluser for å redusere last",
247 "settings.app.form.wakeUpHibernationStrategy": "Dvaleplan etter automatisk oppvåkning", 247 "settings.app.form.wakeUpHibernationStrategy": "Dvaleplan etter automatisk oppvåkning",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Språk", 252 "settings.app.headlineLanguage": "Språk",
253 "settings.app.headlinePrivacy": "Personvern", 253 "settings.app.headlinePrivacy": "Personvern",
254 "settings.app.headlineUpdates": "Oppdateringer", 254 "settings.app.headlineUpdates": "Oppdateringer",
255 "settings.app.hibernateInfo": "Som standard vil Ferdi beholde alle tjenestene dine åpne og lastet i bakgrunnen slik at de er klare når du vil bruke dem. Dvalemodus for tjenester vil sette tjenestene dine i dvale etter et angitt tidsrom. Dette er nyttig for å spare minne eller sørge for at tjenestene ikke gjør datamaskinen din treg.", 255 "settings.app.hibernateInfo": "Som standard vil Ferdium beholde alle tjenestene dine åpne og lastet i bakgrunnen slik at de er klare når du vil bruke dem. Dvalemodus for tjenester vil sette tjenestene dine i dvale etter et angitt tidsrom. Dette er nyttig for å spare minne eller sørge for at tjenestene ikke gjør datamaskinen din treg.",
256 "settings.app.inactivityLockInfo": "Minutter med inaktivitet, hvorpå Ferdi burde låses automatisk. Bruk 0 for å deaktivere", 256 "settings.app.inactivityLockInfo": "Minutter med inaktivitet, hvorpå Ferdium burde låses automatisk. Bruk 0 for å deaktivere",
257 "settings.app.lockInfo": "Passordlås lar deg holde meldingene beskyttet.\nBruker passord lås du vil bli bedt om å gå inn i passordet hver gang du starter Ferdi eller låser Ferdi selv ved hjelp av låsesymbolet i nedre venstre hjørne eller snarveien {lockShortcut}.", 257 "settings.app.lockInfo": "Passordlås lar deg holde meldingene beskyttet.\nBruker passord lås du vil bli bedt om å gå inn i passordet hver gang du starter Ferdium eller låser Ferdium selv ved hjelp av låsesymbolet i nedre venstre hjørne eller snarveien {lockShortcut}.",
258 "settings.app.lockedPassword": "Passord", 258 "settings.app.lockedPassword": "Passord",
259 "settings.app.lockedPasswordInfo": "Sørg for å angi et passord du vil huske.\nHvis du mister dette passordet må du installere Ferdi-appen på nytt.", 259 "settings.app.lockedPasswordInfo": "Sørg for å angi et passord du vil huske.\nHvis du mister dette passordet må du installere Ferdium-appen på nytt.",
260 "settings.app.restartRequired": "Endringer krever omstart", 260 "settings.app.restartRequired": "Endringer krever omstart",
261 "settings.app.scheduledDNDInfo": "Planlagt ikke-forstyrr lar deg definere en tidsperiode hvor du ikke vil få varsler fra Ferdi.", 261 "settings.app.scheduledDNDInfo": "Planlagt ikke-forstyrr lar deg definere en tidsperiode hvor du ikke vil få varsler fra Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Tider i 24-Hour-Format. Sluttiden kan være før starttiden (f.eks start 17:00, slutt 09:00) for å aktivere ikke-forstyrr over natten.", 262 "settings.app.scheduledDNDTimeInfo": "Tider i 24-Hour-Format. Sluttiden kan være før starttiden (f.eks start 17:00, slutt 09:00) for å aktivere ikke-forstyrr over natten.",
263 "settings.app.sentryInfo": "Å sende telemetridata lar oss finne feil i Ferdi - vi vil ikke sende noen personlig informasjon som dine meldingsdata!", 263 "settings.app.sentryInfo": "Å sende telemetridata lar oss finne feil i Ferdium - vi vil ikke sende noen personlig informasjon som dine meldingsdata!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi bruker Mac'en sin innebygde stavekontroll, for å se etter skrivefeil. Hvis du vil endre språket på stavekontrollen, så kan du gjøre det under Mac'ens system-innstillinger.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium bruker Mac'en sin innebygde stavekontroll, for å se etter skrivefeil. Hvis du vil endre språket på stavekontrollen, så kan du gjøre det under Mac'ens system-innstillinger.",
265 "settings.app.subheadlineCache": "Hurtiglager", 265 "settings.app.subheadlineCache": "Hurtiglager",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Denne serveren vil bli brukt for \"Ferdi Todo\" funksjonen.", 267 "settings.app.todoServerInfo": "Denne serveren vil bli brukt for \"Ferdium Todo\" funksjonen.",
268 "settings.app.translationHelp": "Hjelp oss med å oversette Ferdi til ditt språk.", 268 "settings.app.translationHelp": "Hjelp oss med å oversette Ferdium til ditt språk.",
269 "settings.app.universalDarkModeInfo": "Universelt mørkt tema prøver å dynamisk generere mørke stiler for tjenester som ikke har denne støtten enda.", 269 "settings.app.universalDarkModeInfo": "Universelt mørkt tema prøver å dynamisk generere mørke stiler for tjenester som ikke har denne støtten enda.",
270 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...", 270 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...",
271 "settings.app.updateStatusSearching": "Søker etter oppdateringer...", 271 "settings.app.updateStatusSearching": "Søker etter oppdateringer...",
272 "settings.app.updateStatusUpToDate": "Du bruker den siste versjonen av Ferdi", 272 "settings.app.updateStatusUpToDate": "Du bruker den siste versjonen av Ferdium",
273 "settings.invite.headline": "Inviter venner", 273 "settings.invite.headline": "Inviter venner",
274 "settings.navigation.account": "Konto", 274 "settings.navigation.account": "Konto",
275 "settings.navigation.availableServices": "Tilgjengelige tjenester", 275 "settings.navigation.availableServices": "Tilgjengelige tjenester",
276 "settings.navigation.logout": "Logg ut", 276 "settings.navigation.logout": "Logg ut",
277 "settings.navigation.supportFerdi": "Om Ferdi", 277 "settings.navigation.supportFerdium": "Om Ferdium",
278 "settings.navigation.team": "Administrere Team", 278 "settings.navigation.team": "Administrere Team",
279 "settings.navigation.yourServices": "Dine tjenester", 279 "settings.navigation.yourServices": "Dine tjenester",
280 "settings.navigation.yourWorkspaces": "Dine arbeidsområder", 280 "settings.navigation.yourWorkspaces": "Dine arbeidsområder",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Tilgjengelige tjenester", 289 "settings.recipes.headline": "Tilgjengelige tjenester",
290 "settings.recipes.missingService": "Mangler en tjeneste?", 290 "settings.recipes.missingService": "Mangler en tjeneste?",
291 "settings.recipes.mostPopular": "Mest populære", 291 "settings.recipes.mostPopular": "Mest populære",
292 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarte med søkeordet - men du kan fortsatt legge den til ved å bruke alternativet \"Egendefinert nettside\". Merk at nettstedet kan vise flere tjenester som er lagt til i Ferdi siden versjonen du er på. For å få de nye tjenestene, vennligst vurder å oppgradere til en nyere versjon av Ferdi.", 292 "settings.recipes.nothingFound": "Beklager, men ingen tjeneste samsvarte med søkeordet - men du kan fortsatt legge den til ved å bruke alternativet \"Egendefinert nettside\". Merk at nettstedet kan vise flere tjenester som er lagt til i Ferdium siden versjonen du er på. For å få de nye tjenestene, vennligst vurder å oppgradere til en nyere versjon av Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjenesten ble vellykket lagt til",
294 "settings.searchService": "Søk etter tjeneste", 294 "settings.searchService": "Søk etter tjeneste",
295 "settings.service.error.goBack": "Tilbake til tjenester", 295 "settings.service.error.goBack": "Tilbake til tjenester",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Åpne user.js", 329 "settings.service.form.openUserJs": "Åpne user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS mellomtjener-innstillinger", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS mellomtjener-innstillinger",
331 "settings.service.form.proxy.host": "Mellomtjener vert/IP", 331 "settings.service.form.proxy.host": "Mellomtjener vert/IP",
332 "settings.service.form.proxy.info": "Proxy-innstillinger vil ikke synkroniseres med Ferdi serverne.", 332 "settings.service.form.proxy.info": "Proxy-innstillinger vil ikke synkroniseres med Ferdium serverne.",
333 "settings.service.form.proxy.isEnabled": "Bruk mellomtjener", 333 "settings.service.form.proxy.isEnabled": "Bruk mellomtjener",
334 "settings.service.form.proxy.password": "Passord (valgfritt)", 334 "settings.service.form.proxy.password": "Passord (valgfritt)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Vennligst start Ferdig på nytt etter å ha endre mellomtjener-innstillingene.", 336 "settings.service.form.proxy.restartInfo": "Vennligst start Ferdiumg på nytt etter å ha endre mellomtjener-innstillingene.",
337 "settings.service.form.proxy.user": "Bruker (valgfritt)", 337 "settings.service.form.proxy.user": "Bruker (valgfritt)",
338 "settings.service.form.recipeFileInfo": "Brukerfilene dine vil bli plassert på nettsiden slik at du kan tilpasse tjenestene på alle måter du ønsker. Brukerfilene lagres bare lokalt og overføres ikke til andre datamaskiner som bruker samme konto.", 338 "settings.service.form.recipeFileInfo": "Brukerfilene dine vil bli plassert på nettsiden slik at du kan tilpasse tjenestene på alle måter du ønsker. Brukerfilene lagres bare lokalt og overføres ikke til andre datamaskiner som bruker samme konto.",
339 "settings.service.form.saveButton": "Lagre tjeneste", 339 "settings.service.form.saveButton": "Lagre tjeneste",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Alle lyder er dempet", 352 "settings.services.tooltip.isMuted": "Alle lyder er dempet",
353 "settings.services.tooltip.notificationsDisabled": "Varsler er deaktivert", 353 "settings.services.tooltip.notificationsDisabled": "Varsler er deaktivert",
354 "settings.services.updatedInfo": "Dine endringer har blitt lagret", 354 "settings.services.updatedInfo": "Dine endringer har blitt lagret",
355 "settings.supportFerdi.about": "Utviklingen av Ferdi gjøres av bidragsytere. Folk som bruker Ferdi som deg. De vedlikeholder ved å holde fast ved og forbedre Ferdi i fritiden.", 355 "settings.supportFerdium.about": "Utviklingen av Ferdium gjøres av bidragsytere. Folk som bruker Ferdium som deg. De vedlikeholder ved å holde fast ved og forbedre Ferdium i fritiden.",
356 "settings.supportFerdi.aboutIntro": "Spesiell takk til disse fantastiske folk:", 356 "settings.supportFerdium.aboutIntro": "Spesiell takk til disse fantastiske folk:",
357 "settings.supportFerdi.headline": "Om Ferdi", 357 "settings.supportFerdium.headline": "Om Ferdium",
358 "settings.team.contentHeadline": "Ferdi team-administrasjon", 358 "settings.team.contentHeadline": "Ferdium team-administrasjon",
359 "settings.team.copy": "Med Franz's Team-administrasjon kan du administrere Franz abonnementer for flere brukere. Vennligst husk at du som har et Franz Premium-abonnement vil ikke ha noen fordeler med deg når du bruker Ferdi: Den eneste grunnen til at du fortsatt har tilgang til teamhåndtering er slik at du kan administrere din eldre Franz team, og for at du ikke skal miste noen funksjoner ved administrasjon av kontoen din.", 359 "settings.team.copy": "Med Franz's Team-administrasjon kan du administrere Franz abonnementer for flere brukere. Vennligst husk at du som har et Franz Premium-abonnement vil ikke ha noen fordeler med deg når du bruker Ferdium: Den eneste grunnen til at du fortsatt har tilgang til teamhåndtering er slik at du kan administrere din eldre Franz team, og for at du ikke skal miste noen funksjoner ved administrasjon av kontoen din.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "Du bruker for øyeblikket Franz servere, derfor har du tilgang til Team Management.", 361 "settings.team.intro": "Du bruker for øyeblikket Franz servere, derfor har du tilgang til Team Management.",
362 "settings.team.manageAction": "Administrere ditt team på meetfranz.com", 362 "settings.team.manageAction": "Administrere ditt team på meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Du har ikke opprettet noen arbeidsområder enda.", 385 "settings.workspaces.noWorkspacesAdded": "Du har ikke opprettet noen arbeidsområder enda.",
386 "settings.workspaces.tryReloadWorkspaces": "Prøv igjen", 386 "settings.workspaces.tryReloadWorkspaces": "Prøv igjen",
387 "settings.workspaces.updatedInfo": "Dine endringer har blitt lagret", 387 "settings.workspaces.updatedInfo": "Dine endringer har blitt lagret",
388 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mer: Vi innfører Ferdi arbeidsområder", 388 "settings.workspaces.workspaceFeatureHeadline": "Mindre er mer: Vi innfører Ferdium arbeidsområder",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi arbeidsområder lar deg fokusere på hva som er viktig akkurat nå. Sett opp forskjellige sett av tjenester, og veksle enkelt mellom dem når som helst. Du bestemmer hvilke tjenester du trenger når og hvor så vi kan hjelpe deg med å bli øverst i spillet - eller enkelt slå av fra å virke når du vil.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium arbeidsområder lar deg fokusere på hva som er viktig akkurat nå. Sett opp forskjellige sett av tjenester, og veksle enkelt mellom dem når som helst. Du bestemmer hvilke tjenester du trenger når og hvor så vi kan hjelpe deg med å bli øverst i spillet - eller enkelt slå av fra å virke når du vil.",
390 "settings.workspaces.workspacesRequestFailed": "Kunne ikke laste dine arbeidsområder", 390 "settings.workspaces.workspacesRequestFailed": "Kunne ikke laste dine arbeidsområder",
391 "setupAssistant.headline": "La oss starte", 391 "setupAssistant.headline": "La oss starte",
392 "setupAssistant.subheadline": "Velg blant våre mest brukte tjenester og kom tilbake på toppen av meldingen din.", 392 "setupAssistant.subheadline": "Velg blant våre mest brukte tjenester og kom tilbake på toppen av meldingen din.",
393 "setupAssistant.submit.label": "La oss gå", 393 "setupAssistant.submit.label": "La oss gå",
394 "sidebar.addNewService": "Legg til ny tjeneste", 394 "sidebar.addNewService": "Legg til ny tjeneste",
395 "sidebar.closeTodosDrawer": "Lukk Ferdi gjøremål", 395 "sidebar.closeTodosDrawer": "Lukk Ferdium gjøremål",
396 "sidebar.closeWorkspaceDrawer": "Lukk skuff for arbeidsområder", 396 "sidebar.closeWorkspaceDrawer": "Lukk skuff for arbeidsområder",
397 "sidebar.lockFerdi": "Lås Ferdi", 397 "sidebar.lockFerdium": "Lås Ferdium",
398 "sidebar.muteApp": "Deaktiver varsler og lyd", 398 "sidebar.muteApp": "Deaktiver varsler og lyd",
399 "sidebar.openTodosDrawer": "Åpne Ferdi gjøremål", 399 "sidebar.openTodosDrawer": "Åpne Ferdium gjøremål",
400 "sidebar.openWorkspaceDrawer": "Åpne skuff for arbeidsområder", 400 "sidebar.openWorkspaceDrawer": "Åpne skuff for arbeidsområder",
401 "sidebar.unmuteApp": "Aktiver varsler og lyd", 401 "sidebar.unmuteApp": "Aktiver varsler og lyd",
402 "signup.email.label": "E-postadresse", 402 "signup.email.label": "E-postadresse",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Fornavn", 404 "signup.firstname.label": "Fornavn",
405 "signup.headline": "Registrer deg", 405 "signup.headline": "Registrer deg",
406 "signup.lastname.label": "Etternavn (Automatic Translation)", 406 "signup.lastname.label": "Etternavn (Automatic Translation)",
407 "signup.legal.info": "Ved å opprette en Ferdi-konto godtar du", 407 "signup.legal.info": "Ved å opprette en Ferdium-konto godtar du",
408 "signup.legal.privacy": "Personvernerklæring", 408 "signup.legal.privacy": "Personvernerklæring",
409 "signup.legal.terms": "Vilkår for bruk", 409 "signup.legal.terms": "Vilkår for bruk",
410 "signup.link.login": "Har du allerede en konto, logg inn?", 410 "signup.link.login": "Har du allerede en konto, logg inn?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Arbeidsområder", 440 "workspaceDrawer.headline": "Arbeidsområder",
441 "workspaceDrawer.item.contextMenuEdit": "rediger", 441 "workspaceDrawer.item.contextMenuEdit": "rediger",
442 "workspaceDrawer.item.noServicesAddedYet": "Ingen tjenester er lagt til ennå", 442 "workspaceDrawer.item.noServicesAddedYet": "Ingen tjenester er lagt til ennå",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi arbeidsområder lar deg fokusere på hva som er viktig akkurat nå. Sett opp ulike sett av tjenester og veksle enkelt mellom dem når som helst.</p><p>Du bestemmer hvilke tjenester du trenger når og hvor, så vi kan hjelpe deg med å bli øverst i spillet - eller enkelt slå av fra å virke når du vil.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium arbeidsområder lar deg fokusere på hva som er viktig akkurat nå. Sett opp ulike sett av tjenester og veksle enkelt mellom dem når som helst.</p><p>Du bestemmer hvilke tjenester du trenger når og hvor, så vi kan hjelpe deg med å bli øverst i spillet - eller enkelt slå av fra å virke når du vil.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Rediger innstillinger for arbeidsområder", 444 "workspaceDrawer.workspacesSettingsTooltip": "Rediger innstillinger for arbeidsområder",
445 "workspaces.switchingIndicator.switchingTo": "Bytter til" 445 "workspaces.switchingIndicator.switchingTo": "Bytter til"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 9feb3e05c..117d077ee 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Zmień serwer", 5 "changeserver.headline": "Zmień serwer",
6 "changeserver.label": "Serwer", 6 "changeserver.label": "Serwer",
7 "changeserver.urlError": "Wprowadź prawidłowy adres URL", 7 "changeserver.urlError": "Wprowadź prawidłowy adres URL",
8 "changeserver.warning": "Dodatkowe ustawienia oferowane przez Ferdi nie zostaną zapisane", 8 "changeserver.warning": "Dodatkowe ustawienia oferowane przez Ferdium nie zostaną zapisane",
9 "connectionLostBanner.cta": "Przeładuj usługę", 9 "connectionLostBanner.cta": "Przeładuj usługę",
10 "connectionLostBanner.informationLink": "Co się stało?", 10 "connectionLostBanner.informationLink": "Co się stało?",
11 "connectionLostBanner.message": "O nie! Ferdi stracił połączenie z {name}.", 11 "connectionLostBanner.message": "O nie! Ferdium stracił połączenie z {name}.",
12 "feature.basicAuth.signIn": "Zaloguj się", 12 "feature.basicAuth.signIn": "Zaloguj się",
13 "feature.publishDebugInfo.error": "Wystąpił błąd podczas publikowania informacji o debugowaniu. Spróbuj ponownie później lub sprawdź konsolę po więcej informacji.", 13 "feature.publishDebugInfo.error": "Wystąpił błąd podczas publikowania informacji o debugowaniu. Spróbuj ponownie później lub sprawdź konsolę po więcej informacji.",
14 "feature.publishDebugInfo.info": "Publikowanie swoich informacji diagnostycznych pomaga nam znaleźć problemy i błędy w Ferdi. Publikując informacje diagnostyczne, wyrażasz zgodę na Politykę prywatności oraz Warunki użytkowania tej funkcji", 14 "feature.publishDebugInfo.info": "Publikowanie swoich informacji diagnostycznych pomaga nam znaleźć problemy i błędy w Ferdium. Publikując informacje diagnostyczne, wyrażasz zgodę na Politykę prywatności oraz Warunki użytkowania tej funkcji",
15 "feature.publishDebugInfo.privacy": "Polityka prywatności", 15 "feature.publishDebugInfo.privacy": "Polityka prywatności",
16 "feature.publishDebugInfo.publish": "Akceptuj i opublikuj", 16 "feature.publishDebugInfo.publish": "Akceptuj i opublikuj",
17 "feature.publishDebugInfo.published": "Twój rejestr diagnostyczny został opublikowany i jest dostępny na", 17 "feature.publishDebugInfo.published": "Twój rejestr diagnostyczny został opublikowany i jest dostępny na",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Wybierz usługę naciskając TAB, ↑ oraz ↓. Otwórz usługę naciskając ENTER.", 20 "feature.quickSwitch.info": "Wybierz usługę naciskając TAB, ↑ oraz ↓. Otwórz usługę naciskając ENTER.",
21 "feature.quickSwitch.search": "Szukaj...", 21 "feature.quickSwitch.search": "Szukaj...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Błąd połączenia z usługami internetowymi Ferdi", 23 "global.api.unhealthy": "Błąd połączenia z usługami internetowymi Ferdium",
24 "global.cancel": "Anuluj", 24 "global.cancel": "Anuluj",
25 "global.edit": "Edytuj", 25 "global.edit": "Edytuj",
26 "global.no": "Nie", 26 "global.no": "Nie",
27 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.", 27 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Wyjdź", 29 "global.quit": "Wyjdź",
30 "global.quitConfirmation": "Czy napewno chcesz wyjść z Ferdi?", 30 "global.quitConfirmation": "Czy napewno chcesz wyjść z Ferdium?",
31 "global.save": "Zapisz", 31 "global.save": "Zapisz",
32 "global.settings": "Ustawienia", 32 "global.settings": "Ustawienia",
33 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})", 33 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Użyj 'https://whatmyuseragent.com/' (aby odkryć) lub 'https://developers.whatismybrowser.com/useragents/explore/' (aby wybrać) swój user-agent i skopiuj go tutaj.", 38 "global.userAgentHelp": "Użyj 'https://whatmyuseragent.com/' (aby odkryć) lub 'https://developers.whatismybrowser.com/useragents/explore/' (aby wybrać) swój user-agent i skopiuj go tutaj.",
39 "global.userAgentPref": "User-Agent", 39 "global.userAgentPref": "User-Agent",
40 "global.yes": "Tak", 40 "global.yes": "Tak",
41 "import.headline": "Importuj usługi Ferdi 4", 41 "import.headline": "Importuj usługi Ferdium 4",
42 "import.notSupportedHeadline": "Usługi, które nie są jeszcze obsługiwane w Ferdi 5", 42 "import.notSupportedHeadline": "Usługi, które nie są jeszcze obsługiwane w Ferdium 5",
43 "import.skip.label": "Chcę dodać usługi samodzielnie", 43 "import.skip.label": "Chcę dodać usługi samodzielnie",
44 "import.submit.label": "Importuj {count} usług", 44 "import.submit.label": "Importuj {count} usług",
45 "infobar.authRequestFailed": "Pojawiły się błędy podczas próby uwierzytelniania. Proszę spróbuj się wylogować i zalogować ponownie, jeśli ten błąd będzie się powtarzał.", 45 "infobar.authRequestFailed": "Pojawiły się błędy podczas próby uwierzytelniania. Proszę spróbuj się wylogować i zalogować ponownie, jeśli ten błąd będzie się powtarzał.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ukryj", 49 "infobar.hide": "Ukryj",
50 "infobar.requiredRequestsFailed": "Nie można załadować usług i informacji użytkownika", 50 "infobar.requiredRequestsFailed": "Nie można załadować usług i informacji użytkownika",
51 "infobar.servicesUpdated": "Usługi zostały zaktualizowane.", 51 "infobar.servicesUpdated": "Usługi zostały zaktualizowane.",
52 "infobar.updateAvailable": "Dostępna jest nowa wersja Ferdia.", 52 "infobar.updateAvailable": "Dostępna jest nowa wersja Ferdiuma.",
53 "infobox.dismiss": "Odrzuć", 53 "infobox.dismiss": "Odrzuć",
54 "invite.email.label": "Adres email", 54 "invite.email.label": "Adres email",
55 "invite.headline.friends": "Zaproś 3 znajomych lub kolegów", 55 "invite.headline.friends": "Zaproś 3 znajomych lub kolegów",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "odblokuj przez Touch ID", 65 "locked.touchIdPrompt": "odblokuj przez Touch ID",
66 "locked.unlockWithPassword": "Odblokuj hasłem", 66 "locked.unlockWithPassword": "Odblokuj hasłem",
67 "login.changeServer": "Zmień serwer", 67 "login.changeServer": "Zmień serwer",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Adres email", 70 "login.email.label": "Adres email",
71 "login.headline": "Zaloguj się", 71 "login.headline": "Zaloguj się",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Twoja sesja wygasła, zaloguj się ponownie.", 78 "login.tokenExpired": "Twoja sesja wygasła, zaloguj się ponownie.",
79 "menu.Todoss.closeTodosDrawer": "Zamknij zakładkę Lista zadań", 79 "menu.Todoss.closeTodosDrawer": "Zamknij zakładkę Lista zadań",
80 "menu.Todoss.openTodosDrawer": "Otwórz zakładkę Lista zadań", 80 "menu.Todoss.openTodosDrawer": "Otwórz zakładkę Lista zadań",
81 "menu.app.about": "O Ferdi", 81 "menu.app.about": "O Ferdium",
82 "menu.app.autohideMenuBar": "Automatycznie ukrywaj pasek menu", 82 "menu.app.autohideMenuBar": "Automatycznie ukrywaj pasek menu",
83 "menu.app.checkForUpdates": "Sprawdź aktualizacje", 83 "menu.app.checkForUpdates": "Sprawdź aktualizacje",
84 "menu.app.hide": "Ukryj", 84 "menu.app.hide": "Ukryj",
@@ -121,9 +121,9 @@
121 "menu.view": "Widok", 121 "menu.view": "Widok",
122 "menu.view.back": "Wstecz", 122 "menu.view.back": "Wstecz",
123 "menu.view.forward": "Prześlij dalej", 123 "menu.view.forward": "Prześlij dalej",
124 "menu.view.lockFerdi": "Zablokuj Ferdi", 124 "menu.view.lockFerdium": "Zablokuj Ferdium",
125 "menu.view.openQuickSwitch": "Otwórz Quick Switch", 125 "menu.view.openQuickSwitch": "Otwórz Quick Switch",
126 "menu.view.reloadFerdi": "Przeładuj Ferdi", 126 "menu.view.reloadFerdium": "Przeładuj Ferdium",
127 "menu.view.reloadService": "Przeładuj usługę", 127 "menu.view.reloadService": "Przeładuj usługę",
128 "menu.view.reloadTodos": "Odśwież Zadania", 128 "menu.view.reloadTodos": "Odśwież Zadania",
129 "menu.view.resetZoom": "Rozmiar rzeczywisty", 129 "menu.view.resetZoom": "Rozmiar rzeczywisty",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "Nie udało się załadować {name}.", 161 "service.errorHandler.text": "Nie udało się załadować {name}.",
162 "service.webviewLoader.loading": "Wczytywanie {service}", 162 "service.webviewLoader.loading": "Wczytywanie {service}",
163 "services.getStarted": "Zacznij", 163 "services.getStarted": "Zacznij",
164 "services.login": "Zaloguj się, aby używać Ferdi.", 164 "services.login": "Zaloguj się, aby używać Ferdium.",
165 "services.serverInfo": "Opcjonalnie, możesz zmienić swój serwer Ferdi, klikając ikonę koła zębatego w lewym dolnym rogu. Jeśli przełączysz się (z jednego z hostowanych serwerów) na korzystanie z Ferdi bez konta, pamiętaj, że możesz wyeksportować swoje dane z tego serwera, a następnie zaimportować je za pomocą menu Pomoc, aby odtworzyć wszystkie swoje projekty i skonfigurować usługi!", 165 "services.serverInfo": "Opcjonalnie, możesz zmienić swój serwer Ferdium, klikając ikonę koła zębatego w lewym dolnym rogu. Jeśli przełączysz się (z jednego z hostowanych serwerów) na korzystanie z Ferdium bez konta, pamiętaj, że możesz wyeksportować swoje dane z tego serwera, a następnie zaimportować je za pomocą menu Pomoc, aby odtworzyć wszystkie swoje projekty i skonfigurować usługi!",
166 "services.serverless": "Używaj Ferdi bez konta", 166 "services.serverless": "Używaj Ferdium bez konta",
167 "settings.account.account.editButton": "Edytuj konto", 167 "settings.account.account.editButton": "Edytuj konto",
168 "settings.account.accountUnavailable": "Konto jest niedostępne", 168 "settings.account.accountUnavailable": "Konto jest niedostępne",
169 "settings.account.accountUnavailableInfo": "Używasz Ferdi bez konta. Jeśli chcesz używać Ferdi z kontem i synchronizować swoje usługi pomiędzy klientami, wybierz serwer w zakładce Ustawienia i zaloguj się.", 169 "settings.account.accountUnavailableInfo": "Używasz Ferdium bez konta. Jeśli chcesz używać Ferdium z kontem i synchronizować swoje usługi pomiędzy klientami, wybierz serwer w zakładce Ustawienia i zaloguj się.",
170 "settings.account.buttonSave": "Uaktualnij profil", 170 "settings.account.buttonSave": "Uaktualnij profil",
171 "settings.account.deleteAccount": "Usuń konto", 171 "settings.account.deleteAccount": "Usuń konto",
172 "settings.account.deleteEmailSent": "Wysłaliśmy email z linkiem do potwierdzenia usunięcia konta. Konto oraz dane są usuwane trwale i nie można tego cofnąć!", 172 "settings.account.deleteEmailSent": "Wysłaliśmy email z linkiem do potwierdzenia usunięcia konta. Konto oraz dane są usuwane trwale i nie można tego cofnąć!",
173 "settings.account.deleteInfo": "Jeżeli nie potrzebujesz już konta Ferdi, możesz je usunąć oraz wszystkie dane na nim zapisane.", 173 "settings.account.deleteInfo": "Jeżeli nie potrzebujesz już konta Ferdium, możesz je usunąć oraz wszystkie dane na nim zapisane.",
174 "settings.account.headline": "Konto", 174 "settings.account.headline": "Konto",
175 "settings.account.headlineAccount": "Informacje o koncie", 175 "settings.account.headlineAccount": "Informacje o koncie",
176 "settings.account.headlineDangerZone": "Strefa zagrożenia", 176 "settings.account.headlineDangerZone": "Strefa zagrożenia",
@@ -181,12 +181,12 @@
181 "settings.account.tryReloadServices": "Spróbuj ponownie", 181 "settings.account.tryReloadServices": "Spróbuj ponownie",
182 "settings.account.tryReloadUserInfoRequest": "Spróbuj ponownie", 182 "settings.account.tryReloadUserInfoRequest": "Spróbuj ponownie",
183 "settings.account.userInfoRequestFailed": "Nie można wczytać informacji o użytkowniku", 183 "settings.account.userInfoRequestFailed": "Nie można wczytać informacji o użytkowniku",
184 "settings.account.yourLicense": "Twoja licencja Ferdi:", 184 "settings.account.yourLicense": "Twoja licencja Ferdium:",
185 "settings.app.accentColorInfo": "Zdefiniuj kolor akcentu w formacie zgodnym z CSS. (Domyślnie: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Zdefiniuj kolor akcentu w formacie zgodnym z CSS. (Domyślnie: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Wyczyść pamięć podręczną (cache)", 186 "settings.app.buttonClearAllCache": "Wyczyść pamięć podręczną (cache)",
187 "settings.app.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację", 187 "settings.app.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację",
188 "settings.app.buttonOpenFerdiProfileFolder": "Pokaż folder z profilami", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Pokaż folder z profilami",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Otwórz folder przepisów usługi", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Otwórz folder przepisów usługi",
190 "settings.app.buttonSearchForUpdate": "Sprawdź aktualizacje", 190 "settings.app.buttonSearchForUpdate": "Sprawdź aktualizacje",
191 "settings.app.cacheInfo": "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej", 191 "settings.app.cacheInfo": "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej",
192 "settings.app.cacheNotCleared": "Błąd czyszczenia pamięci podręcznej", 192 "settings.app.cacheNotCleared": "Błąd czyszczenia pamięci podręcznej",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronizuj tryb ciemny z ustawieniami mojego systemu", 196 "settings.app.form.adaptableDarkMode": "Synchronizuj tryb ciemny z ustawieniami mojego systemu",
197 "settings.app.form.alwaysShowWorkspaces": "Zawsze wyświetlaj szufladę obszaru roboczego", 197 "settings.app.form.alwaysShowWorkspaces": "Zawsze wyświetlaj szufladę obszaru roboczego",
198 "settings.app.form.autoLaunchInBackground": "Otwórz w tle", 198 "settings.app.form.autoLaunchInBackground": "Otwórz w tle",
199 "settings.app.form.autoLaunchOnStart": "Uruchom Ferdi na początku", 199 "settings.app.form.autoLaunchOnStart": "Uruchom Ferdium na początku",
200 "settings.app.form.automaticUpdates": "Włącz aktualizacje", 200 "settings.app.form.automaticUpdates": "Włącz aktualizacje",
201 "settings.app.form.beta": "Uwzględnij wydania poglądowe", 201 "settings.app.form.beta": "Uwzględnij wydania poglądowe",
202 "settings.app.form.clipboardNotifications": "Nie wyświetlaj powiadomień dla schowka", 202 "settings.app.form.clipboardNotifications": "Nie wyświetlaj powiadomień dla schowka",
203 "settings.app.form.closeToSystemTray": "Zminimalizuj Ferdi do paska zadań", 203 "settings.app.form.closeToSystemTray": "Zminimalizuj Ferdium do paska zadań",
204 "settings.app.form.confirmOnQuit": "Potwierdź podczas opuszczania Ferdi", 204 "settings.app.form.confirmOnQuit": "Potwierdź podczas opuszczania Ferdium",
205 "settings.app.form.customTodoServer": "Niestandardowy serwer Todo", 205 "settings.app.form.customTodoServer": "Niestandardowy serwer Todo",
206 "settings.app.form.darkMode": "Włącz Ciemny motyw", 206 "settings.app.form.darkMode": "Włącz Ciemny motyw",
207 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU", 207 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Włącz globalny skrót, aby ukryć Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Włącz globalny skrót, aby ukryć Ferdium",
209 "settings.app.form.enableLock": "Włącz blokadę hasłem", 209 "settings.app.form.enableLock": "Włącz blokadę hasłem",
210 "settings.app.form.enableLongPressServiceHint": "Włącz podpowiedź skrótu usługi po długim naciśnięciu", 210 "settings.app.form.enableLongPressServiceHint": "Włącz podpowiedź skrótu usługi po długim naciśnięciu",
211 "settings.app.form.enableMenuBar": "Zawsze wyświetlaj Ferdi na pasku zadań", 211 "settings.app.form.enableMenuBar": "Zawsze wyświetlaj Ferdium na pasku zadań",
212 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni", 212 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni",
213 "settings.app.form.enableSystemTray": "Zawsze pokazuj Ferdi w zasobniku systemowym", 213 "settings.app.form.enableSystemTray": "Zawsze pokazuj Ferdium w zasobniku systemowym",
214 "settings.app.form.enableTodos": "Włącz Zadania Ferdi", 214 "settings.app.form.enableTodos": "Włącz Zadania Ferdium",
215 "settings.app.form.hibernateOnStartup": "Hibernacja usług po starcie systemu", 215 "settings.app.form.hibernateOnStartup": "Hibernacja usług po starcie systemu",
216 "settings.app.form.hibernationStrategy": "Strategia hibernacji", 216 "settings.app.form.hibernationStrategy": "Strategia hibernacji",
217 "settings.app.form.iconSize": "Rozmiar ikony usługi", 217 "settings.app.form.iconSize": "Rozmiar ikony usługi",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Zachowaj wszystkie projekty wczytane", 219 "settings.app.form.keepAllWorkspacesLoaded": "Zachowaj wszystkie projekty wczytane",
220 "settings.app.form.language": "Język", 220 "settings.app.form.language": "Język",
221 "settings.app.form.lockPassword": "Hasło", 221 "settings.app.form.lockPassword": "Hasło",
222 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi", 222 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdium",
223 "settings.app.form.navigationBarBehaviour": "Zachowanie paska nawigacji", 223 "settings.app.form.navigationBarBehaviour": "Zachowanie paska nawigacji",
224 "settings.app.form.notifyTaskBarOnMessage": "Powiadom TaskBar/Dock o nowej wiadomości", 224 "settings.app.form.notifyTaskBarOnMessage": "Powiadom TaskBar/Dock o nowej wiadomości",
225 "settings.app.form.passwordToggle": "Przełącznik hasła", 225 "settings.app.form.passwordToggle": "Przełącznik hasła",
226 "settings.app.form.predefinedTodoServer": "Serwer Todo", 226 "settings.app.form.predefinedTodoServer": "Serwer Todo",
227 "settings.app.form.privateNotifications": "Nie pokazuj treści wiadomości w powiadomieniach", 227 "settings.app.form.privateNotifications": "Nie pokazuj treści wiadomości w powiadomieniach",
228 "settings.app.form.reloadAfterResume": "Odśwież Ferdi po wznowieniu systemu", 228 "settings.app.form.reloadAfterResume": "Odśwież Ferdium po wznowieniu systemu",
229 "settings.app.form.runInBackground": "Zachowaj aplikację Ferdi w tle po zamknięciu okna", 229 "settings.app.form.runInBackground": "Zachowaj aplikację Ferdium w tle po zamknięciu okna",
230 "settings.app.form.scheduledDNDEnabled": "Włącz zaplanowany tryb Nie przeszkadzać", 230 "settings.app.form.scheduledDNDEnabled": "Włącz zaplanowany tryb Nie przeszkadzać",
231 "settings.app.form.scheduledDNDEnd": "Do", 231 "settings.app.form.scheduledDNDEnd": "Do",
232 "settings.app.form.scheduledDNDStart": "Od", 232 "settings.app.form.scheduledDNDStart": "Od",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Włącz widok podzielony", 241 "settings.app.form.splitMode": "Włącz widok podzielony",
242 "settings.app.form.startMinimized": "Uruchom zminimalizowany", 242 "settings.app.form.startMinimized": "Uruchom zminimalizowany",
243 "settings.app.form.universalDarkMode": "Włącz uniwersalny tryb ciemny", 243 "settings.app.form.universalDarkMode": "Włącz uniwersalny tryb ciemny",
244 "settings.app.form.useTouchIdToUnlock": "Zezwól na użycie TouchID do odblokowania Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Zezwól na użycie TouchID do odblokowania Ferdium",
245 "settings.app.form.useVerticalStyle": "Użyj stylu poziomego", 245 "settings.app.form.useVerticalStyle": "Użyj stylu poziomego",
246 "settings.app.form.wakeUpHibernationSplay": "Odtwórz cykle hibernacji/wybudzania w celu zmniejszenia obciążenia", 246 "settings.app.form.wakeUpHibernationSplay": "Odtwórz cykle hibernacji/wybudzania w celu zmniejszenia obciążenia",
247 "settings.app.form.wakeUpHibernationStrategy": "Strategia hibernacji po automatycznym wybudzeniu", 247 "settings.app.form.wakeUpHibernationStrategy": "Strategia hibernacji po automatycznym wybudzeniu",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Język", 252 "settings.app.headlineLanguage": "Język",
253 "settings.app.headlinePrivacy": "Prywatność", 253 "settings.app.headlinePrivacy": "Prywatność",
254 "settings.app.headlineUpdates": "Aktualizacje", 254 "settings.app.headlineUpdates": "Aktualizacje",
255 "settings.app.hibernateInfo": "Domyślnie Ferdi utrzyma wszystkie Twoje usługi otwarte i załadowane w tle, aby były gotowe kiedy chcesz je używać. Usługa Hibernacja rozładuje Twoje usługi po określonej ilości. Jest to przydatne do zaoszczędzenia RAM lub utrzymania usług przed spowolnieniem Twojego komputera.", 255 "settings.app.hibernateInfo": "Domyślnie Ferdium utrzyma wszystkie Twoje usługi otwarte i załadowane w tle, aby były gotowe kiedy chcesz je używać. Usługa Hibernacja rozładuje Twoje usługi po określonej ilości. Jest to przydatne do zaoszczędzenia RAM lub utrzymania usług przed spowolnieniem Twojego komputera.",
256 "settings.app.inactivityLockInfo": "Minuty braku aktywności, po których Ferdi powinna automatycznie zablokować. Użyj 0 aby wyłączyć", 256 "settings.app.inactivityLockInfo": "Minuty braku aktywności, po których Ferdium powinna automatycznie zablokować. Użyj 0 aby wyłączyć",
257 "settings.app.lockInfo": "Blokada hasła pozwala zachować ochronę wiadomości.\nUżywanie blokady hasła, zostaniesz poproszony o wprowadzenie hasła za każdym razem, gdy zaczniesz Ferdi lub zablokuj Ferdi za pomocą symbolu blokady w lewym dolnym rogu lub skrótu {lockShortcut}.", 257 "settings.app.lockInfo": "Blokada hasła pozwala zachować ochronę wiadomości.\nUżywanie blokady hasła, zostaniesz poproszony o wprowadzenie hasła za każdym razem, gdy zaczniesz Ferdium lub zablokuj Ferdium za pomocą symbolu blokady w lewym dolnym rogu lub skrótu {lockShortcut}.",
258 "settings.app.lockedPassword": "Hasło", 258 "settings.app.lockedPassword": "Hasło",
259 "settings.app.lockedPasswordInfo": "Upewnij się, że ustawisz hasło, które zapamiętasz.\nJeśli stracisz to hasło, będziesz musiał ponownie zainstalować Ferdi.", 259 "settings.app.lockedPasswordInfo": "Upewnij się, że ustawisz hasło, które zapamiętasz.\nJeśli stracisz to hasło, będziesz musiał ponownie zainstalować Ferdium.",
260 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia", 260 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia",
261 "settings.app.scheduledDNDInfo": "Zaplanowanie trybu Nie przeszkadzać umożliwia określić czas, gdy nie chcesz otrzymywać powiadomień z Ferdi.", 261 "settings.app.scheduledDNDInfo": "Zaplanowanie trybu Nie przeszkadzać umożliwia określić czas, gdy nie chcesz otrzymywać powiadomień z Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Przedział czasu w formacie 24-godzinnym. Czas zakończenia ustawiony przed czasem rozpoczęcia (np. od 17:00 do 9:00) pozwoli na działanie trybu Nie przeszkadzać przez noc.", 262 "settings.app.scheduledDNDTimeInfo": "Przedział czasu w formacie 24-godzinnym. Czas zakończenia ustawiony przed czasem rozpoczęcia (np. od 17:00 do 9:00) pozwoli na działanie trybu Nie przeszkadzać przez noc.",
263 "settings.app.sentryInfo": "Wysyłanie danych telemetrycznych pozwala nam znaleźć błędy w Ferdi - nie wyślemy żadnych informacji osobistych, takich jak Twoje dane wiadomości!", 263 "settings.app.sentryInfo": "Wysyłanie danych telemetrycznych pozwala nam znaleźć błędy w Ferdium - nie wyślemy żadnych informacji osobistych, takich jak Twoje dane wiadomości!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi używa sprawdzania pisowni wbudowanego w Twojego Maca do sprawdzania pomyłek. Aby zmienić języki ze sprawdzaniem pisowni, przejdź do Preferencji systemowych swojego Maca.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium używa sprawdzania pisowni wbudowanego w Twojego Maca do sprawdzania pomyłek. Aby zmienić języki ze sprawdzaniem pisowni, przejdź do Preferencji systemowych swojego Maca.",
265 "settings.app.subheadlineCache": "Pamięć podręczna", 265 "settings.app.subheadlineCache": "Pamięć podręczna",
266 "settings.app.subheadlineFerdiProfile": "Profil Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Profil Ferdium",
267 "settings.app.todoServerInfo": "Ten serwer będzie używany do funkcji \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Ten serwer będzie używany do funkcji \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Pomóż nam tłumaczyć Ferdi na Twój język.", 268 "settings.app.translationHelp": "Pomóż nam tłumaczyć Ferdium na Twój język.",
269 "settings.app.universalDarkModeInfo": "Uniwersalny tryb ciemny próbuje dynamicznie generować tryb ciemny dla usług, które jeszcze go nie wspierają.", 269 "settings.app.universalDarkModeInfo": "Uniwersalny tryb ciemny próbuje dynamicznie generować tryb ciemny dla usług, które jeszcze go nie wspierają.",
270 "settings.app.updateStatusAvailable": "Dostępna aktualizacja, pobieram...", 270 "settings.app.updateStatusAvailable": "Dostępna aktualizacja, pobieram...",
271 "settings.app.updateStatusSearching": "Wyszukiwanie aktualizacji...", 271 "settings.app.updateStatusSearching": "Wyszukiwanie aktualizacji...",
272 "settings.app.updateStatusUpToDate": "Używasz najnowszej wersji aplikacji Ferdi", 272 "settings.app.updateStatusUpToDate": "Używasz najnowszej wersji aplikacji Ferdium",
273 "settings.invite.headline": "Zaproś znajomych", 273 "settings.invite.headline": "Zaproś znajomych",
274 "settings.navigation.account": "Konto", 274 "settings.navigation.account": "Konto",
275 "settings.navigation.availableServices": "Dostępne usługi", 275 "settings.navigation.availableServices": "Dostępne usługi",
276 "settings.navigation.logout": "Wyloguj", 276 "settings.navigation.logout": "Wyloguj",
277 "settings.navigation.supportFerdi": "O Ferdi", 277 "settings.navigation.supportFerdium": "O Ferdium",
278 "settings.navigation.team": "Zarządzaj Zespołem", 278 "settings.navigation.team": "Zarządzaj Zespołem",
279 "settings.navigation.yourServices": "Twoje usługi", 279 "settings.navigation.yourServices": "Twoje usługi",
280 "settings.navigation.yourWorkspaces": "Twoje obszary robocze", 280 "settings.navigation.yourWorkspaces": "Twoje obszary robocze",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Dostępne usługi", 289 "settings.recipes.headline": "Dostępne usługi",
290 "settings.recipes.missingService": "Brak usługi?", 290 "settings.recipes.missingService": "Brak usługi?",
291 "settings.recipes.mostPopular": "Najpopularniejsze", 291 "settings.recipes.mostPopular": "Najpopularniejsze",
292 "settings.recipes.nothingFound": "Przepraszamy, ale żadna usługa nie pasowała do Twojego wyszukiwanego hasła - ale nadal możesz ją dodać za pomocą opcji \"Niestandardowa strona internetowa\". Pamiętaj, że strona może pokazywać więcej usług, które zostały dodane do Ferdi od czasu, gdy jest ona aktualnie włączona. Aby uzyskać te nowe usługi, rozważ uaktualnienie do nowszej wersji Ferdi.", 292 "settings.recipes.nothingFound": "Przepraszamy, ale żadna usługa nie pasowała do Twojego wyszukiwanego hasła - ale nadal możesz ją dodać za pomocą opcji \"Niestandardowa strona internetowa\". Pamiętaj, że strona może pokazywać więcej usług, które zostały dodane do Ferdium od czasu, gdy jest ona aktualnie włączona. Aby uzyskać te nowe usługi, rozważ uaktualnienie do nowszej wersji Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Usługa została dodana pomyślnie",
294 "settings.searchService": "Wyszukaj usługę", 294 "settings.searchService": "Wyszukaj usługę",
295 "settings.service.error.goBack": "Wróć do usług", 295 "settings.service.error.goBack": "Wróć do usług",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Otwórz user.js", 329 "settings.service.form.openUserJs": "Otwórz user.js",
330 "settings.service.form.proxy.headline": "Ustawienia Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Ustawienia Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Host Proxy/IP", 331 "settings.service.form.proxy.host": "Host Proxy/IP",
332 "settings.service.form.proxy.info": "Ustawienia serwera proxy nie będą synchronizowane z serwerami Ferdi.", 332 "settings.service.form.proxy.info": "Ustawienia serwera proxy nie będą synchronizowane z serwerami Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Użyj Proxy", 333 "settings.service.form.proxy.isEnabled": "Użyj Proxy",
334 "settings.service.form.proxy.password": "Hasło (opcjonalnie)", 334 "settings.service.form.proxy.password": "Hasło (opcjonalnie)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Uruchom ponownie Ferdi po zmianie ustawień proxy.", 336 "settings.service.form.proxy.restartInfo": "Uruchom ponownie Ferdium po zmianie ustawień proxy.",
337 "settings.service.form.proxy.user": "Użytkownik (opcjonalnie)", 337 "settings.service.form.proxy.user": "Użytkownik (opcjonalnie)",
338 "settings.service.form.recipeFileInfo": "Twoje pliki użytkownika zostaną wstawione do strony internetowej, dzięki czemu możesz dostosować usługi w dowolny sposób. Pliki użytkownika są przechowywane lokalnie i nie są przenoszone na inne komputery przy użyciu tego samego konta.", 338 "settings.service.form.recipeFileInfo": "Twoje pliki użytkownika zostaną wstawione do strony internetowej, dzięki czemu możesz dostosować usługi w dowolny sposób. Pliki użytkownika są przechowywane lokalnie i nie są przenoszone na inne komputery przy użyciu tego samego konta.",
339 "settings.service.form.saveButton": "Zapisz usługę", 339 "settings.service.form.saveButton": "Zapisz usługę",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Wszystkie dźwięki są wyciszone", 352 "settings.services.tooltip.isMuted": "Wszystkie dźwięki są wyciszone",
353 "settings.services.tooltip.notificationsDisabled": "Powiadomienia są nieaktywne", 353 "settings.services.tooltip.notificationsDisabled": "Powiadomienia są nieaktywne",
354 "settings.services.updatedInfo": "Twoje zmiany zostały zapisane", 354 "settings.services.updatedInfo": "Twoje zmiany zostały zapisane",
355 "settings.supportFerdi.about": "Rozwój Ferdi odbywa się przez współtwórców. Ludzie używający Ferdi jak ty. Utrzymują, naprawiają i ulepszają Ferdi w wolnym czasie.", 355 "settings.supportFerdium.about": "Rozwój Ferdium odbywa się przez współtwórców. Ludzie używający Ferdium jak ty. Utrzymują, naprawiają i ulepszają Ferdium w wolnym czasie.",
356 "settings.supportFerdi.aboutIntro": "Specjalne podziękowania należą się tym wspaniałym ludziom:", 356 "settings.supportFerdium.aboutIntro": "Specjalne podziękowania należą się tym wspaniałym ludziom:",
357 "settings.supportFerdi.headline": "O Ferdi", 357 "settings.supportFerdium.headline": "O Ferdium",
358 "settings.team.contentHeadline": "Zarządzanie zespołem Franz", 358 "settings.team.contentHeadline": "Zarządzanie zespołem Franz",
359 "settings.team.copy": "Zarządzanie zespołem Franza pozwala zarządzać subskrypcjami Franza dla wielu użytkowników. Pamiętaj, że subskrypcja Franza Premium nie przyniesie Ci żadnych korzyści w korzystaniu z Ferdi: Jedynym powodem, dla którego nadal masz dostęp do zarządzania zespołami, jest możliwość zarządzania swoimi dotychczasowymi zespołami Franz i aby nie stracić żadnych funkcji w zarządzaniu kontem.", 359 "settings.team.copy": "Zarządzanie zespołem Franza pozwala zarządzać subskrypcjami Franza dla wielu użytkowników. Pamiętaj, że subskrypcja Franza Premium nie przyniesie Ci żadnych korzyści w korzystaniu z Ferdium: Jedynym powodem, dla którego nadal masz dostęp do zarządzania zespołami, jest możliwość zarządzania swoimi dotychczasowymi zespołami Franz i aby nie stracić żadnych funkcji w zarządzaniu kontem.",
360 "settings.team.headline": "Zespół", 360 "settings.team.headline": "Zespół",
361 "settings.team.intro": "Obecnie używasz serwerów Franz, dlatego masz dostęp do zarządzania zespołem.", 361 "settings.team.intro": "Obecnie używasz serwerów Franz, dlatego masz dostęp do zarządzania zespołem.",
362 "settings.team.manageAction": "Zarządzaj zespołem na meetfranz.com", 362 "settings.team.manageAction": "Zarządzaj zespołem na meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Nie utworzyłeś jeszcze żadnego obszaru roboczego.", 385 "settings.workspaces.noWorkspacesAdded": "Nie utworzyłeś jeszcze żadnego obszaru roboczego.",
386 "settings.workspaces.tryReloadWorkspaces": "Spróbuj ponownie", 386 "settings.workspaces.tryReloadWorkspaces": "Spróbuj ponownie",
387 "settings.workspaces.updatedInfo": "Twoje zmiany zostały zapisane", 387 "settings.workspaces.updatedInfo": "Twoje zmiany zostały zapisane",
388 "settings.workspaces.workspaceFeatureHeadline": "Mniej znaczy więcej: Wprowadzenie do obszarów roboczych Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Mniej znaczy więcej: Wprowadzenie do obszarów roboczych Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspace pozwala skupić się na tym, co jest obecnie ważne. Skonfiguruj różne zestawy usług i łatwo przełączaj się między nimi w dowolnym momencie. Zdecydujesz o tym, które usługi są potrzebne, kiedy i gdzie abyśmy mogli pomóc Ci pozostać na górze gry - lub łatwo wyłączyć pracę kiedy tylko chcesz.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium Workspace pozwala skupić się na tym, co jest obecnie ważne. Skonfiguruj różne zestawy usług i łatwo przełączaj się między nimi w dowolnym momencie. Zdecydujesz o tym, które usługi są potrzebne, kiedy i gdzie abyśmy mogli pomóc Ci pozostać na górze gry - lub łatwo wyłączyć pracę kiedy tylko chcesz.",
390 "settings.workspaces.workspacesRequestFailed": "Nie można załadować obszaru roboczego", 390 "settings.workspaces.workspacesRequestFailed": "Nie można załadować obszaru roboczego",
391 "setupAssistant.headline": "Zaczynajmy", 391 "setupAssistant.headline": "Zaczynajmy",
392 "setupAssistant.subheadline": "Wybierz spośród naszych najczęściej używanych usług i powróć do rutynowej komunikacji.", 392 "setupAssistant.subheadline": "Wybierz spośród naszych najczęściej używanych usług i powróć do rutynowej komunikacji.",
393 "setupAssistant.submit.label": "Do dzieła", 393 "setupAssistant.submit.label": "Do dzieła",
394 "sidebar.addNewService": "Dodaj kolejną usługę", 394 "sidebar.addNewService": "Dodaj kolejną usługę",
395 "sidebar.closeTodosDrawer": "Zamknij Listę zadań Ferdi", 395 "sidebar.closeTodosDrawer": "Zamknij Listę zadań Ferdium",
396 "sidebar.closeWorkspaceDrawer": "Zamknij edytor obszaru roboczego", 396 "sidebar.closeWorkspaceDrawer": "Zamknij edytor obszaru roboczego",
397 "sidebar.lockFerdi": "Zablokuj Ferdi", 397 "sidebar.lockFerdium": "Zablokuj Ferdium",
398 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki", 398 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki",
399 "sidebar.openTodosDrawer": "Otwórz Listę zadań Ferdi", 399 "sidebar.openTodosDrawer": "Otwórz Listę zadań Ferdium",
400 "sidebar.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego", 400 "sidebar.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego",
401 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki", 401 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki",
402 "signup.email.label": "Adres email", 402 "signup.email.label": "Adres email",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Imię", 404 "signup.firstname.label": "Imię",
405 "signup.headline": "Zarejestruj się", 405 "signup.headline": "Zarejestruj się",
406 "signup.lastname.label": "Nazwisko", 406 "signup.lastname.label": "Nazwisko",
407 "signup.legal.info": "Poprzez utworzenie konta Ferdi akceptujesz", 407 "signup.legal.info": "Poprzez utworzenie konta Ferdium akceptujesz",
408 "signup.legal.privacy": "Polityka prywatności", 408 "signup.legal.privacy": "Polityka prywatności",
409 "signup.legal.terms": "Warunki świadczenia usług", 409 "signup.legal.terms": "Warunki świadczenia usług",
410 "signup.link.login": "Masz już konto, zalogować się?", 410 "signup.link.login": "Masz już konto, zalogować się?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Obszary robocze", 440 "workspaceDrawer.headline": "Obszary robocze",
441 "workspaceDrawer.item.contextMenuEdit": "Edycja", 441 "workspaceDrawer.item.contextMenuEdit": "Edycja",
442 "workspaceDrawer.item.noServicesAddedYet": "Żadne usługi nie zostały jeszcze dodane", 442 "workspaceDrawer.item.noServicesAddedYet": "Żadne usługi nie zostały jeszcze dodane",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspace pozwala skupić się na tym, co jest obecnie ważne. Skonfiguruj różne zestawy usług i łatwo przełączaj się między nimi w dowolnym momencie.</p><p>Decydujesz, które usługi potrzebujesz kiedy i gdzie abyśmy mogli pomóc Ci pozostać na górze gry - lub łatwo wyłączyć pracę kiedy tylko chcesz.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspace pozwala skupić się na tym, co jest obecnie ważne. Skonfiguruj różne zestawy usług i łatwo przełączaj się między nimi w dowolnym momencie.</p><p>Decydujesz, które usługi potrzebujesz kiedy i gdzie abyśmy mogli pomóc Ci pozostać na górze gry - lub łatwo wyłączyć pracę kiedy tylko chcesz.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edytuj ustawienia projektu", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edytuj ustawienia projektu",
445 "workspaces.switchingIndicator.switchingTo": "Przełącz do" 445 "workspaces.switchingIndicator.switchingTo": "Przełącz do"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 1287ea166..b5ea527e5 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.urlError": "Informe uma URL válida", 7 "changeserver.urlError": "Informe uma URL válida",
8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão salvas", 8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdium não serão salvas",
9 "connectionLostBanner.cta": "Recarregar serviço", 9 "connectionLostBanner.cta": "Recarregar serviço",
10 "connectionLostBanner.informationLink": "O que aconteceu?", 10 "connectionLostBanner.informationLink": "O que aconteceu?",
11 "connectionLostBanner.message": "Ah não! Ferdi perdeu a conexão com {name}.", 11 "connectionLostBanner.message": "Ah não! Ferdium perdeu a conexão com {name}.",
12 "feature.basicAuth.signIn": "Acessar", 12 "feature.basicAuth.signIn": "Acessar",
13 "feature.publishDebugInfo.error": "Ocorreu um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou verifique o console para mais informações.", 13 "feature.publishDebugInfo.error": "Ocorreu um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou verifique o console para mais informações.",
14 "feature.publishDebugInfo.info": "Publicar suas informações de depuração nos ajuda a encontrar erros no Ferdi. Ao publicar essas informações, você aceita os termos privacidade e serviço do Ferdi Debugger", 14 "feature.publishDebugInfo.info": "Publicar suas informações de depuração nos ajuda a encontrar erros no Ferdium. Ao publicar essas informações, você aceita os termos privacidade e serviço do Ferdium Debugger",
15 "feature.publishDebugInfo.privacy": "Política de privacidade", 15 "feature.publishDebugInfo.privacy": "Política de privacidade",
16 "feature.publishDebugInfo.publish": "Aceitar e publicar", 16 "feature.publishDebugInfo.publish": "Aceitar e publicar",
17 "feature.publishDebugInfo.published": "Seu log de depuração foi publicado e está disponível agora em", 17 "feature.publishDebugInfo.published": "Seu log de depuração foi publicado e está disponível agora em",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Escolha um serviço com TAB, ↑ e ↓. Abra um serviço com ENTER.", 20 "feature.quickSwitch.info": "Escolha um serviço com TAB, ↑ e ↓. Abra um serviço com ENTER.",
21 "feature.quickSwitch.search": "Localizar...", 21 "feature.quickSwitch.search": "Localizar...",
22 "feature.quickSwitch.title": "Troca Rápida", 22 "feature.quickSwitch.title": "Troca Rápida",
23 "global.api.unhealthy": "Não foi possível se conectar ao serviços online do Ferdi", 23 "global.api.unhealthy": "Não foi possível se conectar ao serviços online do Ferdium",
24 "global.cancel": "Cancelar", 24 "global.cancel": "Cancelar",
25 "global.edit": "Editar", 25 "global.edit": "Editar",
26 "global.no": "Não", 26 "global.no": "Não",
27 "global.notConnectedToTheInternet": "Você não está conectado à internet.", 27 "global.notConnectedToTheInternet": "Você não está conectado à internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Sair", 29 "global.quit": "Sair",
30 "global.quitConfirmation": "Tem certeza que deseja sair do Ferdi?", 30 "global.quitConfirmation": "Tem certeza que deseja sair do Ferdium?",
31 "global.save": "Salvar", 31 "global.save": "Salvar",
32 "global.settings": "Configurações", 32 "global.settings": "Configurações",
33 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})", 33 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.",
39 "global.userAgentPref": "Agente de usuário", 39 "global.userAgentPref": "Agente de usuário",
40 "global.yes": "Sim", 40 "global.yes": "Sim",
41 "import.headline": "Importar os seus serviços do Ferdi 4", 41 "import.headline": "Importar os seus serviços do Ferdium 4",
42 "import.notSupportedHeadline": "Serviços ainda não são suportados pelo Ferdi 5", 42 "import.notSupportedHeadline": "Serviços ainda não são suportados pelo Ferdium 5",
43 "import.skip.label": "Eu quero adicionar serviços manualmente", 43 "import.skip.label": "Eu quero adicionar serviços manualmente",
44 "import.submit.label": "Importar {count} serviços", 44 "import.submit.label": "Importar {count} serviços",
45 "infobar.authRequestFailed": "Ocorreram erros ao tentar executar uma solicitação autenticada. Por favor, tente se desconectar e conectar novamente se esse erro persistir.", 45 "infobar.authRequestFailed": "Ocorreram erros ao tentar executar uma solicitação autenticada. Por favor, tente se desconectar e conectar novamente se esse erro persistir.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ocultar", 49 "infobar.hide": "Ocultar",
50 "infobar.requiredRequestsFailed": "Não foi possível carregar os serviços e informações do usuário", 50 "infobar.requiredRequestsFailed": "Não foi possível carregar os serviços e informações do usuário",
51 "infobar.servicesUpdated": "Os seus serviços foram atualizados.", 51 "infobar.servicesUpdated": "Os seus serviços foram atualizados.",
52 "infobar.updateAvailable": "Uma nova atualização para o Ferdi está disponível.", 52 "infobar.updateAvailable": "Uma nova atualização para o Ferdium está disponível.",
53 "infobox.dismiss": "Dispensar", 53 "infobox.dismiss": "Dispensar",
54 "invite.email.label": "Endereço de e-mail", 54 "invite.email.label": "Endereço de e-mail",
55 "invite.headline.friends": "Convide 3 amigos ou colegas", 55 "invite.headline.friends": "Convide 3 amigos ou colegas",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Desbloquear com senha", 66 "locked.unlockWithPassword": "Desbloquear com senha",
67 "login.changeServer": "Alterar servidor", 67 "login.changeServer": "Alterar servidor",
68 "login.customServerQuestion": "Usando uma conta do Franz para se conectar?", 68 "login.customServerQuestion": "Usando uma conta do Franz para se conectar?",
69 "login.customServerSuggestion": "Tente importar sua conta Franz para o Ferdi", 69 "login.customServerSuggestion": "Tente importar sua conta Franz para o Ferdium",
70 "login.email.label": "Endereço de e-mail", 70 "login.email.label": "Endereço de e-mail",
71 "login.headline": "Iniciar sessão", 71 "login.headline": "Iniciar sessão",
72 "login.invalidCredentials": "E-mail ou senha incorretos", 72 "login.invalidCredentials": "E-mail ou senha incorretos",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Sua sessão expirou, por favor entre novamente.", 78 "login.tokenExpired": "Sua sessão expirou, por favor entre novamente.",
79 "menu.Todoss.closeTodosDrawer": "Fechar Tarefas", 79 "menu.Todoss.closeTodosDrawer": "Fechar Tarefas",
80 "menu.Todoss.openTodosDrawer": "Abrir Tarefas", 80 "menu.Todoss.openTodosDrawer": "Abrir Tarefas",
81 "menu.app.about": "Sobre o Ferdi", 81 "menu.app.about": "Sobre o Ferdium",
82 "menu.app.autohideMenuBar": "Ocultar barra de menu automaticamente", 82 "menu.app.autohideMenuBar": "Ocultar barra de menu automaticamente",
83 "menu.app.checkForUpdates": "Procurar atualizações", 83 "menu.app.checkForUpdates": "Procurar atualizações",
84 "menu.app.hide": "Ocultar", 84 "menu.app.hide": "Ocultar",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Registro de alterações", 104 "menu.help.changelog": "Registro de alterações",
105 "menu.help.debugInfo": "Copiar informações de depuração", 105 "menu.help.debugInfo": "Copiar informações de depuração",
106 "menu.help.debugInfoCopiedBody": "Suas informações de depuração foram copiadas para a área de transferência.", 106 "menu.help.debugInfoCopiedBody": "Suas informações de depuração foram copiadas para a área de transferência.",
107 "menu.help.debugInfoCopiedHeadline": "Informações de Depuração do Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Informações de Depuração do Ferdium",
108 "menu.help.importExportData": "Importar/Exportar Dados de Configuração", 108 "menu.help.importExportData": "Importar/Exportar Dados de Configuração",
109 "menu.help.learnMore": "Saiba mais", 109 "menu.help.learnMore": "Saiba mais",
110 "menu.help.privacy": "Declaração de privacidade", 110 "menu.help.privacy": "Declaração de privacidade",
@@ -121,9 +121,9 @@
121 "menu.view": "Ver", 121 "menu.view": "Ver",
122 "menu.view.back": "Voltar", 122 "menu.view.back": "Voltar",
123 "menu.view.forward": "Avançar", 123 "menu.view.forward": "Avançar",
124 "menu.view.lockFerdi": "Bloquear Ferdi", 124 "menu.view.lockFerdium": "Bloquear Ferdium",
125 "menu.view.openQuickSwitch": "Abrir Troca Rápida", 125 "menu.view.openQuickSwitch": "Abrir Troca Rápida",
126 "menu.view.reloadFerdi": "Recarregar o Ferdi", 126 "menu.view.reloadFerdium": "Recarregar o Ferdium",
127 "menu.view.reloadService": "Recarregar serviço", 127 "menu.view.reloadService": "Recarregar serviço",
128 "menu.view.reloadTodos": "Recarregar Tarefas", 128 "menu.view.reloadTodos": "Recarregar Tarefas",
129 "menu.view.resetZoom": "Tamanho Real", 129 "menu.view.resetZoom": "Tamanho Real",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} falhou o carregamento.", 161 "service.errorHandler.text": "{name} falhou o carregamento.",
162 "service.webviewLoader.loading": "Carregando {service}", 162 "service.webviewLoader.loading": "Carregando {service}",
163 "services.getStarted": "Vamos começar", 163 "services.getStarted": "Vamos começar",
164 "services.login": "Por favor, inicie sua sessão para usar Ferdi.", 164 "services.login": "Por favor, inicie sua sessão para usar Ferdium.",
165 "services.serverInfo": "Opcionalmente, você pode trocar seu servidor Ferdi clicando na engrenagem no canto inferior esquerdo. Se você está mudando (de um dos servidores hospedados) para usar Ferdi sem uma conta, por favor, saiba que você pode exportar seus dados desse servidor e subsequentemente importá-los usando o menu Ajuda para restaurar todos os seus espaços de trabalho e serviços configurados!", 165 "services.serverInfo": "Opcionalmente, você pode trocar seu servidor Ferdium clicando na engrenagem no canto inferior esquerdo. Se você está mudando (de um dos servidores hospedados) para usar Ferdium sem uma conta, por favor, saiba que você pode exportar seus dados desse servidor e subsequentemente importá-los usando o menu Ajuda para restaurar todos os seus espaços de trabalho e serviços configurados!",
166 "services.serverless": "Usar Ferdi sem uma conta", 166 "services.serverless": "Usar Ferdium sem uma conta",
167 "settings.account.account.editButton": "Editar conta", 167 "settings.account.account.editButton": "Editar conta",
168 "settings.account.accountUnavailable": "Conta indisponível", 168 "settings.account.accountUnavailable": "Conta indisponível",
169 "settings.account.accountUnavailableInfo": "Você está usando Ferdi sem uma conta. Se você deseja usar o Ferdi com uma conta e manter seus serviços sincronizados entre as instalações, por favor, selecione um servidor na aba Configurações e faça o login.", 169 "settings.account.accountUnavailableInfo": "Você está usando Ferdium sem uma conta. Se você deseja usar o Ferdium com uma conta e manter seus serviços sincronizados entre as instalações, por favor, selecione um servidor na aba Configurações e faça o login.",
170 "settings.account.buttonSave": "Atualizar perfil", 170 "settings.account.buttonSave": "Atualizar perfil",
171 "settings.account.deleteAccount": "Apagar conta", 171 "settings.account.deleteAccount": "Apagar conta",
172 "settings.account.deleteEmailSent": "Você recebeu um e-mail com um link para confirmar a exclusão da sua conta. Sua conta e seus dados não poderão ser restaurados!", 172 "settings.account.deleteEmailSent": "Você recebeu um e-mail com um link para confirmar a exclusão da sua conta. Sua conta e seus dados não poderão ser restaurados!",
173 "settings.account.deleteInfo": "Se você não precisa mais de sua conta Ferdi, você pode apagá-la e todos os dados relacionados aqui.", 173 "settings.account.deleteInfo": "Se você não precisa mais de sua conta Ferdium, você pode apagá-la e todos os dados relacionados aqui.",
174 "settings.account.headline": "Conta", 174 "settings.account.headline": "Conta",
175 "settings.account.headlineAccount": "Informações da conta", 175 "settings.account.headlineAccount": "Informações da conta",
176 "settings.account.headlineDangerZone": "Zona de perigo", 176 "settings.account.headlineDangerZone": "Zona de perigo",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Tentar novamente", 181 "settings.account.tryReloadServices": "Tentar novamente",
182 "settings.account.tryReloadUserInfoRequest": "Tentar novamente", 182 "settings.account.tryReloadUserInfoRequest": "Tentar novamente",
183 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações do usuário", 183 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações do usuário",
184 "settings.account.yourLicense": "Sua licença Ferdi:", 184 "settings.account.yourLicense": "Sua licença Ferdium:",
185 "settings.app.accentColorInfo": "Informe sua cor de destaque em um formato compatível com CSS. (Padrão: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Informe sua cor de destaque em um formato compatível com CSS. (Padrão: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Limpar cache", 186 "settings.app.buttonClearAllCache": "Limpar cache",
187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizações", 187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizações",
188 "settings.app.buttonOpenFerdiProfileFolder": "Abrir pasta de perfil", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Abrir pasta de perfil",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Abrir pasta Receitas de Serviço", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Abrir pasta Receitas de Serviço",
190 "settings.app.buttonSearchForUpdate": "Procurar atualizações", 190 "settings.app.buttonSearchForUpdate": "Procurar atualizações",
191 "settings.app.cacheInfo": "O cache do Ferdi está usando {size} de espaço no disco.", 191 "settings.app.cacheInfo": "O cache do Ferdium está usando {size} de espaço no disco.",
192 "settings.app.cacheNotCleared": "Não foi possível limpar o cache", 192 "settings.app.cacheNotCleared": "Não foi possível limpar o cache",
193 "settings.app.closeSettings": "Fechar configurações", 193 "settings.app.closeSettings": "Fechar configurações",
194 "settings.app.currentVersion": "Versão atual:", 194 "settings.app.currentVersion": "Versão atual:",
@@ -196,21 +196,21 @@
196 "settings.app.form.adaptableDarkMode": "Sincronizar o modo escuro com a configuração de modo escuro do meu SO", 196 "settings.app.form.adaptableDarkMode": "Sincronizar o modo escuro com a configuração de modo escuro do meu SO",
197 "settings.app.form.alwaysShowWorkspaces": "Sempre mostrar gaveta de espaços de trabalho", 197 "settings.app.form.alwaysShowWorkspaces": "Sempre mostrar gaveta de espaços de trabalho",
198 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano", 198 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano",
199 "settings.app.form.autoLaunchOnStart": "Lançar Ferdi ao iniciar", 199 "settings.app.form.autoLaunchOnStart": "Lançar Ferdium ao iniciar",
200 "settings.app.form.automaticUpdates": "Habilitar atualizações", 200 "settings.app.form.automaticUpdates": "Habilitar atualizações",
201 "settings.app.form.beta": "Incluir pré-lançamentos", 201 "settings.app.form.beta": "Incluir pré-lançamentos",
202 "settings.app.form.clipboardNotifications": "Não exibir notificações para eventos da área de transferência", 202 "settings.app.form.clipboardNotifications": "Não exibir notificações para eventos da área de transferência",
203 "settings.app.form.closeToSystemTray": "Fechar o Ferdi para a barra do sistema", 203 "settings.app.form.closeToSystemTray": "Fechar o Ferdium para a barra do sistema",
204 "settings.app.form.confirmOnQuit": "Confirmar ao sair do Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirmar ao sair do Ferdium",
205 "settings.app.form.customTodoServer": "Servidor de Tarefas Personalizado", 205 "settings.app.form.customTodoServer": "Servidor de Tarefas Personalizado",
206 "settings.app.form.darkMode": "Ativar o Modo Escuro", 206 "settings.app.form.darkMode": "Ativar o Modo Escuro",
207 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU", 207 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Ativar o atalho global para ocultar o Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Ativar o atalho global para ocultar o Ferdium",
209 "settings.app.form.enableLock": "Habilitar bloqueio por senha", 209 "settings.app.form.enableLock": "Habilitar bloqueio por senha",
210 "settings.app.form.enableLongPressServiceHint": "Habilitar dica de atalho de serviço", 210 "settings.app.form.enableLongPressServiceHint": "Habilitar dica de atalho de serviço",
211 "settings.app.form.enableMenuBar": "Sempre mostrar o Ferdi na Barra de Menus", 211 "settings.app.form.enableMenuBar": "Sempre mostrar o Ferdium na Barra de Menus",
212 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica", 212 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica",
213 "settings.app.form.enableSystemTray": "Sempre mostrar Ferdi na Bandeja do Sistema", 213 "settings.app.form.enableSystemTray": "Sempre mostrar Ferdium na Bandeja do Sistema",
214 "settings.app.form.enableTodos": "Ativar Tarefas", 214 "settings.app.form.enableTodos": "Ativar Tarefas",
215 "settings.app.form.hibernateOnStartup": "Manter os serviços em hibernação ao inicializar", 215 "settings.app.form.hibernateOnStartup": "Manter os serviços em hibernação ao inicializar",
216 "settings.app.form.hibernationStrategy": "Estratégia de Hibernação", 216 "settings.app.form.hibernationStrategy": "Estratégia de Hibernação",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Manter todos os espaços de trabalho carregadas", 219 "settings.app.form.keepAllWorkspacesLoaded": "Manter todos os espaços de trabalho carregadas",
220 "settings.app.form.language": "Idioma", 220 "settings.app.form.language": "Idioma",
221 "settings.app.form.lockPassword": "Senha", 221 "settings.app.form.lockPassword": "Senha",
222 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema", 222 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdium para a barra do sistema",
223 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação", 223 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação",
224 "settings.app.form.notifyTaskBarOnMessage": "Notificar TaskBar/Dock de novas mensagens", 224 "settings.app.form.notifyTaskBarOnMessage": "Notificar TaskBar/Dock de novas mensagens",
225 "settings.app.form.passwordToggle": "Alternar senhas", 225 "settings.app.form.passwordToggle": "Alternar senhas",
226 "settings.app.form.predefinedTodoServer": "Servidor de Tarefas", 226 "settings.app.form.predefinedTodoServer": "Servidor de Tarefas",
227 "settings.app.form.privateNotifications": "Não mostrar o conteúdo das mensagens nas notificações", 227 "settings.app.form.privateNotifications": "Não mostrar o conteúdo das mensagens nas notificações",
228 "settings.app.form.reloadAfterResume": "Recarregar Ferdi após retomada do sistema", 228 "settings.app.form.reloadAfterResume": "Recarregar Ferdium após retomada do sistema",
229 "settings.app.form.runInBackground": "Manter o Ferdi em segundo plano ao fechar a janela", 229 "settings.app.form.runInBackground": "Manter o Ferdium em segundo plano ao fechar a janela",
230 "settings.app.form.scheduledDNDEnabled": "Ativar modo Não Perturbe agendado", 230 "settings.app.form.scheduledDNDEnabled": "Ativar modo Não Perturbe agendado",
231 "settings.app.form.scheduledDNDEnd": "Até", 231 "settings.app.form.scheduledDNDEnd": "Até",
232 "settings.app.form.scheduledDNDStart": "De", 232 "settings.app.form.scheduledDNDStart": "De",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Ativar modo de visualização dividida", 241 "settings.app.form.splitMode": "Ativar modo de visualização dividida",
242 "settings.app.form.startMinimized": "Iniciar minimizado", 242 "settings.app.form.startMinimized": "Iniciar minimizado",
243 "settings.app.form.universalDarkMode": "Habilitar modo noturno universal", 243 "settings.app.form.universalDarkMode": "Habilitar modo noturno universal",
244 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear o Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Permitir usar TouchID para desbloquear o Ferdium",
245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal", 245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal",
246 "settings.app.form.wakeUpHibernationSplay": "Reproduzir ciclos de hibernação/despertar para reduzir a carga", 246 "settings.app.form.wakeUpHibernationSplay": "Reproduzir ciclos de hibernação/despertar para reduzir a carga",
247 "settings.app.form.wakeUpHibernationStrategy": "Estratégia de hibernação após acordar automaticamente", 247 "settings.app.form.wakeUpHibernationStrategy": "Estratégia de hibernação após acordar automaticamente",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Idioma", 252 "settings.app.headlineLanguage": "Idioma",
253 "settings.app.headlinePrivacy": "Privacidade", 253 "settings.app.headlinePrivacy": "Privacidade",
254 "settings.app.headlineUpdates": "Atualizações", 254 "settings.app.headlineUpdates": "Atualizações",
255 "settings.app.hibernateInfo": "Por padrão, o Ferdi manterá todos seus serviços abertos e carregados em segundo plano, assim eles estarão prontos quando você quiser usá-los. O Serviço de Hibernação irá finalizar seus serviços após um período específico. Isso é útil para economizar memória RAM e evitar que seu computador fique lento.", 255 "settings.app.hibernateInfo": "Por padrão, o Ferdium manterá todos seus serviços abertos e carregados em segundo plano, assim eles estarão prontos quando você quiser usá-los. O Serviço de Hibernação irá finalizar seus serviços após um período específico. Isso é útil para economizar memória RAM e evitar que seu computador fique lento.",
256 "settings.app.inactivityLockInfo": "Minutos de inatividade, após esse tempo, o Ferdi irá bloquear automaticamente. Utilize 0 para desabilitar", 256 "settings.app.inactivityLockInfo": "Minutos de inatividade, após esse tempo, o Ferdium irá bloquear automaticamente. Utilize 0 para desabilitar",
257 "settings.app.lockInfo": "O bloqueio por senha permite a você proteger suas mensagens.\nUtilizando o bloqueio por senha, será necessário informar sua senha toda vez que o Ferdi for iniciado ou que você bloqueie o aplicativo, por meio do símbolo de cadeado no canto inferior esquerdo ou o atalho {lockShortcut}.", 257 "settings.app.lockInfo": "O bloqueio por senha permite a você proteger suas mensagens.\nUtilizando o bloqueio por senha, será necessário informar sua senha toda vez que o Ferdium for iniciado ou que você bloqueie o aplicativo, por meio do símbolo de cadeado no canto inferior esquerdo ou o atalho {lockShortcut}.",
258 "settings.app.lockedPassword": "Senha", 258 "settings.app.lockedPassword": "Senha",
259 "settings.app.lockedPasswordInfo": "Por favor, certifique-se de definir uma senha que você se lembrará.\nSe você perder esta senha, você terá que reinstalar o Ferdi.", 259 "settings.app.lockedPasswordInfo": "Por favor, certifique-se de definir uma senha que você se lembrará.\nSe você perder esta senha, você terá que reinstalar o Ferdium.",
260 "settings.app.restartRequired": "As alterações requerem reinicialização", 260 "settings.app.restartRequired": "As alterações requerem reinicialização",
261 "settings.app.scheduledDNDInfo": "O modo Não Perturbe agendado permite definir um período de tempo em que você não deseja receber notificações do Ferdi.", 261 "settings.app.scheduledDNDInfo": "O modo Não Perturbe agendado permite definir um período de tempo em que você não deseja receber notificações do Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Horários no formato de 24 horas. O horário de término pode ser anterior ao horário de início (por exemplo, início às 17:00 e término às 09:00) para ativar o Não Perturbe durante a noite.", 262 "settings.app.scheduledDNDTimeInfo": "Horários no formato de 24 horas. O horário de término pode ser anterior ao horário de início (por exemplo, início às 17:00 e término às 09:00) para ativar o Não Perturbe durante a noite.",
263 "settings.app.sentryInfo": "O envio de dados de telemetria nos permite encontrar erros no Ferdi - não enviaremos nenhuma informação pessoal como os dados das suas mensagens!", 263 "settings.app.sentryInfo": "O envio de dados de telemetria nos permite encontrar erros no Ferdium - não enviaremos nenhuma informação pessoal como os dados das suas mensagens!",
264 "settings.app.spellCheckerLanguageInfo": "O Ferdi utiliza o corretor ortográfico integrado do Mac para verificar se há erros de digitação. Se quiser alterar os idiomas que o corretor ortográfico verifica, você pode fazer isso nas Preferências do Sistema do Mac.", 264 "settings.app.spellCheckerLanguageInfo": "O Ferdium utiliza o corretor ortográfico integrado do Mac para verificar se há erros de digitação. Se quiser alterar os idiomas que o corretor ortográfico verifica, você pode fazer isso nas Preferências do Sistema do Mac.",
265 "settings.app.subheadlineCache": "Memória Cache", 265 "settings.app.subheadlineCache": "Memória Cache",
266 "settings.app.subheadlineFerdiProfile": "Perfil do Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Perfil do Ferdium",
267 "settings.app.todoServerInfo": "Este servidor será usado para o recurso \"Tarefas do Ferdi\".", 267 "settings.app.todoServerInfo": "Este servidor será usado para o recurso \"Tarefas do Ferdium\".",
268 "settings.app.translationHelp": "Ajude-nos a traduzir a Ferdi para o seu idioma.", 268 "settings.app.translationHelp": "Ajude-nos a traduzir a Ferdium para o seu idioma.",
269 "settings.app.universalDarkModeInfo": "O Modo Noturno Universal tenta gerar dinamicamente estilos escuros para serviços que, de outra forma, não são suportados no momento.", 269 "settings.app.universalDarkModeInfo": "O Modo Noturno Universal tenta gerar dinamicamente estilos escuros para serviços que, de outra forma, não são suportados no momento.",
270 "settings.app.updateStatusAvailable": "Atualização disponível, baixando...", 270 "settings.app.updateStatusAvailable": "Atualização disponível, baixando...",
271 "settings.app.updateStatusSearching": "Procurando atualizações...", 271 "settings.app.updateStatusSearching": "Procurando atualizações...",
272 "settings.app.updateStatusUpToDate": "Você está usando a versão mais recente do Ferdi", 272 "settings.app.updateStatusUpToDate": "Você está usando a versão mais recente do Ferdium",
273 "settings.invite.headline": "Convidar amigos", 273 "settings.invite.headline": "Convidar amigos",
274 "settings.navigation.account": "Conta", 274 "settings.navigation.account": "Conta",
275 "settings.navigation.availableServices": "Serviços disponíveis", 275 "settings.navigation.availableServices": "Serviços disponíveis",
276 "settings.navigation.logout": "Sair", 276 "settings.navigation.logout": "Sair",
277 "settings.navigation.supportFerdi": "Sobre o Ferdi", 277 "settings.navigation.supportFerdium": "Sobre o Ferdium",
278 "settings.navigation.team": "Gerenciar equipe", 278 "settings.navigation.team": "Gerenciar equipe",
279 "settings.navigation.yourServices": "Seus serviços", 279 "settings.navigation.yourServices": "Seus serviços",
280 "settings.navigation.yourWorkspaces": "Seus espaços de trabalho", 280 "settings.navigation.yourWorkspaces": "Seus espaços de trabalho",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Serviços disponíveis", 289 "settings.recipes.headline": "Serviços disponíveis",
290 "settings.recipes.missingService": "Falta um serviço?", 290 "settings.recipes.missingService": "Falta um serviço?",
291 "settings.recipes.mostPopular": "Os mais populares", 291 "settings.recipes.mostPopular": "Os mais populares",
292 "settings.recipes.nothingFound": "Desculpe, mas nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdi desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente do Ferdi.", 292 "settings.recipes.nothingFound": "Desculpe, mas nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdium desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente do Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso",
294 "settings.searchService": "Pesquisar serviço", 294 "settings.searchService": "Pesquisar serviço",
295 "settings.service.error.goBack": "Voltar aos serviços", 295 "settings.service.error.goBack": "Voltar aos serviços",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Abrir user.js", 329 "settings.service.form.openUserJs": "Abrir user.js",
330 "settings.service.form.proxy.headline": "Configurações do Proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Configurações do Proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Host do Proxy", 331 "settings.service.form.proxy.host": "Host do Proxy",
332 "settings.service.form.proxy.info": "Os ajustes de proxy não serão sincronizados com os servidores do Ferdi.", 332 "settings.service.form.proxy.info": "Os ajustes de proxy não serão sincronizados com os servidores do Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Usar Proxy", 333 "settings.service.form.proxy.isEnabled": "Usar Proxy",
334 "settings.service.form.proxy.password": "Senha (opcional)", 334 "settings.service.form.proxy.password": "Senha (opcional)",
335 "settings.service.form.proxy.port": "Porta", 335 "settings.service.form.proxy.port": "Porta",
336 "settings.service.form.proxy.restartInfo": "Por favor, reinicie o Ferdi após alterar as configurações de proxy.", 336 "settings.service.form.proxy.restartInfo": "Por favor, reinicie o Ferdium após alterar as configurações de proxy.",
337 "settings.service.form.proxy.user": "Usuário (opcional)", 337 "settings.service.form.proxy.user": "Usuário (opcional)",
338 "settings.service.form.recipeFileInfo": "Seus arquivos de usuário serão inseridos na página web para que você possa personalizar os serviços da forma que preferir. Arquivos de usuário são armazenados apenas localmente e não são transferidos para outros computadores usando a mesma conta.", 338 "settings.service.form.recipeFileInfo": "Seus arquivos de usuário serão inseridos na página web para que você possa personalizar os serviços da forma que preferir. Arquivos de usuário são armazenados apenas localmente e não são transferidos para outros computadores usando a mesma conta.",
339 "settings.service.form.saveButton": "Salvar serviço", 339 "settings.service.form.saveButton": "Salvar serviço",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Todos os sons estão silenciados", 352 "settings.services.tooltip.isMuted": "Todos os sons estão silenciados",
353 "settings.services.tooltip.notificationsDisabled": "As notificações estão desativadas", 353 "settings.services.tooltip.notificationsDisabled": "As notificações estão desativadas",
354 "settings.services.updatedInfo": "Suas alterações foram salvas", 354 "settings.services.updatedInfo": "Suas alterações foram salvas",
355 "settings.supportFerdi.about": "O desenvolvimento do Ferdi é feito por voluntários. Pessoas que usam Ferdi como você. Eles mantêm, consertam e melhoram Ferdi em seu tempo livre.", 355 "settings.supportFerdium.about": "O desenvolvimento do Ferdium é feito por voluntários. Pessoas que usam Ferdium como você. Eles mantêm, consertam e melhoram Ferdium em seu tempo livre.",
356 "settings.supportFerdi.aboutIntro": "Um agradecimento especial vai para estas pessoas incríveis:", 356 "settings.supportFerdium.aboutIntro": "Um agradecimento especial vai para estas pessoas incríveis:",
357 "settings.supportFerdi.headline": "Sobre o Ferdi", 357 "settings.supportFerdium.headline": "Sobre o Ferdium",
358 "settings.team.contentHeadline": "Gerenciamento de Equipe Franz", 358 "settings.team.contentHeadline": "Gerenciamento de Equipe Franz",
359 "settings.team.copy": "O Gerenciamento de Equipes do Franz permite a você gerenciar assinaturas do Franz para múltiplos usuários. Por favor, tenha em mente que ter uma assinatura Franz Premium não lhe trará nenhuma vantagem ao usar o Ferdi: a única razão pela qual você ainda tem acesso ao Gerenciamento de Equipes é para permitir o gerenciamento de suas equipes legadas e não perder nenhuma funcionalidade no gerenciamento da sua conta.", 359 "settings.team.copy": "O Gerenciamento de Equipes do Franz permite a você gerenciar assinaturas do Franz para múltiplos usuários. Por favor, tenha em mente que ter uma assinatura Franz Premium não lhe trará nenhuma vantagem ao usar o Ferdium: a única razão pela qual você ainda tem acesso ao Gerenciamento de Equipes é para permitir o gerenciamento de suas equipes legadas e não perder nenhuma funcionalidade no gerenciamento da sua conta.",
360 "settings.team.headline": "Equipe", 360 "settings.team.headline": "Equipe",
361 "settings.team.intro": "Você está atualmente usando os Servidores do Franz, por isso tem acesso ao Gerenciamento de Times.", 361 "settings.team.intro": "Você está atualmente usando os Servidores do Franz, por isso tem acesso ao Gerenciamento de Times.",
362 "settings.team.manageAction": "Gerencie sua Equipe em meetfranz.com", 362 "settings.team.manageAction": "Gerencie sua Equipe em meetfranz.com",
@@ -385,8 +385,8 @@
385 "settings.workspaces.noWorkspacesAdded": "Você ainda não criou nenhum espaço de trabalho.", 385 "settings.workspaces.noWorkspacesAdded": "Você ainda não criou nenhum espaço de trabalho.",
386 "settings.workspaces.tryReloadWorkspaces": "Tentar novamente", 386 "settings.workspaces.tryReloadWorkspaces": "Tentar novamente",
387 "settings.workspaces.updatedInfo": "Suas alterações foram salvas", 387 "settings.workspaces.updatedInfo": "Suas alterações foram salvas",
388 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo espaços de trabalho do Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo espaços de trabalho do Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Os espaços de trabalho do Ferdi te deixam focar no que é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. Você decide quais serviços precisa quando e onde, e nós te ajudamos a aumentar a sua produtividade - ou facilmente se desconectar do trabalho quando você quiser.", 389 "settings.workspaces.workspaceFeatureInfo": "Os espaços de trabalho do Ferdium te deixam focar no que é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. Você decide quais serviços precisa quando e onde, e nós te ajudamos a aumentar a sua produtividade - ou facilmente se desconectar do trabalho quando você quiser.",
390 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar seus espaços de trabalho", 390 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar seus espaços de trabalho",
391 "setupAssistant.headline": "Vamos começar", 391 "setupAssistant.headline": "Vamos começar",
392 "setupAssistant.subheadline": "Escolha entre os serviços mais usados e volte a ter o controle das suas mensagens agora.", 392 "setupAssistant.subheadline": "Escolha entre os serviços mais usados e volte a ter o controle das suas mensagens agora.",
@@ -394,7 +394,7 @@
394 "sidebar.addNewService": "Adicionar um novo serviço", 394 "sidebar.addNewService": "Adicionar um novo serviço",
395 "sidebar.closeTodosDrawer": "Fechar as Tarefas", 395 "sidebar.closeTodosDrawer": "Fechar as Tarefas",
396 "sidebar.closeWorkspaceDrawer": "Fechar a janela de espaços de trabalho", 396 "sidebar.closeWorkspaceDrawer": "Fechar a janela de espaços de trabalho",
397 "sidebar.lockFerdi": "Bloquear Ferdi", 397 "sidebar.lockFerdium": "Bloquear Ferdium",
398 "sidebar.muteApp": "Desativar notificações e áudio", 398 "sidebar.muteApp": "Desativar notificações e áudio",
399 "sidebar.openTodosDrawer": "Abrir as Tarefas", 399 "sidebar.openTodosDrawer": "Abrir as Tarefas",
400 "sidebar.openWorkspaceDrawer": "Abrir a janela de espaços de trabalho", 400 "sidebar.openWorkspaceDrawer": "Abrir a janela de espaços de trabalho",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Primeiro nome", 404 "signup.firstname.label": "Primeiro nome",
405 "signup.headline": "Criar conta", 405 "signup.headline": "Criar conta",
406 "signup.lastname.label": "Sobrenome", 406 "signup.lastname.label": "Sobrenome",
407 "signup.legal.info": "Ao criar uma conta Ferdi, você aceita os", 407 "signup.legal.info": "Ao criar uma conta Ferdium, você aceita os",
408 "signup.legal.privacy": "Declaração de privacidade", 408 "signup.legal.privacy": "Declaração de privacidade",
409 "signup.legal.terms": "Termos de Serviço", 409 "signup.legal.terms": "Termos de Serviço",
410 "signup.link.login": "Já tem uma conta? Entrar", 410 "signup.link.login": "Já tem uma conta? Entrar",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Espaços de trabalho", 440 "workspaceDrawer.headline": "Espaços de trabalho",
441 "workspaceDrawer.item.contextMenuEdit": "editar", 441 "workspaceDrawer.item.contextMenuEdit": "editar",
442 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço foi adicionado ainda", 442 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço foi adicionado ainda",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Os espaços de trabalho do Ferdi te deixam focar no que é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. </p><p>Você decide quais serviços precisa quando e onde, e nós te ajudamos a aumentar a sua produtividade - ou facilmente se desconectar do trabalho quando você quiser.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Os espaços de trabalho do Ferdium te deixam focar no que é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. </p><p>Você decide quais serviços precisa quando e onde, e nós te ajudamos a aumentar a sua produtividade - ou facilmente se desconectar do trabalho quando você quiser.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações dos espaços de trabalho", 444 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações dos espaços de trabalho",
445 "workspaces.switchingIndicator.switchingTo": "Mudando para" 445 "workspaces.switchingIndicator.switchingTo": "Mudando para"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 8e662e25d..950b8c061 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.urlError": "Introduza um URL válido", 7 "changeserver.urlError": "Introduza um URL válido",
8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão gravadas", 8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdium não serão gravadas",
9 "connectionLostBanner.cta": "Reiniciar serviço", 9 "connectionLostBanner.cta": "Reiniciar serviço",
10 "connectionLostBanner.informationLink": "O que aconteceu?", 10 "connectionLostBanner.informationLink": "O que aconteceu?",
11 "connectionLostBanner.message": "Oh não! O Ferdi perdeu a ligação com {name}.", 11 "connectionLostBanner.message": "Oh não! O Ferdium perdeu a ligação com {name}.",
12 "feature.basicAuth.signIn": "Iniciar sessão", 12 "feature.basicAuth.signIn": "Iniciar sessão",
13 "feature.publishDebugInfo.error": "Houve um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou visualize a consola para mais informações.", 13 "feature.publishDebugInfo.error": "Houve um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou visualize a consola para mais informações.",
14 "feature.publishDebugInfo.info": "Publicar as suas informações de depuração ajuda-nos a encontrar problemas e erros no Ferdi. Ao publicar as suas informações de depuração, aceita a política de privacidade e termos de serviço do depurador Ferdi", 14 "feature.publishDebugInfo.info": "Publicar as suas informações de depuração ajuda-nos a encontrar problemas e erros no Ferdium. Ao publicar as suas informações de depuração, aceita a política de privacidade e termos de serviço do depurador Ferdium",
15 "feature.publishDebugInfo.privacy": "Política de Privacidade", 15 "feature.publishDebugInfo.privacy": "Política de Privacidade",
16 "feature.publishDebugInfo.publish": "Aceitar e publicar", 16 "feature.publishDebugInfo.publish": "Aceitar e publicar",
17 "feature.publishDebugInfo.published": "O seu registo de depuração foi publicado e está agora disponível em", 17 "feature.publishDebugInfo.published": "O seu registo de depuração foi publicado e está agora disponível em",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Seleccione um serviço com TAB, ↑ e ↓. Abra um serviço com ENTER.", 20 "feature.quickSwitch.info": "Seleccione um serviço com TAB, ↑ e ↓. Abra um serviço com ENTER.",
21 "feature.quickSwitch.search": "A procurar...", 21 "feature.quickSwitch.search": "A procurar...",
22 "feature.quickSwitch.title": "Troca Rápida", 22 "feature.quickSwitch.title": "Troca Rápida",
23 "global.api.unhealthy": "Não é possível conectar-se aos serviços on-line Ferdi", 23 "global.api.unhealthy": "Não é possível conectar-se aos serviços on-line Ferdium",
24 "global.cancel": "cancelar", 24 "global.cancel": "cancelar",
25 "global.edit": "Editar", 25 "global.edit": "Editar",
26 "global.no": "Não", 26 "global.no": "Não",
27 "global.notConnectedToTheInternet": "Não está ligado à internet.", 27 "global.notConnectedToTheInternet": "Não está ligado à internet.",
28 "global.ok": "OK", 28 "global.ok": "OK",
29 "global.quit": "Encerrar", 29 "global.quit": "Encerrar",
30 "global.quitConfirmation": "Você realmente quer sair do Ferdi?", 30 "global.quitConfirmation": "Você realmente quer sair do Ferdium?",
31 "global.save": "Guardar", 31 "global.save": "Guardar",
32 "global.settings": "Confirgurações", 32 "global.settings": "Confirgurações",
33 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})", 33 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.",
39 "global.userAgentPref": "Agente do usuário", 39 "global.userAgentPref": "Agente do usuário",
40 "global.yes": "sim", 40 "global.yes": "sim",
41 "import.headline": "Importe os seus serviços do Ferdi 4", 41 "import.headline": "Importe os seus serviços do Ferdium 4",
42 "import.notSupportedHeadline": "Serviços ainda não são suportados por Ferdi 5", 42 "import.notSupportedHeadline": "Serviços ainda não são suportados por Ferdium 5",
43 "import.skip.label": "Quero adicionar serviços manualmente", 43 "import.skip.label": "Quero adicionar serviços manualmente",
44 "import.submit.label": "Importar {count} serviços", 44 "import.submit.label": "Importar {count} serviços",
45 "infobar.authRequestFailed": "Houve erros na autenticaçao. Se este erro persistir, por favor, tente desligar e autenticar novamente.", 45 "infobar.authRequestFailed": "Houve erros na autenticaçao. Se este erro persistir, por favor, tente desligar e autenticar novamente.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ocultar", 49 "infobar.hide": "Ocultar",
50 "infobar.requiredRequestsFailed": "Não foi possível reiniciar os serviços e informações de utilizador", 50 "infobar.requiredRequestsFailed": "Não foi possível reiniciar os serviços e informações de utilizador",
51 "infobar.servicesUpdated": "Os seus serviços foram atualizados.", 51 "infobar.servicesUpdated": "Os seus serviços foram atualizados.",
52 "infobar.updateAvailable": "Está disponível uma nova atualização de Ferdi.", 52 "infobar.updateAvailable": "Está disponível uma nova atualização de Ferdium.",
53 "infobox.dismiss": "Descartar", 53 "infobox.dismiss": "Descartar",
54 "invite.email.label": "Endereço de E-mail", 54 "invite.email.label": "Endereço de E-mail",
55 "invite.headline.friends": "Convide 3 dos seus amigos ou colegas", 55 "invite.headline.friends": "Convide 3 dos seus amigos ou colegas",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Desbloquear com palavra-passe", 66 "locked.unlockWithPassword": "Desbloquear com palavra-passe",
67 "login.changeServer": "Alterar servidor", 67 "login.changeServer": "Alterar servidor",
68 "login.customServerQuestion": "Usa uma conta Franz para entrar?", 68 "login.customServerQuestion": "Usa uma conta Franz para entrar?",
69 "login.customServerSuggestion": "Tente importar a sua conta Franz para Ferdi", 69 "login.customServerSuggestion": "Tente importar a sua conta Franz para Ferdium",
70 "login.email.label": "Endereço de E-mail", 70 "login.email.label": "Endereço de E-mail",
71 "login.headline": "Entrar", 71 "login.headline": "Entrar",
72 "login.invalidCredentials": "E-mail ou palavra-passe inválidos", 72 "login.invalidCredentials": "E-mail ou palavra-passe inválidos",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "A sua sessão expirou, faça login novamente.", 78 "login.tokenExpired": "A sua sessão expirou, faça login novamente.",
79 "menu.Todoss.closeTodosDrawer": "Fechar a barra de Tarefas", 79 "menu.Todoss.closeTodosDrawer": "Fechar a barra de Tarefas",
80 "menu.Todoss.openTodosDrawer": "Abrir a barra de Tarefas", 80 "menu.Todoss.openTodosDrawer": "Abrir a barra de Tarefas",
81 "menu.app.about": "Acerca de Ferdi", 81 "menu.app.about": "Acerca de Ferdium",
82 "menu.app.autohideMenuBar": "Ocultar barra de menu automaticamente", 82 "menu.app.autohideMenuBar": "Ocultar barra de menu automaticamente",
83 "menu.app.checkForUpdates": "Procurar atualizações", 83 "menu.app.checkForUpdates": "Procurar atualizações",
84 "menu.app.hide": "Ocultar", 84 "menu.app.hide": "Ocultar",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Histórico de alterações", 104 "menu.help.changelog": "Histórico de alterações",
105 "menu.help.debugInfo": "Copiar Informações de Debug", 105 "menu.help.debugInfo": "Copiar Informações de Debug",
106 "menu.help.debugInfoCopiedBody": "As Informações de Debug foram copiadas para a área de transferência.", 106 "menu.help.debugInfoCopiedBody": "As Informações de Debug foram copiadas para a área de transferência.",
107 "menu.help.debugInfoCopiedHeadline": "Informações de Debug de Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Informações de Debug de Ferdium",
108 "menu.help.importExportData": "Importar/Exportar Dados de Configuração", 108 "menu.help.importExportData": "Importar/Exportar Dados de Configuração",
109 "menu.help.learnMore": "Saiba Mais", 109 "menu.help.learnMore": "Saiba Mais",
110 "menu.help.privacy": "Declaração de Privacidade", 110 "menu.help.privacy": "Declaração de Privacidade",
@@ -121,9 +121,9 @@
121 "menu.view": "Visualizar", 121 "menu.view": "Visualizar",
122 "menu.view.back": "Anterior", 122 "menu.view.back": "Anterior",
123 "menu.view.forward": "Seguinte", 123 "menu.view.forward": "Seguinte",
124 "menu.view.lockFerdi": "Bloquear Ferdi", 124 "menu.view.lockFerdium": "Bloquear Ferdium",
125 "menu.view.openQuickSwitch": "Abrir Troca Rápida", 125 "menu.view.openQuickSwitch": "Abrir Troca Rápida",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reiniciar serviço", 127 "menu.view.reloadService": "Reiniciar serviço",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Tamanho real", 129 "menu.view.resetZoom": "Tamanho real",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} não pôde ser iniciado.", 161 "service.errorHandler.text": "{name} não pôde ser iniciado.",
162 "service.webviewLoader.loading": "A iniciar {service}", 162 "service.webviewLoader.loading": "A iniciar {service}",
163 "services.getStarted": "Iniciar", 163 "services.getStarted": "Iniciar",
164 "services.login": "Por favor, inicie sua sessão para usar Ferdi.", 164 "services.login": "Por favor, inicie sua sessão para usar Ferdium.",
165 "services.serverInfo": "Opcionalmente, você pode alterar seu servidor Ferdi clicando no cog no canto inferior esquerdo. Se você está mudando de um dos servidores hospedados) para usar Ferdi sem uma conta, por favor, seja informado que você pode exportar seus dados desse servidor e, posteriormente, importá-lo usando o menu Ajuda para ressuscitar todas as suas áreas de trabalho e serviços configurados!", 165 "services.serverInfo": "Opcionalmente, você pode alterar seu servidor Ferdium clicando no cog no canto inferior esquerdo. Se você está mudando de um dos servidores hospedados) para usar Ferdium sem uma conta, por favor, seja informado que você pode exportar seus dados desse servidor e, posteriormente, importá-lo usando o menu Ajuda para ressuscitar todas as suas áreas de trabalho e serviços configurados!",
166 "services.serverless": "Use Ferdi sem conta", 166 "services.serverless": "Use Ferdium sem conta",
167 "settings.account.account.editButton": "Editar conta", 167 "settings.account.account.editButton": "Editar conta",
168 "settings.account.accountUnavailable": "Conta indisponível", 168 "settings.account.accountUnavailable": "Conta indisponível",
169 "settings.account.accountUnavailableInfo": "Está a usar o Ferdi sem uma conta. Se deseja usar o Ferdi com uma conta e manter os seus serviços sincronizados entre instalações, por favor, selecione um servidor no separador Configurações e faça a autenticação.", 169 "settings.account.accountUnavailableInfo": "Está a usar o Ferdium sem uma conta. Se deseja usar o Ferdium com uma conta e manter os seus serviços sincronizados entre instalações, por favor, selecione um servidor no separador Configurações e faça a autenticação.",
170 "settings.account.buttonSave": "Atualizar perfil", 170 "settings.account.buttonSave": "Atualizar perfil",
171 "settings.account.deleteAccount": "Apagar conta", 171 "settings.account.deleteAccount": "Apagar conta",
172 "settings.account.deleteEmailSent": "Recebeu um e-mail com um link para confirmar o cancelamento da sua conta. Atenção! A sua conta e dados não poderão ser restaurados!", 172 "settings.account.deleteEmailSent": "Recebeu um e-mail com um link para confirmar o cancelamento da sua conta. Atenção! A sua conta e dados não poderão ser restaurados!",
173 "settings.account.deleteInfo": "Se não precisa mais de sua conta Ferdi, pode apagá-la juntamente com toda a sua informação aqui.", 173 "settings.account.deleteInfo": "Se não precisa mais de sua conta Ferdium, pode apagá-la juntamente com toda a sua informação aqui.",
174 "settings.account.headline": "Conta", 174 "settings.account.headline": "Conta",
175 "settings.account.headlineAccount": "Informações da Loja", 175 "settings.account.headlineAccount": "Informações da Loja",
176 "settings.account.headlineDangerZone": "Zona de Perigo", 176 "settings.account.headlineDangerZone": "Zona de Perigo",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Tente novamente", 181 "settings.account.tryReloadServices": "Tente novamente",
182 "settings.account.tryReloadUserInfoRequest": "Tente novamente", 182 "settings.account.tryReloadUserInfoRequest": "Tente novamente",
183 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações de utilizador", 183 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações de utilizador",
184 "settings.account.yourLicense": "Sua Licença Ferdi", 184 "settings.account.yourLicense": "Sua Licença Ferdium",
185 "settings.app.accentColorInfo": "Escreva sua cor de destaque em um formato compatível com CSS. (Padrão: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Escreva sua cor de destaque em um formato compatível com CSS. (Padrão: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Limpar cache", 186 "settings.app.buttonClearAllCache": "Limpar cache",
187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizações", 187 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizações",
188 "settings.app.buttonOpenFerdiProfileFolder": "Abrir pasta de perfil", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Abrir pasta de perfil",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Abrir pasta Receitas de Serviço", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Abrir pasta Receitas de Serviço",
190 "settings.app.buttonSearchForUpdate": "Procurar atualizações", 190 "settings.app.buttonSearchForUpdate": "Procurar atualizações",
191 "settings.app.cacheInfo": "De momento, a cache de Ferdi está a usar {size} de espaço de disco.", 191 "settings.app.cacheInfo": "De momento, a cache de Ferdium está a usar {size} de espaço de disco.",
192 "settings.app.cacheNotCleared": "Não foi possível limpar toda a cache", 192 "settings.app.cacheNotCleared": "Não foi possível limpar toda a cache",
193 "settings.app.closeSettings": "Fechar configurações", 193 "settings.app.closeSettings": "Fechar configurações",
194 "settings.app.currentVersion": "Versão atual:", 194 "settings.app.currentVersion": "Versão atual:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Sincronizar modo noturno com a configuração modo noturno do sistema operativo", 196 "settings.app.form.adaptableDarkMode": "Sincronizar modo noturno com a configuração modo noturno do sistema operativo",
197 "settings.app.form.alwaysShowWorkspaces": "Sempre mostrar gaveta de espaço de trabalho", 197 "settings.app.form.alwaysShowWorkspaces": "Sempre mostrar gaveta de espaço de trabalho",
198 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano", 198 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano",
199 "settings.app.form.autoLaunchOnStart": "Abrir Ferdi ao iniciar o sistema", 199 "settings.app.form.autoLaunchOnStart": "Abrir Ferdium ao iniciar o sistema",
200 "settings.app.form.automaticUpdates": "Ativar actualizações", 200 "settings.app.form.automaticUpdates": "Ativar actualizações",
201 "settings.app.form.beta": "Incluir pré-lançamentos", 201 "settings.app.form.beta": "Incluir pré-lançamentos",
202 "settings.app.form.clipboardNotifications": "Não mostrar notificações para eventos da área de transferência", 202 "settings.app.form.clipboardNotifications": "Não mostrar notificações para eventos da área de transferência",
203 "settings.app.form.closeToSystemTray": "Fechar Ferdi para a bandeja do sistema", 203 "settings.app.form.closeToSystemTray": "Fechar Ferdium para a bandeja do sistema",
204 "settings.app.form.confirmOnQuit": "Confirmar ao sair de Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirmar ao sair de Ferdium",
205 "settings.app.form.customTodoServer": "Servidor de Tarefas Personalizado", 205 "settings.app.form.customTodoServer": "Servidor de Tarefas Personalizado",
206 "settings.app.form.darkMode": "Ativar modo noturno", 206 "settings.app.form.darkMode": "Ativar modo noturno",
207 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU", 207 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Ativar o atalho Global para ocultar Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Ativar o atalho Global para ocultar Ferdium",
209 "settings.app.form.enableLock": "Ativar palavra-passe", 209 "settings.app.form.enableLock": "Ativar palavra-passe",
210 "settings.app.form.enableLongPressServiceHint": "Habilitar dica de atalho de serviço no toque longo", 210 "settings.app.form.enableLongPressServiceHint": "Habilitar dica de atalho de serviço no toque longo",
211 "settings.app.form.enableMenuBar": "Sempre mostrar Ferdi na Barra de Menu", 211 "settings.app.form.enableMenuBar": "Sempre mostrar Ferdium na Barra de Menu",
212 "settings.app.form.enableSpellchecking": "Ativar correção ortográfica", 212 "settings.app.form.enableSpellchecking": "Ativar correção ortográfica",
213 "settings.app.form.enableSystemTray": "Sempre mostrar Ferdi na Bandeja do Sistema", 213 "settings.app.form.enableSystemTray": "Sempre mostrar Ferdium na Bandeja do Sistema",
214 "settings.app.form.enableTodos": "Ativar Tarefas Ferdi", 214 "settings.app.form.enableTodos": "Ativar Tarefas Ferdium",
215 "settings.app.form.hibernateOnStartup": "Manter os serviços em hibernação durante a inicialização", 215 "settings.app.form.hibernateOnStartup": "Manter os serviços em hibernação durante a inicialização",
216 "settings.app.form.hibernationStrategy": "Estratégia de hibernação", 216 "settings.app.form.hibernationStrategy": "Estratégia de hibernação",
217 "settings.app.form.iconSize": "Tamanho de ícone de serviço", 217 "settings.app.form.iconSize": "Tamanho de ícone de serviço",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Manter todas as áreas carregadas", 219 "settings.app.form.keepAllWorkspacesLoaded": "Manter todas as áreas carregadas",
220 "settings.app.form.language": "Idioma", 220 "settings.app.form.language": "Idioma",
221 "settings.app.form.lockPassword": "Palavra-passe", 221 "settings.app.form.lockPassword": "Palavra-passe",
222 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi para a área de sistema", 222 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdium para a área de sistema",
223 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação", 223 "settings.app.form.navigationBarBehaviour": "Comportamento da barra de navegação",
224 "settings.app.form.notifyTaskBarOnMessage": "Notificar TaskBar/Dock na nova mensagem", 224 "settings.app.form.notifyTaskBarOnMessage": "Notificar TaskBar/Dock na nova mensagem",
225 "settings.app.form.passwordToggle": "Alternador de senha", 225 "settings.app.form.passwordToggle": "Alternador de senha",
226 "settings.app.form.predefinedTodoServer": "Servidor das Tarefas", 226 "settings.app.form.predefinedTodoServer": "Servidor das Tarefas",
227 "settings.app.form.privateNotifications": "Não mostrar o conteúdo de mensagens nas notificações", 227 "settings.app.form.privateNotifications": "Não mostrar o conteúdo de mensagens nas notificações",
228 "settings.app.form.reloadAfterResume": "Reiniciar Ferdi após reinício de sistema", 228 "settings.app.form.reloadAfterResume": "Reiniciar Ferdium após reinício de sistema",
229 "settings.app.form.runInBackground": "Manter Ferdi em segundo plano ao fechar a janela", 229 "settings.app.form.runInBackground": "Manter Ferdium em segundo plano ao fechar a janela",
230 "settings.app.form.scheduledDNDEnabled": "Activar o agendamento Não Incomodar\"", 230 "settings.app.form.scheduledDNDEnabled": "Activar o agendamento Não Incomodar\"",
231 "settings.app.form.scheduledDNDEnd": "Para", 231 "settings.app.form.scheduledDNDEnd": "Para",
232 "settings.app.form.scheduledDNDStart": "De", 232 "settings.app.form.scheduledDNDStart": "De",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Ativar modo de visualização dividida", 241 "settings.app.form.splitMode": "Ativar modo de visualização dividida",
242 "settings.app.form.startMinimized": "Iniciar minimizado", 242 "settings.app.form.startMinimized": "Iniciar minimizado",
243 "settings.app.form.universalDarkMode": "Ativar o Modo Noturno Universal", 243 "settings.app.form.universalDarkMode": "Ativar o Modo Noturno Universal",
244 "settings.app.form.useTouchIdToUnlock": "Permite usar TouchID para desbloquear Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Permite usar TouchID para desbloquear Ferdium",
245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal", 245 "settings.app.form.useVerticalStyle": "Usar estilo horizontal",
246 "settings.app.form.wakeUpHibernationSplay": "Reproduzir ciclos de hibernação/despertar para reduzir a carga", 246 "settings.app.form.wakeUpHibernationSplay": "Reproduzir ciclos de hibernação/despertar para reduzir a carga",
247 "settings.app.form.wakeUpHibernationStrategy": "Estratégia de hibernação após acordar automaticamente", 247 "settings.app.form.wakeUpHibernationStrategy": "Estratégia de hibernação após acordar automaticamente",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Idioma", 252 "settings.app.headlineLanguage": "Idioma",
253 "settings.app.headlinePrivacy": "Privacidade", 253 "settings.app.headlinePrivacy": "Privacidade",
254 "settings.app.headlineUpdates": "Atualizações", 254 "settings.app.headlineUpdates": "Atualizações",
255 "settings.app.hibernateInfo": "Por princípio, Ferdi manterá todos os serviços abertos e carregados em segundo plano para que estejam prontos sempre que os quiser utilizar. A hibernação do serviço suspende os serviços após um determinado tempo. Isto é útil para conservar memória RAM ou impedir que os serviços afetem o desempenho do computador.", 255 "settings.app.hibernateInfo": "Por princípio, Ferdium manterá todos os serviços abertos e carregados em segundo plano para que estejam prontos sempre que os quiser utilizar. A hibernação do serviço suspende os serviços após um determinado tempo. Isto é útil para conservar memória RAM ou impedir que os serviços afetem o desempenho do computador.",
256 "settings.app.inactivityLockInfo": "Minutos de inatividade, após os quais Ferdi bloqueará automaticamente. Use 0 para desativar", 256 "settings.app.inactivityLockInfo": "Minutos de inatividade, após os quais Ferdium bloqueará automaticamente. Use 0 para desativar",
257 "settings.app.lockInfo": "O Bloqueio de Senha permite manter suas mensagens protegidas.\nUsando o Bloqueio de Senha, será solicitado a digitar a sua senha toda vez que você começar o Ferdi ou bloquear o Ferdi usando o símbolo de bloqueio no canto inferior esquerdo ou o atalho {lockShortcut}.", 257 "settings.app.lockInfo": "O Bloqueio de Senha permite manter suas mensagens protegidas.\nUsando o Bloqueio de Senha, será solicitado a digitar a sua senha toda vez que você começar o Ferdium ou bloquear o Ferdium usando o símbolo de bloqueio no canto inferior esquerdo ou o atalho {lockShortcut}.",
258 "settings.app.lockedPassword": "Palavra-passe", 258 "settings.app.lockedPassword": "Palavra-passe",
259 "settings.app.lockedPasswordInfo": "Por favor certifique-se de definir uma senha que você se lembra.\nSe você perder esta senha, você terá que reinstalar o Ferdi.", 259 "settings.app.lockedPasswordInfo": "Por favor certifique-se de definir uma senha que você se lembra.\nSe você perder esta senha, você terá que reinstalar o Ferdium.",
260 "settings.app.restartRequired": "As mudanças requerem reinício de sistema", 260 "settings.app.restartRequired": "As mudanças requerem reinício de sistema",
261 "settings.app.scheduledDNDInfo": "O Não Incomodar permite definir um período de tempo em que não quer receber notificações.", 261 "settings.app.scheduledDNDInfo": "O Não Incomodar permite definir um período de tempo em que não quer receber notificações.",
262 "settings.app.scheduledDNDTimeInfo": "Horas em formato 24h. Pode definir a hora do fim antes da hora de início (p. ex. início 17:00, fim 09:00) para ativar o modo \"Não incomodar\" durante a noite.", 262 "settings.app.scheduledDNDTimeInfo": "Horas em formato 24h. Pode definir a hora do fim antes da hora de início (p. ex. início 17:00, fim 09:00) para ativar o modo \"Não incomodar\" durante a noite.",
263 "settings.app.sentryInfo": "O envio de dados de telemetria nos permite encontrar erros na Ferdi - não enviaremos nenhuma informação pessoal como os dados da sua mensagem!", 263 "settings.app.sentryInfo": "O envio de dados de telemetria nos permite encontrar erros na Ferdium - não enviaremos nenhuma informação pessoal como os dados da sua mensagem!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi usa o corretor ortográfico do seu Mac para verificar se há erros ortográficos. Se você quiser alterar os idiomas que o corretor ortográfico verifica, pode fazê-lo nas Preferências do Sistema do Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium usa o corretor ortográfico do seu Mac para verificar se há erros ortográficos. Se você quiser alterar os idiomas que o corretor ortográfico verifica, pode fazê-lo nas Preferências do Sistema do Mac.",
265 "settings.app.subheadlineCache": "Memória cache", 265 "settings.app.subheadlineCache": "Memória cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Este servidor será usado para o recurso \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Este servidor será usado para o recurso \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Ajude-nos a traduzir o Ferdi para o seu idioma.", 268 "settings.app.translationHelp": "Ajude-nos a traduzir o Ferdium para o seu idioma.",
269 "settings.app.universalDarkModeInfo": "O Modo Noturno Universal tenta gerar dinamicamente os estilos do modo noturno para serviços que não o suportem de outra forma atualmente.", 269 "settings.app.universalDarkModeInfo": "O Modo Noturno Universal tenta gerar dinamicamente os estilos do modo noturno para serviços que não o suportem de outra forma atualmente.",
270 "settings.app.updateStatusAvailable": "Atualização disponível, a fazer download...", 270 "settings.app.updateStatusAvailable": "Atualização disponível, a fazer download...",
271 "settings.app.updateStatusSearching": "Procurando atualizações...", 271 "settings.app.updateStatusSearching": "Procurando atualizações...",
272 "settings.app.updateStatusUpToDate": "Está a utilizar a versão mais recente de Ferdi", 272 "settings.app.updateStatusUpToDate": "Está a utilizar a versão mais recente de Ferdium",
273 "settings.invite.headline": "Convidar Amigos", 273 "settings.invite.headline": "Convidar Amigos",
274 "settings.navigation.account": "Conta", 274 "settings.navigation.account": "Conta",
275 "settings.navigation.availableServices": "Serviços disponíveis", 275 "settings.navigation.availableServices": "Serviços disponíveis",
276 "settings.navigation.logout": "Sair", 276 "settings.navigation.logout": "Sair",
277 "settings.navigation.supportFerdi": "Acerca de Ferdi", 277 "settings.navigation.supportFerdium": "Acerca de Ferdium",
278 "settings.navigation.team": "Gerir Equipa", 278 "settings.navigation.team": "Gerir Equipa",
279 "settings.navigation.yourServices": "Os seus serviços", 279 "settings.navigation.yourServices": "Os seus serviços",
280 "settings.navigation.yourWorkspaces": "As suas áreas de trabalho", 280 "settings.navigation.yourWorkspaces": "As suas áreas de trabalho",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Serviços disponíveis", 289 "settings.recipes.headline": "Serviços disponíveis",
290 "settings.recipes.missingService": "Sente falta de algum serviço?", 290 "settings.recipes.missingService": "Sente falta de algum serviço?",
291 "settings.recipes.mostPopular": "Mais populares", 291 "settings.recipes.mostPopular": "Mais populares",
292 "settings.recipes.nothingFound": "Desculpe, mas nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdi desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente da Ferdi.", 292 "settings.recipes.nothingFound": "Desculpe, mas nenhum serviço corresponde ao seu termo de pesquisa - mas você provavelmente pode adicioná-lo usando a opção \"Site personalizado\". Por favor, note que o site pode mostrar mais serviços que foram adicionados ao Ferdium desde a versão em que você está atualmente. Para obter esses novos serviços, por favor, considere atualizar para uma versão mais recente da Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviço adicionado com sucesso",
294 "settings.searchService": "Procurar serviço", 294 "settings.searchService": "Procurar serviço",
295 "settings.service.error.goBack": "Voltar aos serviços", 295 "settings.service.error.goBack": "Voltar aos serviços",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Abrir user.js", 329 "settings.service.form.openUserJs": "Abrir user.js",
330 "settings.service.form.proxy.headline": "Configurações de HTTP/HTTPS Proxy", 330 "settings.service.form.proxy.headline": "Configurações de HTTP/HTTPS Proxy",
331 "settings.service.form.proxy.host": "Servidor/IP Proxy", 331 "settings.service.form.proxy.host": "Servidor/IP Proxy",
332 "settings.service.form.proxy.info": "As configurações de proxy não serão sincronizadas com os servidores Ferdi.", 332 "settings.service.form.proxy.info": "As configurações de proxy não serão sincronizadas com os servidores Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Usar Proxy", 333 "settings.service.form.proxy.isEnabled": "Usar Proxy",
334 "settings.service.form.proxy.password": "Senha (opcional)", 334 "settings.service.form.proxy.password": "Senha (opcional)",
335 "settings.service.form.proxy.port": "Porta", 335 "settings.service.form.proxy.port": "Porta",
336 "settings.service.form.proxy.restartInfo": "Por favor, reinicie o Ferdi após alterar as configurações de proxy.", 336 "settings.service.form.proxy.restartInfo": "Por favor, reinicie o Ferdium após alterar as configurações de proxy.",
337 "settings.service.form.proxy.user": "Usuário (opcional)", 337 "settings.service.form.proxy.user": "Usuário (opcional)",
338 "settings.service.form.recipeFileInfo": "Os seus ficheiros serão inseridos na página da web para que possa personalizar os serviços da maneira que desejar. Os ficheiros são apenas armazenados localmente e não são transferidos para outros computadores usando a mesma conta.", 338 "settings.service.form.recipeFileInfo": "Os seus ficheiros serão inseridos na página da web para que possa personalizar os serviços da maneira que desejar. Os ficheiros são apenas armazenados localmente e não são transferidos para outros computadores usando a mesma conta.",
339 "settings.service.form.saveButton": "Gravar serviço", 339 "settings.service.form.saveButton": "Gravar serviço",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Sem som", 352 "settings.services.tooltip.isMuted": "Sem som",
353 "settings.services.tooltip.notificationsDisabled": "Notificações desativadas", 353 "settings.services.tooltip.notificationsDisabled": "Notificações desativadas",
354 "settings.services.updatedInfo": "As suas alterações foram gravadas", 354 "settings.services.updatedInfo": "As suas alterações foram gravadas",
355 "settings.supportFerdi.about": "O desenvolvimento de Ferdi é feito pelos contribuidores. As pessoas que utilizam Ferdi como você. Eles mantêm, consertam e melhoram Ferdi em seu tempo livre.", 355 "settings.supportFerdium.about": "O desenvolvimento de Ferdium é feito pelos contribuidores. As pessoas que utilizam Ferdium como você. Eles mantêm, consertam e melhoram Ferdium em seu tempo livre.",
356 "settings.supportFerdi.aboutIntro": "Um agradecimento especial vai para estas pessoas incríveis:", 356 "settings.supportFerdium.aboutIntro": "Um agradecimento especial vai para estas pessoas incríveis:",
357 "settings.supportFerdi.headline": "Acerca de Ferdi", 357 "settings.supportFerdium.headline": "Acerca de Ferdium",
358 "settings.team.contentHeadline": "Gestão de Equipas Franz", 358 "settings.team.contentHeadline": "Gestão de Equipas Franz",
359 "settings.team.copy": "A Gestão de Equipas Franz permite gerir as assinaturas Franz para múltiplos utilizadores. Por favor, lembre-se que ter uma assinatura Franz Premium não lhe dará nenhuma vantagem ao usar Ferdi: a única razão pela qual ainda tem acesso à Gestão de Equipas é para que possa gerir as suas equipas antigas e para que não perca nenhuma funcionalidade na gestão da sua conta.", 359 "settings.team.copy": "A Gestão de Equipas Franz permite gerir as assinaturas Franz para múltiplos utilizadores. Por favor, lembre-se que ter uma assinatura Franz Premium não lhe dará nenhuma vantagem ao usar Ferdium: a única razão pela qual ainda tem acesso à Gestão de Equipas é para que possa gerir as suas equipas antigas e para que não perca nenhuma funcionalidade na gestão da sua conta.",
360 "settings.team.headline": "Equipa", 360 "settings.team.headline": "Equipa",
361 "settings.team.intro": "Você está atualmente usando os Servidores de Franz, por isso você tem acesso ao Gerenciamento de Times.", 361 "settings.team.intro": "Você está atualmente usando os Servidores de Franz, por isso você tem acesso ao Gerenciamento de Times.",
362 "settings.team.manageAction": "Faça a gestão da sua Equipa em meetfranz.com", 362 "settings.team.manageAction": "Faça a gestão da sua Equipa em meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Você ainda não criou nenhuma área de trabalho.", 385 "settings.workspaces.noWorkspacesAdded": "Você ainda não criou nenhuma área de trabalho.",
386 "settings.workspaces.tryReloadWorkspaces": "Tente novamente", 386 "settings.workspaces.tryReloadWorkspaces": "Tente novamente",
387 "settings.workspaces.updatedInfo": "As suas alterações foram gravadas", 387 "settings.workspaces.updatedInfo": "As suas alterações foram gravadas",
388 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Apresentando áreas de trabalho Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Apresentando áreas de trabalho Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Espaços de trabalho Ferdi permitem que você se concentre no que é importante agora. Configure diferentes conjuntos de serviços e alterne facilmente entre eles a qualquer momento. O senhor decide quais os serviços de que precisa quando e onde precisa, assim podemos ajudá-lo a ficar em cima do seu jogo - ou desligar do trabalho quando você quiser.", 389 "settings.workspaces.workspaceFeatureInfo": "Espaços de trabalho Ferdium permitem que você se concentre no que é importante agora. Configure diferentes conjuntos de serviços e alterne facilmente entre eles a qualquer momento. O senhor decide quais os serviços de que precisa quando e onde precisa, assim podemos ajudá-lo a ficar em cima do seu jogo - ou desligar do trabalho quando você quiser.",
390 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar suas áreas de trabalho", 390 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar suas áreas de trabalho",
391 "setupAssistant.headline": "Vamos começar!", 391 "setupAssistant.headline": "Vamos começar!",
392 "setupAssistant.subheadline": "Escolha entre os nossos serviços mais usados e volte ao seu controle de mensagens agora.", 392 "setupAssistant.subheadline": "Escolha entre os nossos serviços mais usados e volte ao seu controle de mensagens agora.",
393 "setupAssistant.submit.label": "Vamos lá", 393 "setupAssistant.submit.label": "Vamos lá",
394 "sidebar.addNewService": "Adicionar novo serviço", 394 "sidebar.addNewService": "Adicionar novo serviço",
395 "sidebar.closeTodosDrawer": "Fechar Tarefas Ferdi", 395 "sidebar.closeTodosDrawer": "Fechar Tarefas Ferdium",
396 "sidebar.closeWorkspaceDrawer": "Fechar barra da área de trabalho", 396 "sidebar.closeWorkspaceDrawer": "Fechar barra da área de trabalho",
397 "sidebar.lockFerdi": "Bloquear Ferdi", 397 "sidebar.lockFerdium": "Bloquear Ferdium",
398 "sidebar.muteApp": "Desativar notificações e áudio", 398 "sidebar.muteApp": "Desativar notificações e áudio",
399 "sidebar.openTodosDrawer": "Abrir Tarefas Ferdi", 399 "sidebar.openTodosDrawer": "Abrir Tarefas Ferdium",
400 "sidebar.openWorkspaceDrawer": "Abrir a barra lateral da área de trabalho", 400 "sidebar.openWorkspaceDrawer": "Abrir a barra lateral da área de trabalho",
401 "sidebar.unmuteApp": "Ativar notificações e áudio", 401 "sidebar.unmuteApp": "Ativar notificações e áudio",
402 "signup.email.label": "Endereço de E-mail", 402 "signup.email.label": "Endereço de E-mail",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Primeiro nome", 404 "signup.firstname.label": "Primeiro nome",
405 "signup.headline": "Entrar", 405 "signup.headline": "Entrar",
406 "signup.lastname.label": "Último Nome", 406 "signup.lastname.label": "Último Nome",
407 "signup.legal.info": "Ao criar uma conta Ferdi, você aceita os", 407 "signup.legal.info": "Ao criar uma conta Ferdium, você aceita os",
408 "signup.legal.privacy": "Declaração de Privacidade", 408 "signup.legal.privacy": "Declaração de Privacidade",
409 "signup.legal.terms": "Termos de serviço", 409 "signup.legal.terms": "Termos de serviço",
410 "signup.link.login": "Já tem uma conta, entrar?", 410 "signup.link.login": "Já tem uma conta, entrar?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Áreas de trabalho", 440 "workspaceDrawer.headline": "Áreas de trabalho",
441 "workspaceDrawer.item.contextMenuEdit": "editar", 441 "workspaceDrawer.item.contextMenuEdit": "editar",
442 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço adicionado", 442 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço adicionado",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Áreas de Trabalho Ferdi permitem que você se concentre no que é importante agora. Configure diferentes conjuntos de serviços e alterne facilmente entre eles a qualquer momento.</p><p>Você decide quais serviços precisa quando e onde, assim podemos ajudá-lo a ficar em cima do seu jogo - ou desligar do trabalho quando você quiser.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Áreas de Trabalho Ferdium permitem que você se concentre no que é importante agora. Configure diferentes conjuntos de serviços e alterne facilmente entre eles a qualquer momento.</p><p>Você decide quais serviços precisa quando e onde, assim podemos ajudá-lo a ficar em cima do seu jogo - ou desligar do trabalho quando você quiser.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações de área de trabalho", 444 "workspaceDrawer.workspacesSettingsTooltip": "Editar configurações de área de trabalho",
445 "workspaces.switchingIndicator.switchingTo": "A mudar para" 445 "workspaces.switchingIndicator.switchingTo": "A mudar para"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index feaa7a983..518ea6b17 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Schimbă serverul", 5 "changeserver.headline": "Schimbă serverul",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Introduceți un URL valid", 7 "changeserver.urlError": "Introduceți un URL valid",
8 "changeserver.warning": "Setările suplimentare oferite de Ferdi nu vor fi salvate", 8 "changeserver.warning": "Setările suplimentare oferite de Ferdium nu vor fi salvate",
9 "connectionLostBanner.cta": "Reîncarcă serviciul", 9 "connectionLostBanner.cta": "Reîncarcă serviciul",
10 "connectionLostBanner.informationLink": "Ce s-a întâmplat?", 10 "connectionLostBanner.informationLink": "Ce s-a întâmplat?",
11 "connectionLostBanner.message": "Oh nu! Ferdi a pierdut conexiunea cu {name}.", 11 "connectionLostBanner.message": "Oh nu! Ferdium a pierdut conexiunea cu {name}.",
12 "feature.basicAuth.signIn": "Conectare în cont", 12 "feature.basicAuth.signIn": "Conectare în cont",
13 "feature.publishDebugInfo.error": "A apărut o eroare la publicarea informațiilor de depanare. Vă rugăm să încercați din nou mai târziu sau să vizualizați consola pentru mai multe informații.", 13 "feature.publishDebugInfo.error": "A apărut o eroare la publicarea informațiilor de depanare. Vă rugăm să încercați din nou mai târziu sau să vizualizați consola pentru mai multe informații.",
14 "feature.publishDebugInfo.info": "Publicarea informațiilor de depanare ne ajută să găsim probleme și erori în Ferdi. Prin publicarea informațiilor de depanare, acceptați politica de confidențialitate a lui Ferdi Debugger și termenii serviciului", 14 "feature.publishDebugInfo.info": "Publicarea informațiilor de depanare ne ajută să găsim probleme și erori în Ferdium. Prin publicarea informațiilor de depanare, acceptați politica de confidențialitate a lui Ferdium Debugger și termenii serviciului",
15 "feature.publishDebugInfo.privacy": "Politică de confidențialitate", 15 "feature.publishDebugInfo.privacy": "Politică de confidențialitate",
16 "feature.publishDebugInfo.publish": "Acceptă și publică", 16 "feature.publishDebugInfo.publish": "Acceptă și publică",
17 "feature.publishDebugInfo.published": "Jurnalul dvs. de depanare a fost publicat și este acum disponibil la", 17 "feature.publishDebugInfo.published": "Jurnalul dvs. de depanare a fost publicat și este acum disponibil la",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Selectaţi un serviciu cu TAB, ↑ şi ↓. Deschideţi un serviciu cu ENTER.", 20 "feature.quickSwitch.info": "Selectaţi un serviciu cu TAB, ↑ şi ↓. Deschideţi un serviciu cu ENTER.",
21 "feature.quickSwitch.search": "Căutare...", 21 "feature.quickSwitch.search": "Căutare...",
22 "feature.quickSwitch.title": "Comutator rapid", 22 "feature.quickSwitch.title": "Comutator rapid",
23 "global.api.unhealthy": "Nu se poate conecta la Ferdi servicii online", 23 "global.api.unhealthy": "Nu se poate conecta la Ferdium servicii online",
24 "global.cancel": "Anulează", 24 "global.cancel": "Anulează",
25 "global.edit": "Editare", 25 "global.edit": "Editare",
26 "global.no": "Nr", 26 "global.no": "Nr",
27 "global.notConnectedToTheInternet": "Nu ești conectat la internet.", 27 "global.notConnectedToTheInternet": "Nu ești conectat la internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Ieșire", 29 "global.quit": "Ieșire",
30 "global.quitConfirmation": "Chiar vrei să ieși din Ferdi?", 30 "global.quitConfirmation": "Chiar vrei să ieși din Ferdium?",
31 "global.save": "Salvare", 31 "global.save": "Salvare",
32 "global.settings": "Configurări", 32 "global.settings": "Configurări",
33 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})", 33 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Folosiți 'https://whatmyuseragent.com/' (pentru a descoperi) sau 'https://developers.whatismybrowser.com/useragents/explore/' (pentru a alege) agentul utilizatorului dorit și copiați-l aici.", 38 "global.userAgentHelp": "Folosiți 'https://whatmyuseragent.com/' (pentru a descoperi) sau 'https://developers.whatismybrowser.com/useragents/explore/' (pentru a alege) agentul utilizatorului dorit și copiați-l aici.",
39 "global.userAgentPref": "Agent utilizator", 39 "global.userAgentPref": "Agent utilizator",
40 "global.yes": "Da", 40 "global.yes": "Da",
41 "import.headline": "Importă serviciile tale Ferdi 4", 41 "import.headline": "Importă serviciile tale Ferdium 4",
42 "import.notSupportedHeadline": "Servicii neacceptate încă în Ferdi 5", 42 "import.notSupportedHeadline": "Servicii neacceptate încă în Ferdium 5",
43 "import.skip.label": "Vreau să adaug manual servicii", 43 "import.skip.label": "Vreau să adaug manual servicii",
44 "import.submit.label": "Importă servicii {count}", 44 "import.submit.label": "Importă servicii {count}",
45 "infobar.authRequestFailed": "Au existat erori în timpul efectuării unei cereri autentificate. Vă rugăm să încercați să vă deconectați înapoi dacă eroarea persistă.", 45 "infobar.authRequestFailed": "Au existat erori în timpul efectuării unei cereri autentificate. Vă rugăm să încercați să vă deconectați înapoi dacă eroarea persistă.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ascunde", 49 "infobar.hide": "Ascunde",
50 "infobar.requiredRequestsFailed": "Nu s-au putut încărca serviciile și informațiile utilizatorului", 50 "infobar.requiredRequestsFailed": "Nu s-au putut încărca serviciile și informațiile utilizatorului",
51 "infobar.servicesUpdated": "Serviciile dvs. au fost actualizate.", 51 "infobar.servicesUpdated": "Serviciile dvs. au fost actualizate.",
52 "infobar.updateAvailable": "Este disponibilă o nouă actualizare pentru Ferdi.", 52 "infobar.updateAvailable": "Este disponibilă o nouă actualizare pentru Ferdium.",
53 "infobox.dismiss": "Renunţaţi", 53 "infobox.dismiss": "Renunţaţi",
54 "invite.email.label": "Adresa de e-mail", 54 "invite.email.label": "Adresa de e-mail",
55 "invite.headline.friends": "Invită 3 dintre prietenii sau colegii tăi", 55 "invite.headline.friends": "Invită 3 dintre prietenii sau colegii tăi",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "deblochează prin Touch ID", 65 "locked.touchIdPrompt": "deblochează prin Touch ID",
66 "locked.unlockWithPassword": "Deblocare cu parolă", 66 "locked.unlockWithPassword": "Deblocare cu parolă",
67 "login.changeServer": "Schimbă serverul", 67 "login.changeServer": "Schimbă serverul",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Adresa de e-mail", 70 "login.email.label": "Adresa de e-mail",
71 "login.headline": "Autentificare", 71 "login.headline": "Autentificare",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Sesiunea a expirat, te rugăm să te autentifici din nou.", 78 "login.tokenExpired": "Sesiunea a expirat, te rugăm să te autentifici din nou.",
79 "menu.Todoss.closeTodosDrawer": "Închide sertarul Todos", 79 "menu.Todoss.closeTodosDrawer": "Închide sertarul Todos",
80 "menu.Todoss.openTodosDrawer": "Deschide sertarul Todos", 80 "menu.Todoss.openTodosDrawer": "Deschide sertarul Todos",
81 "menu.app.about": "Despre Ferdi", 81 "menu.app.about": "Despre Ferdium",
82 "menu.app.autohideMenuBar": "Ascundere automată bară meniu", 82 "menu.app.autohideMenuBar": "Ascundere automată bară meniu",
83 "menu.app.checkForUpdates": "Verifică pentru actualizări", 83 "menu.app.checkForUpdates": "Verifică pentru actualizări",
84 "menu.app.hide": "Ascunde", 84 "menu.app.hide": "Ascunde",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Istoric modificări", 104 "menu.help.changelog": "Istoric modificări",
105 "menu.help.debugInfo": "Copiază informațiile de depanare", 105 "menu.help.debugInfo": "Copiază informațiile de depanare",
106 "menu.help.debugInfoCopiedBody": "Informațiile tale de depanare au fost copiate în clipboard.", 106 "menu.help.debugInfoCopiedBody": "Informațiile tale de depanare au fost copiate în clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Importă/Exportă Datele de Configurare", 108 "menu.help.importExportData": "Importă/Exportă Datele de Configurare",
109 "menu.help.learnMore": "Aflați mai multe", 109 "menu.help.learnMore": "Aflați mai multe",
110 "menu.help.privacy": "Declarație de confidențialitate", 110 "menu.help.privacy": "Declarație de confidențialitate",
@@ -121,9 +121,9 @@
121 "menu.view": "Vizualizare", 121 "menu.view": "Vizualizare",
122 "menu.view.back": "Înapoi", 122 "menu.view.back": "Înapoi",
123 "menu.view.forward": "Înainte", 123 "menu.view.forward": "Înainte",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Deschide Comutator Rapid", 125 "menu.view.openQuickSwitch": "Deschide Comutator Rapid",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reîncarcă serviciul", 127 "menu.view.reloadService": "Reîncarcă serviciul",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Dimensiunea reală", 129 "menu.view.resetZoom": "Dimensiunea reală",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} nu a putut fi încărcat.", 161 "service.errorHandler.text": "{name} nu a putut fi încărcat.",
162 "service.webviewLoader.loading": "Se încarcă {service}", 162 "service.webviewLoader.loading": "Se încarcă {service}",
163 "services.getStarted": "Începeți", 163 "services.getStarted": "Începeți",
164 "services.login": "Te rugăm să te autentifici pentru a utiliza Ferdi.", 164 "services.login": "Te rugăm să te autentifici pentru a utiliza Ferdium.",
165 "services.serverInfo": "Opțional, îți poți schimba serverul Ferdi făcând clic pe cog din colțul din stânga jos. Dacă treceți de la unul dintre serverele găzduite) la utilizarea Ferdi fără cont, vă rugăm să fiți informat că puteți exporta datele de pe acel server și să le importați ulterior folosind meniul Ajutor pentru a reînvia toate spațiile de lucru și serviciile configurate!", 165 "services.serverInfo": "Opțional, îți poți schimba serverul Ferdium făcând clic pe cog din colțul din stânga jos. Dacă treceți de la unul dintre serverele găzduite) la utilizarea Ferdium fără cont, vă rugăm să fiți informat că puteți exporta datele de pe acel server și să le importați ulterior folosind meniul Ajutor pentru a reînvia toate spațiile de lucru și serviciile configurate!",
166 "services.serverless": "Folosește Ferdi fără un cont", 166 "services.serverless": "Folosește Ferdium fără un cont",
167 "settings.account.account.editButton": "Editare cont", 167 "settings.account.account.editButton": "Editare cont",
168 "settings.account.accountUnavailable": "Contul nu este disponibil", 168 "settings.account.accountUnavailable": "Contul nu este disponibil",
169 "settings.account.accountUnavailableInfo": "Folosiți Ferdi fără un cont. Dacă doriți să utilizați Ferdi cu un cont și păstrați serviciile sincronizate între instalări, vă rugăm să selectați un server în fila Setări și apoi să vă autentificați.", 169 "settings.account.accountUnavailableInfo": "Folosiți Ferdium fără un cont. Dacă doriți să utilizați Ferdium cu un cont și păstrați serviciile sincronizate între instalări, vă rugăm să selectați un server în fila Setări și apoi să vă autentificați.",
170 "settings.account.buttonSave": "Actualizați profilul", 170 "settings.account.buttonSave": "Actualizați profilul",
171 "settings.account.deleteAccount": "Ștergere cont", 171 "settings.account.deleteAccount": "Ștergere cont",
172 "settings.account.deleteEmailSent": "Ați primit un e-mail cu un link pentru a confirma ștergerea contului. Contul și datele dvs. nu pot fi restaurate!", 172 "settings.account.deleteEmailSent": "Ați primit un e-mail cu un link pentru a confirma ștergerea contului. Contul și datele dvs. nu pot fi restaurate!",
173 "settings.account.deleteInfo": "Dacă nu mai aveți nevoie de contul dvs. Ferdi, vă puteți șterge contul și toate datele aferente aici.", 173 "settings.account.deleteInfo": "Dacă nu mai aveți nevoie de contul dvs. Ferdium, vă puteți șterge contul și toate datele aferente aici.",
174 "settings.account.headline": "Cont", 174 "settings.account.headline": "Cont",
175 "settings.account.headlineAccount": "Informații cont", 175 "settings.account.headlineAccount": "Informații cont",
176 "settings.account.headlineDangerZone": "Zonă de pericol", 176 "settings.account.headlineDangerZone": "Zonă de pericol",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Încercați din nou", 181 "settings.account.tryReloadServices": "Încercați din nou",
182 "settings.account.tryReloadUserInfoRequest": "Încercați din nou", 182 "settings.account.tryReloadUserInfoRequest": "Încercați din nou",
183 "settings.account.userInfoRequestFailed": "Nu s-au putut încărca informațiile utilizatorului", 183 "settings.account.userInfoRequestFailed": "Nu s-au putut încărca informațiile utilizatorului",
184 "settings.account.yourLicense": "Licența dvs. Ferdi:", 184 "settings.account.yourLicense": "Licența dvs. Ferdium:",
185 "settings.app.accentColorInfo": "Scrie culoarea ta de accent într-un format compatibil cu CSS. (Implicit: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Scrie culoarea ta de accent într-un format compatibil cu CSS. (Implicit: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Golește memoria cache", 186 "settings.app.buttonClearAllCache": "Golește memoria cache",
187 "settings.app.buttonInstallUpdate": "Repornire & instalare actualizare", 187 "settings.app.buttonInstallUpdate": "Repornire & instalare actualizare",
188 "settings.app.buttonOpenFerdiProfileFolder": "Deschide dosarul cu profil", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Deschide dosarul cu profil",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Dosar cu rețete de serviciu deschis", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Dosar cu rețete de serviciu deschis",
190 "settings.app.buttonSearchForUpdate": "Verifică pentru actualizări", 190 "settings.app.buttonSearchForUpdate": "Verifică pentru actualizări",
191 "settings.app.cacheInfo": "Cache-ul Ferdi folosește în prezent {size} de spațiu pe disc.", 191 "settings.app.cacheInfo": "Cache-ul Ferdium folosește în prezent {size} de spațiu pe disc.",
192 "settings.app.cacheNotCleared": "Nu s-a putut şterge toată memoria cache", 192 "settings.app.cacheNotCleared": "Nu s-a putut şterge toată memoria cache",
193 "settings.app.closeSettings": "Închide setările", 193 "settings.app.closeSettings": "Închide setările",
194 "settings.app.currentVersion": "Versiunea curentă:", 194 "settings.app.currentVersion": "Versiunea curentă:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Sincronizează modul întunecat cu setarea de mod întunecat a sistemului meu de operare", 196 "settings.app.form.adaptableDarkMode": "Sincronizează modul întunecat cu setarea de mod întunecat a sistemului meu de operare",
197 "settings.app.form.alwaysShowWorkspaces": "Arată întotdeauna sertarul spațiului de lucru", 197 "settings.app.form.alwaysShowWorkspaces": "Arată întotdeauna sertarul spațiului de lucru",
198 "settings.app.form.autoLaunchInBackground": "Deschide în fundal", 198 "settings.app.form.autoLaunchInBackground": "Deschide în fundal",
199 "settings.app.form.autoLaunchOnStart": "Lansare Ferdi la pornire", 199 "settings.app.form.autoLaunchOnStart": "Lansare Ferdium la pornire",
200 "settings.app.form.automaticUpdates": "Activează actualizări", 200 "settings.app.form.automaticUpdates": "Activează actualizări",
201 "settings.app.form.beta": "Include pre-diseminări", 201 "settings.app.form.beta": "Include pre-diseminări",
202 "settings.app.form.clipboardNotifications": "Nu afișa notificări pentru evenimente clipboard", 202 "settings.app.form.clipboardNotifications": "Nu afișa notificări pentru evenimente clipboard",
203 "settings.app.form.closeToSystemTray": "Închide Ferdi din sertar", 203 "settings.app.form.closeToSystemTray": "Închide Ferdium din sertar",
204 "settings.app.form.confirmOnQuit": "Confirmă la ieșirea din Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirmă la ieșirea din Ferdium",
205 "settings.app.form.customTodoServer": "Server Todo Personalizat", 205 "settings.app.form.customTodoServer": "Server Todo Personalizat",
206 "settings.app.form.darkMode": "Activează Modul Întunecat", 206 "settings.app.form.darkMode": "Activează Modul Întunecat",
207 "settings.app.form.enableGPUAcceleration": "Activează Accelerarea GPU", 207 "settings.app.form.enableGPUAcceleration": "Activează Accelerarea GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Activează scurtătura globală pentru a ascunde Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Activează scurtătura globală pentru a ascunde Ferdium",
209 "settings.app.form.enableLock": "Activează blocarea parolei", 209 "settings.app.form.enableLock": "Activează blocarea parolei",
210 "settings.app.form.enableLongPressServiceHint": "Activează indicatorul de comandă rapidă serviciu la apăsarea lungă", 210 "settings.app.form.enableLongPressServiceHint": "Activează indicatorul de comandă rapidă serviciu la apăsarea lungă",
211 "settings.app.form.enableMenuBar": "Arată întotdeauna Ferdi în bara de meniu", 211 "settings.app.form.enableMenuBar": "Arată întotdeauna Ferdium în bara de meniu",
212 "settings.app.form.enableSpellchecking": "Activează verificarea ortografică", 212 "settings.app.form.enableSpellchecking": "Activează verificarea ortografică",
213 "settings.app.form.enableSystemTray": "Arată întotdeauna Ferdi în sertar", 213 "settings.app.form.enableSystemTray": "Arată întotdeauna Ferdium în sertar",
214 "settings.app.form.enableTodos": "Activează Ferdi Todos", 214 "settings.app.form.enableTodos": "Activează Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Mențineți serviciile în hibernare la pornire", 215 "settings.app.form.hibernateOnStartup": "Mențineți serviciile în hibernare la pornire",
216 "settings.app.form.hibernationStrategy": "Strategia hibernării", 216 "settings.app.form.hibernationStrategy": "Strategia hibernării",
217 "settings.app.form.iconSize": "Dimensiune pictogramă serviciu", 217 "settings.app.form.iconSize": "Dimensiune pictogramă serviciu",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Păstraţi toate spaţiile de lucru încărcate", 219 "settings.app.form.keepAllWorkspacesLoaded": "Păstraţi toate spaţiile de lucru încărcate",
220 "settings.app.form.language": "Limba", 220 "settings.app.form.language": "Limba",
221 "settings.app.form.lockPassword": "Parolă", 221 "settings.app.form.lockPassword": "Parolă",
222 "settings.app.form.minimizeToSystemTray": "Minimizează Ferdi în bara de sistem", 222 "settings.app.form.minimizeToSystemTray": "Minimizează Ferdium în bara de sistem",
223 "settings.app.form.navigationBarBehaviour": "Comportament bară de navigare", 223 "settings.app.form.navigationBarBehaviour": "Comportament bară de navigare",
224 "settings.app.form.notifyTaskBarOnMessage": "Notifică Bara de sarcini/andocare la mesajul nou", 224 "settings.app.form.notifyTaskBarOnMessage": "Notifică Bara de sarcini/andocare la mesajul nou",
225 "settings.app.form.passwordToggle": "Comutare parolă", 225 "settings.app.form.passwordToggle": "Comutare parolă",
226 "settings.app.form.predefinedTodoServer": "Server Todo", 226 "settings.app.form.predefinedTodoServer": "Server Todo",
227 "settings.app.form.privateNotifications": "Nu afișa conținutul mesajului în notificări", 227 "settings.app.form.privateNotifications": "Nu afișa conținutul mesajului în notificări",
228 "settings.app.form.reloadAfterResume": "Reîncarcă Ferdi după reluarea sistemului", 228 "settings.app.form.reloadAfterResume": "Reîncarcă Ferdium după reluarea sistemului",
229 "settings.app.form.runInBackground": "Păstraţi Ferdi în fundal atunci când închideţi fereastra", 229 "settings.app.form.runInBackground": "Păstraţi Ferdium în fundal atunci când închideţi fereastra",
230 "settings.app.form.scheduledDNDEnabled": "Activează programate Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Activează programate Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "La", 231 "settings.app.form.scheduledDNDEnd": "La",
232 "settings.app.form.scheduledDNDStart": "De la", 232 "settings.app.form.scheduledDNDStart": "De la",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Activează Modul de Vizualizare Divizită", 241 "settings.app.form.splitMode": "Activează Modul de Vizualizare Divizită",
242 "settings.app.form.startMinimized": "Pornire minimizată", 242 "settings.app.form.startMinimized": "Pornire minimizată",
243 "settings.app.form.universalDarkMode": "Activați modul universal de întunecat", 243 "settings.app.form.universalDarkMode": "Activați modul universal de întunecat",
244 "settings.app.form.useTouchIdToUnlock": "Permiteți utilizarea TouchID pentru a debloca Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Permiteți utilizarea TouchID pentru a debloca Ferdium",
245 "settings.app.form.useVerticalStyle": "Folosește stil orizontal", 245 "settings.app.form.useVerticalStyle": "Folosește stil orizontal",
246 "settings.app.form.wakeUpHibernationSplay": "Redă hibernate/cicluri de trezire pentru a reduce încărcarea", 246 "settings.app.form.wakeUpHibernationSplay": "Redă hibernate/cicluri de trezire pentru a reduce încărcarea",
247 "settings.app.form.wakeUpHibernationStrategy": "Strategie de hibernare după trezire automată", 247 "settings.app.form.wakeUpHibernationStrategy": "Strategie de hibernare după trezire automată",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Limba", 252 "settings.app.headlineLanguage": "Limba",
253 "settings.app.headlinePrivacy": "Confidențialitate", 253 "settings.app.headlinePrivacy": "Confidențialitate",
254 "settings.app.headlineUpdates": "Actualizări", 254 "settings.app.headlineUpdates": "Actualizări",
255 "settings.app.hibernateInfo": "În mod implicit, Ferdi vă va păstra toate serviciile deschise și încărcate în fundal, astfel încât acestea să fie gata când doriți să le utilizați. Hibernarea serviciului vă va descărca serviciile după o anumită sumă. Acest lucru este util pentru a salva RAM sau pentru a împiedica serviciile să încetinească calculatorul.", 255 "settings.app.hibernateInfo": "În mod implicit, Ferdium vă va păstra toate serviciile deschise și încărcate în fundal, astfel încât acestea să fie gata când doriți să le utilizați. Hibernarea serviciului vă va descărca serviciile după o anumită sumă. Acest lucru este util pentru a salva RAM sau pentru a împiedica serviciile să încetinească calculatorul.",
256 "settings.app.inactivityLockInfo": "Minute de inactivitate, după care Ferdi ar trebui să se blocheze automat. Utilizați 0 pentru a dezactiva", 256 "settings.app.inactivityLockInfo": "Minute de inactivitate, după care Ferdium ar trebui să se blocheze automat. Utilizați 0 pentru a dezactiva",
257 "settings.app.lockInfo": "Blocarea parolei vă permite să păstrați mesajele protejate.\nFolosind blocarea parolei, vi se va solicita să introduceţi parola de fiecare dată când începeţi Ferdi sau să blocaţi Ferdi, utilizând simbolul cu lacăt, din colţul din stânga jos, sau scurtătura {lockShortcut}.", 257 "settings.app.lockInfo": "Blocarea parolei vă permite să păstrați mesajele protejate.\nFolosind blocarea parolei, vi se va solicita să introduceţi parola de fiecare dată când începeţi Ferdium sau să blocaţi Ferdium, utilizând simbolul cu lacăt, din colţul din stânga jos, sau scurtătura {lockShortcut}.",
258 "settings.app.lockedPassword": "Parolă", 258 "settings.app.lockedPassword": "Parolă",
259 "settings.app.lockedPasswordInfo": "Asigurați-vă că setați o parolă pe care o veți aminti.\nDacă ați pierdut această parolă, va trebui să reinstalați Ferdi.", 259 "settings.app.lockedPasswordInfo": "Asigurați-vă că setați o parolă pe care o veți aminti.\nDacă ați pierdut această parolă, va trebui să reinstalați Ferdium.",
260 "settings.app.restartRequired": "Modificările necesită repornire", 260 "settings.app.restartRequired": "Modificările necesită repornire",
261 "settings.app.scheduledDNDInfo": "Programat Fa-no-Disturb vă permite să definiți o perioadă de timp în care nu doriți să primiți notificări de la Ferdi.", 261 "settings.app.scheduledDNDInfo": "Programat Fa-no-Disturb vă permite să definiți o perioadă de timp în care nu doriți să primiți notificări de la Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Ori în 24 ore Format. Timpul de terminare poate fi înainte de început (de exemplu, începe ora 17:00, sfârşitul 09:00) pentru a activa Do-not-Disturb peste noapte.", 262 "settings.app.scheduledDNDTimeInfo": "Ori în 24 ore Format. Timpul de terminare poate fi înainte de început (de exemplu, începe ora 17:00, sfârşitul 09:00) pentru a activa Do-not-Disturb peste noapte.",
263 "settings.app.sentryInfo": "Trimiterea datelor telemetrice ne permite să găsim erori în Ferdi - nu vom trimite informații personale cum ar fi datele mesajelor!", 263 "settings.app.sentryInfo": "Trimiterea datelor telemetrice ne permite să găsim erori în Ferdium - nu vom trimite informații personale cum ar fi datele mesajelor!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi folosește executorul de construcții al Mac-ului tău pentru a verifica dacă există typos. Dacă doriți să schimbați limbile pentru care verificați difuzorul, puteți face acest lucru în Preferințele Sistemului Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium folosește executorul de construcții al Mac-ului tău pentru a verifica dacă există typos. Dacă doriți să schimbați limbile pentru care verificați difuzorul, puteți face acest lucru în Preferințele Sistemului Mac.",
265 "settings.app.subheadlineCache": "Geocutie", 265 "settings.app.subheadlineCache": "Geocutie",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Acest server va fi folosit pentru funcția \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Acest server va fi folosit pentru funcția \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Ajută-ne să traducem Ferdi în limba ta.", 268 "settings.app.translationHelp": "Ajută-ne să traducem Ferdium în limba ta.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode încearcă să genereze dinamic stiluri de mod întunecat pentru servicii care altfel nu sunt acceptate în prezent.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode încearcă să genereze dinamic stiluri de mod întunecat pentru servicii care altfel nu sunt acceptate în prezent.",
270 "settings.app.updateStatusAvailable": "Actualizare disponibilă, descărcare...", 270 "settings.app.updateStatusAvailable": "Actualizare disponibilă, descărcare...",
271 "settings.app.updateStatusSearching": "Se caută actualizări...", 271 "settings.app.updateStatusSearching": "Se caută actualizări...",
272 "settings.app.updateStatusUpToDate": "Folosiți ultima versiune de Ferdi", 272 "settings.app.updateStatusUpToDate": "Folosiți ultima versiune de Ferdium",
273 "settings.invite.headline": "Invită prieteni", 273 "settings.invite.headline": "Invită prieteni",
274 "settings.navigation.account": "Cont", 274 "settings.navigation.account": "Cont",
275 "settings.navigation.availableServices": "Servicii disponibile", 275 "settings.navigation.availableServices": "Servicii disponibile",
276 "settings.navigation.logout": "Deconectare", 276 "settings.navigation.logout": "Deconectare",
277 "settings.navigation.supportFerdi": "Despre Ferdi", 277 "settings.navigation.supportFerdium": "Despre Ferdium",
278 "settings.navigation.team": "Gestionează echipa", 278 "settings.navigation.team": "Gestionează echipa",
279 "settings.navigation.yourServices": "Serviciile dvs.", 279 "settings.navigation.yourServices": "Serviciile dvs.",
280 "settings.navigation.yourWorkspaces": "Spaţiile tale de lucru", 280 "settings.navigation.yourWorkspaces": "Spaţiile tale de lucru",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Servicii disponibile", 289 "settings.recipes.headline": "Servicii disponibile",
290 "settings.recipes.missingService": "Lipsește un serviciu?", 290 "settings.recipes.missingService": "Lipsește un serviciu?",
291 "settings.recipes.mostPopular": "Cele mai populare", 291 "settings.recipes.mostPopular": "Cele mai populare",
292 "settings.recipes.nothingFound": "Ne pare rău, dar niciun serviciu nu corespunde termenului tău de căutare - dar încă îl mai poți adăuga folosind opțiunea \"Site personalizat\". Te rugăm să reții că site-ul web ar putea afișa mai multe servicii care au fost adăugate la Ferdi de la versiunea pe care o activați. Pentru a obține aceste servicii noi, vă rugăm să luați în considerare actualizarea la o versiune mai nouă de Ferdi.", 292 "settings.recipes.nothingFound": "Ne pare rău, dar niciun serviciu nu corespunde termenului tău de căutare - dar încă îl mai poți adăuga folosind opțiunea \"Site personalizat\". Te rugăm să reții că site-ul web ar putea afișa mai multe servicii care au fost adăugate la Ferdium de la versiunea pe care o activați. Pentru a obține aceste servicii noi, vă rugăm să luați în considerare actualizarea la o versiune mai nouă de Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviciu adăugat cu succes", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Serviciu adăugat cu succes",
294 "settings.searchService": "Serviciu de căutare", 294 "settings.searchService": "Serviciu de căutare",
295 "settings.service.error.goBack": "Înapoi la servicii", 295 "settings.service.error.goBack": "Înapoi la servicii",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Deschide user.js", 329 "settings.service.form.openUserJs": "Deschide user.js",
330 "settings.service.form.proxy.headline": "Setări proxy HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Setări proxy HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Proxy Gazdă/IP", 331 "settings.service.form.proxy.host": "Proxy Gazdă/IP",
332 "settings.service.form.proxy.info": "Setările proxy nu vor fi sincronizate cu serverele Ferdi.", 332 "settings.service.form.proxy.info": "Setările proxy nu vor fi sincronizate cu serverele Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Utilizare proxy", 333 "settings.service.form.proxy.isEnabled": "Utilizare proxy",
334 "settings.service.form.proxy.password": "Parolă (opțional)", 334 "settings.service.form.proxy.password": "Parolă (opțional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Vă rugăm să reporniţi Ferdi după schimbarea setărilor proxy.", 336 "settings.service.form.proxy.restartInfo": "Vă rugăm să reporniţi Ferdium după schimbarea setărilor proxy.",
337 "settings.service.form.proxy.user": "Utilizator (opţional)", 337 "settings.service.form.proxy.user": "Utilizator (opţional)",
338 "settings.service.form.recipeFileInfo": "Fișierele tale de utilizator vor fi introduse în pagina web, astfel încât să poți personaliza serviciile în orice mod dorești. Fişierele de utilizator sunt stocate doar local şi nu sunt transferate către alte calculatoare care folosesc acelaşi cont.", 338 "settings.service.form.recipeFileInfo": "Fișierele tale de utilizator vor fi introduse în pagina web, astfel încât să poți personaliza serviciile în orice mod dorești. Fişierele de utilizator sunt stocate doar local şi nu sunt transferate către alte calculatoare care folosesc acelaşi cont.",
339 "settings.service.form.saveButton": "Salvează serviciul", 339 "settings.service.form.saveButton": "Salvează serviciul",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Toate sunetele sunt dezactivate", 352 "settings.services.tooltip.isMuted": "Toate sunetele sunt dezactivate",
353 "settings.services.tooltip.notificationsDisabled": "Notificările sunt dezactivate", 353 "settings.services.tooltip.notificationsDisabled": "Notificările sunt dezactivate",
354 "settings.services.updatedInfo": "Modificările dvs. au fost salvate", 354 "settings.services.updatedInfo": "Modificările dvs. au fost salvate",
355 "settings.supportFerdi.about": "Dezvoltarea Ferdi este făcută de contribuitori. Oameni care folosesc Ferdi ca tine. Ei întrețin, repară și îmbunătățesc Ferdi în timpul lor liber.", 355 "settings.supportFerdium.about": "Dezvoltarea Ferdium este făcută de contribuitori. Oameni care folosesc Ferdium ca tine. Ei întrețin, repară și îmbunătățesc Ferdium în timpul lor liber.",
356 "settings.supportFerdi.aboutIntro": "Mulţumiri speciale pentru aceşti oameni minunaţi:", 356 "settings.supportFerdium.aboutIntro": "Mulţumiri speciale pentru aceşti oameni minunaţi:",
357 "settings.supportFerdi.headline": "Despre Ferdi", 357 "settings.supportFerdium.headline": "Despre Ferdium",
358 "settings.team.contentHeadline": "Gestiunea echipei Franz", 358 "settings.team.contentHeadline": "Gestiunea echipei Franz",
359 "settings.team.copy": "Managementul Echipei lui Franz îți permite să administrezi abonamentele Franz pentru mai mulți utilizatori. Te rugăm să reții că ai un abonament la Franz Premium nu îți va oferi niciun avantaj în utilizarea Ferdi: Singurul motiv pentru care încă ai acces la echipa Management este pentru a-ți putea administra Echipele Franz moștenite și pentru a nu pierde nicio funcționalitate în gestionarea contului.", 359 "settings.team.copy": "Managementul Echipei lui Franz îți permite să administrezi abonamentele Franz pentru mai mulți utilizatori. Te rugăm să reții că ai un abonament la Franz Premium nu îți va oferi niciun avantaj în utilizarea Ferdium: Singurul motiv pentru care încă ai acces la echipa Management este pentru a-ți putea administra Echipele Franz moștenite și pentru a nu pierde nicio funcționalitate în gestionarea contului.",
360 "settings.team.headline": "Echipă", 360 "settings.team.headline": "Echipă",
361 "settings.team.intro": "În prezent folosești servere Franz, de aceea ai acces la Team Management.", 361 "settings.team.intro": "În prezent folosești servere Franz, de aceea ai acces la Team Management.",
362 "settings.team.manageAction": "Gestionează-ți echipa pe meetfranz.com", 362 "settings.team.manageAction": "Gestionează-ți echipa pe meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Nu aţi creat încă nici un spaţiu de lucru.", 385 "settings.workspaces.noWorkspacesAdded": "Nu aţi creat încă nici un spaţiu de lucru.",
386 "settings.workspaces.tryReloadWorkspaces": "Încercați din nou", 386 "settings.workspaces.tryReloadWorkspaces": "Încercați din nou",
387 "settings.workspaces.updatedInfo": "Modificările dvs. au fost salvate", 387 "settings.workspaces.updatedInfo": "Modificările dvs. au fost salvate",
388 "settings.workspaces.workspaceFeatureHeadline": "Mai puțin înseamnă mai mult: Introducerea spațiilor de lucru Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Mai puțin înseamnă mai mult: Introducerea spațiilor de lucru Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Sălile de lucru Ferdi vă permit să vă concentrați asupra a ceea ce este important acum. Configurați diferite seturi de servicii și schimbați cu ușurință între ele în orice moment. Tu decizi ce servicii ai nevoie când și unde, astfel încât să te putem ajuta să rămâi în fruntea jocului tău - sau să te oprești ușor de la serviciu ori de câte ori dorești.", 389 "settings.workspaces.workspaceFeatureInfo": "Sălile de lucru Ferdium vă permit să vă concentrați asupra a ceea ce este important acum. Configurați diferite seturi de servicii și schimbați cu ușurință între ele în orice moment. Tu decizi ce servicii ai nevoie când și unde, astfel încât să te putem ajuta să rămâi în fruntea jocului tău - sau să te oprești ușor de la serviciu ori de câte ori dorești.",
390 "settings.workspaces.workspacesRequestFailed": "Spaţiile de lucru nu au putut fi încărcate", 390 "settings.workspaces.workspacesRequestFailed": "Spaţiile de lucru nu au putut fi încărcate",
391 "setupAssistant.headline": "Să începem", 391 "setupAssistant.headline": "Să începem",
392 "setupAssistant.subheadline": "Alegeți din cele mai utilizate servicii și întoarceți-vă acum peste mesaje.", 392 "setupAssistant.subheadline": "Alegeți din cele mai utilizate servicii și întoarceți-vă acum peste mesaje.",
393 "setupAssistant.submit.label": "Să începem", 393 "setupAssistant.submit.label": "Să începem",
394 "sidebar.addNewService": "Adaugă un serviciu nou", 394 "sidebar.addNewService": "Adaugă un serviciu nou",
395 "sidebar.closeTodosDrawer": "Închide Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Închide Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Închide sertar spațiu de lucru", 396 "sidebar.closeWorkspaceDrawer": "Închide sertar spațiu de lucru",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Dezactivare notificări & audio", 398 "sidebar.muteApp": "Dezactivare notificări & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Sertar spațiu de lucru deschis", 400 "sidebar.openWorkspaceDrawer": "Sertar spațiu de lucru deschis",
401 "sidebar.unmuteApp": "Activează notificări & audio", 401 "sidebar.unmuteApp": "Activează notificări & audio",
402 "signup.email.label": "Adresa de e-mail", 402 "signup.email.label": "Adresa de e-mail",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Prenume", 404 "signup.firstname.label": "Prenume",
405 "signup.headline": "Înscrie-te", 405 "signup.headline": "Înscrie-te",
406 "signup.lastname.label": "Nume de familie", 406 "signup.lastname.label": "Nume de familie",
407 "signup.legal.info": "Prin crearea unui cont Ferdi acceptați", 407 "signup.legal.info": "Prin crearea unui cont Ferdium acceptați",
408 "signup.legal.privacy": "Declarație de confidențialitate", 408 "signup.legal.privacy": "Declarație de confidențialitate",
409 "signup.legal.terms": "Termenii serviciului", 409 "signup.legal.terms": "Termenii serviciului",
410 "signup.link.login": "Ai deja un cont, conecteaza-te?", 410 "signup.link.login": "Ai deja un cont, conecteaza-te?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Spaţii de lucru", 440 "workspaceDrawer.headline": "Spaţii de lucru",
441 "workspaceDrawer.item.contextMenuEdit": "editează", 441 "workspaceDrawer.item.contextMenuEdit": "editează",
442 "workspaceDrawer.item.noServicesAddedYet": "Nici un serviciu adăugat încă", 442 "workspaceDrawer.item.noServicesAddedYet": "Nici un serviciu adăugat încă",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Spațiul de lucru Ferdi vă permite să vă concentrați asupra a ceea ce este important acum. Configurați diferite seturi de servicii și schimbați ușor între acestea în orice moment.</p><p>Decideți ce servicii ai nevoie când și unde, astfel încât să te putem ajuta să rămâi în fruntea jocului tău - sau să te oprești ușor de la serviciu ori de câte ori dorești.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Spațiul de lucru Ferdium vă permite să vă concentrați asupra a ceea ce este important acum. Configurați diferite seturi de servicii și schimbați ușor între acestea în orice moment.</p><p>Decideți ce servicii ai nevoie când și unde, astfel încât să te putem ajuta să rămâi în fruntea jocului tău - sau să te oprești ușor de la serviciu ori de câte ori dorești.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Editează setările spațiilor de lucru", 444 "workspaceDrawer.workspacesSettingsTooltip": "Editează setările spațiilor de lucru",
445 "workspaces.switchingIndicator.switchingTo": "Comutarea la" 445 "workspaces.switchingIndicator.switchingTo": "Comutarea la"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 6e3993207..4210c9b67 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -8,10 +8,10 @@
8 "changeserver.warning": "Дополнительные настройки, предлагаемые Ферди, не будут сохранены", 8 "changeserver.warning": "Дополнительные настройки, предлагаемые Ферди, не будут сохранены",
9 "connectionLostBanner.cta": "Перезапустить сервис", 9 "connectionLostBanner.cta": "Перезапустить сервис",
10 "connectionLostBanner.informationLink": "Что случилось?", 10 "connectionLostBanner.informationLink": "Что случилось?",
11 "connectionLostBanner.message": "О нет! Ferdi потерял связь с {name}.", 11 "connectionLostBanner.message": "О нет! Ferdium потерял связь с {name}.",
12 "feature.basicAuth.signIn": "Войти", 12 "feature.basicAuth.signIn": "Войти",
13 "feature.publishDebugInfo.error": "При попытке опубликовать отладочную информацию произошла ошибка. Пожалуйста, повторите попытку позже или просмотрите консоль для получения дополнительной информации.", 13 "feature.publishDebugInfo.error": "При попытке опубликовать отладочную информацию произошла ошибка. Пожалуйста, повторите попытку позже или просмотрите консоль для получения дополнительной информации.",
14 "feature.publishDebugInfo.info": "Публикация вашей отладочной информации помогает нам найти проблемы и ошибки в Ferdi. Публикуя вашу отладочную информацию, вы принимаете политику конфиденциальности Ferdi Debugger'ов и условия предоставления услуг", 14 "feature.publishDebugInfo.info": "Публикация вашей отладочной информации помогает нам найти проблемы и ошибки в Ferdium. Публикуя вашу отладочную информацию, вы принимаете политику конфиденциальности Ferdium Debugger'ов и условия предоставления услуг",
15 "feature.publishDebugInfo.privacy": "Политика конфиденциальности", 15 "feature.publishDebugInfo.privacy": "Политика конфиденциальности",
16 "feature.publishDebugInfo.publish": "Принять и опубликовать", 16 "feature.publishDebugInfo.publish": "Принять и опубликовать",
17 "feature.publishDebugInfo.published": "Ваш журнал отладки был опубликован и теперь доступен по адресу", 17 "feature.publishDebugInfo.published": "Ваш журнал отладки был опубликован и теперь доступен по адресу",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Выберите сервис с Tab, вверх и вниз. Откройте сервис нажав на ENTER.", 20 "feature.quickSwitch.info": "Выберите сервис с Tab, вверх и вниз. Откройте сервис нажав на ENTER.",
21 "feature.quickSwitch.search": "Поиск...", 21 "feature.quickSwitch.search": "Поиск...",
22 "feature.quickSwitch.title": "Быстрое переключение", 22 "feature.quickSwitch.title": "Быстрое переключение",
23 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi", 23 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdium",
24 "global.cancel": "Отмена", 24 "global.cancel": "Отмена",
25 "global.edit": "Правка", 25 "global.edit": "Правка",
26 "global.no": "Нет", 26 "global.no": "Нет",
27 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет", 27 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет",
28 "global.ok": "OK", 28 "global.ok": "OK",
29 "global.quit": "Выйти", 29 "global.quit": "Выйти",
30 "global.quitConfirmation": "Вы действительно хотите выйти из Ferdi?", 30 "global.quitConfirmation": "Вы действительно хотите выйти из Ferdium?",
31 "global.save": "Сохранить", 31 "global.save": "Сохранить",
32 "global.settings": "Настройки", 32 "global.settings": "Настройки",
33 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})", 33 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Используйте 'https://whatmyuseragent.com/' (чтобы открыть) или 'https://developers.whatismybrowser.com/useragents/explore/' (чтобы выбрать) ваш желаемый пользовательский агент и скопируйте его здесь.", 38 "global.userAgentHelp": "Используйте 'https://whatmyuseragent.com/' (чтобы открыть) или 'https://developers.whatismybrowser.com/useragents/explore/' (чтобы выбрать) ваш желаемый пользовательский агент и скопируйте его здесь.",
39 "global.userAgentPref": "Пользовательский агент", 39 "global.userAgentPref": "Пользовательский агент",
40 "global.yes": "Да", 40 "global.yes": "Да",
41 "import.headline": "Импортировать ваши сервисы из Ferdi 4", 41 "import.headline": "Импортировать ваши сервисы из Ferdium 4",
42 "import.notSupportedHeadline": "Сервисы пока ещё не поддерживаются в Ferdi 5", 42 "import.notSupportedHeadline": "Сервисы пока ещё не поддерживаются в Ferdium 5",
43 "import.skip.label": "Я хочу добавить сервисы вручную", 43 "import.skip.label": "Я хочу добавить сервисы вручную",
44 "import.submit.label": "Импортировать {count} сервисов", 44 "import.submit.label": "Импортировать {count} сервисов",
45 "infobar.authRequestFailed": "При попытке выполнить запрос аутентификации произошли ошибки. Пожалуйста, попробуйте перезайти, если эта ошибка повторяется.", 45 "infobar.authRequestFailed": "При попытке выполнить запрос аутентификации произошли ошибки. Пожалуйста, попробуйте перезайти, если эта ошибка повторяется.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Скрыть", 49 "infobar.hide": "Скрыть",
50 "infobar.requiredRequestsFailed": "Невозможно загрузить сервисы и информацию пользователя", 50 "infobar.requiredRequestsFailed": "Невозможно загрузить сервисы и информацию пользователя",
51 "infobar.servicesUpdated": "Ваши сервисы были обновлены.", 51 "infobar.servicesUpdated": "Ваши сервисы были обновлены.",
52 "infobar.updateAvailable": "Доступно обновление Ferdi.", 52 "infobar.updateAvailable": "Доступно обновление Ferdium.",
53 "infobox.dismiss": "Отклонить", 53 "infobox.dismiss": "Отклонить",
54 "invite.email.label": "Адрес электронной почты", 54 "invite.email.label": "Адрес электронной почты",
55 "invite.headline.friends": "Пригласите 3-х друзей или коллег", 55 "invite.headline.friends": "Пригласите 3-х друзей или коллег",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Разблокировать паролем", 66 "locked.unlockWithPassword": "Разблокировать паролем",
67 "login.changeServer": "Изменить сервер", 67 "login.changeServer": "Изменить сервер",
68 "login.customServerQuestion": "Использовать учетную запись Franz для входа?", 68 "login.customServerQuestion": "Использовать учетную запись Franz для входа?",
69 "login.customServerSuggestion": "Попробовать импортировать ваш аккаунт Franz в Ferdi", 69 "login.customServerSuggestion": "Попробовать импортировать ваш аккаунт Franz в Ferdium",
70 "login.email.label": "Адрес электронной почты", 70 "login.email.label": "Адрес электронной почты",
71 "login.headline": "Вход", 71 "login.headline": "Вход",
72 "login.invalidCredentials": "Неправильный адрес электронной почты или пароль", 72 "login.invalidCredentials": "Неправильный адрес электронной почты или пароль",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Сессия устарела, пожалуйста, войдите снова.", 78 "login.tokenExpired": "Сессия устарела, пожалуйста, войдите снова.",
79 "menu.Todoss.closeTodosDrawer": "Закрыть панель задач Todos", 79 "menu.Todoss.closeTodosDrawer": "Закрыть панель задач Todos",
80 "menu.Todoss.openTodosDrawer": "Закрыть панель задач Todos", 80 "menu.Todoss.openTodosDrawer": "Закрыть панель задач Todos",
81 "menu.app.about": "О Ferdi", 81 "menu.app.about": "О Ferdium",
82 "menu.app.autohideMenuBar": "Автоматически скрывать панель", 82 "menu.app.autohideMenuBar": "Автоматически скрывать панель",
83 "menu.app.checkForUpdates": "Проверить обновления", 83 "menu.app.checkForUpdates": "Проверить обновления",
84 "menu.app.hide": "Скрыть", 84 "menu.app.hide": "Скрыть",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Журнал изменений", 104 "menu.help.changelog": "Журнал изменений",
105 "menu.help.debugInfo": "Скопировать отладочную информацию", 105 "menu.help.debugInfo": "Скопировать отладочную информацию",
106 "menu.help.debugInfoCopiedBody": "Ваша информация отладки была скопирована в буфер обмена.", 106 "menu.help.debugInfoCopiedBody": "Ваша информация отладки была скопирована в буфер обмена.",
107 "menu.help.debugInfoCopiedHeadline": "Отладочная информация Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Отладочная информация Ferdium",
108 "menu.help.importExportData": "Импорт/Экспорт данных конфигурации", 108 "menu.help.importExportData": "Импорт/Экспорт данных конфигурации",
109 "menu.help.learnMore": "Подробнее", 109 "menu.help.learnMore": "Подробнее",
110 "menu.help.privacy": "Политика конфиденциальности", 110 "menu.help.privacy": "Политика конфиденциальности",
@@ -121,9 +121,9 @@
121 "menu.view": "Вид", 121 "menu.view": "Вид",
122 "menu.view.back": "Назад", 122 "menu.view.back": "Назад",
123 "menu.view.forward": "Переслать", 123 "menu.view.forward": "Переслать",
124 "menu.view.lockFerdi": "Заблокировать Ferdi", 124 "menu.view.lockFerdium": "Заблокировать Ferdium",
125 "menu.view.openQuickSwitch": "Открыть меню быстрых действий", 125 "menu.view.openQuickSwitch": "Открыть меню быстрых действий",
126 "menu.view.reloadFerdi": "Перезапустить Ferdi", 126 "menu.view.reloadFerdium": "Перезапустить Ferdium",
127 "menu.view.reloadService": "Перезапустить сервис", 127 "menu.view.reloadService": "Перезапустить сервис",
128 "menu.view.reloadTodos": "Перезагрузка задач", 128 "menu.view.reloadTodos": "Перезагрузка задач",
129 "menu.view.resetZoom": "Фактический размер", 129 "menu.view.resetZoom": "Фактический размер",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} не смог загрузиться.", 161 "service.errorHandler.text": "{name} не смог загрузиться.",
162 "service.webviewLoader.loading": "Загрузка {service}", 162 "service.webviewLoader.loading": "Загрузка {service}",
163 "services.getStarted": "Начать работу", 163 "services.getStarted": "Начать работу",
164 "services.login": "Пожалуйста, войдите, чтобы использовать Ferdi.", 164 "services.login": "Пожалуйста, войдите, чтобы использовать Ferdium.",
165 "services.serverInfo": "При необходимости вы можете изменить ваш сервер Ferdi, нажав на иконку в левом нижнем углу. Если вы переключаетесь (с одного из серверов хостинга) на использование Ferdi без учетной записи, примите к сведению, что вы можете экспортировать ваши данные с этого сервера и затем импортировать их с помощью меню справки, чтобы восстановить все ваши рабочие окружения и подключенные сервисы!", 165 "services.serverInfo": "При необходимости вы можете изменить ваш сервер Ferdium, нажав на иконку в левом нижнем углу. Если вы переключаетесь (с одного из серверов хостинга) на использование Ferdium без учетной записи, примите к сведению, что вы можете экспортировать ваши данные с этого сервера и затем импортировать их с помощью меню справки, чтобы восстановить все ваши рабочие окружения и подключенные сервисы!",
166 "services.serverless": "Использовать Ferdi без учетной записи", 166 "services.serverless": "Использовать Ferdium без учетной записи",
167 "settings.account.account.editButton": "Редактировать учетную запись", 167 "settings.account.account.editButton": "Редактировать учетную запись",
168 "settings.account.accountUnavailable": "Учетная запись недоступна", 168 "settings.account.accountUnavailable": "Учетная запись недоступна",
169 "settings.account.accountUnavailableInfo": "Вы используете Ferdi без учетной записи. Если вы желаете использовать Ferdi с учетной записью и сохранить ваши сервисы синхронизированными между установками, пожалуйста, выберите сервер на вкладке Настройки и войдите в систему.", 169 "settings.account.accountUnavailableInfo": "Вы используете Ferdium без учетной записи. Если вы желаете использовать Ferdium с учетной записью и сохранить ваши сервисы синхронизированными между установками, пожалуйста, выберите сервер на вкладке Настройки и войдите в систему.",
170 "settings.account.buttonSave": "Обновить профиль", 170 "settings.account.buttonSave": "Обновить профиль",
171 "settings.account.deleteAccount": "Удалить учетную запись", 171 "settings.account.deleteAccount": "Удалить учетную запись",
172 "settings.account.deleteEmailSent": "Вам выслано письмо со ссылкой для подтверждения удаления аккаунта. После этого ваш аккаунт и данные не смогут быть восстановлены!", 172 "settings.account.deleteEmailSent": "Вам выслано письмо со ссылкой для подтверждения удаления аккаунта. После этого ваш аккаунт и данные не смогут быть восстановлены!",
173 "settings.account.deleteInfo": "Если вам больше не нужна ваша учетная запись в Ferdi, вы можете удалить аккаунт и всю связанную с ней информацию.", 173 "settings.account.deleteInfo": "Если вам больше не нужна ваша учетная запись в Ferdium, вы можете удалить аккаунт и всю связанную с ней информацию.",
174 "settings.account.headline": "Учетная запись", 174 "settings.account.headline": "Учетная запись",
175 "settings.account.headlineAccount": "Информация об учетной записи", 175 "settings.account.headlineAccount": "Информация об учетной записи",
176 "settings.account.headlineDangerZone": "Опасная зона", 176 "settings.account.headlineDangerZone": "Опасная зона",
@@ -181,12 +181,12 @@
181 "settings.account.tryReloadServices": "Попробовать снова", 181 "settings.account.tryReloadServices": "Попробовать снова",
182 "settings.account.tryReloadUserInfoRequest": "Попробовать снова", 182 "settings.account.tryReloadUserInfoRequest": "Попробовать снова",
183 "settings.account.userInfoRequestFailed": "Невозможно загрузить информацию пользователя", 183 "settings.account.userInfoRequestFailed": "Невозможно загрузить информацию пользователя",
184 "settings.account.yourLicense": "Ваша лицензия Ferdi:", 184 "settings.account.yourLicense": "Ваша лицензия Ferdium:",
185 "settings.app.accentColorInfo": "Напишите свой акцентный цвет в совместимом с CSS-формате. (По умолчанию: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Напишите свой акцентный цвет в совместимом с CSS-формате. (По умолчанию: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Очистить кэш", 186 "settings.app.buttonClearAllCache": "Очистить кэш",
187 "settings.app.buttonInstallUpdate": "Перезапустить и установить обновления", 187 "settings.app.buttonInstallUpdate": "Перезапустить и установить обновления",
188 "settings.app.buttonOpenFerdiProfileFolder": "Открыть папку профиля", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Открыть папку профиля",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Открыть папку сервисных протоколов", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Открыть папку сервисных протоколов",
190 "settings.app.buttonSearchForUpdate": "Проверить обновления", 190 "settings.app.buttonSearchForUpdate": "Проверить обновления",
191 "settings.app.cacheInfo": "Кэш занимает {size} на диске.", 191 "settings.app.cacheInfo": "Кэш занимает {size} на диске.",
192 "settings.app.cacheNotCleared": "Не удалось очистить весь кэш", 192 "settings.app.cacheNotCleared": "Не удалось очистить весь кэш",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Синхронизировать темный режим с настройками темных режимов моей ОС", 196 "settings.app.form.adaptableDarkMode": "Синхронизировать темный режим с настройками темных режимов моей ОС",
197 "settings.app.form.alwaysShowWorkspaces": "Всегда показывать меню рабочего окружения", 197 "settings.app.form.alwaysShowWorkspaces": "Всегда показывать меню рабочего окружения",
198 "settings.app.form.autoLaunchInBackground": "Открывать в фоне", 198 "settings.app.form.autoLaunchInBackground": "Открывать в фоне",
199 "settings.app.form.autoLaunchOnStart": "Запускать Ferdi при старте", 199 "settings.app.form.autoLaunchOnStart": "Запускать Ferdium при старте",
200 "settings.app.form.automaticUpdates": "Включить обновления", 200 "settings.app.form.automaticUpdates": "Включить обновления",
201 "settings.app.form.beta": "Включить предварительные релизы", 201 "settings.app.form.beta": "Включить предварительные релизы",
202 "settings.app.form.clipboardNotifications": "Не показывать уведомления о событиях в буфере обмена", 202 "settings.app.form.clipboardNotifications": "Не показывать уведомления о событиях в буфере обмена",
203 "settings.app.form.closeToSystemTray": "При закрытии сворачивать Ferdi в системный трей", 203 "settings.app.form.closeToSystemTray": "При закрытии сворачивать Ferdium в системный трей",
204 "settings.app.form.confirmOnQuit": "Запросить подтверждение при выходе из Ferdi", 204 "settings.app.form.confirmOnQuit": "Запросить подтверждение при выходе из Ferdium",
205 "settings.app.form.customTodoServer": "Пользовательсикй сервер (задач)", 205 "settings.app.form.customTodoServer": "Пользовательсикй сервер (задач)",
206 "settings.app.form.darkMode": "Включить Тёмный режим", 206 "settings.app.form.darkMode": "Включить Тёмный режим",
207 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU", 207 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Включить глобальную комбинацию клавиш для скрытия Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Включить глобальную комбинацию клавиш для скрытия Ferdium",
209 "settings.app.form.enableLock": "Включить блокировку паролем", 209 "settings.app.form.enableLock": "Включить блокировку паролем",
210 "settings.app.form.enableLongPressServiceHint": "Включить подсказку горячих клавиш сервиса при длительном нажатии", 210 "settings.app.form.enableLongPressServiceHint": "Включить подсказку горячих клавиш сервиса при длительном нажатии",
211 "settings.app.form.enableMenuBar": "Всегда показывать Ferdi в меню", 211 "settings.app.form.enableMenuBar": "Всегда показывать Ferdium в меню",
212 "settings.app.form.enableSpellchecking": "Включить проверку правописания", 212 "settings.app.form.enableSpellchecking": "Включить проверку правописания",
213 "settings.app.form.enableSystemTray": "Всегда показывать значок Ferdi в системном трее", 213 "settings.app.form.enableSystemTray": "Всегда показывать значок Ferdium в системном трее",
214 "settings.app.form.enableTodos": "Включить задания Ferdi", 214 "settings.app.form.enableTodos": "Включить задания Ferdium",
215 "settings.app.form.hibernateOnStartup": "Оставлять сервисы в состоянии глубокого сна во время запуска", 215 "settings.app.form.hibernateOnStartup": "Оставлять сервисы в состоянии глубокого сна во время запуска",
216 "settings.app.form.hibernationStrategy": "Стратегия гибернации", 216 "settings.app.form.hibernationStrategy": "Стратегия гибернации",
217 "settings.app.form.iconSize": "Размер иконки сервиса", 217 "settings.app.form.iconSize": "Размер иконки сервиса",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Сохранить все рабочие окружения загруженными", 219 "settings.app.form.keepAllWorkspacesLoaded": "Сохранить все рабочие окружения загруженными",
220 "settings.app.form.language": "Язык", 220 "settings.app.form.language": "Язык",
221 "settings.app.form.lockPassword": "Пароль", 221 "settings.app.form.lockPassword": "Пароль",
222 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей", 222 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdium в системный трей",
223 "settings.app.form.navigationBarBehaviour": "Поведение панели навигации", 223 "settings.app.form.navigationBarBehaviour": "Поведение панели навигации",
224 "settings.app.form.notifyTaskBarOnMessage": "Уведомления в панели задач о новых сообщениях", 224 "settings.app.form.notifyTaskBarOnMessage": "Уведомления в панели задач о новых сообщениях",
225 "settings.app.form.passwordToggle": "Изменить пароль", 225 "settings.app.form.passwordToggle": "Изменить пароль",
226 "settings.app.form.predefinedTodoServer": "Сервер задач", 226 "settings.app.form.predefinedTodoServer": "Сервер задач",
227 "settings.app.form.privateNotifications": "Не показывать содержимое сообщений в уведомлениях", 227 "settings.app.form.privateNotifications": "Не показывать содержимое сообщений в уведомлениях",
228 "settings.app.form.reloadAfterResume": "Перезагрузить Ферди после возобновления системы", 228 "settings.app.form.reloadAfterResume": "Перезагрузить Ферди после возобновления системы",
229 "settings.app.form.runInBackground": "Оставлять Ferdi в фоне при закрытии окна", 229 "settings.app.form.runInBackground": "Оставлять Ferdium в фоне при закрытии окна",
230 "settings.app.form.scheduledDNDEnabled": "Включить запланированный режим \"не беспокоить\"", 230 "settings.app.form.scheduledDNDEnabled": "Включить запланированный режим \"не беспокоить\"",
231 "settings.app.form.scheduledDNDEnd": "Кому", 231 "settings.app.form.scheduledDNDEnd": "Кому",
232 "settings.app.form.scheduledDNDStart": "От", 232 "settings.app.form.scheduledDNDStart": "От",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Включить раздельный режим просмотра", 241 "settings.app.form.splitMode": "Включить раздельный режим просмотра",
242 "settings.app.form.startMinimized": "Запускать свернутым", 242 "settings.app.form.startMinimized": "Запускать свернутым",
243 "settings.app.form.universalDarkMode": "Включить универсальный темный режим", 243 "settings.app.form.universalDarkMode": "Включить универсальный темный режим",
244 "settings.app.form.useTouchIdToUnlock": "Разрешить разблокировку Ferdi по TouchID", 244 "settings.app.form.useTouchIdToUnlock": "Разрешить разблокировку Ferdium по TouchID",
245 "settings.app.form.useVerticalStyle": "Использовать горизонтальный стиль", 245 "settings.app.form.useVerticalStyle": "Использовать горизонтальный стиль",
246 "settings.app.form.wakeUpHibernationSplay": "Чередование циклов cна/пробуждения для уменьшения нагрузки", 246 "settings.app.form.wakeUpHibernationSplay": "Чередование циклов cна/пробуждения для уменьшения нагрузки",
247 "settings.app.form.wakeUpHibernationStrategy": "Действия после автоматического просыпания", 247 "settings.app.form.wakeUpHibernationStrategy": "Действия после автоматического просыпания",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Язык", 252 "settings.app.headlineLanguage": "Язык",
253 "settings.app.headlinePrivacy": "Конфиденциальность", 253 "settings.app.headlinePrivacy": "Конфиденциальность",
254 "settings.app.headlineUpdates": "Обновления", 254 "settings.app.headlineUpdates": "Обновления",
255 "settings.app.hibernateInfo": "По умолчанию, Ferdi оставит все ваши сервисы открытыми и загружеными в фоновом режиме, чтобы они были готовы к использованию. Спящий режим выгрузит ваши сервисы после заданного количества минут. Это полезно для экономии памяти и/или оптимальной работы компьютера.", 255 "settings.app.hibernateInfo": "По умолчанию, Ferdium оставит все ваши сервисы открытыми и загружеными в фоновом режиме, чтобы они были готовы к использованию. Спящий режим выгрузит ваши сервисы после заданного количества минут. Это полезно для экономии памяти и/или оптимальной работы компьютера.",
256 "settings.app.inactivityLockInfo": "минут бездействия, после чего Ferdi будет автоматически блокироваться. Используйте 0, чтобы отключить", 256 "settings.app.inactivityLockInfo": "минут бездействия, после чего Ferdium будет автоматически блокироваться. Используйте 0, чтобы отключить",
257 "settings.app.lockInfo": "Блокировка паролем позволяет защитить ваши сообщения.\nПри использовании блокировки паролем вам будет предложено вводить пароль каждый раз, когда вы запускаете Ferdi или блокируете Ферди с помощью символа блокировки в левом нижнем углу или ярлыка {lockShortcut}.", 257 "settings.app.lockInfo": "Блокировка паролем позволяет защитить ваши сообщения.\nПри использовании блокировки паролем вам будет предложено вводить пароль каждый раз, когда вы запускаете Ferdium или блокируете Ферди с помощью символа блокировки в левом нижнем углу или ярлыка {lockShortcut}.",
258 "settings.app.lockedPassword": "Пароль", 258 "settings.app.lockedPassword": "Пароль",
259 "settings.app.lockedPasswordInfo": "Пожалуйста, убедитесь, что установлен пароль, который вы запомните.\nЕсли вы потеряете этот пароль, вам придется переустановить Ferdi.", 259 "settings.app.lockedPasswordInfo": "Пожалуйста, убедитесь, что установлен пароль, который вы запомните.\nЕсли вы потеряете этот пароль, вам придется переустановить Ferdium.",
260 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения", 260 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения",
261 "settings.app.scheduledDNDInfo": "Запланированный режим \"не беспокоить\" позволяет вам определить период времени, в течение которого вы не желаете получать уведомления от Ferdi.", 261 "settings.app.scheduledDNDInfo": "Запланированный режим \"не беспокоить\" позволяет вам определить период времени, в течение которого вы не желаете получать уведомления от Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Время в 24-часовом формате. Время окончания может быть раньше времени начала (например, начало 17:00, конец 09:00), чтобы включить ночной режим \"не беспокоить\".", 262 "settings.app.scheduledDNDTimeInfo": "Время в 24-часовом формате. Время окончания может быть раньше времени начала (например, начало 17:00, конец 09:00), чтобы включить ночной режим \"не беспокоить\".",
263 "settings.app.sentryInfo": "Отправка телеметрии позволяет нам находить ошибки в Ferdi - мы не будем отправлять никакой личной информации, включая ваши сообщения!", 263 "settings.app.sentryInfo": "Отправка телеметрии позволяет нам находить ошибки в Ferdium - мы не будем отправлять никакой личной информации, включая ваши сообщения!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi использует встроенную проверку орфографии вашего устройства. Если вы желаете изменить язык проверки орфографии, вы можете произвести это в системных настройках вашего устройства.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium использует встроенную проверку орфографии вашего устройства. Если вы желаете изменить язык проверки орфографии, вы можете произвести это в системных настройках вашего устройства.",
265 "settings.app.subheadlineCache": "Кэш", 265 "settings.app.subheadlineCache": "Кэш",
266 "settings.app.subheadlineFerdiProfile": "Профиль Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Профиль Ferdium",
267 "settings.app.todoServerInfo": "Этот сервер будет использоваться для функции задач \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Этот сервер будет использоваться для функции задач \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Помогите нам перевести Ferdi на ваш язык.", 268 "settings.app.translationHelp": "Помогите нам перевести Ferdium на ваш язык.",
269 "settings.app.universalDarkModeInfo": "Универсальный темный режим старается динамично генерировать стили темных режимов для сервисов, которые в настоящее время не поддерживают этот режим.", 269 "settings.app.universalDarkModeInfo": "Универсальный темный режим старается динамично генерировать стили темных режимов для сервисов, которые в настоящее время не поддерживают этот режим.",
270 "settings.app.updateStatusAvailable": "Доступно обновление, идёт загрузка...", 270 "settings.app.updateStatusAvailable": "Доступно обновление, идёт загрузка...",
271 "settings.app.updateStatusSearching": "Поиск обновлений...", 271 "settings.app.updateStatusSearching": "Поиск обновлений...",
272 "settings.app.updateStatusUpToDate": "Вы используете актуальную версию Ferdi", 272 "settings.app.updateStatusUpToDate": "Вы используете актуальную версию Ferdium",
273 "settings.invite.headline": "Пригласить друзей", 273 "settings.invite.headline": "Пригласить друзей",
274 "settings.navigation.account": "Учетная запись", 274 "settings.navigation.account": "Учетная запись",
275 "settings.navigation.availableServices": "Доступные сервисы", 275 "settings.navigation.availableServices": "Доступные сервисы",
276 "settings.navigation.logout": "Выход", 276 "settings.navigation.logout": "Выход",
277 "settings.navigation.supportFerdi": "О Ferdi", 277 "settings.navigation.supportFerdium": "О Ferdium",
278 "settings.navigation.team": "Управление Командой", 278 "settings.navigation.team": "Управление Командой",
279 "settings.navigation.yourServices": "Ваши сервисы", 279 "settings.navigation.yourServices": "Ваши сервисы",
280 "settings.navigation.yourWorkspaces": "Ваши окружения", 280 "settings.navigation.yourWorkspaces": "Ваши окружения",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Доступные сервисы", 289 "settings.recipes.headline": "Доступные сервисы",
290 "settings.recipes.missingService": "Не можете найти сервис?", 290 "settings.recipes.missingService": "Не можете найти сервис?",
291 "settings.recipes.mostPopular": "Наиболее популярное", 291 "settings.recipes.mostPopular": "Наиболее популярное",
292 "settings.recipes.nothingFound": "Извините, но сервис не соответствует вашему поисковому запросу - но вы все еще можете добавить его, используя опцию \"Пользовательский сайт\". Пожалуйста, обратите внимание, что на сайте может отображаться больше служб, которые могли быть добавлены в новых версиях Ferdi. Для получения новых сервисов, пожалуйста, обновите Ferdi до актуальной версии.", 292 "settings.recipes.nothingFound": "Извините, но сервис не соответствует вашему поисковому запросу - но вы все еще можете добавить его, используя опцию \"Пользовательский сайт\". Пожалуйста, обратите внимание, что на сайте может отображаться больше служб, которые могли быть добавлены в новых версиях Ferdium. Для получения новых сервисов, пожалуйста, обновите Ferdium до актуальной версии.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Сервис успешно добавлен",
294 "settings.searchService": "Найти сервис", 294 "settings.searchService": "Найти сервис",
295 "settings.service.error.goBack": "Вернуться к сервисам", 295 "settings.service.error.goBack": "Вернуться к сервисам",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Открыть user.js", 329 "settings.service.form.openUserJs": "Открыть user.js",
330 "settings.service.form.proxy.headline": "Настройки Прокси HTTP/HTTPS", 330 "settings.service.form.proxy.headline": "Настройки Прокси HTTP/HTTPS",
331 "settings.service.form.proxy.host": "Прокси Host/IP", 331 "settings.service.form.proxy.host": "Прокси Host/IP",
332 "settings.service.form.proxy.info": "Настройки прокси не будут синхронизироваться с серверами Ferdi.", 332 "settings.service.form.proxy.info": "Настройки прокси не будут синхронизироваться с серверами Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Использовать прокси", 333 "settings.service.form.proxy.isEnabled": "Использовать прокси",
334 "settings.service.form.proxy.password": "Пароль (опционально)", 334 "settings.service.form.proxy.password": "Пароль (опционально)",
335 "settings.service.form.proxy.port": "Порт", 335 "settings.service.form.proxy.port": "Порт",
336 "settings.service.form.proxy.restartInfo": "Пожалуйста перезапустите Ferdi после изменения настроек прокси.", 336 "settings.service.form.proxy.restartInfo": "Пожалуйста перезапустите Ferdium после изменения настроек прокси.",
337 "settings.service.form.proxy.user": "Пользователь (опционально)", 337 "settings.service.form.proxy.user": "Пользователь (опционально)",
338 "settings.service.form.recipeFileInfo": "Ваши пользовательские файлы будут вставлены на веб-страницу, чтобы вы могли настроить сервисы в любом удобном вам виде. Файлы пользователей хранятся только локально и не передаются на другие компьютеры, использующие ту же учетную запись.", 338 "settings.service.form.recipeFileInfo": "Ваши пользовательские файлы будут вставлены на веб-страницу, чтобы вы могли настроить сервисы в любом удобном вам виде. Файлы пользователей хранятся только локально и не передаются на другие компьютеры, использующие ту же учетную запись.",
339 "settings.service.form.saveButton": "Сохранить сервис", 339 "settings.service.form.saveButton": "Сохранить сервис",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Все звуки отключены", 352 "settings.services.tooltip.isMuted": "Все звуки отключены",
353 "settings.services.tooltip.notificationsDisabled": "Уведомления отключены", 353 "settings.services.tooltip.notificationsDisabled": "Уведомления отключены",
354 "settings.services.updatedInfo": "Ваши изменения были сохранены", 354 "settings.services.updatedInfo": "Ваши изменения были сохранены",
355 "settings.supportFerdi.about": "Поддержкой Ferdi занимаются волонтёры. Люди, которые использую Ferdi, как и Вы. Они поддерживают, исправляют и улучшают Ferdi в свободное время.", 355 "settings.supportFerdium.about": "Поддержкой Ferdium занимаются волонтёры. Люди, которые использую Ferdium, как и Вы. Они поддерживают, исправляют и улучшают Ferdium в свободное время.",
356 "settings.supportFerdi.aboutIntro": "Особая благодарность этим потрясающим людям:", 356 "settings.supportFerdium.aboutIntro": "Особая благодарность этим потрясающим людям:",
357 "settings.supportFerdi.headline": "О Ferdi", 357 "settings.supportFerdium.headline": "О Ferdium",
358 "settings.team.contentHeadline": "Команда управления Franz ", 358 "settings.team.contentHeadline": "Команда управления Franz ",
359 "settings.team.copy": "Сервис управления командой Franz позволяет управлять подпиской Franz для нескольких пользователей. Пожалуйста, имейте в виду, что подписка Franz Premium не даст Вам никаких преимуществ в использовании Ferdi. Единственной причиной, почему Вы еще имеете доступ к управлению командой, состоит в том, чтобы Вы могли управлять своими прежними командами Franz Teams и чтобы Вы не потеряли никаких функций управления своей учетной записью.", 359 "settings.team.copy": "Сервис управления командой Franz позволяет управлять подпиской Franz для нескольких пользователей. Пожалуйста, имейте в виду, что подписка Franz Premium не даст Вам никаких преимуществ в использовании Ferdium. Единственной причиной, почему Вы еще имеете доступ к управлению командой, состоит в том, чтобы Вы могли управлять своими прежними командами Franz Teams и чтобы Вы не потеряли никаких функций управления своей учетной записью.",
360 "settings.team.headline": "Команда", 360 "settings.team.headline": "Команда",
361 "settings.team.intro": "Сейчас вы используете серверы Franz, поэтому у Вас есть доступ к управлению командой.", 361 "settings.team.intro": "Сейчас вы используете серверы Franz, поэтому у Вас есть доступ к управлению командой.",
362 "settings.team.manageAction": "Управляйте вашей командой на meetfranz.com", 362 "settings.team.manageAction": "Управляйте вашей командой на meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Вы еще не создали ни одной рабочей области.", 385 "settings.workspaces.noWorkspacesAdded": "Вы еще не создали ни одной рабочей области.",
386 "settings.workspaces.tryReloadWorkspaces": "Попробовать снова", 386 "settings.workspaces.tryReloadWorkspaces": "Попробовать снова",
387 "settings.workspaces.updatedInfo": "Ваши изменения были сохранены", 387 "settings.workspaces.updatedInfo": "Ваши изменения были сохранены",
388 "settings.workspaces.workspaceFeatureHeadline": "Меньше - больше: знакомство с рабочими окружениями Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Меньше - больше: знакомство с рабочими окружениями Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Рабочие окружения Ferdi позволяют вам фокусироваться на том, что важно на текущий момент. Установите разные наборы сервисов и легко переключайтесь между ними в любое время. Только вы решаете, какие сервисы вам необходимы здесь и сейчас, а мы можем помочь вам достичь совершенства или отключиться от работы, по своему усмотрению.", 389 "settings.workspaces.workspaceFeatureInfo": "Рабочие окружения Ferdium позволяют вам фокусироваться на том, что важно на текущий момент. Установите разные наборы сервисов и легко переключайтесь между ними в любое время. Только вы решаете, какие сервисы вам необходимы здесь и сейчас, а мы можем помочь вам достичь совершенства или отключиться от работы, по своему усмотрению.",
390 "settings.workspaces.workspacesRequestFailed": "Ошибка загрузки ваших рабочих областей", 390 "settings.workspaces.workspacesRequestFailed": "Ошибка загрузки ваших рабочих областей",
391 "setupAssistant.headline": "Давайте начнем", 391 "setupAssistant.headline": "Давайте начнем",
392 "setupAssistant.subheadline": "Сделайте свой выбор среди наиболее популярных сервисов и возвращайтесь к своим сообщениям прямо сейчас.", 392 "setupAssistant.subheadline": "Сделайте свой выбор среди наиболее популярных сервисов и возвращайтесь к своим сообщениям прямо сейчас.",
393 "setupAssistant.submit.label": "Начнем", 393 "setupAssistant.submit.label": "Начнем",
394 "sidebar.addNewService": "Добавить новый сервис", 394 "sidebar.addNewService": "Добавить новый сервис",
395 "sidebar.closeTodosDrawer": "Закрыть невыполненные заданий Ferdi", 395 "sidebar.closeTodosDrawer": "Закрыть невыполненные заданий Ferdium",
396 "sidebar.closeWorkspaceDrawer": "Закрыть меню окружения", 396 "sidebar.closeWorkspaceDrawer": "Закрыть меню окружения",
397 "sidebar.lockFerdi": "Заблокировать Ferdi", 397 "sidebar.lockFerdium": "Заблокировать Ferdium",
398 "sidebar.muteApp": "Отключить уведомления и звук", 398 "sidebar.muteApp": "Отключить уведомления и звук",
399 "sidebar.openTodosDrawer": "Открыть задания Ferdi", 399 "sidebar.openTodosDrawer": "Открыть задания Ferdium",
400 "sidebar.openWorkspaceDrawer": "Открыть меню окружений", 400 "sidebar.openWorkspaceDrawer": "Открыть меню окружений",
401 "sidebar.unmuteApp": "Включить уведомления и звук", 401 "sidebar.unmuteApp": "Включить уведомления и звук",
402 "signup.email.label": "Адрес электронной почты", 402 "signup.email.label": "Адрес электронной почты",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Имя", 404 "signup.firstname.label": "Имя",
405 "signup.headline": "Регистрация", 405 "signup.headline": "Регистрация",
406 "signup.lastname.label": "Фамилия", 406 "signup.lastname.label": "Фамилия",
407 "signup.legal.info": "Создавая аккаунт Ferdi, вы принимаете", 407 "signup.legal.info": "Создавая аккаунт Ferdium, вы принимаете",
408 "signup.legal.privacy": "Политика конфиденциальности", 408 "signup.legal.privacy": "Политика конфиденциальности",
409 "signup.legal.terms": "Условия обслуживания", 409 "signup.legal.terms": "Условия обслуживания",
410 "signup.link.login": "Уже есть аккаунт, войти?", 410 "signup.link.login": "Уже есть аккаунт, войти?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Окружения", 440 "workspaceDrawer.headline": "Окружения",
441 "workspaceDrawer.item.contextMenuEdit": "редактировать", 441 "workspaceDrawer.item.contextMenuEdit": "редактировать",
442 "workspaceDrawer.item.noServicesAddedYet": "Нет добавленных сервисов", 442 "workspaceDrawer.item.noServicesAddedYet": "Нет добавленных сервисов",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Рабочие окружения Ferdi позволяют вма сфокусироваться на том, что важно на текущий момент. Установите разные наборы сервисов и легко переключайтесь между ними в любое время.</p><p>Только вы решаете, какие сервисы вам необходимы здесь и сейчас, а мы можем вам помочь достичь совершенства или отключиться от работы, по своему усмотрению.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Рабочие окружения Ferdium позволяют вма сфокусироваться на том, что важно на текущий момент. Установите разные наборы сервисов и легко переключайтесь между ними в любое время.</p><p>Только вы решаете, какие сервисы вам необходимы здесь и сейчас, а мы можем вам помочь достичь совершенства или отключиться от работы, по своему усмотрению.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Изменить настройки рабочих областей", 444 "workspaceDrawer.workspacesSettingsTooltip": "Изменить настройки рабочих областей",
445 "workspaces.switchingIndicator.switchingTo": "Переключение на" 445 "workspaces.switchingIndicator.switchingTo": "Переключение на"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index 10b448e6d..627d32c4d 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "සේවාදායකය", 6 "changeserver.label": "සේවාදායකය",
7 "changeserver.urlError": "වලංගු ඒ.ස.නි. යොදන්න", 7 "changeserver.urlError": "වලංගු ඒ.ස.නි. යොදන්න",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "සේවාව යළි පූරණය", 9 "connectionLostBanner.cta": "සේවාව යළි පූරණය",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "රහස්‍යතා ප්‍රතිපත්තිය", 15 "feature.publishDebugInfo.privacy": "රහස්‍යතා ප්‍රතිපත්තිය",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "සොයන්න...", 21 "feature.quickSwitch.search": "සොයන්න...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "අවලංගු", 24 "global.cancel": "අවලංගු",
25 "global.edit": "සංස්කරණය", 25 "global.edit": "සංස්කරණය",
26 "global.no": "නැහැ", 26 "global.no": "නැහැ",
@@ -39,7 +39,7 @@
39 "global.userAgentPref": "පරිශීලක නියෝතය", 39 "global.userAgentPref": "පරිශීලක නියෝතය",
40 "global.yes": "ඔව්", 40 "global.yes": "ඔව්",
41 "import.headline": "ෆර්ඩි 4 සේවා අයාත කරන්න", 41 "import.headline": "ෆර්ඩි 4 සේවා අයාත කරන්න",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "සඟවන්න", 49 "infobar.hide": "සඟවන්න",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "දකින්න", 121 "menu.view": "දකින්න",
122 "menu.view.back": "ආපසු", 122 "menu.view.back": "ආපසු",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "ෆර්ඩි අගුළුලන්න", 124 "menu.view.lockFerdium": "ෆර්ඩි අගුළුලන්න",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "ෆර්ඩි යළි පූරණය", 126 "menu.view.reloadFerdium": "ෆර්ඩි යළි පූරණය",
127 "menu.view.reloadService": "සේවාව යළි පූරණය", 127 "menu.view.reloadService": "සේවාව යළි පූරණය",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "සැබෑ ප්‍රමාණය", 129 "menu.view.resetZoom": "සැබෑ ප්‍රමාණය",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "{service} පූරණය වෙමින්", 162 "service.webviewLoader.loading": "{service} පූරණය වෙමින්",
163 "services.getStarted": "පටන් ගන්න", 163 "services.getStarted": "පටන් ගන්න",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "ගිණුම සංස්කරණය", 167 "settings.account.account.editButton": "ගිණුම සංස්කරණය",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "පැතිකඩ යාවත්කාලය", 170 "settings.account.buttonSave": "පැතිකඩ යාවත්කාලය",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "ගිණුම", 174 "settings.account.headline": "ගිණුම",
175 "settings.account.headlineAccount": "ගිණුමේ තොරතුරු", 175 "settings.account.headlineAccount": "ගිණුමේ තොරතුරු",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -185,10 +185,10 @@
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "පැතිකඩ බහාලුම විවෘත", 188 "settings.app.buttonOpenFerdiumProfileFolder": "පැතිකඩ බහාලුම විවෘත",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "සැකසුම් වසන්න", 193 "settings.app.closeSettings": "සැකසුම් වසන්න",
194 "settings.app.currentVersion": "වත්මන් අනුවාදය:", 194 "settings.app.currentVersion": "වත්මන් අනුවාදය:",
@@ -200,18 +200,18 @@
200 "settings.app.form.automaticUpdates": "යාවත්කාල සබල කරන්න", 200 "settings.app.form.automaticUpdates": "යාවත්කාල සබල කරන්න",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "වෙතින්", 232 "settings.app.form.scheduledDNDStart": "වෙතින්",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "රහස්‍යතාව", 253 "settings.app.headlinePrivacy": "රහස්‍යතාව",
254 "settings.app.headlineUpdates": "යාවත්කාල", 254 "settings.app.headlineUpdates": "යාවත්කාල",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "නිහිතය", 265 "settings.app.subheadlineCache": "නිහිතය",
266 "settings.app.subheadlineFerdiProfile": "ෆර්ඩි පැතිකඩ", 266 "settings.app.subheadlineFerdiumProfile": "ෆර්ඩි පැතිකඩ",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "ගිණුම", 274 "settings.navigation.account": "ගිණුම",
275 "settings.navigation.availableServices": "තිබෙන සේවා", 275 "settings.navigation.availableServices": "තිබෙන සේවා",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "ෆර්ඩි පිළිබඳව", 277 "settings.navigation.supportFerdium": "ෆර්ඩි පිළිබඳව",
278 "settings.navigation.team": "කණ්ඩායම කළමනාකරණය", 278 "settings.navigation.team": "කණ්ඩායම කළමනාකරණය",
279 "settings.navigation.yourServices": "ඔබගේ සේවා", 279 "settings.navigation.yourServices": "ඔබගේ සේවා",
280 "settings.navigation.yourWorkspaces": "ඔබගේ වැඩබිම්", 280 "settings.navigation.yourWorkspaces": "ඔබගේ වැඩබිම්",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "තිබෙන සේවා", 289 "settings.recipes.headline": "තිබෙන සේවා",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "user.js විවෘත කරන්න", 329 "settings.service.form.openUserJs": "user.js විවෘත කරන්න",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "සියළුම ශබ්ද නිහඬයි", 352 "settings.services.tooltip.isMuted": "සියළුම ශබ්ද නිහඬයි",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "ෆර්ඩි පිළිබඳව", 357 "settings.supportFerdium.headline": "ෆර්ඩි පිළිබඳව",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "කණ්ඩායම", 360 "settings.team.headline": "කණ්ඩායම",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "යළි උත්සාහය", 386 "settings.workspaces.tryReloadWorkspaces": "යළි උත්සාහය",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "ෆර්ඩි අගුළුලන්න", 397 "sidebar.lockFerdium": "ෆර්ඩි අගුළුලන්න",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "පළමු නම", 404 "signup.firstname.label": "පළමු නම",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "අවසාන නම", 406 "signup.lastname.label": "අවසාන නම",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "සංස්කරණය", 441 "workspaceDrawer.item.contextMenuEdit": "සංස්කරණය",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index d21768f75..1fc70e950 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Zmeniť server", 5 "changeserver.headline": "Zmeniť server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Zadajte platnú adresu URL", 7 "changeserver.urlError": "Zadajte platnú adresu URL",
8 "changeserver.warning": "Extra nastavenia z Ferdi nebudú uložené", 8 "changeserver.warning": "Extra nastavenia z Ferdium nebudú uložené",
9 "connectionLostBanner.cta": "Obnoviť službu", 9 "connectionLostBanner.cta": "Obnoviť službu",
10 "connectionLostBanner.informationLink": "Čo sa stalo?", 10 "connectionLostBanner.informationLink": "Čo sa stalo?",
11 "connectionLostBanner.message": "Och nie! Ferdi stratil pripojenie k {name}.", 11 "connectionLostBanner.message": "Och nie! Ferdium stratil pripojenie k {name}.",
12 "feature.basicAuth.signIn": "Prihlásiť sa", 12 "feature.basicAuth.signIn": "Prihlásiť sa",
13 "feature.publishDebugInfo.error": "Pri zverejňovaní debug informácií nastala chyba. Skúste to neskôr alebo si zobrazte konzolu pre viac informácií.", 13 "feature.publishDebugInfo.error": "Pri zverejňovaní debug informácií nastala chyba. Skúste to neskôr alebo si zobrazte konzolu pre viac informácií.",
14 "feature.publishDebugInfo.info": "Zverejnenie debug informácií nám pomáha identifikovať problémy a chyby vo Ferdi. Zverejnením týchto informácií akceptujete zásady ochrany osobných údajov a podmienky služby Ferdi", 14 "feature.publishDebugInfo.info": "Zverejnenie debug informácií nám pomáha identifikovať problémy a chyby vo Ferdium. Zverejnením týchto informácií akceptujete zásady ochrany osobných údajov a podmienky služby Ferdium",
15 "feature.publishDebugInfo.privacy": "Ochrana osobných údajov", 15 "feature.publishDebugInfo.privacy": "Ochrana osobných údajov",
16 "feature.publishDebugInfo.publish": "Prijať a zverejniť", 16 "feature.publishDebugInfo.publish": "Prijať a zverejniť",
17 "feature.publishDebugInfo.published": "Vaše debug informácie boli zverejnené a teraz sú dostupné na", 17 "feature.publishDebugInfo.published": "Vaše debug informácie boli zverejnené a teraz sú dostupné na",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Vyberte službu s TAB, ↑ a ↓. Otvorte službu s ENTER.", 20 "feature.quickSwitch.info": "Vyberte službu s TAB, ↑ a ↓. Otvorte službu s ENTER.",
21 "feature.quickSwitch.search": "Hľadať...", 21 "feature.quickSwitch.search": "Hľadať...",
22 "feature.quickSwitch.title": "Rýchle prepnutie", 22 "feature.quickSwitch.title": "Rýchle prepnutie",
23 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi", 23 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdium",
24 "global.cancel": "Zrušiť", 24 "global.cancel": "Zrušiť",
25 "global.edit": "Upraviť", 25 "global.edit": "Upraviť",
26 "global.no": "Nie", 26 "global.no": "Nie",
27 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.", 27 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.",
28 "global.ok": "OK", 28 "global.ok": "OK",
29 "global.quit": "Ukončiť", 29 "global.quit": "Ukončiť",
30 "global.quitConfirmation": "Naozaj chceš ukončiť Ferdi?", 30 "global.quitConfirmation": "Naozaj chceš ukončiť Ferdium?",
31 "global.save": "Uložiť", 31 "global.save": "Uložiť",
32 "global.settings": "Nastavenia", 32 "global.settings": "Nastavenia",
33 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})", 33 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Použite 'https://whatmyuseragent.com/' (na zobrazenie) alebo 'https://developers.whatismybrowser.com/useragents/explore/' (na výber) používateľského agenta a vložte ho sem.", 38 "global.userAgentHelp": "Použite 'https://whatmyuseragent.com/' (na zobrazenie) alebo 'https://developers.whatismybrowser.com/useragents/explore/' (na výber) používateľského agenta a vložte ho sem.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Áno", 40 "global.yes": "Áno",
41 "import.headline": "Importovať vaše služby z Ferdi 4", 41 "import.headline": "Importovať vaše služby z Ferdium 4",
42 "import.notSupportedHeadline": "Služby zatiaľ nie sú podporované vo verzii Ferdi 5", 42 "import.notSupportedHeadline": "Služby zatiaľ nie sú podporované vo verzii Ferdium 5",
43 "import.skip.label": "Chcem pridať služby ručne", 43 "import.skip.label": "Chcem pridať služby ručne",
44 "import.submit.label": "Importuj {count} služieb", 44 "import.submit.label": "Importuj {count} služieb",
45 "infobar.authRequestFailed": "Pri pokuse o vykonanie overenej požiadavky došlo k chybám. Ak táto chyba pretrváva, skúste sa odhlásiť a znova prihlásiť.", 45 "infobar.authRequestFailed": "Pri pokuse o vykonanie overenej požiadavky došlo k chybám. Ak táto chyba pretrváva, skúste sa odhlásiť a znova prihlásiť.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Skryť", 49 "infobar.hide": "Skryť",
50 "infobar.requiredRequestsFailed": "Nie je možné načítať služby a informácie o používateľovi", 50 "infobar.requiredRequestsFailed": "Nie je možné načítať služby a informácie o používateľovi",
51 "infobar.servicesUpdated": "Vaše služby boli aktualizované.", 51 "infobar.servicesUpdated": "Vaše služby boli aktualizované.",
52 "infobar.updateAvailable": "Je k dispozícii nová aktualizácia Ferdi.", 52 "infobar.updateAvailable": "Je k dispozícii nová aktualizácia Ferdium.",
53 "infobox.dismiss": "Zrušiť", 53 "infobox.dismiss": "Zrušiť",
54 "invite.email.label": "E-mailová adresa", 54 "invite.email.label": "E-mailová adresa",
55 "invite.headline.friends": "Pozvite troch vašich priateľov alebo kolegov", 55 "invite.headline.friends": "Pozvite troch vašich priateľov alebo kolegov",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "odomknúť s Touch ID", 65 "locked.touchIdPrompt": "odomknúť s Touch ID",
66 "locked.unlockWithPassword": "Odomknúť heslom", 66 "locked.unlockWithPassword": "Odomknúť heslom",
67 "login.changeServer": "Zmeniť server", 67 "login.changeServer": "Zmeniť server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "E-mailová adresa", 70 "login.email.label": "E-mailová adresa",
71 "login.headline": "Prihlásiť sa", 71 "login.headline": "Prihlásiť sa",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Záznam zmien", 104 "menu.help.changelog": "Záznam zmien",
105 "menu.help.debugInfo": "Kopírovať debug informácie", 105 "menu.help.debugInfo": "Kopírovať debug informácie",
106 "menu.help.debugInfoCopiedBody": "Vaše debug informácie boli uložené do schránky.", 106 "menu.help.debugInfoCopiedBody": "Vaše debug informácie boli uložené do schránky.",
107 "menu.help.debugInfoCopiedHeadline": "Debug informácie Ferdi", 107 "menu.help.debugInfoCopiedHeadline": "Debug informácie Ferdium",
108 "menu.help.importExportData": "Import/Export konfigurácie", 108 "menu.help.importExportData": "Import/Export konfigurácie",
109 "menu.help.learnMore": "Zistiť viac", 109 "menu.help.learnMore": "Zistiť viac",
110 "menu.help.privacy": "Vyhlásenie o ochrane súkromia", 110 "menu.help.privacy": "Vyhlásenie o ochrane súkromia",
@@ -121,9 +121,9 @@
121 "menu.view": "Zobraziť", 121 "menu.view": "Zobraziť",
122 "menu.view.back": "Naspäť", 122 "menu.view.back": "Naspäť",
123 "menu.view.forward": "Dopredu", 123 "menu.view.forward": "Dopredu",
124 "menu.view.lockFerdi": "Uzamknúť Ferdi", 124 "menu.view.lockFerdium": "Uzamknúť Ferdium",
125 "menu.view.openQuickSwitch": "Otvoriť prepínač služieb", 125 "menu.view.openQuickSwitch": "Otvoriť prepínač služieb",
126 "menu.view.reloadFerdi": "Obnoviť Ferdi", 126 "menu.view.reloadFerdium": "Obnoviť Ferdium",
127 "menu.view.reloadService": "Obnoviť službu", 127 "menu.view.reloadService": "Obnoviť službu",
128 "menu.view.reloadTodos": "Obnoviť Todos", 128 "menu.view.reloadTodos": "Obnoviť Todos",
129 "menu.view.resetZoom": "Skutočná veľkosť", 129 "menu.view.resetZoom": "Skutočná veľkosť",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} sa nepodarilo načítať.", 161 "service.errorHandler.text": "{name} sa nepodarilo načítať.",
162 "service.webviewLoader.loading": "Načítavam {service}", 162 "service.webviewLoader.loading": "Načítavam {service}",
163 "services.getStarted": "Začíname", 163 "services.getStarted": "Začíname",
164 "services.login": "Prosím prihláste sa do Ferdi.", 164 "services.login": "Prosím prihláste sa do Ferdium.",
165 "services.serverInfo": "Server Ferdi môžete zmeniť kliknutím na ozubené koliesko v ľavom dolnom rohu. Ak prechádzate (z jedného z hostovaných serverov) na používanie Ferdi bez účtu, upozorňujeme vás, že môžete exportovať svoje údaje z tohto servera a následne ich importovať pomocou ponuky Pomocník, aby ste obnovili všetky svoje pracovné priestory a nakonfigurované služby!", 165 "services.serverInfo": "Server Ferdium môžete zmeniť kliknutím na ozubené koliesko v ľavom dolnom rohu. Ak prechádzate (z jedného z hostovaných serverov) na používanie Ferdium bez účtu, upozorňujeme vás, že môžete exportovať svoje údaje z tohto servera a následne ich importovať pomocou ponuky Pomocník, aby ste obnovili všetky svoje pracovné priestory a nakonfigurované služby!",
166 "services.serverless": "Používať Ferdi bez účtu", 166 "services.serverless": "Používať Ferdium bez účtu",
167 "settings.account.account.editButton": "Upraviť účet", 167 "settings.account.account.editButton": "Upraviť účet",
168 "settings.account.accountUnavailable": "Účet je nedostupný", 168 "settings.account.accountUnavailable": "Účet je nedostupný",
169 "settings.account.accountUnavailableInfo": "Používate Ferdi bez účtu. Ak chcete používať Ferdi s účtom a udržiavať tak vaše služby synchronizované medzi zariadeniami, zvoľte prosím server na záložke Nastavenia > Prihlásiť sa.", 169 "settings.account.accountUnavailableInfo": "Používate Ferdium bez účtu. Ak chcete používať Ferdium s účtom a udržiavať tak vaše služby synchronizované medzi zariadeniami, zvoľte prosím server na záložke Nastavenia > Prihlásiť sa.",
170 "settings.account.buttonSave": "Aktualizovať profil", 170 "settings.account.buttonSave": "Aktualizovať profil",
171 "settings.account.deleteAccount": "Odstrániť účet", 171 "settings.account.deleteAccount": "Odstrániť účet",
172 "settings.account.deleteEmailSent": "Bol vám odoslaný e-mail s odkazom pre potvrdenie odstránenia vášho účtu. Váš účet a údaje sa nebudú dať obnoviť!", 172 "settings.account.deleteEmailSent": "Bol vám odoslaný e-mail s odkazom pre potvrdenie odstránenia vášho účtu. Váš účet a údaje sa nebudú dať obnoviť!",
173 "settings.account.deleteInfo": "Ak už nepotrebujete váš Ferdi účet, tu ho môžete zmazať spolu so všetkými prislúchajúcimi údajmi.", 173 "settings.account.deleteInfo": "Ak už nepotrebujete váš Ferdium účet, tu ho môžete zmazať spolu so všetkými prislúchajúcimi údajmi.",
174 "settings.account.headline": "Účet", 174 "settings.account.headline": "Účet",
175 "settings.account.headlineAccount": "Informácie o účte", 175 "settings.account.headlineAccount": "Informácie o účte",
176 "settings.account.headlineDangerZone": "Nebezpečná zóna", 176 "settings.account.headlineDangerZone": "Nebezpečná zóna",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Skúsiť znova", 181 "settings.account.tryReloadServices": "Skúsiť znova",
182 "settings.account.tryReloadUserInfoRequest": "Skúsiť znova", 182 "settings.account.tryReloadUserInfoRequest": "Skúsiť znova",
183 "settings.account.userInfoRequestFailed": "Nebolo možné načítať informácie o používateľovi", 183 "settings.account.userInfoRequestFailed": "Nebolo možné načítať informácie o používateľovi",
184 "settings.account.yourLicense": "Vaša Ferdi licencia:", 184 "settings.account.yourLicense": "Vaša Ferdium licencia:",
185 "settings.app.accentColorInfo": "Zvoľte farbu akcentu vo formáte kompatibilnom s CSS. (Predvolené: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Zvoľte farbu akcentu vo formáte kompatibilnom s CSS. (Predvolené: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Vyčistiť vyrovnávaciu pamäť", 186 "settings.app.buttonClearAllCache": "Vyčistiť vyrovnávaciu pamäť",
187 "settings.app.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu", 187 "settings.app.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu",
188 "settings.app.buttonOpenFerdiProfileFolder": "Otvoriť priečinok s profilom", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Otvoriť priečinok s profilom",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Otvoriť priečinok s receptami", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Otvoriť priečinok s receptami",
190 "settings.app.buttonSearchForUpdate": "Skontrolovať aktualizácie", 190 "settings.app.buttonSearchForUpdate": "Skontrolovať aktualizácie",
191 "settings.app.cacheInfo": "Vyrovnávacia pamäť Ferdi momentálne používa {size} miesta na disku.", 191 "settings.app.cacheInfo": "Vyrovnávacia pamäť Ferdium momentálne používa {size} miesta na disku.",
192 "settings.app.cacheNotCleared": "Nepodarilo sa vyčistiť cache", 192 "settings.app.cacheNotCleared": "Nepodarilo sa vyčistiť cache",
193 "settings.app.closeSettings": "Zavrieť nastavenia", 193 "settings.app.closeSettings": "Zavrieť nastavenia",
194 "settings.app.currentVersion": "Súčasná verzia:", 194 "settings.app.currentVersion": "Súčasná verzia:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronizácia tmavého režimu s nastavením operačného systému", 196 "settings.app.form.adaptableDarkMode": "Synchronizácia tmavého režimu s nastavením operačného systému",
197 "settings.app.form.alwaysShowWorkspaces": "Vždy zobraziť zásuvku pracovného priestoru", 197 "settings.app.form.alwaysShowWorkspaces": "Vždy zobraziť zásuvku pracovného priestoru",
198 "settings.app.form.autoLaunchInBackground": "Otvoriť na pozadí", 198 "settings.app.form.autoLaunchInBackground": "Otvoriť na pozadí",
199 "settings.app.form.autoLaunchOnStart": "Spustiť Ferdi pri štarte", 199 "settings.app.form.autoLaunchOnStart": "Spustiť Ferdium pri štarte",
200 "settings.app.form.automaticUpdates": "Povoliť aktualizácie", 200 "settings.app.form.automaticUpdates": "Povoliť aktualizácie",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Nezobrazovať notifikácie pre udalosti schránky", 202 "settings.app.form.clipboardNotifications": "Nezobrazovať notifikácie pre udalosti schránky",
203 "settings.app.form.closeToSystemTray": "Minimalizovať Ferdi do systémovej lišty", 203 "settings.app.form.closeToSystemTray": "Minimalizovať Ferdium do systémovej lišty",
204 "settings.app.form.confirmOnQuit": "Potvrdiť ukončenie Ferdi", 204 "settings.app.form.confirmOnQuit": "Potvrdiť ukončenie Ferdium",
205 "settings.app.form.customTodoServer": "Vlastný server Todo", 205 "settings.app.form.customTodoServer": "Vlastný server Todo",
206 "settings.app.form.darkMode": "Zapnúť Dark Mode", 206 "settings.app.form.darkMode": "Zapnúť Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie", 207 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie",
208 "settings.app.form.enableGlobalHideShortcut": "Povolenie globálnej skratky na skrytie Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Povolenie globálnej skratky na skrytie Ferdium",
209 "settings.app.form.enableLock": "Povoliť uzamknutie heslom", 209 "settings.app.form.enableLock": "Povoliť uzamknutie heslom",
210 "settings.app.form.enableLongPressServiceHint": "Povoliť nápovedu skratky služby pri dlhom stlačení", 210 "settings.app.form.enableLongPressServiceHint": "Povoliť nápovedu skratky služby pri dlhom stlačení",
211 "settings.app.form.enableMenuBar": "Zobrazovať Ferdi v Menu", 211 "settings.app.form.enableMenuBar": "Zobrazovať Ferdium v Menu",
212 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu", 212 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu",
213 "settings.app.form.enableSystemTray": "Zobrazovať Ferdi na paneli úloh", 213 "settings.app.form.enableSystemTray": "Zobrazovať Ferdium na paneli úloh",
214 "settings.app.form.enableTodos": "Povoliť Ferdi Todos", 214 "settings.app.form.enableTodos": "Povoliť Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Pri štarte ponechať služby uspané", 215 "settings.app.form.hibernateOnStartup": "Pri štarte ponechať služby uspané",
216 "settings.app.form.hibernationStrategy": "Stratégia uspania", 216 "settings.app.form.hibernationStrategy": "Stratégia uspania",
217 "settings.app.form.iconSize": "Veľkosť ikony služieb", 217 "settings.app.form.iconSize": "Veľkosť ikony služieb",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Ponechať všetky pracovné priestory načítané", 219 "settings.app.form.keepAllWorkspacesLoaded": "Ponechať všetky pracovné priestory načítané",
220 "settings.app.form.language": "Jazyk", 220 "settings.app.form.language": "Jazyk",
221 "settings.app.form.lockPassword": "Heslo", 221 "settings.app.form.lockPassword": "Heslo",
222 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty", 222 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdium do systémovej lišty",
223 "settings.app.form.navigationBarBehaviour": "Správanie navigačnej lišty", 223 "settings.app.form.navigationBarBehaviour": "Správanie navigačnej lišty",
224 "settings.app.form.notifyTaskBarOnMessage": "Upozornenie na novú správu v paneli úloh/doku", 224 "settings.app.form.notifyTaskBarOnMessage": "Upozornenie na novú správu v paneli úloh/doku",
225 "settings.app.form.passwordToggle": "Prepínanie hesla", 225 "settings.app.form.passwordToggle": "Prepínanie hesla",
226 "settings.app.form.predefinedTodoServer": "Server Todo", 226 "settings.app.form.predefinedTodoServer": "Server Todo",
227 "settings.app.form.privateNotifications": "Nezobrazovať obsah správy v notifikáciách", 227 "settings.app.form.privateNotifications": "Nezobrazovať obsah správy v notifikáciách",
228 "settings.app.form.reloadAfterResume": "Obnoviť Ferdi po obnovení systému", 228 "settings.app.form.reloadAfterResume": "Obnoviť Ferdium po obnovení systému",
229 "settings.app.form.runInBackground": "Po zatvorení okna ponechať Ferdi spustený na pozadí", 229 "settings.app.form.runInBackground": "Po zatvorení okna ponechať Ferdium spustený na pozadí",
230 "settings.app.form.scheduledDNDEnabled": "Naplánovať režim nerušiť", 230 "settings.app.form.scheduledDNDEnabled": "Naplánovať režim nerušiť",
231 "settings.app.form.scheduledDNDEnd": "Do", 231 "settings.app.form.scheduledDNDEnd": "Do",
232 "settings.app.form.scheduledDNDStart": "Od", 232 "settings.app.form.scheduledDNDStart": "Od",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Povoliť režim Split View", 241 "settings.app.form.splitMode": "Povoliť režim Split View",
242 "settings.app.form.startMinimized": "Spúšťať minimalizované", 242 "settings.app.form.startMinimized": "Spúšťať minimalizované",
243 "settings.app.form.universalDarkMode": "Použiť univerzálny tmavý režim", 243 "settings.app.form.universalDarkMode": "Použiť univerzálny tmavý režim",
244 "settings.app.form.useTouchIdToUnlock": "Povoliť TouchID na odomknutie Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Povoliť TouchID na odomknutie Ferdium",
245 "settings.app.form.useVerticalStyle": "Vodorovný štýl", 245 "settings.app.form.useVerticalStyle": "Vodorovný štýl",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Jazyk", 252 "settings.app.headlineLanguage": "Jazyk",
253 "settings.app.headlinePrivacy": "Súkromie", 253 "settings.app.headlinePrivacy": "Súkromie",
254 "settings.app.headlineUpdates": "Aktualizácie", 254 "settings.app.headlineUpdates": "Aktualizácie",
255 "settings.app.hibernateInfo": "V predvolenom nastavení bude Ferdi udržiavať všetky vaše služby otvorené a načítané na pozadí, aby boli pripravené, keď ich budete chcieť použiť. Funkcia uspania služieb vaše služby po určitom čase odpojí. Je to užitočné na šetrenie pamäte RAM alebo na to, aby služby nespomaľovali počítač.", 255 "settings.app.hibernateInfo": "V predvolenom nastavení bude Ferdium udržiavať všetky vaše služby otvorené a načítané na pozadí, aby boli pripravené, keď ich budete chcieť použiť. Funkcia uspania služieb vaše služby po určitom čase odpojí. Je to užitočné na šetrenie pamäte RAM alebo na to, aby služby nespomaľovali počítač.",
256 "settings.app.inactivityLockInfo": "Minúty nečinnosti, po ktorých by sa mal Ferdi automaticky uzamknúť. Ak si neželáte automatické uzamknutie, použite hodnotu 0", 256 "settings.app.inactivityLockInfo": "Minúty nečinnosti, po ktorých by sa mal Ferdium automaticky uzamknúť. Ak si neželáte automatické uzamknutie, použite hodnotu 0",
257 "settings.app.lockInfo": "Funkcia uzamknutie heslom umožňuje chrániť správy.\nPri použití funkcie uzamknutie heslom budete pri každom spustení Ferdi vyzvaní na zadanie hesla alebo si Ferdi zamknete sami pomocou symbolu zámku v ľavom dolnom rohu alebo skratky {lockShortcut}.", 257 "settings.app.lockInfo": "Funkcia uzamknutie heslom umožňuje chrániť správy.\nPri použití funkcie uzamknutie heslom budete pri každom spustení Ferdium vyzvaní na zadanie hesla alebo si Ferdium zamknete sami pomocou symbolu zámku v ľavom dolnom rohu alebo skratky {lockShortcut}.",
258 "settings.app.lockedPassword": "Heslo", 258 "settings.app.lockedPassword": "Heslo",
259 "settings.app.lockedPasswordInfo": "Uistite sa, že nastavíte heslo, ktoré si zapamätáte.\nAk toto heslo stratíte, budete musieť Ferdi nainštalovať znova.", 259 "settings.app.lockedPasswordInfo": "Uistite sa, že nastavíte heslo, ktoré si zapamätáte.\nAk toto heslo stratíte, budete musieť Ferdium nainštalovať znova.",
260 "settings.app.restartRequired": "Zmeny vyžadujú reštart", 260 "settings.app.restartRequired": "Zmeny vyžadujú reštart",
261 "settings.app.scheduledDNDInfo": "Naplánované nevyrušovanie vám umožňuje definovať časové obdobie, počas ktorého nechcete dostávať oznámenia od Ferdi.", 261 "settings.app.scheduledDNDInfo": "Naplánované nevyrušovanie vám umožňuje definovať časové obdobie, počas ktorého nechcete dostávať oznámenia od Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Časy v 24-hodinovom formáte. Čas ukončenia môže byť pred časom začiatku (napr. začiatok 17:00, koniec 09:00), aby bolo možné nerušiť počas noci.", 262 "settings.app.scheduledDNDTimeInfo": "Časy v 24-hodinovom formáte. Čas ukončenia môže byť pred časom začiatku (napr. začiatok 17:00, koniec 09:00), aby bolo možné nerušiť počas noci.",
263 "settings.app.sentryInfo": "Odosielanie telemetrických údajov nám umožňuje nájsť chyby v systéme Ferdi - nebudeme odosielať žiadne osobné údaje, ako napríklad vaše správy!", 263 "settings.app.sentryInfo": "Odosielanie telemetrických údajov nám umožňuje nájsť chyby v systéme Ferdium - nebudeme odosielať žiadne osobné údaje, ako napríklad vaše správy!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi používa na kontrolu preklepov zabudovanú kontrolu pravopisu v počítači Mac. Ak chcete zmeniť jazyky, ktoré kontroluje, môžete to urobiť v systémových nastaveniach Macu.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium používa na kontrolu preklepov zabudovanú kontrolu pravopisu v počítači Mac. Ak chcete zmeniť jazyky, ktoré kontroluje, môžete to urobiť v systémových nastaveniach Macu.",
265 "settings.app.subheadlineCache": "Vyrovnávacia pamäť", 265 "settings.app.subheadlineCache": "Vyrovnávacia pamäť",
266 "settings.app.subheadlineFerdiProfile": "Profil Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Profil Ferdium",
267 "settings.app.todoServerInfo": "Tento server sa bude používať pre funkciu \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Tento server sa bude používať pre funkciu \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Pomôžte nám preložiť Ferdi do svojho jazyka.", 268 "settings.app.translationHelp": "Pomôžte nám preložiť Ferdium do svojho jazyka.",
269 "settings.app.universalDarkModeInfo": "Univerzálny tmavý režim sa snaží dynamicky generovať štýly tmavého režimu pre služby, ktoré v súčasnosti nie sú podporované.", 269 "settings.app.universalDarkModeInfo": "Univerzálny tmavý režim sa snaží dynamicky generovať štýly tmavého režimu pre služby, ktoré v súčasnosti nie sú podporované.",
270 "settings.app.updateStatusAvailable": "Je dostupná aktualizácia, sťahuje sa...", 270 "settings.app.updateStatusAvailable": "Je dostupná aktualizácia, sťahuje sa...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Používate najnovšiu verziu Ferdi", 272 "settings.app.updateStatusUpToDate": "Používate najnovšiu verziu Ferdium",
273 "settings.invite.headline": "Pozvať priateľov", 273 "settings.invite.headline": "Pozvať priateľov",
274 "settings.navigation.account": "Účet", 274 "settings.navigation.account": "Účet",
275 "settings.navigation.availableServices": "Dostupné služby", 275 "settings.navigation.availableServices": "Dostupné služby",
276 "settings.navigation.logout": "Odhlásiť sa", 276 "settings.navigation.logout": "Odhlásiť sa",
277 "settings.navigation.supportFerdi": "O aplikácii", 277 "settings.navigation.supportFerdium": "O aplikácii",
278 "settings.navigation.team": "Spravovať tím", 278 "settings.navigation.team": "Spravovať tím",
279 "settings.navigation.yourServices": "Vaše služby", 279 "settings.navigation.yourServices": "Vaše služby",
280 "settings.navigation.yourWorkspaces": "Vaše pracovné priestory", 280 "settings.navigation.yourWorkspaces": "Vaše pracovné priestory",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Dostupné služby", 289 "settings.recipes.headline": "Dostupné služby",
290 "settings.recipes.missingService": "Chýba vám služba?", 290 "settings.recipes.missingService": "Chýba vám služba?",
291 "settings.recipes.mostPopular": "Najpopulárnejšie", 291 "settings.recipes.mostPopular": "Najpopulárnejšie",
292 "settings.recipes.nothingFound": "Je nám ľúto, vášmu hľadanému výrazu nezodpovedá žiadna služba, ale pravdepodobne ju môžete pridať pomocou možnosti \"Custom Website\". Upozorňujeme, že na webovej lokalite sa môžu zobraziť ďalšie služby, ktoré boli do Ferdi pridané od verzie, na ktorej sa práve nachádzate. Ak chcete získať tieto nové služby, zvážte aktualizáciu na novšiu verziu Ferdi.", 292 "settings.recipes.nothingFound": "Je nám ľúto, vášmu hľadanému výrazu nezodpovedá žiadna služba, ale pravdepodobne ju môžete pridať pomocou možnosti \"Custom Website\". Upozorňujeme, že na webovej lokalite sa môžu zobraziť ďalšie služby, ktoré boli do Ferdium pridané od verzie, na ktorej sa práve nachádzate. Ak chcete získať tieto nové služby, zvážte aktualizáciu na novšiu verziu Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Služba bola úspešne pridaná",
294 "settings.searchService": "Vyhľadať službu", 294 "settings.searchService": "Vyhľadať službu",
295 "settings.service.error.goBack": "Späť na služby", 295 "settings.service.error.goBack": "Späť na služby",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Otvoriť user.js", 329 "settings.service.form.openUserJs": "Otvoriť user.js",
330 "settings.service.form.proxy.headline": "Nastavenia HTTP/HTTPS proxy", 330 "settings.service.form.proxy.headline": "Nastavenia HTTP/HTTPS proxy",
331 "settings.service.form.proxy.host": "Hostiteľ Proxy/IP", 331 "settings.service.form.proxy.host": "Hostiteľ Proxy/IP",
332 "settings.service.form.proxy.info": "Nastavenia proxy servera nebudú synchronizované so servermi Ferdi.", 332 "settings.service.form.proxy.info": "Nastavenia proxy servera nebudú synchronizované so servermi Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Použiť Proxy", 333 "settings.service.form.proxy.isEnabled": "Použiť Proxy",
334 "settings.service.form.proxy.password": "Heslo (voliteľné)", 334 "settings.service.form.proxy.password": "Heslo (voliteľné)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Po zmene nastavení servera proxy reštartujte Ferdi.", 336 "settings.service.form.proxy.restartInfo": "Po zmene nastavení servera proxy reštartujte Ferdium.",
337 "settings.service.form.proxy.user": "Používateľ (voliteľné)", 337 "settings.service.form.proxy.user": "Používateľ (voliteľné)",
338 "settings.service.form.recipeFileInfo": "Vaše používateľské súbory budú vložené do webovej stránky, takže si môžete služby prispôsobiť ľubovoľným spôsobom. Používateľské súbory sa ukladajú len lokálne a neprenášajú sa do iných počítačov používajúcich rovnaké konto.", 338 "settings.service.form.recipeFileInfo": "Vaše používateľské súbory budú vložené do webovej stránky, takže si môžete služby prispôsobiť ľubovoľným spôsobom. Používateľské súbory sa ukladajú len lokálne a neprenášajú sa do iných počítačov používajúcich rovnaké konto.",
339 "settings.service.form.saveButton": "Uložiť službu", 339 "settings.service.form.saveButton": "Uložiť službu",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Všetky zvuky sú stíšené", 352 "settings.services.tooltip.isMuted": "Všetky zvuky sú stíšené",
353 "settings.services.tooltip.notificationsDisabled": "Oznámenia sú vypnuté", 353 "settings.services.tooltip.notificationsDisabled": "Oznámenia sú vypnuté",
354 "settings.services.updatedInfo": "Vaše zmeny boli uložené", 354 "settings.services.updatedInfo": "Vaše zmeny boli uložené",
355 "settings.supportFerdi.about": "Na vývoji Ferdi sa podieľajú dobrovoľníci. Ľudia, ktorí Ferdi používajú ako vy. Vo svojom voľnom čase udržiavajú, opravujú a vylepšujú Ferdi.", 355 "settings.supportFerdium.about": "Na vývoji Ferdium sa podieľajú dobrovoľníci. Ľudia, ktorí Ferdium používajú ako vy. Vo svojom voľnom čase udržiavajú, opravujú a vylepšujú Ferdium.",
356 "settings.supportFerdi.aboutIntro": "Zvláštne poďakovanie patrí týmto úžasným ľuďom:", 356 "settings.supportFerdium.aboutIntro": "Zvláštne poďakovanie patrí týmto úžasným ľuďom:",
357 "settings.supportFerdi.headline": "O aplikácii", 357 "settings.supportFerdium.headline": "O aplikácii",
358 "settings.team.contentHeadline": "Manažment tímu Franz", 358 "settings.team.contentHeadline": "Manažment tímu Franz",
359 "settings.team.copy": "Manažment tímu Franz vám umožňuje spravovať predplatné spoločnosti Franz pre viacerých používateľov. Majte na pamäti, že predplatné Franz Premium vám neposkytuje žiadne výhody pri používaní Ferdi: Jediný dôvod, prečo máte stále prístup k správe tímov, je, aby ste mohli spravovať svoje staršie tímy Franz a aby ste nestratili žiadne funkcie pri správe svojho účtu.", 359 "settings.team.copy": "Manažment tímu Franz vám umožňuje spravovať predplatné spoločnosti Franz pre viacerých používateľov. Majte na pamäti, že predplatné Franz Premium vám neposkytuje žiadne výhody pri používaní Ferdium: Jediný dôvod, prečo máte stále prístup k správe tímov, je, aby ste mohli spravovať svoje staršie tímy Franz a aby ste nestratili žiadne funkcie pri správe svojho účtu.",
360 "settings.team.headline": "Tím", 360 "settings.team.headline": "Tím",
361 "settings.team.intro": "V súčasnosti používate servery Franz, preto máte prístup k správe tímu.", 361 "settings.team.intro": "V súčasnosti používate servery Franz, preto máte prístup k správe tímu.",
362 "settings.team.manageAction": "Spravujte svoj tím na meetfranz.com", 362 "settings.team.manageAction": "Spravujte svoj tím na meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Zatiaľ ste nepridali žiadne pracovné priestory.", 385 "settings.workspaces.noWorkspacesAdded": "Zatiaľ ste nepridali žiadne pracovné priestory.",
386 "settings.workspaces.tryReloadWorkspaces": "Skúsiť znova", 386 "settings.workspaces.tryReloadWorkspaces": "Skúsiť znova",
387 "settings.workspaces.updatedInfo": "Vaše zmeny boli uložené", 387 "settings.workspaces.updatedInfo": "Vaše zmeny boli uložené",
388 "settings.workspaces.workspaceFeatureHeadline": "Menej je viac: Predstavenie Ferdi Pracovné priestory", 388 "settings.workspaces.workspaceFeatureHeadline": "Menej je viac: Predstavenie Ferdium Pracovné priestory",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi pracovné priestory vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte. Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium pracovné priestory vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte. Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné.",
390 "settings.workspaces.workspacesRequestFailed": "Nebolo možné načítať vaše pracovné priestory", 390 "settings.workspaces.workspacesRequestFailed": "Nebolo možné načítať vaše pracovné priestory",
391 "setupAssistant.headline": "Začíname", 391 "setupAssistant.headline": "Začíname",
392 "setupAssistant.subheadline": "Vyberte si z našich najpoužívanejších služieb a vráťte sa k správam tam kde s ste prestali.", 392 "setupAssistant.subheadline": "Vyberte si z našich najpoužívanejších služieb a vráťte sa k správam tam kde s ste prestali.",
393 "setupAssistant.submit.label": "Poďme na to", 393 "setupAssistant.submit.label": "Poďme na to",
394 "sidebar.addNewService": "Pridať novú službu", 394 "sidebar.addNewService": "Pridať novú službu",
395 "sidebar.closeTodosDrawer": "Zavrieť Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Zavrieť Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Zavrieť zásuvku pracovného priestoru", 396 "sidebar.closeWorkspaceDrawer": "Zavrieť zásuvku pracovného priestoru",
397 "sidebar.lockFerdi": "Uzamknúť Ferdi", 397 "sidebar.lockFerdium": "Uzamknúť Ferdium",
398 "sidebar.muteApp": "Vypnúť upozornenia a zvuky", 398 "sidebar.muteApp": "Vypnúť upozornenia a zvuky",
399 "sidebar.openTodosDrawer": "Otvoriť Ferdi Todos", 399 "sidebar.openTodosDrawer": "Otvoriť Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Otvoriť zásuvku pracovného priestoru", 400 "sidebar.openWorkspaceDrawer": "Otvoriť zásuvku pracovného priestoru",
401 "sidebar.unmuteApp": "Povoliť oznámenia a zvuky", 401 "sidebar.unmuteApp": "Povoliť oznámenia a zvuky",
402 "signup.email.label": "E-mailová adresa", 402 "signup.email.label": "E-mailová adresa",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Meno", 404 "signup.firstname.label": "Meno",
405 "signup.headline": "Prihlásiť sa", 405 "signup.headline": "Prihlásiť sa",
406 "signup.lastname.label": "Priezvisko", 406 "signup.lastname.label": "Priezvisko",
407 "signup.legal.info": "Vytvorením účtu Ferdi súhlasíte s", 407 "signup.legal.info": "Vytvorením účtu Ferdium súhlasíte s",
408 "signup.legal.privacy": "Vyhlásenie o ochrane súkromia", 408 "signup.legal.privacy": "Vyhlásenie o ochrane súkromia",
409 "signup.legal.terms": "Podmienky služby", 409 "signup.legal.terms": "Podmienky služby",
410 "signup.link.login": "Už máte účet, chcete sa prihlásiť?", 410 "signup.link.login": "Už máte účet, chcete sa prihlásiť?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Pracovné priestory", 440 "workspaceDrawer.headline": "Pracovné priestory",
441 "workspaceDrawer.item.contextMenuEdit": "Upraviť", 441 "workspaceDrawer.item.contextMenuEdit": "Upraviť",
442 "workspaceDrawer.item.noServicesAddedYet": "Zatiaľ žiadne služby", 442 "workspaceDrawer.item.noServicesAddedYet": "Zatiaľ žiadne služby",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi pracovné priestory vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte.</p><p>Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné. </p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium pracovné priestory vám umožňujú sústrediť sa na to, čo je práve dôležité. Nastavte si rozličné skupiny služieb a jednoducho medzi nimi kedykoľvek prepínajte.</p><p>Vy rozhodujete ktoré služby, kedy a kde potrebujete, a my vám potom vieme pomôcť sústrediť sa na prácu - alebo jednoducho prepnúť z práce na čokoľvek iné. </p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Upraviť nastavenia pracovných priestorov", 444 "workspaceDrawer.workspacesSettingsTooltip": "Upraviť nastavenia pracovných priestorov",
445 "workspaces.switchingIndicator.switchingTo": "Prepínanie na" 445 "workspaces.switchingIndicator.switchingTo": "Prepínanie na"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index fbe46facb..715a5b0ab 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index 6e3e808a2..a43b1bcfa 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "connectionLostBanner.cta": "Reload Service", 4 "connectionLostBanner.cta": "Reload Service",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 7 "feature.announcements.changelog.headline": "Changes in Ferdium {version}",
8 "feature.shareFranz.action.email": "Send as email", 8 "feature.shareFranz.action.email": "Send as email",
9 "feature.shareFranz.action.facebook": "Share on Facebook", 9 "feature.shareFranz.action.facebook": "Share on Facebook",
10 "feature.shareFranz.action.twitter": "Share on Twitter", 10 "feature.shareFranz.action.twitter": "Share on Twitter",
11 "feature.shareFranz.headline": "Ferdi is better together!", 11 "feature.shareFranz.headline": "Ferdium is better together!",
12 "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", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdium is and help us to spread the word.",
15 "global.api.unhealthy": "Can't connect to Ferdi online services", 15 "global.api.unhealthy": "Can't connect to Ferdium online services",
16 "global.edit": "Edit", 16 "global.edit": "Edit",
17 "global.franzProRequired": "Ferdi Professional Required", 17 "global.franzProRequired": "Ferdium Professional Required",
18 "global.notConnectedToTheInternet": "You are not connected to the internet.", 18 "global.notConnectedToTheInternet": "You are not connected to the internet.",
19 "global.quit": "Quit", 19 "global.quit": "Quit",
20 "global.settings": "Settings", 20 "global.settings": "Settings",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "Automatic", 23 "global.spellchecking.autodetect.short": "Automatic",
24 "global.spellchecking.language": "Spell checking language", 24 "global.spellchecking.language": "Spell checking language",
25 "global.submit": "Submit", 25 "global.submit": "Submit",
26 "import.headline": "Import your Ferdi 4 services", 26 "import.headline": "Import your Ferdium 4 services",
27 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 27 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
28 "import.skip.label": "I want to add services manually", 28 "import.skip.label": "I want to add services manually",
29 "import.submit.label": "Import services", 29 "import.submit.label": "Import services",
30 "infobar.buttonChangelog": "What is new?", 30 "infobar.buttonChangelog": "What is new?",
@@ -32,7 +32,7 @@
32 "infobar.buttonReloadServices": "Reload services", 32 "infobar.buttonReloadServices": "Reload services",
33 "infobar.requiredRequestsFailed": "Could not load services and user information", 33 "infobar.requiredRequestsFailed": "Could not load services and user information",
34 "infobar.servicesUpdated": "Your services have been updated.", 34 "infobar.servicesUpdated": "Your services have been updated.",
35 "infobar.updateAvailable": "A new update for Ferdi is available.", 35 "infobar.updateAvailable": "A new update for Ferdium is available.",
36 "invite.email.label": "Email address", 36 "invite.email.label": "Email address",
37 "invite.headline.friends": "Invite 3 of your friends or colleagues", 37 "invite.headline.friends": "Invite 3 of your friends or colleagues",
38 "invite.name.label": "Name", 38 "invite.name.label": "Name",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "Your session expired, please login again.", 50 "login.tokenExpired": "Your session expired, please login again.",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "About Ferdi", 53 "menu.app.about": "About Ferdium",
54 "menu.app.announcement": "What's new?", 54 "menu.app.announcement": "What's new?",
55 "menu.app.checkForUpdates": "Check for updates", 55 "menu.app.checkForUpdates": "Check for updates",
56 "menu.app.hide": "Hide", 56 "menu.app.hide": "Hide",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "Changelog", 75 "menu.help.changelog": "Changelog",
76 "menu.help.debugInfo": "Copy Debug Information", 76 "menu.help.debugInfo": "Copy Debug Information",
77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 77 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
79 "menu.help.learnMore": "Learn More", 79 "menu.help.learnMore": "Learn More",
80 "menu.help.privacy": "Privacy Statement", 80 "menu.help.privacy": "Privacy Statement",
81 "menu.help.support": "Support", 81 "menu.help.support": "Support",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "View", 90 "menu.view": "View",
91 "menu.view.reloadFerdi": "Reload Ferdi", 91 "menu.view.reloadFerdium": "Reload Ferdium",
92 "menu.view.reloadService": "Reload Service", 92 "menu.view.reloadService": "Reload Service",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "Actual Size", 94 "menu.view.resetZoom": "Actual Size",
@@ -142,14 +142,14 @@
142 "service.errorHandler.text": "{name} has failed to load.", 142 "service.errorHandler.text": "{name} has failed to load.",
143 "service.webviewLoader.loading": "Loading", 143 "service.webviewLoader.loading": "Loading",
144 "services.getStarted": "Get started", 144 "services.getStarted": "Get started",
145 "services.welcome": "Welcome to Ferdi", 145 "services.welcome": "Welcome to Ferdium",
146 "settings.account.account.editButton": "Edit account", 146 "settings.account.account.editButton": "Edit account",
147 "settings.account.accountType.basic": "Basic Account", 147 "settings.account.accountType.basic": "Basic Account",
148 "settings.account.accountType.premium": "Premium Supporter Account", 148 "settings.account.accountType.premium": "Premium Supporter Account",
149 "settings.account.buttonSave": "Update profile", 149 "settings.account.buttonSave": "Update profile",
150 "settings.account.deleteAccount": "Delete account", 150 "settings.account.deleteAccount": "Delete account",
151 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 151 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
152 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 152 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
153 "settings.account.headline": "Account", 153 "settings.account.headline": "Account",
154 "settings.account.headlineAccount": "Account information", 154 "settings.account.headlineAccount": "Account information",
155 "settings.account.headlineDangerZone": "Danger Zone", 155 "settings.account.headlineDangerZone": "Danger Zone",
@@ -160,24 +160,24 @@
160 "settings.account.tryReloadServices": "Try again", 160 "settings.account.tryReloadServices": "Try again",
161 "settings.account.tryReloadUserInfoRequest": "Try again", 161 "settings.account.tryReloadUserInfoRequest": "Try again",
162 "settings.account.userInfoRequestFailed": "Could not load user information", 162 "settings.account.userInfoRequestFailed": "Could not load user information",
163 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdium License",
164 "settings.app.buttonClearAllCache": "Clear cache", 164 "settings.app.buttonClearAllCache": "Clear cache",
165 "settings.app.buttonInstallUpdate": "Restart & install update", 165 "settings.app.buttonInstallUpdate": "Restart & install update",
166 "settings.app.buttonSearchForUpdate": "Check for updates", 166 "settings.app.buttonSearchForUpdate": "Check for updates",
167 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 167 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
168 "settings.app.currentVersion": "Current version:", 168 "settings.app.currentVersion": "Current version:",
169 "settings.app.form.autoLaunchInBackground": "Open in background", 169 "settings.app.form.autoLaunchInBackground": "Open in background",
170 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 170 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
171 "settings.app.form.beta": "Include beta versions", 171 "settings.app.form.beta": "Include beta versions",
172 "settings.app.form.darkMode": "Join the Dark Side", 172 "settings.app.form.darkMode": "Join the Dark Side",
173 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 173 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
174 "settings.app.form.enableSpellchecking": "Enable spell checking", 174 "settings.app.form.enableSpellchecking": "Enable spell checking",
175 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 175 "settings.app.form.enableSystemTray": "Show Ferdium in system tray",
176 "settings.app.form.enableTodos": "Enable Ferdi Todos", 176 "settings.app.form.enableTodos": "Enable Ferdium Todos",
177 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 177 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
178 "settings.app.form.language": "Language", 178 "settings.app.form.language": "Language",
179 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 179 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
180 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 180 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
181 "settings.app.form.showDisabledServices": "Display disabled services tabs", 181 "settings.app.form.showDisabledServices": "Display disabled services tabs",
182 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 182 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
183 "settings.app.headlineAdvanced": "Advanced", 183 "settings.app.headlineAdvanced": "Advanced",
@@ -188,10 +188,10 @@
188 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 188 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
189 "settings.app.restartRequired": "Changes require restart", 189 "settings.app.restartRequired": "Changes require restart",
190 "settings.app.subheadlineCache": "Cache", 190 "settings.app.subheadlineCache": "Cache",
191 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 191 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
192 "settings.app.updateStatusAvailable": "Update available, downloading...", 192 "settings.app.updateStatusAvailable": "Update available, downloading...",
193 "settings.app.updateStatusSearching": "Is searching for update", 193 "settings.app.updateStatusSearching": "Is searching for update",
194 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 194 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
195 "settings.invite.headline": "Invite Friends", 195 "settings.invite.headline": "Invite Friends",
196 "settings.navigation.account": "Account", 196 "settings.navigation.account": "Account",
197 "settings.navigation.availableServices": "Available services", 197 "settings.navigation.availableServices": "Available services",
@@ -211,7 +211,7 @@
211 "settings.recipes.headline": "Available services", 211 "settings.recipes.headline": "Available services",
212 "settings.recipes.missingService": "Missing a service?", 212 "settings.recipes.missingService": "Missing a service?",
213 "settings.recipes.mostPopular": "Most popular", 213 "settings.recipes.mostPopular": "Most popular",
214 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 214 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
215 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 215 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
216 "settings.searchService": "Search service", 216 "settings.searchService": "Search service",
217 "settings.service.error.goBack": "Back to services", 217 "settings.service.error.goBack": "Back to services",
@@ -220,7 +220,7 @@
220 "settings.service.form.addServiceHeadline": "Add {name}", 220 "settings.service.form.addServiceHeadline": "Add {name}",
221 "settings.service.form.availableServices": "Available services", 221 "settings.service.form.availableServices": "Available services",
222 "settings.service.form.customUrl": "Custom server", 222 "settings.service.form.customUrl": "Custom server",
223 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 223 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdium Premium Supporter Account.",
224 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account", 224 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
225 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 225 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
226 "settings.service.form.deleteButton": "Delete service", 226 "settings.service.form.deleteButton": "Delete service",
@@ -244,11 +244,11 @@
244 "settings.service.form.name": "Name", 244 "settings.service.form.name": "Name",
245 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 245 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
246 "settings.service.form.proxy.host": "Proxy Host/IP", 246 "settings.service.form.proxy.host": "Proxy Host/IP",
247 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 247 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdium servers.",
248 "settings.service.form.proxy.isEnabled": "Use Proxy", 248 "settings.service.form.proxy.isEnabled": "Use Proxy",
249 "settings.service.form.proxy.password": "Password (optional)", 249 "settings.service.form.proxy.password": "Password (optional)",
250 "settings.service.form.proxy.port": "Port", 250 "settings.service.form.proxy.port": "Port",
251 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 251 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
252 "settings.service.form.proxy.user": "User (optional)", 252 "settings.service.form.proxy.user": "User (optional)",
253 "settings.service.form.saveButton": "Save service", 253 "settings.service.form.saveButton": "Save service",
254 "settings.service.form.tabHosted": "Hosted", 254 "settings.service.form.tabHosted": "Hosted",
@@ -292,17 +292,17 @@
292 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 292 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
293 "settings.workspaces.tryReloadWorkspaces": "Try again", 293 "settings.workspaces.tryReloadWorkspaces": "Try again",
294 "settings.workspaces.updatedInfo": "Your changes have been saved", 294 "settings.workspaces.updatedInfo": "Your changes have been saved",
295 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 295 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
296 "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.", 296 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
297 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 297 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
298 "setupAssistant.headline": "Let's get started", 298 "setupAssistant.headline": "Let's get started",
299 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 299 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
300 "setupAssistant.submit.label": "Let's go", 300 "setupAssistant.submit.label": "Let's go",
301 "sidebar.addNewService": "Add new service", 301 "sidebar.addNewService": "Add new service",
302 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 302 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
303 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 303 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
304 "sidebar.muteApp": "Disable notifications & audio", 304 "sidebar.muteApp": "Disable notifications & audio",
305 "sidebar.openTodosDrawer": "Open Ferdi Todos", 305 "sidebar.openTodosDrawer": "Open Ferdium Todos",
306 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 306 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
307 "sidebar.unmuteApp": "Enable notifications & audio", 307 "sidebar.unmuteApp": "Enable notifications & audio",
308 "signup.email.label": "Email address", 308 "signup.email.label": "Email address",
@@ -310,7 +310,7 @@
310 "signup.firstname.label": "First Name", 310 "signup.firstname.label": "First Name",
311 "signup.headline": "Sign up", 311 "signup.headline": "Sign up",
312 "signup.lastname.label": "Last Name", 312 "signup.lastname.label": "Last Name",
313 "signup.legal.info": "By creating a Ferdi account you accept the", 313 "signup.legal.info": "By creating a Ferdium account you accept the",
314 "signup.legal.privacy": "Privacy Statement", 314 "signup.legal.privacy": "Privacy Statement",
315 "signup.legal.terms": "Terms of service", 315 "signup.legal.terms": "Terms of service",
316 "signup.link.login": "Already have an account, sign in?", 316 "signup.link.login": "Already have an account, sign in?",
@@ -343,7 +343,7 @@
343 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 343 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
344 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 344 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
345 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 345 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
346 "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>", 346 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
347 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 347 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
348 "workspaces.switchingIndicator.switchingTo": "Switching to" 348 "workspaces.switchingIndicator.switchingTo": "Switching to"
349} 349}
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index f1100f718..0c275d1fb 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Сервер", 6 "changeserver.label": "Сервер",
7 "changeserver.urlError": "Унесите исправан URL", 7 "changeserver.urlError": "Унесите исправан URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Поново учирај услугу", 9 "connectionLostBanner.cta": "Поново учирај услугу",
10 "connectionLostBanner.informationLink": "Шта се десило?", 10 "connectionLostBanner.informationLink": "Шта се десило?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ", 23 "global.api.unhealthy": "Nije moguće pristupiti Ferdium-ovim on-line servisima. ",
24 "global.cancel": "Odustani", 24 "global.cancel": "Odustani",
25 "global.edit": "Uredi", 25 "global.edit": "Uredi",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Niste povezani sa serverom.", 27 "global.notConnectedToTheInternet": "Niste povezani sa serverom.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Izađi", 29 "global.quit": "Izađi",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Postavke", 32 "global.settings": "Postavke",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Uvezite svoje Ferdi 4 servise", 41 "import.headline": "Uvezite svoje Ferdium 4 servise",
42 "import.notSupportedHeadline": "Servis trenutno nije podržan u Ferdi 5", 42 "import.notSupportedHeadline": "Servis trenutno nije podržan u Ferdium 5",
43 "import.skip.label": "Желим да додам услуге ручно", 43 "import.skip.label": "Желим да додам услуге ручно",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Sakrij", 49 "infobar.hide": "Sakrij",
50 "infobar.requiredRequestsFailed": "Nemoguće učitati servise i korisničke informacije", 50 "infobar.requiredRequestsFailed": "Nemoguće učitati servise i korisničke informacije",
51 "infobar.servicesUpdated": "Vaši servisi su ažurirani. ", 51 "infobar.servicesUpdated": "Vaši servisi su ažurirani. ",
52 "infobar.updateAvailable": "Novo ažuriranje Ferdi-a je dostupno. ", 52 "infobar.updateAvailable": "Novo ažuriranje Ferdium-a je dostupno. ",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Vaša e-adresa", 54 "invite.email.label": "Vaša e-adresa",
55 "invite.headline.friends": "Pozovite 3 vaša prijatelja ili kolege", 55 "invite.headline.friends": "Pozovite 3 vaša prijatelja ili kolege",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "откључајте помоћу Touch ID", 65 "locked.touchIdPrompt": "откључајте помоћу Touch ID",
66 "locked.unlockWithPassword": "Откључајте лозинком", 66 "locked.unlockWithPassword": "Откључајте лозинком",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Vaša e-adresa", 70 "login.email.label": "Vaša e-adresa",
71 "login.headline": "Prijavite se", 71 "login.headline": "Prijavite se",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Дневник измена", 104 "menu.help.changelog": "Дневник измена",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Сазнајте више", 109 "menu.help.learnMore": "Сазнајте више",
110 "menu.help.privacy": "Izjava o privatnosti", 110 "menu.help.privacy": "Izjava o privatnosti",
@@ -121,9 +121,9 @@
121 "menu.view": "Преглед", 121 "menu.view": "Преглед",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Поново учитај Франз", 126 "menu.view.reloadFerdium": "Поново учитај Франз",
127 "menu.view.reloadService": "Поново учирај услугу", 127 "menu.view.reloadService": "Поново учирај услугу",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Стварна величина", 129 "menu.view.resetZoom": "Стварна величина",
@@ -161,12 +161,12 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Započnimo! ", 163 "services.getStarted": "Započnimo! ",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Uredi račun", 167 "settings.account.account.editButton": "Uredi račun",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Ažuriraj profil", 170 "settings.account.buttonSave": "Ažuriraj profil",
171 "settings.account.deleteAccount": "Обриши налог", 171 "settings.account.deleteAccount": "Обриши налог",
172 "settings.account.deleteEmailSent": "Добили сте имејл са линком путем којег потврђујете брисање свог налога. Ваш налог и подаци не могу бити повраћени!", 172 "settings.account.deleteEmailSent": "Добили сте имејл са линком путем којег потврђујете брисање свог налога. Ваш налог и подаци не могу бити повраћени!",
@@ -181,12 +181,12 @@
181 "settings.account.tryReloadServices": "Pokušajte ponovno", 181 "settings.account.tryReloadServices": "Pokušajte ponovno",
182 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno", 182 "settings.account.tryReloadUserInfoRequest": "Pokušajte ponovno",
183 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku", 183 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Очисти кеш", 186 "settings.app.buttonClearAllCache": "Очисти кеш",
187 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje ", 187 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje ",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja", 190 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja",
191 "settings.app.cacheInfo": "Франз кеш тренутно користи {size} простора на диску.", 191 "settings.app.cacheInfo": "Франз кеш тренутно користи {size} простора на диску.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini", 198 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini",
199 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom", 199 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdium sa sistemom",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице", 207 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 212 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -225,7 +225,7 @@
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren", 229 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,19 +252,19 @@
252 "settings.app.headlineLanguage": "Jezik", 252 "settings.app.headlineLanguage": "Jezik",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Nadogradnje", 254 "settings.app.headlineUpdates": "Nadogradnje",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Лозинка", 258 "settings.app.lockedPassword": "Лозинка",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon", 260 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Кеш", 265 "settings.app.subheadlineCache": "Кеш",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ", 268 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...", 270 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...",
@@ -274,7 +274,7 @@
274 "settings.navigation.account": "Korisnički nalog", 274 "settings.navigation.account": "Korisnički nalog",
275 "settings.navigation.availableServices": "Dostupne usluge", 275 "settings.navigation.availableServices": "Dostupne usluge",
276 "settings.navigation.logout": "Odjava", 276 "settings.navigation.logout": "Odjava",
277 "settings.navigation.supportFerdi": "O Francu", 277 "settings.navigation.supportFerdium": "O Francu",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Vaše usluge", 279 "settings.navigation.yourServices": "Vaše usluge",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Dostupne usluge", 289 "settings.recipes.headline": "Dostupne usluge",
290 "settings.recipes.missingService": "Da li neki servis nedostaje?", 290 "settings.recipes.missingService": "Da li neki servis nedostaje?",
291 "settings.recipes.mostPopular": "Najpopularniji", 291 "settings.recipes.mostPopular": "Najpopularniji",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Usluga uspješno dodana",
294 "settings.searchService": "Претражи услуге", 294 "settings.searchService": "Претражи услуге",
295 "settings.service.error.goBack": "Nazad do servisa", 295 "settings.service.error.goBack": "Nazad do servisa",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Sačuvaj uslugu/e", 339 "settings.service.form.saveButton": "Sačuvaj uslugu/e",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni.", 352 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni.",
353 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.", 353 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.",
354 "settings.services.updatedInfo": "Vaše promjene su spremljene", 354 "settings.services.updatedInfo": "Vaše promjene su spremljene",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "O Francu", 357 "settings.supportFerdium.headline": "O Francu",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Tim", 360 "settings.team.headline": "Tim",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno", 386 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno",
387 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene", 387 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Dodajte novu uslugu", 394 "sidebar.addNewService": "Dodajte novu uslugu",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Онемогући обавештења и звукове", 398 "sidebar.muteApp": "Онемогући обавештења и звукове",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Искључи обавештења и звукове", 401 "sidebar.unmuteApp": "Искључи обавештења и звукове",
402 "signup.email.label": "Vaša e-adresa", 402 "signup.email.label": "Vaša e-adresa",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Ime", 404 "signup.firstname.label": "Ime",
405 "signup.headline": "Prijava", 405 "signup.headline": "Prijava",
406 "signup.lastname.label": "Prezime", 406 "signup.lastname.label": "Prezime",
407 "signup.legal.info": "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama", 407 "signup.legal.info": "Prilikom stvaranja Ferdium računa, slažete se sa sljedećim stavkama",
408 "signup.legal.privacy": "Izjava o privatnosti", 408 "signup.legal.privacy": "Izjava o privatnosti",
409 "signup.legal.terms": "Uvjeti korištenja", 409 "signup.legal.terms": "Uvjeti korištenja",
410 "signup.link.login": "Imate račun? Prijavite se.", 410 "signup.link.login": "Imate račun? Prijavite se.",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "uredi", 441 "workspaceDrawer.item.contextMenuEdit": "uredi",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 0eeee7226..78b19a2f3 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Byt server", 5 "changeserver.headline": "Byt server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Ange en giltig URL", 7 "changeserver.urlError": "Ange en giltig URL",
8 "changeserver.warning": "Extra inställningar från Ferdi kommer inte sparas", 8 "changeserver.warning": "Extra inställningar från Ferdium kommer inte sparas",
9 "connectionLostBanner.cta": "Ladda om tjänst", 9 "connectionLostBanner.cta": "Ladda om tjänst",
10 "connectionLostBanner.informationLink": "Vad hände?", 10 "connectionLostBanner.informationLink": "Vad hände?",
11 "connectionLostBanner.message": "Åh nej! Ferdi förlorade anslutningen till {name}.", 11 "connectionLostBanner.message": "Åh nej! Ferdium förlorade anslutningen till {name}.",
12 "feature.basicAuth.signIn": "Logga in", 12 "feature.basicAuth.signIn": "Logga in",
13 "feature.publishDebugInfo.error": "Ett fel uppstod när felsökningsinformationen skulle skickas. Försök igen senare eller se konsolen för mer information.", 13 "feature.publishDebugInfo.error": "Ett fel uppstod när felsökningsinformationen skulle skickas. Försök igen senare eller se konsolen för mer information.",
14 "feature.publishDebugInfo.info": "Genom att skicka oss din felsökningsinformation hjälper du oss att hitta problem och fel i Ferdi. Genom att skicka din felsökningsinformation godkänner du Ferdi-debuggerns sekretesspolicy och användarvillkor", 14 "feature.publishDebugInfo.info": "Genom att skicka oss din felsökningsinformation hjälper du oss att hitta problem och fel i Ferdium. Genom att skicka din felsökningsinformation godkänner du Ferdium-debuggerns sekretesspolicy och användarvillkor",
15 "feature.publishDebugInfo.privacy": "Integritetspolicy", 15 "feature.publishDebugInfo.privacy": "Integritetspolicy",
16 "feature.publishDebugInfo.publish": "Godkänn och skicka", 16 "feature.publishDebugInfo.publish": "Godkänn och skicka",
17 "feature.publishDebugInfo.published": "Din felsökningslogg har skickats och finns nu tillgänglig på", 17 "feature.publishDebugInfo.published": "Din felsökningslogg har skickats och finns nu tillgänglig på",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "Välj en tjänst med TAB, ↑ and ↓. Öppna en tjänst med ENTER.", 20 "feature.quickSwitch.info": "Välj en tjänst med TAB, ↑ and ↓. Öppna en tjänst med ENTER.",
21 "feature.quickSwitch.search": "Sök...", 21 "feature.quickSwitch.search": "Sök...",
22 "feature.quickSwitch.title": "Snabbväxling", 22 "feature.quickSwitch.title": "Snabbväxling",
23 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster", 23 "global.api.unhealthy": "Kan inte ansluta till Ferdiums onlinetjänster",
24 "global.cancel": "Avbryt", 24 "global.cancel": "Avbryt",
25 "global.edit": "Redigera", 25 "global.edit": "Redigera",
26 "global.no": "Nej", 26 "global.no": "Nej",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Använd 'https://whatmyuseragent.com/' (för att upptäcka) eller 'https://developers.whatismybrowser.com/useragents/explore/' (för att välja) din önskade användaragent och kopiera-klistra in den här.", 38 "global.userAgentHelp": "Använd 'https://whatmyuseragent.com/' (för att upptäcka) eller 'https://developers.whatismybrowser.com/useragents/explore/' (för att välja) din önskade användaragent och kopiera-klistra in den här.",
39 "global.userAgentPref": "Användaragent", 39 "global.userAgentPref": "Användaragent",
40 "global.yes": "Ja", 40 "global.yes": "Ja",
41 "import.headline": "Importera dina Ferdi 4-tjänster", 41 "import.headline": "Importera dina Ferdium 4-tjänster",
42 "import.notSupportedHeadline": "Tjänster som ännu inte stöds i Ferdi 5", 42 "import.notSupportedHeadline": "Tjänster som ännu inte stöds i Ferdium 5",
43 "import.skip.label": "Jag vill lägga till tjänster manuellt", 43 "import.skip.label": "Jag vill lägga till tjänster manuellt",
44 "import.submit.label": "Importera {count} tjänster", 44 "import.submit.label": "Importera {count} tjänster",
45 "infobar.authRequestFailed": "Det uppstod fel vid försök då en autentiserad begäran utfördes. Prova att logga ut och in igen om felet kvarstår.", 45 "infobar.authRequestFailed": "Det uppstod fel vid försök då en autentiserad begäran utfördes. Prova att logga ut och in igen om felet kvarstår.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Dölj", 49 "infobar.hide": "Dölj",
50 "infobar.requiredRequestsFailed": "Kunde inte ladda tjänster och användarinformation", 50 "infobar.requiredRequestsFailed": "Kunde inte ladda tjänster och användarinformation",
51 "infobar.servicesUpdated": "Dina tjänster har uppdaterats.", 51 "infobar.servicesUpdated": "Dina tjänster har uppdaterats.",
52 "infobar.updateAvailable": "En ny uppdatering för Ferdi finns tillgänglig.", 52 "infobar.updateAvailable": "En ny uppdatering för Ferdium finns tillgänglig.",
53 "infobox.dismiss": "Avfärda", 53 "infobox.dismiss": "Avfärda",
54 "invite.email.label": "E-postadress", 54 "invite.email.label": "E-postadress",
55 "invite.headline.friends": "Bjud in 3 av dina vänner eller kollegor", 55 "invite.headline.friends": "Bjud in 3 av dina vänner eller kollegor",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Din session har gått ut. Vänligen logga in på nytt.", 78 "login.tokenExpired": "Din session har gått ut. Vänligen logga in på nytt.",
79 "menu.Todoss.closeTodosDrawer": "Stäng Todos-lådan", 79 "menu.Todoss.closeTodosDrawer": "Stäng Todos-lådan",
80 "menu.Todoss.openTodosDrawer": "Öppna Todos-lådan", 80 "menu.Todoss.openTodosDrawer": "Öppna Todos-lådan",
81 "menu.app.about": "Om Ferdi", 81 "menu.app.about": "Om Ferdium",
82 "menu.app.autohideMenuBar": "Dölj menyraden automatiskt", 82 "menu.app.autohideMenuBar": "Dölj menyraden automatiskt",
83 "menu.app.checkForUpdates": "Sök efter uppdateringar", 83 "menu.app.checkForUpdates": "Sök efter uppdateringar",
84 "menu.app.hide": "Dölj", 84 "menu.app.hide": "Dölj",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Ändringslogg", 104 "menu.help.changelog": "Ändringslogg",
105 "menu.help.debugInfo": "Kopiera felsökningsinformation", 105 "menu.help.debugInfo": "Kopiera felsökningsinformation",
106 "menu.help.debugInfoCopiedBody": "Din felsökningsinformation har kopierats till ditt urklipp.", 106 "menu.help.debugInfoCopiedBody": "Din felsökningsinformation har kopierats till ditt urklipp.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi felsökningsinformation", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium felsökningsinformation",
108 "menu.help.importExportData": "Importera/Exportera konfigurationsdata", 108 "menu.help.importExportData": "Importera/Exportera konfigurationsdata",
109 "menu.help.learnMore": "Läs mer", 109 "menu.help.learnMore": "Läs mer",
110 "menu.help.privacy": "Integritetspolicy", 110 "menu.help.privacy": "Integritetspolicy",
@@ -121,9 +121,9 @@
121 "menu.view": "Visa", 121 "menu.view": "Visa",
122 "menu.view.back": "Tillbaka", 122 "menu.view.back": "Tillbaka",
123 "menu.view.forward": "Framåt", 123 "menu.view.forward": "Framåt",
124 "menu.view.lockFerdi": "Lås Ferdi", 124 "menu.view.lockFerdium": "Lås Ferdium",
125 "menu.view.openQuickSwitch": "Öppna snabbväxling", 125 "menu.view.openQuickSwitch": "Öppna snabbväxling",
126 "menu.view.reloadFerdi": "Ladda om Ferdi", 126 "menu.view.reloadFerdium": "Ladda om Ferdium",
127 "menu.view.reloadService": "Ladda om tjänst", 127 "menu.view.reloadService": "Ladda om tjänst",
128 "menu.view.reloadTodos": "Ladda om: AttGöra", 128 "menu.view.reloadTodos": "Ladda om: AttGöra",
129 "menu.view.resetZoom": "Originalstorlek", 129 "menu.view.resetZoom": "Originalstorlek",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} kunde inte laddas.", 161 "service.errorHandler.text": "{name} kunde inte laddas.",
162 "service.webviewLoader.loading": "Laddar {service}", 162 "service.webviewLoader.loading": "Laddar {service}",
163 "services.getStarted": "Kom igång", 163 "services.getStarted": "Kom igång",
164 "services.login": "Logga in för att använda Ferdi.", 164 "services.login": "Logga in för att använda Ferdium.",
165 "services.serverInfo": "Alternativt kan du ändra din Ferdi server genom att klicka på kuggen i det nedre vänstra hörnet. Om du byter över (från en av de hostade servrarna) till att använda Ferdi utan ett konto, informeras om att du kan exportera dina data från den servern och därefter importera den med hjälp av Hjälpmenyn för att återuppliva alla dina arbetsytor och konfigurerade tjänster!", 165 "services.serverInfo": "Alternativt kan du ändra din Ferdium server genom att klicka på kuggen i det nedre vänstra hörnet. Om du byter över (från en av de hostade servrarna) till att använda Ferdium utan ett konto, informeras om att du kan exportera dina data från den servern och därefter importera den med hjälp av Hjälpmenyn för att återuppliva alla dina arbetsytor och konfigurerade tjänster!",
166 "services.serverless": "Använd Ferdi utan ett konto", 166 "services.serverless": "Använd Ferdium utan ett konto",
167 "settings.account.account.editButton": "Redigera konto", 167 "settings.account.account.editButton": "Redigera konto",
168 "settings.account.accountUnavailable": "Kontot är inte tillgängligt", 168 "settings.account.accountUnavailable": "Kontot är inte tillgängligt",
169 "settings.account.accountUnavailableInfo": "Du använder Ferdi utan ett konto. Om du vill använda Ferdi med ett konto och hålla dina tjänster synkroniserade mellan installationer, välj en server i fliken Inställningar och logga in.", 169 "settings.account.accountUnavailableInfo": "Du använder Ferdium utan ett konto. Om du vill använda Ferdium med ett konto och hålla dina tjänster synkroniserade mellan installationer, välj en server i fliken Inställningar och logga in.",
170 "settings.account.buttonSave": "Uppdatera profil", 170 "settings.account.buttonSave": "Uppdatera profil",
171 "settings.account.deleteAccount": "Ta bort ditt användarkonto", 171 "settings.account.deleteAccount": "Ta bort ditt användarkonto",
172 "settings.account.deleteEmailSent": "Du har fått ett e-postmeddelande med en länk för att bekräfta raderingen av ditt konto. Ditt konto och data kan inte återställas!", 172 "settings.account.deleteEmailSent": "Du har fått ett e-postmeddelande med en länk för att bekräfta raderingen av ditt konto. Ditt konto och data kan inte återställas!",
173 "settings.account.deleteInfo": "Om du inte behöver ditt Ferdi-konto längre, kan du ta bort ditt konto och all anknuten information här.", 173 "settings.account.deleteInfo": "Om du inte behöver ditt Ferdium-konto längre, kan du ta bort ditt konto och all anknuten information här.",
174 "settings.account.headline": "Konto", 174 "settings.account.headline": "Konto",
175 "settings.account.headlineAccount": "Kontoinformation", 175 "settings.account.headlineAccount": "Kontoinformation",
176 "settings.account.headlineDangerZone": "Högrisksområde", 176 "settings.account.headlineDangerZone": "Högrisksområde",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Försök igen", 181 "settings.account.tryReloadServices": "Försök igen",
182 "settings.account.tryReloadUserInfoRequest": "Försök igen", 182 "settings.account.tryReloadUserInfoRequest": "Försök igen",
183 "settings.account.userInfoRequestFailed": "Kunde inte ladda användarinformation", 183 "settings.account.userInfoRequestFailed": "Kunde inte ladda användarinformation",
184 "settings.account.yourLicense": "Din Ferdi-licens:", 184 "settings.account.yourLicense": "Din Ferdium-licens:",
185 "settings.app.accentColorInfo": "Skriv din accentfärg i ett CSS-kompatibelt format. (Standard: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Skriv din accentfärg i ett CSS-kompatibelt format. (Standard: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Rensa cache", 186 "settings.app.buttonClearAllCache": "Rensa cache",
187 "settings.app.buttonInstallUpdate": "Starta om & installera uppdatering", 187 "settings.app.buttonInstallUpdate": "Starta om & installera uppdatering",
188 "settings.app.buttonOpenFerdiProfileFolder": "Öppna profilmapp", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Öppna profilmapp",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Öppna Service Recept mapp", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Öppna Service Recept mapp",
190 "settings.app.buttonSearchForUpdate": "Sök efter uppdateringar", 190 "settings.app.buttonSearchForUpdate": "Sök efter uppdateringar",
191 "settings.app.cacheInfo": "Ferdis cache använder för närvarande {size} diskutrymme.", 191 "settings.app.cacheInfo": "Ferdiums cache använder för närvarande {size} diskutrymme.",
192 "settings.app.cacheNotCleared": "Kunde inte rensa alla temporära filer", 192 "settings.app.cacheNotCleared": "Kunde inte rensa alla temporära filer",
193 "settings.app.closeSettings": "Stäng inställningarna", 193 "settings.app.closeSettings": "Stäng inställningarna",
194 "settings.app.currentVersion": "Nuvarande version:", 194 "settings.app.currentVersion": "Nuvarande version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synkronisera det mörka läget med operativsystemets inställning för mörkt läge", 196 "settings.app.form.adaptableDarkMode": "Synkronisera det mörka läget med operativsystemets inställning för mörkt läge",
197 "settings.app.form.alwaysShowWorkspaces": "Visa alltid meny för arbetsytor", 197 "settings.app.form.alwaysShowWorkspaces": "Visa alltid meny för arbetsytor",
198 "settings.app.form.autoLaunchInBackground": "Öppna i bakgrunden", 198 "settings.app.form.autoLaunchInBackground": "Öppna i bakgrunden",
199 "settings.app.form.autoLaunchOnStart": "Starta Ferdi vid uppstart", 199 "settings.app.form.autoLaunchOnStart": "Starta Ferdium vid uppstart",
200 "settings.app.form.automaticUpdates": "Aktivera uppdateringar", 200 "settings.app.form.automaticUpdates": "Aktivera uppdateringar",
201 "settings.app.form.beta": "Inkludera förhandsutgåvor", 201 "settings.app.form.beta": "Inkludera förhandsutgåvor",
202 "settings.app.form.clipboardNotifications": "Visa inte aviseringar för urklipp händelser", 202 "settings.app.form.clipboardNotifications": "Visa inte aviseringar för urklipp händelser",
203 "settings.app.form.closeToSystemTray": "Stäng Ferdi till systemfältet", 203 "settings.app.form.closeToSystemTray": "Stäng Ferdium till systemfältet",
204 "settings.app.form.confirmOnQuit": "Bekräfta när du avslutar Ferdi", 204 "settings.app.form.confirmOnQuit": "Bekräfta när du avslutar Ferdium",
205 "settings.app.form.customTodoServer": "Anpassad Todo-server", 205 "settings.app.form.customTodoServer": "Anpassad Todo-server",
206 "settings.app.form.darkMode": "Aktivera mörkt läge", 206 "settings.app.form.darkMode": "Aktivera mörkt läge",
207 "settings.app.form.enableGPUAcceleration": "Aktivera GPU-hårdvaruacceleration", 207 "settings.app.form.enableGPUAcceleration": "Aktivera GPU-hårdvaruacceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Aktivera Global genväg för att dölja Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Aktivera Global genväg för att dölja Ferdium",
209 "settings.app.form.enableLock": "Aktivera lösenordslås", 209 "settings.app.form.enableLock": "Aktivera lösenordslås",
210 "settings.app.form.enableLongPressServiceHint": "Aktivera servicegenvägledningstips vid långt tryck", 210 "settings.app.form.enableLongPressServiceHint": "Aktivera servicegenvägledningstips vid långt tryck",
211 "settings.app.form.enableMenuBar": "Visa alltid Ferdi i menyraden", 211 "settings.app.form.enableMenuBar": "Visa alltid Ferdium i menyraden",
212 "settings.app.form.enableSpellchecking": "Aktivera stavningskontroll", 212 "settings.app.form.enableSpellchecking": "Aktivera stavningskontroll",
213 "settings.app.form.enableSystemTray": "Visa alltid ikon i systemfältet", 213 "settings.app.form.enableSystemTray": "Visa alltid ikon i systemfältet",
214 "settings.app.form.enableTodos": "Aktivera Ferdi Todos", 214 "settings.app.form.enableTodos": "Aktivera Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Håll tjänster i viloläge vid start", 215 "settings.app.form.hibernateOnStartup": "Håll tjänster i viloläge vid start",
216 "settings.app.form.hibernationStrategy": "Strategi för vila", 216 "settings.app.form.hibernationStrategy": "Strategi för vila",
217 "settings.app.form.iconSize": "Ikonstorlek för tjänster", 217 "settings.app.form.iconSize": "Ikonstorlek för tjänster",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Håll alla arbetsytor laddade", 219 "settings.app.form.keepAllWorkspacesLoaded": "Håll alla arbetsytor laddade",
220 "settings.app.form.language": "Språk", 220 "settings.app.form.language": "Språk",
221 "settings.app.form.lockPassword": "Lösenord", 221 "settings.app.form.lockPassword": "Lösenord",
222 "settings.app.form.minimizeToSystemTray": "Minimera Ferdi till systemfältet", 222 "settings.app.form.minimizeToSystemTray": "Minimera Ferdium till systemfältet",
223 "settings.app.form.navigationBarBehaviour": "Navigeringsfältets beteende", 223 "settings.app.form.navigationBarBehaviour": "Navigeringsfältets beteende",
224 "settings.app.form.notifyTaskBarOnMessage": "Meddela Aktivitetsfält/Docka på nytt meddelande", 224 "settings.app.form.notifyTaskBarOnMessage": "Meddela Aktivitetsfält/Docka på nytt meddelande",
225 "settings.app.form.passwordToggle": "Växla lösenord", 225 "settings.app.form.passwordToggle": "Växla lösenord",
226 "settings.app.form.predefinedTodoServer": "Todo-server", 226 "settings.app.form.predefinedTodoServer": "Todo-server",
227 "settings.app.form.privateNotifications": "Visa inte meddelandeinnehåll i aviseringar", 227 "settings.app.form.privateNotifications": "Visa inte meddelandeinnehåll i aviseringar",
228 "settings.app.form.reloadAfterResume": "Ladda om Ferdi efter datorn väckts från vila", 228 "settings.app.form.reloadAfterResume": "Ladda om Ferdium efter datorn väckts från vila",
229 "settings.app.form.runInBackground": "Kör Ferdi i bakgrunden när fönstret stängts", 229 "settings.app.form.runInBackground": "Kör Ferdium i bakgrunden när fönstret stängts",
230 "settings.app.form.scheduledDNDEnabled": "Aktivera schemalagt Stör ej-läge", 230 "settings.app.form.scheduledDNDEnabled": "Aktivera schemalagt Stör ej-läge",
231 "settings.app.form.scheduledDNDEnd": "Till", 231 "settings.app.form.scheduledDNDEnd": "Till",
232 "settings.app.form.scheduledDNDStart": "Från", 232 "settings.app.form.scheduledDNDStart": "Från",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Aktivera delat visningsläge", 241 "settings.app.form.splitMode": "Aktivera delat visningsläge",
242 "settings.app.form.startMinimized": "Starta i minimerat läge", 242 "settings.app.form.startMinimized": "Starta i minimerat läge",
243 "settings.app.form.universalDarkMode": "Aktivera globalt mörkt läge", 243 "settings.app.form.universalDarkMode": "Aktivera globalt mörkt läge",
244 "settings.app.form.useTouchIdToUnlock": "Tillåt att TouchID används för att låsa upp Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Tillåt att TouchID används för att låsa upp Ferdium",
245 "settings.app.form.useVerticalStyle": "Använd horisontell stil", 245 "settings.app.form.useVerticalStyle": "Använd horisontell stil",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cykler för att minska belastningen", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cykler för att minska belastningen",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategi efter automatisk vakna upp", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategi efter automatisk vakna upp",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Språk", 252 "settings.app.headlineLanguage": "Språk",
253 "settings.app.headlinePrivacy": "Sekretess", 253 "settings.app.headlinePrivacy": "Sekretess",
254 "settings.app.headlineUpdates": "Uppdateringar", 254 "settings.app.headlineUpdates": "Uppdateringar",
255 "settings.app.hibernateInfo": "Som standard kommer Ferdi att hålla alla dina tjänster öppna och laddade i bakgrunden så att de är redo när du vill använda dem. Viloläget kommer att stänga dina tjänster efter ett angivet belopp. Detta är användbart för att spara på arbetsminne eller se till att tjänster inte saktar ner datorn.", 255 "settings.app.hibernateInfo": "Som standard kommer Ferdium att hålla alla dina tjänster öppna och laddade i bakgrunden så att de är redo när du vill använda dem. Viloläget kommer att stänga dina tjänster efter ett angivet belopp. Detta är användbart för att spara på arbetsminne eller se till att tjänster inte saktar ner datorn.",
256 "settings.app.inactivityLockInfo": "Antal minuter av inaktivitet, varefter Ferdi låses automatiskt. Ange 0 för att inaktivera", 256 "settings.app.inactivityLockInfo": "Antal minuter av inaktivitet, varefter Ferdium låses automatiskt. Ange 0 för att inaktivera",
257 "settings.app.lockInfo": "Lösenordslås låter dig skydda dina meddelanden.\nAnvända lösenordsblock, du kommer att bli ombedd att ange ditt lösenord varje gång du startar Ferdi eller låsa Ferdi själv med hjälp av låssymbolen i det nedre vänstra hörnet eller genvägen {lockShortcut}.", 257 "settings.app.lockInfo": "Lösenordslås låter dig skydda dina meddelanden.\nAnvända lösenordsblock, du kommer att bli ombedd att ange ditt lösenord varje gång du startar Ferdium eller låsa Ferdium själv med hjälp av låssymbolen i det nedre vänstra hörnet eller genvägen {lockShortcut}.",
258 "settings.app.lockedPassword": "Lösenord", 258 "settings.app.lockedPassword": "Lösenord",
259 "settings.app.lockedPasswordInfo": "Se till att du anger ett lösenord du kommer att komma ihåg.\nOm du tappar bort detta lösenord måste du installera om Ferdi.", 259 "settings.app.lockedPasswordInfo": "Se till att du anger ett lösenord du kommer att komma ihåg.\nOm du tappar bort detta lösenord måste du installera om Ferdium.",
260 "settings.app.restartRequired": "Ändringar kräver omstart", 260 "settings.app.restartRequired": "Ändringar kräver omstart",
261 "settings.app.scheduledDNDInfo": "Schemalagd \"Stör ej\" låter dig definiera en tidsperiod inom vilken du inte vill få meddelanden från Ferdi.", 261 "settings.app.scheduledDNDInfo": "Schemalagd \"Stör ej\" låter dig definiera en tidsperiod inom vilken du inte vill få meddelanden från Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Tid i 24-timmarsformat. Sluttid kan vara före starttid (t.ex. start 17:00, slut 09:00) för att aktivera \"Stör ej\" över natten.", 262 "settings.app.scheduledDNDTimeInfo": "Tid i 24-timmarsformat. Sluttid kan vara före starttid (t.ex. start 17:00, slut 09:00) för att aktivera \"Stör ej\" över natten.",
263 "settings.app.sentryInfo": "Genom att skicka telemetri data kan vi hitta fel i Ferdi - vi kommer inte att skicka någon personlig information som dina meddelandedata!", 263 "settings.app.sentryInfo": "Genom att skicka telemetri data kan vi hitta fel i Ferdium - vi kommer inte att skicka någon personlig information som dina meddelandedata!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi använder Mac's inbyggda stavningskontroll för att kontrollera skrivfel. Om du vill ändra de språk som stavningskontrollen kontrollerar efter kan du göra det i din Macs Systeminställningar.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium använder Mac's inbyggda stavningskontroll för att kontrollera skrivfel. Om du vill ändra de språk som stavningskontrollen kontrollerar efter kan du göra det i din Macs Systeminställningar.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "Denna server kommer att användas för \"Ferdi Todo\"-funktionen.", 267 "settings.app.todoServerInfo": "Denna server kommer att användas för \"Ferdium Todo\"-funktionen.",
268 "settings.app.translationHelp": "Hjälp oss att översätta Ferdi till ditt språk.", 268 "settings.app.translationHelp": "Hjälp oss att översätta Ferdium till ditt språk.",
269 "settings.app.universalDarkModeInfo": "Globalt mörkt läge försöker att dynamiskt generera en mörk stil för tjänster som ännu inte stöds.", 269 "settings.app.universalDarkModeInfo": "Globalt mörkt läge försöker att dynamiskt generera en mörk stil för tjänster som ännu inte stöds.",
270 "settings.app.updateStatusAvailable": "Uppdatering tillgänglig, laddar ner...", 270 "settings.app.updateStatusAvailable": "Uppdatering tillgänglig, laddar ner...",
271 "settings.app.updateStatusSearching": "Söker efter uppdateringar...", 271 "settings.app.updateStatusSearching": "Söker efter uppdateringar...",
272 "settings.app.updateStatusUpToDate": "Du använder den senaste versionen av Ferdi", 272 "settings.app.updateStatusUpToDate": "Du använder den senaste versionen av Ferdium",
273 "settings.invite.headline": "Bjud in vänner", 273 "settings.invite.headline": "Bjud in vänner",
274 "settings.navigation.account": "Konto", 274 "settings.navigation.account": "Konto",
275 "settings.navigation.availableServices": "Tillgängliga tjänster", 275 "settings.navigation.availableServices": "Tillgängliga tjänster",
276 "settings.navigation.logout": "Logga ut", 276 "settings.navigation.logout": "Logga ut",
277 "settings.navigation.supportFerdi": "Om Ferdi", 277 "settings.navigation.supportFerdium": "Om Ferdium",
278 "settings.navigation.team": "Hantera grupp", 278 "settings.navigation.team": "Hantera grupp",
279 "settings.navigation.yourServices": "Dina tjänster", 279 "settings.navigation.yourServices": "Dina tjänster",
280 "settings.navigation.yourWorkspaces": "Dina arbetsytor", 280 "settings.navigation.yourWorkspaces": "Dina arbetsytor",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Tillgängliga tjänster", 289 "settings.recipes.headline": "Tillgängliga tjänster",
290 "settings.recipes.missingService": "Saknar du en tjänst?", 290 "settings.recipes.missingService": "Saknar du en tjänst?",
291 "settings.recipes.mostPopular": "Mest populära", 291 "settings.recipes.mostPopular": "Mest populära",
292 "settings.recipes.nothingFound": "Tyvärr, men ingen tjänst matchade ditt sökord - men du kan fortfarande förmodligen lägga till det med \"Anpassad webbplats\" alternativet. Observera att webbplatsen kan visa fler tjänster som har lagts till Ferdi sedan den version som du för närvarande är på. För att få dessa nya tjänster, överväg att uppgradera till en nyare version av Ferdi.", 292 "settings.recipes.nothingFound": "Tyvärr, men ingen tjänst matchade ditt sökord - men du kan fortfarande förmodligen lägga till det med \"Anpassad webbplats\" alternativet. Observera att webbplatsen kan visa fler tjänster som har lagts till Ferdium sedan den version som du för närvarande är på. För att få dessa nya tjänster, överväg att uppgradera till en nyare version av Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Tjänsten har lagts till",
294 "settings.searchService": "Sök efter tjänst", 294 "settings.searchService": "Sök efter tjänst",
295 "settings.service.error.goBack": "Tillbaka till tjänster", 295 "settings.service.error.goBack": "Tillbaka till tjänster",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Öppna user.js", 329 "settings.service.form.openUserJs": "Öppna user.js",
330 "settings.service.form.proxy.headline": "Inställningar för HTTP/HTTPS-proxy", 330 "settings.service.form.proxy.headline": "Inställningar för HTTP/HTTPS-proxy",
331 "settings.service.form.proxy.host": "Proxy-värd/IP", 331 "settings.service.form.proxy.host": "Proxy-värd/IP",
332 "settings.service.form.proxy.info": "Proxyinställningarna kommer inte att synkroniseras med Ferdi servrarna.", 332 "settings.service.form.proxy.info": "Proxyinställningarna kommer inte att synkroniseras med Ferdium servrarna.",
333 "settings.service.form.proxy.isEnabled": "Använd proxy", 333 "settings.service.form.proxy.isEnabled": "Använd proxy",
334 "settings.service.form.proxy.password": "Lösenord (frivilligt)", 334 "settings.service.form.proxy.password": "Lösenord (frivilligt)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Vänligen starta om Ferdi efter att du ändrat proxyinställningar.", 336 "settings.service.form.proxy.restartInfo": "Vänligen starta om Ferdium efter att du ändrat proxyinställningar.",
337 "settings.service.form.proxy.user": "Användare (valfritt)", 337 "settings.service.form.proxy.user": "Användare (valfritt)",
338 "settings.service.form.recipeFileInfo": "Dina användarfiler kommer att infogas i webbsidan så att du kan anpassa tjänsterna hur du vill. Användarfiler lagras endast lokalt och överförs inte till andra datorer som använer samma konto.", 338 "settings.service.form.recipeFileInfo": "Dina användarfiler kommer att infogas i webbsidan så att du kan anpassa tjänsterna hur du vill. Användarfiler lagras endast lokalt och överförs inte till andra datorer som använer samma konto.",
339 "settings.service.form.saveButton": "Spara tjänst", 339 "settings.service.form.saveButton": "Spara tjänst",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Alla ljud är avstängda", 352 "settings.services.tooltip.isMuted": "Alla ljud är avstängda",
353 "settings.services.tooltip.notificationsDisabled": "Aviseringar är inaktiverade", 353 "settings.services.tooltip.notificationsDisabled": "Aviseringar är inaktiverade",
354 "settings.services.updatedInfo": "Dina ändringar har sparats", 354 "settings.services.updatedInfo": "Dina ändringar har sparats",
355 "settings.supportFerdi.about": "Utvecklingen av Ferdi görs av bidragsgivare. Människor som använder Ferdi som du. De upprätthåller, fixar och förbättrar Ferdi på sin fritid.", 355 "settings.supportFerdium.about": "Utvecklingen av Ferdium görs av bidragsgivare. Människor som använder Ferdium som du. De upprätthåller, fixar och förbättrar Ferdium på sin fritid.",
356 "settings.supportFerdi.aboutIntro": "Särskilt tack går till dessa fantastiska människor:", 356 "settings.supportFerdium.aboutIntro": "Särskilt tack går till dessa fantastiska människor:",
357 "settings.supportFerdi.headline": "Om Ferdi", 357 "settings.supportFerdium.headline": "Om Ferdium",
358 "settings.team.contentHeadline": "Hantera Franz-grupp", 358 "settings.team.contentHeadline": "Hantera Franz-grupp",
359 "settings.team.copy": "Grupphanteringen i Franz låter dig hantera Franz-abonnemang för flera användare. Observera att ett Franz Premium-abonnemang inte ger dig några extra funktioner i Ferdi: Den enda anledningen till att du fortfarande har tillgång till grupphanteringen är att du kan hantera dina äldre Franz-grupper så att du inte förlorar någon funktionalitet i hanteringen av ditt konto.", 359 "settings.team.copy": "Grupphanteringen i Franz låter dig hantera Franz-abonnemang för flera användare. Observera att ett Franz Premium-abonnemang inte ger dig några extra funktioner i Ferdium: Den enda anledningen till att du fortfarande har tillgång till grupphanteringen är att du kan hantera dina äldre Franz-grupper så att du inte förlorar någon funktionalitet i hanteringen av ditt konto.",
360 "settings.team.headline": "Grupp", 360 "settings.team.headline": "Grupp",
361 "settings.team.intro": "Du använder för närvarande Franz servrar, vilket är anledningen till att du har tillgång till Team Management.", 361 "settings.team.intro": "Du använder för närvarande Franz servrar, vilket är anledningen till att du har tillgång till Team Management.",
362 "settings.team.manageAction": "Hantera din grupp på meetfranz.com", 362 "settings.team.manageAction": "Hantera din grupp på meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Du har inte lagt till några arbetsytor än.", 385 "settings.workspaces.noWorkspacesAdded": "Du har inte lagt till några arbetsytor än.",
386 "settings.workspaces.tryReloadWorkspaces": "Försök igen", 386 "settings.workspaces.tryReloadWorkspaces": "Försök igen",
387 "settings.workspaces.updatedInfo": "Dina ändringar har sparats", 387 "settings.workspaces.updatedInfo": "Dina ändringar har sparats",
388 "settings.workspaces.workspaceFeatureHeadline": "\"Less is more\": Vi presenterar Ferdi-arbetsytor", 388 "settings.workspaces.workspaceFeatureHeadline": "\"Less is more\": Vi presenterar Ferdium-arbetsytor",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces låter dig fokusera på vad som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst. Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på ditt spel - eller enkelt stänga av från jobbet när du vill.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium Workspaces låter dig fokusera på vad som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst. Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på ditt spel - eller enkelt stänga av från jobbet när du vill.",
390 "settings.workspaces.workspacesRequestFailed": "Kunde inte ladda dina arbetsytor", 390 "settings.workspaces.workspacesRequestFailed": "Kunde inte ladda dina arbetsytor",
391 "setupAssistant.headline": "Kom igång", 391 "setupAssistant.headline": "Kom igång",
392 "setupAssistant.subheadline": "Välj bland våra mest använda tjänster och kom tillbaka på toppen av dina meddelanden nu.", 392 "setupAssistant.subheadline": "Välj bland våra mest använda tjänster och kom tillbaka på toppen av dina meddelanden nu.",
393 "setupAssistant.submit.label": "Sätt igång", 393 "setupAssistant.submit.label": "Sätt igång",
394 "sidebar.addNewService": "Lägg till ny tjänst", 394 "sidebar.addNewService": "Lägg till ny tjänst",
395 "sidebar.closeTodosDrawer": "Stäng Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Stäng Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Stäng arbetsytan", 396 "sidebar.closeWorkspaceDrawer": "Stäng arbetsytan",
397 "sidebar.lockFerdi": "Lås Ferdi", 397 "sidebar.lockFerdium": "Lås Ferdium",
398 "sidebar.muteApp": "Inaktivera notifikationer och ljud", 398 "sidebar.muteApp": "Inaktivera notifikationer och ljud",
399 "sidebar.openTodosDrawer": "Öppna Ferdi Todos", 399 "sidebar.openTodosDrawer": "Öppna Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Öppna arbetsytan", 400 "sidebar.openWorkspaceDrawer": "Öppna arbetsytan",
401 "sidebar.unmuteApp": "Aktivera aviseringar och ljud", 401 "sidebar.unmuteApp": "Aktivera aviseringar och ljud",
402 "signup.email.label": "E-postadress", 402 "signup.email.label": "E-postadress",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Förnamn", 404 "signup.firstname.label": "Förnamn",
405 "signup.headline": "Registrera dig", 405 "signup.headline": "Registrera dig",
406 "signup.lastname.label": "Efternamn", 406 "signup.lastname.label": "Efternamn",
407 "signup.legal.info": "Genom att skapa ett Ferdi konto accepterar du", 407 "signup.legal.info": "Genom att skapa ett Ferdium konto accepterar du",
408 "signup.legal.privacy": "Integritetspolicy", 408 "signup.legal.privacy": "Integritetspolicy",
409 "signup.legal.terms": "Användarvillkor", 409 "signup.legal.terms": "Användarvillkor",
410 "signup.link.login": "Har du redan ett konto? Logga in", 410 "signup.link.login": "Har du redan ett konto? Logga in",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Arbetsytor", 440 "workspaceDrawer.headline": "Arbetsytor",
441 "workspaceDrawer.item.contextMenuEdit": "redigera", 441 "workspaceDrawer.item.contextMenuEdit": "redigera",
442 "workspaceDrawer.item.noServicesAddedYet": "Inga tjänster har lagts till", 442 "workspaceDrawer.item.noServicesAddedYet": "Inga tjänster har lagts till",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi-arbetsytor låter dig fokusera på det som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst.</p><p>Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på läget - eller enkelt koppla bort från jobbet när du vill.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium-arbetsytor låter dig fokusera på det som är viktigt just nu. Konfigurera olika uppsättningar av tjänster och växla enkelt mellan dem när som helst.</p><p>Du bestämmer vilka tjänster du behöver när och var, så att vi kan hjälpa dig att hålla koll på läget - eller enkelt koppla bort från jobbet när du vill.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Redigera inställningar för arbetsytor", 444 "workspaceDrawer.workspacesSettingsTooltip": "Redigera inställningar för arbetsytor",
445 "workspaces.switchingIndicator.switchingTo": "Byter till" 445 "workspaces.switchingIndicator.switchingTo": "Byter till"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/te.json b/src/i18n/locales/te.json
index f6b53d501..795c58365 100644
--- a/src/i18n/locales/te.json
+++ b/src/i18n/locales/te.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "Privacy policy", 15 "feature.publishDebugInfo.privacy": "Privacy policy",
16 "feature.publishDebugInfo.publish": "Accept and publish", 16 "feature.publishDebugInfo.publish": "Accept and publish",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "Search...", 21 "feature.quickSwitch.search": "Search...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Can't connect to Ferdi online services", 23 "global.api.unhealthy": "Can't connect to Ferdium online services",
24 "global.cancel": "Cancel", 24 "global.cancel": "Cancel",
25 "global.edit": "Edit", 25 "global.edit": "Edit",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "You are not connected to the internet.", 27 "global.notConnectedToTheInternet": "You are not connected to the internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Quit", 29 "global.quit": "Quit",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Settings", 32 "global.settings": "Settings",
33 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdium 4 services",
42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdium 5",
43 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Hide", 49 "infobar.hide": "Hide",
50 "infobar.requiredRequestsFailed": "Could not load services and user information", 50 "infobar.requiredRequestsFailed": "Could not load services and user information",
51 "infobar.servicesUpdated": "Your services have been updated.", 51 "infobar.servicesUpdated": "Your services have been updated.",
52 "infobar.updateAvailable": "A new update for Ferdi is available.", 52 "infobar.updateAvailable": "A new update for Ferdium is available.",
53 "infobox.dismiss": "Dismiss", 53 "infobox.dismiss": "Dismiss",
54 "invite.email.label": "Email address", 54 "invite.email.label": "Email address",
55 "invite.headline.friends": "Invite 3 of your friends or colleagues", 55 "invite.headline.friends": "Invite 3 of your friends or colleagues",
@@ -66,7 +66,7 @@
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "Change server", 67 "login.changeServer": "Change server",
68 "login.customServerQuestion": "Using a Franz account to log in?", 68 "login.customServerQuestion": "Using a Franz account to log in?",
69 "login.customServerSuggestion": "Try importing your Franz account into Ferdi", 69 "login.customServerSuggestion": "Try importing your Franz account into Ferdium",
70 "login.email.label": "Email address", 70 "login.email.label": "Email address",
71 "login.headline": "Sign in", 71 "login.headline": "Sign in",
72 "login.invalidCredentials": "Email or password not valid", 72 "login.invalidCredentials": "Email or password not valid",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Your session expired, please login again.", 78 "login.tokenExpired": "Your session expired, please login again.",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "About Ferdi", 81 "menu.app.about": "About Ferdium",
82 "menu.app.autohideMenuBar": "Auto-hide menu bar", 82 "menu.app.autohideMenuBar": "Auto-hide menu bar",
83 "menu.app.checkForUpdates": "Check for updates", 83 "menu.app.checkForUpdates": "Check for updates",
84 "menu.app.hide": "Hide", 84 "menu.app.hide": "Hide",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Changelog", 104 "menu.help.changelog": "Changelog",
105 "menu.help.debugInfo": "Copy Debug Information", 105 "menu.help.debugInfo": "Copy Debug Information",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "Learn More", 109 "menu.help.learnMore": "Learn More",
110 "menu.help.privacy": "Privacy Statement", 110 "menu.help.privacy": "Privacy Statement",
@@ -121,9 +121,9 @@
121 "menu.view": "View", 121 "menu.view": "View",
122 "menu.view.back": "Back", 122 "menu.view.back": "Back",
123 "menu.view.forward": "Forward", 123 "menu.view.forward": "Forward",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "Reload Ferdi", 126 "menu.view.reloadFerdium": "Reload Ferdium",
127 "menu.view.reloadService": "Reload Service", 127 "menu.view.reloadService": "Reload Service",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "Actual Size", 129 "menu.view.resetZoom": "Actual Size",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "Loading {service}", 162 "service.webviewLoader.loading": "Loading {service}",
163 "services.getStarted": "Get started", 163 "services.getStarted": "Get started",
164 "services.login": "Please login to use Ferdi.", 164 "services.login": "Please login to use Ferdium.",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "Edit account", 167 "settings.account.account.editButton": "Edit account",
168 "settings.account.accountUnavailable": "Account is unavailable", 168 "settings.account.accountUnavailable": "Account is unavailable",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "Update profile", 170 "settings.account.buttonSave": "Update profile",
171 "settings.account.deleteAccount": "Delete account", 171 "settings.account.deleteAccount": "Delete account",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "Account", 174 "settings.account.headline": "Account",
175 "settings.account.headlineAccount": "Account information", 175 "settings.account.headlineAccount": "Account information",
176 "settings.account.headlineDangerZone": "Danger Zone", 176 "settings.account.headlineDangerZone": "Danger Zone",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Try again", 181 "settings.account.tryReloadServices": "Try again",
182 "settings.account.tryReloadUserInfoRequest": "Try again", 182 "settings.account.tryReloadUserInfoRequest": "Try again",
183 "settings.account.userInfoRequestFailed": "Could not load user information", 183 "settings.account.userInfoRequestFailed": "Could not load user information",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Clear cache", 186 "settings.app.buttonClearAllCache": "Clear cache",
187 "settings.app.buttonInstallUpdate": "Restart & install update", 187 "settings.app.buttonInstallUpdate": "Restart & install update",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "Check for updates", 190 "settings.app.buttonSearchForUpdate": "Check for updates",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "Close settings", 193 "settings.app.closeSettings": "Close settings",
194 "settings.app.currentVersion": "Current version:", 194 "settings.app.currentVersion": "Current version:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting", 196 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer", 197 "settings.app.form.alwaysShowWorkspaces": "Always show workspace drawer",
198 "settings.app.form.autoLaunchInBackground": "Open in background", 198 "settings.app.form.autoLaunchInBackground": "Open in background",
199 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 199 "settings.app.form.autoLaunchOnStart": "Launch Ferdium on start",
200 "settings.app.form.automaticUpdates": "Enable updates", 200 "settings.app.form.automaticUpdates": "Enable updates",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Enable Dark Mode", 206 "settings.app.form.darkMode": "Enable Dark Mode",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Language", 220 "settings.app.form.language": "Language",
221 "settings.app.form.lockPassword": "Password", 221 "settings.app.form.lockPassword": "Password",
222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 222 "settings.app.form.minimizeToSystemTray": "Minimize Ferdium to system tray",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 229 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "To", 231 "settings.app.form.scheduledDNDEnd": "To",
232 "settings.app.form.scheduledDNDStart": "From", 232 "settings.app.form.scheduledDNDStart": "From",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Language", 252 "settings.app.headlineLanguage": "Language",
253 "settings.app.headlinePrivacy": "Privacy", 253 "settings.app.headlinePrivacy": "Privacy",
254 "settings.app.headlineUpdates": "Updates", 254 "settings.app.headlineUpdates": "Updates",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "Password", 258 "settings.app.lockedPassword": "Password",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "Changes require restart", 260 "settings.app.restartRequired": "Changes require restart",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Cache", 265 "settings.app.subheadlineCache": "Cache",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Update available, downloading...", 270 "settings.app.updateStatusAvailable": "Update available, downloading...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 272 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdium",
273 "settings.invite.headline": "Invite Friends", 273 "settings.invite.headline": "Invite Friends",
274 "settings.navigation.account": "Account", 274 "settings.navigation.account": "Account",
275 "settings.navigation.availableServices": "Available services", 275 "settings.navigation.availableServices": "Available services",
276 "settings.navigation.logout": "Logout", 276 "settings.navigation.logout": "Logout",
277 "settings.navigation.supportFerdi": "About Ferdi", 277 "settings.navigation.supportFerdium": "About Ferdium",
278 "settings.navigation.team": "Manage Team", 278 "settings.navigation.team": "Manage Team",
279 "settings.navigation.yourServices": "Your services", 279 "settings.navigation.yourServices": "Your services",
280 "settings.navigation.yourWorkspaces": "Your workspaces", 280 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Available services", 289 "settings.recipes.headline": "Available services",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "Most popular", 291 "settings.recipes.mostPopular": "Most popular",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
294 "settings.searchService": "Search service", 294 "settings.searchService": "Search service",
295 "settings.service.error.goBack": "Back to services", 295 "settings.service.error.goBack": "Back to services",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Open user.js", 329 "settings.service.form.openUserJs": "Open user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Use Proxy", 333 "settings.service.form.proxy.isEnabled": "Use Proxy",
334 "settings.service.form.proxy.password": "Password (optional)", 334 "settings.service.form.proxy.password": "Password (optional)",
335 "settings.service.form.proxy.port": "Port", 335 "settings.service.form.proxy.port": "Port",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "User (optional)", 337 "settings.service.form.proxy.user": "User (optional)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "Save service", 339 "settings.service.form.saveButton": "Save service",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 353 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
354 "settings.services.updatedInfo": "Your changes have been saved", 354 "settings.services.updatedInfo": "Your changes have been saved",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "About Ferdi", 357 "settings.supportFerdium.headline": "About Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Team", 360 "settings.team.headline": "Team",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Try again", 386 "settings.workspaces.tryReloadWorkspaces": "Try again",
387 "settings.workspaces.updatedInfo": "Your changes have been saved", 387 "settings.workspaces.updatedInfo": "Your changes have been saved",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Add new service", 394 "sidebar.addNewService": "Add new service",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 396 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "Disable notifications & audio", 398 "sidebar.muteApp": "Disable notifications & audio",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 400 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
401 "sidebar.unmuteApp": "Enable notifications & audio", 401 "sidebar.unmuteApp": "Enable notifications & audio",
402 "signup.email.label": "Email address", 402 "signup.email.label": "Email address",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "First Name", 404 "signup.firstname.label": "First Name",
405 "signup.headline": "Sign up", 405 "signup.headline": "Sign up",
406 "signup.lastname.label": "Last Name", 406 "signup.lastname.label": "Last Name",
407 "signup.legal.info": "By creating a Ferdi account you accept the", 407 "signup.legal.info": "By creating a Ferdium account you accept the",
408 "signup.legal.privacy": "Privacy Statement", 408 "signup.legal.privacy": "Privacy Statement",
409 "signup.legal.terms": "Terms of service", 409 "signup.legal.terms": "Terms of service",
410 "signup.link.login": "Already have an account, sign in?", 410 "signup.link.login": "Already have an account, sign in?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Workspaces", 440 "workspaceDrawer.headline": "Workspaces",
441 "workspaceDrawer.item.contextMenuEdit": "edit", 441 "workspaceDrawer.item.contextMenuEdit": "edit",
442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 442 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Switching to" 445 "workspaces.switchingIndicator.switchingTo": "Switching to"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 6de3995b0..17d4b515a 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.urlError": "Geçerli bir URL girin", 7 "changeserver.urlError": "Geçerli bir URL girin",
8 "changeserver.warning": "Ferdi'nin sunduğu ekstra ayarlar kaydedilmeyecektir", 8 "changeserver.warning": "Ferdium'nin sunduğu ekstra ayarlar kaydedilmeyecektir",
9 "connectionLostBanner.cta": "Servisi Tekrar Yükle", 9 "connectionLostBanner.cta": "Servisi Tekrar Yükle",
10 "connectionLostBanner.informationLink": "Ne oldu?", 10 "connectionLostBanner.informationLink": "Ne oldu?",
11 "connectionLostBanner.message": "Hayır, olamaz! Ferdi {name} ile bağlantısını yitirdi.", 11 "connectionLostBanner.message": "Hayır, olamaz! Ferdium {name} ile bağlantısını yitirdi.",
12 "feature.basicAuth.signIn": "Giriş Yap", 12 "feature.basicAuth.signIn": "Giriş Yap",
13 "feature.publishDebugInfo.error": "Hata ayıklama bilgisi oluşturulurken hata oluştu. Lütfen daha sonra tekrar deneyin veya daha fazla bilgi için konsolu görüntüleyin.", 13 "feature.publishDebugInfo.error": "Hata ayıklama bilgisi oluşturulurken hata oluştu. Lütfen daha sonra tekrar deneyin veya daha fazla bilgi için konsolu görüntüleyin.",
14 "feature.publishDebugInfo.info": "Hata ayıklama bilgilerinizi yayınlamak, Ferdi'deki sorunları ve hataları bulmamıza yardımcı olur. Hata ayıklama bilgilerinizi yayınlayarak Ferdi Hata Ayıklayıcı'nın gizlilik politikasını ve hizmet şartlarını kabul etmiş olursunuz.", 14 "feature.publishDebugInfo.info": "Hata ayıklama bilgilerinizi yayınlamak, Ferdium'deki sorunları ve hataları bulmamıza yardımcı olur. Hata ayıklama bilgilerinizi yayınlayarak Ferdium Hata Ayıklayıcı'nın gizlilik politikasını ve hizmet şartlarını kabul etmiş olursunuz.",
15 "feature.publishDebugInfo.privacy": "Gizlilik ilkesi", 15 "feature.publishDebugInfo.privacy": "Gizlilik ilkesi",
16 "feature.publishDebugInfo.publish": "Onayla ve yayımla", 16 "feature.publishDebugInfo.publish": "Onayla ve yayımla",
17 "feature.publishDebugInfo.published": "Hata ayıklama günlüğünüz hazır ve burada mevcut", 17 "feature.publishDebugInfo.published": "Hata ayıklama günlüğünüz hazır ve burada mevcut",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "TAB, ↑ ve ↓ ile bir servis seç. ENTER ile bir servisi aç.", 20 "feature.quickSwitch.info": "TAB, ↑ ve ↓ ile bir servis seç. ENTER ile bir servisi aç.",
21 "feature.quickSwitch.search": "Ara...", 21 "feature.quickSwitch.search": "Ara...",
22 "feature.quickSwitch.title": "QuickSwitch", 22 "feature.quickSwitch.title": "QuickSwitch",
23 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor", 23 "global.api.unhealthy": "Ferdium hizmetlerine şu anda erişilemiyor",
24 "global.cancel": "İptal", 24 "global.cancel": "İptal",
25 "global.edit": "Düzenle", 25 "global.edit": "Düzenle",
26 "global.no": "Hayır", 26 "global.no": "Hayır",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Kullanıcı aracısını 'https://whatmyuseragent.com/' adresinden öğrenebilir, 'https://developers.whatismybrowser.com/useragents/explore/' adresinden istediğinizi seçebilirsiniz; aracı bilgisini kopyalayıp buraya yapıştırınız.", 38 "global.userAgentHelp": "Kullanıcı aracısını 'https://whatmyuseragent.com/' adresinden öğrenebilir, 'https://developers.whatismybrowser.com/useragents/explore/' adresinden istediğinizi seçebilirsiniz; aracı bilgisini kopyalayıp buraya yapıştırınız.",
39 "global.userAgentPref": "Tarayıcı Tanımı", 39 "global.userAgentPref": "Tarayıcı Tanımı",
40 "global.yes": "Evet", 40 "global.yes": "Evet",
41 "import.headline": "Ferdi 4 servislerinizi içeri aktarın", 41 "import.headline": "Ferdium 4 servislerinizi içeri aktarın",
42 "import.notSupportedHeadline": "Henüz Ferdi 5'te desteklenmeyen servisler", 42 "import.notSupportedHeadline": "Henüz Ferdium 5'te desteklenmeyen servisler",
43 "import.skip.label": "Servisleri kendim eklemek istiyorum", 43 "import.skip.label": "Servisleri kendim eklemek istiyorum",
44 "import.submit.label": "{count} hizmeti içeri aktar", 44 "import.submit.label": "{count} hizmeti içeri aktar",
45 "infobar.authRequestFailed": "Yetkili bir işlem yapılmaya çalışırken hatalar ortaya çıktı. Lütfen bu hata tekrarlarsa çıkış yapıp tekrar girmeyi dene.", 45 "infobar.authRequestFailed": "Yetkili bir işlem yapılmaya çalışırken hatalar ortaya çıktı. Lütfen bu hata tekrarlarsa çıkış yapıp tekrar girmeyi dene.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Gizle", 49 "infobar.hide": "Gizle",
50 "infobar.requiredRequestsFailed": "Hizmetler ve kullanıcı bilgileri yüklenemedi", 50 "infobar.requiredRequestsFailed": "Hizmetler ve kullanıcı bilgileri yüklenemedi",
51 "infobar.servicesUpdated": "Hizmetleriniz güncellendi.", 51 "infobar.servicesUpdated": "Hizmetleriniz güncellendi.",
52 "infobar.updateAvailable": "Yeni Ferdi güncellemesi mevcut.", 52 "infobar.updateAvailable": "Yeni Ferdium güncellemesi mevcut.",
53 "infobox.dismiss": "Yok say", 53 "infobox.dismiss": "Yok say",
54 "invite.email.label": "E-posta adresi", 54 "invite.email.label": "E-posta adresi",
55 "invite.headline.friends": "3 arkadaşını ya da çalışma arkadaşını davet et", 55 "invite.headline.friends": "3 arkadaşını ya da çalışma arkadaşını davet et",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "kilidi parmak iziyle aç", 65 "locked.touchIdPrompt": "kilidi parmak iziyle aç",
66 "locked.unlockWithPassword": "Kilidi parola ile aç", 66 "locked.unlockWithPassword": "Kilidi parola ile aç",
67 "login.changeServer": "Sunucuyu değiştir", 67 "login.changeServer": "Sunucuyu değiştir",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "E-posta adresi", 70 "login.email.label": "E-posta adresi",
71 "login.headline": "Oturum Aç", 71 "login.headline": "Oturum Aç",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.", 78 "login.tokenExpired": "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.",
79 "menu.Todoss.closeTodosDrawer": "Yapılacaklar çekmecesini kapat", 79 "menu.Todoss.closeTodosDrawer": "Yapılacaklar çekmecesini kapat",
80 "menu.Todoss.openTodosDrawer": "Yapılacaklar çekmecesini aç", 80 "menu.Todoss.openTodosDrawer": "Yapılacaklar çekmecesini aç",
81 "menu.app.about": "Ferdi Hakkında", 81 "menu.app.about": "Ferdium Hakkında",
82 "menu.app.autohideMenuBar": "Menü çubuğunu otomatik otomatik olarak gizle", 82 "menu.app.autohideMenuBar": "Menü çubuğunu otomatik otomatik olarak gizle",
83 "menu.app.checkForUpdates": "Güncellemeleri kontrol et", 83 "menu.app.checkForUpdates": "Güncellemeleri kontrol et",
84 "menu.app.hide": "Gizle", 84 "menu.app.hide": "Gizle",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "Değişim Günlüğü", 104 "menu.help.changelog": "Değişim Günlüğü",
105 "menu.help.debugInfo": "Hata ayıklama bilgisini kopyala", 105 "menu.help.debugInfo": "Hata ayıklama bilgisini kopyala",
106 "menu.help.debugInfoCopiedBody": "Hata ayıklama bilgilerin panoya kopyalandı.", 106 "menu.help.debugInfoCopiedBody": "Hata ayıklama bilgilerin panoya kopyalandı.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Hata Ayıklama Bilgisi", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Hata Ayıklama Bilgisi",
108 "menu.help.importExportData": "Ayarları İçe veya Dışa Aktar", 108 "menu.help.importExportData": "Ayarları İçe veya Dışa Aktar",
109 "menu.help.learnMore": "Daha Fazlasını Öğrenin", 109 "menu.help.learnMore": "Daha Fazlasını Öğrenin",
110 "menu.help.privacy": "Gizlilik Sözleşmesi", 110 "menu.help.privacy": "Gizlilik Sözleşmesi",
@@ -121,9 +121,9 @@
121 "menu.view": "Görünüm", 121 "menu.view": "Görünüm",
122 "menu.view.back": "Geri", 122 "menu.view.back": "Geri",
123 "menu.view.forward": "İleri", 123 "menu.view.forward": "İleri",
124 "menu.view.lockFerdi": "Ferdi'yi Kilitle", 124 "menu.view.lockFerdium": "Ferdium'yi Kilitle",
125 "menu.view.openQuickSwitch": "QuickSwitch'i aç", 125 "menu.view.openQuickSwitch": "QuickSwitch'i aç",
126 "menu.view.reloadFerdi": "Ferdi'yi Yeniden Yükle", 126 "menu.view.reloadFerdium": "Ferdium'yi Yeniden Yükle",
127 "menu.view.reloadService": "Servisi Tekrar Yükle", 127 "menu.view.reloadService": "Servisi Tekrar Yükle",
128 "menu.view.reloadTodos": "Yapılacaklar'ı Yeniden Yükle", 128 "menu.view.reloadTodos": "Yapılacaklar'ı Yeniden Yükle",
129 "menu.view.resetZoom": "Gerçek Boyut", 129 "menu.view.resetZoom": "Gerçek Boyut",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} yüklenemedi.", 161 "service.errorHandler.text": "{name} yüklenemedi.",
162 "service.webviewLoader.loading": "{service} yükleniyor", 162 "service.webviewLoader.loading": "{service} yükleniyor",
163 "services.getStarted": "Haydi başlayalım", 163 "services.getStarted": "Haydi başlayalım",
164 "services.login": "Ferdi'yi kullanmak için lütfen oturum açın.", 164 "services.login": "Ferdium'yi kullanmak için lütfen oturum açın.",
165 "services.serverInfo": "İsterseniz sol alt köşedeki çarka tıklayarak Ferdi sunucunuzu değiştirebilirsiniz. (Barındırılan sunuculardan) hesapsız Ferdi kullanımına geçiyorsanız, tüm çalışma alanlarınızı ve yapılandırılmış hizmetlerinizi yeniden aktif etmek için verilerinizi o sunucudan dışa aktarabileceğinizi ve tekrar Yardım menüsünü kullanarak içe aktarabileceğinizi unutmayın!", 165 "services.serverInfo": "İsterseniz sol alt köşedeki çarka tıklayarak Ferdium sunucunuzu değiştirebilirsiniz. (Barındırılan sunuculardan) hesapsız Ferdium kullanımına geçiyorsanız, tüm çalışma alanlarınızı ve yapılandırılmış hizmetlerinizi yeniden aktif etmek için verilerinizi o sunucudan dışa aktarabileceğinizi ve tekrar Yardım menüsünü kullanarak içe aktarabileceğinizi unutmayın!",
166 "services.serverless": "Ferdi'yi bir hesap olmadan kullan", 166 "services.serverless": "Ferdium'yi bir hesap olmadan kullan",
167 "settings.account.account.editButton": "Hesabı düzenle", 167 "settings.account.account.editButton": "Hesabı düzenle",
168 "settings.account.accountUnavailable": "Hesap kullanılamıyor", 168 "settings.account.accountUnavailable": "Hesap kullanılamıyor",
169 "settings.account.accountUnavailableInfo": "Ferdi'yi hesap olmadan kullanıyorsunuz. Ferdi'yi bir hesap ile kullanmak isterseniz ve hizmetlerinizin senkronize kalmasını istiyorsanız, lütfen ayarlar kısmından giriş yapın.", 169 "settings.account.accountUnavailableInfo": "Ferdium'yi hesap olmadan kullanıyorsunuz. Ferdium'yi bir hesap ile kullanmak isterseniz ve hizmetlerinizin senkronize kalmasını istiyorsanız, lütfen ayarlar kısmından giriş yapın.",
170 "settings.account.buttonSave": "Profili güncelle", 170 "settings.account.buttonSave": "Profili güncelle",
171 "settings.account.deleteAccount": "Hesabı sil", 171 "settings.account.deleteAccount": "Hesabı sil",
172 "settings.account.deleteEmailSent": "Hesabınızın silinmesini onaylamanız için e-posta adresinize gönderilen bağlantıya tıklayınız. Bu işlem sonrasında hesabınız ve bilgileriniz geri getirilemez!", 172 "settings.account.deleteEmailSent": "Hesabınızın silinmesini onaylamanız için e-posta adresinize gönderilen bağlantıya tıklayınız. Bu işlem sonrasında hesabınız ve bilgileriniz geri getirilemez!",
173 "settings.account.deleteInfo": "Ferdi hesabınıza artık ihtiyaç duymuyorsanız, hesabınızı ve buradaki bütün bağlantılı bilgilerinizi silebilirsiniz.", 173 "settings.account.deleteInfo": "Ferdium hesabınıza artık ihtiyaç duymuyorsanız, hesabınızı ve buradaki bütün bağlantılı bilgilerinizi silebilirsiniz.",
174 "settings.account.headline": "Hesap", 174 "settings.account.headline": "Hesap",
175 "settings.account.headlineAccount": "Hesap bilgileri", 175 "settings.account.headlineAccount": "Hesap bilgileri",
176 "settings.account.headlineDangerZone": "Tehlike Bölgesi", 176 "settings.account.headlineDangerZone": "Tehlike Bölgesi",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Tekrar deneyin", 181 "settings.account.tryReloadServices": "Tekrar deneyin",
182 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin", 182 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin",
183 "settings.account.userInfoRequestFailed": "Kullanıcı bilgisi yüklenemedi", 183 "settings.account.userInfoRequestFailed": "Kullanıcı bilgisi yüklenemedi",
184 "settings.account.yourLicense": "Ferdi Lisansınız:", 184 "settings.account.yourLicense": "Ferdium Lisansınız:",
185 "settings.app.accentColorInfo": "Vurgu renginizi CSS uyumlu bir biçimde yazın. (Varsayılan: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Vurgu renginizi CSS uyumlu bir biçimde yazın. (Varsayılan: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Önbelleği temizle", 186 "settings.app.buttonClearAllCache": "Önbelleği temizle",
187 "settings.app.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur", 187 "settings.app.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur",
188 "settings.app.buttonOpenFerdiProfileFolder": "Profil Dizinini aç", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Profil Dizinini aç",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Servisler klasörünü açın", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Servisler klasörünü açın",
190 "settings.app.buttonSearchForUpdate": "Güncellemeleri kontrol et", 190 "settings.app.buttonSearchForUpdate": "Güncellemeleri kontrol et",
191 "settings.app.cacheInfo": "Ferdi önbelleği şu anda {size} disk alanı kullanıyor.", 191 "settings.app.cacheInfo": "Ferdium önbelleği şu anda {size} disk alanı kullanıyor.",
192 "settings.app.cacheNotCleared": "Önbellek tamamen temizlenemedi", 192 "settings.app.cacheNotCleared": "Önbellek tamamen temizlenemedi",
193 "settings.app.closeSettings": "Ayarları kapat", 193 "settings.app.closeSettings": "Ayarları kapat",
194 "settings.app.currentVersion": "Geçerli sürüm:", 194 "settings.app.currentVersion": "Geçerli sürüm:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Sistemin tema modu ile senkronize et", 196 "settings.app.form.adaptableDarkMode": "Sistemin tema modu ile senkronize et",
197 "settings.app.form.alwaysShowWorkspaces": "Her zaman çalışma alanı çekmecesini göster", 197 "settings.app.form.alwaysShowWorkspaces": "Her zaman çalışma alanı çekmecesini göster",
198 "settings.app.form.autoLaunchInBackground": "Arka planda aç", 198 "settings.app.form.autoLaunchInBackground": "Arka planda aç",
199 "settings.app.form.autoLaunchOnStart": "Ferdi'ı başlangıçta aç", 199 "settings.app.form.autoLaunchOnStart": "Ferdium'ı başlangıçta aç",
200 "settings.app.form.automaticUpdates": "Güncellemeleri etkinleştir", 200 "settings.app.form.automaticUpdates": "Güncellemeleri etkinleştir",
201 "settings.app.form.beta": "Beta güncellemelerini dahil et", 201 "settings.app.form.beta": "Beta güncellemelerini dahil et",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "Karanlık modu aç", 206 "settings.app.form.darkMode": "Karanlık modu aç",
207 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et", 207 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Parola Kilidini Etkinleştir", 209 "settings.app.form.enableLock": "Parola Kilidini Etkinleştir",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Ferdi'yi her zaman Menü Çubuğunda göster", 211 "settings.app.form.enableMenuBar": "Ferdium'yi her zaman Menü Çubuğunda göster",
212 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir", 212 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "Service icon size", 217 "settings.app.form.iconSize": "Service icon size",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
220 "settings.app.form.language": "Dil", 220 "settings.app.form.language": "Dil",
221 "settings.app.form.lockPassword": "Şifre", 221 "settings.app.form.lockPassword": "Şifre",
222 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült", 222 "settings.app.form.minimizeToSystemTray": "Ferdium'ı sistem tepsisine küçült",
223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour", 223 "settings.app.form.navigationBarBehaviour": "Navigation bar behaviour",
224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message", 224 "settings.app.form.notifyTaskBarOnMessage": "Notify TaskBar/Dock on new message",
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "Pencereyi kapatırken Ferdi'ı arka planda tut", 229 "settings.app.form.runInBackground": "Pencereyi kapatırken Ferdium'ı arka planda tut",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "Kime:", 231 "settings.app.form.scheduledDNDEnd": "Kime:",
232 "settings.app.form.scheduledDNDStart": "Kimden:", 232 "settings.app.form.scheduledDNDStart": "Kimden:",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Bölünmüş Görünüm Modunu Etkinleştir", 241 "settings.app.form.splitMode": "Bölünmüş Görünüm Modunu Etkinleştir",
242 "settings.app.form.startMinimized": "Arka planda başla", 242 "settings.app.form.startMinimized": "Arka planda başla",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Dil", 252 "settings.app.headlineLanguage": "Dil",
253 "settings.app.headlinePrivacy": "Gizlilik", 253 "settings.app.headlinePrivacy": "Gizlilik",
254 "settings.app.headlineUpdates": "Güncellemeler", 254 "settings.app.headlineUpdates": "Güncellemeler",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "settings.app.lockInfo": "Parola Kilidi, mesajlarınızı koruma altına almanızı sağlar.\nParola Kilidi'ni kullanarak, Ferdi'yi her başlattığınızda veya sol alt köşedeki kilit simgesini veya {lockShortcut} kısayolunu kullanarak Ferdi'yi kendiniz kilitlediğinizde parolanızı girmeniz istenir.", 257 "settings.app.lockInfo": "Parola Kilidi, mesajlarınızı koruma altına almanızı sağlar.\nParola Kilidi'ni kullanarak, Ferdium'yi her başlattığınızda veya sol alt köşedeki kilit simgesini veya {lockShortcut} kısayolunu kullanarak Ferdium'yi kendiniz kilitlediğinizde parolanızı girmeniz istenir.",
258 "settings.app.lockedPassword": "Şifre", 258 "settings.app.lockedPassword": "Şifre",
259 "settings.app.lockedPasswordInfo": "Lütfen hatırlayacağınız bir şifre belirlediğinizden emin olun.\nBu şifreyi kaybederseniz, Ferdi'yi yeniden kurmanız gerekecektir.", 259 "settings.app.lockedPasswordInfo": "Lütfen hatırlayacağınız bir şifre belirlediğinizden emin olun.\nBu şifreyi kaybederseniz, Ferdium'yi yeniden kurmanız gerekecektir.",
260 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor", 260 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "Önbellek", 265 "settings.app.subheadlineCache": "Önbellek",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profili", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profili",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Ferdi'ı senin diline tercüme etmemiz için yardım et.", 268 "settings.app.translationHelp": "Ferdium'ı senin diline tercüme etmemiz için yardım et.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "Güncelleme mevcut, indiriliyor...", 270 "settings.app.updateStatusAvailable": "Güncelleme mevcut, indiriliyor...",
271 "settings.app.updateStatusSearching": "Güncelleştirmeleri ara", 271 "settings.app.updateStatusSearching": "Güncelleştirmeleri ara",
272 "settings.app.updateStatusUpToDate": "Ferdi'ın son versiyonunu kullanıyorsun", 272 "settings.app.updateStatusUpToDate": "Ferdium'ın son versiyonunu kullanıyorsun",
273 "settings.invite.headline": "Arkadaşlarını davet et", 273 "settings.invite.headline": "Arkadaşlarını davet et",
274 "settings.navigation.account": "Hesap", 274 "settings.navigation.account": "Hesap",
275 "settings.navigation.availableServices": "Mevcut servisler", 275 "settings.navigation.availableServices": "Mevcut servisler",
276 "settings.navigation.logout": "Çıkış", 276 "settings.navigation.logout": "Çıkış",
277 "settings.navigation.supportFerdi": "Ferdi Hakkında", 277 "settings.navigation.supportFerdium": "Ferdium Hakkında",
278 "settings.navigation.team": "Ekibini Yönet", 278 "settings.navigation.team": "Ekibini Yönet",
279 "settings.navigation.yourServices": "Servislerin", 279 "settings.navigation.yourServices": "Servislerin",
280 "settings.navigation.yourWorkspaces": "Çalışma alanların", 280 "settings.navigation.yourWorkspaces": "Çalışma alanların",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Mevcut servisler", 289 "settings.recipes.headline": "Mevcut servisler",
290 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?", 290 "settings.recipes.missingService": "Aradığın servisi bulamadın mı?",
291 "settings.recipes.mostPopular": "En popüler", 291 "settings.recipes.mostPopular": "En popüler",
292 "settings.recipes.nothingFound": "Üzgünüz, ancak hiçbir hizmet arama teriminizle eşleşmedi - ancak \"Özel Web Sitesi\" seçeneğini kullanarak yeni bir tane ekleyebilirsiniz. Web sitesinde, şu anda bulunduğunuz sürümden bu yana Ferdi'ye eklenen daha fazla hizmet gösterilebileceğini lütfen unutmayın. Bu yeni hizmetleri almak için lütfen Ferdi'nin daha yeni bir sürümüne geçmeyi düşünün.", 292 "settings.recipes.nothingFound": "Üzgünüz, ancak hiçbir hizmet arama teriminizle eşleşmedi - ancak \"Özel Web Sitesi\" seçeneğini kullanarak yeni bir tane ekleyebilirsiniz. Web sitesinde, şu anda bulunduğunuz sürümden bu yana Ferdium'ye eklenen daha fazla hizmet gösterilebileceğini lütfen unutmayın. Bu yeni hizmetleri almak için lütfen Ferdium'nin daha yeni bir sürümüne geçmeyi düşünün.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Servis başarıyla eklendi",
294 "settings.searchService": "Hizmeti ara", 294 "settings.searchService": "Hizmeti ara",
295 "settings.service.error.goBack": "Servislere geri dön", 295 "settings.service.error.goBack": "Servislere geri dön",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Aç user.js", 329 "settings.service.form.openUserJs": "Aç user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Ayarları", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Ayarları",
331 "settings.service.form.proxy.host": "Proxy Sunucusu/IP", 331 "settings.service.form.proxy.host": "Proxy Sunucusu/IP",
332 "settings.service.form.proxy.info": "Proxy ayarları Ferdi serverlarına yüklenmeyecektir.", 332 "settings.service.form.proxy.info": "Proxy ayarları Ferdium serverlarına yüklenmeyecektir.",
333 "settings.service.form.proxy.isEnabled": "Proxy Kullan", 333 "settings.service.form.proxy.isEnabled": "Proxy Kullan",
334 "settings.service.form.proxy.password": "Parola (isteğe bağlı)", 334 "settings.service.form.proxy.password": "Parola (isteğe bağlı)",
335 "settings.service.form.proxy.port": "Bağlantı Noktası (port)", 335 "settings.service.form.proxy.port": "Bağlantı Noktası (port)",
336 "settings.service.form.proxy.restartInfo": "Proxy ayarlarını değiştirdikten sonra Ferdi'ı yeniden başlatınız.", 336 "settings.service.form.proxy.restartInfo": "Proxy ayarlarını değiştirdikten sonra Ferdium'ı yeniden başlatınız.",
337 "settings.service.form.proxy.user": "Kullanıcı (opsiyonel)", 337 "settings.service.form.proxy.user": "Kullanıcı (opsiyonel)",
338 "settings.service.form.recipeFileInfo": "Hizmetleri istediğiniz şekilde özelleştirebilmeniz için kullanıcı dosyalarınız web sayfasına eklenecektir. Kullanıcı dosyaları yalnızca yerel olarak depolanır ve aynı hesabı kullanan diğer bilgisayarlara aktarılmaz.", 338 "settings.service.form.recipeFileInfo": "Hizmetleri istediğiniz şekilde özelleştirebilmeniz için kullanıcı dosyalarınız web sayfasına eklenecektir. Kullanıcı dosyaları yalnızca yerel olarak depolanır ve aynı hesabı kullanan diğer bilgisayarlara aktarılmaz.",
339 "settings.service.form.saveButton": "Servisi kaydet", 339 "settings.service.form.saveButton": "Servisi kaydet",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tüm sesler kapalı", 352 "settings.services.tooltip.isMuted": "Tüm sesler kapalı",
353 "settings.services.tooltip.notificationsDisabled": "Bildirimler devre dışı", 353 "settings.services.tooltip.notificationsDisabled": "Bildirimler devre dışı",
354 "settings.services.updatedInfo": "Değişikliklerin kaydedildi", 354 "settings.services.updatedInfo": "Değişikliklerin kaydedildi",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Ferdi Hakkında", 357 "settings.supportFerdium.headline": "Ferdium Hakkında",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "Takım", 360 "settings.team.headline": "Takım",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "meetfranz.com adresinden Ekibini yönet", 362 "settings.team.manageAction": "meetfranz.com adresinden Ekibini yönet",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "Tekrar deneyin", 386 "settings.workspaces.tryReloadWorkspaces": "Tekrar deneyin",
387 "settings.workspaces.updatedInfo": "Değişikliklerin kaydedildi", 387 "settings.workspaces.updatedInfo": "Değişikliklerin kaydedildi",
388 "settings.workspaces.workspaceFeatureHeadline": "Az Çoktan Fazladır: Karşınızda Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Az Çoktan Fazladır: Karşınızda Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "Let's go", 393 "setupAssistant.submit.label": "Let's go",
394 "sidebar.addNewService": "Yeni servis ekle", 394 "sidebar.addNewService": "Yeni servis ekle",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Çalışma alanı çekmecesini kapat", 396 "sidebar.closeWorkspaceDrawer": "Çalışma alanı çekmecesini kapat",
397 "sidebar.lockFerdi": "Ferdi'yi Kilitle", 397 "sidebar.lockFerdium": "Ferdium'yi Kilitle",
398 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat", 398 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Çalışma alanı çekmecesini aç", 400 "sidebar.openWorkspaceDrawer": "Çalışma alanı çekmecesini aç",
401 "sidebar.unmuteApp": "Bildirimleri ve sesli uyarıları etkinleştir", 401 "sidebar.unmuteApp": "Bildirimleri ve sesli uyarıları etkinleştir",
402 "signup.email.label": "E-posta adresi", 402 "signup.email.label": "E-posta adresi",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Ad", 404 "signup.firstname.label": "Ad",
405 "signup.headline": "Hesap oluştur", 405 "signup.headline": "Hesap oluştur",
406 "signup.lastname.label": "Soyad", 406 "signup.lastname.label": "Soyad",
407 "signup.legal.info": "Ferdi'ı hesabı oluşturark kabul ediyorsun", 407 "signup.legal.info": "Ferdium'ı hesabı oluşturark kabul ediyorsun",
408 "signup.legal.privacy": "Gizlilik Sözleşmesi", 408 "signup.legal.privacy": "Gizlilik Sözleşmesi",
409 "signup.legal.terms": "Kullanım Koşulları", 409 "signup.legal.terms": "Kullanım Koşulları",
410 "signup.link.login": "Hali hazırda hesabınız varsa giriş yapmak ister misiniz?", 410 "signup.link.login": "Hali hazırda hesabınız varsa giriş yapmak ister misiniz?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Çalışma Alanları", 440 "workspaceDrawer.headline": "Çalışma Alanları",
441 "workspaceDrawer.item.contextMenuEdit": "düzenle", 441 "workspaceDrawer.item.contextMenuEdit": "düzenle",
442 "workspaceDrawer.item.noServicesAddedYet": "Henüz eklenmiş bir hizmet yok", 442 "workspaceDrawer.item.noServicesAddedYet": "Henüz eklenmiş bir hizmet yok",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "Şuna değiştir" 445 "workspaces.switchingIndicator.switchingTo": "Şuna değiştir"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index cd5f2341a..2e9256ed3 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -11,7 +11,7 @@
11 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.", 11 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.",
12 "feature.basicAuth.signIn": "Увійти", 12 "feature.basicAuth.signIn": "Увійти",
13 "feature.publishDebugInfo.error": "Сталася помилка під час спроби опублікувати інформацію для налагодження. Будь ласка, спробуйте ще раз пізніше або перегляньте консоль для отримання додаткової інформації.", 13 "feature.publishDebugInfo.error": "Сталася помилка під час спроби опублікувати інформацію для налагодження. Будь ласка, спробуйте ще раз пізніше або перегляньте консоль для отримання додаткової інформації.",
14 "feature.publishDebugInfo.info": "Публікація інформації для налагодження допоможе нам знайти проблеми та помилки у Fredi. Публікуючи вашу зневаджувальну інформацію, ви приймаєте політику конфіденційності Ferdi Debugger та умови використання", 14 "feature.publishDebugInfo.info": "Публікація інформації для налагодження допоможе нам знайти проблеми та помилки у Fredi. Публікуючи вашу зневаджувальну інформацію, ви приймаєте політику конфіденційності Ferdium Debugger та умови використання",
15 "feature.publishDebugInfo.privacy": "Політика конфіденційності", 15 "feature.publishDebugInfo.privacy": "Політика конфіденційності",
16 "feature.publishDebugInfo.publish": "Прийняти і опублікувати", 16 "feature.publishDebugInfo.publish": "Прийняти і опублікувати",
17 "feature.publishDebugInfo.published": "Ваш журнал налагодження був опублікований та доступний тут", 17 "feature.publishDebugInfo.published": "Ваш журнал налагодження був опублікований та доступний тут",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Виберіть сервіс за допомогою TAB, стрілок ↑ та ↓. Натисніть ENTER, щоб відкрити.", 20 "feature.quickSwitch.info": "Виберіть сервіс за допомогою TAB, стрілок ↑ та ↓. Натисніть ENTER, щоб відкрити.",
21 "feature.quickSwitch.search": "Пошук...", 21 "feature.quickSwitch.search": "Пошук...",
22 "feature.quickSwitch.title": "Швидке перемикання", 22 "feature.quickSwitch.title": "Швидке перемикання",
23 "global.api.unhealthy": "Не вдалося підключитися до онлайн-сервісів Ferdi", 23 "global.api.unhealthy": "Не вдалося підключитися до онлайн-сервісів Ferdium",
24 "global.cancel": "Відмінити", 24 "global.cancel": "Відмінити",
25 "global.edit": "Редагувати", 25 "global.edit": "Редагувати",
26 "global.no": "Ні", 26 "global.no": "Ні",
27 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.", 27 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.",
28 "global.ok": "Гаразд", 28 "global.ok": "Гаразд",
29 "global.quit": "Вийти", 29 "global.quit": "Вийти",
30 "global.quitConfirmation": "Ви дійсно бажаєте вийти з Ferdi?", 30 "global.quitConfirmation": "Ви дійсно бажаєте вийти з Ferdium?",
31 "global.save": "Зберегти", 31 "global.save": "Зберегти",
32 "global.settings": "Налаштування", 32 "global.settings": "Налаштування",
33 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})", 33 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Використовуйте 'https://whatmyuseragent.com/' (для визначення) або 'https://developers.whatismy.com/useragents/explore/' (для вибору) необхідного агента користувача і скопіюйте та вставте його тут.", 38 "global.userAgentHelp": "Використовуйте 'https://whatmyuseragent.com/' (для визначення) або 'https://developers.whatismy.com/useragents/explore/' (для вибору) необхідного агента користувача і скопіюйте та вставте його тут.",
39 "global.userAgentPref": "Ідентифікатор браузера", 39 "global.userAgentPref": "Ідентифікатор браузера",
40 "global.yes": "Так", 40 "global.yes": "Так",
41 "import.headline": "Імпортувати ваші сервіси з Ferdi 4", 41 "import.headline": "Імпортувати ваші сервіси з Ferdium 4",
42 "import.notSupportedHeadline": "Наразі сервіси не підтримуються у Ferdi 5", 42 "import.notSupportedHeadline": "Наразі сервіси не підтримуються у Ferdium 5",
43 "import.skip.label": "Я бажаю додати сервіс вручну", 43 "import.skip.label": "Я бажаю додати сервіс вручну",
44 "import.submit.label": "Імпортувати {count} сервісів", 44 "import.submit.label": "Імпортувати {count} сервісів",
45 "infobar.authRequestFailed": "Сталися помилки при виконанні автентифікованого запиту. Будь ласка, спробуйте вийти і увійти знову, якщо помилка повториться.", 45 "infobar.authRequestFailed": "Сталися помилки при виконанні автентифікованого запиту. Будь ласка, спробуйте вийти і увійти знову, якщо помилка повториться.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Приховати", 49 "infobar.hide": "Приховати",
50 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача", 50 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача",
51 "infobar.servicesUpdated": "Ваші сервіси було оновлено.", 51 "infobar.servicesUpdated": "Ваші сервіси було оновлено.",
52 "infobar.updateAvailable": "Нове оновлення для Ferdi доступне.", 52 "infobar.updateAvailable": "Нове оновлення для Ferdium доступне.",
53 "infobox.dismiss": "Відхилити", 53 "infobox.dismiss": "Відхилити",
54 "invite.email.label": "Email адреса", 54 "invite.email.label": "Email адреса",
55 "invite.headline.friends": "Запросіть 3-х ваших друзів або колег", 55 "invite.headline.friends": "Запросіть 3-х ваших друзів або колег",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "розблокувати за допомогою Touch ID", 65 "locked.touchIdPrompt": "розблокувати за допомогою Touch ID",
66 "locked.unlockWithPassword": "Розблокування паролем", 66 "locked.unlockWithPassword": "Розблокування паролем",
67 "login.changeServer": "Змінити сервер", 67 "login.changeServer": "Змінити сервер",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Email адреса", 70 "login.email.label": "Email адреса",
71 "login.headline": "Увійти", 71 "login.headline": "Увійти",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Ваша сесія закінчилась, будь ласка, увійдіть знову.", 78 "login.tokenExpired": "Ваша сесія закінчилась, будь ласка, увійдіть знову.",
79 "menu.Todoss.closeTodosDrawer": "Закрити меню Завдань", 79 "menu.Todoss.closeTodosDrawer": "Закрити меню Завдань",
80 "menu.Todoss.openTodosDrawer": "Відкрити меню Завдань", 80 "menu.Todoss.openTodosDrawer": "Відкрити меню Завдань",
81 "menu.app.about": "Про Ferdi", 81 "menu.app.about": "Про Ferdium",
82 "menu.app.autohideMenuBar": "Автоматично приховувати меню", 82 "menu.app.autohideMenuBar": "Автоматично приховувати меню",
83 "menu.app.checkForUpdates": "Перевірити наявність оновлень", 83 "menu.app.checkForUpdates": "Перевірити наявність оновлень",
84 "menu.app.hide": "Приховати", 84 "menu.app.hide": "Приховати",
@@ -121,9 +121,9 @@
121 "menu.view": "Вигляд", 121 "menu.view": "Вигляд",
122 "menu.view.back": "Назад", 122 "menu.view.back": "Назад",
123 "menu.view.forward": "Вперед", 123 "menu.view.forward": "Вперед",
124 "menu.view.lockFerdi": "Заблокувати Ferdi", 124 "menu.view.lockFerdium": "Заблокувати Ferdium",
125 "menu.view.openQuickSwitch": "Відкрити меню швидких дій", 125 "menu.view.openQuickSwitch": "Відкрити меню швидких дій",
126 "menu.view.reloadFerdi": "Перезавантажити Ferdi", 126 "menu.view.reloadFerdium": "Перезавантажити Ferdium",
127 "menu.view.reloadService": "Перезавантажити сервіс", 127 "menu.view.reloadService": "Перезавантажити сервіс",
128 "menu.view.reloadTodos": "Перезавантажити Завдання", 128 "menu.view.reloadTodos": "Перезавантажити Завдання",
129 "menu.view.resetZoom": "Фактичний розмір", 129 "menu.view.resetZoom": "Фактичний розмір",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} не завантажено", 161 "service.errorHandler.text": "{name} не завантажено",
162 "service.webviewLoader.loading": "Завантаження {service}", 162 "service.webviewLoader.loading": "Завантаження {service}",
163 "services.getStarted": "Почати", 163 "services.getStarted": "Почати",
164 "services.login": "Будь ласка, увійдіть, щоб користуватись Ferdi.", 164 "services.login": "Будь ласка, увійдіть, щоб користуватись Ferdium.",
165 "services.serverInfo": "За бажанням, ви можете змінити свій сервер Ferdi, натиснувши на іконку шестерні у нижньому лівому куті. Якщо ви хочете перейти (з одного з розміщених серверів) на використання Ferdi без облікового запису, зверніть увагу, що ви можете експортувати свої дані з цього сервера, а потім імпортувати їх за допомогою меню «Довідка», щоб відновити всі свої робочі простори та налаштовані служби!", 165 "services.serverInfo": "За бажанням, ви можете змінити свій сервер Ferdium, натиснувши на іконку шестерні у нижньому лівому куті. Якщо ви хочете перейти (з одного з розміщених серверів) на використання Ferdium без облікового запису, зверніть увагу, що ви можете експортувати свої дані з цього сервера, а потім імпортувати їх за допомогою меню «Довідка», щоб відновити всі свої робочі простори та налаштовані служби!",
166 "services.serverless": "Використовувати Ferdi без облікового запису", 166 "services.serverless": "Використовувати Ferdium без облікового запису",
167 "settings.account.account.editButton": "Редагувати акаунт", 167 "settings.account.account.editButton": "Редагувати акаунт",
168 "settings.account.accountUnavailable": "Обліковий запис недоступний", 168 "settings.account.accountUnavailable": "Обліковий запис недоступний",
169 "settings.account.accountUnavailableInfo": "Ви використовуєте Ferdi без облікового запису. Якщо ви хочете використовувати Ferdi з обліковим записом та зберегти свої сервісі синхронізованими між встановленнями, будь ласка, виберіть сервер на вкладці \"Параметри\" і увійдіть.", 169 "settings.account.accountUnavailableInfo": "Ви використовуєте Ferdium без облікового запису. Якщо ви хочете використовувати Ferdium з обліковим записом та зберегти свої сервісі синхронізованими між встановленнями, будь ласка, виберіть сервер на вкладці \"Параметри\" і увійдіть.",
170 "settings.account.buttonSave": "Оновити профіль", 170 "settings.account.buttonSave": "Оновити профіль",
171 "settings.account.deleteAccount": "Видалити обліковий запис", 171 "settings.account.deleteAccount": "Видалити обліковий запис",
172 "settings.account.deleteEmailSent": "Ви отримали електронного листа з посиланням, щоб підтвердити видалення облікового запису. Ваш обліковий запис і дані не можна буде відновити!", 172 "settings.account.deleteEmailSent": "Ви отримали електронного листа з посиланням, щоб підтвердити видалення облікового запису. Ваш обліковий запис і дані не можна буде відновити!",
173 "settings.account.deleteInfo": "Якщо Вам більше не потрібний обліковий запис Ferdi, Ви можете його видалити і всі суміжні дані.", 173 "settings.account.deleteInfo": "Якщо Вам більше не потрібний обліковий запис Ferdium, Ви можете його видалити і всі суміжні дані.",
174 "settings.account.headline": "Акаунт", 174 "settings.account.headline": "Акаунт",
175 "settings.account.headlineAccount": "Інформація про обліковий запис", 175 "settings.account.headlineAccount": "Інформація про обліковий запис",
176 "settings.account.headlineDangerZone": "Небезпечна зона", 176 "settings.account.headlineDangerZone": "Небезпечна зона",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Спробуйте ще раз", 181 "settings.account.tryReloadServices": "Спробуйте ще раз",
182 "settings.account.tryReloadUserInfoRequest": "Спробуйте ще раз", 182 "settings.account.tryReloadUserInfoRequest": "Спробуйте ще раз",
183 "settings.account.userInfoRequestFailed": "Не вдалося завантажити інформацію користувача", 183 "settings.account.userInfoRequestFailed": "Не вдалося завантажити інформацію користувача",
184 "settings.account.yourLicense": "Ваша ліцензія Ferdi:", 184 "settings.account.yourLicense": "Ваша ліцензія Ferdium:",
185 "settings.app.accentColorInfo": "Напишіть ваш акцентний колір у CSS-сумісному форматі (За замовчуванням: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Напишіть ваш акцентний колір у CSS-сумісному форматі (За замовчуванням: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Очистити кеш", 186 "settings.app.buttonClearAllCache": "Очистити кеш",
187 "settings.app.buttonInstallUpdate": "Перезавантажити і встановити оновлення", 187 "settings.app.buttonInstallUpdate": "Перезавантажити і встановити оновлення",
188 "settings.app.buttonOpenFerdiProfileFolder": "Відкрити папку профілю", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Відкрити папку профілю",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Відкрити папку сервісних протоколів", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Відкрити папку сервісних протоколів",
190 "settings.app.buttonSearchForUpdate": "Перевірити наявність оновлень", 190 "settings.app.buttonSearchForUpdate": "Перевірити наявність оновлень",
191 "settings.app.cacheInfo": "Кеш, який використовує Ferdi, займає {size} дискового простору.", 191 "settings.app.cacheInfo": "Кеш, який використовує Ferdium, займає {size} дискового простору.",
192 "settings.app.cacheNotCleared": "Не вдалося очистити весь кеш", 192 "settings.app.cacheNotCleared": "Не вдалося очистити весь кеш",
193 "settings.app.closeSettings": "Закрити налаштування", 193 "settings.app.closeSettings": "Закрити налаштування",
194 "settings.app.currentVersion": "Поточна версія:", 194 "settings.app.currentVersion": "Поточна версія:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Синхронизувати темний режим з наташтуванннями темного режиму моєї ОС", 196 "settings.app.form.adaptableDarkMode": "Синхронизувати темний режим з наташтуванннями темного режиму моєї ОС",
197 "settings.app.form.alwaysShowWorkspaces": "Завжди показувати меню робочого простору", 197 "settings.app.form.alwaysShowWorkspaces": "Завжди показувати меню робочого простору",
198 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі", 198 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі",
199 "settings.app.form.autoLaunchOnStart": "Запускати Ferdi на початку", 199 "settings.app.form.autoLaunchOnStart": "Запускати Ferdium на початку",
200 "settings.app.form.automaticUpdates": "Увімкнути оновлення", 200 "settings.app.form.automaticUpdates": "Увімкнути оновлення",
201 "settings.app.form.beta": "Включити пре-релізи", 201 "settings.app.form.beta": "Включити пре-релізи",
202 "settings.app.form.clipboardNotifications": "Не показувати сповіщення для подій буфера обміну", 202 "settings.app.form.clipboardNotifications": "Не показувати сповіщення для подій буфера обміну",
203 "settings.app.form.closeToSystemTray": "При закритті згортати Ferdi до системного трею", 203 "settings.app.form.closeToSystemTray": "При закритті згортати Ferdium до системного трею",
204 "settings.app.form.confirmOnQuit": "Підтверджувати вихід з Ferdi", 204 "settings.app.form.confirmOnQuit": "Підтверджувати вихід з Ferdium",
205 "settings.app.form.customTodoServer": "Користувацький сервер Завдань", 205 "settings.app.form.customTodoServer": "Користувацький сервер Завдань",
206 "settings.app.form.darkMode": "Переходь на Темну Сторону", 206 "settings.app.form.darkMode": "Переходь на Темну Сторону",
207 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU", 207 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Увімкнути глобальну комбінацію клавіш для приховання Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Увімкнути глобальну комбінацію клавіш для приховання Ferdium",
209 "settings.app.form.enableLock": "Увімкнути блокування кодом допуску", 209 "settings.app.form.enableLock": "Увімкнути блокування кодом допуску",
210 "settings.app.form.enableLongPressServiceHint": "Увімкнути підказку комбінації клавіш для сервісу при довгому натисканні", 210 "settings.app.form.enableLongPressServiceHint": "Увімкнути підказку комбінації клавіш для сервісу при довгому натисканні",
211 "settings.app.form.enableMenuBar": "Завжди показувати Ferdi в меню", 211 "settings.app.form.enableMenuBar": "Завжди показувати Ferdium в меню",
212 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії", 212 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії",
213 "settings.app.form.enableSystemTray": "Завжди показувати Ferdi в системному треї", 213 "settings.app.form.enableSystemTray": "Завжди показувати Ferdium в системному треї",
214 "settings.app.form.enableTodos": "Увімкнути Завдання Ferdi", 214 "settings.app.form.enableTodos": "Увімкнути Завдання Ferdium",
215 "settings.app.form.hibernateOnStartup": "Залишати сервіси в режимі глибокого сну при запуску", 215 "settings.app.form.hibernateOnStartup": "Залишати сервіси в режимі глибокого сну при запуску",
216 "settings.app.form.hibernationStrategy": "Стратегія режиму глибокого сну", 216 "settings.app.form.hibernationStrategy": "Стратегія режиму глибокого сну",
217 "settings.app.form.iconSize": "Розмір іконки сервіса", 217 "settings.app.form.iconSize": "Розмір іконки сервіса",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Зберігати всі робочі простори завантаженими", 219 "settings.app.form.keepAllWorkspacesLoaded": "Зберігати всі робочі простори завантаженими",
220 "settings.app.form.language": "Мова", 220 "settings.app.form.language": "Мова",
221 "settings.app.form.lockPassword": "Пароль", 221 "settings.app.form.lockPassword": "Пароль",
222 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка", 222 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdium до системного лотка",
223 "settings.app.form.navigationBarBehaviour": "Поведінка панелі навігації", 223 "settings.app.form.navigationBarBehaviour": "Поведінка панелі навігації",
224 "settings.app.form.notifyTaskBarOnMessage": "Повідомити панель завдань/Dock про нове повідомлення", 224 "settings.app.form.notifyTaskBarOnMessage": "Повідомити панель завдань/Dock про нове повідомлення",
225 "settings.app.form.passwordToggle": "Перемкнути пароль", 225 "settings.app.form.passwordToggle": "Перемкнути пароль",
226 "settings.app.form.predefinedTodoServer": "Сервер Завдань", 226 "settings.app.form.predefinedTodoServer": "Сервер Завдань",
227 "settings.app.form.privateNotifications": "Не показувати вміст повідомлень в сповіщеннях", 227 "settings.app.form.privateNotifications": "Не показувати вміст повідомлень в сповіщеннях",
228 "settings.app.form.reloadAfterResume": "Перезавантажити Ferdi після відновлення системи", 228 "settings.app.form.reloadAfterResume": "Перезавантажити Ferdium після відновлення системи",
229 "settings.app.form.runInBackground": "Тримати Ferdi в фоні при закритті вікна", 229 "settings.app.form.runInBackground": "Тримати Ferdium в фоні при закритті вікна",
230 "settings.app.form.scheduledDNDEnabled": "Увімкнути запланований режим \"не турбувати\"", 230 "settings.app.form.scheduledDNDEnabled": "Увімкнути запланований режим \"не турбувати\"",
231 "settings.app.form.scheduledDNDEnd": "До", 231 "settings.app.form.scheduledDNDEnd": "До",
232 "settings.app.form.scheduledDNDStart": "Від", 232 "settings.app.form.scheduledDNDStart": "Від",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Увімкнути режим розділеного перегляду", 241 "settings.app.form.splitMode": "Увімкнути режим розділеного перегляду",
242 "settings.app.form.startMinimized": "Запускати згорнутим", 242 "settings.app.form.startMinimized": "Запускати згорнутим",
243 "settings.app.form.universalDarkMode": "Увімкнути універсальний темний режим", 243 "settings.app.form.universalDarkMode": "Увімкнути універсальний темний режим",
244 "settings.app.form.useTouchIdToUnlock": "Дозволити використання TouchID для розблокування Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Дозволити використання TouchID для розблокування Ferdium",
245 "settings.app.form.useVerticalStyle": "Використовувати горизонтальний стиль", 245 "settings.app.form.useVerticalStyle": "Використовувати горизонтальний стиль",
246 "settings.app.form.wakeUpHibernationSplay": "Чергування циклів гібернації/пробудження для зменшення навантаження", 246 "settings.app.form.wakeUpHibernationSplay": "Чергування циклів гібернації/пробудження для зменшення навантаження",
247 "settings.app.form.wakeUpHibernationStrategy": "Стратегія режиму гібернації після автоматичного пробудження", 247 "settings.app.form.wakeUpHibernationStrategy": "Стратегія режиму гібернації після автоматичного пробудження",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Мова", 252 "settings.app.headlineLanguage": "Мова",
253 "settings.app.headlinePrivacy": "Конфіденційність", 253 "settings.app.headlinePrivacy": "Конфіденційність",
254 "settings.app.headlineUpdates": "Оновлення", 254 "settings.app.headlineUpdates": "Оновлення",
255 "settings.app.hibernateInfo": "За замовчуванням, Ferdi залишає всі ваші сервіси відкритими та завантажує їх у фоновому режимі, щоб вони були готові, коли ви захочете їх використати. Режим глибокого сну розвантажить ваші сервіси після зазначеної кількості хвилин. Це корисно для заощадження оперативної пам’яті або щоб послуги не сповільнювали роботу комп’ютера.", 255 "settings.app.hibernateInfo": "За замовчуванням, Ferdium залишає всі ваші сервіси відкритими та завантажує їх у фоновому режимі, щоб вони були готові, коли ви захочете їх використати. Режим глибокого сну розвантажить ваші сервіси після зазначеної кількості хвилин. Це корисно для заощадження оперативної пам’яті або щоб послуги не сповільнювали роботу комп’ютера.",
256 "settings.app.inactivityLockInfo": "Кількість хвилин бездіяльності, після якої Ferdi буде автоматично блокуватись. Використайте 0, щоб не блокуватись", 256 "settings.app.inactivityLockInfo": "Кількість хвилин бездіяльності, після якої Ferdium буде автоматично блокуватись. Використайте 0, щоб не блокуватись",
257 "settings.app.lockInfo": "Блокування паролем дозволяє зберігати ваші повідомлення в безпеці.\nВикористовуючи блокування паролем, вам буде запропоновано ввести пароль кожен раз, коли ви запускаєте Ferdi або блокуєте Ferdi власноруч за допомогою символу замочку в нижньому лівому куті або комбінації клавіш {lockShortcut}.", 257 "settings.app.lockInfo": "Блокування паролем дозволяє зберігати ваші повідомлення в безпеці.\nВикористовуючи блокування паролем, вам буде запропоновано ввести пароль кожен раз, коли ви запускаєте Ferdium або блокуєте Ferdium власноруч за допомогою символу замочку в нижньому лівому куті або комбінації клавіш {lockShortcut}.",
258 "settings.app.lockedPassword": "Пароль", 258 "settings.app.lockedPassword": "Пароль",
259 "settings.app.lockedPasswordInfo": "Обов’язково встановіть пароль, який ви запам’ятаєте.\nЯкщо ви втратите цей пароль, вам доведеться перевстановити Ferdi.", 259 "settings.app.lockedPasswordInfo": "Обов’язково встановіть пароль, який ви запам’ятаєте.\nЯкщо ви втратите цей пароль, вам доведеться перевстановити Ferdium.",
260 "settings.app.restartRequired": "Зміни потребують перезапуску", 260 "settings.app.restartRequired": "Зміни потребують перезапуску",
261 "settings.app.scheduledDNDInfo": "Запланований режим \"не турбувати\" дозволяє визначити проміжок часу, в який ви не хочете отримувати сповіщення від Ferdi.", 261 "settings.app.scheduledDNDInfo": "Запланований режим \"не турбувати\" дозволяє визначити проміжок часу, в який ви не хочете отримувати сповіщення від Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Час в 24-годинному форматі. Час закінчення може бути меньшим за час початку (наприклад, старт - 17:00, кінець - 09:00) щоб увімкнути режим \"не турбувати\" вночі.", 262 "settings.app.scheduledDNDTimeInfo": "Час в 24-годинному форматі. Час закінчення може бути меньшим за час початку (наприклад, старт - 17:00, кінець - 09:00) щоб увімкнути режим \"не турбувати\" вночі.",
263 "settings.app.sentryInfo": "Надсилання даних телеметрії дозволяє знайти помилки у Ferdi - ми не надсилатимемо жодної особистої інформації, такої як ваше повідомлення!", 263 "settings.app.sentryInfo": "Надсилання даних телеметрії дозволяє знайти помилки у Ferdium - ми не надсилатимемо жодної особистої інформації, такої як ваше повідомлення!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi використовує вбудований у ваш Mac засіб перевірки орфографії для пошуку помилок. Якщо ви хочете змінити мови для перевірки орфографії, ви можете зробити це в налаштуваннях системи вашого Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium використовує вбудований у ваш Mac засіб перевірки орфографії для пошуку помилок. Якщо ви хочете змінити мови для перевірки орфографії, ви можете зробити це в налаштуваннях системи вашого Mac.",
265 "settings.app.subheadlineCache": "Кеш", 265 "settings.app.subheadlineCache": "Кеш",
266 "settings.app.subheadlineFerdiProfile": "Обліковий запис Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Обліковий запис Ferdium",
267 "settings.app.todoServerInfo": "Цей сервер буде використовуватися для функції Завдань Ferdi.", 267 "settings.app.todoServerInfo": "Цей сервер буде використовуватися для функції Завдань Ferdium.",
268 "settings.app.translationHelp": "Допоможіть перекласти Ferdi на Вашу мову.", 268 "settings.app.translationHelp": "Допоможіть перекласти Ferdium на Вашу мову.",
269 "settings.app.universalDarkModeInfo": "Універсальний темний режим намагається динамічно генерувати стилі темного режиму для сервісів, які поки не підтримують цей режим.", 269 "settings.app.universalDarkModeInfo": "Універсальний темний режим намагається динамічно генерувати стилі темного режиму для сервісів, які поки не підтримують цей режим.",
270 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...", 270 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...",
271 "settings.app.updateStatusSearching": "Пошук оновлень...", 271 "settings.app.updateStatusSearching": "Пошук оновлень...",
272 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Ferdi", 272 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Ferdium",
273 "settings.invite.headline": "Запросити друзів", 273 "settings.invite.headline": "Запросити друзів",
274 "settings.navigation.account": "Акаунт", 274 "settings.navigation.account": "Акаунт",
275 "settings.navigation.availableServices": "Доступні сервіси", 275 "settings.navigation.availableServices": "Доступні сервіси",
276 "settings.navigation.logout": "Вийти", 276 "settings.navigation.logout": "Вийти",
277 "settings.navigation.supportFerdi": "Про Ferdi", 277 "settings.navigation.supportFerdium": "Про Ferdium",
278 "settings.navigation.team": "Керувати командою", 278 "settings.navigation.team": "Керувати командою",
279 "settings.navigation.yourServices": "Ваші сервіси", 279 "settings.navigation.yourServices": "Ваші сервіси",
280 "settings.navigation.yourWorkspaces": "Ваші робочі простори", 280 "settings.navigation.yourWorkspaces": "Ваші робочі простори",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Доступні сервіси", 289 "settings.recipes.headline": "Доступні сервіси",
290 "settings.recipes.missingService": "Не знайшли сервіс?", 290 "settings.recipes.missingService": "Не знайшли сервіс?",
291 "settings.recipes.mostPopular": "Найбільш популярні", 291 "settings.recipes.mostPopular": "Найбільш популярні",
292 "settings.recipes.nothingFound": "Вибачте, але жоден сервіс не відповідає вашому пошуковому запиту. Але, можливо, ви можете додати його за допомогою опції «Custom Website». Зауважте, що на веб-сайті може відображатися більше сервісів, які могли бути додані у нових версіях Ferdi. Щоб отримати ці нові сервіси, оновіть Ferdi до новішої версії.", 292 "settings.recipes.nothingFound": "Вибачте, але жоден сервіс не відповідає вашому пошуковому запиту. Але, можливо, ви можете додати його за допомогою опції «Custom Website». Зауважте, що на веб-сайті може відображатися більше сервісів, які могли бути додані у нових версіях Ferdium. Щоб отримати ці нові сервіси, оновіть Ferdium до новішої версії.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Сервіс успішно додано",
294 "settings.searchService": "Знайти сервіс", 294 "settings.searchService": "Знайти сервіс",
295 "settings.service.error.goBack": "Повернутись до сервісів", 295 "settings.service.error.goBack": "Повернутись до сервісів",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Відкрити user.js", 329 "settings.service.form.openUserJs": "Відкрити user.js",
330 "settings.service.form.proxy.headline": "Налаштування HTTP/HTTPS проксі ", 330 "settings.service.form.proxy.headline": "Налаштування HTTP/HTTPS проксі ",
331 "settings.service.form.proxy.host": "Проксі Host/IP", 331 "settings.service.form.proxy.host": "Проксі Host/IP",
332 "settings.service.form.proxy.info": "Налаштування проксі не будуть синхронізовуватись із серверами Ferdi.", 332 "settings.service.form.proxy.info": "Налаштування проксі не будуть синхронізовуватись із серверами Ferdium.",
333 "settings.service.form.proxy.isEnabled": "Використовувати проксі", 333 "settings.service.form.proxy.isEnabled": "Використовувати проксі",
334 "settings.service.form.proxy.password": "Пароль (опціонально)", 334 "settings.service.form.proxy.password": "Пароль (опціонально)",
335 "settings.service.form.proxy.port": "Порт", 335 "settings.service.form.proxy.port": "Порт",
336 "settings.service.form.proxy.restartInfo": "Будь ласка, перезапустіть Ferdi після зміни налуштувань проксі", 336 "settings.service.form.proxy.restartInfo": "Будь ласка, перезапустіть Ferdium після зміни налуштувань проксі",
337 "settings.service.form.proxy.user": "Користувач (опціонально)", 337 "settings.service.form.proxy.user": "Користувач (опціонально)",
338 "settings.service.form.recipeFileInfo": "Ваші користувацькі файли будуть вставлені у веб-сторінку, тож ви маєте змогу персоналізувати сервіси так, як вам завгодно. Користувацькі файли зберігаються лише локально і не передаються на інші комп'ютери, які використовують той самий обліковий запис.", 338 "settings.service.form.recipeFileInfo": "Ваші користувацькі файли будуть вставлені у веб-сторінку, тож ви маєте змогу персоналізувати сервіси так, як вам завгодно. Користувацькі файли зберігаються лише локально і не передаються на інші комп'ютери, які використовують той самий обліковий запис.",
339 "settings.service.form.saveButton": "Зберегти сервіс", 339 "settings.service.form.saveButton": "Зберегти сервіс",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Всі звуки вимкнено", 352 "settings.services.tooltip.isMuted": "Всі звуки вимкнено",
353 "settings.services.tooltip.notificationsDisabled": "Сповіщення відключені", 353 "settings.services.tooltip.notificationsDisabled": "Сповіщення відключені",
354 "settings.services.updatedInfo": "Ваші зміни були збережені", 354 "settings.services.updatedInfo": "Ваші зміни були збережені",
355 "settings.supportFerdi.about": "Розробка Ферді сприяє таким особам, що користуються Ферді, як ви. Вони зберігають, зосереджують та покращують Ферді у вільний час.", 355 "settings.supportFerdium.about": "Розробка Ферді сприяє таким особам, що користуються Ферді, як ви. Вони зберігають, зосереджують та покращують Ферді у вільний час.",
356 "settings.supportFerdi.aboutIntro": "Особлива подяка ходить до цих неймовірних людей:", 356 "settings.supportFerdium.aboutIntro": "Особлива подяка ходить до цих неймовірних людей:",
357 "settings.supportFerdi.headline": "Про Ferdi", 357 "settings.supportFerdium.headline": "Про Ferdium",
358 "settings.team.contentHeadline": "Керування командою Franz", 358 "settings.team.contentHeadline": "Керування командою Franz",
359 "settings.team.copy": "Сервіс керування командою Franz дозволяє керувати підпискою Franz для кількох користувачів. Будь ласка, майте на увазі, що підписка Franz Premium не надасть вам жодних переваг у використанні Ferdi. Єдина причина, чому ви все ще маєте доступ до керування командою, полягає в тому, щоб ви могли керувати своїми застарілими командами Franz Teams і щоб ви не втратили жодних функцій керування своїм обліковим записом.", 359 "settings.team.copy": "Сервіс керування командою Franz дозволяє керувати підпискою Franz для кількох користувачів. Будь ласка, майте на увазі, що підписка Franz Premium не надасть вам жодних переваг у використанні Ferdium. Єдина причина, чому ви все ще маєте доступ до керування командою, полягає в тому, щоб ви могли керувати своїми застарілими командами Franz Teams і щоб ви не втратили жодних функцій керування своїм обліковим записом.",
360 "settings.team.headline": "Команда", 360 "settings.team.headline": "Команда",
361 "settings.team.intro": "Зараз ви використовуєте сервери Franz, тому ви маєте доступ до управління командою.", 361 "settings.team.intro": "Зараз ви використовуєте сервери Franz, тому ви маєте доступ до управління командою.",
362 "settings.team.manageAction": "Керуйте вашою командою на meetfranz.com", 362 "settings.team.manageAction": "Керуйте вашою командою на meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Ви ще не створили жодного робочого простору.", 385 "settings.workspaces.noWorkspacesAdded": "Ви ще не створили жодного робочого простору.",
386 "settings.workspaces.tryReloadWorkspaces": "Спробуйте ще раз", 386 "settings.workspaces.tryReloadWorkspaces": "Спробуйте ще раз",
387 "settings.workspaces.updatedInfo": "Ваші зміни були збережені", 387 "settings.workspaces.updatedInfo": "Ваші зміни були збережені",
388 "settings.workspaces.workspaceFeatureHeadline": "Менше – більше: знайомимось з робочими просторами Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Менше – більше: знайомимось з робочими просторами Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Робочі простори Ferdi дозволяють вам сфокусуватися на тому, що важливо прямо зараз. Встановіть різні набори сервісів та легко перемикайтесь між ними в будь-який час. Тільки ви вирішуєте, які сервіси вам потрібні тут і зараз, так що ми можемо допомогти вам залишатись в найкращій формі або легко закінчувати роботу коли забажаєте.", 389 "settings.workspaces.workspaceFeatureInfo": "Робочі простори Ferdium дозволяють вам сфокусуватися на тому, що важливо прямо зараз. Встановіть різні набори сервісів та легко перемикайтесь між ними в будь-який час. Тільки ви вирішуєте, які сервіси вам потрібні тут і зараз, так що ми можемо допомогти вам залишатись в найкращій формі або легко закінчувати роботу коли забажаєте.",
390 "settings.workspaces.workspacesRequestFailed": "Не вдалося завантажити робочий простір", 390 "settings.workspaces.workspacesRequestFailed": "Не вдалося завантажити робочий простір",
391 "setupAssistant.headline": "Давайте почнем", 391 "setupAssistant.headline": "Давайте почнем",
392 "setupAssistant.subheadline": "Зробіть свій вибір серед наших найбільш популярних сервісів і зробіть свій обмін повідомленнями найкращим зараз.", 392 "setupAssistant.subheadline": "Зробіть свій вибір серед наших найбільш популярних сервісів і зробіть свій обмін повідомленнями найкращим зараз.",
393 "setupAssistant.submit.label": "Поїхали", 393 "setupAssistant.submit.label": "Поїхали",
394 "sidebar.addNewService": "Додати новий сервіс", 394 "sidebar.addNewService": "Додати новий сервіс",
395 "sidebar.closeTodosDrawer": "Закрити Завдання Ferdi", 395 "sidebar.closeTodosDrawer": "Закрити Завдання Ferdium",
396 "sidebar.closeWorkspaceDrawer": "Закрити меню робочих просторів", 396 "sidebar.closeWorkspaceDrawer": "Закрити меню робочих просторів",
397 "sidebar.lockFerdi": "Заблокувати Ferdi", 397 "sidebar.lockFerdium": "Заблокувати Ferdium",
398 "sidebar.muteApp": "Вимкнути сповіщення та звуки", 398 "sidebar.muteApp": "Вимкнути сповіщення та звуки",
399 "sidebar.openTodosDrawer": "Відкрити Завдання Ferdi", 399 "sidebar.openTodosDrawer": "Відкрити Завдання Ferdium",
400 "sidebar.openWorkspaceDrawer": "Відкрити меню робочих просторів", 400 "sidebar.openWorkspaceDrawer": "Відкрити меню робочих просторів",
401 "sidebar.unmuteApp": "Увімкнути сповіщення та звуки", 401 "sidebar.unmuteApp": "Увімкнути сповіщення та звуки",
402 "signup.email.label": "Email адреса", 402 "signup.email.label": "Email адреса",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Ім'я", 404 "signup.firstname.label": "Ім'я",
405 "signup.headline": "Увійти", 405 "signup.headline": "Увійти",
406 "signup.lastname.label": "Прізвище", 406 "signup.lastname.label": "Прізвище",
407 "signup.legal.info": "Створенням акаунту Ferdi ви приймаєте", 407 "signup.legal.info": "Створенням акаунту Ferdium ви приймаєте",
408 "signup.legal.privacy": "Заява про конфіденційність", 408 "signup.legal.privacy": "Заява про конфіденційність",
409 "signup.legal.terms": "Умови використання", 409 "signup.legal.terms": "Умови використання",
410 "signup.link.login": "У вас вже є обліковий запис, увійти?", 410 "signup.link.login": "У вас вже є обліковий запис, увійти?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Робочі простори", 440 "workspaceDrawer.headline": "Робочі простори",
441 "workspaceDrawer.item.contextMenuEdit": "редагувати", 441 "workspaceDrawer.item.contextMenuEdit": "редагувати",
442 "workspaceDrawer.item.noServicesAddedYet": "Немає доданих сервісів", 442 "workspaceDrawer.item.noServicesAddedYet": "Немає доданих сервісів",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Робочі простори Ferdi дозволяють вам сфокусуватися на тому, що важливо прямо зараз. Встановіть різні набори сервісів та легко перемикайтесь між ними в будь-який час.</p><p>Тільки ви вирішуєте, які сервіси вам потрібні тут і зараз, так що ми можемо допомогти вам залишатись в найкращій формі або легко закінчувати роботу коли забажаєте.</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Робочі простори Ferdium дозволяють вам сфокусуватися на тому, що важливо прямо зараз. Встановіть різні набори сервісів та легко перемикайтесь між ними в будь-який час.</p><p>Тільки ви вирішуєте, які сервіси вам потрібні тут і зараз, так що ми можемо допомогти вам залишатись в найкращій формі або легко закінчувати роботу коли забажаєте.</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Змінити налаштування робочих просторів", 444 "workspaceDrawer.workspacesSettingsTooltip": "Змінити налаштування робочих просторів",
445 "workspaces.switchingIndicator.switchingTo": "Перемикання на" 445 "workspaces.switchingIndicator.switchingTo": "Перемикання на"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 8653a87e8..90904cc1f 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -11,7 +11,7 @@
11 "connectionLostBanner.message": "Mất kết nối tới {name}.", 11 "connectionLostBanner.message": "Mất kết nối tới {name}.",
12 "feature.basicAuth.signIn": "Sign In", 12 "feature.basicAuth.signIn": "Sign In",
13 "feature.publishDebugInfo.error": "Đã xảy ra lỗi khi cố gắng xuất bản thông tin gỡ lỗi. Vui lòng thử lại sau hoặc xem bảng điều khiển để biết thêm thông tin.", 13 "feature.publishDebugInfo.error": "Đã xảy ra lỗi khi cố gắng xuất bản thông tin gỡ lỗi. Vui lòng thử lại sau hoặc xem bảng điều khiển để biết thêm thông tin.",
14 "feature.publishDebugInfo.info": "Việc xuất bản thông tin gỡ lỗi của bạn sẽ giúp chúng tôi tìm ra các vấn đề và lỗi trong Ferdi. Bằng cách xuất bản thông tin gỡ lỗi của bạn, bạn chấp nhận chính sách bảo mật và điều khoản dịch vụ của Trình gỡ lỗi Ferdi", 14 "feature.publishDebugInfo.info": "Việc xuất bản thông tin gỡ lỗi của bạn sẽ giúp chúng tôi tìm ra các vấn đề và lỗi trong Ferdium. Bằng cách xuất bản thông tin gỡ lỗi của bạn, bạn chấp nhận chính sách bảo mật và điều khoản dịch vụ của Trình gỡ lỗi Ferdium",
15 "feature.publishDebugInfo.privacy": "Chính sách", 15 "feature.publishDebugInfo.privacy": "Chính sách",
16 "feature.publishDebugInfo.publish": "Chấp nhận và xuất bản", 16 "feature.publishDebugInfo.publish": "Chấp nhận và xuất bản",
17 "feature.publishDebugInfo.published": "Nhật ký gỡ lỗi của bạn đã được xuất bản và hiện có sẵn tại", 17 "feature.publishDebugInfo.published": "Nhật ký gỡ lỗi của bạn đã được xuất bản và hiện có sẵn tại",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Chọn một dịch vụ với TAB, ↑ và ↓. Mở một dịch vụ bằng ENTER.", 20 "feature.quickSwitch.info": "Chọn một dịch vụ với TAB, ↑ và ↓. Mở một dịch vụ bằng ENTER.",
21 "feature.quickSwitch.search": "Tìm kiếm...", 21 "feature.quickSwitch.search": "Tìm kiếm...",
22 "feature.quickSwitch.title": "Chuyển đổi nhanh", 22 "feature.quickSwitch.title": "Chuyển đổi nhanh",
23 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi", 23 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdium",
24 "global.cancel": "Hủy", 24 "global.cancel": "Hủy",
25 "global.edit": "Chỉnh sửa", 25 "global.edit": "Chỉnh sửa",
26 "global.no": "No", 26 "global.no": "No",
27 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.", 27 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.",
28 "global.ok": "Ok", 28 "global.ok": "Ok",
29 "global.quit": "Thoát", 29 "global.quit": "Thoát",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "Save", 31 "global.save": "Save",
32 "global.settings": "Các thiết lập", 32 "global.settings": "Các thiết lập",
33 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})", 33 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Sử dụng 'https://whatmyuseragent.com/' (để khám phá) hoặc 'https://developers.whatismybrowser.com/useragents/explore/' (để chọn) tác nhân người dùng mong muốn của bạn và sao chép-dán nó vào đây.", 38 "global.userAgentHelp": "Sử dụng 'https://whatmyuseragent.com/' (để khám phá) hoặc 'https://developers.whatismybrowser.com/useragents/explore/' (để chọn) tác nhân người dùng mong muốn của bạn và sao chép-dán nó vào đây.",
39 "global.userAgentPref": "Tác nhân Người dùng", 39 "global.userAgentPref": "Tác nhân Người dùng",
40 "global.yes": "Yes", 40 "global.yes": "Yes",
41 "import.headline": "Nhập các dịch vụ Ferdi 4 của bạn", 41 "import.headline": "Nhập các dịch vụ Ferdium 4 của bạn",
42 "import.notSupportedHeadline": "Các dịch vụ chưa được hỗ trợ trong Ferdi 5", 42 "import.notSupportedHeadline": "Các dịch vụ chưa được hỗ trợ trong Ferdium 5",
43 "import.skip.label": "Tôi muốn thêm dịch vụ theo cách thủ công", 43 "import.skip.label": "Tôi muốn thêm dịch vụ theo cách thủ công",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "Đã xảy ra lỗi khi cố gắng thực hiện một yêu cầu đã xác thực. Vui lòng thử đăng xuất và đăng nhập lại nếu lỗi này vẫn tiếp diễn.", 45 "infobar.authRequestFailed": "Đã xảy ra lỗi khi cố gắng thực hiện một yêu cầu đã xác thực. Vui lòng thử đăng xuất và đăng nhập lại nếu lỗi này vẫn tiếp diễn.",
@@ -49,7 +49,7 @@
49 "infobar.hide": "Ẩn", 49 "infobar.hide": "Ẩn",
50 "infobar.requiredRequestsFailed": "Không thể tải dịch vụ và thông tin người dùng", 50 "infobar.requiredRequestsFailed": "Không thể tải dịch vụ và thông tin người dùng",
51 "infobar.servicesUpdated": "Các dịch vụ của bạn đã được cập nhật.", 51 "infobar.servicesUpdated": "Các dịch vụ của bạn đã được cập nhật.",
52 "infobar.updateAvailable": "Đã có bản cập nhật mới cho Ferdi.", 52 "infobar.updateAvailable": "Đã có bản cập nhật mới cho Ferdium.",
53 "infobox.dismiss": "Bỏ qua", 53 "infobox.dismiss": "Bỏ qua",
54 "invite.email.label": "Địa chỉ E-mail", 54 "invite.email.label": "Địa chỉ E-mail",
55 "invite.headline.friends": "Mời 3 người bạn hoặc đồng nghiệp của bạn", 55 "invite.headline.friends": "Mời 3 người bạn hoặc đồng nghiệp của bạn",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "mở khoá bằng vân tay", 65 "locked.touchIdPrompt": "mở khoá bằng vân tay",
66 "locked.unlockWithPassword": "Mở khoá bằng mật khẩu", 66 "locked.unlockWithPassword": "Mở khoá bằng mật khẩu",
67 "login.changeServer": "Thay đổi máy chủ", 67 "login.changeServer": "Thay đổi máy chủ",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "Địa chỉ E-mail", 70 "login.email.label": "Địa chỉ E-mail",
71 "login.headline": "Đăng nhập", 71 "login.headline": "Đăng nhập",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "Phiên làm việc của bạn bị quá hạn, hãy đăng nhập lại.", 78 "login.tokenExpired": "Phiên làm việc của bạn bị quá hạn, hãy đăng nhập lại.",
79 "menu.Todoss.closeTodosDrawer": "Đóng mục Việc cần làm", 79 "menu.Todoss.closeTodosDrawer": "Đóng mục Việc cần làm",
80 "menu.Todoss.openTodosDrawer": "Mở mục Việc cần làm", 80 "menu.Todoss.openTodosDrawer": "Mở mục Việc cần làm",
81 "menu.app.about": "Giới thiệu về phần mềm Ferdi", 81 "menu.app.about": "Giới thiệu về phần mềm Ferdium",
82 "menu.app.autohideMenuBar": "Tự động ẩn thanh Menu", 82 "menu.app.autohideMenuBar": "Tự động ẩn thanh Menu",
83 "menu.app.checkForUpdates": "Kiểm tra cập nhật", 83 "menu.app.checkForUpdates": "Kiểm tra cập nhật",
84 "menu.app.hide": "Ẩn", 84 "menu.app.hide": "Ẩn",
@@ -121,9 +121,9 @@
121 "menu.view": "Hiển thị", 121 "menu.view": "Hiển thị",
122 "menu.view.back": "Quay lại", 122 "menu.view.back": "Quay lại",
123 "menu.view.forward": "Tới trước", 123 "menu.view.forward": "Tới trước",
124 "menu.view.lockFerdi": "Khoá ứng dụng", 124 "menu.view.lockFerdium": "Khoá ứng dụng",
125 "menu.view.openQuickSwitch": "Mở chuyển nhanh", 125 "menu.view.openQuickSwitch": "Mở chuyển nhanh",
126 "menu.view.reloadFerdi": "Tải lại Ferdi", 126 "menu.view.reloadFerdium": "Tải lại Ferdium",
127 "menu.view.reloadService": "Tải lại dịch vụ", 127 "menu.view.reloadService": "Tải lại dịch vụ",
128 "menu.view.reloadTodos": "Làm mới lại ds cần làm", 128 "menu.view.reloadTodos": "Làm mới lại ds cần làm",
129 "menu.view.resetZoom": "Kích thước thật", 129 "menu.view.resetZoom": "Kích thước thật",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "Không tải được {name}.", 161 "service.errorHandler.text": "Không tải được {name}.",
162 "service.webviewLoader.loading": "Đang tải {service}", 162 "service.webviewLoader.loading": "Đang tải {service}",
163 "services.getStarted": "Bắt đầu", 163 "services.getStarted": "Bắt đầu",
164 "services.login": "Vui lòng đăng nhập để sử dụng Ferdi.", 164 "services.login": "Vui lòng đăng nhập để sử dụng Ferdium.",
165 "services.serverInfo": "Theo tùy chọn, bạn có thể thay đổi máy chủ Ferdi của mình bằng cách nhấp vào bánh răng ở góc dưới cùng bên trái. Nếu bạn đang chuyển qua (từ một trong các máy chủ được lưu trữ) sang sử dụng Ferdi mà không có tài khoản, vui lòng thông báo rằng bạn có thể xuất dữ liệu của mình từ máy chủ đó và sau đó nhập dữ liệu đó bằng menu Trợ giúp để phục hồi tất cả không gian làm việc và dịch vụ đã định cấu hình của bạn!", 165 "services.serverInfo": "Theo tùy chọn, bạn có thể thay đổi máy chủ Ferdium của mình bằng cách nhấp vào bánh răng ở góc dưới cùng bên trái. Nếu bạn đang chuyển qua (từ một trong các máy chủ được lưu trữ) sang sử dụng Ferdium mà không có tài khoản, vui lòng thông báo rằng bạn có thể xuất dữ liệu của mình từ máy chủ đó và sau đó nhập dữ liệu đó bằng menu Trợ giúp để phục hồi tất cả không gian làm việc và dịch vụ đã định cấu hình của bạn!",
166 "services.serverless": "Sử dụng Ferdi không cần Đăng nhập Tài khoản", 166 "services.serverless": "Sử dụng Ferdium không cần Đăng nhập Tài khoản",
167 "settings.account.account.editButton": "Chỉnh sửa Tài khoản", 167 "settings.account.account.editButton": "Chỉnh sửa Tài khoản",
168 "settings.account.accountUnavailable": "Tài khoản không hợp lệ", 168 "settings.account.accountUnavailable": "Tài khoản không hợp lệ",
169 "settings.account.accountUnavailableInfo": "Bạn đang sử dụng Ferdi mà không có tài khoản. Nếu bạn muốn sử dụng Ferdi với một tài khoản và giữ cho các dịch vụ của mình được đồng bộ hóa giữa các bản cài đặt, vui lòng chọn một máy chủ trong tab Cài đặt rồi đăng nhập.", 169 "settings.account.accountUnavailableInfo": "Bạn đang sử dụng Ferdium mà không có tài khoản. Nếu bạn muốn sử dụng Ferdium với một tài khoản và giữ cho các dịch vụ của mình được đồng bộ hóa giữa các bản cài đặt, vui lòng chọn một máy chủ trong tab Cài đặt rồi đăng nhập.",
170 "settings.account.buttonSave": "Cập nhật Hồ sơ", 170 "settings.account.buttonSave": "Cập nhật Hồ sơ",
171 "settings.account.deleteAccount": "Xóa Tài khoản", 171 "settings.account.deleteAccount": "Xóa Tài khoản",
172 "settings.account.deleteEmailSent": "Bạn đã nhận được một email có liên kết để xác nhận việc xóa tài khoản của bạn. Tài khoản và dữ liệu của bạn không thể được khôi phục!", 172 "settings.account.deleteEmailSent": "Bạn đã nhận được một email có liên kết để xác nhận việc xóa tài khoản của bạn. Tài khoản và dữ liệu của bạn không thể được khôi phục!",
173 "settings.account.deleteInfo": "Nếu bạn không cần tài khoản Ferdi nữa, bạn có thể xóa tài khoản của mình và tất cả dữ liệu liên quan tại đây.", 173 "settings.account.deleteInfo": "Nếu bạn không cần tài khoản Ferdium nữa, bạn có thể xóa tài khoản của mình và tất cả dữ liệu liên quan tại đây.",
174 "settings.account.headline": "Tài khoản", 174 "settings.account.headline": "Tài khoản",
175 "settings.account.headlineAccount": "Thông tin Tài khoản", 175 "settings.account.headlineAccount": "Thông tin Tài khoản",
176 "settings.account.headlineDangerZone": "Vùng Nguy hiểm", 176 "settings.account.headlineDangerZone": "Vùng Nguy hiểm",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "Thử lại", 181 "settings.account.tryReloadServices": "Thử lại",
182 "settings.account.tryReloadUserInfoRequest": "Thử lại", 182 "settings.account.tryReloadUserInfoRequest": "Thử lại",
183 "settings.account.userInfoRequestFailed": "Không thể tải được thông tin người dùng", 183 "settings.account.userInfoRequestFailed": "Không thể tải được thông tin người dùng",
184 "settings.account.yourLicense": "Giấy phép Ferdi của bạn:", 184 "settings.account.yourLicense": "Giấy phép Ferdium của bạn:",
185 "settings.app.accentColorInfo": "Viết màu nhấn của bạn ở định dạng tương thích với CSS. (Mặc định: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Viết màu nhấn của bạn ở định dạng tương thích với CSS. (Mặc định: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "Xóa bộ nhớ cache", 186 "settings.app.buttonClearAllCache": "Xóa bộ nhớ cache",
187 "settings.app.buttonInstallUpdate": "Khởi động lại và cài đặt bản cập nhật", 187 "settings.app.buttonInstallUpdate": "Khởi động lại và cài đặt bản cập nhật",
188 "settings.app.buttonOpenFerdiProfileFolder": "Mở thư mục Hồ sơ", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Mở thư mục Hồ sơ",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Mở thư mục Công thức dịch vụ", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Mở thư mục Công thức dịch vụ",
190 "settings.app.buttonSearchForUpdate": "Kiểm tra cập nhật", 190 "settings.app.buttonSearchForUpdate": "Kiểm tra cập nhật",
191 "settings.app.cacheInfo": "Bộ nhớ đệm Ferdi hiện đang sử dụng {size} dung lượng ổ đĩa.", 191 "settings.app.cacheInfo": "Bộ nhớ đệm Ferdium hiện đang sử dụng {size} dung lượng ổ đĩa.",
192 "settings.app.cacheNotCleared": "Không thể xóa tất cả bộ nhớ cache", 192 "settings.app.cacheNotCleared": "Không thể xóa tất cả bộ nhớ cache",
193 "settings.app.closeSettings": "Đóng cài đặt", 193 "settings.app.closeSettings": "Đóng cài đặt",
194 "settings.app.currentVersion": "Phiên bản hiện tại:", 194 "settings.app.currentVersion": "Phiên bản hiện tại:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "Đồng bộ hóa chế độ tối với cài đặt chế độ tối trên Hệ điều hành của tôi", 196 "settings.app.form.adaptableDarkMode": "Đồng bộ hóa chế độ tối với cài đặt chế độ tối trên Hệ điều hành của tôi",
197 "settings.app.form.alwaysShowWorkspaces": "Luôn hiển thị không gian làm việc", 197 "settings.app.form.alwaysShowWorkspaces": "Luôn hiển thị không gian làm việc",
198 "settings.app.form.autoLaunchInBackground": "Mở trong nền", 198 "settings.app.form.autoLaunchInBackground": "Mở trong nền",
199 "settings.app.form.autoLaunchOnStart": "Mở Ferdi khi khởi động máy", 199 "settings.app.form.autoLaunchOnStart": "Mở Ferdium khi khởi động máy",
200 "settings.app.form.automaticUpdates": "Cho phép cập nhật", 200 "settings.app.form.automaticUpdates": "Cho phép cập nhật",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Không hiển thị thông báo cho các sự kiện khay nhớ tạm", 202 "settings.app.form.clipboardNotifications": "Không hiển thị thông báo cho các sự kiện khay nhớ tạm",
203 "settings.app.form.closeToSystemTray": "Thu nhỏ Ferdi xuống khay hệ thống", 203 "settings.app.form.closeToSystemTray": "Thu nhỏ Ferdium xuống khay hệ thống",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Tùy chỉnh Server Todo", 205 "settings.app.form.customTodoServer": "Tùy chỉnh Server Todo",
206 "settings.app.form.darkMode": "Cho phép chế độ nền tối", 206 "settings.app.form.darkMode": "Cho phép chế độ nền tối",
207 "settings.app.form.enableGPUAcceleration": "Bật Tăng tốc GPU", 207 "settings.app.form.enableGPUAcceleration": "Bật Tăng tốc GPU",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Cho phép khóa bằng mật khẩu", 209 "settings.app.form.enableLock": "Cho phép khóa bằng mật khẩu",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Luôn hiển thị Ferdi trong Menu Bar", 211 "settings.app.form.enableMenuBar": "Luôn hiển thị Ferdium trong Menu Bar",
212 "settings.app.form.enableSpellchecking": "Kích hoạt tính năng kiểm tra chính tả", 212 "settings.app.form.enableSpellchecking": "Kích hoạt tính năng kiểm tra chính tả",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Cho phép Ferdi Todos", 214 "settings.app.form.enableTodos": "Cho phép Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Giữ các dịch vụ ở chế độ ngủ đông khi khởi động", 215 "settings.app.form.hibernateOnStartup": "Giữ các dịch vụ ở chế độ ngủ đông khi khởi động",
216 "settings.app.form.hibernationStrategy": "Chiến lược ngủ đông", 216 "settings.app.form.hibernationStrategy": "Chiến lược ngủ đông",
217 "settings.app.form.iconSize": "Kích thước icon Dịch vụ", 217 "settings.app.form.iconSize": "Kích thước icon Dịch vụ",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "Luôn tải tất cả các không gian làm việc", 219 "settings.app.form.keepAllWorkspacesLoaded": "Luôn tải tất cả các không gian làm việc",
220 "settings.app.form.language": "Ngôn ngữ", 220 "settings.app.form.language": "Ngôn ngữ",
221 "settings.app.form.lockPassword": "Mật khẩu", 221 "settings.app.form.lockPassword": "Mật khẩu",
222 "settings.app.form.minimizeToSystemTray": "Thu nhỏ Ferdi xuống khay hệ thống", 222 "settings.app.form.minimizeToSystemTray": "Thu nhỏ Ferdium xuống khay hệ thống",
223 "settings.app.form.navigationBarBehaviour": "Hành vi của thanh điều hướng", 223 "settings.app.form.navigationBarBehaviour": "Hành vi của thanh điều hướng",
224 "settings.app.form.notifyTaskBarOnMessage": "Thông báo Thanh Tác vụ/Dock khi có tin nhắn mới", 224 "settings.app.form.notifyTaskBarOnMessage": "Thông báo Thanh Tác vụ/Dock khi có tin nhắn mới",
225 "settings.app.form.passwordToggle": "Chuyển đổi mật khẩu", 225 "settings.app.form.passwordToggle": "Chuyển đổi mật khẩu",
226 "settings.app.form.predefinedTodoServer": "Máy chủ Todo", 226 "settings.app.form.predefinedTodoServer": "Máy chủ Todo",
227 "settings.app.form.privateNotifications": "Không hiển thị nội dung tin nhắn trong thông báo", 227 "settings.app.form.privateNotifications": "Không hiển thị nội dung tin nhắn trong thông báo",
228 "settings.app.form.reloadAfterResume": "Tải lại Ferdi sau khi hệ thống hoạt động trở lại", 228 "settings.app.form.reloadAfterResume": "Tải lại Ferdium sau khi hệ thống hoạt động trở lại",
229 "settings.app.form.runInBackground": "Giữ Ferdi ở chế độ nền khi đóng cửa sổ", 229 "settings.app.form.runInBackground": "Giữ Ferdium ở chế độ nền khi đóng cửa sổ",
230 "settings.app.form.scheduledDNDEnabled": "Bật chế độ Không làm phiền đã lên lịch", 230 "settings.app.form.scheduledDNDEnabled": "Bật chế độ Không làm phiền đã lên lịch",
231 "settings.app.form.scheduledDNDEnd": "Đến", 231 "settings.app.form.scheduledDNDEnd": "Đến",
232 "settings.app.form.scheduledDNDStart": "Từ", 232 "settings.app.form.scheduledDNDStart": "Từ",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Bắt đầu thu nhỏ", 242 "settings.app.form.startMinimized": "Bắt đầu thu nhỏ",
243 "settings.app.form.universalDarkMode": "Bật Chế độ tối chung", 243 "settings.app.form.universalDarkMode": "Bật Chế độ tối chung",
244 "settings.app.form.useTouchIdToUnlock": "Cho phép sử dụng TouchID để mở khóa Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Cho phép sử dụng TouchID để mở khóa Ferdium",
245 "settings.app.form.useVerticalStyle": "Sử dụng kiểu ngang", 245 "settings.app.form.useVerticalStyle": "Sử dụng kiểu ngang",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "Ngôn ngữ", 252 "settings.app.headlineLanguage": "Ngôn ngữ",
253 "settings.app.headlinePrivacy": "Riêng tư", 253 "settings.app.headlinePrivacy": "Riêng tư",
254 "settings.app.headlineUpdates": "Cập nhật", 254 "settings.app.headlineUpdates": "Cập nhật",
255 "settings.app.hibernateInfo": "Theo mặc định, Ferdi sẽ giữ cho tất cả các dịch vụ của bạn luôn mở và được tải ở chế độ nền để chúng luôn sẵn sàng khi bạn muốn sử dụng. Service Hibernation sẽ dỡ bỏ các dịch vụ của bạn sau một khoảng thời gian cụ thể. Điều này rất hữu ích để tiết kiệm RAM hoặc giữ cho các dịch vụ không làm chậm máy tính của bạn.", 255 "settings.app.hibernateInfo": "Theo mặc định, Ferdium sẽ giữ cho tất cả các dịch vụ của bạn luôn mở và được tải ở chế độ nền để chúng luôn sẵn sàng khi bạn muốn sử dụng. Service Hibernation sẽ dỡ bỏ các dịch vụ của bạn sau một khoảng thời gian cụ thể. Điều này rất hữu ích để tiết kiệm RAM hoặc giữ cho các dịch vụ không làm chậm máy tính của bạn.",
256 "settings.app.inactivityLockInfo": "Vài phút không hoạt động, sau đó Ferdi sẽ tự động khóa. Sử dụng 0 để tắt", 256 "settings.app.inactivityLockInfo": "Vài phút không hoạt động, sau đó Ferdium sẽ tự động khóa. Sử dụng 0 để tắt",
257 "settings.app.lockInfo": "Khóa mật khẩu cho phép bạn bảo vệ tin nhắn của mình.\nSử dụng Khóa mật khẩu, bạn sẽ được nhắc nhập mật khẩu của mình mỗi khi khởi động Ferdi hoặc tự khóa Ferdi bằng biểu tượng ổ khóa ở góc dưới cùng bên trái hoặc phím tắt {lockShortcut}.", 257 "settings.app.lockInfo": "Khóa mật khẩu cho phép bạn bảo vệ tin nhắn của mình.\nSử dụng Khóa mật khẩu, bạn sẽ được nhắc nhập mật khẩu của mình mỗi khi khởi động Ferdium hoặc tự khóa Ferdium bằng biểu tượng ổ khóa ở góc dưới cùng bên trái hoặc phím tắt {lockShortcut}.",
258 "settings.app.lockedPassword": "Mật khẩu", 258 "settings.app.lockedPassword": "Mật khẩu",
259 "settings.app.lockedPasswordInfo": "Hãy chắc chắn rằng bạn đã đặt mật khẩu mà bạn sẽ nhớ.\nNếu bạn mất mật khẩu này, bạn sẽ phải cài đặt lại Ferdi.", 259 "settings.app.lockedPasswordInfo": "Hãy chắc chắn rằng bạn đã đặt mật khẩu mà bạn sẽ nhớ.\nNếu bạn mất mật khẩu này, bạn sẽ phải cài đặt lại Ferdium.",
260 "settings.app.restartRequired": "Các thay đổi yêu cầu khởi động lại", 260 "settings.app.restartRequired": "Các thay đổi yêu cầu khởi động lại",
261 "settings.app.scheduledDNDInfo": "Theo lịch trình Không làm phiền cho phép bạn xác định khoảng thời gian mà bạn không muốn nhận Thông báo từ Ferdi.", 261 "settings.app.scheduledDNDInfo": "Theo lịch trình Không làm phiền cho phép bạn xác định khoảng thời gian mà bạn không muốn nhận Thông báo từ Ferdium.",
262 "settings.app.scheduledDNDTimeInfo": "Thời gian ở định dạng 24 giờ. Thời gian kết thúc có thể trước thời gian bắt đầu (ví dụ: bắt đầu từ 17:00, kết thúc lúc 09:00) để bật chế độ Không làm phiền qua đêm.", 262 "settings.app.scheduledDNDTimeInfo": "Thời gian ở định dạng 24 giờ. Thời gian kết thúc có thể trước thời gian bắt đầu (ví dụ: bắt đầu từ 17:00, kết thúc lúc 09:00) để bật chế độ Không làm phiền qua đêm.",
263 "settings.app.sentryInfo": "Việc gửi dữ liệu đo từ xa cho phép chúng tôi tìm ra lỗi trong Ferdi - chúng tôi sẽ không gửi bất kỳ thông tin cá nhân nào như dữ liệu tin nhắn của bạn!", 263 "settings.app.sentryInfo": "Việc gửi dữ liệu đo từ xa cho phép chúng tôi tìm ra lỗi trong Ferdium - chúng tôi sẽ không gửi bất kỳ thông tin cá nhân nào như dữ liệu tin nhắn của bạn!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi sử dụng trình kiểm tra chính tả tích hợp trên máy Mac của bạn để kiểm tra lỗi chính tả. Nếu bạn muốn thay đổi ngôn ngữ mà trình kiểm tra chính tả kiểm tra, bạn có thể làm như vậy trong Tùy chọn hệ thống của máy Mac.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium sử dụng trình kiểm tra chính tả tích hợp trên máy Mac của bạn để kiểm tra lỗi chính tả. Nếu bạn muốn thay đổi ngôn ngữ mà trình kiểm tra chính tả kiểm tra, bạn có thể làm như vậy trong Tùy chọn hệ thống của máy Mac.",
265 "settings.app.subheadlineCache": "Bộ nhớ đệm", 265 "settings.app.subheadlineCache": "Bộ nhớ đệm",
266 "settings.app.subheadlineFerdiProfile": "Hồ sơ Ferdi", 266 "settings.app.subheadlineFerdiumProfile": "Hồ sơ Ferdium",
267 "settings.app.todoServerInfo": "Máy chủ này sẽ được sử dụng cho tính năng \"Ferdi Todo\".", 267 "settings.app.todoServerInfo": "Máy chủ này sẽ được sử dụng cho tính năng \"Ferdium Todo\".",
268 "settings.app.translationHelp": "Giúp chúng tôi dịch Ferdi sang ngôn ngữ của bạn.", 268 "settings.app.translationHelp": "Giúp chúng tôi dịch Ferdium sang ngôn ngữ của bạn.",
269 "settings.app.universalDarkModeInfo": "Chế độ tối chung cố gắng tạo động các kiểu chế độ tối cho các dịch vụ hiện không được hỗ trợ.", 269 "settings.app.universalDarkModeInfo": "Chế độ tối chung cố gắng tạo động các kiểu chế độ tối cho các dịch vụ hiện không được hỗ trợ.",
270 "settings.app.updateStatusAvailable": "Bản cập nhật phù hợp, đang tải...", 270 "settings.app.updateStatusAvailable": "Bản cập nhật phù hợp, đang tải...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
272 "settings.app.updateStatusUpToDate": "Bạn đang sử dụng phiên bản mới nhất của Ferdi", 272 "settings.app.updateStatusUpToDate": "Bạn đang sử dụng phiên bản mới nhất của Ferdium",
273 "settings.invite.headline": "Mời bạn bè", 273 "settings.invite.headline": "Mời bạn bè",
274 "settings.navigation.account": "Tài khoản", 274 "settings.navigation.account": "Tài khoản",
275 "settings.navigation.availableServices": "Các dịch vụ có sẵn", 275 "settings.navigation.availableServices": "Các dịch vụ có sẵn",
276 "settings.navigation.logout": "Đăng xuất", 276 "settings.navigation.logout": "Đăng xuất",
277 "settings.navigation.supportFerdi": "Giới thiệu về phần mềm Ferdi", 277 "settings.navigation.supportFerdium": "Giới thiệu về phần mềm Ferdium",
278 "settings.navigation.team": "Quản lý Nhóm", 278 "settings.navigation.team": "Quản lý Nhóm",
279 "settings.navigation.yourServices": "Dịch vụ của bạn", 279 "settings.navigation.yourServices": "Dịch vụ của bạn",
280 "settings.navigation.yourWorkspaces": "Không gian làm việc của bạn", 280 "settings.navigation.yourWorkspaces": "Không gian làm việc của bạn",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "Các dịch vụ có sẵn", 289 "settings.recipes.headline": "Các dịch vụ có sẵn",
290 "settings.recipes.missingService": "Thiếu một dịch vụ?", 290 "settings.recipes.missingService": "Thiếu một dịch vụ?",
291 "settings.recipes.mostPopular": "Phổ biến nhất", 291 "settings.recipes.mostPopular": "Phổ biến nhất",
292 "settings.recipes.nothingFound": "Xin lỗi, không có dịch vụ nào phù hợp với cụm từ tìm kiếm của bạn - nhưng bạn vẫn có thể thêm nó bằng cách sử dụng tùy chọn \"Trang web tùy chỉnh\". Xin lưu ý rằng trang web có thể hiển thị nhiều dịch vụ hơn đã được thêm vào Ferdi kể từ phiên bản bạn đang sử dụng. Để nhận các dịch vụ mới đó, vui lòng xem xét nâng cấp lên phiên bản Ferdi mới hơn.", 292 "settings.recipes.nothingFound": "Xin lỗi, không có dịch vụ nào phù hợp với cụm từ tìm kiếm của bạn - nhưng bạn vẫn có thể thêm nó bằng cách sử dụng tùy chọn \"Trang web tùy chỉnh\". Xin lưu ý rằng trang web có thể hiển thị nhiều dịch vụ hơn đã được thêm vào Ferdium kể từ phiên bản bạn đang sử dụng. Để nhận các dịch vụ mới đó, vui lòng xem xét nâng cấp lên phiên bản Ferdium mới hơn.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "Đã thêm dịch vụ thành công", 293 "settings.recipes.servicesSuccessfulAddedInfo": "Đã thêm dịch vụ thành công",
294 "settings.searchService": "Tìm kiếm dịch vụ", 294 "settings.searchService": "Tìm kiếm dịch vụ",
295 "settings.service.error.goBack": "Quay lại dịch vụ", 295 "settings.service.error.goBack": "Quay lại dịch vụ",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "Mở user.js", 329 "settings.service.form.openUserJs": "Mở user.js",
330 "settings.service.form.proxy.headline": "Cài đặt Proxy HTTP / HTTPS", 330 "settings.service.form.proxy.headline": "Cài đặt Proxy HTTP / HTTPS",
331 "settings.service.form.proxy.host": "Máy chủ Proxy/IP", 331 "settings.service.form.proxy.host": "Máy chủ Proxy/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "Sử dụng Proxy", 333 "settings.service.form.proxy.isEnabled": "Sử dụng Proxy",
334 "settings.service.form.proxy.password": "Mật khẩu (tùy chọn)", 334 "settings.service.form.proxy.password": "Mật khẩu (tùy chọn)",
335 "settings.service.form.proxy.port": "Cổng", 335 "settings.service.form.proxy.port": "Cổng",
336 "settings.service.form.proxy.restartInfo": "Vui lòng khởi động lại Ferdi sau khi thay đổi Cài đặt proxy.", 336 "settings.service.form.proxy.restartInfo": "Vui lòng khởi động lại Ferdium sau khi thay đổi Cài đặt proxy.",
337 "settings.service.form.proxy.user": "Người dùng (tùy chọn)", 337 "settings.service.form.proxy.user": "Người dùng (tùy chọn)",
338 "settings.service.form.recipeFileInfo": "Các tệp người dùng của bạn sẽ được chèn vào trang web để bạn có thể tùy chỉnh các dịch vụ theo bất kỳ cách nào bạn muốn. Các tệp người dùng chỉ được lưu trữ cục bộ và không được chuyển sang các máy tính khác sử dụng cùng một tài khoản.", 338 "settings.service.form.recipeFileInfo": "Các tệp người dùng của bạn sẽ được chèn vào trang web để bạn có thể tùy chỉnh các dịch vụ theo bất kỳ cách nào bạn muốn. Các tệp người dùng chỉ được lưu trữ cục bộ và không được chuyển sang các máy tính khác sử dụng cùng một tài khoản.",
339 "settings.service.form.saveButton": "Lưu dịch vụ", 339 "settings.service.form.saveButton": "Lưu dịch vụ",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "Tất cả âm thanh đều bị tắt tiếng", 352 "settings.services.tooltip.isMuted": "Tất cả âm thanh đều bị tắt tiếng",
353 "settings.services.tooltip.notificationsDisabled": "Thông báo bị vô hiệu hoá", 353 "settings.services.tooltip.notificationsDisabled": "Thông báo bị vô hiệu hoá",
354 "settings.services.updatedInfo": "Mọi thay đổi đã được lưu lại", 354 "settings.services.updatedInfo": "Mọi thay đổi đã được lưu lại",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "Giới thiệu về phần mềm Ferdi", 357 "settings.supportFerdium.headline": "Giới thiệu về phần mềm Ferdium",
358 "settings.team.contentHeadline": "Quản lý nhóm Franz", 358 "settings.team.contentHeadline": "Quản lý nhóm Franz",
359 "settings.team.copy": "Quản lý nhóm của Franz cho phép bạn quản lý Đăng ký Franz cho nhiều người dùng. Xin lưu ý rằng việc đăng ký Franz Premium sẽ không mang lại lợi ích gì cho bạn khi sử dụng Ferdi: Lý do duy nhất bạn vẫn có quyền truy cập vào Quản lý nhóm là để bạn có thể quản lý Nhóm Franz cũ của mình và để bạn không mất bất kỳ chức năng nào trong việc quản lý tài khoản của bạn.", 359 "settings.team.copy": "Quản lý nhóm của Franz cho phép bạn quản lý Đăng ký Franz cho nhiều người dùng. Xin lưu ý rằng việc đăng ký Franz Premium sẽ không mang lại lợi ích gì cho bạn khi sử dụng Ferdium: Lý do duy nhất bạn vẫn có quyền truy cập vào Quản lý nhóm là để bạn có thể quản lý Nhóm Franz cũ của mình và để bạn không mất bất kỳ chức năng nào trong việc quản lý tài khoản của bạn.",
360 "settings.team.headline": "Nhóm", 360 "settings.team.headline": "Nhóm",
361 "settings.team.intro": "Bạn hiện đang sử dụng Máy chủ Franz, đó là lý do bạn có quyền truy cập vào Quản lý nhóm.", 361 "settings.team.intro": "Bạn hiện đang sử dụng Máy chủ Franz, đó là lý do bạn có quyền truy cập vào Quản lý nhóm.",
362 "settings.team.manageAction": "Quản lý Nhóm của bạn trên meetfranz.com", 362 "settings.team.manageAction": "Quản lý Nhóm của bạn trên meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "Bạn chưa tạo bất kỳ không gian làm việc nào.", 385 "settings.workspaces.noWorkspacesAdded": "Bạn chưa tạo bất kỳ không gian làm việc nào.",
386 "settings.workspaces.tryReloadWorkspaces": "Thử lại", 386 "settings.workspaces.tryReloadWorkspaces": "Thử lại",
387 "settings.workspaces.updatedInfo": "Mọi thay đổi đã được lưu lại", 387 "settings.workspaces.updatedInfo": "Mọi thay đổi đã được lưu lại",
388 "settings.workspaces.workspaceFeatureHeadline": "Ít hơn là Nhiều hơn: Giới thiệu Không gian làm việc Ferdi", 388 "settings.workspaces.workspaceFeatureHeadline": "Ít hơn là Nhiều hơn: Giới thiệu Không gian làm việc Ferdium",
389 "settings.workspaces.workspaceFeatureInfo": "Không gian làm việc Ferdi cho phép bạn tập trung vào những gì quan trọng ngay bây giờ. Thiết lập các nhóm dịch vụ khác nhau và dễ dàng chuyển đổi giữa chúng bất kỳ lúc nào. Bạn quyết định dịch vụ nào bạn cần khi nào và ở đâu, vì vậy chúng tôi có thể giúp bạn luôn cập nhật trò chơi của mình - hoặc dễ dàng tắt công việc bất cứ khi nào bạn muốn.", 389 "settings.workspaces.workspaceFeatureInfo": "Không gian làm việc Ferdium cho phép bạn tập trung vào những gì quan trọng ngay bây giờ. Thiết lập các nhóm dịch vụ khác nhau và dễ dàng chuyển đổi giữa chúng bất kỳ lúc nào. Bạn quyết định dịch vụ nào bạn cần khi nào và ở đâu, vì vậy chúng tôi có thể giúp bạn luôn cập nhật trò chơi của mình - hoặc dễ dàng tắt công việc bất cứ khi nào bạn muốn.",
390 "settings.workspaces.workspacesRequestFailed": "Không thể tải không gian làm việc của bạn", 390 "settings.workspaces.workspacesRequestFailed": "Không thể tải không gian làm việc của bạn",
391 "setupAssistant.headline": "Bắt đầu nào", 391 "setupAssistant.headline": "Bắt đầu nào",
392 "setupAssistant.subheadline": "Chọn từ các dịch vụ được sử dụng nhiều nhất của chúng tôi và nhận lại tin nhắn của bạn ngay bây giờ.", 392 "setupAssistant.subheadline": "Chọn từ các dịch vụ được sử dụng nhiều nhất của chúng tôi và nhận lại tin nhắn của bạn ngay bây giờ.",
393 "setupAssistant.submit.label": "Bắt đầu nào", 393 "setupAssistant.submit.label": "Bắt đầu nào",
394 "sidebar.addNewService": "Thêm Dịch vụ mới", 394 "sidebar.addNewService": "Thêm Dịch vụ mới",
395 "sidebar.closeTodosDrawer": "Đóng Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Đóng Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "Đóng không gian làm việc", 396 "sidebar.closeWorkspaceDrawer": "Đóng không gian làm việc",
397 "sidebar.lockFerdi": "Khoá ứng dụng", 397 "sidebar.lockFerdium": "Khoá ứng dụng",
398 "sidebar.muteApp": "Tắt thông báo và âm thanh", 398 "sidebar.muteApp": "Tắt thông báo và âm thanh",
399 "sidebar.openTodosDrawer": "Mở Ferdi Todos", 399 "sidebar.openTodosDrawer": "Mở Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "Mở không gian làm việc", 400 "sidebar.openWorkspaceDrawer": "Mở không gian làm việc",
401 "sidebar.unmuteApp": "Bật thông báo và âm thanh", 401 "sidebar.unmuteApp": "Bật thông báo và âm thanh",
402 "signup.email.label": "Địa chỉ E-mail", 402 "signup.email.label": "Địa chỉ E-mail",
@@ -404,7 +404,7 @@
404 "signup.firstname.label": "Tên", 404 "signup.firstname.label": "Tên",
405 "signup.headline": "Đăng ký", 405 "signup.headline": "Đăng ký",
406 "signup.lastname.label": "Họ, tên đệm", 406 "signup.lastname.label": "Họ, tên đệm",
407 "signup.legal.info": "Bằng cách tạo tài khoản Ferdi, bạn chấp nhận", 407 "signup.legal.info": "Bằng cách tạo tài khoản Ferdium, bạn chấp nhận",
408 "signup.legal.privacy": "Cam kết Bảo mật", 408 "signup.legal.privacy": "Cam kết Bảo mật",
409 "signup.legal.terms": "Điều khoản dịch vụ", 409 "signup.legal.terms": "Điều khoản dịch vụ",
410 "signup.link.login": "Đã có tài khoản, Đăng nhập?", 410 "signup.link.login": "Đã có tài khoản, Đăng nhập?",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "Không gian làm việc", 440 "workspaceDrawer.headline": "Không gian làm việc",
441 "workspaceDrawer.item.contextMenuEdit": "chỉnh sửa", 441 "workspaceDrawer.item.contextMenuEdit": "chỉnh sửa",
442 "workspaceDrawer.item.noServicesAddedYet": "Không có dịch vụ bổ sung", 442 "workspaceDrawer.item.noServicesAddedYet": "Không có dịch vụ bổ sung",
443 "workspaceDrawer.workspaceFeatureInfo": "<p> Ferdi Workspaces cho phép bạn tập trung vào những gì quan trọng ngay bây giờ. Thiết lập các nhóm dịch vụ khác nhau và dễ dàng chuyển đổi giữa chúng bất kỳ lúc nào. </p> <p> Bạn quyết định dịch vụ nào bạn cần khi nào và ở đâu, vì vậy chúng tôi có thể giúp bạn luôn cập nhật trò chơi của mình - hoặc dễ dàng tắt khỏi công việc bất cứ khi nào bạn muốn. </p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p> Ferdium Workspaces cho phép bạn tập trung vào những gì quan trọng ngay bây giờ. Thiết lập các nhóm dịch vụ khác nhau và dễ dàng chuyển đổi giữa chúng bất kỳ lúc nào. </p> <p> Bạn quyết định dịch vụ nào bạn cần khi nào và ở đâu, vì vậy chúng tôi có thể giúp bạn luôn cập nhật trò chơi của mình - hoặc dễ dàng tắt khỏi công việc bất cứ khi nào bạn muốn. </p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Chỉnh sửa cài đặt không gian làm việc", 444 "workspaceDrawer.workspacesSettingsTooltip": "Chỉnh sửa cài đặt không gian làm việc",
445 "workspaces.switchingIndicator.switchingTo": "Chuyển sang" 445 "workspaces.switchingIndicator.switchingTo": "Chuyển sang"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/zh-HANS.json b/src/i18n/locales/zh-HANS.json
index 7fa14acf9..8944e2752 100644
--- a/src/i18n/locales/zh-HANS.json
+++ b/src/i18n/locales/zh-HANS.json
@@ -3,18 +3,18 @@
3 "app.errorHandler.headline": "出现问题了", 3 "app.errorHandler.headline": "出现问题了",
4 "connectionLostBanner.cta": "重启服务", 4 "connectionLostBanner.cta": "重启服务",
5 "connectionLostBanner.informationLink": "What happened?", 5 "connectionLostBanner.informationLink": "What happened?",
6 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 6 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
7 "feature.announcements.changelog.headline": "在{version}版本中的更改", 7 "feature.announcements.changelog.headline": "在{version}版本中的更改",
8 "feature.shareFranz.action.email": "使用电子邮件发送", 8 "feature.shareFranz.action.email": "使用电子邮件发送",
9 "feature.shareFranz.action.facebook": "在Facebook上分享", 9 "feature.shareFranz.action.facebook": "在Facebook上分享",
10 "feature.shareFranz.action.twitter": "在Twitter上分享", 10 "feature.shareFranz.action.twitter": "在Twitter上分享",
11 "feature.shareFranz.headline": "Ferdi is better together!", 11 "feature.shareFranz.headline": "Ferdium is better together!",
12 "feature.shareFranz.shareText.email": "我们在Ferdi里添加了 {count} 服务!请前往 www.getferdi.com 获得支持WhatsApp,Messenger,Slack,Skype的免费应用程序. ", 12 "feature.shareFranz.shareText.email": "我们在Ferdium里添加了 {count} 服务!请前往 www.ferdium.org 获得支持WhatsApp,Messenger,Slack,Skype的免费应用程序. ",
13 "feature.shareFranz.shareText.twitter": "我已经为Ferdi添加了{count}个服务!在www.getferdi.com/cc @FerdiMessenger上获得适用于WhatsApp,Messenger,Slack,Skype和co的免费应用程序", 13 "feature.shareFranz.shareText.twitter": "我已经为Ferdium添加了{count}个服务!在www.ferdium.org/cc @FerdiumMessenger上获得适用于WhatsApp,Messenger,Slack,Skype和co的免费应用程序",
14 "feature.shareFranz.text": "告诉你的朋友和同事Ferdi有多棒并且帮助我们传播Ferdi。", 14 "feature.shareFranz.text": "告诉你的朋友和同事Ferdium有多棒并且帮助我们传播Ferdium。",
15 "global.api.unhealthy": "无法连接Ferdi在线服务", 15 "global.api.unhealthy": "无法连接Ferdium在线服务",
16 "global.edit": "编辑", 16 "global.edit": "编辑",
17 "global.franzProRequired": "需要 Ferdi 专业版。", 17 "global.franzProRequired": "需要 Ferdium 专业版。",
18 "global.notConnectedToTheInternet": "没有网络服务", 18 "global.notConnectedToTheInternet": "没有网络服务",
19 "global.quit": "退出", 19 "global.quit": "退出",
20 "global.settings": "设置", 20 "global.settings": "设置",
@@ -23,8 +23,8 @@
23 "global.spellchecking.autodetect.short": "自动", 23 "global.spellchecking.autodetect.short": "自动",
24 "global.spellchecking.language": "语言拼写检查", 24 "global.spellchecking.language": "语言拼写检查",
25 "global.submit": "提交", 25 "global.submit": "提交",
26 "import.headline": "导入自定义Ferdi 4服务", 26 "import.headline": "导入自定义Ferdium 4服务",
27 "import.notSupportedHeadline": "Ferdi 5 目前不支持此项服务", 27 "import.notSupportedHeadline": "Ferdium 5 目前不支持此项服务",
28 "import.skip.label": "手动添加服务", 28 "import.skip.label": "手动添加服务",
29 "import.submit.label": "导入服务", 29 "import.submit.label": "导入服务",
30 "infobar.buttonChangelog": "新功能", 30 "infobar.buttonChangelog": "新功能",
@@ -32,7 +32,7 @@
32 "infobar.buttonReloadServices": "重新加载服务", 32 "infobar.buttonReloadServices": "重新加载服务",
33 "infobar.requiredRequestsFailed": "无法加载服务列表和用户信息", 33 "infobar.requiredRequestsFailed": "无法加载服务列表和用户信息",
34 "infobar.servicesUpdated": "服务已更新", 34 "infobar.servicesUpdated": "服务已更新",
35 "infobar.updateAvailable": "Ferdi更新可用.", 35 "infobar.updateAvailable": "Ferdium更新可用.",
36 "invite.email.label": "电子邮件地址", 36 "invite.email.label": "电子邮件地址",
37 "invite.headline.friends": "邀请3个好友或同事", 37 "invite.headline.friends": "邀请3个好友或同事",
38 "invite.name.label": "名字", 38 "invite.name.label": "名字",
@@ -50,7 +50,7 @@
50 "login.tokenExpired": "登录已过期,请重新登录", 50 "login.tokenExpired": "登录已过期,请重新登录",
51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 51 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
52 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 52 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
53 "menu.app.about": "关于 Ferdi", 53 "menu.app.about": "关于 Ferdium",
54 "menu.app.announcement": "新变化", 54 "menu.app.announcement": "新变化",
55 "menu.app.checkForUpdates": "检查更新", 55 "menu.app.checkForUpdates": "检查更新",
56 "menu.app.hide": "隐藏", 56 "menu.app.hide": "隐藏",
@@ -75,7 +75,7 @@
75 "menu.help.changelog": "更新日志", 75 "menu.help.changelog": "更新日志",
76 "menu.help.debugInfo": "复制调试信息", 76 "menu.help.debugInfo": "复制调试信息",
77 "menu.help.debugInfoCopiedBody": "您的调试信息已复制到剪贴板。", 77 "menu.help.debugInfoCopiedBody": "您的调试信息已复制到剪贴板。",
78 "menu.help.debugInfoCopiedHeadline": "Ferdi 调试信息", 78 "menu.help.debugInfoCopiedHeadline": "Ferdium 调试信息",
79 "menu.help.learnMore": "了解更多", 79 "menu.help.learnMore": "了解更多",
80 "menu.help.privacy": "隐私条款", 80 "menu.help.privacy": "隐私条款",
81 "menu.help.support": "支持", 81 "menu.help.support": "支持",
@@ -88,7 +88,7 @@
88 "menu.todos": "Todos", 88 "menu.todos": "Todos",
89 "menu.todos.enableTodos": "Enable Todos", 89 "menu.todos.enableTodos": "Enable Todos",
90 "menu.view": "视图", 90 "menu.view": "视图",
91 "menu.view.reloadFerdi": "重启Ferdi", 91 "menu.view.reloadFerdium": "重启Ferdium",
92 "menu.view.reloadService": "重启服务", 92 "menu.view.reloadService": "重启服务",
93 "menu.view.reloadTodos": "Reload ToDos", 93 "menu.view.reloadTodos": "Reload ToDos",
94 "menu.view.resetZoom": "实际尺寸", 94 "menu.view.resetZoom": "实际尺寸",
@@ -142,14 +142,14 @@
142 "service.errorHandler.text": "{name} 没有办法加载", 142 "service.errorHandler.text": "{name} 没有办法加载",
143 "service.webviewLoader.loading": "正在加载,请稍后", 143 "service.webviewLoader.loading": "正在加载,请稍后",
144 "services.getStarted": "开始", 144 "services.getStarted": "开始",
145 "services.welcome": "欢迎使用 Ferdi", 145 "services.welcome": "欢迎使用 Ferdium",
146 "settings.account.account.editButton": "编辑账户", 146 "settings.account.account.editButton": "编辑账户",
147 "settings.account.accountType.basic": "基本账户", 147 "settings.account.accountType.basic": "基本账户",
148 "settings.account.accountType.premium": "高级支持者账户", 148 "settings.account.accountType.premium": "高级支持者账户",
149 "settings.account.buttonSave": "上传文件", 149 "settings.account.buttonSave": "上传文件",
150 "settings.account.deleteAccount": "删除账号", 150 "settings.account.deleteAccount": "删除账号",
151 "settings.account.deleteEmailSent": "您将收到一封邮件,在这封邮件中包含有确认删除您的账号的链接。请注意,您的账号和数据无法被恢复!", 151 "settings.account.deleteEmailSent": "您将收到一封邮件,在这封邮件中包含有确认删除您的账号的链接。请注意,您的账号和数据无法被恢复!",
152 "settings.account.deleteInfo": "如果您不再需要Ferdi账户,您可以在这里删除您的账户及其相关联的数据。", 152 "settings.account.deleteInfo": "如果您不再需要Ferdium账户,您可以在这里删除您的账户及其相关联的数据。",
153 "settings.account.headline": "账户", 153 "settings.account.headline": "账户",
154 "settings.account.headlineAccount": "账户信息", 154 "settings.account.headlineAccount": "账户信息",
155 "settings.account.headlineDangerZone": "注意!", 155 "settings.account.headlineDangerZone": "注意!",
@@ -160,24 +160,24 @@
160 "settings.account.tryReloadServices": "重试", 160 "settings.account.tryReloadServices": "重试",
161 "settings.account.tryReloadUserInfoRequest": "重试", 161 "settings.account.tryReloadUserInfoRequest": "重试",
162 "settings.account.userInfoRequestFailed": "无法加载用户信息", 162 "settings.account.userInfoRequestFailed": "无法加载用户信息",
163 "settings.account.yourLicense": "Your Ferdi License", 163 "settings.account.yourLicense": "Your Ferdium License",
164 "settings.app.buttonClearAllCache": "清除缓存", 164 "settings.app.buttonClearAllCache": "清除缓存",
165 "settings.app.buttonInstallUpdate": "重启并安装更新", 165 "settings.app.buttonInstallUpdate": "重启并安装更新",
166 "settings.app.buttonSearchForUpdate": "检查更新", 166 "settings.app.buttonSearchForUpdate": "检查更新",
167 "settings.app.cacheInfo": "Ferdi 的缓存占用磁盘:{size} .", 167 "settings.app.cacheInfo": "Ferdium 的缓存占用磁盘:{size} .",
168 "settings.app.currentVersion": "当前版本:", 168 "settings.app.currentVersion": "当前版本:",
169 "settings.app.form.autoLaunchInBackground": "在后台打开", 169 "settings.app.form.autoLaunchInBackground": "在后台打开",
170 "settings.app.form.autoLaunchOnStart": "开机启动Ferdi", 170 "settings.app.form.autoLaunchOnStart": "开机启动Ferdium",
171 "settings.app.form.beta": "包含测试版本", 171 "settings.app.form.beta": "包含测试版本",
172 "settings.app.form.darkMode": "加入黑色主题", 172 "settings.app.form.darkMode": "加入黑色主题",
173 "settings.app.form.enableGPUAcceleration": "启用 GPU 加速", 173 "settings.app.form.enableGPUAcceleration": "启用 GPU 加速",
174 "settings.app.form.enableSpellchecking": "启用拼写检查", 174 "settings.app.form.enableSpellchecking": "启用拼写检查",
175 "settings.app.form.enableSystemTray": "在系统托盘中显示 Ferdi", 175 "settings.app.form.enableSystemTray": "在系统托盘中显示 Ferdium",
176 "settings.app.form.enableTodos": "Enable Ferdi Todos", 176 "settings.app.form.enableTodos": "Enable Ferdium Todos",
177 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 177 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
178 "settings.app.form.language": "语言", 178 "settings.app.form.language": "语言",
179 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系统托盘", 179 "settings.app.form.minimizeToSystemTray": "最小化 Ferdium 到系统托盘",
180 "settings.app.form.runInBackground": "关闭窗口时保持 Ferdi 在后台运行", 180 "settings.app.form.runInBackground": "关闭窗口时保持 Ferdium 在后台运行",
181 "settings.app.form.showDisabledServices": "显示已禁用的服务标签页", 181 "settings.app.form.showDisabledServices": "显示已禁用的服务标签页",
182 "settings.app.form.showMessagesBadgesWhenMuted": "在通知被禁用时显示未读消息提示。", 182 "settings.app.form.showMessagesBadgesWhenMuted": "在通知被禁用时显示未读消息提示。",
183 "settings.app.headlineAdvanced": "高级", 183 "settings.app.headlineAdvanced": "高级",
@@ -188,10 +188,10 @@
188 "settings.app.languageDisclaimer": "英语和德语为官方翻译。其他语言都是来自社区的翻译", 188 "settings.app.languageDisclaimer": "英语和德语为官方翻译。其他语言都是来自社区的翻译",
189 "settings.app.restartRequired": "重启后生效", 189 "settings.app.restartRequired": "重启后生效",
190 "settings.app.subheadlineCache": "缓存", 190 "settings.app.subheadlineCache": "缓存",
191 "settings.app.translationHelp": "帮助我们将Ferdi翻译至您的语言。", 191 "settings.app.translationHelp": "帮助我们将Ferdium翻译至您的语言。",
192 "settings.app.updateStatusAvailable": "更新可用,下载中……", 192 "settings.app.updateStatusAvailable": "更新可用,下载中……",
193 "settings.app.updateStatusSearching": "正在查找更新", 193 "settings.app.updateStatusSearching": "正在查找更新",
194 "settings.app.updateStatusUpToDate": "您使用的Ferdi是最新版本", 194 "settings.app.updateStatusUpToDate": "您使用的Ferdium是最新版本",
195 "settings.invite.headline": "邀请朋友", 195 "settings.invite.headline": "邀请朋友",
196 "settings.navigation.account": "账户", 196 "settings.navigation.account": "账户",
197 "settings.navigation.availableServices": "可用的服务", 197 "settings.navigation.availableServices": "可用的服务",
@@ -220,7 +220,7 @@
220 "settings.service.form.addServiceHeadline": "添加 {name}", 220 "settings.service.form.addServiceHeadline": "添加 {name}",
221 "settings.service.form.availableServices": "可用的服务", 221 "settings.service.form.availableServices": "可用的服务",
222 "settings.service.form.customUrl": "自定义服务器", 222 "settings.service.form.customUrl": "自定义服务器",
223 "settings.service.form.customUrlPremiumInfo": "如要添加自设服务,您需要一个Ferdi高级支持者账户。", 223 "settings.service.form.customUrlPremiumInfo": "如要添加自设服务,您需要一个Ferdium高级支持者账户。",
224 "settings.service.form.customUrlUpgradeAccount": "升级您的账户", 224 "settings.service.form.customUrlUpgradeAccount": "升级您的账户",
225 "settings.service.form.customUrlValidationError": "无法验证自定义{name}服务器。", 225 "settings.service.form.customUrlValidationError": "无法验证自定义{name}服务器。",
226 "settings.service.form.deleteButton": "删除服务", 226 "settings.service.form.deleteButton": "删除服务",
@@ -244,11 +244,11 @@
244 "settings.service.form.name": "名字", 244 "settings.service.form.name": "名字",
245 "settings.service.form.proxy.headline": "HTTP/HTTPS 端口设定", 245 "settings.service.form.proxy.headline": "HTTP/HTTPS 端口设定",
246 "settings.service.form.proxy.host": "端口主机/IP", 246 "settings.service.form.proxy.host": "端口主机/IP",
247 "settings.service.form.proxy.info": "代理服务器的设置将不会与 Ferdi 的服务器同步。", 247 "settings.service.form.proxy.info": "代理服务器的设置将不会与 Ferdium 的服务器同步。",
248 "settings.service.form.proxy.isEnabled": "使用代理", 248 "settings.service.form.proxy.isEnabled": "使用代理",
249 "settings.service.form.proxy.password": "密码(可选)", 249 "settings.service.form.proxy.password": "密码(可选)",
250 "settings.service.form.proxy.port": "端口", 250 "settings.service.form.proxy.port": "端口",
251 "settings.service.form.proxy.restartInfo": "请在设定端口后重启Ferdi。", 251 "settings.service.form.proxy.restartInfo": "请在设定端口后重启Ferdium。",
252 "settings.service.form.proxy.user": "用户(可选)", 252 "settings.service.form.proxy.user": "用户(可选)",
253 "settings.service.form.saveButton": "保存服务", 253 "settings.service.form.saveButton": "保存服务",
254 "settings.service.form.tabHosted": "托管", 254 "settings.service.form.tabHosted": "托管",
@@ -292,17 +292,17 @@
292 "settings.workspaces.noWorkspacesAdded": "你尚未添加任何工作组。", 292 "settings.workspaces.noWorkspacesAdded": "你尚未添加任何工作组。",
293 "settings.workspaces.tryReloadWorkspaces": "重试", 293 "settings.workspaces.tryReloadWorkspaces": "重试",
294 "settings.workspaces.updatedInfo": "已保存您的设置", 294 "settings.workspaces.updatedInfo": "已保存您的设置",
295 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 295 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
296 "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.", 296 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
297 "settings.workspaces.workspacesRequestFailed": "不能加载你的工作组", 297 "settings.workspaces.workspacesRequestFailed": "不能加载你的工作组",
298 "setupAssistant.headline": "Let's get started", 298 "setupAssistant.headline": "Let's get started",
299 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 299 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
300 "setupAssistant.submit.label": "Let's go", 300 "setupAssistant.submit.label": "Let's go",
301 "sidebar.addNewService": "添加新服务", 301 "sidebar.addNewService": "添加新服务",
302 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 302 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
303 "sidebar.closeWorkspaceDrawer": "关闭工作区列表", 303 "sidebar.closeWorkspaceDrawer": "关闭工作区列表",
304 "sidebar.muteApp": "关闭通知和声音提醒", 304 "sidebar.muteApp": "关闭通知和声音提醒",
305 "sidebar.openTodosDrawer": "Open Ferdi Todos", 305 "sidebar.openTodosDrawer": "Open Ferdium Todos",
306 "sidebar.openWorkspaceDrawer": "打开工作组列表", 306 "sidebar.openWorkspaceDrawer": "打开工作组列表",
307 "sidebar.unmuteApp": "开启通知和声音提醒", 307 "sidebar.unmuteApp": "开启通知和声音提醒",
308 "signup.email.label": "电子邮件", 308 "signup.email.label": "电子邮件",
@@ -310,7 +310,7 @@
310 "signup.firstname.label": "名字", 310 "signup.firstname.label": "名字",
311 "signup.headline": "注册", 311 "signup.headline": "注册",
312 "signup.lastname.label": "姓氏", 312 "signup.lastname.label": "姓氏",
313 "signup.legal.info": "新建 Ferdi 账户时您将同意", 313 "signup.legal.info": "新建 Ferdium 账户时您将同意",
314 "signup.legal.privacy": "隐私条款", 314 "signup.legal.privacy": "隐私条款",
315 "signup.legal.terms": "服务条款", 315 "signup.legal.terms": "服务条款",
316 "signup.link.login": "已有账户?登陆", 316 "signup.link.login": "已有账户?登陆",
@@ -343,7 +343,7 @@
343 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 343 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
344 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 344 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
345 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 345 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
346 "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>", 346 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
347 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 347 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
348 "workspaces.switchingIndicator.switchingTo": "Switching to" 348 "workspaces.switchingIndicator.switchingTo": "Switching to"
349} 349}
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 71e4b2eac..dfb0afa76 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "切換服務器", 5 "changeserver.headline": "切換服務器",
6 "changeserver.label": "伺服器", 6 "changeserver.label": "伺服器",
7 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdium will not be saved",
9 "connectionLostBanner.cta": "重新載入", 9 "connectionLostBanner.cta": "重新載入",
10 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdium lost the connection to {name}.",
12 "feature.basicAuth.signIn": "登入", 12 "feature.basicAuth.signIn": "登入",
13 "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.", 13 "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.",
14 "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", 14 "feature.publishDebugInfo.info": "Publishing your debug information helps us find issues and errors in Ferdium. By publishing your debug information you accept Ferdium Debugger's privacy policy and terms of service",
15 "feature.publishDebugInfo.privacy": "隱私權政策", 15 "feature.publishDebugInfo.privacy": "隱私權政策",
16 "feature.publishDebugInfo.publish": "接受並發佈", 16 "feature.publishDebugInfo.publish": "接受並發佈",
17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at", 17 "feature.publishDebugInfo.published": "Your debug log was published and is now availible at",
@@ -20,14 +20,14 @@
20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 20 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
21 "feature.quickSwitch.search": "搜尋...", 21 "feature.quickSwitch.search": "搜尋...",
22 "feature.quickSwitch.title": "快速切換", 22 "feature.quickSwitch.title": "快速切換",
23 "global.api.unhealthy": "無法連接到Ferdi網路服務", 23 "global.api.unhealthy": "無法連接到Ferdium網路服務",
24 "global.cancel": "取消", 24 "global.cancel": "取消",
25 "global.edit": "編輯", 25 "global.edit": "編輯",
26 "global.no": "否", 26 "global.no": "否",
27 "global.notConnectedToTheInternet": "您未連上網際網路", 27 "global.notConnectedToTheInternet": "您未連上網際網路",
28 "global.ok": "好", 28 "global.ok": "好",
29 "global.quit": "退出", 29 "global.quit": "退出",
30 "global.quitConfirmation": "Do you really want to quit Ferdi?", 30 "global.quitConfirmation": "Do you really want to quit Ferdium?",
31 "global.save": "儲存", 31 "global.save": "儲存",
32 "global.settings": "設定", 32 "global.settings": "設定",
33 "global.spellchecker.useDefault": "使用系統預設值({default})", 33 "global.spellchecker.useDefault": "使用系統預設值({default})",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
39 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "是", 40 "global.yes": "是",
41 "import.headline": "匯入您的 Ferdi 4 服務", 41 "import.headline": "匯入您的 Ferdium 4 服務",
42 "import.notSupportedHeadline": "此服務不被 Ferdi 5 支持", 42 "import.notSupportedHeadline": "此服務不被 Ferdium 5 支持",
43 "import.skip.label": "我想手動匯入", 43 "import.skip.label": "我想手動匯入",
44 "import.submit.label": "Import {count} services", 44 "import.submit.label": "Import {count} services",
45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 45 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "unlock via Touch ID", 65 "locked.touchIdPrompt": "unlock via Touch ID",
66 "locked.unlockWithPassword": "Unlock with Password", 66 "locked.unlockWithPassword": "Unlock with Password",
67 "login.changeServer": "切換服務器", 67 "login.changeServer": "切換服務器",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "電子郵件信箱", 70 "login.email.label": "電子郵件信箱",
71 "login.headline": "登入", 71 "login.headline": "登入",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "登入狀態過期,請重新登入", 78 "login.tokenExpired": "登入狀態過期,請重新登入",
79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 79 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
80 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 80 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
81 "menu.app.about": "關於 Ferdi", 81 "menu.app.about": "關於 Ferdium",
82 "menu.app.autohideMenuBar": "自動隱藏功能表列", 82 "menu.app.autohideMenuBar": "自動隱藏功能表列",
83 "menu.app.checkForUpdates": "檢查更新", 83 "menu.app.checkForUpdates": "檢查更新",
84 "menu.app.hide": "隱藏", 84 "menu.app.hide": "隱藏",
@@ -104,7 +104,7 @@
104 "menu.help.changelog": "更新日誌", 104 "menu.help.changelog": "更新日誌",
105 "menu.help.debugInfo": "複製除錯資訊", 105 "menu.help.debugInfo": "複製除錯資訊",
106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 106 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
107 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 107 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
108 "menu.help.importExportData": "Import/Export Configuration Data", 108 "menu.help.importExportData": "Import/Export Configuration Data",
109 "menu.help.learnMore": "了解更多", 109 "menu.help.learnMore": "了解更多",
110 "menu.help.privacy": "隱私聲明", 110 "menu.help.privacy": "隱私聲明",
@@ -121,9 +121,9 @@
121 "menu.view": "檢視", 121 "menu.view": "檢視",
122 "menu.view.back": "返回", 122 "menu.view.back": "返回",
123 "menu.view.forward": "前進", 123 "menu.view.forward": "前進",
124 "menu.view.lockFerdi": "Lock Ferdi", 124 "menu.view.lockFerdium": "Lock Ferdium",
125 "menu.view.openQuickSwitch": "Open Quick Switch", 125 "menu.view.openQuickSwitch": "Open Quick Switch",
126 "menu.view.reloadFerdi": "重新載入 Ferdi", 126 "menu.view.reloadFerdium": "重新載入 Ferdium",
127 "menu.view.reloadService": "重新載入", 127 "menu.view.reloadService": "重新載入",
128 "menu.view.reloadTodos": "Reload ToDos", 128 "menu.view.reloadTodos": "Reload ToDos",
129 "menu.view.resetZoom": "實際大小", 129 "menu.view.resetZoom": "實際大小",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} has failed to load.", 161 "service.errorHandler.text": "{name} has failed to load.",
162 "service.webviewLoader.loading": "正在載入 {service}", 162 "service.webviewLoader.loading": "正在載入 {service}",
163 "services.getStarted": "開始使用", 163 "services.getStarted": "開始使用",
164 "services.login": "登入至 Ferdi", 164 "services.login": "登入至 Ferdium",
165 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 165 "services.serverInfo": "Optionally, you can change your Ferdium server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdium without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
166 "services.serverless": "Use Ferdi without an Account", 166 "services.serverless": "Use Ferdium without an Account",
167 "settings.account.account.editButton": "更改帳戶資訊", 167 "settings.account.account.editButton": "更改帳戶資訊",
168 "settings.account.accountUnavailable": "帳號無法使用", 168 "settings.account.accountUnavailable": "帳號無法使用",
169 "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.", 169 "settings.account.accountUnavailableInfo": "You are using Ferdium without an account. If you want to use Ferdium with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
170 "settings.account.buttonSave": "更新帳戶資訊", 170 "settings.account.buttonSave": "更新帳戶資訊",
171 "settings.account.deleteAccount": "删除帐户", 171 "settings.account.deleteAccount": "删除帐户",
172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 172 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
173 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 173 "settings.account.deleteInfo": "If you don't need your Ferdium account any longer, you can delete your account and all related data here.",
174 "settings.account.headline": "帳戶", 174 "settings.account.headline": "帳戶",
175 "settings.account.headlineAccount": "帳戶資訊", 175 "settings.account.headlineAccount": "帳戶資訊",
176 "settings.account.headlineDangerZone": "危險操作區", 176 "settings.account.headlineDangerZone": "危險操作區",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "再試一次", 181 "settings.account.tryReloadServices": "再試一次",
182 "settings.account.tryReloadUserInfoRequest": "再試一次", 182 "settings.account.tryReloadUserInfoRequest": "再試一次",
183 "settings.account.userInfoRequestFailed": "無法載入帳戶資訊", 183 "settings.account.userInfoRequestFailed": "無法載入帳戶資訊",
184 "settings.account.yourLicense": "Your Ferdi License:", 184 "settings.account.yourLicense": "Your Ferdium License:",
185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "清除緩存", 186 "settings.app.buttonClearAllCache": "清除緩存",
187 "settings.app.buttonInstallUpdate": "重新啟動並且更新", 187 "settings.app.buttonInstallUpdate": "重新啟動並且更新",
188 "settings.app.buttonOpenFerdiProfileFolder": "Open Profile folder", 188 "settings.app.buttonOpenFerdiumProfileFolder": "Open Profile folder",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "Open Service Recipes folder", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "Open Service Recipes folder",
190 "settings.app.buttonSearchForUpdate": "檢查更新", 190 "settings.app.buttonSearchForUpdate": "檢查更新",
191 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 191 "settings.app.cacheInfo": "Ferdium cache is currently using {size} of disk space.",
192 "settings.app.cacheNotCleared": "Couldn't clear all cache", 192 "settings.app.cacheNotCleared": "Couldn't clear all cache",
193 "settings.app.closeSettings": "關閉設定", 193 "settings.app.closeSettings": "關閉設定",
194 "settings.app.currentVersion": "當前版本:", 194 "settings.app.currentVersion": "當前版本:",
@@ -200,18 +200,18 @@
200 "settings.app.form.automaticUpdates": "啟用更新", 200 "settings.app.form.automaticUpdates": "啟用更新",
201 "settings.app.form.beta": "Include pre-releases", 201 "settings.app.form.beta": "Include pre-releases",
202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 202 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
203 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 203 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 204 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdium",
205 "settings.app.form.customTodoServer": "Custom Todo Server", 205 "settings.app.form.customTodoServer": "Custom Todo Server",
206 "settings.app.form.darkMode": "啟用夜間模式", 206 "settings.app.form.darkMode": "啟用夜間模式",
207 "settings.app.form.enableGPUAcceleration": "開啟顯示卡(GPU)加速", 207 "settings.app.form.enableGPUAcceleration": "開啟顯示卡(GPU)加速",
208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "Enable Global shortcut to hide Ferdium",
209 "settings.app.form.enableLock": "Enable Password Lock", 209 "settings.app.form.enableLock": "Enable Password Lock",
210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press", 210 "settings.app.form.enableLongPressServiceHint": "Enable service shortcut hint on long press",
211 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 211 "settings.app.form.enableMenuBar": "Always show Ferdium in Menu Bar",
212 "settings.app.form.enableSpellchecking": "Enable spell checking", 212 "settings.app.form.enableSpellchecking": "Enable spell checking",
213 "settings.app.form.enableSystemTray": "Always show Ferdi in System Tray", 213 "settings.app.form.enableSystemTray": "Always show Ferdium in System Tray",
214 "settings.app.form.enableTodos": "Enable Ferdi Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.iconSize": "服務圖示大小", 217 "settings.app.form.iconSize": "服務圖示大小",
@@ -225,7 +225,7 @@
225 "settings.app.form.passwordToggle": "Password toggle", 225 "settings.app.form.passwordToggle": "Password toggle",
226 "settings.app.form.predefinedTodoServer": "Todo Server", 226 "settings.app.form.predefinedTodoServer": "Todo Server",
227 "settings.app.form.privateNotifications": "Don't show message content in notifications", 227 "settings.app.form.privateNotifications": "Don't show message content in notifications",
228 "settings.app.form.reloadAfterResume": "Reload Ferdi after system resume", 228 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
229 "settings.app.form.runInBackground": "關閉時保持在背景運作", 229 "settings.app.form.runInBackground": "關閉時保持在背景運作",
230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 230 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
231 "settings.app.form.scheduledDNDEnd": "至", 231 "settings.app.form.scheduledDNDEnd": "至",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "Enable Split View Mode", 241 "settings.app.form.splitMode": "Enable Split View Mode",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdium",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load", 246 "settings.app.form.wakeUpHibernationSplay": "Splay hibernate/wake cycles to reduce load",
247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up", 247 "settings.app.form.wakeUpHibernationStrategy": "Hibernation strategy after automatic wake up",
@@ -252,20 +252,20 @@
252 "settings.app.headlineLanguage": "語言", 252 "settings.app.headlineLanguage": "語言",
253 "settings.app.headlinePrivacy": "隱私", 253 "settings.app.headlinePrivacy": "隱私",
254 "settings.app.headlineUpdates": "更新", 254 "settings.app.headlineUpdates": "更新",
255 "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.", 255 "settings.app.hibernateInfo": "By default, Ferdium 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.",
256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 256 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdium should automatically lock. Use 0 to disable",
257 "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 {lockShortcut}.", 257 "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 Ferdium or lock Ferdium yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
258 "settings.app.lockedPassword": "密碼", 258 "settings.app.lockedPassword": "密碼",
259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 259 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdium.",
260 "settings.app.restartRequired": "更改需要重新開機", 260 "settings.app.restartRequired": "更改需要重新開機",
261 "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.", 261 "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 Ferdium.",
262 "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.", 262 "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.",
263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdi - we will not send any personal information like your message data!", 263 "settings.app.sentryInfo": "Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!",
264 "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.", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium 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.",
265 "settings.app.subheadlineCache": "快取", 265 "settings.app.subheadlineCache": "快取",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature.", 267 "settings.app.todoServerInfo": "This server will be used for the \"Ferdium Todo\" feature.",
268 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 268 "settings.app.translationHelp": "Help us to translate Ferdium into your language.",
269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.", 269 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
270 "settings.app.updateStatusAvailable": "有可用更新,下載中...", 270 "settings.app.updateStatusAvailable": "有可用更新,下載中...",
271 "settings.app.updateStatusSearching": "Searching for updates...", 271 "settings.app.updateStatusSearching": "Searching for updates...",
@@ -274,7 +274,7 @@
274 "settings.navigation.account": "帳戶", 274 "settings.navigation.account": "帳戶",
275 "settings.navigation.availableServices": "可用服務", 275 "settings.navigation.availableServices": "可用服務",
276 "settings.navigation.logout": "登出", 276 "settings.navigation.logout": "登出",
277 "settings.navigation.supportFerdi": "關於 Ferdi", 277 "settings.navigation.supportFerdium": "關於 Ferdium",
278 "settings.navigation.team": "管理團隊", 278 "settings.navigation.team": "管理團隊",
279 "settings.navigation.yourServices": "您的服務", 279 "settings.navigation.yourServices": "您的服務",
280 "settings.navigation.yourWorkspaces": "您的工作區", 280 "settings.navigation.yourWorkspaces": "您的工作區",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "可用服務", 289 "settings.recipes.headline": "可用服務",
290 "settings.recipes.missingService": "Missing a service?", 290 "settings.recipes.missingService": "Missing a service?",
291 "settings.recipes.mostPopular": "熱門", 291 "settings.recipes.mostPopular": "熱門",
292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 292 "settings.recipes.nothingFound": "Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
293 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功", 293 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功",
294 "settings.searchService": "搜尋服務", 294 "settings.searchService": "搜尋服務",
295 "settings.service.error.goBack": "返回", 295 "settings.service.error.goBack": "返回",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "開啟 user.js", 329 "settings.service.form.openUserJs": "開啟 user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
331 "settings.service.form.proxy.host": "Proxy Host/IP", 331 "settings.service.form.proxy.host": "Proxy Host/IP",
332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 332 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdium servers.",
333 "settings.service.form.proxy.isEnabled": "使用代理", 333 "settings.service.form.proxy.isEnabled": "使用代理",
334 "settings.service.form.proxy.password": "密碼 (選填)", 334 "settings.service.form.proxy.password": "密碼 (選填)",
335 "settings.service.form.proxy.port": "連接埠", 335 "settings.service.form.proxy.port": "連接埠",
336 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 336 "settings.service.form.proxy.restartInfo": "Please restart Ferdium after changing proxy Settings.",
337 "settings.service.form.proxy.user": "使用者 (選填)", 337 "settings.service.form.proxy.user": "使用者 (選填)",
338 "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.", 338 "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.",
339 "settings.service.form.saveButton": "儲存", 339 "settings.service.form.saveButton": "儲存",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "All sounds are muted", 352 "settings.services.tooltip.isMuted": "All sounds are muted",
353 "settings.services.tooltip.notificationsDisabled": "已停用通知", 353 "settings.services.tooltip.notificationsDisabled": "已停用通知",
354 "settings.services.updatedInfo": "您的更改已經儲存", 354 "settings.services.updatedInfo": "您的更改已經儲存",
355 "settings.supportFerdi.about": "The development of Ferdi is done by contributors. People who use Ferdi like you. They maintain, fix, and improve Ferdi in their spare time.", 355 "settings.supportFerdium.about": "The development of Ferdium is done by contributors. People who use Ferdium like you. They maintain, fix, and improve Ferdium in their spare time.",
356 "settings.supportFerdi.aboutIntro": "Special thanks goes to these awesome people:", 356 "settings.supportFerdium.aboutIntro": "Special thanks goes to these awesome people:",
357 "settings.supportFerdi.headline": "關於 Ferdi", 357 "settings.supportFerdium.headline": "關於 Ferdium",
358 "settings.team.contentHeadline": "Franz Team Management", 358 "settings.team.contentHeadline": "Franz Team Management",
359 "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.", 359 "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 Ferdium: 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.",
360 "settings.team.headline": "團隊", 360 "settings.team.headline": "團隊",
361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.", 361 "settings.team.intro": "You are currently using Franz Servers, which is why you have access to Team Management.",
362 "settings.team.manageAction": "Manage your Team on meetfranz.com", 362 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.", 385 "settings.workspaces.noWorkspacesAdded": "You haven't created any workspaces yet.",
386 "settings.workspaces.tryReloadWorkspaces": "再試一次", 386 "settings.workspaces.tryReloadWorkspaces": "再試一次",
387 "settings.workspaces.updatedInfo": "您的更改已經儲存", 387 "settings.workspaces.updatedInfo": "您的更改已經儲存",
388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 388 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
389 "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.", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 390 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
391 "setupAssistant.headline": "Let's get started", 391 "setupAssistant.headline": "Let's get started",
392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 392 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
393 "setupAssistant.submit.label": "讓我們開始吧", 393 "setupAssistant.submit.label": "讓我們開始吧",
394 "sidebar.addNewService": "添加新服務", 394 "sidebar.addNewService": "添加新服務",
395 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 395 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "關閉工作區", 396 "sidebar.closeWorkspaceDrawer": "關閉工作區",
397 "sidebar.lockFerdi": "Lock Ferdi", 397 "sidebar.lockFerdium": "Lock Ferdium",
398 "sidebar.muteApp": "停用通知", 398 "sidebar.muteApp": "停用通知",
399 "sidebar.openTodosDrawer": "Open Ferdi Todos", 399 "sidebar.openTodosDrawer": "Open Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "打開工作區", 400 "sidebar.openWorkspaceDrawer": "打開工作區",
401 "sidebar.unmuteApp": "啟用通知", 401 "sidebar.unmuteApp": "啟用通知",
402 "signup.email.label": "電子郵件信箱", 402 "signup.email.label": "電子郵件信箱",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "工作區", 440 "workspaceDrawer.headline": "工作區",
441 "workspaceDrawer.item.contextMenuEdit": "編輯", 441 "workspaceDrawer.item.contextMenuEdit": "編輯",
442 "workspaceDrawer.item.noServicesAddedYet": "未有添加服務", 442 "workspaceDrawer.item.noServicesAddedYet": "未有添加服務",
443 "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>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 444 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
445 "workspaces.switchingIndicator.switchingTo": "切換到" 445 "workspaces.switchingIndicator.switchingTo": "切換到"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index 737500343..69eb5b9f7 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -5,13 +5,13 @@
5 "feature.shareFranz.action.email": "以電子郵件傳送", 5 "feature.shareFranz.action.email": "以電子郵件傳送",
6 "feature.shareFranz.action.facebook": "透過 Facebook 分享", 6 "feature.shareFranz.action.facebook": "透過 Facebook 分享",
7 "feature.shareFranz.action.twitter": "在 Twitter 上分享", 7 "feature.shareFranz.action.twitter": "在 Twitter 上分享",
8 "feature.shareFranz.headline": "Ferdi is better together!", 8 "feature.shareFranz.headline": "Ferdium is better together!",
9 "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", 9 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org",
10 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 10 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdium! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.ferdium.org /cc @FerdiumMessenger",
11 "feature.shareFranz.text": "告訴所有朋友和同事Ferdi有多棒!", 11 "feature.shareFranz.text": "告訴所有朋友和同事Ferdium有多棒!",
12 "global.api.unhealthy": "無法連線至 Ferdi 的伺服器", 12 "global.api.unhealthy": "無法連線至 Ferdium 的伺服器",
13 "global.edit": "編輯", 13 "global.edit": "編輯",
14 "global.franzProRequired": "Ferdi Professional Required", 14 "global.franzProRequired": "Ferdium Professional Required",
15 "global.notConnectedToTheInternet": "你沒有連上網路。", 15 "global.notConnectedToTheInternet": "你沒有連上網路。",
16 "global.quit": "結束", 16 "global.quit": "結束",
17 "global.settings": "設定", 17 "global.settings": "設定",
@@ -20,8 +20,8 @@
20 "global.spellchecking.autodetect.short": "自動的", 20 "global.spellchecking.autodetect.short": "自動的",
21 "global.spellchecking.language": "拼字檢查語言", 21 "global.spellchecking.language": "拼字檢查語言",
22 "global.submit": "送出", 22 "global.submit": "送出",
23 "import.headline": "匯入 Ferdi 4 的服務", 23 "import.headline": "匯入 Ferdium 4 的服務",
24 "import.notSupportedHeadline": "Ferdi 5 尚未支援此服務", 24 "import.notSupportedHeadline": "Ferdium 5 尚未支援此服務",
25 "import.skip.label": "手動添加服務", 25 "import.skip.label": "手動添加服務",
26 "import.submit.label": "匯入服務", 26 "import.submit.label": "匯入服務",
27 "infobar.buttonChangelog": "有什麼新功能呢?", 27 "infobar.buttonChangelog": "有什麼新功能呢?",
@@ -29,7 +29,7 @@
29 "infobar.buttonReloadServices": "重新載入服務", 29 "infobar.buttonReloadServices": "重新載入服務",
30 "infobar.requiredRequestsFailed": "無法載入服務和使用者資訊", 30 "infobar.requiredRequestsFailed": "無法載入服務和使用者資訊",
31 "infobar.servicesUpdated": "已經更新你的服務", 31 "infobar.servicesUpdated": "已經更新你的服務",
32 "infobar.updateAvailable": "Ferdi 有可用的更新", 32 "infobar.updateAvailable": "Ferdium 有可用的更新",
33 "invite.email.label": "電子郵件地址", 33 "invite.email.label": "電子郵件地址",
34 "invite.headline.friends": "邀請 3 位朋友或同事", 34 "invite.headline.friends": "邀請 3 位朋友或同事",
35 "invite.name.label": "名稱", 35 "invite.name.label": "名稱",
@@ -47,7 +47,7 @@
47 "login.tokenExpired": "您的登入已過期,請重新登入。", 47 "login.tokenExpired": "您的登入已過期,請重新登入。",
48 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 48 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
49 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 49 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
50 "menu.app.about": "關於 Ferdi", 50 "menu.app.about": "關於 Ferdium",
51 "menu.app.announcement": "更新說明", 51 "menu.app.announcement": "更新說明",
52 "menu.app.checkForUpdates": "檢查更新", 52 "menu.app.checkForUpdates": "檢查更新",
53 "menu.app.hide": "隱藏", 53 "menu.app.hide": "隱藏",
@@ -72,7 +72,7 @@
72 "menu.help.changelog": "變更紀錄", 72 "menu.help.changelog": "變更紀錄",
73 "menu.help.debugInfo": "Copy Debug Information", 73 "menu.help.debugInfo": "Copy Debug Information",
74 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 74 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
75 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 75 "menu.help.debugInfoCopiedHeadline": "Ferdium Debug Information",
76 "menu.help.learnMore": "深入瞭解", 76 "menu.help.learnMore": "深入瞭解",
77 "menu.help.privacy": "隱私聲明", 77 "menu.help.privacy": "隱私聲明",
78 "menu.help.support": "支援", 78 "menu.help.support": "支援",
@@ -84,7 +84,7 @@
84 "menu.todos": "Todos", 84 "menu.todos": "Todos",
85 "menu.todos.enableTodos": "Enable Todos", 85 "menu.todos.enableTodos": "Enable Todos",
86 "menu.view": "檢視", 86 "menu.view": "檢視",
87 "menu.view.reloadFerdi": "重新載入 Ferdi", 87 "menu.view.reloadFerdium": "重新載入 Ferdium",
88 "menu.view.reloadService": "重新載入服務", 88 "menu.view.reloadService": "重新載入服務",
89 "menu.view.resetZoom": "實際大小", 89 "menu.view.resetZoom": "實際大小",
90 "menu.view.toggleDevTools": "切換開發者工具", 90 "menu.view.toggleDevTools": "切換開發者工具",
@@ -131,7 +131,7 @@
131 "service.errorHandler.text": "{name} 載入失敗。", 131 "service.errorHandler.text": "{name} 載入失敗。",
132 "service.webviewLoader.loading": "正在載入", 132 "service.webviewLoader.loading": "正在載入",
133 "services.getStarted": "開始", 133 "services.getStarted": "開始",
134 "services.welcome": "歡迎使用 Ferdi", 134 "services.welcome": "歡迎使用 Ferdium",
135 "settings.account.account.editButton": "編輯帳號", 135 "settings.account.account.editButton": "編輯帳號",
136 "settings.account.accountType.basic": "基礎帳號", 136 "settings.account.accountType.basic": "基礎帳號",
137 "settings.account.accountType.premium": "高級支援帳戶", 137 "settings.account.accountType.premium": "高級支援帳戶",
@@ -149,25 +149,25 @@
149 "settings.account.tryReloadServices": "再試一次", 149 "settings.account.tryReloadServices": "再試一次",
150 "settings.account.tryReloadUserInfoRequest": "再試一次", 150 "settings.account.tryReloadUserInfoRequest": "再試一次",
151 "settings.account.userInfoRequestFailed": "無法載入使用者資訊。", 151 "settings.account.userInfoRequestFailed": "無法載入使用者資訊。",
152 "settings.account.yourLicense": "Your Ferdi License", 152 "settings.account.yourLicense": "Your Ferdium License",
153 "settings.app.buttonClearAllCache": "清除快取", 153 "settings.app.buttonClearAllCache": "清除快取",
154 "settings.app.buttonInstallUpdate": "重新啟動並安裝更新", 154 "settings.app.buttonInstallUpdate": "重新啟動並安裝更新",
155 "settings.app.buttonSearchForUpdate": "檢查更新", 155 "settings.app.buttonSearchForUpdate": "檢查更新",
156 "settings.app.cacheInfo": "Ferdi 快取目前占用 {size} 的磁碟空間。", 156 "settings.app.cacheInfo": "Ferdium 快取目前占用 {size} 的磁碟空間。",
157 "settings.app.currentVersion": "目前的版本", 157 "settings.app.currentVersion": "目前的版本",
158 "settings.app.form.autoLaunchInBackground": "在背景開啟", 158 "settings.app.form.autoLaunchInBackground": "在背景開啟",
159 "settings.app.form.autoLaunchOnStart": "開機時啟動 Ferdi", 159 "settings.app.form.autoLaunchOnStart": "開機時啟動 Ferdium",
160 "settings.app.form.beta": "包含測試版", 160 "settings.app.form.beta": "包含測試版",
161 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 161 "settings.app.form.closeToSystemTray": "Close Ferdium to system tray",
162 "settings.app.form.darkMode": "加入黑暗面", 162 "settings.app.form.darkMode": "加入黑暗面",
163 "settings.app.form.enableGPUAcceleration": "啟用 GPU 加速", 163 "settings.app.form.enableGPUAcceleration": "啟用 GPU 加速",
164 "settings.app.form.enableSpellchecking": "啟用拼字檢查", 164 "settings.app.form.enableSpellchecking": "啟用拼字檢查",
165 "settings.app.form.enableSystemTray": "在系統列顯示 Ferdi", 165 "settings.app.form.enableSystemTray": "在系統列顯示 Ferdium",
166 "settings.app.form.enableTodos": "Enable Ferdi Todos", 166 "settings.app.form.enableTodos": "Enable Ferdium Todos",
167 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 167 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
168 "settings.app.form.language": "語言", 168 "settings.app.form.language": "語言",
169 "settings.app.form.minimizeToSystemTray": "最小化 Ferdi 到系統列", 169 "settings.app.form.minimizeToSystemTray": "最小化 Ferdium 到系統列",
170 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdi 在背景運作", 170 "settings.app.form.runInBackground": "當關閉視窗時,保持 Ferdium 在背景運作",
171 "settings.app.form.showDisabledServices": "顯示停用的服務標籤", 171 "settings.app.form.showDisabledServices": "顯示停用的服務標籤",
172 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息", 172 "settings.app.form.showMessagesBadgesWhenMuted": "當通知關閉時,標記未讀的訊息",
173 "settings.app.headlineAdvanced": "進階", 173 "settings.app.headlineAdvanced": "進階",
@@ -178,10 +178,10 @@
178 "settings.app.languageDisclaimer": "官方僅提供英語與德語,其他語言由社群提供翻譯。", 178 "settings.app.languageDisclaimer": "官方僅提供英語與德語,其他語言由社群提供翻譯。",
179 "settings.app.restartRequired": "需要重啟以更變", 179 "settings.app.restartRequired": "需要重啟以更變",
180 "settings.app.subheadlineCache": "快取", 180 "settings.app.subheadlineCache": "快取",
181 "settings.app.translationHelp": "幫助我們將 Ferdi 翻譯成您的語言。", 181 "settings.app.translationHelp": "幫助我們將 Ferdium 翻譯成您的語言。",
182 "settings.app.updateStatusAvailable": "有可用更新,下載中...", 182 "settings.app.updateStatusAvailable": "有可用更新,下載中...",
183 "settings.app.updateStatusSearching": "正在搜尋更新", 183 "settings.app.updateStatusSearching": "正在搜尋更新",
184 "settings.app.updateStatusUpToDate": "您正在使用最新版本的 Ferdi", 184 "settings.app.updateStatusUpToDate": "您正在使用最新版本的 Ferdium",
185 "settings.invite.headline": "邀請朋友", 185 "settings.invite.headline": "邀請朋友",
186 "settings.navigation.account": "帳號", 186 "settings.navigation.account": "帳號",
187 "settings.navigation.availableServices": "可使用的服務", 187 "settings.navigation.availableServices": "可使用的服務",
@@ -210,7 +210,7 @@
210 "settings.service.form.addServiceHeadline": "新增{name}", 210 "settings.service.form.addServiceHeadline": "新增{name}",
211 "settings.service.form.availableServices": "可使用的服務", 211 "settings.service.form.availableServices": "可使用的服務",
212 "settings.service.form.customUrl": "自訂伺服器", 212 "settings.service.form.customUrl": "自訂伺服器",
213 "settings.service.form.customUrlPremiumInfo": "要添加自行託管的服務,您需要擁有 Ferdi 高級支援帳戶。", 213 "settings.service.form.customUrlPremiumInfo": "要添加自行託管的服務,您需要擁有 Ferdium 高級支援帳戶。",
214 "settings.service.form.customUrlUpgradeAccount": "升級您的帳戶", 214 "settings.service.form.customUrlUpgradeAccount": "升級您的帳戶",
215 "settings.service.form.customUrlValidationError": "無法驗證自定義{name}服務器。", 215 "settings.service.form.customUrlValidationError": "無法驗證自定義{name}服務器。",
216 "settings.service.form.deleteButton": "刪除服務", 216 "settings.service.form.deleteButton": "刪除服務",
@@ -232,11 +232,11 @@
232 "settings.service.form.name": "名稱", 232 "settings.service.form.name": "名稱",
233 "settings.service.form.proxy.headline": "HTTP/HTTPS 代理伺服器設定", 233 "settings.service.form.proxy.headline": "HTTP/HTTPS 代理伺服器設定",
234 "settings.service.form.proxy.host": "代理伺服器網域 / IP", 234 "settings.service.form.proxy.host": "代理伺服器網域 / IP",
235 "settings.service.form.proxy.info": "Proxy 設定不會與 Ferdi 伺服器同步", 235 "settings.service.form.proxy.info": "Proxy 設定不會與 Ferdium 伺服器同步",
236 "settings.service.form.proxy.isEnabled": "使用 Proxy", 236 "settings.service.form.proxy.isEnabled": "使用 Proxy",
237 "settings.service.form.proxy.password": "密碼 (選填)", 237 "settings.service.form.proxy.password": "密碼 (選填)",
238 "settings.service.form.proxy.port": "通訊阜", 238 "settings.service.form.proxy.port": "通訊阜",
239 "settings.service.form.proxy.restartInfo": "在變更 Proxy 設定後,請重新啟動 Ferdi", 239 "settings.service.form.proxy.restartInfo": "在變更 Proxy 設定後,請重新啟動 Ferdium",
240 "settings.service.form.proxy.user": "使用者 (選填)", 240 "settings.service.form.proxy.user": "使用者 (選填)",
241 "settings.service.form.saveButton": "保存服務", 241 "settings.service.form.saveButton": "保存服務",
242 "settings.service.form.tabHosted": "託管", 242 "settings.service.form.tabHosted": "託管",
@@ -253,11 +253,11 @@
253 "settings.services.tooltip.isMuted": "所有的聲音都是靜音", 253 "settings.services.tooltip.isMuted": "所有的聲音都是靜音",
254 "settings.services.tooltip.notificationsDisabled": "通知已停用", 254 "settings.services.tooltip.notificationsDisabled": "通知已停用",
255 "settings.services.updatedInfo": "已儲存你的變更", 255 "settings.services.updatedInfo": "已儲存你的變更",
256 "settings.team.contentHeadline": "Ferdi 團隊", 256 "settings.team.contentHeadline": "Ferdium 團隊",
257 "settings.team.copy": "Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!", 257 "settings.team.copy": "Ferdium for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!",
258 "settings.team.headline": "團隊", 258 "settings.team.headline": "團隊",
259 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 259 "settings.team.intro": "You and your team use Ferdium? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
260 "settings.team.manageAction": "Manage your Team on getferdi.com", 260 "settings.team.manageAction": "Manage your Team on ferdium.org",
261 "settings.team.upgradeAction": "升級你的帳戶", 261 "settings.team.upgradeAction": "升級你的帳戶",
262 "settings.user.form.accountType.company": "公司", 262 "settings.user.form.accountType.company": "公司",
263 "settings.user.form.accountType.individual": "個人", 263 "settings.user.form.accountType.individual": "個人",
@@ -280,14 +280,14 @@
280 "settings.workspaces.noWorkspacesAdded": "你尚未加入任何工作區", 280 "settings.workspaces.noWorkspacesAdded": "你尚未加入任何工作區",
281 "settings.workspaces.tryReloadWorkspaces": "再試一次", 281 "settings.workspaces.tryReloadWorkspaces": "再試一次",
282 "settings.workspaces.updatedInfo": "成功儲存", 282 "settings.workspaces.updatedInfo": "成功儲存",
283 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 283 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdium Workspaces",
284 "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.", 284 "settings.workspaces.workspaceFeatureInfo": "Ferdium 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.",
285 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 285 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
286 "sidebar.addNewService": "新增新的服務", 286 "sidebar.addNewService": "新增新的服務",
287 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 287 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
288 "sidebar.closeWorkspaceDrawer": "關閉工作空間", 288 "sidebar.closeWorkspaceDrawer": "關閉工作空間",
289 "sidebar.muteApp": "關閉通知和通知音效", 289 "sidebar.muteApp": "關閉通知和通知音效",
290 "sidebar.openTodosDrawer": "Open Ferdi Todos", 290 "sidebar.openTodosDrawer": "Open Ferdium Todos",
291 "sidebar.openWorkspaceDrawer": "打開工作空間", 291 "sidebar.openWorkspaceDrawer": "打開工作空間",
292 "sidebar.unmuteApp": "開啟通知和通知音效", 292 "sidebar.unmuteApp": "開啟通知和通知音效",
293 "signup.email.label": "電子郵件地址", 293 "signup.email.label": "電子郵件地址",
@@ -295,7 +295,7 @@
295 "signup.firstname.label": "名", 295 "signup.firstname.label": "名",
296 "signup.headline": "註冊", 296 "signup.headline": "註冊",
297 "signup.lastname.label": "姓", 297 "signup.lastname.label": "姓",
298 "signup.legal.info": "透過創建一個 Ferdi 帳戶,你同意", 298 "signup.legal.info": "透過創建一個 Ferdium 帳戶,你同意",
299 "signup.legal.privacy": "隱私聲明", 299 "signup.legal.privacy": "隱私聲明",
300 "signup.legal.terms": "服務條款", 300 "signup.legal.terms": "服務條款",
301 "signup.link.login": "已經有一個帳戶,登入?", 301 "signup.link.login": "已經有一個帳戶,登入?",
@@ -323,7 +323,7 @@
323 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 323 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
324 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 324 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
325 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 325 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
326 "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>", 326 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 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>",
327 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 327 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
328 "workspaces.switchingIndicator.switchingTo": "Switching to" 328 "workspaces.switchingIndicator.switchingTo": "Switching to"
329} 329}
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index c3f85f8ee..aedfdeab7 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -5,13 +5,13 @@
5 "changeserver.headline": "更改服务器", 5 "changeserver.headline": "更改服务器",
6 "changeserver.label": "服务器:", 6 "changeserver.label": "服务器:",
7 "changeserver.urlError": "输入有效的URL", 7 "changeserver.urlError": "输入有效的URL",
8 "changeserver.warning": "Ferdi提供的额外设置将不会被保存", 8 "changeserver.warning": "Ferdium提供的额外设置将不会被保存",
9 "connectionLostBanner.cta": "重新加载服务", 9 "connectionLostBanner.cta": "重新加载服务",
10 "connectionLostBanner.informationLink": "发生了什么?", 10 "connectionLostBanner.informationLink": "发生了什么?",
11 "connectionLostBanner.message": "哦不!Ferdi失去了与 {name} 的连接。", 11 "connectionLostBanner.message": "哦不!Ferdium失去了与 {name} 的连接。",
12 "feature.basicAuth.signIn": "登录", 12 "feature.basicAuth.signIn": "登录",
13 "feature.publishDebugInfo.error": "发布调试信息时出错。请稍后再试或查看控制台以获取更多信息。", 13 "feature.publishDebugInfo.error": "发布调试信息时出错。请稍后再试或查看控制台以获取更多信息。",
14 "feature.publishDebugInfo.info": "发布您的调试信息有助于我们发现Ferdi中的问题和错误。发布您的调试信息即表示您接受Ferdi Debugger的隐私政策和服务条款", 14 "feature.publishDebugInfo.info": "发布您的调试信息有助于我们发现Ferdium中的问题和错误。发布您的调试信息即表示您接受Ferdium Debugger的隐私政策和服务条款",
15 "feature.publishDebugInfo.privacy": "隐私权政策", 15 "feature.publishDebugInfo.privacy": "隐私权政策",
16 "feature.publishDebugInfo.publish": "接受并发布", 16 "feature.publishDebugInfo.publish": "接受并发布",
17 "feature.publishDebugInfo.published": "您的调试日志已经发布,现在可用于", 17 "feature.publishDebugInfo.published": "您的调试日志已经发布,现在可用于",
@@ -20,7 +20,7 @@
20 "feature.quickSwitch.info": "使用 TAB ,↑ 和 ↓ 选择服务。使用回车键(ENTER)打开服务", 20 "feature.quickSwitch.info": "使用 TAB ,↑ 和 ↓ 选择服务。使用回车键(ENTER)打开服务",
21 "feature.quickSwitch.search": "搜索……", 21 "feature.quickSwitch.search": "搜索……",
22 "feature.quickSwitch.title": "快速切换", 22 "feature.quickSwitch.title": "快速切换",
23 "global.api.unhealthy": "无法链接到 Ferdi 在线服务", 23 "global.api.unhealthy": "无法链接到 Ferdium 在线服务",
24 "global.cancel": "取消", 24 "global.cancel": "取消",
25 "global.edit": "编辑", 25 "global.edit": "编辑",
26 "global.no": "否", 26 "global.no": "否",
@@ -38,8 +38,8 @@
38 "global.userAgentHelp": "使用 'https://whatmyuseragent.com/' (以发现)或 'https://developers.whatismybrowser.com/useragents/explore/' (以选择) 你所需要的用户代理并复制粘贴到这里。", 38 "global.userAgentHelp": "使用 'https://whatmyuseragent.com/' (以发现)或 'https://developers.whatismybrowser.com/useragents/explore/' (以选择) 你所需要的用户代理并复制粘贴到这里。",
39 "global.userAgentPref": "浏览器标识(用户代理)", 39 "global.userAgentPref": "浏览器标识(用户代理)",
40 "global.yes": "是", 40 "global.yes": "是",
41 "import.headline": "导入你的 Ferdi 4 服务", 41 "import.headline": "导入你的 Ferdium 4 服务",
42 "import.notSupportedHeadline": "Ferdi 5尚未支持的服务", 42 "import.notSupportedHeadline": "Ferdium 5尚未支持的服务",
43 "import.skip.label": "我想手动添加服务", 43 "import.skip.label": "我想手动添加服务",
44 "import.submit.label": "导入 {count} 服务", 44 "import.submit.label": "导入 {count} 服务",
45 "infobar.authRequestFailed": "尝试进行身份验证时出错。如果此错误仍存在,请尝试注销并重新登录。", 45 "infobar.authRequestFailed": "尝试进行身份验证时出错。如果此错误仍存在,请尝试注销并重新登录。",
@@ -49,7 +49,7 @@
49 "infobar.hide": "隐藏", 49 "infobar.hide": "隐藏",
50 "infobar.requiredRequestsFailed": "无法加载服务和用户信息", 50 "infobar.requiredRequestsFailed": "无法加载服务和用户信息",
51 "infobar.servicesUpdated": "您的软件服务已更新。", 51 "infobar.servicesUpdated": "您的软件服务已更新。",
52 "infobar.updateAvailable": "新的 Ferdi 更新可用", 52 "infobar.updateAvailable": "新的 Ferdium 更新可用",
53 "infobox.dismiss": "关闭", 53 "infobox.dismiss": "关闭",
54 "invite.email.label": "电子邮箱地址", 54 "invite.email.label": "电子邮箱地址",
55 "invite.headline.friends": "邀请3位你的朋友或朋友", 55 "invite.headline.friends": "邀请3位你的朋友或朋友",
@@ -65,7 +65,7 @@
65 "locked.touchIdPrompt": "使用 Touch ID 解锁", 65 "locked.touchIdPrompt": "使用 Touch ID 解锁",
66 "locked.unlockWithPassword": "使用密码解锁", 66 "locked.unlockWithPassword": "使用密码解锁",
67 "login.changeServer": "更改服务器", 67 "login.changeServer": "更改服务器",
68 "login.customServerQuestion": "Using a custom Ferdi server?", 68 "login.customServerQuestion": "Using a custom Ferdium server?",
69 "login.customServerSuggestion": "Try importing your Franz account", 69 "login.customServerSuggestion": "Try importing your Franz account",
70 "login.email.label": "电子邮箱地址", 70 "login.email.label": "电子邮箱地址",
71 "login.headline": "登录", 71 "login.headline": "登录",
@@ -78,7 +78,7 @@
78 "login.tokenExpired": "您的登录信息已过期,请重新登录。", 78 "login.tokenExpired": "您的登录信息已过期,请重新登录。",
79 "menu.Todoss.closeTodosDrawer": "关闭Todos抽屉栏", 79 "menu.Todoss.closeTodosDrawer": "关闭Todos抽屉栏",
80 "menu.Todoss.openTodosDrawer": "打开Todos抽屉栏", 80 "menu.Todoss.openTodosDrawer": "打开Todos抽屉栏",
81 "menu.app.about": "关于 Ferdi", 81 "menu.app.about": "关于 Ferdium",
82 "menu.app.autohideMenuBar": "自动隐藏菜单栏", 82 "menu.app.autohideMenuBar": "自动隐藏菜单栏",
83 "menu.app.checkForUpdates": "检查更新", 83 "menu.app.checkForUpdates": "检查更新",
84 "menu.app.hide": "隐藏", 84 "menu.app.hide": "隐藏",
@@ -121,9 +121,9 @@
121 "menu.view": "查看", 121 "menu.view": "查看",
122 "menu.view.back": "返回", 122 "menu.view.back": "返回",
123 "menu.view.forward": "向前", 123 "menu.view.forward": "向前",
124 "menu.view.lockFerdi": "锁定Ferdi", 124 "menu.view.lockFerdium": "锁定Ferdium",
125 "menu.view.openQuickSwitch": "打开快速切换", 125 "menu.view.openQuickSwitch": "打开快速切换",
126 "menu.view.reloadFerdi": "重启Ferdi", 126 "menu.view.reloadFerdium": "重启Ferdium",
127 "menu.view.reloadService": "重新加载服务", 127 "menu.view.reloadService": "重新加载服务",
128 "menu.view.reloadTodos": "重启ToDos", 128 "menu.view.reloadTodos": "重启ToDos",
129 "menu.view.resetZoom": "实际尺寸", 129 "menu.view.resetZoom": "实际尺寸",
@@ -161,16 +161,16 @@
161 "service.errorHandler.text": "{name} 加载失败。", 161 "service.errorHandler.text": "{name} 加载失败。",
162 "service.webviewLoader.loading": "正在加载 {service}", 162 "service.webviewLoader.loading": "正在加载 {service}",
163 "services.getStarted": "马上体验", 163 "services.getStarted": "马上体验",
164 "services.login": "请登录后使用 Ferdi。", 164 "services.login": "请登录后使用 Ferdium。",
165 "services.serverInfo": "或者,您可以通过单击左下角的齿轮来更改您的 Ferdi 服务器。 如果您要(从一台托管服务器)切换到没有帐户的 Ferdi,请注意,您可以从该服务器导出数据,然后使用“帮助”菜单将其导入,以恢复所有工作区和配置的服务!", 165 "services.serverInfo": "或者,您可以通过单击左下角的齿轮来更改您的 Ferdium 服务器。 如果您要(从一台托管服务器)切换到没有帐户的 Ferdium,请注意,您可以从该服务器导出数据,然后使用“帮助”菜单将其导入,以恢复所有工作区和配置的服务!",
166 "services.serverless": "使用不带账户的Ferdi", 166 "services.serverless": "使用不带账户的Ferdium",
167 "settings.account.account.editButton": "编辑帐户", 167 "settings.account.account.editButton": "编辑帐户",
168 "settings.account.accountUnavailable": "账户不可用", 168 "settings.account.accountUnavailable": "账户不可用",
169 "settings.account.accountUnavailableInfo": "您正在使用Ferdi,没有账户。 如果您想使用Ferdi帐户并保持您的服务在安装过程中同步, 请在设置选项卡中选择一个服务器,然后登录。", 169 "settings.account.accountUnavailableInfo": "您正在使用Ferdium,没有账户。 如果您想使用Ferdium帐户并保持您的服务在安装过程中同步, 请在设置选项卡中选择一个服务器,然后登录。",
170 "settings.account.buttonSave": "更新配置文件", 170 "settings.account.buttonSave": "更新配置文件",
171 "settings.account.deleteAccount": "删除账户", 171 "settings.account.deleteAccount": "删除账户",
172 "settings.account.deleteEmailSent": "您会收到一封含有确认删除帐户的电子邮件。您的帐户和数据将无法恢复!", 172 "settings.account.deleteEmailSent": "您会收到一封含有确认删除帐户的电子邮件。您的帐户和数据将无法恢复!",
173 "settings.account.deleteInfo": "如果您不再需要您的 Ferdi 帐户,您可以在这里删除您的帐户和所有相关数据。", 173 "settings.account.deleteInfo": "如果您不再需要您的 Ferdium 帐户,您可以在这里删除您的帐户和所有相关数据。",
174 "settings.account.headline": "账户", 174 "settings.account.headline": "账户",
175 "settings.account.headlineAccount": "账户信息", 175 "settings.account.headlineAccount": "账户信息",
176 "settings.account.headlineDangerZone": "危险操作", 176 "settings.account.headlineDangerZone": "危险操作",
@@ -181,14 +181,14 @@
181 "settings.account.tryReloadServices": "重新尝试", 181 "settings.account.tryReloadServices": "重新尝试",
182 "settings.account.tryReloadUserInfoRequest": "重新尝试", 182 "settings.account.tryReloadUserInfoRequest": "重新尝试",
183 "settings.account.userInfoRequestFailed": "无法加载用户信息。", 183 "settings.account.userInfoRequestFailed": "无法加载用户信息。",
184 "settings.account.yourLicense": "您的 Ferdi 许可证:", 184 "settings.account.yourLicense": "您的 Ferdium 许可证:",
185 "settings.app.accentColorInfo": "你可以写入一个CSS格式所支持的强调色。(默认: {defaultAccentColor})", 185 "settings.app.accentColorInfo": "你可以写入一个CSS格式所支持的强调色。(默认: {defaultAccentColor})",
186 "settings.app.buttonClearAllCache": "清除缓存", 186 "settings.app.buttonClearAllCache": "清除缓存",
187 "settings.app.buttonInstallUpdate": "重启并安装更新", 187 "settings.app.buttonInstallUpdate": "重启并安装更新",
188 "settings.app.buttonOpenFerdiProfileFolder": "打开配置文件所在目录", 188 "settings.app.buttonOpenFerdiumProfileFolder": "打开配置文件所在目录",
189 "settings.app.buttonOpenFerdiServiceRecipesFolder": "打开服务配方文件夹", 189 "settings.app.buttonOpenFerdiumServiceRecipesFolder": "打开服务配方文件夹",
190 "settings.app.buttonSearchForUpdate": "检查更新", 190 "settings.app.buttonSearchForUpdate": "检查更新",
191 "settings.app.cacheInfo": "Ferdi 缓存目前占用了 {size} 磁盘空间。", 191 "settings.app.cacheInfo": "Ferdium 缓存目前占用了 {size} 磁盘空间。",
192 "settings.app.cacheNotCleared": "无法清除所有缓存", 192 "settings.app.cacheNotCleared": "无法清除所有缓存",
193 "settings.app.closeSettings": "关闭设置", 193 "settings.app.closeSettings": "关闭设置",
194 "settings.app.currentVersion": "当前版本:", 194 "settings.app.currentVersion": "当前版本:",
@@ -196,22 +196,22 @@
196 "settings.app.form.adaptableDarkMode": "同步系统暗色模式", 196 "settings.app.form.adaptableDarkMode": "同步系统暗色模式",
197 "settings.app.form.alwaysShowWorkspaces": "总是显示工作区抽屉栏", 197 "settings.app.form.alwaysShowWorkspaces": "总是显示工作区抽屉栏",
198 "settings.app.form.autoLaunchInBackground": "在后台打开", 198 "settings.app.form.autoLaunchInBackground": "在后台打开",
199 "settings.app.form.autoLaunchOnStart": "开机启动Ferdi\n", 199 "settings.app.form.autoLaunchOnStart": "开机启动Ferdium\n",
200 "settings.app.form.automaticUpdates": "启用更新", 200 "settings.app.form.automaticUpdates": "启用更新",
201 "settings.app.form.beta": "包括预发布", 201 "settings.app.form.beta": "包括预发布",
202 "settings.app.form.clipboardNotifications": "不显示剪贴板事件的通知", 202 "settings.app.form.clipboardNotifications": "不显示剪贴板事件的通知",
203 "settings.app.form.closeToSystemTray": "关闭Ferdi到系统托盘", 203 "settings.app.form.closeToSystemTray": "关闭Ferdium到系统托盘",
204 "settings.app.form.confirmOnQuit": "退出Ferdi 时确认", 204 "settings.app.form.confirmOnQuit": "退出Ferdium 时确认",
205 "settings.app.form.customTodoServer": "自定义Todo服务器", 205 "settings.app.form.customTodoServer": "自定义Todo服务器",
206 "settings.app.form.darkMode": "开启深色主题", 206 "settings.app.form.darkMode": "开启深色主题",
207 "settings.app.form.enableGPUAcceleration": "启用 GPU 加速", 207 "settings.app.form.enableGPUAcceleration": "启用 GPU 加速",
208 "settings.app.form.enableGlobalHideShortcut": "启用全局快捷键以隐藏Ferdi", 208 "settings.app.form.enableGlobalHideShortcut": "启用全局快捷键以隐藏Ferdium",
209 "settings.app.form.enableLock": "启用密码锁", 209 "settings.app.form.enableLock": "启用密码锁",
210 "settings.app.form.enableLongPressServiceHint": "长按时启用服务快捷方式提示", 210 "settings.app.form.enableLongPressServiceHint": "长按时启用服务快捷方式提示",
211 "settings.app.form.enableMenuBar": "总是在菜单栏中显示 Ferdi", 211 "settings.app.form.enableMenuBar": "总是在菜单栏中显示 Ferdium",
212 "settings.app.form.enableSpellchecking": "启用拼写检查", 212 "settings.app.form.enableSpellchecking": "启用拼写检查",
213 "settings.app.form.enableSystemTray": "总是在系统托盘中显示 Ferdi", 213 "settings.app.form.enableSystemTray": "总是在系统托盘中显示 Ferdium",
214 "settings.app.form.enableTodos": "启用 Ferdi Todos", 214 "settings.app.form.enableTodos": "启用 Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "启动时保持休眠服务", 215 "settings.app.form.hibernateOnStartup": "启动时保持休眠服务",
216 "settings.app.form.hibernationStrategy": "休眠策略", 216 "settings.app.form.hibernationStrategy": "休眠策略",
217 "settings.app.form.iconSize": "服务图标大小", 217 "settings.app.form.iconSize": "服务图标大小",
@@ -219,14 +219,14 @@
219 "settings.app.form.keepAllWorkspacesLoaded": "保持所有工作区加载", 219 "settings.app.form.keepAllWorkspacesLoaded": "保持所有工作区加载",
220 "settings.app.form.language": "语言(Language)", 220 "settings.app.form.language": "语言(Language)",
221 "settings.app.form.lockPassword": "密码", 221 "settings.app.form.lockPassword": "密码",
222 "settings.app.form.minimizeToSystemTray": "最小化Ferdi到系统托盘", 222 "settings.app.form.minimizeToSystemTray": "最小化Ferdium到系统托盘",
223 "settings.app.form.navigationBarBehaviour": "导航栏行为", 223 "settings.app.form.navigationBarBehaviour": "导航栏行为",
224 "settings.app.form.notifyTaskBarOnMessage": "新消息时通知任务栏/停靠栏", 224 "settings.app.form.notifyTaskBarOnMessage": "新消息时通知任务栏/停靠栏",
225 "settings.app.form.passwordToggle": "密码切换", 225 "settings.app.form.passwordToggle": "密码切换",
226 "settings.app.form.predefinedTodoServer": "Todo服务器", 226 "settings.app.form.predefinedTodoServer": "Todo服务器",
227 "settings.app.form.privateNotifications": "不在通知中显示消息内容", 227 "settings.app.form.privateNotifications": "不在通知中显示消息内容",
228 "settings.app.form.reloadAfterResume": "系统恢复后重新加载 Ferdi", 228 "settings.app.form.reloadAfterResume": "系统恢复后重新加载 Ferdium",
229 "settings.app.form.runInBackground": "关闭窗口时保持Ferdi后台状态", 229 "settings.app.form.runInBackground": "关闭窗口时保持Ferdium后台状态",
230 "settings.app.form.scheduledDNDEnabled": "启用预定的 Do-non-isturb", 230 "settings.app.form.scheduledDNDEnabled": "启用预定的 Do-non-isturb",
231 "settings.app.form.scheduledDNDEnd": "至", 231 "settings.app.form.scheduledDNDEnd": "至",
232 "settings.app.form.scheduledDNDStart": "从", 232 "settings.app.form.scheduledDNDStart": "从",
@@ -241,7 +241,7 @@
241 "settings.app.form.splitMode": "启用分割视图模式", 241 "settings.app.form.splitMode": "启用分割视图模式",
242 "settings.app.form.startMinimized": "启动时最小化", 242 "settings.app.form.startMinimized": "启动时最小化",
243 "settings.app.form.universalDarkMode": "启用通用暗色模式", 243 "settings.app.form.universalDarkMode": "启用通用暗色模式",
244 "settings.app.form.useTouchIdToUnlock": "允许使用 TouchID 解锁Ferdi", 244 "settings.app.form.useTouchIdToUnlock": "允许使用 TouchID 解锁Ferdium",
245 "settings.app.form.useVerticalStyle": "使用水平样式", 245 "settings.app.form.useVerticalStyle": "使用水平样式",
246 "settings.app.form.wakeUpHibernationSplay": "播放休眠/唤醒循环以减少负载", 246 "settings.app.form.wakeUpHibernationSplay": "播放休眠/唤醒循环以减少负载",
247 "settings.app.form.wakeUpHibernationStrategy": "自动唤醒后休眠策略", 247 "settings.app.form.wakeUpHibernationStrategy": "自动唤醒后休眠策略",
@@ -252,29 +252,29 @@
252 "settings.app.headlineLanguage": "语言(Language)", 252 "settings.app.headlineLanguage": "语言(Language)",
253 "settings.app.headlinePrivacy": "隐私政策", 253 "settings.app.headlinePrivacy": "隐私政策",
254 "settings.app.headlineUpdates": "更新", 254 "settings.app.headlineUpdates": "更新",
255 "settings.app.hibernateInfo": "默认情况下,Ferdi将保持您所有的服务在后台打开并加载,这样当您想要使用它们时他们就可以了。 服务休眠将在指定数量后卸载您的服务。这有助于保存内存或保持服务以减慢您的计算机速度。", 255 "settings.app.hibernateInfo": "默认情况下,Ferdium将保持您所有的服务在后台打开并加载,这样当您想要使用它们时他们就可以了。 服务休眠将在指定数量后卸载您的服务。这有助于保存内存或保持服务以减慢您的计算机速度。",
256 "settings.app.inactivityLockInfo": "停止活动的分钟数后,费尔迪应自动锁定。使用 0 禁用。", 256 "settings.app.inactivityLockInfo": "停止活动的分钟数后,费尔迪应自动锁定。使用 0 禁用。",
257 "settings.app.lockInfo": "密码锁允许您保护您的信息。\n使用密码锁定方式 每当您在左下角或快捷键 {lockShortcut} 使用锁定符号开始Ferdi或锁定Ferdi时,您都会被提示输入密码。", 257 "settings.app.lockInfo": "密码锁允许您保护您的信息。\n使用密码锁定方式 每当您在左下角或快捷键 {lockShortcut} 使用锁定符号开始Ferdium或锁定Ferdium时,您都会被提示输入密码。",
258 "settings.app.lockedPassword": "密码", 258 "settings.app.lockedPassword": "密码",
259 "settings.app.lockedPasswordInfo": "请务必设置您将记住的密码。\n如果您丢失了这个密码,您将不得不重新安装Ferdi。", 259 "settings.app.lockedPasswordInfo": "请务必设置您将记住的密码。\n如果您丢失了这个密码,您将不得不重新安装Ferdium。",
260 "settings.app.restartRequired": "当前的变更需要重新启动", 260 "settings.app.restartRequired": "当前的变更需要重新启动",
261 "settings.app.scheduledDNDInfo": "计划的 Do-non-Disturb 允许您定义一个您不想从Ferdi获取通知的时间。", 261 "settings.app.scheduledDNDInfo": "计划的 Do-non-Disturb 允许您定义一个您不想从Ferdium获取通知的时间。",
262 "settings.app.scheduledDNDTimeInfo": "24小时-时间格式化的时间。结束时间可以在开始时间之前(例如开始17:00, 结束09:00),以便能够在一夜之间启动多-不-Disturb。", 262 "settings.app.scheduledDNDTimeInfo": "24小时-时间格式化的时间。结束时间可以在开始时间之前(例如开始17:00, 结束09:00),以便能够在一夜之间启动多-不-Disturb。",
263 "settings.app.sentryInfo": "发送遥测数据使我们能够找到Ferdi错误——我们不会发送任何个人信息,如您的消息数据!", 263 "settings.app.sentryInfo": "发送遥测数据使我们能够找到Ferdium错误——我们不会发送任何个人信息,如您的消息数据!",
264 "settings.app.spellCheckerLanguageInfo": "Ferdi使用您的 Mac 内置拼写检查器来检查搭配。 如果您想要更改拼写检查器的语言,您可以在您的 Mac 系统偏好设置中做到这一点。", 264 "settings.app.spellCheckerLanguageInfo": "Ferdium使用您的 Mac 内置拼写检查器来检查搭配。 如果您想要更改拼写检查器的语言,您可以在您的 Mac 系统偏好设置中做到这一点。",
265 "settings.app.subheadlineCache": "缓存", 265 "settings.app.subheadlineCache": "缓存",
266 "settings.app.subheadlineFerdiProfile": "Ferdi Profile", 266 "settings.app.subheadlineFerdiumProfile": "Ferdium Profile",
267 "settings.app.todoServerInfo": "此服务器将用于\"Ferdi Todo\"功能。", 267 "settings.app.todoServerInfo": "此服务器将用于\"Ferdium Todo\"功能。",
268 "settings.app.translationHelp": "帮助我们翻译 Ferdi 成您的语言", 268 "settings.app.translationHelp": "帮助我们翻译 Ferdium 成您的语言",
269 "settings.app.universalDarkModeInfo": "通用黑暗模式试图动态生成当前不支持的服务的黑暗模式风格。", 269 "settings.app.universalDarkModeInfo": "通用黑暗模式试图动态生成当前不支持的服务的黑暗模式风格。",
270 "settings.app.updateStatusAvailable": "更新可用,正在下载...", 270 "settings.app.updateStatusAvailable": "更新可用,正在下载...",
271 "settings.app.updateStatusSearching": "正在搜索更新...", 271 "settings.app.updateStatusSearching": "正在搜索更新...",
272 "settings.app.updateStatusUpToDate": "您正在使用最新版本的Ferdi", 272 "settings.app.updateStatusUpToDate": "您正在使用最新版本的Ferdium",
273 "settings.invite.headline": "邀请好友", 273 "settings.invite.headline": "邀请好友",
274 "settings.navigation.account": "账户", 274 "settings.navigation.account": "账户",
275 "settings.navigation.availableServices": "可用的服务", 275 "settings.navigation.availableServices": "可用的服务",
276 "settings.navigation.logout": "注销", 276 "settings.navigation.logout": "注销",
277 "settings.navigation.supportFerdi": "关于 Ferdi", 277 "settings.navigation.supportFerdium": "关于 Ferdium",
278 "settings.navigation.team": "管理团队", 278 "settings.navigation.team": "管理团队",
279 "settings.navigation.yourServices": "您的服务", 279 "settings.navigation.yourServices": "您的服务",
280 "settings.navigation.yourWorkspaces": "您的工作区", 280 "settings.navigation.yourWorkspaces": "您的工作区",
@@ -289,7 +289,7 @@
289 "settings.recipes.headline": "可用的服务", 289 "settings.recipes.headline": "可用的服务",
290 "settings.recipes.missingService": "找不到服务?", 290 "settings.recipes.missingService": "找不到服务?",
291 "settings.recipes.mostPopular": "最受欢迎", 291 "settings.recipes.mostPopular": "最受欢迎",
292 "settings.recipes.nothingFound": "对不起,没有任何服务匹配您的搜索词 - 但您仍然可以使用“自定义网站”选项添加它。 请注意,网站可能会显示自您当前使用的版本以来添加到Ferdi的更多服务。 为了获得这些新服务,请考虑升级为较新版本的费尔迪。", 292 "settings.recipes.nothingFound": "对不起,没有任何服务匹配您的搜索词 - 但您仍然可以使用“自定义网站”选项添加它。 请注意,网站可能会显示自您当前使用的版本以来添加到Ferdium的更多服务。 为了获得这些新服务,请考虑升级为较新版本的费尔迪。",
293 "settings.recipes.servicesSuccessfulAddedInfo": "服务添加成功", 293 "settings.recipes.servicesSuccessfulAddedInfo": "服务添加成功",
294 "settings.searchService": "搜索服务", 294 "settings.searchService": "搜索服务",
295 "settings.service.error.goBack": "返回服务列表", 295 "settings.service.error.goBack": "返回服务列表",
@@ -329,11 +329,11 @@
329 "settings.service.form.openUserJs": "打开user.js", 329 "settings.service.form.openUserJs": "打开user.js",
330 "settings.service.form.proxy.headline": "HTTP/HTTPS 代理设置", 330 "settings.service.form.proxy.headline": "HTTP/HTTPS 代理设置",
331 "settings.service.form.proxy.host": "代理主机/IP", 331 "settings.service.form.proxy.host": "代理主机/IP",
332 "settings.service.form.proxy.info": "代理设置将不会与 Ferdi 服务器同步。", 332 "settings.service.form.proxy.info": "代理设置将不会与 Ferdium 服务器同步。",
333 "settings.service.form.proxy.isEnabled": "使用代理", 333 "settings.service.form.proxy.isEnabled": "使用代理",
334 "settings.service.form.proxy.password": "密码 (可选)", 334 "settings.service.form.proxy.password": "密码 (可选)",
335 "settings.service.form.proxy.port": "端口", 335 "settings.service.form.proxy.port": "端口",
336 "settings.service.form.proxy.restartInfo": "更改代理设置后,请重启 Ferdi。", 336 "settings.service.form.proxy.restartInfo": "更改代理设置后,请重启 Ferdium。",
337 "settings.service.form.proxy.user": "用户 (可选)", 337 "settings.service.form.proxy.user": "用户 (可选)",
338 "settings.service.form.recipeFileInfo": "您的用户文件将被插入网页,以便您可以以任何方式自定义服务。 用户文件只存储在本地,不会被同一账户同步到其他计算机。", 338 "settings.service.form.recipeFileInfo": "您的用户文件将被插入网页,以便您可以以任何方式自定义服务。 用户文件只存储在本地,不会被同一账户同步到其他计算机。",
339 "settings.service.form.saveButton": "保存服务", 339 "settings.service.form.saveButton": "保存服务",
@@ -352,11 +352,11 @@
352 "settings.services.tooltip.isMuted": "所有声音被静音", 352 "settings.services.tooltip.isMuted": "所有声音被静音",
353 "settings.services.tooltip.notificationsDisabled": "通知已禁用", 353 "settings.services.tooltip.notificationsDisabled": "通知已禁用",
354 "settings.services.updatedInfo": "您的更改已保存", 354 "settings.services.updatedInfo": "您的更改已保存",
355 "settings.supportFerdi.about": "费尔迪的开发是由贡献者完成的,使用费迪的人就像你一样。他们在剩余时间内保持、修复和改进费尔迪。", 355 "settings.supportFerdium.about": "费尔迪的开发是由贡献者完成的,使用费迪的人就像你一样。他们在剩余时间内保持、修复和改进费尔迪。",
356 "settings.supportFerdi.aboutIntro": "我要特别感谢这些优秀的人们:", 356 "settings.supportFerdium.aboutIntro": "我要特别感谢这些优秀的人们:",
357 "settings.supportFerdi.headline": "关于 Ferdi", 357 "settings.supportFerdium.headline": "关于 Ferdium",
358 "settings.team.contentHeadline": "Franz 团队管理", 358 "settings.team.contentHeadline": "Franz 团队管理",
359 "settings.team.copy": "Franz's 团队管理允许您为多个用户管理Franz订阅。 请记住,拥有Franz Premium订阅将不会给您带来使用Ferdi的好处:您仍然可以访问团队管理的唯一原因是您可以管理您的旧版Franz Teams,这样您就不会失去管理您账户的任何功能。", 359 "settings.team.copy": "Franz's 团队管理允许您为多个用户管理Franz订阅。 请记住,拥有Franz Premium订阅将不会给您带来使用Ferdium的好处:您仍然可以访问团队管理的唯一原因是您可以管理您的旧版Franz Teams,这样您就不会失去管理您账户的任何功能。",
360 "settings.team.headline": "团队", 360 "settings.team.headline": "团队",
361 "settings.team.intro": "您目前正在使用Franz Servers,这就是您可以访问团队管理的原因。", 361 "settings.team.intro": "您目前正在使用Franz Servers,这就是您可以访问团队管理的原因。",
362 "settings.team.manageAction": "在 Meetfranz.com 上管理您的团队", 362 "settings.team.manageAction": "在 Meetfranz.com 上管理您的团队",
@@ -385,18 +385,18 @@
385 "settings.workspaces.noWorkspacesAdded": "您尚未创建任何工作区。", 385 "settings.workspaces.noWorkspacesAdded": "您尚未创建任何工作区。",
386 "settings.workspaces.tryReloadWorkspaces": "重新尝试", 386 "settings.workspaces.tryReloadWorkspaces": "重新尝试",
387 "settings.workspaces.updatedInfo": "您的更改已保存", 387 "settings.workspaces.updatedInfo": "您的更改已保存",
388 "settings.workspaces.workspaceFeatureHeadline": "更少:介绍Ferdi工作区", 388 "settings.workspaces.workspaceFeatureHeadline": "更少:介绍Ferdium工作区",
389 "settings.workspaces.workspaceFeatureInfo": "Ferdi工作区可以让您专注于当下最重要的事情。 设置不同的服务集合,让您随时可以的在它们之间轻松的切换。 ", 389 "settings.workspaces.workspaceFeatureInfo": "Ferdium工作区可以让您专注于当下最重要的事情。 设置不同的服务集合,让您随时可以的在它们之间轻松的切换。 ",
390 "settings.workspaces.workspacesRequestFailed": "无法加载您的工作区", 390 "settings.workspaces.workspacesRequestFailed": "无法加载您的工作区",
391 "setupAssistant.headline": "我们开始吧!", 391 "setupAssistant.headline": "我们开始吧!",
392 "setupAssistant.subheadline": "从我们最常用的服务中选择并现在回到您的消息顶端。", 392 "setupAssistant.subheadline": "从我们最常用的服务中选择并现在回到您的消息顶端。",
393 "setupAssistant.submit.label": "让我们开始吧", 393 "setupAssistant.submit.label": "让我们开始吧",
394 "sidebar.addNewService": "添加服务", 394 "sidebar.addNewService": "添加服务",
395 "sidebar.closeTodosDrawer": "关闭Ferdi Todos", 395 "sidebar.closeTodosDrawer": "关闭Ferdium Todos",
396 "sidebar.closeWorkspaceDrawer": "关闭工作区抽屉栏", 396 "sidebar.closeWorkspaceDrawer": "关闭工作区抽屉栏",
397 "sidebar.lockFerdi": "锁定Ferdi", 397 "sidebar.lockFerdium": "锁定Ferdium",
398 "sidebar.muteApp": "禁用通知和音频", 398 "sidebar.muteApp": "禁用通知和音频",
399 "sidebar.openTodosDrawer": "开启Ferdi Todos", 399 "sidebar.openTodosDrawer": "开启Ferdium Todos",
400 "sidebar.openWorkspaceDrawer": "打开工作区抽屉栏", 400 "sidebar.openWorkspaceDrawer": "打开工作区抽屉栏",
401 "sidebar.unmuteApp": "启用通知和音频", 401 "sidebar.unmuteApp": "启用通知和音频",
402 "signup.email.label": "电子邮箱地址", 402 "signup.email.label": "电子邮箱地址",
@@ -440,7 +440,7 @@
440 "workspaceDrawer.headline": "工作区", 440 "workspaceDrawer.headline": "工作区",
441 "workspaceDrawer.item.contextMenuEdit": "编辑", 441 "workspaceDrawer.item.contextMenuEdit": "编辑",
442 "workspaceDrawer.item.noServicesAddedYet": "尚未添加任何服务", 442 "workspaceDrawer.item.noServicesAddedYet": "尚未添加任何服务",
443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi 工作区让你关注现在重要的事情。 设置不同的服务组合并在任何时候轻松地在它们之间进行切换。</p><p>您决定何时何地需要哪些服务。 这样我们就可以帮助你留在你的游戏顶部——或者在你想要的时候轻松关闭工作。</p>", 443 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium 工作区让你关注现在重要的事情。 设置不同的服务组合并在任何时候轻松地在它们之间进行切换。</p><p>您决定何时何地需要哪些服务。 这样我们就可以帮助你留在你的游戏顶部——或者在你想要的时候轻松关闭工作。</p>",
444 "workspaceDrawer.workspacesSettingsTooltip": "工作区设置", 444 "workspaceDrawer.workspacesSettingsTooltip": "工作区设置",
445 "workspaces.switchingIndicator.switchingTo": "切换到" 445 "workspaces.switchingIndicator.switchingTo": "切换到"
446} \ No newline at end of file 446} \ No newline at end of file
diff --git a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
index ce7bb2c9d..a356a610b 100644
--- a/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
+++ b/src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
@@ -66,7 +66,7 @@
66 }, 66 },
67 { 67 {
68 "id": "settings.recipes.nothingFound", 68 "id": "settings.recipes.nothingFound",
69 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 69 "defaultMessage": "!!!Sorry, but no service matched your search term - but you can still probably add it using the \"Custom Website\" option. Please note that the website might show more services that have been added to Ferdium since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdium.",
70 "file": "src/components/settings/recipes/RecipesDashboard.js", 70 "file": "src/components/settings/recipes/RecipesDashboard.js",
71 "start": { 71 "start": {
72 "line": 39, 72 "line": 39,
diff --git a/src/index.html b/src/index.html
index fea2ec387..23fbb6b20 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,7 @@
1<!DOCTYPE html> 1<!DOCTYPE html>
2<html lang="en"> 2<html lang="en">
3 <head> 3 <head>
4 <title>Ferdi</title> 4 <title>Ferdium</title>
5 <meta charset="UTF-8" /> 5 <meta charset="UTF-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" type="text/css" href="./styles/main.css" /> 7 <link rel="stylesheet" type="text/css" href="./styles/main.css" />
diff --git a/src/index.ts b/src/index.ts
index d46641fe1..c61523584 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -44,7 +44,7 @@ import { asarPath } from './helpers/asar-helpers';
44import { openExternalUrl } from './helpers/url-helpers'; 44import { openExternalUrl } from './helpers/url-helpers';
45import userAgent from './helpers/userAgent-helpers'; 45import userAgent from './helpers/userAgent-helpers';
46 46
47const debug = require('debug')('Ferdi:App'); 47const debug = require('debug')('Ferdium:App');
48 48
49// Globally set useragent to fix user agent override in service workers 49// Globally set useragent to fix user agent override in service workers
50debug('Set userAgent to ', userAgent()); 50debug('Set userAgent to ', userAgent());
@@ -139,7 +139,7 @@ if (!gotTheLock) {
139 } else if (argv.includes('--quit')) { 139 } else if (argv.includes('--quit')) {
140 // Needs to be delayed to not interfere with mainWindow.restore(); 140 // Needs to be delayed to not interfere with mainWindow.restore();
141 setTimeout(() => { 141 setTimeout(() => {
142 debug('Quitting Ferdi via Task'); 142 debug('Quitting Ferdium via Task');
143 app.quit(); 143 app.quit();
144 }, 1); 144 }, 1);
145 } 145 }
@@ -417,7 +417,7 @@ const createWindow = () => {
417// https://electronjs.org/docs/api/chrome-command-line-switches 417// https://electronjs.org/docs/api/chrome-command-line-switches
418// used for Kerberos support 418// used for Kerberos support
419// Usage e.g. MACOS 419// Usage e.g. MACOS
420// $ Ferdi.app/Contents/MacOS/Ferdi --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com 420// $ Ferdium.app/Contents/MacOS/Ferdium --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com
421const argv = require('minimist')(process.argv.slice(1)); 421const argv = require('minimist')(process.argv.slice(1));
422 422
423if (argv['auth-server-whitelist']) { 423if (argv['auth-server-whitelist']) {
@@ -448,7 +448,7 @@ app.on('ready', () => {
448 enforceMacOSAppLocation(); 448 enforceMacOSAppLocation();
449 449
450 // Register App URL 450 // Register App URL
451 const protocolClient = isDevMode ? 'ferdi-dev' : 'ferdi'; 451 const protocolClient = isDevMode ? 'ferdium-dev' : 'ferdium';
452 if (!app.isDefaultProtocolClient(protocolClient, process.execPath)) { 452 if (!app.isDefaultProtocolClient(protocolClient, process.execPath)) {
453 app.setAsDefaultProtocolClient(protocolClient, process.execPath); 453 app.setAsDefaultProtocolClient(protocolClient, process.execPath);
454 } 454 }
@@ -467,15 +467,15 @@ app.on('ready', () => {
467 arguments: `${extraArgs}--reset-window`, 467 arguments: `${extraArgs}--reset-window`,
468 iconPath, 468 iconPath,
469 iconIndex: 0, 469 iconIndex: 0,
470 title: 'Move Ferdi to Current Display', 470 title: 'Move Ferdium to Current Display',
471 description: 'Restore the position and size of Ferdi', 471 description: 'Restore the position and size of Ferdium',
472 }, 472 },
473 { 473 {
474 program: process.execPath, 474 program: process.execPath,
475 arguments: `${extraArgs}--quit`, 475 arguments: `${extraArgs}--quit`,
476 iconPath, 476 iconPath,
477 iconIndex: 0, 477 iconIndex: 0,
478 title: 'Quit Ferdi', 478 title: 'Quit Ferdium',
479 description: '', 479 description: '',
480 }, 480 },
481 ]); 481 ]);
@@ -657,7 +657,7 @@ app.on('before-quit', event => {
657 selection = dialog.showMessageBoxSync(mainWindow!, { 657 selection = dialog.showMessageBoxSync(mainWindow!, {
658 type: 'question', 658 type: 'question',
659 message: 'Quit', 659 message: 'Quit',
660 detail: 'Do you really want to quit Ferdi?', 660 detail: 'Do you really want to quit Ferdium?',
661 buttons: ['Yes', 'No'], 661 buttons: ['Yes', 'No'],
662 }); 662 });
663 } 663 }
diff --git a/src/internal-server/app/Controllers/Http/RecipeController.js b/src/internal-server/app/Controllers/Http/RecipeController.js
index 37a62e2fa..474ffadb4 100644
--- a/src/internal-server/app/Controllers/Http/RecipeController.js
+++ b/src/internal-server/app/Controllers/Http/RecipeController.js
@@ -4,11 +4,11 @@ const { validateAll } = use('Validator');
4const Env = use('Env'); 4const Env = use('Env');
5 5
6const fetch = require('node-fetch'); 6const fetch = require('node-fetch');
7const debug = require('debug')('Ferdi:internalServer:RecipeController'); 7const debug = require('debug')('Ferdium:internalServer:RecipeController');
8const { LIVE_FERDI_API } = require('../../../../config'); 8const { LIVE_FERDIUM_API } = require('../../../../config');
9const { API_VERSION } = require('../../../../environment-remote'); 9const { API_VERSION } = require('../../../../environment-remote');
10 10
11const RECIPES_URL = `${LIVE_FERDI_API}/${API_VERSION}/recipes`; 11const RECIPES_URL = `${LIVE_FERDIUM_API}/${API_VERSION}/recipes`;
12 12
13class RecipeController { 13class RecipeController {
14 // List official and custom recipes 14 // List official and custom recipes
@@ -47,7 +47,7 @@ class RecipeController {
47 // Get results 47 // Get results
48 let results; 48 let results;
49 49
50 if (needle === 'ferdi:custom') { 50 if (needle === 'ferdium:custom') {
51 const allRecipes = await Recipe.all(); 51 const allRecipes = await Recipe.all();
52 const dbResults = allRecipes.toJSON(); 52 const dbResults = allRecipes.toJSON();
53 results = dbResults.map(recipe => ({ 53 results = dbResults.map(recipe => ({
diff --git a/src/internal-server/app/Controllers/Http/StaticController.js b/src/internal-server/app/Controllers/Http/StaticController.js
index 99723940a..ac6f89008 100644
--- a/src/internal-server/app/Controllers/Http/StaticController.js
+++ b/src/internal-server/app/Controllers/Http/StaticController.js
@@ -14,7 +14,7 @@ class StaticController {
14 isSettingsWSEnabled: false, 14 isSettingsWSEnabled: false,
15 isMagicBarEnabled: true, 15 isMagicBarEnabled: true,
16 isTodosEnabled: true, 16 isTodosEnabled: true,
17 subscribeURL: 'https://getferdi.com', 17 subscribeURL: 'https://ferdium.org',
18 hasInlineCheckout: true, 18 hasInlineCheckout: true,
19 }); 19 });
20 } 20 }
diff --git a/src/internal-server/app/Controllers/Http/UserController.js b/src/internal-server/app/Controllers/Http/UserController.js
index abfbc2470..6bd4f85a7 100644
--- a/src/internal-server/app/Controllers/Http/UserController.js
+++ b/src/internal-server/app/Controllers/Http/UserController.js
@@ -38,7 +38,7 @@ const DEFAULT_USER_DATA = {
38 email: '', 38 email: '',
39 emailValidated: true, 39 emailValidated: true,
40 features: {}, 40 features: {},
41 firstname: 'Ferdi', 41 firstname: 'Ferdium',
42 id: '82c1cf9d-ab58-4da2-b55e-aaa41d2142d8', 42 id: '82c1cf9d-ab58-4da2-b55e-aaa41d2142d8',
43 isSubscriptionOwner: true, 43 isSubscriptionOwner: true,
44 lastname: 'Application', 44 lastname: 'Application',
@@ -221,7 +221,7 @@ class UserController {
221 } 221 }
222 222
223 return response.send( 223 return response.send(
224 'Your account has been imported. You can now use your Franz account in Ferdi.', 224 'Your account has been imported. You can now use your Franz account in Ferdium.',
225 ); 225 );
226 } 226 }
227 227
@@ -237,19 +237,19 @@ class UserController {
237 const workspaces = allWorkspaces.toJSON(); 237 const workspaces = allWorkspaces.toJSON();
238 238
239 const exportData = { 239 const exportData = {
240 username: 'Ferdi', 240 username: 'Ferdium',
241 mail: 'internal@getferdi.com', 241 mail: 'internal@ferdium.org',
242 services, 242 services,
243 workspaces, 243 workspaces,
244 }; 244 };
245 245
246 return response 246 return response
247 .header('Content-Type', 'application/force-download') 247 .header('Content-Type', 'application/force-download')
248 .header('Content-disposition', 'attachment; filename=export.ferdi-data') 248 .header('Content-disposition', 'attachment; filename=export.ferdium-data')
249 .send(exportData); 249 .send(exportData);
250 } 250 }
251 251
252 async importFerdi({ request, response }) { 252 async importFerdium({ request, response }) {
253 const validation = await validateAll(request.all(), { 253 const validation = await validateAll(request.all(), {
254 file: 'required', 254 file: 'required',
255 }); 255 });
diff --git a/src/internal-server/config/app.js b/src/internal-server/config/app.js
index 379190734..303e1290c 100644
--- a/src/internal-server/config/app.js
+++ b/src/internal-server/config/app.js
@@ -13,7 +13,7 @@ module.exports = {
13 | 13 |
14 */ 14 */
15 15
16 name: Env.get('APP_NAME', 'Ferdi Internal Server'), 16 name: Env.get('APP_NAME', 'Ferdium Internal Server'),
17 17
18 /* 18 /*
19 |-------------------------------------------------------------------------- 19 |--------------------------------------------------------------------------
diff --git a/src/internal-server/env.ini b/src/internal-server/env.ini
index 8df57db66..87a347921 100644
--- a/src/internal-server/env.ini
+++ b/src/internal-server/env.ini
@@ -1,16 +1,16 @@
1HOST=localhost 1HOST=localhost
2PORT=45569 2PORT=45569
3NODE_ENV=development 3NODE_ENV=development
4APP_NAME=Ferdi Internal Server 4APP_NAME=Ferdium Internal Server
5APP_URL=http://${HOST}:${PORT} 5APP_URL=http://${HOST}:${PORT}
6CACHE_VIEWS=false 6CACHE_VIEWS=false
7APP_KEY=FERDIINTERNALSERVER 7APP_KEY=FERDIUMINTERNALSERVER
8DB_CONNECTION=sqlite 8DB_CONNECTION=sqlite
9DB_HOST=localhost 9DB_HOST=localhost
10DB_PORT=3306 10DB_PORT=3306
11DB_USER=root 11DB_USER=root
12DB_PASSWORD= 12DB_PASSWORD=
13DB_DATABASE=ferdi 13DB_DATABASE=ferdium
14HASH_DRIVER=bcrypt 14HASH_DRIVER=bcrypt
15IS_CREATION_ENABLED=true 15IS_CREATION_ENABLED=true
16CONNECT_WITH_FRANZ=true 16CONNECT_WITH_FRANZ=true
diff --git a/src/internal-server/resources/views/index.edge b/src/internal-server/resources/views/index.edge
index b01bd7569..c6afcc14e 100644
--- a/src/internal-server/resources/views/index.edge
+++ b/src/internal-server/resources/views/index.edge
@@ -8,12 +8,12 @@
8 } 8 }
9 9
10</style> 10</style>
11<h1>Internal Ferdi Server</h1> 11<h1>Internal Ferdium Server</h1>
12<p>You are accessing the local server instance of your Ferdi application. This server is used to enable Ferdi's "Use without an Account" feature.</p> 12<p>You are accessing the local server instance of your Ferdium application. This server is used to enable Ferdium's "Use without an Account" feature.</p>
13<p> 13<p>
14 To use Ferdi without an account, log out of your current account (if you are already logged in) and choose "Use Ferdi without an Account". 14 To use Ferdium without an account, log out of your current account (if you are already logged in) and choose "Use Ferdium without an Account".
15</p> 15</p>
16<p> 16<p>
17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdi-data" file</a> or <a href="/transfer">export your data to a ".ferdi-data" file</a>. 17 Alternatively, you can <a href="/import">import your account from a remote server</a> or <a href="/transfer">import your data from a ".ferdium-data" file</a> or <a href="/transfer">export your data to a ".ferdium-data" file</a>.
18</p> 18</p>
19@endsection 19@endsection
diff --git a/src/internal-server/resources/views/layouts/main.edge b/src/internal-server/resources/views/layouts/main.edge
index 8856b5d1e..f9d5bf1de 100644
--- a/src/internal-server/resources/views/layouts/main.edge
+++ b/src/internal-server/resources/views/layouts/main.edge
@@ -5,7 +5,7 @@
5 <meta charset="UTF-8"> 5 <meta charset="UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>ferdi-internal-server</title> 8 <title>ferdium-internal-server</title>
9 9
10 {{ style('css/vanilla') }} 10 {{ style('css/vanilla') }}
11 {{ style('css/main') }} 11 {{ style('css/main') }}
diff --git a/src/internal-server/resources/views/transfer.edge b/src/internal-server/resources/views/transfer.edge
index 58febb24b..34fd75d97 100644
--- a/src/internal-server/resources/views/transfer.edge
+++ b/src/internal-server/resources/views/transfer.edge
@@ -1,7 +1,7 @@
1@layout('layouts.main') 1@layout('layouts.main')
2 2
3@section('content') 3@section('content')
4<h2>Import/Export data from another Ferdi server</h2> 4<h2>Import/Export data from another Ferdium server</h2>
5@if(success === true) 5@if(success === true)
6 <div class="alert" style="background-color:#28C76F;"> 6 <div class="alert" style="background-color:#28C76F;">
7 Sucessfully imported your account data 7 Sucessfully imported your account data
@@ -12,7 +12,7 @@
12<div> 12<div>
13 <label>Account data</label> 13 <label>Account data</label>
14 <div> 14 <div>
15 <input type="file" name="file" id="file" value="" accept=".json,.ferdi-data" required> 15 <input type="file" name="file" id="file" value="" accept=".json,.ferdium-data" required>
16 </div> 16 </div>
17</div> 17</div>
18 18
diff --git a/src/internal-server/start/migrate.js b/src/internal-server/start/migrate.js
index 97cefcc54..403f7cb86 100644
--- a/src/internal-server/start/migrate.js
+++ b/src/internal-server/start/migrate.js
@@ -1,13 +1,13 @@
1const { ferdiVersion } = require('../../environment-remote'); 1const { ferdiumVersion } = require('../../environment-remote');
2 2
3/** 3/**
4 * Migrate server database to work with current Ferdi version 4 * Migrate server database to work with current Ferdium version
5 */ 5 */
6const Database = use('Database'); 6const Database = use('Database');
7const User = use('App/Models/User'); 7const User = use('App/Models/User');
8 8
9const migrateLog = text => { 9const migrateLog = text => {
10 console.log('\u001B[36m%s\u001B[0m', 'Ferdi Migration:', '\u001B[0m', text); 10 console.log('\u001B[36m%s\u001B[0m', 'Ferdium Migration:', '\u001B[0m', text);
11}; 11};
12 12
13module.exports = async () => { 13module.exports = async () => {
@@ -21,7 +21,7 @@ module.exports = async () => {
21 const user = await User.find(1); 21 const user = await User.find(1);
22 let settings; 22 let settings;
23 if (!user) { 23 if (!user) {
24 migrateLog("🎩 Migrating from old Ferdi version as user doesn't exist"); 24 migrateLog("🎩 Migrating from old Ferdium version as user doesn't exist");
25 25
26 // Create new user 26 // Create new user
27 await Database.raw('INSERT INTO "users" ("id") VALUES (\'1\');'); 27 await Database.raw('INSERT INTO "users" ("id") VALUES (\'1\');');
@@ -35,18 +35,18 @@ module.exports = async () => {
35 if ( 35 if (
36 !settings || 36 !settings ||
37 !settings.db_version || 37 !settings.db_version ||
38 settings.db_version !== ferdiVersion 38 settings.db_version !== ferdiumVersion
39 ) { 39 ) {
40 const srcVersion = 40 const srcVersion =
41 settings && settings.db_version ? settings.db_version : '5.4.0-beta.2'; 41 settings && settings.db_version ? settings.db_version : '5.4.0-beta.2';
42 migrateLog(`🔮 Migrating table from ${srcVersion} to ${ferdiVersion}`); 42 migrateLog(`🔮 Migrating table from ${srcVersion} to ${ferdiumVersion}`);
43 43
44 // Migrate database to current Ferdi version 44 // Migrate database to current Ferdium version
45 // Currently no migrations 45 // Currently no migrations
46 46
47 // Update version number in database 47 // Update version number in database
48 if (!settings) settings = {}; 48 if (!settings) settings = {};
49 settings.db_version = ferdiVersion; 49 settings.db_version = ferdiumVersion;
50 const newUser = await User.find(1); // Fetch user again as we might have only just created it 50 const newUser = await User.find(1); // Fetch user again as we might have only just created it
51 newUser.settings = JSON.stringify(settings); 51 newUser.settings = JSON.stringify(settings);
52 await newUser.save(); 52 await newUser.save();
diff --git a/src/internal-server/start/routes.js b/src/internal-server/start/routes.js
index c8cab2164..63d0876e3 100644
--- a/src/internal-server/start/routes.js
+++ b/src/internal-server/start/routes.js
@@ -14,7 +14,7 @@ const migrate = require('./migrate');
14 14
15migrate(); 15migrate();
16 16
17const OnlyAllowFerdi = async ({ request, response }, next) => { 17const OnlyAllowFerdium = async ({ request, response }, next) => {
18 const version = request.header('X-Franz-Version'); 18 const version = request.header('X-Franz-Version');
19 if (!version) { 19 if (!version) {
20 return response.status(403).redirect('/'); 20 return response.status(403).redirect('/');
@@ -30,7 +30,7 @@ Route.get('health', ({ response }) =>
30 api: 'success', 30 api: 'success',
31 db: 'success', 31 db: 'success',
32 }), 32 }),
33).middleware(OnlyAllowFerdi); 33).middleware(OnlyAllowFerdium);
34 34
35// API is grouped under '/v1/' route 35// API is grouped under '/v1/' route
36Route.group(() => { 36Route.group(() => {
@@ -63,7 +63,7 @@ Route.group(() => {
63 Route.get('workspace', 'WorkspaceController.list'); 63 Route.get('workspace', 'WorkspaceController.list');
64}) 64})
65 .prefix(API_VERSION) 65 .prefix(API_VERSION)
66 .middleware(OnlyAllowFerdi); 66 .middleware(OnlyAllowFerdium);
67 67
68Route.group(() => { 68Route.group(() => {
69 Route.get('icon/:id', 'ServiceController.icon'); 69 Route.get('icon/:id', 'ServiceController.icon');
@@ -75,7 +75,7 @@ Route.get('import', ({ view }) => view.render('import'));
75 75
76// Account transfer 76// Account transfer
77Route.get('export', 'UserController.export'); 77Route.get('export', 'UserController.export');
78Route.post('transfer', 'UserController.importFerdi'); 78Route.post('transfer', 'UserController.importFerdium');
79Route.get('transfer', ({ view }) => view.render('transfer')); 79Route.get('transfer', ({ view }) => view.render('transfer'));
80 80
81// Index 81// Index
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 38302b40b..de6c74ecd 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -10,8 +10,8 @@ import { autorun, observable } from 'mobx';
10import { defineMessages } from 'react-intl'; 10import { defineMessages } from 'react-intl';
11import { 11import {
12 CUSTOM_WEBSITE_RECIPE_ID, 12 CUSTOM_WEBSITE_RECIPE_ID,
13 GITHUB_FERDI_URL, 13 GITHUB_FERDIUM_URL,
14 LIVE_API_FERDI_WEBSITE, 14 LIVE_API_FERDIUM_WEBSITE,
15} from '../config'; 15} from '../config';
16import { 16import {
17 cmdOrCtrlShortcutKey, 17 cmdOrCtrlShortcutKey,
@@ -20,13 +20,13 @@ import {
20 settingsShortcutKey, 20 settingsShortcutKey,
21 isLinux, 21 isLinux,
22 isMac, 22 isMac,
23 lockFerdiShortcutKey, 23 lockFerdiumShortcutKey,
24 todosToggleShortcutKey, 24 todosToggleShortcutKey,
25 workspaceToggleShortcutKey, 25 workspaceToggleShortcutKey,
26 addNewServiceShortcutKey, 26 addNewServiceShortcutKey,
27 muteFerdiShortcutKey, 27 muteFerdiumShortcutKey,
28} from '../environment'; 28} from '../environment';
29import { aboutAppDetails, ferdiVersion } from '../environment-remote'; 29import { aboutAppDetails, ferdiumVersion } from '../environment-remote';
30import { todoActions } from '../features/todos/actions'; 30import { todoActions } from '../features/todos/actions';
31import { workspaceActions } from '../features/workspaces/actions'; 31import { workspaceActions } from '../features/workspaces/actions';
32import { workspaceStore } from '../features/workspaces/index'; 32import { workspaceStore } from '../features/workspaces/index';
@@ -143,13 +143,13 @@ const menuItems = defineMessages({
143 id: 'menu.view.reloadService', 143 id: 'menu.view.reloadService',
144 defaultMessage: 'Reload Service', 144 defaultMessage: 'Reload Service',
145 }, 145 },
146 reloadFerdi: { 146 reloadFerdium: {
147 id: 'menu.view.reloadFerdi', 147 id: 'menu.view.reloadFerdium',
148 defaultMessage: 'Reload Ferdi', 148 defaultMessage: 'Reload Ferdium',
149 }, 149 },
150 lockFerdi: { 150 lockFerdium: {
151 id: 'menu.view.lockFerdi', 151 id: 'menu.view.lockFerdium',
152 defaultMessage: 'Lock Ferdi', 152 defaultMessage: 'Lock Ferdium',
153 }, 153 },
154 reloadTodos: { 154 reloadTodos: {
155 id: 'menu.view.reloadTodos', 155 id: 'menu.view.reloadTodos',
@@ -189,7 +189,7 @@ const menuItems = defineMessages({
189 }, 189 },
190 debugInfoCopiedHeadline: { 190 debugInfoCopiedHeadline: {
191 id: 'menu.help.debugInfoCopiedHeadline', 191 id: 'menu.help.debugInfoCopiedHeadline',
192 defaultMessage: 'Ferdi Debug Information', 192 defaultMessage: 'Ferdium Debug Information',
193 }, 193 },
194 debugInfoCopiedBody: { 194 debugInfoCopiedBody: {
195 id: 'menu.help.debugInfoCopiedBody', 195 id: 'menu.help.debugInfoCopiedBody',
@@ -233,7 +233,7 @@ const menuItems = defineMessages({
233 }, 233 },
234 about: { 234 about: {
235 id: 'menu.app.about', 235 id: 'menu.app.about',
236 defaultMessage: 'About Ferdi', 236 defaultMessage: 'About Ferdium',
237 }, 237 },
238 checkForUpdates: { 238 checkForUpdates: {
239 id: 'menu.app.checkForUpdates', 239 id: 'menu.app.checkForUpdates',
@@ -318,7 +318,7 @@ const menuItems = defineMessages({
318}); 318});
319 319
320function getActiveService() { 320function getActiveService() {
321 return window['ferdi'].stores.services.active; 321 return window['ferdium'].stores.services.active;
322} 322}
323 323
324const _titleBarTemplateFactory = (intl, locked) => [ 324const _titleBarTemplateFactory = (intl, locked) => [
@@ -380,7 +380,7 @@ const _titleBarTemplateFactory = (intl, locked) => [
380 label: intl.formatMessage(menuItems.openQuickSwitch), 380 label: intl.formatMessage(menuItems.openQuickSwitch),
381 accelerator: `${cmdOrCtrlShortcutKey()}+S`, 381 accelerator: `${cmdOrCtrlShortcutKey()}+S`,
382 click() { 382 click() {
383 window['ferdi'].features.quickSwitch.state.isModalVisible = true; 383 window['ferdium'].features.quickSwitch.state.isModalVisible = true;
384 }, 384 },
385 }, 385 },
386 { 386 {
@@ -396,7 +396,7 @@ const _titleBarTemplateFactory = (intl, locked) => [
396 // Focus webview so find in page popup gets focused 396 // Focus webview so find in page popup gets focused
397 service.webview.focus(); 397 service.webview.focus();
398 398
399 window['ferdi'].actions.service.sendIPCMessage({ 399 window['ferdium'].actions.service.sendIPCMessage({
400 serviceId: service.id, 400 serviceId: service.id,
401 channel: 'find-in-page', 401 channel: 'find-in-page',
402 args: {}, 402 args: {},
@@ -462,12 +462,12 @@ const _titleBarTemplateFactory = (intl, locked) => [
462 label: intl.formatMessage(menuItems.toggleDarkMode), 462 label: intl.formatMessage(menuItems.toggleDarkMode),
463 type: 'checkbox', 463 type: 'checkbox',
464 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+D`, 464 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+D`,
465 checked: window['ferdi'].stores.settings.app.darkMode, 465 checked: window['ferdium'].stores.settings.app.darkMode,
466 click: () => { 466 click: () => {
467 window['ferdi'].actions.settings.update({ 467 window['ferdium'].actions.settings.update({
468 type: 'app', 468 type: 'app',
469 data: { 469 data: {
470 darkMode: !window['ferdi'].stores.settings.app.darkMode, 470 darkMode: !window['ferdium'].stores.settings.app.darkMode,
471 }, 471 },
472 }); 472 });
473 }, 473 },
@@ -513,14 +513,14 @@ const _titleBarTemplateFactory = (intl, locked) => [
513 { 513 {
514 label: intl.formatMessage(menuItems.learnMore), 514 label: intl.formatMessage(menuItems.learnMore),
515 click() { 515 click() {
516 openExternalUrl(LIVE_API_FERDI_WEBSITE, true); 516 openExternalUrl(LIVE_API_FERDIUM_WEBSITE, true);
517 }, 517 },
518 }, 518 },
519 { 519 {
520 label: intl.formatMessage(menuItems.changelog), 520 label: intl.formatMessage(menuItems.changelog),
521 click() { 521 click() {
522 openExternalUrl( 522 openExternalUrl(
523 `${GITHUB_FERDI_URL}/ferdi/releases/tag/v${ferdiVersion}`, 523 `${GITHUB_FERDIUM_URL}/ferdium/releases/tag/v${ferdiumVersion}`,
524 true, 524 true,
525 ); 525 );
526 }, 526 },
@@ -538,7 +538,7 @@ const _titleBarTemplateFactory = (intl, locked) => [
538 { 538 {
539 label: intl.formatMessage(menuItems.support), 539 label: intl.formatMessage(menuItems.support),
540 click() { 540 click() {
541 openExternalUrl(`${LIVE_API_FERDI_WEBSITE}/contact`, true); 541 openExternalUrl(`${LIVE_API_FERDIUM_WEBSITE}/contact`, true);
542 }, 542 },
543 }, 543 },
544 { 544 {
@@ -584,13 +584,13 @@ class FranzMenu {
584 // need to clone object so we don't modify computed (cached) object 584 // need to clone object so we don't modify computed (cached) object
585 const serviceTpl = Object.assign([], this.serviceTpl()); 585 const serviceTpl = Object.assign([], this.serviceTpl());
586 586
587 // Don't initialize when window['ferdi'] is undefined 587 // Don't initialize when window['ferdium'] is undefined
588 if (window['ferdi'] === undefined) { 588 if (window['ferdium'] === undefined) {
589 console.log('skipping menu init'); 589 console.log('skipping menu init');
590 return; 590 return;
591 } 591 }
592 592
593 const { intl } = window['ferdi']; 593 const { intl } = window['ferdium'];
594 const locked = this.stores.settings.app.locked 594 const locked = this.stores.settings.app.locked
595 && this.stores.settings.app.lockingFeatureEnabled 595 && this.stores.settings.app.lockingFeatureEnabled
596 && this.stores.user.isLoggedIn; 596 && this.stores.user.isLoggedIn;
@@ -601,13 +601,13 @@ class FranzMenu {
601 tpl[1].submenu.push({ 601 tpl[1].submenu.push({
602 label: intl.formatMessage(menuItems.autohideMenuBar), 602 label: intl.formatMessage(menuItems.autohideMenuBar),
603 type: 'checkbox', 603 type: 'checkbox',
604 checked: window['ferdi'].stores.settings.app.autohideMenuBar, 604 checked: window['ferdium'].stores.settings.app.autohideMenuBar,
605 click: () => { 605 click: () => {
606 window['ferdi'].actions.settings.update({ 606 window['ferdium'].actions.settings.update({
607 type: 'app', 607 type: 'app',
608 data: { 608 data: {
609 autohideMenuBar: 609 autohideMenuBar:
610 !window['ferdi'].stores.settings.app.autohideMenuBar, 610 !window['ferdium'].stores.settings.app.autohideMenuBar,
611 }, 611 },
612 }); 612 });
613 }, 613 },
@@ -669,7 +669,7 @@ class FranzMenu {
669 }, 669 },
670 }, 670 },
671 { 671 {
672 label: intl.formatMessage(menuItems.reloadFerdi), 672 label: intl.formatMessage(menuItems.reloadFerdium),
673 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+R`, 673 accelerator: `${cmdOrCtrlShortcutKey()}+${shiftKey()}+R`,
674 click: () => { 674 click: () => {
675 window.location.reload(); 675 window.location.reload();
@@ -686,8 +686,8 @@ class FranzMenu {
686 type: 'separator', 686 type: 'separator',
687 }, 687 },
688 { 688 {
689 label: intl.formatMessage(menuItems.lockFerdi), 689 label: intl.formatMessage(menuItems.lockFerdium),
690 accelerator: `${lockFerdiShortcutKey()}`, 690 accelerator: `${lockFerdiumShortcutKey()}`,
691 enabled: 691 enabled:
692 this.stores.user.isLoggedIn && 692 this.stores.user.isLoggedIn &&
693 this.stores.settings.app.lockingFeatureEnabled, 693 this.stores.settings.app.lockingFeatureEnabled,
@@ -718,7 +718,7 @@ class FranzMenu {
718 tpl[0].submenu.unshift( 718 tpl[0].submenu.unshift(
719 { 719 {
720 label: intl.formatMessage(menuItems.touchId), 720 label: intl.formatMessage(menuItems.touchId),
721 accelerator: `${lockFerdiShortcutKey()}`, 721 accelerator: `${lockFerdiumShortcutKey()}`,
722 visible: touchIdEnabled, 722 visible: touchIdEnabled,
723 click() { 723 click() {
724 systemPreferences 724 systemPreferences
@@ -809,8 +809,8 @@ class FranzMenu {
809 click: () => { 809 click: () => {
810 dialog.showMessageBox({ 810 dialog.showMessageBox({
811 type: 'info', 811 type: 'info',
812 title: 'Franz Ferdinand', 812 title: 'Franz Ferdiumnand',
813 message: 'Ferdi', 813 message: 'Ferdium',
814 detail: aboutAppDetails(), 814 detail: aboutAppDetails(),
815 }); 815 });
816 }, 816 },
@@ -893,7 +893,7 @@ class FranzMenu {
893 } 893 }
894 894
895 serviceTpl() { 895 serviceTpl() {
896 const { intl } = window['ferdi']; 896 const { intl } = window['ferdium'];
897 const { user, services, settings } = this.stores; 897 const { user, services, settings } = this.stores;
898 if (!user.isLoggedIn) return []; 898 if (!user.isLoggedIn) return [];
899 const menu = []; 899 const menu = [];
@@ -942,7 +942,7 @@ class FranzMenu {
942 : menuItems.muteApp, 942 : menuItems.muteApp,
943 ) 943 )
944 .replace('&', '&&'), 944 .replace('&', '&&'),
945 accelerator: `${muteFerdiShortcutKey()}`, 945 accelerator: `${muteFerdiumShortcutKey()}`,
946 click: () => this.actions.app.toggleMuteApp(), 946 click: () => this.actions.app.toggleMuteApp(),
947 }, 947 },
948 { 948 {
@@ -989,7 +989,7 @@ class FranzMenu {
989 workspacesMenu() { 989 workspacesMenu() {
990 const { workspaces, activeWorkspace, isWorkspaceDrawerOpen } = 990 const { workspaces, activeWorkspace, isWorkspaceDrawerOpen } =
991 workspaceStore; 991 workspaceStore;
992 const { intl } = window['ferdi']; 992 const { intl } = window['ferdium'];
993 const menu = []; 993 const menu = [];
994 994
995 // Add new workspace item: 995 // Add new workspace item:
@@ -1051,7 +1051,7 @@ class FranzMenu {
1051 1051
1052 todosMenu() { 1052 todosMenu() {
1053 const { isTodosPanelVisible, isFeatureEnabledByUser } = this.stores.todos; 1053 const { isTodosPanelVisible, isFeatureEnabledByUser } = this.stores.todos;
1054 const { intl } = window['ferdi']; 1054 const { intl } = window['ferdium'];
1055 const menu = []; 1055 const menu = [];
1056 1056
1057 const drawerLabel = isTodosPanelVisible 1057 const drawerLabel = isTodosPanelVisible
@@ -1085,7 +1085,7 @@ class FranzMenu {
1085 } 1085 }
1086 1086
1087 debugMenu() { 1087 debugMenu() {
1088 const { intl } = window['ferdi']; 1088 const { intl } = window['ferdium'];
1089 1089
1090 return [ 1090 return [
1091 { 1091 {
@@ -1108,7 +1108,7 @@ class FranzMenu {
1108 { 1108 {
1109 label: intl.formatMessage(menuItems.publishDebugInfo), 1109 label: intl.formatMessage(menuItems.publishDebugInfo),
1110 click: () => { 1110 click: () => {
1111 window['ferdi'].features.publishDebugInfo.state.isModalVisible = true; 1111 window['ferdium'].features.publishDebugInfo.state.isModalVisible = true;
1112 }, 1112 },
1113 }, 1113 },
1114 ]; 1114 ];
diff --git a/src/lib/Tray.js b/src/lib/Tray.js
index 549034e8d..878841213 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -37,8 +37,8 @@ export default class TrayIcon {
37 { 37 {
38 label: 38 label:
39 tray.mainWindow.isVisible() && tray.mainWindow.isFocused() 39 tray.mainWindow.isVisible() && tray.mainWindow.isFocused()
40 ? 'Hide Ferdi' 40 ? 'Hide Ferdium'
41 : 'Show Ferdi', 41 : 'Show Ferdium',
42 click() { 42 click() {
43 tray._toggleWindow(); 43 tray._toggleWindow();
44 }, 44 },
@@ -53,7 +53,7 @@ export default class TrayIcon {
53 }, 53 },
54 }, 54 },
55 { 55 {
56 label: 'Quit Ferdi', 56 label: 'Quit Ferdium',
57 click() { 57 click() {
58 app.quit(); 58 app.quit();
59 }, 59 },
@@ -71,7 +71,7 @@ export default class TrayIcon {
71 this.mainWindow = BrowserWindow.getAllWindows()[0]; 71 this.mainWindow = BrowserWindow.getAllWindows()[0];
72 72
73 // listen to window events to be able to set correct string 73 // listen to window events to be able to set correct string
74 // to tray menu ('Hide Ferdi' / 'Show Ferdi') 74 // to tray menu ('Hide Ferdium' / 'Show Ferdium')
75 this.mainWindow.on('hide', () => { 75 this.mainWindow.on('hide', () => {
76 this._updateTrayMenu(null); 76 this._updateTrayMenu(null);
77 }); 77 });
@@ -114,7 +114,7 @@ export default class TrayIcon {
114 if (this.trayIcon) return; 114 if (this.trayIcon) return;
115 115
116 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); 116 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
117 this.trayIcon.setToolTip('Ferdi'); 117 this.trayIcon.setToolTip('Ferdium');
118 118
119 this.trayMenu = Menu.buildFromTemplate(this.trayMenuTemplate(this)); 119 this.trayMenu = Menu.buildFromTemplate(this.trayMenuTemplate(this));
120 if (isLinux) { 120 if (isLinux) {
diff --git a/src/models/Recipe.ts b/src/models/Recipe.ts
index 959b43fd9..4463abe95 100644
--- a/src/models/Recipe.ts
+++ b/src/models/Recipe.ts
@@ -78,7 +78,7 @@ export default class Recipe {
78 } 78 }
79 79
80 if (!data.id) { 80 if (!data.id) {
81 // Ferdi 4 recipes do not have an Id 81 // Ferdium 4 recipes do not have an Id
82 throw new Error(`Recipe '${data.name}' requires Id`); 82 throw new Error(`Recipe '${data.name}' requires Id`);
83 } 83 }
84 84
diff --git a/src/models/Service.js b/src/models/Service.js
index bd4f8c223..94b907d4e 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -14,7 +14,7 @@ import {
14 ifUndefinedNumber, 14 ifUndefinedNumber,
15} from '../jsUtils'; 15} from '../jsUtils';
16 16
17const debug = require('debug')('Ferdi:Service'); 17const debug = require('debug')('Ferdium:Service');
18 18
19export default class Service { 19export default class Service {
20 id = ''; 20 id = '';
@@ -173,7 +173,7 @@ export default class Service {
173 ); 173 );
174 174
175 // Check if "Hibernate on Startup" is enabled and hibernate all services except active one 175 // Check if "Hibernate on Startup" is enabled and hibernate all services except active one
176 const { hibernateOnStartup } = window['ferdi'].stores.settings.app; 176 const { hibernateOnStartup } = window['ferdium'].stores.settings.app;
177 // The service store is probably not loaded yet so we need to use localStorage data to get active service 177 // The service store is probably not loaded yet so we need to use localStorage data to get active service
178 const isActive = 178 const isActive =
179 window.localStorage.service && 179 window.localStorage.service &&
diff --git a/src/models/User.ts b/src/models/User.ts
index 571f1f847..8c8f3e490 100644
--- a/src/models/User.ts
+++ b/src/models/User.ts
@@ -13,7 +13,7 @@ interface IUser {
13 team: object; 13 team: object;
14} 14}
15 15
16// TODO: Need to cleanup these fields since we have removed the tiers of the paid plans from Ferdi 16// TODO: Need to cleanup these fields since we have removed the tiers of the paid plans from Ferdium
17export default class User { 17export default class User {
18 id: string | null = null; 18 id: string | null = null;
19 19
diff --git a/src/models/UserAgent.js b/src/models/UserAgent.js
index f971fb08a..caacb6797 100644
--- a/src/models/UserAgent.js
+++ b/src/models/UserAgent.js
@@ -2,7 +2,7 @@ import { action, computed, observe, observable } from 'mobx';
2 2
3import defaultUserAgent from '../helpers/userAgent-helpers'; 3import defaultUserAgent from '../helpers/userAgent-helpers';
4 4
5const debug = require('debug')('Ferdi:UserAgent'); 5const debug = require('debug')('Ferdium:UserAgent');
6 6
7export default class UserAgent { 7export default class UserAgent {
8 _willNavigateListener = null; 8 _willNavigateListener = null;
@@ -37,7 +37,7 @@ export default class UserAgent {
37 if (typeof this.getUserAgent === 'function') { 37 if (typeof this.getUserAgent === 'function') {
38 return this.getUserAgent(); 38 return this.getUserAgent();
39 } 39 }
40 const globalPref = window['ferdi'].stores.settings.all.app.userAgentPref; 40 const globalPref = window['ferdium'].stores.settings.all.app.userAgentPref;
41 if (typeof globalPref === 'string') { 41 if (typeof globalPref === 'string') {
42 const trimmed = globalPref.trim(); 42 const trimmed = globalPref.trim();
43 if (trimmed !== '') { 43 if (trimmed !== '') {
diff --git a/src/routes.tsx b/src/routes.tsx
index 62e6f5066..8235f017b 100644
--- a/src/routes.tsx
+++ b/src/routes.tsx
@@ -12,7 +12,7 @@ import TeamScreen from './containers/settings/TeamScreen';
12import EditUserScreen from './containers/settings/EditUserScreen'; 12import EditUserScreen from './containers/settings/EditUserScreen';
13import EditSettingsScreen from './containers/settings/EditSettingsScreen'; 13import EditSettingsScreen from './containers/settings/EditSettingsScreen';
14import InviteSettingsScreen from './containers/settings/InviteScreen'; 14import InviteSettingsScreen from './containers/settings/InviteScreen';
15import SupportFerdiScreen from './containers/settings/SupportScreen'; 15import SupportFerdiumScreen from './containers/settings/SupportScreen';
16import WelcomeScreen from './containers/auth/WelcomeScreen'; 16import WelcomeScreen from './containers/auth/WelcomeScreen';
17import LoginScreen from './containers/auth/LoginScreen'; 17import LoginScreen from './containers/auth/LoginScreen';
18import PasswordScreen from './containers/auth/PasswordScreen'; 18import PasswordScreen from './containers/auth/PasswordScreen';
@@ -62,7 +62,7 @@ class Routes extends Component<Props> {
62 <Route path="/settings/team" component={TeamScreen} /> 62 <Route path="/settings/team" component={TeamScreen} />
63 <Route path="/settings/app" component={EditSettingsScreen} /> 63 <Route path="/settings/app" component={EditSettingsScreen} />
64 <Route path="/settings/invite" component={InviteSettingsScreen} /> 64 <Route path="/settings/invite" component={InviteSettingsScreen} />
65 <Route path="/settings/support" component={SupportFerdiScreen} /> 65 <Route path="/settings/support" component={SupportFerdiumScreen} />
66 </Route> 66 </Route>
67 </Route> 67 </Route>
68 <Route path="/auth" component={AuthLayoutContainer}> 68 <Route path="/auth" component={AuthLayoutContainer}>
diff --git a/src/stores.types.ts b/src/stores.types.ts
index 92531eb4a..10cc395fd 100644
--- a/src/stores.types.ts
+++ b/src/stores.types.ts
@@ -1,4 +1,4 @@
1export interface FerdiStores { 1export interface FerdiumStores {
2 app: AppStore; 2 app: AppStore;
3 communityRecipes: CommunityRecipesStore; 3 communityRecipes: CommunityRecipesStore;
4 features: FeaturesStore; 4 features: FeaturesStore;
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 93a7deea9..68796b692 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -18,7 +18,7 @@ import Store from './lib/Store';
18import Request from './lib/Request'; 18import Request from './lib/Request';
19import { CHECK_INTERVAL, DEFAULT_APP_SETTINGS } from '../config'; 19import { CHECK_INTERVAL, DEFAULT_APP_SETTINGS } from '../config';
20import { isMac, isWindows, electronVersion, osRelease } from '../environment'; 20import { isMac, isWindows, electronVersion, osRelease } from '../environment';
21import { ferdiVersion, userDataPath, ferdiLocale } from '../environment-remote'; 21import { ferdiumVersion, userDataPath, ferdiumLocale } from '../environment-remote';
22import { generatedTranslations } from '../i18n/translations'; 22import { generatedTranslations } from '../i18n/translations';
23import { getLocale } from '../helpers/i18n-helpers'; 23import { getLocale } from '../helpers/i18n-helpers';
24 24
@@ -29,13 +29,13 @@ import {
29import { openExternalUrl } from '../helpers/url-helpers'; 29import { openExternalUrl } from '../helpers/url-helpers';
30import { sleep } from '../helpers/async-helpers'; 30import { sleep } from '../helpers/async-helpers';
31 31
32const debug = require('debug')('Ferdi:AppStore'); 32const debug = require('debug')('Ferdium:AppStore');
33 33
34const mainWindow = getCurrentWindow(); 34const mainWindow = getCurrentWindow();
35 35
36const executablePath = isMac ? remoteProcess.execPath : process.execPath; 36const executablePath = isMac ? remoteProcess.execPath : process.execPath;
37const autoLauncher = new AutoLaunch({ 37const autoLauncher = new AutoLaunch({
38 name: 'Ferdi', 38 name: 'Ferdium',
39 path: executablePath, 39 path: executablePath,
40}); 40});
41 41
@@ -74,7 +74,7 @@ export default class AppStore extends Store {
74 74
75 @observable updateStatus = ''; 75 @observable updateStatus = '';
76 76
77 @observable locale = ferdiLocale; 77 @observable locale = ferdiumLocale;
78 78
79 @observable isSystemMuteOverridden = false; 79 @observable isSystemMuteOverridden = false;
80 80
@@ -139,7 +139,7 @@ export default class AppStore extends Store {
139 139
140 this.isOnline = navigator.onLine; 140 this.isOnline = navigator.onLine;
141 141
142 // Check if Ferdi should launch on start 142 // Check if Ferdium should launch on start
143 // Needs to be delayed a bit 143 // Needs to be delayed a bit
144 this._autoStart(); 144 this._autoStart();
145 145
@@ -193,7 +193,7 @@ export default class AppStore extends Store {
193 } 193 }
194 }); 194 });
195 195
196 // Handle deep linking (ferdi://) 196 // Handle deep linking (ferdium://)
197 ipcRenderer.on('navigateFromDeepLink', (event, data) => { 197 ipcRenderer.on('navigateFromDeepLink', (event, data) => {
198 debug('Navigate from deep link', data); 198 debug('Navigate from deep link', data);
199 let { url } = data; 199 let { url } = data;
@@ -252,7 +252,7 @@ export default class AppStore extends Store {
252 if (isMac && !localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) { 252 if (isMac && !localStorage.getItem(CATALINA_NOTIFICATION_HACK_KEY)) {
253 debug('Triggering macOS Catalina notification permission trigger'); 253 debug('Triggering macOS Catalina notification permission trigger');
254 // eslint-disable-next-line no-new 254 // eslint-disable-next-line no-new
255 new window.Notification('Welcome to Ferdi 5', { 255 new window.Notification('Welcome to Ferdium 5', {
256 body: 'Have a wonderful day & happy messaging.', 256 body: 'Have a wonderful day & happy messaging.',
257 }); 257 });
258 258
@@ -274,8 +274,8 @@ export default class AppStore extends Store {
274 release: osRelease, 274 release: osRelease,
275 screens: screen.getAllDisplays(), 275 screens: screen.getAllDisplays(),
276 }, 276 },
277 ferdi: { 277 ferdium: {
278 version: ferdiVersion, 278 version: ferdiumVersion,
279 electron: electronVersion, 279 electron: electronVersion,
280 installedRecipes: this.stores.recipes.all.map(recipe => ({ 280 installedRecipes: this.stores.recipes.all.map(recipe => ({
281 id: recipe.id, 281 id: recipe.id,
@@ -492,7 +492,7 @@ export default class AppStore extends Store {
492 492
493 _getDefaultLocale() { 493 _getDefaultLocale() {
494 return getLocale({ 494 return getLocale({
495 locale: ferdiLocale, 495 locale: ferdiumLocale,
496 locales, 496 locales,
497 fallbackLocale: DEFAULT_APP_SETTINGS.fallbackLocale, 497 fallbackLocale: DEFAULT_APP_SETTINGS.fallbackLocale,
498 }); 498 });
diff --git a/src/stores/GlobalErrorStore.js b/src/stores/GlobalErrorStore.js
index 9c851d6f2..356a6f298 100644
--- a/src/stores/GlobalErrorStore.js
+++ b/src/stores/GlobalErrorStore.js
@@ -64,7 +64,7 @@ export default class GlobalErrorStore extends Store {
64 this.response = {}; 64 this.response = {};
65 } 65 }
66 if (this.error.status === 401) { 66 if (this.error.status === 401) {
67 window['ferdi'].stores.app.authRequestFailed = true; 67 window['ferdium'].stores.app.authRequestFailed = true;
68 // this.actions.user.logout({ serverLogout: true }); 68 // this.actions.user.logout({ serverLogout: true });
69 } 69 }
70 } 70 }
@@ -78,10 +78,10 @@ export default class GlobalErrorStore extends Store {
78 }, 78 },
79 error: this.error, 79 error: this.error,
80 response: this.response, 80 response: this.response,
81 server: window['ferdi'].stores.settings.app.server, 81 server: window['ferdium'].stores.settings.app.server,
82 }); 82 });
83 } else { 83 } else {
84 window['ferdi'].stores.app.authRequestFailed = false; 84 window['ferdium'].stores.app.authRequestFailed = false;
85 } 85 }
86 }); 86 });
87} 87}
diff --git a/src/stores/RecipesStore.js b/src/stores/RecipesStore.js
index 95d662e79..0a3db2488 100644
--- a/src/stores/RecipesStore.js
+++ b/src/stores/RecipesStore.js
@@ -8,7 +8,7 @@ import Request from './lib/Request';
8import { matchRoute } from '../helpers/routing-helpers'; 8import { matchRoute } from '../helpers/routing-helpers';
9import { asarRecipesPath } from '../helpers/asar-helpers'; 9import { asarRecipesPath } from '../helpers/asar-helpers';
10 10
11const debug = require('debug')('Ferdi:RecipeStore'); 11const debug = require('debug')('Ferdium:RecipeStore');
12 12
13export default class RecipesStore extends Store { 13export default class RecipesStore extends Store {
14 @observable allRecipesRequest = new CachedRequest(this.api.recipes, 'all'); 14 @observable allRecipesRequest = new CachedRequest(this.api.recipes, 'all');
diff --git a/src/stores/RequestStore.js b/src/stores/RequestStore.js
index 6d2f2ef91..2e76a7023 100644
--- a/src/stores/RequestStore.js
+++ b/src/stores/RequestStore.js
@@ -4,7 +4,7 @@ import ms from 'ms';
4 4
5import Store from './lib/Store'; 5import Store from './lib/Store';
6 6
7const debug = require('debug')('Ferdi:RequestsStore'); 7const debug = require('debug')('Ferdium:RequestsStore');
8 8
9export default class RequestStore extends Store { 9export default class RequestStore extends Store {
10 @observable userInfoRequest; 10 @observable userInfoRequest;
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index e2bfd22f3..1c800df59 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -17,9 +17,9 @@ import {
17import { workspaceStore } from '../features/workspaces'; 17import { workspaceStore } from '../features/workspaces';
18import { DEFAULT_SERVICE_SETTINGS, KEEP_WS_LOADED_USID } from '../config'; 18import { DEFAULT_SERVICE_SETTINGS, KEEP_WS_LOADED_USID } from '../config';
19import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 19import { SPELLCHECKER_LOCALES } from '../i18n/languages';
20import { ferdiVersion } from '../environment-remote'; 20import { ferdiumVersion } from '../environment-remote';
21 21
22const debug = require('debug')('Ferdi:ServiceStore'); 22const debug = require('debug')('Ferdium:ServiceStore');
23 23
24export default class ServicesStore extends Store { 24export default class ServicesStore extends Store {
25 @observable allServicesRequest = new CachedRequest(this.api.services, 'all'); 25 @observable allServicesRequest = new CachedRequest(this.api.services, 'all');
@@ -563,7 +563,7 @@ export default class ServicesStore extends Store {
563 if (!pathExistsSync(filePath)) { 563 if (!pathExistsSync(filePath)) {
564 writeFileSync( 564 writeFileSync(
565 filePath, 565 filePath,
566 `module.exports = (config, Ferdi) => { 566 `module.exports = (config, Ferdium) => {
567 // Write your scripts here 567 // Write your scripts here
568 console.log("Hello, World!", config); 568 console.log("Hello, World!", config);
569}; 569};
@@ -691,7 +691,7 @@ export default class ServicesStore extends Store {
691 const service = this.active; 691 const service = this.active;
692 if (service) { 692 if (service) {
693 if (service._webview) { 693 if (service._webview) {
694 document.title = `Ferdi - ${service.name} ${ 694 document.title = `Ferdium - ${service.name} ${
695 service.dialogTitle ? ` - ${service.dialogTitle}` : '' 695 service.dialogTitle ? ` - ${service.dialogTitle}` : ''
696 } ${service._webview ? `- ${service._webview.getTitle()}` : ''}`; 696 } ${service._webview ? `- ${service._webview.getTitle()}` : ''}`;
697 this._focusService({ serviceId: service.id }); 697 this._focusService({ serviceId: service.id });
@@ -1127,7 +1127,7 @@ export default class ServicesStore extends Store {
1127 const service = this.active; 1127 const service = this.active;
1128 if (service) { 1128 if (service) {
1129 this.actions.service.focusService({ serviceId: service.id }); 1129 this.actions.service.focusService({ serviceId: service.id });
1130 document.title = `Ferdi - ${service.name} ${ 1130 document.title = `Ferdium - ${service.name} ${
1131 service.dialogTitle ? ` - ${service.dialogTitle}` : '' 1131 service.dialogTitle ? ` - ${service.dialogTitle}` : ''
1132 } ${service._webview ? `- ${service._webview.getTitle()}` : ''}`; 1132 } ${service._webview ? `- ${service._webview.getTitle()}` : ''}`;
1133 } else { 1133 } else {
@@ -1282,7 +1282,7 @@ export default class ServicesStore extends Store {
1282 'initialize-recipe', 1282 'initialize-recipe',
1283 { 1283 {
1284 ...shareWithWebview, 1284 ...shareWithWebview,
1285 franzVersion: ferdiVersion, 1285 franzVersion: ferdiumVersion,
1286 }, 1286 },
1287 service.recipe, 1287 service.recipe,
1288 ); 1288 );
diff --git a/src/stores/SettingsStore.js b/src/stores/SettingsStore.js
index e638d84b8..cfd73c705 100644
--- a/src/stores/SettingsStore.js
+++ b/src/stores/SettingsStore.js
@@ -11,7 +11,7 @@ import { hash } from '../helpers/password-helpers';
11import Request from './lib/Request'; 11import Request from './lib/Request';
12import Store from './lib/Store'; 12import Store from './lib/Store';
13 13
14const debug = require('debug')('Ferdi:SettingsStore'); 14const debug = require('debug')('Ferdium:SettingsStore');
15 15
16export default class SettingsStore extends Store { 16export default class SettingsStore extends Store {
17 @observable updateAppSettingsRequest = new Request( 17 @observable updateAppSettingsRequest = new Request(
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 9a5d8cb30..787ffbb56 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -10,7 +10,7 @@ import Store from './lib/Store';
10import Request from './lib/Request'; 10import Request from './lib/Request';
11import CachedRequest from './lib/CachedRequest'; 11import CachedRequest from './lib/CachedRequest';
12 12
13const debug = require('debug')('Ferdi:UserStore'); 13const debug = require('debug')('Ferdium:UserStore');
14 14
15// TODO: split stores into UserStore and AuthStore 15// TODO: split stores into UserStore and AuthStore
16export default class UserStore extends Store { 16export default class UserStore extends Store {
diff --git a/src/styles/button.scss b/src/styles/button.scss
index 86b3501f0..106caa6bc 100644
--- a/src/styles/button.scss
+++ b/src/styles/button.scss
@@ -148,7 +148,7 @@
148 } 148 }
149} 149}
150 150
151.ferdi__fab { 151.ferdium__fab {
152 box-sizing: border-box; 152 box-sizing: border-box;
153 153
154 width: 50px; 154 width: 50px;
diff --git a/src/webview/badge.ts b/src/webview/badge.ts
index 02bd3fb15..1b66effb6 100644
--- a/src/webview/badge.ts
+++ b/src/webview/badge.ts
@@ -1,6 +1,6 @@
1import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2 2
3const debug = require('debug')('Ferdi:Plugin:BadgeHandler'); 3const debug = require('debug')('Ferdium:Plugin:BadgeHandler');
4 4
5export class BadgeHandler { 5export class BadgeHandler {
6 // TODO: Need to extract this into a utility class and reuse outside of the recipes 6 // TODO: Need to extract this into a utility class and reuse outside of the recipes
diff --git a/src/webview/contextMenuBuilder.ts b/src/webview/contextMenuBuilder.ts
index 7b8c6cb2d..7bd86556e 100644
--- a/src/webview/contextMenuBuilder.ts
+++ b/src/webview/contextMenuBuilder.ts
@@ -1,7 +1,7 @@
1/** 1/**
2 * Context Menu builder. 2 * Context Menu builder.
3 * 3 *
4 * Based on "electron-spellchecker"'s ContextMenuBuilder but customized for Ferdi 4 * Based on "electron-spellchecker"'s ContextMenuBuilder but customized for Ferdium
5 * and for usage with Electron's build-in spellchecker 5 * and for usage with Electron's build-in spellchecker
6 * 6 *
7 * Source: https://github.com/electron-userland/electron-spellchecker/blob/master/src/context-menu-builder.js 7 * Source: https://github.com/electron-userland/electron-spellchecker/blob/master/src/context-menu-builder.js
@@ -29,7 +29,7 @@ interface ContextMenuStringTable {
29 pasteAndMatchStyle: () => string; 29 pasteAndMatchStyle: () => string;
30 searchWith: ({ searchEngine }: { searchEngine: string }) => string; 30 searchWith: ({ searchEngine }: { searchEngine: string }) => string;
31 openLinkUrl: () => string; 31 openLinkUrl: () => string;
32 openLinkInFerdiUrl: () => string; 32 openLinkInFerdiumUrl: () => string;
33 openInBrowser: () => string; 33 openInBrowser: () => string;
34 copyLinkUrl: () => string; 34 copyLinkUrl: () => string;
35 copyImageUrl: () => string; 35 copyImageUrl: () => string;
@@ -53,7 +53,7 @@ const contextMenuStringTable: ContextMenuStringTable = {
53 pasteAndMatchStyle: () => 'Paste and match style', 53 pasteAndMatchStyle: () => 'Paste and match style',
54 searchWith: ({ searchEngine }) => `Search with ${searchEngine}`, 54 searchWith: ({ searchEngine }) => `Search with ${searchEngine}`,
55 openLinkUrl: () => 'Open Link', 55 openLinkUrl: () => 'Open Link',
56 openLinkInFerdiUrl: () => 'Open Link in Ferdi', 56 openLinkInFerdiumUrl: () => 'Open Link in Ferdium',
57 openInBrowser: () => 'Open in Browser', 57 openInBrowser: () => 'Open in Browser',
58 copyLinkUrl: () => 'Copy Link', 58 copyLinkUrl: () => 'Copy Link',
59 copyImageUrl: () => 'Copy Image Address', 59 copyImageUrl: () => 'Copy Image Address',
@@ -222,8 +222,8 @@ export class ContextMenuBuilder {
222 }, 222 },
223 }); 223 });
224 224
225 const openInFerdiLink = new MenuItem({ 225 const openInFerdiumLink = new MenuItem({
226 label: this.stringTable.openLinkInFerdiUrl(), 226 label: this.stringTable.openLinkInFerdiumUrl(),
227 click: () => { 227 click: () => {
228 window.location.href = menuInfo.linkURL; 228 window.location.href = menuInfo.linkURL;
229 }, 229 },
@@ -231,7 +231,7 @@ export class ContextMenuBuilder {
231 231
232 menu.append(copyLink); 232 menu.append(copyLink);
233 menu.append(openLink); 233 menu.append(openLink);
234 menu.append(openInFerdiLink); 234 menu.append(openInFerdiumLink);
235 235
236 if (this.isSrcUrlValid(menuInfo)) { 236 if (this.isSrcUrlValid(menuInfo)) {
237 this.addSeparator(menu); 237 this.addSeparator(menu);
diff --git a/src/webview/darkmode.ts b/src/webview/darkmode.ts
index a0699bdb7..fbb0edf04 100644
--- a/src/webview/darkmode.ts
+++ b/src/webview/darkmode.ts
@@ -1,7 +1,7 @@
1import { join } from 'path'; 1import { join } from 'path';
2import { pathExistsSync, readFileSync } from 'fs-extra'; 2import { pathExistsSync, readFileSync } from 'fs-extra';
3 3
4const debug = require('debug')('Ferdi:DarkMode'); 4const debug = require('debug')('Ferdium:DarkMode');
5 5
6const chars = [...'abcdefghijklmnopqrstuvwxyz']; 6const chars = [...'abcdefghijklmnopqrstuvwxyz'];
7 7
diff --git a/src/webview/dialogTitle.ts b/src/webview/dialogTitle.ts
index f9a1aac6f..393c2499f 100644
--- a/src/webview/dialogTitle.ts
+++ b/src/webview/dialogTitle.ts
@@ -1,6 +1,6 @@
1import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2 2
3const debug = require('debug')('Ferdi:Plugin:DialogTitleHandler'); 3const debug = require('debug')('Ferdium:Plugin:DialogTitleHandler');
4 4
5export class DialogTitleHandler { 5export class DialogTitleHandler {
6 titleCache: { title: string }; 6 titleCache: { title: string };
diff --git a/src/webview/lib/RecipeWebview.ts b/src/webview/lib/RecipeWebview.ts
index 09dc462ed..568c31255 100644
--- a/src/webview/lib/RecipeWebview.ts
+++ b/src/webview/lib/RecipeWebview.ts
@@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron';
2import { BrowserWindow } from '@electron/remote'; 2import { BrowserWindow } from '@electron/remote';
3import { pathExistsSync, readFileSync, existsSync } from 'fs-extra'; 3import { pathExistsSync, readFileSync, existsSync } from 'fs-extra';
4 4
5const debug = require('debug')('Ferdi:Plugin:RecipeWebview'); 5const debug = require('debug')('Ferdium:Plugin:RecipeWebview');
6 6
7class RecipeWebview { 7class RecipeWebview {
8 badgeHandler: any; 8 badgeHandler: any;
diff --git a/src/webview/lib/Userscript.ts b/src/webview/lib/Userscript.ts
index c50941dc7..f02a8f135 100644
--- a/src/webview/lib/Userscript.ts
+++ b/src/webview/lib/Userscript.ts
@@ -14,7 +14,7 @@ export default class Userscript {
14 // Service configuration 14 // Service configuration
15 config = {}; 15 config = {};
16 16
17 // Ferdi and service settings 17 // Ferdium and service settings
18 settings = {}; 18 settings = {};
19 19
20 constructor(recipe, controller, config) { 20 constructor(recipe, controller, config) {
@@ -25,7 +25,7 @@ export default class Userscript {
25 } 25 }
26 26
27 /** 27 /**
28 * Set internal copy of Ferdi's settings. 28 * Set internal copy of Ferdium's settings.
29 * This is only used internally and can not be used to change any settings 29 * This is only used internally and can not be used to change any settings
30 * 30 *
31 * @param {*} settings 31 * @param {*} settings
@@ -88,7 +88,7 @@ export default class Userscript {
88 * @param {any} value 88 * @param {any} value
89 */ 89 */
90 set(key: string, value: string) { 90 set(key: string, value: string) {
91 window.localStorage.setItem(`ferdi-user-${key}`, JSON.stringify(value)); 91 window.localStorage.setItem(`ferdium-user-${key}`, JSON.stringify(value));
92 } 92 }
93 93
94 /** 94 /**
@@ -98,10 +98,10 @@ export default class Userscript {
98 * @return Value of the key 98 * @return Value of the key
99 */ 99 */
100 get(key: string) { 100 get(key: string) {
101 const ferdiUserKey = window.localStorage.getItem(`ferdi-user-${key}`); 101 const ferdiumUserKey = window.localStorage.getItem(`ferdium-user-${key}`);
102 102
103 if (ferdiUserKey) { 103 if (ferdiumUserKey) {
104 return JSON.parse(ferdiUserKey); 104 return JSON.parse(ferdiumUserKey);
105 } 105 }
106 } 106 }
107} 107}
diff --git a/src/webview/notifications.ts b/src/webview/notifications.ts
index 73124b9a9..5ae99424c 100644
--- a/src/webview/notifications.ts
+++ b/src/webview/notifications.ts
@@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron';
2 2
3import { v1 as uuidV1 } from 'uuid'; 3import { v1 as uuidV1 } from 'uuid';
4 4
5const debug = require('debug')('Ferdi:Notifications'); 5const debug = require('debug')('Ferdium:Notifications');
6 6
7export class NotificationsHandler { 7export class NotificationsHandler {
8 onNotify = (data: { title: string; options: any; notificationId: string }) => 8 onNotify = (data: { title: string; options: any; notificationId: string }) =>
@@ -37,7 +37,7 @@ export const notificationsClassDefinition = `(() => {
37 constructor(title = '', options = {}) { 37 constructor(title = '', options = {}) {
38 this.title = title; 38 this.title = title;
39 this.options = options; 39 this.options = options;
40 window.ferdi.displayNotification(title, options) 40 window.ferdium.displayNotification(title, options)
41 .then(() => { 41 .then(() => {
42 if (typeof (this.onClick) === 'function') { 42 if (typeof (this.onClick) === 'function') {
43 this.onClick(); 43 this.onClick();
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 7c069562f..4fcf28363 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -50,7 +50,7 @@ import {
50 50
51import { DEFAULT_APP_SETTINGS } from '../config'; 51import { DEFAULT_APP_SETTINGS } from '../config';
52 52
53const debug = require('debug')('Ferdi:Plugin'); 53const debug = require('debug')('Ferdium:Plugin');
54 54
55const badgeHandler = new BadgeHandler(); 55const badgeHandler = new BadgeHandler();
56 56
@@ -105,9 +105,9 @@ window.open = (url, frameName, features) => {
105 } 105 }
106}; 106};
107 107
108// We can't override APIs here, so we first expose functions via 'window.ferdi', 108// We can't override APIs here, so we first expose functions via 'window.ferdium',
109// then overwrite the corresponding field of the window object by injected JS. 109// then overwrite the corresponding field of the window object by injected JS.
110contextBridge.exposeInMainWorld('ferdi', { 110contextBridge.exposeInMainWorld('ferdium', {
111 open: window.open, 111 open: window.open,
112 setBadge: (direct, indirect) => badgeHandler.setBadge(direct, indirect), 112 setBadge: (direct, indirect) => badgeHandler.setBadge(direct, indirect),
113 safeParseInt: text => badgeHandler.safeParseInt(text), 113 safeParseInt: text => badgeHandler.safeParseInt(text),
@@ -119,7 +119,7 @@ contextBridge.exposeInMainWorld('ferdi', {
119 119
120ipcRenderer.sendToHost( 120ipcRenderer.sendToHost(
121 'inject-js-unsafe', 121 'inject-js-unsafe',
122 'window.open = window.ferdi.open;', 122 'window.open = window.ferdium.open;',
123 notificationsClassDefinition, 123 notificationsClassDefinition,
124 screenShareJs, 124 screenShareJs,
125); 125);
diff --git a/src/webview/screenshare.ts b/src/webview/screenshare.ts
index 91a1623bb..dbc23d62c 100644
--- a/src/webview/screenshare.ts
+++ b/src/webview/screenshare.ts
@@ -106,7 +106,7 @@ window.navigator.mediaDevices.getDisplayMedia = () => new Promise(async (resolve
106 try { 106 try {
107 const selectionElem = document.createElement('div'); 107 const selectionElem = document.createElement('div');
108 selectionElem.classList = ['desktop-capturer-selection']; 108 selectionElem.classList = ['desktop-capturer-selection'];
109 selectionElem.innerHTML = await window.ferdi.getDisplayMediaSelector(); 109 selectionElem.innerHTML = await window.ferdium.getDisplayMediaSelector();
110 document.body.appendChild(selectionElem); 110 document.body.appendChild(selectionElem);
111 111
112 document 112 document
diff --git a/src/webview/sessionHandler.ts b/src/webview/sessionHandler.ts
index 0c6d23f23..e38368a18 100644
--- a/src/webview/sessionHandler.ts
+++ b/src/webview/sessionHandler.ts
@@ -1,4 +1,4 @@
1const debug = require('debug')('Ferdi:Plugin:SessionHandler'); 1const debug = require('debug')('Ferdium:Plugin:SessionHandler');
2 2
3export class SessionHandler { 3export class SessionHandler {
4 async releaseServiceWorkers() { 4 async releaseServiceWorkers() {
diff --git a/src/webview/spellchecker.ts b/src/webview/spellchecker.ts
index ee70589d5..bad2bb4ff 100644
--- a/src/webview/spellchecker.ts
+++ b/src/webview/spellchecker.ts
@@ -2,7 +2,7 @@ import { ipcRenderer } from 'electron';
2import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 2import { SPELLCHECKER_LOCALES } from '../i18n/languages';
3import { isMac } from '../environment'; 3import { isMac } from '../environment';
4 4
5const debug = require('debug')('Ferdi:spellchecker'); 5const debug = require('debug')('Ferdium:spellchecker');
6 6
7export function getSpellcheckerLocaleByFuzzyIdentifier(identifier: string) { 7export function getSpellcheckerLocaleByFuzzyIdentifier(identifier: string) {
8 const locales = Object.keys(SPELLCHECKER_LOCALES).filter( 8 const locales = Object.keys(SPELLCHECKER_LOCALES).filter(