1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "error.code.4": {
- "description": "Error (4) message",
- "message": "削除されたか、もしくは存在しないプレゼンスです。"
- },
- "error.code.404": {
- "description": "Error (404) message",
- "message": "ページが見つかりませんでした。"
- },
- "error.code.500": {
- "description": "Error (500) message",
- "message": "内部サーバーでエラーが発生しました。"
- },
- "error.page.button": {
- "description": "Button on the error page",
- "message": "ホームページに戻る"
- },
- "error.page.details": {
- "description": "'Details' text on error page container",
- "message": "詳細"
- },
- "store.search.notFound": {
- "description": "Search result text when nothing's found",
- "message": "プレゼンスが見つかりませんでした。"
- },
- "user.notFound.heading": {
- "description": "Error when user couldn't be found.",
- "message": "ユーザーを見つけられませんでした。以下のことを確認してみてください。"
- },
- "user.notFound.message1": {
- "description": "Check user ID message.",
- "message": "探しているユーザーIDは合っています。"
- },
- "user.notFound.message2": {
- "description": "Check the presence amount of the developer created message.",
- "message": "ユーザーが十分なプレゼンスを作成し、Discordサーバーでプレゼンス開発者の役割を持っていること。"
- },
- "user.notFound.message3": {
- "description": "Check if the error is also happening to others message.",
- "message": "PreMiDのDiscordサーバーで他の人に同じ現象が起こっているかを確認してください。"
- },
- "user.notFound.message4": {
- "description": "Bottom line for the error page. Do not edit brackets.",
- "message": "これがバグである場合、[PreMiDのDiscordサーバー] から報告してください"
- }
- }
|