english translation

This commit is contained in:
JohnCorby 2022-06-29 14:58:31 -07:00
parent 29a892e4d4
commit 20716ab17d
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,6 @@ public class Translation
public string TimeSyncTooFarAhead;
public string TimeSyncWaitForAllToReady;
public string TimeSyncWaitForAllToDie;
public Dictionary<DeathType, string[]> DeathMessages;
public string GalaxyMapEveryoneNotPresent;
public Dictionary<DeathType, string[]> DeathMessages;
}

View File

@ -35,6 +35,7 @@
"TimeSyncTooFarAhead": "{0}\nPausing to match server time...",
"TimeSyncWaitForAllToReady": "Waiting for start of loop...",
"TimeSyncWaitForAllToDie": "Waiting for end of loop...",
"GalaxyMapEveryoneNotPresent": "It's not yet time. Everyone should be here to witness this.",
"DeathMessages": {
"Default": [
"{0} died",