diff options
author | amzrk2 | 2020-06-16 16:09:04 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-16 16:09:04 +0800 |
commit | f88c7b78f224bf746b831001ec8cef01693a4b3c (patch) | |
tree | 20fe1c16160171228b374c8718f858946162c8af /i18n/zh-hant.toml | |
parent | 03750a600a71df1276ccfcc7c817de5cb86e3e9f (diff) | |
download | hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.gz hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.bz2 hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.zip |
Search page i18n
Diffstat (limited to 'i18n/zh-hant.toml')
-rw-r--r-- | i18n/zh-hant.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index d6ba777..f629617 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -42,3 +42,12 @@ [tagsCurrentTag] other = "擁有標籤 {{ .Title }} 的文章:" + +[searchSuccess] + other = "[NUM] 項結果 (搜尋時間 [TIME] 毫秒)" + +[searchNotFound] + other = "未找到結果" + +[searchFailed] + other = "無法獲取索引" |