Skip to content

Commit

Permalink
fix locales
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Sep 24, 2014
1 parent fe673d9 commit 76eceaa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 27 deletions.
16 changes: 8 additions & 8 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
de:
formtastic:
yes: "Ja"
no: "Nein"
create: "%{model} anlegen"
update: "%{model} aktualisieren"
submit: "Abschicken"
cancel: "Abbrechen"
reset: "%{model} zurücksetzen"
required: "Pflichtfeld"
:yes: "Ja"
:no: "Nein"
:create: "%{model} anlegen"
:update: "%{model} aktualisieren"
:submit: "Abschicken"
:cancel: "Abbrechen"
:reset: "%{model} zurücksetzen"
:required: "Pflichtfeld"
16 changes: 8 additions & 8 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
es:
formtastic:
yes: ""
no: "No"
create: "Guardar %{model}"
update: "Guardar %{model}"
submit: "Aceptar"
cancel: "Cancelar"
reset: "Restablecer %{model}"
required: "requerido"
:yes: ""
:no: "No"
:create: "Guardar %{model}"
:update: "Guardar %{model}"
:submit: "Aceptar"
:cancel: "Cancelar"
:reset: "Restablecer %{model}"
:required: "requerido"

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

16 changes: 8 additions & 8 deletions config/locales/zh-CN.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"zh-CN":
formtastic:
yes: "YES"
no: "NO"
create: "新建%{model}"
update: "更新%{model}"
submit: "确认"
cancel: "取消"
reset: "重置%{model}"
required: "必须的"
:yes: "YES"
:no: "NO"
:create: "新建%{model}"
:update: "更新%{model}"
:submit: "确认"
:cancel: "取消"
:reset: "重置%{model}"
:required: "必须的"

0 comments on commit 76eceaa

Please sign in to comment.