X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b1b8067cbe79d7ca2bca9021ab9d37465b0c44fe..refs/pull/4467/head:/lang/ko/activities.php diff --git a/lang/ko/activities.php b/lang/ko/activities.php index b5ebe79f6..96313de1a 100644 --- a/lang/ko/activities.php +++ b/lang/ko/activities.php @@ -58,6 +58,9 @@ return [ 'favourite_add_notification' => '":name" 북마크에 추가함', 'favourite_remove_notification' => '":name" 북마크에서 삭제함', + // Watching + 'watch_update_level_notification' => 'Watch preferences successfully updated', + // Auth 'auth_login' => 'logged in', 'auth_register' => 'registered as new user', @@ -110,7 +113,12 @@ return [ 'recycle_bin_restore' => 'restored from recycle bin', 'recycle_bin_destroy' => 'removed from recycle bin', - // Other + // Comments 'commented_on' => '댓글 쓰기', + 'comment_create' => 'added comment', + 'comment_update' => 'updated comment', + 'comment_delete' => 'deleted comment', + + // Other 'permissions_update' => '권한 수정함', ];