123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- # Dolibarr language file - Source file is en_US - loan
- IdModule= Module id
- 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" rel="noopener noreferrer">manual development is here</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=Đường dẫn nơi các mô-đun được tạo/chỉnh sửa (thư mục đầu tiên cho các mô-đun bên ngoài được xác định vào %s): <strong>%s</strong>
- ModuleBuilderDesc3=Các mô-đun được tạo / chỉnh sửa được tìm thấy: <strong>%s</strong>
- ModuleBuilderDesc4=Một mô-đun được phát hiện là 'có thể chỉnh sửa' khi tệp <strong>%s</strong> tồn tại trong thư mục gốc của mô-đun
- NewModule=Mô-đun mới
- NewObjectInModulebuilder=Đối tượng mới
- NewDictionary=New dictionary
- ModuleName=Module name
- ModuleKey=Khóa mô-đun
- ObjectKey=Khóa đối tượng
- DicKey=Dictionary key
- ModuleInitialized=Mô-đun được khởi tạo
- FilesForObjectInitialized=Các tệp cho đối tượng mới '%s' được khởi tạo
- FilesForObjectUpdated=Các tệp cho đối tượng '%s' được cập nhật (tệp .sql và tệp .class.php)
- ModuleBuilderDescdescription=Nhập vào đây tất cả các thông tin chung mô tả mô-đun của bạn.
- ModuleBuilderDescspecifications=Bạn có thể nhập vào đây một mô tả chi tiết về các thông số kỹ thuật của mô-đun chưa được cấu trúc vào các tab khác. Vì vậy, bạn có thể dễ dàng đạt được tất cả các quy tắc để phát triển. Đồng thời nội dung văn bản này sẽ được đưa vào tài liệu được tạo ra (xem tab cuối cùng). Bạn có thể sử dụng định dạng Markdown, nhưng nên sử dụng định dạng Asciidoc (so sánh giữa .md và .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
- ModuleBuilderDescobjects=Xác định ở đây các đối tượng bạn muốn quản lý với mô-đun của bạn. Một lớp CRUD DAO, các tệp SQL, trang để liệt kê bản ghi của các đối tượng, để tạo/chỉnh sửa/xem bản ghi và một API sẽ được tạo.
- ModuleBuilderDescmenus=Tab này được dành riêng để xác định các mục menu được cung cấp bởi mô-đun của bạn.
- ModuleBuilderDescpermissions=Tab này được dành riêng để xác định các quyền mới mà bạn muốn cung cấp với mô-đun của mình.
- ModuleBuilderDesctriggers=Đây là chế độ xem triggers được cung cấp bởi mô-đun của bạn. Để bao gồm mã được thực thi khi một trigger sự kiện kinh doanh được khởi chạy, chỉ cần chỉnh sửa tệp này.
- ModuleBuilderDeschooks=Tab này là dành riêng cho hooks.
- ModuleBuilderDescwidgets=Tab này được dành riêng để quản lý/xây dựng các widget.
- ModuleBuilderDescbuildpackage=Bạn có thể tạo ở đây một gói tệp "sẵn sàng để phân phối" (tệp .zip được chuẩn hóa) của mô-đun của bạn và tệp tài liệu "sẵn sàng phân phối". Chỉ cần nhấp vào nút để xây dựng gói hoặc tập tin tài liệu.
- EnterNameOfModuleToDeleteDesc=Bạn có thể xóa mô-đun của bạn. CẢNH BÁO: Tất cả các tệp mã hóa của mô-đun (được tạo hoặc tạo thủ công) VÀ cấu trúc dữ liệu và tài liệu có cấu trúc sẽ bị xóa!
- EnterNameOfObjectToDeleteDesc=Bạn có thể xóa một đối tượng. CẢNH BÁO: Tất cả các tệp mã hóa (được tạo hoặc tạo thủ công) liên quan đến đối tượng sẽ bị xóa!
- DangerZone=Khu vực nguy hiểm
- BuildPackage=Xây dựng gói
- BuildPackageDesc=Bạn có thể tạo gói zip của ứng dụng để bạn sẵn sàng phân phối nó trên bất kỳ Dolibarr nào. Bạn cũng có thể phân phối hoặc bán nó trên thị trường như <a href="https://www.dolistore.com">DoliStore.com</a> .
- BuildDocumentation=Xây dựng tài liệu
- ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here
- ModuleIsLive=Mô-đun này đã được kích hoạt. Bất kỳ thay đổi có thể phá vỡ một tính năng sống hiện tại.
- DescriptionLong=Mô tả dài
- EditorName=Tên biên tập viên
- EditorUrl=URL của biên tập viên
- DescriptorFile=Tập tin mô tả của mô-đun
- ClassFile=Tệp cho lớp CRUD PHP DAO
- ApiClassFile=Tệp cho lớp API PHP
- PageForList=Trang PHP cho danh sách các bản ghi
- PageForCreateEditView=Trang PHP để tạo/chỉnh sửa/xem bản ghi
- PageForAgendaTab=Trang PHP cho tab sự kiện
- PageForDocumentTab=Trang PHP cho tab tài liệu
- PageForNoteTab=Trang PHP cho tab ghi chú
- PageForContactTab=PHP page for contact tab
- PathToModulePackage=Đường dẫn đến zip của gói mô-đun/ứng dụng
- PathToModuleDocumentation=Đường dẫn đến tệp tài liệu mô-đun/ứng dụng (%s)
- SpaceOrSpecialCharAreNotAllowed=Khoảng trắng hoặc ký tự đặc biệt không được phép.
- FileNotYetGenerated=Tệp chưa được tạo
- GenerateCode=Generate code
- RegenerateClassAndSql=Ép buộc cập nhật các tập tin .class và .sql
- RegenerateMissingFiles=Tạo tập tin bị thiếu
- SpecificationFile=Tập tin tài liệu
- LanguageFile=Tập tin cho ngôn ngữ
- ObjectProperties=Thuộc tính đối tượng
- Property=Propery
- PropertyDesc=A property is an attribute that characterizes an object. This attribute has a code, a label and a type with several options.
- ConfirmDeleteProperty=Bạn có chắc chắn muốn xóa thuộc tính <strong>%s</strong> ? Điều này sẽ thay đổi mã trong lớp PHP nhưng cũng loại bỏ cột khỏi bảng định nghĩa của đối tượng.
- NotNull=Không NULL
- 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=Được sử dụng cho 'tìm kiếm tất cả'
- DatabaseIndex=Chỉ mục cơ sở dữ liệu
- FileAlreadyExists=Tệp %s đã tồn tại
- TriggersFile=Tập tin cho mã triggers
- HooksFile=Tệp tin cho mã hooks
- ArrayOfKeyValues=Mảng Khóa và Giá trị
- ArrayOfKeyValuesDesc=Mảng Khóa và Giá trị nếu trường là danh sách kết hợp với giá trị cố định
- WidgetFile=Tập tin widget
- CSSFile=Tệp CSS
- JSFile=Tập tin Javascript
- ReadmeFile=Tập tin Readme
- ChangeLog=Tệp tin ChangeLog
- TestClassFile=Tệp cho lớp PHP Unit Test
- SqlFile=Tập tin Sql
- PageForLib=Tệp cho thư viện PHP chung
- PageForObjLib=Tệp cho thư viện PHP dành riêng cho đối tượng
- SqlFileExtraFields=Tệp tin Sql cho các thuộc tính bổ sung
- SqlFileKey=Tập tin Sql cho các khóa
- SqlFileKeyExtraFields=Tệp tin Sql cho các khóa thuộc tính bổ sung
- AnObjectAlreadyExistWithThisNameAndDiffCase=Một đối tượng đã tồn tại với tên này và một trường hợp khác
- UseAsciiDocFormat=Bạn có thể sử dụng định dạng Markdown, nhưng nên sử dụng định dạng Asciidoc (omparison giữa .md và .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
- IsAMeasure=Là một phép do
- DirScanned=Thư mục được quét
- NoTrigger=Không trigger
- NoWidget=Không có widget
- ApiExplorer=API explorer
- ListOfMenusEntries=Danh sách các mục menu
- ListOfDictionariesEntries=Danh sách các mục từ điển
- ListOfPermissionsDefined=Danh sách các quyền được định nghĩa
- SeeExamples=Xem ví dụ ở đây
- EnabledDesc=Condition to have this field active.<br><br>Examples:<br>1<br>isModEnabled('MAIN_MODULE_MYMODULE')<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 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).
- 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=Giá trị của trường có thể được tích lũy để có được tổng số vào danh sách không? (Ví dụ: 1 hoặc 0)
- SearchAllDesc=Là trường được sử dụng để thực hiện tìm kiếm từ công cụ tìm kiếm nhanh? (Ví dụ: 1 hoặc 0)
- SpecDefDesc=Nhập vào đây tất cả tài liệu bạn muốn cung cấp với mô-đun chưa được xác định bởi các tab khác. Bạn có thể sử dụng .md hoặc tốt hơn, cú pháp .asciidoc đầy đủ.
- LanguageDefDesc=Nhập vào tệp này, tất cả khóa và bản dịch cho từng tệp ngôn ngữ.
- MenusDefDesc=Định nghĩa ở đây các menu được cung cấp bởi mô-đun của bạn
- DictionariesDefDesc=Định nghĩa ở đây các từ điển được cung cấp bởi mô-đun của bạn
- PermissionsDefDesc=Định nghĩa ở đây các quyền mới được cung cấp bởi mô-đun của bạn
- 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=Các từ điển được cung cấp bởi mô-đun / ứng dụng của bạn được định nghĩa trong mảng <strong>$this->dictionaries</strong> vào tệp mô tả mô-đun. Bạn có thể chỉnh sửa thủ công tệp này hoặc sử dụng trình chỉnh sửa được nhúng. <br><br> Lưu ý: Sau khi được định nghĩa (và kích hoạt lại mô-đun), từ điển cũng được hiển thị trong khu vực thiết lập cho người dùng quản trị viên trên %s.
- PermissionsDefDescTooltip=Các quyền được cung cấp bởi mô-đun / ứng dụng của bạn được định nghĩa trong mảng <strong>$this->rights</strong> vào tệp mô tả mô-đun. Bạn có thể chỉnh sửa thủ công tệp này hoặc sử dụng trình chỉnh sửa được nhúng. <br><br> Lưu ý: Sau khi được định nghĩa (và kích hoạt lại mô-đun), các quyền được hiển thị trong thiết lập quyền mặc định %s.
- HooksDefDesc=Định nghĩa trong thuộc tính <b>module_parts ['hook']</b> , trong mô tả mô-đun, ngữ cảnh của các hook bạn muốn quản lý (có thể tìm thấy danh sách các ngữ cảnh bằng cách tìm kiếm trên ' <b>initHooks (</b> ' trong mã lõi). <br> Chỉnh sửa tệp hook để thêm mã của các hàm hooked của bạn (có thể tìm thấy các hàm hookable bằng cách tìm kiếm trên ' <b>execHooks</b> ' trong mã lõi).
- TriggerDefDesc=Define in the trigger file the code that you want to execute when a business event external to your module is executed (events triggered by other modules).
- SeeIDsInUse=Xem ID được sử dụng trong cài đặt của bạn
- SeeReservedIDsRangeHere=Xem phạm vi ID dành riêng
- ToolkitForDevelopers=Bộ công cụ dành cho nhà phát triển Dolibarr
- TryToUseTheModuleBuilder=Nếu bạn có kiến thức về SQL và PHP, bạn có thể sử dụng trình hướng dẫn xây dựng mô-đun gốc. <br> Kích hoạt mô-đun <strong>%s</strong> và sử dụng trình hướng dẫn bằng cách nhấp vào <span class="fa fa-bug"></span> trên menu trên cùng bên phải. <br> Cảnh báo: Đây là một tính năng dành cho nhà phát triển nâng cao, <b>không</b> thử nghiệm trên trang web sản xuất của bạn!
- SeeTopRightMenu=Xem <span class="fa fa-bug"></span> trên menu bên phải
- AddLanguageFile=Thêm tập tin ngôn ngữ
- YouCanUseTranslationKey=Bạn có thể sử dụng ở đây một khóa là khóa dịch được tìm thấy trong tệp ngôn ngữ (xem tab "Ngôn ngữ")
- DropTableIfEmpty=(Destroy table if empty)
- TableDoesNotExists=Bảng %s không tồn tại
- TableDropped=Bảng %s đã bị xóa
- InitStructureFromExistingTable=Xây dựng cấu trúc mảng chuỗi của một bảng hiện có
- UseAboutPage=Do not generate the About page
- UseDocFolder=Vô hiệu hóa thư mục tài liệu
- UseSpecificReadme=Sử dụng một ReadMe cụ thể
- ContentOfREADMECustomized=Lưu ý: Nội dung của tệp README.md đã được thay thế bằng giá trị cụ thể được định nghĩa trong thiết lập ModuleBuilder.
- RealPathOfModule=Đường dẫn thực của mô-đun
- ContentCantBeEmpty=Nội dung của tệp không thể để trống
- WidgetDesc=Bạn có thể tạo và chỉnh sửa ở đây các widget sẽ được nhúng với mô-đun của bạn.
- CSSDesc=Bạn có thể tạo và chỉnh sửa ở đây một tệp có CSS đã cá nhân hóa được nhúng với mô-đun của bạn.
- JSDesc=Bạn có thể tạo và chỉnh sửa ở đây một tệp có Javascript được cá nhân hóa được nhúng với mô-đun của bạn.
- CLIDesc=Bạn có thể tạo ở đây một số tập lệnh dòng lệnh bạn muốn cung cấp với mô-đun của mình.
- CLIFile=Tệp CLI
- NoCLIFile=Không có tệp CLI
- UseSpecificEditorName = Sử dụng tên biên tập viên cụ thể
- UseSpecificEditorURL = Sử dụng một URL biên tập cụ thể
- UseSpecificFamily = Sử dụng một họ cụ thể
- UseSpecificAuthor = Sử dụng một tác giả cụ thể
- UseSpecificVersion = Sử dụng một phiên bản mở đầu cụ thể
- 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=Nếu bạn kiểm tra điều này, một số mã sẽ được tạo để thêm hộp "Tạo tài liệu" trong hồ sơ.
- ShowOnCombobox=Show value into combo boxes
- KeyForTooltip=Khóa cho tooltip
- CSSClass=CSS for edit/create form
- CSSViewClass=CSS for read form
- CSSListClass=CSS for list
- NotEditable=Không thể chỉnh sửa
- ForeignKey=Khóa ngoại
- ForeignKeyDesc=If the value of this field must be guaranted to exists into another table. Enter here a value matching syntax: tablename.parentfieldtocheck
- 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__)'
- TypeOfFieldsHelpIntro=This is the type of the field/attribute.
- AsciiToHtmlConverter=Chuyển mã ASCII sang HTML
- AsciiToPdfConverter=Chuyển ASCII sang PDF
- TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
- ModuleBuilderNotAllowed=The module builder is available but not allowed to your user.
- ImportExportProfiles=Import and export profiles
- 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 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.
|