We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225126c + f8f234a commit 2b1c9bfCopy full SHA for 2b1c9bf
config/locales/ja.yml
@@ -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