summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/tw/menu
blob: 54a3f071a2e67c01c8343c3de5bbff20519c03e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
$self{texts} = {
  'AP'                          => '應付帳款',
  'AP Aging'                    => '應付帳齡分析',
  'AR'                          => '應收帳款',
  'AR Aging'                    => '應收帳齡分析',
  'Accounting Menu'             => '會計選單',
  'Add Account'                 => '新增科目',
  'Add Assembly'                => '新增商品',
  'Add Customer'                => '新增客戶',
  'Add GIFI'                    => '新增 GIFI',
  'Add Part'                    => '新增原料',
  'Add Project'                 => 'Add Project',
  'Add Service'                 => '新增服務',
  'Add Transaction'             => '新增帳目',
  'Add Vendor'                  => '新增廠商',
  'Assemblies'                  => '商品',
  'Audit Control'               => '稽核控制',
  'Backup'                      => '備份',
  'Balance Sheet'               => '資產負債表',
  'Cash'                        => 'Cash',
  'Chart of Accounts'           => '會計科目表',
  'Check'                       => 'Check',
  'Customers'                   => 'Customers',
  'General Ledger'              => '總帳',
  'Goods & Services'            => '貨物及服務',
  'HTML Templates'              => 'HTML 表單',
  'Income Statement'            => '損益表',
  'Invoice'                     => '發票',
  'LaTeX Templates'             => 'LaTex 模版',
  'List Accounts'               => '列出帳號',
  'List GIFI'                   => '列出 GIFI',
  'Logout'                      => '登出',
  'Order Entry'                 => '下單項目',
  'Packing List'                => '出貨單',
  'Parts'                       => '原料',
  'Payment'                     => '付款方式',
  'Payments'                    => '付款',
  'Preferences'                 => '個人設定',
  'Projects'                    => 'Projects',
  'Purchase Invoice'            => 'Purchase Invoice',
  'Purchase Order'              => '採購單',
  'Purchase Orders'             => '採購單',
  'Receipt'                     => 'Receipt',
  'Receipts'                    => 'Receipts',
  'Reconciliation'              => 'Reconciliation',
  'Reports'                     => '報表',
  'Sales Invoice'               => 'Sales Invoice',
  'Sales Order'                 => '銷貨單',
  'Sales Orders'                => '銷貨單',
  'Save to File'                => '儲存至檔案',
  'Send by E-Mail'              => '以電子郵件寄送',
  'Services'                    => '服務',
  'Statement'                   => 'Statement',
  'Stock Assembly'              => '盤點',
  'Stylesheet'                  => '樣式表',
  'System'                      => '系統',
  'Tax collected'               => 'Tax collected',
  'Tax paid'                    => 'Tax paid',
  'Transactions'                => '帳目',
  'Trial Balance'               => '試算表',
  'Vendors'                     => 'Vendors',
  'Version'                     => '版本',
  'localhost'                   => 'localhost',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'display'                     => 'display',
  'section_menu'                => 'section_menu',
};

1;