From cb6d6517f424c18cbd14790cdaaab2b2b1289298 Mon Sep 17 00:00:00 2001 From: DerWashbr <57878304+DerWashbr@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:00:19 +0200 Subject: [PATCH] chore(locales): update de.json (#413) --- locales/de.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/de.json b/locales/de.json index 6db70dc..8bd71e7 100644 --- a/locales/de.json +++ b/locales/de.json @@ -6,9 +6,9 @@ "confirm": "Bestätigen", "more": "Mehr..." }, - "txadmin_announcement": "Server announcement by %s", - "txadmin_dm": "Direct Message from %s", - "txadmin_warn": "You have been warned by %s", - "txadmin_warn_content": "%s \nAction ID: %s", - "txadmin_scheduledrestart": "Scheduled Restart" + "txadmin_announcement": "Serverankündigung von %s", + "txadmin_dm": "Direktnachricht von %s", + "txadmin_warn": "Du wurdest von %s gewarnt", + "txadmin_warn_content": "%s \nVerwarn ID: %s", + "txadmin_scheduledrestart": "Geplanter Neustart" }