From 17eb10e89cc853f27e648c5609a29a3fc5abcc22 Mon Sep 17 00:00:00 2001 From: Glow <23194902+Nils89@users.noreply.github.com> Date: Fri, 23 Oct 2020 18:22:27 +0200 Subject: [PATCH] Update de locals --- wowup-electron/src/assets/i18n/de.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/wowup-electron/src/assets/i18n/de.json b/wowup-electron/src/assets/i18n/de.json index 275bcc46..d4543708 100644 --- a/wowup-electron/src/assets/i18n/de.json +++ b/wowup-electron/src/assets/i18n/de.json @@ -8,24 +8,24 @@ "UPTODATE": "Aktuell" }, "ADDON_STATUS": { - "BACKINGUP": "Backing Up", + "BACKINGUP": "Sichern", "COMPLETE": "Vollständig", "DOWNLOADING": "Herunterladen", "INSTALLING": "Installiere", - "PENDING": "Pending", + "PENDING": "Ausstehend", "UNINSTALLING": "Deinstalliere", "UPDATING": "Aktualisiere..." }, "DATES": { - "DAYS_AGO": "{count} {count, plural, one{day} other{days}} ago", - "HOURS_AGO": "{count} {count, plural, one{hour} other{hours}} ago", - "JUST_NOW": "Just now", - "YESTERDAY": "Yesterday" + "DAYS_AGO": "{count} {count, plural, one{Tag} other{Tage}} her", + "HOURS_AGO": "{count} {count, plural, one{Stunde} other{Stunden}} her", + "JUST_NOW": "Gerade eben", + "YESTERDAY": "Gestern" }, "DOWNLOAD_COUNT": { - "BILLION": "billion", - "MILLION": "million", - "THOUSAND": "thousand" + "BILLION": "billionen", + "MILLION": "millionen", + "THOUSAND": "tausend" } }, "DIALOGS": {