Files
wwdpublic/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl
nekosich 8894fb9dd5 Перевод + рефактор папки ru-RU (#740)
* refactor-locale+translation

* more

* and fucking more

* conflict-resolve

* Revert "conflict-resolve"

This reverts commit f8a58ed640.
2025-08-04 11:56:35 +10:00

13 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 }.