blob: f461e89e06141ffd5d84cf642fab3867bfe67080 [file] [log] [blame]
Pratik Vyas62ab1262015-02-20 15:20:37 +05301apps/erpnext/erpnext/accounts/doctype/account/account.js +27,This is a root account and cannot be edited.,這是一個root帳戶,不能被編輯。
2apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,科目表
3apps/erpnext/erpnext/accounts/doctype/account/account.js +54,Convert to Ledger,轉換到總帳
4apps/erpnext/erpnext/accounts/doctype/account/account.js +57,View Ledger,查看總帳
5apps/erpnext/erpnext/accounts/doctype/account/account.js +67,Convert to Group,轉換為集團
6apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,請從科目表創建新帳戶。
7apps/erpnext/erpnext/accounts/doctype/account/account.py +105,Report Type is mandatory,報告類型是強制性的
8apps/erpnext/erpnext/accounts/doctype/account/account.py +108,Root Type is mandatory,root類型是強制性的
9apps/erpnext/erpnext/accounts/doctype/account/account.py +116,Warehouse is mandatory if account type is Warehouse,
10apps/erpnext/erpnext/accounts/doctype/account/account.py +127,"Stock entries exist against warehouse {0}, hence you cannot re-assign or modify Warehouse",
11apps/erpnext/erpnext/accounts/doctype/account/account.py +141,Root account can not be deleted,root帳號不能被刪除
12apps/erpnext/erpnext/accounts/doctype/account/account.py +144,Account with existing transaction can not be deleted,帳戶與現有的交易不能被刪除
13apps/erpnext/erpnext/accounts/doctype/account/account.py +146,Child account exists for this account. You can not delete this account.,此帳戶存在子帳戶。您無法刪除此帳戶。
14apps/erpnext/erpnext/accounts/doctype/account/account.py +160,Account {0} does not exist,帳戶{0}不存在
15apps/erpnext/erpnext/accounts/doctype/account/account.py +166,"Merging is only possible if following properties are same in both records. Group or Ledger, Root Type, Company",合併是唯一可能的,如果下面的屬性是相同的兩個記錄。
16apps/erpnext/erpnext/accounts/doctype/account/account.py +37,Account {0}: Parent account {1} does not exist,帳戶{0}:父帳戶{1}不存在
17apps/erpnext/erpnext/accounts/doctype/account/account.py +39,Account {0}: You can not assign itself as parent account,帳戶{0}:你不能指定自己為父帳戶
18apps/erpnext/erpnext/accounts/doctype/account/account.py +41,Account {0}: Parent account {1} can not be a ledger,帳戶{0}:父帳戶{1}不能是總賬
19apps/erpnext/erpnext/accounts/doctype/account/account.py +43,Account {0}: Parent account {1} does not belong to company: {2},帳戶{0}:父帳戶{1}不屬於公司:{2}
20apps/erpnext/erpnext/accounts/doctype/account/account.py +55,Root cannot be edited.,root不能被編輯。
21apps/erpnext/erpnext/accounts/doctype/account/account.py +63,You are not authorized to set Frozen value,您無權設定值凍結
22apps/erpnext/erpnext/accounts/doctype/account/account.py +71,"Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit'",帳戶餘額已歸為Debit帳戶,不允許設為信用帳戶
23apps/erpnext/erpnext/accounts/doctype/account/account.py +73,"Account balance already in Credit, you are not allowed to set 'Balance Must Be' as 'Debit'",帳戶餘額已歸為信用帳戶,不允許設為Debit帳戶
24apps/erpnext/erpnext/accounts/doctype/account/account.py +77,Account with child nodes cannot be converted to ledger,賬戶與子節點不能轉換到總賬
25apps/erpnext/erpnext/accounts/doctype/account/account.py +79,Account with existing transaction cannot be converted to ledger,帳戶與現有的交易不能被轉換為總賬
26apps/erpnext/erpnext/accounts/doctype/account/account.py +87,Account with existing transaction can not be converted to group.,帳戶與現有的交易不能被轉換到群組。
27apps/erpnext/erpnext/accounts/doctype/account/account.py +89,Cannot covert to Group because Account Type is selected.,
28apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +10,Accounts Receivable,應收帳款
29apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +100,Miscellaneous Expenses,雜項開支
30apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +103,Office Maintenance Expenses,Office維護費用
31apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +106,Office Rent,辦公室租金
32apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +109,Postal Expenses,郵政費用
33apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +11,Debtors,
34apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +112,Print and Stationary,印刷和文具
35apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +115,Rounded Off,四捨五入
36apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +118,Salary,薪水
37apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +121,Sales Expenses,銷售費用
38apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +124,Telephone Expenses,電話費
39apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +127,Travel Expenses,差旅費
40apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +130,Utility Expenses,公用事業費用
41apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +137,Income,收入
42apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +138,Direct Income,直接收入
43apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +139,Sales,銷售
44apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +142,Service,服務
45apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +147,Indirect Income,間接收入
46apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +15,Bank Accounts,銀行賬戶
47apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +153,Source of Funds (Liabilities),資金來源(負債)
48apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +154,Capital Account,資本帳
49apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +155,Reserves and Surplus,儲備及盈餘
50apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +156,Shareholders Funds,股東資金
51apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +158,Current Liabilities,流動負債
52apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +159,Accounts Payable,應付帳款
53apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +160,Creditors,
54apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +164,Stock Liabilities,現貨負債
55apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +165,Stock Received But Not Billed,庫存接收,但不付款
56apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +169,Duties and Taxes,關稅和稅款
57apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +173,Loans (Liabilities),借款(負債)
58apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +174,Secured Loans,抵押貸款
59apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +175,Unsecured Loans,無抵押貸款
60apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +176,Bank Overdraft Account,銀行透支戶口
61apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +179,Temporary Accounts (Liabilities),臨時賬戶(負債)
62apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +180,Temporary Liabilities,臨時負債
63apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +19,Cash In Hand,手頭現金
64apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +20,Cash,現金
65apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +25,Loans and Advances (Assets),貸款及墊款(資產)
66apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +26,Securities and Deposits,證券及存款
67apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +27,Earnest Money,保證金
68apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +29,Stock Assets,庫存資產
69apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +33,Tax Assets,所得稅資產
70apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +37,Fixed Assets,固定資產
71apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +38,Capital Equipments,資本設備
72apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +41,Computers,電腦
73apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +44,Furniture and Fixture,家具及固定裝置
74apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +47,Office Equipments,辦公設備
75apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +50,Plant and Machinery,廠房及機器
76apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +54,Investments,投資
77apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +57,Temporary Accounts (Assets),臨時賬戶(資產)
78apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +58,Temporary Assets,臨時資產
79apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +62,Expenses,開支
80apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +63,Direct Expenses,直接費用
81apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +64,Stock Expenses,庫存費用
82apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +65,Cost of Goods Sold,銷貨成本
83apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +68,Expenses Included In Valuation,支出計入估值
84apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +71,Stock Adjustment,庫存調整
85apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +78,Indirect Expenses,間接費用
86apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +79,Administrative Expenses,行政開支
87apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +8,Application of Funds (Assets),基金中的應用(資產)
88apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +82,Commission on Sales,銷售佣金
89apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +85,Depreciation,折舊
90apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +88,Entertainment Expenses,娛樂費用
91apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +9,Current Assets,流動資產
92apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +91,Freight and Forwarding Charges,貨運代理費
93apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +94,Legal Expenses,法律費用
94apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/standard_chart_of_accounts.py +97,Marketing Expenses,市場推廣開支
95apps/erpnext/erpnext/accounts/doctype/accounts_settings/accounts_settings.py +25,Company is missing in warehouses {0},公司在倉庫缺少{0}
96apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.js +6,Update clearance date of Journal Entries marked as 'Bank Vouchers',你不能同時輸入送貨單號及銷售發票編號請輸入任何一個。
97apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +51,Clearance date cannot be before check date in row {0},清拆日期不能行檢查日期前{0}
98apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +61,Clearance Date not mentioned,清拆日期未提及
99apps/erpnext/erpnext/accounts/doctype/budget_distribution/budget_distribution.py +25,Percentage Allocation should be equal to 100%,百分比分配總和應該等於100%
100apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54,Please enter atleast 1 invoice in the table,請在表中輸入至少一筆發票
101apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +46,Note: This Cost Center is a Group. Cannot make accounting entries against groups.,注:該成本中心是一個集團。不能讓反對團體的會計分錄。
102apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +54,Chart of Cost Centers,成本中心的圖
103apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +60,Please enter company name first,請先輸入公司名稱
104apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +20,Please select Group or Ledger value,請選擇集團或Ledger值
105apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +23,Please enter parent cost center,請輸入父成本中心
106apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +25,Root cannot have a parent cost center,root不能有一個父成本中心
107apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +29,Cannot convert Cost Center to ledger as it has child nodes,不能成本中心轉換為總賬,因為它有子節點
108apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +31,Cost Center with existing transactions can not be converted to ledger,與現有的交易成本中心,不能轉換為總賬
109apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +39,Cost Center with existing transactions can not be converted to group,與現有的交易成本中心,不能轉化為組
110apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +56,Budget cannot be set for Group Cost Centers,預算不能為集團成本中心設置
111apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +59,Account {0} has been entered more than once for fiscal year {1},帳戶{0}已多次輸入會計年度{1}
112apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +17,Set as Default,設置為默認
113apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'",要設置這個財政年度為默認值,點擊“設為默認”
114apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +21,{0} is now the default Fiscal Year. Please refresh your browser for the change to take effect.,{0}現在是默認的財政年度。請刷新您的瀏覽器,以使更改生效。
115apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +29,Cannot change Fiscal Year Start Date and Fiscal Year End Date once the Fiscal Year is saved.,不能更改財政年度開始日期和財政年度結束日期,一旦會計年度被保存。
116apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +34,Fiscal Year Start Date should not be greater than Fiscal Year End Date,會計年度開始日期應不大於財政年度結束日期
117apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +37,Fiscal Year Start Date and Fiscal Year End Date cannot be more than a year apart.,會計年度開始日期和財政年度結束日期不能超過相隔一年。
118apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +46,Fiscal Year Start Date and Fiscal Year End Date are already set in Fiscal Year {0},會計年度開始日期和財政年度結束日期已經在財政年度設置{0}
119apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +101,Balance for Account {0} must always be {1},帳戶{0}的餘額必須始終為{1}
120apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +114,You are not authorized to add or update entries before {0},你無權之前添加或更新條目{0}
121apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +134,Against Journal Voucher {0} is already adjusted against some other voucher,
122apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +143,Outstanding for {0} cannot be less than zero ({1}),傑出的{0}不能小於零( {1} )
123apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +157,Account {0} is frozen,帳戶{0}被凍結
124apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +159,Not authorized to edit frozen Account {0},無權修改凍結帳戶{0}
125apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +37,{0} is required,{0}是必需的
126apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +41,Party Type and Party is required for Receivable / Payable account {0},
127apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +45,Either debit or credit amount is required for {0},無論是借方或貸方金額是必需的{0}
128apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +50,Cost Center is required for 'Profit and Loss' account {0},成本中心是必需的“損益”賬戶{0}
129apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +61,'Profit and Loss' type account {0} not allowed in Opening Entry,“損益”賬戶類型{0}不開放允許入境
130apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +70,Account {0} cannot be a Group,帳戶{0}不能為集團
131apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +73,Account {0} is inactive,帳戶{0}為未啟用
132apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +76,Account {0} does not belong to Company {1},帳戶{0}不屬於公司{1}
133apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +90,Cost Center {0} does not belong to Company {1},成本中心{0}不屬於公司{1}
134apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.js +219,Journal Voucher,期刊券
135apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.js +86,Cr,
136apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.js +86,Dr,
137apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +103,Reference No & Reference Date is required for {0},參考號與參考日期須為{0}
138apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +107,Reference No is mandatory if you entered Reference Date,如果你輸入的參考日期,參考編號是強制性的
139apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +115,Row {0}: Please check 'Is Advance' against Account {1} if this is an advance entry.,
140apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +117,Row {0}: Payment against Sales/Purchase Order should always be marked as advance,
141apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +124,"For {0}, only credit entries can be linked against another debit entry",
142apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +127,"For {0}, only debit entries can be linked against another credit entry",
143apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +131,You can not enter current voucher in 'Against Journal Voucher' column,“反對日記帳憑證”列中您不能輸入電流券
144apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +139,Journal Voucher {0} does not have account {1} or already matched against other voucher,
145apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +148,Against Journal Voucher {0} does not have any unmatched {1} entry,對日記帳憑證{0}沒有任何無可比擬{1}項目
146apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +180,Row {0}: Debit entry can not be linked with a {1},
147apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +183,Row {0}: Credit entry can not be linked with a {1},
148apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +190,"Row {0}: Party / Account does not match with \
149 Customer / Debit To in {1}",
150apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +197,Row {0}: {1} {2} does not match with {3},
151apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +210,{0} {1} is not submitted,{0} {1}未提交
152apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +213,"Payment against {0} {1} cannot be greater \
153 than Outstanding Amount {2}",
154apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +225,{0} {1} is fully billed,
155apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +228,{0} {1} is stopped,
156apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +231,"Advance paid against {0} {1} cannot be greater \
157 than Grand Total {2}",
158apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +249,You cannot credit and debit same account at the same time,你無法信用卡和借記同一賬戶在同一時間
159apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +258,Total Debit must be equal to Total Credit. The difference is {0},總借記必須等於總積分。
160apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +265,Reference #{0} dated {1},參考# {0}於{1}
161apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +267,Please enter Reference date,參考日期請輸入
162apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +273,{0} against Sales Invoice {1},
163apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +278,{0} against Sales Order {1},
164apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +286,{0} against Bill {1} dated {2},
165apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +291,{0} against Purchase Order {1},
166apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +295,Note: {0},注: {0}
167apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +308,Aging Date is mandatory for opening entry,老化時間是強制性的打開進入
168apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +360,'Entries' cannot be empty,“參賽作品”不能為空
169apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +71,Row{0}: Party Type and Party is required for Receivable / Payable account {1},
170apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +73,Row{0}: Party Type and Party is only applicable against Receivable / Payable account,
171apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher.py +97,Note: Reference Date exceeds allowed credit days by {0} days for {1} {2},
172apps/erpnext/erpnext/accounts/doctype/journal_voucher/journal_voucher_list.html +13,Draft,草稿
173apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +20,Please select Company and Party Type first,
174apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +35,Please select Company first,
175apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +161,Successfully Reconciled,不甘心成功
176apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +167,Please select {0} first,請先選擇{0}
177apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +172,No records found in the Invoice table,沒有在發票表中找到記錄
178apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +175,No records found in the Payment table,沒有在支付表中找到記錄
179apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +187,{0}: {1} not found in Invoice Details table,{0}:{1}不是在發票明細表中找到
180apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +191,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},
181apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +195,Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2},
182apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +199,"Please select Allocated Amount, Invoice Type and Invoice Number in atleast one row",
183apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +121,"Against Voucher Type must be one of Sales Order, Sales Invoice or Journal Voucher",
184apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +127,"Against Voucher Type must be one of Purchase Order, Purchase Invoice or Journal Voucher",
185apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +168,Row {0}: Payment amount can not be negative,
186apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +170,Row {0}: Payment Amount cannot be greater than Outstanding Amount,
187apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +9,"Note: If payment is not made against any reference, make Journal Voucher manually.",
188apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +30,Please enter Payment Amount in atleast one row,
189apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +34,Row {0}: {1} is not a valid {2},
190apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +61,No permission to use Payment Tool,
191apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +70,Please enter the Against Vouchers manually,
192apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +25,Closing Account {0} must be of type 'Liability',關閉帳戶{0}必須是類型'責任'
193apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +35,Another Period Closing Entry {0} has been made after {1},另一個期末錄入{0}作出後{1}
194apps/erpnext/erpnext/accounts/doctype/pos_setting/pos_setting.py +23,POS Setting {0} already created for user: {1} and company {2},POS機設置{0}已創建:{2}公司{1}
195apps/erpnext/erpnext/accounts/doctype/pos_setting/pos_setting.py +26,Global POS Setting {0} already created for company {1},全球POS設置{0}已為公司{1}創造了
196apps/erpnext/erpnext/accounts/doctype/pos_setting/pos_setting.py +32,Expense Account is mandatory,費用帳戶是必需的
197apps/erpnext/erpnext/accounts/doctype/pos_setting/pos_setting.py +43,{0} does not belong to Company {1},{0}不屬於公司{1}
198apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +12,"Pricing Rule is made to overwrite Price List / define discount percentage, based on some criteria.",定價規則是由覆蓋價格表/定義折扣百分比,基於某些條件。
199apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +15,"If selected Pricing Rule is made for 'Price', it will overwrite Price List. Pricing Rule price is the final price, so no further discount should be applied. Hence, in transactions like Sales Order, Purchase Order etc, it will be fetched in 'Rate' field, rather than 'Price List Rate' field.",如果選擇的定價規則是為'價格',它將覆蓋價目表。定價規則價格是最終價格,所以沒有進一步的折扣應適用。因此,在像銷售訂單,採購訂單等交易,這將是在“匯率”字段提取,而不是'價格單率“字段。
200apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +18,Discount Percentage can be applied either against a Price List or for all Price List.,折扣百分比可以應用於單一價目表或所有價目表。
201apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +21,"To not apply Pricing Rule in a particular transaction, all applicable Pricing Rules should be disabled.",要在一個特定的交易不適用於定價規則,所有適用的定價規則應該被禁用。
202apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27,How Pricing Rule is applied?,定價規則被如何應用?
203apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +31,"Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand.",定價規則是第一選擇是基於“應用在”字段,可以是項目,項目組或品牌。
204apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.",然後定價規則將被過濾掉基於客戶,客戶組,領地,供應商,供應商類型,活動,銷售合作夥伴等。
205apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +37,Pricing Rules are further filtered based on quantity.,定價規則進一步過濾基於數量。
206apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +40,"If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.",如果根據上述條件發現兩個或更多個定價規則,優先級被應用。優先級是一個介於0到20,而默認值為零(空白)。數字越大,意味著它將優先,如果有與相同條件下的多個定價規則。
207apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +43,"Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:",即使有更高優先級的多個定價規則,然後按照內部優先級應用:
208apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +46,Item Code > Item Group > Brand,產品編號>項目組>品牌
209apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,客戶>客戶群>領地
210apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +52,Supplier > Supplier Type,供應商>供應商類型
211apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +57,"If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict.",如果有多個定價規則繼續盛行,用戶被要求手動設置優先級來解決衝突。
212apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +8,Notes,筆記
213apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +135,Item Group not mentioned in item master for item {0},在主項未提及的項目項目組{0}
214apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +237,"Multiple Price Rule exists with same criteria, please resolve \
215 conflict by assigning priority. Price Rules: {0}",
216apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +33,Atleast one of the Selling or Buying must be selected,至少需選擇銷售或購買
217apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +37,"Selling must be checked, if Applicable For is selected as {0}",銷售必須進行檢查,如果適用於被選擇為{0}
218apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +41,"Buying must be checked, if Applicable For is selected as {0}",求購必須進行檢查,如果適用於被選擇為{0}
219apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +46,Min Qty can not be greater than Max Qty,最小數量不能大於最大數量
220apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0}不能為負
221apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,{0}允許的最大折扣:{1}%
222apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +238,Purchase Invoice,採購發票
223apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +30,Make Payment Entry,使付款輸入
224apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +47,From Purchase Order,從採購訂單
225apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +62,From Purchase Receipt,從採購入庫單
226apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +107,Purchase Order {0} is 'Stopped',採購訂單{0}是「停止」的
227apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +152,Ageing date is mandatory for opening entry,賬齡日期是強制性的打開進入
228apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +174,Expense account is mandatory for item {0},交際費是強制性的項目{0}
229apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +186,Purchse Order number required for Item {0},項目{0}需要採購訂單號
230apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +192,Purchase Receipt number required for Item {0},物品{0}所需交易收據號碼
231apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +196,Please enter Write Off Account,請輸入核銷帳戶
232apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +203,Purchase Order {0} is not submitted,採購訂單{0}未提交
233apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +207,Purchase Receipt {0} is not submitted,外購入庫單{0}未提交
234apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +296,Cost Center is required in row {0} in Taxes table for type {1},成本中心是必需的行{0}稅表型{1}
235apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +64,Against Supplier Invoice {0} dated {1},
236apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +66,No Remarks,
237apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +84,Item {0} is not Purchase Item,項目{0}不購買產品
238apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +89,Please enter default currency in Company Master,請在公司主輸入默認貨幣
239apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +91,Conversion rate cannot be 0 or 1,轉化率不能為0或1
240apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +96,Credit To account must be a liability account,
241apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +98,Credit To account must be a Payable account,
242apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.html +14,Overdue: ,
243apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.html +19,Payment Pending,
244apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.html +27,Paid,
245apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.html +37,Outstanding Amount,未償還的金額
246apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +102,Cannot select charge type as 'On Previous Row Amount' or 'On Previous Row Total' for valuation. You can select only 'Total' option for previous row amount or previous row total,不能選擇充電式為'在上一行量'或'在上一行總計估值。你只能選擇“總計”選項前一行量或上一行總
247apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +119,Please select charge type first,請選擇充電式第一
248apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +123,Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total',可以參考的行只有在充電類型是“在上一行量'或'前行總計”
249apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +128,Cannot refer row number greater than or equal to current row number for this Charge type,不能引用的行號大於或等於當前行號碼提供給充電式
250apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +159,Please select Charge Type first,請先選擇付款類別
251apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +174,"Cannot directly set amount. For 'Actual' charge type, use the rate field",不能直接設置金額。對於“實際”充電式,用速度場
252apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +81,Please select Category first,請先選擇分類
253apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +85,Cannot deduct when category is for 'Valuation' or 'Valuation and Total',不能抵扣當類別為“估值”或“估值及總'
254apps/erpnext/erpnext/accounts/doctype/purchase_taxes_and_charges_master/purchase_taxes_and_charges_master.js +98,Cannot select charge type as 'On Previous Row Amount' or 'On Previous Row Total' for first row,不能選擇充電式為'在上一行量'或'在上一行總'的第一行
255apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +22,Item,項目
256apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +277,Please select {0} first.,請先選擇{0}。
257apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +38,Net Total,總淨值
258apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +400,Stock: ,
259apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +414,Projected Qty,預計數量
260apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +47,Taxes,稅
261apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +536,Invalid Barcode,無效的條碼
262apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +577,Payment cannot be made for empty cart,無法由空的購物車產生款項
263apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +58,Discount Amount,折扣金額
264apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +583,Please add to Modes of Payment from Setup.,請從安裝程序添加到收支模式。
265apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +70,Grand Total,累計
266apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +79,Amount Paid,已支付的款項
267apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +91,Make Payment,進行付款
268apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.js +95,Del,Del
269apps/erpnext/erpnext/accounts/doctype/sales_invoice/pos.py +48,Invalid Barcode or Serial No,無效的條碼或序列號
270apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +111,From Delivery Note,從送貨單
271apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +139,Please specify Company to proceed,請註明公司以處理
272apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +66,Send SMS,發送短信
273apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +77,Make Delivery,使交貨
274apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +94,From Sales Order,從銷售訂單
275apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +166,Time Log Batch {0} must be 'Submitted',時間日誌批量{0}必須是'提交'
276apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +246,Debit To account must be a liability account,
277apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +248,Debit To account must be a Receivable account,
278apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +258,Account {0} must be of type 'Fixed Asset' as Item {1} is an Asset Item,帳戶{0}的類型必須為“固定資產”作為項目{1}是一個資產項目
279apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +294,Ageing Date is mandatory for opening entry,賬齡日期是強制性的打開進入
280apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +317,{0} is mandatory for Item {1},{0}是強制性的項目{1}
281apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +327,Customer {0} does not belong to project {1},客戶{0}不屬於項目{1}
282apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +331,Cash or Bank Account is mandatory for making payment entry,現金或銀行帳戶是強制性的付款項
283apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +335,Paid amount + Write Off Amount can not be greater than Grand Total,支付的金額+寫的抵銷金額不能大於總計
284apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +341,Item Code required at Row No {0},於列{0}需要產品編號
285apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +346,Stock cannot be updated against Delivery Note {0},股票不能對送貨單更新的{0}
286apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +365,Please remove this Invoice {0} from C-Form {1},
287apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +392,POS Setting required to make POS Entry,使POS機輸入所需設置POS機
288apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +419,Note: Payment Entry will not be created since 'Cash or Bank Account' was not specified,注:付款項將不會被創建因為“現金或銀行帳戶”未指定
289apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +429,Sales Order {0} is not submitted,銷售訂單{0}未提交
290apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +435,Delivery Note {0} is not submitted,送貨單{0}未提交
291apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +585,Please set default Cash or Bank account in Mode of Payment {0},請設置付款方式{0}默認的現金或銀行賬戶
292apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +38,From value must be less than to value in row {0},來源值必須小於列{0}的值
293apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +42,"There can only be one Shipping Rule Condition with 0 or blank value for ""To Value""",只能有一個運輸規則條件為0或空值“ To值”
294apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +75,Overlapping conditions found between:,存在重疊的條件:
295apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +79,and,和
296apps/erpnext/erpnext/accounts/general_ledger.py +100,Account: {0} can only be updated via Stock Transactions,
297apps/erpnext/erpnext/accounts/general_ledger.py +21,Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction.,不正確的數字總帳條目中找到。你可能會在交易中選擇了錯誤的帳戶。
298apps/erpnext/erpnext/accounts/general_ledger.py +91,Debit and Credit not equal for this voucher. Difference is {0}.,借記和信用為這個券不相等。不同的是{0} 。
299apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +118,Open,開
300apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +126,Add Child,添加子項目
301apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +154,Rename,重命名
302apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +163,Delete,刪除
303apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +185,New Account,新帳號
304apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +187,New Account Name,新帳號名稱
305apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +188,"Name of new Account. Note: Please don't create accounts for Customers and Suppliers, they are created automatically from the Customer and Supplier master",新帳戶的名稱。注:請不要創建帳戶客戶和供應商,它們會自動從客戶和供應商創造大師
306apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +189,Group or Ledger,集團或Ledger
307apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +190,"Further accounts can be made under Groups, but entries can be made against Ledger",進一步帳戶可以根據組進行,但項目可以對總帳進行
308apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +191,Account Type,賬戶類型
309apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +195,Optional. This setting will be used to filter in various transactions.,可選。此設置將被應用於過濾各種交易進行。
310apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +196,Tax Rate,稅率
311apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +197,Create New,創建新
312apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23,Quick Help,快速幫助
313apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +25,"To add child nodes, explore tree and click on the node under which you want to add more nodes.",要添加子節點,探索樹,然後單擊要在其中添加更多節點的節點上。
314apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +262,New Cost Center,新的成本中心
315apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +264,New Cost Center Name,新的成本中心名稱
316apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +266,Further accounts can be made under Groups but entries can be made against Ledger,進一步帳戶可以根據組進行,但項目可以對總帳進行
317apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +27,"Accounting Entries can be made against leaf nodes, called",會計分錄可以對葉節點進行,稱為
318apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +28,Entries against ,Entries against
319apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +28,Ledgers,總帳
320apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +29,Groups,組
321apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +29,are not allowed.,是不允許的
322apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31,Please do NOT create Account (Ledgers) for Customers and Suppliers. They are created directly from the Customer / Supplier masters.,請不要用於客戶及供應商建立的帳戶(總帳)。他們直接從客戶/供應商創造的主人。
323apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +33,To create a Bank Account,要創建一個銀行帳戶
324apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +34,"Go to the appropriate group (usually Application of Funds > Current Assets > Bank Accounts and create a new Account Ledger (by clicking on Add Child) of type ""Bank""",轉至相應的組(通常基金中的應用>流動資產>銀行帳戶,並創建類型的新帳戶分類帳(點擊添加子), “銀行”
325apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +37,To create a Tax Account,要創建一個納稅帳戶
326apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +38,"Go to the appropriate group (usually Source of Funds > Current Liabilities > Taxes and Duties and create a new Account Ledger (by clicking on Add Child) of type ""Tax"" and do mention the Tax rate.",轉至相應的組(通常資金來源>流動負債>稅和關稅,並創建一個新的帳戶分類帳類型“稅” (點擊添加子),並且還提到了稅率。
327apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +41,Please setup your chart of accounts before you start Accounting Entries,請設置您的會計科目表你開始會計分錄前
328apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +44,New Company,新公司
329apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +48,Refresh,刷新
330apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +20,PL or BS,PL或BS
331apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +21,Profit and Loss,損益
332apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +22,Balance Sheet,資產負債表
333apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +35,Company,公司
334apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +36,Select Company...,選擇公司...
335apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +41,Fiscal Year,財政年度
336apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +42,Select Fiscal Year...,選擇會計年度...
337apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +43,From Date,從日期
338apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +44,To,至
339apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +45,To Date,至今
340apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +46,Range,範圍
341apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +47,Daily,每日
342apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +47,Weekly,每週
343apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +48,Quarterly,每季
344apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +49,Yearly,每年
345apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +51,Reset Filters,重設過濾器
346apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +55,Plot,情節
347apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +57,Account,帳戶
348apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +59,Opening (Dr),開啟(Dr)
349apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +61,Opening (Cr),開啟(Cr )
350apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +9,Financial Analytics,財務分析
351apps/erpnext/erpnext/accounts/page/pos/pos.js +12,Please setup your POS Preferences,
352apps/erpnext/erpnext/accounts/page/pos/pos.js +14,Make new POS Setting,
353apps/erpnext/erpnext/accounts/page/pos/pos.js +15,Start,開始
354apps/erpnext/erpnext/accounts/page/pos/pos.js +23,Billing (Sales Invoice),
355apps/erpnext/erpnext/accounts/page/pos/pos.js +4,Start POS,
356apps/erpnext/erpnext/accounts/page/pos/pos.js +9,Select type of transaction,
357apps/erpnext/erpnext/accounts/party.py +132,Please select company first.,請先選擇公司。
358apps/erpnext/erpnext/accounts/party.py +176,Due Date cannot be before Posting Date,到期日不能在寄發日期之前
359apps/erpnext/erpnext/accounts/party.py +182,Note: Due / Reference Date exceeds allowed customer credit days by {0} day(s),
360apps/erpnext/erpnext/accounts/party.py +186,Due / Reference Date cannot be after {0},
361apps/erpnext/erpnext/accounts/party.py +27,Not permitted,不允許
362apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +15,Supplier,供應商
363apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21,Date,日期
364apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +27,Ageing Based On,老齡化基於
365apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +37,Ageing Range 1,
366apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +44,Ageing Range 2,
367apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +51,Ageing Range 3,
368apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +17,Ref,參考
369apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +18,Party,黨
370apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +19,Invoiced Amount,
371apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +20,Paid Amount,支付的金額
372apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +24,Total Invoiced Amount,發票總金額
373apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +25,Total Paid Amount,
374apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +26,Total Outstanding Amount,
375apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +34,Posting Date,發布日期
376apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +36,Voucher Type,憑證類型
377apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +37,Voucher No,無憑證
378apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +38,Customer,客戶
379apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +40,Territory,領土
380apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +42,Supplier Type,供應商類型
381apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +44,Remarks,備註
382apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +68,Total Invoiced Amt,
383apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +69,Total Paid Amt,
384apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +70,Total Outstanding Amt,
385apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +8,Until,
386apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +28,Due Date,到期日
387apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +31,Bill Date,帳單日期
388apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +31,Bill No,帳單號碼
389apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +34,Age,
390apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +38,-Above,
391apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +32,Provisional Profit / Loss (Credit),臨時溢利/(虧損)(信用)
392apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.js +21,Bank Account,銀行帳戶
393apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +18,Against Account,針對帳戶
394apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +18,Clearance Date,清拆日期
395apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +19,Credit,信用
396apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +19,Debit,借方
397apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +25,Please select Bank Account,請選擇銀行帳戶
398apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +12,Reference,參考
399apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +23,Against,針對
400apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +26,Ref Date,
401apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +27,Reference Date,參考日期
402apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +4,Bank Reconciliation Statement,銀行對帳表
403apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +39,System Balance,
404apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +41,Amounts not reflected in bank,
405apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +42,Amounts not reflected in system,
406apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +44,Expected balance as per bank,
407apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.js +15,Period,期間
408apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +45,Please specify,請註明
409apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +48,Cost Center,成本中心
410apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Actual,實際
411apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Target,目標
412apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,
413apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +61,Total Actual,
414apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +61,Total Target,
415apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62,Total Variance,
416apps/erpnext/erpnext/accounts/report/financial_statements.html +3,Too many columns. Export the report and print it using a spreadsheet application.,太多的列。導出報表,並使用電子表格應用程序進行打印。
417apps/erpnext/erpnext/accounts/report/financial_statements.py +149,Total ({0}),總計({0})
418apps/erpnext/erpnext/accounts/report/financial_statements.py +16,Fiscal Year {0} not found.,
419apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +4,Statement of Account,帳戶狀態
420apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +8,to,至
421apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +55,Group by Voucher,集團透過券
422apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +61,Group by Account,已帳戶群組
423apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +24,Account {0} does not exists,
424apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +28,"Can not filter based on Account, if grouped by Account",7 。總計:累積總數達到了這一點。
425apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +31,"Can not filter based on Voucher No, if grouped by Voucher",是冷凍的帳戶。要禁止該帳戶創建/編輯事務,你需要角色
426apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +34,From Date must be before To Date,起始日期必須早於終點日期
427apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +70,Account {0} is not valid,帳戶{0}未驗證
428apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.js +27,Group By,
429apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +53,Sales Invoice,銷售發票
430apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +55,Posting Time,發布時間
431apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +56,Item Code,產品編號
432apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +57,Item Name,項目名稱
433apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +58,Item Group,項目組
434apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +59,Brand,牌
435apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +60,Description,描述
436apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +61,Warehouse,倉庫
437apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +62,Qty,數量
438apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +63,Avg. Selling Rate,
439apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +64,Avg. Buying Rate,
440apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +65,Selling Amount,
441apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +66,Buying Amount,客戶買入金額
442apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +67,Gross Profit,毛利
443apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +68,Gross Profit %,
444apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +69,Project,專案
445apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70,Sales person,
446apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +71,Allocated Amount,分配金額
447apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +73,Customer Group,集團客戶
448apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +45,Invoice,
449apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +48,Purchase Order,採購訂單
450apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +49,Expense Account,費用帳戶
451apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +49,Purchase Receipt,外購入庫單
452apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +50,Amount,量
453apps/erpnext/erpnext/accounts/report/item_wise_purchase_register/item_wise_purchase_register.py +50,Rate,率
454apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +46,Customer Name,客戶名稱
455apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +47,Receivable Account,
456apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +49,Delivery Note,送貨單
457apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +49,Sales Order,銷售訂單
458apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +50,Income Account,收入賬戶
459apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js +20,Payment Type,付款類型
460apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +41,Against Invoice,
461apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +42,Against Invoice Posting Date,
462apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +43,Reference No,
463apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +44,90-Above,
464apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +68,No Customer or Supplier Accounts found,沒有找到客戶或供應商賬戶
465apps/erpnext/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.py +30,Net Profit / Loss,淨利/虧損
466apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +17,No record found,沒有資料
467apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +66,Supplier Id,
468apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +67,Payable Account,
469apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +67,Supplier Name,供應商名稱
470apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +92,Total Tax,
471apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +93,Rounded Total,總圓角
472apps/erpnext/erpnext/accounts/report/sales_register/sales_register.py +65,Customer Id,
473apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,
474apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zero values,
475apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +186,Closing (Dr),關閉(Dr)
476apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +192,Closing (Cr),關閉(Cr)
477apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +34,From Date cannot be greater than To Date,起始日期不能大於結束日期
478apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +37,From Date should be within the Fiscal Year. Assuming From Date = {0},從日期應該是在財政年度內。假設起始日期={0}
479apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +43,To Date should be within the Fiscal Year. Assuming To Date = {0},日期應該是在財政年度內。假設終止日期= {0}
480apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +81,Total,總
481apps/erpnext/erpnext/accounts/utils.py +175,Payment Entry has been modified after you pulled it. Please pull it again.,
482apps/erpnext/erpnext/accounts/utils.py +179,Allocated amount can not be negative,分配金額不能為負
483apps/erpnext/erpnext/accounts/utils.py +181,Allocated amount can not greater than unadusted amount,分配的金額不能超過未調整金額
484apps/erpnext/erpnext/accounts/utils.py +228,Journal Vouchers {0} are un-linked,日記帳憑單{0}被取消鏈接
485apps/erpnext/erpnext/accounts/utils.py +236,Please set default value {0} in Company {1},
486apps/erpnext/erpnext/accounts/utils.py +295,Monthly,每月一次
487apps/erpnext/erpnext/accounts/utils.py +299,Annual,全年
488apps/erpnext/erpnext/accounts/utils.py +304,{0} budget for Account {1} against Cost Center {2} will exceed by {3},{0}預算帳戶{1}對成本中心{2}將超過{3}
489apps/erpnext/erpnext/accounts/utils.py +35,{0} {1} not in any Fiscal Year,不得以任何財政年度{0} {1}
490apps/erpnext/erpnext/accounts/utils.py +43,{0} '{1}' not in Fiscal Year {2},{0}“ {1}”不財政年度{2}
491apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +113,Item {0} has been entered multiple times with same description or date or warehouse,項{0}已多次輸入有相同的描述或日期或倉庫
492apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +120,Item {0} has been entered multiple times with same description or date,項{0}已多次輸入有相同的描述或日期
493apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +128,{0} {1} status is 'Stopped',{0} {1}狀態為“停止”
494apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +136,{0} {1} has already been submitted,{0} {1}已經提交
495apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +34,UOM Conversion factor is required in row {0},計量單位換算係數是必需的行{0}
496apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +71,Please enter quantity for Item {0},請輸入項目{0}的量
497apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +92,Warehouse is mandatory for stock Item {0} in row {1},倉庫是強制性的股票項目{0}行{1}
498apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +97,{0} must be a Purchased or Sub-Contracted Item in row {1},{0}必須是購買或分包項目中列{1}
499apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +158,Do you really want to STOP ,確定真的要停止
500apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +169,Do you really want to UNSTOP ,Do you really want to UNSTOP
501apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +20,% Received,收到%
502apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +22,% Billed,%帳單
503apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +26,Make Purchase Receipt,券#
504apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +29,Make Invoice,製作發票
505apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +32,Stop,停止
506apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +42,Unstop Purchase Order,如果銷售BOM定義,該包的實際BOM顯示為表。
507apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +61,From Material Request,從物料需求
508apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +77,From Supplier Quotation,從供應商報價
509apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +91,For Supplier,對供應商
510apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +110,Material Request {0} is cancelled or stopped,材料需求{0}被取消或停止
511apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +145,{0} {1} has been modified. Please refresh.,{0} {1}已被修改。請刷新。
512apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +155,Status of {0} {1} is now {2},{0} {1}現在狀態{2}
513apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +186,Purchase Invoice {0} is already submitted,採購發票{0}已經提交
514apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +80,Item #{0}: Ordered qty can not less than item's minimum order qty (defined in item master).,
515apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order_list.html +12,Pending,擱置
516apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order_list.html +27,Received,收到
517apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order_list.html +31,Billed,計費
518apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +44,Total Billing This Year: ,總帳單今年:
519apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +46,Unpaid,未付
520apps/erpnext/erpnext/buying/doctype/supplier/supplier.py +46,Series is mandatory,系列是強制性的
521apps/erpnext/erpnext/buying/doctype/supplier/supplier.py +85,No permission,沒有權限
522apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation.js +19,Make Purchase Order,做採購訂單
523apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +132,All Supplier Types,所有供應商類型
524apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +141,Not Set,沒有設置
525apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +34,Supplier Type / Supplier,供應商類型/供應商
526apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +7,Purchase Analytics,採購分析
527apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +89,Tree Type,樹類型
528apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +94,Based On,基於
529apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +96,Value or Qty,價值或數量
530apps/erpnext/erpnext/config/accounts.py +101,Default settings for accounting transactions.,默認設置的會計事務。
531apps/erpnext/erpnext/config/accounts.py +106,Tax template for selling transactions.,稅務模板賣出的交易。
532apps/erpnext/erpnext/config/accounts.py +111,Tax template for buying transactions.,稅務模板購買交易。
533apps/erpnext/erpnext/config/accounts.py +116,Point-of-Sale Setting,銷售點的設置
534apps/erpnext/erpnext/config/accounts.py +117,Rules to calculate shipping amount for a sale,規則用於計算銷售運輸量
535apps/erpnext/erpnext/config/accounts.py +12,Accounting journal entries.,會計日記帳分錄。
536apps/erpnext/erpnext/config/accounts.py +122,Rules for adding shipping costs.,增加運輸成本的規則。
537apps/erpnext/erpnext/config/accounts.py +127,Rules for applying pricing and discount.,規則適用的定價和折扣。
538apps/erpnext/erpnext/config/accounts.py +132,Enable / disable currencies.,啟用/禁用的貨幣。
539apps/erpnext/erpnext/config/accounts.py +137,Currency exchange rate master.,貨幣匯率的主人。
540apps/erpnext/erpnext/config/accounts.py +142,Seasonality for setting budgets.,季節性設定預算。
541apps/erpnext/erpnext/config/accounts.py +147,Terms and Conditions Template,條款及細則範本
542apps/erpnext/erpnext/config/accounts.py +148,Template of terms or contract.,模板條款或合同。
543apps/erpnext/erpnext/config/accounts.py +153,"e.g. Bank, Cash, Credit Card",例如:銀行,現金,信用卡
544apps/erpnext/erpnext/config/accounts.py +158,C-Form records,C-往績紀錄
545apps/erpnext/erpnext/config/accounts.py +164,Main Reports,主報告
546apps/erpnext/erpnext/config/accounts.py +17,Bills raised to Customers.,客戶提出的賬單。
547apps/erpnext/erpnext/config/accounts.py +22,Bills raised by Suppliers.,由供應商提出的帳單。
548apps/erpnext/erpnext/config/accounts.py +230,Standard Reports,標準報告
549apps/erpnext/erpnext/config/accounts.py +27,Customer database.,客戶數據庫。
550apps/erpnext/erpnext/config/accounts.py +32,Supplier database.,供應商數據庫。
551apps/erpnext/erpnext/config/accounts.py +40,Tree of finanial accounts.,樹finanial帳戶。
552apps/erpnext/erpnext/config/accounts.py +46,Tools,工具
553apps/erpnext/erpnext/config/accounts.py +52,Update bank payment dates with journals.,更新與期刊銀行付款日期。
554apps/erpnext/erpnext/config/accounts.py +57,Match non-linked Invoices and Payments.,匹配非聯的發票和付款。
555apps/erpnext/erpnext/config/accounts.py +6,Documents,文件
556apps/erpnext/erpnext/config/accounts.py +62,Close Balance Sheet and book Profit or Loss.,關閉資產負債表和賬面利潤或虧損。
557apps/erpnext/erpnext/config/accounts.py +67,Create Payment Entries against Orders or Invoices.,
558apps/erpnext/erpnext/config/accounts.py +72,Setup,設置
559apps/erpnext/erpnext/config/accounts.py +78,Financial / accounting year.,財務/會計年度。
560apps/erpnext/erpnext/config/accounts.py +95,Tree of finanial Cost Centers.,樹finanial成本中心。
561apps/erpnext/erpnext/config/buying.py +17,Request for purchase.,請求您的報價。
562apps/erpnext/erpnext/config/buying.py +22,Quotations received from Suppliers.,從供應商收到的報價。
563apps/erpnext/erpnext/config/buying.py +27,Purchase Orders given to Suppliers.,購買給供應商的訂單。
564apps/erpnext/erpnext/config/buying.py +32,All Contacts.,所有聯繫人。
565apps/erpnext/erpnext/config/buying.py +37,All Addresses.,所有地址。
566apps/erpnext/erpnext/config/buying.py +42,All Products or Services.,所有的產品或服務。
567apps/erpnext/erpnext/config/buying.py +53,Default settings for buying transactions.,默認設置為買入交易。
568apps/erpnext/erpnext/config/buying.py +58,Supplier Type master.,供應商類型高手。
569apps/erpnext/erpnext/config/buying.py +64,Item Group Tree,由於生產訂單可以為這個項目, \作
570apps/erpnext/erpnext/config/buying.py +66,Tree of Item Groups.,樹的項目組。
571apps/erpnext/erpnext/config/buying.py +83,Price List master.,價格表師傅。
572apps/erpnext/erpnext/config/buying.py +88,Multiple Item prices.,多個項目的價格。
573apps/erpnext/erpnext/config/desktop.py +18,Human Resources,人力資源
574apps/erpnext/erpnext/config/desktop.py +55,Shopping Cart,購物車
575apps/erpnext/erpnext/config/hr.py +104,Organization unit (department) master.,組織單位(部門)的主人。
576apps/erpnext/erpnext/config/hr.py +109,"Employee designation (e.g. CEO, Director etc.).",員工指定(例如總裁,總監等) 。
577apps/erpnext/erpnext/config/hr.py +114,Salary template master.,薪資模板大師。
578apps/erpnext/erpnext/config/hr.py +119,Salary components.,工資組成部分。
579apps/erpnext/erpnext/config/hr.py +12,Employee records.,員工記錄。
580apps/erpnext/erpnext/config/hr.py +124,Tax and other salary deductions.,稅務及其他薪金中扣除。
581apps/erpnext/erpnext/config/hr.py +129,Allocate leaves for a period.,離開一段時間。
582apps/erpnext/erpnext/config/hr.py +134,"Type of leaves like casual, sick etc.",葉似漫不經心,生病等類型
583apps/erpnext/erpnext/config/hr.py +139,Holiday master.,假日高手。
584apps/erpnext/erpnext/config/hr.py +144,Block leave applications by department.,按部門封鎖離開申請。
585apps/erpnext/erpnext/config/hr.py +149,Template for performance appraisals.,模板的績效考核。
586apps/erpnext/erpnext/config/hr.py +154,Types of Expense Claim.,報銷的類型。
587apps/erpnext/erpnext/config/hr.py +159,Setup incoming server for jobs email id. (e.g. jobs@example.com),設置接收服務器的工作電子郵件ID 。 (例如jobs@example.com )
588apps/erpnext/erpnext/config/hr.py +17,Applications for leave.,申請許可。
589apps/erpnext/erpnext/config/hr.py +22,Claims for company expense.,索賠費用由公司負責。
590apps/erpnext/erpnext/config/hr.py +27,Attendance record.,考勤記錄。
591apps/erpnext/erpnext/config/hr.py +32,Monthly salary statement.,月薪聲明。
592apps/erpnext/erpnext/config/hr.py +37,Performance appraisal.,績效考核。
593apps/erpnext/erpnext/config/hr.py +42,Applicant for a Job.,申請職位
594apps/erpnext/erpnext/config/hr.py +47,Opening for a Job.,開放的工作。
595apps/erpnext/erpnext/config/hr.py +58,Process Payroll,處理工資
596apps/erpnext/erpnext/config/hr.py +59,Generate Salary Slips,生成工資條
597apps/erpnext/erpnext/config/hr.py +65,Upload attendance from a .csv file,從。csv文件上傳考勤
598apps/erpnext/erpnext/config/hr.py +71,Leave Allocation Tool,排假工具
599apps/erpnext/erpnext/config/hr.py +72,Allocate leaves for the year.,離開一年。
600apps/erpnext/erpnext/config/hr.py +84,Settings for HR Module,設定人力資源模塊
601apps/erpnext/erpnext/config/hr.py +89,Employee master.,員工大師。
602apps/erpnext/erpnext/config/hr.py +94,"Types of employment (permanent, contract, intern etc.).",就業(永久,合同,實習生等)的類型。
603apps/erpnext/erpnext/config/hr.py +99,Organization branch master.,組織分支主。
604apps/erpnext/erpnext/config/manufacturing.py +12,Bill of Materials (BOM),材料清單(BOM)
605apps/erpnext/erpnext/config/manufacturing.py +13,Bill of Material,物料清單
606apps/erpnext/erpnext/config/manufacturing.py +18,Orders released for production.,發布生產訂單。
607apps/erpnext/erpnext/config/manufacturing.py +28,Where manufacturing operations are carried out.,凡製造業務進行。
608apps/erpnext/erpnext/config/manufacturing.py +40,Generate Material Requests (MRP) and Production Orders.,生成材料要求(MRP)和生產訂單。
609apps/erpnext/erpnext/config/manufacturing.py +45,Replace Item / BOM in all BOMs,更換項目/物料清單中的所有材料明細表
610apps/erpnext/erpnext/config/projects.py +12,Project activity / task.,專案活動/任務。
611apps/erpnext/erpnext/config/projects.py +17,Project master.,專案主持。
612apps/erpnext/erpnext/config/projects.py +22,Time Log for tasks.,時間日誌中的任務。
613apps/erpnext/erpnext/config/projects.py +27,Batch Time Logs for billing.,批處理的時間記錄進行計費。
614apps/erpnext/erpnext/config/projects.py +32,Types of activities for Time Sheets,活動的考勤表類型
615apps/erpnext/erpnext/config/projects.py +45,Gantt chart of all tasks.,所有任務的甘特圖。
616apps/erpnext/erpnext/config/selling.py +102,Manage Sales Partners.,管理銷售合作夥伴。
617apps/erpnext/erpnext/config/selling.py +106,Sales Person,銷售人員
618apps/erpnext/erpnext/config/selling.py +110,Manage Sales Person Tree.,管理銷售人員樹。
619apps/erpnext/erpnext/config/selling.py +12,Database of potential customers.,數據庫的潛在客戶。
620apps/erpnext/erpnext/config/selling.py +157,Bundle items at time of sale.,捆綁項目在銷售時。
621apps/erpnext/erpnext/config/selling.py +162,Setup incoming server for sales email id. (e.g. sales@example.com),設置接收服務器銷售的電子郵件ID 。 (例如sales@example.com )
622apps/erpnext/erpnext/config/selling.py +167,Track Leads by Industry Type.,軌道信息通過行業類型。
623apps/erpnext/erpnext/config/selling.py +172,Setup SMS gateway settings,設置短信閘道設置
624apps/erpnext/erpnext/config/selling.py +183,Sales Analytics,銷售分析
625apps/erpnext/erpnext/config/selling.py +189,Sales Funnel,銷售漏斗
626apps/erpnext/erpnext/config/selling.py +22,Potential opportunities for selling.,潛在的銷售機會。
627apps/erpnext/erpnext/config/selling.py +27,Quotes to Leads or Customers.,行情到引線或客戶。
628apps/erpnext/erpnext/config/selling.py +32,Confirmed orders from Customers.,確認客戶的訂單。
629apps/erpnext/erpnext/config/selling.py +58,Send mass SMS to your contacts,發送群發短信到您的聯繫人
630apps/erpnext/erpnext/config/selling.py +63,"Newsletters to contacts, leads.",通訊,聯繫人,線索。
631apps/erpnext/erpnext/config/selling.py +74,Default settings for selling transactions.,默認設置為賣出交易。
632apps/erpnext/erpnext/config/selling.py +79,Sales campaigns.,銷售活動。
633apps/erpnext/erpnext/config/selling.py +87,Manage Customer Group Tree.,管理客戶組樹。
634apps/erpnext/erpnext/config/selling.py +96,Manage Territory Tree.,管理領地樹。
635apps/erpnext/erpnext/config/setup.py +100,Customer master.,客戶主。
636apps/erpnext/erpnext/config/setup.py +105,Supplier master.,供應商主。
637apps/erpnext/erpnext/config/setup.py +110,Contact master.,聯繫站長。
638apps/erpnext/erpnext/config/setup.py +115,Address master.,地址主人。
639apps/erpnext/erpnext/config/setup.py +122,Accounts,賬戶
640apps/erpnext/erpnext/config/setup.py +123,Stock,庫存
641apps/erpnext/erpnext/config/setup.py +124,Selling,銷售
642apps/erpnext/erpnext/config/setup.py +125,Buying,求購
643apps/erpnext/erpnext/config/setup.py +127,Support,支持
644apps/erpnext/erpnext/config/setup.py +13,Global Settings,全局設置
645apps/erpnext/erpnext/config/setup.py +14,"Set Default Values like Company, Currency, Current Fiscal Year, etc.",設置默認值如公司,貨幣,當前財政年度等
646apps/erpnext/erpnext/config/setup.py +20,Printing and Branding,印刷及品牌
647apps/erpnext/erpnext/config/setup.py +26,Letter Heads for print templates.,信頭的打印模板。
648apps/erpnext/erpnext/config/setup.py +31,Titles for print templates e.g. Proforma Invoice.,標題打印模板例如形式發票。
649apps/erpnext/erpnext/config/setup.py +36,Country wise default Address Templates,依據國家別啟發式的默認地址模板
650apps/erpnext/erpnext/config/setup.py +41,Standard contract terms for Sales or Purchase.,銷售或採購的標準合同條款。
651apps/erpnext/erpnext/config/setup.py +46,Customize,定制
652apps/erpnext/erpnext/config/setup.py +52,"Show / Hide features like Serial Nos, POS etc.",顯示/隱藏功能。如序列號, POS等
653apps/erpnext/erpnext/config/setup.py +57,Create rules to restrict transactions based on values.,創建規則來限制基於價值的交易。
654apps/erpnext/erpnext/config/setup.py +62,Email Notifications,電子郵件通知
655apps/erpnext/erpnext/config/setup.py +63,Automatically compose message on submission of transactions.,自動編寫郵件在提交交易。
656apps/erpnext/erpnext/config/setup.py +68,Email,電子郵件
657apps/erpnext/erpnext/config/setup.py +7,Settings,設置
658apps/erpnext/erpnext/config/setup.py +74,"Create and manage daily, weekly and monthly email digests.",創建和管理每日,每週和每月的電子郵件摘要。
659apps/erpnext/erpnext/config/setup.py +84,Masters,大師
660apps/erpnext/erpnext/config/setup.py +90,Company (not Customer or Supplier) master.,公司(不是客戶或供應商)的主人。
661apps/erpnext/erpnext/config/setup.py +95,Item master.,項目主。
662apps/erpnext/erpnext/config/stock.py +108,Unit of Measure,計量單位
663apps/erpnext/erpnext/config/stock.py +109,"e.g. Kg, Unit, Nos, m",如公斤,單位,NOS,M
664apps/erpnext/erpnext/config/stock.py +114,Warehouses.,倉庫。
665apps/erpnext/erpnext/config/stock.py +119,Brand master.,品牌大師。
666apps/erpnext/erpnext/config/stock.py +12,Requests for items.,需求的項目。
667apps/erpnext/erpnext/config/stock.py +135,"Attributes for Item Variants. e.g Size, Color etc.",
668apps/erpnext/erpnext/config/stock.py +17,Record item movement.,記錄項目移動。
669apps/erpnext/erpnext/config/stock.py +176,Stock Analytics,庫存分析
670apps/erpnext/erpnext/config/stock.py +22,Shipments to customers.,發貨給客戶。
671apps/erpnext/erpnext/config/stock.py +27,Goods received from Suppliers.,從供應商收到貨。
672apps/erpnext/erpnext/config/stock.py +32,Installation record for a Serial No.,對於一個序列號安裝記錄
673apps/erpnext/erpnext/config/stock.py +42,Where items are stored.,項目的存儲位置。
674apps/erpnext/erpnext/config/stock.py +47,Single unit of an Item.,該產品的一個單元。
675apps/erpnext/erpnext/config/stock.py +52,Batch (lot) of an Item.,一批該產品的(很多)。
676apps/erpnext/erpnext/config/stock.py +63,Upload stock balance via csv.,通過CSV上傳庫存餘額。
677apps/erpnext/erpnext/config/stock.py +68,Split Delivery Note into packages.,分裂送貨單成包。
678apps/erpnext/erpnext/config/stock.py +73,Incoming quality inspection.,來料質量檢驗。
679apps/erpnext/erpnext/config/stock.py +78,Update additional costs to calculate landed cost of items,
680apps/erpnext/erpnext/config/stock.py +83,Change UOM for an Item.,更改品項的計量單位。
681apps/erpnext/erpnext/config/stock.py +94,Default settings for stock transactions.,默認設置為股票交易。
682apps/erpnext/erpnext/config/support.py +12,Support queries from customers.,客戶支持查詢。
683apps/erpnext/erpnext/config/support.py +17,Customer Issue against Serial No.,客戶對發行序列號
684apps/erpnext/erpnext/config/support.py +22,Plan for maintenance visits.,規劃維護訪問。
685apps/erpnext/erpnext/config/support.py +27,Visit report for maintenance call.,訪問報告維修電話。
686apps/erpnext/erpnext/config/support.py +37,Communication log.,通信日誌。
687apps/erpnext/erpnext/config/support.py +53,Setup incoming server for support email id. (e.g. support@example.com),設置接收郵件服務器支持電子郵件ID 。 (例如support@example.com )
688apps/erpnext/erpnext/config/support.py +64,Support Analytics,支援分析
689apps/erpnext/erpnext/controllers/accounts_controller.py +207,Please specify a valid Row ID for {0} in row {1},請在列{1}對{0}指定一個有效的列ID
690apps/erpnext/erpnext/controllers/accounts_controller.py +211,"To include tax in row {0} in Item rate, taxes in rows {1} must also be included",要包括稅款,行{0}項率,稅收行{1}也必須包括在內
691apps/erpnext/erpnext/controllers/accounts_controller.py +217,Charge of type 'Actual' in row {0} cannot be included in Item Rate,類型'實際'行{0}的電荷不能被包含在項目單價
692apps/erpnext/erpnext/controllers/accounts_controller.py +351,{0} '{1}' is disabled,
693apps/erpnext/erpnext/controllers/accounts_controller.py +446,"Journal Voucher {0} is linked against Order {1}, hence it must be fetched as advance in Invoice as well.",
694apps/erpnext/erpnext/controllers/accounts_controller.py +460,Warning: System will not check overbilling since amount for Item {0} in {1} is zero,警告: {0} {1}為零,系統將不檢查超收因為金額項目
695apps/erpnext/erpnext/controllers/accounts_controller.py +476,"Cannot overbill for Item {0} in row {0} more than {1}. To allow overbilling, please set in Stock Settings",不能在一行overbill的項目{0} {0}不是{1}更多。要允許超收,請在庫存設置中設置
696apps/erpnext/erpnext/controllers/accounts_controller.py +514,"Total advance ({0}) against Order {1} cannot be greater \
697 than the Grand Total ({2})",
698apps/erpnext/erpnext/controllers/accounts_controller.py +552,{0} is mandatory. Maybe Currency Exchange record is not created for {1} to {2}.,{0}是強制性的。也許外幣兌換記錄為{1}到{2}尚未建立。
699apps/erpnext/erpnext/controllers/buying_controller.py +213,Please enter 'Is Subcontracted' as Yes or No,請輸入'轉包' YES或NO
700apps/erpnext/erpnext/controllers/buying_controller.py +217,Supplier Warehouse mandatory for sub-contracted Purchase Receipt,供應商倉庫強制性分包外購入庫單
701apps/erpnext/erpnext/controllers/buying_controller.py +221,Please select BOM in BOM field for Item {0},
702apps/erpnext/erpnext/controllers/buying_controller.py +24,From {0} | {1} {2},
703apps/erpnext/erpnext/controllers/buying_controller.py +330,Specified BOM {0} does not exist for Item {1},
704apps/erpnext/erpnext/controllers/buying_controller.py +363,Item table can not be blank,項目表不能為空
705apps/erpnext/erpnext/controllers/buying_controller.py +369,Row {0}: Conversion Factor is mandatory,列#{0}:轉換係數是強制性的
706apps/erpnext/erpnext/controllers/buying_controller.py +73,Tax Category can not be 'Valuation' or 'Valuation and Total' as all items are non-stock items,稅務類別不能為'估值'或'估值及總,因為所有的項目都是非庫存產品
707apps/erpnext/erpnext/controllers/recurring_document.py +125,New {0}: #{1},
708apps/erpnext/erpnext/controllers/recurring_document.py +126,Please find attached {0} #{1},
709apps/erpnext/erpnext/controllers/recurring_document.py +163,Please select {0},請選擇{0}
710apps/erpnext/erpnext/controllers/recurring_document.py +167,Period From and Period To dates mandatory for recurring %s,
711apps/erpnext/erpnext/controllers/recurring_document.py +190,"{0} is an invalid email address in 'Notification \
712 Email Address'",
713apps/erpnext/erpnext/controllers/recurring_document.py +194,'Notification Email Addresses' not specified for recurring %s,
714apps/erpnext/erpnext/controllers/recurring_document.py +201,Please enter 'Repeat on Day of Month' field value,請輸入「重複月內的一天」欄位值
715apps/erpnext/erpnext/controllers/recurring_document.py +208,Next Recurring {0} will be created on {1},
716apps/erpnext/erpnext/controllers/selling_controller.py +22,To {0} | {1} {2},
717apps/erpnext/erpnext/controllers/selling_controller.py +278,Commission rate cannot be greater than 100,佣金率不能大於100
718apps/erpnext/erpnext/controllers/selling_controller.py +299,Total allocated percentage for sales team should be 100,對於銷售團隊總分配比例應為100
719apps/erpnext/erpnext/controllers/selling_controller.py +306,Order Type must be one of {0},訂單類型必須是一個{0}
720apps/erpnext/erpnext/controllers/selling_controller.py +313,Maxiumm discount for Item {0} is {1}%,品項{0}的最大折扣:{1}%
721apps/erpnext/erpnext/controllers/selling_controller.py +322,Row {0}: Qty is mandatory,列#{0}:數量是強制性的
722apps/erpnext/erpnext/controllers/selling_controller.py +327,Reserved Warehouse required for stock Item {0} in row {1},需要缺貨登記保留倉庫{0}行{1}
723apps/erpnext/erpnext/controllers/selling_controller.py +397,Sales Order {0} is stopped,銷售訂單{0}被停止
724apps/erpnext/erpnext/controllers/selling_controller.py +406,Item {0} must be Sales or Service Item in {1},項{0}必須在銷售或服務項目{1}
725apps/erpnext/erpnext/controllers/status_updater.py +100,Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0,注:系統將不檢查過交付和超額預訂的項目{0}的數量或金額為0
726apps/erpnext/erpnext/controllers/status_updater.py +104,Allowance for over-{0} crossed for Item {1},備抵過{0}越過為項目{1}
727apps/erpnext/erpnext/controllers/status_updater.py +106,{0} must be reduced by {1} or you should increase overflow tolerance,{0}必須通過{1}會減少或應增加溢出寬容
728apps/erpnext/erpnext/controllers/status_updater.py +127,Allowance for over-{0} crossed for Item {1}.,備抵過{0}越過為項目{1}。
729apps/erpnext/erpnext/controllers/stock_controller.py +165,Expense or Difference account is mandatory for Item {0} as it impacts overall stock value,費用或差異帳戶是強制性的項目{0} ,因為它影響整個股票價值
730apps/erpnext/erpnext/controllers/stock_controller.py +171,Expense / Difference account ({0}) must be a 'Profit or Loss' account,費用/差異帳戶({0})必須是一個'溢利或虧損的賬戶
731apps/erpnext/erpnext/controllers/stock_controller.py +174,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}:成本中心是強制性的項目{2}
732apps/erpnext/erpnext/controllers/stock_controller.py +70,No accounting entries for the following warehouses,沒有以下的倉庫會計分錄
733apps/erpnext/erpnext/controllers/trends.py +134,Amt,
734apps/erpnext/erpnext/controllers/trends.py +19,Total(Amt),
735apps/erpnext/erpnext/controllers/trends.py +19,Total(Qty),
736apps/erpnext/erpnext/controllers/trends.py +254,Project-wise data is not available for Quotation,項目明智的數據不適用於報價
737apps/erpnext/erpnext/controllers/trends.py +33,{0} is mandatory,{0}是強制性的
738apps/erpnext/erpnext/controllers/trends.py +36,'Based On' and 'Group By' can not be same,“根據”和“分組依據”不能相同
739apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.js +49,Score must be less than or equal to 5,得分必須小於或等於5
740apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +30,End Date can not be less than Start Date,結束日期不能小於開始日期
741apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +39,Appraisal {0} created for Employee {1} in the given date range,鑑定{0}為員工在給定日期範圍{1}創建
742apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +50,Total weightage assigned should be 100%. It is {0},分配的總權重應為100 % 。這是{0}
743apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +54,Total cannot be zero,總不能為零
744apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +17,Total points for all goals should be 100. It is {0},總積分為所有的目標應該是100 ,這是{0}
745apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +18,Attendance for employee {0} is already marked,員工{0}的考勤已標記
746apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +29,Employee {0} was on leave on {1}. Cannot mark attendance.,員工{0}於{1}休假。不能標記考勤。
747apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +38,Attendance can not be marked for future dates,考勤不能標記為未來的日期
748apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +44,Employee {0} is not active or does not exist,員工{0}不活躍或不存在
749apps/erpnext/erpnext/hr/doctype/attendance/attendance_list.html +8,Status,狀態
750apps/erpnext/erpnext/hr/doctype/employee/employee.js +27,Make Salary Structure,製作薪酬結構
751apps/erpnext/erpnext/hr/doctype/employee/employee.py +103,Date of Joining must be greater than Date of Birth,加入日期必須大於出生日期
752apps/erpnext/erpnext/hr/doctype/employee/employee.py +106,Date Of Retirement must be greater than Date of Joining,日期退休必須大於加入的日期
753apps/erpnext/erpnext/hr/doctype/employee/employee.py +109,Relieving Date must be greater than Date of Joining,解除日期必須大於加入的日期
754apps/erpnext/erpnext/hr/doctype/employee/employee.py +112,Contract End Date must be greater than Date of Joining,合同結束日期必須大於加入的日期
755apps/erpnext/erpnext/hr/doctype/employee/employee.py +116,Please enter valid Company Email,請輸入有效的公司電郵地址
756apps/erpnext/erpnext/hr/doctype/employee/employee.py +118,Please enter valid Personal Email,請輸入有效的個人電子郵件
757apps/erpnext/erpnext/hr/doctype/employee/employee.py +122,Please enter relieving date.,請輸入解除日期。
758apps/erpnext/erpnext/hr/doctype/employee/employee.py +130,User {0} is disabled,用戶{0}被禁用
759apps/erpnext/erpnext/hr/doctype/employee/employee.py +136,User {0} is already assigned to Employee {1},用戶{0}已經被分配給員工{1}
760apps/erpnext/erpnext/hr/doctype/employee/employee.py +144,{0} is not a valid Leave Approver. Removing row #{1}.,{0}不是有效的請假審批。刪除行#{1}。
761apps/erpnext/erpnext/hr/doctype/employee/employee.py +148,Employee cannot report to himself.,
762apps/erpnext/erpnext/hr/doctype/employee/employee.py +167,Birthday,生日
763apps/erpnext/erpnext/hr/doctype/employee/employee.py +168,Happy Birthday!,祝你生日快樂!
764apps/erpnext/erpnext/hr/doctype/employee/employee.py +212,Please set User ID field in an Employee record to set Employee Role,
765apps/erpnext/erpnext/hr/doctype/employee/employee.py +25,Please setup Employee Naming System in Human Resource > HR Settings,請在「人力資源>人力資源設置」設定員工命名系統
766apps/erpnext/erpnext/hr/doctype/employee/employee_list.html +8,Active,啟用
767apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +101,Fill the form and save it,填寫表格,並將其保存
768apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +105,You are the Expense Approver for this record. Please Update the 'Status' and Save,讓項目B是製造< / B>
769apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +107,Expense Claim is pending approval. Only the Expense Approver can update status.,使項目所需的質量保證和質量保證在沒有採購入庫單
770apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +111,Expense Claim has been approved.,報銷已批准
771apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +113,Expense Claim has been rejected.,報銷被退回。
772apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +93,Make Bank Voucher,使銀行券
773apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +15,{0}: From {0} for {1},
774apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +26,Approval Status must be 'Approved' or 'Rejected',審批狀態必須被“批准”或“拒絕”
775apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +34,Please add expense voucher details,請新增支出憑單細節
776apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +38,{0} ({1}) must have role 'Expense Approver',
777apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +33,Please select Fiscal Year,請選擇會計年度
778apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +35,Please select weekly off day,請選擇每週休息日
779apps/erpnext/erpnext/hr/doctype/hr_settings/hr_settings.py +35,Updated Birthday Reminders,更新生日提醒
780apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +32,Leaves must be allocated in multiples of 0.5,休假必須安排成0.5倍的
781apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +40,Leaves for type {0} already allocated for Employee {1} for Fiscal Year {0},{0}財務年度{1}員工的休假別{0}已排定
782apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +68,Cannot carry forward {0},不能發揚{0}
783apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +97,Cannot cancel because Employee {0} is already approved for {1},不能取消,因為員工{0}已經被核准於{1}
784apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +33,You are the Leave Approver for this record. Please Update the 'Status' and Save,您是第休假審批此記錄。請更新“狀態”並保存
785apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +36,This Leave Application is pending approval. Only the Leave Apporver can update status.,這個假期申請正在等待批准。只有離開Apporver可以更新狀態。
786apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +44,Leave application has been approved.,休假申請已被批准。
787apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +46,Please submit to update Leave Balance.,請提交更新休假餘額。
788apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +49,Leave application has been rejected.,休假申請已被拒絕。
789apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +83,To Date should be same as From Date for Half Day leave,日期應該是一樣的起始日期為半天假
790apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +109,Note: There is not enough leave balance for Leave Type {0},注:沒有足夠的休假餘額請假類型{0}
791apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +111,There is not enough leave balance for Leave Type {0},沒有足夠的餘額休假請假類型{0}
792apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +135,Employee {0} has already applied for {1} between {2} and {3},員工{0}已經申請了{1}的{2}和{3}
793apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +142,Leave of type {0} cannot be longer than {1},請假類型{0}不能長於{1}
794apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +149,Leave approver must be one of {0},休假審批人必須是一個{0}
795apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +153,{0} ({1}) must have role 'Leave Approver',
796apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +157,Only the selected Leave Approver can submit this Leave Application,只有選擇的休假審批者可以提交此請假
797apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +171,Leave Application,休假申請
798apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +190,Employee,僱員
799apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +190,New Leave Application,新假期申請
800apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +21,{0}: From {0} of type {1},
801apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +314, (Half Day),(半天)
802apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +331,Leave Blocked,禁假的
803apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +347,Holiday,節日
804apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +52,Only Leave Applications with status 'Approved' can be submitted,只允許提交狀態為「已批准」的休假申請
805apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +68,Warning: Leave application contains following block dates,警告:離開應用程序包含以下模塊日期
806apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +80,Cannot approve leave as you are not authorized to approve leaves on Block Dates,不能批准休假,你無權在批准休假在被標記的日期
807apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +92,To date cannot be before from date,無效的主名稱
808apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +99,The day(s) on which you are applying for leave are holiday. You need not apply for leave.,在天在你申請許可的假期。你不需要申請許可。
809apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_list.html +11,{0} days from {1},
810apps/erpnext/erpnext/hr/doctype/leave_application/leave_application_list.html +22,Leave Type,休假類型
811apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +19,Block Date,座日期
812apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +23,Date is repeated,日期重複
813apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +39,No employee found,無發現任何員工
814apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +58,Leaves Allocated Successfully for {0},{0}的排假成功
815apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.js +22,Do you really want to Submit all Salary Slip for month {0} and year {1},難道你真的想要提交的所有{1}年{0}月的工資單
816apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.js +36,"Company, Month and Fiscal Year is mandatory",公司、月分與財務年度是必填的
817apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.js +45,Payment of salary for the month {0} and year {1},{1}年{0}月的工資支付
818apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.js +8,Activity Log:,活動日誌:
819apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.py +190,You can set Default Bank Account in Company master,您可以在公司主設置默認銀行賬戶
820apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.py +55,Please set {0},請設置{0}
821apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +131,Salary Slip of employee {0} already created for this month,員工{0}於本月的工資單已經創建
822apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +191,Please see attachment,請參閱附件
823apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +197,"Company Email ID not found, hence mail not sent",公司電子郵件ID沒有找到,因此郵件無法發送
824apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +31,Please create Salary Structure for employee {0},請對{0}員工建立薪酬結構
825apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +59,There are more holidays than working days this month.,還有比這個月工作日更多的假期。
826apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +79,Employee relieved on {0} must be set as 'Left',員工解除對{0}必須設置為“左”
827apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip_list.html +15,Month,月
828apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.js +15,Make Salary Slip,製作工資單
829apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +59,Another Salary Structure {0} is active for employee {1}. Please make its status 'Inactive' to proceed.,
830apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +63,Net pay cannot be negative,淨工資不能為負
831apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +68,Employee can not be changed,
832apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +20,Attendance From Date and Attendance To Date is mandatory,考勤起始日期和出席的日期,是強制性的
833apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +59,Import Failed!,導入失敗!
834apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +62,Import Successful!,導入成功!
835apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105,Please select a csv file,請選擇一個csv文件
836apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +90,Please setup numbering series for Attendance via Setup > Numbering Series,通過設置>編號系列請設置編號系列考勤
837apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +19,Date of Birth,出生日期
838apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +19,Name,名稱
839apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +20,Branch,支
840apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +20,Department,部門
841apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +21,Designation,指定
842apps/erpnext/erpnext/hr/report/employee_birthday/employee_birthday.py +21,Gender,性別
843apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +18,No employee found!,無發現任何員工!
844apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +42,Employee Name,員工姓名
845apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +46,Allocated,
846apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +47,Taken,
847apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +48,Balance,
848apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +56,Total Absent,
849apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +56,Total Present,
850apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +73,Please select month and year,請選擇年份和月份
851apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +41,Leave Without Pay,無薪假
852apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +42,Payment Days,付款日
853apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +66,No salary slip found for month: ,沒有發現工資單月份:
854apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +67, and year: ,和年份:
855apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +10,Update Cost,更新成本
856apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +131,You can not change rate if BOM mentioned agianst any item,你不能改變速度,如果BOM中提到反對的任何項目
857apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +111,Please select Price List,請選擇價格表
858apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +180,Item {0} does not exist in the system or has expired,項目{0}不存在於系統中或已過期
859apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +191,Operation {0} is repeated in Operations Table,{0}作業在作業表內是重複實施的
860apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +202,Operation {0} not present in Operations Table,{0}作業在作業表內不存在
861apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +208,Quantity required for Item {0} in row {1},列{1}項目{0}必須有數量
862apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +215,Item {0} has been entered multiple times against same operation,項{0}已多次輸入對相同的操作
863apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +231,BOM recursion: {0} cannot be parent or child of {2},BOM遞歸: {0}不能父母或兒童{2}
864apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +362,Cannot deactivate or cancel BOM as it is linked with other BOMs,
865apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +422,BOM {0} must be active,
866apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +425,BOM {0} must be submitted,
867apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +428,BOM {0} does not belong to Item {1},
868apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +64,Raw material cannot be same as main Item,原料不能同主品相
869apps/erpnext/erpnext/manufacturing/doctype/bom/bom_list.html +13,Default,默認
870apps/erpnext/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py +21,BOM replaced,BOM取代
871apps/erpnext/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py +25,Current BOM and New BOM can not be same,當前BOM和新BOM不能相同
872apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +124,Please enter Production Item first,請先輸入生產項目
873apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +24,Submit this Production Order for further processing.,提交此生產訂單進行進一步的處理。
874apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +27,Complete,完整
875apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +30,Stopped,停止
876apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +63,Transfer Raw Materials,轉移原材料
877apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +65,Update Finished Goods,更新成品
878apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +73,Unstop,Unstop
879apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +81,Do you really want to stop production order: ,確定真的要停止工單:
880apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +89,Do really want to unstop production order: ,Do really want to unstop production order:
881apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +114,Manufactured quantity {0} cannot be greater than planned quanitity {1} in Production Order {2},生產量{0}不能大於計劃quanitity {1}生產訂單中{2}
882apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +120,Work-in-Progress Warehouse is required before Submit,工作在進展倉庫提交之前,需要
883apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +122,For Warehouse is required before Submit,對於倉庫之前,需要提交
884apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +132,Cannot cancel because submitted Stock Entry {0} exists,不能取消,因為提交股票輸入{0}存在
885apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +189,No Permission,無權限
886apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +45,Sales Order {0} is not valid,銷售訂單{0}無效
887apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +77,Cannot produce more Item {0} than Sales Order quantity {1},不能產生更多的項目{0}不是銷售訂單數量{1}
888apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +85,Production Order status is {0},生產訂單狀態為{0}
889apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +24,Production Item,
890apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +30,WIP Warehouse,
891apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_list.html +16,Overdue,
892apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_list.html +44,Completed,已完成
893apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.js +57,Please enter Item first,請先輸入品項
894apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +106,Please enter sales order in the above table,請在上表輸入訂單
895apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +161,Please enter Planned Qty for Item {0} at row {1},請輸入列{1}的品項{0}的計劃數量
896apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +165,Please enter BOM for Item {0} at row {1},請對第{1}列的{0}品項輸入BOM
897apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +171,Incorrect or Inactive BOM {0} for Item {1} at row {2},不正確或不活動的BOM {0}的項目{1}在列{2}
898apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +185,{0} created,{0}創建
899apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +187,No Production Orders created,沒有創建生產訂單
900apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +310,Please enter Warehouse for which Material Request will be raised,請輸入物料需求欲增加的倉庫
901apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +404,Material Requests {0} created,{0}材料需求創建
902apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +406,Nothing to request,無需求
903apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +48,Please enter Company,請輸入公司名稱
904apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +18,Standard Buying,標準採購
905apps/erpnext/erpnext/patches/v4_0/create_price_list_if_missing.py +21,Standard Selling,標準銷售
906apps/erpnext/erpnext/projects/doctype/project/project.js +11,Tasks,根據發票日期付款週期
907apps/erpnext/erpnext/projects/doctype/project/project.js +7,Gantt Chart,甘特圖
908apps/erpnext/erpnext/projects/doctype/project/project.py +29,Expected Completion Date can not be less than Project Start Date,預計完成日期不能少於項目開始日期
909apps/erpnext/erpnext/projects/doctype/project/project_list.html +30,% Tasks Completed,
910apps/erpnext/erpnext/projects/doctype/project/project_list.html +35,% Milestones Achieved,
911apps/erpnext/erpnext/projects/doctype/task/task.py +30,'Expected Start Date' can not be greater than 'Expected End Date',“預計開始日期”不能大於“預計結束日期'
912apps/erpnext/erpnext/projects/doctype/task/task.py +33,'Actual Start Date' can not be greater than 'Actual End Date',“實際開始日期”不能大於“實際結束日期'
913apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +54,This Time Log conflicts with {0},這個時間日誌與衝突{0}
914apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.html +16,hours,
915apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.html +7,Billable,計費
916apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +13,Please select Time Logs.,請選擇時間記錄。
917apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +21,Time Log is not billable,時間日誌是不計費
918apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +25,Time Log Status must be Submitted.,時間日誌狀態必須被提交。
919apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +9,Make Time Log Batch,做時間記錄批
920apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,選擇時間日誌並提交以創建一個新的銷售發票。
921apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +22,Click on 'Make Sales Invoice' button to create a new Sales Invoice.,單擊“製作銷售發票”按鈕來創建一個新的銷售發票。
922apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +23,This Time Log Batch has been billed.,此時日誌批量一直標榜。
923apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +24,This Time Log Batch has been cancelled.,此時日誌批次已被取消。
924apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +28,Make Sales Invoice,做銷售發票
925apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.py +33,Time Log {0} must be 'Submitted',時間日誌{0}必須是'提交'
926apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +16,From Datetime,
927apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +16,Time Log,時間日誌
928apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,Activity Type,活動類型
929apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,Hours,小時
930apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,Task,任務
931apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,
932apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +18,Task Subject,
933apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +25,Cost of Purchased Items,
934apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +25,Project Id,
935apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Cost of Delivered Items,
936apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Cost of Issued Items,
937apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Project Name,專案名稱
938apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Project Status,
939apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +28,Project Value,專案值
940apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +29,Completion Date,完成日期
941apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +29,Project Start Date,專案開始日期
942apps/erpnext/erpnext/selling/doctype/customer/customer.js +46,Loading...,載入中...
943apps/erpnext/erpnext/selling/doctype/customer/customer.py +159,Credit limit has been crossed for customer {0} {1}/{2},
944apps/erpnext/erpnext/selling/doctype/customer/customer.py +165,Please contact to the user who have Sales Master Manager {0} role,
945apps/erpnext/erpnext/selling/doctype/customer/customer.py +79,A Customer Group exists with same name please change the Customer name or rename the Customer Group,客戶群組存在相同名稱,請更改客戶名稱或重新命名客戶群組
946apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +100,Please pull items from Delivery Note,請送貨單拉項目
947apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +50,Serial No is mandatory for Item {0},項目{0}的序列號是強制性的
948apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +52,Item {0} is not a serialized Item,項{0}不是一個序列化的項目
949apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +57,Serial No {0} does not exist,序列號{0}不存在
950apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +65,Item {0} with Serial No {1} is already installed,項{0}與序列號{1}已經安裝
951apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +75,Serial No {0} does not belong to Delivery Note {1},序列號{0}不屬於送貨單{1}
952apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +96,Installation date cannot be before delivery date for Item {0},品項{0}的安裝日期不能早於交付日期
953apps/erpnext/erpnext/selling/doctype/lead/lead.js +30,Create Customer,創建客戶
954apps/erpnext/erpnext/selling/doctype/lead/lead.js +32,Create Opportunity,創造機會
955apps/erpnext/erpnext/selling/doctype/lead/lead.py +34,Campaign Name is required,活動名稱是必需的
956apps/erpnext/erpnext/selling/doctype/lead/lead.py +38,{0} is not a valid email id,{0}不是一個有效的電子郵件ID
957apps/erpnext/erpnext/selling/doctype/lead/lead.py +63,"Email id must be unique, already exists for {0}",電子郵件ID必須是唯一的,已經存在{0}
958apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +115,Set as Lost,設為失落
959apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +117,Reason for losing,原因丟失
960apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +119,Update,更新
961apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +132,There were errors.,有錯誤。
962apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +79,Create Quotation,創建報價
963apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.js +83,Opportunity Lost,失去的機會
964apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.py +112,Cannot Cancel Opportunity as Quotation Exists,無法取消的機遇,報價存在
965apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.py +120,"Cannot declare as lost, because Quotation has been made.",不能聲明為丟失,因為報價已經取得進展。
966apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.py +50,Customer {0} does not exist,客戶{0}不存在
967apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.py +82,Items required,所需物品
968apps/erpnext/erpnext/selling/doctype/opportunity/opportunity.py +86,Lead must be set if Opportunity is made from Lead,如果機會是由鉛製成鉛必須設置
969apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +29,Make Sales Order,製作銷售訂單
970apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +39,From Opportunity,從機會
971apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +92,Please select a value for {0} quotation_to {1},請選擇一個值{0} quotation_to {1}
972apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +176,Please create Customer from Lead {0},請牽頭建立客戶{0}
973apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +35,Item {0} with same description entered twice,項目{0}相同的描述輸入兩次
974apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +48,Item {0} must be Service Item,項{0}必須是服務項目
975apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +55,Item {0} must be Sales Item,項{0}必須是銷售項目
976apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +75,Cannot set as Lost as Sales Order is made.,不能設置為失落的銷售訂單而成。
977apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +79,Please enter item details,請輸入項目細節
978apps/erpnext/erpnext/selling/doctype/sales_bom/sales_bom.js +13,"Please select Item where ""Is Stock Item"" is ""No"" and ""Is Sales Item"" is ""Yes"" and there is no other Sales BOM",請選擇項目,其中“是股票項目”是“否”和“是銷售項目”為“是” ,並沒有其他的銷售BOM
979apps/erpnext/erpnext/selling/doctype/sales_bom/sales_bom.py +27,Parent Item {0} must be not Stock Item and must be a Sales Item,父項{0}必須不是庫存產品,必須是一個銷售項目
980apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +165,Are you sure you want to STOP ,您確定要停止
981apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +180,Are you sure you want to UNSTOP ,您確定要UNSTOP
982apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +23,% Delivered,%交付
983apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +34,Make ,使
984apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +34,Material Request,材料要求
985apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +50,Make Maint. Visit,讓MAINT。訪問
986apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +52,Make Maint. Schedule,讓MAINT。時間表
987apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +66,From Quotation,從報價
988apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +149,Quotation {0} is cancelled,{0}報價被取消
989apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +167,Stopped order cannot be cancelled. Unstop to cancel.,已停止訂單無法取消。 撤銷停止再取消。
990apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +181,Delivery Notes {0} must be cancelled before cancelling this Sales Order,送貨單{0}必須先取消才能取消銷售訂單
991apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +189,Sales Invoice {0} must be cancelled before cancelling this Sales Order,銷售發票{0}必須早於此銷售訂單之前取消
992apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +196,Maintenance Schedule {0} must be cancelled before cancelling this Sales Order,維護時間表{0}必須取消早於取消這個銷售訂單
993apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +202,Maintenance Visit {0} must be cancelled before cancelling this Sales Order,維護訪問{0}必須取消這個銷售訂單之前被取消
994apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +208,Production Order {0} must be cancelled before cancelling this Sales Order,{0}生產單必須早於售貨單前取消
995apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +221,{0} {1} status is Stopped,{0} {1}狀態為stopped
996apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +227,{0} {1} status is Unstopped,{0} {1}狀態為開通
997apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +28,Expected Delivery Date cannot be before Sales Order Date,預計交貨日期不能早於銷售訂單日期
998apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +33,Expected Delivery Date cannot be before Purchase Order Date,預計交貨日期不能早於採購訂單日期
999apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +40,Warning: Sales Order {0} already exists against same Purchase Order number,警告:銷售訂單{0}已經存在對同一採購訂單號
1000apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +51,Reserved warehouse required for stock item {0},所需的庫存項目保留倉庫{0}
1001apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +54,Item {0} has been entered twice,項{0}已被輸入兩次
1002apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +75,Quotation {0} not of type {1},報價{0}非為{1}類型
1003apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +82,Please enter 'Expected Delivery Date',請輸入「預定交付日」
1004apps/erpnext/erpnext/selling/doctype/sales_order/sales_order_list.html +36,Delivered,交付
1005apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +66,Receiver List is empty. Please create Receiver List,收受方列表為空。請創建收受方列表
1006apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +73,Please enter message before sending,在發送前,請填寫留言
1007apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +33,Customer Group / Customer,集團客戶/客戶
1008apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65,Territory / Customer,區域/客戶
1009apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +99,Quantity,數量
1010apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +99,Value,值
1011apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +115,New {0} Name,
1012apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +116,Group Node,
1013apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +117,Further nodes can be only created under 'Group' type nodes,此外節點可以在&#39;集團&#39;類型的節點上創建
1014apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +123,Please enter Employee Id of this sales parson,請輸入本銷售人員的員工ID
1015apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +128,New {0},新的{0}
1016apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +19,Click on a link to get options to expand get options ,點擊一個鏈接以獲取股權以擴大獲取選項
1017apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +47,{0} Tree,
1018apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.js +39,No Data,
1019apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +56,Year,年
1020apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +57,New Customers,
1021apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +58,Repeat Customers,
1022apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60,New Customer Revenue,
1023apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +61,Repeat Customer Revenue,
1024apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +62,Total Revenue,
1025apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +38,Credit Limit,信用額度
1026apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Credit Balance,
1027apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Outstanding Amt,
1028apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js +8,Days Since Last Order,天自上次訂購
1029apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +14,'Days Since Last Order' must be greater than or equal to zero,“自從最後訂購日”必須大於或等於零
1030apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +57,Number of Order,
1031apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +58,Total Order Value,
1032apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +59,Total Order Considered,
1033apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +60,Last Order Amount,
1034apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +61,Last Sales Order Date,
1035apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js +22,Target On,目標在
1036apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51,Achieved,
1037apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +59,Total Achieved,
1038apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.js +14,Document Type,文件類型
1039apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +26,Please select the document type first,請先選擇文檔類型
1040apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +32,Contribution %,
1041apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +33,Contribution Amount,
1042apps/erpnext/erpnext/selling/sales_common.js +191,[Error],[錯誤]
1043apps/erpnext/erpnext/selling/sales_common.js +431,cannot be greater than 100,不能大於100
1044apps/erpnext/erpnext/selling/sales_common.js +485,"For 'Sales BOM' items, Warehouse, Serial No and Batch No will be considered from the 'Packing List' table. If Warehouse and Batch No are same for all packing items for any 'Sales BOM' item, those values can be entered in the main Item table, values will be copied to 'Packing List' table.",對於“銷售物料清單”項,倉庫,序列號和批次號將被從“裝箱清單”表考慮。如果倉庫和批號都是相同的任何“銷售BOM'項目的所有包裝物品,這些值可以在主項目表中輸入,值將被複製到”裝箱單“表。
1045apps/erpnext/erpnext/selling/sales_common.js +600,Cost Center For Item with Item Code ',
1046apps/erpnext/erpnext/selling/sales_common.js +80,Please enter Item Code to get batch no,請輸入產品編號,以獲得批號
1047apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +36,Not authroized since {0} exceeds limits,不允許因為{0}超出範圍
1048apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +37,Can be approved by {0},可以通過{0}的批准
1049apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +24,Duplicate Entry. Please check Authorization Rule {0},重複的條目。請檢查授權規則{0}
1050apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30,Please enter Approving Role or Approving User,請輸入核准角色或審批用戶
1051apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32,Approving User cannot be same as user the rule is Applicable To,批准用戶作為用戶的規則適用於不能相同
1052apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +34,Approving Role cannot be same as role the rule is Applicable To,審批角色作為角色的規則適用於不能相同
1053apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +38,Cannot set authorization on basis of Discount for {0},不能在折扣的基礎上設置授權{0}
1054apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +40,Discount must be less than 100,折扣必須小於100
1055apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',需要' Customerwise折扣“客戶
1056apps/erpnext/erpnext/setup/doctype/backup_manager/backup_dropbox.py +121,Please install dropbox python module,請安裝Dropbox的Python模塊
1057apps/erpnext/erpnext/setup/doctype/backup_manager/backup_dropbox.py +124,Please set Dropbox access keys in your site config,請在您的網站配置設置Dropbox的存取碼
1058apps/erpnext/erpnext/setup/doctype/backup_manager/backup_googledrive.py +120,Please set Google Drive access keys in {0},請設置Google Drive的存取碼{0}
1059apps/erpnext/erpnext/setup/doctype/backup_manager/backup_googledrive.py +147,Updated,已更新
1060apps/erpnext/erpnext/setup/doctype/backup_manager/backup_manager.js +10,You can start by selecting backup frequency and granting access for sync,您可以通過選擇備份的頻率和授權訪問的同步啟動
1061apps/erpnext/erpnext/setup/doctype/backup_manager/backup_manager.js +13,Dropbox,Dropbox
1062apps/erpnext/erpnext/setup/doctype/backup_manager/backup_manager.js +14,Google Drive,Google Drive
1063apps/erpnext/erpnext/setup/doctype/backup_manager/backup_manager.js +27,Backups will be uploaded to,備份將被上傳到
1064apps/erpnext/erpnext/setup/doctype/company/company.py +140,Main,主頁
1065apps/erpnext/erpnext/setup/doctype/company/company.py +182,"Sorry, companies cannot be merged",對不起,企業不能合併
1066apps/erpnext/erpnext/setup/doctype/company/company.py +31,Abbreviation cannot have more than 5 characters,縮寫不能有超過5個字符
1067apps/erpnext/erpnext/setup/doctype/company/company.py +37,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.",不能改變公司的預設貨幣,因為有存在的交易。交易必須取消更改默認貨幣。
1068apps/erpnext/erpnext/setup/doctype/company/company.py +48,Account {0} does not belong to company: {1},帳戶{0}不屬於公司:{1}
1069apps/erpnext/erpnext/setup/doctype/company/company.py +71,Finished Goods,成品
1070apps/erpnext/erpnext/setup/doctype/company/company.py +71,Stores,商店
1071apps/erpnext/erpnext/setup/doctype/company/company.py +71,Work In Progress,工作進行中
1072apps/erpnext/erpnext/setup/doctype/company/company.py +85,Please select Chart of Accounts,
1073apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +20,From Currency and To Currency cannot be same,原始貨幣和目標貨幣不能相同
1074apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.js +14,This is a root customer group and cannot be edited.,ERPNext是一個開源的基於Web的ERP系統通過網絡注技術私人有限公司向提供集成的工具,在一個小的組織管理大多數進程。有關Web註釋,或購買託管楝更多信息,請訪問
1075apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.py +20,An Customer exists with same name,一個客戶存在具有相同名稱
1076apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +19,Email Digest: ,電子郵件摘要:
1077apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +32,Send Now,立即發送
1078apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +41,Message Sent,發送消息
1079apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +59,Add/Remove Recipients,添加/刪除收件人
1080apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6,You must Save the form before proceeding,在繼續之前,您必須儲存表單
1081apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,有一個錯誤。一個可能的原因可能是因為您沒有保存的形式。請聯繫support@erpnext.com如果問題仍然存在。
1082apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +76,disabled user,
1083apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +84,{0} Recipients,
1084apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +9,View Now,立即觀看
1085apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +131,There were no updates in the items selected for this digest.,
1086apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +139,No Updates For,
1087apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +303,All Day,全日
1088apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +309,Upcoming Calendar Events (max 10),
1089apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +311,Calendar Events,日曆事件
1090apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +327,assigned by,由分配
1091apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +17,This is a root item group and cannot be edited.,請先輸入項目
1092apps/erpnext/erpnext/setup/doctype/item_group/item_group.py +39,"An item exists with same name ({0}), please change the item group name or rename the item",具有相同名稱的項目存在( {0} ) ,請更改項目組名或重命名的項目
1093apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +117,Series {0} already used in {1},系列{0}已經被應用在{1}
1094apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +122,"Special Characters except ""-"" and ""/"" not allowed in naming series",除了特殊字符“ - ”和“/”未命名中不允許系列
1095apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +144,Series Updated Successfully,系列已成功更新
1096apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +146,Please select prefix first,請先選擇前綴稱號
1097apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +53,Series Updated,系列更新
1098apps/erpnext/erpnext/setup/doctype/notification_control/notification_control.py +20,Message updated,最新消息
1099apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.js +14,This is a root sales person and cannot be edited.,您可以通過選擇備份頻率啟動和\
1100apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16,Either target qty or target amount is mandatory.,無論是數量目標或目標量是強制性的。
1101apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +26,User ID not set for Employee {0},用戶ID不為員工設置{0}
1102apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +25,Please enter valid mobile nos,請輸入有效的手機號
1103apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +69,Please Update SMS Settings,請更新短信設置
1104apps/erpnext/erpnext/setup/doctype/supplier_type/supplier_type.js +5,There is nothing to edit.,對於如1美元= 100美分
1105apps/erpnext/erpnext/setup/doctype/territory/territory.js +14,This is a root territory and cannot be edited.,集團或Ledger ,借方或貸方,是特等帳戶
1106apps/erpnext/erpnext/setup/doctype/territory/territory.py +19,Either target qty or target amount is mandatory,無論是數量目標或目標量是必需的
1107apps/erpnext/erpnext/setup/page/setup_wizard/default_website.py +28,This is an example website auto-generated from ERPNext,這是一個示例網站從ERPNext自動生成
1108apps/erpnext/erpnext/setup/page/setup_wizard/default_website.py +62,Products,產品
1109apps/erpnext/erpnext/setup/page/setup_wizard/default_website.py +80,General,一般
1110apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +100,Non Profit,非營利
1111apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +101,Government,政府
1112apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +105,Local,當地
1113apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +107,Electrical,電子的
1114apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +108,Hardware,硬件
1115apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +109,Pharmaceutical,製藥
1116apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +110,Distributor,經銷商
1117apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +113,Sales Team,銷售團隊
1118apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +116,Unit,單位
1119apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +117,Box,箱
1120apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +118,Kg,公斤
1121apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +119,Nos,NOS
1122apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +120,Pair,對
1123apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +121,Set,集合
1124apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +122,Hour,小時
1125apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +123,Minute,分鐘
1126apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +126,Cheque,支票
1127apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +128,Credit Card,信用卡
1128apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +129,Wire Transfer,電匯
1129apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +130,Bank Draft,銀行匯票
1130apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +133,Planning,規劃
1131apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +134,Research,研究
1132apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +135,Proposal Writing,提案寫作
1133apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +136,Execution,執行
1134apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +137,Communication,通訊
1135apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +140,Accounting,會計
1136apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +141,Advertising,廣告
1137apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +142,Aerospace,航天
1138apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +143,Agriculture,農業
1139apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +144,Airline,航空公司
1140apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +145,Apparel & Accessories,服裝及配飾
1141apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +146,Automotive,汽車
1142apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +147,Banking,銀行業
1143apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +148,Biotechnology,生物技術
1144apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +149,Broadcasting,廣播
1145apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +150,Brokerage,佣金
1146apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +151,Chemical,化學藥品
1147apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +152,Computer,電腦
1148apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +153,Consulting,諮詢
1149apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +154,Consumer Products,消費類產品
1150apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +155,Cosmetics,化妝品
1151apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +156,Defense,防禦
1152apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +157,Department Stores,百貨
1153apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +158,Education,教育
1154apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +159,Electronics,電子
1155apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +160,Energy,能源
1156apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +161,Entertainment & Leisure,娛樂休閒
1157apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +162,Executive Search,獵頭
1158apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +163,Financial Services,金融服務
1159apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +164,"Food, Beverage & Tobacco",食品、飲料&煙草
1160apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +165,Grocery,雜貨
1161apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +166,Health Care,保健
1162apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +167,Internet Publishing,互聯網出版
1163apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +168,Investment Banking,投資銀行業務
1164apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +17,All Item Groups,所有項目組
1165apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +170,Manufacturing,製造業
1166apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +171,Motion Picture & Video,電影和視頻
1167apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +172,Music,音樂
1168apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +173,Newspaper Publishers,報紙出版商
1169apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +174,Online Auctions,網上拍賣
1170apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +175,Pension Funds,養老基金
1171apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +176,Pharmaceuticals,製藥
1172apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +177,Private Equity,私募股權投資
1173apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +178,Publishing,出版
1174apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +179,Real Estate,房地產
1175apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +180,Retail & Wholesale,零售及批發
1176apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +181,Securities & Commodity Exchanges,證券及商品交易所
1177apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +183,Soap & Detergent,肥皂和洗滌劑
1178apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +184,Software,軟件
1179apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +185,Sports,體育
1180apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +186,Technology,技術
1181apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +187,Telecommunications,電信
1182apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +188,Television,電視
1183apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +189,Transportation,運輸
1184apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +190,Venture Capital,創業投資
1185apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +21,Raw Material,原料
1186apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +23,Services,服務
1187apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +25,Sub Assemblies,子組件
1188apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +27,Consumable,耗材
1189apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +31,Income Tax,所得稅
1190apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +34,Basic,基本的
1191apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +37,Calls,電話
1192apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +38,Food,食物
1193apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +39,Medical,醫療
1194apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +40,Others,他人
1195apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +41,Travel,旅遊
1196apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +44,Casual Leave,事假
1197apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +45,Compensatory Off,補假
1198apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +46,Sick Leave,病假
1199apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +47,Privilege Leave,特權休假
1200apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +51,Full-time,全日制
1201apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +52,Part-time,兼任
1202apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +53,Probation,緩刑
1203apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +54,Contract,合同
1204apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +55,Commission,佣金
1205apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +56,Piecework,計件工作
1206apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +57,Intern,實習生
1207apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +58,Apprentice,學徒
1208apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +62,Marketing,市場營銷
1209apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +64,Purchase,採購
1210apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +65,Operations,操作
1211apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +66,Production,生產
1212apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +67,Dispatch,調度
1213apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +68,Customer Service,顧客服務
1214apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +70,Management,管理
1215apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +71,Quality Management,品質管理
1216apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +72,Research & Development,研究與發展
1217apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +73,Legal,法律
1218apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +77,Manager,經理
1219apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +78,Analyst,分析人士
1220apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +79,Engineer,工程師
1221apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +80,Accountant,會計人員
1222apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +81,Secretary,秘書
1223apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +82,Associate,關聯
1224apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +83,Administrative Officer,政務主任
1225apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +84,Business Development Manager,業務發展經理
1226apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +85,HR Manager,人力資源經理
1227apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +86,Project Manager,專案經理
1228apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +87,Head of Marketing and Sales,營銷和銷售主管
1229apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +88,Software Developer,軟件開發人員
1230apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +89,Designer,設計師
1231apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +90,Assistant,助理
1232apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +91,Researcher,研究員
1233apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +94,All Territories,所有的領土
1234apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +97,All Customer Groups,所有客戶群
1235apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +98,Individual,個人
1236apps/erpnext/erpnext/setup/page/setup_wizard/install_fixtures.py +99,Commercial,商業
1237apps/erpnext/erpnext/setup/page/setup_wizard/sample_home_page.html +14,Awesome Services,真棒服務
1238apps/erpnext/erpnext/setup/page/setup_wizard/sample_home_page.html +3,Awesome Products,真棒產品
1239apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +101,Your Login Id,您的登錄ID
1240apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +102,Password,密碼
1241apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +105,Attach Your Picture,附上你的照片
1242apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +107,The first user will become the System Manager (you can change that later).,第一個用戶將成為系統管理器(您可以在以後更改)。
1243apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +130,"Country, Timezone and Currency",國家,時區和貨幣
1244apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +133,Country,國家
1245apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +135,Default Currency,默認貨幣
1246apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +137,Time Zone,時區
1247apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +142,Select your home country and check the timezone and currency.,選擇您的國家和檢查時區和貨幣。
1248apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +192,The Organization,本組織
1249apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +195,Company Name,公司名稱
1250apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +196,"e.g. ""My Company LLC""",例如“我的公司有限責任公司”
1251apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +197,Company Abbreviation,公司縮寫
1252apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +198,Max 5 characters,最多5個字符
1253apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +198,"e.g. ""MC""",例如“MC”
1254apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +199,Financial Year Start Date,財政年度開始日期
1255apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +200,Your financial year begins on,您的會計年度自
1256apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +201,Financial Year End Date,財政年度年結日
1257apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +202,Your financial year ends on,您的財政年度結束於
1258apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +203,What does it do?,它有什麼作用?
1259apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +204,"e.g. ""Build tools for builders""",例如「建設建設者工具“
1260apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +206,The name of your company for which you are setting up this system.,您的公司要為其設立這個系統的名稱。
1261apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +22,Login with your new User ID,使用你的新的用戶ID登錄
1262apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +234,Logo and Letter Heads,標誌和信頭
1263apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +235,Upload your letter head and logo - you can edit them later.,上傳你的信頭和標誌 - 你可以在以後對其進行編輯。
1264apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +238,Attach Letterhead,附加信
1265apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +239,Keep it web friendly 900px (w) by 100px (h),900px (寬)x 100像素(高)
1266apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +242,Attach Logo,附加標誌
1267apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +250,Add Taxes,添加稅賦
1268apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +251,"List your tax heads (e.g. VAT, Excise; they should have unique names) and their standard rates. This will create a standard template, which you can edit and add more later.",列出你的頭稅(如增值稅,消費稅,他們應該有唯一的名稱)及其標準費率。
1269apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +257,Tax,稅
1270apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +258,e.g. VAT,例如增值稅
1271apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +260,Rate (%),率( % )
1272apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +260,e.g. 5,例如5
1273apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +270,Your Customers,您的客戶
1274apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +271,List a few of your customers. They could be organizations or individuals.,列出一些你的客戶。他們可以是組織或個人。
1275apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +281,Contact Name,聯繫人姓名
1276apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +291,Your Suppliers,您的供應商
1277apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +292,List a few of your suppliers. They could be organizations or individuals.,列出一些你的供應商。他們可以是組織或個人。
1278apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +312,Your Products or Services,您的產品或服務
1279apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +313,"List your products or services that you buy or sell. Make sure to check the Item Group, Unit of Measure and other properties when you start.",列出您售出或購買的產品或服務,並請確認品項群駔、單位與其它屬性。
1280apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +321,A Product or Service,產品或服務
1281apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +322,We sell this Item,我們賣這種產品
1282apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +323,We buy this Item,我們買這個項目
1283apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +325,Group,組
1284apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +331,Attach Image,附上圖片
1285apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +40,Welcome,歡迎
1286apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +42,ERPNext Setup,ERPNext設置
1287apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +44,Welcome to ERPNext. Over the next few minutes we will help you setup your ERPNext account. Try and fill in as much information as you have even if it takes a bit longer. It will save you a lot of time later. Good Luck!,歡迎來到ERPNext。在接下來的幾分鐘裡,我們將幫助您設定您的ERPNext帳戶。請您嘗試並盡可能填寫足夠的訊息,即使它需要多花一點的時間。但這將節省您大量的時間。祝你好運!
1288apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +461,Previous,上一筆
1289apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +462,Next,下一個
1290apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +463,Complete Setup,完成安裝
1291apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +47,Setting up...,設置...
1292apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +49,Sit tight while your system is being setup. This may take a few moments.,坐好囉!您的系統正在安裝。這可能需要一些時間。
1293apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +52,Setup Complete,安裝完成
1294apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +54,Your setup is complete. Refreshing...,您的設定已完成。更新中...
1295apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +59,Select Your Language,選擇您的語言
1296apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +63,Language,語言
1297apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +70,Welcome to ERPNext. Please select your language to begin the Setup Wizard.,歡迎來到ERPNext 。請選擇你的語言,開始安裝嚮導。
1298apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +93,The First User: You,第一個用戶:您
1299apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +96,First Name,名字
1300apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js +98,Last Name,姓
1301apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py +22,Setup Already Complete!!,安裝已經完成!
1302apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py +390,Standard,標準
1303apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.py +423,Rest Of The World,世界其他地區
1304apps/erpnext/erpnext/setup/utils.py +14,Please specify Default Currency in Company Master and Global Defaults,請在公司主及全球默認指定默認貨幣
1305apps/erpnext/erpnext/shopping_cart/__init__.py +68,{0} cannot be purchased using Shopping Cart,
1306apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +113,Missing Currency Exchange Rates for {0},
1307apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +166,You need to enable Shopping Cart,
1308apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +40,{0} {1} has a common territory {2},
1309apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +52,Please specify a Price List which is valid for Territory,
1310apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +89,Please specify currency in Company,
1311apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +99,Currency is required for Price List {0},
1312apps/erpnext/erpnext/stock/doctype/batch/batch.py +17,The selected item cannot have Batch,
1313apps/erpnext/erpnext/stock/doctype/batch/batch_list.html +11,Expired,
1314apps/erpnext/erpnext/stock/doctype/batch/batch_list.html +16,Expiry,
1315apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +32,Make Installation Note,使安裝注意事項
1316apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +41,Make Packing Slip,製作裝箱單
1317apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +159,Note: Item {0} entered multiple times,注:項目{0}多次輸入
1318apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +172,Warehouse required for stock Item {0},需要現貨產品倉庫{0}
1319apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +230,Packed quantity must equal quantity for Item {0} in row {1},盒裝數量必須等於{1}列品項{0}的數量
1320apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +241,Sales Invoice {0} has already been submitted,銷售發票{0}已提交
1321apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +248,Installation Note {0} has already been submitted,安裝注意{0}已提交
1322apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,裝箱單( S)取消
1323apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +281,Reserved Warehouse is missing in Sales Order,保留倉庫在銷售訂單失踪
1324apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +316,All these items have already been invoiced,所有這些項目已開具發票
1325apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +96,Sales Order required for Item {0},所需的{0}項目銷售訂單
1326apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note_list.html +23,% Installed,%安裝
1327apps/erpnext/erpnext/stock/doctype/item/item.js +13,This Item is a Template and cannot be used in transactions. Item attributes will be copied over into the variants unless 'No Copy' is set,
1328apps/erpnext/erpnext/stock/doctype/item/item.js +14,Show Variants,
1329apps/erpnext/erpnext/stock/doctype/item/item.js +155,"Please select an ""Image"" first",請先選擇一個「圖像」
1330apps/erpnext/erpnext/stock/doctype/item/item.js +172,"Weight is mentioned,\nPlease mention ""Weight UOM"" too",重被提及,\ n請別說“重量計量單位”太
1331apps/erpnext/erpnext/stock/doctype/item/item.js +19,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,
1332apps/erpnext/erpnext/stock/doctype/item/item.js +204,You may need to update: {0},你可能需要更新: {0}
1333apps/erpnext/erpnext/stock/doctype/item/item.js +76,Add / Edit Prices,
1334apps/erpnext/erpnext/stock/doctype/item/item.py +123,"Default Unit of Measure can not be changed directly because you have already made some transaction(s) with another UOM. To change default UOM, use 'UOM Replace Utility' tool under Stock module.",整合進來支持電子郵件,支持票
1335apps/erpnext/erpnext/stock/doctype/item/item.py +134,Item Template cannot have stock and varaiants. Please remove stock from warehouses {0},
1336apps/erpnext/erpnext/stock/doctype/item/item.py +142,Item cannot be a variant of a variant,
1337apps/erpnext/erpnext/stock/doctype/item/item.py +148,{0} {1} is entered more than once in Item Variants table,
1338apps/erpnext/erpnext/stock/doctype/item/item.py +175,Item Variants {0} created,
1339apps/erpnext/erpnext/stock/doctype/item/item.py +178,Item Variants {0} updated,
1340apps/erpnext/erpnext/stock/doctype/item/item.py +181,Item Variants {0} deleted,
1341apps/erpnext/erpnext/stock/doctype/item/item.py +269,Unit of Measure {0} has been entered more than once in Conversion Factor Table,計量單位{0}已經進入不止一次在轉換係數表
1342apps/erpnext/erpnext/stock/doctype/item/item.py +274,Conversion factor for default Unit of Measure must be 1 in row {0},為缺省的計量單位轉換因子必須是1行{0}
1343apps/erpnext/erpnext/stock/doctype/item/item.py +278,"As Production Order can be made for this item, it must be a stock item.",由於生產訂單可以為這個項目提出,它必須是一個股票項目。
1344apps/erpnext/erpnext/stock/doctype/item/item.py +281,'Has Serial No' can not be 'Yes' for non-stock item,'有序列號'不能為'是'非庫存項目
1345apps/erpnext/erpnext/stock/doctype/item/item.py +291,Default BOM must be for this item or its template,
1346apps/erpnext/erpnext/stock/doctype/item/item.py +300,"Item must be a purchase item, as it is present in one or many Active BOMs",項目必須是購買項目,因為它存在於一個或多個活躍的BOM
1347apps/erpnext/erpnext/stock/doctype/item/item.py +317,Item Tax Row {0} must have account of type Tax or Income or Expense or Chargeable,商品稅行{0}必須有帳戶類型稅或收入或支出或課稅的
1348apps/erpnext/erpnext/stock/doctype/item/item.py +320,{0} entered twice in Item Tax,{0}輸入兩次項稅
1349apps/erpnext/erpnext/stock/doctype/item/item.py +329,Barcode {0} already used in Item {1},條碼{0}已經用在項目{1}
1350apps/erpnext/erpnext/stock/doctype/item/item.py +33,Item Code is mandatory because Item is not automatically numbered,產品編號是強制性的,因為項目沒有自動編號
1351apps/erpnext/erpnext/stock/doctype/item/item.py +341,"As there are existing stock transactions for this item, you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method'",
1352apps/erpnext/erpnext/stock/doctype/item/item.py +351,"To set reorder level, item must be a Purchase Item",
1353apps/erpnext/erpnext/stock/doctype/item/item.py +359,Row {0}: An Reorder entry already exists for this warehouse {1},
1354apps/erpnext/erpnext/stock/doctype/item/item.py +370,"An Item Group exists with same name, please change the item name or rename the item group",項目組存在具有相同名稱,請更改項目名稱或重命名的項目組
1355apps/erpnext/erpnext/stock/doctype/item/item.py +391,Item {0} does not exist,項目{0}不存在
1356apps/erpnext/erpnext/stock/doctype/item/item.py +396,"To merge, following properties must be same for both items",若要合併,以下屬性必須為這兩個項目是相同的
1357apps/erpnext/erpnext/stock/doctype/item/item.py +41,Please enter default Unit of Measure,請輸入預設的計量單位
1358apps/erpnext/erpnext/stock/doctype/item/item.py +442,Item {0} has reached its end of life on {1},項{0}已達到其壽命結束於{1}
1359apps/erpnext/erpnext/stock/doctype/item/item.py +450,Item {0} is not a stock Item,項{0}不是缺貨登記
1360apps/erpnext/erpnext/stock/doctype/item/item.py +459,Item {0} is cancelled,項{0}將被取消
1361apps/erpnext/erpnext/stock/doctype/item/item.py +83,Default Warehouse is mandatory for stock Item.,默認倉庫是強制性的股票項目。
1362apps/erpnext/erpnext/stock/doctype/item/item_list.html +10,Stock Item,
1363apps/erpnext/erpnext/stock/doctype/item/item_list.html +17,Sales Item,
1364apps/erpnext/erpnext/stock/doctype/item/item_list.html +24,Purchase Item,
1365apps/erpnext/erpnext/stock/doctype/item/item_list.html +31,Manufactured Item,
1366apps/erpnext/erpnext/stock/doctype/item/item_list.html +38,Shown in Website,
1367apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +14,{0} must appear only once,
1368apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +23,Item {0} not found,項{0}未找到
1369apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +34,Item {0} appears multiple times in Price List {1},項{0}中多次出現價格表{1}
1370apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +13,Please enter company first,請先輸入公司
1371apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +47,Charges will be distributed proportionately based on item amount,
1372apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50,Remove item if charges is not applicable to that item,
1373apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +53,Charges are updated in Purchase Receipt against each item,
1374apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +56,Item valuation rate is recalculated considering landed cost voucher amount,
1375apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +59,Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts,
1376apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +71,Please enter Purchase Receipt first,
1377apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +48,Please enter Purchase Receipts,
1378apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +51,Please enter Taxes and Charges,
1379apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +57,Purchase Receipt must be submitted,
1380apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +63,Item must be added using 'Get Items from Purchase Receipts' button,
1381apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +65,Item Row {0}: Purchase Receipt {1} does not exist in above 'Purchase Receipts' table,
1382apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +107,Fetch exploded BOM (including sub-assemblies),取得爆炸BOM(包括子組件)
1383apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +175,Warning: Material Requested Qty is less than Minimum Order Qty,警告:材料要求的數量低於最低起訂量
1384apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +180,Do you really want to STOP this Material Request?,你真的要停止這種材料要求?
1385apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +191,Do you really want to UNSTOP this Material Request?,難道你真的想要UNSTOP此材料要求?
1386apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +31,Fulfilled,填滿的
1387apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +35,Get Items from BOM,獲取項目從物料清單
1388apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +41,Make Supplier Quotation,讓供應商報價
1389apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +46,Transfer Material,轉印材料
1390apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +50,Issue Material,
1391apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +83,Unstop Material Request,Unstop材料要求
1392apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +102,Status updated to {0},狀態更新為{0}
1393apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +55,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},最大的材料要求{0}可為項目{1}對銷售訂單{2}
1394apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +60,Expected Date cannot be before Material Request Date,消息大於160個字符將會被分成多個消息
1395apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.html +25,Ordered,訂購
1396apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +48,Case No. cannot be 0,案號不能為0
1397apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +54,'To Case No.' cannot be less than 'From Case No.',“要案件編號”不能少於&#39;從案號“
1398apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +75,You have entered duplicate items. Please rectify and try again.,您輸入重複的項目。請糾正,然後再試一次。
1399apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +81,Invalid quantity specified for item {0}. Quantity should be greater than 0.,為項目指定了無效的數量{0} 。量應大於0 。
1400apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +97,Different UOM for items will lead to incorrect (Total) Net Weight value. Make sure that Net Weight of each item is in the same UOM.,不同計量單位的項目會導致不正確的(總)淨重值。確保每個項目的淨重是在同一個計量單位。
1401apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +121,Quantity for Item {0} must be less than {1},項目{0}的數量必須小於{1}
1402apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +35,Delivery Note {0} must not be submitted,送貨單{0}不能提交
1403apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40,No Items to pack,無項目包裝
1404apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +47,Please specify a valid 'From Case No.',請指定一個有效的“從案號”
1405apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +65,Case No(s) already in use. Try from Case No {0},案例編號已在使用中( S) 。從案例沒有嘗試{0}
1406apps/erpnext/erpnext/stock/doctype/price_list/price_list.py +14,Price List must be applicable for Buying or Selling,價格表必須適用於購買或出售
1407apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +138,Please enter Item Code.,請輸入產品編號。
1408apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +19,Make Purchase Invoice,做出購買發票
1409apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +61,Error: {0} > {1},錯誤: {0} > {1}
1410apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +100,Accepted + Rejected Qty must be equal to Received quantity for Item {0},品項{0}的允收+批退的數量必須等於收到量
1411apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +130,Purchase Order number required for Item {0},所需物品{0}的採購訂單號
1412apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +202,Quality Inspection required for Item {0},項目{0}需要品質檢驗
1413apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +296,Accounting Entry for Stock,
1414apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +397,All items have already been invoiced,所有項目已開具發票
1415apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +84,Rejected Warehouse is mandatory against regected item,拒絕倉庫是必須反對regected項目
1416apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt_list.html +11,Subcontracted,
1417apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.js +22,Set Status as Available,設置狀態為可用
1418apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +166,Delivered Serial No {0} cannot be deleted,交付序號{0}無法刪除
1419apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +168,"Cannot delete Serial No {0} in stock. First remove from stock, then delete.",不能刪除序號{0}。先從庫存中移除,再刪除。
1420apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +172,"Sorry, Serial Nos cannot be merged",對不起,序列號無法合併
1421apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +203,Item {0} is not setup for Serial Nos. Column must be blank,項{0}不是設置為序列號列必須為空白
1422apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +209,Serial No {0} quantity {1} cannot be a fraction,序列號{0}的數量量{1}不能是分數
1423apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +212,{0} Serial Numbers required for Item {0}. Only {0} provided.,{0}所需的物品序列號{0} 。只有{0}提供。
1424apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +216,Duplicate Serial No entered for Item {0},重複的序列號輸入的項目{0}
1425apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +223,Serial No {0} does not belong to Item {1},序列號{0}不屬於項目{1}
1426apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +227,Serial No {0} has already been received,序列號{0}已收到
1427apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +232,Serial No {0} does not belong to Warehouse {1},序列號{0}不屬於倉庫{1}
1428apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +237,Serial No {0} status must be 'Available' to Deliver,序列號{0}的狀態必須為「有」才可交付
1429apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +242,Serial No {0} not in stock,序列號{0}無貨
1430apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +244,Serial Nos Required for Serialized Item {0},序列號為必填項序列為{0}
1431apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +292,Serial No {0} created,序列號{0}創建
1432apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +30,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,新的序列號不能有倉庫。倉庫必須由股票輸入或外購入庫單進行設置
1433apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +58,Item Code cannot be changed for Serial No.,產品編號不能為序列號改變
1434apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +61,Warehouse cannot be changed for Serial No.,倉庫不能為序列號改變
1435apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +70,Item {0} is not setup for Serial Nos. Check Item master,項{0}不是設置為序列號檢查項目主
1436apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +172,You can not enter both Delivery Note No and Sales Invoice No. Please enter any one.,請輸入倉庫的材料要求將提高
1437apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +176,Please enter Delivery Note No or Sales Invoice No to proceed,請輸入送貨單號或銷售發票號碼以處理
1438apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +191,Please enter Purchase Receipt No to proceed,請輸入外購入庫單編號以處理
1439apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +199,Make Excise Invoice,使消費稅發票
1440apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +74,Make Credit Note,使信貸注
1441apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +78,Make Debit Note,讓繳費單
1442apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +115,Row #{0}: Please specify Serial No for Item {1},列#{0}:請為項目{1}指定序號
1443apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +141,Atleast one warehouse is mandatory,至少要有一間倉庫
1444apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +144,Source warehouse is mandatory for row {0},列{0}的來源倉是必要的
1445apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +147,Target warehouse is mandatory for row {0},目標倉庫是強制性的行{0}
1446apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +158,Target warehouse in row {0} must be same as Production Order,行目標倉庫{0}必須與生產訂單
1447apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +166,Source and target warehouse cannot be same for row {0},列{0}的來源和目標倉庫不可相同
1448apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +172,Production order number is mandatory for stock entry purpose manufacture,
1449apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +197,Stock Entries already created for Production Order ,庫存項目已為生產訂單創建
1450apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +210,Total valuation for manufactured or repacked item(s) can not be less than total valuation of raw materials,總估價為製造或重新打包項目(S)不能小於原料的總估值
1451apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +221,Posting date and posting time is mandatory,發布日期和發布時間是必需的
1452apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +242,"Row {0}: Qty not avalable in warehouse {1} on {2} {3}.
1453 Available Qty: {4}, Transfer Qty: {5}",
1454apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +304,Quantity in row {0} ({1}) must be same as manufactured quantity {2},列{0}的數量({1})必須與生產量{2}相同
1455apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +313,{0} {1} must be submitted,{0} {1}必須提交
1456apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +318,'Update Stock' for Sales Invoice {0} must be set,'更新庫存“的銷售發票{0}必須設置
1457apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +32,From {0} to {1},
1458apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +327,Posting timestamp must be after {0},發布時間戳記必須晚於{0}
1459apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +335,Item {0} does not exist in {1} {2},項目{0}不存在於{1} {2}
1460apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +345,Item {0} has already been returned,項{0}已被退回
1461apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +347,Cannot return more than {0} for Item {1},不能返回超過{0}的項目{1}
1462apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +388,Production Order {0} must be submitted,生產訂單{0}必須提交
1463apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +391,Transaction not allowed against stopped Production Order {0},交易不反對停止生產訂單允許{0}
1464apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +416,Item {0} is not active or end of life has been reached,項目{0}不活躍或生命的盡頭已經達到
1465apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +442,UOM coversion factor required for UOM: {0} in Item: {1},所需的計量單位計量單位:丁文因素:{0}項:{1}
1466apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +499,Stock Entry against Production Order must be for 'Material Transfer' or 'Manufacture',
1467apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +502,Manufacturing Quantity is mandatory,生產數量是必填的
1468apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +575,All items have already been transferred for this Production Order.,
1469apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +578,Pending Items {0} updated,待批項目{0}已更新
1470apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +631,Item or Warehouse for row {0} does not match Material Request,項目或倉庫為行{0}不匹配材料要求
1471apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +85,Purpose must be one of {0},目的必須是一個{0}
1472apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +99,{0} is not a stock Item,{0}不是一個缺貨登記
1473apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +43,Negative balance in Batch {0} for Item {1} at Warehouse {2} on {3} {4},在批處理負平衡{0}項目{1}在倉庫{2}在{3} {4}
1474apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +54,Actual Qty is mandatory,
1475apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +62,Item {0} must be a stock Item,項{0}必須是一個缺貨登記
1476apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +72,{0} is not a valid Batch Number for Item {1},{0}不是對項目的有效批號{1}
1477apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +75,Stock cannot exist for Item {0} since has variants,
1478apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +86,Stock transactions before {0} are frozen,{0}前的庫存交易被凍結
1479apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +93,Not allowed to update stock transactions older than {0},不允許更新比年長的股票交易{0}
1480apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +124,Download Reconcilation Data,下載Reconcilation數據
1481apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +125,Stock Reconcilation Data,股票Reconcilation數據
1482apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +62,You can submit this Stock Reconciliation.,您可以提交該股票對賬。
1483apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +64,"Download the Template, fill appropriate data and attach the modified file.",下載模板,填寫相應的數據,並附加了修改後的文件。
1484apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +67,Cancelling this Stock Reconciliation will nullify its effect.,取消這個股票和解將抵消其影響。
1485apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +79,Download Template,下載模板
1486apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +80,Stock Reconcilation Template,股票Reconcilation模板
1487apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +81,Stock Reconciliation,庫存對賬
1488apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +83,"Stock Reconciliation can be used to update the stock on a particular date, usually as per physical inventory.",庫存對賬可以用來更新股票在某一特定日期,通常按照實際庫存。
1489apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +84,"When submitted, the system creates difference entries to set the given stock and valuation on this date.",提交時,系統會創建差異的條目來設置給定的股票及估值對這個日期。
1490apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +85,It can also be used to create opening stock entries and to fix stock value.,它也可以用來創建期初存貨項目和解決股票價值。
1491apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +87,Notes:,注意事項:
1492apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +88,Item Code and Warehouse should already exist.,產品編號和倉庫應該已經存在。
1493apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +89,You can update either Quantity or Valuation Rate or both.,你可以更新數量或估值速率或兩者兼而有之。
1494apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.js +90,"If no change in either Quantity or Valuation Rate, leave the cell blank.",如果在任一數量或估價率沒有變化,離開細胞的空白。
1495apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +105,Item: {0} not found in the system,貨號: {0}沒有在系統中找到
1496apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +113,"Serialized Item {0} cannot be updated \
1497 using Stock Reconciliation",
1498apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +118,"Item: {0} managed batch-wise, can not be reconciled using \
1499 Stock Reconciliation, instead use Stock Entry",
1500apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +125,Row # ,列#
1501apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +135,Stock Reconciliation file not uploaded,
1502apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +157,Valuation Rate required for Item {0},所需物品估價速率{0}
1503apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +203,Please enter Cost Center,請輸入成本中心
1504apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +213,Please enter Expense Account,請輸入您的費用帳戶
1505apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +216,"Difference Account must be a 'Liability' type account, since this Stock Reconciliation is an Opening Entry",差的帳戶必須是'責任'類型的帳戶,因為這個股票和解是一個開放報名
1506apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +40,Wrong Template: Unable to find head row.,錯誤的模板:找不到頭排。
1507apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +51,Row # {0}: ,列#{0}:
1508apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +59,Sorry! We can only allow upto 100 rows for Stock Reconciliation.,
1509apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +64,Duplicate entry,重複的條目
1510apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +72,Warehouse not found in the system,倉庫系統中未找到
1511apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +77,Please specify either Quantity or Valuation Rate or both,請註明無論是數量或估價率或兩者
1512apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +82,Negative Quantity is not allowed,負數量是不允許
1513apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +87,Negative Valuation Rate is not allowed,負面評價率是不允許的
1514apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26,`Freeze Stocks Older Than` should be smaller than %d days.,`凍結股票早於`應該是%d天前小。
1515apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +101,New UOM must NOT be of type Whole Number,新的計量單位不能是類型整數
1516apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +104,Conversion factor cannot be in fractions,轉換係數不能在分數
1517apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +15,Item is required,項目是必需的
1518apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +18,New Stock UOM is required,新的庫存計量單位是必需的
1519apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +21,New Stock UOM must be different from current stock UOM,全新庫存計量單位必須不同於目前的計量單位
1520apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +25,Conversion Factor is required,轉換係數是必需的
1521apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +29,Item is updated,項目更新
1522apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +36,Stock UOM updated for Item {0},
1523apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +57,Stock balances updated,庫存餘額更新
1524apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +73,Stock Ledger entries balances updated,庫存總帳條目更新結餘
1525apps/erpnext/erpnext/stock/doctype/stock_uom_replace_utility/stock_uom_replace_utility.py +82,Item valuation updated,物品估價更新
1526apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +104,Warehouse {0} does not exist,倉庫{0}不存在
1527apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +107,Both Warehouse must belong to same Company,這兩個倉庫必須屬於同一個公司
1528apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +19,Please enter valid Email Id,請輸入有效的電子郵件Id
1529apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +59,Account head {0} created,帳戶頭{0}創建
1530apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +63,Warehouse {0}: Company is mandatory,倉庫{0}:公司是強制性的
1531apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +72,Please enter parent account group for warehouse {0},
1532apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +74,Warehouse {0}: Parent account {1} does not bolong to the company {2},倉庫{0}:家長帳戶{1}不博隆該公司{2}
1533apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +85,Warehouse {0} can not be deleted as quantity exists for Item {1},倉庫{0} ,從量存在項目不能被刪除{1}
1534apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,股票分類帳項存在這個倉庫倉庫不能被刪除。
1535apps/erpnext/erpnext/stock/get_item_details.py +103,No Item with Barcode {0},沒有條碼{0}的品項
1536apps/erpnext/erpnext/stock/get_item_details.py +107,No Item with Serial No {0},沒有序號{0}的品項
1537apps/erpnext/erpnext/stock/get_item_details.py +113,Please specify Company,請註明公司
1538apps/erpnext/erpnext/stock/get_item_details.py +122,Item {0} must be a Service Item.,項{0}必須是一個服務項目。
1539apps/erpnext/erpnext/stock/get_item_details.py +125,Item {0} must be a Sales Item,項{0}必須是一個銷售項目
1540apps/erpnext/erpnext/stock/get_item_details.py +130,Item {0} must be a Purchase Item,項{0}必須是一個採購項目
1541apps/erpnext/erpnext/stock/get_item_details.py +133,Item {0} must be a Sub-contracted Item,項{0}必須是一個小項目簽約
1542apps/erpnext/erpnext/stock/get_item_details.py +226,Price List {0} is disabled,價格表{0}被禁用
1543apps/erpnext/erpnext/stock/get_item_details.py +228,Price List not selected,未選擇價格列表
1544apps/erpnext/erpnext/stock/get_item_details.py +243,Price List Currency not selected,尚未選擇價格表貨幣
1545apps/erpnext/erpnext/stock/get_item_details.py +395,No default BOM exists for Item {0},項目{0}不存在預設的的BOM
1546apps/erpnext/erpnext/stock/page/stock_ledger/stock_ledger.js +47,Balance Qty,餘額數量
1547apps/erpnext/erpnext/stock/page/stock_ledger/stock_ledger.js +50,Balance Value,平衡值
1548apps/erpnext/erpnext/stock/page/stock_ledger/stock_ledger.js +7,Stock Ledger,庫存總帳
1549apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +40,Actual Qty: Quantity available in the warehouse.,實際數量:存在倉庫內的數量。
1550apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +41,"Planned Qty: Quantity, for which, Production Order has been raised, but is pending to be manufactured.",計劃數量:數量,為此,生產訂單已經提高,但正在等待被製造。
1551apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +42,"Requested Qty: Quantity requested for purchase, but not ordered.",要求的數量:數量要求的報價,但沒有下令。
1552apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +43,"Ordered Qty: Quantity ordered for purchase, but not received.",訂購數量:採購的訂單數量,但沒有收到。
1553apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +44,"Reserved Qty: Quantity ordered for sale, but not delivered.",保留數量:訂購數量待出售,但尚未交付。
1554apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +67,Actual Qty,實際數量
1555apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +69,Planned Qty,計劃數量
1556apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +7,Stock Level,庫存水平
1557apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +71,Requested Qty,要求數量
1558apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +73,Ordered Qty,訂購數量
1559apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +75,Reserved Qty,保留數量
1560apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +79,Re-Order Level,再訂購水平
1561apps/erpnext/erpnext/stock/page/stock_level/stock_level.js +81,Re-Order Qty,重新訂購數量
1562apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +33,Batch,批量
1563apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +33,Opening Qty,開放數量
1564apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +34,In Qty,在數量
1565apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +34,Out Qty,輸出數量
1566apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +41,'From Date' is required,“起始日期”是必需的
1567apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +46,'To Date' is required,“至今”是必需的
1568apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +38,Last Purchase Rate,最後預訂價
1569apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +38,Sales Price List,
1570apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +38,Valuation Rate,估值率
1571apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,BOM Rate,
1572apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,Purchase Price List,
1573apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +17,'From Date' must be after 'To Date',“起始日期”必須經過'終止日期'
1574apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +40,Consumed,
1575apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +40,Lead Time Days,交貨期天
1576apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +40,Minimum Inventory Level,
1577apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Avg Daily Outgoing,
1578apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Total Outgoing,
1579apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Reorder Level,
1580apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +91,From and To dates required,需要起始和到達日期
1581apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40,Average Age,平均年齡
1582apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Earliest,最早
1583apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Latest,最新
1584apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.js +48,Voucher #,# ## #,##
1585apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +29,Stock UOM,庫存計量單位
1586apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +30,Incoming Rate,傳入速率
1587apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +32,Serial #,
1588apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +34,Reorder Qty,
1589apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +35,Shortage Qty,
1590apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,
1591apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Qty,消耗的數量
1592apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47,Delivered Amount,
1593apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47,Delivered Qty,交付數量
1594apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Amount,總金額
1595apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,
1596apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),
1597apps/erpnext/erpnext/stock/stock_ledger.py +323,Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5},負庫存錯誤( {6})的項目{0}在倉庫{1}在{2} {3} {4} {5}
1598apps/erpnext/erpnext/stock/stock_ledger.py +371,"Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list.",
1599apps/erpnext/erpnext/stock/utils.py +154,Serial number {0} entered more than once,序號{0}多次輸入
1600apps/erpnext/erpnext/stock/utils.py +159,{0} valid serial nos for Item {1},{0}有效的序列號的項目{1}
1601apps/erpnext/erpnext/stock/utils.py +166,Warehouse {0} does not belong to company {1},倉庫{0}不屬於公司{1}
1602apps/erpnext/erpnext/stock/utils.py +81,Item {0} ignored since it is not a stock item,項{0}忽略,因為它不是一個股票項目
1603apps/erpnext/erpnext/support/doctype/customer_issue/customer_issue.js +17,Make Maintenance Visit,使維護訪問
1604apps/erpnext/erpnext/support/doctype/customer_issue/customer_issue.py +16,{0}: From {1},
1605apps/erpnext/erpnext/support/doctype/customer_issue/customer_issue.py +20,Customer is required,客戶是必需的
1606apps/erpnext/erpnext/support/doctype/customer_issue/customer_issue.py +33,Cancel Material Visit {0} before cancelling this Customer Issue,取消物料造訪{0}之前取消這個客戶問題
1607apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +125,Please save the document before generating maintenance schedule,請在產生維護計畫前儲存文件
1608apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +60,Row {0}:Start Date must be before End Date,列#{0}:開始日期必須早於結束日期
1609apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +148,"Row {0}: To set {1} periodicity, difference between from and to date \
1610 must be greater than or equal to {2}",
1611apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +154,Please enter Maintaince Details first,請先輸入維護細節
1612apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +158,Please select item code,請選擇商品代碼
1613apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +160,Please select Start Date and End Date for Item {0},請選擇項目{0}的開始日期和結束日期
1614apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +162,Please mention no of visits required,請註明無需訪問
1615apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +164,Please select Incharge Person's name,請選擇Incharge人的名字
1616apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +167,Start date should be less than end date for Item {0},項目{0}的開始日期必須小於結束日期
1617apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +176,Maintenance Schedule {0} exists against {0},維護時間表{0}針對存在{0}
1618apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +198,Serial No {0} not found,
1619apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +201,Serial No {0} is under warranty upto {1},序列號{0}在保修期內直到{1}
1620apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +204,Serial No {0} is under maintenance contract upto {1},序列號{0}在維護合約期間內直到{1}
1621apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +208,Maintenance start date can not be before delivery date for Serial No {0},維護開始日期不能交付日期序列號前{0}
1622apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +222,Maintenance Schedule is not generated for all the items. Please click on 'Generate Schedule',維護計畫不會為全部品項生成。請點擊“生成表”
1623apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +226,Please click on 'Generate Schedule',請點擊“生成表”
1624apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +237,Please click on 'Generate Schedule' to fetch Serial No added for Item {0},請點擊“生成表”來獲取序列號增加了對項目{0}
1625apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +48,Please click on 'Generate Schedule' to get schedule,請在“生成表”點擊獲取時間表
1626apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.js +18,From Maintenance Schedule,對維護期間
1627apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.js +30,From Customer Issue,從客戶問題
1628apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.py +12,To {0},
1629apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.py +67,Cancel Material Visits {0} before cancelling this Maintenance Visit,取消取消此保養訪問之前,材質訪問{0}
1630apps/erpnext/erpnext/support/doctype/newsletter/newsletter.js +19,Send,發送
1631apps/erpnext/erpnext/support/doctype/newsletter/newsletter.py +112,Please save the Newsletter before sending,請在發送之前保存信件
1632apps/erpnext/erpnext/support/doctype/newsletter/newsletter.py +24,Scheduled to send to {0},要寄送給{0}的排程
1633apps/erpnext/erpnext/support/doctype/newsletter/newsletter.py +29,Newsletter has already been sent,新聞已發送
1634apps/erpnext/erpnext/support/doctype/newsletter/newsletter.py +42,Scheduled to send to {0} recipients,原定發送到{0}受助人
1635apps/erpnext/erpnext/support/doctype/newsletter/newsletter_list.html +7,No,無
1636apps/erpnext/erpnext/support/doctype/newsletter/newsletter_list.html +7,Yes,是的
1637apps/erpnext/erpnext/support/doctype/newsletter/newsletter_list.html +8,Not Sent,
1638apps/erpnext/erpnext/support/doctype/newsletter/newsletter_list.html +8,Sent,已送出
1639apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21,Support Analtyics,支援分析
1640apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +31,Select Fiscal Year,
1641apps/erpnext/erpnext/templates/form_grid/item_grid.html +26,Reqd By Date,REQD按日期
1642apps/erpnext/erpnext/templates/form_grid/item_grid.html +76,hidden,
1643apps/erpnext/erpnext/templates/form_grid/item_grid.html +81,Discount,
1644apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +37,For Warehouse,對於倉​​庫
1645apps/erpnext/erpnext/templates/form_grid/stock_entry_grid.html +24,In Stock,
1646apps/erpnext/erpnext/templates/form_grid/stock_entry_grid.html +25,Not In Stock,
1647apps/erpnext/erpnext/templates/generators/item.html +27,No description given,未提供描述
1648apps/erpnext/erpnext/templates/generators/item.html +38,Add to Cart,添加到購物車
1649apps/erpnext/erpnext/templates/generators/item.html +55,Specifications,產品規格
1650apps/erpnext/erpnext/templates/includes/cart.js +265,Something went wrong!,
1651apps/erpnext/erpnext/templates/includes/cart.js +285,Price List not configured.,
1652apps/erpnext/erpnext/templates/includes/cart.js +287,You need to be logged in to view your cart.,
1653apps/erpnext/erpnext/templates/includes/cart.js +289,Something went wrong.,
1654apps/erpnext/erpnext/templates/includes/cart.js +59,Go ahead and add something to your cart.,
1655apps/erpnext/erpnext/templates/includes/cart.js +99,Hey! Go ahead and add an address,
1656apps/erpnext/erpnext/templates/includes/footer_extension.html +39,Please enter email address,請輸入您的電子郵件地址
1657apps/erpnext/erpnext/templates/includes/footer_extension.html +6,Your email address,您的電子郵件地址
1658apps/erpnext/erpnext/templates/includes/footer_extension.html +9,Stay Updated,保持更新
1659apps/erpnext/erpnext/templates/pages/invoice.py +27,To Pay,
1660apps/erpnext/erpnext/templates/pages/order.py +25,Partially Billed,
1661apps/erpnext/erpnext/templates/pages/order.py +30,Partially Delivered,
1662apps/erpnext/erpnext/templates/pages/ticket.py +27,Please write something,
1663apps/erpnext/erpnext/templates/pages/ticket.py +31,You are not allowed to reply to this ticket.,
1664apps/erpnext/erpnext/templates/pages/tickets.py +34,Please write something in subject and message!,
1665apps/erpnext/erpnext/templates/pages/user.py +34,Name is required,名稱是必需的
1666apps/erpnext/erpnext/templates/print_formats/includes/item_grid.html +10,Sr,SR
1667apps/erpnext/erpnext/templates/utils.py +65,Not Allowed,不允許
1668apps/erpnext/erpnext/utilities/__init__.py +24,Status must be one of {0},狀態必須是一個{0}
1669apps/erpnext/erpnext/utilities/doctype/address/address.py +21,Address Title is mandatory.,地址標題是強制性的。
1670apps/erpnext/erpnext/utilities/doctype/address/address.py +67,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,沒有默認的地址找到模板。請創建一個從設置>印刷與品牌>地址模板。
1671apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +15,Setting this Address Template as default as there is no other default,設置此地址模板為預設當沒有其它的預設值
1672apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +24,Default Address Template cannot be deleted,默認地址模板不能被刪除
1673apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.js +22,Upload a .csv file with two columns: the old name and the new name. Max 500 rows.,上傳一個csv文件有兩列:舊名稱和新名稱。最大500行。
1674apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.py +34,Please select a valid csv file with data,請選擇有合格資料的csv檔案
1675apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.py +38,Maximum {0} rows allowed,最多允許{0}列
1676apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.py +46,Successful: ,成功:
1677apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.py +49,Ignored: ,忽略:
1678apps/erpnext/erpnext/utilities/doctype/rename_tool/rename_tool.py +52,Failed: ,失敗:
1679apps/erpnext/erpnext/utilities/transaction_base.py +114,Quantity cannot be a fraction in row {0},於{0}列的數量不能是分數
1680apps/erpnext/erpnext/utilities/transaction_base.py +74,Duplicate row {0} with same {1},重複的行{0}同{1}
1681sites/assets/js/erpnext.min.js +19,Edit,編輯
1682sites/assets/js/erpnext.min.js +19,No address added yet.,
1683sites/assets/js/erpnext.min.js +19,Primary,主要的
1684sites/assets/js/erpnext.min.js +19,Shipping,航運
1685sites/assets/js/erpnext.min.js +2,""" does not exists",“不存在
1686sites/assets/js/erpnext.min.js +2,"Grid """,電網“
1687sites/assets/js/erpnext.min.js +20,Email Id,電子郵件Id
1688sites/assets/js/erpnext.min.js +20,No contacts added yet.,
1689sites/assets/js/erpnext.min.js +20,Phone,電話
1690sites/assets/js/erpnext.min.js +5,Add,添加
1691sites/assets/js/erpnext.min.js +5,Add Serial No,添加序列號
1692sites/assets/js/erpnext.min.js +5,Serial No,序列號
1693sites/assets/js/erpnext.min.js +6,Please specify a,請指定一個