thecore_print_commons 3.1.4 → 3.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c3eb5e0d363d7c3c7cfee1c9246dbaf0bc051345a011a6e6c40d2c1b4dd027f
4
- data.tar.gz: 41424eb69aa6706f5a6ed9a3817d6f4fd60eac247dba925b4d2cdb341fd85513
3
+ metadata.gz: af1d52d79a116b9e2f68d72a231e16857c244119b50e6142015fb39761ffc8a6
4
+ data.tar.gz: a962452b1ff085da7c8ed6d58baf74f59f546c0a34192e066b4e0a50e58e225f
5
5
  SHA512:
6
- metadata.gz: 97eb368d7e33fbd78c324767f189c4a844c27c7bee0c9ed32c4eb0a6c663118990e277cdb04702a7d4c775228649bf29d9a26adaa1e0cd72e4d293ab9175b730
7
- data.tar.gz: 0e3ce62ffead918fa860799f6fe8f87f7d7eaab5150000a6e7de2eaf0eaa202efdeee63e7c2a506a0522b1f0534d398fe5c5fb91f8fcf4331721ad9c3dba847a
6
+ metadata.gz: 4c57ccdd03cb582d77a60cf1876bee3c7d34ff7017b4192b191c93e812a9d8cb1be98270b6286595c1b2dd742758c7eb33f19bff221bc3b6872fd9c27755de0e
7
+ data.tar.gz: c873554c95faed03a045b5b3c3f7b4f5a813ef800d5758548cdd230122882af48327c35c45f37471eb4d3dec82a84ecf341664ed2eafc60ab7f09c15c927db0f
@@ -19,6 +19,10 @@ it:
19
19
  qty: Quantità di Barcode Presenti nel Modello di Stampa
20
20
  translation: Matrice di trasformazione
21
21
  default: Attiva
22
+ temperature: Temperatura
23
+ print_template: Modello di Stampa
24
+ port: Porta
25
+ plant: Impianto
22
26
  print_job:
23
27
  finished: Terminata?
24
28
  printer: Stampante
@@ -2,4 +2,42 @@ en:
2
2
  admin:
3
3
  help:
4
4
  print_template:
5
- translation_matrix:
5
+ translation_matrix: "Translation Matrix"
6
+ activerecord:
7
+ models:
8
+ printer:
9
+ one: Printer
10
+ other: Printers
11
+ print_job:
12
+ one: Print Job
13
+ other: Print Jobs
14
+ print_template:
15
+ one: Print Template
16
+ other: Print Templates
17
+ attributes:
18
+ printer:
19
+ name: Name
20
+ description: Description
21
+ ip: Address
22
+ template: Print Template
23
+ qty: Number of Barcodes in Template
24
+ translation: Transformation Matrix
25
+ default: Active
26
+ temperature: Temperature
27
+ print_template: Print Template
28
+ port: Port
29
+ plant: Plant
30
+ print_job:
31
+ finished: Finished?
32
+ printer: Printer
33
+ iserror: Error?
34
+ description: Description
35
+ printed: Printed
36
+ total: Total
37
+ created_at: Time
38
+ print_template:
39
+ name: Name
40
+ description: Description
41
+ template: Print Template
42
+ number_of_barcodes: Number of Barcodes
43
+ translation_matrix: Translation Matrix
@@ -1,3 +1,3 @@
1
1
  module ThecorePrintCommons
2
- VERSION = "3.1.4".freeze
2
+ VERSION = "3.1.6".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_print_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-14 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: thecore_backend_commons
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.6.2
82
+ rubygems_version: 3.6.9
83
83
  specification_version: 4
84
84
  summary: Thecorized thecore_print_commons
85
85
  test_files: []