@keadex/mina-live 2.1.2 → 2.2.0
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
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"about": "About",
|
|
4
|
+
"add_element_tag": "Add Element Tag",
|
|
4
5
|
"ai": "AI",
|
|
5
6
|
"alias": "Alias",
|
|
6
7
|
"allowed_pattern": "Allowed pattern",
|
|
@@ -98,6 +99,7 @@
|
|
|
98
99
|
"software_system_external": "Software System External",
|
|
99
100
|
"status": "Status",
|
|
100
101
|
"system": "System",
|
|
102
|
+
"tag": "Tag",
|
|
101
103
|
"tags": "Tags",
|
|
102
104
|
"technology": "Technology",
|
|
103
105
|
"themes": "Themes",
|
|
@@ -204,6 +206,14 @@
|
|
|
204
206
|
"open_project": "Open an existing project",
|
|
205
207
|
"remote_diagrams": "Remote diagrams"
|
|
206
208
|
},
|
|
209
|
+
"plantuml": {
|
|
210
|
+
"properties": {
|
|
211
|
+
"bg_color": "Background Color",
|
|
212
|
+
"font_color": "Font Color",
|
|
213
|
+
"border_color": "Border Color",
|
|
214
|
+
"legend_text": "Legend Text"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
207
217
|
"project_settings": {
|
|
208
218
|
"title": "Project Settings",
|
|
209
219
|
"ai": {
|