mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
4be110e540
* 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>
34 lines
734 B
YAML
34 lines
734 B
YAML
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ı"
|