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

27 lines
890 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-03-25 01:18:05 -07:00
2016-10-04 12:23:02 -07:00
'does_not_exist' => '類別不存在',
'assoc_models' => '至少還有一個樣板與此類別關聯,目前不能被刪除,請檢查後重試。 ',
'assoc_items' => '至少還有一個 :asset_type 與此類別關聯,目前不能被刪除,請您檢查 :asset_type 後重試。 ',
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' => '更新類別成功。',
'cannot_change_category_type' => '類別類型一旦建立就不可更改',
),
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
);