Skip to main content

Station Alert

Below you can find several translations for SA. These are provided with the resource, inside the languages, but are provided here for reference.

Tone Name Overrides

Also inside the languages folder is a file called tones.json. You can use this file to replace the names of Tones defined in the config.cfg with tones names containing accents or other non-ASCII characters. See the example below:

tones.json
{
"Tone 1": "Türsteuerung",
"Tone 2": "Dørcontroller",
"Tone 3": "Contrôles de Portes"
}

Custom Call Screen URL Overrides

If you need to have accents or non-ASCII characters in your custom call screen URLs, you will need to override the values with convars. See here for more info.

Translations

English

Translation by: Inferno Collection

en-us.json
{
"DoorControls": "Door Controls",
"AccessDoorControls": "Access Door Controls",
"NoDoorsToControl": "This location has no doors to control!",
"OpenAll": "Open All",
"CloseAll": "Close All",
"OpenAllDoors": "Open all doors",
"CloseAllDoors": "Close all doors",
"OpenDoor": "Open door",
"CloseDoor": "Close door",

"StationComputer": "Station Computer",
"AccessComputer": "Access Computer",
"CreateANewAlert": "Create a new Alert for any Station Location.",
"CreateANewMessage": "Create a new Message to be read at only this Station Location.",
"CreateANewBroadcast": "Create a new Message to be read at all Stations.",
"StationAlert": "Station Alert",
"ActivateStationAlert": "Activate a local Station Alert.",

"NewAlert": "New Alert",
"NewMessage": "New Message",
"NewBroadcast": "New Broadcast",
"CurrentMessage": "Current Message",
"SelectLocations": "Select Station Locations",
"SelectWhichLocation": "Select which Station Locations the Alert will be sent to.",
"SelectDoors": "Select Doors",
"SelectWhichDoors": "Select which doors at which Station Locations should open. If none selected, all doors at all selected Station Locations will open.",
"EnterMessage": "Enter Message",
"ProvideAMessage": "Optionally provide a message with the Alert.",
"SelectTone": "Select Tone",
"SelectATone": "Optionally select a tone to use with the Alert. If not selected, default tone will be used.",
"SelectColors": "Select Unit Colors",
"SelectUnitColors": "Optionally select unit colors to use with this tone",
"SendAlert": "Send Alert",
"SendTheAlert": "Send the Alert to the selected Station Locations",

"LocationSelection": "Station Location Selection",
"SendAlertTo": "Send Alert to",

"DoorSelection": "Door Selection",
"Open": "Open",
"Closed": "Closed",
"At": "At",

"Close": "Close",
"CloseMenu": "Close menu",
"Selected": "Selected",
"Provided": "Provided",
"Confirm": "Confirm",
"ConfirmYourSelection": "Confirm Your Selection",

"ToneSelection": "Tone Selection",
"UseTone": "Use Tone",

"UnitColorSelection": "Unit Color Selection",
"UseColor": "Use Color",

"RenameDoors": "Rename Doors",
"RenameDoorsDesc": "Rename one or more Doors temporarily",
"Rename": "Rename",

"DoorIsolations": "Door Isolations",
"DoorIsolationsDesc": "Isolate one or more doors preventing them from opening or closing",
"Isolate": "Isolate",
"Isolated": "Isolated",
"Deisolate": "Deisolate",
"Deisolated": "Deisolated",

"YouDoNotHavePermission": "You do not have permission to use this command!",
"CommandIsClientOnly": "This command needs to be run from the client!",
"CommandIsServerOnly": "This command needs to be run from the console!",
"MustBeInVehicle": "You must be in a vehicle to use this command!",
"UnknownCommand": "Unknown command!",

"StationLocation": "Station Location",
"Place": "Place",
"PlaceA": "Place a",
"SelectA": "Select a",
"HideAProp": "Hide a Prop",
"TooFar": "Too far away from",
"Name": "Name",
"New": "New",
"Remove": "Remove",
"Change": "Change",
"LinkedTo": "Linked To",
"Color": "Color",
"MustBeUpright": "Must be upright",
"FirstPersonRequired": "Enter First-Person to use the Tool",
"CannotPlaceThere": "Cannot place there",
"TooFarFromSurface": "Too far from any surfaces",
"SelectRoadPosition": "Select road position",
"SelectRoadPositionDesc": "The position where vehicles will stop for red lights, or go for green lights",

"InvalidAimLocation": "This is not a valid aiming location",
"InvalidDoorName": "Invalid door name",
"DoorNameAlreadyInUse": "Door name already in use",
"NoDoorsAddedYet": "No doors added yet",
"NoDoorSelected": "No door selected",
"NoDoorCloseEnough": "No door close enough",
"NoDoorFound": "No door found",

"NoPropSelected": "No prop selected",
"NoHiddenPropSelected": "No prop selected, aim for blue circle",
"CannotCreateWhileEditing": "Cannot create Station Location while editing prop",
"CannotChangeLocationWhileEditing": "Cannot change Locations while editing prop",
"CannotChangePropWhileEditing": "Cannot change Prop Type while editing prop",
"InvalidLocationName": "Invalid Station Location name",
"NoLocationCreatedYet": "No Station Location created yet!",
"PropAlreadyHidden": "Prop already hidden. Right Click to unhide",
"NothingToHide": "Nothing found to hide",

"PropAlreadyAComputer": "Selected Prop is already a Computer",
"NoComputerSelected": "No Computer selected",
"NoPropFound": "No prop found",

"TrafficLightSelection": "Traffic Light Selection",
"ConnectThisTrafficLight": "Connect this traffic light to",
"Green": "Green",
"Red": "Red",
"ChangeTrafficLightTo": "On Alert, change this light to",
"WillStopTraffic": "Will stop traffic",
"WillAllowTraffic": "Will allow traffic to flow"
}