40 lines
625 B
TOML
40 lines
625 B
TOML
|
# Translations for Chinese (Taiwan)
|
||
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||
|
|
||
|
# Generic
|
||
|
#
|
||
|
[translations]
|
||
|
other = "譯文"
|
||
|
|
||
|
[postAvailable]
|
||
|
other = "其他語言"
|
||
|
|
||
|
|
||
|
# 404.html
|
||
|
#
|
||
|
[archives]
|
||
|
other = "檔案"
|
||
|
|
||
|
[home]
|
||
|
other = "主頁"
|
||
|
|
||
|
[notFound]
|
||
|
other = "噢,找不到頁面……"
|
||
|
|
||
|
# Please add hasCJKLanguage = true under [languages.zh-tw] for the below to behave correctly
|
||
|
# posts/single.html
|
||
|
#
|
||
|
[readingTime]
|
||
|
one = "一分鐘"
|
||
|
other = "{{ .Count }}分鐘"
|
||
|
|
||
|
[tableOfContents]
|
||
|
other = "目錄"
|
||
|
|
||
|
[wordCount]
|
||
|
one = "一字"
|
||
|
other = "{{ .Count }}字"
|
||
|
|
||
|
[lastModified]
|
||
|
other = "最後修改"
|