fix: inline stack theme
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
toggleMenu = "切換選單"
|
||||
darkMode = "夜晚模式"
|
||||
|
||||
[list]
|
||||
section = "段落"
|
||||
page = "第 {{ .Count }} 頁"
|
||||
subsection = "小節"
|
||||
|
||||
[article]
|
||||
back = "返回"
|
||||
tableOfContents = "目錄"
|
||||
relatedContent = "相關文章"
|
||||
lastUpdatedOn = "最後更新"
|
||||
readingTime = "閱讀時間: {{ .Count }} 分鐘"
|
||||
|
||||
[article.alert]
|
||||
note = "備註"
|
||||
tip = "提示"
|
||||
important = "重要"
|
||||
warning = "警告"
|
||||
caution = "注意"
|
||||
|
||||
[article.codeblock]
|
||||
copy = "複製"
|
||||
copied = "已複製!"
|
||||
|
||||
[notFound]
|
||||
title = "404 錯誤"
|
||||
subtitle = "頁面不存在"
|
||||
|
||||
[widget]
|
||||
[widget.archives]
|
||||
title = "紀錄"
|
||||
more = "更多"
|
||||
|
||||
[widget.tagCloud]
|
||||
title = "標籤雲"
|
||||
|
||||
[widget.categoriesCloud]
|
||||
title = "分類"
|
||||
|
||||
[search]
|
||||
title = "搜尋"
|
||||
placeholder = "輸入關鍵字..."
|
||||
resultTitle = "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
|
||||
|
||||
[footer]
|
||||
builtWith = "使用 {{ .Generator }} 建立"
|
||||
designedBy = "主題 {{ .Theme }} 由 {{ .DesignedBy }} 設計"
|
||||
|
||||
[cookies]
|
||||
title = "Cookie 同意"
|
||||
text = "我們使用 Cookie 來增強您的瀏覽體驗並分析網站流量。"
|
||||
acceptAll = "接受全部"
|
||||
deny = "拒絕"
|
||||
managePreferences = "管理偏好設定"
|
||||
settingsTitle = "Cookie 偏好設定"
|
||||
savePreferences = "儲存偏好設定"
|
||||
cancel = "取消"
|
||||
footerLink = "Cookie 設定"
|
||||
commentsDisabled = "評論已停用,直到您接受功能性 Cookie。"
|
||||
|
||||
[cookies.necessary]
|
||||
title = "必要"
|
||||
text = "這些 Cookie 是網站運作所必需的,無法停用。"
|
||||
|
||||
[cookies.analytics]
|
||||
title = "分析"
|
||||
text = "這些 Cookie 幫助我們了解訪客如何與我們的網站互動。"
|
||||
|
||||
[cookies.functional]
|
||||
title = "功能性"
|
||||
text = "這些 Cookie 啟用評論和嵌入內容等功能."
|
||||
|
||||
[pagination]
|
||||
jumpToPage = "跳轉到頁碼"
|
||||
jump = "跳轉"
|
||||
pressEnter = "按 Enter 鍵跳轉"
|
||||
Reference in New Issue
Block a user