1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "error.code.4": {
- "description": "Error (4) message",
- "message": "Stai cercando una Presence inesistente o eliminata."
- },
- "error.code.404": {
- "description": "Error (404) message",
- "message": "Siamo spiacenti, non abbiamo trovato quella pagina."
- },
- "error.code.500": {
- "description": "Error (500) message",
- "message": "Si è verificato un errore interno al server."
- },
- "error.page.button": {
- "description": "Button on the error page",
- "message": "Torna alla pagina iniziale"
- },
- "error.page.details": {
- "description": "'Details' text on error page container",
- "message": "Dettagli"
- },
- "store.search.notFound": {
- "description": "Search result text when nothing's found",
- "message": "Non siamo riusciti a trovare quella Presence..."
- },
- "user.notFound.heading": {
- "description": "Error when user couldn't be found.",
- "message": "Questo utente non è stato trovato. Prova ad assicurarti che"
- },
- "user.notFound.message1": {
- "description": "Check user ID message.",
- "message": "l'ID dell'utente che stai cercando è corretto."
- },
- "user.notFound.message2": {
- "description": "Check the presence amount of the developer created message.",
- "message": "l'utente ha creato abbastanza Presence ed ha il ruolo di sviluppatore di Presence nel nostro server Discord."
- },
- "user.notFound.message3": {
- "description": "Check if the error is also happening to others message.",
- "message": "se altri stanno riscontrando lo stesso problema sul nostro server Discord."
- },
- "user.notFound.message4": {
- "description": "Bottom line for the error page. Do not edit brackets.",
- "message": "Se ritieni che fosse un errore, per favore contattaci nel [nostro server Discord]."
- }
- }
|