1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "error.code.4": {
- "description": "Error (4) message",
- "message": "你正在尋找著不存在或已經刪除的 Presence."
- },
- "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": "我們找不到該Presence..."
- },
- "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": "這個使用者創建了足夠多的 Presence 并在我們的 Discord 伺服器中擁有 Presence 開發者身分組"
- },
- "user.notFound.message3": {
- "description": "Check if the error is also happening to others message.",
- "message": "在我們的 Discord 伺服器中確認其他人是否存在同樣的錯誤。"
- },
- "user.notFound.message4": {
- "description": "Bottom line for the error page. Do not edit brackets.",
- "message": "如果你堅信這是一個錯誤,請在 [Discord 伺服器] 中聯係我們。"
- }
- }
|