@esfaenza/es-table 15.2.9 → 15.2.10
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.
|
@@ -495,6 +495,8 @@ class EsTableLoc extends LocalizationService {
|
|
|
495
495
|
super.set("en->it", "Select Everything", ["Seleziona Tutto"]);
|
|
496
496
|
super.set("en->it", "Reset Selection", ["Resetta Selezione"]);
|
|
497
497
|
super.set("en->it", "No operations available", ["Nessuna operazione disponibile"]);
|
|
498
|
+
super.set("en->it", "Close", ["Chiudi"]);
|
|
499
|
+
super.set("en->it", "Confirm", ["Conferma"]);
|
|
498
500
|
super.set("en->it", "Values copied in the clipboard", ["Valori copiati nella clipboard"]);
|
|
499
501
|
super.set("en->it", "Size of copied data is different from the size of the selection", ["La dimensione dei dati copiati differisce dalla dimensione della selezione"]);
|
|
500
502
|
super.set("en->it", "Data for this table cannot be edited", ["I dati di questa tabella non possono essere modificati"]);
|