ok
This commit is contained in:
24
Production/SNIPE-IT/resources/lang/zh-TW/button.php
Normal file
24
Production/SNIPE-IT/resources/lang/zh-TW/button.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'actions' => '操作',
|
||||
'add' => '新增',
|
||||
'cancel' => '取消',
|
||||
'checkin_and_delete' => '全部繳回 / 刪除使用者',
|
||||
'delete' => '刪除',
|
||||
'edit' => '編輯',
|
||||
'restore' => '還原',
|
||||
'remove' => '移除',
|
||||
'request' => '申請',
|
||||
'submit' => '送出',
|
||||
'upload' => '上傳',
|
||||
'select_file' => '選擇檔案…',
|
||||
'select_files' => '選擇檔案…',
|
||||
'generate_labels' => '{1} 產製標籤|[2,*] 產製標籤',
|
||||
'send_password_link' => '發送密碼重設連結',
|
||||
'go' => '前往',
|
||||
'bulk_actions' => '批量操作',
|
||||
'add_maintenance' => '新增維護',
|
||||
'append' => '追加',
|
||||
'new' => '新增',
|
||||
];
|
Reference in New Issue
Block a user