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 42d3f26 commit c65b0db
Showing 1 changed file with 13 additions and 30 deletions.
43 changes: 13 additions & 30 deletions messages/ko/base.php
Original file line number Diff line number Diff line change
@@ -1,31 +1,14 @@
<?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>Birthdays</strong> within the next {days} days' => '',
'Back to modules' => '',
'Birthday Module Configuration' => '',
'In {days} days' => '',
'Save' => '',
'The group id of the group that should be exluded.' => '',
'The number of days future birthdays will be shown within.' => '',
'Tomorrow' => '',
'You may configure the number of days within the upcoming birthdays are shown.' => '',
'becomes {years} years old.' => '',
'today' => '',
];
return array (
'<strong>Birthdays</strong> within the next {days} days' => '다음 {days}일 이내에 <strong>생일</strong>인 사용자가 있습니다.',
'Back to modules' => '모듈로 돌아가기',
'Birthday Module Configuration' => '생일 모듈 구성',
'In {days} days' => '{days}일 후',
'Save' => '저장',
'The group id of the group that should be exluded.' => '제외해야 하는 그룹의 그룹 ID입니다.',
'The number of days future birthdays will be shown within.' => '향후 생일 일수가 표시됩니다.',
'Tomorrow' => '내일',
'You may configure the number of days within the upcoming birthdays are shown.' => '예정된 생일이 표시되는 일 수를 구성할 수 있습니다.',
'becomes {years} years old.' => '{years} 세가 됩니다.',
'today' => '오늘',
);

0 comments on commit c65b0db

Please sign in to comment.