aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-09-14 14:12:07 +0200
committerLibravatar mhatvan <markus_hatvan@aon.at>2021-09-14 14:12:07 +0200
commitb1243eff99bbfadab8f7deb8d714bbebae13e39a (patch)
tree2c1888f53010ea7910c91d9a98c388e87324dfc4 /src
parentrefactor: revert the text for some more fields. (diff)
downloadferdium-app-b1243eff99bbfadab8f7deb8d714bbebae13e39a.tar.gz
ferdium-app-b1243eff99bbfadab8f7deb8d714bbebae13e39a.tar.zst
ferdium-app-b1243eff99bbfadab8f7deb8d714bbebae13e39a.zip
chore: add --preserve-whitespace flag for extract script and sync translations
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/account/AccountDashboard.js2
-rw-r--r--src/containers/settings/EditSettingsScreen.js2
-rw-r--r--src/i18n/locales/en-US.json4
3 files changed, 4 insertions, 4 deletions
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({
51 }, 51 },
52 yourLicense: { 52 yourLicense: {
53 id: 'settings.account.yourLicense', 53 id: 'settings.account.yourLicense',
54 defaultMessage: 'Your Franz License:', 54 defaultMessage: 'Your Ferdi License:',
55 }, 55 },
56 accountUnavailable: { 56 accountUnavailable: {
57 id: 'settings.account.accountUnavailable', 57 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({
214 }, 214 },
215 enableTodos: { 215 enableTodos: {
216 id: 'settings.app.form.enableTodos', 216 id: 'settings.app.form.enableTodos',
217 defaultMessage: 'Enable Franz Todos', 217 defaultMessage: 'Enable Ferdi Todos',
218 }, 218 },
219 keepAllWorkspacesLoaded: { 219 keepAllWorkspacesLoaded: {
220 id: 'settings.app.form.keepAllWorkspacesLoaded', 220 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 @@
253 "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.", 253 "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.",
254 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable", 254 "settings.app.inactivityLockInfo": "Minutes of inactivity, after which Ferdi should automatically lock. Use 0 to disable",
255 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.", 255 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
256 "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}.", 256 "settings.app.lockInfo": "Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut {lockShortcut}.",
257 "settings.app.lockedPassword": "Password", 257 "settings.app.lockedPassword": "Password",
258 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember. If you loose this password, you will have to reinstall Ferdi.", 258 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
259 "settings.app.restartRequired": "Changes require restart", 259 "settings.app.restartRequired": "Changes require restart",
260 "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.", 260 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
261 "settings.app.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.", 261 "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.",