summaryrefslogtreecommitdiff
path: root/locale/tw_big5/pos
blob: fb0ed15d06a18c1908ca691c0e2a4cf237137363 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'Accounting Menu' => '會計選單',
  4. 'Add POS Invoice' => '新增POS發票',
  5. 'Amount' => '金額',
  6. 'Business' => '業務',
  7. 'Cannot post transaction!' => '不能加入交易!',
  8. 'Change' => '更改',
  9. 'Continue' => '繼續',
  10. 'Credit Limit' => '信用額度',
  11. 'Currency' => '幣別',
  12. 'Current' => '現有',
  13. 'Customer' => '客戶',
  14. 'Customer missing!' => '未指明客戶!',
  15. 'Delete' => '刪除',
  16. 'Department' => '部門',
  17. 'Description' => '說明',
  18. 'Edit POS Invoice' => '編輯POS',
  19. 'Exchange Rate' => '匯率',
  20. 'Exchange rate missing!' => '未指明匯率!',
  21. 'Extended' => '總價',
  22. 'From' => '從',
  23. 'Language' => '語言',
  24. 'Memo' => '備忘錄',
  25. 'Month' => '月',
  26. 'Number' => '編號',
  27. 'Open' => '開啟',
  28. 'Period' => '期間',
  29. 'Post' => '加入',
  30. 'Posted!' => '已加入!',
  31. 'Price' => '價格',
  32. 'Print' => '列印',
  33. 'Print and Post' => '列印並加入',
  34. 'Printed' => '已列印',
  35. 'Qty' => '數量',
  36. 'Quarter' => '季',
  37. 'Receipts' => '收據',
  38. 'Record in' => '記錄於',
  39. 'Remaining' => '尚餘',
  40. 'Salesperson' => '銷售人員',
  41. 'Screen' => '螢幕',
  42. 'Select a Printer!' => '選擇印表機!',
  43. 'Source' => '來源',
  44. 'Subtotal' => '小計',
  45. 'Tax Included' => '已含稅金',
  46. 'To' => '至',
  47. 'Total' => '總計',
  48. 'Trade Discount' => '貿易折扣',
  49. 'Unit' => '單位',
  50. 'Update' => '更新',
  51. 'Year' => '年',
  52. };
  53. $self{subs} = {
  54. 'acc_menu' => 'acc_menu',
  55. 'add' => 'add',
  56. 'display' => 'display',
  57. 'display_row' => 'display_row',
  58. 'edit' => 'edit',
  59. 'form_footer' => 'form_footer',
  60. 'form_header' => 'form_header',
  61. 'js_menu' => 'js_menu',
  62. 'lookup_partsgroup' => 'lookup_partsgroup',
  63. 'menubar' => 'menubar',
  64. 'openinvoices' => 'openinvoices',
  65. 'post' => 'post',
  66. 'print' => 'print',
  67. 'print_and_post' => 'print_and_post',
  68. 'print_form' => 'print_form',
  69. 'print_options' => 'print_options',
  70. 'receipts' => 'receipts',
  71. 'section_menu' => 'section_menu',
  72. '繼續' => 'continue',
  73. '呀除' => 'delete',
  74. '加大' => 'post',
  75. '圭奸' => 'print',
  76. '圭奸並加大' => 'print_and_post',
  77. '更新' => 'update',
  78. };
  79. 1;