1
0
Fork 0

New translations web.php (German)

[ci skip]
This commit is contained in:
daniel 2021-12-21 18:00:59 -07:00
parent 9630c34eb1
commit 2c0545c552
1 changed files with 40 additions and 40 deletions

View File

@ -4,34 +4,34 @@ return [
'common' => [ 'common' => [
'comment' => 'Comment', 'comment' => 'Comment',
'commented' => 'Commented', 'commented' => 'Kommentiert',
'comments' => 'Comments', 'comments' => 'Kommentare',
'like' => 'Like', 'like' => 'Like',
'liked' => 'Liked', 'liked' => 'Liked',
'likes' => 'Likes', 'likes' => 'Likes',
'share' => 'Share', 'share' => 'Teilen',
'shared' => 'Shared', 'shared' => 'Geteilt',
'shares' => 'Shares', 'shares' => 'Shares',
'unshare' => 'Unshare', 'unshare' => 'Teilen rückgängig',
'cancel' => 'Cancel', 'cancel' => 'Abbrechen',
'copyLink' => 'Copy Link', 'copyLink' => 'Link kopieren',
'delete' => 'Delete', 'delete' => 'Delete',
'error' => 'Error', 'error' => 'Fehler',
'errorMsg' => 'Something went wrong. Please try again later.', 'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.',
'oops' => 'Oops!', 'oops' => 'Hoppla!',
'other' => 'Other', 'other' => 'Other',
'readMore' => 'Read more', 'readMore' => 'Mehr lesen',
'success' => 'Success', 'success' => 'Erfolgreich',
'sensitive' => 'Sensitive', 'sensitive' => 'Sensibel',
'sensitiveContent' => 'Sensitive Content', 'sensitiveContent' => 'Sensibler Inhalt',
'sensitiveContentWarning' => 'This post may contain sensitive content', 'sensitiveContentWarning' => 'Dieser Beitrag kann sensible Inhalte enthalten',
], ],
'site' => [ 'site' => [
'terms' => 'Terms of Use', 'terms' => 'Nutzungsbedingungen',
'privacy' => 'Privacy Policy', 'privacy' => 'Datenschutzrichtlinien',
], ],
'navmenu' => [ 'navmenu' => [
@ -39,42 +39,42 @@ return [
'admin' => 'Admin Dashboard', 'admin' => 'Admin Dashboard',
// Timelines // Timelines
'homeFeed' => 'Home Feed', 'homeFeed' => 'Startseite',
'localFeed' => 'Local Feed', 'localFeed' => 'Lokaler Feed',
'globalFeed' => 'Global Feed', 'globalFeed' => 'Globaler Feed',
// Core features // Core features
'discover' => 'Discover', 'discover' => 'Entdecken',
'directMessages' => 'Direct Messages', 'directMessages' => 'Direktnachrichten',
'notifications' => 'Notifications', 'notifications' => 'Benachrichtigungen',
'groups' => 'Groups', 'groups' => 'Gruppen',
'stories' => 'Stories', 'stories' => 'Stories',
// Self links // Self links
'profile' => 'Profile', 'profile' => 'Profil',
'drive' => 'Drive', 'drive' => 'Drive',
'settings' => 'Settings', 'settings' => 'Settings',
'compose' => 'Create New', 'compose' => 'Neu erstellen',
// Temporary links // Temporary links
'backToPreviousDesign' => 'Go back to previous design' 'backToPreviousDesign' => 'Go back to previous design'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => 'Inbox', 'inbox' => 'Posteingang',
'sent' => 'Sent', 'sent' => 'Gesendet',
'requests' => 'Requests' 'requests' => 'Anfragen'
], ],
'notifications' => [ 'notifications' => [
'liked' => 'liked your', 'liked' => 'gefällt dein',
'commented' => 'commented on your', 'commented' => 'kommentierte dein',
'reacted' => 'reacted to your', 'reacted' => 'reagierte auf dein',
'shared' => 'shared your', 'shared' => 'shared your',
'tagged' => 'tagged you in a', 'tagged' => 'markierte dich in einem',
'updatedA' => 'updated a', 'updatedA' => 'aktualisierte ein',
'sentA' => 'sent a', 'sentA' => 'sendete ein',
'followed' => 'followed', 'followed' => 'followed',
'mentioned' => 'mentioned', 'mentioned' => 'mentioned',
@ -124,18 +124,18 @@ return [
'unlistFromTimelines' => 'Unlist from Timelines', 'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning', 'addCW' => 'Add Content Warning',
'removeCW' => 'Remove Content Warning', 'removeCW' => 'Remove Content Warning',
'markAsSpammer' => 'Mark as Spammer', 'markAsSpammer' => 'Als Spammer markieren',
'markAsSpammerText' => 'Unlist + CW existing and future posts', 'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam', 'spam' => 'Spam',
'sensitive' => 'Sensitive Content', 'sensitive' => 'Sensitive Content',
'abusive' => 'Abusive or Harmful', 'abusive' => 'Abusive or Harmful',
'underageAccount' => 'Underage Account', 'underageAccount' => 'Underage Account',
'copyrightInfringement' => 'Copyright Infringement', 'copyrightInfringement' => 'Urheberrechtsverletzung',
'impersonation' => 'Impersonation', 'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud', 'scamOrFraud' => 'Scam or Fraud',
'confirmReport' => 'Confirm Report', 'confirmReport' => 'Meldung bestätigen',
'confirmReportText' => 'Are you sure you want to report this post?', 'confirmReportText' => 'Bist du sicher, dass du diesen Beitrag melden möchtest?',
'reportSent' => 'Report Sent!', 'reportSent' => 'Meldung gesendet!',
'reportSentText' => 'We have successfully received your report.', 'reportSentText' => 'We have successfully received your report.',
'reportSentError' => 'There was an issue reporting this post.', 'reportSentError' => 'There was an issue reporting this post.',