From 23b96d9aaa850044a4a53390435fea29c51c0185 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 23 Feb 2024 11:17:41 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (26 of 26 strings) Translation: Anvil/Anvil Translate-URL: https://translate.codeberg.org/projects/anvil/anvil/de/ --- src/lib/i18n/locales/de.json | 116 +++++++++++++++++------------------ 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/src/lib/i18n/locales/de.json b/src/lib/i18n/locales/de.json index c06ffb4..f387107 100644 --- a/src/lib/i18n/locales/de.json +++ b/src/lib/i18n/locales/de.json @@ -1,60 +1,60 @@ { - "page": { - "import_project": { - "form": { - "avatar": "", - "components": "", - "fields": { - "avatar": { - "label": "" - }, - "description": { - "label": "", - "placeholder": "" - }, - "issues": { - "label": "" - }, - "name": { - "error": "", - "label": "", - "placeholder": "" - }, - "pr": { - "label": "" - }, - "repository": { - "hint": "", - "label": "", - "placeholder": "" - } - }, - "submit": "" - }, - "heading": "", - "intro": "" - }, - "profile": { - "activities": { - "block_or_report": "", - "like": "" - }, - "heading": "", - "history": { - "activities": { - "setup": { - "description": "", - "summary": "" - } - }, - "heading": "" - }, - "projects": { - "add_or_import": "", - "empty": "", - "heading": "" - } - }, - "welcome": "Willkommen bei Anvil!" - } + "page": { + "import_project": { + "form": { + "avatar": "Avatar", + "components": "Komponenten", + "fields": { + "avatar": { + "label": "Bild hochladen" + }, + "description": { + "label": "Beschreibung", + "placeholder": "Beschreibe das Projekt in unter 100 Zeichen..." + }, + "issues": { + "label": "Issues" + }, + "name": { + "error": "Dieses Feld ist erforderlich", + "label": "Name", + "placeholder": "Name des Projekts..." + }, + "pr": { + "label": "Pullrequest" + }, + "repository": { + "hint": "optional: von Git-Repository importieren", + "label": "Repository", + "placeholder": "URL des Git-Repositorys" + } + }, + "submit": "Projekt erstellen" + }, + "heading": "Projekt erstellen", + "intro": "Neues F2-Projekt zu Anvil hinzufügen." + }, + "profile": { + "activities": { + "block_or_report": "{blockElementOpen}blockieren{blockElementClose} oder {reportElementOpen}melden{reportElementClose}", + "like": "Gefällt mir" + }, + "heading": "Profil für", + "history": { + "activities": { + "setup": { + "description": "Das F2-Konto @{username}@{instance} wurde erfolgreich innerhalb von {created_with} erstellt", + "summary": "Kontoeinstellungen" + } + }, + "heading": "Aktivitäten" + }, + "projects": { + "add_or_import": "{addElementOpen}Ein Projekt hinzufügen{addElementClose} oder {importElementOpen}Ein Projekt importieren{importElementClose}.", + "empty": "Bisher keine Projekte hinzugefügt.", + "heading": "Projekte" + } + }, + "welcome": "Willkommen bei Anvil!" + } }