diff options
author | victorhck <victorhck@Geeko.site> | 2016-12-14 18:43:00 +0100 |
---|---|---|
committer | victorhck <victorhck@Geeko.site> | 2016-12-14 18:43:00 +0100 |
commit | f5c8d64b6d43f5b515ea69088f190f20fb04a27c (patch) | |
tree | f1c10947e4c7b4144cfef41aaa7f7dc35d3569ef /app | |
parent | 4284093aa3c33ee7d163d6d4343e60eb4df561c6 (diff) |
added to missings spanish translations
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/components/locales/es.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/components/locales/es.jsx b/app/assets/javascripts/components/locales/es.jsx index d6e61fd9e..6bd9b18ed 100644 --- a/app/assets/javascripts/components/locales/es.jsx +++ b/app/assets/javascripts/components/locales/es.jsx @@ -35,8 +35,8 @@ const es = { "tabs_bar.notifications": "Notificaciones", "compose_form.placeholder": "¿En qué estás pensando?", "compose_form.publish": "Publicar", - "compose_form.sensitive": null, - "compose_form.unlisted": "No listado", + "compose_form.sensitive": "Marcar el contenido como sensible", + "compose_form.unlisted": "Privado", "navigation_bar.settings": "Ajustes", "navigation_bar.public_timeline": "Público", "navigation_bar.logout": "Cerrar sesión", |