From ac5b087ea2d9ba7428d367aaeb288534158fee9a Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 1 Sep 2006 01:16:38 +0000 Subject: Initial Import git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/tw_big5/io | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100755 locale/tw_big5/io (limited to 'locale/tw_big5/io') diff --git a/locale/tw_big5/io b/locale/tw_big5/io new file mode 100755 index 00000000..08efc3b1 --- /dev/null +++ b/locale/tw_big5/io @@ -0,0 +1,136 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Add Purchase Order' => '新增採購單', + 'Add Quotation' => '新增報價單', + 'Add Request for Quotation' => '新增報價單要求', + 'Add Sales Order' => '新增銷貨單', + 'Address' => '地址', + 'Apr' => '四月', + 'April' => '四月', + 'Attachment' => '附件', + 'Aug' => '八月', + 'August' => '八月', + 'Bcc' => '不顯示抄送', + 'Billing Address' => '帳單地址', + 'Bin' => '箱', + 'Bin List' => '箱的明細表', + 'Cc' => '抄送', + 'City' => '城市', + 'Company Name' => '公司名稱', + 'Contact' => '連絡人', + 'Continue' => '繼續', + 'Copies' => '副本', + 'Country' => '國家', + 'Customer Number' => '客戶編號', + 'Date' => '日期', + 'Dec' => '十二月', + 'December' => '十二月', + 'Delivery Date' => '到期日', + 'Description' => '說明', + 'E-mail' => '電子郵件', + 'E-mail address missing!' => '未指明電子郵件位址!', + 'E-mailed' => '已電郵', + 'Extended' => '總價', + 'Fax' => '傳真', + 'Feb' => '二月', + 'February' => '二月', + 'Group' => '組別', + 'In-line' => '行內', + 'Invoice' => '發票', + 'Invoice Date missing!' => '未指明發票日期!', + 'Invoice Number missing!' => '未指明發票編號!', + 'Item not on file!' => '沒有此項目的記錄!', + 'Jan' => '一月', + 'January' => '一月', + 'Jul' => '七月', + 'July' => '七月', + 'Jun' => '六月', + 'June' => '六月', + 'Mar' => '三月', + 'March' => '三月', + 'May' => '五月', + 'May ' => '五月', + 'Message' => '訊息', + 'Nov' => '十一月', + 'November' => '十一月', + 'Number' => '編號', + 'Number missing in Row' => '此列中缺少數值', + 'OH' => '已有存量', + 'Oct' => '十月', + 'October' => '十月', + 'Order Date missing!' => '未指明下單日期!', + 'Order Number missing!' => '未指明訂單編號!', + 'PDF' => 'PDF', + 'Packing List' => '出貨單', + 'Packing List Date missing!' => '未指明出貨單日期!', + 'Packing List Number missing!' => '未指明出貨單編號!', + 'Part' => '零件', + 'Phone' => '電話號碼', + 'Pick List' => '揀貨清單', + 'Postscript' => 'Postscript', + 'Price' => '價格', + 'Printed' => '已列印', + 'Project' => '項目', + 'Purchase Order' => '採購單', + 'Qty' => '數量', + 'Quotation' => '報價單', + 'Quotation Date missing!' => '未指明報價單日期!', + 'Quotation Number missing!' => '未指明報價單號碼!', + 'Recd' => '已收到', + 'Required by' => '要求交付日期', + 'SKU' => '庫存單位', + 'Sales Order' => '銷貨單', + 'Scheduled' => '編排了時間', + 'Screen' => '螢幕', + 'Select items' => '選擇項目', + 'Select txt, postscript or PDF!' => '選擇文字、postscript或PDF!', + 'Sep' => '九月', + 'September' => '九月', + 'Serial No.' => '序號', + 'Service' => '服務', + 'Ship' => '付運', + 'Ship to' => '付運至', + 'Shipping Address' => '付運地址', + 'State/Province' => '省', + 'Subject' => '標題', + 'Subtotal' => '小計', + 'Text' => '文字', + 'To' => '至', + 'Translation not on file!' => '沒有此翻譯的記錄!', + 'Unit' => '單位', + 'Vendor Number' => '供應商號碼', + 'What type of item is this?' => '此項目屬於甚麼類別?', + 'Work Order' => '工作單', + 'Zip/Postal Code' => '郵政編碼', + 'sent' => '已送出', +}; + +$self{subs} = { + 'calc_markup' => 'calc_markup', + 'check_form' => 'check_form', + 'create_form' => 'create_form', + 'customer_details' => 'customer_details', + 'display_form' => 'display_form', + 'display_row' => 'display_row', + 'e_mail' => 'e_mail', + 'invoicetotal' => 'invoicetotal', + 'item_selected' => 'item_selected', + 'new_item' => 'new_item', + 'print' => 'print', + 'print_form' => 'print_form', + 'print_options' => 'print_options', + 'purchase_order' => 'purchase_order', + 'quotation' => 'quotation', + 'rfq' => 'rfq', + 'sales_order' => 'sales_order', + 'select_item' => 'select_item', + 'send_email' => 'send_email', + 'ship_to' => 'ship_to', + 'validate_items' => 'validate_items', + 'vendor_details' => 'vendor_details', + '繼續' => 'continue', +}; + +1; + -- cgit v1.2.3