snipe-it/resources/lang/zh-TW/admin/categories/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

26 lines
803 B
PHP

<?php
return array(
'does_not_exist' => '類別不存在',
'assoc_models' => '至少還有一個樣板與此類別關聯,目前不能被刪除,請檢查後重試。 ',
'assoc_items' => '至少還有一個 :asset_type 與此類別關聯,目前不能被刪除,請您檢查 :asset_type 後重試。 ',
'create' => array(
'error' => '新增類別失敗,請重試。',
'success' => '新增類別成功。'
),
'update' => array(
'error' => '更新類別失敗,請重試。',
'success' => '更新類別成功。'
),
'delete' => array(
'confirm' => '您確定要刪除此類別嗎?',
'error' => '刪除類別時發生問題。請再試一次。',
'success' => '刪除類別成功。'
)
);