mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 09:23:07 +02:00
feat(i18n): update Spanish translations [skip ci]
Currently translated at 32.0% (88 of 275 strings) Co-authored-by: Isana Naradiel <isanaradiel@gmail.com> Translate-URL: https://hosted.weblate.org/projects/discord-tickets/bot/es/ Translation: Discord Tickets/Bot
This commit is contained in:
parent
bfb533d07c
commit
0270402bd9
@ -9,7 +9,7 @@ commands:
|
|||||||
description: El miembro a añadir al ticket
|
description: El miembro a añadir al ticket
|
||||||
name: miembro
|
name: miembro
|
||||||
added: ➡️ {added} ha sido añadido por {by}.
|
added: ➡️ {added} ha sido añadido por {by}.
|
||||||
description: Añadir un miembro a un ticket
|
description: Añadir una persona a un ticket
|
||||||
name: añadir
|
name: añadir
|
||||||
not_staff:
|
not_staff:
|
||||||
description: Solo los miembros del staff pueden añadir miembros a los tickets
|
description: Solo los miembros del staff pueden añadir miembros a los tickets
|
||||||
@ -76,6 +76,10 @@ commands:
|
|||||||
description: Mover un ticket a otra categoría
|
description: Mover un ticket a otra categoría
|
||||||
name: mover
|
name: mover
|
||||||
moved: 🗃️ {by} ha movido este ticket de **{from}** a **{to}**.
|
moved: 🗃️ {by} ha movido este ticket de **{from}** a **{to}**.
|
||||||
|
options:
|
||||||
|
category:
|
||||||
|
name: categoría
|
||||||
|
description: La categoría a donde mover el ticket
|
||||||
claim:
|
claim:
|
||||||
description: Reclamar un ticket
|
description: Reclamar un ticket
|
||||||
name: reclamar
|
name: reclamar
|
||||||
@ -92,6 +96,9 @@ commands:
|
|||||||
reason:
|
reason:
|
||||||
description: El motivo para cerrar el ticket
|
description: El motivo para cerrar el ticket
|
||||||
name: motivo
|
name: motivo
|
||||||
|
new:
|
||||||
|
description: Crear un nuevo ticket
|
||||||
|
name: nuevo
|
||||||
message:
|
message:
|
||||||
create:
|
create:
|
||||||
name: Crear ticket desde mensaje
|
name: Crear ticket desde mensaje
|
||||||
@ -103,7 +110,7 @@ commands:
|
|||||||
title: ❌ Error
|
title: ❌ Error
|
||||||
not_ticket:
|
not_ticket:
|
||||||
description: Solo puedes anclar mensajes en tickets.
|
description: Solo puedes anclar mensajes en tickets.
|
||||||
title: ❌ Este no es un canal de tickets
|
title: ❌ Esto no es un canal de tickets
|
||||||
pinned:
|
pinned:
|
||||||
description: El mensaje ha sido fijado.
|
description: El mensaje ha sido fijado.
|
||||||
title: ✅ Mensaje fijado
|
title: ✅ Mensaje fijado
|
||||||
@ -134,3 +141,4 @@ buttons:
|
|||||||
text: Rechazar
|
text: Rechazar
|
||||||
unclaim:
|
unclaim:
|
||||||
emoji: ♻️
|
emoji: ♻️
|
||||||
|
text: Liberar
|
||||||
|
Loading…
Reference in New Issue
Block a user