# Dolibarr language file - Source file is en_US - loan ModuleBuilderDesc=此工具只能由有經驗的用戶或開發人員使用。它提供了構建或編輯您自己的模組的實用程序。替代 手動開發的文件在此處 。 EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...) 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, but also API file, pages to list/add/edit/delete object and SQL files will be generated. 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=已生成/已編輯 模組的路徑(外部模組的首個目錄定義為%s): %s ModuleBuilderDesc3=已找到 生成的/可編輯的模組: %s ModuleBuilderDesc4=當模組目錄的根目錄中存在檔案 %s 時,模組被偵測為"可編輯” NewModule=新模組 NewObjectInModulebuilder=新項目 NewDictionary=New dictionary ModuleKey=模組金鑰 ObjectKey=項目金鑰 DicKey=Dictionary key ModuleInitialized=模組初始化 FilesForObjectInitialized=初始化新項目'%s'的檔案 FilesForObjectUpdated=項目'%s'的檔案已更新(.sql檔案和.class.php檔案) ModuleBuilderDescdescription=在此處輸入描述模組的所有一般資訊。 ModuleBuilderDescspecifications=您可以在此處輸入尚未在其他標籤中建立的模組特性描述。這樣您就可以輕鬆地開發所有規則。此文字內容還將包含在生成的文件中(請參見最後一個標籤)。您可以使用 Markdown格式,但建議使用 Asciidoc 格式(.md和.asciidoc之間的比較:http://asciidoctor.org/docs/user-manual/#compared-to-markdown)。 ModuleBuilderDescobjects=在此處定義您要使用模組管理的對象。一個CRUD DAO class,SQL檔案,用於列出對象記錄,建立/編輯/檢視 記錄的頁面以及將會生成一個API 。 ModuleBuilderDescmenus=此標籤專用於定義您模組提供的選單輸入。 ModuleBuilderDescpermissions=此標籤專用於定義您要隨模組提供的新權限。 ModuleBuilderDesctriggers=這是您模組提供的觸發器檢視。當觸發了業務事件時要包含代碼的執行,只需編輯此檔案。 ModuleBuilderDeschooks=此標籤專用於掛載。 ModuleBuilderDescwidgets=此頁籤是專門用於管理/建立小工具。 ModuleBuilderDescbuildpackage=您可以在此處產生模組的“準備發布”封裝檔案(統一化的 .zip 文件)和“準備發布”文件檔案.只需點擊按鈕即可建構封裝或文件檔案。 EnterNameOfModuleToDeleteDesc=您可以刪除您的模組。警告:模組的所有編碼檔案(手動產生或建立)以及結構化資料和文件都將被刪除! EnterNameOfObjectToDeleteDesc=您可以刪除一個項目。警告:所有與物件相關的編碼檔案(手動產生或建立)都將被刪除! DangerZone=危險區域 BuildPackage=建立軟體包 BuildPackageDesc=您可以產生應用程式的 zip 包,以便準備好在任何 Dolibarr 上發布它。您也可以在 DoliStore.com 等市場上發布或出售它。 BuildDocumentation=建立文件 ModuleIsNotActive=此模組尚未啟用。前往 %s 使其生效或點擊此處 ModuleIsLive=此模組已被啟動。任何更改都可能會破壞目前的即時功能。 DescriptionLong=詳細描述 EditorName=編輯器名稱 EditorUrl=編輯器網址 DescriptorFile=模組的描述檔案 ClassFile=PHP DAO CRUD類別檔案 ApiClassFile=PHP API類別檔案 PageForList=記錄列表PHP頁面 PageForCreateEditView=建立/編輯/檢視記錄PHP頁面 PageForAgendaTab=事件分頁的PHP頁面 PageForDocumentTab=文件分頁的PHP頁面 PageForNoteTab=註記分頁的PHP頁面 PageForContactTab=聯絡人分頁的 PHP 頁面 PathToModulePackage=模組/應用程式包的zip路徑 PathToModuleDocumentation=模組/應用程式檔案的文件路徑(%s) SpaceOrSpecialCharAreNotAllowed=不允許使用空格或特殊符號。 FileNotYetGenerated=尚未產生檔案 RegenerateClassAndSql=強制更新.class和.sql檔案 RegenerateMissingFiles=產生遺失的檔案 SpecificationFile=文件檔案 LanguageFile=語言檔案 ObjectProperties=項目屬性 ConfirmDeleteProperty=您確定要刪除屬性 %s 嗎?這將更改 PHP 類別中的代碼,但也會從物件表格定義中刪除列。 NotNull=非空白 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=小工具檔案 CSSFile=CSS檔案 JSFile=Javascript檔案 ReadmeFile=Readme檔案 ChangeLog=ChangeLog檔案 TestClassFile=PHP 單位測試類別檔案 SqlFile=SQL檔案 PageForLib=通用PHP庫的檔案 PageForObjLib=專用於物件的 PHP 庫檔案 SqlFileExtraFields=補充屬性的 Sql 檔案 SqlFileKey=密鑰的SQL檔案 SqlFileKeyExtraFields=補充屬性鍵的 Sql 檔案 AnObjectAlreadyExistWithThisNameAndDiffCase=已存在具有此名稱和不同大小寫的物件 UseAsciiDocFormat=可以使用 Markdown 格式,但建議使用 Asciidoc 格式(.md 和 .asciidoc 之間的比較:http://asciidoctor.org/docs/user-manual/#compared-to-markdown) IsAMeasure=是一個量測 DirScanned=資料夾已掃描 NoTrigger=沒有觸發器 NoWidget=沒有小工具 GoToApiExplorer=API 瀏覽器 ListOfMenusEntries=選單條目清單 ListOfDictionariesEntries=分類條目清單 ListOfPermissionsDefined=已定義權限清單 SeeExamples=在這裡查看範例 EnabledDesc=啟用此欄位的條件(範例:1 或 $conf->global->MYMODULE_MYOPTION) VisibleDesc=欄位是否顯示? (範例:0=隱藏,1=在清單與建立/更新/查看表單上顯示,2=僅在清單上顯示,3=僅在建立/更新/查看表單上顯示(非清單),4=只在清單與更新/查看表單(非建立)顯示,5=僅在清單結尾視圖表單上顯示(非建立,非更新)。

使用負值表示預設情況下清單中不顯示欄位,但可以選擇查看)。

可以是表達式,例如:
preg_match('/public/', $_SERVER['PHP_SELF'])?0:1
($user->rights->holiday->define_holiday ? 1 : 0) DisplayOnPdfDesc=在相容的 PDF 文件上顯示此欄位,您可以使用“位置”欄位管理位置。
目前,已知的相容PDF模型是:eratosthene(訂單),espadon(發貨),sponge(發票),cyan(建議書 /報價),cornas(供應商訂單)

對於文件:
0 =不顯示
1 =顯示
2 =如果不為空則顯示

對於文件行:
0 =不顯示
1 =在欄位顯示
3 = 顯示在描述之後的欄位
4 = 如果不為空則顯示在描述之後的描述欄位 DisplayOnPdf=以PDF顯示 IsAMeasureDesc=可以將可累積欄位的值以總和放入清單中嗎? (例如:1 或 0) SearchAllDesc=欄位是否用於快速搜尋工具進行搜尋? (範例:1 或 0) SpecDefDesc=在此處輸入您想與模組一起提供的所有尚未由其他分頁卡定義的文件。您可以使用 .md 或更好的豐富的 .asciidoc 語法。 LanguageDefDesc=在此檔案中輸入每個語言檔案的所有密鑰和翻譯。 MenusDefDesc=在此定義模組提供的選單 DictionariesDefDesc=在此定義您模組提供的字典 PermissionsDefDesc=在此定義模組提供的新權限 MenusDefDescTooltip=The menus provided by your module/application are defined into the array $this->menus into the module descriptor file. You can edit manually this file or use the embedded editor.

Note: Once defined (and the module re-activated), the menus are also visible into the menu editor available to administrator users on %s. DictionariesDefDescTooltip=The dictionaries provided by your module/application are defined into the array $this->dictionaries into the module descriptor file. You can edit manually this file or use the embedded editor.

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 $this->rights into the module descriptor file. You can edit manually this file or use the embedded editor.

Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s. HooksDefDesc=Define in the module_parts['hooks'] property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on 'initHooks(' in core code).
Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on 'executeHooks' in core code). TriggerDefDesc=在觸發器檔案中定義當執行模組外部的業務事件(由其他模組觸發的事件)時要執行的代碼。 SeeIDsInUse=查看安裝中使用的 ID SeeReservedIDsRangeHere=查看保留 ID 的範圍 ToolkitForDevelopers=Dolibarr 開發人員工具集 TryToUseTheModuleBuilder=如果您具有SQL和PHP的知識,則可以使用本機模組建構器精靈。
啟用模組 %s 並通過點擊右上方選單上的 使用精靈。
警告:這是高級開發人員功能,請不要在生產 網站上進行實驗! SeeTopRightMenu=請參閱右上方選單中的 AddLanguageFile=增加語言檔案 YouCanUseTranslationKey=您可以在此處使用一個key,此key是在語言檔案中找到的翻譯key(請參見“語言”分頁) DropTableIfEmpty=(如果為空,則刪除表) TableDoesNotExists=表%s不存在 TableDropped=表%s已刪除 InitStructureFromExistingTable=建立現有表的結構數組字串 UseAboutPage=Do not generate the About page UseDocFolder=停用文件資料夾 UseSpecificReadme=使用特定的ReadMe檔案 ContentOfREADMECustomized=注意:README.md檔案的內容已替換為ModuleBuilder設定中定義的特定值。 RealPathOfModule=模組的真實路徑 ContentCantBeEmpty=檔案內容不能為空 WidgetDesc=您可以在此處產生和編輯將與模組一起嵌入的小元件。 CSSDesc=您可以在此處產生和編輯模組中嵌入了個性化CSS的檔案。 JSDesc=您可以在此處產生和編輯模組中嵌入了個性化Javascript的文件檔案. CLIDesc=您可以在此處產生要隨模組提供的一些命令行腳本。 CLIFile=CLI檔案 NoCLIFile=沒有CLI檔案 UseSpecificEditorName = 使用特定的編輯器名稱 UseSpecificEditorURL = 使用特定的編輯器網址 UseSpecificFamily = 使用特定的家族 UseSpecificAuthor = 使用特定作者 UseSpecificVersion = 使用特定的初始版本 IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules IncludeDocGeneration=I want to generate some documents from templates for the object IncludeDocGenerationHelp=如果選中此選項,將產生一些代碼以在記錄上增加“產生文件”框。 ShowOnCombobox=在組合框中顯示數值 KeyForTooltip=工具提示金鑰 CSSClass=編輯/建立表單的 CSS CSSViewClass=讀取表單的 CSS CSSListClass=清單的 CSS NotEditable=無法編輯 ForeignKey=外部金鑰 TypeOfFieldsHelp=Type of fields:
varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]]
'1' means we add a + button after the combo to create the record
'filter' is a sql condition, example: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)' AsciiToHtmlConverter=ASCII到HTML轉換器 AsciiToPdfConverter=ASCII到PDF轉換器 TableNotEmptyDropCanceled=表不為空。刪除已被取消。 ModuleBuilderNotAllowed=模組建構器可使用,但不允許您的用戶使用。 ImportExportProfiles=匯入和匯出設定檔 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 upadate. Set 0 if there is no validation required. WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated 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 $this->tabs into the module descriptor file. You can edit manually this file or use the embedded editor.