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 0f40719 commit ccc26ce
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions messages/ko/base.php
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
<?php

return [
'Content' => '함유량',
'Reason' => '이유',
'%displayName% has reported %contentTitle%.' => '',
'<strong>Report</strong> Content' => '',
'<strong>Reported</strong> Content' => '',
'Add prohibited terms separated by commas. Upon saving, the list will automatically be sorted in alphabetical order.' => '',
'Automatically block content creation' => '',
'Content successfully reported.' => '',
'Could not delete Report!' => '',
'Created by {author} at {dateTime}. Reported by {reporter}.' => '',
'For what reason do you want to report this content?' => '',
'If checked, users will not be able to publish content containing terms from your profanity filter. Leave this unchecked if you want the content to be automatically reported to you instead.' => '',
'Misleading' => '',
'Offensive' => '',
'Profanity Filter' => '',
'Report' => '',
'Reported Content' => '',
'Review' => '',
'Send' => '',
'Spam' => '',
'System' => '',
'There is no content reported for review.' => '',
'This overview shows you a list of content that has been reported for various reasons. Please review the content and determine if it meets the community guidelines.' => '',
'Wrong Space' => '',
'Your contribution does not comply with our community guidelines and can therefore not be published. For further details, please contact the administrators.' => '',
];
return array (
'%displayName% has reported %contentTitle%.' => '',
'<strong>Report</strong> Content' => '',
'<strong>Reported</strong> Content' => '',
'Add prohibited terms separated by commas. Upon saving, the list will automatically be sorted in alphabetical order.' => '',
'Automatically block content creation' => '',
'Content' => '함유량',
'Content successfully reported.' => '',
'Could not delete Report!' => '',
'Created by {author} at {dateTime}. Reported by {reporter}.' => '',
'For what reason do you want to report this content?' => '',
'If checked, users will not be able to publish content containing terms from your profanity filter. Leave this unchecked if you want the content to be automatically reported to you instead.' => '',
'Misleading' => '',
'Offensive' => '',
'Profanity Filter' => '',
'Reason' => '이유',
'Report' => '',
'Reported Content' => '',
'Review' => '',
'Send' => '보내기',
'Spam' => '',
'System' => '',
'There is no content reported for review.' => '',
'This overview shows you a list of content that has been reported for various reasons. Please review the content and determine if it meets the community guidelines.' => '',
'Wrong Space' => '',
'Your contribution does not comply with our community guidelines and can therefore not be published. For further details, please contact the administrators.' => '',
);

0 comments on commit ccc26ce

Please sign in to comment.