189 lines
16 KiB
Plaintext
189 lines
16 KiB
Plaintext
# Dolibarr language file - Source file is en_US - loan
|
||
IdModule= Module id
|
||
ModuleBuilderDesc=该工具只能由有经验的用户或开发人员使用。它提供了构建或编辑您自己的模块的实用程序。替代<a href="%s" target="_blank" rel="noopener noreferrer">手动开发的文档位于此处</a>。
|
||
EnterNameOfModuleDesc=输入要创建的模块/应用程序的名称,不可有空格符。使用大写字母分隔单词(例如:MyModule、EcommerceForShop、SyncWithMySystem…)
|
||
EnterNameOfObjectDesc=输入要创建的对象的名称,不能有空格符。使用大写字母分隔单词(例如:MyObject、Student、Teacher…)。将生成CRUD类文件、列出清单/添加/编辑/删除对象的页面、以及SQL文件。
|
||
EnterNameOfDictionaryDesc=Enter the name of the dictionary to create with no spaces. Use uppercase to separate words (For example: MyDico...). The class file, but also the SQL file will be generated.
|
||
ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
|
||
ModuleBuilderDesc3=找到生成/可编辑的模块:<strong> %s </strong>
|
||
ModuleBuilderDesc4=A module is detected as a 'module for Module Builer' when the file <strong>%s</strong> exists in the root of the module directory
|
||
NewModule=新模块
|
||
NewObjectInModulebuilder=New object
|
||
NewDictionary=New dictionary
|
||
ModuleName=模块名称
|
||
ModuleKey=模块名
|
||
ObjectKey=对象名称
|
||
DicKey=Dictionary key
|
||
ModuleInitialized=模块已初始化
|
||
FilesForObjectInitialized=初始化新对象'%s'的文件
|
||
FilesForObjectUpdated=对象'%s'的文件已更新(.sql文件和.class.php文件)
|
||
ModuleBuilderDescdescription=在此处输入描述模块的所有常规信息。
|
||
ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
|
||
ModuleBuilderDescobjects=在此定义要使用模块管理的对象。将生成CRUD DAO类,SQL文件,列出对象记录的页面,创建/编辑/查看记录和API。
|
||
ModuleBuilderDescmenus=此选项卡专用于定义模块提供的菜单条目。
|
||
ModuleBuilderDescpermissions=此选项卡专用于定义要为模块提供的新权限。
|
||
ModuleBuilderDesctriggers=这是模块提供的触发器视图。要包含启动触发的业务事件时执行的代码,只需编辑此文件即可。
|
||
ModuleBuilderDeschooks=此选项卡专用于挂钩。
|
||
ModuleBuilderDescwidgets=此选项卡专用于管理/构建widget小组件。
|
||
ModuleBuilderDescbuildpackage=您可以在此处生成模块的“准备分发”包文件(规范化的.zip文件)和“准备分发”文档文件。只需单击按钮即可构建包或文档文件。
|
||
EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: All coding files of module (generated or created manually) AND structured data and documentation will be deleted!
|
||
EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to the object will be deleted!
|
||
DangerZone=危险区
|
||
BuildPackage=Build package
|
||
BuildPackageDesc=您可以为您的应用程序生成一个zip包,以便您可以在任何Dolibarr上分发它。您也可以在 <a href="https://www.dolistore.com">DoliStore.com</a> 等市场上分发或销售它。
|
||
BuildDocumentation=构建文档
|
||
ModuleIsNotActive=此模块尚未激活。请前往 %s 激活或点击此处
|
||
ModuleIsLive=此模块已激活。任何更改都可能会破坏当前有效的功能。
|
||
DescriptionLong=详细描述
|
||
EditorName=编辑者姓名
|
||
EditorUrl=编辑者的URL
|
||
DescriptorFile=模块的描述文件
|
||
ClassFile=PHP DAO CRUD类的文件
|
||
ApiClassFile=模块的API文件
|
||
PageForList=用于记录列表的PHP页面
|
||
PageForCreateEditView=用于创建/编辑/查看记录的PHP页面
|
||
PageForAgendaTab=事件选项卡的PHP页面
|
||
PageForDocumentTab=文档选项卡的PHP页面
|
||
PageForNoteTab=注释选项卡的PHP页面
|
||
PageForContactTab=联系人选项卡的PHP页面
|
||
PathToModulePackage=zip /模块/应用程序包的路径
|
||
PathToModuleDocumentation=Path to file of module/application documentation (%s)
|
||
SpaceOrSpecialCharAreNotAllowed=不允许使用空格或特殊字符。
|
||
FileNotYetGenerated=文件尚未生成
|
||
GenerateCode=Generate code
|
||
RegenerateClassAndSql=强制更新.CLASS和.SQL文件
|
||
RegenerateMissingFiles=生成丢失的文件
|
||
SpecificationFile=File of documentation
|
||
LanguageFile=语言文件
|
||
ObjectProperties=对象属性
|
||
Property=Property
|
||
PropertyDesc=A property is an attribute that characterizes an object. This attribute has a code, a label and a type with several options.
|
||
ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
|
||
NotNull=不是NULL
|
||
NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
|
||
SearchAll=用于'搜索所有'
|
||
DatabaseIndex=数据库索引
|
||
FileAlreadyExists=文件%s已存在
|
||
TriggersFile=触发器代码的文件
|
||
HooksFile=钩子代码的文件
|
||
ArrayOfKeyValues=键值数组
|
||
ArrayOfKeyValuesDesc=对键/值对构成的数组(如果字段是具有固定值的组合列表)
|
||
WidgetFile=widget小组件文件
|
||
CSSFile=CSS file
|
||
JSFile=JavaScript file
|
||
ReadmeFile=自述文件
|
||
ChangeLog=ChangeLog文件
|
||
TestClassFile=PHP单元测试类的文件
|
||
SqlFile=Sql文件
|
||
PageForLib=模块内共享的PHP库文件
|
||
PageForObjLib=专用于对象的PHP库文件
|
||
SqlFileExtraFields=自定义属性表的 Sql 文件
|
||
SqlFileKey=用于创建索引的 Sql 文件
|
||
SqlFileKeyExtraFields=自定义属性表的索引 Sql 文件
|
||
AnObjectAlreadyExistWithThisNameAndDiffCase=已存在具有此名称和不同大小写的对象
|
||
UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
|
||
IsAMeasure=是衡量标准
|
||
DirScanned=扫描目录
|
||
NoTrigger=没有触发器
|
||
NoWidget=没有widget小组件
|
||
ApiExplorer=API explorer
|
||
ListOfMenusEntries=菜单条目列表
|
||
ListOfDictionariesEntries=List of dictionaries entries
|
||
ListOfPermissionsDefined=已定义权限的列表
|
||
SeeExamples=见这里的例子
|
||
EnabledDesc=Condition to have this field active.<br><br>Examples:<br>1<br>isModEnabled('anothermodule')<br>getDolGlobalString('MYMODULE_OPTION')==2
|
||
VisibleDesc=Is the field visible ? (Examples: 0=Never visible, 1=Visible on list and create/update/view forms, 2=Visible on list only, 3=Visible on create/update/view form only (not on lists), 4=Visible on lists and update/view form only (not create), 5=Visible on list and view form only (not create, not update).<br><br>Using a negative value means field is not shown by default on list but can be selected for viewing).
|
||
ItCanBeAnExpression=它可以是一个表达式。例如:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$user->hasRight('holiday', 'define_holiday')?1:5
|
||
DisplayOnPdfDesc=在兼容的 PDF 文档上显示此字段,您可以通过“Position”字段管理位置。<br><strong>对于文档:</strong><br>0 = 不显示<br>1 = 显示<br> 2 = 仅在不为空时显示<br><br><strong>对于文档行:</strong><br>0 = 不显示 <br>1 = 显示在列中<br>3 = 在描述之后的行描述列中显示<br>4 = 仅在不为空时显示在描述之后的行描述列中
|
||
DisplayOnPdf=On PDF
|
||
IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
|
||
SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
|
||
SpecDefDesc=在此输入您要为模块提供的所有文档,这些文档尚未由其他选项卡定义。您可以使用.md或更好的.asciidoc语法。
|
||
LanguageDefDesc=在此文件中输入每个语言文件的所有密钥和翻译。
|
||
MenusDefDesc=在此处定义模块提供的菜单
|
||
DictionariesDefDesc=在此处定义模块提供的词典
|
||
PermissionsDefDesc=Define here the new permissions provided by your module
|
||
MenusDefDescTooltip=模块/应用程序提供的菜单被定义在模块描述符文件中的数组 <strong>$this->menus</strong> 中。您可以手动编辑此文件或使用嵌入式编辑器。<br><br>注意:定义(并重新激活模块)之后,菜单也可以在菜单编辑器中看到,管理员用户可以在 %s 中使用菜单编辑器。
|
||
DictionariesDefDescTooltip=The dictionaries provided by your module/application are defined into the array <strong>$this->dictionaries</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), dictionaries are also visible into the setup area to administrator users on %s.
|
||
PermissionsDefDescTooltip=The permissions provided by your module/application are defined into the array <strong>$this->rights</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s.
|
||
HooksDefDesc=Define in the property <b>module_parts['hooks']</b>, in the module descriptor file, the list of contexts when your hook must be executed (the list of possible contexts can be found by a search on '<b>initHooks(</b>' in core code).<br>Then edit the file with hooks code with the code of your hooked functions (the list of hookable functions can be found by a search on '<b>executeHooks</b>' in core code).
|
||
TriggerDefDesc=在触发器文件中定义在执行模块外部的业务事件(由其他模块触发的事件)时要执行的代码。
|
||
SeeIDsInUse=查看安装中使用的ID
|
||
SeeReservedIDsRangeHere=查看保留ID的范围
|
||
ToolkitForDevelopers=Dolibarr开发人员工具包
|
||
TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module <strong>%s</strong> and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
|
||
SeeTopRightMenu=请参阅右上方菜单中的<span class="fa fa-bug"></span>
|
||
AddLanguageFile=添加语言文件
|
||
YouCanUseTranslationKey=你可以在这里使用一个密钥,它是在语言文件中找到的翻译密钥(参见“语言”选项卡)
|
||
DropTableIfEmpty=(如果为空,则删除表)
|
||
TableDoesNotExists=表%s不存在
|
||
TableDropped=表%s已删除
|
||
InitStructureFromExistingTable=构建现有表的结构数组字符串
|
||
UseAboutPage=Do not generate the About page
|
||
UseDocFolder=Disable the documentation folder
|
||
UseSpecificReadme=使用特定的自述文件
|
||
ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
|
||
RealPathOfModule=Real path of module
|
||
ContentCantBeEmpty=Content of file can't be empty
|
||
WidgetDesc=您可以在此处生成和编辑将嵌入到您的模块中的widget小组件。
|
||
CSSDesc=You can generate and edit here a file with personalized CSS embedded with your module.
|
||
JSDesc=You can generate and edit here a file with personalized JavaScript embedded with your module.
|
||
CLIDesc=You can generate here some command line scripts you want to provide with your module.
|
||
CLIFile=CLI File
|
||
NoCLIFile=No CLI files
|
||
UseSpecificEditorName = Use a specific editor name
|
||
UseSpecificEditorURL = Use a specific editor URL
|
||
UseSpecificFamily = 使用特定的应用系列
|
||
UseSpecificAuthor = Use a specific author
|
||
UseSpecificVersion = Use a specific initial version
|
||
IncludeRefGeneration=此对象的引用编码必须由自定义编号规则自动生成
|
||
IncludeRefGenerationHelp=如果要包含代码以使用自定义编号规则自动管理引用编码的生成,请选中此项
|
||
IncludeDocGeneration=我需要能够从该对象的模板中生成一些文档(PDF、ODT) 的功能
|
||
IncludeDocGenerationHelp=如果选中此项,将生成一些代码,以便在记录上添加“生成文档”按钮。
|
||
ShowOnCombobox=Show value into combo boxes
|
||
KeyForTooltip=Key for tooltip
|
||
CSSClass=CSS for edit/create form
|
||
CSSViewClass=CSS for read form
|
||
CSSListClass=CSS for list
|
||
NotEditable=Not editable
|
||
ForeignKey=Foreign key
|
||
ForeignKeyDesc=If the value of this field must be guaranteed to exist into another table. Enter here a value matching syntax: tablename.parentfieldtocheck
|
||
TypeOfFieldsHelp=Example:<br>varchar(99)<br>email<br>phone<br>ip<br>url<br>password<br>double(24,8)<br>real<br>text<br>html<br>date<br>datetime<br>timestamp<br>integer<br>integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]<br><br>'1' means we add a + button after the combo to create the record<br>'filter' is an Universal Filter syntax condition, example: '((status:=:1) AND (fk_user:=:__USER_ID__) AND (entity:IN:(__SHARED_ENTITIES__))'
|
||
TypeOfFieldsHelpIntro=This is the type of the field/attribute.
|
||
AsciiToHtmlConverter=Ascii to HTML converter
|
||
AsciiToPdfConverter=Ascii to PDF converter
|
||
TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
|
||
ModuleBuilderNotAllowed=The module builder is available but not allowed to your user.
|
||
ImportExportProfiles=Import and export profiles
|
||
ValidateModBuilderDesc=Set this to 1 if you want to have the method $this->validateField() of object being called to validate the content of the field during insert or update. Set 0 if there is no validation required.
|
||
WarningDatabaseIsNotUpdated=警告:数据库不会自动更新,您必须先删除表并禁用-启用此模块才能重新创建表
|
||
LinkToParentMenu=Parent menu (fk_xxxxmenu)
|
||
ListOfTabsEntries=List of tab entries
|
||
TabsDefDesc=Define here the tabs provided by your module
|
||
TabsDefDescTooltip=The tabs provided by your module/application are defined into the array <strong>$this->tabs</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.
|
||
BadValueForType=Bad value for type %s
|
||
DefinePropertiesFromExistingTable=从现有表中定义字段/属性
|
||
DefinePropertiesFromExistingTableDesc=如果数据库中的表(用于要创建的对象)已经存在,则可以使用它来定义对象的属性。
|
||
DefinePropertiesFromExistingTableDesc2=如果该表尚不存在,请保持为空。 代码生成器将使用不同类型的字段来构建示例表,您可以稍后进行编辑。
|
||
GeneratePermissions=我要管理此对象的权限
|
||
GeneratePermissionsHelp=如果选中此项,将添加一些代码来管理对象的读、写和删除记录的权限
|
||
PermissionDeletedSuccesfuly=Permission has been successfully removed
|
||
PermissionUpdatedSuccesfuly=Permission has been successfully updated
|
||
PermissionAddedSuccesfuly=Permission has been successfully added
|
||
MenuDeletedSuccessfuly=Menu has been successfully deleted
|
||
MenuAddedSuccessfuly=Menu has been successfully added
|
||
MenuUpdatedSuccessfuly=Menu has been successfully updated
|
||
ApiObjectDeleted=API for object %s has been successfully deleted
|
||
CRUDRead=阅读
|
||
CRUDCreateWrite=Create or Update
|
||
FailedToAddCodeIntoDescriptor=Failed to add code into descriptor. Check that the string comment "%s" is still present into the file.
|
||
DictionariesCreated=Dictionary <b>%s</b> created successfully
|
||
DictionaryDeleted=Dictionary <b>%s</b> removed successfully
|
||
PropertyModuleUpdated=Property <b>%s</b> has been update successfully
|
||
InfoForApiFile=* When you generate file for the first time then all methods will be created <strong>for each object.</strong><br>* When you click in <strong>remove</strong> you just remove all methods for the <strong>selected object</strong>.
|
||
SetupFile=Page for module setup
|
||
EmailingSelectors=Emails selectors
|
||
EmailingSelectorDesc=You can generate and edit here the class files to provide new email target selectors for the mass emailing module
|
||
EmailingSelectorFile=Emails selector file
|
||
NoEmailingSelector=No emails selector file
|