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 +1 -1
- package/src/core/locales/en.json +1 -0
- package/src/core/locales/ru.json +29 -28
package/package.json
CHANGED
package/src/core/locales/en.json
CHANGED
package/src/core/locales/ru.json
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
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": "
|
|
36
|
+
"field_IP_placeholder": "ip адрес",
|
|
36
37
|
|
|
37
|
-
"field_price_label": "
|
|
38
|
-
"field_price_placeholder": "
|
|
38
|
+
"field_price_label": "Цена",
|
|
39
|
+
"field_price_placeholder": "Цена",
|
|
39
40
|
|
|
40
|
-
"field_session_label": "
|
|
41
|
-
"field_session_placeholder": "
|
|
41
|
+
"field_session_label": "Сессия",
|
|
42
|
+
"field_session_placeholder": "Сессия",
|
|
42
43
|
"field_userId_label": "UserId",
|
|
43
|
-
"field_userId_placeholder": "
|
|
44
|
+
"field_userId_placeholder": "",
|
|
44
45
|
|
|
45
46
|
"field_UUID_label": "UUID",
|
|
46
47
|
"field_UUID_placeholder": "UUID"
|