diff --git a/src/main/resources/config.sk b/src/main/resources/config.sk index 9125aa033ec..8acd4d3f6b3 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..3a12e100ac3 --- /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 +