@igea/oac_frontend 1.0.78 → 1.0.80
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.
- package/package.json +1 -1
- package/src/locales/en.json +3 -2
- package/src/locales/it.json +3 -2
package/package.json
CHANGED
package/src/locales/en.json
CHANGED
|
@@ -108,7 +108,8 @@
|
|
|
108
108
|
"edit_item": "Edit",
|
|
109
109
|
"new_item": "New",
|
|
110
110
|
"stop_edit": "Stop edit",
|
|
111
|
-
"search": "Search"
|
|
111
|
+
"search": "Search",
|
|
112
|
+
"edit_from_other_user": "Another user is editing this item"
|
|
112
113
|
},
|
|
113
114
|
"search": {
|
|
114
115
|
"fast": {
|
|
@@ -125,4 +126,4 @@
|
|
|
125
126
|
"footer": {
|
|
126
127
|
"text": "Powered by IGEA: all rights reserved"
|
|
127
128
|
}
|
|
128
|
-
}
|
|
129
|
+
}
|
package/src/locales/it.json
CHANGED
|
@@ -111,7 +111,8 @@
|
|
|
111
111
|
"edit_item": "Modifica",
|
|
112
112
|
"new_item": "Nuova",
|
|
113
113
|
"stop_edit": "Fine modifica",
|
|
114
|
-
"search": "Ricerca"
|
|
114
|
+
"search": "Ricerca",
|
|
115
|
+
"edit_from_other_user": "Un altro utente sta modificando questo elemento"
|
|
115
116
|
},
|
|
116
117
|
"search": {
|
|
117
118
|
"title" : "Ricerca",
|
|
@@ -130,4 +131,4 @@
|
|
|
130
131
|
"footer": {
|
|
131
132
|
"text": "Sviluppato da IGEA: tutti i diritti riservati"
|
|
132
133
|
}
|
|
133
|
-
}
|
|
134
|
+
}
|