Skip to content

Commit

Permalink
Merge pull request #1656 from willnet/patch-1
Browse files Browse the repository at this point in the history
Add period and change period type
  • Loading branch information
nesquena committed Apr 15, 2014
2 parents 38ba067 + 8287d32 commit 0e6b072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions padrino-admin/lib/padrino-admin/locale/admin/ja.yml
Expand Up @@ -7,7 +7,7 @@ ja:
password: "パスワード"
bypass: "ログインを省略する"
sign_in: "ログイン"
error: "メールアドレスかパスワードが間違っています."
error: "メールアドレスかパスワードが間違っています"
save: "保存"
save_and_continue: "保存して続行"
cancel: "キャンセル"
Expand All @@ -31,13 +31,13 @@ ja:
new_title: "新規 %{model}"
create_title: "%{model} の作成"
create_success: "%{model} は正常に作成されました。"
create_error: "%{model} を作成できませんでした"
create_error: "%{model} を作成できませんでした"
edit_title: "%{model} の編集"
edit_warning: "ID %{id} の %{model} が見つかりませんでした。"
update_title: "%{model} の編集"
update_success: "ID %{id} の %{model} は正常に更新されました。"
update_error: "%{model} を更新できませんでした。"
update_warning: "ID %{id} の %{model} が見つかりませんでした"
update_warning: "ID %{id} の %{model} が見つかりませんでした"
delete_title: "%{model} を削除しますか?"
delete_success: "ID %{id} の %{model} は正常に削除されました。"
delete_error: "を削除することができません %{model}!"
Expand Down

0 comments on commit 0e6b072

Please sign in to comment.