Skip to content

Commit

Permalink
Remove unused translations, added EN translations for bank transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jan 11, 2024
1 parent b310354 commit 09ef614
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
1 change: 0 additions & 1 deletion public/locales/bg/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"github-project": "Проекта се разработва в GitHub.",
"documentation-social": "Документацията на социалната част на проекта поддържаме в GitBook.",
"documentation-technical": "Техническата документация.",
"high-level-map": "Приготвили сме архитектурнo-организационна карта на Платформата на високо ниво.",
"opened-donations-account": "Открихме дарителска сметка в",
"bank-name": "Уникредит Булбанк",
"with-holder": "с титуляр",
Expand Down
3 changes: 0 additions & 3 deletions public/locales/bg/beneficiary.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"not-person": "Не е личност",
"not-company": "Не е компания",
"city": "Град",
"coordinatorRelation": "Отношения с координатор",
"organizerRelation": "Отношения с организатор",
"type": "Тип на бенефициента",
"description": "Описание",
Expand All @@ -36,11 +35,9 @@
},
"person-select": "Изберете потребител или",
"company-select": "Изберете ЮЛНЦ или",
"organizer-select": "Изберете организатор или",
"create-new": "създайте нов",
"person-label": "Потребител",
"company-label": "ЮЛНЦ",
"organizer-label": "Организатор"
}
},
"actions": "Действия",
Expand Down
1 change: 0 additions & 1 deletion public/locales/en/about-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"github-project": "The project is being developed on GitHub.",
"documentation-social": "The documentation for the social aspect of the project is on GitBook.",
"documentation-technical": "Technical documentation.",
"high-level-map": "Developed a High-level architectural/organisational map of the platform.",
"opened-donations-account": "Opened a donations account in",
"bank-name": "UniCredit Bulbank",
"with-holder": "with holder",
Expand Down
27 changes: 27 additions & 0 deletions public/locales/en/bank-transactions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"all": "All bank transactions",
"bank-transactions": "Bank transactions",
"transaction-date": "Transaction date",
"amount": "Amount",
"currency": "Currency",
"donation-status": "Donation status",
"id": "Trnsaction ID",
"bank-name": "Bank name",
"type": "Type",
"description": "Description",
"cta": {
"download": "Download",
"status": "Donation status",
"type": "Type",
"from": "From",
"to": "To",
"apply-ref-heading": "Apply ref heading",
"apply-ref": "Apply ref",
"edit": "Edit",
"start-sync": "Start sync"
},
"matched-ref": "Matched ref",
"payment-ref": "Payment ref",
"rerun-dates": "Repeat bank sync"
}

3 changes: 0 additions & 3 deletions public/locales/en/beneficiary.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"not-person": "Not a person",
"not-company": "Not a company",
"city": "City",
"coordinatorRelation": "Coordinator relation",
"organizerRelation": "Organizer relation",
"type": "Beneficiary type",
"description": "Description",
Expand All @@ -36,11 +35,9 @@
},
"person-select": "Select person or",
"company-select": "Select company or",
"organizer-select": "Select organizer or",
"create-new": "create new",
"person-label": "Person",
"company-label": "Company",
"organizer-label": "Organizer"
}
},
"actions": "Actions",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,4 @@ export const rightColumnLabels = [
href: staticUrls.projectDocs,
},
{ label: 'documentation-technical', href: staticUrls.devDocs },
// Currently the architecture map is not available
// {
// label: 'high-level-map',
// href: 'https://docs.podkrepi.bg/general/arkhitektura/architecture',
// },
]

0 comments on commit 09ef614

Please sign in to comment.