snipe-it/resources/lang/zh-TW/button.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

25 lines
981 B
PHP

<?php
return [
'actions' => '操作',
'add' => '新增',
'cancel' => '取消',
'checkin_and_delete' => '繳回並刪除使用者',
'delete' => '刪除',
'edit' => '編輯',
'restore' => '還原',
'remove' => 'Remove',
'request' => '申請',
'submit' => '送出',
'upload' => '上傳',
'select_file' => '選擇檔案…',
'select_files' => '選擇檔案…',
'generate_labels' => '{1} 產製標籤|[2,*] 產製標籤',
'send_password_link' => '發送密碼重設連結',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];