oip-common 0.0.36 → 0.0.37

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.
@@ -1,74 +1,124 @@
1
- {
2
- "msgService": {
3
- "success": "Success",
4
- "info": "Info",
5
- "warn": "Warm",
6
- "error": "Error",
7
- "secondary": "Secondary"
8
- },
9
- "securityComponent": {
10
- "security": "Security",
11
- "save": "Save",
12
- "savedSecurity": "Saved security"
13
- },
14
- "profileComponent": {
15
- "changePhoto": "Change Photo",
16
- "successfullyUploaded": "Successfully uploaded"
17
- },
18
- "baseComponent": {
19
- "content": "Content",
20
- "settings": "Settings",
21
- "security": "Security",
22
- "success": "Save successfully"
23
- },
24
- "menuComponent": {
25
- "new": "New"
26
- },
27
- "menuItemEditDialogComponent": {
28
- "header": "Edit menu item",
29
- "parentLabel": "Parent",
30
- "label": "Label",
31
- "module": "Module",
32
- "selectModule": "",
33
- "icon": "Icon",
34
- "cancel": "Cancel",
35
- "save": "Save",
36
- "security": "Security - read"
37
- },
38
- "menuItemCreateDialogComponent": {
39
- "header": "Create new menu item",
40
- "parentLabel": "Parent",
41
- "label": "Label",
42
- "module": "Module",
43
- "selectModule": "Select module",
44
- "icon": "Icon",
45
- "cancel": "Cancel",
46
- "save": "Save"
47
- },
48
- "menuItemComponent": {
49
- "new": "Add",
50
- "edit": "Edit",
51
- "delete": "Delete",
52
- "deleteItemConfirmHeader": "Delete",
53
- "deleteItemConfirmMessage": "Are you sure you want to delete the item?",
54
- "deleteItemSuccessMessage": "Successfully deleted",
55
- "deleteItemConfirmRejectButtonPropsLabel": "Cancel",
56
- "deleteItemConfirmAcceptButtonPropsLabel": "Delete"
57
- },
58
- "unauthorized": {
59
- "welcomeToOip": "Welcome to OIP!",
60
- "signInToContinue": "Sign in to continue",
61
- "signIn": "Sign In"
62
- },
63
- "app-configurator": {
64
- "primary": "Primary",
65
- "surface": "Surface",
66
- "presets": "Presets",
67
- "menuMode": "Menu Mode"
68
- },
69
- "topbar": {
70
- "logout": "Logout",
71
- "profile": "Profile"
72
- },
73
- "primeng": ""
74
- }
1
+ {
2
+ "app-configurator": {
3
+ "primary": "Primary",
4
+ "surface": "Surface",
5
+ "presets": "Presets",
6
+ "menuMode": "Menu Mode"
7
+ },
8
+ "msgService": {
9
+ "success": "Success",
10
+ "info": "Info",
11
+ "warn": "Warn",
12
+ "error": "Error",
13
+ "secondary": "Secondary"
14
+ },
15
+ "securityComponent": {
16
+ "security": "Security",
17
+ "save": "Save",
18
+ "savedSecurity": "Security settings saved"
19
+ },
20
+ "profileComponent": {
21
+ "changePhoto": "Upload Photo",
22
+ "successfullyUploaded": "Uploaded successfully"
23
+ },
24
+ "configComponent": {
25
+ "profile": "Profile",
26
+ "photo": "Photo",
27
+ "usePhoto256x256Pixel": "Use a 256x256 pixel photo",
28
+ "localization": "Language",
29
+ "selectLanguage": "Select language"
30
+ },
31
+ "baseComponent": {
32
+ "content": "Content",
33
+ "settings": "Settings",
34
+ "security": "Security",
35
+ "success": "Saved successfully"
36
+ },
37
+ "menuComponent": {
38
+ "all": "All",
39
+ "new": "Add"
40
+ },
41
+ "menuItemEditDialogComponent": {
42
+ "header": "Edit menu item",
43
+ "parentLabel": "Parent item",
44
+ "label": "Label",
45
+ "module": "Module",
46
+ "selectModule": "Select module",
47
+ "icon": "Icon",
48
+ "cancel": "Cancel",
49
+ "save": "Save",
50
+ "security": "Read access"
51
+ },
52
+ "menuItemCreateDialogComponent": {
53
+ "header": "New menu item",
54
+ "parentLabel": "Parent item",
55
+ "label": "Label",
56
+ "module": "Module",
57
+ "selectModule": "Select module",
58
+ "icon": "Icon",
59
+ "cancel": "Cancel",
60
+ "save": "Save"
61
+ },
62
+ "unauthorized": {
63
+ "welcomeToOip": "Welcome to OIP!",
64
+ "signInToContinue": "Sign in to continue",
65
+ "signIn": "Sign In"
66
+ },
67
+ "menuItemComponent": {
68
+ "new": "Add",
69
+ "edit": "Edit",
70
+ "delete": "Delete",
71
+ "deleteItemConfirmHeader": "Delete",
72
+ "deleteItemConfirmMessage": "Are you sure you want to delete the item?",
73
+ "deleteItemSuccessMessage": "Deleted successfully",
74
+ "deleteItemConfirmRejectButtonPropsLabel": "Cancel",
75
+ "deleteItemConfirmAcceptButtonPropsLabel": "Delete",
76
+ "moveUp": "Move up",
77
+ "moveDown": "Move down"
78
+ },
79
+ "topbar": {
80
+ "logout": "Logout",
81
+ "profile": "Profile"
82
+ },
83
+ "discussionComponent": {
84
+ "writeCommentPlaceholder": "Write a comment. Use @email or @first.last for mentions.",
85
+ "mentionSuggestions": "Mention suggestions",
86
+ "edit": "Edit",
87
+ "preview": "Preview",
88
+ "attachFiles": "Attach files",
89
+ "send": "Send",
90
+ "loadingComments": "Loading comments...",
91
+ "noCommentsYet": "No comments yet.",
92
+ "edited": "Edited",
93
+ "editCommentPlaceholder": "Edit comment",
94
+ "addAttachment": "Add attachment",
95
+ "save": "Save",
96
+ "cancel": "Cancel",
97
+ "editHistory": "Edit history",
98
+ "loadingHistory": "Loading history...",
99
+ "before": "Before",
100
+ "after": "After",
101
+ "warning": "Warning",
102
+ "delete": "Delete",
103
+ "confirmDeleteComment": "Are you sure you want to delete this comment?",
104
+ "confirmDeleteFile": "Are you sure you want to delete the file \"{{fileName}}\"?",
105
+ "units": {
106
+ "bytes": "B",
107
+ "kilobytes": "KB",
108
+ "megabytes": "MB"
109
+ },
110
+ "errors": {
111
+ "loadComments": "Failed to load comments.",
112
+ "createComment": "Failed to create comment.",
113
+ "updateComment": "Failed to update comment.",
114
+ "loadEditHistory": "Failed to load edit history.",
115
+ "uploadAttachment": "Failed to upload attachment.",
116
+ "deleteComment": "Failed to delete comment.",
117
+ "deleteAttachment": "Failed to delete attachment.",
118
+ "downloadAttachment": "Failed to download attachment.",
119
+ "updateReaction": "Failed to update reaction.",
120
+ "addReaction": "Failed to add reaction."
121
+ }
122
+ },
123
+ "primeng": ""
124
+ }