cedar-embeddable-editor 1.0.2 → 1.0.4

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/README.md CHANGED
@@ -49,7 +49,7 @@ cedar-embeddable-editor$ ng serve
49
49
 
50
50
  1. In your browser, navigate to `http://localhost:4400/`. The app will automatically reload if you change any of the source files.
51
51
 
52
- ## Running as a Webcomponent
52
+ ## Building the Webcomponent
53
53
 
54
54
  This method creates a single Javascript (JS) file that encapsulates all the functionality of CEE. The JS file can be embedded in any application or HTML page. To build a CEE Webcomponent, proceed with these steps:
55
55
 
@@ -0,0 +1,79 @@
1
+ {
2
+ "App": {
3
+ "Title": "CEDAR Embeddable Editor",
4
+ "Maintained": "CEDAR is maintained by the Stanford Center for Biomedical Informatics Research.",
5
+ "Contact": "Contact CEDAR"
6
+ },
7
+ "Generic": {
8
+ "BMIR": "BMIR",
9
+ "SAVE": "SAVE",
10
+ "Infinite": "Infinite",
11
+ "ExpandAll": "Expand All",
12
+ "CollapseAll": "Collapse All",
13
+ "Copy": "Copy",
14
+ "Page": "Page",
15
+ "Name": "Name",
16
+ "Value": "Value",
17
+ "AttributeName": "Attribute Name",
18
+ "AttributeValue": "Attribute Value",
19
+ "AllValues": "All Values",
20
+ "Clear": "Clear",
21
+ "SelectDecimalSeconds": "Select Decimal Seconds",
22
+ "SelectTimeZone": "Select Time Zone",
23
+ "NoTimeZoneFound": "No Time Zone Found",
24
+ "SelectYear": "Select Year",
25
+ "SelectYearAndMonth": "Select Year and Month",
26
+ "SelectDate": "Select Date",
27
+ "NumberOnly": "Number Only",
28
+ "CedarLogo": "Cedar Logo",
29
+ "DecimalSeconds": "decimal seconds",
30
+ "Filter": "Start typing to filter"
31
+ },
32
+ "Process": {
33
+ "Initializing": "CEDAR Embeddable Editor initializing..."
34
+ },
35
+ "Multi": {
36
+ "NoInstancesYet": "No instances yet",
37
+ "AddEmptyAfter": "Add empty after current",
38
+ "AddCloneAfter": "Add clone after current",
39
+ "DeleteCurrent": "Delete current"
40
+ },
41
+ "Error": {
42
+ "ValueRequired": "The value is required"
43
+ },
44
+ "Extra": {
45
+ "SampleTemplate": {
46
+ "Title": "Sample templates",
47
+ "Select": "Select template",
48
+ "Find": "Find template...",
49
+ "FindNoMatch": "No matching templates found"
50
+ },
51
+ "JsonLD": {
52
+ "InstanceCore": "JSON-LD - Instance - Core",
53
+ "Instance": "JSON-LD - Instance"
54
+ },
55
+ "JsonSchemaTemplate": "JSON Schema - Template",
56
+ "TemplateRendering": "Template Rendering Data",
57
+ "MultiInstance": "Multi-Instance Information"
58
+ },
59
+ "Validation": {
60
+ "Required": "The value is required.",
61
+ "Text": {
62
+ "MinLength": "Value should be at least {{constraintMinLength}} chars long.",
63
+ "MaxLength": "Value should be at most {{constraintMaxLength}} chars long."
64
+ },
65
+ "Select": {
66
+ "MaxSelection": "Select up to {{maxSelections}}"
67
+ },
68
+ "Email": {
69
+ "Invalid": "Value should be a valid email address."
70
+ },
71
+ "Link": {
72
+ "Invalid": "Value should be a valid URL."
73
+ },
74
+ "Numeric": {
75
+ "MinValue": "Value should be at least {{constraintMinValue}}.",
76
+ "MaxValue": "Value should be at most {{constraintMaxValue}}."
77
+ }
78
+ }
79
+ }
@@ -0,0 +1,79 @@
1
+ {
2
+ "App": {
3
+ "Title": "CEDAR Beágyazható Szerkesztő",
4
+ "Maintained": "A CEDAR-t a Stanford Biomedikai Informatikai Kutatási Központ működteti.",
5
+ "Contact": "Kapcsolat"
6
+ },
7
+ "Generic": {
8
+ "BMIR": "BMIR",
9
+ "SAVE": "MENTÉS",
10
+ "Infinite": "Végtelen",
11
+ "ExpandAll": "Mindet kinyit",
12
+ "CollapseAll": "Mindet bezár",
13
+ "Copy": "Másolás",
14
+ "Page": "Oldal",
15
+ "Name": "Név",
16
+ "Value": "Érték",
17
+ "AttributeName": "Attribútum név",
18
+ "AttributeValue": "Attribútum érték",
19
+ "AllValues": "Minden érték",
20
+ "Clear": "Törlés",
21
+ "SelectDecimalSeconds": "Tizedes másodpercek kiválasztása",
22
+ "SelectTimeZone": "Időzóna kiválasztása",
23
+ "NoTimeZoneFound": "Nem található időzóna",
24
+ "SelectYear": "Év kiválasztása",
25
+ "SelectYearAndMonth": "Év és hónap kiválasztása",
26
+ "SelectDate": "Dátum kiválasztása",
27
+ "NumberOnly": "Csak szám",
28
+ "CedarLogo": "CEDAR logó",
29
+ "DecimalSeconds": "tizedmásodpercek",
30
+ "Szűrés": "Kezdjen el írni a szűréshez"
31
+ },
32
+ "Process": {
33
+ "Initializing": "A CEDAR Beágyazható Szerkesztő inicializálása..."
34
+ },
35
+ "Multi": {
36
+ "NoInstancesYet": "Még nincsenek példányok",
37
+ "AddEmptyAfter": "Üres hozzáadása az aktuális után",
38
+ "AddCloneAfter": "Klón hozzáadása az aktuális után",
39
+ "DeleteCurrent": "Aktuális törlése"
40
+ },
41
+ "Error": {
42
+ "ValueRequired": "A mező kitöltése kötelező"
43
+ },
44
+ "Extra": {
45
+ "SampleTemplate": {
46
+ "Title": "Mintasablonok",
47
+ "Select": "Válassz sablont",
48
+ "Find": "Sablon keresése...",
49
+ "FindNoMatch": "Nincs egyező sablon"
50
+ },
51
+ "JsonLD": {
52
+ "InstanceCore": "JSON-LD - Példány - Alap",
53
+ "Instance": "JSON-LD - Példány"
54
+ },
55
+ "JsonSchemaTemplate": "JSON Séma - Sablon",
56
+ "TemplateRendering": "Sablon megjelenítési adatok",
57
+ "MultiInstance": "Multi-példány információ"
58
+ },
59
+ "Validation": {
60
+ "Required": "Az érték megadása kötelező.",
61
+ "Text": {
62
+ "MinLength": "Az érték legalább {{constraintMinLength}} karakter hosszú kell legyen.",
63
+ "MaxLength": "Az érték legfeljebb {{constraintMaxLength}} karakter hosszú lehet."
64
+ },
65
+ "Select": {
66
+ "MaxSelection": "Legfeljebb {{maxSelections}} lehetőség kiválasztása lehetséges"
67
+ },
68
+ "Email": {
69
+ "Invalid": "Az érték érvényes e-mail címnek kell lennie."
70
+ },
71
+ "Link": {
72
+ "Invalid": "Az érték érvényes webcímnek (URL-nek) kell lennie."
73
+ },
74
+ "Numeric": {
75
+ "MinValue": "Az érték legalább {{constraintMinValue}} kell legyen.",
76
+ "MaxValue": "Az érték legfeljebb {{constraintMaxValue}} lehet."
77
+ }
78
+ }
79
+ }