add some time-worked reporting
[freeside.git] / sql-ledger / locale / cn_utf / gl
1 $self{texts} = {
2   'AP Transaction'              => '应付交易',
3   'AR Transaction'              => '应收交易',
4   'Account'                     => '帐户',
5   'Accounting Menu'             => '会计选单',
6   'Add Cash Transfer Transaction' => '新增现金转移帐目',
7   'Add General Ledger Transaction' => '新增总帐',
8   'Address'                     => '地址',
9   'All'                         => '全部',
10   'Amount'                      => '总计',
11   'Apr'                         => '四月',
12   'April'                       => '四月',
13   'Are you sure you want to delete Transaction' => '您是否确定要删除交易',
14   'Asset'                       => '资产',
15   'Aug'                         => '八月',
16   'August'                      => '八月',
17   'Balance'                     => '余额',
18   'Cannot delete transaction!'  => '不能删除交易',
19   'Cannot post transaction for a closed period!' => '不能在已关闭的时段内加入交易!',
20   'Cannot post transaction!'    => '不能加入交易',
21   'Confirm!'                    => '入帐成功!',
22   'Continue'                    => '继续',
23   'Contra'                      => '相反',
24   'Credit'                      => '贷方',
25   'Current'                     => '现有',
26   'Customer not on file!'       => '客户未存档',
27   'Date'                        => '日期',
28   'Debit'                       => '借方',
29   'Dec'                         => '十二月',
30   'December'                    => '十二月',
31   'Delete'                      => '删除',
32   'Department'                  => '部门',
33   'Description'                 => '说明',
34   'Edit Cash Transfer Transaction' => '编辑现金转移',
35   'Edit General Ledger Transaction' => '编辑总帐',
36   'Equity'                      => '股权',
37   'Expense'                     => '费用',
38   'Feb'                         => '二月',
39   'February'                    => '二月',
40   'From'                        => '从',
41   'GL Transaction'              => 'GL交易',
42   'General Ledger'              => '总帐',
43   'ID'                          => '编号',
44   'Include in Report'           => '一并显示',
45   'Income'                      => '收入',
46   'Jan'                         => '一月',
47   'January'                     => '一月',
48   'Jul'                         => '七月',
49   'July'                        => '七月',
50   'Jun'                         => '六月',
51   'June'                        => '六月',
52   'Liability'                   => '负债',
53   'Mar'                         => '三月',
54   'March'                       => '三月',
55   'May'                         => '五月',
56   'May '                        => '五月',
57   'Notes'                       => '备注',
58   'Nov'                         => '十一月',
59   'November'                    => '十一月',
60   'Number'                      => '编号',
61   'Oct'                         => '十月',
62   'October'                     => '十月',
63   'Out of balance transaction!' => '不协调交易',
64   'Post'                        => '加入',
65   'Post as new'                 => '当新的加入',
66   'Project'                     => '方案',
67   'Project not on file!'        => '方案内无此档案',
68   'Reference'                   => '参考资料',
69   'Reference missing!'          => '未指明参考资料',
70   'Reports'                     => '报表',
71   'Select from one of the names below' => '于下列姓名中选择一个',
72   'Select from one of the projects below' => '于下列方案中选择一个',
73   'Sep'                         => '九月',
74   'September'                   => '九月',
75   'Source'                      => '来源',
76   'Subtotal'                    => '小计',
77   'To'                          => '至',
78   'Transaction Date missing!'   => '未指明交易日期!',
79   'Transaction deleted!'        => '巳删除交易',
80   'Transaction posted!'         => '巳加入交易',
81   'Update'                      => '更新',
82   'Vendor not on file!'         => '档案没有此供应商',
83   'Warning!'                    => '警告',
84   'Yes'                         => '是',
85 };
86
87 $self{subs} = {
88   'acc_menu'                    => 'acc_menu',
89   'add'                         => 'add',
90   'add_transaction'             => 'add_transaction',
91   'ap_transaction'              => 'ap_transaction',
92   'ar_transaction'              => 'ar_transaction',
93   'check_name'                  => 'check_name',
94   'check_project'               => 'check_project',
95   'continue'                    => 'continue',
96   'delete'                      => 'delete',
97   'display'                     => 'display',
98   'display_form'                => 'display_form',
99   'display_rows'                => 'display_rows',
100   'edit'                        => 'edit',
101   'form_footer'                 => 'form_footer',
102   'form_header'                 => 'form_header',
103   'generate_report'             => 'generate_report',
104   'gl_subtotal'                 => 'gl_subtotal',
105   'gl_transaction'              => 'gl_transaction',
106   'menubar'                     => 'menubar',
107   'name_selected'               => 'name_selected',
108   'post'                        => 'post',
109   'post_adjustment'             => 'post_adjustment',
110   'post_as_new'                 => 'post_as_new',
111   'project_selected'            => 'project_selected',
112   'sales_invoice_'              => 'sales_invoice_',
113   'search'                      => 'search',
114   'section_menu'                => 'section_menu',
115   'select_name'                 => 'select_name',
116   'select_project'              => 'select_project',
117   'update'                      => 'update',
118   'vendor_invoice_'             => 'vendor_invoice_',
119   'yes'                         => 'yes',
120   '应付交易'                => 'ap_transaction',
121   '应收交易'                => 'ar_transaction',
122   '继续'                      => 'continue',
123   '删除'                      => 'delete',
124   'gl交易'                    => 'gl_transaction',
125   '加入'                      => 'post',
126   '当新的加入'             => 'post_as_new',
127   'sales_invoice_'              => 'sales_invoice_',
128   '更新'                      => 'update',
129   'vendor_invoice_'             => 'vendor_invoice_',
130   '是'                         => 'yes',
131 };
132
133 1;