Skip to content

Commit 6db256f

Browse files
authored
Merge pull request #117 from herenow/chore/pt-br-traslations
Add pt-BR translation files
2 parents 311c351 + 493377c commit 6db256f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config/locales/pt-BR.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
pt-BR:
2+
active_admin:
3+
import: "Importar"
4+
active_admin_import:
5+
file: 'Arquivo'
6+
file_error: "Error: %{message}"
7+
file_format_error: "Você só pode importar arquivos csv válidos"
8+
file_empty_error: "Você não pode importar arquivos vázios"
9+
no_file_error: "Por favor, selecione o arquivo para importar"
10+
details: "Por favor, selecione o arquivo para importar"
11+
imported:
12+
one: "Importado com sucesso 1 %{model}"
13+
other: "Importado com sucesso %{count} %{plural_model}"
14+
failed:
15+
one: "Não foi possível importar 1 %{model}: %{message}"
16+
other: "Não foi possível importar %{count} %{plural_model}: %{message}"
17+
import_model: "Importar %{plural_model}"
18+
import_btn: "Importr"
19+
import_btn_disabled: "Aguarde..."
20+
csv_options: "opções CSV"
21+
col_sep: 'Col sep'
22+
row_sep: 'Row sep'
23+
quote_char: 'Quote char'

0 commit comments

Comments
 (0)