aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 10:22:00 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-16 10:22:00 +0200
commitba578b8a6df8d31136fb170e78b70a71dad85e31 (patch)
treea8c980cc83e6014fd7befefd240b8364d40447d3 /src/i18n/messages
parentplan selection polishing (diff)
downloadferdium-app-ba578b8a6df8d31136fb170e78b70a71dad85e31.tar.gz
ferdium-app-ba578b8a6df8d31136fb170e78b70a71dad85e31.tar.zst
ferdium-app-ba578b8a6df8d31136fb170e78b70a71dad85e31.zip
polishing
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/auth/Pricing.json29
-rw-r--r--src/i18n/messages/src/features/planSelection/components/PlanItem.json19
2 files changed, 37 insertions, 11 deletions
diff --git a/src/i18n/messages/src/components/auth/Pricing.json b/src/i18n/messages/src/components/auth/Pricing.json
index 2d09c9ebb..3f0cf4e86 100644
--- a/src/i18n/messages/src/components/auth/Pricing.json
+++ b/src/i18n/messages/src/components/auth/Pricing.json
@@ -65,15 +65,28 @@
65 } 65 }
66 }, 66 },
67 { 67 {
68 "id": "pricing.trial.terms.trialWorth",
69 "defaultMessage": "!!!Free trial (normally {currency}{price} per month)",
70 "file": "src/components/auth/Pricing.js",
71 "start": {
72 "line": 35,
73 "column": 14
74 },
75 "end": {
76 "line": 38,
77 "column": 3
78 }
79 },
80 {
68 "id": "pricing.trial.error", 81 "id": "pricing.trial.error",
69 "defaultMessage": "!!!Sorry, we could not activate your trial!", 82 "defaultMessage": "!!!Sorry, we could not activate your trial!",
70 "file": "src/components/auth/Pricing.js", 83 "file": "src/components/auth/Pricing.js",
71 "start": { 84 "start": {
72 "line": 35, 85 "line": 39,
73 "column": 19 86 "column": 19
74 }, 87 },
75 "end": { 88 "end": {
76 "line": 38, 89 "line": 42,
77 "column": 3 90 "column": 3
78 } 91 }
79 }, 92 },
@@ -82,11 +95,11 @@
82 "defaultMessage": "!!!Start my 14-day Franz Professional Trial", 95 "defaultMessage": "!!!Start my 14-day Franz Professional Trial",
83 "file": "src/components/auth/Pricing.js", 96 "file": "src/components/auth/Pricing.js",
84 "start": { 97 "start": {
85 "line": 39, 98 "line": 43,
86 "column": 13 99 "column": 13
87 }, 100 },
88 "end": { 101 "end": {
89 "line": 42, 102 "line": 46,
90 "column": 3 103 "column": 3
91 } 104 }
92 }, 105 },
@@ -95,11 +108,11 @@
95 "defaultMessage": "!!!Continue to Franz", 108 "defaultMessage": "!!!Continue to Franz",
96 "file": "src/components/auth/Pricing.js", 109 "file": "src/components/auth/Pricing.js",
97 "start": { 110 "start": {
98 "line": 43, 111 "line": 47,
99 "column": 11 112 "column": 11
100 }, 113 },
101 "end": { 114 "end": {
102 "line": 46, 115 "line": 50,
103 "column": 3 116 "column": 3
104 } 117 }
105 }, 118 },
@@ -108,11 +121,11 @@
108 "defaultMessage": "!!!Franz Professional includes:", 121 "defaultMessage": "!!!Franz Professional includes:",
109 "file": "src/components/auth/Pricing.js", 122 "file": "src/components/auth/Pricing.js",
110 "start": { 123 "start": {
111 "line": 47, 124 "line": 51,
112 "column": 20 125 "column": 20
113 }, 126 },
114 "end": { 127 "end": {
115 "line": 50, 128 "line": 54,
116 "column": 3 129 "column": 3
117 } 130 }
118 } 131 }
diff --git a/src/i18n/messages/src/features/planSelection/components/PlanItem.json b/src/i18n/messages/src/features/planSelection/components/PlanItem.json
index 839686390..5a94f32ee 100644
--- a/src/i18n/messages/src/features/planSelection/components/PlanItem.json
+++ b/src/i18n/messages/src/features/planSelection/components/PlanItem.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!per month", 4 "defaultMessage": "!!!per month",
5 "file": "src/features/planSelection/components/PlanItem.js", 5 "file": "src/features/planSelection/components/PlanItem.js",
6 "start": { 6 "start": {
7 "line": 19, 7 "line": 15,
8 "column": 12 8 "column": 12
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 22, 11 "line": 18,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,10 +17,23 @@
17 "defaultMessage": "!!!per month & user", 17 "defaultMessage": "!!!per month & user",
18 "file": "src/features/planSelection/components/PlanItem.js", 18 "file": "src/features/planSelection/components/PlanItem.js",
19 "start": { 19 "start": {
20 "line": 23, 20 "line": 19,
21 "column": 19 21 "column": 19
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 22,
25 "column": 3
26 }
27 },
28 {
29 "id": "subscription.bestValue",
30 "defaultMessage": "!!!Best value",
31 "file": "src/features/planSelection/components/PlanItem.js",
32 "start": {
33 "line": 23,
34 "column": 13
35 },
36 "end": {
24 "line": 26, 37 "line": 26,
25 "column": 3 38 "column": 3
26 } 39 }