mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 04:58:13 +08:00
add vue i18n
This commit is contained in:
3
src/languages/en.js
Normal file
3
src/languages/en.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
languageName: "English",
|
||||
}
|
10
src/languages/zh-hk.js
Normal file
10
src/languages/zh-hk.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
languageName: "繁體中文 (香港)",
|
||||
Settings: "設定",
|
||||
Dashboard: "錶板",
|
||||
"New Update": "有更新",
|
||||
Language: "語言",
|
||||
Appearance: "外觀",
|
||||
Theme: "主題",
|
||||
General: "一般",
|
||||
}
|
Reference in New Issue
Block a user