diff --git a/src/lib/i18n/ja.ts b/src/lib/i18n/ja.ts
index 8f2757e..ca2e986 100644
--- a/src/lib/i18n/ja.ts
+++ b/src/lib/i18n/ja.ts
@@ -129,8 +129,8 @@ export default {
}
},
errorPage: {
- title: 'Oops!',
- message: 'The page you’re looking for doesn’t exist. It might have been removed, renamed, or never existed.\n\n Go back to the homepage to continue browsing',
- return: 'Return home',
+ title: 'おっと!',
+ message: 'お探しのページは見つかりませんでした。削除されたか、名前が変更されたか、あるいは最初から存在しなかった可能性があります。\n\n トップページ に戻って閲覧を続けてください',
+ return: 'トップページに戻る',
}
}
diff --git a/src/lib/i18n/zh.ts b/src/lib/i18n/zh.ts
index 9163ad3..06d423f 100644
--- a/src/lib/i18n/zh.ts
+++ b/src/lib/i18n/zh.ts
@@ -129,8 +129,8 @@ export default {
}
},
errorPage: {
- title: 'Oops!',
- message: 'The page you’re looking for doesn’t exist. It might have been removed, renamed, or never existed.\n\n Go back to the homepage to continue browsing',
- return: 'Return home',
+ title: '哎呀!',
+ message: '您寻找的页面不存在。它可能已被删除、重命名或从未存在过。\n\n 返回 首页 继续浏览',
+ return: '返回首页',
}
}
\ No newline at end of file