fish-station/Resources/Locale/ru-RU/_strings/verbs/invoke-verb-command.ftl
Rinary 74e733ef4f
Рефактор Локализации + Фиксы (#339)
* init

* fix

* upd scripts

* trying to rework syntax finder

* upd

* upd

* upd

* transate AI

* upd

* upd

* upd

* fix

* translate

* upd

* ай бля

* fix

* upd

* upd

* fix
2024-08-30 20:11:33 +03:00

14 lines
1.3 KiB
Text
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 }.