* docs: add blockquote with custom alert title * feat: add alert types to i18n and update blockquote rendering * fix: wrong translation key * feat: add alert title translation for all supported languages Done by AI
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
toggleMenu = "Hiển thị Menu"
|
|
darkMode = "Chế độ nền tối"
|
|
|
|
[list]
|
|
section = "Section"
|
|
|
|
[list.page]
|
|
one = "{{ .Count }} trang"
|
|
other = "{{ .Count }} trang"
|
|
|
|
[list.subsection]
|
|
one = "Subsection"
|
|
other = "Subsections"
|
|
|
|
[article]
|
|
back = "Trở lại"
|
|
tableOfContents = "Mục lục"
|
|
relatedContent = "Bài viết liên quan"
|
|
lastUpdatedOn = "Cập nhật lần cuối"
|
|
|
|
[article.readingTime]
|
|
one = "{{ .Count }} phút đọc"
|
|
other = "{{ .Count }} phút đọc"
|
|
|
|
[article.alert]
|
|
note = "Ghi chú"
|
|
tip = "Mẹo"
|
|
important = "Quan trọng"
|
|
warning = "Cảnh báo"
|
|
caution = "Thận trọng"
|
|
|
|
[notFound]
|
|
title = "Không tìm thấy"
|
|
subtitle = "Trang này không tồn tại"
|
|
|
|
[widget]
|
|
[widget.archives]
|
|
title = "Lưu trữ"
|
|
more = "Còn nữa"
|
|
|
|
[widget.tagCloud]
|
|
title = "Nhãn dán"
|
|
|
|
[widget.categoriesCloud]
|
|
title = "Chuỗi bài"
|
|
|
|
[search]
|
|
title = "Tìm kiếm"
|
|
placeholder = "Nhập từ khoá ..."
|
|
resultTitle = "#PAGES_COUNT trang (#TIME_SECONDS giây)"
|
|
|
|
[footer]
|
|
builtWith = "Built with {{ .Generator }}"
|
|
designedBy = "Theme {{ .Theme }} thiết kế bởi {{ .DesignedBy }}"
|