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

This commit is contained in:
Isaac 2021-05-30 18:38:06 +01:00
commit c91a8c5b0c
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3
11 changed files with 37 additions and 37 deletions

View File

@ -1,54 +1,54 @@
{ {
"bot": { "bot": {
"missing_permissions": { "missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s", "description": "%s requiere los siguientes permisos",
"title": "⚠️" "title": "⚠️"
}, },
"version": "[Discord Tickets](%s) v%s by [eartharoid](%s)" "version": "[Discord Tickets](%s) v%s por [eartharoid](%s)"
}, },
"cmd_usage": { "cmd_usage": {
"args": { "args": {
"description": "**Description:** %s", "description": "**Descripción** %s",
"example": "**Example:** `%s`" "example": "**Ejemplo** `%s`"
}, },
"description": "**Usage:**\n`%s`\n\n**Example:**\n`%s`\n\nRequired arguments are prefixed with `❗`.", "description": "**Uso:**\n`%s`\n\n**Ejemplo:**\n`%s`\n\nLos argumentos requeridos están prefijados con `❗`.",
"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": "Hay un error en la sintaxis de tu comando: `%s`.\nEscribe `%s` para un ejemplo.\nPor favor pregunte al staff si no está seguro.",
"title": "❌ Invalid syntax" "title": "❌ Sintaxis no válida"
}, },
"named_args": "This command uses named arguments.\n\n", "named_args": "Este comando utiliza argumentos nombrados.\n\n",
"title": "`%s` command usage" "title": "`%s` uso del comando"
}, },
"collector_expires_in": "Expires in %d seconds", "collector_expires_in": "Expira en %d segundos",
"commands": { "commands": {
"add": { "add": {
"aliases": {}, "aliases": {},
"args": { "args": {
"member": { "member": {
"description": "The member to add to the ticket", "description": "El miembro a agregar al ticket",
"example": "@someone", "example": "@alguien",
"name": "member" "name": "miembro"
}, },
"ticket": { "ticket": {
"description": "The ticket to add the member to", "description": "El ticket para agregar al miembro a",
"example": "217", "example": "217",
"name": "ticket" "name": "ticket"
} }
}, },
"description": "Add a member to a ticket", "description": "Agregar a un miembro al ticket",
"name": "add", "name": "agregar",
"response": { "response": {
"added": { "added": {
"description": "%s has been added to %s.", "description": "%s a sido agregado a %s.",
"title": "✅ Member added" "title": "✅ Miembro agregado"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to add.", "description": "Por favor, menciona al miembro que desea agregar.",
"title": "❌ Unknown member" "title": "❌ Miembro desconocido"
}, },
"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": "No eres el creador de este ticket y no eres parte del staff, no puedes agregar miembros a este ticket.",
"title": "❌ Insufficient permission" "title": "❌ Permisos insuficientes"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Please use this command in the ticket channel, or mention the channel.",
@ -294,8 +294,8 @@
"args": { "args": {
"member": { "member": {
"description": "The member to remove from the ticket", "description": "The member to remove from the ticket",
"example": "@someone", "example": "@alguien",
"name": "member" "name": "miembro"
}, },
"ticket": { "ticket": {
"description": "The ticket to remove the member from", "description": "The ticket to remove the member from",
@ -312,11 +312,11 @@
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to remove.", "description": "Please mention the member you want to remove.",
"title": "❌ Unknown member" "title": "❌ Miembro desconocido"
}, },
"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": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.",
"title": "❌ Insufficient permission" "title": "❌ Permisos insuficientes"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Please use this command in the ticket channel, or mention the channel.",

View File

@ -191,7 +191,7 @@
"name": "aide", "name": "aide",
"response": { "response": {
"list": { "list": {
"description": "Les commandes à qui vous avez accès sont énumérées ci-dessous. Pour plus dinformations sur une commande, tapez «{prefix}aider [command]». Pour créer un billet, tapez «{prefix}nouvelles [topic]».", "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]`.",
"fields": { "fields": {
"commands": "Commandes" "commands": "Commandes"
}, },

View File

@ -191,7 +191,7 @@
"name": "aiuto", "name": "aiuto",
"response": { "response": {
"list": { "list": {
"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]'.", "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]`.",
"fields": { "fields": {
"commands": "Comandi" "commands": "Comandi"
}, },