From c5607eada6f08e307ad037fdce1fa2c4ad6a5679 Mon Sep 17 00:00:00 2001 From: Funnym0th <52089905+funnym0th@users.noreply.github.com> Date: Fri, 3 Dec 2021 21:57:41 -0300 Subject: [PATCH] Add spanish translation for the Global Offset option. (#98) * Add new translations according to CLang_en latest commits * [PENDING] Add spanish translations for new stuff, according to latest "CLang_en" commits Not finished yet. * Update CLang_es.cs * Add some translations for CLang_es.cs * Fix one line XD * Add (not already translated lines) for CLang_es.cs * Update CLang_es.cs * more translated text im tired * Update CLang_es.cs * more translations pog * more more & more * i'm really tired and bored amogus * idk if you want to know why I make a lot of commits, is because I'm scared to lose progress on this * commiting before i forget to * Almost finished * ALMOST THERE * its almost done * last commit of the day * pog * Finish CLang_es.cs finally it's done * Last corrections (Missing accents and some other changes) * Add the missing translations for CLang_es.cs sorry about the missing stuff * Add P2 missing text sorry again I swear this is the last commit * Change P2 text to J2 so it makes more sense in spanish * Add spanish translation for Rolls per second new option * add IA translations * missing accents lol * very small fix * little fixes for a better quality * add a "-" symbol to Puchi-chara text * Add spanish translation for the Global Offset option. --- TJAPlayer3/I18N/CLang_es.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TJAPlayer3/I18N/CLang_es.cs b/TJAPlayer3/I18N/CLang_es.cs index 82c0f9b0f..eec3a88d1 100644 --- a/TJAPlayer3/I18N/CLang_es.cs +++ b/TJAPlayer3/I18N/CLang_es.cs @@ -43,6 +43,12 @@ string ILang.GetString(int idx) "Si se deja en 0, se desactiva.\n" + "Si se deja en 1 o más,\n el J2 se convierte en IA.\n" + "No se usa si Juego Automático J2\n se encuentra activado.", + [14] = "Compensación global de sonido", + [15] = "Cambia el retardo de la canción\npara todos los charts.\n" + + "Puedes elegir entre -99 a 99ms.\n" + + "Para disminuir el retraso de la entrada,\n disminuye este valor.\n\n" + + "Nota: Recarga las canciones para\n" + + " aplicar los cambios.", [16] = "Tipo de interfaz", [17] = "Puedes cambiar la interfaz de las canciones\n mostradas en la pantalla de selección.\n" + "0 : Regular (Diagonal de arriba hacia abajo)\n" +