From e4f1862644d5921e2ee77078c10e16efa3e58c7b Mon Sep 17 00:00:00 2001 From: Dominik Guzei Date: Tue, 19 Mar 2019 19:38:56 +0100 Subject: add workspace drawer --- src/i18n/locales/defaultMessages.json | 57 +++++++++++++++++++++++++++++++++++ src/i18n/locales/en-US.json | 8 +++-- 2 files changed, 63 insertions(+), 2 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index c8bb03ded..4bf9a8c0a 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -755,6 +755,32 @@ "column": 10, "line": 23 } + }, + { + "defaultMessage": "!!!Open workspace drawer", + "end": { + "column": 3, + "line": 30 + }, + "file": "src/components/layout/Sidebar.js", + "id": "sidebar.openWorkspaceDrawer", + "start": { + "column": 23, + "line": 27 + } + }, + { + "defaultMessage": "!!!Close workspace drawer", + "end": { + "column": 3, + "line": 34 + }, + "file": "src/components/layout/Sidebar.js", + "id": "sidebar.closeWorkspaceDrawer", + "start": { + "column": 24, + "line": 31 + } } ], "path": "src/components/layout/Sidebar.json" @@ -3276,6 +3302,37 @@ ], "path": "src/features/workspaces/components/EditWorkspaceForm.json" }, + { + "descriptors": [ + { + "defaultMessage": "!!!Workspaces", + "end": { + "column": 3, + "line": 15 + }, + "file": "src/features/workspaces/components/WorkspaceDrawer.js", + "id": "workspaceDrawer.headline", + "start": { + "column": 12, + "line": 12 + } + }, + { + "defaultMessage": "!!!All services", + "end": { + "column": 3, + "line": 19 + }, + "file": "src/features/workspaces/components/WorkspaceDrawer.js", + "id": "workspaceDrawer.allServices", + "start": { + "column": 15, + "line": 16 + } + } + ], + "path": "src/features/workspaces/components/WorkspaceDrawer.json" + }, { "descriptors": [ { diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 1041a8b5f..94c6fcf32 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -249,7 +249,9 @@ "settings.workspaces.headline": "Your workspaces", "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.", "sidebar.addNewService": "Add new service", + "sidebar.closeWorkspaceDrawer": "Close workspace drawer", "sidebar.muteApp": "Disable notifications & audio", + "sidebar.openWorkspaceDrawer": "Open workspace drawer", "sidebar.settings": "Settings", "sidebar.unmuteApp": "Enable notifications & audio", "signup.company.label": "Company", @@ -294,5 +296,7 @@ "validation.required": "{field} is required", "validation.url": "{field} is not a valid URL", "welcome.loginButton": "Login to your account", - "welcome.signupButton": "Create a free account" -} \ No newline at end of file + "welcome.signupButton": "Create a free account", + "workspaceDrawer.allServices": "All services", + "workspaceDrawer.headline": "Workspaces" +} -- cgit v1.2.3-70-g09d2