Skip to content

Commit 2b1c9bf

Browse files
committed
Merge pull request #84 from gitusp/master
Create ja.yml
2 parents 225126c + f8f234a commit 2b1c9bf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/locales/ja.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
ja:
2+
active_admin:
3+
import: "インポート"
4+
active_admin_import:
5+
file: "ファイル"
6+
file_error: "エラー: %{message}"
7+
file_format_error: "有効なCSVファイルでないとインポートできません"
8+
file_empty_error: "空ファイルはインポートできません"
9+
no_file_error: "インポートするファイルを選択してください"
10+
details: "インポートするファイルを選択してください"
11+
imported:
12+
one: "1つの%{model}のインポートに成功しました"
13+
other: "%{count}つの%{plural_model}のインポートに成功しました"
14+
failed:
15+
one: "1つの%{model}のインポートに失敗しました: %{message}"
16+
other: "%{count}つの%{plural_model}のインポートに失敗しました: %{message}"
17+
import_model: "%{plural_model}をインポートする"
18+
import_btn: "インポート"
19+
import_btn_disabled: "お待ちください..."
20+
csv_options: "CSVオプション"
21+
col_sep: "カラム区切り"
22+
row_sep: "行区切り"
23+
quote_char: "クォート文字"
24+

0 commit comments

Comments
 (0)