-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jul 3, 2024
1 parent
4a073ce
commit a3c4dc1
Showing
13 changed files
with
66 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}}' => '', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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?', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}.', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}.', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
); |