Updated language strings
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Department does not exist.',
|
||||
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
|
||||
'create' => array(
|
||||
'error' => 'Department was not created, please try again.',
|
||||
'success' => 'Department created successfully.'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'Department was not updated, please try again',
|
||||
'success' => 'Department updated successfully.'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'Are you sure you wish to delete this department?',
|
||||
'error' => 'There was an issue deleting the department. Please try again.',
|
||||
'success' => 'The department was deleted successfully.'
|
||||
)
|
||||
|
||||
);
|
||||
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => 'Department Name',
|
||||
'manager' => 'Manager',
|
||||
'location' => 'Location',
|
||||
'create' => 'Create Department',
|
||||
'update' => 'Update Department',
|
||||
);
|
||||
@@ -48,6 +48,7 @@ return array(
|
||||
'delete' => array(
|
||||
'confirm' => 'Bạn có chắc chắn muốn xoá bỏ tài sản này?',
|
||||
'error' => 'Đã có vấn đề xảy ra khi xoá tài sản này. Bạn hãy thử lại xem.',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was deleted.',
|
||||
'success' => 'Tài sản này được xoá thành công.'
|
||||
),
|
||||
|
||||
|
||||
@@ -28,4 +28,9 @@ return array(
|
||||
'success' => 'Kiểu tài sản đã được phục hồi thành công.'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'No fields were changed, so nothing was updated.',
|
||||
'success' => 'Models updated.'
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
@@ -90,6 +90,7 @@ return array(
|
||||
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
||||
'labels_per_page' => 'Labels per page',
|
||||
'label_dimensions' => 'Label dimensions (inches)',
|
||||
'next_auto_tag_base' => 'Next auto-increment',
|
||||
'page_padding' => 'Page margins (inches)',
|
||||
'purge' => 'Purge Deleted Records',
|
||||
'labels_display_bgutter' => 'Label bottom gutter',
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
'cancel' => 'Hủy',
|
||||
'categories' => 'Danh mục',
|
||||
'category' => 'Thể loại',
|
||||
'change' => 'In/Out',
|
||||
'changeemail' => 'Thay đổi địa chỉ Email',
|
||||
'changepassword' => 'Đổi mật khẩu',
|
||||
'checkin' => 'Checkin',
|
||||
@@ -57,6 +58,8 @@
|
||||
'delete' => 'Xóa',
|
||||
'deleted' => 'Đã xóa',
|
||||
'delete_seats' => 'Deleted Seats',
|
||||
'departments' => 'Departments',
|
||||
'department' => 'Department',
|
||||
'deployed' => 'Đã cấp phát',
|
||||
'depreciation_report' => 'Báo cáo khấu hao',
|
||||
'download' => 'Tải về',
|
||||
@@ -142,13 +145,14 @@
|
||||
'select' => 'Chọn',
|
||||
'search' => 'Tìm kiếm',
|
||||
'select_category' => 'Select a Category',
|
||||
'select_department' => 'Select a Department',
|
||||
'select_depreciation' => 'Lựa chọn một Loại Khấu hao',
|
||||
'select_location' => 'Lựa chọn một Địa phương',
|
||||
'select_manufacturer' => 'Lựa chọn một nhà sản xuất',
|
||||
'select_model' => 'Lựa chọn một Kiểu tài sản',
|
||||
'select_supplier' => 'Lựa chọn một Nhà cung cấp',
|
||||
'select_user' => 'Lựa chọn một Người dùng',
|
||||
'select_date' => 'Chọn ngày',
|
||||
'select_date' => 'Select Date (YYYY-MM-DD)',
|
||||
'select_statuslabel' => 'Chọn tình trạng',
|
||||
'select_company' => 'Select Company',
|
||||
'select_asset' => 'Select Asset',
|
||||
|
||||
Reference in New Issue
Block a user