-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #263 from vtex-apps/update/i18n
Add cs.json and ro.json files
- Loading branch information
Showing
4 changed files
with
66 additions
and
3 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
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
files: | ||
- source: /messages/en.json | ||
translation: /messages/%two_letters_code%.json | ||
"project_id" : "385019" | ||
"base_url" : "https://api.crowdin.com" | ||
"preserve_hierarchy": true | ||
files: [ | ||
{ | ||
"source" : "/messages/en.json", | ||
"translation" : "/messages/%two_letters_code%.json", | ||
"type" : "json", | ||
} | ||
] |
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,24 @@ | ||
{ | ||
"admin/editor.minicart.title": "Minikošík", | ||
"admin/editor.minicart.description": "Jednoduchý minikošík, který zobrazuje všechny do něj přidané produkty", | ||
"admin/editor.minicart.showDiscount.title": "Zobrazit objem ušetřených peněz", | ||
"admin/editor.minicart.iconLabel.title": "Text k zobrazení vedle ikony", | ||
"admin/editor.minicart.labelMiniCartEmpty.title": "Text k zobrazení v případě prázdného minikošíku", | ||
"admin/editor.minicart.linkButtonFinishShopping.title": "Link k přesměrování po kliknutí na tlačítko Přejít k pokladně", | ||
"admin/editor.minicart.labelButtonFinishShopping.title": "Text k zobrazení v tlačítku Dokončit nákup", | ||
"admin/editor.minicart.showShippingCost.title": "Zobrazit náklady na dopravu nad zápatím", | ||
"admin/editor.minicart.type.title": "Typ minikošíku", | ||
"admin/editor.minicart.type.popup": "Vyskakovací", | ||
"admin/editor.minicart.type.sidebar": "Postranní panel", | ||
"store/finish-shopping-button-label": "Přejít k pokladně", | ||
"store/minicart-empty": "Váš košík je prázdný!", | ||
"store/sidebar-title": "Můj minikošík", | ||
"store/minicart-content-footer-discount": "Uložit", | ||
"store/minicart.error-removal": "Odstranění položky se nezdařilo, zkuste to prosím znovu", | ||
"store/minicart.shipping-cost": "Celkové náklady na dopravu", | ||
"store/minicart.checkout-failure": "Došlo k chybě, zkuste to znovu.", | ||
"store/minicart.go-to-checkout": "Přejít k pokladně", | ||
"store/minicart.empty-state": "Váš košík je prázdný.", | ||
"store/minicart.title": "Košík" | ||
} | ||
|
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,24 @@ | ||
{ | ||
"admin/editor.minicart.title": "Minicart", | ||
"admin/editor.minicart.description": "Un minicart simplu care afișează toate produsele adăugate în el", | ||
"admin/editor.minicart.showDiscount.title": "Arată cantitatea banilor economisiți", | ||
"admin/editor.minicart.iconLabel.title": "Text care să apară lângă iconiță", | ||
"admin/editor.minicart.labelMiniCartEmpty.title": "Text care să apară când mini cart-ul este gol", | ||
"admin/editor.minicart.linkButtonFinishShopping.title": "Link pentru redirecționare după apăsarea butonului Vezi detalii coș", | ||
"admin/editor.minicart.labelButtonFinishShopping.title": "Text care să apară în butonul finalizează comanda", | ||
"admin/editor.minicart.showShippingCost.title": "Arată costul de expediere deasupra textului de subsol", | ||
"admin/editor.minicart.type.title": "Tip Minicart", | ||
"admin/editor.minicart.type.popup": "Pop Up", | ||
"admin/editor.minicart.type.sidebar": "Bară laterală", | ||
"store/finish-shopping-button-label": "Finalizează comanda", | ||
"store/minicart-empty": "Coșul tău de cumpărături este gol!", | ||
"store/sidebar-title": "Mini cart-ul meu", | ||
"store/minicart-content-footer-discount": "Salvează", | ||
"store/minicart.error-removal": "E eșuat ștergerea articolului, te rugăm încearcă din nou", | ||
"store/minicart.shipping-cost": "Total costuri livrare", | ||
"store/minicart.checkout-failure": "A apărut o eroare. Te rugăm să încerci din nou.", | ||
"store/minicart.go-to-checkout": "Finalizează comanda", | ||
"store/minicart.empty-state": "Coșul tău de cumpărături este gol.", | ||
"store/minicart.title": "Coș de cumpărături" | ||
} | ||
|