splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
557 stars 176 forks source link

Fix translations #968

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

Followup to https://github.com/splewis/get5/pull/962.

Iwhite67 commented 1 year ago

L49 : une fois que la GOTV I miss : la

And change la carte to la map on L49

nickdnk commented 1 year ago

@Iwhite67 Should be good now. I also changed all instances of "Taper" to "Tapez".

Apfelwurm commented 1 year ago

German:

Type [!ready] when your team is ready for map selection. (!ready is a variable)
Tippe {1} wenn dein team bereit für die Kartenauswahl ist.

The map will change once GOTV has broadcast the map selection.
Die Karte wird gewechselt sobald die Kartenauswahl von GOTV übertragen wurden.

[TeamA] is ready for map selection. (TeamA is variable)
{1} ist bereit für die Kartenauswahl.

[TeamA] banned [de_nuke]. (TeamA and de_nuke are variables)
{1} legte ein veto gegen die Karte {2} ein.

A team captain left during map selection. Map selection is paused.
Der Team Captian hat das Spiel während der Kartenauswahl verlassen, daher wird die Kartenauswahl pausiert.

Type [!ready] when you are ready to resume map selection. (!ready is a variable)
Tippe {1} wenn ihr bereit seid mit der Kartenauswahl fortzufahren. 

Select a map to BAN:
Wähle eine Karte aus gegen die ein VETO eingelegt werden soll:

Confirm you want to BAN [de_nuke]: (de_nuke is variable)
Bestätige dass ein VETO gegen {1} eingelegt werden soll:

Map selection commencing in [5]... (4,3,2,1 - variable) 
Die Kartenauswahl beginnt in {1} Sekunden.

Additionally we should also change the following in this case also:

  "WaitingForGOTVBroadcastEnding"
    {
        "de"            "Die Karte wird gewechselt sobald die GOTV Übertragung beendet ist."
    }

 "NextSeriesMapInfoMessage"
    {
        "de"            "Die nächste Karte in der Serie ist {1} und wird in {2} Sekunden starten."
    }

    "ChangingMapInfoMessage"
    {
        "de"            "Ändern der Karte in {1}..."
    }

    "MapDecidedInfoMessage"
    {
        "de"            "Folgende Karten wurden ausgewählt:"
    }

    "MapIsInfoMessage"
    {
        "de"            "Karte {1}: {2}"
    }

    "TeamPickedMap"
    {
        "de"            "{1} wählte {2} als {3} Karte aus."
    }