mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-30 21:51:46 +03:00
Don't use wordy for numbers
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
9d933f6c2f
commit
55ed42e34c
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user