timeliness-i18n 0.7.1 → 0.8.0
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/config/locales/pt.yml +16 -0
- data/lib/timeliness-i18n/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd4f364f7cae983ae766943afb7b625eb5e2b81658edc81e21177bb5990fbcf7
|
4
|
+
data.tar.gz: 841ba23dc5138e440bb7e3bffce358470b8c47765c37f4630bab7f97b4c2fac5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d34033f9a73c72376728a62203d0ae56eeddf51a2532f4b0c2ba0f93623a3a46c48d0ab1ec8ba4995c2bdd9d0d2bf5241b14ae672e76b648ef53f417063d6a6
|
7
|
+
data.tar.gz: 7536707eccb19076783273815222f7773f1c3d710be5a8be72dd466f9e25bd62fe7a9d053ec8620094116ae1ba386f7da6e1fcc74631d48e13c2fec221853f3c
|
@@ -0,0 +1,16 @@
|
|
1
|
+
pt:
|
2
|
+
errors:
|
3
|
+
messages:
|
4
|
+
invalid_date: 'não é uma data válida'
|
5
|
+
invalid_time: 'não é um horário válido'
|
6
|
+
invalid_datetime: 'não é um horário com data válido'
|
7
|
+
is_at: 'deve ser em %{restriction}'
|
8
|
+
before: 'deve ser antes de %{restriction}'
|
9
|
+
on_or_before: 'deve ser antes ou em %{restriction}'
|
10
|
+
after: 'deve ser após %{restriction}'
|
11
|
+
on_or_after: 'deve ser após ou em %{restriction}'
|
12
|
+
validates_timeliness:
|
13
|
+
error_value_formats:
|
14
|
+
date: '%d/%m/%Y'
|
15
|
+
time: '%H:%M:%S'
|
16
|
+
datetime: '%d/%m/%Y %H:%M:%S'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: timeliness-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Furtado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -88,6 +88,7 @@ files:
|
|
88
88
|
- config/locales/ja.yml
|
89
89
|
- config/locales/lt.yml
|
90
90
|
- config/locales/pt-BR.yml
|
91
|
+
- config/locales/pt.yml
|
91
92
|
- config/locales/ru.yml
|
92
93
|
- config/locales/sv.yml
|
93
94
|
- lib/timeliness-i18n.rb
|