diff --git a/game/src/definitions/other.rpy b/game/src/definitions/other.rpy index f6c5fcb..75bb256 100644 --- a/game/src/definitions/other.rpy +++ b/game/src/definitions/other.rpy @@ -9,24 +9,24 @@ define O = Character('Olivia', base, color="#73fdb1", who_outlines=[(gui.name_te define B = Character('Ben', base, color="#9aceff", who_outlines=[(gui.name_text_thickness, '#0b0d22')]) define Scal = Character ('Scaler', base, color="#ffd9a8", who_outlines=[(gui.name_text_thickness, '#200505')]) # Bright fuckin' yellow define Proc = Character ('Prockling', base, color="#ffeaf2", who_outlines=[(gui.name_text_thickness, '#4e024a')]) -define Coach = Character('Coach', base, color="#ffa494", who_outlines=[(gui.name_text_thickness, '#350404')]) +define Coach = Character(_('Coach'), base, color="#ffa494", who_outlines=[(gui.name_text_thickness, '#350404')]) define D = Character('Damien', base, color="#fdddd4", who_outlines=[(gui.name_text_thickness, '#2c0e03')]) # Some kinda pastel velvet? define L = Character('Liz', base, color="#faeeca", who_outlines=[(gui.name_text_thickness, '#032449')]) # Some kinda pastel velvet? define Iad = Character('Iadakan', base, color="#fff8e6", who_outlines=[(gui.name_text_thickness, '#272b09')]) define Mia = Character('Mia', base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#8a0e0e')]) define Lu = Character('Lunara', base, color="#effdff", who_outlines=[(gui.name_text_thickness, '#082b30')]) -define Fe = Character('Mr. Ferris', base, color="#b7abf8", who_outlines=[(gui.name_text_thickness, '#000000')]) +define Fe = Character(_('Mr. Ferris'), base, color="#b7abf8", who_outlines=[(gui.name_text_thickness, '#000000')]) define Ra = Character('Randy', base, color="#ec738d", who_outlines=[(gui.name_text_thickness, '#220a05')]) define Sp = Character('Sophia', base, color="#d3e6ff", who_outlines=[(gui.name_text_thickness, '#0b1431')]) define Vi = Character('Vinny', base, color="#fff3b0", who_outlines=[(gui.name_text_thickness, '#311c04')]) define So = Character('Solly', base, color="#ffd4cc", who_outlines=[(gui.name_text_thickness, '#350404')]) -define Grill = Character('Grill', base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) -define Everyone = Character('Everyone', base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) # Grey -define Teacher = Character('Teacher', base, color="#fff8e6", who_outlines=[(gui.name_text_thickness, '#272b09')]) # Grey +define Grill = Character(_('Grill'), base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) +define Everyone = Character(_('Everyone'), base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) # Grey +define Teacher = Character(_('Teacher'), base, color="#fff8e6", who_outlines=[(gui.name_text_thickness, '#272b09')]) # Grey -define Phone = Character('Phone', base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) -define InDa = Character('Damien & Inco', base, color = "#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) +define Phone = Character(_('Phone'), base, color="#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) +define InDa = Character(_('Damien & Inco'), base, color = "#ffffff", who_outlines=[(gui.name_text_thickness, '#000000')]) diff --git a/game/tl/es/common.rpy b/game/tl/es/common.rpy index b726134..28bfd79 100644 --- a/game/tl/es/common.rpy +++ b/game/tl/es/common.rpy @@ -1,619 +1,1233 @@ -# TODO: Translation updated at 2023-05-16 12:59 - + translate es strings: - # renpy/common/00accessibility.rpy:28 + # 00action_file.rpy:26 + old "{#weekday}Monday" + new "Lunes" + + # 00action_file.rpy:26 + old "{#weekday}Tuesday" + new "Martes" + + # 00action_file.rpy:26 + old "{#weekday}Wednesday" + new "Miércoles" + + # 00action_file.rpy:26 + old "{#weekday}Thursday" + new "Jueves" + + # 00action_file.rpy:26 + old "{#weekday}Friday" + new "Viernes" + + # 00action_file.rpy:26 + old "{#weekday}Saturday" + new "Sábado" + + # 00action_file.rpy:26 + old "{#weekday}Sunday" + new "Domingo" + + # 00action_file.rpy:37 + old "{#weekday_short}Mon" + new "Lun." + + # 00action_file.rpy:37 + old "{#weekday_short}Tue" + new "Mar." + + # 00action_file.rpy:37 + old "{#weekday_short}Wed" + new "Mié." + + # 00action_file.rpy:37 + old "{#weekday_short}Thu" + new "Jue." + + # 00action_file.rpy:37 + old "{#weekday_short}Fri" + new "Vie." + + # 00action_file.rpy:37 + old "{#weekday_short}Sat" + new "Sab." + + # 00action_file.rpy:37 + old "{#weekday_short}Sun" + new "Dom." + + # 00action_file.rpy:47 + old "{#month}January" + new "Enero" + + # 00action_file.rpy:47 + old "{#month}February" + new "Febrero" + + # 00action_file.rpy:47 + old "{#month}March" + new "Marzo" + + # 00action_file.rpy:47 + old "{#month}April" + new "Abril" + + # 00action_file.rpy:47 + old "{#month}May" + new "Mayo" + + # 00action_file.rpy:47 + old "{#month}June" + new "Junio" + + # 00action_file.rpy:47 + old "{#month}July" + new "Julio" + + # 00action_file.rpy:47 + old "{#month}August" + new "Agosto" + + # 00action_file.rpy:47 + old "{#month}September" + new "Septiembre" + + # 00action_file.rpy:47 + old "{#month}October" + new "Octubre" + + # 00action_file.rpy:47 + old "{#month}November" + new "Noviembre" + + # 00action_file.rpy:47 + old "{#month}December" + new "Diciembre" + + # 00action_file.rpy:63 + old "{#month_short}Jan" + new "Ene." + + # 00action_file.rpy:63 + old "{#month_short}Feb" + new "Feb." + + # 00action_file.rpy:63 + old "{#month_short}Mar" + new "Mar." + + # 00action_file.rpy:63 + old "{#month_short}Apr" + new "Abr." + + # 00action_file.rpy:63 + old "{#month_short}May" + new "May." + + # 00action_file.rpy:63 + old "{#month_short}Jun" + new "Jun." + + # 00action_file.rpy:63 + old "{#month_short}Jul" + new "Jul." + + # 00action_file.rpy:63 + old "{#month_short}Aug" + new "Ago." + + # 00action_file.rpy:63 + old "{#month_short}Sep" + new "Sep." + + # 00action_file.rpy:63 + old "{#month_short}Oct" + new "Oct." + + # 00action_file.rpy:63 + old "{#month_short}Nov" + new "Nov." + + # 00action_file.rpy:63 + old "{#month_short}Dec" + new "Dic." + + # 00action_file.rpy:240 + old "%b %d, %H:%M" + new "%d de %b, %H:%M" + + # 00action_file.rpy:353 + old "Save slot %s: [text]" + new "Guardar ranura %s: [text]" + + # 00action_file.rpy:434 + old "Load slot %s: [text]" + new "Cargar ranura %s: [text]" + + # 00action_file.rpy:487 + old "Delete slot [text]" + new "Borrar partida [text]" + + # 00action_file.rpy:569 + old "File page auto" + new "Página guardado automático" + + # 00action_file.rpy:571 + old "File page quick" + new "Página guardado rápido" + + # 00action_file.rpy:573 + old "File page [text]" + new "Página grabación [text]" + + # 00action_file.rpy:772 + old "Next file page." + new "Página siguiente." + + # 00action_file.rpy:845 + old "Previous file page." + new "Página anterior." + + # 00action_file.rpy:906 + old "Quick save complete." + new "Grabar rápido completo." + + # 00action_file.rpy:924 + old "Quick save." + new "Guardado rápido." + + # 00action_file.rpy:943 + old "Quick load." + new "Carga rápida." + + # 00action_other.rpy:355 + old "Language [text]" + new "Idioma [text]" + + # 00director.rpy:708 + old "The interactive director is not enabled here." + new "El director interactivo no está habilitado aquí." + + # 00director.rpy:1481 + old "⬆" + new "⬆" + + # 00director.rpy:1487 + old "⬇" + new "⬇" + + # 00director.rpy:1551 + old "Done" + new "Hecho" + + # 00director.rpy:1561 + old "(statement)" + new "(sentencia)" + + # 00director.rpy:1562 + old "(tag)" + new "(etiqueta)" + + # 00director.rpy:1563 + old "(attributes)" + new "(atributos)" + + # 00director.rpy:1564 + old "(transform)" + new "(transformación)" + + # 00director.rpy:1589 + old "(transition)" + new "(transición)" + + # 00director.rpy:1601 + old "(channel)" + new "(canal)" + + # 00director.rpy:1602 + old "(filename)" + new "(archivo)" + + # 00director.rpy:1631 + old "Change" + new "Cambiar" + + # 00director.rpy:1633 + old "Add" + new "Añadir" + + # 00director.rpy:1636 + old "Cancel" + new "Cancelar" + + # 00director.rpy:1639 + old "Remove" + new "Eliminar" + + # 00director.rpy:1674 + old "Statement:" + new "Sentencia:" + + # 00director.rpy:1695 + old "Tag:" + new "Etiqueta:" + + # 00director.rpy:1711 + old "Attributes:" + new "Atributos:" + + # 00director.rpy:1729 + old "Transforms:" + new "Transformaciones:" + + # 00director.rpy:1748 + old "Behind:" + new "Detrás:" + + # 00director.rpy:1767 + old "Transition:" + new "Transición:" + + # 00director.rpy:1785 + old "Channel:" + new "Canal:" + + # 00director.rpy:1803 + old "Audio Filename:" + new "Archivo de audio:" + + # 00gui.rpy:370 + old "Are you sure?" + new "¿Seguro?" + + # 00gui.rpy:371 + old "Are you sure you want to delete this save?" + new "¿Seguro que quieres borrar esta partida?" + + # 00gui.rpy:372 + old "Are you sure you want to overwrite your save?" + new "¿Seguro que quieres sobreescribir esta partida?" + + # 00gui.rpy:373 + old "Loading will lose unsaved progress.\nAre you sure you want to do this?" + new "Al cargar se perderá el progreso no guardado.\n¿Seguro que quieres hacer esto?" + + # 00gui.rpy:374 + old "Are you sure you want to quit?" + new "¿Seguro que quieres salir?" + + # 00gui.rpy:375 + old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." + new "¿Seguro que quieres volver al menú principal?\nSe perderá el progreso no guardado." + + # 00gui.rpy:376 + old "Are you sure you want to end the replay?" + new "¿Seguro que quieres finalizar la repetición?" + + # 00gui.rpy:377 + old "Are you sure you want to begin skipping?" + new "¿Seguro que quieres empezar el modo salto?" + + # 00gui.rpy:378 + old "Are you sure you want to skip to the next choice?" + new "¿Seguro que quieres saltar hasta la próxima elección?" + + # 00gui.rpy:379 + old "Are you sure you want to skip unseen dialogue to the next choice?" + new "¿Seguro que quieres saltar el texto no visto hasta la próxima elección?" + + # 00keymap.rpy:258 + old "Failed to save screenshot as %s." + new "No se pudo guardar la captura de pantalla como %s." + + # 00keymap.rpy:270 + old "Saved screenshot as %s." + new "Captura de pantalla guardada como %s." + + # 00library.rpy:146 old "Self-voicing disabled." - new "Self-voicing disabled." + new "Voz automática desactivada." - # renpy/common/00accessibility.rpy:29 + # 00library.rpy:147 old "Clipboard voicing enabled. " - new "Clipboard voicing enabled. " + new "'Portapapeles a voz' activado. " - # renpy/common/00accessibility.rpy:30 + # 00library.rpy:148 old "Self-voicing enabled. " - new "Self-voicing enabled. " + new "Voz automática activada. " - # renpy/common/00accessibility.rpy:32 + # 00library.rpy:150 old "bar" new "bar" - # renpy/common/00accessibility.rpy:33 + # 00library.rpy:151 old "selected" - new "selected" + new "seleccionado" - # renpy/common/00accessibility.rpy:34 + # 00library.rpy:152 old "viewport" new "viewport" - # renpy/common/00accessibility.rpy:35 + # 00library.rpy:153 old "horizontal scroll" - new "horizontal scroll" + new "deslizamiento horizontal" - # renpy/common/00accessibility.rpy:36 + # 00library.rpy:154 old "vertical scroll" - new "vertical scroll" + new "deslizamiento vertical" - # renpy/common/00accessibility.rpy:37 + # 00library.rpy:155 old "activate" - new "activate" + new "activar" - # renpy/common/00accessibility.rpy:38 + # 00library.rpy:156 old "deactivate" - new "deactivate" + new "desactivar" - # renpy/common/00accessibility.rpy:39 + # 00library.rpy:157 old "increase" - new "increase" + new "aumentar" - # renpy/common/00accessibility.rpy:40 + # 00library.rpy:158 old "decrease" - new "decrease" + new "disminuir" - # renpy/common/00accessibility.rpy:138 + # 00library.rpy:193 + old "Skip Mode" + new "Modo salto" + + # 00library.rpy:279 + old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." + new "Este programa contiene {i}software{/i} libre sujeto a diversas licencias que incluyen la licencia MIT y la {i}GNU Lesser General Public License{/i} (Licencia Pública General Reducida de GNU). Puedes encontrar la lista completa {i}de software{/i}, con enlaces al código fuente completo, {a=https://www.renpy.org/l/license}aquí (en inglés){/a}." + + # 00preferences.rpy:207 + old "display" + new "pantalla" + + # 00preferences.rpy:219 + old "transitions" + new "transiciones" + + # 00preferences.rpy:228 + old "skip transitions" + new "saltar transiciones" + + # 00preferences.rpy:230 + old "video sprites" + new "sprites de vídeo" + + # 00preferences.rpy:239 + old "show empty window" + new "muestra ventana vacía" + + # 00preferences.rpy:248 + old "text speed" + new "velocidad de texto" + + # 00preferences.rpy:256 + old "joystick" + new "joystick" + + # 00preferences.rpy:256 + old "joystick..." + new "joystick..." + + # 00preferences.rpy:263 + old "skip" + new "saltar" + + # 00preferences.rpy:266 + old "skip unseen [text]" + new "saltar no visto [text]" + + # 00preferences.rpy:271 + old "skip unseen text" + new "saltar texto no visto" + + # 00preferences.rpy:273 + old "begin skipping" + new "comienzar salto" + + # 00preferences.rpy:277 + old "after choices" + new "tras elecciones" + + # 00preferences.rpy:284 + old "skip after choices" + new "saltar tras elecciones" + + # 00preferences.rpy:286 + old "auto-forward time" + new "tiempo autoavance" + + # 00preferences.rpy:300 + old "auto-forward" + new "autoavance" + + # 00preferences.rpy:307 + old "Auto forward" + new "Autoavance" + + # 00preferences.rpy:310 + old "auto-forward after click" + new "autoavanzar después del clic" + + # 00preferences.rpy:319 + old "automatic move" + new "movimiento automático" + + # 00preferences.rpy:328 + old "wait for voice" + new "espera la voz" + + # 00preferences.rpy:337 + old "voice sustain" + new "mantener voz" + + # 00preferences.rpy:346 + old "self voicing" + new "auto voz" + + # 00preferences.rpy:355 + old "clipboard voicing" + new "voz en clipboard" + + # 00preferences.rpy:364 + old "debug voicing" + new "depurar voz" + + # 00preferences.rpy:373 + old "emphasize audio" + new "enfatizar audio" + + # 00preferences.rpy:382 + old "rollback side" + new "lado de retroceso" + + # 00preferences.rpy:392 + old "gl powersave" + new "gl ahorro de energía" + + # 00preferences.rpy:398 + old "gl framerate" + new "gl cuadros por s." + + # 00preferences.rpy:401 + old "gl tearing" + new "gl tearing" + + # 00preferences.rpy:413 + old "music volume" + new "volumen música" + + # 00preferences.rpy:414 + old "sound volume" + new "volumen sonido" + + # 00preferences.rpy:415 + old "voice volume" + new "volumen voz" + + # 00preferences.rpy:416 + old "mute music" + new "silenciar música" + + # 00preferences.rpy:417 + old "mute sound" + new "silenciar sonido" + + # 00preferences.rpy:418 + old "mute voice" + new "silenciar voz" + + # 00preferences.rpy:419 + old "mute all" + new "silenciar todo" + + # 00preferences.rpy:500 + old "Clipboard voicing enabled. Press 'shift+C' to disable." + new "'Portapapeles a voz' activado. Pulsa 'Mayús.+C' para desactivarlo." + + # 00preferences.rpy:502 + old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." + new "Voz automática dirà \"[renpy.display.tts.last]\". Pulsa 'alt+shift+V' para desactivar." + + # 00preferences.rpy:504 + old "Self-voicing enabled. Press 'v' to disable." + new "Voz automática activada. Presiona 'v' para desactivarla." + + # _compat\gamemenu.rpym:198 + old "Empty Slot." + new "Vacío." + + # _compat\gamemenu.rpym:355 + old "Previous" + new "Anterior" + + # _compat\gamemenu.rpym:362 + old "Next" + new "Siguiente" + + # _compat\preferences.rpym:428 + old "Joystick Mapping" + new "Mapeado del mando" + + # _developer\developer.rpym:38 + old "Developer Menu" + new "Menú de desarrollo" + + # _developer\developer.rpym:43 + old "Interactive Director (D)" + new "Director interactivo (D)" + + # _developer\developer.rpym:45 + old "Reload Game (Shift+R)" + new "Reiniciar juego (Shift+R)" + + # _developer\developer.rpym:47 + old "Console (Shift+O)" + new "Consola (Mayús.+O)" + + # _developer\developer.rpym:49 + old "Variable Viewer" + new "Visor de variables" + + # _developer\developer.rpym:51 + old "Image Location Picker" + new "Selector de posición en imágenes" + + # _developer\developer.rpym:53 + old "Filename List" + new "Lista de archivos" + + # _developer\developer.rpym:57 + old "Show Image Load Log (F4)" + new "Mostrar registro de carga de imagen (F4)" + + # _developer\developer.rpym:60 + old "Hide Image Load Log (F4)" + new "Ocultar registro de carga de imagen (F4)" + + # _developer\developer.rpym:63 + old "Image Attributes" + new "Image Attributes" + + # _developer\developer.rpym:90 + old "[name] [attributes] (hidden)" + new "[name] [attributes] (hidden)" + + # _developer\developer.rpym:94 + old "[name] [attributes]" + new "[name] [attributes]" + + # _developer\developer.rpym:143 + old "Nothing to inspect." + new "Nada para inspeccionar." + + # _developer\developer.rpym:154 + old "Hide deleted" + new "Hide deleted" + + # _developer\developer.rpym:154 + old "Show deleted" + new "Show deleted" + + # _developer\developer.rpym:278 + old "Return to the developer menu" + new "Volver al menú de desarrollo" + + # _developer\developer.rpym:438 + old "Rectangle: %r" + new "Rectángulo: %r" + + # _developer\developer.rpym:443 + old "Mouse position: %r" + new "Posición del ratón: %r" + + # _developer\developer.rpym:448 + old "Right-click or escape to quit." + new "Clic-derecho o escape para salir." + + # _developer\developer.rpym:480 + old "Rectangle copied to clipboard." + new "Rectángulo copiado al portapapeles." + + # _developer\developer.rpym:483 + old "Position copied to clipboard." + new "Posición copiada al portapapeles." + + # _developer\developer.rpym:502 + old "Type to filter: " + new "Tipo a filtrar: " + + # _developer\developer.rpym:630 + old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" + new "Texturas: [tex_count] ([tex_size_mb:.1f] MB)" + + # _developer\developer.rpym:634 + old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + new "Caché de imagen: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" + + # _developer\developer.rpym:644 + old "✔ " + new "✔ " + + # _developer\developer.rpym:647 + old "✘ " + new "✘ " + + # _developer\developer.rpym:652 + old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" + new "\n{color=#cfc}✔ imagen prevista (correcto){/color}\n{color=#fcc}✘ imagen no prevista (fallido){/color}\n{color=#fff}Arrastra para mover.{/color}" + + # _developer\inspector.rpym:38 + old "Displayable Inspector" + new "Inspector de visualizables" + + # _developer\inspector.rpym:61 + old "Size" + new "Tamaño" + + # _developer\inspector.rpym:65 + old "Style" + new "Estilo" + + # _developer\inspector.rpym:71 + old "Location" + new "Ubicación" + + # _developer\inspector.rpym:122 + old "Inspecting Styles of [displayable_name!q]" + new "Inspeccionando estilos de [displayable_name!q]" + + # _developer\inspector.rpym:139 + old "displayable:" + new "visualizable:" + + # _developer\inspector.rpym:145 + old " (no properties affect the displayable)" + new " (no hay propiedades que afecten la visualización)" + + # _developer\inspector.rpym:147 + old " (default properties omitted)" + new " (propiedades por defecto omitidas)" + + # _developer\inspector.rpym:185 + old "" + new "" + + # _layout\classic_load_save.rpym:170 + old "a" + new "a" + + # _layout\classic_load_save.rpym:179 + old "q" + new "r" + + # 00iap.rpy:217 + old "Contacting App Store\nPlease Wait..." + new "Contactando App Store\nPor favor, espera..." + + # 00updater.rpy:375 + old "The Ren'Py Updater is not supported on mobile devices." + new "El Actualizador de Ren'Py no es compatible con dispositivos móviles." + + # 00updater.rpy:494 + old "An error is being simulated." + new "Se simula un error." + + # 00updater.rpy:678 + old "Either this project does not support updating, or the update status file was deleted." + new "O bien este proyecto no es compatible con la actualización o el archivo de estado de la actualización se ha eliminado." + + # 00updater.rpy:692 + old "This account does not have permission to perform an update." + new "Esta cuenta no tiene permiso para realizar una actualización." + + # 00updater.rpy:695 + old "This account does not have permission to write the update log." + new "Esta cuenta no tiene permiso para escribir en el registro de actualización." + + # 00updater.rpy:722 + old "Could not verify update signature." + new "No se pudo verificar la actualización de firmas." + + # 00updater.rpy:997 + old "The update file was not downloaded." + new "El archivo de actualización no se ha descargado." + + # 00updater.rpy:1015 + old "The update file does not have the correct digest - it may have been corrupted." + new "El archivo de actualización no tiene el 'digest' correcto - es posible que esté dañado." + + # 00updater.rpy:1071 + old "While unpacking {}, unknown type {}." + new "Tipo desconocido {1} al desempaquetar {0}." + + # 00updater.rpy:1439 + old "Updater" + new "Actualizador" + + # 00updater.rpy:1446 + old "An error has occured:" + new "Ha sucedido un error:" + + # 00updater.rpy:1448 + old "Checking for updates." + new "Buscando actualizaciones." + + # 00updater.rpy:1450 + old "This program is up to date." + new "Este programa está actualizado." + + # 00updater.rpy:1452 + old "[u.version] is available. Do you want to install it?" + new "[u.version] está disponible. ¿Quieres instalarla?" + + # 00updater.rpy:1454 + old "Preparing to download the updates." + new "Preparando para descargar la actualización." + + # 00updater.rpy:1456 + old "Downloading the updates." + new "Descargando la actualización." + + # 00updater.rpy:1458 + old "Unpacking the updates." + new "Desempaquetando la actualización." + + # 00updater.rpy:1460 + old "Finishing up." + new "Finalizando." + + # 00updater.rpy:1462 + old "The updates have been installed. The program will restart." + new "La actualización ha sido instalada. El programa se reiniciará." + + # 00updater.rpy:1464 + old "The updates have been installed." + new "La actualización ha sido instalada." + + # 00updater.rpy:1466 + old "The updates were cancelled." + new "La actualización ha sido cancelada." + + # 00updater.rpy:1481 + old "Proceed" + new "Continuar" + + # 00gallery.rpy:585 + old "Image [index] of [count] locked." + new "Imagen [index] de [count] bloqueada." + + # 00gallery.rpy:605 + old "prev" + new "ant." + + # 00gallery.rpy:606 + old "next" + new "sig." + + # 00gallery.rpy:607 + old "slideshow" + new "presentación" + + # 00gallery.rpy:608 + old "return" + new "volver" + + # 00gltest.rpy:70 + old "Renderer" + new "Renderizador" + + # 00gltest.rpy:74 + old "Automatically Choose" + new "Escoger automáticamente" + + # 00gltest.rpy:79 + old "Force Angle/DirectX Renderer" + new "Forzar 'Angle/DirectX Renderer'" + + # 00gltest.rpy:83 + old "Force OpenGL Renderer" + new "Forzar renderizador OpenGL" + + # 00gltest.rpy:87 + old "Force Software Renderer" + new "Forzar renderizado por software" + + # 00gltest.rpy:93 + old "NPOT" + new "NPOT" + + # 00gltest.rpy:97 + old "Enable" + new "Activar" + + # 00gltest.rpy:101 + old "Disable" + new "Desactivar" + + # 00gltest.rpy:131 + old "Powersave" + new "Ahorro de energía" + + # 00gltest.rpy:145 + old "Framerate" + new "Cuadros por s." + + # 00gltest.rpy:149 + old "Screen" + new "Pantalla" + + # 00gltest.rpy:153 + old "60" + new "60" + + # 00gltest.rpy:157 + old "30" + new "30" + + # 00gltest.rpy:163 + old "Tearing" + new "Tearing" + + # 00gltest.rpy:179 + old "Changes will take effect the next time this program is run." + new "Los cambios se aplicarán la próxima vez que el programa se ejecute." + + # 00gltest.rpy:213 + old "Performance Warning" + new "Aviso de funcionamiento" + + # 00gltest.rpy:218 + old "This computer is using software rendering." + new "Este ordenador usa 'software rendering'." + + # 00gltest.rpy:220 + old "This computer is not using shaders." + new "Este ordenador no usa 'shaders'." + + # 00gltest.rpy:222 + old "This computer is displaying graphics slowly." + new "Este ordenador muestra los gráficos lentamente." + + # 00gltest.rpy:224 + old "This computer has a problem displaying graphics: [problem]." + new "Este ordenador tiene un problema mostrando los gráficos: [problem]." + + # 00gltest.rpy:229 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display. Updating DirectX could fix this problem." + new "Los controladores gráficos pueden estar obsoletos o no funcionar adecuadamente. Esto puede conllevar que los gráficos se muestren lenta o incorrectamente. Actualizar DirectX puede solucionar este problema." + + # 00gltest.rpy:231 + old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." + new "Los controladores gráficos pueden estar obsoletos o no funcionar adecuadamente. Esto puede conllevar que los gráficos se muestren lenta o incorrectamente." + + # 00gltest.rpy:236 + old "Update DirectX" + new "Actualizar DirectX" + + # 00gltest.rpy:242 + old "Continue, Show this warning again" + new "Continuar. Mostrar este aviso de nuevo" + + # 00gltest.rpy:246 + old "Continue, Don't show warning again" + new "Continuar. No mostrar este aviso de nuevo" + + # 00gltest.rpy:264 + old "Updating DirectX." + new "Actualizando DirectX." + + # 00gltest.rpy:268 + old "DirectX web setup has been started. It may start minimized in the taskbar. Please follow the prompts to install DirectX." + new "La instalación web de DirectX ha comenzado. Puede haber iniciado minimizada en la barra de tareas. Siga las instrucciones para instalar DirectX." + + # 00gltest.rpy:272 + old "{b}Note:{/b} Microsoft's DirectX web setup program will, by default, install the Bing toolbar. If you do not want this toolbar, uncheck the appropriate box." + new "{b}Nota:{/b} El programa de instalación de DirectX de Microsoft instalará, por defecto, la barra Bing. Si no desea esta barra, desactive la casilla correspondiente." + + # 00gltest.rpy:276 + old "When setup finishes, please click below to restart this program." + new "Cuando la instalación acabe, haga clic abajo para reiniciar el programa." + + # 00gltest.rpy:278 + old "Restart" + new "Reiniciar" + + # 00gamepad.rpy:32 + old "Select Gamepad to Calibrate" + new "Selecciona mando para calibrar" + + # 00gamepad.rpy:35 + old "No Gamepads Available" + new "No hay mandos disponibles" + + # 00gamepad.rpy:54 + old "Calibrating [name] ([i]/[total])" + new "Calibrando [name] ([i]/[total])" + + # 00gamepad.rpy:58 + old "Press or move the [control!s] [kind]." + new "Pulsa o mueve: [control!s] [kind]." + + # 00gamepad.rpy:66 + old "Skip (A)" + new "Salto (A)" + + # 00gamepad.rpy:69 + old "Back (B)" + new "Atrás (B)" + + # _errorhandling.rpym:531 + old "Open" + new "Abrir" + + # _errorhandling.rpym:533 + old "Opens the traceback.txt file in a text editor." + new "Abre el archivo de rastreo 'traceback.txt' en un editor de texto." + + # _errorhandling.rpym:535 + old "Copy" + new "Copiar" + + # _errorhandling.rpym:537 + old "Copies the traceback.txt file to the clipboard." + new "Copiar el archivo traceback.txt al portapapeles." + + # _errorhandling.rpym:564 + old "An exception has occurred." + new "Ha sucedido una excepción." + + # _errorhandling.rpym:584 + old "Rollback" + new "Volver atrás" + + # _errorhandling.rpym:586 + old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." + new "Intenta volver a un momento anterior y permite guardar o escoger una opción diferente." + + # _errorhandling.rpym:589 + old "Ignore" + new "Ignorar" + + # _errorhandling.rpym:593 + old "Ignores the exception, allowing you to continue." + new "Ignora la excepción y permite continuar." + + # _errorhandling.rpym:595 + old "Ignores the exception, allowing you to continue. This often leads to additional errors." + new "Ignora la excepción y permite continuar. Suele conllevar más errores." + + # _errorhandling.rpym:599 + old "Reload" + new "Recargar" + + # _errorhandling.rpym:601 + old "Reloads the game from disk, saving and restoring game state if possible." + new "Recarga el juego del disco, guardando y restaurando la partida si es posible." + + # _errorhandling.rpym:604 + old "Console" + new "Consola" + + # _errorhandling.rpym:606 + old "Opens a console to allow debugging the problem." + new "Abre una consola y permite depurar el problema." + + # _errorhandling.rpym:616 + old "Quits the game." + new "Sale del juego." + + # _errorhandling.rpym:640 + old "Parsing the script failed." + new "Error en el análisis del código." + + # _errorhandling.rpym:666 + old "Opens the errors.txt file in a text editor." + new "Abre el archivo de errores, 'errors.txt', en un editor de texto." + + # _errorhandling.rpym:670 + old "Copies the errors.txt file to the clipboard." + new "Copia el archivo errors.txt al portapapeles." + +translate es strings: + + # _errorhandling.rpym:540 + old "Copy BBCode" + new "Copiar BBCode" + + # _errorhandling.rpym:542 + old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "Copia el archivo traceback.txt en el portapapeles como BBcode para foros como https://lemmasoft.renai.us/." + + # _errorhandling.rpym:544 + old "Copy Markdown" + new "Copiar Markdown" + + # _errorhandling.rpym:546 + old "Copies the traceback.txt file to the clipboard as Markdown for Discord." + new "Copia el archivo traceback.txt al portapapeles como Markdown para Discord." + + # _errorhandling.rpym:681 + old "Copies the errors.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." + new "Copia el archivo errors.txt en el portapapeles como BBcode para foros como https://lemmasoft.renai.us/." + + # _errorhandling.rpym:685 + old "Copies the errors.txt file to the clipboard as Markdown for Discord." + new "Copia el archivo errors.txt al portapapeles como Markdown para Discord." + +translate es strings: + + # 00accessibility.rpy:76 old "Font Override" - new "Font Override" + new "Sobreescribir fuente" - # renpy/common/00accessibility.rpy:142 + # 00accessibility.rpy:80 old "Default" - new "Default" + new "Por defecto" - # renpy/common/00accessibility.rpy:146 + # 00accessibility.rpy:84 old "DejaVu Sans" new "DejaVu Sans" - # renpy/common/00accessibility.rpy:150 + # 00accessibility.rpy:88 old "Opendyslexic" new "Opendyslexic" - # renpy/common/00accessibility.rpy:156 + # 00accessibility.rpy:94 old "Text Size Scaling" - new "Text Size Scaling" + new "Escala del tamaño del texto" - # renpy/common/00accessibility.rpy:168 + # 00accessibility.rpy:100 + old "Reset" + new "Reiniciar" + + # 00accessibility.rpy:105 old "Line Spacing Scaling" - new "Line Spacing Scaling" + new "Escala del espacio de línea" + + # 00accessibility.rpy:117 + old "Self-Voicing" + new "Voz automática" + + # 00accessibility.rpy:121 + old "Off" + new "Apagado" + + # 00accessibility.rpy:125 + old "Text-to-speech" + new "Texto a voz" + + # 00accessibility.rpy:129 + old "Clipboard" + new "Portapapeles" + + # 00accessibility.rpy:133 + old "Debug" + new "Depurar" + + # 00preferences.rpy:430 + old "font transform" + new "transformación de fuente" + + # 00preferences.rpy:433 + old "font size" + new "tamaño de fuente" + + # 00preferences.rpy:441 + old "font line spacing" + new "fuente de espacio de líneas" + + # renpy/common/00accessibility.rpy:146 + old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + new "Las opciones en este menú están destinadas a mejorar la accesibilidad. Es posible que no funcionen con todos los juegos, y algunas combinaciones de opciones pueden hacer que el juego no se pueda jugar. Esto no es un problema con el juego o el motor. Para obtener los mejores resultados al cambiar las fuentes, intente mantener el tamaño del texto igual al original." # renpy/common/00accessibility.rpy:180 old "High Contrast Text" - new "High Contrast Text" - - # renpy/common/00accessibility.rpy:182 - old "Enable" - new "Enable" - - # renpy/common/00accessibility.rpy:193 - old "Self-Voicing" - new "Self-Voicing" - - # renpy/common/00accessibility.rpy:197 - old "Off" - new "Off" - - # renpy/common/00accessibility.rpy:201 - old "Text-to-speech" - new "Text-to-speech" - - # renpy/common/00accessibility.rpy:205 - old "Clipboard" - new "Clipboard" - - # renpy/common/00accessibility.rpy:209 - old "Debug" - new "Debug" + new "Texto de alto contraste" # renpy/common/00accessibility.rpy:215 old "Self-Voicing Volume Drop" - new "Self-Voicing Volume Drop" + new "Caída de Volumen de Voz Automática" - # renpy/common/00accessibility.rpy:224 - old "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." - new "The options on this menu are intended to improve accessibility. They may not work with all games, and some combinations of options may render the game unplayable. This is not an issue with the game or engine. For the best results when changing fonts, try to keep the text size the same as it originally was." + # renpy/common/00preferences.rpy:402 + old "self voicing volume drop" + new "caída de volumen de voz automática" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Monday" - new "{#weekday}Monday" + # renpy/common/00preferences.rpy:478 + old "system cursor" + new "cursor del sistema" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Tuesday" - new "{#weekday}Tuesday" + # renpy/common/00preferences.rpy:487 + old "renderer menu" + new "menú de renderizado" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Wednesday" - new "{#weekday}Wednesday" + # renpy/common/00preferences.rpy:490 + old "accessibility menu" + new "menú de accesibilidad" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Thursday" - new "{#weekday}Thursday" + # renpy/common/00preferences.rpy:493 + old "high contrast text" + new "texto de alto contraste" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Friday" - new "{#weekday}Friday" + # renpy/common/00gltest.rpy:100 + old "Force GL Renderer" + new "Forzar renderizador GL" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Saturday" - new "{#weekday}Saturday" + # renpy/common/00gltest.rpy:105 + old "Force ANGLE Renderer" + new "Force renderizador ANGLE" - # renpy/common/00action_file.rpy:26 - old "{#weekday}Sunday" - new "{#weekday}Sunday" + # renpy/common/00gltest.rpy:110 + old "Force GLES Renderer" + new "Forzar renderizador GLES" - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Mon" - new "{#weekday_short}Mon" + # renpy/common/00gltest.rpy:116 + old "Force GL2 Renderer" + new "Forzar renderizador GL2" - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Tue" - new "{#weekday_short}Tue" + # renpy/common/00gltest.rpy:121 + old "Force ANGLE2 Renderer" + new "Forzar renderizador ANGLE2" - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Wed" - new "{#weekday_short}Wed" + # renpy/common/00gltest.rpy:126 + old "Force GLES2 Renderer" + new "Forzar renderizador GLES2" - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Thu" - new "{#weekday_short}Thu" + # renpy/common/00gltest.rpy:136 + old "Enable (No Blocklist)" + new "Habilitar (sin Blocklist)" - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Fri" - new "{#weekday_short}Fri" + # renpy/common/00gltest.rpy:249 + old "This game requires use of GL2 that can't be initialised." + new "Este juego requiere el uso de GL2 que no se puede inicializar." - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Sat" - new "{#weekday_short}Sat" + # renpy/common/00gltest.rpy:259 + old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." + new "El archivo {a=edit:1:log.txt}log.txt{/a} puede contener información para ayudarte a encontrar el problema en tu ordenador." - # renpy/common/00action_file.rpy:37 - old "{#weekday_short}Sun" - new "{#weekday_short}Sun" + # renpy/common/00gltest.rpy:264 + old "More details on how to fix this can be found in the {a=[url]}documentation{/a}." + new "Puede encontrar más detalles sobre cómo solucionar este problema en la {a=[url]} documentación {/a}." - # renpy/common/00action_file.rpy:47 - old "{#month}January" - new "{#month}January" + # renpy/common/00gltest.rpy:281 + old "Change render options" + new "Cambiar las opciones de renderizado" - # renpy/common/00action_file.rpy:47 - old "{#month}February" - new "{#month}February" + # renpy/common/00gamepad.rpy:58 + old "Press or move the '[control!s]' [kind]." + new "Presiona o mueve el '[control!s]' [kind]." +# TODO: Translation updated at 2023-04-30 19:56 - # renpy/common/00action_file.rpy:47 - old "{#month}March" - new "{#month}March" - - # renpy/common/00action_file.rpy:47 - old "{#month}April" - new "{#month}April" - - # renpy/common/00action_file.rpy:47 - old "{#month}May" - new "{#month}May" - - # renpy/common/00action_file.rpy:47 - old "{#month}June" - new "{#month}June" - - # renpy/common/00action_file.rpy:47 - old "{#month}July" - new "{#month}July" - - # renpy/common/00action_file.rpy:47 - old "{#month}August" - new "{#month}August" - - # renpy/common/00action_file.rpy:47 - old "{#month}September" - new "{#month}September" - - # renpy/common/00action_file.rpy:47 - old "{#month}October" - new "{#month}October" - - # renpy/common/00action_file.rpy:47 - old "{#month}November" - new "{#month}November" - - # renpy/common/00action_file.rpy:47 - old "{#month}December" - new "{#month}December" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Jan" - new "{#month_short}Jan" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Feb" - new "{#month_short}Feb" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Mar" - new "{#month_short}Mar" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Apr" - new "{#month_short}Apr" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}May" - new "{#month_short}May" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Jun" - new "{#month_short}Jun" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Jul" - new "{#month_short}Jul" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Aug" - new "{#month_short}Aug" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Sep" - new "{#month_short}Sep" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Oct" - new "{#month_short}Oct" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Nov" - new "{#month_short}Nov" - - # renpy/common/00action_file.rpy:63 - old "{#month_short}Dec" - new "{#month_short}Dec" - - # renpy/common/00action_file.rpy:250 - old "%b %d, %H:%M" - new "%b %d, %H:%M" - - # renpy/common/00action_file.rpy:364 - old "Save slot %s: [text]" - new "Save slot %s: [text]" - - # renpy/common/00action_file.rpy:445 - old "Load slot %s: [text]" - new "Load slot %s: [text]" - - # renpy/common/00action_file.rpy:498 - old "Delete slot [text]" - new "Delete slot [text]" - - # renpy/common/00action_file.rpy:577 - old "File page auto" - new "File page auto" - - # renpy/common/00action_file.rpy:579 - old "File page quick" - new "File page quick" - - # renpy/common/00action_file.rpy:581 - old "File page [text]" - new "File page [text]" - - # renpy/common/00action_file.rpy:780 - old "Next file page." - new "Next file page." - - # renpy/common/00action_file.rpy:852 - old "Previous file page." - new "Previous file page." - - # renpy/common/00action_file.rpy:913 - old "Quick save complete." - new "Quick save complete." - - # renpy/common/00action_file.rpy:931 - old "Quick save." - new "Quick save." - - # renpy/common/00action_file.rpy:950 - old "Quick load." - new "Quick load." - - # renpy/common/00action_other.rpy:381 - old "Language [text]" - new "Language [text]" +translate es strings: # renpy/common/00action_other.rpy:703 old "Open [text] directory." new "Open [text] directory." - # renpy/common/00director.rpy:708 - old "The interactive director is not enabled here." - new "The interactive director is not enabled here." - - # renpy/common/00director.rpy:1481 - old "⬆" - new "⬆" - - # renpy/common/00director.rpy:1487 - old "⬇" - new "⬇" - - # renpy/common/00director.rpy:1551 - old "Done" - new "Done" - - # renpy/common/00director.rpy:1561 - old "(statement)" - new "(statement)" - - # renpy/common/00director.rpy:1562 - old "(tag)" - new "(tag)" - - # renpy/common/00director.rpy:1563 - old "(attributes)" - new "(attributes)" - - # renpy/common/00director.rpy:1564 - old "(transform)" - new "(transform)" - - # renpy/common/00director.rpy:1589 - old "(transition)" - new "(transition)" - - # renpy/common/00director.rpy:1601 - old "(channel)" - new "(channel)" - - # renpy/common/00director.rpy:1602 - old "(filename)" - new "(filename)" - - # renpy/common/00director.rpy:1631 - old "Change" - new "Change" - - # renpy/common/00director.rpy:1633 - old "Add" - new "Add" - - # renpy/common/00director.rpy:1636 - old "Cancel" - new "Cancel" - - # renpy/common/00director.rpy:1639 - old "Remove" - new "Remove" - - # renpy/common/00director.rpy:1674 - old "Statement:" - new "Statement:" - - # renpy/common/00director.rpy:1695 - old "Tag:" - new "Tag:" - - # renpy/common/00director.rpy:1711 - old "Attributes:" - new "Attributes:" - - # renpy/common/00director.rpy:1729 - old "Transforms:" - new "Transforms:" - - # renpy/common/00director.rpy:1748 - old "Behind:" - new "Behind:" - - # renpy/common/00director.rpy:1767 - old "Transition:" - new "Transition:" - - # renpy/common/00director.rpy:1785 - old "Channel:" - new "Channel:" - - # renpy/common/00director.rpy:1803 - old "Audio Filename:" - new "Audio Filename:" - - # renpy/common/00gui.rpy:445 - old "Are you sure?" - new "Are you sure?" - - # renpy/common/00gui.rpy:446 - old "Are you sure you want to delete this save?" - new "Are you sure you want to delete this save?" - - # renpy/common/00gui.rpy:447 - old "Are you sure you want to overwrite your save?" - new "Are you sure you want to overwrite your save?" - - # renpy/common/00gui.rpy:448 - old "Loading will lose unsaved progress.\nAre you sure you want to do this?" - new "Loading will lose unsaved progress.\nAre you sure you want to do this?" - - # renpy/common/00gui.rpy:449 - old "Are you sure you want to quit?" - new "Are you sure you want to quit?" - - # renpy/common/00gui.rpy:450 - old "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." - new "Are you sure you want to return to the main menu?\nThis will lose unsaved progress." - - # renpy/common/00gui.rpy:451 - old "Are you sure you want to end the replay?" - new "Are you sure you want to end the replay?" - - # renpy/common/00gui.rpy:452 - old "Are you sure you want to begin skipping?" - new "Are you sure you want to begin skipping?" - - # renpy/common/00gui.rpy:453 - old "Are you sure you want to skip to the next choice?" - new "Are you sure you want to skip to the next choice?" - - # renpy/common/00gui.rpy:454 - old "Are you sure you want to skip unseen dialogue to the next choice?" - new "Are you sure you want to skip unseen dialogue to the next choice?" - - # renpy/common/00keymap.rpy:310 - old "Failed to save screenshot as %s." - new "Failed to save screenshot as %s." - - # renpy/common/00keymap.rpy:322 - old "Saved screenshot as %s." - new "Saved screenshot as %s." - - # renpy/common/00library.rpy:230 - old "Skip Mode" - new "Skip Mode" - - # renpy/common/00library.rpy:316 - old "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." - new "This program contains free software under a number of licenses, including the MIT License and GNU Lesser General Public License. A complete list of software, including links to full source code, can be found {a=https://www.renpy.org/l/license}here{/a}." - - # renpy/common/00preferences.rpy:259 - old "display" - new "display" - - # renpy/common/00preferences.rpy:271 - old "transitions" - new "transitions" - - # renpy/common/00preferences.rpy:280 - old "skip transitions" - new "skip transitions" - - # renpy/common/00preferences.rpy:282 - old "video sprites" - new "video sprites" - - # renpy/common/00preferences.rpy:291 - old "show empty window" - new "show empty window" - - # renpy/common/00preferences.rpy:300 - old "text speed" - new "text speed" - - # renpy/common/00preferences.rpy:308 - old "joystick" - new "joystick" - - # renpy/common/00preferences.rpy:308 - old "joystick..." - new "joystick..." - - # renpy/common/00preferences.rpy:315 - old "skip" - new "skip" - - # renpy/common/00preferences.rpy:318 - old "skip unseen [text]" - new "skip unseen [text]" - - # renpy/common/00preferences.rpy:323 - old "skip unseen text" - new "skip unseen text" - - # renpy/common/00preferences.rpy:325 - old "begin skipping" - new "begin skipping" - - # renpy/common/00preferences.rpy:329 - old "after choices" - new "after choices" - - # renpy/common/00preferences.rpy:336 - old "skip after choices" - new "skip after choices" - - # renpy/common/00preferences.rpy:338 - old "auto-forward time" - new "auto-forward time" - - # renpy/common/00preferences.rpy:352 - old "auto-forward" - new "auto-forward" - - # renpy/common/00preferences.rpy:359 - old "Auto forward" - new "Auto forward" - - # renpy/common/00preferences.rpy:362 - old "auto-forward after click" - new "auto-forward after click" - - # renpy/common/00preferences.rpy:371 - old "automatic move" - new "automatic move" - - # renpy/common/00preferences.rpy:380 - old "wait for voice" - new "wait for voice" - - # renpy/common/00preferences.rpy:389 - old "voice sustain" - new "voice sustain" - - # renpy/common/00preferences.rpy:398 - old "self voicing" - new "self voicing" - - # renpy/common/00preferences.rpy:407 - old "self voicing volume drop" - new "self voicing volume drop" - - # renpy/common/00preferences.rpy:415 - old "clipboard voicing" - new "clipboard voicing" - - # renpy/common/00preferences.rpy:424 - old "debug voicing" - new "debug voicing" - - # renpy/common/00preferences.rpy:433 - old "emphasize audio" - new "emphasize audio" - - # renpy/common/00preferences.rpy:442 - old "rollback side" - new "rollback side" - - # renpy/common/00preferences.rpy:452 - old "gl powersave" - new "gl powersave" - - # renpy/common/00preferences.rpy:458 - old "gl framerate" - new "gl framerate" - - # renpy/common/00preferences.rpy:461 - old "gl tearing" - new "gl tearing" - - # renpy/common/00preferences.rpy:464 - old "font transform" - new "font transform" - - # renpy/common/00preferences.rpy:467 - old "font size" - new "font size" - - # renpy/common/00preferences.rpy:475 - old "font line spacing" - new "font line spacing" - - # renpy/common/00preferences.rpy:483 - old "system cursor" - new "system cursor" - - # renpy/common/00preferences.rpy:492 - old "renderer menu" - new "renderer menu" - - # renpy/common/00preferences.rpy:495 - old "accessibility menu" - new "accessibility menu" - - # renpy/common/00preferences.rpy:498 - old "high contrast text" - new "high contrast text" - # renpy/common/00preferences.rpy:507 old "audio when minimized" new "audio when minimized" @@ -622,531 +1236,7 @@ translate es strings: old "main volume" new "main volume" - # renpy/common/00preferences.rpy:528 - old "music volume" - new "music volume" - - # renpy/common/00preferences.rpy:529 - old "sound volume" - new "sound volume" - - # renpy/common/00preferences.rpy:530 - old "voice volume" - new "voice volume" - # renpy/common/00preferences.rpy:531 old "mute main" new "mute main" - # renpy/common/00preferences.rpy:532 - old "mute music" - new "mute music" - - # renpy/common/00preferences.rpy:533 - old "mute sound" - new "mute sound" - - # renpy/common/00preferences.rpy:534 - old "mute voice" - new "mute voice" - - # renpy/common/00preferences.rpy:535 - old "mute all" - new "mute all" - - # renpy/common/00preferences.rpy:616 - old "Clipboard voicing enabled. Press 'shift+C' to disable." - new "Clipboard voicing enabled. Press 'shift+C' to disable." - - # renpy/common/00preferences.rpy:618 - old "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." - new "Self-voicing would say \"[renpy.display.tts.last]\". Press 'alt+shift+V' to disable." - - # renpy/common/00preferences.rpy:620 - old "Self-voicing enabled. Press 'v' to disable." - new "Self-voicing enabled. Press 'v' to disable." - - # renpy/common/_compat/gamemenu.rpym:198 - old "Empty Slot." - new "Empty Slot." - - # renpy/common/_compat/gamemenu.rpym:355 - old "Previous" - new "Previous" - - # renpy/common/_compat/gamemenu.rpym:362 - old "Next" - new "Next" - - # renpy/common/_compat/preferences.rpym:428 - old "Joystick Mapping" - new "Joystick Mapping" - - # renpy/common/_developer/developer.rpym:38 - old "Developer Menu" - new "Developer Menu" - - # renpy/common/_developer/developer.rpym:43 - old "Interactive Director (D)" - new "Interactive Director (D)" - - # renpy/common/_developer/developer.rpym:45 - old "Reload Game (Shift+R)" - new "Reload Game (Shift+R)" - - # renpy/common/_developer/developer.rpym:47 - old "Console (Shift+O)" - new "Console (Shift+O)" - - # renpy/common/_developer/developer.rpym:49 - old "Variable Viewer" - new "Variable Viewer" - - # renpy/common/_developer/developer.rpym:51 - old "Image Location Picker" - new "Image Location Picker" - - # renpy/common/_developer/developer.rpym:53 - old "Filename List" - new "Filename List" - - # renpy/common/_developer/developer.rpym:57 - old "Show Image Load Log (F4)" - new "Show Image Load Log (F4)" - - # renpy/common/_developer/developer.rpym:60 - old "Hide Image Load Log (F4)" - new "Hide Image Load Log (F4)" - - # renpy/common/_developer/developer.rpym:63 - old "Image Attributes" - new "Image Attributes" - - # renpy/common/_developer/developer.rpym:90 - old "[name] [attributes] (hidden)" - new "[name] [attributes] (hidden)" - - # renpy/common/_developer/developer.rpym:94 - old "[name] [attributes]" - new "[name] [attributes]" - - # renpy/common/_developer/developer.rpym:143 - old "Nothing to inspect." - new "Nothing to inspect." - - # renpy/common/_developer/developer.rpym:154 - old "Hide deleted" - new "Hide deleted" - - # renpy/common/_developer/developer.rpym:154 - old "Show deleted" - new "Show deleted" - - # renpy/common/_developer/developer.rpym:278 - old "Return to the developer menu" - new "Return to the developer menu" - - # renpy/common/_developer/developer.rpym:443 - old "Rectangle: %r" - new "Rectangle: %r" - - # renpy/common/_developer/developer.rpym:448 - old "Mouse position: %r" - new "Mouse position: %r" - - # renpy/common/_developer/developer.rpym:453 - old "Right-click or escape to quit." - new "Right-click or escape to quit." - - # renpy/common/_developer/developer.rpym:485 - old "Rectangle copied to clipboard." - new "Rectangle copied to clipboard." - - # renpy/common/_developer/developer.rpym:488 - old "Position copied to clipboard." - new "Position copied to clipboard." - - # renpy/common/_developer/developer.rpym:506 - old "Type to filter: " - new "Type to filter: " - - # renpy/common/_developer/developer.rpym:633 - old "Textures: [tex_count] ([tex_size_mb:.1f] MB)" - new "Textures: [tex_count] ([tex_size_mb:.1f] MB)" - - # renpy/common/_developer/developer.rpym:637 - old "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" - new "Image cache: [cache_pct:.1f]% ([cache_size_mb:.1f] MB)" - - # renpy/common/_developer/developer.rpym:647 - old "✔ " - new "✔ " - - # renpy/common/_developer/developer.rpym:650 - old "✘ " - new "✘ " - - # renpy/common/_developer/developer.rpym:655 - old "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" - new "\n{color=#cfc}✔ predicted image (good){/color}\n{color=#fcc}✘ unpredicted image (bad){/color}\n{color=#fff}Drag to move.{/color}" - - # renpy/common/_developer/inspector.rpym:38 - old "Displayable Inspector" - new "Displayable Inspector" - - # renpy/common/_developer/inspector.rpym:61 - old "Size" - new "Size" - - # renpy/common/_developer/inspector.rpym:65 - old "Style" - new "Style" - - # renpy/common/_developer/inspector.rpym:71 - old "Location" - new "Location" - - # renpy/common/_developer/inspector.rpym:122 - old "Inspecting Styles of [displayable_name!q]" - new "Inspecting Styles of [displayable_name!q]" - - # renpy/common/_developer/inspector.rpym:139 - old "displayable:" - new "displayable:" - - # renpy/common/_developer/inspector.rpym:145 - old " (no properties affect the displayable)" - new " (no properties affect the displayable)" - - # renpy/common/_developer/inspector.rpym:147 - old " (default properties omitted)" - new " (default properties omitted)" - - # renpy/common/_developer/inspector.rpym:185 - old "" - new "" - - # renpy/common/_layout/classic_load_save.rpym:170 - old "a" - new "a" - - # renpy/common/_layout/classic_load_save.rpym:179 - old "q" - new "q" - - # renpy/common/00iap.rpy:219 - old "Contacting App Store\nPlease Wait..." - new "Contacting App Store\nPlease Wait..." - - # renpy/common/00updater.rpy:419 - old "The Ren'Py Updater is not supported on mobile devices." - new "The Ren'Py Updater is not supported on mobile devices." - - # renpy/common/00updater.rpy:548 - old "An error is being simulated." - new "An error is being simulated." - - # renpy/common/00updater.rpy:738 - old "Either this project does not support updating, or the update status file was deleted." - new "Either this project does not support updating, or the update status file was deleted." - - # renpy/common/00updater.rpy:752 - old "This account does not have permission to perform an update." - new "This account does not have permission to perform an update." - - # renpy/common/00updater.rpy:755 - old "This account does not have permission to write the update log." - new "This account does not have permission to write the update log." - - # renpy/common/00updater.rpy:783 - old "Could not verify update signature." - new "Could not verify update signature." - - # renpy/common/00updater.rpy:1084 - old "The update file was not downloaded." - new "The update file was not downloaded." - - # renpy/common/00updater.rpy:1102 - old "The update file does not have the correct digest - it may have been corrupted." - new "The update file does not have the correct digest - it may have been corrupted." - - # renpy/common/00updater.rpy:1252 - old "While unpacking {}, unknown type {}." - new "While unpacking {}, unknown type {}." - - # renpy/common/00updater.rpy:1624 - old "Updater" - new "Updater" - - # renpy/common/00updater.rpy:1631 - old "An error has occured:" - new "An error has occured:" - - # renpy/common/00updater.rpy:1633 - old "Checking for updates." - new "Checking for updates." - - # renpy/common/00updater.rpy:1635 - old "This program is up to date." - new "This program is up to date." - - # renpy/common/00updater.rpy:1637 - old "[u.version] is available. Do you want to install it?" - new "[u.version] is available. Do you want to install it?" - - # renpy/common/00updater.rpy:1639 - old "Preparing to download the updates." - new "Preparing to download the updates." - - # renpy/common/00updater.rpy:1641 - old "Downloading the updates." - new "Downloading the updates." - - # renpy/common/00updater.rpy:1643 - old "Unpacking the updates." - new "Unpacking the updates." - - # renpy/common/00updater.rpy:1645 - old "Finishing up." - new "Finishing up." - - # renpy/common/00updater.rpy:1647 - old "The updates have been installed. The program will restart." - new "The updates have been installed. The program will restart." - - # renpy/common/00updater.rpy:1649 - old "The updates have been installed." - new "The updates have been installed." - - # renpy/common/00updater.rpy:1651 - old "The updates were cancelled." - new "The updates were cancelled." - - # renpy/common/00updater.rpy:1666 - old "Proceed" - new "Proceed" - - # renpy/common/00gallery.rpy:627 - old "Image [index] of [count] locked." - new "Image [index] of [count] locked." - - # renpy/common/00gallery.rpy:647 - old "prev" - new "prev" - - # renpy/common/00gallery.rpy:648 - old "next" - new "next" - - # renpy/common/00gallery.rpy:649 - old "slideshow" - new "slideshow" - - # renpy/common/00gallery.rpy:650 - old "return" - new "return" - - # renpy/common/00gltest.rpy:89 - old "Renderer" - new "Renderer" - - # renpy/common/00gltest.rpy:93 - old "Automatically Choose" - new "Automatically Choose" - - # renpy/common/00gltest.rpy:100 - old "Force GL Renderer" - new "Force GL Renderer" - - # renpy/common/00gltest.rpy:105 - old "Force ANGLE Renderer" - new "Force ANGLE Renderer" - - # renpy/common/00gltest.rpy:110 - old "Force GLES Renderer" - new "Force GLES Renderer" - - # renpy/common/00gltest.rpy:116 - old "Force GL2 Renderer" - new "Force GL2 Renderer" - - # renpy/common/00gltest.rpy:121 - old "Force ANGLE2 Renderer" - new "Force ANGLE2 Renderer" - - # renpy/common/00gltest.rpy:126 - old "Force GLES2 Renderer" - new "Force GLES2 Renderer" - - # renpy/common/00gltest.rpy:136 - old "Enable (No Blocklist)" - new "Enable (No Blocklist)" - - # renpy/common/00gltest.rpy:159 - old "Powersave" - new "Powersave" - - # renpy/common/00gltest.rpy:173 - old "Framerate" - new "Framerate" - - # renpy/common/00gltest.rpy:177 - old "Screen" - new "Screen" - - # renpy/common/00gltest.rpy:181 - old "60" - new "60" - - # renpy/common/00gltest.rpy:185 - old "30" - new "30" - - # renpy/common/00gltest.rpy:191 - old "Tearing" - new "Tearing" - - # renpy/common/00gltest.rpy:207 - old "Changes will take effect the next time this program is run." - new "Changes will take effect the next time this program is run." - - # renpy/common/00gltest.rpy:214 - old "Quit" - new "Quit" - - # renpy/common/00gltest.rpy:242 - old "Performance Warning" - new "Performance Warning" - - # renpy/common/00gltest.rpy:247 - old "This computer is using software rendering." - new "This computer is using software rendering." - - # renpy/common/00gltest.rpy:249 - old "This game requires use of GL2 that can't be initialised." - new "This game requires use of GL2 that can't be initialised." - - # renpy/common/00gltest.rpy:251 - old "This computer has a problem displaying graphics: [problem]." - new "This computer has a problem displaying graphics: [problem]." - - # renpy/common/00gltest.rpy:255 - old "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." - new "Its graphics drivers may be out of date or not operating correctly. This can lead to slow or incorrect graphics display." - - # renpy/common/00gltest.rpy:259 - old "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." - new "The {a=edit:1:log.txt}log.txt{/a} file may contain information to help you determine what is wrong with your computer." - - # renpy/common/00gltest.rpy:264 - old "More details on how to fix this can be found in the {a=[url]}documentation{/a}." - new "More details on how to fix this can be found in the {a=[url]}documentation{/a}." - - # renpy/common/00gltest.rpy:269 - old "Continue, Show this warning again" - new "Continue, Show this warning again" - - # renpy/common/00gltest.rpy:273 - old "Continue, Don't show warning again" - new "Continue, Don't show warning again" - - # renpy/common/00gltest.rpy:281 - old "Change render options" - new "Change render options" - - # renpy/common/00gamepad.rpy:32 - old "Select Gamepad to Calibrate" - new "Select Gamepad to Calibrate" - - # renpy/common/00gamepad.rpy:35 - old "No Gamepads Available" - new "No Gamepads Available" - - # renpy/common/00gamepad.rpy:54 - old "Calibrating [name] ([i]/[total])" - new "Calibrating [name] ([i]/[total])" - - # renpy/common/00gamepad.rpy:58 - old "Press or move the '[control!s]' [kind]." - new "Press or move the '[control!s]' [kind]." - - # renpy/common/00gamepad.rpy:68 - old "Skip (A)" - new "Skip (A)" - - # renpy/common/00gamepad.rpy:71 - old "Back (B)" - new "Back (B)" - - # renpy/common/_errorhandling.rpym:555 - old "Open" - new "Open" - - # renpy/common/_errorhandling.rpym:557 - old "Opens the traceback.txt file in a text editor." - new "Opens the traceback.txt file in a text editor." - - # renpy/common/_errorhandling.rpym:559 - old "Copy BBCode" - new "Copy BBCode" - - # renpy/common/_errorhandling.rpym:561 - old "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." - new "Copies the traceback.txt file to the clipboard as BBcode for forums like https://lemmasoft.renai.us/." - - # renpy/common/_errorhandling.rpym:563 - old "Copy Markdown" - new "Copy Markdown" - - # renpy/common/_errorhandling.rpym:565 - old "Copies the traceback.txt file to the clipboard as Markdown for Discord." - new "Copies the traceback.txt file to the clipboard as Markdown for Discord." - - # renpy/common/_errorhandling.rpym:594 - old "An exception has occurred." - new "An exception has occurred." - - # renpy/common/_errorhandling.rpym:617 - old "Rollback" - new "Rollback" - - # renpy/common/_errorhandling.rpym:619 - old "Attempts a roll back to a prior time, allowing you to save or choose a different choice." - new "Attempts a roll back to a prior time, allowing you to save or choose a different choice." - - # renpy/common/_errorhandling.rpym:622 - old "Ignore" - new "Ignore" - - # renpy/common/_errorhandling.rpym:626 - old "Ignores the exception, allowing you to continue." - new "Ignores the exception, allowing you to continue." - - # renpy/common/_errorhandling.rpym:628 - old "Ignores the exception, allowing you to continue. This often leads to additional errors." - new "Ignores the exception, allowing you to continue. This often leads to additional errors." - - # renpy/common/_errorhandling.rpym:632 - old "Reload" - new "Reload" - - # renpy/common/_errorhandling.rpym:634 - old "Reloads the game from disk, saving and restoring game state if possible." - new "Reloads the game from disk, saving and restoring game state if possible." - - # renpy/common/_errorhandling.rpym:637 - old "Console" - new "Console" - - # renpy/common/_errorhandling.rpym:639 - old "Opens a console to allow debugging the problem." - new "Opens a console to allow debugging the problem." - - # renpy/common/_errorhandling.rpym:652 - old "Quits the game." - new "Quits the game." - - # renpy/common/_errorhandling.rpym:673 - old "Parsing the script failed." - new "Parsing the script failed." - diff --git a/game/tl/es/screens.rpy b/game/tl/es/screens.rpy index 6d70b1b..f4172a9 100644 --- a/game/tl/es/screens.rpy +++ b/game/tl/es/screens.rpy @@ -1,340 +1,415 @@ -# TODO: Translation updated at 2023-05-16 12:59 +# TODO: Translation updated at 2022-10-24 02:14 translate es strings: - # game/screens.rpy:361 + old "Animations" + new "Animaciones" + + old "Lewd" + new "Lascivo" + + old "Fullbody" + new "Cuerpo" + + old "Backgrounds" + new "Fondos" + + old "Back" + new "Atrás" + + old "Gallery" + new "Galería" + + old "Updates" + new "Actualizaciones" + + old "About" + new "Acerca de" + + old "Help" + new "Ayúda" + + old "Everyone" + new "Todos" + + old "Start" + new "Comenzar" + + old "Language" + new "Lenguaje" + + old "Quit" + new "Salir" + + # game/screens.rpy:381 old "History" - new "History" + new "Historia" - # game/screens.rpy:362 + # game/screens.rpy:382 old "Save" - new "Save" + new "Guardar" - # game/screens.rpy:363 + # game/screens.rpy:383 old "Load" - new "Load" + new "Cargar" - # game/screens.rpy:364 + # game/screens.rpy:384 old "Delete" - new "Delete" + new "Borrar" - # game/screens.rpy:365 + # game/screens.rpy:385 old "Options" - new "Options" + new "Opciones" - # game/screens.rpy:367 + # game/screens.rpy:387 old "Return" - new "Return" + new "Volver" - # game/screens.rpy:371 + # game/screens.rpy:391 old "End Replay" - new "End Replay" + new "Fin de la reproducción" - # game/screens.rpy:375 + # game/screens.rpy:395 old "Main Menu" - new "Main Menu" + new "Menú principal" - # game/screens.rpy:378 - old "Debug Menu" - new "Debug Menu" - - # game/screens.rpy:753 + # game/screens.rpy:747 old "Version [config.version!t]\n" new "Version [config.version!t]\n" - # game/screens.rpy:760 - old "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}" - new "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}" + # game/screens.rpy:754 + old "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nTo find more information about the game (and its source code) please visit {a=https://www.snootgame.xyz/}our website{/a}.{/size}" + new "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nTo find more information about the game (and its source code) please visit {a=https://www.snootgame.xyz/}our website{/a}.{/size}" + + # game/screens.rpy:783 + old "Version [config.version!t]" + new "Version [config.version!t]" + + # game/screens.rpy:785 + old "{color=#00FF00}{size=32}Update directory exists, updating is possible!\n{/size}{/color}" + new "{color=#00FF00}{size=32}El directorio de actualización existe, ¡La actualización es posible!\n{/size}{/color}" + + # game/screens.rpy:787 + old "{color=#FF0000}{size=32}Update directory does not exist or is corrupt!\n{/size}{/color}" + new "{color=#FF0000}{size=32}¡El directorio de actualización no existe o está corrupto!\n{/size}{/color}" + + # game/screens.rpy:789 + old "Auto Update:" + new "Auto Update:" + + # game/screens.rpy:790 + old "{color=#FFFFFF}{size=32}Automatic Updates: [persistent.autoup!t]{/size}{/color}" + new "{color=#FFFFFF}{size=32}Automatic Updates: [persistent.autoup!t]{/size}{/color}" + + # game/screens.rpy:791 + old "{size=36}Toggle Automatic Updates\n{/size}" + new "{size=36}Activar las actualizaciones automáticas\n{/size}" # game/screens.rpy:793 + old "Update Checker:" + new "Update Checker:" + + # game/screens.rpy:794 + old "{color=#FFFFFF}{size=32}[persistent.updateresult!t]{/size}{/color}" + new "{color=#FFFFFF}{size=32}[persistent.updateresult!t]{/size}{/color}" + + # game/screens.rpy:795 + old "{size=36}Check for Update\n{/size}" + new "{size=36}Comprobar la actualización\n{/size}" + + # game/screens.rpy:797 + old "Updater:" + new "Updater:" + + # game/screens.rpy:798 + old "{color=#FFFFFF}{size=32}Server URL (click to edit):{/size}{/color}" + new "{color=#FFFFFF}{size=32}URL del servidor (haz clic para editar):{/size}{/color}" + + # game/screens.rpy:813 + old "{size=36}Update Now!\n{/size}" + new "{size=36}¡Actualizar ahora!\n{/size}" + + # game/screens.rpy:849 old "Page {}" - new "Page {}" + new "Página {}" - # game/screens.rpy:793 + # game/screens.rpy:849 old "Automatic saves" - new "Automatic saves" + new "Guardado automático" - # game/screens.rpy:793 + # game/screens.rpy:849 old "Quick saves" - new "Quick saves" + new "Guardado rápido" - # game/screens.rpy:838 + # game/screens.rpy:894 old "{#file_time}%A, %B %d %Y, %H:%M" new "{#file_time}%A, %B %d %Y, %H:%M" - # game/screens.rpy:838 + # game/screens.rpy:894 old "Empty Slot" - new "Empty Slot" + new "Espacio vacío" - # game/screens.rpy:855 + # game/screens.rpy:911 old "<" new "<" - # game/screens.rpy:858 + # game/screens.rpy:914 old "{#auto_page}A" new "{#auto_page}A" - # game/screens.rpy:861 + # game/screens.rpy:917 old "{#quick_page}Q" new "{#quick_page}Q" - # game/screens.rpy:867 + # game/screens.rpy:923 old ">" new ">" - # game/screens.rpy:924 - old "Display" - new "Display" - - # game/screens.rpy:925 - old "Window" - new "Window" - - # game/screens.rpy:926 - old "Fullscreen" - new "Fullscreen" - - # game/screens.rpy:930 - old "Rollback Side" - new "Rollback Side" - - # game/screens.rpy:931 - old "Disable" - new "Disable" - - # game/screens.rpy:932 - old "Left" - new "Left" - - # game/screens.rpy:933 - old "Right" - new "Right" - - # game/screens.rpy:936 - old "Naughty Stuff" - new "Naughty Stuff" - - # game/screens.rpy:937 - old "Enable Saucy Images" - new "Enable Saucy Images" - - # game/screens.rpy:959 - old "Requires Restart" - new "Requires Restart" - - # game/screens.rpy:960 - old "Enable Forward-Scroll Movement" - new "Enable Forward-Scroll Movement" - - # game/screens.rpy:964 - old "Skip" - new "Skip" - - # game/screens.rpy:965 - old "Unseen Text" - new "Unseen Text" - - # game/screens.rpy:966 - old "After Choices" - new "After Choices" - - # game/screens.rpy:967 - old "Transitions" - new "Transitions" - # game/screens.rpy:980 - old "Text Speed" - new "Text Speed" + old "Display" + new "Visualizar" - # game/screens.rpy:984 - old "Auto-Forward Time" - new "Auto-Forward Time" + # game/screens.rpy:981 + old "Window" + new "Ventana" - # game/screens.rpy:991 - old "Music Volume" - new "Music Volume" + # game/screens.rpy:982 + old "Fullscreen" + new "Pantalla Completa" - # game/screens.rpy:994 - old "Reset" - new "Reset" + # game/screens.rpy:986 + old "Rollback Side" + new "Lado de retroceso" - # game/screens.rpy:999 - old "Sound Volume" - new "Sound Volume" + # game/screens.rpy:988 + old "Left" + new "Izquierda" + + # game/screens.rpy:989 + old "Right" + new "Derecha" + + # game/screens.rpy:992 + old "Naughty Stuff" + new "Material Picante" + + # game/screens.rpy:993 + old "Enable Lewd Images" + new "Habilitar Imágenes Lascivas" + + # game/screens.rpy:997 + old "Requires Restart" + new "Requiere Reiniciar" + + # game/screens.rpy:998 + old "Enable Forward-Scroll Movement" + new "Habilitar Movimiento De Desplazamiento Hacia Adelante" + + # game/screens.rpy:1002 + old "Skip" + new "Saltar" + + # game/screens.rpy:1003 + old "Unseen Text" + new "Texto No Visto" + + # game/screens.rpy:1004 + old "After Choices" + new "Después De Las Elecciones" # game/screens.rpy:1005 + old "Transitions" + new "Transiciones" + + # game/screens.rpy:1018 + old "Text Speed" + new "Velocidad Del Texto" + + # game/screens.rpy:1022 + old "Auto-Forward Time" + new "Tiempo De Auto-Avance" + + # game/screens.rpy:1029 + old "Music Volume" + new "Volumen De La Música" + + # game/screens.rpy:1037 + old "Sound Volume" + new "Volumen Del Sonido" + + # game/screens.rpy:1043 old "Test" new "Test" - # game/screens.rpy:1007 + # game/screens.rpy:1045 old "UI Sounds Volume" - new "UI Sounds Volume" + new "Volumen De La Interfaz" - # game/screens.rpy:1015 + # game/screens.rpy:1053 old "Voice Volume" - new "Voice Volume" + new "Volumen De Voz" - # game/screens.rpy:1026 + # game/screens.rpy:1064 old "Mute All" - new "Mute All" + new "Silenciar Todo" - # game/screens.rpy:1145 + # game/screens.rpy:1183 old "The dialogue history is empty." - new "The dialogue history is empty." + new "La historia del diálogo está vacía." - # game/screens.rpy:1275 + # game/screens.rpy:1304 old "Keyboard" - new "Keyboard" + new "Teclado" - # game/screens.rpy:1276 + # game/screens.rpy:1305 old "Mouse" new "Mouse" - # game/screens.rpy:1278 + # game/screens.rpy:1307 old "Gamepad" new "Gamepad" - # game/screens.rpy:1298 + # game/screens.rpy:1327 old "Enter" new "Enter" - # game/screens.rpy:1299 + # game/screens.rpy:1328 old "Advances dialogue and activates the interface." - new "Advances dialogue and activates the interface." + new "Avanza el diálogo y activa la interfaz." - # game/screens.rpy:1302 + # game/screens.rpy:1331 old "Space" new "Space" - # game/screens.rpy:1303 + # game/screens.rpy:1332 old "Advances dialogue without selecting choices." - new "Advances dialogue without selecting choices." + new "Avanza el diálogo sin seleccionar opciones." - # game/screens.rpy:1306 + # game/screens.rpy:1335 old "Arrow Keys" - new "Arrow Keys" + new "Flechas del teclado" - # game/screens.rpy:1307 + # game/screens.rpy:1336 old "Navigate the interface." - new "Navigate the interface." + new "Navega por la interfaz." - # game/screens.rpy:1310 + # game/screens.rpy:1339 old "Escape" new "Escape" - # game/screens.rpy:1311 + # game/screens.rpy:1340 old "Accesses the game menu. Also escapes the Gallery." - new "Accesses the game menu. Also escapes the Gallery." + new "Accede al menú del juego. También se escapa de la Galería." - # game/screens.rpy:1314 + # game/screens.rpy:1343 old "Ctrl" new "Ctrl" - # game/screens.rpy:1315 + # game/screens.rpy:1344 old "Skips dialogue while held down." - new "Skips dialogue while held down." + new "Se salta el diálogo mientras se mantiene pulsado." - # game/screens.rpy:1318 + # game/screens.rpy:1347 old "Tab" new "Tab" - # game/screens.rpy:1319 + # game/screens.rpy:1348 old "Toggles dialogue skipping." - new "Toggles dialogue skipping." + new "Activa el salto de diálogo." - # game/screens.rpy:1322 + # game/screens.rpy:1351 old "Page Up" new "Page Up" - # game/screens.rpy:1323 + # game/screens.rpy:1352 old "Rolls back to earlier dialogue." - new "Rolls back to earlier dialogue." + new "Regresa al diálogo anterior." - # game/screens.rpy:1326 + # game/screens.rpy:1355 old "Page Down" new "Page Down" - # game/screens.rpy:1327 + # game/screens.rpy:1356 old "Rolls forward to later dialogue." - new "Rolls forward to later dialogue." + new "Avanza el diálogo posterior." - # game/screens.rpy:1331 + # game/screens.rpy:1360 old "Hides the user interface." - new "Hides the user interface." + new "Oculta la interfaz de usuario." - # game/screens.rpy:1335 + # game/screens.rpy:1364 old "Takes a screenshot." - new "Takes a screenshot." + new "Realiza una captura de pantalla." - # game/screens.rpy:1339 + # game/screens.rpy:1368 old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." - new "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." + new "Activa la asistencia {a=https://www.renpy.org/l/voicing}voz-automática{/a}." - # game/screens.rpy:1345 + # game/screens.rpy:1374 old "Left Click" new "Left Click" - # game/screens.rpy:1349 + # game/screens.rpy:1378 old "Middle Click" new "Middle Click" - # game/screens.rpy:1353 + # game/screens.rpy:1382 old "Right Click" new "Right Click" - # game/screens.rpy:1357 + # game/screens.rpy:1386 old "Mouse Wheel Up\nClick Rollback Side" new "Mouse Wheel Up\nClick Rollback Side" - # game/screens.rpy:1361 + # game/screens.rpy:1390 old "Mouse Wheel Down" new "Mouse Wheel Down" - # game/screens.rpy:1368 + # game/screens.rpy:1397 old "Right Trigger\nA/Bottom Button" new "Right Trigger\nA/Bottom Button" - # game/screens.rpy:1372 + # game/screens.rpy:1401 old "Left Trigger\nLeft Shoulder" new "Left Trigger\nLeft Shoulder" - # game/screens.rpy:1376 + # game/screens.rpy:1405 old "Right Shoulder" new "Right Shoulder" - # game/screens.rpy:1381 + # game/screens.rpy:1410 old "D-Pad, Sticks" new "D-Pad, Sticks" - # game/screens.rpy:1385 + # game/screens.rpy:1414 old "Start, Guide" new "Start, Guide" - # game/screens.rpy:1386 + # game/screens.rpy:1415 old "Accesses the game menu." - new "Accesses the game menu." + new "Accede al menú del juego." - # game/screens.rpy:1389 + # game/screens.rpy:1418 old "Y/Top Button" new "Y/Top Button" - # game/screens.rpy:1392 + # game/screens.rpy:1421 old "Calibrate" new "Calibrate" - # game/screens.rpy:1456 + # game/screens.rpy:1484 old "Yes" - new "Yes" + new "Sí" - # game/screens.rpy:1457 + # game/screens.rpy:1485 old "No" new "No" - # game/screens.rpy:1503 + # game/screens.rpy:1531 old "Skipping" - new "Skipping" + new "Saltando" -# TODO: Translation updated at 2023-05-17 00:27 +# TODO: Translation updated at 2023-05-17 00:51 translate es strings: @@ -342,30 +417,26 @@ translate es strings: old "Auto" new "Auto" + # game/screens.rpy:378 + old "Debug Menu" + new "Debug Menu" + # game/screens.rpy:526 old "Extras" new "Extras" - # game/screens.rpy:941 - old "Language" - new "Language" + # game/screens.rpy:760 + old "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}" + new "{size=30}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\n\nTo find more information about the game (and its source code) please visit {a=https://www.hugthegator.xyz/}our website{/a}.{/size}" - # game/screens.rpy:1731 - old "Back" - new "Back" + # game/screens.rpy:937 + old "Enable Saucy Images" + new "Enable Saucy Images" # game/screens.rpy:1731 old "Menu" new "Menu" - # game/screens.rpy:1753 - old "Help" - new "Help" - - # game/screens.rpy:1753 - old "About" - new "About" - # game/screens.rpy:1753 old "Mods" new "Mods" diff --git a/game/tl/es/src/definitions/other.rpy b/game/tl/es/src/definitions/other.rpy new file mode 100644 index 0000000..a89fbdc --- /dev/null +++ b/game/tl/es/src/definitions/other.rpy @@ -0,0 +1,28 @@ +# TODO: Translation updated at 2023-05-17 00:51 + +translate es strings: + + # game/src/definitions/other.rpy:12 + old "Coach" + new "Coach" + + # game/src/definitions/other.rpy:18 + old "Mr. Ferris" + new "Mr. Ferris" + + # game/src/definitions/other.rpy:24 + old "Grill" + new "Grill" + + # game/src/definitions/other.rpy:26 + old "Teacher" + new "Teacher" + + # game/src/definitions/other.rpy:28 + old "Phone" + new "Phone" + + # game/src/definitions/other.rpy:29 + old "Damien & Inco" + new "Damien & Inco" + diff --git a/game/tl/es/src/mod_menu.rpy b/game/tl/es/src/mod_menu.rpy index 4ff11f6..ad17d05 100644 --- a/game/tl/es/src/mod_menu.rpy +++ b/game/tl/es/src/mod_menu.rpy @@ -4,5 +4,4 @@ translate es strings: # game/src/mod_menu.rpy:75 old "You have no mods! \nInstall some in:\n\"[moddir]\"" - new "You have no mods! \nInstall some in:\n\"[moddir]\"" - + new "¡No tienes ningún mod!\nInstala algunos en:\"[moddir]\"" \ No newline at end of file diff --git a/game/tl/es/src/translation.rpy b/game/tl/es/src/translation.rpy index 197451a..8796118 100644 --- a/game/tl/es/src/translation.rpy +++ b/game/tl/es/src/translation.rpy @@ -8,9 +8,9 @@ translate es strings: # game/src/translation.rpy:36 old "NOTICE: Please keep in mind this is a fan translation, and as such it may not be completely accurate to the original intent of any written lines." - new "NOTICE: Please keep in mind this is a fan translation, and as such it may not be completely accurate to the original intent of any written lines." + new "AVISO: Esta traducción fue creada por y para fans, y como tal puede no representar el significado original de cualquier línea del juego." # game/src/translation.rpy:78 old "Choose Your Language" - new "Choose Your Language" + new "Elige tu idioma"