New translations about.json (German)

This commit is contained in:
Amruth Pillai
2020-04-03 02:48:31 +05:30
parent c667a3165d
commit 062f1ac91b

View File

@ -1,36 +1,36 @@
{
"title": "About",
"title": "Über mich",
"documentation": {
"heading": "Documentation",
"body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.",
"heading": "Dokumentation",
"body": "Willst Du mehr über die App erfahren? Benötigst Du Informationen, wie Du zum Projekt beitragen kannst? Such nicht weiter, es gibt einen umfassenden Leitfaden genau für Dich.",
"buttons": {
"documentation": "Documentation"
"documentation": "Dokumentation"
}
},
"bugOrFeatureRequest": {
"heading": "Bug? Feature Request?",
"body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.",
"heading": "Fehler? Neue Funktion vorschlagen?",
"body": "Etwas hindert Dich an der Erstellung eines Lebenslaufs? Einen lästigen Fehler gefunden? Melde den Fehler auf GitHub oder schick mir eine E-Mail.",
"buttons": {
"raiseIssue": "Raise an Issue",
"sendEmail": "Send an Email"
"raiseIssue": "Issue eröffnen",
"sendEmail": "E-Mail senden"
}
},
"sourceCode": {
"heading": "Source Code",
"body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.",
"heading": "Quellcode",
"body": "Möchtest Du das Projekt von seiner Quelle aus ausführen? Bist Du als Entwickler bereit, zur Open-Source-Entwicklung dieses Projekts beizutragen? Klick auf den Button unten.",
"buttons": {
"githubRepo": "GitHub Repo"
}
},
"license": {
"heading": "License Information",
"body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.",
"heading": "Lizenzinformationen",
"body": "Das Projekt unterliegt der MIT-Lizenz, die Du weiter unten lesen kannst. Grundsätzlich darfst Du das Projekt überall nutzen, sofern Du den Originalautor nennst.",
"buttons": {
"mitLicense": "MIT License"
"mitLicense": "MIT-Lizenz"
}
},
"footer": {
"credit": "Reactive Resume is a project by <1>Amruth Pillai</1>.",
"thanks": "Thank you for using Reactive Resume!"
"credit": "Mit Liebe erstellt von <1>Amruth Pillai</1>",
"thanks": "Vielen Dank, dass Du Reactive Resume verwendest!"
}
}