mirror of https://github.com/pixelfed/pixelfed.git
parent
d6353b7d1d
commit
d7dbd78532
|
@ -13,7 +13,7 @@ return [
|
||||||
'shared' => 'Partekatuta',
|
'shared' => 'Partekatuta',
|
||||||
'shares' => 'Partekatze',
|
'shares' => 'Partekatze',
|
||||||
'unshare' => 'Utzi partekatzeari',
|
'unshare' => 'Utzi partekatzeari',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Laster-marka',
|
||||||
|
|
||||||
'cancel' => 'Utzi',
|
'cancel' => 'Utzi',
|
||||||
'copyLink' => 'Kopiatu esteka',
|
'copyLink' => 'Kopiatu esteka',
|
||||||
|
@ -24,10 +24,10 @@ return [
|
||||||
'other' => 'Bestelakoa',
|
'other' => 'Bestelakoa',
|
||||||
'readMore' => 'Irakurri gehiago',
|
'readMore' => 'Irakurri gehiago',
|
||||||
'success' => 'Burutu da',
|
'success' => 'Burutu da',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Jarraitu',
|
||||||
'next' => 'Next',
|
'next' => 'Hurrengoa',
|
||||||
'close' => 'Close',
|
'close' => 'Itxi',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'klikatu hemen',
|
||||||
|
|
||||||
'sensitive' => 'Hunkigarria',
|
'sensitive' => 'Hunkigarria',
|
||||||
'sensitiveContent' => 'Eduki hunkigarria',
|
'sensitiveContent' => 'Eduki hunkigarria',
|
||||||
|
@ -44,7 +44,7 @@ return [
|
||||||
'admin' => 'Adminaren panela',
|
'admin' => 'Adminaren panela',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Etxeko jarioa',
|
'homeFeed' => 'Hasierako jarioa',
|
||||||
'localFeed' => 'Jario lokala',
|
'localFeed' => 'Jario lokala',
|
||||||
'globalFeed' => 'Jario globala',
|
'globalFeed' => 'Jario globala',
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ return [
|
||||||
'modlog' => 'modloga',
|
'modlog' => 'modloga',
|
||||||
'post' => 'bidalketa',
|
'post' => 'bidalketa',
|
||||||
'story' => 'istorioa',
|
'story' => 'istorioa',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => 'Ez da jakinarazpenik aurkitu',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,10 +185,10 @@ return [
|
||||||
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea',
|
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Ongi etorri',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'Hau da zure hasierako jarioa, jarraitzen dituzun kontuen bidalketa jario kronologikoa.',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => 'Utzi iezaiguzu jarraitzeko moduko jende interesgarria bilatzen laguntzen',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Berritu nire jarioa',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,12 +197,12 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => 'Salatu',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => 'Hautatu arrazoia',
|
||||||
'reported' => 'Reported',
|
'reported' => 'Salatuta',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => 'Txostena bidaltzen',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => 'Eskerrik asko salaketagatik, zu bezalako jendeak egiten du komunitatea seguruagoa!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'Kudeatzaile batekin kontaktatu edo salaketa egin nahi baduzu bidalketa honen harira',
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue