aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-21 15:45:07 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-21 15:45:07 +0100
commitf81687b03a87a88988d4cce8110d015b046a7436 (patch)
treedcb4f5012979e0184b1c40e6095ca13a56a3eecc /src/i18n
parentTurn off the progressbar by default (diff)
downloadferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.tar.gz
ferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.tar.zst
ferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.zip
Fix reload after resume and add idle time setting (#324)
* Fix reload after resume issue * Add idle time option
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 84dec5515..be6d68f3a 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -233,6 +233,7 @@
233 "settings.app.form.privateNotifications": "Don't show message content in notifications", 233 "settings.app.form.privateNotifications": "Don't show message content in notifications",
234 "settings.app.form.progressbarAccentColor": "Progressbar Accent color", 234 "settings.app.form.progressbarAccentColor": "Progressbar Accent color",
235 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume", 235 "settings.app.form.reloadAfterResume": "Reload Ferdium after system resume",
236 "settings.app.form.reloadAfterResumeTime": "Time to consider the system as idle/suspended (in minutes)",
236 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window", 237 "settings.app.form.runInBackground": "Keep Ferdium in background when closing the window",
237 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb", 238 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
238 "settings.app.form.scheduledDNDEnd": "To", 239 "settings.app.form.scheduledDNDEnd": "To",