Update locale

This commit is contained in:
Morbo
2023-01-25 23:42:26 +03:00
parent f0783a7147
commit bfc9dbe3d2
34 changed files with 156 additions and 46 deletions

View File

@@ -46,3 +46,6 @@ ent-CrateVendingMachineRestockSnacksFilled = { ent-CratePlastic }
ent-CrateVendingMachineRestockTankDispenserFilled = { ent-CratePlastic }
.desc = { ent-CratePlastic.desc }
.suffix = { "" }
ent-CrateVendingMachineRestockHappyHonkFilled = { ent-CratePlastic }
.desc = { ent-CratePlastic.desc }
.suffix = { "" }

View File

@@ -10,18 +10,3 @@ ent-ClothingUniformJumpsuitCentcomOfficerBlack = special operations officer unif
ent-ClothingUniformJumpsuitCentcomAdmiral = admiral's uniform
.desc = A uniform worn by those with the rank Admiral in the Nanotrasen Navy.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTJanitor = ERT janitor uniform
.desc = Comfortable and reliable uniform issued to members of emergency response team. This one looks water-resistant.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTLeader = ERT leader uniform
.desc = Comfortable and reliable uniform issued to members of emergency response team. This one looks like it's made of durathread.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTEngineer = ERT engineer uniform
.desc = Comfortable and reliable uniform issued to members of emergency response team. This one seems to have a lot of extra pockets.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTMedic = ERT medic uniform
.desc = Comfortable and reliable uniform issued to members of emergency response team. This one seems to have an antibacterial coating.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTSecurity = ERT security uniform
.desc = Comfortable and reliable uniform issued to members of emergency response team.
.suffix = { "" }

View File

@@ -37,3 +37,18 @@ ent-ClothingUniformJumpsuitHoSOld = old head of security's jumpsuit
ent-ClothingHandsWatchDivine = divine watches
.desc = This watch can only be worn by a divine person
.suffix = { "" }
ent-ClothingHandsGlovesLeatherUSSPBlack = old ussp leather gloves
.desc = Black leather gloves from USSP
.suffix = Sponsor
ent-ClothingHeadHatCapUSSPBlack = old ussp leather cap
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingOuterCoatUSSPOvercoatBlack = old ussp armored overcoat
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingUniformJumpsuitUSSPBlack = old ussp jumpsuit
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingShoesUSSPBlack = old ussp boots
.desc = Pretty old stuff from USSP
.suffix = Sponsor

View File

@@ -34,7 +34,7 @@ ent-ClothingBackpackVirology = virology backpack
ent-ClothingBackpackSalvage = salvage bag
.desc = A robust backpack for stashing your loot.
.suffix = { "" }
ent-ClothingBackpackERTLeader = ERT commander backpack
ent-ClothingBackpackERTLeader = ERT leader backpack
.desc = A spacious backpack with lots of pockets, worn by the Commander of an Emergency Response Team.
.suffix = { "" }
ent-ClothingBackpackERTSecurity = ERT security backpack

View File

@@ -40,3 +40,18 @@ ent-FoodBoxDonkpocketHonk = box of banana-flavoured donk-pockets
ent-FoodBoxDonkpocketDink = box of dink-pockets
.desc = Net Zero carbohydrates! No need for heating!
.suffix = { "" }
ent-HappyHonk = happy honk meal
.desc = The toy is more edible than the food.
.suffix = Toy Safe
ent-HappyHonkMime = { ent-HappyHonk }
.desc = A limited mime edition of the happy honk meal.
.suffix = Toy Safe
ent-HappyHonkNukie = robust nukie meal
.desc = A sus meal with a potentially explosive surprise.
.suffix = Toy Unsafe
ent-HappyHonkCluwne = woeful cluwne meal
.desc = Nothing good can come of this.
.suffix = { "" }
ent-FoodMealHappyHonkClown = { ent-HappyHonk }
.suffix = random food spawner meal
.desc = { ent-HappyHonk.desc }

View File

@@ -52,6 +52,9 @@ ent-CloningPodMachineCircuitboard = cloning pod machine board
ent-MedicalScannerMachineCircuitboard = medical scanner machine board
.desc = A machine printed circuit board for a medical scanner
.suffix = { "" }
ent-CrewMonitoringServerMachineCircuitboard = crew monitoring server machine board
.desc = A machine printed circuit board for a crew monitoring server
.suffix = { "" }
ent-CryoPodMachineCircuitboard = cryo pod machine board
.desc = A machine printed circuit board for a cryo pod
.suffix = { "" }

View File

@@ -1,3 +1,6 @@
ent-BikeHorn = bike horn
.desc = A horn off of a bicycle.
.suffix = { "" }
ent-GoldenBikeHorn = golden honker
.desc = A happy honk prize, pray to the gods for your reward.
.suffix = not to be mapped.

View File

@@ -0,0 +1,3 @@
ent-SpiderWeb = spider web
.desc = It's stringy and sticky.
.suffix = { "" }

View File

@@ -61,3 +61,6 @@ ent-VendingMachineRestockSmokes = ShadyCigs restock box
ent-VendingMachineRestockTankDispenser = tank dispenser resupply box
.desc = Capable of replacing tanks in a gas tank dispenser. Handle with care.
.suffix = { "" }
ent-VendingMachineRestockHappyHonk = happy honk restock box
.desc = place this box full of fun into the restock slot on the Happy Honk Dispenser to begin.
.suffix = { "" }

View File

@@ -0,0 +1,3 @@
ent-CrewMonitoringServer = crew monitoring server
.desc = Receives and relays the status of all active suit sensors on the station.
.suffix = { "" }

View File

@@ -142,6 +142,9 @@ ent-VendingMachineGeneDrobe = GeneDrobe
ent-VendingMachineViroDrobe = ViroDrobe
.desc = An unsterilized machine for dispending virology related clothing.
.suffix = { "" }
ent-VendingMachineHappyHonk = Happy Honk Dispenser
.desc = A happy honk meal box dispenser made by honk! co.
.suffix = { "" }
ent-VendingMachineTankDispenserEVA = gas tank dispenser
.desc = A vendor for dispensing gas tanks.
.suffix = EVA [O2, N2]

View File

@@ -1,9 +1,24 @@
ent-filingCabinet = filing cabinet
.desc = A cabinet for all your filing needs.
.suffix = { "" }
.suffix = Empty
ent-filingCabinetTall = tall cabinet
.suffix = Empty
.desc = { ent-filingCabinet.desc }
.suffix = { "" }
ent-filingCabinetDrawer = chest drawer
.desc = A small drawer for all your filing needs, Now with wheels!
.suffix = Empty
ent-BaseBureaucraticStorageFill = { "" }
.desc = { "" }
.suffix = { "" }
ent-filingCabinetRandom = { ent-['filingCabinet', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinet', 'BaseBureaucraticStorageFill'].desc }
ent-filingCabinetTallRandom = { ent-['filingCabinetTall', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinetTall', 'BaseBureaucraticStorageFill'].desc }
ent-filingCabinetDrawerRandom = { ent-['filingCabinetDrawer', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinetDrawer', 'BaseBureaucraticStorageFill'].desc }

View File

@@ -4,9 +4,6 @@ ent-BaseBarSign = bar sign
ent-BarSign = bar sign
.suffix = Random
.desc = { ent-BaseBarSign.desc }
ent-LargeBarSign = large bar sign
.desc = { "" }
.suffix = { "" }
ent-BarSignComboCafe = Combo Cafe
.desc = Renowned system-wide for their utterly uncreative drink combinations.
.suffix = { "" }

View File

@@ -145,9 +145,6 @@ ent-PosterContrabandBountyHunters = Bounty Hunters
ent-PosterContrabandTheBigGasTruth = The Big Gas Giant Truth
.desc = Don't believe everything you see on a poster, patriots. All the lizards at central command don't want to answer this SIMPLE QUESTION: WHERE IS THE GAS MINER MINING FROM, CENTCOM?
.suffix = { "" }
ent-PosterContrabandGotWood = Got Wood?
.desc = A grimy old advert for a seedy lumber company. "You got a friend in me." is scrawled in the corner.
.suffix = { "" }
ent-PosterContrabandWehWatches = Weh Watches
.desc = A poster depicting a loveable green lizard.
.suffix = { "" }

View File

@@ -0,0 +1,5 @@
spider-web-action-name = Spider Web
spider-web-action-description = Spawns a web that slows your prey down.
spider-web-action-nogrid = There is no floor under you!
spider-web-action-success = You place webs around you.
spider-web-action-fail = You can't place webs here! All cardinal directions already have webs!

View File

@@ -1,2 +1,2 @@
action-name-scream = Крикнуть
scream-action-popup = Кричит!
action-description-scream = AAAAAAAAAAAAAAAAAAAAAAAAA

View File

@@ -0,0 +1,9 @@
advertisement-happyhonk-1 = Honk! Honk! Why not order a Happy Honk Meal today?
advertisement-happyhonk-2 = Clowns deserve a hug, if you see one be sure to show your appreciation.
advertisement-happyhonk-3 = If you find the Golden Honker then pray to the gods, you are one lucky person.
advertisement-happyhonk-4 = Happy Honk, its a meal its a deal its got a plastic toy that will make you squeal.
advertisement-happyhonk-5 = What's black and white and red all over? The mime and she died from blunt head trauma.
advertisement-happyhonk-6 = How many security officers does it take to arrest you? Three, one to beat you to death, one to cuff you and one to dump your body in maintenance.
advertisement-happyhonk-7 = Happy Honk is not responsible for the quality of the food placed within our Happy Honk meal boxes.
advertisement-happyhonk-8 = Why not ask for our limited edition Mime Happy Honk Meal?
advertisement-happyhonk-9 = Happy Honk is a trademark of Honk! co. and is far superior to Robust Nukie Food corp.

View File

@@ -1,6 +1,7 @@
# named frequencies
device-frequency-prototype-name-atmos = Атмосферные приборы
device-frequency-prototype-name-suit-sensors = Сенсоры костюмов
device-frequency-prototype-name-crew-monitor = Crew Monitor
device-frequency-prototype-name-lights = Умное освещение
device-frequency-prototype-name-mailing-units = Почтовый блок
device-frequency-prototype-name-pdas = КПК

View File

@@ -127,6 +127,7 @@ ui-options-function-open-sandbox-window = Открыть меню песочни
ui-options-function-open-tile-spawn-window = Открыть меню спавна тайлов
ui-options-function-open-decal-spawn-window = Открыть меню спавна декалей
ui-options-function-open-admin-menu = Открыть админ меню
ui-options-function-open-guidebook = Open guidebook
ui-options-function-take-screenshot = Сделать скриншот
ui-options-function-take-screenshot-no-ui = Сделать скриншот (без интерфейса)
ui-options-function-editor-place-object = Разместить объект

View File

@@ -30,3 +30,5 @@ ent-CrateVendingMachineRestockSnacks = { ent-CrateVendingMachineRestockSnacksFil
.desc = { ent-CrateVendingMachineRestockSnacksFilled.desc }
ent-CrateVendingMachineRestockTankDispenser = { ent-CrateVendingMachineRestockTankDispenserFilled }
.desc = { ent-CrateVendingMachineRestockTankDispenserFilled.desc }
ent-CrateVendingMachineRestockHappyHonk = { ent-CrateVendingMachineRestockHappyHonkFilled }
.desc = { ent-CrateVendingMachineRestockHappyHonkFilled.desc }

View File

@@ -30,3 +30,5 @@ ent-CrateVendingMachineRestockSnacksFilled = ящик пополнения за
.desc = Содержит четыре набора пополнения торгоматов с закусками, по одному на каждую фирму. Мистер Чанг, Дискаунтер Дэна, Пончики Монкинс, и Гетмор Шоколад изображены на вкладыше.
ent-CrateVendingMachineRestockTankDispenserFilled = ящик пополнения газовых баллонов
.desc = Содержит набор пополнения атмосферного или инженерного раздатчика газовых баллонов.
ent-CrateVendingMachineRestockHappyHonkFilled = Happy honk restock crate
.desc = Contains a restock box for a happy honk dispenser.

View File

@@ -46,3 +46,6 @@ ent-CrateVendingMachineRestockSnacksFilled = ящик пополнения за
ent-CrateVendingMachineRestockTankDispenserFilled = ящик пополнения газовых баллонов
.desc = Содержит набор пополнения атмосферного или инженерного раздатчика газовых баллонов.
.suffix = { "" }
ent-CrateVendingMachineRestockHappyHonkFilled = { ent-CratePlastic }
.desc = { ent-CratePlastic.desc }
.suffix = { "" }

View File

@@ -10,18 +10,3 @@ ent-ClothingUniformJumpsuitCentcomOfficerBlack = униформа офицера
ent-ClothingUniformJumpsuitCentcomAdmiral = униформа адмирала
.desc = Униформа, которую носят офицеры в звании адмирала флота Nanotrasen.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTJanitor = униформа уборщика ОБР
.desc = Удобная прочная униформа, выдаваемая членам отряда быстрого реагирования. Эта выглядит водостойкой.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTLeader = униформа лидера ОБР
.desc = Удобная прочная униформа, выдаваемая членам отряда быстрого реагирования. Эта выглядит сотканной из дюраткани.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTEngineer = униформа инженера ОБР
.desc = Удобная прочная униформа, выдаваемая членам отряда быстрого реагирования. Похоже что эта имеет много дополнительных карманов.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTMedic = униформа медика ОБР
.desc = Удобная прочная униформа, выдаваемая членам отряда быстрого реагирования. Похоже что эта снабжена антибактериальным покрытием.
.suffix = { "" }
ent-ClothingUniformJumpsuitERTSecurity = униформа офицера безопасности ОБР
.desc = Удобная прочная униформа, выдаваемая членам отряда быстрого реагирования.
.suffix = { "" }

View File

@@ -37,3 +37,18 @@ ent-ClothingUniformJumpsuitHoSOld = старый комбинезон главы
ent-ClothingHandsWatchDivine = божественные часы
.desc = Эти часы может носить только божественная личность
.suffix = { "" }
ent-ClothingHandsGlovesLeatherUSSPBlack = old ussp leather gloves
.desc = Black leather gloves from USSP
.suffix = Sponsor
ent-ClothingHeadHatCapUSSPBlack = old ussp leather cap
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingOuterCoatUSSPOvercoatBlack = old ussp armored overcoat
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingUniformJumpsuitUSSPBlack = old ussp jumpsuit
.desc = Pretty old stuff from USSP
.suffix = Sponsor
ent-ClothingShoesUSSPBlack = old ussp boots
.desc = Pretty old stuff from USSP
.suffix = Sponsor

View File

@@ -40,3 +40,18 @@ ent-FoodBoxDonkpocketHonk = коробка донк-покетов со вкус
ent-FoodBoxDonkpocketDink = коробка динк-покетов
.desc = Ноль углеводов! Нет необходимости в разогреве!
.suffix = { "" }
ent-HappyHonk = happy honk meal
.desc = The toy is more edible than the food.
.suffix = Toy Safe
ent-HappyHonkMime = { ent-HappyHonk }
.desc = A limited mime edition of the happy honk meal.
.suffix = Toy Safe
ent-HappyHonkNukie = robust nukie meal
.desc = A sus meal with a potentially explosive surprise.
.suffix = Toy Unsafe
ent-HappyHonkCluwne = woeful cluwne meal
.desc = Nothing good can come of this.
.suffix = { "" }
ent-FoodMealHappyHonkClown = { ent-HappyHonk }
.suffix = random food spawner meal
.desc = { ent-HappyHonk.desc }

View File

@@ -52,6 +52,9 @@ ent-CloningPodMachineCircuitboard = капсула клонирования (м
ent-MedicalScannerMachineCircuitboard = медицинский сканер (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
.suffix = { "" }
ent-CrewMonitoringServerMachineCircuitboard = crew monitoring server machine board
.desc = A machine printed circuit board for a crew monitoring server
.suffix = { "" }
ent-CryoPodMachineCircuitboard = криокапсула (машинная плата)
.desc = Печатная плата для криокапсулы.
.suffix = { "" }

View File

@@ -1,3 +1,6 @@
ent-BikeHorn = велосипедный клаксон
.desc = Клаксон с велосипеда. Хонк!
.suffix = { "" }
ent-GoldenBikeHorn = golden honker
.desc = A happy honk prize, pray to the gods for your reward.
.suffix = not to be mapped.

View File

@@ -0,0 +1,3 @@
ent-SpiderWeb = spider web
.desc = It's stringy and sticky.
.suffix = { "" }

View File

@@ -61,3 +61,6 @@ ent-VendingMachineRestockSmokes = набор пополнения ШейдиСи
ent-VendingMachineRestockTankDispenser = набор пополнения газовых баллонов
.desc = Способен пополнить баллоны в раздатчике газовых баллонов. Не кантовать.
.suffix = { "" }
ent-VendingMachineRestockHappyHonk = happy honk restock box
.desc = place this box full of fun into the restock slot on the Happy Honk Dispenser to begin.
.suffix = { "" }

View File

@@ -0,0 +1,3 @@
ent-CrewMonitoringServer = crew monitoring server
.desc = Receives and relays the status of all active suit sensors on the station.
.suffix = { "" }

View File

@@ -142,6 +142,9 @@ ent-VendingMachineGeneDrobe = ГеноШкаф
ent-VendingMachineViroDrobe = ВироШкаф
.desc = Нестерильный автомат для выдачи одежды, связанной с вирусологией.
.suffix = { "" }
ent-VendingMachineHappyHonk = Happy Honk Dispenser
.desc = A happy honk meal box dispenser made by honk! co.
.suffix = { "" }
ent-VendingMachineTankDispenserEVA = раздатчик газовых баллонов
.desc = Автомат по выдаче газовых баллонов.
.suffix = EVA [O2, N2]

View File

@@ -7,3 +7,18 @@ ent-filingCabinetTall = высокий шкаф
ent-filingCabinetDrawer = комод
.desc = Маленький шкафчик для хранения предметов. Теперь на колёсиках!
.suffix = { "" }
ent-BaseBureaucraticStorageFill = { "" }
.desc = { "" }
.suffix = { "" }
ent-filingCabinetRandom = { ent-['filingCabinet', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinet', 'BaseBureaucraticStorageFill'].desc }
ent-filingCabinetTallRandom = { ent-['filingCabinetTall', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinetTall', 'BaseBureaucraticStorageFill'].desc }
ent-filingCabinetDrawerRandom = { ent-['filingCabinetDrawer', 'BaseBureaucraticStorageFill'] }
.suffix = Random
.desc = { ent-['filingCabinetDrawer', 'BaseBureaucraticStorageFill'].desc }

View File

@@ -4,9 +4,6 @@ ent-BaseBarSign = вывеска бара
ent-BarSign = вывеска бара
.desc = { ent-BaseBarSign.desc }
.suffix = { "" }
ent-LargeBarSign = большая вывеска бара
.desc = { "" }
.suffix = { "" }
ent-BarSignComboCafe = Комбо Кафе
.desc = Известны по всей системе своими совершенно некреативными комбинациями напитков.
.suffix = { "" }

View File

@@ -145,9 +145,6 @@ ent-PosterContrabandBountyHunters = Охотники за головами
ent-PosterContrabandTheBigGasTruth = Правда о газовом гиганте
.desc = Не верьте всему, что вы видите на плакате. Ни один рептилоид из Центрального командования не хочет отвечать на простой вопрос: ОТКУДА ГАЗ, ЦЕНТКОМ?
.suffix = { "" }
ent-PosterContrabandGotWood = Есть древесина?
.desc = Мрачная реклама старой компании по производству пиломатериалов. В углу нацарапано "Я — твой хороший друг".
.suffix = { "" }
ent-PosterContrabandWehWatches = Часы Weh
.desc = Плакат с изображением очаровательной зеленой ящерицы.
.suffix = { "" }