Apply translations for 2.4 strings

This includes translations that were missing translations, with varying
extent between different languages, for the following things:
- "X mode is enabled" in-game warnings
- "Press {button} to freeze/unfreeze gameplay" for the level debugger
- Some credits strings for the post-2.4.0 extra Spanish options, the
  PT_BR proofread, and Persian
- The recent gamepad menu changes (#1229)

Furthermore:
- "TAB" (used in the level debugger string) is now a separate string
  instead of being hardcoded, because some languages needed it
  translated
- Added missing arrows to Arabic/Persian font (needed for the gamepad
  menu, and also a translator menu actually)
This commit is contained in:
Dav999
2025-05-03 18:58:10 +02:00
committed by Ethan Lee
parent 70cbde18fe
commit 26d27c7df5
28 changed files with 394 additions and 359 deletions

View File

@@ -133,30 +133,30 @@
<string english="disable cutscenes" translation="desactiva les escenes" explanation="menu option"/>
<string english="enable cutscenes" translation="activa les escenes" explanation="menu option"/>
<string english="analog stick sensitivity" translation="sensibilitat de la palanca" explanation="menu option"/>
<string english="Stick Sensitivity" translation="" explanation="title" max="20"/>
<string english="Change the sensitivity of the analog stick." translation="" explanation="" max="38*3"/>
<string english="Stick Sensitivity" translation="Sensibilitat" explanation="title" max="20"/>
<string english="Change the sensitivity of the analog stick." translation="Canvia la sensibilitat de la palanca analògica." explanation="" max="38*3"/>
<string english="Low" translation="Baixa" explanation="analog stick sensitivity, game pad menu"/>
<string english="Medium" translation="Mitjana" explanation="analog stick sensitivity, game pad menu"/>
<string english="High" translation="Alta" explanation="analog stick sensitivity, game pad menu"/>
<string english="bind flip" translation="assigna gir" explanation="menu option"/>
<string english="Bind Flip" translation="" explanation="title" max="20"/>
<string english="Bind Flip" translation="Assigna gir" explanation="title" max="20"/>
<string english="bind enter" translation="assigna retorn" explanation="menu option"/>
<string english="Bind Enter" translation="" explanation="title" max="20"/>
<string english="Bind Enter" translation="Assigna retorn" explanation="title" max="20"/>
<string english="bind menu" translation="assigna menú" explanation="menu option"/>
<string english="Bind Menu" translation="" explanation="title" max="20"/>
<string english="Bind Menu" translation="Assigna menú" explanation="title" max="20"/>
<string english="bind restart" translation="assigna reinici" explanation="menu option. In-game death key to restart at checkpoint"/>
<string english="Bind Restart" translation="" explanation="title" max="20"/>
<string english="Bind Restart" translation="Assigna reinici" explanation="title" max="20"/>
<string english="bind interact" translation="assigna interacció" explanation="menu option"/>
<string english="Bind Interact" translation="" explanation="title" max="20"/>
<string english="Bind Interact" translation="Assigna interacció" explanation="title" max="20"/>
<string english="Flip is bound to: " translation="El gir està assignat a: " explanation="controller binds, bound to A, B, X, Y, etc. These strings end with a space!" max="32"/>
<string english="Enter is bound to: " translation="El retorn està assignat a: " explanation="controller binds, bound to A, B, X, Y, etc. These strings end with a space!" max="32"/>
<string english="Menu is bound to: " translation="El menú està assignat a: " explanation="controller binds, bound to A, B, X, Y, etc. These strings end with a space!" max="32"/>
<string english="Restart is bound to: " translation="El reinici està assignat a: " explanation="in-game death key to restart at checkpoint. Controller binds, bound to A, B, X, Y, etc. These strings end with a space!" max="32"/>
<string english="Interact is bound to: " translation="La interacció està assignada a: " explanation="controller binds, bound to A, B, X, Y, etc. These strings end with a space!" max="32"/>
<string english="Press a button...|(or press ↑↓)" translation="" explanation="the arrows represent up/down buttons, or stick movement... So: press a controller button, or navigate away" max="38*2"/>
<string english="Add {button}?|Press again to confirm" translation="" explanation="Bind the X button to this action? Press X again to really add it" max="38*2"/>
<string english="Remove {button}?|Press again to confirm" translation="" explanation="Remove the binding of the X button for this action? Press X again to really remove it" max="38*2"/>
<string english="Interact is currently Enter!|See speedrunner options." translation="" explanation="the Interact action can&apos;t be configured now because it&apos;s the same as the Enter action. There&apos;s an option in the Speedrunner options to split it off" max="38*2"/>
<string english="Press a button...|(or press ↑↓)" translation="Prem un botó...|(o prem ↑↓)" explanation="the arrows represent up/down buttons, or stick movement... So: press a controller button, or navigate away" max="38*2"/>
<string english="Add {button}?|Press again to confirm" translation="Vols afegir {button}?|Torna a prémer per a confirmar" explanation="Bind the X button to this action? Press X again to really add it" max="38*2"/>
<string english="Remove {button}?|Press again to confirm" translation="Vols eliminar {button}?|Torna a prémer per a confirmar" explanation="Remove the binding of the X button for this action? Press X again to really remove it" max="38*2"/>
<string english="Interact is currently Enter!|See speedrunner options." translation="Actualment, la interacció és retorn!|Comprova les opcions per a speedruns." explanation="the Interact action can&apos;t be configured now because it&apos;s the same as the Enter action. There&apos;s an option in the Speedrunner options to split it off" max="38*2"/>
<string english="ERROR: No language files found." translation="ERROR: No sha trobat cap fitxer de llengua." explanation="" max="38*3"/>
<string english="Language folder:" translation="Carpeta de llengua:" explanation="" max="39"/>
<string english="Repository language folder:" translation="Carpeta de llengua del repositori:" explanation="Language folder from the Git repository" max="39"/>
@@ -229,6 +229,7 @@
<string english="E" translation="E" explanation="keyboard key E. Speedrunner options menu"/>
<string english="ENTER" translation="Retorn" explanation="keyboard key ENTER. Speedrunner options menu"/>
<string english="ESC" translation="Esc" explanation="keyboard key ESC"/>
<string english="TAB" translation="TAB" explanation="keyboard key TAB"/>
<string english="ACTION" translation="Acció" explanation="the ACTION key is either the SPACE key, Z or V (this is explained on the title screen). It&apos;s used in strings like `Press ACTION to advance text`"/>
<string english="Interact button: {button}" translation="Botó dinteracció: {button}" explanation="keyboard key (E or ENTER) is filled in for {button}. Speedrunner options menu" max="38*2"/>
<string english="fake load screen" translation="pantalla de càrrega" explanation="menu option"/>
@@ -331,9 +332,9 @@
<string english="Currently ENABLED!" translation="Actualment està ACTIVAT!" explanation="flip mode" max="38*3"/>
<string english="Currently Disabled." translation="Actualment està desactivat." explanation="flip mode" max="38*3"/>
<string english="TO UNLOCK: Complete the game." translation="PER A DESBLOCAR-LO: Passat el joc." explanation="" max="38*3"/>
<string english="Invincibility mode enabled" translation="" explanation="in-game message" max="39"/>
<string english="Glitchrunner mode enabled ({version})" translation="" explanation="in-game message" max="39"/>
<string english="Flip Mode enabled" translation="" explanation="in-game message" max="39"/>
<string english="Invincibility mode enabled" translation="Mode dinvencibilitat activat" explanation="in-game message" max="39"/>
<string english="Glitchrunner mode enabled ({version})" translation="Mode glitchrunner activat ({version})" explanation="in-game message" max="39"/>
<string english="Flip Mode enabled" translation="Mode invertit activat" explanation="in-game message" max="39"/>
<string english="Are you sure you want to quit?" translation="Segur que vols sortir?" explanation="quit the program" max="38*4"/>
<string english="GAME OVER" translation="HAS PERDUT" explanation="bigger title" max="13"/>
<string english="You managed to reach:" translation="Has aconseguit arribar a:" explanation="you managed to reach the following room" max="40"/>
@@ -450,8 +451,8 @@
<string english="[Press {button} to return to editor]" translation="[Prem {button} per a tornar a leditor]" explanation="`to editor` is sorta redundant" max="40"/>
<string english="- Press {button} to advance text -" translation="- Prem {button} per a avançar el text -" explanation="to dismiss a textbox. Expect `ACTION`" max="40"/>
<string english="Press {button} to continue" translation="Prem {button} per a continuar" explanation="Expect `ACTION`" max="34"/>
<string english="[Press {button} to unfreeze gameplay]" translation="" explanation="in level debugger: {button} makes everything start moving as normal. Limit is treacherous, expect TAB for {button}. Frozen is the initial state, so this is the first string of the two that users will see!" max="39"/>
<string english="[Press {button} to freeze gameplay]" translation="" explanation="in level debugger: {button} makes everything stop moving. Limit is treacherous, expect TAB for {button}." max="39"/>
<string english="[Press {button} to unfreeze gameplay]" translation="[Prem {button} per a descongelar el joc]" explanation="in level debugger: {button} makes everything start moving as normal. Limit is treacherous, expect TAB for {button}. Frozen is the initial state, so this is the first string of the two that users will see!" max="39"/>
<string english="[Press {button} to freeze gameplay]" translation="[Prem {button} per a congelar el joc]" explanation="in level debugger: {button} makes everything stop moving. Limit is treacherous, expect TAB for {button}." max="39"/>
<string english="Current Time" translation="Temps actual" explanation="super gravitron, stopwatch time" max="20"/>
<string english="Best Time" translation="Millor temps" explanation="super gravitron, best stopwatch time" max="20"/>
<string english="Next Trophy at 5 seconds" translation="Pròxim trofeu a 5 segons" explanation="" max="38*2"/>
@@ -779,7 +780,7 @@ Has trobat el laboratori secret!" explanation="" max="34*4"/>
<string english="Pan-European Font Design by" translation="Disseny de la font paneuropea de" explanation="" max="40"/>
<string english="Fonts by" translation="Fonts de" explanation=""/>
<string english="Other Fonts by" translation="Altres fonts de" explanation=""/>
<string english="Editing and LQA" translation="i també gràcies a:" explanation=""/>
<string english="Editing and LQA" translation="Revisió i control de qualitat" explanation=""/>
<string english="Arabic" translation="Àrab" explanation=""/>
<string english="Catalan" translation="Català" explanation=""/>
<string english="Welsh" translation="Gal·lès" explanation=""/>
@@ -801,10 +802,10 @@ Has trobat el laboratori secret!" explanation="" max="34*4"/>
<string english="Ukrainian" translation="Ucraïnès" explanation=""/>
<string english="Chinese (Simplified)" translation="Xinès simplificat" explanation=""/>
<string english="Chinese (Traditional)" translation="Xinès tradicional" explanation=""/>
<string english="Spanish (ES)" translation="Castellà" explanation=""/>
<string english="Spanish (LATAM)" translation="Spanish (LATAM)" explanation=""/>
<string english="Spanish (ARG.)" translation="Spanish (ARG.)" explanation=""/>
<string english="Persian" translation="" explanation=""/>
<string english="Spanish (ES)" translation="Castellà (Espanya)" explanation=""/>
<string english="Spanish (LATAM)" translation="Castellà (Llatinoamèrica)" explanation=""/>
<string english="Spanish (ARG.)" translation="Castellà (Argentina)" explanation=""/>
<string english="Persian" translation="Persa" explanation=""/>
<string english="" translation="" explanation=""/>
<string english="" translation="" explanation=""/>
</strings>