124 lines
5.2 KiB
Plaintext
124 lines
5.2 KiB
Plaintext
title = Şablon Düzenleyici
|
||
|
||
templateType = Template Type
|
||
|
||
templateType-item =
|
||
.label = Item
|
||
templateType-text =
|
||
.label = Text
|
||
templateType-system =
|
||
.label = Builtin
|
||
templateType-unknown =
|
||
.label = ?
|
||
templateType-help =
|
||
.label = About...
|
||
.title = Detailed explanation of template types
|
||
|
||
templateName = Şablon Adı
|
||
|
||
previewContainer =
|
||
.label = Ön İzle
|
||
create =
|
||
.label = Yeni
|
||
save =
|
||
.label = Kaydet
|
||
delete =
|
||
.label = Sil
|
||
reset =
|
||
.label = Sıfırla
|
||
more =
|
||
.label = Daha Fazla Şablon
|
||
.title = Daha Fazla Çevrimiçi Şablon Bul
|
||
|
||
options =
|
||
.label = Seçenekler
|
||
importClipboard =
|
||
.label = Şablonu İçe Aktar: panodaki şablon paylaşım kodu ile
|
||
importNote =
|
||
.label = Şablonu İçe Aktar: var olan bir nottan
|
||
share =
|
||
.label = Şablon paylaşım kodunu panoya kopyala
|
||
backup =
|
||
.label = Yedek dosyasını dışa aktar
|
||
restore =
|
||
.label = Yedek dosyasından geri yükle
|
||
help =
|
||
.label = Yardım
|
||
|
||
snippet-useMarkdown = use markdown
|
||
.title = Parse the template as markdown
|
||
snippet-useRefresh = use refresh
|
||
.title = Allow the content generated by the template to be refreshed
|
||
snippet-inlineScript = inline script
|
||
.title = Add an inline JS script, the result of which will be embedded in the note
|
||
snippet-multiLineScript = multi-line script
|
||
.title = Add a multi-line async JS script, the return value of which will be embedded in the note
|
||
snippet-dryRunFlag = dry run flag
|
||
.title = Check if the template is running in dry run mode, e.g. for preview. In dry run mode, the script should not have side effects.
|
||
snippet-itemBeforeLoop = before loop
|
||
.title = Content to be rendered before the loop of items
|
||
snippet-itemInLoop = in loop
|
||
.title = Content to be rendered for each item in the loop
|
||
snippet-itemAfterLoop = after loop
|
||
.title = Content to be rendered after the loop of items
|
||
snippet-itemItems = items
|
||
.title = Type: Zotero.Item[]. The array of items to be rendered, available in beforeLoop and afterLoop stage
|
||
snippet-itemItem = item
|
||
.title = Type: Zotero.Item. The current item to be rendered, available in inLoop stage
|
||
snippet-itemTopItem = top item
|
||
.title = Type: Zotero.Item. The top-level parent of the variable `item`, available in inLoop stage
|
||
snippet-itemTargetNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to which the template is attached, available in any stage
|
||
snippet-itemCopyNoteImage = copy note image
|
||
.title = Type: Function. Copy the image of the note to the clipboard, available in any stage
|
||
snippet-itemSharedObj = shared object
|
||
.title = Type: Object. A shared object that can be used to store data across different stages
|
||
snippet-itemFieldTitle = title
|
||
.title = Type: string. The title of the top item
|
||
snippet-itemFieldAbstract = abstract
|
||
.title = Type: string. The abstract of the top item
|
||
snippet-itemFieldCitKey = citation key
|
||
.title = Type: string. The citation key of the top item
|
||
snippet-itemFieldDate = date
|
||
.title = Type: string. The publication date of the top item
|
||
snippet-itemFieldDOI = DOI
|
||
.title = Type: string. The DOI of the top item
|
||
snippet-itemFieldDOIURL = DOI or URL
|
||
.title = Type: string. The DOI or URL of the top item
|
||
snippet-itemFieldAuthors = authors
|
||
.title = Type: string. The authors of the top item
|
||
snippet-itemFieldJournal = journal
|
||
.title = Type: string. The journal of the top item
|
||
snippet-itemFieldTitleTranslation = title translation
|
||
.title = Type: string. The title translation of the top item
|
||
snippet-textTargetNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to which the template is attached
|
||
snippet-textSharedObj = shared object
|
||
.title = Type: Object. A shared object that can be used to store data
|
||
snippet-quickInsertLink = note link
|
||
.title = Type: string. The link of the note item to be linked
|
||
snippet-quickInsertLinkText = link text
|
||
.title = Type: string. The default label of the link
|
||
snippet-quickInsertSubNoteItem = linked note
|
||
.title = Type: Zotero.NoteItem. The note item to be linked to
|
||
snippet-quickInsertNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to which the template is attached
|
||
snippet-quickImportLink = note link
|
||
.title = Type: string. The link of the note item to be imported
|
||
snippet-quickImportNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to which the template is attached
|
||
snippet-quickNoteAnnotationItem = annotation
|
||
.title = Type: Zotero.AnnotationItem. The annotation item to be converted to a note
|
||
snippet-quickNoteTopItem = top item
|
||
.title = Type: Zotero.Item. The top-level parent of the variable `annotationItem`
|
||
snippet-quickNoteNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to which the template is attached
|
||
snippet-exportMDFileNameNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to be exported
|
||
snippet-exportMDFileHeaderNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to be exported
|
||
snippet-exportMDFileContentNoteItem = target note
|
||
.title = Type: Zotero.NoteItem. The note item to be exported
|
||
snippet-exportMDFileContentMDContent = markdown content
|
||
.title = Type: string. The markdown content to be exported
|