2017-12-27 13:31:07 +03:00
|
|
|
|
{% 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",
|
2018-01-22 00:56:54 +03:00
|
|
|
|
"search.language": "tr",
|
2017-12-27 13:31:07 +03:00
|
|
|
|
"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 %}
|