refactor(i18n): simplify the structure of the translation file

This commit is contained in:
Jimmy Cai
2022-06-12 09:13:39 +00:00
committed by GitHub
parent b02569add9
commit b66083e728
24 changed files with 417 additions and 1077 deletions
+15 -38
View File
@@ -1,49 +1,26 @@
toggleMenu:
other: 切換選單
toggleMenu: 切換選單
darkMode:
other: 夜晚模式
darkMode: 夜晚模式
article:
back:
other: 返回
tableOfContents:
other: 目錄
relatedContent:
other: 相關文章
lastUpdatedOn:
other: 最後更新
readingTime:
other: "閱讀時間: {{ .Count }} 分鐘"
back: 返回
tableOfContents: 目錄
relatedContent: 相關文章
lastUpdatedOn: 最後更新
readingTime: "閱讀時間: {{ .Count }} 分鐘"
notFound:
title:
other: 404 錯誤
subtitle:
other: 頁面不存在
title: 404 錯誤
subtitle: 頁面不存在
widget:
archives:
title:
other: 紀錄
more:
other: 更多
title: 紀錄
more: 更多
tagCloud:
title:
other: 標籤雲
title: 標籤雲
search:
title:
other: 搜尋
placeholder:
other: 輸入關鍵字...
resultTitle:
other: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"
title: 搜尋
placeholder: 輸入關鍵字...
resultTitle: "#PAGES_COUNT 個結果 (用時 #TIME_SECONDS 秒)"