modulebuilder.lang 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Dolibarr language file - Source file is en_US - loan
  2. IdModule= Module id
  3. ModuleBuilderDesc=此工具只能由有經驗的用戶或開發人員使用。它提供了構建或編輯您自己的模組的實用程序。替代 <a href="%s" target="_blank" rel="noopener noreferrer"> 手動開發的文件在此處 </a> 。
  4. EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
  5. EnterNameOfObjectDesc=Enter the name of the object to create with no spaces. Use uppercase to separate words (For example: MyObject, Student, Teacher...). The CRUD class file, the pages to list/add/edit/delete the object and the SQL files will be generated.
  6. 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.
  7. ModuleBuilderDesc2=已生成/已編輯 模組的路徑(外部模組的首個目錄定義為%s): <strong> %s </strong>
  8. ModuleBuilderDesc3=已找到 生成的/可編輯的模組:<strong> %s </strong>
  9. ModuleBuilderDesc4=當模組目錄的根目錄中存在檔案<strong> %s </strong>時,模組被偵測為"可編輯”
  10. NewModule=新模組
  11. NewObjectInModulebuilder=新項目
  12. NewDictionary=New dictionary
  13. ModuleName=Module name
  14. ModuleKey=模組金鑰
  15. ObjectKey=項目金鑰
  16. DicKey=Dictionary key
  17. ModuleInitialized=模組初始化
  18. FilesForObjectInitialized=初始化新項目'%s'的檔案
  19. FilesForObjectUpdated=項目'%s'的檔案已更新(.sql檔案和.class.php檔案)
  20. ModuleBuilderDescdescription=在此處輸入描述模組的所有一般資訊。
  21. ModuleBuilderDescspecifications=您可以在此處輸入尚未在其他標籤中建立的模組特性描述。這樣您就可以輕鬆地開發所有規則。此文字內容還將包含在生成的文件中(請參見最後一個標籤)。您可以使用 Markdown格式,但建議使用 Asciidoc 格式(.md和.asciidoc之間的比較:http://asciidoctor.org/docs/user-manual/#compared-to-markdown)。
  22. ModuleBuilderDescobjects=在此處定義您要使用模組管理的對象。一個CRUD DAO class,SQL檔案,用於列出對象記錄,建立/編輯/檢視 記錄的頁面以及將會生成一個API 。
  23. ModuleBuilderDescmenus=此標籤專用於定義您模組提供的選單輸入。
  24. ModuleBuilderDescpermissions=此標籤專用於定義您要隨模組提供的新權限。
  25. ModuleBuilderDesctriggers=這是您模組提供的觸發器檢視。當觸發了業務事件時要包含代碼的執行,只需編輯此檔案。
  26. ModuleBuilderDeschooks=此標籤專用於掛載。
  27. ModuleBuilderDescwidgets=此頁籤是專門用於管理/建立小工具。
  28. ModuleBuilderDescbuildpackage=您可以在此處產生模組的“準備發布”封裝檔案(統一化的 .zip 文件)和“準備發布”文件檔案.只需點擊按鈕即可建構封裝或文件檔案。
  29. EnterNameOfModuleToDeleteDesc=您可以刪除您的模組。警告:模組的所有編碼檔案(手動產生或建立)以及結構化資料和文件都將被刪除!
  30. EnterNameOfObjectToDeleteDesc=您可以刪除一個項目。警告:所有與物件相關的編碼檔案(手動產生或建立)都將被刪除!
  31. DangerZone=危險區域
  32. BuildPackage=建立軟體包
  33. BuildPackageDesc=您可以產生應用程式的 zip 包,以便準備好在任何 Dolibarr 上發布它。您也可以在 <a href="https://www.dolistore.com"> DoliStore.com </a> 等市場上發布或出售它。
  34. BuildDocumentation=建立文件
  35. ModuleIsNotActive=此模組尚未啟用。前往 %s 使其生效或點擊此處
  36. ModuleIsLive=此模組已被啟動。任何更改都可能會破壞目前的即時功能。
  37. DescriptionLong=詳細描述
  38. EditorName=編輯器名稱
  39. EditorUrl=編輯器網址
  40. DescriptorFile=模組的描述檔案
  41. ClassFile=PHP DAO CRUD類別檔案
  42. ApiClassFile=PHP API類別檔案
  43. PageForList=記錄列表PHP頁面
  44. PageForCreateEditView=建立/編輯/檢視記錄PHP頁面
  45. PageForAgendaTab=事件分頁的PHP頁面
  46. PageForDocumentTab=文件分頁的PHP頁面
  47. PageForNoteTab=註記分頁的PHP頁面
  48. PageForContactTab=聯絡人分頁的 PHP 頁面
  49. PathToModulePackage=模組/應用程式包的zip路徑
  50. PathToModuleDocumentation=模組/應用程式檔案的文件路徑(%s)
  51. SpaceOrSpecialCharAreNotAllowed=不允許使用空格或特殊符號。
  52. FileNotYetGenerated=尚未產生檔案
  53. GenerateCode=Generate code
  54. RegenerateClassAndSql=強制更新.class和.sql檔案
  55. RegenerateMissingFiles=產生遺失的檔案
  56. SpecificationFile=文件檔案
  57. LanguageFile=語言檔案
  58. ObjectProperties=項目屬性
  59. Property=Propery
  60. PropertyDesc=A property is an attribute that characterizes an object. This attribute has a code, a label and a type with several options.
  61. ConfirmDeleteProperty=您確定要刪除屬性 <strong> %s </strong> 嗎?這將更改 PHP 類別中的代碼,但也會從物件表格定義中刪除列。
  62. NotNull=非空白
  63. NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
  64. SearchAll=用於“全部搜尋”
  65. DatabaseIndex=資料庫索引
  66. FileAlreadyExists=檔案%s已存在
  67. TriggersFile=觸發器代碼檔案
  68. HooksFile=掛鉤代碼檔案
  69. ArrayOfKeyValues=鍵值陣列
  70. ArrayOfKeyValuesDesc=如果欄位是具有固定值的組合清單,則為鍵值陣列與數值
  71. WidgetFile=小工具檔案
  72. CSSFile=CSS檔案
  73. JSFile=Javascript檔案
  74. ReadmeFile=Readme檔案
  75. ChangeLog=ChangeLog檔案
  76. TestClassFile=PHP 單位測試類別檔案
  77. SqlFile=SQL檔案
  78. PageForLib=通用PHP庫的檔案
  79. PageForObjLib=專用於物件的 PHP 庫檔案
  80. SqlFileExtraFields=補充屬性的 Sql 檔案
  81. SqlFileKey=密鑰的SQL檔案
  82. SqlFileKeyExtraFields=補充屬性鍵的 Sql 檔案
  83. AnObjectAlreadyExistWithThisNameAndDiffCase=已存在具有此名稱和不同大小寫的物件
  84. UseAsciiDocFormat=可以使用 Markdown 格式,但建議使用 Asciidoc 格式(.md 和 .asciidoc 之間的比較:http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
  85. IsAMeasure=是一個量測
  86. DirScanned=資料夾已掃描
  87. NoTrigger=沒有觸發器
  88. NoWidget=沒有小工具
  89. ApiExplorer=API 瀏覽器
  90. ListOfMenusEntries=選單條目清單
  91. ListOfDictionariesEntries=分類條目清單
  92. ListOfPermissionsDefined=已定義權限清單
  93. SeeExamples=在這裡查看範例
  94. EnabledDesc=Condition to have this field active.<br><br>Examples:<br>1<br>isModEnabled('MAIN_MODULE_MYMODULE')<br>getDolGlobalString('MYMODULE_OPTION')==2
  95. 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), 5=Visible on list end 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).
  96. ItCanBeAnExpression=It can be an expression. Example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$user->hasRight('holiday', 'define_holiday')?1:5
  97. DisplayOnPdfDesc=Display this field on compatible PDF documents, you can manage position with "Position" field.<br><strong>For document :</strong><br>0 = not displayed <br>1 = display<br>2 = display only if not empty<br><br><strong>For document lines :</strong><br>0 = not displayed <br>1 = displayed in a column<br>3 = display in line description column after the description<br>4 = display in description column after the description only if not empty
  98. DisplayOnPdf=On PDF
  99. IsAMeasureDesc=可以將可累積欄位的值以總和放入清單中嗎? (例如:1 或 0)
  100. SearchAllDesc=欄位是否用於快速搜尋工具進行搜尋? (範例:1 或 0)
  101. SpecDefDesc=在此處輸入您想與模組一起提供的所有尚未由其他分頁卡定義的文件。您可以使用 .md 或更好的豐富的 .asciidoc 語法。
  102. LanguageDefDesc=在此檔案中輸入每個語言檔案的所有密鑰和翻譯。
  103. MenusDefDesc=在此定義模組提供的選單
  104. DictionariesDefDesc=在此定義您模組提供的字典
  105. PermissionsDefDesc=在此定義模組提供的新權限
  106. 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 the module re-activated), the menus are also visible into the menu editor available to administrator users on %s.
  107. 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.
  108. 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.
  109. HooksDefDesc=Define in the <b>module_parts['hooks']</b> property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on '<b>initHooks(</b>' in core code).<br>Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on '<b>executeHooks</b>' in core code).
  110. TriggerDefDesc=在觸發器檔案中定義當執行模組外部的業務事件(由其他模組觸發的事件)時要執行的代碼。
  111. SeeIDsInUse=查看安裝中使用的 ID
  112. SeeReservedIDsRangeHere=查看保留 ID 的範圍
  113. ToolkitForDevelopers=Dolibarr 開發人員工具集
  114. TryToUseTheModuleBuilder=如果您具有SQL和PHP的知識,則可以使用本機模組建構器精靈。 <br>啟用模組<strong> %s </strong>並通過點擊右上方選單上的<span class="fa fa-bug"> </span>使用精靈。 <br>警告:這是高級開發人員功能,請<b>不要</b>在生產 網站上進行實驗!
  115. SeeTopRightMenu=請參閱右上方選單中的<span class="fa fa-bug"> </span>
  116. AddLanguageFile=增加語言檔案
  117. YouCanUseTranslationKey=您可以在此處使用一個key,此key是在語言檔案中找到的翻譯key(請參見“語言”分頁)
  118. DropTableIfEmpty=(如果為空,則刪除表)
  119. TableDoesNotExists=表%s不存在
  120. TableDropped=表%s已刪除
  121. InitStructureFromExistingTable=建立現有表的結構數組字串
  122. UseAboutPage=Do not generate the About page
  123. UseDocFolder=停用文件資料夾
  124. UseSpecificReadme=使用特定的ReadMe檔案
  125. ContentOfREADMECustomized=注意:README.md檔案的內容已替換為ModuleBuilder設定中定義的特定值。
  126. RealPathOfModule=模組的真實路徑
  127. ContentCantBeEmpty=檔案內容不能為空
  128. WidgetDesc=您可以在此處產生和編輯將與模組一起嵌入的小元件。
  129. CSSDesc=您可以在此處產生和編輯模組中嵌入了個性化CSS的檔案。
  130. JSDesc=您可以在此處產生和編輯模組中嵌入了個性化Javascript的文件檔案.
  131. CLIDesc=您可以在此處產生要隨模組提供的一些命令行腳本。
  132. CLIFile=CLI檔案
  133. NoCLIFile=沒有CLI檔案
  134. UseSpecificEditorName = 使用特定的編輯器名稱
  135. UseSpecificEditorURL = 使用特定的編輯器網址
  136. UseSpecificFamily = 使用特定的家族
  137. UseSpecificAuthor = 使用特定作者
  138. UseSpecificVersion = 使用特定的初始版本
  139. IncludeRefGeneration=The reference of this object must be generated automatically by custom numbering rules
  140. IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
  141. IncludeDocGeneration=I want the feature to generate some documents (PDF, ODT) from templates for this object
  142. IncludeDocGenerationHelp=如果選中此選項,將產生一些代碼以在記錄上增加“產生文件”框。
  143. ShowOnCombobox=Show value into combo boxes
  144. KeyForTooltip=工具提示金鑰
  145. CSSClass=編輯/建立表單的 CSS
  146. CSSViewClass=讀取表單的 CSS
  147. CSSListClass=清單的 CSS
  148. NotEditable=無法編輯
  149. ForeignKey=外部金鑰
  150. ForeignKeyDesc=If the value of this field must be guaranted to exists into another table. Enter here a value matching syntax: tablename.parentfieldtocheck
  151. TypeOfFieldsHelp=Example:<br>varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]<br>'1' means we add a + button after the combo to create the record<br>'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
  152. TypeOfFieldsHelpIntro=This is the type of the field/attribute.
  153. AsciiToHtmlConverter=ASCII到HTML轉換器
  154. AsciiToPdfConverter=ASCII到PDF轉換器
  155. TableNotEmptyDropCanceled=表不為空。刪除已被取消。
  156. ModuleBuilderNotAllowed=模組建構器可使用,但不允許您的用戶使用。
  157. ImportExportProfiles=匯入和匯出設定檔
  158. 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.
  159. WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
  160. LinkToParentMenu=Parent menu (fk_xxxxmenu)
  161. ListOfTabsEntries=List of tab entries
  162. TabsDefDesc=Define here the tabs provided by your module
  163. 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.
  164. BadValueForType=Bad value for type %s
  165. DefinePropertiesFromExistingTable=Define properties from an existing table
  166. DefinePropertiesFromExistingTableDesc=If a table in the database (for the object to create) already exists, you can use it to define the properties of the object.
  167. DefinePropertiesFromExistingTableDesc2=Keep empty if the table does not exist yet. The code generator will use different kinds of fields to build an example of table that you can edit later.