mirror of https://github.com/pixelfed/pixelfed.git
parent
9617a71d2d
commit
4a746a69f9
|
@ -13,6 +13,7 @@ return [
|
||||||
'shared' => 'Megosztva',
|
'shared' => 'Megosztva',
|
||||||
'shares' => 'Megosztások',
|
'shares' => 'Megosztások',
|
||||||
'unshare' => 'Megosztás visszavonása',
|
'unshare' => 'Megosztás visszavonása',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Mégsem',
|
'cancel' => 'Mégsem',
|
||||||
'copyLink' => 'Link másolása',
|
'copyLink' => 'Link másolása',
|
||||||
|
@ -23,6 +24,10 @@ return [
|
||||||
'other' => 'Egyéb',
|
'other' => 'Egyéb',
|
||||||
'readMore' => 'Tovább',
|
'readMore' => 'Tovább',
|
||||||
'success' => 'Siker',
|
'success' => 'Siker',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Érzékeny',
|
'sensitive' => 'Érzékeny',
|
||||||
'sensitiveContent' => 'Kényes tartalom',
|
'sensitiveContent' => 'Kényes tartalom',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'mod napló',
|
'modlog' => 'mod napló',
|
||||||
'post' => 'bejegyzés',
|
'post' => 'bejegyzés',
|
||||||
'story' => 'történet',
|
'story' => 'történet',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'Emberek akiket ismerhetsz'
|
'peopleYouMayKnow' => 'Emberek akiket ismerhetsz',
|
||||||
|
|
||||||
|
'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' => 'Úgy tűnik nem található egy bejegyzés sem ehhez a hashtag-hez'
|
'emptyFeed' => 'Úgy tűnik nem található egy bejegyzés sem ehhez a hashtag-hez'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'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