Skip to content

Commit

Permalink
Merge pull request #25 from vtex-apps/l10n_master
Browse files Browse the repository at this point in the history
Add arabic and hungarian
  • Loading branch information
hiagolcm authored Nov 4, 2021
2 parents 14976b9 + e108a07 commit 9e666e4
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- I18n Ar, Hu.

## [0.9.1] - 2021-05-13

### Changed
Expand Down
26 changes: 26 additions & 0 deletions messages/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"admin/editor.shelf.title": "الرفوف",
"admin/editor.shelf.description": "الوصف",
"admin/editor.buy-together.title": "الشراء معا",
"store/shelf.buy-together.title": "الشراء معا",
"admin/editor.title.label": "العنوان",
"admin/editor.secondary-title.label": "عنوان ثانوي",
"store/shelf.buy-together.change.label": "تغيير",
"store/shelf.buy-together.remove.label": "حذف",
"store/shelf.buy-together.add.label": "إضافة",
"store/shelf.buy-together.total-products.label": "شراء {total} {total, plural, one {منتج} other {منتجات}} لـ",
"admin/editor.shelf.collection.title": "معرّف المجموعة",
"admin/editor.refresh-shelf.title": "تحديث الرفوف",
"admin/editor.refresh-shelf.base-product.label": "عنوان المنتج الأساسي",
"admin/editor.refresh-shelf.secondary-base-product.label": "عنوان المنتج الثانوي",
"admin/editor.refresh-shelf.suggested-products.label": "عنوان المنتجات المقترحة",
"admin/editor.refresh-shelf.secondary-suggested-products.label": "عنوان المنتجات الثانوية المقترحة",
"admin/editor.refresh-shelf.slider-layout.title": "تصميم شريط التمرير",
"admin/editor.refresh-shelf.suggested-products-list.title": "قوائم المنتجات المقترحة",
"admin/editor.refresh-shelf.suggested-products-list.description": "هام: إذا قمت بملء حقل \"معرفات المنتج المقترحة\"، فسيتم تجاهل جميع الحقول الأخرى الموجودة أسفل هذه (معرف الفئة، المجموعة، إلخ).",
"admin/editor.refresh-shelf.suggested-products-list.base-product.title": "معرّف المنتج الأساسي",
"admin/editor.refresh-shelf.suggested-products-list.suggested-products.title": "معرّفات المنتجات المقترحة",
"admin/editor.refresh-shelf.suggested-products-list.suggested-products.description": "يجب فصل المعرفات بفاصلة (على سبيل المثال: 1، 2، 3)",
"store/shelf.refresh.refresh-product-summary.title": "رأيتَ",
"store/shelf.refresh.suggested-products.title": "مقترحة لك"
}
26 changes: 26 additions & 0 deletions messages/hu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"admin/editor.shelf.title": "Polc",
"admin/editor.shelf.description": "Leírás",
"admin/editor.buy-together.title": "Vásárlás együtt",
"store/shelf.buy-together.title": "Vásárlás együtt",
"admin/editor.title.label": "Cím",
"admin/editor.secondary-title.label": "Másodlagos cím",
"store/shelf.buy-together.change.label": "Módosítás",
"store/shelf.buy-together.remove.label": "Eltávolítás",
"store/shelf.buy-together.add.label": "Hozzáadás",
"store/shelf.buy-together.total-products.label": "{total} {total, plural, one {termék} other {termék}} vásárlása a következő áron:",
"admin/editor.shelf.collection.title": "Gyűjteményazonosító",
"admin/editor.refresh-shelf.title": "Polc frissítése",
"admin/editor.refresh-shelf.base-product.label": "Alaptermék címe",
"admin/editor.refresh-shelf.secondary-base-product.label": "Másodlagos alaptermék címe",
"admin/editor.refresh-shelf.suggested-products.label": "Ajánlott termékek címe",
"admin/editor.refresh-shelf.secondary-suggested-products.label": "Másodlagos ajánlott termékek címe",
"admin/editor.refresh-shelf.slider-layout.title": "Csúszka elrendezése",
"admin/editor.refresh-shelf.suggested-products-list.title": "Ajánlott termékek listái",
"admin/editor.refresh-shelf.suggested-products-list.description": "Fontos: ha kitölti az „ajánlott termékazonosítók” mezőt, az alatta lévő összes többi mező (kategóriaazonosító, gyűjtemény stb.) figyelmen kívül hagyásra kerül.",
"admin/editor.refresh-shelf.suggested-products-list.base-product.title": "Alaptermék-azonosító",
"admin/editor.refresh-shelf.suggested-products-list.suggested-products.title": "Ajánlott termékek azonosítói",
"admin/editor.refresh-shelf.suggested-products-list.suggested-products.description": "Az azonosítókat vesszővel kell elválasztani (pl. 1,2,3)",
"store/shelf.refresh.refresh-product-summary.title": "A következőt látta:",
"store/shelf.refresh.suggested-products.title": "Önnek ajánlott"
}

0 comments on commit 9e666e4

Please sign in to comment.