mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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',
|
'readMore' => 'Zobraziť viac',
|
||||||
'success' => 'Hotovo',
|
'success' => 'Hotovo',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'Citlivý',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'Citlivý obsah',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'Tento príspevok môže obsahovať citlivý obsah',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'Podmienky používania',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'Zásady ochrany osobných údajov',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'Hľadať',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'Panel správcu',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'Domovský kanál',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'Miestny kanál',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'Globálny kanál',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'Objavte',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'Priame Správy',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Notifikácie',
|
||||||
'groups' => 'Groups',
|
'groups' => 'Skupiny',
|
||||||
'stories' => 'Stories',
|
'stories' => 'Stories',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'Profile',
|
'profile' => 'Profil',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Úložisko',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Nastavenia',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Vytvoriť nový',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'About',
|
'about' => 'O aplikácii',
|
||||||
'help' => 'Help',
|
'help' => 'Pomocník',
|
||||||
'language' => 'Language',
|
'language' => 'Jazyk',
|
||||||
'privacy' => 'Privacy',
|
'privacy' => 'Ochrana osobných údajov',
|
||||||
'terms' => 'Terms',
|
'terms' => 'Podmienky',
|
||||||
|
|
||||||
// Temporary links
|
// Temporary links
|
||||||
'backToPreviousDesign' => 'Go back to previous design'
|
'backToPreviousDesign' => 'Vrátiť sa späť k predošlému dizajnu'
|
||||||
],
|
],
|
||||||
|
|
||||||
'directMessages' => [
|
'directMessages' => [
|
||||||
'inbox' => 'Inbox',
|
'inbox' => 'Prijaté',
|
||||||
'sent' => 'Sent',
|
'sent' => 'Odoslané',
|
||||||
'requests' => 'Requests'
|
'requests' => 'Žiadosti'
|
||||||
],
|
],
|
||||||
|
|
||||||
'notifications' => [
|
'notifications' => [
|
||||||
|
|
Loading…
Add table
Reference in a new issue