Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update es.json #354

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions locales/es.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"embeds": {
"openTicket": {
"title": "Abrir un tique",
"description": "Presiona el botón de abajo para abrir un tique",
"title": "Abrir un ticket",
"description": "Presiona el botón de abajo para abrir un ticket",
"footer": {
"text": "ticket.pm"
}
},
"ticketOpened": {
"title": "Tique CATEGORYNAME",
"title": "Ticket CATEGORYNAME",
"description": "Un miembro del equipo te responderá dentro de un momento",
"footer": {
"text": "ticket.pm"
}
},
"ticketClosed": {
"title": "Tique cerrado",
"description": "El tique fue cerrado por CLOSERNAME con la razón: `REASON`"
"title": "Ticket cerrado",
"description": "El ticket fue cerrado por CLOSERNAME con la razón: `REASON`"
},
"ticketClosedDM": {
"title": "Tique cerrado",
"description": "El tique n°TICKETCOUNT se cerró por CLOSERNAME con la siguiente razón: `REASON`\n\nAquí tienes la traducción: TRANSCRIPTURL",
"title": "Ticket cerrado",
"description": "El ticket n°TICKETCOUNT se cerró por CLOSERNAME con la siguiente razón: `REASON`\n\nAquí tienes la traducción: TRANSCRIPTURL",
"footer": {
"text": "ticket.pm"
}
}
},
"modals": {
"reasonTicketOpen": {
"title": "Abrir tique",
"title": "Abrir ticket",
"label": "Razón por que abres",
"placeholder": "Ingresa la razón"
},
"reasonTicketClose": {
"title": "Cerrar tique",
"title": "Cerrar ticket",
"label": "Razón del cierre",
"placeholder": "Ingresa la razón"
}
},
"buttons": {
"close": {
"label": "Cerrar tique",
"label": "Cerrar ticket",
"emoji": "🔒"
},
"claim": {
Expand All @@ -49,20 +49,20 @@
}
},
"invalidConfig": "Se detectó una configuración no válida, ¡pídale al operador del bot que la arregle!",
"ticketOpenedMessage": "¡Tique abierto! --> TICKETCHANNEL",
"ticketOnlyClaimableByStaff": "¡El tique solo puede ser reclamado por un miembro del equipo!",
"ticketAlreadyClaimed": "¡Ya se reclamó el tique!",
"ticketClaimedMessage": "> Tique reclamado por USER",
"ticketOnlyClosableByStaff": "¡El tique solo puede ser cerrado por un miembro del equipo!",
"ticketAlreadyClosed": "¡El tique ya estaba cerrado!",
"ticketOpenedMessage": "¡Ticket abierto! --> TICKETCHANNEL",
"ticketOnlyClaimableByStaff": "¡El ticket solo puede ser reclamado por un miembro del equipo!",
"ticketAlreadyClaimed": "¡Ya se reclamó el ticket!",
"ticketClaimedMessage": "> Ticket reclamado por USER",
"ticketOnlyClosableByStaff": "¡El ticket solo puede ser cerrado por un miembro del equipo!",
"ticketAlreadyClosed": "¡El ticket ya estaba cerrado!",
"ticketCreatingTranscript": "> Transcribiendo...",
"ticketTranscriptCreated": "> ¡Tique transcripto! TRANSCRIPTURL",
"ticketLimitReached": "Solo puedes tener TICKETLIMIT tiques abiertos al mismo tiempo!",
"ticketTranscriptCreated": "> ¡Ticket transcripto! TRANSCRIPTURL",
"ticketLimitReached": "Solo puedes tener TICKETLIMIT tickets abiertos al mismo tiempo!",

"other": {
"openTicketButtonMSG": "Abrir un tique",
"deleteTicketButtonMSG": "Eliminar tique",
"selectTicketTypePlaceholder": "Elegir el tipo de tique",
"openTicketButtonMSG": "Abrir un ticket",
"deleteTicketButtonMSG": "Eliminar ticket",
"selectTicketTypePlaceholder": "Elegir el tipo de ticket",
"claimedBy": "**Reclamado por**: USER",
"noReasonGiven": ":x: No se dio una razón",
"unavailable": "Unavailable"
Expand Down
Loading