Skip to content

Commit

Permalink
add locale 'ja'
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes committed Sep 12, 2011
1 parent fd43161 commit bd52b29
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions lib/active_admin/locales/ja.yml
@@ -0,0 +1,40 @@
ja:
active_admin:
dashboard: "ダッシュボード"
dashboard_welcome:
welcome: "Active Admin へようこそ。ダッシュボードの初期ページを表示しています。"
call_to_action: "ダッシュボードに項目を追加するために 'app/admin/dashboards.rb' を編集してください。"
view: "閲覧"
edit: "編集"
delete: "削除"
delete_confirmation: "本当に削除しますか?"
new_model: "%{model} を作成する"
edit_model: "%{model} を編集する"
delete_model: "%{model} を削除する"
details: "%{model} の詳細"
cancel: "取り消す"
empty: ""
previous: ""
next: ""
download: "ダウンロード:"
has_many_new: "新規に %{model} を追加する"
has_many_delete: "削除する"
filter: "絞り込む"
clear_filters: "条件を削除する"
search_field: "%{field} で絞り込む"
equal_to: "等しい"
greater_than: "より大きい"
less_than: "より小さい"
main_content: "内容を表示するために %{model}#main_content を実装してください。"
logout: "ログアウト"
sidebars:
filters: "検索条件"
pagination:
empty: "%{model} は見つかりませんでした"
one: "<b>1</b> 件の %{model} を表示しています"
one_page: "<b>全 %{n}</b> 件の %{model} を表示しています"
multiple: "全 <b>%{total}</b> 件中 <b>%{from}&nbsp;-&nbsp;%{to}</b> 件の %{model} を表示しています"
any: "任意"
blank_slate:
content: "%{resource_name} はまだありません。"
link: "作成する"

0 comments on commit bd52b29

Please sign in to comment.