if (!int.TryParse(args[0], out var tab))
{
- shell.WriteError(Loc.GetString("cmd-parse-failure-int", ("arg", args[0])));
+ shell.WriteError(Loc.GetString("cmd-parse-failure-integer", ("arg", args[0])));
return;
}
}
_cfg.SetCVar(CCVars.PanicBunkerMinOverallMinutes, minutes);
- shell.WriteLine(Loc.GetString("panicbunker-command-overall-minutes-age-set", ("minutes", minutes)));
+ shell.WriteLine(Loc.GetString("panicbunker-command-min-overall-minutes-set", ("minutes", minutes)));
}
}
}
_chatSystem.DispatchGlobalAnnouncement(Loc.GetString("round-end-system-shuttle-recalled-announcement"),
- Loc.GetString("Station"), false, colorOverride: Color.Gold);
+ Loc.GetString("round-end-system-shuttle-sender-announcement"), false, colorOverride: Color.Gold);
_audio.PlayGlobal("/Audio/Announcements/shuttlerecalled.ogg", Filter.Broadcast(), true);
{
var component = expedition.Comp;
component.NextOffer = _timing.CurTime + TimeSpan.FromSeconds(_cooldown);
- Announce(uid, Loc.GetString("salvage-expedition-mission-completed"));
+ Announce(uid, Loc.GetString("salvage-expedition-completed"));
component.ActiveMission = 0;
component.Cooldown = true;
UpdateConsoles(expedition);
## Actions Commands loc
## Upgradeaction command loc
+upgradeaction-command-help = Usage: upgradeaction <entityUid> [level]
upgradeaction-command-need-one-argument = upgradeaction needs at least one argument, the action entity uid. The second optional argument is a specified level.
upgradeaction-command-max-two-arguments = upgradeaction has a maximum of two arguments, the action entity uid and the (optional) level to set.
upgradeaction-command-second-argument-not-number = upgradeaction's second argument can only be a number.
cmd-colornetwork-desc = Paints the atmos devices in the specified color
cmd-colornetwork-help = colornetwork <uid> Pipe <HexColor>
cmd-colornetwork-no-access = You are not currently able to use mapping commands.
+shell-entity-is-not-node-container = Target entity is not a node container.
+shell-node-group-is-invalid = Invalid node group specified. Valid groups: { $groups }.
\ No newline at end of file
--- /dev/null
+screen-text = screenText
+screen-color = screenColor
\ No newline at end of file
cmd-banlist-desc = Lists a user's active bans.
cmd-banlist-help = Usage: banlist <name or user ID>
cmd-banlist-empty = No active bans found for {$user}
-cmd-banlistF-hint = <name/user ID>
+cmd-banlist-hint = <name/user ID>
cmd-ban_exemption_update-desc = Set an exemption to a type of ban on a player.
cmd-ban_exemption_update-help = Usage: ban_exemption_update <player> <flag> [<flag> [...]]
ninja-cell-downgrade = The suit will only accept a new power cell that is better than the current one!
ninja-cell-too-large = This power source does not fit in the ninja suit!
+ninja-download-fail = Server has no research data...
ninja-research-steal-fail = No new research nodes were stolen...
ninja-research-steal-success = Stole {$count} new nodes from {THE($server)}.
--- /dev/null
+pipe-painter-no-color-selected = (No color selected)
\ No newline at end of file