snipe-it/resources/lang/zh-TW/admin/locations/message.php
snipe a0b05bac8d Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
2023-02-21 03:54:55 -08:00

30 lines
988 B
PHP

<?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' => '刪除位置成功。'
)
);