?i?

Your IP : 3.14.134.188


Current Path : /home/s/c/g/scgforma/www/soctest/htdocs/langs/zh_CN/
Upload File :
Current File : /home/s/c/g/scgforma/www/soctest/htdocs/langs/zh_CN/modulebuilder.lang

# Dolibarr language file - Source file is en_US - loan
ModuleBuilderDesc=This tool must be used only by experienced users or developers. It provides utilities to build or edit your own module. Documentation for alternative <a href="%s" target="_blank">manual development is here</a>.
EnterNameOfModuleDesc=输入要创建的模块/应用的名称,不含空格。使用大写字母分隔单词(例如:MyModule,EcommerceForShop,SyncWithMySystem ......)
EnterNameOfObjectDesc=输入要创建的对象的名称,不包含空格。使用大写字母分隔单词(例如:MyObject,Student,Teacher ...)。将会生成包含CRUD方法的类文件,同时生成API文件,同时生成"列表/添加/编辑/删除"对象的页面和SQL文件。
ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
ModuleBuilderDesc3=找到生成/可编辑的模块:<strong> %s </strong>
ModuleBuilderDesc4=当模块目录的根目录中存在<strong> %s </strong>文件时,模块被检测为“可编辑”
NewModule=新模块
NewObject=新对象
ModuleKey=模块名
ObjectKey=对象名
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=此选项卡专用于管理/构建窗口小部件。
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 object will be deleted!
DangerZone=危险区
BuildPackage=Build package
BuildPackageDesc=You can generate a zip package of your application so your are ready to distribute it on any Dolibarr. You can also distribute it or sell it on marketplace like <a href="https://www.dolistore.com">DoliStore.com</a>.
BuildDocumentation=构建文档
ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here:
ModuleIsLive=This module has been activated. Any change may break a current live feature.
DescriptionLong=详细描述
EditorName=编辑器名字
EditorUrl=编辑器的URL
DescriptorFile=模块的描述文件
ClassFile=PHP DAO CRUD类的文件
ApiClassFile=PHP API类的文件
PageForList=用于记录列表的PHP页面
PageForCreateEditView=用于创建/编辑/查看记录的PHP页面
PageForAgendaTab=事件选项卡的PHP页面
PageForDocumentTab=文档选项卡的PHP页面
PageForNoteTab=注释选项卡的PHP页面
PathToModulePackage=zip /模块/应用程序包的路径
PathToModuleDocumentation=Path to file of module/application documentation (%s)
SpaceOrSpecialCharAreNotAllowed=不允许使用空格或特殊字符。
FileNotYetGenerated=文件尚未生成
RegenerateClassAndSql=Force update of .class and .sql files
RegenerateMissingFiles=生成丢失的文件
SpecificationFile=File of documentation
LanguageFile=语言文件
ObjectProperties=Object Properties
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 =将数据库设置为NOT NULL。 -1 =如果为空(''或0),则允许空值和强制值为NULL。
SearchAll=用于'搜索所有'
DatabaseIndex=数据库索引
FileAlreadyExists=文件%s已存在
TriggersFile=触发器代码的文件
HooksFile=钩子代码的文件
ArrayOfKeyValues=键值数组
ArrayOfKeyValuesDesc=对键/值对构成的数组(如果字段是具有固定值的组合列表)
WidgetFile=小部件文件
ReadmeFile=自述文件
ChangeLog=ChangeLog文件
TestClassFile=PHP单元测试类的文件
SqlFile=Sql文件
PageForLib=File for PHP library
PageForObjLib=File for PHP library dedicated to object
SqlFileExtraFields=Sql文件用于附加字段
SqlFileKey=密钥的Sql文件
SqlFileKeyExtraFields=Sql file for keys of complementary attributes
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=无插件
GoToApiExplorer=转到API资源管理器
ListOfMenusEntries=菜单条目列表
ListOfPermissionsDefined=已定义权限的列表
SeeExamples=见这里的例子
EnabledDesc=激活此字段的条件(示例:1 或 $conf->global->MYMODULE_MYOPTION)
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 list), 4=Visible on list and update/view form only (not create). Using a negative value means field is not shown by default on list but can be selected for viewing). It can be an expression, for example: preg_match('/public/', $_SERVER['PHP_SELF'])?0:1
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=Define here the menus provided by your module
PermissionsDefDesc=Define here the new permissions provided by your module
MenusDefDescTooltip=The menus provided by your module/application are defined into the array <strong>$this->menus</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), menus are also visible into the menu editor available 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=在<b> module_parts ['hooks'] </b>属性中定义,在模块描述符中,您想要管理的钩子的上下文(上下文列表可以通过搜索'<b> initHooks找到(</b>'在核心代码中。)<br>编辑钩子文件以添加钩子函数的代码(可通过在核心代码中搜索'<b> executeHooks </b>'找到可钩子函数)。
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=Disable the about page
UseDocFolder=Disable the documentation folder
UseSpecificReadme=使用特定的自述文件
RealPathOfModule=Real path of module
ContentCantBeEmpty=Content of file can't be empty
WidgetDesc=You can generate and edit here the widgets that will be 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 = Use a specific family
UseSpecificAuthor = Use a specific author
UseSpecificVersion = Use a specific initial version
ModuleMustBeEnabled=The module/application must be enabled first