thecore_print_commons 3.1.4 → 3.1.5
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/telnet_print.en.yml +35 -1
- data/lib/thecore_print_commons/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acbaaaf539e2a2db9427b16af05cd13ba93a4187cdee29b1141c2e50fa8b6a00
|
|
4
|
+
data.tar.gz: 72b0ead0679ec617d70151fc2c902b0cc9ef3da7514889356d61fc3e4b240d22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fed02c4fbc1c5b3a31e5f96f4e572a0c45de0f5037365714e2dd7204f10b23e4c0cdfb5fd3b04c5f8eb3725e2d4fa5c89ab80b5aa79306aa1a7ceb00a9e2004
|
|
7
|
+
data.tar.gz: ed82c49bdfdcbc5c2a59051ff72fdb030f0da860de2387001ba2208c69d363d2132a5a76e5f7fbb2f4721964f24e18101e6d3da961f49a1330705005b2090a17
|
|
@@ -2,4 +2,38 @@ 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
|
+
print_job:
|
|
27
|
+
finished: Finished?
|
|
28
|
+
printer: Printer
|
|
29
|
+
iserror: Error?
|
|
30
|
+
description: Description
|
|
31
|
+
printed: Printed
|
|
32
|
+
total: Total
|
|
33
|
+
created_at: Time
|
|
34
|
+
print_template:
|
|
35
|
+
name: Name
|
|
36
|
+
description: Description
|
|
37
|
+
template: Print Template
|
|
38
|
+
number_of_barcodes: Number of Barcodes
|
|
39
|
+
translation_matrix: Translation Matrix
|
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
|
+
version: 3.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
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.
|
|
82
|
+
rubygems_version: 3.6.9
|
|
83
83
|
specification_version: 4
|
|
84
84
|
summary: Thecorized thecore_print_commons
|
|
85
85
|
test_files: []
|