From cc492b44a34dc09593a90927641ffd0e7d947a48 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Aug 2019 11:18:16 +0200 Subject: [PATCH 1/2] 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 f4240ffa8..8430d3a51 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.', }, } From 5aaf0601f8bceb96c5e644e4cfc57b441ff4c10d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 19 Aug 2019 14:53:36 -0700 Subject: [PATCH 2/2] Adding german to readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bd8c6e4..593cf346c 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent If you'd like to add translations, take a look a look at the [english translation file](ui/src/translations/en.ts). -- Languages supported: `en`, `zh`, `fr`, `sv`, `de`, `ru` +- Languages supported: `en`, `zh`, `fr`, `sv`, `de`, `ru`, `de` ## Credits