diff --git a/Resources/Locale/ru-RU/cuffs/components/handcuff-component.ftl b/Resources/Locale/ru-RU/cuffs/components/handcuff-component.ftl index ac64b2369a..7629b7cde5 100644 --- a/Resources/Locale/ru-RU/cuffs/components/handcuff-component.ftl +++ b/Resources/Locale/ru-RU/cuffs/components/handcuff-component.ftl @@ -3,6 +3,7 @@ handcuff-component-cuffs-broken-error = Наручники сломаны! handcuff-component-target-has-no-hands-error = { $targetName } не имеет рук! handcuff-component-target-has-no-free-hands-error = { $targetName } не имеет свободных рук! handcuff-component-too-far-away-error = Вы слишком далеко, чтобы использовать наручники! +handcuff-component-target-flying-error = Вы не можете достать до рук { $targetName }! handcuff-component-start-cuffing-observer = { $user } начинает заковывать { $target }! handcuff-component-start-cuffing-target-message = Вы начинаете заковывать { $targetName }. handcuff-component-start-cuffing-by-other-message = { $otherName } начинает заковывать вас! diff --git a/Resources/Locale/ru-RU/flight/flight_system.ftl b/Resources/Locale/ru-RU/flight/flight_system.ftl new file mode 100644 index 0000000000..4dd35401c6 --- /dev/null +++ b/Resources/Locale/ru-RU/flight/flight_system.ftl @@ -0,0 +1,2 @@ +no-flight-while-restrained = Вы не можете взлететь. +no-flight-while-zombified = Вы не можете использовать ваши крылья.