Skip to content

Commit

Permalink
Merge pull request #195 from mheob/add-german
Browse files Browse the repository at this point in the history
feat: add German translation
  • Loading branch information
anmol098 committed May 19, 2021
2 parents 549731c + a760ab2 commit f338130
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,42 @@
"private repositories": "%d Приватных репозиториев",
"I am an Early": "Я утренняя 🐤",
"I am a Night": "Я ночная 🦉"
},
"de": {
"Monday": "Montag",
"Tuesday": "Dienstag",
"Wednesday": "Mittwoch",
"Thursday": "Donnerstag",
"Friday": "Freitag",
"Saturday": "Samstag",
"Sunday": "Sonntag",
"Morning": "Morgens",
"Daytime": "Mittags",
"Evening": "Abends",
"Night": "Nachts",
"Languages": "Programmiersprachen",
"Editors": "Editoren",
"operating system": "Betriebssystem",
"Projects": "Projekte",
"Timezone": "Zeitzone",
"Contributions in the year": "%s Beiträge im Jahr %s",
"Used in GitHub's Storage": "%s im Github's Speicher verwendet",
"Opted to Hire": "Sucht nach Auftragsarbeiten",
"Not Opted to Hire": "Sucht nicht nach Auftragsarbeiten",
"Profile Views": "Profilansichten",
"From Hello World I have written": "Seit Hallo Welt habe ich geschrieben",
"I am Most Productive on": "Ich bin am %s am produktivsten",
"This Week I Spend My Time On": "Diese Woche habe ich meine Zeit damit verbracht",
"I Mostly Code in": "Ich code am meisten in %s",
"Timeline": "Zeitleiste",
"No Activity Tracked This Week": "Diese Woche wurde keine Aktivität gespeichert",
"My GitHub Data": "Meine Github-Daten",
"Lines of code": "Codezeilen",
"public repository": "%d öffentliches Repository",
"public repositories": "%d öffentliche Repositories",
"private repository": "%d privates Repository",
"private repositories": "%d private Repositories",
"I am an Early": "Ich bin ein Frühaufsteher 🐤",
"I am a Night": "Ich bin eine Nachteule 🦉"
}
}

0 comments on commit f338130

Please sign in to comment.