rails_admin-i18n 1.10.2 → 1.10.3
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 +4 -4
- data/VERSION +1 -1
- data/locales/pt-BR.yml +5 -5
- data/rails_admin-i18n.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3be0af8e2bf5af89b5cd08bb1a758bdccf39c301
|
|
4
|
+
data.tar.gz: f4aa60769640a29a1eaf8db7079ce8a9bb286ffd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22157c5e7d3bba51fba05c7f1d6f8ee7849428187f80284b08d88298a90e141632e6ca703d89b1e93d81ce5b1fbf3c54cab6327a19b48548eded2f98034de37a
|
|
7
|
+
data.tar.gz: 643df4abb529fde3ae208b0d9cc69cd8953f1256c8c0f562da276a6af1df8e9560f1abfefbc4d2899855b2ecf0fe720d1380a190e9e6d1b8d366e194ddf2aea7
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.10.
|
|
1
|
+
1.10.3
|
data/locales/pt-BR.yml
CHANGED
|
@@ -38,12 +38,12 @@ pt-BR:
|
|
|
38
38
|
menu: Histórico
|
|
39
39
|
title: Histórico para %{model_label} '%{object_label}'
|
|
40
40
|
index:
|
|
41
|
-
breadcrumb: Lista
|
|
41
|
+
breadcrumb: Lista de %{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}
|
|
@@ -77,15 +77,15 @@ pt-BR:
|
|
|
77
77
|
model_not_found: Modelo '%{model}' não foi encontrado"
|
|
78
78
|
noaction: Nenhuma ação foi tomada
|
|
79
79
|
object_not_found: "%{model} com id '%{id}' não foi encontrado"
|
|
80
|
-
successful: "%{name}
|
|
80
|
+
successful: "%{name} foi %{action} com sucesso"
|
|
81
81
|
form:
|
|
82
82
|
all_of_the_following_related_items_will_be_deleted: Todos os arquivos selecionadosserão excluídos
|
|
83
83
|
are_you_sure_you_want_to_delete_the_object: Você tem certeza que deseja apagar
|
|
84
84
|
basic_info: Informações básicas
|
|
85
85
|
bulk_delete:
|
|
86
86
|
cancel: Cancelar
|
|
87
|
-
char_length_of:
|
|
88
|
-
char_length_up_to:
|
|
87
|
+
char_length_of: Comprimento
|
|
88
|
+
char_length_up_to: Comprimento até
|
|
89
89
|
confirmation: Sim, tenho certeza
|
|
90
90
|
new_model: "%{name} (novo)"
|
|
91
91
|
one_char: caractere
|
data/rails_admin-i18n.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
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.3 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.3"
|
|
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"]
|
|
13
13
|
s.authors = ["Nam Pham Trung"]
|
|
14
|
-
s.date = "2016-
|
|
14
|
+
s.date = "2016-07-19"
|
|
15
15
|
s.description = "Translations for the rails_admin gem"
|
|
16
16
|
s.email = ["puma.puma07@gmail.com"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_admin-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nam Pham Trung
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|