fix(i18n): update Traditional Chinese translations for search and theme locales (#767)
This commit is contained in:
parent
3c4985ac1a
commit
3df96e2702
@ -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: '輸入',
|
||||
|
||||
@ -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: '分類',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user