Don't use wordy for numbers

This commit is contained in:
KabanFriends 2024-02-02 16:03:07 +09:00 committed by Misa Elizabeth Kai
parent 9d933f6c2f
commit 55ed42e34c
2 changed files with 8 additions and 8 deletions

View File

@ -370,9 +370,9 @@ Sランク以上を獲得" explanation="ranks are B A S V, see below" max="38*3"
<string english=" / " translation=" / " explanation="inserted between two times, ex: 0:46.90 / 1:15.99. Time trial results"/>
<string english="{n_trinkets}/{max_trinkets}" translation="{n_trinkets}/{max_trinkets}" explanation="ex: 2/5"/>
<string english="{n_trinkets} of {max_trinkets}" translation="{n_trinkets} / {max_trinkets}" explanation="ex: 2 of 5"/>
<string english="{n_trinkets|wordy} out of {max_trinkets|wordy}" translation="{n_trinkets|wordy} / {max_trinkets|wordy}" explanation="ex: One out of Twenty, see numbers.xml. You can add |upper for an uppercase letter." max="34" max_local="34"/>
<string english="{savebox_n_trinkets|wordy}" translation="{savebox_n_trinkets|wordy}" explanation="trinket count in telesave/quicksave information box. You can add |upper for an uppercase letter."/>
<string english="{gamecomplete_n_trinkets|wordy}" translation="{gamecomplete_n_trinkets|wordy}" explanation="trinket count on Game Complete screen (after Trinkets Found:) You can add |upper for an uppercase letter."/>
<string english="{n_trinkets|wordy} out of {max_trinkets|wordy}" translation="{n_trinkets} / {max_trinkets}" explanation="ex: One out of Twenty, see numbers.xml. You can add |upper for an uppercase letter." max="34" max_local="34"/>
<string english="{savebox_n_trinkets|wordy}" translation="{savebox_n_trinkets}" explanation="trinket count in telesave/quicksave information box. You can add |upper for an uppercase letter."/>
<string english="{gamecomplete_n_trinkets|wordy}" translation="{gamecomplete_n_trinkets}" explanation="trinket count on Game Complete screen (after Trinkets Found:) You can add |upper for an uppercase letter."/>
<string english="+1 Rank!" translation="ランク +1" explanation="time trial rank was upgraded (B → A → S → V). B is minimum, which is purposefully high (see it as 7/10) - S is a popular rank above A in a lot of games, so VVVVVV added a rank above that." max="12" max_local="12"/>
<string english="Rank:" translation="ランク:" explanation="time trial rank" max="9" max_local="9"/>
<string english="B" translation="B" explanation="time trial rank" max="5" max_local="5"/>

View File

@ -2,19 +2,19 @@
<!-- Please read README.txt for information about the language files -->
<strings_plural max_local_for="8x12">
<string english_plural="You rescued {n_crew|wordy} crewmates" english_singular="You rescued {n_crew|wordy} crewmate" explanation="These two strings are displayed underneath each other (1/2)" max="40" var="n_crew" expect="6" max_local="40">
<translation form="0" translation="クルーを{n_crew|wordy}人救出し、"/>
<translation form="0" translation="クルーを{n_crew}人救出し、"/>
</string>
<string english_plural="and found {n_trinkets|wordy} trinkets." english_singular="and found {n_trinkets|wordy} trinket." explanation="These two strings are displayed underneath each other (2/2)" max="38*2" var="n_trinkets" expect="20" max_local="38*1">
<translation form="0" translation="トリンケットを{n_trinkets|wordy}個集めた!"/>
<translation form="0" translation="トリンケットを{n_trinkets}個集めた!"/>
</string>
<string english_plural="And you found {n_trinkets|wordy} trinkets." english_singular="And you found {n_trinkets|wordy} trinket." explanation="You rescued all the crewmates! And you found XX trinket(s)." max="38*3" var="n_trinkets" expect="20" max_local="38*2">
<translation form="0" translation="トリンケットを{n_trinkets|wordy}個集めた!"/>
<translation form="0" translation="トリンケットを{n_trinkets}個集めた!"/>
</string>
<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="38*2" var="n_crew" expect="100" max_local="38*1">
<translation form="0" translation="クルー 残り{n_crew|wordy}名"/>
<translation form="0" 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*2" var="n_crew" expect="100" max_local="32*1">
<translation form="0" translation="残り{n_crew|wordy}名"/>
<translation form="0" translation="残り{n_crew}名"/>
</string>
<string english_plural="Hardest Room (with {n_deaths} deaths)" english_singular="Hardest Room (with {n_deaths} death)" explanation="game complete screen" max="40" var="n_deaths" expect="1000" max_local="40">
<translation form="0" translation="最凶難度部屋 (ミス回数: {n_deaths})"/>