1234567891011121314151617181920212223242526272829303132333435 |
- {
- "error.code.404": {
- "description": "Error (404) message",
- "message": "Na žalost nismo mogli pronaći tu stranicu."
- },
- "error.code.500": {
- "description": "Error (500) message",
- "message": "Došlo je do interne greške poslužitelja."
- },
- "error.page.button": {
- "description": "Button on the error page",
- "message": "Idi na početnu stranicu"
- },
- "error.page.details": {
- "description": "'Details' text on error page container",
- "message": "Detalji"
- },
- "user.notFound.heading": {
- "description": "Error when user couldn't be found.",
- "message": "Nismo mogli pronaći tog korisnika. Pokušaj biti siguran"
- },
- "user.notFound.message1": {
- "description": "Check user ID message.",
- "message": "da je Korisnički ID kojeg tražiš točan."
- },
- "user.notFound.message2": {
- "description": "Check the presence amount of the developer created message.",
- "message": "da je korisnik stvorio dovoljno Presence-a i ima ulogu Programera Presence-a na našem Discord serveru."
- },
- "user.notFound.message3": {
- "description": "Check if the error is also happening to others message.",
- "message": "ako drugi imaju isti problem na našem Discord serveru."
- }
- }
|