@mediusinc/mng-commons 0.4.1 → 0.4.2
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/assets/i18n/en.json +3 -0
- package/assets/i18n/sl.json +3 -0
- package/package.json +1 -1
package/assets/i18n/en.json
CHANGED
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"details": {
|
|
73
|
+
"title": "Details",
|
|
73
74
|
"editor": {
|
|
74
75
|
"title": "{{modelName}}: {{itemTitle}}"
|
|
75
76
|
}
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
}
|
|
90
91
|
},
|
|
91
92
|
"edit": {
|
|
93
|
+
"title": "Edit",
|
|
92
94
|
"editor": {
|
|
93
95
|
"title": "Edit: {{itemTitle}}"
|
|
94
96
|
},
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
}
|
|
103
105
|
},
|
|
104
106
|
"delete": {
|
|
107
|
+
"title": "Delete",
|
|
105
108
|
"confirm": {
|
|
106
109
|
"message": "Are you sure you want to delete item '{{itemTitle}}'?"
|
|
107
110
|
},
|
package/assets/i18n/sl.json
CHANGED
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"details": {
|
|
73
|
+
"title": "Podrobnosti",
|
|
73
74
|
"editor": {
|
|
74
75
|
"title": "{{itemTitle}}"
|
|
75
76
|
}
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
}
|
|
90
91
|
},
|
|
91
92
|
"edit": {
|
|
93
|
+
"title": "Uredi",
|
|
92
94
|
"editor": {
|
|
93
95
|
"title": "Uredi: {{itemTitle}}"
|
|
94
96
|
},
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
}
|
|
103
105
|
},
|
|
104
106
|
"delete": {
|
|
107
|
+
"title": "Izbriši",
|
|
105
108
|
"confirm": {
|
|
106
109
|
"message": "Ali ste prepričani, da želite izbrisati vnos '{{itemTitle}}'?"
|
|
107
110
|
},
|