2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/langs/zh_TW/modulebuilder.lang
Laurent Destailleur d18ce3b39e Look and feel v12
Conflicts:
	htdocs/langs/en_US/cashdesk.lang
2020-07-05 12:54:42 +02:00

143 lines
12 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Dolibarr language file - Source file is en_US - loan
ModuleBuilderDesc=此工具只能由有經驗的使用者或開發人員使用。它提供了用於建構或編輯您自己模組。另個<a href="%s" target="_blank">手動開發的文件在此處</a>。
EnterNameOfModuleDesc=輸入要新建的 模組/程式 名稱不留空白。使用大寫字母分隔單詞例如example: MyModule, EcommerceForShop, SyncWithMySystem...
EnterNameOfObjectDesc=輸入要新建的物件名稱不留空白。使用大寫字母分隔單詞例如MyObject, Student, Teacher...)。將生成 CRUD class 檔案,以及 API 檔案,頁面用來 列出/新增/編輯/刪除 對象及SQL的檔案將自動生成。
ModuleBuilderDesc2=已生成/已編輯 模組的路徑(外部模組的首個目錄定義為%s: <strong> %s </strong>
ModuleBuilderDesc3=已找到 生成的/可編輯的模組:<strong> %s </strong>
ModuleBuilderDesc4=當模組目錄的根目錄中存在檔案<strong> %s </strong>時,模組被偵測為"可編輯”
NewModule=新模組
NewObjectInModulebuilder=新項目
ModuleKey=模組金鑰
ObjectKey=項目金鑰
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 classSQL檔案用於列出對象記錄建立/編輯/檢視 記錄的頁面以及將會生成一個API 。
ModuleBuilderDescmenus=此標籤專用於定義您模組提供的選單輸入。
ModuleBuilderDescpermissions=此標籤專用於定義您要隨模組提供的新權限。
ModuleBuilderDesctriggers=這是您模組提供的觸發器檢視。當觸發了業務事件時要包含代碼的執行,只需編輯此檔案。
ModuleBuilderDeschooks=此標籤專用於掛載。
ModuleBuilderDescwidgets=此頁籤是專門用於管理/建立小工具。
ModuleBuilderDescbuildpackage=You can generate here a "ready to distribute" package file (a normalized .zip file) of your module and a "ready to distribute" documentation file. Just click on button to build the package or documentation file.
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=建立軟體包
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=此模組已被啟動。任何更改都可能會破壞目前的即時功能。
DescriptionLong=詳細描述
EditorName=編輯器名稱
EditorUrl=編輯器網址
DescriptorFile=模組的描述檔案
ClassFile=PHP DAO CRUD類別檔案
ApiClassFile=PHP API類別檔案
PageForList=記錄列表PHP頁面
PageForCreateEditView=建立/編輯/檢視記錄PHP頁面
PageForAgendaTab=事件分頁的PHP頁面
PageForDocumentTab=文件分頁的PHP頁面
PageForNoteTab=註記分頁的PHP頁面
PathToModulePackage=模組/應用程式包的zip路徑
PathToModuleDocumentation=模組/應用程式檔案的文件路徑(%s)
SpaceOrSpecialCharAreNotAllowed=不允許使用空格或特殊符號。
FileNotYetGenerated=尚未產生檔案
RegenerateClassAndSql=強制更新.class和.sql檔案
RegenerateMissingFiles=產生遺失的檔案
SpecificationFile=文件檔案
LanguageFile=語言檔案
ObjectProperties=項目屬性
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=非空白
NotNullDesc=1=Set database to NOT NULL. -1=Allow null values and force value to NULL if empty ('' or 0).
SearchAll=用於“全部搜尋”
DatabaseIndex=資料庫索引
FileAlreadyExists=檔案%s已存在
TriggersFile=觸發器代碼檔案
HooksFile=掛鉤代碼檔案
ArrayOfKeyValues=Array of key-val
ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
WidgetFile=小工具檔案
CSSFile=CSS檔案
JSFile=Javascript檔案
ReadmeFile=Readme檔案
ChangeLog=ChangeLog檔案
TestClassFile=File for PHP Unit Test class
SqlFile=SQL檔案
PageForLib=通用PHP庫的檔案
PageForObjLib=File for the PHP library dedicated to object
SqlFileExtraFields=Sql file for complementary attributes
SqlFileKey=密鑰的SQL檔案
SqlFileKeyExtraFields=Sql file for keys of complementary attributes
AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
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=Is a measure
DirScanned=資料夾已掃描
NoTrigger=沒有觸發器
NoWidget=沒有小工具
GoToApiExplorer=前往API資源管理器
ListOfMenusEntries=選單條目清單
ListOfDictionariesEntries=分類條目清單
ListOfPermissionsDefined=已定義權限清單
SeeExamples=在這裡查看範例
EnabledDesc=Condition to have this field active (Examples: 1 or $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), 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).<br><br>It can be an expression, for example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>($user->rights->holiday->define_holiday ? 1 : 0)
DisplayOnPdfDesc=Display this field on compatible PDF documents, you can manage position with "Position" field.<br/>Currently, known compatibles PDF models are : eratosthene (order), espadon (ship), sponge (invoices), cyan (propal/quotation), cornas (supplier order)<br/><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
DisplayOnPdf=以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=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax.
LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
MenusDefDesc=在此定義模組提供的選單
DictionariesDefDesc=在此定義您模組提供的字典
PermissionsDefDesc=在此定義模組提供的新權限
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.
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 <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).
TriggerDefDesc=Define in the trigger file the code you want to execute for each business event executed.
SeeIDsInUse=See IDs in use in your installation
SeeReservedIDsRangeHere=See range of reserved IDs
ToolkitForDevelopers=Toolkit for Dolibarr developers
TryToUseTheModuleBuilder=如果您具有SQL和PHP的知識則可以使用本機模組建構器精靈。 <br>啟用模組<strong> %s </strong>並通過點擊右上方選單上的<span class="fa fa-bug"> </span>使用精靈。 <br>警告:這是高級開發人員功能,請<b>不要</b>在生產 網站上進行實驗!
SeeTopRightMenu=請參閱右上方選單中的<span class="fa fa-bug"> </span>
AddLanguageFile=增加語言檔案
YouCanUseTranslationKey=您可以在此處使用一個key此key是在語言檔案中找到的翻譯key請參見“語言”分頁
DropTableIfEmpty=(如果為空,則刪除表)
TableDoesNotExists=表%s不存在
TableDropped=表%s已刪除
InitStructureFromExistingTable=建立現有表的結構數組字串
UseAboutPage=禁用關於頁面
UseDocFolder=禁用文件資料夾
UseSpecificReadme=使用特定的ReadMe檔案
ContentOfREADMECustomized=注意README.md檔案的內容已替換為ModuleBuilder設定中定義的特定值。
RealPathOfModule=模組的真實路徑
ContentCantBeEmpty=檔案內容不能為空
WidgetDesc=您可以在此處產生和編輯將與模組一起嵌入的小元件。
CSSDesc=您可以在此處產生和編輯模組中嵌入了個性化CSS的檔案。
JSDesc=您可以在此處產生和編輯模組中嵌入了個性化Javascript的文件檔案.
CLIDesc=您可以在此處產生要隨模組提供的一些命令行腳本。
CLIFile=CLI檔案
NoCLIFile=沒有CLI檔案
UseSpecificEditorName = 使用特定的編輯器名稱
UseSpecificEditorURL = 使用特定的編輯器網址
UseSpecificFamily = 使用特定的家族
UseSpecificAuthor = 使用特定作者
UseSpecificVersion = 使用特定的初始版本
ModuleMustBeEnabled=必須先啟用模組/應用程式
IncludeRefGeneration=項目參考必須自動產生
IncludeRefGenerationHelp=如果要包含代碼以自動管理參考的產生成,請點選此選框
IncludeDocGeneration=我想從項目產生一些文件
IncludeDocGenerationHelp=如果選中此選項,將產生一些代碼以在記錄上增加“產生文件”框。
ShowOnCombobox=在組合框中顯示數值
KeyForTooltip=Key for tooltip
CSSClass=CSS類別
NotEditable=無法編輯
ForeignKey=外部金鑰
TypeOfFieldsHelp=Type of fields:<br>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' can be 'status=1 AND fk_user = __USER_ID AND entity IN (__SHARED_ENTITIES__)' for example)
AsciiToHtmlConverter=ASCII到HTML轉換器
AsciiToPdfConverter=ASCII到PDF轉換器
TableNotEmptyDropCanceled=表不為空。刪除已被取消。