snipe-it/resources/lang/zh-TW/admin/depreciations/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
687 B
PHP

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