Files
wwdpublic/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl
RedBurningPhoenix 86ccb49d1a [TEST] Translate Again (#29)
* [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>
2024-09-01 16:08:07 +07:00

15 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Localization used for the invoke verb command.
# Mostly help + error messages.
invoke-verb-command-description = Вызывает verb с заданным именем на сущности, с сущностью игрока
invoke-verb-command-help = invokeverb <playerUid | "self"> <targetUid> <verbName | "interaction" | "activation" | "alternative">
invoke-verb-command-invalid-args = invokeverb принимает 2 аргумента.
invoke-verb-command-invalid-player-uid = uid игрока не может быть проанализирован, или "self" не было пройдено.
invoke-verb-command-invalid-target-uid = Целевой uid не может быть проанализирован.
invoke-verb-command-invalid-player-entity = Указанный uid игрока не соответствует действительной сущности.
invoke-verb-command-invalid-target-entity = Указанный целевой uid не соответствует действительной сущности.
invoke-verb-command-success = Вызывает verb '{ $verb }' на { $target } с { $player } в качестве пользователя.
invoke-verb-command-verb-not-found = Не удалось найти verb { $verb } на { $target }.