rails_admin-i18n 1.10.1 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -6
- data/VERSION +1 -1
- data/locales/pt-BR.yml +18 -18
- data/rails_admin-i18n.gemspec +2 -2
- data/spec/rails_admin-i18n_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29f040cacdb5cabe9cf1170de9661cea6caeb101
|
4
|
+
data.tar.gz: 0dcdd04f8ae0fda7078895124a4a0cb4b594e13e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efb5c5a2f7b914c68c8d36dfdf79d6ccffe86331c6a4836797a2dc02a2438998bbdcabdb4e36d45a11f080d269f2e4cf033df0d0f6d1aeedfb6440d13f8a0711
|
7
|
+
data.tar.gz: f7c5a8dbf1ec4ef93f16bb69d3dfa41a4b89af34f11d889b5326dcfe4615addd8a6e1c867e9d073d05e15072c30c6f97cbb90cd8136e3c4da8f2a717087f9bd8
|
data/README.md
CHANGED
@@ -21,11 +21,13 @@ Or install it yourself as:
|
|
21
21
|
|
22
22
|
$ gem install rails_admin-i18n
|
23
23
|
|
24
|
-
## Contributing
|
24
|
+
## Contributing
|
25
25
|
|
26
|
-
|
27
|
-
-
|
28
|
-
|
26
|
+
1. Fork it ( http://github.com/starchow/rails_admin-i18n )
|
27
|
+
2. Create your feature branch (`git checkout -b my-new-translate`)
|
28
|
+
3. Commit your changes (`git commit -am 'Add some feature'`)
|
29
|
+
4. Push to the branch (`git push origin my-new-translate`)
|
30
|
+
5. Create new Pull Request
|
29
31
|
|
30
32
|
Happy translating!
|
31
33
|
|
@@ -35,5 +37,4 @@ https://github.com/starchow/rails_admin-i18n/graphs/contributors
|
|
35
37
|
|
36
38
|
## Copyright
|
37
39
|
|
38
|
-
Copyright (c) 2011 Pham Trung Nam, base on [devise-i18n](https://github.com/tigrish/devise-i18n). See LICENSE.txt for
|
39
|
-
further details.
|
40
|
+
Copyright (c) 2011 Pham Trung Nam, base on [devise-i18n](https://github.com/tigrish/devise-i18n). See LICENSE.txt for further details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.10.
|
1
|
+
1.10.2
|
data/locales/pt-BR.yml
CHANGED
@@ -18,16 +18,16 @@ pt-BR:
|
|
18
18
|
title: Deletar %{model_label} '%{object_label}'
|
19
19
|
edit:
|
20
20
|
breadcrumb: Editar
|
21
|
-
done:
|
21
|
+
done: Atualizado
|
22
22
|
link: Editar este %{model_label}
|
23
23
|
menu: Editar
|
24
24
|
title: Editar %{model_label} '%{object_label}'
|
25
25
|
export:
|
26
26
|
breadcrumb: Exportar
|
27
27
|
bulk_link: Exportar %{model_label_plural} selecionados
|
28
|
-
done:
|
28
|
+
done: Exportado
|
29
29
|
link: Exportação encontrada %{model_label_plural}
|
30
|
-
menu:
|
30
|
+
menu: Exportar
|
31
31
|
title: Exportar %{model_label_plural}
|
32
32
|
history_index:
|
33
33
|
breadcrumb: Histórico
|
@@ -38,19 +38,19 @@ pt-BR:
|
|
38
38
|
menu: Histórico
|
39
39
|
title: Histórico para %{model_label} '%{object_label}'
|
40
40
|
index:
|
41
|
-
breadcrumb: "%{model_label_plural}"
|
41
|
+
breadcrumb: Lista "%{model_label_plural}"
|
42
42
|
menu: Listar
|
43
43
|
title: Lista de %{model_label_plural}
|
44
44
|
new:
|
45
45
|
breadcrumb: Novo
|
46
|
-
done:
|
46
|
+
done: Adicionado
|
47
47
|
link: Adicionar novo %{model_label}
|
48
48
|
menu: Adicionar novo
|
49
49
|
title: Novo %{model_label}
|
50
50
|
show:
|
51
|
-
breadcrumb: "%{object_label}"
|
51
|
+
breadcrumb: Mostrar "%{object_label}"
|
52
52
|
menu: Mostrar
|
53
|
-
title:
|
53
|
+
title: Mostra
|
54
54
|
show_in_app:
|
55
55
|
menu: Mostrar na app
|
56
56
|
export:
|
@@ -73,15 +73,15 @@ pt-BR:
|
|
73
73
|
options_for: Opções para %{name}
|
74
74
|
select: Selecione campos para exportar
|
75
75
|
flash:
|
76
|
-
error:
|
77
|
-
model_not_found:
|
76
|
+
error: "%{name} falhou ao ser %{action}"
|
77
|
+
model_not_found: Modelo '%{model}' não foi encontrado"
|
78
78
|
noaction: Nenhuma ação foi tomada
|
79
|
-
object_not_found:
|
80
|
-
successful:
|
79
|
+
object_not_found: "%{model} com id '%{id}' não foi encontrado"
|
80
|
+
successful: "%{name} com sucesso foi %{action}"
|
81
81
|
form:
|
82
|
-
all_of_the_following_related_items_will_be_deleted:
|
83
|
-
are_you_sure_you_want_to_delete_the_object:
|
84
|
-
basic_info: Informações
|
82
|
+
all_of_the_following_related_items_will_be_deleted: Todos os arquivos selecionadosserão excluídos
|
83
|
+
are_you_sure_you_want_to_delete_the_object: Você tem certeza que deseja apagar
|
84
|
+
basic_info: Informações básicas
|
85
85
|
bulk_delete:
|
86
86
|
cancel: Cancelar
|
87
87
|
char_length_of:
|
@@ -97,7 +97,7 @@ pt-BR:
|
|
97
97
|
misc:
|
98
98
|
add_filter: Adicionar filtro
|
99
99
|
add_new: Adicionar novo
|
100
|
-
ago:
|
100
|
+
ago: Atrás
|
101
101
|
bulk_menu_title: Itens selecionados
|
102
102
|
chose_all: Escolher todos
|
103
103
|
chosen: "%{name} escolhido"
|
@@ -105,8 +105,8 @@ pt-BR:
|
|
105
105
|
down:
|
106
106
|
filter: Filtro
|
107
107
|
filter_date_format: mm/dd/yy
|
108
|
-
log_out:
|
109
|
-
navigation:
|
108
|
+
log_out: Sair
|
109
|
+
navigation: Navegação
|
110
110
|
refresh: Atualizar
|
111
111
|
remove: Remover
|
112
112
|
search: Buscar
|
@@ -116,7 +116,7 @@ pt-BR:
|
|
116
116
|
changes: Mudanças
|
117
117
|
created_at: Data/Hora
|
118
118
|
item: Item
|
119
|
-
last_used:
|
119
|
+
last_used: Último acesso
|
120
120
|
message: Mensagem
|
121
121
|
model_name: Nome do modelo
|
122
122
|
records: Entradas
|
data/rails_admin-i18n.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
4
|
# -*- encoding: utf-8 -*-
|
5
|
-
# stub: rails_admin-i18n 1.10.
|
5
|
+
# stub: rails_admin-i18n 1.10.2 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "rails_admin-i18n"
|
9
|
-
s.version = "1.10.
|
9
|
+
s.version = "1.10.2"
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.require_paths = ["lib"]
|
@@ -3,6 +3,6 @@ require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
|
|
3
3
|
Dir.glob('locales/*.yml').each do |locale_file|
|
4
4
|
describe "a rails_admin-i18n #{locale_file} locale file" do
|
5
5
|
it_behaves_like 'a valid locale file', locale_file
|
6
|
-
it { locale_file.
|
6
|
+
it { expect(locale_file).to be_a_subset_of 'locales/en.yml' }
|
7
7
|
end
|
8
8
|
end
|