Skip to content

Commit

Permalink
Merge pull request #125 from vtex-apps/l10n_master
Browse files Browse the repository at this point in the history
Add ID and TH and fix AR translations
  • Loading branch information
camilavcoutinho authored Dec 23, 2022
2 parents e00baa5 + e13eedf commit a639ba6
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
- Arabic translation.

### Added
- Thai and Indonesian translations.

## [2.17.1] - 2022-03-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion messages/ar.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"admin/editor.category-menu.departments.items.id": "معرف القسم",
"admin/editor.category-menu.departments.items.title": "القسم",
"admin/editor.category-menu.departments.items.title": "القسم 1",
"admin/editor.category-menu.description": "قائمة تظهر لائحة الفئات المتاحة في المتجر",
"admin/editor.category-menu.disposition-type.center": "متوسط",
"admin/editor.category-menu.disposition-type.left": "اليسار",
Expand Down
17 changes: 17 additions & 0 deletions messages/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"admin/editor.category-menu.departments.items.id": "Id Departemen",
"admin/editor.category-menu.departments.items.title": "Departemen",
"admin/editor.category-menu.description": "Menu yang menampilkan daftar kategori yang tersedia di toko",
"admin/editor.category-menu.disposition-type.center": "Tengah",
"admin/editor.category-menu.disposition-type.left": "Kiri",
"admin/editor.category-menu.disposition-type.right": "Kanan",
"admin/editor.category-menu.disposition-type.title": "Posisi menu",
"admin/editor.category-menu.show-departments-category.title": "Tampilkan kategori departemen",
"admin/editor.category-menu.show-subcategories.title": "Tampilkan subkategori",
"admin/editor.category-menu.sort-subcategories.title": "Urutkan subkategori",
"admin/editor.category-menu.sort-type.default": "Default",
"admin/editor.category-menu.sort-type.name": "Nama",
"admin/editor.category-menu.title": "Menu kategori",
"store/category-menu.all-category.title": "Lihat Semua",
"store/category-menu.departments.title": "Departemen"
}
17 changes: 17 additions & 0 deletions messages/th.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"admin/editor.category-menu.departments.items.id": "รหัสแผนก",
"admin/editor.category-menu.departments.items.title": "แผนก",
"admin/editor.category-menu.description": "เมนูแสดงรายการหมวดหมู่ที่มีในร้านค้า",
"admin/editor.category-menu.disposition-type.center": "กลาง",
"admin/editor.category-menu.disposition-type.left": "ซ้าย",
"admin/editor.category-menu.disposition-type.right": "ขวา",
"admin/editor.category-menu.disposition-type.title": "ตำแหน่งเมนู",
"admin/editor.category-menu.show-departments-category.title": "แสดงหมวดหมู่ของแผนก",
"admin/editor.category-menu.show-subcategories.title": "แสดงหมวดหมู่ย่อย",
"admin/editor.category-menu.sort-subcategories.title": "จัดเรียงหมวดหมู่ย่อย",
"admin/editor.category-menu.sort-type.default": "ค่าเริ่มต้น",
"admin/editor.category-menu.sort-type.name": "ชื่อ",
"admin/editor.category-menu.title": "เมนูหมวดหมู่",
"store/category-menu.all-category.title": "ดูทั้งหมด",
"store/category-menu.departments.title": "แผนก"
}

0 comments on commit a639ba6

Please sign in to comment.