mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* [Feature] RU Locale * Culture * Ебала спавн, теперь не ебёт и работает. * feat: fetch locale from cvars * feat: allow cyrillic symbols in character name * fix: random translation fix --------- Co-authored-by: PuroSlavKing <puroslavking@yahoo.com> Co-authored-by: Remuchi <RemuchiOfficial@gmail.com>
14 lines
719 B
Plaintext
14 lines
719 B
Plaintext
## Damage command loc.
|
|
|
|
damage-command-description = Add or remove damage to an entity.
|
|
damage-command-help = Usage: { $command } <type/group> <amount> [ignoreResistances] [uid]
|
|
damage-command-arg-type = <damage type or group>
|
|
damage-command-arg-quantity = [quantity]
|
|
damage-command-arg-target = [target euid]
|
|
damage-command-error-type = { $arg } is not a valid damage group or type.
|
|
damage-command-error-euid = { $arg } is not a valid entity uid.
|
|
damage-command-error-quantity = { $arg } is not a valid quantity.
|
|
damage-command-error-bool = { $arg } is not a valid bool.
|
|
damage-command-error-player = No entity attached to session. You must specify a target uid
|
|
damage-command-error-args = Invalid number of arguments
|