rails_admin-i18n 1.10.1 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9cf77db79f590f5fb4db2ec84204542e74bdc14
4
- data.tar.gz: 0ea81eb62f31f491708c448afce032703373c43d
3
+ metadata.gz: 29f040cacdb5cabe9cf1170de9661cea6caeb101
4
+ data.tar.gz: 0dcdd04f8ae0fda7078895124a4a0cb4b594e13e
5
5
  SHA512:
6
- metadata.gz: 782afd539a69acc963e9b563a57d3e810749e16d2732bd7e71b3edb5d2334d87e2ba84d54b11f96489761d90d9e7fd3c14d7f972523a598a8dc9030118600d7a
7
- data.tar.gz: bf1e27bb1bd163a797faf2215cac3eb9906a47dfc985bdf7b335927e2219f293cae3c1b592ac521edf40e520240231626d46e7e87728c00e3795d537541c066e
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 to rails_admin-i18n
24
+ ## Contributing
25
25
 
26
- - Edit the translations directly on the [rails_admin-i18n](http://www.localeapp.com/projects/905) project on Locale.
27
- - **That's it!**
28
- - The maintainer will then pull translations from the Locale project and push to Github.
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
+ 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: atualizado
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: criado
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 basicas
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: atrás
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: Log out
109
- navigation: navegação
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: Ultimo acesso
119
+ last_used: Último acesso
120
120
  message: Mensagem
121
121
  model_name: Nome do modelo
122
122
  records: Entradas
@@ -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.1 ruby lib
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.1"
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.should be_a_subset_of 'locales/en.yml' }
6
+ it { expect(locale_file).to be_a_subset_of 'locales/en.yml' }
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1
4
+ version: 1.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nam Pham Trung