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: adds German UI translations #88

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Changes from 2 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
19 changes: 19 additions & 0 deletions packages/starlight-blog/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,23 @@ export const Translations = {
'starlightBlog.tags.count_one': "{{count}} article avec l'étiquette « {{tag}} »",
'starlightBlog.tags.count_other': "{{count}} articles avec l'étiquette « {{tag}} »",
},
de: {
'starlightBlog.authors.count_one': '{{count}} Beitrag von {{author}}',
'starlightBlog.authors.count_other': '{{count}} Beiträge von {{author}}',
'starlightBlog.pagination.prev': 'Vorheriger Beitrag',
'starlightBlog.pagination.next': 'Nächster Beitrag',
trueberryless marked this conversation as resolved.
Show resolved Hide resolved
'starlightBlog.post.lastUpdate': ' - Zuletzt aktualisiert: {{date}}',
'starlightBlog.post.draft': 'Entwurf',
'starlightBlog.post.featured': 'Hervorgehoben',
'starlightBlog.post.tags': 'Stichwörter:',
'starlightBlog.rss.imageFallback': "Originalbild im Artikel verfügbar",
'starlightBlog.sidebar.all': 'Alle Beiträge',
'starlightBlog.sidebar.featured': 'Hervorgehobene Beiträge',
'starlightBlog.sidebar.recent': 'Neueste Beiträge',
'starlightBlog.sidebar.tags': 'Stichwörter',
'starlightBlog.sidebar.authors': 'Autoren',
'starlightBlog.sidebar.rss': 'RSS',
'starlightBlog.tags.count_one': "{{count}} Beitrag mit dem Stichwort „{{tag}}“",
'starlightBlog.tags.count_other': "{{count}} Beiträge mit dem Stichwort „{{tag}}“",
},
}
Loading