lato_view 1.1.3 → 1.1.4
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/lang/default.yml +20 -0
- data/lang/en.yml +20 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84fe9458f67c6a7d42884bc6878c3e1b29f57f9d
|
|
4
|
+
data.tar.gz: 2cc251a98d9955684311112a1b85aa19a38b2a59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c64a97ece2ca62bb977c5630cb4e9b77ba20c9dedb08095427ae4339ad1eb56a14008528dedc3c472ac66e59604b0f370381fdeb2d3ddf59d2f49be241adddb
|
|
7
|
+
data.tar.gz: 475f29ca8304ca7f424853cde250346458d3d2638bc45d3c3b1ebfc0bb185af5e993768083fcfd721cb64673a360b68c41e660fd917d56736413c9ab636c0d27
|
data/lang/default.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
input:
|
|
2
|
+
required: Campo obbligatorio
|
|
3
|
+
choose_file: Seleziona file
|
|
4
|
+
selected_files: Files selezionati
|
|
5
|
+
confirm_delete: Sei sicuro di eseguire l'eliminazione?
|
|
6
|
+
|
|
7
|
+
index:
|
|
8
|
+
actions: Azioni
|
|
9
|
+
show: Visualizza
|
|
10
|
+
edit: Modifica
|
|
11
|
+
delete: Elimina
|
|
12
|
+
search: Cerca
|
|
13
|
+
|
|
14
|
+
form_validation:
|
|
15
|
+
number: Il valore deve essere un numero.
|
|
16
|
+
required: Campo obbligatorio.
|
|
17
|
+
email: Inserisci un indirizzo email valido.
|
|
18
|
+
char : Numero errato di caratteri.
|
|
19
|
+
pass_same: I campi devono avere lo stesso valore.
|
|
20
|
+
check: Non puoi lasciare vuoto questo campo.
|
data/lang/en.yml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
input:
|
|
2
|
+
required: This field is required
|
|
3
|
+
choose_file: Select file
|
|
4
|
+
selected_files: Selected files
|
|
5
|
+
confirm_delete: Are you sure?
|
|
6
|
+
|
|
7
|
+
index:
|
|
8
|
+
actions: Actions
|
|
9
|
+
show: View
|
|
10
|
+
edit: Modify
|
|
11
|
+
delete: Delete
|
|
12
|
+
search: Search
|
|
13
|
+
|
|
14
|
+
form_validation:
|
|
15
|
+
number: This value must be a number.
|
|
16
|
+
required: This value is required.
|
|
17
|
+
email: Insert a valid email address.
|
|
18
|
+
char : Wrong number of char.
|
|
19
|
+
pass_same: These fields must match.
|
|
20
|
+
check: Field can't be empty.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lato_view
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregorio Galante, Antonio Dal Cin, Riccardo Zanutta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -378,6 +378,8 @@ files:
|
|
|
378
378
|
- config/initializers/lists.rb
|
|
379
379
|
- config/initializers/ram.rb
|
|
380
380
|
- config/routes.rb
|
|
381
|
+
- lang/default.yml
|
|
382
|
+
- lang/en.yml
|
|
381
383
|
- lib/lato_view.rb
|
|
382
384
|
- lib/lato_view/cells.rb
|
|
383
385
|
- lib/lato_view/engine.rb
|