-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f92bf8
commit 7e1441a
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Resources/Locale/ru-RU/chemistry/components/transformable-container-component.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
transformable-container-component-glass = { $name } стакан | ||
transformable-container-component-glass = {$reagent} стакан |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = Покрыть предмет клеем |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = Покрыть предмет смазкой |