hugo-theme-stack/i18n/tr.yaml
Jacob Zhong 4be110e540
refactor(widget): taxonomy widget (#763)
* Add link to navbar sections and refactor names

* Prevent duplicate tags and categories information

* Add style to the widget links

* refactor: add `taxonomy` widget

Replaces `categories` and `tag-cloud` widget.

* style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget

---------

Co-authored-by: Jimmy Cai <hi@jimmycai.com>
2023-08-27 18:26:53 +02:00

34 lines
734 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

toggleMenu: Menüyü Gizle
darkMode: Koyu Mod
list:
page:
one: "{{ .Count }} makale"
other: "{{ .Count }} makale"
section: Bölüm
subsection:
one: Alt bölüm
other: Alt bölümler
article:
relatedContent: Alakalı içerikler
lastUpdatedOn: Son güncelleme
notFound:
title: Bulunamadı
subtitle: Aradığınız sayfa mevcut değil.
widget:
archives:
title: Arşiv
more: Daha fazla
search:
title: Arama
placeholder: Birşeyler yazın...
resultTitle: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
footer:
builtWith: "{{ .Generator }} ile oluşturuldu."
designedBy: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"