aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-29 17:00:48 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-29 16:00:48 +0000
commit663ba466a4285fdbd02a7c03afa66fac9b70f49b (patch)
tree28e7a11074f8f8ff956aaf7cd6dad535461b7bc3 /src
parentFix toggle for pre-release updates on Ubuntu (#393) (diff)
downloadferdium-app-663ba466a4285fdbd02a7c03afa66fac9b70f49b.tar.gz
ferdium-app-663ba466a4285fdbd02a7c03afa66fac9b70f49b.tar.zst
ferdium-app-663ba466a4285fdbd02a7c03afa66fac9b70f49b.zip
Fix missing translations (#394)
Diffstat (limited to 'src')
-rw-r--r--src/i18n/locales/en-US.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a409c6f47..b09bfada2 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -421,7 +421,13 @@
421 "setupAssistant.headline": "Let's get started", 421 "setupAssistant.headline": "Let's get started",
422 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 422 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
423 "setupAssistant.submit.label": "Let's go", 423 "setupAssistant.submit.label": "Let's go",
424 "sidebar.addNewService": "Add new service",
425 "sidebar.closeTodosDrawer": "Close Ferdium Todos",
426 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
424 "sidebar.muteApp": "Disable notifications & audio", 427 "sidebar.muteApp": "Disable notifications & audio",
428 "sidebar.openTodosDrawer": "Open workspace drawer",
429 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
430 "sidebar.splitModeToggle": "Split Mode Toggle",
425 "sidebar.unmuteApp": "Enable notifications & audio", 431 "sidebar.unmuteApp": "Enable notifications & audio",
426 "signup.email.label": "Email address", 432 "signup.email.label": "Email address",
427 "signup.emailDuplicate": "A user with that email address already exists", 433 "signup.emailDuplicate": "A user with that email address already exists",
@@ -467,4 +473,4 @@
467 "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>", 473 "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>",
468 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 474 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
469 "workspaces.switchingIndicator.switchingTo": "Switching to" 475 "workspaces.switchingIndicator.switchingTo": "Switching to"
470} \ No newline at end of file 476}