Add missing german phrases (#1966)

This commit is contained in:
peace-maker 2023-04-07 06:59:48 +02:00 committed by GitHub
parent f66a904c31
commit 94f5b5d06c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 0 deletions

View File

@ -20,6 +20,11 @@
"de" "Friendly Fire ist deaktiviert."
}
"Friendly Fire Percent"
{
"de" "Friendly Fire ist auf {1}%."
}
"Current Map"
{
"de" "Die aktuelle Map ist {1}."

View File

@ -229,5 +229,25 @@
{
"de" "Aus"
}
"Say all"
{
"de" "(ALLE) {1}"
}
"Chat admins"
{
"de" "(ADMINS) {1}"
}
"Chat to admins"
{
"de" "(AN ADMINS) {1}"
}
"Private say to"
{
"de" "(Privat an {1}) {2}"
}
}

View File

@ -65,4 +65,9 @@
"de" "Nominiert"
}
"Map Not In Pool"
{
"de" "Karte '{1}' steht nicht zur Wahl."
}
}

View File

@ -129,5 +129,10 @@
{
"de" "Bitte wähle eine Map "
}
"Choose Config"
{
"de" "Wähle eine Konfiguration"
}
}