diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/body/parts/silicon.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/body/parts/silicon.ftl index 51a756ee267..d992d96d497 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/body/parts/silicon.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/body/parts/silicon.ftl @@ -1,12 +1,12 @@ ent-PartSilicon = { ent-BaseItem } .desc = { ent-BaseItem.desc } -ent-BaseBorgArmLeft = left cyborg arm +ent-BaseBorgArmLeft = cyborg left arm .desc = { ent-PartSilicon.desc } -ent-BaseBorgArmRight = right cyborg arm +ent-BaseBorgArmRight = cyborg right arm .desc = { ent-PartSilicon.desc } -ent-BaseBorgLegLeft = left cyborg leg +ent-BaseBorgLegLeft = cyborg left leg .desc = { ent-PartSilicon.desc } -ent-BaseBorgLegRight = right cyborg leg +ent-BaseBorgLegRight = cyborg right leg .desc = { ent-PartSilicon.desc } ent-BaseBorgHead = cyborg head .desc = { ent-PartSilicon.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl index 222da61431c..a357ac27a8b 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/hud.ftl @@ -30,27 +30,22 @@ ent-ClothingEyesHudSyndicate = syndicate visor .desc = The syndicate's professional head-up display, designed for better detection of humanoids and their subsequent elimination. ent-ClothingEyesHudSyndicateAgent = syndicate agent visor .desc = The Syndicate Agent's professional heads-up display, designed for quick diagnosis of their team's status. -ent-ClothingEyesGlassesHiddenSecurity = { ent-['ClothingEyesGlassesSunglasses', 'ShowSecurityIcons'] } - +ent-ClothingEyesGlassesHiddenSecurity = { ent-ClothingEyesGlassesSunglasses } .suffix = Syndicate - .desc = { ent-['ClothingEyesGlassesSunglasses', 'ShowSecurityIcons'].desc } + .desc = { ent-ClothingEyesGlassesSunglasses.desc } ent-ClothingEyesEyepatchHudMedical = medical hud eyepatch .desc = A heads-up display that scans the humanoids in view and provides accurate data about their health status. For true patriots. ent-ClothingEyesEyepatchHudMedicalFlipped = medical hud eyepatch - - .desc = { ent-['ClothingEyesEyepatchHudMedical', 'ClothingHeadEyeBaseFlipped'].desc } + .desc = { ent-ClothingEyesEyepatchHudMedical.desc } ent-ClothingEyesEyepatchHudSecurity = security hud eyepatch .desc = A heads-up display that scans the humanoids in view and provides accurate data about their ID status and security records. For true patriots. ent-ClothingEyesEyepatchHudSecurityFlipped = security hud eyepatch - - .desc = { ent-['ClothingEyesEyepatchHudSecurity', 'ClothingHeadEyeBaseFlipped'].desc } + .desc = { ent-ClothingEyesEyepatchHudSecurity.desc } ent-ClothingEyesEyepatchHudBeer = beer hud eyepatch .desc = A pair of sunHud outfitted with apparatus to scan reagents, as well as providing an innate understanding of liquid viscosity while in motion. For true patriots. ent-ClothingEyesEyepatchHudBeerFlipped = beer hud eyepatch - - .desc = { ent-['ClothingEyesEyepatchHudBeer', 'ClothingHeadEyeBaseFlipped'].desc } + .desc = { ent-ClothingEyesEyepatchHudBeer.desc } ent-ClothingEyesEyepatchHudDiag = diagnostic hud eyepatch .desc = A heads-up display capable of analyzing the integrity and status of robotics and exosuits. Made out of see-borg-ium. ent-ClothingEyesEyepatchHudDiagFlipped = diagnostic hud eyepatch - - .desc = { ent-['ClothingEyesEyepatchHudDiag', 'ClothingHeadEyeBaseFlipped'].desc } \ No newline at end of file + .desc = { ent-ClothingEyesEyepatchHudDiag.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl index 324b5e5958d..dd2afd1e32d 100644 --- a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl @@ -1,15 +1,12 @@ ent-AirSensorVoxBase = { ent-AirSensorBase } .suffix = Vox Atmosphere .desc = { ent-AirSensorBase.desc } -ent-AirSensorVox = { ent-['AirSensorVoxBase', 'AirSensor'] } - - .desc = { ent-['AirSensorVoxBase', 'AirSensor'].desc } -ent-GasVentPumpVox = { ent-['AirSensorVoxBase', 'GasVentPump'] } - - .desc = { ent-['AirSensorVoxBase', 'GasVentPump'].desc } -ent-GasVentScrubberVox = { ent-['AirSensorVoxBase', 'GasVentScrubber'] } - - .desc = { ent-['AirSensorVoxBase', 'GasVentScrubber'].desc } +ent-AirSensorVox = { ent-AirSensor } + .desc = { ent-AirSensor.desc } +ent-GasVentPumpVox = { ent-GasVentPump } + .desc = { ent-GasVentPump.desc } +ent-GasVentScrubberVox = { ent-GasVentScrubber } + .desc = { ent-GasVentScrubber.desc } ent-AirAlarmVox = { ent-AirAlarm } .suffix = Vox Atmosphere, auto mode disabled .desc = { ent-AirAlarm.desc } diff --git a/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/meteor.ftl b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/meteor.ftl new file mode 100644 index 00000000000..6fd6e29ca2b --- /dev/null +++ b/Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/walls/meteor.ftl @@ -0,0 +1,29 @@ +ent-MeteorRock = meteorite rock + .desc = What remains of a meteorite. +ent-MeteorRockCoal = { ent-MeteorRock } + .desc = An ore vein rich with coal. + .suffix = Coal +ent-MeteorRockGold = { ent-MeteorRock } + .desc = An ore vein rich with gold. + .suffix = Gold +ent-MeteorRockDiamond = { ent-MeteorRock } + .desc = An ore vein rich with diamonds. + .suffix = Diamond +ent-MeteorRockPlasma = { ent-MeteorRock } + .desc = An ore vein rich with plasma. + .suffix = Plasma +ent-MeteorRockQuartz = { ent-MeteorRock } + .desc = An ore vein rich with quartz. + .suffix = Quartz +ent-MeteorRockSilver = { ent-MeteorRock } + .desc = An ore vein rich with silver. + .suffix = Silver +ent-MeteorRockTin = { ent-MeteorRock } + .desc = An ore vein rich with iron. + .suffix = Iron +ent-MeteorRockUranium = { ent-MeteorRock } + .desc = An ore vein rich with uranium. + .suffix = Uranium +ent-MeteorRockBananium = { ent-MeteorRock } + .desc = An ore vein rich with bananium. + .suffix = Bananium diff --git a/Resources/Locale/ru-RU/administration/commands/erase.ftl b/Resources/Locale/ru-RU/administration/commands/erase.ftl new file mode 100644 index 00000000000..bbffdfc5d14 --- /dev/null +++ b/Resources/Locale/ru-RU/administration/commands/erase.ftl @@ -0,0 +1,6 @@ +# erase +cmd-erase-desc = Erase a player's entity if it exists and all their chat messages +cmd-erase-help = erase +cmd-erase-invalid-args = Invalid number of arguments +cmd-erase-player-not-found = Player not found +cmd-erase-player-completion = diff --git a/Resources/Locale/ru-RU/administration/commands/respawn.ftl b/Resources/Locale/ru-RU/administration/commands/respawn.ftl new file mode 100644 index 00000000000..53514c4cbd0 --- /dev/null +++ b/Resources/Locale/ru-RU/administration/commands/respawn.ftl @@ -0,0 +1,7 @@ +cmd-respawn-desc = Respawns a player, kicking them back to the lobby. +cmd-respawn-help = respawn [player or UserId] +cmd-respawn-invalid-args = Must provide <= 1 argument. +cmd-respawn-no-player = If not a player, an argument must be given. +cmd-respawn-unknown-player = Unknown player +cmd-respawn-player-not-online = Player is not currently online, but they will respawn if they come back online +cmd-respawn-player-completion = diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl index 324b5e5958d..dd2afd1e32d 100644 --- a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/specific/atmospherics/vox.ftl @@ -1,15 +1,12 @@ ent-AirSensorVoxBase = { ent-AirSensorBase } .suffix = Vox Atmosphere .desc = { ent-AirSensorBase.desc } -ent-AirSensorVox = { ent-['AirSensorVoxBase', 'AirSensor'] } - - .desc = { ent-['AirSensorVoxBase', 'AirSensor'].desc } -ent-GasVentPumpVox = { ent-['AirSensorVoxBase', 'GasVentPump'] } - - .desc = { ent-['AirSensorVoxBase', 'GasVentPump'].desc } -ent-GasVentScrubberVox = { ent-['AirSensorVoxBase', 'GasVentScrubber'] } - - .desc = { ent-['AirSensorVoxBase', 'GasVentScrubber'].desc } +ent-AirSensorVox = { ent-AirSensor } + .desc = { ent-AirSensor.desc } +ent-GasVentPumpVox = { ent-GasVentPump } + .desc = { ent-GasVentPump.desc } +ent-GasVentScrubberVox = { ent-GasVentScrubber } + .desc = { ent-GasVentScrubber.desc } ent-AirAlarmVox = { ent-AirAlarm } .suffix = Vox Atmosphere, auto mode disabled .desc = { ent-AirAlarm.desc } diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/meteor.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/meteor.ftl new file mode 100644 index 00000000000..6fd6e29ca2b --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/walls/meteor.ftl @@ -0,0 +1,29 @@ +ent-MeteorRock = meteorite rock + .desc = What remains of a meteorite. +ent-MeteorRockCoal = { ent-MeteorRock } + .desc = An ore vein rich with coal. + .suffix = Coal +ent-MeteorRockGold = { ent-MeteorRock } + .desc = An ore vein rich with gold. + .suffix = Gold +ent-MeteorRockDiamond = { ent-MeteorRock } + .desc = An ore vein rich with diamonds. + .suffix = Diamond +ent-MeteorRockPlasma = { ent-MeteorRock } + .desc = An ore vein rich with plasma. + .suffix = Plasma +ent-MeteorRockQuartz = { ent-MeteorRock } + .desc = An ore vein rich with quartz. + .suffix = Quartz +ent-MeteorRockSilver = { ent-MeteorRock } + .desc = An ore vein rich with silver. + .suffix = Silver +ent-MeteorRockTin = { ent-MeteorRock } + .desc = An ore vein rich with iron. + .suffix = Iron +ent-MeteorRockUranium = { ent-MeteorRock } + .desc = An ore vein rich with uranium. + .suffix = Uranium +ent-MeteorRockBananium = { ent-MeteorRock } + .desc = An ore vein rich with bananium. + .suffix = Bananium