|
392 | 392 | 'comment' => 'Comentario', |
393 | 393 | 'comments' => 'Comentarios', |
394 | 394 | 'comment_add' => 'Agregar comentario', |
| 395 | + 'comment_none' => 'No comments to display', |
395 | 396 | 'comment_placeholder' => 'DEjar un comentario aquí', |
396 | | - 'comment_count' => '{0} Sin Comentarios|{1} 1 Comentario|[2,*] :count Comentarios', |
| 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' => 'Guardar comentario', |
398 | 401 | 'comment_new' => 'Nuevo comentario', |
399 | 402 | 'comment_created' => 'comentado :createDiff', |
|
402 | 405 | 'comment_deleted_success' => 'Comentario borrado', |
403 | 406 | 'comment_created_success' => 'Comentario agregado', |
404 | 407 | 'comment_updated_success' => 'Comentario actualizado', |
| 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' => '¿Está seguro que quiere borrar este comentario?', |
406 | 413 | 'comment_in_reply_to' => 'En respuesta a :commentId', |
| 414 | + 'comment_reference' => 'Reference', |
| 415 | + 'comment_reference_outdated' => '(Outdated)', |
407 | 416 | 'comment_editor_explain' => 'Estos son los comentarios que se escribieron en esta página. Los comentarios se pueden añadir y administrar cuando se visualiza la página guardada.', |
408 | 417 |
|
409 | 418 | // Revision |
|
0 commit comments