aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-27 11:23:31 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-27 11:23:31 +0200
commit8f60790de89ee7fd7a150a83a8ca39b4bf76509c (patch)
tree0e35a3687da220389747d8998f3c978898fb2fd7 /src/i18n/locales
parentBump to 5.3.4-beta.4 (diff)
downloadferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.tar.gz
ferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.tar.zst
ferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.zip
Replace "invite friends" screen with "support Ferdi" screen
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/defaultMessages.json76
-rw-r--r--src/i18n/locales/en-US.json7
2 files changed, 79 insertions, 4 deletions
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 @@
1730 } 1730 }
1731 }, 1731 },
1732 { 1732 {
1733 "defaultMessage": "!!!Invite Friends", 1733 "defaultMessage": "!!!Support Ferdi",
1734 "end": { 1734 "end": {
1735 "column": 3, 1735 "column": 3,
1736 "line": 41 1736 "line": 41
1737 }, 1737 },
1738 "file": "src/components/settings/navigation/SettingsNavigation.js", 1738 "file": "src/components/settings/navigation/SettingsNavigation.js",
1739 "id": "settings.navigation.inviteFriends", 1739 "id": "settings.navigation.supportFerdi",
1740 "start": { 1740 "start": {
1741 "column": 17, 1741 "column": 16,
1742 "line": 38 1742 "line": 38
1743 } 1743 }
1744 }, 1744 },
@@ -2779,6 +2779,76 @@
2779 { 2779 {
2780 "descriptors": [ 2780 "descriptors": [
2781 { 2781 {
2782 "defaultMessage": "!!!Support Ferdi",
2783 "end": {
2784 "column": 3,
2785 "line": 11
2786 },
2787 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
2788 "id": "settings.supportFerdi.headline",
2789 "start": {
2790 "column": 12,
2791 "line": 8
2792 }
2793 },
2794 {
2795 "defaultMessage": "!!!Do you like Ferdi? Spread the love!",
2796 "end": {
2797 "column": 3,
2798 "line": 15
2799 },
2800 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
2801 "id": "settings.supportFerdi.title",
2802 "start": {
2803 "column": 9,
2804 "line": 12
2805 }
2806 },
2807 {
2808 "defaultMessage": "!!!Star on GitHub",
2809 "end": {
2810 "column": 3,
2811 "line": 19
2812 },
2813 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
2814 "id": "settings.supportFerdi.github",
2815 "start": {
2816 "column": 10,
2817 "line": 16
2818 }
2819 },
2820 {
2821 "defaultMessage": "!!!Tell your Friends",
2822 "end": {
2823 "column": 3,
2824 "line": 23
2825 },
2826 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
2827 "id": "settings.supportFerdi.share",
2828 "start": {
2829 "column": 9,
2830 "line": 20
2831 }
2832 },
2833 {
2834 "defaultMessage": "!!!Support our Open Collective",
2835 "end": {
2836 "column": 3,
2837 "line": 27
2838 },
2839 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
2840 "id": "settings.supportFerdi.openCollective",
2841 "start": {
2842 "column": 18,
2843 "line": 24
2844 }
2845 }
2846 ],
2847 "path": "src/components/settings/supportFerdi/SupportFerdiDashboard.json"
2848 },
2849 {
2850 "descriptors": [
2851 {
2782 "defaultMessage": "!!!Team", 2852 "defaultMessage": "!!!Team",
2783 "end": { 2853 "end": {
2784 "column": 3, 2854 "column": 3,
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 @@
262 "settings.invite.headline": "Invite Friends", 262 "settings.invite.headline": "Invite Friends",
263 "settings.navigation.account": "Account", 263 "settings.navigation.account": "Account",
264 "settings.navigation.availableServices": "Available services", 264 "settings.navigation.availableServices": "Available services",
265 "settings.navigation.inviteFriends": "Invite Friends",
266 "settings.navigation.logout": "Logout", 265 "settings.navigation.logout": "Logout",
267 "settings.navigation.settings": "Settings", 266 "settings.navigation.settings": "Settings",
267 "settings.navigation.supportFerdi": "Support Ferdi",
268 "settings.navigation.team": "Manage Team", 268 "settings.navigation.team": "Manage Team",
269 "settings.navigation.yourServices": "Your services", 269 "settings.navigation.yourServices": "Your services",
270 "settings.navigation.yourWorkspaces": "Your workspaces", 270 "settings.navigation.yourWorkspaces": "Your workspaces",
@@ -331,6 +331,11 @@
331 "settings.services.tooltip.isMuted": "All sounds are muted", 331 "settings.services.tooltip.isMuted": "All sounds are muted",
332 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled", 332 "settings.services.tooltip.notificationsDisabled": "Notifications are disabled",
333 "settings.services.updatedInfo": "Your changes have been saved", 333 "settings.services.updatedInfo": "Your changes have been saved",
334 "settings.supportFerdi.github": "Star on GitHub",
335 "settings.supportFerdi.headline": "Support Ferdi",
336 "settings.supportFerdi.openCollective": "Support our Open Collective",
337 "settings.supportFerdi.share": "Tell your Friends",
338 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
334 "settings.team.contentHeadline": "Ferdi for Teams", 339 "settings.team.contentHeadline": "Ferdi for Teams",
335 "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!", 340 "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!",
336 "settings.team.headline": "Team", 341 "settings.team.headline": "Team",