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=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, the pages to list/add/edit/delete the object and the 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): <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=新項目
|
||
NewDictionary=New dictionary
|
||
ModuleName=Module name
|
||
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=You can delete an object. WARNING: All coding files (generated or created manually) related to the object will be deleted!
|
||
DangerZone=危險區域
|
||
BuildPackage=建立軟體包
|
||
BuildPackageDesc=您可以產生應用程式的 zip 包,以便準備好在任何 Dolibarr 上發布它。您也可以在 <a href="https://www.dolistore.com"> DoliStore.com </a> 等市場上發布或出售它。
|
||
BuildDocumentation=建立文件
|
||
ModuleIsNotActive=此模組尚未啟用。前往 %s 使其生效或點擊此處
|
||
ModuleIsLive=此模組已被啟動。任何更改都可能會破壞目前的即時功能。
|
||
DescriptionLong=詳細描述
|
||
EditorName=編輯器名稱
|
||
EditorUrl=編輯器網址
|
||
DescriptorFile=模組的描述檔案
|
||
ClassFile=PHP DAO CRUD類別檔案
|
||
ApiClassFile=API file of module
|
||
PageForList=記錄列表PHP頁面
|
||
PageForCreateEditView=建立/編輯/檢視記錄PHP頁面
|
||
PageForAgendaTab=事件分頁的PHP頁面
|
||
PageForDocumentTab=文件分頁的PHP頁面
|
||
PageForNoteTab=註記分頁的PHP頁面
|
||
PageForContactTab=聯絡人分頁的 PHP 頁面
|
||
PathToModulePackage=模組/應用程式包的zip路徑
|
||
PathToModuleDocumentation=模組/應用程式檔案的文件路徑(%s)
|
||
SpaceOrSpecialCharAreNotAllowed=不允許使用空格或特殊符號。
|
||
FileNotYetGenerated=尚未產生檔案
|
||
GenerateCode=Generate code
|
||
RegenerateClassAndSql=強制更新.class和.sql檔案
|
||
RegenerateMissingFiles=產生遺失的檔案
|
||
SpecificationFile=文件檔案
|
||
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=您確定要刪除屬性 <strong> %s </strong> 嗎?這將更改 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 file
|
||
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=沒有小工具
|
||
ApiExplorer=API 瀏覽器
|
||
ListOfMenusEntries=選單條目清單
|
||
ListOfDictionariesEntries=分類條目清單
|
||
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=It can be an expression. Example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$user->hasRight('holiday', 'define_holiday')?1:5
|
||
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
|
||
DisplayOnPdf=On 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 <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.
|
||
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=如果您具有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=Do not generate the About page
|
||
UseDocFolder=停用文件資料夾
|
||
UseSpecificReadme=使用特定的ReadMe檔案
|
||
ContentOfREADMECustomized=注意:README.md檔案的內容已替換為ModuleBuilder設定中定義的特定值。
|
||
RealPathOfModule=模組的真實路徑
|
||
ContentCantBeEmpty=檔案內容不能為空
|
||
WidgetDesc=您可以在此處產生和編輯將與模組一起嵌入的小元件。
|
||
CSSDesc=您可以在此處產生和編輯模組中嵌入了個性化CSS的檔案。
|
||
JSDesc=You can generate and edit here a file with personalized JavaScript embedded with your module.
|
||
CLIDesc=您可以在此處產生要隨模組提供的一些命令行腳本。
|
||
CLIFile=CLI檔案
|
||
NoCLIFile=沒有CLI檔案
|
||
UseSpecificEditorName = 使用特定的編輯器名稱
|
||
UseSpecificEditorURL = 使用特定的編輯器網址
|
||
UseSpecificFamily = 使用特定的家族
|
||
UseSpecificAuthor = 使用特定作者
|
||
UseSpecificVersion = 使用特定的初始版本
|
||
IncludeRefGeneration=The reference of this 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 the feature to generate some documents (PDF, ODT) from templates for this object
|
||
IncludeDocGenerationHelp=如果選中此選項,將產生一些代碼以在記錄上增加“產生文件”框。
|
||
ShowOnCombobox=Show value into combo boxes
|
||
KeyForTooltip=工具提示金鑰
|
||
CSSClass=編輯/建立表單的 CSS
|
||
CSSViewClass=讀取表單的 CSS
|
||
CSSListClass=清單的 CSS
|
||
NotEditable=無法編輯
|
||
ForeignKey=外部金鑰
|
||
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到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 update. 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 <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=Define the fields/properties from an existing table
|
||
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.
|
||
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.
|
||
GeneratePermissions=I want to manage permissions on this object
|
||
GeneratePermissionsHelp=If you check this, some code will be added to manage permissions to read, write and delete record of the objects
|
||
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
|