|
392 | 392 | 'comment' => '댓글', |
393 | 393 | 'comments' => '댓글', |
394 | 394 | 'comment_add' => '댓글 쓰기', |
| 395 | + 'comment_none' => 'No comments to display', |
395 | 396 | 'comment_placeholder' => '이곳에 댓글을 쓰세요...', |
396 | | - 'comment_count' => '{0} 댓글 없음|{1} 댓글 1개|[2,*] 댓글 :count개', |
| 397 | + 'comment_thread_count' => ':count Comment Thread|:count Comment Threads', |
| 398 | + 'comment_archived_count' => ':count Archived', |
| 399 | + 'comment_archived_threads' => 'Archived Threads', |
397 | 400 | 'comment_save' => '등록', |
398 | 401 | 'comment_new' => '새로운 댓글', |
399 | 402 | 'comment_created' => '댓글 등록함 :createDiff', |
|
402 | 405 | 'comment_deleted_success' => '댓글 지움', |
403 | 406 | 'comment_created_success' => '댓글 등록함', |
404 | 407 | 'comment_updated_success' => '댓글 수정함', |
| 408 | + 'comment_archive_success' => 'Comment archived', |
| 409 | + 'comment_unarchive_success' => 'Comment un-archived', |
| 410 | + 'comment_view' => 'View comment', |
| 411 | + 'comment_jump_to_thread' => 'Jump to thread', |
405 | 412 | 'comment_delete_confirm' => '이 댓글을 지울 건가요?', |
406 | 413 | 'comment_in_reply_to' => ':commentId(을)를 향한 답글', |
| 414 | + 'comment_reference' => 'Reference', |
| 415 | + 'comment_reference_outdated' => '(Outdated)', |
407 | 416 | 'comment_editor_explain' => '이 페이지에 남겨진 댓글은 다음과 같습니다. 저장된 페이지를 볼 때 댓글을 추가하고 관리할 수 있습니다.', |
408 | 417 |
|
409 | 418 | // Revision |
|
0 commit comments