mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-09 10:02:28 +00:00
port to gitlab.
This commit is contained in:
109
themes/custom/i18n/en.yaml
Normal file
109
themes/custom/i18n/en.yaml
Normal file
@@ -0,0 +1,109 @@
|
||||
# ===== title =====
|
||||
archive:
|
||||
other: "Archive"
|
||||
|
||||
tags:
|
||||
other: "Tags"
|
||||
|
||||
categories:
|
||||
other: "Categories"
|
||||
|
||||
# ===== footer =====
|
||||
powered:
|
||||
other: "Powered by %s"
|
||||
|
||||
theme:
|
||||
other: "Theme"
|
||||
|
||||
siteUV:
|
||||
other: "site uv: %s"
|
||||
|
||||
sitePV:
|
||||
other: "site pv: %s"
|
||||
|
||||
pagePV:
|
||||
other: "%s times read"
|
||||
|
||||
# ===== post =====
|
||||
prevPage:
|
||||
other: "Prev"
|
||||
|
||||
nextPage:
|
||||
other: "Next"
|
||||
|
||||
prevPost:
|
||||
other: "Prev"
|
||||
|
||||
nextPost:
|
||||
other: "Next"
|
||||
|
||||
toc:
|
||||
other: "Contents"
|
||||
|
||||
readMore:
|
||||
other: "Read more.."
|
||||
|
||||
reward:
|
||||
other: "Reward"
|
||||
|
||||
|
||||
wordCount:
|
||||
one: "{{ .Count }} word"
|
||||
other: "{{ .Count }} words"
|
||||
|
||||
readingTime:
|
||||
one: "{{ .Count }} min read"
|
||||
other: "{{ .Count }} mins read"
|
||||
|
||||
# ===== content license =====
|
||||
author:
|
||||
other: "Author"
|
||||
|
||||
lastMod:
|
||||
other: "LastMod"
|
||||
|
||||
postLink:
|
||||
other: "Postlink"
|
||||
|
||||
markdown:
|
||||
other: "Markdown"
|
||||
|
||||
seeMarkDown:
|
||||
other: "The Markdown version »"
|
||||
|
||||
license:
|
||||
other: "Copyright"
|
||||
|
||||
licenseContent:
|
||||
other: "All articles in this blog are licensed under %s unless stating additionally."
|
||||
|
||||
# ===== counter =====
|
||||
archiveCounter:
|
||||
one: "{{ .Count }} Post In Total"
|
||||
other: "{{ .Count }} Posts In Total"
|
||||
|
||||
tagCounter:
|
||||
one: "{{ .Count }} Tag In Total"
|
||||
other: "{{ .Count }} Tags In Total"
|
||||
|
||||
zeroTagCounter:
|
||||
other: "No tags"
|
||||
|
||||
categoryCounter:
|
||||
one: "{{ .Count }} Category In Total"
|
||||
other: "{{ .Count }} Categories In Total"
|
||||
|
||||
zeroCategoryCounter:
|
||||
other: "No categories"
|
||||
|
||||
links:
|
||||
other: "FRIENDS"
|
||||
|
||||
about:
|
||||
other: "ABOUT ME"
|
||||
|
||||
category:
|
||||
other: "CATEGORIES"
|
||||
|
||||
tag:
|
||||
other: "TAGS"
|
Reference in New Issue
Block a user