2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/langs/id_ID/modulebuilder.lang
Laurent Destailleur 7836881a22 Sync transifex
2024-02-12 06:33:42 +01:00

189 lines
17 KiB
Plaintext

# 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=Jalur tempat modul dihasilkan / diedit (direktori pertama untuk modul eksternal didefinisikan menjadi %s):<strong>%s </strong>
ModuleBuilderDesc3=Modul yang dihasilkan / dapat diedit ditemukan:<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=Modul baru
NewObjectInModulebuilder=Objek baru
NewDictionary=New dictionary
ModuleName=Module name
ModuleKey=Kunci modul
ObjectKey=Kunci objek
DicKey=Dictionary key
ModuleInitialized=Modul diinisialisasi
FilesForObjectInitialized=File untuk objek baru '%s' diinisialisasi
FilesForObjectUpdated=File untuk objek '%s' diperbarui (file .sql dan file .class.php)
ModuleBuilderDescdescription=Masukkan di sini semua informasi umum yang menggambarkan modul Anda.
ModuleBuilderDescspecifications=Anda dapat memasukkan di sini deskripsi terperinci dari spesifikasi modul Anda yang belum terstruktur ke tab lain. Jadi, Anda dengan mudah mencapai semua aturan untuk dikembangkan. Juga konten teks ini akan dimasukkan ke dalam dokumentasi yang dihasilkan (lihat tab terakhir). Anda dapat menggunakan format Markdown, tetapi disarankan untuk menggunakan format Asciidoc (perbandingan antara .md dan .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
ModuleBuilderDescobjects=Tentukan di sini objek yang ingin Anda kelola dengan modul Anda. Kelas CRO DAO, file SQL, halaman untuk mendaftar rekaman objek, untuk membuat / mengedit / melihat catatan dan API akan dihasilkan.
ModuleBuilderDescmenus=Tab ini didedikasikan untuk menentukan entri menu yang disediakan oleh modul Anda.
ModuleBuilderDescpermissions=Tab ini didedikasikan untuk menentukan izin baru yang ingin Anda berikan dengan modul Anda.
ModuleBuilderDesctriggers=Ini adalah tampilan pemicu yang disediakan oleh modul Anda. Untuk memasukkan kode yang dieksekusi ketika agenda bisnis yang dipicu diluncurkan, cukup edit file ini.
ModuleBuilderDeschooks=Tab ini didedikasikan untuk kait.
ModuleBuilderDescwidgets=Tab ini didedikasikan untuk mengelola / membangun widget.
ModuleBuilderDescbuildpackage=Di sini Anda dapat membuat file paket "siap untuk didistribusikan" (file .zip yang dinormalisasi) dari modul Anda dan file dokumentasi "siap untuk didistribusikan". Cukup klik tombol untuk membangun paket atau file dokumentasi.
EnterNameOfModuleToDeleteDesc=Anda dapat menghapus modul Anda. PERINGATAN: Semua file kode modul (dibuat atau dibuat secara manual) DAN data terstruktur dan dokumentasi akan dihapus!
EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to the object will be deleted!
DangerZone=Zona bahaya
BuildPackage=Membangun paket
BuildPackageDesc=Anda dapat membuat paket zip aplikasi Anda sehingga Anda siap untuk mendistribusikannya di Dolibarr apa pun. Anda juga dapat mendistribusikan atau menjualnya di pasar seperti <a href="https://www.dolistore.com"> DoliStore.com </a>.
BuildDocumentation=Bangun dokumentasi
ModuleIsNotActive=Modul ini belum diaktifkan. Pergi ke %s untuk membuatnya hidup atau klik di sini
ModuleIsLive=Modul ini telah diaktifkan. Perubahan apa pun dapat merusak fitur langsung saat ini.
DescriptionLong=Deskripsi panjang
EditorName=Nama editor
EditorUrl=URL editor
DescriptorFile=File deskriptor modul
ClassFile=File untuk kelas PHP DAO CRUD
ApiClassFile=API file of module
PageForList=Halaman PHP untuk daftar catatan
PageForCreateEditView=Halaman PHP untuk membuat / mengedit / melihat catatan
PageForAgendaTab=Halaman PHP untuk tab agenda
PageForDocumentTab=Halaman PHP untuk tab dokumen
PageForNoteTab=Halaman PHP untuk tab note
PageForContactTab=Halaman PHP untuk tab kontak
PathToModulePackage=Path ke zip paket modul / aplikasi
PathToModuleDocumentation=Path ke file modul / dokumentasi aplikasi (%s)
SpaceOrSpecialCharAreNotAllowed=Spasi atau karakter khusus tidak diperbolehkan.
FileNotYetGenerated=File belum dibuat
GenerateCode=Generate code
RegenerateClassAndSql=Memaksa pembaruan file .class dan .sql
RegenerateMissingFiles=Hasilkan file yang hilang
SpecificationFile=File dokumentasi
LanguageFile=File untuk bahasa
ObjectProperties=Properti Obyek
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=Apakah Anda yakin ingin menghapus properti<strong>%s </strong>? Ini akan mengubah kode di kelas PHP tetapi juga menghapus kolom dari tabel definisi objek.
NotNull=Bukan 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=Digunakan untuk 'cari semua'
DatabaseIndex=Indeks basis data
FileAlreadyExists=File %s sudah ada
TriggersFile=File untuk kode pemicu
HooksFile=File untuk kode kait
ArrayOfKeyValues=Array kunci-val
ArrayOfKeyValuesDesc=Array kunci dan nilai jika bidang adalah daftar kombo dengan nilai tetap
WidgetFile=File widget
CSSFile=File CSS
JSFile=JavaScript file
ReadmeFile=File readme
ChangeLog=File ChangeLog
TestClassFile=File untuk kelas Tes Unit PHP
SqlFile=File sql
PageForLib=File untuk perpustakaan PHP umum
PageForObjLib=File untuk perpustakaan PHP yang didedikasikan untuk objek
SqlFileExtraFields=File sql untuk atribut pelengkap
SqlFileKey=File sql untuk kunci
SqlFileKeyExtraFields=File sql untuk kunci atribut pelengkap
AnObjectAlreadyExistWithThisNameAndDiffCase=Objek sudah ada dengan nama ini dan huruf yang berbeda
UseAsciiDocFormat=Anda dapat menggunakan format Markdown, tetapi disarankan untuk menggunakan format Asciidoc (perbandingan antara .md dan .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
IsAMeasure=Adalah ukuran
DirScanned=Direktori dipindai
NoTrigger=Tidak ada pemicu
NoWidget=Tidak ada widget
ApiExplorer=Penjelajah API
ListOfMenusEntries=Daftar entri menu
ListOfDictionariesEntries=Daftar entri kamus
ListOfPermissionsDefined=Daftar izin yang ditentukan
SeeExamples=Lihat contoh di sini
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=Bisakah nilai bidang diakumulasikan untuk mendapatkan total ke dalam daftar? (Contoh: 1 atau 0)
SearchAllDesc=Apakah bidang yang digunakan untuk melakukan pencarian dari alat pencarian cepat? (Contoh: 1 atau 0)
SpecDefDesc=Masukkan di sini semua dokumentasi yang ingin Anda berikan dengan modul Anda yang belum ditentukan oleh tab lain. Anda dapat menggunakan .md atau lebih baik, sintaks .asciidoc yang kaya.
LanguageDefDesc=Masukkan file ini, semua kunci dan terjemahan untuk setiap file bahasa.
MenusDefDesc=Tentukan di sini menu yang disediakan oleh modul Anda
DictionariesDefDesc=Tentukan di sini kamus yang disediakan oleh modul Anda
PermissionsDefDesc=Tetapkan di sini izin baru yang disediakan oleh modul Anda
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=Kamus yang disediakan oleh modul / aplikasi Anda didefinisikan ke dalam array<strong>$ this-> kamus </strong> ke file deskriptor modul. Anda dapat mengedit file ini secara manual atau menggunakan editor yang disematkan. <br> <br> Catatan: Setelah ditentukan (dan modul diaktifkan kembali), kamus juga dapat dilihat di area pengaturan untuk pengguna administrator pada %s.
PermissionsDefDescTooltip=Izin yang disediakan oleh modul / aplikasi Anda didefinisikan ke dalam array<strong>$ this-> rights </strong> ke file deskriptor modul. Anda dapat mengedit file ini secara manual atau menggunakan editor yang disematkan. <br> <br> Catatan: Setelah ditentukan (dan modul diaktifkan kembali), izin terlihat ke pengaturan izin default %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=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=Lihat ID yang digunakan dalam instalasi Anda
SeeReservedIDsRangeHere=Lihat berbagai ID yang dipesan
ToolkitForDevelopers=Toolkit untuk pengembang Dolibarr
TryToUseTheModuleBuilder=Jika Anda memiliki pengetahuan tentang SQL dan PHP, Anda dapat menggunakan panduan pembuat modul asli. <br> Mengaktifkan modul<strong>%s </strong> dan gunakan wizard dengan mengklik <span class="fa fa-bug"> </span> di menu kanan atas. <br> Peringatan: Ini adalah fitur pengembang lanjutan, jangan<b>bukan eksperimen</b>di situs produksi Anda!
SeeTopRightMenu=Lihat <span class="fa fa-bug"> </span> di menu kanan atas
AddLanguageFile=Tambahkan file bahasa
YouCanUseTranslationKey=Di sini Anda dapat menggunakan kunci yang merupakan kunci terjemahan yang ditemukan dalam file bahasa (lihat tab "Bahasa")
DropTableIfEmpty=(Hancurkan basis table jika kosong)
TableDoesNotExists=Tabel %s tidak ada
TableDropped=Tabel %s dihapus
InitStructureFromExistingTable=Membangun string array struktur dari tabel yang ada
UseAboutPage=Do not generate the About page
UseDocFolder=Nonaktifkan folder dokumentasi
UseSpecificReadme=Gunakan ReadMe tertentu
ContentOfREADMECustomized=Catatan: Konten file README.md telah diganti dengan nilai spesifik yang ditentukan ke dalam pengaturan ModuleBuilder.
RealPathOfModule=Jalur modul yang sebenarnya
ContentCantBeEmpty=Konten file tidak boleh kosong
WidgetDesc=Anda dapat membuat dan mengedit di sini widget yang akan disematkan dengan modul Anda.
CSSDesc=Anda dapat membuat dan mengedit di sini file dengan CSS yang dipersonalisasi tertanam dengan modul Anda.
JSDesc=You can generate and edit here a file with personalized JavaScript embedded with your module.
CLIDesc=Di sini Anda dapat membuat beberapa skrip baris perintah yang ingin Anda berikan dengan modul Anda.
CLIFile=File CLI
NoCLIFile=Tidak ada file CLI
UseSpecificEditorName = Gunakan nama editor tertentu
UseSpecificEditorURL = Gunakan URL editor tertentu
UseSpecificFamily = Gunakan keluarga tertentu
UseSpecificAuthor = Gunakan penulis tertentu
UseSpecificVersion = Gunakan versi awal tertentu
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=Jika Anda mencentang ini, beberapa kode akan dibuat untuk menambahkan kotak "Hasilkan dokumen" pada catatan.
ShowOnCombobox=Show value into combo boxes
KeyForTooltip=Kunci untuk tooltip
CSSClass=CSS untuk mengedit/membuat formulir
CSSViewClass=CSS untuk membaca formulir
CSSListClass=CSS untuk daftar
NotEditable=Tidak dapat diedit
ForeignKey=Kunci asing
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=Pengonversi Ascii ke HTML
AsciiToPdfConverter=Pengonversi ascii ke PDF
TableNotEmptyDropCanceled=Meja tidak kosong. Drop telah dibatalkan.
ModuleBuilderNotAllowed=Pembuat modul tersedia tetapi tidak diizinkan untuk pengguna Anda.
ImportExportProfiles=Impor dan ekspor profil
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=Read
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