-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spanish + polish translations ( #258 )
- Loading branch information
Showing
4 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"command": { | ||
"animate": { | ||
"invalid_text": { | ||
"title": "¡Las reglas del MCMETA son inválidas!", | ||
"description": "Errores comunes incluyen no entrecomillando las propiedades dos veces o colocando mal un carácter." | ||
}, | ||
"invalid_file": { | ||
"title": "¡Archivo MCMETA inválido!", | ||
"description": "No se ha encontrado ninguna función `animation` en el archivo. Compruebe que cargó el archivo correcto." | ||
} | ||
}, | ||
"botban": { | ||
"unbannable": { | ||
"title": "¡Este usuario no puede ser expulsado por un bot!", | ||
"description": "No puedes ser expulsado por un bot, expulsar un desarrollador o a alguien con permisos de administrador." | ||
} | ||
}, | ||
"in_submission": { | ||
"title": "¡No puedes ejecutar comandos de barrita en un canal!", | ||
"description": "Please use the appropriate bot command channel instead." | ||
}, | ||
"images": { | ||
"too_big": "This image is too big to %ACTION%!", | ||
"too_long": "This image is too long to animate!", | ||
"max_size": "The maximum size for an image is 1024px².", | ||
"max_length": "The maximum length for a tilesheet is 32 frames.", | ||
"not_found": "No image was found!", | ||
"suggestion": "Make sure you uploaded an image, replied to a valid image, used a valid image URL, or were in the correct channel." | ||
}, | ||
"embed": { | ||
"not_enough_arguments": "Not enough information was provided!", | ||
"need_more_info": "You need to have either a description or title for an embed." | ||
}, | ||
"stats": { | ||
"usage": "%COMMAND% se ha ejecutado %USE% veces.", | ||
"top_ten": "Los 10 comandos más utilizados:", | ||
"not_found": "¡El comando `%COMMAND%` no existe!" | ||
}, | ||
"texture": { | ||
"not_found": "No se han encontrado resultados para %TEXTURENAME%. ¿Quizás te has equivocado con el texto?" | ||
}, | ||
"info": { | ||
"title": "Hola, soy CompliBot. Fui hecho para los servidores de Faithful en Discord.", | ||
"subtitle": "Y creo que resulté bastante bien.", | ||
"features": { | ||
"title": "Funcionalidades", | ||
"description": "- Interacción con texturas en tiempo real utilizando `/texture`, `/compare` y `/cycle`.\n- Comprueba el progreso del paquete de recursos con `/missing` o comprueba tus contribuciones con `/about`.\n- Utilidades para la modificación de imágenes como `/magnify`, `/tile`, `/palette` y `/animate`." | ||
}, | ||
"developing": { | ||
"title": "Desarrollando", | ||
"description": "Mi código es totalmente público (escrito en TypeScript y Discord.js) y se puede clonar en mi repositorio de GitHub [aquí](https://github.com/faithful-resource-pack/complibot).\n\nSi estás interesado en desarrollar, contacta a <@!473860522710794250>, <@!360249987927638016> o <@!173336582265241601> para más información." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"error": { | ||
"placeholder": "This feature has not been implemented yet!", | ||
"botbanned": "You cannot use the bot as you have been bot banned!", | ||
"message": { | ||
"deleted": "This message has already been deleted!" | ||
}, | ||
"command": "One of my developers made an error while making this command! Don't worry, the error is not on your side. Please contact <@360249987927638016>, <@473860522710794250>, or <@173336582265241601> if this keeps occurring.", | ||
"not_found": "%THING% not found!", | ||
"interaction": { | ||
"reserved": "This interaction is reserved for %USER%!" | ||
}, | ||
"permission": { | ||
"title": "You don't have permission to do that!", | ||
"description": "Only %TYPE%s can use this command." | ||
}, | ||
"timeout": { | ||
"no_type_given": "The given timeout doesn't specify which length it is!\nExample: `30s`, `1 min`, `10 hours`, `1 day`, `1 week`, `1 month`, `1 year`" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"command": { | ||
"animate": { | ||
"invalid_text": { | ||
"title": "Twoje reguły MCMETA są nieprawidłowe!", | ||
"description": "Powszechne błędy obejmują brak drugiego cudzysłowu lub literówki." | ||
}, | ||
"invalid_file": { | ||
"title": "Nieprawidłowy plik MCMETA!", | ||
"description": "Nie znaleziono właściwości `animation` w pliku. Sprawdź, czy przesłałeś poprawny plik." | ||
} | ||
}, | ||
"botban": { | ||
"unbannable": { | ||
"title": "Temu użytkownikowi nie można odebrać uprawnień do korzystania z bota!", | ||
"description": "Nie możesz odebrać sobie, programiście lub komuś z uprawnieniami administratora uprawnień do korzystania z bota." | ||
} | ||
}, | ||
"in_submission": { | ||
"title": "Nie możesz używać poleceń na kanale zgłaszania!", | ||
"description": "Proszę użyć odpowiedniego kanału poleceń bota." | ||
}, | ||
"images": { | ||
"too_big": "Ten obraz jest zbyt duży, aby wykonać na nim %ACTION%!", | ||
"too_long": "Ten obraz jest zbyt długi, aby go zanimować!", | ||
"max_size": "Maksymalny rozmiar obrazu to 1024px².", | ||
"max_length": "Maksymalna długość arkusza wynosi 32 ramki.", | ||
"not_found": "Nie znaleziono żadnego obrazu!", | ||
"suggestion": "Upewnij się, że przesłałeś obraz, odpowiedziałeś na poprawny obraz, użyłeś poprawnego adresu URL obrazu, lub że znajdujesz się na właściwym kanale." | ||
}, | ||
"embed": { | ||
"not_enough_arguments": "Podano zbyt mało informacji!", | ||
"need_more_info": "Twoje osadzenie musi mieć tytuł lub opis." | ||
}, | ||
"stats": { | ||
"usage": "Polecenie %COMMAND% wykonano %USE% razy.", | ||
"top_ten": "10 najczęściej używanych poleceń:", | ||
"not_found": "Polecenie `%COMMAND%` nie istnieje!" | ||
}, | ||
"texture": { | ||
"not_found": "Nie znaleziono wyników dla: %TEXTURENAME%. Czy zrobiłeś literówkę?" | ||
}, | ||
"info": { | ||
"title": "Cześć, jestem CompliBot. Zostałem stworzony dla Discord'owych serwerów Faithful'a.", | ||
"subtitle": "I myślę, że wyszedłem całkiem nieźle.", | ||
"features": { | ||
"title": "Funkcje", | ||
"description": "- Interakcja z teksturami w czasie rzeczywistym za pomocą `/texture`, `/compare` i `/cycle`.\n- Sprawdź postęp paczki zasobów za pomocą `/missing` lub sprawdź swój wkład za pomocą `/about`.\n- Narzędzia do manipulowania obrazami takie jak `/magnify`, `/tile`, `/palette` i `/animate`." | ||
}, | ||
"developing": { | ||
"title": "Rozwój", | ||
"description": "Mam w pełni otwarty kod źródłowy (napisany w TypeScript i Discord.js) i można go sklonować w moim repozytorium GitHub [tutaj](https://github.com/faithful-resource-pack/complibot).\n\nJeśli jesteś zainteresowany rozwijaniem mnie, skontaktuj się z <@!473860522710794250>, <@!360249987927638016>, lub <@!173336582265241601> aby uzyskać więcej informacji." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"error": { | ||
"placeholder": "Ta funkcja nie została jeszcze zaimplementowana!", | ||
"botbanned": "Nie możesz użyć bota, ponieważ odebrano Ci uprawnienia!", | ||
"message": { | ||
"deleted": "Ta wiadomość została już usunięta!" | ||
}, | ||
"command": "Jeden z moich deweloperów popełnił błąd podczas tworzenia tego polecenia! Nie martw się, błąd nie jest po Twojej stronie. Jeśli znów to nastąpi, skontaktuj się z <@360249987927638016>, <@473860522710794250>, lub <@173336582265241601>.", | ||
"not_found": "Nie znaleziono: %THING%!", | ||
"interaction": { | ||
"reserved": "Ta interakcja jest zarezerwowana dla: %USER%!" | ||
}, | ||
"permission": { | ||
"title": "Nie masz do tego uprawnień!", | ||
"description": "Tylko %TYPE% może użyć tej komendy." | ||
}, | ||
"timeout": { | ||
"no_type_given": "Podany limit czasu nie określa długości!\nPrzykład: `30s`, `1 min`, `10 godzin`, `1 dzień`, `1 tydzień`, `1 miesiąc`, `1 rok`" | ||
} | ||
} | ||
} |