Files
maupassant-hugo/i18n/en.toml
T
I'M YourOnly.One a314b017a7 新的国际化支持 | New Internationalization support (#159)
* new: i18n translation support

* new: Traditional Chinese, Japanese, and Korean translations

* upd: casing
2022-10-25 11:11:39 +08:00

78 lines
1.4 KiB
TOML

# Lang: English (generic)
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# BGN: Date and Time Format
[Datetime_format]
other = "2006-01-02"
# END: Date and Time Format
# BGN: Base
[home]
other = "Home"
[categories]
one = "Category"
other = "Categories"
[tags]
one = "Tag"
other = "Tags"
[continueReading]
other = "Continue reading"
[next]
other = "Next"
[previous]
other = "Previous"
[toc]
other = "Table of Contents"
# END: Base
# BGN: Theme
[ads]
other = "Ads"
[Articles]
other = "articles"
[Articles_latest]
other = "Latest articles"
[Articles_related]
other = "See Also"
[busuanzi]
other = "reads"
[Feed_rss]
other = "RSS"
[links]
other = "Links"
[meta]
other = "Meta"
[tagsNone]
other = "No tags"
[Search]
other = "Search: "
[Search_keyword]
other = "Keyword"
[Search_results]
other = "results"
# END: Theme
# BGN: Copyright
[Copyright_author]
other = "Author: "
[Copyright_link]
other = "Link: "
[Copyright_license]
other = "License: "
[Copyright_license_workUnder]
other = "This work is under a "
[Copyright_license_note]
other = "Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work."
# END: Copyright