openclassify/addons/default/visiosoft/profile-module/resources/lang/vi/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

54 lines
1.9 KiB
PHP

<?php
return [
'show_my_ads' => [
'name' => 'Hiển thị tab quảng cáo của tôi',
],
'upload_avatar' => [
'name' => 'Tải lên hình đại diện',
],
'show_tax_office' => [
'name' => 'Hiển thị Trường Văn phòng Thuế',
],
'show_checkbox_terms_on_register' => [
'name' => 'Hiển thị Điều khoản Hộp kiểm trên Đăng ký',
'instructions' => 'Hiển thị "Điều khoản chấp nhận", "luật bảo vệ", "điều khoản bảo mật", "sms & email" trên biểu mẫu đăng ký'
],
'register_protection_url' => [
'name' => 'Đăng ký URL bảo vệ',
],
'register_privacy_url' => [
'name' => 'Đăng ký URL bảo mật',
],
'show_education_profession' => [
'name' => 'Hiển thị các lĩnh vực giáo dục và nghề nghiệp',
'instructions' => 'Hiển thị "Học vấn", "Trạng thái giáo dục" và "Nghề nghiệp" trên trang chỉnh sửa hồ sơ'
],
'google_captcha_site_key' => [
'name' => 'Khóa trang web Captcha của Google',
],
'google_captcha_secret_key' => [
'name' => 'Khóa bí mật Captcha của Google',
],
'score_threshold' => [
'name' => 'Ngưỡng điểm',
'instructions' => 'Giá trị từ 0 đến 1. Ngưỡng càng cao thì ReCaptcha càng nghiêm ngặt trong việc cố gắng xác định xem người dùng có phải là bot hay không.',
],
'education' => [
'name' => 'Giáo dục'
],
'state_of_education' => [
'name' => 'Bang giáo dục'
],
'profession' => [
'name' => 'Nghề nghiệp'
],
'hide_register_type_profile' => [
'name' => 'Ẩn Đăng ký Nhập trang Tiểu sử',
'instructions' => 'Ẩn trường loại đăng ký trong trang chỉnh sửa hồ sơ.',
],
'required_district' => [
'name' => 'Quận bắt buộc'
],
];