Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Apply for new campaign flow #1432

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 30 additions & 1 deletion public/locales/bg/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,34 @@
"disabled": "Деактивирана",
"error": "Грешна",
"deleted": "Изтрита"
}
},
"create-campaign": "Създайте кампания",
"steps": {
"step1": "Стъпка 1",
"step1-type": "Информация за кампания",
"step1-description": "на тази стъпка трябва посочите името на вашата кампания, нейния вид, бенефициент на кампанията, необходима сума и срок на кампанията",
"step2": "Стъпка 2",
"step2-type": "Организатор",
"step2-description": "тук ще се изискат ваши лични данни, както и е необходимо да се запознаете и съгласите с “Политиката за защита на лични данни” на Подкрепи.бг",
"step3": "Стъпка 3",
"step3-type": "Описание на кампания",
"step3-description": "на този етап ще опишете подоробно целта на вашата кампания, какво е правено до момента (ако има извършени дейности), да посочите свои лични истории, да посочите свой/свои гаранти.",
"step4": "Стъпка 4",
"step4-type": "Снимки/Документи",
"step4-description-part1": "свалете основния пакет от",
"step4-description-link": "необходими документи",
"step4-description-part2": "на Вашия компютър, попълнете, подпишете. На тази стъпка прикачете файловете . Тук също ще може да прикачите снимки и видео, свързани с вашата кампания и нейната конкретна цел.",
"step5": "Стъпка 5",
"step5-type": "Преглед на кампания",
"step5-description": "на тази стъпка ще можете да прегледате своята кампания"
},
"here": "тук",
"note": "След преглед на попълнените и изпратени данни ще бъде изискан и допълнителен пакет от документи, който е съобразен изцяло с вида на вашата кампания. За повече информация относно кандидатстване по кампания, моля вижте",
"type-of-organization": "Тип на вашата организация",
"please-select-organization": "Моля, посочете типа на вашата организация:",
"individual": "Физическо лице",
"organization": "Организация",
"back": "Назад",
"next": "Продължете",
"save-and-next": "Запазете и продължете"
}
31 changes: 30 additions & 1 deletion public/locales/en/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,34 @@
"disabled": "Disabled",
"error": "Error",
"deleted": "Deleted"
}
},
"create-campaign": "Create campaign",
"steps": {
"step1": "Step 1",
"step1-type": "Campaign information",
"step1-description": "at this step you must specify the name of your campaign, its type, beneficiary of the campaign, required amount and duration of the campaign",
"step2": "Step 2",
"step2-type": "Organizer",
"step2-description": "here your personal data will be required, as well as it is necessary to familiarize yourself with and agree to the 'Privacy policy' of Podkrepi.bg",
"step3": "Step 3",
"step3-type": "Campaign description",
"step3-description": "at this step you will describe in detail the purpose of your campaign, what has been done so far (if any activities have been carried out), indicate your personal stories, indicate your guarantor(s).",
"step4": "Step 4",
"step4-type": "Photos/Documents",
"step4-description-part1": "download the core package from",
"step4-description-link": "necessary documents",
"step4-description-part2": "on your computer, fill in, sign. At this step, attach the files . Here you will also be able to attach photos and video related to your campaign and its specific purpose.",
"step5": "Step 5",
"step5-type": "Campaign overview",
"step5-description": "at this step you will be able to review your campaign"
},
"here": "here",
"note": "After reviewing the completed and sent data, an additional package of documents will be requested, which is fully tailored to the type of your campaign. For more information on applying by campaign, please click",
"type-of-organization": "Type of your organization",
"please-select-organization": "Please select your organization type:",
"individual": "Individual",
"organization": "Organization",
"back": "Back",
"next": "Continue",
"save-and-next": "Save & Continue"
}
1 change: 1 addition & 0 deletions src/common/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export const routes = {
campaigns: {
index: '/campaigns',
create: '/campaigns/create',
steps: '/campaigns/create/steps',
viewCampaignBySlug: (slug: string) => `/campaigns/${slug}`,
viewExpenses: (slug: string) => `/campaigns/${slug}/expenses`,
oneTimeDonation: (slug: string) => `/campaigns/donation/${slug}`,
Expand Down
Loading