¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -6,11 +6,15 @@ return [
'out_of_stock' => 'Out of stock',
'wishlist' => 'Wishlist',
'compare' => 'Compare',
'click_to_select' => 'Click to select',
'options' => [
'choose_an_option' => 'Choose an option',
],
'quantity' => 'Quantity',
'add_to_cart' => 'ADD TO CART',
'add_to_cart' => 'Add to Cart',
'unavailable' => 'Unavailable',
'sku' => 'SKU:',
'categories' => 'Categories:',
'tags' => 'Tags:',
@@ -24,12 +28,15 @@ return [
'specification' => 'Specification',
'reviews' => 'Reviews (:count)',
'add_a_review' => 'Add a review',
'review_submitted' => 'Review submitted',
'review_form' => [
'your_rating' => 'Your Rating',
'name' => 'Name',
'comment' => 'Comment',
'submit' => 'SUBMIT',
'submit' => 'Submit',
],
'be_the_first_one_to_review_this_product' => 'Be the first one to review this product.',
'related_products' => 'Related Products',
];