Skip to content

Commit

Permalink
feat: adds German UI translations
Browse files Browse the repository at this point in the history
Co-authored-by: Ergberg <ergberg@gmx.de>
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 6934bd3 commit af0c358
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/starlight-blog/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,23 @@ export const Translations = {
'starlightBlog.tags.count_one': '{{count}} articolo con il tag “{{tag}}”',
'starlightBlog.tags.count_other': '{{count}} articoli con il tag “{{tag}}”',
},
de: {
'starlightBlog.authors.count_one': '{{count}} Beitrag von {{author}}',
'starlightBlog.authors.count_other': '{{count}} Beiträge von {{author}}',
'starlightBlog.pagination.prev': 'Neuere Beiträge',
'starlightBlog.pagination.next': 'Ältere Beiträge',
'starlightBlog.post.lastUpdate': ' - Zuletzt aktualisiert: {{date}}',
'starlightBlog.post.draft': 'Entwurf',
'starlightBlog.post.featured': 'Empfohlen',
'starlightBlog.post.tags': 'Stichwörter:',
'starlightBlog.rss.imageFallback': 'Originalbild im Artikel verfügbar',
'starlightBlog.sidebar.all': 'Alle Beiträge',
'starlightBlog.sidebar.featured': 'Empfohlene 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}}“',
},
}

0 comments on commit af0c358

Please sign in to comment.