solidus_brazilian_adaptations 1.1.2 → 1.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ea59f674eaf83830fca83d32f9f1807fb102285b286ab742f0bead006f5349a
|
4
|
+
data.tar.gz: c96118486e82ab14218375bde3b88319adc1a5667413cde895f8c7ad8d7908bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fe72054d4732351ddcf97708713bc4be8eff75b4849d33a17b6e0a5b5cf1762e3ff2ef72d8d7ba52e78976eb3211c74e42677da5dcb3cf78e5c6594b9090275
|
7
|
+
data.tar.gz: 89a74fcef4978079a91cd60dc66916e54e535bdab774ae7e3868e9d5a259b08eea9e5ae375a65c5872059451e996ec31547c58216777dc695da09bbadd1e8178
|
data/lib/generators/solidus_brazilian_adaptations/install/templates/config/locales/pt-BR.yml
CHANGED
@@ -8,11 +8,24 @@ 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
|
+
name: Nome
|
14
|
+
number: Número
|
15
|
+
district: Bairro
|
16
|
+
address2: Complemento
|
17
|
+
spree/order/bill_address:
|
18
|
+
name: Nome
|
19
|
+
number: Número
|
20
|
+
district: Bairro
|
21
|
+
address2: Complemento
|
11
22
|
spree:
|
12
23
|
inventory_states:
|
13
24
|
backordered: sem estoque
|
14
25
|
address: Endereço
|
15
26
|
shipment_details: "Entrega via %{shipping_method}"
|
27
|
+
view_promotion_codes_list: Visualizar Códigos Promocionais
|
28
|
+
download_promotion_codes_list: Download dos Códigos Promocionais
|
16
29
|
please_enter_reasonable_quantity: Insira uma quantidade razoável
|
17
30
|
coupon_code_applied: O Código do cupom foi acrescentado ao seu pedido
|
18
31
|
name_contains: Nome
|
@@ -24,6 +37,7 @@ pt-BR:
|
|
24
37
|
backorder: Sem estoque
|
25
38
|
payment_states:
|
26
39
|
checkout: checkout
|
40
|
+
invalid: inválido
|
27
41
|
admin:
|
28
42
|
promotion_status:
|
29
43
|
active: Ativo
|
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.
|
4
|
+
version: 1.1.3
|
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-
|
11
|
+
date: 2023-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: solidus_core
|