From 94f5b5d06c70ebfc8d74790c083fc688a028d400 Mon Sep 17 00:00:00 2001 From: peace-maker Date: Fri, 7 Apr 2023 06:59:48 +0200 Subject: [PATCH] Add missing german phrases (#1966) --- translations/de/basetriggers.phrases.txt | 5 +++++ translations/de/common.phrases.txt | 20 ++++++++++++++++++++ translations/de/nominations.phrases.txt | 5 +++++ translations/de/plugin.basecommands.txt | 5 +++++ 4 files changed, 35 insertions(+) diff --git a/translations/de/basetriggers.phrases.txt b/translations/de/basetriggers.phrases.txt index a4f635c4..705a3d72 100644 --- a/translations/de/basetriggers.phrases.txt +++ b/translations/de/basetriggers.phrases.txt @@ -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}." diff --git a/translations/de/common.phrases.txt b/translations/de/common.phrases.txt index edfc0af4..20972ee9 100644 --- a/translations/de/common.phrases.txt +++ b/translations/de/common.phrases.txt @@ -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}" + } } diff --git a/translations/de/nominations.phrases.txt b/translations/de/nominations.phrases.txt index 8c696f50..997d1486 100644 --- a/translations/de/nominations.phrases.txt +++ b/translations/de/nominations.phrases.txt @@ -65,4 +65,9 @@ "de" "Nominiert" } + "Map Not In Pool" + { + "de" "Karte '{1}' steht nicht zur Wahl." + } + } diff --git a/translations/de/plugin.basecommands.txt b/translations/de/plugin.basecommands.txt index cd37edae..dbe2bad5 100644 --- a/translations/de/plugin.basecommands.txt +++ b/translations/de/plugin.basecommands.txt @@ -129,5 +129,10 @@ { "de" "Bitte wähle eine Map " } + + "Choose Config" + { + "de" "Wähle eine Konfiguration" + } }