mirror of https://github.com/pixelfed/pixelfed.git
parent
1fe8b748f2
commit
280841f88b
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => 'Partekatuta',
|
'shared' => 'Partekatuta',
|
||||||
'shares' => 'Partekatze',
|
'shares' => 'Partekatze',
|
||||||
'unshare' => 'Utzi partekatzeari',
|
'unshare' => 'Utzi partekatzeari',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Utzi',
|
'cancel' => 'Utzi',
|
||||||
'copyLink' => 'Kopiatu esteka',
|
'copyLink' => 'Kopiatu esteka',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'Bestelakoa',
|
'other' => 'Bestelakoa',
|
||||||
'readMore' => 'Irakurri gehiago',
|
'readMore' => 'Irakurri gehiago',
|
||||||
'success' => 'Burutu da',
|
'success' => 'Burutu da',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Hunkigarria',
|
'sensitive' => 'Hunkigarria',
|
||||||
'sensitiveContent' => 'Eduki hunkigarria',
|
'sensitiveContent' => 'Eduki hunkigarria',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'modloga',
|
'modlog' => 'modloga',
|
||||||
'post' => 'bidalketa',
|
'post' => 'bidalketa',
|
||||||
'story' => 'istorioa',
|
'story' => 'istorioa',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea'
|
'peopleYouMayKnow' => 'Ezagutu dezakezun jendea',
|
||||||
|
|
||||||
|
'onboarding' => [
|
||||||
|
'welcome' => 'Welcome',
|
||||||
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'Ez dugu topatu traola hau duen bidalketarik'
|
'emptyFeed' => 'Ez dugu topatu traola hau duen bidalketarik'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'report' => [
|
||||||
|
'report' => 'Report',
|
||||||
|
'selectReason' => 'Select a reason',
|
||||||
|
'reported' => 'Reported',
|
||||||
|
'sendingReport' => 'Sending report',
|
||||||
|
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||||
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue