add some time-worked reporting
[freeside.git] / sql-ledger / locale / tw_utf / rp
1 $self{texts} = {
2   'AP Aging'                    => '應付帳齡分析',
3   'AR Aging'                    => '應收帳齡分析',
4   'Account'                     => '帳戶',
5   'Account Number'              => '帳戶編號',
6   'Accounting Menu'             => '會計選單',
7   'Accounts'                    => '帳戶',
8   'Accrual'                     => '累積',
9   'Address'                     => '地址',
10   'All Accounts'                => '全部帳戶',
11   'Amount'                      => '總計',
12   'Apr'                         => '四月',
13   'April'                       => '四月',
14   'Attachment'                  => '附檔',
15   'Aug'                         => '八月',
16   'August'                      => '八月',
17   'Balance'                     => '餘額',
18   'Balance Sheet'               => '資產負債表',
19   'Bcc'                         => '不顯示抄送',
20   'Cash'                        => '現金',
21   'Cc'                          => '抄送',
22   'Compare to'                  => '對照',
23   'Continue'                    => '繼續',
24   'Copies'                      => '副本',
25   'Credit'                      => '貸方',
26   'Curr'                        => '目前',
27   'Current'                     => '現有',
28   'Current Earnings'            => '現有收益',
29   'Customer'                    => '客戶',
30   'Customer not on file!'       => '客戶未存檔',
31   'Date'                        => '日期',
32   'Debit'                       => '借方',
33   'Dec'                         => '十二月',
34   'December'                    => '十二月',
35   'Decimalplaces'               => '小數的位置',
36   'Department'                  => '部門',
37   'Description'                 => '說明',
38   'Detail'                      => '詳情',
39   'Due Date'                    => '到期日',
40   'E-mail'                      => '電子郵件',
41   'E-mail Statement to'         => '電郵會計賬到',
42   'E-mail address missing!'     => '未指明電子郵件位址!',
43   'Feb'                         => '二月',
44   'February'                    => '二月',
45   'From'                        => '從',
46   'Heading'                     => '標題, ',
47   'ID'                          => '編號',
48   'In-line'                     => '行內',
49   'Include Exchange Rate Difference' => '包含外匯差距',
50   'Include in Report'           => '一併顯示',
51   'Income Statement'            => '損益表',
52   'Invoice'                     => '發票',
53   'Jan'                         => '一月',
54   'January'                     => '一月',
55   'Jul'                         => '七月',
56   'July'                        => '七月',
57   'Jun'                         => '六月',
58   'June'                        => '六月',
59   'Language'                    => '語言',
60   'Mar'                         => '三月',
61   'March'                       => '三月',
62   'May'                         => '五月',
63   'May '                        => '五月',
64   'Memo'                        => '備忘錄',
65   'Message'                     => '訊息',
66   'Method'                      => '方法',
67   'N/A'                         => '不適用',
68   'Non-taxable Purchases'       => '不應課稅的採購',
69   'Non-taxable Sales'           => '不應課稅的銷售',
70   'Nothing selected!'           => '沒有巳選擇',
71   'Nov'                         => '十一月',
72   'November'                    => '十一月',
73   'Number'                      => '編號',
74   'Oct'                         => '十月',
75   'October'                     => '十月',
76   'Order'                       => '訂單',
77   'Payments'                    => '付款',
78   'Postscript'                  => '附言',
79   'Print'                       => '列印',
80   'Project'                     => '方案',
81   'Project Number'              => '方案號碼',
82   'Project Transactions'        => '方案交易',
83   'Project not on file!'        => '方案內無此檔案',
84   'Receipts'                    => '收據',
85   'Report for'                  => '報表來源',
86   'Salesperson'                 => '銷售人員',
87   'Screen'                      => '螢幕',
88   'Select all'                  => '全選',
89   'Select from one of the names below' => '於下列姓名中選擇一個',
90   'Select from one of the projects below' => '於下列方案中選擇一個',
91   'Select postscript or PDF!'   => '於附言或PDF中選一',
92   'Sep'                         => '九月',
93   'September'                   => '九月',
94   'Source'                      => '來源',
95   'Standard'                    => '標準',
96   'Statement'                   => '會計帳',
97   'Statement sent to'           => '送會計帳至',
98   'Statements sent to printer!' => '送會計帳至列印機',
99   'Subject'                     => '標題',
100   'Subtotal'                    => '小計',
101   'Summary'                     => '摘要',
102   'Tax'                         => '稅金',
103   'Tax collected'               => '巳收稅金',
104   'Tax paid'                    => '巳付稅金',
105   'Till'                        => '直到',
106   'To'                          => '至',
107   'Total'                       => '總計',
108   'Trial Balance'               => '試算表',
109   'Vendor'                      => '供應商',
110   'Vendor not on file!'         => '檔案沒有此供應商',
111   'as at'                       => '截至',
112   'for Period'                  => '期間',
113 };
114
115 $self{subs} = {
116   'acc_menu'                    => 'acc_menu',
117   'add_transaction'             => 'add_transaction',
118   'aging'                       => 'aging',
119   'ap_transaction'              => 'ap_transaction',
120   'ar_transaction'              => 'ar_transaction',
121   'check_name'                  => 'check_name',
122   'check_project'               => 'check_project',
123   'continue'                    => 'continue',
124   'display'                     => 'display',
125   'e_mail'                      => 'e_mail',
126   'generate_ap_aging'           => 'generate_ap_aging',
127   'generate_ar_aging'           => 'generate_ar_aging',
128   'generate_balance_sheet'      => 'generate_balance_sheet',
129   'generate_income_statement'   => 'generate_income_statement',
130   'generate_projects'           => 'generate_projects',
131   'generate_tax_report'         => 'generate_tax_report',
132   'generate_trial_balance'      => 'generate_trial_balance',
133   'gl_transaction'              => 'gl_transaction',
134   'list_accounts'               => 'list_accounts',
135   'list_payments'               => 'list_payments',
136   'menubar'                     => 'menubar',
137   'name_selected'               => 'name_selected',
138   'payment_subtotal'            => 'payment_subtotal',
139   'print'                       => 'print',
140   'print_form'                  => 'print_form',
141   'print_options'               => 'print_options',
142   'project_selected'            => 'project_selected',
143   'report'                      => 'report',
144   'sales_invoice_'              => 'sales_invoice_',
145   'section_menu'                => 'section_menu',
146   'select_all'                  => 'select_all',
147   'select_name'                 => 'select_name',
148   'select_project'              => 'select_project',
149   'send_email'                  => 'send_email',
150   'statement_details'           => 'statement_details',
151   'tax_subtotal'                => 'tax_subtotal',
152   'vendor_invoice_'             => 'vendor_invoice_',
153   '繼續'                      => 'continue',
154   '電子郵件'                => 'e_mail',
155   '列印'                      => 'print',
156   '全選'                      => 'select_all',
157 };
158
159 1;