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 e62d23c commit 9bf6d9e
Showing 1 changed file with 11 additions and 12 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 [
'Bookmarked' => '',
'Bookmarks' => '',
'Content successfully bookmarked. You can access it directly from your profile.' => '',
'Content successfully removed from bookmarks.' => '',
'Invalid content id given!' => '',
'Remove from bookmarks' => '',
'Save as bookmark' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
];
return array (
'Bookmarked' => '',
'Bookmarks' => '',
'Content successfully bookmarked. You can access it directly from your profile.' => '',
'Content successfully removed from bookmarks.' => '',
'Invalid content id given!' => '잘못된 콘텐츠 ID가 입력되었습니다!',
'Remove from bookmarks' => '',
'Save as bookmark' => '',
'You cannot bookmark this content!' => '',
'You didn\'t save any content yet!' => '',
);

0 comments on commit 9bf6d9e

Please sign in to comment.