Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Oct 5, 2024
1 parent b13983a commit 4400d08
Show file tree
Hide file tree
Showing 27 changed files with 209 additions and 379 deletions.
2 changes: 1 addition & 1 deletion .github/input.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/summary.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/summary.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions en/$pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"label": "Free",
"title": "Beginner",
"payoff": "The basics",
"price": "<price>{{ price }}</price> / Free",
"price": "<price></price> / Free",
"cta": ""
},
"start": {
"label": "Full",
"title": "Start",
"payoff": "All you need",
"price": "from <price>{{ price }}</price> / monthly",
"price": "from <price></price> / monthly",
"cta": ""
},
"optimize": {
"label": "Most popular",
"title": "Optimise",
"payoff": "Content optimisation",
"price": "from <price>{{ price }}</price> / monthly",
"price": "from <price></price> / monthly",
"cta": "Talk to sales"
},
"personalize": {
Expand Down
27 changes: 0 additions & 27 deletions en/stream/SaasFormBilling.json

This file was deleted.

17 changes: 0 additions & 17 deletions en/stream/SaasFormCancel.json

This file was deleted.

5 changes: 5 additions & 0 deletions en/stream/admin/integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"answer": ""
}
]
},
"subscribe": {
"purchase": {
"title": "Purchase <plan></plan> subscription"
}
}
}
54 changes: 54 additions & 0 deletions en/stream/admin/sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
}
}
},
"subscribe": {
"purchase": {
"title": "Purchase <plan></plan> subscription for <org></org>"
}
},
"Editor": {
"discard": {
"btn": "Discard",
Expand All @@ -47,5 +52,54 @@
"hideSnippet": "Hide snippet",
"publish": "Save"
}
},
"EditorForm": {
"labels": {
"shop": {
"domain": "Shop domain",
"name": "Shop name"
},
"sdk": {
"identifierField": "Identifier field",
"settingsJson": "Settings",
"language": "Language",
"active": "Active",
"version": "Version"
}
},
"placeholders": {
"shop": {
"domain": "Shop domain",
"name": "Shop name"
},
"sdk": {
"identifierField": "Identifier field",
"settingsJson": "Settings",
"language": "Language",
"active": "Active",
"version": "Version"
}
},
"errors": {
"shop": {
"domain": {
"required": "This is required"
},
"name": {
"required": "This is required"
}
},
"sdk": {
"version": {
"required": "Please select a version"
},
"settingsJson": {
"comma": "Commas are not allowed, please use a valid CSS value"
}
}
},
"submit": "Save",
"ok": "Saved succesfully",
"fail": "Something went wrong while saving."
}
}
49 changes: 0 additions & 49 deletions en/stream/admin/sdkEditorForm.json

This file was deleted.

66 changes: 38 additions & 28 deletions en/stream/Saas.json → en/stream/subscribe.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"summary": {
"title": "Payment details",
"subject": "{{ plan }} subscription (per {{ days }} days)",
"headline": "<plan></plan> subscription",
"tax": "Tax ({{ percentage }})",
"total": "Total",
"cta": "Confirm subscription",
Expand Down Expand Up @@ -41,6 +42,25 @@
"ctaContact": "Contact us"
}
},
"result": {
"ok": {
"title": "You are in!",
"text": [
"Congratulations! You have succesfully set-up your subscription. You'll be able to change your product pages in awesome experiences.",
"Get started by clicking the button below to set-up your snippet."
],
"cta": "Start streaming"
},
"fail": {
"title": "Payment error",
"text": [
"We aren't able to process your payment. Please try again or contact us as soon as possible.",
"No problem. We're going to fix this."
],
"cta": "Try again",
"ctaContact": "Contact us"
}
},
"downgrade": {
"prompt": {
"title": "Cancel subscription",
Expand All @@ -62,33 +82,6 @@
"cancel": "I changed my mind"
}
},
"sdk": {
"purchase": {
"title": "Purchase <plan></plan> subscription for <org></org>"
},
"summary": {
"title": "<plan></plan> subscription"
},
"result": {
"ok": {
"title": "You are in!",
"text": [
"Congratulations! You have succesfully set-up your subscription. You'll be able to change your product pages in awesome experiences.",
"Get started by clicking the button below to set-up your snippet."
],
"cta": "Start streaming"
},
"fail": {
"title": "Payment error",
"text": [
"We aren't able to process your payment. Please try again or contact us as soon as possible.",
"No problem. We're going to fix this."
],
"cta": "Try again",
"ctaContact": "Contact us"
}
}
},
"FormBilling": {
"labels": {
"billingEmail": "Billing email",
Expand All @@ -115,5 +108,22 @@
},
"ok": "Changes saved",
"fail": "Something went wrong while saving your changes."
}
},
"FormCancel": {
"labels": {
"reason": "Feedback",
"text": "What should we improve?",
"password": "Password reconfirmation"
},
"placeholders": {
"reason": "Reason for leaving"
},
"helpers": {
"password": "This is required for account owner verification and prevention of unauthorized account changes"
},
"submit": "Cancel subscription",
"cancel": "Keep my plan",
"ok": "Thanks for your feedback!",
"fail": "Sorry, something went wrong"
}
}
2 changes: 1 addition & 1 deletion en/~org/~pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cards": {
"subscriptions": {
"title": "Select your plan",
"subtitle": "You are on a <subscription>{{ subscription }}</subscription> plan"
"subtitle": "You are on a <subscription></subscription> plan"
}
}
}
6 changes: 3 additions & 3 deletions nl/$pricing.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"label": "Free",
"title": "Beginner",
"payoff": "The basics",
"price": "<price>{{ price }}</price> / Free",
"price": "<price></price> / Free",
"cta": ""
},
"start": {
"label": "Full",
"title": "Start",
"payoff": "All you need",
"price": "from <price>{{ price }}</price> / monthly",
"price": "from <price></price> / monthly",
"cta": ""
},
"optimize": {
"label": "Most popular",
"title": "Optimise",
"payoff": "Content optimisation",
"price": "from <price>{{ price }}</price> / monthly",
"price": "from <price></price> / monthly",
"cta": "Talk to sales"
},
"personalize": {
Expand Down
27 changes: 0 additions & 27 deletions nl/stream/SaasFormBilling.json

This file was deleted.

17 changes: 0 additions & 17 deletions nl/stream/SaasFormCancel.json

This file was deleted.

5 changes: 5 additions & 0 deletions nl/stream/admin/integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"answer": ""
}
]
},
"subscribe": {
"purchase": {
"title": "Purchase <plan></plan> subscription"
}
}
}
5 changes: 5 additions & 0 deletions nl/stream/admin/sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
}
}
},
"subscribe": {
"purchase": {
"title": "Purchase <plan></plan> subscription for <org></org>"
}
},
"Editor": {
"discard": {
"btn": "Discard",
Expand Down
Loading

0 comments on commit 4400d08

Please sign in to comment.