From 0d0e6a897277b58d4074cb645b2f493436f94522 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:45:00 -0300 Subject: [PATCH 1/6] New translations strings.json (Spanish) --- lang/es/strings.json | 62 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 lang/es/strings.json diff --git a/lang/es/strings.json b/lang/es/strings.json new file mode 100644 index 0000000..0ef5061 --- /dev/null +++ b/lang/es/strings.json @@ -0,0 +1,62 @@ +{ + "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.", + "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.", + "about": { + "title": "About Pogbot", + "aboutPogbot": "Pogbot is an open source bot created with the purpose of promoting competition within your community.", + "guilds": "Guilds", + "uptime": "Uptime", + "version": "Version", + "environment": { + "title": "Environment", + "production": "Production :globe_with_meridians:", + "development": "Development :hammer_pick:" + } + }, + "scoreEdited": "¡Listo! {user} ahora tiene {amount, plural, one {# pog} other {# pogs}}.", + "congratulations": "¡Enhorabuena! ¡Solo te tomó {time} para pogear!", + "error": { + "title": "⚠ This is awkward.", + "execution": "Could not execute this command due to an error.\n### {name} \n{description} {environment, select, development {\n### Stacktrace\n```prolog\n{stack}```} other {}}", + "guildNotAllowed": "This guild is not allowed to use this feature.", + "numberTooLarge": "That number is way too large! Try with an smaller one.", + "noMembers": "Seems like there is no stored members for this guild. Try again later.", + "triggerIllegalCharacter": "Whoops! Could not add trigger because it contains an illegal character. (`;`)", + "differentUser": "This prompt is not yours!", + "timedOut": "Prompt timed out!" + }, + "leaderboard": { + "title": "Leaderboard", + "andMore": "*And {amount} more... 🤫*" + }, + "settings": { + "title": "Settings", + "triggers": { + "title": "Triggers", + "emptyList": "No triggers set!", + "added": "Added {trigger} as an trigger.", + "buttons": { + "add": "Add Trigger", + "remove": "Remove Trigger" + }, + "modal": { + "title": "Add Trigger", + "inputLabel": "String to check for" + } + }, + "emoji": { + "listening": "Listening Emoji", + "pog": "Pog Emoji", + "prompt": "React to this message with the emoji you want Pogbot to react with.", + "done": "Done! Pogbot will react with {type, select, custom {custom emoji {emoji}} other {emoji {emoji}}}" + } + } +} From ddfd7b810c966395b1e6f338c8d3df58d271fe28 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:45:01 -0300 Subject: [PATCH 2/6] New translations descriptions.json (Spanish) --- lang/es/descriptions.json | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 lang/es/descriptions.json diff --git a/lang/es/descriptions.json b/lang/es/descriptions.json new file mode 100644 index 0000000..ef9283e --- /dev/null +++ b/lang/es/descriptions.json @@ -0,0 +1,45 @@ +{ + "about": { + "description": "See information about Pogbot." + }, + "debug": { + "description": "Internal debugging tools for Pogbot.", + "dump": { + "description": "Dump player and guild information.", + "subcommands": { + "me": "Dump your own data.", + "guild": "Dump guild data." + } + }, + "subcommands": { + "forceerror": "Force an error to test error handling." + } + }, + "edit": { + "description": "Edit member scores.", + "options": { + "member": "Member to edit scores for.", + "amount": "Number of pogs to add or remove from the member." + } + }, + "leaderboard": { + "description": "See top scores for this guild." + }, + "score": { + "description": "See your score in this guild." + }, + "settings": { + "description": "View and modify guild settings.", + "emojis": { + "description": "Modify emoji reactions for this guild.", + "subcommands": { + "listening": "Modify the listening emoji.", + "pog": "Modify the pog emoji." + } + }, + "subcommands": { + "overview": "View guild settings.", + "triggers": "View and modify triggers for this guild." + } + } +} From 581117502a0960f862357bbee42e73817453a805 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:32:45 -0300 Subject: [PATCH 3/6] New translations strings.json (Spanish) --- lang/es/strings.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/es/strings.json b/lang/es/strings.json index 0ef5061..820e281 100644 --- a/lang/es/strings.json +++ b/lang/es/strings.json @@ -17,15 +17,15 @@ "version": "Version", "environment": { "title": "Environment", - "production": "Production :globe_with_meridians:", - "development": "Development :hammer_pick:" + "production": "Producción :globe_with_meridians:", + "development": "Desarrollo :hammer_pick:" } }, "scoreEdited": "¡Listo! {user} ahora tiene {amount, plural, one {# pog} other {# pogs}}.", "congratulations": "¡Enhorabuena! ¡Solo te tomó {time} para pogear!", "error": { - "title": "⚠ This is awkward.", - "execution": "Could not execute this command due to an error.\n### {name} \n{description} {environment, select, development {\n### Stacktrace\n```prolog\n{stack}```} other {}}", + "title": "⚠ Esto es incómodo.", + "execution": "No se pudo ejecutar este comando debido a un error. \n### {name} \n{description} {environment, select, development {\n### Trazado de pila\n```prolog\n{stack}```} other {}}", "guildNotAllowed": "This guild is not allowed to use this feature.", "numberTooLarge": "That number is way too large! Try with an smaller one.", "noMembers": "Seems like there is no stored members for this guild. Try again later.", @@ -35,14 +35,14 @@ }, "leaderboard": { "title": "Leaderboard", - "andMore": "*And {amount} more... 🤫*" + "andMore": "*Y {amount} más... 🤫*" }, "settings": { - "title": "Settings", + "title": "Configuración", "triggers": { - "title": "Triggers", - "emptyList": "No triggers set!", - "added": "Added {trigger} as an trigger.", + "title": "Gatillos", + "emptyList": "¡No hay ningún gatillo configurado!", + "added": "Se añadió {trigger} como un gatillo.", "buttons": { "add": "Add Trigger", "remove": "Remove Trigger" From 122d4d809d697c0de62ce45db122935d0ac3f583 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:39:38 -0300 Subject: [PATCH 4/6] New translations strings.json (Spanish) --- lang/es/strings.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/es/strings.json b/lang/es/strings.json index 820e281..40e3d01 100644 --- a/lang/es/strings.json +++ b/lang/es/strings.json @@ -26,7 +26,7 @@ "error": { "title": "⚠ Esto es incómodo.", "execution": "No se pudo ejecutar este comando debido a un error. \n### {name} \n{description} {environment, select, development {\n### Trazado de pila\n```prolog\n{stack}```} other {}}", - "guildNotAllowed": "This guild is not allowed to use this feature.", + "guildNotAllowed": "Este servidor no tiene permitido usar esta característica.", "numberTooLarge": "That number is way too large! Try with an smaller one.", "noMembers": "Seems like there is no stored members for this guild. Try again later.", "triggerIllegalCharacter": "Whoops! Could not add trigger because it contains an illegal character. (`;`)", @@ -44,19 +44,19 @@ "emptyList": "¡No hay ningún gatillo configurado!", "added": "Se añadió {trigger} como un gatillo.", "buttons": { - "add": "Add Trigger", - "remove": "Remove Trigger" + "add": "Añadir gatillo", + "remove": "Eliminar gatillo" }, "modal": { - "title": "Add Trigger", - "inputLabel": "String to check for" + "title": "Añadir Gatillo", + "inputLabel": "Cadena a buscar" } }, "emoji": { - "listening": "Listening Emoji", - "pog": "Pog Emoji", - "prompt": "React to this message with the emoji you want Pogbot to react with.", - "done": "Done! Pogbot will react with {type, select, custom {custom emoji {emoji}} other {emoji {emoji}}}" + "listening": "Emoji de Escucha", + "pog": "Emoji de Pog", + "prompt": "Reacciona a este mensaje con el emoji con el que quieres que Pogbot reaccione.", + "done": "¡Listo! Pogbot reaccionará con el {type, select, custom {emoji personalizado {emoji}} other {emoji {emoji}}}" } } } From 9c1d04596144e9b529c5f0e6cdab4fd2d612a90a Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:45:14 -0300 Subject: [PATCH 5/6] New translations strings.json (Spanish) --- lang/es/strings.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lang/es/strings.json b/lang/es/strings.json index 40e3d01..1db90a2 100644 --- a/lang/es/strings.json +++ b/lang/es/strings.json @@ -10,13 +10,13 @@ "triggerRemoved": "Se eliminó el gatillo `{trigger}`.", "score": "Tienes {amount, plural, one {# pog} other {# pogs}} en este servidor.", "about": { - "title": "About Pogbot", - "aboutPogbot": "Pogbot is an open source bot created with the purpose of promoting competition within your community.", - "guilds": "Guilds", - "uptime": "Uptime", - "version": "Version", + "title": "Acerca de Pogbot", + "aboutPogbot": "Pogbot es un bot de código abierto creado con el propósito de promover la competencia dentro de tu comunidad.", + "guilds": "Servidores", + "uptime": "Tiempo de actividad", + "version": "Versión", "environment": { - "title": "Environment", + "title": "Entorno", "production": "Producción :globe_with_meridians:", "development": "Desarrollo :hammer_pick:" } @@ -27,14 +27,14 @@ "title": "⚠ Esto es incómodo.", "execution": "No se pudo ejecutar este comando debido a un error. \n### {name} \n{description} {environment, select, development {\n### Trazado de pila\n```prolog\n{stack}```} other {}}", "guildNotAllowed": "Este servidor no tiene permitido usar esta característica.", - "numberTooLarge": "That number is way too large! Try with an smaller one.", - "noMembers": "Seems like there is no stored members for this guild. Try again later.", - "triggerIllegalCharacter": "Whoops! Could not add trigger because it contains an illegal character. (`;`)", - "differentUser": "This prompt is not yours!", - "timedOut": "Prompt timed out!" + "numberTooLarge": "¡Ese número es demasiado grande! Prueba con uno más pequeño.", + "noMembers": "Parece que no hay miembros almacenados en este servidor. Inténtalo de nuevo más tarde.", + "triggerIllegalCharacter": "¡Ups! No se pudo añadir el gatillo porque contiene un carácter ilegal. (`;`)", + "differentUser": "¡Esta interacción no es para ti!", + "timedOut": "¡Se ha agotado el tiempo!" }, "leaderboard": { - "title": "Leaderboard", + "title": "Tabla de posiciones", "andMore": "*Y {amount} más... 🤫*" }, "settings": { From e956d7f246c5d2ff6bdf5a4454f6609888e72813 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Thu, 18 Jan 2024 19:45:15 -0300 Subject: [PATCH 6/6] New translations descriptions.json (Spanish) --- lang/es/descriptions.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lang/es/descriptions.json b/lang/es/descriptions.json index ef9283e..1260149 100644 --- a/lang/es/descriptions.json +++ b/lang/es/descriptions.json @@ -1,45 +1,45 @@ { "about": { - "description": "See information about Pogbot." + "description": "Ver información sobre Pogbot." }, "debug": { - "description": "Internal debugging tools for Pogbot.", + "description": "Herramientas internas de depuración de Pogbot.", "dump": { - "description": "Dump player and guild information.", + "description": "Volcar la información del jugador y del servidor.", "subcommands": { - "me": "Dump your own data.", - "guild": "Dump guild data." + "me": "Volcar tus propios datos.", + "guild": "Volcar datos del servidor." } }, "subcommands": { - "forceerror": "Force an error to test error handling." + "forceerror": "Forzar un error para probar el manejo de errores." } }, "edit": { - "description": "Edit member scores.", + "description": "Editar puntajes de miembros.", "options": { - "member": "Member to edit scores for.", - "amount": "Number of pogs to add or remove from the member." + "member": "Miembro al que le editarás el puntaje.", + "amount": "Número de pogs a añadir o quitar del miembro." } }, "leaderboard": { - "description": "See top scores for this guild." + "description": "Ver la tabla de posiciones de este servidor." }, "score": { - "description": "See your score in this guild." + "description": "Ver tu puntaje en este servidor." }, "settings": { - "description": "View and modify guild settings.", + "description": "Ver y modificar la configuración del servidor.", "emojis": { - "description": "Modify emoji reactions for this guild.", + "description": "Modifica las reacciones de emoji para este servidor.", "subcommands": { - "listening": "Modify the listening emoji.", - "pog": "Modify the pog emoji." + "listening": "Modifica el emoji de escucha.", + "pog": "Modifica el emoji de pog." } }, "subcommands": { - "overview": "View guild settings.", - "triggers": "View and modify triggers for this guild." + "overview": "Ver configuración del servidor.", + "triggers": "Ver y modificar los gatillos de este servidor." } } }