From b1243eff99bbfadab8f7deb8d714bbebae13e39a Mon Sep 17 00:00:00 2001 From: mhatvan Date: Tue, 14 Sep 2021 14:12:07 +0200 Subject: chore: add --preserve-whitespace flag for extract script and sync translations --- src/components/settings/account/AccountDashboard.js | 2 +- src/containers/settings/EditSettingsScreen.js | 2 +- src/i18n/locales/en-US.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js index 66edc4975..544821e9a 100644 --- a/src/components/settings/account/AccountDashboard.js +++ b/src/components/settings/account/AccountDashboard.js @@ -51,7 +51,7 @@ const messages = defineMessages({ }, yourLicense: { id: 'settings.account.yourLicense', - defaultMessage: 'Your Franz License:', + defaultMessage: 'Your Ferdi License:', }, accountUnavailable: { id: 'settings.account.accountUnavailable', diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js index 3df433160..92985b68c 100644 --- a/src/containers/settings/EditSettingsScreen.js +++ b/src/containers/settings/EditSettingsScreen.js @@ -214,7 +214,7 @@ const messages = defineMessages({ }, enableTodos: { id: 'settings.app.form.enableTodos', - defaultMessage: 'Enable Franz Todos', + defaultMessage: 'Enable Ferdi Todos', }, keepAllWorkspacesLoaded: { id: 'settings.app.form.keepAllWorkspacesLoaded', diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index aae78999d..e2e0cdc83 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -253,9 +253,9 @@ "settings.app.hibernateInfo": "By default, Ferdi will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", - "settings.app.lockInfo": "Password Lock allows you to keep your messages protected. Using Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.", + "settings.app.lockInfo": "Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.", "settings.app.lockedPassword": "Password", - "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember. If you loose this password, you will have to reinstall Ferdi.", + "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.", "settings.app.restartRequired": "Changes require restart", "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.", "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.", -- cgit v1.2.3-70-g09d2