mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
New translations web.php (Slovak)
[ci skip]
This commit is contained in:
parent
3dc45ee331
commit
d2d6226677
1 changed files with 27 additions and 27 deletions
|
@ -24,53 +24,53 @@ return [
|
|||
'readMore' => 'Zobraziť viac',
|
||||
'success' => 'Hotovo',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Citlivý',
|
||||
'sensitiveContent' => 'Citlivý obsah',
|
||||
'sensitiveContentWarning' => 'Tento príspevok môže obsahovať citlivý obsah',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Podmienky používania',
|
||||
'privacy' => 'Zásady ochrany osobných údajov',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Hľadať',
|
||||
'admin' => 'Panel správcu',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Domovský kanál',
|
||||
'localFeed' => 'Miestny kanál',
|
||||
'globalFeed' => 'Globálny kanál',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'discover' => 'Objavte',
|
||||
'directMessages' => 'Priame Správy',
|
||||
'notifications' => 'Notifikácie',
|
||||
'groups' => 'Skupiny',
|
||||
'stories' => 'Stories',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'profile' => 'Profil',
|
||||
'drive' => 'Úložisko',
|
||||
'settings' => 'Nastavenia',
|
||||
'compose' => 'Vytvoriť nový',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'about' => 'O aplikácii',
|
||||
'help' => 'Pomocník',
|
||||
'language' => 'Jazyk',
|
||||
'privacy' => 'Ochrana osobných údajov',
|
||||
'terms' => 'Podmienky',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Vrátiť sa späť k predošlému dizajnu'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'inbox' => 'Prijaté',
|
||||
'sent' => 'Odoslané',
|
||||
'requests' => 'Žiadosti'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
|
Loading…
Reference in a new issue