diff --git a/lang/en-US/commands.json b/lang/en-US/commands.json index 18eba3503..e6615ae7c 100644 --- a/lang/en-US/commands.json +++ b/lang/en-US/commands.json @@ -1,6 +1,5 @@ { "translation_credits": [ - "Faithful Developers", "Put your name here on your respective language's file if you've translated!" ], "command": { diff --git a/lang/en-US/errors.json b/lang/en-US/errors.json index a94ac7bf1..7992cff1b 100644 --- a/lang/en-US/errors.json +++ b/lang/en-US/errors.json @@ -1,6 +1,5 @@ { "translation_credits": [ - "Faithful Developers", "Put your name here on your respective language's file if you've translated!" ], "error": { diff --git a/lang/es-ES/commands.json b/lang/es-ES/commands.json index eadbe809b..b28dd787d 100644 --- a/lang/es-ES/commands.json +++ b/lang/es-ES/commands.json @@ -1,4 +1,7 @@ { + "translation_credits": [ + "Banjoei" + ], "command": { "animate": { "invalid_text": { @@ -12,25 +15,25 @@ }, "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." + "title": "¡Este usuario no puede ser expulsado de utilizar el bot!", + "description": "No puedes expulsarte de utilizar el bot a ti mismo, expulsar a 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." + "title": "¡No puedes ejecutar comandos de barrita en un canal de entrega!", + "description": "Por favor, utilice el canal apropiado para bots en su lugar." }, "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." + "too_big": "¡Esta imagen es demasiado grande para %ACTION%!", + "too_long": "¡Esta imagen es demasiado larga para animar!", + "max_size": "El tamaño máximo para una imagen es 1024px².", + "max_length": "La longitud máxima de un tilesheet es de 32 fotogramas.", + "not_found": "¡No se ha encontrado ninguna imagen!", + "suggestion": "Asegúrate de que has subido una imagen, has respondido a una imagen válida, has utilizado una URL de imagen válida o estabas en el canal correcto." }, "embed": { - "not_enough_arguments": "Not enough information was provided!", - "need_more_info": "You need to have either a description or title for an embed." + "not_enough_arguments": "¡No se aportó suficiente información!", + "need_more_info": "Es necesario tener una descripción o un título para una inserción." }, "stats": { "usage": "%COMMAND% se ha ejecutado %USE% veces.", @@ -38,14 +41,14 @@ "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?" + "not_found": "No se han encontrado resultados para %TEXTURENAME%. ¿Has hecho un dedazo?" }, "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`." + "description": "- Interacción con texturas en tiempo real utilizando `/texture`, `/compare` y `/cycle`.\n- Comprueba el progreso del paquete de recursos con `/missing` o revisa tus contribuciones con `/about`.\n- Utilidades para la modificación de imágenes como `/magnify`, `/tile`, `/palette` y `/animate`." }, "developing": { "title": "Desarrollando", diff --git a/lang/es-ES/errors.json b/lang/es-ES/errors.json index 9499f0753..d348939a0 100644 --- a/lang/es-ES/errors.json +++ b/lang/es-ES/errors.json @@ -1,21 +1,24 @@ { + "translation_credits": [ + "Banjoei" + ], "error": { - "placeholder": "This feature has not been implemented yet!", - "botbanned": "You cannot use the bot as you have been bot banned!", + "placeholder": "¡Esta funcionalidad aún no se ha implementado!", + "botbanned": "¡No puedes usar el bot porque has sido expulsado del bot!", "message": { - "deleted": "This message has already been deleted!" + "deleted": "¡Este mensaje ya ha sido borrado!" }, - "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!", + "command": "Uno de mis desarrolladores cometió un error al crear este comando! No te preocupes, el error no es tuyo. Por favor, contacte a <@360249987927638016>, <@473860522710794250>, o <@173336582265241601> si esto sigue ocurriendo.", + "not_found": "¡%THING% no se ha encontrado!", "interaction": { - "reserved": "This interaction is reserved for %USER%!" + "reserved": "¡Esta interacción está reservada para %USER%!" }, "permission": { - "title": "You don't have permission to do that!", - "description": "Only %TYPE%s can use this command." + "title": "¡No tienes permiso para hacer eso!", + "description": "Sólo los %TYPE%s pueden utilizar este comando." }, "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`" + "no_type_given": "¡El límite temporal indicado no especifica de qué duración es!\nEjemplo: `30s`, `1 min`, `10 hours`, `1 day`, `1 week`, `1 month`, `1 year`" } } } \ No newline at end of file diff --git a/lang/it-IT/commands.json b/lang/it-IT/commands.json new file mode 100644 index 000000000..7cb2e60f1 --- /dev/null +++ b/lang/it-IT/commands.json @@ -0,0 +1,59 @@ +{ + "translation_credits": [ + "Banjoei" + ], + "command": { + "animate": { + "invalid_text": { + "title": "Le regole del MCMETA non sono valide!", + "description": "Gli errori più comuni includono il mancato inserimento dei doppi apici nei nomi delle chiavi delle proprietà o l'errata collocazione di un carattere." + }, + "invalid_file": { + "title": "File MCMETA non valido!", + "description": "Non è stata trovata alcuna proprietà `animation` nel file. Verificare di aver caricato il file corretto." + } + }, + "botban": { + "unbannable": { + "title": "A questo utente non può essere espulso l'uso del bot!", + "description": "Non è possibile espellere se stessi dal bot, espellere uno sviluppatore o qualcuno con permessi di amministratore." + } + }, + "in_submission": { + "title": "Non è possibile eseguire comandi di barra in un canale d'invio!", + "description": "Si prega invece di utilizzare il canale appropriato per i comandi del bot." + }, + "images": { + "too_big": "Questa immagine è troppo grande per essere %ACTION%!", + "too_long": "L'immagine è troppo lunga per essere animata!", + "max_size": "La dimensione massima di un'immagine è di 1024px².", + "max_length": "La lunghezza massima di un tileset è di 32 fotogrammi.", + "not_found": "Nessuna immagine è stata trovata!", + "suggestion": "Assicuratevi di aver caricato un'immagine, di aver risposto a un'immagine valida, di aver usato un URL d'immagine valido o di essere nel canale corretto." + }, + "embed": { + "not_enough_arguments": "Non sono state fornite informazioni sufficienti!", + "need_more_info": "Un incorporamento richiede una descrizione o un titolo." + }, + "stats": { + "usage": "%COMMAND% è stato eseguito %USE% volte.", + "top_ten": "I 10 comandi più utilizzati:", + "not_found": "Il comando `%COMMAND%` non esiste!" + }, + "texture": { + "not_found": "Non sono stati trovati risultati per %TEXTURENAME%. Hai fatto un refuso?" + }, + "info": { + "title": "Ciao, sono CompliBot. Sono stato creato per i server Discord di Faithful.", + "subtitle": "E credo di esserne uscito abbastanza bene.", + "features": { + "title": "Caratteristiche", + "description": "- Interazione in tempo reale con le texture usando `/texture`, `/compare` e `/cycle`.\n- Controllare i progressi del pacchetto di risorse con `/missing` o controllare i propri contributi con `/about`.\n- Utilità di manipolazione delle immagini come `/magnify`, `/tile`, `/palette` e `/animate`." + }, + "developing": { + "title": "Sviluppo", + "description": "Il mio codice è completamente pubblico (scritto in TypeScript e Discord.js) e può essere clonato sul mio repository GitHub [qui](https://github.com/faithful-resource-pack/complibot).\n\nSe siete interessati a sviluppare, contattate <@!473860522710794250>, <@!360249987927638016>, o <@!173336582265241601> per maggiori informazioni." + } + } + } +} \ No newline at end of file diff --git a/lang/it-IT/errors.json b/lang/it-IT/errors.json new file mode 100644 index 000000000..22fe82cf0 --- /dev/null +++ b/lang/it-IT/errors.json @@ -0,0 +1,24 @@ +{ + "translation_credits": [ + "Banjoei" + ], + "error": { + "placeholder": "Questa caratteristica non è ancora stata implementata!", + "botbanned": "Non puoi usare il bot perché sei stato espulso dall'uso!", + "message": { + "deleted": "Questo messaggio è già stato cancellato!" + }, + "command": "Uno dei miei sviluppatori ha commesso un errore durante la creazione di questo comando! Non preoccupatevi, l'errore non dipende da voi. Si prega di contattare <@360249987927638016>, <@473860522710794250>, o <@173336582265241601> se l'errore continua a verificarsi.", + "not_found": "%THING% non trovato!", + "interaction": { + "reserved": "Questa interazione è riservata a %USER%!" + }, + "permission": { + "title": "Non hai il permesso di farlo!", + "description": "Solo %TYPE%i può utilizzare questo comando." + }, + "timeout": { + "no_type_given": "La restrizione temporanea non specifica quale sia la lunghezza!\nEsempio: `30s`, `1 min`, `10 hours`, `1 day`, `1 week`, `1 month`, `1 year`" + } + } +} \ No newline at end of file diff --git a/lang/pl-PL/commands.json b/lang/pl-PL/commands.json index 74ed94f84..60300cc75 100644 --- a/lang/pl-PL/commands.json +++ b/lang/pl-PL/commands.json @@ -1,4 +1,7 @@ { + "translation_credits": [ + "jogurciQ" + ], "command": { "animate": { "invalid_text": { diff --git a/lang/pl-PL/errors.json b/lang/pl-PL/errors.json index 04f57055b..18dd6b77b 100644 --- a/lang/pl-PL/errors.json +++ b/lang/pl-PL/errors.json @@ -1,4 +1,7 @@ { + "translation_credits": [ + "jogurciQ" + ], "error": { "placeholder": "Ta funkcja nie została jeszcze zaimplementowana!", "botbanned": "Nie możesz użyć bota, ponieważ odebrano Ci uprawnienia!",