mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
refactor: make selector consistent
This commit is contained in:
parent
5ceedc8448
commit
27b2709ccb
@ -2,7 +2,7 @@ hud-rank_up = New skillpoint
|
||||
hud-skill-sp_available =
|
||||
{ $number ->
|
||||
[0] No skill points available
|
||||
[one] { $number } skill point available
|
||||
[1] { $number } skill point available
|
||||
*[other] { $number } skill points available
|
||||
}
|
||||
hud-skill-not_unlocked = Not yet unlocked
|
||||
|
@ -5,7 +5,7 @@ hud-social-not_yet_available = Not yet available
|
||||
hud-social-faction = Faction
|
||||
hud-social-play_online_fmt =
|
||||
{ $nb_player ->
|
||||
[one] 1 player online
|
||||
[1] 1 player online
|
||||
*[other] { $nb_player } players online
|
||||
}
|
||||
|
||||
|
@ -17,11 +17,11 @@ hud-trade-result-completed = Trade completed successfully.
|
||||
hud-trade-result-declined = Trade declined.
|
||||
hud-trade-result-nospace = Not enough space to complete the trade.
|
||||
hud-trade-buy = Buy Price: { $coin_num ->
|
||||
[one] one coin
|
||||
[1] one coin
|
||||
*[other] { $coin_formatted } coins
|
||||
}
|
||||
hud-trade-sell = Sell Price: { $coin_num ->
|
||||
[one] one coin.
|
||||
[1] one coin.
|
||||
*[other] { $coin_formatted } coins
|
||||
}
|
||||
hud-trade-tooltip_hint_1 = <Shift-Click to Add/Remove from trade.>
|
||||
|
Loading…
Reference in New Issue
Block a user