solidus_brazilian_adaptations 1.1.2 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dfbe3b042995053e81774fc74885a6541a9f63608bb202d67e9f92118c8769dc
4
- data.tar.gz: 159458f2decde1a17469b4c764beb7e372824e41f104cf3d3933f4b569a7fea4
3
+ metadata.gz: c29135c0869ffe414ece1e7620d3cebfec1030780b157a3ce691430d13fb1698
4
+ data.tar.gz: a233672d6a152c03311eb3aacfb47ba5640d6ff5d67ffa1878f2c44ff49810b0
5
5
  SHA512:
6
- metadata.gz: c5c70013e306e0e3eaa9ff625b156ce5c8758d5e9e9d8dcdf7c175fc8fc6eeb5774752169f6e1c10a8b046cccf6d0d9bc5eca01d43116ee5f186812296d4bbb0
7
- data.tar.gz: d465cf1082f6374ee47e233630c17be06a907578fc3558c86f2e45886e525b093054931f5b6af9555c3148329e8a5da2395d0d17894c0c9eace1deb04c510943
6
+ metadata.gz: b6bea5bb3aa73a8c55aee0fac3a53f516d133d74c43a1e419e9f08ce07b9a4131c7566af3dad886cf689cdbdb02fd2f5dc38a41c1d77403f1dd180c177b7df5f
7
+ data.tar.gz: 407ea17afdb60c1f3f26eea2b96123bb3d667b0fdf48fe85ffd0053bc6bc6bdc20375c19178e681e18777585a8254248a82b7631723c45701e1bef0a5f1ab31f
@@ -10,7 +10,7 @@ module AddressValidations
10
10
  return if country.iso != "BR"
11
11
  cep = CodigoPostal.new(zipcode)
12
12
  unless cep.state_code == state.abbr
13
- errors.add(:base, "CEP não corresponde ao Estado.")
13
+ errors.add(:base, "CEP não corresponde ao Estado")
14
14
  end
15
15
  end
16
16
  end
@@ -8,11 +8,26 @@ pt-BR:
8
8
  spree/calculator/flexi_rate:
9
9
  one: Taxa Flexível
10
10
  other: Taxa Flexível
11
+ attributes:
12
+ spree/order/ship_address:
13
+ base: ""
14
+ name: Nome
15
+ number: Número
16
+ district: Bairro
17
+ address2: Complemento
18
+ spree/order/bill_address:
19
+ base: ""
20
+ name: Nome
21
+ number: Número
22
+ district: Bairro
23
+ address2: Complemento
11
24
  spree:
12
25
  inventory_states:
13
26
  backordered: sem estoque
14
27
  address: Endereço
15
28
  shipment_details: "Entrega via %{shipping_method}"
29
+ view_promotion_codes_list: Visualizar Códigos Promocionais
30
+ download_promotion_codes_list: Download dos Códigos Promocionais
16
31
  please_enter_reasonable_quantity: Insira uma quantidade razoável
17
32
  coupon_code_applied: O Código do cupom foi acrescentado ao seu pedido
18
33
  name_contains: Nome
@@ -24,6 +39,7 @@ pt-BR:
24
39
  backorder: Sem estoque
25
40
  payment_states:
26
41
  checkout: checkout
42
+ invalid: inválido
27
43
  admin:
28
44
  promotion_status:
29
45
  active: Ativo
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusBrazilianAdaptations
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_brazilian_adaptations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ulysses-bull
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-08 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
207
  requirements: []
208
- rubygems_version: 3.4.20
208
+ rubygems_version: 3.4.10
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: ''