fix: pageNotFound

This commit is contained in:
hamster1963
2024-11-26 14:19:19 +08:00
parent 17ddce7b0e
commit ea92c91942
6 changed files with 42 additions and 1 deletions

View File

@@ -53,5 +53,9 @@
"light": "Light",
"dark": "Dark",
"system": "System"
},
"error": {
"pageNotFound": "Page not found",
"backToHome": "Back to home"
}
}

View File

@@ -53,5 +53,9 @@
"light": "亮色",
"dark": "暗色",
"system": "跟随系统"
},
"error": {
"pageNotFound": "页面不存在",
"backToHome": "回到主页"
}
}

View File

@@ -53,5 +53,9 @@
"light": "亮色",
"dark": "暗色",
"system": "跟隨系統"
},
"error": {
"pageNotFound": "頁面不存在",
"backToHome": "回到主頁"
}
}