summaryrefslogtreecommitdiff
path: root/locale/cn_utf/gl
blob: 4eea08f0b052e15e686ca6d48b844bf1deb5599f (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'AP Transaction' => '应付记录',
  4. 'AR Transaction' => '应收记录',
  5. 'Account' => '帐户',
  6. 'Accounting Menu' => '会计选单',
  7. 'Add Cash Transfer Transaction' => '新增现金转移帐目',
  8. 'Add General Ledger Transaction' => '新增总帐',
  9. 'Address' => '地址',
  10. 'All' => '全部',
  11. 'Amount' => '总计',
  12. 'Apr' => '四月',
  13. 'April' => '四月',
  14. 'Are you sure you want to delete Transaction' => '您是否确定要删除记录',
  15. 'Asset' => '资产',
  16. 'Aug' => '八月',
  17. 'August' => '八月',
  18. 'Balance' => '余额',
  19. 'Bcc' => '不显示抄送',
  20. 'Cannot delete transaction!' => '不能删除记录',
  21. 'Cannot post transaction for a closed period!' => '不能在已关闭的时段内过帐记录!',
  22. 'Cannot post transaction!' => '不能过帐记录',
  23. 'Cc' => '抄送',
  24. 'Confirm!' => '入帐成功!',
  25. 'Continue' => '继续',
  26. 'Credit' => '贷方',
  27. 'Current' => '现有',
  28. 'Customer not on file!' => '客户未存档',
  29. 'Date' => '日期',
  30. 'Day(s)' => '日',
  31. 'Debit' => '借方',
  32. 'Dec' => '十二月',
  33. 'December' => '十二月',
  34. 'Delete' => '删除',
  35. 'Delete Schedule' => '删除预定',
  36. 'Department' => '部门',
  37. 'Description' => '说明',
  38. 'E-mail' => '电子邮件',
  39. 'E-mail message' => '发送电邮',
  40. 'Edit Cash Transfer Transaction' => '编辑现金转移',
  41. 'Edit General Ledger Transaction' => '编辑总帐',
  42. 'Equity' => '股权',
  43. 'Expense' => '费用',
  44. 'Feb' => '二月',
  45. 'February' => '二月',
  46. 'From' => '从',
  47. 'GL Transaction' => 'GL记录',
  48. 'General Ledger' => '总帐',
  49. 'ID' => '编号',
  50. 'Include in Report' => '一并显示',
  51. 'Income' => '收入',
  52. 'Jan' => '一月',
  53. 'January' => '一月',
  54. 'Jul' => '七月',
  55. 'July' => '七月',
  56. 'Jun' => '六月',
  57. 'June' => '六月',
  58. 'Liability' => '负债',
  59. 'Mar' => '三月',
  60. 'March' => '三月',
  61. 'May' => '五月',
  62. 'May ' => '五月',
  63. 'Memo' => '备忘录',
  64. 'Message' => '讯息',
  65. 'Month' => '月份',
  66. 'Month(s)' => '月',
  67. 'Notes' => '备注',
  68. 'Nov' => '十一月',
  69. 'November' => '十一月',
  70. 'Number' => '编号',
  71. 'Oct' => '十月',
  72. 'October' => '十月',
  73. 'Out of balance transaction!' => '不协调记录',
  74. 'Period' => '时期',
  75. 'Post' => '过帐',
  76. 'Post as new' => '当新的过帐',
  77. 'Print' => '列印',
  78. 'Project' => '方案',
  79. 'Project not on file!' => '方案内无此档案',
  80. 'Quarter' => '季度',
  81. 'R' => '对',
  82. 'Recurring Transaction' => '多次记录',
  83. 'Reference' => '参照',
  84. 'Reports' => '报表',
  85. 'Sales Invoice ' => '销货发票',
  86. 'Save Schedule' => '储存预定',
  87. 'Schedule' => '预定',
  88. 'Select from one of the names below' => '于下列姓名中选择一个',
  89. 'Select from one of the projects below' => '于下列方案中选择一个',
  90. 'Sep' => '九月',
  91. 'September' => '九月',
  92. 'Source' => '来源',
  93. 'Startdate' => '开始日期',
  94. 'Subject' => '标题',
  95. 'Subtotal' => '小计',
  96. 'To' => '至',
  97. 'Transaction Date missing!' => '未指明记录日期!',
  98. 'Transaction deleted!' => '巳删除记录',
  99. 'Transaction posted!' => '巳过帐记录',
  100. 'Update' => '更新',
  101. 'Vendor Invoice ' => '供应商发票',
  102. 'Vendor not on file!' => '档案没有此供应商',
  103. 'Warning!' => '警告',
  104. 'Week(s)' => '周',
  105. 'Year' => '年份',
  106. 'Year(s)' => '年',
  107. 'Yes' => '是',
  108. 'sent' => '巳送出',
  109. 'time(s)' => '次',
  110. };
  111. $self{subs} = {
  112. 'acc_menu' => 'acc_menu',
  113. 'add' => 'add',
  114. 'add_transaction' => 'add_transaction',
  115. 'ap_transaction' => 'ap_transaction',
  116. 'ar_transaction' => 'ar_transaction',
  117. 'check_name' => 'check_name',
  118. 'check_project' => 'check_project',
  119. 'continue' => 'continue',
  120. 'create_links' => 'create_links',
  121. 'delete' => 'delete',
  122. 'delete_schedule' => 'delete_schedule',
  123. 'display' => 'display',
  124. 'display_form' => 'display_form',
  125. 'display_rows' => 'display_rows',
  126. 'edit' => 'edit',
  127. 'form_footer' => 'form_footer',
  128. 'form_header' => 'form_header',
  129. 'generate_report' => 'generate_report',
  130. 'gl_subtotal' => 'gl_subtotal',
  131. 'gl_transaction' => 'gl_transaction',
  132. 'js_menu' => 'js_menu',
  133. 'menubar' => 'menubar',
  134. 'name_selected' => 'name_selected',
  135. 'post' => 'post',
  136. 'post_as_new' => 'post_as_new',
  137. 'print_and_post_as_new' => 'print_and_post_as_new',
  138. 'project_selected' => 'project_selected',
  139. 'rebuild_vc' => 'rebuild_vc',
  140. 'repost' => 'repost',
  141. 'reprint' => 'reprint',
  142. 'sales_invoice_' => 'sales_invoice_',
  143. 'save_schedule' => 'save_schedule',
  144. 'schedule' => 'schedule',
  145. 'search' => 'search',
  146. 'section_menu' => 'section_menu',
  147. 'select_name' => 'select_name',
  148. 'select_project' => 'select_project',
  149. 'update' => 'update',
  150. 'vendor_invoice_' => 'vendor_invoice_',
  151. 'yes' => 'yes',
  152. '应付记录' => 'ap_transaction',
  153. '应收记录' => 'ar_transaction',
  154. '继续' => 'continue',
  155. '删除' => 'delete',
  156. '删除预定' => 'delete_schedule',
  157. 'gl记录' => 'gl_transaction',
  158. '过帐' => 'post',
  159. '当新的过帐' => 'post_as_new',
  160. '销货发票' => 'sales_invoice_',
  161. '储存预定' => 'save_schedule',
  162. '预定' => 'schedule',
  163. '更新' => 'update',
  164. '供应商发票' => 'vendor_invoice_',
  165. '是' => 'yes',
  166. };
  167. 1;