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

19 lines
841 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-06-22 14:39:19 -07:00
'does_not_exist' => 'Công ty này không tồn tại.',
2016-03-25 01:18:05 -07:00
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => array(
2016-10-25 12:30:52 -07:00
'error' => 'Công ty chưa được tạo, hãy thử lại.',
2016-03-25 01:18:05 -07:00
'success' => 'Company created successfully.'
),
'update' => array(
'error' => 'Company was not updated, please try again',
2016-12-03 17:10:05 -08:00
'success' => 'Công ty đã được cập nhật thành công.'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this company?',
'error' => 'There was an issue deleting the company. Please try again.',
'success' => 'The Company was deleted successfully.'
)
);