mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
16 lines
492 B
PHP
16 lines
492 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'Hồ sơ mới',
|
|
'new_adress' => 'Địa chỉ mới',
|
|
'show' => 'Hiển thị địa chỉ',
|
|
'update_password' => 'Cập nhật mật khẩu',
|
|
'update_profile' => 'Cập nhật hồ sơ',
|
|
'delete' => 'Xóa bỏ',
|
|
'extend' => 'Mở rộng',
|
|
'extend_all' => 'Mở rộng tất cả',
|
|
'edit' => 'Biên tập',
|
|
'go_profile' => 'Đi đến chi tiết hồ sơ',
|
|
'go_user' => 'Đi đến chi tiết người dùng',
|
|
];
|