summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-08-18 11:18:16 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-08-18 11:18:16 +0200
commit01dc5243b3dab418ed15fb86b68ead0c5fe3d1de (patch)
tree1981381dc9b5bdcb135b72f4e3970ee0bd6d632c
parenta61af44a4d3cb03a0d68bc14abcc50045fa66ec7 (diff)
Add missing translationsadd-more-translations-de
-rw-r--r--ui/src/translations/de.ts33
1 files changed, 33 insertions, 0 deletions
diff --git a/ui/src/translations/de.ts b/ui/src/translations/de.ts
index f4240ffa..8430d3a5 100644
--- a/ui/src/translations/de.ts
+++ b/ui/src/translations/de.ts
@@ -119,6 +119,39 @@ export const de = {
code: 'Code',
powered_by: 'Bereitgestellt durch',
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>.',
+ not_logged_in: 'Nicht eingeloggt.',
+ community_ban: 'Du wurdest von dieser Community gebannt.',
+ site_ban: 'Du wurdest von dieser Seite gebannt',
+ couldnt_create_comment: 'Konnte Kommentar nicht anlegen.',
+ couldnt_like_comment: 'Konnte nicht liken.',
+ couldnt_update_comment: 'Konnte Kommentar nicht aktualisieren.',
+ couldnt_save_comment: 'Konnte Kommentar nicht speichern.',
+ no_comment_edit_allowed: 'Keine Erlaubnis Kommentar zu editieren.',
+ no_post_edit_allowed: 'Keine Erlaubnis Beitrag zu editieren.',
+ no_community_edit_allowed: 'Keine Erlaubnis Community zu editieren.',
+ couldnt_find_community: 'Konnte Community nicht finden.',
+ couldnt_update_community: 'Konnte Community nicht aktualisieren.',
+ community_already_exists: 'Community existiert bereits.',
+ community_moderator_already_exists: 'Community Moderator existiert bereits.',
+ community_follower_already_exists: 'Community Follower existiert bereits.',
+ community_user_already_banned: 'Community Nutzer schon gebannt.',
+ couldnt_create_post: 'Konnte Beitrag nicht anlegen.',
+ couldnt_like_post: 'Konnte Beitrag nicht liken.',
+ couldnt_find_post: 'Konnte Beitrag nicht finden.',
+ couldnt_get_posts: 'Konnte Beiträge nicht holen.',
+ couldnt_update_post: 'Konnte Beitrag nicht aktualisieren.',
+ couldnt_save_post: 'Konnte Beitrag nicht speichern.',
+ no_slurs: 'Keine Beleidigungen.',
+ not_an_admin: 'Kein Administrator.',
+ site_already_exists: 'Seite existiert bereits.',
+ couldnt_update_site: 'Konnte Seite nicht aktualisieren.',
+ couldnt_find_that_username_or_email: 'Konnte Username oder E-Mail nicht finden.',
+ password_incorrect: 'Passwort falsch.',
+ passwords_dont_match: 'Passwörter stimmen nicht überein.',
+ admin_already_created: 'Entschuldigung, es gibt schon einen Administrator.',
+ user_already_exists: 'Nutzer existiert bereits.',
+ couldnt_update_user: 'Konnte Nutzer nicht aktualisieren',
+ system_err_login: 'Systemfehler. Versuche dich aus- und wieder einzuloggen.',
},
}