mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Update language files (i18n/*.php).
- Add missing key - 'Your certificate will be ...' (en.php) - 'no notifications' - 'configure' - Fix several typos - Sort keys - Remove certain comments
This commit is contained in:
parent
f427c196f1
commit
46302f6fe1
29 changed files with 296 additions and 280 deletions
|
@ -40,6 +40,8 @@ $LANG['vi'] = array(
|
|||
'NETWORK' => 'MẠNG',
|
||||
'Web Log Manager' => 'Web Log Manager',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => 'Thêm tài khoản',
|
||||
'Add Domain' => 'Thêm tên miền',
|
||||
'Add Web Domain' => 'Thêm website',
|
||||
|
@ -107,6 +109,7 @@ $LANG['vi'] = array(
|
|||
'disable autoupdate' => 'tắt tự động cập nhật',
|
||||
'turn on notifications' => 'bật thông báo',
|
||||
'turn off notifications' => 'tắt thông báo',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => 'Thêm tài khoản',
|
||||
'Editing User' => 'Sửa tài khoản',
|
||||
|
@ -249,6 +252,7 @@ $LANG['vi'] = array(
|
|||
'MySQL Usage on localhost' => 'MySQL sử dụng tại localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL sử dụng tại localhost',
|
||||
'Bandwidth Usage eth0' => 'Băng thông eth0 sử dụng',
|
||||
'Bandwidth Usage eth1' => 'Băng thông eth1 sử dụng',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP sử dụng',
|
||||
'SSH Usage' => 'SSH sử dụng',
|
||||
|
@ -448,7 +452,7 @@ $LANG['vi'] = array(
|
|||
'PACKAGE_CREATED_OK' => 'Gói hosting <a href="/edit/package/?package=%s"><b>%s</b></a> đã được tạo thành công.',
|
||||
'SSL_GENERATED_OK' => 'Tạo thành công chứng chỉ.',
|
||||
'RULE_CREATED_OK' => 'Tạo thành công luật tường lửa.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully', // I'm not sure about this text
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Bật thành công chế độ tự động cập nhật.',
|
||||
'Autoupdate has been successfully disabled' => 'Tắt thành công chế độ tự động cập nhật.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Bật thành công tiến trình tự động báo cáo email',
|
||||
|
@ -524,7 +528,7 @@ $LANG['vi'] = array(
|
|||
'Confirm Password' => 'Xác nhận mật khẩu',
|
||||
'Reset' => 'Thiết lập lại',
|
||||
'Reset Code' => 'Thiết lập lại mã',
|
||||
'RESET_NOTICE' => '', // should we add something here?
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Mã thiết lập lại mật khẩu đã được gửi đến địa chỉ email<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Khôi phục mật khẩu tại %s',
|
||||
'PASSWORD_RESET_REQUEST' => "Để thiết lập lại mật khẩu quản trị, vui lòng truy cập vào địa chỉ:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s và nhập mã sau:\n%s\n\nNếu bạn không thực hiện khôi phục mật khẩu, vui lòng bỏ qua email này.\n\n--\nVesta Control Panel\n",
|
||||
|
@ -602,7 +606,7 @@ $LANG['vi'] = array(
|
|||
'ARCHIVE' => 'Nén',
|
||||
'EXTRACT' => 'Giải nén',
|
||||
'DOWNLOAD' => 'Tải về',
|
||||
'Are you sure?' => 'Bạn có chắc chắn ?', // unused?
|
||||
'Are you sure?' => 'Bạn có chắc chắn ?',
|
||||
'Hit' => 'Lượt',
|
||||
'to reload the page' => 'để tải lại trang',
|
||||
'Directory name cannot be empty' => 'Tên thư mục không thể để trống',
|
||||
|
@ -624,7 +628,7 @@ $LANG['vi'] = array(
|
|||
'Create' => 'Tạo mới',
|
||||
'Compress' => 'Nén',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING', // unused?
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
|
@ -704,9 +708,6 @@ $LANG['vi'] = array(
|
|||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Dayly',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue