Skip to content

Commit

Permalink
Merge pull request #267 from vtex-apps/l10n_master
Browse files Browse the repository at this point in the history
Add Czech and update Slovak translations
  • Loading branch information
camilavcoutinho authored Jul 12, 2022
2 parents 502ecbb + 1986335 commit 5aa92fe
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Czech translations

### Fixed

- Slovak translation

## [0.40.1] - 2022-03-23

### Fixed
Expand Down
28 changes: 28 additions & 0 deletions messages/cs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"userInfo.greeting": "Dobrý den",
"pages.addresses": "Adresy",
"pages.addressCreate": "Přidat adresu",
"pages.addressEdit": "Upravit adresu",
"pages.profile": "Profil",
"pages.profileEdit": "Upravit profil",
"pages.logout": "Odhlásit",
"logoutModal.cancel": "Storno",
"logoutModal.title": "Opravdu se chcete odhlásit?",
"personalData.newsletterOptIn": "Chci dostávat zpravodaj.",
"personalData.newsletter": "Zpravodaj",
"personalData.newsletterQuestion": "Chcete dostávat propagační e-maily?",
"addresses.addAddress": "Přidat adresu",
"addresses.saveAddress": "Uložit adresu",
"addresses.deleteAddress": "Odstranit adresu",
"addresses.notFound": "Zatím nemáte žádnou adresu!",
"addresses.notApplicable": "není k dispozici",
"commons.edit": "Upravit",
"alert.addressNotFound": "Zvolená adresa nebyla nalezena.",
"alert.success": "Vaše údaje byly úspěšně uloženy.",
"editor.defaultRoute.name": "Můj účet – domovská stránka",
"editor.defaultRoute.description": "Výchozí stránka mého účtu",
"editor.defaultRoute.field": "Výchozí cesta mého účtu",
"editor.menu.name": "Můj účet – nabídka",
"editor.menu.description": "Boční nabídka mého účtu",
"editor.menu.field": "Bod rozšíření nabídky"
}
2 changes: 1 addition & 1 deletion messages/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"addresses.addAddress": "Pridať adresu",
"addresses.saveAddress": "Uložiť adresu",
"addresses.deleteAddress": "Odstrániť adresu",
"addresses.notFound": "Zatiaľ nemáte žiadne adresy.",
"addresses.notFound": "Zatiaľ nemáte žiadne adresy!",
"addresses.notApplicable": "Nevzťahuje sa",
"commons.edit": "Upraviť",
"alert.addressNotFound": "Vybratá adresa sa nenašla.",
Expand Down

0 comments on commit 5aa92fe

Please sign in to comment.