Skip to content

Commit

Permalink
name target fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Farrellka-dev committed Jan 4, 2025
1 parent 5f92bf8 commit 7e1441a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
transformable-container-component-glass = { $name } стакан
transformable-container-component-glass = {$reagent} стакан
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/cluwne/cluwne.ftl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cluwne-transform = { CAPITALIZE($target) } превратился в клувеня!
cluwne-name-prefix = клувень { $target }
cluwne-name-prefix = клувень {$baseName}
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/glue/glue.ftl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
glue-success = Вы покрыли { $target } клеем!
glued-name-prefix = липкий { $target }
glue-failure = Не удалось покрыть { $target } клеем.
glue-success = Вы покрыли {THE($target)} клеем!
glued-name-prefix = липкий {$baseName}
glue-failure = Не удалось покрыть {THE($target)} клеем.
glue-verb-text = Нанести клей
glue-verb-message = Покрыть предмет клеем
8 changes: 4 additions & 4 deletions Resources/Locale/ru-RU/lube/lube.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lube-success = Вы покрыли { $target } смазкой!
lubed-name-prefix = смазанный { $target }
lube-failure = Не удалось покрыть { $target } смазкой!
lube-slip = { $target } выскальзывает из ваших рук!
lube-success = Вы покрыли {THE($target)} смазкой!
lubed-name-prefix = смазанный {$baseName}
lube-failure = Не удалось покрыть {THE($target)} смазкой!
lube-slip = {THE($target)} выскальзывает из ваших рук!
lube-verb-text = Нанести смазку
lube-verb-message = Покрыть предмет смазкой

0 comments on commit 7e1441a

Please sign in to comment.