Skip to content

Commit

Permalink
Merge pull request #5 from vtex-apps/l10n_master
Browse files Browse the repository at this point in the history
Add Arabic translation
  • Loading branch information
sheilagomes authored Mar 7, 2022
2 parents a2f57f4 + 1706956 commit 0f0157f
Show file tree
Hide file tree
Showing 2 changed files with 38 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
- Arabic translation.

## [1.0.2] - 2020-11-17
### Fixed
- Update in the app documentation.
Expand Down
35 changes: 35 additions & 0 deletions messages/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"store/product-quantity.quantity": "الكمية",
"store/specifications.title": "المواصفات",
"store/add-to-cart.success": "تمت اضافة المنتج الى عربتك",
"store/add-to-cart.duplicate": "عنصر موجود مسبقًا في عربتك",
"store/add-to-cart.failure": "حدث خطأ ولم تتم إضافة العنصر إلى عربة التسوق الخاصة بك!",
"store/add-to-cart.see-cart": "عرض عربة التسوق",
"store/add-to-cart.add-to-cart": "إضافة إلى العربة",
"store/add-to-cart.select-sku-variations": "الرجاء تحديد خيار من كل متغير",
"store/sku-list.inventory.title": "المخزون",
"store/sku-list.seller.name.title": "البائع",
"store/sku-list.sku.name.title": "إسم الصنف",
"store/sku-list.sku.price.title": "السعر",
"store/sku-list.sku.quantity-selector.title": "تحديد الكمية",
"store/sku-list.seller.price.title": "سعر البائع",
"admin/editor.sku-list.highlights.title": "نقاط العنصر الرئيسية",
"admin/editor.sku-list.highlights.description": "النقاط البارزة للعنصر",
"admin/editor.sku-list.highlights.default": "اختر الملامح الافتراضية",
"admin/editor.sku-list.highlights.allSpecifications": "كل المواصفات",
"admin/editor.sku-list.highlights.chooseDefaultSpecification": "مواصفات الحقول",
"admin/editor.sku-list.highlights.typeSpecifications.title": "نوع المواصفات أدناه",
"admin/editor.sku-list.highlights.showHighlight.title": "عرض المواصفات",
"admin/editor.sku-list.highlights.showLabel.title": "عرض التسمية",
"admin/editor.sku-list.inventory.title": "مخزون SKU",
"admin/editor.sku-list.inventory.description": "مكون مخزون SKU",
"admin/editor.sku-list.inventory.showLabel.title": "عرض التسمية",
"admin/editor.sku-list.item-quantity.title": "كمية SKU",
"admin/editor.sku-list.item-quantity.description": "مكون كمية SKU",
"admin/editor.sku-list.item-quantity.inputType.title": "نوع محدد الكمية",
"admin/editor.sku-list.item-quantity.inputType.stepper": "خطوة رقمية",
"admin/editor.sku-list.item-quantity.inputType.number": "إدخال الرقم",
"admin/editor.sku-list.item-quantity.showLabel.title": "عرض التسمية",
"admin/test": "الاختبار",
"store/test": "الاختبار"
}

0 comments on commit 0f0157f

Please sign in to comment.