not-node 5.0.8 → 5.0.9

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,6 @@
1
1
  {
2
2
  "name": "not-node",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,4 +1,5 @@
1
1
  {
2
+ "form_validation_error": "Form validation error",
2
3
  "field_active_label": "Active",
3
4
  "field_codeName_label": "Code name",
4
5
  "field_codeName_placeholder": "Code name",
@@ -1,26 +1,27 @@
1
1
  {
2
- "field_active_label": "Active",
3
- "field_codeName_label": "Code name",
4
- "field_codeName_placeholder": "Code name",
5
- "field_createdAt_label": "Created At",
6
- "field_createdAt_placeholder": "Date and time of creation",
7
- "field_default_label": "Default",
8
-
9
- "field_title_label": "Title",
10
- "field_title_placeholder": "Title of item",
11
- "field_description_label": "Description",
12
- "field_description_placeholder": "Short description of item",
13
- "field_enabled_label": "Enabled",
14
- "field_expiredAt_label": "Expired At",
15
- "field_expiredAt_placeholder": "Date and time of expiration",
16
- "field_updatedAt_label": "Updated At",
17
- "field_updatedAt_placeholder": "Date and time of last update",
18
- "field_height_label": "Height",
19
- "field_height_placeholder": "Height",
20
- "field_width_label": "Width",
21
- "field_width_placeholder": "Width",
22
- "field_size_label": "Size",
23
- "field_size_placeholder": "Size",
2
+ "form_validation_error": "Форма заполнена с ошибками",
3
+ "field_active_label": "Активна",
4
+ "field_codeName_label": "Псевдоним",
5
+ "field_codeName_placeholder": "some_spaceless_pseudonim",
6
+ "field_createdAt_label": "Создано",
7
+ "field_createdAt_placeholder": "Дата и время создания",
8
+ "field_default_label": "По умолчанию",
9
+
10
+ "field_title_label": "Название",
11
+ "field_title_placeholder": "Название объекта",
12
+ "field_description_label": "Описание",
13
+ "field_description_placeholder": "Короткое описание",
14
+ "field_enabled_label": "Включено",
15
+ "field_expiredAt_label": "Действительно до",
16
+ "field_expiredAt_placeholder": "Дата и время истечения срока действия",
17
+ "field_updatedAt_label": "Обновлено",
18
+ "field_updatedAt_placeholder": "Дата и время обновления",
19
+ "field_height_label": "Высота",
20
+ "field_height_placeholder": "Высота",
21
+ "field_width_label": "Ширина",
22
+ "field_width_placeholder": "Ширина",
23
+ "field_size_label": "Размер",
24
+ "field_size_placeholder": "Размер",
24
25
 
25
26
  "field_email_label": "Email",
26
27
  "field_email_placeholder": "email@server.ru",
@@ -32,15 +33,15 @@
32
33
  "field_ID_placeholder": "ID",
33
34
 
34
35
  "field_IP_label": "IP",
35
- "field_IP_placeholder": "IP",
36
+ "field_IP_placeholder": "ip адрес",
36
37
 
37
- "field_price_label": "Price",
38
- "field_price_placeholder": "Price",
38
+ "field_price_label": "Цена",
39
+ "field_price_placeholder": "Цена",
39
40
 
40
- "field_session_label": "Session",
41
- "field_session_placeholder": "Session",
41
+ "field_session_label": "Сессия",
42
+ "field_session_placeholder": "Сессия",
42
43
  "field_userId_label": "UserId",
43
- "field_userId_placeholder": "UserId",
44
+ "field_userId_placeholder": "",
44
45
 
45
46
  "field_UUID_label": "UUID",
46
47
  "field_UUID_placeholder": "UUID"