-
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.
italian + translation credits ( #263 )
- Loading branch information
Showing
8 changed files
with
118 additions
and
25 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
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
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
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 |
---|---|---|
@@ -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`" | ||
} | ||
} | ||
} |
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,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." | ||
} | ||
} | ||
} | ||
} |
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,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`" | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
{ | ||
"translation_credits": [ | ||
"jogurciQ" | ||
], | ||
"command": { | ||
"animate": { | ||
"invalid_text": { | ||
|
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