Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds spanish (es) translations #73

Merged
merged 1 commit into from
Apr 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
es:
activerecord:
models:
comfy/blog/post: Post
comfy/blog/post: Entrada
attributes:
comfy/blog/post:
title: Title
title: Título
slug: Slug
published_at: Published at
is_published: Is Published
published_at: Publicada en
is_published: Publicada

comfy:
admin:
cms:
base:
posts: Blog Posts
posts: Entradas
blog:
posts:
created: Blog Post created
create_failure: Failed to create Blog Post
updated: Blog Post updated
update_failure: Failed to update Blog Post
deleted: Blog Post removed
not_found: Blog Post not found
created: Entrada creada
create_failure: La Entrada no ha podido ser creada
updated: Entrada actualizada
update_failure: La Entrada no ha podido ser actualizada
deleted: Entrada borrada
not_found: Entrada no encontrada
index:
title: Blog Posts
new_link: New Blog Post
edit: Edit
delete: Delete
are_you_sure: Are you sure?
title: Entradas
new_link: Nueva Entrada
edit: Editar
delete: Borrar
are_you_sure: ¿Está seguro?
new:
title: New Blog Post
title: Nueva Entrada
edit:
title: Edit Blog Post
title: Editar Entrada
form:
create: Create Post
update: Update Post
cancel: Cancel
create: Crear Entrada
update: Actualizar Entrada
cancel: Cancelar