Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add German translation #195

Merged
merged 1 commit into from
May 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 🦉"
}
}