Skip to content

Commit

Permalink
chore: Add fullstop to some messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Dec 11, 2024
1 parent fe21f3a commit e9eea78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions public/locales/bg/donation-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
}
},
"alert": {
"card-fee": "Таксата на Stripe се изчислява според района на картодържателя: 1.2% + 0.5лв. за Европейската икономическа зона",
"bank-fee": "Таксата за транзакция при банков превод зависи от индивидуалните условия на Вашата банка (от 0 до 4 лв.)",
"calculated-fees": "За вашия превод от <strong>{{totalAmount}}</strong>, таксата на Stripe ще е <strong>{{fees}}</strong>, а кампанията ще получи <strong>{{amount}}</strong>"
"card-fee": "Таксата на Stripe се изчислява според района на картодържателя: 1.2% + 0.5лв. за Европейската икономическа зона.",
"bank-fee": "Таксата за транзакция при банков превод зависи от индивидуалните условия на Вашата банка (от 0 до 4 лв.).",
"calculated-fees": "За вашия превод от <strong>{{totalAmount}}</strong>, таксата на Stripe ще е <strong>{{fees}}</strong>, а кампанията ще получи <strong>{{amount}}</strong>."
}
},
"authentication": {
Expand All @@ -107,16 +107,16 @@
"field": {
"password": "Парола",
"email": {
"error": "Трябва да въведете валиден имейл"
"error": "Трябва да въведете валиден имейл."
}
},
"alert": {
"authenticate": {
"title": "Избирайки да се впишете, ще можете да",
"create-account": "създадете акаунт като физическо или юридическо лице",
"certificate": "получите сертификат за дарение",
"monthly-donation": "правите месечни дарения по избрана кампания",
"notification": "можете да получавате и известия за статуса на подкрепени вече кампании"
"create-account": "създадете акаунт като физическо или юридическо лице.",
"certificate": "получите сертификат за дарение.",
"monthly-donation": "правите месечни дарения по избрана кампания.",
"notification": "можете да получавате и известия за статуса на подкрепени вече кампании."
}
}
},
Expand All @@ -129,7 +129,7 @@
"field": {
"anonymous": {
"label": "Искам да съм анонимен",
"description": "Ако останете анонимен името ви няма да бъде показано на кампанията"
"description": "Ако останете анонимен името ви няма да бъде показано на кампанията."
},
"privacy": {
"error": "Трябва да приемете политиката за поверителност"
Expand Down
12 changes: 6 additions & 6 deletions public/locales/en/donation-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
"alert": {
"authenticate": {
"title": "Choosing to login you will be able to",
"create-account": "Create an account",
"certificate": "Get a donation certificate",
"monthly-donation": "Make a monthly donation",
"notification": "Get notifications about campaigns you donated to"
"create-account": "Create an account.",
"certificate": "Get a donation certificate.",
"monthly-donation": "Make a monthly donation.",
"notification": "Get notifications about campaigns you donated to."
}
}
},
Expand All @@ -132,13 +132,13 @@
},
"alerts": {
"subscription-unauthorized": "If you wish to make monthly donations, please sign in with your account or register on the platform if you still have not.",
"error": "Something went wrong, please try again or refresh the page"
"error": "Something went wrong, please try again or refresh the page."
},
"total": "Total",
"field": {
"anonymous": {
"label": "I want to be anonymous",
"description": "If you choose to be anonymous, your name will not be visible in the campaign"
"description": "If you choose to be anonymous, your name will not be visible in the campaign."
},
"privacy": {
"error": "You have to accept the privacy policy"
Expand Down

0 comments on commit e9eea78

Please sign in to comment.