Import theme
This commit is contained in:
parent
51769fa6be
commit
c59ffbfeee
127 changed files with 13611 additions and 1 deletions
58
i18n/en.toml
Normal file
58
i18n/en.toml
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
[category]
|
||||
other = "category"
|
||||
|
||||
[tag]
|
||||
other = "tag"
|
||||
|
||||
[reading_time]
|
||||
one = "One-minute read"
|
||||
other = "{{ .Count }}-minute read"
|
||||
|
||||
[old_content_warning]
|
||||
one = "Warning: This post is over {{ .Count }} day old. The information may be out of date."
|
||||
other = "Warning: This post is over {{ .Count }} days old. The information may be out of date."
|
||||
|
||||
[page_not_found]
|
||||
other = "Page Not Found"
|
||||
|
||||
[page_does_not_exist]
|
||||
other = "Sorry, this page does not exist."
|
||||
|
||||
[head_back]
|
||||
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
|
||||
|
||||
[comments]
|
||||
other = "comments"
|
||||
|
||||
[send]
|
||||
other = "Send"
|
||||
|
||||
[read_more]
|
||||
other = "Read more"
|
||||
|
||||
[name]
|
||||
other = "Name"
|
||||
|
||||
[email]
|
||||
other = "Email"
|
||||
|
||||
[message]
|
||||
other = "Message"
|
||||
|
||||
[warning]
|
||||
other = "Warning"
|
||||
|
||||
[info]
|
||||
other = "Info"
|
||||
|
||||
[update]
|
||||
other = "Update"
|
||||
|
||||
[series_posts]
|
||||
other = "Posts in this series"
|
||||
|
||||
[related_posts]
|
||||
other = "Related Posts"
|
||||
|
||||
[toc]
|
||||
other = "Table of contents"
|
||||
Loading…
Add table
Add a link
Reference in a new issue