From 01dc5243b3dab418ed15fb86b68ead0c5fe3d1de Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Aug 2019 11:18:16 +0200 Subject: Add missing translations --- ui/src/translations/de.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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 / Reddit Alternative im <2>Fediverse.<3>Es ist selbst-hostbar, hat live-updates von Kommentar-threads und ist winzig (<4>~80kB). Federation in das ActivityPub Netzwerk ist geplant. <5>Dies ist eine <6>sehr frühe Beta Version, und viele Features funktionieren zurzeit nicht richtig oder fehlen. <7>Schlage neue Features vor oder melde Bugs <8>hier.<9>Gebaut mit <10>Rust, <11>Actix, <12>Inferno, <13>Typescript.', + 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.', }, } -- cgit v1.2.3