mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add "You" selector for hud-loot-pickup-msg
This commit is contained in:
parent
9e212935e5
commit
04398dba49
@ -33,7 +33,10 @@ hud-chat-default_death_msg = [{ $name }] morreu
|
||||
hud-chat-all = Todos
|
||||
hud-chat-you = Você
|
||||
hud-chat-chat_tab_hover_tooltip = Clique direito para configurar
|
||||
hud-loot-pickup-msg = {$actor} pegou { $amount ->
|
||||
hud-loot-pickup-msg = { $actor ->
|
||||
[You] Você pegou
|
||||
*[other] { $actor } pegou
|
||||
} { $amount ->
|
||||
[one] { $item }
|
||||
*[other] {$amount}x {$item}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user