-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix: add translations in English for the campaign application organiz…
…er step (#1870)
1 parent
b813170
commit 6b5d3e8
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} |