Skip to content

Instantly share code, notes, and snippets.

@mshibuya
Last active November 2, 2022 09:39
Show Gist options
  • Star 29 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mshibuya/1662352 to your computer and use it in GitHub Desktop.
Save mshibuya/1662352 to your computer and use it in GitHub Desktop.
Japanese translation for RailsAdmin
ja:
admin:
js:
true: True
false: False
is_present: 存在する
is_blank: 空白
date: 日付 ...
between_and_: ... から ...
today: 今日
yesterday: 昨日
this_week: 今週
last_week: 先週
time: 時刻 ...
number: 数字 ...
contains: 含む
does_not_contain: 含まない
is_exactly: 完全に一致
starts_with: で始まる
ends_with: で終わる
too_many_objects: "対象が多すぎます、上の検索ボックスを使用してください"
no_objects: "対象が見つかりません"
clear: クリア
loading: "読み込み中..."
toggle_navigation: ナビゲーション切り替え
home:
name: "ホーム"
pagination:
previous: "« 前"
next: "次 »"
truncate: "…"
misc:
search: "検索"
filter: "検索"
reset_filters: "リセット"
refresh: "更新"
show_all: "すべて表示"
add_filter: "絞り込む..."
bulk_menu_title: "選択項目を..."
remove: "削除"
add_new: "新規作成"
chosen: "選択された%{name}"
chose_all: "すべて選択"
clear_all: "選択解除"
up: "上"
down: "下"
navigation: "ナビゲーション"
root_navigation: "アクション"
navigation_static_label: "リンク"
log_out: "ログアウト"
time_ago: "%{time}前"
ago: "前"
more: "さらに %{count} 個以上の %{models_name}"
flash:
successful: "%{name}の%{action}に成功しました"
error: "%{name}の%{action}に失敗しました"
noaction: "操作を取り消しました"
model_not_found: "モデル'%{model}'はありません"
object_not_found: "'ID:%{id}'の%{model}はありません"
table_headers:
model_name: "モデル名"
last_used: "最終アクセス日"
records: "レコード数"
username: "ユーザ"
changes: "変更"
created_at: "日時"
item: "アイテム"
message: "メッセージ"
actions:
dashboard:
title: "サイト管理"
menu: "ダッシュボード"
breadcrumb: "ダッシュボード"
index:
title: "%{model_label_plural}の一覧"
menu: "一覧"
breadcrumb: "%{model_label_plural}"
no_records: "レコードがありません"
show:
title: "%{model_label} '%{object_label}'の詳細"
menu: "詳細"
breadcrumb: "%{object_label}"
show_in_app:
menu: "表示"
new:
title: "新規%{model_label}"
menu: "新規作成"
breadcrumb: "新規"
link: "新規%{model_label}追加"
done: "作成"
edit:
title: "%{model_label} '%{object_label}'を編集"
menu: "編集"
breadcrumb: "編集"
link: "この%{model_label}を編集"
done: "更新"
delete:
title: "%{model_label} '%{object_label}'を削除"
menu: "削除"
breadcrumb: "削除"
link: "'%{object_label}'削除"
done: "削除"
bulk_delete:
title: "%{model_label_plural}を一括削除"
menu: "一括削除"
breadcrumb: "一括削除"
bulk_link: "選択した%{model_label_plural}を削除"
export:
title: "%{model_label}をエクスポート"
menu: "エクスポート"
breadcrumb: "エクスポート"
link: "%{model_label_plural}をエクスポート"
bulk_link: "選択した%{model_label_plural}をエクスポート"
done: "エクスポート"
history_index:
title: "%{model_label_plural}の更新履歴"
menu: "履歴"
breadcrumb: "履歴"
history_show:
title: "%{model_label} '%{object_label}'の履歴"
menu: "履歴"
breadcrumb: "履歴"
form:
cancel: "キャンセル"
basic_info: "基本情報"
required: "必須"
optional: "オプション"
one_char: "文字"
char_length_up_to: "最大文字数:"
char_length_of: "文字数:"
save: "保存"
save_and_add_another: "保存して次へ"
save_and_edit: "保存して編集"
all_of_the_following_related_items_will_be_deleted: "を削除してよろしいですか? 以下の項目が削除され、もしくは関係を失います:"
are_you_sure_you_want_to_delete_the_object: "%{model_name}の項目"
confirmation: "実行する"
bulk_delete: "以下の項目が削除され、それによって関連する項目が削除され、もしくは関係を失います:"
new_model: "%{name} (新規)"
export:
confirmation: "%{name}としてエクスポート"
select: "エクスポートするフィールドを選択してください"
select_all_fields: "全フィールドを選択"
fields_from: "%{name}のフィールド"
fields_from_associated: "関連する%{name}のフィールド"
display: "カラム:%{name} 型:%{type}"
options_for: "%{name}の出力オプション"
empty_value_for_associated_objects: "<empty>"
click_to_reverse_selection: 'クリックで選択を反転します'
csv:
header_for_root_methods: "%{name}" # 'model' is available
header_for_association_methods: "%{name} [%{association}]"
encoding_to: "文字コード"
encoding_to_help: "空白の場合は%{name}になります"
skip_header: "ヘッダなし"
skip_header_help: "チェックすると出力にヘッダ行を含めません"
default_col_sep: ","
col_sep: "区切り文字"
col_sep_help: "空白の場合は'%{value}'区切りです" # value is default_col_sep
@morgoth
Copy link

morgoth commented Jun 7, 2012

Hi.

Can you please update your translations reflecting changes made in railsadminteam/rails_admin@d72fffa

home.name should be now admin.home.name
views.pagination... should be now admin.pagination...

@mshibuya
Copy link
Author

mshibuya commented Jun 7, 2012

Updated already:v:

@Napoleonyjl
Copy link

Hi!
How could I translate the content which appears after clicking 'Add filter' ? Like "Contains" and "Is exactly" and so on.
Thanks very much for reading this.

@kenta-s
Copy link

kenta-s commented Sep 3, 2015

bulk_delete: "以下の項目が削除され、それによって関連する項目が削除され、もしくは関係を失います:"

should be like

bulk_delete: "以下の項目と関連する項目が削除されます:"

@soruma
Copy link

soruma commented Feb 11, 2020

The Rails Admin has been updated to include locales.
Here is the difference between the added values.

--- a/config/locales/rails_admin.ja.yml
+++ b/config/locales/rails_admin.ja.yml
@@ -2,6 +2,26 @@

 ja:
   admin:
+    js:
+      true: True
+      false: False
+      is_present: 存在する
+      is_blank: 空白
+      date: 日付 ...
+      between_and_: ... から ...
+      today: 今日
+      yesterday: 昨日
+      this_week: 今週
+      last_week: 先週
+      number: 数字 ...
+      contains: 含む
+      is_exactly: 確実に
+      starts_with: で始まる
+      ends_with: で終わる
+      too_many_objects: "対象が多すぎます、上の検索ボックスを使用してください"
+      no_objects: "対象が見つかりません"
+    loading: "読み込み中..."
+    toggle_navigation: ナビゲーション切り替え
     home:
       name: "ホーム"
     pagination:
@@ -9,7 +29,6 @@ ja:
       next: "次 &raquo;"
       truncate: "…"
     misc:
-      filter_date_format: "yy/mm/dd" # a combination of 'dd', 'mm' and 'yy' with any delimiter. No other interpolation will be done!
       search: "検索"
       filter: "検索"
       refresh: "更新"
@@ -24,8 +43,12 @@ ja:
       up: "上"
       down: "下"
       navigation: "ナビゲーション"
+      root_navigation: "アクション"
+      navigation_static_label: "リンク"
       log_out: "ログアウト"
+      time_ago: "%{time}前"
       ago: "前"
+      more: "さらに %{count} 個以上の %{models_name}"
     flash:
       successful: "%{name}の%{action}に成功しました"
       error: "%{name}の%{action}に失敗しました"
@@ -113,6 +136,7 @@ ja:
     export:
       confirmation: "%{name}としてエクスポート"
       select: "エクスポートするフィールドを選択してください"
+      select_all_fields: "全フィールドを選択"
       fields_from: "%{name}のフィールド"
       fields_from_associated: "関連する%{name}のフィールド"
       display: "カラム:%{name} 型:%{type}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment