forked from activeadmin-plugins/active_admin_import
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpt-BR.yml
23 lines (23 loc) · 885 Bytes
/
pt-BR.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pt-BR:
active_admin:
import: "Importar"
active_admin_import:
file: 'Arquivo'
file_error: "Error: %{message}"
file_format_error: "Você só pode importar arquivos csv válidos"
file_empty_error: "Você não pode importar arquivos vázios"
no_file_error: "Por favor, selecione o arquivo para importar"
details: "Por favor, selecione o arquivo para importar"
imported:
one: "Importado com sucesso 1 %{model}"
other: "Importado com sucesso %{count} %{plural_model}"
failed:
one: "Não foi possível importar 1 %{model}: %{message}"
other: "Não foi possível importar %{count} %{plural_model}: %{message}"
import_model: "Importar %{plural_model}"
import_btn: "Importar"
import_btn_disabled: "Aguarde..."
csv_options: "opções CSV"
col_sep: 'Col sep'
row_sep: 'Row sep'
quote_char: 'Quote char'