summaryrefslogtreecommitdiff
path: root/locale/cn_utf/ca
blob: 4d73af13e98a0ad5788197a58f42cdd4d28928d6 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => '帐户',
  4. 'Apr' => '四月',
  5. 'April' => '四月',
  6. 'Aug' => '八月',
  7. 'August' => '八月',
  8. 'Balance' => '余额',
  9. 'Chart of Accounts' => '会计科目表',
  10. 'Credit' => '贷方',
  11. 'Current' => '现有',
  12. 'Date' => '日期',
  13. 'Debit' => '借方',
  14. 'Dec' => '十二月',
  15. 'December' => '十二月',
  16. 'Department' => '部门',
  17. 'Description' => '说明',
  18. 'Feb' => '二月',
  19. 'February' => '二月',
  20. 'From' => '从',
  21. 'Include in Report' => '一并显示',
  22. 'Jan' => '一月',
  23. 'January' => '一月',
  24. 'Jul' => '七月',
  25. 'July' => '七月',
  26. 'Jun' => '六月',
  27. 'June' => '六月',
  28. 'List Transactions' => '列出记录',
  29. 'Mar' => '三月',
  30. 'March' => '三月',
  31. 'May' => '五月',
  32. 'May ' => '五月',
  33. 'Month' => '月份',
  34. 'Nov' => '十一月',
  35. 'November' => '十一月',
  36. 'Oct' => '十月',
  37. 'October' => '十月',
  38. 'Period' => '时期',
  39. 'Project Number' => '方案号码',
  40. 'Quarter' => '季度',
  41. 'R' => '对',
  42. 'Reference' => '参照',
  43. 'Sep' => '九月',
  44. 'September' => '九月',
  45. 'Subtotal' => '小计',
  46. 'To' => '至',
  47. 'Year' => '年份',
  48. };
  49. $self{subs} = {
  50. 'ca_subtotal' => 'ca_subtotal',
  51. 'chart_of_accounts' => 'chart_of_accounts',
  52. 'list' => 'list',
  53. 'list_transactions' => 'list_transactions',
  54. '列出记录' => 'list_transactions',
  55. };
  56. 1;