blob: f78e838105612f9032d1451f3046d46f9066e024 [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,根类型是强制性的
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.,根不能被编辑。
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'",帐户已在借方余额,则不允许设置“余额必须是'为'信用'
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'",帐户余额已在信贷,你是不允许设置“余额必须是'为'借'
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,请在表中输入ATLEAST 1发票
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,根本不能有一个父成本中心
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}用户已创建: {1}和公司{2}
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,ATLEAST一个销售或购买的必须选择
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},要求项目Purchse订单号{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,德尔
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,因为项目{1}是一个资产项目,所以帐户{0}的类型必须为“固定资产”
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),开幕(博士)
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),关闭(博士)
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,分配的金额不能超过unadusted量较大
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 ,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,购买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,支持Analytics(分析)
689apps/erpnext/erpnext/controllers/accounts_controller.py +207,Please specify a valid Row ID for {0} in row {1},行{0}请指定一个有效的行ID {1}
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}%,对于项目Maxiumm折扣{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},难道你真的想要提交的所有工资单的一个月{0}和年{1}
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},支付工资的月{0}和年{1}
818apps/erpnext/erpnext/hr/doctype/salary_manager/salary_manager.js +8,Activity Log:,5
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},要求项目数量{0}行{1}
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: ,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},请输入计划数量的项目{0}在行{1}
896apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +165,Please enter BOM for Item {0} at row {1},请输入BOM的项目{0}在行{1}
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,9 。这是含税的基本价格:?如果您检查这一点,就意味着这个税不会显示在项目表中,但在你的主项表将被纳入基本速率。你想要给一个单位价格(包括所有税费)的价格为顾客这是有用的。
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.,停止订单无法取消。 Unstop取消。
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,请输入本销售牧师的员工标识
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,不authroized因为{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},请设置谷歌驱动器的访问键{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,谷歌驱动器
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),保持它的Web友好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},盒装数量必须等于量项目{0}行{1}
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,ATLEAST一间仓库是强制性的
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}: ,Row # {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},默认情况下不存在的BOM项目为{0}
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,9 。考虑税收或支出:在本部分中,您可以指定,如果税务/充电仅适用于估值(总共不一部分) ,或只为总(不增加价值的项目) ,或两者兼有。
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,如果您在制造业活动涉及<BR>
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,支持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,请指定一个