View comments for draft text
This commit is contained in:
@@ -224,6 +224,15 @@ en:
|
||||
title: How I can comment this document?
|
||||
legislation:
|
||||
annotations:
|
||||
comments:
|
||||
see_all: See all
|
||||
see_complete: See complete
|
||||
comments_count:
|
||||
one: "%{count} comment"
|
||||
other: "%{count} comments"
|
||||
replies_count:
|
||||
one: "%{count} reply"
|
||||
other: "%{count} replies"
|
||||
index:
|
||||
title: Comments
|
||||
comments_about: Comments about
|
||||
@@ -243,6 +252,7 @@ en:
|
||||
seeing_changelog_version: Revision changes summary
|
||||
see_text: See text draft
|
||||
show:
|
||||
loading_comments: Loading comments
|
||||
seeing_version: You're seeing draft version
|
||||
select_draft_version: Select draft
|
||||
select_version_submit: see
|
||||
|
||||
@@ -224,6 +224,15 @@ es:
|
||||
title: "¿Cómo puedo comentar este documento?"
|
||||
legislation:
|
||||
annotations:
|
||||
comments:
|
||||
see_all: Ver todos
|
||||
see_complete: Ver completo
|
||||
comments_count:
|
||||
one: "%{count} comentario"
|
||||
other: "%{count} comentarios"
|
||||
replies_count:
|
||||
one: "%{count} respuesta"
|
||||
other: "%{count} respuestas"
|
||||
index:
|
||||
title: Comentarios
|
||||
see_in_context: Ver en contexto
|
||||
@@ -243,6 +252,7 @@ es:
|
||||
seeing_changelog_version: Resumen de cambios de la revisión
|
||||
see_text: Ver borrador del texto
|
||||
show:
|
||||
loading_comments: Cargando comentarios
|
||||
seeing_version: Estás viendo la revisión
|
||||
select_draft_version: Seleccionar borrador
|
||||
select_version_submit: ver
|
||||
|
||||
@@ -103,6 +103,7 @@ Rails.application.routes.draw do
|
||||
get :changes
|
||||
resources :annotations do
|
||||
get :search, on: :collection
|
||||
get :comments
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user