snipe-it/resources/lang/vi/admin/statuslabels/message.php
2016-12-03 17:10:05 -08:00

26 lines
924 B
PHP

<?php
return array(
'does_not_exist' => 'Status Label does not exist.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
'error' => 'Status Label was not created, please try again.',
'success' => 'Nhãn trạng thái được tạo thành công.'
),
'update' => array(
'error' => 'Nhãn Tình trạng không được cập nhật, xin vui lòng thử lại',
'success' => 'Nhãn trạng thái được tạo thành công.'
),
'delete' => array(
'confirm' => 'Bạn có chắc bạn muốn xóa nhãn tình trạng này?',
'error' => 'There was an issue deleting the Status Label. Please try again.',
'success' => 'The Status Label was deleted successfully.'
)
);