From d6a5b065b8a301af24175e74cd35e554743a5b8c Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 24 Apr 2025 07:51:47 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 96.0% (2187 of 2276 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/de/ --- front/src/locales/de.json | 42 +++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/front/src/locales/de.json b/front/src/locales/de.json index 527a1079f..8c6c9963b 100644 --- a/front/src/locales/de.json +++ b/front/src/locales/de.json @@ -2,27 +2,6 @@ "App": { "loading": "Wird geladen…" }, - "vui": { - "radio": "Radio", - "albums": "{n} Album | {n} Alben", - "tracks": "{n} Titel | {n} Titel", - "episodes": "{n} Episode | {n} Episoden", - "by-user": "von {'@'}{username}", - "go-to": "Gehe zu", - "pagination": { - "previous": "Zurück", - "next": "Weiter" - }, - "aria": { - "pagination": { - "nav": "Nummerierte Navigation", - "gotoPage": "Gehe zu Seite {n}", - "gotoPrevious": "Gehe zur vorherigen Seite", - "gotoNext": "Gehe zur nächsten Seite", - "currentPage": "Aktuelle Seite, Seite {n}" - } - } - }, "components": { "About": { "description": { @@ -4632,5 +4611,26 @@ "title": "Radio" } } + }, + "vui": { + "albums": "{n} Album | {n} Alben", + "aria": { + "pagination": { + "currentPage": "Aktuelle Seite, Seite {n}", + "gotoNext": "Gehe zur nächsten Seite", + "gotoPage": "Gehe zu Seite {n}", + "gotoPrevious": "Gehe zur vorherigen Seite", + "nav": "Nummerierte Navigation" + } + }, + "by-user": "von {'@'}{username}", + "episodes": "{n} Episode | {n} Episoden", + "go-to": "Gehe zu", + "pagination": { + "next": "Weiter", + "previous": "Zurück" + }, + "radio": "Radio", + "tracks": "{n} Titel | {n} Titel" } }