aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-27 13:35:00 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-27 12:35:00 +0000
commitfccf82cec88a80d6d08e84c572cac4c943c222b0 (patch)
treec036eef2274ae65ca5775b97027e4e481fa103e1 /src
parent6.0.0-nightly.79 [skip ci] (diff)
downloadferdium-app-fccf82cec88a80d6d08e84c572cac4c943c222b0.tar.gz
ferdium-app-fccf82cec88a80d6d08e84c572cac4c943c222b0.tar.zst
ferdium-app-fccf82cec88a80d6d08e84c572cac4c943c222b0.zip
Fix missing translations (#380)
Add missing translations
Diffstat (limited to 'src')
-rw-r--r--src/i18n/locales/en-US.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index a409c6f47..e607e3d2e 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -421,7 +421,12 @@
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",
425 "sidebar.unmuteApp": "Enable notifications & audio", 430 "sidebar.unmuteApp": "Enable notifications & audio",
426 "signup.email.label": "Email address", 431 "signup.email.label": "Email address",
427 "signup.emailDuplicate": "A user with that email address already exists", 432 "signup.emailDuplicate": "A user with that email address already exists",
@@ -467,4 +472,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>", 472 "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", 473 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
469 "workspaces.switchingIndicator.switchingTo": "Switching to" 474 "workspaces.switchingIndicator.switchingTo": "Switching to"
470} \ No newline at end of file 475}