From cf65409f546a86645487b2f0d42e03760b25fe52 Mon Sep 17 00:00:00 2001 From: unsoluble_sugar Date: Sat, 17 Aug 2024 16:39:31 +0900 Subject: [PATCH] feat: Add Japanese translations for 404 page --- i18n/jp/code.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/jp/code.json b/i18n/jp/code.json index 82626116..2b5a55d5 100644 --- a/i18n/jp/code.json +++ b/i18n/jp/code.json @@ -131,7 +131,7 @@ "description": "The sentence used to display when a page has been last updated, and by who" }, "theme.NotFound.title": { - "message": "Page Not Found", + "message": "ページが見つかりません", "description": "The title of the 404 page" }, "theme.navbar.mobileVersionsDropdown.label": { @@ -203,11 +203,11 @@ "description": "The ARIA label for the main navigation" }, "theme.NotFound.p1": { - "message": "We could not find what you were looking for.", + "message": "お探しのページは見つかりませんでした。", "description": "The first paragraph of the 404 page" }, "theme.NotFound.p2": { - "message": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.", + "message": "ドキュメントサイトの管理者に連絡し、リンク切れを伝えてください。", "description": "The 2nd paragraph of the 404 page" }, "theme.navbar.mobileLanguageDropdown.label": {