From a3c4dc17c82f2ea88bc646a8a452fc942b1fa211 Mon Sep 17 00:00:00 2001 From: HumHub Translations Date: Wed, 3 Jul 2024 09:47:41 +0000 Subject: [PATCH] Enh: Updated Translations (translate.humhub.org) --- messages/sk/activities.php | 9 ++--- messages/sk/base.php | 12 +++--- messages/sk/controllers_PollController.php | 35 +++++------------ messages/sk/events.php | 19 +++++---- messages/sk/models_Poll.php | 10 ++--- messages/sk/views_activities_PollAnswered.php | 23 ++--------- messages/sk/views_activities_PollCreated.php | 19 +-------- messages/sk/views_listUsers.php | 19 +-------- .../sk/views_notifications_PollCreated.php | 19 +-------- messages/sk/widgets_PollFormWidget.php | 19 +-------- messages/sk/widgets_views_entry.php | 39 ++++++------------- messages/sk/widgets_views_pollForm.php | 14 +++---- messages/sk/widgets_views_stream.php | 33 ++++------------ 13 files changed, 66 insertions(+), 204 deletions(-) diff --git a/messages/sk/activities.php b/messages/sk/activities.php index 43fa54c..d27d402 100644 --- a/messages/sk/activities.php +++ b/messages/sk/activities.php @@ -1,6 +1,5 @@ '', - 'Whenever someone participates in a poll.' => '', -]; +return array ( + 'Polls' => 'Ankety', + 'Whenever someone participates in a poll.' => 'Vždy, keď sa niekto zúčastní ankety.', +); diff --git a/messages/sk/base.php b/messages/sk/base.php index ee06c89..fc61e90 100644 --- a/messages/sk/base.php +++ b/messages/sk/base.php @@ -1,12 +1,12 @@ '', - 'Allows to start polls.' => '', - 'Answers' => '', - 'At least one answer is required' => '', + 'Allows the user to create polls' => 'Umožňuje používateľovi vytvárať ankety', + 'Allows to start polls.' => 'Umožňuje spustiť prieskumy verejnej mienky.', + 'Answers' => 'Odpovede', + 'At least one answer is required' => 'Vyžaduje sa aspoň jedna odpoveď', 'Cancel' => 'Zrušiť', - 'Create poll' => '', - 'Polls' => '', + 'Create poll' => 'Vytvoriť anketu', + 'Polls' => 'Ankety', 'Save' => 'Uložiť', '{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', ); diff --git a/messages/sk/controllers_PollController.php b/messages/sk/controllers_PollController.php index b7f0fb6..02ac21a 100644 --- a/messages/sk/controllers_PollController.php +++ b/messages/sk/controllers_PollController.php @@ -1,27 +1,10 @@ '', - 'Anonymous poll!' => '', - 'Could not load poll!' => '', - 'Invalid answer!' => '', - 'Users voted for: {answer}' => '', - 'Voting for multiple answers is disabled!' => '', - 'You have insufficient permissions to perform that operation!' => '', -]; +return array ( + 'Access denied!' => 'Prístup zamietnutý!', + 'Anonymous poll!' => 'Anonymná anketa!', + 'Could not load poll!' => 'Anketu sa nepodarilo načítať!', + 'Invalid answer!' => 'Neplatná odpoveď!', + 'Users voted for: {answer}' => 'Používatelia hlasovali za: {answer}', + 'Voting for multiple answers is disabled!' => 'Hlasovanie za viacero odpovedí je zakázané!', + 'You have insufficient permissions to perform that operation!' => 'Nemáte dostatočné povolenia na vykonanie tejto operácie!', +); diff --git a/messages/sk/events.php b/messages/sk/events.php index 4a4739d..ad6948e 100644 --- a/messages/sk/events.php +++ b/messages/sk/events.php @@ -1,11 +1,10 @@ '', - 'Club A Steakhouse' => '', - 'Location of the next meeting' => '', - 'Pisillo Italian Panini' => '', - 'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => '', - 'To Daniel' => '', - 'Why don\'t we go to Bemelmans Bar?' => '', -]; +return array ( + 'Again? ;Weary;' => 'Opäť? ;Weary;', + 'Club A Steakhouse' => 'Klub A Steakhouse', + 'Location of the next meeting' => 'Miesto nasledujúceho stretnutia', + 'Pisillo Italian Panini' => 'Pisillo Italian Panini', + 'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => 'Práve teraz sme vo fáze plánovania nášho ďalšieho stretnutia a chceli by sme od vás vedieť, kam by ste chceli ísť?', + 'To Daniel' => 'Danielovi', + 'Why don\'t we go to Bemelmans Bar?' => 'Prečo nejdeme do baru Bemelmans?', +); diff --git a/messages/sk/models_Poll.php b/messages/sk/models_Poll.php index 9a4ba2f..6c34b10 100644 --- a/messages/sk/models_Poll.php +++ b/messages/sk/models_Poll.php @@ -1,9 +1,9 @@ '', + 'Answers' => 'Odpovede', 'Description' => 'Popis', - 'Multiple answers per user' => '', - 'Please specify at least {min} answers!' => '', - 'Poll' => '', - 'Question' => '', + 'Multiple answers per user' => 'Viaceré odpovede na jedného používateľa', + 'Please specify at least {min} answers!' => 'Zadajte aspoň {min} odpovedí!', + 'Poll' => 'Anketa', + 'Question' => 'Otázka', ); diff --git a/messages/sk/views_activities_PollAnswered.php b/messages/sk/views_activities_PollAnswered.php index 4e0281a..27edb84 100644 --- a/messages/sk/views_activities_PollAnswered.php +++ b/messages/sk/views_activities_PollAnswered.php @@ -1,21 +1,4 @@ '', -]; +return array ( + '{userName} answered the {question}.' => '{userName} odpovedal na otázku {question}.', +); diff --git a/messages/sk/views_activities_PollCreated.php b/messages/sk/views_activities_PollCreated.php index e7d0121..aa9e7f5 100644 --- a/messages/sk/views_activities_PollCreated.php +++ b/messages/sk/views_activities_PollCreated.php @@ -1,21 +1,4 @@ '', + '{userName} created a new {question}.' => '{userName} vytvoril novú {question}.', ); diff --git a/messages/sk/views_listUsers.php b/messages/sk/views_listUsers.php index e1af764..cb20199 100644 --- a/messages/sk/views_listUsers.php +++ b/messages/sk/views_listUsers.php @@ -1,21 +1,4 @@ '', + 'User who vote this' => 'Používateľ, ktorý hlasuje za toto', ); diff --git a/messages/sk/views_notifications_PollCreated.php b/messages/sk/views_notifications_PollCreated.php index a55d1c7..f1a904b 100644 --- a/messages/sk/views_notifications_PollCreated.php +++ b/messages/sk/views_notifications_PollCreated.php @@ -1,21 +1,4 @@ '', + '{userName} created a new poll and assigned you.' => '{userName} vytvoril nový prieskum a priradil Vás.', ); diff --git a/messages/sk/widgets_PollFormWidget.php b/messages/sk/widgets_PollFormWidget.php index f5e3941..41ed7b0 100644 --- a/messages/sk/widgets_PollFormWidget.php +++ b/messages/sk/widgets_PollFormWidget.php @@ -1,21 +1,4 @@ '', + 'Ask' => 'Opýtať sa', ); diff --git a/messages/sk/widgets_views_entry.php b/messages/sk/widgets_views_entry.php index d749138..6946d54 100644 --- a/messages/sk/widgets_views_entry.php +++ b/messages/sk/widgets_views_entry.php @@ -1,29 +1,12 @@ Note: The result is hidden until the poll is closed by a moderator.' => '', - 'Anonymous' => '', - 'Closed' => '', - 'Complete Poll' => '', - 'Reopen Poll' => '', - 'Reset my vote' => '', - 'Vote' => '', - 'and {count} more vote for this.' => '', - 'votes' => '', -]; +return array ( + 'Note: The result is hidden until the poll is closed by a moderator.' => 'Poznámka: Výsledok je skrytý, kým anketu neuzavrie moderátor.', + 'Anonymous' => 'Anonymný', + 'Closed' => 'ZATVORENÉ', + 'Complete Poll' => 'Vyplňte anketu', + 'Reopen Poll' => 'Znovu otvoriť anketu', + 'Reset my vote' => 'Obnoviť moje hlasovanie', + 'Vote' => 'Hlasujte', + 'and {count} more vote for this.' => 'a ďalší ({count}) za to hlasujú.', + 'votes' => 'hlasov', +); diff --git a/messages/sk/widgets_views_pollForm.php b/messages/sk/widgets_views_pollForm.php index ec0f556..d437532 100644 --- a/messages/sk/widgets_views_pollForm.php +++ b/messages/sk/widgets_views_pollForm.php @@ -1,11 +1,11 @@ '', - 'Anonymous Votes?' => '', + 'Add answer...' => 'Pridať odpoveď...', + 'Anonymous Votes?' => 'Anonymné hlasy?', 'Description' => 'Popis', - 'Display answers in random order?' => '', - 'Edit answer (empty answers will be removed)...' => '', - 'Edit your poll question...' => '', - 'Hide results until poll is closed?' => '', - 'Question' => '', + 'Display answers in random order?' => 'Zobraziť odpovede v náhodnom poradí?', + 'Edit answer (empty answers will be removed)...' => 'Upraviť odpoveď (prázdne odpovede budú odstránené)...', + 'Edit your poll question...' => 'Upravte svoju anketovú otázku...', + 'Hide results until poll is closed?' => 'Skryť výsledky, kým sa anketa neuzavrie?', + 'Question' => 'Otázka', ); diff --git a/messages/sk/widgets_views_stream.php b/messages/sk/widgets_views_stream.php index db5213f..2bdc713 100644 --- a/messages/sk/widgets_views_stream.php +++ b/messages/sk/widgets_views_stream.php @@ -1,26 +1,9 @@ There are no polls yet!' => '', - 'There are no polls yet!
Be the first and create one...' => '', - 'Asked by me' => '', - 'No answered yet' => '', - 'Only private polls' => '', - 'Only public polls' => '', -]; +return array ( + 'There are no polls yet!' => 'Zatiaľ neexistujú žiadne prieskumy!', + 'There are no polls yet!
Be the first and create one...' => 'Zatiaľ neexistujú žiadne ankety!
Buďte prvý a vytvorte ju...', + 'Asked by me' => 'Pýtam sa', + 'No answered yet' => 'Zatiaľ žiadna odpoveď', + 'Only private polls' => 'Iba súkromné ​​prieskumy', + 'Only public polls' => 'Iba verejné prieskumy', +);