solidus_brazilian_adaptations 1.0.8 → 1.0.9

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: fa340352bf3bdbd83004ac7e1586475c97b711dc885a1ff863e56217c635077c
4
- data.tar.gz: c8380825a0d218d87b7627aaeb4cc16c2a0d3f06224794f2b42065849072d527
3
+ metadata.gz: 024c984fd50d29668e5e063b62d1544e49d4118e99c5621105ff6390cee10e0b
4
+ data.tar.gz: 0b0930fc5cc096f53ba6c857496fad01f1476f518be0b3dec65443a67761cf5f
5
5
  SHA512:
6
- metadata.gz: 664b659cc65a2681ccc34177e1eeecb049384cdd1bc5bd95103a252700c0e894b33461d5ebc144a8551c4c2e17444f18aab19ae23331f8b2910541205d785c4b
7
- data.tar.gz: 95579b93f2e3ca2beec1d5e51aed4cec713a52080ae30a7a36203107fc4a155761a4a1aa31c238445c4dd97e236f8c6d557f59d1ca15747979f21192aea01dde
6
+ metadata.gz: 50a8188573bc2ebe7a85f1ad02284a01836b278f91276891146038791047a0a3ae550cd6de4e281db7a7df8e2a73976b0f233883c9a86cf024d8d374485227f5
7
+ data.tar.gz: 97d1a1504f00201d7399e26c420a6d2b30f3de7f3c631a84f5c3fa4647aa4da32a140b972e26fdd48e0d3fd636be4243c4eac2fa5aa4d0fbe768c5cd7bcfd76b
@@ -0,0 +1,59 @@
1
+
2
+ pt-BR:
3
+ activerecord:
4
+ models:
5
+ spree/calculator/tiered_flat_rate:
6
+ one: 'Taxa Fixa por Níveis'
7
+ other: 'Taxa Fixa por Níveis'
8
+ spree/calculator/flexi_rate:
9
+ one: 'Taxa Flexível'
10
+ other: 'Taxa Flexível'
11
+ spree:
12
+ shipment_details: Entrega via %{shipping_method}
13
+ please_enter_reasonable_quantity: "Insira uma quantidade razoável"
14
+ coupon_code_applied: O Código do cupom foi acrescentado ao seu pedido
15
+ name_contains: "Nome"
16
+ minimize_menu: "Minimizar Menu"
17
+ discount_rules: "Regras da Promoção"
18
+ adjustment_type: "Tipo de Ajuste"
19
+ character_limit: "Limite de 255 caracteres"
20
+ admin:
21
+ promotion_status:
22
+ active: "Ativo"
23
+ variants:
24
+ form:
25
+ options: "Opções"
26
+ properties: "Propriedades"
27
+ prices:
28
+ master_variant_table:
29
+ master_variant: "Variante Principal"
30
+ table:
31
+ variant_pricing: "Preço das Variantes"
32
+ order:
33
+ events:
34
+ approve: "Aprovar"
35
+ cancel: "Cancelar"
36
+ users:
37
+ edit:
38
+ api_access: "Acesso API"
39
+ key: "Chave API"
40
+ no_key: "Sem chaves API"
41
+ clear_key: "Excluir chave API"
42
+ generate_key: "Gerar chave API"
43
+ regenerate_key: "Atualizar chave API"
44
+ adjustment_labels:
45
+ line_item: "%{promotion} (%{promotion_name})"
46
+ order: "%{promotion} (%{promotion_name})"
47
+ tax_rates:
48
+ flat_fee: "%{name}"
49
+ sales_tax: "%{name}"
50
+ sales_tax_with_rate: "%{name} %{amount}"
51
+ vat: "%{name} (Incluído no preço)"
52
+ vat_with_rate: "%{name} %{amount} (Incluído no preço)"
53
+ hints:
54
+ spree/promotion:
55
+ promo_code_will_be_disabled: "Selecionando esta opção, os códigos promocionais serão desabilitados para esta promoção, pois todas as suas regras/ações serão aplicadas automaticamente a todos os pedidos."
56
+ devise:
57
+ sessions:
58
+ spree_user:
59
+ signed_out: "Logout com sucesso"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SolidusBrazilianAdaptations
4
- VERSION = "1.0.8"
4
+ VERSION = "1.0.9"
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.0.8
4
+ version: 1.0.9
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-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: solidus_core
@@ -156,6 +156,7 @@ files:
156
156
  - bin/sandbox
157
157
  - bin/setup
158
158
  - config/locales/en.yml
159
+ - config/locales/pt-BR.yml
159
160
  - config/routes.rb
160
161
  - db/migrate/20230911133000_add_tax_id_to_spree_orders.rb
161
162
  - db/migrate/20230911133157_add_number_district_to_addresses.rb