main.lang 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. # Dolibarr language file - Source file is en_US - main
  2. DIRECTION=ltr
  3. # Default for FONTFORPDF=helvetica
  4. # Note for Chinese:
  5. # msungstdlight or cid0ct are for traditional Chinese zh_TW (traditional does not render with Ubuntu pdf reader)
  6. # stsongstdlight or cid0cs are for simplified Chinese zh_CN
  7. # To read Chinese pdf with Linux: sudo apt-get install poppler-data
  8. # cid0jp is for Japanish
  9. # cid0kr is for Korean
  10. # DejaVuSans is for some Eastern languages, some Asian languages and some Arabic languages
  11. # freemono is for ru_RU or uk_UA, uz_UZ
  12. # freeserif is for Tamil
  13. FONTFORPDF=stsongstdlight
  14. FONTSIZEFORPDF=10
  15. SeparatorDecimal=.
  16. SeparatorThousand=None
  17. FormatDateShort=%Y/%m/%d
  18. FormatDateShortInput=%Y/%m/%d
  19. FormatDateShortJava=yyyy/MM/dd
  20. FormatDateShortJavaInput=yyyy/MM/dd
  21. FormatDateShortJQuery=yy/mm/dd
  22. FormatDateShortJQueryInput=yy/mm/dd
  23. FormatHourShortJQuery=HH:MI
  24. FormatHourShort=%I:%M %p
  25. FormatHourShortDuration=%H:%M
  26. FormatDateTextShort=%b %d, %Y
  27. FormatDateText=%B %d, %Y
  28. FormatDateHourShort=%Y/%m/%d %I:%M %p
  29. FormatDateHourSecShort=%Y/%m/%d %I:%M:%S %p
  30. FormatDateHourTextShort=%b %d, %Y, %I:%M %p
  31. FormatDateHourText=%B %d, %Y, %I:%M %p
  32. DatabaseConnection=数据库连接
  33. NoTemplateDefined=此电子邮件类型没有可用的模板
  34. AvailableVariables=可用的替代变量
  35. NoTranslation=没有翻译
  36. Translation=翻译
  37. Translations=翻译
  38. CurrentTimeZone=PHP 服务器的时区
  39. EmptySearchString=输入非空搜索条件
  40. EnterADateCriteria=输入日期条件
  41. NoRecordFound=空空如也——没有找到记录
  42. NoRecordDeleted=未删除记录
  43. NotEnoughDataYet=数据不足
  44. NoError=没有错误
  45. Error=错误
  46. Errors=错误
  47. ErrorFieldRequired=栏位 '%s' 必须按要求填写
  48. ErrorFieldFormat=栏位 '%s' 参数值有误
  49. ErrorFileDoesNotExists=文件%s不存在
  50. ErrorFailedToOpenFile=无法打开文件%s
  51. ErrorCanNotCreateDir=无法创建目录 %s
  52. ErrorCanNotReadDir=无法读取目录 %s
  53. ErrorConstantNotDefined=参数%s未定义
  54. ErrorUnknown=未知错误
  55. ErrorSQL=SQL错误
  56. ErrorLogoFileNotFound=徽标LOGO文件'%s'没有找到
  57. ErrorGoToGlobalSetup=转到“公司/组织”设置以解决此问题
  58. ErrorGoToModuleSetup=前往模块设置来解决此
  59. ErrorFailedToSendMail=无法发送邮件(发件人=%s后,接收器=%s)的
  60. ErrorFileNotUploaded=文件没有上传。检查大小不超过允许的最大值,即在磁盘上的可用空间是可用和有没有这已经与in这个目录同名文件。
  61. ErrorInternalErrorDetected=检测到错误
  62. ErrorWrongHostParameter=错误的主机参数
  63. ErrorYourCountryIsNotDefined=你的国家没有定义。 转到主页-设置-编辑和再次发布表单。
  64. ErrorRecordIsUsedByChild=删除此记录失败。 该记录由至少一个子记录使用。
  65. ErrorWrongValue=错误的值
  66. ErrorWrongValueForParameterX=错误的参数值%s
  67. ErrorNoRequestInError=无请求错误
  68. ErrorServiceUnavailableTryLater=暂时没有服务。 稍后再试。
  69. ErrorDuplicateField=在唯一的栏位中使用了重复值
  70. ErrorSomeErrorWereFoundRollbackIsDone=发现了一些错误。 变更已回滚。
  71. ErrorConfigParameterNotDefined=参数<b>%s</b>没有在Dolibarr设定文件<b>conf.php</b>中定义
  72. ErrorCantLoadUserFromDolibarrDatabase=在数据库无法找到用户<b>%s</b>
  73. ErrorNoVATRateDefinedForSellerCountry=错误,没有为国家'%s'设置增值税税率。
  74. ErrorNoSocialContributionForSellerCountry=错误,没有为国家'%s'定义社会/财政税类型
  75. ErrorFailedToSaveFile=错误,无法保存文件。
  76. ErrorCannotAddThisParentWarehouse=您正在尝试加入一个已经有子仓库的父仓库
  77. FieldCannotBeNegative=字段%s不能为负值
  78. MaxNbOfRecordPerPage=每页最多记录数量
  79. NotAuthorized=您无权执行此操作。
  80. SetDate=设置日期
  81. SelectDate=请选择日期
  82. SeeAlso=另请参阅 %s
  83. SeeHere=看这里
  84. ClickHere=点击这里
  85. Here=这里
  86. Apply=申请
  87. BackgroundColorByDefault=默认的背景颜色
  88. FileRenamed=该文件已成功重命名
  89. FileGenerated=该文件已成功生成
  90. FileSaved=该文件已成功保存
  91. FileUploaded=文件上传成功
  92. FileTransferComplete=文件上传成功
  93. FilesDeleted=文件已成功删除
  94. FileWasNotUploaded=一个文件被选中的附件,但还没有上传。点击“附加文件”上传。
  95. NbOfEntries=No. of entries
  96. GoToWikiHelpPage=阅读在线帮助文档 (需要访问外网)
  97. GoToHelpPage=阅读帮助
  98. DedicatedPageAvailable=与您当前屏幕相关的专用帮助页面
  99. HomePage=首页
  100. RecordSaved=记录已保存
  101. RecordDeleted=记录已删除
  102. RecordGenerated=记录已生成
  103. LevelOfFeature=权限级别
  104. NotDefined=未定义
  105. DolibarrInHttpAuthenticationSoPasswordUseless=Dolibarr身份验证模式在配置文件<b> conf.php </ b>中设置为<b> %s </ b>。<br>这意味着密码数据库在Dolibarr外部,因此更改此字段可能无效。
  106. Administrator=管理员
  107. Undefined=未定义
  108. PasswordForgotten=忘记密码?
  109. NoAccount=没有账号?
  110. SeeAbove=见上文
  111. HomeArea=主页
  112. LastConnexion=最后登录
  113. PreviousConnexion=上次登录
  114. PreviousValue=上一个值
  115. ConnectedOnMultiCompany=对实体连接
  116. ConnectedSince=当前连接状态
  117. AuthenticationMode=认证模式
  118. RequestedUrl=请求的URL
  119. DatabaseTypeManager=数据库类型管理员
  120. RequestLastAccessInError=最后数据库访问请求错误
  121. ReturnCodeLastAccessInError=返回最后数据库访问请求错误代码
  122. InformationLastAccessInError=最后数据库访问请求错误信息
  123. DolibarrHasDetectedError=Dolibarr检测到一个技术性错误
  124. YouCanSetOptionDolibarrMainProdToZero=您可以在配置文件中读取日志文件或将选项$ dolibarr_main_prod设置为“0”以获取更多信息。
  125. InformationToHelpDiagnose=This information can be useful for diagnostic purposes (you can set option $dolibarr_main_prod to '1' to hide sensitive information)
  126. MoreInformation=更多信息
  127. TechnicalInformation=技术信息
  128. TechnicalID=技术ID
  129. LineID=行 ID
  130. NotePublic=备注 (公开)
  131. NotePrivate=备注(私人)
  132. PrecisionUnitIsLimitedToXDecimals=Dolibarr是安装精度的限制价格单位为<b>%s</b>小数。
  133. DoTest=测试
  134. ToFilter=筛选
  135. NoFilter=不筛选
  136. WarningYouHaveAtLeastOneTaskLate=警告,您至少有一个元素已经超过了容忍时间
  137. yes=是
  138. Yes=是
  139. no=没有
  140. No=否
  141. All=所有
  142. Home=主页
  143. Help=帮助
  144. OnlineHelp=在线帮助
  145. PageWiki=维基页面
  146. MediaBrowser=媒体浏览
  147. Always=总是
  148. Never=从来没有
  149. Under=下
  150. Period=期间
  151. PeriodEndDate=期限的结束日期
  152. SelectedPeriod=选定期间
  153. PreviousPeriod=上一期间
  154. Activate=激活
  155. Activated=启用
  156. Closed=关闭
  157. Closed2=关闭
  158. NotClosed=没有关闭
  159. Enabled=生效
  160. Enable=生效
  161. Deprecated=已过时
  162. Disable=禁用
  163. Disabled=禁用
  164. Add=添加
  165. AddLink=添加链接
  166. RemoveLink=移除链接
  167. AddToDraft=添加到草稿
  168. Update=更新
  169. Close=关闭
  170. CloseAs=设置状态
  171. CloseBox=将插件从你的看板中移除
  172. Confirm=确认
  173. ConfirmSendCardByMail=您真的想把这张卡片的内容邮寄给<b>%s</b>吗?
  174. Delete=删除
  175. Remove=移除
  176. Resiliate=终止
  177. Cancel=取消
  178. Modify=变更
  179. Edit=编辑
  180. Validate=验证
  181. ValidateAndApprove=验证和同意
  182. ToValidate=验证
  183. NotValidated=未经验证
  184. Save=保存
  185. SaveAs=另存为
  186. SaveAndStay=保存并留下
  187. SaveAndNew=保存并新增
  188. TestConnection=测试连接
  189. ToClone=复制
  190. ConfirmCloneAsk=您确定要复制这个对象<b>%s</b>吗?
  191. ConfirmClone=选取你想要复制的数据:
  192. NoCloneOptionsSpecified=未定义可复制数据
  193. Of=的
  194. Go=下一步
  195. Run=运行
  196. CopyOf=复制
  197. Show=显示
  198. Hide=隐藏
  199. ShowCardHere=显示卡片
  200. Search=搜索
  201. SearchOf=搜索
  202. SearchMenuShortCut=Ctrl + shift + f
  203. QuickAdd=快速新增
  204. QuickAddMenuShortCut=Ctrl + shift + l
  205. Valid=有效
  206. Approve=批准
  207. Disapprove=不同意
  208. ReOpen=重新开放
  209. OpenVerb=打开
  210. Upload=上传
  211. ToLink=链接
  212. Select=选取
  213. SelectAll=全选
  214. Choose=选择
  215. Resize=调整大小
  216. ResizeOrCrop=调整大小或裁剪
  217. Recenter=Recenter
  218. Author=操作者
  219. User=用户
  220. Users=用户
  221. Group=组
  222. Groups=群组
  223. UserGroup=用户群组
  224. UserGroups=用户群组
  225. NoUserGroupDefined=未定义用户群组
  226. Password=密码
  227. PasswordRetype=重复您的密码
  228. NoteSomeFeaturesAreDisabled=敬告:本演示中部分功能/模块均处于禁用状态,这是正常的请保持镇定。
  229. Name=名称
  230. NameSlashCompany=姓名/公司
  231. Person=人
  232. Parameter=参数
  233. Parameters=参数
  234. Value=值
  235. PersonalValue=自定义
  236. NewObject=新%s
  237. NewValue=新值
  238. OldValue=旧值%s
  239. CurrentValue=当前值
  240. Code=编码
  241. Type=类型
  242. Language=语言
  243. MultiLanguage=多语言
  244. Note=备注
  245. Title=标题
  246. Label=标签
  247. RefOrLabel=编码或标签
  248. Info=日志
  249. Family=家庭
  250. Description=描述
  251. Designation=描述
  252. DescriptionOfLine=说明线
  253. DateOfLine=日期行
  254. DurationOfLine=Duration of line
  255. ParentLine=Parent line ID
  256. Model=文档模板
  257. DefaultModel=默认文档模板
  258. Action=事件
  259. About=关于
  260. Number=数字
  261. NumberByMonth=每月报告总数
  262. AmountByMonth=每月金额
  263. Numero=数字
  264. Limit=限制
  265. Limits=范围
  266. Logout=注销
  267. NoLogoutProcessWithAuthMode=没有具有身份验证模式的应用程序断开连接功能<b> %s </ b>
  268. Connection=登陆
  269. Setup=设置
  270. Alert=生日提醒
  271. MenuWarnings=警告
  272. Previous=以前
  273. Next=下一个
  274. Cards=信息卡
  275. Card=信息卡
  276. Now=现在
  277. HourStart=开始时间
  278. Deadline=截止日期
  279. Date=日期
  280. DateAndHour=日期与小时
  281. DateToday=今天的日期
  282. DateReference=参考日期
  283. DateStart=开始日期
  284. DateEnd=结束日期
  285. DateCreation=创建日期
  286. DateCreationShort=创建日期
  287. IPCreation=Creation IP
  288. DateModification=变更日期
  289. DateModificationShort=变更日期
  290. IPModification=Modification IP
  291. DateLastModification=最后修改日期
  292. DateValidation=验证日期
  293. DateSigning=签名日期
  294. DateClosing=截止日期
  295. DateDue=截止日期
  296. DateValue=确认日期
  297. DateValueShort=确认日期
  298. DateOperation=操作日期
  299. DateOperationShort=操作日期
  300. DateLimit=限定日期
  301. DateRequest=申请日期
  302. DateProcess=处理日
  303. DateBuild=报告生成日期
  304. DatePayment=付款日期
  305. DateApprove=批准日期
  306. DateApprove2=批准日期(二次批准)
  307. RegistrationDate=注册日期
  308. UserCreation=创建用户
  309. UserModification=修改用户
  310. UserValidation=批准用户
  311. UserCreationShort=创建用户
  312. UserModificationShort=修改用户
  313. UserValidationShort=批准用户
  314. DurationYear=年
  315. DurationMonth=月
  316. DurationWeek=周
  317. DurationDay=天
  318. DurationYears=年
  319. DurationMonths=月
  320. DurationWeeks=周
  321. DurationDays=天
  322. Year=年
  323. Month=月
  324. Week=周
  325. WeekShort=周
  326. Day=天
  327. Hour=时
  328. Minute=分
  329. Second=秒
  330. Years=年
  331. Months=月
  332. Days=天
  333. days=天
  334. Hours=时间
  335. Minutes=分钟
  336. Seconds=秒
  337. Weeks=星期
  338. Today=今日
  339. Yesterday=昨天
  340. Tomorrow=明天
  341. Morning=早上
  342. Afternoon=中午
  343. Quadri=四
  344. MonthOfDay=本月的一天
  345. DaysOfWeek=Days of week
  346. HourShort=时
  347. MinuteShort=分
  348. Rate=税率
  349. CurrencyRate=汇率
  350. UseLocalTax=含税
  351. Bytes=B
  352. KiloBytes=KB
  353. MegaBytes=MB
  354. GigaBytes=GB
  355. TeraBytes=TB
  356. UserAuthor=制作:
  357. UserModif=更新者
  358. b=b.
  359. Kb=Kb
  360. Mb=兆
  361. Gb=千兆
  362. Tb=Tb
  363. Cut=剪切
  364. Copy=复制
  365. Paste=粘贴
  366. Default=默认
  367. DefaultValue=默认值
  368. DefaultValues=默认值/过滤器/排序
  369. Price=价格
  370. PriceCurrency=价格(货币)
  371. UnitPrice=单价
  372. UnitPriceHT=单位价格(不包括)
  373. UnitPriceHTCurrency=单位价格(不包括)(货币)
  374. UnitPriceTTC=单价
  375. PriceU=单价
  376. PriceUHT=单价(不含税)
  377. PriceUHTCurrency=单价(净)(货币)
  378. PriceUTTC=单价(含税)
  379. Amount=金额
  380. AmountInvoice=发票金额
  381. AmountInvoiced=发票金额
  382. AmountInvoicedHT=开票金额(不含税金)
  383. AmountInvoicedTTC=开票金额(含税金)
  384. AmountPayment=付款金额
  385. AmountHTShort=金额(不含)
  386. AmountTTCShort=金额(含税)
  387. AmountHT=金额(不含税金)
  388. AmountTTC=金额(含税)
  389. AmountVAT=增值税总金额
  390. MulticurrencyAlreadyPaid=已支付,原币
  391. MulticurrencyRemainderToPay=保持支付,原始货币
  392. MulticurrencyPaymentAmount=付款金额,原始货币
  393. MulticurrencyAmountHT=金额(不含税金),原币
  394. MulticurrencyAmountTTC=金额(包括税),原始货币
  395. MulticurrencyAmountVAT=金额税,原始货币
  396. MulticurrencySubPrice=子价格金额,多币种
  397. AmountLT1=税额2
  398. AmountLT2=税额3
  399. AmountLT1ES=RE 额
  400. AmountLT2ES=IRPF 额
  401. AmountTotal=总金额
  402. AmountAverage=平均金额
  403. PriceQtyMinHT=最小数量价格(不含税金)
  404. PriceQtyMinHTCurrency=最小数量价格(不含税金)(货币)
  405. PercentOfOriginalObject=原始对象的百分比
  406. AmountOrPercent=金额或百分比
  407. Percentage=百分比
  408. Total=总计
  409. SubTotal=小计
  410. TotalHTShort=总计(不含)
  411. TotalHT100Short=总计100%%(不含)
  412. TotalHTShortCurrency=Total (excl. in currency)
  413. TotalTTCShort=共计(含税)
  414. TotalHT=总计(不含税金)
  415. TotalHTforthispage=此页总计(不含税金)
  416. Totalforthispage=本页总计
  417. TotalTTC=共计(含税)
  418. TotalTTCToYourCredit=共计(含税)你的信用
  419. TotalVAT=增值税总金额
  420. TotalVATIN=IGST总数
  421. TotalLT1=总税2
  422. TotalLT2=总税项3
  423. TotalLT1ES=共有再生能源
  424. TotalLT2ES=共有IRPF
  425. TotalLT1IN=总CGST
  426. TotalLT2IN=SGST总计
  427. HT=不含税金
  428. TTC=含增值税
  429. INCVATONLY=含增值税
  430. INCT=所有税收
  431. VAT=销售税
  432. VATIN=IGST
  433. VATs=销售税
  434. VATINs=IGST税
  435. LT1=销售税2
  436. LT1Type=销售税2种
  437. LT2=销售税3
  438. LT2Type=销售税3种类型
  439. LT1ES=编号
  440. LT2ES=IRPF
  441. LT1IN=CGST
  442. LT2IN=SGST
  443. LT1GC=Additionnal cents
  444. VATRate=增值税率
  445. RateOfTaxN=税率%s
  446. VATCode=税率代码
  447. VATNPR=税率NPR
  448. DefaultTaxRate=默认税率
  449. Average=平均
  450. Sum=总和
  451. Delta=增量
  452. StatusToPay=待支付
  453. RemainToPay=继续付钱
  454. Module=模块/应用程序
  455. Modules=模块/应用
  456. Option=选项
  457. Filters=过滤器
  458. List=列表
  459. FullList=全部列表
  460. FullConversation=全部转换
  461. Statistics=统计
  462. OtherStatistics=其他统计
  463. Status=状态
  464. Favorite=收藏夹
  465. ShortInfo=信息
  466. Ref=编号
  467. ExternalRef=外部编号
  468. RefSupplier=供应商编号
  469. RefPayment=付款编号
  470. CommercialProposalsShort=报价单
  471. Comment=说明
  472. Comments=说明
  473. ActionsToDo=待办事项
  474. ActionsToDoShort=未完成
  475. ActionsDoneShort=完成
  476. ActionNotApplicable=不适用
  477. ActionRunningNotStarted=等待
  478. ActionRunningShort=进行中
  479. ActionDoneShort=已完成
  480. ActionUncomplete=不完整的
  481. LatestLinkedEvents=最新的%s链接事件
  482. CompanyFoundation=公司/组织
  483. Accountant=会计
  484. ContactsForCompany=合伙人联系方式
  485. ContactsAddressesForCompany=这个合伙人联系人/地址
  486. AddressesForCompany=这个合伙人的地址
  487. ActionsOnCompany=Events for this third party
  488. ActionsOnContact=Events for this contact/address
  489. ActionsOnContract=Events for this contract
  490. ActionsOnMember=有关此会员的事件
  491. ActionsOnProduct=有关此产品的事件
  492. ActionsOnAsset=Events for this fixed asset
  493. NActionsLate=逾期 %s
  494. ToDo=未完成
  495. Completed=已完成
  496. Running=进行中
  497. RequestAlreadyDone=申请已记录
  498. Filter=筛选
  499. FilterOnInto=将条件“<strong> %s </strong>”搜索到字段%s
  500. RemoveFilter=清除筛选
  501. ChartGenerated=图表生成
  502. ChartNotGenerated=图表不生成
  503. GeneratedOn=生成于%s
  504. Generate=生成
  505. Duration=为期
  506. TotalDuration=总时间
  507. Summary=摘要
  508. DolibarrStateBoard=数据库统计
  509. DolibarrWorkBoard=Open Items
  510. NoOpenedElementToProcess=No open element to process
  511. Available=可用的
  512. NotYetAvailable=不可用的
  513. NotAvailable=不可用
  514. Categories=标签/分类
  515. Category=标签/分类
  516. By=由
  517. From=从
  518. FromDate=从
  519. FromLocation=从
  520. to=至
  521. To=至
  522. ToDate=至
  523. ToLocation=至
  524. at=at
  525. and=和
  526. or=或
  527. Other=其他
  528. Others=其他
  529. OtherInformations=Other information
  530. Workflow=工作流程
  531. Quantity=数量
  532. Qty=数量
  533. ChangedBy=改变者:
  534. ApprovedBy=批准者:
  535. ApprovedBy2=批准(二次核准)者:
  536. Approved=已获批准
  537. Refused=已被拒绝
  538. ReCalculate=重新计算
  539. ResultKo=失败
  540. Reporting=报告
  541. Reportings=报告
  542. Draft=草稿
  543. Drafts=草稿
  544. StatusInterInvoiced=Invoiced
  545. Validated=批准
  546. ValidatedToProduce=Validated (To produce)
  547. Opened=打开
  548. OpenAll=Open (All)
  549. ClosedAll=Closed (All)
  550. New=新建
  551. Discount=折扣
  552. Unknown=未知
  553. General=一般
  554. Size=尺寸
  555. OriginalSize=原始尺寸
  556. Received=已收
  557. Paid=已支付
  558. Topic=主题
  559. ByCompanies=按合伙人
  560. ByUsers=按用户
  561. Links=链接
  562. Link=链接
  563. Rejects=拒绝
  564. Preview=预览
  565. NextStep=下一步
  566. Datas=数据
  567. None=无
  568. NoneF=无
  569. NoneOrSeveral=没有或几个
  570. Late=逾期
  571. LateDesc=An item is defined as Delayed as per the system configuration in menu Home - Setup - Alerts.
  572. NoItemLate=没有迟到的项目
  573. Photo=图片
  574. Photos=图片
  575. AddPhoto=添加图片
  576. DeletePicture=删除图片
  577. ConfirmDeletePicture=确认删除图片吗?
  578. Login=登陆
  579. LoginEmail=登录(电子邮件)
  580. LoginOrEmail=登录或电邮
  581. CurrentLogin=当前登陆
  582. EnterLoginDetail=输入登录详情
  583. January=一月
  584. February=二月
  585. March=三月
  586. April=四月
  587. May=五月
  588. June=六月
  589. July=七月
  590. August=八月
  591. September=九月
  592. October=十月
  593. November=十一月
  594. December=十二月
  595. Month01=一月
  596. Month02=二月
  597. Month03=三月
  598. Month04=四月
  599. Month05=五月
  600. Month06=六月
  601. Month07=七月
  602. Month08=八月
  603. Month09=九月
  604. Month10=十月
  605. Month11=十一月
  606. Month12=十二月
  607. MonthShort01=1
  608. MonthShort02=2
  609. MonthShort03=3
  610. MonthShort04=4
  611. MonthShort05=5
  612. MonthShort06=6
  613. MonthShort07=7
  614. MonthShort08=8
  615. MonthShort09=9
  616. MonthShort10=10
  617. MonthShort11=11
  618. MonthShort12=12
  619. MonthVeryShort01=1
  620. MonthVeryShort02=2
  621. MonthVeryShort03=3
  622. MonthVeryShort04=4
  623. MonthVeryShort05=5
  624. MonthVeryShort06=6
  625. MonthVeryShort07=7
  626. MonthVeryShort08=8
  627. MonthVeryShort09=9
  628. MonthVeryShort10=10
  629. MonthVeryShort11=11
  630. MonthVeryShort12=12
  631. AttachedFiles=附件
  632. JoinMainDoc=加入主要文件
  633. JoinMainDocOrLastGenerated=Send the main document or the last generated one if not found
  634. DateFormatYYYYMM=YYYY-MM
  635. DateFormatYYYYMMDD=YYYY-MM-DD
  636. DateFormatYYYYMMDDHHMM=YYYY-MM-DD HH:SS
  637. ReportName=报告名称
  638. ReportPeriod=报告期间
  639. ReportDescription=描述
  640. Report=报告
  641. Keyword=关键字
  642. Origin=原始
  643. Legend=图例
  644. Fill=填
  645. Reset=复位
  646. File=文件
  647. Files=文件
  648. NotAllowed=不允许
  649. ReadPermissionNotAllowed=读取权限不允许
  650. AmountInCurrency= %s 货币的金额
  651. Example=举例
  652. Examples=例如
  653. NoExample=没有示例
  654. FindBug=报告错误
  655. NbOfThirdParties=合伙人数量
  656. NbOfLines=行数
  657. NbOfObjects=对象数
  658. NbOfObjectReferers=关联数量
  659. Referers=关联物料
  660. TotalQuantity=总数量
  661. DateFromTo=从%s到%s
  662. DateFrom=从%s
  663. DateUntil=直到%s
  664. Check=检查
  665. Uncheck=不检查
  666. Internal=内部
  667. External=外部
  668. Internals=内部
  669. Externals=外部
  670. Warning=警告
  671. Warnings=警告
  672. BuildDoc=生成Doc文件
  673. Entity=环境
  674. Entities=实体
  675. CustomerPreview=顾客预览
  676. SupplierPreview=供应商预览
  677. ShowCustomerPreview=显示顾客预览
  678. ShowSupplierPreview=显示供应商预览
  679. RefCustomer=顾客编号
  680. InternalRef=Internal ref.
  681. Currency=货币
  682. InfoAdmin=管理员信息
  683. Undo=复原
  684. Redo=重做
  685. ExpandAll=全部展开
  686. UndoExpandAll=全部折叠
  687. SeeAll=查看全部
  688. Reason=原因
  689. FeatureNotYetSupported=功能尚不支持
  690. CloseWindow=关闭窗口
  691. Response=反应
  692. Priority=优先级
  693. SendByMail=用电子邮件发送
  694. MailSentBy=电子邮件发送者:
  695. NotSent=不发送
  696. TextUsedInTheMessageBody=电子邮件正文
  697. SendAcknowledgementByMail=发送确认邮件
  698. SendMail=发送电子邮件
  699. Email=电子邮件
  700. NoEMail=没有电子邮件
  701. AlreadyRead=已读取
  702. NotRead=未读
  703. NoMobilePhone=没有手机号码
  704. Owner=拥有者
  705. FollowingConstantsWillBeSubstituted=以下常量将与相应的值代替。
  706. Refresh=刷新
  707. BackToList=返回列表
  708. BackToTree=Back to tree
  709. GoBack=回去
  710. CanBeModifiedIfOk=经批准可修改
  711. CanBeModifiedIfKo=不经批准也可修改
  712. ValueIsValid=值有效
  713. ValueIsNotValid=值无效
  714. RecordCreatedSuccessfully=记录创建成功
  715. RecordModifiedSuccessfully=记录变更成功
  716. RecordsModified=%s record(s) modified
  717. RecordsDeleted=%s record(s) deleted
  718. RecordsGenerated=%s record(s) generated
  719. AutomaticCode=自动代码
  720. FeatureDisabled=功能禁用
  721. MoveBox=拖动插件
  722. Offered=提供
  723. NotEnoughPermissions=您没有这个动作的权限
  724. UserNotInHierachy=This action is reserved to the supervisors of this user
  725. SessionName=会话名称
  726. Method=方法
  727. Receive=收到
  728. CompleteOrNoMoreReceptionExpected=完成或没有更多的预期
  729. ExpectedValue=期望值
  730. ExpectedQty=Expected Qty
  731. PartialWoman=局部的
  732. TotalWoman=总计
  733. NeverReceived=从未收到
  734. Canceled=已取消
  735. YouCanChangeValuesForThisListFromDictionarySetup=您可以从菜单Setup - Dictionaries更改此列表的值
  736. YouCanChangeValuesForThisListFrom=您可以从菜单%s更改此列表的值
  737. YouCanSetDefaultValueInModuleSetup=You can set the default value used when creating a new record in module setup
  738. Color=颜色
  739. Documents=链接的文件
  740. Documents2=文件
  741. UploadDisabled=上传禁用
  742. MenuAccountancy=会计
  743. MenuECM=文件
  744. MenuAWStats=AWStats
  745. MenuMembers=会员
  746. MenuAgendaGoogle=谷歌议程
  747. MenuTaxesAndSpecialExpenses=Taxes | Special expenses
  748. ThisLimitIsDefinedInSetup=来自Dolibarr本身的大小限制(菜单:home-setup-security)为:%s Kb,而PHP的限制为: %s Kb
  749. ThisLimitIsDefinedInSetupAt=Dolibarr limit (Menu %s): %s Kb, PHP limit (Param %s): %s Kb
  750. NoFileFound=No documents uploaded
  751. CurrentUserLanguage=当前语言
  752. CurrentTheme=当前主题样式
  753. CurrentMenuManager=当前菜单管理器
  754. Browser=浏览器
  755. Layout=布局
  756. Screen=屏幕
  757. DisabledModules=已禁用模块
  758. For=为
  759. ForCustomer=对于顾客
  760. Signature=签名
  761. DateOfSignature=签字日期
  762. HidePassword=显示命令的隐藏密码
  763. UnHidePassword=真正拿出明确的密码命令
  764. Root=根
  765. RootOfMedias=Root of public medias (/medias)
  766. Informations=信息
  767. Page=页面
  768. Notes=备注
  769. AddNewLine=添加新行
  770. AddFile=添加文件
  771. FreeZone=Free-text product
  772. FreeLineOfType=Free-text item, type:
  773. CloneMainAttributes=复制项目含主属性
  774. ReGeneratePDF=Re-generate PDF
  775. PDFMerge=PDF合并
  776. Merge=合并
  777. DocumentModelStandardPDF=标准PDF模板
  778. PrintContentArea=显示打印页面,用来打印主要内容区域
  779. MenuManager=菜单管理器
  780. WarningYouAreInMaintenanceMode=Warning, you are in maintenance mode: only login <b>%s</b> is allowed to use the application in this mode.
  781. CoreErrorTitle=系统错误
  782. CoreErrorMessage=对不起,发生了错误。请与您的系统管理员联系以检查日志或禁用$ dolibarr_main_prod = 1以获取更多信息。
  783. CreditCard=信用卡
  784. ValidatePayment=确认付款
  785. CreditOrDebitCard=信用卡或借记卡
  786. FieldsWithAreMandatory=字段<b>%s</b>是强制性的
  787. FieldsWithIsForPublic=Fields with <b>%s</b> are shown in public list of members. If you don't want this, uncheck the "public" box.
  788. AccordingToGeoIPDatabase=(according to GeoIP conversion)
  789. Line=行
  790. NotSupported=不支持
  791. RequiredField=必填字段
  792. Result=结果
  793. ToTest=测试
  794. ValidateBefore=Item must be validated before using this feature
  795. Visibility=性质
  796. Totalizable=Totalizable
  797. TotalizableDesc=This field is totalizable in list
  798. Private=私人
  799. Hidden=隐蔽
  800. Resources=资源
  801. Source=来源
  802. Prefix=字首
  803. Before=前
  804. After=后
  805. IPAddress=IP地址
  806. Frequency=频率
  807. IM=即时通讯
  808. NewAttribute=新建属性
  809. AttributeCode=属性代码
  810. URLPhoto=照片/徽标的URL
  811. SetLinkToAnotherThirdParty=关联其他合伙人
  812. LinkTo=链接到
  813. LinkToProposal=链接到报价
  814. LinkToExpedition= Link to expedition
  815. LinkToOrder=链接到订单
  816. LinkToInvoice=链接到发票
  817. LinkToTemplateInvoice=Link to template invoice
  818. LinkToSupplierOrder=Link to purchase order
  819. LinkToSupplierProposal=Link to vendor proposal
  820. LinkToSupplierInvoice=Link to vendor invoice
  821. LinkToContract=链接到联系人
  822. LinkToIntervention=链接到干预
  823. LinkToTicket=Link to ticket
  824. LinkToMo=Link to Mo
  825. CreateDraft=创建草稿
  826. SetToDraft=返回草稿
  827. ClickToEdit=单击“编辑”
  828. ClickToRefresh=点击刷新
  829. EditWithEditor=使用CKEditor编辑
  830. EditWithTextEditor=用文本编辑器编辑
  831. EditHTMLSource=编辑HTML源
  832. ObjectDeleted=删除对象%s
  833. ByCountry=按国家
  834. ByTown=按城镇
  835. ByDate=按日期
  836. ByMonthYear=按月/年
  837. ByYear=按年
  838. ByMonth=按月
  839. ByDay=按天
  840. BySalesRepresentative=按销售代表
  841. LinkedToSpecificUsers=链接到指定的用户联系人
  842. NoResults=没有结果
  843. AdminTools=管理工具
  844. SystemTools=系统工具
  845. ModulesSystemTools=模块工具
  846. Test=测试
  847. Element=元素
  848. NoPhotoYet=还没有图片
  849. Dashboard=看板
  850. MyDashboard=我的看板
  851. Deductible=可抵扣
  852. from=从
  853. toward=往
  854. Access=访问
  855. SelectAction=选择行动
  856. SelectTargetUser=选择目标用户/员工
  857. HelpCopyToClipboard=按快捷键 Ctrl+C 复制
  858. SaveUploadedFileWithMask=将文件保存在服务器上,名称为“<strong> %s </strong>”(否则为“%s”)
  859. OriginFileName=原始文件名
  860. SetDemandReason=设置源
  861. SetBankAccount=定义银行账户
  862. AccountCurrency=账户币种
  863. ViewPrivateNote=查看备注
  864. XMoreLines=%s 明细(s) 隐藏
  865. ShowMoreLines=显示更多/更少的行
  866. PublicUrl=公开网址
  867. AddBox=添加信息框
  868. SelectElementAndClick=Select an element and click on %s
  869. PrintFile=打印文件 %s
  870. ShowTransaction=在银行帐户条目
  871. ShowIntervention=显示干预
  872. ShowContract=查看合同
  873. GoIntoSetupToChangeLogo=Go to Home - Setup - Company to change logo or go to Home - Setup - Display to hide.
  874. Deny=否认
  875. Denied=否认
  876. ListOf=列表%s
  877. ListOfTemplates=模板列表
  878. Gender=性别
  879. Genderman=男性
  880. Genderwoman=女性
  881. Genderother=其他
  882. ViewList=列表视图
  883. ViewGantt=甘特图
  884. ViewKanban=看板图
  885. Mandatory=强制性
  886. Hello=你好
  887. GoodBye=再见
  888. Sincerely=诚恳地
  889. ConfirmDeleteObject=您确定要删除这个对象吗?
  890. DeleteLine=删除行
  891. ConfirmDeleteLine=您确定要删除此行吗?
  892. ErrorPDFTkOutputFileNotFound=Error: the file was not generated. Please check that the 'pdftk' command is installed in a directory included in the $PATH environment variable (linux/unix only) or contact your system administrator.
  893. NoPDFAvailableForDocGenAmongChecked=在已检查记录中没有PDF可用于生成文档
  894. TooManyRecordForMassAction=Too many records selected for mass action. The action is restricted to a list of %s records.
  895. NoRecordSelected=未选定记录
  896. MassFilesArea=批量动作生成文件区
  897. ShowTempMassFilesArea=显示批量动作生成文件区
  898. ConfirmMassDeletion=批量删除确认
  899. ConfirmMassDeletionQuestion=您确定要删除%s已选记录吗?
  900. RelatedObjects=关联项目
  901. ClassifyBilled=归为已付款
  902. ClassifyUnbilled=分类未开单
  903. Progress=进展
  904. ProgressShort=Progr.
  905. FrontOffice=前台
  906. BackOffice=后台
  907. Submit=Submit
  908. View=查看
  909. Export=导出
  910. Exports=导出
  911. ExportFilteredList=导出筛选列表
  912. ExportList=导出清单
  913. ExportOptions=导出选项
  914. IncludeDocsAlreadyExported=Include docs already exported
  915. ExportOfPiecesAlreadyExportedIsEnable=Export of pieces already exported is enable
  916. ExportOfPiecesAlreadyExportedIsDisable=Export of pieces already exported is disable
  917. AllExportedMovementsWereRecordedAsExported=All exported movements were recorded as exported
  918. NotAllExportedMovementsCouldBeRecordedAsExported=Not all exported movements could be recorded as exported
  919. Miscellaneous=各项设定
  920. Calendar=日历
  921. GroupBy=分组:
  922. ViewFlatList=查看全部列表
  923. ViewAccountList=View ledger
  924. ViewSubAccountList=View subaccount ledger
  925. RemoveString=删除字符串'%s'
  926. SomeTranslationAreUncomplete=Some of the languages offered may be only partially translated or may contain errors. Please help to correct your language by registering at <a href="https://transifex.com/projects/p/dolibarr/" target="_blank" rel="noopener noreferrer external">https://transifex.com/projects/p/dolibarr/</a> to add your improvements.
  927. DirectDownloadLink=Public download link
  928. PublicDownloadLinkDesc=Only the link is required to download the file
  929. DirectDownloadInternalLink=Private download link
  930. PrivateDownloadLinkDesc=You need to be logged and you need permissions to view or download the file
  931. Download=下载
  932. DownloadDocument=下载文件
  933. DownloadSignedDocument=Download signed document
  934. ActualizeCurrency=更新货币汇率
  935. Fiscalyear=财务年度
  936. ModuleBuilder=Module and Application Builder
  937. SetMultiCurrencyCode=设置货币
  938. BulkActions=批量行动
  939. ClickToShowHelp=单击以显示工具提示帮助
  940. WebSite=网站
  941. WebSites=网站
  942. WebSiteAccounts=网站帐号
  943. ExpenseReport=费用报表
  944. ExpenseReports=费用报表
  945. HR=HR
  946. HRAndBank=人力资源和银行
  947. AutomaticallyCalculated=自动计算
  948. TitleSetToDraft=回到草案
  949. ConfirmSetToDraft=您确定要返回草稿状态吗?
  950. ImportId=导入ID
  951. Events=事件
  952. EMailTemplates=电子邮件模板
  953. FileNotShared=未向外部公众分享的文件
  954. Project=项目
  955. Projects=项目
  956. LeadOrProject=Lead | Project
  957. LeadsOrProjects=Leads | Projects
  958. Lead=Lead
  959. Leads=Leads
  960. ListOpenLeads=List open leads
  961. ListOpenProjects=List open projects
  962. NewLeadOrProject=New lead or project
  963. Rights=权限
  964. LineNb=行号
  965. IncotermLabel=国际贸易术语解释通则
  966. TabLetteringCustomer=Customer lettering
  967. TabLetteringSupplier=Vendor lettering
  968. Monday=星期一
  969. Tuesday=星期二
  970. Wednesday=星期三
  971. Thursday=星期四
  972. Friday=星期五
  973. Saturday=星期六
  974. Sunday=星期日
  975. MondayMin=一
  976. TuesdayMin=二
  977. WednesdayMin=三
  978. ThursdayMin=四
  979. FridayMin=五
  980. SaturdayMin=六
  981. SundayMin=日
  982. Day1=星期一
  983. Day2=星期二
  984. Day3=星期三
  985. Day4=星期四
  986. Day5=星期五
  987. Day6=星期六
  988. Day0=星期日
  989. ShortMonday=一
  990. ShortTuesday=二
  991. ShortWednesday=三
  992. ShortThursday=四
  993. ShortFriday=五
  994. ShortSaturday=六
  995. ShortSunday=日
  996. one=one
  997. two=two
  998. three=three
  999. four=four
  1000. five=five
  1001. six=six
  1002. seven=seven
  1003. eight=eight
  1004. nine=nine
  1005. ten=ten
  1006. eleven=eleven
  1007. twelve=twelve
  1008. thirteen=thirdteen
  1009. fourteen=fourteen
  1010. fifteen=fifteen
  1011. sixteen=sixteen
  1012. seventeen=seventeen
  1013. eighteen=eighteen
  1014. nineteen=nineteen
  1015. twenty=twenty
  1016. thirty=thirty
  1017. forty=forty
  1018. fifty=fifty
  1019. sixty=sixty
  1020. seventy=seventy
  1021. eighty=eighty
  1022. ninety=ninety
  1023. hundred=hundred
  1024. thousand=thousand
  1025. million=million
  1026. billion=billion
  1027. trillion=trillion
  1028. quadrillion=quadrillion
  1029. SelectMailModel=选择电子邮件模板
  1030. SetRef=套编号
  1031. Select2ResultFoundUseArrows=发现结果。使用箭头选择。
  1032. Select2NotFound=空空如也——没有结果
  1033. Select2Enter=输入
  1034. Select2MoreCharacter=个以上的字符
  1035. Select2MoreCharacters=个以上的字符
  1036. Select2MoreCharactersMore=<strong>搜索语法:</strong> <br> <kbd> <strong> | </strong> </kbd> <kbd>或</kbd>(a|b)<br> <kbd> <strong> * </strong> </kbd> <kbd>任何字符</kbd>(a * b)<br> <kbd> <strong> ^ </strong> </kbd> <kbd>以(^ ab)开头</kbd> <br> <kbd> <strong> $ </strong> </kbd> 以<kbd>(ab $)结尾<br>
  1037. Select2LoadingMoreResults=正在加载更多结果...
  1038. Select2SearchInProgress=正在搜索...
  1039. SearchIntoThirdparties=合伙人
  1040. SearchIntoContacts=联系人
  1041. SearchIntoMembers=会员
  1042. SearchIntoUsers=用户
  1043. SearchIntoProductsOrServices=产品或服务
  1044. SearchIntoBatch=Lots / Serials
  1045. SearchIntoProjects=项目
  1046. SearchIntoMO=制造业订单
  1047. SearchIntoTasks=任务
  1048. SearchIntoCustomerInvoices=客户发票
  1049. SearchIntoSupplierInvoices=供应商发票
  1050. SearchIntoCustomerOrders=销售订单
  1051. SearchIntoSupplierOrders=订单
  1052. SearchIntoCustomerProposals=报价单
  1053. SearchIntoSupplierProposals=供应商提案
  1054. SearchIntoInterventions=干预
  1055. SearchIntoContracts=合同
  1056. SearchIntoCustomerShipments=客户运输
  1057. SearchIntoExpenseReports=费用报表
  1058. SearchIntoLeaves=Leave
  1059. SearchIntoKM=知识库
  1060. SearchIntoTickets=票据
  1061. SearchIntoCustomerPayments=Customer payments
  1062. SearchIntoVendorPayments=供应商付款
  1063. SearchIntoMiscPayments=杂项付款
  1064. CommentLink=说明
  1065. NbComments=评论数量
  1066. CommentPage=评论空间
  1067. CommentAdded=评论补充
  1068. CommentDeleted=评论已删除
  1069. Everybody=全体同仁
  1070. PayedBy=付款人
  1071. PayedTo=Paid to
  1072. Monthly=月度
  1073. Quarterly=季度
  1074. Annual=全年
  1075. Local=本地
  1076. Remote=远程
  1077. LocalAndRemote=本地和远程
  1078. KeyboardShortcut=快捷键
  1079. AssignedTo=分配给
  1080. Deletedraft=删除草稿
  1081. ConfirmMassDraftDeletion=Draft mass delete confirmation
  1082. FileSharedViaALink=File shared with a public link
  1083. SelectAThirdPartyFirst=Select a third party first...
  1084. YouAreCurrentlyInSandboxMode=You are currently in the %s "sandbox" mode
  1085. Inventory=库存
  1086. AnalyticCode=Analytic code
  1087. TMenuMRP=MRP
  1088. ShowCompanyInfos=Show company infos
  1089. ShowMoreInfos=Show More Infos
  1090. NoFilesUploadedYet=Please upload a document first
  1091. SeePrivateNote=See private note
  1092. PaymentInformation=Payment information
  1093. ValidFrom=Valid from
  1094. ValidUntil=Valid until
  1095. NoRecordedUsers=No users
  1096. ToClose=To close
  1097. ToRefuse=To refuse
  1098. ToProcess=待处理
  1099. ToApprove=To approve
  1100. GlobalOpenedElemView=Global view
  1101. NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
  1102. NoArticlesFoundForTheCategory=No article found for the category
  1103. ToAcceptRefuse=To accept | refuse
  1104. ContactDefault_agenda=事件
  1105. ContactDefault_commande=订单
  1106. ContactDefault_contrat=合同
  1107. ContactDefault_facture=发票
  1108. ContactDefault_fichinter=介入
  1109. ContactDefault_invoice_supplier=Supplier Invoice
  1110. ContactDefault_order_supplier=Purchase Order
  1111. ContactDefault_project=项目
  1112. ContactDefault_project_task=任务
  1113. ContactDefault_propal=报价
  1114. ContactDefault_supplier_proposal=Supplier Proposal
  1115. ContactDefault_ticket=Ticket
  1116. ContactAddedAutomatically=Contact added from contact thirdparty roles
  1117. More=More
  1118. ShowDetails=Show details
  1119. CustomReports=Custom reports
  1120. StatisticsOn=Statistics on
  1121. SelectYourGraphOptionsFirst=Select your graph options to build a graph
  1122. Measures=Measures
  1123. XAxis=X-Axis
  1124. YAxis=Y-Axis
  1125. StatusOfRefMustBe=Status of %s must be %s
  1126. DeleteFileHeader=Confirm file delete
  1127. DeleteFileText=Do you really want delete this file?
  1128. ShowOtherLanguages=Show other languages
  1129. SwitchInEditModeToAddTranslation=Switch in edit mode to add translations for this language
  1130. NotUsedForThisCustomer=Not used for this customer
  1131. AmountMustBePositive=Amount must be positive
  1132. ByStatus=By status
  1133. InformationMessage=信息
  1134. Used=已使用
  1135. ASAP=As Soon As Possible
  1136. CREATEInDolibarr=Record %s created
  1137. MODIFYInDolibarr=Record %s modified
  1138. DELETEInDolibarr=Record %s deleted
  1139. VALIDATEInDolibarr=Record %s validated
  1140. APPROVEDInDolibarr=Record %s approved
  1141. DefaultMailModel=Default Mail Model
  1142. PublicVendorName=Public name of vendor
  1143. DateOfBirth=生日
  1144. SecurityTokenHasExpiredSoActionHasBeenCanceledPleaseRetry=Security token has expired, so action has been canceled. Please try again.
  1145. UpToDate=Up-to-date
  1146. OutOfDate=Out-of-date
  1147. EventReminder=Event Reminder
  1148. UpdateForAllLines=Update for all lines
  1149. OnHold=On hold
  1150. Civility=Civility
  1151. AffectTag=Assign Tag
  1152. AffectUser=Assign User
  1153. SetSupervisor=Set Supervisor
  1154. CreateExternalUser=Create external user
  1155. ConfirmAffectTag=Bulk Tag Assignement
  1156. ConfirmAffectUser=Bulk User Assignement
  1157. ProjectRole=Role assigned on each project
  1158. TasksRole=Role assigned on each task of each project
  1159. ConfirmSetSupervisor=Bulk Supervisor Set
  1160. ConfirmUpdatePrice=Choose a increase/decrease price rate
  1161. ConfirmAffectTagQuestion=Are you sure you want to assign tags to the %s selected record(s)?
  1162. ConfirmAffectUserQuestion=Are you sure you want to assign users to the %s selected record(s)?
  1163. ConfirmSetSupervisorQuestion=Are you sure you want to set supervisor to the %s selected record(s)?
  1164. ConfirmUpdatePriceQuestion=Are you sure you want to update the price of the %s selected record(s)?
  1165. CategTypeNotFound=No tag type found for type of records
  1166. Rate=税率
  1167. SupervisorNotFound=Supervisor not found
  1168. CopiedToClipboard=Copied to clipboard
  1169. InformationOnLinkToContract=This amount is only the total of all the lines of the contract. No notion of time is taken into consideration.
  1170. ConfirmCancel=Are you sure you want to cancel
  1171. EmailMsgID=Email MsgID
  1172. EmailDate=Email date
  1173. SetToStatus=Set to status %s
  1174. SetToEnabled=Set to enabled
  1175. SetToDisabled=Set to disabled
  1176. ConfirmMassEnabling=mass enabling confirmation
  1177. ConfirmMassEnablingQuestion=您确定要启用%s选定的记录吗?
  1178. ConfirmMassDisabling=mass disabling confirmation
  1179. ConfirmMassDisablingQuestion=Are you sure you want to disable the %s selected record(s)?
  1180. RecordsEnabled=%s record(s) enabled
  1181. RecordsDisabled=%s record(s) disabled
  1182. RecordEnabled=Record enabled
  1183. RecordDisabled=Record disabled
  1184. Forthcoming=Forthcoming
  1185. Currently=Currently
  1186. ConfirmMassLeaveApprovalQuestion=Are you sure you want to approve the %s selected record(s)?
  1187. ConfirmMassLeaveApproval=Mass leave approval confirmation
  1188. RecordAproved=Record approved
  1189. RecordsApproved=%s Record(s) approved
  1190. Properties=Properties
  1191. hasBeenValidated=%s has been validated
  1192. ClientTZ=(用户)客户端时区
  1193. NotClosedYet=Not yet closed
  1194. ClearSignature=Reset signature
  1195. CanceledHidden=Canceled hidden
  1196. CanceledShown=Canceled shown
  1197. Terminate=Terminate
  1198. Terminated=Terminated
  1199. AddLineOnPosition=Add line on position (at the end if empty)
  1200. ConfirmAllocateCommercial=Assign sales representative confirmation
  1201. ConfirmAllocateCommercialQuestion=Are you sure you want to assign the %s selected record(s)?
  1202. CommercialsAffected=Sales representatives assigned
  1203. CommercialAffected=Sales representative assigned
  1204. YourMessage=Your message
  1205. YourMessageHasBeenReceived=Your message has been received. We will answer or contact you as soon as possible.
  1206. UrlToCheck=Url to check
  1207. Automation=Automation
  1208. CreatedByEmailCollector=Created by Email collector
  1209. CreatedByPublicPortal=Created from Public portal
  1210. UserAgent=User Agent
  1211. InternalUser=内部用户
  1212. ExternalUser=外部用户