summaryrefslogtreecommitdiff
path: root/locale/cn_utf/pos
blob: e2e53ac2067edd7d5c8e418deb4255b37e6d12b7 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Accounting Menu' => '会计选单',
  4. 'Add POS Invoice' => '新增收款台发票',
  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' => '编辑收款台发票',
  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. 'Source' => '来源',
  43. 'Subtotal' => '共计',
  44. 'Tax Included' => '巳含税金',
  45. 'To' => '至',
  46. 'Total' => '总计',
  47. 'Trade Discount' => '贸易折扣',
  48. 'Unit' => '单位',
  49. 'Update' => '更新',
  50. 'Year' => '年份',
  51. };
  52. $self{subs} = {
  53. 'acc_menu' => 'acc_menu',
  54. 'add' => 'add',
  55. 'display' => 'display',
  56. 'display_row' => 'display_row',
  57. 'edit' => 'edit',
  58. 'form_footer' => 'form_footer',
  59. 'form_header' => 'form_header',
  60. 'js_menu' => 'js_menu',
  61. 'lookup_partsgroup' => 'lookup_partsgroup',
  62. 'menubar' => 'menubar',
  63. 'openinvoices' => 'openinvoices',
  64. 'post' => 'post',
  65. 'print' => 'print',
  66. 'print_and_post' => 'print_and_post',
  67. 'print_form' => 'print_form',
  68. 'print_options' => 'print_options',
  69. 'receipts' => 'receipts',
  70. 'section_menu' => 'section_menu',
  71. '继续' => 'continue',
  72. '删除' => 'delete',
  73. '过帐' => 'post',
  74. '列印' => 'print',
  75. '列印及过帐' => 'print_and_post',
  76. '更新' => 'update',
  77. };
  78. 1;