modulebuilder.lang 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. # Dolibarr language file - Source file is en_US - loan
  2. IdModule= Module id
  3. 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>.
  4. EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
  5. 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.
  6. 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.
  7. ModuleBuilderDesc2=Jalur tempat modul dihasilkan / diedit (direktori pertama untuk modul eksternal didefinisikan menjadi %s):<strong>%s </strong>
  8. ModuleBuilderDesc3=Modul yang dihasilkan / dapat diedit ditemukan:<strong>%s </strong>
  9. ModuleBuilderDesc4=Modul terdeteksi sebagai 'dapat diedit' ketika file<strong>%s </strong> ada di root direktori modul
  10. NewModule=Modul baru
  11. NewObjectInModulebuilder=Objek baru
  12. NewDictionary=New dictionary
  13. ModuleName=Module name
  14. ModuleKey=Kunci modul
  15. ObjectKey=Kunci objek
  16. DicKey=Dictionary key
  17. ModuleInitialized=Modul diinisialisasi
  18. FilesForObjectInitialized=File untuk objek baru '%s' diinisialisasi
  19. FilesForObjectUpdated=File untuk objek '%s' diperbarui (file .sql dan file .class.php)
  20. ModuleBuilderDescdescription=Masukkan di sini semua informasi umum yang menggambarkan modul Anda.
  21. 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).
  22. 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.
  23. ModuleBuilderDescmenus=Tab ini didedikasikan untuk menentukan entri menu yang disediakan oleh modul Anda.
  24. ModuleBuilderDescpermissions=Tab ini didedikasikan untuk menentukan izin baru yang ingin Anda berikan dengan modul Anda.
  25. 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.
  26. ModuleBuilderDeschooks=Tab ini didedikasikan untuk kait.
  27. ModuleBuilderDescwidgets=Tab ini didedikasikan untuk mengelola / membangun widget.
  28. 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.
  29. EnterNameOfModuleToDeleteDesc=Anda dapat menghapus modul Anda. PERINGATAN: Semua file kode modul (dibuat atau dibuat secara manual) DAN data terstruktur dan dokumentasi akan dihapus!
  30. EnterNameOfObjectToDeleteDesc=Anda dapat menghapus suatu objek. PERINGATAN: Semua file pengkodean (dibuat atau dibuat secara manual) yang terkait dengan objek akan dihapus!
  31. DangerZone=Zona bahaya
  32. BuildPackage=Membangun paket
  33. 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>.
  34. BuildDocumentation=Bangun dokumentasi
  35. ModuleIsNotActive=Modul ini belum diaktifkan. Pergi ke %s untuk membuatnya hidup atau klik di sini
  36. ModuleIsLive=Modul ini telah diaktifkan. Perubahan apa pun dapat merusak fitur langsung saat ini.
  37. DescriptionLong=Deskripsi panjang
  38. EditorName=Nama editor
  39. EditorUrl=URL editor
  40. DescriptorFile=File deskriptor modul
  41. ClassFile=File untuk kelas PHP DAO CRUD
  42. ApiClassFile=File untuk kelas PHP API
  43. PageForList=Halaman PHP untuk daftar catatan
  44. PageForCreateEditView=Halaman PHP untuk membuat / mengedit / melihat catatan
  45. PageForAgendaTab=Halaman PHP untuk tab agenda
  46. PageForDocumentTab=Halaman PHP untuk tab dokumen
  47. PageForNoteTab=Halaman PHP untuk tab note
  48. PageForContactTab=Halaman PHP untuk tab kontak
  49. PathToModulePackage=Path ke zip paket modul / aplikasi
  50. PathToModuleDocumentation=Path ke file modul / dokumentasi aplikasi (%s)
  51. SpaceOrSpecialCharAreNotAllowed=Spasi atau karakter khusus tidak diperbolehkan.
  52. FileNotYetGenerated=File belum dibuat
  53. GenerateCode=Generate code
  54. RegenerateClassAndSql=Memaksa pembaruan file .class dan .sql
  55. RegenerateMissingFiles=Hasilkan file yang hilang
  56. SpecificationFile=File dokumentasi
  57. LanguageFile=File untuk bahasa
  58. ObjectProperties=Properti Obyek
  59. Property=Propery
  60. PropertyDesc=A property is an attribute that characterizes an object. This attribute has a code, a label and a type with several options.
  61. 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.
  62. NotNull=Bukan NULL
  63. NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
  64. SearchAll=Digunakan untuk 'cari semua'
  65. DatabaseIndex=Indeks basis data
  66. FileAlreadyExists=File %s sudah ada
  67. TriggersFile=File untuk kode pemicu
  68. HooksFile=File untuk kode kait
  69. ArrayOfKeyValues=Array kunci-val
  70. ArrayOfKeyValuesDesc=Array kunci dan nilai jika bidang adalah daftar kombo dengan nilai tetap
  71. WidgetFile=File widget
  72. CSSFile=File CSS
  73. JSFile=File Javascript
  74. ReadmeFile=File readme
  75. ChangeLog=File ChangeLog
  76. TestClassFile=File untuk kelas Tes Unit PHP
  77. SqlFile=File sql
  78. PageForLib=File untuk perpustakaan PHP umum
  79. PageForObjLib=File untuk perpustakaan PHP yang didedikasikan untuk objek
  80. SqlFileExtraFields=File sql untuk atribut pelengkap
  81. SqlFileKey=File sql untuk kunci
  82. SqlFileKeyExtraFields=File sql untuk kunci atribut pelengkap
  83. AnObjectAlreadyExistWithThisNameAndDiffCase=Objek sudah ada dengan nama ini dan huruf yang berbeda
  84. 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)
  85. IsAMeasure=Adalah ukuran
  86. DirScanned=Direktori dipindai
  87. NoTrigger=Tidak ada pemicu
  88. NoWidget=Tidak ada widget
  89. ApiExplorer=Penjelajah API
  90. ListOfMenusEntries=Daftar entri menu
  91. ListOfDictionariesEntries=Daftar entri kamus
  92. ListOfPermissionsDefined=Daftar izin yang ditentukan
  93. SeeExamples=Lihat contoh di sini
  94. EnabledDesc=Condition to have this field active.<br><br>Examples:<br>1<br>isModEnabled('MAIN_MODULE_MYMODULE')<br>getDolGlobalString('MYMODULE_OPTION')==2
  95. 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).
  96. ItCanBeAnExpression=It can be an expression. Example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>$user->hasRight('holiday', 'define_holiday')?1:5
  97. 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
  98. DisplayOnPdf=On PDF
  99. IsAMeasureDesc=Bisakah nilai bidang diakumulasikan untuk mendapatkan total ke dalam daftar? (Contoh: 1 atau 0)
  100. SearchAllDesc=Apakah bidang yang digunakan untuk melakukan pencarian dari alat pencarian cepat? (Contoh: 1 atau 0)
  101. 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.
  102. LanguageDefDesc=Masukkan file ini, semua kunci dan terjemahan untuk setiap file bahasa.
  103. MenusDefDesc=Tentukan di sini menu yang disediakan oleh modul Anda
  104. DictionariesDefDesc=Tentukan di sini kamus yang disediakan oleh modul Anda
  105. PermissionsDefDesc=Tetapkan di sini izin baru yang disediakan oleh modul Anda
  106. 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.
  107. 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.
  108. 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.
  109. 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).
  110. 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).
  111. SeeIDsInUse=Lihat ID yang digunakan dalam instalasi Anda
  112. SeeReservedIDsRangeHere=Lihat berbagai ID yang dipesan
  113. ToolkitForDevelopers=Toolkit untuk pengembang Dolibarr
  114. 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!
  115. SeeTopRightMenu=Lihat <span class="fa fa-bug"> </span> di menu kanan atas
  116. AddLanguageFile=Tambahkan file bahasa
  117. YouCanUseTranslationKey=Di sini Anda dapat menggunakan kunci yang merupakan kunci terjemahan yang ditemukan dalam file bahasa (lihat tab "Bahasa")
  118. DropTableIfEmpty=(Hancurkan basis table jika kosong)
  119. TableDoesNotExists=Tabel %s tidak ada
  120. TableDropped=Tabel %s dihapus
  121. InitStructureFromExistingTable=Membangun string array struktur dari tabel yang ada
  122. UseAboutPage=Do not generate the About page
  123. UseDocFolder=Nonaktifkan folder dokumentasi
  124. UseSpecificReadme=Gunakan ReadMe tertentu
  125. ContentOfREADMECustomized=Catatan: Konten file README.md telah diganti dengan nilai spesifik yang ditentukan ke dalam pengaturan ModuleBuilder.
  126. RealPathOfModule=Jalur modul yang sebenarnya
  127. ContentCantBeEmpty=Konten file tidak boleh kosong
  128. WidgetDesc=Anda dapat membuat dan mengedit di sini widget yang akan disematkan dengan modul Anda.
  129. CSSDesc=Anda dapat membuat dan mengedit di sini file dengan CSS yang dipersonalisasi tertanam dengan modul Anda.
  130. JSDesc=Anda dapat membuat dan mengedit di sini file dengan Javascript yang dipersonalisasi tertanam dengan modul Anda.
  131. CLIDesc=Di sini Anda dapat membuat beberapa skrip baris perintah yang ingin Anda berikan dengan modul Anda.
  132. CLIFile=File CLI
  133. NoCLIFile=Tidak ada file CLI
  134. UseSpecificEditorName = Gunakan nama editor tertentu
  135. UseSpecificEditorURL = Gunakan URL editor tertentu
  136. UseSpecificFamily = Gunakan keluarga tertentu
  137. UseSpecificAuthor = Gunakan penulis tertentu
  138. UseSpecificVersion = Gunakan versi awal tertentu
  139. IncludeRefGeneration=The reference of this object must be generated automatically by custom numbering rules
  140. IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
  141. IncludeDocGeneration=I want the feature to generate some documents (PDF, ODT) from templates for this object
  142. IncludeDocGenerationHelp=Jika Anda mencentang ini, beberapa kode akan dibuat untuk menambahkan kotak "Hasilkan dokumen" pada catatan.
  143. ShowOnCombobox=Show value into combo boxes
  144. KeyForTooltip=Kunci untuk tooltip
  145. CSSClass=CSS untuk mengedit/membuat formulir
  146. CSSViewClass=CSS untuk membaca formulir
  147. CSSListClass=CSS untuk daftar
  148. NotEditable=Tidak dapat diedit
  149. ForeignKey=Kunci asing
  150. ForeignKeyDesc=If the value of this field must be guaranted to exists into another table. Enter here a value matching syntax: tablename.parentfieldtocheck
  151. 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__)'
  152. TypeOfFieldsHelpIntro=This is the type of the field/attribute.
  153. AsciiToHtmlConverter=Pengonversi Ascii ke HTML
  154. AsciiToPdfConverter=Pengonversi ascii ke PDF
  155. TableNotEmptyDropCanceled=Meja tidak kosong. Drop telah dibatalkan.
  156. ModuleBuilderNotAllowed=Pembuat modul tersedia tetapi tidak diizinkan untuk pengguna Anda.
  157. ImportExportProfiles=Impor dan ekspor profil
  158. 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.
  159. WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
  160. LinkToParentMenu=Parent menu (fk_xxxxmenu)
  161. ListOfTabsEntries=List of tab entries
  162. TabsDefDesc=Define here the tabs provided by your module
  163. 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.
  164. BadValueForType=Bad value for type %s
  165. DefinePropertiesFromExistingTable=Define properties from an existing table
  166. 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.
  167. 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.