@ya-accelerators/nextjs-framework 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,5 +33,8 @@
|
|
|
33
33
|
"Page not found": "ページが見つかりません",
|
|
34
34
|
"The URL may be incorrect or the page may have been deleted.": "URLが間違っているか、ページが削除された可能性があります。",
|
|
35
35
|
"Go to home": "ホームに戻る",
|
|
36
|
+
"Something went wrong": "問題が発生しました",
|
|
37
|
+
"Could not display this page. Please try again later.": "ページを表示できませんでした。しばらくしてからもう一度お試しください。",
|
|
38
|
+
"Retry": "再試行",
|
|
36
39
|
"Search": "検索"
|
|
37
40
|
}
|