aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json76
-rw-r--r--src/i18n/locales/en-US.json7
-rw-r--r--src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json6
-rw-r--r--src/i18n/messages/src/components/settings/supportFerdi/SupportFerdiDashboard.json67
4 files changed, 149 insertions, 7 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",
diff --git a/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json b/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
index 7dfb3ce04..b7309469e 100644
--- a/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
+++ b/src/i18n/messages/src/components/settings/navigation/SettingsNavigation.json
@@ -78,12 +78,12 @@
78 } 78 }
79 }, 79 },
80 { 80 {
81 "id": "settings.navigation.inviteFriends", 81 "id": "settings.navigation.supportFerdi",
82 "defaultMessage": "!!!Invite Friends", 82 "defaultMessage": "!!!Support Ferdi",
83 "file": "src/components/settings/navigation/SettingsNavigation.js", 83 "file": "src/components/settings/navigation/SettingsNavigation.js",
84 "start": { 84 "start": {
85 "line": 38, 85 "line": 38,
86 "column": 17 86 "column": 16
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 41, 89 "line": 41,
diff --git a/src/i18n/messages/src/components/settings/supportFerdi/SupportFerdiDashboard.json b/src/i18n/messages/src/components/settings/supportFerdi/SupportFerdiDashboard.json
new file mode 100644
index 000000000..bf8df6468
--- /dev/null
+++ b/src/i18n/messages/src/components/settings/supportFerdi/SupportFerdiDashboard.json
@@ -0,0 +1,67 @@
1[
2 {
3 "id": "settings.supportFerdi.headline",
4 "defaultMessage": "!!!Support Ferdi",
5 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
6 "start": {
7 "line": 8,
8 "column": 12
9 },
10 "end": {
11 "line": 11,
12 "column": 3
13 }
14 },
15 {
16 "id": "settings.supportFerdi.title",
17 "defaultMessage": "!!!Do you like Ferdi? Spread the love!",
18 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
19 "start": {
20 "line": 12,
21 "column": 9
22 },
23 "end": {
24 "line": 15,
25 "column": 3
26 }
27 },
28 {
29 "id": "settings.supportFerdi.github",
30 "defaultMessage": "!!!Star on GitHub",
31 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
32 "start": {
33 "line": 16,
34 "column": 10
35 },
36 "end": {
37 "line": 19,
38 "column": 3
39 }
40 },
41 {
42 "id": "settings.supportFerdi.share",
43 "defaultMessage": "!!!Tell your Friends",
44 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
45 "start": {
46 "line": 20,
47 "column": 9
48 },
49 "end": {
50 "line": 23,
51 "column": 3
52 }
53 },
54 {
55 "id": "settings.supportFerdi.openCollective",
56 "defaultMessage": "!!!Support our Open Collective",
57 "file": "src/components/settings/supportFerdi/SupportFerdiDashboard.js",
58 "start": {
59 "line": 24,
60 "column": 18
61 },
62 "end": {
63 "line": 27,
64 "column": 3
65 }
66 }
67] \ No newline at end of file