chore: update Traditional Chinese localization files (#1251)

closes https://github.com/CaiJimmy/hugo-theme-stack/issues/1222
This commit is contained in:
Jimmy
2026-01-27 12:49:44 +01:00
committed by GitHub
parent bc54cecf0a
commit 017fbf982d
2 changed files with 16 additions and 34 deletions
+12 -21
View File
@@ -2,46 +2,37 @@ toggleMenu = "切換選單"
darkMode = "深色模式" darkMode = "深色模式"
[list] [list]
section = "Section" page = "{{ .Count }} 篇文章"
section = "章節"
[list.page] subsection = "子章節"
one = "第 {{ .Count }} 頁"
other = "第 {{ .Count }} 頁"
[list.subsection]
one = "Subsection"
other = "Subsections"
[article] [article]
back = "返回" back = "返回"
tableOfContents = "目錄" tableOfContents = "目錄"
relatedContent = "相關內容" relatedContent = "相關內容"
lastUpdatedOn = "上次改過於" lastUpdatedOn = "上次改過於"
readingTime = "閱讀時間 {{ .Count }} 分鐘"
[article.readingTime]
one = "需要 {{ .Count }} 分鐘閱讀"
other = "需要 {{ .Count }} 分鐘閱讀"
[notFound] [notFound]
title = "Not Found" title = "找不到頁面"
subtitle = "頁面不存在" subtitle = "頁面不存在"
[widget] [widget]
[widget.archives] [widget.archives]
title = "Archives" title = "歸檔"
more = "更多" more = "更多"
[widget.tagCloud] [widget.tagCloud]
title = "Tags" title = "標籤"
[widget.categoriesCloud] [widget.categoriesCloud]
title = "Categories" title = "分類"
[search] [search]
title = "搜尋" title = "搜尋"
placeholder = "Type 關鍵字..." placeholder = "輸入關鍵字..."
resultTitle = "#PAGES_COUNT pages (#TIME_SECONDS seconds)" resultTitle = "找到 #PAGES_COUNT 個結果 (用時 #TIME_SECONDS )"
[footer] [footer]
builtWith = "Built with {{ .Generator }}" builtWith = "使用 {{ .Generator }} 建立"
designedBy = "主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計" designedBy = "主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計"
+4 -13
View File
@@ -2,25 +2,16 @@ toggleMenu = "切換選單"
darkMode = "夜晚模式" darkMode = "夜晚模式"
[list] [list]
section = "段落" section = "段落"
page = "第 {{ .Count }} 頁"
[list.page] subsection = "小節"
one = "第 {{ .Count }} 頁"
other = "第 {{ .Count }} 頁"
[list.subsection]
one = "小節"
other = "小節"
[article] [article]
back = "返回" back = "返回"
tableOfContents = "目錄" tableOfContents = "目錄"
relatedContent = "相關文章" relatedContent = "相關文章"
lastUpdatedOn = "最後更新" lastUpdatedOn = "最後更新"
readingTime = "閱讀時間: {{ .Count }} 分鐘"
[article.readingTime]
one = "閱讀時間: {{ .Count }} 分鐘"
other = "閱讀時間: {{ .Count }} 分鐘"
[notFound] [notFound]
title = "404 錯誤" title = "404 錯誤"