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/
This commit is contained in:
parent
4264975a16
commit
23b96d9aaa
1 changed files with 58 additions and 58 deletions
|
@ -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!"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue