DE translation updates
This commit is contained in:
parent
bad0c1b090
commit
5e3ee23b8f
2 changed files with 127 additions and 128 deletions
|
@ -505,7 +505,6 @@ $a->strings['To export your account, go to "Settings->Export your personal data"
|
|||
$a->strings['You aren\'t following this contact.'] = 'Du folgst diesem Kontakt.';
|
||||
$a->strings['Unfollowing is currently not supported by your network.'] = 'Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt.';
|
||||
$a->strings['Disconnect/Unfollow'] = 'Verbindung lösen/Nicht mehr folgen';
|
||||
$a->strings['Unable to unfollow this contact, please retry in a few minutes or contact your administrator.'] = 'Konnte dem Kontakt nicht entfolgen. Bitte warte ein paar Minuten und versuche es dann noch einmal, oder kontaktiere deinen Administrator.';
|
||||
$a->strings['Contact was successfully unfollowed'] = 'Kontakt wurde erfolgreich entfolgt.';
|
||||
$a->strings['Unable to unfollow this contact, please contact your administrator'] = 'Konnte dem Kontakt nicht entfolgen. Bitte kontaktiere deinen Administrator.';
|
||||
$a->strings['Invalid request.'] = 'Ungültige Anfrage';
|
||||
|
@ -641,6 +640,8 @@ $a->strings['Auto-mention Forums'] = 'Foren automatisch erwähnen';
|
|||
$a->strings['Add/remove mention when a forum page is selected/deselected in ACL window.'] = 'Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde.';
|
||||
$a->strings['Explicit Mentions'] = 'Explizite Erwähnungen';
|
||||
$a->strings['Add explicit mentions to comment box for manual control over who gets mentioned in replies.'] = 'Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden.';
|
||||
$a->strings['Add an abstract from ActivityPub content warnings'] = 'Abstract aus Inhaltswarnungen von ActivityPub zu Beiträgen hinzufügen';
|
||||
$a->strings['Add an abstract when commenting on ActivityPub posts with a content warning. Abstracts are displayed as content warning on systems like Mastodon or Pleroma.'] = 'Wenn ActivityPub Beiträge kommentiert werden, die mit einer Inhaltswarnung versehen sind, wird mit dieser Option automatisch ein identischer Abstract angefügt. Systeme wie Mastodon oder Pleroma verwenden diesen als Inhaltswarnung.';
|
||||
$a->strings['Post/Comment Tools'] = 'Werkzeuge für Beiträge und Kommentare';
|
||||
$a->strings['Post Categories'] = 'Beitragskategorien';
|
||||
$a->strings['Add categories to your posts'] = 'Eigene Beiträge mit Kategorien versehen';
|
||||
|
@ -1896,8 +1897,6 @@ $a->strings['Unknown contact.'] = 'Unbekannter Kontakt.';
|
|||
$a->strings['Contact is deleted.'] = 'Kontakt wurde gelöscht';
|
||||
$a->strings['Contact is being deleted.'] = 'Kontakt wurde gelöscht.';
|
||||
$a->strings['Follow was successfully revoked.'] = 'Folgen wurde erfolgreich widerrufen.';
|
||||
$a->strings['Follow was successfully revoked, however the remote contact won\'t be aware of this revokation.'] = 'Folgen wurde erfolgreich widerrufen, allerdings wird der entfernte Kontakt keine Notiz dieses Widerrufs erhalten.';
|
||||
$a->strings['Unable to revoke follow, please try again later or contact the administrator.'] = 'Konnte das Folgen des Kontakts nicht widerrufen. Versuche es bitte später nochmal oder kontaktiere deinen Administrator.';
|
||||
$a->strings['Do you really want to revoke this contact\'s follow? This cannot be undone and they will have to manually follow you back again.'] = 'Willst du das Folgen dieses Kontakt wirklich widerrufen? Dies kann nicht rückgängig gemacht werden und der Kontakt muss Ihnen manuell wieder folgen.';
|
||||
$a->strings['Yes'] = 'Ja';
|
||||
$a->strings['Local Community'] = 'Lokale Gemeinschaft';
|
||||
|
@ -2135,6 +2134,7 @@ $a->strings['Followers (%s)'] = 'Folgende (%s)';
|
|||
$a->strings['%d more'] = '%d weitere';
|
||||
$a->strings['<b>To:</b> %s<br>'] = '<b>To:</b> %s<br>';
|
||||
$a->strings['<b>CC:</b> %s<br>'] = '<b>CC:</b> %s<br>';
|
||||
$a->strings['<b>BCC:</b> %s<br>'] = '<b>BCC:</b> %s<br>';
|
||||
$a->strings['The Photo is not available.'] = 'Das Foto ist nicht verfügbar.';
|
||||
$a->strings['The Photo with id %s is not available.'] = 'Das Bild mit ID %s ist nicht verfügbar.';
|
||||
$a->strings['Invalid external resource with url %s.'] = 'Ungültige externe Ressource mit der URL %s';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue