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=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=Modul terdeteksi sebagai 'dapat diedit' ketika file<strong>%s </strong> ada di root direktori modul
- 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=Anda dapat menghapus suatu objek. PERINGATAN: Semua file pengkodean (dibuat atau dibuat secara manual) yang terkait dengan objek akan dihapus!
- 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=File untuk kelas PHP API
- 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=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=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=File Javascript
- 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('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=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=Definisikan di properti<b>module_parts ['hooks] </b>, dalam deskriptor modul, konteks kait yang ingin Anda kelola (daftar konteks dapat ditemukan dengan pencarian di'<b>initHooks (a04fbf07fbf0fbfbf0fbfbfbfbfbfbfbfjfbfjfjjfjfjjfjjfjjfjjfjfjjfjfjfjjfjfjjfjfjfjfjfjfjjfjjfjfjfjfjfjjfjjfjfjfjfjjfjfjfjfjjfjfjfjfjjfjfjfjfjjfjfjfjfjfjfjfjfjfjfjfjjfjfjjfj) file kait untuk menambahkan kode fungsi terkait Anda (fungsi hookable dapat ditemukan dengan pencarian di '<b> executeHooks </b>' dalam kode inti).
- 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=Anda dapat membuat dan mengedit di sini file dengan Javascript yang dipersonalisasi tertanam dengan modul Anda.
- 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 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=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 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.
|