From 4c1f34d7ff68ec7568a4c79c3ac56126ff5f0e85 Mon Sep 17 00:00:00 2001 From: yzz17 Date: Wed, 5 Feb 2025 17:25:33 -0600 Subject: [PATCH 1/3] Add spanish.lang Proposal to officially add Spanish to the lang, attempt 3, It's my first pull request :S --- src/main/resources/config.sk | 2 +- src/main/resources/lang/spanish.lang | 220 +++++++++++++++++++++++++++ 2 files changed, 221 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/lang/spanish.lang diff --git a/src/main/resources/config.sk b/src/main/resources/config.sk index 5364643cfaf..7755a0f820f 100644 --- a/src/main/resources/config.sk +++ b/src/main/resources/config.sk @@ -31,7 +31,7 @@ # ==== General Options ==== language: english -# Which language to use. Currently English, German, Korean, French, Polish, Russian, Japanese, Simplified Chinese, Turkish and Dutch +# Which language to use. Currently English, German, Korean, French, Polish, Russian, Japanese, Simplified Chinese, Turkish, Dutch and Spanish # are included in the download, but custom languages can be created as well. Use the name in lowercase and no spaces as the value. # Please note that not everything can be translated yet, i.e. parts of Skript will still be english if you use another language. # If you want to translate Skript to your language please read the readme.txt located in the /lang/ folder in the jar diff --git a/src/main/resources/lang/spanish.lang b/src/main/resources/lang/spanish.lang new file mode 100644 index 00000000000..3fa24c4caac --- /dev/null +++ b/src/main/resources/lang/spanish.lang @@ -0,0 +1,220 @@ +# Default Spanish language file + +# Which version of Skript this language file was written for +version: 2.10.1 + +# What null (nothing) should show up as in a string/text +none: + +# -- Skript -- +skript: + copyright: ~ creado por & © Peter Güttinger aka Njol ~ + prefix: [Skript] + quotes error: Uso inválido de comillas ("). Si deseas usar comillas en "texto entre comillas", duplícalas: "". + brackets error: Cantidad o ubicación inválida de corchetes. Asegúrate de que cada corchete de apertura tenga un correspondiente corchete de cierre. + invalid reload: Skript solo puede ser recargado mediante el comando '/reload' de Bukkit o el comando '/skript reload' de Skript. + no scripts: No se encontraron scripts, quizás deberías escribir algunos ;) + no errors: Todos los scripts se cargaron sin errores. + scripts loaded: Cargados %s script¦¦s¦ con un total de %s estructura/s en %s + finished loading: Carga finalizada. + warning message: Parece que /reload u otro complemento recargaron Skript. Esto no es un comportamiento soportado y puede causar problemas. + restart message: Considera reiniciar el servidor en su lugar. + +# -- Skript command -- +skript command: + usage: Uso: + help: + description: Comando principal de Skript + help: Imprime este mensaje de ayuda. Usa '/skript reload/enable/disable/update' para obtener más información. + reload: + description: Reloads a specific script, all scripts, the config, or everything + all: Recarga la configuración, todas las configuraciones de alias y todos los scripts + config: Recarga la configuración principal + aliases: Recarga las configuraciones de alias (aliases-english.zip o archivo jar del plugin) + scripts: Recarga todos los scripts +