aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-07 08:05:34 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-07 09:41:27 +0530
commit8b5de8dd779dfc2dfa45c930d143060ac7321acf (patch)
tree256547da3abb14429d73881a1251f4cda5127653 /src
parent5.6.1-nightly.52 [skip ci] (diff)
downloadferdium-app-8b5de8dd779dfc2dfa45c930d143060ac7321acf.tar.gz
ferdium-app-8b5de8dd779dfc2dfa45c930d143060ac7321acf.tar.zst
ferdium-app-8b5de8dd779dfc2dfa45c930d143060ac7321acf.zip
refactor: externalize english text
Diffstat (limited to 'src')
-rw-r--r--src/components/auth/ChangeServer.js8
-rw-r--r--src/components/auth/Password.js9
-rw-r--r--src/components/auth/SetupAssistant.js8
-rw-r--r--src/components/services/tabs/TabItem.js3
-rw-r--r--src/features/basicAuth/Component.js21
-rw-r--r--src/features/nightlyBuilds/Component.js7
-rw-r--r--src/i18n/globalMessages.js24
-rw-r--r--src/i18n/locales/af.json5
-rw-r--r--src/i18n/locales/ar.json5
-rw-r--r--src/i18n/locales/be.json5
-rw-r--r--src/i18n/locales/bg.json2
-rw-r--r--src/i18n/locales/bs.json5
-rw-r--r--src/i18n/locales/ca.json5
-rw-r--r--src/i18n/locales/cs.json5
-rw-r--r--src/i18n/locales/da.json5
-rw-r--r--src/i18n/locales/de.json5
-rw-r--r--src/i18n/locales/defaultMessages.json263
-rw-r--r--src/i18n/locales/el.json5
-rw-r--r--src/i18n/locales/en-US.json10
-rw-r--r--src/i18n/locales/es.json5
-rw-r--r--src/i18n/locales/et.json2
-rw-r--r--src/i18n/locales/fa.json2
-rw-r--r--src/i18n/locales/fi.json5
-rw-r--r--src/i18n/locales/fil.json2
-rw-r--r--src/i18n/locales/fr.json5
-rw-r--r--src/i18n/locales/ga.json5
-rw-r--r--src/i18n/locales/he.json5
-rw-r--r--src/i18n/locales/hi.json5
-rw-r--r--src/i18n/locales/hr.json5
-rw-r--r--src/i18n/locales/hu.json5
-rw-r--r--src/i18n/locales/id.json5
-rw-r--r--src/i18n/locales/it.json5
-rw-r--r--src/i18n/locales/ja.json5
-rw-r--r--src/i18n/locales/ka.json5
-rw-r--r--src/i18n/locales/kk.json2
-rw-r--r--src/i18n/locales/ko.json5
-rw-r--r--src/i18n/locales/ms.json2
-rw-r--r--src/i18n/locales/nb.json2
-rw-r--r--src/i18n/locales/nl-BE.json5
-rw-r--r--src/i18n/locales/nl.json5
-rw-r--r--src/i18n/locales/no.json5
-rw-r--r--src/i18n/locales/pl.json5
-rw-r--r--src/i18n/locales/pt-BR.json5
-rw-r--r--src/i18n/locales/pt.json5
-rw-r--r--src/i18n/locales/ro.json5
-rw-r--r--src/i18n/locales/ru.json5
-rw-r--r--src/i18n/locales/si.json2
-rw-r--r--src/i18n/locales/sk.json5
-rw-r--r--src/i18n/locales/sl.json5
-rw-r--r--src/i18n/locales/sq.json2
-rw-r--r--src/i18n/locales/sr.json5
-rw-r--r--src/i18n/locales/sv.json5
-rw-r--r--src/i18n/locales/te.json5
-rw-r--r--src/i18n/locales/tr.json5
-rw-r--r--src/i18n/locales/uk.json5
-rw-r--r--src/i18n/locales/vi.json5
-rw-r--r--src/i18n/locales/zh-CN.json2
-rw-r--r--src/i18n/locales/zh-HANS.json2
-rw-r--r--src/i18n/locales/zh-HANT.json5
-rw-r--r--src/i18n/locales/zh-TW.json2
-rw-r--r--src/i18n/locales/zh.json5
-rw-r--r--src/i18n/messages/src/components/auth/ChangeServer.json31
-rw-r--r--src/i18n/messages/src/components/auth/Password.json35
-rw-r--r--src/i18n/messages/src/components/auth/SetupAssistant.json16
-rw-r--r--src/i18n/messages/src/components/services/tabs/TabItem.json56
-rw-r--r--src/i18n/messages/src/features/basicAuth/Component.json15
-rw-r--r--src/i18n/messages/src/features/nightlyBuilds/Component.json23
-rw-r--r--src/i18n/messages/src/i18n/globalMessages.json78
-rw-r--r--src/webview/recipe.js2
69 files changed, 471 insertions, 362 deletions
diff --git a/src/components/auth/ChangeServer.js b/src/components/auth/ChangeServer.js
index 7bab80280..8e8a7af32 100644
--- a/src/components/auth/ChangeServer.js
+++ b/src/components/auth/ChangeServer.js
@@ -9,6 +9,7 @@ import Button from '../ui/Button';
9import Infobox from '../ui/Infobox'; 9import Infobox from '../ui/Infobox';
10import { url, required } from '../../helpers/validation-helpers'; 10import { url, required } from '../../helpers/validation-helpers';
11import { LIVE_FERDI_API, LIVE_FRANZ_API } from '../../config'; 11import { LIVE_FERDI_API, LIVE_FRANZ_API } from '../../config';
12import globalMessages from '../../i18n/globalMessages';
12 13
13const messages = defineMessages({ 14const messages = defineMessages({
14 headline: { 15 headline: {
@@ -31,11 +32,6 @@ const messages = defineMessages({
31 id: 'changeserver.urlError', 32 id: 'changeserver.urlError',
32 defaultMessage: '!!!Enter a valid URL', 33 defaultMessage: '!!!Enter a valid URL',
33 }, 34 },
34 submit: {
35 id: 'changeserver.submit',
36 defaultMessage: '!!!Submit',
37 },
38
39}); 35});
40 36
41export default @observer class ChangeServer extends Component { 37export default @observer class ChangeServer extends Component {
@@ -120,7 +116,7 @@ export default @observer class ChangeServer extends Component {
120 <Button 116 <Button
121 type="submit" 117 type="submit"
122 className="auth__button" 118 className="auth__button"
123 label={intl.formatMessage(messages.submit)} 119 label={intl.formatMessage(globalMessages.submit)}
124 /> 120 />
125 </form> 121 </form>
126 </div> 122 </div>
diff --git a/src/components/auth/Password.js b/src/components/auth/Password.js
index eafc48502..1be2097bd 100644
--- a/src/components/auth/Password.js
+++ b/src/components/auth/Password.js
@@ -9,6 +9,7 @@ import Input from '../ui/Input';
9import Button from '../ui/Button'; 9import Button from '../ui/Button';
10import Link from '../ui/Link'; 10import Link from '../ui/Link';
11import Infobox from '../ui/Infobox'; 11import Infobox from '../ui/Infobox';
12import globalMessages from '../../i18n/globalMessages';
12 13
13const messages = defineMessages({ 14const messages = defineMessages({
14 headline: { 15 headline: {
@@ -19,10 +20,6 @@ const messages = defineMessages({
19 id: 'password.email.label', 20 id: 'password.email.label',
20 defaultMessage: '!!!Email address', 21 defaultMessage: '!!!Email address',
21 }, 22 },
22 submitButtonLabel: {
23 id: 'password.submit.label',
24 defaultMessage: '!!!Submit',
25 },
26 successInfo: { 23 successInfo: {
27 id: 'password.successInfo', 24 id: 'password.successInfo',
28 defaultMessage: '!!!Your new password was sent to your email address', 25 defaultMessage: '!!!Your new password was sent to your email address',
@@ -112,7 +109,7 @@ export default @observer class Password extends Component {
112 <Button 109 <Button
113 className="auth__button is-loading" 110 className="auth__button is-loading"
114 buttonType="secondary" 111 buttonType="secondary"
115 label={`${intl.formatMessage(messages.submitButtonLabel)} ...`} 112 label={`${intl.formatMessage(globalMessages.submit)} ...`}
116 loaded={false} 113 loaded={false}
117 disabled 114 disabled
118 /> 115 />
@@ -120,7 +117,7 @@ export default @observer class Password extends Component {
120 <Button 117 <Button
121 type="submit" 118 type="submit"
122 className="auth__button" 119 className="auth__button"
123 label={intl.formatMessage(messages.submitButtonLabel)} 120 label={intl.formatMessage(globalMessages.submit)}
124 /> 121 />
125 )} 122 )}
126 </form> 123 </form>
diff --git a/src/components/auth/SetupAssistant.js b/src/components/auth/SetupAssistant.js
index 0f821d4fc..ded36bbe7 100644
--- a/src/components/auth/SetupAssistant.js
+++ b/src/components/auth/SetupAssistant.js
@@ -10,6 +10,7 @@ import { Badge } from '@meetfranz/ui';
10import Modal from '../ui/Modal'; 10import Modal from '../ui/Modal';
11import Infobox from '../ui/Infobox'; 11import Infobox from '../ui/Infobox';
12import Appear from '../ui/effects/Appear'; 12import Appear from '../ui/effects/Appear';
13import globalMessages from '../../i18n/globalMessages';
13 14
14import { CDN_URL } from '../../config'; 15import { CDN_URL } from '../../config';
15 16
@@ -300,11 +301,14 @@ class SetupAssistant extends Component {
300 value={slackWorkspace} 301 value={slackWorkspace}
301 /> 302 />
302 <div className={classes.modalActionContainer}> 303 <div className={classes.modalActionContainer}>
303 <Button type="submit" label="Save" /> 304 <Button
305 type="submit"
306 label={intl.formatMessage(globalMessages.save)}
307 />
304 <Button 308 <Button
305 type="link" 309 type="link"
306 buttonType="secondary" 310 buttonType="secondary"
307 label="Cancel" 311 label={intl.formatMessage(globalMessages.cancel)}
308 className={classes.ctaCancel} 312 className={classes.ctaCancel}
309 onClick={() => this.setState({ slackWorkspace: '' })} 313 onClick={() => this.setState({ slackWorkspace: '' })}
310 /> 314 />
diff --git a/src/components/services/tabs/TabItem.js b/src/components/services/tabs/TabItem.js
index b24055828..d59cbe228 100644
--- a/src/components/services/tabs/TabItem.js
+++ b/src/components/services/tabs/TabItem.js
@@ -11,6 +11,7 @@ import ms from 'ms';
11import { observable, autorun } from 'mobx'; 11import { observable, autorun } from 'mobx';
12import ServiceModel from '../../../models/Service'; 12import ServiceModel from '../../../models/Service';
13import { cmdOrCtrlShortcutKey } from '../../../environment'; 13import { cmdOrCtrlShortcutKey } from '../../../environment';
14import globalMessages from '../../../i18n/globalMessages';
14 15
15const IS_SERVICE_DEBUGGING_ENABLED = ( 16const IS_SERVICE_DEBUGGING_ENABLED = (
16 localStorage.getItem('debug') || '' 17 localStorage.getItem('debug') || ''
@@ -259,7 +260,7 @@ class TabItem extends Component {
259 detail: intl.formatMessage(messages.confirmDeleteService, { 260 detail: intl.formatMessage(messages.confirmDeleteService, {
260 serviceName: service.name || service.recipe.name, 261 serviceName: service.name || service.recipe.name,
261 }), 262 }),
262 buttons: ['Yes', 'No'], 263 buttons: [intl.formatMessage(globalMessages.yes), intl.formatMessage(globalMessages.no)],
263 }); 264 });
264 if (selection === 0) { 265 if (selection === 0) {
265 deleteService(); 266 deleteService();
diff --git a/src/features/basicAuth/Component.js b/src/features/basicAuth/Component.js
index 14184f80b..a9601836b 100644
--- a/src/features/basicAuth/Component.js
+++ b/src/features/basicAuth/Component.js
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
2import PropTypes from 'prop-types'; 2import PropTypes from 'prop-types';
3import injectSheet from 'react-jss'; 3import injectSheet from 'react-jss';
4import { observer } from 'mobx-react'; 4import { observer } from 'mobx-react';
5import { defineMessages, intlShape } from 'react-intl';
5import classnames from 'classnames'; 6import classnames from 'classnames';
6 7
7import Modal from '../../components/ui/Modal'; 8import Modal from '../../components/ui/Modal';
@@ -17,12 +18,24 @@ import {
17import Form from './Form'; 18import Form from './Form';
18 19
19import styles from './styles'; 20import styles from './styles';
21import globalMessages from '../../i18n/globalMessages';
22
23const messages = defineMessages({
24 signIn: {
25 id: 'feature.basicAuth.signIn',
26 defaultMessage: '!!!Sign In',
27 },
28});
20 29
21export default @injectSheet(styles) @observer class BasicAuthModal extends Component { 30export default @injectSheet(styles) @observer class BasicAuthModal extends Component {
22 static propTypes = { 31 static propTypes = {
23 classes: PropTypes.object.isRequired, 32 classes: PropTypes.object.isRequired,
24 } 33 }
25 34
35 static contextTypes = {
36 intl: intlShape,
37 };
38
26 submit(e) { 39 submit(e) {
27 e.preventDefault(); 40 e.preventDefault();
28 41
@@ -56,6 +69,8 @@ export default @injectSheet(styles) @observer class BasicAuthModal extends Compo
56 return null; 69 return null;
57 } 70 }
58 71
72 const { intl } = this.context;
73
59 return ( 74 return (
60 <Modal 75 <Modal
61 isOpen={isModalVisible} 76 isOpen={isModalVisible}
@@ -63,7 +78,7 @@ export default @injectSheet(styles) @observer class BasicAuthModal extends Compo
63 close={this.cancel.bind(this)} 78 close={this.cancel.bind(this)}
64 showClose={false} 79 showClose={false}
65 > 80 >
66 <h1>Sign in</h1> 81 <h1>{intl.formatMessage(messages.signIn)}</h1>
67 <p> 82 <p>
68 http 83 http
69 {authInfo.port === 443 && 's'} 84 {authInfo.port === 443 && 's'}
@@ -86,13 +101,13 @@ export default @injectSheet(styles) @observer class BasicAuthModal extends Compo
86 <div className={classes.buttons}> 101 <div className={classes.buttons}>
87 <Button 102 <Button
88 type="button" 103 type="button"
89 label="Cancel" 104 label={intl.formatMessage(globalMessages.cancel)}
90 buttonType="secondary" 105 buttonType="secondary"
91 onClick={this.cancel.bind(this)} 106 onClick={this.cancel.bind(this)}
92 /> 107 />
93 <Button 108 <Button
94 type="submit" 109 type="submit"
95 label="Sign In" 110 label={intl.formatMessage(messages.signIn)}
96 /> 111 />
97 </div> 112 </div>
98 </form> 113 </form>
diff --git a/src/features/nightlyBuilds/Component.js b/src/features/nightlyBuilds/Component.js
index 6e5941948..e43287db5 100644
--- a/src/features/nightlyBuilds/Component.js
+++ b/src/features/nightlyBuilds/Component.js
@@ -11,6 +11,7 @@ import { state as ModalState } from './store';
11import SettingsStore from '../../stores/SettingsStore'; 11import SettingsStore from '../../stores/SettingsStore';
12import UIStore from '../../stores/UIStore'; 12import UIStore from '../../stores/UIStore';
13import UserStore from '../../stores/UserStore'; 13import UserStore from '../../stores/UserStore';
14import globalMessages from '../../i18n/globalMessages';
14 15
15const messages = defineMessages({ 16const messages = defineMessages({
16 title: { 17 title: {
@@ -25,10 +26,6 @@ const messages = defineMessages({
25 id: 'feature.nightlyBuilds.activate', 26 id: 'feature.nightlyBuilds.activate',
26 defaultMessage: '!!!Activate', 27 defaultMessage: '!!!Activate',
27 }, 28 },
28 cancel: {
29 id: 'feature.nightlyBuilds.cancel',
30 defaultMessage: '!!!Cancel',
31 },
32}); 29});
33 30
34const styles = () => ({ 31const styles = () => ({
@@ -114,7 +111,7 @@ export default @injectSheet(styles) @inject('stores', 'actions') @observer class
114 /> 111 />
115 <Button 112 <Button
116 type="button" 113 type="button"
117 label={intl.formatMessage(messages.cancel)} 114 label={intl.formatMessage(globalMessages.cancel)}
118 className={classes.button} 115 className={classes.button}
119 onClick={() => this.close()} 116 onClick={() => this.close()}
120 /> 117 />
diff --git a/src/i18n/globalMessages.js b/src/i18n/globalMessages.js
index cc219957a..f4d764577 100644
--- a/src/i18n/globalMessages.js
+++ b/src/i18n/globalMessages.js
@@ -33,4 +33,28 @@ export default defineMessages({
33 id: 'global.userAgentHelp', 33 id: 'global.userAgentHelp',
34 defaultMessage: "!!!Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 defaultMessage: "!!!Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 }, 35 },
36 yes: {
37 id: 'global.yes',
38 defaultMessage: '!!!Yes',
39 },
40 no: {
41 id: 'global.no',
42 defaultMessage: '!!!No',
43 },
44 ok: {
45 id: 'global.ok',
46 defaultMessage: '!!!Ok',
47 },
48 cancel: {
49 id: 'global.cancel',
50 defaultMessage: '!!!Cancel',
51 },
52 save: {
53 id: 'global.save',
54 defaultMessage: '!!!Save',
55 },
56 submit: {
57 id: 'global.submit',
58 defaultMessage: '!!!Submit',
59 },
36}); 60});
diff --git a/src/i18n/locales/af.json b/src/i18n/locales/af.json
index 391309b1f..b72cc8fe3 100644
--- a/src/i18n/locales/af.json
+++ b/src/i18n/locales/af.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index 93d27fb75..4138209ad 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "خادم مخصص", 4 "changeserver.customServerLabel": "خادم مخصص",
5 "changeserver.headline": "تغيير الخادم", 5 "changeserver.headline": "تغيير الخادم",
6 "changeserver.label": "خادم", 6 "changeserver.label": "خادم",
7 "changeserver.submit": "إرسال",
8 "changeserver.urlError": "الرجاء إدخال URL صحيح", 7 "changeserver.urlError": "الرجاء إدخال URL صحيح",
9 "changeserver.warning": "لن يتم حفظ الإعدادات الإضافية التي يوفرها فردي", 8 "changeserver.warning": "لن يتم حفظ الإعدادات الإضافية التي يوفرها فردي",
10 "connectionLostBanner.cta": "إعادة تحميل الخدمة", 9 "connectionLostBanner.cta": "إعادة تحميل الخدمة",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "أوه لا! فقد فردي الاتصال بـ.", 11 "connectionLostBanner.message": "أوه لا! فقد فردي الاتصال بـ.",
13 "feature.debugger.title": "نشر معلومات تصحيح الأخطاء", 12 "feature.debugger.title": "نشر معلومات تصحيح الأخطاء",
14 "feature.nightlyBuilds.activate": "تفعيل", 13 "feature.nightlyBuilds.activate": "تفعيل",
15 "feature.nightlyBuilds.cancel": "إلغاء",
16 "feature.nightlyBuilds.info": "الإصدارات الليلية هي إصدارات تجريبية للغاية من فردي والتي قد تحتوي على ميزات غير مصقولة أو غير كاملة. يتم استخدام هذه الإنشاءات الليلية بشكل أساسي من قبل المطورين لاختبار ميزاتهم المطورة حديثًا وكيفية أدائهم في التصميم النهائي. إذا كنت لا تعرف ما تفعله ، فنقترح عدم تنشيط الإنشاءات الليلية.", 14 "feature.nightlyBuilds.info": "الإصدارات الليلية هي إصدارات تجريبية للغاية من فردي والتي قد تحتوي على ميزات غير مصقولة أو غير كاملة. يتم استخدام هذه الإنشاءات الليلية بشكل أساسي من قبل المطورين لاختبار ميزاتهم المطورة حديثًا وكيفية أدائهم في التصميم النهائي. إذا كنت لا تعرف ما تفعله ، فنقترح عدم تنشيط الإنشاءات الليلية.",
17 "feature.nightlyBuilds.title": "المباني الليلية", 15 "feature.nightlyBuilds.title": "المباني الليلية",
18 "feature.publishDebugInfo.error": "حدث خطأ أثناء محاولة نشر معلومات التصحيح. الرجاء المحاولة مرة أخرى لاحقاً أو عرض وحدة التحكم لمزيد من المعلومات.", 16 "feature.publishDebugInfo.error": "حدث خطأ أثناء محاولة نشر معلومات التصحيح. الرجاء المحاولة مرة أخرى لاحقاً أو عرض وحدة التحكم لمزيد من المعلومات.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "بحث...", 24 "feature.quickSwitch.search": "بحث...",
27 "feature.quickSwitch.title": "تبديل سريع", 25 "feature.quickSwitch.title": "تبديل سريع",
28 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت", 26 "global.api.unhealthy": "لا يمكن الإتصال بخدمات فردي عبر الإنترنت",
27 "global.cancel": "إلغاء",
29 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.", 28 "global.notConnectedToTheInternet": "أنت غير متصل بالإنترنت.",
30 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})", 29 "global.spellchecker.useDefault": "إستخدم الإعدادت الافتراضية ({default})",
31 "global.spellchecking.autodetect": "الكشف عن اللغة تلقائياً", 30 "global.spellchecking.autodetect": "الكشف عن اللغة تلقائياً",
32 "global.spellchecking.autodetect.short": "تلقائي", 31 "global.spellchecking.autodetect.short": "تلقائي",
33 "global.spellchecking.language": "لغة التدقيق الإملائي", 32 "global.spellchecking.language": "لغة التدقيق الإملائي",
33 "global.submit": "إرسال",
34 "global.userAgentHelp": "استخدم 'https://whatmyuseragent.com/' (لاكتشاف) أو 'https://developers.whatismybrowser.com/useragents/explore/' (لاختار) وكيل المستخدم المنشود و نسخه لصقه هنا.", 34 "global.userAgentHelp": "استخدم 'https://whatmyuseragent.com/' (لاكتشاف) أو 'https://developers.whatismybrowser.com/useragents/explore/' (لاختار) وكيل المستخدم المنشود و نسخه لصقه هنا.",
35 "global.userAgentPref": "وكيل المستخدم", 35 "global.userAgentPref": "وكيل المستخدم",
36 "import.headline": "استيراد خدمات فردي الأربع", 36 "import.headline": "استيراد خدمات فردي الأربع",
@@ -145,7 +145,6 @@
145 "password.link.login": "سجل الدخول لحسابك", 145 "password.link.login": "سجل الدخول لحسابك",
146 "password.link.signup": "إنشاء حساب مجاني", 146 "password.link.signup": "إنشاء حساب مجاني",
147 "password.noUser": "لم يُعثر على مُستخدمٍ بعنوانِ البريدِ هذا", 147 "password.noUser": "لم يُعثر على مُستخدمٍ بعنوانِ البريدِ هذا",
148 "password.submit.label": "إرسال",
149 "password.successInfo": "رجاءً تحقق من عنوان بريدك الإلكتروني", 148 "password.successInfo": "رجاءً تحقق من عنوان بريدك الإلكتروني",
150 "pricing.features.accountSync": "مزامنةُ الحساب", 149 "pricing.features.accountSync": "مزامنةُ الحساب",
151 "pricing.features.customWebsites": "إضافة مواقع مخصصة", 150 "pricing.features.customWebsites": "إضافة مواقع مخصصة",
diff --git a/src/i18n/locales/be.json b/src/i18n/locales/be.json
index 06a6f3aec..23669b75a 100644
--- a/src/i18n/locales/be.json
+++ b/src/i18n/locales/be.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Паслужнік", 6 "changeserver.label": "Паслужнік",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Напішыце дзейсны URL", 7 "changeserver.urlError": "Напішыце дзейсны URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/bg.json b/src/i18n/locales/bg.json
index 87d1083a8..138595221 100644
--- a/src/i18n/locales/bg.json
+++ b/src/i18n/locales/bg.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
20 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
21 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
22 "global.submit": "Изпращане",
22 "import.headline": "Вмъкнете вашите услуги на Франц 4", 23 "import.headline": "Вмъкнете вашите услуги на Франц 4",
23 "import.notSupportedHeadline": "Тези услуги не се подържат все още във Франц 5. ", 24 "import.notSupportedHeadline": "Тези услуги не се подържат все още във Франц 5. ",
24 "import.skip.label": "Искам да прибавя ръчно услуги", 25 "import.skip.label": "Искам да прибавя ръчно услуги",
@@ -109,7 +110,6 @@
109 "password.link.login": "Влизте в профила си", 110 "password.link.login": "Влизте в профила си",
110 "password.link.signup": "Създаване на безплатен профил", 111 "password.link.signup": "Създаване на безплатен профил",
111 "password.noUser": "Абонат с такава е-поща не бе намерен", 112 "password.noUser": "Абонат с такава е-поща не бе намерен",
112 "password.submit.label": "Изпращане",
113 "password.successInfo": "Моля отбележете вашата е-поща", 113 "password.successInfo": "Моля отбележете вашата е-поща",
114 "pricing.features.accountSync": "Account Synchronisation", 114 "pricing.features.accountSync": "Account Synchronisation",
115 "pricing.features.adFree": "Forever ad-free", 115 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/bs.json b/src/i18n/locales/bs.json
index 391309b1f..b72cc8fe3 100644
--- a/src/i18n/locales/bs.json
+++ b/src/i18n/locales/bs.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/ca.json b/src/i18n/locales/ca.json
index 635b39f05..83b1b1da3 100644
--- a/src/i18n/locales/ca.json
+++ b/src/i18n/locales/ca.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Servidor personalitzat", 4 "changeserver.customServerLabel": "Servidor personalitzat",
5 "changeserver.headline": "Canvía de Servidor", 5 "changeserver.headline": "Canvía de Servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Torna a carregar el servei", 9 "connectionLostBanner.cta": "Torna a carregar el servei",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi ha perdut la connexió a {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi ha perdut la connexió a {name}.",
13 "feature.debugger.title": "Registra la informació de depuració", 12 "feature.debugger.title": "Registra la informació de depuració",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel·la",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "S'ha produït un error en intentar publicar la informació de depuració. Torneu-ho a provar més tard o visualitzeu la consola per obtenir més informació.", 16 "feature.publishDebugInfo.error": "S'ha produït un error en intentar publicar la informació de depuració. Torneu-ho a provar més tard o visualitzeu la consola per obtenir més informació.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Cerca...", 24 "feature.quickSwitch.search": "Cerca...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi", 26 "global.api.unhealthy": "No es pot connectar amb els serveis en línia de Ferdi",
27 "global.cancel": "Cancel·la",
29 "global.notConnectedToTheInternet": "No esteu connectat a Internet.", 28 "global.notConnectedToTheInternet": "No esteu connectat a Internet.",
30 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})", 29 "global.spellchecker.useDefault": "Utilitzar el predeterminat del sistema ({default})",
31 "global.spellchecking.autodetect": "Detectar l'idioma automàticament", 30 "global.spellchecking.autodetect": "Detectar l'idioma automàticament",
32 "global.spellchecking.autodetect.short": "Automàtic", 31 "global.spellchecking.autodetect.short": "Automàtic",
33 "global.spellchecking.language": "Corrector ortogràfic", 32 "global.spellchecking.language": "Corrector ortogràfic",
33 "global.submit": "Enviar",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importa els teus serveis Ferdi 4", 36 "import.headline": "Importa els teus serveis Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Inicia la sessió al teu compte", 145 "password.link.login": "Inicia la sessió al teu compte",
146 "password.link.signup": "Crea un compte gratuït", 146 "password.link.signup": "Crea un compte gratuït",
147 "password.noUser": "No s'ha trobat cap usuari amb aquesta adreça de correu electrònic", 147 "password.noUser": "No s'ha trobat cap usuari amb aquesta adreça de correu electrònic",
148 "password.submit.label": "Enviar",
149 "password.successInfo": "Comproveu el vostre correu electrònic", 148 "password.successInfo": "Comproveu el vostre correu electrònic",
150 "pricing.features.accountSync": "Sincronització de Conte", 149 "pricing.features.accountSync": "Sincronització de Conte",
151 "pricing.features.customWebsites": "Afegir llocs web personalitzats", 150 "pricing.features.customWebsites": "Afegir llocs web personalitzats",
diff --git a/src/i18n/locales/cs.json b/src/i18n/locales/cs.json
index 88f9f1209..c72a842b7 100644
--- a/src/i18n/locales/cs.json
+++ b/src/i18n/locales/cs.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Vlastní server", 4 "changeserver.customServerLabel": "Vlastní server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Odeslat",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Obnovit službu", 9 "connectionLostBanner.cta": "Obnovit službu",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Zrušit",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám", 26 "global.api.unhealthy": "Nemůžeme připojit Ferdi k online službám",
27 "global.cancel": "Zrušit",
29 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.", 28 "global.notConnectedToTheInternet": "Připojení k internetu není k dispozici.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Automaticky rozpoznat jazyk", 30 "global.spellchecking.autodetect": "Automaticky rozpoznat jazyk",
32 "global.spellchecking.autodetect.short": "Automaticky", 31 "global.spellchecking.autodetect.short": "Automaticky",
33 "global.spellchecking.language": "Oprava překlepů jazyka", 32 "global.spellchecking.language": "Oprava překlepů jazyka",
33 "global.submit": "Odeslat",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importovat služby z Ferdi 4", 36 "import.headline": "Importovat služby z Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Přihlásit se k účtu", 145 "password.link.login": "Přihlásit se k účtu",
146 "password.link.signup": "Vytvořit uživatelský účet zdarma", 146 "password.link.signup": "Vytvořit uživatelský účet zdarma",
147 "password.noUser": "Pro emailovou adresu nebyl nalezený žádný uživatel", 147 "password.noUser": "Pro emailovou adresu nebyl nalezený žádný uživatel",
148 "password.submit.label": "Odeslat",
149 "password.successInfo": "Prosím, zkontrolujte svůj e-mail", 148 "password.successInfo": "Prosím, zkontrolujte svůj e-mail",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/da.json b/src/i18n/locales/da.json
index c2697f41e..0a4ef6e52 100644
--- a/src/i18n/locales/da.json
+++ b/src/i18n/locales/da.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Brugerdefineret server", 4 "changeserver.customServerLabel": "Brugerdefineret server",
5 "changeserver.headline": "Skift server", 5 "changeserver.headline": "Skift server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Send",
8 "changeserver.urlError": "Indtast en gyldig URL", 7 "changeserver.urlError": "Indtast en gyldig URL",
9 "changeserver.warning": "Ekstra indstillinger, der tilbydes af Ferdi, vil ikke blive gemt", 8 "changeserver.warning": "Ekstra indstillinger, der tilbydes af Ferdi, vil ikke blive gemt",
10 "connectionLostBanner.cta": "Genindlæs tjeneste", 9 "connectionLostBanner.cta": "Genindlæs tjeneste",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Åh nej! Ferdi mistede forbindelsen til {name}.", 11 "connectionLostBanner.message": "Åh nej! Ferdi mistede forbindelsen til {name}.",
13 "feature.debugger.title": "Udgiv fejlfindingsoplysninger", 12 "feature.debugger.title": "Udgiv fejlfindingsoplysninger",
14 "feature.nightlyBuilds.activate": "Aktiver", 13 "feature.nightlyBuilds.activate": "Aktiver",
15 "feature.nightlyBuilds.cancel": "Annuller",
16 "feature.nightlyBuilds.info": "Natlige byg af Ferdi er meget eksperimentelle versioner, der kan indeholde ikke polerede eller ufærdige funktioner. Disse natlige byg bruges hovedsageligt af udviklere til at teste deres nyudviklede funktioner, og hvordan de vil opføre sig i den endelige version. Hvis du er usikker, foreslår vi ikke at aktivere natlige byg.", 14 "feature.nightlyBuilds.info": "Natlige byg af Ferdi er meget eksperimentelle versioner, der kan indeholde ikke polerede eller ufærdige funktioner. Disse natlige byg bruges hovedsageligt af udviklere til at teste deres nyudviklede funktioner, og hvordan de vil opføre sig i den endelige version. Hvis du er usikker, foreslår vi ikke at aktivere natlige byg.",
17 "feature.nightlyBuilds.title": "Natlige byg", 15 "feature.nightlyBuilds.title": "Natlige byg",
18 "feature.publishDebugInfo.error": "Der opstod en fejl under forsøg på at udgive fejlfindingsoplysningerne. Prøv igen senere, eller se konsollen for mere information.", 16 "feature.publishDebugInfo.error": "Der opstod en fejl under forsøg på at udgive fejlfindingsoplysningerne. Prøv igen senere, eller se konsollen for mere information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Søg...", 24 "feature.quickSwitch.search": "Søg...",
27 "feature.quickSwitch.title": "Hurtigskift", 25 "feature.quickSwitch.title": "Hurtigskift",
28 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester", 26 "global.api.unhealthy": "Kan ikke oprette forbindelse til Ferdi onlinetjenester",
27 "global.cancel": "Annuller",
29 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.", 28 "global.notConnectedToTheInternet": "Du har ikke forbindelse til internettet.",
30 "global.spellchecker.useDefault": "Benyt systemstandard ({default})", 29 "global.spellchecker.useDefault": "Benyt systemstandard ({default})",
31 "global.spellchecking.autodetect": "Vælg sprog automatisk", 30 "global.spellchecking.autodetect": "Vælg sprog automatisk",
32 "global.spellchecking.autodetect.short": "Automatisk", 31 "global.spellchecking.autodetect.short": "Automatisk",
33 "global.spellchecking.language": "Stavekontrolsprog", 32 "global.spellchecking.language": "Stavekontrolsprog",
33 "global.submit": "Send",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importer dine Ferdi 4-tjenester", 36 "import.headline": "Importer dine Ferdi 4-tjenester",
@@ -145,7 +145,6 @@
145 "password.link.login": "Log ind på din konto", 145 "password.link.login": "Log ind på din konto",
146 "password.link.signup": "Opret en gratis konto", 146 "password.link.signup": "Opret en gratis konto",
147 "password.noUser": "Der blev ikke fundet nogen bruger med den mailadresse", 147 "password.noUser": "Der blev ikke fundet nogen bruger med den mailadresse",
148 "password.submit.label": "Send",
149 "password.successInfo": "Tjek venligst din mail", 148 "password.successInfo": "Tjek venligst din mail",
150 "pricing.features.accountSync": "Kontosynkronisering", 149 "pricing.features.accountSync": "Kontosynkronisering",
151 "pricing.features.customWebsites": "Tilføj brugerdefinerede hjemmesider", 150 "pricing.features.customWebsites": "Tilføj brugerdefinerede hjemmesider",
diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json
index 2ae94ca43..f1ff9002d 100644
--- a/src/i18n/locales/de.json
+++ b/src/i18n/locales/de.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Eigener Server", 4 "changeserver.customServerLabel": "Eigener Server",
5 "changeserver.headline": "Server wechseln", 5 "changeserver.headline": "Server wechseln",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Absenden",
8 "changeserver.urlError": "Bitte gib eine gültige URL ein", 7 "changeserver.urlError": "Bitte gib eine gültige URL ein",
9 "changeserver.warning": "Zusätzliche Einstellungen von Ferdi werden nicht gespeichert", 8 "changeserver.warning": "Zusätzliche Einstellungen von Ferdi werden nicht gespeichert",
10 "connectionLostBanner.cta": "Dienst neu laden", 9 "connectionLostBanner.cta": "Dienst neu laden",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh nein! Ferdi hat die Verbindung zu {name} verloren.", 11 "connectionLostBanner.message": "Oh nein! Ferdi hat die Verbindung zu {name} verloren.",
13 "feature.debugger.title": "Debug-Informationen veröffentlichen", 12 "feature.debugger.title": "Debug-Informationen veröffentlichen",
14 "feature.nightlyBuilds.activate": "Aktivieren", 13 "feature.nightlyBuilds.activate": "Aktivieren",
15 "feature.nightlyBuilds.cancel": "Abbrechen",
16 "feature.nightlyBuilds.info": "Nightly builds sind experimentelle Versionen von Ferdi die unfertige Funktionen enthalten kann. Nightly builds werden hauptsächlich von Entwicklern genutzt um neu entwickelte Features zu testen und zu sehen wie sie sich in der finalen Version verhalten. Wenn du nicht genau weisst was du tust, empfehlen wir dir Nightly Builds nicht zu aktivieren.", 14 "feature.nightlyBuilds.info": "Nightly builds sind experimentelle Versionen von Ferdi die unfertige Funktionen enthalten kann. Nightly builds werden hauptsächlich von Entwicklern genutzt um neu entwickelte Features zu testen und zu sehen wie sie sich in der finalen Version verhalten. Wenn du nicht genau weisst was du tust, empfehlen wir dir Nightly Builds nicht zu aktivieren.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "Beim Veröffentlichen der Debug-Informationen ist ein Fehler aufgetreten. Bitte versuche es später noch einmal oder sehe dir die Konsole für weitere Informationen an.", 16 "feature.publishDebugInfo.error": "Beim Veröffentlichen der Debug-Informationen ist ein Fehler aufgetreten. Bitte versuche es später noch einmal oder sehe dir die Konsole für weitere Informationen an.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Suchen...", 24 "feature.quickSwitch.search": "Suchen...",
27 "feature.quickSwitch.title": "Schnellauswahl", 25 "feature.quickSwitch.title": "Schnellauswahl",
28 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen", 26 "global.api.unhealthy": "Verbindung zu den Ferdi Online Services fehlgeschlagen",
27 "global.cancel": "Abbrechen",
29 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.", 28 "global.notConnectedToTheInternet": "Du bist nicht mit dem Internet verbunden.",
30 "global.spellchecker.useDefault": "Standard benutzen ({default})", 29 "global.spellchecker.useDefault": "Standard benutzen ({default})",
31 "global.spellchecking.autodetect": "Sprache automatisch erkennen", 30 "global.spellchecking.autodetect": "Sprache automatisch erkennen",
32 "global.spellchecking.autodetect.short": "Automatisch", 31 "global.spellchecking.autodetect.short": "Automatisch",
33 "global.spellchecking.language": "Sprache für Rechtschreibprüfung", 32 "global.spellchecking.language": "Sprache für Rechtschreibprüfung",
33 "global.submit": "Absenden",
34 "global.userAgentHelp": "Benutze 'https://whatmyuseragent.com/' (für das Entdecken) oder 'https://developers.whatismybrowser.com/useragents/explore/' (für die Wahl) deines gewünschten User Agenten und kopiere ihn hier hinein.", 34 "global.userAgentHelp": "Benutze 'https://whatmyuseragent.com/' (für das Entdecken) oder 'https://developers.whatismybrowser.com/useragents/explore/' (für die Wahl) deines gewünschten User Agenten und kopiere ihn hier hinein.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Deine Ferdi-4-Dienste importieren", 36 "import.headline": "Deine Ferdi-4-Dienste importieren",
@@ -145,7 +145,6 @@
145 "password.link.login": "Mit deinem Konto anmelden", 145 "password.link.login": "Mit deinem Konto anmelden",
146 "password.link.signup": "Kostenloses Konto erstellen", 146 "password.link.signup": "Kostenloses Konto erstellen",
147 "password.noUser": "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden", 147 "password.noUser": "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden",
148 "password.submit.label": "Absenden",
149 "password.successInfo": "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt", 148 "password.successInfo": "Wir haben Dir eine E-Mail mit weiteren Anweisungen geschickt",
150 "pricing.features.accountSync": "Konto-Synchronisierung", 149 "pricing.features.accountSync": "Konto-Synchronisierung",
151 "pricing.features.customWebsites": "Hinzufügen von eigenen Websites", 150 "pricing.features.customWebsites": "Hinzufügen von eigenen Websites",
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 537aa7236..94d5fb480 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -49,78 +49,65 @@
49 "defaultMessage": "!!!Change server", 49 "defaultMessage": "!!!Change server",
50 "end": { 50 "end": {
51 "column": 3, 51 "column": 3,
52 "line": 17 52 "line": 18
53 }, 53 },
54 "file": "src/components/auth/ChangeServer.js", 54 "file": "src/components/auth/ChangeServer.js",
55 "id": "changeserver.headline", 55 "id": "changeserver.headline",
56 "start": { 56 "start": {
57 "column": 12, 57 "column": 12,
58 "line": 14 58 "line": 15
59 } 59 }
60 }, 60 },
61 { 61 {
62 "defaultMessage": "!!!Server", 62 "defaultMessage": "!!!Server",
63 "end": { 63 "end": {
64 "column": 3, 64 "column": 3,
65 "line": 21 65 "line": 22
66 }, 66 },
67 "file": "src/components/auth/ChangeServer.js", 67 "file": "src/components/auth/ChangeServer.js",
68 "id": "changeserver.label", 68 "id": "changeserver.label",
69 "start": { 69 "start": {
70 "column": 9, 70 "column": 9,
71 "line": 18 71 "line": 19
72 } 72 }
73 }, 73 },
74 { 74 {
75 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved", 75 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved",
76 "end": { 76 "end": {
77 "column": 3, 77 "column": 3,
78 "line": 25 78 "line": 26
79 }, 79 },
80 "file": "src/components/auth/ChangeServer.js", 80 "file": "src/components/auth/ChangeServer.js",
81 "id": "changeserver.warning", 81 "id": "changeserver.warning",
82 "start": { 82 "start": {
83 "column": 11, 83 "column": 11,
84 "line": 22 84 "line": 23
85 } 85 }
86 }, 86 },
87 { 87 {
88 "defaultMessage": "!!!Custom server", 88 "defaultMessage": "!!!Custom server",
89 "end": { 89 "end": {
90 "column": 3, 90 "column": 3,
91 "line": 29 91 "line": 30
92 }, 92 },
93 "file": "src/components/auth/ChangeServer.js", 93 "file": "src/components/auth/ChangeServer.js",
94 "id": "changeserver.customServerLabel", 94 "id": "changeserver.customServerLabel",
95 "start": { 95 "start": {
96 "column": 21, 96 "column": 21,
97 "line": 26 97 "line": 27
98 } 98 }
99 }, 99 },
100 { 100 {
101 "defaultMessage": "!!!Enter a valid URL", 101 "defaultMessage": "!!!Enter a valid URL",
102 "end": { 102 "end": {
103 "column": 3, 103 "column": 3,
104 "line": 33 104 "line": 34
105 }, 105 },
106 "file": "src/components/auth/ChangeServer.js", 106 "file": "src/components/auth/ChangeServer.js",
107 "id": "changeserver.urlError", 107 "id": "changeserver.urlError",
108 "start": { 108 "start": {
109 "column": 12, 109 "column": 12,
110 "line": 30 110 "line": 31
111 }
112 },
113 {
114 "defaultMessage": "!!!Submit",
115 "end": {
116 "column": 3,
117 "line": 37
118 },
119 "file": "src/components/auth/ChangeServer.js",
120 "id": "changeserver.submit",
121 "start": {
122 "column": 10,
123 "line": 34
124 } 111 }
125 } 112 }
126 ], 113 ],
@@ -568,91 +555,78 @@
568 "defaultMessage": "!!!Forgot password", 555 "defaultMessage": "!!!Forgot password",
569 "end": { 556 "end": {
570 "column": 3, 557 "column": 3,
571 "line": 17 558 "line": 18
572 }, 559 },
573 "file": "src/components/auth/Password.js", 560 "file": "src/components/auth/Password.js",
574 "id": "password.headline", 561 "id": "password.headline",
575 "start": { 562 "start": {
576 "column": 12, 563 "column": 12,
577 "line": 14 564 "line": 15
578 } 565 }
579 }, 566 },
580 { 567 {
581 "defaultMessage": "!!!Email address", 568 "defaultMessage": "!!!Email address",
582 "end": { 569 "end": {
583 "column": 3, 570 "column": 3,
584 "line": 21 571 "line": 22
585 }, 572 },
586 "file": "src/components/auth/Password.js", 573 "file": "src/components/auth/Password.js",
587 "id": "password.email.label", 574 "id": "password.email.label",
588 "start": { 575 "start": {
589 "column": 14, 576 "column": 14,
590 "line": 18 577 "line": 19
591 }
592 },
593 {
594 "defaultMessage": "!!!Submit",
595 "end": {
596 "column": 3,
597 "line": 25
598 },
599 "file": "src/components/auth/Password.js",
600 "id": "password.submit.label",
601 "start": {
602 "column": 21,
603 "line": 22
604 } 578 }
605 }, 579 },
606 { 580 {
607 "defaultMessage": "!!!Your new password was sent to your email address", 581 "defaultMessage": "!!!Your new password was sent to your email address",
608 "end": { 582 "end": {
609 "column": 3, 583 "column": 3,
610 "line": 29 584 "line": 26
611 }, 585 },
612 "file": "src/components/auth/Password.js", 586 "file": "src/components/auth/Password.js",
613 "id": "password.successInfo", 587 "id": "password.successInfo",
614 "start": { 588 "start": {
615 "column": 15, 589 "column": 15,
616 "line": 26 590 "line": 23
617 } 591 }
618 }, 592 },
619 { 593 {
620 "defaultMessage": "!!!No user affiliated with that email address", 594 "defaultMessage": "!!!No user affiliated with that email address",
621 "end": { 595 "end": {
622 "column": 3, 596 "column": 3,
623 "line": 33 597 "line": 30
624 }, 598 },
625 "file": "src/components/auth/Password.js", 599 "file": "src/components/auth/Password.js",
626 "id": "password.noUser", 600 "id": "password.noUser",
627 "start": { 601 "start": {
628 "column": 10, 602 "column": 10,
629 "line": 30 603 "line": 27
630 } 604 }
631 }, 605 },
632 { 606 {
633 "defaultMessage": "!!!Create a free account", 607 "defaultMessage": "!!!Create a free account",
634 "end": { 608 "end": {
635 "column": 3, 609 "column": 3,
636 "line": 37 610 "line": 34
637 }, 611 },
638 "file": "src/components/auth/Password.js", 612 "file": "src/components/auth/Password.js",
639 "id": "password.link.signup", 613 "id": "password.link.signup",
640 "start": { 614 "start": {
641 "column": 14, 615 "column": 14,
642 "line": 34 616 "line": 31
643 } 617 }
644 }, 618 },
645 { 619 {
646 "defaultMessage": "!!!Sign in to your account", 620 "defaultMessage": "!!!Sign in to your account",
647 "end": { 621 "end": {
648 "column": 3, 622 "column": 3,
649 "line": 41 623 "line": 38
650 }, 624 },
651 "file": "src/components/auth/Password.js", 625 "file": "src/components/auth/Password.js",
652 "id": "password.link.login", 626 "id": "password.link.login",
653 "start": { 627 "start": {
654 "column": 13, 628 "column": 13,
655 "line": 38 629 "line": 35
656 } 630 }
657 } 631 }
658 ], 632 ],
@@ -760,52 +734,52 @@
760 "defaultMessage": "!!!Let's get started", 734 "defaultMessage": "!!!Let's get started",
761 "end": { 735 "end": {
762 "column": 3, 736 "column": 3,
763 "line": 22 737 "line": 23
764 }, 738 },
765 "file": "src/components/auth/SetupAssistant.js", 739 "file": "src/components/auth/SetupAssistant.js",
766 "id": "setupAssistant.headline", 740 "id": "setupAssistant.headline",
767 "start": { 741 "start": {
768 "column": 12, 742 "column": 12,
769 "line": 19 743 "line": 20
770 } 744 }
771 }, 745 },
772 { 746 {
773 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.", 747 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.",
774 "end": { 748 "end": {
775 "column": 3, 749 "column": 3,
776 "line": 27 750 "line": 28
777 }, 751 },
778 "file": "src/components/auth/SetupAssistant.js", 752 "file": "src/components/auth/SetupAssistant.js",
779 "id": "setupAssistant.subheadline", 753 "id": "setupAssistant.subheadline",
780 "start": { 754 "start": {
781 "column": 15, 755 "column": 15,
782 "line": 23 756 "line": 24
783 } 757 }
784 }, 758 },
785 { 759 {
786 "defaultMessage": "!!!Let's go", 760 "defaultMessage": "!!!Let's go",
787 "end": { 761 "end": {
788 "column": 3, 762 "column": 3,
789 "line": 31 763 "line": 32
790 }, 764 },
791 "file": "src/components/auth/SetupAssistant.js", 765 "file": "src/components/auth/SetupAssistant.js",
792 "id": "setupAssistant.submit.label", 766 "id": "setupAssistant.submit.label",
793 "start": { 767 "start": {
794 "column": 21, 768 "column": 21,
795 "line": 28 769 "line": 29
796 } 770 }
797 }, 771 },
798 { 772 {
799 "defaultMessage": "!!!Invitations sent successfully", 773 "defaultMessage": "!!!Invitations sent successfully",
800 "end": { 774 "end": {
801 "column": 3, 775 "column": 3,
802 "line": 35 776 "line": 36
803 }, 777 },
804 "file": "src/components/auth/SetupAssistant.js", 778 "file": "src/components/auth/SetupAssistant.js",
805 "id": "invite.successInfo", 779 "id": "invite.successInfo",
806 "start": { 780 "start": {
807 "column": 21, 781 "column": 21,
808 "line": 32 782 "line": 33
809 } 783 }
810 } 784 }
811 ], 785 ],
@@ -1696,182 +1670,182 @@
1696 "defaultMessage": "!!!Reload", 1670 "defaultMessage": "!!!Reload",
1697 "end": { 1671 "end": {
1698 "column": 3, 1672 "column": 3,
1699 "line": 23 1673 "line": 24
1700 }, 1674 },
1701 "file": "src/components/services/tabs/TabItem.js", 1675 "file": "src/components/services/tabs/TabItem.js",
1702 "id": "tabs.item.reload", 1676 "id": "tabs.item.reload",
1703 "start": { 1677 "start": {
1704 "column": 10, 1678 "column": 10,
1705 "line": 20 1679 "line": 21
1706 } 1680 }
1707 }, 1681 },
1708 { 1682 {
1709 "defaultMessage": "!!!Edit", 1683 "defaultMessage": "!!!Edit",
1710 "end": { 1684 "end": {
1711 "column": 3, 1685 "column": 3,
1712 "line": 27 1686 "line": 28
1713 }, 1687 },
1714 "file": "src/components/services/tabs/TabItem.js", 1688 "file": "src/components/services/tabs/TabItem.js",
1715 "id": "tabs.item.edit", 1689 "id": "tabs.item.edit",
1716 "start": { 1690 "start": {
1717 "column": 8, 1691 "column": 8,
1718 "line": 24 1692 "line": 25
1719 } 1693 }
1720 }, 1694 },
1721 { 1695 {
1722 "defaultMessage": "!!!Disable notifications", 1696 "defaultMessage": "!!!Disable notifications",
1723 "end": { 1697 "end": {
1724 "column": 3, 1698 "column": 3,
1725 "line": 31 1699 "line": 32
1726 }, 1700 },
1727 "file": "src/components/services/tabs/TabItem.js", 1701 "file": "src/components/services/tabs/TabItem.js",
1728 "id": "tabs.item.disableNotifications", 1702 "id": "tabs.item.disableNotifications",
1729 "start": { 1703 "start": {
1730 "column": 24, 1704 "column": 24,
1731 "line": 28 1705 "line": 29
1732 } 1706 }
1733 }, 1707 },
1734 { 1708 {
1735 "defaultMessage": "!!!Enable notifications", 1709 "defaultMessage": "!!!Enable notifications",
1736 "end": { 1710 "end": {
1737 "column": 3, 1711 "column": 3,
1738 "line": 35 1712 "line": 36
1739 }, 1713 },
1740 "file": "src/components/services/tabs/TabItem.js", 1714 "file": "src/components/services/tabs/TabItem.js",
1741 "id": "tabs.item.enableNotification", 1715 "id": "tabs.item.enableNotification",
1742 "start": { 1716 "start": {
1743 "column": 23, 1717 "column": 23,
1744 "line": 32 1718 "line": 33
1745 } 1719 }
1746 }, 1720 },
1747 { 1721 {
1748 "defaultMessage": "!!!Disable audio", 1722 "defaultMessage": "!!!Disable audio",
1749 "end": { 1723 "end": {
1750 "column": 3, 1724 "column": 3,
1751 "line": 39 1725 "line": 40
1752 }, 1726 },
1753 "file": "src/components/services/tabs/TabItem.js", 1727 "file": "src/components/services/tabs/TabItem.js",
1754 "id": "tabs.item.disableAudio", 1728 "id": "tabs.item.disableAudio",
1755 "start": { 1729 "start": {
1756 "column": 16, 1730 "column": 16,
1757 "line": 36 1731 "line": 37
1758 } 1732 }
1759 }, 1733 },
1760 { 1734 {
1761 "defaultMessage": "!!!Enable audio", 1735 "defaultMessage": "!!!Enable audio",
1762 "end": { 1736 "end": {
1763 "column": 3, 1737 "column": 3,
1764 "line": 43 1738 "line": 44
1765 }, 1739 },
1766 "file": "src/components/services/tabs/TabItem.js", 1740 "file": "src/components/services/tabs/TabItem.js",
1767 "id": "tabs.item.enableAudio", 1741 "id": "tabs.item.enableAudio",
1768 "start": { 1742 "start": {
1769 "column": 15, 1743 "column": 15,
1770 "line": 40 1744 "line": 41
1771 } 1745 }
1772 }, 1746 },
1773 { 1747 {
1774 "defaultMessage": "!!!Enable Dark mode", 1748 "defaultMessage": "!!!Enable Dark mode",
1775 "end": { 1749 "end": {
1776 "column": 3, 1750 "column": 3,
1777 "line": 47 1751 "line": 48
1778 }, 1752 },
1779 "file": "src/components/services/tabs/TabItem.js", 1753 "file": "src/components/services/tabs/TabItem.js",
1780 "id": "tabs.item.enableDarkMode", 1754 "id": "tabs.item.enableDarkMode",
1781 "start": { 1755 "start": {
1782 "column": 18, 1756 "column": 18,
1783 "line": 44 1757 "line": 45
1784 } 1758 }
1785 }, 1759 },
1786 { 1760 {
1787 "defaultMessage": "!!!Disable Dark mode", 1761 "defaultMessage": "!!!Disable Dark mode",
1788 "end": { 1762 "end": {
1789 "column": 3, 1763 "column": 3,
1790 "line": 51 1764 "line": 52
1791 }, 1765 },
1792 "file": "src/components/services/tabs/TabItem.js", 1766 "file": "src/components/services/tabs/TabItem.js",
1793 "id": "tabs.item.disableDarkMode", 1767 "id": "tabs.item.disableDarkMode",
1794 "start": { 1768 "start": {
1795 "column": 19, 1769 "column": 19,
1796 "line": 48 1770 "line": 49
1797 } 1771 }
1798 }, 1772 },
1799 { 1773 {
1800 "defaultMessage": "!!!Disable Service", 1774 "defaultMessage": "!!!Disable Service",
1801 "end": { 1775 "end": {
1802 "column": 3, 1776 "column": 3,
1803 "line": 55 1777 "line": 56
1804 }, 1778 },
1805 "file": "src/components/services/tabs/TabItem.js", 1779 "file": "src/components/services/tabs/TabItem.js",
1806 "id": "tabs.item.disableService", 1780 "id": "tabs.item.disableService",
1807 "start": { 1781 "start": {
1808 "column": 18, 1782 "column": 18,
1809 "line": 52 1783 "line": 53
1810 } 1784 }
1811 }, 1785 },
1812 { 1786 {
1813 "defaultMessage": "!!!Enable Service", 1787 "defaultMessage": "!!!Enable Service",
1814 "end": { 1788 "end": {
1815 "column": 3, 1789 "column": 3,
1816 "line": 59 1790 "line": 60
1817 }, 1791 },
1818 "file": "src/components/services/tabs/TabItem.js", 1792 "file": "src/components/services/tabs/TabItem.js",
1819 "id": "tabs.item.enableService", 1793 "id": "tabs.item.enableService",
1820 "start": { 1794 "start": {
1821 "column": 17, 1795 "column": 17,
1822 "line": 56 1796 "line": 57
1823 } 1797 }
1824 }, 1798 },
1825 { 1799 {
1826 "defaultMessage": "!!!Hibernate Service", 1800 "defaultMessage": "!!!Hibernate Service",
1827 "end": { 1801 "end": {
1828 "column": 3, 1802 "column": 3,
1829 "line": 63 1803 "line": 64
1830 }, 1804 },
1831 "file": "src/components/services/tabs/TabItem.js", 1805 "file": "src/components/services/tabs/TabItem.js",
1832 "id": "tabs.item.hibernateService", 1806 "id": "tabs.item.hibernateService",
1833 "start": { 1807 "start": {
1834 "column": 20, 1808 "column": 20,
1835 "line": 60 1809 "line": 61
1836 } 1810 }
1837 }, 1811 },
1838 { 1812 {
1839 "defaultMessage": "!!!Wake Up Service", 1813 "defaultMessage": "!!!Wake Up Service",
1840 "end": { 1814 "end": {
1841 "column": 3, 1815 "column": 3,
1842 "line": 67 1816 "line": 68
1843 }, 1817 },
1844 "file": "src/components/services/tabs/TabItem.js", 1818 "file": "src/components/services/tabs/TabItem.js",
1845 "id": "tabs.item.wakeUpService", 1819 "id": "tabs.item.wakeUpService",
1846 "start": { 1820 "start": {
1847 "column": 17, 1821 "column": 17,
1848 "line": 64 1822 "line": 65
1849 } 1823 }
1850 }, 1824 },
1851 { 1825 {
1852 "defaultMessage": "!!!Delete Service", 1826 "defaultMessage": "!!!Delete Service",
1853 "end": { 1827 "end": {
1854 "column": 3, 1828 "column": 3,
1855 "line": 71 1829 "line": 72
1856 }, 1830 },
1857 "file": "src/components/services/tabs/TabItem.js", 1831 "file": "src/components/services/tabs/TabItem.js",
1858 "id": "tabs.item.deleteService", 1832 "id": "tabs.item.deleteService",
1859 "start": { 1833 "start": {
1860 "column": 17, 1834 "column": 17,
1861 "line": 68 1835 "line": 69
1862 } 1836 }
1863 }, 1837 },
1864 { 1838 {
1865 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 1839 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
1866 "end": { 1840 "end": {
1867 "column": 3, 1841 "column": 3,
1868 "line": 76 1842 "line": 77
1869 }, 1843 },
1870 "file": "src/components/services/tabs/TabItem.js", 1844 "file": "src/components/services/tabs/TabItem.js",
1871 "id": "tabs.item.confirmDeleteService", 1845 "id": "tabs.item.confirmDeleteService",
1872 "start": { 1846 "start": {
1873 "column": 24, 1847 "column": 24,
1874 "line": 72 1848 "line": 73
1875 } 1849 }
1876 } 1850 }
1877 ], 1851 ],
@@ -4962,6 +4936,24 @@
4962 { 4936 {
4963 "descriptors": [ 4937 "descriptors": [
4964 { 4938 {
4939 "defaultMessage": "!!!Sign In",
4940 "end": {
4941 "column": 3,
4942 "line": 27
4943 },
4944 "file": "src/features/basicAuth/Component.js",
4945 "id": "feature.basicAuth.signIn",
4946 "start": {
4947 "column": 10,
4948 "line": 24
4949 }
4950 }
4951 ],
4952 "path": "src/features/basicAuth/Component.json"
4953 },
4954 {
4955 "descriptors": [
4956 {
4965 "defaultMessage": "!!!Publish debugging information", 4957 "defaultMessage": "!!!Publish debugging information",
4966 "end": { 4958 "end": {
4967 "column": 3, 4959 "column": 3,
@@ -4983,52 +4975,39 @@
4983 "defaultMessage": "!!!Nightly Builds", 4975 "defaultMessage": "!!!Nightly Builds",
4984 "end": { 4976 "end": {
4985 "column": 3, 4977 "column": 3,
4986 "line": 19 4978 "line": 20
4987 }, 4979 },
4988 "file": "src/features/nightlyBuilds/Component.js", 4980 "file": "src/features/nightlyBuilds/Component.js",
4989 "id": "feature.nightlyBuilds.title", 4981 "id": "feature.nightlyBuilds.title",
4990 "start": { 4982 "start": {
4991 "column": 9, 4983 "column": 9,
4992 "line": 16 4984 "line": 17
4993 } 4985 }
4994 }, 4986 },
4995 { 4987 {
4996 "defaultMessage": "!!!Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 4988 "defaultMessage": "!!!Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
4997 "end": { 4989 "end": {
4998 "column": 3, 4990 "column": 3,
4999 "line": 23 4991 "line": 24
5000 }, 4992 },
5001 "file": "src/features/nightlyBuilds/Component.js", 4993 "file": "src/features/nightlyBuilds/Component.js",
5002 "id": "feature.nightlyBuilds.info", 4994 "id": "feature.nightlyBuilds.info",
5003 "start": { 4995 "start": {
5004 "column": 8, 4996 "column": 8,
5005 "line": 20 4997 "line": 21
5006 } 4998 }
5007 }, 4999 },
5008 { 5000 {
5009 "defaultMessage": "!!!Activate", 5001 "defaultMessage": "!!!Activate",
5010 "end": { 5002 "end": {
5011 "column": 3, 5003 "column": 3,
5012 "line": 27 5004 "line": 28
5013 }, 5005 },
5014 "file": "src/features/nightlyBuilds/Component.js", 5006 "file": "src/features/nightlyBuilds/Component.js",
5015 "id": "feature.nightlyBuilds.activate", 5007 "id": "feature.nightlyBuilds.activate",
5016 "start": { 5008 "start": {
5017 "column": 12, 5009 "column": 12,
5018 "line": 24 5010 "line": 25
5019 }
5020 },
5021 {
5022 "defaultMessage": "!!!Cancel",
5023 "end": {
5024 "column": 3,
5025 "line": 31
5026 },
5027 "file": "src/features/nightlyBuilds/Component.js",
5028 "id": "feature.nightlyBuilds.cancel",
5029 "start": {
5030 "column": 10,
5031 "line": 28
5032 } 5011 }
5033 } 5012 }
5034 ], 5013 ],
@@ -5870,6 +5849,84 @@
5870 "column": 17, 5849 "column": 17,
5871 "line": 32 5850 "line": 32
5872 } 5851 }
5852 },
5853 {
5854 "defaultMessage": "!!!Yes",
5855 "end": {
5856 "column": 3,
5857 "line": 39
5858 },
5859 "file": "src/i18n/globalMessages.js",
5860 "id": "global.yes",
5861 "start": {
5862 "column": 7,
5863 "line": 36
5864 }
5865 },
5866 {
5867 "defaultMessage": "!!!No",
5868 "end": {
5869 "column": 3,
5870 "line": 43
5871 },
5872 "file": "src/i18n/globalMessages.js",
5873 "id": "global.no",
5874 "start": {
5875 "column": 6,
5876 "line": 40
5877 }
5878 },
5879 {
5880 "defaultMessage": "!!!Ok",
5881 "end": {
5882 "column": 3,
5883 "line": 47
5884 },
5885 "file": "src/i18n/globalMessages.js",
5886 "id": "global.ok",
5887 "start": {
5888 "column": 6,
5889 "line": 44
5890 }
5891 },
5892 {
5893 "defaultMessage": "!!!Cancel",
5894 "end": {
5895 "column": 3,
5896 "line": 51
5897 },
5898 "file": "src/i18n/globalMessages.js",
5899 "id": "global.cancel",
5900 "start": {
5901 "column": 10,
5902 "line": 48
5903 }
5904 },
5905 {
5906 "defaultMessage": "!!!Save",
5907 "end": {
5908 "column": 3,
5909 "line": 55
5910 },
5911 "file": "src/i18n/globalMessages.js",
5912 "id": "global.save",
5913 "start": {
5914 "column": 8,
5915 "line": 52
5916 }
5917 },
5918 {
5919 "defaultMessage": "!!!Submit",
5920 "end": {
5921 "column": 3,
5922 "line": 59
5923 },
5924 "file": "src/i18n/globalMessages.js",
5925 "id": "global.submit",
5926 "start": {
5927 "column": 10,
5928 "line": 56
5929 }
5873 } 5930 }
5874 ], 5931 ],
5875 "path": "src/i18n/globalMessages.json" 5932 "path": "src/i18n/globalMessages.json"
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 0181593cb..3bd348466 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Προσαρμοσμένος διακομιστής", 4 "changeserver.customServerLabel": "Προσαρμοσμένος διακομιστής",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Διακομιστής", 6 "changeserver.label": "Διακομιστής",
7 "changeserver.submit": "Υποβολή",
8 "changeserver.urlError": "Εισάγετε μια έγκυρη διεύθυνση URL", 7 "changeserver.urlError": "Εισάγετε μια έγκυρη διεύθυνση URL",
9 "changeserver.warning": "Οι επιπλέον ρυθμίσεις από το Ferdi δεν θα αποθηκευτούν", 8 "changeserver.warning": "Οι επιπλέον ρυθμίσεις από το Ferdi δεν θα αποθηκευτούν",
10 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας", 9 "connectionLostBanner.cta": "Ανανέωση Υπηρεσίας",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Ωχ όχι! Ο Ferdi έχασε την επικοινωνία με το", 11 "connectionLostBanner.message": "Ωχ όχι! Ο Ferdi έχασε την επικοινωνία με το",
13 "feature.debugger.title": "Εγγραφή πληροφοριών εντοπισμού σφαλμάτων", 12 "feature.debugger.title": "Εγγραφή πληροφοριών εντοπισμού σφαλμάτων",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Ακύρωση",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi", 26 "global.api.unhealthy": "Δεν είναι δυνατή η σύνδεση με τις ζωντανές υπηρεσίες του Ferdi",
27 "global.cancel": "Ακύρωση",
29 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο", 28 "global.notConnectedToTheInternet": "Έχετε αποσυνδεθεί από το Διαδίκτυο",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Υποβολή",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Εισαγάγετε τις υπηρεσίες σας Ferdi 4", 36 "import.headline": "Εισαγάγετε τις υπηρεσίες σας Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Σύνδεση στο λογαριασμό σας", 145 "password.link.login": "Σύνδεση στο λογαριασμό σας",
146 "password.link.signup": "Δημιουργία δωρεάν λογαριασμού", 146 "password.link.signup": "Δημιουργία δωρεάν λογαριασμού",
147 "password.noUser": "Δεν βρέθηκε χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου", 147 "password.noUser": "Δεν βρέθηκε χρήστης με τη συγκεκριμένη διεύθυνση ηλεκτρονικού ταχυδρομείου",
148 "password.submit.label": "Υποβολή",
149 "password.successInfo": "Ελέγξτε το email σας", 148 "password.successInfo": "Ελέγξτε το email σας",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index d39baac38..8006f8c58 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -4,15 +4,14 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
11 "connectionLostBanner.informationLink": "What happened?", 10 "connectionLostBanner.informationLink": "What happened?",
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
12 "feature.basicAuth.signIn": "Sign In",
13 "feature.debugger.title": "Publish debugging information", 13 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 14 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 15 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 16 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 17 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,13 +25,19 @@
26 "feature.quickSwitch.search": "Search...", 25 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 26 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 27 "global.api.unhealthy": "Can't connect to Ferdi online services",
28 "global.cancel": "Cancel",
29 "global.no": "No",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 30 "global.notConnectedToTheInternet": "You are not connected to the internet.",
31 "global.ok": "Ok",
32 "global.save": "Save",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 33 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 34 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 35 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 36 "global.spellchecking.language": "Spell checking language",
37 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 38 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 39 "global.userAgentPref": "User Agent",
40 "global.yes": "Yes",
36 "import.headline": "Import your Ferdi 4 services", 41 "import.headline": "Import your Ferdi 4 services",
37 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 42 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
38 "import.skip.label": "I want to add services manually", 43 "import.skip.label": "I want to add services manually",
@@ -145,7 +150,6 @@
145 "password.link.login": "Sign in to your account", 150 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 151 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 152 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 153 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 154 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 155 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 07894a062..223c40c4a 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Servidor personalizado", 4 "changeserver.customServerLabel": "Servidor personalizado",
5 "changeserver.headline": "Cambiar servidor", 5 "changeserver.headline": "Cambiar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Ingrese una URL válida", 7 "changeserver.urlError": "Ingrese una URL válida",
9 "changeserver.warning": "Los ajustes extra ofrecidos por Ferdi no serán guardados", 8 "changeserver.warning": "Los ajustes extra ofrecidos por Ferdi no serán guardados",
10 "connectionLostBanner.cta": "Recargar Servicio", 9 "connectionLostBanner.cta": "Recargar Servicio",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "¡Oh no! Ferdi perdió la conexión con {name}.", 11 "connectionLostBanner.message": "¡Oh no! Ferdi perdió la conexión con {name}.",
13 "feature.debugger.title": "Publica la información de depuración", 12 "feature.debugger.title": "Publica la información de depuración",
14 "feature.nightlyBuilds.activate": "Activar", 13 "feature.nightlyBuilds.activate": "Activar",
15 "feature.nightlyBuilds.cancel": "Cancelar",
16 "feature.nightlyBuilds.info": "Las \"Nightly builds\" son versiones altamente experimentales de Ferdi que pueden contener características sin pulir o sin completar. Estas versiones son utilizadas principalmente por los desarrolladores para probar sus nuevas características desarrolladas y cómo se comportarán en la versión final. Si no sabe lo que está haciendo, le sugerimos que no active las estas versiones.", 14 "feature.nightlyBuilds.info": "Las \"Nightly builds\" son versiones altamente experimentales de Ferdi que pueden contener características sin pulir o sin completar. Estas versiones son utilizadas principalmente por los desarrolladores para probar sus nuevas características desarrolladas y cómo se comportarán en la versión final. Si no sabe lo que está haciendo, le sugerimos que no active las estas versiones.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "Hubo un error al intentar publicar la información de depuración. Por favor, inténtalo de nuevo más tarde o revisa la consola para más información.", 16 "feature.publishDebugInfo.error": "Hubo un error al intentar publicar la información de depuración. Por favor, inténtalo de nuevo más tarde o revisa la consola para más información.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Buscar...", 24 "feature.quickSwitch.search": "Buscar...",
27 "feature.quickSwitch.title": "Cambiar rápidamente", 25 "feature.quickSwitch.title": "Cambiar rápidamente",
28 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.", 26 "global.api.unhealthy": "No es posible conectarse a los servicios en línea de Ferdi.",
27 "global.cancel": "Cancelar",
29 "global.notConnectedToTheInternet": "No estás conectado a Internet", 28 "global.notConnectedToTheInternet": "No estás conectado a Internet",
30 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})", 29 "global.spellchecker.useDefault": "Utilizar estándar del sistema ({default})",
31 "global.spellchecking.autodetect": "Detectar el idioma automáticamente", 30 "global.spellchecking.autodetect": "Detectar el idioma automáticamente",
32 "global.spellchecking.autodetect.short": "Automático", 31 "global.spellchecking.autodetect.short": "Automático",
33 "global.spellchecking.language": "Corrector de ortografía", 32 "global.spellchecking.language": "Corrector de ortografía",
33 "global.submit": "Enviar",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "Navegador", 35 "global.userAgentPref": "Navegador",
36 "import.headline": "Importa tus servicios de Ferdi 4", 36 "import.headline": "Importa tus servicios de Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Inicia sesión en tu cuenta", 145 "password.link.login": "Inicia sesión en tu cuenta",
146 "password.link.signup": "Crear una cuenta gratuita", 146 "password.link.signup": "Crear una cuenta gratuita",
147 "password.noUser": "No se encontró un usuario con esa dirección de correo electrónico", 147 "password.noUser": "No se encontró un usuario con esa dirección de correo electrónico",
148 "password.submit.label": "Enviar",
149 "password.successInfo": "Por favor revisa tu correo electrónico", 148 "password.successInfo": "Por favor revisa tu correo electrónico",
150 "pricing.features.accountSync": "Sincronización de cuenta", 149 "pricing.features.accountSync": "Sincronización de cuenta",
151 "pricing.features.customWebsites": "Agregue sitios personalizados", 150 "pricing.features.customWebsites": "Agregue sitios personalizados",
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index 62efbc5aa..6d3512186 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Tuvastage keel automaatselt", 19 "global.spellchecking.autodetect": "Tuvastage keel automaatselt",
20 "global.spellchecking.autodetect.short": "Automaatne", 20 "global.spellchecking.autodetect.short": "Automaatne",
21 "global.spellchecking.language": "Õigekirja kontrollimise keel", 21 "global.spellchecking.language": "Õigekirja kontrollimise keel",
22 "global.submit": "Saada",
22 "import.headline": "Importige oma Ferdi 4 teenused", 23 "import.headline": "Importige oma Ferdi 4 teenused",
23 "import.notSupportedHeadline": "Teenused, mida Ferdi 5 veel ei toeta", 24 "import.notSupportedHeadline": "Teenused, mida Ferdi 5 veel ei toeta",
24 "import.skip.label": "Soovin teenuseid käsitsi lisada", 25 "import.skip.label": "Soovin teenuseid käsitsi lisada",
@@ -109,7 +110,6 @@
109 "password.link.login": "Logige sisse oma kontole", 110 "password.link.login": "Logige sisse oma kontole",
110 "password.link.signup": "Loo tasuta konto", 111 "password.link.signup": "Loo tasuta konto",
111 "password.noUser": "Ühtegi selle e-posti aadressiga kasutajat ei leitud", 112 "password.noUser": "Ühtegi selle e-posti aadressiga kasutajat ei leitud",
112 "password.submit.label": "Saada",
113 "password.successInfo": "Palun kontrollige oma e-posti aadressi", 113 "password.successInfo": "Palun kontrollige oma e-posti aadressi",
114 "pricing.features.accountSync": "Konto sünkroonimine", 114 "pricing.features.accountSync": "Konto sünkroonimine",
115 "pricing.features.adFree": "Igavesti reklaamivaba", 115 "pricing.features.adFree": "Igavesti reklaamivaba",
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index bfc275e58..7a3035b6f 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "تشخیص خودکار زبان", 19 "global.spellchecking.autodetect": "تشخیص خودکار زبان",
20 "global.spellchecking.autodetect.short": "خودکار", 20 "global.spellchecking.autodetect.short": "خودکار",
21 "global.spellchecking.language": "زبان غلط یاب املایی", 21 "global.spellchecking.language": "زبان غلط یاب املایی",
22 "global.submit": "ارسال ",
22 "import.headline": "جانشانی سرویس های فرانز 4", 23 "import.headline": "جانشانی سرویس های فرانز 4",
23 "import.notSupportedHeadline": "این سرویس ها در Ferdi ۵ پشتیبانی نمیشوند.", 24 "import.notSupportedHeadline": "این سرویس ها در Ferdi ۵ پشتیبانی نمیشوند.",
24 "import.skip.label": "میخواهم سرویس ها را به صورت دستی اضافه کنم.", 25 "import.skip.label": "میخواهم سرویس ها را به صورت دستی اضافه کنم.",
@@ -109,7 +110,6 @@
109 "password.link.login": "وارد شدن به اکانت خود", 110 "password.link.login": "وارد شدن به اکانت خود",
110 "password.link.signup": "ساخت یک حساب کاربری", 111 "password.link.signup": "ساخت یک حساب کاربری",
111 "password.noUser": "هیچ کاربری با این نشانی ایمیل یافت نشد ", 112 "password.noUser": "هیچ کاربری با این نشانی ایمیل یافت نشد ",
112 "password.submit.label": "ارسال ",
113 "password.successInfo": "لطفا ایمیل خود را چک کنید", 113 "password.successInfo": "لطفا ایمیل خود را چک کنید",
114 "pricing.features.accountSync": "Account Synchronisation", 114 "pricing.features.accountSync": "Account Synchronisation",
115 "pricing.features.adFree": "Forever ad-free", 115 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/fi.json b/src/i18n/locales/fi.json
index 2dc140fbc..f3fa87f4f 100644
--- a/src/i18n/locales/fi.json
+++ b/src/i18n/locales/fi.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Mukautettu palvelin", 4 "changeserver.customServerLabel": "Mukautettu palvelin",
5 "changeserver.headline": "Vaihda palvelinta", 5 "changeserver.headline": "Vaihda palvelinta",
6 "changeserver.label": "Palvelin", 6 "changeserver.label": "Palvelin",
7 "changeserver.submit": "Jatka",
8 "changeserver.urlError": "Anna kelvollinen URL-osoite", 7 "changeserver.urlError": "Anna kelvollinen URL-osoite",
9 "changeserver.warning": "Ferdin tarjoamia lisäasetuksia ei tallenneta", 8 "changeserver.warning": "Ferdin tarjoamia lisäasetuksia ei tallenneta",
10 "connectionLostBanner.cta": "Lataa Palvelu uudelleen", 9 "connectionLostBanner.cta": "Lataa Palvelu uudelleen",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Voi ei! Ferdi menetti yhteyden {name}.", 11 "connectionLostBanner.message": "Voi ei! Ferdi menetti yhteyden {name}.",
13 "feature.debugger.title": "Julkaise virheraportti", 12 "feature.debugger.title": "Julkaise virheraportti",
14 "feature.nightlyBuilds.activate": "Aktivoi", 13 "feature.nightlyBuilds.activate": "Aktivoi",
15 "feature.nightlyBuilds.cancel": "Peruuta",
16 "feature.nightlyBuilds.info": "Uusimmat versiot ovat Ferdin kokeellisia versioita, jotka voivat sisältää viimeistelemättömiä tai keskeneräisiä ominaisuuksia. Näitä uusimpia versioita käyttävät pääasiassa kehittäjät testaamaan uusia ominaisuuksia ja miten ne toimivat lopullisessa versiossa. Jos et tiedä mitä olet tekemässä, suosittelemme ettet aktivoi uusimpia versioita.", 14 "feature.nightlyBuilds.info": "Uusimmat versiot ovat Ferdin kokeellisia versioita, jotka voivat sisältää viimeistelemättömiä tai keskeneräisiä ominaisuuksia. Näitä uusimpia versioita käyttävät pääasiassa kehittäjät testaamaan uusia ominaisuuksia ja miten ne toimivat lopullisessa versiossa. Jos et tiedä mitä olet tekemässä, suosittelemme ettet aktivoi uusimpia versioita.",
17 "feature.nightlyBuilds.title": "Uusimmat versiot", 15 "feature.nightlyBuilds.title": "Uusimmat versiot",
18 "feature.publishDebugInfo.error": "Virheraportin julkaisussa tapahtui virhe. Yritä myöhemmin uudelleen tai katso konsolista saadaksesi lisätietoja.", 16 "feature.publishDebugInfo.error": "Virheraportin julkaisussa tapahtui virhe. Yritä myöhemmin uudelleen tai katso konsolista saadaksesi lisätietoja.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Etsi...", 24 "feature.quickSwitch.search": "Etsi...",
27 "feature.quickSwitch.title": "Pikavalitsin", 25 "feature.quickSwitch.title": "Pikavalitsin",
28 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä", 26 "global.api.unhealthy": "Ferdin verkkopalveluihin ei saada yhteyttä",
27 "global.cancel": "Peruuta",
29 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.", 28 "global.notConnectedToTheInternet": "Et ole yhteydessä internetiin.",
30 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})", 29 "global.spellchecker.useDefault": "Käytä järjestelmän oletusasetusta ({default})",
31 "global.spellchecking.autodetect": "Tunnista kieli automaattisesti", 30 "global.spellchecking.autodetect": "Tunnista kieli automaattisesti",
32 "global.spellchecking.autodetect.short": "Automaattinen", 31 "global.spellchecking.autodetect.short": "Automaattinen",
33 "global.spellchecking.language": "Oikeinkirjoituksen tarkistuskieli", 32 "global.spellchecking.language": "Oikeinkirjoituksen tarkistuskieli",
33 "global.submit": "Jatka",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Tuo Ferdin 4 palveluasi", 36 "import.headline": "Tuo Ferdin 4 palveluasi",
@@ -145,7 +145,6 @@
145 "password.link.login": "Kirjaudu tilillesi", 145 "password.link.login": "Kirjaudu tilillesi",
146 "password.link.signup": "Luo ilmainen tili", 146 "password.link.signup": "Luo ilmainen tili",
147 "password.noUser": "Tälle sähköpostiosoiteelle ei löytynyt käyttäjää", 147 "password.noUser": "Tälle sähköpostiosoiteelle ei löytynyt käyttäjää",
148 "password.submit.label": "Jatka",
149 "password.successInfo": "Ole hyvä ja tarkista sähköpostisi", 148 "password.successInfo": "Ole hyvä ja tarkista sähköpostisi",
150 "pricing.features.accountSync": "Tilin Synkronointi", 149 "pricing.features.accountSync": "Tilin Synkronointi",
151 "pricing.features.customWebsites": "Lisää mukautettuja sivustoja", 150 "pricing.features.customWebsites": "Lisää mukautettuja sivustoja",
diff --git a/src/i18n/locales/fil.json b/src/i18n/locales/fil.json
index 0bcaad1ee..069f2fbd3 100644
--- a/src/i18n/locales/fil.json
+++ b/src/i18n/locales/fil.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
20 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
21 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
22 "global.submit": "Submit",
22 "import.headline": "Ilagay ang iyonhg Ferdi 4 services", 23 "import.headline": "Ilagay ang iyonhg Ferdi 4 services",
23 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdi 5", 24 "import.notSupportedHeadline": "Ang mga services ay hindi pa supported ni Ferdi 5",
24 "import.skip.label": "Gusto kong magdagdag", 25 "import.skip.label": "Gusto kong magdagdag",
@@ -109,7 +110,6 @@
109 "password.link.login": "Sign in to your account", 110 "password.link.login": "Sign in to your account",
110 "password.link.signup": "Create a free account", 111 "password.link.signup": "Create a free account",
111 "password.noUser": "No user with that email address was found", 112 "password.noUser": "No user with that email address was found",
112 "password.submit.label": "Submit",
113 "password.successInfo": "Please check your email", 113 "password.successInfo": "Please check your email",
114 "pricing.features.accountSync": "Account Synchronisation", 114 "pricing.features.accountSync": "Account Synchronisation",
115 "pricing.features.adFree": "Forever ad-free", 115 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 0b5617c39..3a31b3a56 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Serveur personnalisé", 4 "changeserver.customServerLabel": "Serveur personnalisé",
5 "changeserver.headline": "Changer de serveur", 5 "changeserver.headline": "Changer de serveur",
6 "changeserver.label": "Serveur", 6 "changeserver.label": "Serveur",
7 "changeserver.submit": "Soumettre",
8 "changeserver.urlError": "Entrez une URL valide", 7 "changeserver.urlError": "Entrez une URL valide",
9 "changeserver.warning": "Les paramètres supplémentaires proposés par Ferdi ne seront pas sauvegardés", 8 "changeserver.warning": "Les paramètres supplémentaires proposés par Ferdi ne seront pas sauvegardés",
10 "connectionLostBanner.cta": "Redémarrer le service", 9 "connectionLostBanner.cta": "Redémarrer le service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.", 11 "connectionLostBanner.message": "Oh non ! Ferdi a perdu la connexion avec {name}.",
13 "feature.debugger.title": "Publier les informations de débogage", 12 "feature.debugger.title": "Publier les informations de débogage",
14 "feature.nightlyBuilds.activate": "Activer", 13 "feature.nightlyBuilds.activate": "Activer",
15 "feature.nightlyBuilds.cancel": "Annuler",
16 "feature.nightlyBuilds.info": "Les versions de développement sont des versions expérimentales de Ferdi qui peuvent contenir des fonctionnalités non optimisées ou incomplètes. Ces versions de développement sont principalement utilisés par les développeurs pour tester leurs nouvelles fonctionnalités et leurs performances. Si vous ne savez pas ce que vous faites, nous vous suggérons de ne pas activer les versions de développement.", 14 "feature.nightlyBuilds.info": "Les versions de développement sont des versions expérimentales de Ferdi qui peuvent contenir des fonctionnalités non optimisées ou incomplètes. Ces versions de développement sont principalement utilisés par les développeurs pour tester leurs nouvelles fonctionnalités et leurs performances. Si vous ne savez pas ce que vous faites, nous vous suggérons de ne pas activer les versions de développement.",
17 "feature.nightlyBuilds.title": "Versions de développement", 15 "feature.nightlyBuilds.title": "Versions de développement",
18 "feature.publishDebugInfo.error": "Il y a eu une erreur en essayant de publier les informations de débogage. Veuillez réessayer plus tard ou consulter la console pour plus d'informations.", 16 "feature.publishDebugInfo.error": "Il y a eu une erreur en essayant de publier les informations de débogage. Veuillez réessayer plus tard ou consulter la console pour plus d'informations.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Rechercher...", 24 "feature.quickSwitch.search": "Rechercher...",
27 "feature.quickSwitch.title": "Changement rapide", 25 "feature.quickSwitch.title": "Changement rapide",
28 "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",
27 "global.cancel": "Annuler",
29 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.", 28 "global.notConnectedToTheInternet": "Vous n'êtes pas connecté à Internet.",
30 "global.spellchecker.useDefault": "Par défaut ({default})", 29 "global.spellchecker.useDefault": "Par défaut ({default})",
31 "global.spellchecking.autodetect": "Détecter automatiquement la langue", 30 "global.spellchecking.autodetect": "Détecter automatiquement la langue",
32 "global.spellchecking.autodetect.short": "Automatiquement", 31 "global.spellchecking.autodetect.short": "Automatiquement",
33 "global.spellchecking.language": "Langue de la vérification orthographique", 32 "global.spellchecking.language": "Langue de la vérification orthographique",
33 "global.submit": "Soumettre",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importez vos services depuis la version 4 de Ferdi", 36 "import.headline": "Importez vos services depuis la version 4 de Ferdi",
@@ -145,7 +145,6 @@
145 "password.link.login": "Connectez-vous à votre compte", 145 "password.link.login": "Connectez-vous à votre compte",
146 "password.link.signup": "Créer un compte gratuit", 146 "password.link.signup": "Créer un compte gratuit",
147 "password.noUser": "Aucun utilisateur n'a été trouvé avec cette adresse email", 147 "password.noUser": "Aucun utilisateur n'a été trouvé avec cette adresse email",
148 "password.submit.label": "Soumettre",
149 "password.successInfo": "Merci de consulter vos emails", 148 "password.successInfo": "Merci de consulter vos emails",
150 "pricing.features.accountSync": "Synchronisation de compte", 149 "pricing.features.accountSync": "Synchronisation de compte",
151 "pricing.features.customWebsites": "Ajouter des sites web modifiés", 150 "pricing.features.customWebsites": "Ajouter des sites web modifiés",
diff --git a/src/i18n/locales/ga.json b/src/i18n/locales/ga.json
index 66273540e..7a4591383 100644
--- a/src/i18n/locales/ga.json
+++ b/src/i18n/locales/ga.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Freastalaí saincheaptha", 4 "changeserver.customServerLabel": "Freastalaí saincheaptha",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Cuir isteach",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Athlódáil seirbhís", 9 "connectionLostBanner.cta": "Athlódáil seirbhís",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cealaigh",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne", 26 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne",
27 "global.cancel": "Cealaigh",
29 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.", 28 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Cuir isteach",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Iompórtáil do sheirbhísí Ferdi 4", 36 "import.headline": "Iompórtáil do sheirbhísí Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Logáil isteach i do chuntas", 145 "password.link.login": "Logáil isteach i do chuntas",
146 "password.link.signup": "Cruthaigh cuntas saor in aisce", 146 "password.link.signup": "Cruthaigh cuntas saor in aisce",
147 "password.noUser": "Níor aimsíodh úsáideoir leis an seoladh ríomhphoist seo", 147 "password.noUser": "Níor aimsíodh úsáideoir leis an seoladh ríomhphoist seo",
148 "password.submit.label": "Cuir isteach",
149 "password.successInfo": "Seiceáil do chuid ríomhphoist le do thoil", 148 "password.successInfo": "Seiceáil do chuid ríomhphoist le do thoil",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/he.json b/src/i18n/locales/he.json
index 3c41ee549..9d1e2b63d 100644
--- a/src/i18n/locales/he.json
+++ b/src/i18n/locales/he.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "שרת מותאם אישית", 4 "changeserver.customServerLabel": "שרת מותאם אישית",
5 "changeserver.headline": "החלף שרת", 5 "changeserver.headline": "החלף שרת",
6 "changeserver.label": "שרת", 6 "changeserver.label": "שרת",
7 "changeserver.submit": "שלח",
8 "changeserver.urlError": "אנא הזן כתובת URL תקינה", 7 "changeserver.urlError": "אנא הזן כתובת URL תקינה",
9 "changeserver.warning": "הגדרות נוספות המוצעות על ידי פרדי לא ישמרו", 8 "changeserver.warning": "הגדרות נוספות המוצעות על ידי פרדי לא ישמרו",
10 "connectionLostBanner.cta": "טען מחדש את השירות", 9 "connectionLostBanner.cta": "טען מחדש את השירות",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "הו לא! פרדי איבד את החיבור ל {name}.", 11 "connectionLostBanner.message": "הו לא! פרדי איבד את החיבור ל {name}.",
13 "feature.debugger.title": "פרסם את פרטי ניפוי השגיאות", 12 "feature.debugger.title": "פרסם את פרטי ניפוי השגיאות",
14 "feature.nightlyBuilds.activate": "הפעל", 13 "feature.nightlyBuilds.activate": "הפעל",
15 "feature.nightlyBuilds.cancel": "בטל",
16 "feature.nightlyBuilds.info": "גרסאות נייטלי הם גרסאות נסיוניות ביותר של פרדי, העשויות להכיל פיצ'רים בלתי גמורים. גרסאות אלה מיועדות בעיקר לשימוש מפתחים על מנת לנסות את הפיצ'רים החדשים הנמצאים בפיתוח - לפני הכנסתם לגרסה הסופית. אם אתה לא יודע מה אתה עושה, אנו ממליצים שלא תפעיל את האופציה הזאת.", 14 "feature.nightlyBuilds.info": "גרסאות נייטלי הם גרסאות נסיוניות ביותר של פרדי, העשויות להכיל פיצ'רים בלתי גמורים. גרסאות אלה מיועדות בעיקר לשימוש מפתחים על מנת לנסות את הפיצ'רים החדשים הנמצאים בפיתוח - לפני הכנסתם לגרסה הסופית. אם אתה לא יודע מה אתה עושה, אנו ממליצים שלא תפעיל את האופציה הזאת.",
17 "feature.nightlyBuilds.title": "גרסאות נייטלי", 15 "feature.nightlyBuilds.title": "גרסאות נייטלי",
18 "feature.publishDebugInfo.error": "קיימת שגיאה בפרסום מידע ניפוי השגיאות, אנא נסה שנית מאוחר יותר או הסתכל בקובץ הלוג למידע נוסף.", 16 "feature.publishDebugInfo.error": "קיימת שגיאה בפרסום מידע ניפוי השגיאות, אנא נסה שנית מאוחר יותר או הסתכל בקובץ הלוג למידע נוסף.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "חיפוש...", 24 "feature.quickSwitch.search": "חיפוש...",
27 "feature.quickSwitch.title": "החלפה מהירה", 25 "feature.quickSwitch.title": "החלפה מהירה",
28 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi", 26 "global.api.unhealthy": "לא ניתן להתחבר לשרותי האינטרנת של Ferdi",
27 "global.cancel": "בטל",
29 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.", 28 "global.notConnectedToTheInternet": "נראה שאתה לא מחובר לאינטרנט.",
30 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})", 29 "global.spellchecker.useDefault": "השתמש בברירת המחדל של המערכת ({default})",
31 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי", 30 "global.spellchecking.autodetect": "זהה שפה באופן אוטומטי",
32 "global.spellchecking.autodetect.short": "אוטומטי", 31 "global.spellchecking.autodetect.short": "אוטומטי",
33 "global.spellchecking.language": "שפה לבדיקת איות", 32 "global.spellchecking.language": "שפה לבדיקת איות",
33 "global.submit": "שלח",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "סוכן משתמש", 35 "global.userAgentPref": "סוכן משתמש",
36 "import.headline": "ייבא את השירותים שלך מפרדי גרסה 4", 36 "import.headline": "ייבא את השירותים שלך מפרדי גרסה 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "היכנס לחשבונך", 145 "password.link.login": "היכנס לחשבונך",
146 "password.link.signup": "צור חשבון חדש בחינם", 146 "password.link.signup": "צור חשבון חדש בחינם",
147 "password.noUser": "לא נמצא משתמש עם כתובת הדוא\"ל הזאת", 147 "password.noUser": "לא נמצא משתמש עם כתובת הדוא\"ל הזאת",
148 "password.submit.label": "שלח",
149 "password.successInfo": "אנא בדוק את הדוא\"ל שלך", 148 "password.successInfo": "אנא בדוק את הדוא\"ל שלך",
150 "pricing.features.accountSync": "סנכון החשבון", 149 "pricing.features.accountSync": "סנכון החשבון",
151 "pricing.features.customWebsites": "הוסף אתרים מותאמים אישית", 150 "pricing.features.customWebsites": "הוסף אתרים מותאמים אישית",
diff --git a/src/i18n/locales/hi.json b/src/i18n/locales/hi.json
index d39baac38..807ae00ec 100644
--- a/src/i18n/locales/hi.json
+++ b/src/i18n/locales/hi.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/hr.json b/src/i18n/locales/hr.json
index a1d354e35..f900df534 100644
--- a/src/i18n/locales/hr.json
+++ b/src/i18n/locales/hr.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Prilagođen server", 4 "changeserver.customServerLabel": "Prilagođen server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Pošalji",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Odustani",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ", 26 "global.api.unhealthy": "Nije se moguće povezati na Francove on-line servise. ",
27 "global.cancel": "Odustani",
29 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ", 28 "global.notConnectedToTheInternet": "Sada ste povezani s internetom. ",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Pošalji",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Uvezite svoje Franc 4 servise. ", 36 "import.headline": "Uvezite svoje Franc 4 servise. ",
@@ -145,7 +145,6 @@
145 "password.link.login": "Prijavite se na Vaš račun", 145 "password.link.login": "Prijavite se na Vaš račun",
146 "password.link.signup": "Stvorite besplatan račun", 146 "password.link.signup": "Stvorite besplatan račun",
147 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom", 147 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom",
148 "password.submit.label": "Pošalji",
149 "password.successInfo": "Molimo Vas da provjerite svoju e-mail adresu", 148 "password.successInfo": "Molimo Vas da provjerite svoju e-mail adresu",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 62811a903..d16101a6c 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Egyéni szerver", 4 "changeserver.customServerLabel": "Egyéni szerver",
5 "changeserver.headline": "Szerver megváltoztatása", 5 "changeserver.headline": "Szerver megváltoztatása",
6 "changeserver.label": "Szerver", 6 "changeserver.label": "Szerver",
7 "changeserver.submit": "Küldés",
8 "changeserver.urlError": "Adjon meg egy érvényes URL-t", 7 "changeserver.urlError": "Adjon meg egy érvényes URL-t",
9 "changeserver.warning": "A Ferdi által kínált extra beállítások nem kerülnek mentésre", 8 "changeserver.warning": "A Ferdi által kínált extra beállítások nem kerülnek mentésre",
10 "connectionLostBanner.cta": "Szolgáltatás újraindítása", 9 "connectionLostBanner.cta": "Szolgáltatás újraindítása",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Ja ne! Ferdi nem tud kapcsolodni {name}-hez.", 11 "connectionLostBanner.message": "Ja ne! Ferdi nem tud kapcsolodni {name}-hez.",
13 "feature.debugger.title": "Hibakeresési napló publikálása", 12 "feature.debugger.title": "Hibakeresési napló publikálása",
14 "feature.nightlyBuilds.activate": "Aktiválás", 13 "feature.nightlyBuilds.activate": "Aktiválás",
15 "feature.nightlyBuilds.cancel": "Mégsem",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly verziók", 15 "feature.nightlyBuilds.title": "Nightly verziók",
18 "feature.publishDebugInfo.error": "Hiba történt a hibakeresési napló publikálása közben. Kérem próbálja meg később.", 16 "feature.publishDebugInfo.error": "Hiba történt a hibakeresési napló publikálása közben. Kérem próbálja meg később.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Keresés...", 24 "feature.quickSwitch.search": "Keresés...",
27 "feature.quickSwitch.title": "Gyorsváltó", 25 "feature.quickSwitch.title": "Gyorsváltó",
28 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz", 26 "global.api.unhealthy": "Nem lehet csatlakozni a Ferdi online szolgáltatáshoz",
27 "global.cancel": "Mégsem",
29 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.", 28 "global.notConnectedToTheInternet": "Nincs hálózati kapcsolat.",
30 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})", 29 "global.spellchecker.useDefault": "Rendszer alapbeállítás használata ({default})",
31 "global.spellchecking.autodetect": "Automatikus nyelvdetektálás", 30 "global.spellchecking.autodetect": "Automatikus nyelvdetektálás",
32 "global.spellchecking.autodetect.short": "Automatikus", 31 "global.spellchecking.autodetect.short": "Automatikus",
33 "global.spellchecking.language": "Helyesírás-ellenőrző nyelve", 32 "global.spellchecking.language": "Helyesírás-ellenőrző nyelve",
33 "global.submit": "Küldés",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importáld szolgáltatásaidat a Ferdi 4-ből", 36 "import.headline": "Importáld szolgáltatásaidat a Ferdi 4-ből",
@@ -145,7 +145,6 @@
145 "password.link.login": "Jelentkezz be a fiókodba", 145 "password.link.login": "Jelentkezz be a fiókodba",
146 "password.link.signup": "Új fiók létrehozása", 146 "password.link.signup": "Új fiók létrehozása",
147 "password.noUser": "Nem található felhasználó a megadott email címmel", 147 "password.noUser": "Nem található felhasználó a megadott email címmel",
148 "password.submit.label": "Küldés",
149 "password.successInfo": "Ellenőrizd az email fiókodat", 148 "password.successInfo": "Ellenőrizd az email fiókodat",
150 "pricing.features.accountSync": "Fiók szinkronizálás", 149 "pricing.features.accountSync": "Fiók szinkronizálás",
151 "pricing.features.customWebsites": "Egyéni weboldalak megadása", 150 "pricing.features.customWebsites": "Egyéni weboldalak megadása",
diff --git a/src/i18n/locales/id.json b/src/i18n/locales/id.json
index 525989e73..fa71d154e 100644
--- a/src/i18n/locales/id.json
+++ b/src/i18n/locales/id.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Server khusus", 4 "changeserver.customServerLabel": "Server khusus",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Kirim",
8 "changeserver.urlError": "Isi URL yang valid", 7 "changeserver.urlError": "Isi URL yang valid",
9 "changeserver.warning": "Pengaturan tambahan dari Ferdi tidak akan tersimpan", 8 "changeserver.warning": "Pengaturan tambahan dari Ferdi tidak akan tersimpan",
10 "connectionLostBanner.cta": "Muat ulang Layanan", 9 "connectionLostBanner.cta": "Muat ulang Layanan",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Yah! Ferdi terputus dari {name}.", 11 "connectionLostBanner.message": "Yah! Ferdi terputus dari {name}.",
13 "feature.debugger.title": "Terbitkan informasi debug", 12 "feature.debugger.title": "Terbitkan informasi debug",
14 "feature.nightlyBuilds.activate": "Mengaktifkan", 13 "feature.nightlyBuilds.activate": "Mengaktifkan",
15 "feature.nightlyBuilds.cancel": "Batalkan",
16 "feature.nightlyBuilds.info": "Nightly builds adalah versi eksperimen dari Ferdi yang mungkin berisi fitur-fitur yang masih kasar dan tidak lengkap. Nightly builds ini biasa digunakan untuk para developer untuk mengetes fitur-fitur terbaru mereka dan bagaimana fitur-fitur itu berjalan di versi terakhir. Jika anda tidak tahu apa yang anda lakukan, kami sarankan untuk tidak mengaktivasi nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds adalah versi eksperimen dari Ferdi yang mungkin berisi fitur-fitur yang masih kasar dan tidak lengkap. Nightly builds ini biasa digunakan untuk para developer untuk mengetes fitur-fitur terbaru mereka dan bagaimana fitur-fitur itu berjalan di versi terakhir. Jika anda tidak tahu apa yang anda lakukan, kami sarankan untuk tidak mengaktivasi nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi", 26 "global.api.unhealthy": "Tidak dapat tersambung ke layanan Ferdi",
27 "global.cancel": "Batalkan",
29 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.", 28 "global.notConnectedToTheInternet": "Anda tidak tersambung ke internet.",
30 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})", 29 "global.spellchecker.useDefault": "Gunakan Bawaan Sistem ({default})",
31 "global.spellchecking.autodetect": "Deteksi bahasa secara otomatis", 30 "global.spellchecking.autodetect": "Deteksi bahasa secara otomatis",
32 "global.spellchecking.autodetect.short": "Otomatis", 31 "global.spellchecking.autodetect.short": "Otomatis",
33 "global.spellchecking.language": "Periksa ejaan", 32 "global.spellchecking.language": "Periksa ejaan",
33 "global.submit": "Kirim",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Impor layanan Ferdi 4 Anda", 36 "import.headline": "Impor layanan Ferdi 4 Anda",
@@ -145,7 +145,6 @@
145 "password.link.login": "Masuk ke akun Anda", 145 "password.link.login": "Masuk ke akun Anda",
146 "password.link.signup": "Buat akun gratis", 146 "password.link.signup": "Buat akun gratis",
147 "password.noUser": "Tidak ditemukan pengguna dengan email tersebut", 147 "password.noUser": "Tidak ditemukan pengguna dengan email tersebut",
148 "password.submit.label": "Kirim",
149 "password.successInfo": "Periksa email Anda", 148 "password.successInfo": "Periksa email Anda",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json
index 9fda9cf44..e00f7fb3e 100644
--- a/src/i18n/locales/it.json
+++ b/src/i18n/locales/it.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Server personalizzato", 4 "changeserver.customServerLabel": "Server personalizzato",
5 "changeserver.headline": "Cambia Server", 5 "changeserver.headline": "Cambia Server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Invia",
8 "changeserver.urlError": "Inserisci un URL valido", 7 "changeserver.urlError": "Inserisci un URL valido",
9 "changeserver.warning": "Le impostazioni extra offerte da Ferdi non verranno salvate", 8 "changeserver.warning": "Le impostazioni extra offerte da Ferdi non verranno salvate",
10 "connectionLostBanner.cta": "Ricarica Servizio", 9 "connectionLostBanner.cta": "Ricarica Servizio",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi ha perso la connessione con {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi ha perso la connessione con {name}.",
13 "feature.debugger.title": "Pubblica informazioni di debug", 12 "feature.debugger.title": "Pubblica informazioni di debug",
14 "feature.nightlyBuilds.activate": "Attivato", 13 "feature.nightlyBuilds.activate": "Attivato",
15 "feature.nightlyBuilds.cancel": "Annulla",
16 "feature.nightlyBuilds.info": "Le 'Nightly Builds' sono versioni sperimentali di Ferdi che possono contenere funzionalità incomplete o non perfettamente funzionanti. Queste versioni sono principalmente usate dagli sviluppatori per effettuare dei test sulle nuove caratteristiche e verificare come si integrano nella versione finale di Ferdi. Se non sei sicuro di quello che stai facendo, ti consigliamo di non attivare le 'Nightly Builds'.", 14 "feature.nightlyBuilds.info": "Le 'Nightly Builds' sono versioni sperimentali di Ferdi che possono contenere funzionalità incomplete o non perfettamente funzionanti. Queste versioni sono principalmente usate dagli sviluppatori per effettuare dei test sulle nuove caratteristiche e verificare come si integrano nella versione finale di Ferdi. Se non sei sicuro di quello che stai facendo, ti consigliamo di non attivare le 'Nightly Builds'.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "Si è verificato un errore durante il tentativo di pubblicare le informazioni di debug. Riprova più tardi o vedi la console per maggiori informazioni.", 16 "feature.publishDebugInfo.error": "Si è verificato un errore durante il tentativo di pubblicare le informazioni di debug. Riprova più tardi o vedi la console per maggiori informazioni.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Cerca...", 24 "feature.quickSwitch.search": "Cerca...",
27 "feature.quickSwitch.title": "Cambio Veloce", 25 "feature.quickSwitch.title": "Cambio Veloce",
28 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi", 26 "global.api.unhealthy": "Impossibile connettersi ai servizi online di Ferdi",
27 "global.cancel": "Annulla",
29 "global.notConnectedToTheInternet": "Non sei connesso a Internet.", 28 "global.notConnectedToTheInternet": "Non sei connesso a Internet.",
30 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})", 29 "global.spellchecker.useDefault": "Usa le impostazioni predefinite di sistema ({default})",
31 "global.spellchecking.autodetect": "Rileva automaticamente la lingua", 30 "global.spellchecking.autodetect": "Rileva automaticamente la lingua",
32 "global.spellchecking.autodetect.short": "Automatico", 31 "global.spellchecking.autodetect.short": "Automatico",
33 "global.spellchecking.language": "Lingua per controllo ortografico", 32 "global.spellchecking.language": "Lingua per controllo ortografico",
33 "global.submit": "Invia",
34 "global.userAgentHelp": "Usa 'https://whatmyuseragent.com/' (per scoprire) o 'https://developers.whatismybrowser.com/useragents/explore/' (per scegliere) il tuo user agent desiderato e copialo qui.", 34 "global.userAgentHelp": "Usa 'https://whatmyuseragent.com/' (per scoprire) o 'https://developers.whatismybrowser.com/useragents/explore/' (per scegliere) il tuo user agent desiderato e copialo qui.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importa i servizi di Ferdi 4", 36 "import.headline": "Importa i servizi di Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Accedi al tuo account", 145 "password.link.login": "Accedi al tuo account",
146 "password.link.signup": "Crea un account gratuito", 146 "password.link.signup": "Crea un account gratuito",
147 "password.noUser": "Non è stato trovato nessun utente con questo indirizzo email", 147 "password.noUser": "Non è stato trovato nessun utente con questo indirizzo email",
148 "password.submit.label": "Invia",
149 "password.successInfo": "Per favore controlla la tua email", 148 "password.successInfo": "Per favore controlla la tua email",
150 "pricing.features.accountSync": "Sincronizzazione account", 149 "pricing.features.accountSync": "Sincronizzazione account",
151 "pricing.features.customWebsites": "Aggiungi siti web personalizzati", 150 "pricing.features.customWebsites": "Aggiungi siti web personalizzati",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index aa40f89df..95fcacfa8 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "独自サーバー", 4 "changeserver.customServerLabel": "独自サーバー",
5 "changeserver.headline": "サーバーの変更", 5 "changeserver.headline": "サーバーの変更",
6 "changeserver.label": "サーバー", 6 "changeserver.label": "サーバー",
7 "changeserver.submit": "送信",
8 "changeserver.urlError": "有効なURLを入力してください。", 7 "changeserver.urlError": "有効なURLを入力してください。",
9 "changeserver.warning": "Ferdiの追加設定は保存されません", 8 "changeserver.warning": "Ferdiの追加設定は保存されません",
10 "connectionLostBanner.cta": "サービスをリロードする", 9 "connectionLostBanner.cta": "サービスをリロードする",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "{name}への接続が切断されました。", 11 "connectionLostBanner.message": "{name}への接続が切断されました。",
13 "feature.debugger.title": "デバッグ情報の記録", 12 "feature.debugger.title": "デバッグ情報の記録",
14 "feature.nightlyBuilds.activate": "有効化", 13 "feature.nightlyBuilds.activate": "有効化",
15 "feature.nightlyBuilds.cancel": "キャンセル",
16 "feature.nightlyBuilds.info": "Nightlyビルドは未検証や未完成の機能が含まれる非常に実験的なバージョンです。このバージョンは、主に新機能のテストや最新ビルドでの検証を行う開発者が使用するものです。これを理解していない方は、Nightlyビルドを有効化しないことをおすすめします。", 14 "feature.nightlyBuilds.info": "Nightlyビルドは未検証や未完成の機能が含まれる非常に実験的なバージョンです。このバージョンは、主に新機能のテストや最新ビルドでの検証を行う開発者が使用するものです。これを理解していない方は、Nightlyビルドを有効化しないことをおすすめします。",
17 "feature.nightlyBuilds.title": "Nightlyビルド", 15 "feature.nightlyBuilds.title": "Nightlyビルド",
18 "feature.publishDebugInfo.error": "デバッグ情報の公開中にエラーが発生しました。後でもう一度試すか、コンソールを表示して詳細な情報を確認します。", 16 "feature.publishDebugInfo.error": "デバッグ情報の公開中にエラーが発生しました。後でもう一度試すか、コンソールを表示して詳細な情報を確認します。",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "検索...", 24 "feature.quickSwitch.search": "検索...",
27 "feature.quickSwitch.title": "クイックスイッチ", 25 "feature.quickSwitch.title": "クイックスイッチ",
28 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。", 26 "global.api.unhealthy": "Ferdiのオンラインサービスに接続できません。",
27 "global.cancel": "キャンセル",
29 "global.notConnectedToTheInternet": "インターネットに接続されていません。", 28 "global.notConnectedToTheInternet": "インターネットに接続されていません。",
30 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})", 29 "global.spellchecker.useDefault": "システムデフォルトを使用する({default})",
31 "global.spellchecking.autodetect": "言語を自動的に検出する", 30 "global.spellchecking.autodetect": "言語を自動的に検出する",
32 "global.spellchecking.autodetect.short": "自動", 31 "global.spellchecking.autodetect.short": "自動",
33 "global.spellchecking.language": "スペルチェックする言語", 32 "global.spellchecking.language": "スペルチェックする言語",
33 "global.submit": "送信",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "ユーザーエージェント", 35 "global.userAgentPref": "ユーザーエージェント",
36 "import.headline": "Ferdi 4のサービスをインポートして下さい", 36 "import.headline": "Ferdi 4のサービスをインポートして下さい",
@@ -145,7 +145,6 @@
145 "password.link.login": "サインイン", 145 "password.link.login": "サインイン",
146 "password.link.signup": "無料アカウントを作成", 146 "password.link.signup": "無料アカウントを作成",
147 "password.noUser": "このメールアドレスはまだ登録されていません", 147 "password.noUser": "このメールアドレスはまだ登録されていません",
148 "password.submit.label": "送信",
149 "password.successInfo": "メールを確認して下さい", 148 "password.successInfo": "メールを確認して下さい",
150 "pricing.features.accountSync": "アカウントの同期", 149 "pricing.features.accountSync": "アカウントの同期",
151 "pricing.features.customWebsites": "カスタムサイトを追加", 150 "pricing.features.customWebsites": "カスタムサイトを追加",
diff --git a/src/i18n/locales/ka.json b/src/i18n/locales/ka.json
index 58063587e..3b98357be 100644
--- a/src/i18n/locales/ka.json
+++ b/src/i18n/locales/ka.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "კერძო სერვერი", 4 "changeserver.customServerLabel": "კერძო სერვერი",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "დადასტურება",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "გაუქმება",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა", 26 "global.api.unhealthy": "Ferdi-ის ონლაინ სერვისთან დაკავშირება ვერ მოხერხდა",
27 "global.cancel": "გაუქმება",
29 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.", 28 "global.notConnectedToTheInternet": "თქვენ არ ხართ ინტერნეტთან დაკავშირებული.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "დადასტურება",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "შემოიტანე Ferdi 4-ის სერვისები", 36 "import.headline": "შემოიტანე Ferdi 4-ის სერვისები",
@@ -145,7 +145,6 @@
145 "password.link.login": "შედით თქვენს ანგარიშში", 145 "password.link.login": "შედით თქვენს ანგარიშში",
146 "password.link.signup": "ანგარიშის შექმნა", 146 "password.link.signup": "ანგარიშის შექმნა",
147 "password.noUser": "მომხმარებელი მითითებული მეილით ვერ მოიძებნა", 147 "password.noUser": "მომხმარებელი მითითებული მეილით ვერ მოიძებნა",
148 "password.submit.label": "დადასტურება",
149 "password.successInfo": "გთხოვთ შეამოწმეთ მეილი", 148 "password.successInfo": "გთხოვთ შეამოწმეთ მეილი",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/kk.json b/src/i18n/locales/kk.json
index 462ca8543..63c4b3b3e 100644
--- a/src/i18n/locales/kk.json
+++ b/src/i18n/locales/kk.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
20 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
21 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
22 "global.submit": "Submit",
22 "import.headline": "Import your Ferdi 4 services", 23 "import.headline": "Import your Ferdi 4 services",
23 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 24 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
24 "import.skip.label": "I want to add services manually", 25 "import.skip.label": "I want to add services manually",
@@ -109,7 +110,6 @@
109 "password.link.login": "Sign in to your account", 110 "password.link.login": "Sign in to your account",
110 "password.link.signup": "Create a free account", 111 "password.link.signup": "Create a free account",
111 "password.noUser": "No user with that email address was found", 112 "password.noUser": "No user with that email address was found",
112 "password.submit.label": "Submit",
113 "password.successInfo": "Please check your email", 113 "password.successInfo": "Please check your email",
114 "pricing.features.accountSync": "Account Synchronisation", 114 "pricing.features.accountSync": "Account Synchronisation",
115 "pricing.features.adFree": "Forever ad-free", 115 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/ko.json b/src/i18n/locales/ko.json
index e1c100f6c..30fe90654 100644
--- a/src/i18n/locales/ko.json
+++ b/src/i18n/locales/ko.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "사용자 정의 서버", 4 "changeserver.customServerLabel": "사용자 정의 서버",
5 "changeserver.headline": "서버 번경", 5 "changeserver.headline": "서버 번경",
6 "changeserver.label": "서버", 6 "changeserver.label": "서버",
7 "changeserver.submit": "제출",
8 "changeserver.urlError": "유효한 URL을 입력하세요", 7 "changeserver.urlError": "유효한 URL을 입력하세요",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "서비스 재시작", 9 "connectionLostBanner.cta": "서비스 재시작",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "오 저런! Ferdi가 {name} 과 연결이 끊겼습니다.", 11 "connectionLostBanner.message": "오 저런! Ferdi가 {name} 과 연결이 끊겼습니다.",
13 "feature.debugger.title": "디버깅 정보 공개", 12 "feature.debugger.title": "디버깅 정보 공개",
14 "feature.nightlyBuilds.activate": "활성화", 13 "feature.nightlyBuilds.activate": "활성화",
15 "feature.nightlyBuilds.cancel": "취소",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "나이틀리 빌드", 15 "feature.nightlyBuilds.title": "나이틀리 빌드",
18 "feature.publishDebugInfo.error": "디버그 정보를 공개하는데 오류가 발생했습니다. 조금 뒤에 다시 시도하거나 콘솔을 통해 정보를 확인하십시오.", 16 "feature.publishDebugInfo.error": "디버그 정보를 공개하는데 오류가 발생했습니다. 조금 뒤에 다시 시도하거나 콘솔을 통해 정보를 확인하십시오.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "검색...", 24 "feature.quickSwitch.search": "검색...",
27 "feature.quickSwitch.title": "빠른 검색", 25 "feature.quickSwitch.title": "빠른 검색",
28 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.", 26 "global.api.unhealthy": "Ferdi 온라인 서비스에 연결할 수 없습니다.",
27 "global.cancel": "취소",
29 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.", 28 "global.notConnectedToTheInternet": "인터넷에 연결할 수 없습니다.",
30 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})", 29 "global.spellchecker.useDefault": "시스템 기본 사용 ({default})",
31 "global.spellchecking.autodetect": "언어 자동 탐색", 30 "global.spellchecking.autodetect": "언어 자동 탐색",
32 "global.spellchecking.autodetect.short": "자동", 31 "global.spellchecking.autodetect.short": "자동",
33 "global.spellchecking.language": "철자 검사", 32 "global.spellchecking.language": "철자 검사",
33 "global.submit": "제출",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "계정에 로그인하세요.", 145 "password.link.login": "계정에 로그인하세요.",
146 "password.link.signup": "무료 계정 생성", 146 "password.link.signup": "무료 계정 생성",
147 "password.noUser": "해당 이메일을 사용하는 유저를 찾을 수 없습니다.", 147 "password.noUser": "해당 이메일을 사용하는 유저를 찾을 수 없습니다.",
148 "password.submit.label": "제출",
149 "password.successInfo": "이메일을 확인해 주세요.", 148 "password.successInfo": "이메일을 확인해 주세요.",
150 "pricing.features.accountSync": "계정 동기화", 149 "pricing.features.accountSync": "계정 동기화",
151 "pricing.features.customWebsites": "사용자 지정 웹사이트 추가", 150 "pricing.features.customWebsites": "사용자 지정 웹사이트 추가",
diff --git a/src/i18n/locales/ms.json b/src/i18n/locales/ms.json
index 6f92bf4de..67f62375f 100644
--- a/src/i18n/locales/ms.json
+++ b/src/i18n/locales/ms.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Kesan bahasa secara automatik", 19 "global.spellchecking.autodetect": "Kesan bahasa secara automatik",
20 "global.spellchecking.autodetect.short": "Automatik", 20 "global.spellchecking.autodetect.short": "Automatik",
21 "global.spellchecking.language": "Bahasa untuk semakan ejaan", 21 "global.spellchecking.language": "Bahasa untuk semakan ejaan",
22 "global.submit": "Hantar",
22 "import.headline": "Import perkhidmatan Ferdi 4 anda", 23 "import.headline": "Import perkhidmatan Ferdi 4 anda",
23 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdi 5", 24 "import.notSupportedHeadline": "Perkhidmatan belum disokong dalam Ferdi 5",
24 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual", 25 "import.skip.label": "Saya mahu menambah perkhidmatan secara manual",
@@ -109,7 +110,6 @@
109 "password.link.login": "Log masuk akaun kamu", 110 "password.link.login": "Log masuk akaun kamu",
110 "password.link.signup": "Buka akaun baru percuma", 111 "password.link.signup": "Buka akaun baru percuma",
111 "password.noUser": "Tiada pengguna dengan alamat e-mel tersebut dijumpai", 112 "password.noUser": "Tiada pengguna dengan alamat e-mel tersebut dijumpai",
112 "password.submit.label": "Hantar",
113 "password.successInfo": "Sila semak e-mel anda", 113 "password.successInfo": "Sila semak e-mel anda",
114 "pricing.features.accountSync": "Account Synchronisation", 114 "pricing.features.accountSync": "Account Synchronisation",
115 "pricing.features.adFree": "Forever ad-free", 115 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/nb.json b/src/i18n/locales/nb.json
index c2f9f0e53..25d4c19d6 100644
--- a/src/i18n/locales/nb.json
+++ b/src/i18n/locales/nb.json
@@ -1,6 +1,7 @@
1{ 1{
2 "global.api.unhealthy": "Kan ikke koble til Ferdi' tjenester", 2 "global.api.unhealthy": "Kan ikke koble til Ferdi' tjenester",
3 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.", 3 "global.notConnectedToTheInternet": "Du er ikke koblet til internett.",
4 "global.submit": "Send inn",
4 "welcome.signupButton": "Opprett en gratis konto", 5 "welcome.signupButton": "Opprett en gratis konto",
5 "welcome.loginButton": "Logg inn til din konto", 6 "welcome.loginButton": "Logg inn til din konto",
6 "welcome.slogan": "Teksting som funker for deg", 7 "welcome.slogan": "Teksting som funker for deg",
@@ -15,7 +16,6 @@
15 "login.link.password": "Reset passord", 16 "login.link.password": "Reset passord",
16 "password.headline": "Reset passord", 17 "password.headline": "Reset passord",
17 "password.email.label": "Email adresse", 18 "password.email.label": "Email adresse",
18 "password.submit.label": "Send inn",
19 "password.noUser": "Ingen bruker med den emailen finnes", 19 "password.noUser": "Ingen bruker med den emailen finnes",
20 "password.successInfo": "Vennligst sjekk din email", 20 "password.successInfo": "Vennligst sjekk din email",
21 "password.link.signup": "Opprett en gratis konto", 21 "password.link.signup": "Opprett en gratis konto",
diff --git a/src/i18n/locales/nl-BE.json b/src/i18n/locales/nl-BE.json
index 1e6060164..4b974e741 100644
--- a/src/i18n/locales/nl-BE.json
+++ b/src/i18n/locales/nl-BE.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Aangepaste server", 4 "changeserver.customServerLabel": "Aangepaste server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Verzenden",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Service Herladen", 9 "connectionLostBanner.cta": "Service Herladen",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Annuleren",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services", 26 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi services",
27 "global.cancel": "Annuleren",
29 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.", 28 "global.notConnectedToTheInternet": "Je hebt geen internet verbinding.",
30 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})", 29 "global.spellchecker.useDefault": "Gebruik Systeemstandaard ({default})",
31 "global.spellchecking.autodetect": "Taal automatisch herkennen", 30 "global.spellchecking.autodetect": "Taal automatisch herkennen",
32 "global.spellchecking.autodetect.short": "Automatisch", 31 "global.spellchecking.autodetect.short": "Automatisch",
33 "global.spellchecking.language": "Taal spellingscontrole", 32 "global.spellchecking.language": "Taal spellingscontrole",
33 "global.submit": "Verzenden",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importeer je Ferdi 4 services", 36 "import.headline": "Importeer je Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Log in op je account", 145 "password.link.login": "Log in op je account",
146 "password.link.signup": "Maak een gratis account aan", 146 "password.link.signup": "Maak een gratis account aan",
147 "password.noUser": "Geen gebruiker gevonden met dat e-mailadres", 147 "password.noUser": "Geen gebruiker gevonden met dat e-mailadres",
148 "password.submit.label": "Verzenden",
149 "password.successInfo": "Controleer alsjeblieft je e-mail", 148 "password.successInfo": "Controleer alsjeblieft je e-mail",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index 2d9459691..fb705ff44 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Aangepaste server", 4 "changeserver.customServerLabel": "Aangepaste server",
5 "changeserver.headline": "Server wijzigen", 5 "changeserver.headline": "Server wijzigen",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Verzenden",
8 "changeserver.urlError": "Vul een geldige URL in", 7 "changeserver.urlError": "Vul een geldige URL in",
9 "changeserver.warning": "Extra instellingen van Ferdi worden niet opgeslagen", 8 "changeserver.warning": "Extra instellingen van Ferdi worden niet opgeslagen",
10 "connectionLostBanner.cta": "Een service opnieuw laden", 9 "connectionLostBanner.cta": "Een service opnieuw laden",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh nee! Ferdi heeft de verbinding met {name} verloren.", 11 "connectionLostBanner.message": "Oh nee! Ferdi heeft de verbinding met {name} verloren.",
13 "feature.debugger.title": "Foutopsporingsinformatie publiceren", 12 "feature.debugger.title": "Foutopsporingsinformatie publiceren",
14 "feature.nightlyBuilds.activate": "Activeren", 13 "feature.nightlyBuilds.activate": "Activeren",
15 "feature.nightlyBuilds.cancel": "Annuleer",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nachtelijke builds", 15 "feature.nightlyBuilds.title": "Nachtelijke builds",
18 "feature.publishDebugInfo.error": "Er is een fout opgetreden tijdens het publiceren van de debug informatie. Probeer het later opnieuw of bekijk de console voor meer informatie.", 16 "feature.publishDebugInfo.error": "Er is een fout opgetreden tijdens het publiceren van de debug informatie. Probeer het later opnieuw of bekijk de console voor meer informatie.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Zoeken...", 24 "feature.quickSwitch.search": "Zoeken...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.", 26 "global.api.unhealthy": "Kan geen verbinding maken met de Ferdi-services.",
27 "global.cancel": "Annuleer",
29 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.", 28 "global.notConnectedToTheInternet": "U bent niet verbonden met het internet.",
30 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})", 29 "global.spellchecker.useDefault": "Gebruik systeemstandaard ({default})",
31 "global.spellchecking.autodetect": "Taal automatisch herkennen", 30 "global.spellchecking.autodetect": "Taal automatisch herkennen",
32 "global.spellchecking.autodetect.short": "Automatisch", 31 "global.spellchecking.autodetect.short": "Automatisch",
33 "global.spellchecking.language": "Taal voor spellingcontrole", 32 "global.spellchecking.language": "Taal voor spellingcontrole",
33 "global.submit": "Verzenden",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importeer uw Ferdi 4-services", 36 "import.headline": "Importeer uw Ferdi 4-services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Log in op je account", 145 "password.link.login": "Log in op je account",
146 "password.link.signup": "Maak een gratis account aan", 146 "password.link.signup": "Maak een gratis account aan",
147 "password.noUser": "Geen gebruiker bekend met dat e-mailadres", 147 "password.noUser": "Geen gebruiker bekend met dat e-mailadres",
148 "password.submit.label": "Verzenden",
149 "password.successInfo": "Controleer je e-mail", 148 "password.successInfo": "Controleer je e-mail",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index b9b180545..d2c13686e 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Egendefinert tjener", 4 "changeserver.customServerLabel": "Egendefinert tjener",
5 "changeserver.headline": "Bytt tjener", 5 "changeserver.headline": "Bytt tjener",
6 "changeserver.label": "Tjener", 6 "changeserver.label": "Tjener",
7 "changeserver.submit": "Send",
8 "changeserver.urlError": "Angi en gyldig nettadresse", 7 "changeserver.urlError": "Angi en gyldig nettadresse",
9 "changeserver.warning": "Ekstra innstillinger som tilbys av Ferdi vil ikke bli lagret", 8 "changeserver.warning": "Ekstra innstillinger som tilbys av Ferdi vil ikke bli lagret",
10 "connectionLostBanner.cta": "Last inn tjenesten på nytt", 9 "connectionLostBanner.cta": "Last inn tjenesten på nytt",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Å nei! Ferdi mistet forbindelsen til {name}.", 11 "connectionLostBanner.message": "Å nei! Ferdi mistet forbindelsen til {name}.",
13 "feature.debugger.title": "Publiser feilsøkingsinformasjon", 12 "feature.debugger.title": "Publiser feilsøkingsinformasjon",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Avbryt",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "Det oppstod en feil under forsøket på å publisere feilsøkingsinformasjonen. Prøv igjen senere eller se i konsollet for ytterligere informasjon.", 16 "feature.publishDebugInfo.error": "Det oppstod en feil under forsøket på å publisere feilsøkingsinformasjonen. Prøv igjen senere eller se i konsollet for ytterligere informasjon.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Søk...", 24 "feature.quickSwitch.search": "Søk...",
27 "feature.quickSwitch.title": "Hurtigbytte", 25 "feature.quickSwitch.title": "Hurtigbytte",
28 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester", 26 "global.api.unhealthy": "Kan ikke koble til Ferdi online-tjenester",
27 "global.cancel": "Avbryt",
29 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.", 28 "global.notConnectedToTheInternet": "Du er ikke koblet til Internett.",
30 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})", 29 "global.spellchecker.useDefault": "Bruk systemstandarden ({default})",
31 "global.spellchecking.autodetect": "Oppdag språk automatisk", 30 "global.spellchecking.autodetect": "Oppdag språk automatisk",
32 "global.spellchecking.autodetect.short": "Automatisk", 31 "global.spellchecking.autodetect.short": "Automatisk",
33 "global.spellchecking.language": "Språk for stavekontroll", 32 "global.spellchecking.language": "Språk for stavekontroll",
33 "global.submit": "Send",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importer Ferdi 4-tjenestene dine", 36 "import.headline": "Importer Ferdi 4-tjenestene dine",
@@ -145,7 +145,6 @@
145 "password.link.login": "Logg inn på kontoen din", 145 "password.link.login": "Logg inn på kontoen din",
146 "password.link.signup": "Opprett en gratis konto", 146 "password.link.signup": "Opprett en gratis konto",
147 "password.noUser": "Ingen bruker med den e-postadressen ble funnet", 147 "password.noUser": "Ingen bruker med den e-postadressen ble funnet",
148 "password.submit.label": "Send",
149 "password.successInfo": "Vennligst sjekk e-posten din", 148 "password.successInfo": "Vennligst sjekk e-posten din",
150 "pricing.features.accountSync": "Konto synkronisering", 149 "pricing.features.accountSync": "Konto synkronisering",
151 "pricing.features.customWebsites": "Legg til egendefinerte nettsteder", 150 "pricing.features.customWebsites": "Legg til egendefinerte nettsteder",
diff --git a/src/i18n/locales/pl.json b/src/i18n/locales/pl.json
index 4ef0ee895..0faad775e 100644
--- a/src/i18n/locales/pl.json
+++ b/src/i18n/locales/pl.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Spersonalizowany serwer", 4 "changeserver.customServerLabel": "Spersonalizowany serwer",
5 "changeserver.headline": "Zmień serwer", 5 "changeserver.headline": "Zmień serwer",
6 "changeserver.label": "Serwer", 6 "changeserver.label": "Serwer",
7 "changeserver.submit": "Wyślij",
8 "changeserver.urlError": "Wprowadź prawidłowy adres URL", 7 "changeserver.urlError": "Wprowadź prawidłowy adres URL",
9 "changeserver.warning": "Dodatkowe ustawienia oferowane przez Ferdi nie zostaną zapisane", 8 "changeserver.warning": "Dodatkowe ustawienia oferowane przez Ferdi nie zostaną zapisane",
10 "connectionLostBanner.cta": "Przeładuj usługę", 9 "connectionLostBanner.cta": "Przeładuj usługę",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "O nie! Ferdi stracił połączenie z {name}.", 11 "connectionLostBanner.message": "O nie! Ferdi stracił połączenie z {name}.",
13 "feature.debugger.title": "Opublikuj dane diagnostyczne", 12 "feature.debugger.title": "Opublikuj dane diagnostyczne",
14 "feature.nightlyBuilds.activate": "Aktywuj", 13 "feature.nightlyBuilds.activate": "Aktywuj",
15 "feature.nightlyBuilds.cancel": "Anuluj",
16 "feature.nightlyBuilds.info": "Kompilacje testowe to wysoce eksperymentalne wersje Ferdi, które mogą zawierać niedopracowane lub nieukończone funkcje. Te kompilacje są przewidziane głównie dla programistów testujących nowe funkcje będące w opracowaniu oraz ostateczne działanie ukończonej kompilacji. Jeśli nie masz pewności co do tej funkcji, zalecamy nie włączać wersji testowych.", 14 "feature.nightlyBuilds.info": "Kompilacje testowe to wysoce eksperymentalne wersje Ferdi, które mogą zawierać niedopracowane lub nieukończone funkcje. Te kompilacje są przewidziane głównie dla programistów testujących nowe funkcje będące w opracowaniu oraz ostateczne działanie ukończonej kompilacji. Jeśli nie masz pewności co do tej funkcji, zalecamy nie włączać wersji testowych.",
17 "feature.nightlyBuilds.title": "Kompilacje testowe", 15 "feature.nightlyBuilds.title": "Kompilacje testowe",
18 "feature.publishDebugInfo.error": "Wystąpił błąd podczas publikowania informacji o debugowaniu. Spróbuj ponownie później lub sprawdź konsolę po więcej informacji.", 16 "feature.publishDebugInfo.error": "Wystąpił błąd podczas publikowania informacji o debugowaniu. Spróbuj ponownie później lub sprawdź konsolę po więcej informacji.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Szukaj...", 24 "feature.quickSwitch.search": "Szukaj...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online", 26 "global.api.unhealthy": "Nie można połączyć się z usługami Ferdi online",
27 "global.cancel": "Anuluj",
29 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.", 28 "global.notConnectedToTheInternet": "Nie masz połączenia z Internetem.",
30 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})", 29 "global.spellchecker.useDefault": "Użyj domyślnego dla systemu ({default})",
31 "global.spellchecking.autodetect": "Automatycznie wykryj język", 30 "global.spellchecking.autodetect": "Automatycznie wykryj język",
32 "global.spellchecking.autodetect.short": "Automatycznie", 31 "global.spellchecking.autodetect.short": "Automatycznie",
33 "global.spellchecking.language": "Język sprawdzania pisowni", 32 "global.spellchecking.language": "Język sprawdzania pisowni",
33 "global.submit": "Wyślij",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importuj usługi Ferdi 4", 36 "import.headline": "Importuj usługi Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Zaloguj się na swoje konto", 145 "password.link.login": "Zaloguj się na swoje konto",
146 "password.link.signup": "Załóż darmowe konto", 146 "password.link.signup": "Załóż darmowe konto",
147 "password.noUser": "Nie znaleziono użytkownika z takim adresem email", 147 "password.noUser": "Nie znaleziono użytkownika z takim adresem email",
148 "password.submit.label": "Wyślij",
149 "password.successInfo": "Proszę sprawdzić swój email", 148 "password.successInfo": "Proszę sprawdzić swój email",
150 "pricing.features.accountSync": "Synchronizacja konta", 149 "pricing.features.accountSync": "Synchronizacja konta",
151 "pricing.features.customWebsites": "Dodawanie dowolnych stron internetowych", 150 "pricing.features.customWebsites": "Dodawanie dowolnych stron internetowych",
diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json
index 610882591..7e0705a8d 100644
--- a/src/i18n/locales/pt-BR.json
+++ b/src/i18n/locales/pt-BR.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Servidor personalizado", 4 "changeserver.customServerLabel": "Servidor personalizado",
5 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.submit": "Confirmar",
8 "changeserver.urlError": "Informe uma URL válida", 7 "changeserver.urlError": "Informe uma URL válida",
9 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão salvas", 8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão salvas",
10 "connectionLostBanner.cta": "Recarregar serviço", 9 "connectionLostBanner.cta": "Recarregar serviço",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Ah não! Ferdi perdeu a conexão com {name}.", 11 "connectionLostBanner.message": "Ah não! Ferdi perdeu a conexão com {name}.",
13 "feature.debugger.title": "Publicar informações de depuração", 12 "feature.debugger.title": "Publicar informações de depuração",
14 "feature.nightlyBuilds.activate": "Ativar", 13 "feature.nightlyBuilds.activate": "Ativar",
15 "feature.nightlyBuilds.cancel": "Cancelar",
16 "feature.nightlyBuilds.info": "Versões noturnas são versões do Ferdi altamente experimentais que podem conter funcionalidades não finalizadas ou não concluídas. Essas compilações noturnas são usadas principalmente por desenvolvedores para testar seus recursos recém-desenvolvidos e como eles irão se comportar na versão final. Se você não sabe o que está fazendo, sugerimos não ativar versões noturnas.", 14 "feature.nightlyBuilds.info": "Versões noturnas são versões do Ferdi altamente experimentais que podem conter funcionalidades não finalizadas ou não concluídas. Essas compilações noturnas são usadas principalmente por desenvolvedores para testar seus recursos recém-desenvolvidos e como eles irão se comportar na versão final. Se você não sabe o que está fazendo, sugerimos não ativar versões noturnas.",
17 "feature.nightlyBuilds.title": "Versões noturnas", 15 "feature.nightlyBuilds.title": "Versões noturnas",
18 "feature.publishDebugInfo.error": "Ocorreu um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou verifique o console para mais informações.", 16 "feature.publishDebugInfo.error": "Ocorreu um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou verifique o console para mais informações.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Localizar...", 24 "feature.quickSwitch.search": "Localizar...",
27 "feature.quickSwitch.title": "Troca Rápida", 25 "feature.quickSwitch.title": "Troca Rápida",
28 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi", 26 "global.api.unhealthy": "Não foi possível estabelecer ligação aos serviços do Ferdi",
27 "global.cancel": "Cancelar",
29 "global.notConnectedToTheInternet": "Você não está conectado à internet.", 28 "global.notConnectedToTheInternet": "Você não está conectado à internet.",
30 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})", 29 "global.spellchecker.useDefault": "Utilizar o Padrão do Sistema ({default})",
31 "global.spellchecking.autodetect": "Detectar a idioma automaticamente", 30 "global.spellchecking.autodetect": "Detectar a idioma automaticamente",
32 "global.spellchecking.autodetect.short": "Automático", 31 "global.spellchecking.autodetect.short": "Automático",
33 "global.spellchecking.language": "Idioma para correção ortográfica", 32 "global.spellchecking.language": "Idioma para correção ortográfica",
33 "global.submit": "Confirmar",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (para descobrir) ou 'https://developers.whatismybrowser.com/useragents/explore/' (para escolher) o agente de usuário desejado e copie e cole aqui.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importar os seus serviços do Ferdi 4", 36 "import.headline": "Importar os seus serviços do Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Iniciar sessão", 145 "password.link.login": "Iniciar sessão",
146 "password.link.signup": "Criar uma conta gratuita", 146 "password.link.signup": "Criar uma conta gratuita",
147 "password.noUser": "Não existe nenhuma conta associada a esse endereço de e-mail", 147 "password.noUser": "Não existe nenhuma conta associada a esse endereço de e-mail",
148 "password.submit.label": "Confirmar",
149 "password.successInfo": "Por favor, verifique seu e-mail", 148 "password.successInfo": "Por favor, verifique seu e-mail",
150 "pricing.features.accountSync": "Sincronização da conta", 149 "pricing.features.accountSync": "Sincronização da conta",
151 "pricing.features.customWebsites": "Adicionar Websites Personalizados", 150 "pricing.features.customWebsites": "Adicionar Websites Personalizados",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 5344bb9c0..c5fa7c21b 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Servidor personalizado", 4 "changeserver.customServerLabel": "Servidor personalizado",
5 "changeserver.headline": "Alterar servidor", 5 "changeserver.headline": "Alterar servidor",
6 "changeserver.label": "Servidor", 6 "changeserver.label": "Servidor",
7 "changeserver.submit": "Enviar",
8 "changeserver.urlError": "Introduza um URL válido", 7 "changeserver.urlError": "Introduza um URL válido",
9 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão gravadas", 8 "changeserver.warning": "As configurações extras oferecidas pelo Ferdi não serão gravadas",
10 "connectionLostBanner.cta": "Reiniciar serviço", 9 "connectionLostBanner.cta": "Reiniciar serviço",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh não! O Ferdi perdeu a ligação com {name}.", 11 "connectionLostBanner.message": "Oh não! O Ferdi perdeu a ligação com {name}.",
13 "feature.debugger.title": "Publicar informações de depuração", 12 "feature.debugger.title": "Publicar informações de depuração",
14 "feature.nightlyBuilds.activate": "Activar", 13 "feature.nightlyBuilds.activate": "Activar",
15 "feature.nightlyBuilds.cancel": "Cancelar",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "Houve um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou visualize a consola para mais informações.", 16 "feature.publishDebugInfo.error": "Houve um erro ao tentar publicar as informações de depuração. Por favor, tente novamente mais tarde ou visualize a consola para mais informações.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "A procurar...", 24 "feature.quickSwitch.search": "A procurar...",
27 "feature.quickSwitch.title": "Troca Rápida", 25 "feature.quickSwitch.title": "Troca Rápida",
28 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi", 26 "global.api.unhealthy": "Não é possível ligar aos serviços online de Ferdi",
27 "global.cancel": "Cancelar",
29 "global.notConnectedToTheInternet": "Não está ligado à internet.", 28 "global.notConnectedToTheInternet": "Não está ligado à internet.",
30 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})", 29 "global.spellchecker.useDefault": "Use o padrão de sistema ({default})",
31 "global.spellchecking.autodetect": "Detectar idioma automaticamente", 30 "global.spellchecking.autodetect": "Detectar idioma automaticamente",
32 "global.spellchecking.autodetect.short": "Automático", 31 "global.spellchecking.autodetect.short": "Automático",
33 "global.spellchecking.language": "Idioma para corrector ortográfico", 32 "global.spellchecking.language": "Idioma para corrector ortográfico",
33 "global.submit": "Enviar",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importe os seus serviços do Ferdi 4", 36 "import.headline": "Importe os seus serviços do Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Entrar na sua conta", 145 "password.link.login": "Entrar na sua conta",
146 "password.link.signup": "Criar uma conta gratuita", 146 "password.link.signup": "Criar uma conta gratuita",
147 "password.noUser": "Não foi encontrado nenhum utilizador com este e-mail", 147 "password.noUser": "Não foi encontrado nenhum utilizador com este e-mail",
148 "password.submit.label": "Enviar",
149 "password.successInfo": "Por favor, verifique o seu e-mail", 148 "password.successInfo": "Por favor, verifique o seu e-mail",
150 "pricing.features.accountSync": "Sincronização de conta", 149 "pricing.features.accountSync": "Sincronização de conta",
151 "pricing.features.customWebsites": "Adicionar Websites Personalizados", 150 "pricing.features.customWebsites": "Adicionar Websites Personalizados",
diff --git a/src/i18n/locales/ro.json b/src/i18n/locales/ro.json
index 91090ae5f..6e8f8f724 100644
--- a/src/i18n/locales/ro.json
+++ b/src/i18n/locales/ro.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Introduceți un URL valid", 7 "changeserver.urlError": "Introduceți un URL valid",
9 "changeserver.warning": "Setările suplimentare oferite de Ferdi nu vor fi salvate", 8 "changeserver.warning": "Setările suplimentare oferite de Ferdi nu vor fi salvate",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh nu! Ferdi a pierdut conexiunea cu {name}.", 11 "connectionLostBanner.message": "Oh nu! Ferdi a pierdut conexiunea cu {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activare", 13 "feature.nightlyBuilds.activate": "Activare",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Căutare...", 24 "feature.quickSwitch.search": "Căutare...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online", 26 "global.api.unhealthy": "Nu se pot conecta la Ferdi servicii online",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "Nu ești conectat la internet.", 28 "global.notConnectedToTheInternet": "Nu ești conectat la internet.",
30 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})", 29 "global.spellchecker.useDefault": "Folosește sistemul implicit ({default})",
31 "global.spellchecking.autodetect": "Detectează limba automat", 30 "global.spellchecking.autodetect": "Detectează limba automat",
32 "global.spellchecking.autodetect.short": "Automat", 31 "global.spellchecking.autodetect.short": "Automat",
33 "global.spellchecking.language": "Limba de verificare a ortografiei", 32 "global.spellchecking.language": "Limba de verificare a ortografiei",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importă serviciile tale Ferdi 4", 36 "import.headline": "Importă serviciile tale Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 5ff32e6b8..ff8f2e84b 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Пользовательский сервер", 4 "changeserver.customServerLabel": "Пользовательский сервер",
5 "changeserver.headline": "Изменить сервер", 5 "changeserver.headline": "Изменить сервер",
6 "changeserver.label": "Сервер", 6 "changeserver.label": "Сервер",
7 "changeserver.submit": "Принять",
8 "changeserver.urlError": "Введите допустимый URL-адрес", 7 "changeserver.urlError": "Введите допустимый URL-адрес",
9 "changeserver.warning": "Дополнительные настройки, предлагаемые Ферди, не будут сохранены", 8 "changeserver.warning": "Дополнительные настройки, предлагаемые Ферди, не будут сохранены",
10 "connectionLostBanner.cta": "Перезапустить сервис", 9 "connectionLostBanner.cta": "Перезапустить сервис",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "О нет! Ферди потерял связь с {name}.", 11 "connectionLostBanner.message": "О нет! Ферди потерял связь с {name}.",
13 "feature.debugger.title": "Опубликовать отладочную информацию", 12 "feature.debugger.title": "Опубликовать отладочную информацию",
14 "feature.nightlyBuilds.activate": "Активировать", 13 "feature.nightlyBuilds.activate": "Активировать",
15 "feature.nightlyBuilds.cancel": "Отмена",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Поиск...", 24 "feature.quickSwitch.search": "Поиск...",
27 "feature.quickSwitch.title": "Быстрое переключение", 25 "feature.quickSwitch.title": "Быстрое переключение",
28 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi", 26 "global.api.unhealthy": "Невозможно подключиться к онлайн-сервисам Ferdi",
27 "global.cancel": "Отмена",
29 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет", 28 "global.notConnectedToTheInternet": "Вы не подключены к сети Интернет",
30 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})", 29 "global.spellchecker.useDefault": "Использовать системные параметры по умолчанию ({default})",
31 "global.spellchecking.autodetect": "Найти язык автоматически", 30 "global.spellchecking.autodetect": "Найти язык автоматически",
32 "global.spellchecking.autodetect.short": "Авто", 31 "global.spellchecking.autodetect.short": "Авто",
33 "global.spellchecking.language": "Проверка правописания", 32 "global.spellchecking.language": "Проверка правописания",
33 "global.submit": "Принять",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Импортировать ваши сервисы из Ferdi 4", 36 "import.headline": "Импортировать ваши сервисы из Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Вход", 145 "password.link.login": "Вход",
146 "password.link.signup": "Создать бесплатный аккаунт", 146 "password.link.signup": "Создать бесплатный аккаунт",
147 "password.noUser": "Не найдено пользователя с таким адресом электронной почты", 147 "password.noUser": "Не найдено пользователя с таким адресом электронной почты",
148 "password.submit.label": "Принять",
149 "password.successInfo": "Проверьте вашу электронную почту", 148 "password.successInfo": "Проверьте вашу электронную почту",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Добавить пользовательские веб-сайты", 150 "pricing.features.customWebsites": "Добавить пользовательские веб-сайты",
diff --git a/src/i18n/locales/si.json b/src/i18n/locales/si.json
index 940864fa0..4291a575f 100644
--- a/src/i18n/locales/si.json
+++ b/src/i18n/locales/si.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
20 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
21 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
22 "global.submit": "යවන්න",
22 "import.headline": "ඔබගේ ෆ්රාන්ස් සේවාවන් නැවත ඇතුලත් කරගන්න.", 23 "import.headline": "ඔබගේ ෆ්රාන්ස් සේවාවන් නැවත ඇතුලත් කරගන්න.",
23 "import.notSupportedHeadline": "සේවාවන් සඳහා ෆ්රාන්ස් 5 හි තවමත් පහසුකම් සලසා නැත.", 24 "import.notSupportedHeadline": "සේවාවන් සඳහා ෆ්රාන්ස් 5 හි තවමත් පහසුකම් සලසා නැත.",
24 "import.skip.label": "සේවාවන් මවිසින් ඇතුලත් කල යුතුය. ", 25 "import.skip.label": "සේවාවන් මවිසින් ඇතුලත් කල යුතුය. ",
@@ -109,7 +110,6 @@
109 "password.link.login": "ඔබේ ගිණුමට ඇතුල් වන්න ", 110 "password.link.login": "ඔබේ ගිණුමට ඇතුල් වන්න ",
110 "password.link.signup": "නව නොමිල ගිණුමක් අරඹන්න ", 111 "password.link.signup": "නව නොමිල ගිණුමක් අරඹන්න ",
111 "password.noUser": "එම විද්‍යුත් තැපැල් ලිපිනය යටතේ කිසිදු පරිශීලකයෙක් නොමැත ", 112 "password.noUser": "එම විද්‍යුත් තැපැල් ලිපිනය යටතේ කිසිදු පරිශීලකයෙක් නොමැත ",
112 "password.submit.label": "යවන්න",
113 "password.successInfo": "කරුණාකර ඔබේ විද්‍යුත් තැපෑල පිරික්සන්න", 113 "password.successInfo": "කරුණාකර ඔබේ විද්‍යුත් තැපෑල පිරික්සන්න",
114 "premiumFeature.button.upgradeAccount": "Upgrade account", 114 "premiumFeature.button.upgradeAccount": "Upgrade account",
115 "pricing.features.accountSync": "Account Synchronisation", 115 "pricing.features.accountSync": "Account Synchronisation",
diff --git a/src/i18n/locales/sk.json b/src/i18n/locales/sk.json
index f0839a7e9..976835f60 100644
--- a/src/i18n/locales/sk.json
+++ b/src/i18n/locales/sk.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Vlastný server", 4 "changeserver.customServerLabel": "Vlastný server",
5 "changeserver.headline": "Zmeniť server", 5 "changeserver.headline": "Zmeniť server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Odoslať",
8 "changeserver.urlError": "Zadajte platnú adresu URL", 7 "changeserver.urlError": "Zadajte platnú adresu URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Obnoviť službu", 9 "connectionLostBanner.cta": "Obnoviť službu",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh nie! Ferdi stratil pripojenie k {name}.", 11 "connectionLostBanner.message": "Oh nie! Ferdi stratil pripojenie k {name}.",
13 "feature.debugger.title": "Zverejniť informácie ladenia", 12 "feature.debugger.title": "Zverejniť informácie ladenia",
14 "feature.nightlyBuilds.activate": "Aktivovať", 13 "feature.nightlyBuilds.activate": "Aktivovať",
15 "feature.nightlyBuilds.cancel": "Zrušiť",
16 "feature.nightlyBuilds.info": "Tzv. \"nočné verzie\" sú vysoko experimentálne verzie Ferdi, ktoré môžu obsahovať nedoladená alebo nedokončené funkcie. Tieto verzie sú používané predovšetkým vývojármi, aby otestovali novo-vyvíjané funkcie a spôsob, akým sa budú správať vo finálnej verzii. Ak neviete čo robíte, navrhujeme neaktivovať tieto experimentálne verzie.", 14 "feature.nightlyBuilds.info": "Tzv. \"nočné verzie\" sú vysoko experimentálne verzie Ferdi, ktoré môžu obsahovať nedoladená alebo nedokončené funkcie. Tieto verzie sú používané predovšetkým vývojármi, aby otestovali novo-vyvíjané funkcie a spôsob, akým sa budú správať vo finálnej verzii. Ak neviete čo robíte, navrhujeme neaktivovať tieto experimentálne verzie.",
17 "feature.nightlyBuilds.title": "Vývojárske verzie", 15 "feature.nightlyBuilds.title": "Vývojárske verzie",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Hľadať...", 24 "feature.quickSwitch.search": "Hľadať...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi", 26 "global.api.unhealthy": "Nedá sa pripojiť k online službám Ferdi",
27 "global.cancel": "Zrušiť",
29 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.", 28 "global.notConnectedToTheInternet": "Nie ste pripojení k internetu.",
30 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})", 29 "global.spellchecker.useDefault": "Použiť predvolené nastavenie systému ({default})",
31 "global.spellchecking.autodetect": "Automaticky rozpoznať jazyk", 30 "global.spellchecking.autodetect": "Automaticky rozpoznať jazyk",
32 "global.spellchecking.autodetect.short": "Automatický", 31 "global.spellchecking.autodetect.short": "Automatický",
33 "global.spellchecking.language": "Jazyk kontroly pravopisu", 32 "global.spellchecking.language": "Jazyk kontroly pravopisu",
33 "global.submit": "Odoslať",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importovať vaše služby z Ferdi 4", 36 "import.headline": "Importovať vaše služby z Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Prihlásiť sa do vášho účtu", 145 "password.link.login": "Prihlásiť sa do vášho účtu",
146 "password.link.signup": "Vytvoriť používateľský účet zdarma", 146 "password.link.signup": "Vytvoriť používateľský účet zdarma",
147 "password.noUser": "Používateľ s touto e-mailovou adresou nebol nájdený", 147 "password.noUser": "Používateľ s touto e-mailovou adresou nebol nájdený",
148 "password.submit.label": "Odoslať",
149 "password.successInfo": "Skontrolujte prosím váš e-mail", 148 "password.successInfo": "Skontrolujte prosím váš e-mail",
150 "pricing.features.accountSync": "Synchronizácia účtu", 149 "pricing.features.accountSync": "Synchronizácia účtu",
151 "pricing.features.customWebsites": "Pridať vlastnú webstránku", 150 "pricing.features.customWebsites": "Pridať vlastnú webstránku",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 391309b1f..b72cc8fe3 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/sq.json b/src/i18n/locales/sq.json
index fd1cbf1fd..db74679c0 100644
--- a/src/i18n/locales/sq.json
+++ b/src/i18n/locales/sq.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "Detect language automatically", 19 "global.spellchecking.autodetect": "Detect language automatically",
20 "global.spellchecking.autodetect.short": "Automatic", 20 "global.spellchecking.autodetect.short": "Automatic",
21 "global.spellchecking.language": "Spell checking language", 21 "global.spellchecking.language": "Spell checking language",
22 "global.submit": "Submit",
22 "import.headline": "Import your Ferdi 4 services", 23 "import.headline": "Import your Ferdi 4 services",
23 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 24 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
24 "import.skip.label": "I want to add services manually", 25 "import.skip.label": "I want to add services manually",
@@ -109,7 +110,6 @@
109 "password.link.login": "Sign in to your account", 110 "password.link.login": "Sign in to your account",
110 "password.link.signup": "Create a free account", 111 "password.link.signup": "Create a free account",
111 "password.noUser": "No user with that email address was found", 112 "password.noUser": "No user with that email address was found",
112 "password.submit.label": "Submit",
113 "password.successInfo": "Please check your email", 113 "password.successInfo": "Please check your email",
114 "premiumFeature.button.upgradeAccount": "Upgrade account", 114 "premiumFeature.button.upgradeAccount": "Upgrade account",
115 "pricing.features.accountSync": "Account Synchronisation", 115 "pricing.features.accountSync": "Account Synchronisation",
diff --git a/src/i18n/locales/sr.json b/src/i18n/locales/sr.json
index 2f71d924b..e26c88b4b 100644
--- a/src/i18n/locales/sr.json
+++ b/src/i18n/locales/sr.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Prilagođen server", 4 "changeserver.customServerLabel": "Prilagođen server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Сервер", 6 "changeserver.label": "Сервер",
7 "changeserver.submit": "Pošalji",
8 "changeserver.urlError": "Унесите исправан URL", 7 "changeserver.urlError": "Унесите исправан URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Поново учирај услугу", 9 "connectionLostBanner.cta": "Поново учирај услугу",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Активирај", 13 "feature.nightlyBuilds.activate": "Активирај",
15 "feature.nightlyBuilds.cancel": "Odustani",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ", 26 "global.api.unhealthy": "Nije moguće pristupiti Ferdi-ovim on-line servisima. ",
27 "global.cancel": "Odustani",
29 "global.notConnectedToTheInternet": "Niste povezani sa serverom.", 28 "global.notConnectedToTheInternet": "Niste povezani sa serverom.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Аутоматски", 31 "global.spellchecking.autodetect.short": "Аутоматски",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Pošalji",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Uvezite svoje Ferdi 4 servise", 36 "import.headline": "Uvezite svoje Ferdi 4 servise",
@@ -145,7 +145,6 @@
145 "password.link.login": "Prijavite se na Vaš račun", 145 "password.link.login": "Prijavite se na Vaš račun",
146 "password.link.signup": "Stvorite besplatan račun", 146 "password.link.signup": "Stvorite besplatan račun",
147 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom", 147 "password.noUser": "Ne postoji ni jedan korisnik s tom e-mail adresom",
148 "password.submit.label": "Pošalji",
149 "password.successInfo": "Molimo Vas da provjerite vašu e-mail adresu", 148 "password.successInfo": "Molimo Vas da provjerite vašu e-mail adresu",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index 7897fbc45..da9a77846 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Anpassad server", 4 "changeserver.customServerLabel": "Anpassad server",
5 "changeserver.headline": "Byt server", 5 "changeserver.headline": "Byt server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Skicka",
8 "changeserver.urlError": "Ange en giltig URL", 7 "changeserver.urlError": "Ange en giltig URL",
9 "changeserver.warning": "Extra inställningar från Ferdi kommer inte sparas", 8 "changeserver.warning": "Extra inställningar från Ferdi kommer inte sparas",
10 "connectionLostBanner.cta": "Ladda om tjänst", 9 "connectionLostBanner.cta": "Ladda om tjänst",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Åh nej! Ferdi förlorade anslutningen till {name}.", 11 "connectionLostBanner.message": "Åh nej! Ferdi förlorade anslutningen till {name}.",
13 "feature.debugger.title": "Skicka felsökningsinformation", 12 "feature.debugger.title": "Skicka felsökningsinformation",
14 "feature.nightlyBuilds.activate": "Aktivera", 13 "feature.nightlyBuilds.activate": "Aktivera",
15 "feature.nightlyBuilds.cancel": "Avbryt",
16 "feature.nightlyBuilds.info": "Nattliga kompileringar är väldigt experimentella versioner av Ferdi som kan innehålla ofärdiga och ännu ej testade funktioner. Nattliga kompilering är i första hand tänkt för utvecklare för att kunna testa hur nya funktioner fungerar och presterar. Är du osäker på vad detta innebär rekommenderas du att inte aktivera nattliga kompileringar.", 14 "feature.nightlyBuilds.info": "Nattliga kompileringar är väldigt experimentella versioner av Ferdi som kan innehålla ofärdiga och ännu ej testade funktioner. Nattliga kompilering är i första hand tänkt för utvecklare för att kunna testa hur nya funktioner fungerar och presterar. Är du osäker på vad detta innebär rekommenderas du att inte aktivera nattliga kompileringar.",
17 "feature.nightlyBuilds.title": "Nattlig kompilering", 15 "feature.nightlyBuilds.title": "Nattlig kompilering",
18 "feature.publishDebugInfo.error": "Ett fel uppstod när felsökningsinformationen skulle skickas. Försök igen senare eller se konsolen för mer information.", 16 "feature.publishDebugInfo.error": "Ett fel uppstod när felsökningsinformationen skulle skickas. Försök igen senare eller se konsolen för mer information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Sök...", 24 "feature.quickSwitch.search": "Sök...",
27 "feature.quickSwitch.title": "Snabbväxling", 25 "feature.quickSwitch.title": "Snabbväxling",
28 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster", 26 "global.api.unhealthy": "Kan inte ansluta till Ferdis onlinetjänster",
27 "global.cancel": "Avbryt",
29 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.", 28 "global.notConnectedToTheInternet": "Du är inte ansluten till Internet.",
30 "global.spellchecker.useDefault": "Använd systemstandard ({default})", 29 "global.spellchecker.useDefault": "Använd systemstandard ({default})",
31 "global.spellchecking.autodetect": "Identifiera språk automatiskt", 30 "global.spellchecking.autodetect": "Identifiera språk automatiskt",
32 "global.spellchecking.autodetect.short": "Automatisk", 31 "global.spellchecking.autodetect.short": "Automatisk",
33 "global.spellchecking.language": "Rättstavningsspråk", 32 "global.spellchecking.language": "Rättstavningsspråk",
33 "global.submit": "Skicka",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Importera dina Ferdi 4-tjänster", 36 "import.headline": "Importera dina Ferdi 4-tjänster",
@@ -145,7 +145,6 @@
145 "password.link.login": "Logga in på ditt konto", 145 "password.link.login": "Logga in på ditt konto",
146 "password.link.signup": "Skapa ett gratis konto", 146 "password.link.signup": "Skapa ett gratis konto",
147 "password.noUser": "Ingen användare med den e-postadressen hittades", 147 "password.noUser": "Ingen användare med den e-postadressen hittades",
148 "password.submit.label": "Skicka",
149 "password.successInfo": "Vänligen kontrollera din e-post", 148 "password.successInfo": "Vänligen kontrollera din e-post",
150 "pricing.features.accountSync": "Synkronisering av konto", 149 "pricing.features.accountSync": "Synkronisering av konto",
151 "pricing.features.customWebsites": "Lägg till egna webbplatser", 150 "pricing.features.customWebsites": "Lägg till egna webbplatser",
diff --git a/src/i18n/locales/te.json b/src/i18n/locales/te.json
index d39baac38..807ae00ec 100644
--- a/src/i18n/locales/te.json
+++ b/src/i18n/locales/te.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "Server", 6 "changeserver.label": "Server",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "Reload Service", 9 "connectionLostBanner.cta": "Reload Service",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "Publish debugging information", 12 "feature.debugger.title": "Publish debugging information",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "Cancel",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Can't connect to Ferdi online services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel",
29 "global.notConnectedToTheInternet": "You are not connected to the internet.", 28 "global.notConnectedToTheInternet": "You are not connected to the internet.",
30 "global.spellchecker.useDefault": "Use System Default ({default})", 29 "global.spellchecker.useDefault": "Use System Default ({default})",
31 "global.spellchecking.autodetect": "Detect language automatically", 30 "global.spellchecking.autodetect": "Detect language automatically",
32 "global.spellchecking.autodetect.short": "Automatic", 31 "global.spellchecking.autodetect.short": "Automatic",
33 "global.spellchecking.language": "Spell checking language", 32 "global.spellchecking.language": "Spell checking language",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Import your Ferdi 4 services", 36 "import.headline": "Import your Ferdi 4 services",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json
index 2e7422d6a..f2ee005ca 100644
--- a/src/i18n/locales/tr.json
+++ b/src/i18n/locales/tr.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Özel sunucu", 4 "changeserver.customServerLabel": "Özel sunucu",
5 "changeserver.headline": "Sunucuyu değiştir", 5 "changeserver.headline": "Sunucuyu değiştir",
6 "changeserver.label": "Sunucu", 6 "changeserver.label": "Sunucu",
7 "changeserver.submit": "Gönder",
8 "changeserver.urlError": "Geçerli bir URL girin", 7 "changeserver.urlError": "Geçerli bir URL girin",
9 "changeserver.warning": "Ferdi'nin sunduğu ekstra ayarlar kaydedilmeyecektir", 8 "changeserver.warning": "Ferdi'nin sunduğu ekstra ayarlar kaydedilmeyecektir",
10 "connectionLostBanner.cta": "Servisi Tekrar Yükle", 9 "connectionLostBanner.cta": "Servisi Tekrar Yükle",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Nayır, nolamaz! Ferdi {name} ile bağlantısını yitirdi.", 11 "connectionLostBanner.message": "Nayır, nolamaz! Ferdi {name} ile bağlantısını yitirdi.",
13 "feature.debugger.title": "Hata ayıklama bilgisini yayımla", 12 "feature.debugger.title": "Hata ayıklama bilgisini yayımla",
14 "feature.nightlyBuilds.activate": "Etkinleştir", 13 "feature.nightlyBuilds.activate": "Etkinleştir",
15 "feature.nightlyBuilds.cancel": "İptal",
16 "feature.nightlyBuilds.info": "Nightly yapılar Ferdi'nin deneysel sürümleri olup tamamlanmamış özellikler içerebilir. Bu nightly yapılar genellikle geliştiriciler tarafından yeni özellikleri deneyip geliştirmek için kullanılır. Ne yaptığınızı bilmiyorsanız nightly yapıları etkinleştirmeyin.", 14 "feature.nightlyBuilds.info": "Nightly yapılar Ferdi'nin deneysel sürümleri olup tamamlanmamış özellikler içerebilir. Bu nightly yapılar genellikle geliştiriciler tarafından yeni özellikleri deneyip geliştirmek için kullanılır. Ne yaptığınızı bilmiyorsanız nightly yapıları etkinleştirmeyin.",
17 "feature.nightlyBuilds.title": "Nightly Yapılar", 15 "feature.nightlyBuilds.title": "Nightly Yapılar",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Ara...", 24 "feature.quickSwitch.search": "Ara...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor", 26 "global.api.unhealthy": "Ferdi hizmetlerine şu anda erişilemiyor",
27 "global.cancel": "İptal",
29 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.", 28 "global.notConnectedToTheInternet": "İnternete bağlı değilsiniz.",
30 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})", 29 "global.spellchecker.useDefault": "Sistem Dilini Kullan ({default})",
31 "global.spellchecking.autodetect": "Dili otomatik tespit et", 30 "global.spellchecking.autodetect": "Dili otomatik tespit et",
32 "global.spellchecking.autodetect.short": "Otomatik", 31 "global.spellchecking.autodetect.short": "Otomatik",
33 "global.spellchecking.language": "İmla kontrol dili", 32 "global.spellchecking.language": "İmla kontrol dili",
33 "global.submit": "Gönder",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "Ferdi 4 servislerinizi içeri aktarın", 36 "import.headline": "Ferdi 4 servislerinizi içeri aktarın",
@@ -145,7 +145,6 @@
145 "password.link.login": "Hesabına giriş yap", 145 "password.link.login": "Hesabına giriş yap",
146 "password.link.signup": "Ücretsiz hesap oluştur", 146 "password.link.signup": "Ücretsiz hesap oluştur",
147 "password.noUser": "Bu e-posta adresinde bir kullanıcı bulunamadı", 147 "password.noUser": "Bu e-posta adresinde bir kullanıcı bulunamadı",
148 "password.submit.label": "Gönder",
149 "password.successInfo": "E-postanızı kontrol ediniz", 148 "password.successInfo": "E-postanızı kontrol ediniz",
150 "pricing.features.accountSync": "Hesap Eşitleme", 149 "pricing.features.accountSync": "Hesap Eşitleme",
151 "pricing.features.customWebsites": "Özel Siteler Ekle", 150 "pricing.features.customWebsites": "Özel Siteler Ekle",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 22cb9c495..bb214597e 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Користувацький сервер", 4 "changeserver.customServerLabel": "Користувацький сервер",
5 "changeserver.headline": "Змінити сервер", 5 "changeserver.headline": "Змінити сервер",
6 "changeserver.label": "Сервер", 6 "changeserver.label": "Сервер",
7 "changeserver.submit": "Подати",
8 "changeserver.urlError": "Введіть дійсний URL", 7 "changeserver.urlError": "Введіть дійсний URL",
9 "changeserver.warning": "Додаткові налаштування, запропоновані Ферді не будуть збережені", 8 "changeserver.warning": "Додаткові налаштування, запропоновані Ферді не будуть збережені",
10 "connectionLostBanner.cta": "Перезавантажити сервіс", 9 "connectionLostBanner.cta": "Перезавантажити сервіс",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.", 11 "connectionLostBanner.message": "О ні! Ферді втратив з'єднання з {name}.",
13 "feature.debugger.title": "Опублікувати інформацію для налагодження", 12 "feature.debugger.title": "Опублікувати інформацію для налагодження",
14 "feature.nightlyBuilds.activate": "Активувати", 13 "feature.nightlyBuilds.activate": "Активувати",
15 "feature.nightlyBuilds.cancel": "Відмінити",
16 "feature.nightlyBuilds.info": "Нічні збірки - це високоекспериментальні версії Ferdi, що можуть містити \"неполіровані\" або незавершені функції. Нічні збірки в основному використовуються розробниками, щоб перевірити свої нові функції та те, як вони будуть працювати в фінальній версії. Якщо ви не знаєте, що ви робите, то радимо не активувати нічні збірки.", 14 "feature.nightlyBuilds.info": "Нічні збірки - це високоекспериментальні версії Ferdi, що можуть містити \"неполіровані\" або незавершені функції. Нічні збірки в основному використовуються розробниками, щоб перевірити свої нові функції та те, як вони будуть працювати в фінальній версії. Якщо ви не знаєте, що ви робите, то радимо не активувати нічні збірки.",
17 "feature.nightlyBuilds.title": "Нічні збірки", 15 "feature.nightlyBuilds.title": "Нічні збірки",
18 "feature.publishDebugInfo.error": "Сталася помилка під час спроби опублікувати інформацію для налагодження. Будь ласка, спробуйте ще раз пізніше або перегляньте консоль для отримання додаткової інформації.", 16 "feature.publishDebugInfo.error": "Сталася помилка під час спроби опублікувати інформацію для налагодження. Будь ласка, спробуйте ще раз пізніше або перегляньте консоль для отримання додаткової інформації.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Пошук...", 24 "feature.quickSwitch.search": "Пошук...",
27 "feature.quickSwitch.title": "Швидке перемикання", 25 "feature.quickSwitch.title": "Швидке перемикання",
28 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi", 26 "global.api.unhealthy": "Не можливо підключитись до онлайн сервісів Ferdi",
27 "global.cancel": "Відмінити",
29 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.", 28 "global.notConnectedToTheInternet": "Ви не підключені до Інтернету.",
30 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})", 29 "global.spellchecker.useDefault": "Використовувати системні параметри за змовчуванням ({default})",
31 "global.spellchecking.autodetect": "Автоматично визначати мову", 30 "global.spellchecking.autodetect": "Автоматично визначати мову",
32 "global.spellchecking.autodetect.short": "Автоматично", 31 "global.spellchecking.autodetect.short": "Автоматично",
33 "global.spellchecking.language": "Мова перевірки правопису", 32 "global.spellchecking.language": "Мова перевірки правопису",
33 "global.submit": "Подати",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "Ідентифікатор браузера", 35 "global.userAgentPref": "Ідентифікатор браузера",
36 "import.headline": "Імпортувати ваші сервіси з Ferdi 4", 36 "import.headline": "Імпортувати ваші сервіси з Ferdi 4",
@@ -145,7 +145,6 @@
145 "password.link.login": "Увійти до вашого акаунту", 145 "password.link.login": "Увійти до вашого акаунту",
146 "password.link.signup": "Створити безплатний акаунт", 146 "password.link.signup": "Створити безплатний акаунт",
147 "password.noUser": "Не знайдено жодного користувача з цією email адресою", 147 "password.noUser": "Не знайдено жодного користувача з цією email адресою",
148 "password.submit.label": "Подати",
149 "password.successInfo": "Будь ласка, перевірте ваш email", 148 "password.successInfo": "Будь ласка, перевірте ваш email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 2d099ac6d..2f93c2770 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Máy chủ tùy chỉnh", 4 "changeserver.customServerLabel": "Máy chủ tùy chỉnh",
5 "changeserver.headline": "Thay đổi máy chủ", 5 "changeserver.headline": "Thay đổi máy chủ",
6 "changeserver.label": "Máy chủ", 6 "changeserver.label": "Máy chủ",
7 "changeserver.submit": "Gửi",
8 "changeserver.urlError": "Nhập địa chỉ web", 7 "changeserver.urlError": "Nhập địa chỉ web",
9 "changeserver.warning": "Cài đặt mở rộng sẽ không được lưu lại", 8 "changeserver.warning": "Cài đặt mở rộng sẽ không được lưu lại",
10 "connectionLostBanner.cta": "Tải lại dịch vụ", 9 "connectionLostBanner.cta": "Tải lại dịch vụ",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Mất kết nối tới {name}.", 11 "connectionLostBanner.message": "Mất kết nối tới {name}.",
13 "feature.debugger.title": "Gửi thông tin gỡ lỗi", 12 "feature.debugger.title": "Gửi thông tin gỡ lỗi",
14 "feature.nightlyBuilds.activate": "Kích hoạt", 13 "feature.nightlyBuilds.activate": "Kích hoạt",
15 "feature.nightlyBuilds.cancel": "Hủy",
16 "feature.nightlyBuilds.info": "Các bản Nightly là các phiên bản Ferdi mang tính thử nghiệm có thể chứa các tính năng chưa được hoàn thiện. Các bản Nightly chủ yếu được các nhà phát triển sử dụng để kiểm tra các tính năng mới được phát triển của họ và cách chúng sẽ hoạt động trong bản dựng cuối cùng. Nếu bạn không biết mình đang làm gì, chúng tôi khuyên bạn không nên kích hoạt các bản dựng hàng đêm.", 14 "feature.nightlyBuilds.info": "Các bản Nightly là các phiên bản Ferdi mang tính thử nghiệm có thể chứa các tính năng chưa được hoàn thiện. Các bản Nightly chủ yếu được các nhà phát triển sử dụng để kiểm tra các tính năng mới được phát triển của họ và cách chúng sẽ hoạt động trong bản dựng cuối cùng. Nếu bạn không biết mình đang làm gì, chúng tôi khuyên bạn không nên kích hoạt các bản dựng hàng đêm.",
17 "feature.nightlyBuilds.title": "Phiên bản Nightly", 15 "feature.nightlyBuilds.title": "Phiên bản Nightly",
18 "feature.publishDebugInfo.error": "Đã xảy ra lỗi khi cố gắng xuất bản thông tin gỡ lỗi. Vui lòng thử lại sau hoặc xem bảng điều khiển để biết thêm thông tin.", 16 "feature.publishDebugInfo.error": "Đã xảy ra lỗi khi cố gắng xuất bản thông tin gỡ lỗi. Vui lòng thử lại sau hoặc xem bảng điều khiển để biết thêm thông tin.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "Tìm kiếm...", 24 "feature.quickSwitch.search": "Tìm kiếm...",
27 "feature.quickSwitch.title": "Chuyển đổi nhanh", 25 "feature.quickSwitch.title": "Chuyển đổi nhanh",
28 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi", 26 "global.api.unhealthy": "Không thể kết nối đến máy chủ trực tuyến của Ferdi",
27 "global.cancel": "Hủy",
29 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.", 28 "global.notConnectedToTheInternet": "Bạn không kết nối với Internet.",
30 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})", 29 "global.spellchecker.useDefault": "Dùng mặc định hệ thống ({default})",
31 "global.spellchecking.autodetect": "Tự động phát hiện ngôn ngữ", 30 "global.spellchecking.autodetect": "Tự động phát hiện ngôn ngữ",
32 "global.spellchecking.autodetect.short": "Tự động", 31 "global.spellchecking.autodetect.short": "Tự động",
33 "global.spellchecking.language": "Ngôn ngữ kiểm tra chính tả", 32 "global.spellchecking.language": "Ngôn ngữ kiểm tra chính tả",
33 "global.submit": "Gửi",
34 "global.userAgentHelp": "Sử dụng 'https://whatmyuseragent.com/' (để khám phá) hoặc 'https://developers.whatismybrowser.com/useragents/explore/' (để chọn) tác nhân người dùng mong muốn của bạn và sao chép-dán nó vào đây.", 34 "global.userAgentHelp": "Sử dụng 'https://whatmyuseragent.com/' (để khám phá) hoặc 'https://developers.whatismybrowser.com/useragents/explore/' (để chọn) tác nhân người dùng mong muốn của bạn và sao chép-dán nó vào đây.",
35 "global.userAgentPref": "Tác nhân Người dùng", 35 "global.userAgentPref": "Tác nhân Người dùng",
36 "import.headline": "Nhập các dịch vụ Ferdi 4 của bạn", 36 "import.headline": "Nhập các dịch vụ Ferdi 4 của bạn",
@@ -145,7 +145,6 @@
145 "password.link.login": "Đăng nhập Tài khoản", 145 "password.link.login": "Đăng nhập Tài khoản",
146 "password.link.signup": "Tạo tài khoản miễn phí", 146 "password.link.signup": "Tạo tài khoản miễn phí",
147 "password.noUser": "Không tìm thấy người dùng được đăng ký với địa chỉ e-mail này", 147 "password.noUser": "Không tìm thấy người dùng được đăng ký với địa chỉ e-mail này",
148 "password.submit.label": "Gửi",
149 "password.successInfo": "Vui lòng kiểm tra hộp thư của bạn", 148 "password.successInfo": "Vui lòng kiểm tra hộp thư của bạn",
150 "pricing.features.accountSync": "Đồng bộ hóa Tài khoản", 149 "pricing.features.accountSync": "Đồng bộ hóa Tài khoản",
151 "pricing.features.customWebsites": "Thêm Trang web tùy chỉnh", 150 "pricing.features.customWebsites": "Thêm Trang web tùy chỉnh",
diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json
index 057d86253..253016919 100644
--- a/src/i18n/locales/zh-CN.json
+++ b/src/i18n/locales/zh-CN.json
@@ -27,6 +27,7 @@
27 "global.spellchecking.autodetect": "Detect language automatically", 27 "global.spellchecking.autodetect": "Detect language automatically",
28 "global.spellchecking.autodetect.short": "Automatic", 28 "global.spellchecking.autodetect.short": "Automatic",
29 "global.spellchecking.language": "Spell checking language", 29 "global.spellchecking.language": "Spell checking language",
30 "global.submit": "Submit",
30 "import.headline": "Import your Ferdi 4 services", 31 "import.headline": "Import your Ferdi 4 services",
31 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5", 32 "import.notSupportedHeadline": "Services not yet supported in Ferdi 5",
32 "import.skip.label": "I want to add services manually", 33 "import.skip.label": "I want to add services manually",
@@ -131,7 +132,6 @@
131 "password.link.login": "Sign in to your account", 132 "password.link.login": "Sign in to your account",
132 "password.link.signup": "Create a free account", 133 "password.link.signup": "Create a free account",
133 "password.noUser": "No user with that email address was found", 134 "password.noUser": "No user with that email address was found",
134 "password.submit.label": "Submit",
135 "password.successInfo": "Please check your email", 135 "password.successInfo": "Please check your email",
136 "premiumFeature.button.upgradeAccount": "Upgrade account", 136 "premiumFeature.button.upgradeAccount": "Upgrade account",
137 "pricing.features.accountSync": "Account Synchronisation", 137 "pricing.features.accountSync": "Account Synchronisation",
diff --git a/src/i18n/locales/zh-HANS.json b/src/i18n/locales/zh-HANS.json
index b7de29eb5..fd26258fc 100644
--- a/src/i18n/locales/zh-HANS.json
+++ b/src/i18n/locales/zh-HANS.json
@@ -19,6 +19,7 @@
19 "global.spellchecking.autodetect": "自动检测语言", 19 "global.spellchecking.autodetect": "自动检测语言",
20 "global.spellchecking.autodetect.short": "自动", 20 "global.spellchecking.autodetect.short": "自动",
21 "global.spellchecking.language": "语言拼写检查", 21 "global.spellchecking.language": "语言拼写检查",
22 "global.submit": "提交",
22 "import.headline": "导入自定义Ferdi 4服务", 23 "import.headline": "导入自定义Ferdi 4服务",
23 "import.notSupportedHeadline": "Ferdi 5 目前不支持此项服务", 24 "import.notSupportedHeadline": "Ferdi 5 目前不支持此项服务",
24 "import.skip.label": "手动添加服务", 25 "import.skip.label": "手动添加服务",
@@ -109,7 +110,6 @@
109 "password.link.login": "登录到您的帐户", 110 "password.link.login": "登录到您的帐户",
110 "password.link.signup": "创建一个免费账户", 111 "password.link.signup": "创建一个免费账户",
111 "password.noUser": "该邮箱尚未注册", 112 "password.noUser": "该邮箱尚未注册",
112 "password.submit.label": "提交",
113 "password.successInfo": "请检查您的 email 邮箱", 113 "password.successInfo": "请检查您的 email 邮箱",
114 "premiumFeature.button.upgradeAccount": "升级账户", 114 "premiumFeature.button.upgradeAccount": "升级账户",
115 "pricing.features.accountSync": "帐户同步", 115 "pricing.features.accountSync": "帐户同步",
diff --git a/src/i18n/locales/zh-HANT.json b/src/i18n/locales/zh-HANT.json
index 7ffe6aa86..30a874c5e 100644
--- a/src/i18n/locales/zh-HANT.json
+++ b/src/i18n/locales/zh-HANT.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "切換服務器", 5 "changeserver.headline": "切換服務器",
6 "changeserver.label": "伺服器", 6 "changeserver.label": "伺服器",
7 "changeserver.submit": "送出",
8 "changeserver.urlError": "Enter a valid URL", 7 "changeserver.urlError": "Enter a valid URL",
9 "changeserver.warning": "Extra settings offered by Ferdi will not be saved", 8 "changeserver.warning": "Extra settings offered by Ferdi will not be saved",
10 "connectionLostBanner.cta": "重新載入", 9 "connectionLostBanner.cta": "重新載入",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.", 11 "connectionLostBanner.message": "Oh no! Ferdi lost the connection to {name}.",
13 "feature.debugger.title": "發布除錯訊息", 12 "feature.debugger.title": "發布除錯訊息",
14 "feature.nightlyBuilds.activate": "Activate", 13 "feature.nightlyBuilds.activate": "Activate",
15 "feature.nightlyBuilds.cancel": "取消",
16 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 14 "feature.nightlyBuilds.info": "Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
17 "feature.nightlyBuilds.title": "Nightly Builds", 15 "feature.nightlyBuilds.title": "Nightly Builds",
18 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.", 16 "feature.publishDebugInfo.error": "There was an error while trying to publish the debug information. Please try again later or view the console for more information.",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "搜尋...", 24 "feature.quickSwitch.search": "搜尋...",
27 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
28 "global.api.unhealthy": "無法連接到Ferdi網路服務", 26 "global.api.unhealthy": "無法連接到Ferdi網路服務",
27 "global.cancel": "取消",
29 "global.notConnectedToTheInternet": "您未連上網際網路", 28 "global.notConnectedToTheInternet": "您未連上網際網路",
30 "global.spellchecker.useDefault": "使用系統預設值({default})", 29 "global.spellchecker.useDefault": "使用系統預設值({default})",
31 "global.spellchecking.autodetect": "自動檢測語言", 30 "global.spellchecking.autodetect": "自動檢測語言",
32 "global.spellchecking.autodetect.short": "自動", 31 "global.spellchecking.autodetect.short": "自動",
33 "global.spellchecking.language": "拼字檢查語言", 32 "global.spellchecking.language": "拼字檢查語言",
33 "global.submit": "送出",
34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.", 34 "global.userAgentHelp": "Use 'https://whatmyuseragent.com/' (to discover) or 'https://developers.whatismybrowser.com/useragents/explore/' (to choose) your desired user agent and copy-paste it here.",
35 "global.userAgentPref": "User Agent", 35 "global.userAgentPref": "User Agent",
36 "import.headline": "匯入您的 Ferdi 4 服務", 36 "import.headline": "匯入您的 Ferdi 4 服務",
@@ -145,7 +145,6 @@
145 "password.link.login": "登入您的帳戶", 145 "password.link.login": "登入您的帳戶",
146 "password.link.signup": "建立一個免費帳戶", 146 "password.link.signup": "建立一個免費帳戶",
147 "password.noUser": "此電子郵件帳戶不存在", 147 "password.noUser": "此電子郵件帳戶不存在",
148 "password.submit.label": "送出",
149 "password.successInfo": "請重新確認您的電子郵件信箱", 148 "password.successInfo": "請重新確認您的電子郵件信箱",
150 "pricing.features.accountSync": "帳號同步", 149 "pricing.features.accountSync": "帳號同步",
151 "pricing.features.customWebsites": "添加自訂網站", 150 "pricing.features.customWebsites": "添加自訂網站",
diff --git a/src/i18n/locales/zh-TW.json b/src/i18n/locales/zh-TW.json
index d2b86d5ef..29a72fe54 100644
--- a/src/i18n/locales/zh-TW.json
+++ b/src/i18n/locales/zh-TW.json
@@ -16,6 +16,7 @@
16 "global.spellchecking.autodetect": "自動偵測語言", 16 "global.spellchecking.autodetect": "自動偵測語言",
17 "global.spellchecking.autodetect.short": "自動的", 17 "global.spellchecking.autodetect.short": "自動的",
18 "global.spellchecking.language": "拼字檢查語言", 18 "global.spellchecking.language": "拼字檢查語言",
19 "global.submit": "送出",
19 "import.headline": "匯入 Ferdi 4 的服務", 20 "import.headline": "匯入 Ferdi 4 的服務",
20 "import.notSupportedHeadline": "Ferdi 5 尚未支援此服務", 21 "import.notSupportedHeadline": "Ferdi 5 尚未支援此服務",
21 "import.skip.label": "手動添加服務", 22 "import.skip.label": "手動添加服務",
@@ -104,7 +105,6 @@
104 "password.link.login": "登入您的帳號", 105 "password.link.login": "登入您的帳號",
105 "password.link.signup": "建立免費帳號", 106 "password.link.signup": "建立免費帳號",
106 "password.noUser": "找不到該電子郵件地址的用戶", 107 "password.noUser": "找不到該電子郵件地址的用戶",
107 "password.submit.label": "送出",
108 "password.successInfo": "請檢查您的電子郵件", 108 "password.successInfo": "請檢查您的電子郵件",
109 "premiumFeature.button.upgradeAccount": "升級帳號", 109 "premiumFeature.button.upgradeAccount": "升級帳號",
110 "pricing.features.adFree": "Forever ad-free", 110 "pricing.features.adFree": "Forever ad-free",
diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json
index dda788c1f..4e8bef02a 100644
--- a/src/i18n/locales/zh.json
+++ b/src/i18n/locales/zh.json
@@ -4,7 +4,6 @@
4 "changeserver.customServerLabel": "Custom server", 4 "changeserver.customServerLabel": "Custom server",
5 "changeserver.headline": "Change server", 5 "changeserver.headline": "Change server",
6 "changeserver.label": "服务器:", 6 "changeserver.label": "服务器:",
7 "changeserver.submit": "Submit",
8 "changeserver.urlError": "输入有效的URL", 7 "changeserver.urlError": "输入有效的URL",
9 "changeserver.warning": "Ferdi提供的额外设置将不会被保存", 8 "changeserver.warning": "Ferdi提供的额外设置将不会被保存",
10 "connectionLostBanner.cta": "重新加载服务", 9 "connectionLostBanner.cta": "重新加载服务",
@@ -12,7 +11,6 @@
12 "connectionLostBanner.message": "哦不!Ferdi失去了与 {name} 的连接。", 11 "connectionLostBanner.message": "哦不!Ferdi失去了与 {name} 的连接。",
13 "feature.debugger.title": "发布调试信息", 12 "feature.debugger.title": "发布调试信息",
14 "feature.nightlyBuilds.activate": "激活", 13 "feature.nightlyBuilds.activate": "激活",
15 "feature.nightlyBuilds.cancel": "取消",
16 "feature.nightlyBuilds.info": "每夜版(Nightly builds) 是Ferdi的实验性版本,可能包含未完善或未完成的功能。这些每夜版主要由开发人员来测试他们新开发的功能及它们在最终版本的的表现。如果您不知道自己在做什么,我们建议您不要激活每夜版。", 14 "feature.nightlyBuilds.info": "每夜版(Nightly builds) 是Ferdi的实验性版本,可能包含未完善或未完成的功能。这些每夜版主要由开发人员来测试他们新开发的功能及它们在最终版本的的表现。如果您不知道自己在做什么,我们建议您不要激活每夜版。",
17 "feature.nightlyBuilds.title": "每夜版", 15 "feature.nightlyBuilds.title": "每夜版",
18 "feature.publishDebugInfo.error": "发布调试信息时出错。请稍后再试或查看控制台以获取更多信息。", 16 "feature.publishDebugInfo.error": "发布调试信息时出错。请稍后再试或查看控制台以获取更多信息。",
@@ -26,11 +24,13 @@
26 "feature.quickSwitch.search": "搜索...", 24 "feature.quickSwitch.search": "搜索...",
27 "feature.quickSwitch.title": "快速切换", 25 "feature.quickSwitch.title": "快速切换",
28 "global.api.unhealthy": "无法链接到 Ferdi 在线服务", 26 "global.api.unhealthy": "无法链接到 Ferdi 在线服务",
27 "global.cancel": "取消",
29 "global.notConnectedToTheInternet": "您没有连接到互联网。", 28 "global.notConnectedToTheInternet": "您没有连接到互联网。",
30 "global.spellchecker.useDefault": "使用系统默认值 ({default})", 29 "global.spellchecker.useDefault": "使用系统默认值 ({default})",
31 "global.spellchecking.autodetect": "自动检测语言", 30 "global.spellchecking.autodetect": "自动检测语言",
32 "global.spellchecking.autodetect.short": "自动", 31 "global.spellchecking.autodetect.short": "自动",
33 "global.spellchecking.language": "拼写检查语言", 32 "global.spellchecking.language": "拼写检查语言",
33 "global.submit": "Submit",
34 "global.userAgentHelp": "使用 'https://whatmyuseragent.com/' (以发现)或 'https://developers.whatismybrowser.com/useragents/explore/' (以选择) 你所需要的用户代理并复制粘贴到这里。", 34 "global.userAgentHelp": "使用 'https://whatmyuseragent.com/' (以发现)或 'https://developers.whatismybrowser.com/useragents/explore/' (以选择) 你所需要的用户代理并复制粘贴到这里。",
35 "global.userAgentPref": "浏览器标识(用户代理)", 35 "global.userAgentPref": "浏览器标识(用户代理)",
36 "import.headline": "导入你的 Ferdi 4 服务", 36 "import.headline": "导入你的 Ferdi 4 服务",
@@ -145,7 +145,6 @@
145 "password.link.login": "Sign in to your account", 145 "password.link.login": "Sign in to your account",
146 "password.link.signup": "Create a free account", 146 "password.link.signup": "Create a free account",
147 "password.noUser": "No user with that email address was found", 147 "password.noUser": "No user with that email address was found",
148 "password.submit.label": "Submit",
149 "password.successInfo": "Please check your email", 148 "password.successInfo": "Please check your email",
150 "pricing.features.accountSync": "Account Synchronisation", 149 "pricing.features.accountSync": "Account Synchronisation",
151 "pricing.features.customWebsites": "Add Custom Websites", 150 "pricing.features.customWebsites": "Add Custom Websites",
diff --git a/src/i18n/messages/src/components/auth/ChangeServer.json b/src/i18n/messages/src/components/auth/ChangeServer.json
index c8f74a3c0..87e0b5857 100644
--- a/src/i18n/messages/src/components/auth/ChangeServer.json
+++ b/src/i18n/messages/src/components/auth/ChangeServer.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Change server", 4 "defaultMessage": "!!!Change server",
5 "file": "src/components/auth/ChangeServer.js", 5 "file": "src/components/auth/ChangeServer.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 12 8 "column": 12
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": "!!!Server", 17 "defaultMessage": "!!!Server",
18 "file": "src/components/auth/ChangeServer.js", 18 "file": "src/components/auth/ChangeServer.js",
19 "start": { 19 "start": {
20 "line": 18, 20 "line": 19,
21 "column": 9 21 "column": 9
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,11 @@
30 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved", 30 "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved",
31 "file": "src/components/auth/ChangeServer.js", 31 "file": "src/components/auth/ChangeServer.js",
32 "start": { 32 "start": {
33 "line": 22, 33 "line": 23,
34 "column": 11 34 "column": 11
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 25, 37 "line": 26,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Custom server", 43 "defaultMessage": "!!!Custom server",
44 "file": "src/components/auth/ChangeServer.js", 44 "file": "src/components/auth/ChangeServer.js",
45 "start": { 45 "start": {
46 "line": 26, 46 "line": 27,
47 "column": 21 47 "column": 21
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 29, 50 "line": 30,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,24 +56,11 @@
56 "defaultMessage": "!!!Enter a valid URL", 56 "defaultMessage": "!!!Enter a valid URL",
57 "file": "src/components/auth/ChangeServer.js", 57 "file": "src/components/auth/ChangeServer.js",
58 "start": { 58 "start": {
59 "line": 30, 59 "line": 31,
60 "column": 12 60 "column": 12
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 33,
64 "column": 3
65 }
66 },
67 {
68 "id": "changeserver.submit",
69 "defaultMessage": "!!!Submit",
70 "file": "src/components/auth/ChangeServer.js",
71 "start": {
72 "line": 34, 63 "line": 34,
73 "column": 10
74 },
75 "end": {
76 "line": 37,
77 "column": 3 64 "column": 3
78 } 65 }
79 } 66 }
diff --git a/src/i18n/messages/src/components/auth/Password.json b/src/i18n/messages/src/components/auth/Password.json
index f335b3acb..336ba42ef 100644
--- a/src/i18n/messages/src/components/auth/Password.json
+++ b/src/i18n/messages/src/components/auth/Password.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Forgot password", 4 "defaultMessage": "!!!Forgot password",
5 "file": "src/components/auth/Password.js", 5 "file": "src/components/auth/Password.js",
6 "start": { 6 "start": {
7 "line": 14, 7 "line": 15,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 17, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,24 +17,11 @@
17 "defaultMessage": "!!!Email address", 17 "defaultMessage": "!!!Email address",
18 "file": "src/components/auth/Password.js", 18 "file": "src/components/auth/Password.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,
25 "column": 3
26 }
27 },
28 {
29 "id": "password.submit.label",
30 "defaultMessage": "!!!Submit",
31 "file": "src/components/auth/Password.js",
32 "start": {
33 "line": 22, 24 "line": 22,
34 "column": 21
35 },
36 "end": {
37 "line": 25,
38 "column": 3 25 "column": 3
39 } 26 }
40 }, 27 },
@@ -43,11 +30,11 @@
43 "defaultMessage": "!!!Your new password was sent to your email address", 30 "defaultMessage": "!!!Your new password was sent to your email address",
44 "file": "src/components/auth/Password.js", 31 "file": "src/components/auth/Password.js",
45 "start": { 32 "start": {
46 "line": 26, 33 "line": 23,
47 "column": 15 34 "column": 15
48 }, 35 },
49 "end": { 36 "end": {
50 "line": 29, 37 "line": 26,
51 "column": 3 38 "column": 3
52 } 39 }
53 }, 40 },
@@ -56,11 +43,11 @@
56 "defaultMessage": "!!!No user affiliated with that email address", 43 "defaultMessage": "!!!No user affiliated with that email address",
57 "file": "src/components/auth/Password.js", 44 "file": "src/components/auth/Password.js",
58 "start": { 45 "start": {
59 "line": 30, 46 "line": 27,
60 "column": 10 47 "column": 10
61 }, 48 },
62 "end": { 49 "end": {
63 "line": 33, 50 "line": 30,
64 "column": 3 51 "column": 3
65 } 52 }
66 }, 53 },
@@ -69,11 +56,11 @@
69 "defaultMessage": "!!!Create a free account", 56 "defaultMessage": "!!!Create a free account",
70 "file": "src/components/auth/Password.js", 57 "file": "src/components/auth/Password.js",
71 "start": { 58 "start": {
72 "line": 34, 59 "line": 31,
73 "column": 14 60 "column": 14
74 }, 61 },
75 "end": { 62 "end": {
76 "line": 37, 63 "line": 34,
77 "column": 3 64 "column": 3
78 } 65 }
79 }, 66 },
@@ -82,11 +69,11 @@
82 "defaultMessage": "!!!Sign in to your account", 69 "defaultMessage": "!!!Sign in to your account",
83 "file": "src/components/auth/Password.js", 70 "file": "src/components/auth/Password.js",
84 "start": { 71 "start": {
85 "line": 38, 72 "line": 35,
86 "column": 13 73 "column": 13
87 }, 74 },
88 "end": { 75 "end": {
89 "line": 41, 76 "line": 38,
90 "column": 3 77 "column": 3
91 } 78 }
92 } 79 }
diff --git a/src/i18n/messages/src/components/auth/SetupAssistant.json b/src/i18n/messages/src/components/auth/SetupAssistant.json
index f950228b7..108adab26 100644
--- a/src/i18n/messages/src/components/auth/SetupAssistant.json
+++ b/src/i18n/messages/src/components/auth/SetupAssistant.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Let's get started", 4 "defaultMessage": "!!!Let's get started",
5 "file": "src/components/auth/SetupAssistant.js", 5 "file": "src/components/auth/SetupAssistant.js",
6 "start": { 6 "start": {
7 "line": 19, 7 "line": 20,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 22, 11 "line": 23,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.", 17 "defaultMessage": "!!!Choose from our most used services and get back on top of your messaging now.",
18 "file": "src/components/auth/SetupAssistant.js", 18 "file": "src/components/auth/SetupAssistant.js",
19 "start": { 19 "start": {
20 "line": 23, 20 "line": 24,
21 "column": 15 21 "column": 15
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 27, 24 "line": 28,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Let's go", 30 "defaultMessage": "!!!Let's go",
31 "file": "src/components/auth/SetupAssistant.js", 31 "file": "src/components/auth/SetupAssistant.js",
32 "start": { 32 "start": {
33 "line": 28, 33 "line": 29,
34 "column": 21 34 "column": 21
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 31, 37 "line": 32,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Invitations sent successfully", 43 "defaultMessage": "!!!Invitations sent successfully",
44 "file": "src/components/auth/SetupAssistant.js", 44 "file": "src/components/auth/SetupAssistant.js",
45 "start": { 45 "start": {
46 "line": 32, 46 "line": 33,
47 "column": 21 47 "column": 21
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 35, 50 "line": 36,
51 "column": 3 51 "column": 3
52 } 52 }
53 } 53 }
diff --git a/src/i18n/messages/src/components/services/tabs/TabItem.json b/src/i18n/messages/src/components/services/tabs/TabItem.json
index 92ff6fb14..377808db3 100644
--- a/src/i18n/messages/src/components/services/tabs/TabItem.json
+++ b/src/i18n/messages/src/components/services/tabs/TabItem.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Reload", 4 "defaultMessage": "!!!Reload",
5 "file": "src/components/services/tabs/TabItem.js", 5 "file": "src/components/services/tabs/TabItem.js",
6 "start": { 6 "start": {
7 "line": 20, 7 "line": 21,
8 "column": 10 8 "column": 10
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 23, 11 "line": 24,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Edit", 17 "defaultMessage": "!!!Edit",
18 "file": "src/components/services/tabs/TabItem.js", 18 "file": "src/components/services/tabs/TabItem.js",
19 "start": { 19 "start": {
20 "line": 24, 20 "line": 25,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 27, 24 "line": 28,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Disable notifications", 30 "defaultMessage": "!!!Disable notifications",
31 "file": "src/components/services/tabs/TabItem.js", 31 "file": "src/components/services/tabs/TabItem.js",
32 "start": { 32 "start": {
33 "line": 28, 33 "line": 29,
34 "column": 24 34 "column": 24
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 31, 37 "line": 32,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Enable notifications", 43 "defaultMessage": "!!!Enable notifications",
44 "file": "src/components/services/tabs/TabItem.js", 44 "file": "src/components/services/tabs/TabItem.js",
45 "start": { 45 "start": {
46 "line": 32, 46 "line": 33,
47 "column": 23 47 "column": 23
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 35, 50 "line": 36,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Disable audio", 56 "defaultMessage": "!!!Disable audio",
57 "file": "src/components/services/tabs/TabItem.js", 57 "file": "src/components/services/tabs/TabItem.js",
58 "start": { 58 "start": {
59 "line": 36, 59 "line": 37,
60 "column": 16 60 "column": 16
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 39, 63 "line": 40,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Enable audio", 69 "defaultMessage": "!!!Enable audio",
70 "file": "src/components/services/tabs/TabItem.js", 70 "file": "src/components/services/tabs/TabItem.js",
71 "start": { 71 "start": {
72 "line": 40, 72 "line": 41,
73 "column": 15 73 "column": 15
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 43, 76 "line": 44,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Enable Dark mode", 82 "defaultMessage": "!!!Enable Dark mode",
83 "file": "src/components/services/tabs/TabItem.js", 83 "file": "src/components/services/tabs/TabItem.js",
84 "start": { 84 "start": {
85 "line": 44, 85 "line": 45,
86 "column": 18 86 "column": 18
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 47, 89 "line": 48,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Disable Dark mode", 95 "defaultMessage": "!!!Disable Dark mode",
96 "file": "src/components/services/tabs/TabItem.js", 96 "file": "src/components/services/tabs/TabItem.js",
97 "start": { 97 "start": {
98 "line": 48, 98 "line": 49,
99 "column": 19 99 "column": 19
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 51, 102 "line": 52,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Disable Service", 108 "defaultMessage": "!!!Disable Service",
109 "file": "src/components/services/tabs/TabItem.js", 109 "file": "src/components/services/tabs/TabItem.js",
110 "start": { 110 "start": {
111 "line": 52, 111 "line": 53,
112 "column": 18 112 "column": 18
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 55, 115 "line": 56,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Enable Service", 121 "defaultMessage": "!!!Enable Service",
122 "file": "src/components/services/tabs/TabItem.js", 122 "file": "src/components/services/tabs/TabItem.js",
123 "start": { 123 "start": {
124 "line": 56, 124 "line": 57,
125 "column": 17 125 "column": 17
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 59, 128 "line": 60,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Hibernate Service", 134 "defaultMessage": "!!!Hibernate Service",
135 "file": "src/components/services/tabs/TabItem.js", 135 "file": "src/components/services/tabs/TabItem.js",
136 "start": { 136 "start": {
137 "line": 60, 137 "line": 61,
138 "column": 20 138 "column": 20
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 63, 141 "line": 64,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Wake Up Service", 147 "defaultMessage": "!!!Wake Up Service",
148 "file": "src/components/services/tabs/TabItem.js", 148 "file": "src/components/services/tabs/TabItem.js",
149 "start": { 149 "start": {
150 "line": 64, 150 "line": 65,
151 "column": 17 151 "column": 17
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 67, 154 "line": 68,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Delete Service", 160 "defaultMessage": "!!!Delete Service",
161 "file": "src/components/services/tabs/TabItem.js", 161 "file": "src/components/services/tabs/TabItem.js",
162 "start": { 162 "start": {
163 "line": 68, 163 "line": 69,
164 "column": 17 164 "column": 17
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 71, 167 "line": 72,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?", 173 "defaultMessage": "!!!Do you really want to delete the {serviceName} service?",
174 "file": "src/components/services/tabs/TabItem.js", 174 "file": "src/components/services/tabs/TabItem.js",
175 "start": { 175 "start": {
176 "line": 72, 176 "line": 73,
177 "column": 24 177 "column": 24
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 76, 180 "line": 77,
181 "column": 3 181 "column": 3
182 } 182 }
183 } 183 }
diff --git a/src/i18n/messages/src/features/basicAuth/Component.json b/src/i18n/messages/src/features/basicAuth/Component.json
new file mode 100644
index 000000000..fea1b0838
--- /dev/null
+++ b/src/i18n/messages/src/features/basicAuth/Component.json
@@ -0,0 +1,15 @@
1[
2 {
3 "id": "feature.basicAuth.signIn",
4 "defaultMessage": "!!!Sign In",
5 "file": "src/features/basicAuth/Component.js",
6 "start": {
7 "line": 24,
8 "column": 10
9 },
10 "end": {
11 "line": 27,
12 "column": 3
13 }
14 }
15] \ No newline at end of file
diff --git a/src/i18n/messages/src/features/nightlyBuilds/Component.json b/src/i18n/messages/src/features/nightlyBuilds/Component.json
index 084079635..0b2eab354 100644
--- a/src/i18n/messages/src/features/nightlyBuilds/Component.json
+++ b/src/i18n/messages/src/features/nightlyBuilds/Component.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Nightly Builds", 4 "defaultMessage": "!!!Nightly Builds",
5 "file": "src/features/nightlyBuilds/Component.js", 5 "file": "src/features/nightlyBuilds/Component.js",
6 "start": { 6 "start": {
7 "line": 16, 7 "line": 17,
8 "column": 9 8 "column": 9
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": "!!!Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.", 17 "defaultMessage": "!!!Nightly builds are highly experimental versions of Ferdi that may contain unpolished or uncompleted features. These nightly builds are mainly used by developers to test their newly developed features and how they will perform in the final build. If you don't know what you are doing, we suggest not activating nightly builds.",
18 "file": "src/features/nightlyBuilds/Component.js", 18 "file": "src/features/nightlyBuilds/Component.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,24 +30,11 @@
30 "defaultMessage": "!!!Activate", 30 "defaultMessage": "!!!Activate",
31 "file": "src/features/nightlyBuilds/Component.js", 31 "file": "src/features/nightlyBuilds/Component.js",
32 "start": { 32 "start": {
33 "line": 24, 33 "line": 25,
34 "column": 12 34 "column": 12
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 27,
38 "column": 3
39 }
40 },
41 {
42 "id": "feature.nightlyBuilds.cancel",
43 "defaultMessage": "!!!Cancel",
44 "file": "src/features/nightlyBuilds/Component.js",
45 "start": {
46 "line": 28, 37 "line": 28,
47 "column": 10
48 },
49 "end": {
50 "line": 31,
51 "column": 3 38 "column": 3
52 } 39 }
53 } 40 }
diff --git a/src/i18n/messages/src/i18n/globalMessages.json b/src/i18n/messages/src/i18n/globalMessages.json
index ed2bfa092..39c1693d5 100644
--- a/src/i18n/messages/src/i18n/globalMessages.json
+++ b/src/i18n/messages/src/i18n/globalMessages.json
@@ -102,5 +102,83 @@
102 "line": 35, 102 "line": 35,
103 "column": 3 103 "column": 3
104 } 104 }
105 },
106 {
107 "id": "global.yes",
108 "defaultMessage": "!!!Yes",
109 "file": "src/i18n/globalMessages.js",
110 "start": {
111 "line": 36,
112 "column": 7
113 },
114 "end": {
115 "line": 39,
116 "column": 3
117 }
118 },
119 {
120 "id": "global.no",
121 "defaultMessage": "!!!No",
122 "file": "src/i18n/globalMessages.js",
123 "start": {
124 "line": 40,
125 "column": 6
126 },
127 "end": {
128 "line": 43,
129 "column": 3
130 }
131 },
132 {
133 "id": "global.ok",
134 "defaultMessage": "!!!Ok",
135 "file": "src/i18n/globalMessages.js",
136 "start": {
137 "line": 44,
138 "column": 6
139 },
140 "end": {
141 "line": 47,
142 "column": 3
143 }
144 },
145 {
146 "id": "global.cancel",
147 "defaultMessage": "!!!Cancel",
148 "file": "src/i18n/globalMessages.js",
149 "start": {
150 "line": 48,
151 "column": 10
152 },
153 "end": {
154 "line": 51,
155 "column": 3
156 }
157 },
158 {
159 "id": "global.save",
160 "defaultMessage": "!!!Save",
161 "file": "src/i18n/globalMessages.js",
162 "start": {
163 "line": 52,
164 "column": 8
165 },
166 "end": {
167 "line": 55,
168 "column": 3
169 }
170 },
171 {
172 "id": "global.submit",
173 "defaultMessage": "!!!Submit",
174 "file": "src/i18n/globalMessages.js",
175 "start": {
176 "line": 56,
177 "column": 10
178 },
179 "end": {
180 "line": 59,
181 "column": 3
182 }
105 } 183 }
106] \ No newline at end of file 184] \ No newline at end of file
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 10fdbe606..b2cc55ad3 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -322,7 +322,7 @@ class RecipeController {
322 ); 322 );
323 const darkModeExists = pathExistsSync(darkModeStyle); 323 const darkModeExists = pathExistsSync(darkModeStyle);
324 324
325 debug('darkmode.css exists? ', darkModeExists ? 'Yes' : 'No'); 325 debug('darkmode.css exists? ', darkModeExists);
326 326
327 // Check if recipe has a custom dark mode handler 327 // Check if recipe has a custom dark mode handler
328 if (this.recipe && this.recipe.darkModeHandler) { 328 if (this.recipe && this.recipe.darkModeHandler) {