add russian localization, thanks to thinOptimist
This commit is contained in:
parent
816dbeac24
commit
7f456bd42c
4 changed files with 60 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,7 +1,19 @@
|
||||||
# Titanium
|
# Titanium
|
||||||
|
|
||||||
|
[factorio mod page](https://mods.factorio.com/mod/bztitanium)
|
||||||
|
|
||||||
Adds titanium ore and plates to the base game. It requires lubricant to mine.
|
Adds titanium ore and plates to the base game. It requires lubricant to mine.
|
||||||
Most recipes that should be lightweight that use steel now use titanium. Other minor recipe tweaks as well.
|
Most recipes that should be lightweight that use steel now use titanium. Other minor recipe tweaks as well.
|
||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
See changelog.txt
|
See changelog.txt
|
||||||
|
|
||||||
|
## Created by
|
||||||
|
|
||||||
|
- [brevven](https://mods.factorio.com/user/brevven)
|
||||||
|
|
||||||
|
### Localization
|
||||||
|
Thanks to
|
||||||
|
|
||||||
|
- [thinOptimist](https://mods.factorio.com/user/thinOptimist) (RU)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.9.2
|
||||||
|
Date: 2020-12-17
|
||||||
|
Features:
|
||||||
|
- Russian localization, thanks to thinOptimist (https://mods.factorio.com/user/thinOptimist)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.9.1
|
Version: 0.9.1
|
||||||
Date: 2020-12-12
|
Date: 2020-12-12
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
42
locale/ru/titanium.cfg
Normal file
42
locale/ru/titanium.cfg
Normal file
|
|
@ -0,0 +1,42 @@
|
||||||
|
[entity-name]
|
||||||
|
titanium-ore=Титан
|
||||||
|
|
||||||
|
[autoplace-control-names]
|
||||||
|
titanium-ore=Титановая руда
|
||||||
|
|
||||||
|
[item-name]
|
||||||
|
titanium-ore=Титановая руда
|
||||||
|
titanium-dust=Титановая пыль
|
||||||
|
titanium-plate=Титановая плита
|
||||||
|
titanium-alloy=__ITEM__titanium-plate__
|
||||||
|
enriched-titanium=Обогащенный титан
|
||||||
|
|
||||||
|
[item-description]
|
||||||
|
titanium-ore=Может быть преплавлена в титановые плиты.
|
||||||
|
enriched-titanium=Обогащает титан хлористым водородом [fluid=hydrogen-chloride] и водой [fluid=water], увеличивая объёмы продукции. Производит грязную воду [fluid=dirty-water] как побочный продукт.
|
||||||
|
|
||||||
|
[technology-name]
|
||||||
|
titanium-processing=Обработка титана
|
||||||
|
enriched-titanium=Обогащение титана
|
||||||
|
titanium-matter-processing=Переработка титана в материю
|
||||||
|
|
||||||
|
[technology-description]
|
||||||
|
titanium-processing=Позволяет добывать и обрабатывать титан.
|
||||||
|
enriched-titanium=Позволяет химически обогащать титановую руду, увеличивая выход продукции.
|
||||||
|
|
||||||
|
[recipe-name]
|
||||||
|
enriched-titanium=__ITEM__enriched-titanium__
|
||||||
|
dirty-water-filtration-titanium=Фильтрация грязной воды [item=titanium-ore]
|
||||||
|
|
||||||
|
|
||||||
|
# Settings
|
||||||
|
|
||||||
|
[mod-setting-name]
|
||||||
|
bztitanium-mining-fluid=Экспериментальный: Жидкость для добычи титана
|
||||||
|
|
||||||
|
[mod-setting-description]
|
||||||
|
tbzitanium-mining-fluid=Выбирете при помощи какой жидкости будет добываться титан.\n[color=orange]Рекомендуется смазочная жидкость![/color]\n[color=red]Этот параметр является экспериментальным и может вызывать конфликты.[/color]
|
||||||
|
[string-mod-setting]
|
||||||
|
bztitanium-mining-fluid-lubricant=Смазочная жидкость
|
||||||
|
bztitanium-mining-fluid-sulfuric-acid=Серная кислота
|
||||||
|
bztitanium-mining-fluid-chlorine=Хлор
|
||||||
Loading…
Add table
Add a link
Reference in a new issue