mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: commas
This commit is contained in:
parent
daa18dd92a
commit
77cb2ae783
@ -31,7 +31,7 @@
|
||||
"buff.title.crippled": "Crippled",
|
||||
"buff.desc.crippled": "Your movement is crippled as your legs are heavily injured.",
|
||||
"buff.title.frozen": "Frozen",
|
||||
"buff.desc.frozen": "Your movements and attacks are slowed."
|
||||
"buff.desc.frozen": "Your movements and attacks are slowed.",
|
||||
// Buffs stats
|
||||
"buff.stat.health": "Restores {str_total} Health",
|
||||
"buff.stat.increase_max_stamina": "Raises Maximum Stamina by {strength}",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"hud.outcome.curse": "died of: curse",
|
||||
"hud.outcome.bleeding": "died of: bleeding",
|
||||
"hud.outcome.crippled": "died of: crippled",
|
||||
"hud.outcome.frozen": "died of: frozen"
|
||||
"hud.outcome.frozen": "died of: frozen",
|
||||
|
||||
// Chat outputs
|
||||
"hud.chat.online_msg": "[{name}] is online now",
|
||||
|
Loading…
Reference in New Issue
Block a user