mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-31 14:03:36 +03:00
Sync language files
This updates all language files to the latest version. - Some minor errors are also fixed - for example, a small number of changes were made to the English string instead of the translation. Alignment of the dimensional stability generator terminal is also improved in several languages. - I also discovered that the string "Complete the game" appears twice - and has, to be consistent with adjacent strings, two separate translations in Portuguese (PT). So this string now properly has two different cases so it can be translated separately. - The limit for TIME/SHINY/LIVES has been bumped from 7 to 8
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
ae98a857d2
commit
975d555a09
@@ -19,7 +19,7 @@
|
||||
<string english_plural="{n_crew|wordy} crewmates remain" english_singular="{n_crew|wordy} crewmate remains" explanation="Reminder: you can add |upper for an uppercase letter." max="40" var="n_crew" expect="100">
|
||||
<translation form="0" translation="Осталось {n_crew} членов экипажа"/>
|
||||
<translation form="1" translation="Остался {n_crew} член экипажа"/>
|
||||
<translation form="1" translation="Осталось {n_crew} члена экипажа"/>
|
||||
<translation form="2" translation="Осталось {n_crew} члена экипажа"/>
|
||||
</string>
|
||||
<string english_plural="{n_crew|wordy} remain" english_singular="{n_crew|wordy} remains" explanation="You have rescued a crew member! XX remain" max="32" var="n_crew" expect="100">
|
||||
<translation form="0" translation="Осталось {n_crew}"/>
|
||||
|
||||
Reference in New Issue
Block a user