mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
cron helper language update
This commit is contained in:
parent
7b93d36712
commit
dfb4ca421a
26 changed files with 2087 additions and 1026 deletions
|
@ -510,6 +510,7 @@ $LANG['vi'] = array(
|
|||
'NEW DIR' => 'Thêm thư mục mới',
|
||||
'DELETE' => 'Xóa',
|
||||
'RENAME' => 'Đổi tên',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'Sao chép',
|
||||
'ARCHIVE' => 'Nén',
|
||||
'EXTRACT' => 'Giải nén',
|
||||
|
@ -528,6 +529,7 @@ $LANG['vi'] = array(
|
|||
'Copy' => 'Sao chép',
|
||||
'Cancel' => 'Hủy',
|
||||
'Rename' => 'Đổi tên',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Xóa',
|
||||
'Extract' => 'Giải nén',
|
||||
'Create' => 'Tạo mới',
|
||||
|
@ -542,6 +544,15 @@ $LANG['vi'] = array(
|
|||
'already exists' => 'đã tồn tại',
|
||||
'Create file' => 'Tạo tệp',
|
||||
'Create directory' => 'Tạo thư mục',
|
||||
'read by owner' => 'read by owner',
|
||||
'write by owner' => 'write by owner',
|
||||
'execute/search by owner' => 'execute/search by owner',
|
||||
'read by group' => 'read by group',
|
||||
'write by group' => 'write by group',
|
||||
'execute/search by group' => 'execute/search by group',
|
||||
'read by others' => 'read by others',
|
||||
'write by others' => 'write by others',
|
||||
'execute/search by others' => 'execute/search by others',
|
||||
|
||||
'Add New object' => 'Thêm đối tượng mới',
|
||||
'Save Form' => 'Lưu form',
|
||||
|
@ -558,6 +569,8 @@ $LANG['vi'] = array(
|
|||
'Move backward through top menu' => 'Di chuyển ngược trên Top Menu',
|
||||
'Move forward through top menu' => 'Di chuyển xuôi trên Top Menu',
|
||||
'Enter focused element' => 'Nhập vào phần tử focus',
|
||||
'Move up through elements list' => 'Move up through elements list',
|
||||
'Move down through elements list' => 'Move down through elements list',
|
||||
|
||||
'Upload' => 'Tải lên',
|
||||
'New File' => 'Tạo tệp',
|
||||
|
@ -593,6 +606,35 @@ $LANG['vi'] = array(
|
|||
'Licence Deactivated' => 'Bản quyền đã bị hủy kích hoạt',
|
||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Hạn chế người dùng không thể dùng SSH và chỉ có thể truy cập thư mục home của họ.',
|
||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Duyệt tệp, sao chép, chỉnh sửa, xem, và lấy tất cả các tệp tin từ tất cả các tên miền của bạn bằng cách sử dụng trình quản lý tệp tin đầy đủ tính năng.',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'Đây là một module thương mại, bạn sẽ cần phải mua key bản quyền để kích hoạt nó.'
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'Đây là một module thương mại, bạn sẽ cần phải mua key bản quyền để kích hoạt nó.',
|
||||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Daily',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
'every even month' => 'every even month',
|
||||
'every day' => 'every day',
|
||||
'every odd day' => 'every odd day',
|
||||
'every even day' => 'every even day',
|
||||
'weekdays (5 days)' => 'weekdays (5 days)',
|
||||
'weekend (2 days)' => 'weekend (2 days)',
|
||||
'Monday' => 'Monday',
|
||||
'Tuesday' => 'Tuesday',
|
||||
'Wednesday' => 'Wednesday',
|
||||
'Thursday' => 'Thursday',
|
||||
'Friday' => 'Friday',
|
||||
'Saturday' => 'Saturday',
|
||||
'Sunday' => 'Sunday',
|
||||
'every hour' => 'every hour',
|
||||
'every two hours' => 'every two hours',
|
||||
'every minute' => 'every minute',
|
||||
'every two minutes' => 'every two minutes',
|
||||
'every' => 'every',
|
||||
'Hour' => 'Hour',
|
||||
'Minute' => 'Minute'
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue