mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18:55 +00:00
a314b017a7
* new: i18n translation support * new: Traditional Chinese, Japanese, and Korean translations * upd: casing
78 lines
1.4 KiB
TOML
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
|