forked from Kord-Extensions/kord-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/root' into k2
- Loading branch information
Showing
31 changed files
with
421 additions
and
226 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
extra-modules/extra-pluralkit/src/main/resources/translations/kordex/pluralkit_es.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
|
||
|
||
argument.api-url.name=api-url | ||
argument.toggle.description=Establezca si la integración de PK debe utilizarse en este servidor | ||
arguments.reset=restablecer | ||
command.pluralkit.name=pluralkit | ||
command.pluralkit.description=Gestionar y ver la configuración de integración de PluralKit para este servidor | ||
command.pluralkit.api-url.description=Establecer una URL de API personalizada, "reset" para restablecer | ||
command.pluralkit.api-url.response.reset=**URL de la API restablecida a la predeterminada:** `{0}` | ||
command.pluralkit.bot.description=Elija su instancia PluralKit personalizada, si tiene una | ||
command.pluralkit.bot.response.current=**Instancia PK actual:** {0} | ||
command.pluralkit.bot.response.updated=**Instancia PK actualizada:** {0} | ||
command.pluralkit.status.response.title=Configuración de la integración de PluralKit | ||
command.pluralkit.toggle-support.description=Desactivar o activar la integración de PluralKit según sea necesario | ||
command.pluralkit.toggle-support.response.current=**Activado:** {0} | ||
command.pluralkit.toggle-support.response.updated=**Toggle actualizado:** {0} | ||
command.pluralkit.toggle-support.name=toggle | ||
argument.api-url.description=Establezca una url para la API alternativa, o "reset" para utilizar la predeterminada | ||
argument.bot.name=bot | ||
argument.bot.description=Seleccione una instancia PK alternativa, si es necesario | ||
argument.toggle.name=activar | ||
command.pluralkit.api-url.name=api-url | ||
command.pluralkit.api-url.response.current=**URL actual de la API:** `{0}` | ||
command.pluralkit.bot.name=bot | ||
command.pluralkit.api-url.response.updated=**URL de la API actualizada: `{0}` | ||
command.pluralkit.status.name=estado | ||
command.pluralkit.status.description=Compruebe la configuración de la integración de PluralKit para este servidor | ||
command.pluralkit.status.response.description=**URL de la API:** '{0}'\n**Instancias PK:**{1}\n**Habilitado:**{2} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
org.gradle.parallel=true | ||
kotlin.incremental=true | ||
ksp.incremental=false | ||
projectVersion=1.8.0-SNAPSHOT | ||
projectVersion=1.8.1-SNAPSHOT | ||
#dokka will run out of memory with the default meta space | ||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m | ||
ksp.useKSP2=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.