not-node 6.2.7 → 6.2.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
package/src/core/locales/en.json
CHANGED
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
"field_createdAt_label": "Created At",
|
|
22
22
|
"field_createdAt_placeholder": "Date and time of creation",
|
|
23
23
|
"field_default_label": "Default",
|
|
24
|
-
|
|
25
24
|
"field_title_label": "Title",
|
|
26
25
|
"field_title_placeholder": "Title of item",
|
|
27
26
|
"field_description_label": "Description",
|
|
@@ -37,30 +36,22 @@
|
|
|
37
36
|
"field_width_placeholder": "Width",
|
|
38
37
|
"field_size_label": "Size",
|
|
39
38
|
"field_size_placeholder": "Size",
|
|
40
|
-
|
|
41
39
|
"field_email_label": "Email",
|
|
42
40
|
"field_email_placeholder": "email@server.com",
|
|
43
|
-
|
|
44
41
|
"field_telephone_label": "Tel.",
|
|
45
42
|
"field_telephone_placeholder": "+1 (111) 111-11-11",
|
|
46
|
-
|
|
47
43
|
"field_ID_label": "ID",
|
|
48
44
|
"field_ID_placeholder": "ID",
|
|
49
|
-
|
|
50
45
|
"field_IP_label": "IP",
|
|
51
46
|
"field_IP_placeholder": "IP",
|
|
52
|
-
|
|
53
47
|
"field_price_label": "Price",
|
|
54
48
|
"field_price_placeholder": "Price",
|
|
55
|
-
|
|
56
49
|
"field_session_label": "Session",
|
|
57
50
|
"field_session_placeholder": "Session",
|
|
58
51
|
"field_userId_label": "UserId",
|
|
59
52
|
"field_userId_placeholder": "UserId",
|
|
60
|
-
|
|
61
53
|
"field_UUID_label": "UUID",
|
|
62
54
|
"field_UUID_placeholder": "UUID",
|
|
63
|
-
|
|
64
55
|
"crud_create_action_waiting": "Creating record...",
|
|
65
56
|
"crud_read_action_waiting": "Reading record...",
|
|
66
57
|
"crud_update_action_waiting": "Updating record...",
|
|
@@ -68,5 +59,6 @@
|
|
|
68
59
|
"add_label": "Add",
|
|
69
60
|
"select_from_list_label": "Select from list...",
|
|
70
61
|
"field_actions_label": "Actions",
|
|
71
|
-
"form_exception_field_extractor_is_undefined": "Field extractor is undefined"
|
|
72
|
-
|
|
62
|
+
"form_exception_field_extractor_is_undefined": "Field extractor is undefined",
|
|
63
|
+
"versioning_error_same_old_data": "Same old data, saving canceled."
|
|
64
|
+
}
|
package/src/core/locales/ru.json
CHANGED
|
@@ -36,30 +36,22 @@
|
|
|
36
36
|
"field_width_placeholder": "Ширина",
|
|
37
37
|
"field_size_label": "Размер",
|
|
38
38
|
"field_size_placeholder": "Размер",
|
|
39
|
-
|
|
40
39
|
"field_email_label": "Email",
|
|
41
40
|
"field_email_placeholder": "email@server.ru",
|
|
42
|
-
|
|
43
41
|
"field_telephone_label": "Тел.",
|
|
44
42
|
"field_telephone_placeholder": "+7 (111) 111-11-11",
|
|
45
|
-
|
|
46
43
|
"field_ID_label": "ID",
|
|
47
44
|
"field_ID_placeholder": "ID",
|
|
48
|
-
|
|
49
45
|
"field_IP_label": "IP",
|
|
50
46
|
"field_IP_placeholder": "ip адрес",
|
|
51
|
-
|
|
52
47
|
"field_price_label": "Цена",
|
|
53
48
|
"field_price_placeholder": "Цена",
|
|
54
|
-
|
|
55
49
|
"field_session_label": "Сессия",
|
|
56
50
|
"field_session_placeholder": "Сессия",
|
|
57
51
|
"field_userId_label": "UserId",
|
|
58
52
|
"field_userId_placeholder": "",
|
|
59
|
-
|
|
60
53
|
"field_UUID_label": "UUID",
|
|
61
54
|
"field_UUID_placeholder": "UUID",
|
|
62
|
-
|
|
63
55
|
"crud_create_action_waiting": "Создание записи...",
|
|
64
56
|
"crud_read_action_waiting": "Чтение записи...",
|
|
65
57
|
"crud_update_action_waiting": "Обновление записи...",
|
|
@@ -67,7 +59,6 @@
|
|
|
67
59
|
"add_label": "Добавить",
|
|
68
60
|
"select_from_list_label": "Выберите из списка...",
|
|
69
61
|
"field_actions_label": "Действия",
|
|
70
|
-
"form_exception_field_extractor_is_undefined": "Экстрактор для поля входных данных отсутствует"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
62
|
+
"form_exception_field_extractor_is_undefined": "Экстрактор для поля входных данных отсутствует",
|
|
63
|
+
"versioning_error_same_old_data": "Данные не изменились, сохранение отклонено."
|
|
64
|
+
}
|