oip-common 0.0.33 → 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
+ }
@@ -40,7 +40,10 @@
40
40
  },
41
41
  "menuItemEditDialogComponent": {
42
42
  "header": "Редактировать элемент меню",
43
+ "parentLabel": "Родительский узел",
43
44
  "label": "Имя",
45
+ "module": "Модуль",
46
+ "selectModule": "Выберите модуль",
44
47
  "icon": "Иконка",
45
48
  "cancel": "Отмена",
46
49
  "save": "Сохранить",
@@ -51,7 +54,7 @@
51
54
  "parentLabel": "Родительский узел",
52
55
  "label": "Имя",
53
56
  "module": "Модуль",
54
- "selectModule": "Выбери модуль",
57
+ "selectModule": "Выберите модуль",
55
58
  "icon": "Иконка",
56
59
  "cancel": "Отмена",
57
60
  "save": "Сохранить"
@@ -69,12 +72,54 @@
69
72
  "deleteItemConfirmMessage": "Вы уверены что хотите удалить элемент?",
70
73
  "deleteItemSuccessMessage": "Успешно удалено",
71
74
  "deleteItemConfirmRejectButtonPropsLabel": "Отмена",
72
- "deleteItemConfirmAcceptButtonPropsLabel": "Удалить"
75
+ "deleteItemConfirmAcceptButtonPropsLabel": "Удалить",
76
+ "moveUp": "Вверх",
77
+ "moveDown": "Вниз"
73
78
  },
74
79
  "topbar": {
75
80
  "logout": "Выход",
76
81
  "profile": "Профиль"
77
82
  },
83
+ "discussionComponent": {
84
+ "writeCommentPlaceholder": "Напишите комментарий. Используйте @email или @first.last для упоминаний.",
85
+ "mentionSuggestions": "Варианты упоминаний",
86
+ "edit": "Редактировать",
87
+ "preview": "Предпросмотр",
88
+ "attachFiles": "Прикрепить файлы",
89
+ "send": "Отправить",
90
+ "loadingComments": "Загрузка комментариев...",
91
+ "noCommentsYet": "Комментариев пока нет.",
92
+ "edited": "Изменено",
93
+ "editCommentPlaceholder": "Изменить комментарий",
94
+ "addAttachment": "Добавить вложение",
95
+ "save": "Сохранить",
96
+ "cancel": "Отмена",
97
+ "editHistory": "История изменений",
98
+ "loadingHistory": "Загрузка истории...",
99
+ "before": "До",
100
+ "after": "После",
101
+ "warning": "Предупреждение",
102
+ "delete": "Удалить",
103
+ "confirmDeleteComment": "Вы уверены, что хотите удалить этот комментарий?",
104
+ "confirmDeleteFile": "Вы уверены, что хотите удалить файл \"{{fileName}}\"?",
105
+ "units": {
106
+ "bytes": "Б",
107
+ "kilobytes": "КБ",
108
+ "megabytes": "МБ"
109
+ },
110
+ "errors": {
111
+ "loadComments": "Не удалось загрузить комментарии.",
112
+ "createComment": "Не удалось создать комментарий.",
113
+ "updateComment": "Не удалось обновить комментарий.",
114
+ "loadEditHistory": "Не удалось загрузить историю изменений.",
115
+ "uploadAttachment": "Не удалось загрузить вложение.",
116
+ "deleteComment": "Не удалось удалить комментарий.",
117
+ "deleteAttachment": "Не удалось удалить вложение.",
118
+ "downloadAttachment": "Не удалось скачать вложение.",
119
+ "updateReaction": "Не удалось обновить реакцию.",
120
+ "addReaction": "Не удалось добавить реакцию."
121
+ }
122
+ },
78
123
  "primeng": {
79
124
  "accept": "Да",
80
125
  "addRule": "Добавить правило",
@@ -1,30 +1,30 @@
1
- html {
2
- height: 100%;
3
- font-size: 14px;
4
- }
5
-
6
- body {
7
- font-family: "Lato", sans-serif;
8
- color: var(--text-color);
9
- background-color: var(--surface-ground);
10
- margin: 0;
11
- padding: 0;
12
- min-height: 100%;
13
- -webkit-font-smoothing: antialiased;
14
- -moz-osx-font-smoothing: grayscale;
15
- line-height: 1.2;
16
- }
17
-
18
- a {
19
- text-decoration: none;
20
- }
21
-
22
- .layout-wrapper {
23
- min-height: 100vh;
24
- }
25
-
26
- .p-column-filter-active {
27
- filtericon {
28
- color: color-mix(in srgb, var(--primary-color), transparent 20%);
29
- }
30
- }
1
+ html {
2
+ height: 100%;
3
+ font-size: 14px;
4
+ }
5
+
6
+ body {
7
+ font-family: "Lato", sans-serif;
8
+ color: var(--text-color);
9
+ background-color: var(--surface-ground);
10
+ margin: 0;
11
+ padding: 0;
12
+ min-height: 100%;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
15
+ line-height: 1.2;
16
+ }
17
+
18
+ a {
19
+ text-decoration: none;
20
+ }
21
+
22
+ .layout-wrapper {
23
+ min-height: 100vh;
24
+ }
25
+
26
+ .p-column-filter-active {
27
+ filtericon {
28
+ color: color-mix(in srgb, var(--primary-color), transparent 20%);
29
+ }
30
+ }