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 12, 2023
1 parent dc6402d commit 9ce52df
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 32 deletions.
23 changes: 11 additions & 12 deletions messages/ko/base.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php

return [
'Allows the user to create polls' => '',
'Allows to start polls.' => '',
'Answers' => '',
'At least one answer is required' => '',
'Cancel' => '',
'Create poll' => '',
'Polls' => '',
'Save' => '',
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '',
];
return array (
'Allows the user to create polls' => '',
'Allows to start polls.' => '',
'Answers' => '',
'At least one answer is required' => '',
'Cancel' => '취소',
'Create poll' => '',
'Polls' => '',
'Save' => '저장',
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '',
);
17 changes: 8 additions & 9 deletions messages/ko/models_Poll.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

return [
'Answers' => '',
'Description' => '',
'Multiple answers per user' => '',
'Please specify at least {min} answers!' => '',
'Poll' => '',
'Question' => '',
];
return array (
'Answers' => '',
'Description' => '설명',
'Multiple answers per user' => '',
'Please specify at least {min} answers!' => '',
'Poll' => '',
'Question' => '',
);
21 changes: 10 additions & 11 deletions messages/ko/widgets_views_pollForm.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

return [
'Add answer...' => '',
'Anonymous Votes?' => '',
'Description' => '',
'Display answers in random order?' => '',
'Edit answer (empty answers will be removed)...' => '',
'Edit your poll question...' => '',
'Hide results until poll is closed?' => '',
'Question' => '',
];
return array (
'Add answer...' => '',
'Anonymous Votes?' => '',
'Description' => '설명',
'Display answers in random order?' => '',
'Edit answer (empty answers will be removed)...' => '',
'Edit your poll question...' => '',
'Hide results until poll is closed?' => '',
'Question' => '',
);

0 comments on commit 9ce52df

Please sign in to comment.