From 16e56c69fa3fb90e921639c871fdce31e8b2e129 Mon Sep 17 00:00:00 2001 From: Tunguso4ka Date: Sat, 20 Jul 2024 15:56:33 +0300 Subject: [PATCH] 2024-07-20 --- ...commands.ftl => rmc-toolshed-commands.ftl} | 9 +- .../catalog/fills/clothing/belt.ftl | 4 + .../catalog/fills/clothing/satchels.ftl | 3 + .../catalog/fills/crates/magazine_boxes.ftl | 3 + .../catalog/fills/crates/weapons.ftl | 3 + .../entities/clothing/belt/belts.ftl | 4 + .../clothing/ears/distress_headsets.ftl | 12 ++ .../clothing/ears/marine_headsets.ftl | 93 ++++++++++++ .../entities/clothing/ears/ship_headsets.ftl | 61 ++++++++ .../entities/clothing/hands/veteran.ftl | 21 +++ .../entities/clothing/head/faction_hats.ftl | 3 + .../entities/clothing/headsets.ftl | 140 ------------------ .../clothing/outerclothing/faction_coats.ftl | 6 + .../entities/clothing/uniforms/other.ftl | 6 + .../entities/clothing/uniforms/veteran.ftl | 9 ++ .../entities/mobs/xeno/rouny.ftl | 3 + .../objects/devices/encryption_keys.ftl | 89 ----------- .../devices/encryptionkeys/distress.ftl | 3 + .../objects/devices/encryptionkeys/marine.ftl | 24 +++ .../objects/devices/encryptionkeys/ship.ftl | 79 ++++++++++ .../entities/objects/devices/pda.ftl | 4 + .../entities/objects/devices/whistle.ftl | 4 +- .../objects/idcards/cm_id_command.ftl | 3 + .../entities/objects/idcards/cm_id_other.ftl | 11 ++ .../objects/medical/surgical_case.ftl | 4 - .../objects/medical/surgical_tray.ftl | 3 + .../entities/objects/patron_figurines.ftl | 21 +++ .../objects/tools/access_configurator.ftl | 3 + .../entities/objects/weapons/gun_cases.ftl | 6 + .../guns/ammunition/boxes/magazine_boxes.ftl | 6 + .../guns/ammunition/cartridges/pistol.ftl | 7 + .../guns/ammunition/magazines/pistol.ftl | 3 + .../guns/ammunition/projectiles/pistol.ftl | 5 + .../weapons/guns/pistols/marine_pistols.ftl | 3 + .../doors/airlocks/accesses-command.ftl | 4 + .../entities/structures/furniture/beds.ftl | 7 + .../entities/structures/misc/campfire.ftl | 2 + .../structures/windows/shiva_windows.ftl | 5 + .../entities/structures/windows/windows.ftl | 3 - .../roles/jobs/fun/rmc_admin_ghost.ftl | 3 + .../roles/jobs/other/bureau.ftl | 16 ++ .../roles/jobs/other/pizza.ftl | 8 + .../roles/jobs/other/pmc/leader.ftl | 8 + .../roles/jobs/other/pmc/standard.ftl | 8 + .../roles/jobs/survivor/doctor.ftl | 3 + .../roles/jobs/survivor/engineer.ftl | 2 + .../roles/jobs/survivor/security.ftl | 3 + .../uk-UA/_RMC14/ghost-roles/marshal.yml | 4 + .../Locale/uk-UA/_RMC14/ghost-roles/pizza.yml | 2 + .../Locale/uk-UA/_RMC14/ghost-roles/pmc.yml | 5 + Resources/Locale/uk-UA/_RMC14/job/command.ftl | 3 +- .../Locale/uk-UA/_RMC14/rmc-admin-ui.ftl | 3 +- .../Locale/uk-UA/_RMC14/shake/rmc-shake.ftl | 3 + .../Locale/uk-UA/_RMC14/skills/rmc-skills.ftl | 1 + Resources/Locale/uk-UA/_RMC14/tiles/tiles.ftl | 3 +- .../Locale/uk-UA/_RMC14/weapons/guns.ftl | 1 + .../uk-UA/_RMC14/xeno/xeno-parasite.ftl | 1 + .../uk-UA/administration/commands/aghost.ftl | 2 +- .../structures/wallmounts/signs/signs.ftl | 138 ++++++++--------- .../health-examinable-carbon.ftl | 10 +- .../medical/components/defibrillator.ftl | 4 +- Resources/Locale/uk-UA/replays/replays.ftl | 52 +++---- 62 files changed, 609 insertions(+), 353 deletions(-) rename Resources/Locale/uk-UA/_RMC14/commands/{cm-toolshed-commands.ftl => rmc-toolshed-commands.ftl} (82%) create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/satchels.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/distress_headsets.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/marine_headsets.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/ship_headsets.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/hands/veteran.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/head/faction_hats.ftl delete mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/headsets.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/outerclothing/faction_coats.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/other.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/veteran.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/mobs/xeno/rouny.ftl delete mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryption_keys.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/distress.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/marine.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/ship.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/pda.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_tray.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/tools/access_configurator.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/gun_cases.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/misc/campfire.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/shiva_windows.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/fun/rmc_admin_ghost.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/bureau.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pizza.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/leader.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/standard.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/doctor.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/engineer.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/security.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/ghost-roles/marshal.yml create mode 100644 Resources/Locale/uk-UA/_RMC14/ghost-roles/pizza.yml create mode 100644 Resources/Locale/uk-UA/_RMC14/ghost-roles/pmc.yml create mode 100644 Resources/Locale/uk-UA/_RMC14/shake/rmc-shake.ftl create mode 100644 Resources/Locale/uk-UA/_RMC14/skills/rmc-skills.ftl diff --git a/Resources/Locale/uk-UA/_RMC14/commands/cm-toolshed-commands.ftl b/Resources/Locale/uk-UA/_RMC14/commands/rmc-toolshed-commands.ftl similarity index 82% rename from Resources/Locale/uk-UA/_RMC14/commands/cm-toolshed-commands.ftl rename to Resources/Locale/uk-UA/_RMC14/commands/rmc-toolshed-commands.ftl index c4a61d23231..b8b2ce3b0dd 100644 --- a/Resources/Locale/uk-UA/_RMC14/commands/cm-toolshed-commands.ftl +++ b/Resources/Locale/uk-UA/_RMC14/commands/rmc-toolshed-commands.ftl @@ -1,4 +1,4 @@ -command-description-vendorpoints-get = Gets the points that a marine has left to purchase items with at an automated vendor. +command-description-vendorpoints-get = Gets the points that a marine has left to purchase items with at an automated vendor. command-description-vendorpoints-getspecialist = Gets the points that a Weapons Specialist has left to purchase items with at their gear rack. command-description-vendorpoints-set = Sets the points that a marine or group of marines have to purchase items with at an automated vendor. command-description-vendorpoints-setspecialist = Sets the points that a Weapons Specialist or group of Weapons Specialists have to purchase items with at their gear rack. @@ -17,15 +17,20 @@ command-description-figurine-openslots = Opens up infinite slots for all jobs on command-description-hive-alldefault = Sets the hive of a xeno or group of xenos. command-description-marine-randomize = Deletes and then spawns a marine or group of marines in the same place with a randomized name, species and appearance. +command-description-marine-randomizewithjob = Deletes and then spawns a marine or group of marines in the same place with a set job and a randomized name, species and appearance. + +command-description-removeinvalidweeds = Removes any weeds that should not have normally spread to where they are from the map. -command-description-removeinvalidweeds = Видаляє усю траву ксено, яка попала туди куди не повинна була попасти. command-description-skills-get = Gets the level of a specific skill for a marine. command-description-skills-set = Sets the level of a specific skill for a marine or group of marines. command-description-squad-get = Gets the squad ID of a marine. command-description-squad-getname = Gets the squad name of a marine. command-description-squad-set = Sets the squad of a marine or group of marines. +command-description-squad-with = Filters a group of marines by their squad. + command-description-xenomature = Instantly matures a xeno. Applicable to the Queen, at which point she gets more health and abilities. + command-description-marinesperxeno-get = Gets the initial ratio of marines per xeno on a specific map. command-description-marinesperxeno-set = Sets the initial ratio of marines per xeno on a specific map. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/belt.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/belt.ftl index c12f4770b35..45adac66186 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/belt.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/belt.ftl @@ -29,3 +29,7 @@ ent-RMCBeltGrenadeLargeFilled = { ent-RMCBeltGrenadeLarge } ent-CMBeltSmartGunOperatorFilled = { ent-CMBeltSmartGunOperator } .desc = { ent-CMBeltSmartGunOperator.desc } .suffix = Filled + +ent-RMCBeltSmartPistolFilled = { ent-RMCBeltSmartPistol } + .desc = { ent-RMCBeltSmartPistol.desc } + .suffix = Filled diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/satchels.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/satchels.ftl new file mode 100644 index 00000000000..e8f391836e8 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/clothing/satchels.ftl @@ -0,0 +1,3 @@ +ent-RMCSatchelPizza = { ent-CMSatchel } + .desc = { ent-CMSatchel.desc } + .suffix = Pizza, Filled diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/magazine_boxes.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/magazine_boxes.ftl index 50c45086a3d..a884f8ea5b4 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/magazine_boxes.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/magazine_boxes.ftl @@ -39,3 +39,6 @@ ent-RMCCrateBatterySmartGun = ML66A smart gun battery crate (4x) ent-RMCCrateMagazineSmartGun = ML66A smart gun drum crate (2x) .desc = { ent-CMCrateAmmo.desc } + +ent-RMCCrateBoxMagazineSmartPistol = Magazine box (SU-6, 16x mags) + .desc = { ent-CMCrateAmmo.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/weapons.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/weapons.ftl index 7468996417a..8aae04ff8d4 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/weapons.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/catalog/fills/crates/weapons.ftl @@ -9,3 +9,6 @@ ent-CMCrateMK80 = MK80 Hand Cannon Crate (x2) ent-RMCCrateSmartGunSet = ML66A Smart Gun System Package .desc = { ent-CMCrateWeapons.desc } + +ent-CMCrateSU6 = SU-6 Smart Pistol Crate (x2) + .desc = { ent-CMCrateWeapons.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/belt/belts.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/belt/belts.ftl index 4d4a5e1f5b5..88bd7b898ed 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/belt/belts.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/belt/belts.ftl @@ -30,3 +30,7 @@ ent-RMCBeltGrenade = M276 pattern M40 grenade rig ent-RMCBeltGrenadeLarge = M276 pattern M40 grenade rig Mk. II .desc = The M276 Mk. II is an upgraded version of the M276 grenade rig, with more storage capacity. + +ent-RMCBeltSmartPistol = M276 pattern SU-6 smart pistol holster rig + .desc = The M276 is the standard load-bearing equipment of the UNMC. It consists of a modular belt with various clips. This version is for the SU-6 smartpistol. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/distress_headsets.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/distress_headsets.ftl new file mode 100644 index 00000000000..ca2c4386086 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/distress_headsets.ftl @@ -0,0 +1,12 @@ +ent-CMHeadsetColony = colony headset + .desc = A standard headset used by colonists. + +ent-RMCHeadsetDistressBureau = bureau earpiece + .desc = A sleek headset used by The Colonial Marshal Bureau, crafted in Sol. Low profile and comfortable. No one is above the law. + +ent-RMCHeadsetDistressWeYa = WeYa corporate headset + .desc = A headset commonly worn by WeYa corporate personnel. + +ent-RMCHeadsetDistressPMC = PMC headset + .desc = A special headset used by corporate personnel. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/marine_headsets.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/marine_headsets.ftl new file mode 100644 index 00000000000..877a9748f1e --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/marine_headsets.ftl @@ -0,0 +1,93 @@ +ent-RMCHeadsetMarine = { ent-RMCHeadsetShip } + .desc = { ent-RMCHeadsetShip.desc } + +ent-CMHeadsetAlpha = marine alpha radio headset + .desc = This is used by Alpha squad members. + +ent-CMHeadsetAlphaLeader = marine alpha leader radio headset + .desc = This is used by the marine Alpha squad leader. + +ent-CMHeadsetAlphaTeamLeader = marine alpha team leader radio headset + .desc = This is used by the marine Alpha team leader. + +ent-CMHeadsetAlphaEngineer = marine alpha engineer radio headset + .desc = This is used by the marine Alpha combat engineers. + +ent-CMHeadsetAlphaMedic = marine alpha corpsman radio headset + .desc = This is used by the marine Alpha combat medics. + +ent-CMHeadsetBravo = marine bravo radio headset + .desc = This is used by Bravo squad members. + +ent-CMHeadsetBravoLeader = marine bravo leader radio headset + .desc = This is used by the marine Bravo squad leader. + +ent-CMHeadsetBravoTeamLeader = marine bravo team leader radio headset + .desc = This is used by the marine Bravo team leader. + +ent-CMHeadsetBravoEngineer = marine bravo engineer radio headset + .desc = This is used by the marine Bravo combat engineers. + +ent-CMHeadsetBravoMedic = marine bravo corpsman radio headset + .desc = This is used by the marine Bravo combat medics. + +ent-CMHeadsetCharlie = marine charlie radio headset + .desc = This is used by Charlie squad members. + +ent-CMHeadsetCharlieLeader = marine charlie leader radio headset + .desc = This is used by the marine Charlie squad leader. + +ent-CMHeadsetCharlieTeamLeader = marine charlie team leader radio headset + .desc = This is used by the marine Charlie team leader. + +ent-CMHeadsetCharlieEngineer = marine charlie engineer radio headset + .desc = This is used by the marine Charlie combat engineers. + +ent-CMHeadsetCharlieMedic = marine charlie corpsman radio headset + .desc = This is used by the marine Charlie combat medics. + +ent-CMHeadsetDelta = marine delta radio headset + .desc = This is used by Delta squad members. + +ent-CMHeadsetDeltaLeader = marine delta leader radio headset + .desc = This is used by the marine Delta squad leader. + +ent-CMHeadsetDeltaTeamLeader = marine delta team leader radio headset + .desc = This is used by the marine Delta team leader. + +ent-CMHeadsetDeltaEngineer = marine delta engineer radio headset + .desc = This is used by the marine Delta combat engineers. + +ent-CMHeadsetDeltaMedic = marine delta corpsman radio headset + .desc = This is used by the marine Delta combat medics. + +ent-CMHeadsetEcho = marine echo radio headset + .desc = This is used by Echo squad members. + +ent-CMHeadsetEchoLeader = marine echo leader radio headset + .desc = This is used by the marine Echo squad leader. + +ent-CMHeadsetEchoTeamLeader = marine echo team leader radio headset + .desc = This is used by the marine Echo team leader. + +ent-CMHeadsetEchoEngineer = marine echo engineer radio headset + .desc = This is used by the marine Echo combat engineers. + +ent-CMHeadsetEchoMedic = marine echo corpsman radio headset + .desc = This is used by the marine Echo combat medics. + +ent-CMHeadsetFoxtrot = marine foxtrot radio headset + .desc = This is used by Foxtrot squad members. + +ent-CMHeadsetFoxtrotLeader = marine foxtrot leader radio headset + .desc = This is used by the marine Foxtrot squad leader. + +ent-CMHeadsetFoxtrotTeamLeader = marine foxtrot team leader radio headset + .desc = This is used by the marine Foxtrot team leader. + +ent-CMHeadsetFoxtrotEngineer = marine foxtrot engineer radio headset + .desc = This is used by the marine Foxtrot combat engineers. + +ent-CMHeadsetFoxtrotMedic = marine foxtrot corpsman radio headset + .desc = This is used by the marine Foxtrot combat medics. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/ship_headsets.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/ship_headsets.ftl new file mode 100644 index 00000000000..cf4f5e33cc2 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/ears/ship_headsets.ftl @@ -0,0 +1,61 @@ +ent-CMHeadset = radio headset + .desc = An updated, modular intercom that fits over the head. Takes encryption keys. + +ent-RMCHeadsetShip = marine radio headset + .desc = A standard military radio headset. Bulkier than combat models. + +ent-CMHeadsetCE = chief engineer's headset + .desc = The headset of the guy in charge of spooling engines, managing MTs, and tearing up the floor for scrap metal. Of robust and sturdy construction. + +ent-CMHeadsetCMO = chief medical officer's headset + .desc = A headset issued to the top brass of medical professionals. + +ent-CMHeadsetEngineer = engineering radio headset + .desc = Useful for coordinating maintenance bars and orbital bombardments. Of robust and sturdy construction. + +ent-CMHeadsetRequisition = supply radio headset + .desc = Used by the lowly Cargo Technicians of the Marine, light weight and portable. + +ent-CMHeadsetChef = kitchen radio headset + .desc = Used by the onboard kitchen staff, filled with background noise of sizzling pots. + +ent-CMHeadsetMedical = medical radio headset + .desc = A headset used by the highly trained staff of the medbay. + +ent-CMHeadsetResearcher = researcher radio headset + .desc = A headset used by medbay's skilled researchers. + +ent-CMHeadsetQM = quartermaster radio headset + .desc = A headset used by the quartermaster for controlling their slave(s). + +ent-CMHeadsetMPO = marine military police radio headset + .desc = This is used by marine military police members. + +ent-CMHeadsetCMP = marine chief MP radio headset + .desc = For discussing the purchase of donuts and arresting of hooligans. + +ent-RMCHeadsetMarineCommand = marine command radio headset + .desc = Used by CIC staff and higher-ups, features a non-standard brace. + +ent-RMCHeadsetMarineCommandAlternative = { ent-RMCHeadsetMarineCommand } + .desc = { ent-RMCHeadsetMarineCommand.desc } + .suffix = Alternative + +ent-CMHeadsetPilot = marine pilot radio headset + .desc = Used by Dropship and Gunship Pilots. + +ent-CMHeadsetIntel = marine intel radio headset + .desc = Used by Intelligence Officers. + +ent-RMCHeadsetLiaison = corporate liaison radio headset + .desc = Used by the CL to convince people to sign NDAs. + +ent-CMHeadsetReporter = reporter radio headset + .desc = Used by the combat correspondent to get the scoop. + +ent-CMHeadsetSeniorCommand = marine senior command headset + .desc = Issued only to senior command staff. + +ent-RMCHeadsetSEA = marine senior enlisted advisor headset + .desc = Issued only to senior enlisted advisors. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/hands/veteran.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/hands/veteran.ftl new file mode 100644 index 00000000000..664e6b2e757 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/hands/veteran.ftl @@ -0,0 +1,21 @@ +ent-RMCHandsVeteran = armored gloves + .desc = Non-standard kevlon fiber gloves. They're insulated and heavily armored. + +ent-RMCHandsVeteranSPP = { ent-RMCHandsVeteran } + .desc = { ent-RMCHandsVeteran.desc } + +ent-RMCHandsVeteranInsulated = insulated armored gloves + .desc = Non-standard kevlon fiber gloves. These are apparently ESPECIALLY insulated. + +ent-RMCHandsVeteranPMC = WeYa PMC gloves + .desc = Standard issue kevlon fiber gloves manufactured for and by Weston-Yamada PMC dispatch division. They are insulated against electrical shock. + +ent-RMCHandsVeteranPMCCommando = M5X gauntlets + .desc = A pair of heavily armored gloves made to complete the M5X exoskeleton armor + +ent-RMCHandsVeteranRoyalMarine = L6 pattern combat gloves + .desc = Standard issue tactical gloves used by the royal marines. + +ent-RMCHandsVeteranCBRN = M3 MOPP gloves + .desc = M3 MOPP gloves are made of treated venlar designed to protect the user’s hands against contamination whilst working in CBRN environments. Special care has been taken to give the user’s hands enough dexterity to fully service a rifle or utilize most handheld tools, while circular adhesive patterns on the fingers provide the user with enhanced grips. Standard CBRN protocol dictates that the gloves are expected to have a lifespan of maximum effectiveness of around twenty-four hours once exposed to moderate levels of contamination and that users are recommended to discard and replace them afterwards. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/head/faction_hats.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/head/faction_hats.ftl new file mode 100644 index 00000000000..4b34af3befc --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/head/faction_hats.ftl @@ -0,0 +1,3 @@ +ent-RMCHeadCapBureau = bureau cap + .desc = A dark cap enscribed with the powerful letters of 'MARSHAL' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/headsets.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/headsets.ftl deleted file mode 100644 index ecddfe53a77..00000000000 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/headsets.ftl +++ /dev/null @@ -1,140 +0,0 @@ -ent-CMHeadset = гарнітура морпіхів - .desc = Стандартна військова гарнітура. Тяжче ніж бойові моделі. - -ent-CMHeadsetCE = гарнітура головного інженера - .desc = Гарнітура людини що відповідає за зламані двигуни, технічних тунелей та переробку всієї підлоги станції в метал. - -ent-CMHeadsetCMO = гарнітура головного лікаря - .desc = Гарнітура видається найкращим лікарям. - -ent-CMHeadsetEngineer = гарнітура інженерів - .desc = Зручний для координуваня як барів в тех.тунелях так і орбітального бомбардування. - -ent-CMHeadsetRequisition = гарнітура логістів - .desc = Використовується вантажниками КМП ООН, легка та зручна. - -ent-CMHeadsetChef = гарнітура кока - .desc = Використовується коками, заповнені шумом шиплячих сковорідок. - -ent-CMHeadsetMedical = гарнітура лікарів - .desc = Гарнітура якою користується гарно обучений персонал відділів. - -ent-CMHeadsetResearcher = гарнітура дослідників - .desc = { ent-CMHeadsetMedical.desc } - -ent-CMHeadsetQM = гарнітура квартирмейстера - .desc = Гарнітура якою користується квартирмейстер для контролювання своїх рабів. - -ent-CMHeadsetMPO = гарнітура воєнполу - .desc = Цією гарнітурою користуються члени військової поліції. - -ent-CMHeadsetCMP = гарнітура голови воєнпола - .desc = Для обговорень покупок пончиків та арештів поганців. - -ent-CMHeadsetLeader = гарнітура командування - .desc = Використовується персоналом Бойового Інформаційного Центра та іншими членами командування. - -ent-CMHeadsetPilot = гарнітура пілотів - .desc = Використовується пілотами. - -ent-CMHeadsetIntel = гарнітура розвідників - .desc = Використовується офіцерами розвідки. - -ent-CMHeadsetReporter = гарнітура репортера - .desc = Використовується бойовими кориспондентами щоб знайти сюжет століття. - -ent-CMHeadsetSeniorCommand = гарнітура старшого командування - .desc = Видається тільки членам вищого командування. - -ent-CMHeadsetAlpha = гарнітура загону Альфа - .desc = Використовується членами загону Альфа. - -ent-CMHeadsetAlphaLeader = гарнітура лідера загону Альфа - .desc = Використовується лідером загону Альфа. - -ent-CMHeadsetAlphaTeamLeader = гарнітура лідерів загонів Альфа - .desc = Використовується лідерами загонів Альфа. - -ent-CMHeadsetAlphaEngineer = гарнітура бойтеха загону Альфа - .desc = Використовується бойовими техніками загону Альфа. - -ent-CMHeadsetAlphaMedic = гарнітура боймеда загону Альфа - .desc = Використовується бойовими медиками загону Альфа. - -ent-CMHeadsetBravo = гарнітура загону Браво - .desc = Використовується членами загону Браво. - -ent-CMHeadsetBravoLeader = гарнітура лідера загону Браво - .desc = Використовується лідером загону Браво. - -ent-CMHeadsetBravoTeamLeader = гарнітура лідерів загонів Браво - .desc = Використовується лідерами загонів Браво. - -ent-CMHeadsetBravoEngineer = гарнітура бойтеха загону Браво - .desc = Використовується бойовим техніком загону Браво. - -ent-CMHeadsetBravoMedic = гарнітура боймеда загону Браво - .desc = Використовується бойовими медиками загону Браво. - -ent-CMHeadsetCharlie = гарнітура загону Чарлі - .desc = Використовується членами загону Чарлі. - -ent-CMHeadsetCharlieLeader = гарнітура лідера загону Чарлі - .desc = Використовується лідером загону Чарлі. - -ent-CMHeadsetCharlieTeamLeader = гарнітура лідерів загонів Чарлі - .desc = Використовується лідерами загонів Чарлі. - -ent-CMHeadsetCharlieEngineer = гарнітура бойтеха загону Чарлі - .desc = Використовується бойовими техніками загону Чарлі. - -ent-CMHeadsetCharlieMedic = гарнітура боймеда загону Чарлі - .desc = Використовується бойовими медиками загону Чарлі. - -ent-CMHeadsetDelta = гарнітура загону Дельта - .desc = Використовується членами загону Дельта. - -ent-CMHeadsetDeltaLeader = гарнітура лідера загону Дельта - .desc = Використовується лідером загону Дельта. - -ent-CMHeadsetDeltaTeamLeader = гарнітура лідерів загонів Дельта - .desc = Використовується лідерами загонів Дельта. - -ent-CMHeadsetDeltaEngineer = гарнітура бойтеха загону Дельта - .desc = Використовується бойовими техніками загону Дельта. - -ent-CMHeadsetDeltaMedic = гарнітура боймеда загону Дельта - .desc = Використовується бойовими медиками загону Дельта. - -ent-CMHeadsetEcho = гарнітура загону Ехо - .desc = Використовується членами загону Ехо. - -ent-CMHeadsetEchoLeader = гарнітура лідера загону Ехо - .desc = Використовується лідером загону Ехо. - -ent-CMHeadsetEchoTeamLeader = гарнітура лідерів загонів Ехо - .desc = Використовується лідерами загонів Ехо. - -ent-CMHeadsetEchoEngineer = гарнітура бойтеха загону Ехо - .desc = Використовується бойовими техніками загону Ехо. - -ent-CMHeadsetEchoMedic = гарнітура боймеда загону Ехо - .desc = Використовується бойовими медиками загону Ехо. - -ent-CMHeadsetFoxtrot = гарнітура загону Фокстрот - .desc = Використовується членами загону Фокстрот. - -ent-CMHeadsetFoxtrotLeader = гарнітура лідера загону Фокстрот - .desc = Використовується лідером загону Фокстрот. - -ent-CMHeadsetFoxtrotTeamLeader = гарнітура лідерів загонів Фокстрот - .desc = Використовується лідерами загонів Фокстрот. - -ent-CMHeadsetFoxtrotEngineer = гарнітура бойтеха загону Фокстрот - .desc = Використовується бойовими техніками загону Фокстрот. - -ent-CMHeadsetFoxtrotMedic = гарнітура боймеда загону Фокстрот - .desc = Використовується бойовими медиками загону Фокстрот. - -ent-CMHeadsetColony = гарнітура колоніста - .desc = Стандартна гарнітура колоністів. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/outerclothing/faction_coats.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/outerclothing/faction_coats.ftl new file mode 100644 index 00000000000..9d5d8c29976 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/outerclothing/faction_coats.ftl @@ -0,0 +1,6 @@ +ent-RMCCoatBureauDeputy = bureau deputy jacket + .desc = A thick and stylish black leather jacket with a Marshal's Deputy badge pinned to it. The back is enscribed with the powerful letters of 'DEPUTY' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol. + +ent-RMCCoatBureauMarshal = bureau marshal jacket + .desc = A thick and stylish black leather jacket with a Marshal's badge pinned to it. The back is enscribed with the powerful letters of 'MARSHAL' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/other.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/other.ftl new file mode 100644 index 00000000000..afad3c1ea5e --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/other.ftl @@ -0,0 +1,6 @@ +ent-RMCJumpsuitPizza = pizza delivery uniform + .desc = An ill-fitting, slightly stained uniform for a pizza delivery pilot. Smells of cheese. + +ent-RMCJumpsuitMarshal = marshal uniform + .desc = A pair of off-white slacks and a blue button-down shirt with a dark brown tie; the standard uniform of the Marshals. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/veteran.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/veteran.ftl new file mode 100644 index 00000000000..5ab4298f182 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/clothing/uniforms/veteran.ftl @@ -0,0 +1,9 @@ +ent-RMCJumpsuitVeteran = { ent-JumpsuitMarine } + .desc = { ent-JumpsuitMarine.desc } + +ent-RMCJumpsuitVeteranPMC = PMC fatigues + .desc = A white set of fatigues, designed for private security operators. The symbol of the Weston-Yamada corporation is emblazed on the suit. + +ent-RMCJumpsuitVeteranPMCLeader = PMC command fatigues + .desc = A white set of fatigues, designed for private security operators. The symbol of the Weston-Yamada corporation is emblazed on the suit. This particular suit looks like it belongs to a high-ranking officer. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/mobs/xeno/rouny.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/mobs/xeno/rouny.ftl new file mode 100644 index 00000000000..99ad720c03f --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/mobs/xeno/rouny.ftl @@ -0,0 +1,3 @@ +ent-RMCXenoRouny = Руня + .desc = ЦЕ РУНЯ!!! + .suffix = RMC14 diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryption_keys.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryption_keys.ftl deleted file mode 100644 index bdec30bc5ba..00000000000 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryption_keys.ftl +++ /dev/null @@ -1,89 +0,0 @@ -ent-CMEncryptionKey = стандартний ключ шифрування - .desc = Ключ шифрування радіо-каналів для гарнитури. - -ent-CMEncryptionKeyCommon = ключ шифрування загального каналу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyColony = ключ шифрування каналу колоністів - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyWEYA = ключ шифрування Ве-Я - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCommand = ключ шифрування каналу командування - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyIntel = ключ шифрування каналу розвідки - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyJTAC = ключ шифрування JTAC - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyEngineer = ключ шифрування інженерного каналу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyMedical = ключ шифрування медичного каналу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyMilitaryPolice = ключ шифрування каналу воєнполу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyRequisition = ключ шифрування каналу логістів - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyAlpha = ключ шифрування каналу Альфа - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyBravo = ключ шифрування каналу Браво - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCharlie = ключ шифрування каналу Чарлі - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyDelta = ключ шифрування каналу Дельта - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyEcho = ключ шифрування каналу Еко - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyFoxtrot = ключ шифрування каналу Фокстрот - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyMasterSquad = ключ шифрування усіх загонів - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyMasterShip = ключ шифрування усього корабля - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyLeader = ключ шифрування лідера - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeySquadLeader = ключ шифрування лідера загону - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCE = ключ шифрування головного інженера - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCMO = ключ шифрування головного лікаря - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyResearcher = ключ шифрування дослідника - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCMP = ключ шифрування голови воєнполу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyMPO = ключ шифрування офіцера воєнполу - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyPilot = ключ шифрування пілот-офіцера - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyIntelOfficer = ключ шифрування офіцера розвідки - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeyCrewman = ключ шифрування механик-водія - .desc = { ent-CMEncryptionKey.desc } - -ent-CMEncryptionKeySOF = ключ шифрування ОСС - .desc = { ent-CMEncryptionKey.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/distress.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/distress.ftl new file mode 100644 index 00000000000..7fa4a4e7ec7 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/distress.ftl @@ -0,0 +1,3 @@ +ent-RMCEncryptionKeyBureau = bureau encryption Key + .desc = { ent-CMEncryptionKey.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/marine.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/marine.ftl new file mode 100644 index 00000000000..62e8b13d81b --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/marine.ftl @@ -0,0 +1,24 @@ +ent-CMEncryptionKeySquadLeader = squad leader's encryption key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyAlpha = alpha encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyBravo = bravo encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCharlie = charlie encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyDelta = delta encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyEcho = echo encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyFoxtrot = foxtrot encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeySOF = sof's encryption Key + .desc = { ent-CMEncryptionKey.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/ship.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/ship.ftl new file mode 100644 index 00000000000..a6ebce30828 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/encryptionkeys/ship.ftl @@ -0,0 +1,79 @@ +ent-CMEncryptionKey = standard encryption key + .desc = An encryption key for a radio headset. + +ent-CMEncryptionKeyCommon = public radio encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyColony = colony encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyWEYA = we-ya encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCommand = command encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyJTAC = JTAC radio encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyIntel = intel radio encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-RMCEncryptionKeySeniorCommand = marine senior command radio encryption key + .desc = { ent-CMEncryptionKey.desc } + +ent-RMCEncryptionKeyMarineCommand = marine command radio encryption key + .desc = { ent-CMEncryptionKey.desc } + +ent-RMCEncryptionKeyMarineCommandAlternative = { ent-RMCEncryptionKeyMarineCommand } + .desc = { ent-RMCEncryptionKeyMarineCommand.desc } + .suffix = Alternative + +ent-CMEncryptionKeyEngineer = engineering encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCE = chief engineer's encryption Key + .desc = { ent-CMEncryptionKeyEngineer.desc } + +ent-CMEncryptionKeyMedical = medical encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCMO = chief medical officer's encryption Key + .desc = { ent-CMEncryptionKeyMedical.desc } + +ent-CMEncryptionKeyResearcher = researcher's encryption Key + .desc = { ent-CMEncryptionKeyMedical.desc } + +ent-CMEncryptionKeyMilitaryPolice = military police encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCMP = chief military police encryption Key + .desc = { ent-CMEncryptionKeyMilitaryPolice.desc } + +ent-CMEncryptionKeyMPO = military police officer's encryption Key + .desc = { ent-CMEncryptionKeyMilitaryPolice.desc } + +ent-CMEncryptionKeyRequisition = requisition encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-RMCEncryptionKeyQuartermaster = requisition encryption Key + .desc = { ent-CMEncryptionKeyRequisition.desc } + +ent-RMCEncryptionKeyLiaison = corporate liaison radio encryption key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyPilot = pilot's encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyIntelOfficer = intel officer's encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyCrewman = vehicle crewman's encryption Key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyMasterSquad = master squad encryption key + .desc = { ent-CMEncryptionKey.desc } + +ent-CMEncryptionKeyMasterShip = master ship encryption Key + .desc = { ent-CMEncryptionKey.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/pda.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/pda.ftl new file mode 100644 index 00000000000..a85bd6dfce1 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/pda.ftl @@ -0,0 +1,4 @@ +ent-RMCAdminPDA = Admin PDA + .desc = If you are not an admin please return this PDA to the nearest admin. + .suffix = Admin + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/whistle.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/whistle.ftl index c4b29ae8007..540e52dc378 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/whistle.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/devices/whistle.ftl @@ -1,2 +1,2 @@ -ent-CMWhistle = свисток - .desc = Металевий свисток. +ent-RMCWhistle = whistle + .desc = A metal pea-whistle. Can be blown while held, or worn in the mouth diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_command.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_command.ftl index d3ec4d2f29e..04f43b1fb02 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_command.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_command.ftl @@ -7,3 +7,6 @@ ent-CMIDCardCommandingOfficer = ID картка командуючого офі ent-CMIDCardExecutiveOfficer = ID картка виконуючого офіцера .desc = { ent-CMIDCardSilver.desc } +ent-CMIDCardHighCommand = high command ID card + .desc = A gold-plated holo-badge reserved for those exclusively above your rank. + .suffix = Admin diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_other.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_other.ftl index 3ee1645da5b..1f98aac69b5 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_other.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/idcards/cm_id_other.ftl @@ -13,3 +13,14 @@ ent-CMIDCardLiaison = ID картка представника ent-CMIDCardMessTech = ID картка кока .desc = { ent-CMIDCardBase.desc } +ent-RMCIDCardPizza = pizza guy badge + .desc = It reads 'Pizza-guy local union No. 217', 'We always deliver!' + +ent-RMCIDCardMarshal = bureau marshal gold badge + .desc = A coveted gold badge signifying that the wearer is one of the few CMB Marshals patroling the outer rim. It is a sign of justice, authority, and protection. Protecting those who can't. This badge represents a commitment to a sworn oath always kept. + +ent-RMCIDCardDeputy = bureau deputy silver badge + .desc = The silver badge which represents that the wearer is a Bureau Deputy. It is a sign of justice, authority, and protection. Protecting those who can't. This badge represents a commitment to a sworn oath always kept. + +ent-RMCIDCardPMC = PMC holo-badge + .desc = A corporate holo-badge. It has a unique uncapped bottom. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_case.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_case.ftl index b2cffb5b139..c4635e2c6e9 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_case.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_case.ftl @@ -4,7 +4,3 @@ ent-CMSurgicalCase = хірургічний чохол ent-CMSurgicalCaseFilled = { ent-CMSurgicalCase } .desc = { ent-CMSurgicalCase.desc } .suffix = Заповнений - -ent-CMSurgicalCaseFilledAllTools = { ent-CMSurgicalCase } - .desc = { ent-CMSurgicalCase.desc } - .suffix = Filled, All Tools diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_tray.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_tray.ftl new file mode 100644 index 00000000000..c614440364a --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/medical/surgical_tray.ftl @@ -0,0 +1,3 @@ +ent-RMCSurgicalTray = surgical tray + .desc = { ent-CMSurgicalCase.desc } + .suffix = Filled, All Tools diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/patron_figurines.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/patron_figurines.ftl index 40c0e00f62a..10ca658faba 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/patron_figurines.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/patron_figurines.ftl @@ -63,3 +63,24 @@ ent-RMCFigurinePatronSatoruSuzuki = Satoru Suzuki figurine ent-RMCFigurinePatronRytilPyain = Rytil Pyain figurine .desc = Rytil may lack a lot of empathy, but she does her best to maintain the law and not get pissed off by the idiots breaking it. + +ent-RMCFigurinePatronBillTitan = Bill Titan figurine + .desc = { ent-RMCBaseFigurinePatron.desc } + +ent-RMCFigurinePatronJimmyPunishedPitJohnson = Jimmy 'Punished Pit' Johnson figurine + .desc = "ah been smokin in medbay" + +ent-RMCFigurinePatronSimonStarseeker = Simon Starseeker figurine + .desc = Silent But Deadly. + +ent-RMCFigurinePatronLenaMilize = Lena Milize figurine + .desc = Nanotrasen's Trademark Bartender: Handler-One. + +ent-RMCFigurinePatronBites-The-Dust = Bites-The-Dust figurine + .desc = A small, detailed miniature of a skilled corpsman. + +ent-RMCFigurinePatronOrionBlackburn = Orion Blackburn figurine + .desc = Alright, recruits, we're doing 50 laps... around the nearest vending machine because I forgot my lunch. + +ent-RMCFigurinePatronLillyPipsqueakHarding = Lilly 'Pipsqueak' Harding figurine + .desc = She may be a pipsqueak, but she is mighty!!! diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/tools/access_configurator.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/tools/access_configurator.ftl new file mode 100644 index 00000000000..2f618998e19 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/tools/access_configurator.ftl @@ -0,0 +1,3 @@ +ent-RMCAdminAccessConfigurator = admin access configurator + .desc = If found, please return to your nearest High Command official. + .suffix = RMC, Admin diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/gun_cases.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/gun_cases.ftl new file mode 100644 index 00000000000..0afeae2db47 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/gun_cases.ftl @@ -0,0 +1,6 @@ +ent-RMCBaseGunCase = base gun case + .desc = A gun case. + +ent-RMCSmartPistolCase = SU-6 smart pistol case + .desc = A gun case containing the SU-6 smart pistol. Comes with a full belt holster. + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/boxes/magazine_boxes.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/boxes/magazine_boxes.ftl index 2499f7a55d0..2d07bfe488b 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/boxes/magazine_boxes.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/boxes/magazine_boxes.ftl @@ -84,3 +84,9 @@ ent-CMBoxMagazinePistolMK80Empty = коробка магазинів (MK80 x 16) ent-CMBoxMagazinePistolMK80 = коробка магазинів (MK80 x 16) .desc = { ent-CMBoxMagazineBase.desc } + +ent-RMCBoxMagazinePistolSU6Empty = magazine box (SU-6 x 16) + .desc = { ent-CMBoxMagazineBase.desc } + +ent-RMCBoxMagazinePistolSU6 = { ent-RMCBoxMagazinePistolSU6Empty } + .desc = { ent-RMCBoxMagazinePistolSU6Empty.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl index 937e661dca9..b6623226172 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/cartridges/pistol.ftl @@ -4,8 +4,15 @@ ent-CMCartridgePistolBase = { ent-BaseCartridgePistol } ent-CMCartridgePistol9mm = патрон (9мм) .desc = { ent-CMCartridgePistolBase.desc } +ent-RCMCartridgePistol9mmSquashHead = cartridge (9mm Squash-Head) + .desc = { ent-CMCartridgePistolBase.desc } + ent-CMCartridgePistolM77AP = патрон (9mm AP) .desc = { ent-CMCartridgePistolBase.desc } ent-CMCartridgeRevolver44 = патрон (.44) .desc = { ent-CMCartridgePistolBase.desc } + +ent-RMCCartridgePistol45ACP = cartridge (.45 ACP) + .desc = { ent-CMCartridgePistolBase.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/magazines/pistol.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/magazines/pistol.ftl index c3fe6ff965f..90ee29983ce 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/magazines/pistol.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/magazines/pistol.ftl @@ -9,3 +9,6 @@ ent-CMMagazinePistolM77AP = M77 ББ магазин (9mm) ent-CMMagazinePistolMK80 = MK80 магазин (9mm) .desc = { ent-CMBaseMagazinePistol.desc } + +ent-RMCMagazinePistolSU6 = SU-6 magazine (.45 ACP) + .desc = { ent-CMBaseMagazinePistol.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/projectiles/pistol.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/projectiles/pistol.ftl index 53a393eac10..d9af7e7fccf 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/projectiles/pistol.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/ammunition/projectiles/pistol.ftl @@ -4,9 +4,14 @@ ent-CMBulletBase = { ent-BaseBullet } ent-CMBulletPistol9mm = куля (9мм) .desc = { ent-CMBulletBase.desc } +ent-RCMBulletPistol9mmSquashHead = bullet (9mm Squash-Head) + .desc = { ent-CMBulletBase.desc } + ent-CMBulletPistolM77AP = куля (M77 AP) .desc = { ent-CMBulletBase.desc } ent-CMBulletRevolver44 = куля (.44) .desc = { ent-CMBulletBase.desc } +ent-RMCBulletPistol45ACP = bullet (.45 ACP) + .desc = { ent-CMBulletBase.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/pistols/marine_pistols.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/pistols/marine_pistols.ftl index ef5aa6da688..92f2c03a861 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/pistols/marine_pistols.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/objects/weapons/guns/pistols/marine_pistols.ftl @@ -9,3 +9,6 @@ ent-CMWeaponPistolM77 = бойовий пістолет M77 ent-CMWeaponPistolMK80 = пістолет MK80 .desc = Великий та грізний напів-автоматичний пістолет під 9мм. Доволі звичайна зброя на просторах Сполученої Америки та Імперії Трьох Світів, зазвичай такий носять ЧВК Ве-Я та корпорати. Ця зброя також проходить тестування як один з майбутних пістолетів КМП ООН. На боці викурбувано лого Ве-Я. + +ent-RMCWeaponPistolSU6 = SU-6 smart pistol + .desc = The SU-6 Smartpistol is an IFF-based sidearm currently undergoing field testing in the UNMC. Uses modified .45 ACP IFF bullets. Capable of firing in bursts. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/doors/airlocks/accesses-command.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/doors/airlocks/accesses-command.ftl index b4c63a73203..c67fc2ec939 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/doors/airlocks/accesses-command.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/doors/airlocks/accesses-command.ftl @@ -33,3 +33,7 @@ ent-CMAirlockCELocked = двері ГІ ent-CMAirlockASOLocked = двері ОДС .desc = { ent-CMBaseDoor.desc } .suffix = ОДС, Зачинені + +ent-CMAirlockHighCommandLocked = { ent-CMAirlockCommand } + .desc = { ent-CMAirlockCommand.desc } + .suffix = High Command, Locked diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/furniture/beds.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/furniture/beds.ftl index d41c89ecf85..8f1445212be 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/furniture/beds.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/furniture/beds.ftl @@ -6,3 +6,10 @@ ent-RMCBedAlt = { ent-CMBed } ent-RMCBedPsych = { ent-CMBed } .desc = { ent-CMBed.desc } + +ent-Bedroll = bedroll + .desc = A foldable bedroll, just about the only thing of comfort in the field. You're generally supposed to unroll it before sleeping, but who needs rules? + +ent-BedrollFolded = { ent-Bedroll } + .desc = { ent-Bedroll.desc } + .suffix = folded diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/misc/campfire.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/misc/campfire.ftl new file mode 100644 index 00000000000..d9bc6377218 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/misc/campfire.ftl @@ -0,0 +1,2 @@ +ent-RMCCampfire = campfire + .desc = A useful tool to turn fellow marines into lifelong friends. Pull up a chair! diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/shiva_windows.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/shiva_windows.ftl new file mode 100644 index 00000000000..063947a2e0b --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/shiva_windows.ftl @@ -0,0 +1,5 @@ +ent-CMWindowShiva = window + .desc = A glass window inside a wall frame. + +ent-CMWindowShivaIce = translucent ice + .desc = A thick sheet of ice that you can just see through. It's cold to the touch. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/windows.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/windows.ftl index 206f68d2339..25c85aad306 100644 --- a/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/windows.ftl +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/entities/structures/windows/windows.ftl @@ -21,6 +21,3 @@ ent-CMWindowWhiteColony = корпусне вікно ent-CMWindowWhiteColonyReinforced = корпусне армоване скло .desc = Скляне вікно зі спеціальним стрижневим корпусом всередині. Виглядає досить міцно. Може знадобитися кілька хороших ударів, щоб розбити його. - -ent-CMWindowShiva = window - .desc = A glass window inside a wall frame. diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/fun/rmc_admin_ghost.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/fun/rmc_admin_ghost.ftl new file mode 100644 index 00000000000..b0bd8a113b3 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/fun/rmc_admin_ghost.ftl @@ -0,0 +1,3 @@ +ent-RMCAdminObserver = { ent-AdminObserver } + .desc = { ent-AdminObserver.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/bureau.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/bureau.ftl new file mode 100644 index 00000000000..02a8a10b136 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/bureau.ftl @@ -0,0 +1,16 @@ +ent-RMCSpawnerBureauMarshal = bureau marshal spawner + .desc = { ent-MarkerBase.desc } + .suffix = Spawner + +ent-RMCRandomHumanoidBureauMarshal = bureau marshal ghost role + .desc = { "" } + .suffix = Role + +ent-RMCSpawnerBureauDeputy = bureau deputy spawner + .desc = { ent-MarkerBase.desc } + .suffix = Spawner + +ent-RMCRandomHumanoidBureauDeputy = bureau deputy ghost role + .desc = { "" } + .suffix = Role + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pizza.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pizza.ftl new file mode 100644 index 00000000000..1b1c2fd32c3 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pizza.ftl @@ -0,0 +1,8 @@ +ent-RMCSpawnerPizzaDeliveryBoy = pizza delivery boy spawner + .desc = { ent-MarkerBase.desc } + .suffix = Spawner + +ent-RMCRandomHumanoidPizzaDeliveryBoy = pizza delivery boy ghost role + .desc = { "" } + .suffix = Role + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/leader.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/leader.ftl new file mode 100644 index 00000000000..e17af27b6ab --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/leader.ftl @@ -0,0 +1,8 @@ +ent-RMCSpawnerPMCLeader = We-Ya PMC Leader spawner + .desc = { ent-MarkerBase.desc } + .suffix = Spawner + +ent-RMCRandomHumanoidPMCLeader = We-Ya PMC Leader ghost role + .desc = { "" } + .suffix = Role + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/standard.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/standard.ftl new file mode 100644 index 00000000000..f56f1d62462 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/other/pmc/standard.ftl @@ -0,0 +1,8 @@ +ent-RMCSpawnerPMCStandard = We-Ya PMC Standard spawner + .desc = { ent-MarkerBase.desc } + .suffix = Spawner + +ent-RMCRandomHumanoidPMCStandard = We-Ya PMC Standard ghost role + .desc = { "" } + .suffix = Role + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/doctor.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/doctor.ftl new file mode 100644 index 00000000000..730c6b7ad79 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/doctor.ftl @@ -0,0 +1,3 @@ +ent-RMCSpawnPointSurvivorDoctor = survivor doctor spawn point + .desc = { ent-CMSpawnPointJobBase.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/engineer.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/engineer.ftl new file mode 100644 index 00000000000..fe044938330 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/engineer.ftl @@ -0,0 +1,2 @@ +ent-RMCSpawnPointSurvivorEngineer = survivor engineer spawn point + .desc = { ent-CMSpawnPointJobBase.desc } diff --git a/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/security.ftl b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/security.ftl new file mode 100644 index 00000000000..0285a0e712f --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/entities_locale/roles/jobs/survivor/security.ftl @@ -0,0 +1,3 @@ +ent-RMCSpawnPointSurvivorSecurity = survivor security spawn point + .desc = { ent-CMSpawnPointJobBase.desc } + diff --git a/Resources/Locale/uk-UA/_RMC14/ghost-roles/marshal.yml b/Resources/Locale/uk-UA/_RMC14/ghost-roles/marshal.yml new file mode 100644 index 00000000000..b5014673372 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/ghost-roles/marshal.yml @@ -0,0 +1,4 @@ +rmc-ghost-role-information-bureau-marshal-name = Бюро - Маршал +rmc-ghost-role-information-bureau-marshal-description = Get your instructions from the CMB Office at Anchorpoint Station, and carry out your orders. Ensure that Colonial assets are safe and in your custody. Do not enforce or override Marine Law on a Marine Ship unless requested, as it's outside of your jurisdiction. + +rmc-ghost-role-information-bureau-deputy-name = Бюро - Помічник diff --git a/Resources/Locale/uk-UA/_RMC14/ghost-roles/pizza.yml b/Resources/Locale/uk-UA/_RMC14/ghost-roles/pizza.yml new file mode 100644 index 00000000000..13df59de0e4 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/ghost-roles/pizza.yml @@ -0,0 +1,2 @@ +rmc-ghost-role-information-pizza-delivery-boy-name = Доставка Піци +rmc-ghost-role-information-pizza-delivery-boy-description = Доставщики та доставщиці Галактики Піци є високо-тренованими пілотами. Їх човники обладнанні найновішими технологіями для космічних подорожей! diff --git a/Resources/Locale/uk-UA/_RMC14/ghost-roles/pmc.yml b/Resources/Locale/uk-UA/_RMC14/ghost-roles/pmc.yml new file mode 100644 index 00000000000..e0eeb818254 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/ghost-roles/pmc.yml @@ -0,0 +1,5 @@ +rmc-ghost-role-information-pmc-standard-name = ПВК Вестон-Ямади (Стандартний) +rmc-ghost-role-information-pmc-standard-description = Впевнетись в безпеці активів Вестон-Ямада та Представника Корпорації. + Заперечуйте будь-яку причетність Вестон-Ямади та не довіряйте силам ООН КМП. + +rmc-ghost-role-information-pmc-leader-name = ПВК Вестон-Ямади (Лідер) diff --git a/Resources/Locale/uk-UA/_RMC14/job/command.ftl b/Resources/Locale/uk-UA/_RMC14/job/command.ftl index 5dbb0939096..3a8d5b70d5f 100644 --- a/Resources/Locale/uk-UA/_RMC14/job/command.ftl +++ b/Resources/Locale/uk-UA/_RMC14/job/command.ftl @@ -1,4 +1,3 @@ -# command cm-job-name-senior-enlisted-advisor = Старший Військовий Радник cm-job-description-senior-enlisted-advisor = Навчайте строковиків серед персоналу корабля та морпіхів. Кричіть що є сили на рядових. CMJobSeniorEnlistedAdvisor = Старший Військовий Радник @@ -14,3 +13,5 @@ CMJobCommandingOfficer = Командуючий Офіцер cm-job-name-executive-officer = Виконавчий Офіцер cm-job-description-executive-officer = Ви - другий у командуванні цього корабля. CMJobExecutiveOfficer = Виконавчий Офіцер + +cm-job-name-high-command = Вище Командування diff --git a/Resources/Locale/uk-UA/_RMC14/rmc-admin-ui.ftl b/Resources/Locale/uk-UA/_RMC14/rmc-admin-ui.ftl index cb7faa13586..aa44037ccc4 100644 --- a/Resources/Locale/uk-UA/_RMC14/rmc-admin-ui.ftl +++ b/Resources/Locale/uk-UA/_RMC14/rmc-admin-ui.ftl @@ -1,4 +1,4 @@ -rmc-ui-cm-actions = КМП Дії +rmc-ui-cm-actions = КМП Дії rmc-ui-transform-tab = Трансформувати rmc-ui-xeno-tab = Ксено rmc-ui-squads-tab = Загони @@ -11,3 +11,4 @@ rmc-ui-tier = Tier {$tier} rmc-ui-create-squad = Створити загін rmc-ui-members = Члени: {$members} rmc-ui-add-to-squad = Додати до загону +rmc-ui-admin = КМП Дієвидло Адміна diff --git a/Resources/Locale/uk-UA/_RMC14/shake/rmc-shake.ftl b/Resources/Locale/uk-UA/_RMC14/shake/rmc-shake.ftl new file mode 100644 index 00000000000..6607b98eee4 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/shake/rmc-shake.ftl @@ -0,0 +1,3 @@ +rmc-shake-awake-user = You shake {$target} trying to wake {OBJECT($target)} up! +rmc-shake-awake-target = {$user} shakes you trying to wake you up! +rmc-shake-awake-others = {$user} shakes {$target} trying to wake {OBJECT($target)} up! diff --git a/Resources/Locale/uk-UA/_RMC14/skills/rmc-skills.ftl b/Resources/Locale/uk-UA/_RMC14/skills/rmc-skills.ftl new file mode 100644 index 00000000000..6a1b4874e21 --- /dev/null +++ b/Resources/Locale/uk-UA/_RMC14/skills/rmc-skills.ftl @@ -0,0 +1 @@ +rmc-skills-cant-use = Ви не знаєте як користуватися {$item}... diff --git a/Resources/Locale/uk-UA/_RMC14/tiles/tiles.ftl b/Resources/Locale/uk-UA/_RMC14/tiles/tiles.ftl index 0c1720f180f..46f6c45e346 100644 --- a/Resources/Locale/uk-UA/_RMC14/tiles/tiles.ftl +++ b/Resources/Locale/uk-UA/_RMC14/tiles/tiles.ftl @@ -1,5 +1,6 @@ tiles-cm-default = стальний тайл -tiles-cm-default-no-weeds = стальний тайл (без трави) +tiles-cm-default-no-weeds = стальний тайл (без резина) +tiles-rmc-underplating-no-weeds = тайл (без резини) tiles-cm-plate = стальний плаский тайл tiles-cm-office = офісний тайл tiles-cm-sterile = стальний стерильний тайл diff --git a/Resources/Locale/uk-UA/_RMC14/weapons/guns.ftl b/Resources/Locale/uk-UA/_RMC14/weapons/guns.ftl index db47b8b5736..c6064063565 100644 --- a/Resources/Locale/uk-UA/_RMC14/weapons/guns.ftl +++ b/Resources/Locale/uk-UA/_RMC14/weapons/guns.ftl @@ -11,3 +11,4 @@ rmc-shoot-use-delay = You need to wait {$seconds} seconds before shooting {THE($ rmc-shoot-harness-required = Harness required rmc-wear-smart-gun-required = You must have your smart gun equipped to wear these. +rmc-revolver-spin = You spin the cylinder. diff --git a/Resources/Locale/uk-UA/_RMC14/xeno/xeno-parasite.ftl b/Resources/Locale/uk-UA/_RMC14/xeno/xeno-parasite.ftl index 2b050a2a6c9..a13f27fe8bf 100644 --- a/Resources/Locale/uk-UA/_RMC14/xeno/xeno-parasite.ftl +++ b/Resources/Locale/uk-UA/_RMC14/xeno/xeno-parasite.ftl @@ -2,3 +2,4 @@ rmc-xeno-failed-cant-infect = Ми не можемо інфектувати {$ta rmc-xeno-failed-cant-reach = Ми не можемо дістати до {victimIdentity}, вони повинні ліжати! rmc-xeno-failed-target-dead = Вулику не має жодної користі від мертвого! rmc-xeno-infect-success = Паразит стрибає на обличчя {$target}! +rmc-xeno-failed-parasite-dead = Ви не можете інфектувати мертвим паразитом! diff --git a/Resources/Locale/uk-UA/administration/commands/aghost.ftl b/Resources/Locale/uk-UA/administration/commands/aghost.ftl index 37749b9ea76..82946a20164 100644 --- a/Resources/Locale/uk-UA/administration/commands/aghost.ftl +++ b/Resources/Locale/uk-UA/administration/commands/aghost.ftl @@ -1,3 +1,3 @@ -aghost-description = Makes you an admin ghost. +cmd-aghost-desc = Перетворює тебе чи іншого на адмін привида. aghost-no-mind-self = Ви не можете перетворитися на привида тут! aghost-no-mind-other = Вони не можуть перетворитися на привида тут! diff --git a/Resources/Locale/uk-UA/entities_locale/entities/structures/wallmounts/signs/signs.ftl b/Resources/Locale/uk-UA/entities_locale/entities/structures/wallmounts/signs/signs.ftl index 7a81c9e2ea4..5cc466dc413 100644 --- a/Resources/Locale/uk-UA/entities_locale/entities/structures/wallmounts/signs/signs.ftl +++ b/Resources/Locale/uk-UA/entities_locale/entities/structures/wallmounts/signs/signs.ftl @@ -1,124 +1,130 @@ -ent-PaintingMonkey = monkey painting - .desc = Return to monky. +ent-PaintingMonkey = малюнок мавпи + .desc = Час перевертати еволюцію людини. ent-BaseSignDirectional = { ent-BaseSign } .desc = { ent-BaseSign.desc } -ent-SignDirectionalBar = bar sign +ent-SignDirectionalBar = знак бару .desc = A direction sign, pointing out which way the bar is. -ent-SignDirectionalBridge = bridge sign +ent-SignDirectionalBridge = знак мостика .desc = A direction sign, pointing out which way the Bridge is. -ent-SignDirectionalBrig = brig sign +ent-SignDirectionalBrig = знак бріга .desc = A direction sign, pointing out which way the Brig is. -ent-SignDirectionalChapel = chapel sign +ent-SignDirectionalChapel = знак церкви .desc = A direction sign, pointing out which way the Chapel is. -ent-SignDirectionalChemistry = chemistry sign +ent-SignDirectionalChemistry = знак хімії .desc = A direction sign, pointing out which way the chemistry lab is. -ent-SignDirectionalCryo = cryo sign +ent-SignDirectionalCryo = знак крио .desc = A direction sign, pointing out the way to cryogenics. -ent-SignDirectionalDorms = dorms sign +ent-SignDirectionalDorms = знак кают .desc = A direction sign, pointing out which way the Dorms are. -ent-SignDirectionalEng = engineering sign +ent-SignDirectionalEng = знак інженерії .desc = A direction sign, pointing out which way the Engineering department is. -ent-SignDirectionalEvac = evac sign +ent-SignDirectionalEvac = знак евакуації .desc = A direction sign, pointing out which way evac is. -ent-SignDirectionalExam = exam sign +ent-SignDirectionalExam = знак огляду .desc = A direction sign, pointing out which way the examination room(s) are. -ent-SignDirectionalFood = food sign +ent-SignDirectionalFood = знак кухні .desc = A direction sign, pointing out which way the kitchen is. -ent-SignDirectionalGravity = gravity sign +ent-SignDirectionalGravity = знак гравитації .desc = A direction sign, pointing out which way the gravity generator is. -ent-SignDirectionalHop = hop sign +ent-SignDirectionalHop = знак ГП .desc = A direction sign, pointing out which way Head of Personnel's office is. -ent-SignDirectionalHydro = hydro sign +ent-SignDirectionalHydro = знак ботаники .desc = A direction sign, pointing out which way hydroponics is. ent-SignDirectionalIcu = icu sign .desc = A direction sign, pointing out which way the ICU is. -ent-SignDirectionalJanitor = janitor sign +ent-SignDirectionalJanitor = знак прибиральника .desc = A direction sign, pointing out which way the janitor's closet is. -ent-SignDirectionalLibrary = library sign +ent-SignDirectionalLibrary = знак бібліотеки .desc = A direction sign, pointing out which way the library is. -ent-SignDirectionalMed = medical sign +ent-SignDirectionalMed = знак лікарні .desc = A direction sign, pointing out which way the Medical department is. -ent-SignDirectionalSalvage = salvage sign +ent-SignDirectionalSalvage = знак шахтарів .desc = A direction sign, pointing out which way the Salvage department is. -ent-SignDirectionalSci = science sign +ent-SignDirectionalSci = знак науки .desc = A direction sign, pointing out which way the Science department is. -ent-SignDirectionalSec = sec sign +ent-SignDirectionalSec = знак охорони .desc = A direction sign, pointing out which way Security is. -ent-SignDirectionalSolar = solars sign +ent-SignDirectionalSolar = знак сон. панелей .desc = A direction sign, pointing out which way solars are. -ent-SignDirectionalSupply = supply sign +ent-SignDirectionalSupply = знак логістики .desc = A direction sign, pointing to some supplies. -ent-SignDirectionalWash = washroom sign +ent-SignDirectionalWash = знак вани .desc = A direction sign, pointing to the way to a washroom. -ent-SignAi = ai sign +ent-SignAi = знак ШІ .desc = A sign, indicating an AI is present. -ent-SignArcade = arcade sign +ent-SignAiUpload = знак завантаження ШІ + .desc = A sign, indicating an AI is present. + +ent-SignArcade = знак аркад .desc = A sign indicating the arcade. -ent-SignArmory = armory sign +ent-SignArmory = знак зброярні .desc = A sign indicating the armory. -ent-SignToolStorage = tool storage sign +ent-SignToolStorage = знак складу інструментів .desc = A sign indicating the tool storage room. -ent-SignAnomaly = xenoarchaeology lab sign +ent-SignAnomaly = знак лабораторії ксеноархеології .desc = A sign indicating the xenoarchaeology lab. -ent-SignAnomaly2 = anomaly lab sign +ent-SignAnomaly2 = знак аномальної лабораторії .desc = A sign indicating the anomalous research lab. -ent-SignAtmos = atmos sign - .desc = A sign indicating the atmospherics area. - -ent-SignAtmosMinsky = atmospherics sign +ent-SignAtmos = знак атмосфери .desc = A sign indicating the atmospherics area. -ent-SignBar = bar sign +ent-SignBar = знак бара .desc = A sign indicating the bar. -ent-SignBarbershop = barbershop sign +ent-SignKitchen = знак кухні + .desc = The heart of the home. And disease. + +ent-SignTheater = знак театра + .desc = Would it even be Space Station without drama? + +ent-SignBarbershop = знак перукаря .desc = A sign indicating the barbershop. -ent-SignBio = bio sign +ent-SignBio = знак біолабораторії .desc = A sign indicating the biology lab. -ent-SignBiohazard = biohazard sign +ent-SignBiohazard = знак біо-небезпеки .desc = A sign indicating a biohazard. -ent-SignBridge = bridge sign +ent-SignBridge = знак мостика .desc = A sign indicating the bridge. -ent-SignCanisters = canisters sign +ent-SignCanisters = знак каністр .desc = A sign warning the viewer about pressurised canisters. -ent-SignCargo = cargo sign +ent-SignCargo = знак логістики .desc = A sign indicating the cargo area. ent-SignCargoDock = cargo dock sign @@ -130,20 +136,14 @@ ent-SignChapel = chapel sign ent-SignChem = chemistry sign .desc = A sign indicating the chemistry lab. -ent-SignChemistry1 = chemistry sign - .desc = A sign indicating the chemistry lab. - -ent-SignChemistry2 = chemistry sign - .desc = A sign indicating the chemistry lab. - ent-SignCloning = cloning sign .desc = A sign indicating the cloning lab. ent-SignConference = conference room sign .desc = A sign indicating the conference room. -ent-SignCourt = court sign - .desc = A sign labelling the courtroom. +ent-SignCryo = cryosleep sign + .desc = Just like that? You're gonna chicken out? ent-SignDisposalSpace = disposal sign .desc = A sign indicating a disposal area. @@ -151,8 +151,11 @@ ent-SignDisposalSpace = disposal sign ent-SignDoors = doors sign .desc = A sign indicating doors. -ent-SignDrones = drones sign - .desc = A sign indicating drones. +ent-SignRestroom = restroom sign + .desc = A sign indicating where you go to... What do you do here again? + +ent-SignMaterials = materials sign + .desc = An omen to the juicy vault of steel, glass, and plastic that lays before you. ent-SignEngine = engine sign .desc = A sign indicating the engine room. @@ -184,12 +187,6 @@ ent-SignHead = head sign ent-SignHydro1 = hydro sign .desc = A sign indicating a hydroponics area. -ent-SignHydro2 = hydro sign - .desc = A sign indicating a hydroponics area. - -ent-SignHydro3 = hydro sign - .desc = A sign indicating a hydroponics area. - ent-SignInterrogation = interrogation sign .desc = A sign indicating an interrogation room. @@ -211,9 +208,6 @@ ent-SignMail = mail sign ent-SignMedical = medbay sign .desc = A sign indicating the medical bay. -ent-SignMinerDock = miner dock sign - .desc = A sign indicating the miner dock. - ent-SignMorgue = morgue sign .desc = A sign indicating the morgue. @@ -244,14 +238,11 @@ ent-SignSalvage = salvage sign ent-SignScience = science sign .desc = A sign indicating the science area. -ent-SignScience1 = science sign - .desc = A sign indicating the science area. - -ent-SignScience2 = science sign - .desc = A sign indicating the science area. +ent-SignServer = server sign + .desc = Ever heard of Big Data? This is it, chump. The biggest. -ent-SignShield = shield sign - .desc = A sign with a shield. +ent-SignCans = canisters sign + .desc = A sign indicating the auspicious presence of gas canisters. ent-SignShipDock = docking sign .desc = A sign indicating the ship docking area. @@ -268,8 +259,8 @@ ent-SignTelecomms = telecomms sign ent-SignToxins = toxins sign .desc = A sign indicating the toxin lab. -ent-SignToxins2 = toxins sign - .desc = A sign indicating the toxin lab. +ent-SignVault = vault sign + .desc = A sign indicating the vault. Who knows what secrets lie inside? ent-SignVirology = virology sign .desc = A sign indicating the virology lab. @@ -319,12 +310,6 @@ ent-SignRadiation = radiation warning sign ent-SignXenobio = xenobio sign .desc = A sign indicating the xenobiology lab. -ent-SignXenobio2 = xenobio sign - .desc = A sign indicating the xenobiology lab. - -ent-SignXenolab = xenolab sign - .desc = A sign indicating the xenobiology lab. - ent-SignZomlab = zombie lab sign .desc = A sign indicating the zombie lab. @@ -462,4 +447,3 @@ ent-SignSurvival = survival sign ent-SignNTMine = mine sign .desc = A sign. "Mine" is written on it. - diff --git a/Resources/Locale/uk-UA/health-examinable/health-examinable-carbon.ftl b/Resources/Locale/uk-UA/health-examinable/health-examinable-carbon.ftl index ad8a67ea39d..0b83817a36f 100644 --- a/Resources/Locale/uk-UA/health-examinable/health-examinable-carbon.ftl +++ b/Resources/Locale/uk-UA/health-examinable/health-examinable-carbon.ftl @@ -1,4 +1,4 @@ -health-examinable-carbon-none = Ви не бачите явних поранень. +health-examinable-carbon-none = Ви не бачите явних поранень. health-examinable-carbon-Blunt-25 = [color=red]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } легкі травми по всьому тілу.[/color] health-examinable-carbon-Blunt-50 = [color=crimson]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } тяжкі синці по всьому тілу![/color] @@ -16,3 +16,11 @@ health-examinable-carbon-Heat-50 = [color=orange]{ CAPITALIZE(SUBJECT($target)) health-examinable-carbon-Heat-75 = [color=orange]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } важкі опіки третього ступеню по всьому тілу![/color] health-examinable-carbon-Shock-50 = [color=lightgoldenrodyellow] CAPITALIZE(SUBJECT($target)) { CONJUGATE-HAVE($target) } сліди від удару струмом по всьому тілу![/color] + +health-examinable-carbon-Cold-25 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } minor frostbite across { POSS-ADJ($target) } body.[/color] +health-examinable-carbon-Cold-50 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } major frostbite across { POSS-ADJ($target) } body.[/color] +health-examinable-carbon-Cold-75 = [color=lightblue]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } severe third-degree frostbite across { POSS-ADJ($target) } тілу![/color] + +health-examinable-carbon-Caustic-25 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } легкі хімічні опіки.[/color] +health-examinable-carbon-Caustic-50 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } хімічні опіки по всьому { POSS-ADJ($target) } тілу.[/color] +health-examinable-carbon-Caustic-75 = [color=yellowgreen]{ CAPITALIZE(SUBJECT($target)) } { CONJUGATE-HAVE($target) } тяжкі хімічні опіки по всьому { POSS-ADJ($target) } тілу![/color] diff --git a/Resources/Locale/uk-UA/medical/components/defibrillator.ftl b/Resources/Locale/uk-UA/medical/components/defibrillator.ftl index bbc37f2e72c..e7aff6725d8 100644 --- a/Resources/Locale/uk-UA/medical/components/defibrillator.ftl +++ b/Resources/Locale/uk-UA/medical/components/defibrillator.ftl @@ -1,5 +1,5 @@ -defibrillator-not-on = Дефібрілятор не увимкнен. -defibrillator-no-mind = Не помічено свідомості в мізках паціента. Всі подальші спроби марні. +defibrillator-not-on = The defibrillator isn't turned on. +defibrillator-no-mind = No intelligence pattern can be detected in patient's brain. Further attempts futile. defibrillator-rotten = Body decomposition detected: resuscitation failed. defibrillator-unrevivable = This patient is unable to be revived due to a unique body composition. defibrillator-xeno = Why would you want to bring this thing back!? diff --git a/Resources/Locale/uk-UA/replays/replays.ftl b/Resources/Locale/uk-UA/replays/replays.ftl index 313a2ad197a..00ab54a3822 100644 --- a/Resources/Locale/uk-UA/replays/replays.ftl +++ b/Resources/Locale/uk-UA/replays/replays.ftl @@ -1,43 +1,37 @@ -# Loading Screen - -replay-loading = Loading ({$cur}/{$total}) -replay-loading-reading = Reading Files +replay-loading = Завантажуємо ({$cur}/{$total}) +replay-loading-reading = Читаємо файли replay-loading-processing = Processing Files replay-loading-spawning = Spawning Entities replay-loading-initializing = Initializing Entities -replay-loading-starting= Starting Entities -replay-loading-failed = Failed to load replay: +replay-loading-starting = Starting Entities +replay-loading-failed = Не вдалося завантажити Перегляд: {$reason} replay-loading-retry = Try load with more exception tolerance - MAY CAUSE BUGS! -# Main Menu replay-menu-subtext = Replay Client -replay-menu-load = Load Selected Replay -replay-menu-select = Select a Replay -replay-menu-open = Open Replay Folder -replay-menu-none = No replays found. +replay-menu-load = Завантажити перегляд +replay-menu-select = Обрати перегляд +replay-menu-open = Відкрити теку переглядів +replay-menu-none = Не знайдено переглядів. -# Main Menu Info Box -replay-info-title = Replay Information -replay-info-none-selected = No replay selected -replay-info-invalid = [color=red]Invalid replay selected[/color] -replay-info-info = {"["}color=gray]Selected:[/color] {$name} ({$file}) - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} - {"["}color=gray]Time:[/color] {$time} +replay-info-title = Інформація о перегляді +replay-info-none-selected = Не обрано перегляда +replay-info-invalid = [color=red]Неправильний перегляд обрано[/color] +replay-info-info = {"["}color=gray]Обраний:[/color] {$name} ({$file}) + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} + {"["}color=gray]Час:[/color] {$time} -# Replay selection window -replay-menu-select-title = Select Replay +replay-menu-select-title = Оберите перегляд -# Replay related verbs -replay-verb-spectate = Spectate +replay-verb-spectate = Оглядати -# command cmd-replay-spectate-help = replay_spectate [optional entity] cmd-replay-spectate-desc = Attaches or detaches the local player to a given entity uid. cmd-replay-spectate-hint = Optional EntityUid +cmd-replay-toggleui-desc = Toggles the replay control UI.