-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4b1f9d
commit d49365a
Showing
62 changed files
with
848 additions
and
592 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
Thumbs.db | ||
__MACOSX |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
35 changes: 18 additions & 17 deletions
35
vietnamese/vendor/plugins/ecommerce/vi/brands.php
100644 → 100755
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 |
---|---|---|
@@ -1,30 +1,31 @@ | ||
<?php | ||
|
||
return [ | ||
'name' => 'Thương hiệu', | ||
'create' => 'Thêm thương hiệu mới', | ||
'edit' => 'Sửa thương hiệu', | ||
'form' => [ | ||
'name' => 'Tên', | ||
'name_placeholder' => 'Tên thương hiệu (tối đa 255 kí tự)', | ||
'description' => 'Mô tả', | ||
'name' => 'Thương hiệu', | ||
'create' => 'Thêm thương hiệu mới', | ||
'edit' => 'Sửa thương hiệu', | ||
'form' => [ | ||
'name' => 'Tên', | ||
'name_placeholder' => 'Tên thương hiệu (tối đa 255 kí tự)', | ||
'description' => 'Mô tả', | ||
'description_placeholder' => 'Mô tả ngắn cho thương hiệu này (tối đa 400 kí tự)', | ||
'website' => 'Website', | ||
'logo' => 'Logo', | ||
'is_featured' => 'Nổi bật?', | ||
'website' => 'Website', | ||
'logo' => 'Logo', | ||
'is_featured' => 'Nổi bật?', | ||
], | ||
'logo' => 'Logo', | ||
'website' => 'Website', | ||
'notices' => [ | ||
'no_select' => 'Không có bản ghi nào được chọn!', | ||
'logo' => 'Logo', | ||
'website' => 'Website', | ||
'notices' => [ | ||
'no_select' => 'Không có bản ghi nào được chọn!', | ||
'update_success_message' => 'Cập nhật thành công', | ||
], | ||
'cannot_delete' => 'Xoá không thành công', | ||
'brand_deleted' => 'Xoá thương hiệu thành công', | ||
'menu' => 'Thương hiệu', | ||
'intro' => [ | ||
'title' => 'Quản lý danh sách thương hiệu', | ||
'menu' => 'Thương hiệu', | ||
'intro' => [ | ||
'title' => 'Quản lý danh sách thương hiệu', | ||
'description' => 'Các thương hiệu của sản phẩm như Nike, Adidas, Bitis ...', | ||
'button_text' => 'Tạo thương hiệu', | ||
], | ||
'no_brand' => 'Không có thương hiệu', | ||
]; |
Empty file.
24 changes: 12 additions & 12 deletions
24
vietnamese/vendor/plugins/ecommerce/vi/currency.php
100644 → 100755
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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'currencies' => 'Tiền tệ', | ||
'currencies' => 'Tiền tệ', | ||
'setting_description' => 'Các loại tiền tệ được sử dụng trên website.', | ||
'name' => 'Tên', | ||
'symbol' => 'Ký hiệu', | ||
'number_of_decimals' => 'Số thập phân', | ||
'exchange_rate' => 'Tỷ giá', | ||
'is_prefix_symbol' => 'Vị trí ký hiệu', | ||
'is_default' => 'Mặc định?', | ||
'remove' => 'Xoá', | ||
'new_currency' => 'Thêm tiền tệ mới', | ||
'save_settings' => 'Lưu cài đặt', | ||
'before_number' => 'Trước số', | ||
'after_number' => 'Sau số', | ||
'name' => 'Tên', | ||
'symbol' => 'Ký hiệu', | ||
'number_of_decimals' => 'Số thập phân', | ||
'exchange_rate' => 'Tỷ giá', | ||
'is_prefix_symbol' => 'Vị trí ký hiệu', | ||
'is_default' => 'Mặc định?', | ||
'remove' => 'Xoá', | ||
'new_currency' => 'Thêm tiền tệ mới', | ||
'save_settings' => 'Lưu cài đặt', | ||
'before_number' => 'Trước số', | ||
'after_number' => 'Sau số', | ||
]; |
18 changes: 9 additions & 9 deletions
18
vietnamese/vendor/plugins/ecommerce/vi/customer.php
100644 → 100755
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
75 changes: 66 additions & 9 deletions
75
vietnamese/vendor/plugins/ecommerce/vi/discount.php
100644 → 100755
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 |
---|---|---|
@@ -1,17 +1,74 @@ | ||
<?php | ||
|
||
return [ | ||
'name' => 'Khuyến mãi', | ||
'invalid_coupon' => 'Mã khuyến mãi không hợp lệ hoặc đã hết hạn!', | ||
'name' => 'Khuyến mãi', | ||
'invalid_coupon' => 'Mã khuyến mãi không hợp lệ hoặc đã hết hạn!', | ||
'cannot_use_same_time_with_other_discount_program' => 'Mã khuyến mãi này không thể sử dụng chung với chương trình khuyến mãi!', | ||
'not_used' => 'Chưa sử dụng mã giảm giá này', | ||
'detail' => 'Detail', | ||
'used' => 'Used', | ||
'start_date' => 'Start date', | ||
'end_date' => 'End date', | ||
'intro' => [ | ||
'title' => 'Chương trình khuyến mãi', | ||
'not_used' => 'Chưa sử dụng mã giảm giá này', | ||
'detail' => 'Detail', | ||
'used' => 'Used', | ||
'start_date' => 'Start date', | ||
'end_date' => 'End date', | ||
'intro' => [ | ||
'title' => 'Chương trình khuyến mãi', | ||
'description' => 'Tạo ra các mã coupon, cài đặt một sản phẩm, hoặc một nhóm sản phẩm khuyến mãi dành cho các khách hàng thân thiết của bạn.', | ||
'button_text' => 'Tạo khuyến mãi', | ||
], | ||
'create' => 'Create discount', | ||
'expired' => 'Expired', | ||
'discount_promotion' => 'Discount promotion', | ||
'can' => 'can', | ||
'cannot' => 'cannot', | ||
'use_with_promotion' => 'be used with promotion', | ||
'create_discount_validate_title_required_if' => 'Please enter the name of the promotion', | ||
'create_discount_validate_code_required_if' => 'Please enter the promotion code', | ||
'create_discount_validate_value_required' => 'Amount must be greater than 0', | ||
'create_discount_validate_target_required' => 'No object selected for promotion', | ||
'enums' => [ | ||
'type-options' => [ | ||
'amount' => 'Amount - Fixed', | ||
'percentage' => 'Discount %', | ||
'shipping' => 'Free shipping', | ||
'same-price' => 'Same price', | ||
], | ||
], | ||
'discount' => 'Discount', | ||
'create_coupon_code' => 'Tạo mã khuyến mãi', | ||
'create_discount_promotion' => 'Create discount promotion', | ||
'generate_coupon_code' => 'Generate coupon code', | ||
'customers_will_enter_this_coupon_code_when_they_checkout' => 'Customers will enter this coupon code when they checkout', | ||
'select_type_of_discount' => 'Select type of discount', | ||
'coupon_code' => 'Coupon code', | ||
'promotion' => 'Promotion', | ||
'can_be_used_with_promotion' => 'Can be used with promotion', | ||
'unlimited_coupon' => 'Unlimited coupon', | ||
'enter_number' => 'Enter number', | ||
'coupon_type' => 'Coupon type', | ||
'percentage_discount' => 'Percentage discount (%)', | ||
'free_shipping' => 'Free shipping', | ||
'same_price' => 'Same price', | ||
'apply_for' => 'apply for', | ||
'all_orders' => 'All orders', | ||
'order_amount_from' => 'Order amount from', | ||
'product_collection' => 'Product collection', | ||
'product' => 'Product', | ||
'customer' => 'Customer', | ||
'variant' => 'Variant', | ||
'search_product' => 'Search product', | ||
'no_products_found' => 'No products found!', | ||
'search_customer' => 'Search customer', | ||
'no_customer_found' => 'No customer found!', | ||
'one_time_per_order' => 'One time per order', | ||
'one_time_per_product_in_cart' => 'One time per product in cart', | ||
'number_of_products' => 'Number of products required to apply', | ||
'selected_products' => 'Selected products', | ||
'selected_customers' => 'Selected customers', | ||
'time' => 'Time', | ||
'never_expired' => 'Never expired', | ||
'save' => 'Save', | ||
'enter_promotion_name' => 'Enter promotion name', | ||
'enter_coupon_name' => 'Enter coupon name', | ||
'cancel' => 'Cancel', | ||
'is' => 'Is', | ||
'when_shipping_fee_less_than' => 'when shipping fee less than', | ||
]; |
62 changes: 31 additions & 31 deletions
62
vietnamese/vendor/plugins/ecommerce/vi/ecommerce.php
100644 → 100755
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 |
---|---|---|
@@ -1,41 +1,41 @@ | ||
<?php | ||
|
||
return [ | ||
'settings' => 'Cài đặt', | ||
'name' => 'Thương mại điện tử', | ||
'setting' => [ | ||
'settings' => 'Cài đặt', | ||
'name' => 'Thương mại điện tử', | ||
'setting' => [ | ||
'email' => [ | ||
'title' => 'E-commerce', | ||
'description' => 'Ecommerce email config', | ||
'order_confirm_subject' => 'Subject of order confirmation email', | ||
'order_confirm_subject_placeholder' => 'The subject of email confirmation send to the customer', | ||
'order_confirm_content' => 'Content of order confirmation email', | ||
'order_status_change_subject' => 'Subject of email when changing order\'s status', | ||
'title' => 'E-commerce', | ||
'description' => 'Ecommerce email config', | ||
'order_confirm_subject' => 'Subject of order confirmation email', | ||
'order_confirm_subject_placeholder' => 'The subject of email confirmation send to the customer', | ||
'order_confirm_content' => 'Content of order confirmation email', | ||
'order_status_change_subject' => 'Subject of email when changing order\'s status', | ||
'order_status_change_subject_placeholder' => 'Subject of email when changing order\'s status send to customer', | ||
'order_status_change_content' => 'Content of email when changing order\'s status', | ||
'from_email' => 'Email from', | ||
'from_email_placeholder' => 'Email from address to display in mail. Ex: example@gmail.com', | ||
'order_status_change_content' => 'Content of email when changing order\'s status', | ||
'from_email' => 'Email from', | ||
'from_email_placeholder' => 'Email from address to display in mail. Ex: example@gmail.com', | ||
], | ||
], | ||
'store_address' => 'Địa chỉ cửa hàng', | ||
'store_phone' => 'Số điện thoại cửa hàng', | ||
'order_id' => 'Mã đơn hàng', | ||
'order_token' => 'Chuỗi mã hoá đơn hàng', | ||
'customer_name' => 'Tên khách hàng', | ||
'customer_email' => 'Email khách hàng', | ||
'customer_phone' => 'Số điện thoại khách hàng', | ||
'customer_address' => 'Địa chỉ khách hàng', | ||
'product_list' => 'Danh sách sản phẩm trong đơn hàng', | ||
'payment_detail' => 'Chi tiết thanh toán', | ||
'shipping_method' => 'Phương thức vận chuyển', | ||
'payment_method' => 'Phương thức thanh toán', | ||
'standard_and_format' => 'Tiêu chuẩn & Định dạng', | ||
'store_address' => 'Địa chỉ cửa hàng', | ||
'store_phone' => 'Số điện thoại cửa hàng', | ||
'order_id' => 'Mã đơn hàng', | ||
'order_token' => 'Chuỗi mã hoá đơn hàng', | ||
'customer_name' => 'Tên khách hàng', | ||
'customer_email' => 'Email khách hàng', | ||
'customer_phone' => 'Số điện thoại khách hàng', | ||
'customer_address' => 'Địa chỉ khách hàng', | ||
'product_list' => 'Danh sách sản phẩm trong đơn hàng', | ||
'payment_detail' => 'Chi tiết thanh toán', | ||
'shipping_method' => 'Phương thức vận chuyển', | ||
'payment_method' => 'Phương thức thanh toán', | ||
'standard_and_format' => 'Tiêu chuẩn & Định dạng', | ||
'standard_and_format_description' => 'Các tiêu chuẩn và các định dạng được sử dụng để tính toán những thứ như giá cả sản phẩm, trọng lượng vận chuyển và thời gian đơn hàng được đặt.', | ||
'change_order_format' => 'Chỉnh sửa định dạng mã đơn hàng (tùy chọn)', | ||
'change_order_format' => 'Chỉnh sửa định dạng mã đơn hàng (tùy chọn)', | ||
'change_order_format_description' => 'Mã đơn hàng mặc định bắt đầu từ :number. Bạn có thể thay đổi chuỗi bắt đầu hoặc kết thúc để tạo mã đơn hàng theo ý bạn, ví dụ "DH-:number" hoặc ":number-A"', | ||
'start_with' => 'Bắt đầu bằng', | ||
'end_with' => 'Kết thúc bằng', | ||
'order_will_be_shown' => 'Mã đơn hàng của bạn sẽ hiển thị theo mẫu', | ||
'weight_unit' => 'Đơn vị cân nặng', | ||
'height_unit' => 'Đơn vị chiều dài/chiều cao', | ||
'start_with' => 'Bắt đầu bằng', | ||
'end_with' => 'Kết thúc bằng', | ||
'order_will_be_shown' => 'Mã đơn hàng của bạn sẽ hiển thị theo mẫu', | ||
'weight_unit' => 'Đơn vị cân nặng', | ||
'height_unit' => 'Đơn vị chiều dài/chiều cao', | ||
]; |
34 changes: 17 additions & 17 deletions
34
vietnamese/vendor/plugins/ecommerce/vi/email.php
100644 → 100755
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<?php | ||
|
||
return [ | ||
'customer_new_order_title' => 'Xác nhận đơn hàng', | ||
'customer_new_order_description' => 'Được gửi khi khách hàng tạo đơn hàng', | ||
'order_cancellation_title' => 'Hủy đơn hàng', | ||
'order_cancellation_description' => 'Được gửi khi khách hàng hủy đơn hàng', | ||
'delivery_confirmation_title' => 'Xác nhận giao hàng', | ||
'customer_new_order_title' => 'Xác nhận đơn hàng', | ||
'customer_new_order_description' => 'Được gửi khi khách hàng tạo đơn hàng', | ||
'order_cancellation_title' => 'Hủy đơn hàng', | ||
'order_cancellation_description' => 'Được gửi khi khách hàng hủy đơn hàng', | ||
'delivery_confirmation_title' => 'Xác nhận giao hàng', | ||
'delivery_confirmation_description' => 'Được gửi đến khách hàng khi bắt đầu giao hàng', | ||
'admin_new_order_title' => 'Thông báo có đơn hàng mới', | ||
'admin_new_order_description' => 'Được gửi cho quản trị viên khi có khách mua hàng', | ||
'order_confirmation_title' => 'Xác nhận đơn hàng', | ||
'order_confirmation_description' => 'Email được gửi đến khách hàng khi đơn hàng xác nhận', | ||
'payment_confirmation_title' => 'Xác nhận thanh toán', | ||
'payment_confirmation_description' => 'Email được gửi đến khách hàng khi đơn hàng xác nhận thanh toán', | ||
'order_recover_title' => 'Đơn hàng đang chờ hoàn tất', | ||
'order_recover_description' => 'Email nhắc nhở khách hàng hoàn tất đơn hàng', | ||
'link_go_to_our_shop' => 'hoặc <a href=":link">Truy cập website</a>', | ||
'order_information' => 'Thông tin đơn hàng', | ||
'order_number' => 'Mã đơn hàng: <strong>:order_id</strong>', | ||
'view_order' => 'Xem đơn hàng', | ||
'admin_new_order_title' => 'Thông báo có đơn hàng mới', | ||
'admin_new_order_description' => 'Được gửi cho quản trị viên khi có khách mua hàng', | ||
'order_confirmation_title' => 'Xác nhận đơn hàng', | ||
'order_confirmation_description' => 'Email được gửi đến khách hàng khi đơn hàng xác nhận', | ||
'payment_confirmation_title' => 'Xác nhận thanh toán', | ||
'payment_confirmation_description' => 'Email được gửi đến khách hàng khi đơn hàng xác nhận thanh toán', | ||
'order_recover_title' => 'Đơn hàng đang chờ hoàn tất', | ||
'order_recover_description' => 'Email nhắc nhở khách hàng hoàn tất đơn hàng', | ||
'link_go_to_our_shop' => 'hoặc <a href=":link">Truy cập website</a>', | ||
'order_information' => 'Thông tin đơn hàng', | ||
'order_number' => 'Mã đơn hàng: <strong>:order_id</strong>', | ||
'view_order' => 'Xem đơn hàng', | ||
]; |
Oops, something went wrong.