From d2d6226677d845150206305b64f09d880f92f884 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 26 Dec 2021 03:01:40 -0700 Subject: [PATCH] New translations web.php (Slovak) [ci skip] --- resources/lang/sk/web.php | 54 +++++++++++++++++++-------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/resources/lang/sk/web.php b/resources/lang/sk/web.php index 561e8b6b7..d984d8607 100644 --- a/resources/lang/sk/web.php +++ b/resources/lang/sk/web.php @@ -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' => [