aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml10
-rw-r--r--i18n/es.yaml6
-rw-r--r--i18n/fr.yaml6
-rw-r--r--i18n/zh-CN.yaml10
4 files changed, 28 insertions, 4 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 7420827..48870d6 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -33,10 +33,10 @@ nextPage:
prevPost:
other: "Prev"
-
+
nextPost:
other: "Next"
-
+
toc:
other: "Contents"
@@ -60,6 +60,12 @@ readingTime:
one: "{{ .Count }} min read"
other: "{{ .Count }} mins read"
+outdatedInfoWarningBefore:
+ other: "[NOTE] Updated "
+
+outdatedInfoWarningAfter:
+ other: ". This article may have outdated content or subject matter."
+
# ===== content license =====
author:
other: "Author"
diff --git a/i18n/es.yaml b/i18n/es.yaml
index d1d826f..ea6e079 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -60,6 +60,12 @@ readingTime:
one: "{{ .Count }} min lectura"
other: "{{ .Count }} mins lectura"
+outdatedInfoWarningBefore:
+ other: "[NOTE] Updated "
+
+outdatedInfoWarningAfter:
+ other: ". This article may have outdated content or subject matter."
+
# ===== content license =====
author:
other: "Autor"
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index 061c149..9262efe 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -60,6 +60,12 @@ readingTime:
one: "{{ .Count }} min de lecture"
other: "{{ .Count }} mins de lecture"
+outdatedInfoWarningBefore:
+ other: "[NOTE] Updated "
+
+outdatedInfoWarningAfter:
+ other: ". This article may have outdated content or subject matter."
+
# ===== content license =====
author:
other: "Auteur"
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index 2d064f0..b6ecf5c 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -33,10 +33,10 @@ nextPage:
prevPost:
other: "上一篇"
-
+
nextPost:
other: "下一篇"
-
+
toc:
other: "文章目录"
@@ -60,6 +60,12 @@ readingTime:
one: "预计阅读 {{ .Count }} 分钟"
other: "预计阅读 {{ .Count }} 分钟"
+outdatedInfoWarningBefore:
+ other: "【注意】最后更新于 "
+
+outdatedInfoWarningAfter:
+ other: ",文中内容可能已过时,请谨慎使用。"
+
# ===== content license =====
author:
other: "文章作者"