Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
FireNameFN committed Dec 19, 2024
1 parent 9f340a1 commit 96a6b7f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/cargo/stocks-comapnies.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
stock-trading-company-ccoin = CCoins [CCN]
stock-trading-company-nanotrasen = NanoTrasen [NT]
stock-trading-company-vitezstvi = Vitezstvi [VTZ]
stock-trading-company-kosmologistika = Kosmologistika [SPAC]
stock-trading-company-nakamura = Nakamura Engineering [NKE]
stock-trading-company-gefest = Gefest [GFS]
stock-trading-company-saibasan = Saibasan [SBS]
stock-trading-company-donk = Donk Co. [DONK]
stock-trading-company-gorlex = Gorlex Securities LLC [GRX]
stock-trading-company-deforest = DeForest Medical corp. [DFM]
stock-trading-company-interdyne = Interdyne Pharmaceutics [IPA]
stock-trading-company-conarex = Conarex [CNR]
stock-trading-company-cybersun = Cybersun Industries [CSI]
stock-trading-company-mrchang = Mr.Chang's [CHANG]
stock-trading-company-drunkmasters = Drunk Masters [DRUNK]
stock-trading-company-robust = Robust Industries LLC [ROBUST]
stock-trading-company-azara = Azara Cleaning Сompany [CLEAN]
stock-trading-company-waffle = Waffle corp. [WAFFLE]
stock-trading-company-shady = Shady’s Cigarettes [CIG]
stock-trading-company-intergalactic = interGalactic [IGA]
stock-trading-company-hound = The Hound [HUNT]
stock-trading-company-harvest = Harvest and Production [HAP]
stock-trading-company-gasdef = GasDef [GD]
stock-trading-company-hrc = High Rock Company [HRC]
13 changes: 13 additions & 0 deletions Resources/Locale/ru-RU/_corvaxnext/cargo/stocks-commands.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# команда changestockprice (изменить цену акций)
cmd-changestocksprice-desc = Изменяет цену акций компании на указанное значение.
cmd-changestocksprice-help = changestockprice <Индекс компании> <Новая цена> [ID станции]
cmd-changestocksprice-invalid-company = Не удалось выполнить команду! Неверный индекс компании или новая цена превышает допустимый лимит.
cmd-changestocksprice-invalid-station = Биржа не найдена на указанной станции
cmd-changestocksprice-no-stations = Не найдено станций с биржами
# команда addstockscompany (добавить компанию)
cmd-addstockscompany-desc = Добавляет новую компанию на биржевой рынок.
cmd-addstockscompany-help = addstockscompany <Отображаемое название> <Базовая цена> [ID станции]
cmd-addstockscompany-failure = Не удалось добавить компанию на биржу.
cmd-addstockscompany-invalid-station = Биржа не найдена на указанной станции
cmd-addstockscompany-no-stations = Не найдено станций с биржами
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# General
stock-trading-program-name = StockTrading
stock-trading-title = Межгалактическая Фондовая Биржа
stock-trading-balance = Баланс: {$balance} кредитов
stock-trading-no-entries = Нет записей
stock-trading-owned-shares = Во владении: {$shares}
stock-trading-buy-button = Купить
stock-trading-sell-button = Продать
stock-trading-amount-placeholder = Количество
stock-trading-price-history = История цен
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dynamic-hostname-in-lobby-hostname = { $originalHostName } | В Лобби
dynamic-hostname-in-round-hostname = { $originalHostName } | Идёт раунд на { $mapName }!
dynamic-hostname-post-round-hostname = { $originalHostName } | Раунд закончился!
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonPDA = КПК хирурга
.desc = { ent-MedicalPDA.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-SurgeonIDCard = ID карта хирурга
.desc = { ent-IDCardStandard.desc }

0 comments on commit 96a6b7f

Please sign in to comment.