Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Jul 3, 2024
1 parent 4a073ce commit a3c4dc1
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 204 deletions.
9 changes: 4 additions & 5 deletions messages/sk/activities.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

return [
'Polls' => '',
'Whenever someone participates in a poll.' => '',
];
return array (
'Polls' => 'Ankety',
'Whenever someone participates in a poll.' => 'Vždy, keď sa niekto zúčastní ankety.',
);
12 changes: 6 additions & 6 deletions messages/sk/base.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
return array (
'Allows the user to create polls' => '',
'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}}}' => '',
);
35 changes: 9 additions & 26 deletions messages/sk/controllers_PollController.php
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Access denied!' => '',
'Anonymous poll!' => '',
'Could not load poll!' => '',
'Invalid answer!' => '',
'Users voted for: <strong>{answer}</strong>' => '',
'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: <strong>{answer}</strong>' => 'Používatelia hlasovali za: <strong>{answer}</strong>',
'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!',
);
19 changes: 9 additions & 10 deletions messages/sk/events.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?php

return [
'Again? ;Weary;' => '',
'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?',
);
10 changes: 5 additions & 5 deletions messages/sk/models_Poll.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
return array (
'Answers' => '',
'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',
);
23 changes: 3 additions & 20 deletions messages/sk/views_activities_PollAnswered.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'{userName} answered the {question}.' => '',
];
return array (
'{userName} answered the {question}.' => '{userName} odpovedal na otázku {question}.',
);
19 changes: 1 addition & 18 deletions messages/sk/views_activities_PollCreated.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'{userName} created a new {question}.' => '',
'{userName} created a new {question}.' => '{userName} vytvoril novú {question}.',
);
19 changes: 1 addition & 18 deletions messages/sk/views_listUsers.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'User who vote this' => '',
'User who vote this' => 'Používateľ, ktorý hlasuje za toto',
);
19 changes: 1 addition & 18 deletions messages/sk/views_notifications_PollCreated.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'{userName} created a new poll and assigned you.' => '',
'{userName} created a new poll and assigned you.' => '{userName} vytvoril nový prieskum a priradil Vás.',
);
19 changes: 1 addition & 18 deletions messages/sk/widgets_PollFormWidget.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yiic message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE, this file must be saved in UTF-8 encoding.
*/
return array (
'Ask' => '',
'Ask' => 'Opýtať sa',
);
39 changes: 11 additions & 28 deletions messages/sk/widgets_views_entry.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract-module' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'<strong>Note:</strong> 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 (
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '<strong>Poznámka:</strong> 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',
);
14 changes: 7 additions & 7 deletions messages/sk/widgets_views_pollForm.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
return array (
'Add answer...' => '',
'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',
);
33 changes: 8 additions & 25 deletions messages/sk/widgets_views_stream.php
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'<b>There are no polls yet!</b>' => '',
'<b>There are no polls yet!</b><br>Be the first and create one...' => '',
'Asked by me' => '',
'No answered yet' => '',
'Only private polls' => '',
'Only public polls' => '',
];
return array (
'<b>There are no polls yet!</b>' => '<b>Zatiaľ neexistujú žiadne prieskumy!</b>',
'<b>There are no polls yet!</b><br>Be the first and create one...' => '<b>Zatiaľ neexistujú žiadne ankety!</b><br>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',
);

0 comments on commit a3c4dc1

Please sign in to comment.