snipe-it/resources/lang/vi/admin/statuslabels/message.php

26 lines
924 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-06-02 19:01:09 -07:00
'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. ',
2016-03-25 01:18:05 -07:00
'create' => array(
2016-06-02 19:01:09 -07:00
'error' => 'Status Label was not created, please try again.',
2016-12-03 17:10:05 -08:00
'success' => 'Nhãn trạng thái được tạo thành công.'
2016-03-25 01:18:05 -07:00
),
'update' => array(
2016-12-03 17:10:05 -08:00
'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.'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
2016-12-03 17:10:05 -08:00
'confirm' => 'Bạn có chắc bạn muốn xóa nhãn tình trạng này?',
2016-06-02 19:01:09 -07:00
'error' => 'There was an issue deleting the Status Label. Please try again.',
'success' => 'The Status Label was deleted successfully.'
2016-03-25 01:18:05 -07:00
)
);