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

New Crowdin updates #6

Merged
merged 8 commits into from
Dec 9, 2023
Merged
Show file tree
Hide file tree
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
30 changes: 30 additions & 0 deletions lang/es/strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"triggerListTitle": "Gatillos",
"triggerListEmpty": "Este servidor no ha configurado ningún gatillo.",
"triggerAdd": "Añadir gatillo",
"triggerRemove": "Eliminar gatillo",
"triggerAddTitle": "Añadir un gatillo",
"triggerRemoveTitle": "Eliminar un gatillo",
"triggerAddPromptLabel": "Gatillo a comprobar.",
"triggerAdded": "Se añadió `{trigger}` como un gatillo.",
"triggerInvalidCharacter": "¡Ups! No se pudo añadir el gatillo porque contiene un carácter ilegal. (`;`)",
"triggerRemoveEntry": "Eliminar esta entrada",
"triggerRemoveSelect": "Selecciona un gatillo que eliminar",
"triggerRemoved": "Se eliminó el gatillo `{trigger}`.",
"score": "Tienes {amount, plural, one {# pog} other {# pogs}} en este servidor.",
"guilds": "Servidores",
"uptime": "Tiempo de actividad",
"environment": "Entorno",
"environmentProduction": "Producción :globe_with_meridians:",
"environmentDevelopment": "Desarrollo :hammer_pick:",
"aboutTitle": "Acerca de Pogbot",
"about": "Pogbot es un bot de código abierto creado con el propósito de promover la competencia dentro de tu comunidad.",
"leaderboardTitle": "Leaderboard de {guild}",
"scoreEdited": "¡Listo! {user} ahora tiene {amount, plural, one {# pog} other {# pogs}}.",
"congratulations": "¡Enhorabuena! ¡Solo te tomó {time} para pogear!",
"commandError": "¡Ups! No se pudo ejecutar este comando debido a un error.\n`{error}`",
"noMembersError": "Parece que no hay miembros almacenados en este servidor. Inténtalo de nuevo más tarde.",
"tooLargeError": "¡Ese número es demasiado grande! Prueba con uno más pequeño.",
"leaderboardAndMore": "*Y {amount} más...*",
"version": "Versión"
}
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"generated": "2023-12-09T17:44:21.096Z",
"branch": "main",
"generated": "2023-12-09T17:45:32.350Z",
"branch": "l10n_main",
"version": "1.0.3",
"commit": "0c7e63e"
"commit": "6165bbb"
}