thecore_backend_commons 2.2.6 → 2.2.7
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/lib/thecore_backend_commons/version.rb +1 -1
- metadata +2 -8
- data/config/locales/en.activerecord.yml +0 -6
- data/config/locales/en.contact_mailer.custom.yml +0 -5
- data/config/locales/en.yml +0 -33
- data/config/locales/it.activerecord.yml +0 -20
- data/config/locales/it.contact_mailer.custom.yml +0 -5
- data/config/locales/it.yml +0 -44
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3990a879206f64ef45e97055d4c916fc6f266149bcdea444a52d936145759a2
|
|
4
|
+
data.tar.gz: e3326840ba18d6bb924353ef44942ee89bea249bd6e636a2cbccd92bb8554203
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33aa79c1181d64f948bc47fa933e3b30e700cedbd29988fc4ffe1d3a1dcaa1cd9a7fcaee2766e3fc2c49f91deb7fe24e00b29efb31bb0ab6fcc4ac3d8d835b27
|
|
7
|
+
data.tar.gz: de66eba73c841d628c448d155af30812d3876d5d92cbcff94137568aaf49a80e45d63cfd2f9961aa99700d9ae903a9fbc17f16b1fd33c98c5ad1b3222f616416
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thecore_backend_commons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gabriele Tassoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thecore_auth_commons
|
|
@@ -80,14 +80,8 @@ files:
|
|
|
80
80
|
- app/assets/config/thecore_backend_commons_manifest.js
|
|
81
81
|
- app/jobs/application_job.rb
|
|
82
82
|
- config/initializers/thecore_backend_commons_app_configs.rb
|
|
83
|
-
- config/locales/en.activerecord.yml
|
|
84
|
-
- config/locales/en.contact_mailer.custom.yml
|
|
85
83
|
- config/locales/en.devise.custom.yml
|
|
86
|
-
- config/locales/en.yml
|
|
87
|
-
- config/locales/it.activerecord.yml
|
|
88
|
-
- config/locales/it.contact_mailer.custom.yml
|
|
89
84
|
- config/locales/it.devise.custom.yml
|
|
90
|
-
- config/locales/it.yml
|
|
91
85
|
- config/routes.rb
|
|
92
86
|
- db/migrate/20190920115549_create_active_storage_tables.active_storage.rb
|
|
93
87
|
- lib/concerns/thecore_backend_commons_user.rb
|
data/config/locales/en.yml
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# Files in the config/locales directory are used for internationalization
|
|
2
|
-
# and are automatically loaded by Rails. If you want to use locales other
|
|
3
|
-
# than English, add the necessary files in this directory.
|
|
4
|
-
#
|
|
5
|
-
# To use the locales, use `I18n.t`:
|
|
6
|
-
#
|
|
7
|
-
# I18n.t 'hello'
|
|
8
|
-
#
|
|
9
|
-
# In views, this is aliased to just `t`:
|
|
10
|
-
#
|
|
11
|
-
# <%= t('hello') %>
|
|
12
|
-
#
|
|
13
|
-
# To use a different locale, set it with `I18n.locale`:
|
|
14
|
-
#
|
|
15
|
-
# I18n.locale = :es
|
|
16
|
-
#
|
|
17
|
-
# This would use the information in config/locales/es.yml.
|
|
18
|
-
#
|
|
19
|
-
# To learn more, please read the Rails Internationalization guide
|
|
20
|
-
# available at http://guides.rubyonrails.org/i18n.html.
|
|
21
|
-
|
|
22
|
-
en:
|
|
23
|
-
current_user: Current user
|
|
24
|
-
hello: "Hello world"
|
|
25
|
-
dashboard: "Dashboard"
|
|
26
|
-
contact: "Contact"
|
|
27
|
-
manage: "Manage"
|
|
28
|
-
sign_out: "Sign Out"
|
|
29
|
-
admin:
|
|
30
|
-
links:
|
|
31
|
-
label: Links
|
|
32
|
-
settings:
|
|
33
|
-
advanced: Advanced
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
it:
|
|
2
|
-
activerecord:
|
|
3
|
-
models:
|
|
4
|
-
user:
|
|
5
|
-
one: Utente
|
|
6
|
-
other: Utenti
|
|
7
|
-
attributes:
|
|
8
|
-
user:
|
|
9
|
-
email: E-Mail
|
|
10
|
-
username: Nome Utente
|
|
11
|
-
code: Codice
|
|
12
|
-
roles: Ruoli
|
|
13
|
-
admin: Amministratore?
|
|
14
|
-
created_at: Data di Creazione
|
|
15
|
-
locked: Bloccato?
|
|
16
|
-
third_party: Ente Terzo?
|
|
17
|
-
password: Password
|
|
18
|
-
password_confirmation: Conferma Password
|
|
19
|
-
descriptions:
|
|
20
|
-
user: In questa sezione dell'applicazione potete cercare nella lista degli utenti in diversi modi usando i filtri o ordinare la lista secondo diversi campi.
|
data/config/locales/it.yml
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
it:
|
|
2
|
-
current_user: Utente corrente
|
|
3
|
-
hello: "Ciao Mondo"
|
|
4
|
-
dashboard: "Pannello di controllo"
|
|
5
|
-
contact: "Aiutaci a Migliorare"
|
|
6
|
-
manage: "Gestione"
|
|
7
|
-
sign_out: "Uscita"
|
|
8
|
-
advanced: Impostazioni
|
|
9
|
-
main_records: Anagrafiche
|
|
10
|
-
errors:
|
|
11
|
-
messages:
|
|
12
|
-
invalid: contiene caratteri invalidi
|
|
13
|
-
tiered_times:
|
|
14
|
-
dd:
|
|
15
|
-
zero: "0 Giorni"
|
|
16
|
-
one: "%{count} Giorno"
|
|
17
|
-
other: "%{count} Giorni"
|
|
18
|
-
hh:
|
|
19
|
-
zero: "0 Ore"
|
|
20
|
-
one: "%{count} Ora"
|
|
21
|
-
other: "%{count} Ore"
|
|
22
|
-
mm:
|
|
23
|
-
zero: "0 Minuti"
|
|
24
|
-
one: "%{count} Minuto"
|
|
25
|
-
other: "%{count} Minuti"
|
|
26
|
-
ss:
|
|
27
|
-
zero: "0 Secondi"
|
|
28
|
-
one: "%{count} Secondo"
|
|
29
|
-
other: "%{count} Secondi"
|
|
30
|
-
admin:
|
|
31
|
-
links:
|
|
32
|
-
label: Collegamenti
|
|
33
|
-
tools:
|
|
34
|
-
label: "Strumenti"
|
|
35
|
-
settings:
|
|
36
|
-
label: "Impostazioni"
|
|
37
|
-
advanced: Avanzate
|
|
38
|
-
registries: Anagrafiche
|
|
39
|
-
operations: Operatività
|
|
40
|
-
actions:
|
|
41
|
-
charts:
|
|
42
|
-
menu: Analisi
|
|
43
|
-
title: Grafici
|
|
44
|
-
breadcrumb: Grafici
|