Skip to content

Commit

Permalink
add es, pl, pt and zh-CN
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Sep 24, 2014
1 parent 48567a6 commit 035abcf
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
es:
formtastic:
yes: ""
no: "No"
create: "Guardar %{model}"
update: "Guardar %{model}"
submit: "Aceptar"
cancel: "Cancelar"
reset: "Restablecer %{model}"
required: "requerido"

6 changes: 6 additions & 0 deletions config/locales/pl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pl:
formtastic:
actions:
update: "Aktualizuj %{model}"
create: "Utwórz %{model}"

10 changes: 10 additions & 0 deletions config/locales/pt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pt:
formtastic:
:yes: 'Sim'
:no: 'Não'
:create: 'Criar %{model}'
:update: 'Atualizar %{model}'
:submit: 'Salvar %{model}'
:cancel: 'Cancelar %{model}'
:reset: 'Resetar %{model}'
:required: 'obrigatório'
10 changes: 10 additions & 0 deletions config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"zh-CN":
formtastic:
yes: "YES"
no: "NO"
create: "新建%{model}"
update: "更新%{model}"
submit: "确认"
cancel: "取消"
reset: "重置%{model}"
required: "必须的"

0 comments on commit 035abcf

Please sign in to comment.