19 lines
627 B
HTML
19 lines
627 B
HTML
{% macro t(key) %}{{ {
|
||
"language": "tr",
|
||
"clipboard.copy": "Kopyala",
|
||
"clipboard.copied": "Kopyalandı",
|
||
"edit.link.title": "Düzenle",
|
||
"footer.previous": "Önceki",
|
||
"footer.next": "Sonraki",
|
||
"meta.comments": "Yorumlar",
|
||
"meta.source": "Kaynak",
|
||
"search.language": "tr",
|
||
"search.placeholder": "Ara",
|
||
"search.result.placeholder": "Aramaya başlamak için yazın",
|
||
"search.result.none": "Eşleşen doküman bulunamadı",
|
||
"search.result.one": "1 doküman bulundu",
|
||
"search.result.other": "# doküman bulundu",
|
||
"source.link.title": "Depoya git",
|
||
"toc.title": "İçindekiler"
|
||
}[key] }}{% endmacro %}
|