From 71544483caadbdd240f423e7660c242ef458a1d2 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 4 Sep 2019 11:51:28 +0200 Subject: Add pre-launch notice --- src/i18n/locales/defaultMessages.json | 76 +++++++++++++++++----- src/i18n/locales/en-US.json | 5 +- .../features/todos/components/TodosWebview.json | 41 ++++++++++++ .../workspaces/components/WorkspaceDrawer.json | 32 ++++----- 4 files changed, 121 insertions(+), 33 deletions(-) create mode 100644 src/i18n/messages/src/features/todos/components/TodosWebview.json (limited to 'src/i18n') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 62d56ad1f..dabe2f11f 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -3810,6 +3810,50 @@ ], "path": "src/features/shareFranz/Component.json" }, + { + "descriptors": [ + { + "defaultMessage": "!!!The Franz Todos Preview is currently only available for Franz Premium accounts.", + "end": { + "column": 3, + "line": 21 + }, + "file": "src/features/todos/components/TodosWebview.js", + "id": "feature.todos.premium.info", + "start": { + "column": 15, + "line": 18 + } + }, + { + "defaultMessage": "!!!Upgrade Account", + "end": { + "column": 3, + "line": 25 + }, + "file": "src/features/todos/components/TodosWebview.js", + "id": "feature.todos.premium.upgrade", + "start": { + "column": 14, + "line": 22 + } + }, + { + "defaultMessage": "!!!Franz Todos will be available to everyone soon.", + "end": { + "column": 3, + "line": 29 + }, + "file": "src/features/todos/components/TodosWebview.js", + "id": "feature.todos.premium.rollout", + "start": { + "column": 15, + "line": 26 + } + } + ], + "path": "src/features/todos/components/TodosWebview.json" + }, { "descriptors": [ { @@ -3943,104 +3987,104 @@ "defaultMessage": "!!!Workspaces", "end": { "column": 3, - "line": 19 + "line": 20 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.headline", "start": { "column": 12, - "line": 16 + "line": 17 } }, { "defaultMessage": "!!!All services", "end": { "column": 3, - "line": 23 + "line": 24 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.allServices", "start": { "column": 15, - "line": 20 + "line": 21 } }, { "defaultMessage": "!!!Workspaces settings", "end": { "column": 3, - "line": 27 + "line": 28 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.workspacesSettingsTooltip", "start": { "column": 29, - "line": 24 + "line": 25 } }, { "defaultMessage": "!!!Info about workspace feature", "end": { "column": 3, - "line": 31 + "line": 32 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.workspaceFeatureInfo", "start": { "column": 24, - "line": 28 + "line": 29 } }, { "defaultMessage": "!!!Create your first workspace", "end": { "column": 3, - "line": 35 + "line": 36 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.premiumCtaButtonLabel", "start": { "column": 25, - "line": 32 + "line": 33 } }, { "defaultMessage": "!!!Reactivate premium account", "end": { "column": 3, - "line": 39 + "line": 40 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.reactivatePremiumAccountLabel", "start": { "column": 28, - "line": 36 + "line": 37 } }, { "defaultMessage": "!!!add new workspace", "end": { "column": 3, - "line": 43 + "line": 44 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.addNewWorkspaceLabel", "start": { "column": 24, - "line": 40 + "line": 41 } }, { "defaultMessage": "!!!Premium feature", "end": { "column": 3, - "line": 47 + "line": 48 }, "file": "src/features/workspaces/components/WorkspaceDrawer.js", "id": "workspaceDrawer.proFeatureBadge", "start": { "column": 23, - "line": 44 + "line": 45 } } ], diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 727eb2884..2bfe5a670 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -15,6 +15,9 @@ "feature.shareFranz.shareText.email": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", "feature.shareFranz.shareText.twitter": "I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", "feature.shareFranz.text": "Tell your friends and colleagues how awesome Franz is and help us to spread the word.", + "feature.todos.premium.info": "The Franz Todos Preview is currently only available for Franz Premium accounts.", + "feature.todos.premium.rollout": "Franz Todos will be available to everyone soon.", + "feature.todos.premium.upgrade": "Upgrade Account", "global.api.unhealthy": "Can't connect to Franz online services", "global.notConnectedToTheInternet": "You are not connected to the internet.", "global.spellchecker.useDefault": "Use System Default ({default})", @@ -371,4 +374,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/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json new file mode 100644 index 000000000..2387112b4 --- /dev/null +++ b/src/i18n/messages/src/features/todos/components/TodosWebview.json @@ -0,0 +1,41 @@ +[ + { + "id": "feature.todos.premium.info", + "defaultMessage": "!!!The Franz Todos Preview is currently only available for Franz Premium accounts.", + "file": "src/features/todos/components/TodosWebview.js", + "start": { + "line": 18, + "column": 15 + }, + "end": { + "line": 21, + "column": 3 + } + }, + { + "id": "feature.todos.premium.upgrade", + "defaultMessage": "!!!Upgrade Account", + "file": "src/features/todos/components/TodosWebview.js", + "start": { + "line": 22, + "column": 14 + }, + "end": { + "line": 25, + "column": 3 + } + }, + { + "id": "feature.todos.premium.rollout", + "defaultMessage": "!!!Franz Todos will be available to everyone soon.", + "file": "src/features/todos/components/TodosWebview.js", + "start": { + "line": 26, + "column": 15 + }, + "end": { + "line": 29, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json index 9f0935620..2f340f1e9 100644 --- a/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json +++ b/src/i18n/messages/src/features/workspaces/components/WorkspaceDrawer.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Workspaces", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 16, + "line": 17, "column": 12 }, "end": { - "line": 19, + "line": 20, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!All services", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 20, + "line": 21, "column": 15 }, "end": { - "line": 23, + "line": 24, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Workspaces settings", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 24, + "line": 25, "column": 29 }, "end": { - "line": 27, + "line": 28, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Info about workspace feature", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 28, + "line": 29, "column": 24 }, "end": { - "line": 31, + "line": 32, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Create your first workspace", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 32, + "line": 33, "column": 25 }, "end": { - "line": 35, + "line": 36, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!Reactivate premium account", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 36, + "line": 37, "column": 28 }, "end": { - "line": 39, + "line": 40, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!add new workspace", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 40, + "line": 41, "column": 24 }, "end": { - "line": 43, + "line": 44, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Premium feature", "file": "src/features/workspaces/components/WorkspaceDrawer.js", "start": { - "line": 44, + "line": 45, "column": 23 }, "end": { - "line": 47, + "line": 48, "column": 3 } } -- cgit v1.2.3-70-g09d2