mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-24 02:41:46 +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>
39 lines
882 B
YAML
39 lines
882 B
YAML
toggleMenu: Tampilkan Menu
|
|
|
|
darkMode: Mode Gelap
|
|
|
|
list:
|
|
page:
|
|
one: "{{ .Count }} halaman"
|
|
other: "{{ .Count }} halaman"
|
|
section: Bagian
|
|
subsection:
|
|
one: Subbagian
|
|
other: Subbagian
|
|
|
|
article:
|
|
back: Kembali
|
|
tableOfContents: Daftar Isi
|
|
relatedContent: Konten terkait
|
|
lastUpdatedOn: Terakhir diperbarui pada
|
|
readingTime:
|
|
one: "Waktu Membaca: {{ .Count }} menit"
|
|
other: "Waktu Membaca: {{ .Count }} menit"
|
|
|
|
notFound:
|
|
title: Tidak ditemukan
|
|
subtitle: Halaman yang Anda akses tidak ditemukan.
|
|
|
|
widget:
|
|
archives:
|
|
title: Arsip
|
|
more: Lebih
|
|
|
|
search:
|
|
title: Cari
|
|
placeholder: Ketik sesuatu...
|
|
resultTitle: "#PAGES_COUNT halaman (#TIME_SECONDS detik)"
|
|
|
|
footer:
|
|
builtWith: Dibangun dengan {{ .Generator }}
|
|
designedBy: Tema {{ .Theme }} dirancang oleh {{ .DesignedBy }}
|