From de04393b47ff65acce629bb25b3aa77859cd1bcd Mon Sep 17 00:00:00 2001 From: Lokke Date: Wed, 2 Oct 2024 14:48:47 +0200 Subject: [PATCH] fix(ui): update German translation (#3345) Update German translation with minor adjustments --- resources/i18n/de.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/i18n/de.json b/resources/i18n/de.json index 06d5a41a6..0df5798a2 100644 --- a/resources/i18n/de.json +++ b/resources/i18n/de.json @@ -16,7 +16,7 @@ "compilation": "Kompilation", "year": "Jahr", "size": "Dateigröße", - "updatedAt": "Hochgeladen um", + "updatedAt": "Hochgeladen am", "bitRate": "Bitrate", "discSubtitle": "CD Untertitel", "starred": "Favorit", @@ -50,7 +50,7 @@ "genre": "Genre", "compilation": "Kompilation", "year": "Jahr", - "updatedAt": "Aktualisiert um", + "updatedAt": "Aktualisiert am", "comment": "Kommentar", "rating": "Bewertung", "createdAt": "Hinzugefügt", @@ -85,7 +85,7 @@ "fields": { "name": "Name", "albumCount": "Albumanzahl", - "songCount": "Titel Anzahl", + "songCount": "Titelanzahl", "playCount": "Wiedergaben", "rating": "Bewertung", "genre": "Genre", @@ -97,11 +97,11 @@ "fields": { "userName": "Nutzername", "isAdmin": "Ist Admin", - "lastLoginAt": "Letzer Login um", - "updatedAt": "Aktualisiert um", + "lastLoginAt": "Letzer Login am", + "updatedAt": "Aktualisiert am", "name": "Name", "password": "Passwort", - "createdAt": "Erstellt um", + "createdAt": "Erstellt am", "changePassword": "Passwort ändern?", "currentPassword": "Aktuelles Passwort", "newPassword": "Neues Passwort", @@ -128,7 +128,7 @@ "maxBitRate": "Max. Bitrate", "client": "Client", "userName": "Nutzername", - "lastSeen": "Zuletzt gesehen um", + "lastSeen": "Zuletzt gesehen am", "reportRealPath": "Echten Pfad anzeigen", "scrobbleEnabled": "An externe Dienstleister scrobblen" } @@ -149,9 +149,9 @@ "duration": "Dauer", "ownerName": "Inhaber", "public": "Öffentlich", - "updatedAt": "Aktualisiert um", - "createdAt": "Erstellt um", - "songCount": "Titel Anzahl", + "updatedAt": "Aktualisiert am", + "createdAt": "Erstellt am", + "songCount": "Titelanzahl", "comment": "Kommentar", "sync": "Auto-Import", "path": "Importieren aus" @@ -457,4 +457,4 @@ "current_song": "Aktuellen Titel Anzeigen" } } -} \ No newline at end of file +}