snipe-it/resources/lang/zh-TW/admin/companies/message.php

19 lines
656 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-10-04 12:23:02 -07:00
'does_not_exist' => '公司不存在',
'assoc_users' => '至少還有一個資產與此公司關聯,目前不能被删除,請檢查後重試。 ',
2016-03-25 01:18:05 -07:00
'create' => array(
2016-10-04 12:23:02 -07:00
'error' => '新增公司失敗,請重試。',
'success' => '新增公司成功。'
2016-03-25 01:18:05 -07:00
),
'update' => array(
2016-10-04 12:23:02 -07:00
'error' => '更新公司失敗,請重試。',
'success' => '更新公司成功。'
2016-03-25 01:18:05 -07:00
),
'delete' => array(
2016-10-04 12:23:02 -07:00
'confirm' => '您確定要刪除此公司嗎?',
'error' => '刪除公司時發生問題。請再試一次。',
'success' => '刪除公司成功。'
2016-03-25 01:18:05 -07:00
)
);