|
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