forked from mirror/pixelfed
parent
e6d029733c
commit
b2e221d2a3
|
@ -3,15 +3,15 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'Kommentar',
|
||||||
'commented' => 'Kommentiert',
|
'commented' => 'Kommentiert',
|
||||||
'comments' => 'Kommentare',
|
'comments' => 'Kommentare',
|
||||||
'like' => 'Like',
|
'like' => 'Gefällt',
|
||||||
'liked' => 'Liked',
|
'liked' => 'Liked',
|
||||||
'likes' => 'Likes',
|
'likes' => 'Gefällt',
|
||||||
'share' => 'Teilen',
|
'share' => 'Teilen',
|
||||||
'shared' => 'Geteilt',
|
'shared' => 'Geteilt',
|
||||||
'shares' => 'Shares',
|
'shares' => 'Geteilt',
|
||||||
'unshare' => 'Teilen rückgängig',
|
'unshare' => 'Teilen rückgängig',
|
||||||
|
|
||||||
'cancel' => 'Abbrechen',
|
'cancel' => 'Abbrechen',
|
||||||
|
@ -20,7 +20,7 @@ return [
|
||||||
'error' => 'Fehler',
|
'error' => 'Fehler',
|
||||||
'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.',
|
'errorMsg' => 'Etwas ist schief gelaufen. Bitter versuch es später nochmal.',
|
||||||
'oops' => 'Hoppla!',
|
'oops' => 'Hoppla!',
|
||||||
'other' => 'Other',
|
'other' => 'Anderes',
|
||||||
'readMore' => 'Mehr lesen',
|
'readMore' => 'Mehr lesen',
|
||||||
'success' => 'Erfolgreich',
|
'success' => 'Erfolgreich',
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ return [
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Suche',
|
'search' => 'Suche',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Administrator-Dashboard',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Startseite',
|
'homeFeed' => 'Startseite',
|
||||||
|
@ -52,7 +52,7 @@ return [
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profil',
|
'profile' => 'Profil',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Festplatte',
|
||||||
'settings' => 'Einstellungen',
|
'settings' => 'Einstellungen',
|
||||||
'compose' => 'Neu erstellen',
|
'compose' => 'Neu erstellen',
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ return [
|
||||||
'help' => 'Hilfe',
|
'help' => 'Hilfe',
|
||||||
'language' => 'Sprache',
|
'language' => 'Sprache',
|
||||||
'privacy' => 'Privatsphäre',
|
'privacy' => 'Privatsphäre',
|
||||||
'terms' => 'Terms',
|
'terms' => 'AGB',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Zurück zum vorherigen Design'
|
'backToPreviousDesign' => 'Zurück zum vorherigen Design'
|
||||||
|
@ -91,7 +91,7 @@ return [
|
||||||
'applicationApproved' => 'wurde genehmigt!',
|
'applicationApproved' => 'wurde genehmigt!',
|
||||||
'applicationRejected' => 'wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.',
|
'applicationRejected' => 'wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.',
|
||||||
|
|
||||||
'dm' => 'dm',
|
'dm' => 'PN',
|
||||||
'groupPost' => 'group post',
|
'groupPost' => 'group post',
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'Beitrag',
|
'post' => 'Beitrag',
|
||||||
|
@ -101,7 +101,7 @@ return [
|
||||||
'post' => [
|
'post' => [
|
||||||
'shareToFollowers' => 'Share to followers',
|
'shareToFollowers' => 'Share to followers',
|
||||||
'shareToOther' => 'Mit anderen teilen',
|
'shareToOther' => 'Mit anderen teilen',
|
||||||
'noLikes' => 'No likes yet',
|
'noLikes' => 'Noch keine Gefällt mir',
|
||||||
'uploading' => 'Lädt hoch',
|
'uploading' => 'Lädt hoch',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ return [
|
||||||
'toFollowers' => 'to Followers',
|
'toFollowers' => 'to Followers',
|
||||||
|
|
||||||
'showCaption' => 'Bildunterschrift anzeigen',
|
'showCaption' => 'Bildunterschrift anzeigen',
|
||||||
'showLikes' => 'Show Likes',
|
'showLikes' => '"Gefällt mir" anzeigen',
|
||||||
'compactMode' => 'Kompaktmodus',
|
'compactMode' => 'Kompaktmodus',
|
||||||
'embedConfirmText' => 'Mit der Nutzung dieser Einbettung erklärst du dich mit unseren',
|
'embedConfirmText' => 'Mit der Nutzung dieser Einbettung erklärst du dich mit unseren',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue