summaryrefslogtreecommitdiff
path: root/locale/cn_utf/bp
blob: 293be2bac38bae93eee7833c3642b8375e23b922 (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' => '线轴档案',
  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;