Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2019-09-08 18:47:59 +0300
committerreuixiy <reuixiy@gmail.com>2019-09-08 18:47:59 +0300
commit199816006f67cafd8de00462eb844091d065b0ab (patch)
tree567dfc29f93287e3291a8e5280363c6efea0af1a /i18n
parent48a337b077c02b3ff264509efa6aa9b48bc1c873 (diff)
feat: PWA Update Notification
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en-us.toml6
-rw-r--r--i18n/zh-cn.toml6
2 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en-us.toml b/i18n/en-us.toml
index 34af225..1c45617 100644
--- a/i18n/en-us.toml
+++ b/i18n/en-us.toml
@@ -38,6 +38,12 @@ other = "Load Comments?"
[fofLinkText]
other = "Take Me Home"
+[serviceWorkerUpdatedText]
+other = "New Update Available"
+
+[serviceWorkerUpdatedAction]
+other = "Refresh"
+
# Months
# Used for `i18nMonth`
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index 44db98e..328601b 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -38,6 +38,12 @@ other = "加载评论"
[fofLinkText]
other = "送我回主页"
+[serviceWorkerUpdatedText]
+other = "已更新最新版本"
+
+[serviceWorkerUpdatedAction]
+other = "点击刷新"
+
[january]
other = "一月"