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
|
@ -2,57 +2,57 @@
|
||||||
"page": {
|
"page": {
|
||||||
"import_project": {
|
"import_project": {
|
||||||
"form": {
|
"form": {
|
||||||
"avatar": "",
|
"avatar": "Avatar",
|
||||||
"components": "",
|
"components": "Komponenten",
|
||||||
"fields": {
|
"fields": {
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"label": ""
|
"label": "Bild hochladen"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"label": "",
|
"label": "Beschreibung",
|
||||||
"placeholder": ""
|
"placeholder": "Beschreibe das Projekt in unter 100 Zeichen..."
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"label": ""
|
"label": "Issues"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"error": "",
|
"error": "Dieses Feld ist erforderlich",
|
||||||
"label": "",
|
"label": "Name",
|
||||||
"placeholder": ""
|
"placeholder": "Name des Projekts..."
|
||||||
},
|
},
|
||||||
"pr": {
|
"pr": {
|
||||||
"label": ""
|
"label": "Pullrequest"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"hint": "",
|
"hint": "optional: von Git-Repository importieren",
|
||||||
"label": "",
|
"label": "Repository",
|
||||||
"placeholder": ""
|
"placeholder": "URL des Git-Repositorys"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"submit": ""
|
"submit": "Projekt erstellen"
|
||||||
},
|
},
|
||||||
"heading": "",
|
"heading": "Projekt erstellen",
|
||||||
"intro": ""
|
"intro": "Neues F2-Projekt zu Anvil hinzufügen."
|
||||||
},
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"activities": {
|
"activities": {
|
||||||
"block_or_report": "",
|
"block_or_report": "{blockElementOpen}blockieren{blockElementClose} oder {reportElementOpen}melden{reportElementClose}",
|
||||||
"like": ""
|
"like": "Gefällt mir"
|
||||||
},
|
},
|
||||||
"heading": "",
|
"heading": "Profil für",
|
||||||
"history": {
|
"history": {
|
||||||
"activities": {
|
"activities": {
|
||||||
"setup": {
|
"setup": {
|
||||||
"description": "",
|
"description": "Das F2-Konto @{username}@{instance} wurde erfolgreich innerhalb von {created_with} erstellt",
|
||||||
"summary": ""
|
"summary": "Kontoeinstellungen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"heading": ""
|
"heading": "Aktivitäten"
|
||||||
},
|
},
|
||||||
"projects": {
|
"projects": {
|
||||||
"add_or_import": "",
|
"add_or_import": "{addElementOpen}Ein Projekt hinzufügen{addElementClose} oder {importElementOpen}Ein Projekt importieren{importElementClose}.",
|
||||||
"empty": "",
|
"empty": "Bisher keine Projekte hinzugefügt.",
|
||||||
"heading": ""
|
"heading": "Projekte"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"welcome": "Willkommen bei Anvil!"
|
"welcome": "Willkommen bei Anvil!"
|
||||||
|
|
Loading…
Reference in a new issue