config/locales/es.yml in activeadmin-1.3.1 vs config/locales/es.yml in activeadmin-1.4.0
- old
+ new
@@ -1,8 +1,24 @@
es:
+ activerecord:
+ models:
+ comment:
+ one: "Comentario"
+ other: "Comentarios"
+ active_admin/comment:
+ one: "Comentario"
+ other: "Comentarios"
+ attributes:
+ active_admin/comment:
+ namespace: "Espacio de nombres"
+ body: "Cuerpo"
+ resource_type: "Tipo de recurso"
+ author_type: "Tipo de autor"
+ created_at: "Fecha de creación"
+ updated_at: "Fecha de actualización"
active_admin:
- dashboard: Inicio
+ dashboard: "Inicio"
dashboard_welcome:
welcome: "Bienvenido a Active Admin. Esta es la página de inicio predeterminada."
call_to_action: "Para agregar secciones edite 'app/admin/dashboard.rb'"
view: "Ver"
edit: "Editar"
@@ -19,10 +35,11 @@
next: "Siguiente"
download: "Descargar:"
has_many_new: "Añadir %{model}"
has_many_delete: "Eliminar"
has_many_remove: "Quitar"
+ move: "Mover"
filters:
buttons:
filter: "Filtrar"
clear: "Quitar Filtros"
predicates:
@@ -34,9 +51,11 @@
less_than: "Menor que"
gteq_datetime: "Mayor o igual que"
lteq_datetime: "Menor o igual que"
from: "Desde"
to: "Hasta"
+ scopes:
+ all: "Todos"
search_status:
headline: "Estado de la búsqueda:"
current_scope: "Alcance:"
current_filters: "Filtros actuales:"
no_current_filters: "Ninguno"