. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'deleted' => 'eliminado', 'deleted_by' => 'eliminado :timeago por :user', 'deleted_by_system' => 'sistema', 'deleted_count' => ':count_delimited comentario eliminado|:count_delimited comentarios eliminados', 'edited' => 'editado :timeago por :user', 'pinned' => 'anclado', 'empty' => 'Aún no hay comentarios.', 'empty_other' => 'Aún no hay otros comentarios.', 'load_replies' => 'cargar respuestas', 'replies_count' => 'una respuesta|:count_delimited respuestas', 'title' => 'Comentarios', 'commentable_name' => [ 'beatmapset' => 'Mapa', 'build' => 'Historial de cambios', 'news_post' => 'Noticias', '_deleted' => 'Elemento eliminado', ], 'editor' => [ 'textarea_hint' => [ '_' => 'Presiona enter para :action. Usa mayús+enter para saltar de linea.', 'edit' => 'guardar', 'new' => 'publicar', 'reply' => 'responder', ], ], 'guest_button' => [ 'new' => 'Inicia sesión para comentar', 'reply' => 'Inicia sesión para responder', ], 'index' => [ 'nav_comments' => 'comentarios', 'nav_title' => 'listado', 'no_comments' => 'no se encontraron comentarios...', ], 'ogp' => [ 'title' => 'comentario por :user', ], 'placeholder' => [ 'edit' => 'Editar el comentario aquí', 'new' => 'Escribe un nuevo comentario aquí', 'reply' => 'Escribe tu respuesta aquí', ], 'show' => [ 'nav_title' => 'comentarios', ], ];