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>
15 lines
653 B
Plaintext
15 lines
653 B
Plaintext
### EmitterComponent
|
|
|
|
# Shows when attempting to turn the emitter on or off without proper access
|
|
comp-emitter-access-locked = Доступ к { $target } заблокирован!
|
|
|
|
# Shows when turning the emitter on/off
|
|
comp-emitter-turned-on = { $target } включается.
|
|
comp-emitter-turned-off = { $target } отключается.
|
|
|
|
# Shows if the user attempts to activate the emitter while it's un-anchored.
|
|
comp-emitter-not-anchored = { $target } не закреплён!
|
|
|
|
emitter-component-current-type = Текущий выбранный режим: { $type }.
|
|
emitter-component-type-set = Выставленный режим: { $type }
|