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 Jan 24, 2024
1 parent 7f1e4e9 commit 011407a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
8 changes: 4 additions & 4 deletions messages/ko/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
'Start new conversations' => '',
'Subject' => '',
'Sunday' => '',
'Tags' => '',
'Tags' => 'ㅡㅡ',
'This user is already participating in this conversation.' => '',
'Thursday' => '',
'Title' => '제목',
'Today' => '',
'Tuesday' => '',
'Until a user is member since (days)' => '',
'Updated At' => '',
'Updated By' => '',
'Updated At' => '업데이트 날짜',
'Updated By' => '업데이트 작성자',
'User' => '사용자',
'Wednesday' => '',
'Write a message...' => '',
'Yesterday' => '',
'You' => '',
'You' => '당신',
'You are not allowed to reply to users {userNames}!' => '',
'You are not allowed to start a conversation with this user.' => '',
'You are not allowed to start a conversation with {userName}!' => '',
Expand Down
13 changes: 6 additions & 7 deletions messages/ko/forms_CreateMessageForm.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php

return [
'Message' => '',
'Recipient' => '',
'Subject' => '',
'Tags' => '',
];
return array (
'Message' => '',
'Recipient' => '',
'Subject' => '',
'Tags' => 'ㅡㅡ',
);
11 changes: 5 additions & 6 deletions messages/ko/views_mail_create.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [
'<strong>New</strong> message' => '',
'Add recipients' => '',
'Send' => '',
];
return array (
'<strong>New</strong> message' => '',
'Add recipients' => '',
'Send' => '보내기',
);

0 comments on commit 011407a

Please sign in to comment.