aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-11 22:32:58 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-11 22:32:58 +0530
commit3405e22bf2bcddef2de0d59453c978fd1ea03836 (patch)
tree4e74b051ce53000d88960484a7d9112a662a26af /src/i18n/locales/en-US.json
parentrefactor: removed legacy properties from recipes (diff)
downloadferdium-app-3405e22bf2bcddef2de0d59453c978fd1ea03836.tar.gz
ferdium-app-3405e22bf2bcddef2de0d59453c978fd1ea03836.tar.zst
ferdium-app-3405e22bf2bcddef2de0d59453c978fd1ea03836.zip
feat: allow the user to enable/disable dark mode
(from the sidebar context menu)
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 1705d20e8..002ea5655 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -434,10 +434,12 @@
434 "tabs.item.confirmDeleteService": "Do you really want to delete the {serviceName} service?", 434 "tabs.item.confirmDeleteService": "Do you really want to delete the {serviceName} service?",
435 "tabs.item.deleteService": "Delete service", 435 "tabs.item.deleteService": "Delete service",
436 "tabs.item.disableAudio": "Disable audio", 436 "tabs.item.disableAudio": "Disable audio",
437 "tabs.item.disableDarkMode": "Disable Dark mode",
437 "tabs.item.disableNotifications": "Disable notifications", 438 "tabs.item.disableNotifications": "Disable notifications",
438 "tabs.item.disableService": "Disable service", 439 "tabs.item.disableService": "Disable service",
439 "tabs.item.edit": "Edit", 440 "tabs.item.edit": "Edit",
440 "tabs.item.enableAudio": "Enable audio", 441 "tabs.item.enableAudio": "Enable audio",
442 "tabs.item.enableDarkMode": "Enable Dark mode",
441 "tabs.item.enableNotification": "Enable notifications", 443 "tabs.item.enableNotification": "Enable notifications",
442 "tabs.item.enableService": "Enable service", 444 "tabs.item.enableService": "Enable service",
443 "tabs.item.hibernateService": "Hibernate service", 445 "tabs.item.hibernateService": "Hibernate service",