From: TrailBlazer41legion <163981084+TrailBlazer41legion@users.noreply.github.com> Date: Thu, 26 Dec 2024 03:27:26 +0000 (+1200) Subject: Update invoke-verb-command.ftl X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=524ee364f9a40338654ea0acc38d8bf25717e178;p=space-station-14.git Update invoke-verb-command.ftl --- diff --git a/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl b/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl index c805eb6364..2221f40c92 100644 --- a/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl +++ b/Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl @@ -1,17 +1,17 @@ -### Localization used for the invoke verb command. -# Mostly help + error messages. +### Локализация, используемая для команды invoke verb. +# В основном справка + сообщения об ошибках. -invoke-verb-command-description = Invokes a verb with the given name on an entity, with the player entity +invoke-verb-command-description = Вызывает действие с заданным именем для объекта, или с игроком invoke-verb-command-help = invokeverb -invoke-verb-command-invalid-args = invokeverb takes 2 arguments. +invoke-verb-command-invalid-args = invokeverb принимает 2 аргумента. -invoke-verb-command-invalid-player-uid = Player uid could not be parsed, or "self" was not passed. -invoke-verb-command-invalid-target-uid = Target uid could not be parsed. +invoke-verb-command-invalid-player-uid = UID игрока не удалось найти, или "self" не был прочтён. +invoke-verb-command-invalid-target-uid = Не удалось проанализировать целевой UID. -invoke-verb-command-invalid-player-entity = Player uid given does not correspond to a valid entity. -invoke-verb-command-invalid-target-entity = Target uid given does not correspond to a valid entity. +invoke-verb-command-invalid-player-entity = Указанный UID игрока не соответствует действительному объекту. +invoke-verb-command-invalid-target-entity = Указанный целевой UID не соответствует допустимому объекту. -invoke-verb-command-success = Invoked verb '{ $verb }' on { $target } with { $player } as the user. +invoke-verb-command-success = Вызываемое действие '{ $verb }' для { $target } с { $player } в качестве пользователя. -invoke-verb-command-verb-not-found = Could not find verb { $verb } on { $target }. +invoke-verb-command-verb-not-found = Не удалось найти глагол { $verb } в { $target }.