config/locales/es.yml in refinerycms-news-1.0 vs config/locales/es.yml in refinerycms-news-1.0.1
- old
+ new
@@ -23,14 +23,21 @@
recent_posts:
recent_posts: Posts recientes
index:
published: Publicada
read_more: Leer mas
- no_items_yet: Aún no hay ningu noticia.
+ no_items_yet: Aún no hay ninguna noticia.
activerecord:
attributes:
news_item:
title: Título
- body: Cuerpo
- publish_date: Data de publicación
+ body: Contenido
+ publish_date: Fecha de publicación
+ external_url: URL externa
+ image: &image Imagen
models:
news_item: Noticia
+ shared:
+ admin:
+ image_picker:
+ image: *image
+