aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json21
-rw-r--r--src/i18n/locales/en-US.json1
2 files changed, 18 insertions, 4 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 4033407e3..2cb42d134 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -4032,29 +4032,42 @@
4032 } 4032 }
4033 }, 4033 },
4034 { 4034 {
4035 "defaultMessage": "!!!Enable Franz Todos", 4035 "defaultMessage": "!!!Disable updates",
4036 "end": { 4036 "end": {
4037 "column": 3, 4037 "column": 3,
4038 "line": 115 4038 "line": 115
4039 }, 4039 },
4040 "file": "src/containers/settings/EditSettingsScreen.js", 4040 "file": "src/containers/settings/EditSettingsScreen.js",
4041 "id": "settings.app.form.noUpdates",
4042 "start": {
4043 "column": 13,
4044 "line": 112
4045 }
4046 },
4047 {
4048 "defaultMessage": "!!!Enable Franz Todos",
4049 "end": {
4050 "column": 3,
4051 "line": 119
4052 },
4053 "file": "src/containers/settings/EditSettingsScreen.js",
4041 "id": "settings.app.form.enableTodos", 4054 "id": "settings.app.form.enableTodos",
4042 "start": { 4055 "start": {
4043 "column": 15, 4056 "column": 15,
4044 "line": 112 4057 "line": 116
4045 } 4058 }
4046 }, 4059 },
4047 { 4060 {
4048 "defaultMessage": "!!!Keep all workspaces loaded", 4061 "defaultMessage": "!!!Keep all workspaces loaded",
4049 "end": { 4062 "end": {
4050 "column": 3, 4063 "column": 3,
4051 "line": 119 4064 "line": 123
4052 }, 4065 },
4053 "file": "src/containers/settings/EditSettingsScreen.js", 4066 "file": "src/containers/settings/EditSettingsScreen.js",
4054 "id": "settings.app.form.keepAllWorkspacesLoaded", 4067 "id": "settings.app.form.keepAllWorkspacesLoaded",
4055 "start": { 4068 "start": {
4056 "column": 27, 4069 "column": 27,
4057 "line": 116 4070 "line": 120
4058 } 4071 }
4059 } 4072 }
4060 ], 4073 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index ad64bec14..c8cf09366 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -231,6 +231,7 @@
231 "settings.app.form.language": "Language", 231 "settings.app.form.language": "Language",
232 "settings.app.form.lockPassword": "Ferdi Lock password", 232 "settings.app.form.lockPassword": "Ferdi Lock password",
233 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray", 233 "settings.app.form.minimizeToSystemTray": "Minimize Ferdi to system tray",
234 "settings.app.form.noUpdates": "Disable updates",
234 "settings.app.form.privateNotifications": "Don't show message content in notifications", 235 "settings.app.form.privateNotifications": "Don't show message content in notifications",
235 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window", 236 "settings.app.form.runInBackground": "Keep Ferdi in background when closing the window",
236 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 237 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",