6
StarHorizon_Public/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl
2026-01-24 12:49:55 +03: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 }.