From ac4da3f8ad833013978c989e38d37118eb4b985f Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 15 Apr 2019 22:09:57 +0200 Subject: Add workspace string --- src/i18n/locales/en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 5bb10438a..1090584c2 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -285,6 +285,7 @@ "subscription.features.onpremise.mattermost": "Add on-premise/hosted services like Mattermost", "subscription.features.proxy": "Proxy support for services", "subscription.features.spellchecker": "Support for spellchecker", + "subscription.features.workspaces": "Organize your services in workspaces", "subscription.includedFeatures": "Paid Franz Premium Supporter Account includes", "subscription.paymentSessionError": "Could not initialize payment form", "subscription.submit.label": "I want to support the development of Franz", @@ -320,4 +321,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 +} -- cgit v1.2.3-54-g00ecf From 8e36ff039b62db2aae9cf90c35421755fe6fd77d Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 15 Apr 2019 22:20:44 +0200 Subject: Update strings --- src/i18n/locales/defaultMessages.json | 25 ++++++++++++++++------ .../components/subscription/SubscriptionForm.json | 25 ++++++++++++++++------ 2 files changed, 38 insertions(+), 12 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index df7f04a06..2187858b7 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -2470,42 +2470,55 @@ } }, { - "defaultMessage": "!!!No ads, ever!", + "defaultMessage": "!!!Organize your services in workspaces", "end": { "column": 3, "line": 57 }, "file": "src/components/subscription/SubscriptionForm.js", + "id": "subscription.features.workspaces", + "start": { + "column": 14, + "line": 54 + } + }, + { + "defaultMessage": "!!!No ads, ever!", + "end": { + "column": 3, + "line": 61 + }, + "file": "src/components/subscription/SubscriptionForm.js", "id": "subscription.features.ads", "start": { "column": 7, - "line": 54 + "line": 58 } }, { "defaultMessage": "!!!coming soon", "end": { "column": 3, - "line": 61 + "line": 65 }, "file": "src/components/subscription/SubscriptionForm.js", "id": "subscription.features.comingSoon", "start": { "column": 14, - "line": 58 + "line": 62 } }, { "defaultMessage": "!!!EU residents: local sales tax may apply", "end": { "column": 3, - "line": 65 + "line": 69 }, "file": "src/components/subscription/SubscriptionForm.js", "id": "subscription.euTaxInfo", "start": { "column": 13, - "line": 62 + "line": 66 } } ], diff --git a/src/i18n/messages/src/components/subscription/SubscriptionForm.json b/src/i18n/messages/src/components/subscription/SubscriptionForm.json index cc7470358..f98eb986f 100644 --- a/src/i18n/messages/src/components/subscription/SubscriptionForm.json +++ b/src/i18n/messages/src/components/subscription/SubscriptionForm.json @@ -129,16 +129,29 @@ "column": 3 } }, + { + "id": "subscription.features.workspaces", + "defaultMessage": "!!!Organize your services in workspaces", + "file": "src/components/subscription/SubscriptionForm.js", + "start": { + "line": 54, + "column": 14 + }, + "end": { + "line": 57, + "column": 3 + } + }, { "id": "subscription.features.ads", "defaultMessage": "!!!No ads, ever!", "file": "src/components/subscription/SubscriptionForm.js", "start": { - "line": 54, + "line": 58, "column": 7 }, "end": { - "line": 57, + "line": 61, "column": 3 } }, @@ -147,11 +160,11 @@ "defaultMessage": "!!!coming soon", "file": "src/components/subscription/SubscriptionForm.js", "start": { - "line": 58, + "line": 62, "column": 14 }, "end": { - "line": 61, + "line": 65, "column": 3 } }, @@ -160,11 +173,11 @@ "defaultMessage": "!!!EU residents: local sales tax may apply", "file": "src/components/subscription/SubscriptionForm.js", "start": { - "line": 62, + "line": 66, "column": 13 }, "end": { - "line": 65, + "line": 69, "column": 3 } } -- cgit v1.2.3-54-g00ecf