fix(core): update
This commit is contained in:
18
material/partials/language/tr.html
Normal file
18
material/partials/language/tr.html
Normal file
@ -0,0 +1,18 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user