@@ -25,7 +27,7 @@ const Comment = (props) => {
-
- View Conversation
+ {t('view_conversation')}
-
diff --git a/locales/en.yml b/locales/en.yml
index fe3d43ead..1f9066786 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -144,6 +144,15 @@ en:
no_flags: "There have been no flags in the last 5 minutes! Hooray!"
no_likes: "There have been no likes in the last 5 minutes. All quiet."
done: Done
+ editComment:
+ bodyInputLabel: "Edit this comment"
+ save_button: "Save changes"
+ editWindowExpired: "You can no longer edit this comment. The time window to do so has expired. Why not post another one?"
+ editWindowExpiredClose: "Close"
+ editWindowTimerPrefix: "Edit Window: "
+ second: "second"
+ secondsPlural: "seconds"
+ unexpectedError: "Unexpected error while saving changes. Sorry!"
embedlink:
copy: "Copy to Clipboard"
error:
@@ -177,6 +186,7 @@ en:
comment: comment
comment_is_ignored: "This comment is hidden because you ignored this user."
comments: comments
+ configure_stream: "Configure Stream"
content_not_available: "This content is not available"
edit_name:
button: Submit
@@ -337,6 +347,7 @@ en:
user_impersonating: "This user is impersonating"
user_no_comment: "You've never left a comment. Join the conversation!"
username_offensive: "This username is offensive"
+ view_conversation: "View Conversation"
install:
INITIAL:
DESCRIPTION: "Let's set up your Talk community in just a few short steps."
diff --git a/locales/es.yml b/locales/es.yml
index 4b668d104..701494f2c 100644
--- a/locales/es.yml
+++ b/locales/es.yml
@@ -144,6 +144,15 @@ es:
no_flags: "No ha habido ningún reporte en los últimos 5 minutos! Bravo!"
no_likes: "No ha habido ningún 'me gusta' en los últimos 5 minutos. Todo tranquilo."
done: hecho
+ edit_comment:
+ bodyInputLabel: "Editar este comentario"
+ saveButton: "Guardar cambios"
+ editWindowExpired: "Ya no puedes editar este comentario. La ventana de tiempo para hacerlo ha caducado. ¿Por qué no publicar otro?"
+ editWindowExpiredClose: "Cerca"
+ editWindowTimerPrefix: "Ventana de edición: "
+ second: "segundo"
+ secondsPlural: "segundos"
+ unexpectedError: "Unexpected error while saving changes. Sorry!"
embedlink:
copy: "Copiar al portapapeles"
error:
@@ -177,6 +186,7 @@ es:
comment: commentario
comment_is_ignored: "Este comentario está escondido porque has ignorado al usuario."
comments: commentarios
+ configure_stream: "Configurar Hilo de Comentarios"
content_not_available: "El contenido no se encuentra disponible"
edit_name:
button: Enviar
@@ -337,6 +347,7 @@ es:
user_impersonating: "Este usuario suplanta a alguien"
user_no_comment: "No has dejado aún ningún comentario. ¡Únete a la conversación!"
username_offensive: "Este nombre de usuario es ofensivo"
+ view_conversation: "Ver Conversación"
install:
INITIAL:
DESCRIPTION: "Creemos tu comunidad Talk en unos pocos pasos."