summaryrefslogtreecommitdiff
path: root/locale/tw_utf/bp
blob: 8dc19de419d8c5570b00ab755073a1efdf0764ac (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => '帳戶',
  4. 'Accounting Menu' => '會計選單',
  5. 'Are you sure you want to remove the marked entries from the queue?' => '您是否確定要消除有記號的條目?',
  6. 'Bin Lists' => '箱的明細表',
  7. 'Cannot remove files!' => '不能移除檔案!',
  8. 'Confirm!' => '入帳成功!',
  9. 'Continue' => '繼續',
  10. 'Current' => '現有',
  11. 'Customer' => '客戶',
  12. 'Date' => '日期',
  13. 'Employee' => '職員',
  14. 'From' => '從',
  15. 'ID' => '識別編號',
  16. 'Invoice' => '發票',
  17. 'Invoice Number' => '發票編號',
  18. 'Marked entries printed!' => '已列印有記號的會計項目!',
  19. 'Month' => '月',
  20. 'Order' => '訂單',
  21. 'Order Number' => '訂單編號',
  22. 'Packing Lists' => '出貨單',
  23. 'Period' => '期間',
  24. 'Pick Lists' => '揀貨清單',
  25. 'Print' => '列印',
  26. 'Printing' => '正列印',
  27. 'Purchase Orders' => '採購單',
  28. 'Quarter' => '季',
  29. 'Quotation' => '報價單',
  30. 'Quotation Number' => '報價單號碼',
  31. 'Quotations' => '報價單',
  32. 'RFQs' => '報價請求',
  33. 'Remove' => '移除',
  34. 'Removed spoolfiles!' => '移除列印暫存檔案',
  35. 'Removing marked entries from queue ...' => '正從隊列中移除有記號的會計項目',
  36. 'Sales Invoices' => '銷售發票',
  37. 'Sales Orders' => '銷貨單',
  38. 'Select all' => '全選',
  39. 'Spoolfile' => '列印暫存(spool)檔案',
  40. 'To' => '至',
  41. 'Vendor' => '供應商',
  42. 'Work Orders' => '工作單',
  43. 'Year' => '年',
  44. 'Yes' => '是',
  45. 'done' => '完成',
  46. };
  47. $self{subs} = {
  48. 'acc_menu' => 'acc_menu',
  49. 'continue' => 'continue',
  50. 'display' => 'display',
  51. 'js_menu' => 'js_menu',
  52. 'list_spool' => 'list_spool',
  53. 'menubar' => 'menubar',
  54. 'print' => 'print',
  55. 'remove' => 'remove',
  56. 'search' => 'search',
  57. 'section_menu' => 'section_menu',
  58. 'select_all' => 'select_all',
  59. 'yes' => 'yes',
  60. '繼續' => 'continue',
  61. '列印' => 'print',
  62. '移除' => 'remove',
  63. '全選' => 'select_all',
  64. '是' => 'yes',
  65. };
  66. 1;