-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Russian translation, gates localization (#692)
- Loading branch information
Showing
30 changed files
with
180 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons | ||
|
||
### oldwires.lua ### | ||
Mesecons=Мезеконы |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_blinkyplant | ||
|
||
### init.lua ### | ||
Blinky Plant=Мигающий цветок |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_button | ||
|
||
### init.lua ### | ||
Button=Кнопка |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# textdomain: mesecons_commandblock | ||
|
||
### init.lua ### | ||
Say <text> as the server=Сказать <текст> от имени сервера | ||
Say <text> to <name> privately=Сказать <текст> игроку <имя> в личном сообщении | ||
Set health of <name> to <value> hitpoints=Установить здоровье игрока <имя> на <значение> хитпоинтов | ||
Command Block=Комадный блок |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_delayer | ||
|
||
### init.lua ### | ||
Delayer=Элемент задержки | ||
You hacker you=Ти хакер, ти |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_detector | ||
|
||
### init.lua ### | ||
Player Detector=Детектор игрока | ||
Node Detector=Детектор блока |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# textdomain: mesecons_extrawires | ||
|
||
### corner.lua ### | ||
Insulated Mesecon Corner=Изолированный мезекон (угол) | ||
|
||
### crossover.lua ### | ||
Insulated Mesecon Crossover=Изолированный мезекон (перекрестие) | ||
You hacker you!=Ти хакер ти! | ||
|
||
### doublecorner.lua ### | ||
Insulated Mesecon Double Corner=Изолированный мезекон (двойной угол) | ||
|
||
### mesewire.lua ### | ||
Mese Wire=Мезе-провод | ||
|
||
### tjunction.lua ### | ||
Insulated Mesecon T-junction=Изолированный мезекон (Т-соединение) | ||
|
||
### vertical.lua ### | ||
Vertical Mesecon=Вертикальный мезекон |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# textdomain: mesecons_fpga | ||
|
||
### init.lua ### | ||
FPGA=ПЛИС | ||
|
||
### tool.lua ### | ||
FPGA Programmer=ПЛИС-программер |
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# textdomain: mesecons_gates | ||
Diode=Диод | ||
NOT Gate=НЕ-шлюз | ||
AND Gate=И-шлюз | ||
NAND Gate=NAND-шлюз | ||
XOR Gate=XOR-шлюз | ||
NOR Gate=NOR-шлюз | ||
OR Gate=ИЛИ-шлюз |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# textdomain: mesecons_gates | ||
Diode= | ||
NOT Gate= | ||
AND Gate= | ||
NAND Gate= | ||
XOR Gate= | ||
NOR Gate= | ||
OR Gate= |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_hydroturbine | ||
|
||
### init.lua ### | ||
Water Turbine=Гидротурбина |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_insulated | ||
|
||
### init.lua ### | ||
Straight Insulated Mesecon=Прямой изолированный мезекон |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_lamp | ||
|
||
### init.lua ### | ||
Mesecon Lamp=Мезеконовая лампа |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# textdomain: mesecons_lightstone | ||
|
||
### init.lua ### | ||
Red Lightstone=Красный светящийся камень | ||
Green Lightstone=Зеленый светящийся камень | ||
Blue Lightstone=Синий светящийся камень | ||
Grey Lightstone=Серый светящийся камень | ||
Dark Grey Lightstone=Темно-серый светящийся камень | ||
Yellow Lightstone=Желтый светящийся камень | ||
Orange Lightstone=Оранжевый светящийся камень | ||
White Lightstone=Белый светящийся камень | ||
Pink Lightstone=Розовый светящийся камень | ||
Magenta Lightstone=Пурпурный светящийся камень | ||
Cyan Lightstone=Голубой светящийся камень | ||
Violet Lightstone=Фиолетовый светящийся камень |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_luacontroller | ||
|
||
### init.lua ### | ||
Luacontroller=Lua-контроллер |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# textdomain: mesecons_materials | ||
|
||
### init.lua ### | ||
Glue=Клей | ||
Fiber=Волокно | ||
Silicon=Кремний |
4 changes: 4 additions & 0 deletions
4
mesecons_microcontroller/locale/mesecons_microcontroller.ru.tr
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_microcontroller | ||
|
||
### init.lua ### | ||
Microcontroller=Микроконтроллер |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# textdomain: mesecons_movestones | ||
|
||
### init.lua ### | ||
Movestone=Ходовой камень | ||
Sticky Movestone=Липкий ходовой камень | ||
Vertical Movestone=Вертикальный ходовой камень | ||
Vertical Sticky Movestone=Вертикальный липкий ходовой камень |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_noteblock | ||
|
||
### init.lua ### | ||
Noteblock=Нотный блок |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# textdomain: mesecons_pistons | ||
|
||
### init.lua ### | ||
Piston=Поршень | ||
Activated Piston Base=Основание активированного поршня | ||
Piston Pusher=Толкающая часть поршня | ||
Sticky Piston=Липкий поршень | ||
Activated Sticky Piston Base=Основание активированного липкого поршня | ||
Sticky Piston Pusher=Толкающая часть липкого поршня |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_powerplant | ||
|
||
### init.lua ### | ||
Power Plant=Энергоцветок |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_pressureplates | ||
|
||
### init.lua ### | ||
Wooden Pressure Plate=Деревянная нажимная пластина | ||
Stone Pressure Plate=Каменная нажимная пластина |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# textdomain: mesecons_random | ||
|
||
### init.lua ### | ||
Removestone=Исчезающий камень | ||
Ghoststone=Призрачный камень |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_solarpanel | ||
|
||
### init.lua ### | ||
Solar Panel=Солнечная панель |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_stickyblocks | ||
|
||
### init.lua ### | ||
Sticky Block=Липкий блок |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_switch | ||
|
||
### init.lua ### | ||
Switch=Выключатель |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_torch | ||
|
||
### init.lua ### | ||
Mesecon Torch=Мезе-факел |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_walllever | ||
|
||
### init.lua ### | ||
Lever=Рычаг |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# textdomain: mesecons_wires | ||
|
||
### init.lua ### | ||
Mesecon=Мезекон |