modulebuilder.lang 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. # Dolibarr language file - Source file is en_US - loan
  2. 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>.
  3. EnterNameOfModuleDesc=Enter the name of the module/application to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
  4. 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, but also API file, pages to list/add/edit/delete object and SQL files will be generated.
  5. 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.
  6. ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
  7. ModuleBuilderDesc3=Bulunan oluşturulmuş/düzenlenebilir modüller: <strong> %s </strong>
  8. ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory
  9. NewModule=Yeni modül
  10. NewObjectInModulebuilder=Yeni nesne
  11. NewDictionary=New dictionary
  12. ModuleKey=Modül anahtarı
  13. ObjectKey=Nesne anahtarı
  14. DicKey=Dictionary key
  15. ModuleInitialized=Module initialized
  16. FilesForObjectInitialized=Yeni nesne '%s' için dosyalar başlatıldı
  17. FilesForObjectUpdated='%s' nesnesi için dosyalar güncellendi (.sql dosyaları ve .class.php dosyası)
  18. ModuleBuilderDescdescription=Modülünüzü tanımlayan tüm genel bilgileri buraya girin
  19. ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
  20. ModuleBuilderDescobjects=Define here the objects you want to manage with your module. A CRUD DAO class, SQL files, page to list record of objects, to create/edit/view a record and an API will be generated.
  21. ModuleBuilderDescmenus=This tab is dedicated to define menu entries provided by your module.
  22. ModuleBuilderDescpermissions=This tab is dedicated to define the new permissions you want to provide with your module.
  23. ModuleBuilderDesctriggers=Bu, modülünüz tarafından sağlanan tetikleyicilerin görünümüdür. Tetiklenen bir iş etkinliği başlatıldığında yürütülen kodu dahil etmek için bu dosyayı düzenlemeniz yeterlidir.
  24. ModuleBuilderDeschooks=This tab is dedicated to hooks.
  25. ModuleBuilderDescwidgets=Bu sekme ekran etiketlerini yönetmek/oluşturmak için sunulmuştur.
  26. ModuleBuilderDescbuildpackage=You can generate here a "ready to distribute" package file (a normalized .zip file) of your module and a "ready to distribute" documentation file. Just click on button to build the package or documentation file.
  27. EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: All coding files of module (generated or created manually) AND structured data and documentation will be deleted!
  28. EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to object will be deleted!
  29. DangerZone=Tehlikeli bölge
  30. BuildPackage=Build package
  31. BuildPackageDesc=You can generate a zip package of your application so your are ready to distribute it on any Dolibarr. You can also distribute it or sell it on marketplace like <a href="https://www.dolistore.com">DoliStore.com</a>.
  32. BuildDocumentation=Dökümantasyon oluşturun
  33. ModuleIsNotActive=This module is not activated yet. Go to %s to make it live or click here
  34. ModuleIsLive=This module has been activated. Any change may break a current live feature.
  35. DescriptionLong=Uzun açıklama
  36. EditorName=Editörün adı
  37. EditorUrl=Editörün URL'si
  38. DescriptorFile=Modülün tanımlayıcı dosyası
  39. ClassFile=PHP DAO CRUD sınıfı için dosya
  40. ApiClassFile=PHP API sınıfı için dosya
  41. PageForList=Kayıt listesi için PHP sayfası
  42. PageForCreateEditView=Bir kaydı oluşturmak/düzenlemek/görüntülemek için PHP sayfası
  43. PageForAgendaTab=Etkinlik sekmesi için PHP sayfası
  44. PageForDocumentTab=Belge sekmesi için PHP sayfası
  45. PageForNoteTab=Not sekmesi için PHP sayfası
  46. PageForContactTab=PHP page for contact tab
  47. PathToModulePackage=Path to zip of module/application package
  48. PathToModuleDocumentation=Modül/uygulama dökümantasyon dosyasına yol (%s)
  49. SpaceOrSpecialCharAreNotAllowed=Boşluklara veya özel karakterlere izin verilmez.
  50. FileNotYetGenerated=Dosya henüz oluşturulmadı
  51. RegenerateClassAndSql=Force update of .class and .sql files
  52. RegenerateMissingFiles=Eksik dosyaları oluştur
  53. SpecificationFile=Dökümantasyon dosyası
  54. LanguageFile=Dil için dosya
  55. ObjectProperties=Nesne Özellikleri
  56. ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
  57. NotNull=BOŞ değil
  58. NotNullDesc=1=Set database to NOT NULL, 0=Allow null values, -1=Allow null values by forcing value to NULL if empty ('' or 0)
  59. SearchAll='Tümünü ara' için kullanılır
  60. DatabaseIndex=Veritabanı dizini
  61. FileAlreadyExists=%s dosyası zaten mevcut
  62. TriggersFile=Tetikleyici kod dosyası
  63. HooksFile=File for hooks code
  64. ArrayOfKeyValues=Array of key-val
  65. ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
  66. WidgetFile=Ekran etiket dosyası
  67. CSSFile=CSS dosyası
  68. JSFile=Javascript dosyası
  69. ReadmeFile=Benioku dosyası
  70. ChangeLog=ChangeLog dosyası
  71. TestClassFile=PHP Unit Test sınıfı için dosya
  72. SqlFile=Sql dosyası
  73. PageForLib=File for the common PHP library
  74. PageForObjLib=File for the PHP library dedicated to object
  75. SqlFileExtraFields=Tamamlayıcı nitelikler için Sql dosyası
  76. SqlFileKey=Anahtarlar için Sql dosyası
  77. SqlFileKeyExtraFields=Tamamlayıcı nitelik anahtarları için Sql dosyası
  78. AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
  79. UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
  80. IsAMeasure=Is a measure
  81. DirScanned=Taranan dizin
  82. NoTrigger=No trigger
  83. NoWidget=Ekran etiketi yok
  84. GoToApiExplorer=API explorer
  85. ListOfMenusEntries=Menü kayıtlarının listesi
  86. ListOfDictionariesEntries=Sözlük girişlerinin listesi
  87. ListOfPermissionsDefined=Tanımlanan izinlerin listesi
  88. SeeExamples=Burada örneklere bakın
  89. EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION)
  90. 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).<br><br>It can be an expression, for example:<br>preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>($user->rights->holiday->define_holiday ? 1 : 0)
  91. DisplayOnPdfDesc=Display this field on compatible PDF documents, you can manage position with "Position" field.<br>Currently, known compatibles PDF models are : eratosthene (order), espadon (ship), sponge (invoices), cyan (propal/quotation), cornas (supplier order)<br><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
  92. DisplayOnPdf=Display on PDF
  93. IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
  94. SearchAllDesc=Is the field used to make a search from the quick search tool? (Examples: 1 or 0)
  95. SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax.
  96. LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
  97. MenusDefDesc=Modülünüz tarafından sunulan menüleri burada tanımlayın
  98. DictionariesDefDesc=Modülünüz tarafından sağlanan sözlükleri burada tanımlayın
  99. PermissionsDefDesc=Define here the new permissions provided by your module
  100. 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.
  101. 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.
  102. 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.
  103. HooksDefDesc=Define in the <b>module_parts['hooks']</b> property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on '<b>initHooks(</b>' in core code).<br>Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on '<b>executeHooks</b>' in core code).
  104. 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).
  105. SeeIDsInUse=See IDs in use in your installation
  106. SeeReservedIDsRangeHere=See range of reserved IDs
  107. ToolkitForDevelopers=Dolibarr geliştiricileri için araç seti
  108. TryToUseTheModuleBuilder=Eğer SQL ve PHP hakkında bilginiz varsa, yerel modül oluşturucu sihirbazını kullanabilirsiniz.<br><strong>%s</strong> modülünü etkinleştirin ve sağ üst menüde yer alan <span class="fa fa-bug"></span> simgesine tıklayarak sihirbazı kullanın.<br>Uyarı: Bu gelişmiş bir geliştirici özelliğidir, bu nedenle aktif kullandığınız siteniz üzerinde deneme <b>yapmayın</b>!
  109. SeeTopRightMenu=Sağ üst menüde yer alan <span class="fa fa-bug"></span> simgesine bakın
  110. AddLanguageFile=Dil dosyası ekle
  111. YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
  112. DropTableIfEmpty=(Destroy table if empty)
  113. TableDoesNotExists=%s tablosu mevcut değil
  114. TableDropped=%s tablosu silindi
  115. InitStructureFromExistingTable=Build the structure array string of an existing table
  116. UseAboutPage=Do not generate the About page
  117. UseDocFolder=Dökümantasyon klasörünü devre dışı bırak
  118. UseSpecificReadme=Use a specific ReadMe
  119. ContentOfREADMECustomized=Note: The content of the README.md file has been replaced with the specific value defined into setup of ModuleBuilder.
  120. RealPathOfModule=Modülün gerçek yolu
  121. ContentCantBeEmpty=Dosyanın içeriği boş olamaz
  122. WidgetDesc=Buradan, modülünüze gömülecek olan ekran etiketleri oluşturabilir ve düzenleyebilirsiniz.
  123. CSSDesc=You can generate and edit here a file with personalized CSS embedded with your module.
  124. JSDesc=You can generate and edit here a file with personalized Javascript embedded with your module.
  125. CLIDesc=You can generate here some command line scripts you want to provide with your module.
  126. CLIFile=CLI Dosyası
  127. NoCLIFile=CLI dosyaları yok
  128. UseSpecificEditorName = Spesifik bir editör adı kullanın
  129. UseSpecificEditorURL = Spesifik bir editör URL'si kullanın
  130. UseSpecificFamily = Use a specific family
  131. UseSpecificAuthor = Spesifik bir yazar kullanın
  132. UseSpecificVersion = Use a specific initial version
  133. IncludeRefGeneration=The reference of object must be generated automatically by custom numbering rules
  134. IncludeRefGenerationHelp=Check this if you want to include code to manage the generation of the reference automatically using custom numbering rules
  135. IncludeDocGeneration=I want to generate some documents from templates for the object
  136. IncludeDocGenerationHelp=If you check this, some code will be generated to add a "Generate document" box on the record.
  137. ShowOnCombobox=Show value into combobox
  138. KeyForTooltip=Key for tooltip
  139. CSSClass=CSS for edit/create form
  140. CSSViewClass=CSS for read form
  141. CSSListClass=CSS for list
  142. NotEditable=Not editable
  143. ForeignKey=Foreign key
  144. TypeOfFieldsHelp=Type of fields:<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__)'
  145. AsciiToHtmlConverter=Ascii to HTML converter
  146. AsciiToPdfConverter=Ascii to PDF converter
  147. TableNotEmptyDropCanceled=Table not empty. Drop has been canceled.
  148. ModuleBuilderNotAllowed=The module builder is available but not allowed to your user.
  149. ImportExportProfiles=Import and export profiles
  150. 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 upadate. Set 0 if there is no validation required.
  151. WarningDatabaseIsNotUpdated=Warning: The database is not updated automatically, you must destroy tables and disable-enable the module to have tables recreated
  152. LinkToParentMenu=Parent menu (fk_xxxxmenu)
  153. ListOfTabsEntries=List of tab entries
  154. TabsDefDesc=Define here the tabs provided by your module
  155. 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.