155 lines
7.8 KiB
Plaintext
155 lines
7.8 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-markdownHeading1 = heading 1
|
||
.title = Markdown heading 1, type `#` at the beginning of the line followed by your heading. Should be used in markdown mode
|
||
snippet-markdownHeading2 = heading 2
|
||
.title = Markdown heading 2, type `##` at the beginning of the line followed by your heading. Should be used in markdown mode
|
||
snippet-markdownHeading3 = heading 3
|
||
.title = Markdown heading 3, type `###` at the beginning of the line followed by your heading. Should be used in markdown mode
|
||
snippet-markdownBullet = bullet list
|
||
.title = Markdown bullet list, type `-` at the beginning of the line followed by your list item. Should be used in markdown mode
|
||
snippet-markdownNumber = number list
|
||
.title = Markdown number list, type `1.` at the beginning of the line followed by your list item. Should be used in markdown mode
|
||
snippet-markdownBold = bold text
|
||
.title = Markdown bold text, type `**` at the beginning and end of your text. Should be used in markdown mode
|
||
snippet-markdownItalic = italic text
|
||
.title = Markdown italic text, type `_` at the beginning and end of your text. Should be used in markdown mode
|
||
snippet-markdownLink = link
|
||
.title = Markdown link, type `[` at the beginning and `](url)` at the end of your text. Should be used in markdown mode
|
||
snippet-markdownMonospace = monospace text
|
||
.title = Markdown monospace text, type ` at the beginning and end of your text. Should be used in markdown mode
|
||
snippet-markdownQuote = quote
|
||
.title = Markdown quote, type `>` at the beginning of the line followed by your quote. Should be used in markdown mode
|
||
snippet-markdownTable = table
|
||
.title = Markdown table, type `|` to separate columns and rows. Should be used in markdown mode
|
||
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
|
||
|
||
-variable-type = Type
|
||
-variable-item = Zotero.Item
|
||
-variable-note = Zotero.NoteItem
|
||
-variable-annotation = Zotero.AnnotationItem
|
||
-variable-string = string
|
||
-variable-object = object
|
||
-variable-function = function
|
||
|
||
snippet-itemItems = items
|
||
.title = { -variable-type }: { -variable-item }[]. The array of items to be rendered, available in beforeLoop and afterLoop stage
|
||
snippet-itemItem = item
|
||
.title = { -variable-type }: { -variable-item }. The current item to be rendered, available in inLoop stage
|
||
snippet-itemTopItem = top item
|
||
.title = { -variable-type }: { -variable-item }. The top-level parent of the variable `item`, available in inLoop stage
|
||
snippet-itemTargetNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to which the template is attached, available in any stage
|
||
snippet-itemCopyNoteImage = copy note image
|
||
.title = { -variable-type }: { -variable-function }. Copy the image of the note to the clipboard, available in any stage
|
||
snippet-itemSharedObj = shared object
|
||
.title = { -variable-type }: { -variable-object }. A shared object that can be used to store data across different stages
|
||
snippet-itemFieldTitle = title
|
||
.title = { -variable-type }: { -variable-string }. The title of the top item
|
||
snippet-itemFieldAbstract = abstract
|
||
.title = { -variable-type }: { -variable-string }. The abstract of the top item
|
||
snippet-itemFieldCitKey = citation key
|
||
.title = { -variable-type }: { -variable-string }. The citation key of the top item
|
||
snippet-itemFieldDate = date
|
||
.title = { -variable-type }: { -variable-string }. The publication date of the top item
|
||
snippet-itemFieldDOI = DOI
|
||
.title = { -variable-type }: { -variable-string }. The DOI of the top item
|
||
snippet-itemFieldDOIURL = DOI or URL
|
||
.title = { -variable-type }: { -variable-string }. The DOI or URL of the top item
|
||
snippet-itemFieldAuthors = authors
|
||
.title = { -variable-type }: { -variable-string }. The authors of the top item
|
||
snippet-itemFieldJournal = journal
|
||
.title = { -variable-type }: { -variable-string }. The journal of the top item
|
||
snippet-itemFieldTitleTranslation = title translation
|
||
.title = { -variable-type }: { -variable-string }. The title translation of the top item
|
||
snippet-textTargetNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to which the template is attached
|
||
snippet-textSharedObj = shared object
|
||
.title = { -variable-type }: { -variable-object }. A shared object that can be used to store data
|
||
snippet-quickInsertLink = note link
|
||
.title = { -variable-type }: { -variable-string }. The link of the note item to be linked
|
||
snippet-quickInsertLinkText = link text
|
||
.title = { -variable-type }: { -variable-string }. The default label of the link
|
||
snippet-quickInsertSubNoteItem = linked note
|
||
.title = { -variable-type }: { -variable-note }. The note item to be linked to
|
||
snippet-quickInsertNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to which the template is attached
|
||
snippet-quickImportLink = note link
|
||
.title = { -variable-type }: { -variable-string }. The link of the note item to be imported
|
||
snippet-quickImportNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to which the template is attached
|
||
snippet-quickNoteAnnotationItem = annotation
|
||
.title = { -variable-type }: { -variable-annotation }. The annotation item to be converted to a note
|
||
snippet-quickNoteTopItem = top item
|
||
.title = { -variable-type }: { -variable-item }. The top-level parent of the variable `annotationItem`
|
||
snippet-quickNoteNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to which the template is attached
|
||
snippet-exportMDFileNameNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to be exported
|
||
snippet-exportMDFileHeaderNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to be exported
|
||
snippet-exportMDFileContentNoteItem = target note
|
||
.title = { -variable-type }: { -variable-note }. The note item to be exported
|
||
snippet-exportMDFileContentMDContent = markdown content
|
||
.title = { -variable-type }: { -variable-string }. The markdown content to be exported
|