1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "error.code.4": {
- "description": "Error (4) message",
- "message": "Szukasz nieistniejącego lub usuniętego Presence."
- },
- "error.code.404": {
- "description": "Error (404) message",
- "message": "Przepraszamy, nie mogliśmy znaleźć tej strony."
- },
- "error.code.500": {
- "description": "Error (500) message",
- "message": "Wystąpił wewnętrzny błąd serwera."
- },
- "error.page.button": {
- "description": "Button on the error page",
- "message": "Powrót do strony głównej"
- },
- "error.page.details": {
- "description": "'Details' text on error page container",
- "message": "Szczegóły"
- },
- "store.search.notFound": {
- "description": "Search result text when nothing's found",
- "message": "Nie możemy znaleźć tego Presence..."
- },
- "user.notFound.heading": {
- "description": "Error when user couldn't be found.",
- "message": "Ten użytkownik nie został znaleziony. Spróbuj upewnić się"
- },
- "user.notFound.message1": {
- "description": "Check user ID message.",
- "message": "że szukany identyfikator użytkownika jest poprawny."
- },
- "user.notFound.message2": {
- "description": "Check the presence amount of the developer created message.",
- "message": "że użytkownik utworzył wystarczającą liczbę Presence i ma rolę Presence Developera na naszym serwerze Discord."
- },
- "user.notFound.message3": {
- "description": "Check if the error is also happening to others message.",
- "message": "czy inni doświadczają tego samego problemu na naszym serwerze Discord."
- },
- "user.notFound.message4": {
- "description": "Bottom line for the error page. Do not edit brackets.",
- "message": "Jeśli uważasz, że to błąd, skontaktuj się z nami na [naszym serwerze Discord]."
- }
- }
|