fix(i18n): update Traditional Chinese translations for search and theme locales (#767)

This commit is contained in:
gnehs 2025-12-02 17:35:21 +08:00 committed by GitHub
parent 3c4985ac1a
commit 3df96e2702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
import type { SearchLocaleOptions } from '../../shared/index.js'
export const zhTwSearchLocale: Partial<SearchLocaleOptions> = {
placeholder: '搜索文檔',
resetButtonTitle: '重置搜索',
placeholder: '搜尋文件',
resetButtonTitle: '重設搜尋',
backButtonTitle: '關閉',
noResultsText: '無搜結果:',
noResultsText: '無搜結果:',
footer: {
selectText: '選擇',
selectKeyAriaLabel: '輸入',

View File

@ -26,7 +26,7 @@ export const zhTwLocale: ThemeLocaleText = {
copyrightCreationOriginalText: '本文連結:',
copyrightCreationTranslateText: '本文翻譯自:',
copyrightCreationReprintText: '本文轉載自:',
copyrightLicenseText: '許可證',
copyrightLicenseText: '授權條款',
notFound: {
code: '404',
@ -36,7 +36,7 @@ export const zhTwLocale: ThemeLocaleText = {
},
homeText: '首頁',
postsText: '博客',
postsText: '部落格',
tagText: '標籤',
archiveText: '歸檔',
categoryText: '分類',