thecore_ui_commons 2.2.5 → 2.2.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 +4 -4
- data/config/locales/en.yml +5 -0
- data/config/locales/it.yml +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '044692e50388d2be1a07d5ecf256cb590bbaa227d78ad32e0885fc8859dac137'
|
|
4
|
+
data.tar.gz: 739c924a0eed89d69e51361edd060dee8b0af722565c21b09b3f07d55e18a05e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bea19b48bc818c37da1df3be6d1d230dc1f20f929e89953c597219f3eb2ded0c5ddc8bb7de724e8f426407f84b0c07c8f63b490eeafc9ef43ce331c9281322af
|
|
7
|
+
data.tar.gz: 9ba335b796d5e6fc25d52ab5e1704597b32108f575ae1c6027b31001aea02b0685405dafc75c1705e57c0086f9015218a45992af5dba64ec9c34d089eb28aeb2
|
data/config/locales/en.yml
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
en:
|
|
2
|
+
file_upload: Upload description, please add a translation for the element called file_upload in your translation file.
|
|
3
|
+
file_upload_subtitle: Descrizione aggiuntiva, prego aggiungere una traduzione per file_upload_subtitle al tuo file delle traduzioni.
|
|
4
|
+
loading: Caricamento
|
|
5
|
+
please_drag_and_drop_here: Drag and Drop here the files to import
|
|
6
|
+
import_success: Import Successful!
|
|
2
7
|
current_user: Current User
|
|
3
8
|
devise:
|
|
4
9
|
sessions:
|
data/config/locales/it.yml
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
it:
|
|
2
|
+
file_upload: Descrizione della procedura, prego aggiungere una traduzione per file_upload al tuo file delle traduzioni.
|
|
3
|
+
file_upload_subtitle: Descrizione aggiuntiva, prego aggiungere una traduzione per file_upload_subtitle al tuo file delle traduzioni.
|
|
4
|
+
loading: Caricamento
|
|
5
|
+
run_import: Forza l'importazione
|
|
6
|
+
please_drag_and_drop_here: Trascinare qui i file da importare
|
|
2
7
|
import_success: Importazione completata con successo
|
|
3
8
|
current_user: Utente corrente
|
|
4
9
|
hello: "Ciao Mondo"
|