From e95c2fa76890cc6d2c9c1c2fda046d2dbcbf6c2a Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Sun, 15 Dec 2024 18:00:12 +0700 Subject: [PATCH] wip --- packages/core/resources/lang/vi/base.php | 9 +++ .../core/resources/lang/vi/exceptions.php | 21 +++++ .../resources/lang/vi/plugin.php | 7 ++ .../resources/lang/vi/relationmanagers.php | 77 +++++++++++++++++++ .../lang/vi/shippingexclusionlist.php | 19 +++++ .../resources/lang/vi/shippingmethod.php | 58 ++++++++++++++ .../resources/lang/vi/shippingzone.php | 50 ++++++++++++ 7 files changed, 241 insertions(+) create mode 100644 packages/core/resources/lang/vi/base.php create mode 100644 packages/core/resources/lang/vi/exceptions.php create mode 100644 packages/table-rate-shipping/resources/lang/vi/plugin.php create mode 100644 packages/table-rate-shipping/resources/lang/vi/relationmanagers.php create mode 100644 packages/table-rate-shipping/resources/lang/vi/shippingexclusionlist.php create mode 100644 packages/table-rate-shipping/resources/lang/vi/shippingmethod.php create mode 100644 packages/table-rate-shipping/resources/lang/vi/shippingzone.php diff --git a/packages/core/resources/lang/vi/base.php b/packages/core/resources/lang/vi/base.php new file mode 100644 index 000000000..a666ea6ab --- /dev/null +++ b/packages/core/resources/lang/vi/base.php @@ -0,0 +1,9 @@ + [ + 'collection-titles' => [ + 'images' => 'Hình ảnh', + ], + ], +]; diff --git a/packages/core/resources/lang/vi/exceptions.php b/packages/core/resources/lang/vi/exceptions.php new file mode 100644 index 000000000..c09c185ba --- /dev/null +++ b/packages/core/resources/lang/vi/exceptions.php @@ -0,0 +1,21 @@ + 'Mô hình ":class" không triển khai giao diện có thể mua.', + 'cart_line_id_mismatch' => 'Dòng giỏ hàng này không thuộc về giỏ hàng này', + 'invalid_cart_line_quantity' => 'Số lượng phải ít nhất là "1", đã tìm thấy ":quantity".', + 'maximum_cart_line_quantity' => 'Số lượng không thể vượt quá :quantity.', + 'carts.invalid_action' => 'Hành động giỏ hàng không hợp lệ', + 'carts.shipping_missing' => 'Cần có địa chỉ giao hàng', + 'carts.billing_missing' => 'Cần có địa chỉ thanh toán', + 'carts.billing_incomplete' => 'Địa chỉ thanh toán chưa đầy đủ', + 'carts.order_exists' => 'Đã tồn tại đơn hàng cho giỏ hàng này', + 'carts.shipping_option_missing' => 'Thiếu tùy chọn vận chuyển', + 'missing_currency_price' => 'Không tồn tại giá cho đơn vị tiền tệ ":currency"', + 'minimum_quantity' => 'Bạn phải thêm tối thiểu :quantity sản phẩm.', + 'quantity_increment' => 'Số lượng :quantity phải là bội số của :increment', + 'fieldtype_missing' => 'Loại trường ":class" không tồn tại', + 'invalid_fieldtype' => 'Lớp ":class" không triển khai giao diện FieldType.', + 'discounts.invalid_type' => 'Bộ sưu tập chỉ được chứa ":expected", đã tìm thấy ":actual"', + 'disallow_multiple_cart_orders' => 'Giỏ hàng chỉ có thể liên kết với một đơn hàng.', +]; diff --git a/packages/table-rate-shipping/resources/lang/vi/plugin.php b/packages/table-rate-shipping/resources/lang/vi/plugin.php new file mode 100644 index 000000000..3eb3443a8 --- /dev/null +++ b/packages/table-rate-shipping/resources/lang/vi/plugin.php @@ -0,0 +1,7 @@ + [ + 'group' => 'Vận chuyển', + ], +]; diff --git a/packages/table-rate-shipping/resources/lang/vi/relationmanagers.php b/packages/table-rate-shipping/resources/lang/vi/relationmanagers.php new file mode 100644 index 000000000..0b262a660 --- /dev/null +++ b/packages/table-rate-shipping/resources/lang/vi/relationmanagers.php @@ -0,0 +1,77 @@ + [ + 'customer_groups' => [ + 'description' => 'Liên kết nhóm khách hàng với phương thức vận chuyển này để xác định tính khả dụng của nó.', + ], + ], + 'shipping_rates' => [ + 'title_plural' => 'Phí vận chuyển', + 'actions' => [ + 'create' => [ + 'label' => 'Tạo phí vận chuyển', + ], + ], + 'notices' => [ + 'prices_incl_tax' => 'Tất cả giá đã bao gồm thuế, điều này sẽ được xem xét khi tính toán chi tiêu tối thiểu.', + 'prices_excl_tax' => 'Tất cả giá chưa bao gồm thuế, chi tiêu tối thiểu sẽ dựa trên tổng phụ giỏ hàng.', + ], + 'form' => [ + 'shipping_method_id' => [ + 'label' => 'Phương thức vận chuyển', + ], + 'price' => [ + 'label' => 'Giá', + ], + 'prices' => [ + 'label' => 'Mức giá', + 'repeater' => [ + 'customer_group_id' => [ + 'label' => 'Nhóm khách hàng', + 'placeholder' => 'Bất kỳ', + ], + 'currency_id' => [ + 'label' => 'Tiền tệ', + ], + 'min_quantity' => [ + 'label' => 'Chi tiêu tối thiểu', + ], + 'price' => [ + 'label' => 'Giá', + ], + ], + ], + ], + 'table' => [ + 'shipping_method' => [ + 'label' => 'Phương thức vận chuyển', + ], + 'price' => [ + 'label' => 'Giá', + ], + 'price_breaks_count' => [ + 'label' => 'Mức giá', + ], + ], + ], + 'exclusions' => [ + 'title_plural' => 'Danh sách loại trừ vận chuyển', + 'form' => [ + 'purchasable' => [ + 'label' => 'Sản phẩm', + ], + ], + 'actions' => [ + 'create' => [ + 'label' => 'Thêm danh sách loại trừ vận chuyển', + ], + 'attach' => [ + 'label' => 'Thêm danh sách loại trừ', + ], + 'detach' => [ + 'label' => 'Xóa', + ], + ], + ], +]; diff --git a/packages/table-rate-shipping/resources/lang/vi/shippingexclusionlist.php b/packages/table-rate-shipping/resources/lang/vi/shippingexclusionlist.php new file mode 100644 index 000000000..a5a6c5caa --- /dev/null +++ b/packages/table-rate-shipping/resources/lang/vi/shippingexclusionlist.php @@ -0,0 +1,19 @@ + 'Danh sách loại trừ vận chuyển', + 'label_plural' => 'Danh sách loại trừ vận chuyển', + 'form' => [ + 'name' => [ + 'label' => 'Tên', + ], + ], + 'table' => [ + 'name' => [ + 'label' => 'Tên', + ], + 'exclusions_count' => [ + 'label' => 'Số sản phẩm', + ], + ], +]; diff --git a/packages/table-rate-shipping/resources/lang/vi/shippingmethod.php b/packages/table-rate-shipping/resources/lang/vi/shippingmethod.php new file mode 100644 index 000000000..586624d9f --- /dev/null +++ b/packages/table-rate-shipping/resources/lang/vi/shippingmethod.php @@ -0,0 +1,58 @@ + 'Phương thức vận chuyển', + 'label' => 'Phương thức vận chuyển', + 'form' => [ + 'name' => [ + 'label' => 'Tên', + ], + 'description' => [ + 'label' => 'Mô tả', + ], + 'code' => [ + 'label' => 'Mã', + ], + 'cutoff' => [ + 'label' => 'Thời hạn', + ], + 'charge_by' => [ + 'label' => 'Tính phí theo', + 'options' => [ + 'cart_total' => 'Tổng giỏ hàng', + 'weight' => 'Cân nặng', + ], + ], + 'driver' => [ + 'label' => 'Loại', + 'options' => [ + 'ship-by' => 'Tiêu chuẩn', + 'collection' => 'Nhận tại cửa hàng', + ], + ], + 'stock_available' => [ + 'label' => 'Tất cả sản phẩm trong giỏ hàng phải có sẵn hàng', + ], + ], + 'table' => [ + 'name' => [ + 'label' => 'Tên', + ], + 'code' => [ + 'label' => 'Mã', + ], + 'driver' => [ + 'label' => 'Loại', + 'options' => [ + 'ship-by' => 'Tiêu chuẩn', + 'collection' => 'Nhận tại cửa hàng', + ], + ], + ], + 'pages' => [ + 'availability' => [ + 'label' => 'Khả dụng', + 'customer_groups' => 'Phương thức vận chuyển này hiện không khả dụng cho tất cả các nhóm khách hàng.', + ], + ], +]; diff --git a/packages/table-rate-shipping/resources/lang/vi/shippingzone.php b/packages/table-rate-shipping/resources/lang/vi/shippingzone.php new file mode 100644 index 000000000..46c9dab7a --- /dev/null +++ b/packages/table-rate-shipping/resources/lang/vi/shippingzone.php @@ -0,0 +1,50 @@ + 'Khu vực vận chuyển', + 'label_plural' => 'Các khu vực vận chuyển', + 'form' => [ + 'unrestricted' => [ + 'content' => 'Khu vực vận chuyển này không có hạn chế và sẽ khả dụng cho tất cả khách hàng khi thanh toán.', + ], + 'name' => [ + 'label' => 'Tên', + ], + 'type' => [ + 'label' => 'Loại', + 'options' => [ + 'unrestricted' => 'Không giới hạn', + 'countries' => 'Giới hạn theo quốc gia', + 'states' => 'Giới hạn theo tỉnh/thành', + 'postcodes' => 'Giới hạn theo mã bưu chính', + ], + ], + 'country' => [ + 'label' => 'Quốc gia', + ], + 'states' => [ + 'label' => 'Tỉnh/thành', + ], + 'countries' => [ + 'label' => 'Tỉnh/thành', + ], + 'postcodes' => [ + 'label' => 'Mã bưu chính', + 'helper' => 'Liệt kê mỗi mã bưu chính trên một dòng mới. Hỗ trợ ký tự đại diện như NW*', + ], + ], + 'table' => [ + 'name' => [ + 'label' => 'Tên', + ], + 'type' => [ + 'label' => 'Loại', + 'options' => [ + 'unrestricted' => 'Không giới hạn', + 'countries' => 'Giới hạn theo quốc gia', + 'states' => 'Giới hạn theo tỉnh/thành', + 'postcodes' => 'Giới hạn theo mã bưu chính', + ], + ], + ], +];