mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
Add basic German translations
This commit is contained in:
parent
62854cdf39
commit
95dcf3b1d9
1 changed files with 93 additions and 93 deletions
|
@ -1,124 +1,124 @@
|
||||||
export const de = {
|
export const de = {
|
||||||
translation: {
|
translation: {
|
||||||
post: 'post',
|
post: 'post',
|
||||||
remove_post: 'Remove Post',
|
remove_post: 'Beitrag löschen',
|
||||||
no_posts: 'No Posts.',
|
no_posts: 'Keine Beiträge.',
|
||||||
create_a_post: 'Create a post',
|
create_a_post: 'Einen Beitrag anlegen',
|
||||||
create_post: 'Create Post',
|
create_post: 'Beitrag anlegen',
|
||||||
number_of_posts:'{{count}} Posts',
|
number_of_posts:'{{count}} Beiträge',
|
||||||
posts: 'Posts',
|
posts: 'Beiträge',
|
||||||
related_posts: 'These posts might be related',
|
related_posts: 'Diese Beiträge könnten verwandt sein',
|
||||||
comments: 'Comments',
|
comments: 'Kommentare',
|
||||||
number_of_comments:'{{count}} Comments',
|
number_of_comments:'{{count}} Kommentare',
|
||||||
remove_comment: 'Remove Comment',
|
remove_comment: 'Kommentar löschen',
|
||||||
communities: 'Communities',
|
communities: 'Communities',
|
||||||
create_a_community: 'Create a community',
|
create_a_community: 'Eine community anlegen',
|
||||||
create_community: 'Create Community',
|
create_community: 'Community anlegen',
|
||||||
remove_community: 'Remove Community',
|
remove_community: 'Community entfernen',
|
||||||
subscribed_to_communities:'Subscribed to <1>communities</1>',
|
subscribed_to_communities:'Abonnierte <1>communities</1>',
|
||||||
trending_communities:'Trending <1>communities</1>',
|
trending_communities:'Trending <1>communities</1>',
|
||||||
list_of_communities: 'List of communities',
|
list_of_communities: 'Liste von communities',
|
||||||
community_reqs: 'lowercase, underscores, and no spaces.',
|
community_reqs: 'Kleinbuchstaben, Großbuchstaben und keine Leerzeichen.',
|
||||||
edit: 'edit',
|
edit: 'editieren',
|
||||||
reply: 'reply',
|
reply: 'antworten',
|
||||||
cancel: 'Cancel',
|
cancel: 'Abbrechen',
|
||||||
unlock: 'unlock',
|
unlock: 'entsperren',
|
||||||
lock: 'lock',
|
lock: 'sperren',
|
||||||
link: 'link',
|
link: 'link',
|
||||||
mod: 'mod',
|
mod: 'mod',
|
||||||
mods: 'mods',
|
mods: 'mods',
|
||||||
moderates: 'Moderates',
|
moderates: 'Moderiert',
|
||||||
remove_as_mod: 'remove as mod',
|
remove_as_mod: 'Als mod entfernen',
|
||||||
appoint_as_mod: 'appoint as mod',
|
appoint_as_mod: 'Zum mod ernennen',
|
||||||
modlog: 'Modlog',
|
modlog: 'Modlog',
|
||||||
admin: 'admin',
|
admin: 'admin',
|
||||||
admins: 'admins',
|
admins: 'admins',
|
||||||
remove_as_admin: 'remove as admin',
|
remove_as_admin: 'Als admin entfernen',
|
||||||
appoint_as_admin: 'appoint as admin',
|
appoint_as_admin: 'Zum admin ernennen',
|
||||||
remove: 'remove',
|
remove: 'entfernen',
|
||||||
removed: 'removed',
|
removed: 'entfernt',
|
||||||
locked: 'locked',
|
locked: 'gesperrt',
|
||||||
reason: 'Reason',
|
reason: 'Grund',
|
||||||
mark_as_read: 'mark as read',
|
mark_as_read: 'als gelesen markieren',
|
||||||
mark_as_unread: 'mark as unread',
|
mark_as_unread: 'als ungelesen markieren',
|
||||||
delete: 'delete',
|
delete: 'löschen',
|
||||||
deleted: 'deleted',
|
deleted: 'gelöscht',
|
||||||
restore: 'restore',
|
restore: 'wiederherstellen',
|
||||||
ban: 'ban',
|
ban: 'bannen',
|
||||||
ban_from_site: 'ban from site',
|
ban_from_site: 'Von der Seite bannen',
|
||||||
unban: 'unban',
|
unban: 'entbannen',
|
||||||
unban_from_site: 'unban from site',
|
unban_from_site: 'Von der Seite entbannen',
|
||||||
save: 'save',
|
save: 'speichern',
|
||||||
unsave: 'unsave',
|
unsave: 'unsave',
|
||||||
create: 'create',
|
create: 'anlegen',
|
||||||
username: 'Username',
|
username: 'Username',
|
||||||
email_or_username: 'Email or Username',
|
email_or_username: 'Email oder Username',
|
||||||
number_of_users:'{{count}} Users',
|
number_of_users:'{{count}} Benutzer',
|
||||||
number_of_subscribers:'{{count}} Subscribers',
|
number_of_subscribers:'{{count}} Abonnenten',
|
||||||
number_of_points:'{{count}} Points',
|
number_of_points:'{{count}} Punkte',
|
||||||
name: 'Name',
|
name: 'Name',
|
||||||
title: 'Title',
|
title: 'Titel',
|
||||||
category: 'Category',
|
category: 'Kategorie',
|
||||||
subscribers: 'Subscribers',
|
subscribers: 'Abonnenten',
|
||||||
both: 'Both',
|
both: 'Beide',
|
||||||
saved: 'Saved',
|
saved: 'Gespeichert',
|
||||||
unsubscribe: 'Unsubscribe',
|
unsubscribe: 'Abbestellen',
|
||||||
subscribe: 'Subscribe',
|
subscribe: 'Abonnieren',
|
||||||
prev: 'Prev',
|
prev: 'Zurück',
|
||||||
next: 'Next',
|
next: 'Weiter',
|
||||||
sidebar: 'Sidebar',
|
sidebar: 'Sidebar',
|
||||||
sort_type: 'Sort type',
|
sort_type: 'Sortieren nach',
|
||||||
hot: 'Hot',
|
hot: 'Hot',
|
||||||
new: 'New',
|
new: 'Neu',
|
||||||
top_day: 'Top day',
|
top_day: 'Top täglich',
|
||||||
week: 'Week',
|
week: 'Woche',
|
||||||
month: 'Month',
|
month: 'Monat',
|
||||||
year: 'Year',
|
year: 'Jahr',
|
||||||
all: 'All',
|
all: 'Alle',
|
||||||
top: 'Top',
|
top: 'Top',
|
||||||
api: 'API',
|
api: 'API',
|
||||||
inbox: 'Inbox',
|
inbox: 'Posteingang',
|
||||||
inbox_for: 'Inbox for <1>{{user}}</1>',
|
inbox_for: 'Posteingang für <1>{{user}}</1>',
|
||||||
mark_all_as_read: 'mark all as read',
|
mark_all_as_read: 'Alle als gelesen markieren',
|
||||||
type: 'Type',
|
type: 'Typ',
|
||||||
unread: 'Unread',
|
unread: 'Ungelesen',
|
||||||
reply_sent: 'Reply sent',
|
reply_sent: 'Antwort gesendet',
|
||||||
search: 'Search',
|
search: 'Suchen',
|
||||||
overview: 'Overview',
|
overview: 'Übersicht',
|
||||||
view: 'View',
|
view: 'Ansicht',
|
||||||
logout: 'Logout',
|
logout: 'Ausloggen',
|
||||||
login_sign_up: 'Login / Sign up',
|
login_sign_up: 'Einloggen / Registrieren',
|
||||||
notifications_error: 'Desktop notifications not available in your browser. Try Firefox or Chrome.',
|
notifications_error: 'Desktop-Benachrichtigungen sind in deinem browser nicht verfügbar. Versuche Firefox oder Chrome.',
|
||||||
unread_messages: 'Unread Messages',
|
unread_messages: 'Ungelesene Nachrichten',
|
||||||
password: 'Password',
|
password: 'Passwort',
|
||||||
verify_password: 'Verify Password',
|
verify_password: 'Passwort überprüfen',
|
||||||
login: 'Login',
|
login: 'Einloggen',
|
||||||
sign_up: 'Sign Up',
|
sign_up: 'Registrieren',
|
||||||
email: 'Email',
|
email: 'Email',
|
||||||
optional: 'Optional',
|
optional: 'Optional',
|
||||||
url: 'URL',
|
url: 'URL',
|
||||||
body: 'Body',
|
body: 'Text',
|
||||||
copy_suggested_title: 'copy suggested title: {{title}}',
|
copy_suggested_title: 'Vorgeschlagenen Titel übernehmen: {{title}}',
|
||||||
community: 'Community',
|
community: 'Community',
|
||||||
expand_here: 'Expand here',
|
expand_here: 'Expand here',
|
||||||
subscribe_to_communities: 'Subscribe to some <1>communities</1>.',
|
subscribe_to_communities: 'Abonniere ein paar <1>communities</1>.',
|
||||||
chat: 'Chat',
|
chat: 'Chat',
|
||||||
no_results: 'No results.',
|
no_results: 'Keine Ergebnisse.',
|
||||||
setup: 'Setup',
|
setup: 'Setup',
|
||||||
lemmy_instance_setup: 'Lemmy Instance Setup',
|
lemmy_instance_setup: 'Lemmy Instanz Setup',
|
||||||
setup_admin: 'Set Up Site Administrator',
|
setup_admin: 'Seiten Administrator konfigurieren',
|
||||||
your_site: 'your site',
|
your_site: 'deine Seite',
|
||||||
modified: 'modified',
|
modified: 'verändert',
|
||||||
sponsors: 'Sponsors',
|
sponsors: 'Sponsoren',
|
||||||
sponsors_of_lemmy: 'Sponsors of Lemmy',
|
sponsors_of_lemmy: 'Sponsoren von Lemmy',
|
||||||
sponsor_message: 'Lemmy is free, <1>open-source</1> software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project. Thank you to the following people:',
|
sponsor_message: 'Lemmy ist freie <1>Open-Source</1> Software, also ohne Werbung, Monetarisierung oder Venturekapital, Punkt. Deine Spenden gehen direkt an die Vollzeit Entwicklung des Projekts. Vielen Dank an die folgenden Personen:',
|
||||||
support_on_patreon: 'Support on Patreon',
|
support_on_patreon: 'Auf Patreon unterstützen',
|
||||||
general_sponsors:'General Sponsors are those that pledged $10 to $39 to Lemmy.',
|
general_sponsors:'Allgemeine Sponsoren sind die, die zwischen $10 und $39 zu Lemmy beitragen.',
|
||||||
bitcoin: 'Bitcoin',
|
bitcoin: 'Bitcoin',
|
||||||
ethereum: 'Ethereum',
|
ethereum: 'Ethereum',
|
||||||
code: 'Code',
|
code: 'Code',
|
||||||
powered_by: 'Powered by',
|
powered_by: 'Bereitgestellt durch',
|
||||||
landing_0: 'GERMAN Lemmy is a <1>link aggregator</1> / reddit alternative, intended to work in the <2>fediverse</2>.<3></3>It\'s self-hostable, has live-updating comment threads, and is tiny (<4>~80kB</4>). Federation into the ActivityPub network is on the roadmap. <5></5>This is a <6>very early beta version</6>, and a lot of features are currently broken or missing. <7></7>Suggest new features or report bugs <8>here.</8><9></9>Made with <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.',
|
landing_0: 'Lemmy ist ein <1>Link Aggregator</1> / Reddit Alternative im <2>Fediverse</2>.<3></3>Es ist selbst-hostbar, hat live-updates von Kommentar-threads und ist winzig (<4>~80kB</4>). Federation in das ActivityPub Netzwerk ist geplant. <5></5>Dies ist eine <6>sehr frühe Beta Version</6>, und viele Features funktionieren zurzeit nicht richtig oder fehlen. <7></7>Schlage neue Features vor oder melde Bugs <8>hier.</8><9></9>Gebaut mit <10>Rust</10>, <11>Actix</11>, <12>Inferno</12>, <13>Typescript</13>.',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue