Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ComputerCraft
=============

Issue tracker for ComputerCraft - http://www.computercraft.info
Localization Repository and Issue tracker for ComputerCraft - http://www.computercraft.info
82 changes: 82 additions & 0 deletions lang/cs_CZ.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#################
# Tiles
#################


###############
# Computers
###############

tile.computercraft:computer.name=Počítač
tile.computercraft:advanced_computer.name=Pokročilý počítač

###############
# Peripherals
###############

tile.computercraft:drive.name=Pevný disk
tile.computercraft:printer.name=Tiskárna
tile.computercraft:monitor.name=Monitor
tile.computercraft:advanced_monitor.name=Pokročilý monitor
tile.computercraft:wireless_modem.name=Bezdrátový modem
tile.computercraft:wired_modem.name=Drátový modem
tile.computercraft:cable.name=Síťový kabel

###############
# Turtles
###############

tile.computercraft:turtle.name=Turtle
tile.computercraft:turtle.upgraded.name=%s Turtle
tile.computercraft:turtle.upgraded_twice.name=%s %s Turtle
tile.computercraft:advanced_turtle.name=Pokročilá Turtle
tile.computercraft:advanced_turtle.upgraded.name=Pokročilá %s Turtle
tile.computercraft:advanced_turtle.upgraded_twice.name=Pokročilá %s %s Turtle


#################
# Items
#################

###############
# Floppy Disk
###############

item.computercraft:disk.name=Disketa
item.computercraft:treasure_disk.name=Disketa

###############
# Printed Items
###############

item.computercraft:page.name=Vytisknutá stránka
item.computercraft:pages.name=Vytisknuté stránky
item.computercraft:book.name=Vytisknutá knika

###############
# PDAs
###############

item.computercraft:pocket_computer.name=Kapesní počítač
item.computercraft:pocket_computer.upgraded.name=%s Kapesní počítač
item.computercraft:advanced_pocket_computer.name=Pokročilý kapesní počítač
item.computercraft:advanced_pocket_computer.upgraded.name=Pokročilý %s kapesní počítač

#################
# Upgrades
#################

upgrade.minecraft:diamond_sword.adjective=Zabíjecí
upgrade.minecraft:diamond_shovel.adjective=Kopací
upgrade.minecraft:diamond_pickaxe.adjective=Těžící
upgrade.minecraft:diamond_axe.adjective=Kácecí
upgrade.minecraft:diamond_hoe.adjective=Zemědělská
upgrade.computercraft:wireless_modem.adjective=Bezdrátová
upgrade.minecraft:crafting_table.adjective=Kraftící

#################
# GUI's
#################

gui.computercraft:wired_modem.peripheral_connected=Zařízení "%s" připojeno k síťi
gui.computercraft:wired_modem.peripheral_disconnected=Zařízení "%s" odpojeno ze síťe
82 changes: 82 additions & 0 deletions lang/en_US.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#################
# Tiles
#################


###############
# Computers
###############

tile.computercraft:computer.name=Computer
tile.computercraft:advanced_computer.name=Advanced Computer

###############
# Peripherals
###############

tile.computercraft:drive.name=Disk Drive
tile.computercraft:printer.name=Printer
tile.computercraft:monitor.name=Monitor
tile.computercraft:advanced_monitor.name=Advanced Monitor
tile.computercraft:wireless_modem.name=Wireless Modem
tile.computercraft:wired_modem.name=Wired Modem
tile.computercraft:cable.name=Networking Cable

###############
# Turtles
###############

tile.computercraft:turtle.name=Turtle
tile.computercraft:turtle.upgraded.name=%s Turtle
tile.computercraft:turtle.upgraded_twice.name=%s %s Turtle
tile.computercraft:advanced_turtle.name=Advanced Turtle
tile.computercraft:advanced_turtle.upgraded.name=Advanced %s Turtle
tile.computercraft:advanced_turtle.upgraded_twice.name=Advanced %s %s Turtle


#################
# Items
#################

###############
# Floppy Disk
###############

item.computercraft:disk.name=Floppy Disk
item.computercraft:treasure_disk.name=Floppy Disk

###############
# Printed Items
###############

item.computercraft:page.name=Printed Page
item.computercraft:pages.name=Printed Pages
item.computercraft:book.name=Printed Book

###############
# PDAs
###############

item.computercraft:pocket_computer.name=Pocket Computer
item.computercraft:pocket_computer.upgraded.name=%s Pocket Computer
item.computercraft:advanced_pocket_computer.name=Advanced Pocket Computer
item.computercraft:advanced_pocket_computer.upgraded.name=Advanced %s Pocket Computer

#################
# Upgrades
#################

upgrade.minecraft:diamond_sword.adjective=Melee
upgrade.minecraft:diamond_shovel.adjective=Digging
upgrade.minecraft:diamond_pickaxe.adjective=Mining
upgrade.minecraft:diamond_axe.adjective=Felling
upgrade.minecraft:diamond_hoe.adjective=Farming
upgrade.computercraft:wireless_modem.adjective=Wireless
upgrade.minecraft:crafting_table.adjective=Crafty

#################
# GUI's
#################

gui.computercraft:wired_modem.peripheral_connected=Peripheral "%s" connected to network
gui.computercraft:wired_modem.peripheral_disconnected=Peripheral "%s" disconnected from network
82 changes: 82 additions & 0 deletions lang/ru_RU.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
#################
# Tiles
#################


###############
# Computers
###############

tile.computercraft:computer.name=Компютер
tile.computercraft:advanced_computer.name=Продвинутый компютер

###############
# Peripherals
###############

tile.computercraft:drive.name=Дисковод
tile.computercraft:printer.name=Принтер
tile.computercraft:monitor.name=Монитор
tile.computercraft:advanced_monitor.name=Тач-скрин
tile.computercraft:wireless_modem.name=Беспроводной модем
tile.computercraft:wired_modem.name=Проводной модем
tile.computercraft:cable.name=Сетевой кабель

###############
# Turtles
###############

tile.computercraft:turtle.name=Черепаха
tile.computercraft:turtle.upgraded.name=%s черепаха
tile.computercraft:turtle.upgraded_twice.name=%s %s черепаха
tile.computercraft:advanced_turtle.name=Умная Черепаха
tile.computercraft:advanced_turtle.upgraded.name=Умная %s черепаха
tile.computercraft:advanced_turtle.upgraded_twice.name=Умная %s %s черепаха


#################
# Items
#################

###############
# Floppy Disk
###############

item.computercraft:disk.name=Дискета
item.computercraft:treasure_disk.name=Дискета

###############
# Printed Items
###############

item.computercraft:page.name=Отпечатанная страница
item.computercraft:pages.name=Отпечатанные страницы
item.computercraft:book.name=Отпечатанная книга

###############
# PDAs
###############

item.computercraft:pocket_computer.name=Цифровой помошник
item.computercraft:pocket_computer.upgraded.name=%s Цифровой помошник
item.computercraft:advanced_pocket_computer.name=Планшет
item.computercraft:advanced_pocket_computer.upgraded.name=%s планшет

#################
# Upgrades
#################

upgrade.minecraft:diamond_sword.adjective=атакующая
upgrade.minecraft:diamond_shovel.adjective=копающая
upgrade.minecraft:diamond_pickaxe.adjective=добывающая
upgrade.minecraft:diamond_axe.adjective=рубящая
upgrade.minecraft:diamond_hoe.adjective=пашущая
upgrade.computercraft:wireless_modem.adjective=беспроводная
upgrade.minecraft:crafting_table.adjective=создающая

#################
# GUI's
#################

gui.computercraft:wired_modem.peripheral_connected=Переферия "%s" подключена
gui.computercraft:wired_modem.peripheral_disconnected=Переферия "%s" отключена