summaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-02 11:43:28 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-02 11:43:28 +0200
commit098c46e88349d36d44a479f47a6c8b5516f12879 (patch)
tree239879acfad1a17653fa15d49af0750ec08fbe43 /src/i18n
parent Add @xthursdayx as a contributor (diff)
downloadferdium-app-098c46e88349d36d44a479f47a6c8b5516f12879.tar.gz
ferdium-app-098c46e88349d36d44a479f47a6c8b5516f12879.tar.zst
ferdium-app-098c46e88349d36d44a479f47a6c8b5516f12879.zip
Implement #87
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json21
-rw-r--r--src/i18n/locales/en-US.json1
-rw-r--r--src/i18n/messages/src/containers/settings/EditSettingsScreen.json21
3 files changed, 35 insertions, 8 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",
diff --git a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
index dccf8b992..110b7787b 100644
--- a/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditSettingsScreen.json
@@ -273,15 +273,28 @@
273 } 273 }
274 }, 274 },
275 { 275 {
276 "id": "settings.app.form.noUpdates",
277 "defaultMessage": "!!!Disable updates",
278 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": {
280 "line": 112,
281 "column": 13
282 },
283 "end": {
284 "line": 115,
285 "column": 3
286 }
287 },
288 {
276 "id": "settings.app.form.enableTodos", 289 "id": "settings.app.form.enableTodos",
277 "defaultMessage": "!!!Enable Franz Todos", 290 "defaultMessage": "!!!Enable Franz Todos",
278 "file": "src/containers/settings/EditSettingsScreen.js", 291 "file": "src/containers/settings/EditSettingsScreen.js",
279 "start": { 292 "start": {
280 "line": 112, 293 "line": 116,
281 "column": 15 294 "column": 15
282 }, 295 },
283 "end": { 296 "end": {
284 "line": 115, 297 "line": 119,
285 "column": 3 298 "column": 3
286 } 299 }
287 }, 300 },
@@ -290,11 +303,11 @@
290 "defaultMessage": "!!!Keep all workspaces loaded", 303 "defaultMessage": "!!!Keep all workspaces loaded",
291 "file": "src/containers/settings/EditSettingsScreen.js", 304 "file": "src/containers/settings/EditSettingsScreen.js",
292 "start": { 305 "start": {
293 "line": 116, 306 "line": 120,
294 "column": 27 307 "column": 27
295 }, 308 },
296 "end": { 309 "end": {
297 "line": 119, 310 "line": 123,
298 "column": 3 311 "column": 3
299 } 312 }
300 } 313 }