aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-22 16:22:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-22 16:22:33 +0530
commit884d085e99a06a4d8f4cea9792a9e5e782e3dbe3 (patch)
tree7d3986cccc09b7df5924b62d5a1fa440a4c83801 /src/i18n
parentAdd service-level option 'isMediaBadgeEnabled' defaulted to false (#688) (diff)
downloadferdium-app-884d085e99a06a4d8f4cea9792a9e5e782e3dbe3.tar.gz
ferdium-app-884d085e99a06a4d8f4cea9792a9e5e782e3dbe3.tar.zst
ferdium-app-884d085e99a06a4d8f4cea9792a9e5e782e3dbe3.zip
Use 'DEFAULT_SERVICE_SETTINGS' to initialize service-state
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 58aaebc69..63face219 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -344,9 +344,9 @@
344 "settings.service.form.editServiceHeadline": "Edit {name}", 344 "settings.service.form.editServiceHeadline": "Edit {name}",
345 "settings.service.form.enableAudio": "Enable audio", 345 "settings.service.form.enableAudio": "Enable audio",
346 "settings.service.form.enableBadge": "Show unread message badges", 346 "settings.service.form.enableBadge": "Show unread message badges",
347 "settings.service.form.enableMediaBadge": "Enable Media Play Indicator",
348 "settings.service.form.enableDarkMode": "Enable Dark Mode", 347 "settings.service.form.enableDarkMode": "Enable Dark Mode",
349 "settings.service.form.enableHibernation": "Enable hibernation", 348 "settings.service.form.enableHibernation": "Enable hibernation",
349 "settings.service.form.enableMediaBadge": "Enable Media Play Indicator",
350 "settings.service.form.enableNotification": "Enable notifications", 350 "settings.service.form.enableNotification": "Enable notifications",
351 "settings.service.form.enableProgressbar": "Enable Progress bar", 351 "settings.service.form.enableProgressbar": "Enable Progress bar",
352 "settings.service.form.enableService": "Enable service", 352 "settings.service.form.enableService": "Enable service",
@@ -492,4 +492,4 @@
492 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 492 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdium Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
493 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 493 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
494 "workspaces.switchingIndicator.switchingTo": "Switching to" 494 "workspaces.switchingIndicator.switchingTo": "Switching to"
495} 495} \ No newline at end of file