ajout app
This commit is contained in:
29
SNIPE-IT/resources/lang/zh-TW/admin/locations/message.php
Normal file
29
SNIPE-IT/resources/lang/zh-TW/admin/locations/message.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => '地點不存在.',
|
||||
'assoc_users' => '至少還有一位使用者與此位置關聯,目前不能被删除,請檢查後重試。 ',
|
||||
'assoc_assets' => '至少還有一個資產與此位置關聯,目前不能被删除,請檢查後重試。 ',
|
||||
'assoc_child_loc' => '至少還有一個子項目與此位置關聯,目前不能被删除,請檢查後重試。 ',
|
||||
'assigned_assets' => '已分配資產',
|
||||
'current_location' => '目前位置',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => '新增位置失敗,請重試。',
|
||||
'success' => '新增位置成功。'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => '更新位置失敗,請重試。',
|
||||
'success' => '成功更新地點.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => '您確定要刪除此位置嗎?',
|
||||
'error' => '刪除位置時發生問題,請重試。',
|
||||
'success' => '刪除位置成功。'
|
||||
)
|
||||
|
||||
);
|
Reference in New Issue
Block a user