aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/apply-branding.js2
-rw-r--r--src/i18n/locales/af.json448
-rw-r--r--src/i18n/locales/ar.json448
-rw-r--r--src/i18n/locales/bs.json448
-rw-r--r--src/i18n/locales/ca.json90
-rw-r--r--src/i18n/locales/cs.json96
-rw-r--r--src/i18n/locales/da.json448
-rw-r--r--src/i18n/locales/de.json146
-rw-r--r--src/i18n/locales/defaultMessages.json976
-rw-r--r--src/i18n/locales/el.json82
-rw-r--r--src/i18n/locales/en-US.json23
-rw-r--r--src/i18n/locales/en.json428
-rw-r--r--src/i18n/locales/es.json92
-rw-r--r--src/i18n/locales/fi.json448
-rw-r--r--src/i18n/locales/fr.json296
-rw-r--r--src/i18n/locales/ga.json90
-rw-r--r--src/i18n/locales/he.json448
-rw-r--r--src/i18n/locales/hr.json94
-rw-r--r--src/i18n/locales/hu.json90
-rw-r--r--src/i18n/locales/id.json88
-rw-r--r--src/i18n/locales/it.json82
-rw-r--r--src/i18n/locales/ja.json92
-rw-r--r--src/i18n/locales/ka.json80
-rw-r--r--src/i18n/locales/ko.json448
-rw-r--r--src/i18n/locales/nl-BE.json108
-rw-r--r--src/i18n/locales/nl.json88
-rw-r--r--src/i18n/locales/no.json448
-rw-r--r--src/i18n/locales/pl.json90
-rw-r--r--src/i18n/locales/pt-BR.json164
-rw-r--r--src/i18n/locales/pt.json88
-rw-r--r--src/i18n/locales/ro.json448
-rw-r--r--src/i18n/locales/ru.json152
-rw-r--r--src/i18n/locales/sk.json74
-rw-r--r--src/i18n/locales/sl.json448
-rw-r--r--src/i18n/locales/sr.json102
-rw-r--r--src/i18n/locales/sv.json448
-rw-r--r--src/i18n/locales/tr.json164
-rw-r--r--src/i18n/locales/uk.json72
-rw-r--r--src/i18n/locales/vi.json448
-rw-r--r--src/i18n/locales/zh-HANT.json444
-rw-r--r--src/i18n/locales/zh-Hant.json542
-rw-r--r--src/i18n/locales/zh.json448
-rw-r--r--src/i18n/messages/src/components/auth/Login.json74
-rw-r--r--src/i18n/messages/src/components/auth/Signup.json70
-rw-r--r--src/i18n/messages/src/components/auth/Welcome.json21
-rw-r--r--src/i18n/messages/src/components/services/content/Services.json29
-rw-r--r--src/i18n/messages/src/components/settings/services/EditServiceForm.json93
-rw-r--r--src/i18n/messages/src/components/settings/settings/EditSettingsForm.json135
-rw-r--r--src/i18n/messages/src/components/settings/team/TeamDashboard.json26
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json148
-rw-r--r--src/i18n/messages/src/features/quickSwitch/Component.json21
-rw-r--r--src/i18n/messages/src/features/webControls/components/WebControls.json67
-rw-r--r--src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json8
-rw-r--r--src/i18n/messages/src/lib/Menu.json281
54 files changed, 10308 insertions, 1424 deletions
diff --git a/src/i18n/apply-branding.js b/src/i18n/apply-branding.js
index 8e496c69d..1494ce923 100644
--- a/src/i18n/apply-branding.js
+++ b/src/i18n/apply-branding.js
@@ -9,8 +9,10 @@ console.log('Applying Ferdi branding to translations...');
9// Keys to ignore when applying branding 9// Keys to ignore when applying branding
10const ignore = [ 10const ignore = [
11 'login.customServerSuggestion', 11 'login.customServerSuggestion',
12 'login.customServerQuestion',
12 'settings.app.todoServerInfo', 13 'settings.app.todoServerInfo',
13 'settings.app.serverMoneyInfo', 14 'settings.app.serverMoneyInfo',
15 'settings.team.teamsUnavailibleInfo',
14]; 16];
15 17
16// Files to ignore when applying branding 18// Files to ignore when applying branding
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/af.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/ar.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/bs.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index c4e620da5..306c8e91d 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Aconsegueix una llicència de suport per a Ferdi", 10 "feature.delayApp.upgrade.action": "Aconsegueix una llicència de suport per a Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Millorar el teu compte", 11 "feature.delayApp.upgrade.actionShort": "Millorar el teu compte",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Envia com a correu", 16 "feature.shareFranz.action.email": "Envia com a correu",
14 "feature.shareFranz.action.facebook": "Compartir en Facebook", 17 "feature.shareFranz.action.facebook": "Compartir en Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Serveis que encara no s'admeten a Ferdi 5", 35 "import.notSupportedHeadline": "Serveis que encara no s'admeten a Ferdi 5",
33 "import.skip.label": "Vull afegir serveis manualment", 36 "import.skip.label": "Vull afegir serveis manualment",
34 "import.submit.label": "Importa serveis", 37 "import.submit.label": "Importa serveis",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Que hi ha de nou?", 39 "infobar.buttonChangelog": "Que hi ha de nou?",
36 "infobar.buttonInstallUpdate": "Reinicia i instal·la l'actualització", 40 "infobar.buttonInstallUpdate": "Reinicia i instal·la l'actualització",
37 "infobar.buttonReloadServices": "Recarrega els serveis", 41 "infobar.buttonReloadServices": "Recarrega els serveis",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Ho vull fer més tard", 49 "invite.skip.label": "Ho vull fer més tard",
46 "invite.submit.label": "Enviar invitacions", 50 "invite.submit.label": "Enviar invitacions",
47 "invite.successInfo": "Invitacions enviades correctament", 51 "invite.successInfo": "Invitacions enviades correctament",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Correu electrònic", 60 "login.email.label": "Correu electrònic",
49 "login.headline": "Accedir-hi", 61 "login.headline": "Accedir-hi",
50 "login.invalidCredentials": "El correu electrònic o la contrasenya no són vàlids", 62 "login.invalidCredentials": "El correu electrònic o la contrasenya no són vàlids",
51 "login.link.password": "Restablir la contrasenya", 63 "login.link.password": "Restablir la contrasenya",
52 "login.link.signup": "Crea un compte gratuït", 64 "login.link.signup": "Crea un compte gratuït",
53 "login.password.label": "Contrasenya", 65 "login.password.label": "Password",
54 "login.serverLogout": "La teva sessió ha caducat, torna-la a iniciar.", 66 "login.serverLogout": "La teva sessió ha caducat, torna-la a iniciar.",
55 "login.submit.label": "Accedir", 67 "login.submit.label": "Accedir-hi",
56 "login.tokenExpired": "La teva sessió ha caducat, torna a iniciar la sessió.", 68 "login.tokenExpired": "La teva sessió ha caducat, torna-la a iniciar.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Sobre Ferdi", 71 "menu.app.about": "Sobre Ferdi",
60 "menu.app.announcement": "Què hi ha de nou?", 72 "menu.app.announcement": "Què hi ha de nou?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions", 74 "menu.app.checkForUpdates": "Comprova si hi ha actualitzacions",
62 "menu.app.hide": "Amaga", 75 "menu.app.hide": "Amaga",
63 "menu.app.hideOthers": "Amaga altres", 76 "menu.app.hideOthers": "Amaga altres",
@@ -91,12 +104,17 @@
91 "menu.services": "Serveis", 104 "menu.services": "Serveis",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Afegeix un servei...", 106 "menu.services.addNewService": "Afegeix un servei...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Visualitza", 111 "menu.view": "Visualitza",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Inicia la pantalla completa", 113 "menu.view.enterFullScreen": "Inicia la pantalla completa",
99 "menu.view.exitFullScreen": "Surt de pantalla completa", 114 "menu.view.exitFullScreen": "Surt de pantalla completa",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Torna a carregar Ferdi", 118 "menu.view.reloadFranz": "Torna a carregar Ferdi",
101 "menu.view.reloadService": "Torna a carregar el servei", 119 "menu.view.reloadService": "Torna a carregar el servei",
102 "menu.view.resetZoom": "Mida real", 120 "menu.view.resetZoom": "Mida real",
@@ -115,7 +133,7 @@
115 "menu.workspaces.defaultWorkspace": "Tots els serveis", 133 "menu.workspaces.defaultWorkspace": "Tots els serveis",
116 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
117 "password.email.label": "Correu electrònic", 135 "password.email.label": "Correu electrònic",
118 "password.headline": "Restablir contrasenya", 136 "password.headline": "Restablir la contrasenya",
119 "password.link.login": "Inicia la sessió al teu compte", 137 "password.link.login": "Inicia la sessió al teu compte",
120 "password.link.signup": "Crea un compte gratuït", 138 "password.link.signup": "Crea un compte gratuït",
121 "password.noUser": "No s'ha trobat cap usuari amb aquesta adreça de correu electrònic", 139 "password.noUser": "No s'ha trobat cap usuari amb aquesta adreça de correu electrònic",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Introducció", 187 "services.getStarted": "Introducció",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Benvingut a Ferdi", 191 "services.welcome": "Benvingut a Ferdi",
171 "settings.account.account.editButton": "Editar Compte", 192 "settings.account.account.editButton": "Editar Compte",
172 "settings.account.accountType.basic": "Compte bàsic", 193 "settings.account.accountType.basic": "Compte bàsic",
@@ -180,7 +201,7 @@
180 "settings.account.headlineDangerZone": "Zona de perill", 201 "settings.account.headlineDangerZone": "Zona de perill",
181 "settings.account.headlineInvoices": "Factures", 202 "settings.account.headlineInvoices": "Factures",
182 "settings.account.headlinePassword": "Canvia la contrasenya", 203 "settings.account.headlinePassword": "Canvia la contrasenya",
183 "settings.account.headlineProfile": "Actualitza el perfil", 204 "settings.account.headlineProfile": "Actualitzar el perfil",
184 "settings.account.headlineSubscription": "La vostra subscripció", 205 "settings.account.headlineSubscription": "La vostra subscripció",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "No s'ha pogut carregar la informació de l'usuari", 217 "settings.account.userInfoRequestFailed": "No s'ha pogut carregar la informació de l'usuari",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Buida la memòria cau", 220 "settings.app.buttonClearAllCache": "Buida la memòria cau",
199 "settings.app.buttonInstallUpdate": "Reinicia i instal·la l'actualització", 221 "settings.app.buttonInstallUpdate": "Reinicia i instal·la l'actualització",
200 "settings.app.buttonSearchForUpdate": "Comprova si hi ha actualitzacions", 222 "settings.app.buttonSearchForUpdate": "Comprova si hi ha actualitzacions",
201 "settings.app.cacheInfo": "La memòria cau de Ferdi està utilitzant {size} d'espai al disc", 223 "settings.app.cacheInfo": "La memòria cau de Ferdi està utilitzant {size} d'espai al disc",
202 "settings.app.currentVersion": "Versió actual:", 224 "settings.app.currentVersion": "Versió actual:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Obrir en segon plà", 226 "settings.app.form.autoLaunchInBackground": "Obrir en segon plà",
204 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi a l'inici", 227 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi a l'inici",
205 "settings.app.form.beta": "Inclou versions beta", 228 "settings.app.form.beta": "Inclou versions beta",
206 "settings.app.form.darkMode": "Uneix-te al Cantó Fosc", 229 "settings.app.form.darkMode": "Uneix-te al Cantó Fosc",
207 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU", 230 "settings.app.form.enableGPUAcceleration": "Activar acceleració GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica", 232 "settings.app.form.enableSpellchecking": "Habilita la comprobació ortogràfica",
209 "settings.app.form.enableSystemTray": "Mostra Ferdi a la safata del sistema", 233 "settings.app.form.enableSystemTray": "Mostra Ferdi a la safata del sistema",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Idioma", 238 "settings.app.form.language": "Idioma",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema", 240 "settings.app.form.minimizeToSystemTray": "Minimitza Ferdi a la safata del sistema",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Mantén a Ferdi en segon pla en tancar la finestra", 243 "settings.app.form.runInBackground": "Mantén a Ferdi en segon pla en tancar la finestra",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Mostra les pestanyes dels serveis desactivats", 248 "settings.app.form.showDisabledServices": "Mostra les pestanyes dels serveis desactivats",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Mostra la insígnia de missatges no llegits quan les notificacions estiguin desactivades", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Mostra la insígnia de missatges no llegits quan les notificacions estiguin desactivades",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Configuració", 253 "settings.app.headline": "Configuració",
218 "settings.app.headlineAdvanced": "Avançat", 254 "settings.app.headlineAdvanced": "Avançat",
219 "settings.app.headlineAppearance": "Aparença", 255 "settings.app.headlineAppearance": "Aparença",
220 "settings.app.headlineGeneral": "General", 256 "settings.app.headlineGeneral": "General",
221 "settings.app.headlineLanguage": "Idioma", 257 "settings.app.headlineLanguage": "Idioma",
222 "settings.app.headlineUpdates": "Actualitzacions", 258 "settings.app.headlineUpdates": "Actualitzacions",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Els canvis requereixen reiniciar", 264 "settings.app.restartRequired": "Els canvis requereixen reiniciar",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Memòria cau", 269 "settings.app.subheadlineCache": "Memòria cau",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ajuda'ns a traduir Ferdi en la teva llengua.", 271 "settings.app.translationHelp": "Ajuda'ns a traduir Ferdi en la teva llengua.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Actualització disponible, descarregant ...", 273 "settings.app.updateStatusAvailable": "Actualització disponible, descarregant ...",
228 "settings.app.updateStatusSearching": "Està buscant actualitzacions", 274 "settings.app.updateStatusSearching": "Està buscant actualitzacions",
229 "settings.app.updateStatusUpToDate": "Esteu utilitzant la versió més recent de Ferdi", 275 "settings.app.updateStatusUpToDate": "Esteu utilitzant la versió més recent de Ferdi",
230 "settings.invite.headline": "Convidar amics", 276 "settings.invite.headline": "Convidar amics",
231 "settings.navigation.account": "Compte", 277 "settings.navigation.account": "Compte",
232 "settings.navigation.availableServices": "Serveis disponibles", 278 "settings.navigation.availableServices": "Serveis disponibles",
233 "settings.navigation.inviteFriends": "Convidar amics",
234 "settings.navigation.logout": "Sortir", 279 "settings.navigation.logout": "Sortir",
235 "settings.navigation.settings": "Configuració", 280 "settings.navigation.settings": "Configuració",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Els vostres serveis", 283 "settings.navigation.yourServices": "Els vostres serveis",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Mostra la insígnia de missatge per a tots els missatges nous", 322 "settings.service.form.indirectMessages": "Mostra la insígnia de missatge per a tots els missatges nous",
277 "settings.service.form.isMutedInfo": "Quan es desactiva, tots els sons de notificació i reproducció d'àudio es silenciaran", 323 "settings.service.form.isMutedInfo": "Quan es desactiva, tots els sons de notificació i reproducció d'àudio es silenciaran",
278 "settings.service.form.name": "Nom", 324 "settings.service.form.name": "Nom",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Ajustaments Proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Ajustaments Proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Host Proxy / IP", 327 "settings.service.form.proxy.host": "Host Proxy / IP",
281 "settings.service.form.proxy.info": "Els ajustaments del Proxy no es sincronitzaran amb els servidors de Ferdi", 328 "settings.service.form.proxy.info": "Els ajustaments del Proxy no es sincronitzaran amb els servidors de Ferdi",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Tots els sons estan desactivats", 346 "settings.services.tooltip.isMuted": "Tots els sons estan desactivats",
300 "settings.services.tooltip.notificationsDisabled": "Les notificacions estan desactivades", 347 "settings.services.tooltip.notificationsDisabled": "Les notificacions estan desactivades",
301 "settings.services.updatedInfo": "S'han desat els canvis", 348 "settings.services.updatedInfo": "S'han desat els canvis",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Equip", 356 "settings.team.headline": "Equip",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
309 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nom", 377 "settings.workspace.form.name": "Nom",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Afegeix nou servei", 388 "sidebar.addNewService": "Afegeix nou servei",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Desactivar notificacions i àudio", 392 "sidebar.muteApp": "Desactivar notificacions i àudio",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -346,22 +403,8 @@
346 "signup.legal.privacy": "Declaració de privacitat", 403 "signup.legal.privacy": "Declaració de privacitat",
347 "signup.legal.terms": "Termes del Servei", 404 "signup.legal.terms": "Termes del Servei",
348 "signup.link.login": "Ja teniu un compte, iniciar la sessió?", 405 "signup.link.login": "Ja teniu un compte, iniciar la sessió?",
349 "signup.password.label": "Contrasenya", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Crea un compte", 407 "signup.submit.label": "Crea un compte",
351 "subscription.euTaxInfo": "Residents d'EU: es poden aplicar impostos locals",
352 "subscription.features.ads": "Sense anuncis, mai!",
353 "subscription.features.comingSoon": "properament",
354 "subscription.features.noInterruptions": "Sense retards ni molestes actualitzacions de llicències ",
355 "subscription.features.onpremise.mattermost": "Afegir serveis allotjats com Mattermost",
356 "subscription.features.proxy": "Suport de Proxy per a serveis",
357 "subscription.features.spellchecker": "Suport per corrector ortogràfic",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "El compte de pagament Ferdi Premium Supporter inclou",
360 "subscription.paymentSessionError": "No s'ha pogut inicialitzar el formulari de pagament",
361 "subscription.submit.label": "Vull donar suport al desenvolupament de Ferdi",
362 "subscription.type.free": "gratuït",
363 "subscription.type.month": "mes",
364 "subscription.type.year": "any",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -384,6 +427,11 @@
384 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
385 "validation.required": "{field} es requerit", 428 "validation.required": "{field} es requerit",
386 "validation.url": "{field} es una URL no vàlida", 429 "validation.url": "{field} es una URL no vàlida",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Recarrega",
387 "welcome.loginButton": "Inicia sessió al teu compte", 435 "welcome.loginButton": "Inicia sessió al teu compte",
388 "welcome.signupButton": "Crea un compte gratuït", 436 "welcome.signupButton": "Crea un compte gratuït",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 54c9d1d3d..cd458df49 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Podpoř Ferdi a získej Supporter licenci", 10 "feature.delayApp.upgrade.action": "Podpoř Ferdi a získej Supporter licenci",
11 "feature.delayApp.upgrade.actionShort": "Vylepši si svůj účet", 11 "feature.delayApp.upgrade.actionShort": "Vylepši si svůj účet",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Poslat jako e-mail", 16 "feature.shareFranz.action.email": "Poslat jako e-mail",
14 "feature.shareFranz.action.facebook": "Sdílet na Facebooku", 17 "feature.shareFranz.action.facebook": "Sdílet na Facebooku",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Služby nejsou podporovány ve verzi Ferdi 5", 35 "import.notSupportedHeadline": "Služby nejsou podporovány ve verzi Ferdi 5",
33 "import.skip.label": "Chci přidat službu ručně", 36 "import.skip.label": "Chci přidat službu ručně",
34 "import.submit.label": "Importovat služby", 37 "import.submit.label": "Importovat služby",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Co je nového?", 39 "infobar.buttonChangelog": "Co je nového?",
36 "infobar.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace", 40 "infobar.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace",
37 "infobar.buttonReloadServices": "Obnovit služby", 41 "infobar.buttonReloadServices": "Obnovit služby",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Nechat na později", 49 "invite.skip.label": "Nechat na později",
46 "invite.submit.label": "Poslat pozvánky", 50 "invite.submit.label": "Poslat pozvánky",
47 "invite.successInfo": "Pozvánky byly úspěšně odeslány.", 51 "invite.successInfo": "Pozvánky byly úspěšně odeslány.",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "E-mailová adresa", 60 "login.email.label": "E-mailová adresa",
49 "login.headline": "Přihlásit se", 61 "login.headline": "Přihlásit se",
50 "login.invalidCredentials": "Email nebo heslo nesouhlasí", 62 "login.invalidCredentials": "Email nebo heslo nesouhlasí",
51 "login.link.password": "Obnovit heslo", 63 "login.link.password": "Obnovit heslo",
52 "login.link.signup": "Vytvořit uživatelský účet zdarma", 64 "login.link.signup": "Vytvořit uživatelský účet zdarma",
53 "login.password.label": "Heslo", 65 "login.password.label": "Password",
54 "login.serverLogout": "Sezení vypršelo, je třeba se znovu přihlásit.", 66 "login.serverLogout": "Sezení vypršelo, je třeba se znovu přihlásit.",
55 "login.submit.label": "Přihlásit se", 67 "login.submit.label": "Přihlásit se",
56 "login.tokenExpired": "Sezení vypršelo, prosím přihlaste se znovu", 68 "login.tokenExpired": "Sezení vypršelo, je třeba se znovu přihlásit.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "O aplikaci", 71 "menu.app.about": "O aplikaci",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Zkontrolovat aktualizace", 74 "menu.app.checkForUpdates": "Zkontrolovat aktualizace",
62 "menu.app.hide": "Skrýt", 75 "menu.app.hide": "Skrýt",
63 "menu.app.hideOthers": "Skryt ostatní", 76 "menu.app.hideOthers": "Skryt ostatní",
@@ -91,12 +104,17 @@
91 "menu.services": "Služby", 104 "menu.services": "Služby",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Přidat novou službu...", 106 "menu.services.addNewService": "Přidat novou službu...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Zobrazení", 111 "menu.view": "Zobrazení",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Spustit režim celé obrazovky", 113 "menu.view.enterFullScreen": "Spustit režim celé obrazovky",
99 "menu.view.exitFullScreen": "Ukončit celoobrazovkový režim", 114 "menu.view.exitFullScreen": "Ukončit celoobrazovkový režim",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Obnovit Ferdie", 118 "menu.view.reloadFranz": "Obnovit Ferdie",
101 "menu.view.reloadService": "Obnovit službu", 119 "menu.view.reloadService": "Obnovit službu",
102 "menu.view.resetZoom": "Skutečná velikost", 120 "menu.view.resetZoom": "Skutečná velikost",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Začněme", 187 "services.getStarted": "Začněme",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Vítejte v programu Ferdi", 191 "services.welcome": "Vítejte v programu Ferdi",
171 "settings.account.account.editButton": "Upravit účet", 192 "settings.account.account.editButton": "Upravit účet",
172 "settings.account.accountType.basic": "Základní účet", 193 "settings.account.accountType.basic": "Základní účet",
@@ -191,48 +212,73 @@
191 "settings.account.trialEndsIn": "Your free trial ends in {duration}.", 212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
193 "settings.account.tryReloadServices": "Zkusit opět", 214 "settings.account.tryReloadServices": "Zkusit opět",
194 "settings.account.tryReloadUserInfoRequest": "Zkusit znovu", 215 "settings.account.tryReloadUserInfoRequest": "Zkusit opět",
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Nelze načíst informace o uživateli.", 217 "settings.account.userInfoRequestFailed": "Nelze načíst informace o uživateli.",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Vyprázdnit mezipaměti", 220 "settings.app.buttonClearAllCache": "Vyprázdnit mezipaměti",
199 "settings.app.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace", 221 "settings.app.buttonInstallUpdate": "Restartovat a nainstalovat aktualizace",
200 "settings.app.buttonSearchForUpdate": "Zkontrolovat aktualizace", 222 "settings.app.buttonSearchForUpdate": "Zkontrolovat aktualizace",
201 "settings.app.cacheInfo": "Ferdi momentálně používá {size} místa na disku.", 223 "settings.app.cacheInfo": "Ferdi momentálně používá {size} místa na disku.",
202 "settings.app.currentVersion": "Aktuální verze:", 224 "settings.app.currentVersion": "Aktuální verze:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Spustit na pozadí", 226 "settings.app.form.autoLaunchInBackground": "Spustit na pozadí",
204 "settings.app.form.autoLaunchOnStart": "Spustit Ferdi při startu", 227 "settings.app.form.autoLaunchOnStart": "Spustit Ferdi při startu",
205 "settings.app.form.beta": "Zahrnout beta verze", 228 "settings.app.form.beta": "Zahrnout beta verze",
206 "settings.app.form.darkMode": "Připoj se k Temné straně", 229 "settings.app.form.darkMode": "Připoj se k Temné straně",
207 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení", 230 "settings.app.form.enableGPUAcceleration": "Aktivovat GPU zrychlení",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu", 232 "settings.app.form.enableSpellchecking": "Zapnout kontrolu pravopisu",
209 "settings.app.form.enableSystemTray": "Zobrazit Ferdi v systémové liště", 233 "settings.app.form.enableSystemTray": "Zobrazit Ferdi v systémové liště",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Jazyk", 238 "settings.app.form.language": "Jazyk",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty", 240 "settings.app.form.minimizeToSystemTray": "Minimalizovat Ferdi do systémové lišty",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Ponechat Ferdie v pozadí při zavírání okna", 243 "settings.app.form.runInBackground": "Ponechat Ferdie v pozadí při zavírání okna",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Zobrazit záložky vypnutých služeb", 248 "settings.app.form.showDisabledServices": "Zobrazit záložky vypnutých služeb",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Zobrazit odznak pro nepřečtené zprávy když jsou upozornění vypnutá", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Zobrazit odznak pro nepřečtené zprávy když jsou upozornění vypnutá",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Nastavení", 253 "settings.app.headline": "Nastavení",
218 "settings.app.headlineAdvanced": "Pokročilé", 254 "settings.app.headlineAdvanced": "Pokročilé",
219 "settings.app.headlineAppearance": "Vzhled", 255 "settings.app.headlineAppearance": "Vzhled",
220 "settings.app.headlineGeneral": "Obecné", 256 "settings.app.headlineGeneral": "Obecné",
221 "settings.app.headlineLanguage": "Jazyk", 257 "settings.app.headlineLanguage": "Jazyk",
222 "settings.app.headlineUpdates": "Aktualizace", 258 "settings.app.headlineUpdates": "Aktualizace",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Změny vyžadují restart", 264 "settings.app.restartRequired": "Změny vyžadují restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Mezipaměť", 269 "settings.app.subheadlineCache": "Mezipaměť",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Pomozte nám přeložit Ferdi do svého jazyka.", 271 "settings.app.translationHelp": "Pomozte nám přeložit Ferdi do svého jazyka.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Aktualizace k dispozici, stahování...", 273 "settings.app.updateStatusAvailable": "Aktualizace k dispozici, stahování...",
228 "settings.app.updateStatusSearching": "Hledá aktualizace", 274 "settings.app.updateStatusSearching": "Hledá aktualizace",
229 "settings.app.updateStatusUpToDate": "Používáte nejnovější verzi programu Ferdi", 275 "settings.app.updateStatusUpToDate": "Používáte nejnovější verzi programu Ferdi",
230 "settings.invite.headline": "Pozvi přátele", 276 "settings.invite.headline": "Pozvi přátele",
231 "settings.navigation.account": "Účet", 277 "settings.navigation.account": "Účet",
232 "settings.navigation.availableServices": "Dostupné služby", 278 "settings.navigation.availableServices": "Dostupné služby",
233 "settings.navigation.inviteFriends": "Pozvi přátele",
234 "settings.navigation.logout": "Odhlásit", 279 "settings.navigation.logout": "Odhlásit",
235 "settings.navigation.settings": "Nastavení", 280 "settings.navigation.settings": "Nastavení",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Vaše služby", 283 "settings.navigation.yourServices": "Vaše služby",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Zobrazovat znak zprávy pro všechny nové zprávy", 322 "settings.service.form.indirectMessages": "Zobrazovat znak zprávy pro všechny nové zprávy",
277 "settings.service.form.isMutedInfo": "Pokud je vypnuto, všechny zvuky notifikací a jiného audia budou ztišeny", 323 "settings.service.form.isMutedInfo": "Pokud je vypnuto, všechny zvuky notifikací a jiného audia budou ztišeny",
278 "settings.service.form.name": "Jméno", 324 "settings.service.form.name": "Jméno",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Nastavení HTTP/HTTPS Proxy", 326 "settings.service.form.proxy.headline": "Nastavení HTTP/HTTPS Proxy",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Všechny zvuky jsou ztišeny", 346 "settings.services.tooltip.isMuted": "Všechny zvuky jsou ztišeny",
300 "settings.services.tooltip.notificationsDisabled": "Oznámení jsou zakázána", 347 "settings.services.tooltip.notificationsDisabled": "Oznámení jsou zakázána",
301 "settings.services.updatedInfo": "Vaše změny byly uloženy", 348 "settings.services.updatedInfo": "Vaše změny byly uloženy",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Tým", 356 "settings.team.headline": "Tým",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Společnost", 362 "settings.user.form.accountType.company": "Společnost",
309 "settings.user.form.accountType.individual": "Jednotlivec", 363 "settings.user.form.accountType.individual": "Jednotlivec",
@@ -318,13 +372,15 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Jméno", 377 "settings.workspace.form.name": "Jméno",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
324 "settings.workspaces.deletedInfo": "Workspace has been deleted", 380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Your workspaces",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Zkusit znovu", 383 "settings.workspaces.tryReloadWorkspaces": "Zkusit opět",
328 "settings.workspaces.updatedInfo": "Vaše změny byly uloženy", 384 "settings.workspaces.updatedInfo": "Vaše změny byly uloženy",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
@@ -332,12 +388,13 @@
332 "sidebar.addNewService": "Přidat novou službu", 388 "sidebar.addNewService": "Přidat novou službu",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Vypnout upozornění a zvuky", 392 "sidebar.muteApp": "Vypnout upozornění a zvuky",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
338 "sidebar.settings": "Nastavení", 395 "sidebar.settings": "Nastavení",
339 "sidebar.unmuteApp": "Zapnout upozornění a zvuky", 396 "sidebar.unmuteApp": "Zapnout upozornění a zvuky",
340 "signup.email.label": "Emailová adresa", 397 "signup.email.label": "E-mailová adresa",
341 "signup.emailDuplicate": "Uživatel s touto emailovou adresou již existuje", 398 "signup.emailDuplicate": "Uživatel s touto emailovou adresou již existuje",
342 "signup.firstname.label": "Jméno", 399 "signup.firstname.label": "Jméno",
343 "signup.headline": "Přihlásit se", 400 "signup.headline": "Přihlásit se",
@@ -346,22 +403,8 @@
346 "signup.legal.privacy": "Prohlášení o ochraně soukromí", 403 "signup.legal.privacy": "Prohlášení o ochraně soukromí",
347 "signup.legal.terms": "Podmínky služby", 404 "signup.legal.terms": "Podmínky služby",
348 "signup.link.login": "Již máte účet, přihlásit se?", 405 "signup.link.login": "Již máte účet, přihlásit se?",
349 "signup.password.label": "Heslo", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Vytvořit účet", 407 "signup.submit.label": "Vytvořit účet",
351 "subscription.euTaxInfo": "Pro obyvatelé EU: mohou být aplikovány lokální daně",
352 "subscription.features.ads": "Žádné reklamy, nikdy!",
353 "subscription.features.comingSoon": "již brzy",
354 "subscription.features.noInterruptions": "No app delays & nagging to upgrade license",
355 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost",
356 "subscription.features.proxy": "Proxy support for services",
357 "subscription.features.spellchecker": "Support for spellchecker",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "Placený účet Premium Supporter Ferdi zahrnuje",
360 "subscription.paymentSessionError": "Nebylo možné inicializovat platbu od",
361 "subscription.submit.label": "Chci podpořit vývoj aplikace Ferdi",
362 "subscription.type.free": "zdarma",
363 "subscription.type.month": "měsíc",
364 "subscription.type.year": "rok",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -376,16 +419,21 @@
376 "tabs.item.disableService": "Zakázat službu", 419 "tabs.item.disableService": "Zakázat službu",
377 "tabs.item.edit": "Upravit", 420 "tabs.item.edit": "Upravit",
378 "tabs.item.enableAudio": "Zapnout zvuk", 421 "tabs.item.enableAudio": "Zapnout zvuk",
379 "tabs.item.enableNotification": "Povolit oznamoní", 422 "tabs.item.enableNotification": "Povolit upozornění",
380 "tabs.item.enableService": "Zapnout službu", 423 "tabs.item.enableService": "Povolit službu",
381 "tabs.item.reload": "Obnovit", 424 "tabs.item.reload": "Obnovit",
382 "validation.email": "{field} není validní", 425 "validation.email": "{field} není validní",
383 "validation.minLength": "{field} musí být alespoň {length} znaků dlouhé", 426 "validation.minLength": "{field} musí být alespoň {length} znaků dlouhé",
384 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
385 "validation.required": "{field} je povinné", 428 "validation.required": "{field} je povinné",
386 "validation.url": "{field} není validní URL", 429 "validation.url": "{field} není validní URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Obnovit",
387 "welcome.loginButton": "Přihlášení do vašeho účtu", 435 "welcome.loginButton": "Přihlášení do vašeho účtu",
388 "welcome.signupButton": "Vytvořit účet zdarma", 436 "welcome.signupButton": "Vytvořit uživatelsk čet zdarma",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
390 "workspaceDrawer.allServices": "Všechny služby", 438 "workspaceDrawer.allServices": "Všechny služby",
391 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Workspaces",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/da.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 51cc013d6..1b7b5969a 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -2,13 +2,16 @@
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 Ferdi {version}", 4 "feature.announcements.changelog.headline": "Was ist neu in Ferdi {version}",
5 "feature.delayApp.headline": "Erspare dir das Warten mit Ferdi Premium!", 5 "feature.delayApp.headline": "Bitte kaufe eine Ferdi Supporter Lizenz, um das Warten zu überspringen",
6 "feature.delayApp.text": "In {seconds} Sekunden geht's weiter!", 6 "feature.delayApp.text": "In {seconds} Sekunden geht's weiter!",
7 "feature.delayApp.trial.action": "Ja, ich möchte Ferdi Professional 14 Tage gratis testen", 7 "feature.delayApp.trial.action": "Ja, ich möchte Ferdi Professional 14 Tage gratis testen",
8 "feature.delayApp.trial.actionShort": "Aktiviere die kostenlose Ferdi Professional Testlizenz", 8 "feature.delayApp.trial.actionShort": "Aktiviere die kostenlose Ferdi Professional Testlizenz",
9 "feature.delayApp.trial.headline": "Hol dir die kostenlose Ferdi Professional Testlizenz und es geht ohne Warten weiter!", 9 "feature.delayApp.trial.headline": "Hol dir die kostenlose Ferdi Professional Testlizenz und es geht ohne Warten weiter",
10 "feature.delayApp.upgrade.action": "Hol dir Ferdi Premium!", 10 "feature.delayApp.upgrade.action": "Hol dir Ferdi Premium",
11 "feature.delayApp.upgrade.actionShort": "Account upgraden", 11 "feature.delayApp.upgrade.actionShort": "Account erweitern",
12 "feature.quickSwitch.info": "Wähle einen Service mit TAB, ↑ und ↓. Um einen Service zu öffnen, drücke ENTER.",
13 "feature.quickSwitch.search": "Suchen...",
14 "feature.quickSwitch.title": "Schnellauswahl",
12 "feature.serviceLimit.limitReached": "Du hast {amount} von {limit} in deiner Lizenz inkludierten Services hinzugefügt. Bitte führe ein Upgrade deines Accounts durch, um mehr Services hinzuzufügen.", 15 "feature.serviceLimit.limitReached": "Du hast {amount} von {limit} in deiner Lizenz inkludierten Services hinzugefügt. Bitte führe ein Upgrade deines Accounts durch, um mehr Services hinzuzufügen.",
13 "feature.shareFranz.action.email": "Als E-Mail senden", 16 "feature.shareFranz.action.email": "Als E-Mail senden",
14 "feature.shareFranz.action.facebook": "Auf Facebook teilen", 17 "feature.shareFranz.action.facebook": "Auf Facebook teilen",
@@ -17,10 +20,10 @@
17 "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.getferdi.com", 20 "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.getferdi.com",
18 "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.getferdi.com /cc @FerdiMessenger", 21 "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.getferdi.com /cc @FerdiMessenger",
19 "feature.shareFranz.text": "Bitte erzähle deinen Freunden und Kolleginnen, warum du Ferdi toll findest.", 22 "feature.shareFranz.text": "Bitte erzähle deinen Freunden und Kolleginnen, warum du Ferdi toll findest.",
20 "feature.todos.premium.info": "Ferdi ToDos sind jetzt für Premium User verfügbar!", 23 "feature.todos.premium.info": "Ferdi Todos sind jetzt für Premium User verfügbar!",
21 "feature.todos.premium.rollout": "Alle anderen müssen sich noch ein wenig gedulden.", 24 "feature.todos.premium.rollout": "Alle anderen müssen sich noch ein wenig gedulden.",
22 "feature.todos.premium.upgrade": "Account Upgrade", 25 "feature.todos.premium.upgrade": "Account Upgrade",
23 "global.api.unhealthy": "Verbindung zum Ferdi-Online-Service fehlgeschlagen", 26 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen",
24 "global.franzProRequired": "Ferdi Professional benötigt", 27 "global.franzProRequired": "Ferdi Professional benötigt",
25 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.", 28 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.",
26 "global.spellchecker.useDefault": "Standard benutzen ({default})", 29 "global.spellchecker.useDefault": "Standard benutzen ({default})",
@@ -32,19 +35,28 @@
32 "import.notSupportedHeadline": "Dienste, die noch nicht von Ferdi 5 unterstützt werden", 35 "import.notSupportedHeadline": "Dienste, die noch nicht von Ferdi 5 unterstützt werden",
33 "import.skip.label": "Ich möchte Dienste selbst hinzufügen", 36 "import.skip.label": "Ich möchte Dienste selbst hinzufügen",
34 "import.submit.label": "Dienste importieren", 37 "import.submit.label": "Dienste importieren",
38 "infobar.authRequestFailed": "Es sind Fehler während einem authentifizierten Anfrage an den Ferdi Server aufgetreten. Sollte dieser Fehler bestehen, logge dich bitte aus und wieder ein.",
35 "infobar.buttonChangelog": "Was gibt es Neues?", 39 "infobar.buttonChangelog": "Was gibt es Neues?",
36 "infobar.buttonInstallUpdate": "Neu starten & Update installieren", 40 "infobar.buttonInstallUpdate": "Neu starten & Update installieren",
37 "infobar.buttonReloadServices": "Dienste neu laden", 41 "infobar.buttonReloadServices": "Dienste neu laden",
38 "infobar.requiredRequestsFailed": "Dienste und Benutzerinformationen konnten nicht geladen werden", 42 "infobar.requiredRequestsFailed": "Dienste und Benutzerinformationen konnten nicht geladen werden",
39 "infobar.servicesUpdated": "Deine Dienste wurden aktualisiert.", 43 "infobar.servicesUpdated": "Deine Dienste wurden aktualisiert.",
40 "infobar.trialActivated": "Deine kostenlose Testlizenz wurde erfolgreich aktiviert. Viel Spaß!", 44 "infobar.trialActivated": "Deine kostenlose Testlizenz wurde erfolgreich aktiviert. Viel Spaß!",
41 "infobar.updateAvailable": "Eine neue Version von Ferdi ist verfügbar!", 45 "infobar.updateAvailable": "Eine neue Version von Ferdi ist verfügbar.",
42 "invite.email.label": "E-Mail-Adresse", 46 "invite.email.label": "E-Mail-Adresse",
43 "invite.headline.friends": "Lade drei Freunde oder Kolleginnen ein!", 47 "invite.headline.friends": "Lade drei Freunde oder Kolleginnen ein",
44 "invite.name.label": "Name", 48 "invite.name.label": "Name",
45 "invite.skip.label": "Jetzt nicht! Ich möchte das später tun.", 49 "invite.skip.label": "Ich möchte das später tun",
46 "invite.submit.label": "Einladungen schicken", 50 "invite.submit.label": "Einladungen schicken",
47 "invite.successInfo": "Die Einladungen wurden erfolgreich versendet.", 51 "invite.successInfo": "Die Einladungen wurden erfolgreich versendet",
52 "locked.headline": "Gesperrt",
53 "locked.info": "Ferdi ist zur Zeit gesperrt. Bitte entsperre Ferdi mit deinem Passwort, um deine Nachrichten zu sehen.",
54 "locked.invalidCredentials": "Passwort ungültig",
55 "locked.password.label": "Passwort",
56 "locked.submit.label": "Entsperren",
57 "login.changeServer": "Server wechseln",
58 "login.customServerQuestion": "Du benutzt einen Franz Account zum anmelden?",
59 "login.customServerSuggestion": "Versuche, deinen Franz account zu importieren",
48 "login.email.label": "E-Mail-Adresse", 60 "login.email.label": "E-Mail-Adresse",
49 "login.headline": "Anmelden", 61 "login.headline": "Anmelden",
50 "login.invalidCredentials": "E-Mail-Adresse oder Passwort ungültig", 62 "login.invalidCredentials": "E-Mail-Adresse oder Passwort ungültig",
@@ -54,10 +66,11 @@
54 "login.serverLogout": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.", 66 "login.serverLogout": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.",
55 "login.submit.label": "Anmelden", 67 "login.submit.label": "Anmelden",
56 "login.tokenExpired": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.", 68 "login.tokenExpired": "Deine Sitzung ist abgelaufen, bitte melde Dich erneut an.",
57 "menu.Todoss.closeTodosDrawer": "ToDos schließen", 69 "menu.Todoss.closeTodosDrawer": "Todos schließen",
58 "menu.Todoss.openTodosDrawer": "ToDos öffnen", 70 "menu.Todoss.openTodosDrawer": "Todos öffnen",
59 "menu.app.about": "Über Ferdi", 71 "menu.app.about": "Über Ferdi",
60 "menu.app.announcement": "Was ist neu?", 72 "menu.app.announcement": "Was ist neu?",
73 "menu.app.autohideMenuBar": "Menü automatisch verstecken",
61 "menu.app.checkForUpdates": "Nach Updates suchen", 74 "menu.app.checkForUpdates": "Nach Updates suchen",
62 "menu.app.hide": "Ausblenden", 75 "menu.app.hide": "Ausblenden",
63 "menu.app.hideOthers": "Andere ausblenden", 76 "menu.app.hideOthers": "Andere ausblenden",
@@ -80,7 +93,7 @@
80 "menu.edit.undo": "Rückgängig", 93 "menu.edit.undo": "Rückgängig",
81 "menu.file": "Datei", 94 "menu.file": "Datei",
82 "menu.help": "Hilfe", 95 "menu.help": "Hilfe",
83 "menu.help.changelog": "Changelog", 96 "menu.help.changelog": "Änderungsprotokoll",
84 "menu.help.debugInfo": "Debugging-Information anzeigen", 97 "menu.help.debugInfo": "Debugging-Information anzeigen",
85 "menu.help.debugInfoCopiedBody": "Deine Debugging-Information wurde in die Zwischenablage kopiert.", 98 "menu.help.debugInfoCopiedBody": "Deine Debugging-Information wurde in die Zwischenablage kopiert.",
86 "menu.help.debugInfoCopiedHeadline": "Ferdi Debugging-Information", 99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debugging-Information",
@@ -90,27 +103,32 @@
90 "menu.help.tos": "Nutzungsbedingungen", 103 "menu.help.tos": "Nutzungsbedingungen",
91 "menu.services": "Dienste", 104 "menu.services": "Dienste",
92 "menu.services.activatePreviousService": "Vorheriger Dienst", 105 "menu.services.activatePreviousService": "Vorheriger Dienst",
93 "menu.services.addNewService": "Dienst hinzufügen", 106 "menu.services.addNewService": "Dienst hinzufügen...",
107 "menu.services.goHome": "Startseite",
94 "menu.services.setNextServiceActive": "Nächster Dienst", 108 "menu.services.setNextServiceActive": "Nächster Dienst",
95 "menu.todos": "ToDos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Todos aktivieren",
97 "menu.view": "Darstellung", 111 "menu.view": "Darstellung",
112 "menu.view.back": "Zurück",
98 "menu.view.enterFullScreen": "Vollbildmodus", 113 "menu.view.enterFullScreen": "Vollbildmodus",
99 "menu.view.exitFullScreen": "Vollbildmodus aus", 114 "menu.view.exitFullScreen": "Vollbildmodus aus",
115 "menu.view.forward": "Vorwärts",
116 "menu.view.lockFerdi": "Ferdi sperren",
117 "menu.view.openQuickSwitch": "Quick Switch öffnen",
100 "menu.view.reloadFranz": "Ferdi neu laden", 118 "menu.view.reloadFranz": "Ferdi neu laden",
101 "menu.view.reloadService": "Dienst neu laden", 119 "menu.view.reloadService": "Dienst neu laden",
102 "menu.view.resetZoom": "Originalgröße", 120 "menu.view.resetZoom": "Originalgröße",
103 "menu.view.toggleDevTools": "Entwicklertools anzeigen", 121 "menu.view.toggleDevTools": "Entwicklertools anzeigen",
104 "menu.view.toggleFullScreen": "Vollbildmodus umschalten", 122 "menu.view.toggleFullScreen": "Vollbildmodus umschalten",
105 "menu.view.toggleServiceDevTools": "Entwicklertools für Dienst anzeigen", 123 "menu.view.toggleServiceDevTools": "Entwicklertools für Dienst anzeigen",
106 "menu.view.toggleTodosDevTools": "ToDos Developer Tools umschalten", 124 "menu.view.toggleTodosDevTools": "Todos Developer Tools umschalten",
107 "menu.view.zoomIn": "Vergrößern", 125 "menu.view.zoomIn": "Vergrößern",
108 "menu.view.zoomOut": "Verkleinern", 126 "menu.view.zoomOut": "Verkleinern",
109 "menu.window": "Fenster", 127 "menu.window": "Fenster",
110 "menu.window.close": "Schließen", 128 "menu.window.close": "Schließen",
111 "menu.window.minimize": "Minimieren", 129 "menu.window.minimize": "Minimieren",
112 "menu.workspaces": "Workspaces", 130 "menu.workspaces": "Arbeitsbereiche",
113 "menu.workspaces.addNewWorkspace": "Neuen Workspace hinzufügen", 131 "menu.workspaces.addNewWorkspace": "Neuen Workspace hinzufügen...",
114 "menu.workspaces.closeWorkspaceDrawer": "Workspaces öffnen", 132 "menu.workspaces.closeWorkspaceDrawer": "Workspaces öffnen",
115 "menu.workspaces.defaultWorkspace": "Alle Dienste", 133 "menu.workspaces.defaultWorkspace": "Alle Dienste",
116 "menu.workspaces.openWorkspaceDrawer": "Workspaces schließen", 134 "menu.workspaces.openWorkspaceDrawer": "Workspaces schließen",
@@ -118,21 +136,21 @@
118 "password.headline": "Passwort zurücksetzen", 136 "password.headline": "Passwort zurücksetzen",
119 "password.link.login": "Mit deinem Konto anmelden", 137 "password.link.login": "Mit deinem Konto anmelden",
120 "password.link.signup": "Kostenloses Konto erstellen", 138 "password.link.signup": "Kostenloses Konto erstellen",
121 "password.noUser": "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden.", 139 "password.noUser": "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden",
122 "password.submit.label": "Absenden", 140 "password.submit.label": "Absenden",
123 "password.successInfo": "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt.", 141 "password.successInfo": "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt",
124 "premiumFeature.button.upgradeAccount": "Account upgraden", 142 "premiumFeature.button.upgradeAccount": "Account erweitern",
125 "pricing.features.adFree": "Keine Werbung", 143 "pricing.features.adFree": "Keine Werbung",
126 "pricing.features.appDelays": "Keine unnötigen Unterbrechungen", 144 "pricing.features.appDelays": "Keine unnötigen Unterbrechungen",
127 "pricing.features.customWebsites": "Hinzufügen von eigenen Websites", 145 "pricing.features.customWebsites": "Hinzufügen von eigenen Websites",
128 "pricing.features.onPremise": "On-premise & andere Hosted Services", 146 "pricing.features.onPremise": "On-premise & andere Hosted Services",
129 "pricing.features.serviceProxies": "Service Proxies", 147 "pricing.features.serviceProxies": "Service-Proxies",
130 "pricing.features.spellchecker": "Rechtschreibprüfung", 148 "pricing.features.spellchecker": "Rechtschreibprüfung",
131 "pricing.features.teamManagement": "Team Management", 149 "pricing.features.teamManagement": "Team-Management",
132 "pricing.features.thirdPartyServices": "Integration von Services über Drittanbieter", 150 "pricing.features.thirdPartyServices": "Integration von Services über Drittanbieter",
133 "pricing.features.unlimitedServices": "Unbegrenztes hinzufügen von Services", 151 "pricing.features.unlimitedServices": "Unbegrenztes hinzufügen von Services",
134 "pricing.features.workspaces": "Workspaces", 152 "pricing.features.workspaces": "Arbeitsbereiche",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi kostenlos",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personal",
138 "pricing.plan.personal-monthly": "Ferdi Personal monatlich", 156 "pricing.plan.personal-monthly": "Ferdi Personal monatlich",
@@ -141,8 +159,8 @@
141 "pricing.plan.pro-monthly": "Ferdi Professional monatlich", 159 "pricing.plan.pro-monthly": "Ferdi Professional monatlich",
142 "pricing.plan.pro-yearly": "Ferdi Professional jährlich", 160 "pricing.plan.pro-yearly": "Ferdi Professional jährlich",
143 "pricing.trial.cta.accept": "Ja, Upgrade zu Ferdi Professional durchführen", 161 "pricing.trial.cta.accept": "Ja, Upgrade zu Ferdi Professional durchführen",
144 "pricing.trial.cta.skip": "Weiter zu Ferdi!", 162 "pricing.trial.cta.skip": "Weiter zu Ferdi",
145 "pricing.trial.error": "Tut uns leid, wir konnten deine kostenlose Testlizenz nicht aktivieren.", 163 "pricing.trial.error": "Tut uns leid, wir konnten deine kostenlose Testlizenz nicht aktivieren!",
146 "pricing.trial.features.headline": "Ferdi Professional beinhaltet:", 164 "pricing.trial.features.headline": "Ferdi Professional beinhaltet:",
147 "pricing.trial.headline": "Ferdi Professional", 165 "pricing.trial.headline": "Ferdi Professional",
148 "pricing.trial.subheadline": "Dein persönliches Willkommensangebot:", 166 "pricing.trial.subheadline": "Dein persönliches Willkommensangebot:",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Bitte führe eine Upgrade deines Accounts durch um mehr als {count} Services verwenden zu können.", 185 "service.restrictedHandler.serviceLimit.text": "Bitte führe eine Upgrade deines Accounts durch um mehr als {count} Services verwenden zu können.",
168 "service.webviewLoader.loading": "Lade", 186 "service.webviewLoader.loading": "Lade",
169 "services.getStarted": "Los geht's!", 187 "services.getStarted": "Los geht's!",
188 "services.login": "Bitte melde dich an, um Ferdi zu benutzen.",
189 "services.serverInfo": "Optional können Sie Ihren Ferdi-Server durch Klicken auf das Zahnrad unten-links ändern.",
190 "services.serverless": "Ferdi ohne einen Account verwenden",
170 "services.welcome": "Willkommen bei Ferdi!", 191 "services.welcome": "Willkommen bei Ferdi!",
171 "settings.account.account.editButton": "Konto bearbeiten", 192 "settings.account.account.editButton": "Konto bearbeiten",
172 "settings.account.accountType.basic": "Basis-Konto", 193 "settings.account.accountType.basic": "Basis-Konto",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade zu Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade zu Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Benutzerinformationen konnten nicht geladen werden", 217 "settings.account.userInfoRequestFailed": "Benutzerinformationen konnten nicht geladen werden",
197 "settings.account.yourLicense": "Deine Ferdi Lizenz", 218 "settings.account.yourLicense": "Deine Ferdi Lizenz",
219 "settings.app.accentColorInfo": "Schreibe deine Akzentfarbe in einem CSS-kompatiblen Format. (Standard: #7367f0)",
198 "settings.app.buttonClearAllCache": "Cache leeren", 220 "settings.app.buttonClearAllCache": "Cache leeren",
199 "settings.app.buttonInstallUpdate": "Neu starten & Update installieren", 221 "settings.app.buttonInstallUpdate": "Neu starten & Update installieren",
200 "settings.app.buttonSearchForUpdate": "Nach Updates suchen", 222 "settings.app.buttonSearchForUpdate": "Nach Updates suchen",
201 "settings.app.cacheInfo": "Der Ferdi Cache belegt derzeit {size}.", 223 "settings.app.cacheInfo": "Der Ferdi Cache belegt derzeit {size}.",
202 "settings.app.currentVersion": "Aktuelle Version:", 224 "settings.app.currentVersion": "Aktuelle Version:",
225 "settings.app.form.accentColor": "Akzentfarbe",
203 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen", 226 "settings.app.form.autoLaunchInBackground": "Im Hintergrund öffnen",
204 "settings.app.form.autoLaunchOnStart": "Ferdi beim Systemstart ausführen", 227 "settings.app.form.autoLaunchOnStart": "Ferdi beim Systemstart ausführen",
205 "settings.app.form.beta": "Beta-Versionen einbeziehen", 228 "settings.app.form.beta": "Beta-Versionen einbeziehen",
206 "settings.app.form.darkMode": "Die dunkle Seite erwartet dich! (Dark Mode)", 229 "settings.app.form.darkMode": "Die dunkle Seite erwartet dich! (Dark Mode)",
207 "settings.app.form.enableGPUAcceleration": "Hardwarebeschleunigung aktivieren", 230 "settings.app.form.enableGPUAcceleration": "Hardwarebeschleunigung aktivieren",
231 "settings.app.form.enableLock": "Passwort Sperre aktivieren",
208 "settings.app.form.enableSpellchecking": "Rechtschreibprüfung aktivieren", 232 "settings.app.form.enableSpellchecking": "Rechtschreibprüfung aktivieren",
209 "settings.app.form.enableSystemTray": "Ferdi im Infobereich anzeigen", 233 "settings.app.form.enableSystemTray": "Ferdi im Infobereich anzeigen",
210 "settings.app.form.enableTodos": "Ferdi Todos aktivieren", 234 "settings.app.form.enableTodos": "Ferdi Todos aktivieren",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 235 "settings.app.form.hibernate": "\"Service Hibernation\" aktivieren",
236 "settings.app.form.hibernationStrategy": "\"Service Hibernation\" Zeit",
237 "settings.app.form.keepAllWorkspacesLoaded": "Alle Arbeitsbereiche geladen lassen",
212 "settings.app.form.language": "Sprache", 238 "settings.app.form.language": "Sprache",
239 "settings.app.form.lockPassword": "Passwort für die Passwort-Sperre",
213 "settings.app.form.minimizeToSystemTray": "Ferdi in den Infobereich minimieren", 240 "settings.app.form.minimizeToSystemTray": "Ferdi in den Infobereich minimieren",
241 "settings.app.form.noUpdates": "Updates deaktivieren",
242 "settings.app.form.privateNotifications": "Nachrichteninhalt nicht in Benachrichtigungen anzeigen",
214 "settings.app.form.runInBackground": "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird", 243 "settings.app.form.runInBackground": "Ferdi im Hintergrund behalten, wenn das Fenster geschlossen wird",
244 "settings.app.form.scheduledDNDEnabled": "Geplante \"Nicht-stören\"-Funktion aktivieren",
245 "settings.app.form.scheduledDNDEnd": "Von",
246 "settings.app.form.scheduledDNDStart": "Bis",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Deaktivierte Services-Tabs anzeigen", 248 "settings.app.form.showDisabledServices": "Deaktivierte Services-Tabs anzeigen",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Ungelesene Nachrichten zeigen, wenn die Benachrichtigungen deaktiviert sind", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Ungelesene Nachrichten zeigen, wenn die Benachrichtigungen deaktiviert sind",
250 "settings.app.form.showServiceNavigationBar": "Navigationsleiste immer anzeigen",
251 "settings.app.form.todoServer": "Todo-Server",
252 "settings.app.form.universalDarkMode": "Universellen Dark Mode aktivieren",
217 "settings.app.headline": "Einstellungen", 253 "settings.app.headline": "Einstellungen",
218 "settings.app.headlineAdvanced": "Erweitert", 254 "settings.app.headlineAdvanced": "Erweitert",
219 "settings.app.headlineAppearance": "Darstellung", 255 "settings.app.headlineAppearance": "Darstellung",
220 "settings.app.headlineGeneral": "Allgemeines", 256 "settings.app.headlineGeneral": "Allgemeines",
221 "settings.app.headlineLanguage": "Sprache", 257 "settings.app.headlineLanguage": "Sprache",
222 "settings.app.headlineUpdates": "Updates", 258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "Standardmäßig öffnet Ferdi alle Ihre Dienste im Hintergrund, so dass diese bereit sind, wenn du sie verwenden möchtest. Service Hibernation wird Ihre Dienste nach einer bestimmten Zeitspanne schließen. Dies ist nützlich, um RAM zu speichern oder Dienste davon abzuhalten, deinen Computer zu verlangsamen.",
223 "settings.app.languageDisclaimer": "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Ferdi Community.", 260 "settings.app.languageDisclaimer": "Offizielle Übersetzungen: Englisch & Deutsch. Alle anderen Sprachen sind Übersetzungen der Ferdi Community.",
261 "settings.app.lockInfo": "Die Ferdi Passwort-Sperre erlaubt es dir, deine Nachrichten zu schützen.\nMit der Ferdi Passwort-Sperre wirst du beim Starten den Programms und, wenn du das Programm manuell sperrst, darum gebeten, dein Passwort einzugeben.\nDu kannst Ferdi über das Sperrsymbol in der unteren linken Ecke oder dem Shortcut CMD/CTRL+Shift+L sperren.",
262 "settings.app.lockedPassword": "Passwort für die Passwort-Sperre",
263 "settings.app.lockedPasswordInfo": "Bitte stelle sicher, dass du ein Passwort setzt, an welches du dich erinnern kannst.\nSolltest du dieses Passwort vergessen, musst du Ferdi neu installieren.",
224 "settings.app.restartRequired": "Änderungen werden erst nach einem Neustart wirksam.", 264 "settings.app.restartRequired": "Änderungen werden erst nach einem Neustart wirksam.",
265 "settings.app.scheduledDNDInfo": "Die geplante \"Nicht-stören\"-Funktion erlaubt es dir eine Zeitspanne festzulegen, in der du keine Benachrichtigungen von Ferdi erhalten möchtest.",
266 "settings.app.scheduledDNDTimeInfo": "Zeiten im 24-Stunden-Format (z.B. 18:00). Endzeit kann vor Beginn der Startzeit sein (z.B. 17:00 Uhr, Ende 09:00), um die Funktion über Nacht zu aktivieren.",
267 "settings.app.serverInfo": "Wir empfehlen dir, dich nach dem Ändern des Servers abzumelden, da Ihre Einstellungen möglicherweise sonst nicht auf dem Server gespeichert werden können.",
268 "settings.app.serverMoneyInfo": "Du verwenden den offiziellen Franz Server für Ferdi.\nWir wissen, dass Ferdi es dir erlaubt, alle Funktionen kostenlos zu nutzen, aber du verwendest immer noch Franz's Serverressourcen - für die Franz's Entwickler zahlen müssen.\nBitte überlege dir, [Link 1]für ein Franz Premium-Account zu zahlen[/Link] oder [Link 2]dir einen eigene Server einzurichten[/Link] (wenn du das Wissen und die Ressourcen dazu hast). \nDurch die Nutzung von Ferdi profitieren Sie noch immer stark von Franz's Diensten, Serverressourcen und seiner Entwicklung.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "Dieser Server wird für die Funktion \"Ferdi Todo\" verwendet. (Standard: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Hilf uns, Ferdi in Deine Sprache zu übersetzen.", 271 "settings.app.translationHelp": "Hilf uns, Ferdi in Deine Sprache zu übersetzen.",
272 "settings.app.universalDarkModeInfo": "Universeller Dark Mode versucht dynamisch Dienste abzudunkeln, die vom normalen Dark Mode noch nicht unterstützt werden.",
227 "settings.app.updateStatusAvailable": "Update verfügbar, lädt herunter ...", 273 "settings.app.updateStatusAvailable": "Update verfügbar, lädt herunter ...",
228 "settings.app.updateStatusSearching": "Suche nach Updates", 274 "settings.app.updateStatusSearching": "Suche nach Updates",
229 "settings.app.updateStatusUpToDate": "Du nutzt die aktuellste Version von Ferdi", 275 "settings.app.updateStatusUpToDate": "Du nutzt die aktuellste Version von Ferdi",
230 "settings.invite.headline": "Lade drei Deiner Freunde ein", 276 "settings.invite.headline": "Lade drei Deiner Freunde ein",
231 "settings.navigation.account": "Konto", 277 "settings.navigation.account": "Konto",
232 "settings.navigation.availableServices": "Verfügbare Dienste", 278 "settings.navigation.availableServices": "Verfügbare Dienste",
233 "settings.navigation.inviteFriends": "Freunde einladen",
234 "settings.navigation.logout": "Abmelden", 279 "settings.navigation.logout": "Abmelden",
235 "settings.navigation.settings": "Einstellungen", 280 "settings.navigation.settings": "Einstellungen",
281 "settings.navigation.supportFerdi": "Unterstütze Ferdi",
236 "settings.navigation.team": "Team verwalten", 282 "settings.navigation.team": "Team verwalten",
237 "settings.navigation.yourServices": "Deine Dienste", 283 "settings.navigation.yourServices": "Deine Dienste",
238 "settings.navigation.yourWorkspaces": "Deine Workspaces", 284 "settings.navigation.yourWorkspaces": "Deine Workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Nachrichten-Badge für alle neuen Nachrichten anzeigen", 322 "settings.service.form.indirectMessages": "Nachrichten-Badge für alle neuen Nachrichten anzeigen",
277 "settings.service.form.isMutedInfo": "Sämtliche Wiedergabe von Tönen wird deaktiviert", 323 "settings.service.form.isMutedInfo": "Sämtliche Wiedergabe von Tönen wird deaktiviert",
278 "settings.service.form.name": "Name", 324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Öffne darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP-/HTTPS-Proxy-Einstellungen", 326 "settings.service.form.proxy.headline": "HTTP-/HTTPS-Proxy-Einstellungen",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy-Einstellungen werden nicht mit den Ferdi Servern synchronisiert.", 328 "settings.service.form.proxy.info": "Proxy-Einstellungen werden nicht mit den Ferdi Servern synchronisiert.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert", 346 "settings.services.tooltip.isMuted": "Alle Töne sind deaktiviert",
300 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert", 347 "settings.services.tooltip.notificationsDisabled": "Benachrichtigungen deaktiviert",
301 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert", 348 "settings.services.updatedInfo": "Deine Änderungen wurden gespeichert",
349 "settings.supportFerdi.github": "Auf GitHub mit Stern versehen",
350 "settings.supportFerdi.headline": "Unterstütze Ferdi",
351 "settings.supportFerdi.openCollective": "Unterstütze unsere Open Collective Kampagne",
352 "settings.supportFerdi.share": "Sag es deinen Freunden",
353 "settings.supportFerdi.title": "Magst du Ferdi? Teile die Liebe!",
302 "settings.team.contentHeadline": "Ferdi für Teams", 354 "settings.team.contentHeadline": "Ferdi für Teams",
303 "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.", 355 "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.",
304 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
305 "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.", 357 "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.",
306 "settings.team.manageAction": "Verwalte dein Team auf getferdi.com", 358 "settings.team.manageAction": "Verwalte dein Team auf getferdi.com",
359 "settings.team.teamsUnavailible": "Teams sind nicht verfügbar",
360 "settings.team.teamsUnavailibleInfo": "Teams sind derzeit nur bei der Verwendung des Franz Servers und nach der Zahlung für Franz Professional verfügbar. \nBitte ändern Sie Ihren Server auf https://api.franzinfra.com, um Teams zu verwenden.",
307 "settings.team.upgradeAction": "Account Upgrade durchführen", 361 "settings.team.upgradeAction": "Account Upgrade durchführen",
308 "settings.user.form.accountType.company": "Firma", 362 "settings.user.form.accountType.company": "Firma",
309 "settings.user.form.accountType.individual": "Einzelperson", 363 "settings.user.form.accountType.individual": "Einzelperson",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Workspace erstellen", 372 "settings.workspace.add.form.submitButton": "Workspace erstellen",
319 "settings.workspace.form.buttonDelete": "Workspace löschen", 373 "settings.workspace.form.buttonDelete": "Workspace löschen",
320 "settings.workspace.form.buttonSave": "Workspace speichern", 374 "settings.workspace.form.buttonSave": "Workspace speichern",
375 "settings.workspace.form.keepLoaded": "Diesen Arbeitsbereich geladen lassen*",
376 "settings.workspace.form.keepLoadedInfo": "*Diese Option wird durch die globale Option \"Alle Arbeitsbereiche geladen lassen\" überschrieben.",
321 "settings.workspace.form.name": "Name", 377 "settings.workspace.form.name": "Name",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in diesem Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in diesem Workspace",
323 "settings.workspace.form.yourWorkspaces": "Deine Workspaces", 379 "settings.workspace.form.yourWorkspaces": "Deine Workspaces",
@@ -330,11 +386,12 @@
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Workspaces konnte nicht geladen werden", 387 "settings.workspaces.workspacesRequestFailed": "Workspaces konnte nicht geladen werden",
332 "sidebar.addNewService": "Neuen Dienst hinzufügen", 388 "sidebar.addNewService": "Neuen Dienst hinzufügen",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Ferdi Todos schließen",
334 "sidebar.closeWorkspaceDrawer": "Workspaces schließen", 390 "sidebar.closeWorkspaceDrawer": "Workspaces öffnen",
391 "sidebar.lockFerdi": "Ferdi sperren",
335 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren", 392 "sidebar.muteApp": "Benachrichtigungen & Audio deaktivieren",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Ferdi Todos öffnen",
337 "sidebar.openWorkspaceDrawer": "Workspaces ffnen", 394 "sidebar.openWorkspaceDrawer": "Workspaces schlieen",
338 "sidebar.settings": "Einstellungen", 395 "sidebar.settings": "Einstellungen",
339 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren", 396 "sidebar.unmuteApp": "Benachrichtigungen & Audio aktivieren",
340 "signup.email.label": "E-Mail-Adresse", 397 "signup.email.label": "E-Mail-Adresse",
@@ -348,20 +405,6 @@
348 "signup.link.login": "Du hast bereits ein Konto? Melde Dich an.", 405 "signup.link.login": "Du hast bereits ein Konto? Melde Dich an.",
349 "signup.password.label": "Passwort", 406 "signup.password.label": "Passwort",
350 "signup.submit.label": "Konto erstellen", 407 "signup.submit.label": "Konto erstellen",
351 "subscription.euTaxInfo": "Preise zuzüglich allfälliger Steuern",
352 "subscription.features.ads": "Werbefrei auf Lebenszeit!",
353 "subscription.features.comingSoon": "folgt bald",
354 "subscription.features.noInterruptions": "Verwende Ferdi ohne Wartezeiten",
355 "subscription.features.onpremise.mattermost": "Integration von gehosteten Diensten wie Mattermost",
356 "subscription.features.proxy": "Proxy Support für Dienste",
357 "subscription.features.spellchecker": "Unterstützung für Rechtschreibprüfung",
358 "subscription.features.workspaces": "Organisiere deine Services in Workspaces",
359 "subscription.includedFeatures": "Bezahlte Ferdi Premium Lizenzen beinhalten",
360 "subscription.paymentSessionError": "Das Zahlungs-Formular konnte nicht geladen werden.",
361 "subscription.submit.label": "Ich möchte die Entwicklung von Ferdi unterstützen",
362 "subscription.type.free": "kostenlos",
363 "subscription.type.month": "Monat",
364 "subscription.type.year": "Jahr",
365 "subscription.cta.activateTrial": "Ja, kostenlose Ferdi Professional Testlizenz starten", 408 "subscription.cta.activateTrial": "Ja, kostenlose Ferdi Professional Testlizenz starten",
366 "subscription.cta.allOptions": "Alle Optionen anzeigen", 409 "subscription.cta.allOptions": "Alle Optionen anzeigen",
367 "subscription.cta.choosePlan": "Wähle deine Lizenz", 410 "subscription.cta.choosePlan": "Wähle deine Lizenz",
@@ -384,11 +427,16 @@
384 "validation.oneRequired": "Mindestens ein Wert wird benötigt", 427 "validation.oneRequired": "Mindestens ein Wert wird benötigt",
385 "validation.required": "{field} wird benötigt", 428 "validation.required": "{field} wird benötigt",
386 "validation.url": "{field} ist keine gültige URL", 429 "validation.url": "{field} ist keine gültige URL",
430 "webControls.back": "Zurück",
431 "webControls.forward": "Vorwärts",
432 "webControls.goHome": "Startseite",
433 "webControls.openInBrowser": "Im Browser öffnen",
434 "webControls.reload": "Neu laden",
387 "welcome.loginButton": "Bei Ferdi einloggen", 435 "welcome.loginButton": "Bei Ferdi einloggen",
388 "welcome.signupButton": "Kostenloses Konto erstellen", 436 "welcome.signupButton": "Kostenloses Konto erstellen",
389 "workspaceDrawer.addNewWorkspaceLabel": "Neuen Workspace hinzufügen", 437 "workspaceDrawer.addNewWorkspaceLabel": "Neuen Workspace hinzufügen",
390 "workspaceDrawer.allServices": "Alle Dienste", 438 "workspaceDrawer.allServices": "Alle Dienste",
391 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Arbeitsbereiche",
392 "workspaceDrawer.item.contextMenuEdit": "Bearbeiten", 440 "workspaceDrawer.item.contextMenuEdit": "Bearbeiten",
393 "workspaceDrawer.item.noServicesAddedYet": "Noch keine Services hinzugefügt", 441 "workspaceDrawer.item.noServicesAddedYet": "Noch keine Services hinzugefügt",
394 "workspaceDrawer.premiumCtaButtonLabel": "Erstelle deinen ersten Workspace", 442 "workspaceDrawer.premiumCtaButtonLabel": "Erstelle deinen ersten Workspace",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 2cb42d134..c9f5ac50c 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -272,143 +272,169 @@
272 "defaultMessage": "!!!Sign in", 272 "defaultMessage": "!!!Sign in",
273 "end": { 273 "end": {
274 "column": 3, 274 "column": 3,
275 "line": 20 275 "line": 22
276 }, 276 },
277 "file": "src/components/auth/Login.js", 277 "file": "src/components/auth/Login.js",
278 "id": "login.headline", 278 "id": "login.headline",
279 "start": { 279 "start": {
280 "column": 12, 280 "column": 12,
281 "line": 17 281 "line": 19
282 } 282 }
283 }, 283 },
284 { 284 {
285 "defaultMessage": "!!!Email address", 285 "defaultMessage": "!!!Email address",
286 "end": { 286 "end": {
287 "column": 3, 287 "column": 3,
288 "line": 24 288 "line": 26
289 }, 289 },
290 "file": "src/components/auth/Login.js", 290 "file": "src/components/auth/Login.js",
291 "id": "login.email.label", 291 "id": "login.email.label",
292 "start": { 292 "start": {
293 "column": 14, 293 "column": 14,
294 "line": 21 294 "line": 23
295 } 295 }
296 }, 296 },
297 { 297 {
298 "defaultMessage": "!!!Password", 298 "defaultMessage": "!!!Password",
299 "end": { 299 "end": {
300 "column": 3, 300 "column": 3,
301 "line": 28 301 "line": 30
302 }, 302 },
303 "file": "src/components/auth/Login.js", 303 "file": "src/components/auth/Login.js",
304 "id": "login.password.label", 304 "id": "login.password.label",
305 "start": { 305 "start": {
306 "column": 17, 306 "column": 17,
307 "line": 25 307 "line": 27
308 } 308 }
309 }, 309 },
310 { 310 {
311 "defaultMessage": "!!!Sign in", 311 "defaultMessage": "!!!Sign in",
312 "end": { 312 "end": {
313 "column": 3, 313 "column": 3,
314 "line": 32 314 "line": 34
315 }, 315 },
316 "file": "src/components/auth/Login.js", 316 "file": "src/components/auth/Login.js",
317 "id": "login.submit.label", 317 "id": "login.submit.label",
318 "start": { 318 "start": {
319 "column": 21, 319 "column": 21,
320 "line": 29 320 "line": 31
321 } 321 }
322 }, 322 },
323 { 323 {
324 "defaultMessage": "!!!Email or password not valid", 324 "defaultMessage": "!!!Email or password not valid",
325 "end": { 325 "end": {
326 "column": 3, 326 "column": 3,
327 "line": 36 327 "line": 38
328 }, 328 },
329 "file": "src/components/auth/Login.js", 329 "file": "src/components/auth/Login.js",
330 "id": "login.invalidCredentials", 330 "id": "login.invalidCredentials",
331 "start": { 331 "start": {
332 "column": 22, 332 "column": 22,
333 "line": 33 333 "line": 35
334 } 334 }
335 }, 335 },
336 { 336 {
337 "defaultMessage": "!!!Using a custom Ferdi server?", 337 "defaultMessage": "!!!Using a Franz account to log in?",
338 "end": { 338 "end": {
339 "column": 3, 339 "column": 3,
340 "line": 40 340 "line": 42
341 }, 341 },
342 "file": "src/components/auth/Login.js", 342 "file": "src/components/auth/Login.js",
343 "id": "login.customServerQuestion", 343 "id": "login.customServerQuestion",
344 "start": { 344 "start": {
345 "column": 24, 345 "column": 24,
346 "line": 37 346 "line": 39
347 } 347 }
348 }, 348 },
349 { 349 {
350 "defaultMessage": "!!!Try importing your Franz account", 350 "defaultMessage": "!!!Try importing your Franz account into Ferdi",
351 "end": { 351 "end": {
352 "column": 3, 352 "column": 3,
353 "line": 44 353 "line": 46
354 }, 354 },
355 "file": "src/components/auth/Login.js", 355 "file": "src/components/auth/Login.js",
356 "id": "login.customServerSuggestion", 356 "id": "login.customServerSuggestion",
357 "start": { 357 "start": {
358 "column": 26, 358 "column": 26,
359 "line": 41 359 "line": 43
360 } 360 }
361 }, 361 },
362 { 362 {
363 "defaultMessage": "!!!Your session expired, please login again.", 363 "defaultMessage": "!!!Your session expired, please login again.",
364 "end": { 364 "end": {
365 "column": 3, 365 "column": 3,
366 "line": 48 366 "line": 50
367 }, 367 },
368 "file": "src/components/auth/Login.js", 368 "file": "src/components/auth/Login.js",
369 "id": "login.tokenExpired", 369 "id": "login.tokenExpired",
370 "start": { 370 "start": {
371 "column": 16, 371 "column": 16,
372 "line": 45 372 "line": 47
373 } 373 }
374 }, 374 },
375 { 375 {
376 "defaultMessage": "!!!Your session expired, please login again.", 376 "defaultMessage": "!!!Your session expired, please login again.",
377 "end": { 377 "end": {
378 "column": 3, 378 "column": 3,
379 "line": 52 379 "line": 54
380 }, 380 },
381 "file": "src/components/auth/Login.js", 381 "file": "src/components/auth/Login.js",
382 "id": "login.serverLogout", 382 "id": "login.serverLogout",
383 "start": { 383 "start": {
384 "column": 16, 384 "column": 16,
385 "line": 49 385 "line": 51
386 } 386 }
387 }, 387 },
388 { 388 {
389 "defaultMessage": "!!!Create a free account", 389 "defaultMessage": "!!!Create a free account",
390 "end": { 390 "end": {
391 "column": 3, 391 "column": 3,
392 "line": 56 392 "line": 58
393 }, 393 },
394 "file": "src/components/auth/Login.js", 394 "file": "src/components/auth/Login.js",
395 "id": "login.link.signup", 395 "id": "login.link.signup",
396 "start": { 396 "start": {
397 "column": 14, 397 "column": 14,
398 "line": 53 398 "line": 55
399 }
400 },
401 {
402 "defaultMessage": "!!!Change server",
403 "end": {
404 "column": 3,
405 "line": 62
406 },
407 "file": "src/components/auth/Login.js",
408 "id": "login.changeServer",
409 "start": {
410 "column": 16,
411 "line": 59
412 }
413 },
414 {
415 "defaultMessage": "!!!Use Ferdi without an Account",
416 "end": {
417 "column": 3,
418 "line": 66
419 },
420 "file": "src/components/auth/Login.js",
421 "id": "services.serverless",
422 "start": {
423 "column": 14,
424 "line": 63
399 } 425 }
400 }, 426 },
401 { 427 {
402 "defaultMessage": "!!!Forgot password", 428 "defaultMessage": "!!!Forgot password",
403 "end": { 429 "end": {
404 "column": 3, 430 "column": 3,
405 "line": 60 431 "line": 70
406 }, 432 },
407 "file": "src/components/auth/Login.js", 433 "file": "src/components/auth/Login.js",
408 "id": "login.link.password", 434 "id": "login.link.password",
409 "start": { 435 "start": {
410 "column": 16, 436 "column": 16,
411 "line": 57 437 "line": 67
412 } 438 }
413 } 439 }
414 ], 440 ],
@@ -638,143 +664,169 @@
638 "defaultMessage": "!!!Sign up", 664 "defaultMessage": "!!!Sign up",
639 "end": { 665 "end": {
640 "column": 3, 666 "column": 3,
641 "line": 20 667 "line": 22
642 }, 668 },
643 "file": "src/components/auth/Signup.js", 669 "file": "src/components/auth/Signup.js",
644 "id": "signup.headline", 670 "id": "signup.headline",
645 "start": { 671 "start": {
646 "column": 12, 672 "column": 12,
647 "line": 17 673 "line": 19
648 } 674 }
649 }, 675 },
650 { 676 {
651 "defaultMessage": "!!!Firstname", 677 "defaultMessage": "!!!Firstname",
652 "end": { 678 "end": {
653 "column": 3, 679 "column": 3,
654 "line": 24 680 "line": 26
655 }, 681 },
656 "file": "src/components/auth/Signup.js", 682 "file": "src/components/auth/Signup.js",
657 "id": "signup.firstname.label", 683 "id": "signup.firstname.label",
658 "start": { 684 "start": {
659 "column": 18, 685 "column": 18,
660 "line": 21 686 "line": 23
661 } 687 }
662 }, 688 },
663 { 689 {
664 "defaultMessage": "!!!Lastname", 690 "defaultMessage": "!!!Lastname",
665 "end": { 691 "end": {
666 "column": 3, 692 "column": 3,
667 "line": 28 693 "line": 30
668 }, 694 },
669 "file": "src/components/auth/Signup.js", 695 "file": "src/components/auth/Signup.js",
670 "id": "signup.lastname.label", 696 "id": "signup.lastname.label",
671 "start": { 697 "start": {
672 "column": 17, 698 "column": 17,
673 "line": 25 699 "line": 27
674 } 700 }
675 }, 701 },
676 { 702 {
677 "defaultMessage": "!!!Email address", 703 "defaultMessage": "!!!Email address",
678 "end": { 704 "end": {
679 "column": 3, 705 "column": 3,
680 "line": 32 706 "line": 34
681 }, 707 },
682 "file": "src/components/auth/Signup.js", 708 "file": "src/components/auth/Signup.js",
683 "id": "signup.email.label", 709 "id": "signup.email.label",
684 "start": { 710 "start": {
685 "column": 14, 711 "column": 14,
686 "line": 29 712 "line": 31
687 } 713 }
688 }, 714 },
689 { 715 {
690 "defaultMessage": "!!!Password", 716 "defaultMessage": "!!!Password",
691 "end": { 717 "end": {
692 "column": 3, 718 "column": 3,
693 "line": 40 719 "line": 42
694 }, 720 },
695 "file": "src/components/auth/Signup.js", 721 "file": "src/components/auth/Signup.js",
696 "id": "signup.password.label", 722 "id": "signup.password.label",
697 "start": { 723 "start": {
698 "column": 17, 724 "column": 17,
699 "line": 37 725 "line": 39
700 } 726 }
701 }, 727 },
702 { 728 {
703 "defaultMessage": "!!!By creating a Ferdi account you accept the", 729 "defaultMessage": "!!!By creating a Ferdi account you accept the",
704 "end": { 730 "end": {
705 "column": 3, 731 "column": 3,
706 "line": 44 732 "line": 46
707 }, 733 },
708 "file": "src/components/auth/Signup.js", 734 "file": "src/components/auth/Signup.js",
709 "id": "signup.legal.info", 735 "id": "signup.legal.info",
710 "start": { 736 "start": {
711 "column": 13, 737 "column": 13,
712 "line": 41 738 "line": 43
713 } 739 }
714 }, 740 },
715 { 741 {
716 "defaultMessage": "!!!Terms of service", 742 "defaultMessage": "!!!Terms of service",
717 "end": { 743 "end": {
718 "column": 3, 744 "column": 3,
719 "line": 48 745 "line": 50
720 }, 746 },
721 "file": "src/components/auth/Signup.js", 747 "file": "src/components/auth/Signup.js",
722 "id": "signup.legal.terms", 748 "id": "signup.legal.terms",
723 "start": { 749 "start": {
724 "column": 9, 750 "column": 9,
725 "line": 45 751 "line": 47
726 } 752 }
727 }, 753 },
728 { 754 {
729 "defaultMessage": "!!!Privacy Statement", 755 "defaultMessage": "!!!Privacy Statement",
730 "end": { 756 "end": {
731 "column": 3, 757 "column": 3,
732 "line": 52 758 "line": 54
733 }, 759 },
734 "file": "src/components/auth/Signup.js", 760 "file": "src/components/auth/Signup.js",
735 "id": "signup.legal.privacy", 761 "id": "signup.legal.privacy",
736 "start": { 762 "start": {
737 "column": 11, 763 "column": 11,
738 "line": 49 764 "line": 51
739 } 765 }
740 }, 766 },
741 { 767 {
742 "defaultMessage": "!!!Create account", 768 "defaultMessage": "!!!Create account",
743 "end": { 769 "end": {
744 "column": 3, 770 "column": 3,
745 "line": 56 771 "line": 58
746 }, 772 },
747 "file": "src/components/auth/Signup.js", 773 "file": "src/components/auth/Signup.js",
748 "id": "signup.submit.label", 774 "id": "signup.submit.label",
749 "start": { 775 "start": {
750 "column": 21, 776 "column": 21,
751 "line": 53 777 "line": 55
752 } 778 }
753 }, 779 },
754 { 780 {
755 "defaultMessage": "!!!Already have an account, sign in?", 781 "defaultMessage": "!!!Already have an account, sign in?",
756 "end": { 782 "end": {
757 "column": 3, 783 "column": 3,
758 "line": 60 784 "line": 62
759 }, 785 },
760 "file": "src/components/auth/Signup.js", 786 "file": "src/components/auth/Signup.js",
761 "id": "signup.link.login", 787 "id": "signup.link.login",
762 "start": { 788 "start": {
763 "column": 13, 789 "column": 13,
764 "line": 57 790 "line": 59
791 }
792 },
793 {
794 "defaultMessage": "!!!Change server",
795 "end": {
796 "column": 3,
797 "line": 66
798 },
799 "file": "src/components/auth/Signup.js",
800 "id": "login.changeServer",
801 "start": {
802 "column": 16,
803 "line": 63
804 }
805 },
806 {
807 "defaultMessage": "!!!Use Ferdi without an Account",
808 "end": {
809 "column": 3,
810 "line": 70
811 },
812 "file": "src/components/auth/Signup.js",
813 "id": "services.serverless",
814 "start": {
815 "column": 14,
816 "line": 67
765 } 817 }
766 }, 818 },
767 { 819 {
768 "defaultMessage": "!!!A user with that email address already exists", 820 "defaultMessage": "!!!A user with that email address already exists",
769 "end": { 821 "end": {
770 "column": 3, 822 "column": 3,
771 "line": 64 823 "line": 74
772 }, 824 },
773 "file": "src/components/auth/Signup.js", 825 "file": "src/components/auth/Signup.js",
774 "id": "signup.emailDuplicate", 826 "id": "signup.emailDuplicate",
775 "start": { 827 "start": {
776 "column": 18, 828 "column": 18,
777 "line": 61 829 "line": 71
778 } 830 }
779 } 831 }
780 ], 832 ],
@@ -786,26 +838,39 @@
786 "defaultMessage": "!!!Create a free account", 838 "defaultMessage": "!!!Create a free account",
787 "end": { 839 "end": {
788 "column": 3, 840 "column": 3,
789 "line": 12 841 "line": 14
790 }, 842 },
791 "file": "src/components/auth/Welcome.js", 843 "file": "src/components/auth/Welcome.js",
792 "id": "welcome.signupButton", 844 "id": "welcome.signupButton",
793 "start": { 845 "start": {
794 "column": 16, 846 "column": 16,
795 "line": 9 847 "line": 11
796 } 848 }
797 }, 849 },
798 { 850 {
799 "defaultMessage": "!!!Login to your account", 851 "defaultMessage": "!!!Login to your account",
800 "end": { 852 "end": {
801 "column": 3, 853 "column": 3,
802 "line": 16 854 "line": 18
803 }, 855 },
804 "file": "src/components/auth/Welcome.js", 856 "file": "src/components/auth/Welcome.js",
805 "id": "welcome.loginButton", 857 "id": "welcome.loginButton",
806 "start": { 858 "start": {
807 "column": 15, 859 "column": 15,
808 "line": 13 860 "line": 15
861 }
862 },
863 {
864 "defaultMessage": "!!!Use Ferdi without an Account",
865 "end": {
866 "column": 3,
867 "line": 22
868 },
869 "file": "src/components/auth/Welcome.js",
870 "id": "services.serverless",
871 "start": {
872 "column": 14,
873 "line": 19
809 } 874 }
810 } 875 }
811 ], 876 ],
@@ -1167,52 +1232,65 @@
1167 "defaultMessage": "!!!Welcome to Ferdi", 1232 "defaultMessage": "!!!Welcome to Ferdi",
1168 "end": { 1233 "end": {
1169 "column": 3, 1234 "column": 3,
1170 "line": 17 1235 "line": 18
1171 }, 1236 },
1172 "file": "src/components/services/content/Services.js", 1237 "file": "src/components/services/content/Services.js",
1173 "id": "services.welcome", 1238 "id": "services.welcome",
1174 "start": { 1239 "start": {
1175 "column": 11, 1240 "column": 11,
1176 "line": 14 1241 "line": 15
1177 } 1242 }
1178 }, 1243 },
1179 { 1244 {
1180 "defaultMessage": "!!!Get started", 1245 "defaultMessage": "!!!Get started",
1181 "end": { 1246 "end": {
1182 "column": 3, 1247 "column": 3,
1183 "line": 21 1248 "line": 22
1184 }, 1249 },
1185 "file": "src/components/services/content/Services.js", 1250 "file": "src/components/services/content/Services.js",
1186 "id": "services.getStarted", 1251 "id": "services.getStarted",
1187 "start": { 1252 "start": {
1188 "column": 14, 1253 "column": 14,
1189 "line": 18 1254 "line": 19
1190 } 1255 }
1191 }, 1256 },
1192 { 1257 {
1193 "defaultMessage": "!!!Please login to use Ferdi.", 1258 "defaultMessage": "!!!Please login to use Ferdi.",
1194 "end": { 1259 "end": {
1195 "column": 3, 1260 "column": 3,
1196 "line": 25 1261 "line": 26
1197 }, 1262 },
1198 "file": "src/components/services/content/Services.js", 1263 "file": "src/components/services/content/Services.js",
1199 "id": "services.login", 1264 "id": "services.login",
1200 "start": { 1265 "start": {
1201 "column": 9, 1266 "column": 9,
1202 "line": 22 1267 "line": 23
1268 }
1269 },
1270 {
1271 "defaultMessage": "!!!Use Ferdi without an Account",
1272 "end": {
1273 "column": 3,
1274 "line": 30
1275 },
1276 "file": "src/components/services/content/Services.js",
1277 "id": "services.serverless",
1278 "start": {
1279 "column": 14,
1280 "line": 27
1203 } 1281 }
1204 }, 1282 },
1205 { 1283 {
1206 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 1284 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
1207 "end": { 1285 "end": {
1208 "column": 3, 1286 "column": 3,
1209 "line": 29 1287 "line": 34
1210 }, 1288 },
1211 "file": "src/components/services/content/Services.js", 1289 "file": "src/components/services/content/Services.js",
1212 "id": "services.serverInfo", 1290 "id": "services.serverInfo",
1213 "start": { 1291 "start": {
1214 "column": 14, 1292 "column": 14,
1215 "line": 26 1293 "line": 31
1216 } 1294 }
1217 } 1295 }
1218 ], 1296 ],
@@ -1974,263 +2052,276 @@
1974 } 2052 }
1975 }, 2053 },
1976 { 2054 {
1977 "defaultMessage": "!!!Available services", 2055 "defaultMessage": "!!!Open darkmode.css",
1978 "end": { 2056 "end": {
1979 "column": 3, 2057 "column": 3,
1980 "line": 35 2058 "line": 35
1981 }, 2059 },
1982 "file": "src/components/settings/services/EditServiceForm.js", 2060 "file": "src/components/settings/services/EditServiceForm.js",
2061 "id": "settings.service.form.openDarkmodeCss",
2062 "start": {
2063 "column": 19,
2064 "line": 32
2065 }
2066 },
2067 {
2068 "defaultMessage": "!!!Available services",
2069 "end": {
2070 "column": 3,
2071 "line": 39
2072 },
2073 "file": "src/components/settings/services/EditServiceForm.js",
1983 "id": "settings.service.form.availableServices", 2074 "id": "settings.service.form.availableServices",
1984 "start": { 2075 "start": {
1985 "column": 21, 2076 "column": 21,
1986 "line": 32 2077 "line": 36
1987 } 2078 }
1988 }, 2079 },
1989 { 2080 {
1990 "defaultMessage": "!!!Your services", 2081 "defaultMessage": "!!!Your services",
1991 "end": { 2082 "end": {
1992 "column": 3, 2083 "column": 3,
1993 "line": 39 2084 "line": 43
1994 }, 2085 },
1995 "file": "src/components/settings/services/EditServiceForm.js", 2086 "file": "src/components/settings/services/EditServiceForm.js",
1996 "id": "settings.service.form.yourServices", 2087 "id": "settings.service.form.yourServices",
1997 "start": { 2088 "start": {
1998 "column": 16, 2089 "column": 16,
1999 "line": 36 2090 "line": 40
2000 } 2091 }
2001 }, 2092 },
2002 { 2093 {
2003 "defaultMessage": "!!!Add {name}", 2094 "defaultMessage": "!!!Add {name}",
2004 "end": { 2095 "end": {
2005 "column": 3, 2096 "column": 3,
2006 "line": 43 2097 "line": 47
2007 }, 2098 },
2008 "file": "src/components/settings/services/EditServiceForm.js", 2099 "file": "src/components/settings/services/EditServiceForm.js",
2009 "id": "settings.service.form.addServiceHeadline", 2100 "id": "settings.service.form.addServiceHeadline",
2010 "start": { 2101 "start": {
2011 "column": 22, 2102 "column": 22,
2012 "line": 40 2103 "line": 44
2013 } 2104 }
2014 }, 2105 },
2015 { 2106 {
2016 "defaultMessage": "!!!Edit {name}", 2107 "defaultMessage": "!!!Edit {name}",
2017 "end": { 2108 "end": {
2018 "column": 3, 2109 "column": 3,
2019 "line": 47 2110 "line": 51
2020 }, 2111 },
2021 "file": "src/components/settings/services/EditServiceForm.js", 2112 "file": "src/components/settings/services/EditServiceForm.js",
2022 "id": "settings.service.form.editServiceHeadline", 2113 "id": "settings.service.form.editServiceHeadline",
2023 "start": { 2114 "start": {
2024 "column": 23, 2115 "column": 23,
2025 "line": 44 2116 "line": 48
2026 } 2117 }
2027 }, 2118 },
2028 { 2119 {
2029 "defaultMessage": "!!!Hosted", 2120 "defaultMessage": "!!!Hosted",
2030 "end": { 2121 "end": {
2031 "column": 3, 2122 "column": 3,
2032 "line": 51 2123 "line": 55
2033 }, 2124 },
2034 "file": "src/components/settings/services/EditServiceForm.js", 2125 "file": "src/components/settings/services/EditServiceForm.js",
2035 "id": "settings.service.form.tabHosted", 2126 "id": "settings.service.form.tabHosted",
2036 "start": { 2127 "start": {
2037 "column": 13, 2128 "column": 13,
2038 "line": 48 2129 "line": 52
2039 } 2130 }
2040 }, 2131 },
2041 { 2132 {
2042 "defaultMessage": "!!!Self hosted ⭐️", 2133 "defaultMessage": "!!!Self hosted ⭐️",
2043 "end": { 2134 "end": {
2044 "column": 3, 2135 "column": 3,
2045 "line": 55 2136 "line": 59
2046 }, 2137 },
2047 "file": "src/components/settings/services/EditServiceForm.js", 2138 "file": "src/components/settings/services/EditServiceForm.js",
2048 "id": "settings.service.form.tabOnPremise", 2139 "id": "settings.service.form.tabOnPremise",
2049 "start": { 2140 "start": {
2050 "column": 16, 2141 "column": 16,
2051 "line": 52 2142 "line": 56
2052 } 2143 }
2053 }, 2144 },
2054 { 2145 {
2055 "defaultMessage": "!!!Use the hosted {name} service.", 2146 "defaultMessage": "!!!Use the hosted {name} service.",
2056 "end": { 2147 "end": {
2057 "column": 3, 2148 "column": 3,
2058 "line": 59 2149 "line": 63
2059 }, 2150 },
2060 "file": "src/components/settings/services/EditServiceForm.js", 2151 "file": "src/components/settings/services/EditServiceForm.js",
2061 "id": "settings.service.form.useHostedService", 2152 "id": "settings.service.form.useHostedService",
2062 "start": { 2153 "start": {
2063 "column": 20, 2154 "column": 20,
2064 "line": 56 2155 "line": 60
2065 } 2156 }
2066 }, 2157 },
2067 { 2158 {
2068 "defaultMessage": "!!!Could not validate custom {name} server.", 2159 "defaultMessage": "!!!Could not validate custom {name} server.",
2069 "end": { 2160 "end": {
2070 "column": 3, 2161 "column": 3,
2071 "line": 63 2162 "line": 67
2072 }, 2163 },
2073 "file": "src/components/settings/services/EditServiceForm.js", 2164 "file": "src/components/settings/services/EditServiceForm.js",
2074 "id": "settings.service.form.customUrlValidationError", 2165 "id": "settings.service.form.customUrlValidationError",
2075 "start": { 2166 "start": {
2076 "column": 28, 2167 "column": 28,
2077 "line": 60 2168 "line": 64
2078 } 2169 }
2079 }, 2170 },
2080 { 2171 {
2081 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 2172 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
2082 "end": { 2173 "end": {
2083 "column": 3, 2174 "column": 3,
2084 "line": 67 2175 "line": 71
2085 }, 2176 },
2086 "file": "src/components/settings/services/EditServiceForm.js", 2177 "file": "src/components/settings/services/EditServiceForm.js",
2087 "id": "settings.service.form.customUrlPremiumInfo", 2178 "id": "settings.service.form.customUrlPremiumInfo",
2088 "start": { 2179 "start": {
2089 "column": 24, 2180 "column": 24,
2090 "line": 64 2181 "line": 68
2091 } 2182 }
2092 }, 2183 },
2093 { 2184 {
2094 "defaultMessage": "!!!Upgrade your account", 2185 "defaultMessage": "!!!Upgrade your account",
2095 "end": { 2186 "end": {
2096 "column": 3, 2187 "column": 3,
2097 "line": 71 2188 "line": 75
2098 }, 2189 },
2099 "file": "src/components/settings/services/EditServiceForm.js", 2190 "file": "src/components/settings/services/EditServiceForm.js",
2100 "id": "settings.service.form.customUrlUpgradeAccount", 2191 "id": "settings.service.form.customUrlUpgradeAccount",
2101 "start": { 2192 "start": {
2102 "column": 27, 2193 "column": 27,
2103 "line": 68 2194 "line": 72
2104 } 2195 }
2105 }, 2196 },
2106 { 2197 {
2107 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 2198 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
2108 "end": { 2199 "end": {
2109 "column": 3, 2200 "column": 3,
2110 "line": 75 2201 "line": 79
2111 }, 2202 },
2112 "file": "src/components/settings/services/EditServiceForm.js", 2203 "file": "src/components/settings/services/EditServiceForm.js",
2113 "id": "settings.service.form.indirectMessageInfo", 2204 "id": "settings.service.form.indirectMessageInfo",
2114 "start": { 2205 "start": {
2115 "column": 23, 2206 "column": 23,
2116 "line": 72 2207 "line": 76
2117 } 2208 }
2118 }, 2209 },
2119 { 2210 {
2120 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 2211 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
2121 "end": { 2212 "end": {
2122 "column": 3, 2213 "column": 3,
2123 "line": 79 2214 "line": 83
2124 }, 2215 },
2125 "file": "src/components/settings/services/EditServiceForm.js", 2216 "file": "src/components/settings/services/EditServiceForm.js",
2126 "id": "settings.service.form.isMutedInfo", 2217 "id": "settings.service.form.isMutedInfo",
2127 "start": { 2218 "start": {
2128 "column": 15, 2219 "column": 15,
2129 "line": 76 2220 "line": 80
2130 } 2221 }
2131 }, 2222 },
2132 { 2223 {
2133 "defaultMessage": "!!!Notifications", 2224 "defaultMessage": "!!!Notifications",
2134 "end": { 2225 "end": {
2135 "column": 3, 2226 "column": 3,
2136 "line": 83 2227 "line": 87
2137 }, 2228 },
2138 "file": "src/components/settings/services/EditServiceForm.js", 2229 "file": "src/components/settings/services/EditServiceForm.js",
2139 "id": "settings.service.form.headlineNotifications", 2230 "id": "settings.service.form.headlineNotifications",
2140 "start": { 2231 "start": {
2141 "column": 25, 2232 "column": 25,
2142 "line": 80 2233 "line": 84
2143 } 2234 }
2144 }, 2235 },
2145 { 2236 {
2146 "defaultMessage": "!!!Unread message badges", 2237 "defaultMessage": "!!!Unread message badges",
2147 "end": { 2238 "end": {
2148 "column": 3, 2239 "column": 3,
2149 "line": 87 2240 "line": 91
2150 }, 2241 },
2151 "file": "src/components/settings/services/EditServiceForm.js", 2242 "file": "src/components/settings/services/EditServiceForm.js",
2152 "id": "settings.service.form.headlineBadges", 2243 "id": "settings.service.form.headlineBadges",
2153 "start": { 2244 "start": {
2154 "column": 18, 2245 "column": 18,
2155 "line": 84 2246 "line": 88
2156 } 2247 }
2157 }, 2248 },
2158 { 2249 {
2159 "defaultMessage": "!!!General", 2250 "defaultMessage": "!!!General",
2160 "end": { 2251 "end": {
2161 "column": 3, 2252 "column": 3,
2162 "line": 91 2253 "line": 95
2163 }, 2254 },
2164 "file": "src/components/settings/services/EditServiceForm.js", 2255 "file": "src/components/settings/services/EditServiceForm.js",
2165 "id": "settings.service.form.headlineGeneral", 2256 "id": "settings.service.form.headlineGeneral",
2166 "start": { 2257 "start": {
2167 "column": 19, 2258 "column": 19,
2168 "line": 88 2259 "line": 92
2169 } 2260 }
2170 }, 2261 },
2171 { 2262 {
2172 "defaultMessage": "!!!Delete", 2263 "defaultMessage": "!!!Delete",
2173 "end": { 2264 "end": {
2174 "column": 3, 2265 "column": 3,
2175 "line": 95 2266 "line": 99
2176 }, 2267 },
2177 "file": "src/components/settings/services/EditServiceForm.js", 2268 "file": "src/components/settings/services/EditServiceForm.js",
2178 "id": "settings.service.form.iconDelete", 2269 "id": "settings.service.form.iconDelete",
2179 "start": { 2270 "start": {
2180 "column": 14, 2271 "column": 14,
2181 "line": 92 2272 "line": 96
2182 } 2273 }
2183 }, 2274 },
2184 { 2275 {
2185 "defaultMessage": "!!!Drop your image, or click here", 2276 "defaultMessage": "!!!Drop your image, or click here",
2186 "end": { 2277 "end": {
2187 "column": 3, 2278 "column": 3,
2188 "line": 99 2279 "line": 103
2189 }, 2280 },
2190 "file": "src/components/settings/services/EditServiceForm.js", 2281 "file": "src/components/settings/services/EditServiceForm.js",
2191 "id": "settings.service.form.iconUpload", 2282 "id": "settings.service.form.iconUpload",
2192 "start": { 2283 "start": {
2193 "column": 14, 2284 "column": 14,
2194 "line": 96 2285 "line": 100
2195 } 2286 }
2196 }, 2287 },
2197 { 2288 {
2198 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 2289 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
2199 "end": { 2290 "end": {
2200 "column": 3, 2291 "column": 3,
2201 "line": 103 2292 "line": 107
2202 }, 2293 },
2203 "file": "src/components/settings/services/EditServiceForm.js", 2294 "file": "src/components/settings/services/EditServiceForm.js",
2204 "id": "settings.service.form.proxy.headline", 2295 "id": "settings.service.form.proxy.headline",
2205 "start": { 2296 "start": {
2206 "column": 17, 2297 "column": 17,
2207 "line": 100 2298 "line": 104
2208 } 2299 }
2209 }, 2300 },
2210 { 2301 {
2211 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 2302 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
2212 "end": { 2303 "end": {
2213 "column": 3, 2304 "column": 3,
2214 "line": 107 2305 "line": 111
2215 }, 2306 },
2216 "file": "src/components/settings/services/EditServiceForm.js", 2307 "file": "src/components/settings/services/EditServiceForm.js",
2217 "id": "settings.service.form.proxy.restartInfo", 2308 "id": "settings.service.form.proxy.restartInfo",
2218 "start": { 2309 "start": {
2219 "column": 20, 2310 "column": 20,
2220 "line": 104 2311 "line": 108
2221 } 2312 }
2222 }, 2313 },
2223 { 2314 {
2224 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 2315 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
2225 "end": { 2316 "end": {
2226 "column": 3, 2317 "column": 3,
2227 "line": 111 2318 "line": 115
2228 }, 2319 },
2229 "file": "src/components/settings/services/EditServiceForm.js", 2320 "file": "src/components/settings/services/EditServiceForm.js",
2230 "id": "settings.service.form.proxy.info", 2321 "id": "settings.service.form.proxy.info",
2231 "start": { 2322 "start": {
2232 "column": 13, 2323 "column": 13,
2233 "line": 108 2324 "line": 112
2234 } 2325 }
2235 } 2326 }
2236 ], 2327 ],
@@ -2488,315 +2579,354 @@
2488 } 2579 }
2489 }, 2580 },
2490 { 2581 {
2491 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.", 2582 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
2492 "end": { 2583 "end": {
2493 "column": 3, 2584 "column": 3,
2494 "line": 37 2585 "line": 37
2495 }, 2586 },
2496 "file": "src/components/settings/settings/EditSettingsForm.js", 2587 "file": "src/components/settings/settings/EditSettingsForm.js",
2588 "id": "settings.app.hibernateInfo",
2589 "start": {
2590 "column": 17,
2591 "line": 34
2592 }
2593 },
2594 {
2595 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.",
2596 "end": {
2597 "column": 3,
2598 "line": 41
2599 },
2600 "file": "src/components/settings/settings/EditSettingsForm.js",
2497 "id": "settings.app.serverInfo", 2601 "id": "settings.app.serverInfo",
2498 "start": { 2602 "start": {
2499 "column": 14, 2603 "column": 14,
2500 "line": 34 2604 "line": 38
2501 } 2605 }
2502 }, 2606 },
2503 { 2607 {
2504 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.", 2608 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.",
2505 "end": { 2609 "end": {
2506 "column": 3, 2610 "column": 3,
2507 "line": 41 2611 "line": 45
2508 }, 2612 },
2509 "file": "src/components/settings/settings/EditSettingsForm.js", 2613 "file": "src/components/settings/settings/EditSettingsForm.js",
2510 "id": "settings.app.serverMoneyInfo", 2614 "id": "settings.app.serverMoneyInfo",
2511 "start": { 2615 "start": {
2512 "column": 19, 2616 "column": 19,
2513 "line": 38 2617 "line": 42
2514 } 2618 }
2515 }, 2619 },
2516 { 2620 {
2517 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 2621 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
2518 "end": { 2622 "end": {
2519 "column": 3, 2623 "column": 3,
2520 "line": 45 2624 "line": 49
2521 }, 2625 },
2522 "file": "src/components/settings/settings/EditSettingsForm.js", 2626 "file": "src/components/settings/settings/EditSettingsForm.js",
2523 "id": "settings.app.todoServerInfo", 2627 "id": "settings.app.todoServerInfo",
2524 "start": { 2628 "start": {
2525 "column": 18, 2629 "column": 18,
2526 "line": 42 2630 "line": 46
2527 } 2631 }
2528 }, 2632 },
2529 { 2633 {
2530 "defaultMessage": "!!!Ferdi Lock Password", 2634 "defaultMessage": "!!!Ferdi Lock Password",
2531 "end": { 2635 "end": {
2532 "column": 3, 2636 "column": 3,
2533 "line": 49 2637 "line": 53
2534 }, 2638 },
2535 "file": "src/components/settings/settings/EditSettingsForm.js", 2639 "file": "src/components/settings/settings/EditSettingsForm.js",
2536 "id": "settings.app.lockedPassword", 2640 "id": "settings.app.lockedPassword",
2537 "start": { 2641 "start": {
2538 "column": 18, 2642 "column": 18,
2539 "line": 46 2643 "line": 50
2540 } 2644 }
2541 }, 2645 },
2542 { 2646 {
2543 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 2647 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
2544 "end": { 2648 "end": {
2545 "column": 3, 2649 "column": 3,
2546 "line": 53 2650 "line": 57
2547 }, 2651 },
2548 "file": "src/components/settings/settings/EditSettingsForm.js", 2652 "file": "src/components/settings/settings/EditSettingsForm.js",
2549 "id": "settings.app.lockedPasswordInfo", 2653 "id": "settings.app.lockedPasswordInfo",
2550 "start": { 2654 "start": {
2551 "column": 22, 2655 "column": 22,
2552 "line": 50 2656 "line": 54
2553 } 2657 }
2554 }, 2658 },
2555 { 2659 {
2556 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.", 2660 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
2557 "end": { 2661 "end": {
2558 "column": 3, 2662 "column": 3,
2559 "line": 57 2663 "line": 61
2560 }, 2664 },
2561 "file": "src/components/settings/settings/EditSettingsForm.js", 2665 "file": "src/components/settings/settings/EditSettingsForm.js",
2562 "id": "settings.app.lockInfo", 2666 "id": "settings.app.lockInfo",
2563 "start": { 2667 "start": {
2564 "column": 12, 2668 "column": 12,
2565 "line": 54 2669 "line": 58
2566 } 2670 }
2567 }, 2671 },
2568 { 2672 {
2569 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 2673 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
2570 "end": { 2674 "end": {
2571 "column": 3, 2675 "column": 3,
2572 "line": 61 2676 "line": 65
2573 }, 2677 },
2574 "file": "src/components/settings/settings/EditSettingsForm.js", 2678 "file": "src/components/settings/settings/EditSettingsForm.js",
2575 "id": "settings.app.scheduledDNDTimeInfo", 2679 "id": "settings.app.scheduledDNDTimeInfo",
2576 "start": { 2680 "start": {
2577 "column": 24, 2681 "column": 24,
2578 "line": 58 2682 "line": 62
2579 } 2683 }
2580 }, 2684 },
2581 { 2685 {
2582 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 2686 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
2583 "end": { 2687 "end": {
2584 "column": 3, 2688 "column": 3,
2585 "line": 65 2689 "line": 69
2586 }, 2690 },
2587 "file": "src/components/settings/settings/EditSettingsForm.js", 2691 "file": "src/components/settings/settings/EditSettingsForm.js",
2588 "id": "settings.app.scheduledDNDInfo", 2692 "id": "settings.app.scheduledDNDInfo",
2589 "start": { 2693 "start": {
2590 "column": 20, 2694 "column": 20,
2591 "line": 62 2695 "line": 66
2592 } 2696 }
2593 }, 2697 },
2594 { 2698 {
2595 "defaultMessage": "!!!Language", 2699 "defaultMessage": "!!!Language",
2596 "end": { 2700 "end": {
2597 "column": 3, 2701 "column": 3,
2598 "line": 69 2702 "line": 73
2599 }, 2703 },
2600 "file": "src/components/settings/settings/EditSettingsForm.js", 2704 "file": "src/components/settings/settings/EditSettingsForm.js",
2601 "id": "settings.app.headlineLanguage", 2705 "id": "settings.app.headlineLanguage",
2602 "start": { 2706 "start": {
2603 "column": 20, 2707 "column": 20,
2604 "line": 66 2708 "line": 70
2605 } 2709 }
2606 }, 2710 },
2607 { 2711 {
2608 "defaultMessage": "!!!Updates", 2712 "defaultMessage": "!!!Updates",
2609 "end": { 2713 "end": {
2610 "column": 3, 2714 "column": 3,
2611 "line": 73 2715 "line": 77
2612 }, 2716 },
2613 "file": "src/components/settings/settings/EditSettingsForm.js", 2717 "file": "src/components/settings/settings/EditSettingsForm.js",
2614 "id": "settings.app.headlineUpdates", 2718 "id": "settings.app.headlineUpdates",
2615 "start": { 2719 "start": {
2616 "column": 19, 2720 "column": 19,
2617 "line": 70 2721 "line": 74
2618 } 2722 }
2619 }, 2723 },
2620 { 2724 {
2621 "defaultMessage": "!!!Appearance", 2725 "defaultMessage": "!!!Appearance",
2622 "end": { 2726 "end": {
2623 "column": 3, 2727 "column": 3,
2624 "line": 77 2728 "line": 81
2625 }, 2729 },
2626 "file": "src/components/settings/settings/EditSettingsForm.js", 2730 "file": "src/components/settings/settings/EditSettingsForm.js",
2627 "id": "settings.app.headlineAppearance", 2731 "id": "settings.app.headlineAppearance",
2628 "start": { 2732 "start": {
2629 "column": 22, 2733 "column": 22,
2630 "line": 74 2734 "line": 78
2735 }
2736 },
2737 {
2738 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
2739 "end": {
2740 "column": 3,
2741 "line": 85
2742 },
2743 "file": "src/components/settings/settings/EditSettingsForm.js",
2744 "id": "settings.app.universalDarkModeInfo",
2745 "start": {
2746 "column": 25,
2747 "line": 82
2748 }
2749 },
2750 {
2751 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: #7367f0)",
2752 "end": {
2753 "column": 3,
2754 "line": 89
2755 },
2756 "file": "src/components/settings/settings/EditSettingsForm.js",
2757 "id": "settings.app.accentColorInfo",
2758 "start": {
2759 "column": 19,
2760 "line": 86
2631 } 2761 }
2632 }, 2762 },
2633 { 2763 {
2634 "defaultMessage": "!!!Advanced", 2764 "defaultMessage": "!!!Advanced",
2635 "end": { 2765 "end": {
2636 "column": 3, 2766 "column": 3,
2637 "line": 81 2767 "line": 93
2638 }, 2768 },
2639 "file": "src/components/settings/settings/EditSettingsForm.js", 2769 "file": "src/components/settings/settings/EditSettingsForm.js",
2640 "id": "settings.app.headlineAdvanced", 2770 "id": "settings.app.headlineAdvanced",
2641 "start": { 2771 "start": {
2642 "column": 20, 2772 "column": 20,
2643 "line": 78 2773 "line": 90
2644 } 2774 }
2645 }, 2775 },
2646 { 2776 {
2647 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 2777 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
2648 "end": { 2778 "end": {
2649 "column": 3, 2779 "column": 3,
2650 "line": 85 2780 "line": 97
2651 }, 2781 },
2652 "file": "src/components/settings/settings/EditSettingsForm.js", 2782 "file": "src/components/settings/settings/EditSettingsForm.js",
2653 "id": "settings.app.translationHelp", 2783 "id": "settings.app.translationHelp",
2654 "start": { 2784 "start": {
2655 "column": 19, 2785 "column": 19,
2656 "line": 82 2786 "line": 94
2657 } 2787 }
2658 }, 2788 },
2659 { 2789 {
2660 "defaultMessage": "!!!Cache", 2790 "defaultMessage": "!!!Cache",
2661 "end": { 2791 "end": {
2662 "column": 3, 2792 "column": 3,
2663 "line": 89 2793 "line": 101
2664 }, 2794 },
2665 "file": "src/components/settings/settings/EditSettingsForm.js", 2795 "file": "src/components/settings/settings/EditSettingsForm.js",
2666 "id": "settings.app.subheadlineCache", 2796 "id": "settings.app.subheadlineCache",
2667 "start": { 2797 "start": {
2668 "column": 20, 2798 "column": 20,
2669 "line": 86 2799 "line": 98
2670 } 2800 }
2671 }, 2801 },
2672 { 2802 {
2673 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 2803 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
2674 "end": { 2804 "end": {
2675 "column": 3, 2805 "column": 3,
2676 "line": 93 2806 "line": 105
2677 }, 2807 },
2678 "file": "src/components/settings/settings/EditSettingsForm.js", 2808 "file": "src/components/settings/settings/EditSettingsForm.js",
2679 "id": "settings.app.cacheInfo", 2809 "id": "settings.app.cacheInfo",
2680 "start": { 2810 "start": {
2681 "column": 13, 2811 "column": 13,
2682 "line": 90 2812 "line": 102
2683 } 2813 }
2684 }, 2814 },
2685 { 2815 {
2686 "defaultMessage": "!!!Clear cache", 2816 "defaultMessage": "!!!Clear cache",
2687 "end": { 2817 "end": {
2688 "column": 3, 2818 "column": 3,
2689 "line": 97 2819 "line": 109
2690 }, 2820 },
2691 "file": "src/components/settings/settings/EditSettingsForm.js", 2821 "file": "src/components/settings/settings/EditSettingsForm.js",
2692 "id": "settings.app.buttonClearAllCache", 2822 "id": "settings.app.buttonClearAllCache",
2693 "start": { 2823 "start": {
2694 "column": 23, 2824 "column": 23,
2695 "line": 94 2825 "line": 106
2696 } 2826 }
2697 }, 2827 },
2698 { 2828 {
2699 "defaultMessage": "!!!Check for updates", 2829 "defaultMessage": "!!!Check for updates",
2700 "end": { 2830 "end": {
2701 "column": 3, 2831 "column": 3,
2702 "line": 101 2832 "line": 113
2703 }, 2833 },
2704 "file": "src/components/settings/settings/EditSettingsForm.js", 2834 "file": "src/components/settings/settings/EditSettingsForm.js",
2705 "id": "settings.app.buttonSearchForUpdate", 2835 "id": "settings.app.buttonSearchForUpdate",
2706 "start": { 2836 "start": {
2707 "column": 25, 2837 "column": 25,
2708 "line": 98 2838 "line": 110
2709 } 2839 }
2710 }, 2840 },
2711 { 2841 {
2712 "defaultMessage": "!!!Restart & install update", 2842 "defaultMessage": "!!!Restart & install update",
2713 "end": { 2843 "end": {
2714 "column": 3, 2844 "column": 3,
2715 "line": 105 2845 "line": 117
2716 }, 2846 },
2717 "file": "src/components/settings/settings/EditSettingsForm.js", 2847 "file": "src/components/settings/settings/EditSettingsForm.js",
2718 "id": "settings.app.buttonInstallUpdate", 2848 "id": "settings.app.buttonInstallUpdate",
2719 "start": { 2849 "start": {
2720 "column": 23, 2850 "column": 23,
2721 "line": 102 2851 "line": 114
2722 } 2852 }
2723 }, 2853 },
2724 { 2854 {
2725 "defaultMessage": "!!!Is searching for update", 2855 "defaultMessage": "!!!Is searching for update",
2726 "end": { 2856 "end": {
2727 "column": 3, 2857 "column": 3,
2728 "line": 109 2858 "line": 121
2729 }, 2859 },
2730 "file": "src/components/settings/settings/EditSettingsForm.js", 2860 "file": "src/components/settings/settings/EditSettingsForm.js",
2731 "id": "settings.app.updateStatusSearching", 2861 "id": "settings.app.updateStatusSearching",
2732 "start": { 2862 "start": {
2733 "column": 25, 2863 "column": 25,
2734 "line": 106 2864 "line": 118
2735 } 2865 }
2736 }, 2866 },
2737 { 2867 {
2738 "defaultMessage": "!!!Update available, downloading...", 2868 "defaultMessage": "!!!Update available, downloading...",
2739 "end": { 2869 "end": {
2740 "column": 3, 2870 "column": 3,
2741 "line": 113 2871 "line": 125
2742 }, 2872 },
2743 "file": "src/components/settings/settings/EditSettingsForm.js", 2873 "file": "src/components/settings/settings/EditSettingsForm.js",
2744 "id": "settings.app.updateStatusAvailable", 2874 "id": "settings.app.updateStatusAvailable",
2745 "start": { 2875 "start": {
2746 "column": 25, 2876 "column": 25,
2747 "line": 110 2877 "line": 122
2748 } 2878 }
2749 }, 2879 },
2750 { 2880 {
2751 "defaultMessage": "!!!You are using the latest version of Ferdi", 2881 "defaultMessage": "!!!You are using the latest version of Ferdi",
2752 "end": { 2882 "end": {
2753 "column": 3, 2883 "column": 3,
2754 "line": 117 2884 "line": 129
2755 }, 2885 },
2756 "file": "src/components/settings/settings/EditSettingsForm.js", 2886 "file": "src/components/settings/settings/EditSettingsForm.js",
2757 "id": "settings.app.updateStatusUpToDate", 2887 "id": "settings.app.updateStatusUpToDate",
2758 "start": { 2888 "start": {
2759 "column": 24, 2889 "column": 24,
2760 "line": 114 2890 "line": 126
2761 } 2891 }
2762 }, 2892 },
2763 { 2893 {
2764 "defaultMessage": "!!!Current version:", 2894 "defaultMessage": "!!!Current version:",
2765 "end": { 2895 "end": {
2766 "column": 3, 2896 "column": 3,
2767 "line": 121 2897 "line": 133
2768 }, 2898 },
2769 "file": "src/components/settings/settings/EditSettingsForm.js", 2899 "file": "src/components/settings/settings/EditSettingsForm.js",
2770 "id": "settings.app.currentVersion", 2900 "id": "settings.app.currentVersion",
2771 "start": { 2901 "start": {
2772 "column": 18, 2902 "column": 18,
2773 "line": 118 2903 "line": 130
2774 } 2904 }
2775 }, 2905 },
2776 { 2906 {
2777 "defaultMessage": "!!!Changes require restart", 2907 "defaultMessage": "!!!Changes require restart",
2778 "end": { 2908 "end": {
2779 "column": 3, 2909 "column": 3,
2780 "line": 125 2910 "line": 137
2781 }, 2911 },
2782 "file": "src/components/settings/settings/EditSettingsForm.js", 2912 "file": "src/components/settings/settings/EditSettingsForm.js",
2783 "id": "settings.app.restartRequired", 2913 "id": "settings.app.restartRequired",
2784 "start": { 2914 "start": {
2785 "column": 29, 2915 "column": 29,
2786 "line": 122 2916 "line": 134
2787 } 2917 }
2788 }, 2918 },
2789 { 2919 {
2790 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.", 2920 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
2791 "end": { 2921 "end": {
2792 "column": 3, 2922 "column": 3,
2793 "line": 129 2923 "line": 141
2794 }, 2924 },
2795 "file": "src/components/settings/settings/EditSettingsForm.js", 2925 "file": "src/components/settings/settings/EditSettingsForm.js",
2796 "id": "settings.app.languageDisclaimer", 2926 "id": "settings.app.languageDisclaimer",
2797 "start": { 2927 "start": {
2798 "column": 22, 2928 "column": 22,
2799 "line": 126 2929 "line": 138
2800 } 2930 }
2801 } 2931 }
2802 ], 2932 ],
@@ -2951,6 +3081,32 @@
2951 "column": 17, 3081 "column": 17,
2952 "line": 37 3082 "line": 37
2953 } 3083 }
3084 },
3085 {
3086 "defaultMessage": "!!!Teams are unavailible",
3087 "end": {
3088 "column": 3,
3089 "line": 44
3090 },
3091 "file": "src/components/settings/team/TeamDashboard.js",
3092 "id": "settings.team.teamsUnavailible",
3093 "start": {
3094 "column": 20,
3095 "line": 41
3096 }
3097 },
3098 {
3099 "defaultMessage": "!!!Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
3100 "end": {
3101 "column": 3,
3102 "line": 48
3103 },
3104 "file": "src/components/settings/team/TeamDashboard.js",
3105 "id": "settings.team.teamsUnavailibleInfo",
3106 "start": {
3107 "column": 24,
3108 "line": 45
3109 }
2954 } 3110 }
2955 ], 3111 ],
2956 "path": "src/components/settings/team/TeamDashboard.json" 3112 "path": "src/components/settings/team/TeamDashboard.json"
@@ -3762,312 +3918,364 @@
3762 "defaultMessage": "!!!Launch Ferdi on start", 3918 "defaultMessage": "!!!Launch Ferdi on start",
3763 "end": { 3919 "end": {
3764 "column": 3, 3920 "column": 3,
3765 "line": 31 3921 "line": 32
3766 }, 3922 },
3767 "file": "src/containers/settings/EditSettingsScreen.js", 3923 "file": "src/containers/settings/EditSettingsScreen.js",
3768 "id": "settings.app.form.autoLaunchOnStart", 3924 "id": "settings.app.form.autoLaunchOnStart",
3769 "start": { 3925 "start": {
3770 "column": 21, 3926 "column": 21,
3771 "line": 28 3927 "line": 29
3772 } 3928 }
3773 }, 3929 },
3774 { 3930 {
3775 "defaultMessage": "!!!Open in background", 3931 "defaultMessage": "!!!Open in background",
3776 "end": { 3932 "end": {
3777 "column": 3, 3933 "column": 3,
3778 "line": 35 3934 "line": 36
3779 }, 3935 },
3780 "file": "src/containers/settings/EditSettingsScreen.js", 3936 "file": "src/containers/settings/EditSettingsScreen.js",
3781 "id": "settings.app.form.autoLaunchInBackground", 3937 "id": "settings.app.form.autoLaunchInBackground",
3782 "start": { 3938 "start": {
3783 "column": 26, 3939 "column": 26,
3784 "line": 32 3940 "line": 33
3785 } 3941 }
3786 }, 3942 },
3787 { 3943 {
3788 "defaultMessage": "!!!Keep Ferdi in background when closing the window", 3944 "defaultMessage": "!!!Keep Ferdi in background when closing the window",
3789 "end": { 3945 "end": {
3790 "column": 3, 3946 "column": 3,
3791 "line": 39 3947 "line": 40
3792 }, 3948 },
3793 "file": "src/containers/settings/EditSettingsScreen.js", 3949 "file": "src/containers/settings/EditSettingsScreen.js",
3794 "id": "settings.app.form.runInBackground", 3950 "id": "settings.app.form.runInBackground",
3795 "start": { 3951 "start": {
3796 "column": 19, 3952 "column": 19,
3797 "line": 36 3953 "line": 37
3798 } 3954 }
3799 }, 3955 },
3800 { 3956 {
3801 "defaultMessage": "!!!Show Ferdi in system tray", 3957 "defaultMessage": "!!!Show Ferdi in system tray",
3802 "end": { 3958 "end": {
3803 "column": 3, 3959 "column": 3,
3804 "line": 43 3960 "line": 44
3805 }, 3961 },
3806 "file": "src/containers/settings/EditSettingsScreen.js", 3962 "file": "src/containers/settings/EditSettingsScreen.js",
3807 "id": "settings.app.form.enableSystemTray", 3963 "id": "settings.app.form.enableSystemTray",
3808 "start": { 3964 "start": {
3809 "column": 20, 3965 "column": 20,
3810 "line": 40 3966 "line": 41
3811 } 3967 }
3812 }, 3968 },
3813 { 3969 {
3814 "defaultMessage": "!!!Minimize Ferdi to system tray", 3970 "defaultMessage": "!!!Minimize Ferdi to system tray",
3815 "end": { 3971 "end": {
3816 "column": 3, 3972 "column": 3,
3817 "line": 47 3973 "line": 48
3818 }, 3974 },
3819 "file": "src/containers/settings/EditSettingsScreen.js", 3975 "file": "src/containers/settings/EditSettingsScreen.js",
3820 "id": "settings.app.form.minimizeToSystemTray", 3976 "id": "settings.app.form.minimizeToSystemTray",
3821 "start": { 3977 "start": {
3822 "column": 24, 3978 "column": 24,
3823 "line": 44 3979 "line": 45
3824 } 3980 }
3825 }, 3981 },
3826 { 3982 {
3827 "defaultMessage": "!!!Don't show message content in notifications", 3983 "defaultMessage": "!!!Don't show message content in notifications",
3828 "end": { 3984 "end": {
3829 "column": 3, 3985 "column": 3,
3830 "line": 51 3986 "line": 52
3831 }, 3987 },
3832 "file": "src/containers/settings/EditSettingsScreen.js", 3988 "file": "src/containers/settings/EditSettingsScreen.js",
3833 "id": "settings.app.form.privateNotifications", 3989 "id": "settings.app.form.privateNotifications",
3834 "start": { 3990 "start": {
3835 "column": 24, 3991 "column": 24,
3836 "line": 48 3992 "line": 49
3993 }
3994 },
3995 {
3996 "defaultMessage": "!!!Always show service navigation bar",
3997 "end": {
3998 "column": 3,
3999 "line": 56
4000 },
4001 "file": "src/containers/settings/EditSettingsScreen.js",
4002 "id": "settings.app.form.showServiceNavigationBar",
4003 "start": {
4004 "column": 28,
4005 "line": 53
3837 } 4006 }
3838 }, 4007 },
3839 { 4008 {
3840 "defaultMessage": "!!!Enable service hibernation", 4009 "defaultMessage": "!!!Enable service hibernation",
3841 "end": { 4010 "end": {
3842 "column": 3, 4011 "column": 3,
3843 "line": 55 4012 "line": 60
3844 }, 4013 },
3845 "file": "src/containers/settings/EditSettingsScreen.js", 4014 "file": "src/containers/settings/EditSettingsScreen.js",
3846 "id": "settings.app.form.hibernate", 4015 "id": "settings.app.form.hibernate",
3847 "start": { 4016 "start": {
3848 "column": 13, 4017 "column": 13,
3849 "line": 52 4018 "line": 57
4019 }
4020 },
4021 {
4022 "defaultMessage": "!!!Hibernation strategy",
4023 "end": {
4024 "column": 3,
4025 "line": 64
4026 },
4027 "file": "src/containers/settings/EditSettingsScreen.js",
4028 "id": "settings.app.form.hibernationStrategy",
4029 "start": {
4030 "column": 23,
4031 "line": 61
3850 } 4032 }
3851 }, 4033 },
3852 { 4034 {
3853 "defaultMessage": "!!!Server", 4035 "defaultMessage": "!!!Server",
3854 "end": { 4036 "end": {
3855 "column": 3, 4037 "column": 3,
3856 "line": 59 4038 "line": 68
3857 }, 4039 },
3858 "file": "src/containers/settings/EditSettingsScreen.js", 4040 "file": "src/containers/settings/EditSettingsScreen.js",
3859 "id": "settings.app.form.server", 4041 "id": "settings.app.form.server",
3860 "start": { 4042 "start": {
3861 "column": 10, 4043 "column": 10,
3862 "line": 56 4044 "line": 65
3863 } 4045 }
3864 }, 4046 },
3865 { 4047 {
3866 "defaultMessage": "!!!Todo Server", 4048 "defaultMessage": "!!!Todo Server",
3867 "end": { 4049 "end": {
3868 "column": 3, 4050 "column": 3,
3869 "line": 63 4051 "line": 72
3870 }, 4052 },
3871 "file": "src/containers/settings/EditSettingsScreen.js", 4053 "file": "src/containers/settings/EditSettingsScreen.js",
3872 "id": "settings.app.form.todoServer", 4054 "id": "settings.app.form.todoServer",
3873 "start": { 4055 "start": {
3874 "column": 14, 4056 "column": 14,
3875 "line": 60 4057 "line": 69
3876 } 4058 }
3877 }, 4059 },
3878 { 4060 {
3879 "defaultMessage": "!!!Enable Ferdi password lock", 4061 "defaultMessage": "!!!Enable Ferdi password lock",
3880 "end": { 4062 "end": {
3881 "column": 3, 4063 "column": 3,
3882 "line": 67 4064 "line": 76
3883 }, 4065 },
3884 "file": "src/containers/settings/EditSettingsScreen.js", 4066 "file": "src/containers/settings/EditSettingsScreen.js",
3885 "id": "settings.app.form.enableLock", 4067 "id": "settings.app.form.enableLock",
3886 "start": { 4068 "start": {
3887 "column": 14, 4069 "column": 14,
3888 "line": 64 4070 "line": 73
3889 } 4071 }
3890 }, 4072 },
3891 { 4073 {
3892 "defaultMessage": "!!!Ferdi Lock password", 4074 "defaultMessage": "!!!Ferdi Lock password",
3893 "end": { 4075 "end": {
3894 "column": 3, 4076 "column": 3,
3895 "line": 71 4077 "line": 80
3896 }, 4078 },
3897 "file": "src/containers/settings/EditSettingsScreen.js", 4079 "file": "src/containers/settings/EditSettingsScreen.js",
3898 "id": "settings.app.form.lockPassword", 4080 "id": "settings.app.form.lockPassword",
3899 "start": { 4081 "start": {
3900 "column": 16, 4082 "column": 16,
3901 "line": 68 4083 "line": 77
3902 } 4084 }
3903 }, 4085 },
3904 { 4086 {
3905 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 4087 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
3906 "end": { 4088 "end": {
3907 "column": 3, 4089 "column": 3,
3908 "line": 75 4090 "line": 84
3909 }, 4091 },
3910 "file": "src/containers/settings/EditSettingsScreen.js", 4092 "file": "src/containers/settings/EditSettingsScreen.js",
3911 "id": "settings.app.form.scheduledDNDEnabled", 4093 "id": "settings.app.form.scheduledDNDEnabled",
3912 "start": { 4094 "start": {
3913 "column": 23, 4095 "column": 23,
3914 "line": 72 4096 "line": 81
3915 } 4097 }
3916 }, 4098 },
3917 { 4099 {
3918 "defaultMessage": "!!!From", 4100 "defaultMessage": "!!!From",
3919 "end": { 4101 "end": {
3920 "column": 3, 4102 "column": 3,
3921 "line": 79 4103 "line": 88
3922 }, 4104 },
3923 "file": "src/containers/settings/EditSettingsScreen.js", 4105 "file": "src/containers/settings/EditSettingsScreen.js",
3924 "id": "settings.app.form.scheduledDNDStart", 4106 "id": "settings.app.form.scheduledDNDStart",
3925 "start": { 4107 "start": {
3926 "column": 21, 4108 "column": 21,
3927 "line": 76 4109 "line": 85
3928 } 4110 }
3929 }, 4111 },
3930 { 4112 {
3931 "defaultMessage": "!!!To", 4113 "defaultMessage": "!!!To",
3932 "end": { 4114 "end": {
3933 "column": 3, 4115 "column": 3,
3934 "line": 83 4116 "line": 92
3935 }, 4117 },
3936 "file": "src/containers/settings/EditSettingsScreen.js", 4118 "file": "src/containers/settings/EditSettingsScreen.js",
3937 "id": "settings.app.form.scheduledDNDEnd", 4119 "id": "settings.app.form.scheduledDNDEnd",
3938 "start": { 4120 "start": {
3939 "column": 19, 4121 "column": 19,
3940 "line": 80 4122 "line": 89
3941 } 4123 }
3942 }, 4124 },
3943 { 4125 {
3944 "defaultMessage": "!!!Language", 4126 "defaultMessage": "!!!Language",
3945 "end": { 4127 "end": {
3946 "column": 3, 4128 "column": 3,
3947 "line": 87 4129 "line": 96
3948 }, 4130 },
3949 "file": "src/containers/settings/EditSettingsScreen.js", 4131 "file": "src/containers/settings/EditSettingsScreen.js",
3950 "id": "settings.app.form.language", 4132 "id": "settings.app.form.language",
3951 "start": { 4133 "start": {
3952 "column": 12, 4134 "column": 12,
3953 "line": 84 4135 "line": 93
3954 } 4136 }
3955 }, 4137 },
3956 { 4138 {
3957 "defaultMessage": "!!!Dark Mode", 4139 "defaultMessage": "!!!Dark Mode",
3958 "end": { 4140 "end": {
3959 "column": 3, 4141 "column": 3,
3960 "line": 91 4142 "line": 100
3961 }, 4143 },
3962 "file": "src/containers/settings/EditSettingsScreen.js", 4144 "file": "src/containers/settings/EditSettingsScreen.js",
3963 "id": "settings.app.form.darkMode", 4145 "id": "settings.app.form.darkMode",
3964 "start": { 4146 "start": {
3965 "column": 12, 4147 "column": 12,
3966 "line": 88 4148 "line": 97
4149 }
4150 },
4151 {
4152 "defaultMessage": "!!!Enable universal Dark Mode",
4153 "end": {
4154 "column": 3,
4155 "line": 104
4156 },
4157 "file": "src/containers/settings/EditSettingsScreen.js",
4158 "id": "settings.app.form.universalDarkMode",
4159 "start": {
4160 "column": 21,
4161 "line": 101
4162 }
4163 },
4164 {
4165 "defaultMessage": "!!!Accent color",
4166 "end": {
4167 "column": 3,
4168 "line": 108
4169 },
4170 "file": "src/containers/settings/EditSettingsScreen.js",
4171 "id": "settings.app.form.accentColor",
4172 "start": {
4173 "column": 15,
4174 "line": 105
3967 } 4175 }
3968 }, 4176 },
3969 { 4177 {
3970 "defaultMessage": "!!!Display disabled services tabs", 4178 "defaultMessage": "!!!Display disabled services tabs",
3971 "end": { 4179 "end": {
3972 "column": 3, 4180 "column": 3,
3973 "line": 95 4181 "line": 112
3974 }, 4182 },
3975 "file": "src/containers/settings/EditSettingsScreen.js", 4183 "file": "src/containers/settings/EditSettingsScreen.js",
3976 "id": "settings.app.form.showDisabledServices", 4184 "id": "settings.app.form.showDisabledServices",
3977 "start": { 4185 "start": {
3978 "column": 24, 4186 "column": 24,
3979 "line": 92 4187 "line": 109
3980 } 4188 }
3981 }, 4189 },
3982 { 4190 {
3983 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 4191 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
3984 "end": { 4192 "end": {
3985 "column": 3, 4193 "column": 3,
3986 "line": 99 4194 "line": 116
3987 }, 4195 },
3988 "file": "src/containers/settings/EditSettingsScreen.js", 4196 "file": "src/containers/settings/EditSettingsScreen.js",
3989 "id": "settings.app.form.showMessagesBadgesWhenMuted", 4197 "id": "settings.app.form.showMessagesBadgesWhenMuted",
3990 "start": { 4198 "start": {
3991 "column": 29, 4199 "column": 29,
3992 "line": 96 4200 "line": 113
3993 } 4201 }
3994 }, 4202 },
3995 { 4203 {
3996 "defaultMessage": "!!!Enable spell checking", 4204 "defaultMessage": "!!!Enable spell checking",
3997 "end": { 4205 "end": {
3998 "column": 3, 4206 "column": 3,
3999 "line": 103 4207 "line": 120
4000 }, 4208 },
4001 "file": "src/containers/settings/EditSettingsScreen.js", 4209 "file": "src/containers/settings/EditSettingsScreen.js",
4002 "id": "settings.app.form.enableSpellchecking", 4210 "id": "settings.app.form.enableSpellchecking",
4003 "start": { 4211 "start": {
4004 "column": 23, 4212 "column": 23,
4005 "line": 100 4213 "line": 117
4006 } 4214 }
4007 }, 4215 },
4008 { 4216 {
4009 "defaultMessage": "!!!Enable GPU Acceleration", 4217 "defaultMessage": "!!!Enable GPU Acceleration",
4010 "end": { 4218 "end": {
4011 "column": 3, 4219 "column": 3,
4012 "line": 107 4220 "line": 124
4013 }, 4221 },
4014 "file": "src/containers/settings/EditSettingsScreen.js", 4222 "file": "src/containers/settings/EditSettingsScreen.js",
4015 "id": "settings.app.form.enableGPUAcceleration", 4223 "id": "settings.app.form.enableGPUAcceleration",
4016 "start": { 4224 "start": {
4017 "column": 25, 4225 "column": 25,
4018 "line": 104 4226 "line": 121
4019 } 4227 }
4020 }, 4228 },
4021 { 4229 {
4022 "defaultMessage": "!!!Include beta versions", 4230 "defaultMessage": "!!!Include beta versions",
4023 "end": { 4231 "end": {
4024 "column": 3, 4232 "column": 3,
4025 "line": 111 4233 "line": 128
4026 }, 4234 },
4027 "file": "src/containers/settings/EditSettingsScreen.js", 4235 "file": "src/containers/settings/EditSettingsScreen.js",
4028 "id": "settings.app.form.beta", 4236 "id": "settings.app.form.beta",
4029 "start": { 4237 "start": {
4030 "column": 8, 4238 "column": 8,
4031 "line": 108 4239 "line": 125
4032 } 4240 }
4033 }, 4241 },
4034 { 4242 {
4035 "defaultMessage": "!!!Disable updates", 4243 "defaultMessage": "!!!Disable updates",
4036 "end": { 4244 "end": {
4037 "column": 3, 4245 "column": 3,
4038 "line": 115 4246 "line": 132
4039 }, 4247 },
4040 "file": "src/containers/settings/EditSettingsScreen.js", 4248 "file": "src/containers/settings/EditSettingsScreen.js",
4041 "id": "settings.app.form.noUpdates", 4249 "id": "settings.app.form.noUpdates",
4042 "start": { 4250 "start": {
4043 "column": 13, 4251 "column": 13,
4044 "line": 112 4252 "line": 129
4045 } 4253 }
4046 }, 4254 },
4047 { 4255 {
4048 "defaultMessage": "!!!Enable Franz Todos", 4256 "defaultMessage": "!!!Enable Franz Todos",
4049 "end": { 4257 "end": {
4050 "column": 3, 4258 "column": 3,
4051 "line": 119 4259 "line": 136
4052 }, 4260 },
4053 "file": "src/containers/settings/EditSettingsScreen.js", 4261 "file": "src/containers/settings/EditSettingsScreen.js",
4054 "id": "settings.app.form.enableTodos", 4262 "id": "settings.app.form.enableTodos",
4055 "start": { 4263 "start": {
4056 "column": 15, 4264 "column": 15,
4057 "line": 116 4265 "line": 133
4058 } 4266 }
4059 }, 4267 },
4060 { 4268 {
4061 "defaultMessage": "!!!Keep all workspaces loaded", 4269 "defaultMessage": "!!!Keep all workspaces loaded",
4062 "end": { 4270 "end": {
4063 "column": 3, 4271 "column": 3,
4064 "line": 123 4272 "line": 140
4065 }, 4273 },
4066 "file": "src/containers/settings/EditSettingsScreen.js", 4274 "file": "src/containers/settings/EditSettingsScreen.js",
4067 "id": "settings.app.form.keepAllWorkspacesLoaded", 4275 "id": "settings.app.form.keepAllWorkspacesLoaded",
4068 "start": { 4276 "start": {
4069 "column": 27, 4277 "column": 27,
4070 "line": 120 4278 "line": 137
4071 } 4279 }
4072 } 4280 }
4073 ], 4281 ],
@@ -4286,29 +4494,42 @@
4286 { 4494 {
4287 "descriptors": [ 4495 "descriptors": [
4288 { 4496 {
4497 "defaultMessage": "!!!QuickSwitch",
4498 "end": {
4499 "column": 3,
4500 "line": 19
4501 },
4502 "file": "src/features/quickSwitch/Component.js",
4503 "id": "feature.quickSwitch.title",
4504 "start": {
4505 "column": 9,
4506 "line": 16
4507 }
4508 },
4509 {
4289 "defaultMessage": "!!!Search...", 4510 "defaultMessage": "!!!Search...",
4290 "end": { 4511 "end": {
4291 "column": 3, 4512 "column": 3,
4292 "line": 18 4513 "line": 23
4293 }, 4514 },
4294 "file": "src/features/quickSwitch/Component.js", 4515 "file": "src/features/quickSwitch/Component.js",
4295 "id": "feature.quickSwitch.search", 4516 "id": "feature.quickSwitch.search",
4296 "start": { 4517 "start": {
4297 "column": 10, 4518 "column": 10,
4298 "line": 15 4519 "line": 20
4299 } 4520 }
4300 }, 4521 },
4301 { 4522 {
4302 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 4523 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
4303 "end": { 4524 "end": {
4304 "column": 3, 4525 "column": 3,
4305 "line": 22 4526 "line": 27
4306 }, 4527 },
4307 "file": "src/features/quickSwitch/Component.js", 4528 "file": "src/features/quickSwitch/Component.js",
4308 "id": "feature.quickSwitch.info", 4529 "id": "feature.quickSwitch.info",
4309 "start": { 4530 "start": {
4310 "column": 8, 4531 "column": 8,
4311 "line": 19 4532 "line": 24
4312 } 4533 }
4313 } 4534 }
4314 ], 4535 ],
@@ -4506,6 +4727,76 @@
4506 { 4727 {
4507 "descriptors": [ 4728 "descriptors": [
4508 { 4729 {
4730 "defaultMessage": "!!!Home",
4731 "end": {
4732 "column": 3,
4733 "line": 16
4734 },
4735 "file": "src/features/webControls/components/WebControls.js",
4736 "id": "webControls.goHome",
4737 "start": {
4738 "column": 10,
4739 "line": 13
4740 }
4741 },
4742 {
4743 "defaultMessage": "!!!Open in Browser",
4744 "end": {
4745 "column": 3,
4746 "line": 20
4747 },
4748 "file": "src/features/webControls/components/WebControls.js",
4749 "id": "webControls.openInBrowser",
4750 "start": {
4751 "column": 17,
4752 "line": 17
4753 }
4754 },
4755 {
4756 "defaultMessage": "!!!Back",
4757 "end": {
4758 "column": 3,
4759 "line": 24
4760 },
4761 "file": "src/features/webControls/components/WebControls.js",
4762 "id": "webControls.back",
4763 "start": {
4764 "column": 8,
4765 "line": 21
4766 }
4767 },
4768 {
4769 "defaultMessage": "!!!Forward",
4770 "end": {
4771 "column": 3,
4772 "line": 28
4773 },
4774 "file": "src/features/webControls/components/WebControls.js",
4775 "id": "webControls.forward",
4776 "start": {
4777 "column": 11,
4778 "line": 25
4779 }
4780 },
4781 {
4782 "defaultMessage": "!!!Reload",
4783 "end": {
4784 "column": 3,
4785 "line": 32
4786 },
4787 "file": "src/features/webControls/components/WebControls.js",
4788 "id": "webControls.reload",
4789 "start": {
4790 "column": 10,
4791 "line": 29
4792 }
4793 }
4794 ],
4795 "path": "src/features/webControls/components/WebControls.json"
4796 },
4797 {
4798 "descriptors": [
4799 {
4509 "defaultMessage": "!!!Create workspace", 4800 "defaultMessage": "!!!Create workspace",
4510 "end": { 4801 "end": {
4511 "column": 3, 4802 "column": 3,
@@ -4771,26 +5062,26 @@
4771 "defaultMessage": "!!!No services added yet", 5062 "defaultMessage": "!!!No services added yet",
4772 "end": { 5063 "end": {
4773 "column": 3, 5064 "column": 3,
4774 "line": 15 5065 "line": 16
4775 }, 5066 },
4776 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 5067 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
4777 "id": "workspaceDrawer.item.noServicesAddedYet", 5068 "id": "workspaceDrawer.item.noServicesAddedYet",
4778 "start": { 5069 "start": {
4779 "column": 22, 5070 "column": 22,
4780 "line": 12 5071 "line": 13
4781 } 5072 }
4782 }, 5073 },
4783 { 5074 {
4784 "defaultMessage": "!!!edit", 5075 "defaultMessage": "!!!edit",
4785 "end": { 5076 "end": {
4786 "column": 3, 5077 "column": 3,
4787 "line": 19 5078 "line": 20
4788 }, 5079 },
4789 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 5080 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
4790 "id": "workspaceDrawer.item.contextMenuEdit", 5081 "id": "workspaceDrawer.item.contextMenuEdit",
4791 "start": { 5082 "start": {
4792 "column": 19, 5083 "column": 19,
4793 "line": 16 5084 "line": 17
4794 } 5085 }
4795 } 5086 }
4796 ], 5087 ],
@@ -5235,871 +5526,884 @@
5235 "defaultMessage": "!!!Edit", 5526 "defaultMessage": "!!!Edit",
5236 "end": { 5527 "end": {
5237 "column": 3, 5528 "column": 3,
5238 "line": 19 5529 "line": 20
5239 }, 5530 },
5240 "file": "src/lib/Menu.js", 5531 "file": "src/lib/Menu.js",
5241 "id": "menu.edit", 5532 "id": "menu.edit",
5242 "start": { 5533 "start": {
5243 "column": 8, 5534 "column": 8,
5244 "line": 16 5535 "line": 17
5245 } 5536 }
5246 }, 5537 },
5247 { 5538 {
5248 "defaultMessage": "!!!Undo", 5539 "defaultMessage": "!!!Undo",
5249 "end": { 5540 "end": {
5250 "column": 3, 5541 "column": 3,
5251 "line": 23 5542 "line": 24
5252 }, 5543 },
5253 "file": "src/lib/Menu.js", 5544 "file": "src/lib/Menu.js",
5254 "id": "menu.edit.undo", 5545 "id": "menu.edit.undo",
5255 "start": { 5546 "start": {
5256 "column": 8, 5547 "column": 8,
5257 "line": 20 5548 "line": 21
5258 } 5549 }
5259 }, 5550 },
5260 { 5551 {
5261 "defaultMessage": "!!!Redo", 5552 "defaultMessage": "!!!Redo",
5262 "end": { 5553 "end": {
5263 "column": 3, 5554 "column": 3,
5264 "line": 27 5555 "line": 28
5265 }, 5556 },
5266 "file": "src/lib/Menu.js", 5557 "file": "src/lib/Menu.js",
5267 "id": "menu.edit.redo", 5558 "id": "menu.edit.redo",
5268 "start": { 5559 "start": {
5269 "column": 8, 5560 "column": 8,
5270 "line": 24 5561 "line": 25
5271 } 5562 }
5272 }, 5563 },
5273 { 5564 {
5274 "defaultMessage": "!!!Cut", 5565 "defaultMessage": "!!!Cut",
5275 "end": { 5566 "end": {
5276 "column": 3, 5567 "column": 3,
5277 "line": 31 5568 "line": 32
5278 }, 5569 },
5279 "file": "src/lib/Menu.js", 5570 "file": "src/lib/Menu.js",
5280 "id": "menu.edit.cut", 5571 "id": "menu.edit.cut",
5281 "start": { 5572 "start": {
5282 "column": 7, 5573 "column": 7,
5283 "line": 28 5574 "line": 29
5284 } 5575 }
5285 }, 5576 },
5286 { 5577 {
5287 "defaultMessage": "!!!Copy", 5578 "defaultMessage": "!!!Copy",
5288 "end": { 5579 "end": {
5289 "column": 3, 5580 "column": 3,
5290 "line": 35 5581 "line": 36
5291 }, 5582 },
5292 "file": "src/lib/Menu.js", 5583 "file": "src/lib/Menu.js",
5293 "id": "menu.edit.copy", 5584 "id": "menu.edit.copy",
5294 "start": { 5585 "start": {
5295 "column": 8, 5586 "column": 8,
5296 "line": 32 5587 "line": 33
5297 } 5588 }
5298 }, 5589 },
5299 { 5590 {
5300 "defaultMessage": "!!!Paste", 5591 "defaultMessage": "!!!Paste",
5301 "end": { 5592 "end": {
5302 "column": 3, 5593 "column": 3,
5303 "line": 39 5594 "line": 40
5304 }, 5595 },
5305 "file": "src/lib/Menu.js", 5596 "file": "src/lib/Menu.js",
5306 "id": "menu.edit.paste", 5597 "id": "menu.edit.paste",
5307 "start": { 5598 "start": {
5308 "column": 9, 5599 "column": 9,
5309 "line": 36 5600 "line": 37
5310 } 5601 }
5311 }, 5602 },
5312 { 5603 {
5313 "defaultMessage": "!!!Paste And Match Style", 5604 "defaultMessage": "!!!Paste And Match Style",
5314 "end": { 5605 "end": {
5315 "column": 3, 5606 "column": 3,
5316 "line": 43 5607 "line": 44
5317 }, 5608 },
5318 "file": "src/lib/Menu.js", 5609 "file": "src/lib/Menu.js",
5319 "id": "menu.edit.pasteAndMatchStyle", 5610 "id": "menu.edit.pasteAndMatchStyle",
5320 "start": { 5611 "start": {
5321 "column": 22, 5612 "column": 22,
5322 "line": 40 5613 "line": 41
5323 } 5614 }
5324 }, 5615 },
5325 { 5616 {
5326 "defaultMessage": "!!!Delete", 5617 "defaultMessage": "!!!Delete",
5327 "end": { 5618 "end": {
5328 "column": 3, 5619 "column": 3,
5329 "line": 47 5620 "line": 48
5330 }, 5621 },
5331 "file": "src/lib/Menu.js", 5622 "file": "src/lib/Menu.js",
5332 "id": "menu.edit.delete", 5623 "id": "menu.edit.delete",
5333 "start": { 5624 "start": {
5334 "column": 10, 5625 "column": 10,
5335 "line": 44 5626 "line": 45
5336 } 5627 }
5337 }, 5628 },
5338 { 5629 {
5339 "defaultMessage": "!!!Select All", 5630 "defaultMessage": "!!!Select All",
5340 "end": { 5631 "end": {
5341 "column": 3, 5632 "column": 3,
5342 "line": 51 5633 "line": 52
5343 }, 5634 },
5344 "file": "src/lib/Menu.js", 5635 "file": "src/lib/Menu.js",
5345 "id": "menu.edit.selectAll", 5636 "id": "menu.edit.selectAll",
5346 "start": { 5637 "start": {
5347 "column": 13, 5638 "column": 13,
5348 "line": 48 5639 "line": 49
5349 } 5640 }
5350 }, 5641 },
5351 { 5642 {
5352 "defaultMessage": "!!!Speech", 5643 "defaultMessage": "!!!Speech",
5353 "end": { 5644 "end": {
5354 "column": 3, 5645 "column": 3,
5355 "line": 55 5646 "line": 56
5356 }, 5647 },
5357 "file": "src/lib/Menu.js", 5648 "file": "src/lib/Menu.js",
5358 "id": "menu.edit.speech", 5649 "id": "menu.edit.speech",
5359 "start": { 5650 "start": {
5360 "column": 10, 5651 "column": 10,
5361 "line": 52 5652 "line": 53
5362 } 5653 }
5363 }, 5654 },
5364 { 5655 {
5365 "defaultMessage": "!!!Start Speaking", 5656 "defaultMessage": "!!!Start Speaking",
5366 "end": { 5657 "end": {
5367 "column": 3, 5658 "column": 3,
5368 "line": 59 5659 "line": 60
5369 }, 5660 },
5370 "file": "src/lib/Menu.js", 5661 "file": "src/lib/Menu.js",
5371 "id": "menu.edit.startSpeaking", 5662 "id": "menu.edit.startSpeaking",
5372 "start": { 5663 "start": {
5373 "column": 17, 5664 "column": 17,
5374 "line": 56 5665 "line": 57
5375 } 5666 }
5376 }, 5667 },
5377 { 5668 {
5378 "defaultMessage": "!!!Stop Speaking", 5669 "defaultMessage": "!!!Stop Speaking",
5379 "end": { 5670 "end": {
5380 "column": 3, 5671 "column": 3,
5381 "line": 63 5672 "line": 64
5382 }, 5673 },
5383 "file": "src/lib/Menu.js", 5674 "file": "src/lib/Menu.js",
5384 "id": "menu.edit.stopSpeaking", 5675 "id": "menu.edit.stopSpeaking",
5385 "start": { 5676 "start": {
5386 "column": 16, 5677 "column": 16,
5387 "line": 60 5678 "line": 61
5388 } 5679 }
5389 }, 5680 },
5390 { 5681 {
5391 "defaultMessage": "!!!Start Dictation", 5682 "defaultMessage": "!!!Start Dictation",
5392 "end": { 5683 "end": {
5393 "column": 3, 5684 "column": 3,
5394 "line": 67 5685 "line": 68
5395 }, 5686 },
5396 "file": "src/lib/Menu.js", 5687 "file": "src/lib/Menu.js",
5397 "id": "menu.edit.startDictation", 5688 "id": "menu.edit.startDictation",
5398 "start": { 5689 "start": {
5399 "column": 18, 5690 "column": 18,
5400 "line": 64 5691 "line": 65
5401 } 5692 }
5402 }, 5693 },
5403 { 5694 {
5404 "defaultMessage": "!!!Emoji & Symbols", 5695 "defaultMessage": "!!!Emoji & Symbols",
5405 "end": { 5696 "end": {
5406 "column": 3, 5697 "column": 3,
5407 "line": 71 5698 "line": 72
5408 }, 5699 },
5409 "file": "src/lib/Menu.js", 5700 "file": "src/lib/Menu.js",
5410 "id": "menu.edit.emojiSymbols", 5701 "id": "menu.edit.emojiSymbols",
5411 "start": { 5702 "start": {
5412 "column": 16, 5703 "column": 16,
5413 "line": 68 5704 "line": 69
5414 } 5705 }
5415 }, 5706 },
5416 { 5707 {
5417 "defaultMessage": "!!!Open Quick Switch", 5708 "defaultMessage": "!!!Open Quick Switch",
5418 "end": { 5709 "end": {
5419 "column": 3, 5710 "column": 3,
5420 "line": 75 5711 "line": 76
5421 }, 5712 },
5422 "file": "src/lib/Menu.js", 5713 "file": "src/lib/Menu.js",
5423 "id": "menu.view.openQuickSwitch", 5714 "id": "menu.view.openQuickSwitch",
5424 "start": { 5715 "start": {
5425 "column": 19, 5716 "column": 19,
5426 "line": 72 5717 "line": 73
5427 } 5718 }
5428 }, 5719 },
5429 { 5720 {
5430 "defaultMessage": "!!!Back", 5721 "defaultMessage": "!!!Back",
5431 "end": { 5722 "end": {
5432 "column": 3, 5723 "column": 3,
5433 "line": 79 5724 "line": 80
5434 }, 5725 },
5435 "file": "src/lib/Menu.js", 5726 "file": "src/lib/Menu.js",
5436 "id": "menu.view.back", 5727 "id": "menu.view.back",
5437 "start": { 5728 "start": {
5438 "column": 8, 5729 "column": 8,
5439 "line": 76 5730 "line": 77
5440 } 5731 }
5441 }, 5732 },
5442 { 5733 {
5443 "defaultMessage": "!!!Forward", 5734 "defaultMessage": "!!!Forward",
5444 "end": { 5735 "end": {
5445 "column": 3, 5736 "column": 3,
5446 "line": 83 5737 "line": 84
5447 }, 5738 },
5448 "file": "src/lib/Menu.js", 5739 "file": "src/lib/Menu.js",
5449 "id": "menu.view.forward", 5740 "id": "menu.view.forward",
5450 "start": { 5741 "start": {
5451 "column": 11, 5742 "column": 11,
5452 "line": 80 5743 "line": 81
5453 } 5744 }
5454 }, 5745 },
5455 { 5746 {
5456 "defaultMessage": "!!!Actual Size", 5747 "defaultMessage": "!!!Actual Size",
5457 "end": { 5748 "end": {
5458 "column": 3, 5749 "column": 3,
5459 "line": 87 5750 "line": 88
5460 }, 5751 },
5461 "file": "src/lib/Menu.js", 5752 "file": "src/lib/Menu.js",
5462 "id": "menu.view.resetZoom", 5753 "id": "menu.view.resetZoom",
5463 "start": { 5754 "start": {
5464 "column": 13, 5755 "column": 13,
5465 "line": 84 5756 "line": 85
5466 } 5757 }
5467 }, 5758 },
5468 { 5759 {
5469 "defaultMessage": "!!!Zoom In", 5760 "defaultMessage": "!!!Zoom In",
5470 "end": { 5761 "end": {
5471 "column": 3, 5762 "column": 3,
5472 "line": 91 5763 "line": 92
5473 }, 5764 },
5474 "file": "src/lib/Menu.js", 5765 "file": "src/lib/Menu.js",
5475 "id": "menu.view.zoomIn", 5766 "id": "menu.view.zoomIn",
5476 "start": { 5767 "start": {
5477 "column": 10, 5768 "column": 10,
5478 "line": 88 5769 "line": 89
5479 } 5770 }
5480 }, 5771 },
5481 { 5772 {
5482 "defaultMessage": "!!!Zoom Out", 5773 "defaultMessage": "!!!Zoom Out",
5483 "end": { 5774 "end": {
5484 "column": 3, 5775 "column": 3,
5485 "line": 95 5776 "line": 96
5486 }, 5777 },
5487 "file": "src/lib/Menu.js", 5778 "file": "src/lib/Menu.js",
5488 "id": "menu.view.zoomOut", 5779 "id": "menu.view.zoomOut",
5489 "start": { 5780 "start": {
5490 "column": 11, 5781 "column": 11,
5491 "line": 92 5782 "line": 93
5492 } 5783 }
5493 }, 5784 },
5494 { 5785 {
5495 "defaultMessage": "!!!Enter Full Screen", 5786 "defaultMessage": "!!!Enter Full Screen",
5496 "end": { 5787 "end": {
5497 "column": 3, 5788 "column": 3,
5498 "line": 99 5789 "line": 100
5499 }, 5790 },
5500 "file": "src/lib/Menu.js", 5791 "file": "src/lib/Menu.js",
5501 "id": "menu.view.enterFullScreen", 5792 "id": "menu.view.enterFullScreen",
5502 "start": { 5793 "start": {
5503 "column": 19, 5794 "column": 19,
5504 "line": 96 5795 "line": 97
5505 } 5796 }
5506 }, 5797 },
5507 { 5798 {
5508 "defaultMessage": "!!!Exit Full Screen", 5799 "defaultMessage": "!!!Exit Full Screen",
5509 "end": { 5800 "end": {
5510 "column": 3, 5801 "column": 3,
5511 "line": 103 5802 "line": 104
5512 }, 5803 },
5513 "file": "src/lib/Menu.js", 5804 "file": "src/lib/Menu.js",
5514 "id": "menu.view.exitFullScreen", 5805 "id": "menu.view.exitFullScreen",
5515 "start": { 5806 "start": {
5516 "column": 18, 5807 "column": 18,
5517 "line": 100 5808 "line": 101
5518 } 5809 }
5519 }, 5810 },
5520 { 5811 {
5521 "defaultMessage": "!!!Toggle Full Screen", 5812 "defaultMessage": "!!!Toggle Full Screen",
5522 "end": { 5813 "end": {
5523 "column": 3, 5814 "column": 3,
5524 "line": 107 5815 "line": 108
5525 }, 5816 },
5526 "file": "src/lib/Menu.js", 5817 "file": "src/lib/Menu.js",
5527 "id": "menu.view.toggleFullScreen", 5818 "id": "menu.view.toggleFullScreen",
5528 "start": { 5819 "start": {
5529 "column": 20, 5820 "column": 20,
5530 "line": 104 5821 "line": 105
5531 } 5822 }
5532 }, 5823 },
5533 { 5824 {
5534 "defaultMessage": "!!!Toggle Developer Tools", 5825 "defaultMessage": "!!!Toggle Developer Tools",
5535 "end": { 5826 "end": {
5536 "column": 3, 5827 "column": 3,
5537 "line": 111 5828 "line": 112
5538 }, 5829 },
5539 "file": "src/lib/Menu.js", 5830 "file": "src/lib/Menu.js",
5540 "id": "menu.view.toggleDevTools", 5831 "id": "menu.view.toggleDevTools",
5541 "start": { 5832 "start": {
5542 "column": 18, 5833 "column": 18,
5543 "line": 108 5834 "line": 109
5544 } 5835 }
5545 }, 5836 },
5546 { 5837 {
5547 "defaultMessage": "!!!Toggle Todos Developer Tools", 5838 "defaultMessage": "!!!Toggle Todos Developer Tools",
5548 "end": { 5839 "end": {
5549 "column": 3, 5840 "column": 3,
5550 "line": 115 5841 "line": 116
5551 }, 5842 },
5552 "file": "src/lib/Menu.js", 5843 "file": "src/lib/Menu.js",
5553 "id": "menu.view.toggleTodosDevTools", 5844 "id": "menu.view.toggleTodosDevTools",
5554 "start": { 5845 "start": {
5555 "column": 23, 5846 "column": 23,
5556 "line": 112 5847 "line": 113
5557 } 5848 }
5558 }, 5849 },
5559 { 5850 {
5560 "defaultMessage": "!!!Toggle Service Developer Tools", 5851 "defaultMessage": "!!!Toggle Service Developer Tools",
5561 "end": { 5852 "end": {
5562 "column": 3, 5853 "column": 3,
5563 "line": 119 5854 "line": 120
5564 }, 5855 },
5565 "file": "src/lib/Menu.js", 5856 "file": "src/lib/Menu.js",
5566 "id": "menu.view.toggleServiceDevTools", 5857 "id": "menu.view.toggleServiceDevTools",
5567 "start": { 5858 "start": {
5568 "column": 25, 5859 "column": 25,
5569 "line": 116 5860 "line": 117
5570 } 5861 }
5571 }, 5862 },
5572 { 5863 {
5573 "defaultMessage": "!!!Reload Service", 5864 "defaultMessage": "!!!Reload Service",
5574 "end": { 5865 "end": {
5575 "column": 3, 5866 "column": 3,
5576 "line": 123 5867 "line": 124
5577 }, 5868 },
5578 "file": "src/lib/Menu.js", 5869 "file": "src/lib/Menu.js",
5579 "id": "menu.view.reloadService", 5870 "id": "menu.view.reloadService",
5580 "start": { 5871 "start": {
5581 "column": 17, 5872 "column": 17,
5582 "line": 120 5873 "line": 121
5583 } 5874 }
5584 }, 5875 },
5585 { 5876 {
5586 "defaultMessage": "!!!Reload Ferdi", 5877 "defaultMessage": "!!!Reload Ferdi",
5587 "end": { 5878 "end": {
5588 "column": 3, 5879 "column": 3,
5589 "line": 127 5880 "line": 128
5590 }, 5881 },
5591 "file": "src/lib/Menu.js", 5882 "file": "src/lib/Menu.js",
5592 "id": "menu.view.reloadFranz", 5883 "id": "menu.view.reloadFranz",
5593 "start": { 5884 "start": {
5594 "column": 15, 5885 "column": 15,
5595 "line": 124 5886 "line": 125
5596 } 5887 }
5597 }, 5888 },
5598 { 5889 {
5599 "defaultMessage": "!!!Lock Ferdi", 5890 "defaultMessage": "!!!Lock Ferdi",
5600 "end": { 5891 "end": {
5601 "column": 3, 5892 "column": 3,
5602 "line": 131 5893 "line": 132
5603 }, 5894 },
5604 "file": "src/lib/Menu.js", 5895 "file": "src/lib/Menu.js",
5605 "id": "menu.view.lockFerdi", 5896 "id": "menu.view.lockFerdi",
5606 "start": { 5897 "start": {
5607 "column": 13, 5898 "column": 13,
5608 "line": 128 5899 "line": 129
5609 } 5900 }
5610 }, 5901 },
5611 { 5902 {
5612 "defaultMessage": "!!!Minimize", 5903 "defaultMessage": "!!!Minimize",
5613 "end": { 5904 "end": {
5614 "column": 3, 5905 "column": 3,
5615 "line": 135 5906 "line": 136
5616 }, 5907 },
5617 "file": "src/lib/Menu.js", 5908 "file": "src/lib/Menu.js",
5618 "id": "menu.window.minimize", 5909 "id": "menu.window.minimize",
5619 "start": { 5910 "start": {
5620 "column": 12, 5911 "column": 12,
5621 "line": 132 5912 "line": 133
5622 } 5913 }
5623 }, 5914 },
5624 { 5915 {
5625 "defaultMessage": "!!!Close", 5916 "defaultMessage": "!!!Close",
5626 "end": { 5917 "end": {
5627 "column": 3, 5918 "column": 3,
5628 "line": 139 5919 "line": 140
5629 }, 5920 },
5630 "file": "src/lib/Menu.js", 5921 "file": "src/lib/Menu.js",
5631 "id": "menu.window.close", 5922 "id": "menu.window.close",
5632 "start": { 5923 "start": {
5633 "column": 9, 5924 "column": 9,
5634 "line": 136 5925 "line": 137
5635 } 5926 }
5636 }, 5927 },
5637 { 5928 {
5638 "defaultMessage": "!!!Learn More", 5929 "defaultMessage": "!!!Learn More",
5639 "end": { 5930 "end": {
5640 "column": 3, 5931 "column": 3,
5641 "line": 143 5932 "line": 144
5642 }, 5933 },
5643 "file": "src/lib/Menu.js", 5934 "file": "src/lib/Menu.js",
5644 "id": "menu.help.learnMore", 5935 "id": "menu.help.learnMore",
5645 "start": { 5936 "start": {
5646 "column": 13, 5937 "column": 13,
5647 "line": 140 5938 "line": 141
5648 } 5939 }
5649 }, 5940 },
5650 { 5941 {
5651 "defaultMessage": "!!!Changelog", 5942 "defaultMessage": "!!!Changelog",
5652 "end": { 5943 "end": {
5653 "column": 3, 5944 "column": 3,
5654 "line": 147 5945 "line": 148
5655 }, 5946 },
5656 "file": "src/lib/Menu.js", 5947 "file": "src/lib/Menu.js",
5657 "id": "menu.help.changelog", 5948 "id": "menu.help.changelog",
5658 "start": { 5949 "start": {
5659 "column": 13, 5950 "column": 13,
5660 "line": 144 5951 "line": 145
5661 } 5952 }
5662 }, 5953 },
5663 { 5954 {
5664 "defaultMessage": "!!!Support", 5955 "defaultMessage": "!!!Support",
5665 "end": { 5956 "end": {
5666 "column": 3, 5957 "column": 3,
5667 "line": 151 5958 "line": 152
5668 }, 5959 },
5669 "file": "src/lib/Menu.js", 5960 "file": "src/lib/Menu.js",
5670 "id": "menu.help.support", 5961 "id": "menu.help.support",
5671 "start": { 5962 "start": {
5672 "column": 11, 5963 "column": 11,
5673 "line": 148 5964 "line": 149
5674 } 5965 }
5675 }, 5966 },
5676 { 5967 {
5677 "defaultMessage": "!!!Copy Debug Information", 5968 "defaultMessage": "!!!Copy Debug Information",
5678 "end": { 5969 "end": {
5679 "column": 3, 5970 "column": 3,
5680 "line": 155 5971 "line": 156
5681 }, 5972 },
5682 "file": "src/lib/Menu.js", 5973 "file": "src/lib/Menu.js",
5683 "id": "menu.help.debugInfo", 5974 "id": "menu.help.debugInfo",
5684 "start": { 5975 "start": {
5685 "column": 13, 5976 "column": 13,
5686 "line": 152 5977 "line": 153
5687 } 5978 }
5688 }, 5979 },
5689 { 5980 {
5690 "defaultMessage": "!!!Ferdi Debug Information", 5981 "defaultMessage": "!!!Ferdi Debug Information",
5691 "end": { 5982 "end": {
5692 "column": 3, 5983 "column": 3,
5693 "line": 159 5984 "line": 160
5694 }, 5985 },
5695 "file": "src/lib/Menu.js", 5986 "file": "src/lib/Menu.js",
5696 "id": "menu.help.debugInfoCopiedHeadline", 5987 "id": "menu.help.debugInfoCopiedHeadline",
5697 "start": { 5988 "start": {
5698 "column": 27, 5989 "column": 27,
5699 "line": 156 5990 "line": 157
5700 } 5991 }
5701 }, 5992 },
5702 { 5993 {
5703 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5994 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
5704 "end": { 5995 "end": {
5705 "column": 3, 5996 "column": 3,
5706 "line": 163 5997 "line": 164
5707 }, 5998 },
5708 "file": "src/lib/Menu.js", 5999 "file": "src/lib/Menu.js",
5709 "id": "menu.help.debugInfoCopiedBody", 6000 "id": "menu.help.debugInfoCopiedBody",
5710 "start": { 6001 "start": {
5711 "column": 23, 6002 "column": 23,
5712 "line": 160 6003 "line": 161
5713 } 6004 }
5714 }, 6005 },
5715 { 6006 {
5716 "defaultMessage": "!!!Terms of Service", 6007 "defaultMessage": "!!!Terms of Service",
5717 "end": { 6008 "end": {
5718 "column": 3, 6009 "column": 3,
5719 "line": 167 6010 "line": 168
5720 }, 6011 },
5721 "file": "src/lib/Menu.js", 6012 "file": "src/lib/Menu.js",
5722 "id": "menu.help.tos", 6013 "id": "menu.help.tos",
5723 "start": { 6014 "start": {
5724 "column": 7, 6015 "column": 7,
5725 "line": 164 6016 "line": 165
5726 } 6017 }
5727 }, 6018 },
5728 { 6019 {
5729 "defaultMessage": "!!!Privacy Statement", 6020 "defaultMessage": "!!!Privacy Statement",
5730 "end": { 6021 "end": {
5731 "column": 3, 6022 "column": 3,
5732 "line": 171 6023 "line": 172
5733 }, 6024 },
5734 "file": "src/lib/Menu.js", 6025 "file": "src/lib/Menu.js",
5735 "id": "menu.help.privacy", 6026 "id": "menu.help.privacy",
5736 "start": { 6027 "start": {
5737 "column": 11, 6028 "column": 11,
5738 "line": 168 6029 "line": 169
5739 } 6030 }
5740 }, 6031 },
5741 { 6032 {
5742 "defaultMessage": "!!!File", 6033 "defaultMessage": "!!!File",
5743 "end": { 6034 "end": {
5744 "column": 3, 6035 "column": 3,
5745 "line": 175 6036 "line": 176
5746 }, 6037 },
5747 "file": "src/lib/Menu.js", 6038 "file": "src/lib/Menu.js",
5748 "id": "menu.file", 6039 "id": "menu.file",
5749 "start": { 6040 "start": {
5750 "column": 8, 6041 "column": 8,
5751 "line": 172 6042 "line": 173
5752 } 6043 }
5753 }, 6044 },
5754 { 6045 {
5755 "defaultMessage": "!!!View", 6046 "defaultMessage": "!!!View",
5756 "end": { 6047 "end": {
5757 "column": 3, 6048 "column": 3,
5758 "line": 179 6049 "line": 180
5759 }, 6050 },
5760 "file": "src/lib/Menu.js", 6051 "file": "src/lib/Menu.js",
5761 "id": "menu.view", 6052 "id": "menu.view",
5762 "start": { 6053 "start": {
5763 "column": 8, 6054 "column": 8,
5764 "line": 176 6055 "line": 177
5765 } 6056 }
5766 }, 6057 },
5767 { 6058 {
5768 "defaultMessage": "!!!Services", 6059 "defaultMessage": "!!!Services",
5769 "end": { 6060 "end": {
5770 "column": 3, 6061 "column": 3,
5771 "line": 183 6062 "line": 184
5772 }, 6063 },
5773 "file": "src/lib/Menu.js", 6064 "file": "src/lib/Menu.js",
5774 "id": "menu.services", 6065 "id": "menu.services",
5775 "start": { 6066 "start": {
5776 "column": 12, 6067 "column": 12,
5777 "line": 180 6068 "line": 181
5778 } 6069 }
5779 }, 6070 },
5780 { 6071 {
5781 "defaultMessage": "!!!Window", 6072 "defaultMessage": "!!!Window",
5782 "end": { 6073 "end": {
5783 "column": 3, 6074 "column": 3,
5784 "line": 187 6075 "line": 188
5785 }, 6076 },
5786 "file": "src/lib/Menu.js", 6077 "file": "src/lib/Menu.js",
5787 "id": "menu.window", 6078 "id": "menu.window",
5788 "start": { 6079 "start": {
5789 "column": 10, 6080 "column": 10,
5790 "line": 184 6081 "line": 185
5791 } 6082 }
5792 }, 6083 },
5793 { 6084 {
5794 "defaultMessage": "!!!Help", 6085 "defaultMessage": "!!!Help",
5795 "end": { 6086 "end": {
5796 "column": 3, 6087 "column": 3,
5797 "line": 191 6088 "line": 192
5798 }, 6089 },
5799 "file": "src/lib/Menu.js", 6090 "file": "src/lib/Menu.js",
5800 "id": "menu.help", 6091 "id": "menu.help",
5801 "start": { 6092 "start": {
5802 "column": 8, 6093 "column": 8,
5803 "line": 188 6094 "line": 189
5804 } 6095 }
5805 }, 6096 },
5806 { 6097 {
5807 "defaultMessage": "!!!About Ferdi", 6098 "defaultMessage": "!!!About Ferdi",
5808 "end": { 6099 "end": {
5809 "column": 3, 6100 "column": 3,
5810 "line": 195 6101 "line": 196
5811 }, 6102 },
5812 "file": "src/lib/Menu.js", 6103 "file": "src/lib/Menu.js",
5813 "id": "menu.app.about", 6104 "id": "menu.app.about",
5814 "start": { 6105 "start": {
5815 "column": 9, 6106 "column": 9,
5816 "line": 192 6107 "line": 193
5817 } 6108 }
5818 }, 6109 },
5819 { 6110 {
5820 "defaultMessage": "!!!What's new?", 6111 "defaultMessage": "!!!What's new?",
5821 "end": { 6112 "end": {
5822 "column": 3, 6113 "column": 3,
5823 "line": 199 6114 "line": 200
5824 }, 6115 },
5825 "file": "src/lib/Menu.js", 6116 "file": "src/lib/Menu.js",
5826 "id": "menu.app.announcement", 6117 "id": "menu.app.announcement",
5827 "start": { 6118 "start": {
5828 "column": 16, 6119 "column": 16,
5829 "line": 196 6120 "line": 197
5830 } 6121 }
5831 }, 6122 },
5832 { 6123 {
5833 "defaultMessage": "!!!Settings", 6124 "defaultMessage": "!!!Settings",
5834 "end": { 6125 "end": {
5835 "column": 3, 6126 "column": 3,
5836 "line": 203 6127 "line": 204
5837 }, 6128 },
5838 "file": "src/lib/Menu.js", 6129 "file": "src/lib/Menu.js",
5839 "id": "menu.app.settings", 6130 "id": "menu.app.settings",
5840 "start": { 6131 "start": {
5841 "column": 12, 6132 "column": 12,
5842 "line": 200 6133 "line": 201
5843 } 6134 }
5844 }, 6135 },
5845 { 6136 {
5846 "defaultMessage": "!!!Check for updates", 6137 "defaultMessage": "!!!Check for updates",
5847 "end": { 6138 "end": {
5848 "column": 3, 6139 "column": 3,
5849 "line": 207 6140 "line": 208
5850 }, 6141 },
5851 "file": "src/lib/Menu.js", 6142 "file": "src/lib/Menu.js",
5852 "id": "menu.app.checkForUpdates", 6143 "id": "menu.app.checkForUpdates",
5853 "start": { 6144 "start": {
5854 "column": 19, 6145 "column": 19,
5855 "line": 204 6146 "line": 205
5856 } 6147 }
5857 }, 6148 },
5858 { 6149 {
5859 "defaultMessage": "!!!Hide", 6150 "defaultMessage": "!!!Hide",
5860 "end": { 6151 "end": {
5861 "column": 3, 6152 "column": 3,
5862 "line": 211 6153 "line": 212
5863 }, 6154 },
5864 "file": "src/lib/Menu.js", 6155 "file": "src/lib/Menu.js",
5865 "id": "menu.app.hide", 6156 "id": "menu.app.hide",
5866 "start": { 6157 "start": {
5867 "column": 8, 6158 "column": 8,
5868 "line": 208 6159 "line": 209
5869 } 6160 }
5870 }, 6161 },
5871 { 6162 {
5872 "defaultMessage": "!!!Hide Others", 6163 "defaultMessage": "!!!Hide Others",
5873 "end": { 6164 "end": {
5874 "column": 3, 6165 "column": 3,
5875 "line": 215 6166 "line": 216
5876 }, 6167 },
5877 "file": "src/lib/Menu.js", 6168 "file": "src/lib/Menu.js",
5878 "id": "menu.app.hideOthers", 6169 "id": "menu.app.hideOthers",
5879 "start": { 6170 "start": {
5880 "column": 14, 6171 "column": 14,
5881 "line": 212 6172 "line": 213
5882 } 6173 }
5883 }, 6174 },
5884 { 6175 {
5885 "defaultMessage": "!!!Unhide", 6176 "defaultMessage": "!!!Unhide",
5886 "end": { 6177 "end": {
5887 "column": 3, 6178 "column": 3,
5888 "line": 219 6179 "line": 220
5889 }, 6180 },
5890 "file": "src/lib/Menu.js", 6181 "file": "src/lib/Menu.js",
5891 "id": "menu.app.unhide", 6182 "id": "menu.app.unhide",
5892 "start": { 6183 "start": {
5893 "column": 10, 6184 "column": 10,
5894 "line": 216 6185 "line": 217
5895 } 6186 }
5896 }, 6187 },
5897 { 6188 {
5898 "defaultMessage": "!!!Auto-hide menu bar", 6189 "defaultMessage": "!!!Auto-hide menu bar",
5899 "end": { 6190 "end": {
5900 "column": 3, 6191 "column": 3,
5901 "line": 223 6192 "line": 224
5902 }, 6193 },
5903 "file": "src/lib/Menu.js", 6194 "file": "src/lib/Menu.js",
5904 "id": "menu.app.autohideMenuBar", 6195 "id": "menu.app.autohideMenuBar",
5905 "start": { 6196 "start": {
5906 "column": 19, 6197 "column": 19,
5907 "line": 220 6198 "line": 221
5908 } 6199 }
5909 }, 6200 },
5910 { 6201 {
5911 "defaultMessage": "!!!Quit", 6202 "defaultMessage": "!!!Quit",
5912 "end": { 6203 "end": {
5913 "column": 3, 6204 "column": 3,
5914 "line": 227 6205 "line": 228
5915 }, 6206 },
5916 "file": "src/lib/Menu.js", 6207 "file": "src/lib/Menu.js",
5917 "id": "menu.app.quit", 6208 "id": "menu.app.quit",
5918 "start": { 6209 "start": {
5919 "column": 8, 6210 "column": 8,
5920 "line": 224 6211 "line": 225
5921 } 6212 }
5922 }, 6213 },
5923 { 6214 {
5924 "defaultMessage": "!!!Add New Service...", 6215 "defaultMessage": "!!!Add New Service...",
5925 "end": { 6216 "end": {
5926 "column": 3, 6217 "column": 3,
5927 "line": 231 6218 "line": 232
5928 }, 6219 },
5929 "file": "src/lib/Menu.js", 6220 "file": "src/lib/Menu.js",
5930 "id": "menu.services.addNewService", 6221 "id": "menu.services.addNewService",
5931 "start": { 6222 "start": {
5932 "column": 17, 6223 "column": 17,
5933 "line": 228 6224 "line": 229
5934 } 6225 }
5935 }, 6226 },
5936 { 6227 {
5937 "defaultMessage": "!!!Add New Workspace...", 6228 "defaultMessage": "!!!Add New Workspace...",
5938 "end": { 6229 "end": {
5939 "column": 3, 6230 "column": 3,
5940 "line": 235 6231 "line": 236
5941 }, 6232 },
5942 "file": "src/lib/Menu.js", 6233 "file": "src/lib/Menu.js",
5943 "id": "menu.workspaces.addNewWorkspace", 6234 "id": "menu.workspaces.addNewWorkspace",
5944 "start": { 6235 "start": {
5945 "column": 19, 6236 "column": 19,
5946 "line": 232 6237 "line": 233
5947 } 6238 }
5948 }, 6239 },
5949 { 6240 {
5950 "defaultMessage": "!!!Open workspace drawer", 6241 "defaultMessage": "!!!Open workspace drawer",
5951 "end": { 6242 "end": {
5952 "column": 3, 6243 "column": 3,
5953 "line": 239 6244 "line": 240
5954 }, 6245 },
5955 "file": "src/lib/Menu.js", 6246 "file": "src/lib/Menu.js",
5956 "id": "menu.workspaces.openWorkspaceDrawer", 6247 "id": "menu.workspaces.openWorkspaceDrawer",
5957 "start": { 6248 "start": {
5958 "column": 23, 6249 "column": 23,
5959 "line": 236 6250 "line": 237
5960 } 6251 }
5961 }, 6252 },
5962 { 6253 {
5963 "defaultMessage": "!!!Close workspace drawer", 6254 "defaultMessage": "!!!Close workspace drawer",
5964 "end": { 6255 "end": {
5965 "column": 3, 6256 "column": 3,
5966 "line": 243 6257 "line": 244
5967 }, 6258 },
5968 "file": "src/lib/Menu.js", 6259 "file": "src/lib/Menu.js",
5969 "id": "menu.workspaces.closeWorkspaceDrawer", 6260 "id": "menu.workspaces.closeWorkspaceDrawer",
5970 "start": { 6261 "start": {
5971 "column": 24, 6262 "column": 24,
5972 "line": 240 6263 "line": 241
5973 } 6264 }
5974 }, 6265 },
5975 { 6266 {
5976 "defaultMessage": "!!!Activate next service...", 6267 "defaultMessage": "!!!Activate next service...",
5977 "end": { 6268 "end": {
5978 "column": 3, 6269 "column": 3,
5979 "line": 247 6270 "line": 248
5980 }, 6271 },
5981 "file": "src/lib/Menu.js", 6272 "file": "src/lib/Menu.js",
5982 "id": "menu.services.setNextServiceActive", 6273 "id": "menu.services.setNextServiceActive",
5983 "start": { 6274 "start": {
5984 "column": 23, 6275 "column": 23,
5985 "line": 244 6276 "line": 245
5986 } 6277 }
5987 }, 6278 },
5988 { 6279 {
5989 "defaultMessage": "!!!Activate previous service...", 6280 "defaultMessage": "!!!Activate previous service...",
5990 "end": { 6281 "end": {
5991 "column": 3, 6282 "column": 3,
5992 "line": 251 6283 "line": 252
5993 }, 6284 },
5994 "file": "src/lib/Menu.js", 6285 "file": "src/lib/Menu.js",
5995 "id": "menu.services.activatePreviousService", 6286 "id": "menu.services.activatePreviousService",
5996 "start": { 6287 "start": {
5997 "column": 27, 6288 "column": 27,
5998 "line": 248 6289 "line": 249
5999 } 6290 }
6000 }, 6291 },
6001 { 6292 {
6002 "defaultMessage": "!!!Disable notifications & audio", 6293 "defaultMessage": "!!!Disable notifications & audio",
6003 "end": { 6294 "end": {
6004 "column": 3, 6295 "column": 3,
6005 "line": 255 6296 "line": 256
6006 }, 6297 },
6007 "file": "src/lib/Menu.js", 6298 "file": "src/lib/Menu.js",
6008 "id": "sidebar.muteApp", 6299 "id": "sidebar.muteApp",
6009 "start": { 6300 "start": {
6010 "column": 11, 6301 "column": 11,
6011 "line": 252 6302 "line": 253
6012 } 6303 }
6013 }, 6304 },
6014 { 6305 {
6015 "defaultMessage": "!!!Enable notifications & audio", 6306 "defaultMessage": "!!!Enable notifications & audio",
6016 "end": { 6307 "end": {
6017 "column": 3, 6308 "column": 3,
6018 "line": 259 6309 "line": 260
6019 }, 6310 },
6020 "file": "src/lib/Menu.js", 6311 "file": "src/lib/Menu.js",
6021 "id": "sidebar.unmuteApp", 6312 "id": "sidebar.unmuteApp",
6022 "start": { 6313 "start": {
6023 "column": 13, 6314 "column": 13,
6024 "line": 256 6315 "line": 257
6025 } 6316 }
6026 }, 6317 },
6027 { 6318 {
6028 "defaultMessage": "!!!Workspaces", 6319 "defaultMessage": "!!!Workspaces",
6029 "end": { 6320 "end": {
6030 "column": 3, 6321 "column": 3,
6031 "line": 263 6322 "line": 264
6032 }, 6323 },
6033 "file": "src/lib/Menu.js", 6324 "file": "src/lib/Menu.js",
6034 "id": "menu.workspaces", 6325 "id": "menu.workspaces",
6035 "start": { 6326 "start": {
6036 "column": 14, 6327 "column": 14,
6037 "line": 260 6328 "line": 261
6038 } 6329 }
6039 }, 6330 },
6040 { 6331 {
6041 "defaultMessage": "!!!Default", 6332 "defaultMessage": "!!!Default",
6042 "end": { 6333 "end": {
6043 "column": 3, 6334 "column": 3,
6044 "line": 267 6335 "line": 268
6045 }, 6336 },
6046 "file": "src/lib/Menu.js", 6337 "file": "src/lib/Menu.js",
6047 "id": "menu.workspaces.defaultWorkspace", 6338 "id": "menu.workspaces.defaultWorkspace",
6048 "start": { 6339 "start": {
6049 "column": 20, 6340 "column": 20,
6050 "line": 264 6341 "line": 265
6051 } 6342 }
6052 }, 6343 },
6053 { 6344 {
6054 "defaultMessage": "!!!Todos", 6345 "defaultMessage": "!!!Todos",
6055 "end": { 6346 "end": {
6056 "column": 3, 6347 "column": 3,
6057 "line": 271 6348 "line": 272
6058 }, 6349 },
6059 "file": "src/lib/Menu.js", 6350 "file": "src/lib/Menu.js",
6060 "id": "menu.todos", 6351 "id": "menu.todos",
6061 "start": { 6352 "start": {
6062 "column": 9, 6353 "column": 9,
6063 "line": 268 6354 "line": 269
6064 } 6355 }
6065 }, 6356 },
6066 { 6357 {
6067 "defaultMessage": "!!!Open Todos drawer", 6358 "defaultMessage": "!!!Open Todos drawer",
6068 "end": { 6359 "end": {
6069 "column": 3, 6360 "column": 3,
6070 "line": 275 6361 "line": 276
6071 }, 6362 },
6072 "file": "src/lib/Menu.js", 6363 "file": "src/lib/Menu.js",
6073 "id": "menu.Todoss.openTodosDrawer", 6364 "id": "menu.Todoss.openTodosDrawer",
6074 "start": { 6365 "start": {
6075 "column": 19, 6366 "column": 19,
6076 "line": 272 6367 "line": 273
6077 } 6368 }
6078 }, 6369 },
6079 { 6370 {
6080 "defaultMessage": "!!!Close Todos drawer", 6371 "defaultMessage": "!!!Close Todos drawer",
6081 "end": { 6372 "end": {
6082 "column": 3, 6373 "column": 3,
6083 "line": 279 6374 "line": 280
6084 }, 6375 },
6085 "file": "src/lib/Menu.js", 6376 "file": "src/lib/Menu.js",
6086 "id": "menu.Todoss.closeTodosDrawer", 6377 "id": "menu.Todoss.closeTodosDrawer",
6087 "start": { 6378 "start": {
6088 "column": 20, 6379 "column": 20,
6089 "line": 276 6380 "line": 277
6090 } 6381 }
6091 }, 6382 },
6092 { 6383 {
6093 "defaultMessage": "!!!Enable Todos", 6384 "defaultMessage": "!!!Enable Todos",
6094 "end": { 6385 "end": {
6095 "column": 3, 6386 "column": 3,
6096 "line": 283 6387 "line": 284
6097 }, 6388 },
6098 "file": "src/lib/Menu.js", 6389 "file": "src/lib/Menu.js",
6099 "id": "menu.todos.enableTodos", 6390 "id": "menu.todos.enableTodos",
6100 "start": { 6391 "start": {
6101 "column": 15, 6392 "column": 15,
6102 "line": 280 6393 "line": 281
6394 }
6395 },
6396 {
6397 "defaultMessage": "!!!Home",
6398 "end": {
6399 "column": 3,
6400 "line": 288
6401 },
6402 "file": "src/lib/Menu.js",
6403 "id": "menu.services.goHome",
6404 "start": {
6405 "column": 17,
6406 "line": 285
6103 } 6407 }
6104 } 6408 }
6105 ], 6409 ],
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 6a9676326..bba3e7c6d 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Ferdi 5", 35 "import.notSupportedHeadline": "Υπηρεσίες που δεν υποστηρίζονται ακόμα στο Ferdi 5",
33 "import.skip.label": "Θέλω να προσθέσω υπηρεσίες χειροκίνητα", 36 "import.skip.label": "Θέλω να προσθέσω υπηρεσίες χειροκίνητα",
34 "import.submit.label": "Εισαγωγή υπηρεσιών", 37 "import.submit.label": "Εισαγωγή υπηρεσιών",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Τι νέο υπάρχει;", 39 "infobar.buttonChangelog": "Τι νέο υπάρχει;",
36 "infobar.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων", 40 "infobar.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων",
37 "infobar.buttonReloadServices": "Ανανέωση υπηρεσιών", 41 "infobar.buttonReloadServices": "Ανανέωση υπηρεσιών",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Θέλω να το κάνω αργότερα", 49 "invite.skip.label": "Θέλω να το κάνω αργότερα",
46 "invite.submit.label": "Αποστολή προσκλήσεων", 50 "invite.submit.label": "Αποστολή προσκλήσεων",
47 "invite.successInfo": "Επιτυχής αποστολή προσκλήσεων", 51 "invite.successInfo": "Επιτυχής αποστολή προσκλήσεων",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου", 60 "login.email.label": "Διεύθυνση ηλεκτρονικού ταχυδρομείου",
49 "login.headline": "Σύνδεση", 61 "login.headline": "Σύνδεση",
50 "login.invalidCredentials": "Το email ή ο κωδικός πρόσβασης δεν είναι έγκυρος", 62 "login.invalidCredentials": "Το email ή ο κωδικός πρόσβασης δεν είναι έγκυρος",
51 "login.link.password": "Επαναφορά κωδικού πρόσβασης", 63 "login.link.password": "Επαναφορά κωδικού πρόσβασης",
52 "login.link.signup": "Δημιουργία δωρεάν λογαριασμού", 64 "login.link.signup": "Δημιουργία δωρεάν λογαριασμού",
53 "login.password.label": "Κωδικός πρόσβασης", 65 "login.password.label": "Password",
54 "login.serverLogout": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.", 66 "login.serverLogout": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.",
55 "login.submit.label": "Σύνδεση", 67 "login.submit.label": "Σύνδεση",
56 "login.tokenExpired": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.", 68 "login.tokenExpired": "Η συνεδρία σας έληξε, συνδεθείτε ξανά.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Σχετικά με το Ferdi", 71 "menu.app.about": "Σχετικά με το Ferdi",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις", 74 "menu.app.checkForUpdates": "Έλεγχος για ενημερώσεις",
62 "menu.app.hide": "Απόκρυψη", 75 "menu.app.hide": "Απόκρυψη",
63 "menu.app.hideOthers": "Απόκρυψη των άλλων", 76 "menu.app.hideOthers": "Απόκρυψη των άλλων",
@@ -91,12 +104,17 @@
91 "menu.services": "Υπηρεσίες", 104 "menu.services": "Υπηρεσίες",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Νέα Υπηρεσία", 106 "menu.services.addNewService": "Νέα Υπηρεσία",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Προβολή", 111 "menu.view": "Προβολή",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Πλήρης Οθόνη", 113 "menu.view.enterFullScreen": "Πλήρης Οθόνη",
99 "menu.view.exitFullScreen": "Έξοδος από πλήρη οθόνη", 114 "menu.view.exitFullScreen": "Έξοδος από πλήρη οθόνη",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Ανανέωση Ferdi", 118 "menu.view.reloadFranz": "Ανανέωση Ferdi",
101 "menu.view.reloadService": "Ανανέωση Υπηρεσίας", 119 "menu.view.reloadService": "Ανανέωση Υπηρεσίας",
102 "menu.view.resetZoom": "Πραγματικό μέγεθος", 120 "menu.view.resetZoom": "Πραγματικό μέγεθος",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Ξεκινήστε", 187 "services.getStarted": "Ξεκινήστε",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Καλώς ορίσατε στον Ferdi", 191 "services.welcome": "Καλώς ορίσατε στον Ferdi",
171 "settings.account.account.editButton": "Επεξεργασία λογαριασμού", 192 "settings.account.account.editButton": "Επεξεργασία λογαριασμού",
172 "settings.account.accountType.basic": "Βασικός λογαριασμός", 193 "settings.account.accountType.basic": "Βασικός λογαριασμός",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Δεν ήταν δυνατή η φόρτωση πληροφοριών χρήστη", 217 "settings.account.userInfoRequestFailed": "Δεν ήταν δυνατή η φόρτωση πληροφοριών χρήστη",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Καθαρισμός λανθάνουσας μνήμης", 220 "settings.app.buttonClearAllCache": "Καθαρισμός λανθάνουσας μνήμης",
199 "settings.app.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων", 221 "settings.app.buttonInstallUpdate": "Επανεκκίνηση & εγκατάσταση ενημερώσεων",
200 "settings.app.buttonSearchForUpdate": "Έλεγχος για ενημερώσεις", 222 "settings.app.buttonSearchForUpdate": "Έλεγχος για ενημερώσεις",
201 "settings.app.cacheInfo": "Το Ferdi χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.", 223 "settings.app.cacheInfo": "Το Ferdi χρησιμοποιεί αυτήν τη στιγμή {size} χώρου στο δίσκο.",
202 "settings.app.currentVersion": "Τρέχουσα έκδοση:", 224 "settings.app.currentVersion": "Τρέχουσα έκδοση:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Άνοιγμα στο παρασκήνιο", 226 "settings.app.form.autoLaunchInBackground": "Άνοιγμα στο παρασκήνιο",
204 "settings.app.form.autoLaunchOnStart": "Εκκίνηση του Ferdi κατά την εκκίνηση του συστήματος", 227 "settings.app.form.autoLaunchOnStart": "Εκκίνηση του Ferdi κατά την εκκίνηση του συστήματος",
205 "settings.app.form.beta": "Συμπεριλάβετε εκδόσεις beta", 228 "settings.app.form.beta": "Συμπεριλάβετε εκδόσεις beta",
206 "settings.app.form.darkMode": "Join the Dark Side", 229 "settings.app.form.darkMode": "Join the Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ", 230 "settings.app.form.enableGPUAcceleration": "Ενεργοποιήση Ενίσχυσης GPU ",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου", 232 "settings.app.form.enableSpellchecking": "Ενεργοποίηση ορθογραφικού ελέγχου",
209 "settings.app.form.enableSystemTray": "Εμφάνιση του Ferdi στη γραμμή ειδοποιήσεων", 233 "settings.app.form.enableSystemTray": "Εμφάνιση του Ferdi στη γραμμή ειδοποιήσεων",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Γλώσσα", 238 "settings.app.form.language": "Γλώσσα",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων", 240 "settings.app.form.minimizeToSystemTray": "Ελαχιστοποίηση του Ferdi στη γραμμή ειδοποιήσεων",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Κρατήστε το Ferdi στο παρασκήνιο κατά το κλείσιμο του παραθύρου", 243 "settings.app.form.runInBackground": "Κρατήστε το Ferdi στο παρασκήνιο κατά το κλείσιμο του παραθύρου",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Προβολή καρτελών των απενεργοποιημένων υπηρεσιών", 248 "settings.app.form.showDisabledServices": "Προβολή καρτελών των απενεργοποιημένων υπηρεσιών",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Προβολή του εικονιδίου μη αναγνωσμένου μηνύματος όταν οι ειδοποιήσεις είναι απενεργοποιημένες", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Προβολή του εικονιδίου μη αναγνωσμένου μηνύματος όταν οι ειδοποιήσεις είναι απενεργοποιημένες",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Ρυθμίσεις", 253 "settings.app.headline": "Ρυθμίσεις",
218 "settings.app.headlineAdvanced": "Για προχωρημένους", 254 "settings.app.headlineAdvanced": "Για προχωρημένους",
219 "settings.app.headlineAppearance": "Εμφάνιση", 255 "settings.app.headlineAppearance": "Εμφάνιση",
220 "settings.app.headlineGeneral": "Γενικά", 256 "settings.app.headlineGeneral": "Γενικά",
221 "settings.app.headlineLanguage": "Γλώσσα", 257 "settings.app.headlineLanguage": "Γλώσσα",
222 "settings.app.headlineUpdates": "Ενημερώσεις", 258 "settings.app.headlineUpdates": "Ενημερώσεις",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση", 264 "settings.app.restartRequired": "Οι αλλαγές απαιτούν επανεκκίνηση",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Λανθάνουσα μνήμη", 269 "settings.app.subheadlineCache": "Λανθάνουσα μνήμη",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Βοηθήστε μας να μεταφράσουμε το Ferdi στη δική σας γλώσσα.", 271 "settings.app.translationHelp": "Βοηθήστε μας να μεταφράσουμε το Ferdi στη δική σας γλώσσα.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...", 273 "settings.app.updateStatusAvailable": "Υπάρχει διαθέσιμη ενημέρωση, γίνεται λήψη...",
228 "settings.app.updateStatusSearching": " Γίνεται αναζήτηση για ενημέρωση", 274 "settings.app.updateStatusSearching": " Γίνεται αναζήτηση για ενημέρωση",
229 "settings.app.updateStatusUpToDate": "Χρησιμοποιείτε την τελευταία έκδοση του Ferdi", 275 "settings.app.updateStatusUpToDate": "Χρησιμοποιείτε την τελευταία έκδοση του Ferdi",
230 "settings.invite.headline": "Προσκαλέστε Φίλους", 276 "settings.invite.headline": "Προσκαλέστε Φίλους",
231 "settings.navigation.account": "Λογαριασμός", 277 "settings.navigation.account": "Λογαριασμός",
232 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες", 278 "settings.navigation.availableServices": "Διαθέσιμες υπηρεσίες",
233 "settings.navigation.inviteFriends": "Πρασκαλέστε Φίλους",
234 "settings.navigation.logout": "Αποσύνδεση", 279 "settings.navigation.logout": "Αποσύνδεση",
235 "settings.navigation.settings": "Ρυθμίσεις", 280 "settings.navigation.settings": "Ρυθμίσεις",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Οι υπηρεσίες σας", 283 "settings.navigation.yourServices": "Οι υπηρεσίες σας",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Εμφάνιση ειδοποίησης μηνύματος για όλα τα νέα μηνύματα", 322 "settings.service.form.indirectMessages": "Εμφάνιση ειδοποίησης μηνύματος για όλα τα νέα μηνύματα",
277 "settings.service.form.isMutedInfo": "Όλοι οι ήχοι καθώς και η αναπαραγωγή ήχου θα απενεργοποιηθούν", 323 "settings.service.form.isMutedInfo": "Όλοι οι ήχοι καθώς και η αναπαραγωγή ήχου θα απενεργοποιηθούν",
278 "settings.service.form.name": "Όνομα", 324 "settings.service.form.name": "Όνομα",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Όλοι οι ήχοι είναι απενεργοποιημένοι", 346 "settings.services.tooltip.isMuted": "Όλοι οι ήχοι είναι απενεργοποιημένοι",
300 "settings.services.tooltip.notificationsDisabled": "Οι ειδοποιήσεις είναι απενεργοποιημένες", 347 "settings.services.tooltip.notificationsDisabled": "Οι ειδοποιήσεις είναι απενεργοποιημένες",
301 "settings.services.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί", 348 "settings.services.updatedInfo": "Οι αλλαγές σας έχουν αποθηκευτεί",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Ομάδα", 356 "settings.team.headline": "Ομάδα",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Εταιρεία", 362 "settings.user.form.accountType.company": "Εταιρεία",
309 "settings.user.form.accountType.individual": "Ατομικός", 363 "settings.user.form.accountType.individual": "Ατομικός",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Όνομα", 377 "settings.workspace.form.name": "Όνομα",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Προσθήκη νέας υπηρεσίας", 388 "sidebar.addNewService": "Προσθήκη νέας υπηρεσίας",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου", 392 "sidebar.muteApp": "Απενεργοποίηση ειδοποιήσεων & ήχου",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -346,22 +403,8 @@
346 "signup.legal.privacy": "Δήλωση απορρήτου", 403 "signup.legal.privacy": "Δήλωση απορρήτου",
347 "signup.legal.terms": "Όροι υπηρεσίας", 404 "signup.legal.terms": "Όροι υπηρεσίας",
348 "signup.link.login": "Έχετε ήδη λογαριασμό? Συνδεθείτε.", 405 "signup.link.login": "Έχετε ήδη λογαριασμό? Συνδεθείτε.",
349 "signup.password.label": "Κωδικός πρόσβασης", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Δημιουργία λογαριασμού", 407 "signup.submit.label": "Δημιουργία λογαριασμού",
351 "subscription.euTaxInfo": "Πολίτες Ε.Ε.: Στις τιμές δεν περιλαμβάνονται τυχόν φόροι και άλλες τοπικές επιβαρύνσεις",
352 "subscription.features.ads": "Τέλος στις διαφημίσεις",
353 "subscription.features.comingSoon": "σύντομα",
354 "subscription.features.noInterruptions": "No app delays & nagging to upgrade license",
355 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost",
356 "subscription.features.proxy": "Proxy support for services",
357 "subscription.features.spellchecker": "Support for spellchecker",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "Ο Premium λογαριασμός υποστήριξης Ferdi περιλαμβάνει",
360 "subscription.paymentSessionError": "Δεν ήταν δυνατή η προετοιμασία της φόρμας πληρωμής",
361 "subscription.submit.label": "Θέλω να βοηθήσω στην ανάπτυξη του Ferdi",
362 "subscription.type.free": "δωρεάν",
363 "subscription.type.month": "μήνας",
364 "subscription.type.year": "έτος",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -384,6 +427,11 @@
384 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
385 "validation.required": "{field} είναι υποχρεωτικό", 428 "validation.required": "{field} είναι υποχρεωτικό",
386 "validation.url": "{field} δεν είναι έγκυρος σύνδεσμος URL", 429 "validation.url": "{field} δεν είναι έγκυρος σύνδεσμος URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Επαναφόρτωση",
387 "welcome.loginButton": "Σύνδεση στο λογαριασμό σας", 435 "welcome.loginButton": "Σύνδεση στο λογαριασμό σας",
388 "welcome.signupButton": "Δημιουργία δωρεάν λογαριασμού", 436 "welcome.signupButton": "Δημιουργία δωρεάν λογαριασμού",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index c8cf09366..10f0b7c6f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -11,6 +11,7 @@
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...", 13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
14 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
15 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
16 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -53,8 +54,9 @@
53 "locked.invalidCredentials": "Password invalid", 54 "locked.invalidCredentials": "Password invalid",
54 "locked.password.label": "Password", 55 "locked.password.label": "Password",
55 "locked.submit.label": "Unlock", 56 "locked.submit.label": "Unlock",
56 "login.customServerQuestion": "Using a custom Ferdi server?", 57 "login.changeServer": "Change server",
57 "login.customServerSuggestion": "Try importing your Franz account", 58 "login.customServerQuestion": "Using a Franz account to log in?",
59 "login.customServerSuggestion": "Try importing your Franz account into Ferdi",
58 "login.email.label": "Email address", 60 "login.email.label": "Email address",
59 "login.headline": "Sign in", 61 "login.headline": "Sign in",
60 "login.invalidCredentials": "Email or password not valid", 62 "login.invalidCredentials": "Email or password not valid",
@@ -102,6 +104,7 @@
102 "menu.services": "Services", 104 "menu.services": "Services",
103 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
104 "menu.services.addNewService": "Add New Service...", 106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
105 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
106 "menu.todos": "Todos", 109 "menu.todos": "Todos",
107 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
@@ -184,6 +187,7 @@
184 "services.getStarted": "Get started", 187 "services.getStarted": "Get started",
185 "services.login": "Please login to use Ferdi.", 188 "services.login": "Please login to use Ferdi.",
186 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
187 "services.welcome": "Welcome to Ferdi", 191 "services.welcome": "Welcome to Ferdi",
188 "settings.account.account.editButton": "Edit account", 192 "settings.account.account.editButton": "Edit account",
189 "settings.account.accountType.basic": "Basic Account", 193 "settings.account.accountType.basic": "Basic Account",
@@ -212,11 +216,13 @@
212 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
213 "settings.account.userInfoRequestFailed": "Could not load user information", 217 "settings.account.userInfoRequestFailed": "Could not load user information",
214 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
215 "settings.app.buttonClearAllCache": "Clear cache", 220 "settings.app.buttonClearAllCache": "Clear cache",
216 "settings.app.buttonInstallUpdate": "Restart & install update", 221 "settings.app.buttonInstallUpdate": "Restart & install update",
217 "settings.app.buttonSearchForUpdate": "Check for updates", 222 "settings.app.buttonSearchForUpdate": "Check for updates",
218 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
219 "settings.app.currentVersion": "Current version:", 224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
220 "settings.app.form.autoLaunchInBackground": "Open in background", 226 "settings.app.form.autoLaunchInBackground": "Open in background",
221 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start", 227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
222 "settings.app.form.beta": "Include beta versions", 228 "settings.app.form.beta": "Include beta versions",
@@ -227,6 +233,7 @@
227 "settings.app.form.enableSystemTray": "Show Ferdi in system tray", 233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
228 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
229 "settings.app.form.hibernate": "Enable service hibernation", 235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
230 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
231 "settings.app.form.language": "Language", 238 "settings.app.form.language": "Language",
232 "settings.app.form.lockPassword": "Ferdi Lock password", 239 "settings.app.form.lockPassword": "Ferdi Lock password",
@@ -240,13 +247,16 @@
240 "settings.app.form.server": "Server", 247 "settings.app.form.server": "Server",
241 "settings.app.form.showDisabledServices": "Display disabled services tabs", 248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
242 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
243 "settings.app.form.todoServer": "Todo Server", 251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.headline": "Settings", 253 "settings.app.headline": "Settings",
245 "settings.app.headlineAdvanced": "Advanced", 254 "settings.app.headlineAdvanced": "Advanced",
246 "settings.app.headlineAppearance": "Appearance", 255 "settings.app.headlineAppearance": "Appearance",
247 "settings.app.headlineGeneral": "General", 256 "settings.app.headlineGeneral": "General",
248 "settings.app.headlineLanguage": "Language", 257 "settings.app.headlineLanguage": "Language",
249 "settings.app.headlineUpdates": "Updates", 258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
250 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
251 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.", 261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
252 "settings.app.lockedPassword": "Ferdi Lock Password", 262 "settings.app.lockedPassword": "Ferdi Lock Password",
@@ -259,6 +269,7 @@
259 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
260 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)", 270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
261 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
262 "settings.app.updateStatusAvailable": "Update available, downloading...", 273 "settings.app.updateStatusAvailable": "Update available, downloading...",
263 "settings.app.updateStatusSearching": "Is searching for update", 274 "settings.app.updateStatusSearching": "Is searching for update",
264 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi", 275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
@@ -311,6 +322,7 @@
311 "settings.service.form.indirectMessages": "Show message badge for all new messages", 322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
312 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted", 323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
313 "settings.service.form.name": "Name", 324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
314 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
315 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
316 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -344,6 +356,8 @@
344 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
345 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
346 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
347 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
348 "settings.user.form.accountType.company": "Company", 362 "settings.user.form.accountType.company": "Company",
349 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
@@ -413,6 +427,11 @@
413 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
414 "validation.required": "{field} is required", 428 "validation.required": "{field} is required",
415 "validation.url": "{field} is not a valid URL", 429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
416 "welcome.loginButton": "Login to your account", 435 "welcome.loginButton": "Login to your account",
417 "welcome.signupButton": "Create a free account", 436 "welcome.signupButton": "Create a free account",
418 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
new file mode 100644
index 000000000..1fdc74380
--- /dev/null
+++ b/src/i18n/locales/en.json
@@ -0,0 +1,428 @@
1{
2 "app.errorHandler.action": "Athlódáil",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
15 "feature.shareFranz.action.email": "Send as email",
16 "feature.shareFranz.action.facebook": "Share on Facebook",
17 "feature.shareFranz.action.twitter": "Share on Twitter",
18 "feature.shareFranz.headline": "Ferdi is better together!",
19 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
20 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
21 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
22 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
23 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
24 "feature.todos.premium.upgrade": "Upgrade Account",
25 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne",
26 "global.franzProRequired": "Ferdi Professional Required",
27 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
28 "global.spellchecker.useDefault": "Use System Default ({default})",
29 "global.spellchecking.autodetect": "Detect language automatically",
30 "global.spellchecking.autodetect.short": "Automatic",
31 "global.spellchecking.language": "Spell checking language",
32 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
33 "import.headline": "Iompórtáil do sheirbhísí Ferdi 4",
34 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdi 5 go fóill",
35 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh",
36 "import.submit.label": "Iompórtáil seirbhísí",
37 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
38 "infobar.buttonChangelog": "Cad atá nua?",
39 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
40 "infobar.buttonReloadServices": "Athlódáil seirbhísí",
41 "infobar.requiredRequestsFailed": "Ní féidir seirbhísí agus eolas úsáideora a lódáil",
42 "infobar.servicesUpdated": "Nuashonraíodh do sheirbhísí.",
43 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
44 "infobar.updateAvailable": "Tá nuashonrú nua do Ferdi ar fáil.",
45 "invite.email.label": "Seoladh ríomhphoist",
46 "invite.headline.friends": "Tabhair cuireadh do thriúr chara nó chomhghleacaí",
47 "invite.name.label": "Ainm",
48 "invite.skip.label": "Ba mhaith liom é seo a dhéanamh níos deireanaí",
49 "invite.submit.label": "Seol cuirí",
50 "invite.successInfo": "Cuirí seolta go rathúil",
51 "locked.headline": "Locked",
52 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
53 "locked.invalidCredentials": "Password invalid",
54 "locked.password.label": "Password",
55 "locked.submit.label": "Unlock",
56 "login.customServerQuestion": "Using a custom Ferdi server?",
57 "login.customServerSuggestion": "Try importing your Franz account",
58 "login.email.label": "Seoladh ríomhphoist",
59 "login.headline": "Logáil isteach",
60 "login.invalidCredentials": "Seoladh ríomhphoist nó pasfhocal neamhbhailí",
61 "login.link.password": "Athshocraigh pasfhocal",
62 "login.link.signup": "Cruthaigh cuntas saor in aisce",
63 "login.password.label": "Password",
64 "login.serverLogout": "D'éag do sheisiún, logáil isteach arís le do thoil.",
65 "login.submit.label": "Logáil isteach",
66 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.",
67 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
68 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
69 "menu.app.about": "Faoi Ferdi",
70 "menu.app.announcement": "What's new?",
71 "menu.app.autohideMenuBar": "Auto-hide menu bar",
72 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe",
73 "menu.app.hide": "Cuir Ferdi i bhfolach",
74 "menu.app.hideOthers": "Folaigh feidhmchláir eile",
75 "menu.app.quit": "Scoir",
76 "menu.app.settings": "Socruithe",
77 "menu.app.unhide": "Taispeáin",
78 "menu.edit": "Cuir in eagar",
79 "menu.edit.copy": "Cóipeáil",
80 "menu.edit.cut": "Gearr",
81 "menu.edit.delete": "Scrios",
82 "menu.edit.emojiSymbols": "Straoiseoga ⁊ siombailí",
83 "menu.edit.paste": "Greamaigh",
84 "menu.edit.pasteAndMatchStyle": "Greamaigh agus cuir stíl in oiriúint",
85 "menu.edit.redo": "Athdhéan",
86 "menu.edit.selectAll": "Roghnaigh gach rud",
87 "menu.edit.speech": "Caint",
88 "menu.edit.startDictation": "Tosaigh deachtú",
89 "menu.edit.startSpeaking": "Tosaigh ag caint",
90 "menu.edit.stopSpeaking": "Stad ag caint",
91 "menu.edit.undo": "Cealaigh",
92 "menu.file": "Comhad",
93 "menu.help": "Cabhair",
94 "menu.help.changelog": "Athruithe",
95 "menu.help.debugInfo": "Copy Debug Information",
96 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
97 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
98 "menu.help.learnMore": "Tuilleadh eolais",
99 "menu.help.privacy": "Ráiteas phríobháideachais",
100 "menu.help.support": "Tacaíocht",
101 "menu.help.tos": "Téarmaí tagartha",
102 "menu.services": "Seirbhísí",
103 "menu.services.activatePreviousService": "Activate previous service",
104 "menu.services.addNewService": "Cuir seirbhís nua leis",
105 "menu.services.setNextServiceActive": "Activate next service",
106 "menu.todos": "Todos",
107 "menu.todos.enableTodos": "Enable Todos",
108 "menu.view": "Amharc",
109 "menu.view.back": "Back",
110 "menu.view.enterFullScreen": "Cuir isteach mód lánscáileáin",
111 "menu.view.exitFullScreen": "Scoir mód lánscáileáin",
112 "menu.view.forward": "Forward",
113 "menu.view.lockFerdi": "Lock Ferdi",
114 "menu.view.openQuickSwitch": "Open Quick Switch",
115 "menu.view.reloadFranz": "Athlódáil Ferdi",
116 "menu.view.reloadService": "Athlódáil seirbhís",
117 "menu.view.resetZoom": "Fíormhéid",
118 "menu.view.toggleDevTools": "Scoránaigh uirlis forbróra",
119 "menu.view.toggleFullScreen": "Scoránaigh mód lánscáileáin",
120 "menu.view.toggleServiceDevTools": "Scoránaigh uirlis forbróra seirbhíse",
121 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
122 "menu.view.zoomIn": "Zúmáil isteach",
123 "menu.view.zoomOut": "Zúmáil amach",
124 "menu.window": "Fuinneog",
125 "menu.window.close": "Dún",
126 "menu.window.minimize": "Íoslaghdaigh",
127 "menu.workspaces": "Workspaces",
128 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
129 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
130 "menu.workspaces.defaultWorkspace": "Gach seirbhís",
131 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
132 "password.email.label": "Seoladh ríomhphoist",
133 "password.headline": "Athshocraigh pasfhocal",
134 "password.link.login": "Logáil isteach i do chuntas",
135 "password.link.signup": "Cruthaigh cuntas saor in aisce",
136 "password.noUser": "Níor aimsíodh úsáideoir leis an seoladh ríomhphoist seo",
137 "password.submit.label": "Cuir isteach",
138 "password.successInfo": "Seiceáil do chuid ríomhphoist le do thoil",
139 "premiumFeature.button.upgradeAccount": "Upgrade account",
140 "pricing.features.adFree": "Forever ad-free",
141 "pricing.features.appDelays": "No Waiting Screens",
142 "pricing.features.customWebsites": "Add Custom Websites",
143 "pricing.features.onPremise": "On-premise & other Hosted Services",
144 "pricing.features.serviceProxies": "Service Proxies",
145 "pricing.features.spellchecker": "Spellchecker support",
146 "pricing.features.teamManagement": "Team Management",
147 "pricing.features.thirdPartyServices": "Install 3rd party services",
148 "pricing.features.unlimitedServices": "Add unlimited services",
149 "pricing.features.workspaces": "Workspaces",
150 "pricing.plan.free": "Ferdi Free",
151 "pricing.plan.legacy": "Ferdi Premium",
152 "pricing.plan.personal": "Ferdi Personal",
153 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
154 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
155 "pricing.plan.pro": "Ferdi Professional",
156 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
157 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
158 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
159 "pricing.trial.cta.skip": "Continue to Ferdi",
160 "pricing.trial.error": "Sorry, we could not activate your trial!",
161 "pricing.trial.features.headline": "Ferdi Professional includes:",
162 "pricing.trial.headline": "Ferdi Professional",
163 "pricing.trial.subheadline": "Your personal welcome offer:",
164 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
165 "pricing.trial.terms.headline": "No strings attached",
166 "pricing.trial.terms.noCreditCard": "No credit card required",
167 "service.crashHandler.action": "Athlódáil {name}",
168 "service.crashHandler.autoReload": "Ag iarraidh {name} a thabhairt ar ais go huathoibríoch i gceann {seconds} shoicind",
169 "service.crashHandler.headline": "Oró, ní hea!",
170 "service.crashHandler.text": "Tá {name} tar éis earráid a dhéanamh.",
171 "service.disabledHandler.action": "Cumasaigh {name}",
172 "service.disabledHandler.headline": "Tá {name} díchumasaithe",
173 "service.errorHandler.action": "Athlódáil {name}",
174 "service.errorHandler.editAction": "Cuir {name} in eagar",
175 "service.errorHandler.headline": "Oró, ní hea!",
176 "service.errorHandler.message": "Earráid",
177 "service.errorHandler.text": "{name} has failed to load.",
178 "service.restrictedHandler.action": "Upgrade Account",
179 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
180 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
181 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
182 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
183 "service.webviewLoader.loading": "Loading",
184 "services.getStarted": "Cuir tús",
185 "services.login": "Please login to use Ferdi.",
186 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
187 "services.welcome": "Fáilte go Ferdi",
188 "settings.account.account.editButton": "Cuir cuntas in eagar",
189 "settings.account.accountType.basic": "Bunchuntas",
190 "settings.account.accountType.premium": "Cuntas Phŕeimhthacadóra Ferdi",
191 "settings.account.buttonSave": "Nuashonraigh próifíl",
192 "settings.account.deleteAccount": "Scrios cuntas",
193 "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!",
194 "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.",
195 "settings.account.headline": "Cuntas",
196 "settings.account.headlineAccount": "Eolas faoin gcuntas",
197 "settings.account.headlineDangerZone": "Scrios cuntas",
198 "settings.account.headlineInvoices": "Sonraisc",
199 "settings.account.headlinePassword": "Athraigh pasfhocal",
200 "settings.account.headlineProfile": "Nuashonraigh próifíl",
201 "settings.account.headlineSubscription": "Do shíntiús",
202 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
203 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
204 "settings.account.invoiceDownload": "Íoslódáil",
205 "settings.account.manageSubscription.label": "Bainistigh do shíntiús",
206 "settings.account.successInfo": "Sábháladh do chuid athruithe",
207 "settings.account.trial": "Free Trial",
208 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
209 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
210 "settings.account.tryReloadServices": "Atriail",
211 "settings.account.tryReloadUserInfoRequest": "Atriail",
212 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
213 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil",
214 "settings.account.yourLicense": "Your Ferdi License",
215 "settings.app.buttonClearAllCache": "Glan taisce",
216 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
217 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe",
218 "settings.app.cacheInfo": "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.",
219 "settings.app.currentVersion": "Leagan reatha:",
220 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra",
221 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdi ón tús",
222 "settings.app.form.beta": "Cuir leagain béite san áireamh",
223 "settings.app.form.darkMode": "Join the Dark Side",
224 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
225 "settings.app.form.enableLock": "Enable Ferdi password lock",
226 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
227 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais",
228 "settings.app.form.enableTodos": "Enable Ferdi Todos",
229 "settings.app.form.hibernate": "Enable service hibernation",
230 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
231 "settings.app.form.language": "Teanga",
232 "settings.app.form.lockPassword": "Ferdi Lock password",
233 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
234 "settings.app.form.privateNotifications": "Don't show message content in notifications",
235 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog",
236 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
237 "settings.app.form.scheduledDNDEnd": "To",
238 "settings.app.form.scheduledDNDStart": "From",
239 "settings.app.form.server": "Server",
240 "settings.app.form.showDisabledServices": "Taispeáin tabanna do sheirbhísí dhíchumasaithe",
241 "settings.app.form.showMessagesBadgesWhenMuted": "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí",
242 "settings.app.form.todoServer": "Todo Server",
243 "settings.app.headline": "Socruithe",
244 "settings.app.headlineAdvanced": "Casta",
245 "settings.app.headlineAppearance": "Dealramh",
246 "settings.app.headlineGeneral": "Ginearálta",
247 "settings.app.headlineLanguage": "Teanga",
248 "settings.app.headlineUpdates": "Nuashonruithe",
249 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
250 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
251 "settings.app.lockedPassword": "Ferdi Lock Password",
252 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
253 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
254 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
255 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
256 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
257 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
258 "settings.app.subheadlineCache": "Taisce",
259 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
260 "settings.app.translationHelp": "Cabhraigh linn Ferdi a aistriú i do theanga.",
261 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...",
262 "settings.app.updateStatusSearching": "Ag cuardach le nuashonruithe",
263 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdi",
264 "settings.invite.headline": "Tabhair cuireadh do thriúr chara",
265 "settings.navigation.account": "Cuntas",
266 "settings.navigation.availableServices": "Seirbhísí le fáil",
267 "settings.navigation.logout": "Logáil amach",
268 "settings.navigation.settings": "Socruithe",
269 "settings.navigation.supportFerdi": "Support Ferdi",
270 "settings.navigation.team": "Manage Team",
271 "settings.navigation.yourServices": "Do sheirbhísí",
272 "settings.navigation.yourWorkspaces": "Your workspaces",
273 "settings.recipes.all": "Gach seirbhís",
274 "settings.recipes.custom": "Custom Services",
275 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
276 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
277 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
278 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
279 "settings.recipes.customService.openDevDocs": "Developer Documentation",
280 "settings.recipes.customService.openFolder": "Open folder",
281 "settings.recipes.headline": "Seirbhísí le fáil",
282 "settings.recipes.missingService": "Seirbhís ar iarraidh?",
283 "settings.recipes.mostPopular": "Is coitianta",
284 "settings.recipes.nothingFound": "Tá brón orm, ach níl seirbhís ar bith ag teacht le do théarma chuardach.",
285 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil",
286 "settings.searchService": "Cuardaigh seirbhís",
287 "settings.service.error.goBack": "Ar ais chuig seirbhísí",
288 "settings.service.error.headline": "Earráid",
289 "settings.service.error.message": "Ní féidir an oideas seirbhíse a lódáil.",
290 "settings.service.form.addServiceHeadline": "Cuir {name} leis",
291 "settings.service.form.availableServices": "Seirbhísí le fáil",
292 "settings.service.form.customUrl": "Freastalaí saincheaptha",
293 "settings.service.form.customUrlPremiumInfo": "Chun seirbhísí féinóstáilte a chur le Ferdi, ní gá Cuntas Phŕeimhthacadóra Ferdi a bheith agat.",
294 "settings.service.form.customUrlUpgradeAccount": "Uasghrádaigh do chuntas",
295 "settings.service.form.customUrlValidationError": "Ní féidir seirbhís {name} saincheaptha a dheimhniú",
296 "settings.service.form.deleteButton": "Scrios seirbhís",
297 "settings.service.form.editServiceHeadline": "Cuir {name} in eagar",
298 "settings.service.form.enableAudio": "Cumasaigh fuaim",
299 "settings.service.form.enableBadge": "Taispeáin comhartha do theachtaireachtaí neamhléite",
300 "settings.service.form.enableDarkMode": "Enable Dark Mode",
301 "settings.service.form.enableNotification": "Cumasaigh fógraí",
302 "settings.service.form.enableService": "Cumasaigh seirbhís",
303 "settings.service.form.headlineBadges": "Comhartha do theachtaireachtaí neamhléite",
304 "settings.service.form.headlineGeneral": "Ginearálta",
305 "settings.service.form.headlineNotifications": "Fógraí",
306 "settings.service.form.icon": "Deilbhín saincheaptha",
307 "settings.service.form.iconDelete": "Scrios",
308 "settings.service.form.iconUpload": "Scaoil d'íomhá nó cliceáil anseo",
309 "settings.service.form.indirectMessageInfo": "Gheobhaidh tú fógraí faoi gach teachtaireacht nua i mbealach, ní amháin @username, @channel, @here, ...",
310 "settings.service.form.indirectMessages": "Taispeáin comhartha theachtaireachta do gach teachtaireacht nua",
311 "settings.service.form.isMutedInfo": "Tachtar gach fuaim fógraí agus athchasadh fuaime",
312 "settings.service.form.name": "Ainm",
313 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
314 "settings.service.form.proxy.host": "Proxy Host/IP",
315 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
316 "settings.service.form.proxy.isEnabled": "Use Proxy",
317 "settings.service.form.proxy.password": "Password (optional)",
318 "settings.service.form.proxy.port": "Port",
319 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
320 "settings.service.form.proxy.user": "User (optional)",
321 "settings.service.form.saveButton": "Sábháil seirbhís",
322 "settings.service.form.tabHosted": "Óstáilte",
323 "settings.service.form.tabOnPremise": "Féinóstáilte ⭐️",
324 "settings.service.form.team": "Foireann",
325 "settings.service.form.useHostedService": "Bain úsáid as an seirbhís óstáilte {name}.",
326 "settings.service.form.yourServices": "Do sheirbhísí",
327 "settings.services.deletedInfo": "Seirbhís scriosta",
328 "settings.services.discoverServices": "Aimsigh seirbhísí",
329 "settings.services.headline": "Do sheirbhísí",
330 "settings.services.noServicesAdded": "Níl aon seirbhís curtha agat go fóill.",
331 "settings.services.servicesRequestFailed": "Could not load your services",
332 "settings.services.tooltip.isDisabled": "Seirbhís díchumasaithe",
333 "settings.services.tooltip.isMuted": "Tachtar gach fuaim",
334 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe",
335 "settings.services.updatedInfo": "Sábháladh do chuid athruithe",
336 "settings.supportFerdi.github": "Star on GitHub",
337 "settings.supportFerdi.headline": "Support Ferdi",
338 "settings.supportFerdi.openCollective": "Support our Open Collective",
339 "settings.supportFerdi.share": "Tell your Friends",
340 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
341 "settings.team.contentHeadline": "Ferdi for Teams",
342 "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!",
343 "settings.team.headline": "Foireann",
344 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
345 "settings.team.manageAction": "Manage your Team on getferdi.com",
346 "settings.team.upgradeAction": "Upgrade your Account",
347 "settings.user.form.accountType.company": "Comhlacht",
348 "settings.user.form.accountType.individual": "Ar leith",
349 "settings.user.form.accountType.label": "Cineál chuntais",
350 "settings.user.form.accountType.non-profit": "Neamhbhrabúis",
351 "settings.user.form.currentPassword": "Pasfhocal reatha",
352 "settings.user.form.email": "Ríomhphost",
353 "settings.user.form.firstname": "Céadainm",
354 "settings.user.form.lastname": "Sloinne",
355 "settings.user.form.newPassword": "Pasfhocal nua",
356 "settings.workspace.add.form.name": "Ainm",
357 "settings.workspace.add.form.submitButton": "Create workspace",
358 "settings.workspace.form.buttonDelete": "Delete workspace",
359 "settings.workspace.form.buttonSave": "Save workspace",
360 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
361 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
362 "settings.workspace.form.name": "Ainm",
363 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
364 "settings.workspace.form.yourWorkspaces": "Your workspaces",
365 "settings.workspaces.deletedInfo": "Workspace has been deleted",
366 "settings.workspaces.headline": "Your workspaces",
367 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
368 "settings.workspaces.tryReloadWorkspaces": "Atriail",
369 "settings.workspaces.updatedInfo": "Sábháladh do chuid athruithe",
370 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
371 "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.",
372 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
373 "sidebar.addNewService": "Cuir seirbhís nua leis",
374 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
375 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
376 "sidebar.lockFerdi": "Lock Ferdi",
377 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim",
378 "sidebar.openTodosDrawer": "Open Ferdi Todos",
379 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
380 "sidebar.settings": "Socruithe",
381 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim",
382 "signup.email.label": "Seoladh ríomhphoist",
383 "signup.emailDuplicate": "Tá úsáideoir leis an seoladh ríomhphoist sin cheana féin",
384 "signup.firstname.label": "Céadainm",
385 "signup.headline": "Cláraigh",
386 "signup.lastname.label": "Sloinne",
387 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdi glacann tú le",
388 "signup.legal.privacy": "Ráiteas phríobháideachais",
389 "signup.legal.terms": "Tearmaí seirbhíse",
390 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?",
391 "signup.password.label": "Password",
392 "signup.submit.label": "Cruthaigh cuntas",
393 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
394 "subscription.cta.allOptions": "See all options",
395 "subscription.cta.choosePlan": "Choose your plan",
396 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
397 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
398 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
399 "subscriptionPopup.buttonCancel": "Cealaigh",
400 "subscriptionPopup.buttonDone": "Déanta",
401 "tabs.item.deleteService": "Scrios seirbhís",
402 "tabs.item.disableAudio": "Díchumasaigh fuaim",
403 "tabs.item.disableNotifications": "Díchumasaigh fógraí",
404 "tabs.item.disableService": "Díchumasaigh seirbhís",
405 "tabs.item.edit": "Cuir in eagar",
406 "tabs.item.enableAudio": "Cumasaigh fuaim",
407 "tabs.item.enableNotification": "Cumasaigh fógraí",
408 "tabs.item.enableService": "Cumasaigh seirbhís",
409 "tabs.item.reload": "Athlódáil",
410 "validation.email": "Níl {field} neamhbhailí",
411 "validation.minLength": "Ba cheart go mbeadh {field} ar a laghad {length} charactar fada",
412 "validation.oneRequired": "At least one is required",
413 "validation.required": "Tá {field} de dhíth",
414 "validation.url": "Ní AAA bhailí é {field}",
415 "welcome.loginButton": "Logáil isteach i do chuntas",
416 "welcome.signupButton": "Cruthaigh cuntas saor in aisce",
417 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
418 "workspaceDrawer.allServices": "Gach seirbhís",
419 "workspaceDrawer.headline": "Workspaces",
420 "workspaceDrawer.item.contextMenuEdit": "edit",
421 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
422 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
423 "workspaceDrawer.proFeatureBadge": "Premium feature",
424 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
425 "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>",
426 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
427 "workspaces.switchingIndicator.switchingTo": "Switching to"
428}
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index bfafeb70f..56462cdcd 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Empieza el periodo de prueba de Ferdi Profesional por 14 días y cruza la linea.", 9 "feature.delayApp.trial.headline": "Empieza el periodo de prueba de Ferdi Profesional por 14 días y cruza la linea.",
10 "feature.delayApp.upgrade.action": "Consigue una Licencia de Soporte de Ferdi", 10 "feature.delayApp.upgrade.action": "Consigue una Licencia de Soporte de Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Mejora tu cuenta", 11 "feature.delayApp.upgrade.actionShort": "Mejora tu cuenta",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "Has sumado {amount} servicios más de los que están incluídos en tu plan. Por favor mejora tu cuenta para sumar más servicios.", 15 "feature.serviceLimit.limitReached": "Has sumado {amount} servicios más de los que están incluídos en tu plan. Por favor mejora tu cuenta para sumar más servicios.",
13 "feature.shareFranz.action.email": "Enviar como correo", 16 "feature.shareFranz.action.email": "Enviar como correo",
14 "feature.shareFranz.action.facebook": "Compartir en Facebook", 17 "feature.shareFranz.action.facebook": "Compartir en Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Servicios aún no admitidos en Ferdi 5", 35 "import.notSupportedHeadline": "Servicios aún no admitidos en Ferdi 5",
33 "import.skip.label": "Quiero agregar servicios manualmente", 36 "import.skip.label": "Quiero agregar servicios manualmente",
34 "import.submit.label": "Importar servicios", 37 "import.submit.label": "Importar servicios",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "¿Qué hay de nuevo?", 39 "infobar.buttonChangelog": "¿Qué hay de nuevo?",
36 "infobar.buttonInstallUpdate": "Reiniciar e instalar actualización", 40 "infobar.buttonInstallUpdate": "Reiniciar e instalar actualización",
37 "infobar.buttonReloadServices": "Recargar servicios", 41 "infobar.buttonReloadServices": "Recargar servicios",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Lo haré más tarde", 49 "invite.skip.label": "Lo haré más tarde",
46 "invite.submit.label": "Enviar invitaciones", 50 "invite.submit.label": "Enviar invitaciones",
47 "invite.successInfo": "Invitaciones enviadas correctamente", 51 "invite.successInfo": "Invitaciones enviadas correctamente",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Dirección de correo electrónico", 60 "login.email.label": "Dirección de correo electrónico",
49 "login.headline": "Iniciar sesión", 61 "login.headline": "Iniciar sesión",
50 "login.invalidCredentials": "Correo electrónico o contraseña no válidos ", 62 "login.invalidCredentials": "Correo electrónico o contraseña no válidos ",
51 "login.link.password": "Restablecer contraseña", 63 "login.link.password": "Restablecer contraseña",
52 "login.link.signup": "Crear una cuenta gratuita", 64 "login.link.signup": "Crear una cuenta gratuita",
53 "login.password.label": "Contraseña", 65 "login.password.label": "Password",
54 "login.serverLogout": "Tu sesión ha expirado, por favor inicia la sesión de nuevo.", 66 "login.serverLogout": "Tu sesión ha expirado, por favor inicia la sesión de nuevo.",
55 "login.submit.label": "Iniciar sesión", 67 "login.submit.label": "Iniciar sesión",
56 "login.tokenExpired": "Tu sesión ha expirado, por favor inicia sesión de nuevo.", 68 "login.tokenExpired": "Tu sesión ha expirado, por favor inicia la sesión de nuevo.",
57 "menu.Todoss.closeTodosDrawer": "Cerrar la pestaña de Tareas", 69 "menu.Todoss.closeTodosDrawer": "Cerrar la pestaña de Tareas",
58 "menu.Todoss.openTodosDrawer": "Abrir la pestaña de tareas", 70 "menu.Todoss.openTodosDrawer": "Abrir la pestaña de tareas",
59 "menu.app.about": "Acerca de Ferdi", 71 "menu.app.about": "Acerca de Ferdi",
60 "menu.app.announcement": "¿Qué hay de nuevo?", 72 "menu.app.announcement": "¿Qué hay de nuevo?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Comprobar actualizaciones", 74 "menu.app.checkForUpdates": "Comprobar actualizaciones",
62 "menu.app.hide": "Ocultar", 75 "menu.app.hide": "Ocultar",
63 "menu.app.hideOthers": "Ocultar otros", 76 "menu.app.hideOthers": "Ocultar otros",
@@ -91,12 +104,17 @@
91 "menu.services": "Servicios", 104 "menu.services": "Servicios",
92 "menu.services.activatePreviousService": "Activa el servicio previo", 105 "menu.services.activatePreviousService": "Activa el servicio previo",
93 "menu.services.addNewService": "Añadir Nuevo Servicio...", 106 "menu.services.addNewService": "Añadir Nuevo Servicio...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activa el siguiente servicio", 108 "menu.services.setNextServiceActive": "Activa el siguiente servicio",
95 "menu.todos": "Tareas pendientes", 109 "menu.todos": "Tareas pendientes",
96 "menu.todos.enableTodos": "Habilitar Tareas pendientes", 110 "menu.todos.enableTodos": "Habilitar Tareas pendientes",
97 "menu.view": "Mostrar", 111 "menu.view": "Mostrar",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Pasar a pantalla completa", 113 "menu.view.enterFullScreen": "Pasar a pantalla completa",
99 "menu.view.exitFullScreen": "Salir de Pantalla Completa", 114 "menu.view.exitFullScreen": "Salir de Pantalla Completa",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Recargar Ferdi", 118 "menu.view.reloadFranz": "Recargar Ferdi",
101 "menu.view.reloadService": "Recargar Servicio", 119 "menu.view.reloadService": "Recargar Servicio",
102 "menu.view.resetZoom": "Tamaño Actual", 120 "menu.view.resetZoom": "Tamaño Actual",
@@ -121,7 +139,7 @@
121 "password.noUser": "No se encontró un usuario con esa dirección de correo electrónico", 139 "password.noUser": "No se encontró un usuario con esa dirección de correo electrónico",
122 "password.submit.label": "Enviar", 140 "password.submit.label": "Enviar",
123 "password.successInfo": "Por favor revisa tu correo electrónico", 141 "password.successInfo": "Por favor revisa tu correo electrónico",
124 "premiumFeature.button.upgradeAccount": "Mejorar cuenta", 142 "premiumFeature.button.upgradeAccount": "Mejora tu cuenta",
125 "pricing.features.adFree": "Sin anuncios para siempre!", 143 "pricing.features.adFree": "Sin anuncios para siempre!",
126 "pricing.features.appDelays": "Sin pantallas de espera", 144 "pricing.features.appDelays": "Sin pantallas de espera",
127 "pricing.features.customWebsites": "Agregue sitios personalizados", 145 "pricing.features.customWebsites": "Agregue sitios personalizados",
@@ -131,7 +149,7 @@
131 "pricing.features.teamManagement": "Administración de Equipo", 149 "pricing.features.teamManagement": "Administración de Equipo",
132 "pricing.features.thirdPartyServices": "Instalar servicios de terceros", 150 "pricing.features.thirdPartyServices": "Instalar servicios de terceros",
133 "pricing.features.unlimitedServices": "Agregar servicios ilimitados", 151 "pricing.features.unlimitedServices": "Agregar servicios ilimitados",
134 "pricing.features.workspaces": "Áreas de trabajo", 152 "pricing.features.workspaces": "Espacios de trabajo",
135 "pricing.plan.free": "Ferdi gratis", 153 "pricing.plan.free": "Ferdi gratis",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personal",
@@ -160,13 +178,16 @@
160 "service.errorHandler.headline": "¡Oh, no!", 178 "service.errorHandler.headline": "¡Oh, no!",
161 "service.errorHandler.message": "Error", 179 "service.errorHandler.message": "Error",
162 "service.errorHandler.text": "{name} ha fallado la carga", 180 "service.errorHandler.text": "{name} ha fallado la carga",
163 "service.restrictedHandler.action": "Mejore su cuenta", 181 "service.restrictedHandler.action": "Actualizar cuenta",
164 "service.restrictedHandler.customUrl.headline": "Necesita el Plan Ferdi Profesional", 182 "service.restrictedHandler.customUrl.headline": "Necesita el Plan Ferdi Profesional",
165 "service.restrictedHandler.customUrl.text": "Por favor suscribase al Plan Ferdi Profesional para utilizar urls personalizadas y servicios auto alojados.", 183 "service.restrictedHandler.customUrl.text": "Por favor suscribase al Plan Ferdi Profesional para utilizar urls personalizadas y servicios auto alojados.",
166 "service.restrictedHandler.serviceLimit.headline": "Ha llegado al límite del servicio.", 184 "service.restrictedHandler.serviceLimit.headline": "Ha llegado al límite del servicio.",
167 "service.restrictedHandler.serviceLimit.text": "Por favor mejore su cuenta para poder utilizar más de {count} servicios.", 185 "service.restrictedHandler.serviceLimit.text": "Por favor mejore su cuenta para poder utilizar más de {count} servicios.",
168 "service.webviewLoader.loading": "Cargando", 186 "service.webviewLoader.loading": "Cargando",
169 "services.getStarted": "Primeros pasos", 187 "services.getStarted": "Primeros pasos",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Bienvenido a Ferdi", 191 "services.welcome": "Bienvenido a Ferdi",
171 "settings.account.account.editButton": "Editar cuenta", 192 "settings.account.account.editButton": "Editar cuenta",
172 "settings.account.accountType.basic": "Cuenta Básica", 193 "settings.account.accountType.basic": "Cuenta Básica",
@@ -191,48 +212,73 @@
191 "settings.account.trialEndsIn": "Su prueba gratis finaliza en {duration}.", 212 "settings.account.trialEndsIn": "Su prueba gratis finaliza en {duration}.",
192 "settings.account.trialUpdateBillingInfo": "Por favor actualice su información de facturación para continuar utilizando {license} luego del periodo de prueba.", 213 "settings.account.trialUpdateBillingInfo": "Por favor actualice su información de facturación para continuar utilizando {license} luego del periodo de prueba.",
193 "settings.account.tryReloadServices": "Intentar de nuevo", 214 "settings.account.tryReloadServices": "Intentar de nuevo",
194 "settings.account.tryReloadUserInfoRequest": "Intenta de nuevo", 215 "settings.account.tryReloadUserInfoRequest": "Intentar de nuevo",
195 "settings.account.upgradeToPro.label": "Mejora a Ferdi Profesional", 216 "settings.account.upgradeToPro.label": "Actualiza a Ferdi Profesional",
196 "settings.account.userInfoRequestFailed": "No se pudo cargar la información de usuario", 217 "settings.account.userInfoRequestFailed": "No se pudo cargar la información de usuario",
197 "settings.account.yourLicense": "Su Licencia Ferdi", 218 "settings.account.yourLicense": "Su Licencia Ferdi",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Limpiar caché", 220 "settings.app.buttonClearAllCache": "Limpiar caché",
199 "settings.app.buttonInstallUpdate": "Reiniciar e instalar actualizaciones", 221 "settings.app.buttonInstallUpdate": "Reiniciar e instalar actualización",
200 "settings.app.buttonSearchForUpdate": "Buscar actualizaciones", 222 "settings.app.buttonSearchForUpdate": "Comprobar actualizaciones",
201 "settings.app.cacheInfo": "El cache de Ferdi actualmente usa {size} de espacio en disco.", 223 "settings.app.cacheInfo": "El cache de Ferdi actualmente usa {size} de espacio en disco.",
202 "settings.app.currentVersion": "Versión actual:", 224 "settings.app.currentVersion": "Versión actual:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano", 226 "settings.app.form.autoLaunchInBackground": "Abrir en segundo plano",
204 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi al iniciar", 227 "settings.app.form.autoLaunchOnStart": "Iniciar Ferdi al iniciar",
205 "settings.app.form.beta": "Incluir versiones beta", 228 "settings.app.form.beta": "Incluir versiones beta",
206 "settings.app.form.darkMode": "Únete al Lado Oscuro", 229 "settings.app.form.darkMode": "Únete al Lado Oscuro",
207 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU", 230 "settings.app.form.enableGPUAcceleration": "Habilitar aceleración de GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica", 232 "settings.app.form.enableSpellchecking": "Activar corrección ortográfica",
209 "settings.app.form.enableSystemTray": "Mostrar Ferdi en la bandeja del sistema", 233 "settings.app.form.enableSystemTray": "Mostrar Ferdi en la bandeja del sistema",
210 "settings.app.form.enableTodos": "Activar Ferdi Todos", 234 "settings.app.form.enableTodos": "Activar Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas", 237 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
212 "settings.app.form.language": "Idioma", 238 "settings.app.form.language": "Idioma",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema", 240 "settings.app.form.minimizeToSystemTray": "Minimizar Ferdi a la bandeja del sistema",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Mantener Ferdi en segundo plano al cerrar la ventana", 243 "settings.app.form.runInBackground": "Mantener Ferdi en segundo plano al cerrar la ventana",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Mostrar pestañas de servicios desactivados", 248 "settings.app.form.showDisabledServices": "Mostrar pestañas de servicios desactivados",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Mostrar la insignia de mensajes sin leer cuando las notificaciones están desactivadas", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Mostrar la insignia de mensajes sin leer cuando las notificaciones están desactivadas",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Configuración", 253 "settings.app.headline": "Configuración",
218 "settings.app.headlineAdvanced": "Avanzado", 254 "settings.app.headlineAdvanced": "Avanzado",
219 "settings.app.headlineAppearance": "Apariencia", 255 "settings.app.headlineAppearance": "Apariencia",
220 "settings.app.headlineGeneral": "General", 256 "settings.app.headlineGeneral": "General",
221 "settings.app.headlineLanguage": "Idioma", 257 "settings.app.headlineLanguage": "Idioma",
222 "settings.app.headlineUpdates": "Actualizaciones", 258 "settings.app.headlineUpdates": "Actualizaciones",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.", 260 "settings.app.languageDisclaimer": "Las traducciones oficiales son en inglés y alemán. Todos los demás idiomas son traducciones basadas en la comunidad.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Los cambios requieren reiniciar", 264 "settings.app.restartRequired": "Los cambios requieren reiniciar",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Caché", 269 "settings.app.subheadlineCache": "Caché",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ayúdanos a traducir Ferdi a tu idioma.", 271 "settings.app.translationHelp": "Ayúdanos a traducir Ferdi a tu idioma.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Actualización disponible, descargando...", 273 "settings.app.updateStatusAvailable": "Actualización disponible, descargando...",
228 "settings.app.updateStatusSearching": "Buscando actualizaciones", 274 "settings.app.updateStatusSearching": "Buscando actualizaciones",
229 "settings.app.updateStatusUpToDate": "Estás utilizando la última versión de Ferdi", 275 "settings.app.updateStatusUpToDate": "Estás utilizando la última versión de Ferdi",
230 "settings.invite.headline": "Invitar amigos", 276 "settings.invite.headline": "Invitar amigos",
231 "settings.navigation.account": "Cuenta", 277 "settings.navigation.account": "Cuenta",
232 "settings.navigation.availableServices": "Servicios disponibles", 278 "settings.navigation.availableServices": "Servicios disponibles",
233 "settings.navigation.inviteFriends": "Invita a tus amigos",
234 "settings.navigation.logout": "Cerrar sesión", 279 "settings.navigation.logout": "Cerrar sesión",
235 "settings.navigation.settings": "Configuración", 280 "settings.navigation.settings": "Configuración",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Gestionar equipo", 282 "settings.navigation.team": "Gestionar equipo",
237 "settings.navigation.yourServices": "Tus servicios", 283 "settings.navigation.yourServices": "Tus servicios",
238 "settings.navigation.yourWorkspaces": "Tus espacios de trabajo", 284 "settings.navigation.yourWorkspaces": "Tus espacios de trabajo",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Mostrar señal de notificación para todos los mensajes nuevos", 322 "settings.service.form.indirectMessages": "Mostrar señal de notificación para todos los mensajes nuevos",
277 "settings.service.form.isMutedInfo": "Cuando estén desactivados, todos los sonidos de notificación y la reproducción de audio serán silenciados", 323 "settings.service.form.isMutedInfo": "Cuando estén desactivados, todos los sonidos de notificación y la reproducción de audio serán silenciados",
278 "settings.service.form.name": "Nombre", 324 "settings.service.form.name": "Nombre",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Ajustes Proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Ajustes Proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Las configuraciones de Proxy no se sincronizarán con los servidores de Ferdi.", 328 "settings.service.form.proxy.info": "Las configuraciones de Proxy no se sincronizarán con los servidores de Ferdi.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados", 346 "settings.services.tooltip.isMuted": "Todos los sonidos están silenciados",
300 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas", 347 "settings.services.tooltip.notificationsDisabled": "Las notificaciones están desactivadas",
301 "settings.services.updatedInfo": "Tus cambios han sido guardados", 348 "settings.services.updatedInfo": "Tus cambios han sido guardados",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi para equipos", 354 "settings.team.contentHeadline": "Ferdi para equipos",
303 "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!", 355 "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!",
304 "settings.team.headline": "Equipo", 356 "settings.team.headline": "Equipo",
305 "settings.team.intro": "¿Usted y su equipo usan a Ferdi? Ahora puede administrar las suscripciones Premium para tantos colegas, amigos o familiares como desee, todo desde una misma cuenta.", 357 "settings.team.intro": "¿Usted y su equipo usan a Ferdi? Ahora puede administrar las suscripciones Premium para tantos colegas, amigos o familiares como desee, todo desde una misma cuenta.",
306 "settings.team.manageAction": "Gestione su equipo en getferdi.com", 358 "settings.team.manageAction": "Gestione su equipo en getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Actualiza tu cuenta", 361 "settings.team.upgradeAction": "Actualiza tu cuenta",
308 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
309 "settings.user.form.accountType.individual": "Individual", 363 "settings.user.form.accountType.individual": "Individual",
@@ -318,13 +372,15 @@
318 "settings.workspace.add.form.submitButton": "Crear un sitio de trabajo", 372 "settings.workspace.add.form.submitButton": "Crear un sitio de trabajo",
319 "settings.workspace.form.buttonDelete": "Eliminar espacio de trabajo", 373 "settings.workspace.form.buttonDelete": "Eliminar espacio de trabajo",
320 "settings.workspace.form.buttonSave": "Guardar espacio de trabajo", 374 "settings.workspace.form.buttonSave": "Guardar espacio de trabajo",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nombre", 377 "settings.workspace.form.name": "Nombre",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Servicios en este espacio de trabajo", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Servicios en este espacio de trabajo",
323 "settings.workspace.form.yourWorkspaces": "Tus espacios de trabajo", 379 "settings.workspace.form.yourWorkspaces": "Tus espacios de trabajo",
324 "settings.workspaces.deletedInfo": "Se ha eliminado el sitio de trabajo", 380 "settings.workspaces.deletedInfo": "Se ha eliminado el sitio de trabajo",
325 "settings.workspaces.headline": "Tus espacios de trabajo", 381 "settings.workspaces.headline": "Tus espacios de trabajo",
326 "settings.workspaces.noWorkspacesAdded": "Aún no ha añadido ningún sitio de trabajo.", 382 "settings.workspaces.noWorkspacesAdded": "Aún no ha añadido ningún sitio de trabajo.",
327 "settings.workspaces.tryReloadWorkspaces": "Inténtalo de nuevo", 383 "settings.workspaces.tryReloadWorkspaces": "Intentar de nuevo",
328 "settings.workspaces.updatedInfo": "Tus cambios han sido guardados", 384 "settings.workspaces.updatedInfo": "Tus cambios han sido guardados",
329 "settings.workspaces.workspaceFeatureHeadline": "Menos es más: Presentación de Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Menos es más: Presentación de Ferdi Workspaces",
330 "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.", 386 "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.",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Añadir nuevo servicio", 388 "sidebar.addNewService": "Añadir nuevo servicio",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Cerrar cajón de espacio de trabajo", 390 "sidebar.closeWorkspaceDrawer": "Cerrar cajón de espacio de trabajo",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Desactivar notificaciones y sonido", 392 "sidebar.muteApp": "Desactivar notificaciones y sonido",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo", 394 "sidebar.openWorkspaceDrawer": "Abrir diseñador de espacios de trabajo",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Declaración de privacidad", 403 "signup.legal.privacy": "Declaración de privacidad",
347 "signup.legal.terms": "Términos de servicio", 404 "signup.legal.terms": "Términos de servicio",
348 "signup.link.login": "Ya tienes una cuenta, ¿Iniciar sesión?", 405 "signup.link.login": "Ya tienes una cuenta, ¿Iniciar sesión?",
349 "signup.password.label": "Contraseña", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Crear cuenta", 407 "signup.submit.label": "Crear cuenta",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -356,20 +413,25 @@
356 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
357 "subscriptionPopup.buttonCancel": "Cancelar", 414 "subscriptionPopup.buttonCancel": "Cancelar",
358 "subscriptionPopup.buttonDone": "Listo", 415 "subscriptionPopup.buttonDone": "Listo",
359 "tabs.item.deleteService": "Borrar servicio", 416 "tabs.item.deleteService": "Eliminar servicio",
360 "tabs.item.disableAudio": "Desactivar sonido", 417 "tabs.item.disableAudio": "Desactivar sonido",
361 "tabs.item.disableNotifications": "Desactivar notificaciones", 418 "tabs.item.disableNotifications": "Desactivar notificaciones",
362 "tabs.item.disableService": "Desactivar servicio", 419 "tabs.item.disableService": "Desactivar servicio",
363 "tabs.item.edit": "Editar", 420 "tabs.item.edit": "Editar",
364 "tabs.item.enableAudio": "Activar sonido", 421 "tabs.item.enableAudio": "Habilitar audio",
365 "tabs.item.enableNotification": "Activar notificaciones", 422 "tabs.item.enableNotification": "Activar notificaciones",
366 "tabs.item.enableService": "Activar servicio", 423 "tabs.item.enableService": "Activar servicio",
367 "tabs.item.reload": "Recargar", 424 "tabs.item.reload": "Volver a cargar",
368 "validation.email": "{field} no es válido", 425 "validation.email": "{field} no es válido",
369 "validation.minLength": "{field} debería tener al menos {length} caracteres", 426 "validation.minLength": "{field} debería tener al menos {length} caracteres",
370 "validation.oneRequired": "Al menos uno es requerido", 427 "validation.oneRequired": "Al menos uno es requerido",
371 "validation.required": "{field} es obligatorio", 428 "validation.required": "{field} es obligatorio",
372 "validation.url": "{field} no es una URL válida", 429 "validation.url": "{field} no es una URL válida",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Volver a cargar",
373 "welcome.loginButton": "Accede a tu cuenta", 435 "welcome.loginButton": "Accede a tu cuenta",
374 "welcome.signupButton": "Crear una cuenta gratuita", 436 "welcome.signupButton": "Crear una cuenta gratuita",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/fi.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 2d7914b1c..4026ead28 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -5,39 +5,43 @@
5 "feature.delayApp.headline": "Achetez la licence Ferdi pour ne plus avoir de temps d'attente", 5 "feature.delayApp.headline": "Achetez la licence Ferdi pour ne plus avoir de temps d'attente",
6 "feature.delayApp.text": "Ferdi s'ouvrira dans {seconds} secondes.", 6 "feature.delayApp.text": "Ferdi s'ouvrira dans {seconds} secondes.",
7 "feature.delayApp.trial.action": "Oui, je veux les 14 jours d'essai gratuits de Ferdi Professionnel", 7 "feature.delayApp.trial.action": "Oui, je veux les 14 jours d'essai gratuits de Ferdi Professionnel",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial", 8 "feature.delayApp.trial.actionShort": "Activer l'essai gratuit de Ferdi Professionnel",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Prendre l'essai gratuit de 14 jours de Ferdi Professionnel et esquiver la ligne",
10 "feature.delayApp.upgrade.action": "Acheter une license Ferdi", 10 "feature.delayApp.upgrade.action": "Acheter une license Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Augmenter le niveau de mon compte", 11 "feature.delayApp.upgrade.actionShort": "Augmenter le niveau de mon compte",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 12 "feature.quickSwitch.info": "Sélectionner un service avec TAB, ↑ et ↓. Ouvrir un service avec ENTER.",
13 "feature.quickSwitch.search": "Rechercher...",
14 "feature.quickSwitch.title": "Changement rapide",
15 "feature.serviceLimit.limitReached": "Vous avez ajouté {amount} sur {limit} services qui sont inclus dans votre plan. S'il vous plaît améliorer votre compte pour ajouter plus de services.",
13 "feature.shareFranz.action.email": "Envoyer par mail", 16 "feature.shareFranz.action.email": "Envoyer par mail",
14 "feature.shareFranz.action.facebook": "Partager sur Facebook", 17 "feature.shareFranz.action.facebook": "Partager sur Facebook",
15 "feature.shareFranz.action.twitter": "Partager sur Twitter", 18 "feature.shareFranz.action.twitter": "Partager sur Twitter",
16 "feature.shareFranz.headline": "Ferdi est meilleur quand on est ensemble !", 19 "feature.shareFranz.headline": "Ferdi est meilleur quand on est ensemble !",
17 "feature.shareFranz.shareText.email": "J'ai ajouté {count} services sur Ferdi ! Télécharger l'appli gratuite pour WhatsApp, Messenger, Skype et autres sur www.getferdi.com", 20 "feature.shareFranz.shareText.email": "J'ai ajouté {count} services sur Ferdi ! Télécharger l'application gratuite pour WhatsApp, Messenger, Skype et autres sur www.getferdi.com",
18 "feature.shareFranz.shareText.twitter": "J'ai ajouté {count} services à Ferdi! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et autres sur www.getferdi.com /cc @FerdiMessenger", 21 "feature.shareFranz.shareText.twitter": "J'ai ajouté {count} services à Ferdi! Télécharge l'application gratuite pour WhatsApp, Messenger, Slack, Skype et autres sur www.getferdi.com /cc @FerdiMessenger",
19 "feature.shareFranz.text": "Dites à vos amis et collègues a quel point Ferdi est super et aidez nous à faire passer le mot.", 22 "feature.shareFranz.text": "Dites à vos amis et collègues a quel point Ferdi est super et aidez nous à faire passer le mot.",
20 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!", 23 "feature.todos.premium.info": "Ferdi Todos est disponible aux utilisateurs premium maintenant!",
21 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.", 24 "feature.todos.premium.rollout": "Tous le monde devra attendre un peux plus longtemps.",
22 "feature.todos.premium.upgrade": "Upgrade Account", 25 "feature.todos.premium.upgrade": "Améliorez votre compte",
23 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi", 26 "global.api.unhealthy": "Impossible de se connecter aux services en ligne de Ferdi",
24 "global.franzProRequired": "Ferdi Professional Required", 27 "global.franzProRequired": "Ferdi Professionnel Requis",
25 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.", 28 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.",
26 "global.spellchecker.useDefault": "Par défaut ({default})", 29 "global.spellchecker.useDefault": "Par défaut ({default})",
27 "global.spellchecking.autodetect": "Detecter automatiquement la langue", 30 "global.spellchecking.autodetect": "Détecter automatiquement la langue",
28 "global.spellchecking.autodetect.short": "Automatiquement", 31 "global.spellchecking.autodetect.short": "Automatiquement",
29 "global.spellchecking.language": "Langue de la vérification orthographique", 32 "global.spellchecking.language": "Langue de la vérification orthographique",
30 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 33 "global.upgradeButton.upgradeToPro": "Améliorez à Ferdi Professionnel",
31 "import.headline": "Importez vos services depuis la version 4 de Ferdi.", 34 "import.headline": "Importez vos services depuis la version 4 de Ferdi",
32 "import.notSupportedHeadline": "Ces services ne sont pas encore supportés par la version 5 de Ferdi", 35 "import.notSupportedHeadline": "Ces services ne sont pas encore supportés par la version 5 de Ferdi",
33 "import.skip.label": "Je veux ajouter des services manuellement", 36 "import.skip.label": "Je veux ajouter des services manuellement",
34 "import.submit.label": "Importer des services", 37 "import.submit.label": "Importer des services",
35 "infobar.buttonChangelog": "Nouveautés", 38 "infobar.authRequestFailed": "Il y a eu des erreurs pendant l'authentification demandé. Essayer de vous déconnecter et de vous reconnecter pour voir si cette erreur persiste.",
39 "infobar.buttonChangelog": "Nouveautés?",
36 "infobar.buttonInstallUpdate": "Redémarrer et installer la mise à jour", 40 "infobar.buttonInstallUpdate": "Redémarrer et installer la mise à jour",
37 "infobar.buttonReloadServices": "Recharger les services", 41 "infobar.buttonReloadServices": "Recharger les services",
38 "infobar.requiredRequestsFailed": "Impossible d'accéder aux services et informations de l'utilisateur", 42 "infobar.requiredRequestsFailed": "Impossible d'accéder aux services et informations de l'utilisateur",
39 "infobar.servicesUpdated": "Vos services ont été mis à jour.", 43 "infobar.servicesUpdated": "Vos services ont été mis à jour.",
40 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!", 44 "infobar.trialActivated": "Votre essai à été correctement activé. Bonne messagerie!",
41 "infobar.updateAvailable": "Une nouvelle mise à jour de Ferdi est disponible.", 45 "infobar.updateAvailable": "Une nouvelle mise à jour de Ferdi est disponible.",
42 "invite.email.label": "Adresse Email", 46 "invite.email.label": "Adresse Email",
43 "invite.headline.friends": "Invitez 3 amis ou collègues", 47 "invite.headline.friends": "Invitez 3 amis ou collègues",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Je veux faire cela plus tard", 49 "invite.skip.label": "Je veux faire cela plus tard",
46 "invite.submit.label": "Envoyer des invitations", 50 "invite.submit.label": "Envoyer des invitations",
47 "invite.successInfo": "Invitations envoyées avec succès", 51 "invite.successInfo": "Invitations envoyées avec succès",
48 "login.email.label": "Adresse email", 52 "locked.headline": "Verrouiller",
53 "locked.info": "Ferdi est présentement verrouiller. S'il vous plaît déverrouiller Ferdi avec votre mot de passe pour voir vos messages.",
54 "locked.invalidCredentials": "Mot de passe invalide",
55 "locked.password.label": "Mot de passe",
56 "locked.submit.label": "Déverrouiller",
57 "login.changeServer": "Changer de serveur",
58 "login.customServerQuestion": "Utiliser un serveur de Ferdi modifié?",
59 "login.customServerSuggestion": "Essayer d'importer votre compte Franz dans Ferdi",
60 "login.email.label": "Adresse Email",
49 "login.headline": "S'identifier", 61 "login.headline": "S'identifier",
50 "login.invalidCredentials": "Email ou mot de passe invalide", 62 "login.invalidCredentials": "Email ou mot de passe invalide",
51 "login.link.password": "Réinitialiser le mot de passe", 63 "login.link.password": "Réinitialiser le mot de passe",
52 "login.link.signup": "Créer un compte gratuit", 64 "login.link.signup": "Créer un compte gratuit",
53 "login.password.label": "Mot de passe", 65 "login.password.label": "Mot de passe",
54 "login.serverLogout": "Votre session a expiré. Reconnectez-vous s'il vous plaît.", 66 "login.serverLogout": "Votre session a expiré. Reconnectez-vous s'il vous plaît.",
55 "login.submit.label": "Se connecter", 67 "login.submit.label": "S'identifier",
56 "login.tokenExpired": "Votre session a expiré, veuillez vous reconnecter.", 68 "login.tokenExpired": "Votre session a expiré. Reconnectez-vous s'il vous plaît.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Fermer le tiroir Todos",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Ouvrir le tiroir Todos",
59 "menu.app.about": "À propos de Ferdi", 71 "menu.app.about": "À propos de Ferdi",
60 "menu.app.announcement": "Quoi de neuf ? ", 72 "menu.app.announcement": "Quoi de neuf?",
73 "menu.app.autohideMenuBar": "Auto-caché la barre de menu",
61 "menu.app.checkForUpdates": "Vérifier les mises à jour", 74 "menu.app.checkForUpdates": "Vérifier les mises à jour",
62 "menu.app.hide": "Masquer", 75 "menu.app.hide": "Masquer",
63 "menu.app.hideOthers": "Masquer les autres", 76 "menu.app.hideOthers": "Masquer les autres",
@@ -74,16 +87,16 @@
74 "menu.edit.redo": "Rétablir", 87 "menu.edit.redo": "Rétablir",
75 "menu.edit.selectAll": "Tout sélectionner", 88 "menu.edit.selectAll": "Tout sélectionner",
76 "menu.edit.speech": "Synthèse vocale", 89 "menu.edit.speech": "Synthèse vocale",
77 "menu.edit.startDictation": "Démarrer la synthse vocale", 90 "menu.edit.startDictation": "Démarrer la dicte",
78 "menu.edit.startSpeaking": "Démarrer la lecture", 91 "menu.edit.startSpeaking": "Démarrer la synthèse vocale",
79 "menu.edit.stopSpeaking": "Arrêter la synthèse vocale", 92 "menu.edit.stopSpeaking": "Arrêter la synthèse vocale",
80 "menu.edit.undo": "Annuler", 93 "menu.edit.undo": "Annuler",
81 "menu.file": "Fichier", 94 "menu.file": "Fichier",
82 "menu.help": "Aide", 95 "menu.help": "Aide",
83 "menu.help.changelog": "Liste des modifications", 96 "menu.help.changelog": "Liste des modifications",
84 "menu.help.debugInfo": "Copy Debug Information", 97 "menu.help.debugInfo": "Copier les informations de Debug",
85 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 98 "menu.help.debugInfoCopiedBody": "Les informations de Debug ont été copié à votre presse-papier.",
86 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 99 "menu.help.debugInfoCopiedHeadline": "Information de Debug de Ferdi",
87 "menu.help.learnMore": "En savoir plus", 100 "menu.help.learnMore": "En savoir plus",
88 "menu.help.privacy": "Déclaration de confidentialité", 101 "menu.help.privacy": "Déclaration de confidentialité",
89 "menu.help.support": "Assistance", 102 "menu.help.support": "Assistance",
@@ -91,161 +104,194 @@
91 "menu.services": "Services", 104 "menu.services": "Services",
92 "menu.services.activatePreviousService": "Activer le service précédent", 105 "menu.services.activatePreviousService": "Activer le service précédent",
93 "menu.services.addNewService": "Ajouter un nouveau service...", 106 "menu.services.addNewService": "Ajouter un nouveau service...",
107 "menu.services.goHome": "Accueil",
94 "menu.services.setNextServiceActive": "Activer le service suivant", 108 "menu.services.setNextServiceActive": "Activer le service suivant",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Activer Todos",
97 "menu.view": "Aperçu", 111 "menu.view": "Aperçu",
112 "menu.view.back": "Revenir",
98 "menu.view.enterFullScreen": "Entrer en mode plein écran", 113 "menu.view.enterFullScreen": "Entrer en mode plein écran",
99 "menu.view.exitFullScreen": "Sortir du mode plein écran", 114 "menu.view.exitFullScreen": "Sortir du mode plein écran",
115 "menu.view.forward": "Avancer",
116 "menu.view.lockFerdi": "Verrouiller Ferdi",
117 "menu.view.openQuickSwitch": "Ouvrir le changement rapide",
100 "menu.view.reloadFranz": "Recharger Ferdi", 118 "menu.view.reloadFranz": "Recharger Ferdi",
101 "menu.view.reloadService": "Redémarrer le service", 119 "menu.view.reloadService": "Redémarrer le service",
102 "menu.view.resetZoom": "Taille actuelle", 120 "menu.view.resetZoom": "Taille actuelle",
103 "menu.view.toggleDevTools": "Activer les outils développeur", 121 "menu.view.toggleDevTools": "Activer les outils de développeur",
104 "menu.view.toggleFullScreen": "Activer / désactiver le mode plein écran", 122 "menu.view.toggleFullScreen": "Activer le mode plein écran",
105 "menu.view.toggleServiceDevTools": "Activer les outils de développement WebKit", 123 "menu.view.toggleServiceDevTools": "Activer les outils de développement WebKit",
106 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools", 124 "menu.view.toggleTodosDevTools": "Activer les outils developpeur Todos",
107 "menu.view.zoomIn": "Zoom Avant", 125 "menu.view.zoomIn": "Zoom Avant",
108 "menu.view.zoomOut": "Zoom Arrière", 126 "menu.view.zoomOut": "Zoom Arrière",
109 "menu.window": "Fenêtre", 127 "menu.window": "Fenêtre",
110 "menu.window.close": "Fermer", 128 "menu.window.close": "Fermer",
111 "menu.window.minimize": "Réduire", 129 "menu.window.minimize": "Réduire",
112 "menu.workspaces": "Espace de travail", 130 "menu.workspaces": "Espace de travail",
113 "menu.workspaces.addNewWorkspace": "Ajouter un nouvel espace de travail", 131 "menu.workspaces.addNewWorkspace": "Ajouter un nouvel espace de travail...",
114 "menu.workspaces.closeWorkspaceDrawer": "Ouvrir l'espace de travail", 132 "menu.workspaces.closeWorkspaceDrawer": "Fermer l'espace de travail",
115 "menu.workspaces.defaultWorkspace": "Tous les services", 133 "menu.workspaces.defaultWorkspace": "Tous les services",
116 "menu.workspaces.openWorkspaceDrawer": "Fermer l'espace de travail", 134 "menu.workspaces.openWorkspaceDrawer": "Ouvrir l'espace de travail",
117 "password.email.label": "Adresse email", 135 "password.email.label": "Adresse Email",
118 "password.headline": "Réinitialiser le mot de passe", 136 "password.headline": "Réinitialiser le mot de passe",
119 "password.link.login": "Connectez-vous à votre compte", 137 "password.link.login": "Connectez-vous à votre compte",
120 "password.link.signup": "Créer un compte gratuit.", 138 "password.link.signup": "Créer un compte gratuit",
121 "password.noUser": "Aucun utilisateur n'a été trouvé avec cette adresse email", 139 "password.noUser": "Aucun utilisateur n'a été trouvé avec cette adresse email",
122 "password.submit.label": "Soumettre", 140 "password.submit.label": "Soumettre",
123 "password.successInfo": "Merci de consulter vos emails", 141 "password.successInfo": "Merci de consulter vos emails",
124 "premiumFeature.button.upgradeAccount": "Augmenter le niveau de mon compte", 142 "premiumFeature.button.upgradeAccount": "Augmenter le niveau de mon compte",
125 "pricing.features.adFree": "Forever ad-free", 143 "pricing.features.adFree": "Toujours sans pub",
126 "pricing.features.appDelays": "No Waiting Screens", 144 "pricing.features.appDelays": "Plus d'écrans d'attente",
127 "pricing.features.customWebsites": "Add Custom Websites", 145 "pricing.features.customWebsites": "Ajouter des sites web modifiés",
128 "pricing.features.onPremise": "On-premise & other Hosted Services", 146 "pricing.features.onPremise": "Services hébergés sur place et autre",
129 "pricing.features.serviceProxies": "Service Proxies", 147 "pricing.features.serviceProxies": "Service Proxy",
130 "pricing.features.spellchecker": "Spellchecker support", 148 "pricing.features.spellchecker": "Support du correcteur orthographique",
131 "pricing.features.teamManagement": "Team Management", 149 "pricing.features.teamManagement": "Gestion d'équipe",
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Installer des services tiers",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Ajouter des services illimités",
134 "pricing.features.workspaces": "Espace de travail", 152 "pricing.features.workspaces": "Espace de travail",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi Gratuit",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personnel",
138 "pricing.plan.personal-monthly": "Ferdi Personal Monthly", 156 "pricing.plan.personal-monthly": "Ferdi Personnel au mois",
139 "pricing.plan.personal-yearly": "Ferdi Personal Yearly", 157 "pricing.plan.personal-yearly": "Ferdi Personnel à l'année",
140 "pricing.plan.pro": "Ferdi Professional", 158 "pricing.plan.pro": "Ferdi Professionnel",
141 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 159 "pricing.plan.pro-monthly": "Ferdi Professionnel au mois",
142 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 160 "pricing.plan.pro-yearly": "Ferdi Professionnel à l'année",
143 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 161 "pricing.trial.cta.accept": "Oui, améliorer mon compte à Ferdi Professionnel",
144 "pricing.trial.cta.skip": "Continue to Ferdi", 162 "pricing.trial.cta.skip": "Continuer à Ferdi",
145 "pricing.trial.error": "Sorry, we could not activate your trial!", 163 "pricing.trial.error": "Désoler, nous ne pouvons pas activé votre essai!",
146 "pricing.trial.features.headline": "Ferdi Professional includes:", 164 "pricing.trial.features.headline": "Ferdi Professionnel inclus:",
147 "pricing.trial.headline": "Ferdi Professional", 165 "pricing.trial.headline": "Ferdi Professionnel",
148 "pricing.trial.subheadline": "Your personal welcome offer:", 166 "pricing.trial.subheadline": "Votre offre d'accueil personnelle:",
149 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days", 167 "pricing.trial.terms.automaticTrialEnd": "Votre essai gratuit se finis automatiquement après 14 jours",
150 "pricing.trial.terms.headline": "No strings attached", 168 "pricing.trial.terms.headline": "Sans condition",
151 "pricing.trial.terms.noCreditCard": "No credit card required", 169 "pricing.trial.terms.noCreditCard": "Pas de carte de crédit requis",
152 "service.crashHandler.action": "Recharger {name}", 170 "service.crashHandler.action": "Recharger {name}",
153 "service.crashHandler.autoReload": "Tentative de restauration automatique de {name} dans {seconds} secondes", 171 "service.crashHandler.autoReload": "Tentative de restauration automatique de {name} dans {seconds} secondes",
154 "service.crashHandler.headline": "Oh non !", 172 "service.crashHandler.headline": "Oh non!",
155 "service.crashHandler.text": "{name} a causé une erreur.", 173 "service.crashHandler.text": "{name} a causé une erreur.",
156 "service.disabledHandler.action": "Activer {name}", 174 "service.disabledHandler.action": "Activer {name}",
157 "service.disabledHandler.headline": "{name} est désactivé", 175 "service.disabledHandler.headline": "{name} est désactivé",
158 "service.errorHandler.action": "Recharger {name}", 176 "service.errorHandler.action": "Recharger {name}",
159 "service.errorHandler.editAction": "Modifier {name}", 177 "service.errorHandler.editAction": "Modifier {name}",
160 "service.errorHandler.headline": "Oh non !", 178 "service.errorHandler.headline": "Oh non!",
161 "service.errorHandler.message": "Erreur", 179 "service.errorHandler.message": "Erreur",
162 "service.errorHandler.text": "Le chargement de {name} a échoué.", 180 "service.errorHandler.text": "Le chargement de {name} a échoué.",
163 "service.restrictedHandler.action": "Upgrade Account", 181 "service.restrictedHandler.action": "Améliorez votre compte",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 182 "service.restrictedHandler.customUrl.headline": "Le Plan Ferdi Professionnel requis",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 183 "service.restrictedHandler.customUrl.text": "S'il vous plaît améliorer au Plan Ferdi Professionnel pour utilisé les urls modifié et les services hébergé soi-même.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 184 "service.restrictedHandler.serviceLimit.headline": "Vous avez atteint votre limite de service.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "S'il vous plaît améliorer votre compte pour utilisé plus que {count} services.",
168 "service.webviewLoader.loading": "Chargement (c'est l'heure du café...)", 186 "service.webviewLoader.loading": "Chargement",
169 "services.getStarted": "Commencer", 187 "services.getStarted": "Commencer",
188 "services.login": "S'il vous plaît connectez-vous pour utiliser Ferdi.",
189 "services.serverInfo": "Optionnellement, vous pouvez changer votre serveur Ferdi en cliquant sur la roue dentée en bas au coin gauche.",
190 "services.serverless": "Utiliser Ferdi sans compte",
170 "services.welcome": "Bienvenue dans Ferdi", 191 "services.welcome": "Bienvenue dans Ferdi",
171 "settings.account.account.editButton": "Modifier le compte", 192 "settings.account.account.editButton": "Modifier le compte",
172 "settings.account.accountType.basic": "Compte de base", 193 "settings.account.accountType.basic": "Compte de base",
173 "settings.account.accountType.premium": "Compte supporteur premium", 194 "settings.account.accountType.premium": "Compte supporteur premium",
174 "settings.account.buttonSave": "Mettre à jour le profil", 195 "settings.account.buttonSave": "Mettre à jour le profil",
175 "settings.account.deleteAccount": "Supprimer le compte", 196 "settings.account.deleteAccount": "Supprimer le compte",
176 "settings.account.deleteEmailSent": "Vous avez reçu un email contenant le lien pour confirmer la suppression de votre compte. Votre compte et les données qui lui sont associés ne pourront être récupérés", 197 "settings.account.deleteEmailSent": "Vous avez reçu un email contenant le lien pour confirmer la suppression de votre compte. Votre compte et les données qui lui sont associés ne pourront être récupérés!",
177 "settings.account.deleteInfo": "Si vous n'avez plus besoin de votre compte Ferdi, vous pouvez le supprimer avec toutes ses données associées.", 198 "settings.account.deleteInfo": "Si vous n'avez plus besoin de votre compte Ferdi, vous pouvez le supprimer avec toutes ses données associées.",
178 "settings.account.headline": "Compte", 199 "settings.account.headline": "Compte",
179 "settings.account.headlineAccount": "Informations sur le compte", 200 "settings.account.headlineAccount": "Informations sur le compte",
180 "settings.account.headlineDangerZone": "Zone dangereuse !", 201 "settings.account.headlineDangerZone": "Zone dangereuse",
181 "settings.account.headlineInvoices": "Factures", 202 "settings.account.headlineInvoices": "Factures",
182 "settings.account.headlinePassword": "Changer le mot de passe", 203 "settings.account.headlinePassword": "Changer le mot de passe",
183 "settings.account.headlineProfile": "Mettre à jour le profil", 204 "settings.account.headlineProfile": "Mettre à jour le profil",
184 "settings.account.headlineSubscription": "Votre abonnement", 205 "settings.account.headlineSubscription": "Votre abonnement",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Prenez l'essai de 14 jours gratuit de Ferdi Professionnel",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Améliorer votre compte et recevez l'expérience de Ferdi au complet",
187 "settings.account.invoiceDownload": "Télécharger", 208 "settings.account.invoiceDownload": "Télécharger",
188 "settings.account.manageSubscription.label": "Gérer votre abonnement", 209 "settings.account.manageSubscription.label": "Gérer votre abonnement",
189 "settings.account.successInfo": "Vos modifications ont été enregistrées", 210 "settings.account.successInfo": "Vos modifications ont été enregistrées",
190 "settings.account.trial": "Free Trial", 211 "settings.account.trial": "Essai Gratuit",
191 "settings.account.trialEndsIn": "Your free trial ends in {duration}.", 212 "settings.account.trialEndsIn": "Votre essai gratuit fini dans {duration}.",
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "S'il vous plaît mettre à jour votre facturation pour utilisé {license} après votre période d’essais.",
193 "settings.account.tryReloadServices": "Réessayer", 214 "settings.account.tryReloadServices": "Réessayer",
194 "settings.account.tryReloadUserInfoRequest": "Réessayer", 215 "settings.account.tryReloadUserInfoRequest": "Réessayer",
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Améliorez à Ferdi Professionnel",
196 "settings.account.userInfoRequestFailed": "Impossible de charger les informations de l'utilisateur", 217 "settings.account.userInfoRequestFailed": "Impossible de charger les informations de l'utilisateur",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Votre licence Ferdi",
219 "settings.app.accentColorInfo": "Écrivez votre accent de couleur dans un format compatible avec CSS. (Par défaut : #7367f0)",
198 "settings.app.buttonClearAllCache": "Vider le cache", 220 "settings.app.buttonClearAllCache": "Vider le cache",
199 "settings.app.buttonInstallUpdate": "Redémarrer et installer la mise à jour", 221 "settings.app.buttonInstallUpdate": "Redémarrer et installer la mise à jour",
200 "settings.app.buttonSearchForUpdate": "Vérifier les mises à jour", 222 "settings.app.buttonSearchForUpdate": "Vérifier les mises à jour",
201 "settings.app.cacheInfo": "Le cache de Ferdi occupe actuellement {size} en espace disque.", 223 "settings.app.cacheInfo": "Le cache de Ferdi occupe actuellement {size} en espace disque.",
202 "settings.app.currentVersion": "Version actuelle :", 224 "settings.app.currentVersion": "Version actuelle :",
225 "settings.app.form.accentColor": "Accent de couleur",
203 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan", 226 "settings.app.form.autoLaunchInBackground": "Ouvrir en arrière-plan",
204 "settings.app.form.autoLaunchOnStart": "Lancer Ferdi au démarrage", 227 "settings.app.form.autoLaunchOnStart": "Lancer Ferdi au démarrage",
205 "settings.app.form.beta": "Accepter les versions bêta", 228 "settings.app.form.beta": "Accepter les versions bêta",
206 "settings.app.form.darkMode": "Activer le thème sombre", 229 "settings.app.form.darkMode": "Activer le thème sombre",
207 "settings.app.form.enableGPUAcceleration": "Activer l'accélération GPU", 230 "settings.app.form.enableGPUAcceleration": "Activer l'accélération GPU",
231 "settings.app.form.enableLock": "Activer le verrouillage de Ferdi",
208 "settings.app.form.enableSpellchecking": "Activer la vérification orthographique", 232 "settings.app.form.enableSpellchecking": "Activer la vérification orthographique",
209 "settings.app.form.enableSystemTray": "Afficher Ferdi dans la barre d'état système", 233 "settings.app.form.enableSystemTray": "Afficher Ferdi dans la barre d'état système",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Activer Ferdi Todos",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 235 "settings.app.form.hibernate": "Activer le service d'hibernation",
236 "settings.app.form.hibernationStrategy": "Stratégie d'hibernation",
237 "settings.app.form.keepAllWorkspacesLoaded": "Garder tous les espaces de travail charger",
212 "settings.app.form.language": "Langue", 238 "settings.app.form.language": "Langue",
239 "settings.app.form.lockPassword": "Mot de passe de verrouillage de Ferdi",
213 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdi dans la zone de notification", 240 "settings.app.form.minimizeToSystemTray": "Minimiser Ferdi dans la zone de notification",
241 "settings.app.form.noUpdates": "Désactiver les mises à jours",
242 "settings.app.form.privateNotifications": "Ne pas afficher le contenu des notifications",
214 "settings.app.form.runInBackground": "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre", 243 "settings.app.form.runInBackground": "Garder Ferdi ouvert en arrière-plan à la fermeture de la fenêtre",
244 "settings.app.form.scheduledDNDEnabled": "Activer Ne-pas-Déranger",
245 "settings.app.form.scheduledDNDEnd": "À",
246 "settings.app.form.scheduledDNDStart": "De",
247 "settings.app.form.server": "Serveur",
215 "settings.app.form.showDisabledServices": "Afficher les onglets des services désactivés", 248 "settings.app.form.showDisabledServices": "Afficher les onglets des services désactivés",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Afficher les badges de messages non lus quand les notifications sont désactivées.", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Afficher les badges de messages non lus quand les notifications sont désactivées",
250 "settings.app.form.showServiceNavigationBar": "Toujours afficher la barre de navigation du service",
251 "settings.app.form.todoServer": "Serveur Todo",
252 "settings.app.form.universalDarkMode": "Activer le mode sombre universel",
217 "settings.app.headline": "Paramètres", 253 "settings.app.headline": "Paramètres",
218 "settings.app.headlineAdvanced": "Paramètres avancés", 254 "settings.app.headlineAdvanced": "Paramètres avancés",
219 "settings.app.headlineAppearance": "Apparence", 255 "settings.app.headlineAppearance": "Apparence",
220 "settings.app.headlineGeneral": "Général", 256 "settings.app.headlineGeneral": "Général",
221 "settings.app.headlineLanguage": "Langue", 257 "settings.app.headlineLanguage": "Langue",
222 "settings.app.headlineUpdates": "Mises à jour", 258 "settings.app.headlineUpdates": "Mises à jour",
259 "settings.app.hibernateInfo": "Par défaut, Ferdi gardera tous vos services ouverts et chargés en arrière-plan afin qu'ils soient prêts lorsque vous voulez les utiliser. Le service d'hibernation déchargera vos services après un montant spécifié. Ceci est utile pour sauver de la RAM ou garder les services de ralentir votre ordinateur.",
223 "settings.app.languageDisclaimer": "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.", 260 "settings.app.languageDisclaimer": "Les traductions officielles sont l'anglais et l'allemand. Toutes les autres langues sont des traductions faites par la communauté.",
261 "settings.app.lockInfo": "Le mot de passe de verrouillage de Ferdi vous permet de garder vos messages protégés.\nEn utilisant le mot de passe de verrouillage de Ferdi, vous allez être demandé de rentrer un mot de passe à chaque fois que vous démarré Ferdi ou verrouillé Ferdi vous même avec le symbole de cadenas en bas à gauche dans le coins ou avec le raccourcie CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Mot de passe de verrouillage de Ferdi",
263 "settings.app.lockedPasswordInfo": "S'il vous plaît soyez sûre de mettre un mot de passe que vous allez vous rappelez.\nSi vous perdez ce mot de passe vous allez devoir réinstaller Ferdi.",
224 "settings.app.restartRequired": "Les modifications nécessitent un redémarrage", 264 "settings.app.restartRequired": "Les modifications nécessitent un redémarrage",
265 "settings.app.scheduledDNDInfo": "Planifier le Ne-pas-Déranger vous permet de définir une période de temps dans lequel vous ne voulez pas de notifications de Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Le temps est en format 24 heures. La fin du temps peut être avant le début du temps (ex: début 17:00, fin 09:00) pour activer le Ne-pas-Déranger durant la nuit.",
267 "settings.app.serverInfo": "On vous recommande de vous déconnecter après d'avoir changer votre serveur dans vos paramètres au risque que les paramètres ne sois pas sauvegarder.",
268 "settings.app.serverMoneyInfo": "Vous êtes entrain d'utilisé le serveur officiel de Franz pour Ferdi.\nNous savons que Ferdi vous permet d'utilisé toutes les fonctionnalités gratuitement mais vous êtes toujours entrain d'utilisé les resources des serveurs de Franz - dont les créateurs paient pour.\nS'il vous plaît [Link 1]payé pour un compte Franz[/Link] ou [Link 2]utilisé un ferdi-serveur hébergé soi-même[/Link] (si vous avez la connaissance et les resources pour).\nEn utilisant Ferdi, vous profité beaucoup des recettes de Franz, resources serveurs et son développement.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "Ce serveur va être utilisé pour la fonction \"Ferdi Todo\". (défaut: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Aidez-nous à traduire Ferdi dans votre langue.", 271 "settings.app.translationHelp": "Aidez-nous à traduire Ferdi dans votre langue.",
272 "settings.app.universalDarkModeInfo": "Le mode sombre universel tente de générer dynamiquement des styles de mode sombre pour les services qui ne sont pas encore supportés.",
227 "settings.app.updateStatusAvailable": "Mise à jour disponible, téléchargement en cours...", 273 "settings.app.updateStatusAvailable": "Mise à jour disponible, téléchargement en cours...",
228 "settings.app.updateStatusSearching": "Recherche d'une mise à jour", 274 "settings.app.updateStatusSearching": "Recherche d'une mise à jour",
229 "settings.app.updateStatusUpToDate": "Vous utilisez la dernière version de Ferdi", 275 "settings.app.updateStatusUpToDate": "Vous utilisez la dernière version de Ferdi",
230 "settings.invite.headline": "Invite des amis", 276 "settings.invite.headline": "Invite des amis",
231 "settings.navigation.account": "Compte", 277 "settings.navigation.account": "Compte",
232 "settings.navigation.availableServices": "Services disponibles", 278 "settings.navigation.availableServices": "Services disponibles",
233 "settings.navigation.inviteFriends": "Inviter des amis",
234 "settings.navigation.logout": "Se déconnecter", 279 "settings.navigation.logout": "Se déconnecter",
235 "settings.navigation.settings": "Paramètres", 280 "settings.navigation.settings": "Paramètres",
281 "settings.navigation.supportFerdi": "Supporter Ferdi",
236 "settings.navigation.team": "Gérer l'équipe", 282 "settings.navigation.team": "Gérer l'équipe",
237 "settings.navigation.yourServices": "Vos services", 283 "settings.navigation.yourServices": "Vos services",
238 "settings.navigation.yourWorkspaces": "Tes espaces de travail", 284 "settings.navigation.yourWorkspaces": "Tes espaces de travail",
239 "settings.recipes.all": "Tous les services", 285 "settings.recipes.all": "Tous les services",
240 "settings.recipes.custom": "Custom Services", 286 "settings.recipes.custom": "Services modifiés",
241 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 287 "settings.recipes.customService.headline.communityRecipes": "Recettes tiers communautaire",
242 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 288 "settings.recipes.customService.headline.customRecipes": "Recettes tiers modifiés",
243 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 289 "settings.recipes.customService.headline.devRecipes": "Vos recettes de service de développement",
244 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:", 290 "settings.recipes.customService.intro": "Pour ajouter un service modifié, copié la recette à:",
245 "settings.recipes.customService.openDevDocs": "Developer Documentation", 291 "settings.recipes.customService.openDevDocs": "Documentation de Développeur",
246 "settings.recipes.customService.openFolder": "Open folder", 292 "settings.recipes.customService.openFolder": "Ouvrir le dossier",
247 "settings.recipes.headline": "Services disponibles", 293 "settings.recipes.headline": "Services disponibles",
248 "settings.recipes.missingService": "Un service est manquant ?", 294 "settings.recipes.missingService": "Un service est manquant?",
249 "settings.recipes.mostPopular": "Les plus populaires", 295 "settings.recipes.mostPopular": "Les plus populaires",
250 "settings.recipes.nothingFound": "Désolé, aucun service ne correspond à votre recherche.", 296 "settings.recipes.nothingFound": "Désolé, aucun service ne correspond à votre recherche.",
251 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès", 297 "settings.recipes.servicesSuccessfulAddedInfo": "Le service a été ajouté avec succès",
@@ -256,9 +302,9 @@
256 "settings.service.form.addServiceHeadline": "Ajouter {name}", 302 "settings.service.form.addServiceHeadline": "Ajouter {name}",
257 "settings.service.form.availableServices": "Services disponibles", 303 "settings.service.form.availableServices": "Services disponibles",
258 "settings.service.form.customUrl": "Serveur personnalisé", 304 "settings.service.form.customUrl": "Serveur personnalisé",
259 "settings.service.form.customUrlPremiumInfo": "Pour ajouter des services auto-hébergés, vous avez besoin d'un compte Supporter Premium Ferdi.", 305 "settings.service.form.customUrlPremiumInfo": "Pour ajouter des services auto-hébergés, vous avez besoin d'un compte Ferdi Premium Supporter.",
260 "settings.service.form.customUrlUpgradeAccount": "Améliorez votre compte", 306 "settings.service.form.customUrlUpgradeAccount": "Améliorez votre compte",
261 "settings.service.form.customUrlValidationError": "Impossible de valider le serveur personnalisé {name}.", 307 "settings.service.form.customUrlValidationError": "Impossible de valider le serveur modifié {name}.",
262 "settings.service.form.deleteButton": "Supprimer le service", 308 "settings.service.form.deleteButton": "Supprimer le service",
263 "settings.service.form.editServiceHeadline": "Modifier {name}", 309 "settings.service.form.editServiceHeadline": "Modifier {name}",
264 "settings.service.form.enableAudio": "Activer l'audio", 310 "settings.service.form.enableAudio": "Activer l'audio",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Afficher le badge des messages pour tous les nouveaux messages", 322 "settings.service.form.indirectMessages": "Afficher le badge des messages pour tous les nouveaux messages",
277 "settings.service.form.isMutedInfo": "Lorsque désactivé, tous les sons de notifications ainsi que l'audio sont coupés", 323 "settings.service.form.isMutedInfo": "Lorsque désactivé, tous les sons de notifications ainsi que l'audio sont coupés",
278 "settings.service.form.name": "Nom", 324 "settings.service.form.name": "Nom",
325 "settings.service.form.openDarkmodeCss": "Ouvrir darkmode.css",
279 "settings.service.form.proxy.headline": "Paramètres proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Paramètres proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Hôte/IP du proxy", 327 "settings.service.form.proxy.host": "Hôte/IP du proxy",
281 "settings.service.form.proxy.info": "Les paramètres de proxy ne seront pas synchronisés avec les serveurs de Ferdi.", 328 "settings.service.form.proxy.info": "Les paramètres de proxy ne seront pas synchronisés avec les serveurs de Ferdi.",
@@ -286,7 +333,7 @@
286 "settings.service.form.proxy.user": "Utilisateur (facultatif)", 333 "settings.service.form.proxy.user": "Utilisateur (facultatif)",
287 "settings.service.form.saveButton": "Enregistrer le service", 334 "settings.service.form.saveButton": "Enregistrer le service",
288 "settings.service.form.tabHosted": "Hébergé", 335 "settings.service.form.tabHosted": "Hébergé",
289 "settings.service.form.tabOnPremise": "hébergé par soi-même ⭐️", 336 "settings.service.form.tabOnPremise": "Hébergé par soi-même ⭐️",
290 "settings.service.form.team": "Équipe", 337 "settings.service.form.team": "Équipe",
291 "settings.service.form.useHostedService": "Utilisez le service hébergé {name}.", 338 "settings.service.form.useHostedService": "Utilisez le service hébergé {name}.",
292 "settings.service.form.yourServices": "Vos services", 339 "settings.service.form.yourServices": "Vos services",
@@ -297,14 +344,21 @@
297 "settings.services.servicesRequestFailed": "Impossible de charger vos services", 344 "settings.services.servicesRequestFailed": "Impossible de charger vos services",
298 "settings.services.tooltip.isDisabled": "Ce service est désactivé", 345 "settings.services.tooltip.isDisabled": "Ce service est désactivé",
299 "settings.services.tooltip.isMuted": "Tous les sons sont coupés", 346 "settings.services.tooltip.isMuted": "Tous les sons sont coupés",
300 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées.", 347 "settings.services.tooltip.notificationsDisabled": "Notifications désactivées",
301 "settings.services.updatedInfo": "Vos modifications ont été enregistrées", 348 "settings.services.updatedInfo": "Vos modifications ont été enregistrées",
349 "settings.supportFerdi.github": "Mettez une étoile sur GitHub",
350 "settings.supportFerdi.headline": "Supporter Ferdi",
351 "settings.supportFerdi.openCollective": "Supporter notre Open Collective",
352 "settings.supportFerdi.share": "Parlez en à vos Amis",
353 "settings.supportFerdi.title": "Vous aimez Ferdi? Répandez l'amour!",
302 "settings.team.contentHeadline": "Ferdi pour les équipes", 354 "settings.team.contentHeadline": "Ferdi pour les équipes",
303 "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!", 355 "settings.team.copy": "Ferdi pour Équipe 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!",
304 "settings.team.headline": "Équipe de travail", 356 "settings.team.headline": "Équipe",
305 "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.", 357 "settings.team.intro": "Vous et votre équipes utilise Ferdi? 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.",
306 "settings.team.manageAction": "Gère ton équipe sur getferdi.com", 358 "settings.team.manageAction": "Gère ton équipe sur getferdi.com",
307 "settings.team.upgradeAction": "Mise à niveau du compte", 359 "settings.team.teamsUnavailible": "Les équipes sont indisponibles",
360 "settings.team.teamsUnavailibleInfo": "Les équipes sont actuellement disponibles uniquement lorsque vous utilisez le serveur de Franz et après avoir payé pour Franz Professionnel. Veuillez changer votre serveur à https://api.franzinfra.com pour utiliser des équipes.",
361 "settings.team.upgradeAction": "Améliorez votre compte",
308 "settings.user.form.accountType.company": "Entreprise", 362 "settings.user.form.accountType.company": "Entreprise",
309 "settings.user.form.accountType.individual": "Individuel", 363 "settings.user.form.accountType.individual": "Individuel",
310 "settings.user.form.accountType.label": "Type de compte", 364 "settings.user.form.accountType.label": "Type de compte",
@@ -315,14 +369,16 @@
315 "settings.user.form.lastname": "Nom", 369 "settings.user.form.lastname": "Nom",
316 "settings.user.form.newPassword": "Nouveau mot de passe", 370 "settings.user.form.newPassword": "Nouveau mot de passe",
317 "settings.workspace.add.form.name": "Nom", 371 "settings.workspace.add.form.name": "Nom",
318 "settings.workspace.add.form.submitButton": "Créer un espace de travail", 372 "settings.workspace.add.form.submitButton": "Créer l'espace de travail",
319 "settings.workspace.form.buttonDelete": "Effacer l'espace de travail", 373 "settings.workspace.form.buttonDelete": "Effacer l'espace de travail",
320 "settings.workspace.form.buttonSave": "Sauvegarder l'espace de travail", 374 "settings.workspace.form.buttonSave": "Sauvegarder l'espace de travail",
375 "settings.workspace.form.keepLoaded": "Garder cet espace de travail chargé*",
376 "settings.workspace.form.keepLoadedInfo": "*Cette option va être ré-écris par l'option global \"Garder cette espace de travail chargé\".",
321 "settings.workspace.form.name": "Nom", 377 "settings.workspace.form.name": "Nom",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services dans cet Espace de travail", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services dans cet Espace de travail",
323 "settings.workspace.form.yourWorkspaces": "Vos espaces de travail", 379 "settings.workspace.form.yourWorkspaces": "Tes espaces de travail",
324 "settings.workspaces.deletedInfo": "L'espace de travail a été supprimé", 380 "settings.workspaces.deletedInfo": "L'espace de travail a été supprimé",
325 "settings.workspaces.headline": "Vos espaces de travails", 381 "settings.workspaces.headline": "Tes espaces de travail",
326 "settings.workspaces.noWorkspacesAdded": "Vous n'avez pas encore ajouté d'espace de travail.", 382 "settings.workspaces.noWorkspacesAdded": "Vous n'avez pas encore ajouté d'espace de travail.",
327 "settings.workspaces.tryReloadWorkspaces": "Réessayer", 383 "settings.workspaces.tryReloadWorkspaces": "Réessayer",
328 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées", 384 "settings.workspaces.updatedInfo": "Vos modifications ont été enregistrées",
@@ -330,14 +386,15 @@
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Impossible de charger vos espaces de travail", 387 "settings.workspaces.workspacesRequestFailed": "Impossible de charger vos espaces de travail",
332 "sidebar.addNewService": "Ajouter un nouveau service", 388 "sidebar.addNewService": "Ajouter un nouveau service",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Fermer Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Fermer l'espace de travail", 390 "sidebar.closeWorkspaceDrawer": "Fermer l'espace de travail",
391 "sidebar.lockFerdi": "Verrouiller Ferdi",
335 "sidebar.muteApp": "Désactiver les notifications et les sons", 392 "sidebar.muteApp": "Désactiver les notifications et les sons",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Ouvrir Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail", 394 "sidebar.openWorkspaceDrawer": "Ouvrir l'espace de travail",
338 "sidebar.settings": "Paramètres", 395 "sidebar.settings": "Paramètres",
339 "sidebar.unmuteApp": "Activer les notifications et les sons", 396 "sidebar.unmuteApp": "Activer les notifications et les sons",
340 "signup.email.label": "Adresse email", 397 "signup.email.label": "Adresse Email",
341 "signup.emailDuplicate": "Cette adresse email est déjà utilisée", 398 "signup.emailDuplicate": "Cette adresse email est déjà utilisée",
342 "signup.firstname.label": "Prénom", 399 "signup.firstname.label": "Prénom",
343 "signup.headline": "S'inscrire", 400 "signup.headline": "S'inscrire",
@@ -345,29 +402,15 @@
345 "signup.legal.info": "En créant un compte Ferdi, vous acceptez la", 402 "signup.legal.info": "En créant un compte Ferdi, vous acceptez la",
346 "signup.legal.privacy": "Déclaration de confidentialité", 403 "signup.legal.privacy": "Déclaration de confidentialité",
347 "signup.legal.terms": "Conditions d'utilisation", 404 "signup.legal.terms": "Conditions d'utilisation",
348 "signup.link.login": "Vous avez déjà un compte ? Connectez-vous", 405 "signup.link.login": "Vous avez déjà un compte? Connectez-vous",
349 "signup.password.label": "Mot de passe", 406 "signup.password.label": "Mot de passe",
350 "signup.submit.label": "Créer un compte", 407 "signup.submit.label": "Créer un compte",
351 "subscription.euTaxInfo": "Résidents de l'UE : une taxe locale peut s'appliquer", 408 "subscription.cta.activateTrial": "Oui, commencer l'essai gratuit de Ferdi Professionnel",
352 "subscription.features.ads": "Plus de pubs !", 409 "subscription.cta.allOptions": "Voir toutes les options",
353 "subscription.features.comingSoon": "Bientôt disponible", 410 "subscription.cta.choosePlan": "Choisissez votre plan",
354 "subscription.features.noInterruptions": "Aucun délai dans l'application ni de harcèlement pour mettre à niveau la licence", 411 "subscription.includedProFeatures": "Le plan Ferdi Professionnel inclus:",
355 "subscription.features.onpremise.mattermost": "Ajouter des services auto-hébergés comme Mattermost", 412 "subscription.teaser.includedFeatures": "Les plans de Ferdi payés inclus:",
356 "subscription.features.proxy": "Support proxy pour les services", 413 "subscription.teaser.intro": "Ferdi 5 viens avec une large plage de nouvelles fonctionnalités pour renforcer votre communication quotidienne - batteries inclus. Aller voir nos nouveaux plans et trouver celui qui vous satisfait le mieux!",
357 "subscription.features.spellchecker": "Prise en charge du correcteur orthographique",
358 "subscription.features.workspaces": "Organisez vos services en espaces de travail",
359 "subscription.includedFeatures": "Le compte payant Supporter Premium Ferdi inclut",
360 "subscription.paymentSessionError": "Initialisation du paiement impossible",
361 "subscription.submit.label": "Je souhaite aider au développement de Ferdi",
362 "subscription.type.free": "gratuit",
363 "subscription.type.month": "mois",
364 "subscription.type.year": "année",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan",
368 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
369 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
370 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
371 "subscriptionPopup.buttonCancel": "Annuler", 414 "subscriptionPopup.buttonCancel": "Annuler",
372 "subscriptionPopup.buttonDone": "Terminé", 415 "subscriptionPopup.buttonDone": "Terminé",
373 "tabs.item.deleteService": "Supprimer le service", 416 "tabs.item.deleteService": "Supprimer le service",
@@ -378,12 +421,17 @@
378 "tabs.item.enableAudio": "Activer l'audio", 421 "tabs.item.enableAudio": "Activer l'audio",
379 "tabs.item.enableNotification": "Activer les notifications", 422 "tabs.item.enableNotification": "Activer les notifications",
380 "tabs.item.enableService": "Activer le service", 423 "tabs.item.enableService": "Activer le service",
381 "tabs.item.reload": "Recharger", 424 "tabs.item.reload": "Actualiser",
382 "validation.email": "{field} n'est pas valide", 425 "validation.email": "{field} n'est pas valide",
383 "validation.minLength": "{field} doit contenir au moins {length} caractère(s)", 426 "validation.minLength": "{field} doit contenir au moins {length} caractère(s)",
384 "validation.oneRequired": "Au moins un de ces champs est requis", 427 "validation.oneRequired": "Au moins un de ces champs est requis",
385 "validation.required": "{field} est requis", 428 "validation.required": "{field} est requis",
386 "validation.url": "{field} n'est pas une URL valide", 429 "validation.url": "{field} n'est pas une URL valide",
430 "webControls.back": "Revenir",
431 "webControls.forward": "Avancer",
432 "webControls.goHome": "Accueil",
433 "webControls.openInBrowser": "Ouvrir dans le navigateur",
434 "webControls.reload": "Actualiser",
387 "welcome.loginButton": "Se connecter sur son compte", 435 "welcome.loginButton": "Se connecter sur son compte",
388 "welcome.signupButton": "Créer un compte gratuit", 436 "welcome.signupButton": "Créer un compte gratuit",
389 "workspaceDrawer.addNewWorkspaceLabel": "Ajouté un nouvel espace de travail", 437 "workspaceDrawer.addNewWorkspaceLabel": "Ajouté un nouvel espace de travail",
@@ -395,6 +443,6 @@
395 "workspaceDrawer.proFeatureBadge": "Fonctionnalité premium", 443 "workspaceDrawer.proFeatureBadge": "Fonctionnalité premium",
396 "workspaceDrawer.reactivatePremiumAccountLabel": "Réactivez votre compte premium", 444 "workspaceDrawer.reactivatePremiumAccountLabel": "Réactivez votre compte premium",
397 "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>", 445 "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>",
398 "workspaceDrawer.workspacesSettingsTooltip": "Editer les paramètres de l'espace de travail", 446 "workspaceDrawer.workspacesSettingsTooltip": "Éditer les paramètres de l'espace de travail",
399 "workspaces.switchingIndicator.switchingTo": "Changement vers" 447 "workspaces.switchingIndicator.switchingTo": "Changement vers"
400} 448}
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 14b0800ba..8903b2e30 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdi 5 go fóill", 35 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdi 5 go fóill",
33 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh", 36 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh",
34 "import.submit.label": "Iompórtáil seirbhísí", 37 "import.submit.label": "Iompórtáil seirbhísí",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Cad atá nua?", 39 "infobar.buttonChangelog": "Cad atá nua?",
36 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú", 40 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
37 "infobar.buttonReloadServices": "Athlódáil seirbhísí", 41 "infobar.buttonReloadServices": "Athlódáil seirbhísí",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Ba mhaith liom é seo a dhéanamh níos deireanaí", 49 "invite.skip.label": "Ba mhaith liom é seo a dhéanamh níos deireanaí",
46 "invite.submit.label": "Seol cuirí", 50 "invite.submit.label": "Seol cuirí",
47 "invite.successInfo": "Cuirí seolta go rathúil", 51 "invite.successInfo": "Cuirí seolta go rathúil",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Seoladh ríomhphoist", 60 "login.email.label": "Seoladh ríomhphoist",
49 "login.headline": "Logáil isteach", 61 "login.headline": "Logáil isteach",
50 "login.invalidCredentials": "Seoladh ríomhphoist nó pasfhocal neamhbhailí", 62 "login.invalidCredentials": "Seoladh ríomhphoist nó pasfhocal neamhbhailí",
51 "login.link.password": "Athshocraigh pasfhocal", 63 "login.link.password": "Athshocraigh pasfhocal",
52 "login.link.signup": "Cruthaigh cuntas saor in aisce", 64 "login.link.signup": "Cruthaigh cuntas saor in aisce",
53 "login.password.label": "Pasfhocal", 65 "login.password.label": "Password",
54 "login.serverLogout": "D'éag do sheisiún, logáil isteach arís le do thoil.", 66 "login.serverLogout": "D'éag do sheisiún, logáil isteach arís le do thoil.",
55 "login.submit.label": "Logáil isteach", 67 "login.submit.label": "Logáil isteach",
56 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.", 68 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Faoi Ferdi", 71 "menu.app.about": "Faoi Ferdi",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe", 74 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe",
62 "menu.app.hide": "Cuir Ferdi i bhfolach", 75 "menu.app.hide": "Cuir Ferdi i bhfolach",
63 "menu.app.hideOthers": "Folaigh feidhmchláir eile", 76 "menu.app.hideOthers": "Folaigh feidhmchláir eile",
@@ -91,12 +104,17 @@
91 "menu.services": "Seirbhísí", 104 "menu.services": "Seirbhísí",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Cuir seirbhís nua leis", 106 "menu.services.addNewService": "Cuir seirbhís nua leis",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Amharc", 111 "menu.view": "Amharc",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Cuir isteach mód lánscáileáin", 113 "menu.view.enterFullScreen": "Cuir isteach mód lánscáileáin",
99 "menu.view.exitFullScreen": "Scoir mód lánscáileáin", 114 "menu.view.exitFullScreen": "Scoir mód lánscáileáin",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Athlódáil Ferdi", 118 "menu.view.reloadFranz": "Athlódáil Ferdi",
101 "menu.view.reloadService": "Athlódáil seirbhís", 119 "menu.view.reloadService": "Athlódáil seirbhís",
102 "menu.view.resetZoom": "Fíormhéid", 120 "menu.view.resetZoom": "Fíormhéid",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Cuir tús", 187 "services.getStarted": "Cuir tús",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Fáilte go Ferdi", 191 "services.welcome": "Fáilte go Ferdi",
171 "settings.account.account.editButton": "Cuir cuntas in eagar", 192 "settings.account.account.editButton": "Cuir cuntas in eagar",
172 "settings.account.accountType.basic": "Bunchuntas", 193 "settings.account.accountType.basic": "Bunchuntas",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil", 217 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Glan taisce", 220 "settings.app.buttonClearAllCache": "Glan taisce",
199 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú", 221 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
200 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe", 222 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe",
201 "settings.app.cacheInfo": "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.", 223 "settings.app.cacheInfo": "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.",
202 "settings.app.currentVersion": "Leagan reatha:", 224 "settings.app.currentVersion": "Leagan reatha:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra", 226 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra",
204 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdi ón tús", 227 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdi ón tús",
205 "settings.app.form.beta": "Cuir leagain béite san áireamh", 228 "settings.app.form.beta": "Cuir leagain béite san áireamh",
206 "settings.app.form.darkMode": "Join the Dark Side", 229 "settings.app.form.darkMode": "Join the Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG", 230 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe", 232 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
209 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais", 233 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Teanga", 238 "settings.app.form.language": "Teanga",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais", 240 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog", 243 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Taispeáin tabanna do sheirbhísí dhíchumasaithe", 248 "settings.app.form.showDisabledServices": "Taispeáin tabanna do sheirbhísí dhíchumasaithe",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Socruithe", 253 "settings.app.headline": "Socruithe",
218 "settings.app.headlineAdvanced": "Casta", 254 "settings.app.headlineAdvanced": "Casta",
219 "settings.app.headlineAppearance": "Dealramh", 255 "settings.app.headlineAppearance": "Dealramh",
220 "settings.app.headlineGeneral": "Ginearálta", 256 "settings.app.headlineGeneral": "Ginearálta",
221 "settings.app.headlineLanguage": "Teanga", 257 "settings.app.headlineLanguage": "Teanga",
222 "settings.app.headlineUpdates": "Nuashonruithe", 258 "settings.app.headlineUpdates": "Nuashonruithe",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.", 264 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Taisce", 269 "settings.app.subheadlineCache": "Taisce",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Cabhraigh linn Ferdi a aistriú i do theanga.", 271 "settings.app.translationHelp": "Cabhraigh linn Ferdi a aistriú i do theanga.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...", 273 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...",
228 "settings.app.updateStatusSearching": "Ag cuardach le nuashonruithe", 274 "settings.app.updateStatusSearching": "Ag cuardach le nuashonruithe",
229 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdi", 275 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdi",
230 "settings.invite.headline": "Tabhair cuireadh do thriúr chara", 276 "settings.invite.headline": "Tabhair cuireadh do thriúr chara",
231 "settings.navigation.account": "Cuntas", 277 "settings.navigation.account": "Cuntas",
232 "settings.navigation.availableServices": "Seirbhísí le fáil", 278 "settings.navigation.availableServices": "Seirbhísí le fáil",
233 "settings.navigation.inviteFriends": "Tabhair cuireadh do chairde",
234 "settings.navigation.logout": "Logáil amach", 279 "settings.navigation.logout": "Logáil amach",
235 "settings.navigation.settings": "Socruithe", 280 "settings.navigation.settings": "Socruithe",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Do sheirbhísí", 283 "settings.navigation.yourServices": "Do sheirbhísí",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Taispeáin comhartha theachtaireachta do gach teachtaireacht nua", 322 "settings.service.form.indirectMessages": "Taispeáin comhartha theachtaireachta do gach teachtaireacht nua",
277 "settings.service.form.isMutedInfo": "Tachtar gach fuaim fógraí agus athchasadh fuaime", 323 "settings.service.form.isMutedInfo": "Tachtar gach fuaim fógraí agus athchasadh fuaime",
278 "settings.service.form.name": "Ainm", 324 "settings.service.form.name": "Ainm",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Seirbhís díchumasaithe", 345 "settings.services.tooltip.isDisabled": "Seirbhís díchumasaithe",
299 "settings.services.tooltip.isMuted": "Tachtar gach fuaim", 346 "settings.services.tooltip.isMuted": "Tachtar gach fuaim",
300 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe", 347 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe",
301 "settings.services.updatedInfo": "Sábháiltear do chuid athruithe", 348 "settings.services.updatedInfo": "Sábháladh do chuid athruithe",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Foireann", 356 "settings.team.headline": "Foireann",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Comhlacht", 362 "settings.user.form.accountType.company": "Comhlacht",
309 "settings.user.form.accountType.individual": "Ar leith", 363 "settings.user.form.accountType.individual": "Ar leith",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Ainm", 377 "settings.workspace.form.name": "Ainm",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -325,13 +381,14 @@
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Your workspaces",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Atriail", 383 "settings.workspaces.tryReloadWorkspaces": "Atriail",
328 "settings.workspaces.updatedInfo": "Your changes have been saved", 384 "settings.workspaces.updatedInfo": "Sábháladh do chuid athruithe",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Cuir seirbhís nua leis", 388 "sidebar.addNewService": "Cuir seirbhís nua leis",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim", 392 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -343,25 +400,11 @@
343 "signup.headline": "Cláraigh", 400 "signup.headline": "Cláraigh",
344 "signup.lastname.label": "Sloinne", 401 "signup.lastname.label": "Sloinne",
345 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdi glacann tú le", 402 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdi glacann tú le",
346 "signup.legal.privacy": "Polas príobháideachais", 403 "signup.legal.privacy": "Ráiteas phríobháideachais",
347 "signup.legal.terms": "Tearmaí seirbhíse", 404 "signup.legal.terms": "Tearmaí seirbhíse",
348 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?", 405 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?",
349 "signup.password.label": "Pasfhocal", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Cruthaigh cuntas", 407 "signup.submit.label": "Cruthaigh cuntas",
351 "subscription.euTaxInfo": "Áithritheoirí an tAÉ: is féidir cáin díolacháin áitiúla a chur i bhfeidhm",
352 "subscription.features.ads": "Fógraí ar bith, choíche!",
353 "subscription.features.comingSoon": "ag teacht go luath",
354 "subscription.features.noInterruptions": "No app delays & nagging to upgrade license",
355 "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost",
356 "subscription.features.proxy": "Proxy support for services",
357 "subscription.features.spellchecker": "Support for spellchecker",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "Cuireann Cuntas Phŕeimhthacadóra Ferdi san áireamh",
360 "subscription.paymentSessionError": "Ní féidir an bhfoirm íocaíochta a lódáil",
361 "subscription.submit.label": "Ba mhaith liom tacaíocht a thabhairt d'fhorbairt Ferdi",
362 "subscription.type.free": "saor in aisce",
363 "subscription.type.month": "mí",
364 "subscription.type.year": "bliain",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -384,8 +427,13 @@
384 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
385 "validation.required": "Tá {field} de dhíth", 428 "validation.required": "Tá {field} de dhíth",
386 "validation.url": "Ní AAA bhailí é {field}", 429 "validation.url": "Ní AAA bhailí é {field}",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Athlódáil",
387 "welcome.loginButton": "Logáil isteach i do chuntas", 435 "welcome.loginButton": "Logáil isteach i do chuntas",
388 "welcome.signupButton": "Cruthaigh cuntas nua", 436 "welcome.signupButton": "Cruthaigh cuntas saor in aisce",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
390 "workspaceDrawer.allServices": "Gach seirbhís", 438 "workspaceDrawer.allServices": "Gach seirbhís",
391 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Workspaces",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/he.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index f9aacbf2e..e2dc5e4b4 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Franc 5 trenutno ne podržava taj servis", 35 "import.notSupportedHeadline": "Franc 5 trenutno ne podržava taj servis",
33 "import.skip.label": "Želim ručno dodati ove usluge", 36 "import.skip.label": "Želim ručno dodati ove usluge",
34 "import.submit.label": "Uvezi servise", 37 "import.submit.label": "Uvezi servise",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Šta je novo?", 39 "infobar.buttonChangelog": "Šta je novo?",
36 "infobar.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje", 40 "infobar.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje",
37 "infobar.buttonReloadServices": "Ponovo učitaj servise", 41 "infobar.buttonReloadServices": "Ponovo učitaj servise",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Želim da ovo uradim kasnije", 49 "invite.skip.label": "Želim da ovo uradim kasnije",
46 "invite.submit.label": "Pošalji pozivnice", 50 "invite.submit.label": "Pošalji pozivnice",
47 "invite.successInfo": "Pozivnice uspješno poslane", 51 "invite.successInfo": "Pozivnice uspješno poslane",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Vaša e-adresa:", 60 "login.email.label": "Vaša e-adresa:",
49 "login.headline": "Prijavite se", 61 "login.headline": "Prijavite se",
50 "login.invalidCredentials": "E-mail ili lozinka nisu točni", 62 "login.invalidCredentials": "E-mail ili lozinka nisu točni",
51 "login.link.password": "Stvaranje nove lozinke", 63 "login.link.password": "Stvaranje nove lozinke",
52 "login.link.signup": "Stvorite besplatan račun", 64 "login.link.signup": "Stvorite besplatan račun",
53 "login.password.label": "Lozinka", 65 "login.password.label": "Password",
54 "login.serverLogout": "Vaša sesija je istekla, prijavite se ponovo.", 66 "login.serverLogout": "Vaša sesija je istekla, prijavite se ponovo.",
55 "login.submit.label": "Prijavite se", 67 "login.submit.label": "Prijavite se",
56 "login.tokenExpired": "Vaša sesija je istekla, prijavite se ponovo.", 68 "login.tokenExpired": "Vaša sesija je istekla, prijavite se ponovo.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "O aplikaciji", 71 "menu.app.about": "O aplikaciji",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Potraži ažuriranja", 74 "menu.app.checkForUpdates": "Potraži ažuriranja",
62 "menu.app.hide": "Hide", 75 "menu.app.hide": "Hide",
63 "menu.app.hideOthers": "Hide Others", 76 "menu.app.hideOthers": "Hide Others",
@@ -91,12 +104,17 @@
91 "menu.services": "Services", 104 "menu.services": "Services",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Add New Service...", 106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "View", 111 "menu.view": "View",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Enter Full Screen", 113 "menu.view.enterFullScreen": "Enter Full Screen",
99 "menu.view.exitFullScreen": "Exit Full Screen", 114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Reload Ferdi", 118 "menu.view.reloadFranz": "Reload Ferdi",
101 "menu.view.reloadService": "Reload Service", 119 "menu.view.reloadService": "Reload Service",
102 "menu.view.resetZoom": "Actual Size", 120 "menu.view.resetZoom": "Actual Size",
@@ -114,8 +132,8 @@
114 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer", 132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
115 "menu.workspaces.defaultWorkspace": "Sve usluge", 133 "menu.workspaces.defaultWorkspace": "Sve usluge",
116 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
117 "password.email.label": "Vaša e-adresa", 135 "password.email.label": "Vaša e-adresa:",
118 "password.headline": "Stvorite novu zaporku", 136 "password.headline": "Stvaranje nove lozinke",
119 "password.link.login": "Prijavite se na Vaš račun", 137 "password.link.login": "Prijavite se na Vaš račun",
120 "password.link.signup": "Stvorite besplatan račun", 138 "password.link.signup": "Stvorite besplatan račun",
121 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom", 139 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Započnimo!", 187 "services.getStarted": "Započnimo!",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Dobrodošli u Ferdi", 191 "services.welcome": "Dobrodošli u Ferdi",
171 "settings.account.account.editButton": "Uredi račun", 192 "settings.account.account.editButton": "Uredi račun",
172 "settings.account.accountType.basic": "Osnovni račun", 193 "settings.account.accountType.basic": "Osnovni račun",
@@ -180,7 +201,7 @@
180 "settings.account.headlineDangerZone": "Opasnost", 201 "settings.account.headlineDangerZone": "Opasnost",
181 "settings.account.headlineInvoices": "Fakture", 202 "settings.account.headlineInvoices": "Fakture",
182 "settings.account.headlinePassword": "Promijenite lozinku", 203 "settings.account.headlinePassword": "Promijenite lozinku",
183 "settings.account.headlineProfile": "Ažurirajte profil", 204 "settings.account.headlineProfile": "Ažuriraj profil",
184 "settings.account.headlineSubscription": "Vaša pretplata", 205 "settings.account.headlineSubscription": "Vaša pretplata",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku", 217 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Očisti memoriju", 220 "settings.app.buttonClearAllCache": "Očisti memoriju",
199 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje", 221 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje",
200 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja", 222 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja",
201 "settings.app.cacheInfo": "Ferdi predmemorija trenutno koristi {size} prostora na disku", 223 "settings.app.cacheInfo": "Ferdi predmemorija trenutno koristi {size} prostora na disku",
202 "settings.app.currentVersion": "Trenutna verzija:", 224 "settings.app.currentVersion": "Trenutna verzija:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini", 226 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini",
204 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom", 227 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom",
205 "settings.app.form.beta": "Obuhvati i beta verzije", 228 "settings.app.form.beta": "Obuhvati i beta verzije",
206 "settings.app.form.darkMode": "Join the Dark Side", 229 "settings.app.form.darkMode": "Join the Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 232 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
209 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci", 233 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Jezik", 238 "settings.app.form.language": "Jezik",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 240 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren", 243 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Prikaži ploče s onemogućenim servisima", 248 "settings.app.form.showDisabledServices": "Prikaži ploče s onemogućenim servisima",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Pokaži nepročitane značke poruka kad se obavještenja onemoguće", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Pokaži nepročitane značke poruka kad se obavještenja onemoguće",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Postavke", 253 "settings.app.headline": "Postavke",
218 "settings.app.headlineAdvanced": "Napredne alatke", 254 "settings.app.headlineAdvanced": "Napredne alatke",
219 "settings.app.headlineAppearance": "Izgled", 255 "settings.app.headlineAppearance": "Izgled",
220 "settings.app.headlineGeneral": "Općenito", 256 "settings.app.headlineGeneral": "Općenito",
221 "settings.app.headlineLanguage": "Jezik", 257 "settings.app.headlineLanguage": "Jezik",
222 "settings.app.headlineUpdates": "Nadogradnje", 258 "settings.app.headlineUpdates": "Nadogradnje",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon", 264 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni zagon",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Predmemorija", 269 "settings.app.subheadlineCache": "Predmemorija",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ", 271 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...", 273 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...",
228 "settings.app.updateStatusSearching": "Traže se ažuriranja", 274 "settings.app.updateStatusSearching": "Traže se ažuriranja",
229 "settings.app.updateStatusUpToDate": "Koristite najnoviju verziju Franca.", 275 "settings.app.updateStatusUpToDate": "Koristite najnoviju verziju Franca.",
230 "settings.invite.headline": "Pozovi prijatelje", 276 "settings.invite.headline": "Pozovi prijatelje",
231 "settings.navigation.account": "Račun", 277 "settings.navigation.account": "Korisnički račun",
232 "settings.navigation.availableServices": "Dostupne usluge", 278 "settings.navigation.availableServices": "Dostupne usluge",
233 "settings.navigation.inviteFriends": "Pozovi prijatelje",
234 "settings.navigation.logout": "Odjava", 279 "settings.navigation.logout": "Odjava",
235 "settings.navigation.settings": "Postavke", 280 "settings.navigation.settings": "Postavke",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Vaše usluge", 283 "settings.navigation.yourServices": "Vaše usluge",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -254,7 +300,7 @@
254 "settings.service.error.headline": "Greška", 300 "settings.service.error.headline": "Greška",
255 "settings.service.error.message": "Nemoguće učitati sadržaj usluge. ", 301 "settings.service.error.message": "Nemoguće učitati sadržaj usluge. ",
256 "settings.service.form.addServiceHeadline": "Dodaj {ime}", 302 "settings.service.form.addServiceHeadline": "Dodaj {ime}",
257 "settings.service.form.availableServices": "Dostupne usluge:", 303 "settings.service.form.availableServices": "Dostupne usluge",
258 "settings.service.form.customUrl": "Prilagođen server", 304 "settings.service.form.customUrl": "Prilagođen server",
259 "settings.service.form.customUrlPremiumInfo": "Da bi ste dodali samo-hostovane usluge, potreban vam je Premium račun.", 305 "settings.service.form.customUrlPremiumInfo": "Da bi ste dodali samo-hostovane usluge, potreban vam je Premium račun.",
260 "settings.service.form.customUrlUpgradeAccount": "Nadogradite Vaš račun", 306 "settings.service.form.customUrlUpgradeAccount": "Nadogradite Vaš račun",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Prikaži značku na svim novim porukuama", 322 "settings.service.form.indirectMessages": "Prikaži značku na svim novim porukuama",
277 "settings.service.form.isMutedInfo": "Kada je onemogućeno, sve obavijesti, svi zvukovi i sva pozadinska podrška će biti nečujna. ", 323 "settings.service.form.isMutedInfo": "Kada je onemogućeno, sve obavijesti, svi zvukovi i sva pozadinska podrška će biti nečujna. ",
278 "settings.service.form.name": "Ime", 324 "settings.service.form.name": "Ime",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Usluga je onemogućena. ", 345 "settings.services.tooltip.isDisabled": "Usluga je onemogućena. ",
299 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni. ", 346 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni. ",
300 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.", 347 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.",
301 "settings.services.updatedInfo": "Vaše promjene su pohranjene. ", 348 "settings.services.updatedInfo": "Vaše promjene su spremljene",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Tvrtka", 362 "settings.user.form.accountType.company": "Tvrtka",
309 "settings.user.form.accountType.individual": "Pojedinac", 363 "settings.user.form.accountType.individual": "Pojedinac",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Ime", 377 "settings.workspace.form.name": "Ime",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -325,19 +381,20 @@
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Your workspaces",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno", 383 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno",
328 "settings.workspaces.updatedInfo": "Your changes have been saved", 384 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Dodajte novu uslugu", 388 "sidebar.addNewService": "Dodajte novu uslugu",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Ugasi obavijesti i zvuk", 392 "sidebar.muteApp": "Ugasi obavijesti i zvuk",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
338 "sidebar.settings": "Postavke", 395 "sidebar.settings": "Postavke",
339 "sidebar.unmuteApp": "Omogući obavijesti i zvuk", 396 "sidebar.unmuteApp": "Omogući obavijesti i zvuk",
340 "signup.email.label": "Vaša e-adresa", 397 "signup.email.label": "Vaša e-adresa:",
341 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom", 398 "signup.emailDuplicate": "Već postoji korisnik s tom e-mail adresom",
342 "signup.firstname.label": "Ime", 399 "signup.firstname.label": "Ime",
343 "signup.headline": "Prijava", 400 "signup.headline": "Prijava",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Izjava o privatnosti ", 403 "signup.legal.privacy": "Izjava o privatnosti ",
347 "signup.legal.terms": "Uvjeti korištenja", 404 "signup.legal.terms": "Uvjeti korištenja",
348 "signup.link.login": "Imate račun? Prijavite se.", 405 "signup.link.login": "Imate račun? Prijavite se.",
349 "signup.password.label": "Lozinka", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Napravite novi račun", 407 "signup.submit.label": "Napravite novi račun",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -356,22 +413,27 @@
356 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
357 "subscriptionPopup.buttonCancel": "Odustani", 414 "subscriptionPopup.buttonCancel": "Odustani",
358 "subscriptionPopup.buttonDone": "Završeno", 415 "subscriptionPopup.buttonDone": "Završeno",
359 "tabs.item.deleteService": "Izbriši servis", 416 "tabs.item.deleteService": "Izbriši uslugu",
360 "tabs.item.disableAudio": "Onemogući zvuk", 417 "tabs.item.disableAudio": "Onemogući zvuk",
361 "tabs.item.disableNotifications": "Onemogući obavijesti", 418 "tabs.item.disableNotifications": "Onemogući obavijesti",
362 "tabs.item.disableService": "Onemogući servis", 419 "tabs.item.disableService": "Onemogući servis",
363 "tabs.item.edit": "Uredi", 420 "tabs.item.edit": "Uredi",
364 "tabs.item.enableAudio": "Ukljui zvuk", 421 "tabs.item.enableAudio": "Omoguite zvuk",
365 "tabs.item.enableNotification": "Omogući obavijesti", 422 "tabs.item.enableNotification": "Omogućite obavijesti",
366 "tabs.item.enableService": "Omogući usluge", 423 "tabs.item.enableService": "Omogućite usluge",
367 "tabs.item.reload": "Ponovno učitavanje", 424 "tabs.item.reload": "Ponovno učitavanje",
368 "validation.email": "{field} is not valid", 425 "validation.email": "{field} is not valid",
369 "validation.minLength": "{field} should be at least {length} characters long", 426 "validation.minLength": "{field} should be at least {length} characters long",
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} is required", 428 "validation.required": "{field} is required",
372 "validation.url": "{field} is not a valid URL", 429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Ponovno učitavanje",
373 "welcome.loginButton": "Prijavite se na račun", 435 "welcome.loginButton": "Prijavite se na račun",
374 "welcome.signupButton": "Stvorite novi korisnički račun", 436 "welcome.signupButton": "Stvorite besplatan račun",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
376 "workspaceDrawer.allServices": "Sve usluge", 438 "workspaceDrawer.allServices": "Sve usluge",
377 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Workspaces",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 8d9f355a6..0338cb98a 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Szerezz egy Ferdi Támogatói Liszencet", 10 "feature.delayApp.upgrade.action": "Szerezz egy Ferdi Támogatói Liszencet",
11 "feature.delayApp.upgrade.actionShort": "Fiók frissítése", 11 "feature.delayApp.upgrade.actionShort": "Fiók frissítése",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Küldés email-ben", 16 "feature.shareFranz.action.email": "Küldés email-ben",
14 "feature.shareFranz.action.facebook": "Megosztás Facebook-on", 17 "feature.shareFranz.action.facebook": "Megosztás Facebook-on",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Még nem támogatott szolgáltatások a Ferdi 5-ben", 35 "import.notSupportedHeadline": "Még nem támogatott szolgáltatások a Ferdi 5-ben",
33 "import.skip.label": "Manuálisan szeretném hozzáadni a szolgáltatásokat", 36 "import.skip.label": "Manuálisan szeretném hozzáadni a szolgáltatásokat",
34 "import.submit.label": "Szolgáltatások importálása", 37 "import.submit.label": "Szolgáltatások importálása",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Mi változott?", 39 "infobar.buttonChangelog": "Mi változott?",
36 "infobar.buttonInstallUpdate": "Újraindítás és frissítés telepítése", 40 "infobar.buttonInstallUpdate": "Újraindítás és frissítés telepítése",
37 "infobar.buttonReloadServices": "Szolgáltatások újratöltése", 41 "infobar.buttonReloadServices": "Szolgáltatások újratöltése",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Későbbre halasztom", 49 "invite.skip.label": "Későbbre halasztom",
46 "invite.submit.label": "Meghívók küldése", 50 "invite.submit.label": "Meghívók küldése",
47 "invite.successInfo": "Meghívás sikeresen elküldve", 51 "invite.successInfo": "Meghívás sikeresen elküldve",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Email cím", 60 "login.email.label": "Email cím",
49 "login.headline": "Bejelentkezés", 61 "login.headline": "Bejelentkezés",
50 "login.invalidCredentials": "Hibás email cím vagy jelszó", 62 "login.invalidCredentials": "Hibás email cím vagy jelszó",
51 "login.link.password": "Jelszó visszaállítás", 63 "login.link.password": "Jelszó visszaállítás",
52 "login.link.signup": "Új fiók létrehozása", 64 "login.link.signup": "Új fiók létrehozása",
53 "login.password.label": "Jels", 65 "login.password.label": "Password",
54 "login.serverLogout": "A munkamenet lejárt, kérlek lépj be újra.", 66 "login.serverLogout": "A munkamenet lejárt, kérlek lépj be újra.",
55 "login.submit.label": "Bejelentkezés", 67 "login.submit.label": "Bejelentkezés",
56 "login.tokenExpired": "A munkamenet lejárt, kérlek lépj be újra.", 68 "login.tokenExpired": "A munkamenet lejárt, kérlek lépj be újra.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Tennivalók sáv kinyitása", 70 "menu.Todoss.openTodosDrawer": "Tennivalók sáv kinyitása",
59 "menu.app.about": "Névjegy", 71 "menu.app.about": "Névjegy",
60 "menu.app.announcement": "Mi újság?", 72 "menu.app.announcement": "Mi újság?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Frissítések keresése", 74 "menu.app.checkForUpdates": "Frissítések keresése",
62 "menu.app.hide": "Elrejt", 75 "menu.app.hide": "Elrejt",
63 "menu.app.hideOthers": "Többi elrejtése", 76 "menu.app.hideOthers": "Többi elrejtése",
@@ -91,12 +104,17 @@
91 "menu.services": "Szolgáltatások", 104 "menu.services": "Szolgáltatások",
92 "menu.services.activatePreviousService": "Előző szolgáltatás", 105 "menu.services.activatePreviousService": "Előző szolgáltatás",
93 "menu.services.addNewService": "Új szolgáltatás hozzáadása...", 106 "menu.services.addNewService": "Új szolgáltatás hozzáadása...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Következő szolgáltatás", 108 "menu.services.setNextServiceActive": "Következő szolgáltatás",
95 "menu.todos": "Tennivalók", 109 "menu.todos": "Tennivalók",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Nézet", 111 "menu.view": "Nézet",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Kilépés a teljes képernyős módból", 113 "menu.view.enterFullScreen": "Kilépés a teljes képernyős módból",
99 "menu.view.exitFullScreen": "Kilépés a teljes képernyős módból", 114 "menu.view.exitFullScreen": "Kilépés a teljes képernyős módból",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Ferdi újrainditása", 118 "menu.view.reloadFranz": "Ferdi újrainditása",
101 "menu.view.reloadService": "Szolgáltatás újraindítása", 119 "menu.view.reloadService": "Szolgáltatás újraindítása",
102 "menu.view.resetZoom": "Tényleges méret", 120 "menu.view.resetZoom": "Tényleges méret",
@@ -115,7 +133,7 @@
115 "menu.workspaces.defaultWorkspace": "Összes szolgáltatás", 133 "menu.workspaces.defaultWorkspace": "Összes szolgáltatás",
116 "menu.workspaces.openWorkspaceDrawer": "Munkaterület panel kinyitása", 134 "menu.workspaces.openWorkspaceDrawer": "Munkaterület panel kinyitása",
117 "password.email.label": "Email cím", 135 "password.email.label": "Email cím",
118 "password.headline": "Jelszó visszaállítása", 136 "password.headline": "Jelszó visszaállítás",
119 "password.link.login": "Jelentkezz be a fiókodba", 137 "password.link.login": "Jelentkezz be a fiókodba",
120 "password.link.signup": "Új fiók létrehozása", 138 "password.link.signup": "Új fiók létrehozása",
121 "password.noUser": "Nem található felhasználó a megadott email címmel", 139 "password.noUser": "Nem található felhasználó a megadott email címmel",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Betöltés", 186 "service.webviewLoader.loading": "Betöltés",
169 "services.getStarted": "Kezdj hozzá", 187 "services.getStarted": "Kezdj hozzá",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Üdvözöl a Ferdi", 191 "services.welcome": "Üdvözöl a Ferdi",
171 "settings.account.account.editButton": "Fiók szerkesztése", 192 "settings.account.account.editButton": "Fiók szerkesztése",
172 "settings.account.accountType.basic": "Alap Fiók", 193 "settings.account.accountType.basic": "Alap Fiók",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Frissítés Ferdi Professional-ra", 216 "settings.account.upgradeToPro.label": "Frissítés Ferdi Professional-ra",
196 "settings.account.userInfoRequestFailed": "A felhasználói adatok betöltése sikertelen", 217 "settings.account.userInfoRequestFailed": "A felhasználói adatok betöltése sikertelen",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Gyorsítótár törlése", 220 "settings.app.buttonClearAllCache": "Gyorsítótár törlése",
199 "settings.app.buttonInstallUpdate": "Újraindítás és frissítések telepítése", 221 "settings.app.buttonInstallUpdate": "Újraindítás és frissítés telepítése",
200 "settings.app.buttonSearchForUpdate": "Frissítések keresése", 222 "settings.app.buttonSearchForUpdate": "Frissítések keresése",
201 "settings.app.cacheInfo": "A Ferdi gyorsítótár jelenleg {size} lemezterületet használ.", 223 "settings.app.cacheInfo": "A Ferdi gyorsítótár jelenleg {size} lemezterületet használ.",
202 "settings.app.currentVersion": "Aktuális verzió:", 224 "settings.app.currentVersion": "Aktuális verzió:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Megnyitás háttérben", 226 "settings.app.form.autoLaunchInBackground": "Megnyitás háttérben",
204 "settings.app.form.autoLaunchOnStart": "Ferdi betöltése indításkor", 227 "settings.app.form.autoLaunchOnStart": "Ferdi betöltése indításkor",
205 "settings.app.form.beta": "Béta verziók keresése", 228 "settings.app.form.beta": "Béta verziók keresése",
206 "settings.app.form.darkMode": "Csatlakozz a Sötét Oldalhoz", 229 "settings.app.form.darkMode": "Csatlakozz a Sötét Oldalhoz",
207 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése", 230 "settings.app.form.enableGPUAcceleration": "Hardveres gyorsítás engedélyezése",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése", 232 "settings.app.form.enableSpellchecking": "Helyesírás-ellenőrzés engedélyezése",
209 "settings.app.form.enableSystemTray": "Ferdi mutatása a tálcán", 233 "settings.app.form.enableSystemTray": "Ferdi mutatása a tálcán",
210 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása", 234 "settings.app.form.enableTodos": "Ferdi Tennivalók bekapcsolása",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Nyelv", 238 "settings.app.form.language": "Nyelv",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára", 240 "settings.app.form.minimizeToSystemTray": "Ferdi kicsinyítése a tálcára",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Ferdi fusson a háttérben az ablak bezárásakor", 243 "settings.app.form.runInBackground": "Ferdi fusson a háttérben az ablak bezárásakor",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Letiltott szolgáltatások megjelenítése", 248 "settings.app.form.showDisabledServices": "Letiltott szolgáltatások megjelenítése",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Mutassa az 'olvasatlan üzenet' jelzést, amikor az értesítések le vannak tiltva", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Mutassa az 'olvasatlan üzenet' jelzést, amikor az értesítések le vannak tiltva",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Beállítások", 253 "settings.app.headline": "Beállítások",
218 "settings.app.headlineAdvanced": "Haladó", 254 "settings.app.headlineAdvanced": "Haladó",
219 "settings.app.headlineAppearance": "Megjelenés", 255 "settings.app.headlineAppearance": "Megjelenés",
220 "settings.app.headlineGeneral": "Általános", 256 "settings.app.headlineGeneral": "Általános",
221 "settings.app.headlineLanguage": "Nyelv", 257 "settings.app.headlineLanguage": "Nyelv",
222 "settings.app.headlineUpdates": "Frissítések", 258 "settings.app.headlineUpdates": "Frissítések",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "A hivatalos fordítások angol és német nyelven elérhetőek. Minden más nyelv közösségi fordításon alapul.", 260 "settings.app.languageDisclaimer": "A hivatalos fordítások angol és német nyelven elérhetőek. Minden más nyelv közösségi fordításon alapul.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Újraindítást igénylő módosítás", 264 "settings.app.restartRequired": "Újraindítást igénylő módosítás",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Gyorsítótár", 269 "settings.app.subheadlineCache": "Gyorsítótár",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Segíts nekünk a Ferdi-ot lefordítani a nyelvedre.", 271 "settings.app.translationHelp": "Segíts nekünk a Ferdi-ot lefordítani a nyelvedre.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Frissítés elérhető, letöltés folyamatban...", 273 "settings.app.updateStatusAvailable": "Frissítés elérhető, letöltés folyamatban...",
228 "settings.app.updateStatusSearching": "Frissítéseket keres", 274 "settings.app.updateStatusSearching": "Frissítéseket keres",
229 "settings.app.updateStatusUpToDate": "A Ferdi legfrissebb verzióját használod", 275 "settings.app.updateStatusUpToDate": "A Ferdi legfrissebb verzióját használod",
230 "settings.invite.headline": "Barátok meghívása", 276 "settings.invite.headline": "Barátok meghívása",
231 "settings.navigation.account": "Fiók", 277 "settings.navigation.account": "Fiók",
232 "settings.navigation.availableServices": "Elérhető szolgáltatások", 278 "settings.navigation.availableServices": "Elérhető szolgáltatások",
233 "settings.navigation.inviteFriends": "Barát meghívása",
234 "settings.navigation.logout": "Kijelentkezés", 279 "settings.navigation.logout": "Kijelentkezés",
235 "settings.navigation.settings": "Beállítások", 280 "settings.navigation.settings": "Beállítások",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Csapat kezelése", 282 "settings.navigation.team": "Csapat kezelése",
237 "settings.navigation.yourServices": "Szolgáltatásaid", 283 "settings.navigation.yourServices": "Szolgáltatásaid",
238 "settings.navigation.yourWorkspaces": "Munkaterületeid", 284 "settings.navigation.yourWorkspaces": "Munkaterületeid",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Üzenet kitűző megjelenítése minden üzenethez", 322 "settings.service.form.indirectMessages": "Üzenet kitűző megjelenítése minden üzenethez",
277 "settings.service.form.isMutedInfo": "Ha kikapcsolod, minden értesítési és lejátszott hang némításra kerül", 323 "settings.service.form.isMutedInfo": "Ha kikapcsolod, minden értesítési és lejátszott hang némításra kerül",
278 "settings.service.form.name": "Név", 324 "settings.service.form.name": "Név",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy beállítások", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy beállítások",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy beállítások nem szinkronizálódnak a Ferdi kiszolgálókkal.", 328 "settings.service.form.proxy.info": "Proxy beállítások nem szinkronizálódnak a Ferdi kiszolgálókkal.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Minden hang lenémítva", 346 "settings.services.tooltip.isMuted": "Minden hang lenémítva",
300 "settings.services.tooltip.notificationsDisabled": "Értesítések letiltva", 347 "settings.services.tooltip.notificationsDisabled": "Értesítések letiltva",
301 "settings.services.updatedInfo": "A módosításokat elmentettük", 348 "settings.services.updatedInfo": "A módosításokat elmentettük",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Csapat", 356 "settings.team.headline": "Csapat",
305 "settings.team.intro": "Te és a csapatod Ferdi-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.", 357 "settings.team.intro": "Te és a csapatod Ferdi-ot használtok? Egy fiókból kezelheted kollégáid, barátaid vagy családtagjaid Prémium előfizetéseit.",
306 "settings.team.manageAction": "Csapat kezelése a getferdi.com-on", 358 "settings.team.manageAction": "Csapat kezelése a getferdi.com-on",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Előfizetés", 361 "settings.team.upgradeAction": "Előfizetés",
308 "settings.user.form.accountType.company": "Cég", 362 "settings.user.form.accountType.company": "Cég",
309 "settings.user.form.accountType.individual": "Egyén", 363 "settings.user.form.accountType.individual": "Egyén",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Új munkaterület", 372 "settings.workspace.add.form.submitButton": "Új munkaterület",
319 "settings.workspace.form.buttonDelete": "Munkaterület törlése", 373 "settings.workspace.form.buttonDelete": "Munkaterület törlése",
320 "settings.workspace.form.buttonSave": "Munkaterület mentése", 374 "settings.workspace.form.buttonSave": "Munkaterület mentése",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Név", 377 "settings.workspace.form.name": "Név",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Szolgáltatások ezen a Munkaterületen", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Szolgáltatások ezen a Munkaterületen",
323 "settings.workspace.form.yourWorkspaces": "Munkaterületeid", 379 "settings.workspace.form.yourWorkspaces": "Munkaterületeid",
@@ -332,36 +388,23 @@
332 "sidebar.addNewService": "Szolgáltatás hozzáadása", 388 "sidebar.addNewService": "Szolgáltatás hozzáadása",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Munkaterület panel bezárása", 390 "sidebar.closeWorkspaceDrawer": "Munkaterület panel bezárása",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Értesítések és hangok letiltása", 392 "sidebar.muteApp": "Értesítések és hangok letiltása",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Munkaterület panel megnyitása", 394 "sidebar.openWorkspaceDrawer": "Munkaterület panel kinyitása",
338 "sidebar.settings": "Beállítások", 395 "sidebar.settings": "Beállítások",
339 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése", 396 "sidebar.unmuteApp": "Értesítések és hangok engedélyezése",
340 "signup.email.label": "Email cím", 397 "signup.email.label": "Email cím",
341 "signup.emailDuplicate": "Ezzel az e-mail címmel már létezik felhasználó", 398 "signup.emailDuplicate": "Ezzel az e-mail címmel már létezik felhasználó",
342 "signup.firstname.label": "Keresztnév", 399 "signup.firstname.label": "Keresztnév",
343 "signup.headline": "Regisztráció", 400 "signup.headline": "Regisztráció",
344 "signup.lastname.label": "Csaldnév", 401 "signup.lastname.label": "Vezetknév",
345 "signup.legal.info": "A Ferdi fiók létrehozásával elfogadod az", 402 "signup.legal.info": "A Ferdi fiók létrehozásával elfogadod az",
346 "signup.legal.privacy": "Adatvédelmi Nyilatkozatot", 403 "signup.legal.privacy": "Adatvédelmi Nyilatkozatot",
347 "signup.legal.terms": "Felhasználási Feltételeket", 404 "signup.legal.terms": "Felhasználási Feltételeket",
348 "signup.link.login": "Már van fiókod? Lépj be!", 405 "signup.link.login": "Már van fiókod? Lépj be!",
349 "signup.password.label": "Jels", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Fiók létrehozása", 407 "signup.submit.label": "Fiók létrehozása",
351 "subscription.euTaxInfo": "EU állampolgárok: helyi vásárlás esetén adók kerülhetnek felszámolásra",
352 "subscription.features.ads": "Hirdetésmentes, mindig!",
353 "subscription.features.comingSoon": "hamarosan",
354 "subscription.features.noInterruptions": "Nincs több app késlekedés és liszencfrissítési piszkálás",
355 "subscription.features.onpremise.mattermost": "Saját kiszolgálós szolgáltatások hozzáadása, pl.: Mattermost",
356 "subscription.features.proxy": "Proxy támogatás a szolgáltatásokhoz",
357 "subscription.features.spellchecker": "Támogatás a Helyesírás-ellenőrzőhöz",
358 "subscription.features.workspaces": "Rendezd szolgáltatásaidat Munkaterületekbe",
359 "subscription.includedFeatures": "Az előfizetett Ferdi Prémium Támogató Fiók tartalmazza",
360 "subscription.paymentSessionError": "Nem sikerült a fizetési felületet betölteni",
361 "subscription.submit.label": "Szeretném támogatni a Ferdi fejlesztését",
362 "subscription.type.free": "ingyenes",
363 "subscription.type.month": "hónap",
364 "subscription.type.year": "év",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -384,6 +427,11 @@
384 "validation.oneRequired": "Legalább egy kitöltése szükséges", 427 "validation.oneRequired": "Legalább egy kitöltése szükséges",
385 "validation.required": "{field} kitöltése kötelező", 428 "validation.required": "{field} kitöltése kötelező",
386 "validation.url": "{field} nem érvényes URL", 429 "validation.url": "{field} nem érvényes URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Újratöltés",
387 "welcome.loginButton": "Jelentkezz be a fiókodba", 435 "welcome.loginButton": "Jelentkezz be a fiókodba",
388 "welcome.signupButton": "Új fiók létrehozása", 436 "welcome.signupButton": "Új fiók létrehozása",
389 "workspaceDrawer.addNewWorkspaceLabel": "Munkaterület hozzáadása", 437 "workspaceDrawer.addNewWorkspaceLabel": "Munkaterület hozzáadása",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 583b1c1f7..9059f0985 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Dapatkan Lisensi Pendukung Ferdi", 10 "feature.delayApp.upgrade.action": "Dapatkan Lisensi Pendukung Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Tingkatkan akun", 11 "feature.delayApp.upgrade.actionShort": "Tingkatkan akun",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Kirim sebagai email", 16 "feature.shareFranz.action.email": "Kirim sebagai email",
14 "feature.shareFranz.action.facebook": "Bagikan di Facebook", 17 "feature.shareFranz.action.facebook": "Bagikan di Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Layanan belum didukung di Ferdi 5", 35 "import.notSupportedHeadline": "Layanan belum didukung di Ferdi 5",
33 "import.skip.label": "Saya ingin menambahkan layanan secara manual", 36 "import.skip.label": "Saya ingin menambahkan layanan secara manual",
34 "import.submit.label": "Impor layanan", 37 "import.submit.label": "Impor layanan",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Yang baru", 39 "infobar.buttonChangelog": "Yang baru",
36 "infobar.buttonInstallUpdate": "Mulai ulang & instal pembaruan", 40 "infobar.buttonInstallUpdate": "Mulai ulang & instal pembaruan",
37 "infobar.buttonReloadServices": "Muat ulang layanan", 41 "infobar.buttonReloadServices": "Muat ulang layanan",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Saya ingin melakukan ini nanti", 49 "invite.skip.label": "Saya ingin melakukan ini nanti",
46 "invite.submit.label": "Kirim undangan", 50 "invite.submit.label": "Kirim undangan",
47 "invite.successInfo": "Undangan berhasil dikirim", 51 "invite.successInfo": "Undangan berhasil dikirim",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Alamat email", 60 "login.email.label": "Alamat email",
49 "login.headline": "Masuk", 61 "login.headline": "Masuk",
50 "login.invalidCredentials": "Email atau kata sandi tidak valid", 62 "login.invalidCredentials": "Email atau kata sandi tidak valid",
51 "login.link.password": "Setel ulang sandi", 63 "login.link.password": "Setel ulang sandi",
52 "login.link.signup": "Buat akun gratis", 64 "login.link.signup": "Buat akun gratis",
53 "login.password.label": "Sandi", 65 "login.password.label": "Password",
54 "login.serverLogout": "Sesi Anda telah berakhir, silakan masuk kembali.", 66 "login.serverLogout": "Sesi Anda telah berakhir, silakan masuk kembali.",
55 "login.submit.label": "Masuk", 67 "login.submit.label": "Masuk",
56 "login.tokenExpired": "Sesi Anda telah kedaluwarsa, silakan masuk kembali.", 68 "login.tokenExpired": "Sesi Anda telah berakhir, silakan masuk kembali.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Tentang Ferdi", 71 "menu.app.about": "Tentang Ferdi",
60 "menu.app.announcement": "Yang baru", 72 "menu.app.announcement": "Yang baru",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Periksa versi baru", 74 "menu.app.checkForUpdates": "Periksa versi baru",
62 "menu.app.hide": "Sembunyikan", 75 "menu.app.hide": "Sembunyikan",
63 "menu.app.hideOthers": "Sembunyikan Lainnya", 76 "menu.app.hideOthers": "Sembunyikan Lainnya",
@@ -91,12 +104,17 @@
91 "menu.services": "Layanan", 104 "menu.services": "Layanan",
92 "menu.services.activatePreviousService": "Aktifkan layanan sebelumnya", 105 "menu.services.activatePreviousService": "Aktifkan layanan sebelumnya",
93 "menu.services.addNewService": "Tambahkan Layanan Baru...", 106 "menu.services.addNewService": "Tambahkan Layanan Baru...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Aktifkan layanan berikutnya", 108 "menu.services.setNextServiceActive": "Aktifkan layanan berikutnya",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Tampilan", 111 "menu.view": "Tampilan",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Masuk ke Mode Layar Penuh", 113 "menu.view.enterFullScreen": "Masuk ke Mode Layar Penuh",
99 "menu.view.exitFullScreen": "Keluar dari Layar Penuh", 114 "menu.view.exitFullScreen": "Keluar dari Layar Penuh",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Muat Ulang Ferdi", 118 "menu.view.reloadFranz": "Muat Ulang Ferdi",
101 "menu.view.reloadService": "Muat ulang Layanan", 119 "menu.view.reloadService": "Muat ulang Layanan",
102 "menu.view.resetZoom": "Ukuran Sebenarnya", 120 "menu.view.resetZoom": "Ukuran Sebenarnya",
@@ -155,9 +173,9 @@
155 "service.crashHandler.text": "{name} menyebabkan kesalahan.", 173 "service.crashHandler.text": "{name} menyebabkan kesalahan.",
156 "service.disabledHandler.action": "Aktifkan {name}", 174 "service.disabledHandler.action": "Aktifkan {name}",
157 "service.disabledHandler.headline": "{name} dinonaktifkan", 175 "service.disabledHandler.headline": "{name} dinonaktifkan",
158 "service.errorHandler.action": "Muat ulang {name}", 176 "service.errorHandler.action": "Muat Ulang {name}",
159 "service.errorHandler.editAction": "Edit {nama}", 177 "service.errorHandler.editAction": "Edit {nama}",
160 "service.errorHandler.headline": "Oh tidak!", 178 "service.errorHandler.headline": "Ya Ampun!",
161 "service.errorHandler.message": "Kesalahan", 179 "service.errorHandler.message": "Kesalahan",
162 "service.errorHandler.text": "{name} gagal dimuat", 180 "service.errorHandler.text": "{name} gagal dimuat",
163 "service.restrictedHandler.action": "Upgrade Account", 181 "service.restrictedHandler.action": "Upgrade Account",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Memuat", 186 "service.webviewLoader.loading": "Memuat",
169 "services.getStarted": "Memulai", 187 "services.getStarted": "Memulai",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Selamat datang di Ferdi", 191 "services.welcome": "Selamat datang di Ferdi",
171 "settings.account.account.editButton": "Edit akun", 192 "settings.account.account.editButton": "Edit akun",
172 "settings.account.accountType.basic": "Akun Dasar", 193 "settings.account.accountType.basic": "Akun Dasar",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Gagal memuat informasi pengguna", 217 "settings.account.userInfoRequestFailed": "Gagal memuat informasi pengguna",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Bersihkan singgahan", 220 "settings.app.buttonClearAllCache": "Bersihkan singgahan",
199 "settings.app.buttonInstallUpdate": "Mulai ulang dan instal versi baru", 221 "settings.app.buttonInstallUpdate": "Mulai ulang & instal pembaruan",
200 "settings.app.buttonSearchForUpdate": "Periksa pembaruan", 222 "settings.app.buttonSearchForUpdate": "Periksa versi baru",
201 "settings.app.cacheInfo": "Singgahan Ferdi sedang menggunakan ruang disk {size}.", 223 "settings.app.cacheInfo": "Singgahan Ferdi sedang menggunakan ruang disk {size}.",
202 "settings.app.currentVersion": "Versi saat ini:", 224 "settings.app.currentVersion": "Versi saat ini:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Buka di latar belakang", 226 "settings.app.form.autoLaunchInBackground": "Buka di latar belakang",
204 "settings.app.form.autoLaunchOnStart": "Jalankan Ferdi saat komputer dimulai", 227 "settings.app.form.autoLaunchOnStart": "Jalankan Ferdi saat komputer dimulai",
205 "settings.app.form.beta": "Sertakan versi beta", 228 "settings.app.form.beta": "Sertakan versi beta",
206 "settings.app.form.darkMode": "Sisi Kelam menunggu Anda (Mode Gelap)", 229 "settings.app.form.darkMode": "Sisi Kelam menunggu Anda (Mode Gelap)",
207 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU", 230 "settings.app.form.enableGPUAcceleration": "Aktifkan Akselerasi GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan", 232 "settings.app.form.enableSpellchecking": "Aktifkan pemeriksaan ejaan",
209 "settings.app.form.enableSystemTray": "Tampilkan Ferdi di baki sistem", 233 "settings.app.form.enableSystemTray": "Tampilkan Ferdi di baki sistem",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Bahasa", 238 "settings.app.form.language": "Bahasa",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem", 240 "settings.app.form.minimizeToSystemTray": "Perkecil Ferdi ke baki sistem",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Tetap jalankan Ferdi di latar belakang saat menutup jendela", 243 "settings.app.form.runInBackground": "Tetap jalankan Ferdi di latar belakang saat menutup jendela",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Tampilkan tab layanan yang dinonaktifkan", 248 "settings.app.form.showDisabledServices": "Tampilkan tab layanan yang dinonaktifkan",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Tampilkan lencana pesan belum dibaca saat pemberitahuan dinonaktifkan", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Tampilkan lencana pesan belum dibaca saat pemberitahuan dinonaktifkan",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Pengaturan", 253 "settings.app.headline": "Pengaturan",
218 "settings.app.headlineAdvanced": "Tingkat Lanjut", 254 "settings.app.headlineAdvanced": "Tingkat Lanjut",
219 "settings.app.headlineAppearance": "Tampilan", 255 "settings.app.headlineAppearance": "Tampilan",
220 "settings.app.headlineGeneral": "Umum", 256 "settings.app.headlineGeneral": "Umum",
221 "settings.app.headlineLanguage": "Bahasa", 257 "settings.app.headlineLanguage": "Bahasa",
222 "settings.app.headlineUpdates": "Versi Baru", 258 "settings.app.headlineUpdates": "Versi Baru",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.", 260 "settings.app.languageDisclaimer": "Penerjemahan resmi dilakukan untuk Bahasa Inggris dan Jerman. Bahasa lainnya merupakan penerjemahan oleh komunitas.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang", 264 "settings.app.restartRequired": "Perubahan membutuhkan mulai ulang",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Singgahan", 269 "settings.app.subheadlineCache": "Singgahan",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Bantu kami menerjemahkan Ferdi ke bahasa Anda.", 271 "settings.app.translationHelp": "Bantu kami menerjemahkan Ferdi ke bahasa Anda.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Versi baru tersedia, mengunduh...", 273 "settings.app.updateStatusAvailable": "Versi baru tersedia, mengunduh...",
228 "settings.app.updateStatusSearching": "Sedang mencari versi baru", 274 "settings.app.updateStatusSearching": "Sedang mencari versi baru",
229 "settings.app.updateStatusUpToDate": "Anda sedang menggunakan versi terbaru Ferdi", 275 "settings.app.updateStatusUpToDate": "Anda sedang menggunakan versi terbaru Ferdi",
230 "settings.invite.headline": "Undang Teman", 276 "settings.invite.headline": "Undang Teman",
231 "settings.navigation.account": "Akun", 277 "settings.navigation.account": "Akun",
232 "settings.navigation.availableServices": "Layanan tersedia", 278 "settings.navigation.availableServices": "Layanan tersedia",
233 "settings.navigation.inviteFriends": "Undang Teman",
234 "settings.navigation.logout": "Keluar", 279 "settings.navigation.logout": "Keluar",
235 "settings.navigation.settings": "Pengaturan", 280 "settings.navigation.settings": "Pengaturan",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Kelola Tim", 282 "settings.navigation.team": "Kelola Tim",
237 "settings.navigation.yourServices": "Layanan Anda", 283 "settings.navigation.yourServices": "Layanan Anda",
238 "settings.navigation.yourWorkspaces": "Ruang kerja Anda", 284 "settings.navigation.yourWorkspaces": "Ruang kerja Anda",
@@ -251,7 +297,7 @@
251 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan", 297 "settings.recipes.servicesSuccessfulAddedInfo": "Layanan berhasil ditambahkan",
252 "settings.searchService": "Cari layanan", 298 "settings.searchService": "Cari layanan",
253 "settings.service.error.goBack": "Kembali ke layanan", 299 "settings.service.error.goBack": "Kembali ke layanan",
254 "settings.service.error.headline": "Terjadi kesalahan", 300 "settings.service.error.headline": "Kesalahan",
255 "settings.service.error.message": "Tidak dapat memuat konfigurasi layanan.", 301 "settings.service.error.message": "Tidak dapat memuat konfigurasi layanan.",
256 "settings.service.form.addServiceHeadline": "Tambahkan {name}", 302 "settings.service.form.addServiceHeadline": "Tambahkan {name}",
257 "settings.service.form.availableServices": "Layanan tersedia", 303 "settings.service.form.availableServices": "Layanan tersedia",
@@ -260,7 +306,7 @@
260 "settings.service.form.customUrlUpgradeAccount": "Tingkatkan akun Anda", 306 "settings.service.form.customUrlUpgradeAccount": "Tingkatkan akun Anda",
261 "settings.service.form.customUrlValidationError": "Gagal memvalidasi server {nama} khusus.", 307 "settings.service.form.customUrlValidationError": "Gagal memvalidasi server {nama} khusus.",
262 "settings.service.form.deleteButton": "Hapus layanan", 308 "settings.service.form.deleteButton": "Hapus layanan",
263 "settings.service.form.editServiceHeadline": "Edit {name}", 309 "settings.service.form.editServiceHeadline": "Edit {nama}",
264 "settings.service.form.enableAudio": "Aktifkan audio", 310 "settings.service.form.enableAudio": "Aktifkan audio",
265 "settings.service.form.enableBadge": "Tampilkan lencana pesan belum dibaca", 311 "settings.service.form.enableBadge": "Tampilkan lencana pesan belum dibaca",
266 "settings.service.form.enableDarkMode": "Aktifkan Mode Gelap", 312 "settings.service.form.enableDarkMode": "Aktifkan Mode Gelap",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Tampilkan lencana pesan untuk semua pesan baru", 322 "settings.service.form.indirectMessages": "Tampilkan lencana pesan untuk semua pesan baru",
277 "settings.service.form.isMutedInfo": "Saat dinonaktifkan, semua suara pemberitahuan dan pemutaran audio akan dibisukan", 323 "settings.service.form.isMutedInfo": "Saat dinonaktifkan, semua suara pemberitahuan dan pemutaran audio akan dibisukan",
278 "settings.service.form.name": "Nama", 324 "settings.service.form.name": "Nama",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Pengaturan Proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Pengaturan Proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Host/IP Proksi", 327 "settings.service.form.proxy.host": "Host/IP Proksi",
281 "settings.service.form.proxy.info": "Pengaturan proksi tidak akan disinkronkan dengan server Ferdi.", 328 "settings.service.form.proxy.info": "Pengaturan proksi tidak akan disinkronkan dengan server Ferdi.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Layanan dinonaktifkan", 345 "settings.services.tooltip.isDisabled": "Layanan dinonaktifkan",
299 "settings.services.tooltip.isMuted": "Semua suara dibisukan", 346 "settings.services.tooltip.isMuted": "Semua suara dibisukan",
300 "settings.services.tooltip.notificationsDisabled": "Pemberitahuan dinonaktifkan", 347 "settings.services.tooltip.notificationsDisabled": "Pemberitahuan dinonaktifkan",
301 "settings.services.updatedInfo": "Perubahan telah disimpan", 348 "settings.services.updatedInfo": "Perubahan Anda telah disimpan",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi untuk Tim", 354 "settings.team.contentHeadline": "Ferdi untuk Tim",
303 "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!", 355 "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!",
304 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
305 "settings.team.intro": "Anda dan tim Anda menggunakan Ferdi? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.", 357 "settings.team.intro": "Anda dan tim Anda menggunakan Ferdi? Kini Anda bisa mengelola langganan Premium untuk semua rekan kerja, teman, atau anggota keluar sebanyak yang Anda inginkan, semuanya cukup dari satu akun.",
306 "settings.team.manageAction": "Kelola Tim Anda di getferdi.com", 358 "settings.team.manageAction": "Kelola Tim Anda di getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Tingkatkan Akun Anda", 361 "settings.team.upgradeAction": "Tingkatkan Akun Anda",
308 "settings.user.form.accountType.company": "Perusahaan", 362 "settings.user.form.accountType.company": "Perusahaan",
309 "settings.user.form.accountType.individual": "Pribadi", 363 "settings.user.form.accountType.individual": "Pribadi",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Buat ruang kerja", 372 "settings.workspace.add.form.submitButton": "Buat ruang kerja",
319 "settings.workspace.form.buttonDelete": "Hapus ruang kerja", 373 "settings.workspace.form.buttonDelete": "Hapus ruang kerja",
320 "settings.workspace.form.buttonSave": "Simpan ruang kerja", 374 "settings.workspace.form.buttonSave": "Simpan ruang kerja",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nama", 377 "settings.workspace.form.name": "Nama",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Layanan dalam Ruang Kerja ini", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Layanan dalam Ruang Kerja ini",
323 "settings.workspace.form.yourWorkspaces": "Ruang kerja Anda", 379 "settings.workspace.form.yourWorkspaces": "Ruang kerja Anda",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Tambahkan layanan baru", 388 "sidebar.addNewService": "Tambahkan layanan baru",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Tutup laci ruang kerja", 390 "sidebar.closeWorkspaceDrawer": "Tutup laci ruang kerja",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio", 392 "sidebar.muteApp": "Nonaktifkan pemberitahuan & audio",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja", 394 "sidebar.openWorkspaceDrawer": "Buka laci ruang kerja",
@@ -341,12 +398,12 @@
341 "signup.emailDuplicate": "Pengguna dengan alamat email ini sudah ada", 398 "signup.emailDuplicate": "Pengguna dengan alamat email ini sudah ada",
342 "signup.firstname.label": "Nama Depan", 399 "signup.firstname.label": "Nama Depan",
343 "signup.headline": "Daftar", 400 "signup.headline": "Daftar",
344 "signup.lastname.label": "Nama Akhir", 401 "signup.lastname.label": "Nama Belakang",
345 "signup.legal.info": "Dengan membuat akun Ferdi, Anda menyetujui", 402 "signup.legal.info": "Dengan membuat akun Ferdi, Anda menyetujui",
346 "signup.legal.privacy": "Pernyataan Privasi", 403 "signup.legal.privacy": "Pernyataan Privasi",
347 "signup.legal.terms": "Ketentuan layanan", 404 "signup.legal.terms": "Ketentuan layanan",
348 "signup.link.login": "Sudah punya akun, masuk?", 405 "signup.link.login": "Sudah punya akun, masuk?",
349 "signup.password.label": "Sandi", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Buat akun", 407 "signup.submit.label": "Buat akun",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -360,7 +417,7 @@
360 "tabs.item.disableAudio": "Nonaktifkan audio", 417 "tabs.item.disableAudio": "Nonaktifkan audio",
361 "tabs.item.disableNotifications": "Nonaktifkan pemberitahuan", 418 "tabs.item.disableNotifications": "Nonaktifkan pemberitahuan",
362 "tabs.item.disableService": "Nonaktifkan layanan", 419 "tabs.item.disableService": "Nonaktifkan layanan",
363 "tabs.item.edit": "Sunting", 420 "tabs.item.edit": "Edit",
364 "tabs.item.enableAudio": "Aktifkan audio", 421 "tabs.item.enableAudio": "Aktifkan audio",
365 "tabs.item.enableNotification": "Aktifkan pemberitahuan", 422 "tabs.item.enableNotification": "Aktifkan pemberitahuan",
366 "tabs.item.enableService": "Aktifkan layanan", 423 "tabs.item.enableService": "Aktifkan layanan",
@@ -370,6 +427,11 @@
370 "validation.oneRequired": "Setidaknya diperlukan satu", 427 "validation.oneRequired": "Setidaknya diperlukan satu",
371 "validation.required": "{field} wajib diisi", 428 "validation.required": "{field} wajib diisi",
372 "validation.url": "{field} bukan URL yang benar", 429 "validation.url": "{field} bukan URL yang benar",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Muat Ulang",
373 "welcome.loginButton": "Masuk ke akun Anda", 435 "welcome.loginButton": "Masuk ke akun Anda",
374 "welcome.signupButton": "Buat akun gratis", 436 "welcome.signupButton": "Buat akun gratis",
375 "workspaceDrawer.addNewWorkspaceLabel": "Tambah ruang kerja baru", 437 "workspaceDrawer.addNewWorkspaceLabel": "Tambah ruang kerja baru",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index c5312debd..9e9b0484d 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Ottieni la prova gratuita per 14 giorni di Ferdi Professional e salta la coda", 9 "feature.delayApp.trial.headline": "Ottieni la prova gratuita per 14 giorni di Ferdi Professional e salta la coda",
10 "feature.delayApp.upgrade.action": "Ricevi una Licenza Supporter di Ferdi", 10 "feature.delayApp.upgrade.action": "Ricevi una Licenza Supporter di Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Effettua l'upgrade del tuo account", 11 "feature.delayApp.upgrade.actionShort": "Effettua l'upgrade del tuo account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "Hai aggiunto {amount} su {limit} servizi che sono inclusi nel tuo piano. Per favore potenzia il tuo account per aggiungere più servizi.", 15 "feature.serviceLimit.limitReached": "Hai aggiunto {amount} su {limit} servizi che sono inclusi nel tuo piano. Per favore potenzia il tuo account per aggiungere più servizi.",
13 "feature.shareFranz.action.email": "Manda come email", 16 "feature.shareFranz.action.email": "Manda come email",
14 "feature.shareFranz.action.facebook": "Condividi su Facebook", 17 "feature.shareFranz.action.facebook": "Condividi su Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Servizi non ancora supportati in Ferdi 5", 35 "import.notSupportedHeadline": "Servizi non ancora supportati in Ferdi 5",
33 "import.skip.label": "Voglio aggiungere i servizi manualmente", 36 "import.skip.label": "Voglio aggiungere i servizi manualmente",
34 "import.submit.label": "Importa servizi", 37 "import.submit.label": "Importa servizi",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Cosa c'è di nuovo?", 39 "infobar.buttonChangelog": "Cosa c'è di nuovo?",
36 "infobar.buttonInstallUpdate": "Riavvia e installa l'aggiornamento", 40 "infobar.buttonInstallUpdate": "Riavvia e installa l'aggiornamento",
37 "infobar.buttonReloadServices": "Ricarica servizi", 41 "infobar.buttonReloadServices": "Ricarica servizi",
@@ -45,6 +49,14 @@
45 "invite.skip.label": "Voglio farlo dopo", 49 "invite.skip.label": "Voglio farlo dopo",
46 "invite.submit.label": "Manda inviti", 50 "invite.submit.label": "Manda inviti",
47 "invite.successInfo": "Inviti inviati con successo", 51 "invite.successInfo": "Inviti inviati con successo",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Indirizzo email", 60 "login.email.label": "Indirizzo email",
49 "login.headline": "Accedi", 61 "login.headline": "Accedi",
50 "login.invalidCredentials": "Email o password non valide", 62 "login.invalidCredentials": "Email o password non valide",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Apri il menu delle attività", 70 "menu.Todoss.openTodosDrawer": "Apri il menu delle attività",
59 "menu.app.about": "Info su Ferdi", 71 "menu.app.about": "Info su Ferdi",
60 "menu.app.announcement": "Cosa c'è di nuovo?", 72 "menu.app.announcement": "Cosa c'è di nuovo?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Controlla aggiornamenti", 74 "menu.app.checkForUpdates": "Controlla aggiornamenti",
62 "menu.app.hide": "Nascondi", 75 "menu.app.hide": "Nascondi",
63 "menu.app.hideOthers": "Nascondi altri", 76 "menu.app.hideOthers": "Nascondi altri",
@@ -91,12 +104,17 @@
91 "menu.services": "Servizi", 104 "menu.services": "Servizi",
92 "menu.services.activatePreviousService": "Attiva servizio precedente", 105 "menu.services.activatePreviousService": "Attiva servizio precedente",
93 "menu.services.addNewService": "Aggiungi Nuovo Servizio...", 106 "menu.services.addNewService": "Aggiungi Nuovo Servizio...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Attiva servizio seguente", 108 "menu.services.setNextServiceActive": "Attiva servizio seguente",
95 "menu.todos": "Attività", 109 "menu.todos": "Attività",
96 "menu.todos.enableTodos": "Abilita Attività", 110 "menu.todos.enableTodos": "Abilita Attività",
97 "menu.view": "Visualizza", 111 "menu.view": "Visualizza",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Visualizza a Schermo Intero", 113 "menu.view.enterFullScreen": "Visualizza a Schermo Intero",
99 "menu.view.exitFullScreen": "Esci da Schermo Intero", 114 "menu.view.exitFullScreen": "Esci da Schermo Intero",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Ricarica Ferdi", 118 "menu.view.reloadFranz": "Ricarica Ferdi",
101 "menu.view.reloadService": "Ricarica Servizio", 119 "menu.view.reloadService": "Ricarica Servizio",
102 "menu.view.resetZoom": "Dimensione Attuale", 120 "menu.view.resetZoom": "Dimensione Attuale",
@@ -121,7 +139,7 @@
121 "password.noUser": "Non è stato trovato nessun utente con questo indirizzo email", 139 "password.noUser": "Non è stato trovato nessun utente con questo indirizzo email",
122 "password.submit.label": "Invia", 140 "password.submit.label": "Invia",
123 "password.successInfo": "Per favore controlla la tua email", 141 "password.successInfo": "Per favore controlla la tua email",
124 "premiumFeature.button.upgradeAccount": "Effettua il potenziamento del tuo account", 142 "premiumFeature.button.upgradeAccount": "Effettua l'upgrade del tuo account",
125 "pricing.features.adFree": "Senza pubblicità per sempre", 143 "pricing.features.adFree": "Senza pubblicità per sempre",
126 "pricing.features.appDelays": "Nessuna schermata di attesa", 144 "pricing.features.appDelays": "Nessuna schermata di attesa",
127 "pricing.features.customWebsites": "Aggiungi siti web personalizzati", 145 "pricing.features.customWebsites": "Aggiungi siti web personalizzati",
@@ -131,7 +149,7 @@
131 "pricing.features.teamManagement": "Gestione del team", 149 "pricing.features.teamManagement": "Gestione del team",
132 "pricing.features.thirdPartyServices": "Installa servizi di terze parti", 150 "pricing.features.thirdPartyServices": "Installa servizi di terze parti",
133 "pricing.features.unlimitedServices": "Aggiungi servizi illimitati", 151 "pricing.features.unlimitedServices": "Aggiungi servizi illimitati",
134 "pricing.features.workspaces": "Workspace", 152 "pricing.features.workspaces": "Aree di lavoro",
135 "pricing.plan.free": "Ferdi Gratuito", 153 "pricing.plan.free": "Ferdi Gratuito",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personal",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Per favore potenzia il tuo account per usare più di {count} servizi.", 185 "service.restrictedHandler.serviceLimit.text": "Per favore potenzia il tuo account per usare più di {count} servizi.",
168 "service.webviewLoader.loading": "Caricamento", 186 "service.webviewLoader.loading": "Caricamento",
169 "services.getStarted": "Iniziamo", 187 "services.getStarted": "Iniziamo",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Benvenuto su Ferdi", 191 "services.welcome": "Benvenuto su Ferdi",
171 "settings.account.account.editButton": "Modifica account", 192 "settings.account.account.editButton": "Modifica account",
172 "settings.account.accountType.basic": "Account Base", 193 "settings.account.accountType.basic": "Account Base",
@@ -192,47 +213,72 @@
192 "settings.account.trialUpdateBillingInfo": "Per favore aggiorna le tue informazioni di pagamento per continuare ad usare {license} dopo il tuo periodo di prova.", 213 "settings.account.trialUpdateBillingInfo": "Per favore aggiorna le tue informazioni di pagamento per continuare ad usare {license} dopo il tuo periodo di prova.",
193 "settings.account.tryReloadServices": "Riprova", 214 "settings.account.tryReloadServices": "Riprova",
194 "settings.account.tryReloadUserInfoRequest": "Riprova", 215 "settings.account.tryReloadUserInfoRequest": "Riprova",
195 "settings.account.upgradeToPro.label": "Passa a Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Aggiorna a Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Impossibile caricare le informazioni dell'utente.", 217 "settings.account.userInfoRequestFailed": "Impossibile caricare le informazioni dell'utente.",
197 "settings.account.yourLicense": "La tua licenza Ferdi", 218 "settings.account.yourLicense": "La tua licenza Ferdi",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Svuota la cache", 220 "settings.app.buttonClearAllCache": "Svuota la cache",
199 "settings.app.buttonInstallUpdate": "Riavvia e installa l'aggiornamento", 221 "settings.app.buttonInstallUpdate": "Riavvia e installa l'aggiornamento",
200 "settings.app.buttonSearchForUpdate": "Controlla aggiornamenti", 222 "settings.app.buttonSearchForUpdate": "Controlla aggiornamenti",
201 "settings.app.cacheInfo": "Ferdi sta utilizzando {size} di spazio su disco.", 223 "settings.app.cacheInfo": "Ferdi sta utilizzando {size} di spazio su disco.",
202 "settings.app.currentVersion": "Versione attuale:", 224 "settings.app.currentVersion": "Versione attuale:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Apri in background", 226 "settings.app.form.autoLaunchInBackground": "Apri in background",
204 "settings.app.form.autoLaunchOnStart": "Esegui Ferdi all'avvio", 227 "settings.app.form.autoLaunchOnStart": "Esegui Ferdi all'avvio",
205 "settings.app.form.beta": "Includi versioni beta", 228 "settings.app.form.beta": "Includi versioni beta",
206 "settings.app.form.darkMode": "Unisciti al Lato Oscuro", 229 "settings.app.form.darkMode": "Unisciti al Lato Oscuro",
207 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU", 230 "settings.app.form.enableGPUAcceleration": "Attiva Accelerazione GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico", 232 "settings.app.form.enableSpellchecking": "Attiva controllo ortografico",
209 "settings.app.form.enableSystemTray": "Mostra Ferdi nell'area di notifica", 233 "settings.app.form.enableSystemTray": "Mostra Ferdi nell'area di notifica",
210 "settings.app.form.enableTodos": "Abilità le Attività Ferdi", 234 "settings.app.form.enableTodos": "Abilità le Attività Ferdi",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati", 237 "settings.app.form.keepAllWorkspacesLoaded": "Mantieni tutti i workspace caricati",
212 "settings.app.form.language": "Lingua", 238 "settings.app.form.language": "Lingua",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica", 240 "settings.app.form.minimizeToSystemTray": "Minimizza Ferdi nell'area di notifica",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Mantieni Ferdi in esecuzione quando chiudi la finestra", 243 "settings.app.form.runInBackground": "Mantieni Ferdi in esecuzione quando chiudi la finestra",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Mostra schede servizi disattivati", 248 "settings.app.form.showDisabledServices": "Mostra schede servizi disattivati",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Mostra l'etichetta dei messaggi non letti quando le notifiche sono disattivate", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Mostra l'etichetta dei messaggi non letti quando le notifiche sono disattivate",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Impostazioni", 253 "settings.app.headline": "Impostazioni",
218 "settings.app.headlineAdvanced": "Avanzate", 254 "settings.app.headlineAdvanced": "Avanzate",
219 "settings.app.headlineAppearance": "Aspetto", 255 "settings.app.headlineAppearance": "Aspetto",
220 "settings.app.headlineGeneral": "Generale", 256 "settings.app.headlineGeneral": "Generale",
221 "settings.app.headlineLanguage": "Lingua", 257 "settings.app.headlineLanguage": "Lingua",
222 "settings.app.headlineUpdates": "Aggiornamenti", 258 "settings.app.headlineUpdates": "Aggiornamenti",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.", 260 "settings.app.languageDisclaimer": "Le traduzioni ufficiali sono in Inglese e Tedesco. Tutte le altre lingue sono tradotte dalla community.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Le modifiche richiedono un riavvio", 264 "settings.app.restartRequired": "Le modifiche richiedono un riavvio",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Aiutaci a tradurre Ferdi nella tua lingua.", 271 "settings.app.translationHelp": "Aiutaci a tradurre Ferdi nella tua lingua.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...", 273 "settings.app.updateStatusAvailable": "Aggiornamento disponibile, download in corso...",
228 "settings.app.updateStatusSearching": "Ricerca aggiornamenti", 274 "settings.app.updateStatusSearching": "Ricerca aggiornamenti",
229 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdi", 275 "settings.app.updateStatusUpToDate": "Stai utilizzando l'ultima versione di Ferdi",
230 "settings.invite.headline": "Invita Amici", 276 "settings.invite.headline": "Invita Amici",
231 "settings.navigation.account": "Account", 277 "settings.navigation.account": "Account",
232 "settings.navigation.availableServices": "Servizi disponibili", 278 "settings.navigation.availableServices": "Servizi disponibili",
233 "settings.navigation.inviteFriends": "Invita Amici",
234 "settings.navigation.logout": "Esci", 279 "settings.navigation.logout": "Esci",
235 "settings.navigation.settings": "Impostazioni", 280 "settings.navigation.settings": "Impostazioni",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Gestisci il Team", 282 "settings.navigation.team": "Gestisci il Team",
237 "settings.navigation.yourServices": "I tuoi servizi", 283 "settings.navigation.yourServices": "I tuoi servizi",
238 "settings.navigation.yourWorkspaces": "I tuoi workspace", 284 "settings.navigation.yourWorkspaces": "I tuoi workspace",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Mostra l'etichetta per tutti i nuovi messaggi", 322 "settings.service.form.indirectMessages": "Mostra l'etichetta per tutti i nuovi messaggi",
277 "settings.service.form.isMutedInfo": "Se disattivato, tutte le notifiche sonore e le riproduzioni audio saranno mutate", 323 "settings.service.form.isMutedInfo": "Se disattivato, tutte le notifiche sonore e le riproduzioni audio saranno mutate",
278 "settings.service.form.name": "Nome", 324 "settings.service.form.name": "Nome",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Impostazioni Proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Le impostazioni proxy non verranno sincronizzate con i server Ferdi.", 328 "settings.service.form.proxy.info": "Le impostazioni proxy non verranno sincronizzate con i server Ferdi.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati", 346 "settings.services.tooltip.isMuted": "Tutti i suoni sono disattivati",
300 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate", 347 "settings.services.tooltip.notificationsDisabled": "Le notifiche sono disattivate",
301 "settings.services.updatedInfo": "Le tue modifiche sono state salvate", 348 "settings.services.updatedInfo": "Le tue modifiche sono state salvate",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi per i Team", 354 "settings.team.contentHeadline": "Ferdi per i Team",
303 "settings.team.copy": "Ferdi per i Team ti dà 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!", 355 "settings.team.copy": "Ferdi per i Team ti dà 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!",
304 "settings.team.headline": "Team", 356 "settings.team.headline": "Gruppo",
305 "settings.team.intro": "Tu e il tuo team usate Ferdi? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.", 357 "settings.team.intro": "Tu e il tuo team usate Ferdi? Ora puoi gestire le sottoscrizioni Premium per tutti i colleghi, amici e famigliari che vuoi, tutto da un singolo account.",
306 "settings.team.manageAction": "Gestisci il tuo Team su getferdi.com", 358 "settings.team.manageAction": "Gestisci il tuo Team su getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Aggiorna il tuo Account", 361 "settings.team.upgradeAction": "Aggiorna il tuo Account",
308 "settings.user.form.accountType.company": "Società", 362 "settings.user.form.accountType.company": "Società",
309 "settings.user.form.accountType.individual": "Individuale", 363 "settings.user.form.accountType.individual": "Individuale",
@@ -318,13 +372,15 @@
318 "settings.workspace.add.form.submitButton": "Crea workspace", 372 "settings.workspace.add.form.submitButton": "Crea workspace",
319 "settings.workspace.form.buttonDelete": "Cancella workspace", 373 "settings.workspace.form.buttonDelete": "Cancella workspace",
320 "settings.workspace.form.buttonSave": "Salva workspace", 374 "settings.workspace.form.buttonSave": "Salva workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nome", 377 "settings.workspace.form.name": "Nome",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Servizi in questo Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Servizi in questo Workspace",
323 "settings.workspace.form.yourWorkspaces": "I tuoi workspace", 379 "settings.workspace.form.yourWorkspaces": "I tuoi workspace",
324 "settings.workspaces.deletedInfo": "Il workspace è stato cancellato", 380 "settings.workspaces.deletedInfo": "Il workspace è stato cancellato",
325 "settings.workspaces.headline": "I tuoi workspace", 381 "settings.workspaces.headline": "I tuoi workspace",
326 "settings.workspaces.noWorkspacesAdded": "Non hai ancora aggiunto alcun workspace.", 382 "settings.workspaces.noWorkspacesAdded": "Non hai ancora aggiunto alcun workspace.",
327 "settings.workspaces.tryReloadWorkspaces": "Riprova nuovamente", 383 "settings.workspaces.tryReloadWorkspaces": "Riprova",
328 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate", 384 "settings.workspaces.updatedInfo": "Le tue modifiche sono state salvate",
329 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdi", 385 "settings.workspaces.workspaceFeatureHeadline": "Meno è Meglio: Introduciamo le aree di lavoro di Ferdi",
330 "settings.workspaces.workspaceFeatureInfo": "Le aree di lavoro di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi. Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.", 386 "settings.workspaces.workspaceFeatureInfo": "Le aree di lavoro di Ferdi ti permettono di concentrarti su ciò che è importante. Configura diversi insiemi di servizi e passa facilmente da uno all’altro quando vuoi. Decidi di quali servizi hai bisogno quando e dove, così che ti possiamo aiutare a dare sempre il massimo - o semplicemente staccare dal lavoro quando ne hai bisogno.",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Aggiungi un nuovo servizio", 388 "sidebar.addNewService": "Aggiungi un nuovo servizio",
333 "sidebar.closeTodosDrawer": "Chiudi le Attività Ferdi", 389 "sidebar.closeTodosDrawer": "Chiudi le Attività Ferdi",
334 "sidebar.closeWorkspaceDrawer": "Chiudi il menu dei workspace", 390 "sidebar.closeWorkspaceDrawer": "Chiudi il menu dei workspace",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Disattiva notifiche e audio", 392 "sidebar.muteApp": "Disattiva notifiche e audio",
336 "sidebar.openTodosDrawer": "Apri le Attività Ferdi", 393 "sidebar.openTodosDrawer": "Apri le Attività Ferdi",
337 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace", 394 "sidebar.openWorkspaceDrawer": "Apri il menu dei workspace",
@@ -343,7 +400,7 @@
343 "signup.headline": "Iscriviti", 400 "signup.headline": "Iscriviti",
344 "signup.lastname.label": "Cognome", 401 "signup.lastname.label": "Cognome",
345 "signup.legal.info": "Creando un account di Ferdi accetti", 402 "signup.legal.info": "Creando un account di Ferdi accetti",
346 "signup.legal.privacy": "l'Informativa sulla Privacy", 403 "signup.legal.privacy": "Dichiarazione della Privacy",
347 "signup.legal.terms": "Termini di Servizio", 404 "signup.legal.terms": "Termini di Servizio",
348 "signup.link.login": "Hai già un account, vuoi accedere?", 405 "signup.link.login": "Hai già un account, vuoi accedere?",
349 "signup.password.label": "Password", 406 "signup.password.label": "Password",
@@ -362,19 +419,24 @@
362 "tabs.item.disableService": "Disattiva servizio", 419 "tabs.item.disableService": "Disattiva servizio",
363 "tabs.item.edit": "Modifica", 420 "tabs.item.edit": "Modifica",
364 "tabs.item.enableAudio": "Attiva audio", 421 "tabs.item.enableAudio": "Attiva audio",
365 "tabs.item.enableNotification": "Attiva notifiche", 422 "tabs.item.enableNotification": "Attiva le notifiche",
366 "tabs.item.enableService": "Attiva servizio", 423 "tabs.item.enableService": "Attiva il servizio",
367 "tabs.item.reload": "Ricarica", 424 "tabs.item.reload": "Ricarica",
368 "validation.email": "{field} non valido", 425 "validation.email": "{field} non valido",
369 "validation.minLength": "{field} dovrebbe contenere almeno {length} caratteri", 426 "validation.minLength": "{field} dovrebbe contenere almeno {length} caratteri",
370 "validation.oneRequired": "Almeno un campo è richiesto", 427 "validation.oneRequired": "Almeno un campo è richiesto",
371 "validation.required": "{field} è necessario", 428 "validation.required": "{field} è necessario",
372 "validation.url": "{field} non è un URL valido", 429 "validation.url": "{field} non è un URL valido",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Ricarica",
373 "welcome.loginButton": "Accedi al tuo account", 435 "welcome.loginButton": "Accedi al tuo account",
374 "welcome.signupButton": "Crea un account gratuito", 436 "welcome.signupButton": "Crea un account gratuito",
375 "workspaceDrawer.addNewWorkspaceLabel": "Aggiungi un nuovo workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Aggiungi un nuovo workspace",
376 "workspaceDrawer.allServices": "Tutti i servizi", 438 "workspaceDrawer.allServices": "Tutti i servizi",
377 "workspaceDrawer.headline": "Workspace", 439 "workspaceDrawer.headline": "Aree di lavoro",
378 "workspaceDrawer.item.contextMenuEdit": "Modifica", 440 "workspaceDrawer.item.contextMenuEdit": "Modifica",
379 "workspaceDrawer.item.noServicesAddedYet": "Nessun servizio aggiunto", 441 "workspaceDrawer.item.noServicesAddedYet": "Nessun servizio aggiunto",
380 "workspaceDrawer.premiumCtaButtonLabel": "Crea il tuo primo workspace", 442 "workspaceDrawer.premiumCtaButtonLabel": "Crea il tuo primo workspace",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index d5004d710..79eb90db2 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Ferdiサポーターライセンスを購入する", 10 "feature.delayApp.upgrade.action": "Ferdiサポーターライセンスを購入する",
11 "feature.delayApp.upgrade.actionShort": "アカウントをアップグレード", 11 "feature.delayApp.upgrade.actionShort": "アカウントをアップグレード",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "メールで送信", 16 "feature.shareFranz.action.email": "メールで送信",
14 "feature.shareFranz.action.facebook": "Facebookでシェア", 17 "feature.shareFranz.action.facebook": "Facebookでシェア",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Ferdi 5ではこのサービスにまだ対応していません", 35 "import.notSupportedHeadline": "Ferdi 5ではこのサービスにまだ対応していません",
33 "import.skip.label": "手動でサービスを追加する", 36 "import.skip.label": "手動でサービスを追加する",
34 "import.submit.label": "サービスをインポートして下さい", 37 "import.submit.label": "サービスをインポートして下さい",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "更新履歴を見る", 39 "infobar.buttonChangelog": "更新履歴を見る",
36 "infobar.buttonInstallUpdate": "再起動して更新をインストールする", 40 "infobar.buttonInstallUpdate": "再起動して更新をインストールする",
37 "infobar.buttonReloadServices": "サービスの再読み込み", 41 "infobar.buttonReloadServices": "サービスの再読み込み",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "後で", 49 "invite.skip.label": "後で",
46 "invite.submit.label": "招待を送る", 50 "invite.submit.label": "招待を送る",
47 "invite.successInfo": "招待は無事に送信されました", 51 "invite.successInfo": "招待は無事に送信されました",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "メールアドレス", 60 "login.email.label": "メールアドレス",
49 "login.headline": "サインイン", 61 "login.headline": "サインイン",
50 "login.invalidCredentials": "メールアドレスまたはパスワードが間違っています", 62 "login.invalidCredentials": "メールアドレスまたはパスワードが間違っています",
51 "login.link.password": "パスワードをリセット", 63 "login.link.password": "パスワードをリセット",
52 "login.link.signup": "無料アカウントを作成", 64 "login.link.signup": "無料アカウントを作成",
53 "login.password.label": "パスワード", 65 "login.password.label": "Password",
54 "login.serverLogout": "セッションの期限が切れました。ログインし直して下さい。", 66 "login.serverLogout": "セッションの期限が切れました。ログインし直して下さい。",
55 "login.submit.label": "サインイン", 67 "login.submit.label": "サインイン",
56 "login.tokenExpired": "セッションの期限が切れました。ログインし直して下さい。", 68 "login.tokenExpired": "セッションの期限が切れました。ログインし直して下さい。",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "バージョン情報", 71 "menu.app.about": "バージョン情報",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "更新の確認", 74 "menu.app.checkForUpdates": "更新の確認",
62 "menu.app.hide": "隠す", 75 "menu.app.hide": "隠す",
63 "menu.app.hideOthers": "他を隠す", 76 "menu.app.hideOthers": "他を隠す",
@@ -91,12 +104,17 @@
91 "menu.services": "サービス", 104 "menu.services": "サービス",
92 "menu.services.activatePreviousService": "前のサービスを有効にする", 105 "menu.services.activatePreviousService": "前のサービスを有効にする",
93 "menu.services.addNewService": "サービスを追加", 106 "menu.services.addNewService": "サービスを追加",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "次のサービスを有効にする", 108 "menu.services.setNextServiceActive": "次のサービスを有効にする",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "表示", 111 "menu.view": "表示",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "全画面表示", 113 "menu.view.enterFullScreen": "全画面表示",
99 "menu.view.exitFullScreen": "全画面表示を終了する", 114 "menu.view.exitFullScreen": "全画面表示を終了する",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "再起動", 118 "menu.view.reloadFranz": "再起動",
101 "menu.view.reloadService": "サービスをリロードする", 119 "menu.view.reloadService": "サービスをリロードする",
102 "menu.view.resetZoom": "元のサイズ", 120 "menu.view.resetZoom": "元のサイズ",
@@ -115,7 +133,7 @@
115 "menu.workspaces.defaultWorkspace": "すべてのサービス", 133 "menu.workspaces.defaultWorkspace": "すべてのサービス",
116 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
117 "password.email.label": "メールアドレス", 135 "password.email.label": "メールアドレス",
118 "password.headline": "パスワードリセット", 136 "password.headline": "パスワードリセット",
119 "password.link.login": "サインイン", 137 "password.link.login": "サインイン",
120 "password.link.signup": "無料アカウントを作成", 138 "password.link.signup": "無料アカウントを作成",
121 "password.noUser": "このメールアドレスはまだ登録されていません", 139 "password.noUser": "このメールアドレスはまだ登録されていません",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "はじめる", 187 "services.getStarted": "はじめる",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Ferdiにようこそ", 191 "services.welcome": "Ferdiにようこそ",
171 "settings.account.account.editButton": "アカウントの編集", 192 "settings.account.account.editButton": "アカウントの編集",
172 "settings.account.accountType.basic": "Basicアカウント", 193 "settings.account.accountType.basic": "Basicアカウント",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "ユーザ情報を読み込めませんでした", 217 "settings.account.userInfoRequestFailed": "ユーザ情報を読み込めませんでした",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "キャッシュを消去する", 220 "settings.app.buttonClearAllCache": "キャッシュを消去する",
199 "settings.app.buttonInstallUpdate": "再起動して更新をインストールする", 221 "settings.app.buttonInstallUpdate": "再起動して更新をインストールする",
200 "settings.app.buttonSearchForUpdate": "更新の確認", 222 "settings.app.buttonSearchForUpdate": "更新の確認",
201 "settings.app.cacheInfo": "現在、Ferdiのキャッシュはディスクの{size}分を使用しています。", 223 "settings.app.cacheInfo": "現在、Ferdiのキャッシュはディスクの{size}分を使用しています。",
202 "settings.app.currentVersion": "現在のバージョン:", 224 "settings.app.currentVersion": "現在のバージョン:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "バックグラウンドで開く", 226 "settings.app.form.autoLaunchInBackground": "バックグラウンドで開く",
204 "settings.app.form.autoLaunchOnStart": "システム起動時にFerdiを開く", 227 "settings.app.form.autoLaunchOnStart": "システム起動時にFerdiを開く",
205 "settings.app.form.beta": "Betaバージョンを含める", 228 "settings.app.form.beta": "Betaバージョンを含める",
206 "settings.app.form.darkMode": "ダークモードを有効にする", 229 "settings.app.form.darkMode": "ダークモードを有効にする",
207 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする", 230 "settings.app.form.enableGPUAcceleration": "GPUアクセラレーションを有効にする",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする", 232 "settings.app.form.enableSpellchecking": "スペルチェックを有効にする",
209 "settings.app.form.enableSystemTray": "Ferdiをシステムトレイに表示する", 233 "settings.app.form.enableSystemTray": "Ferdiをシステムトレイに表示する",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "言語", 238 "settings.app.form.language": "言語",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する", 240 "settings.app.form.minimizeToSystemTray": "Ferdiをシステムトレイに最小化する",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "ウインドウを閉じた際にFerdiをバックグラウンドで実行させておく", 243 "settings.app.form.runInBackground": "ウインドウを閉じた際にFerdiをバックグラウンドで実行させておく",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "無効化されたサービスのタブを表示する", 248 "settings.app.form.showDisabledServices": "無効化されたサービスのタブを表示する",
216 "settings.app.form.showMessagesBadgesWhenMuted": "通知の無効時に未読メッセージ件数を表示する", 249 "settings.app.form.showMessagesBadgesWhenMuted": "通知の無効時に未読メッセージ件数を表示する",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "設定", 253 "settings.app.headline": "設定",
218 "settings.app.headlineAdvanced": "詳細", 254 "settings.app.headlineAdvanced": "詳細",
219 "settings.app.headlineAppearance": "表示スタイル", 255 "settings.app.headlineAppearance": "表示スタイル",
220 "settings.app.headlineGeneral": "一般", 256 "settings.app.headlineGeneral": "一般",
221 "settings.app.headlineLanguage": "言語", 257 "settings.app.headlineLanguage": "言語",
222 "settings.app.headlineUpdates": "更新", 258 "settings.app.headlineUpdates": "更新",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "変更には再起動が必要です", 264 "settings.app.restartRequired": "変更には再起動が必要です",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "キャッシュ", 269 "settings.app.subheadlineCache": "キャッシュ",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ferdiの翻訳作業にご協力をお願いします。", 271 "settings.app.translationHelp": "Ferdiの翻訳作業にご協力をお願いします。",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "更新が見つかりました。ダウンロードしています...", 273 "settings.app.updateStatusAvailable": "更新が見つかりました。ダウンロードしています...",
228 "settings.app.updateStatusSearching": "更新を確認中", 274 "settings.app.updateStatusSearching": "更新を確認中",
229 "settings.app.updateStatusUpToDate": "お使いのFerdiは最新です", 275 "settings.app.updateStatusUpToDate": "お使いのFerdiは最新です",
230 "settings.invite.headline": "知り合いを招待する", 276 "settings.invite.headline": "知り合いを招待する",
231 "settings.navigation.account": "アカウント", 277 "settings.navigation.account": "アカウント",
232 "settings.navigation.availableServices": "利用可能なサービス", 278 "settings.navigation.availableServices": "利用可能なサービス",
233 "settings.navigation.inviteFriends": "知り合いを招待する",
234 "settings.navigation.logout": "ログアウト", 279 "settings.navigation.logout": "ログアウト",
235 "settings.navigation.settings": "設定", 280 "settings.navigation.settings": "設定",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "利用中のサービス", 283 "settings.navigation.yourServices": "利用中のサービス",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -275,7 +321,8 @@
275 "settings.service.form.indirectMessageInfo": "@username、@channel、@hereだけでなく、チャンネル内のすべての新規メッセージについて通知されます。", 321 "settings.service.form.indirectMessageInfo": "@username、@channel、@hereだけでなく、チャンネル内のすべての新規メッセージについて通知されます。",
276 "settings.service.form.indirectMessages": "すべての新規メッセージについてバッジを表示する", 322 "settings.service.form.indirectMessages": "すべての新規メッセージについてバッジを表示する",
277 "settings.service.form.isMutedInfo": "無効化されている場合、全ての通知音やオーディオ再生は無音になります", 323 "settings.service.form.isMutedInfo": "無効化されている場合、全ての通知音やオーディオ再生は無音になります",
278 "settings.service.form.name": "サービス名", 324 "settings.service.form.name": "氏名",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPSのプロキシ設定", 326 "settings.service.form.proxy.headline": "HTTP/HTTPSのプロキシ設定",
280 "settings.service.form.proxy.host": "プロキシサーバー/IP", 327 "settings.service.form.proxy.host": "プロキシサーバー/IP",
281 "settings.service.form.proxy.info": "プロキシ設定はFerdi アカウントで同期されません。", 328 "settings.service.form.proxy.info": "プロキシ設定はFerdi アカウントで同期されません。",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "無音となっています", 346 "settings.services.tooltip.isMuted": "無音となっています",
300 "settings.services.tooltip.notificationsDisabled": "通知は無効です", 347 "settings.services.tooltip.notificationsDisabled": "通知は無効です",
301 "settings.services.updatedInfo": "変更内容が保存されました", 348 "settings.services.updatedInfo": "変更内容が保存されました",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "チーム", 356 "settings.team.headline": "チーム",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "法人", 362 "settings.user.form.accountType.company": "法人",
309 "settings.user.form.accountType.individual": "個人", 363 "settings.user.form.accountType.individual": "個人",
@@ -314,11 +368,13 @@
314 "settings.user.form.firstname": "名", 368 "settings.user.form.firstname": "名",
315 "settings.user.form.lastname": "姓", 369 "settings.user.form.lastname": "姓",
316 "settings.user.form.newPassword": "新しいパスワード", 370 "settings.user.form.newPassword": "新しいパスワード",
317 "settings.workspace.add.form.name": "Name", 371 "settings.workspace.add.form.name": "氏名",
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
321 "settings.workspace.form.name": "Name", 375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "氏名",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
324 "settings.workspaces.deletedInfo": "Workspace has been deleted", 380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "サービスを追加", 388 "sidebar.addNewService": "サービスを追加",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "通知とオーディオを無効化", 392 "sidebar.muteApp": "通知とオーディオを無効化",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -346,22 +403,8 @@
346 "signup.legal.privacy": "プライバシーについて", 403 "signup.legal.privacy": "プライバシーについて",
347 "signup.legal.terms": "利用規約", 404 "signup.legal.terms": "利用規約",
348 "signup.link.login": "アカウントを既に持っていますか? こちらからサインイン", 405 "signup.link.login": "アカウントを既に持っていますか? こちらからサインイン",
349 "signup.password.label": "パスワード", 406 "signup.password.label": "Password",
350 "signup.submit.label": "アカウントの作成", 407 "signup.submit.label": "アカウントの作成",
351 "subscription.euTaxInfo": "EU在住者 : 地域の消費税が適用される可能性があります",
352 "subscription.features.ads": "広告は一切ありません!",
353 "subscription.features.comingSoon": "まもなく登場",
354 "subscription.features.noInterruptions": "待ち時間なしでFerdi をお使いいただけます",
355 "subscription.features.onpremise.mattermost": "Mattermost のようなオンプレミス(自社運用)型のサービスを追加できるようになります",
356 "subscription.features.proxy": "プロキシ設定が利用可能",
357 "subscription.features.spellchecker": "スペルチェック機能をお使いいただけます",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "Ferdi Premium Supporter有料アカウントには以下が含まれます",
360 "subscription.paymentSessionError": "支払いフォームを初期化出来ません",
361 "subscription.submit.label": "Ferdiの開発を支援したい",
362 "subscription.type.free": "無料",
363 "subscription.type.month": "月間",
364 "subscription.type.year": "年間",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -370,7 +413,7 @@
370 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
371 "subscriptionPopup.buttonCancel": "キャンセル", 414 "subscriptionPopup.buttonCancel": "キャンセル",
372 "subscriptionPopup.buttonDone": "完了", 415 "subscriptionPopup.buttonDone": "完了",
373 "tabs.item.deleteService": "サービス削除する", 416 "tabs.item.deleteService": "サービス削除",
374 "tabs.item.disableAudio": "オーディオの無効化", 417 "tabs.item.disableAudio": "オーディオの無効化",
375 "tabs.item.disableNotifications": "通知を無効にする", 418 "tabs.item.disableNotifications": "通知を無効にする",
376 "tabs.item.disableService": "サービスを無効にする", 419 "tabs.item.disableService": "サービスを無効にする",
@@ -384,6 +427,11 @@
384 "validation.oneRequired": "少なくとも1つは必要です", 427 "validation.oneRequired": "少なくとも1つは必要です",
385 "validation.required": "{field}は必須です", 428 "validation.required": "{field}は必須です",
386 "validation.url": "{field}は正しいURLではありません", 429 "validation.url": "{field}は正しいURLではありません",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "再読み込み",
387 "welcome.loginButton": "アカウントにログイン", 435 "welcome.loginButton": "アカウントにログイン",
388 "welcome.signupButton": "無料アカウントを作成", 436 "welcome.signupButton": "無料アカウントを作成",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 09e399e09..024af8c9b 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "სერვისები ჯერ არ არის მხარდაჭერილი Ferdi 5-ში", 35 "import.notSupportedHeadline": "სერვისები ჯერ არ არის მხარდაჭერილი Ferdi 5-ში",
33 "import.skip.label": "I want to add services manually", 36 "import.skip.label": "I want to add services manually",
34 "import.submit.label": "მოწვევის გაგზავნა", 37 "import.submit.label": "მოწვევის გაგზავნა",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "What is new?", 39 "infobar.buttonChangelog": "What is new?",
36 "infobar.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება", 40 "infobar.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება",
37 "infobar.buttonReloadServices": "სერვისების გადატვირთვა ", 41 "infobar.buttonReloadServices": "სერვისების გადატვირთვა ",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "ამას მოგვიანებით გავაკეთებ", 49 "invite.skip.label": "ამას მოგვიანებით გავაკეთებ",
46 "invite.submit.label": "მოწვევის გაგზავნა", 50 "invite.submit.label": "მოწვევის გაგზავნა",
47 "invite.successInfo": "Invitations sent successfully", 51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "მეილი", 60 "login.email.label": "მეილი",
49 "login.headline": "შესვლა", 61 "login.headline": "შესვლა",
50 "login.invalidCredentials": "მეილი ან პაროლი არასწორია", 62 "login.invalidCredentials": "მეილი ან პაროლი არასწორია",
51 "login.link.password": "პაროლის აღდგენა", 63 "login.link.password": "პაროლის აღდგენა",
52 "login.link.signup": "ანგარიშის შექმნა", 64 "login.link.signup": "ანგარიშის შექმნა",
53 "login.password.label": "პაროლი ", 65 "login.password.label": "Password",
54 "login.serverLogout": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.", 66 "login.serverLogout": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.",
55 "login.submit.label": "შესვლა", 67 "login.submit.label": "შესვლა",
56 "login.tokenExpired": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.", 68 "login.tokenExpired": "თქვენს სესიას ვადა გაუვიდა, შედით ანგარიშში ხელახლა.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Ferdi-ის შესახებ", 71 "menu.app.about": "Ferdi-ის შესახებ",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "განახლებების შემოწმება", 74 "menu.app.checkForUpdates": "განახლებების შემოწმება",
62 "menu.app.hide": "Hide", 75 "menu.app.hide": "Hide",
63 "menu.app.hideOthers": "სხვების დამალვა", 76 "menu.app.hideOthers": "სხვების დამალვა",
@@ -91,12 +104,17 @@
91 "menu.services": "Services", 104 "menu.services": "Services",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Add New Service...", 106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "View", 111 "menu.view": "View",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Enter Full Screen", 113 "menu.view.enterFullScreen": "Enter Full Screen",
99 "menu.view.exitFullScreen": "Exit Full Screen", 114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Reload Ferdi", 118 "menu.view.reloadFranz": "Reload Ferdi",
101 "menu.view.reloadService": "Reload Service", 119 "menu.view.reloadService": "Reload Service",
102 "menu.view.resetZoom": "Actual Size", 120 "menu.view.resetZoom": "Actual Size",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "დაწყება", 187 "services.getStarted": "დაწყება",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "მოგესალმებით Ferdi-ზე", 191 "services.welcome": "მოგესალმებით Ferdi-ზე",
171 "settings.account.account.editButton": "ანგარიშის მართვა", 192 "settings.account.account.editButton": "ანგარიშის მართვა",
172 "settings.account.accountType.basic": "ძირითადი ანგარიში", 193 "settings.account.accountType.basic": "ძირითადი ანგარიში",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა", 217 "settings.account.userInfoRequestFailed": "მომხმარებლის ინფორმაციის ჩატვირთვა ვერ მოხერხდა",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Clear cache", 220 "settings.app.buttonClearAllCache": "Clear cache",
199 "settings.app.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება", 221 "settings.app.buttonInstallUpdate": "გადატვირთეთ და დააყენეთ განახლება",
200 "settings.app.buttonSearchForUpdate": "განახლებების შემოწმება", 222 "settings.app.buttonSearchForUpdate": "განახლებების შემოწმება",
201 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.", 223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
202 "settings.app.currentVersion": "ამჟამინდელი ვერსია:", 224 "settings.app.currentVersion": "ამჟამინდელი ვერსია:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "გახსენით ფონზე", 226 "settings.app.form.autoLaunchInBackground": "გახსენით ფონზე",
204 "settings.app.form.autoLaunchOnStart": "გაეშვას Ferdi სისტემის ჩატვირთვისას", 227 "settings.app.form.autoLaunchOnStart": "გაეშვას Ferdi სისტემის ჩატვირთვისას",
205 "settings.app.form.beta": "ჩართეთ ბეტა ვერსიები", 228 "settings.app.form.beta": "ჩართეთ ბეტა ვერსიები",
206 "settings.app.form.darkMode": "Join the Dark Side", 229 "settings.app.form.darkMode": "Join the Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Enable spell checking", 232 "settings.app.form.enableSpellchecking": "Enable spell checking",
209 "settings.app.form.enableSystemTray": "აჩვენეთ Ferdi სისტემის უჯრაში", 233 "settings.app.form.enableSystemTray": "აჩვენეთ Ferdi სისტემის უჯრაში",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "ენა", 238 "settings.app.form.language": "ენა",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში", 240 "settings.app.form.minimizeToSystemTray": "ჩაკეცეთ Ferdi სისტემის უჯრაში",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "დატოვეთ Ferdi გაშვებული როდესაც ფანჯარა დაიხურება", 243 "settings.app.form.runInBackground": "დატოვეთ Ferdi გაშვებული როდესაც ფანჯარა დაიხურება",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Display disabled services tabs", 248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "პარამეტრები", 253 "settings.app.headline": "პარამეტრები",
218 "settings.app.headlineAdvanced": "Advanced", 254 "settings.app.headlineAdvanced": "Advanced",
219 "settings.app.headlineAppearance": "Appearance", 255 "settings.app.headlineAppearance": "Appearance",
220 "settings.app.headlineGeneral": "მთავარი", 256 "settings.app.headlineGeneral": "მთავარი",
221 "settings.app.headlineLanguage": "ენა", 257 "settings.app.headlineLanguage": "ენა",
222 "settings.app.headlineUpdates": "განახლებები", 258 "settings.app.headlineUpdates": "განახლებები",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Changes require restart", 264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Help us to translate Ferdi into your language.", 271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "განახლება ხელმისაწვდომია, იწყება გადმოწერა...", 273 "settings.app.updateStatusAvailable": "განახლება ხელმისაწვდომია, იწყება გადმოწერა...",
228 "settings.app.updateStatusSearching": "მიმდინარეობს განახლების ძიება", 274 "settings.app.updateStatusSearching": "მიმდინარეობს განახლების ძიება",
229 "settings.app.updateStatusUpToDate": "თქვენ იყენებთ Ferdi-ის უახლეს ვერსიას", 275 "settings.app.updateStatusUpToDate": "თქვენ იყენებთ Ferdi-ის უახლეს ვერსიას",
230 "settings.invite.headline": "Invite Friends", 276 "settings.invite.headline": "Invite Friends",
231 "settings.navigation.account": "ანგარიში", 277 "settings.navigation.account": "ანგარიში",
232 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები", 278 "settings.navigation.availableServices": "ხელმისაწვდომი სერვისები",
233 "settings.navigation.inviteFriends": "Invite Friends",
234 "settings.navigation.logout": "გასვლა", 279 "settings.navigation.logout": "გასვლა",
235 "settings.navigation.settings": "პარამეტრები", 280 "settings.navigation.settings": "პარამეტრები",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "თქვენი სერვისები", 283 "settings.navigation.yourServices": "თქვენი სერვისები",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -275,7 +321,8 @@
275 "settings.service.form.indirectMessageInfo": "თქვენ მიიღებთ შეტყობინებას ყოველი ახალი შეტყობინებისას არხზე, არამარტო @username, @channel, @here, ...", 321 "settings.service.form.indirectMessageInfo": "თქვენ მიიღებთ შეტყობინებას ყოველი ახალი შეტყობინებისას არხზე, არამარტო @username, @channel, @here, ...",
276 "settings.service.form.indirectMessages": "აჩვენე შეტყობინებების ნიშანი ყოველი ახალი შეტყობინებისთვის", 322 "settings.service.form.indirectMessages": "აჩვენე შეტყობინებების ნიშანი ყოველი ახალი შეტყობინებისთვის",
277 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted", 323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
278 "settings.service.form.name": "სახელი", 324 "settings.service.form.name": "სახელი ",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "სერვისი გათიშულია", 345 "settings.services.tooltip.isDisabled": "სერვისი გათიშულია",
299 "settings.services.tooltip.isMuted": "All sounds are muted", 346 "settings.services.tooltip.isMuted": "All sounds are muted",
300 "settings.services.tooltip.notificationsDisabled": "შეტყობინებები გათიშულია", 347 "settings.services.tooltip.notificationsDisabled": "შეტყობინებები გათიშულია",
301 "settings.services.updatedInfo": "ცვლილებები შენახულია", 348 "settings.services.updatedInfo": "თქვენი ცვლილებები შენახულია",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "გუნდი", 356 "settings.team.headline": "გუნდი",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "კომპანია", 362 "settings.user.form.accountType.company": "კომპანია",
309 "settings.user.form.accountType.individual": "ინდივიდუალური", 363 "settings.user.form.accountType.individual": "ინდივიდუალური",
@@ -314,24 +368,27 @@
314 "settings.user.form.firstname": "First Name", 368 "settings.user.form.firstname": "First Name",
315 "settings.user.form.lastname": "Last Name", 369 "settings.user.form.lastname": "Last Name",
316 "settings.user.form.newPassword": "ახალი პაროლი", 370 "settings.user.form.newPassword": "ახალი პაროლი",
317 "settings.workspace.add.form.name": "Name", 371 "settings.workspace.add.form.name": "სახელი ",
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
321 "settings.workspace.form.name": "Name", 375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "სახელი ",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
324 "settings.workspaces.deletedInfo": "Workspace has been deleted", 380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Your workspaces",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "სცადეთ ხელახლა", 383 "settings.workspaces.tryReloadWorkspaces": "სცადეთ ხელახლა",
328 "settings.workspaces.updatedInfo": "Your changes have been saved", 384 "settings.workspaces.updatedInfo": "თქვენი ცვლილებები შენახულია",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Add new service", 388 "sidebar.addNewService": "Add new service",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Disable notifications & audio", 392 "sidebar.muteApp": "Disable notifications & audio",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "კონფიდენციალურობის შესახებ", 403 "signup.legal.privacy": "კონფიდენციალურობის შესახებ",
347 "signup.legal.terms": "მომსახურების პირობები", 404 "signup.legal.terms": "მომსახურების პირობები",
348 "signup.link.login": "უკვე გაქვთ ანგარიში?", 405 "signup.link.login": "უკვე გაქვთ ანგარიში?",
349 "signup.password.label": "პაროლი", 406 "signup.password.label": "Password",
350 "signup.submit.label": "ანგარიშის შექმნა", 407 "signup.submit.label": "ანგარიშის შექმნა",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -370,8 +427,13 @@
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} is required", 428 "validation.required": "{field} is required",
372 "validation.url": "{field} is not a valid URL", 429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "ჩატვირთვა",
373 "welcome.loginButton": "შედით თქვენს ანგარიშში", 435 "welcome.loginButton": "შედით თქვენს ანგარიშში",
374 "welcome.signupButton": "ექმენი ნგარიში, ა", 436 "welcome.signupButton": "ანგარიშის ა",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
376 "workspaceDrawer.allServices": "ყველა სერვისი", 438 "workspaceDrawer.allServices": "ყველა სერვისი",
377 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Workspaces",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/ko.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 849132619..a88168e4a 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Neem een Ferdi Supporter Licentie ", 10 "feature.delayApp.upgrade.action": "Neem een Ferdi Supporter Licentie ",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Verstuur als e-mail", 16 "feature.shareFranz.action.email": "Verstuur als e-mail",
14 "feature.shareFranz.action.facebook": "Deel op Facebook", 17 "feature.shareFranz.action.facebook": "Deel op Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "De volgende services worden nog niet ondersteund in Ferdi 5", 35 "import.notSupportedHeadline": "De volgende services worden nog niet ondersteund in Ferdi 5",
33 "import.skip.label": "Ik wil services handmatig toevoegen", 36 "import.skip.label": "Ik wil services handmatig toevoegen",
34 "import.submit.label": "Importeer services", 37 "import.submit.label": "Importeer services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Wat is er nieuw?", 39 "infobar.buttonChangelog": "Wat is er nieuw?",
36 "infobar.buttonInstallUpdate": "Opnieuw opstarten & update installeren", 40 "infobar.buttonInstallUpdate": "Opnieuw opstarten & update installeren",
37 "infobar.buttonReloadServices": "Services opnieuw laden", 41 "infobar.buttonReloadServices": "Services opnieuw laden",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Ik wil dit later doen", 49 "invite.skip.label": "Ik wil dit later doen",
46 "invite.submit.label": "Uitnodigingen verzenden", 50 "invite.submit.label": "Uitnodigingen verzenden",
47 "invite.successInfo": "Uitnodiging met succes verzonden", 51 "invite.successInfo": "Uitnodiging met succes verzonden",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "E-mailadres", 60 "login.email.label": "E-mailadres",
49 "login.headline": "Inloggen", 61 "login.headline": "Inloggen",
50 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig", 62 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig",
51 "login.link.password": "Wachtwoord resetten", 63 "login.link.password": "Wachtwoord resetten",
52 "login.link.signup": "Maak een gratis account aan", 64 "login.link.signup": "Maak een gratis account aan",
53 "login.password.label": "Wachtwoord", 65 "login.password.label": "Password",
54 "login.serverLogout": "De sessie is verlopen, log opnieuw in alsjeblieft.", 66 "login.serverLogout": "De sessie is verlopen, log opnieuw in alsjeblieft.",
55 "login.submit.label": "Inloggen", 67 "login.submit.label": "Inloggen",
56 "login.tokenExpired": "De sessie is verlopen, log opnieuw in alsjeblieft.", 68 "login.tokenExpired": "De sessie is verlopen, log opnieuw in alsjeblieft.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Over Ferdi", 71 "menu.app.about": "Over Ferdi",
60 "menu.app.announcement": "Wat is er nieuw?", 72 "menu.app.announcement": "Wat is er nieuw?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Controleer op updates", 74 "menu.app.checkForUpdates": "Controleer op updates",
62 "menu.app.hide": "Verbergen", 75 "menu.app.hide": "Verbergen",
63 "menu.app.hideOthers": "Andere Verbergen", 76 "menu.app.hideOthers": "Andere Verbergen",
@@ -91,12 +104,17 @@
91 "menu.services": "Services", 104 "menu.services": "Services",
92 "menu.services.activatePreviousService": "Vorige dienst activeren", 105 "menu.services.activatePreviousService": "Vorige dienst activeren",
93 "menu.services.addNewService": "Nieuwe service toevoegen...", 106 "menu.services.addNewService": "Nieuwe service toevoegen...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Volgende dienst activeren", 108 "menu.services.setNextServiceActive": "Volgende dienst activeren",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Weergave", 111 "menu.view": "Weergave",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Volledig scherm openen", 113 "menu.view.enterFullScreen": "Volledig scherm openen",
99 "menu.view.exitFullScreen": "Volledig scherm verlaten", 114 "menu.view.exitFullScreen": "Volledig scherm verlaten",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Ferdi Herladen", 118 "menu.view.reloadFranz": "Ferdi Herladen",
101 "menu.view.reloadService": "Service Herladen", 119 "menu.view.reloadService": "Service Herladen",
102 "menu.view.resetZoom": "Werkelijke Grootte", 120 "menu.view.resetZoom": "Werkelijke Grootte",
@@ -117,7 +135,7 @@
117 "password.email.label": "E-mailadres", 135 "password.email.label": "E-mailadres",
118 "password.headline": "Wachtwoord resetten", 136 "password.headline": "Wachtwoord resetten",
119 "password.link.login": "Log in op je account", 137 "password.link.login": "Log in op je account",
120 "password.link.signup": "Maak een gratis account", 138 "password.link.signup": "Maak een gratis account aan",
121 "password.noUser": "Geen gebruiker gevonden met dat e-mailadres", 139 "password.noUser": "Geen gebruiker gevonden met dat e-mailadres",
122 "password.submit.label": "Verzenden", 140 "password.submit.label": "Verzenden",
123 "password.successInfo": "Controleer alsjeblieft je e-mail", 141 "password.successInfo": "Controleer alsjeblieft je e-mail",
@@ -131,7 +149,7 @@
131 "pricing.features.teamManagement": "Team Management", 149 "pricing.features.teamManagement": "Team Management",
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Install 3rd party services",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Add unlimited services",
134 "pricing.features.workspaces": "Workspaces", 152 "pricing.features.workspaces": "Werkruimten",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi Free",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personal",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Aan het laden", 186 "service.webviewLoader.loading": "Aan het laden",
169 "services.getStarted": "Beginnen", 187 "services.getStarted": "Beginnen",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Welkom bij Ferdi", 191 "services.welcome": "Welkom bij Ferdi",
171 "settings.account.account.editButton": "Account bewerken", 192 "settings.account.account.editButton": "Account bewerken",
172 "settings.account.accountType.basic": "Basis Account", 193 "settings.account.accountType.basic": "Basis Account",
@@ -195,48 +216,73 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden", 217 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Cache wissen", 220 "settings.app.buttonClearAllCache": "Cache wissen",
199 "settings.app.buttonInstallUpdate": "Herstart & installeer update", 221 "settings.app.buttonInstallUpdate": "Opnieuw opstarten & update installeren",
200 "settings.app.buttonSearchForUpdate": "Controleer op updates", 222 "settings.app.buttonSearchForUpdate": "Controleer op updates",
201 "settings.app.cacheInfo": "Ferdi cache gebruikt momenteel {size} schijfruimte.", 223 "settings.app.cacheInfo": "Ferdi cache gebruikt momenteel {size} schijfruimte.",
202 "settings.app.currentVersion": "Huidige versie:", 224 "settings.app.currentVersion": "Huidige versie:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond", 226 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond",
204 "settings.app.form.autoLaunchOnStart": "Lanceer Ferdi bij opstarten", 227 "settings.app.form.autoLaunchOnStart": "Lanceer Ferdi bij opstarten",
205 "settings.app.form.beta": "Inclusief beta versies", 228 "settings.app.form.beta": "Inclusief beta versies",
206 "settings.app.form.darkMode": "Word lid van de Dark Side", 229 "settings.app.form.darkMode": "Word lid van de Dark Side",
207 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren", 230 "settings.app.form.enableGPUAcceleration": "GPU Acceleratie Activeren",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen", 232 "settings.app.form.enableSpellchecking": "Spellingcontrole inschakelen",
209 "settings.app.form.enableSystemTray": "Toon Ferdi in de systeembalk", 233 "settings.app.form.enableSystemTray": "Toon Ferdi in de systeembalk",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Taal", 238 "settings.app.form.language": "Taal",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk", 240 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar de systeembalk",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Houd Ferdi op de achtergrond wanneer het venster gesloten wordt", 243 "settings.app.form.runInBackground": "Houd Ferdi op de achtergrond wanneer het venster gesloten wordt",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Toon uitgeschakelde services", 248 "settings.app.form.showDisabledServices": "Toon uitgeschakelde services",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Instellingen", 253 "settings.app.headline": "Instellingen",
218 "settings.app.headlineAdvanced": "Geavanceerd", 254 "settings.app.headlineAdvanced": "Geavanceerd",
219 "settings.app.headlineAppearance": "Weergave", 255 "settings.app.headlineAppearance": "Weergave",
220 "settings.app.headlineGeneral": "Algemeen", 256 "settings.app.headlineGeneral": "Algemeen",
221 "settings.app.headlineLanguage": "Taal", 257 "settings.app.headlineLanguage": "Taal",
222 "settings.app.headlineUpdates": "Updates", 258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.", 260 "settings.app.languageDisclaimer": "Officiële vertalingen zijn in het Engels en Duits. Alle andere tallen zijn op de gemeenschap gebaseerde vertalingen.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 264 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Help ons om Ferdi te vertalen naar uw taal.", 271 "settings.app.translationHelp": "Help ons om Ferdi te vertalen naar uw taal.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...", 273 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...",
228 "settings.app.updateStatusSearching": "Zoekt naar updates", 274 "settings.app.updateStatusSearching": "Zoekt naar updates",
229 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi", 275 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi",
230 "settings.invite.headline": "Nodig vrienden uit", 276 "settings.invite.headline": "Nodig vrienden uit",
231 "settings.navigation.account": "Account", 277 "settings.navigation.account": "Account",
232 "settings.navigation.availableServices": "Beschikbare services", 278 "settings.navigation.availableServices": "Beschikbare services",
233 "settings.navigation.inviteFriends": "Nodig vrienden uit",
234 "settings.navigation.logout": "Uitloggen", 279 "settings.navigation.logout": "Uitloggen",
235 "settings.navigation.settings": "Instellingen", 280 "settings.navigation.settings": "Instellingen",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Beheer Team", 282 "settings.navigation.team": "Beheer Team",
237 "settings.navigation.yourServices": "Jouw services", 283 "settings.navigation.yourServices": "Jouw services",
238 "settings.navigation.yourWorkspaces": "Jouw werkruimtes", 284 "settings.navigation.yourWorkspaces": "Jouw werkruimtes",
239 "settings.recipes.all": "Alle diensten", 285 "settings.recipes.all": "Alle services",
240 "settings.recipes.custom": "Custom Services", 286 "settings.recipes.custom": "Custom Services",
241 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
242 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
@@ -260,7 +306,7 @@
260 "settings.service.form.customUrlUpgradeAccount": "Je account upgraden", 306 "settings.service.form.customUrlUpgradeAccount": "Je account upgraden",
261 "settings.service.form.customUrlValidationError": "Kon de custom {name} server niet valideren.", 307 "settings.service.form.customUrlValidationError": "Kon de custom {name} server niet valideren.",
262 "settings.service.form.deleteButton": "Service verwijderen", 308 "settings.service.form.deleteButton": "Service verwijderen",
263 "settings.service.form.editServiceHeadline": "{name} aanpassen", 309 "settings.service.form.editServiceHeadline": "Bewerk {name}",
264 "settings.service.form.enableAudio": "Audio inschakelen", 310 "settings.service.form.enableAudio": "Audio inschakelen",
265 "settings.service.form.enableBadge": "Toon badges met ongelezen berichten", 311 "settings.service.form.enableBadge": "Toon badges met ongelezen berichten",
266 "settings.service.form.enableDarkMode": "Dark Mode aanzetten", 312 "settings.service.form.enableDarkMode": "Dark Mode aanzetten",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Toon berichten-badge voor alle nieuwe berichten", 322 "settings.service.form.indirectMessages": "Toon berichten-badge voor alle nieuwe berichten",
277 "settings.service.form.isMutedInfo": "Indien uitgeschakeld zullen alle meldingsgeluiden en afgespeelde audio uitgeschakeld zijn", 323 "settings.service.form.isMutedInfo": "Indien uitgeschakeld zullen alle meldingsgeluiden en afgespeelde audio uitgeschakeld zijn",
278 "settings.service.form.name": "Naam", 324 "settings.service.form.name": "Naam",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Instellingen", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Instellingen",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Alle geluiden zijn uitgeschakeld", 346 "settings.services.tooltip.isMuted": "Alle geluiden zijn uitgeschakeld",
300 "settings.services.tooltip.notificationsDisabled": "Notificaties staan uit", 347 "settings.services.tooltip.notificationsDisabled": "Notificaties staan uit",
301 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen", 348 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Frans voor Teams", 354 "settings.team.contentHeadline": "Frans voor Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
305 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.", 357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt, allemaal vanaf één account.",
306 "settings.team.manageAction": "Beheer je Team op getferdi.com", 358 "settings.team.manageAction": "Beheer je Team op getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade je Account", 361 "settings.team.upgradeAction": "Upgrade je Account",
308 "settings.user.form.accountType.company": "Bedrijf", 362 "settings.user.form.accountType.company": "Bedrijf",
309 "settings.user.form.accountType.individual": "Particulier", 363 "settings.user.form.accountType.individual": "Particulier",
@@ -318,11 +372,13 @@
318 "settings.workspace.add.form.submitButton": "Maak werkruimte aan", 372 "settings.workspace.add.form.submitButton": "Maak werkruimte aan",
319 "settings.workspace.form.buttonDelete": "Verwijder werkruimte", 373 "settings.workspace.form.buttonDelete": "Verwijder werkruimte",
320 "settings.workspace.form.buttonSave": "Bewaar werkruimte", 374 "settings.workspace.form.buttonSave": "Bewaar werkruimte",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Naam", 377 "settings.workspace.form.name": "Naam",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Diensten in deze Werkruimte", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Diensten in deze Werkruimte",
323 "settings.workspace.form.yourWorkspaces": "Jouw werkruimtes", 379 "settings.workspace.form.yourWorkspaces": "Jouw werkruimtes",
324 "settings.workspaces.deletedInfo": "Werkruimte is verwijderd", 380 "settings.workspaces.deletedInfo": "Werkruimte is verwijderd",
325 "settings.workspaces.headline": "Je werkruimtes", 381 "settings.workspaces.headline": "Jouw werkruimtes",
326 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes toegevoegd.", 382 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes toegevoegd.",
327 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw", 383 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw",
328 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen", 384 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen",
@@ -331,10 +387,11 @@
331 "settings.workspaces.workspacesRequestFailed": "Kan je werkruimtes niet laden", 387 "settings.workspaces.workspacesRequestFailed": "Kan je werkruimtes niet laden",
332 "sidebar.addNewService": "Nieuw service toevoegen", 388 "sidebar.addNewService": "Nieuw service toevoegen",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Werkruimtelade sluiten", 390 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Berichten & geluid uitschakelen", 392 "sidebar.muteApp": "Berichten & geluid uitschakelen",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Werkruimtelade openen", 394 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
338 "sidebar.settings": "Instellingen", 395 "sidebar.settings": "Instellingen",
339 "sidebar.unmuteApp": "Berichten & geluid inschakelen", 396 "sidebar.unmuteApp": "Berichten & geluid inschakelen",
340 "signup.email.label": "E-mailadres", 397 "signup.email.label": "E-mailadres",
@@ -346,22 +403,8 @@
346 "signup.legal.privacy": "Privacyverklaring", 403 "signup.legal.privacy": "Privacyverklaring",
347 "signup.legal.terms": "Servicevoorwaarden", 404 "signup.legal.terms": "Servicevoorwaarden",
348 "signup.link.login": "Al een account, inloggen?", 405 "signup.link.login": "Al een account, inloggen?",
349 "signup.password.label": "Wachtwoord", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Account aanmaken", 407 "signup.submit.label": "Account aanmaken",
351 "subscription.euTaxInfo": "Bewoners binnen EU: lokale belasting kan van toepassing zijn",
352 "subscription.features.ads": "Geen reclame, nooit!",
353 "subscription.features.comingSoon": "komt binnenkort",
354 "subscription.features.noInterruptions": "Geen haperingen & pop ups over upgrades",
355 "subscription.features.onpremise.mattermost": "Voeg op-locatie/gehoste diensten zoals Mattermost toe",
356 "subscription.features.proxy": "Proxy ondersteuning voor services",
357 "subscription.features.spellchecker": "Ondersteuning voor spellingscheck",
358 "subscription.features.workspaces": "Organiseer je diensten in werkruimtes",
359 "subscription.includedFeatures": "Een betalend account voor Ferdi omvat",
360 "subscription.paymentSessionError": "Betalingsformulier kon niet geladen worden",
361 "subscription.submit.label": "Ik wil de ontwikkeling van Ferdi steunen",
362 "subscription.type.free": "gratis",
363 "subscription.type.month": "maand",
364 "subscription.type.year": "jaar",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -374,21 +417,26 @@
374 "tabs.item.disableAudio": "Audio uitschakelen", 417 "tabs.item.disableAudio": "Audio uitschakelen",
375 "tabs.item.disableNotifications": "Notificaties uitschakelen", 418 "tabs.item.disableNotifications": "Notificaties uitschakelen",
376 "tabs.item.disableService": "Service uitschakelen", 419 "tabs.item.disableService": "Service uitschakelen",
377 "tabs.item.edit": "Aanpassen", 420 "tabs.item.edit": "Bewerken",
378 "tabs.item.enableAudio": "Audio inschakelen", 421 "tabs.item.enableAudio": "Audio inschakelen",
379 "tabs.item.enableNotification": "Notificaties inschakelen", 422 "tabs.item.enableNotification": "Notificaties aanzetten",
380 "tabs.item.enableService": "Service inschakelen", 423 "tabs.item.enableService": "Service aanzetten",
381 "tabs.item.reload": "Herladen", 424 "tabs.item.reload": "Herladen",
382 "validation.email": "{field} is niet geldig", 425 "validation.email": "{field} is niet geldig",
383 "validation.minLength": "{field} moet minimaal {length} karakters lang zijn", 426 "validation.minLength": "{field} moet minimaal {length} karakters lang zijn",
384 "validation.oneRequired": "Ten minste één is vereist", 427 "validation.oneRequired": "Ten minste één is vereist",
385 "validation.required": "{field} is vereist", 428 "validation.required": "{field} is vereist",
386 "validation.url": "{field} is niet een geldige URL", 429 "validation.url": "{field} is niet een geldige URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Herladen",
387 "welcome.loginButton": "Inloggen op je account", 435 "welcome.loginButton": "Inloggen op je account",
388 "welcome.signupButton": "Maak een gratis account aan", 436 "welcome.signupButton": "Maak een gratis account aan",
389 "workspaceDrawer.addNewWorkspaceLabel": "Voeg een nieuwe werkruimte toe", 437 "workspaceDrawer.addNewWorkspaceLabel": "Voeg een nieuwe werkruimte toe",
390 "workspaceDrawer.allServices": "Alle diensten", 438 "workspaceDrawer.allServices": "Alle services",
391 "workspaceDrawer.headline": "Werkruimtes", 439 "workspaceDrawer.headline": "Werkruimten",
392 "workspaceDrawer.item.contextMenuEdit": "bewerken", 440 "workspaceDrawer.item.contextMenuEdit": "bewerken",
393 "workspaceDrawer.item.noServicesAddedYet": "Nog geen diensten toegevoegd", 441 "workspaceDrawer.item.noServicesAddedYet": "Nog geen diensten toegevoegd",
394 "workspaceDrawer.premiumCtaButtonLabel": "Maak je eerste werkruimte aan", 442 "workspaceDrawer.premiumCtaButtonLabel": "Maak je eerste werkruimte aan",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 18151467a..538df2fb8 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Sponsor Ferdi", 10 "feature.delayApp.upgrade.action": "Sponsor Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Upgrade Account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade Account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Verstuur als e-mail", 16 "feature.shareFranz.action.email": "Verstuur als e-mail",
14 "feature.shareFranz.action.facebook": "Deel op Facebook", 17 "feature.shareFranz.action.facebook": "Deel op Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdi 5", 35 "import.notSupportedHeadline": "Services die (nog) niet ondersteund worden in Ferdi 5",
33 "import.skip.label": "Ik wil diensten handmatig toevoegen", 36 "import.skip.label": "Ik wil diensten handmatig toevoegen",
34 "import.submit.label": "Importeer services", 37 "import.submit.label": "Importeer services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Wat is er nieuw?", 39 "infobar.buttonChangelog": "Wat is er nieuw?",
36 "infobar.buttonInstallUpdate": "Opnieuw opstarten & update installeren", 40 "infobar.buttonInstallUpdate": "Opnieuw opstarten & update installeren",
37 "infobar.buttonReloadServices": "Services opnieuw laden", 41 "infobar.buttonReloadServices": "Services opnieuw laden",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Ik wil dit later doen", 49 "invite.skip.label": "Ik wil dit later doen",
46 "invite.submit.label": "Uitnodigingen verzenden", 50 "invite.submit.label": "Uitnodigingen verzenden",
47 "invite.successInfo": "Uitnodigingen verzonden", 51 "invite.successInfo": "Uitnodigingen verzonden",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "E-mailadres", 60 "login.email.label": "E-mailadres",
49 "login.headline": "Inloggen", 61 "login.headline": "Inloggen",
50 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig", 62 "login.invalidCredentials": "E-mailadres of wachtwoord ongeldig",
51 "login.link.password": "Wachtwoord vergeten", 63 "login.link.password": "Wachtwoord vergeten",
52 "login.link.signup": "Maak een gratis account aan", 64 "login.link.signup": "Maak een gratis account aan",
53 "login.password.label": "Wachtwoord", 65 "login.password.label": "Password",
54 "login.serverLogout": "De sessie is verlopen, log alsjeblieft opnieuw in.", 66 "login.serverLogout": "De sessie is verlopen, log alsjeblieft opnieuw in.",
55 "login.submit.label": "Inloggen", 67 "login.submit.label": "Inloggen",
56 "login.tokenExpired": "De sessie is verlopen, log opnieuw in alsjeblieft.", 68 "login.tokenExpired": "De sessie is verlopen, log alsjeblieft opnieuw in.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Over Ferdi", 71 "menu.app.about": "Over Ferdi",
60 "menu.app.announcement": "Wat is nieuw?", 72 "menu.app.announcement": "Wat is nieuw?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Controleer op updates", 74 "menu.app.checkForUpdates": "Controleer op updates",
62 "menu.app.hide": "Verbergen", 75 "menu.app.hide": "Verbergen",
63 "menu.app.hideOthers": "Andere verbergen", 76 "menu.app.hideOthers": "Andere verbergen",
@@ -91,12 +104,17 @@
91 "menu.services": "Services", 104 "menu.services": "Services",
92 "menu.services.activatePreviousService": "Activeer vorige service", 105 "menu.services.activatePreviousService": "Activeer vorige service",
93 "menu.services.addNewService": "Nieuwe service toevoegen...", 106 "menu.services.addNewService": "Nieuwe service toevoegen...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activeer volgende service", 108 "menu.services.setNextServiceActive": "Activeer volgende service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Weergave", 111 "menu.view": "Weergave",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Gebruik volledig scherm", 113 "menu.view.enterFullScreen": "Gebruik volledig scherm",
99 "menu.view.exitFullScreen": "Volledig scherm verlaten", 114 "menu.view.exitFullScreen": "Volledig scherm verlaten",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Herlaad Ferdi", 118 "menu.view.reloadFranz": "Herlaad Ferdi",
101 "menu.view.reloadService": "Een service opnieuw laden", 119 "menu.view.reloadService": "Een service opnieuw laden",
102 "menu.view.resetZoom": "Werkelijke grootte", 120 "menu.view.resetZoom": "Werkelijke grootte",
@@ -117,7 +135,7 @@
117 "password.email.label": "E-mailadres", 135 "password.email.label": "E-mailadres",
118 "password.headline": "Wachtwoord vergeten", 136 "password.headline": "Wachtwoord vergeten",
119 "password.link.login": "Log in op je account", 137 "password.link.login": "Log in op je account",
120 "password.link.signup": "Maak een gratis account", 138 "password.link.signup": "Maak een gratis account aan",
121 "password.noUser": "Geen gebruiker bekend met dat e-mailadres", 139 "password.noUser": "Geen gebruiker bekend met dat e-mailadres",
122 "password.submit.label": "Verzenden", 140 "password.submit.label": "Verzenden",
123 "password.successInfo": "Controleer je e-mail", 141 "password.successInfo": "Controleer je e-mail",
@@ -155,7 +173,7 @@
155 "service.crashHandler.text": "{name} heeft een fout veroorzaakt.", 173 "service.crashHandler.text": "{name} heeft een fout veroorzaakt.",
156 "service.disabledHandler.action": "Activeer {name}", 174 "service.disabledHandler.action": "Activeer {name}",
157 "service.disabledHandler.headline": "{name} is uitgeschakeld", 175 "service.disabledHandler.headline": "{name} is uitgeschakeld",
158 "service.errorHandler.action": "{name} herladen", 176 "service.errorHandler.action": "Laad {name} opnieuw",
159 "service.errorHandler.editAction": "Bewerk {name}", 177 "service.errorHandler.editAction": "Bewerk {name}",
160 "service.errorHandler.headline": "Oh nee!", 178 "service.errorHandler.headline": "Oh nee!",
161 "service.errorHandler.message": "Fout", 179 "service.errorHandler.message": "Fout",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Aan het laden", 186 "service.webviewLoader.loading": "Aan het laden",
169 "services.getStarted": "Begin", 187 "services.getStarted": "Begin",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Welkom bij Ferdi", 191 "services.welcome": "Welkom bij Ferdi",
171 "settings.account.account.editButton": "Bewerk account", 192 "settings.account.account.editButton": "Bewerk account",
172 "settings.account.accountType.basic": "Basisaccount", 193 "settings.account.accountType.basic": "Basisaccount",
@@ -180,7 +201,7 @@
180 "settings.account.headlineDangerZone": "Gevarenzone", 201 "settings.account.headlineDangerZone": "Gevarenzone",
181 "settings.account.headlineInvoices": "Facturen", 202 "settings.account.headlineInvoices": "Facturen",
182 "settings.account.headlinePassword": "Wijzig wachtwoord", 203 "settings.account.headlinePassword": "Wijzig wachtwoord",
183 "settings.account.headlineProfile": "Profiel bijwerken", 204 "settings.account.headlineProfile": "Update profiel",
184 "settings.account.headlineSubscription": "Je abonnement", 205 "settings.account.headlineSubscription": "Je abonnement",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden", 217 "settings.account.userInfoRequestFailed": "Kon gebruikersinformatie niet laden",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Cache legen", 220 "settings.app.buttonClearAllCache": "Cache legen",
199 "settings.app.buttonInstallUpdate": "Opnieuw opstarten en updates installeren", 221 "settings.app.buttonInstallUpdate": "Opnieuw opstarten & update installeren",
200 "settings.app.buttonSearchForUpdate": "Controleer op updates", 222 "settings.app.buttonSearchForUpdate": "Controleer op updates",
201 "settings.app.cacheInfo": "Ferdi gebruikt op dit moment {size} schijfruimte aan tijdelijke bestanden.", 223 "settings.app.cacheInfo": "Ferdi gebruikt op dit moment {size} schijfruimte aan tijdelijke bestanden.",
202 "settings.app.currentVersion": "Huidige versie:", 224 "settings.app.currentVersion": "Huidige versie:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond", 226 "settings.app.form.autoLaunchInBackground": "Open op de achtergrond",
204 "settings.app.form.autoLaunchOnStart": "Open Ferdi bij opstarten", 227 "settings.app.form.autoLaunchOnStart": "Open Ferdi bij opstarten",
205 "settings.app.form.beta": "Inclusief bètaversies", 228 "settings.app.form.beta": "Inclusief bètaversies",
206 "settings.app.form.darkMode": "Stap over naar de donkere kant", 229 "settings.app.form.darkMode": "Stap over naar de donkere kant",
207 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ", 230 "settings.app.form.enableGPUAcceleration": "Schakel videokaart-acceleratie in ",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Zet spellingcontrole aan", 232 "settings.app.form.enableSpellchecking": "Zet spellingcontrole aan",
209 "settings.app.form.enableSystemTray": "Pictogram voor Ferdi in systeemvak tonen", 233 "settings.app.form.enableSystemTray": "Pictogram voor Ferdi in systeemvak tonen",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Taal", 238 "settings.app.form.language": "Taal",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak", 240 "settings.app.form.minimizeToSystemTray": "Minimaliseer Ferdi naar systeemvak",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Houd Ferdi open op de achtergrond wanneer het venster gesloten wordt", 243 "settings.app.form.runInBackground": "Houd Ferdi open op de achtergrond wanneer het venster gesloten wordt",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Toon uitgeschakelde services", 248 "settings.app.form.showDisabledServices": "Toon uitgeschakelde services",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Toon badge met ongelezen berichten wanneer meldingen zijn uitgeschakeld",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Instellingen", 253 "settings.app.headline": "Instellingen",
218 "settings.app.headlineAdvanced": "Geavanceerd", 254 "settings.app.headlineAdvanced": "Geavanceerd",
219 "settings.app.headlineAppearance": "Weergave", 255 "settings.app.headlineAppearance": "Weergave",
220 "settings.app.headlineGeneral": "Algemeen", 256 "settings.app.headlineGeneral": "Algemeen",
221 "settings.app.headlineLanguage": "Taal", 257 "settings.app.headlineLanguage": "Taal",
222 "settings.app.headlineUpdates": "Updates", 258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.", 260 "settings.app.languageDisclaimer": "Ferdi spreekt officieel Engels en Duits. Alle andere talen worden beheerd door de community.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig", 264 "settings.app.restartRequired": "Deze wijziging heeft een herstart nodig",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Help ons om Ferdi uw taal te laten spreken.", 271 "settings.app.translationHelp": "Help ons om Ferdi uw taal te laten spreken.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...", 273 "settings.app.updateStatusAvailable": "Update beschikbaar, downloaden...",
228 "settings.app.updateStatusSearching": "Zoekt naar updates", 274 "settings.app.updateStatusSearching": "Zoekt naar updates",
229 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi", 275 "settings.app.updateStatusUpToDate": "Je gebruikt de laatste versie van Ferdi",
230 "settings.invite.headline": "Nodig vrienden uit", 276 "settings.invite.headline": "Nodig vrienden uit",
231 "settings.navigation.account": "Account", 277 "settings.navigation.account": "Account",
232 "settings.navigation.availableServices": "Beschikbare services", 278 "settings.navigation.availableServices": "Beschikbare services",
233 "settings.navigation.inviteFriends": "Nodig vrienden uit",
234 "settings.navigation.logout": "Uitloggen", 279 "settings.navigation.logout": "Uitloggen",
235 "settings.navigation.settings": "Instellingen", 280 "settings.navigation.settings": "Instellingen",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Beheer Team", 282 "settings.navigation.team": "Beheer Team",
237 "settings.navigation.yourServices": "Jouw services", 283 "settings.navigation.yourServices": "Jouw services",
238 "settings.navigation.yourWorkspaces": "Jouw werkruimtes", 284 "settings.navigation.yourWorkspaces": "Jouw werkruimtes",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Toon berichtenbadge voor alle nieuwe berichten", 322 "settings.service.form.indirectMessages": "Toon berichtenbadge voor alle nieuwe berichten",
277 "settings.service.form.isMutedInfo": "Indien uitgeschakeld, worden meldingen en audio niet afgespeeld", 323 "settings.service.form.isMutedInfo": "Indien uitgeschakeld, worden meldingen en audio niet afgespeeld",
278 "settings.service.form.name": "Naam", 324 "settings.service.form.name": "Naam",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy instellingen", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy instellingen",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers", 328 "settings.service.form.proxy.info": "Proxy instellingen worden niet gesynchroniseerd met de Ferdi servers",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Geluid is uitgeschakeld", 346 "settings.services.tooltip.isMuted": "Geluid is uitgeschakeld",
300 "settings.services.tooltip.notificationsDisabled": "Meldingen zijn uitgeschakeld", 347 "settings.services.tooltip.notificationsDisabled": "Meldingen zijn uitgeschakeld",
301 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen", 348 "settings.services.updatedInfo": "Je wijzigingen zijn opgeslagen",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi voor Teams", 354 "settings.team.contentHeadline": "Ferdi voor Teams",
303 "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 individueel teamlid, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team om alles te regelen!", 355 "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 individueel teamlid, vergeet meerdere facturen en verschillende afrekeningsperiodes - één team om alles te regelen!",
304 "settings.team.headline": "Team", 356 "settings.team.headline": "Team",
305 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt. En dat alles vanuit één account.", 357 "settings.team.intro": "Gebruiken jij en je team Ferdi? Je kunt nu Premium inschrijvingen beheren voor zoveel collega's, vrienden, of familieleden als je wilt. En dat alles vanuit één account.",
306 "settings.team.manageAction": "Beheer je Team op getferdi.com", 358 "settings.team.manageAction": "Beheer je Team op getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Jouw Account opwaarderen", 361 "settings.team.upgradeAction": "Jouw Account opwaarderen",
308 "settings.user.form.accountType.company": "Bedrijf", 362 "settings.user.form.accountType.company": "Bedrijf",
309 "settings.user.form.accountType.individual": "Individueel", 363 "settings.user.form.accountType.individual": "Individueel",
@@ -318,11 +372,13 @@
318 "settings.workspace.add.form.submitButton": "Maak werkruimte aan", 372 "settings.workspace.add.form.submitButton": "Maak werkruimte aan",
319 "settings.workspace.form.buttonDelete": "Verwijder werkruimte", 373 "settings.workspace.form.buttonDelete": "Verwijder werkruimte",
320 "settings.workspace.form.buttonSave": "Sla werkruimte op", 374 "settings.workspace.form.buttonSave": "Sla werkruimte op",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Naam", 377 "settings.workspace.form.name": "Naam",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in deze werkruimte", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in deze werkruimte",
323 "settings.workspace.form.yourWorkspaces": "Jouw werkruimtes", 379 "settings.workspace.form.yourWorkspaces": "Jouw werkruimtes",
324 "settings.workspaces.deletedInfo": "Werkruimte is verwijderd", 380 "settings.workspaces.deletedInfo": "Werkruimte is verwijderd",
325 "settings.workspaces.headline": "Jouw werkplaatsen", 381 "settings.workspaces.headline": "Jouw werkruimtes",
326 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes toegevoegd.", 382 "settings.workspaces.noWorkspacesAdded": "Je hebt nog geen werkruimtes toegevoegd.",
327 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw", 383 "settings.workspaces.tryReloadWorkspaces": "Probeer opnieuw",
328 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen", 384 "settings.workspaces.updatedInfo": "Je wijzigingen zijn opgeslagen",
@@ -331,10 +387,11 @@
331 "settings.workspaces.workspacesRequestFailed": "Kan jouw werkruimtes niet laden", 387 "settings.workspaces.workspacesRequestFailed": "Kan jouw werkruimtes niet laden",
332 "sidebar.addNewService": "Voeg service toe", 388 "sidebar.addNewService": "Voeg service toe",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Werkruimte pagina sluiten", 390 "sidebar.closeWorkspaceDrawer": "Werkruimtepagina sluiten",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Berichten & geluid uitschakelen", 392 "sidebar.muteApp": "Berichten & geluid uitschakelen",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Werkruimte pagina openen", 394 "sidebar.openWorkspaceDrawer": "Werkruimtepagina openen",
338 "sidebar.settings": "Instellingen", 395 "sidebar.settings": "Instellingen",
339 "sidebar.unmuteApp": "Berichten & geluid inschakelen", 396 "sidebar.unmuteApp": "Berichten & geluid inschakelen",
340 "signup.email.label": "E-mailadres", 397 "signup.email.label": "E-mailadres",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Privacyvoorwaarden", 403 "signup.legal.privacy": "Privacyvoorwaarden",
347 "signup.legal.terms": "Gebruiksvoorwaarden", 404 "signup.legal.terms": "Gebruiksvoorwaarden",
348 "signup.link.login": "Heb je al een account? Log in!", 405 "signup.link.login": "Heb je al een account? Log in!",
349 "signup.password.label": "Wachtwoord", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Account aanmaken", 407 "signup.submit.label": "Account aanmaken",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -360,7 +417,7 @@
360 "tabs.item.disableAudio": "Audio uitschakelen", 417 "tabs.item.disableAudio": "Audio uitschakelen",
361 "tabs.item.disableNotifications": "Meldingen uitschakelen", 418 "tabs.item.disableNotifications": "Meldingen uitschakelen",
362 "tabs.item.disableService": "Service uitschakelen", 419 "tabs.item.disableService": "Service uitschakelen",
363 "tabs.item.edit": "Bewerken", 420 "tabs.item.edit": "Bewerk",
364 "tabs.item.enableAudio": "Audio inschakelen", 421 "tabs.item.enableAudio": "Audio inschakelen",
365 "tabs.item.enableNotification": "Meldingen inschakelen", 422 "tabs.item.enableNotification": "Meldingen inschakelen",
366 "tabs.item.enableService": "Service inschakelen", 423 "tabs.item.enableService": "Service inschakelen",
@@ -370,8 +427,13 @@
370 "validation.oneRequired": "Minstens één vereist", 427 "validation.oneRequired": "Minstens één vereist",
371 "validation.required": "{field} is vereist", 428 "validation.required": "{field} is vereist",
372 "validation.url": "{field} is geen geldige URL", 429 "validation.url": "{field} is geen geldige URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Herladen",
373 "welcome.loginButton": "Log in op je account", 435 "welcome.loginButton": "Log in op je account",
374 "welcome.signupButton": "Maak een gratis account", 436 "welcome.signupButton": "Maak een gratis account aan",
375 "workspaceDrawer.addNewWorkspaceLabel": "Voeg een nieuwe werkruimte toe", 437 "workspaceDrawer.addNewWorkspaceLabel": "Voeg een nieuwe werkruimte toe",
376 "workspaceDrawer.allServices": "Alle services", 438 "workspaceDrawer.allServices": "Alle services",
377 "workspaceDrawer.headline": "Werkruimtes", 439 "workspaceDrawer.headline": "Werkruimtes",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/no.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index d61f3ba71..fe65f73b8 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Uzyskaj licencję Ferdi Supporter", 10 "feature.delayApp.upgrade.action": "Uzyskaj licencję Ferdi Supporter",
11 "feature.delayApp.upgrade.actionShort": "Ulepsz swoje konto", 11 "feature.delayApp.upgrade.actionShort": "Ulepsz swoje konto",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "Dodałeś {amount} z {limit} usług, które oferuje twój plan. Ulepsz swoje konto, aby dodać więcej usług.", 15 "feature.serviceLimit.limitReached": "Dodałeś {amount} z {limit} usług, które oferuje twój plan. Ulepsz swoje konto, aby dodać więcej usług.",
13 "feature.shareFranz.action.email": "Wyślij jako email", 16 "feature.shareFranz.action.email": "Wyślij jako email",
14 "feature.shareFranz.action.facebook": "Udostępnij na Facebooku", 17 "feature.shareFranz.action.facebook": "Udostępnij na Facebooku",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Usługi, które nie są jeszcze obsługiwane w Ferdi 5", 35 "import.notSupportedHeadline": "Usługi, które nie są jeszcze obsługiwane w Ferdi 5",
33 "import.skip.label": "Chcę dodać usługi samodzielnie", 36 "import.skip.label": "Chcę dodać usługi samodzielnie",
34 "import.submit.label": "Zaimportuj usługi", 37 "import.submit.label": "Zaimportuj usługi",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Co nowego?", 39 "infobar.buttonChangelog": "Co nowego?",
36 "infobar.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację", 40 "infobar.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację",
37 "infobar.buttonReloadServices": "Odśwież usługi", 41 "infobar.buttonReloadServices": "Odśwież usługi",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Chcę to zrobić później", 49 "invite.skip.label": "Chcę to zrobić później",
46 "invite.submit.label": "Wyślij zaproszenia", 50 "invite.submit.label": "Wyślij zaproszenia",
47 "invite.successInfo": "Zaproszenia zostały wysłane", 51 "invite.successInfo": "Zaproszenia zostały wysłane",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Adres email", 60 "login.email.label": "Adres email",
49 "login.headline": "Zaloguj się", 61 "login.headline": "Zaloguj się",
50 "login.invalidCredentials": "Adres email lub hasło są błędne", 62 "login.invalidCredentials": "Adres email lub hasło są błędne",
51 "login.link.password": "Zresetuj hasło", 63 "login.link.password": "Zresetuj hasło",
52 "login.link.signup": "Załóż darmowe konto", 64 "login.link.signup": "Załóż darmowe konto",
53 "login.password.label": "Hasło", 65 "login.password.label": "Password",
54 "login.serverLogout": "Twoja sesja wygasła, zaloguj się ponownie.", 66 "login.serverLogout": "Twoja sesja wygasła, zaloguj się ponownie.",
55 "login.submit.label": "Zaloguj się", 67 "login.submit.label": "Zaloguj się",
56 "login.tokenExpired": "Twoja sesja wygasła, zaloguj się ponownie.", 68 "login.tokenExpired": "Twoja sesja wygasła, zaloguj się ponownie.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Otwórz zakładkę Lista zadań", 70 "menu.Todoss.openTodosDrawer": "Otwórz zakładkę Lista zadań",
59 "menu.app.about": "O Ferdi", 71 "menu.app.about": "O Ferdi",
60 "menu.app.announcement": "Co słychać?", 72 "menu.app.announcement": "Co słychać?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Sprawdź aktualizacje", 74 "menu.app.checkForUpdates": "Sprawdź aktualizacje",
62 "menu.app.hide": "Ukryj", 75 "menu.app.hide": "Ukryj",
63 "menu.app.hideOthers": "Ukryj pozostałe", 76 "menu.app.hideOthers": "Ukryj pozostałe",
@@ -91,12 +104,17 @@
91 "menu.services": "Usługi", 104 "menu.services": "Usługi",
92 "menu.services.activatePreviousService": "Poprzednia usługa", 105 "menu.services.activatePreviousService": "Poprzednia usługa",
93 "menu.services.addNewService": "Dodaj nową usługę...", 106 "menu.services.addNewService": "Dodaj nową usługę...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Następna usługa", 108 "menu.services.setNextServiceActive": "Następna usługa",
95 "menu.todos": "Lista zadań", 109 "menu.todos": "Lista zadań",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Widok", 111 "menu.view": "Widok",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Włącz tryb pełnoekranowy", 113 "menu.view.enterFullScreen": "Włącz tryb pełnoekranowy",
99 "menu.view.exitFullScreen": "Zakończ tryb pełnoekranowy", 114 "menu.view.exitFullScreen": "Zakończ tryb pełnoekranowy",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Przeładuj Ferdi", 118 "menu.view.reloadFranz": "Przeładuj Ferdi",
101 "menu.view.reloadService": "Przeładuj usługę", 119 "menu.view.reloadService": "Przeładuj usługę",
102 "menu.view.resetZoom": "Domyślny rozmiar", 120 "menu.view.resetZoom": "Domyślny rozmiar",
@@ -115,13 +133,13 @@
115 "menu.workspaces.defaultWorkspace": "Wszystkie usługi", 133 "menu.workspaces.defaultWorkspace": "Wszystkie usługi",
116 "menu.workspaces.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego", 134 "menu.workspaces.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego",
117 "password.email.label": "Adres email", 135 "password.email.label": "Adres email",
118 "password.headline": "Przypomnij hasło", 136 "password.headline": "Zresetuj hasło",
119 "password.link.login": "Zaloguj się na swoje konto", 137 "password.link.login": "Zaloguj się na swoje konto",
120 "password.link.signup": "Stwórz darmowe konto", 138 "password.link.signup": "Załóż darmowe konto",
121 "password.noUser": "Nie znaleziono użytkownika z takim adresem email", 139 "password.noUser": "Nie znaleziono użytkownika z takim adresem email",
122 "password.submit.label": "Wyślij", 140 "password.submit.label": "Wyślij",
123 "password.successInfo": "Proszę sprawdzić swój email", 141 "password.successInfo": "Proszę sprawdzić swój email",
124 "premiumFeature.button.upgradeAccount": "Ulepsz konto", 142 "premiumFeature.button.upgradeAccount": "Ulepsz swoje konto",
125 "pricing.features.adFree": "Na zawsze bez reklam", 143 "pricing.features.adFree": "Na zawsze bez reklam",
126 "pricing.features.appDelays": "No Waiting Screens", 144 "pricing.features.appDelays": "No Waiting Screens",
127 "pricing.features.customWebsites": "Dodawanie dowolnych stron internetowych", 145 "pricing.features.customWebsites": "Dodawanie dowolnych stron internetowych",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Ładowanie", 186 "service.webviewLoader.loading": "Ładowanie",
169 "services.getStarted": "Zacznij", 187 "services.getStarted": "Zacznij",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Witaj w programie Ferdi", 191 "services.welcome": "Witaj w programie Ferdi",
171 "settings.account.account.editButton": "Modyfikuj konta", 192 "settings.account.account.editButton": "Modyfikuj konta",
172 "settings.account.accountType.basic": "Podstawowe konto", 193 "settings.account.accountType.basic": "Podstawowe konto",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Ulepsz konto do Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Ulepsz konto do Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Nie można wczytać informacji o użytkowniku", 217 "settings.account.userInfoRequestFailed": "Nie można wczytać informacji o użytkowniku",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Wyczyść pamięć podręczną (cache)", 220 "settings.app.buttonClearAllCache": "Wyczyść pamięć podręczną (cache)",
199 "settings.app.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację", 221 "settings.app.buttonInstallUpdate": "Uruchom ponownie i zainstaluj aktualizację",
200 "settings.app.buttonSearchForUpdate": "Sprawdź aktualizacje", 222 "settings.app.buttonSearchForUpdate": "Sprawdź aktualizacje",
201 "settings.app.cacheInfo": "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej", 223 "settings.app.cacheInfo": "Pamięć podręczna zajmuje obecnie {size} przestrzeni dyskowej",
202 "settings.app.currentVersion": "Aktualna wersja:", 224 "settings.app.currentVersion": "Aktualna wersja:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Otwórz w tle", 226 "settings.app.form.autoLaunchInBackground": "Otwórz w tle",
204 "settings.app.form.autoLaunchOnStart": "Uruchom Ferdi na początku", 227 "settings.app.form.autoLaunchOnStart": "Uruchom Ferdi na początku",
205 "settings.app.form.beta": "Uwzględnij wersje beta", 228 "settings.app.form.beta": "Uwzględnij wersje beta",
206 "settings.app.form.darkMode": "Przejdź na Ciemną Stronę", 229 "settings.app.form.darkMode": "Przejdź na Ciemną Stronę",
207 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU", 230 "settings.app.form.enableGPUAcceleration": "Włącz akcelerację GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni", 232 "settings.app.form.enableSpellchecking": "Włącz sprawdzanie pisowni",
209 "settings.app.form.enableSystemTray": "Pokaż Ferdia w obszarze powiadomień", 233 "settings.app.form.enableSystemTray": "Pokaż Ferdia w obszarze powiadomień",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Język", 238 "settings.app.form.language": "Język",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi", 240 "settings.app.form.minimizeToSystemTray": "Zminimalizuj aplikację Ferdi",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Zachowaj aplikację Ferdi w tle po zamknięciu okna", 243 "settings.app.form.runInBackground": "Zachowaj aplikację Ferdi w tle po zamknięciu okna",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Wyłącz wyświetlanie zakładek z usługami", 248 "settings.app.form.showDisabledServices": "Wyłącz wyświetlanie zakładek z usługami",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Pokaż licznik nieprzeczytanych wiadomości gdy powiadomienia są wyłączone", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Pokaż licznik nieprzeczytanych wiadomości gdy powiadomienia są wyłączone",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Ustawienia", 253 "settings.app.headline": "Ustawienia",
218 "settings.app.headlineAdvanced": "Zaawansowane", 254 "settings.app.headlineAdvanced": "Zaawansowane",
219 "settings.app.headlineAppearance": "Wygląd", 255 "settings.app.headlineAppearance": "Wygląd",
220 "settings.app.headlineGeneral": "Ogólne", 256 "settings.app.headlineGeneral": "Ogólne",
221 "settings.app.headlineLanguage": "Język", 257 "settings.app.headlineLanguage": "Język",
222 "settings.app.headlineUpdates": "Aktualizacje", 258 "settings.app.headlineUpdates": "Aktualizacje",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.", 260 "settings.app.languageDisclaimer": "Oficjalnymi językami są Angielski i Niemiecki. Inne języki są tłumaczone przez społeczność Ferdi.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia", 264 "settings.app.restartRequired": "Zmiany wymagają ponownego uruchomienia",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Pamięć podręczna", 269 "settings.app.subheadlineCache": "Pamięć podręczna",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Pomóż nam tłumaczyć Ferdi na Twój język.", 271 "settings.app.translationHelp": "Pomóż nam tłumaczyć Ferdi na Twój język.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Dostępna aktualizacja, pobieram...", 273 "settings.app.updateStatusAvailable": "Dostępna aktualizacja, pobieram...",
228 "settings.app.updateStatusSearching": "Szukam aktualizacji", 274 "settings.app.updateStatusSearching": "Szukam aktualizacji",
229 "settings.app.updateStatusUpToDate": "Używasz najnowszej wersji aplikacji Ferdi", 275 "settings.app.updateStatusUpToDate": "Używasz najnowszej wersji aplikacji Ferdi",
230 "settings.invite.headline": "Zaproś znajomych", 276 "settings.invite.headline": "Zaproś znajomych",
231 "settings.navigation.account": "Konto", 277 "settings.navigation.account": "Konto",
232 "settings.navigation.availableServices": "Dostępne usługi", 278 "settings.navigation.availableServices": "Dostępne usługi",
233 "settings.navigation.inviteFriends": "Zaproś znajomych",
234 "settings.navigation.logout": "Wyloguj", 279 "settings.navigation.logout": "Wyloguj",
235 "settings.navigation.settings": "Ustawienia", 280 "settings.navigation.settings": "Ustawienia",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Zarządzaj Zespołem", 282 "settings.navigation.team": "Zarządzaj Zespołem",
237 "settings.navigation.yourServices": "Twoje usługi", 283 "settings.navigation.yourServices": "Twoje usługi",
238 "settings.navigation.yourWorkspaces": "Twoje obszary robocze", 284 "settings.navigation.yourWorkspaces": "Twoje obszary robocze",
@@ -275,7 +321,8 @@
275 "settings.service.form.indirectMessageInfo": "Będziesz informowany o wszystkich nowych wiadomościach na kanale, nie tylko @username, @channel, @here, ...", 321 "settings.service.form.indirectMessageInfo": "Będziesz informowany o wszystkich nowych wiadomościach na kanale, nie tylko @username, @channel, @here, ...",
276 "settings.service.form.indirectMessages": "Pokaż ikonę wiadomości dla wszystkich nowych wiadomości", 322 "settings.service.form.indirectMessages": "Pokaż ikonę wiadomości dla wszystkich nowych wiadomości",
277 "settings.service.form.isMutedInfo": "Kiedy nieaktywne, wszystkie dźwięki powiadomień są wyciszone", 323 "settings.service.form.isMutedInfo": "Kiedy nieaktywne, wszystkie dźwięki powiadomień są wyciszone",
278 "settings.service.form.name": "Nazwa", 324 "settings.service.form.name": "Imię",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Ustawienia Proxy HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Ustawienia Proxy HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Host Proxy/IP", 327 "settings.service.form.proxy.host": "Host Proxy/IP",
281 "settings.service.form.proxy.info": "Ustawienia proxy nie będą zsynchronizowane z serwerami Ferdia.", 328 "settings.service.form.proxy.info": "Ustawienia proxy nie będą zsynchronizowane z serwerami Ferdia.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Usługa jest nieaktywna", 345 "settings.services.tooltip.isDisabled": "Usługa jest nieaktywna",
299 "settings.services.tooltip.isMuted": "Wszystkie dźwięki są wyciszone", 346 "settings.services.tooltip.isMuted": "Wszystkie dźwięki są wyciszone",
300 "settings.services.tooltip.notificationsDisabled": "Powiadomienia są nieaktywne", 347 "settings.services.tooltip.notificationsDisabled": "Powiadomienia są nieaktywne",
301 "settings.services.updatedInfo": "Zmiany zostały zapisane", 348 "settings.services.updatedInfo": "Twoje zmiany zostały zapisane",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Zespoły Ferdi", 354 "settings.team.contentHeadline": "Zespoły Ferdi",
303 "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!", 355 "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!",
304 "settings.team.headline": "Zespół", 356 "settings.team.headline": "Zespół",
305 "settings.team.intro": "Czy Ty i zesół używacie programu Ferdi? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.", 357 "settings.team.intro": "Czy Ty i zesół używacie programu Ferdi? Możesz teraz zarządzać subskrypcją Premium dla tylu kolegów, przyjaciół lub rodziny ilu chcesz, wszystko w obrębie jednego konta.",
306 "settings.team.manageAction": "Zarządzaj zespołem na getferdi.com", 358 "settings.team.manageAction": "Zarządzaj zespołem na getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Ulepsz swoje konto", 361 "settings.team.upgradeAction": "Ulepsz swoje konto",
308 "settings.user.form.accountType.company": "Firma", 362 "settings.user.form.accountType.company": "Firma",
309 "settings.user.form.accountType.individual": "Prywatne", 363 "settings.user.form.accountType.individual": "Prywatne",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Stwórz obszar roboczy", 372 "settings.workspace.add.form.submitButton": "Stwórz obszar roboczy",
319 "settings.workspace.form.buttonDelete": "Usuń obszar roboczy", 373 "settings.workspace.form.buttonDelete": "Usuń obszar roboczy",
320 "settings.workspace.form.buttonSave": "Zapisz obszar roboczy", 374 "settings.workspace.form.buttonSave": "Zapisz obszar roboczy",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Imię", 377 "settings.workspace.form.name": "Imię",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Usługi w obszarze roboczym", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Usługi w obszarze roboczym",
323 "settings.workspace.form.yourWorkspaces": "Twoje obszary robocze", 379 "settings.workspace.form.yourWorkspaces": "Twoje obszary robocze",
@@ -331,10 +387,11 @@
331 "settings.workspaces.workspacesRequestFailed": "Nie można załadować obszaru roboczego", 387 "settings.workspaces.workspacesRequestFailed": "Nie można załadować obszaru roboczego",
332 "sidebar.addNewService": "Dodaj kolejną usługę", 388 "sidebar.addNewService": "Dodaj kolejną usługę",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Zamknij edycję obszaru roboczego", 390 "sidebar.closeWorkspaceDrawer": "Zamknij edytor obszaru roboczego",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki", 392 "sidebar.muteApp": "Wyłącz powiadomienia i dźwięki",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Otwórz edycję obszaru roboczego", 394 "sidebar.openWorkspaceDrawer": "Otwórz edytor obszaru roboczego",
338 "sidebar.settings": "Ustawienia", 395 "sidebar.settings": "Ustawienia",
339 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki", 396 "sidebar.unmuteApp": "Włącz powiadomienia i dźwięki",
340 "signup.email.label": "Adres email", 397 "signup.email.label": "Adres email",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Polityka prywatności", 403 "signup.legal.privacy": "Polityka prywatności",
347 "signup.legal.terms": "Warunki świadczenia usług", 404 "signup.legal.terms": "Warunki świadczenia usług",
348 "signup.link.login": "Masz już konto, zalogować się?", 405 "signup.link.login": "Masz już konto, zalogować się?",
349 "signup.password.label": "Hasło", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Stwórz konto", 407 "signup.submit.label": "Stwórz konto",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -361,17 +418,22 @@
361 "tabs.item.disableNotifications": "Wyłącz powiadomienia", 418 "tabs.item.disableNotifications": "Wyłącz powiadomienia",
362 "tabs.item.disableService": "Wyłącz usługę", 419 "tabs.item.disableService": "Wyłącz usługę",
363 "tabs.item.edit": "Edytuj", 420 "tabs.item.edit": "Edytuj",
364 "tabs.item.enableAudio": "Włącz dźwięk ", 421 "tabs.item.enableAudio": "Włącz dźwięk",
365 "tabs.item.enableNotification": "Włącz powiadomienia", 422 "tabs.item.enableNotification": "Aktywuj powiadomienia",
366 "tabs.item.enableService": "Aktywuj usługę", 423 "tabs.item.enableService": "Aktywuj usługę",
367 "tabs.item.reload": "Przeaduj", 424 "tabs.item.reload": "Odświe",
368 "validation.email": "Pole {field} nie jest poprawne", 425 "validation.email": "Pole {field} nie jest poprawne",
369 "validation.minLength": "Pole {field} powinno składać się z co najmniej {length} znaków", 426 "validation.minLength": "Pole {field} powinno składać się z co najmniej {length} znaków",
370 "validation.oneRequired": "Przynajmniej jeden jest wymagany", 427 "validation.oneRequired": "Przynajmniej jeden jest wymagany",
371 "validation.required": "Pole {field} jest wymagane", 428 "validation.required": "Pole {field} jest wymagane",
372 "validation.url": "Pole {field} nie jest poprawnym ciągiem URL.", 429 "validation.url": "Pole {field} nie jest poprawnym ciągiem URL.",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Odśwież",
373 "welcome.loginButton": "Zaloguj się na swoje konto", 435 "welcome.loginButton": "Zaloguj się na swoje konto",
374 "welcome.signupButton": "Stwórz darmowe konto", 436 "welcome.signupButton": "Załóż darmowe konto",
375 "workspaceDrawer.addNewWorkspaceLabel": "Dodaj nowy obszar roboczy", 437 "workspaceDrawer.addNewWorkspaceLabel": "Dodaj nowy obszar roboczy",
376 "workspaceDrawer.allServices": "Wszystkie usługi", 438 "workspaceDrawer.allServices": "Wszystkie usługi",
377 "workspaceDrawer.headline": "Obszary robocze", 439 "workspaceDrawer.headline": "Obszary robocze",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 5c359b236..91c1fbc37 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -6,9 +6,12 @@
6 "feature.delayApp.text": "Ferdi continuará em {seconds} segundos.", 6 "feature.delayApp.text": "Ferdi continuará em {seconds} segundos.",
7 "feature.delayApp.trial.action": "Sim, eu quero o período de testes gratuito de 14 dias do Ferdi Professional", 7 "feature.delayApp.trial.action": "Sim, eu quero o período de testes gratuito de 14 dias do Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Ativar período de testes gratuito do Ferdi Professional", 8 "feature.delayApp.trial.actionShort": "Ativar período de testes gratuito do Ferdi Professional",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Empieza el periodo de prueba de Ferdi Profesional por 14 días y cruza la linea.",
10 "feature.delayApp.upgrade.action": "Adquira uma licença de suporte Ferdi", 10 "feature.delayApp.upgrade.action": "Adquira uma licença de suporte Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Atualizar conta", 11 "feature.delayApp.upgrade.actionShort": "Atualizar conta",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "Você adicionou {amount} serviços de um total de {limit} que estão inclusos no seu plano. Por favor, atualize sua conta para adicionar mais serviços.", 15 "feature.serviceLimit.limitReached": "Você adicionou {amount} serviços de um total de {limit} que estão inclusos no seu plano. Por favor, atualize sua conta para adicionar mais serviços.",
13 "feature.shareFranz.action.email": "Enviar por e-mail", 16 "feature.shareFranz.action.email": "Enviar por e-mail",
14 "feature.shareFranz.action.facebook": "Compartilhar no Facebook", 17 "feature.shareFranz.action.facebook": "Compartilhar no Facebook",
@@ -19,9 +22,9 @@
19 "feature.shareFranz.text": "Conte aos seus amigos e colegas o quanto incrível o Ferdi é e nos ajude a espalhar a mensagem. ", 22 "feature.shareFranz.text": "Conte aos seus amigos e colegas o quanto incrível o Ferdi é e nos ajude a espalhar a mensagem. ",
20 "feature.todos.premium.info": "As Listas de Tarefa do Ferdi estão disponíveis para usuários premium!", 23 "feature.todos.premium.info": "As Listas de Tarefa do Ferdi estão disponíveis para usuários premium!",
21 "feature.todos.premium.rollout": "As outras pessoas terão que esperar um pouquinho mais.", 24 "feature.todos.premium.rollout": "As outras pessoas terão que esperar um pouquinho mais.",
22 "feature.todos.premium.upgrade": "Upgrade Account", 25 "feature.todos.premium.upgrade": "Actualizar cuenta",
23 "global.api.unhealthy": "Não foi possível conectar-se aos serviços on-line do Ferdi.", 26 "global.api.unhealthy": "Não foi possível conectar-se aos serviços on-line do Ferdi.",
24 "global.franzProRequired": "Ferdi Professional Required", 27 "global.franzProRequired": "Se requiere una cuenta Ferdi Profesional",
25 "global.notConnectedToTheInternet": "Você não está conectado à internet", 28 "global.notConnectedToTheInternet": "Você não está conectado à internet",
26 "global.spellchecker.useDefault": "Use o padrão do sistema ({default})", 29 "global.spellchecker.useDefault": "Use o padrão do sistema ({default})",
27 "global.spellchecking.autodetect": "Detectar idioma automaticamente.", 30 "global.spellchecking.autodetect": "Detectar idioma automaticamente.",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Serviços ainda não suportados pelo Ferdi 5 ", 35 "import.notSupportedHeadline": "Serviços ainda não suportados pelo Ferdi 5 ",
33 "import.skip.label": "Quero adicionar serviços manualmente", 36 "import.skip.label": "Quero adicionar serviços manualmente",
34 "import.submit.label": "Importar serviços", 37 "import.submit.label": "Importar serviços",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "O que há de novo?", 39 "infobar.buttonChangelog": "O que há de novo?",
36 "infobar.buttonInstallUpdate": "Reiniciar e instalar atualizações ", 40 "infobar.buttonInstallUpdate": "Reiniciar e instalar atualizações ",
37 "infobar.buttonReloadServices": "Recarregar serviços", 41 "infobar.buttonReloadServices": "Recarregar serviços",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Quero fazer isso depois", 49 "invite.skip.label": "Quero fazer isso depois",
46 "invite.submit.label": "Enviar convites", 50 "invite.submit.label": "Enviar convites",
47 "invite.successInfo": "Convites enviados com sucesso", 51 "invite.successInfo": "Convites enviados com sucesso",
48 "login.email.label": "E-mail", 52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Endereço de E-mail",
49 "login.headline": "Entrar", 61 "login.headline": "Entrar",
50 "login.invalidCredentials": "E-mail ou senha inválida", 62 "login.invalidCredentials": "E-mail ou senha inválida",
51 "login.link.password": "Trocar a senha", 63 "login.link.password": "Trocar a senha",
52 "login.link.signup": "Criar uma conta gratuita", 64 "login.link.signup": "Criar uma conta gratuita",
53 "login.password.label": "Senha", 65 "login.password.label": "Password",
54 "login.serverLogout": "Sua sessão expirou, faça o login novamente.", 66 "login.serverLogout": "Sua sessão expirou, faça o login novamente.",
55 "login.submit.label": "Entrar", 67 "login.submit.label": "Entrar",
56 "login.tokenExpired": "Sua sessão expirou, faça o login novamente.", 68 "login.tokenExpired": "Sua sessão expirou, faça o login novamente.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Abrir a gaveta de Listas de Tarefa", 70 "menu.Todoss.openTodosDrawer": "Abrir a gaveta de Listas de Tarefa",
59 "menu.app.about": "Sobre Ferdi", 71 "menu.app.about": "Sobre Ferdi",
60 "menu.app.announcement": "Quais as novidades?", 72 "menu.app.announcement": "Quais as novidades?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Verificar se há atualizações", 74 "menu.app.checkForUpdates": "Verificar se há atualizações",
62 "menu.app.hide": "Ocultar", 75 "menu.app.hide": "Ocultar",
63 "menu.app.hideOthers": "Ocultar Outros", 76 "menu.app.hideOthers": "Ocultar Outros",
@@ -91,12 +104,17 @@
91 "menu.services": "Serviços", 104 "menu.services": "Serviços",
92 "menu.services.activatePreviousService": "Pular para serviço anterior", 105 "menu.services.activatePreviousService": "Pular para serviço anterior",
93 "menu.services.addNewService": "Adicionar Novo Serviço", 106 "menu.services.addNewService": "Adicionar Novo Serviço",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Pular para próximo serviço", 108 "menu.services.setNextServiceActive": "Pular para próximo serviço",
95 "menu.todos": "Todos", 109 "menu.todos": "Tareas pendientes",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Habilitar Tareas pendientes",
97 "menu.view": "Visualizar ", 111 "menu.view": "Visualizar ",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Modo Tela Cheia", 113 "menu.view.enterFullScreen": "Modo Tela Cheia",
99 "menu.view.exitFullScreen": "Sair da Tela Cheia", 114 "menu.view.exitFullScreen": "Sair da Tela Cheia",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Recarregar Ferdi", 118 "menu.view.reloadFranz": "Recarregar Ferdi",
101 "menu.view.reloadService": "Reiniciar o Serviço", 119 "menu.view.reloadService": "Reiniciar o Serviço",
102 "menu.view.resetZoom": "Tamanho real", 120 "menu.view.resetZoom": "Tamanho real",
@@ -114,24 +132,24 @@
114 "menu.workspaces.closeWorkspaceDrawer": "Fechar menu da área de trabalho", 132 "menu.workspaces.closeWorkspaceDrawer": "Fechar menu da área de trabalho",
115 "menu.workspaces.defaultWorkspace": "Todos os serviços", 133 "menu.workspaces.defaultWorkspace": "Todos os serviços",
116 "menu.workspaces.openWorkspaceDrawer": "Abrir o menu da área de trabalho", 134 "menu.workspaces.openWorkspaceDrawer": "Abrir o menu da área de trabalho",
117 "password.email.label": "E-mail", 135 "password.email.label": "Endereço de E-mail",
118 "password.headline": "Trocar senha", 136 "password.headline": "Trocar a senha",
119 "password.link.login": "Fazer login na sua conta", 137 "password.link.login": "Fazer login na sua conta",
120 "password.link.signup": "Criar uma conta grátis", 138 "password.link.signup": "Criar uma conta gratuita",
121 "password.noUser": "Nenhum usuário com este e-mail foi encontrado", 139 "password.noUser": "Nenhum usuário com este e-mail foi encontrado",
122 "password.submit.label": "Enviar", 140 "password.submit.label": "Enviar",
123 "password.successInfo": "Por favor, verifique o seu e-mail", 141 "password.successInfo": "Por favor, verifique o seu e-mail",
124 "premiumFeature.button.upgradeAccount": "Atualizar conta", 142 "premiumFeature.button.upgradeAccount": "Atualizar conta",
125 "pricing.features.adFree": "Forever ad-free", 143 "pricing.features.adFree": "Sin anuncios para siempre!",
126 "pricing.features.appDelays": "Sem Telas de Espera", 144 "pricing.features.appDelays": "Sem Telas de Espera",
127 "pricing.features.customWebsites": "Adicionar Websites Personalizados", 145 "pricing.features.customWebsites": "Adicionar Websites Personalizados",
128 "pricing.features.onPremise": "On-premise & other Hosted Services", 146 "pricing.features.onPremise": "En sitio y otros servicios alojados",
129 "pricing.features.serviceProxies": "Service Proxies", 147 "pricing.features.serviceProxies": "Apoderados de Servicio",
130 "pricing.features.spellchecker": "Spellchecker support", 148 "pricing.features.spellchecker": "Soporte de corrector ortográfico",
131 "pricing.features.teamManagement": "Gestão de Time", 149 "pricing.features.teamManagement": "Gestão de Time",
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Instalar servicios de terceros",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Agregar servicios ilimitados",
134 "pricing.features.workspaces": "Áreas de Trabalho", 152 "pricing.features.workspaces": "Áreas de trabalho",
135 "pricing.plan.free": "Ferdi Gratuito", 153 "pricing.plan.free": "Ferdi Gratuito",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Pessoal", 155 "pricing.plan.personal": "Ferdi Pessoal",
@@ -148,7 +166,7 @@
148 "pricing.trial.subheadline": "Sua oferta pessoal de boas-vindas:", 166 "pricing.trial.subheadline": "Sua oferta pessoal de boas-vindas:",
149 "pricing.trial.terms.automaticTrialEnd": "Seu período de testes encerra automaticamente em 14 dias", 167 "pricing.trial.terms.automaticTrialEnd": "Seu período de testes encerra automaticamente em 14 dias",
150 "pricing.trial.terms.headline": "Sem vínculos", 168 "pricing.trial.terms.headline": "Sem vínculos",
151 "pricing.trial.terms.noCreditCard": "No credit card required", 169 "pricing.trial.terms.noCreditCard": "No necesita tarjeta de crédito",
152 "service.crashHandler.action": "Recarregar {name}", 170 "service.crashHandler.action": "Recarregar {name}",
153 "service.crashHandler.autoReload": "Tentando reestabelecer {name} automaticamente em {seconds} segundos", 171 "service.crashHandler.autoReload": "Tentando reestabelecer {name} automaticamente em {seconds} segundos",
154 "service.crashHandler.headline": "Ah, não!", 172 "service.crashHandler.headline": "Ah, não!",
@@ -160,13 +178,16 @@
160 "service.errorHandler.headline": "Ah, não!", 178 "service.errorHandler.headline": "Ah, não!",
161 "service.errorHandler.message": "Erro", 179 "service.errorHandler.message": "Erro",
162 "service.errorHandler.text": "{name} não pôde ser carregado.", 180 "service.errorHandler.text": "{name} não pôde ser carregado.",
163 "service.restrictedHandler.action": "Upgrade Account", 181 "service.restrictedHandler.action": "Actualizar cuenta",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 182 "service.restrictedHandler.customUrl.headline": "Necesita el Plan Ferdi Profesional",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 183 "service.restrictedHandler.customUrl.text": "Por favor suscribase al Plan Ferdi Profesional para utilizar urls personalizadas y servicios auto alojados.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 184 "service.restrictedHandler.serviceLimit.headline": "Ha llegado al límite del servicio.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Por favor mejore su cuenta para poder utilizar más de {count} servicios.",
168 "service.webviewLoader.loading": "Carregando", 186 "service.webviewLoader.loading": "Carregando",
169 "services.getStarted": "Iniciar", 187 "services.getStarted": "Iniciar",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Bem-vindo ao Ferdi!", 191 "services.welcome": "Bem-vindo ao Ferdi!",
171 "settings.account.account.editButton": "Editar conta", 192 "settings.account.account.editButton": "Editar conta",
172 "settings.account.accountType.basic": "Conta Básica", 193 "settings.account.accountType.basic": "Conta Básica",
@@ -182,62 +203,87 @@
182 "settings.account.headlinePassword": "Mudar senha", 203 "settings.account.headlinePassword": "Mudar senha",
183 "settings.account.headlineProfile": "Atualizar perfil", 204 "settings.account.headlineProfile": "Atualizar perfil",
184 "settings.account.headlineSubscription": "Sua assinatura", 205 "settings.account.headlineSubscription": "Sua assinatura",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Consiga 14 días de prueba gratis de Ferdi Profesional ",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Mejore su cuenta y reciba la experiencia completa de Ferdi",
187 "settings.account.invoiceDownload": "Baixar", 208 "settings.account.invoiceDownload": "Baixar",
188 "settings.account.manageSubscription.label": "Gerencie a sua assinatura", 209 "settings.account.manageSubscription.label": "Gerencie a sua assinatura",
189 "settings.account.successInfo": "Suas alterações foram gravadas", 210 "settings.account.successInfo": "Suas alterações foram gravadas",
190 "settings.account.trial": "Free Trial", 211 "settings.account.trial": "Prueba Gratis",
191 "settings.account.trialEndsIn": "Your free trial ends in {duration}.", 212 "settings.account.trialEndsIn": "Su prueba gratis finaliza en {duration}.",
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "Por favor actualice su información de facturación para continuar utilizando {license} luego del periodo de prueba.",
193 "settings.account.tryReloadServices": "Tente novamente", 214 "settings.account.tryReloadServices": "Tente novamente",
194 "settings.account.tryReloadUserInfoRequest": "Tentar novamente", 215 "settings.account.tryReloadUserInfoRequest": "Tente novamente",
195 "settings.account.upgradeToPro.label": "Atualizar para o Ferdi Profissional", 216 "settings.account.upgradeToPro.label": "Atualizar para o Ferdi Profissional",
196 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações do usuário", 217 "settings.account.userInfoRequestFailed": "Não foi possível carregar as informações do usuário",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Su Licencia Ferdi",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Limpar cache", 220 "settings.app.buttonClearAllCache": "Limpar cache",
199 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizaço", 221 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizaçes ",
200 "settings.app.buttonSearchForUpdate": "Verificar por atualizações", 222 "settings.app.buttonSearchForUpdate": "Verificar se atualizações",
201 "settings.app.cacheInfo": "O cache do Ferdi está usando {size} de espaço em disco atualmente.", 223 "settings.app.cacheInfo": "O cache do Ferdi está usando {size} de espaço em disco atualmente.",
202 "settings.app.currentVersion": "Versão atual:", 224 "settings.app.currentVersion": "Versão atual:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano", 226 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano",
204 "settings.app.form.autoLaunchOnStart": "Abrir o Ferdi ao iniciar o sistema", 227 "settings.app.form.autoLaunchOnStart": "Abrir o Ferdi ao iniciar o sistema",
205 "settings.app.form.beta": "Incluir versões beta", 228 "settings.app.form.beta": "Incluir versões beta",
206 "settings.app.form.darkMode": "Venha para o Lado Negro da força", 229 "settings.app.form.darkMode": "Venha para o Lado Negro da força",
207 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU", 230 "settings.app.form.enableGPUAcceleration": "Ativar Aceleração de GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Ativar correção ortográfica", 232 "settings.app.form.enableSpellchecking": "Ativar correção ortográfica",
209 "settings.app.form.enableSystemTray": "Exibir o Ferdi na barra de sistema", 233 "settings.app.form.enableSystemTray": "Exibir o Ferdi na barra de sistema",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Activar Ferdi Todos",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Mantener todas las Áreas de trabajo cargadas",
212 "settings.app.form.language": "Idioma", 238 "settings.app.form.language": "Idioma",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a área de sistema", 240 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a área de sistema",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Manter o Ferdi no fundo quando fechar a janela", 243 "settings.app.form.runInBackground": "Manter o Ferdi no fundo quando fechar a janela",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Mostrar abas de serviços desativados", 248 "settings.app.form.showDisabledServices": "Mostrar abas de serviços desativados",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Mostrar ícone de mensagem não lida quando as notificações estiverem desativadas", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Mostrar ícone de mensagem não lida quando as notificações estiverem desativadas",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Configurações", 253 "settings.app.headline": "Configurações",
218 "settings.app.headlineAdvanced": "Avançado", 254 "settings.app.headlineAdvanced": "Avançado",
219 "settings.app.headlineAppearance": "Aparência", 255 "settings.app.headlineAppearance": "Aparência",
220 "settings.app.headlineGeneral": "Geral", 256 "settings.app.headlineGeneral": "Geral",
221 "settings.app.headlineLanguage": "Idioma", 257 "settings.app.headlineLanguage": "Idioma",
222 "settings.app.headlineUpdates": "Atualizações", 258 "settings.app.headlineUpdates": "Atualizações",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "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.", 260 "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.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "As mudanças exigem reiniciar o sistema", 264 "settings.app.restartRequired": "As mudanças exigem reiniciar o sistema",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "memória cache", 269 "settings.app.subheadlineCache": "memória cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ajude-nos a traduzir o Ferdi para seu idioma.", 271 "settings.app.translationHelp": "Ajude-nos a traduzir o Ferdi para seu idioma.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Atualização disponível, baixando...", 273 "settings.app.updateStatusAvailable": "Atualização disponível, baixando...",
228 "settings.app.updateStatusSearching": "Buscando atualizações", 274 "settings.app.updateStatusSearching": "Buscando atualizações",
229 "settings.app.updateStatusUpToDate": "Você está usando a última versão do Ferdi", 275 "settings.app.updateStatusUpToDate": "Você está usando a última versão do Ferdi",
230 "settings.invite.headline": "Convidar Amigos", 276 "settings.invite.headline": "Convidar Amigos",
231 "settings.navigation.account": "Conta", 277 "settings.navigation.account": "Conta",
232 "settings.navigation.availableServices": "Serviços disponíveis", 278 "settings.navigation.availableServices": "Serviços disponíveis",
233 "settings.navigation.inviteFriends": "Convidar Amigos",
234 "settings.navigation.logout": "Sair", 279 "settings.navigation.logout": "Sair",
235 "settings.navigation.settings": "Ajustes", 280 "settings.navigation.settings": "Configurações",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Administrar a equipe", 282 "settings.navigation.team": "Administrar a equipe",
237 "settings.navigation.yourServices": "Seus serviços", 283 "settings.navigation.yourServices": "Seus serviços",
238 "settings.navigation.yourWorkspaces": "Suas áreas de trabalho", 284 "settings.navigation.yourWorkspaces": "Suas áreas de trabalho",
239 "settings.recipes.all": "Todos os serviços", 285 "settings.recipes.all": "Todos os serviços",
240 "settings.recipes.custom": "Custom Services", 286 "settings.recipes.custom": "Servicios Personalizados",
241 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
242 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
243 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Mostrar avisos para todas as mensagens", 322 "settings.service.form.indirectMessages": "Mostrar avisos para todas as mensagens",
277 "settings.service.form.isMutedInfo": "Quando desativado, as notificações sonoras e áudios ficarão em silêncio", 323 "settings.service.form.isMutedInfo": "Quando desativado, as notificações sonoras e áudios ficarão em silêncio",
278 "settings.service.form.name": "Nome", 324 "settings.service.form.name": "Nome",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Configurações de HTTP/HTTPS Proxy", 326 "settings.service.form.proxy.headline": "Configurações de HTTP/HTTPS Proxy",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "As configurações de proxy não serão sincronizadas com os servidores do Ferdi.", 328 "settings.service.form.proxy.info": "As configurações de proxy não serão sincronizadas com os servidores do Ferdi.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "O serviço está desativado", 345 "settings.services.tooltip.isDisabled": "O serviço está desativado",
299 "settings.services.tooltip.isMuted": "Sem som", 346 "settings.services.tooltip.isMuted": "Sem som",
300 "settings.services.tooltip.notificationsDisabled": "Notificações desativadas", 347 "settings.services.tooltip.notificationsDisabled": "Notificações desativadas",
301 "settings.services.updatedInfo": "Suas mudanças foram gravadas", 348 "settings.services.updatedInfo": "Suas alterações foram gravadas",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi para Equipes", 354 "settings.team.contentHeadline": "Ferdi para Equipes",
303 "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.", 355 "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.",
304 "settings.team.headline": "Equipe", 356 "settings.team.headline": "Equipe",
305 "settings.team.intro": "Você e sua equipe usam Ferdi? 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.", 357 "settings.team.intro": "Você e sua equipe usam Ferdi? 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.",
306 "settings.team.manageAction": "Gerencie sua Equipe no getferdi.com", 358 "settings.team.manageAction": "Gerencie sua Equipe no getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Atualize a sua conta para versão paga", 361 "settings.team.upgradeAction": "Atualize a sua conta para versão paga",
308 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
309 "settings.user.form.accountType.individual": "Pessoal", 363 "settings.user.form.accountType.individual": "Pessoal",
@@ -318,35 +372,38 @@
318 "settings.workspace.add.form.submitButton": "Criar workspace", 372 "settings.workspace.add.form.submitButton": "Criar workspace",
319 "settings.workspace.form.buttonDelete": "Apagar workspace", 373 "settings.workspace.form.buttonDelete": "Apagar workspace",
320 "settings.workspace.form.buttonSave": "Salvar workspace", 374 "settings.workspace.form.buttonSave": "Salvar workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nome", 377 "settings.workspace.form.name": "Nome",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Serviços neste Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Serviços neste Workspace",
323 "settings.workspace.form.yourWorkspaces": "Seus workspaces", 379 "settings.workspace.form.yourWorkspaces": "Suas áreas de trabalho",
324 "settings.workspaces.deletedInfo": "Área de trabalho deletada", 380 "settings.workspaces.deletedInfo": "Área de trabalho deletada",
325 "settings.workspaces.headline": "Suas reas de Trabalho", 381 "settings.workspaces.headline": "Suas reas de trabalho",
326 "settings.workspaces.noWorkspacesAdded": "Você não possui nenhuma área de trabalho adicionadas anteriormente.", 382 "settings.workspaces.noWorkspacesAdded": "Você não possui nenhuma área de trabalho adicionadas anteriormente.",
327 "settings.workspaces.tryReloadWorkspaces": "Tente de novo", 383 "settings.workspaces.tryReloadWorkspaces": "Tente novamente",
328 "settings.workspaces.updatedInfo": "Suas mudanças foram salvas", 384 "settings.workspaces.updatedInfo": "Suas alterações foram gravadas",
329 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo Workspaces do Ferdi", 385 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo Workspaces do Ferdi",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar suas áreas de trabalho", 387 "settings.workspaces.workspacesRequestFailed": "Não foi possível carregar suas áreas de trabalho",
332 "sidebar.addNewService": "Adicionar novo serviço", 388 "sidebar.addNewService": "Adicionar novo serviço",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Fechar o menu da área de trabalho", 390 "sidebar.closeWorkspaceDrawer": "Fechar menu da área de trabalho",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Desativar notificações e áudio", 392 "sidebar.muteApp": "Desativar notificações e áudio",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Abrir menu da área de trabalho", 394 "sidebar.openWorkspaceDrawer": "Abrir o menu da área de trabalho",
338 "sidebar.settings": "Ajustes", 395 "sidebar.settings": "Configurações",
339 "sidebar.unmuteApp": "Ativar notificações e áudio", 396 "sidebar.unmuteApp": "Ativar notificações e áudio",
340 "signup.email.label": "Endereço de e-mail", 397 "signup.email.label": "Endereço de E-mail",
341 "signup.emailDuplicate": "Já existe um usuário com este endereço de e-mail", 398 "signup.emailDuplicate": "Já existe um usuário com este endereço de e-mail",
342 "signup.firstname.label": "Nome", 399 "signup.firstname.label": "Nome",
343 "signup.headline": "Cadastrar-se", 400 "signup.headline": "Cadastrar-se",
344 "signup.lastname.label": "Sobrenome", 401 "signup.lastname.label": "Sobrenome",
345 "signup.legal.info": "Ao criar uma conta Ferdi, você aceita os ", 402 "signup.legal.info": "Ao criar uma conta Ferdi, você aceita os ",
346 "signup.legal.privacy": "Declaração de Privacidade", 403 "signup.legal.privacy": "Declaração de Privacidade ",
347 "signup.legal.terms": "Termos de serviço", 404 "signup.legal.terms": "Termos de serviço",
348 "signup.link.login": "Já tem uma conta?", 405 "signup.link.login": "Já tem uma conta?",
349 "signup.password.label": "Senha", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Criar uma conta", 407 "signup.submit.label": "Criar uma conta",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -356,7 +413,7 @@
356 "subscription.teaser.intro": "O Ferdi 5 vem com uma variedade de novas funcionalidades para melhorar a sua comunicação diária - pilhas inclusas. Confira os nossos novos planos e encontre aquele que melhor serve para você!", 413 "subscription.teaser.intro": "O Ferdi 5 vem com uma variedade de novas funcionalidades para melhorar a sua comunicação diária - pilhas inclusas. Confira os nossos novos planos e encontre aquele que melhor serve para você!",
357 "subscriptionPopup.buttonCancel": "Cancelar", 414 "subscriptionPopup.buttonCancel": "Cancelar",
358 "subscriptionPopup.buttonDone": "Feito", 415 "subscriptionPopup.buttonDone": "Feito",
359 "tabs.item.deleteService": "Excluir serviço", 416 "tabs.item.deleteService": "Apagar serviço",
360 "tabs.item.disableAudio": "Desativar áudio", 417 "tabs.item.disableAudio": "Desativar áudio",
361 "tabs.item.disableNotifications": "Desativar notificações", 418 "tabs.item.disableNotifications": "Desativar notificações",
362 "tabs.item.disableService": "Desativar serviço", 419 "tabs.item.disableService": "Desativar serviço",
@@ -370,11 +427,16 @@
370 "validation.oneRequired": "Necessário pelo menos um", 427 "validation.oneRequired": "Necessário pelo menos um",
371 "validation.required": "{campo} obrigatório", 428 "validation.required": "{campo} obrigatório",
372 "validation.url": "{campo} essa URL não é válida", 429 "validation.url": "{campo} essa URL não é válida",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Recarregar",
373 "welcome.loginButton": "Entrar na sua conta", 435 "welcome.loginButton": "Entrar na sua conta",
374 "welcome.signupButton": "Criar uma conta grátis", 436 "welcome.signupButton": "Criar uma conta gratuita",
375 "workspaceDrawer.addNewWorkspaceLabel": "Adicionar uma nova área de trabalho", 437 "workspaceDrawer.addNewWorkspaceLabel": "Adicionar uma nova área de trabalho",
376 "workspaceDrawer.allServices": "Todos os serviços", 438 "workspaceDrawer.allServices": "Todos os serviços",
377 "workspaceDrawer.headline": "Áreas de Trabalho", 439 "workspaceDrawer.headline": "Áreas de trabalho",
378 "workspaceDrawer.item.contextMenuEdit": "editar", 440 "workspaceDrawer.item.contextMenuEdit": "editar",
379 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço adicionado anteriormente", 441 "workspaceDrawer.item.noServicesAddedYet": "Nenhum serviço adicionado anteriormente",
380 "workspaceDrawer.premiumCtaButtonLabel": "Crie sua primeira área de trabalho", 442 "workspaceDrawer.premiumCtaButtonLabel": "Crie sua primeira área de trabalho",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index de22e62db..2237cc059 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Faz parte do grupo de apoio do Ferdi", 10 "feature.delayApp.upgrade.action": "Faz parte do grupo de apoio do Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Atualiza a tua conta", 11 "feature.delayApp.upgrade.actionShort": "Atualiza a tua conta",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Enviar por e-mail", 16 "feature.shareFranz.action.email": "Enviar por e-mail",
14 "feature.shareFranz.action.facebook": "Compartilahr no Facebook", 17 "feature.shareFranz.action.facebook": "Compartilahr no Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Estes serviços ainda não são suportados pelo Ferdi 5", 35 "import.notSupportedHeadline": "Estes serviços ainda não são suportados pelo Ferdi 5",
33 "import.skip.label": "Eu quero adicionar serviços manualmente", 36 "import.skip.label": "Eu quero adicionar serviços manualmente",
34 "import.submit.label": "Importar serviços", 37 "import.submit.label": "Importar serviços",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "O que há de novo?", 39 "infobar.buttonChangelog": "O que há de novo?",
36 "infobar.buttonInstallUpdate": "Reiniciar e instalar atualizações", 40 "infobar.buttonInstallUpdate": "Reiniciar e instalar atualizações",
37 "infobar.buttonReloadServices": "Recarregar serviços", 41 "infobar.buttonReloadServices": "Recarregar serviços",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Pretendo fazer isto mais tarde", 49 "invite.skip.label": "Pretendo fazer isto mais tarde",
46 "invite.submit.label": "Enviar convites", 50 "invite.submit.label": "Enviar convites",
47 "invite.successInfo": "Convites enviados com sucesso", 51 "invite.successInfo": "Convites enviados com sucesso",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Endereço de e-mail", 60 "login.email.label": "Endereço de e-mail",
49 "login.headline": "Iniciar Sessão", 61 "login.headline": "Iniciar Sessão",
50 "login.invalidCredentials": "O email ou a palavra-passe estão incorrectos", 62 "login.invalidCredentials": "O email ou a palavra-passe estão incorrectos",
51 "login.link.password": "Repor a minha palavra-passe", 63 "login.link.password": "Repor a minha palavra-passe",
52 "login.link.signup": "Criar uma conta gratuita", 64 "login.link.signup": "Criar uma conta gratuita",
53 "login.password.label": "Palavra-passe", 65 "login.password.label": "Password",
54 "login.serverLogout": "A sua sessão expirou, inicie sessão novamente.", 66 "login.serverLogout": "A sua sessão expirou, inicie sessão novamente.",
55 "login.submit.label": "Iniciar sessão", 67 "login.submit.label": "Iniciar Sessão",
56 "login.tokenExpired": "A sua sessão expirou, inicie sessão novamente.", 68 "login.tokenExpired": "A sua sessão expirou, inicie sessão novamente.",
57 "menu.Todoss.closeTodosDrawer": "Fechar a gaveta Todos", 69 "menu.Todoss.closeTodosDrawer": "Fechar a gaveta Todos",
58 "menu.Todoss.openTodosDrawer": "Abrir a gaveta Todos", 70 "menu.Todoss.openTodosDrawer": "Abrir a gaveta Todos",
59 "menu.app.about": "Sobre o Ferdi", 71 "menu.app.about": "Sobre o Ferdi",
60 "menu.app.announcement": "O que há de novo?", 72 "menu.app.announcement": "O que há de novo?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Procurar atualizações", 74 "menu.app.checkForUpdates": "Procurar atualizações",
62 "menu.app.hide": "Ocultar", 75 "menu.app.hide": "Ocultar",
63 "menu.app.hideOthers": "Ocultar Outros", 76 "menu.app.hideOthers": "Ocultar Outros",
@@ -91,12 +104,17 @@
91 "menu.services": "Serviços", 104 "menu.services": "Serviços",
92 "menu.services.activatePreviousService": "Activar o serviço anterior", 105 "menu.services.activatePreviousService": "Activar o serviço anterior",
93 "menu.services.addNewService": "Adicionar Novo Serviço...", 106 "menu.services.addNewService": "Adicionar Novo Serviço...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activar o próximo serviço", 108 "menu.services.setNextServiceActive": "Activar o próximo serviço",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Activar Todos", 110 "menu.todos.enableTodos": "Activar Todos",
97 "menu.view": "Ver", 111 "menu.view": "Ver",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Ativar Modo de Ecrã Completo", 113 "menu.view.enterFullScreen": "Ativar Modo de Ecrã Completo",
99 "menu.view.exitFullScreen": "Sair do Modo de Ecrã Completo", 114 "menu.view.exitFullScreen": "Sair do Modo de Ecrã Completo",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Recarregar Ferdi", 118 "menu.view.reloadFranz": "Recarregar Ferdi",
101 "menu.view.reloadService": "Recarregar serviço", 119 "menu.view.reloadService": "Recarregar serviço",
102 "menu.view.resetZoom": "Tamanho Real", 120 "menu.view.resetZoom": "Tamanho Real",
@@ -121,7 +139,7 @@
121 "password.noUser": "Não existe nenhuma conta associada a esse endereço de e-mail", 139 "password.noUser": "Não existe nenhuma conta associada a esse endereço de e-mail",
122 "password.submit.label": "Submeter", 140 "password.submit.label": "Submeter",
123 "password.successInfo": "Por favor verifique o seu endereço de e-mail", 141 "password.successInfo": "Por favor verifique o seu endereço de e-mail",
124 "premiumFeature.button.upgradeAccount": "Atualizar conta", 142 "premiumFeature.button.upgradeAccount": "Atualiza a tua conta",
125 "pricing.features.adFree": "Sem publicidade para sempre", 143 "pricing.features.adFree": "Sem publicidade para sempre",
126 "pricing.features.appDelays": "No Waiting Screens", 144 "pricing.features.appDelays": "No Waiting Screens",
127 "pricing.features.customWebsites": "Add Custom Websites", 145 "pricing.features.customWebsites": "Add Custom Websites",
@@ -160,13 +178,16 @@
160 "service.errorHandler.headline": "Oh não!", 178 "service.errorHandler.headline": "Oh não!",
161 "service.errorHandler.message": "Erro", 179 "service.errorHandler.message": "Erro",
162 "service.errorHandler.text": "{name} falhou o carregamento", 180 "service.errorHandler.text": "{name} falhou o carregamento",
163 "service.restrictedHandler.action": "Melhorar a conta", 181 "service.restrictedHandler.action": "Upgrade Account",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "A ler", 186 "service.webviewLoader.loading": "A ler",
169 "services.getStarted": "Vamos começar", 187 "services.getStarted": "Vamos começar",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Bem-vindo ao Ferdi", 191 "services.welcome": "Bem-vindo ao Ferdi",
171 "settings.account.account.editButton": "Editar conta", 192 "settings.account.account.editButton": "Editar conta",
172 "settings.account.accountType.basic": "Conta Básica", 193 "settings.account.accountType.basic": "Conta Básica",
@@ -180,7 +201,7 @@
180 "settings.account.headlineDangerZone": "Zona de perigo", 201 "settings.account.headlineDangerZone": "Zona de perigo",
181 "settings.account.headlineInvoices": "Faturas", 202 "settings.account.headlineInvoices": "Faturas",
182 "settings.account.headlinePassword": "Alterar palavra-passe", 203 "settings.account.headlinePassword": "Alterar palavra-passe",
183 "settings.account.headlineProfile": "Atualizar perfil", 204 "settings.account.headlineProfile": "Atualizar o perfil",
184 "settings.account.headlineSubscription": "A sua subscrição", 205 "settings.account.headlineSubscription": "A sua subscrição",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
@@ -192,47 +213,72 @@
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
193 "settings.account.tryReloadServices": "Tentar novamente", 214 "settings.account.tryReloadServices": "Tentar novamente",
194 "settings.account.tryReloadUserInfoRequest": "Tentar novamente", 215 "settings.account.tryReloadUserInfoRequest": "Tentar novamente",
195 "settings.account.upgradeToPro.label": "Actualiza para o Ferdi Profissional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Não é possível carregar a informação do utilizador", 217 "settings.account.userInfoRequestFailed": "Não é possível carregar a informação do utilizador",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Limpar cache", 220 "settings.app.buttonClearAllCache": "Limpar cache",
199 "settings.app.buttonInstallUpdate": "Reiniciar & instalar atualizaço", 221 "settings.app.buttonInstallUpdate": "Reiniciar e instalar atualizaçes",
200 "settings.app.buttonSearchForUpdate": "Procurar atualizações", 222 "settings.app.buttonSearchForUpdate": "Procurar atualizações",
201 "settings.app.cacheInfo": "A cache do Ferdi está a usar {size} de espaço em disco.", 223 "settings.app.cacheInfo": "A cache do Ferdi está a usar {size} de espaço em disco.",
202 "settings.app.currentVersion": "Versão atual", 224 "settings.app.currentVersion": "Versão atual",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano", 226 "settings.app.form.autoLaunchInBackground": "Abrir em segundo plano",
204 "settings.app.form.autoLaunchOnStart": "Iniciar o Ferdi após iniciar o computador", 227 "settings.app.form.autoLaunchOnStart": "Iniciar o Ferdi após iniciar o computador",
205 "settings.app.form.beta": "Incluir versões instáveis (beta)", 228 "settings.app.form.beta": "Incluir versões instáveis (beta)",
206 "settings.app.form.darkMode": "Junta-te ao Lado Negro", 229 "settings.app.form.darkMode": "Junta-te ao Lado Negro",
207 "settings.app.form.enableGPUAcceleration": "Activar Aceleração de GPU", 230 "settings.app.form.enableGPUAcceleration": "Activar Aceleração de GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica", 232 "settings.app.form.enableSpellchecking": "Ativar verificação ortográfica",
209 "settings.app.form.enableSystemTray": "Mostrar o Ferdi na barra do sistema", 233 "settings.app.form.enableSystemTray": "Mostrar o Ferdi na barra do sistema",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Idioma", 238 "settings.app.form.language": "Idioma",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema", 240 "settings.app.form.minimizeToSystemTray": "Minimizar o Ferdi para a barra do sistema",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Manter o Ferdi em segundo plano ao fechar a janela", 243 "settings.app.form.runInBackground": "Manter o Ferdi em segundo plano ao fechar a janela",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Apresentar separadores de serviços desativados", 248 "settings.app.form.showDisabledServices": "Apresentar separadores de serviços desativados",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Apresentar emblema com o número de mensagens não lidas quando as notificações estão desativadas", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Apresentar emblema com o número de mensagens não lidas quando as notificações estão desativadas",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Definições", 253 "settings.app.headline": "Definições",
218 "settings.app.headlineAdvanced": "Avançado", 254 "settings.app.headlineAdvanced": "Avançado",
219 "settings.app.headlineAppearance": "Aparência", 255 "settings.app.headlineAppearance": "Aparência",
220 "settings.app.headlineGeneral": "Geral", 256 "settings.app.headlineGeneral": "Geral",
221 "settings.app.headlineLanguage": "Idioma", 257 "settings.app.headlineLanguage": "Idioma",
222 "settings.app.headlineUpdates": "Atualizações", 258 "settings.app.headlineUpdates": "Atualizações",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Alterações requerem reinício", 264 "settings.app.restartRequired": "Alterações requerem reinício",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Cache", 269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ajude-nos a traduzir a Ferdi para a sua língua.", 271 "settings.app.translationHelp": "Ajude-nos a traduzir a Ferdi para a sua língua.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Atualização disponivel, a transferir...", 273 "settings.app.updateStatusAvailable": "Atualização disponivel, a transferir...",
228 "settings.app.updateStatusSearching": "A procurar atualizações", 274 "settings.app.updateStatusSearching": "A procurar atualizações",
229 "settings.app.updateStatusUpToDate": "Está a usar a versão mais recente do Ferdi", 275 "settings.app.updateStatusUpToDate": "Está a usar a versão mais recente do Ferdi",
230 "settings.invite.headline": "Convide Amigos", 276 "settings.invite.headline": "Convide Amigos",
231 "settings.navigation.account": "Conta", 277 "settings.navigation.account": "Conta",
232 "settings.navigation.availableServices": "Serviços disponíveis", 278 "settings.navigation.availableServices": "Serviços disponíveis",
233 "settings.navigation.inviteFriends": "Convide Amigos",
234 "settings.navigation.logout": "Terminar sessão", 279 "settings.navigation.logout": "Terminar sessão",
235 "settings.navigation.settings": "Definições", 280 "settings.navigation.settings": "Definições",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Gerir a equipa", 282 "settings.navigation.team": "Gerir a equipa",
237 "settings.navigation.yourServices": "Os seus serviços", 283 "settings.navigation.yourServices": "Os seus serviços",
238 "settings.navigation.yourWorkspaces": "Os teus Espaços de trabalho", 284 "settings.navigation.yourWorkspaces": "Os teus Espaços de trabalho",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Mostrar o emblema da mensagem para todas as novas mensagens", 322 "settings.service.form.indirectMessages": "Mostrar o emblema da mensagem para todas as novas mensagens",
277 "settings.service.form.isMutedInfo": "Quando desativado, todos sons e reproduções de áudio serão silenciados", 323 "settings.service.form.isMutedInfo": "Quando desativado, todos sons e reproduções de áudio serão silenciados",
278 "settings.service.form.name": "Nome", 324 "settings.service.form.name": "Nome",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Definições HTTP/HTTPS Proxy", 326 "settings.service.form.proxy.headline": "Definições HTTP/HTTPS Proxy",
280 "settings.service.form.proxy.host": "Host/IP proxy", 327 "settings.service.form.proxy.host": "Host/IP proxy",
281 "settings.service.form.proxy.info": "As definições do proxy não serão guardadas nos servidores do Ferdi.", 328 "settings.service.form.proxy.info": "As definições do proxy não serão guardadas nos servidores do Ferdi.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "O serviço está desativado", 345 "settings.services.tooltip.isDisabled": "O serviço está desativado",
299 "settings.services.tooltip.isMuted": "Todos os sons estão silenciados", 346 "settings.services.tooltip.isMuted": "Todos os sons estão silenciados",
300 "settings.services.tooltip.notificationsDisabled": "As notificações estão desativadas", 347 "settings.services.tooltip.notificationsDisabled": "As notificações estão desativadas",
301 "settings.services.updatedInfo": "As alterações foram guardadas", 348 "settings.services.updatedInfo": "As suas alterações foram efetuadas com sucesso",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi para equipas", 354 "settings.team.contentHeadline": "Ferdi para equipas",
303 "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!", 355 "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!",
304 "settings.team.headline": "Equipa", 356 "settings.team.headline": "Equipa",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Gerir a tua Equipa em getferdi.com", 358 "settings.team.manageAction": "Gerir a tua Equipa em getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Actualiza a tua conta", 361 "settings.team.upgradeAction": "Actualiza a tua conta",
308 "settings.user.form.accountType.company": "Empresa", 362 "settings.user.form.accountType.company": "Empresa",
309 "settings.user.form.accountType.individual": "Indivíduo", 363 "settings.user.form.accountType.individual": "Indivíduo",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Criar um Espaço de trabalho", 372 "settings.workspace.add.form.submitButton": "Criar um Espaço de trabalho",
319 "settings.workspace.form.buttonDelete": "Apagar um Espaço de trabalho", 373 "settings.workspace.form.buttonDelete": "Apagar um Espaço de trabalho",
320 "settings.workspace.form.buttonSave": "Gravar um Espaço de trabalho", 374 "settings.workspace.form.buttonSave": "Gravar um Espaço de trabalho",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Nome", 377 "settings.workspace.form.name": "Nome",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Os teus Espaços de trabalho", 379 "settings.workspace.form.yourWorkspaces": "Os teus Espaços de trabalho",
@@ -325,28 +381,29 @@
325 "settings.workspaces.headline": "Os teus Espaços de trabalho", 381 "settings.workspaces.headline": "Os teus Espaços de trabalho",
326 "settings.workspaces.noWorkspacesAdded": "Ainda não adicionou nenhum Espaço de trabalho", 382 "settings.workspaces.noWorkspacesAdded": "Ainda não adicionou nenhum Espaço de trabalho",
327 "settings.workspaces.tryReloadWorkspaces": "Tentar novamente", 383 "settings.workspaces.tryReloadWorkspaces": "Tentar novamente",
328 "settings.workspaces.updatedInfo": "As suas alterações foram gravadas", 384 "settings.workspaces.updatedInfo": "As suas alterações foram efetuadas com sucesso",
329 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo os Espaço de trabalho Ferdi", 385 "settings.workspaces.workspaceFeatureHeadline": "Menos é Mais: Introduzindo os Espaço de trabalho Ferdi",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Adicionar um novo serviço", 388 "sidebar.addNewService": "Adicionar um novo serviço",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Fechar a janela do Espaço de trabalho", 390 "sidebar.closeWorkspaceDrawer": "Fechar a janela do Espaço de trabalho",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Desativar notificações e áudio", 392 "sidebar.muteApp": "Desativar notificações e áudio",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Abrir a janela do Espaço de trabalho", 394 "sidebar.openWorkspaceDrawer": "Abrir a janela do Espaço de trabalho",
338 "sidebar.settings": "Definições", 395 "sidebar.settings": "Definições",
339 "sidebar.unmuteApp": "Ativar notificações e áudio", 396 "sidebar.unmuteApp": "Ativar notificações e áudio",
340 "signup.email.label": "Endereço de email", 397 "signup.email.label": "Endereço de e-mail",
341 "signup.emailDuplicate": "Já existe uma conta associada a este endereço de email", 398 "signup.emailDuplicate": "Já existe uma conta associada a este endereço de email",
342 "signup.firstname.label": "Primeiro Nome", 399 "signup.firstname.label": "Primeiro Nome",
343 "signup.headline": "Criar conta", 400 "signup.headline": "Criar conta",
344 "signup.lastname.label": "Último Nome", 401 "signup.lastname.label": "Último Nome",
345 "signup.legal.info": "Ao criar uma conta Ferdi, aceita", 402 "signup.legal.info": "Ao criar uma conta Ferdi, aceita",
346 "signup.legal.privacy": "Declaração de Privacidade", 403 "signup.legal.privacy": "Declaração de privacidade",
347 "signup.legal.terms": "Termos do Serviço", 404 "signup.legal.terms": "Termos do Serviço",
348 "signup.link.login": "Já tem uma conta, iniciar sessão?", 405 "signup.link.login": "Já tem uma conta, iniciar sessão?",
349 "signup.password.label": "Palavra-passe", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Criar uma conta", 407 "signup.submit.label": "Criar uma conta",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -370,6 +427,11 @@
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} é obrigatório", 428 "validation.required": "{field} é obrigatório",
372 "validation.url": "{field} não é uma hiperligação válida", 429 "validation.url": "{field} não é uma hiperligação válida",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Recarregar",
373 "welcome.loginButton": "Iniciar sessão", 435 "welcome.loginButton": "Iniciar sessão",
374 "welcome.signupButton": "Criar uma conta gratuita", 436 "welcome.signupButton": "Criar uma conta gratuita",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/ro.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 1637078ed..58fa12b60 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Получить бесплатную 14-дневную триальную версию Ferdi Professional и перейти к следующему полю", 9 "feature.delayApp.trial.headline": "Получить бесплатную 14-дневную триальную версию Ferdi Professional и перейти к следующему полю",
10 "feature.delayApp.upgrade.action": "Получите лицензию поддержки Ferdi", 10 "feature.delayApp.upgrade.action": "Получите лицензию поддержки Ferdi",
11 "feature.delayApp.upgrade.actionShort": "Апгрейдить аккаунт", 11 "feature.delayApp.upgrade.actionShort": "Апгрейдить аккаунт",
12 "feature.quickSwitch.info": "Выберите сервис с Tab, вверх и вниз. Откройте сервис нажав на ENTER.",
13 "feature.quickSwitch.search": "Поиск...",
14 "feature.quickSwitch.title": "Быстрое переключение",
12 "feature.serviceLimit.limitReached": "Вы добавили {amount} максимальное {limit} количество сервисов, входящих в ваш план. Пожалуйста, обновите свой план чтобы добавить больше сервисов.", 15 "feature.serviceLimit.limitReached": "Вы добавили {amount} максимальное {limit} количество сервисов, входящих в ваш план. Пожалуйста, обновите свой план чтобы добавить больше сервисов.",
13 "feature.shareFranz.action.email": "Отправить по email", 16 "feature.shareFranz.action.email": "Отправить по email",
14 "feature.shareFranz.action.facebook": "Поделиться на Facebook", 17 "feature.shareFranz.action.facebook": "Поделиться на Facebook",
@@ -17,27 +20,28 @@
17 "feature.shareFranz.shareText.email": "Я добавил {count} сервисов во Ferdi! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.getferdi.com", 20 "feature.shareFranz.shareText.email": "Я добавил {count} сервисов во Ferdi! Теперь доступны такие мессенджеры как WhatsApp, Messenger, Slack, Skype и другие. Полый список вы найдете на www.getferdi.com",
18 "feature.shareFranz.shareText.twitter": "Я добавил {count} сервис(ов) в Ferdi! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.getferdi.com /cc @FerdiMessenger", 21 "feature.shareFranz.shareText.twitter": "Я добавил {count} сервис(ов) в Ferdi! Скачай бесплатную аппку для WhatsApp, Messenger, Slack, Skype и иже на www.getferdi.com /cc @FerdiMessenger",
19 "feature.shareFranz.text": "Расскажи своим друзьям и коллегам насколько прелестен Ferdi и помоги нам развиться", 22 "feature.shareFranz.text": "Расскажи своим друзьям и коллегам насколько прелестен Ferdi и помоги нам развиться",
20 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!", 23 "feature.todos.premium.info": "Ferdi Todos теперь доступны для премиум пользователей!",
21 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.", 24 "feature.todos.premium.rollout": "Все остальные должны будут ждать немного дольше.",
22 "feature.todos.premium.upgrade": "Upgrade Account", 25 "feature.todos.premium.upgrade": "Повысить уровень учетной записи",
23 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi", 26 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi",
24 "global.franzProRequired": "Ferdi Professional Required", 27 "global.franzProRequired": "Требуется Ferdi Professional",
25 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет", 28 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет",
26 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})", 29 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})",
27 "global.spellchecking.autodetect": "Найти язык автоматически", 30 "global.spellchecking.autodetect": "Найти язык автоматически",
28 "global.spellchecking.autodetect.short": "Авто", 31 "global.spellchecking.autodetect.short": "Авто",
29 "global.spellchecking.language": "Проверка правописания", 32 "global.spellchecking.language": "Проверка правописания",
30 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 33 "global.upgradeButton.upgradeToPro": "Повысьте до Ferdi Professional",
31 "import.headline": "Импортировать ваши сервисы из Ferdi 4", 34 "import.headline": "Импортировать ваши сервисы из Ferdi 4",
32 "import.notSupportedHeadline": "Сервисы пока ещё не поддерживаются в Ferdi 5", 35 "import.notSupportedHeadline": "Сервисы пока ещё не поддерживаются в Ferdi 5",
33 "import.skip.label": "Я хочу добавить сервисы вручную", 36 "import.skip.label": "Я хочу добавить сервисы вручную",
34 "import.submit.label": "Импортировать сервисы", 37 "import.submit.label": "Импортировать сервисы",
38 "infobar.authRequestFailed": "При попытке выполнить аутентифицированный запрос произошли ошибки. Пожалуйста, попробуйте выйти из системы и вернуться в систему, если эта ошибка повторяется.",
35 "infobar.buttonChangelog": "Что новенького?", 39 "infobar.buttonChangelog": "Что новенького?",
36 "infobar.buttonInstallUpdate": "Перезапустить и установить обновления", 40 "infobar.buttonInstallUpdate": "Перезапустить и установить обновления",
37 "infobar.buttonReloadServices": "Перезагрузить сервисы", 41 "infobar.buttonReloadServices": "Перезагрузить сервисы",
38 "infobar.requiredRequestsFailed": "Невозможно загрузить сервисы и информацию пользователя", 42 "infobar.requiredRequestsFailed": "Невозможно загрузить сервисы и информацию пользователя",
39 "infobar.servicesUpdated": "Ваши сервисы были обновлены.", 43 "infobar.servicesUpdated": "Ваши сервисы были обновлены.",
40 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!", 44 "infobar.trialActivated": "Пробный период успешно активирован. Счастливых переписок!",
41 "infobar.updateAvailable": "Доступно обновление Ferdi.", 45 "infobar.updateAvailable": "Доступно обновление Ferdi.",
42 "invite.email.label": "Адрес электронной почты", 46 "invite.email.label": "Адрес электронной почты",
43 "invite.headline.friends": "Пригласите 3-х друзей или коллег", 47 "invite.headline.friends": "Пригласите 3-х друзей или коллег",
@@ -45,6 +49,14 @@
45 "invite.skip.label": "Я сделаю это позже", 49 "invite.skip.label": "Я сделаю это позже",
46 "invite.submit.label": "Выслать приглашения", 50 "invite.submit.label": "Выслать приглашения",
47 "invite.successInfo": "Приглашения успешно отправлены", 51 "invite.successInfo": "Приглашения успешно отправлены",
52 "locked.headline": "Заблокировано",
53 "locked.info": "Ferdi сейчас заблокирован. Пожалуйста, разблокируйте Ferdi своим паролем, чтобы увидеть ваши сообщения.",
54 "locked.invalidCredentials": "Неверный пароль",
55 "locked.password.label": "Пароль",
56 "locked.submit.label": "Разблокировать",
57 "login.changeServer": "Изменить сервер",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Адрес электронной почты", 60 "login.email.label": "Адрес электронной почты",
49 "login.headline": "Вход", 61 "login.headline": "Вход",
50 "login.invalidCredentials": "Неправильный адрес электронной почты или пароль", 62 "login.invalidCredentials": "Неправильный адрес электронной почты или пароль",
@@ -54,10 +66,11 @@
54 "login.serverLogout": "Сессия устарела, пожалуйста, войдите снова.", 66 "login.serverLogout": "Сессия устарела, пожалуйста, войдите снова.",
55 "login.submit.label": "Вход", 67 "login.submit.label": "Вход",
56 "login.tokenExpired": "Сессия устарела, пожалуйста, войдите снова.", 68 "login.tokenExpired": "Сессия устарела, пожалуйста, войдите снова.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Закрыть панель задач Todos",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Закрыть панель задач Todos",
59 "menu.app.about": "О Ferdi", 71 "menu.app.about": "О Ferdi",
60 "menu.app.announcement": "Что нового?", 72 "menu.app.announcement": "Что нового?",
73 "menu.app.autohideMenuBar": "Автоматически скрывать панель",
61 "menu.app.checkForUpdates": "Проверить обновления", 74 "menu.app.checkForUpdates": "Проверить обновления",
62 "menu.app.hide": "Скрыть", 75 "menu.app.hide": "Скрыть",
63 "menu.app.hideOthers": "Скрыть остальные", 76 "menu.app.hideOthers": "Скрыть остальные",
@@ -81,9 +94,9 @@
81 "menu.file": "Файл", 94 "menu.file": "Файл",
82 "menu.help": "Справка", 95 "menu.help": "Справка",
83 "menu.help.changelog": "Журнал изменений", 96 "menu.help.changelog": "Журнал изменений",
84 "menu.help.debugInfo": "Copy Debug Information", 97 "menu.help.debugInfo": "Скопировать отладочную информацию",
85 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.", 98 "menu.help.debugInfoCopiedBody": "Ваша информация отладки была скопирована в буфер обмена.",
86 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information", 99 "menu.help.debugInfoCopiedHeadline": "Отладочная информация Ferdi",
87 "menu.help.learnMore": "Подробнее", 100 "menu.help.learnMore": "Подробнее",
88 "menu.help.privacy": "Политика конфиденциальности", 101 "menu.help.privacy": "Политика конфиденциальности",
89 "menu.help.support": "Поддержка", 102 "menu.help.support": "Поддержка",
@@ -91,19 +104,24 @@
91 "menu.services": "Сервис", 104 "menu.services": "Сервис",
92 "menu.services.activatePreviousService": "Активировать предыдущий сервич", 105 "menu.services.activatePreviousService": "Активировать предыдущий сервич",
93 "menu.services.addNewService": "Добавить новый сервис...", 106 "menu.services.addNewService": "Добавить новый сервис...",
107 "menu.services.goHome": "Домой",
94 "menu.services.setNextServiceActive": "Активировать следующий сервис", 108 "menu.services.setNextServiceActive": "Активировать следующий сервис",
95 "menu.todos": "Todos", 109 "menu.todos": "Задачи",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Включить задачи",
97 "menu.view": "Вид", 111 "menu.view": "Вид",
112 "menu.view.back": "Назад",
98 "menu.view.enterFullScreen": "На весь экран", 113 "menu.view.enterFullScreen": "На весь экран",
99 "menu.view.exitFullScreen": "В окне", 114 "menu.view.exitFullScreen": "В окне",
115 "menu.view.forward": "Переслать",
116 "menu.view.lockFerdi": "Заблокировать Ferdi",
117 "menu.view.openQuickSwitch": "Открыть быстрый переключатель",
100 "menu.view.reloadFranz": "Перезагрузить Ferdi", 118 "menu.view.reloadFranz": "Перезагрузить Ferdi",
101 "menu.view.reloadService": "Перезапустить сервис", 119 "menu.view.reloadService": "Перезапустить сервис",
102 "menu.view.resetZoom": "Фактический размер", 120 "menu.view.resetZoom": "Фактический размер",
103 "menu.view.toggleDevTools": "Показать инструменты разработчика", 121 "menu.view.toggleDevTools": "Показать инструменты разработчика",
104 "menu.view.toggleFullScreen": "Переключиться на полный экран", 122 "menu.view.toggleFullScreen": "Переключиться на полный экран",
105 "menu.view.toggleServiceDevTools": "Показать инструменты разработчика сервиса", 123 "menu.view.toggleServiceDevTools": "Показать инструменты разработчика сервиса",
106 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools", 124 "menu.view.toggleTodosDevTools": "Включить инструменты разработчика Todos",
107 "menu.view.zoomIn": "Увеличить масштаб", 125 "menu.view.zoomIn": "Увеличить масштаб",
108 "menu.view.zoomOut": "Уменьшить масштаб", 126 "menu.view.zoomOut": "Уменьшить масштаб",
109 "menu.window": "Окно", 127 "menu.window": "Окно",
@@ -115,22 +133,22 @@
115 "menu.workspaces.defaultWorkspace": "Все сервисы", 133 "menu.workspaces.defaultWorkspace": "Все сервисы",
116 "menu.workspaces.openWorkspaceDrawer": "Открыть меню окружений", 134 "menu.workspaces.openWorkspaceDrawer": "Открыть меню окружений",
117 "password.email.label": "Адрес электронной почты", 135 "password.email.label": "Адрес электронной почты",
118 "password.headline": "рсить пароль", 136 "password.headline": "осстновть пароль",
119 "password.link.login": "Вход", 137 "password.link.login": "Вход",
120 "password.link.signup": "Создать бесплатню учётую сь ользовл", 138 "password.link.signup": "Создать бесплатн аа",
121 "password.noUser": "Не найдено пользователя с таким адресом электронной почты", 139 "password.noUser": "Не найдено пользователя с таким адресом электронной почты",
122 "password.submit.label": "Принять", 140 "password.submit.label": "Принять",
123 "password.successInfo": "Проверьте вашу электронную почту", 141 "password.successInfo": "Проверьте вашу электронную почту",
124 "premiumFeature.button.upgradeAccount": "рейт а платню и", 142 "premiumFeature.button.upgradeAccount": "грейт ",
125 "pricing.features.adFree": "Forever ad-free", 143 "pricing.features.adFree": "Всегда бесплатен с рекламой",
126 "pricing.features.appDelays": "No Waiting Screens", 144 "pricing.features.appDelays": "Без экранов ожидания",
127 "pricing.features.customWebsites": "Add Custom Websites", 145 "pricing.features.customWebsites": "Добавить пользовательские веб-сайты",
128 "pricing.features.onPremise": "On-premise & other Hosted Services", 146 "pricing.features.onPremise": "On-premise & other Hosted Services",
129 "pricing.features.serviceProxies": "Service Proxies", 147 "pricing.features.serviceProxies": "Прокси сервиса",
130 "pricing.features.spellchecker": "Spellchecker support", 148 "pricing.features.spellchecker": "Поддержка Spellchecker",
131 "pricing.features.teamManagement": "Team Management", 149 "pricing.features.teamManagement": "Команда управления",
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Установить сторонние сервисы",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Добавить неограниченные сервисы",
134 "pricing.features.workspaces": "Окружение", 152 "pricing.features.workspaces": "Окружение",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi Free",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
@@ -140,9 +158,9 @@
140 "pricing.plan.pro": "Ferdi Professional", 158 "pricing.plan.pro": "Ferdi Professional",
141 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
142 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
143 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 161 "pricing.trial.cta.accept": "Да, обновите мой аккаунт до Ferdi Professional",
144 "pricing.trial.cta.skip": "Continue to Ferdi", 162 "pricing.trial.cta.skip": "Перейти к Ферди",
145 "pricing.trial.error": "Sorry, we could not activate your trial!", 163 "pricing.trial.error": "К сожалению, мы не смогли активировать ваш пробный период!",
146 "pricing.trial.features.headline": "Ferdi Professional includes:", 164 "pricing.trial.features.headline": "Ferdi Professional includes:",
147 "pricing.trial.headline": "Ferdi Professional", 165 "pricing.trial.headline": "Ferdi Professional",
148 "pricing.trial.subheadline": "Your personal welcome offer:", 166 "pricing.trial.subheadline": "Your personal welcome offer:",
@@ -160,13 +178,16 @@
160 "service.errorHandler.headline": "О, нет!", 178 "service.errorHandler.headline": "О, нет!",
161 "service.errorHandler.message": "Ошибка", 179 "service.errorHandler.message": "Ошибка",
162 "service.errorHandler.text": "{name} не смог загрузиться.", 180 "service.errorHandler.text": "{name} не смог загрузиться.",
163 "service.restrictedHandler.action": "Upgrade Account", 181 "service.restrictedHandler.action": "Повысить уровень учетной записи",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Загрузка", 186 "service.webviewLoader.loading": "Загрузка",
169 "services.getStarted": "Начать работу", 187 "services.getStarted": "Начать работу",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Добро пожаловать во Ferdi", 191 "services.welcome": "Добро пожаловать во Ferdi",
171 "settings.account.account.editButton": "Редактировать аккаунт", 192 "settings.account.account.editButton": "Редактировать аккаунт",
172 "settings.account.accountType.basic": "Базовый аккаунт", 193 "settings.account.accountType.basic": "Базовый аккаунт",
@@ -192,47 +213,72 @@
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
193 "settings.account.tryReloadServices": "Попробовать снова", 214 "settings.account.tryReloadServices": "Попробовать снова",
194 "settings.account.tryReloadUserInfoRequest": "Попробовать снова", 215 "settings.account.tryReloadUserInfoRequest": "Попробовать снова",
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Повысьте до Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Невозможно загрузить информацию пользователя", 217 "settings.account.userInfoRequestFailed": "Невозможно загрузить информацию пользователя",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Очистить кэш", 220 "settings.app.buttonClearAllCache": "Очистить кэш",
199 "settings.app.buttonInstallUpdate": "Перезапустить и овить", 221 "settings.app.buttonInstallUpdate": "Перезапустить и устновить обновления",
200 "settings.app.buttonSearchForUpdate": "Проверить обновления", 222 "settings.app.buttonSearchForUpdate": "Проверить обновления",
201 "settings.app.cacheInfo": "Кэш занимает {size} на диске.", 223 "settings.app.cacheInfo": "Кэш занимает {size} на диске.",
202 "settings.app.currentVersion": "Текущая версия:", 224 "settings.app.currentVersion": "Текущая версия:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Открывать в фоне", 226 "settings.app.form.autoLaunchInBackground": "Открывать в фоне",
204 "settings.app.form.autoLaunchOnStart": "Запускать Ferdi при старте", 227 "settings.app.form.autoLaunchOnStart": "Запускать Ferdi при старте",
205 "settings.app.form.beta": "Включая бета версии", 228 "settings.app.form.beta": "Включая бета версии",
206 "settings.app.form.darkMode": "Перейти на Тёмную сторону", 229 "settings.app.form.darkMode": "Перейти на Тёмную сторону",
207 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU", 230 "settings.app.form.enableGPUAcceleration": "Включить ускорение GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Включить проверку правописания", 232 "settings.app.form.enableSpellchecking": "Включить проверку правописания",
209 "settings.app.form.enableSystemTray": "Показывать Ferdi в системном трее", 233 "settings.app.form.enableSystemTray": "Показывать Ferdi в системном трее",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Язык", 238 "settings.app.form.language": "Язык",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей", 240 "settings.app.form.minimizeToSystemTray": "Сворачивать Ferdi в системный трей",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Оставлять Ferdi в фоне при закрытии окна", 243 "settings.app.form.runInBackground": "Оставлять Ferdi в фоне при закрытии окна",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Показывать вкладки отключённых служб", 248 "settings.app.form.showDisabledServices": "Показывать вкладки отключённых служб",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Показывать значок непрочитанного сообщения при отключённых уведомлениях", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Показывать значок непрочитанного сообщения при отключённых уведомлениях",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Настройки", 253 "settings.app.headline": "Настройки",
218 "settings.app.headlineAdvanced": "Дополнительно", 254 "settings.app.headlineAdvanced": "Дополнительно",
219 "settings.app.headlineAppearance": "Внешний вид", 255 "settings.app.headlineAppearance": "Внешний вид",
220 "settings.app.headlineGeneral": "Общие", 256 "settings.app.headlineGeneral": "Общие",
221 "settings.app.headlineLanguage": "Язык", 257 "settings.app.headlineLanguage": "Язык",
222 "settings.app.headlineUpdates": "Обновления", 258 "settings.app.headlineUpdates": "Обновления",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.", 260 "settings.app.languageDisclaimer": "Официальная поддержка только для английского и немецкого языков. Остальные языки переведены сообществом.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения", 264 "settings.app.restartRequired": "Изменения требуют перезагрузки приложения",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Кэш", 269 "settings.app.subheadlineCache": "Кэш",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Помогите нам перевести Ferdi на ваш язык.", 271 "settings.app.translationHelp": "Помогите нам перевести Ferdi на ваш язык.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Доступно обновление, идёт загрузка...", 273 "settings.app.updateStatusAvailable": "Доступно обновление, идёт загрузка...",
228 "settings.app.updateStatusSearching": "Поиск обновлений", 274 "settings.app.updateStatusSearching": "Поиск обновлений",
229 "settings.app.updateStatusUpToDate": "Вы используете актуальную версию Ferdi", 275 "settings.app.updateStatusUpToDate": "Вы используете актуальную версию Ferdi",
230 "settings.invite.headline": "Пригласить друзей", 276 "settings.invite.headline": "Пригласить друзей",
231 "settings.navigation.account": "Аккаунт", 277 "settings.navigation.account": "Аккаунт",
232 "settings.navigation.availableServices": "Доступные сервисы", 278 "settings.navigation.availableServices": "Доступные сервисы",
233 "settings.navigation.inviteFriends": "Пригласить друзей",
234 "settings.navigation.logout": "Выход", 279 "settings.navigation.logout": "Выход",
235 "settings.navigation.settings": "Настройки", 280 "settings.navigation.settings": "Настройки",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Управление Командой", 282 "settings.navigation.team": "Управление Командой",
237 "settings.navigation.yourServices": "Ваши сервисы", 283 "settings.navigation.yourServices": "Ваши сервисы",
238 "settings.navigation.yourWorkspaces": "Ваши окружения", 284 "settings.navigation.yourWorkspaces": "Ваши окружения",
@@ -260,7 +306,7 @@
260 "settings.service.form.customUrlUpgradeAccount": "Улучшить ваш аккаунт", 306 "settings.service.form.customUrlUpgradeAccount": "Улучшить ваш аккаунт",
261 "settings.service.form.customUrlValidationError": "Невозможно проверить сервер {name}.", 307 "settings.service.form.customUrlValidationError": "Невозможно проверить сервер {name}.",
262 "settings.service.form.deleteButton": "Удалить сервис", 308 "settings.service.form.deleteButton": "Удалить сервис",
263 "settings.service.form.editServiceHeadline": "Редактировать {name}", 309 "settings.service.form.editServiceHeadline": "Редактирование {name}",
264 "settings.service.form.enableAudio": "Включить звук", 310 "settings.service.form.enableAudio": "Включить звук",
265 "settings.service.form.enableBadge": "Показывать иконку непрочитанных сообщений", 311 "settings.service.form.enableBadge": "Показывать иконку непрочитанных сообщений",
266 "settings.service.form.enableDarkMode": "Включить Тёмный режим", 312 "settings.service.form.enableDarkMode": "Включить Тёмный режим",
@@ -275,7 +321,8 @@
275 "settings.service.form.indirectMessageInfo": "Вы будете получать уведомления обо всех новых сообщений на канале, не только для @username, @channel, @here, ...", 321 "settings.service.form.indirectMessageInfo": "Вы будете получать уведомления обо всех новых сообщений на канале, не только для @username, @channel, @here, ...",
276 "settings.service.form.indirectMessages": "Показывать значок уведомлений для всех новых сообщений", 322 "settings.service.form.indirectMessages": "Показывать значок уведомлений для всех новых сообщений",
277 "settings.service.form.isMutedInfo": "Когда выключено, все звуковые уведомления будут отключены", 323 "settings.service.form.isMutedInfo": "Когда выключено, все звуковые уведомления будут отключены",
278 "settings.service.form.name": "Название", 324 "settings.service.form.name": "Имя",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Настройки Прокси HTTP/HTTPS", 326 "settings.service.form.proxy.headline": "Настройки Прокси HTTP/HTTPS",
280 "settings.service.form.proxy.host": "Прокси Host/IP", 327 "settings.service.form.proxy.host": "Прокси Host/IP",
281 "settings.service.form.proxy.info": "Настройки прокси не будут синхронизированны с серверами Ferdi", 328 "settings.service.form.proxy.info": "Настройки прокси не будут синхронизированны с серверами Ferdi",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Сервис отключен", 345 "settings.services.tooltip.isDisabled": "Сервис отключен",
299 "settings.services.tooltip.isMuted": "Все звуки отключены", 346 "settings.services.tooltip.isMuted": "Все звуки отключены",
300 "settings.services.tooltip.notificationsDisabled": "Уведомления отключены", 347 "settings.services.tooltip.notificationsDisabled": "Уведомления отключены",
301 "settings.services.updatedInfo": "Изменения сохранены", 348 "settings.services.updatedInfo": "Ваши изменения были сохранены",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi для Команд", 354 "settings.team.contentHeadline": "Ferdi для Команд",
303 "settings.team.copy": "Ferdi для Команд позволяет пригласить коллег в вашу команду, отправив им емайл с приглашением, а также управлять их подписками в настройках вашего аккаунта. Не тратьте время на настройку подписок для каждого члена команды индивидуально, забудьте о многочисленных платежках и разных циклах оплаты - одна команда для управления всеми!", 355 "settings.team.copy": "Ferdi для Команд позволяет пригласить коллег в вашу команду, отправив им емайл с приглашением, а также управлять их подписками в настройках вашего аккаунта. Не тратьте время на настройку подписок для каждого члена команды индивидуально, забудьте о многочисленных платежках и разных циклах оплаты - одна команда для управления всеми!",
304 "settings.team.headline": "Команда", 356 "settings.team.headline": "Команда",
305 "settings.team.intro": "Вы и ваша команда испльзуете Ferdi? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.", 357 "settings.team.intro": "Вы и ваша команда испльзуете Ferdi? Вы теперь можете управлять Премиум подписками любого количества коллег, друзей и членов семьи, из одного и того же аккаунта.",
306 "settings.team.manageAction": "Управляйте вашей Командой на getferdi.com", 358 "settings.team.manageAction": "Управляйте вашей Командой на getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Улучшить ваш аккаунт", 361 "settings.team.upgradeAction": "Улучшить ваш аккаунт",
308 "settings.user.form.accountType.company": "Компания", 362 "settings.user.form.accountType.company": "Компания",
309 "settings.user.form.accountType.individual": "Индивидуальный", 363 "settings.user.form.accountType.individual": "Индивидуальный",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Создать окружение", 372 "settings.workspace.add.form.submitButton": "Создать окружение",
319 "settings.workspace.form.buttonDelete": "Удалить окружение", 373 "settings.workspace.form.buttonDelete": "Удалить окружение",
320 "settings.workspace.form.buttonSave": "Сохранить окружение", 374 "settings.workspace.form.buttonSave": "Сохранить окружение",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Имя", 377 "settings.workspace.form.name": "Имя",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Ваши окружения", 379 "settings.workspace.form.yourWorkspaces": "Ваши окружения",
@@ -325,13 +381,14 @@
325 "settings.workspaces.headline": "Ваши окружения", 381 "settings.workspaces.headline": "Ваши окружения",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Попробовать снова", 383 "settings.workspaces.tryReloadWorkspaces": "Попробовать снова",
328 "settings.workspaces.updatedInfo": "Your changes have been saved", 384 "settings.workspaces.updatedInfo": "Ваши изменения были сохранены",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Добавить новый сервис", 388 "sidebar.addNewService": "Добавить новый сервис",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Закрыть меню окружений", 390 "sidebar.closeWorkspaceDrawer": "Закрыть меню окружений",
391 "sidebar.lockFerdi": "Заблокировать Ferdi",
335 "sidebar.muteApp": "Отключить уведомления и звук", 392 "sidebar.muteApp": "Отключить уведомления и звук",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Открыть меню окружений", 394 "sidebar.openWorkspaceDrawer": "Открыть меню окружений",
@@ -348,20 +405,6 @@
348 "signup.link.login": "Уже есть аккаунт, войти?", 405 "signup.link.login": "Уже есть аккаунт, войти?",
349 "signup.password.label": "Пароль", 406 "signup.password.label": "Пароль",
350 "signup.submit.label": "Создать аккаунт", 407 "signup.submit.label": "Создать аккаунт",
351 "subscription.euTaxInfo": "Резидентам ЕвроСоюза: могут применяться местные налоги",
352 "subscription.features.ads": "Без рекламы, навсегда!",
353 "subscription.features.comingSoon": "скоро",
354 "subscription.features.noInterruptions": "Никаких задержек и предложений перейти на платную версию",
355 "subscription.features.onpremise.mattermost": "Локальные/размещенные на хостинге сервисы, такие как Mattermost",
356 "subscription.features.proxy": "Подержка прокси для сервисов",
357 "subscription.features.spellchecker": "Поддержка проверки правописания",
358 "subscription.features.workspaces": "Organize your services in workspaces",
359 "subscription.includedFeatures": "Платный премиум аккаунт Ferdi включает",
360 "subscription.paymentSessionError": "Невозможно загрузить форму оплаты",
361 "subscription.submit.label": "Я хочу поддержать разработку Ferdi",
362 "subscription.type.free": "бесплатно",
363 "subscription.type.month": "месяц",
364 "subscription.type.year": "год",
365 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
366 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
367 "subscription.cta.choosePlan": "Choose your plan", 410 "subscription.cta.choosePlan": "Choose your plan",
@@ -375,15 +418,20 @@
375 "tabs.item.disableNotifications": "Отключить уведомления", 418 "tabs.item.disableNotifications": "Отключить уведомления",
376 "tabs.item.disableService": "Отключить сервис", 419 "tabs.item.disableService": "Отключить сервис",
377 "tabs.item.edit": "Правка", 420 "tabs.item.edit": "Правка",
378 "tabs.item.enableAudio": "Включить уио", 421 "tabs.item.enableAudio": "Включить ву",
379 "tabs.item.enableNotification": "Включить уведомления", 422 "tabs.item.enableNotification": "Включить уведомления",
380 "tabs.item.enableService": "Включить с", 423 "tabs.item.enableService": "Включить с",
381 "tabs.item.reload": "Перезагрузить", 424 "tabs.item.reload": "Перезагрузить",
382 "validation.email": "{field} недействительно", 425 "validation.email": "{field} недействительно",
383 "validation.minLength": "{field} должно быть не менее {length} символов", 426 "validation.minLength": "{field} должно быть не менее {length} символов",
384 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
385 "validation.required": "{field} обязательно", 428 "validation.required": "{field} обязательно",
386 "validation.url": "{field} является недействительной ссылкой", 429 "validation.url": "{field} является недействительной ссылкой",
430 "webControls.back": "Назад",
431 "webControls.forward": "Переслать",
432 "webControls.goHome": "Домой",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Перезагрузить",
387 "welcome.loginButton": "Вход", 435 "welcome.loginButton": "Вход",
388 "welcome.signupButton": "Создать бесплатный аккаунт", 436 "welcome.signupButton": "Создать бесплатный аккаунт",
389 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index a87f5e836..ca4410a56 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Získajte licenciu pre Ferdi podporu", 10 "feature.delayApp.upgrade.action": "Získajte licenciu pre Ferdi podporu",
11 "feature.delayApp.upgrade.actionShort": "Upgradovať účet", 11 "feature.delayApp.upgrade.actionShort": "Upgradovať účet",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Odoslať ako e-mail", 16 "feature.shareFranz.action.email": "Odoslať ako e-mail",
14 "feature.shareFranz.action.facebook": "Zdielať na Facebook-u", 17 "feature.shareFranz.action.facebook": "Zdielať na Facebook-u",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Služby zatiaľ nie sú podporované vo verzii Ferdi 5", 35 "import.notSupportedHeadline": "Služby zatiaľ nie sú podporované vo verzii Ferdi 5",
33 "import.skip.label": "Chcem pridať služby ručne", 36 "import.skip.label": "Chcem pridať služby ručne",
34 "import.submit.label": "Importovať služby", 37 "import.submit.label": "Importovať služby",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Čo je nového?", 39 "infobar.buttonChangelog": "Čo je nového?",
36 "infobar.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu", 40 "infobar.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu",
37 "infobar.buttonReloadServices": "Obnoviť služby", 41 "infobar.buttonReloadServices": "Obnoviť služby",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Chcem to urobiť neskôr", 49 "invite.skip.label": "Chcem to urobiť neskôr",
46 "invite.submit.label": "Poslať pozvánky", 50 "invite.submit.label": "Poslať pozvánky",
47 "invite.successInfo": "Pozvánky boli úspešne odoslané", 51 "invite.successInfo": "Pozvánky boli úspešne odoslané",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "E-mailová adresa", 60 "login.email.label": "E-mailová adresa",
49 "login.headline": "Prihlásiť sa", 61 "login.headline": "Prihlásiť sa",
50 "login.invalidCredentials": "E-mail alebo heslo nesúhlasia", 62 "login.invalidCredentials": "E-mail alebo heslo nesúhlasia",
51 "login.link.password": "Obnoviť heslo", 63 "login.link.password": "Obnoviť heslo",
52 "login.link.signup": "Vytvoriť používateľský účet zdarma", 64 "login.link.signup": "Vytvoriť používateľský účet zdarma",
53 "login.password.label": "Heslo", 65 "login.password.label": "Password",
54 "login.serverLogout": "Vaša relácia vypršala, prihláste sa prosím znovu.", 66 "login.serverLogout": "Vaša relácia vypršala, prihláste sa prosím znovu.",
55 "login.submit.label": "Prihlásiť sa", 67 "login.submit.label": "Prihlásiť sa",
56 "login.tokenExpired": "Vaša relácia vypršala, prihláste sa prosím znovu.", 68 "login.tokenExpired": "Vaša relácia vypršala, prihláste sa prosím znovu.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "O aplikácii", 71 "menu.app.about": "O aplikácii",
60 "menu.app.announcement": "Čo je nové?", 72 "menu.app.announcement": "Čo je nové?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Skontrolovať aktualizácie", 74 "menu.app.checkForUpdates": "Skontrolovať aktualizácie",
62 "menu.app.hide": "Skryť", 75 "menu.app.hide": "Skryť",
63 "menu.app.hideOthers": "Skryť ostatné", 76 "menu.app.hideOthers": "Skryť ostatné",
@@ -91,12 +104,17 @@
91 "menu.services": "Služby", 104 "menu.services": "Služby",
92 "menu.services.activatePreviousService": "Aktivovať predchádzajúcu službu", 105 "menu.services.activatePreviousService": "Aktivovať predchádzajúcu službu",
93 "menu.services.addNewService": "Pridať novú službu...", 106 "menu.services.addNewService": "Pridať novú službu...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Aktivujte ďalšiu službu", 108 "menu.services.setNextServiceActive": "Aktivujte ďalšiu službu",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Zobraziť", 111 "menu.view": "Zobraziť",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Na celú obrazovku", 113 "menu.view.enterFullScreen": "Na celú obrazovku",
99 "menu.view.exitFullScreen": "Ukončiť režim na celú obrazovku", 114 "menu.view.exitFullScreen": "Ukončiť režim na celú obrazovku",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Obnoviť Ferdi", 118 "menu.view.reloadFranz": "Obnoviť Ferdi",
101 "menu.view.reloadService": "Obnoviť službu", 119 "menu.view.reloadService": "Obnoviť službu",
102 "menu.view.resetZoom": "Pôvodná veľkosť", 120 "menu.view.resetZoom": "Pôvodná veľkosť",
@@ -131,7 +149,7 @@
131 "pricing.features.teamManagement": "Team Management", 149 "pricing.features.teamManagement": "Team Management",
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Install 3rd party services",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Add unlimited services",
134 "pricing.features.workspaces": "Workspaces", 152 "pricing.features.workspaces": "Pracovný priestor",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi Free",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi Personal",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Načítava", 186 "service.webviewLoader.loading": "Načítava",
169 "services.getStarted": "Začíname", 187 "services.getStarted": "Začíname",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Vítajte v aplikácii Ferdi", 191 "services.welcome": "Vítajte v aplikácii Ferdi",
171 "settings.account.account.editButton": "Upraviť účet", 192 "settings.account.account.editButton": "Upraviť účet",
172 "settings.account.accountType.basic": "Základný účet", 193 "settings.account.accountType.basic": "Základný účet",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Nebolo možné načítať informácie o používateľovi", 217 "settings.account.userInfoRequestFailed": "Nebolo možné načítať informácie o používateľovi",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Vyčistiť vyrovnávaciu pamäť", 220 "settings.app.buttonClearAllCache": "Vyčistiť vyrovnávaciu pamäť",
199 "settings.app.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu", 221 "settings.app.buttonInstallUpdate": "Reštartovať a nainštalovať aktualizáciu",
200 "settings.app.buttonSearchForUpdate": "Skontrolovať aktualizácie", 222 "settings.app.buttonSearchForUpdate": "Skontrolovať aktualizácie",
201 "settings.app.cacheInfo": "Vyrovnávacia pamäť Ferdi momentálne používa {size} miesta na disku.", 223 "settings.app.cacheInfo": "Vyrovnávacia pamäť Ferdi momentálne používa {size} miesta na disku.",
202 "settings.app.currentVersion": "Súčasná verzia:", 224 "settings.app.currentVersion": "Súčasná verzia:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Otvoriť na pozadí", 226 "settings.app.form.autoLaunchInBackground": "Otvoriť na pozadí",
204 "settings.app.form.autoLaunchOnStart": "Spustiť Ferdi pri štarte", 227 "settings.app.form.autoLaunchOnStart": "Spustiť Ferdi pri štarte",
205 "settings.app.form.beta": "Vrátane beta verzií", 228 "settings.app.form.beta": "Vrátane beta verzií",
206 "settings.app.form.darkMode": "Spustiť Dark Side", 229 "settings.app.form.darkMode": "Spustiť Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie", 230 "settings.app.form.enableGPUAcceleration": "Zapnúť GPU zrýchlenie",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu", 232 "settings.app.form.enableSpellchecking": "Zapnúť kontrolu pravopisu",
209 "settings.app.form.enableSystemTray": "Zobrazovať Ferdi v systémovej lište", 233 "settings.app.form.enableSystemTray": "Zobrazovať Ferdi v systémovej lište",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Jazyk", 238 "settings.app.form.language": "Jazyk",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty", 240 "settings.app.form.minimizeToSystemTray": "Minimalizovať Ferdi do systémovej lišty",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Po zatvorení okna ponechať Ferdi spustený na pozadí", 243 "settings.app.form.runInBackground": "Po zatvorení okna ponechať Ferdi spustený na pozadí",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Zobraziť záložky vypnutých služieb", 248 "settings.app.form.showDisabledServices": "Zobraziť záložky vypnutých služieb",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Zobraziť symbol pre neprečítané správy, keď sú vypnuté upozornenia", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Zobraziť symbol pre neprečítané správy, keď sú vypnuté upozornenia",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Nastavenia", 253 "settings.app.headline": "Nastavenia",
218 "settings.app.headlineAdvanced": "Pokročilé", 254 "settings.app.headlineAdvanced": "Pokročilé",
219 "settings.app.headlineAppearance": "Vzhľad", 255 "settings.app.headlineAppearance": "Vzhľad",
220 "settings.app.headlineGeneral": "Všeobecné", 256 "settings.app.headlineGeneral": "Všeobecné",
221 "settings.app.headlineLanguage": "Jazyk", 257 "settings.app.headlineLanguage": "Jazyk",
222 "settings.app.headlineUpdates": "Aktualizácie", 258 "settings.app.headlineUpdates": "Aktualizácie",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.", 260 "settings.app.languageDisclaimer": "Oficiálne preklady sú angličtina a nemčina. Všetky ostatné jazyky sú preklady založené na komunite.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Zmeny vyžadujú reštart", 264 "settings.app.restartRequired": "Zmeny vyžadujú reštart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Vyrovnávacia pamäť", 269 "settings.app.subheadlineCache": "Vyrovnávacia pamäť",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Pomôžte nám preložiť Ferdi do svojho jazyka.", 271 "settings.app.translationHelp": "Pomôžte nám preložiť Ferdi do svojho jazyka.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Je dostupná aktualizácia, sťahuje sa...", 273 "settings.app.updateStatusAvailable": "Je dostupná aktualizácia, sťahuje sa...",
228 "settings.app.updateStatusSearching": "Vyhľadáva aktualizácie", 274 "settings.app.updateStatusSearching": "Vyhľadáva aktualizácie",
229 "settings.app.updateStatusUpToDate": "Používate najnovšiu verziu Ferdi", 275 "settings.app.updateStatusUpToDate": "Používate najnovšiu verziu Ferdi",
230 "settings.invite.headline": "Pozvať priateľov", 276 "settings.invite.headline": "Pozvať priateľov",
231 "settings.navigation.account": "Účet", 277 "settings.navigation.account": "Účet",
232 "settings.navigation.availableServices": "Dostupné služby", 278 "settings.navigation.availableServices": "Dostupné služby",
233 "settings.navigation.inviteFriends": "Pozvať priateľov",
234 "settings.navigation.logout": "Odhlásiť sa", 279 "settings.navigation.logout": "Odhlásiť sa",
235 "settings.navigation.settings": "Nastavenia", 280 "settings.navigation.settings": "Nastavenia",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Spravovať tím", 282 "settings.navigation.team": "Spravovať tím",
237 "settings.navigation.yourServices": "Vaše služby", 283 "settings.navigation.yourServices": "Vaše služby",
238 "settings.navigation.yourWorkspaces": "Tvoje pracovné priestory", 284 "settings.navigation.yourWorkspaces": "Tvoje pracovné priestory",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Zobraziť symbol správy pre všetky nové správy", 322 "settings.service.form.indirectMessages": "Zobraziť symbol správy pre všetky nové správy",
277 "settings.service.form.isMutedInfo": "Ak je vypnuté, všetky zvuky oznámení a iné prehrávania budú stíšené", 323 "settings.service.form.isMutedInfo": "Ak je vypnuté, všetky zvuky oznámení a iné prehrávania budú stíšené",
278 "settings.service.form.name": "Meno", 324 "settings.service.form.name": "Meno",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Nastavenia servera proxy sa nebudú synchronizovať so servermi Ferdi.", 328 "settings.service.form.proxy.info": "Nastavenia servera proxy sa nebudú synchronizovať so servermi Ferdi.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Všetky zvuky sú stíšené", 346 "settings.services.tooltip.isMuted": "Všetky zvuky sú stíšené",
300 "settings.services.tooltip.notificationsDisabled": "Oznámenia sú vypnuté", 347 "settings.services.tooltip.notificationsDisabled": "Oznámenia sú vypnuté",
301 "settings.services.updatedInfo": "Vaše zmeny boli uložené", 348 "settings.services.updatedInfo": "Vaše zmeny boli uložené",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi pre tímy", 354 "settings.team.contentHeadline": "Ferdi pre tímy",
303 "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!", 355 "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!",
304 "settings.team.headline": "Tím", 356 "settings.team.headline": "Tím",
305 "settings.team.intro": "Vy a váš tím používate Ferdi? 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.", 357 "settings.team.intro": "Vy a váš tím používate Ferdi? 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.",
306 "settings.team.manageAction": "Spravujte svoj tím na adrese getferdi.com", 358 "settings.team.manageAction": "Spravujte svoj tím na adrese getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Vylepšite svoj účet", 361 "settings.team.upgradeAction": "Vylepšite svoj účet",
308 "settings.user.form.accountType.company": "Spoločnosť", 362 "settings.user.form.accountType.company": "Spoločnosť",
309 "settings.user.form.accountType.individual": "Osoba", 363 "settings.user.form.accountType.individual": "Osoba",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Vytvoriť pracovný priestor", 372 "settings.workspace.add.form.submitButton": "Vytvoriť pracovný priestor",
319 "settings.workspace.form.buttonDelete": "Vymazať pracovný priestor", 373 "settings.workspace.form.buttonDelete": "Vymazať pracovný priestor",
320 "settings.workspace.form.buttonSave": "Uložiť pracovný priestor", 374 "settings.workspace.form.buttonSave": "Uložiť pracovný priestor",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Meno", 377 "settings.workspace.form.name": "Meno",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Služby v tomto pracovnom priestore", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Služby v tomto pracovnom priestore",
323 "settings.workspace.form.yourWorkspaces": "Tvoje pracovné priestory", 379 "settings.workspace.form.yourWorkspaces": "Tvoje pracovné priestory",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Pridať novú službu", 388 "sidebar.addNewService": "Pridať novú službu",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Zavrieť workspace záložku", 390 "sidebar.closeWorkspaceDrawer": "Zavrieť workspace záložku",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Vypnúť upozornenia a zvuky", 392 "sidebar.muteApp": "Vypnúť upozornenia a zvuky",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Otvoriť workspace záložku", 394 "sidebar.openWorkspaceDrawer": "Otvoriť workspace záložku",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Vyhlásenie o ochrane súkromia", 403 "signup.legal.privacy": "Vyhlásenie o ochrane súkromia",
347 "signup.legal.terms": "Podmienky služby", 404 "signup.legal.terms": "Podmienky služby",
348 "signup.link.login": "Už máte účet, chcete sa prihlásiť?", 405 "signup.link.login": "Už máte účet, chcete sa prihlásiť?",
349 "signup.password.label": "Heslo", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Vytvoriť účet", 407 "signup.submit.label": "Vytvoriť účet",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -370,11 +427,16 @@
370 "validation.oneRequired": "Je nutné zadať aspoň jeden", 427 "validation.oneRequired": "Je nutné zadať aspoň jeden",
371 "validation.required": "{field} je povinné", 428 "validation.required": "{field} je povinné",
372 "validation.url": "{field} nie je platné URL", 429 "validation.url": "{field} nie je platné URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Obnoviť",
373 "welcome.loginButton": "Prihlásiť sa do vášho účtu", 435 "welcome.loginButton": "Prihlásiť sa do vášho účtu",
374 "welcome.signupButton": "Vytvoriť účet zdarma", 436 "welcome.signupButton": "Vytvoriť použvateľský čet zdarma",
375 "workspaceDrawer.addNewWorkspaceLabel": "Pridať nový workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Pridať nový workspace",
376 "workspaceDrawer.allServices": "Všetky služby", 438 "workspaceDrawer.allServices": "Všetky služby",
377 "workspaceDrawer.headline": "Pracovn plochy", 439 "workspaceDrawer.headline": "Pracovn priestor",
378 "workspaceDrawer.item.contextMenuEdit": "Upraviť", 440 "workspaceDrawer.item.contextMenuEdit": "Upraviť",
379 "workspaceDrawer.item.noServicesAddedYet": "Zatiaľ žiadne služby", 441 "workspaceDrawer.item.noServicesAddedYet": "Zatiaľ žiadne služby",
380 "workspaceDrawer.premiumCtaButtonLabel": "Vytvorte váš prvý workspace", 442 "workspaceDrawer.premiumCtaButtonLabel": "Vytvorte váš prvý workspace",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/sl.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 651fbdabe..4aacd6d6e 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License", 10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account", 11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Servis trenutno nije podržan u Ferdi 5", 35 "import.notSupportedHeadline": "Servis trenutno nije podržan u Ferdi 5",
33 "import.skip.label": "Желим да додам услуге ручно", 36 "import.skip.label": "Желим да додам услуге ручно",
34 "import.submit.label": "Uvezi servise", 37 "import.submit.label": "Uvezi servise",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Šta je novo? ", 39 "infobar.buttonChangelog": "Šta je novo? ",
36 "infobar.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje ", 40 "infobar.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje ",
37 "infobar.buttonReloadServices": "Ponovo učitaj servise ", 41 "infobar.buttonReloadServices": "Ponovo učitaj servise ",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Želim da ovo uradim kasnije", 49 "invite.skip.label": "Želim da ovo uradim kasnije",
46 "invite.submit.label": "Pošalji pozivnice", 50 "invite.submit.label": "Pošalji pozivnice",
47 "invite.successInfo": "Poziv je uspešno poslat.", 51 "invite.successInfo": "Poziv je uspešno poslat.",
48 "login.email.label": "Vaša e-adresa:", 52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Vaša e-adresa",
49 "login.headline": "Prijavite se", 61 "login.headline": "Prijavite se",
50 "login.invalidCredentials": "E-mail ili lozinka nisu točni", 62 "login.invalidCredentials": "E-mail ili lozinka nisu točni",
51 "login.link.password": "Stvaranje nove lozinke", 63 "login.link.password": "Stvaranje nove lozinke",
52 "login.link.signup": "Stvorite besplatan račun", 64 "login.link.signup": "Stvorite besplatan račun",
53 "login.password.label": "Lozinka", 65 "login.password.label": "Password",
54 "login.serverLogout": "Vaša sesija je istekla, prijavite se ponovo.", 66 "login.serverLogout": "Vaša sesija je istekla, prijavite se ponovo.",
55 "login.submit.label": "Prijavite se", 67 "login.submit.label": "Prijavite se",
56 "login.tokenExpired": "Vaša sesija je istekla, prijavite se ponovo.", 68 "login.tokenExpired": "Vaša sesija je istekla, prijavite se ponovo.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "O Francu", 71 "menu.app.about": "O Francu",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Potraži ažuriranja", 74 "menu.app.checkForUpdates": "Potraži ažuriranja",
62 "menu.app.hide": "Sakrij", 75 "menu.app.hide": "Sakrij",
63 "menu.app.hideOthers": "Sakrij ostale", 76 "menu.app.hideOthers": "Sakrij ostale",
@@ -91,12 +104,17 @@
91 "menu.services": "Usluge", 104 "menu.services": "Usluge",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Додај нову услугу", 106 "menu.services.addNewService": "Додај нову услугу",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Преглед", 111 "menu.view": "Преглед",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Отвори у целом екрану", 113 "menu.view.enterFullScreen": "Отвори у целом екрану",
99 "menu.view.exitFullScreen": "Напусти цео екран", 114 "menu.view.exitFullScreen": "Напусти цео екран",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Поново учитај Франз", 118 "menu.view.reloadFranz": "Поново учитај Франз",
101 "menu.view.reloadService": "Поново учирај услугу", 119 "menu.view.reloadService": "Поново учирај услугу",
102 "menu.view.resetZoom": "Стварна величина", 120 "menu.view.resetZoom": "Стварна величина",
@@ -115,7 +133,7 @@
115 "menu.workspaces.defaultWorkspace": "Sve usluge", 133 "menu.workspaces.defaultWorkspace": "Sve usluge",
116 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
117 "password.email.label": "Vaša e-adresa", 135 "password.email.label": "Vaša e-adresa",
118 "password.headline": "Stvorite novu zaporku", 136 "password.headline": "Stvaranje nove lozinke",
119 "password.link.login": "Prijavite se na Vaš račun", 137 "password.link.login": "Prijavite se na Vaš račun",
120 "password.link.signup": "Stvorite besplatan račun", 138 "password.link.signup": "Stvorite besplatan račun",
121 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom", 139 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Započnimo! ", 187 "services.getStarted": "Započnimo! ",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Dobrodošli u Ferdi", 191 "services.welcome": "Dobrodošli u Ferdi",
171 "settings.account.account.editButton": "Uredi račun", 192 "settings.account.account.editButton": "Uredi račun",
172 "settings.account.accountType.basic": "Osnovni račun", 193 "settings.account.accountType.basic": "Osnovni račun",
@@ -180,7 +201,7 @@
180 "settings.account.headlineDangerZone": "Зона опреза", 201 "settings.account.headlineDangerZone": "Зона опреза",
181 "settings.account.headlineInvoices": "Fakture", 202 "settings.account.headlineInvoices": "Fakture",
182 "settings.account.headlinePassword": "Promijenite lozinku", 203 "settings.account.headlinePassword": "Promijenite lozinku",
183 "settings.account.headlineProfile": "Ažurirajte profil", 204 "settings.account.headlineProfile": "Ažuriraj profil",
184 "settings.account.headlineSubscription": "Vaša pretplata", 205 "settings.account.headlineSubscription": "Vaša pretplata",
185 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial", 206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
186 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience", 207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku", 217 "settings.account.userInfoRequestFailed": "Nije moguće učitati informacije o korisniku",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Очисти кеш", 220 "settings.app.buttonClearAllCache": "Очисти кеш",
199 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje", 221 "settings.app.buttonInstallUpdate": "Ponovo pokreni i instaliraj ažuriranje ",
200 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja", 222 "settings.app.buttonSearchForUpdate": "Potraži ažuriranja",
201 "settings.app.cacheInfo": "Франз кеш тренутно користи {величина} простора на диску.", 223 "settings.app.cacheInfo": "Франз кеш тренутно користи {величина} простора на диску.",
202 "settings.app.currentVersion": "Trenutna verzija:", 224 "settings.app.currentVersion": "Trenutna verzija:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini", 226 "settings.app.form.autoLaunchInBackground": "Otvori u pozadini",
204 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom", 227 "settings.app.form.autoLaunchOnStart": "Pokreni Ferdi sa sistemom",
205 "settings.app.form.beta": "Obuhvati i beta verzije", 228 "settings.app.form.beta": "Obuhvati i beta verzije",
206 "settings.app.form.darkMode": "Join the Dark Side", 229 "settings.app.form.darkMode": "Join the Dark Side",
207 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице", 230 "settings.app.form.enableGPUAcceleration": "Омогући убрзање графичке јединице",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa", 232 "settings.app.form.enableSpellchecking": "Omogući provjeru pravopisa",
209 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci", 233 "settings.app.form.enableSystemTray": "Prikaži aplikaciju u sustavskoj traci",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Jezik", 238 "settings.app.form.language": "Jezik",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku", 240 "settings.app.form.minimizeToSystemTray": "Smanji Franca u sustavsku traku",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren", 243 "settings.app.form.runInBackground": "Neka se Franc održava u pozadini i ako je prozor zatvoren",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Prikaži ploče s onemogućenim servisima", 248 "settings.app.form.showDisabledServices": "Prikaži ploče s onemogućenim servisima",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Покажи беџ за непрочитане поруке када су обавештења онемогућена", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Покажи беџ за непрочитане поруке када су обавештења онемогућена",
217 "settings.app.headline": "Подешавања", 250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Postavke",
218 "settings.app.headlineAdvanced": "Napredne alatke", 254 "settings.app.headlineAdvanced": "Napredne alatke",
219 "settings.app.headlineAppearance": "Izgled", 255 "settings.app.headlineAppearance": "Izgled",
220 "settings.app.headlineGeneral": "Općenito", 256 "settings.app.headlineGeneral": "Općenito",
221 "settings.app.headlineLanguage": "Jezik", 257 "settings.app.headlineLanguage": "Jezik",
222 "settings.app.headlineUpdates": "Nadogradnje", 258 "settings.app.headlineUpdates": "Nadogradnje",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon", 264 "settings.app.restartRequired": "Promjene postavki zahtijevaju ponovni pogon",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Кеш", 269 "settings.app.subheadlineCache": "Кеш",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ", 271 "settings.app.translationHelp": "Pomozite nam prevesti aplikaciju na Vaš jezik. ",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...", 273 "settings.app.updateStatusAvailable": "Nadogradnja dostupna, preuzimanje...",
228 "settings.app.updateStatusSearching": "Traže se ažuriranja", 274 "settings.app.updateStatusSearching": "Traže se ažuriranja",
229 "settings.app.updateStatusUpToDate": "Koristite najnoviju verziju Franca.", 275 "settings.app.updateStatusUpToDate": "Koristite najnoviju verziju Franca.",
230 "settings.invite.headline": "Позови пријатеље", 276 "settings.invite.headline": "Позови пријатеље",
231 "settings.navigation.account": "Račun", 277 "settings.navigation.account": "Korisnički nalog",
232 "settings.navigation.availableServices": "Dostupne usluge", 278 "settings.navigation.availableServices": "Dostupne usluge",
233 "settings.navigation.inviteFriends": "Позови пријатеље",
234 "settings.navigation.logout": "Odjava", 279 "settings.navigation.logout": "Odjava",
235 "settings.navigation.settings": "Postavke", 280 "settings.navigation.settings": "Postavke",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Vaše usluge", 283 "settings.navigation.yourServices": "Vaše usluge",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -267,15 +313,16 @@
267 "settings.service.form.enableNotification": "Omogućite obavijesti", 313 "settings.service.form.enableNotification": "Omogućite obavijesti",
268 "settings.service.form.enableService": "Omogućite usluge", 314 "settings.service.form.enableService": "Omogućite usluge",
269 "settings.service.form.headlineBadges": "Беџеви за непрочитане поруке", 315 "settings.service.form.headlineBadges": "Беџеви за непрочитане поруке",
270 "settings.service.form.headlineGeneral": "Опште", 316 "settings.service.form.headlineGeneral": "Općenito",
271 "settings.service.form.headlineNotifications": "Обавештења", 317 "settings.service.form.headlineNotifications": "Обавештења",
272 "settings.service.form.icon": "Посебна иконица", 318 "settings.service.form.icon": "Посебна иконица",
273 "settings.service.form.iconDelete": "Обриши", 319 "settings.service.form.iconDelete": "Obriši",
274 "settings.service.form.iconUpload": "Превуци слику или кликни овде", 320 "settings.service.form.iconUpload": "Превуци слику или кликни овде",
275 "settings.service.form.indirectMessageInfo": "Vi ćete biti obavješteni o svim novim porukama na kanalu, ne samo o @imenima, kanalima, @ovdje, ...", 321 "settings.service.form.indirectMessageInfo": "Vi ćete biti obavješteni o svim novim porukama na kanalu, ne samo o @imenima, kanalima, @ovdje, ...",
276 "settings.service.form.indirectMessages": "Prikaži značku na svim novim porukuama", 322 "settings.service.form.indirectMessages": "Prikaži značku na svim novim porukuama",
277 "settings.service.form.isMutedInfo": "Kada je onemogućeno, sve obavijesti, svi zvukovi i sva pozadinska podrška će biti nečujna.", 323 "settings.service.form.isMutedInfo": "Kada je onemogućeno, sve obavijesti, svi zvukovi i sva pozadinska podrška će biti nečujna.",
278 "settings.service.form.name": "Ime", 324 "settings.service.form.name": "Ime",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
280 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
281 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
@@ -298,12 +345,19 @@
298 "settings.services.tooltip.isDisabled": "Usluga je onemogućena.", 345 "settings.services.tooltip.isDisabled": "Usluga je onemogućena.",
299 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni.", 346 "settings.services.tooltip.isMuted": "Svi zvukovi su onemogućeni.",
300 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.", 347 "settings.services.tooltip.notificationsDisabled": "Obavijesti su onemogućene.",
301 "settings.services.updatedInfo": "Vaše promjene su pohranjene.", 348 "settings.services.updatedInfo": "Vaše promjene su spremljene",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Tim", 356 "settings.team.headline": "Tim",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Tvrtka", 362 "settings.user.form.accountType.company": "Tvrtka",
309 "settings.user.form.accountType.individual": "Pojedinac", 363 "settings.user.form.accountType.individual": "Pojedinac",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Ime", 377 "settings.workspace.form.name": "Ime",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -325,13 +381,14 @@
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Your workspaces",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno", 383 "settings.workspaces.tryReloadWorkspaces": "Pokušajte ponovno",
328 "settings.workspaces.updatedInfo": "Your changes have been saved", 384 "settings.workspaces.updatedInfo": "Vaše promjene su spremljene",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Dodajte novu uslugu", 388 "sidebar.addNewService": "Dodajte novu uslugu",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Онемогући обавештења и звукове", 392 "sidebar.muteApp": "Онемогући обавештења и звукове",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -343,10 +400,10 @@
343 "signup.headline": "Prijava", 400 "signup.headline": "Prijava",
344 "signup.lastname.label": "Prezime", 401 "signup.lastname.label": "Prezime",
345 "signup.legal.info": "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama", 402 "signup.legal.info": "Prilikom stvaranja Ferdi računa, slažete se sa sljedećim stavkama",
346 "signup.legal.privacy": "Изјава о приватности", 403 "signup.legal.privacy": "Izjava o privatnosti",
347 "signup.legal.terms": "Uvjeti korištenja", 404 "signup.legal.terms": "Uvjeti korištenja",
348 "signup.link.login": "Imate račun? Prijavite se.", 405 "signup.link.login": "Imate račun? Prijavite se.",
349 "signup.password.label": "Lozinka", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Napravite novi račun", 407 "signup.submit.label": "Napravite novi račun",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -356,22 +413,27 @@
356 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!", 413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
357 "subscriptionPopup.buttonCancel": "Odustani", 414 "subscriptionPopup.buttonCancel": "Odustani",
358 "subscriptionPopup.buttonDone": "Završeno", 415 "subscriptionPopup.buttonDone": "Završeno",
359 "tabs.item.deleteService": "Izbriši servis", 416 "tabs.item.deleteService": "Izbriši uslugu",
360 "tabs.item.disableAudio": "Onemogući zvuk", 417 "tabs.item.disableAudio": "Onemogući zvuk",
361 "tabs.item.disableNotifications": "Onemogući obavijesti", 418 "tabs.item.disableNotifications": "Onemogući obavijesti",
362 "tabs.item.disableService": "Onemogući servis", 419 "tabs.item.disableService": "Onemogući servis",
363 "tabs.item.edit": "Уреди", 420 "tabs.item.edit": "Uredi",
364 "tabs.item.enableAudio": "Ukljui zvuk", 421 "tabs.item.enableAudio": "Omoguite zvuk",
365 "tabs.item.enableNotification": "Omogući obavijesti", 422 "tabs.item.enableNotification": "Omogućite obavijesti",
366 "tabs.item.enableService": "Omogući usluge", 423 "tabs.item.enableService": "Omogućite usluge",
367 "tabs.item.reload": "Ponovno učitavanje", 424 "tabs.item.reload": "Ponovno učitavanje",
368 "validation.email": "{поље} није валидно", 425 "validation.email": "{поље} није валидно",
369 "validation.minLength": "{поље} треба да буде најмање {дужина} карактера дугачко", 426 "validation.minLength": "{поље} треба да буде најмање {дужина} карактера дугачко",
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{поље} је неопходно", 428 "validation.required": "{поље} је неопходно",
372 "validation.url": "{field} није валидан УРЛ", 429 "validation.url": "{field} није валидан УРЛ",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Ponovno učitavanje",
373 "welcome.loginButton": "Prijavite se na račun", 435 "welcome.loginButton": "Prijavite se na račun",
374 "welcome.signupButton": "Stvorite novi korisnički račun", 436 "welcome.signupButton": "Stvorite besplatan račun",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
376 "workspaceDrawer.allServices": "Sve usluge", 438 "workspaceDrawer.allServices": "Sve usluge",
377 "workspaceDrawer.headline": "Workspaces", 439 "workspaceDrawer.headline": "Workspaces",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/sv.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index a66389087..08f661d8f 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -1,14 +1,17 @@
1{ 1{
2 "app.errorHandler.action": "Tekrar Yükle", 2 "app.errorHandler.action": "Yenile",
3 "app.errorHandler.headline": "Bir terslik çıktı", 3 "app.errorHandler.headline": "Bir terslik çıktı",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}", 4 "feature.announcements.changelog.headline": "Ferdi {version} Sürümündeki Değişiklikler",
5 "feature.delayApp.headline": "Beklememek için Ferdi Destek Lisansı'nı satın alın", 5 "feature.delayApp.headline": "Beklememek için Ferdi Destek Lisansı'nı satın alın",
6 "feature.delayApp.text": "Ferdi {seconds} saniye sonra devam edecek.", 6 "feature.delayApp.text": "Ferdi {seconds} saniye sonra devam edecek.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional", 7 "feature.delayApp.trial.action": "Evet, Ferdi Professional'ın 14 günlük ücretsiz denemesini istiyorum",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial", 8 "feature.delayApp.trial.actionShort": "Ferdi Professional'ın denemesini aktive et",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Ferdi Professional'ın 14 günlük denemesini et ve sıranın önüne geç",
10 "feature.delayApp.upgrade.action": "Ferdi Destek Lisansı'nı alın", 10 "feature.delayApp.upgrade.action": "Ferdi Destek Lisansı'nı alın",
11 "feature.delayApp.upgrade.actionShort": "Hesabı Yükselt", 11 "feature.delayApp.upgrade.actionShort": "Hesabı Yükselt",
12 "feature.quickSwitch.info": "TAB, ↑ ve ↓ ile bir servis seç. ENTER ile bir servisi aç.",
13 "feature.quickSwitch.search": "Ara...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Mail olarak gönder", 16 "feature.shareFranz.action.email": "Mail olarak gönder",
14 "feature.shareFranz.action.facebook": "Facebook'ta Paylaş", 17 "feature.shareFranz.action.facebook": "Facebook'ta Paylaş",
@@ -17,27 +20,28 @@
17 "feature.shareFranz.shareText.email": "Ferdi'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.getferdi.com adresinden edinin.", 20 "feature.shareFranz.shareText.email": "Ferdi'a {count} tane servis ekledim! WhatsApp, Messenger, Slack ve fazlasını içeren ücretsiz uygulamayı www.getferdi.com adresinden edinin.",
18 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger", 21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
19 "feature.shareFranz.text": "Arkadaşlarına ve meslektaşlarına Ferdi'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.", 22 "feature.shareFranz.text": "Arkadaşlarına ve meslektaşlarına Ferdi'ın ne kadar harika olduğunu söyle ve bize bu kelimeyi yaymamızda yardım et.",
20 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!", 23 "feature.todos.premium.info": "Ferdi Yapılacaklar Listesi şimdi Premium kullanıcılar için kullanılabilir!",
21 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.", 24 "feature.todos.premium.rollout": "Diğer herkes biraz daha beklemek zorunda.",
22 "feature.todos.premium.upgrade": "Upgrade Account", 25 "feature.todos.premium.upgrade": "Hesabını Yükselt",
23 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor", 26 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor",
24 "global.franzProRequired": "Ferdi Professional Required", 27 "global.franzProRequired": "Ferdi Professional Gerekli",
25 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.", 28 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.",
26 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})", 29 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})",
27 "global.spellchecking.autodetect": "Dili otomatik tespit et", 30 "global.spellchecking.autodetect": "Dili otomatik tespit et",
28 "global.spellchecking.autodetect.short": "Otomatik", 31 "global.spellchecking.autodetect.short": "Otomatik",
29 "global.spellchecking.language": "İmla kontrol dili", 32 "global.spellchecking.language": "İmla kontrol dili",
30 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional", 33 "global.upgradeButton.upgradeToPro": "Ferdi Professional'a Yükselt",
31 "import.headline": "Ferdi 4 servislerinizi içeri aktarın", 34 "import.headline": "Ferdi 4 servislerinizi içeri aktarın",
32 "import.notSupportedHeadline": "Henüz Ferdi 5'te desteklenmeyen servisler", 35 "import.notSupportedHeadline": "Henüz Ferdi 5'te desteklenmeyen servisler",
33 "import.skip.label": "Servisleri kendim eklemek istiyorum", 36 "import.skip.label": "Servisleri kendim eklemek istiyorum",
34 "import.submit.label": "Servisleri içe aktar", 37 "import.submit.label": "Servisleri içe aktar",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Yeni ne var?", 39 "infobar.buttonChangelog": "Yeni ne var?",
36 "infobar.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur", 40 "infobar.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur",
37 "infobar.buttonReloadServices": "Hizmetleri yeniden yükle", 41 "infobar.buttonReloadServices": "Hizmetleri yeniden yükle",
38 "infobar.requiredRequestsFailed": "Hizmetler ve kullanıcı bilgileri yüklenemedi", 42 "infobar.requiredRequestsFailed": "Hizmetler ve kullanıcı bilgileri yüklenemedi",
39 "infobar.servicesUpdated": "Hizmetleriniz güncellendi.", 43 "infobar.servicesUpdated": "Hizmetleriniz güncellendi.",
40 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!", 44 "infobar.trialActivated": "Denemen başayla aktifleştirildi. Mutlu mesajlaşmalar!",
41 "infobar.updateAvailable": "Yeni Ferdi güncellemesi mevcut.", 45 "infobar.updateAvailable": "Yeni Ferdi güncellemesi mevcut.",
42 "invite.email.label": "E-posta adresi", 46 "invite.email.label": "E-posta adresi",
43 "invite.headline.friends": "3 arkadaşını ya da çalışma arkadaşını davet et", 47 "invite.headline.friends": "3 arkadaşını ya da çalışma arkadaşını davet et",
@@ -45,19 +49,28 @@
45 "invite.skip.label": "Daha sonra yapmak istiyorum", 49 "invite.skip.label": "Daha sonra yapmak istiyorum",
46 "invite.submit.label": "Davetiye gönder", 50 "invite.submit.label": "Davetiye gönder",
47 "invite.successInfo": "Davetiyeler başarıyla gönderildi", 51 "invite.successInfo": "Davetiyeler başarıyla gönderildi",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi şu anda kilitli. Lütfen mesajlarını görmek için Ferdi'nin kilidini şifrenle aç.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "E-posta adresi", 60 "login.email.label": "E-posta adresi",
49 "login.headline": "Oturum Aç", 61 "login.headline": "Oturum Aç",
50 "login.invalidCredentials": "Yanlış parola ya da e-posta adresi", 62 "login.invalidCredentials": "Yanlış parola ya da e-posta adresi",
51 "login.link.password": "Parola sıfırla", 63 "login.link.password": "Parola sıfırla",
52 "login.link.signup": "Ücretsiz hesap oluştur", 64 "login.link.signup": "Ücretsiz hesap oluştur",
53 "login.password.label": "Parola", 65 "login.password.label": "Password",
54 "login.serverLogout": "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.", 66 "login.serverLogout": "Oturum süreniz dolmuş, lütfen tekrar giriş yapın.",
55 "login.submit.label": "Oturum Aç", 67 "login.submit.label": "Oturum Aç",
56 "login.tokenExpired": "Oturum zaman aşımına uradı, lütfen tekrar giriş yapın.", 68 "login.tokenExpired": "Oturum süreniz dolmu, lütfen tekrar giriş yapın.",
57 "menu.Todoss.closeTodosDrawer": "Close Todos drawer", 69 "menu.Todoss.closeTodosDrawer": "Yapılacaklar çekmecesini kapat",
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Yapılacaklar çekmecesini aç",
59 "menu.app.about": "Ferdi Hakkında", 71 "menu.app.about": "Ferdi Hakkında",
60 "menu.app.announcement": "Neler yeni?", 72 "menu.app.announcement": "Neler yeni?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Güncellemeleri kontrol et", 74 "menu.app.checkForUpdates": "Güncellemeleri kontrol et",
62 "menu.app.hide": "Gizle", 75 "menu.app.hide": "Gizle",
63 "menu.app.hideOthers": "Diğerlerini Gizle", 76 "menu.app.hideOthers": "Diğerlerini Gizle",
@@ -91,12 +104,17 @@
91 "menu.services": "Hizmetler", 104 "menu.services": "Hizmetler",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Yeni servis ekle...", 106 "menu.services.addNewService": "Yeni servis ekle...",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Yapılacaklar",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Yalacaklar Listesi'ni Aç",
97 "menu.view": "Görünüm", 111 "menu.view": "Görünüm",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Tam Ekrana Geç", 113 "menu.view.enterFullScreen": "Tam Ekrana Geç",
99 "menu.view.exitFullScreen": "Tam Ekrandan Çık", 114 "menu.view.exitFullScreen": "Tam Ekrandan Çık",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "QuickSwitch'i aç",
100 "menu.view.reloadFranz": "Ferdi'ı Yeniden Yükle", 118 "menu.view.reloadFranz": "Ferdi'ı Yeniden Yükle",
101 "menu.view.reloadService": "Servisi Tekrar Yükle", 119 "menu.view.reloadService": "Servisi Tekrar Yükle",
102 "menu.view.resetZoom": "Orijinal Boyut", 120 "menu.view.resetZoom": "Orijinal Boyut",
@@ -117,14 +135,14 @@
117 "password.email.label": "E-posta adresi", 135 "password.email.label": "E-posta adresi",
118 "password.headline": "Parola sıfırla", 136 "password.headline": "Parola sıfırla",
119 "password.link.login": "Hesabına giriş yap", 137 "password.link.login": "Hesabına giriş yap",
120 "password.link.signup": "Ücretsiz bir hesap oluştur", 138 "password.link.signup": "Ücretsiz hesap oluştur",
121 "password.noUser": "Bu e-posta adresinde bir kullanıcı bulunamadı", 139 "password.noUser": "Bu e-posta adresinde bir kullanıcı bulunamadı",
122 "password.submit.label": "Gönder", 140 "password.submit.label": "Gönder",
123 "password.successInfo": "E-postanızı kontrol ediniz", 141 "password.successInfo": "E-postanızı kontrol ediniz",
124 "premiumFeature.button.upgradeAccount": "Hesabı Yükselt", 142 "premiumFeature.button.upgradeAccount": "Hesabı Yükselt",
125 "pricing.features.adFree": "Forever ad-free", 143 "pricing.features.adFree": "Sonsuza dek reklamsız",
126 "pricing.features.appDelays": "No Waiting Screens", 144 "pricing.features.appDelays": "Yükleme Ekranları Yok",
127 "pricing.features.customWebsites": "Add Custom Websites", 145 "pricing.features.customWebsites": "Özel Siteler Ekle",
128 "pricing.features.onPremise": "On-premise & other Hosted Services", 146 "pricing.features.onPremise": "On-premise & other Hosted Services",
129 "pricing.features.serviceProxies": "Service Proxies", 147 "pricing.features.serviceProxies": "Service Proxies",
130 "pricing.features.spellchecker": "Spellchecker support", 148 "pricing.features.spellchecker": "Spellchecker support",
@@ -132,41 +150,44 @@
132 "pricing.features.thirdPartyServices": "Install 3rd party services", 150 "pricing.features.thirdPartyServices": "Install 3rd party services",
133 "pricing.features.unlimitedServices": "Add unlimited services", 151 "pricing.features.unlimitedServices": "Add unlimited services",
134 "pricing.features.workspaces": "Workspaces", 152 "pricing.features.workspaces": "Workspaces",
135 "pricing.plan.free": "Ferdi Free", 153 "pricing.plan.free": "Ferdi - Ücretsiz",
136 "pricing.plan.legacy": "Ferdi Premium", 154 "pricing.plan.legacy": "Ferdi - Premium",
137 "pricing.plan.personal": "Ferdi Personal", 155 "pricing.plan.personal": "Ferdi - Kişisel",
138 "pricing.plan.personal-monthly": "Ferdi Personal Monthly", 156 "pricing.plan.personal-monthly": "Ferdi - Aylık Kişisel",
139 "pricing.plan.personal-yearly": "Ferdi Personal Yearly", 157 "pricing.plan.personal-yearly": "Ferdi - Yıllık Kişisel",
140 "pricing.plan.pro": "Ferdi Professional", 158 "pricing.plan.pro": "Ferdi - Professional",
141 "pricing.plan.pro-monthly": "Ferdi Professional Monthly", 159 "pricing.plan.pro-monthly": "Ferdi - Aylık Professional",
142 "pricing.plan.pro-yearly": "Ferdi Professional Yearly", 160 "pricing.plan.pro-yearly": "Ferdi - Yıllık Professional",
143 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional", 161 "pricing.trial.cta.accept": "Evet, hesanı Ferdi Professional'a yükselt",
144 "pricing.trial.cta.skip": "Continue to Ferdi", 162 "pricing.trial.cta.skip": "Continue to Ferdi",
145 "pricing.trial.error": "Sorry, we could not activate your trial!", 163 "pricing.trial.error": "Sorry, we could not activate your trial!",
146 "pricing.trial.features.headline": "Ferdi Professional includes:", 164 "pricing.trial.features.headline": "Ferdi Professional includes:",
147 "pricing.trial.headline": "Ferdi Professional", 165 "pricing.trial.headline": "Ferdi - Professional",
148 "pricing.trial.subheadline": "Your personal welcome offer:", 166 "pricing.trial.subheadline": "Your personal welcome offer:",
149 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days", 167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
150 "pricing.trial.terms.headline": "No strings attached", 168 "pricing.trial.terms.headline": "No strings attached",
151 "pricing.trial.terms.noCreditCard": "No credit card required", 169 "pricing.trial.terms.noCreditCard": "No credit card required",
152 "service.crashHandler.action": "{name} yeniden yükle", 170 "service.crashHandler.action": "{name} yeniden yükle",
153 "service.crashHandler.autoReload": "{name}'i {seconds} saniye içerisinde otomatik onarmayı deniyoruz", 171 "service.crashHandler.autoReload": "{name}'i {seconds} saniye içerisinde otomatik onarmayı deniyoruz",
154 "service.crashHandler.headline": "Aman Tanrım hayır!", 172 "service.crashHandler.headline": "Olamaz!",
155 "service.crashHandler.text": "{name} bir hataya neden oldu.", 173 "service.crashHandler.text": "{name} bir hataya neden oldu.",
156 "service.disabledHandler.action": "{name} aktif", 174 "service.disabledHandler.action": "{name} aktif",
157 "service.disabledHandler.headline": "{name} devredışı", 175 "service.disabledHandler.headline": "{name} devredışı",
158 "service.errorHandler.action": "{İsim} Yeniden Yükle", 176 "service.errorHandler.action": "{name} yeniden yükle",
159 "service.errorHandler.editAction": "{name} düzenle", 177 "service.errorHandler.editAction": "{name} düzenle",
160 "service.errorHandler.headline": "Hayııırrr!", 178 "service.errorHandler.headline": "Olamaz!",
161 "service.errorHandler.message": "Hata", 179 "service.errorHandler.message": "Hata",
162 "service.errorHandler.text": "{name} yüklenemedi.", 180 "service.errorHandler.text": "{name} yüklenemedi.",
163 "service.restrictedHandler.action": "Upgrade Account", 181 "service.restrictedHandler.action": "Hesabını Yükselt",
164 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required", 182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
165 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.", 183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
166 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.", 184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Yükleniyor", 186 "service.webviewLoader.loading": "Yükleniyor",
169 "services.getStarted": "Haydi başlayalım", 187 "services.getStarted": "Haydi başlayalım",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Ferdi'a Hoşgeldiniz", 191 "services.welcome": "Ferdi'a Hoşgeldiniz",
171 "settings.account.account.editButton": "Hesabı düzenle", 192 "settings.account.account.editButton": "Hesabı düzenle",
172 "settings.account.accountType.basic": "Basit Hesap", 193 "settings.account.accountType.basic": "Basit Hesap",
@@ -192,50 +213,75 @@
192 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.", 213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
193 "settings.account.tryReloadServices": "Tekrar deneyin", 214 "settings.account.tryReloadServices": "Tekrar deneyin",
194 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin", 215 "settings.account.tryReloadUserInfoRequest": "Tekrar deneyin",
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Ferdi Professional'a Yükselt",
196 "settings.account.userInfoRequestFailed": "Kullanıcı bilgisi yüklenemedi", 217 "settings.account.userInfoRequestFailed": "Kullanıcı bilgisi yüklenemedi",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Önbelleği temizle", 220 "settings.app.buttonClearAllCache": "Önbelleği temizle",
199 "settings.app.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur", 221 "settings.app.buttonInstallUpdate": "Yeniden Başlat ve Güncelleştirmeleri Kur",
200 "settings.app.buttonSearchForUpdate": "Güncellemeleri kontrol et", 222 "settings.app.buttonSearchForUpdate": "Güncellemeleri kontrol et",
201 "settings.app.cacheInfo": "Ferdi önbelleği şu anda {size} disk alanı kullanıyor.", 223 "settings.app.cacheInfo": "Ferdi önbelleği şu anda {size} disk alanı kullanıyor.",
202 "settings.app.currentVersion": "Geçerli sürüm:", 224 "settings.app.currentVersion": "Geçerli sürüm:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Arka planda aç", 226 "settings.app.form.autoLaunchInBackground": "Arka planda aç",
204 "settings.app.form.autoLaunchOnStart": "Ferdi'ı başlangıçta aç", 227 "settings.app.form.autoLaunchOnStart": "Ferdi'ı başlangıçta aç",
205 "settings.app.form.beta": "Beta versiyonları dahil et", 228 "settings.app.form.beta": "Beta versiyonları dahil et",
206 "settings.app.form.darkMode": "Karanlık tarafa katıl", 229 "settings.app.form.darkMode": "Karanlık tarafa katıl",
207 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et", 230 "settings.app.form.enableGPUAcceleration": "Grafik İşlemci Ünitesi (GPU) Hızlandırıcısını Aktif et",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir", 232 "settings.app.form.enableSpellchecking": "Yazım denetimini etkinleştir",
209 "settings.app.form.enableSystemTray": "Ferdi'ı sistem tepsisinde göster", 233 "settings.app.form.enableSystemTray": "Ferdi'ı sistem tepsisinde göster",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Dil", 238 "settings.app.form.language": "Dil",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült", 240 "settings.app.form.minimizeToSystemTray": "Ferdi'ı sistem tepsisine küçült",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Pencereyi kapatırken Ferdi'ı arka planda tut", 243 "settings.app.form.runInBackground": "Pencereyi kapatırken Ferdi'ı arka planda tut",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "Kime:",
246 "settings.app.form.scheduledDNDStart": "Kimden:",
247 "settings.app.form.server": "Sunucu",
215 "settings.app.form.showDisabledServices": "Devre dışı bırakılan servis sekmelerini göster", 248 "settings.app.form.showDisabledServices": "Devre dışı bırakılan servis sekmelerini göster",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Bildirimler kapalı iken okunmamış mesaj sayısını göster", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Bildirimler kapalı iken okunmamış mesaj sayısını göster",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Ayarlar", 253 "settings.app.headline": "Ayarlar",
218 "settings.app.headlineAdvanced": "Gelişmiş", 254 "settings.app.headlineAdvanced": "Gelişmiş",
219 "settings.app.headlineAppearance": "Görünüm", 255 "settings.app.headlineAppearance": "Görünüm",
220 "settings.app.headlineGeneral": "Genel", 256 "settings.app.headlineGeneral": "Genel",
221 "settings.app.headlineLanguage": "Dil", 257 "settings.app.headlineLanguage": "Dil",
222 "settings.app.headlineUpdates": "Güncellemeler", 258 "settings.app.headlineUpdates": "Güncellemeler",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor", 264 "settings.app.restartRequired": "Değişiklikler yeniden başlatmayı gerektiriyor",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Önbellek", 269 "settings.app.subheadlineCache": "Önbellek",
270 "settings.app.todoServerInfo": "Bu sunucu \"Ferdi Yapılacaklar Listesi\" özelliği için kullanılacakdır. (varsayılan: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Ferdi'ı senin diline tercüme etmemiz için yardım et.", 271 "settings.app.translationHelp": "Ferdi'ı senin diline tercüme etmemiz için yardım et.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Güncelleme mevcut, indiriliyor...", 273 "settings.app.updateStatusAvailable": "Güncelleme mevcut, indiriliyor...",
228 "settings.app.updateStatusSearching": "Güncellemeleri denetliyor", 274 "settings.app.updateStatusSearching": "Güncellemeleri denetliyor",
229 "settings.app.updateStatusUpToDate": "Ferdi'ın son versiyonunu kullanıyorsun", 275 "settings.app.updateStatusUpToDate": "Ferdi'ın son versiyonunu kullanıyorsun",
230 "settings.invite.headline": "Arkadaşlarını davet et", 276 "settings.invite.headline": "Arkadaşlarını davet et",
231 "settings.navigation.account": "Hesap", 277 "settings.navigation.account": "Hesap",
232 "settings.navigation.availableServices": "Mevcut servisler", 278 "settings.navigation.availableServices": "Mevcut servisler",
233 "settings.navigation.inviteFriends": "Arkadaşlarını Davet Et",
234 "settings.navigation.logout": "Çıkış", 279 "settings.navigation.logout": "Çıkış",
235 "settings.navigation.settings": "Ayarlar", 280 "settings.navigation.settings": "Ayarlar",
236 "settings.navigation.team": "Manage Team", 281 "settings.navigation.supportFerdi": "Ferdi'yi Destekle",
282 "settings.navigation.team": "Ekibini Yönet",
237 "settings.navigation.yourServices": "Servislerin", 283 "settings.navigation.yourServices": "Servislerin",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Çalışma alanların",
239 "settings.recipes.all": "Tüm servisler", 285 "settings.recipes.all": "Tüm servisler",
240 "settings.recipes.custom": "Custom Services", 286 "settings.recipes.custom": "Custom Services",
241 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
@@ -260,7 +306,7 @@
260 "settings.service.form.customUrlUpgradeAccount": "Hesabını yükselt", 306 "settings.service.form.customUrlUpgradeAccount": "Hesabını yükselt",
261 "settings.service.form.customUrlValidationError": "{name} özel sunucu doğrulanamadı.", 307 "settings.service.form.customUrlValidationError": "{name} özel sunucu doğrulanamadı.",
262 "settings.service.form.deleteButton": "Servisi sil", 308 "settings.service.form.deleteButton": "Servisi sil",
263 "settings.service.form.editServiceHeadline": "{İsim} Düzenle", 309 "settings.service.form.editServiceHeadline": "{name} düzenle",
264 "settings.service.form.enableAudio": "Sesi etkinleştirin", 310 "settings.service.form.enableAudio": "Sesi etkinleştirin",
265 "settings.service.form.enableBadge": "Okunmamış mesajları göster", 311 "settings.service.form.enableBadge": "Okunmamış mesajları göster",
266 "settings.service.form.enableDarkMode": "Karanlık modu aç", 312 "settings.service.form.enableDarkMode": "Karanlık modu aç",
@@ -275,7 +321,8 @@
275 "settings.service.form.indirectMessageInfo": "Bir kanaldaki tüm yeni mesajlar hakkında size bilgi verilecektir, bunlar daihil @username, @channel, @here, ...", 321 "settings.service.form.indirectMessageInfo": "Bir kanaldaki tüm yeni mesajlar hakkında size bilgi verilecektir, bunlar daihil @username, @channel, @here, ...",
276 "settings.service.form.indirectMessages": "Mesaj rozetini tüm yeni mesajlar için göster", 322 "settings.service.form.indirectMessages": "Mesaj rozetini tüm yeni mesajlar için göster",
277 "settings.service.form.isMutedInfo": "Devre dışı bırakıldığında, tüm bildirim sesleri sessize alınır", 323 "settings.service.form.isMutedInfo": "Devre dışı bırakıldığında, tüm bildirim sesleri sessize alınır",
278 "settings.service.form.name": "İsim", 324 "settings.service.form.name": "Ad",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Ayarları", 326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Ayarları",
280 "settings.service.form.proxy.host": "Proxy Sunucusu/IP", 327 "settings.service.form.proxy.host": "Proxy Sunucusu/IP",
281 "settings.service.form.proxy.info": "Proxy ayarları Ferdi serverlarına yüklenmeyecektir.", 328 "settings.service.form.proxy.info": "Proxy ayarları Ferdi serverlarına yüklenmeyecektir.",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Tüm sesler kapalı", 346 "settings.services.tooltip.isMuted": "Tüm sesler kapalı",
300 "settings.services.tooltip.notificationsDisabled": "Bildirimler devre dışı", 347 "settings.services.tooltip.notificationsDisabled": "Bildirimler devre dışı",
301 "settings.services.updatedInfo": "Değişikliklerin kaydedildi", 348 "settings.services.updatedInfo": "Değişikliklerin kaydedildi",
302 "settings.team.contentHeadline": "Ferdi for Teams", 349 "settings.supportFerdi.github": "GitHub'da Yıldızla",
350 "settings.supportFerdi.headline": "Ferdi'yi Destekle",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Arkadaşlarınla Paylaş",
353 "settings.supportFerdi.title": "Ferdi'yi seviyor musun? Hayat paylaştıkça güzel!",
354 "settings.team.contentHeadline": "Ekipler için Ferdi",
303 "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!", 355 "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!",
304 "settings.team.headline": "Takım", 356 "settings.team.headline": "Takım",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "getferdi.com adresinden Ekibini yönet",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Kurum", 362 "settings.user.form.accountType.company": "Kurum",
309 "settings.user.form.accountType.individual": "Bireysel", 363 "settings.user.form.accountType.individual": "Bireysel",
@@ -314,24 +368,27 @@
314 "settings.user.form.firstname": "Ad", 368 "settings.user.form.firstname": "Ad",
315 "settings.user.form.lastname": "Soyad", 369 "settings.user.form.lastname": "Soyad",
316 "settings.user.form.newPassword": "Yeni şifre", 370 "settings.user.form.newPassword": "Yeni şifre",
317 "settings.workspace.add.form.name": "Name", 371 "settings.workspace.add.form.name": "Ad",
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
321 "settings.workspace.form.name": "Name", 375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Ad",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Çalışma alanların",
324 "settings.workspaces.deletedInfo": "Workspace has been deleted", 380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
325 "settings.workspaces.headline": "Your workspaces", 381 "settings.workspaces.headline": "Çalışma alanların",
326 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", 382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
327 "settings.workspaces.tryReloadWorkspaces": "Tekrar deneyin", 383 "settings.workspaces.tryReloadWorkspaces": "Tekrar deneyin",
328 "settings.workspaces.updatedInfo": "Değişikliklerin kaydedildi", 384 "settings.workspaces.updatedInfo": "Değişikliklerin kaydedildi",
329 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 385 "settings.workspaces.workspaceFeatureHeadline": "Az Çoktan Fazladır: Karşınızda Ferdi Workspaces",
330 "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.", 386 "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.",
331 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
332 "sidebar.addNewService": "Yeni servis ekle", 388 "sidebar.addNewService": "Yeni servis ekle",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat", 392 "sidebar.muteApp": "Bildirimleri ve sesli uyarıları kapat",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -346,7 +403,7 @@
346 "signup.legal.privacy": "Gizlilik Sözleşmesi", 403 "signup.legal.privacy": "Gizlilik Sözleşmesi",
347 "signup.legal.terms": "Kullanım Koşulları", 404 "signup.legal.terms": "Kullanım Koşulları",
348 "signup.link.login": "Hali hazırda hesabınız varsa giriş yapmak ister misiniz?", 405 "signup.link.login": "Hali hazırda hesabınız varsa giriş yapmak ister misiniz?",
349 "signup.password.label": "Şifre", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Hesap oluştur", 407 "signup.submit.label": "Hesap oluştur",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -361,15 +418,20 @@
361 "tabs.item.disableNotifications": "Bildirimleri devre dışı bırak", 418 "tabs.item.disableNotifications": "Bildirimleri devre dışı bırak",
362 "tabs.item.disableService": "Servisi devre dışı bırak", 419 "tabs.item.disableService": "Servisi devre dışı bırak",
363 "tabs.item.edit": "Düzenle", 420 "tabs.item.edit": "Düzenle",
364 "tabs.item.enableAudio": "Sesi etkinleştir", 421 "tabs.item.enableAudio": "Sesi etkinleştirin",
365 "tabs.item.enableNotification": "Bildirimleri etkinleştir", 422 "tabs.item.enableNotification": "Bildirimleri etkinleştir",
366 "tabs.item.enableService": "Servisi etkinleştir", 423 "tabs.item.enableService": "Servisi etkinleştir",
367 "tabs.item.reload": "Tekrar yükle", 424 "tabs.item.reload": "Yenile",
368 "validation.email": "{alan} geçerli değil", 425 "validation.email": "{alan} geçerli değil",
369 "validation.minLength": "{field} en az {length} karakter uzunluğunda olmalı", 426 "validation.minLength": "{field} en az {length} karakter uzunluğunda olmalı",
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} gereklidir", 428 "validation.required": "{field} gereklidir",
372 "validation.url": "{field} geçerli bir URL değil", 429 "validation.url": "{field} geçerli bir URL değil",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Yenile",
373 "welcome.loginButton": "Hesabına giriş yap", 435 "welcome.loginButton": "Hesabına giriş yap",
374 "welcome.signupButton": "Ücretsiz hesap oluştur", 436 "welcome.signupButton": "Ücretsiz hesap oluştur",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 608e02c29..7cbfdc3a3 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -9,6 +9,9 @@
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line", 9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Отримати ліцензію Ferdi Supporter ", 10 "feature.delayApp.upgrade.action": "Отримати ліцензію Ferdi Supporter ",
11 "feature.delayApp.upgrade.actionShort": "Преміум акаунт", 11 "feature.delayApp.upgrade.actionShort": "Преміум акаунт",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
12 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.", 15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
13 "feature.shareFranz.action.email": "Send as email", 16 "feature.shareFranz.action.email": "Send as email",
14 "feature.shareFranz.action.facebook": "Share on Facebook", 17 "feature.shareFranz.action.facebook": "Share on Facebook",
@@ -32,6 +35,7 @@
32 "import.notSupportedHeadline": "Наразі сервіси не підтримуються у Ferdi 5", 35 "import.notSupportedHeadline": "Наразі сервіси не підтримуються у Ferdi 5",
33 "import.skip.label": "Я бажаю додати сервіс вручну", 36 "import.skip.label": "Я бажаю додати сервіс вручну",
34 "import.submit.label": "Імпортувати сервіси", 37 "import.submit.label": "Імпортувати сервіси",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
35 "infobar.buttonChangelog": "Що нового?", 39 "infobar.buttonChangelog": "Що нового?",
36 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення", 40 "infobar.buttonInstallUpdate": "Перезавантажити і встановити оновлення",
37 "infobar.buttonReloadServices": "Перезавантажити сервіси", 41 "infobar.buttonReloadServices": "Перезавантажити сервіси",
@@ -45,12 +49,20 @@
45 "invite.skip.label": "Я хочу зробити це пізніше", 49 "invite.skip.label": "Я хочу зробити це пізніше",
46 "invite.submit.label": "Відправити запрошення", 50 "invite.submit.label": "Відправити запрошення",
47 "invite.successInfo": "Запрошення успішно надіслані", 51 "invite.successInfo": "Запрошення успішно надіслані",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
48 "login.email.label": "Email адреса", 60 "login.email.label": "Email адреса",
49 "login.headline": "Увійти", 61 "login.headline": "Увійти",
50 "login.invalidCredentials": "Email або пароль некоректні", 62 "login.invalidCredentials": "Email або пароль некоректні",
51 "login.link.password": "Скинути пароль", 63 "login.link.password": "Скинути пароль",
52 "login.link.signup": "Створити безплатний акаунт", 64 "login.link.signup": "Створити безплатний акаунт",
53 "login.password.label": "Пароль", 65 "login.password.label": "Password",
54 "login.serverLogout": "Ваша сесія закінчилась, будь ласка, увійдіть знову.", 66 "login.serverLogout": "Ваша сесія закінчилась, будь ласка, увійдіть знову.",
55 "login.submit.label": "Увійти", 67 "login.submit.label": "Увійти",
56 "login.tokenExpired": "Ваша сесія закінчилась, будь ласка, увійдіть знову.", 68 "login.tokenExpired": "Ваша сесія закінчилась, будь ласка, увійдіть знову.",
@@ -58,6 +70,7 @@
58 "menu.Todoss.openTodosDrawer": "Open Todos drawer", 70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
59 "menu.app.about": "Про Ferdi", 71 "menu.app.about": "Про Ferdi",
60 "menu.app.announcement": "What's new?", 72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
61 "menu.app.checkForUpdates": "Перевірити наявність оновлень", 74 "menu.app.checkForUpdates": "Перевірити наявність оновлень",
62 "menu.app.hide": "Приховати", 75 "menu.app.hide": "Приховати",
63 "menu.app.hideOthers": "Приховати інші", 76 "menu.app.hideOthers": "Приховати інші",
@@ -91,12 +104,17 @@
91 "menu.services": "Служби", 104 "menu.services": "Служби",
92 "menu.services.activatePreviousService": "Activate previous service", 105 "menu.services.activatePreviousService": "Activate previous service",
93 "menu.services.addNewService": "Додати сервіс", 106 "menu.services.addNewService": "Додати сервіс",
107 "menu.services.goHome": "Home",
94 "menu.services.setNextServiceActive": "Activate next service", 108 "menu.services.setNextServiceActive": "Activate next service",
95 "menu.todos": "Todos", 109 "menu.todos": "Todos",
96 "menu.todos.enableTodos": "Enable Todos", 110 "menu.todos.enableTodos": "Enable Todos",
97 "menu.view": "Вигляд", 111 "menu.view": "Вигляд",
112 "menu.view.back": "Back",
98 "menu.view.enterFullScreen": "Вікно на повний екран", 113 "menu.view.enterFullScreen": "Вікно на повний екран",
99 "menu.view.exitFullScreen": "Вийти з повного екрану", 114 "menu.view.exitFullScreen": "Вийти з повного екрану",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
100 "menu.view.reloadFranz": "Перезавантажити Ferdi", 118 "menu.view.reloadFranz": "Перезавантажити Ferdi",
101 "menu.view.reloadService": "Перезавантажити сервіс", 119 "menu.view.reloadService": "Перезавантажити сервіс",
102 "menu.view.resetZoom": "Фактичний розмір", 120 "menu.view.resetZoom": "Фактичний розмір",
@@ -167,6 +185,9 @@
167 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.", 185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
168 "service.webviewLoader.loading": "Loading", 186 "service.webviewLoader.loading": "Loading",
169 "services.getStarted": "Почати", 187 "services.getStarted": "Почати",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
170 "services.welcome": "Ласкаво просимо в Ferdi", 191 "services.welcome": "Ласкаво просимо в Ferdi",
171 "settings.account.account.editButton": "Редагувати акаунт", 192 "settings.account.account.editButton": "Редагувати акаунт",
172 "settings.account.accountType.basic": "Базовий акаунт", 193 "settings.account.accountType.basic": "Базовий акаунт",
@@ -195,44 +216,69 @@
195 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional", 216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
196 "settings.account.userInfoRequestFailed": "Не вдалося завантажити інформацію користувача", 217 "settings.account.userInfoRequestFailed": "Не вдалося завантажити інформацію користувача",
197 "settings.account.yourLicense": "Your Ferdi License", 218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
198 "settings.app.buttonClearAllCache": "Очистити кеш", 220 "settings.app.buttonClearAllCache": "Очистити кеш",
199 "settings.app.buttonInstallUpdate": "Перезавантажити і встановити оновлення", 221 "settings.app.buttonInstallUpdate": "Перезавантажити і встановити оновлення",
200 "settings.app.buttonSearchForUpdate": "Перевірити наявність оновлень", 222 "settings.app.buttonSearchForUpdate": "Перевірити наявність оновлень",
201 "settings.app.cacheInfo": "Кеш, який використовує Ferdi, займає {size} дискового простору.", 223 "settings.app.cacheInfo": "Кеш, який використовує Ferdi, займає {size} дискового простору.",
202 "settings.app.currentVersion": "Поточна версія:", 224 "settings.app.currentVersion": "Поточна версія:",
225 "settings.app.form.accentColor": "Accent color",
203 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі", 226 "settings.app.form.autoLaunchInBackground": "Відкрити у фоновому режимі",
204 "settings.app.form.autoLaunchOnStart": "Запускати Ferdi на початку", 227 "settings.app.form.autoLaunchOnStart": "Запускати Ferdi на початку",
205 "settings.app.form.beta": "Включити бета-версії", 228 "settings.app.form.beta": "Включити бета-версії",
206 "settings.app.form.darkMode": "Переходь на Темну Сторону", 229 "settings.app.form.darkMode": "Переходь на Темну Сторону",
207 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU", 230 "settings.app.form.enableGPUAcceleration": "Ввімкнути прискорення GPU",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
208 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії", 232 "settings.app.form.enableSpellchecking": "Увімкнути перевірку орфографії",
209 "settings.app.form.enableSystemTray": "Показувати Ferdi у системному лотку", 233 "settings.app.form.enableSystemTray": "Показувати Ferdi у системному лотку",
210 "settings.app.form.enableTodos": "Enable Ferdi Todos", 234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
211 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
212 "settings.app.form.language": "Мова", 238 "settings.app.form.language": "Мова",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
213 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка", 240 "settings.app.form.minimizeToSystemTray": "Мінімізувати Ferdi до системного лотка",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
214 "settings.app.form.runInBackground": "Тримати Ferdi в фоні при закритті вікна", 243 "settings.app.form.runInBackground": "Тримати Ferdi в фоні при закритті вікна",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
215 "settings.app.form.showDisabledServices": "Показати вкладку вимкнених сервісів", 248 "settings.app.form.showDisabledServices": "Показати вкладку вимкнених сервісів",
216 "settings.app.form.showMessagesBadgesWhenMuted": "Показувати значок непрочитаних повідомлень коли сповіщення вимкнені", 249 "settings.app.form.showMessagesBadgesWhenMuted": "Показувати значок непрочитаних повідомлень коли сповіщення вимкнені",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
217 "settings.app.headline": "Налаштування", 253 "settings.app.headline": "Налаштування",
218 "settings.app.headlineAdvanced": "Додаткові налаштування", 254 "settings.app.headlineAdvanced": "Додаткові налаштування",
219 "settings.app.headlineAppearance": "Вигляд", 255 "settings.app.headlineAppearance": "Вигляд",
220 "settings.app.headlineGeneral": "Загальні", 256 "settings.app.headlineGeneral": "Загальні",
221 "settings.app.headlineLanguage": "Мова", 257 "settings.app.headlineLanguage": "Мова",
222 "settings.app.headlineUpdates": "Оновлення", 258 "settings.app.headlineUpdates": "Оновлення",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
223 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
224 "settings.app.restartRequired": "Зміни потребують перезапуску", 264 "settings.app.restartRequired": "Зміни потребують перезапуску",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
225 "settings.app.subheadlineCache": "Кеш", 269 "settings.app.subheadlineCache": "Кеш",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
226 "settings.app.translationHelp": "Допоможіть перекласти Ferdi на Вашу мову.", 271 "settings.app.translationHelp": "Допоможіть перекласти Ferdi на Вашу мову.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
227 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...", 273 "settings.app.updateStatusAvailable": "Оновлення доступне, завантаження...",
228 "settings.app.updateStatusSearching": "Шукає оновлення", 274 "settings.app.updateStatusSearching": "Шукає оновлення",
229 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Ferdi", 275 "settings.app.updateStatusUpToDate": "Ви використовуєте останню версію Ferdi",
230 "settings.invite.headline": "Запросити друзів", 276 "settings.invite.headline": "Запросити друзів",
231 "settings.navigation.account": "Акаунт", 277 "settings.navigation.account": "Акаунт",
232 "settings.navigation.availableServices": "Доступні сервіси", 278 "settings.navigation.availableServices": "Доступні сервіси",
233 "settings.navigation.inviteFriends": "Запросити друзів",
234 "settings.navigation.logout": "Вийти", 279 "settings.navigation.logout": "Вийти",
235 "settings.navigation.settings": "Налаштування", 280 "settings.navigation.settings": "Налаштування",
281 "settings.navigation.supportFerdi": "Support Ferdi",
236 "settings.navigation.team": "Manage Team", 282 "settings.navigation.team": "Manage Team",
237 "settings.navigation.yourServices": "Ваші сервіси", 283 "settings.navigation.yourServices": "Ваші сервіси",
238 "settings.navigation.yourWorkspaces": "Your workspaces", 284 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -276,6 +322,7 @@
276 "settings.service.form.indirectMessages": "Показувати значок повідомлення для всіх нових повідомлень", 322 "settings.service.form.indirectMessages": "Показувати значок повідомлення для всіх нових повідомлень",
277 "settings.service.form.isMutedInfo": "Коли вимкнено, всі сповищення та відтворення ігноруються", 323 "settings.service.form.isMutedInfo": "Коли вимкнено, всі сповищення та відтворення ігноруються",
278 "settings.service.form.name": "Ім'я", 324 "settings.service.form.name": "Ім'я",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
279 "settings.service.form.proxy.headline": "Налаштування HTTP/HTTPS проксі ", 326 "settings.service.form.proxy.headline": "Налаштування HTTP/HTTPS проксі ",
280 "settings.service.form.proxy.host": "Проксі Host/IP", 327 "settings.service.form.proxy.host": "Проксі Host/IP",
281 "settings.service.form.proxy.info": "Налаштування проксі не будуть синхронізовані із серверами Ferdi", 328 "settings.service.form.proxy.info": "Налаштування проксі не будуть синхронізовані із серверами Ferdi",
@@ -299,11 +346,18 @@
299 "settings.services.tooltip.isMuted": "Всі звуки вимкнено", 346 "settings.services.tooltip.isMuted": "Всі звуки вимкнено",
300 "settings.services.tooltip.notificationsDisabled": "Сповіщення відключені", 347 "settings.services.tooltip.notificationsDisabled": "Сповіщення відключені",
301 "settings.services.updatedInfo": "Ваші зміни були збережені", 348 "settings.services.updatedInfo": "Ваші зміни були збережені",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
302 "settings.team.contentHeadline": "Ferdi for Teams", 354 "settings.team.contentHeadline": "Ferdi for Teams",
303 "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!", 355 "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!",
304 "settings.team.headline": "Команда", 356 "settings.team.headline": "Команда",
305 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
306 "settings.team.manageAction": "Manage your Team on getferdi.com", 358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
307 "settings.team.upgradeAction": "Upgrade your Account", 361 "settings.team.upgradeAction": "Upgrade your Account",
308 "settings.user.form.accountType.company": "Компанія", 362 "settings.user.form.accountType.company": "Компанія",
309 "settings.user.form.accountType.individual": "Індивідуальний", 363 "settings.user.form.accountType.individual": "Індивідуальний",
@@ -318,6 +372,8 @@
318 "settings.workspace.add.form.submitButton": "Create workspace", 372 "settings.workspace.add.form.submitButton": "Create workspace",
319 "settings.workspace.form.buttonDelete": "Delete workspace", 373 "settings.workspace.form.buttonDelete": "Delete workspace",
320 "settings.workspace.form.buttonSave": "Save workspace", 374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
321 "settings.workspace.form.name": "Ім'я", 377 "settings.workspace.form.name": "Ім'я",
322 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace", 378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
323 "settings.workspace.form.yourWorkspaces": "Your workspaces", 379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
@@ -332,6 +388,7 @@
332 "sidebar.addNewService": "Додати новий сервіс", 388 "sidebar.addNewService": "Додати новий сервіс",
333 "sidebar.closeTodosDrawer": "Close Ferdi Todos", 389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
334 "sidebar.closeWorkspaceDrawer": "Close workspace drawer", 390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
335 "sidebar.muteApp": "Вимкнути сповіщення та звуки", 392 "sidebar.muteApp": "Вимкнути сповіщення та звуки",
336 "sidebar.openTodosDrawer": "Open Ferdi Todos", 393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
337 "sidebar.openWorkspaceDrawer": "Open workspace drawer", 394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
@@ -343,10 +400,10 @@
343 "signup.headline": "Увійти", 400 "signup.headline": "Увійти",
344 "signup.lastname.label": "Прізвище", 401 "signup.lastname.label": "Прізвище",
345 "signup.legal.info": "Створенням акаунту Ferdi ви приймаєте", 402 "signup.legal.info": "Створенням акаунту Ferdi ви приймаєте",
346 "signup.legal.privacy": "лт конфіденційност", 403 "signup.legal.privacy": "а ро онфіденційнт",
347 "signup.legal.terms": "Умови використання", 404 "signup.legal.terms": "Умови використання",
348 "signup.link.login": "У вас вже є обліковий запис, увійти?", 405 "signup.link.login": "У вас вже є обліковий запис, увійти?",
349 "signup.password.label": "Пароль", 406 "signup.password.label": "Password",
350 "signup.submit.label": "Створити акаунт", 407 "signup.submit.label": "Створити акаунт",
351 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial", 408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
352 "subscription.cta.allOptions": "See all options", 409 "subscription.cta.allOptions": "See all options",
@@ -363,13 +420,18 @@
363 "tabs.item.edit": "Редагувати", 420 "tabs.item.edit": "Редагувати",
364 "tabs.item.enableAudio": "Увімкнути звук", 421 "tabs.item.enableAudio": "Увімкнути звук",
365 "tabs.item.enableNotification": "Увімкнути сповіщення", 422 "tabs.item.enableNotification": "Увімкнути сповіщення",
366 "tabs.item.enableService": "Увімкнути сб", 423 "tabs.item.enableService": "Увімкнути сс",
367 "tabs.item.reload": "Перезавантажити", 424 "tabs.item.reload": "Перезавантажити",
368 "validation.email": "{field} не валідне", 425 "validation.email": "{field} не валідне",
369 "validation.minLength": "Кількість символів в {field} повина бути не меньше {length} ", 426 "validation.minLength": "Кількість символів в {field} повина бути не меньше {length} ",
370 "validation.oneRequired": "At least one is required", 427 "validation.oneRequired": "At least one is required",
371 "validation.required": "{field} обов'язвоке", 428 "validation.required": "{field} обов'язвоке",
372 "validation.url": "{field} не валідний URL", 429 "validation.url": "{field} не валідний URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Перезавантажити",
373 "welcome.loginButton": "Увійдіть до свого акаунту", 435 "welcome.loginButton": "Увійдіть до свого акаунту",
374 "welcome.signupButton": "Створити безплатний акаунт", 436 "welcome.signupButton": "Створити безплатний акаунт",
375 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", 437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/vi.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
new file mode 100644
index 000000000..678554c05
--- /dev/null
+++ b/src/i18n/locales/zh-HANT.json
@@ -0,0 +1,444 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "無法連接到Ferdi網路服務",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "您未連上網際網路",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "匯入您的 Ferdi 4 服務",
35 "import.notSupportedHeadline": "此服務不被 Ferdi 5 支持",
36 "import.skip.label": "我想手動匯入",
37 "import.submit.label": "匯入服務",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "重新啟動並且更新",
41 "infobar.buttonReloadServices": "重新載入",
42 "infobar.requiredRequestsFailed": "無法載入服務與帳戶資訊",
43 "infobar.servicesUpdated": "您的服務已更新",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "有新的更新可安裝",
46 "invite.email.label": "電子郵件信箱",
47 "invite.headline.friends": "邀請三個人",
48 "invite.name.label": "名子",
49 "invite.skip.label": "我想晚點進行",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.customServerQuestion": "Using a custom Ferdi server?",
58 "login.customServerSuggestion": "Try importing your Franz account",
59 "login.email.label": "電子郵件信箱",
60 "login.headline": "登入",
61 "login.invalidCredentials": "電子郵件帳戶或密碼有誤",
62 "login.link.password": "密碼重設",
63 "login.link.signup": "建立一個免費帳戶",
64 "login.password.label": "Password",
65 "login.serverLogout": "登入狀態過期,請重新登入",
66 "login.submit.label": "登入",
67 "login.tokenExpired": "登入狀態過期,請重新登入",
68 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
69 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
70 "menu.app.about": "About Ferdi",
71 "menu.app.announcement": "What's new?",
72 "menu.app.autohideMenuBar": "Auto-hide menu bar",
73 "menu.app.checkForUpdates": "Check for updates",
74 "menu.app.hide": "Hide",
75 "menu.app.hideOthers": "Hide Others",
76 "menu.app.quit": "Quit",
77 "menu.app.settings": "Settings",
78 "menu.app.unhide": "Unhide",
79 "menu.edit": "Edit",
80 "menu.edit.copy": "Copy",
81 "menu.edit.cut": "Cut",
82 "menu.edit.delete": "Delete",
83 "menu.edit.emojiSymbols": "Emoji & Symbols",
84 "menu.edit.paste": "Paste",
85 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
86 "menu.edit.redo": "Redo",
87 "menu.edit.selectAll": "Select All",
88 "menu.edit.speech": "Speech",
89 "menu.edit.startDictation": "Start Dictation",
90 "menu.edit.startSpeaking": "Start Speaking",
91 "menu.edit.stopSpeaking": "Stop Speaking",
92 "menu.edit.undo": "Undo",
93 "menu.file": "File",
94 "menu.help": "Help",
95 "menu.help.changelog": "Changelog",
96 "menu.help.debugInfo": "Copy Debug Information",
97 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
98 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
99 "menu.help.learnMore": "Learn More",
100 "menu.help.privacy": "Privacy Statement",
101 "menu.help.support": "Support",
102 "menu.help.tos": "Terms of Service",
103 "menu.services": "Services",
104 "menu.services.activatePreviousService": "Activate previous service",
105 "menu.services.addNewService": "Add New Service...",
106 "menu.services.goHome": "Home",
107 "menu.services.setNextServiceActive": "Activate next service",
108 "menu.todos": "Todos",
109 "menu.todos.enableTodos": "Enable Todos",
110 "menu.view": "View",
111 "menu.view.back": "Back",
112 "menu.view.enterFullScreen": "Enter Full Screen",
113 "menu.view.exitFullScreen": "Exit Full Screen",
114 "menu.view.forward": "Forward",
115 "menu.view.lockFerdi": "Lock Ferdi",
116 "menu.view.openQuickSwitch": "Open Quick Switch",
117 "menu.view.reloadFranz": "Reload Ferdi",
118 "menu.view.reloadService": "Reload Service",
119 "menu.view.resetZoom": "Actual Size",
120 "menu.view.toggleDevTools": "Toggle Developer Tools",
121 "menu.view.toggleFullScreen": "Toggle Full Screen",
122 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
123 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
124 "menu.view.zoomIn": "Zoom In",
125 "menu.view.zoomOut": "Zoom Out",
126 "menu.window": "Window",
127 "menu.window.close": "Close",
128 "menu.window.minimize": "Minimize",
129 "menu.workspaces": "Workspaces",
130 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
131 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
132 "menu.workspaces.defaultWorkspace": "All services",
133 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
134 "password.email.label": "電子郵件信箱",
135 "password.headline": "密碼重設",
136 "password.link.login": "登入您的帳戶",
137 "password.link.signup": "建立一個免費帳戶",
138 "password.noUser": "此電子郵件帳戶不存在",
139 "password.submit.label": "送出",
140 "password.successInfo": "請重新確認您的電子郵件信箱",
141 "premiumFeature.button.upgradeAccount": "Upgrade account",
142 "pricing.features.adFree": "Forever ad-free",
143 "pricing.features.appDelays": "No Waiting Screens",
144 "pricing.features.customWebsites": "Add Custom Websites",
145 "pricing.features.onPremise": "On-premise & other Hosted Services",
146 "pricing.features.serviceProxies": "Service Proxies",
147 "pricing.features.spellchecker": "Spellchecker support",
148 "pricing.features.teamManagement": "Team Management",
149 "pricing.features.thirdPartyServices": "Install 3rd party services",
150 "pricing.features.unlimitedServices": "Add unlimited services",
151 "pricing.features.workspaces": "Workspaces",
152 "pricing.plan.free": "Ferdi Free",
153 "pricing.plan.legacy": "Ferdi Premium",
154 "pricing.plan.personal": "Ferdi Personal",
155 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
156 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
157 "pricing.plan.pro": "Ferdi Professional",
158 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
159 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
160 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
161 "pricing.trial.cta.skip": "Continue to Ferdi",
162 "pricing.trial.error": "Sorry, we could not activate your trial!",
163 "pricing.trial.features.headline": "Ferdi Professional includes:",
164 "pricing.trial.headline": "Ferdi Professional",
165 "pricing.trial.subheadline": "Your personal welcome offer:",
166 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
167 "pricing.trial.terms.headline": "No strings attached",
168 "pricing.trial.terms.noCreditCard": "No credit card required",
169 "service.crashHandler.action": "Reload {name}",
170 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
171 "service.crashHandler.headline": "Oh no!",
172 "service.crashHandler.text": "{name} has caused an error.",
173 "service.disabledHandler.action": "Enable {name}",
174 "service.disabledHandler.headline": "{name} is disabled",
175 "service.errorHandler.action": "Reload {name}",
176 "service.errorHandler.editAction": "Edit {name}",
177 "service.errorHandler.headline": "Oh no!",
178 "service.errorHandler.message": "Error",
179 "service.errorHandler.text": "{name} has failed to load.",
180 "service.restrictedHandler.action": "Upgrade Account",
181 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
182 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
183 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
184 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
185 "service.webviewLoader.loading": "Loading",
186 "services.getStarted": "開始使用",
187 "services.login": "Please login to use Ferdi.",
188 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
189 "services.welcome": "歡迎使用 Ferdi",
190 "settings.account.account.editButton": "更改帳戶資訊",
191 "settings.account.accountType.basic": "基本帳戶",
192 "settings.account.accountType.premium": "Premium Supporter Account",
193 "settings.account.buttonSave": "更新帳戶資訊",
194 "settings.account.deleteAccount": "Delete account",
195 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
196 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
197 "settings.account.headline": "帳戶",
198 "settings.account.headlineAccount": "帳戶資訊",
199 "settings.account.headlineDangerZone": "Danger Zone",
200 "settings.account.headlineInvoices": "Invoices",
201 "settings.account.headlinePassword": "更改密碼",
202 "settings.account.headlineProfile": "更新帳戶資訊",
203 "settings.account.headlineSubscription": "您的訂閱",
204 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
205 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
206 "settings.account.invoiceDownload": "下載",
207 "settings.account.manageSubscription.label": "管理訂閱",
208 "settings.account.successInfo": "您的更改已經儲存",
209 "settings.account.trial": "Free Trial",
210 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
211 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
212 "settings.account.tryReloadServices": "Try again",
213 "settings.account.tryReloadUserInfoRequest": "Try again",
214 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
215 "settings.account.userInfoRequestFailed": "無法載入帳戶資訊",
216 "settings.account.yourLicense": "Your Ferdi License",
217 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
218 "settings.app.buttonClearAllCache": "Clear cache",
219 "settings.app.buttonInstallUpdate": "重新啟動並且更新",
220 "settings.app.buttonSearchForUpdate": "Check for updates",
221 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
222 "settings.app.currentVersion": "當前版本:",
223 "settings.app.form.accentColor": "Accent color",
224 "settings.app.form.autoLaunchInBackground": "背景啟動",
225 "settings.app.form.autoLaunchOnStart": "開機時啟動",
226 "settings.app.form.beta": "包含開發中版本",
227 "settings.app.form.darkMode": "Join the Dark Side",
228 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
229 "settings.app.form.enableLock": "Enable Ferdi password lock",
230 "settings.app.form.enableSpellchecking": "Enable spell checking",
231 "settings.app.form.enableSystemTray": "在系統匣上顯示",
232 "settings.app.form.enableTodos": "Enable Ferdi Todos",
233 "settings.app.form.hibernate": "Enable service hibernation",
234 "settings.app.form.hibernationStrategy": "Hibernation strategy",
235 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
236 "settings.app.form.language": "語言",
237 "settings.app.form.lockPassword": "Ferdi Lock password",
238 "settings.app.form.minimizeToSystemTray": "最小化至系統匣",
239 "settings.app.form.noUpdates": "Disable updates",
240 "settings.app.form.privateNotifications": "Don't show message content in notifications",
241 "settings.app.form.runInBackground": "關閉時保持在背景運作",
242 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
243 "settings.app.form.scheduledDNDEnd": "To",
244 "settings.app.form.scheduledDNDStart": "From",
245 "settings.app.form.server": "Server",
246 "settings.app.form.showDisabledServices": "Display disabled services tabs",
247 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
248 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
249 "settings.app.form.todoServer": "Todo Server",
250 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
251 "settings.app.headline": "Settings",
252 "settings.app.headlineAdvanced": "Advanced",
253 "settings.app.headlineAppearance": "Appearance",
254 "settings.app.headlineGeneral": "一般",
255 "settings.app.headlineLanguage": "語言",
256 "settings.app.headlineUpdates": "更新",
257 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
258 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
259 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
260 "settings.app.lockedPassword": "Ferdi Lock Password",
261 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
262 "settings.app.restartRequired": "Changes require restart",
263 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
264 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
265 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
266 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
267 "settings.app.subheadlineCache": "Cache",
268 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
269 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
270 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
271 "settings.app.updateStatusAvailable": "有可用更新,下載中...",
272 "settings.app.updateStatusSearching": "檢查更新中...",
273 "settings.app.updateStatusUpToDate": "已經是最新版本了",
274 "settings.invite.headline": "Invite Friends",
275 "settings.navigation.account": "帳戶",
276 "settings.navigation.availableServices": "可用服務",
277 "settings.navigation.logout": "登出",
278 "settings.navigation.settings": "Settings",
279 "settings.navigation.supportFerdi": "Support Ferdi",
280 "settings.navigation.team": "Manage Team",
281 "settings.navigation.yourServices": "您的服務",
282 "settings.navigation.yourWorkspaces": "Your workspaces",
283 "settings.recipes.all": "All services",
284 "settings.recipes.custom": "Custom Services",
285 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
286 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
287 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
288 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
289 "settings.recipes.customService.openDevDocs": "Developer Documentation",
290 "settings.recipes.customService.openFolder": "Open folder",
291 "settings.recipes.headline": "可用服務",
292 "settings.recipes.missingService": "Missing a service?",
293 "settings.recipes.mostPopular": "熱門",
294 "settings.recipes.nothingFound": "抱歉,找不到您所要的服務",
295 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功",
296 "settings.searchService": "Search service",
297 "settings.service.error.goBack": "返回",
298 "settings.service.error.headline": "Error",
299 "settings.service.error.message": "無法載入服務元件",
300 "settings.service.form.addServiceHeadline": "新增 {name}",
301 "settings.service.form.availableServices": "可用服務",
302 "settings.service.form.customUrl": "Custom server",
303 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
304 "settings.service.form.customUrlUpgradeAccount": "升級帳戶",
305 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
306 "settings.service.form.deleteButton": "刪除",
307 "settings.service.form.editServiceHeadline": "Edit {name}",
308 "settings.service.form.enableAudio": "Enable audio",
309 "settings.service.form.enableBadge": "Show unread message badges",
310 "settings.service.form.enableDarkMode": "Enable Dark Mode",
311 "settings.service.form.enableNotification": "啟用通知",
312 "settings.service.form.enableService": "啟用服務",
313 "settings.service.form.headlineBadges": "Unread message badges",
314 "settings.service.form.headlineGeneral": "一般",
315 "settings.service.form.headlineNotifications": "Notifications",
316 "settings.service.form.icon": "Custom icon",
317 "settings.service.form.iconDelete": "Delete",
318 "settings.service.form.iconUpload": "Drop your image, or click here",
319 "settings.service.form.indirectMessageInfo": "除了 @username, @channel, @here 之外,當您參與的頻道有訊息時,就會通知",
320 "settings.service.form.indirectMessages": "針對全部訊息顯示通知",
321 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
322 "settings.service.form.name": "名子",
323 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
324 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
325 "settings.service.form.proxy.host": "Proxy Host/IP",
326 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
327 "settings.service.form.proxy.isEnabled": "Use Proxy",
328 "settings.service.form.proxy.password": "Password (optional)",
329 "settings.service.form.proxy.port": "Port",
330 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
331 "settings.service.form.proxy.user": "User (optional)",
332 "settings.service.form.saveButton": "儲存",
333 "settings.service.form.tabHosted": "Hosted",
334 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
335 "settings.service.form.team": "Team",
336 "settings.service.form.useHostedService": "Use the hosted {name} service.",
337 "settings.service.form.yourServices": "您的服務",
338 "settings.services.deletedInfo": "服務已刪除",
339 "settings.services.discoverServices": "服務列表",
340 "settings.services.headline": "您的服務",
341 "settings.services.noServicesAdded": "您還沒加入任何服務",
342 "settings.services.servicesRequestFailed": "Could not load your services",
343 "settings.services.tooltip.isDisabled": "已停用服務",
344 "settings.services.tooltip.isMuted": "All sounds are muted",
345 "settings.services.tooltip.notificationsDisabled": "已停用通知",
346 "settings.services.updatedInfo": "您的更改已經儲存",
347 "settings.supportFerdi.github": "Star on GitHub",
348 "settings.supportFerdi.headline": "Support Ferdi",
349 "settings.supportFerdi.openCollective": "Support our Open Collective",
350 "settings.supportFerdi.share": "Tell your Friends",
351 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
352 "settings.team.contentHeadline": "Ferdi for Teams",
353 "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!",
354 "settings.team.headline": "Team",
355 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
356 "settings.team.manageAction": "Manage your Team on getferdi.com",
357 "settings.team.upgradeAction": "Upgrade your Account",
358 "settings.user.form.accountType.company": "公司",
359 "settings.user.form.accountType.individual": "個人",
360 "settings.user.form.accountType.label": "帳戶類型",
361 "settings.user.form.accountType.non-profit": "非營利",
362 "settings.user.form.currentPassword": "舊密碼",
363 "settings.user.form.email": "電子郵件信箱",
364 "settings.user.form.firstname": "名子",
365 "settings.user.form.lastname": "姓氏",
366 "settings.user.form.newPassword": "新密碼",
367 "settings.workspace.add.form.name": "名子",
368 "settings.workspace.add.form.submitButton": "Create workspace",
369 "settings.workspace.form.buttonDelete": "Delete workspace",
370 "settings.workspace.form.buttonSave": "Save workspace",
371 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
372 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
373 "settings.workspace.form.name": "名子",
374 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
375 "settings.workspace.form.yourWorkspaces": "Your workspaces",
376 "settings.workspaces.deletedInfo": "Workspace has been deleted",
377 "settings.workspaces.headline": "Your workspaces",
378 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
379 "settings.workspaces.tryReloadWorkspaces": "Try again",
380 "settings.workspaces.updatedInfo": "您的更改已經儲存",
381 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
382 "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.",
383 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
384 "sidebar.addNewService": "Add new service",
385 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
386 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
387 "sidebar.lockFerdi": "Lock Ferdi",
388 "sidebar.muteApp": "Disable notifications & audio",
389 "sidebar.openTodosDrawer": "Open Ferdi Todos",
390 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
391 "sidebar.settings": "Settings",
392 "sidebar.unmuteApp": "Enable notifications & audio",
393 "signup.email.label": "電子郵件信箱",
394 "signup.emailDuplicate": "此電子郵件信箱已被註冊",
395 "signup.firstname.label": "名子",
396 "signup.headline": "註冊",
397 "signup.lastname.label": "姓氏",
398 "signup.legal.info": "在建立帳戶同時,您同意:",
399 "signup.legal.privacy": "Privacy Statement",
400 "signup.legal.terms": "服務條款",
401 "signup.link.login": "您已有一個帳戶,請問是否要登入?",
402 "signup.password.label": "Password",
403 "signup.submit.label": "建立帳戶",
404 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
405 "subscription.cta.allOptions": "See all options",
406 "subscription.cta.choosePlan": "Choose your plan",
407 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
408 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
409 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
410 "subscriptionPopup.buttonCancel": "取消",
411 "subscriptionPopup.buttonDone": "完成",
412 "tabs.item.deleteService": "刪除",
413 "tabs.item.disableAudio": "Disable audio",
414 "tabs.item.disableNotifications": "停用通知",
415 "tabs.item.disableService": "停用服務",
416 "tabs.item.edit": "Edit",
417 "tabs.item.enableAudio": "Enable audio",
418 "tabs.item.enableNotification": "啟用通知",
419 "tabs.item.enableService": "啟用服務",
420 "tabs.item.reload": "Reload",
421 "validation.email": "{field} is not valid",
422 "validation.minLength": "{field} should be at least {length} characters long",
423 "validation.oneRequired": "At least one is required",
424 "validation.required": "{field} is required",
425 "validation.url": "{field} is not a valid URL",
426 "webControls.back": "Back",
427 "webControls.forward": "Forward",
428 "webControls.goHome": "Home",
429 "webControls.openInBrowser": "Open in Browser",
430 "webControls.reload": "Reload",
431 "welcome.loginButton": "登入",
432 "welcome.signupButton": "建立一個免費帳戶",
433 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
434 "workspaceDrawer.allServices": "All services",
435 "workspaceDrawer.headline": "Workspaces",
436 "workspaceDrawer.item.contextMenuEdit": "edit",
437 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
438 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
439 "workspaceDrawer.proFeatureBadge": "Premium feature",
440 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
441 "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>",
442 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
443 "workspaces.switchingIndicator.switchingTo": "Switching to"
444}
diff --git a/src/i18n/locales/zh-Hant.json b/src/i18n/locales/zh-Hant.json
index 76dbab3bc..678554c05 100644
--- a/src/i18n/locales/zh-Hant.json
+++ b/src/i18n/locales/zh-Hant.json
@@ -1,168 +1,444 @@
1{ 1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
2 "global.api.unhealthy": "無法連接到Ferdi網路服務", 26 "global.api.unhealthy": "無法連接到Ferdi網路服務",
27 "global.franzProRequired": "Ferdi Professional Required",
3 "global.notConnectedToTheInternet": "您未連上網際網路", 28 "global.notConnectedToTheInternet": "您未連上網際網路",
4 "welcome.signupButton": "建立一個免費帳戶", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
5 "welcome.loginButton": "登入", 30 "global.spellchecking.autodetect": "Detect language automatically",
6 "welcome.slogan": "Messaging that works for you", 31 "global.spellchecking.autodetect.short": "Automatic",
7 "login.headline": "登入", 32 "global.spellchecking.language": "Spell checking language",
8 "login.email.label": "電子郵件信箱", 33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
9 "login.password.label": "密碼",
10 "login.submit.label": "登入",
11 "login.invalidCredentials": "電子郵件帳戶或密碼有誤",
12 "login.tokenExpired": "登入狀態過期,請重新登入",
13 "login.serverLogout": "登入狀態過期,請重新登入",
14 "login.link.signup": "建立一個免費帳戶",
15 "login.link.password": "密碼重設",
16 "password.headline": "密碼重設",
17 "password.email.label": "電子郵件信箱",
18 "password.submit.label": "送出",
19 "password.noUser": "此電子郵件帳戶不存在",
20 "password.successInfo": "請重新確認您的電子郵件信箱",
21 "password.link.signup": "建立一個免費帳戶",
22 "password.link.login": "登入您的帳戶",
23 "signup.headline": "註冊",
24 "signup.firstname.label": "名子",
25 "signup.lastname.label": "姓氏",
26 "signup.email.label": "電子郵件信箱",
27 "signup.company.label": "公司",
28 "signup.password.label": "密碼",
29 "signup.submit.label": "建立帳戶",
30 "signup.link.login": "您已有一個帳戶,請問是否要登入?",
31 "signup.emailDuplicate": "此電子郵件信箱已被註冊",
32 "signup.legal.info": "在建立帳戶同時,您同意:",
33 "signup.legal.terms": "服務條款",
34 "signup.legal.privacy": "隱私聲明",
35 "pricing.headline": "贊助 Ferdi",
36 "pricing.support.label": "選擇贊助方案",
37 "pricing.submit.label": "我想協助 Ferdi 的開發",
38 "pricing.link.skipPayment": "我不想協助 Ferdi 的開發",
39 "import.headline": "匯入您的 Ferdi 4 服務", 34 "import.headline": "匯入您的 Ferdi 4 服務",
40 "import.notSupportedHeadline": "此服務不被 Ferdi 5 支持", 35 "import.notSupportedHeadline": "此服務不被 Ferdi 5 支持",
41 "import.submit.label": "匯入服務",
42 "import.skip.label": "我想手動匯入", 36 "import.skip.label": "我想手動匯入",
43 "invite.submit.label": "Send invites", 37 "import.submit.label": "匯入服務",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "重新啟動並且更新",
41 "infobar.buttonReloadServices": "重新載入",
42 "infobar.requiredRequestsFailed": "無法載入服務與帳戶資訊",
43 "infobar.servicesUpdated": "您的服務已更新",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "有新的更新可安裝",
46 "invite.email.label": "電子郵件信箱",
44 "invite.headline.friends": "邀請三個人", 47 "invite.headline.friends": "邀請三個人",
45 "invite.name.label": "名子", 48 "invite.name.label": "名子",
46 "invite.email.label": "電子郵件信箱",
47 "invite.skip.label": "我想晚點進行", 49 "invite.skip.label": "我想晚點進行",
48 "subscription.submit.label": "我想協助 Ferdi 的開發", 50 "invite.submit.label": "Send invites",
49 "subscription.paymentSessionError": "無法初始化付費表單", 51 "invite.successInfo": "Invitations sent successfully",
50 "subscription.includedFeatures": "Paid Ferdi Premium Supporter Account includes", 52 "locked.headline": "Locked",
51 "subscription.features.onpremise": "Add on-premise/hosted services like HipChat", 53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
52 "subscription.features.customServices": "Private services for you and your team", 54 "locked.invalidCredentials": "Password invalid",
53 "subscription.features.encryptedSync": "Encrypted session synchronization", 55 "locked.password.label": "Password",
54 "subscription.features.vpn": "支援 Proxy & VPN", 56 "locked.submit.label": "Unlock",
55 "subscription.features.ads": "不再有任何廣告", 57 "login.customServerQuestion": "Using a custom Ferdi server?",
56 "subscription.features.comingSoon": "敬請期待", 58 "login.customServerSuggestion": "Try importing your Franz account",
57 "infobar.servicesUpdated": "您的服務已更新", 59 "login.email.label": "電子郵件信箱",
58 "infobar.updateAvailable": "有新的更新可安裝", 60 "login.headline": "登入",
59 "infobar.buttonReloadServices": "重新載入", 61 "login.invalidCredentials": "電子郵件帳戶或密碼有誤",
60 "infobar.buttonInstallUpdate": "重新啟動並且更新", 62 "login.link.password": "密碼重設",
61 "infobar.requiredRequestsFailed": "無法載入服務與帳戶資訊", 63 "login.link.signup": "建立一個免費帳戶",
62 "sidebar.settings": "設定", 64 "login.password.label": "Password",
63 "services.welcome": "歡迎使用 Ferdi", 65 "login.serverLogout": "登入狀態過期,請重新登入",
66 "login.submit.label": "登入",
67 "login.tokenExpired": "登入狀態過期,請重新登入",
68 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
69 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
70 "menu.app.about": "About Ferdi",
71 "menu.app.announcement": "What's new?",
72 "menu.app.autohideMenuBar": "Auto-hide menu bar",
73 "menu.app.checkForUpdates": "Check for updates",
74 "menu.app.hide": "Hide",
75 "menu.app.hideOthers": "Hide Others",
76 "menu.app.quit": "Quit",
77 "menu.app.settings": "Settings",
78 "menu.app.unhide": "Unhide",
79 "menu.edit": "Edit",
80 "menu.edit.copy": "Copy",
81 "menu.edit.cut": "Cut",
82 "menu.edit.delete": "Delete",
83 "menu.edit.emojiSymbols": "Emoji & Symbols",
84 "menu.edit.paste": "Paste",
85 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
86 "menu.edit.redo": "Redo",
87 "menu.edit.selectAll": "Select All",
88 "menu.edit.speech": "Speech",
89 "menu.edit.startDictation": "Start Dictation",
90 "menu.edit.startSpeaking": "Start Speaking",
91 "menu.edit.stopSpeaking": "Stop Speaking",
92 "menu.edit.undo": "Undo",
93 "menu.file": "File",
94 "menu.help": "Help",
95 "menu.help.changelog": "Changelog",
96 "menu.help.debugInfo": "Copy Debug Information",
97 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
98 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
99 "menu.help.learnMore": "Learn More",
100 "menu.help.privacy": "Privacy Statement",
101 "menu.help.support": "Support",
102 "menu.help.tos": "Terms of Service",
103 "menu.services": "Services",
104 "menu.services.activatePreviousService": "Activate previous service",
105 "menu.services.addNewService": "Add New Service...",
106 "menu.services.goHome": "Home",
107 "menu.services.setNextServiceActive": "Activate next service",
108 "menu.todos": "Todos",
109 "menu.todos.enableTodos": "Enable Todos",
110 "menu.view": "View",
111 "menu.view.back": "Back",
112 "menu.view.enterFullScreen": "Enter Full Screen",
113 "menu.view.exitFullScreen": "Exit Full Screen",
114 "menu.view.forward": "Forward",
115 "menu.view.lockFerdi": "Lock Ferdi",
116 "menu.view.openQuickSwitch": "Open Quick Switch",
117 "menu.view.reloadFranz": "Reload Ferdi",
118 "menu.view.reloadService": "Reload Service",
119 "menu.view.resetZoom": "Actual Size",
120 "menu.view.toggleDevTools": "Toggle Developer Tools",
121 "menu.view.toggleFullScreen": "Toggle Full Screen",
122 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
123 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
124 "menu.view.zoomIn": "Zoom In",
125 "menu.view.zoomOut": "Zoom Out",
126 "menu.window": "Window",
127 "menu.window.close": "Close",
128 "menu.window.minimize": "Minimize",
129 "menu.workspaces": "Workspaces",
130 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
131 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
132 "menu.workspaces.defaultWorkspace": "All services",
133 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
134 "password.email.label": "電子郵件信箱",
135 "password.headline": "密碼重設",
136 "password.link.login": "登入您的帳戶",
137 "password.link.signup": "建立一個免費帳戶",
138 "password.noUser": "此電子郵件帳戶不存在",
139 "password.submit.label": "送出",
140 "password.successInfo": "請重新確認您的電子郵件信箱",
141 "premiumFeature.button.upgradeAccount": "Upgrade account",
142 "pricing.features.adFree": "Forever ad-free",
143 "pricing.features.appDelays": "No Waiting Screens",
144 "pricing.features.customWebsites": "Add Custom Websites",
145 "pricing.features.onPremise": "On-premise & other Hosted Services",
146 "pricing.features.serviceProxies": "Service Proxies",
147 "pricing.features.spellchecker": "Spellchecker support",
148 "pricing.features.teamManagement": "Team Management",
149 "pricing.features.thirdPartyServices": "Install 3rd party services",
150 "pricing.features.unlimitedServices": "Add unlimited services",
151 "pricing.features.workspaces": "Workspaces",
152 "pricing.plan.free": "Ferdi Free",
153 "pricing.plan.legacy": "Ferdi Premium",
154 "pricing.plan.personal": "Ferdi Personal",
155 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
156 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
157 "pricing.plan.pro": "Ferdi Professional",
158 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
159 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
160 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
161 "pricing.trial.cta.skip": "Continue to Ferdi",
162 "pricing.trial.error": "Sorry, we could not activate your trial!",
163 "pricing.trial.features.headline": "Ferdi Professional includes:",
164 "pricing.trial.headline": "Ferdi Professional",
165 "pricing.trial.subheadline": "Your personal welcome offer:",
166 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
167 "pricing.trial.terms.headline": "No strings attached",
168 "pricing.trial.terms.noCreditCard": "No credit card required",
169 "service.crashHandler.action": "Reload {name}",
170 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
171 "service.crashHandler.headline": "Oh no!",
172 "service.crashHandler.text": "{name} has caused an error.",
173 "service.disabledHandler.action": "Enable {name}",
174 "service.disabledHandler.headline": "{name} is disabled",
175 "service.errorHandler.action": "Reload {name}",
176 "service.errorHandler.editAction": "Edit {name}",
177 "service.errorHandler.headline": "Oh no!",
178 "service.errorHandler.message": "Error",
179 "service.errorHandler.text": "{name} has failed to load.",
180 "service.restrictedHandler.action": "Upgrade Account",
181 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
182 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
183 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
184 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
185 "service.webviewLoader.loading": "Loading",
64 "services.getStarted": "開始使用", 186 "services.getStarted": "開始使用",
65 "settings.account.headline": "帳戶", 187 "services.login": "Please login to use Ferdi.",
66 "settings.account.headlineSubscription": "您的訂閱", 188 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
67 "settings.account.headlineUpgrade": "升級帳戶以及贊助 Ferdi", 189 "services.welcome": "歡迎使用 Ferdi",
68 "settings.account.headlineInvoices": "Invoices", 190 "settings.account.account.editButton": "更改帳戶資訊",
69 "settings.account.manageSubscription.label": "管理訂閱",
70 "settings.account.accountType.basic": "基本帳戶", 191 "settings.account.accountType.basic": "基本帳戶",
71 "settings.account.accountType.premium": "Premium Supporter Account", 192 "settings.account.accountType.premium": "Premium Supporter Account",
72 "settings.account.account.editButton": "更帳戶資訊", 193 "settings.account.buttonSave": "更帳戶資訊",
73 "settings.account.invoiceDownload": "下載", 194 "settings.account.deleteAccount": "Delete account",
74 "settings.account.userInfoRequestFailed": "無法載入帳戶資訊", 195 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
75 "settings.account.tryReloadUserInfoRequest": "請重試", 196 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
76 "settings.account.headlineProfile": "更新帳戶資訊", 197 "settings.account.headline": "帳戶",
77 "settings.account.headlineAccount": "帳戶資訊", 198 "settings.account.headlineAccount": "帳戶資訊",
199 "settings.account.headlineDangerZone": "Danger Zone",
200 "settings.account.headlineInvoices": "Invoices",
78 "settings.account.headlinePassword": "更改密碼", 201 "settings.account.headlinePassword": "更改密碼",
202 "settings.account.headlineProfile": "更新帳戶資訊",
203 "settings.account.headlineSubscription": "您的訂閱",
204 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
205 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
206 "settings.account.invoiceDownload": "下載",
207 "settings.account.manageSubscription.label": "管理訂閱",
79 "settings.account.successInfo": "您的更改已經儲存", 208 "settings.account.successInfo": "您的更改已經儲存",
80 "settings.account.buttonSave": "更新帳戶資訊", 209 "settings.account.trial": "Free Trial",
81 "settings.account.mining.thankyou": "感謝您贊助運算能力", 210 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
82 "settings.account.mining.active": "您現在每秒執行 {hashes} 個計算", 211 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
83 "settings.account.mining.moreInformation": "取得更多資訊", 212 "settings.account.tryReloadServices": "Try again",
84 "settings.account.mining.cancel": "取消贊助運算", 213 "settings.account.tryReloadUserInfoRequest": "Try again",
85 "settings.navigation.availableServices": "可用服務", 214 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
86 "settings.navigation.yourServices": "您的服務", 215 "settings.account.userInfoRequestFailed": "無法載入帳戶資訊",
216 "settings.account.yourLicense": "Your Ferdi License",
217 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
218 "settings.app.buttonClearAllCache": "Clear cache",
219 "settings.app.buttonInstallUpdate": "重新啟動並且更新",
220 "settings.app.buttonSearchForUpdate": "Check for updates",
221 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
222 "settings.app.currentVersion": "當前版本:",
223 "settings.app.form.accentColor": "Accent color",
224 "settings.app.form.autoLaunchInBackground": "背景啟動",
225 "settings.app.form.autoLaunchOnStart": "開機時啟動",
226 "settings.app.form.beta": "包含開發中版本",
227 "settings.app.form.darkMode": "Join the Dark Side",
228 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
229 "settings.app.form.enableLock": "Enable Ferdi password lock",
230 "settings.app.form.enableSpellchecking": "Enable spell checking",
231 "settings.app.form.enableSystemTray": "在系統匣上顯示",
232 "settings.app.form.enableTodos": "Enable Ferdi Todos",
233 "settings.app.form.hibernate": "Enable service hibernation",
234 "settings.app.form.hibernationStrategy": "Hibernation strategy",
235 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
236 "settings.app.form.language": "語言",
237 "settings.app.form.lockPassword": "Ferdi Lock password",
238 "settings.app.form.minimizeToSystemTray": "最小化至系統匣",
239 "settings.app.form.noUpdates": "Disable updates",
240 "settings.app.form.privateNotifications": "Don't show message content in notifications",
241 "settings.app.form.runInBackground": "關閉時保持在背景運作",
242 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
243 "settings.app.form.scheduledDNDEnd": "To",
244 "settings.app.form.scheduledDNDStart": "From",
245 "settings.app.form.server": "Server",
246 "settings.app.form.showDisabledServices": "Display disabled services tabs",
247 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
248 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
249 "settings.app.form.todoServer": "Todo Server",
250 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
251 "settings.app.headline": "Settings",
252 "settings.app.headlineAdvanced": "Advanced",
253 "settings.app.headlineAppearance": "Appearance",
254 "settings.app.headlineGeneral": "一般",
255 "settings.app.headlineLanguage": "語言",
256 "settings.app.headlineUpdates": "更新",
257 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
258 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
259 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
260 "settings.app.lockedPassword": "Ferdi Lock Password",
261 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
262 "settings.app.restartRequired": "Changes require restart",
263 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
264 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
265 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
266 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
267 "settings.app.subheadlineCache": "Cache",
268 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
269 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
270 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
271 "settings.app.updateStatusAvailable": "有可用更新,下載中...",
272 "settings.app.updateStatusSearching": "檢查更新中...",
273 "settings.app.updateStatusUpToDate": "已經是最新版本了",
274 "settings.invite.headline": "Invite Friends",
87 "settings.navigation.account": "帳戶", 275 "settings.navigation.account": "帳戶",
88 "settings.navigation.settings": "", 276 "settings.navigation.availableServices": "",
89 "settings.navigation.logout": "登出", 277 "settings.navigation.logout": "登出",
278 "settings.navigation.settings": "Settings",
279 "settings.navigation.supportFerdi": "Support Ferdi",
280 "settings.navigation.team": "Manage Team",
281 "settings.navigation.yourServices": "您的服務",
282 "settings.navigation.yourWorkspaces": "Your workspaces",
283 "settings.recipes.all": "All services",
284 "settings.recipes.custom": "Custom Services",
285 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
286 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
287 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
288 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
289 "settings.recipes.customService.openDevDocs": "Developer Documentation",
290 "settings.recipes.customService.openFolder": "Open folder",
90 "settings.recipes.headline": "可用服務", 291 "settings.recipes.headline": "可用服務",
292 "settings.recipes.missingService": "Missing a service?",
91 "settings.recipes.mostPopular": "熱門", 293 "settings.recipes.mostPopular": "熱門",
92 "settings.recipes.all": "全部",
93 "settings.recipes.dev": "開發中",
94 "settings.recipes.nothingFound": "抱歉,找不到您所要的服務", 294 "settings.recipes.nothingFound": "抱歉,找不到您所要的服務",
95 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功", 295 "settings.recipes.servicesSuccessfulAddedInfo": "新增服務成功",
96 "settings.service.form.saveButton": "儲存", 296 "settings.searchService": "Search service",
97 "settings.service.form.deleteButton": "", 297 "settings.service.error.goBack": "",
98 "settings.service.form.availableServices": "可用服務", 298 "settings.service.error.headline": "Error",
99 "settings.service.form.yourServices": "服務", 299 "settings.service.error.message": "載入元件",
100 "settings.service.form.addServiceHeadline": "新增 {name}", 300 "settings.service.form.addServiceHeadline": "新增 {name}",
101 "settings.service.form.editServiceHeadline": "更改 {name}", 301 "settings.service.form.availableServices": "可用服務",
102 "settings.service.form.tabHosted": "Hosted", 302 "settings.service.form.customUrl": "Custom server",
103 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
104 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
105 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 303 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
106 "settings.service.form.customUrlUpgradeAccount": "升級帳戶", 304 "settings.service.form.customUrlUpgradeAccount": "升級帳戶",
305 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
306 "settings.service.form.deleteButton": "刪除",
307 "settings.service.form.editServiceHeadline": "Edit {name}",
308 "settings.service.form.enableAudio": "Enable audio",
309 "settings.service.form.enableBadge": "Show unread message badges",
310 "settings.service.form.enableDarkMode": "Enable Dark Mode",
311 "settings.service.form.enableNotification": "啟用通知",
312 "settings.service.form.enableService": "啟用服務",
313 "settings.service.form.headlineBadges": "Unread message badges",
314 "settings.service.form.headlineGeneral": "一般",
315 "settings.service.form.headlineNotifications": "Notifications",
316 "settings.service.form.icon": "Custom icon",
317 "settings.service.form.iconDelete": "Delete",
318 "settings.service.form.iconUpload": "Drop your image, or click here",
107 "settings.service.form.indirectMessageInfo": "除了 @username, @channel, @here 之外,當您參與的頻道有訊息時,就會通知", 319 "settings.service.form.indirectMessageInfo": "除了 @username, @channel, @here 之外,當您參與的頻道有訊息時,就會通知",
108 "settings.service.error.headline": "錯誤", 320 "settings.service.form.indirectMessages": "針對全部訊息顯示通知",
109 "settings.service.error.goBack": "返回", 321 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
110 "settings.service.error.message": "無法載入服務元件", 322 "settings.service.form.name": "名子",
111 "settings.services.tooltip.isDisabled": "已停用服務", 323 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
112 "settings.services.tooltip.notificationsDisabled": "已停用通知", 324 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
325 "settings.service.form.proxy.host": "Proxy Host/IP",
326 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
327 "settings.service.form.proxy.isEnabled": "Use Proxy",
328 "settings.service.form.proxy.password": "Password (optional)",
329 "settings.service.form.proxy.port": "Port",
330 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
331 "settings.service.form.proxy.user": "User (optional)",
332 "settings.service.form.saveButton": "儲存",
333 "settings.service.form.tabHosted": "Hosted",
334 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
335 "settings.service.form.team": "Team",
336 "settings.service.form.useHostedService": "Use the hosted {name} service.",
337 "settings.service.form.yourServices": "您的服務",
338 "settings.services.deletedInfo": "服務已刪除",
339 "settings.services.discoverServices": "服務列表",
113 "settings.services.headline": "您的服務", 340 "settings.services.headline": "您的服務",
114 "settings.services.noServicesAdded": "您還沒加入任何服務", 341 "settings.services.noServicesAdded": "您還沒加入任何服務",
115 "settings.services.discoverServices": "服務列表", 342 "settings.services.servicesRequestFailed": "Could not load your services",
116 "settings.services.updatedInfo": "更動已經儲存", 343 "settings.services.tooltip.isDisabled": "已停用服務",
117 "settings.services.deletedInfo": "服務已刪除", 344 "settings.services.tooltip.isMuted": "All sounds are muted",
118 "settings.app.headline": "設定", 345 "settings.services.tooltip.notificationsDisabled": "已停用通知",
119 "settings.app.headlineGeneral": "一般", 346 "settings.services.updatedInfo": "您的更改已經儲存",
120 "settings.app.headlineLanguage": "語言", 347 "settings.supportFerdi.github": "Star on GitHub",
121 "settings.app.headlineUpdates": "更新", 348 "settings.supportFerdi.headline": "Support Ferdi",
122 "settings.app.buttonSearchForUpdate": "檢查更新", 349 "settings.supportFerdi.openCollective": "Support our Open Collective",
123 "settings.app.buttonInstallUpdate": "重新開啟並且更新", 350 "settings.supportFerdi.share": "Tell your Friends",
124 "settings.app.updateStatusSearching": "檢查更新中...", 351 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
125 "settings.app.updateStatusAvailable": "有可用更新,下載中...", 352 "settings.team.contentHeadline": "Ferdi for Teams",
126 "settings.app.updateStatusUpToDate": "已經是最新版本了", 353 "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!",
127 "settings.app.form.autoLaunchOnStart": "開機時啟動", 354 "settings.team.headline": "Team",
128 "settings.app.form.autoLaunchInBackground": "背景啟動", 355 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
129 "settings.app.form.enableSystemTray": "在系統匣上顯示", 356 "settings.team.manageAction": "Manage your Team on getferdi.com",
130 "settings.app.form.minimizeToSystemTray": "最小化至系統匣", 357 "settings.team.upgradeAction": "Upgrade your Account",
131 "settings.app.form.runInBackground": "關閉時保持在背景運作", 358 "settings.user.form.accountType.company": "公司",
132 "settings.app.form.language": "語言", 359 "settings.user.form.accountType.individual": "個人",
133 "settings.app.form.beta": "包含開發中版本", 360 "settings.user.form.accountType.label": "帳戶類型",
134 "settings.app.currentVersion": "當前版本:", 361 "settings.user.form.accountType.non-profit": "非營利",
135 "settings.service.form.name": "Name", 362 "settings.user.form.currentPassword": "舊密碼",
136 "settings.service.form.enableService": "啟用服務", 363 "settings.user.form.email": "電子郵件信箱",
137 "settings.service.form.enableNotification": "啟用通知",
138 "settings.service.form.team": "Team",
139 "settings.service.form.customUrl": "Custom server",
140 "settings.service.form.indirectMessages": "針對全部訊息顯示通知",
141 "settings.user.form.firstname": "名子", 364 "settings.user.form.firstname": "名子",
142 "settings.user.form.lastname": "姓氏", 365 "settings.user.form.lastname": "姓氏",
143 "settings.user.form.email": "電子郵件信箱",
144 "settings.user.form.currentPassword": "舊密碼",
145 "settings.user.form.newPassword": "新密碼", 366 "settings.user.form.newPassword": "新密碼",
146 "settings.user.form.accountType.label": "帳戶類型", 367 "settings.workspace.add.form.name": "名子",
147 "settings.user.form.accountType.individual": "個人", 368 "settings.workspace.add.form.submitButton": "Create workspace",
148 "settings.user.form.accountType.non-profit": "非營利", 369 "settings.workspace.form.buttonDelete": "Delete workspace",
149 "settings.user.form.accountType.company": "公司", 370 "settings.workspace.form.buttonSave": "Save workspace",
150 "subscription.type.free": "免費", 371 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
151 "subscription.type.month": "月", 372 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
152 "subscription.type.year": "年", 373 "settings.workspace.form.name": "名子",
153 "subscription.type.mining": "用您機器的計算能力來贊助 Ferdi", 374 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
154 "subscription.mining.headline": "如何進行的?", 375 "settings.workspace.form.yourWorkspaces": "Your workspaces",
155 "subscription.mining.experimental": "實驗性功能", 376 "settings.workspaces.deletedInfo": "Workspace has been deleted",
156 "subscription.mining.line1": "Ferdi 運用您CPU的20%至50%的運算能力來挖門羅幣(一種開源加密貨幣),每年約莫可得到5美元。", 377 "settings.workspaces.headline": "Your workspaces",
157 "subscription.mining.line2": "我們會調整運算強度,避免消耗過多電池電量及影響效能。", 378 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
158 "subscription.mining.line3": "當您允許我們挖掘門羅幣之時,我們便允許您使用全部的加值服務。", 379 "settings.workspaces.tryReloadWorkspaces": "Try again",
159 "subscription.mining.moreInformation": "取得更多資訊", 380 "settings.workspaces.updatedInfo": "您的更改已經儲存",
381 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
382 "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.",
383 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
384 "sidebar.addNewService": "Add new service",
385 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
386 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
387 "sidebar.lockFerdi": "Lock Ferdi",
388 "sidebar.muteApp": "Disable notifications & audio",
389 "sidebar.openTodosDrawer": "Open Ferdi Todos",
390 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
391 "sidebar.settings": "Settings",
392 "sidebar.unmuteApp": "Enable notifications & audio",
393 "signup.email.label": "電子郵件信箱",
394 "signup.emailDuplicate": "此電子郵件信箱已被註冊",
395 "signup.firstname.label": "名子",
396 "signup.headline": "註冊",
397 "signup.lastname.label": "姓氏",
398 "signup.legal.info": "在建立帳戶同時,您同意:",
399 "signup.legal.privacy": "Privacy Statement",
400 "signup.legal.terms": "服務條款",
401 "signup.link.login": "您已有一個帳戶,請問是否要登入?",
402 "signup.password.label": "Password",
403 "signup.submit.label": "建立帳戶",
404 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
405 "subscription.cta.allOptions": "See all options",
406 "subscription.cta.choosePlan": "Choose your plan",
407 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
408 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
409 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
160 "subscriptionPopup.buttonCancel": "取消", 410 "subscriptionPopup.buttonCancel": "取消",
161 "subscriptionPopup.buttonDone": "完成", 411 "subscriptionPopup.buttonDone": "完成",
162 "tabs.item.reload": "重新載", 412 "tabs.item.deleteService": "",
163 "tabs.item.edit": "更改", 413 "tabs.item.disableAudio": "Disable audio",
164 "tabs.item.disableNotifications": "停用通知", 414 "tabs.item.disableNotifications": "停用通知",
165 "tabs.item.enableNotification": "啟用通知",
166 "tabs.item.disableService": "停用服務", 415 "tabs.item.disableService": "停用服務",
167 "tabs.item.deleteService": "刪除服務" 416 "tabs.item.edit": "Edit",
417 "tabs.item.enableAudio": "Enable audio",
418 "tabs.item.enableNotification": "啟用通知",
419 "tabs.item.enableService": "啟用服務",
420 "tabs.item.reload": "Reload",
421 "validation.email": "{field} is not valid",
422 "validation.minLength": "{field} should be at least {length} characters long",
423 "validation.oneRequired": "At least one is required",
424 "validation.required": "{field} is required",
425 "validation.url": "{field} is not a valid URL",
426 "webControls.back": "Back",
427 "webControls.forward": "Forward",
428 "webControls.goHome": "Home",
429 "webControls.openInBrowser": "Open in Browser",
430 "webControls.reload": "Reload",
431 "welcome.loginButton": "登入",
432 "welcome.signupButton": "建立一個免費帳戶",
433 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
434 "workspaceDrawer.allServices": "All services",
435 "workspaceDrawer.headline": "Workspaces",
436 "workspaceDrawer.item.contextMenuEdit": "edit",
437 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
438 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
439 "workspaceDrawer.proFeatureBadge": "Premium feature",
440 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
441 "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>",
442 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
443 "workspaces.switchingIndicator.switchingTo": "Switching to"
168} 444}
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
new file mode 100644
index 000000000..f60644ab3
--- /dev/null
+++ b/src/i18n/locales/zh.json
@@ -0,0 +1,448 @@
1{
2 "app.errorHandler.action": "Reload",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.quickSwitch.title": "QuickSwitch",
15 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
16 "feature.shareFranz.action.email": "Send as email",
17 "feature.shareFranz.action.facebook": "Share on Facebook",
18 "feature.shareFranz.action.twitter": "Share on Twitter",
19 "feature.shareFranz.headline": "Ferdi is better together!",
20 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
21 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
22 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
23 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
24 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
25 "feature.todos.premium.upgrade": "Upgrade Account",
26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.franzProRequired": "Ferdi Professional Required",
28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
29 "global.spellchecker.useDefault": "Use System Default ({default})",
30 "global.spellchecking.autodetect": "Detect language automatically",
31 "global.spellchecking.autodetect.short": "Automatic",
32 "global.spellchecking.language": "Spell checking language",
33 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
34 "import.headline": "Import your Ferdi 4 services",
35 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
36 "import.skip.label": "I want to add services manually",
37 "import.submit.label": "Import services",
38 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
39 "infobar.buttonChangelog": "What is new?",
40 "infobar.buttonInstallUpdate": "Restart & install update",
41 "infobar.buttonReloadServices": "Reload services",
42 "infobar.requiredRequestsFailed": "Could not load services and user information",
43 "infobar.servicesUpdated": "Your services have been updated.",
44 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
45 "infobar.updateAvailable": "A new update for Ferdi is available.",
46 "invite.email.label": "Email address",
47 "invite.headline.friends": "Invite 3 of your friends or colleagues",
48 "invite.name.label": "Name",
49 "invite.skip.label": "I want to do this later",
50 "invite.submit.label": "Send invites",
51 "invite.successInfo": "Invitations sent successfully",
52 "locked.headline": "Locked",
53 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
54 "locked.invalidCredentials": "Password invalid",
55 "locked.password.label": "Password",
56 "locked.submit.label": "Unlock",
57 "login.changeServer": "Change server",
58 "login.customServerQuestion": "Using a custom Ferdi server?",
59 "login.customServerSuggestion": "Try importing your Franz account",
60 "login.email.label": "Email address",
61 "login.headline": "Sign in",
62 "login.invalidCredentials": "Email or password not valid",
63 "login.link.password": "Reset password",
64 "login.link.signup": "Create a free account",
65 "login.password.label": "Password",
66 "login.serverLogout": "Your session expired, please login again.",
67 "login.submit.label": "Sign in",
68 "login.tokenExpired": "Your session expired, please login again.",
69 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
70 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
71 "menu.app.about": "About Ferdi",
72 "menu.app.announcement": "What's new?",
73 "menu.app.autohideMenuBar": "Auto-hide menu bar",
74 "menu.app.checkForUpdates": "Check for updates",
75 "menu.app.hide": "Hide",
76 "menu.app.hideOthers": "Hide Others",
77 "menu.app.quit": "Quit",
78 "menu.app.settings": "Settings",
79 "menu.app.unhide": "Unhide",
80 "menu.edit": "Edit",
81 "menu.edit.copy": "Copy",
82 "menu.edit.cut": "Cut",
83 "menu.edit.delete": "Delete",
84 "menu.edit.emojiSymbols": "Emoji & Symbols",
85 "menu.edit.paste": "Paste",
86 "menu.edit.pasteAndMatchStyle": "Paste And Match Style",
87 "menu.edit.redo": "Redo",
88 "menu.edit.selectAll": "Select All",
89 "menu.edit.speech": "Speech",
90 "menu.edit.startDictation": "Start Dictation",
91 "menu.edit.startSpeaking": "Start Speaking",
92 "menu.edit.stopSpeaking": "Stop Speaking",
93 "menu.edit.undo": "Undo",
94 "menu.file": "File",
95 "menu.help": "Help",
96 "menu.help.changelog": "Changelog",
97 "menu.help.debugInfo": "Copy Debug Information",
98 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
99 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
100 "menu.help.learnMore": "Learn More",
101 "menu.help.privacy": "Privacy Statement",
102 "menu.help.support": "Support",
103 "menu.help.tos": "Terms of Service",
104 "menu.services": "Services",
105 "menu.services.activatePreviousService": "Activate previous service",
106 "menu.services.addNewService": "Add New Service...",
107 "menu.services.goHome": "Home",
108 "menu.services.setNextServiceActive": "Activate next service",
109 "menu.todos": "Todos",
110 "menu.todos.enableTodos": "Enable Todos",
111 "menu.view": "View",
112 "menu.view.back": "Back",
113 "menu.view.enterFullScreen": "Enter Full Screen",
114 "menu.view.exitFullScreen": "Exit Full Screen",
115 "menu.view.forward": "Forward",
116 "menu.view.lockFerdi": "Lock Ferdi",
117 "menu.view.openQuickSwitch": "Open Quick Switch",
118 "menu.view.reloadFranz": "Reload Ferdi",
119 "menu.view.reloadService": "Reload Service",
120 "menu.view.resetZoom": "Actual Size",
121 "menu.view.toggleDevTools": "Toggle Developer Tools",
122 "menu.view.toggleFullScreen": "Toggle Full Screen",
123 "menu.view.toggleServiceDevTools": "Toggle Service Developer Tools",
124 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
125 "menu.view.zoomIn": "Zoom In",
126 "menu.view.zoomOut": "Zoom Out",
127 "menu.window": "Window",
128 "menu.window.close": "Close",
129 "menu.window.minimize": "Minimize",
130 "menu.workspaces": "Workspaces",
131 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
132 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
133 "menu.workspaces.defaultWorkspace": "All services",
134 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
135 "password.email.label": "Email address",
136 "password.headline": "Reset password",
137 "password.link.login": "Sign in to your account",
138 "password.link.signup": "Create a free account",
139 "password.noUser": "No user with that email address was found",
140 "password.submit.label": "Submit",
141 "password.successInfo": "Please check your email",
142 "premiumFeature.button.upgradeAccount": "Upgrade account",
143 "pricing.features.adFree": "Forever ad-free",
144 "pricing.features.appDelays": "No Waiting Screens",
145 "pricing.features.customWebsites": "Add Custom Websites",
146 "pricing.features.onPremise": "On-premise & other Hosted Services",
147 "pricing.features.serviceProxies": "Service Proxies",
148 "pricing.features.spellchecker": "Spellchecker support",
149 "pricing.features.teamManagement": "Team Management",
150 "pricing.features.thirdPartyServices": "Install 3rd party services",
151 "pricing.features.unlimitedServices": "Add unlimited services",
152 "pricing.features.workspaces": "Workspaces",
153 "pricing.plan.free": "Ferdi Free",
154 "pricing.plan.legacy": "Ferdi Premium",
155 "pricing.plan.personal": "Ferdi Personal",
156 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
157 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
158 "pricing.plan.pro": "Ferdi Professional",
159 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
160 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
161 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
162 "pricing.trial.cta.skip": "Continue to Ferdi",
163 "pricing.trial.error": "Sorry, we could not activate your trial!",
164 "pricing.trial.features.headline": "Ferdi Professional includes:",
165 "pricing.trial.headline": "Ferdi Professional",
166 "pricing.trial.subheadline": "Your personal welcome offer:",
167 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
168 "pricing.trial.terms.headline": "No strings attached",
169 "pricing.trial.terms.noCreditCard": "No credit card required",
170 "service.crashHandler.action": "Reload {name}",
171 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
172 "service.crashHandler.headline": "Oh no!",
173 "service.crashHandler.text": "{name} has caused an error.",
174 "service.disabledHandler.action": "Enable {name}",
175 "service.disabledHandler.headline": "{name} is disabled",
176 "service.errorHandler.action": "Reload {name}",
177 "service.errorHandler.editAction": "Edit {name}",
178 "service.errorHandler.headline": "Oh no!",
179 "service.errorHandler.message": "Error",
180 "service.errorHandler.text": "{name} has failed to load.",
181 "service.restrictedHandler.action": "Upgrade Account",
182 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
183 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
184 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
185 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
186 "service.webviewLoader.loading": "Loading",
187 "services.getStarted": "Get started",
188 "services.login": "Please login to use Ferdi.",
189 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
190 "services.serverless": "Use Ferdi without an Account",
191 "services.welcome": "Welcome to Ferdi",
192 "settings.account.account.editButton": "Edit account",
193 "settings.account.accountType.basic": "Basic Account",
194 "settings.account.accountType.premium": "Premium Supporter Account",
195 "settings.account.buttonSave": "Update profile",
196 "settings.account.deleteAccount": "Delete account",
197 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
198 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
199 "settings.account.headline": "Account",
200 "settings.account.headlineAccount": "Account information",
201 "settings.account.headlineDangerZone": "Danger Zone",
202 "settings.account.headlineInvoices": "Invoices",
203 "settings.account.headlinePassword": "Change password",
204 "settings.account.headlineProfile": "Update profile",
205 "settings.account.headlineSubscription": "Your subscription",
206 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
207 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
208 "settings.account.invoiceDownload": "Download",
209 "settings.account.manageSubscription.label": "Manage your subscription",
210 "settings.account.successInfo": "Your changes have been saved",
211 "settings.account.trial": "Free Trial",
212 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
213 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
214 "settings.account.tryReloadServices": "Try again",
215 "settings.account.tryReloadUserInfoRequest": "Try again",
216 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
217 "settings.account.userInfoRequestFailed": "Could not load user information",
218 "settings.account.yourLicense": "Your Ferdi License",
219 "settings.app.accentColorInfo": "Write your accent color in a CSS-compatible format. (Default: #7367f0)",
220 "settings.app.buttonClearAllCache": "Clear cache",
221 "settings.app.buttonInstallUpdate": "Restart & install update",
222 "settings.app.buttonSearchForUpdate": "Check for updates",
223 "settings.app.cacheInfo": "Ferdi cache is currently using {size} of disk space.",
224 "settings.app.currentVersion": "Current version:",
225 "settings.app.form.accentColor": "Accent color",
226 "settings.app.form.autoLaunchInBackground": "Open in background",
227 "settings.app.form.autoLaunchOnStart": "Launch Ferdi on start",
228 "settings.app.form.beta": "Include beta versions",
229 "settings.app.form.darkMode": "Join the Dark Side",
230 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
231 "settings.app.form.enableLock": "Enable Ferdi password lock",
232 "settings.app.form.enableSpellchecking": "Enable spell checking",
233 "settings.app.form.enableSystemTray": "Show Ferdi in system tray",
234 "settings.app.form.enableTodos": "Enable Ferdi Todos",
235 "settings.app.form.hibernate": "Enable service hibernation",
236 "settings.app.form.hibernationStrategy": "Hibernation strategy",
237 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
238 "settings.app.form.language": "Language",
239 "settings.app.form.lockPassword": "Ferdi Lock password",
240 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
241 "settings.app.form.noUpdates": "Disable updates",
242 "settings.app.form.privateNotifications": "Don't show message content in notifications",
243 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
244 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
245 "settings.app.form.scheduledDNDEnd": "To",
246 "settings.app.form.scheduledDNDStart": "From",
247 "settings.app.form.server": "Server",
248 "settings.app.form.showDisabledServices": "Display disabled services tabs",
249 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
250 "settings.app.form.showServiceNavigationBar": "Always show service navigation bar",
251 "settings.app.form.todoServer": "Todo Server",
252 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
253 "settings.app.headline": "Settings",
254 "settings.app.headlineAdvanced": "Advanced",
255 "settings.app.headlineAppearance": "Appearance",
256 "settings.app.headlineGeneral": "General",
257 "settings.app.headlineLanguage": "Language",
258 "settings.app.headlineUpdates": "Updates",
259 "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
260 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
261 "settings.app.lockInfo": "Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
262 "settings.app.lockedPassword": "Ferdi Lock Password",
263 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
264 "settings.app.restartRequired": "Changes require restart",
265 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
266 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
267 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
268 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
269 "settings.app.subheadlineCache": "Cache",
270 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
271 "settings.app.translationHelp": "Help us to translate Ferdi into your language.",
272 "settings.app.universalDarkModeInfo": "Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
273 "settings.app.updateStatusAvailable": "Update available, downloading...",
274 "settings.app.updateStatusSearching": "Is searching for update",
275 "settings.app.updateStatusUpToDate": "You are using the latest version of Ferdi",
276 "settings.invite.headline": "Invite Friends",
277 "settings.navigation.account": "Account",
278 "settings.navigation.availableServices": "Available services",
279 "settings.navigation.logout": "Logout",
280 "settings.navigation.settings": "Settings",
281 "settings.navigation.supportFerdi": "Support Ferdi",
282 "settings.navigation.team": "Manage Team",
283 "settings.navigation.yourServices": "Your services",
284 "settings.navigation.yourWorkspaces": "Your workspaces",
285 "settings.recipes.all": "All services",
286 "settings.recipes.custom": "Custom Services",
287 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
288 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
289 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
290 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
291 "settings.recipes.customService.openDevDocs": "Developer Documentation",
292 "settings.recipes.customService.openFolder": "Open folder",
293 "settings.recipes.headline": "Available services",
294 "settings.recipes.missingService": "Missing a service?",
295 "settings.recipes.mostPopular": "Most popular",
296 "settings.recipes.nothingFound": "Sorry, but no service matched your search term.",
297 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
298 "settings.searchService": "Search service",
299 "settings.service.error.goBack": "Back to services",
300 "settings.service.error.headline": "Error",
301 "settings.service.error.message": "Could not load service recipe.",
302 "settings.service.form.addServiceHeadline": "Add {name}",
303 "settings.service.form.availableServices": "Available services",
304 "settings.service.form.customUrl": "Custom server",
305 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
306 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
307 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
308 "settings.service.form.deleteButton": "Delete service",
309 "settings.service.form.editServiceHeadline": "Edit {name}",
310 "settings.service.form.enableAudio": "Enable audio",
311 "settings.service.form.enableBadge": "Show unread message badges",
312 "settings.service.form.enableDarkMode": "Enable Dark Mode",
313 "settings.service.form.enableNotification": "Enable notifications",
314 "settings.service.form.enableService": "Enable service",
315 "settings.service.form.headlineBadges": "Unread message badges",
316 "settings.service.form.headlineGeneral": "General",
317 "settings.service.form.headlineNotifications": "Notifications",
318 "settings.service.form.icon": "Custom icon",
319 "settings.service.form.iconDelete": "Delete",
320 "settings.service.form.iconUpload": "Drop your image, or click here",
321 "settings.service.form.indirectMessageInfo": "You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
322 "settings.service.form.indirectMessages": "Show message badge for all new messages",
323 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
324 "settings.service.form.name": "Name",
325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
326 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.saveButton": "Save service",
335 "settings.service.form.tabHosted": "Hosted",
336 "settings.service.form.tabOnPremise": "Self hosted ⭐️",
337 "settings.service.form.team": "Team",
338 "settings.service.form.useHostedService": "Use the hosted {name} service.",
339 "settings.service.form.yourServices": "Your services",
340 "settings.services.deletedInfo": "Service has been deleted",
341 "settings.services.discoverServices": "Discover services",
342 "settings.services.headline": "Your services",
343 "settings.services.noServicesAdded": "You haven't added any services yet.",
344 "settings.services.servicesRequestFailed": "Could not load your services",
345 "settings.services.tooltip.isDisabled": "Service is disabled",
346 "settings.services.tooltip.isMuted": "All sounds are muted",
347 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
348 "settings.services.updatedInfo": "Your changes have been saved",
349 "settings.supportFerdi.github": "Star on GitHub",
350 "settings.supportFerdi.headline": "Support Ferdi",
351 "settings.supportFerdi.openCollective": "Support our Open Collective",
352 "settings.supportFerdi.share": "Tell your Friends",
353 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
354 "settings.team.contentHeadline": "Ferdi for Teams",
355 "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!",
356 "settings.team.headline": "Team",
357 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
358 "settings.team.manageAction": "Manage your Team on getferdi.com",
359 "settings.team.teamsUnavailible": "Teams are unavailible",
360 "settings.team.teamsUnavailibleInfo": "Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
361 "settings.team.upgradeAction": "Upgrade your Account",
362 "settings.user.form.accountType.company": "Company",
363 "settings.user.form.accountType.individual": "Individual",
364 "settings.user.form.accountType.label": "Account type",
365 "settings.user.form.accountType.non-profit": "Non-Profit",
366 "settings.user.form.currentPassword": "Current password",
367 "settings.user.form.email": "Email",
368 "settings.user.form.firstname": "First Name",
369 "settings.user.form.lastname": "Last Name",
370 "settings.user.form.newPassword": "New password",
371 "settings.workspace.add.form.name": "Name",
372 "settings.workspace.add.form.submitButton": "Create workspace",
373 "settings.workspace.form.buttonDelete": "Delete workspace",
374 "settings.workspace.form.buttonSave": "Save workspace",
375 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
376 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
377 "settings.workspace.form.name": "Name",
378 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
379 "settings.workspace.form.yourWorkspaces": "Your workspaces",
380 "settings.workspaces.deletedInfo": "Workspace has been deleted",
381 "settings.workspaces.headline": "Your workspaces",
382 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
383 "settings.workspaces.tryReloadWorkspaces": "Try again",
384 "settings.workspaces.updatedInfo": "Your changes have been saved",
385 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
386 "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.",
387 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
388 "sidebar.addNewService": "Add new service",
389 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
390 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
391 "sidebar.lockFerdi": "Lock Ferdi",
392 "sidebar.muteApp": "Disable notifications & audio",
393 "sidebar.openTodosDrawer": "Open Ferdi Todos",
394 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
395 "sidebar.settings": "Settings",
396 "sidebar.unmuteApp": "Enable notifications & audio",
397 "signup.email.label": "Email address",
398 "signup.emailDuplicate": "A user with that email address already exists",
399 "signup.firstname.label": "First Name",
400 "signup.headline": "Sign up",
401 "signup.lastname.label": "Last Name",
402 "signup.legal.info": "By creating a Ferdi account you accept the",
403 "signup.legal.privacy": "Privacy Statement",
404 "signup.legal.terms": "Terms of service",
405 "signup.link.login": "Already have an account, sign in?",
406 "signup.password.label": "Password",
407 "signup.submit.label": "Create account",
408 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
409 "subscription.cta.allOptions": "See all options",
410 "subscription.cta.choosePlan": "Choose your plan",
411 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
412 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
413 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
414 "subscriptionPopup.buttonCancel": "Cancel",
415 "subscriptionPopup.buttonDone": "Done",
416 "tabs.item.deleteService": "Delete service",
417 "tabs.item.disableAudio": "Disable audio",
418 "tabs.item.disableNotifications": "Disable notifications",
419 "tabs.item.disableService": "Disable service",
420 "tabs.item.edit": "Edit",
421 "tabs.item.enableAudio": "Enable audio",
422 "tabs.item.enableNotification": "Enable notifications",
423 "tabs.item.enableService": "Enable service",
424 "tabs.item.reload": "Reload",
425 "validation.email": "{field} is not valid",
426 "validation.minLength": "{field} should be at least {length} characters long",
427 "validation.oneRequired": "At least one is required",
428 "validation.required": "{field} is required",
429 "validation.url": "{field} is not a valid URL",
430 "webControls.back": "Back",
431 "webControls.forward": "Forward",
432 "webControls.goHome": "Home",
433 "webControls.openInBrowser": "Open in Browser",
434 "webControls.reload": "Reload",
435 "welcome.loginButton": "Login to your account",
436 "welcome.signupButton": "Create a free account",
437 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
438 "workspaceDrawer.allServices": "All services",
439 "workspaceDrawer.headline": "Workspaces",
440 "workspaceDrawer.item.contextMenuEdit": "edit",
441 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
442 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
443 "workspaceDrawer.proFeatureBadge": "Premium feature",
444 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
445 "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>",
446 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
447 "workspaces.switchingIndicator.switchingTo": "Switching to"
448}
diff --git a/src/i18n/messages/src/components/auth/Login.json b/src/i18n/messages/src/components/auth/Login.json
index d593eac68..c3b4ee4eb 100644
--- a/src/i18n/messages/src/components/auth/Login.json
+++ b/src/i18n/messages/src/components/auth/Login.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Sign in", 4 "defaultMessage": "!!!Sign in",
5 "file": "src/components/auth/Login.js", 5 "file": "src/components/auth/Login.js",
6 "start": { 6 "start": {
7 "line": 17, 7 "line": 19,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 20, 11 "line": 22,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Email address", 17 "defaultMessage": "!!!Email address",
18 "file": "src/components/auth/Login.js", 18 "file": "src/components/auth/Login.js",
19 "start": { 19 "start": {
20 "line": 21, 20 "line": 23,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 24, 24 "line": 26,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Password", 30 "defaultMessage": "!!!Password",
31 "file": "src/components/auth/Login.js", 31 "file": "src/components/auth/Login.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 27,
34 "column": 17 34 "column": 17
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 28, 37 "line": 30,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Sign in", 43 "defaultMessage": "!!!Sign in",
44 "file": "src/components/auth/Login.js", 44 "file": "src/components/auth/Login.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 31,
47 "column": 21 47 "column": 21
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 32, 50 "line": 34,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,37 +56,37 @@
56 "defaultMessage": "!!!Email or password not valid", 56 "defaultMessage": "!!!Email or password not valid",
57 "file": "src/components/auth/Login.js", 57 "file": "src/components/auth/Login.js",
58 "start": { 58 "start": {
59 "line": 33, 59 "line": 35,
60 "column": 22 60 "column": 22
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 36, 63 "line": 38,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
67 { 67 {
68 "id": "login.customServerQuestion", 68 "id": "login.customServerQuestion",
69 "defaultMessage": "!!!Using a custom Ferdi server?", 69 "defaultMessage": "!!!Using a Franz account to log in?",
70 "file": "src/components/auth/Login.js", 70 "file": "src/components/auth/Login.js",
71 "start": { 71 "start": {
72 "line": 37, 72 "line": 39,
73 "column": 24 73 "column": 24
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 40, 76 "line": 42,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
80 { 80 {
81 "id": "login.customServerSuggestion", 81 "id": "login.customServerSuggestion",
82 "defaultMessage": "!!!Try importing your Franz account", 82 "defaultMessage": "!!!Try importing your Franz account into Ferdi",
83 "file": "src/components/auth/Login.js", 83 "file": "src/components/auth/Login.js",
84 "start": { 84 "start": {
85 "line": 41, 85 "line": 43,
86 "column": 26 86 "column": 26
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 44, 89 "line": 46,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Your session expired, please login again.", 95 "defaultMessage": "!!!Your session expired, please login again.",
96 "file": "src/components/auth/Login.js", 96 "file": "src/components/auth/Login.js",
97 "start": { 97 "start": {
98 "line": 45, 98 "line": 47,
99 "column": 16 99 "column": 16
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 48, 102 "line": 50,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Your session expired, please login again.", 108 "defaultMessage": "!!!Your session expired, please login again.",
109 "file": "src/components/auth/Login.js", 109 "file": "src/components/auth/Login.js",
110 "start": { 110 "start": {
111 "line": 49, 111 "line": 51,
112 "column": 16 112 "column": 16
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 52, 115 "line": 54,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,37 @@
121 "defaultMessage": "!!!Create a free account", 121 "defaultMessage": "!!!Create a free account",
122 "file": "src/components/auth/Login.js", 122 "file": "src/components/auth/Login.js",
123 "start": { 123 "start": {
124 "line": 53, 124 "line": 55,
125 "column": 14 125 "column": 14
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 56, 128 "line": 58,
129 "column": 3
130 }
131 },
132 {
133 "id": "login.changeServer",
134 "defaultMessage": "!!!Change server",
135 "file": "src/components/auth/Login.js",
136 "start": {
137 "line": 59,
138 "column": 16
139 },
140 "end": {
141 "line": 62,
142 "column": 3
143 }
144 },
145 {
146 "id": "services.serverless",
147 "defaultMessage": "!!!Use Ferdi without an Account",
148 "file": "src/components/auth/Login.js",
149 "start": {
150 "line": 63,
151 "column": 14
152 },
153 "end": {
154 "line": 66,
129 "column": 3 155 "column": 3
130 } 156 }
131 }, 157 },
@@ -134,11 +160,11 @@
134 "defaultMessage": "!!!Forgot password", 160 "defaultMessage": "!!!Forgot password",
135 "file": "src/components/auth/Login.js", 161 "file": "src/components/auth/Login.js",
136 "start": { 162 "start": {
137 "line": 57, 163 "line": 67,
138 "column": 16 164 "column": 16
139 }, 165 },
140 "end": { 166 "end": {
141 "line": 60, 167 "line": 70,
142 "column": 3 168 "column": 3
143 } 169 }
144 } 170 }
diff --git a/src/i18n/messages/src/components/auth/Signup.json b/src/i18n/messages/src/components/auth/Signup.json
index 9aa7b25ab..2628c9aa3 100644
--- a/src/i18n/messages/src/components/auth/Signup.json
+++ b/src/i18n/messages/src/components/auth/Signup.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Sign up", 4 "defaultMessage": "!!!Sign up",
5 "file": "src/components/auth/Signup.js", 5 "file": "src/components/auth/Signup.js",
6 "start": { 6 "start": {
7 "line": 17, 7 "line": 19,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 20, 11 "line": 22,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Firstname", 17 "defaultMessage": "!!!Firstname",
18 "file": "src/components/auth/Signup.js", 18 "file": "src/components/auth/Signup.js",
19 "start": { 19 "start": {
20 "line": 21, 20 "line": 23,
21 "column": 18 21 "column": 18
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 24, 24 "line": 26,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Lastname", 30 "defaultMessage": "!!!Lastname",
31 "file": "src/components/auth/Signup.js", 31 "file": "src/components/auth/Signup.js",
32 "start": { 32 "start": {
33 "line": 25, 33 "line": 27,
34 "column": 17 34 "column": 17
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 28, 37 "line": 30,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Email address", 43 "defaultMessage": "!!!Email address",
44 "file": "src/components/auth/Signup.js", 44 "file": "src/components/auth/Signup.js",
45 "start": { 45 "start": {
46 "line": 29, 46 "line": 31,
47 "column": 14 47 "column": 14
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 32, 50 "line": 34,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Password", 56 "defaultMessage": "!!!Password",
57 "file": "src/components/auth/Signup.js", 57 "file": "src/components/auth/Signup.js",
58 "start": { 58 "start": {
59 "line": 37, 59 "line": 39,
60 "column": 17 60 "column": 17
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 40, 63 "line": 42,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!By creating a Ferdi account you accept the", 69 "defaultMessage": "!!!By creating a Ferdi account you accept the",
70 "file": "src/components/auth/Signup.js", 70 "file": "src/components/auth/Signup.js",
71 "start": { 71 "start": {
72 "line": 41, 72 "line": 43,
73 "column": 13 73 "column": 13
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 44, 76 "line": 46,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Terms of service", 82 "defaultMessage": "!!!Terms of service",
83 "file": "src/components/auth/Signup.js", 83 "file": "src/components/auth/Signup.js",
84 "start": { 84 "start": {
85 "line": 45, 85 "line": 47,
86 "column": 9 86 "column": 9
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 48, 89 "line": 50,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Privacy Statement", 95 "defaultMessage": "!!!Privacy Statement",
96 "file": "src/components/auth/Signup.js", 96 "file": "src/components/auth/Signup.js",
97 "start": { 97 "start": {
98 "line": 49, 98 "line": 51,
99 "column": 11 99 "column": 11
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 52, 102 "line": 54,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Create account", 108 "defaultMessage": "!!!Create account",
109 "file": "src/components/auth/Signup.js", 109 "file": "src/components/auth/Signup.js",
110 "start": { 110 "start": {
111 "line": 53, 111 "line": 55,
112 "column": 21 112 "column": 21
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 56, 115 "line": 58,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,37 @@
121 "defaultMessage": "!!!Already have an account, sign in?", 121 "defaultMessage": "!!!Already have an account, sign in?",
122 "file": "src/components/auth/Signup.js", 122 "file": "src/components/auth/Signup.js",
123 "start": { 123 "start": {
124 "line": 57, 124 "line": 59,
125 "column": 13 125 "column": 13
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 60, 128 "line": 62,
129 "column": 3
130 }
131 },
132 {
133 "id": "login.changeServer",
134 "defaultMessage": "!!!Change server",
135 "file": "src/components/auth/Signup.js",
136 "start": {
137 "line": 63,
138 "column": 16
139 },
140 "end": {
141 "line": 66,
142 "column": 3
143 }
144 },
145 {
146 "id": "services.serverless",
147 "defaultMessage": "!!!Use Ferdi without an Account",
148 "file": "src/components/auth/Signup.js",
149 "start": {
150 "line": 67,
151 "column": 14
152 },
153 "end": {
154 "line": 70,
129 "column": 3 155 "column": 3
130 } 156 }
131 }, 157 },
@@ -134,11 +160,11 @@
134 "defaultMessage": "!!!A user with that email address already exists", 160 "defaultMessage": "!!!A user with that email address already exists",
135 "file": "src/components/auth/Signup.js", 161 "file": "src/components/auth/Signup.js",
136 "start": { 162 "start": {
137 "line": 61, 163 "line": 71,
138 "column": 18 164 "column": 18
139 }, 165 },
140 "end": { 166 "end": {
141 "line": 64, 167 "line": 74,
142 "column": 3 168 "column": 3
143 } 169 }
144 } 170 }
diff --git a/src/i18n/messages/src/components/auth/Welcome.json b/src/i18n/messages/src/components/auth/Welcome.json
index b4d2ce689..3f0c1e5c2 100644
--- a/src/i18n/messages/src/components/auth/Welcome.json
+++ b/src/i18n/messages/src/components/auth/Welcome.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Create a free account", 4 "defaultMessage": "!!!Create a free account",
5 "file": "src/components/auth/Welcome.js", 5 "file": "src/components/auth/Welcome.js",
6 "start": { 6 "start": {
7 "line": 9, 7 "line": 11,
8 "column": 16 8 "column": 16
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 12, 11 "line": 14,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,24 @@
17 "defaultMessage": "!!!Login to your account", 17 "defaultMessage": "!!!Login to your account",
18 "file": "src/components/auth/Welcome.js", 18 "file": "src/components/auth/Welcome.js",
19 "start": { 19 "start": {
20 "line": 13, 20 "line": 15,
21 "column": 15 21 "column": 15
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 16, 24 "line": 18,
25 "column": 3
26 }
27 },
28 {
29 "id": "services.serverless",
30 "defaultMessage": "!!!Use Ferdi without an Account",
31 "file": "src/components/auth/Welcome.js",
32 "start": {
33 "line": 19,
34 "column": 14
35 },
36 "end": {
37 "line": 22,
25 "column": 3 38 "column": 3
26 } 39 }
27 } 40 }
diff --git a/src/i18n/messages/src/components/services/content/Services.json b/src/i18n/messages/src/components/services/content/Services.json
index c2e57b8b5..6a5eb052e 100644
--- a/src/i18n/messages/src/components/services/content/Services.json
+++ b/src/i18n/messages/src/components/services/content/Services.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Welcome to Ferdi", 4 "defaultMessage": "!!!Welcome to Ferdi",
5 "file": "src/components/services/content/Services.js", 5 "file": "src/components/services/content/Services.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 11 8 "column": 11
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Get started", 17 "defaultMessage": "!!!Get started",
18 "file": "src/components/services/content/Services.js", 18 "file": "src/components/services/content/Services.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 19,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 21, 24 "line": 22,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,24 @@
30 "defaultMessage": "!!!Please login to use Ferdi.", 30 "defaultMessage": "!!!Please login to use Ferdi.",
31 "file": "src/components/services/content/Services.js", 31 "file": "src/components/services/content/Services.js",
32 "start": { 32 "start": {
33 "line": 22, 33 "line": 23,
34 "column": 9 34 "column": 9
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 25, 37 "line": 26,
38 "column": 3
39 }
40 },
41 {
42 "id": "services.serverless",
43 "defaultMessage": "!!!Use Ferdi without an Account",
44 "file": "src/components/services/content/Services.js",
45 "start": {
46 "line": 27,
47 "column": 14
48 },
49 "end": {
50 "line": 30,
38 "column": 3 51 "column": 3
39 } 52 }
40 }, 53 },
@@ -43,11 +56,11 @@
43 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 56 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
44 "file": "src/components/services/content/Services.js", 57 "file": "src/components/services/content/Services.js",
45 "start": { 58 "start": {
46 "line": 26, 59 "line": 31,
47 "column": 14 60 "column": 14
48 }, 61 },
49 "end": { 62 "end": {
50 "line": 29, 63 "line": 34,
51 "column": 3 64 "column": 3
52 } 65 }
53 } 66 }
diff --git a/src/i18n/messages/src/components/settings/services/EditServiceForm.json b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
index 45dc7b690..f4692ed29 100644
--- a/src/i18n/messages/src/components/settings/services/EditServiceForm.json
+++ b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
@@ -26,15 +26,28 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.service.form.openDarkmodeCss",
30 "defaultMessage": "!!!Open darkmode.css",
31 "file": "src/components/settings/services/EditServiceForm.js",
32 "start": {
33 "line": 32,
34 "column": 19
35 },
36 "end": {
37 "line": 35,
38 "column": 3
39 }
40 },
41 {
29 "id": "settings.service.form.availableServices", 42 "id": "settings.service.form.availableServices",
30 "defaultMessage": "!!!Available services", 43 "defaultMessage": "!!!Available services",
31 "file": "src/components/settings/services/EditServiceForm.js", 44 "file": "src/components/settings/services/EditServiceForm.js",
32 "start": { 45 "start": {
33 "line": 32, 46 "line": 36,
34 "column": 21 47 "column": 21
35 }, 48 },
36 "end": { 49 "end": {
37 "line": 35, 50 "line": 39,
38 "column": 3 51 "column": 3
39 } 52 }
40 }, 53 },
@@ -43,11 +56,11 @@
43 "defaultMessage": "!!!Your services", 56 "defaultMessage": "!!!Your services",
44 "file": "src/components/settings/services/EditServiceForm.js", 57 "file": "src/components/settings/services/EditServiceForm.js",
45 "start": { 58 "start": {
46 "line": 36, 59 "line": 40,
47 "column": 16 60 "column": 16
48 }, 61 },
49 "end": { 62 "end": {
50 "line": 39, 63 "line": 43,
51 "column": 3 64 "column": 3
52 } 65 }
53 }, 66 },
@@ -56,11 +69,11 @@
56 "defaultMessage": "!!!Add {name}", 69 "defaultMessage": "!!!Add {name}",
57 "file": "src/components/settings/services/EditServiceForm.js", 70 "file": "src/components/settings/services/EditServiceForm.js",
58 "start": { 71 "start": {
59 "line": 40, 72 "line": 44,
60 "column": 22 73 "column": 22
61 }, 74 },
62 "end": { 75 "end": {
63 "line": 43, 76 "line": 47,
64 "column": 3 77 "column": 3
65 } 78 }
66 }, 79 },
@@ -69,11 +82,11 @@
69 "defaultMessage": "!!!Edit {name}", 82 "defaultMessage": "!!!Edit {name}",
70 "file": "src/components/settings/services/EditServiceForm.js", 83 "file": "src/components/settings/services/EditServiceForm.js",
71 "start": { 84 "start": {
72 "line": 44, 85 "line": 48,
73 "column": 23 86 "column": 23
74 }, 87 },
75 "end": { 88 "end": {
76 "line": 47, 89 "line": 51,
77 "column": 3 90 "column": 3
78 } 91 }
79 }, 92 },
@@ -82,11 +95,11 @@
82 "defaultMessage": "!!!Hosted", 95 "defaultMessage": "!!!Hosted",
83 "file": "src/components/settings/services/EditServiceForm.js", 96 "file": "src/components/settings/services/EditServiceForm.js",
84 "start": { 97 "start": {
85 "line": 48, 98 "line": 52,
86 "column": 13 99 "column": 13
87 }, 100 },
88 "end": { 101 "end": {
89 "line": 51, 102 "line": 55,
90 "column": 3 103 "column": 3
91 } 104 }
92 }, 105 },
@@ -95,11 +108,11 @@
95 "defaultMessage": "!!!Self hosted ⭐️", 108 "defaultMessage": "!!!Self hosted ⭐️",
96 "file": "src/components/settings/services/EditServiceForm.js", 109 "file": "src/components/settings/services/EditServiceForm.js",
97 "start": { 110 "start": {
98 "line": 52, 111 "line": 56,
99 "column": 16 112 "column": 16
100 }, 113 },
101 "end": { 114 "end": {
102 "line": 55, 115 "line": 59,
103 "column": 3 116 "column": 3
104 } 117 }
105 }, 118 },
@@ -108,11 +121,11 @@
108 "defaultMessage": "!!!Use the hosted {name} service.", 121 "defaultMessage": "!!!Use the hosted {name} service.",
109 "file": "src/components/settings/services/EditServiceForm.js", 122 "file": "src/components/settings/services/EditServiceForm.js",
110 "start": { 123 "start": {
111 "line": 56, 124 "line": 60,
112 "column": 20 125 "column": 20
113 }, 126 },
114 "end": { 127 "end": {
115 "line": 59, 128 "line": 63,
116 "column": 3 129 "column": 3
117 } 130 }
118 }, 131 },
@@ -121,11 +134,11 @@
121 "defaultMessage": "!!!Could not validate custom {name} server.", 134 "defaultMessage": "!!!Could not validate custom {name} server.",
122 "file": "src/components/settings/services/EditServiceForm.js", 135 "file": "src/components/settings/services/EditServiceForm.js",
123 "start": { 136 "start": {
124 "line": 60, 137 "line": 64,
125 "column": 28 138 "column": 28
126 }, 139 },
127 "end": { 140 "end": {
128 "line": 63, 141 "line": 67,
129 "column": 3 142 "column": 3
130 } 143 }
131 }, 144 },
@@ -134,11 +147,11 @@
134 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 147 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
135 "file": "src/components/settings/services/EditServiceForm.js", 148 "file": "src/components/settings/services/EditServiceForm.js",
136 "start": { 149 "start": {
137 "line": 64, 150 "line": 68,
138 "column": 24 151 "column": 24
139 }, 152 },
140 "end": { 153 "end": {
141 "line": 67, 154 "line": 71,
142 "column": 3 155 "column": 3
143 } 156 }
144 }, 157 },
@@ -147,11 +160,11 @@
147 "defaultMessage": "!!!Upgrade your account", 160 "defaultMessage": "!!!Upgrade your account",
148 "file": "src/components/settings/services/EditServiceForm.js", 161 "file": "src/components/settings/services/EditServiceForm.js",
149 "start": { 162 "start": {
150 "line": 68, 163 "line": 72,
151 "column": 27 164 "column": 27
152 }, 165 },
153 "end": { 166 "end": {
154 "line": 71, 167 "line": 75,
155 "column": 3 168 "column": 3
156 } 169 }
157 }, 170 },
@@ -160,11 +173,11 @@
160 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 173 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
161 "file": "src/components/settings/services/EditServiceForm.js", 174 "file": "src/components/settings/services/EditServiceForm.js",
162 "start": { 175 "start": {
163 "line": 72, 176 "line": 76,
164 "column": 23 177 "column": 23
165 }, 178 },
166 "end": { 179 "end": {
167 "line": 75, 180 "line": 79,
168 "column": 3 181 "column": 3
169 } 182 }
170 }, 183 },
@@ -173,11 +186,11 @@
173 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 186 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
174 "file": "src/components/settings/services/EditServiceForm.js", 187 "file": "src/components/settings/services/EditServiceForm.js",
175 "start": { 188 "start": {
176 "line": 76, 189 "line": 80,
177 "column": 15 190 "column": 15
178 }, 191 },
179 "end": { 192 "end": {
180 "line": 79, 193 "line": 83,
181 "column": 3 194 "column": 3
182 } 195 }
183 }, 196 },
@@ -186,11 +199,11 @@
186 "defaultMessage": "!!!Notifications", 199 "defaultMessage": "!!!Notifications",
187 "file": "src/components/settings/services/EditServiceForm.js", 200 "file": "src/components/settings/services/EditServiceForm.js",
188 "start": { 201 "start": {
189 "line": 80, 202 "line": 84,
190 "column": 25 203 "column": 25
191 }, 204 },
192 "end": { 205 "end": {
193 "line": 83, 206 "line": 87,
194 "column": 3 207 "column": 3
195 } 208 }
196 }, 209 },
@@ -199,11 +212,11 @@
199 "defaultMessage": "!!!Unread message badges", 212 "defaultMessage": "!!!Unread message badges",
200 "file": "src/components/settings/services/EditServiceForm.js", 213 "file": "src/components/settings/services/EditServiceForm.js",
201 "start": { 214 "start": {
202 "line": 84, 215 "line": 88,
203 "column": 18 216 "column": 18
204 }, 217 },
205 "end": { 218 "end": {
206 "line": 87, 219 "line": 91,
207 "column": 3 220 "column": 3
208 } 221 }
209 }, 222 },
@@ -212,11 +225,11 @@
212 "defaultMessage": "!!!General", 225 "defaultMessage": "!!!General",
213 "file": "src/components/settings/services/EditServiceForm.js", 226 "file": "src/components/settings/services/EditServiceForm.js",
214 "start": { 227 "start": {
215 "line": 88, 228 "line": 92,
216 "column": 19 229 "column": 19
217 }, 230 },
218 "end": { 231 "end": {
219 "line": 91, 232 "line": 95,
220 "column": 3 233 "column": 3
221 } 234 }
222 }, 235 },
@@ -225,11 +238,11 @@
225 "defaultMessage": "!!!Delete", 238 "defaultMessage": "!!!Delete",
226 "file": "src/components/settings/services/EditServiceForm.js", 239 "file": "src/components/settings/services/EditServiceForm.js",
227 "start": { 240 "start": {
228 "line": 92, 241 "line": 96,
229 "column": 14 242 "column": 14
230 }, 243 },
231 "end": { 244 "end": {
232 "line": 95, 245 "line": 99,
233 "column": 3 246 "column": 3
234 } 247 }
235 }, 248 },
@@ -238,11 +251,11 @@
238 "defaultMessage": "!!!Drop your image, or click here", 251 "defaultMessage": "!!!Drop your image, or click here",
239 "file": "src/components/settings/services/EditServiceForm.js", 252 "file": "src/components/settings/services/EditServiceForm.js",
240 "start": { 253 "start": {
241 "line": 96, 254 "line": 100,
242 "column": 14 255 "column": 14
243 }, 256 },
244 "end": { 257 "end": {
245 "line": 99, 258 "line": 103,
246 "column": 3 259 "column": 3
247 } 260 }
248 }, 261 },
@@ -251,11 +264,11 @@
251 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 264 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
252 "file": "src/components/settings/services/EditServiceForm.js", 265 "file": "src/components/settings/services/EditServiceForm.js",
253 "start": { 266 "start": {
254 "line": 100, 267 "line": 104,
255 "column": 17 268 "column": 17
256 }, 269 },
257 "end": { 270 "end": {
258 "line": 103, 271 "line": 107,
259 "column": 3 272 "column": 3
260 } 273 }
261 }, 274 },
@@ -264,11 +277,11 @@
264 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 277 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
265 "file": "src/components/settings/services/EditServiceForm.js", 278 "file": "src/components/settings/services/EditServiceForm.js",
266 "start": { 279 "start": {
267 "line": 104, 280 "line": 108,
268 "column": 20 281 "column": 20
269 }, 282 },
270 "end": { 283 "end": {
271 "line": 107, 284 "line": 111,
272 "column": 3 285 "column": 3
273 } 286 }
274 }, 287 },
@@ -277,11 +290,11 @@
277 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 290 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
278 "file": "src/components/settings/services/EditServiceForm.js", 291 "file": "src/components/settings/services/EditServiceForm.js",
279 "start": { 292 "start": {
280 "line": 108, 293 "line": 112,
281 "column": 13 294 "column": 13
282 }, 295 },
283 "end": { 296 "end": {
284 "line": 111, 297 "line": 115,
285 "column": 3 298 "column": 3
286 } 299 }
287 } 300 }
diff --git a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
index 07815de19..70c4fb87f 100644
--- a/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
+++ b/src/i18n/messages/src/components/settings/settings/EditSettingsForm.json
@@ -26,15 +26,28 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "settings.app.hibernateInfo",
30 "defaultMessage": "!!!By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.",
31 "file": "src/components/settings/settings/EditSettingsForm.js",
32 "start": {
33 "line": 34,
34 "column": 17
35 },
36 "end": {
37 "line": 37,
38 "column": 3
39 }
40 },
41 {
29 "id": "settings.app.serverInfo", 42 "id": "settings.app.serverInfo",
30 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.", 43 "defaultMessage": "!!!We advice you to logout after changing your server as your settings might not be saved otherwise.",
31 "file": "src/components/settings/settings/EditSettingsForm.js", 44 "file": "src/components/settings/settings/EditSettingsForm.js",
32 "start": { 45 "start": {
33 "line": 34, 46 "line": 38,
34 "column": 14 47 "column": 14
35 }, 48 },
36 "end": { 49 "end": {
37 "line": 37, 50 "line": 41,
38 "column": 3 51 "column": 3
39 } 52 }
40 }, 53 },
@@ -43,11 +56,11 @@
43 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.", 56 "defaultMessage": "!!!You are using the official Franz Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Franz's server resources - which Franz's creator has to pay for.\nPlease still consider [Link 1]paying for a Franz account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Franz's recipe store, server resources and its development.",
44 "file": "src/components/settings/settings/EditSettingsForm.js", 57 "file": "src/components/settings/settings/EditSettingsForm.js",
45 "start": { 58 "start": {
46 "line": 38, 59 "line": 42,
47 "column": 19 60 "column": 19
48 }, 61 },
49 "end": { 62 "end": {
50 "line": 41, 63 "line": 45,
51 "column": 3 64 "column": 3
52 } 65 }
53 }, 66 },
@@ -56,11 +69,11 @@
56 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)", 69 "defaultMessage": "!!!This server will be used for the \"Franz Todo\" feature. (default: https://app.franztodos.com)",
57 "file": "src/components/settings/settings/EditSettingsForm.js", 70 "file": "src/components/settings/settings/EditSettingsForm.js",
58 "start": { 71 "start": {
59 "line": 42, 72 "line": 46,
60 "column": 18 73 "column": 18
61 }, 74 },
62 "end": { 75 "end": {
63 "line": 45, 76 "line": 49,
64 "column": 3 77 "column": 3
65 } 78 }
66 }, 79 },
@@ -69,11 +82,11 @@
69 "defaultMessage": "!!!Ferdi Lock Password", 82 "defaultMessage": "!!!Ferdi Lock Password",
70 "file": "src/components/settings/settings/EditSettingsForm.js", 83 "file": "src/components/settings/settings/EditSettingsForm.js",
71 "start": { 84 "start": {
72 "line": 46, 85 "line": 50,
73 "column": 18 86 "column": 18
74 }, 87 },
75 "end": { 88 "end": {
76 "line": 49, 89 "line": 53,
77 "column": 3 90 "column": 3
78 } 91 }
79 }, 92 },
@@ -82,11 +95,11 @@
82 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", 95 "defaultMessage": "!!!Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
83 "file": "src/components/settings/settings/EditSettingsForm.js", 96 "file": "src/components/settings/settings/EditSettingsForm.js",
84 "start": { 97 "start": {
85 "line": 50, 98 "line": 54,
86 "column": 22 99 "column": 22
87 }, 100 },
88 "end": { 101 "end": {
89 "line": 53, 102 "line": 57,
90 "column": 3 103 "column": 3
91 } 104 }
92 }, 105 },
@@ -95,11 +108,11 @@
95 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.", 108 "defaultMessage": "!!!Ferdi password lock allows you to keep your messages protected.\nUsing Ferdi password lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
96 "file": "src/components/settings/settings/EditSettingsForm.js", 109 "file": "src/components/settings/settings/EditSettingsForm.js",
97 "start": { 110 "start": {
98 "line": 54, 111 "line": 58,
99 "column": 12 112 "column": 12
100 }, 113 },
101 "end": { 114 "end": {
102 "line": 57, 115 "line": 61,
103 "column": 3 116 "column": 3
104 } 117 }
105 }, 118 },
@@ -108,11 +121,11 @@
108 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", 121 "defaultMessage": "!!!Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
109 "file": "src/components/settings/settings/EditSettingsForm.js", 122 "file": "src/components/settings/settings/EditSettingsForm.js",
110 "start": { 123 "start": {
111 "line": 58, 124 "line": 62,
112 "column": 24 125 "column": 24
113 }, 126 },
114 "end": { 127 "end": {
115 "line": 61, 128 "line": 65,
116 "column": 3 129 "column": 3
117 } 130 }
118 }, 131 },
@@ -121,11 +134,11 @@
121 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", 134 "defaultMessage": "!!!Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
122 "file": "src/components/settings/settings/EditSettingsForm.js", 135 "file": "src/components/settings/settings/EditSettingsForm.js",
123 "start": { 136 "start": {
124 "line": 62, 137 "line": 66,
125 "column": 20 138 "column": 20
126 }, 139 },
127 "end": { 140 "end": {
128 "line": 65, 141 "line": 69,
129 "column": 3 142 "column": 3
130 } 143 }
131 }, 144 },
@@ -134,11 +147,11 @@
134 "defaultMessage": "!!!Language", 147 "defaultMessage": "!!!Language",
135 "file": "src/components/settings/settings/EditSettingsForm.js", 148 "file": "src/components/settings/settings/EditSettingsForm.js",
136 "start": { 149 "start": {
137 "line": 66, 150 "line": 70,
138 "column": 20 151 "column": 20
139 }, 152 },
140 "end": { 153 "end": {
141 "line": 69, 154 "line": 73,
142 "column": 3 155 "column": 3
143 } 156 }
144 }, 157 },
@@ -147,11 +160,11 @@
147 "defaultMessage": "!!!Updates", 160 "defaultMessage": "!!!Updates",
148 "file": "src/components/settings/settings/EditSettingsForm.js", 161 "file": "src/components/settings/settings/EditSettingsForm.js",
149 "start": { 162 "start": {
150 "line": 70, 163 "line": 74,
151 "column": 19 164 "column": 19
152 }, 165 },
153 "end": { 166 "end": {
154 "line": 73, 167 "line": 77,
155 "column": 3 168 "column": 3
156 } 169 }
157 }, 170 },
@@ -160,11 +173,37 @@
160 "defaultMessage": "!!!Appearance", 173 "defaultMessage": "!!!Appearance",
161 "file": "src/components/settings/settings/EditSettingsForm.js", 174 "file": "src/components/settings/settings/EditSettingsForm.js",
162 "start": { 175 "start": {
163 "line": 74, 176 "line": 78,
164 "column": 22 177 "column": 22
165 }, 178 },
166 "end": { 179 "end": {
167 "line": 77, 180 "line": 81,
181 "column": 3
182 }
183 },
184 {
185 "id": "settings.app.universalDarkModeInfo",
186 "defaultMessage": "!!!Universal Dark Mode tries to dynamically generate dark mode styles for services that are otherwise not currently supported.",
187 "file": "src/components/settings/settings/EditSettingsForm.js",
188 "start": {
189 "line": 82,
190 "column": 25
191 },
192 "end": {
193 "line": 85,
194 "column": 3
195 }
196 },
197 {
198 "id": "settings.app.accentColorInfo",
199 "defaultMessage": "!!!Write your accent color in a CSS-compatible format. (Default: #7367f0)",
200 "file": "src/components/settings/settings/EditSettingsForm.js",
201 "start": {
202 "line": 86,
203 "column": 19
204 },
205 "end": {
206 "line": 89,
168 "column": 3 207 "column": 3
169 } 208 }
170 }, 209 },
@@ -173,11 +212,11 @@
173 "defaultMessage": "!!!Advanced", 212 "defaultMessage": "!!!Advanced",
174 "file": "src/components/settings/settings/EditSettingsForm.js", 213 "file": "src/components/settings/settings/EditSettingsForm.js",
175 "start": { 214 "start": {
176 "line": 78, 215 "line": 90,
177 "column": 20 216 "column": 20
178 }, 217 },
179 "end": { 218 "end": {
180 "line": 81, 219 "line": 93,
181 "column": 3 220 "column": 3
182 } 221 }
183 }, 222 },
@@ -186,11 +225,11 @@
186 "defaultMessage": "!!!Help us to translate Ferdi into your language.", 225 "defaultMessage": "!!!Help us to translate Ferdi into your language.",
187 "file": "src/components/settings/settings/EditSettingsForm.js", 226 "file": "src/components/settings/settings/EditSettingsForm.js",
188 "start": { 227 "start": {
189 "line": 82, 228 "line": 94,
190 "column": 19 229 "column": 19
191 }, 230 },
192 "end": { 231 "end": {
193 "line": 85, 232 "line": 97,
194 "column": 3 233 "column": 3
195 } 234 }
196 }, 235 },
@@ -199,11 +238,11 @@
199 "defaultMessage": "!!!Cache", 238 "defaultMessage": "!!!Cache",
200 "file": "src/components/settings/settings/EditSettingsForm.js", 239 "file": "src/components/settings/settings/EditSettingsForm.js",
201 "start": { 240 "start": {
202 "line": 86, 241 "line": 98,
203 "column": 20 242 "column": 20
204 }, 243 },
205 "end": { 244 "end": {
206 "line": 89, 245 "line": 101,
207 "column": 3 246 "column": 3
208 } 247 }
209 }, 248 },
@@ -212,11 +251,11 @@
212 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.", 251 "defaultMessage": "!!!Ferdi cache is currently using {size} of disk space.",
213 "file": "src/components/settings/settings/EditSettingsForm.js", 252 "file": "src/components/settings/settings/EditSettingsForm.js",
214 "start": { 253 "start": {
215 "line": 90, 254 "line": 102,
216 "column": 13 255 "column": 13
217 }, 256 },
218 "end": { 257 "end": {
219 "line": 93, 258 "line": 105,
220 "column": 3 259 "column": 3
221 } 260 }
222 }, 261 },
@@ -225,11 +264,11 @@
225 "defaultMessage": "!!!Clear cache", 264 "defaultMessage": "!!!Clear cache",
226 "file": "src/components/settings/settings/EditSettingsForm.js", 265 "file": "src/components/settings/settings/EditSettingsForm.js",
227 "start": { 266 "start": {
228 "line": 94, 267 "line": 106,
229 "column": 23 268 "column": 23
230 }, 269 },
231 "end": { 270 "end": {
232 "line": 97, 271 "line": 109,
233 "column": 3 272 "column": 3
234 } 273 }
235 }, 274 },
@@ -238,11 +277,11 @@
238 "defaultMessage": "!!!Check for updates", 277 "defaultMessage": "!!!Check for updates",
239 "file": "src/components/settings/settings/EditSettingsForm.js", 278 "file": "src/components/settings/settings/EditSettingsForm.js",
240 "start": { 279 "start": {
241 "line": 98, 280 "line": 110,
242 "column": 25 281 "column": 25
243 }, 282 },
244 "end": { 283 "end": {
245 "line": 101, 284 "line": 113,
246 "column": 3 285 "column": 3
247 } 286 }
248 }, 287 },
@@ -251,11 +290,11 @@
251 "defaultMessage": "!!!Restart & install update", 290 "defaultMessage": "!!!Restart & install update",
252 "file": "src/components/settings/settings/EditSettingsForm.js", 291 "file": "src/components/settings/settings/EditSettingsForm.js",
253 "start": { 292 "start": {
254 "line": 102, 293 "line": 114,
255 "column": 23 294 "column": 23
256 }, 295 },
257 "end": { 296 "end": {
258 "line": 105, 297 "line": 117,
259 "column": 3 298 "column": 3
260 } 299 }
261 }, 300 },
@@ -264,11 +303,11 @@
264 "defaultMessage": "!!!Is searching for update", 303 "defaultMessage": "!!!Is searching for update",
265 "file": "src/components/settings/settings/EditSettingsForm.js", 304 "file": "src/components/settings/settings/EditSettingsForm.js",
266 "start": { 305 "start": {
267 "line": 106, 306 "line": 118,
268 "column": 25 307 "column": 25
269 }, 308 },
270 "end": { 309 "end": {
271 "line": 109, 310 "line": 121,
272 "column": 3 311 "column": 3
273 } 312 }
274 }, 313 },
@@ -277,11 +316,11 @@
277 "defaultMessage": "!!!Update available, downloading...", 316 "defaultMessage": "!!!Update available, downloading...",
278 "file": "src/components/settings/settings/EditSettingsForm.js", 317 "file": "src/components/settings/settings/EditSettingsForm.js",
279 "start": { 318 "start": {
280 "line": 110, 319 "line": 122,
281 "column": 25 320 "column": 25
282 }, 321 },
283 "end": { 322 "end": {
284 "line": 113, 323 "line": 125,
285 "column": 3 324 "column": 3
286 } 325 }
287 }, 326 },
@@ -290,11 +329,11 @@
290 "defaultMessage": "!!!You are using the latest version of Ferdi", 329 "defaultMessage": "!!!You are using the latest version of Ferdi",
291 "file": "src/components/settings/settings/EditSettingsForm.js", 330 "file": "src/components/settings/settings/EditSettingsForm.js",
292 "start": { 331 "start": {
293 "line": 114, 332 "line": 126,
294 "column": 24 333 "column": 24
295 }, 334 },
296 "end": { 335 "end": {
297 "line": 117, 336 "line": 129,
298 "column": 3 337 "column": 3
299 } 338 }
300 }, 339 },
@@ -303,11 +342,11 @@
303 "defaultMessage": "!!!Current version:", 342 "defaultMessage": "!!!Current version:",
304 "file": "src/components/settings/settings/EditSettingsForm.js", 343 "file": "src/components/settings/settings/EditSettingsForm.js",
305 "start": { 344 "start": {
306 "line": 118, 345 "line": 130,
307 "column": 18 346 "column": 18
308 }, 347 },
309 "end": { 348 "end": {
310 "line": 121, 349 "line": 133,
311 "column": 3 350 "column": 3
312 } 351 }
313 }, 352 },
@@ -316,11 +355,11 @@
316 "defaultMessage": "!!!Changes require restart", 355 "defaultMessage": "!!!Changes require restart",
317 "file": "src/components/settings/settings/EditSettingsForm.js", 356 "file": "src/components/settings/settings/EditSettingsForm.js",
318 "start": { 357 "start": {
319 "line": 122, 358 "line": 134,
320 "column": 29 359 "column": 29
321 }, 360 },
322 "end": { 361 "end": {
323 "line": 125, 362 "line": 137,
324 "column": 3 363 "column": 3
325 } 364 }
326 }, 365 },
@@ -329,11 +368,11 @@
329 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.", 368 "defaultMessage": "!!!Official translations are English & German. All other languages are community based translations.",
330 "file": "src/components/settings/settings/EditSettingsForm.js", 369 "file": "src/components/settings/settings/EditSettingsForm.js",
331 "start": { 370 "start": {
332 "line": 126, 371 "line": 138,
333 "column": 22 372 "column": 22
334 }, 373 },
335 "end": { 374 "end": {
336 "line": 129, 375 "line": 141,
337 "column": 3 376 "column": 3
338 } 377 }
339 } 378 }
diff --git a/src/i18n/messages/src/components/settings/team/TeamDashboard.json b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
index 80adadb67..64693933c 100644
--- a/src/i18n/messages/src/components/settings/team/TeamDashboard.json
+++ b/src/i18n/messages/src/components/settings/team/TeamDashboard.json
@@ -76,5 +76,31 @@
76 "line": 40, 76 "line": 40,
77 "column": 3 77 "column": 3
78 } 78 }
79 },
80 {
81 "id": "settings.team.teamsUnavailible",
82 "defaultMessage": "!!!Teams are unavailible",
83 "file": "src/components/settings/team/TeamDashboard.js",
84 "start": {
85 "line": 41,
86 "column": 20
87 },
88 "end": {
89 "line": 44,
90 "column": 3
91 }
92 },
93 {
94 "id": "settings.team.teamsUnavailibleInfo",
95 "defaultMessage": "!!!Teams are currently only availible when using the Franz Server and after paying for Franz Professional. Please change your server to https://api.franzinfra.com to use teams.",
96 "file": "src/components/settings/team/TeamDashboard.js",
97 "start": {
98 "line": 45,
99 "column": 24
100 },
101 "end": {
102 "line": 48,
103 "column": 3
104 }
79 } 105 }
80] \ No newline at end of file 106] \ No newline at end of file
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index 110b7787b..5ec8fdba7 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Launch Ferdi 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": 28, 7 "line": 29,
8 "column": 21 8 "column": 21
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 31, 11 "line": 32,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Open in background", 17 "defaultMessage": "!!!Open in background",
18 "file": "src/containers/settings/EditSettingsScreen.js", 18 "file": "src/containers/settings/EditSettingsScreen.js",
19 "start": { 19 "start": {
20 "line": 32, 20 "line": 33,
21 "column": 26 21 "column": 26
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 35, 24 "line": 36,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Keep Ferdi 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": 36, 33 "line": 37,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 39, 37 "line": 40,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Show Ferdi 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": 40, 46 "line": 41,
47 "column": 20 47 "column": 20
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 43, 50 "line": 44,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Minimize Ferdi 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": 44, 59 "line": 45,
60 "column": 24 60 "column": 24
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 47, 63 "line": 48,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,24 @@
69 "defaultMessage": "!!!Don't show message content in notifications", 69 "defaultMessage": "!!!Don't show message content in notifications",
70 "file": "src/containers/settings/EditSettingsScreen.js", 70 "file": "src/containers/settings/EditSettingsScreen.js",
71 "start": { 71 "start": {
72 "line": 48, 72 "line": 49,
73 "column": 24 73 "column": 24
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 51, 76 "line": 52,
77 "column": 3
78 }
79 },
80 {
81 "id": "settings.app.form.showServiceNavigationBar",
82 "defaultMessage": "!!!Always show service navigation bar",
83 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": {
85 "line": 53,
86 "column": 28
87 },
88 "end": {
89 "line": 56,
77 "column": 3 90 "column": 3
78 } 91 }
79 }, 92 },
@@ -82,11 +95,24 @@
82 "defaultMessage": "!!!Enable service hibernation", 95 "defaultMessage": "!!!Enable service hibernation",
83 "file": "src/containers/settings/EditSettingsScreen.js", 96 "file": "src/containers/settings/EditSettingsScreen.js",
84 "start": { 97 "start": {
85 "line": 52, 98 "line": 57,
86 "column": 13 99 "column": 13
87 }, 100 },
88 "end": { 101 "end": {
89 "line": 55, 102 "line": 60,
103 "column": 3
104 }
105 },
106 {
107 "id": "settings.app.form.hibernationStrategy",
108 "defaultMessage": "!!!Hibernation strategy",
109 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": {
111 "line": 61,
112 "column": 23
113 },
114 "end": {
115 "line": 64,
90 "column": 3 116 "column": 3
91 } 117 }
92 }, 118 },
@@ -95,11 +121,11 @@
95 "defaultMessage": "!!!Server", 121 "defaultMessage": "!!!Server",
96 "file": "src/containers/settings/EditSettingsScreen.js", 122 "file": "src/containers/settings/EditSettingsScreen.js",
97 "start": { 123 "start": {
98 "line": 56, 124 "line": 65,
99 "column": 10 125 "column": 10
100 }, 126 },
101 "end": { 127 "end": {
102 "line": 59, 128 "line": 68,
103 "column": 3 129 "column": 3
104 } 130 }
105 }, 131 },
@@ -108,11 +134,11 @@
108 "defaultMessage": "!!!Todo Server", 134 "defaultMessage": "!!!Todo Server",
109 "file": "src/containers/settings/EditSettingsScreen.js", 135 "file": "src/containers/settings/EditSettingsScreen.js",
110 "start": { 136 "start": {
111 "line": 60, 137 "line": 69,
112 "column": 14 138 "column": 14
113 }, 139 },
114 "end": { 140 "end": {
115 "line": 63, 141 "line": 72,
116 "column": 3 142 "column": 3
117 } 143 }
118 }, 144 },
@@ -121,11 +147,11 @@
121 "defaultMessage": "!!!Enable Ferdi password lock", 147 "defaultMessage": "!!!Enable Ferdi password lock",
122 "file": "src/containers/settings/EditSettingsScreen.js", 148 "file": "src/containers/settings/EditSettingsScreen.js",
123 "start": { 149 "start": {
124 "line": 64, 150 "line": 73,
125 "column": 14 151 "column": 14
126 }, 152 },
127 "end": { 153 "end": {
128 "line": 67, 154 "line": 76,
129 "column": 3 155 "column": 3
130 } 156 }
131 }, 157 },
@@ -134,11 +160,11 @@
134 "defaultMessage": "!!!Ferdi Lock password", 160 "defaultMessage": "!!!Ferdi Lock password",
135 "file": "src/containers/settings/EditSettingsScreen.js", 161 "file": "src/containers/settings/EditSettingsScreen.js",
136 "start": { 162 "start": {
137 "line": 68, 163 "line": 77,
138 "column": 16 164 "column": 16
139 }, 165 },
140 "end": { 166 "end": {
141 "line": 71, 167 "line": 80,
142 "column": 3 168 "column": 3
143 } 169 }
144 }, 170 },
@@ -147,11 +173,11 @@
147 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 173 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
148 "file": "src/containers/settings/EditSettingsScreen.js", 174 "file": "src/containers/settings/EditSettingsScreen.js",
149 "start": { 175 "start": {
150 "line": 72, 176 "line": 81,
151 "column": 23 177 "column": 23
152 }, 178 },
153 "end": { 179 "end": {
154 "line": 75, 180 "line": 84,
155 "column": 3 181 "column": 3
156 } 182 }
157 }, 183 },
@@ -160,11 +186,11 @@
160 "defaultMessage": "!!!From", 186 "defaultMessage": "!!!From",
161 "file": "src/containers/settings/EditSettingsScreen.js", 187 "file": "src/containers/settings/EditSettingsScreen.js",
162 "start": { 188 "start": {
163 "line": 76, 189 "line": 85,
164 "column": 21 190 "column": 21
165 }, 191 },
166 "end": { 192 "end": {
167 "line": 79, 193 "line": 88,
168 "column": 3 194 "column": 3
169 } 195 }
170 }, 196 },
@@ -173,11 +199,11 @@
173 "defaultMessage": "!!!To", 199 "defaultMessage": "!!!To",
174 "file": "src/containers/settings/EditSettingsScreen.js", 200 "file": "src/containers/settings/EditSettingsScreen.js",
175 "start": { 201 "start": {
176 "line": 80, 202 "line": 89,
177 "column": 19 203 "column": 19
178 }, 204 },
179 "end": { 205 "end": {
180 "line": 83, 206 "line": 92,
181 "column": 3 207 "column": 3
182 } 208 }
183 }, 209 },
@@ -186,11 +212,11 @@
186 "defaultMessage": "!!!Language", 212 "defaultMessage": "!!!Language",
187 "file": "src/containers/settings/EditSettingsScreen.js", 213 "file": "src/containers/settings/EditSettingsScreen.js",
188 "start": { 214 "start": {
189 "line": 84, 215 "line": 93,
190 "column": 12 216 "column": 12
191 }, 217 },
192 "end": { 218 "end": {
193 "line": 87, 219 "line": 96,
194 "column": 3 220 "column": 3
195 } 221 }
196 }, 222 },
@@ -199,11 +225,37 @@
199 "defaultMessage": "!!!Dark Mode", 225 "defaultMessage": "!!!Dark Mode",
200 "file": "src/containers/settings/EditSettingsScreen.js", 226 "file": "src/containers/settings/EditSettingsScreen.js",
201 "start": { 227 "start": {
202 "line": 88, 228 "line": 97,
203 "column": 12 229 "column": 12
204 }, 230 },
205 "end": { 231 "end": {
206 "line": 91, 232 "line": 100,
233 "column": 3
234 }
235 },
236 {
237 "id": "settings.app.form.universalDarkMode",
238 "defaultMessage": "!!!Enable universal Dark Mode",
239 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": {
241 "line": 101,
242 "column": 21
243 },
244 "end": {
245 "line": 104,
246 "column": 3
247 }
248 },
249 {
250 "id": "settings.app.form.accentColor",
251 "defaultMessage": "!!!Accent color",
252 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": {
254 "line": 105,
255 "column": 15
256 },
257 "end": {
258 "line": 108,
207 "column": 3 259 "column": 3
208 } 260 }
209 }, 261 },
@@ -212,11 +264,11 @@
212 "defaultMessage": "!!!Display disabled services tabs", 264 "defaultMessage": "!!!Display disabled services tabs",
213 "file": "src/containers/settings/EditSettingsScreen.js", 265 "file": "src/containers/settings/EditSettingsScreen.js",
214 "start": { 266 "start": {
215 "line": 92, 267 "line": 109,
216 "column": 24 268 "column": 24
217 }, 269 },
218 "end": { 270 "end": {
219 "line": 95, 271 "line": 112,
220 "column": 3 272 "column": 3
221 } 273 }
222 }, 274 },
@@ -225,11 +277,11 @@
225 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 277 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
226 "file": "src/containers/settings/EditSettingsScreen.js", 278 "file": "src/containers/settings/EditSettingsScreen.js",
227 "start": { 279 "start": {
228 "line": 96, 280 "line": 113,
229 "column": 29 281 "column": 29
230 }, 282 },
231 "end": { 283 "end": {
232 "line": 99, 284 "line": 116,
233 "column": 3 285 "column": 3
234 } 286 }
235 }, 287 },
@@ -238,11 +290,11 @@
238 "defaultMessage": "!!!Enable spell checking", 290 "defaultMessage": "!!!Enable spell checking",
239 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
240 "start": { 292 "start": {
241 "line": 100, 293 "line": 117,
242 "column": 23 294 "column": 23
243 }, 295 },
244 "end": { 296 "end": {
245 "line": 103, 297 "line": 120,
246 "column": 3 298 "column": 3
247 } 299 }
248 }, 300 },
@@ -251,11 +303,11 @@
251 "defaultMessage": "!!!Enable GPU Acceleration", 303 "defaultMessage": "!!!Enable GPU Acceleration",
252 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
253 "start": { 305 "start": {
254 "line": 104, 306 "line": 121,
255 "column": 25 307 "column": 25
256 }, 308 },
257 "end": { 309 "end": {
258 "line": 107, 310 "line": 124,
259 "column": 3 311 "column": 3
260 } 312 }
261 }, 313 },
@@ -264,11 +316,11 @@
264 "defaultMessage": "!!!Include beta versions", 316 "defaultMessage": "!!!Include beta versions",
265 "file": "src/containers/settings/EditSettingsScreen.js", 317 "file": "src/containers/settings/EditSettingsScreen.js",
266 "start": { 318 "start": {
267 "line": 108, 319 "line": 125,
268 "column": 8 320 "column": 8
269 }, 321 },
270 "end": { 322 "end": {
271 "line": 111, 323 "line": 128,
272 "column": 3 324 "column": 3
273 } 325 }
274 }, 326 },
@@ -277,11 +329,11 @@
277 "defaultMessage": "!!!Disable updates", 329 "defaultMessage": "!!!Disable updates",
278 "file": "src/containers/settings/EditSettingsScreen.js", 330 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 331 "start": {
280 "line": 112, 332 "line": 129,
281 "column": 13 333 "column": 13
282 }, 334 },
283 "end": { 335 "end": {
284 "line": 115, 336 "line": 132,
285 "column": 3 337 "column": 3
286 } 338 }
287 }, 339 },
@@ -290,11 +342,11 @@
290 "defaultMessage": "!!!Enable Franz Todos", 342 "defaultMessage": "!!!Enable Franz Todos",
291 "file": "src/containers/settings/EditSettingsScreen.js", 343 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 344 "start": {
293 "line": 116, 345 "line": 133,
294 "column": 15 346 "column": 15
295 }, 347 },
296 "end": { 348 "end": {
297 "line": 119, 349 "line": 136,
298 "column": 3 350 "column": 3
299 } 351 }
300 }, 352 },
@@ -303,11 +355,11 @@
303 "defaultMessage": "!!!Keep all workspaces loaded", 355 "defaultMessage": "!!!Keep all workspaces loaded",
304 "file": "src/containers/settings/EditSettingsScreen.js", 356 "file": "src/containers/settings/EditSettingsScreen.js",
305 "start": { 357 "start": {
306 "line": 120, 358 "line": 137,
307 "column": 27 359 "column": 27
308 }, 360 },
309 "end": { 361 "end": {
310 "line": 123, 362 "line": 140,
311 "column": 3 363 "column": 3
312 } 364 }
313 } 365 }
diff --git a/src/i18n/messages/src/features/quickSwitch/Component.json b/src/i18n/messages/src/features/quickSwitch/Component.json
index f42e1af49..d0debee0e 100644
--- a/src/i18n/messages/src/features/quickSwitch/Component.json
+++ b/src/i18n/messages/src/features/quickSwitch/Component.json
@@ -1,14 +1,27 @@
1[ 1[
2 { 2 {
3 "id": "feature.quickSwitch.title",
4 "defaultMessage": "!!!QuickSwitch",
5 "file": "src/features/quickSwitch/Component.js",
6 "start": {
7 "line": 16,
8 "column": 9
9 },
10 "end": {
11 "line": 19,
12 "column": 3
13 }
14 },
15 {
3 "id": "feature.quickSwitch.search", 16 "id": "feature.quickSwitch.search",
4 "defaultMessage": "!!!Search...", 17 "defaultMessage": "!!!Search...",
5 "file": "src/features/quickSwitch/Component.js", 18 "file": "src/features/quickSwitch/Component.js",
6 "start": { 19 "start": {
7 "line": 15, 20 "line": 20,
8 "column": 10 21 "column": 10
9 }, 22 },
10 "end": { 23 "end": {
11 "line": 18, 24 "line": 23,
12 "column": 3 25 "column": 3
13 } 26 }
14 }, 27 },
@@ -17,11 +30,11 @@
17 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 30 "defaultMessage": "!!!Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
18 "file": "src/features/quickSwitch/Component.js", 31 "file": "src/features/quickSwitch/Component.js",
19 "start": { 32 "start": {
20 "line": 19, 33 "line": 24,
21 "column": 8 34 "column": 8
22 }, 35 },
23 "end": { 36 "end": {
24 "line": 22, 37 "line": 27,
25 "column": 3 38 "column": 3
26 } 39 }
27 } 40 }
diff --git a/src/i18n/messages/src/features/webControls/components/WebControls.json b/src/i18n/messages/src/features/webControls/components/WebControls.json
new file mode 100644
index 000000000..969437e98
--- /dev/null
+++ b/src/i18n/messages/src/features/webControls/components/WebControls.json
@@ -0,0 +1,67 @@
1[
2 {
3 "id": "webControls.goHome",
4 "defaultMessage": "!!!Home",
5 "file": "src/features/webControls/components/WebControls.js",
6 "start": {
7 "line": 13,
8 "column": 10
9 },
10 "end": {
11 "line": 16,
12 "column": 3
13 }
14 },
15 {
16 "id": "webControls.openInBrowser",
17 "defaultMessage": "!!!Open in Browser",
18 "file": "src/features/webControls/components/WebControls.js",
19 "start": {
20 "line": 17,
21 "column": 17
22 },
23 "end": {
24 "line": 20,
25 "column": 3
26 }
27 },
28 {
29 "id": "webControls.back",
30 "defaultMessage": "!!!Back",
31 "file": "src/features/webControls/components/WebControls.js",
32 "start": {
33 "line": 21,
34 "column": 8
35 },
36 "end": {
37 "line": 24,
38 "column": 3
39 }
40 },
41 {
42 "id": "webControls.forward",
43 "defaultMessage": "!!!Forward",
44 "file": "src/features/webControls/components/WebControls.js",
45 "start": {
46 "line": 25,
47 "column": 11
48 },
49 "end": {
50 "line": 28,
51 "column": 3
52 }
53 },
54 {
55 "id": "webControls.reload",
56 "defaultMessage": "!!!Reload",
57 "file": "src/features/webControls/components/WebControls.js",
58 "start": {
59 "line": 29,
60 "column": 10
61 },
62 "end": {
63 "line": 32,
64 "column": 3
65 }
66 }
67] \ No newline at end of file
diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json
index 4ff190606..1b6664787 100644
--- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json
+++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!No services added yet", 4 "defaultMessage": "!!!No services added yet",
5 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 5 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
6 "start": { 6 "start": {
7 "line": 12, 7 "line": 13,
8 "column": 22 8 "column": 22
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 15, 11 "line": 16,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!edit", 17 "defaultMessage": "!!!edit",
18 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", 18 "file": "src/features/workspaces/components/WorkspaceDrawerItem.js",
19 "start": { 19 "start": {
20 "line": 16, 20 "line": 17,
21 "column": 19 21 "column": 19
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 19, 24 "line": 20,
25 "column": 3 25 "column": 3
26 } 26 }
27 } 27 }
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index c09148b2f..f69d951fd 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Edit", 4 "defaultMessage": "!!!Edit",
5 "file": "src/lib/Menu.js", 5 "file": "src/lib/Menu.js",
6 "start": { 6 "start": {
7 "line": 16, 7 "line": 17,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 19, 11 "line": 20,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Undo", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 20, 20 "line": 21,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 23, 24 "line": 24,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Redo", 30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js", 31 "file": "src/lib/Menu.js",
32 "start": { 32 "start": {
33 "line": 24, 33 "line": 25,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 27, 37 "line": 28,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Cut", 43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js", 44 "file": "src/lib/Menu.js",
45 "start": { 45 "start": {
46 "line": 28, 46 "line": 29,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 31, 50 "line": 32,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Copy", 56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js", 57 "file": "src/lib/Menu.js",
58 "start": { 58 "start": {
59 "line": 32, 59 "line": 33,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 35, 63 "line": 36,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Paste", 69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js", 70 "file": "src/lib/Menu.js",
71 "start": { 71 "start": {
72 "line": 36, 72 "line": 37,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 39, 76 "line": 40,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Paste And Match Style", 82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js", 83 "file": "src/lib/Menu.js",
84 "start": { 84 "start": {
85 "line": 40, 85 "line": 41,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 43, 89 "line": 44,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Delete", 95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js", 96 "file": "src/lib/Menu.js",
97 "start": { 97 "start": {
98 "line": 44, 98 "line": 45,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 47, 102 "line": 48,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Select All", 108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js", 109 "file": "src/lib/Menu.js",
110 "start": { 110 "start": {
111 "line": 48, 111 "line": 49,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 51, 115 "line": 52,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Speech", 121 "defaultMessage": "!!!Speech",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 52, 124 "line": 53,
125 "column": 10 125 "column": 10
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 55, 128 "line": 56,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Start Speaking", 134 "defaultMessage": "!!!Start Speaking",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 56, 137 "line": 57,
138 "column": 17 138 "column": 17
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 59, 141 "line": 60,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Stop Speaking", 147 "defaultMessage": "!!!Stop Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 60, 150 "line": 61,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 63, 154 "line": 64,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Start Dictation", 160 "defaultMessage": "!!!Start Dictation",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 64, 163 "line": 65,
164 "column": 18 164 "column": 18
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 67, 167 "line": 68,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Emoji & Symbols", 173 "defaultMessage": "!!!Emoji & Symbols",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 68, 176 "line": 69,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 71, 180 "line": 72,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Open Quick Switch", 186 "defaultMessage": "!!!Open Quick Switch",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 72, 189 "line": 73,
190 "column": 19 190 "column": 19
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 75, 193 "line": 76,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Back", 199 "defaultMessage": "!!!Back",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 76, 202 "line": 77,
203 "column": 8 203 "column": 8
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 79, 206 "line": 80,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Forward", 212 "defaultMessage": "!!!Forward",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 80, 215 "line": 81,
216 "column": 11 216 "column": 11
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 83, 219 "line": 84,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Actual Size", 225 "defaultMessage": "!!!Actual Size",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 84, 228 "line": 85,
229 "column": 13 229 "column": 13
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 87, 232 "line": 88,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Zoom In", 238 "defaultMessage": "!!!Zoom In",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 88, 241 "line": 89,
242 "column": 10 242 "column": 10
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 91, 245 "line": 92,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Zoom Out", 251 "defaultMessage": "!!!Zoom Out",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 92, 254 "line": 93,
255 "column": 11 255 "column": 11
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 95, 258 "line": 96,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Enter Full Screen", 264 "defaultMessage": "!!!Enter Full Screen",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 96, 267 "line": 97,
268 "column": 19 268 "column": 19
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 99, 271 "line": 100,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Exit Full Screen", 277 "defaultMessage": "!!!Exit Full Screen",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 100, 280 "line": 101,
281 "column": 18 281 "column": 18
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 103, 284 "line": 104,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Toggle Full Screen", 290 "defaultMessage": "!!!Toggle Full Screen",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 104, 293 "line": 105,
294 "column": 20 294 "column": 20
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 107, 297 "line": 108,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Toggle Developer Tools", 303 "defaultMessage": "!!!Toggle Developer Tools",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 108, 306 "line": 109,
307 "column": 18 307 "column": 18
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 111, 310 "line": 112,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Toggle Todos Developer Tools", 316 "defaultMessage": "!!!Toggle Todos Developer Tools",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 112, 319 "line": 113,
320 "column": 23 320 "column": 23
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 115, 323 "line": 116,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Toggle Service Developer Tools", 329 "defaultMessage": "!!!Toggle Service Developer Tools",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 116, 332 "line": 117,
333 "column": 25 333 "column": 25
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 119, 336 "line": 120,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Reload Service", 342 "defaultMessage": "!!!Reload Service",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 120, 345 "line": 121,
346 "column": 17 346 "column": 17
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 123, 349 "line": 124,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Reload Ferdi", 355 "defaultMessage": "!!!Reload Ferdi",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 124, 358 "line": 125,
359 "column": 15 359 "column": 15
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 127, 362 "line": 128,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Lock Ferdi", 368 "defaultMessage": "!!!Lock Ferdi",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 128, 371 "line": 129,
372 "column": 13 372 "column": 13
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 131, 375 "line": 132,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Minimize", 381 "defaultMessage": "!!!Minimize",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 132, 384 "line": 133,
385 "column": 12 385 "column": 12
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 135, 388 "line": 136,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Close", 394 "defaultMessage": "!!!Close",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 136, 397 "line": 137,
398 "column": 9 398 "column": 9
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 139, 401 "line": 140,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Learn More", 407 "defaultMessage": "!!!Learn More",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 140, 410 "line": 141,
411 "column": 13 411 "column": 13
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 143, 414 "line": 144,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Changelog", 420 "defaultMessage": "!!!Changelog",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 144, 423 "line": 145,
424 "column": 13 424 "column": 13
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 147, 427 "line": 148,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Support", 433 "defaultMessage": "!!!Support",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 148, 436 "line": 149,
437 "column": 11 437 "column": 11
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 151, 440 "line": 152,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Copy Debug Information", 446 "defaultMessage": "!!!Copy Debug Information",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 152, 449 "line": 153,
450 "column": 13 450 "column": 13
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 155, 453 "line": 156,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!Ferdi Debug Information", 459 "defaultMessage": "!!!Ferdi Debug Information",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 156, 462 "line": 157,
463 "column": 27 463 "column": 27
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 159, 466 "line": 160,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 472 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 160, 475 "line": 161,
476 "column": 23 476 "column": 23
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 163, 479 "line": 164,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Terms of Service", 485 "defaultMessage": "!!!Terms of Service",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 164, 488 "line": 165,
489 "column": 7 489 "column": 7
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 167, 492 "line": 168,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Privacy Statement", 498 "defaultMessage": "!!!Privacy Statement",
499 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
500 "start": { 500 "start": {
501 "line": 168, 501 "line": 169,
502 "column": 11 502 "column": 11
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 171, 505 "line": 172,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!File", 511 "defaultMessage": "!!!File",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 172, 514 "line": 173,
515 "column": 8 515 "column": 8
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 175, 518 "line": 176,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!View", 524 "defaultMessage": "!!!View",
525 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
526 "start": { 526 "start": {
527 "line": 176, 527 "line": 177,
528 "column": 8 528 "column": 8
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 179, 531 "line": 180,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!Services", 537 "defaultMessage": "!!!Services",
538 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
539 "start": { 539 "start": {
540 "line": 180, 540 "line": 181,
541 "column": 12 541 "column": 12
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 183, 544 "line": 184,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Window", 550 "defaultMessage": "!!!Window",
551 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
552 "start": { 552 "start": {
553 "line": 184, 553 "line": 185,
554 "column": 10 554 "column": 10
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 187, 557 "line": 188,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Help", 563 "defaultMessage": "!!!Help",
564 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
565 "start": { 565 "start": {
566 "line": 188, 566 "line": 189,
567 "column": 8 567 "column": 8
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 191, 570 "line": 192,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!About Ferdi", 576 "defaultMessage": "!!!About Ferdi",
577 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
578 "start": { 578 "start": {
579 "line": 192, 579 "line": 193,
580 "column": 9 580 "column": 9
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 195, 583 "line": 196,
584 "column": 3 584 "column": 3
585 } 585 }
586 }, 586 },
@@ -589,11 +589,11 @@
589 "defaultMessage": "!!!What's new?", 589 "defaultMessage": "!!!What's new?",
590 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
591 "start": { 591 "start": {
592 "line": 196, 592 "line": 197,
593 "column": 16 593 "column": 16
594 }, 594 },
595 "end": { 595 "end": {
596 "line": 199, 596 "line": 200,
597 "column": 3 597 "column": 3
598 } 598 }
599 }, 599 },
@@ -602,11 +602,11 @@
602 "defaultMessage": "!!!Settings", 602 "defaultMessage": "!!!Settings",
603 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
604 "start": { 604 "start": {
605 "line": 200, 605 "line": 201,
606 "column": 12 606 "column": 12
607 }, 607 },
608 "end": { 608 "end": {
609 "line": 203, 609 "line": 204,
610 "column": 3 610 "column": 3
611 } 611 }
612 }, 612 },
@@ -615,11 +615,11 @@
615 "defaultMessage": "!!!Check for updates", 615 "defaultMessage": "!!!Check for updates",
616 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
617 "start": { 617 "start": {
618 "line": 204, 618 "line": 205,
619 "column": 19 619 "column": 19
620 }, 620 },
621 "end": { 621 "end": {
622 "line": 207, 622 "line": 208,
623 "column": 3 623 "column": 3
624 } 624 }
625 }, 625 },
@@ -628,11 +628,11 @@
628 "defaultMessage": "!!!Hide", 628 "defaultMessage": "!!!Hide",
629 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
630 "start": { 630 "start": {
631 "line": 208, 631 "line": 209,
632 "column": 8 632 "column": 8
633 }, 633 },
634 "end": { 634 "end": {
635 "line": 211, 635 "line": 212,
636 "column": 3 636 "column": 3
637 } 637 }
638 }, 638 },
@@ -641,11 +641,11 @@
641 "defaultMessage": "!!!Hide Others", 641 "defaultMessage": "!!!Hide Others",
642 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
643 "start": { 643 "start": {
644 "line": 212, 644 "line": 213,
645 "column": 14 645 "column": 14
646 }, 646 },
647 "end": { 647 "end": {
648 "line": 215, 648 "line": 216,
649 "column": 3 649 "column": 3
650 } 650 }
651 }, 651 },
@@ -654,11 +654,11 @@
654 "defaultMessage": "!!!Unhide", 654 "defaultMessage": "!!!Unhide",
655 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
656 "start": { 656 "start": {
657 "line": 216, 657 "line": 217,
658 "column": 10 658 "column": 10
659 }, 659 },
660 "end": { 660 "end": {
661 "line": 219, 661 "line": 220,
662 "column": 3 662 "column": 3
663 } 663 }
664 }, 664 },
@@ -667,11 +667,11 @@
667 "defaultMessage": "!!!Auto-hide menu bar", 667 "defaultMessage": "!!!Auto-hide menu bar",
668 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
669 "start": { 669 "start": {
670 "line": 220, 670 "line": 221,
671 "column": 19 671 "column": 19
672 }, 672 },
673 "end": { 673 "end": {
674 "line": 223, 674 "line": 224,
675 "column": 3 675 "column": 3
676 } 676 }
677 }, 677 },
@@ -680,11 +680,11 @@
680 "defaultMessage": "!!!Quit", 680 "defaultMessage": "!!!Quit",
681 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
682 "start": { 682 "start": {
683 "line": 224, 683 "line": 225,
684 "column": 8 684 "column": 8
685 }, 685 },
686 "end": { 686 "end": {
687 "line": 227, 687 "line": 228,
688 "column": 3 688 "column": 3
689 } 689 }
690 }, 690 },
@@ -693,11 +693,11 @@
693 "defaultMessage": "!!!Add New Service...", 693 "defaultMessage": "!!!Add New Service...",
694 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
695 "start": { 695 "start": {
696 "line": 228, 696 "line": 229,
697 "column": 17 697 "column": 17
698 }, 698 },
699 "end": { 699 "end": {
700 "line": 231, 700 "line": 232,
701 "column": 3 701 "column": 3
702 } 702 }
703 }, 703 },
@@ -706,11 +706,11 @@
706 "defaultMessage": "!!!Add New Workspace...", 706 "defaultMessage": "!!!Add New Workspace...",
707 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
708 "start": { 708 "start": {
709 "line": 232, 709 "line": 233,
710 "column": 19 710 "column": 19
711 }, 711 },
712 "end": { 712 "end": {
713 "line": 235, 713 "line": 236,
714 "column": 3 714 "column": 3
715 } 715 }
716 }, 716 },
@@ -719,11 +719,11 @@
719 "defaultMessage": "!!!Open workspace drawer", 719 "defaultMessage": "!!!Open workspace drawer",
720 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
721 "start": { 721 "start": {
722 "line": 236, 722 "line": 237,
723 "column": 23 723 "column": 23
724 }, 724 },
725 "end": { 725 "end": {
726 "line": 239, 726 "line": 240,
727 "column": 3 727 "column": 3
728 } 728 }
729 }, 729 },
@@ -732,11 +732,11 @@
732 "defaultMessage": "!!!Close workspace drawer", 732 "defaultMessage": "!!!Close workspace drawer",
733 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
734 "start": { 734 "start": {
735 "line": 240, 735 "line": 241,
736 "column": 24 736 "column": 24
737 }, 737 },
738 "end": { 738 "end": {
739 "line": 243, 739 "line": 244,
740 "column": 3 740 "column": 3
741 } 741 }
742 }, 742 },
@@ -745,11 +745,11 @@
745 "defaultMessage": "!!!Activate next service...", 745 "defaultMessage": "!!!Activate next service...",
746 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
747 "start": { 747 "start": {
748 "line": 244, 748 "line": 245,
749 "column": 23 749 "column": 23
750 }, 750 },
751 "end": { 751 "end": {
752 "line": 247, 752 "line": 248,
753 "column": 3 753 "column": 3
754 } 754 }
755 }, 755 },
@@ -758,11 +758,11 @@
758 "defaultMessage": "!!!Activate previous service...", 758 "defaultMessage": "!!!Activate previous service...",
759 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
760 "start": { 760 "start": {
761 "line": 248, 761 "line": 249,
762 "column": 27 762 "column": 27
763 }, 763 },
764 "end": { 764 "end": {
765 "line": 251, 765 "line": 252,
766 "column": 3 766 "column": 3
767 } 767 }
768 }, 768 },
@@ -771,11 +771,11 @@
771 "defaultMessage": "!!!Disable notifications & audio", 771 "defaultMessage": "!!!Disable notifications & audio",
772 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
773 "start": { 773 "start": {
774 "line": 252, 774 "line": 253,
775 "column": 11 775 "column": 11
776 }, 776 },
777 "end": { 777 "end": {
778 "line": 255, 778 "line": 256,
779 "column": 3 779 "column": 3
780 } 780 }
781 }, 781 },
@@ -784,11 +784,11 @@
784 "defaultMessage": "!!!Enable notifications & audio", 784 "defaultMessage": "!!!Enable notifications & audio",
785 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
786 "start": { 786 "start": {
787 "line": 256, 787 "line": 257,
788 "column": 13 788 "column": 13
789 }, 789 },
790 "end": { 790 "end": {
791 "line": 259, 791 "line": 260,
792 "column": 3 792 "column": 3
793 } 793 }
794 }, 794 },
@@ -797,11 +797,11 @@
797 "defaultMessage": "!!!Workspaces", 797 "defaultMessage": "!!!Workspaces",
798 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
799 "start": { 799 "start": {
800 "line": 260, 800 "line": 261,
801 "column": 14 801 "column": 14
802 }, 802 },
803 "end": { 803 "end": {
804 "line": 263, 804 "line": 264,
805 "column": 3 805 "column": 3
806 } 806 }
807 }, 807 },
@@ -810,11 +810,11 @@
810 "defaultMessage": "!!!Default", 810 "defaultMessage": "!!!Default",
811 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
812 "start": { 812 "start": {
813 "line": 264, 813 "line": 265,
814 "column": 20 814 "column": 20
815 }, 815 },
816 "end": { 816 "end": {
817 "line": 267, 817 "line": 268,
818 "column": 3 818 "column": 3
819 } 819 }
820 }, 820 },
@@ -823,11 +823,11 @@
823 "defaultMessage": "!!!Todos", 823 "defaultMessage": "!!!Todos",
824 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
825 "start": { 825 "start": {
826 "line": 268, 826 "line": 269,
827 "column": 9 827 "column": 9
828 }, 828 },
829 "end": { 829 "end": {
830 "line": 271, 830 "line": 272,
831 "column": 3 831 "column": 3
832 } 832 }
833 }, 833 },
@@ -836,11 +836,11 @@
836 "defaultMessage": "!!!Open Todos drawer", 836 "defaultMessage": "!!!Open Todos drawer",
837 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
838 "start": { 838 "start": {
839 "line": 272, 839 "line": 273,
840 "column": 19 840 "column": 19
841 }, 841 },
842 "end": { 842 "end": {
843 "line": 275, 843 "line": 276,
844 "column": 3 844 "column": 3
845 } 845 }
846 }, 846 },
@@ -849,11 +849,11 @@
849 "defaultMessage": "!!!Close Todos drawer", 849 "defaultMessage": "!!!Close Todos drawer",
850 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
851 "start": { 851 "start": {
852 "line": 276, 852 "line": 277,
853 "column": 20 853 "column": 20
854 }, 854 },
855 "end": { 855 "end": {
856 "line": 279, 856 "line": 280,
857 "column": 3 857 "column": 3
858 } 858 }
859 }, 859 },
@@ -862,11 +862,24 @@
862 "defaultMessage": "!!!Enable Todos", 862 "defaultMessage": "!!!Enable Todos",
863 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
864 "start": { 864 "start": {
865 "line": 280, 865 "line": 281,
866 "column": 15 866 "column": 15
867 }, 867 },
868 "end": { 868 "end": {
869 "line": 283, 869 "line": 284,
870 "column": 3
871 }
872 },
873 {
874 "id": "menu.services.goHome",
875 "defaultMessage": "!!!Home",
876 "file": "src/lib/Menu.js",
877 "start": {
878 "line": 285,
879 "column": 17
880 },
881 "end": {
882 "line": 288,
870 "column": 3 883 "column": 3
871 } 884 }
872 } 885 }