-
Notifications
You must be signed in to change notification settings - Fork 15
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 #125 from vtex-apps/l10n_master
Add ID and TH and fix AR translations
- Loading branch information
Showing
4 changed files
with
41 additions
and
1 deletion.
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
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,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" | ||
} |
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,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": "แผนก" | ||
} |