Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Isaac 2021-05-25 21:17:13 +01:00
commit 0f0e2bd3b7
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3
3 changed files with 141 additions and 142 deletions

View File

@ -66,7 +66,6 @@
}, },
"required": [ "required": [
"name", "name",
"opening_message",
"roles" "roles"
] ]
} }

View File

@ -1,19 +1,19 @@
{ {
"bot": { "bot": {
"missing_permissions": { "missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s", "description": "Discord Tickets nécessite les autorisations suivantes :\n%s",
"title": "⚠️" "title": "⚠️"
}, },
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" "version": "[Billets Discord] (%s) v%s par [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": { "args": {
"description": "**Description:** %s", "description": "**Description:** %s",
"example": "**Example:** `%s`" "example": "**Exemple:** '%s'"
}, },
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "description": "**Utilisation:**\n'%s'\n\n**Exemple:**\n'%s'\n\nLes arguments requis sont préfixés avec '❗'.",
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.", "description": "Il y a une erreur dans votre syntaxe de commande : «%s».\nType '%s' par exemple.\nsil vous plaît demander à un membre du personnel si vous nêtes pas sûr.",
"title": "❌ Invalid syntax" "title": "❌ Invalid syntax"
}, },
"named_args": "This command uses named arguments.\n\n", "named_args": "This command uses named arguments.\n\n",

View File

@ -13,8 +13,8 @@
}, },
"description": "**Uso:**\n`%s`\n\n**Esempio:**\n`%s`\n\nGli argomenti richiesti hanno il prefisso `❗`.", "description": "**Uso:**\n`%s`\n\n**Esempio:**\n`%s`\n\nGli argomenti richiesti hanno il prefisso `❗`.",
"invalid_named_args": { "invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.", "description": "C'è un errore nella sintassi del tuo comando: `%s`.\nDigita `%s` per un esempio.\nTi preghiamo di contattare un membro dello staff se non si è sicuri.",
"title": "❌ Invalid syntax" "title": "❌ Sintassi invalida"
}, },
"named_args": "Questo comando utilizza argomenti denominati.\n\n", "named_args": "Questo comando utilizza argomenti denominati.\n\n",
"title": "Utilizzo dei comandi '%s'" "title": "Utilizzo dei comandi '%s'"
@ -25,34 +25,34 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "The member to add to the ticket", "description": "Il membro da aggiungere al ticket",
"example": "@someone", "example": "@qualcuno",
"name": "member" "name": "membro"
}, },
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "Il ticket a cui aggiungere il membro",
"example": "217", "example": "217",
"name": "ticket" "name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Aggiungi un membro ad un ticket",
"name": "add", "name": "aggiungi",
"response": { "response": {
"added": { "added": {
"description": "%s has been added to %s.", "description": "%s è stato aggiunto a %s.",
"title": "✅ Member added" "title": "✅ Membro aggiunto"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to add.", "description": "Si prega di menzionare il membro che si desidera aggiungere.",
"title": "❌ Unknown member" "title": "❌ Membro sconosciuto"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", "description": "Non sei il creatore di questo ticket e non sei neanche un membro dello staff, di conseguenza non puoi aggiungere membri a questo ticket.",
"title": "❌ Insufficient permission" "title": "❌ Permessi insufficienti"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Usa questo comando in un ticket, o menziona il canale.",
"title": "❌ This isn't a ticket channel" "title": "❌ Questo canale non è un ticket"
} }
} }
}, },
@ -62,9 +62,9 @@
}, },
"args": { "args": {
"member_or_role": { "member_or_role": {
"description": "The member or role to add/remove", "description": "Il membro o il ruolo da aggiungere/rimuovere",
"example": "@NaughtyMember", "example": "@NaughtyMember",
"name": "membroORuolo" "name": "membrooRuolo"
} }
}, },
"description": "Blacklista o unblacklista un utente dal bot", "description": "Blacklista o unblacklista un utente dal bot",
@ -102,100 +102,100 @@
"close": { "close": {
"aliases": { "aliases": {
"delete": "rimosso", "delete": "rimosso",
"lock": "lock" "lock": "chiudi"
}, },
"args": { "args": {
"reason": { "reason": {
"alias": "r", "alias": "r",
"description": "The reason for closing the ticket(s)", "description": "La ragione della chiusura del ticket o dei ticket",
"example": "", "example": "",
"name": "reason" "name": "ragione"
}, },
"ticket": { "ticket": {
"alias": "t", "alias": "t",
"description": "The ticket to close, either the number or the channel mention/ID", "description": "Il ticket da chiudere, il numero o la menzione/ID del canale",
"example": "217", "example": "217",
"name": "ticket" "name": "ticket"
}, },
"time": { "time": {
"alias": "T", "alias": "T",
"description": "Close all tickets that have been inactive for the specified time", "description": "Chiudi tutti i ticket che sono stati inattivi per il tempo specificato",
"example": "1w", "example": "1w",
"name": "time" "name": "tempo"
} }
}, },
"description": "Chiudi un ticket", "description": "Chiudi un ticket",
"name": "chiudi", "name": "chiudi",
"response": { "response": {
"closed": { "closed": {
"description": "Ticket #%s has been closed.", "description": "Il ticket #%s è stato chiuso.",
"title": "✅ Ticket chiuso" "title": "✅ Ticket chiuso"
}, },
"closed_multiple": { "closed_multiple": {
"description": [ "description": [
"%d ticket has been closed.", "%d è stato chiuso.",
"%d tickets have been closed." "%d ticket sono stati chiusi."
], ],
"title": [ "title": [
"✅ Ticket chiuso", "✅ Ticket chiuso",
"✅ Tickets closed" "✅ Ticket chiusi"
] ]
}, },
"confirm": { "confirm": {
"description": "React with ✅ to close this ticket.", "description": "Reagisci con ✅ per chiudere questo ticket.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", "description_with_archive": "Sarai in grado di visualizzarla dopo una versione archiviata.\nreagisci con ✅ per chiudere questo ticket.",
"title": "❔ Are you sure?" "title": "❔ Sei sicuro?"
}, },
"confirmation_timeout": { "confirmation_timeout": {
"description": "You took too long to confirm.", "description": "Hai impiegato troppo tempo per confermare l'azione.",
"title": "❌ Tempo scaduto" "title": "❌ Tempo scaduto"
}, },
"confirm_multiple": { "confirm_multiple": {
"description": [ "description": [
"React with ✅ to close %d ticket.", "Reagisci con ✅ per chiudere %d ticket.",
"React with ✅ to close %d tickets." "Reagisci con ✅ per chiudere %d ticket."
], ],
"title": "❔ Are you sure?" "title": "❔ Sei sicuro?"
}, },
"invalid_time": { "invalid_time": {
"description": "The time period provided could not be parsed.", "description": "Impossibile analizzare il periodo di tempo fornito.",
"title": "❌ Invalid input" "title": "❌ Input invalido"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", "description": "Si prega di utilizzare questo comando in un ticket o di usare il contrassegno del ticket.\nDigita `%shelp close` per ulteriori informazioni.",
"title": "❌ This isn't a ticket channel" "title": "❌ Questo canale non è un ticket"
}, },
"no_tickets": { "no_tickets": {
"description": "There are no tickets which have been inactive for this time period.", "description": "Non ci sono ticket che sono stati inattivi per questo periodo di tempo.",
"title": "❌ No tickets to close" "title": "❌ Nessun ticket da chiudere"
}, },
"unresolvable": { "unresolvable": {
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.", "description": "`%s` non poteva essere risolto in un ticket. Si prega di fornire un ID/menzione del ticket o il numero.",
"title": "❌ Error" "title": "❌ Errore"
} }
} }
}, },
"help": { "help": {
"aliases": { "aliases": {
"command": "command", "command": "comando",
"commands": "commands" "commands": "comandi"
}, },
"args": { "args": {
"command": { "command": {
"description": "The command to display information about", "description": "Comando di cui visualizzare informazioni",
"example": "nuovo", "example": "nuovo",
"name": "command" "name": "comando"
} }
}, },
"description": "List commands you have access to, or find out more about a command", "description": "Lista dei comandi a cui hai accesso o per saperne di più su un comando",
"name": "help", "name": "aiuto",
"response": { "response": {
"list": { "list": {
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`.To create a ticket, type `{prefix}new [topic]`.", "description": "I comandi a cui hai accesso sono elencati di seguito. Per ulteriori informazioni su un comando, digita '{prefix}help [command]'. Per creare un ticket, digita '{prefix}new [topic]'.",
"fields": { "fields": {
"commands": "Commands" "commands": "Comandi"
}, },
"title": "❔ Help" "title": "❔ Aiuto"
} }
} }
}, },
@ -220,7 +220,7 @@
"title": "✅ Ticket creato" "title": "✅ Ticket creato"
}, },
"error": { "error": {
"title": "❌ Error" "title": "❌ Errore"
}, },
"has_a_ticket": { "has_a_ticket": {
"description": "Ti preghiamo di utilizzare il tuo ticket già creato (<#%s>) o di chiuderlo prima di crearne un altro.", "description": "Ti preghiamo di utilizzare il tuo ticket già creato (<#%s>) o di chiuderlo prima di crearne un altro.",
@ -253,39 +253,39 @@
"args": { "args": {
"categories": { "categories": {
"alias": "c", "alias": "c",
"description": "A category ID", "description": "ID Categoria",
"example": "451745464954650634", "example": "451745464954650634",
"name": "categories" "name": "categorie"
}, },
"description": { "description": {
"alias": "d", "alias": "d",
"description": "The description for the panel message", "description": "Descrizione del messaggio del pannello",
"example": "\"React to this message to open a ticket.\"", "example": "\"Reagisci a questo messaggio per aprire un ticket.\"",
"name": "description" "name": "descrizione"
}, },
"emoji": { "emoji": {
"alias": "e", "alias": "e",
"description": "An emoji", "description": "Un emoji",
"example": "🎫", "example": "🎫",
"name": "emoji" "name": "emoji"
}, },
"title": { "title": {
"alias": "t", "alias": "t",
"description": "The title for the panel message", "description": "Titolo del messaggio del pannello",
"example": "\"Support tickets\"", "example": "\"Ticket di supporto\"",
"name": "title" "name": "titolo"
} }
}, },
"description": "Create a new ticket panel", "description": "Crea un nuovo pannello dei ticket",
"name": "panel", "name": "pannello",
"response": { "response": {
"invalid_category": { "invalid_category": {
"description": "One or more of the specified category IDs is invalid.", "description": "Uno o più ID di categoria specificati non sono validi.",
"title": "❌ Invalid category" "title": "❌ Categoria invalida"
}, },
"mismatch": { "mismatch": {
"description": "Please provide the name number of emojis and category IDs.", "description": "Si prega di fornire il numero dell'emoji e l'ID della categoria.",
"title": "❌ Invalid input" "title": "❌ Input invalido"
} }
} }
}, },
@ -293,34 +293,34 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "The member to remove from the ticket", "description": "Il membro da rimuovere dal ticket",
"example": "@someone", "example": "@qualcuno",
"name": "member" "name": "membro"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from", "description": "Il ticket da cui rimuovere il membro",
"example": "217", "example": "217",
"name": "ticket" "name": "ticket"
} }
}, },
"description": "Remove a member from a ticket", "description": "Rimuovi un membro dal ticket",
"name": "remove", "name": "rimuovi",
"response": { "response": {
"removed": { "removed": {
"description": "%s has been removed from %s.", "description": "%s è stato rimosso da %s.",
"title": "✅ Member removed" "title": "✅ Membro rimosso"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to remove.", "description": "Si prega di menzionare il membro che si desidera rimuovere.",
"title": "❌ Unknown member" "title": "❌ Membro sconosciuto"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.", "description": "Non sei il creatore di questo ticket e non sei neanche un membro dello staff, di conseguenza non puoi rimuovere membri da questo ticket.",
"title": "❌ Insufficient permission" "title": "❌ Permessi insufficienti"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Usa questo comando in un ticket, o menziona il canale.",
"title": "❌ This isn't a ticket channel" "title": "❌ Questo canale non è un ticket"
} }
} }
}, },
@ -331,77 +331,77 @@
"description": "Configura il bot discord dei ticket", "description": "Configura il bot discord dei ticket",
"name": "impostazioni", "name": "impostazioni",
"response": { "response": {
"invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s", "invalid": "❌ Le impostazioni sono invalide, si prega di fare riferimento alla documentazione.\n%s",
"updated": "✅ Le impostazioni sono state aggiornate." "updated": "✅ Le impostazioni sono state aggiornate."
} }
}, },
"stats": { "stats": {
"aliases": {}, "aliases": {},
"args": {}, "args": {},
"description": "Display ticket statistics", "description": "Mostra le statistiche dei ticket",
"fields": { "fields": {
"messages": "Messages", "messages": "Messaggi",
"response_time": { "response_time": {
"minutes": "%s minutes", "minutes": "%s minuti",
"title": "Avg. response time" "title": "Tempo di risposta media"
}, },
"tickets": "Tickets" "tickets": "Ticket"
}, },
"name": "stats", "name": "statistiche",
"response": { "response": {
"global": { "global": {
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.", "description": "Statistiche sui ticket in tutti i server in cui viene utilizzata questa istanza di Discord TIckets.",
"title": "📊 Global stats" "title": "📊 Statistiche globali"
}, },
"guild": { "guild": {
"description": "Statistics about tickets within this guild. This data is cached for an hour.", "description": "Statistiche sui ticket all'interno di questo server. Questi dati vengono salvati nella cache per un'ora.",
"title": "📊 This server's stats" "title": "📊 Statistiche di questo server"
} }
} }
}, },
"survey": { "survey": {
"aliases": { "aliases": {
"surveys": "surveys" "surveys": "sondaggi"
}, },
"args": { "args": {
"survey": { "survey": {
"description": "The name of the survey to view responses of", "description": "Il nome del sondaggio per visualizzare le risposte",
"example": "support", "example": "supporto",
"name": "survey" "name": "sondaggio"
} }
}, },
"description": "View survey responses", "description": "Guarda le risposte dei sondaggi",
"name": "survey", "name": "sondaggio",
"response": { "response": {
"list": { "list": {
"title": "📃 Surveys" "title": "📃 Sondaggi"
} }
} }
}, },
"tag": { "tag": {
"aliases": { "aliases": {
"faq": "faq", "faq": "domande frequenti",
"t": "t", "t": "t",
"tags": "tags" "tags": "tag"
}, },
"args": { "args": {
"tag": { "tag": {
"description": "The name of the tag to use", "description": "Il nome del tag da utilizzare",
"example": "website", "example": "sito web",
"name": "tag" "name": "tag"
} }
}, },
"description": "Use a tag response", "description": "Usa un tag per rispondere",
"name": "tag", "name": "tag",
"response": { "response": {
"error": "❌ Error", "error": "❌ Errore",
"list": { "list": {
"title": "📃 Tag list" "title": "📃 Lista dei tag"
}, },
"missing": "This tag requires the following arguments:\n%s", "missing": "Questo tag richiede i seguenti argomenti:\n%s",
"not_a_ticket": { "not_a_ticket": {
"description": "This tag can only be used within a ticket channel as it uses ticket references.", "description": "Questo tag può essere utilizzato solo all'interno di un ticket in quanto utilizza i riferimenti ai ticket.",
"title": "❌ This isn't a ticket channel" "title": "❌ Questo canale non è un ticket"
} }
} }
}, },
@ -409,21 +409,21 @@
"aliases": {}, "aliases": {},
"args": { "args": {
"new_topic": { "new_topic": {
"description": "The new topic of the ticket", "description": "Il nuovo argomento del ticket",
"example": "billing issue", "example": "problema di fatturazione",
"name": "new_topic" "name": "nuovo_argomento"
} }
}, },
"description": "Change the topic of the ticket", "description": "Cambia l'argomento di un ticket",
"name": "argomento", "name": "argomento",
"response": { "response": {
"changed": { "changed": {
"description": "This ticket's topic has been changed.", "description": "L'argomento di questo biglietto è stato modificato.",
"title": "✅ Topic changed" "title": "✅ Argomento cambiato"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel you want to change the topic of.", "description": "Si prega di utilizzare questo comando in un ticket di cui si desidera modificare l'argomento.",
"title": "❌ This isn't a ticket channel" "title": "❌ Questo canale non è un ticket"
} }
} }
} }
@ -443,50 +443,50 @@
}, },
"ticket": { "ticket": {
"claimed": { "claimed": {
"description": "%s has claimed this ticket.", "description": "Il ticket è in revisione da parte di %s.",
"title": "✅ Ticket claimed" "title": "✅ Ticket assegnato"
}, },
"closed": { "closed": {
"description": "This ticket has been closed.\nThe channel will be deleted in 5 seconds.", "description": "Questo ticket è stato chiuso.\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso" "title": "✅ Ticket chiuso"
}, },
"closed_by_member": { "closed_by_member": {
"description": "This ticket has been closed by %s.\nThe channel will be deleted in 5 seconds.", "description": "Questo ticket è stato chiuso da %s.\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso" "title": "✅ Ticket chiuso"
}, },
"closed_by_member_with_reason": { "closed_by_member_with_reason": {
"description": "This ticket has been closed by %s: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Il ticket è stato chiuso da %s: `%s`\nIl canale verrà rimosso tra 5 secondi.",
"title": "✅ Ticket chiuso" "title": "✅ Ticket chiuso"
}, },
"closed_with_reason": { "closed_with_reason": {
"description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "description": "Il ticket è stato chiuso da: `%s`\nIl canale verrà eliminato tra 5 secondi.",
"title": "✅ Ticket chiuso" "title": "✅ Ticket chiuso"
}, },
"member_added": { "member_added": {
"description": "%s has been added by %s", "description": "%s è stato aggiunto da %s",
"title": "Member added" "title": "Membro aggiunto"
}, },
"member_removed": { "member_removed": {
"description": "%s has been removed by %s", "description": "%s è stato rimosso da %s",
"title": "Member removed" "title": "Membro rimosso"
}, },
"opening_message": { "opening_message": {
"fields": { "fields": {
"topic": "Topic" "topic": "Argomento"
} }
}, },
"questions": "Please answer the following questions:\n\n%s", "questions": "Si prega di rispondere alle seguenti domande:\n\n%s",
"released": { "released": {
"description": "%s has released this ticket.", "description": "%s ha rilasciato il ticket.",
"title": "✅ Ticket released" "title": "✅ Ticket rilasciato"
}, },
"survey": { "survey": {
"complete": { "complete": {
"description": "Thank you for your feedback.", "description": "Grazie per il tuo feedback.",
"title": "✅ Thank you" "title": "✅ Grazie"
}, },
"start": { "start": {
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.", "description": "Ehi, %s. Prima che questo canale sia eliminato, ti dispiacerebbe completare un sondaggio %ddomande rapide? Reagisci con ✅ per avviare il sondaggio, altrimenti ignora questo messaggio.",
"title": "❔ Feedback" "title": "❔ Feedback"
} }
} }