From 663ba466a4285fdbd02a7c03afa66fac9b70f49b Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Wed, 29 Jun 2022 17:00:48 +0100 Subject: Fix missing translations (#394) --- src/i18n/locales/en-US.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 @@ "setupAssistant.headline": "Let's get started", "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", "setupAssistant.submit.label": "Let's go", + "sidebar.addNewService": "Add new service", + "sidebar.closeTodosDrawer": "Close Ferdium Todos", + "sidebar.closeWorkspaceDrawer": "Close workspace drawer", "sidebar.muteApp": "Disable notifications & audio", + "sidebar.openTodosDrawer": "Open workspace drawer", + "sidebar.openWorkspaceDrawer": "Open workspace drawer", + "sidebar.splitModeToggle": "Split Mode Toggle", "sidebar.unmuteApp": "Enable notifications & audio", "signup.email.label": "Email address", "signup.emailDuplicate": "A user with that email address already exists", @@ -467,4 +473,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

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.

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.

", "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", "workspaces.switchingIndicator.switchingTo": "Switching to" -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf