mirror of https://github.com/pixelfed/pixelfed.git
parent
d7dbd78532
commit
b209bca393
|
@ -26,8 +26,8 @@ return [
|
||||||
'success' => 'Úspěch',
|
'success' => 'Úspěch',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Zavřít',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'klikněte zde',
|
||||||
|
|
||||||
'sensitive' => 'Citlivé',
|
'sensitive' => 'Citlivé',
|
||||||
'sensitiveContent' => 'Citlivý obsah',
|
'sensitiveContent' => 'Citlivý obsah',
|
||||||
|
@ -102,7 +102,7 @@ return [
|
||||||
'modlog' => 'moderátorský záznam',
|
'modlog' => 'moderátorský záznam',
|
||||||
'post' => 'příspěvek',
|
'post' => 'příspěvek',
|
||||||
'story' => 'příbeh',
|
'story' => 'příbeh',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => 'Nebyla nalezena žádná oznámení',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,9 +185,9 @@ return [
|
||||||
'peopleYouMayKnow' => 'Lidé, které možná znáte',
|
'peopleYouMayKnow' => 'Lidé, které možná znáte',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Vítejte',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'Toto je váš domovský kanál, chronologický kanál příspěvků z účtů, které sledujete.',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => 'Pomůžeme vám najít nějaké zajímavé lidi ke sledování',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Refresh my feed',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
@ -198,10 +198,10 @@ return [
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => 'Report',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => 'Vyberte důvod',
|
||||||
'reported' => 'Reported',
|
'reported' => 'Nahlášeno',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => 'Odesílání hlášení',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => 'Díky za hlášení, lidé jako jste vy pomáhají udržet naši komunitu bezpečnou!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue