aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-21 14:28:15 +0200
commit8769c4f4ad2d3b4706ff227386bec0e83bacf980 (patch)
tree6bf4ea214df9171393a1a39baee2c1a81efe3055
parentUpdate translation line numbers (diff)
downloadferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.gz
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.tar.zst
ferdium-app-8769c4f4ad2d3b4706ff227386bec0e83bacf980.zip
Replace public Franz occurences with Ferdi
-rw-r--r--.github/FEATURE_PROPOSAL_TEMPLATE.md2
-rw-r--r--.github/ISSUE_TEMPLATE.md4
-rw-r--r--.vscode/launch.json12
-rw-r--r--CHANGELOG.md18
-rw-r--r--CODE_OF_CONDUCT.md4
-rw-r--r--CONTRIBUTING.md8
-rw-r--r--README.md8
-rw-r--r--docs/example-feature/api.js2
-rw-r--r--electron-builder.yml6
-rw-r--r--package.json12
-rw-r--r--packages/forms/src/button/index.tsx2
-rw-r--r--src/I18n.js4
-rw-r--r--src/app.js4
-rw-r--r--src/components/AppUpdateInfoBar.js2
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/components/auth/Import.js4
-rw-r--r--src/components/auth/Pricing.js12
-rw-r--r--src/components/auth/Signup.js2
-rw-r--r--src/components/auth/Welcome.js2
-rw-r--r--src/components/layout/AppLayout.js2
-rw-r--r--src/components/settings/account/AccountDashboard.js2
-rw-r--r--src/components/settings/services/EditServiceForm.js6
-rw-r--r--src/components/settings/settings/EditSettingsForm.js4
-rw-r--r--src/components/settings/team/TeamDashboard.js6
-rw-r--r--src/components/subscription/SubscriptionForm.js2
-rw-r--r--src/components/ui/AppLoader/index.js2
-rw-r--r--src/containers/settings/EditSettingsScreen.js8
-rw-r--r--src/containers/subscription/SubscriptionFormScreen.js2
-rw-r--r--src/dev-app-update.yml2
-rw-r--r--src/features/announcements/components/AnnouncementScreen.js2
-rw-r--r--src/features/basicAuth/index.js2
-rw-r--r--src/features/delayApp/Component.js4
-rw-r--r--src/features/delayApp/index.js2
-rw-r--r--src/features/shareFranz/Component.js4
-rw-r--r--src/features/shareFranz/index.js4
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js2
-rw-r--r--src/helpers/validation-helpers.js10
-rw-r--r--src/i18n/globalMessages.js2
-rw-r--r--src/i18n/locales/ca.json40
-rw-r--r--src/i18n/locales/cs.json52
-rw-r--r--src/i18n/locales/de.json70
-rw-r--r--src/i18n/locales/defaultMessages.json50
-rw-r--r--src/i18n/locales/el.json46
-rw-r--r--src/i18n/locales/en-US.json56
-rw-r--r--src/i18n/locales/es.json42
-rw-r--r--src/i18n/locales/fr.json38
-rw-r--r--src/i18n/locales/ga.json56
-rw-r--r--src/i18n/locales/hr.json36
-rw-r--r--src/i18n/locales/hu.json54
-rw-r--r--src/i18n/locales/id.json44
-rw-r--r--src/i18n/locales/it.json40
-rw-r--r--src/i18n/locales/ja.json26
-rw-r--r--src/i18n/locales/ka.json44
-rw-r--r--src/i18n/locales/nb-NO.json30
-rw-r--r--src/i18n/locales/nl-BE.json58
-rw-r--r--src/i18n/locales/nl.json50
-rw-r--r--src/i18n/locales/pl.json34
-rw-r--r--src/i18n/locales/pt-BR.json40
-rw-r--r--src/i18n/locales/pt.json32
-rw-r--r--src/i18n/locales/ru.json40
-rw-r--r--src/i18n/locales/sk.json46
-rw-r--r--src/i18n/locales/sr.json34
-rw-r--r--src/i18n/locales/tr.json40
-rw-r--r--src/i18n/locales/ua.json24
-rw-r--r--src/i18n/locales/uk.json44
-rw-r--r--src/i18n/locales/zh-Hant.json16
-rw-r--r--src/i18n/locales/zh-TW.json52
-rw-r--r--src/i18n/messages/src/components/AppUpdateInfoBar.json2
-rw-r--r--src/i18n/messages/src/components/auth/Import.json4
-rw-r--r--src/i18n/messages/src/components/auth/Pricing.json6
-rw-r--r--src/i18n/messages/src/components/auth/Signup.json2
-rw-r--r--src/i18n/messages/src/components/settings/account/AccountDashboard.json2
-rw-r--r--src/i18n/messages/src/components/settings/services/EditServiceForm.json6
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json4
-rw-r--r--src/i18n/messages/src/components/settings/team/TeamDashboard.json4
-rw-r--r--src/i18n/messages/src/components/subscription/SubscriptionForm.json2
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json8
-rw-r--r--src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json2
-rw-r--r--src/i18n/messages/src/features/delayApp/Component.json4
-rw-r--r--src/i18n/messages/src/features/shareFranz/Component.json4
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json2
-rw-r--r--src/i18n/messages/src/i18n/globalMessages.json2
-rw-r--r--src/i18n/messages/src/lib/Menu.json2
-rw-r--r--src/index.js12
-rw-r--r--src/lib/Menu.js16
-rw-r--r--src/lib/Tray.js4
-rw-r--r--src/models/Recipe.js2
-rw-r--r--src/stores/AppStore.js2
-rw-r--r--uidev/src/stories/infobox.stories.tsx2
89 files changed, 753 insertions, 753 deletions
diff --git a/.github/FEATURE_PROPOSAL_TEMPLATE.md b/.github/FEATURE_PROPOSAL_TEMPLATE.md
index 164844c54..e8cdd41ed 100644
--- a/.github/FEATURE_PROPOSAL_TEMPLATE.md
+++ b/.github/FEATURE_PROPOSAL_TEMPLATE.md
@@ -6,7 +6,7 @@
6### Motivation and Context 6### Motivation and Context
7<!--- 7<!---
8* Why is this change required? 8* Why is this change required?
9* How is this improving the Franz experience? 9* How is this improving the Ferdi experience?
10* What problem does it solve? 10* What problem does it solve?
11--> 11-->
12 12
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 9cb983771..c0ce853ae 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,6 +1,6 @@
1<!--- Provide a general summary of the issue in the Title above --> 1<!--- Provide a general summary of the issue in the Title above -->
2 2
3<!-- This repository is only for the Franz client. Please use this form ( https://bitly.com/franz-service-request ) for service requests or check out the guide ( https://github.com/meetfranz/plugins ) to create your own service integration. --> 3<!-- This repository is only for the Ferdi client. Please use this form ( https://bitly.com/franz-service-request ) for service requests or check out the guide ( https://github.com/meetfranz/plugins ) to create your own service integration. -->
4 4
5<!--- If you want to propose a feature, use this template: https://raw.githubusercontent.com/meetfranz/franz/master/.github/FEATURE_PROPOSAL_TEMPLATE.md --> 5<!--- If you want to propose a feature, use this template: https://raw.githubusercontent.com/meetfranz/franz/master/.github/FEATURE_PROPOSAL_TEMPLATE.md -->
6 6
@@ -32,5 +32,5 @@
32 32
33### Your Environment 33### Your Environment
34<!--- Include as many relevant details about the environment you experienced the bug in --> 34<!--- Include as many relevant details about the environment you experienced the bug in -->
35* Franz Version used: 35* Ferdi Version used:
36* Operating System and version: 36* Operating System and version:
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 17d506895..f6c7458bf 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": "Franz - Test API", 7 "name": "Ferdi - 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": "Franz – Live API", 19 "name": "Ferdi – 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": "Franz – Local API", 31 "name": "Ferdi – 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) Franz - Test API", 43 "name": "(Win Sim) Ferdi - 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) Franz – Live API", 56 "name": "(Win Sim) Ferdi – 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) Franz – Local API", 69 "name": "(Win Sim) Ferdi – 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/CHANGELOG.md b/CHANGELOG.md
index da7a6c608..1bee50bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -111,7 +111,7 @@
111* **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a)) 111* **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a))
112* **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e)) 112* **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e))
113* **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)) 113* **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))
114* **Windows:** Add option to quit Franz from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b)) 114* **Windows:** Add option to quit Ferdi from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b))
115 115
116### Bug Fixes 116### Bug Fixes
117 117
@@ -120,7 +120,7 @@
120* **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59)) 120* **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59))
121* **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342)) 121* **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342))
122* **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) 122* **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)
123* **Windows:** Fix losing window when "Keep Franz in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722)) 123* **Windows:** Fix losing window when "Keep Ferdi in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722))
124 124
125### General 125### General
126 126
@@ -137,7 +137,7 @@
137### Features 137### Features
138 138
139* **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171)) 139* **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
140* **Windows:** Add option to quit Franz from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601)) 140* **Windows:** Add option to quit Ferdi from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601))
141 141
142### Bug Fixes 142### Bug Fixes
143 143
@@ -219,7 +219,7 @@
219 219
220### Features 220### Features
221 221
222* **Windows:** Add taskbar action to reset Franz window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a)) 222* **Windows:** Add taskbar action to reset Ferdi window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a))
223* **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595)) 223* **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595))
224* **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c)) 224* **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c))
225* **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0)) 225* **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0))
@@ -314,7 +314,7 @@
314 314
315* **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f)) 315* **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f))
316* **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150)) 316* **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150))
317* **App:** Reload Franz instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af)) 317* **App:** Reload Ferdi instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af))
318* **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c)) 318* **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c))
319fix(App): Bugfix Fix memory leak in recipe polling loop 319fix(App): Bugfix Fix memory leak in recipe polling loop
320* **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99)) 320* **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99))
@@ -413,8 +413,8 @@ fix(App): Bugfix Fix memory leak in recipe polling loop
413### Bug Fixes 413### Bug Fixes
414 414
415* **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f)) 415* **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f))
416* **macOS:** Fix disable launch Franz on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 416* **macOS:** Fix disable launch Ferdi on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
417* **Windows:** Launch Franz on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 417* **Windows:** Launch Ferdi on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
418* **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d)) 418* **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d))
419* **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923)) 419* **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923))
420* **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a)) 420* **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a))
@@ -444,10 +444,10 @@ e58f558)) ([GustavoKatel](https://github.com/GustavoKatel))
444 444
445### Bug Fixes 445### Bug Fixes
446 446
447* **App:** Force Franz to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e)) 447* **App:** Force Ferdi to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e))
448* **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9)) 448* **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9))
449* **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01)) 449* **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01))
450* **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614)) 450* **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614))
451* **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1)) 451* **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1))
452* **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b)) 452* **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b))
453* **Windows:** Fix multiple system tray icons when opening/closing Franz ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7)) 453* **Windows:** Fix multiple system tray icons when opening/closing Ferdi ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7))
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index e457e187e..0b41fc123 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 Franz 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 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.
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 Franz 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 Ferdi 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 [Stefan](stefan@adlk.io). 11If you are subject to or witness unacceptable behavior, or have any other concerns, please open an issue or send an email to [Stefan](stefan@adlk.io).
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 57146bd43..010777a05 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
1# Contributing to Franz 5 1# Contributing to Ferdi 5
2 2
3:tada: First off, thanks for taking the time and your effort to make Franz better! :tada: 3:tada: First off, thanks for taking the time and your effort to make Ferdi better! :tada:
4 4
5#### Table of contents 5#### Table of contents
6<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 --> 6<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->
@@ -14,10 +14,10 @@
14 14
15## Code of Conduct 15## Code of Conduct
16 16
17This project and everyone participating in it is governed by the [Franz Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [stefan@adlk.io](mailto:stefan@adlk.io). 17This 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 [stefan@adlk.io](mailto:stefan@adlk.io).
18 18
19## What should I know before I get started? 19## What should I know before I get started?
20With Franz 5, we have completely separated the client and the services. If you have any issues with a service recipe, please do not open an issue at this repository. Instead head over to the [Franz Recipe Repository](https://github.com/meetfranz/plugins) and open a new issue there. 20With Ferdi 5, we have completely separated the client and the services. If you have any issues with a service recipe, please do not open an issue at this repository. Instead head over to the [Ferdi Recipe Repository](https://github.com/meetfranz/plugins) and open a new issue there.
21 21
22If you need help with development, want to discuss a new feature or improvement please talk to us either on [Slack](http://slack.franz.im) or open a new issue with the [feature proposal template](.github/FEATURE_PROPOSAL_TEMPLATE.md). 22If you need help with development, want to discuss a new feature or improvement please talk to us either on [Slack](http://slack.franz.im) or open a new issue with the [feature proposal template](.github/FEATURE_PROPOSAL_TEMPLATE.md).
23 23
diff --git a/README.md b/README.md
index 54c47a959..383c26187 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1<img src="./build-helpers/images/icon.png" alt="" width="150"/> 1<img src="./build-helpers/images/icon.png" alt="" width="150"/>
2 2
3# Ferdi 3# Ferdi
4 4
5👛 Hard-fork of [Franz](https://github.com/meetfranz/franz) removing the non-skippable app delay (too) frequently inviting you to buy a licence 5👛 Hard-fork of [Franz](https://github.com/meetfranz/franz) removing the non-skippable app delay (too) frequently inviting you to buy a licence
6 6
@@ -15,10 +15,10 @@ Deliverables will be available in the `./out` folder.
15 15
16## Releases 16## Releases
17 17
18You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/ferdi) for Windows. 18You can find the binaries for Linux, MacOS and Windows in the [latest release](https://github.com/kytwb/Ferdi/releases/tag/Ferdi-5.2.0-beta.3) assets. Assets are continuously delivered through [Travis](https://travis-ci.org/kytwb/Ferdi) for Linux/MacOS and [Appveyor](https://ci.appveyor.com/project/kytwb/Ferdi) for Windows.
19 19
20## Features 20## Features
21 21
22- [x] Removes the fullscreen app delay inviting users to upgrade 22- [x] Removes the fullscreen app delay inviting users to upgrade
23- [ ] [#5](https://github.com/kytwb/ferdi/issues/5) Makes it optional to create an account 23- [ ] [#5](https://github.com/kytwb/Ferdi/issues/5) Makes it optional to create an account
24- [ ] [#6](https://github.com/kytwb/ferdi/issues/6) Makes RocketChat self-hosted generally available 24- [ ] [#6](https://github.com/kytwb/Ferdi/issues/6) Makes RocketChat self-hosted generally available
diff --git a/docs/example-feature/api.js b/docs/example-feature/api.js
index 65207e877..d9c769c91 100644
--- a/docs/example-feature/api.js
+++ b/docs/example-feature/api.js
@@ -1,5 +1,5 @@
1export default { 1export default {
2 async getName() { 2 async getName() {
3 return Promise.resolve('Franz'); 3 return Promise.resolve('Ferdi');
4 }, 4 },
5}; 5};
diff --git a/electron-builder.yml b/electron-builder.yml
index 97aafa207..a8b7b80ea 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -27,9 +27,9 @@ win:
27linux: 27linux:
28 icon: ./build-helpers/images/icons 28 icon: ./build-helpers/images/icons
29 category: Network;InstantMessaging; 29 category: Network;InstantMessaging;
30 executableName: franz 30 executableName: ferdi
31 synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more." 31 synopsis: "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more."
32 description: "Franz is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Franz currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Franz for free for Mac & Windows." 32 description: "Ferdi is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdi currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts, GroupMe, Skype and many more. You can download Ferdi for free for Mac & Windows."
33 target: 33 target:
34 - target: AppImage 34 - target: AppImage
35 - target: deb 35 - target: deb
@@ -40,7 +40,7 @@ nsis:
40 oneClick: true 40 oneClick: true
41 41
42protocols: 42protocols:
43 name: Franz 43 name: Ferdi
44 schemes: [franz] 44 schemes: [franz]
45 45
46asarUnpack: 46asarUnpack:
diff --git a/package.json b/package.json
index 639d078a0..5fe67243a 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "name": "franz", 2 "name": "ferdi",
3 "productName": "Franz", 3 "productName": "Ferdi",
4 "appId": "com.meetfranz.franz", 4 "appId": "com.meetfranz.ferdi",
5 "version": "5.2.1-beta.1", 5 "version": "5.2.1-beta.1",
6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
7 "copyright": "adlk x franz - Stefan Malzner", 7 "copyright": "kytwb",
8 "main": "index.js", 8 "main": "index.js",
9 "homepage": "https://meetfranz.com", 9 "homepage": "https://github.com/kytwb/ferdi",
10 "repository": "https://github.com/meetfranz/franz.git", 10 "repository": "https://github.com/kytwb/ferdi.git",
11 "private": true, 11 "private": true,
12 "scripts": { 12 "scripts": {
13 "prestart": "npm run rebuild", 13 "prestart": "npm run rebuild",
diff --git a/packages/forms/src/button/index.tsx b/packages/forms/src/button/index.tsx
index e5a82a7f6..3f129d0ff 100644
--- a/packages/forms/src/button/index.tsx
+++ b/packages/forms/src/button/index.tsx
@@ -195,7 +195,7 @@ class ButtonComponent extends Component<IProps> {
195 let showLoader = false; 195 let showLoader = false;
196 if (loaded) { 196 if (loaded) {
197 showLoader = !loaded; 197 showLoader = !loaded;
198 console.warn('Franz Button prop `loaded` will be deprecated in the future. Please use `busy` instead'); 198 console.warn('Ferdi Button prop `loaded` will be deprecated in the future. Please use `busy` instead');
199 } 199 }
200 if (busy) { 200 if (busy) {
201 showLoader = busy; 201 showLoader = busy;
diff --git a/src/I18n.js b/src/I18n.js
index e33141576..14ee6599c 100644
--- a/src/I18n.js
+++ b/src/I18n.js
@@ -9,7 +9,7 @@ import UserStore from './stores/UserStore';
9 9
10export default @inject('stores') @observer class I18N extends Component { 10export default @inject('stores') @observer class I18N extends Component {
11 componentDidUpdate() { 11 componentDidUpdate() {
12 window.franz.menu.rebuild(); 12 window.ferdi.menu.rebuild();
13 } 13 }
14 14
15 render() { 15 render() {
@@ -18,7 +18,7 @@ export default @inject('stores') @observer class I18N extends Component {
18 return ( 18 return (
19 <IntlProvider 19 <IntlProvider
20 {...{ locale, key: locale, messages: translations[locale] }} 20 {...{ locale, key: locale, messages: translations[locale] }}
21 ref={(intlProvider) => { window.franz.intl = intlProvider ? intlProvider.getChildContext().intl : null; }} 21 ref={(intlProvider) => { window.ferdi.intl = intlProvider ? intlProvider.getChildContext().intl : null; }}
22 > 22 >
23 {children} 23 {children}
24 </IntlProvider> 24 </IntlProvider>
diff --git a/src/app.js b/src/app.js
index 40224f933..0138bc84d 100644
--- a/src/app.js
+++ b/src/app.js
@@ -60,7 +60,7 @@ window.addEventListener('load', () => {
60 const menu = new MenuFactory(stores, actions); 60 const menu = new MenuFactory(stores, actions);
61 const touchBar = new TouchBarFactory(stores, actions); 61 const touchBar = new TouchBarFactory(stores, actions);
62 62
63 window.franz = { 63 window.ferdi = {
64 stores, 64 stores,
65 actions, 65 actions,
66 api, 66 api,
@@ -112,7 +112,7 @@ window.addEventListener('load', () => {
112 render(preparedApp, document.getElementById('root')); 112 render(preparedApp, document.getElementById('root'));
113 }, 113 },
114 }; 114 };
115 window.franz.render(); 115 window.ferdi.render();
116}); 116});
117 117
118// Prevent drag and drop into window from redirecting 118// Prevent drag and drop into window from redirecting
diff --git a/src/components/AppUpdateInfoBar.js b/src/components/AppUpdateInfoBar.js
index 4fb3a8b71..4108fdf12 100644
--- a/src/components/AppUpdateInfoBar.js
+++ b/src/components/AppUpdateInfoBar.js
@@ -8,7 +8,7 @@ import InfoBar from './ui/InfoBar';
8const messages = defineMessages({ 8const messages = defineMessages({
9 updateAvailable: { 9 updateAvailable: {
10 id: 'infobar.updateAvailable', 10 id: 'infobar.updateAvailable',
11 defaultMessage: '!!!A new update for Franz is available.', 11 defaultMessage: '!!!A new update for Ferdi is available.',
12 }, 12 },
13 changelog: { 13 changelog: {
14 id: 'infobar.buttonChangelog', 14 id: 'infobar.buttonChangelog',
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 75a8cfc61..b145df19b 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -52,7 +52,7 @@ export default @observer class AuthLayout extends Component {
52 52
53 return ( 53 return (
54 <> 54 <>
55 {isWindows && !isFullScreen && <TitleBar menu={window.franz.menu.template} icon="assets/images/logo.svg" />} 55 {isWindows && !isFullScreen && <TitleBar menu={window.ferdi.menu.template} icon="assets/images/logo.svg" />}
56 <div className="auth"> 56 <div className="auth">
57 {!isOnline && ( 57 {!isOnline && (
58 <InfoBar 58 <InfoBar
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 0d5feb274..3e34c3162 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 Franz 4 services', 15 defaultMessage: '!!!Import your Ferdi 4 services',
16 }, 16 },
17 notSupportedHeadline: { 17 notSupportedHeadline: {
18 id: 'import.notSupportedHeadline', 18 id: 'import.notSupportedHeadline',
19 defaultMessage: '!!!Services not yet supported in Franz 5', 19 defaultMessage: '!!!Services not yet supported in Ferdi 5',
20 }, 20 },
21 submitButtonLabel: { 21 submitButtonLabel: {
22 id: 'import.submit.label', 22 id: 'import.submit.label',
diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js
index 7ab14f429..13a1e2351 100644
--- a/src/components/auth/Pricing.js
+++ b/src/components/auth/Pricing.js
@@ -12,7 +12,7 @@ import SubscriptionForm from '../../containers/subscription/SubscriptionFormScre
12const messages = defineMessages({ 12const messages = defineMessages({
13 headline: { 13 headline: {
14 id: 'pricing.headline', 14 id: 'pricing.headline',
15 defaultMessage: '!!!Support Franz', 15 defaultMessage: '!!!Support Ferdi',
16 }, 16 },
17 monthlySupportLabel: { 17 monthlySupportLabel: {
18 id: 'pricing.support.label', 18 id: 'pricing.support.label',
@@ -20,11 +20,11 @@ const messages = defineMessages({
20 }, 20 },
21 submitButtonLabel: { 21 submitButtonLabel: {
22 id: 'pricing.submit.label', 22 id: 'pricing.submit.label',
23 defaultMessage: '!!!Support the development of Franz', 23 defaultMessage: '!!!Support the development of Ferdi',
24 }, 24 },
25 skipPayment: { 25 skipPayment: {
26 id: 'pricing.link.skipPayment', 26 id: 'pricing.link.skipPayment',
27 defaultMessage: '!!!I don\'t want to support the development of Franz.', 27 defaultMessage: '!!!I don\'t want to support the development of Ferdi.',
28 }, 28 },
29}); 29});
30 30
@@ -54,7 +54,7 @@ export default @observer class Signup extends Component {
54 return ( 54 return (
55 <div className="auth__scroll-container"> 55 <div className="auth__scroll-container">
56 <div className="auth__container auth__container--signup"> 56 <div className="auth__container auth__container--signup">
57 <form className="franz-form auth__form"> 57 <form className="Ferdi-form auth__form">
58 <img 58 <img
59 src="./assets/images/sm.png" 59 src="./assets/images/sm.png"
60 className="auth__logo auth__logo--sm" 60 className="auth__logo auth__logo--sm"
@@ -97,12 +97,12 @@ export default @observer class Signup extends Component {
97 ) : ( 97 ) : (
98 <span> 98 <span>
99 <p> 99 <p>
100 We built Franz with a lot of effort, manpower and love, 100 We built Ferdi with a lot of effort, manpower and love,
101 to bring you the best messaging experience. 101 to bring you the best messaging experience.
102 <br /> 102 <br />
103 </p> 103 </p>
104 <p> 104 <p>
105 Getting a Franz Premium Supporter License will allow us to keep improving Franz for you. 105 Getting a Ferdi Premium Supporter License will allow us to keep improving Ferdi for you.
106 </p> 106 </p>
107 </span> 107 </span>
108 ) 108 )
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index d9b83eeb8..ae8ba9c8a 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -41,7 +41,7 @@ const messages = defineMessages({
41 }, 41 },
42 legalInfo: { 42 legalInfo: {
43 id: 'signup.legal.info', 43 id: 'signup.legal.info',
44 defaultMessage: '!!!By creating a Franz account you accept the', 44 defaultMessage: '!!!By creating a Ferdi account you accept the',
45 }, 45 },
46 terms: { 46 terms: {
47 id: 'signup.legal.terms', 47 id: 'signup.legal.terms',
diff --git a/src/components/auth/Welcome.js b/src/components/auth/Welcome.js
index f6d77f70f..6e0345e32 100644
--- a/src/components/auth/Welcome.js
+++ b/src/components/auth/Welcome.js
@@ -41,7 +41,7 @@ export default @observer class Login extends Component {
41 <img src="./assets/images/logo.svg" className="welcome__logo" alt="" /> 41 <img src="./assets/images/logo.svg" className="welcome__logo" alt="" />
42 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */} 42 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */}
43 <div className="welcome__text"> 43 <div className="welcome__text">
44 <h1>Franz</h1> 44 <h1>Ferdi</h1>
45 </div> 45 </div>
46 </div> 46 </div>
47 <div className="welcome__buttons"> 47 <div className="welcome__buttons">
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 2d7ac42f2..0aeee6781 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -105,7 +105,7 @@ class AppLayout extends Component {
105 return ( 105 return (
106 <ErrorBoundary> 106 <ErrorBoundary>
107 <div className="app"> 107 <div className="app">
108 {isWindows && !isFullScreen && <TitleBar menu={window.franz.menu.template} icon="assets/images/logo.svg" />} 108 {isWindows && !isFullScreen && <TitleBar menu={window.ferdi.menu.template} icon="assets/images/logo.svg" />}
109 <div className={`app__content ${classes.appContent}`}> 109 <div className={`app__content ${classes.appContent}`}>
110 {workspacesDrawer} 110 {workspacesDrawer}
111 {sidebar} 111 {sidebar}
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 3f6964b6b..4b7637637 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -65,7 +65,7 @@ const messages = defineMessages({
65 }, 65 },
66 deleteInfo: { 66 deleteInfo: {
67 id: 'settings.account.deleteInfo', 67 id: 'settings.account.deleteInfo',
68 defaultMessage: '!!!If you don\'t need your Franz account any longer, you can delete your account and all related data here.', 68 defaultMessage: '!!!If you don\'t need your Ferdi account any longer, you can delete your account and all related data here.',
69 }, 69 },
70 deleteEmailSent: { 70 deleteEmailSent: {
71 id: 'settings.account.deleteEmailSent', 71 id: 'settings.account.deleteEmailSent',
diff --git a/src/components/settings/services/EditServiceForm.js b/src/components/settings/services/EditServiceForm.js
index 4ba2eb844..2ad62088b 100644
--- a/src/components/settings/services/EditServiceForm.js
+++ b/src/components/settings/services/EditServiceForm.js
@@ -61,7 +61,7 @@ const messages = defineMessages({
61 }, 61 },
62 customUrlPremiumInfo: { 62 customUrlPremiumInfo: {
63 id: 'settings.service.form.customUrlPremiumInfo', 63 id: 'settings.service.form.customUrlPremiumInfo',
64 defaultMessage: '!!!To add self hosted services, you need a Franz Premium Supporter Account.', 64 defaultMessage: '!!!To add self hosted services, you need a Ferdi Premium Supporter Account.',
65 }, 65 },
66 customUrlUpgradeAccount: { 66 customUrlUpgradeAccount: {
67 id: 'settings.service.form.customUrlUpgradeAccount', 67 id: 'settings.service.form.customUrlUpgradeAccount',
@@ -101,11 +101,11 @@ const messages = defineMessages({
101 }, 101 },
102 proxyRestartInfo: { 102 proxyRestartInfo: {
103 id: 'settings.service.form.proxy.restartInfo', 103 id: 'settings.service.form.proxy.restartInfo',
104 defaultMessage: '!!!Please restart Franz after changing proxy Settings.', 104 defaultMessage: '!!!Please restart Ferdi after changing proxy Settings.',
105 }, 105 },
106 proxyInfo: { 106 proxyInfo: {
107 id: 'settings.service.form.proxy.info', 107 id: 'settings.service.form.proxy.info',
108 defaultMessage: '!!!Proxy settings will not be synchronized with the Franz servers.', 108 defaultMessage: '!!!Proxy settings will not be synchronized with the Ferdi servers.',
109 }, 109 },
110}); 110});
111 111
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index efd453356..ab93188cf 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -39,7 +39,7 @@ const messages = defineMessages({
39 }, 39 },
40 translationHelp: { 40 translationHelp: {
41 id: 'settings.app.translationHelp', 41 id: 'settings.app.translationHelp',
42 defaultMessage: '!!!Help us to translate Franz into your language.', 42 defaultMessage: '!!!Help us to translate Ferdi into your language.',
43 }, 43 },
44 subheadlineCache: { 44 subheadlineCache: {
45 id: 'settings.app.subheadlineCache', 45 id: 'settings.app.subheadlineCache',
@@ -47,7 +47,7 @@ const messages = defineMessages({
47 }, 47 },
48 cacheInfo: { 48 cacheInfo: {
49 id: 'settings.app.cacheInfo', 49 id: 'settings.app.cacheInfo',
50 defaultMessage: '!!!Franz cache is currently using {size} of disk space.', 50 defaultMessage: '!!!Ferdi cache is currently using {size} of disk space.',
51 }, 51 },
52 buttonClearAllCache: { 52 buttonClearAllCache: {
53 id: 'settings.app.buttonClearAllCache', 53 id: 'settings.app.buttonClearAllCache',
diff --git a/src/components/settings/team/TeamDashboard.js b/src/components/settings/team/TeamDashboard.js
index 82c517fcb..05c942a11 100644
--- a/src/components/settings/team/TeamDashboard.js
+++ b/src/components/settings/team/TeamDashboard.js
@@ -17,7 +17,7 @@ const messages = defineMessages({
17 }, 17 },
18 contentHeadline: { 18 contentHeadline: {
19 id: 'settings.team.contentHeadline', 19 id: 'settings.team.contentHeadline',
20 defaultMessage: '!!!Franz for Teams', 20 defaultMessage: '!!!Ferdi for Teams',
21 }, 21 },
22 intro: { 22 intro: {
23 id: 'settings.team.intro', 23 id: 'settings.team.intro',
@@ -25,7 +25,7 @@ const messages = defineMessages({
25 }, 25 },
26 copy: { 26 copy: {
27 id: 'settings.team.copy', 27 id: 'settings.team.copy',
28 defaultMessage: '!!!Franz 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!', 28 defaultMessage: '!!!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!',
29 }, 29 },
30 manageButton: { 30 manageButton: {
31 id: 'settings.team.manageAction', 31 id: 'settings.team.manageAction',
@@ -131,7 +131,7 @@ export default @injectSheet(styles) @observer class TeamDashboard extends Compon
131 <p>{intl.formatMessage(messages.intro)}</p> 131 <p>{intl.formatMessage(messages.intro)}</p>
132 <p>{intl.formatMessage(messages.copy)}</p> 132 <p>{intl.formatMessage(messages.copy)}</p>
133 </div> 133 </div>
134 <img className={classes.image} src="https://cdn.franzinfra.com/announcements/assets/teams.png" alt="Franz for Teams" /> 134 <img className={classes.image} src="https://cdn.franzinfra.com/announcements/assets/teams.png" alt="Ferdi for Teams" />
135 </div> 135 </div>
136 <Button 136 <Button
137 label={intl.formatMessage(messages.manageButton)} 137 label={intl.formatMessage(messages.manageButton)}
diff --git a/src/components/subscription/SubscriptionForm.js b/src/components/subscription/SubscriptionForm.js
index 50f1e0522..8c7dceece 100644
--- a/src/components/subscription/SubscriptionForm.js
+++ b/src/components/subscription/SubscriptionForm.js
@@ -33,7 +33,7 @@ const messages = defineMessages({
33 }, 33 },
34 includedFeatures: { 34 includedFeatures: {
35 id: 'subscription.includedFeatures', 35 id: 'subscription.includedFeatures',
36 defaultMessage: '!!!The Franz Premium Supporter Account includes', 36 defaultMessage: '!!!The Ferdi Premium Supporter Account includes',
37 }, 37 },
38 onpremise: { 38 onpremise: {
39 id: 'subscription.features.onpremise.mattermost', 39 id: 'subscription.features.onpremise.mattermost',
diff --git a/src/components/ui/AppLoader/index.js b/src/components/ui/AppLoader/index.js
index b0c7fed7b..a9a87707b 100644
--- a/src/components/ui/AppLoader/index.js
+++ b/src/components/ui/AppLoader/index.js
@@ -49,7 +49,7 @@ export default @injectSheet(styles) @withTheme class AppLoader extends Component
49 49
50 return ( 50 return (
51 <FullscreenLoader 51 <FullscreenLoader
52 title="Franz" 52 title="Ferdi"
53 className={classes.component} 53 className={classes.component}
54 spinnerColor={theme.colorAppLoaderSpinner} 54 spinnerColor={theme.colorAppLoaderSpinner}
55 > 55 >
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 97c1fa3b1..2b9626952 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -21,7 +21,7 @@ import globalMessages from '../../i18n/globalMessages';
21const messages = defineMessages({ 21const messages = defineMessages({
22 autoLaunchOnStart: { 22 autoLaunchOnStart: {
23 id: 'settings.app.form.autoLaunchOnStart', 23 id: 'settings.app.form.autoLaunchOnStart',
24 defaultMessage: '!!!Launch Franz on start', 24 defaultMessage: '!!!Launch Ferdi on start',
25 }, 25 },
26 autoLaunchInBackground: { 26 autoLaunchInBackground: {
27 id: 'settings.app.form.autoLaunchInBackground', 27 id: 'settings.app.form.autoLaunchInBackground',
@@ -29,15 +29,15 @@ const messages = defineMessages({
29 }, 29 },
30 runInBackground: { 30 runInBackground: {
31 id: 'settings.app.form.runInBackground', 31 id: 'settings.app.form.runInBackground',
32 defaultMessage: '!!!Keep Franz in background when closing the window', 32 defaultMessage: '!!!Keep Ferdi in background when closing the window',
33 }, 33 },
34 enableSystemTray: { 34 enableSystemTray: {
35 id: 'settings.app.form.enableSystemTray', 35 id: 'settings.app.form.enableSystemTray',
36 defaultMessage: '!!!Show Franz in system tray', 36 defaultMessage: '!!!Show Ferdi in system tray',
37 }, 37 },
38 minimizeToSystemTray: { 38 minimizeToSystemTray: {
39 id: 'settings.app.form.minimizeToSystemTray', 39 id: 'settings.app.form.minimizeToSystemTray',
40 defaultMessage: '!!!Minimize Franz to system tray', 40 defaultMessage: '!!!Minimize Ferdi to system tray',
41 }, 41 },
42 language: { 42 language: {
43 id: 'settings.app.form.language', 43 id: 'settings.app.form.language',
diff --git a/src/containers/subscription/SubscriptionFormScreen.js b/src/containers/subscription/SubscriptionFormScreen.js
index aa1166f5e..3d153b8e8 100644
--- a/src/containers/subscription/SubscriptionFormScreen.js
+++ b/src/containers/subscription/SubscriptionFormScreen.js
@@ -49,7 +49,7 @@ export default @inject('stores', 'actions') @observer class SubscriptionFormScre
49 const paymentWindow = new BrowserWindow({ 49 const paymentWindow = new BrowserWindow({
50 parent: remote.getCurrentWindow(), 50 parent: remote.getCurrentWindow(),
51 modal: true, 51 modal: true,
52 title: '🔒 Franz Supporter License', 52 title: '🔒 Ferdi Supporter License',
53 width: 600, 53 width: 600,
54 height: window.innerHeight - 100, 54 height: window.innerHeight - 100,
55 maxWidth: 600, 55 maxWidth: 600,
diff --git a/src/dev-app-update.yml b/src/dev-app-update.yml
index 9a32defa4..978e30a9b 100644
--- a/src/dev-app-update.yml
+++ b/src/dev-app-update.yml
@@ -1,3 +1,3 @@
1owner: kytwb 1owner: kytwb
2repo: ferdi 2repo: Ferdi
3provider: github 3provider: github
diff --git a/src/features/announcements/components/AnnouncementScreen.js b/src/features/announcements/components/AnnouncementScreen.js
index d4b5fe955..eb157555f 100644
--- a/src/features/announcements/components/AnnouncementScreen.js
+++ b/src/features/announcements/components/AnnouncementScreen.js
@@ -18,7 +18,7 @@ const markedOptions = { sanitize: true, renderer };
18const messages = defineMessages({ 18const messages = defineMessages({
19 headline: { 19 headline: {
20 id: 'feature.announcements.changelog.headline', 20 id: 'feature.announcements.changelog.headline',
21 defaultMessage: '!!!Changes in Franz {version}', 21 defaultMessage: '!!!Changes in Ferdi {version}',
22 }, 22 },
23}); 23});
24 24
diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js
index 89607824b..a8c93875e 100644
--- a/src/features/basicAuth/index.js
+++ b/src/features/basicAuth/index.js
@@ -20,7 +20,7 @@ export function resetState() {
20export default function initialize() { 20export default function initialize() {
21 debug('Initialize basicAuth feature'); 21 debug('Initialize basicAuth feature');
22 22
23 window.franz.features.basicAuth = { 23 window.ferdi.features.basicAuth = {
24 state, 24 state,
25 }; 25 };
26 26
diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js
index 7e09c2ea5..ba50652e8 100644
--- a/src/features/delayApp/Component.js
+++ b/src/features/delayApp/Component.js
@@ -16,11 +16,11 @@ const messages = defineMessages({
16 }, 16 },
17 action: { 17 action: {
18 id: 'feature.delayApp.action', 18 id: 'feature.delayApp.action',
19 defaultMessage: '!!!Get a Franz Supporter License', 19 defaultMessage: '!!!Get a Ferdi Supporter License',
20 }, 20 },
21 text: { 21 text: {
22 id: 'feature.delayApp.text', 22 id: 'feature.delayApp.text',
23 defaultMessage: '!!!Franz will continue in {seconds} seconds.', 23 defaultMessage: '!!!Ferdi will continue in {seconds} seconds.',
24 }, 24 },
25}); 25});
26 26
diff --git a/src/features/delayApp/index.js b/src/features/delayApp/index.js
index 5fc553684..c753eeffe 100644
--- a/src/features/delayApp/index.js
+++ b/src/features/delayApp/index.js
@@ -27,7 +27,7 @@ export default function init(stores) {
27 let shownAfterLaunch = false; 27 let shownAfterLaunch = false;
28 let timeLastDelay = moment(); 28 let timeLastDelay = moment();
29 29
30 window.franz.features.delayApp = { 30 window.ferdi.features.delayApp = {
31 state, 31 state,
32 }; 32 };
33 33
diff --git a/src/features/shareFranz/Component.js b/src/features/shareFranz/Component.js
index 320951f0d..2e66acaf3 100644
--- a/src/features/shareFranz/Component.js
+++ b/src/features/shareFranz/Component.js
@@ -13,11 +13,11 @@ import ServicesStore from '../../stores/ServicesStore';
13const messages = defineMessages({ 13const messages = defineMessages({
14 headline: { 14 headline: {
15 id: 'feature.shareFranz.headline', 15 id: 'feature.shareFranz.headline',
16 defaultMessage: '!!!Franz is better together!', 16 defaultMessage: '!!!Ferdi is better together!',
17 }, 17 },
18 text: { 18 text: {
19 id: 'feature.shareFranz.text', 19 id: 'feature.shareFranz.text',
20 defaultMessage: '!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.', 20 defaultMessage: '!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.',
21 }, 21 },
22 actionsEmail: { 22 actionsEmail: {
23 id: 'feature.shareFranz.action.email', 23 id: 'feature.shareFranz.action.email',
diff --git a/src/features/shareFranz/index.js b/src/features/shareFranz/index.js
index 41da57dd6..1167b329b 100644
--- a/src/features/shareFranz/index.js
+++ b/src/features/shareFranz/index.js
@@ -15,9 +15,9 @@ const defaultState = {
15export const state = observable(defaultState); 15export const state = observable(defaultState);
16 16
17export default function initialize(stores) { 17export default function initialize(stores) {
18 debug('Initialize shareFranz feature'); 18 debug('Initialize shareFerdi feature');
19 19
20 window.franz.features.shareFranz = { 20 window.ferdi.features.shareFerdi = {
21 state, 21 state,
22 }; 22 };
23 23
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 09c98ab8c..9b51f2602 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -44,7 +44,7 @@ const messages = defineMessages({
44 }, 44 },
45 workspaceFeatureHeadline: { 45 workspaceFeatureHeadline: {
46 id: 'settings.workspaces.workspaceFeatureHeadline', 46 id: 'settings.workspaces.workspaceFeatureHeadline',
47 defaultMessage: '!!!Less is More: Introducing Franz Workspaces', 47 defaultMessage: '!!!Less is More: Introducing Ferdi Workspaces',
48 }, 48 },
49}); 49});
50 50
diff --git a/src/helpers/validation-helpers.js b/src/helpers/validation-helpers.js
index ab2376b1b..f489ec65e 100644
--- a/src/helpers/validation-helpers.js
+++ b/src/helpers/validation-helpers.js
@@ -26,13 +26,13 @@ const messages = defineMessages({
26 26
27export function required({ field }) { 27export function required({ field }) {
28 const isValid = (field.value.trim() !== ''); 28 const isValid = (field.value.trim() !== '');
29 return [isValid, window.franz.intl.formatMessage(messages.required, { field: field.label })]; 29 return [isValid, window.ferdi.intl.formatMessage(messages.required, { field: field.label })];
30} 30}
31 31
32export function email({ field }) { 32export function email({ field }) {
33 const value = field.value.trim(); 33 const value = field.value.trim();
34 const isValid = isEmail(value); 34 const isValid = isEmail(value);
35 return [isValid, window.franz.intl.formatMessage(messages.email, { field: field.label })]; 35 return [isValid, window.ferdi.intl.formatMessage(messages.email, { field: field.label })];
36} 36}
37 37
38export function url({ field }) { 38export function url({ field }) {
@@ -46,7 +46,7 @@ export function url({ field }) {
46 isValid = true; 46 isValid = true;
47 } 47 }
48 48
49 return [isValid, window.franz.intl.formatMessage(messages.url, { field: field.label })]; 49 return [isValid, window.ferdi.intl.formatMessage(messages.url, { field: field.label })];
50} 50}
51 51
52export function minLength(length) { 52export function minLength(length) {
@@ -55,13 +55,13 @@ export function minLength(length) {
55 if (field.touched) { 55 if (field.touched) {
56 isValid = field.value.length >= length; 56 isValid = field.value.length >= length;
57 } 57 }
58 return [isValid, window.franz.intl.formatMessage(messages.minLength, { field: field.label, length })]; 58 return [isValid, window.ferdi.intl.formatMessage(messages.minLength, { field: field.label, length })];
59 }; 59 };
60} 60}
61 61
62export function oneRequired(targets) { 62export function oneRequired(targets) {
63 return ({ field, form }) => { 63 return ({ field, form }) => {
64 const invalidFields = targets.filter(target => form.$(target).value === ''); 64 const invalidFields = targets.filter(target => form.$(target).value === '');
65 return [targets.length !== invalidFields.length, window.franz.intl.formatMessage(messages.required, { field: field.label })]; 65 return [targets.length !== invalidFields.length, window.ferdi.intl.formatMessage(messages.required, { field: field.label })];
66 }; 66 };
67} 67}
diff --git a/src/i18n/globalMessages.js b/src/i18n/globalMessages.js
index 1b5ece223..adf2cc306 100644
--- a/src/i18n/globalMessages.js
+++ b/src/i18n/globalMessages.js
@@ -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 Franz Online Services', 6 defaultMessage: '!!!Can\'t connect to Ferdi Online Services',
7 }, 7 },
8 notConnectedToTheInternet: { 8 notConnectedToTheInternet: {
9 id: 'global.notConnectedToTheInternet', 9 id: 'global.notConnectedToTheInternet',
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 50d2223dd..5b63b97fb 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Recarrega", 2 "app.errorHandler.action" : "Recarrega",
3 "app.errorHandler.headline" : "Quelcom ha anat malament", 3 "app.errorHandler.headline" : "Quelcom ha anat malament",
4 "feature.announcements.changelog.headline" : "Canvis en Franz {version}", 4 "feature.announcements.changelog.headline" : "Canvis en Ferdi {version}",
5 "feature.delayApp.action" : "Aconsegueix una llicència de suport per a Franz", 5 "feature.delayApp.action" : "Aconsegueix una llicència de suport per a Franz",
6 "feature.delayApp.headline" : "Si us plau, compra una llicència de suport per a Franz per saltar l'espera", 6 "feature.delayApp.headline" : "Si us plau, compra una llicència de suport per a Ferdi per saltar l'espera",
7 "feature.delayApp.text" : "Franz continuarà en {seconds} segons", 7 "feature.delayApp.text" : "Ferdi continuarà en {seconds} segons",
8 "feature.shareFranz.action.email" : "Envia com a correu", 8 "feature.shareFranz.action.email" : "Envia com a correu",
9 "feature.shareFranz.action.facebook" : "Compartir en Facebook", 9 "feature.shareFranz.action.facebook" : "Compartir en Facebook",
10 "feature.shareFranz.action.twitter" : "Compartir a Twitter", 10 "feature.shareFranz.action.twitter" : "Compartir a Twitter",
11 "feature.shareFranz.headline" : "Junts millorem Franz!", 11 "feature.shareFranz.headline" : "Junts millorem Franz!",
12 "feature.shareFranz.shareText.email" : "He afegit {count} serveis a Franz! Obtén l'aplicació gratuïta per a Whatsapp, Messenger, Slack, Skype a www,meetfranz.com", 12 "feature.shareFranz.shareText.email" : "He afegit {count} serveis a Franz! Obtén l'aplicació gratuïta per a Whatsapp, Messenger, Slack, Skype a www,meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "He afegit {count} serveis a Franz! Obtén l'aplicació gratuïta de Whatsapp, Messenger, Slack, Skype i altres a www.meetfranz.com\/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "He afegit {count} serveis a Franz! Obtén l'aplicació gratuïta de Whatsapp, Messenger, Slack, Skype i altres a www.meetfranz.com\/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Digues als teus amics i col·legues l'increïble que és Franz i ajuda'ns a còrrer la veu ", 14 "feature.shareFranz.text" : "Digues als teus amics i col·legues l'increïble que és Ferdi i ajuda'ns a còrrer la veu ",
15 "global.api.unhealthy" : "No es pot connectar amb els serveis en línia de Franz", 15 "global.api.unhealthy" : "No es pot connectar amb els serveis en línia de Franz",
16 "global.notConnectedToTheInternet" : "No esteu connectat a Internet.", 16 "global.notConnectedToTheInternet" : "No esteu connectat a Internet.",
17 "global.spellchecker.useDefault" : "Utilitzar el predeterminat del sistema ({default})", 17 "global.spellchecker.useDefault" : "Utilitzar el predeterminat del sistema ({default})",
18 "global.spellchecking.autodetect" : "Detectar l'idioma automàticament", 18 "global.spellchecking.autodetect" : "Detectar l'idioma automàticament",
19 "global.spellchecking.autodetect.short" : "Automàtic", 19 "global.spellchecking.autodetect.short" : "Automàtic",
20 "global.spellchecking.language" : "Corrector ortogràfic", 20 "global.spellchecking.language" : "Corrector ortogràfic",
21 "import.headline" : "Importa els teus serveis Franz 4", 21 "import.headline" : "Importa els teus serveis Ferdi 4",
22 "import.notSupportedHeadline" : "Serveis que encara no s'admeten a Franz 5", 22 "import.notSupportedHeadline" : "Serveis que encara no s'admeten a Ferdi 5",
23 "import.skip.label" : "Vull afegir serveis manualment", 23 "import.skip.label" : "Vull afegir serveis manualment",
24 "import.submit.label" : "Importa serveis", 24 "import.submit.label" : "Importa serveis",
25 "infobar.buttonChangelog" : "Que hi ha de nou?", 25 "infobar.buttonChangelog" : "Que hi ha de nou?",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Buida la memòria cau", 145 "settings.app.buttonClearAllCache" : "Buida la memòria cau",
146 "settings.app.buttonInstallUpdate" : "Reinicia i instal·la l'actualització", 146 "settings.app.buttonInstallUpdate" : "Reinicia i instal·la l'actualització",
147 "settings.app.buttonSearchForUpdate" : "Comprova si hi ha actualitzacions", 147 "settings.app.buttonSearchForUpdate" : "Comprova si hi ha actualitzacions",
148 "settings.app.cacheInfo" : "La memòria cau de Franz està utilitzant {size} d'espai al disc", 148 "settings.app.cacheInfo" : "La memòria cau de Ferdi està utilitzant {size} d'espai al disc",
149 "settings.app.currentVersion" : "Versió actual:", 149 "settings.app.currentVersion" : "Versió actual:",
150 "settings.app.form.autoLaunchInBackground" : "Obrir en segon plà", 150 "settings.app.form.autoLaunchInBackground" : "Obrir en segon plà",
151 "settings.app.form.autoLaunchOnStart" : "Iniciar Franz a l'inici", 151 "settings.app.form.autoLaunchOnStart" : "Iniciar Ferdi a l'inici",
152 "settings.app.form.beta" : "Inclou versions beta", 152 "settings.app.form.beta" : "Inclou versions beta",
153 "settings.app.form.darkMode" : "Uneix-te al Cantó Fosc", 153 "settings.app.form.darkMode" : "Uneix-te al Cantó Fosc",
154 "settings.app.form.enableGPUAcceleration" : "Activar acceleració GPU", 154 "settings.app.form.enableGPUAcceleration" : "Activar acceleració GPU",
155 "settings.app.form.enableSpellchecking" : "Habilita la comprobació ortogràfica", 155 "settings.app.form.enableSpellchecking" : "Habilita la comprobació ortogràfica",
156 "settings.app.form.enableSystemTray" : "Mostra Franz a la safata del sistema", 156 "settings.app.form.enableSystemTray" : "Mostra Ferdi a la safata del sistema",
157 "settings.app.form.language" : "Idioma", 157 "settings.app.form.language" : "Idioma",
158 "settings.app.form.minimizeToSystemTray" : "Minimitza Franz a la safata del sistema", 158 "settings.app.form.minimizeToSystemTray" : "Minimitza Ferdi a la safata del sistema",
159 "settings.app.form.runInBackground" : "Mantén a Franz en segon pla en tancar la finestra", 159 "settings.app.form.runInBackground" : "Mantén a Ferdi en segon pla en tancar la finestra",
160 "settings.app.form.showDisabledServices" : "Mostra les pestanyes dels serveis desactivats", 160 "settings.app.form.showDisabledServices" : "Mostra les pestanyes dels serveis desactivats",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostra la insígnia de missatges no llegits quan les notificacions estiguin desactivades", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostra la insígnia de missatges no llegits quan les notificacions estiguin desactivades",
162 "settings.app.headline" : "Configuració", 162 "settings.app.headline" : "Configuració",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Els canvis requereixen reiniciar", 169 "settings.app.restartRequired" : "Els canvis requereixen reiniciar",
170 "settings.app.subheadlineCache" : "Memòria cau", 170 "settings.app.subheadlineCache" : "Memòria cau",
171 "settings.app.translationHelp" : "Ajuda'ns a traduir Franz en la teva llengua.", 171 "settings.app.translationHelp" : "Ajuda'ns a traduir Ferdi en la teva llengua.",
172 "settings.app.updateStatusAvailable" : "Actualització disponible, descarregant ...", 172 "settings.app.updateStatusAvailable" : "Actualització disponible, descarregant ...",
173 "settings.app.updateStatusSearching" : "Està buscant actualitzacions", 173 "settings.app.updateStatusSearching" : "Està buscant actualitzacions",
174 "settings.app.updateStatusUpToDate" : "Esteu utilitzant la versió més recent de Franz", 174 "settings.app.updateStatusUpToDate" : "Esteu utilitzant la versió més recent de Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Afegir {name}", 195 "settings.service.form.addServiceHeadline" : "Afegir {name}",
196 "settings.service.form.availableServices" : "Serveis disponibles", 196 "settings.service.form.availableServices" : "Serveis disponibles",
197 "settings.service.form.customUrl" : "Servidor personalitzat", 197 "settings.service.form.customUrl" : "Servidor personalitzat",
198 "settings.service.form.customUrlPremiumInfo" : "Per afegir serveis allotjats per vosaltres mateixos, necessiteu un Compte Franz Premium Supporter.", 198 "settings.service.form.customUrlPremiumInfo" : "Per afegir serveis allotjats per vosaltres mateixos, necessiteu un Compte Ferdi Premium Supporter.",
199 "settings.service.form.customUrlUpgradeAccount" : "Actualitzeu el vostre compte", 199 "settings.service.form.customUrlUpgradeAccount" : "Actualitzeu el vostre compte",
200 "settings.service.form.customUrlValidationError" : "No s'ha pogut validar el servidor {name} personalitzat.", 200 "settings.service.form.customUrlValidationError" : "No s'ha pogut validar el servidor {name} personalitzat.",
201 "settings.service.form.deleteButton" : "Suprimeix el servei", 201 "settings.service.form.deleteButton" : "Suprimeix el servei",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Utilitzar Proxy", 221 "settings.service.form.proxy.isEnabled" : "Utilitzar Proxy",
222 "settings.service.form.proxy.password" : "Contrasenya (opcional)", 222 "settings.service.form.proxy.password" : "Contrasenya (opcional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Siusplau, reinicieu el Franz després de canviar els ajustaments de proxy", 224 "settings.service.form.proxy.restartInfo" : "Siusplau, reinicieu el Ferdi després de canviar els ajustaments de proxy",
225 "settings.service.form.proxy.user" : "Usuari (opcional)", 225 "settings.service.form.proxy.user" : "Usuari (opcional)",
226 "settings.service.form.saveButton" : "Desa el servei", 226 "settings.service.form.saveButton" : "Desa el servei",
227 "settings.service.form.tabHosted" : "Allotjat", 227 "settings.service.form.tabHosted" : "Allotjat",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Tots els sons estan desactivats", 238 "settings.services.tooltip.isMuted" : "Tots els sons estan desactivats",
239 "settings.services.tooltip.notificationsDisabled" : "Les notificacions estan desactivades", 239 "settings.services.tooltip.notificationsDisabled" : "Les notificacions estan desactivades",
240 "settings.services.updatedInfo" : "S'han desat els canvis", 240 "settings.services.updatedInfo" : "S'han desat els canvis",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Equip", 243 "settings.team.headline" : "Equip",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Torna a provar-ho", 266 "settings.workspaces.tryReloadWorkspaces" : "Torna a provar-ho",
267 "settings.workspaces.updatedInfo" : "S'han desat els canvis", 267 "settings.workspaces.updatedInfo" : "S'han desat els canvis",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Afegeix nou servei", 271 "sidebar.addNewService" : "Afegeix nou servei",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Suport de Proxy per a serveis", 294 "subscription.features.proxy" : "Suport de Proxy per a serveis",
295 "subscription.features.spellchecker" : "Suport per corrector ortogràfic", 295 "subscription.features.spellchecker" : "Suport per corrector ortogràfic",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "El compte de pagament Franz Premium Supporter inclou", 297 "subscription.includedFeatures" : "El compte de pagament Ferdi Premium Supporter inclou",
298 "subscription.paymentSessionError" : "No s'ha pogut inicialitzar el formulari de pagament", 298 "subscription.paymentSessionError" : "No s'ha pogut inicialitzar el formulari de pagament",
299 "subscription.submit.label" : "Vull donar suport al desenvolupament de Franz", 299 "subscription.submit.label" : "Vull donar suport al desenvolupament de Franz",
300 "subscription.type.free" : "gratuït", 300 "subscription.type.free" : "gratuït",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 809c5d5a8..e36f10d5e 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Obnovit", 2 "app.errorHandler.action" : "Obnovit",
3 "app.errorHandler.headline" : "Něco se pokazilo", 3 "app.errorHandler.headline" : "Něco se pokazilo",
4 "feature.announcements.changelog.headline" : "Změny ve Franz {version}", 4 "feature.announcements.changelog.headline" : "Změny ve Ferdi {version}",
5 "feature.delayApp.action" : "Podpoř Franz a získej Supporter licenci", 5 "feature.delayApp.action" : "Podpoř Ferdi a získej Supporter licenci",
6 "feature.delayApp.headline" : "Kup si Franz Supporter licenci a nebudeš už muset čekat", 6 "feature.delayApp.headline" : "Kup si Ferdi Supporter licenci a nebudeš už muset čekat",
7 "feature.delayApp.text" : "Franz bude pokračovat v {seconds} sekundách.", 7 "feature.delayApp.text" : "Ferdi bude pokračovat v {seconds} sekundách.",
8 "feature.shareFranz.action.email" : "Poslat jako e-mail", 8 "feature.shareFranz.action.email" : "Poslat jako e-mail",
9 "feature.shareFranz.action.facebook" : "Sdílet na Facebooku", 9 "feature.shareFranz.action.facebook" : "Sdílet na Facebooku",
10 "feature.shareFranz.action.twitter" : "Sdílet na Twitteru", 10 "feature.shareFranz.action.twitter" : "Sdílet na Twitteru",
11 "feature.shareFranz.headline" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "Přidali jsme {count} služeb do Franze. Získejte zdarma aplikace pro WhatsApp, Messenger, SLack, Skype a další na www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Přidali jsme {count} služeb do Franze. Získejte zdarma aplikace pro WhatsApp, Messenger, SLack, Skype a další na www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Nemůžeme připojit Franz k online službám", 15 "global.api.unhealthy" : "Nemůžeme připojit Ferdi k online službám",
16 "global.notConnectedToTheInternet" : "Připojení k internetu není k dispozici.", 16 "global.notConnectedToTheInternet" : "Připojení k internetu není k dispozici.",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Oprava překlepů jazyka", 20 "global.spellchecking.language" : "Oprava překlepů jazyka",
21 "import.headline" : "Importovat služby z Franz 4", 21 "import.headline" : "Importovat služby z Ferdi 4",
22 "import.notSupportedHeadline" : "Služby nejsou podporovány ve verzi Franz 5", 22 "import.notSupportedHeadline" : "Služby nejsou podporovány ve verzi Ferdi 5",
23 "import.skip.label" : "Chci přidat službu ručně", 23 "import.skip.label" : "Chci přidat službu ručně",
24 "import.submit.label" : "Importovat služby", 24 "import.submit.label" : "Importovat služby",
25 "infobar.buttonChangelog" : "Co je nového?", 25 "infobar.buttonChangelog" : "Co je nového?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Obnovit služby", 27 "infobar.buttonReloadServices" : "Obnovit služby",
28 "infobar.requiredRequestsFailed" : "Není možné nahrát služby a informace o uživateli", 28 "infobar.requiredRequestsFailed" : "Není možné nahrát služby a informace o uživateli",
29 "infobar.servicesUpdated" : "Vaše služby byly aktualizovány", 29 "infobar.servicesUpdated" : "Vaše služby byly aktualizovány",
30 "infobar.updateAvailable" : "Nová aktualizace Franz je k dispozici", 30 "infobar.updateAvailable" : "Nová aktualizace Ferdi je k dispozici",
31 "invite.email.label" : "E-mailová adresa", 31 "invite.email.label" : "E-mailová adresa",
32 "invite.headline.friends" : "Pozvěte 3 přátele nebo kolegy", 32 "invite.headline.friends" : "Pozvěte 3 přátele nebo kolegy",
33 "invite.name.label" : "Jméno", 33 "invite.name.label" : "Jméno",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Aktualizovat profil", 127 "settings.account.buttonSave" : "Aktualizovat profil",
128 "settings.account.deleteAccount" : "Smazat účet", 128 "settings.account.deleteAccount" : "Smazat účet",
129 "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!", 129 "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!",
130 "settings.account.deleteInfo" : "Pokud již nepotřebujete váš Franz účet, můžete zde váš účet, a všechna data v něm, smazat.", 130 "settings.account.deleteInfo" : "Pokud již nepotřebujete váš Ferdi účet, můžete zde váš účet, a všechna data v něm, smazat.",
131 "settings.account.headline" : "Účet", 131 "settings.account.headline" : "Účet",
132 "settings.account.headlineAccount" : "Informace o účtu", 132 "settings.account.headlineAccount" : "Informace o účtu",
133 "settings.account.headlineDangerZone" : "Nebezpečná zóna", 133 "settings.account.headlineDangerZone" : "Nebezpečná zóna",
@@ -145,17 +145,17 @@
145 "settings.app.buttonClearAllCache" : "Vyprázdnit mezipaměti", 145 "settings.app.buttonClearAllCache" : "Vyprázdnit mezipaměti",
146 "settings.app.buttonInstallUpdate" : "Restartovat a nainstalovat aktualizace", 146 "settings.app.buttonInstallUpdate" : "Restartovat a nainstalovat aktualizace",
147 "settings.app.buttonSearchForUpdate" : "Zkontrolovat aktualizace", 147 "settings.app.buttonSearchForUpdate" : "Zkontrolovat aktualizace",
148 "settings.app.cacheInfo" : "Franz momentálně používá {size} místa na disku.", 148 "settings.app.cacheInfo" : "Ferdi momentálně používá {size} místa na disku.",
149 "settings.app.currentVersion" : "Aktuální verze:", 149 "settings.app.currentVersion" : "Aktuální verze:",
150 "settings.app.form.autoLaunchInBackground" : "Spustit na pozadí", 150 "settings.app.form.autoLaunchInBackground" : "Spustit na pozadí",
151 "settings.app.form.autoLaunchOnStart" : "Spustit Franz při startu", 151 "settings.app.form.autoLaunchOnStart" : "Spustit Ferdi při startu",
152 "settings.app.form.beta" : "Zahrnout beta verze", 152 "settings.app.form.beta" : "Zahrnout beta verze",
153 "settings.app.form.darkMode" : "Připoj se k Temné straně", 153 "settings.app.form.darkMode" : "Připoj se k Temné straně",
154 "settings.app.form.enableGPUAcceleration" : "Aktivovat GPU zrychlení", 154 "settings.app.form.enableGPUAcceleration" : "Aktivovat GPU zrychlení",
155 "settings.app.form.enableSpellchecking" : "Zapnout kontrolu pravopisu", 155 "settings.app.form.enableSpellchecking" : "Zapnout kontrolu pravopisu",
156 "settings.app.form.enableSystemTray" : "Zobrazit Franz v systémové liště", 156 "settings.app.form.enableSystemTray" : "Zobrazit Ferdi v systémové liště",
157 "settings.app.form.language" : "Jazyk", 157 "settings.app.form.language" : "Jazyk",
158 "settings.app.form.minimizeToSystemTray" : "Minimalizovat Franz do systémové lišty", 158 "settings.app.form.minimizeToSystemTray" : "Minimalizovat Ferdi do systémové lišty",
159 "settings.app.form.runInBackground" : "Ponechat Franze v pozadí při zavírání okna", 159 "settings.app.form.runInBackground" : "Ponechat Franze v pozadí při zavírání okna",
160 "settings.app.form.showDisabledServices" : "Zobrazit záložky vypnutých služeb", 160 "settings.app.form.showDisabledServices" : "Zobrazit záložky vypnutých služeb",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Zobrazit odznak pro nepřečtené zprávy když jsou upozornění vypnutá", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Zobrazit odznak pro nepřečtené zprávy když jsou upozornění vypnutá",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Změny vyžadují restart", 169 "settings.app.restartRequired" : "Změny vyžadují restart",
170 "settings.app.subheadlineCache" : "Mezipaměť", 170 "settings.app.subheadlineCache" : "Mezipaměť",
171 "settings.app.translationHelp" : "Pomozte nám přeložit Franz do svého jazyka.", 171 "settings.app.translationHelp" : "Pomozte nám přeložit Ferdi do svého jazyka.",
172 "settings.app.updateStatusAvailable" : "Aktualizace k dispozici, stahování...", 172 "settings.app.updateStatusAvailable" : "Aktualizace k dispozici, stahování...",
173 "settings.app.updateStatusSearching" : "Hledá aktualizace", 173 "settings.app.updateStatusSearching" : "Hledá aktualizace",
174 "settings.app.updateStatusUpToDate" : "Používáte nejnovější verzi programu Franz", 174 "settings.app.updateStatusUpToDate" : "Používáte nejnovější verzi programu Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Přidat {name}", 195 "settings.service.form.addServiceHeadline" : "Přidat {name}",
196 "settings.service.form.availableServices" : "Dostupné služby", 196 "settings.service.form.availableServices" : "Dostupné služby",
197 "settings.service.form.customUrl" : "Vlastní server", 197 "settings.service.form.customUrl" : "Vlastní server",
198 "settings.service.form.customUrlPremiumInfo" : "Chcete-li přidat vlastní hostované služby, potřebujete účet Franz Premium Supporter.", 198 "settings.service.form.customUrlPremiumInfo" : "Chcete-li přidat vlastní hostované služby, potřebujete účet Ferdi Premium Supporter.",
199 "settings.service.form.customUrlUpgradeAccount" : "Aktualizujte svůj účet", 199 "settings.service.form.customUrlUpgradeAccount" : "Aktualizujte svůj účet",
200 "settings.service.form.customUrlValidationError" : "Nepodařilo se ověřit vlastní server {name}.", 200 "settings.service.form.customUrlValidationError" : "Nepodařilo se ověřit vlastní server {name}.",
201 "settings.service.form.deleteButton" : "Odstranit službu", 201 "settings.service.form.deleteButton" : "Odstranit službu",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Jméno", 217 "settings.service.form.name" : "Jméno",
218 "settings.service.form.proxy.headline" : "Nastavení HTTP\/HTTPS Proxy", 218 "settings.service.form.proxy.headline" : "Nastavení HTTP\/HTTPS Proxy",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "Uložit službu", 226 "settings.service.form.saveButton" : "Uložit službu",
227 "settings.service.form.tabHosted" : "Hostováno", 227 "settings.service.form.tabHosted" : "Hostováno",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Všechny zvuky jsou ztišeny", 238 "settings.services.tooltip.isMuted" : "Všechny zvuky jsou ztišeny",
239 "settings.services.tooltip.notificationsDisabled" : "Oznámení jsou zakázána", 239 "settings.services.tooltip.notificationsDisabled" : "Oznámení jsou zakázána",
240 "settings.services.updatedInfo" : "Vaše změny byly uloženy", 240 "settings.services.updatedInfo" : "Vaše změny byly uloženy",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Tým", 243 "settings.team.headline" : "Tým",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Zkusit znovu", 266 "settings.workspaces.tryReloadWorkspaces" : "Zkusit znovu",
267 "settings.workspaces.updatedInfo" : "Vaše změny byly uloženy", 267 "settings.workspaces.updatedInfo" : "Vaše změny byly uloženy",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Přidat novou službu", 271 "sidebar.addNewService" : "Přidat novou službu",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Jméno", 280 "signup.firstname.label" : "Jméno",
281 "signup.headline" : "Přihlásit se", 281 "signup.headline" : "Přihlásit se",
282 "signup.lastname.label" : "Příjmení", 282 "signup.lastname.label" : "Příjmení",
283 "signup.legal.info" : "Vytvořením účtu Franz souhlasíte s", 283 "signup.legal.info" : "Vytvořením účtu Ferdi souhlasíte s",
284 "signup.legal.privacy" : "Prohlášení o ochraně soukromí", 284 "signup.legal.privacy" : "Prohlášení o ochraně soukromí",
285 "signup.legal.terms" : "Podmínky služby", 285 "signup.legal.terms" : "Podmínky služby",
286 "signup.link.login" : "Již máte účet, přihlásit se?", 286 "signup.link.login" : "Již máte účet, přihlásit se?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Proxy support for services", 294 "subscription.features.proxy" : "Proxy support for services",
295 "subscription.features.spellchecker" : "Support for spellchecker", 295 "subscription.features.spellchecker" : "Support for spellchecker",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Placený účet Premium Supporter Franz zahrnuje", 297 "subscription.includedFeatures" : "Placený účet Premium Supporter Ferdi zahrnuje",
298 "subscription.paymentSessionError" : "Nebylo možné inicializovat platbu od", 298 "subscription.paymentSessionError" : "Nebylo možné inicializovat platbu od",
299 "subscription.submit.label" : "Chci podpořit vývoj aplikace Franz", 299 "subscription.submit.label" : "Chci podpořit vývoj aplikace Franz",
300 "subscription.type.free" : "zdarma", 300 "subscription.type.free" : "zdarma",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 4d06e17e4..42cfb9ad1 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -1,17 +1,17 @@
1{ 1{
2 "app.errorHandler.action" : "Neu laden", 2 "app.errorHandler.action" : "Neu laden",
3 "app.errorHandler.headline" : "Es ist ein Fehler aufgetreten", 3 "app.errorHandler.headline" : "Es ist ein Fehler aufgetreten",
4 "feature.announcements.changelog.headline" : "Was ist neu in Franz {version}", 4 "feature.announcements.changelog.headline" : "Was ist neu in Ferdi {version}",
5 "feature.delayApp.action" : "Hol dir Franz Premium!", 5 "feature.delayApp.action" : "Hol dir Ferdi Premium!",
6 "feature.delayApp.headline" : "Erspare dir das Warten mit Franz Premium!", 6 "feature.delayApp.headline" : "Erspare dir das Warten mit Ferdi Premium!",
7 "feature.delayApp.text" : "In {seconds} Sekunden geht's weiter!", 7 "feature.delayApp.text" : "In {seconds} Sekunden geht's weiter!",
8 "feature.shareFranz.action.email" : "Als E-Mail senden", 8 "feature.shareFranz.action.email" : "Als E-Mail senden",
9 "feature.shareFranz.action.facebook" : "Auf Facebook teilen", 9 "feature.shareFranz.action.facebook" : "Auf Facebook teilen",
10 "feature.shareFranz.action.twitter" : "Auf Twitter teilen", 10 "feature.shareFranz.action.twitter" : "Auf Twitter teilen",
11 "feature.shareFranz.headline" : "Gemeinsam ist Franz noch besser!", 11 "feature.shareFranz.headline" : "Gemeinsam ist Ferdi noch besser!",
12 "feature.shareFranz.shareText.email" : "Ich habe {count} Services zu Franz hinzugefügt! Hol dir jetzt die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir jetzt die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Ich habe {count} Services zu Franz hinzugefügt! Hol dir die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Ich habe {count} Services zu Ferdi hinzugefügt! Hol dir die kostenlose App für WhatsApp, Messenger, Slack, Skype und viele mehr auf www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Bitte erzähle deinen Freunden und Kolleginnen, warum du Franz toll findest.", 14 "feature.shareFranz.text" : "Bitte erzähle deinen Freunden und Kolleginnen, warum du Ferdi toll findest.",
15 "global.api.unhealthy" : "Verbindung zum Franz-Online-Service fehlgeschlagen", 15 "global.api.unhealthy" : "Verbindung zum Franz-Online-Service fehlgeschlagen",
16 "global.notConnectedToTheInternet" : "Du bist nicht mit dem Internet verbunden.", 16 "global.notConnectedToTheInternet" : "Du bist nicht mit dem Internet verbunden.",
17 "global.spellchecker.useDefault" : "Standard benutzen ({default})", 17 "global.spellchecker.useDefault" : "Standard benutzen ({default})",
@@ -19,7 +19,7 @@
19 "global.spellchecking.autodetect.short" : "Automatisch", 19 "global.spellchecking.autodetect.short" : "Automatisch",
20 "global.spellchecking.language" : "Sprache für Rechtschreibprüfung", 20 "global.spellchecking.language" : "Sprache für Rechtschreibprüfung",
21 "import.headline" : "Deine Franz-4-Dienste importieren", 21 "import.headline" : "Deine Franz-4-Dienste importieren",
22 "import.notSupportedHeadline" : "Dienste, die noch nicht von Franz 5 unterstützt werden", 22 "import.notSupportedHeadline" : "Dienste, die noch nicht von Ferdi 5 unterstützt werden",
23 "import.skip.label" : "Ich möchte Dienste selbst hinzufügen", 23 "import.skip.label" : "Ich möchte Dienste selbst hinzufügen",
24 "import.submit.label" : "Dienste importieren", 24 "import.submit.label" : "Dienste importieren",
25 "infobar.buttonChangelog" : "Was gibt es Neues?", 25 "infobar.buttonChangelog" : "Was gibt es Neues?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Dienste neu laden", 27 "infobar.buttonReloadServices" : "Dienste neu laden",
28 "infobar.requiredRequestsFailed" : "Dienste und Benutzerinformationen konnten nicht geladen werden", 28 "infobar.requiredRequestsFailed" : "Dienste und Benutzerinformationen konnten nicht geladen werden",
29 "infobar.servicesUpdated" : "Deine Dienste wurden aktualisiert.", 29 "infobar.servicesUpdated" : "Deine Dienste wurden aktualisiert.",
30 "infobar.updateAvailable" : "Eine neue Version von Franz ist verfügbar!", 30 "infobar.updateAvailable" : "Eine neue Version von Ferdi ist verfügbar!",
31 "invite.email.label" : "E-Mail-Adresse", 31 "invite.email.label" : "E-Mail-Adresse",
32 "invite.headline.friends" : "Lade drei Freunde oder Kolleginnen ein!", 32 "invite.headline.friends" : "Lade drei Freunde oder Kolleginnen ein!",
33 "invite.name.label" : "Name", 33 "invite.name.label" : "Name",
@@ -79,7 +79,7 @@
79 "menu.view" : "Darstellung", 79 "menu.view" : "Darstellung",
80 "menu.view.enterFullScreen" : "Vollbildmodus", 80 "menu.view.enterFullScreen" : "Vollbildmodus",
81 "menu.view.exitFullScreen" : "Vollbildmodus aus", 81 "menu.view.exitFullScreen" : "Vollbildmodus aus",
82 "menu.view.reloadFranz" : "Franz neu laden", 82 "menu.view.reloadFranz" : "Ferdi neu laden",
83 "menu.view.reloadService" : "Dienst neu laden", 83 "menu.view.reloadService" : "Dienst neu laden",
84 "menu.view.resetZoom" : "Originalgröße", 84 "menu.view.resetZoom" : "Originalgröße",
85 "menu.view.toggleDevTools" : "Entwicklertools anzeigen", 85 "menu.view.toggleDevTools" : "Entwicklertools anzeigen",
@@ -103,10 +103,10 @@
103 "password.submit.label" : "Absenden", 103 "password.submit.label" : "Absenden",
104 "password.successInfo" : "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt.", 104 "password.successInfo" : "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt.",
105 "premiumFeature.button.upgradeAccount" : "Account upgraden", 105 "premiumFeature.button.upgradeAccount" : "Account upgraden",
106 "pricing.headline" : "Franz unterstützen", 106 "pricing.headline" : "Ferdi unterstützen",
107 "pricing.link.skipPayment" : "Ich möchte die Entwicklung von Franz nicht unterstützen.", 107 "pricing.link.skipPayment" : "Ich möchte die Entwicklung von Ferdi nicht unterstützen.",
108 "pricing.submit.label" : "Ich möchte die Entwicklung von Franz unterstützen.", 108 "pricing.submit.label" : "Ich möchte die Entwicklung von Ferdi unterstützen.",
109 "pricing.support.label" : "Wie möchtest Du Franz unterstützen?", 109 "pricing.support.label" : "Wie möchtest Du Ferdi unterstützen?",
110 "service.crashHandler.action" : "{name} neu laden", 110 "service.crashHandler.action" : "{name} neu laden",
111 "service.crashHandler.autoReload" : "{name} wird in {seconds} Sekunden automatisch wiederhergestellt", 111 "service.crashHandler.autoReload" : "{name} wird in {seconds} Sekunden automatisch wiederhergestellt",
112 "service.crashHandler.headline" : "Oh nein!", 112 "service.crashHandler.headline" : "Oh nein!",
@@ -135,7 +135,7 @@
135 "settings.account.headlinePassword" : "Passwort ändern", 135 "settings.account.headlinePassword" : "Passwort ändern",
136 "settings.account.headlineProfile" : "Profil aktualisieren", 136 "settings.account.headlineProfile" : "Profil aktualisieren",
137 "settings.account.headlineSubscription" : "Dein Abonnement", 137 "settings.account.headlineSubscription" : "Dein Abonnement",
138 "settings.account.headlineUpgrade" : "Dein Konto upgraden & Franz unterstützen", 138 "settings.account.headlineUpgrade" : "Dein Konto upgraden & Ferdi unterstützen",
139 "settings.account.invoiceDownload" : "Herunterladen", 139 "settings.account.invoiceDownload" : "Herunterladen",
140 "settings.account.manageSubscription.label" : "Dein Abonnement verwalten", 140 "settings.account.manageSubscription.label" : "Dein Abonnement verwalten",
141 "settings.account.successInfo" : "Deine Änderungen wurden gespeichert", 141 "settings.account.successInfo" : "Deine Änderungen wurden gespeichert",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Cache leeren", 145 "settings.app.buttonClearAllCache" : "Cache leeren",
146 "settings.app.buttonInstallUpdate" : "Neu starten & Update installieren", 146 "settings.app.buttonInstallUpdate" : "Neu starten & Update installieren",
147 "settings.app.buttonSearchForUpdate" : "Nach Updates suchen", 147 "settings.app.buttonSearchForUpdate" : "Nach Updates suchen",
148 "settings.app.cacheInfo" : "Der Franz Cache belegt derzeit {size}.", 148 "settings.app.cacheInfo" : "Der Ferdi Cache belegt derzeit {size}.",
149 "settings.app.currentVersion" : "Aktuelle Version:", 149 "settings.app.currentVersion" : "Aktuelle Version:",
150 "settings.app.form.autoLaunchInBackground" : "Im Hintergrund öffnen", 150 "settings.app.form.autoLaunchInBackground" : "Im Hintergrund öffnen",
151 "settings.app.form.autoLaunchOnStart" : "Franz beim Systemstart ausführen", 151 "settings.app.form.autoLaunchOnStart" : "Ferdi beim Systemstart ausführen",
152 "settings.app.form.beta" : "Beta-Versionen einbeziehen", 152 "settings.app.form.beta" : "Beta-Versionen einbeziehen",
153 "settings.app.form.darkMode" : "Die dunkle Seite erwartet dich! (Dark Mode)", 153 "settings.app.form.darkMode" : "Die dunkle Seite erwartet dich! (Dark Mode)",
154 "settings.app.form.enableGPUAcceleration" : "Hardwarebeschleunigung aktivieren", 154 "settings.app.form.enableGPUAcceleration" : "Hardwarebeschleunigung aktivieren",
155 "settings.app.form.enableSpellchecking" : "Rechtschreibprüfung aktivieren", 155 "settings.app.form.enableSpellchecking" : "Rechtschreibprüfung aktivieren",
156 "settings.app.form.enableSystemTray" : "Franz im Infobereich anzeigen", 156 "settings.app.form.enableSystemTray" : "Ferdi im Infobereich anzeigen",
157 "settings.app.form.language" : "Sprache", 157 "settings.app.form.language" : "Sprache",
158 "settings.app.form.minimizeToSystemTray" : "Franz in den Infobereich minimieren", 158 "settings.app.form.minimizeToSystemTray" : "Ferdi in den Infobereich minimieren",
159 "settings.app.form.runInBackground" : "Franz im Hintergrund behalten, wenn das Fenster geschlossen wird", 159 "settings.app.form.runInBackground" : "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird",
160 "settings.app.form.showDisabledServices" : "Deaktivierte Services-Tabs anzeigen", 160 "settings.app.form.showDisabledServices" : "Deaktivierte Services-Tabs anzeigen",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Ungelesene Nachrichten zeigen, wenn die Benachrichtigungen deaktiviert sind", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Ungelesene Nachrichten zeigen, wenn die Benachrichtigungen deaktiviert sind",
162 "settings.app.headline" : "Einstellungen", 162 "settings.app.headline" : "Einstellungen",
@@ -165,10 +165,10 @@
165 "settings.app.headlineGeneral" : "Allgemeines", 165 "settings.app.headlineGeneral" : "Allgemeines",
166 "settings.app.headlineLanguage" : "Sprache", 166 "settings.app.headlineLanguage" : "Sprache",
167 "settings.app.headlineUpdates" : "Updates", 167 "settings.app.headlineUpdates" : "Updates",
168 "settings.app.languageDisclaimer" : "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Franz Community.", 168 "settings.app.languageDisclaimer" : "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Ferdi Community.",
169 "settings.app.restartRequired" : "Änderungen werden erst nach einem Neustart wirksam.", 169 "settings.app.restartRequired" : "Änderungen werden erst nach einem Neustart wirksam.",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Hilf uns, Franz in Deine Sprache zu übersetzen.", 171 "settings.app.translationHelp" : "Hilf uns, Ferdi in Deine Sprache zu übersetzen.",
172 "settings.app.updateStatusAvailable" : "Update verfügbar, lädt herunter ...", 172 "settings.app.updateStatusAvailable" : "Update verfügbar, lädt herunter ...",
173 "settings.app.updateStatusSearching" : "Suche nach Updates", 173 "settings.app.updateStatusSearching" : "Suche nach Updates",
174 "settings.app.updateStatusUpToDate" : "Du nutzt die aktuellste Version von Franz", 174 "settings.app.updateStatusUpToDate" : "Du nutzt die aktuellste Version von Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "{name} hinzufügen", 195 "settings.service.form.addServiceHeadline" : "{name} hinzufügen",
196 "settings.service.form.availableServices" : "Verfügbare Dienste", 196 "settings.service.form.availableServices" : "Verfügbare Dienste",
197 "settings.service.form.customUrl" : "Eigener Server", 197 "settings.service.form.customUrl" : "Eigener Server",
198 "settings.service.form.customUrlPremiumInfo" : "Um einen selbst gehosteten Dienst hinzuzufügen, brauchst Du ein Franz Premium Konto.", 198 "settings.service.form.customUrlPremiumInfo" : "Um einen selbst gehosteten Dienst hinzuzufügen, brauchst Du ein Ferdi Premium Konto.",
199 "settings.service.form.customUrlUpgradeAccount" : "Dein Konto upgraden", 199 "settings.service.form.customUrlUpgradeAccount" : "Dein Konto upgraden",
200 "settings.service.form.customUrlValidationError" : "Dein {name}-Server konnte nicht verifiziert werden.", 200 "settings.service.form.customUrlValidationError" : "Dein {name}-Server konnte nicht verifiziert werden.",
201 "settings.service.form.deleteButton" : "Dienst löschen", 201 "settings.service.form.deleteButton" : "Dienst löschen",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Name", 217 "settings.service.form.name" : "Name",
218 "settings.service.form.proxy.headline" : "HTTP-\/HTTPS-Proxy-Einstellungen", 218 "settings.service.form.proxy.headline" : "HTTP-\/HTTPS-Proxy-Einstellungen",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy-Einstellungen werden nicht mit den Franz Servern synchronisiert.", 220 "settings.service.form.proxy.info" : "Proxy-Einstellungen werden nicht mit den Ferdi Servern synchronisiert.",
221 "settings.service.form.proxy.isEnabled" : "Proxy-Server verwenden", 221 "settings.service.form.proxy.isEnabled" : "Proxy-Server verwenden",
222 "settings.service.form.proxy.password" : "Passwort (optional)", 222 "settings.service.form.proxy.password" : "Passwort (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Bitte starte Franz nach dem Ändern der Proxy-Einstellungen neu.", 224 "settings.service.form.proxy.restartInfo" : "Bitte starte Ferdi nach dem Ändern der Proxy-Einstellungen neu.",
225 "settings.service.form.proxy.user" : "Benutzer (optional)", 225 "settings.service.form.proxy.user" : "Benutzer (optional)",
226 "settings.service.form.saveButton" : "Dienst speichern", 226 "settings.service.form.saveButton" : "Dienst speichern",
227 "settings.service.form.tabHosted" : "Gehostet", 227 "settings.service.form.tabHosted" : "Gehostet",
@@ -238,10 +238,10 @@
238 "settings.services.tooltip.isMuted" : "Alle Töne sind deaktiviert", 238 "settings.services.tooltip.isMuted" : "Alle Töne sind deaktiviert",
239 "settings.services.tooltip.notificationsDisabled" : "Benachrichtigungen deaktiviert", 239 "settings.services.tooltip.notificationsDisabled" : "Benachrichtigungen deaktiviert",
240 "settings.services.updatedInfo" : "Deine Änderungen wurden gespeichert", 240 "settings.services.updatedInfo" : "Deine Änderungen wurden gespeichert",
241 "settings.team.contentHeadline" : "Franz für Teams", 241 "settings.team.contentHeadline" : "Ferdi für Teams",
242 "settings.team.copy" : "Mit Franz für Teams kannst du Kolleginnen und Kollegen per Email-Invite in dein Team einladen und ihre Abonnments in den Einstellungen deines Accounts verwalten. Verschwende keine Zeit mehr damit, Lizenzen für jedes Teammitglied einzeln einzurichten, vergiss mehrfache Rechnungen und unterschiedliche Abrechnungszeiträume - alles unter einem Dach.", 242 "settings.team.copy" : "Mit Ferdi für Teams kannst du Kolleginnen und Kollegen per Email-Invite in dein Team einladen und ihre Abonnments in den Einstellungen deines Accounts verwalten. Verschwende keine Zeit mehr damit, Lizenzen für jedes Teammitglied einzeln einzurichten, vergiss mehrfache Rechnungen und unterschiedliche Abrechnungszeiträume - alles unter einem Dach.",
243 "settings.team.headline" : "Team", 243 "settings.team.headline" : "Team",
244 "settings.team.intro" : "Mit Franz für Teams kannst du Premium Lizenzen für Kolleginnen und Kollegen oder Freunde und Familienmitglieder kaufen und verwalten - so viele du willst.", 244 "settings.team.intro" : "Mit Ferdi für Teams kannst du Premium Lizenzen für Kolleginnen und Kollegen oder Freunde und Familienmitglieder kaufen und verwalten - so viele du willst.",
245 "settings.team.manageAction" : "Verwalte dein Team auf meetfranz.com", 245 "settings.team.manageAction" : "Verwalte dein Team auf meetfranz.com",
246 "settings.team.upgradeAction" : "Account Upgrade durchführen", 246 "settings.team.upgradeAction" : "Account Upgrade durchführen",
247 "settings.user.form.accountType.company" : "Firma", 247 "settings.user.form.accountType.company" : "Firma",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "Du hast noch keine Workspaces hinzugefügt", 265 "settings.workspaces.noWorkspacesAdded" : "Du hast noch keine Workspaces hinzugefügt",
266 "settings.workspaces.tryReloadWorkspaces" : "Erneut versuchen", 266 "settings.workspaces.tryReloadWorkspaces" : "Erneut versuchen",
267 "settings.workspaces.updatedInfo" : "Deine Änderungen wurden gespeichert", 267 "settings.workspaces.updatedInfo" : "Deine Änderungen wurden gespeichert",
268 "settings.workspaces.workspaceFeatureHeadline" : "Weniger ist mehr: Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Weniger ist mehr: Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Mit Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Workspaces konnte nicht geladen werden", 270 "settings.workspaces.workspacesRequestFailed" : "Workspaces konnte nicht geladen werden",
271 "sidebar.addNewService" : "Neuen Dienst hinzufügen", 271 "sidebar.addNewService" : "Neuen Dienst hinzufügen",
272 "sidebar.closeWorkspaceDrawer" : "Workspaces schließen", 272 "sidebar.closeWorkspaceDrawer" : "Workspaces schließen",
@@ -289,14 +289,14 @@
289 "subscription.euTaxInfo" : "Preise zuzüglich allfälliger Steuern", 289 "subscription.euTaxInfo" : "Preise zuzüglich allfälliger Steuern",
290 "subscription.features.ads" : "Werbefrei auf Lebenszeit!", 290 "subscription.features.ads" : "Werbefrei auf Lebenszeit!",
291 "subscription.features.comingSoon" : "folgt bald", 291 "subscription.features.comingSoon" : "folgt bald",
292 "subscription.features.noInterruptions" : "Verwende Franz ohne Wartezeiten", 292 "subscription.features.noInterruptions" : "Verwende Ferdi ohne Wartezeiten",
293 "subscription.features.onpremise.mattermost" : "Integration von gehosteten Diensten wie Mattermost", 293 "subscription.features.onpremise.mattermost" : "Integration von gehosteten Diensten wie Mattermost",
294 "subscription.features.proxy" : "Proxy Support für Dienste", 294 "subscription.features.proxy" : "Proxy Support für Dienste",
295 "subscription.features.spellchecker" : "Unterstützung für Rechtschreibprüfung", 295 "subscription.features.spellchecker" : "Unterstützung für Rechtschreibprüfung",
296 "subscription.features.workspaces" : "Organisiere deine Services in Workspaces", 296 "subscription.features.workspaces" : "Organisiere deine Services in Workspaces",
297 "subscription.includedFeatures" : "Bezahlte Franz Premium Lizenzen beinhalten", 297 "subscription.includedFeatures" : "Bezahlte Ferdi Premium Lizenzen beinhalten",
298 "subscription.paymentSessionError" : "Das Zahlungs-Formular konnte nicht geladen werden.", 298 "subscription.paymentSessionError" : "Das Zahlungs-Formular konnte nicht geladen werden.",
299 "subscription.submit.label" : "Ich möchte die Entwicklung von Franz unterstützen", 299 "subscription.submit.label" : "Ich möchte die Entwicklung von Ferdi unterstützen",
300 "subscription.type.free" : "kostenlos", 300 "subscription.type.free" : "kostenlos",
301 "subscription.type.month" : "Monat", 301 "subscription.type.month" : "Monat",
302 "subscription.type.year" : "Jahr", 302 "subscription.type.year" : "Jahr",
@@ -316,7 +316,7 @@
316 "validation.oneRequired" : "Mindestens ein Wert wird benötigt", 316 "validation.oneRequired" : "Mindestens ein Wert wird benötigt",
317 "validation.required" : "{field} wird benötigt", 317 "validation.required" : "{field} wird benötigt",
318 "validation.url" : "{field} ist keine gültige URL", 318 "validation.url" : "{field} ist keine gültige URL",
319 "welcome.loginButton" : "Bei Franz einloggen", 319 "welcome.loginButton" : "Bei Ferdi einloggen",
320 "welcome.signupButton" : "Kostenloses Konto erstellen", 320 "welcome.signupButton" : "Kostenloses Konto erstellen",
321 "workspaceDrawer.addNewWorkspaceLabel" : "Neuen Workspace hinzufügen", 321 "workspaceDrawer.addNewWorkspaceLabel" : "Neuen Workspace hinzufügen",
322 "workspaceDrawer.allServices" : "Alle Dienste", 322 "workspaceDrawer.allServices" : "Alle Dienste",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Erstelle deinen ersten Workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Erstelle deinen ersten Workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium Feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium Feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Premium Account aktivieren", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Premium Account aktivieren",
329 "workspaceDrawer.workspaceFeatureInfo" : "Mit Franz 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.", 329 "workspaceDrawer.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.",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Workspaces bearbeiten", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Workspaces bearbeiten",
331 "workspaces.switchingIndicator.switchingTo" : "Wechsle zu" 331 "workspaces.switchingIndicator.switchingTo" : "Wechsle zu"
332} 332}
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index dfaef8e40..affaf7f2b 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 Franz is available.", 5 "defaultMessage": "!!!A new update for Ferdi is available.",
6 "end": { 6 "end": {
7 "column": 3, 7 "column": 3,
8 "line": 12 8 "line": 12
@@ -46,7 +46,7 @@
46 { 46 {
47 "descriptors": [ 47 "descriptors": [
48 { 48 {
49 "defaultMessage": "!!!Import your Franz 4 services", 49 "defaultMessage": "!!!Import your Ferdi 4 services",
50 "end": { 50 "end": {
51 "column": 3, 51 "column": 3,
52 "line": 16 52 "line": 16
@@ -59,7 +59,7 @@
59 } 59 }
60 }, 60 },
61 { 61 {
62 "defaultMessage": "!!!Services not yet supported in Franz 5", 62 "defaultMessage": "!!!Services not yet supported in Ferdi 5",
63 "end": { 63 "end": {
64 "column": 3, 64 "column": 3,
65 "line": 20 65 "line": 20
@@ -552,7 +552,7 @@
552 } 552 }
553 }, 553 },
554 { 554 {
555 "defaultMessage": "!!!By creating a Franz account you accept the", 555 "defaultMessage": "!!!By creating a Ferdi account you accept the",
556 "end": { 556 "end": {
557 "column": 3, 557 "column": 3,
558 "line": 45 558 "line": 45
@@ -1273,7 +1273,7 @@
1273 } 1273 }
1274 }, 1274 },
1275 { 1275 {
1276 "defaultMessage": "!!!If you don't need your Franz account any longer, you can delete your account and all related data here.", 1276 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
1277 "end": { 1277 "end": {
1278 "column": 3, 1278 "column": 3,
1279 "line": 69 1279 "line": 69
@@ -1652,7 +1652,7 @@
1652 } 1652 }
1653 }, 1653 },
1654 { 1654 {
1655 "defaultMessage": "!!!To add self hosted services, you need a Franz Premium Supporter Account.", 1655 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
1656 "end": { 1656 "end": {
1657 "column": 3, 1657 "column": 3,
1658 "line": 65 1658 "line": 65
@@ -1782,7 +1782,7 @@
1782 } 1782 }
1783 }, 1783 },
1784 { 1784 {
1785 "defaultMessage": "!!!Please restart Franz after changing proxy Settings.", 1785 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
1786 "end": { 1786 "end": {
1787 "column": 3, 1787 "column": 3,
1788 "line": 105 1788 "line": 105
@@ -1795,7 +1795,7 @@
1795 } 1795 }
1796 }, 1796 },
1797 { 1797 {
1798 "defaultMessage": "!!!Proxy settings will not be synchronized with the Franz servers.", 1798 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
1799 "end": { 1799 "end": {
1800 "column": 3, 1800 "column": 3,
1801 "line": 109 1801 "line": 109
@@ -2114,7 +2114,7 @@
2114 } 2114 }
2115 }, 2115 },
2116 { 2116 {
2117 "defaultMessage": "!!!Help us to translate Franz into your language.", 2117 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
2118 "end": { 2118 "end": {
2119 "column": 3, 2119 "column": 3,
2120 "line": 43 2120 "line": 43
@@ -2140,7 +2140,7 @@
2140 } 2140 }
2141 }, 2141 },
2142 { 2142 {
2143 "defaultMessage": "!!!Franz cache is currently using {size} of disk space.", 2143 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
2144 "end": { 2144 "end": {
2145 "column": 3, 2145 "column": 3,
2146 "line": 51 2146 "line": 51
@@ -2288,7 +2288,7 @@
2288 } 2288 }
2289 }, 2289 },
2290 { 2290 {
2291 "defaultMessage": "!!!Franz for Teams", 2291 "defaultMessage": "!!!Ferdi for Teams",
2292 "end": { 2292 "end": {
2293 "column": 3, 2293 "column": 3,
2294 "line": 21 2294 "line": 21
@@ -2314,7 +2314,7 @@
2314 } 2314 }
2315 }, 2315 },
2316 { 2316 {
2317 "defaultMessage": "!!!Franz 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!", 2317 "defaultMessage": "!!!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!",
2318 "end": { 2318 "end": {
2319 "column": 3, 2319 "column": 3,
2320 "line": 29 2320 "line": 29
@@ -2506,7 +2506,7 @@
2506 } 2506 }
2507 }, 2507 },
2508 { 2508 {
2509 "defaultMessage": "!!!The Franz Premium Supporter Account includes", 2509 "defaultMessage": "!!!The Ferdi Premium Supporter Account includes",
2510 "end": { 2510 "end": {
2511 "column": 3, 2511 "column": 3,
2512 "line": 37 2512 "line": 37
@@ -2926,7 +2926,7 @@
2926 { 2926 {
2927 "descriptors": [ 2927 "descriptors": [
2928 { 2928 {
2929 "defaultMessage": "!!!Launch Franz on start", 2929 "defaultMessage": "!!!Launch Ferdi on start",
2930 "end": { 2930 "end": {
2931 "column": 3, 2931 "column": 3,
2932 "line": 25 2932 "line": 25
@@ -2952,7 +2952,7 @@
2952 } 2952 }
2953 }, 2953 },
2954 { 2954 {
2955 "defaultMessage": "!!!Keep Franz in background when closing the window", 2955 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
2956 "end": { 2956 "end": {
2957 "column": 3, 2957 "column": 3,
2958 "line": 33 2958 "line": 33
@@ -2965,7 +2965,7 @@
2965 } 2965 }
2966 }, 2966 },
2967 { 2967 {
2968 "defaultMessage": "!!!Show Franz in system tray", 2968 "defaultMessage": "!!!Show Ferdi in system tray",
2969 "end": { 2969 "end": {
2970 "column": 3, 2970 "column": 3,
2971 "line": 37 2971 "line": 37
@@ -2978,7 +2978,7 @@
2978 } 2978 }
2979 }, 2979 },
2980 { 2980 {
2981 "defaultMessage": "!!!Minimize Franz to system tray", 2981 "defaultMessage": "!!!Minimize Ferdi to system tray",
2982 "end": { 2982 "end": {
2983 "column": 3, 2983 "column": 3,
2984 "line": 41 2984 "line": 41
@@ -3209,7 +3209,7 @@
3209 { 3209 {
3210 "descriptors": [ 3210 "descriptors": [
3211 { 3211 {
3212 "defaultMessage": "!!!Changes in Franz {version}", 3212 "defaultMessage": "!!!Changes in Ferdi {version}",
3213 "end": { 3213 "end": {
3214 "column": 3, 3214 "column": 3,
3215 "line": 22 3215 "line": 22
@@ -3240,7 +3240,7 @@
3240 } 3240 }
3241 }, 3241 },
3242 { 3242 {
3243 "defaultMessage": "!!!Get a Franz Supporter License", 3243 "defaultMessage": "!!!Get a Ferdi Supporter License",
3244 "end": { 3244 "end": {
3245 "column": 3, 3245 "column": 3,
3246 "line": 20 3246 "line": 20
@@ -3253,7 +3253,7 @@
3253 } 3253 }
3254 }, 3254 },
3255 { 3255 {
3256 "defaultMessage": "!!!Franz will continue in {seconds} seconds.", 3256 "defaultMessage": "!!!Ferdi will continue in {seconds} seconds.",
3257 "end": { 3257 "end": {
3258 "column": 3, 3258 "column": 3,
3259 "line": 24 3259 "line": 24
@@ -3271,7 +3271,7 @@
3271 { 3271 {
3272 "descriptors": [ 3272 "descriptors": [
3273 { 3273 {
3274 "defaultMessage": "!!!Franz is better together!", 3274 "defaultMessage": "!!!Ferdi is better together!",
3275 "end": { 3275 "end": {
3276 "column": 3, 3276 "column": 3,
3277 "line": 17 3277 "line": 17
@@ -3284,7 +3284,7 @@
3284 } 3284 }
3285 }, 3285 },
3286 { 3286 {
3287 "defaultMessage": "!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 3287 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
3288 "end": { 3288 "end": {
3289 "column": 3, 3289 "column": 3,
3290 "line": 21 3290 "line": 21
@@ -3725,7 +3725,7 @@
3725 } 3725 }
3726 }, 3726 },
3727 { 3727 {
3728 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces", 3728 "defaultMessage": "!!!Less is More: Introducing Ferdi Workspaces",
3729 "end": { 3729 "end": {
3730 "column": 3, 3730 "column": 3,
3731 "line": 48 3731 "line": 48
@@ -3831,7 +3831,7 @@
3831 { 3831 {
3832 "descriptors": [ 3832 "descriptors": [
3833 { 3833 {
3834 "defaultMessage": "!!!Can't connect to Franz Online Services", 3834 "defaultMessage": "!!!Can't connect to Ferdi Online Services",
3835 "end": { 3835 "end": {
3836 "column": 3, 3836 "column": 3,
3837 "line": 7 3837 "line": 7
@@ -4304,7 +4304,7 @@
4304 } 4304 }
4305 }, 4305 },
4306 { 4306 {
4307 "defaultMessage": "!!!Franz Debug Information", 4307 "defaultMessage": "!!!Ferdi Debug Information",
4308 "end": { 4308 "end": {
4309 "column": 3, 4309 "column": 3,
4310 "line": 137 4310 "line": 137
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index a083964d4..d02f78dbd 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Επαναφόρτωση", 2 "app.errorHandler.action" : "Επαναφόρτωση",
3 "app.errorHandler.headline" : "Κάτι δεν λειτουργεί", 3 "app.errorHandler.headline" : "Κάτι δεν λειτουργεί",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Get a Franz Supporter License", 5 "feature.delayApp.action" : "Get a Ferdi Supporter License",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz θα συνεχίσει σε {seconds} δευτερόλεπτα.", 7 "feature.delayApp.text" : "Ferdi θα συνεχίσει σε {seconds} δευτερόλεπτα.",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Franz", 15 "global.api.unhealthy" : "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Franz",
16 "global.notConnectedToTheInternet" : "Έχετε αποσυνδεθεί από το Διαδίκτυο", 16 "global.notConnectedToTheInternet" : "Έχετε αποσυνδεθεί από το Διαδίκτυο",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Spell checking language", 20 "global.spellchecking.language" : "Spell checking language",
21 "import.headline" : "Εισαγάγετε τις υπηρεσίες σας Franz 4", 21 "import.headline" : "Εισαγάγετε τις υπηρεσίες σας Ferdi 4",
22 "import.notSupportedHeadline" : "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Franz 5", 22 "import.notSupportedHeadline" : "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Ferdi 5",
23 "import.skip.label" : "Θέλω να προσθέσω υπηρεσίες χειροκίνητα", 23 "import.skip.label" : "Θέλω να προσθέσω υπηρεσίες χειροκίνητα",
24 "import.submit.label" : "Εισαγωγή υπηρεσιών", 24 "import.submit.label" : "Εισαγωγή υπηρεσιών",
25 "infobar.buttonChangelog" : "Τι νέο υπάρχει;", 25 "infobar.buttonChangelog" : "Τι νέο υπάρχει;",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Καθαρισμός λανθάνουσας μνήμης", 145 "settings.app.buttonClearAllCache" : "Καθαρισμός λανθάνουσας μνήμης",
146 "settings.app.buttonInstallUpdate" : "Επανεκκίνηση & εγκατάσταση ενημερώσεων", 146 "settings.app.buttonInstallUpdate" : "Επανεκκίνηση & εγκατάσταση ενημερώσεων",
147 "settings.app.buttonSearchForUpdate" : "Έλεγχος για ενημερώσεις", 147 "settings.app.buttonSearchForUpdate" : "Έλεγχος για ενημερώσεις",
148 "settings.app.cacheInfo" : "Το Franz χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.", 148 "settings.app.cacheInfo" : "Το Ferdi χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.",
149 "settings.app.currentVersion" : "Τρέχουσα έκδοση:", 149 "settings.app.currentVersion" : "Τρέχουσα έκδοση:",
150 "settings.app.form.autoLaunchInBackground" : "Άνοιγμα στο παρασκήνιο", 150 "settings.app.form.autoLaunchInBackground" : "Άνοιγμα στο παρασκήνιο",
151 "settings.app.form.autoLaunchOnStart" : "Εκκίνηση του Franz κατά την εκκίνηση του συστήματος", 151 "settings.app.form.autoLaunchOnStart" : "Εκκίνηση του Ferdi κατά την εκκίνηση του συστήματος",
152 "settings.app.form.beta" : "Συμπεριλάβετε εκδόσεις beta", 152 "settings.app.form.beta" : "Συμπεριλάβετε εκδόσεις beta",
153 "settings.app.form.darkMode" : "Join the Dark Side", 153 "settings.app.form.darkMode" : "Join the Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Ενεργοποιήση Ενίσχυσης GPU ", 154 "settings.app.form.enableGPUAcceleration" : "Ενεργοποιήση Ενίσχυσης GPU ",
155 "settings.app.form.enableSpellchecking" : "Ενεργοποίηση ορθογραφικού ελέγχου", 155 "settings.app.form.enableSpellchecking" : "Ενεργοποίηση ορθογραφικού ελέγχου",
156 "settings.app.form.enableSystemTray" : "Εμφάνιση του Franz στη γραμμή ειδοποιήσεων", 156 "settings.app.form.enableSystemTray" : "Εμφάνιση του Ferdi στη γραμμή ειδοποιήσεων",
157 "settings.app.form.language" : "Γλώσσα", 157 "settings.app.form.language" : "Γλώσσα",
158 "settings.app.form.minimizeToSystemTray" : "Ελαχιστοποίηση του Franz στη γραμμή ειδοποιήσεων", 158 "settings.app.form.minimizeToSystemTray" : "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων",
159 "settings.app.form.runInBackground" : "Κρατήστε το Franz στο παρασκήνιο κατά το κλείσιμο του παραθύρου", 159 "settings.app.form.runInBackground" : "Κρατήστε το Ferdi στο παρασκήνιο κατά το κλείσιμο του παραθύρου",
160 "settings.app.form.showDisabledServices" : "Προβολή καρτελών των απενεργοποιημένων υπηρεσιών", 160 "settings.app.form.showDisabledServices" : "Προβολή καρτελών των απενεργοποιημένων υπηρεσιών",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Προβολή του εικονιδίου μη αναγνωσμένου μηνύματος όταν οι ειδοποιήσεις είναι απενεργοποιημένες", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Προβολή του εικονιδίου μη αναγνωσμένου μηνύματος όταν οι ειδοποιήσεις είναι απενεργοποιημένες",
162 "settings.app.headline" : "Ρυθμίσεις", 162 "settings.app.headline" : "Ρυθμίσεις",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Οι αλλαγές απαιτούν επανεκκίνηση", 169 "settings.app.restartRequired" : "Οι αλλαγές απαιτούν επανεκκίνηση",
170 "settings.app.subheadlineCache" : "Λανθάνουσα μνήμη", 170 "settings.app.subheadlineCache" : "Λανθάνουσα μνήμη",
171 "settings.app.translationHelp" : "Βοηθήστε μας να μεταφράσουμε το Franz στη δική σας γλώσσα.", 171 "settings.app.translationHelp" : "Βοηθήστε μας να μεταφράσουμε το Ferdi στη δική σας γλώσσα.",
172 "settings.app.updateStatusAvailable" : "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...", 172 "settings.app.updateStatusAvailable" : "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...",
173 "settings.app.updateStatusSearching" : " Γίνεται αναζήτηση για ενημέρωση", 173 "settings.app.updateStatusSearching" : " Γίνεται αναζήτηση για ενημέρωση",
174 "settings.app.updateStatusUpToDate" : "Χρησιμοποιείτε την τελευταία έκδοση του Franz", 174 "settings.app.updateStatusUpToDate" : "Χρησιμοποιείτε την τελευταία έκδοση του Franz",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Όνομα", 217 "settings.service.form.name" : "Όνομα",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "Αποθήκευση υπηρεσίας", 226 "settings.service.form.saveButton" : "Αποθήκευση υπηρεσίας",
227 "settings.service.form.tabHosted" : "Φιλοξενείται", 227 "settings.service.form.tabHosted" : "Φιλοξενείται",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Όλοι οι ήχοι είναι απενεργοποιημένοι", 238 "settings.services.tooltip.isMuted" : "Όλοι οι ήχοι είναι απενεργοποιημένοι",
239 "settings.services.tooltip.notificationsDisabled" : "Οι ειδοποιήσεις είναι απενεργοποιημένες", 239 "settings.services.tooltip.notificationsDisabled" : "Οι ειδοποιήσεις είναι απενεργοποιημένες",
240 "settings.services.updatedInfo" : "Οι αλλαγές σας έχουν αποθηκευτεί", 240 "settings.services.updatedInfo" : "Οι αλλαγές σας έχουν αποθηκευτεί",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Ομάδα", 243 "settings.team.headline" : "Ομάδα",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Δοκιμάστε ξανά", 266 "settings.workspaces.tryReloadWorkspaces" : "Δοκιμάστε ξανά",
267 "settings.workspaces.updatedInfo" : "Οι αλλαγές σας έχουν αποθηκευτεί", 267 "settings.workspaces.updatedInfo" : "Οι αλλαγές σας έχουν αποθηκευτεί",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Προσθήκη νέας υπηρεσίας", 271 "sidebar.addNewService" : "Προσθήκη νέας υπηρεσίας",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Όνομα", 280 "signup.firstname.label" : "Όνομα",
281 "signup.headline" : "Εγγραφή", 281 "signup.headline" : "Εγγραφή",
282 "signup.lastname.label" : "Επίθετο", 282 "signup.lastname.label" : "Επίθετο",
283 "signup.legal.info" : "Δημιουργώντας έναν λογαριασμό Franz αποδέχεστε τους", 283 "signup.legal.info" : "Δημιουργώντας έναν λογαριασμό Ferdi αποδέχεστε τους",
284 "signup.legal.privacy" : "Δήλωση απορρήτου", 284 "signup.legal.privacy" : "Δήλωση απορρήτου",
285 "signup.legal.terms" : "Όροι υπηρεσίας", 285 "signup.legal.terms" : "Όροι υπηρεσίας",
286 "signup.link.login" : "Έχετε ήδη λογαριασμό? Συνδεθείτε.", 286 "signup.link.login" : "Έχετε ήδη λογαριασμό? Συνδεθείτε.",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Proxy support for services", 294 "subscription.features.proxy" : "Proxy support for services",
295 "subscription.features.spellchecker" : "Support for spellchecker", 295 "subscription.features.spellchecker" : "Support for spellchecker",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Ο Premium λογαριασμός υποστήριξης Franz περιλαμβάνει", 297 "subscription.includedFeatures" : "Ο Premium λογαριασμός υποστήριξης Ferdi περιλαμβάνει",
298 "subscription.paymentSessionError" : "Δεν ήταν δυνατή η προετοιμασία της φόρμας πληρωμής", 298 "subscription.paymentSessionError" : "Δεν ήταν δυνατή η προετοιμασία της φόρμας πληρωμής",
299 "subscription.submit.label" : "Θέλω να βοηθήσω στην ανάπτυξη του Franz", 299 "subscription.submit.label" : "Θέλω να βοηθήσω στην ανάπτυξη του Franz",
300 "subscription.type.free" : "δωρεάν", 300 "subscription.type.free" : "δωρεάν",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 8d59edbfc..19cf031f6 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action": "Reload", 2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong", 3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Franz {version}", 4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.action": "Get a Franz Supporter License", 5 "feature.delayApp.action": "Get a Ferdi Supporter License",
6 "feature.delayApp.headline": "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text": "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
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": "Franz is better together!", 11 "feature.shareFranz.headline": "Ferdi is better together!",
12 "feature.shareFranz.shareText.email": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger",
14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy": "Can't connect to Franz online services", 15 "global.api.unhealthy": "Can't connect to Ferdi online services",
16 "global.notConnectedToTheInternet": "You are not connected to the internet.", 16 "global.notConnectedToTheInternet": "You are not connected to the internet.",
17 "global.spellchecker.useDefault": "Use System Default ({default})", 17 "global.spellchecker.useDefault": "Use System Default ({default})",
18 "global.spellchecking.autodetect": "Detect language automatically", 18 "global.spellchecking.autodetect": "Detect language automatically",
19 "global.spellchecking.autodetect.short": "Automatic", 19 "global.spellchecking.autodetect.short": "Automatic",
20 "global.spellchecking.language": "Spell checking language", 20 "global.spellchecking.language": "Spell checking language",
21 "import.headline": "Import your Franz 4 services", 21 "import.headline": "Import your Ferdi 4 services",
22 "import.notSupportedHeadline": "Services not yet supported in Franz 5", 22 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
23 "import.skip.label": "I want to add services manually", 23 "import.skip.label": "I want to add services manually",
24 "import.submit.label": "Import services", 24 "import.submit.label": "Import services",
25 "infobar.buttonChangelog": "What is new?", 25 "infobar.buttonChangelog": "What is new?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices": "Reload services", 27 "infobar.buttonReloadServices": "Reload services",
28 "infobar.requiredRequestsFailed": "Could not load services and user information", 28 "infobar.requiredRequestsFailed": "Could not load services and user information",
29 "infobar.servicesUpdated": "Your services have been updated.", 29 "infobar.servicesUpdated": "Your services have been updated.",
30 "infobar.updateAvailable": "A new update for Franz is available.", 30 "infobar.updateAvailable": "A new update for Ferdi is available.",
31 "invite.email.label": "Email address", 31 "invite.email.label": "Email address",
32 "invite.headline.friends": "Invite 3 of your friends or colleagues", 32 "invite.headline.friends": "Invite 3 of your friends or colleagues",
33 "invite.name.label": "Name", 33 "invite.name.label": "Name",
@@ -70,7 +70,7 @@
70 "menu.help.changelog": "Changelog", 70 "menu.help.changelog": "Changelog",
71 "menu.help.debugInfo": "Copy Debug Information", 71 "menu.help.debugInfo": "Copy Debug Information",
72 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 72 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
73 "menu.help.debugInfoCopiedHeadline": "Franz Debug Information", 73 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
74 "menu.help.learnMore": "Learn More", 74 "menu.help.learnMore": "Learn More",
75 "menu.help.privacy": "Privacy Statement", 75 "menu.help.privacy": "Privacy Statement",
76 "menu.help.support": "Support", 76 "menu.help.support": "Support",
@@ -130,7 +130,7 @@
130 "settings.account.buttonSave": "Update profile", 130 "settings.account.buttonSave": "Update profile",
131 "settings.account.deleteAccount": "Delete account", 131 "settings.account.deleteAccount": "Delete account",
132 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 132 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
133 "settings.account.deleteInfo": "If you don't need your Franz account any longer, you can delete your account and all related data here.", 133 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
134 "settings.account.headline": "Account", 134 "settings.account.headline": "Account",
135 "settings.account.headlineAccount": "Account information", 135 "settings.account.headlineAccount": "Account information",
136 "settings.account.headlineDangerZone": "Danger Zone", 136 "settings.account.headlineDangerZone": "Danger Zone",
@@ -148,18 +148,18 @@
148 "settings.app.buttonClearAllCache": "Clear cache", 148 "settings.app.buttonClearAllCache": "Clear cache",
149 "settings.app.buttonInstallUpdate": "Restart & install update", 149 "settings.app.buttonInstallUpdate": "Restart & install update",
150 "settings.app.buttonSearchForUpdate": "Check for updates", 150 "settings.app.buttonSearchForUpdate": "Check for updates",
151 "settings.app.cacheInfo": "Franz cache is currently using {size} of disk space.", 151 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
152 "settings.app.currentVersion": "Current version:", 152 "settings.app.currentVersion": "Current version:",
153 "settings.app.form.autoLaunchInBackground": "Open in background", 153 "settings.app.form.autoLaunchInBackground": "Open in background",
154 "settings.app.form.autoLaunchOnStart": "Launch Franz on start", 154 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
155 "settings.app.form.beta": "Include beta versions", 155 "settings.app.form.beta": "Include beta versions",
156 "settings.app.form.darkMode": "Join the Dark Side", 156 "settings.app.form.darkMode": "Join the Dark Side",
157 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 157 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
158 "settings.app.form.enableSpellchecking": "Enable spell checking", 158 "settings.app.form.enableSpellchecking": "Enable spell checking",
159 "settings.app.form.enableSystemTray": "Show Franz in system tray", 159 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
160 "settings.app.form.language": "Language", 160 "settings.app.form.language": "Language",
161 "settings.app.form.minimizeToSystemTray": "Minimize Franz to system tray", 161 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
162 "settings.app.form.runInBackground": "Keep Franz in background when closing the window", 162 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
163 "settings.app.form.showDisabledServices": "Display disabled services tabs", 163 "settings.app.form.showDisabledServices": "Display disabled services tabs",
164 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 164 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
165 "settings.app.headline": "Settings", 165 "settings.app.headline": "Settings",
@@ -171,7 +171,7 @@
171 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 171 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
172 "settings.app.restartRequired": "Changes require restart", 172 "settings.app.restartRequired": "Changes require restart",
173 "settings.app.subheadlineCache": "Cache", 173 "settings.app.subheadlineCache": "Cache",
174 "settings.app.translationHelp": "Help us to translate Franz into your language.", 174 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
175 "settings.app.updateStatusAvailable": "Update available, downloading...", 175 "settings.app.updateStatusAvailable": "Update available, downloading...",
176 "settings.app.updateStatusSearching": "Is searching for update", 176 "settings.app.updateStatusSearching": "Is searching for update",
177 "settings.app.updateStatusUpToDate": "You are using the latest version of Franz", 177 "settings.app.updateStatusUpToDate": "You are using the latest version of Franz",
@@ -198,7 +198,7 @@
198 "settings.service.form.addServiceHeadline": "Add {name}", 198 "settings.service.form.addServiceHeadline": "Add {name}",
199 "settings.service.form.availableServices": "Available services", 199 "settings.service.form.availableServices": "Available services",
200 "settings.service.form.customUrl": "Custom server", 200 "settings.service.form.customUrl": "Custom server",
201 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Franz Premium Supporter Account.", 201 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
202 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account", 202 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
203 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 203 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
204 "settings.service.form.deleteButton": "Delete service", 204 "settings.service.form.deleteButton": "Delete service",
@@ -220,11 +220,11 @@
220 "settings.service.form.name": "Name", 220 "settings.service.form.name": "Name",
221 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 221 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
222 "settings.service.form.proxy.host": "Proxy Host/IP", 222 "settings.service.form.proxy.host": "Proxy Host/IP",
223 "settings.service.form.proxy.info": "Proxy settings will not synced with the Franz servers.", 223 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
224 "settings.service.form.proxy.isEnabled": "Use Proxy", 224 "settings.service.form.proxy.isEnabled": "Use Proxy",
225 "settings.service.form.proxy.password": "Password (optional)", 225 "settings.service.form.proxy.password": "Password (optional)",
226 "settings.service.form.proxy.port": "Port", 226 "settings.service.form.proxy.port": "Port",
227 "settings.service.form.proxy.restartInfo": "Please restart Franz after changing proxy Settings.", 227 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
228 "settings.service.form.proxy.user": "User (optional)", 228 "settings.service.form.proxy.user": "User (optional)",
229 "settings.service.form.saveButton": "Save service", 229 "settings.service.form.saveButton": "Save service",
230 "settings.service.form.tabHosted": "Hosted", 230 "settings.service.form.tabHosted": "Hosted",
@@ -241,8 +241,8 @@
241 "settings.services.tooltip.isMuted": "All sounds are muted", 241 "settings.services.tooltip.isMuted": "All sounds are muted",
242 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 242 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
243 "settings.services.updatedInfo": "Your changes have been saved", 243 "settings.services.updatedInfo": "Your changes have been saved",
244 "settings.team.contentHeadline": "Franz for Teams", 244 "settings.team.contentHeadline": "Ferdi for Teams",
245 "settings.team.copy": "Franz 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!", 245 "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!",
246 "settings.team.headline": "Team", 246 "settings.team.headline": "Team",
247 "settings.team.intro": "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 247 "settings.team.intro": "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
248 "settings.team.manageAction": "Manage your Team on meetfranz.com", 248 "settings.team.manageAction": "Manage your Team on meetfranz.com",
@@ -268,8 +268,8 @@
268 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 268 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
269 "settings.workspaces.tryReloadWorkspaces": "Try again", 269 "settings.workspaces.tryReloadWorkspaces": "Try again",
270 "settings.workspaces.updatedInfo": "Your changes have been saved", 270 "settings.workspaces.updatedInfo": "Your changes have been saved",
271 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Franz Workspaces", 271 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
272 "settings.workspaces.workspaceFeatureInfo": "Franz 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.", 272 "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.",
273 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 273 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
274 "sidebar.addNewService": "Add new service", 274 "sidebar.addNewService": "Add new service",
275 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 275 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
@@ -283,7 +283,7 @@
283 "signup.firstname.label": "First Name", 283 "signup.firstname.label": "First Name",
284 "signup.headline": "Sign up", 284 "signup.headline": "Sign up",
285 "signup.lastname.label": "Last Name", 285 "signup.lastname.label": "Last Name",
286 "signup.legal.info": "By creating a Franz account you accept the", 286 "signup.legal.info": "By creating a Ferdi account you accept the",
287 "signup.legal.privacy": "Privacy Statement", 287 "signup.legal.privacy": "Privacy Statement",
288 "signup.legal.terms": "Terms of service", 288 "signup.legal.terms": "Terms of service",
289 "signup.link.login": "Already have an account, sign in?", 289 "signup.link.login": "Already have an account, sign in?",
@@ -297,7 +297,7 @@
297 "subscription.features.proxy": "Proxy support for services", 297 "subscription.features.proxy": "Proxy support for services",
298 "subscription.features.spellchecker": "Support for spellchecker", 298 "subscription.features.spellchecker": "Support for spellchecker",
299 "subscription.features.workspaces": "Organize your services in workspaces", 299 "subscription.features.workspaces": "Organize your services in workspaces",
300 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", 300 "subscription.includedFeatures": "Paid Ferdi Premium Supporter Account includes",
301 "subscription.paymentSessionError": "Could not initialize payment form", 301 "subscription.paymentSessionError": "Could not initialize payment form",
302 "subscription.submit.label": "I want to support the development of Franz", 302 "subscription.submit.label": "I want to support the development of Franz",
303 "subscription.type.free": "free", 303 "subscription.type.free": "free",
@@ -329,7 +329,7 @@
329 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace", 329 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
330 "workspaceDrawer.proFeatureBadge": "Premium feature", 330 "workspaceDrawer.proFeatureBadge": "Premium feature",
331 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account", 331 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
332 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz 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>", 332 "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>",
333 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 333 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
334 "workspaces.switchingIndicator.switchingTo": "Switching to" 334 "workspaces.switchingIndicator.switchingTo": "Switching to"
335} \ No newline at end of file 335} \ No newline at end of file
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 15ade7941..ebee8bcc5 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Actualizar", 2 "app.errorHandler.action" : "Actualizar",
3 "app.errorHandler.headline" : "Algo salió mal", 3 "app.errorHandler.headline" : "Algo salió mal",
4 "feature.announcements.changelog.headline" : "Cambios en Franz {version}", 4 "feature.announcements.changelog.headline" : "Cambios en Ferdi {version}",
5 "feature.delayApp.action" : "Consigue una Licencia de Soporte de Franz", 5 "feature.delayApp.action" : "Consigue una Licencia de Soporte de Franz",
6 "feature.delayApp.headline" : "Por favor compra una Licencia de Soporte de Franz para omitir la espera", 6 "feature.delayApp.headline" : "Por favor compra una Licencia de Soporte de Ferdi para omitir la espera",
7 "feature.delayApp.text" : "Franz continuará en {seconds} segundos.", 7 "feature.delayApp.text" : "Ferdi continuará en {seconds} segundos.",
8 "feature.shareFranz.action.email" : "Enviar como correo", 8 "feature.shareFranz.action.email" : "Enviar como correo",
9 "feature.shareFranz.action.facebook" : "Compartir en Facebook", 9 "feature.shareFranz.action.facebook" : "Compartir en Facebook",
10 "feature.shareFranz.action.twitter" : "Compartir en Twitter", 10 "feature.shareFranz.action.twitter" : "Compartir en Twitter",
11 "feature.shareFranz.headline" : "¡Juntos mejoramos Franz!", 11 "feature.shareFranz.headline" : "¡Juntos mejoramos Franz!",
12 "feature.shareFranz.shareText.email" : "¡He añadido {count} servicios a Franz! Obtén la aplicación gratuita para WhatsApp, Messenger, Slack, Skype en www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "¡He añadido {count} servicios a Franz! Obtén la aplicación gratuita para WhatsApp, Messenger, Slack, Skype en www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "He agregado {count} servicios a Franz! Obtené la aplicación gratuita de WhatsApp, Messenger, Slack, Skype y co en www.meetfranz.com\/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "He agregado {count} servicios a Franz! Obtené la aplicación gratuita de WhatsApp, Messenger, Slack, Skype y co en www.meetfranz.com\/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Dile a tus amigos y colegas lo asombroso que es Franz y ayúdanos a correr la voz.", 14 "feature.shareFranz.text" : "Dile a tus amigos y colegas lo asombroso que es Ferdi y ayúdanos a correr la voz.",
15 "global.api.unhealthy" : "No es posible conectarse a los servicios en línea de Franz.", 15 "global.api.unhealthy" : "No es posible conectarse a los servicios en línea de Franz.",
16 "global.notConnectedToTheInternet" : "No estás conectado a Internet", 16 "global.notConnectedToTheInternet" : "No estás conectado a Internet",
17 "global.spellchecker.useDefault" : "Utilizar estándar del sistema ({default})", 17 "global.spellchecker.useDefault" : "Utilizar estándar del sistema ({default})",
18 "global.spellchecking.autodetect" : "Detectar el idioma automáticamente", 18 "global.spellchecking.autodetect" : "Detectar el idioma automáticamente",
19 "global.spellchecking.autodetect.short" : "Automático", 19 "global.spellchecking.autodetect.short" : "Automático",
20 "global.spellchecking.language" : "Corrector de ortografía", 20 "global.spellchecking.language" : "Corrector de ortografía",
21 "import.headline" : "Importa tus servicios de Franz 4", 21 "import.headline" : "Importa tus servicios de Ferdi 4",
22 "import.notSupportedHeadline" : "Servicios aún no admitidos en Franz 5", 22 "import.notSupportedHeadline" : "Servicios aún no admitidos en Ferdi 5",
23 "import.skip.label" : "Quiero agregar servicios manualmente", 23 "import.skip.label" : "Quiero agregar servicios manualmente",
24 "import.submit.label" : "Importar servicios", 24 "import.submit.label" : "Importar servicios",
25 "infobar.buttonChangelog" : "¿Qué hay de nuevo?", 25 "infobar.buttonChangelog" : "¿Qué hay de nuevo?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Recargar servicios", 27 "infobar.buttonReloadServices" : "Recargar servicios",
28 "infobar.requiredRequestsFailed" : "No se han podido cargar los servicios ni la información de usuario", 28 "infobar.requiredRequestsFailed" : "No se han podido cargar los servicios ni la información de usuario",
29 "infobar.servicesUpdated" : "Tus servicios han sido actualizados.", 29 "infobar.servicesUpdated" : "Tus servicios han sido actualizados.",
30 "infobar.updateAvailable" : "Una nueva actualización de Franz está disponible", 30 "infobar.updateAvailable" : "Una nueva actualización de Ferdi está disponible",
31 "invite.email.label" : "Dirección de correo electrónico", 31 "invite.email.label" : "Dirección de correo electrónico",
32 "invite.headline.friends" : "Invita a 3 de tus amigos o compañeros", 32 "invite.headline.friends" : "Invita a 3 de tus amigos o compañeros",
33 "invite.name.label" : "Nombre", 33 "invite.name.label" : "Nombre",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Limpiar caché", 145 "settings.app.buttonClearAllCache" : "Limpiar caché",
146 "settings.app.buttonInstallUpdate" : "Reiniciar e instalar actualizaciones", 146 "settings.app.buttonInstallUpdate" : "Reiniciar e instalar actualizaciones",
147 "settings.app.buttonSearchForUpdate" : "Buscar actualizaciones", 147 "settings.app.buttonSearchForUpdate" : "Buscar actualizaciones",
148 "settings.app.cacheInfo" : "El cache de Franz actualmente usa {size} de espacio en disco.", 148 "settings.app.cacheInfo" : "El cache de Ferdi actualmente usa {size} de espacio en disco.",
149 "settings.app.currentVersion" : "Versión actual:", 149 "settings.app.currentVersion" : "Versión actual:",
150 "settings.app.form.autoLaunchInBackground" : "Abrir en segundo plano", 150 "settings.app.form.autoLaunchInBackground" : "Abrir en segundo plano",
151 "settings.app.form.autoLaunchOnStart" : "Iniciar Franz al iniciar", 151 "settings.app.form.autoLaunchOnStart" : "Iniciar Ferdi al iniciar",
152 "settings.app.form.beta" : "Incluir versiones beta", 152 "settings.app.form.beta" : "Incluir versiones beta",
153 "settings.app.form.darkMode" : "Únete al Lado Oscuro", 153 "settings.app.form.darkMode" : "Únete al Lado Oscuro",
154 "settings.app.form.enableGPUAcceleration" : "Habilitar aceleración de GPU", 154 "settings.app.form.enableGPUAcceleration" : "Habilitar aceleración de GPU",
155 "settings.app.form.enableSpellchecking" : "Activar corrección ortográfica", 155 "settings.app.form.enableSpellchecking" : "Activar corrección ortográfica",
156 "settings.app.form.enableSystemTray" : "Mostrar Franz en la bandeja del sistema", 156 "settings.app.form.enableSystemTray" : "Mostrar Ferdi en la bandeja del sistema",
157 "settings.app.form.language" : "Idioma", 157 "settings.app.form.language" : "Idioma",
158 "settings.app.form.minimizeToSystemTray" : "Minimizar Franz a la bandeja del sistema", 158 "settings.app.form.minimizeToSystemTray" : "Minimizar Ferdi a la bandeja del sistema",
159 "settings.app.form.runInBackground" : "Mantener Franz en segundo plano al cerrar la ventana", 159 "settings.app.form.runInBackground" : "Mantener Ferdi en segundo plano al cerrar la ventana",
160 "settings.app.form.showDisabledServices" : "Mostrar pestañas de servicios desactivados", 160 "settings.app.form.showDisabledServices" : "Mostrar pestañas de servicios desactivados",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostrar la insignia de mensajes sin leer cuando las notificaciones están desactivadas", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostrar la insignia de mensajes sin leer cuando las notificaciones están desactivadas",
162 "settings.app.headline" : "Configuración", 162 "settings.app.headline" : "Configuración",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.", 168 "settings.app.languageDisclaimer" : "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.",
169 "settings.app.restartRequired" : "Los cambios requieren reiniciar", 169 "settings.app.restartRequired" : "Los cambios requieren reiniciar",
170 "settings.app.subheadlineCache" : "Caché", 170 "settings.app.subheadlineCache" : "Caché",
171 "settings.app.translationHelp" : "Ayúdanos a traducir Franz a tu idioma.", 171 "settings.app.translationHelp" : "Ayúdanos a traducir Ferdi a tu idioma.",
172 "settings.app.updateStatusAvailable" : "Actualización disponible, descargando...", 172 "settings.app.updateStatusAvailable" : "Actualización disponible, descargando...",
173 "settings.app.updateStatusSearching" : "Buscando actualizaciones", 173 "settings.app.updateStatusSearching" : "Buscando actualizaciones",
174 "settings.app.updateStatusUpToDate" : "Estás utilizando la última versión de Franz", 174 "settings.app.updateStatusUpToDate" : "Estás utilizando la última versión de Franz",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Contraseña (opcional)", 222 "settings.service.form.proxy.password" : "Contraseña (opcional)",
223 "settings.service.form.proxy.port" : "Puerto", 223 "settings.service.form.proxy.port" : "Puerto",
224 "settings.service.form.proxy.restartInfo" : "Por favor reinicie Franz despues de modificar los ajustes proxy.", 224 "settings.service.form.proxy.restartInfo" : "Por favor reinicie Ferdi despues de modificar los ajustes proxy.",
225 "settings.service.form.proxy.user" : "Usuario (opcional)", 225 "settings.service.form.proxy.user" : "Usuario (opcional)",
226 "settings.service.form.saveButton" : "Guardar servicio", 226 "settings.service.form.saveButton" : "Guardar servicio",
227 "settings.service.form.tabHosted" : "Alojado", 227 "settings.service.form.tabHosted" : "Alojado",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Todos los sonidos están silenciados", 238 "settings.services.tooltip.isMuted" : "Todos los sonidos están silenciados",
239 "settings.services.tooltip.notificationsDisabled" : "Las notificaciones están desactivadas", 239 "settings.services.tooltip.notificationsDisabled" : "Las notificaciones están desactivadas",
240 "settings.services.updatedInfo" : "Tus cambios han sido guardados", 240 "settings.services.updatedInfo" : "Tus cambios han sido guardados",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Equipo", 243 "settings.team.headline" : "Equipo",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Inténtalo de nuevo", 266 "settings.workspaces.tryReloadWorkspaces" : "Inténtalo de nuevo",
267 "settings.workspaces.updatedInfo" : "Tus cambios han sido guardados", 267 "settings.workspaces.updatedInfo" : "Tus cambios han sido guardados",
268 "settings.workspaces.workspaceFeatureHeadline" : "Menos es más: Presentación de Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Menos es más: Presentación de Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Añadir nuevo servicio", 271 "sidebar.addNewService" : "Añadir nuevo servicio",
272 "sidebar.closeWorkspaceDrawer" : "Cerrar cajón de espacio de trabajo", 272 "sidebar.closeWorkspaceDrawer" : "Cerrar cajón de espacio de trabajo",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Nombre", 280 "signup.firstname.label" : "Nombre",
281 "signup.headline" : "Registrarse", 281 "signup.headline" : "Registrarse",
282 "signup.lastname.label" : "Apellido", 282 "signup.lastname.label" : "Apellido",
283 "signup.legal.info" : "Al crear una cuenta en Franz usted acepta", 283 "signup.legal.info" : "Al crear una cuenta en Ferdi usted acepta",
284 "signup.legal.privacy" : "Declaración de privacidad", 284 "signup.legal.privacy" : "Declaración de privacidad",
285 "signup.legal.terms" : "Términos de servicio", 285 "signup.legal.terms" : "Términos de servicio",
286 "signup.link.login" : "Ya tienes una cuenta, ¿Iniciar sesión?", 286 "signup.link.login" : "Ya tienes una cuenta, ¿Iniciar sesión?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Soporte Proxy para servicios", 294 "subscription.features.proxy" : "Soporte Proxy para servicios",
295 "subscription.features.spellchecker" : "Soporte para corrector de ortografía", 295 "subscription.features.spellchecker" : "Soporte para corrector de ortografía",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "La Cuenta pagada de Colaborador Premium de Franz incluye", 297 "subscription.includedFeatures" : "La Cuenta pagada de Colaborador Premium de Ferdi incluye",
298 "subscription.paymentSessionError" : "No se pudo inicializar el formulario de pago", 298 "subscription.paymentSessionError" : "No se pudo inicializar el formulario de pago",
299 "subscription.submit.label" : "Quiero apoyar el desarrollo de Franz", 299 "subscription.submit.label" : "Quiero apoyar el desarrollo de Franz",
300 "subscription.type.free" : "gratis", 300 "subscription.type.free" : "gratis",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 9227ff28f..608eee52a 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -1,17 +1,17 @@
1{ 1{
2 "app.errorHandler.action" : "Recharger", 2 "app.errorHandler.action" : "Recharger",
3 "app.errorHandler.headline" : "Une erreur s'est produite", 3 "app.errorHandler.headline" : "Une erreur s'est produite",
4 "feature.announcements.changelog.headline" : "Changements dans Franz {version}", 4 "feature.announcements.changelog.headline" : "Changements dans Ferdi {version}",
5 "feature.delayApp.action" : "Obtenez une licence de Supporter Franz", 5 "feature.delayApp.action" : "Obtenez une licence de Supporter Franz",
6 "feature.delayApp.headline" : "Achetez une licence de Supporter Franz pour ne plus avoir de temps d'attente", 6 "feature.delayApp.headline" : "Achetez une licence de Supporter Ferdi pour ne plus avoir de temps d'attente",
7 "feature.delayApp.text" : "Franz reprendra dans {seconds} secondes.", 7 "feature.delayApp.text" : "Ferdi reprendra dans {seconds} secondes.",
8 "feature.shareFranz.action.email" : "Envoyer par mail", 8 "feature.shareFranz.action.email" : "Envoyer par mail",
9 "feature.shareFranz.action.facebook" : "Partager sur Facebook", 9 "feature.shareFranz.action.facebook" : "Partager sur Facebook",
10 "feature.shareFranz.action.twitter" : "Partager sur Twitter", 10 "feature.shareFranz.action.twitter" : "Partager sur Twitter",
11 "feature.shareFranz.headline" : "Franz est meilleur quand on est tous ensemble !", 11 "feature.shareFranz.headline" : "Ferdi est meilleur quand on est tous ensemble !",
12 "feature.shareFranz.shareText.email" : "J'ai ajouté {count} services à Franz ! Télécharger l'appli gratuite pour WhatsApp, Messenger, Skype et cie sur www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "J'ai ajouté {count} services à Ferdi ! Télécharger l'appli gratuite pour WhatsApp, Messenger, Skype et cie sur www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "J'ai ajouté {count} services à Franz! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et compagnie sur www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "J'ai ajouté {count} services à Franz! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et compagnie sur www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Dites à vos amis et collègues a quel point Franz est super et aidez nous à faire passer le mot.", 14 "feature.shareFranz.text" : "Dites à vos amis et collègues a quel point Ferdi est super et aidez nous à faire passer le mot.",
15 "global.api.unhealthy" : "Impossible de se connecter aux services en ligne de Franz", 15 "global.api.unhealthy" : "Impossible de se connecter aux services en ligne de Franz",
16 "global.notConnectedToTheInternet" : "Vous n'êtes pas connecté à Internet.", 16 "global.notConnectedToTheInternet" : "Vous n'êtes pas connecté à Internet.",
17 "global.spellchecker.useDefault" : "Par défaut ({default})", 17 "global.spellchecker.useDefault" : "Par défaut ({default})",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Recharger les services", 27 "infobar.buttonReloadServices" : "Recharger les services",
28 "infobar.requiredRequestsFailed" : "Impossible d'accéder aux services et informations de l'utilisateur", 28 "infobar.requiredRequestsFailed" : "Impossible d'accéder aux services et informations de l'utilisateur",
29 "infobar.servicesUpdated" : "Vos services ont été mis à jour.", 29 "infobar.servicesUpdated" : "Vos services ont été mis à jour.",
30 "infobar.updateAvailable" : "Une nouvelle mise à jour de Franz est disponible.", 30 "infobar.updateAvailable" : "Une nouvelle mise à jour de Ferdi est disponible.",
31 "invite.email.label" : "Adresse Email", 31 "invite.email.label" : "Adresse Email",
32 "invite.headline.friends" : "Invitez 3 amis ou collègues", 32 "invite.headline.friends" : "Invitez 3 amis ou collègues",
33 "invite.name.label" : "Nom", 33 "invite.name.label" : "Nom",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Vider le cache", 145 "settings.app.buttonClearAllCache" : "Vider le cache",
146 "settings.app.buttonInstallUpdate" : "Redémarrer et installer la mise à jour", 146 "settings.app.buttonInstallUpdate" : "Redémarrer et installer la mise à jour",
147 "settings.app.buttonSearchForUpdate" : "Vérifier les mises à jour", 147 "settings.app.buttonSearchForUpdate" : "Vérifier les mises à jour",
148 "settings.app.cacheInfo" : "Le cache de Franz occupe actuellement {size} en espace disque.", 148 "settings.app.cacheInfo" : "Le cache de Ferdi occupe actuellement {size} en espace disque.",
149 "settings.app.currentVersion" : "Version actuelle :", 149 "settings.app.currentVersion" : "Version actuelle :",
150 "settings.app.form.autoLaunchInBackground" : "Ouvrir en arrière-plan", 150 "settings.app.form.autoLaunchInBackground" : "Ouvrir en arrière-plan",
151 "settings.app.form.autoLaunchOnStart" : "Lancer Franz au démarrage", 151 "settings.app.form.autoLaunchOnStart" : "Lancer Ferdi au démarrage",
152 "settings.app.form.beta" : "Accepter les versions bêta", 152 "settings.app.form.beta" : "Accepter les versions bêta",
153 "settings.app.form.darkMode" : "Rejoins le côté obscur", 153 "settings.app.form.darkMode" : "Rejoins le côté obscur",
154 "settings.app.form.enableGPUAcceleration" : "Activer l'accélération GPU", 154 "settings.app.form.enableGPUAcceleration" : "Activer l'accélération GPU",
155 "settings.app.form.enableSpellchecking" : "Activer la vérification orthographique", 155 "settings.app.form.enableSpellchecking" : "Activer la vérification orthographique",
156 "settings.app.form.enableSystemTray" : "Afficher Franz dans la barre d'état système", 156 "settings.app.form.enableSystemTray" : "Afficher Ferdi dans la barre d'état système",
157 "settings.app.form.language" : "Langue", 157 "settings.app.form.language" : "Langue",
158 "settings.app.form.minimizeToSystemTray" : "Minimiser Franz dans la zone de notification", 158 "settings.app.form.minimizeToSystemTray" : "Minimiser Ferdi dans la zone de notification",
159 "settings.app.form.runInBackground" : "Garder Franz ouvert en arrière-plan à la fermeture de la fenêtre", 159 "settings.app.form.runInBackground" : "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre",
160 "settings.app.form.showDisabledServices" : "Afficher les onglets des services désactivés", 160 "settings.app.form.showDisabledServices" : "Afficher les onglets des services désactivés",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Afficher les badges de messages non lus quand les notifications sont désactivées.", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Afficher les badges de messages non lus quand les notifications sont désactivées.",
162 "settings.app.headline" : "Paramètres", 162 "settings.app.headline" : "Paramètres",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.", 168 "settings.app.languageDisclaimer" : "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.",
169 "settings.app.restartRequired" : "Les modifications nécessitent un redémarrage", 169 "settings.app.restartRequired" : "Les modifications nécessitent un redémarrage",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Aidez-nous à traduire Franz dans votre langue.", 171 "settings.app.translationHelp" : "Aidez-nous à traduire Ferdi dans votre langue.",
172 "settings.app.updateStatusAvailable" : "Mise à jour disponible, téléchargement en cours...", 172 "settings.app.updateStatusAvailable" : "Mise à jour disponible, téléchargement en cours...",
173 "settings.app.updateStatusSearching" : "Recherche d'une mise à jour", 173 "settings.app.updateStatusSearching" : "Recherche d'une mise à jour",
174 "settings.app.updateStatusUpToDate" : "Vous utilisez la dernière version de Franz", 174 "settings.app.updateStatusUpToDate" : "Vous utilisez la dernière version de Franz",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Utiliser un proxy", 221 "settings.service.form.proxy.isEnabled" : "Utiliser un proxy",
222 "settings.service.form.proxy.password" : "Mot de passe (facultatif)", 222 "settings.service.form.proxy.password" : "Mot de passe (facultatif)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Veuillez redémarrer Franz après avoir modifié les paramètres proxy.", 224 "settings.service.form.proxy.restartInfo" : "Veuillez redémarrer Ferdi après avoir modifié les paramètres proxy.",
225 "settings.service.form.proxy.user" : "Utilisateur (facultatif)", 225 "settings.service.form.proxy.user" : "Utilisateur (facultatif)",
226 "settings.service.form.saveButton" : "Enregistrer le service", 226 "settings.service.form.saveButton" : "Enregistrer le service",
227 "settings.service.form.tabHosted" : "Hébergé", 227 "settings.service.form.tabHosted" : "Hébergé",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Tous les sons sont coupés", 238 "settings.services.tooltip.isMuted" : "Tous les sons sont coupés",
239 "settings.services.tooltip.notificationsDisabled" : "Notifications désactivées.", 239 "settings.services.tooltip.notificationsDisabled" : "Notifications désactivées.",
240 "settings.services.updatedInfo" : "Vos modifications ont été enregistrées", 240 "settings.services.updatedInfo" : "Vos modifications ont été enregistrées",
241 "settings.team.contentHeadline" : "Franz pour les équipes", 241 "settings.team.contentHeadline" : "Ferdi pour les équipes",
242 "settings.team.copy" : "Franz for Teams t'offre la possibilité d'inviter des collègues dans ton équipe de travail en leur envoyant des invitations par courrier électronique et en gérant leurs abonnements dans les préférences de ton compte. Ne perds pas de temps à les gérer individuellement les factures multiples et les différents cycles de facturation - il suffit d'une seule équipe de travail pour gérer tout ça!", 242 "settings.team.copy" : "Ferdi for Teams t'offre la possibilité d'inviter des collègues dans ton équipe de travail en leur envoyant des invitations par courrier électronique et en gérant leurs abonnements dans les préférences de ton compte. Ne perds pas de temps à les gérer individuellement les factures multiples et les différents cycles de facturation - il suffit d'une seule équipe de travail pour gérer tout ça!",
243 "settings.team.headline" : "Équipe de travail", 243 "settings.team.headline" : "Équipe de travail",
244 "settings.team.intro" : "Tu peux désormais gérer les abonnements Premium pour autant de collègues, amis ou membres de famille que tu souhaites, à partir d'un seul et même compte.", 244 "settings.team.intro" : "Tu peux désormais gérer les abonnements Premium pour autant de collègues, amis ou membres de famille que tu souhaites, à partir d'un seul et même compte.",
245 "settings.team.manageAction" : "Gère ton équipe sur meetfranz.com", 245 "settings.team.manageAction" : "Gère ton équipe sur meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Réessayer", 266 "settings.workspaces.tryReloadWorkspaces" : "Réessayer",
267 "settings.workspaces.updatedInfo" : "Vos modifications ont été enregistrées", 267 "settings.workspaces.updatedInfo" : "Vos modifications ont été enregistrées",
268 "settings.workspaces.workspaceFeatureHeadline" : "Présentation des Espaces de travail de Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Présentation des Espaces de travail de Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "Les Espaces de travail de Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Impossible de charger vos espaces de travail", 270 "settings.workspaces.workspacesRequestFailed" : "Impossible de charger vos espaces de travail",
271 "sidebar.addNewService" : "Ajouter un nouveau service", 271 "sidebar.addNewService" : "Ajouter un nouveau service",
272 "sidebar.closeWorkspaceDrawer" : "Fermer l'espace de travail", 272 "sidebar.closeWorkspaceDrawer" : "Fermer l'espace de travail",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Support proxy pour les services", 294 "subscription.features.proxy" : "Support proxy pour les services",
295 "subscription.features.spellchecker" : "Prise en charge du correcteur orthographique", 295 "subscription.features.spellchecker" : "Prise en charge du correcteur orthographique",
296 "subscription.features.workspaces" : "Organisez vos services en espaces de travail", 296 "subscription.features.workspaces" : "Organisez vos services en espaces de travail",
297 "subscription.includedFeatures" : "Le compte payant Supporter Premium Franz inclut", 297 "subscription.includedFeatures" : "Le compte payant Supporter Premium Ferdi inclut",
298 "subscription.paymentSessionError" : "Initialisation du paiement impossible", 298 "subscription.paymentSessionError" : "Initialisation du paiement impossible",
299 "subscription.submit.label" : "Je souhaite aider au développement de Franz", 299 "subscription.submit.label" : "Je souhaite aider au développement de Franz",
300 "subscription.type.free" : "gratuit", 300 "subscription.type.free" : "gratuit",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Créez votre premier espace de travail", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Créez votre premier espace de travail",
327 "workspaceDrawer.proFeatureBadge" : "Fonctionnalité premium", 327 "workspaceDrawer.proFeatureBadge" : "Fonctionnalité premium",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Réactivez votre compte premium", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Réactivez votre compte premium",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Les Espaces de travail de Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Editer les paramètres de l'espace de travail", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Editer les paramètres de l'espace de travail",
331 "workspaces.switchingIndicator.switchingTo" : "Changement vers" 331 "workspaces.switchingIndicator.switchingTo" : "Changement vers"
332} 332}
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 97a39d2e6..75c4c268a 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Athlódáil", 2 "app.errorHandler.action" : "Athlódáil",
3 "app.errorHandler.headline" : "Something went wrong", 3 "app.errorHandler.headline" : "Something went wrong",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Get a Franz Supporter License", 5 "feature.delayApp.action" : "Get a Ferdi Supporter License",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text" : "Ferdi will continue in {seconds} seconds.",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Ní féidir nascadh le seirbhísí Franz ar líne", 15 "global.api.unhealthy" : "Ní féidir nascadh le seirbhísí Ferdi ar líne",
16 "global.notConnectedToTheInternet" : "Níl tú nasctha leis an Idirlíon.", 16 "global.notConnectedToTheInternet" : "Níl tú nasctha leis an Idirlíon.",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Spell checking language", 20 "global.spellchecking.language" : "Spell checking language",
21 "import.headline" : "Iompórtáil do sheirbhísí Franz 4", 21 "import.headline" : "Iompórtáil do sheirbhísí Ferdi 4",
22 "import.notSupportedHeadline" : "Níl na seirbhísí seo taca ag Franz 5 go fóill", 22 "import.notSupportedHeadline" : "Níl na seirbhísí seo taca ag Ferdi 5 go fóill",
23 "import.skip.label" : "Ba mhaith liom seirbhísí a chur de láimh", 23 "import.skip.label" : "Ba mhaith liom seirbhísí a chur de láimh",
24 "import.submit.label" : "Iompórtáil seirbhísí", 24 "import.submit.label" : "Iompórtáil seirbhísí",
25 "infobar.buttonChangelog" : "Cad atá nua?", 25 "infobar.buttonChangelog" : "Cad atá nua?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Athlódáil seirbhísí", 27 "infobar.buttonReloadServices" : "Athlódáil seirbhísí",
28 "infobar.requiredRequestsFailed" : "Ní féidir seirbhísí agus eolas úsáideora a lódáil", 28 "infobar.requiredRequestsFailed" : "Ní féidir seirbhísí agus eolas úsáideora a lódáil",
29 "infobar.servicesUpdated" : "Nuashonraíodh do sheirbhísí.", 29 "infobar.servicesUpdated" : "Nuashonraíodh do sheirbhísí.",
30 "infobar.updateAvailable" : "Tá nuashonrú nua do Franz ar fáil.", 30 "infobar.updateAvailable" : "Tá nuashonrú nua do Ferdi ar fáil.",
31 "invite.email.label" : "Seoladh ríomhphoist", 31 "invite.email.label" : "Seoladh ríomhphoist",
32 "invite.headline.friends" : "Tabhair cuireadh do thriúr chara nó chomhghleacaí", 32 "invite.headline.friends" : "Tabhair cuireadh do thriúr chara nó chomhghleacaí",
33 "invite.name.label" : "Ainm", 33 "invite.name.label" : "Ainm",
@@ -46,7 +46,7 @@
46 "menu.app.about" : "Faoi Franz", 46 "menu.app.about" : "Faoi Franz",
47 "menu.app.announcement" : "What's new?", 47 "menu.app.announcement" : "What's new?",
48 "menu.app.checkForUpdates" : "Cuardaigh le nuashonruithe", 48 "menu.app.checkForUpdates" : "Cuardaigh le nuashonruithe",
49 "menu.app.hide" : "Cuir Franz i bhfolach", 49 "menu.app.hide" : "Cuir Ferdi i bhfolach",
50 "menu.app.hideOthers" : "Folaigh feidhmchláir eile", 50 "menu.app.hideOthers" : "Folaigh feidhmchláir eile",
51 "menu.app.quit" : "Scoir", 51 "menu.app.quit" : "Scoir",
52 "menu.app.settings" : "Socruithe", 52 "menu.app.settings" : "Socruithe",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Nuashonraigh próifíl", 127 "settings.account.buttonSave" : "Nuashonraigh próifíl",
128 "settings.account.deleteAccount" : "Scrios cuntas", 128 "settings.account.deleteAccount" : "Scrios cuntas",
129 "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!", 129 "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!",
130 "settings.account.deleteInfo" : "Más rud é nár ghá cuntas Franz a bheith agat a thuilleadh, is féidir do chuntas agus gach sonraí riachtanach a scriosadh anseo.", 130 "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.",
131 "settings.account.headline" : "Cuntas", 131 "settings.account.headline" : "Cuntas",
132 "settings.account.headlineAccount" : "Eolas faoin gcuntas", 132 "settings.account.headlineAccount" : "Eolas faoin gcuntas",
133 "settings.account.headlineDangerZone" : "Scrios cuntas", 133 "settings.account.headlineDangerZone" : "Scrios cuntas",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Glan taisce", 145 "settings.app.buttonClearAllCache" : "Glan taisce",
146 "settings.app.buttonInstallUpdate" : "Atosaigh ⁊ suiteáil nuashonrú", 146 "settings.app.buttonInstallUpdate" : "Atosaigh ⁊ suiteáil nuashonrú",
147 "settings.app.buttonSearchForUpdate" : "Cuardaigh le nuashonruithe", 147 "settings.app.buttonSearchForUpdate" : "Cuardaigh le nuashonruithe",
148 "settings.app.cacheInfo" : "Tá taisce Franz ag baint úsáid as {size} den spás diosca.", 148 "settings.app.cacheInfo" : "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.",
149 "settings.app.currentVersion" : "Leagan reatha:", 149 "settings.app.currentVersion" : "Leagan reatha:",
150 "settings.app.form.autoLaunchInBackground" : "Oscail sa chúlra", 150 "settings.app.form.autoLaunchInBackground" : "Oscail sa chúlra",
151 "settings.app.form.autoLaunchOnStart" : "Láinseáil Franz ón tús", 151 "settings.app.form.autoLaunchOnStart" : "Láinseáil Ferdi ón tús",
152 "settings.app.form.beta" : "Cuir leagain béite san áireamh", 152 "settings.app.form.beta" : "Cuir leagain béite san áireamh",
153 "settings.app.form.darkMode" : "Join the Dark Side", 153 "settings.app.form.darkMode" : "Join the Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Cumasaigh luasghéarú APG", 154 "settings.app.form.enableGPUAcceleration" : "Cumasaigh luasghéarú APG",
155 "settings.app.form.enableSpellchecking" : "Cumasaigh seiceáil litrithe", 155 "settings.app.form.enableSpellchecking" : "Cumasaigh seiceáil litrithe",
156 "settings.app.form.enableSystemTray" : "Taispeáin Franz i dtráidire an chórais", 156 "settings.app.form.enableSystemTray" : "Taispeáin Ferdi i dtráidire an chórais",
157 "settings.app.form.language" : "Teanga", 157 "settings.app.form.language" : "Teanga",
158 "settings.app.form.minimizeToSystemTray" : "Íoslaghdaigh Franz chuig tráidire an chórais", 158 "settings.app.form.minimizeToSystemTray" : "Íoslaghdaigh Ferdi chuig tráidire an chórais",
159 "settings.app.form.runInBackground" : "Coimeád Franz sa chúlra nuair a dhúntar an fhuinneog", 159 "settings.app.form.runInBackground" : "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog",
160 "settings.app.form.showDisabledServices" : "Taispeáin tabanna do sheirbhísí dhíchumasaithe", 160 "settings.app.form.showDisabledServices" : "Taispeáin tabanna do sheirbhísí dhíchumasaithe",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí",
162 "settings.app.headline" : "Socruithe", 162 "settings.app.headline" : "Socruithe",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Ní gá atosú chun athruithe a chur i bhfeidhm.", 169 "settings.app.restartRequired" : "Ní gá atosú chun athruithe a chur i bhfeidhm.",
170 "settings.app.subheadlineCache" : "Taisce", 170 "settings.app.subheadlineCache" : "Taisce",
171 "settings.app.translationHelp" : "Cabhraigh linn Franz a aistriú i do theanga.", 171 "settings.app.translationHelp" : "Cabhraigh linn Ferdi a aistriú i do theanga.",
172 "settings.app.updateStatusAvailable" : "Nuashonrú le fáil, ag íoslódáil...", 172 "settings.app.updateStatusAvailable" : "Nuashonrú le fáil, ag íoslódáil...",
173 "settings.app.updateStatusSearching" : "Ag cuardach le nuashonruithe", 173 "settings.app.updateStatusSearching" : "Ag cuardach le nuashonruithe",
174 "settings.app.updateStatusUpToDate" : "Tá tú ag baint úsáid as an leagan is deireanaí de Franz", 174 "settings.app.updateStatusUpToDate" : "Tá tú ag baint úsáid as an leagan is deireanaí de Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Cuir {name} leis", 195 "settings.service.form.addServiceHeadline" : "Cuir {name} leis",
196 "settings.service.form.availableServices" : "Seirbhísí le fáil", 196 "settings.service.form.availableServices" : "Seirbhísí le fáil",
197 "settings.service.form.customUrl" : "Freastalaí saincheaptha", 197 "settings.service.form.customUrl" : "Freastalaí saincheaptha",
198 "settings.service.form.customUrlPremiumInfo" : "Chun seirbhísí féinóstáilte a chur le Franz, ní gá Cuntas Phŕeimhthacadóra Franz a bheith agat.", 198 "settings.service.form.customUrlPremiumInfo" : "Chun seirbhísí féinóstáilte a chur le Franz, ní gá Cuntas Phŕeimhthacadóra Ferdi a bheith agat.",
199 "settings.service.form.customUrlUpgradeAccount" : "Uasghrádaigh do chuntas", 199 "settings.service.form.customUrlUpgradeAccount" : "Uasghrádaigh do chuntas",
200 "settings.service.form.customUrlValidationError" : "Ní féidir seirbhís {name} saincheaptha a dheimhniú", 200 "settings.service.form.customUrlValidationError" : "Ní féidir seirbhís {name} saincheaptha a dheimhniú",
201 "settings.service.form.deleteButton" : "Scrios seirbhís", 201 "settings.service.form.deleteButton" : "Scrios seirbhís",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Ainm", 217 "settings.service.form.name" : "Ainm",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "Sábháil seirbhís", 226 "settings.service.form.saveButton" : "Sábháil seirbhís",
227 "settings.service.form.tabHosted" : "Óstáilte", 227 "settings.service.form.tabHosted" : "Óstáilte",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Tachtar gach fuaim", 238 "settings.services.tooltip.isMuted" : "Tachtar gach fuaim",
239 "settings.services.tooltip.notificationsDisabled" : "Fógraí dhíchumasaithe", 239 "settings.services.tooltip.notificationsDisabled" : "Fógraí dhíchumasaithe",
240 "settings.services.updatedInfo" : "Sábháiltear do chuid athruithe", 240 "settings.services.updatedInfo" : "Sábháiltear do chuid athruithe",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Foireann", 243 "settings.team.headline" : "Foireann",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Atriail", 266 "settings.workspaces.tryReloadWorkspaces" : "Atriail",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Cuir seirbhís nua leis", 271 "sidebar.addNewService" : "Cuir seirbhís nua leis",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Céadainm", 280 "signup.firstname.label" : "Céadainm",
281 "signup.headline" : "Cláraigh", 281 "signup.headline" : "Cláraigh",
282 "signup.lastname.label" : "Sloinne", 282 "signup.lastname.label" : "Sloinne",
283 "signup.legal.info" : "Agus tú ag cruthú cuntas Franz glacann tú le", 283 "signup.legal.info" : "Agus tú ag cruthú cuntas Ferdi glacann tú le",
284 "signup.legal.privacy" : "Polasaí príobháideachais", 284 "signup.legal.privacy" : "Polasaí príobháideachais",
285 "signup.legal.terms" : "Tearmaí seirbhíse", 285 "signup.legal.terms" : "Tearmaí seirbhíse",
286 "signup.link.login" : "Cuntas agat cheana féin, logáil isteach?", 286 "signup.link.login" : "Cuntas agat cheana féin, logáil isteach?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Proxy support for services", 294 "subscription.features.proxy" : "Proxy support for services",
295 "subscription.features.spellchecker" : "Support for spellchecker", 295 "subscription.features.spellchecker" : "Support for spellchecker",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Cuireann Cuntas Phŕeimhthacadóra Franz san áireamh", 297 "subscription.includedFeatures" : "Cuireann Cuntas Phŕeimhthacadóra Ferdi san áireamh",
298 "subscription.paymentSessionError" : "Ní féidir an bhfoirm íocaíochta a lódáil", 298 "subscription.paymentSessionError" : "Ní féidir an bhfoirm íocaíochta a lódáil",
299 "subscription.submit.label" : "Ba mhaith liom tacaíocht a thabhairt d'fhorbairt Franz", 299 "subscription.submit.label" : "Ba mhaith liom tacaíocht a thabhairt d'fhorbairt Franz",
300 "subscription.type.free" : "saor in aisce", 300 "subscription.type.free" : "saor in aisce",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index d48c8bdac..f77c4a185 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -1,17 +1,17 @@
1{ 1{
2 "app.errorHandler.action" : "Ponovno učitavanje", 2 "app.errorHandler.action" : "Ponovno učitavanje",
3 "app.errorHandler.headline" : "Something went wrong", 3 "app.errorHandler.headline" : "Something went wrong",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Get a Franz Supporter License", 5 "feature.delayApp.action" : "Get a Ferdi Supporter License",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text" : "Ferdi will continue in {seconds} seconds.",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Nije se moguće povezati na Francove on-line servise. ", 15 "global.api.unhealthy" : "Nije se moguće povezati na Francove on-line servise. ",
16 "global.notConnectedToTheInternet" : "Sada ste povezani s internetom. ", 16 "global.notConnectedToTheInternet" : "Sada ste povezani s internetom. ",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
@@ -103,7 +103,7 @@
103 "password.submit.label" : "Pošalji", 103 "password.submit.label" : "Pošalji",
104 "password.successInfo" : "Molimo Vas da provjerite svoju e-mail adresu", 104 "password.successInfo" : "Molimo Vas da provjerite svoju e-mail adresu",
105 "premiumFeature.button.upgradeAccount" : "Upgrade account", 105 "premiumFeature.button.upgradeAccount" : "Upgrade account",
106 "pricing.headline" : "Podržite Franz aplikaciju", 106 "pricing.headline" : "Podržite Ferdi aplikaciju",
107 "pricing.link.skipPayment" : "Ne želim da podržim razvoj Franz-a.", 107 "pricing.link.skipPayment" : "Ne želim da podržim razvoj Franz-a.",
108 "pricing.submit.label" : "Želim da podržim razvoj Franz-a.", 108 "pricing.submit.label" : "Želim da podržim razvoj Franz-a.",
109 "pricing.support.label" : "Izaberite vaš plan za podržavanje", 109 "pricing.support.label" : "Izaberite vaš plan za podržavanje",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Ažuriraj profil", 127 "settings.account.buttonSave" : "Ažuriraj profil",
128 "settings.account.deleteAccount" : "Izbrisati račun", 128 "settings.account.deleteAccount" : "Izbrisati račun",
129 "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. ", 129 "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. ",
130 "settings.account.deleteInfo" : "Ako više ne trebate Franz račun, ovdje možete obrisati sve vezane podatke kao i račun.", 130 "settings.account.deleteInfo" : "Ako više ne trebate Ferdi račun, ovdje možete obrisati sve vezane podatke kao i račun.",
131 "settings.account.headline" : "Korisnički račun", 131 "settings.account.headline" : "Korisnički račun",
132 "settings.account.headlineAccount" : "Informacije o računu", 132 "settings.account.headlineAccount" : "Informacije o računu",
133 "settings.account.headlineDangerZone" : "Opasnost", 133 "settings.account.headlineDangerZone" : "Opasnost",
@@ -145,10 +145,10 @@
145 "settings.app.buttonClearAllCache" : "Očisti memoriju", 145 "settings.app.buttonClearAllCache" : "Očisti memoriju",
146 "settings.app.buttonInstallUpdate" : "Ponovo pokreni i instaliraj ažuriranje", 146 "settings.app.buttonInstallUpdate" : "Ponovo pokreni i instaliraj ažuriranje",
147 "settings.app.buttonSearchForUpdate" : "Potraži ažuriranja", 147 "settings.app.buttonSearchForUpdate" : "Potraži ažuriranja",
148 "settings.app.cacheInfo" : "Franz predmemorija trenutno koristi {size} prostora na disku", 148 "settings.app.cacheInfo" : "Ferdi predmemorija trenutno koristi {size} prostora na disku",
149 "settings.app.currentVersion" : "Trenutna verzija:", 149 "settings.app.currentVersion" : "Trenutna verzija:",
150 "settings.app.form.autoLaunchInBackground" : "Otvori u pozadini", 150 "settings.app.form.autoLaunchInBackground" : "Otvori u pozadini",
151 "settings.app.form.autoLaunchOnStart" : "Pokreni Franz sa sistemom", 151 "settings.app.form.autoLaunchOnStart" : "Pokreni Ferdi sa sistemom",
152 "settings.app.form.beta" : "Obuhvati i beta verzije", 152 "settings.app.form.beta" : "Obuhvati i beta verzije",
153 "settings.app.form.darkMode" : "Join the Dark Side", 153 "settings.app.form.darkMode" : "Join the Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Enable GPU Acceleration", 154 "settings.app.form.enableGPUAcceleration" : "Enable GPU Acceleration",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Ime", 217 "settings.service.form.name" : "Ime",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "Sačuvaj uslugu\/e", 226 "settings.service.form.saveButton" : "Sačuvaj uslugu\/e",
227 "settings.service.form.tabHosted" : "Hostovano", 227 "settings.service.form.tabHosted" : "Hostovano",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Svi zvukovi su onemogućeni. ", 238 "settings.services.tooltip.isMuted" : "Svi zvukovi su onemogućeni. ",
239 "settings.services.tooltip.notificationsDisabled" : "Obavijesti su onemogućene.", 239 "settings.services.tooltip.notificationsDisabled" : "Obavijesti su onemogućene.",
240 "settings.services.updatedInfo" : "Vaše promjene su pohranjene. ", 240 "settings.services.updatedInfo" : "Vaše promjene su pohranjene. ",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Tim", 243 "settings.team.headline" : "Tim",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Pokušajte ponovno", 266 "settings.workspaces.tryReloadWorkspaces" : "Pokušajte ponovno",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Dodajte novu uslugu", 271 "sidebar.addNewService" : "Dodajte novu uslugu",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Ime", 280 "signup.firstname.label" : "Ime",
281 "signup.headline" : "Prijava", 281 "signup.headline" : "Prijava",
282 "signup.lastname.label" : "Prezime", 282 "signup.lastname.label" : "Prezime",
283 "signup.legal.info" : "Prilikom stvaranja Franz računa, slažete se sa sljedećim stavkama:", 283 "signup.legal.info" : "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama:",
284 "signup.legal.privacy" : "Izjava o privatnosti ", 284 "signup.legal.privacy" : "Izjava o privatnosti ",
285 "signup.legal.terms" : "Uvjeti korištenja", 285 "signup.legal.terms" : "Uvjeti korištenja",
286 "signup.link.login" : "Imate račun? Prijavite se.", 286 "signup.link.login" : "Imate račun? Prijavite se.",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 43e0da91a..50f5e72d3 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Újratöltés", 2 "app.errorHandler.action" : "Újratöltés",
3 "app.errorHandler.headline" : "Valami nem jött össze", 3 "app.errorHandler.headline" : "Valami nem jött össze",
4 "feature.announcements.changelog.headline" : "Franz {version} változásai", 4 "feature.announcements.changelog.headline" : "Ferdi {version} változásai",
5 "feature.delayApp.action" : "Szerezz egy Franz Támogatói Liszencet", 5 "feature.delayApp.action" : "Szerezz egy Ferdi Támogatói Liszencet",
6 "feature.delayApp.headline" : "Kérjük vásárolj egy Franc Támogatói Liszencet a várakozás átugrásához", 6 "feature.delayApp.headline" : "Kérjük vásárolj egy Franc Támogatói Liszencet a várakozás átugrásához",
7 "feature.delayApp.text" : "A Franz továbblép {seconds} másodperc múlva.", 7 "feature.delayApp.text" : "A Ferdi továbblép {seconds} másodperc múlva.",
8 "feature.shareFranz.action.email" : "Küldés email-ben", 8 "feature.shareFranz.action.email" : "Küldés email-ben",
9 "feature.shareFranz.action.facebook" : "Megosztás Facebook-on", 9 "feature.shareFranz.action.facebook" : "Megosztás Facebook-on",
10 "feature.shareFranz.action.twitter" : "Megosztás Twitter-en", 10 "feature.shareFranz.action.twitter" : "Megosztás Twitter-en",
11 "feature.shareFranz.headline" : "A Franz barátokkal együtt mégjobb!", 11 "feature.shareFranz.headline" : "A Ferdi barátokkal együtt mégjobb!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Nem lehet csatlakozni a Franz online szolgáltatáshoz", 15 "global.api.unhealthy" : "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz",
16 "global.notConnectedToTheInternet" : "Nincs hálózati kapcsolat.", 16 "global.notConnectedToTheInternet" : "Nincs hálózati kapcsolat.",
17 "global.spellchecker.useDefault" : "Rendszer alapbeállítás használata ({default})", 17 "global.spellchecker.useDefault" : "Rendszer alapbeállítás használata ({default})",
18 "global.spellchecking.autodetect" : "Automatikus nyelvdetektálás", 18 "global.spellchecking.autodetect" : "Automatikus nyelvdetektálás",
19 "global.spellchecking.autodetect.short" : "Automatikus", 19 "global.spellchecking.autodetect.short" : "Automatikus",
20 "global.spellchecking.language" : "Helyesírás-ellenőrző nyelve", 20 "global.spellchecking.language" : "Helyesírás-ellenőrző nyelve",
21 "import.headline" : "Importáld szolgáltatásaidat a Franz 4-ből", 21 "import.headline" : "Importáld szolgáltatásaidat a Ferdi 4-ből",
22 "import.notSupportedHeadline" : "Még nem támogatott szolgáltatások a Franz 5-ben", 22 "import.notSupportedHeadline" : "Még nem támogatott szolgáltatások a Ferdi 5-ben",
23 "import.skip.label" : "Manuálisan szeretném hozzáadni a szolgáltatásokat", 23 "import.skip.label" : "Manuálisan szeretném hozzáadni a szolgáltatásokat",
24 "import.submit.label" : "Szolgáltatások importálása", 24 "import.submit.label" : "Szolgáltatások importálása",
25 "infobar.buttonChangelog" : "Mi változott?", 25 "infobar.buttonChangelog" : "Mi változott?",
@@ -79,7 +79,7 @@
79 "menu.view" : "Nézet", 79 "menu.view" : "Nézet",
80 "menu.view.enterFullScreen" : "Kilépés a teljes képernyős módból", 80 "menu.view.enterFullScreen" : "Kilépés a teljes képernyős módból",
81 "menu.view.exitFullScreen" : "Kilépés a teljes képernyős módból", 81 "menu.view.exitFullScreen" : "Kilépés a teljes képernyős módból",
82 "menu.view.reloadFranz" : "Franz újrainditása", 82 "menu.view.reloadFranz" : "Ferdi újrainditása",
83 "menu.view.reloadService" : "Szolgáltatás újraindítása", 83 "menu.view.reloadService" : "Szolgáltatás újraindítása",
84 "menu.view.resetZoom" : "Tényleges méret", 84 "menu.view.resetZoom" : "Tényleges méret",
85 "menu.view.toggleDevTools" : "Fejlesztői eszközök ki\/bekapcsolása", 85 "menu.view.toggleDevTools" : "Fejlesztői eszközök ki\/bekapcsolása",
@@ -104,8 +104,8 @@
104 "password.successInfo" : "Ellenőrizd az email fiókodat", 104 "password.successInfo" : "Ellenőrizd az email fiókodat",
105 "premiumFeature.button.upgradeAccount" : "Fiók frissítése", 105 "premiumFeature.button.upgradeAccount" : "Fiók frissítése",
106 "pricing.headline" : "Támogasd a Franz-ot", 106 "pricing.headline" : "Támogasd a Franz-ot",
107 "pricing.link.skipPayment" : "Nem szeretném támogatni a Franz fejlesztését.", 107 "pricing.link.skipPayment" : "Nem szeretném támogatni a Ferdi fejlesztését.",
108 "pricing.submit.label" : "Támogatni szeretném a Franz fejlesztését", 108 "pricing.submit.label" : "Támogatni szeretném a Ferdi fejlesztését",
109 "pricing.support.label" : "Válaszd ki a támogatás módját", 109 "pricing.support.label" : "Válaszd ki a támogatás módját",
110 "service.crashHandler.action" : "{name} újratöltése", 110 "service.crashHandler.action" : "{name} újratöltése",
111 "service.crashHandler.autoReload" : "{name} automatikusan helyreállítása {seconds} másodpercen belül", 111 "service.crashHandler.autoReload" : "{name} automatikusan helyreállítása {seconds} másodpercen belül",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Gyorsítótár törlése", 145 "settings.app.buttonClearAllCache" : "Gyorsítótár törlése",
146 "settings.app.buttonInstallUpdate" : "Újraindítás és frissítések telepítése", 146 "settings.app.buttonInstallUpdate" : "Újraindítás és frissítések telepítése",
147 "settings.app.buttonSearchForUpdate" : "Frissítések keresése", 147 "settings.app.buttonSearchForUpdate" : "Frissítések keresése",
148 "settings.app.cacheInfo" : "A Franz gyorsítótár jelenleg {size} lemezterületet használ.", 148 "settings.app.cacheInfo" : "A Ferdi gyorsítótár jelenleg {size} lemezterületet használ.",
149 "settings.app.currentVersion" : "Aktuális verzió:", 149 "settings.app.currentVersion" : "Aktuális verzió:",
150 "settings.app.form.autoLaunchInBackground" : "Megnyitás háttérben", 150 "settings.app.form.autoLaunchInBackground" : "Megnyitás háttérben",
151 "settings.app.form.autoLaunchOnStart" : "Franz betöltése indításkor", 151 "settings.app.form.autoLaunchOnStart" : "Ferdi betöltése indításkor",
152 "settings.app.form.beta" : "Béta verziók keresése", 152 "settings.app.form.beta" : "Béta verziók keresése",
153 "settings.app.form.darkMode" : "Csatlakozz a Sötét Oldalhoz", 153 "settings.app.form.darkMode" : "Csatlakozz a Sötét Oldalhoz",
154 "settings.app.form.enableGPUAcceleration" : "Hardveres gyorsítás engedélyezése", 154 "settings.app.form.enableGPUAcceleration" : "Hardveres gyorsítás engedélyezése",
155 "settings.app.form.enableSpellchecking" : "Helyesírás-ellenőrzés engedélyezése", 155 "settings.app.form.enableSpellchecking" : "Helyesírás-ellenőrzés engedélyezése",
156 "settings.app.form.enableSystemTray" : "Franz mutatása a tálcán", 156 "settings.app.form.enableSystemTray" : "Ferdi mutatása a tálcán",
157 "settings.app.form.language" : "Nyelv", 157 "settings.app.form.language" : "Nyelv",
158 "settings.app.form.minimizeToSystemTray" : "Franz kicsinyítése a tálcára", 158 "settings.app.form.minimizeToSystemTray" : "Ferdi kicsinyítése a tálcára",
159 "settings.app.form.runInBackground" : "Franz fusson a háttérben az ablak bezárásakor", 159 "settings.app.form.runInBackground" : "Ferdi fusson a háttérben az ablak bezárásakor",
160 "settings.app.form.showDisabledServices" : "Letiltott szolgáltatások megjelenítése", 160 "settings.app.form.showDisabledServices" : "Letiltott szolgáltatások megjelenítése",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mutassa az 'olvasatlan üzenet' jelzést, amikor az értesítések le vannak tiltva", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mutassa az 'olvasatlan üzenet' jelzést, amikor az értesítések le vannak tiltva",
162 "settings.app.headline" : "Beállítások", 162 "settings.app.headline" : "Beállítások",
@@ -171,7 +171,7 @@
171 "settings.app.translationHelp" : "Segíts nekünk a Franz-ot lefordítani a nyelvedre.", 171 "settings.app.translationHelp" : "Segíts nekünk a Franz-ot lefordítani a nyelvedre.",
172 "settings.app.updateStatusAvailable" : "Frissítés elérhető, letöltés folyamatban...", 172 "settings.app.updateStatusAvailable" : "Frissítés elérhető, letöltés folyamatban...",
173 "settings.app.updateStatusSearching" : "Frissítéseket keres", 173 "settings.app.updateStatusSearching" : "Frissítéseket keres",
174 "settings.app.updateStatusUpToDate" : "A Franz legfrissebb verzióját használod", 174 "settings.app.updateStatusUpToDate" : "A Ferdi legfrissebb verzióját használod",
175 "settings.invite.headline" : "Barátok meghívása", 175 "settings.invite.headline" : "Barátok meghívása",
176 "settings.navigation.account" : "Fiók", 176 "settings.navigation.account" : "Fiók",
177 "settings.navigation.availableServices" : "Elérhető szolgáltatások", 177 "settings.navigation.availableServices" : "Elérhető szolgáltatások",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "{name} hozzáadása", 195 "settings.service.form.addServiceHeadline" : "{name} hozzáadása",
196 "settings.service.form.availableServices" : "Elérhető szolgáltatások", 196 "settings.service.form.availableServices" : "Elérhető szolgáltatások",
197 "settings.service.form.customUrl" : "Egyéni szerver", 197 "settings.service.form.customUrl" : "Egyéni szerver",
198 "settings.service.form.customUrlPremiumInfo" : "Egyénileg üzemeltetett szolgáltatások hozzáadásához Franz Prémium Támogató Fiók szükséges.", 198 "settings.service.form.customUrlPremiumInfo" : "Egyénileg üzemeltetett szolgáltatások hozzáadásához Ferdi Prémium Támogató Fiók szükséges.",
199 "settings.service.form.customUrlUpgradeAccount" : "Frissítsd fiókodat", 199 "settings.service.form.customUrlUpgradeAccount" : "Frissítsd fiókodat",
200 "settings.service.form.customUrlValidationError" : "Nem sikerült érvényesíteni az egyéni {name} kiszolgálót.", 200 "settings.service.form.customUrlValidationError" : "Nem sikerült érvényesíteni az egyéni {name} kiszolgálót.",
201 "settings.service.form.deleteButton" : "Szolgáltatás törlése", 201 "settings.service.form.deleteButton" : "Szolgáltatás törlése",
@@ -217,7 +217,7 @@
217 "settings.service.form.name" : "Név", 217 "settings.service.form.name" : "Név",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy beállítások", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy beállítások",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy beállítások nem szinkronizálódnak a Franz kiszolgálókkal.", 220 "settings.service.form.proxy.info" : "Proxy beállítások nem szinkronizálódnak a Ferdi kiszolgálókkal.",
221 "settings.service.form.proxy.isEnabled" : "Proxy használata", 221 "settings.service.form.proxy.isEnabled" : "Proxy használata",
222 "settings.service.form.proxy.password" : "Jelszó (opcionális)", 222 "settings.service.form.proxy.password" : "Jelszó (opcionális)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Minden hang lenémítva", 238 "settings.services.tooltip.isMuted" : "Minden hang lenémítva",
239 "settings.services.tooltip.notificationsDisabled" : "Értesítések letiltva", 239 "settings.services.tooltip.notificationsDisabled" : "Értesítések letiltva",
240 "settings.services.updatedInfo" : "A módosításokat elmentettük", 240 "settings.services.updatedInfo" : "A módosításokat elmentettük",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "A Franz for Teams lehetőséget teremt arra, hogy meghívd munkatársaidat a csapatodba email-en keresztül, és kezelhesd a Franz előfizetéseiket és fiókbeállításaikat. Ne fecséreld az idődet minden egyes csapattag regisztrációjára, felejtsd el a sok-sok egyéni számlát és különböző lejárati időt - egy mindenek felett!", 242 "settings.team.copy" : "A Ferdi for Teams lehetőséget teremt arra, hogy meghívd munkatársaidat a csapatodba email-en keresztül, és kezelhesd a Ferdi előfizetéseiket és fiókbeállításaikat. Ne fecséreld az idődet minden egyes csapattag regisztrációjára, felejtsd el a sok-sok egyéni számlát és különböző lejárati időt - egy mindenek felett!",
243 "settings.team.headline" : "Csapat", 243 "settings.team.headline" : "Csapat",
244 "settings.team.intro" : "Te és a csapatod Franz-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.", 244 "settings.team.intro" : "Te és a csapatod Franz-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.",
245 "settings.team.manageAction" : "Csapat kezelése a meetfranz.com-on", 245 "settings.team.manageAction" : "Csapat kezelése a meetfranz.com-on",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "Még nem hoztál létre munkaterületeket.", 265 "settings.workspaces.noWorkspacesAdded" : "Még nem hoztál létre munkaterületeket.",
266 "settings.workspaces.tryReloadWorkspaces" : "Próbáld újra", 266 "settings.workspaces.tryReloadWorkspaces" : "Próbáld újra",
267 "settings.workspaces.updatedInfo" : "A módosításokat elmentettük", 267 "settings.workspaces.updatedInfo" : "A módosításokat elmentettük",
268 "settings.workspaces.workspaceFeatureHeadline" : "A kevesebb több: Bemutatjuk a Franz Munkaterületeket", 268 "settings.workspaces.workspaceFeatureHeadline" : "A kevesebb több: Bemutatjuk a Ferdi Munkaterületeket",
269 "settings.workspaces.workspaceFeatureInfo" : "A Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Nem sikerült betölteni a munkaterületeket", 270 "settings.workspaces.workspacesRequestFailed" : "Nem sikerült betölteni a munkaterületeket",
271 "sidebar.addNewService" : "Szolgáltatás hozzáadása", 271 "sidebar.addNewService" : "Szolgáltatás hozzáadása",
272 "sidebar.closeWorkspaceDrawer" : "Munkaterület panel bezárása", 272 "sidebar.closeWorkspaceDrawer" : "Munkaterület panel bezárása",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Keresztnév", 280 "signup.firstname.label" : "Keresztnév",
281 "signup.headline" : "Regisztráció", 281 "signup.headline" : "Regisztráció",
282 "signup.lastname.label" : "Családnév", 282 "signup.lastname.label" : "Családnév",
283 "signup.legal.info" : "A Franz fiók létrehozásával elfogadod az", 283 "signup.legal.info" : "A Ferdi fiók létrehozásával elfogadod az",
284 "signup.legal.privacy" : "Adatvédelmi Nyilatkozatot", 284 "signup.legal.privacy" : "Adatvédelmi Nyilatkozatot",
285 "signup.legal.terms" : "Felhasználási Feltételeket", 285 "signup.legal.terms" : "Felhasználási Feltételeket",
286 "signup.link.login" : "Már van fiókod? Lépj be!", 286 "signup.link.login" : "Már van fiókod? Lépj be!",
@@ -294,9 +294,9 @@
294 "subscription.features.proxy" : "Proxy támogatás a szolgáltatásokhoz", 294 "subscription.features.proxy" : "Proxy támogatás a szolgáltatásokhoz",
295 "subscription.features.spellchecker" : "Támogatás a Helyesírás-ellenőrzőhöz", 295 "subscription.features.spellchecker" : "Támogatás a Helyesírás-ellenőrzőhöz",
296 "subscription.features.workspaces" : "Rendezd szolgáltatásaidat Munkaterületekbe", 296 "subscription.features.workspaces" : "Rendezd szolgáltatásaidat Munkaterületekbe",
297 "subscription.includedFeatures" : "Az előfizetett Franz Prémium Támogató Fiók tartalmazza", 297 "subscription.includedFeatures" : "Az előfizetett Ferdi Prémium Támogató Fiók tartalmazza",
298 "subscription.paymentSessionError" : "Nem sikerült a fizetési felületet betölteni", 298 "subscription.paymentSessionError" : "Nem sikerült a fizetési felületet betölteni",
299 "subscription.submit.label" : "Szeretném támogatni a Franz fejlesztését", 299 "subscription.submit.label" : "Szeretném támogatni a Ferdi fejlesztését",
300 "subscription.type.free" : "ingyenes", 300 "subscription.type.free" : "ingyenes",
301 "subscription.type.month" : "hónap", 301 "subscription.type.month" : "hónap",
302 "subscription.type.year" : "év", 302 "subscription.type.year" : "év",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Készítsd el az első munkaterületedet", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Készítsd el az első munkaterületedet",
327 "workspaceDrawer.proFeatureBadge" : "Prémium funkció", 327 "workspaceDrawer.proFeatureBadge" : "Prémium funkció",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Prémium fiók reaktiválása", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Prémium fiók reaktiválása",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>A Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Munkaterület beállítások szerkesztése", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Munkaterület beállítások szerkesztése",
331 "workspaces.switchingIndicator.switchingTo" : "Váltás" 331 "workspaces.switchingIndicator.switchingTo" : "Váltás"
332} 332}
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index fb6434869..437be8e5c 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Muat Ulang", 2 "app.errorHandler.action" : "Muat Ulang",
3 "app.errorHandler.headline" : "Terjadi kesalahan", 3 "app.errorHandler.headline" : "Terjadi kesalahan",
4 "feature.announcements.changelog.headline" : "Perubahan dalam Franz {version}", 4 "feature.announcements.changelog.headline" : "Perubahan dalam Ferdi {version}",
5 "feature.delayApp.action" : "Dapatkan Lisensi Pendukung Franz", 5 "feature.delayApp.action" : "Dapatkan Lisensi Pendukung Franz",
6 "feature.delayApp.headline" : "Beli Lisensi Pendukung Franz agar tidak perlu menunggu", 6 "feature.delayApp.headline" : "Beli Lisensi Pendukung Ferdi agar tidak perlu menunggu",
7 "feature.delayApp.text" : "Franz akan melanjutkan dalam {seconds} detik.", 7 "feature.delayApp.text" : "Ferdi akan melanjutkan dalam {seconds} detik.",
8 "feature.shareFranz.action.email" : "Kirim sebagai email", 8 "feature.shareFranz.action.email" : "Kirim sebagai email",
9 "feature.shareFranz.action.facebook" : "Bagikan di Facebook", 9 "feature.shareFranz.action.facebook" : "Bagikan di Facebook",
10 "feature.shareFranz.action.twitter" : "Bagikan di Twitter", 10 "feature.shareFranz.action.twitter" : "Bagikan di Twitter",
11 "feature.shareFranz.headline" : "Franz lebih baik bersama!", 11 "feature.shareFranz.headline" : "Ferdi lebih baik bersama!",
12 "feature.shareFranz.shareText.email" : "Saya telah menambahkan layanan {count} ke Franz! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan co di www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Saya telah menambahkan layanan {count} ke Franz! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan co di www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Saya telah menambahkan {count} layanan di Franz! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan lainnya di www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Saya telah menambahkan {count} layanan di Franz! Dapatkan aplikasi gratis untuk WhatsApp, Messenger, Slack, Skype dan lainnya di www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Beri tahu teman dan kolega Anda betapa hebatnya Franz dan bantu kami menyebarkan berita.", 14 "feature.shareFranz.text" : "Beri tahu teman dan kolega Anda betapa hebatnya Ferdi dan bantu kami menyebarkan berita.",
15 "global.api.unhealthy" : "Tidak dapat tersambung ke layanan Franz", 15 "global.api.unhealthy" : "Tidak dapat tersambung ke layanan Franz",
16 "global.notConnectedToTheInternet" : "Anda tidak tersambung ke internet.", 16 "global.notConnectedToTheInternet" : "Anda tidak tersambung ke internet.",
17 "global.spellchecker.useDefault" : "Gunakan Bawaan Sistem ({default})", 17 "global.spellchecker.useDefault" : "Gunakan Bawaan Sistem ({default})",
18 "global.spellchecking.autodetect" : "Deteksi bahasa secara otomatis", 18 "global.spellchecking.autodetect" : "Deteksi bahasa secara otomatis",
19 "global.spellchecking.autodetect.short" : "Otomatis", 19 "global.spellchecking.autodetect.short" : "Otomatis",
20 "global.spellchecking.language" : "Periksa ejaan", 20 "global.spellchecking.language" : "Periksa ejaan",
21 "import.headline" : "Impor layanan Franz 4 Anda", 21 "import.headline" : "Impor layanan Ferdi 4 Anda",
22 "import.notSupportedHeadline" : "Layanan belum didukung di Franz 5", 22 "import.notSupportedHeadline" : "Layanan belum didukung di Ferdi 5",
23 "import.skip.label" : "Saya ingin menambahkan layanan secara manual", 23 "import.skip.label" : "Saya ingin menambahkan layanan secara manual",
24 "import.submit.label" : "Impor layanan", 24 "import.submit.label" : "Impor layanan",
25 "infobar.buttonChangelog" : "Yang baru", 25 "infobar.buttonChangelog" : "Yang baru",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Muat ulang layanan", 27 "infobar.buttonReloadServices" : "Muat ulang layanan",
28 "infobar.requiredRequestsFailed" : "Gagal memuat layanan dan informasi pengguna", 28 "infobar.requiredRequestsFailed" : "Gagal memuat layanan dan informasi pengguna",
29 "infobar.servicesUpdated" : "Layanan Anda telah diperbarui", 29 "infobar.servicesUpdated" : "Layanan Anda telah diperbarui",
30 "infobar.updateAvailable" : "Versi baru Franz tersedia.", 30 "infobar.updateAvailable" : "Versi baru Ferdi tersedia.",
31 "invite.email.label" : "Alamat email", 31 "invite.email.label" : "Alamat email",
32 "invite.headline.friends" : "Undang 3 teman atau kolega Anda", 32 "invite.headline.friends" : "Undang 3 teman atau kolega Anda",
33 "invite.name.label" : "Nama", 33 "invite.name.label" : "Nama",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Perbarui profil", 127 "settings.account.buttonSave" : "Perbarui profil",
128 "settings.account.deleteAccount" : "Hapus akun", 128 "settings.account.deleteAccount" : "Hapus akun",
129 "settings.account.deleteEmailSent" : "Anda menerima email dengan tautan untuk mengonfirmasi penghapusan akun. Akun dan data Anda tidak bisa dipulihkan!", 129 "settings.account.deleteEmailSent" : "Anda menerima email dengan tautan untuk mengonfirmasi penghapusan akun. Akun dan data Anda tidak bisa dipulihkan!",
130 "settings.account.deleteInfo" : "Jika Anda tidak membutuhkan akun Franz lagi, Anda bisa menghapus akun dan semua data terkait di sini.", 130 "settings.account.deleteInfo" : "Jika Anda tidak membutuhkan akun Ferdi lagi, Anda bisa menghapus akun dan semua data terkait di sini.",
131 "settings.account.headline" : "Akun", 131 "settings.account.headline" : "Akun",
132 "settings.account.headlineAccount" : "Informasi akun", 132 "settings.account.headlineAccount" : "Informasi akun",
133 "settings.account.headlineDangerZone" : "Wilayah Berbahaya", 133 "settings.account.headlineDangerZone" : "Wilayah Berbahaya",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Bersihkan singgahan", 145 "settings.app.buttonClearAllCache" : "Bersihkan singgahan",
146 "settings.app.buttonInstallUpdate" : "Mulai ulang dan instal versi baru", 146 "settings.app.buttonInstallUpdate" : "Mulai ulang dan instal versi baru",
147 "settings.app.buttonSearchForUpdate" : "Periksa pembaruan", 147 "settings.app.buttonSearchForUpdate" : "Periksa pembaruan",
148 "settings.app.cacheInfo" : "Singgahan Franz sedang menggunakan ruang disk {size}.", 148 "settings.app.cacheInfo" : "Singgahan Ferdi sedang menggunakan ruang disk {size}.",
149 "settings.app.currentVersion" : "Versi saat ini:", 149 "settings.app.currentVersion" : "Versi saat ini:",
150 "settings.app.form.autoLaunchInBackground" : "Buka di latar belakang", 150 "settings.app.form.autoLaunchInBackground" : "Buka di latar belakang",
151 "settings.app.form.autoLaunchOnStart" : "Jalankan Franz saat komputer dimulai", 151 "settings.app.form.autoLaunchOnStart" : "Jalankan Ferdi saat komputer dimulai",
152 "settings.app.form.beta" : "Sertakan versi beta", 152 "settings.app.form.beta" : "Sertakan versi beta",
153 "settings.app.form.darkMode" : "Sisi Kelam menunggu Anda (Mode Gelap)", 153 "settings.app.form.darkMode" : "Sisi Kelam menunggu Anda (Mode Gelap)",
154 "settings.app.form.enableGPUAcceleration" : "Aktifkan Akselerasi GPU", 154 "settings.app.form.enableGPUAcceleration" : "Aktifkan Akselerasi GPU",
155 "settings.app.form.enableSpellchecking" : "Aktifkan pemeriksaan ejaan", 155 "settings.app.form.enableSpellchecking" : "Aktifkan pemeriksaan ejaan",
156 "settings.app.form.enableSystemTray" : "Tampilkan Franz di baki sistem", 156 "settings.app.form.enableSystemTray" : "Tampilkan Ferdi di baki sistem",
157 "settings.app.form.language" : "Bahasa", 157 "settings.app.form.language" : "Bahasa",
158 "settings.app.form.minimizeToSystemTray" : "Perkecil Franz ke baki sistem", 158 "settings.app.form.minimizeToSystemTray" : "Perkecil Ferdi ke baki sistem",
159 "settings.app.form.runInBackground" : "Tetap jalankan Franz di latar belakang saat menutup jendela", 159 "settings.app.form.runInBackground" : "Tetap jalankan Ferdi di latar belakang saat menutup jendela",
160 "settings.app.form.showDisabledServices" : "Tampilkan tab layanan yang dinonaktifkan", 160 "settings.app.form.showDisabledServices" : "Tampilkan tab layanan yang dinonaktifkan",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Tampilkan lencana pesan belum dibaca saat pemberitahuan dinonaktifkan", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Tampilkan lencana pesan belum dibaca saat pemberitahuan dinonaktifkan",
162 "settings.app.headline" : "Pengaturan", 162 "settings.app.headline" : "Pengaturan",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.", 168 "settings.app.languageDisclaimer" : "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.",
169 "settings.app.restartRequired" : "Perubahan membutuhkan mulai ulang", 169 "settings.app.restartRequired" : "Perubahan membutuhkan mulai ulang",
170 "settings.app.subheadlineCache" : "Singgahan", 170 "settings.app.subheadlineCache" : "Singgahan",
171 "settings.app.translationHelp" : "Bantu kami menerjemahkan Franz ke bahasa Anda.", 171 "settings.app.translationHelp" : "Bantu kami menerjemahkan Ferdi ke bahasa Anda.",
172 "settings.app.updateStatusAvailable" : "Versi baru tersedia, mengunduh...", 172 "settings.app.updateStatusAvailable" : "Versi baru tersedia, mengunduh...",
173 "settings.app.updateStatusSearching" : "Sedang mencari versi baru", 173 "settings.app.updateStatusSearching" : "Sedang mencari versi baru",
174 "settings.app.updateStatusUpToDate" : "Anda sedang menggunakan versi terbaru Franz", 174 "settings.app.updateStatusUpToDate" : "Anda sedang menggunakan versi terbaru Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Tambahkan {name}", 195 "settings.service.form.addServiceHeadline" : "Tambahkan {name}",
196 "settings.service.form.availableServices" : "Layanan tersedia", 196 "settings.service.form.availableServices" : "Layanan tersedia",
197 "settings.service.form.customUrl" : "Server khusus", 197 "settings.service.form.customUrl" : "Server khusus",
198 "settings.service.form.customUrlPremiumInfo" : "Untuk menambahkan layanan hosted yang dijalankan mandiri, Anda membutuhkan Franz Premium Supporter Account.", 198 "settings.service.form.customUrlPremiumInfo" : "Untuk menambahkan layanan hosted yang dijalankan mandiri, Anda membutuhkan Ferdi Premium Supporter Account.",
199 "settings.service.form.customUrlUpgradeAccount" : "Tingkatkan akun Anda", 199 "settings.service.form.customUrlUpgradeAccount" : "Tingkatkan akun Anda",
200 "settings.service.form.customUrlValidationError" : "Gagal memvalidasi server {nama} khusus.", 200 "settings.service.form.customUrlValidationError" : "Gagal memvalidasi server {nama} khusus.",
201 "settings.service.form.deleteButton" : "Hapus layanan", 201 "settings.service.form.deleteButton" : "Hapus layanan",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Gunakan Proksi", 221 "settings.service.form.proxy.isEnabled" : "Gunakan Proksi",
222 "settings.service.form.proxy.password" : "Sandi (opsional)", 222 "settings.service.form.proxy.password" : "Sandi (opsional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Silahkan mulai ulang Franz setelah mengubah Setelan proxy", 224 "settings.service.form.proxy.restartInfo" : "Silahkan mulai ulang Ferdi setelah mengubah Setelan proxy",
225 "settings.service.form.proxy.user" : "Pengguna (opsional)", 225 "settings.service.form.proxy.user" : "Pengguna (opsional)",
226 "settings.service.form.saveButton" : "Simpan layanan", 226 "settings.service.form.saveButton" : "Simpan layanan",
227 "settings.service.form.tabHosted" : "Hosted", 227 "settings.service.form.tabHosted" : "Hosted",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Semua suara dibisukan", 238 "settings.services.tooltip.isMuted" : "Semua suara dibisukan",
239 "settings.services.tooltip.notificationsDisabled" : "Pemberitahuan dinonaktifkan", 239 "settings.services.tooltip.notificationsDisabled" : "Pemberitahuan dinonaktifkan",
240 "settings.services.updatedInfo" : "Perubahan telah disimpan", 240 "settings.services.updatedInfo" : "Perubahan telah disimpan",
241 "settings.team.contentHeadline" : "Franz untuk Tim", 241 "settings.team.contentHeadline" : "Ferdi untuk Tim",
242 "settings.team.copy" : "Franz untuk Tim menyediakan opsi untuk mengundang rekan kerja ke tim Anda dengan mengirimkan undangan email dan mengelola langganan mereka pada preferensi akun Anda. Jangan habiskan waktu Anda menyiapkan langganan bagi masing-masing anggota tim, lupakan berbagai faktur dan periode penagihan - satu tim untuk semua!", 242 "settings.team.copy" : "Ferdi untuk Tim menyediakan opsi untuk mengundang rekan kerja ke tim Anda dengan mengirimkan undangan email dan mengelola langganan mereka pada preferensi akun Anda. Jangan habiskan waktu Anda menyiapkan langganan bagi masing-masing anggota tim, lupakan berbagai faktur dan periode penagihan - satu tim untuk semua!",
243 "settings.team.headline" : "Tim", 243 "settings.team.headline" : "Tim",
244 "settings.team.intro" : "Anda dan tim Anda menggunakan Franz? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.", 244 "settings.team.intro" : "Anda dan tim Anda menggunakan Franz? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.",
245 "settings.team.manageAction" : "Kelola Tim Anda di meetfranz.com", 245 "settings.team.manageAction" : "Kelola Tim Anda di meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Coba lagi", 266 "settings.workspaces.tryReloadWorkspaces" : "Coba lagi",
267 "settings.workspaces.updatedInfo" : "Perubahan Anda telah disimpan", 267 "settings.workspaces.updatedInfo" : "Perubahan Anda telah disimpan",
268 "settings.workspaces.workspaceFeatureHeadline" : "Sedikit Namun Banyak: Memperkenalkan Ruang Kerja Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Sedikit Namun Banyak: Memperkenalkan Ruang Kerja Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "Ruang Kerja Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Tidak dapat memuat ruang kerja Anda", 270 "settings.workspaces.workspacesRequestFailed" : "Tidak dapat memuat ruang kerja Anda",
271 "sidebar.addNewService" : "Tambahkan layanan baru", 271 "sidebar.addNewService" : "Tambahkan layanan baru",
272 "sidebar.closeWorkspaceDrawer" : "Tutup laci ruang kerja", 272 "sidebar.closeWorkspaceDrawer" : "Tutup laci ruang kerja",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Dukungan proksi untuk layanan", 294 "subscription.features.proxy" : "Dukungan proksi untuk layanan",
295 "subscription.features.spellchecker" : "Dukungan pengecek ejaan", 295 "subscription.features.spellchecker" : "Dukungan pengecek ejaan",
296 "subscription.features.workspaces" : "Kelola layanan Anda dalam ruang kerja", 296 "subscription.features.workspaces" : "Kelola layanan Anda dalam ruang kerja",
297 "subscription.includedFeatures" : "Franz Premium Supporter Account berbayar menyertakan", 297 "subscription.includedFeatures" : "Ferdi Premium Supporter Account berbayar menyertakan",
298 "subscription.paymentSessionError" : "Tidak bisa menginisialisasi formulir pembayaran", 298 "subscription.paymentSessionError" : "Tidak bisa menginisialisasi formulir pembayaran",
299 "subscription.submit.label" : "Saya ingin mendukung pengembangan Franz", 299 "subscription.submit.label" : "Saya ingin mendukung pengembangan Franz",
300 "subscription.type.free" : "gratis", 300 "subscription.type.free" : "gratis",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Buat ruang kerja pertama Anda", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Buat ruang kerja pertama Anda",
327 "workspaceDrawer.proFeatureBadge" : "Fitur premium", 327 "workspaceDrawer.proFeatureBadge" : "Fitur premium",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Aktifkan ulang akun premium", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Aktifkan ulang akun premium",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Ruang Kerja Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit setelan ruang kerja", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit setelan ruang kerja",
331 "workspaces.switchingIndicator.switchingTo" : "Beralih ke" 331 "workspaces.switchingIndicator.switchingTo" : "Beralih ke"
332} 332}
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 7bda822bb..8492193fd 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Ricarica", 2 "app.errorHandler.action" : "Ricarica",
3 "app.errorHandler.headline" : "Qualcosa è andato storto", 3 "app.errorHandler.headline" : "Qualcosa è andato storto",
4 "feature.announcements.changelog.headline" : "Modifiche in Franz {Version}", 4 "feature.announcements.changelog.headline" : "Modifiche in Ferdi {Version}",
5 "feature.delayApp.action" : "Ricevi una Licenza Supporter di Franz", 5 "feature.delayApp.action" : "Ricevi una Licenza Supporter di Franz",
6 "feature.delayApp.headline" : "Per favore, compra una Licenza Supporter di Franz per saltare l'attesa", 6 "feature.delayApp.headline" : "Per favore, compra una Licenza Supporter di Ferdi per saltare l'attesa",
7 "feature.delayApp.text" : "Franz continuerà tra {seconds} secondi.", 7 "feature.delayApp.text" : "Ferdi continuerà tra {seconds} secondi.",
8 "feature.shareFranz.action.email" : "Manda come email", 8 "feature.shareFranz.action.email" : "Manda come email",
9 "feature.shareFranz.action.facebook" : "Condividi su Facebook", 9 "feature.shareFranz.action.facebook" : "Condividi su Facebook",
10 "feature.shareFranz.action.twitter" : "Condividi su Twitter", 10 "feature.shareFranz.action.twitter" : "Condividi su Twitter",
11 "feature.shareFranz.headline" : "Franze è migliore insieme!", 11 "feature.shareFranz.headline" : "Franze è migliore insieme!",
12 "feature.shareFranz.shareText.email" : "Ho aggiunto {count} nuovi servizi a Franz! Scarica ora l'app gratuita per WhatsApp, Messenger, Slack, Skype e altri all'indirizzo www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Ho aggiunto {count} nuovi servizi a Franz! Scarica ora l'app gratuita per WhatsApp, Messenger, Slack, Skype e altri all'indirizzo www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Ho aggiunto {count} nuovi servizi a Franz! Scarica ora l’app gratuita per WhatsApp, Messenger, Slack, Skype e altri all’indirizzo www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Ho aggiunto {count} nuovi servizi a Franz! Scarica ora l’app gratuita per WhatsApp, Messenger, Slack, Skype e altri all’indirizzo www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Di’ ai tuoi amici e colleghi quanto Franz è fantastico e aiutaci a diffondere la parola.", 14 "feature.shareFranz.text" : "Di’ ai tuoi amici e colleghi quanto Ferdi è fantastico e aiutaci a diffondere la parola.",
15 "global.api.unhealthy" : "Impossibile connettersi ai servizi online di Franz", 15 "global.api.unhealthy" : "Impossibile connettersi ai servizi online di Franz",
16 "global.notConnectedToTheInternet" : "Non sei connesso a Internet.", 16 "global.notConnectedToTheInternet" : "Non sei connesso a Internet.",
17 "global.spellchecker.useDefault" : "Usa le impostazioni predefinite di sistema ({default})", 17 "global.spellchecker.useDefault" : "Usa le impostazioni predefinite di sistema ({default})",
18 "global.spellchecking.autodetect" : "Rileva automaticamente la lingua", 18 "global.spellchecking.autodetect" : "Rileva automaticamente la lingua",
19 "global.spellchecking.autodetect.short" : "Automatico", 19 "global.spellchecking.autodetect.short" : "Automatico",
20 "global.spellchecking.language" : "Lingua per controllo ortografico", 20 "global.spellchecking.language" : "Lingua per controllo ortografico",
21 "import.headline" : "Importa i servizi di Franz 4", 21 "import.headline" : "Importa i servizi di Ferdi 4",
22 "import.notSupportedHeadline" : "Servizi non ancora supportati in Franz 5", 22 "import.notSupportedHeadline" : "Servizi non ancora supportati in Ferdi 5",
23 "import.skip.label" : "Voglio aggiungere i servizi manualmente", 23 "import.skip.label" : "Voglio aggiungere i servizi manualmente",
24 "import.submit.label" : "Importa servizi", 24 "import.submit.label" : "Importa servizi",
25 "infobar.buttonChangelog" : "Cosa c'è di nuovo?", 25 "infobar.buttonChangelog" : "Cosa c'è di nuovo?",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Svuota la cache", 145 "settings.app.buttonClearAllCache" : "Svuota la cache",
146 "settings.app.buttonInstallUpdate" : "Riavvia e installa l'aggiornamento", 146 "settings.app.buttonInstallUpdate" : "Riavvia e installa l'aggiornamento",
147 "settings.app.buttonSearchForUpdate" : "Controlla aggiornamenti", 147 "settings.app.buttonSearchForUpdate" : "Controlla aggiornamenti",
148 "settings.app.cacheInfo" : "Franz sta utilizzando {size} di spazio su disco.", 148 "settings.app.cacheInfo" : "Ferdi sta utilizzando {size} di spazio su disco.",
149 "settings.app.currentVersion" : "Versione attuale:", 149 "settings.app.currentVersion" : "Versione attuale:",
150 "settings.app.form.autoLaunchInBackground" : "Apri in background", 150 "settings.app.form.autoLaunchInBackground" : "Apri in background",
151 "settings.app.form.autoLaunchOnStart" : "Esegui Franz all'avvio", 151 "settings.app.form.autoLaunchOnStart" : "Esegui Ferdi all'avvio",
152 "settings.app.form.beta" : "Includi versioni beta", 152 "settings.app.form.beta" : "Includi versioni beta",
153 "settings.app.form.darkMode" : "Unisciti al Lato Oscuro.", 153 "settings.app.form.darkMode" : "Unisciti al Lato Oscuro.",
154 "settings.app.form.enableGPUAcceleration" : "Attiva Accelerazione GPU", 154 "settings.app.form.enableGPUAcceleration" : "Attiva Accelerazione GPU",
155 "settings.app.form.enableSpellchecking" : "Attiva controllo ortografico", 155 "settings.app.form.enableSpellchecking" : "Attiva controllo ortografico",
156 "settings.app.form.enableSystemTray" : "Mostra Franz nell'area di notifica", 156 "settings.app.form.enableSystemTray" : "Mostra Ferdi nell'area di notifica",
157 "settings.app.form.language" : "Lingua", 157 "settings.app.form.language" : "Lingua",
158 "settings.app.form.minimizeToSystemTray" : "Minimizza Franz nell'area di notifica", 158 "settings.app.form.minimizeToSystemTray" : "Minimizza Ferdi nell'area di notifica",
159 "settings.app.form.runInBackground" : "Mantieni Franz in esecuzione quando chiudi la finestra", 159 "settings.app.form.runInBackground" : "Mantieni Ferdi in esecuzione quando chiudi la finestra",
160 "settings.app.form.showDisabledServices" : "Mostra schede servizi disattivati", 160 "settings.app.form.showDisabledServices" : "Mostra schede servizi disattivati",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostra l'etichetta dei messaggi non letti quando le notifiche sono disattivate", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostra l'etichetta dei messaggi non letti quando le notifiche sono disattivate",
162 "settings.app.headline" : "Impostazioni", 162 "settings.app.headline" : "Impostazioni",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.", 168 "settings.app.languageDisclaimer" : "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.",
169 "settings.app.restartRequired" : "Le modifiche richiedono un riavvio", 169 "settings.app.restartRequired" : "Le modifiche richiedono un riavvio",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Aiutaci a tradurre Franz nella tua lingua.", 171 "settings.app.translationHelp" : "Aiutaci a tradurre Ferdi nella tua lingua.",
172 "settings.app.updateStatusAvailable" : "Aggiornamento disponibile, download in corso...", 172 "settings.app.updateStatusAvailable" : "Aggiornamento disponibile, download in corso...",
173 "settings.app.updateStatusSearching" : "Ricerca aggiornamenti", 173 "settings.app.updateStatusSearching" : "Ricerca aggiornamenti",
174 "settings.app.updateStatusUpToDate" : "Stai utilizzando l'ultima versione di Franz", 174 "settings.app.updateStatusUpToDate" : "Stai utilizzando l'ultima versione di Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Aggiungi {name}", 195 "settings.service.form.addServiceHeadline" : "Aggiungi {name}",
196 "settings.service.form.availableServices" : "Servizi disponibili", 196 "settings.service.form.availableServices" : "Servizi disponibili",
197 "settings.service.form.customUrl" : "Server personalizzato", 197 "settings.service.form.customUrl" : "Server personalizzato",
198 "settings.service.form.customUrlPremiumInfo" : "Per aggiungere servizi personalizzati, devi avere un account Franz Premium Supporter.", 198 "settings.service.form.customUrlPremiumInfo" : "Per aggiungere servizi personalizzati, devi avere un account Ferdi Premium Supporter.",
199 "settings.service.form.customUrlUpgradeAccount" : "Aggiorna il tuo account", 199 "settings.service.form.customUrlUpgradeAccount" : "Aggiorna il tuo account",
200 "settings.service.form.customUrlValidationError" : "Impossibile validare il server personalizzato {name}.", 200 "settings.service.form.customUrlValidationError" : "Impossibile validare il server personalizzato {name}.",
201 "settings.service.form.deleteButton" : "Elimina servizio", 201 "settings.service.form.deleteButton" : "Elimina servizio",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Usa un Proxy", 221 "settings.service.form.proxy.isEnabled" : "Usa un Proxy",
222 "settings.service.form.proxy.password" : "Password (opzionale)", 222 "settings.service.form.proxy.password" : "Password (opzionale)",
223 "settings.service.form.proxy.port" : "Porta", 223 "settings.service.form.proxy.port" : "Porta",
224 "settings.service.form.proxy.restartInfo" : "Riavvia Franz dopo aver cambiato le impostazioni del proxy.", 224 "settings.service.form.proxy.restartInfo" : "Riavvia Ferdi dopo aver cambiato le impostazioni del proxy.",
225 "settings.service.form.proxy.user" : "Utente (opzionale)", 225 "settings.service.form.proxy.user" : "Utente (opzionale)",
226 "settings.service.form.saveButton" : "Salva servizio", 226 "settings.service.form.saveButton" : "Salva servizio",
227 "settings.service.form.tabHosted" : "Hosted", 227 "settings.service.form.tabHosted" : "Hosted",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Tutti i suoni sono disattivati", 238 "settings.services.tooltip.isMuted" : "Tutti i suoni sono disattivati",
239 "settings.services.tooltip.notificationsDisabled" : "Le notifiche sono disattivate", 239 "settings.services.tooltip.notificationsDisabled" : "Le notifiche sono disattivate",
240 "settings.services.updatedInfo" : "Le tue modifiche sono state salvate", 240 "settings.services.updatedInfo" : "Le tue modifiche sono state salvate",
241 "settings.team.contentHeadline" : "Franz per i Teams", 241 "settings.team.contentHeadline" : "Ferdi per i Teams",
242 "settings.team.copy" : "Franz per i Teams ti da la possibilità di invitare collaboratori al tuo team, invitandoli per email e gestendo la loro iscrizione all'interno delle preferenze del tuo account. Non perdere tempo impostando le iscrizioni di un singolo collaboratore individualmente, dimenticati di fatture multiple e cicli differenti di fatturazione - un team per comandarli tutti!", 242 "settings.team.copy" : "Ferdi per i Teams ti da la possibilità di invitare collaboratori al tuo team, invitandoli per email e gestendo la loro iscrizione all'interno delle preferenze del tuo account. Non perdere tempo impostando le iscrizioni di un singolo collaboratore individualmente, dimenticati di fatture multiple e cicli differenti di fatturazione - un team per comandarli tutti!",
243 "settings.team.headline" : "Team", 243 "settings.team.headline" : "Team",
244 "settings.team.intro" : "Tu e il tuo team usate Franz? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.", 244 "settings.team.intro" : "Tu e il tuo team usate Franz? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.",
245 "settings.team.manageAction" : "Gestisci il tuo Team su meetfranz.com", 245 "settings.team.manageAction" : "Gestisci il tuo Team su meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Riprova nuovamente", 266 "settings.workspaces.tryReloadWorkspaces" : "Riprova nuovamente",
267 "settings.workspaces.updatedInfo" : "Le tue modifiche sono state salvate", 267 "settings.workspaces.updatedInfo" : "Le tue modifiche sono state salvate",
268 "settings.workspaces.workspaceFeatureHeadline" : "Meno è Meglio: I Workspaces di Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Meno è Meglio: I Workspaces di Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz Workspaces ti permette 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.", 269 "settings.workspaces.workspaceFeatureInfo" : "Ferdi Workspaces ti permette 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.",
270 "settings.workspaces.workspacesRequestFailed" : "Non è possibile caricare i tuoi workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Non è possibile caricare i tuoi workspaces",
271 "sidebar.addNewService" : "Aggiungi un nuovo servizio", 271 "sidebar.addNewService" : "Aggiungi un nuovo servizio",
272 "sidebar.closeWorkspaceDrawer" : "Chiudi il menu dei workspace", 272 "sidebar.closeWorkspaceDrawer" : "Chiudi il menu dei workspace",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Nome", 280 "signup.firstname.label" : "Nome",
281 "signup.headline" : "Iscriviti", 281 "signup.headline" : "Iscriviti",
282 "signup.lastname.label" : "Cognome", 282 "signup.lastname.label" : "Cognome",
283 "signup.legal.info" : "Creando un account di Franz accetti i ", 283 "signup.legal.info" : "Creando un account di Ferdi accetti i ",
284 "signup.legal.privacy" : "Informativa sulla Privacy", 284 "signup.legal.privacy" : "Informativa sulla Privacy",
285 "signup.legal.terms" : "Termini di Servizio", 285 "signup.legal.terms" : "Termini di Servizio",
286 "signup.link.login" : "Hai già un account, vuoi accedere?", 286 "signup.link.login" : "Hai già un account, vuoi accedere?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Supporto proxy per i servizi", 294 "subscription.features.proxy" : "Supporto proxy per i servizi",
295 "subscription.features.spellchecker" : "Supporto per il correttore ortografico", 295 "subscription.features.spellchecker" : "Supporto per il correttore ortografico",
296 "subscription.features.workspaces" : "Organizza i tuoi servizi in workspace", 296 "subscription.features.workspaces" : "Organizza i tuoi servizi in workspace",
297 "subscription.includedFeatures" : "L'account a pagamento Franz Premium Supporter include", 297 "subscription.includedFeatures" : "L'account a pagamento Ferdi Premium Supporter include",
298 "subscription.paymentSessionError" : "Impossibile inizializzare il modulo per il pagamento", 298 "subscription.paymentSessionError" : "Impossibile inizializzare il modulo per il pagamento",
299 "subscription.submit.label" : "Voglio supportare lo sviluppo di Franz", 299 "subscription.submit.label" : "Voglio supportare lo sviluppo di Franz",
300 "subscription.type.free" : "gratis", 300 "subscription.type.free" : "gratis",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Crea il tuo primo workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Crea il tuo primo workspace",
327 "workspaceDrawer.proFeatureBadge" : "Funzionalità premium", 327 "workspaceDrawer.proFeatureBadge" : "Funzionalità premium",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Riattiva l’account premium", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Riattiva l’account premium",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz Workspaces ti permette 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>", 329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Ferdi Workspaces ti permette 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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Modifica le impostazioni dei workspace", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Modifica le impostazioni dei workspace",
331 "workspaces.switchingIndicator.switchingTo" : "Passa a " 331 "workspaces.switchingIndicator.switchingTo" : "Passa a "
332} 332}
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index f9989ff7e..611c1ec80 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -1,9 +1,9 @@
1{ 1{
2 "app.errorHandler.action" : "再読み込み", 2 "app.errorHandler.action" : "再読み込み",
3 "app.errorHandler.headline" : "間違えている部分があります", 3 "app.errorHandler.headline" : "間違えている部分があります",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Franzサポーターライセンスを購入する", 5 "feature.delayApp.action" : "Franzサポーターライセンスを購入する",
6 "feature.delayApp.headline" : "Franzをすぐに起動するには、Franz サポーターライセンスを購入してください。", 6 "feature.delayApp.headline" : "Franzをすぐに起動するには、Ferdi サポーターライセンスを購入してください。",
7 "feature.delayApp.text" : "Franzはあと{seconds}秒後に起動します。", 7 "feature.delayApp.text" : "Franzはあと{seconds}秒後に起動します。",
8 "feature.shareFranz.action.email" : "メールで送信", 8 "feature.shareFranz.action.email" : "メールで送信",
9 "feature.shareFranz.action.facebook" : "Facebookでシェア", 9 "feature.shareFranz.action.facebook" : "Facebookでシェア",
@@ -18,8 +18,8 @@
18 "global.spellchecking.autodetect" : "言語を自動的に検出する", 18 "global.spellchecking.autodetect" : "言語を自動的に検出する",
19 "global.spellchecking.autodetect.short" : "自動", 19 "global.spellchecking.autodetect.short" : "自動",
20 "global.spellchecking.language" : "スペルチェックする言語", 20 "global.spellchecking.language" : "スペルチェックする言語",
21 "import.headline" : "Franz 4のサービスをインポートして下さい", 21 "import.headline" : "Ferdi 4のサービスをインポートして下さい",
22 "import.notSupportedHeadline" : "Franz 5ではこのサービスにまだ対応していません", 22 "import.notSupportedHeadline" : "Ferdi 5ではこのサービスにまだ対応していません",
23 "import.skip.label" : "手動でサービスを追加する", 23 "import.skip.label" : "手動でサービスを追加する",
24 "import.submit.label" : "サービスをインポートして下さい", 24 "import.submit.label" : "サービスをインポートして下さい",
25 "infobar.buttonChangelog" : "更新履歴を見る", 25 "infobar.buttonChangelog" : "更新履歴を見る",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "{name}を追加", 195 "settings.service.form.addServiceHeadline" : "{name}を追加",
196 "settings.service.form.availableServices" : "利用可能なサービス", 196 "settings.service.form.availableServices" : "利用可能なサービス",
197 "settings.service.form.customUrl" : "独自サーバー", 197 "settings.service.form.customUrl" : "独自サーバー",
198 "settings.service.form.customUrlPremiumInfo" : "独自サービスを追加するためには、Franz Premium Supporterアカウントが必要です。", 198 "settings.service.form.customUrlPremiumInfo" : "独自サービスを追加するためには、Ferdi Premium Supporterアカウントが必要です。",
199 "settings.service.form.customUrlUpgradeAccount" : "アカウントをアップグレードする", 199 "settings.service.form.customUrlUpgradeAccount" : "アカウントをアップグレードする",
200 "settings.service.form.customUrlValidationError" : "独自サーバー{name}を検証できませんでした。", 200 "settings.service.form.customUrlValidationError" : "独自サーバー{name}を検証できませんでした。",
201 "settings.service.form.deleteButton" : "サービスの削除", 201 "settings.service.form.deleteButton" : "サービスの削除",
@@ -217,7 +217,7 @@
217 "settings.service.form.name" : "サービス名", 217 "settings.service.form.name" : "サービス名",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPSのプロキシ設定", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPSのプロキシ設定",
219 "settings.service.form.proxy.host" : "プロキシサーバー\/IP", 219 "settings.service.form.proxy.host" : "プロキシサーバー\/IP",
220 "settings.service.form.proxy.info" : "プロキシ設定はFranz アカウントで同期されません。", 220 "settings.service.form.proxy.info" : "プロキシ設定はFerdi アカウントで同期されません。",
221 "settings.service.form.proxy.isEnabled" : "プロキシ設定を有効にする", 221 "settings.service.form.proxy.isEnabled" : "プロキシ設定を有効にする",
222 "settings.service.form.proxy.password" : "パスワード(任意)", 222 "settings.service.form.proxy.password" : "パスワード(任意)",
223 "settings.service.form.proxy.port" : "ポート", 223 "settings.service.form.proxy.port" : "ポート",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "無音となっています", 238 "settings.services.tooltip.isMuted" : "無音となっています",
239 "settings.services.tooltip.notificationsDisabled" : "通知は無効です", 239 "settings.services.tooltip.notificationsDisabled" : "通知は無効です",
240 "settings.services.updatedInfo" : "変更内容が保存されました", 240 "settings.services.updatedInfo" : "変更内容が保存されました",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "チーム", 243 "settings.team.headline" : "チーム",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "もう一度試す", 266 "settings.workspaces.tryReloadWorkspaces" : "もう一度試す",
267 "settings.workspaces.updatedInfo" : "変更内容が保存されました", 267 "settings.workspaces.updatedInfo" : "変更内容が保存されました",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "サービスを追加", 271 "sidebar.addNewService" : "サービスを追加",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -289,12 +289,12 @@
289 "subscription.euTaxInfo" : "EU在住者 : 地域の消費税が適用される可能性があります", 289 "subscription.euTaxInfo" : "EU在住者 : 地域の消費税が適用される可能性があります",
290 "subscription.features.ads" : "広告は一切ありません!", 290 "subscription.features.ads" : "広告は一切ありません!",
291 "subscription.features.comingSoon" : "まもなく登場", 291 "subscription.features.comingSoon" : "まもなく登場",
292 "subscription.features.noInterruptions" : "待ち時間なしでFranz をお使いいただけます", 292 "subscription.features.noInterruptions" : "待ち時間なしでFerdi をお使いいただけます",
293 "subscription.features.onpremise.mattermost" : "Mattermost のようなオンプレミス(自社運用)型のサービスを追加できるようになります", 293 "subscription.features.onpremise.mattermost" : "Mattermost のようなオンプレミス(自社運用)型のサービスを追加できるようになります",
294 "subscription.features.proxy" : "プロキシ設定が利用可能", 294 "subscription.features.proxy" : "プロキシ設定が利用可能",
295 "subscription.features.spellchecker" : "スペルチェック機能をお使いいただけます", 295 "subscription.features.spellchecker" : "スペルチェック機能をお使いいただけます",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Franz Premium Supporter有料アカウントには以下が含まれます", 297 "subscription.includedFeatures" : "Ferdi Premium Supporter有料アカウントには以下が含まれます",
298 "subscription.paymentSessionError" : "支払いフォームを初期化出来ません", 298 "subscription.paymentSessionError" : "支払いフォームを初期化出来ません",
299 "subscription.submit.label" : "Franzの開発を支援したい", 299 "subscription.submit.label" : "Franzの開発を支援したい",
300 "subscription.type.free" : "無料", 300 "subscription.type.free" : "無料",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 5193ac8cf..b35e273b6 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "ჩატვირთვა", 2 "app.errorHandler.action" : "ჩატვირთვა",
3 "app.errorHandler.headline" : "Something went wrong", 3 "app.errorHandler.headline" : "Something went wrong",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Get a Franz Supporter License", 5 "feature.delayApp.action" : "Get a Ferdi Supporter License",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text" : "Ferdi will continue in {seconds} seconds.",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Franz-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა", 15 "global.api.unhealthy" : "Franz-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა",
16 "global.notConnectedToTheInternet" : "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.", 16 "global.notConnectedToTheInternet" : "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Spell checking language", 20 "global.spellchecking.language" : "Spell checking language",
21 "import.headline" : "შემოიტანე Franz 4-ის სერვისები", 21 "import.headline" : "შემოიტანე Ferdi 4-ის სერვისები",
22 "import.notSupportedHeadline" : "სერვისები ჯერ არ არის მხარდაჭერილი Franz 5-ში", 22 "import.notSupportedHeadline" : "სერვისები ჯერ არ არის მხარდაჭერილი Ferdi 5-ში",
23 "import.skip.label" : "I want to add services manually", 23 "import.skip.label" : "I want to add services manually",
24 "import.submit.label" : "მოწვევის გაგზავნა", 24 "import.submit.label" : "მოწვევის გაგზავნა",
25 "infobar.buttonChangelog" : "What is new?", 25 "infobar.buttonChangelog" : "What is new?",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "პროფილის განახლება", 127 "settings.account.buttonSave" : "პროფილის განახლება",
128 "settings.account.deleteAccount" : "Delete account", 128 "settings.account.deleteAccount" : "Delete account",
129 "settings.account.deleteEmailSent" : "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 129 "settings.account.deleteEmailSent" : "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
130 "settings.account.deleteInfo" : "If you don't need your Franz account any longer, you can delete your account and all related data here.", 130 "settings.account.deleteInfo" : "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
131 "settings.account.headline" : "ანგარიში", 131 "settings.account.headline" : "ანგარიში",
132 "settings.account.headlineAccount" : "ანგარიშის ინფორმაცია", 132 "settings.account.headlineAccount" : "ანგარიშის ინფორმაცია",
133 "settings.account.headlineDangerZone" : "Danger Zone", 133 "settings.account.headlineDangerZone" : "Danger Zone",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Clear cache", 145 "settings.app.buttonClearAllCache" : "Clear cache",
146 "settings.app.buttonInstallUpdate" : "გადატვირთეთ და დააყენეთ განახლება", 146 "settings.app.buttonInstallUpdate" : "გადატვირთეთ და დააყენეთ განახლება",
147 "settings.app.buttonSearchForUpdate" : "განახლებების შემოწმება", 147 "settings.app.buttonSearchForUpdate" : "განახლებების შემოწმება",
148 "settings.app.cacheInfo" : "Franz cache is currently using {size} of disk space.", 148 "settings.app.cacheInfo" : "Ferdi cache is currently using {size} of disk space.",
149 "settings.app.currentVersion" : "ამჟამინდელი ვერსია:", 149 "settings.app.currentVersion" : "ამჟამინდელი ვერსია:",
150 "settings.app.form.autoLaunchInBackground" : "გახსენით ფონზე", 150 "settings.app.form.autoLaunchInBackground" : "გახსენით ფონზე",
151 "settings.app.form.autoLaunchOnStart" : "გაეშვას Franz სისტემის ჩატვირთვისას", 151 "settings.app.form.autoLaunchOnStart" : "გაეშვას Ferdi სისტემის ჩატვირთვისას",
152 "settings.app.form.beta" : "ჩართეთ ბეტა ვერსიები", 152 "settings.app.form.beta" : "ჩართეთ ბეტა ვერსიები",
153 "settings.app.form.darkMode" : "Join the Dark Side", 153 "settings.app.form.darkMode" : "Join the Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Enable GPU Acceleration", 154 "settings.app.form.enableGPUAcceleration" : "Enable GPU Acceleration",
155 "settings.app.form.enableSpellchecking" : "Enable spell checking", 155 "settings.app.form.enableSpellchecking" : "Enable spell checking",
156 "settings.app.form.enableSystemTray" : "აჩვენეთ Franz სისტემის უჯრაში", 156 "settings.app.form.enableSystemTray" : "აჩვენეთ Ferdi სისტემის უჯრაში",
157 "settings.app.form.language" : "ენა", 157 "settings.app.form.language" : "ენა",
158 "settings.app.form.minimizeToSystemTray" : "ჩაკეცეთ Franz სისტემის უჯრაში", 158 "settings.app.form.minimizeToSystemTray" : "ჩაკეცეთ Ferdi სისტემის უჯრაში",
159 "settings.app.form.runInBackground" : "დატოვეთ Franz გაშვებული როდესაც ფანჯარა დაიხურება", 159 "settings.app.form.runInBackground" : "დატოვეთ Ferdi გაშვებული როდესაც ფანჯარა დაიხურება",
160 "settings.app.form.showDisabledServices" : "Display disabled services tabs", 160 "settings.app.form.showDisabledServices" : "Display disabled services tabs",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Show unread message badge when notifications are disabled", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Show unread message badge when notifications are disabled",
162 "settings.app.headline" : "პარამეტრები", 162 "settings.app.headline" : "პარამეტრები",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Changes require restart", 169 "settings.app.restartRequired" : "Changes require restart",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Help us to translate Franz into your language.", 171 "settings.app.translationHelp" : "Help us to translate Ferdi into your language.",
172 "settings.app.updateStatusAvailable" : "განახლება ხელმისაწვდომია, იწყება გადმოწერა...", 172 "settings.app.updateStatusAvailable" : "განახლება ხელმისაწვდომია, იწყება გადმოწერა...",
173 "settings.app.updateStatusSearching" : "მიმდინარეობს განახლების ძიება", 173 "settings.app.updateStatusSearching" : "მიმდინარეობს განახლების ძიება",
174 "settings.app.updateStatusUpToDate" : "თქვენ იყენებთ Franz-ის უახლეს ვერსიას", 174 "settings.app.updateStatusUpToDate" : "თქვენ იყენებთ Franz-ის უახლეს ვერსიას",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "სახელი", 217 "settings.service.form.name" : "სახელი",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "სერვისის შენახვა", 226 "settings.service.form.saveButton" : "სერვისის შენახვა",
227 "settings.service.form.tabHosted" : "დაჰოსტილი", 227 "settings.service.form.tabHosted" : "დაჰოსტილი",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "All sounds are muted", 238 "settings.services.tooltip.isMuted" : "All sounds are muted",
239 "settings.services.tooltip.notificationsDisabled" : "შეტყობინებები გათიშულია", 239 "settings.services.tooltip.notificationsDisabled" : "შეტყობინებები გათიშულია",
240 "settings.services.updatedInfo" : "ცვლილებები შენახულია", 240 "settings.services.updatedInfo" : "ცვლილებები შენახულია",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "გუნდი", 243 "settings.team.headline" : "გუნდი",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "სცადეთ ხელახლა", 266 "settings.workspaces.tryReloadWorkspaces" : "სცადეთ ხელახლა",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Add new service", 271 "sidebar.addNewService" : "Add new service",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/nb-NO.json b/src/i18n/locales/nb-NO.json
index 976c54787..565df7d14 100644
--- a/src/i18n/locales/nb-NO.json
+++ b/src/i18n/locales/nb-NO.json
@@ -29,15 +29,15 @@
29 "signup.submit.label": "Opprett konto", 29 "signup.submit.label": "Opprett konto",
30 "signup.link.login": "Har du allerede en konto? Logg inn", 30 "signup.link.login": "Har du allerede en konto? Logg inn",
31 "signup.emailDuplicate": "En konto med den epost adresse eksiterer allerede", 31 "signup.emailDuplicate": "En konto med den epost adresse eksiterer allerede",
32 "signup.legal.info": "Ved å opprette en Franz konto aksepterer du", 32 "signup.legal.info": "Ved å opprette en Ferdi konto aksepterer du",
33 "signup.legal.terms": "Vilkår for bruk", 33 "signup.legal.terms": "Vilkår for bruk",
34 "signup.legal.privacy": "Personvern", 34 "signup.legal.privacy": "Personvern",
35 "pricing.headline": "Støtt Franz", 35 "pricing.headline": "Støtt Franz",
36 "pricing.support.label": "Velg din støtteplan", 36 "pricing.support.label": "Velg din støtteplan",
37 "pricing.submit.label": "Jeg vil støtte utviklingen av Franz", 37 "pricing.submit.label": "Jeg vil støtte utviklingen av Franz",
38 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Franz.", 38 "pricing.link.skipPayment": "Jeg vil ikke støtte utviklingen av Franz.",
39 "import.headline": "Importer dine Franz 4 tjenester", 39 "import.headline": "Importer dine Ferdi 4 tjenester",
40 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Franz 5", 40 "import.notSupportedHeadline": "Tjenester ikke enda støttet i Ferdi 5",
41 "import.submit.label": "Importer tjenester", 41 "import.submit.label": "Importer tjenester",
42 "import.skip.label": "Jeg vil legge til en tjeneste manuelt", 42 "import.skip.label": "Jeg vil legge til en tjeneste manuelt",
43 "invite.submit.label": "Send invitasjoner", 43 "invite.submit.label": "Send invitasjoner",
@@ -47,7 +47,7 @@
47 "invite.skip.label": "Jeg vil gjøre dette senere", 47 "invite.skip.label": "Jeg vil gjøre dette senere",
48 "subscription.submit.label": "Jeg vil ikke støtte utviklingen av Franz", 48 "subscription.submit.label": "Jeg vil ikke støtte utviklingen av Franz",
49 "subscription.paymentSessionError": "Kunne ikke laste betalingsskjemaet", 49 "subscription.paymentSessionError": "Kunne ikke laste betalingsskjemaet",
50 "subscription.includedFeatures": "Betalte Franz Premium konto inkluderer", 50 "subscription.includedFeatures": "Betalte Ferdi Premium konto inkluderer",
51 "subscription.features.onpremise": "Legg til on-premise/hosted tjenester som HipChat", 51 "subscription.features.onpremise": "Legg til on-premise/hosted tjenester som HipChat",
52 "subscription.features.customServices": "Private tjenester for deg og ditt lag", 52 "subscription.features.customServices": "Private tjenester for deg og ditt lag",
53 "subscription.features.encryptedSync": "Kryptert øktsynkronisering", 53 "subscription.features.encryptedSync": "Kryptert øktsynkronisering",
@@ -55,7 +55,7 @@
55 "subscription.features.ads": "Ingen annonser, noensinne!", 55 "subscription.features.ads": "Ingen annonser, noensinne!",
56 "subscription.features.comingSoon": "Kommer snart", 56 "subscription.features.comingSoon": "Kommer snart",
57 "infobar.servicesUpdated": "Dine tjenester er oppdatert.", 57 "infobar.servicesUpdated": "Dine tjenester er oppdatert.",
58 "infobar.updateAvailable": "En ny oppdatering for Franz er tilgjengelig.", 58 "infobar.updateAvailable": "En ny oppdatering for Ferdi er tilgjengelig.",
59 "infobar.buttonReloadServices": "Oppdater tjenester", 59 "infobar.buttonReloadServices": "Oppdater tjenester",
60 "infobar.buttonInstallUpdate": "Restart & installer oppdatering", 60 "infobar.buttonInstallUpdate": "Restart & installer oppdatering",
61 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon", 61 "infobar.requiredRequestsFailed": "Kunne ikke laste tjenester og brukerinformasjon",
@@ -79,7 +79,7 @@
79 "settings.account.headlinePassword": "Endre passord", 79 "settings.account.headlinePassword": "Endre passord",
80 "settings.account.successInfo": "Dine endringer er lagret", 80 "settings.account.successInfo": "Dine endringer er lagret",
81 "settings.account.buttonSave": "Oppdater profil", 81 "settings.account.buttonSave": "Oppdater profil",
82 "settings.account.mining.thankyou": "Takk for at du støtter Franz med din prosessorkraft.", 82 "settings.account.mining.thankyou": "Takk for at du støtter Ferdi med din prosessorkraft.",
83 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.", 83 "settings.account.mining.active": "Du utfører nå {hashes} beregninger per sekund.",
84 "settings.account.mining.moreInformation": "Få mer informasjon", 84 "settings.account.mining.moreInformation": "Få mer informasjon",
85 "settings.account.mining.cancel": "Avbryt mining", 85 "settings.account.mining.cancel": "Avbryt mining",
@@ -103,7 +103,7 @@
103 "settings.service.form.tabHosted": "Hosted", 103 "settings.service.form.tabHosted": "Hosted",
104 "settings.service.form.tabOnPremise": "Selv hosted ⭐️", 104 "settings.service.form.tabOnPremise": "Selv hosted ⭐️",
105 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.", 105 "settings.service.form.customUrlValidationError": "Kunne ikke validere egendefinert {name} server.",
106 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Franz Premium konto.", 106 "settings.service.form.customUrlPremiumInfo": "For å legge til selvhost-baserte tjenester trenger du en Ferdi Premium konto.",
107 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto", 107 "settings.service.form.customUrlUpgradeAccount": "Oppgrader din konto",
108 "settings.service.form.indirectMessageInfo": "Du vil bli varslet om alle nye meldinger i en kanal, ikke bare @brukernavn, @kanal, @here, ...", 108 "settings.service.form.indirectMessageInfo": "Du vil bli varslet om alle nye meldinger i en kanal, ikke bare @brukernavn, @kanal, @here, ...",
109 "settings.service.error.headline": "Error", 109 "settings.service.error.headline": "Error",
@@ -125,11 +125,11 @@
125 "settings.app.updateStatusSearching": "Søker etter en oppdatering", 125 "settings.app.updateStatusSearching": "Søker etter en oppdatering",
126 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...", 126 "settings.app.updateStatusAvailable": "Oppdatering tilgjengelig, laster ned...",
127 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Franz", 127 "settings.app.updateStatusUpToDate": "Du bruker siste versjon av Franz",
128 "settings.app.form.autoLaunchOnStart": "Start Franz ved oppstart", 128 "settings.app.form.autoLaunchOnStart": "Start Ferdi ved oppstart",
129 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen", 129 "settings.app.form.autoLaunchInBackground": "Åpne i bakgrunnen",
130 "settings.app.form.enableSystemTray": "Vis Franz i systemfeltet", 130 "settings.app.form.enableSystemTray": "Vis Ferdi i systemfeltet",
131 "settings.app.form.minimizeToSystemTray": "Minimer Franz til systemfeltet", 131 "settings.app.form.minimizeToSystemTray": "Minimer Ferdi til systemfeltet",
132 "settings.app.form.runInBackground": "Behold Franz i bakgrunnen når du lukker vinduet", 132 "settings.app.form.runInBackground": "Behold Ferdi i bakgrunnen når du lukker vinduet",
133 "settings.app.form.language": "Språk", 133 "settings.app.form.language": "Språk",
134 "settings.app.form.beta": "Inkluder beta versjoner", 134 "settings.app.form.beta": "Inkluder beta versjoner",
135 "settings.app.currentVersion": "Gjeldende versjon:", 135 "settings.app.currentVersion": "Gjeldende versjon:",
@@ -151,15 +151,15 @@
151 "subscription.type.free": "gratis", 151 "subscription.type.free": "gratis",
152 "subscription.type.month": "måned", 152 "subscription.type.month": "måned",
153 "subscription.type.year": "år", 153 "subscription.type.year": "år",
154 "subscription.type.mining": "Støtt Franz med prosessorkraft", 154 "subscription.type.mining": "Støtt Ferdi med prosessorkraft",
155 "subscription.mining.headline": "Hvordan fungerer dette?", 155 "subscription.mining.headline": "Hvordan fungerer dette?",
156 "subscription.mining.experimental": "eksperimental", 156 "subscription.mining.experimental": "eksperimental",
157 "subscription.mining.line1": "Ved å aktivere \"Støtt Franz med prosessorkraft\" vil Franz bruke cirka 20-50% av prosessore din til å mine kryptovalutaen Monero, som vil tilsvare omtrent $5/år", 157 "subscription.mining.line1": "Ved å aktivere \"Støtt Ferdi med prosessorkraft\" vil Ferdi bruke cirka 20-50% av prosessore din til å mine kryptovalutaen Monero, som vil tilsvare omtrent $5/år",
158 "subscription.mining.line2": "Vi vil tilpasse prosessor bruken basert på arbeidsadferd for å ikke tømme batteriet og senke hastigheten på maskinen din.", 158 "subscription.mining.line2": "Vi vil tilpasse prosessor bruken basert på arbeidsadferd for å ikke tømme batteriet og senke hastigheten på maskinen din.",
159 "subscription.mining.line3": "Så lenge du miner, har du ubegrenset tilgang til alle Franz Premium funksjoner.", 159 "subscription.mining.line3": "Så lenge du miner, har du ubegrenset tilgang til alle Ferdi Premium funksjoner.",
160 "subscription.mining.moreInformation": "Få mer informasjon om denne planen.", 160 "subscription.mining.moreInformation": "Få mer informasjon om denne planen.",
161 "subscriptionPopup.buttonCancel": "Kanseller", 161 "subscriptionPopup.buttonCancel": "Kanseller",
162 "subscriptionPopup.buttonDone": "Ferdig", 162 "subscriptionPopup.buttonDone": "Ferdi g",
163 "tabs.item.reload": "Reload", 163 "tabs.item.reload": "Reload",
164 "tabs.item.edit": "Rediger", 164 "tabs.item.edit": "Rediger",
165 "tabs.item.disableNotifications": "Deaktiver varsler", 165 "tabs.item.disableNotifications": "Deaktiver varsler",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 83e207542..90d566585 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Herladen", 2 "app.errorHandler.action" : "Herladen",
3 "app.errorHandler.headline" : "Er ging iets mis", 3 "app.errorHandler.headline" : "Er ging iets mis",
4 "feature.announcements.changelog.headline" : "Wijzigingen in Franz {versie}", 4 "feature.announcements.changelog.headline" : "Wijzigingen in Ferdi {versie}",
5 "feature.delayApp.action" : "Neem een Franz Supporter Licentie ", 5 "feature.delayApp.action" : "Neem een Ferdi Supporter Licentie ",
6 "feature.delayApp.headline" : "Neem een Franz Supporter Licentie om niet meer te hoeven wachten", 6 "feature.delayApp.headline" : "Neem een Ferdi Supporter Licentie om niet meer te hoeven wachten",
7 "feature.delayApp.text" : "Franz gaat over {seconds} seconden verder.", 7 "feature.delayApp.text" : "Ferdi gaat over {seconds} seconden verder.",
8 "feature.shareFranz.action.email" : "Verstuur als e-mail", 8 "feature.shareFranz.action.email" : "Verstuur als e-mail",
9 "feature.shareFranz.action.facebook" : "Deel op Facebook", 9 "feature.shareFranz.action.facebook" : "Deel op Facebook",
10 "feature.shareFranz.action.twitter" : "Deel op Twitter", 10 "feature.shareFranz.action.twitter" : "Deel op Twitter",
11 "feature.shareFranz.headline" : "Franz is beter samen!", 11 "feature.shareFranz.headline" : "Ferdi is beter samen!",
12 "feature.shareFranz.shareText.email" : "Ik heb {telling} diensten toegevoegd aan Franz! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Ik heb {telling} diensten toegevoegd aan Franz! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Ik heb {tel} diensten toegevoegd aan Franz! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Ik heb {tel} diensten toegevoegd aan Franz! Download de gratis app voor WhatsApp, Messenger, Slack, Skype, en anderen op www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Vertel je vrienden en collega's hoe geweldig Franz is en help ons het woord te verspreiden.", 14 "feature.shareFranz.text" : "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons het woord te verspreiden.",
15 "global.api.unhealthy" : "Kan geen verbinding maken met de Franz services", 15 "global.api.unhealthy" : "Kan geen verbinding maken met de Ferdi services",
16 "global.notConnectedToTheInternet" : "Je hebt geen internet verbinding.", 16 "global.notConnectedToTheInternet" : "Je hebt geen internet verbinding.",
17 "global.spellchecker.useDefault" : "Gebruik Systeemstandaard ({default})", 17 "global.spellchecker.useDefault" : "Gebruik Systeemstandaard ({default})",
18 "global.spellchecking.autodetect" : "Taal automatisch herkennen", 18 "global.spellchecking.autodetect" : "Taal automatisch herkennen",
19 "global.spellchecking.autodetect.short" : "Automatisch", 19 "global.spellchecking.autodetect.short" : "Automatisch",
20 "global.spellchecking.language" : "Taal spellingscontrole", 20 "global.spellchecking.language" : "Taal spellingscontrole",
21 "import.headline" : "Importeer je Franz 4 services", 21 "import.headline" : "Importeer je Ferdi 4 services",
22 "import.notSupportedHeadline" : "De volgende services worden nog niet ondersteund in Franz 5", 22 "import.notSupportedHeadline" : "De volgende services worden nog niet ondersteund in Ferdi 5",
23 "import.skip.label" : "Ik wil services handmatig toevoegen", 23 "import.skip.label" : "Ik wil services handmatig toevoegen",
24 "import.submit.label" : "Importeer services", 24 "import.submit.label" : "Importeer services",
25 "infobar.buttonChangelog" : "Wat is er nieuw?", 25 "infobar.buttonChangelog" : "Wat is er nieuw?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Services opnieuw laden", 27 "infobar.buttonReloadServices" : "Services opnieuw laden",
28 "infobar.requiredRequestsFailed" : "Kan de services en gebruikersinformatie niet laden", 28 "infobar.requiredRequestsFailed" : "Kan de services en gebruikersinformatie niet laden",
29 "infobar.servicesUpdated" : "Je services zijn bijgewerkt.", 29 "infobar.servicesUpdated" : "Je services zijn bijgewerkt.",
30 "infobar.updateAvailable" : "Er is een nieuwe update voor Franz beschikbaar.", 30 "infobar.updateAvailable" : "Er is een nieuwe update voor Ferdi beschikbaar.",
31 "invite.email.label" : "E-mailadres", 31 "invite.email.label" : "E-mailadres",
32 "invite.headline.friends" : "Nodig 3 van je vrienden of collega's uit", 32 "invite.headline.friends" : "Nodig 3 van je vrienden of collega's uit",
33 "invite.name.label" : "Naam", 33 "invite.name.label" : "Naam",
@@ -79,7 +79,7 @@
79 "menu.view" : "Weergave", 79 "menu.view" : "Weergave",
80 "menu.view.enterFullScreen" : "Volledig scherm openen", 80 "menu.view.enterFullScreen" : "Volledig scherm openen",
81 "menu.view.exitFullScreen" : "Volledig scherm verlaten", 81 "menu.view.exitFullScreen" : "Volledig scherm verlaten",
82 "menu.view.reloadFranz" : "Franz Herladen", 82 "menu.view.reloadFranz" : "Ferdi Herladen",
83 "menu.view.reloadService" : "Service Herladen", 83 "menu.view.reloadService" : "Service Herladen",
84 "menu.view.resetZoom" : "Werkelijke Grootte", 84 "menu.view.resetZoom" : "Werkelijke Grootte",
85 "menu.view.toggleDevTools" : "Ontwikkelaarstools Aan\/Uit", 85 "menu.view.toggleDevTools" : "Ontwikkelaarstools Aan\/Uit",
@@ -104,8 +104,8 @@
104 "password.successInfo" : "Controleer alsjeblieft je e-mail", 104 "password.successInfo" : "Controleer alsjeblieft je e-mail",
105 "premiumFeature.button.upgradeAccount" : "Upgrade account", 105 "premiumFeature.button.upgradeAccount" : "Upgrade account",
106 "pricing.headline" : "Steun Franz", 106 "pricing.headline" : "Steun Franz",
107 "pricing.link.skipPayment" : "Ik wil de ontwikkeling van Franz niet ondersteunen.", 107 "pricing.link.skipPayment" : "Ik wil de ontwikkeling van Ferdi niet ondersteunen.",
108 "pricing.submit.label" : "Ik wil de ontwikkeling van Franz ondersteunen", 108 "pricing.submit.label" : "Ik wil de ontwikkeling van Ferdi ondersteunen",
109 "pricing.support.label" : "Selecteer je ondersteuningsplan", 109 "pricing.support.label" : "Selecteer je ondersteuningsplan",
110 "service.crashHandler.action" : "{naam} herladen", 110 "service.crashHandler.action" : "{naam} herladen",
111 "service.crashHandler.autoReload" : "Ga proberen om {name} te herstellen over {seconds} seconden", 111 "service.crashHandler.autoReload" : "Ga proberen om {name} te herstellen over {seconds} seconden",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Profiel bijwerken", 127 "settings.account.buttonSave" : "Profiel bijwerken",
128 "settings.account.deleteAccount" : "Account verwijderen", 128 "settings.account.deleteAccount" : "Account verwijderen",
129 "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!", 129 "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!",
130 "settings.account.deleteInfo" : "Indien u uw Franz account niet meer nodig heeft, kan u hier uw account en alle gerelateerde gegevens verwijderen.", 130 "settings.account.deleteInfo" : "Indien u uw Ferdi account niet meer nodig heeft, kan u hier uw account en alle gerelateerde gegevens verwijderen.",
131 "settings.account.headline" : "Account", 131 "settings.account.headline" : "Account",
132 "settings.account.headlineAccount" : "Account informatie", 132 "settings.account.headlineAccount" : "Account informatie",
133 "settings.account.headlineDangerZone" : "Gevarenzone", 133 "settings.account.headlineDangerZone" : "Gevarenzone",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Cache wissen", 145 "settings.app.buttonClearAllCache" : "Cache wissen",
146 "settings.app.buttonInstallUpdate" : "Herstart & installeer update", 146 "settings.app.buttonInstallUpdate" : "Herstart & installeer update",
147 "settings.app.buttonSearchForUpdate" : "Controleer op updates", 147 "settings.app.buttonSearchForUpdate" : "Controleer op updates",
148 "settings.app.cacheInfo" : "Franz cache gebruikt momenteel {size} schijfruimte.", 148 "settings.app.cacheInfo" : "Ferdi cache gebruikt momenteel {size} schijfruimte.",
149 "settings.app.currentVersion" : "Huidige versie:", 149 "settings.app.currentVersion" : "Huidige versie:",
150 "settings.app.form.autoLaunchInBackground" : "Open op de achtergrond", 150 "settings.app.form.autoLaunchInBackground" : "Open op de achtergrond",
151 "settings.app.form.autoLaunchOnStart" : "Lanceer Franz bij opstarten", 151 "settings.app.form.autoLaunchOnStart" : "Lanceer Ferdi bij opstarten",
152 "settings.app.form.beta" : "Inclusief beta versies", 152 "settings.app.form.beta" : "Inclusief beta versies",
153 "settings.app.form.darkMode" : "Word lid van de Dark Side", 153 "settings.app.form.darkMode" : "Word lid van de Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "GPU Acceleratie Activeren", 154 "settings.app.form.enableGPUAcceleration" : "GPU Acceleratie Activeren",
155 "settings.app.form.enableSpellchecking" : "Spellingcontrole inschakelen", 155 "settings.app.form.enableSpellchecking" : "Spellingcontrole inschakelen",
156 "settings.app.form.enableSystemTray" : "Toon Franz in de systeembalk", 156 "settings.app.form.enableSystemTray" : "Toon Ferdi in de systeembalk",
157 "settings.app.form.language" : "Taal", 157 "settings.app.form.language" : "Taal",
158 "settings.app.form.minimizeToSystemTray" : "Minimaliseer Franz naar de systeembalk", 158 "settings.app.form.minimizeToSystemTray" : "Minimaliseer Ferdi naar de systeembalk",
159 "settings.app.form.runInBackground" : "Houd Franz op de achtergrond wanneer het venster gesloten wordt", 159 "settings.app.form.runInBackground" : "Houd Ferdi op de achtergrond wanneer het venster gesloten wordt",
160 "settings.app.form.showDisabledServices" : "Toon uitgeschakelde services", 160 "settings.app.form.showDisabledServices" : "Toon uitgeschakelde services",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld",
162 "settings.app.headline" : "Instellingen", 162 "settings.app.headline" : "Instellingen",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.", 168 "settings.app.languageDisclaimer" : "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.",
169 "settings.app.restartRequired" : "Deze wijziging heeft een herstart nodig", 169 "settings.app.restartRequired" : "Deze wijziging heeft een herstart nodig",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Help ons om Franz te vertalen naar uw taal.", 171 "settings.app.translationHelp" : "Help ons om Ferdi te vertalen naar uw taal.",
172 "settings.app.updateStatusAvailable" : "Update beschikbaar, downloaden...", 172 "settings.app.updateStatusAvailable" : "Update beschikbaar, downloaden...",
173 "settings.app.updateStatusSearching" : "Zoekt naar updates", 173 "settings.app.updateStatusSearching" : "Zoekt naar updates",
174 "settings.app.updateStatusUpToDate" : "Je gebruikt de laatste versie van Franz", 174 "settings.app.updateStatusUpToDate" : "Je gebruikt de laatste versie van Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "{name} toevoegen", 195 "settings.service.form.addServiceHeadline" : "{name} toevoegen",
196 "settings.service.form.availableServices" : "Beschikbare services", 196 "settings.service.form.availableServices" : "Beschikbare services",
197 "settings.service.form.customUrl" : "Aangepaste server", 197 "settings.service.form.customUrl" : "Aangepaste server",
198 "settings.service.form.customUrlPremiumInfo" : "Om intern gehoste services toe te voegen heb je een Franz Premium Supporter Account nodig.", 198 "settings.service.form.customUrlPremiumInfo" : "Om intern gehoste services toe te voegen heb je een Ferdi Premium Supporter Account nodig.",
199 "settings.service.form.customUrlUpgradeAccount" : "Je account upgraden", 199 "settings.service.form.customUrlUpgradeAccount" : "Je account upgraden",
200 "settings.service.form.customUrlValidationError" : "Kon de custom {name} server niet valideren.", 200 "settings.service.form.customUrlValidationError" : "Kon de custom {name} server niet valideren.",
201 "settings.service.form.deleteButton" : "Service verwijderen", 201 "settings.service.form.deleteButton" : "Service verwijderen",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Naam", 217 "settings.service.form.name" : "Naam",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Instellingen", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Instellingen",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy instellingen worden niet gesynchroniseerd met de Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Proxy gebruiken", 221 "settings.service.form.proxy.isEnabled" : "Proxy gebruiken",
222 "settings.service.form.proxy.password" : "Wachtwoord (optioneel)", 222 "settings.service.form.proxy.password" : "Wachtwoord (optioneel)",
223 "settings.service.form.proxy.port" : "Poort", 223 "settings.service.form.proxy.port" : "Poort",
224 "settings.service.form.proxy.restartInfo" : "Start Franz opnieuw op na het aanpassen van proxy Instellingen.", 224 "settings.service.form.proxy.restartInfo" : "Start Ferdi opnieuw op na het aanpassen van proxy Instellingen.",
225 "settings.service.form.proxy.user" : "Gebruiker (optioneel)", 225 "settings.service.form.proxy.user" : "Gebruiker (optioneel)",
226 "settings.service.form.saveButton" : "Service opslaan", 226 "settings.service.form.saveButton" : "Service opslaan",
227 "settings.service.form.tabHosted" : "Gehost", 227 "settings.service.form.tabHosted" : "Gehost",
@@ -239,7 +239,7 @@
239 "settings.services.tooltip.notificationsDisabled" : "Notificaties staan uit", 239 "settings.services.tooltip.notificationsDisabled" : "Notificaties staan uit",
240 "settings.services.updatedInfo" : "Je wijzigingen zijn opgeslagen", 240 "settings.services.updatedInfo" : "Je wijzigingen zijn opgeslagen",
241 "settings.team.contentHeadline" : "Frans voor Teams", 241 "settings.team.contentHeadline" : "Frans voor Teams",
242 "settings.team.copy" : "Franz voor Teams geeft je de mogelijkheid om collega's uit te nodigen voor je team door hen een e-mail te sturen en hun inschrijvingen te beheren in je accountvoorkeuren. Verspil geen tijd met het instellen van inschrijvingen voor elk teamlid apart, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team regeert alles!", 242 "settings.team.copy" : "Ferdi voor Teams geeft je de mogelijkheid om collega's uit te nodigen voor je team door hen een e-mail te sturen en hun inschrijvingen te beheren in je accountvoorkeuren. Verspil geen tijd met het instellen van inschrijvingen voor elk teamlid apart, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team regeert alles!",
243 "settings.team.headline" : "Team", 243 "settings.team.headline" : "Team",
244 "settings.team.intro" : "Gebruiken jij en je team Franz? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.", 244 "settings.team.intro" : "Gebruiken jij en je team Franz? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.",
245 "settings.team.manageAction" : "Beheer je Team op meetfranz.com", 245 "settings.team.manageAction" : "Beheer je Team op meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "Je hebt nog geen werkruimtes toegevoegd.", 265 "settings.workspaces.noWorkspacesAdded" : "Je hebt nog geen werkruimtes toegevoegd.",
266 "settings.workspaces.tryReloadWorkspaces" : "Probeer opnieuw", 266 "settings.workspaces.tryReloadWorkspaces" : "Probeer opnieuw",
267 "settings.workspaces.updatedInfo" : "Je wijzigingen zijn opgeslagen", 267 "settings.workspaces.updatedInfo" : "Je wijzigingen zijn opgeslagen",
268 "settings.workspaces.workspaceFeatureHeadline" : "Minder is meer: we presenteren Franz Werkruimtes", 268 "settings.workspaces.workspaceFeatureHeadline" : "Minder is meer: we presenteren Ferdi Werkruimtes",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Kan je werkruimtes niet laden", 270 "settings.workspaces.workspacesRequestFailed" : "Kan je werkruimtes niet laden",
271 "sidebar.addNewService" : "Nieuw service toevoegen", 271 "sidebar.addNewService" : "Nieuw service toevoegen",
272 "sidebar.closeWorkspaceDrawer" : "Werkruimtelade sluiten", 272 "sidebar.closeWorkspaceDrawer" : "Werkruimtelade sluiten",
@@ -294,9 +294,9 @@
294 "subscription.features.proxy" : "Proxy ondersteuning voor services", 294 "subscription.features.proxy" : "Proxy ondersteuning voor services",
295 "subscription.features.spellchecker" : "Ondersteuning voor spellingscheck", 295 "subscription.features.spellchecker" : "Ondersteuning voor spellingscheck",
296 "subscription.features.workspaces" : "Organiseer je diensten in werkruimtes", 296 "subscription.features.workspaces" : "Organiseer je diensten in werkruimtes",
297 "subscription.includedFeatures" : "Een betalend account voor Franz omvat", 297 "subscription.includedFeatures" : "Een betalend account voor Ferdi omvat",
298 "subscription.paymentSessionError" : "Betalingsformulier kon niet geladen worden", 298 "subscription.paymentSessionError" : "Betalingsformulier kon niet geladen worden",
299 "subscription.submit.label" : "Ik wil de ontwikkeling van Franz steunen", 299 "subscription.submit.label" : "Ik wil de ontwikkeling van Ferdi steunen",
300 "subscription.type.free" : "gratis", 300 "subscription.type.free" : "gratis",
301 "subscription.type.month" : "maand", 301 "subscription.type.month" : "maand",
302 "subscription.type.year" : "jaar", 302 "subscription.type.year" : "jaar",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Maak je eerste werkruimte aan", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Maak je eerste werkruimte aan",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Heractiveer premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Heractiveer premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Pas werkruimte instellingen aan", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Pas werkruimte instellingen aan",
331 "workspaces.switchingIndicator.switchingTo" : "Overschakelen naar" 331 "workspaces.switchingIndicator.switchingTo" : "Overschakelen naar"
332} 332}
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index a05297a64..f42524280 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Herladen", 2 "app.errorHandler.action" : "Herladen",
3 "app.errorHandler.headline" : "Er ging iets mis", 3 "app.errorHandler.headline" : "Er ging iets mis",
4 "feature.announcements.changelog.headline" : "Wijzigingen in Franz {version}", 4 "feature.announcements.changelog.headline" : "Wijzigingen in Ferdi {version}",
5 "feature.delayApp.action" : "Sponsor Franz", 5 "feature.delayApp.action" : "Sponsor Franz",
6 "feature.delayApp.headline" : "Sponsor Franz om wachten over te slaan", 6 "feature.delayApp.headline" : "Sponsor Ferdi om wachten over te slaan",
7 "feature.delayApp.text" : "Franz gaat over {seconds} seconden verder.", 7 "feature.delayApp.text" : "Ferdi gaat over {seconds} seconden verder.",
8 "feature.shareFranz.action.email" : "Verstuur als e-mail", 8 "feature.shareFranz.action.email" : "Verstuur als e-mail",
9 "feature.shareFranz.action.facebook" : "Deel op Facebook", 9 "feature.shareFranz.action.facebook" : "Deel op Facebook",
10 "feature.shareFranz.action.twitter" : "Deel op Twitter", 10 "feature.shareFranz.action.twitter" : "Deel op Twitter",
11 "feature.shareFranz.headline" : "Franz is leuker samen!", 11 "feature.shareFranz.headline" : "Ferdi is leuker samen!",
12 "feature.shareFranz.shareText.email" : "Ik heb {count} diensten toegevoegd aan Franz! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Ik heb {count} diensten toegevoegd aan Franz! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Ik heb {count} diensten toegevoegd aan Franz! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Ik heb {count} diensten toegevoegd aan Franz! Download de gratis app voor Whatsapp, Messenger, Slack, Skype en co op www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Vertel je vrienden en collega's hoe geweldig Franz is en help ons om bekender te worden", 14 "feature.shareFranz.text" : "Vertel je vrienden en collega's hoe geweldig Ferdi is en help ons om bekender te worden",
15 "global.api.unhealthy" : "Kan geen verbinding maken met de Franz-services", 15 "global.api.unhealthy" : "Kan geen verbinding maken met de Franz-services",
16 "global.notConnectedToTheInternet" : "U bent niet verbonden met het internet.", 16 "global.notConnectedToTheInternet" : "U bent niet verbonden met het internet.",
17 "global.spellchecker.useDefault" : "Gebruik systeemstandaard ({default})", 17 "global.spellchecker.useDefault" : "Gebruik systeemstandaard ({default})",
18 "global.spellchecking.autodetect" : "Taal automatisch herkennen", 18 "global.spellchecking.autodetect" : "Taal automatisch herkennen",
19 "global.spellchecking.autodetect.short" : "Automatisch", 19 "global.spellchecking.autodetect.short" : "Automatisch",
20 "global.spellchecking.language" : "Spelling checken", 20 "global.spellchecking.language" : "Spelling checken",
21 "import.headline" : "Importeer uw Franz 4-services", 21 "import.headline" : "Importeer uw Ferdi 4-services",
22 "import.notSupportedHeadline" : "Services die nog niet ondersteund worden in Franz 5", 22 "import.notSupportedHeadline" : "Services die nog niet ondersteund worden in Ferdi 5",
23 "import.skip.label" : "Ik wil services handmatig toevoegen", 23 "import.skip.label" : "Ik wil services handmatig toevoegen",
24 "import.submit.label" : "Importeer services", 24 "import.submit.label" : "Importeer services",
25 "infobar.buttonChangelog" : "Wat is er nieuw?", 25 "infobar.buttonChangelog" : "Wat is er nieuw?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Services opnieuw laden", 27 "infobar.buttonReloadServices" : "Services opnieuw laden",
28 "infobar.requiredRequestsFailed" : "Kan de services en gebruikersinformatie niet laden", 28 "infobar.requiredRequestsFailed" : "Kan de services en gebruikersinformatie niet laden",
29 "infobar.servicesUpdated" : "Je services zijn bijgewerkt.", 29 "infobar.servicesUpdated" : "Je services zijn bijgewerkt.",
30 "infobar.updateAvailable" : "Er is een nieuwe update voor Franz beschikbaar.", 30 "infobar.updateAvailable" : "Er is een nieuwe update voor Ferdi beschikbaar.",
31 "invite.email.label" : "E-mailadres", 31 "invite.email.label" : "E-mailadres",
32 "invite.headline.friends" : "Nodig 3 van je vrienden of collega's uit", 32 "invite.headline.friends" : "Nodig 3 van je vrienden of collega's uit",
33 "invite.name.label" : "Naam", 33 "invite.name.label" : "Naam",
@@ -104,8 +104,8 @@
104 "password.successInfo" : "Controleer alsjeblieft je e-mail", 104 "password.successInfo" : "Controleer alsjeblieft je e-mail",
105 "premiumFeature.button.upgradeAccount" : "Upgrade Account", 105 "premiumFeature.button.upgradeAccount" : "Upgrade Account",
106 "pricing.headline" : "Steun Franz", 106 "pricing.headline" : "Steun Franz",
107 "pricing.link.skipPayment" : "Ik wil de ontwikkeling van Franz niet ondersteunen.", 107 "pricing.link.skipPayment" : "Ik wil de ontwikkeling van Ferdi niet ondersteunen.",
108 "pricing.submit.label" : "Ik wil de ontwikkeling van Franz steunen", 108 "pricing.submit.label" : "Ik wil de ontwikkeling van Ferdi steunen",
109 "pricing.support.label" : "Selecteer je ondersteuningsplan", 109 "pricing.support.label" : "Selecteer je ondersteuningsplan",
110 "service.crashHandler.action" : "Laad {name} opnieuw", 110 "service.crashHandler.action" : "Laad {name} opnieuw",
111 "service.crashHandler.autoReload" : "Ga proberen om {name} te herstellen over {seconds} seconden", 111 "service.crashHandler.autoReload" : "Ga proberen om {name} te herstellen over {seconds} seconden",
@@ -148,15 +148,15 @@
148 "settings.app.cacheInfo" : "De Franz-cache gebruikt op dit moment {size} schijfruimte.", 148 "settings.app.cacheInfo" : "De Franz-cache gebruikt op dit moment {size} schijfruimte.",
149 "settings.app.currentVersion" : "Huidige versie:", 149 "settings.app.currentVersion" : "Huidige versie:",
150 "settings.app.form.autoLaunchInBackground" : "Open op de achtergrond", 150 "settings.app.form.autoLaunchInBackground" : "Open op de achtergrond",
151 "settings.app.form.autoLaunchOnStart" : "Open Franz bij opstarten", 151 "settings.app.form.autoLaunchOnStart" : "Open Ferdi bij opstarten",
152 "settings.app.form.beta" : "Inclusief bètaversies", 152 "settings.app.form.beta" : "Inclusief bètaversies",
153 "settings.app.form.darkMode" : "Stap over naar de donkere kant", 153 "settings.app.form.darkMode" : "Stap over naar de donkere kant",
154 "settings.app.form.enableGPUAcceleration" : "Schakel videokaart acceleratie in ", 154 "settings.app.form.enableGPUAcceleration" : "Schakel videokaart acceleratie in ",
155 "settings.app.form.enableSpellchecking" : "Zet spellingcontrole aan", 155 "settings.app.form.enableSpellchecking" : "Zet spellingcontrole aan",
156 "settings.app.form.enableSystemTray" : "Toon Franz in de systeembalk", 156 "settings.app.form.enableSystemTray" : "Toon Ferdi in de systeembalk",
157 "settings.app.form.language" : "Taal", 157 "settings.app.form.language" : "Taal",
158 "settings.app.form.minimizeToSystemTray" : "Minimaliseer Franz naar de systeembalk", 158 "settings.app.form.minimizeToSystemTray" : "Minimaliseer Ferdi naar de systeembalk",
159 "settings.app.form.runInBackground" : "Houd Franz op de achtergrond wanneer het venster gesloten wordt", 159 "settings.app.form.runInBackground" : "Houd Ferdi op de achtergrond wanneer het venster gesloten wordt",
160 "settings.app.form.showDisabledServices" : "Toon uitgeschakelde services", 160 "settings.app.form.showDisabledServices" : "Toon uitgeschakelde services",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld",
162 "settings.app.headline" : "Instellingen", 162 "settings.app.headline" : "Instellingen",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Officiële vertalingen zijn in het Engels en Duits. Alle andere talen zijn beheerd door de community.", 168 "settings.app.languageDisclaimer" : "Officiële vertalingen zijn in het Engels en Duits. Alle andere talen zijn beheerd door de community.",
169 "settings.app.restartRequired" : "Deze wijziging heeft een herstart nodig", 169 "settings.app.restartRequired" : "Deze wijziging heeft een herstart nodig",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Help ons om Franz te vertalen naar uw taal.", 171 "settings.app.translationHelp" : "Help ons om Ferdi te vertalen naar uw taal.",
172 "settings.app.updateStatusAvailable" : "Update beschikbaar, downloaden...", 172 "settings.app.updateStatusAvailable" : "Update beschikbaar, downloaden...",
173 "settings.app.updateStatusSearching" : "Zoekt naar updates", 173 "settings.app.updateStatusSearching" : "Zoekt naar updates",
174 "settings.app.updateStatusUpToDate" : "Je gebruikt de laatste versie van Franz", 174 "settings.app.updateStatusUpToDate" : "Je gebruikt de laatste versie van Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Toevoegen {name}", 195 "settings.service.form.addServiceHeadline" : "Toevoegen {name}",
196 "settings.service.form.availableServices" : "Beschikbare services", 196 "settings.service.form.availableServices" : "Beschikbare services",
197 "settings.service.form.customUrl" : "Aangepaste server", 197 "settings.service.form.customUrl" : "Aangepaste server",
198 "settings.service.form.customUrlPremiumInfo" : "Om zelf-gehoste services toe te kunnen voegen, heb je een Franz Premium Supporter Account nodig.", 198 "settings.service.form.customUrlPremiumInfo" : "Om zelf-gehoste services toe te kunnen voegen, heb je een Ferdi Premium Supporter Account nodig.",
199 "settings.service.form.customUrlUpgradeAccount" : "Upgrade je account", 199 "settings.service.form.customUrlUpgradeAccount" : "Upgrade je account",
200 "settings.service.form.customUrlValidationError" : "Kon aangepaste server {name} niet valideren.", 200 "settings.service.form.customUrlValidationError" : "Kon aangepaste server {name} niet valideren.",
201 "settings.service.form.deleteButton" : "Verwijder service", 201 "settings.service.form.deleteButton" : "Verwijder service",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Naam", 217 "settings.service.form.name" : "Naam",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy instellingen", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy instellingen",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy instellingen worden niet gesynchroniseerd met de Franz servers", 220 "settings.service.form.proxy.info" : "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers",
221 "settings.service.form.proxy.isEnabled" : "Proxy gebruiken", 221 "settings.service.form.proxy.isEnabled" : "Proxy gebruiken",
222 "settings.service.form.proxy.password" : "Wachtwoord (optioneel)", 222 "settings.service.form.proxy.password" : "Wachtwoord (optioneel)",
223 "settings.service.form.proxy.port" : "Poort", 223 "settings.service.form.proxy.port" : "Poort",
224 "settings.service.form.proxy.restartInfo" : "Start Franz opnieuw na het aanpassen van proxy instellingen.", 224 "settings.service.form.proxy.restartInfo" : "Start Ferdi opnieuw na het aanpassen van proxy instellingen.",
225 "settings.service.form.proxy.user" : "Gebruiker (optioneel)", 225 "settings.service.form.proxy.user" : "Gebruiker (optioneel)",
226 "settings.service.form.saveButton" : "Service opslaan", 226 "settings.service.form.saveButton" : "Service opslaan",
227 "settings.service.form.tabHosted" : "Gehost", 227 "settings.service.form.tabHosted" : "Gehost",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Alle geluiden zijn uitgeschakeld", 238 "settings.services.tooltip.isMuted" : "Alle geluiden zijn uitgeschakeld",
239 "settings.services.tooltip.notificationsDisabled" : "Meldingen zijn uitgeschakeld", 239 "settings.services.tooltip.notificationsDisabled" : "Meldingen zijn uitgeschakeld",
240 "settings.services.updatedInfo" : "Je wijzigingen zijn opgeslagen", 240 "settings.services.updatedInfo" : "Je wijzigingen zijn opgeslagen",
241 "settings.team.contentHeadline" : "Franz voor groepen", 241 "settings.team.contentHeadline" : "Ferdi voor groepen",
242 "settings.team.copy" : "Franz voor Teams geeft je de mogelijkheid om collega's uit te nodigen voor je team door hen een e-mail te sturen en hun inschrijvingen te beheren in je accountvoorkeuren. Verspil geen tijd met het instellen van inschrijvingen voor elk teamlid apart, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team regeert alles!", 242 "settings.team.copy" : "Ferdi voor Teams geeft je de mogelijkheid om collega's uit te nodigen voor je team door hen een e-mail te sturen en hun inschrijvingen te beheren in je accountvoorkeuren. Verspil geen tijd met het instellen van inschrijvingen voor elk teamlid apart, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team regeert alles!",
243 "settings.team.headline" : "Team", 243 "settings.team.headline" : "Team",
244 "settings.team.intro" : "Gebruiken jij en je team Franz? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.", 244 "settings.team.intro" : "Gebruiken jij en je team Franz? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.",
245 "settings.team.manageAction" : "Beheer je Team op meetfranz.com", 245 "settings.team.manageAction" : "Beheer je Team op meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "Je hebt nog geen werkruimtes toegevoegd.", 265 "settings.workspaces.noWorkspacesAdded" : "Je hebt nog geen werkruimtes toegevoegd.",
266 "settings.workspaces.tryReloadWorkspaces" : "Probeer opnieuw", 266 "settings.workspaces.tryReloadWorkspaces" : "Probeer opnieuw",
267 "settings.workspaces.updatedInfo" : "Je wijzigingen zijn opgeslagen", 267 "settings.workspaces.updatedInfo" : "Je wijzigingen zijn opgeslagen",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Zie hier Franz Werkruimtes", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Zie hier Ferdi Werkruimtes",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van diensten aan en schakel gelijk wanneer tussen de verschillende sets.Jij beslist welke diensten je wanneer en waar nodig hebt, enkel zo kunnen wij jou helpen je focus te behouden. Of net makkelijk de switch te maken van werk naar ontspanning.", 269 "settings.workspaces.workspaceFeatureInfo" : "Ferdi werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van diensten aan en schakel gelijk wanneer tussen de verschillende sets.Jij beslist welke diensten je wanneer en waar nodig hebt, enkel zo kunnen wij jou helpen je focus te behouden. Of net makkelijk de switch te maken van werk naar ontspanning.",
270 "settings.workspaces.workspacesRequestFailed" : "Kan jouw werkruimtes niet laden", 270 "settings.workspaces.workspacesRequestFailed" : "Kan jouw werkruimtes niet laden",
271 "sidebar.addNewService" : "Voeg service toe", 271 "sidebar.addNewService" : "Voeg service toe",
272 "sidebar.closeWorkspaceDrawer" : "Werkruimte pagina sluiten", 272 "sidebar.closeWorkspaceDrawer" : "Werkruimte pagina sluiten",
@@ -294,9 +294,9 @@
294 "subscription.features.proxy" : "Proxy understeuning voor diensten", 294 "subscription.features.proxy" : "Proxy understeuning voor diensten",
295 "subscription.features.spellchecker" : "Ondersteuning voor spellingscheck", 295 "subscription.features.spellchecker" : "Ondersteuning voor spellingscheck",
296 "subscription.features.workspaces" : "Beheer je diensten in de werkruimtes", 296 "subscription.features.workspaces" : "Beheer je diensten in de werkruimtes",
297 "subscription.includedFeatures" : "Betaald Franz Premium Supporter Account bevat", 297 "subscription.includedFeatures" : "Betaald Ferdi Premium Supporter Account bevat",
298 "subscription.paymentSessionError" : "Kan betaalformulier niet initialiseren", 298 "subscription.paymentSessionError" : "Kan betaalformulier niet initialiseren",
299 "subscription.submit.label" : "Ik wil de ontwikkeling van Franz ondersteunen", 299 "subscription.submit.label" : "Ik wil de ontwikkeling van Ferdi ondersteunen",
300 "subscription.type.free" : "gratis", 300 "subscription.type.free" : "gratis",
301 "subscription.type.month" : "maand", 301 "subscription.type.month" : "maand",
302 "subscription.type.year" : "jaar", 302 "subscription.type.year" : "jaar",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Maak je eerste werkruimte", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Maak je eerste werkruimte",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Heractiveer premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Heractiveer premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van diensten aan en schakel gelijk wanneer tussen de verschillende sets.<\/p><p>Jij beslist welke diensten je wanneer en waar nodig hebt, enkel zo kunnen wij jou helpen je focus te behouden. Of net makkelijk de switch te maken van werk naar ontspanning.<\/p>", 329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Ferdi werkruimtes laat je aandacht geven aan wat nu belangrijk is. Maak verschillende sets van diensten aan en schakel gelijk wanneer tussen de verschillende sets.<\/p><p>Jij beslist welke diensten je wanneer en waar nodig hebt, enkel zo kunnen wij jou helpen je focus te behouden. Of net makkelijk de switch te maken van werk naar ontspanning.<\/p>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Pas werkruimte instellingen aan", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Pas werkruimte instellingen aan",
331 "workspaces.switchingIndicator.switchingTo" : "Overschakelen naar" 331 "workspaces.switchingIndicator.switchingTo" : "Overschakelen naar"
332} 332}
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 5ade8a5a9..f94c6e10c 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -2,24 +2,24 @@
2 "app.errorHandler.action" : "Odśwież", 2 "app.errorHandler.action" : "Odśwież",
3 "app.errorHandler.headline" : "Coś poszło nie tak.", 3 "app.errorHandler.headline" : "Coś poszło nie tak.",
4 "feature.announcements.changelog.headline" : "Zmiany we Franzie {version}", 4 "feature.announcements.changelog.headline" : "Zmiany we Franzie {version}",
5 "feature.delayApp.action" : "Uzyskaj licencję Franz Supporter", 5 "feature.delayApp.action" : "Uzyskaj licencję Ferdi Supporter",
6 "feature.delayApp.headline" : "Aby nie czekać, kup licencję Franz Supporter", 6 "feature.delayApp.headline" : "Aby nie czekać, kup licencję Ferdi Supporter",
7 "feature.delayApp.text" : "Franz będzie kontynuował za {seconds} sekund.", 7 "feature.delayApp.text" : "Ferdi będzie kontynuował za {seconds} sekund.",
8 "feature.shareFranz.action.email" : "Wyślij jako email", 8 "feature.shareFranz.action.email" : "Wyślij jako email",
9 "feature.shareFranz.action.facebook" : "Udostępnij na Facebooku", 9 "feature.shareFranz.action.facebook" : "Udostępnij na Facebooku",
10 "feature.shareFranz.action.twitter" : "Udostępnij na Twitterze", 10 "feature.shareFranz.action.twitter" : "Udostępnij na Twitterze",
11 "feature.shareFranz.headline" : "Franz jest lepszy, gdy tworzymy go razem!", 11 "feature.shareFranz.headline" : "Ferdi jest lepszy, gdy tworzymy go razem!",
12 "feature.shareFranz.shareText.email" : "Dodałem {count} serwisów do Franza! Pobierz darmową aplikację z WhatsApp, Messenger, Slack, Skype i innymi na www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Dodałem {count} serwisów do Franza! Pobierz darmową aplikację z WhatsApp, Messenger, Slack, Skype i innymi na www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Dodałem {count} serwisów do Franza! Pobierz darmową aplikację z WhatsApp, Messenger, Slack, Skype i innymi na www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Dodałem {count} serwisów do Franza! Pobierz darmową aplikację z WhatsApp, Messenger, Slack, Skype i innymi na www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Powiedz znajomym i kolegom o tym, jak odlotowy jest Franz i pomóż nam go spopularyzować.", 14 "feature.shareFranz.text" : "Powiedz znajomym i kolegom o tym, jak odlotowy jest Ferdi i pomóż nam go spopularyzować.",
15 "global.api.unhealthy" : "Nie można połączyć się z usługami Franz online", 15 "global.api.unhealthy" : "Nie można połączyć się z usługami Ferdi online",
16 "global.notConnectedToTheInternet" : "Nie masz połączenia z Internetem.", 16 "global.notConnectedToTheInternet" : "Nie masz połączenia z Internetem.",
17 "global.spellchecker.useDefault" : "Użyj domyślnego dla systemu ({default})", 17 "global.spellchecker.useDefault" : "Użyj domyślnego dla systemu ({default})",
18 "global.spellchecking.autodetect" : "Automatycznie wykryj język", 18 "global.spellchecking.autodetect" : "Automatycznie wykryj język",
19 "global.spellchecking.autodetect.short" : "Automatycznie", 19 "global.spellchecking.autodetect.short" : "Automatycznie",
20 "global.spellchecking.language" : "Język sprawdzania pisowni", 20 "global.spellchecking.language" : "Język sprawdzania pisowni",
21 "import.headline" : "Importuj usługi Franz 4", 21 "import.headline" : "Importuj usługi Ferdi 4",
22 "import.notSupportedHeadline" : "Usługi, które nie są jeszcze obsługiwane w Franz 5", 22 "import.notSupportedHeadline" : "Usługi, które nie są jeszcze obsługiwane w Ferdi 5",
23 "import.skip.label" : "Chcę dodać usługi samodzielnie", 23 "import.skip.label" : "Chcę dodać usługi samodzielnie",
24 "import.submit.label" : "Zaimportuj usługi", 24 "import.submit.label" : "Zaimportuj usługi",
25 "infobar.buttonChangelog" : "Co nowego?", 25 "infobar.buttonChangelog" : "Co nowego?",
@@ -148,7 +148,7 @@
148 "settings.app.cacheInfo" : "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej", 148 "settings.app.cacheInfo" : "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej",
149 "settings.app.currentVersion" : "Aktualna wersja:", 149 "settings.app.currentVersion" : "Aktualna wersja:",
150 "settings.app.form.autoLaunchInBackground" : "Otwórz w tle", 150 "settings.app.form.autoLaunchInBackground" : "Otwórz w tle",
151 "settings.app.form.autoLaunchOnStart" : "Uruchom Franz na początku", 151 "settings.app.form.autoLaunchOnStart" : "Uruchom Ferdi na początku",
152 "settings.app.form.beta" : "Uwzględnij wersje beta", 152 "settings.app.form.beta" : "Uwzględnij wersje beta",
153 "settings.app.form.darkMode" : "Przejdź na Ciemną Stronę", 153 "settings.app.form.darkMode" : "Przejdź na Ciemną Stronę",
154 "settings.app.form.enableGPUAcceleration" : "Włącz akcelerację GPU", 154 "settings.app.form.enableGPUAcceleration" : "Włącz akcelerację GPU",
@@ -156,7 +156,7 @@
156 "settings.app.form.enableSystemTray" : "Pokaż Franza w obszarze powiadomień", 156 "settings.app.form.enableSystemTray" : "Pokaż Franza w obszarze powiadomień",
157 "settings.app.form.language" : "Język", 157 "settings.app.form.language" : "Język",
158 "settings.app.form.minimizeToSystemTray" : "Zminimalizuj aplikację Franz", 158 "settings.app.form.minimizeToSystemTray" : "Zminimalizuj aplikację Franz",
159 "settings.app.form.runInBackground" : "Zachowaj aplikację Franz w tle po zamknięciu okna", 159 "settings.app.form.runInBackground" : "Zachowaj aplikację Ferdi w tle po zamknięciu okna",
160 "settings.app.form.showDisabledServices" : "Wyłącz wyświetlanie zakładek z usługami", 160 "settings.app.form.showDisabledServices" : "Wyłącz wyświetlanie zakładek z usługami",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Pokaż licznik nieprzeczytanych wiadomości gdy powiadomienia są wyłączone", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Pokaż licznik nieprzeczytanych wiadomości gdy powiadomienia są wyłączone",
162 "settings.app.headline" : "Ustawienia", 162 "settings.app.headline" : "Ustawienia",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Franz.", 168 "settings.app.languageDisclaimer" : "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Franz.",
169 "settings.app.restartRequired" : "Zmiany. wymagają ponownego uruchomienia", 169 "settings.app.restartRequired" : "Zmiany. wymagają ponownego uruchomienia",
170 "settings.app.subheadlineCache" : "Pamięć podręczna", 170 "settings.app.subheadlineCache" : "Pamięć podręczna",
171 "settings.app.translationHelp" : "Pomóż nam tłumaczyć Franz na Twój język.", 171 "settings.app.translationHelp" : "Pomóż nam tłumaczyć Ferdi na Twój język.",
172 "settings.app.updateStatusAvailable" : "Dostępna aktualizacja, pobieram...", 172 "settings.app.updateStatusAvailable" : "Dostępna aktualizacja, pobieram...",
173 "settings.app.updateStatusSearching" : "Szukam aktualizacji", 173 "settings.app.updateStatusSearching" : "Szukam aktualizacji",
174 "settings.app.updateStatusUpToDate" : "Używasz najnowszej wersji aplikacji Franz", 174 "settings.app.updateStatusUpToDate" : "Używasz najnowszej wersji aplikacji Franz",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Użyj Proxy", 221 "settings.service.form.proxy.isEnabled" : "Użyj Proxy",
222 "settings.service.form.proxy.password" : "Hasło (opcjonalnie)", 222 "settings.service.form.proxy.password" : "Hasło (opcjonalnie)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Uruchom ponownie Franz po zmianie ustawień proxy.", 224 "settings.service.form.proxy.restartInfo" : "Uruchom ponownie Ferdi po zmianie ustawień proxy.",
225 "settings.service.form.proxy.user" : "Użytkownik (opcjonalnie)", 225 "settings.service.form.proxy.user" : "Użytkownik (opcjonalnie)",
226 "settings.service.form.saveButton" : "Zapisz usługę", 226 "settings.service.form.saveButton" : "Zapisz usługę",
227 "settings.service.form.tabHosted" : "Hostowane", 227 "settings.service.form.tabHosted" : "Hostowane",
@@ -239,7 +239,7 @@
239 "settings.services.tooltip.notificationsDisabled" : "Powiadomienia są nieaktywne", 239 "settings.services.tooltip.notificationsDisabled" : "Powiadomienia są nieaktywne",
240 "settings.services.updatedInfo" : "Zmiany zostały zapisane", 240 "settings.services.updatedInfo" : "Zmiany zostały zapisane",
241 "settings.team.contentHeadline" : "Zespoły Franz", 241 "settings.team.contentHeadline" : "Zespoły Franz",
242 "settings.team.copy" : "Franz umożliwia zespołom opcję zapraszania pracowników do zespołu wysyłając im maila z zaproszeniem i pozwala zarządzać ich subskrypcją w ustawieniach konta. Nie trać czasu na ustawianie subskrypcji dla każdego zespołu osobno, zapomnij o wielu fakturach i różnych cyklicznych opłatach - jeden zespół do zarządzania wszystkim!", 242 "settings.team.copy" : "Ferdi umożliwia zespołom opcję zapraszania pracowników do zespołu wysyłając im maila z zaproszeniem i pozwala zarządzać ich subskrypcją w ustawieniach konta. Nie trać czasu na ustawianie subskrypcji dla każdego zespołu osobno, zapomnij o wielu fakturach i różnych cyklicznych opłatach - jeden zespół do zarządzania wszystkim!",
243 "settings.team.headline" : "Zespół", 243 "settings.team.headline" : "Zespół",
244 "settings.team.intro" : "Czy Ty i zesół używacie programu Franz? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.", 244 "settings.team.intro" : "Czy Ty i zesół używacie programu Franz? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.",
245 "settings.team.manageAction" : "Zarządzaj zespołem na meetfranz.com", 245 "settings.team.manageAction" : "Zarządzaj zespołem na meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Spróbuj ponownie", 266 "settings.workspaces.tryReloadWorkspaces" : "Spróbuj ponownie",
267 "settings.workspaces.updatedInfo" : "Twoje zmiany zostały zapisane", 267 "settings.workspaces.updatedInfo" : "Twoje zmiany zostały zapisane",
268 "settings.workspaces.workspaceFeatureHeadline" : "Mniej znaczy więcej: Wprowadzenie do obszarów roboczych Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Mniej znaczy więcej: Wprowadzenie do obszarów roboczych Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "Obszary robocze programu Franz pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.", 269 "settings.workspaces.workspaceFeatureInfo" : "Obszary robocze programu Ferdi pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.",
270 "settings.workspaces.workspacesRequestFailed" : "Nie można załadować obszaru roboczego", 270 "settings.workspaces.workspacesRequestFailed" : "Nie można załadować obszaru roboczego",
271 "sidebar.addNewService" : "Dodaj kolejną usługę", 271 "sidebar.addNewService" : "Dodaj kolejną usługę",
272 "sidebar.closeWorkspaceDrawer" : "Zamknij edycję obszaru roboczego", 272 "sidebar.closeWorkspaceDrawer" : "Zamknij edycję obszaru roboczego",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Imię", 280 "signup.firstname.label" : "Imię",
281 "signup.headline" : "Zarejestruj się", 281 "signup.headline" : "Zarejestruj się",
282 "signup.lastname.label" : "Nazwisko", 282 "signup.lastname.label" : "Nazwisko",
283 "signup.legal.info" : "Poprzez utworzenie konta Franz akceptujesz", 283 "signup.legal.info" : "Poprzez utworzenie konta Ferdi akceptujesz",
284 "signup.legal.privacy" : "Polityka prywatności", 284 "signup.legal.privacy" : "Polityka prywatności",
285 "signup.legal.terms" : "Warunki świadczenia usług", 285 "signup.legal.terms" : "Warunki świadczenia usług",
286 "signup.link.login" : "Masz już konto, zalogować się?", 286 "signup.link.login" : "Masz już konto, zalogować się?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Obsługa proxy dla usług", 294 "subscription.features.proxy" : "Obsługa proxy dla usług",
295 "subscription.features.spellchecker" : "Wsparcie dla sprawdzania pisowni", 295 "subscription.features.spellchecker" : "Wsparcie dla sprawdzania pisowni",
296 "subscription.features.workspaces" : "Zarządzaj usługami w obszarach roboczych", 296 "subscription.features.workspaces" : "Zarządzaj usługami w obszarach roboczych",
297 "subscription.includedFeatures" : "Płatne konto Franz Premium obejmuje", 297 "subscription.includedFeatures" : "Płatne konto Ferdi Premium obejmuje",
298 "subscription.paymentSessionError" : "Nie można wczytać formularza płatności\"", 298 "subscription.paymentSessionError" : "Nie można wczytać formularza płatności\"",
299 "subscription.submit.label" : "Chcę wspierać rozwój aplikacji Franz", 299 "subscription.submit.label" : "Chcę wspierać rozwój aplikacji Franz",
300 "subscription.type.free" : "za darmo", 300 "subscription.type.free" : "za darmo",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Stwórz pierwszy obszar roboczy", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Stwórz pierwszy obszar roboczy",
327 "workspaceDrawer.proFeatureBadge" : "Funkcje Premium", 327 "workspaceDrawer.proFeatureBadge" : "Funkcje Premium",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Aktywuj ponownie konto premium", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Aktywuj ponownie konto premium",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Obszary robocze programu Franz pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. <\/p><p>Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.<\/p>", 329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Obszary robocze programu Ferdi pozawala Ci na skupieniu się na tym co ważne w danym momencie. Ustaw różne zestawy usług i przełączaj się między nimi w łatwiejszy sposób w dowolnym momencie. <\/p><p>Decyduj, które usługi potrzebujesz , więc pomagamy Ci pozostawać na szczycie gry - lub łatwiej wyłączyć się z pracy kiedy tego potrzebujesz.<\/p>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edytuj ustawienia obszaru roboczego", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edytuj ustawienia obszaru roboczego",
331 "workspaces.switchingIndicator.switchingTo" : "Przełącz do" 331 "workspaces.switchingIndicator.switchingTo" : "Przełącz do"
332} 332}
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 60d74495e..1a94c9179 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Recarregar", 2 "app.errorHandler.action" : "Recarregar",
3 "app.errorHandler.headline" : "Opa! Algo deu errado.", 3 "app.errorHandler.headline" : "Opa! Algo deu errado.",
4 "feature.announcements.changelog.headline" : "Mudanças no Franz {version}", 4 "feature.announcements.changelog.headline" : "Mudanças no Ferdi {version}",
5 "feature.delayApp.action" : "Adquira uma licença de suporte Franz", 5 "feature.delayApp.action" : "Adquira uma licença de suporte Franz",
6 "feature.delayApp.headline" : "Por favor, adquira uma licença para pular o tempo de espera", 6 "feature.delayApp.headline" : "Por favor, adquira uma licença para pular o tempo de espera",
7 "feature.delayApp.text" : "Franz continuará em {seconds} segundos.", 7 "feature.delayApp.text" : "Ferdi continuará em {seconds} segundos.",
8 "feature.shareFranz.action.email" : "Enviar por e-mail", 8 "feature.shareFranz.action.email" : "Enviar por e-mail",
9 "feature.shareFranz.action.facebook" : "Compartilhar no Facebook", 9 "feature.shareFranz.action.facebook" : "Compartilhar no Facebook",
10 "feature.shareFranz.action.twitter" : "Compartilhar no Twitter", 10 "feature.shareFranz.action.twitter" : "Compartilhar no Twitter",
11 "feature.shareFranz.headline" : "Franz é melhor em grupo!", 11 "feature.shareFranz.headline" : "Ferdi é melhor em grupo!",
12 "feature.shareFranz.shareText.email" : "Eu adicionei {count} serviços ao Franz! Adquira o aplicativo gratuito para WhatsApp, Messenger, Slack, Skype e mais em www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Eu adicionei {count} serviços ao Franz! Adquira o aplicativo gratuito para WhatsApp, Messenger, Slack, Skype e mais em www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Eu adicionei uma contagem de serviços para o Franz! Baixe gratuitamente o aplicativo para WhatsApp, Messenger, Slack, Skype e outros em www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Eu adicionei uma contagem de serviços para o Franz! Baixe gratuitamente o aplicativo para WhatsApp, Messenger, Slack, Skype e outros em www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Conte aos seus amigos e colegas o quanto incrível o Franz é e nos ajude a espalhar a mensagem. ", 14 "feature.shareFranz.text" : "Conte aos seus amigos e colegas o quanto incrível o Ferdi é e nos ajude a espalhar a mensagem. ",
15 "global.api.unhealthy" : "Não foi possível conectar-se aos serviços on-line do Franz.", 15 "global.api.unhealthy" : "Não foi possível conectar-se aos serviços on-line do Franz.",
16 "global.notConnectedToTheInternet" : "Você não está conectado à internet", 16 "global.notConnectedToTheInternet" : "Você não está conectado à internet",
17 "global.spellchecker.useDefault" : "Use o padrão do sistema ({default})", 17 "global.spellchecker.useDefault" : "Use o padrão do sistema ({default})",
18 "global.spellchecking.autodetect" : "Detectar idioma automaticamente.", 18 "global.spellchecking.autodetect" : "Detectar idioma automaticamente.",
19 "global.spellchecking.autodetect.short" : "Automático", 19 "global.spellchecking.autodetect.short" : "Automático",
20 "global.spellchecking.language" : "Idioma para verificação ortográfica", 20 "global.spellchecking.language" : "Idioma para verificação ortográfica",
21 "import.headline" : "Importe seus serviços do Franz 4 ", 21 "import.headline" : "Importe seus serviços do Ferdi 4 ",
22 "import.notSupportedHeadline" : "Serviços ainda não suportados pelo Franz 5 ", 22 "import.notSupportedHeadline" : "Serviços ainda não suportados pelo Ferdi 5 ",
23 "import.skip.label" : "Quero adicionar serviços manualmente", 23 "import.skip.label" : "Quero adicionar serviços manualmente",
24 "import.submit.label" : "Importar serviços", 24 "import.submit.label" : "Importar serviços",
25 "infobar.buttonChangelog" : "O que há de novo?", 25 "infobar.buttonChangelog" : "O que há de novo?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Recarregar serviços", 27 "infobar.buttonReloadServices" : "Recarregar serviços",
28 "infobar.requiredRequestsFailed" : "Não foi possível carregar os serviços e informações de usuário", 28 "infobar.requiredRequestsFailed" : "Não foi possível carregar os serviços e informações de usuário",
29 "infobar.servicesUpdated" : "Seus serviços foram atualizados.", 29 "infobar.servicesUpdated" : "Seus serviços foram atualizados.",
30 "infobar.updateAvailable" : "Uma nova atualização do Franz está disponível.", 30 "infobar.updateAvailable" : "Uma nova atualização do Ferdi está disponível.",
31 "invite.email.label" : "Endereço de E-mail", 31 "invite.email.label" : "Endereço de E-mail",
32 "invite.headline.friends" : "Convide 3 amigos ou colegas", 32 "invite.headline.friends" : "Convide 3 amigos ou colegas",
33 "invite.name.label" : "Nome", 33 "invite.name.label" : "Nome",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Limpar cache", 145 "settings.app.buttonClearAllCache" : "Limpar cache",
146 "settings.app.buttonInstallUpdate" : "Reiniciar e instalar atualização", 146 "settings.app.buttonInstallUpdate" : "Reiniciar e instalar atualização",
147 "settings.app.buttonSearchForUpdate" : "Verificar por atualizações", 147 "settings.app.buttonSearchForUpdate" : "Verificar por atualizações",
148 "settings.app.cacheInfo" : "O cache do Franz está usando {size} de espaço em disco atualmente.", 148 "settings.app.cacheInfo" : "O cache do Ferdi está usando {size} de espaço em disco atualmente.",
149 "settings.app.currentVersion" : "Versão atual:", 149 "settings.app.currentVersion" : "Versão atual:",
150 "settings.app.form.autoLaunchInBackground" : "Abrir em segundo plano", 150 "settings.app.form.autoLaunchInBackground" : "Abrir em segundo plano",
151 "settings.app.form.autoLaunchOnStart" : "Abrir o Franz ao iniciar o sistema", 151 "settings.app.form.autoLaunchOnStart" : "Abrir o Ferdi ao iniciar o sistema",
152 "settings.app.form.beta" : "Incluir versões beta", 152 "settings.app.form.beta" : "Incluir versões beta",
153 "settings.app.form.darkMode" : "Venha para o Lado Negro da força", 153 "settings.app.form.darkMode" : "Venha para o Lado Negro da força",
154 "settings.app.form.enableGPUAcceleration" : "Ativar Aceleração de GPU", 154 "settings.app.form.enableGPUAcceleration" : "Ativar Aceleração de GPU",
155 "settings.app.form.enableSpellchecking" : "Ativar correção ortográfica", 155 "settings.app.form.enableSpellchecking" : "Ativar correção ortográfica",
156 "settings.app.form.enableSystemTray" : "Exibir o Franz na barra de sistema", 156 "settings.app.form.enableSystemTray" : "Exibir o Ferdi na barra de sistema",
157 "settings.app.form.language" : "Idioma", 157 "settings.app.form.language" : "Idioma",
158 "settings.app.form.minimizeToSystemTray" : "Minimizar o Franz para a área de sistema", 158 "settings.app.form.minimizeToSystemTray" : "Minimizar o Ferdi para a área de sistema",
159 "settings.app.form.runInBackground" : "Manter o Franz no fundo quando fechar a janela", 159 "settings.app.form.runInBackground" : "Manter o Ferdi no fundo quando fechar a janela",
160 "settings.app.form.showDisabledServices" : "Mostrar abas de serviços desativados", 160 "settings.app.form.showDisabledServices" : "Mostrar abas de serviços desativados",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostrar ícone de mensagem não lida quando as notificações estiverem desativadas", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Mostrar ícone de mensagem não lida quando as notificações estiverem desativadas",
162 "settings.app.headline" : "Configurações", 162 "settings.app.headline" : "Configurações",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "As traduções oficiais são em inglês e alemão. As demais traduções são baseadas na ajuda da comunidade.", 168 "settings.app.languageDisclaimer" : "As traduções oficiais são em inglês e alemão. As demais traduções são baseadas na ajuda da comunidade.",
169 "settings.app.restartRequired" : "As mudanças exigem reiniciar o sistema", 169 "settings.app.restartRequired" : "As mudanças exigem reiniciar o sistema",
170 "settings.app.subheadlineCache" : "memória cache", 170 "settings.app.subheadlineCache" : "memória cache",
171 "settings.app.translationHelp" : "Ajude-nos a traduzir o Franz para seu idioma.", 171 "settings.app.translationHelp" : "Ajude-nos a traduzir o Ferdi para seu idioma.",
172 "settings.app.updateStatusAvailable" : "Atualização disponível, baixando...", 172 "settings.app.updateStatusAvailable" : "Atualização disponível, baixando...",
173 "settings.app.updateStatusSearching" : "Buscando atualizações", 173 "settings.app.updateStatusSearching" : "Buscando atualizações",
174 "settings.app.updateStatusUpToDate" : "Você está usando a última versão do Franz", 174 "settings.app.updateStatusUpToDate" : "Você está usando a última versão do Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Adicionar {name}", 195 "settings.service.form.addServiceHeadline" : "Adicionar {name}",
196 "settings.service.form.availableServices" : "Serviços disponíveis", 196 "settings.service.form.availableServices" : "Serviços disponíveis",
197 "settings.service.form.customUrl" : "Servidor personalizado", 197 "settings.service.form.customUrl" : "Servidor personalizado",
198 "settings.service.form.customUrlPremiumInfo" : "Para adicionar serviços auto-hospedados, você precisa de uma conta Apoiador Franz Premium.", 198 "settings.service.form.customUrlPremiumInfo" : "Para adicionar serviços auto-hospedados, você precisa de uma conta Apoiador Ferdi Premium.",
199 "settings.service.form.customUrlUpgradeAccount" : "Atualize a sua conta", 199 "settings.service.form.customUrlUpgradeAccount" : "Atualize a sua conta",
200 "settings.service.form.customUrlValidationError" : "Não foi possível validar o servidor personalizado {name}.", 200 "settings.service.form.customUrlValidationError" : "Não foi possível validar o servidor personalizado {name}.",
201 "settings.service.form.deleteButton" : "Apagar serviço", 201 "settings.service.form.deleteButton" : "Apagar serviço",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Usar o Proxy", 221 "settings.service.form.proxy.isEnabled" : "Usar o Proxy",
222 "settings.service.form.proxy.password" : "Senha (opcional)", 222 "settings.service.form.proxy.password" : "Senha (opcional)",
223 "settings.service.form.proxy.port" : "Porta", 223 "settings.service.form.proxy.port" : "Porta",
224 "settings.service.form.proxy.restartInfo" : "Por favor, reinicie o Franz após alterar as configurações de proxy.", 224 "settings.service.form.proxy.restartInfo" : "Por favor, reinicie o Ferdi após alterar as configurações de proxy.",
225 "settings.service.form.proxy.user" : "Usuário (opcional)", 225 "settings.service.form.proxy.user" : "Usuário (opcional)",
226 "settings.service.form.saveButton" : "Salvar serviço", 226 "settings.service.form.saveButton" : "Salvar serviço",
227 "settings.service.form.tabHosted" : "Hospedado", 227 "settings.service.form.tabHosted" : "Hospedado",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Sem som", 238 "settings.services.tooltip.isMuted" : "Sem som",
239 "settings.services.tooltip.notificationsDisabled" : "Notificações desativadas", 239 "settings.services.tooltip.notificationsDisabled" : "Notificações desativadas",
240 "settings.services.updatedInfo" : "Suas mudanças foram gravadas", 240 "settings.services.updatedInfo" : "Suas mudanças foram gravadas",
241 "settings.team.contentHeadline" : "Franz para Equipes", 241 "settings.team.contentHeadline" : "Ferdi para Equipes",
242 "settings.team.copy" : "\"Franz para Equipes\" possui a opção de convidar ajudantes para a sua equipe através de mensagens por e-mail e gerenciar as inscrições deles em suas preferências de conta. Não perca tempo configurando as inscrições para membro da equipe individualmente, esqueça as múltiplas faturas e tempos de pagamento. Uma regra universal para todos os membros da equipe.", 242 "settings.team.copy" : "\"Ferdi para Equipes\" possui a opção de convidar ajudantes para a sua equipe através de mensagens por e-mail e gerenciar as inscrições deles em suas preferências de conta. Não perca tempo configurando as inscrições para membro da equipe individualmente, esqueça as múltiplas faturas e tempos de pagamento. Uma regra universal para todos os membros da equipe.",
243 "settings.team.headline" : "Equipe", 243 "settings.team.headline" : "Equipe",
244 "settings.team.intro" : "Você e sua equipe usam Franz? Você pode agora administrar as inscrições pagas de todos os seus colegas, amigos e membros da família que você quiser, tudo isso em uma única conta.", 244 "settings.team.intro" : "Você e sua equipe usam Franz? Você pode agora administrar as inscrições pagas de todos os seus colegas, amigos e membros da família que você quiser, tudo isso em uma única conta.",
245 "settings.team.manageAction" : "Gerencie sua Equipe no meetfranz.com", 245 "settings.team.manageAction" : "Gerencie sua Equipe no meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Tente de novo", 266 "settings.workspaces.tryReloadWorkspaces" : "Tente de novo",
267 "settings.workspaces.updatedInfo" : "Suas mudanças foram salvas", 267 "settings.workspaces.updatedInfo" : "Suas mudanças foram salvas",
268 "settings.workspaces.workspaceFeatureHeadline" : "Menos é Mais: Introduzindo Workspaces do Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Menos é Mais: Introduzindo Workspaces do Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "As áreas de trabalho do Franz permite você focar no que realmente é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. Você decide quais serviços você precisa e onde deseja colocá-los, então nós podemos te ajudar a aumentar a produtividade de suas tarefas. Ou facilmente deletar os aplicativos que você nunca irá precisar.", 269 "settings.workspaces.workspaceFeatureInfo" : "As áreas de trabalho do Ferdi permite você focar no que realmente é importante agora. Configure diferentes conjuntos de serviços e alterne entre eles facilmente em qualquer momento. Você decide quais serviços você precisa e onde deseja colocá-los, então nós podemos te ajudar a aumentar a produtividade de suas tarefas. Ou facilmente deletar os aplicativos que você nunca irá precisar.",
270 "settings.workspaces.workspacesRequestFailed" : "Não foi possível carregar suas áreas de trabalho", 270 "settings.workspaces.workspacesRequestFailed" : "Não foi possível carregar suas áreas de trabalho",
271 "sidebar.addNewService" : "Adicionar novo serviço", 271 "sidebar.addNewService" : "Adicionar novo serviço",
272 "sidebar.closeWorkspaceDrawer" : "Fechar o menu da área de trabalho", 272 "sidebar.closeWorkspaceDrawer" : "Fechar o menu da área de trabalho",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Suporte de proxy para serviços", 294 "subscription.features.proxy" : "Suporte de proxy para serviços",
295 "subscription.features.spellchecker" : "Suporte para corretor ortográfico", 295 "subscription.features.spellchecker" : "Suporte para corretor ortográfico",
296 "subscription.features.workspaces" : "Organize seus serviços em áreas de trabalho", 296 "subscription.features.workspaces" : "Organize seus serviços em áreas de trabalho",
297 "subscription.includedFeatures" : "A conta Apoiador Franz Premium inclui", 297 "subscription.includedFeatures" : "A conta Apoiador Ferdi Premium inclui",
298 "subscription.paymentSessionError" : "Não foi possível abrir o formulário de pagamento", 298 "subscription.paymentSessionError" : "Não foi possível abrir o formulário de pagamento",
299 "subscription.submit.label" : "Eu quero apoiar o desenvolvimento do Franz", 299 "subscription.submit.label" : "Eu quero apoiar o desenvolvimento do Franz",
300 "subscription.type.free" : "grátis", 300 "subscription.type.free" : "grátis",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Crie sua primeira área de trabalho", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Crie sua primeira área de trabalho",
327 "workspaceDrawer.proFeatureBadge" : "Vantagem paga oferecida aos assinantes", 327 "workspaceDrawer.proFeatureBadge" : "Vantagem paga oferecida aos assinantes",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reative sua conta paga", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reative sua conta paga",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>As áreas de trabalho do Franz te ajuda a focar no que realmente é importante agora. Configure diferente cenários para serviços e mude entre eles facilmente em qualquer momento. <\/p><p>Você decide quais serviços precisa e onde deseja posicioná-los, e então nós iremos te ajudar em aumentar a sua produtividade. Você pode desligar os serviços que não são úteis para você.<\/p>", 329 "workspaceDrawer.workspaceFeatureInfo" : "<p>As áreas de trabalho do Ferdi te ajuda a focar no que realmente é importante agora. Configure diferente cenários para serviços e mude entre eles facilmente em qualquer momento. <\/p><p>Você decide quais serviços precisa e onde deseja posicioná-los, e então nós iremos te ajudar em aumentar a sua produtividade. Você pode desligar os serviços que não são úteis para você.<\/p>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Editar configurações das áreas de trabalho", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Editar configurações das áreas de trabalho",
331 "workspaces.switchingIndicator.switchingTo" : "Mudando para" 331 "workspaces.switchingIndicator.switchingTo" : "Mudando para"
332} 332}
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 668db12a2..ced5c9183 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -1,17 +1,17 @@
1{ 1{
2 "app.errorHandler.action" : "Recarregar", 2 "app.errorHandler.action" : "Recarregar",
3 "app.errorHandler.headline" : "Alguma coisa correu mal", 3 "app.errorHandler.headline" : "Alguma coisa correu mal",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Faz parte do grupo de apoio do Franz", 5 "feature.delayApp.action" : "Faz parte do grupo de apoio do Franz",
6 "feature.delayApp.headline" : "Por favor compre uma licença Franz Supporter para saltar a fila de espera", 6 "feature.delayApp.headline" : "Por favor compre uma licença Ferdi Supporter para saltar a fila de espera",
7 "feature.delayApp.text" : "Franz irá continuar em {seconds} segundos.", 7 "feature.delayApp.text" : "Ferdi irá continuar em {seconds} segundos.",
8 "feature.shareFranz.action.email" : "Enviar por e-mail", 8 "feature.shareFranz.action.email" : "Enviar por e-mail",
9 "feature.shareFranz.action.facebook" : "Compartilahr no Facebook", 9 "feature.shareFranz.action.facebook" : "Compartilahr no Facebook",
10 "feature.shareFranz.action.twitter" : "Compartilhar no Twitter", 10 "feature.shareFranz.action.twitter" : "Compartilhar no Twitter",
11 "feature.shareFranz.headline" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Não foi possível estabelecer ligação aos serviços do Franz", 15 "global.api.unhealthy" : "Não foi possível estabelecer ligação aos serviços do Franz",
16 "global.notConnectedToTheInternet" : "Não estás ligado à Internet", 16 "global.notConnectedToTheInternet" : "Não estás ligado à Internet",
17 "global.spellchecker.useDefault" : "Utilizar o Sistema por Omissão ({default})", 17 "global.spellchecker.useDefault" : "Utilizar o Sistema por Omissão ({default})",
@@ -19,7 +19,7 @@
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Linguagem para correção ortográfica", 20 "global.spellchecking.language" : "Linguagem para correção ortográfica",
21 "import.headline" : "Importa os teus serviços do Franz", 21 "import.headline" : "Importa os teus serviços do Franz",
22 "import.notSupportedHeadline" : "Estes serviços ainda não são suportados pelo Franz 5", 22 "import.notSupportedHeadline" : "Estes serviços ainda não são suportados pelo Ferdi 5",
23 "import.skip.label" : "Eu quero adicionar serviços manualmente", 23 "import.skip.label" : "Eu quero adicionar serviços manualmente",
24 "import.submit.label" : "Importar serviços", 24 "import.submit.label" : "Importar serviços",
25 "infobar.buttonChangelog" : "O que há de novo?", 25 "infobar.buttonChangelog" : "O que há de novo?",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Limpar cache", 145 "settings.app.buttonClearAllCache" : "Limpar cache",
146 "settings.app.buttonInstallUpdate" : "Reiniciar & instalar atualização", 146 "settings.app.buttonInstallUpdate" : "Reiniciar & instalar atualização",
147 "settings.app.buttonSearchForUpdate" : "Procurar atualizações", 147 "settings.app.buttonSearchForUpdate" : "Procurar atualizações",
148 "settings.app.cacheInfo" : "A cache do Franz está a usar {size} de espaço em disco.", 148 "settings.app.cacheInfo" : "A cache do Ferdi está a usar {size} de espaço em disco.",
149 "settings.app.currentVersion" : "Versão atual", 149 "settings.app.currentVersion" : "Versão atual",
150 "settings.app.form.autoLaunchInBackground" : "Abrir em segundo plano", 150 "settings.app.form.autoLaunchInBackground" : "Abrir em segundo plano",
151 "settings.app.form.autoLaunchOnStart" : "Iniciar o Franz após iniciar o computador", 151 "settings.app.form.autoLaunchOnStart" : "Iniciar o Ferdi após iniciar o computador",
152 "settings.app.form.beta" : "Incluir versões instáveis (beta)", 152 "settings.app.form.beta" : "Incluir versões instáveis (beta)",
153 "settings.app.form.darkMode" : "Junta-te ao Lado Negro", 153 "settings.app.form.darkMode" : "Junta-te ao Lado Negro",
154 "settings.app.form.enableGPUAcceleration" : "Activar Aceleração de GPU", 154 "settings.app.form.enableGPUAcceleration" : "Activar Aceleração de GPU",
155 "settings.app.form.enableSpellchecking" : "Ativar verificação ortográfica", 155 "settings.app.form.enableSpellchecking" : "Ativar verificação ortográfica",
156 "settings.app.form.enableSystemTray" : "Mostrar o Franz na barra do sistema", 156 "settings.app.form.enableSystemTray" : "Mostrar o Ferdi na barra do sistema",
157 "settings.app.form.language" : "Idioma", 157 "settings.app.form.language" : "Idioma",
158 "settings.app.form.minimizeToSystemTray" : "Minimizar o Franz para a barra do sistema", 158 "settings.app.form.minimizeToSystemTray" : "Minimizar o Ferdi para a barra do sistema",
159 "settings.app.form.runInBackground" : "Manter o Franz em segundo plano ao fechar a janela", 159 "settings.app.form.runInBackground" : "Manter o Ferdi em segundo plano ao fechar a janela",
160 "settings.app.form.showDisabledServices" : "Apresentar separadores de serviços desativados", 160 "settings.app.form.showDisabledServices" : "Apresentar separadores de serviços desativados",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Apresentar emblema com o número de mensagens não lidas quando as notificações estão desativadas", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Apresentar emblema com o número de mensagens não lidas quando as notificações estão desativadas",
162 "settings.app.headline" : "Definições", 162 "settings.app.headline" : "Definições",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Alterações requerem reinício", 169 "settings.app.restartRequired" : "Alterações requerem reinício",
170 "settings.app.subheadlineCache" : "Cache", 170 "settings.app.subheadlineCache" : "Cache",
171 "settings.app.translationHelp" : "Ajude-nos a traduzir a Franz para a sua língua.", 171 "settings.app.translationHelp" : "Ajude-nos a traduzir a Ferdi para a sua língua.",
172 "settings.app.updateStatusAvailable" : "Atualização disponivel, a transferir...", 172 "settings.app.updateStatusAvailable" : "Atualização disponivel, a transferir...",
173 "settings.app.updateStatusSearching" : "A procurar atualizações", 173 "settings.app.updateStatusSearching" : "A procurar atualizações",
174 "settings.app.updateStatusUpToDate" : "Está a usar a versão mais recente do Franz", 174 "settings.app.updateStatusUpToDate" : "Está a usar a versão mais recente do Franz",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Todos os sons estão silenciados", 238 "settings.services.tooltip.isMuted" : "Todos os sons estão silenciados",
239 "settings.services.tooltip.notificationsDisabled" : "As notificações estão desativadas", 239 "settings.services.tooltip.notificationsDisabled" : "As notificações estão desativadas",
240 "settings.services.updatedInfo" : "As alterações foram guardadas", 240 "settings.services.updatedInfo" : "As alterações foram guardadas",
241 "settings.team.contentHeadline" : "Franz para equipas", 241 "settings.team.contentHeadline" : "Ferdi para equipas",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Equipa", 243 "settings.team.headline" : "Equipa",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Gerir a tua Equipa em meetfranz.com", 245 "settings.team.manageAction" : "Gerir a tua Equipa em meetfranz.com",
@@ -266,7 +266,7 @@
266 "settings.workspaces.tryReloadWorkspaces" : "Tentar novamente", 266 "settings.workspaces.tryReloadWorkspaces" : "Tentar novamente",
267 "settings.workspaces.updatedInfo" : "As suas alterações foram gravadas", 267 "settings.workspaces.updatedInfo" : "As suas alterações foram gravadas",
268 "settings.workspaces.workspaceFeatureHeadline" : "Menos é Mais: Introduzindo os Espaço de trabalho Franz", 268 "settings.workspaces.workspaceFeatureHeadline" : "Menos é Mais: Introduzindo os Espaço de trabalho Franz",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Adicionar um novo serviço", 271 "sidebar.addNewService" : "Adicionar um novo serviço",
272 "sidebar.closeWorkspaceDrawer" : "Fechar a janela do Espaço de trabalho", 272 "sidebar.closeWorkspaceDrawer" : "Fechar a janela do Espaço de trabalho",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 4d20d5745..369b95a41 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Перезагрузить", 2 "app.errorHandler.action" : "Перезагрузить",
3 "app.errorHandler.headline" : "Что-то пошло не так", 3 "app.errorHandler.headline" : "Что-то пошло не так",
4 "feature.announcements.changelog.headline" : "Изменения в версии Franz {version}", 4 "feature.announcements.changelog.headline" : "Изменения в версии Ferdi {version}",
5 "feature.delayApp.action" : "Получите лицензию Franz Supporter", 5 "feature.delayApp.action" : "Получите лицензию Ferdi Supporter",
6 "feature.delayApp.headline" : "Пожалуйста приобретите лицензию Franz Supporter чтобы убрать ожидание", 6 "feature.delayApp.headline" : "Пожалуйста приобретите лицензию Ferdi Supporter чтобы убрать ожидание",
7 "feature.delayApp.text" : "Franz продолжит работу через {seconds} секунд.", 7 "feature.delayApp.text" : "Ferdi продолжит работу через {seconds} секунд.",
8 "feature.shareFranz.action.email" : "Отправить email", 8 "feature.shareFranz.action.email" : "Отправить 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" : "Сделаем Franz лучше вместе!", 11 "feature.shareFranz.headline" : "Сделаем Ferdi лучше вместе!",
12 "feature.shareFranz.shareText.email" : "Я добавил {count} сервисов во Franz! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "Я добавил {count} сервисов во Franz! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "Я добавил {count} сервис(ов) в Franz! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "Я добавил {count} сервис(ов) в Franz! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Расскажи своим друзьям и коллегам насколько прелестен Franz и помоги нам развиться", 14 "feature.shareFranz.text" : "Расскажи своим друзьям и коллегам насколько прелестен Ferdi и помоги нам развиться",
15 "global.api.unhealthy" : "Невозможно подключиться к онлайн-сервисам Franz", 15 "global.api.unhealthy" : "Невозможно подключиться к онлайн-сервисам Franz",
16 "global.notConnectedToTheInternet" : "Вы не подключены к сети Интернет", 16 "global.notConnectedToTheInternet" : "Вы не подключены к сети Интернет",
17 "global.spellchecker.useDefault" : "Использовать системные параметры по умолчанию ({default})", 17 "global.spellchecker.useDefault" : "Использовать системные параметры по умолчанию ({default})",
18 "global.spellchecking.autodetect" : "Найти язык автоматически", 18 "global.spellchecking.autodetect" : "Найти язык автоматически",
19 "global.spellchecking.autodetect.short" : "Авто", 19 "global.spellchecking.autodetect.short" : "Авто",
20 "global.spellchecking.language" : "Проверка правописания", 20 "global.spellchecking.language" : "Проверка правописания",
21 "import.headline" : "Импортировать ваши сервисы из Franz 4", 21 "import.headline" : "Импортировать ваши сервисы из Ferdi 4",
22 "import.notSupportedHeadline" : "Сервисы пока ещё не поддерживаются в Franz 5", 22 "import.notSupportedHeadline" : "Сервисы пока ещё не поддерживаются в Ferdi 5",
23 "import.skip.label" : "Я хочу добавить сервисы вручную", 23 "import.skip.label" : "Я хочу добавить сервисы вручную",
24 "import.submit.label" : "Импортировать сервисы", 24 "import.submit.label" : "Импортировать сервисы",
25 "infobar.buttonChangelog" : "Что новенького?", 25 "infobar.buttonChangelog" : "Что новенького?",
@@ -148,15 +148,15 @@
148 "settings.app.cacheInfo" : "Кэш занимает {size} на диске.", 148 "settings.app.cacheInfo" : "Кэш занимает {size} на диске.",
149 "settings.app.currentVersion" : "Текущая версия:", 149 "settings.app.currentVersion" : "Текущая версия:",
150 "settings.app.form.autoLaunchInBackground" : "Открывать в фоне", 150 "settings.app.form.autoLaunchInBackground" : "Открывать в фоне",
151 "settings.app.form.autoLaunchOnStart" : "Запускать Franz при старте", 151 "settings.app.form.autoLaunchOnStart" : "Запускать Ferdi при старте",
152 "settings.app.form.beta" : "Включая бета версии", 152 "settings.app.form.beta" : "Включая бета версии",
153 "settings.app.form.darkMode" : "Перейти на Тёмную сторону", 153 "settings.app.form.darkMode" : "Перейти на Тёмную сторону",
154 "settings.app.form.enableGPUAcceleration" : "Включить ускорение GPU", 154 "settings.app.form.enableGPUAcceleration" : "Включить ускорение GPU",
155 "settings.app.form.enableSpellchecking" : "Включить проверку правописания", 155 "settings.app.form.enableSpellchecking" : "Включить проверку правописания",
156 "settings.app.form.enableSystemTray" : "Показывать Franz в системном трее", 156 "settings.app.form.enableSystemTray" : "Показывать Ferdi в системном трее",
157 "settings.app.form.language" : "Язык", 157 "settings.app.form.language" : "Язык",
158 "settings.app.form.minimizeToSystemTray" : "Сворачивать Franz в системный трей", 158 "settings.app.form.minimizeToSystemTray" : "Сворачивать Ferdi в системный трей",
159 "settings.app.form.runInBackground" : "Оставлять Franz в фоне при закрытии окна", 159 "settings.app.form.runInBackground" : "Оставлять Ferdi в фоне при закрытии окна",
160 "settings.app.form.showDisabledServices" : "Показывать вкладки отключённых служб", 160 "settings.app.form.showDisabledServices" : "Показывать вкладки отключённых служб",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Показывать значок непрочитанного сообщения при отключённых уведомлениях", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Показывать значок непрочитанного сообщения при отключённых уведомлениях",
162 "settings.app.headline" : "Настройки", 162 "settings.app.headline" : "Настройки",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.", 168 "settings.app.languageDisclaimer" : "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.",
169 "settings.app.restartRequired" : "Изменения требуют перезагрузки приложения", 169 "settings.app.restartRequired" : "Изменения требуют перезагрузки приложения",
170 "settings.app.subheadlineCache" : "Кэш", 170 "settings.app.subheadlineCache" : "Кэш",
171 "settings.app.translationHelp" : "Помогите нам перевести Franz на ваш язык.", 171 "settings.app.translationHelp" : "Помогите нам перевести Ferdi на ваш язык.",
172 "settings.app.updateStatusAvailable" : "Доступно обновление, идёт загрузка...", 172 "settings.app.updateStatusAvailable" : "Доступно обновление, идёт загрузка...",
173 "settings.app.updateStatusSearching" : "Поиск обновлений", 173 "settings.app.updateStatusSearching" : "Поиск обновлений",
174 "settings.app.updateStatusUpToDate" : "Вы используете актуальную версию Franz", 174 "settings.app.updateStatusUpToDate" : "Вы используете актуальную версию Franz",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Использовать прокси", 221 "settings.service.form.proxy.isEnabled" : "Использовать прокси",
222 "settings.service.form.proxy.password" : "Пароль (опционально)", 222 "settings.service.form.proxy.password" : "Пароль (опционально)",
223 "settings.service.form.proxy.port" : "Порт", 223 "settings.service.form.proxy.port" : "Порт",
224 "settings.service.form.proxy.restartInfo" : "Пожалуйста перезапустите Franz после изменения настроек прокси.", 224 "settings.service.form.proxy.restartInfo" : "Пожалуйста перезапустите Ferdi после изменения настроек прокси.",
225 "settings.service.form.proxy.user" : "Пользователь (опционально)", 225 "settings.service.form.proxy.user" : "Пользователь (опционально)",
226 "settings.service.form.saveButton" : "Сохранить сервис", 226 "settings.service.form.saveButton" : "Сохранить сервис",
227 "settings.service.form.tabHosted" : "Размещено", 227 "settings.service.form.tabHosted" : "Размещено",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Все звуки отключены", 238 "settings.services.tooltip.isMuted" : "Все звуки отключены",
239 "settings.services.tooltip.notificationsDisabled" : "Уведомления отключены", 239 "settings.services.tooltip.notificationsDisabled" : "Уведомления отключены",
240 "settings.services.updatedInfo" : "Изменения сохранены", 240 "settings.services.updatedInfo" : "Изменения сохранены",
241 "settings.team.contentHeadline" : "Franz для Команд", 241 "settings.team.contentHeadline" : "Ferdi для Команд",
242 "settings.team.copy" : "Franz для Команд позволяет пригласить коллег в вашу команду, отправив им емайл с приглашением, а также управлять их подписками в настройках вашего аккаунта. Не тратьте время на настройку подписок для каждого члена команды индивидуально, забудьте о многочисленных платежках и разных циклах оплаты - одна команда для управления всеми!", 242 "settings.team.copy" : "Ferdi для Команд позволяет пригласить коллег в вашу команду, отправив им емайл с приглашением, а также управлять их подписками в настройках вашего аккаунта. Не тратьте время на настройку подписок для каждого члена команды индивидуально, забудьте о многочисленных платежках и разных циклах оплаты - одна команда для управления всеми!",
243 "settings.team.headline" : "Команда", 243 "settings.team.headline" : "Команда",
244 "settings.team.intro" : "Вы и ваша команда испльзуете Franz? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.", 244 "settings.team.intro" : "Вы и ваша команда испльзуете Franz? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.",
245 "settings.team.manageAction" : "Управляйте вашей Командой на meetfranz.com", 245 "settings.team.manageAction" : "Управляйте вашей Командой на meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Попробовать снова", 266 "settings.workspaces.tryReloadWorkspaces" : "Попробовать снова",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Добавить новый сервис", 271 "sidebar.addNewService" : "Добавить новый сервис",
272 "sidebar.closeWorkspaceDrawer" : "Закрыть меню окружений", 272 "sidebar.closeWorkspaceDrawer" : "Закрыть меню окружений",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Подержка прокси для сервисов", 294 "subscription.features.proxy" : "Подержка прокси для сервисов",
295 "subscription.features.spellchecker" : "Поддержка проверки правописания", 295 "subscription.features.spellchecker" : "Поддержка проверки правописания",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Платный премиум аккаунт Franz включает", 297 "subscription.includedFeatures" : "Платный премиум аккаунт Ferdi включает",
298 "subscription.paymentSessionError" : "Невозможно загрузить форму оплаты", 298 "subscription.paymentSessionError" : "Невозможно загрузить форму оплаты",
299 "subscription.submit.label" : "Я хочу поддержать разработку Franz", 299 "subscription.submit.label" : "Я хочу поддержать разработку Franz",
300 "subscription.type.free" : "бесплатно", 300 "subscription.type.free" : "бесплатно",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Восстановить премиум аккаунт", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Восстановить премиум аккаунт",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index 3b051e975..a9fd4e9f4 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Obnoviť", 2 "app.errorHandler.action" : "Obnoviť",
3 "app.errorHandler.headline" : "Niečo sa pokazilo", 3 "app.errorHandler.headline" : "Niečo sa pokazilo",
4 "feature.announcements.changelog.headline" : "Zmeny vo Franz {version}", 4 "feature.announcements.changelog.headline" : "Zmeny vo Ferdi {version}",
5 "feature.delayApp.action" : "Získajte licenciu pre Franz podporu", 5 "feature.delayApp.action" : "Získajte licenciu pre Ferdi podporu",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz bude pokračovať v {seconds} seundách.", 7 "feature.delayApp.text" : "Ferdi bude pokračovať v {seconds} seundách.",
8 "feature.shareFranz.action.email" : "Odoslať ako e-mail", 8 "feature.shareFranz.action.email" : "Odoslať ako e-mail",
9 "feature.shareFranz.action.facebook" : "Zdielať na Facebook-u", 9 "feature.shareFranz.action.facebook" : "Zdielať na Facebook-u",
10 "feature.shareFranz.action.twitter" : "Zdieľať na Twitter-i", 10 "feature.shareFranz.action.twitter" : "Zdieľať na Twitter-i",
11 "feature.shareFranz.headline" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Nedá sa pripojiť k online službám Franz", 15 "global.api.unhealthy" : "Nedá sa pripojiť k online službám Franz",
16 "global.notConnectedToTheInternet" : "Nie ste pripojení k internetu.", 16 "global.notConnectedToTheInternet" : "Nie ste pripojení k internetu.",
17 "global.spellchecker.useDefault" : "Použiť predvolené nastavenie systému ({default})", 17 "global.spellchecker.useDefault" : "Použiť predvolené nastavenie systému ({default})",
18 "global.spellchecking.autodetect" : "Automaticky rozpoznať jazyk", 18 "global.spellchecking.autodetect" : "Automaticky rozpoznať jazyk",
19 "global.spellchecking.autodetect.short" : "Automatický", 19 "global.spellchecking.autodetect.short" : "Automatický",
20 "global.spellchecking.language" : "Jazyk kontroly pravopisu", 20 "global.spellchecking.language" : "Jazyk kontroly pravopisu",
21 "import.headline" : "Importovať vaše služby z Franz 4", 21 "import.headline" : "Importovať vaše služby z Ferdi 4",
22 "import.notSupportedHeadline" : "Služby zatiaľ nie sú podporované vo verzii Franz 5", 22 "import.notSupportedHeadline" : "Služby zatiaľ nie sú podporované vo verzii Ferdi 5",
23 "import.skip.label" : "Chcem pridať služby ručne", 23 "import.skip.label" : "Chcem pridať služby ručne",
24 "import.submit.label" : "Importovať služby", 24 "import.submit.label" : "Importovať služby",
25 "infobar.buttonChangelog" : "Čo je nového?", 25 "infobar.buttonChangelog" : "Čo je nového?",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Aktualizovať profil", 127 "settings.account.buttonSave" : "Aktualizovať profil",
128 "settings.account.deleteAccount" : "Odstrániť účet", 128 "settings.account.deleteAccount" : "Odstrániť účet",
129 "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ť!", 129 "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ť!",
130 "settings.account.deleteInfo" : "Ak už nepotrebujete váš Franz účet, tu ho môžete zmazať spolu so všetkými prislúchajúcimi údajmi.", 130 "settings.account.deleteInfo" : "Ak už nepotrebujete váš Ferdi účet, tu ho môžete zmazať spolu so všetkými prislúchajúcimi údajmi.",
131 "settings.account.headline" : "Účet", 131 "settings.account.headline" : "Účet",
132 "settings.account.headlineAccount" : "Informácie o účte", 132 "settings.account.headlineAccount" : "Informácie o účte",
133 "settings.account.headlineDangerZone" : "Nebezpečná zóna", 133 "settings.account.headlineDangerZone" : "Nebezpečná zóna",
@@ -145,18 +145,18 @@
145 "settings.app.buttonClearAllCache" : "Vyčistiť vyrovnávaciu pamäť", 145 "settings.app.buttonClearAllCache" : "Vyčistiť vyrovnávaciu pamäť",
146 "settings.app.buttonInstallUpdate" : "Reštartovať a nainštalovať aktualizáciu", 146 "settings.app.buttonInstallUpdate" : "Reštartovať a nainštalovať aktualizáciu",
147 "settings.app.buttonSearchForUpdate" : "Skontrolovať aktualizácie", 147 "settings.app.buttonSearchForUpdate" : "Skontrolovať aktualizácie",
148 "settings.app.cacheInfo" : "Vyrovnávacia pamäť Franz momentálne používa {size} miesta na disku.", 148 "settings.app.cacheInfo" : "Vyrovnávacia pamäť Ferdi momentálne používa {size} miesta na disku.",
149 "settings.app.currentVersion" : "Súčasná verzia:", 149 "settings.app.currentVersion" : "Súčasná verzia:",
150 "settings.app.form.autoLaunchInBackground" : "Otvoriť na pozadí", 150 "settings.app.form.autoLaunchInBackground" : "Otvoriť na pozadí",
151 "settings.app.form.autoLaunchOnStart" : "Spustiť Franz pri štarte", 151 "settings.app.form.autoLaunchOnStart" : "Spustiť Ferdi pri štarte",
152 "settings.app.form.beta" : "Vrátane beta verzií", 152 "settings.app.form.beta" : "Vrátane beta verzií",
153 "settings.app.form.darkMode" : "Spustiť Dark Side", 153 "settings.app.form.darkMode" : "Spustiť Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Zapnúť GPU zrýchlenie", 154 "settings.app.form.enableGPUAcceleration" : "Zapnúť GPU zrýchlenie",
155 "settings.app.form.enableSpellchecking" : "Zapnúť kontrolu pravopisu", 155 "settings.app.form.enableSpellchecking" : "Zapnúť kontrolu pravopisu",
156 "settings.app.form.enableSystemTray" : "Zobrazovať Franz v systémovej lište", 156 "settings.app.form.enableSystemTray" : "Zobrazovať Ferdi v systémovej lište",
157 "settings.app.form.language" : "Jazyk", 157 "settings.app.form.language" : "Jazyk",
158 "settings.app.form.minimizeToSystemTray" : "Minimalizovať Franz do systémovej lišty", 158 "settings.app.form.minimizeToSystemTray" : "Minimalizovať Ferdi do systémovej lišty",
159 "settings.app.form.runInBackground" : "Po zatvorení okna ponechať Franz spustený na pozadí", 159 "settings.app.form.runInBackground" : "Po zatvorení okna ponechať Ferdi spustený na pozadí",
160 "settings.app.form.showDisabledServices" : "Zobraziť záložky vypnutých služieb", 160 "settings.app.form.showDisabledServices" : "Zobraziť záložky vypnutých služieb",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Zobraziť symbol pre neprečítané správy, keď sú vypnuté upozornenia", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Zobraziť symbol pre neprečítané správy, keď sú vypnuté upozornenia",
162 "settings.app.headline" : "Nastavenia", 162 "settings.app.headline" : "Nastavenia",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.", 168 "settings.app.languageDisclaimer" : "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.",
169 "settings.app.restartRequired" : "Zmeny vyžadujú reštart", 169 "settings.app.restartRequired" : "Zmeny vyžadujú reštart",
170 "settings.app.subheadlineCache" : "Vyrovnávacia pamäť", 170 "settings.app.subheadlineCache" : "Vyrovnávacia pamäť",
171 "settings.app.translationHelp" : "Pomôžte nám preložiť Franz do svojho jazyka.", 171 "settings.app.translationHelp" : "Pomôžte nám preložiť Ferdi do svojho jazyka.",
172 "settings.app.updateStatusAvailable" : "Je dostupná aktualizácia, sťahuje sa...", 172 "settings.app.updateStatusAvailable" : "Je dostupná aktualizácia, sťahuje sa...",
173 "settings.app.updateStatusSearching" : "Vyhľadáva aktualizácie", 173 "settings.app.updateStatusSearching" : "Vyhľadáva aktualizácie",
174 "settings.app.updateStatusUpToDate" : "Používate najnovšiu verziu Franz", 174 "settings.app.updateStatusUpToDate" : "Používate najnovšiu verziu Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "Pridať {name}", 195 "settings.service.form.addServiceHeadline" : "Pridať {name}",
196 "settings.service.form.availableServices" : "Dostupné služby", 196 "settings.service.form.availableServices" : "Dostupné služby",
197 "settings.service.form.customUrl" : "Vlastný server", 197 "settings.service.form.customUrl" : "Vlastný server",
198 "settings.service.form.customUrlPremiumInfo" : "Ak chcete pridať vlastné hostované služby, potrebujete účet Franz Premium Supporter.", 198 "settings.service.form.customUrlPremiumInfo" : "Ak chcete pridať vlastné hostované služby, potrebujete účet Ferdi Premium Supporter.",
199 "settings.service.form.customUrlUpgradeAccount" : "Povýšte váš účet", 199 "settings.service.form.customUrlUpgradeAccount" : "Povýšte váš účet",
200 "settings.service.form.customUrlValidationError" : "Nebolo možné overiť vlastný server: {name}.", 200 "settings.service.form.customUrlValidationError" : "Nebolo možné overiť vlastný server: {name}.",
201 "settings.service.form.deleteButton" : "Odstrániť službu", 201 "settings.service.form.deleteButton" : "Odstrániť službu",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Všetky zvuky sú stíšené", 238 "settings.services.tooltip.isMuted" : "Všetky zvuky sú stíšené",
239 "settings.services.tooltip.notificationsDisabled" : "Oznámenia sú vypnuté", 239 "settings.services.tooltip.notificationsDisabled" : "Oznámenia sú vypnuté",
240 "settings.services.updatedInfo" : "Vaše zmeny boli uložené", 240 "settings.services.updatedInfo" : "Vaše zmeny boli uložené",
241 "settings.team.contentHeadline" : "Franz pre tímy", 241 "settings.team.contentHeadline" : "Ferdi pre tímy",
242 "settings.team.copy" : "Franz for Teams vám dáva možnosť pozvať spolupracovníkov do vášho tímu odoslaním e-mailových pozvánok a spravovaním ich odberov v preferenciách vášho účtu. Nestrácajte čas vytváraním predplatného pre každého člena tímu jednotlivo, zabudnite na viac faktúr a rôzne fakturačné cykly - jeden tím bude pre všetkých!", 242 "settings.team.copy" : "Ferdi for Teams vám dáva možnosť pozvať spolupracovníkov do vášho tímu odoslaním e-mailových pozvánok a spravovaním ich odberov v preferenciách vášho účtu. Nestrácajte čas vytváraním predplatného pre každého člena tímu jednotlivo, zabudnite na viac faktúr a rôzne fakturačné cykly - jeden tím bude pre všetkých!",
243 "settings.team.headline" : "Tím", 243 "settings.team.headline" : "Tím",
244 "settings.team.intro" : "Vy a váš tím používate Franz? Teraz môžete spravovať prémiové predplatné pre toľko kolegov, priateľov alebo rodinných príslušníkov, koľko chcete, všetko z jedného účtu.", 244 "settings.team.intro" : "Vy a váš tím používate Franz? Teraz môžete spravovať prémiové predplatné pre toľko kolegov, priateľov alebo rodinných príslušníkov, koľko chcete, všetko z jedného účtu.",
245 "settings.team.manageAction" : "Spravujte svoj tím na adrese meetfranz.com", 245 "settings.team.manageAction" : "Spravujte svoj tím na adrese meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "Zatiaľ si nepridal žiadne pracovné priestory.", 265 "settings.workspaces.noWorkspacesAdded" : "Zatiaľ si nepridal žiadne pracovné priestory.",
266 "settings.workspaces.tryReloadWorkspaces" : "Skúsiť znova", 266 "settings.workspaces.tryReloadWorkspaces" : "Skúsiť znova",
267 "settings.workspaces.updatedInfo" : "Vaše zmeny boli uložené", 267 "settings.workspaces.updatedInfo" : "Vaše zmeny boli uložené",
268 "settings.workspaces.workspaceFeatureHeadline" : "Menej je viac: Predstavenie Franz Pracovné priestory", 268 "settings.workspaces.workspaceFeatureHeadline" : "Menej je viac: Predstavenie Ferdi Pracovné priestory",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Pridať novú službu", 271 "sidebar.addNewService" : "Pridať novú službu",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Krstné meno", 280 "signup.firstname.label" : "Krstné meno",
281 "signup.headline" : "Prihlásiť sa", 281 "signup.headline" : "Prihlásiť sa",
282 "signup.lastname.label" : "Priezvisko", 282 "signup.lastname.label" : "Priezvisko",
283 "signup.legal.info" : "Vytvorením účtu Franz súhlasíte s", 283 "signup.legal.info" : "Vytvorením účtu Ferdi súhlasíte s",
284 "signup.legal.privacy" : "Vyhlásenie o ochrane súkromia", 284 "signup.legal.privacy" : "Vyhlásenie o ochrane súkromia",
285 "signup.legal.terms" : "Podmienky služby", 285 "signup.legal.terms" : "Podmienky služby",
286 "signup.link.login" : "Už máte účet, chcete sa prihlásiť?", 286 "signup.link.login" : "Už máte účet, chcete sa prihlásiť?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Proxy support for services", 294 "subscription.features.proxy" : "Proxy support for services",
295 "subscription.features.spellchecker" : "Support for spellchecker", 295 "subscription.features.spellchecker" : "Support for spellchecker",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Platený účet Premium Supporter Franz zahŕňa", 297 "subscription.includedFeatures" : "Platený účet Premium Supporter Ferdi zahŕňa",
298 "subscription.paymentSessionError" : "Nepodarilo sa inicializovať platbu od", 298 "subscription.paymentSessionError" : "Nepodarilo sa inicializovať platbu od",
299 "subscription.submit.label" : "Chcem podporiť vývoj aplikácie Franz", 299 "subscription.submit.label" : "Chcem podporiť vývoj aplikácie Franz",
300 "subscription.type.free" : "zdarma", 300 "subscription.type.free" : "zdarma",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 6ba059af8..93d94d065 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Ponovno učitavanje", 2 "app.errorHandler.action" : "Ponovno učitavanje",
3 "app.errorHandler.headline" : "Something went wrong", 3 "app.errorHandler.headline" : "Something went wrong",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Get a Franz Supporter License", 5 "feature.delayApp.action" : "Get a Ferdi Supporter License",
6 "feature.delayApp.headline" : "Please purchase a Franz Supporter License to skip waiting", 6 "feature.delayApp.headline" : "Please purchase a Ferdi Supporter License to skip waiting",
7 "feature.delayApp.text" : "Franz will continue in {seconds} seconds.", 7 "feature.delayApp.text" : "Ferdi will continue in {seconds} seconds.",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Nije moguće pristupiti Franz-ovim on-line servisima. ", 15 "global.api.unhealthy" : "Nije moguće pristupiti Franz-ovim on-line servisima. ",
16 "global.notConnectedToTheInternet" : "Niste povezani sa serverom.", 16 "global.notConnectedToTheInternet" : "Niste povezani sa serverom.",
17 "global.spellchecker.useDefault" : "Use System Default ({default})", 17 "global.spellchecker.useDefault" : "Use System Default ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Spell checking language", 20 "global.spellchecking.language" : "Spell checking language",
21 "import.headline" : "Uvezite svoje Franz 4 servise", 21 "import.headline" : "Uvezite svoje Ferdi 4 servise",
22 "import.notSupportedHeadline" : "Servis trenutno nije podržan u Franz 5", 22 "import.notSupportedHeadline" : "Servis trenutno nije podržan u Ferdi 5",
23 "import.skip.label" : "Желим да додам услуге ручно", 23 "import.skip.label" : "Желим да додам услуге ручно",
24 "import.submit.label" : "Uvezi servise", 24 "import.submit.label" : "Uvezi servise",
25 "infobar.buttonChangelog" : "Šta je novo? ", 25 "infobar.buttonChangelog" : "Šta je novo? ",
@@ -148,7 +148,7 @@
148 "settings.app.cacheInfo" : "Франз кеш тренутно користи {величина} простора на диску.", 148 "settings.app.cacheInfo" : "Франз кеш тренутно користи {величина} простора на диску.",
149 "settings.app.currentVersion" : "Trenutna verzija:", 149 "settings.app.currentVersion" : "Trenutna verzija:",
150 "settings.app.form.autoLaunchInBackground" : "Otvori u pozadini", 150 "settings.app.form.autoLaunchInBackground" : "Otvori u pozadini",
151 "settings.app.form.autoLaunchOnStart" : "Pokreni Franz sa sistemom", 151 "settings.app.form.autoLaunchOnStart" : "Pokreni Ferdi sa sistemom",
152 "settings.app.form.beta" : "Obuhvati i beta verzije", 152 "settings.app.form.beta" : "Obuhvati i beta verzije",
153 "settings.app.form.darkMode" : "Join the Dark Side", 153 "settings.app.form.darkMode" : "Join the Dark Side",
154 "settings.app.form.enableGPUAcceleration" : "Омогући убрзање графичке јединице", 154 "settings.app.form.enableGPUAcceleration" : "Омогући убрзање графичке јединице",
@@ -217,11 +217,11 @@
217 "settings.service.form.name" : "Ime", 217 "settings.service.form.name" : "Ime",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Settings",
219 "settings.service.form.proxy.host" : "Proxy Host\/IP", 219 "settings.service.form.proxy.host" : "Proxy Host\/IP",
220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Franz servers.", 220 "settings.service.form.proxy.info" : "Proxy settings will not synced with the Ferdi servers.",
221 "settings.service.form.proxy.isEnabled" : "Use Proxy", 221 "settings.service.form.proxy.isEnabled" : "Use Proxy",
222 "settings.service.form.proxy.password" : "Password (optional)", 222 "settings.service.form.proxy.password" : "Password (optional)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
224 "settings.service.form.proxy.restartInfo" : "Please restart Franz after changing proxy Settings.", 224 "settings.service.form.proxy.restartInfo" : "Please restart Ferdi after changing proxy Settings.",
225 "settings.service.form.proxy.user" : "User (optional)", 225 "settings.service.form.proxy.user" : "User (optional)",
226 "settings.service.form.saveButton" : "Sačuvaj uslugu\/e", 226 "settings.service.form.saveButton" : "Sačuvaj uslugu\/e",
227 "settings.service.form.tabHosted" : "Hostovano", 227 "settings.service.form.tabHosted" : "Hostovano",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Svi zvukovi su onemogućeni.", 238 "settings.services.tooltip.isMuted" : "Svi zvukovi su onemogućeni.",
239 "settings.services.tooltip.notificationsDisabled" : "Obavijesti su onemogućene.", 239 "settings.services.tooltip.notificationsDisabled" : "Obavijesti su onemogućene.",
240 "settings.services.updatedInfo" : "Vaše promjene su pohranjene.", 240 "settings.services.updatedInfo" : "Vaše promjene su pohranjene.",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Tim", 243 "settings.team.headline" : "Tim",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Pokušajte ponovno", 266 "settings.workspaces.tryReloadWorkspaces" : "Pokušajte ponovno",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Dodajte novu uslugu", 271 "sidebar.addNewService" : "Dodajte novu uslugu",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Ime", 280 "signup.firstname.label" : "Ime",
281 "signup.headline" : "Prijava", 281 "signup.headline" : "Prijava",
282 "signup.lastname.label" : "Prezime", 282 "signup.lastname.label" : "Prezime",
283 "signup.legal.info" : "Prilikom stvaranja Franz računa, slažete se sa sljedećim stavkama", 283 "signup.legal.info" : "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama",
284 "signup.legal.privacy" : "Изјава о приватности", 284 "signup.legal.privacy" : "Изјава о приватности",
285 "signup.legal.terms" : "Uvjeti korištenja", 285 "signup.legal.terms" : "Uvjeti korištenja",
286 "signup.link.login" : "Imate račun? Prijavite se.", 286 "signup.link.login" : "Imate račun? Prijavite se.",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 1dc5ce838..860030c11 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Tekrar Yükle", 2 "app.errorHandler.action" : "Tekrar Yükle",
3 "app.errorHandler.headline" : "Bir terslik çıktı", 3 "app.errorHandler.headline" : "Bir terslik çıktı",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Franz Destek Lisansı'nı alın", 5 "feature.delayApp.action" : "Ferdi Destek Lisansı'nı alın",
6 "feature.delayApp.headline" : "Beklememek için Franz Destek Lisansı'nı satın alın", 6 "feature.delayApp.headline" : "Beklememek için Ferdi Destek Lisansı'nı satın alın",
7 "feature.delayApp.text" : "Franz {seconds} saniye sonra devam edecek.", 7 "feature.delayApp.text" : "Ferdi {seconds} saniye sonra devam edecek.",
8 "feature.shareFranz.action.email" : "Mail olarak gönder", 8 "feature.shareFranz.action.email" : "Mail olarak gönder",
9 "feature.shareFranz.action.facebook" : "Facebook'ta Paylaş", 9 "feature.shareFranz.action.facebook" : "Facebook'ta Paylaş",
10 "feature.shareFranz.action.twitter" : "Twitter'da Paylaş", 10 "feature.shareFranz.action.twitter" : "Twitter'da Paylaş",
11 "feature.shareFranz.headline" : "Franz birlikte daha iyi!", 11 "feature.shareFranz.headline" : "Ferdi birlikte daha iyi!",
12 "feature.shareFranz.shareText.email" : "Franz'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.meetfranz.com adresinden edinin.", 12 "feature.shareFranz.shareText.email" : "Franz'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.meetfranz.com adresinden edinin.",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Arkadaşlarına ve meslektaşlarına Franz'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.", 14 "feature.shareFranz.text" : "Arkadaşlarına ve meslektaşlarına Franz'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.",
15 "global.api.unhealthy" : "Franz hizmetlerine şu anda erişilemiyor", 15 "global.api.unhealthy" : "Ferdi hizmetlerine şu anda erişilemiyor",
16 "global.notConnectedToTheInternet" : "İnternete bağlı değilsiniz.", 16 "global.notConnectedToTheInternet" : "İnternete bağlı değilsiniz.",
17 "global.spellchecker.useDefault" : "Sistem Dilini Kullan ({default})", 17 "global.spellchecker.useDefault" : "Sistem Dilini Kullan ({default})",
18 "global.spellchecking.autodetect" : "Dili otomatik tespit et", 18 "global.spellchecking.autodetect" : "Dili otomatik tespit et",
19 "global.spellchecking.autodetect.short" : "Otomatik", 19 "global.spellchecking.autodetect.short" : "Otomatik",
20 "global.spellchecking.language" : "İmla kontrol dili", 20 "global.spellchecking.language" : "İmla kontrol dili",
21 "import.headline" : "Franz 4 servislerinizi içeri aktarın", 21 "import.headline" : "Ferdi 4 servislerinizi içeri aktarın",
22 "import.notSupportedHeadline" : "Henüz Franz 5'te desteklenmeyen servisler", 22 "import.notSupportedHeadline" : "Henüz Ferdi 5'te desteklenmeyen servisler",
23 "import.skip.label" : "Servisleri kendim eklemek istiyorum", 23 "import.skip.label" : "Servisleri kendim eklemek istiyorum",
24 "import.submit.label" : "Servisleri içe aktar", 24 "import.submit.label" : "Servisleri içe aktar",
25 "infobar.buttonChangelog" : "Yeni ne var?", 25 "infobar.buttonChangelog" : "Yeni ne var?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Hizmetleri yeniden yükle", 27 "infobar.buttonReloadServices" : "Hizmetleri yeniden yükle",
28 "infobar.requiredRequestsFailed" : "Hizmetler ve kullanıcı bilgileri yüklenemedi", 28 "infobar.requiredRequestsFailed" : "Hizmetler ve kullanıcı bilgileri yüklenemedi",
29 "infobar.servicesUpdated" : "Hizmetleriniz güncellendi.", 29 "infobar.servicesUpdated" : "Hizmetleriniz güncellendi.",
30 "infobar.updateAvailable" : "Yeni Franz güncellemesi mevcut.", 30 "infobar.updateAvailable" : "Yeni Ferdi güncellemesi mevcut.",
31 "invite.email.label" : "E-posta adresi", 31 "invite.email.label" : "E-posta adresi",
32 "invite.headline.friends" : "3 arkadaşını ya da çalışma arkadaşını davet et", 32 "invite.headline.friends" : "3 arkadaşını ya da çalışma arkadaşını davet et",
33 "invite.name.label" : "Ad", 33 "invite.name.label" : "Ad",
@@ -43,7 +43,7 @@
43 "login.serverLogout" : "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.", 43 "login.serverLogout" : "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.",
44 "login.submit.label" : "Oturum Aç", 44 "login.submit.label" : "Oturum Aç",
45 "login.tokenExpired" : "Oturum zaman aşımına uğradı, lütfen tekrar giriş yapın.", 45 "login.tokenExpired" : "Oturum zaman aşımına uğradı, lütfen tekrar giriş yapın.",
46 "menu.app.about" : "Franz Hakkında", 46 "menu.app.about" : "Ferdi Hakkında",
47 "menu.app.announcement" : "What's new?", 47 "menu.app.announcement" : "What's new?",
48 "menu.app.checkForUpdates" : "Güncellemeleri kontrol et", 48 "menu.app.checkForUpdates" : "Güncellemeleri kontrol et",
49 "menu.app.hide" : "Gizle", 49 "menu.app.hide" : "Gizle",
@@ -127,7 +127,7 @@
127 "settings.account.buttonSave" : "Profili güncelle", 127 "settings.account.buttonSave" : "Profili güncelle",
128 "settings.account.deleteAccount" : "Hesabı sil", 128 "settings.account.deleteAccount" : "Hesabı sil",
129 "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!", 129 "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!",
130 "settings.account.deleteInfo" : "Franz hesabınıza artık ihtiyaç duymuyorsanız, hesabınızı ve buradaki bütün bağlantılı bilgilerinizi silebilirsiniz.", 130 "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.",
131 "settings.account.headline" : "Hesap", 131 "settings.account.headline" : "Hesap",
132 "settings.account.headlineAccount" : "Hesap bilgileri", 132 "settings.account.headlineAccount" : "Hesap bilgileri",
133 "settings.account.headlineDangerZone" : "Tehlike Bölgesi", 133 "settings.account.headlineDangerZone" : "Tehlike Bölgesi",
@@ -145,7 +145,7 @@
145 "settings.app.buttonClearAllCache" : "Önbelleği temizle", 145 "settings.app.buttonClearAllCache" : "Önbelleği temizle",
146 "settings.app.buttonInstallUpdate" : "Yeniden Başlat ve Güncelleştirmeleri Kur", 146 "settings.app.buttonInstallUpdate" : "Yeniden Başlat ve Güncelleştirmeleri Kur",
147 "settings.app.buttonSearchForUpdate" : "Güncellemeleri kontrol et", 147 "settings.app.buttonSearchForUpdate" : "Güncellemeleri kontrol et",
148 "settings.app.cacheInfo" : "Franz önbelleği şu anda {size} disk alanı kullanıyor.", 148 "settings.app.cacheInfo" : "Ferdi önbelleği şu anda {size} disk alanı kullanıyor.",
149 "settings.app.currentVersion" : "Geçerli sürüm:", 149 "settings.app.currentVersion" : "Geçerli sürüm:",
150 "settings.app.form.autoLaunchInBackground" : "Arka planda aç", 150 "settings.app.form.autoLaunchInBackground" : "Arka planda aç",
151 "settings.app.form.autoLaunchOnStart" : "Franz'ı başlangıçta aç", 151 "settings.app.form.autoLaunchOnStart" : "Franz'ı başlangıçta aç",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "{name} Ekle", 195 "settings.service.form.addServiceHeadline" : "{name} Ekle",
196 "settings.service.form.availableServices" : "Mevcut servisler", 196 "settings.service.form.availableServices" : "Mevcut servisler",
197 "settings.service.form.customUrl" : "Özel sunucu", 197 "settings.service.form.customUrl" : "Özel sunucu",
198 "settings.service.form.customUrlPremiumInfo" : "Kendi barındırdığın servisi ekleyebilmek için Franz Premium Destek Hesabına ihtiyacın var.", 198 "settings.service.form.customUrlPremiumInfo" : "Kendi barındırdığın servisi ekleyebilmek için Ferdi Premium Destek Hesabına ihtiyacın var.",
199 "settings.service.form.customUrlUpgradeAccount" : "Hesabını yükselt", 199 "settings.service.form.customUrlUpgradeAccount" : "Hesabını yükselt",
200 "settings.service.form.customUrlValidationError" : "{name} özel sunucu doğrulanamadı.", 200 "settings.service.form.customUrlValidationError" : "{name} özel sunucu doğrulanamadı.",
201 "settings.service.form.deleteButton" : "Servisi sil", 201 "settings.service.form.deleteButton" : "Servisi sil",
@@ -217,7 +217,7 @@
217 "settings.service.form.name" : "İsim", 217 "settings.service.form.name" : "İsim",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Ayarları", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS Proxy Ayarları",
219 "settings.service.form.proxy.host" : "Proxy Sunucusu\/IP", 219 "settings.service.form.proxy.host" : "Proxy Sunucusu\/IP",
220 "settings.service.form.proxy.info" : "Proxy ayarları Franz serverlarına yüklenmeyecektir.", 220 "settings.service.form.proxy.info" : "Proxy ayarları Ferdi serverlarına yüklenmeyecektir.",
221 "settings.service.form.proxy.isEnabled" : "Proxy Kullan", 221 "settings.service.form.proxy.isEnabled" : "Proxy Kullan",
222 "settings.service.form.proxy.password" : "Parola (opsiyonel)", 222 "settings.service.form.proxy.password" : "Parola (opsiyonel)",
223 "settings.service.form.proxy.port" : "Port", 223 "settings.service.form.proxy.port" : "Port",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Tüm sesler kapalı", 238 "settings.services.tooltip.isMuted" : "Tüm sesler kapalı",
239 "settings.services.tooltip.notificationsDisabled" : "Bildirimler devre dışı", 239 "settings.services.tooltip.notificationsDisabled" : "Bildirimler devre dışı",
240 "settings.services.updatedInfo" : "Değişikliklerin kaydedildi", 240 "settings.services.updatedInfo" : "Değişikliklerin kaydedildi",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Takım", 243 "settings.team.headline" : "Takım",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Tekrar deneyin", 266 "settings.workspaces.tryReloadWorkspaces" : "Tekrar deneyin",
267 "settings.workspaces.updatedInfo" : "Değişikliklerin kaydedildi", 267 "settings.workspaces.updatedInfo" : "Değişikliklerin kaydedildi",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Yeni servis ekle", 271 "sidebar.addNewService" : "Yeni servis ekle",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Servisler için proxy desteği", 294 "subscription.features.proxy" : "Servisler için proxy desteği",
295 "subscription.features.spellchecker" : "Yazım denetleyicisi desteği", 295 "subscription.features.spellchecker" : "Yazım denetleyicisi desteği",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Ücretli Franz Premium Destekçi Hesabına dahil", 297 "subscription.includedFeatures" : "Ücretli Ferdi Premium Destekçi Hesabına dahil",
298 "subscription.paymentSessionError" : "Ödeme formu başlatılamadı", 298 "subscription.paymentSessionError" : "Ödeme formu başlatılamadı",
299 "subscription.submit.label" : "Franz'ın gelişimini desteklemek istiyorum", 299 "subscription.submit.label" : "Franz'ın gelişimini desteklemek istiyorum",
300 "subscription.type.free" : "ücretsiz", 300 "subscription.type.free" : "ücretsiz",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/ua.json b/src/i18n/locales/ua.json
index fcb99c4e4..d7486018b 100644
--- a/src/i18n/locales/ua.json
+++ b/src/i18n/locales/ua.json
@@ -29,15 +29,15 @@
29 "signup.submit.label": "Створити акаунт", 29 "signup.submit.label": "Створити акаунт",
30 "signup.link.login": "У вас вже є обліковий запис, увійти?", 30 "signup.link.login": "У вас вже є обліковий запис, увійти?",
31 "signup.emailDuplicate": "Користувач із цією email адресою вже існує", 31 "signup.emailDuplicate": "Користувач із цією email адресою вже існує",
32 "signup.legal.info": "Створенням акаунту Franz ви приймаєте", 32 "signup.legal.info": "Створенням акаунту Ferdi ви приймаєте",
33 "signup.legal.terms": "Умови використання", 33 "signup.legal.terms": "Умови використання",
34 "signup.legal.privacy": "Заява про конфіденційність", 34 "signup.legal.privacy": "Заява про конфіденційність",
35 "pricing.headline": "Підтримайте Franz", 35 "pricing.headline": "Підтримайте Franz",
36 "pricing.support.label": "Виберіть свій план підтримки", 36 "pricing.support.label": "Виберіть свій план підтримки",
37 "pricing.submit.label": "Я хочу підтримати розробку Franz", 37 "pricing.submit.label": "Я хочу підтримати розробку Franz",
38 "pricing.link.skipPayment": "Я не хочу підтримувати розробку Franz.", 38 "pricing.link.skipPayment": "Я не хочу підтримувати розробку Franz.",
39 "import.headline": "Імпортувати ваші сервіси з Franz 4", 39 "import.headline": "Імпортувати ваші сервіси з Ferdi 4",
40 "import.notSupportedHeadline": "Сервіси ще не підтримуються в Franz 5", 40 "import.notSupportedHeadline": "Сервіси ще не підтримуються в Ferdi 5",
41 "import.submit.label": "Імпортувати сервіси", 41 "import.submit.label": "Імпортувати сервіси",
42 "import.skip.label": "Я хочу додати сервіси вручну", 42 "import.skip.label": "Я хочу додати сервіси вручну",
43 "invite.submit.label": "Відправити запрошення", 43 "invite.submit.label": "Відправити запрошення",
@@ -47,7 +47,7 @@
47 "invite.skip.label": "Я хочу зробити це пізніше", 47 "invite.skip.label": "Я хочу зробити це пізніше",
48 "subscription.submit.label": "Я хочу підтримати розробку Franz", 48 "subscription.submit.label": "Я хочу підтримати розробку Franz",
49 "subscription.paymentSessionError": "Не вдалося ініціалізувати форму платежу", 49 "subscription.paymentSessionError": "Не вдалося ініціалізувати форму платежу",
50 "subscription.includedFeatures": "Платний Преміальний Акаунт Прихильника Franz включає", 50 "subscription.includedFeatures": "Платний Преміальний Акаунт Прихильника Ferdi включає",
51 "subscription.features.onpremise": "Додайте on-premise / hosted сервіси, такі як Hipchat", 51 "subscription.features.onpremise": "Додайте on-premise / hosted сервіси, такі як Hipchat",
52 "subscription.features.customServices": "Приватні сервіси для вас і вашої команди", 52 "subscription.features.customServices": "Приватні сервіси для вас і вашої команди",
53 "subscription.features.encryptedSync": "Шифрована синхронізація сеансу", 53 "subscription.features.encryptedSync": "Шифрована синхронізація сеансу",
@@ -55,7 +55,7 @@
55 "subscription.features.ads": "Жодної реклами!", 55 "subscription.features.ads": "Жодної реклами!",
56 "subscription.features.comingSoon": "очікуйте незабаром", 56 "subscription.features.comingSoon": "очікуйте незабаром",
57 "infobar.servicesUpdated": "Ваші сервіси було оновлено.", 57 "infobar.servicesUpdated": "Ваші сервіси було оновлено.",
58 "infobar.updateAvailable": "Нове оновлення для Franz доступне.", 58 "infobar.updateAvailable": "Нове оновлення для Ferdi доступне.",
59 "infobar.buttonReloadServices": "Перезавантажити сервіси", 59 "infobar.buttonReloadServices": "Перезавантажити сервіси",
60 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення", 60 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення",
61 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача", 61 "infobar.requiredRequestsFailed": "Не вдалося завантажити сервіси та інформацію користувача",
@@ -79,7 +79,7 @@
79 "settings.account.headlinePassword": "Змінити пароль", 79 "settings.account.headlinePassword": "Змінити пароль",
80 "settings.account.successInfo": "Ваші зміни були збережені", 80 "settings.account.successInfo": "Ваші зміни були збережені",
81 "settings.account.buttonSave": "Оновити профіль", 81 "settings.account.buttonSave": "Оновити профіль",
82 "settings.account.mining.thankyou": "Дякую, що підтримуєте Franz своєю обчислювальною потужністю.", 82 "settings.account.mining.thankyou": "Дякую, що підтримуєте Ferdi своєю обчислювальною потужністю.",
83 "settings.account.mining.active": "Ви зараз здійснюєте {hashes} розрахунків за секунду.", 83 "settings.account.mining.active": "Ви зараз здійснюєте {hashes} розрахунків за секунду.",
84 "settings.account.mining.moreInformation": "Отримати більше інформації", 84 "settings.account.mining.moreInformation": "Отримати більше інформації",
85 "settings.account.mining.cancel": "Скасувати видобуток", 85 "settings.account.mining.cancel": "Скасувати видобуток",
@@ -125,10 +125,10 @@
125 "settings.app.updateStatusSearching": "Шукає оновлення", 125 "settings.app.updateStatusSearching": "Шукає оновлення",
126 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...", 126 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...",
127 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Franz", 127 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Franz",
128 "settings.app.form.autoLaunchOnStart": "Запускати Franz на початку", 128 "settings.app.form.autoLaunchOnStart": "Запускати Ferdi на початку",
129 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі", 129 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі",
130 "settings.app.form.minimizeToSystemTray": "Мінімізувати Franz до системного лотка", 130 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка",
131 "settings.app.form.runInBackground": "Тримати Franz в фоні при закритті вікна", 131 "settings.app.form.runInBackground": "Тримати Ferdi в фоні при закритті вікна",
132 "settings.app.form.language": "Мова", 132 "settings.app.form.language": "Мова",
133 "settings.app.form.beta": "Включити бета-версії", 133 "settings.app.form.beta": "Включити бета-версії",
134 "settings.app.currentVersion": "Поточна версія:", 134 "settings.app.currentVersion": "Поточна версія:",
@@ -150,12 +150,12 @@
150 "subscription.type.free": "безплатно", 150 "subscription.type.free": "безплатно",
151 "subscription.type.month": "місяць", 151 "subscription.type.month": "місяць",
152 "subscription.type.year": "рік", 152 "subscription.type.year": "рік",
153 "subscription.type.mining": "Підтримати Franz обчислювальною потужністю", 153 "subscription.type.mining": "Підтримати Ferdi обчислювальною потужністю",
154 "subscription.mining.headline": "Як це працює?", 154 "subscription.mining.headline": "Як це працює?",
155 "subscription.mining.experimental": "експериментальний", 155 "subscription.mining.experimental": "експериментальний",
156 "subscription.mining.line1": "Вмикаючи \"Підтримати обчислювальною потужністю\", Franz буде використовувати приблизно 20-50% вашого процесора щоб майнити криптовалюту Monero, що приблизно рівне $ 5/рік.", 156 "subscription.mining.line1": "Вмикаючи \"Підтримати обчислювальною потужністю\", Ferdi буде використовувати приблизно 20-50% вашого процесора щоб майнити криптовалюту Monero, що приблизно рівне $ 5/рік.",
157 "subscription.mining.line2": "Ми адаптуємо використання процесора відповідно до вашої поведінки, щоб не виснажувати акумулятор, не сповільнити вашу роботу і роботу вашої машини.", 157 "subscription.mining.line2": "Ми адаптуємо використання процесора відповідно до вашої поведінки, щоб не виснажувати акумулятор, не сповільнити вашу роботу і роботу вашої машини.",
158 "subscription.mining.line3": "Поки майнер активний, ви матимете необмежений доступ до всіх особливостей підтримки Franz Premium.", 158 "subscription.mining.line3": "Поки майнер активний, ви матимете необмежений доступ до всіх особливостей підтримки Ferdi Premium.",
159 "subscription.mining.moreInformation": "Отримати більше інформації про цей план.", 159 "subscription.mining.moreInformation": "Отримати більше інформації про цей план.",
160 "subscriptionPopup.buttonCancel": "Відмінити", 160 "subscriptionPopup.buttonCancel": "Відмінити",
161 "subscriptionPopup.buttonDone": "Готово", 161 "subscriptionPopup.buttonDone": "Готово",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 8d68590fb..fe8f44d19 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "Перезавантажити", 2 "app.errorHandler.action" : "Перезавантажити",
3 "app.errorHandler.headline" : "Щось пішло не так", 3 "app.errorHandler.headline" : "Щось пішло не так",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "Отримати ліцензію Franz Supporter ", 5 "feature.delayApp.action" : "Отримати ліцензію Ferdi Supporter ",
6 "feature.delayApp.headline" : "Будь ласка, придбайте ліцензію Franz Supporter аби пропустити очікування", 6 "feature.delayApp.headline" : "Будь ласка, придбайте ліцензію Ferdi Supporter аби пропустити очікування",
7 "feature.delayApp.text" : "Franz відновить роботу за {seconds} секунд", 7 "feature.delayApp.text" : "Ferdi відновить роботу за {seconds} секунд",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "Не можливо підключитись до онлайн сервісів Franz", 15 "global.api.unhealthy" : "Не можливо підключитись до онлайн сервісів Franz",
16 "global.notConnectedToTheInternet" : "Ви не підключені до Інтернету.", 16 "global.notConnectedToTheInternet" : "Ви не підключені до Інтернету.",
17 "global.spellchecker.useDefault" : "Використовувати системні параметри за змовчуванням ({default})", 17 "global.spellchecker.useDefault" : "Використовувати системні параметри за змовчуванням ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "Мова перевірки правопису", 20 "global.spellchecking.language" : "Мова перевірки правопису",
21 "import.headline" : "Імпортувати ваші сервіси з Franz 4", 21 "import.headline" : "Імпортувати ваші сервіси з Ferdi 4",
22 "import.notSupportedHeadline" : "Наразі сервіси не підтримуються у Franz 5", 22 "import.notSupportedHeadline" : "Наразі сервіси не підтримуються у Ferdi 5",
23 "import.skip.label" : "Я бажаю додати сервіс вручну", 23 "import.skip.label" : "Я бажаю додати сервіс вручну",
24 "import.submit.label" : "Імпортувати сервіси", 24 "import.submit.label" : "Імпортувати сервіси",
25 "infobar.buttonChangelog" : "Що нового?", 25 "infobar.buttonChangelog" : "Що нового?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "Перезавантажити сервіси", 27 "infobar.buttonReloadServices" : "Перезавантажити сервіси",
28 "infobar.requiredRequestsFailed" : "Не вдалося завантажити сервіси та інформацію користувача", 28 "infobar.requiredRequestsFailed" : "Не вдалося завантажити сервіси та інформацію користувача",
29 "infobar.servicesUpdated" : "Ваші сервіси було оновлено.", 29 "infobar.servicesUpdated" : "Ваші сервіси було оновлено.",
30 "infobar.updateAvailable" : "Нове оновлення для Franz доступне.", 30 "infobar.updateAvailable" : "Нове оновлення для Ferdi доступне.",
31 "invite.email.label" : "Email адреса", 31 "invite.email.label" : "Email адреса",
32 "invite.headline.friends" : "Запросіть 3-х ваших друзів або колег", 32 "invite.headline.friends" : "Запросіть 3-х ваших друзів або колег",
33 "invite.name.label" : "Ім'я", 33 "invite.name.label" : "Ім'я",
@@ -148,15 +148,15 @@
148 "settings.app.cacheInfo" : "Кеш, який використовує Franz, займає {size} дискового простору.", 148 "settings.app.cacheInfo" : "Кеш, який використовує Franz, займає {size} дискового простору.",
149 "settings.app.currentVersion" : "Поточна версія:", 149 "settings.app.currentVersion" : "Поточна версія:",
150 "settings.app.form.autoLaunchInBackground" : "Відкрити у фоновому режимі", 150 "settings.app.form.autoLaunchInBackground" : "Відкрити у фоновому режимі",
151 "settings.app.form.autoLaunchOnStart" : "Запускати Franz на початку", 151 "settings.app.form.autoLaunchOnStart" : "Запускати Ferdi на початку",
152 "settings.app.form.beta" : "Включити бета-версії", 152 "settings.app.form.beta" : "Включити бета-версії",
153 "settings.app.form.darkMode" : "Переходь на Темну Сторону", 153 "settings.app.form.darkMode" : "Переходь на Темну Сторону",
154 "settings.app.form.enableGPUAcceleration" : "Ввімкнути прискорення GPU", 154 "settings.app.form.enableGPUAcceleration" : "Ввімкнути прискорення GPU",
155 "settings.app.form.enableSpellchecking" : "Увімкнути перевірку орфографії", 155 "settings.app.form.enableSpellchecking" : "Увімкнути перевірку орфографії",
156 "settings.app.form.enableSystemTray" : "Показувати Franz у системному лотку", 156 "settings.app.form.enableSystemTray" : "Показувати Ferdi у системному лотку",
157 "settings.app.form.language" : "Мова", 157 "settings.app.form.language" : "Мова",
158 "settings.app.form.minimizeToSystemTray" : "Мінімізувати Franz до системного лотка", 158 "settings.app.form.minimizeToSystemTray" : "Мінімізувати Ferdi до системного лотка",
159 "settings.app.form.runInBackground" : "Тримати Franz в фоні при закритті вікна", 159 "settings.app.form.runInBackground" : "Тримати Ferdi в фоні при закритті вікна",
160 "settings.app.form.showDisabledServices" : "Показати вкладку вимкнених сервісів", 160 "settings.app.form.showDisabledServices" : "Показати вкладку вимкнених сервісів",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "Показувати значок непрочитаних повідомлень коли сповіщення вимкнені", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "Показувати значок непрочитаних повідомлень коли сповіщення вимкнені",
162 "settings.app.headline" : "Налаштування", 162 "settings.app.headline" : "Налаштування",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "Зміни потребують перезапуску", 169 "settings.app.restartRequired" : "Зміни потребують перезапуску",
170 "settings.app.subheadlineCache" : "Кеш", 170 "settings.app.subheadlineCache" : "Кеш",
171 "settings.app.translationHelp" : "Допоможіть перекласти Franz на Вашу мову.", 171 "settings.app.translationHelp" : "Допоможіть перекласти Ferdi на Вашу мову.",
172 "settings.app.updateStatusAvailable" : "Оновлення доступне, завантаження...", 172 "settings.app.updateStatusAvailable" : "Оновлення доступне, завантаження...",
173 "settings.app.updateStatusSearching" : "Шукає оновлення", 173 "settings.app.updateStatusSearching" : "Шукає оновлення",
174 "settings.app.updateStatusUpToDate" : "Ви використовуєте останню версію Franz", 174 "settings.app.updateStatusUpToDate" : "Ви використовуєте останню версію Franz",
@@ -221,7 +221,7 @@
221 "settings.service.form.proxy.isEnabled" : "Використовувати проксі", 221 "settings.service.form.proxy.isEnabled" : "Використовувати проксі",
222 "settings.service.form.proxy.password" : "Пароль (опційно)", 222 "settings.service.form.proxy.password" : "Пароль (опційно)",
223 "settings.service.form.proxy.port" : "Порт", 223 "settings.service.form.proxy.port" : "Порт",
224 "settings.service.form.proxy.restartInfo" : "Будь ласка, перезапустіть Franz після зміни налуштувань проксі", 224 "settings.service.form.proxy.restartInfo" : "Будь ласка, перезапустіть Ferdi після зміни налуштувань проксі",
225 "settings.service.form.proxy.user" : "Користувач (опційно)", 225 "settings.service.form.proxy.user" : "Користувач (опційно)",
226 "settings.service.form.saveButton" : "Зберегти сервіс", 226 "settings.service.form.saveButton" : "Зберегти сервіс",
227 "settings.service.form.tabHosted" : "Розміщений", 227 "settings.service.form.tabHosted" : "Розміщений",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "Всі звуки вимкнено", 238 "settings.services.tooltip.isMuted" : "Всі звуки вимкнено",
239 "settings.services.tooltip.notificationsDisabled" : "Сповіщення відключені", 239 "settings.services.tooltip.notificationsDisabled" : "Сповіщення відключені",
240 "settings.services.updatedInfo" : "Ваші зміни були збережені", 240 "settings.services.updatedInfo" : "Ваші зміни були збережені",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "Команда", 243 "settings.team.headline" : "Команда",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "Спробуйте ще раз", 266 "settings.workspaces.tryReloadWorkspaces" : "Спробуйте ще раз",
267 "settings.workspaces.updatedInfo" : "Ваші зміни були збережені", 267 "settings.workspaces.updatedInfo" : "Ваші зміни були збережені",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "Додати новий сервіс", 271 "sidebar.addNewService" : "Додати новий сервіс",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "Ім`я", 280 "signup.firstname.label" : "Ім`я",
281 "signup.headline" : "Увійти", 281 "signup.headline" : "Увійти",
282 "signup.lastname.label" : "Прізвище", 282 "signup.lastname.label" : "Прізвище",
283 "signup.legal.info" : "Створенням акаунту Franz ви приймаєте", 283 "signup.legal.info" : "Створенням акаунту Ferdi ви приймаєте",
284 "signup.legal.privacy" : "Політика конфіденційності", 284 "signup.legal.privacy" : "Політика конфіденційності",
285 "signup.legal.terms" : "Умови використання", 285 "signup.legal.terms" : "Умови використання",
286 "signup.link.login" : "У вас вже є обліковий запис, увійти?", 286 "signup.link.login" : "У вас вже є обліковий запис, увійти?",
@@ -294,7 +294,7 @@
294 "subscription.features.proxy" : "Підтримка проксі ", 294 "subscription.features.proxy" : "Підтримка проксі ",
295 "subscription.features.spellchecker" : "Підтримка перевірки правопису", 295 "subscription.features.spellchecker" : "Підтримка перевірки правопису",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Платний Преміальний Акаунт Прихильника Franz включає", 297 "subscription.includedFeatures" : "Платний Преміальний Акаунт Прихильника Ferdi включає",
298 "subscription.paymentSessionError" : "Не вдалося ініціалізувати форму платежу", 298 "subscription.paymentSessionError" : "Не вдалося ініціалізувати форму платежу",
299 "subscription.submit.label" : "Я хочу підтримати розробку Franz", 299 "subscription.submit.label" : "Я хочу підтримати розробку Franz",
300 "subscription.type.free" : "безплатно", 300 "subscription.type.free" : "безплатно",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/locales/zh-Hant.json b/src/i18n/locales/zh-Hant.json
index e52b9ca26..852fbf67c 100644
--- a/src/i18n/locales/zh-Hant.json
+++ b/src/i18n/locales/zh-Hant.json
@@ -34,10 +34,10 @@
34 "signup.legal.privacy": "隱私聲明", 34 "signup.legal.privacy": "隱私聲明",
35 "pricing.headline": "贊助 Franz", 35 "pricing.headline": "贊助 Franz",
36 "pricing.support.label": "選擇贊助方案", 36 "pricing.support.label": "選擇贊助方案",
37 "pricing.submit.label": "我想協助 Franz 的開發", 37 "pricing.submit.label": "我想協助 Ferdi 的開發",
38 "pricing.link.skipPayment": "我不想協助 Franz 的開發", 38 "pricing.link.skipPayment": "我不想協助 Ferdi 的開發",
39 "import.headline": "匯入您的 Franz 4 服務", 39 "import.headline": "匯入您的 Ferdi 4 服務",
40 "import.notSupportedHeadline": "此服務不被 Franz 5 支持", 40 "import.notSupportedHeadline": "此服務不被 Ferdi 5 支持",
41 "import.submit.label": "匯入服務", 41 "import.submit.label": "匯入服務",
42 "import.skip.label": "我想手動匯入", 42 "import.skip.label": "我想手動匯入",
43 "invite.submit.label": "Send invites", 43 "invite.submit.label": "Send invites",
@@ -45,9 +45,9 @@
45 "invite.name.label": "名子", 45 "invite.name.label": "名子",
46 "invite.email.label": "電子郵件信箱", 46 "invite.email.label": "電子郵件信箱",
47 "invite.skip.label": "我想晚點進行", 47 "invite.skip.label": "我想晚點進行",
48 "subscription.submit.label": "我想協助 Franz 的開發", 48 "subscription.submit.label": "我想協助 Ferdi 的開發",
49 "subscription.paymentSessionError": "無法初始化付費表單", 49 "subscription.paymentSessionError": "無法初始化付費表單",
50 "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", 50 "subscription.includedFeatures": "Paid Ferdi Premium Supporter Account includes",
51 "subscription.features.onpremise": "Add on-premise/hosted services like HipChat", 51 "subscription.features.onpremise": "Add on-premise/hosted services like HipChat",
52 "subscription.features.customServices": "Private services for you and your team", 52 "subscription.features.customServices": "Private services for you and your team",
53 "subscription.features.encryptedSync": "Encrypted session synchronization", 53 "subscription.features.encryptedSync": "Encrypted session synchronization",
@@ -102,7 +102,7 @@
102 "settings.service.form.tabHosted": "Hosted", 102 "settings.service.form.tabHosted": "Hosted",
103 "settings.service.form.tabOnPremise": "Self hosted ⭐️", 103 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
104 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 104 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
105 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Franz Premium Supporter Account.", 105 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
106 "settings.service.form.customUrlUpgradeAccount": "升級帳戶", 106 "settings.service.form.customUrlUpgradeAccount": "升級帳戶",
107 "settings.service.form.indirectMessageInfo": "除了 @username, @channel, @here 之外,當您參與的頻道有訊息時,就會通知", 107 "settings.service.form.indirectMessageInfo": "除了 @username, @channel, @here 之外,當您參與的頻道有訊息時,就會通知",
108 "settings.service.error.headline": "錯誤", 108 "settings.service.error.headline": "錯誤",
@@ -153,7 +153,7 @@
153 "subscription.type.mining": "用您機器的計算能力來贊助 Franz", 153 "subscription.type.mining": "用您機器的計算能力來贊助 Franz",
154 "subscription.mining.headline": "如何進行的?", 154 "subscription.mining.headline": "如何進行的?",
155 "subscription.mining.experimental": "實驗性功能", 155 "subscription.mining.experimental": "實驗性功能",
156 "subscription.mining.line1": "Franz 運用您CPU的20%至50%的運算能力來挖門羅幣(一種開源加密貨幣),每年約莫可得到5美元。", 156 "subscription.mining.line1": "Ferdi 運用您CPU的20%至50%的運算能力來挖門羅幣(一種開源加密貨幣),每年約莫可得到5美元。",
157 "subscription.mining.line2": "我們會調整運算強度,避免消耗過多電池電量及影響效能。", 157 "subscription.mining.line2": "我們會調整運算強度,避免消耗過多電池電量及影響效能。",
158 "subscription.mining.line3": "當您允許我們挖掘門羅幣之時,我們便允許您使用全部的加值服務。", 158 "subscription.mining.line3": "當您允許我們挖掘門羅幣之時,我們便允許您使用全部的加值服務。",
159 "subscription.mining.moreInformation": "取得更多資訊", 159 "subscription.mining.moreInformation": "取得更多資訊",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index aa6247063..dd004c821 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -1,25 +1,25 @@
1{ 1{
2 "app.errorHandler.action" : "重新載入", 2 "app.errorHandler.action" : "重新載入",
3 "app.errorHandler.headline" : "有些東西出錯了", 3 "app.errorHandler.headline" : "有些東西出錯了",
4 "feature.announcements.changelog.headline" : "Changes in Franz {version}", 4 "feature.announcements.changelog.headline" : "Changes in Ferdi {version}",
5 "feature.delayApp.action" : "取得 Franz 支援授權", 5 "feature.delayApp.action" : "取得 Ferdi 支援授權",
6 "feature.delayApp.headline" : "請購買 Franz 支援授權以跳過等候", 6 "feature.delayApp.headline" : "請購買 Ferdi 支援授權以跳過等候",
7 "feature.delayApp.text" : "Franz 會在 {seconds} 秒後繼續。", 7 "feature.delayApp.text" : "Ferdi 會在 {seconds} 秒後繼續。",
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" : "Franz is better together!", 11 "feature.shareFranz.headline" : "Ferdi is better together!",
12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 12 "feature.shareFranz.shareText.email" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger", 13 "feature.shareFranz.shareText.twitter" : "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com \/cc @FranzMessenger",
14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 14 "feature.shareFranz.text" : "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
15 "global.api.unhealthy" : "無法連線至 Franz 的伺服器", 15 "global.api.unhealthy" : "無法連線至 Ferdi 的伺服器",
16 "global.notConnectedToTheInternet" : "你沒有連上網路。", 16 "global.notConnectedToTheInternet" : "你沒有連上網路。",
17 "global.spellchecker.useDefault" : "使用系統預設 ({default})", 17 "global.spellchecker.useDefault" : "使用系統預設 ({default})",
18 "global.spellchecking.autodetect" : "Detect language automatically", 18 "global.spellchecking.autodetect" : "Detect language automatically",
19 "global.spellchecking.autodetect.short" : "Automatic", 19 "global.spellchecking.autodetect.short" : "Automatic",
20 "global.spellchecking.language" : "拼字檢查語言", 20 "global.spellchecking.language" : "拼字檢查語言",
21 "import.headline" : "匯入 Franz 4 的服務", 21 "import.headline" : "匯入 Ferdi 4 的服務",
22 "import.notSupportedHeadline" : "Franz 5 尚未支援此服務", 22 "import.notSupportedHeadline" : "Ferdi 5 尚未支援此服務",
23 "import.skip.label" : "手動添加服務", 23 "import.skip.label" : "手動添加服務",
24 "import.submit.label" : "匯入服務", 24 "import.submit.label" : "匯入服務",
25 "infobar.buttonChangelog" : "有什麼新功能呢?", 25 "infobar.buttonChangelog" : "有什麼新功能呢?",
@@ -27,7 +27,7 @@
27 "infobar.buttonReloadServices" : "重新載入服務", 27 "infobar.buttonReloadServices" : "重新載入服務",
28 "infobar.requiredRequestsFailed" : "無法載入服務和使用者資訊", 28 "infobar.requiredRequestsFailed" : "無法載入服務和使用者資訊",
29 "infobar.servicesUpdated" : "已經更新你的服務", 29 "infobar.servicesUpdated" : "已經更新你的服務",
30 "infobar.updateAvailable" : "Franz 有可用的更新", 30 "infobar.updateAvailable" : "Ferdi 有可用的更新",
31 "invite.email.label" : "電子郵件地址", 31 "invite.email.label" : "電子郵件地址",
32 "invite.headline.friends" : "邀請 3 位朋友或同事", 32 "invite.headline.friends" : "邀請 3 位朋友或同事",
33 "invite.name.label" : "名稱", 33 "invite.name.label" : "名稱",
@@ -104,8 +104,8 @@
104 "password.successInfo" : "請檢查您的電子郵件", 104 "password.successInfo" : "請檢查您的電子郵件",
105 "premiumFeature.button.upgradeAccount" : "升級帳號", 105 "premiumFeature.button.upgradeAccount" : "升級帳號",
106 "pricing.headline" : "支持 Franz", 106 "pricing.headline" : "支持 Franz",
107 "pricing.link.skipPayment" : "我不想支持 Franz 的開發。", 107 "pricing.link.skipPayment" : "我不想支持 Ferdi 的開發。",
108 "pricing.submit.label" : "我想支持 Franz 的開發。", 108 "pricing.submit.label" : "我想支持 Ferdi 的開發。",
109 "pricing.support.label" : "選擇您支持的計畫", 109 "pricing.support.label" : "選擇您支持的計畫",
110 "service.crashHandler.action" : "重新載入{name}", 110 "service.crashHandler.action" : "重新載入{name}",
111 "service.crashHandler.autoReload" : "嘗試在{seconds}秒內自動恢復{name}", 111 "service.crashHandler.autoReload" : "嘗試在{seconds}秒內自動恢復{name}",
@@ -145,7 +145,7 @@
145 "settings.app.buttonClearAllCache" : "清除快取", 145 "settings.app.buttonClearAllCache" : "清除快取",
146 "settings.app.buttonInstallUpdate" : "重新啟動並安裝更新", 146 "settings.app.buttonInstallUpdate" : "重新啟動並安裝更新",
147 "settings.app.buttonSearchForUpdate" : "檢查更新", 147 "settings.app.buttonSearchForUpdate" : "檢查更新",
148 "settings.app.cacheInfo" : "Franz 快取目前占用 {size} 的磁碟空間。", 148 "settings.app.cacheInfo" : "Ferdi 快取目前占用 {size} 的磁碟空間。",
149 "settings.app.currentVersion" : "目前的版本", 149 "settings.app.currentVersion" : "目前的版本",
150 "settings.app.form.autoLaunchInBackground" : "在背景開啟", 150 "settings.app.form.autoLaunchInBackground" : "在背景開啟",
151 "settings.app.form.autoLaunchOnStart" : "開機時啟動 Franz", 151 "settings.app.form.autoLaunchOnStart" : "開機時啟動 Franz",
@@ -155,8 +155,8 @@
155 "settings.app.form.enableSpellchecking" : "啟用拼字檢查", 155 "settings.app.form.enableSpellchecking" : "啟用拼字檢查",
156 "settings.app.form.enableSystemTray" : "在系統列顯示 Franz", 156 "settings.app.form.enableSystemTray" : "在系統列顯示 Franz",
157 "settings.app.form.language" : "語言", 157 "settings.app.form.language" : "語言",
158 "settings.app.form.minimizeToSystemTray" : "最小化 Franz 到系統列", 158 "settings.app.form.minimizeToSystemTray" : "最小化 Ferdi 到系統列",
159 "settings.app.form.runInBackground" : "當關閉視窗時,保持 Franz 在背景運作", 159 "settings.app.form.runInBackground" : "當關閉視窗時,保持 Ferdi 在背景運作",
160 "settings.app.form.showDisabledServices" : "顯示停用的服務標籤", 160 "settings.app.form.showDisabledServices" : "顯示停用的服務標籤",
161 "settings.app.form.showMessagesBadgesWhenMuted" : "當通知關閉時,標記未讀的訊息", 161 "settings.app.form.showMessagesBadgesWhenMuted" : "當通知關閉時,標記未讀的訊息",
162 "settings.app.headline" : "設定", 162 "settings.app.headline" : "設定",
@@ -168,7 +168,7 @@
168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.", 168 "settings.app.languageDisclaimer" : "Official translations are English & German. All other languages are community based translations.",
169 "settings.app.restartRequired" : "需要重啟以更變", 169 "settings.app.restartRequired" : "需要重啟以更變",
170 "settings.app.subheadlineCache" : "快取", 170 "settings.app.subheadlineCache" : "快取",
171 "settings.app.translationHelp" : "幫助我們將 Franz 翻譯成您的語言。", 171 "settings.app.translationHelp" : "幫助我們將 Ferdi 翻譯成您的語言。",
172 "settings.app.updateStatusAvailable" : "有可用更新,下載中...", 172 "settings.app.updateStatusAvailable" : "有可用更新,下載中...",
173 "settings.app.updateStatusSearching" : "正在搜尋更新", 173 "settings.app.updateStatusSearching" : "正在搜尋更新",
174 "settings.app.updateStatusUpToDate" : "您正在使用最新版本的 Franz", 174 "settings.app.updateStatusUpToDate" : "您正在使用最新版本的 Franz",
@@ -195,7 +195,7 @@
195 "settings.service.form.addServiceHeadline" : "新增{name}", 195 "settings.service.form.addServiceHeadline" : "新增{name}",
196 "settings.service.form.availableServices" : "可使用的服務", 196 "settings.service.form.availableServices" : "可使用的服務",
197 "settings.service.form.customUrl" : "自訂伺服器", 197 "settings.service.form.customUrl" : "自訂伺服器",
198 "settings.service.form.customUrlPremiumInfo" : "要添加自行託管的服務,您需要擁有 Franz 高級支援帳戶。", 198 "settings.service.form.customUrlPremiumInfo" : "要添加自行託管的服務,您需要擁有 Ferdi 高級支援帳戶。",
199 "settings.service.form.customUrlUpgradeAccount" : "升級您的帳戶", 199 "settings.service.form.customUrlUpgradeAccount" : "升級您的帳戶",
200 "settings.service.form.customUrlValidationError" : "無法驗證自定義{name}服務器。", 200 "settings.service.form.customUrlValidationError" : "無法驗證自定義{name}服務器。",
201 "settings.service.form.deleteButton" : "刪除服務", 201 "settings.service.form.deleteButton" : "刪除服務",
@@ -217,7 +217,7 @@
217 "settings.service.form.name" : "名稱", 217 "settings.service.form.name" : "名稱",
218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS 代理伺服器設定", 218 "settings.service.form.proxy.headline" : "HTTP\/HTTPS 代理伺服器設定",
219 "settings.service.form.proxy.host" : "代理伺服器網域 \/ IP", 219 "settings.service.form.proxy.host" : "代理伺服器網域 \/ IP",
220 "settings.service.form.proxy.info" : "Proxy 設定不會與 Franz 伺服器同步", 220 "settings.service.form.proxy.info" : "Proxy 設定不會與 Ferdi 伺服器同步",
221 "settings.service.form.proxy.isEnabled" : "使用 Proxy", 221 "settings.service.form.proxy.isEnabled" : "使用 Proxy",
222 "settings.service.form.proxy.password" : "密碼 (選填)", 222 "settings.service.form.proxy.password" : "密碼 (選填)",
223 "settings.service.form.proxy.port" : "通訊阜", 223 "settings.service.form.proxy.port" : "通訊阜",
@@ -238,8 +238,8 @@
238 "settings.services.tooltip.isMuted" : "所有的聲音都是靜音", 238 "settings.services.tooltip.isMuted" : "所有的聲音都是靜音",
239 "settings.services.tooltip.notificationsDisabled" : "通知已停用", 239 "settings.services.tooltip.notificationsDisabled" : "通知已停用",
240 "settings.services.updatedInfo" : "已儲存你的變更", 240 "settings.services.updatedInfo" : "已儲存你的變更",
241 "settings.team.contentHeadline" : "Franz for Teams", 241 "settings.team.contentHeadline" : "Ferdi for Teams",
242 "settings.team.copy" : "Franz 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!", 242 "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!",
243 "settings.team.headline" : "團隊", 243 "settings.team.headline" : "團隊",
244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 244 "settings.team.intro" : "You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
245 "settings.team.manageAction" : "Manage your Team on meetfranz.com", 245 "settings.team.manageAction" : "Manage your Team on meetfranz.com",
@@ -265,8 +265,8 @@
265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.", 265 "settings.workspaces.noWorkspacesAdded" : "You haven't added any workspaces yet.",
266 "settings.workspaces.tryReloadWorkspaces" : "再試一次", 266 "settings.workspaces.tryReloadWorkspaces" : "再試一次",
267 "settings.workspaces.updatedInfo" : "Your changes have been saved", 267 "settings.workspaces.updatedInfo" : "Your changes have been saved",
268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Franz Workspaces", 268 "settings.workspaces.workspaceFeatureHeadline" : "Less is More: Introducing Ferdi Workspaces",
269 "settings.workspaces.workspaceFeatureInfo" : "Franz 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.", 269 "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.",
270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces", 270 "settings.workspaces.workspacesRequestFailed" : "Could not load your workspaces",
271 "sidebar.addNewService" : "新增新的服務", 271 "sidebar.addNewService" : "新增新的服務",
272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer", 272 "sidebar.closeWorkspaceDrawer" : "Close workspace drawer",
@@ -280,7 +280,7 @@
280 "signup.firstname.label" : "名", 280 "signup.firstname.label" : "名",
281 "signup.headline" : "註冊", 281 "signup.headline" : "註冊",
282 "signup.lastname.label" : "姓", 282 "signup.lastname.label" : "姓",
283 "signup.legal.info" : "透過創建一個 Franz 帳戶,你同意", 283 "signup.legal.info" : "透過創建一個 Ferdi 帳戶,你同意",
284 "signup.legal.privacy" : "隱私聲明", 284 "signup.legal.privacy" : "隱私聲明",
285 "signup.legal.terms" : "服務條款", 285 "signup.legal.terms" : "服務條款",
286 "signup.link.login" : "已經有一個帳戶,登入?", 286 "signup.link.login" : "已經有一個帳戶,登入?",
@@ -294,9 +294,9 @@
294 "subscription.features.proxy" : "服務的代理伺服器支援", 294 "subscription.features.proxy" : "服務的代理伺服器支援",
295 "subscription.features.spellchecker" : "支援拼字檢查", 295 "subscription.features.spellchecker" : "支援拼字檢查",
296 "subscription.features.workspaces" : "Organize your services in workspaces", 296 "subscription.features.workspaces" : "Organize your services in workspaces",
297 "subscription.includedFeatures" : "Franz 高級支援帳戶包含", 297 "subscription.includedFeatures" : "Ferdi 高級支援帳戶包含",
298 "subscription.paymentSessionError" : "無法初始化付款表單", 298 "subscription.paymentSessionError" : "無法初始化付款表單",
299 "subscription.submit.label" : "我想支持 Franz 開發", 299 "subscription.submit.label" : "我想支持 Ferdi 開發",
300 "subscription.type.free" : "自由", 300 "subscription.type.free" : "自由",
301 "subscription.type.month" : "月", 301 "subscription.type.month" : "月",
302 "subscription.type.year" : "年", 302 "subscription.type.year" : "年",
@@ -326,7 +326,7 @@
326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace", 326 "workspaceDrawer.premiumCtaButtonLabel" : "Create your first workspace",
327 "workspaceDrawer.proFeatureBadge" : "Premium feature", 327 "workspaceDrawer.proFeatureBadge" : "Premium feature",
328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account", 328 "workspaceDrawer.reactivatePremiumAccountLabel" : "Reactivate premium account",
329 "workspaceDrawer.workspaceFeatureInfo" : "<p>Franz 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>", 329 "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>",
330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings", 330 "workspaceDrawer.workspacesSettingsTooltip" : "Edit workspaces settings",
331 "workspaces.switchingIndicator.switchingTo" : "Switching to" 331 "workspaces.switchingIndicator.switchingTo" : "Switching to"
332} 332}
diff --git a/src/i18n/messages/src/components/AppUpdateInfoBar.json b/src/i18n/messages/src/components/AppUpdateInfoBar.json
index c4c2d0cae..da801b548 100644
--- a/src/i18n/messages/src/components/AppUpdateInfoBar.json
+++ b/src/i18n/messages/src/components/AppUpdateInfoBar.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "infobar.updateAvailable", 3 "id": "infobar.updateAvailable",
4 "defaultMessage": "!!!A new update for Franz is available.", 4 "defaultMessage": "!!!A new update for Ferdi is available.",
5 "file": "src/components/AppUpdateInfoBar.js", 5 "file": "src/components/AppUpdateInfoBar.js",
6 "start": { 6 "start": {
7 "line": 9, 7 "line": 9,
diff --git a/src/i18n/messages/src/components/auth/Import.json b/src/i18n/messages/src/components/auth/Import.json
index 264fc729b..98ae2e61f 100644
--- a/src/i18n/messages/src/components/auth/Import.json
+++ b/src/i18n/messages/src/components/auth/Import.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "import.headline", 3 "id": "import.headline",
4 "defaultMessage": "!!!Import your Franz 4 services", 4 "defaultMessage": "!!!Import your Ferdi 4 services",
5 "file": "src/components/auth/Import.js", 5 "file": "src/components/auth/Import.js",
6 "start": { 6 "start": {
7 "line": 13, 7 "line": 13,
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "import.notSupportedHeadline", 16 "id": "import.notSupportedHeadline",
17 "defaultMessage": "!!!Services not yet supported in Franz 5", 17 "defaultMessage": "!!!Services not yet supported in Ferdi 5",
18 "file": "src/components/auth/Import.js", 18 "file": "src/components/auth/Import.js",
19 "start": { 19 "start": {
20 "line": 17, 20 "line": 17,
diff --git a/src/i18n/messages/src/components/auth/Pricing.json b/src/i18n/messages/src/components/auth/Pricing.json
index f711a55b4..d3facf8e8 100644
--- a/src/i18n/messages/src/components/auth/Pricing.json
+++ b/src/i18n/messages/src/components/auth/Pricing.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "pricing.headline", 3 "id": "pricing.headline",
4 "defaultMessage": "!!!Support Franz", 4 "defaultMessage": "!!!Support Ferdi",
5 "file": "src/components/auth/Pricing.js", 5 "file": "src/components/auth/Pricing.js",
6 "start": { 6 "start": {
7 "line": 13, 7 "line": 13,
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "pricing.submit.label", 29 "id": "pricing.submit.label",
30 "defaultMessage": "!!!Support the development of Franz", 30 "defaultMessage": "!!!Support the development of Ferdi",
31 "file": "src/components/auth/Pricing.js", 31 "file": "src/components/auth/Pricing.js",
32 "start": { 32 "start": {
33 "line": 21, 33 "line": 21,
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "pricing.link.skipPayment", 42 "id": "pricing.link.skipPayment",
43 "defaultMessage": "!!!I don't want to support the development of Franz.", 43 "defaultMessage": "!!!I don't want to support the development of Ferdi.",
44 "file": "src/components/auth/Pricing.js", 44 "file": "src/components/auth/Pricing.js",
45 "start": { 45 "start": {
46 "line": 25, 46 "line": 25,
diff --git a/src/i18n/messages/src/components/auth/Signup.json b/src/i18n/messages/src/components/auth/Signup.json
index a09745048..94daffdde 100644
--- a/src/i18n/messages/src/components/auth/Signup.json
+++ b/src/i18n/messages/src/components/auth/Signup.json
@@ -79,7 +79,7 @@
79 }, 79 },
80 { 80 {
81 "id": "signup.legal.info", 81 "id": "signup.legal.info",
82 "defaultMessage": "!!!By creating a Franz account you accept the", 82 "defaultMessage": "!!!By creating a Ferdi account you accept the",
83 "file": "src/components/auth/Signup.js", 83 "file": "src/components/auth/Signup.js",
84 "start": { 84 "start": {
85 "line": 42, 85 "line": 42,
diff --git a/src/i18n/messages/src/components/settings/account/AccountDashboard.json b/src/i18n/messages/src/components/settings/account/AccountDashboard.json
index 4969db910..2ed4849d2 100644
--- a/src/i18n/messages/src/components/settings/account/AccountDashboard.json
+++ b/src/i18n/messages/src/components/settings/account/AccountDashboard.json
@@ -170,7 +170,7 @@
170 }, 170 },
171 { 171 {
172 "id": "settings.account.deleteInfo", 172 "id": "settings.account.deleteInfo",
173 "defaultMessage": "!!!If you don't need your Franz account any longer, you can delete your account and all related data here.", 173 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
174 "file": "src/components/settings/account/AccountDashboard.js", 174 "file": "src/components/settings/account/AccountDashboard.js",
175 "start": { 175 "start": {
176 "line": 66, 176 "line": 66,
diff --git a/src/i18n/messages/src/components/settings/services/EditServiceForm.json b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
index 42b741b7a..c59a6129f 100644
--- a/src/i18n/messages/src/components/settings/services/EditServiceForm.json
+++ b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
@@ -131,7 +131,7 @@
131 }, 131 },
132 { 132 {
133 "id": "settings.service.form.customUrlPremiumInfo", 133 "id": "settings.service.form.customUrlPremiumInfo",
134 "defaultMessage": "!!!To add self hosted services, you need a Franz Premium Supporter Account.", 134 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
135 "file": "src/components/settings/services/EditServiceForm.js", 135 "file": "src/components/settings/services/EditServiceForm.js",
136 "start": { 136 "start": {
137 "line": 62, 137 "line": 62,
@@ -261,7 +261,7 @@
261 }, 261 },
262 { 262 {
263 "id": "settings.service.form.proxy.restartInfo", 263 "id": "settings.service.form.proxy.restartInfo",
264 "defaultMessage": "!!!Please restart Franz after changing proxy Settings.", 264 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
265 "file": "src/components/settings/services/EditServiceForm.js", 265 "file": "src/components/settings/services/EditServiceForm.js",
266 "start": { 266 "start": {
267 "line": 102, 267 "line": 102,
@@ -274,7 +274,7 @@
274 }, 274 },
275 { 275 {
276 "id": "settings.service.form.proxy.info", 276 "id": "settings.service.form.proxy.info",
277 "defaultMessage": "!!!Proxy settings will not be synchronized with the Franz servers.", 277 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
278 "file": "src/components/settings/services/EditServiceForm.js", 278 "file": "src/components/settings/services/EditServiceForm.js",
279 "start": { 279 "start": {
280 "line": 106, 280 "line": 106,
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index fa21db10a..81f50f49d 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -79,7 +79,7 @@
79 }, 79 },
80 { 80 {
81 "id": "settings.app.translationHelp", 81 "id": "settings.app.translationHelp",
82 "defaultMessage": "!!!Help us to translate Franz into your language.", 82 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
83 "file": "src/components/settings/settings/EditSettingsForm.js", 83 "file": "src/components/settings/settings/EditSettingsForm.js",
84 "start": { 84 "start": {
85 "line": 40, 85 "line": 40,
@@ -105,7 +105,7 @@
105 }, 105 },
106 { 106 {
107 "id": "settings.app.cacheInfo", 107 "id": "settings.app.cacheInfo",
108 "defaultMessage": "!!!Franz cache is currently using {size} of disk space.", 108 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
109 "file": "src/components/settings/settings/EditSettingsForm.js", 109 "file": "src/components/settings/settings/EditSettingsForm.js",
110 "start": { 110 "start": {
111 "line": 48, 111 "line": 48,
diff --git a/src/i18n/messages/src/components/settings/team/TeamDashboard.json b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
index 6bccc25ff..89d038cf3 100644
--- a/src/i18n/messages/src/components/settings/team/TeamDashboard.json
+++ b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "settings.team.contentHeadline", 16 "id": "settings.team.contentHeadline",
17 "defaultMessage": "!!!Franz for Teams", 17 "defaultMessage": "!!!Ferdi for Teams",
18 "file": "src/components/settings/team/TeamDashboard.js", 18 "file": "src/components/settings/team/TeamDashboard.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 18,
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "settings.team.copy", 42 "id": "settings.team.copy",
43 "defaultMessage": "!!!Franz 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!", 43 "defaultMessage": "!!!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!",
44 "file": "src/components/settings/team/TeamDashboard.js", 44 "file": "src/components/settings/team/TeamDashboard.js",
45 "start": { 45 "start": {
46 "line": 26, 46 "line": 26,
diff --git a/src/i18n/messages/src/components/subscription/SubscriptionForm.json b/src/i18n/messages/src/components/subscription/SubscriptionForm.json
index f98eb986f..506408caf 100644
--- a/src/i18n/messages/src/components/subscription/SubscriptionForm.json
+++ b/src/i18n/messages/src/components/subscription/SubscriptionForm.json
@@ -66,7 +66,7 @@
66 }, 66 },
67 { 67 {
68 "id": "subscription.includedFeatures", 68 "id": "subscription.includedFeatures",
69 "defaultMessage": "!!!The Franz Premium Supporter Account includes", 69 "defaultMessage": "!!!The Ferdi Premium Supporter Account includes",
70 "file": "src/components/subscription/SubscriptionForm.js", 70 "file": "src/components/subscription/SubscriptionForm.js",
71 "start": { 71 "start": {
72 "line": 34, 72 "line": 34,
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index d3b413540..14180e63f 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "settings.app.form.autoLaunchOnStart", 3 "id": "settings.app.form.autoLaunchOnStart",
4 "defaultMessage": "!!!Launch Franz on start", 4 "defaultMessage": "!!!Launch Ferdi on start",
5 "file": "src/containers/settings/EditSettingsScreen.js", 5 "file": "src/containers/settings/EditSettingsScreen.js",
6 "start": { 6 "start": {
7 "line": 22, 7 "line": 22,
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "settings.app.form.runInBackground", 29 "id": "settings.app.form.runInBackground",
30 "defaultMessage": "!!!Keep Franz in background when closing the window", 30 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
31 "file": "src/containers/settings/EditSettingsScreen.js", 31 "file": "src/containers/settings/EditSettingsScreen.js",
32 "start": { 32 "start": {
33 "line": 30, 33 "line": 30,
@@ -40,7 +40,7 @@
40 }, 40 },
41 { 41 {
42 "id": "settings.app.form.enableSystemTray", 42 "id": "settings.app.form.enableSystemTray",
43 "defaultMessage": "!!!Show Franz in system tray", 43 "defaultMessage": "!!!Show Ferdi in system tray",
44 "file": "src/containers/settings/EditSettingsScreen.js", 44 "file": "src/containers/settings/EditSettingsScreen.js",
45 "start": { 45 "start": {
46 "line": 34, 46 "line": 34,
@@ -53,7 +53,7 @@
53 }, 53 },
54 { 54 {
55 "id": "settings.app.form.minimizeToSystemTray", 55 "id": "settings.app.form.minimizeToSystemTray",
56 "defaultMessage": "!!!Minimize Franz to system tray", 56 "defaultMessage": "!!!Minimize Ferdi to system tray",
57 "file": "src/containers/settings/EditSettingsScreen.js", 57 "file": "src/containers/settings/EditSettingsScreen.js",
58 "start": { 58 "start": {
59 "line": 38, 59 "line": 38,
diff --git a/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json b/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json
index 278d807f2..ba8b624a1 100644
--- a/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json
+++ b/src/i18n/messages/src/features/announcements/components/AnnouncementScreen.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "feature.announcements.changelog.headline", 3 "id": "feature.announcements.changelog.headline",
4 "defaultMessage": "!!!Changes in Franz {version}", 4 "defaultMessage": "!!!Changes in Ferdi {version}",
5 "file": "src/features/announcements/components/AnnouncementScreen.js", 5 "file": "src/features/announcements/components/AnnouncementScreen.js",
6 "start": { 6 "start": {
7 "line": 19, 7 "line": 19,
diff --git a/src/i18n/messages/src/features/delayApp/Component.json b/src/i18n/messages/src/features/delayApp/Component.json
index 4c06011bf..2a3bd1fb0 100644
--- a/src/i18n/messages/src/features/delayApp/Component.json
+++ b/src/i18n/messages/src/features/delayApp/Component.json
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "feature.delayApp.action", 16 "id": "feature.delayApp.action",
17 "defaultMessage": "!!!Get a Franz Supporter License", 17 "defaultMessage": "!!!Get a Ferdi Supporter License",
18 "file": "src/features/delayApp/Component.js", 18 "file": "src/features/delayApp/Component.js",
19 "start": { 19 "start": {
20 "line": 17, 20 "line": 17,
@@ -27,7 +27,7 @@
27 }, 27 },
28 { 28 {
29 "id": "feature.delayApp.text", 29 "id": "feature.delayApp.text",
30 "defaultMessage": "!!!Franz will continue in {seconds} seconds.", 30 "defaultMessage": "!!!Ferdi will continue in {seconds} seconds.",
31 "file": "src/features/delayApp/Component.js", 31 "file": "src/features/delayApp/Component.js",
32 "start": { 32 "start": {
33 "line": 21, 33 "line": 21,
diff --git a/src/i18n/messages/src/features/shareFranz/Component.json b/src/i18n/messages/src/features/shareFranz/Component.json
index b693da376..a4ddd37b6 100644
--- a/src/i18n/messages/src/features/shareFranz/Component.json
+++ b/src/i18n/messages/src/features/shareFranz/Component.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "feature.shareFranz.headline", 3 "id": "feature.shareFranz.headline",
4 "defaultMessage": "!!!Franz is better together!", 4 "defaultMessage": "!!!Ferdi is better together!",
5 "file": "src/features/shareFranz/Component.js", 5 "file": "src/features/shareFranz/Component.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 14,
@@ -14,7 +14,7 @@
14 }, 14 },
15 { 15 {
16 "id": "feature.shareFranz.text", 16 "id": "feature.shareFranz.text",
17 "defaultMessage": "!!!Tell your friends and colleagues how awesome Franz is and help us to spread the word.", 17 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
18 "file": "src/features/shareFranz/Component.js", 18 "file": "src/features/shareFranz/Component.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 18,
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
index ef8f1bebc..127bf136b 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspacesDashboard.json
@@ -92,7 +92,7 @@
92 }, 92 },
93 { 93 {
94 "id": "settings.workspaces.workspaceFeatureHeadline", 94 "id": "settings.workspaces.workspaceFeatureHeadline",
95 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces", 95 "defaultMessage": "!!!Less is More: Introducing Ferdi Workspaces",
96 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 96 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
97 "start": { 97 "start": {
98 "line": 45, 98 "line": 45,
diff --git a/src/i18n/messages/src/i18n/globalMessages.json b/src/i18n/messages/src/i18n/globalMessages.json
index 28001614f..f94dcdf17 100644
--- a/src/i18n/messages/src/i18n/globalMessages.json
+++ b/src/i18n/messages/src/i18n/globalMessages.json
@@ -1,7 +1,7 @@
1[ 1[
2 { 2 {
3 "id": "global.api.unhealthy", 3 "id": "global.api.unhealthy",
4 "defaultMessage": "!!!Can't connect to Franz Online Services", 4 "defaultMessage": "!!!Can't connect to Ferdi Online Services",
5 "file": "src/i18n/globalMessages.js", 5 "file": "src/i18n/globalMessages.js",
6 "start": { 6 "start": {
7 "line": 4, 7 "line": 4,
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 251e2f42b..a41c80c1c 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -391,7 +391,7 @@
391 }, 391 },
392 { 392 {
393 "id": "menu.help.debugInfoCopiedHeadline", 393 "id": "menu.help.debugInfoCopiedHeadline",
394 "defaultMessage": "!!!Franz Debug Information", 394 "defaultMessage": "!!!Ferdi Debug Information",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 134, 397 "line": 134,
diff --git a/src/index.js b/src/index.js
index 55592c328..a5cf16db9 100644
--- a/src/index.js
+++ b/src/index.js
@@ -96,7 +96,7 @@ if (!gotTheLock) {
96 } else if (argv.includes('--quit')) { 96 } else if (argv.includes('--quit')) {
97 // Needs to be delayed to not interfere with mainWindow.restore(); 97 // Needs to be delayed to not interfere with mainWindow.restore();
98 setTimeout(() => { 98 setTimeout(() => {
99 debug('Quitting Franz via Task'); 99 debug('Quitting Ferdi via Task');
100 app.quit(); 100 app.quit();
101 }, 1); 101 }, 1);
102 } 102 }
@@ -131,7 +131,7 @@ if (!gotTheLock) {
131// }); 131// });
132 132
133// if (isSecondInstance) { 133// if (isSecondInstance) {
134// console.log('An instance of Franz is already running. Exiting...'); 134// console.log('An instance of Ferdi is already running. Exiting...');
135// app.exit(); 135// app.exit();
136// } 136// }
137 137
@@ -310,7 +310,7 @@ const createWindow = () => {
310// https://electronjs.org/docs/api/chrome-command-line-switches 310// https://electronjs.org/docs/api/chrome-command-line-switches
311// used for Kerberos support 311// used for Kerberos support
312// Usage e.g. MACOS 312// Usage e.g. MACOS
313// $ Franz.app/Contents/MacOS/Franz --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com 313// $ Franz.app/Contents/MacOS/Ferdi --auth-server-whitelist *.mydomain.com --auth-negotiate-delegate-whitelist *.mydomain.com
314const argv = require('minimist')(process.argv.slice(1)); 314const argv = require('minimist')(process.argv.slice(1));
315 315
316if (argv['auth-server-whitelist']) { 316if (argv['auth-server-whitelist']) {
@@ -337,13 +337,13 @@ app.on('ready', () => {
337 arguments: `${isDevMode ? `${__dirname} ` : ''}--reset-window`, 337 arguments: `${isDevMode ? `${__dirname} ` : ''}--reset-window`,
338 iconPath: asarPath(path.join(isDevMode ? `${__dirname}../src/` : __dirname, 'assets/images/taskbar/win32/display.ico')), 338 iconPath: asarPath(path.join(isDevMode ? `${__dirname}../src/` : __dirname, 'assets/images/taskbar/win32/display.ico')),
339 iconIndex: 0, 339 iconIndex: 0,
340 title: 'Move Franz to Current Display', 340 title: 'Move Ferdi to Current Display',
341 description: 'Restore the position and size of Franz', 341 description: 'Restore the position and size of Ferdi',
342 }, { 342 }, {
343 program: process.execPath, 343 program: process.execPath,
344 arguments: `${isDevMode ? `${__dirname} ` : ''}--quit`, 344 arguments: `${isDevMode ? `${__dirname} ` : ''}--quit`,
345 iconIndex: 0, 345 iconIndex: 0,
346 title: 'Quit Franz', 346 title: 'Quit Ferdi',
347 }]); 347 }]);
348 } 348 }
349 349
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index f1b8894c8..a58e5b2de 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -133,7 +133,7 @@ const menuItems = defineMessages({
133 }, 133 },
134 debugInfoCopiedHeadline: { 134 debugInfoCopiedHeadline: {
135 id: 'menu.help.debugInfoCopiedHeadline', 135 id: 'menu.help.debugInfoCopiedHeadline',
136 defaultMessage: '!!!Franz Debug Information', 136 defaultMessage: '!!!Ferdi Debug Information',
137 }, 137 },
138 debugInfoCopiedBody: { 138 debugInfoCopiedBody: {
139 id: 'menu.help.debugInfoCopiedBody', 139 id: 'menu.help.debugInfoCopiedBody',
@@ -242,7 +242,7 @@ const menuItems = defineMessages({
242}); 242});
243 243
244function getActiveWebview() { 244function getActiveWebview() {
245 return window.franz.stores.services.active.webview; 245 return window.ferdi.stores.services.active.webview;
246} 246}
247 247
248const _templateFactory = intl => [ 248const _templateFactory = intl => [
@@ -373,7 +373,7 @@ const _templateFactory = intl => [
373 click: () => { 373 click: () => {
374 announcementActions.show(); 374 announcementActions.show();
375 }, 375 },
376 visible: window.franz.stores.user.isLoggedIn && announcementsStore.areNewsAvailable, 376 visible: window.ferdi.stores.user.isLoggedIn && announcementsStore.areNewsAvailable,
377 }, 377 },
378 { 378 {
379 type: 'separator', 379 type: 'separator',
@@ -595,11 +595,11 @@ export default class FranzMenu {
595 // need to clone object so we don't modify computed (cached) object 595 // need to clone object so we don't modify computed (cached) object
596 const serviceTpl = Object.assign([], this.serviceTpl()); 596 const serviceTpl = Object.assign([], this.serviceTpl());
597 597
598 if (window.franz === undefined) { 598 if (window.ferdi === undefined) {
599 return; 599 return;
600 } 600 }
601 601
602 const { intl } = window.franz; 602 const { intl } = window.ferdi;
603 const tpl = isMac ? _templateFactory(intl) : _titleBarTemplateFactory(intl); 603 const tpl = isMac ? _templateFactory(intl) : _titleBarTemplateFactory(intl);
604 604
605 tpl[1].submenu.push({ 605 tpl[1].submenu.push({
@@ -781,7 +781,7 @@ export default class FranzMenu {
781 } 781 }
782 782
783 serviceTpl() { 783 serviceTpl() {
784 const { intl } = window.franz; 784 const { intl } = window.ferdi;
785 const { user, services, settings } = this.stores; 785 const { user, services, settings } = this.stores;
786 if (!user.isLoggedIn) return []; 786 if (!user.isLoggedIn) return [];
787 const menu = []; 787 const menu = [];
@@ -827,7 +827,7 @@ export default class FranzMenu {
827 827
828 workspacesMenu() { 828 workspacesMenu() {
829 const { workspaces, activeWorkspace, isWorkspaceDrawerOpen } = workspaceStore; 829 const { workspaces, activeWorkspace, isWorkspaceDrawerOpen } = workspaceStore;
830 const { intl } = window.franz; 830 const { intl } = window.ferdi;
831 const menu = []; 831 const menu = [];
832 832
833 // Add new workspace item: 833 // Add new workspace item:
@@ -883,7 +883,7 @@ export default class FranzMenu {
883 } 883 }
884 884
885 debugMenu() { 885 debugMenu() {
886 const { intl } = window.franz; 886 const { intl } = window.ferdi;
887 887
888 return { 888 return {
889 label: intl.formatMessage(menuItems.debugInfo), 889 label: intl.formatMessage(menuItems.debugInfo),
diff --git a/src/lib/Tray.js b/src/lib/Tray.js
index 192e24796..28ec55eb7 100644
--- a/src/lib/Tray.js
+++ b/src/lib/Tray.js
@@ -20,7 +20,7 @@ export default class TrayIcon {
20 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN)); 20 this.trayIcon = new Tray(this._getAsset('tray', INDICATOR_TRAY_PLAIN));
21 const trayMenuTemplate = [ 21 const trayMenuTemplate = [
22 { 22 {
23 label: 'Show Franz', 23 label: 'Show Ferdi',
24 click() { 24 click() {
25 if (app.mainWindow.isMinimized()) { 25 if (app.mainWindow.isMinimized()) {
26 app.mainWindow.restore(); 26 app.mainWindow.restore();
@@ -29,7 +29,7 @@ export default class TrayIcon {
29 app.mainWindow.focus(); 29 app.mainWindow.focus();
30 }, 30 },
31 }, { 31 }, {
32 label: 'Quit Franz', 32 label: 'Quit Ferdi',
33 click() { 33 click() {
34 app.quit(); 34 app.quit();
35 }, 35 },
diff --git a/src/models/Recipe.js b/src/models/Recipe.js
index b0d60e75e..3f7299e34 100644
--- a/src/models/Recipe.js
+++ b/src/models/Recipe.js
@@ -42,7 +42,7 @@ export default class Recipe {
42 } 42 }
43 43
44 if (!data.id) { 44 if (!data.id) {
45 // Franz 4 recipes do not have an Id 45 // Ferdi 4 recipes do not have an Id
46 throw Error(`Recipe '${data.name}' requires Id`); 46 throw Error(`Recipe '${data.name}' requires Id`);
47 } 47 }
48 48
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index be49d2453..2eae9ed0a 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -111,7 +111,7 @@ export default class AppStore extends Store {
111 111
112 this.isOnline = navigator.onLine; 112 this.isOnline = navigator.onLine;
113 113
114 // Check if Franz should launch on start 114 // Check if Ferdi should launch on start
115 // Needs to be delayed a bit 115 // Needs to be delayed a bit
116 this._autoStart(); 116 this._autoStart();
117 117
diff --git a/uidev/src/stories/infobox.stories.tsx b/uidev/src/stories/infobox.stories.tsx
index 144855376..967c610aa 100644
--- a/uidev/src/stories/infobox.stories.tsx
+++ b/uidev/src/stories/infobox.stories.tsx
@@ -68,7 +68,7 @@ storiesOf('Infobox')
68 ctaLabel: 'Ok, hi!', 68 ctaLabel: 'Ok, hi!',
69 })} 69 })}
70 > 70 >
71 Franz is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Franz currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts,GroupMe, Skype and many more. 71 Ferdi is your messaging app / former Emperor of Austria and combines chat & messaging services into one application. Ferdi currently supports Slack, WhatsApp, WeChat, HipChat, Facebook Messenger, Telegram, Google Hangouts,GroupMe, Skype and many more.
72 </WithStoreInfobox> 72 </WithStoreInfobox>
73 )) 73 ))
74 .add('Secondary', () => ( 74 .add('Secondary', () => (