From 6b5d3e848c7f09a312ec909945f1a929306c7c83 Mon Sep 17 00:00:00 2001 From: Teodora Zhelyazkova Date: Wed, 3 Jul 2024 13:46:34 +0300 Subject: [PATCH] fix: add translations in English for the campaign application organizer step (#1870) --- public/locales/en/campaign-application.json | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/locales/en/campaign-application.json diff --git a/public/locales/en/campaign-application.json b/public/locales/en/campaign-application.json new file mode 100644 index 000000000..3ba8bb868 --- /dev/null +++ b/public/locales/en/campaign-application.json @@ -0,0 +1,23 @@ +{ + "steps": { + "organizer": { + "title": "Organizer", + "name": "Your First and Last Name", + "phone": "Contact phone", + "email": "Email", + "transparencyTerms": "I confirm that the campaign meets the basic principles for publishing on the platform: it is legal, it is moral, and it is not business-oriented." + } + }, + "cta": { + "next": "Save and continue", + "back": "Back" + }, + "remark": { + "part-one": "*Additional information about the application process and its stages can be found in our ", + "part-two": "and in the section ", + "links": { + "terms": "Terms and Conditions ", + "faq": "Frequently Asked Questions" + } + } +}