File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ru :
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+ few : " Успешно импортировано: %{count} %{plural_model}"
14+ many : " Успешно импортировано: %{count} %{plural_model}"
15+ other : " Успешно импортировано: %{count} %{plural_model}"
16+ failed :
17+ one : " Не удалось импортировать: 1 %{model}: %{message}"
18+ few : " Не удалось импортировать: %{count} %{plural_model}: %{message}"
19+ many : " Не удалось импортировать: %{count} %{plural_model}: %{message}"
20+ other : " Не удалось импортировать: %{count} %{plural_model}: %{message}"
21+ import_model : " Импорт %{plural_model}"
22+ import_btn : " Импортировать"
23+ import_btn_disabled : " Подождите..."
24+ csv_options : " Параметры CSV"
25+ col_sep : ' Разделитель колонок'
26+ row_sep : ' Разделитель строк'
27+ quote_char : ' Обособляющий символ'
You can’t perform that action at this time.
0 commit comments