commit | 38dcb053f48105cfebad3e43428f2101eaf376c5 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Thu Mar 13 16:40:09 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Thu Apr 10 19:19:06 2025 +0800 |
tree | 0e834a974db36b3765c244c86cddef91da2bb4f0 | |
parent | 45d84cc4b51d70c418ba5a11b1131da05edacccc [diff] [blame] |
'init_again' Change-Id: Ib7ecdb9f5baeab1e4681152a57b936edf7475b35
diff --git a/src/locales/zh-TW/pwa.ts b/src/locales/zh-TW/pwa.ts new file mode 100644 index 0000000..108a6e4 --- /dev/null +++ b/src/locales/zh-TW/pwa.ts
@@ -0,0 +1,6 @@ +export default { + 'app.pwa.offline': '當前處於離線狀態', + 'app.pwa.serviceworker.updated': '有新內容', + 'app.pwa.serviceworker.updated.hint': '請點擊“刷新”按鈕或者手動刷新頁面', + 'app.pwa.serviceworker.updated.ok': '刷新', +};