mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
49 lines
1.8 KiB
PHP
49 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_adv' => 'Adv mới',
|
|
'new_classified' => 'Mới được phân loại',
|
|
'new_category' => 'Thể loại mới',
|
|
'new_country' => 'Quốc gia mới',
|
|
'new_city' => 'Thành phố mới',
|
|
'new_district' => 'Quận mới',
|
|
'new_neighborhood' => 'Khu phố mới',
|
|
'new_village' => 'Ngôi làng mới',
|
|
'edit' => "Biên tập",
|
|
'approve' => "Phê duyệt",
|
|
'decline' => 'Từ chối',
|
|
'extend' => 'Mở rộng',
|
|
'extend_all' => 'Mở rộng tất cả',
|
|
'convert_currency' => 'Chuyển tiền tệ',
|
|
'categories' => 'Thể loại',
|
|
'sub_category' => 'Danh mục phụ',
|
|
'add_sub_category' => 'Thêm danh mục phụ',
|
|
'sub_cities' => 'Thành phố phụ',
|
|
'add_sub_cities' => 'Thêm thành phố phụ',
|
|
'add_sub_districts' => 'Thêm quận phụ',
|
|
'add_sub_neighborhoods' => 'Thêm khu phố phụ',
|
|
'add_sub_village' => 'Thêm làng phụ',
|
|
'sub_districts' => 'Các quận phụ',
|
|
'sub_neighborhoods' => 'Khu dân cư phụ',
|
|
'sub_village' => 'Làng phụ',
|
|
'general_settings' => 'Cài đặt chung',
|
|
'save_category' => 'Lưu danh mục',
|
|
'change_owner' => 'Chủ sở hữu thay đổi',
|
|
'update_category' => [
|
|
'name' => 'Cập nhật danh mục'
|
|
],
|
|
'new_option' => 'Tùy chọn mới',
|
|
'export' => 'Xuất khẩu',
|
|
'new_productoption' => 'Sản phẩm mới',
|
|
'new_productoptions_value' => 'Giá trị tùy chọn sản phẩm mới',
|
|
'new_options_configuration' => 'Cấu hình tùy chọn mới',
|
|
'new_option_configuration' => 'Cấu hình tùy chọn mới',
|
|
'create_configurations' => 'Tạo cấu hình',
|
|
'replicate' => 'Nhân rộng',
|
|
'fast_create' => 'Tạo nhanh',
|
|
'publish' => 'Công bố',
|
|
'import' => 'Nhập khẩu',
|
|
'new_status' => 'Trạng thái mới',
|
|
'fast_edit' => 'Chỉnh sửa nhanh',
|
|
];
|