aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-08-14 08:04:02 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-08-14 08:04:02 +0200
commit56f4658b58c56dd1e5165be755e8144ba2fd4937 (patch)
tree6dbc339e69c5c20619778b78e2fa5c4c02fd68a5 /src/i18n
parentMerge branch 'develop' into feature/new-pricing (diff)
downloadferdium-app-56f4658b58c56dd1e5165be755e8144ba2fd4937.tar.gz
ferdium-app-56f4658b58c56dd1e5165be755e8144ba2fd4937.tar.zst
ferdium-app-56f4658b58c56dd1e5165be755e8144ba2fd4937.zip
remove monthly & yearly names
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json6
-rw-r--r--src/i18n/messages/src/helpers/plan-helpers.json46
2 files changed, 12 insertions, 40 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index cd1e39543..a4c828f92 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -122,10 +122,8 @@
122 "pricing.features.workspaces": "Workspaces", 122 "pricing.features.workspaces": "Workspaces",
123 "pricing.plan.free": "Franz Free", 123 "pricing.plan.free": "Franz Free",
124 "pricing.plan.legacy": "Franz Premium", 124 "pricing.plan.legacy": "Franz Premium",
125 "pricing.plan.personal-monthly": "Franz Personal Monthly", 125 "pricing.plan.personal": "Franz Personal",
126 "pricing.plan.personal-yearly": "Franz Personal Yearly", 126 "pricing.plan.pro": "Franz Professional",
127 "pricing.plan.pro-monthly": "Franz Professional Monthly",
128 "pricing.plan.pro-yearly": "Franz Professional Yearly",
129 "pricing.trial.cta.accept": "Yes, upgrade my account to Franz Professional", 127 "pricing.trial.cta.accept": "Yes, upgrade my account to Franz Professional",
130 "pricing.trial.cta.skip": "Continue to Franz", 128 "pricing.trial.cta.skip": "Continue to Franz",
131 "pricing.trial.error": "Sorry, we could not activate your trial!", 129 "pricing.trial.error": "Sorry, we could not activate your trial!",
diff --git a/src/i18n/messages/src/helpers/plan-helpers.json b/src/i18n/messages/src/helpers/plan-helpers.json
index de27dfcfd..df8ee19e3 100644
--- a/src/i18n/messages/src/helpers/plan-helpers.json
+++ b/src/i18n/messages/src/helpers/plan-helpers.json
@@ -1,11 +1,11 @@
1[ 1[
2 { 2 {
3 "id": "pricing.plan.pro-yearly", 3 "id": "pricing.plan.pro",
4 "defaultMessage": "!!!Franz Professional Yearly", 4 "defaultMessage": "!!!Franz Professional",
5 "file": "src/helpers/plan-helpers.js", 5 "file": "src/helpers/plan-helpers.js",
6 "start": { 6 "start": {
7 "line": 5, 7 "line": 5,
8 "column": 22 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 8, 11 "line": 8,
@@ -13,12 +13,12 @@
13 } 13 }
14 }, 14 },
15 { 15 {
16 "id": "pricing.plan.pro-monthly", 16 "id": "pricing.plan.personal",
17 "defaultMessage": "!!!Franz Professional Monthly", 17 "defaultMessage": "!!!Franz Personal",
18 "file": "src/helpers/plan-helpers.js", 18 "file": "src/helpers/plan-helpers.js",
19 "start": { 19 "start": {
20 "line": 9, 20 "line": 9,
21 "column": 23 21 "column": 20
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 12, 24 "line": 12,
@@ -26,41 +26,15 @@
26 } 26 }
27 }, 27 },
28 { 28 {
29 "id": "pricing.plan.personal-yearly",
30 "defaultMessage": "!!!Franz Personal Yearly",
31 "file": "src/helpers/plan-helpers.js",
32 "start": {
33 "line": 13,
34 "column": 27
35 },
36 "end": {
37 "line": 16,
38 "column": 3
39 }
40 },
41 {
42 "id": "pricing.plan.personal-monthly",
43 "defaultMessage": "!!!Franz Personal Monthly",
44 "file": "src/helpers/plan-helpers.js",
45 "start": {
46 "line": 17,
47 "column": 28
48 },
49 "end": {
50 "line": 20,
51 "column": 3
52 }
53 },
54 {
55 "id": "pricing.plan.free", 29 "id": "pricing.plan.free",
56 "defaultMessage": "!!!Franz Free", 30 "defaultMessage": "!!!Franz Free",
57 "file": "src/helpers/plan-helpers.js", 31 "file": "src/helpers/plan-helpers.js",
58 "start": { 32 "start": {
59 "line": 21, 33 "line": 13,
60 "column": 16 34 "column": 16
61 }, 35 },
62 "end": { 36 "end": {
63 "line": 24, 37 "line": 16,
64 "column": 3 38 "column": 3
65 } 39 }
66 }, 40 },
@@ -69,11 +43,11 @@
69 "defaultMessage": "!!!Franz Premium", 43 "defaultMessage": "!!!Franz Premium",
70 "file": "src/helpers/plan-helpers.js", 44 "file": "src/helpers/plan-helpers.js",
71 "start": { 45 "start": {
72 "line": 25, 46 "line": 17,
73 "column": 18 47 "column": 18
74 }, 48 },
75 "end": { 49 "end": {
76 "line": 28, 50 "line": 20,
77 "column": 3 51 "column": 3
78 } 52 }
79 } 53 }