ajout app
This commit is contained in:
47
SNIPE-IT/resources/lang/zh-TW/admin/models/message.php
Normal file
47
SNIPE-IT/resources/lang/zh-TW/admin/models/message.php
Normal file
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => '樣板不存在',
|
||||
'no_association' => '警告!此項目的資產型號無效或遺失!',
|
||||
'no_association_fix' => '這將以奇怪和可怕的方式損壞事物。立即編輯此資產以分配型號。',
|
||||
'assoc_users' => '至少還有一個資產與此樣板關聯,目前不能被删除,請在刪除資產後重試。 ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => '新增樣板失敗,請重試。',
|
||||
'success' => '新增樣板成功。',
|
||||
'duplicate_set' => '資產名稱、製造商、型號都相同的其它資產樣板已存在。',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => '更新樣板失敗,請重試。',
|
||||
'success' => '更新樣板成功。',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '您確定要刪除此樣板嗎?',
|
||||
'error' => '刪除樣板失敗,請重試。',
|
||||
'success' => '刪除樣板成功。'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => '恢復樣板失敗,請重試。',
|
||||
'success' => '恢復樣板成功。'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => '沒有欄位被更改,因此沒有更新任何內容。',
|
||||
'success' => '成功更新型號。|成功更新 :model_count 個型號。',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => '沒有型號被選擇,因此沒有更新任何內容。',
|
||||
'success' => '已刪除型號!|已刪除 :success_count 個型號!',
|
||||
'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。'
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user