snipe-it/resources/lang/zh-TW/admin/groups/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

23 lines
636 B
PHP

<?php
return array(
'group_exists' => '群組已存在',
'group_not_found' => '群組 [:id] 不存在',
'group_name_required' => '名稱欄位必填',
'success' => array(
'create' => '新增群組成功。',
'update' => '更新群組成功。',
'delete' => '刪除群組成功。',
),
'delete' => array(
'confirm' => '您確定要刪除此群組嗎?',
'create' => '新增群組時發生問題。請重試。',
'update' => '更新群組時發生問題。請重試。',
'delete' => '刪除群組時發生問題。請重試。',
),
);