From 13b853a5c61ba089df20da72ab07ae2f84999ea4 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 3 Oct 2019 17:14:20 +0200 Subject: Add open in browser & tooltips --- src/i18n/locales/defaultMessages.json | 70 ++++++++++++++++++++++ src/i18n/locales/en-US.json | 7 ++- .../webControls/components/WebControls.json | 67 +++++++++++++++++++++ .../workspaces/components/WorkspaceDrawerItem.json | 8 +-- 4 files changed, 147 insertions(+), 5 deletions(-) create mode 100644 src/i18n/messages/src/features/webControls/components/WebControls.json (limited to 'src/i18n') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 0dfe2055a..e77590a58 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -4020,6 +4020,76 @@ ], "path": "src/features/todos/components/TodosWebview.json" }, + { + "descriptors": [ + { + "defaultMessage": "!!!Home", + "end": { + "column": 3, + "line": 17 + }, + "file": "src/features/webControls/components/WebControls.js", + "id": "webControls.goHome", + "start": { + "column": 10, + "line": 14 + } + }, + { + "defaultMessage": "!!!Open in Browser", + "end": { + "column": 3, + "line": 21 + }, + "file": "src/features/webControls/components/WebControls.js", + "id": "webControls.openInBrowser", + "start": { + "column": 17, + "line": 18 + } + }, + { + "defaultMessage": "!!!Back", + "end": { + "column": 3, + "line": 25 + }, + "file": "src/features/webControls/components/WebControls.js", + "id": "webControls.back", + "start": { + "column": 8, + "line": 22 + } + }, + { + "defaultMessage": "!!!Forward", + "end": { + "column": 3, + "line": 29 + }, + "file": "src/features/webControls/components/WebControls.js", + "id": "webControls.forward", + "start": { + "column": 11, + "line": 26 + } + }, + { + "defaultMessage": "!!!Reload", + "end": { + "column": 3, + "line": 33 + }, + "file": "src/features/webControls/components/WebControls.js", + "id": "webControls.reload", + "start": { + "column": 10, + "line": 30 + } + } + ], + "path": "src/features/webControls/components/WebControls.json" + }, { "descriptors": [ { diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index dcb9d92a2..e164b64a4 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -370,6 +370,11 @@ "validation.oneRequired": "At least one is required", "validation.required": "{field} is required", "validation.url": "{field} is not a valid URL", + "webControls.back": "Back", + "webControls.forward": "Forward", + "webControls.goHome": "Home", + "webControls.openInBrowser": "Open in Browser", + "webControls.reload": "Reload", "welcome.loginButton": "Login to your account", "welcome.signupButton": "Create a free account", "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace", @@ -383,4 +388,4 @@ "workspaceDrawer.workspaceFeatureInfo": "

Franz 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 +} diff --git a/src/i18n/messages/src/features/webControls/components/WebControls.json b/src/i18n/messages/src/features/webControls/components/WebControls.json new file mode 100644 index 000000000..969437e98 --- /dev/null +++ b/src/i18n/messages/src/features/webControls/components/WebControls.json @@ -0,0 +1,67 @@ +[ + { + "id": "webControls.goHome", + "defaultMessage": "!!!Home", + "file": "src/features/webControls/components/WebControls.js", + "start": { + "line": 13, + "column": 10 + }, + "end": { + "line": 16, + "column": 3 + } + }, + { + "id": "webControls.openInBrowser", + "defaultMessage": "!!!Open in Browser", + "file": "src/features/webControls/components/WebControls.js", + "start": { + "line": 17, + "column": 17 + }, + "end": { + "line": 20, + "column": 3 + } + }, + { + "id": "webControls.back", + "defaultMessage": "!!!Back", + "file": "src/features/webControls/components/WebControls.js", + "start": { + "line": 21, + "column": 8 + }, + "end": { + "line": 24, + "column": 3 + } + }, + { + "id": "webControls.forward", + "defaultMessage": "!!!Forward", + "file": "src/features/webControls/components/WebControls.js", + "start": { + "line": 25, + "column": 11 + }, + "end": { + "line": 28, + "column": 3 + } + }, + { + "id": "webControls.reload", + "defaultMessage": "!!!Reload", + "file": "src/features/webControls/components/WebControls.js", + "start": { + "line": 29, + "column": 10 + }, + "end": { + "line": 32, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json index 4ff190606..1b6664787 100644 --- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json +++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawerItem.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!No services added yet", "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", "start": { - "line": 12, + "line": 13, "column": 22 }, "end": { - "line": 15, + "line": 16, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!edit", "file": "src/features/workspaces/components/WorkspaceDrawerItem.js", "start": { - "line": 16, + "line": 17, "column": 19 }, "end": { - "line": 19, + "line": 20, "column": 3 } } -- cgit v1.2.3-70-g09d2