From 8f60790de89ee7fd7a150a83a8ca39b4bf76509c Mon Sep 17 00:00:00 2001 From: vantezzen Date: Fri, 27 Sep 2019 11:23:31 +0200 Subject: Replace "invite friends" screen with "support Ferdi" screen --- src/i18n/locales/defaultMessages.json | 76 +++++++++++++++++++++++++++++++++-- src/i18n/locales/en-US.json | 7 +++- 2 files changed, 79 insertions(+), 4 deletions(-) (limited to 'src/i18n/locales') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index e1814cc6d..8022aed3b 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -1730,15 +1730,15 @@ } }, { - "defaultMessage": "!!!Invite Friends", + "defaultMessage": "!!!Support Ferdi", "end": { "column": 3, "line": 41 }, "file": "src/components/settings/navigation/SettingsNavigation.js", - "id": "settings.navigation.inviteFriends", + "id": "settings.navigation.supportFerdi", "start": { - "column": 17, + "column": 16, "line": 38 } }, @@ -2776,6 +2776,76 @@ ], "path": "src/components/settings/settings/EditSettingsForm.json" }, + { + "descriptors": [ + { + "defaultMessage": "!!!Support Ferdi", + "end": { + "column": 3, + "line": 11 + }, + "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", + "id": "settings.supportFerdi.headline", + "start": { + "column": 12, + "line": 8 + } + }, + { + "defaultMessage": "!!!Do you like Ferdi? Spread the love!", + "end": { + "column": 3, + "line": 15 + }, + "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", + "id": "settings.supportFerdi.title", + "start": { + "column": 9, + "line": 12 + } + }, + { + "defaultMessage": "!!!Star on GitHub", + "end": { + "column": 3, + "line": 19 + }, + "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", + "id": "settings.supportFerdi.github", + "start": { + "column": 10, + "line": 16 + } + }, + { + "defaultMessage": "!!!Tell your Friends", + "end": { + "column": 3, + "line": 23 + }, + "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", + "id": "settings.supportFerdi.share", + "start": { + "column": 9, + "line": 20 + } + }, + { + "defaultMessage": "!!!Support our Open Collective", + "end": { + "column": 3, + "line": 27 + }, + "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js", + "id": "settings.supportFerdi.openCollective", + "start": { + "column": 18, + "line": 24 + } + } + ], + "path": "src/components/settings/supportFerdi/SupportFerdiDashboard.json" + }, { "descriptors": [ { diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 31e7259ca..784a0aeb5 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -262,9 +262,9 @@ "settings.invite.headline": "Invite Friends", "settings.navigation.account": "Account", "settings.navigation.availableServices": "Available services", - "settings.navigation.inviteFriends": "Invite Friends", "settings.navigation.logout": "Logout", "settings.navigation.settings": "Settings", + "settings.navigation.supportFerdi": "Support Ferdi", "settings.navigation.team": "Manage Team", "settings.navigation.yourServices": "Your services", "settings.navigation.yourWorkspaces": "Your workspaces", @@ -331,6 +331,11 @@ "settings.services.tooltip.isMuted": "All sounds are muted", "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", "settings.services.updatedInfo": "Your changes have been saved", + "settings.supportFerdi.github": "Star on GitHub", + "settings.supportFerdi.headline": "Support Ferdi", + "settings.supportFerdi.openCollective": "Support our Open Collective", + "settings.supportFerdi.share": "Tell your Friends", + "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!", "settings.team.contentHeadline": "Ferdi for Teams", "settings.team.copy": "Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!", "settings.team.headline": "Team", -- cgit v1.2.3-70-g09d2