Skip to content

Commit e964ddf

Browse files
committed
Add a bunch of missing translation strings
1 parent 1c85640 commit e964ddf

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

src/TSMapEditor/Config/Translations/en/Translation_en.ini

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,13 @@ MapView.DrawOnTileUnderCursor.NullTile=Null tile
324324
MapView.ExtractMegamapTo.Failure.Title=Failed to extract megamap
325325
MapView.ExtractMegamapTo.Failure.Description=Error encountered while attempting to extract megamap. Returned operating system error message: {0}
326326
MapUI.HotkeyHelp.Title=Hotkey Help
327+
UIManager.Loading.Title=Loading
328+
UIManager.Loading.Description=Please wait, loading map...
327329
UIManager.IssuesFound.Title=Issues Found
328330
UIManager.IssuesFound.Description=The map has been saved, but one or more issues have been found in the map. Please consider resolving them.@@{0}
329331
UIManager.LoadMapFailure.Title=Failed to open map
332+
UIManager.MapSaved=Map saved.
333+
UIManager.MapAutoSaved=Map auto-saved.
330334
WindowController.NoTriggerAttached.Title=No trigger attached
331335
WindowController.NoTriggerAttached.Description=The specified Tag has no attached Trigger!
332336
ListExtensions.TaskForceParseError=Failed to load TaskForce {0}. It might be missing a section or be otherwise invalid.
@@ -361,6 +365,14 @@ TileInfoDisplay.TerrainObjectInfo={0} ({1})
361365
TileInfoDisplay.Structure=Structure:\s
362366
TileInfoDisplay.TechnoInformation={0} ({1}), Owner:
363367
TileInfoDisplay.TechnoTag=Tag:
368+
TileInfoDisplay.Vehicle=Vehicle:\s
369+
TileInfoDisplay.TechnoMission=Mission: {0}
370+
TileInfoDisplay.TechnoFacing=Facing: {0}
371+
TileInfoDisplay.Infantry=Infantry:\s
372+
TileInfoDisplay.CellTag=CellTag:\s
373+
TileInfoDisplay.UsagesOfWaypoint=Usages of waypoint {0}:
374+
TileInfoDisplay.TriggerInWaypoint=trigger '{0}',\s
375+
TileInfoDisplay.ScriptInWaypoint=script '{0}',\s
364376

365377
; *************************************************
366378
; TopBarMenu
@@ -490,6 +502,12 @@ AITriggersWindow.lblMaximum.Text=Max.:
490502
AITriggersWindow.chkEnabledOnEasy.Text=Available on Easy
491503
AITriggersWindow.chkEnabledOnMedium.Text=Available on Medium
492504
AITriggersWindow.chkEnabledOnHard.Text=Available on Hard
505+
AITriggersWindow.tbFilter.Suggestion=Search AI trigger...
506+
AITriggersWindow.chkEnabled.Text=Enabled
507+
AITriggersWindow.SortByID=Sort by ID
508+
AITriggersWindow.SortByName=Sort by Name
509+
AITriggersWindow.SortByColor=Sort by Color
510+
AITriggersWindow.SortByColorName=Sort by Color, then by Name
493511
AITriggersWindow.Actions.Advanced=Advanced...
494512
AITriggersWindow.Actions.CloneForEasierDiffs=Clone for Easier Difficulties
495513
AITriggersWindow.CloneForEasierDiffs.Title=Are you sure?
@@ -1010,6 +1028,7 @@ SelectTileSetWindow.btnSelect.Text=Select
10101028
SelectTriggerWindow.lblDescription.Text=Select Trigger:
10111029
SelectTriggerWindow.tbSearch.Suggestion=Search Trigger...
10121030
SelectTriggerWindow.btnSelect.Text=Select
1031+
SelectTriggerWindow.None=None
10131032

10141033
SelectTutorialLineWindow.lblDescription.Text=Select Text Line:
10151034
SelectTutorialLineWindow.tbSearch.Suggestion=Search Text Line...
@@ -1183,6 +1202,12 @@ TriggersWindow.CloneEvent=Clone Event
11831202
TriggersWindow.DeleteEvent=Delete Event
11841203
TriggersWindow.CloneAction=Clone Action
11851204
TriggersWindow.DeleteAction=Delete Action
1205+
TriggersWindow.CopyTrigger=Copy Trigger
1206+
TriggersWindow.PasteTrigger=Paste Trigger
1207+
TriggersWindow.CopyEvent=Copy Event
1208+
TriggersWindow.PasteEvent=Paste Event
1209+
TriggersWindow.CopyAction=Copy Action
1210+
TriggersWindow.PasteAction=Paste Action
11861211
TriggersWindow.SortByID=Sort by ID
11871212
TriggersWindow.SortByName=Sort by Name
11881213
TriggersWindow.SortByColor=Sort by Color
@@ -2294,4 +2319,14 @@ TriggerActionType.Enable Templated Text (Vinifera).Name=Enable Templated Text (V
22942319
TriggerActionType.Enable Templated Text (Vinifera).Description=Displays a line of text with variable substitution. Placeholders like {{g_variableName}} or {{l_variableName}} are replaced with global or local variable values. Color -1 uses the player's house color.
22952320
TriggerActionType.Disable Templated Text (Vinifera).Name=Disable Templated Text (Vinifera)
22962321
TriggerActionType.Disable Templated Text (Vinifera).Description=Removes the currently active templated text from the screen.
2322+
TriggerActionType.Adjust House Modifier (Vinifera).Name=Adjust House Modifier (Vinifera)
2323+
TriggerActionType.Adjust House Modifier (Vinifera).Description=Adjusts a house's stat modifier by given percentage.
2324+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.NameOverride=Modifier
2325+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption0=0 Firepower
2326+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption1=1 Armor
2327+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption2=2 Groundspeed
2328+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption3=3 Airspeed
2329+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption4=4 Rate of Fire
2330+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption5=5 Cost
2331+
TriggerActionType.Adjust House Modifier (Vinifera).Parameter1.PresentOption6=6 Build Time
22972332

0 commit comments

Comments
 (0)