not-node 5.0.15 → 5.0.16
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
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"booleans_false": "False",
|
|
3
3
|
"booleans_true": "True",
|
|
4
|
+
"empty_list_placeholder": "List is empty",
|
|
5
|
+
"list_navigation_prev_button_label": "Prev",
|
|
6
|
+
"list_navigation_next_button_label": "Next",
|
|
4
7
|
"form_validation_error": "Form validation error",
|
|
5
8
|
"field_active_label": "Active",
|
|
6
9
|
"field_codeName_label": "Code name",
|
package/src/core/locales/ru.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"booleans_false": "Нет",
|
|
3
3
|
"booleans_true": "Да",
|
|
4
|
+
"empty_list_placeholder": "Список пуст",
|
|
5
|
+
"list_navigation_prev_button_label": "Назад",
|
|
6
|
+
"list_navigation_next_button_label": "Дальше",
|
|
4
7
|
"form_validation_error": "Форма заполнена с ошибками",
|
|
5
8
|
"field_active_label": "Активна",
|
|
6
9
|
"field_codeName_label": "Псевдоним",
|
|
@@ -8,7 +11,6 @@
|
|
|
8
11
|
"field_createdAt_label": "Создано",
|
|
9
12
|
"field_createdAt_placeholder": "Дата и время создания",
|
|
10
13
|
"field_default_label": "По умолчанию",
|
|
11
|
-
|
|
12
14
|
"field_title_label": "Название",
|
|
13
15
|
"field_title_placeholder": "Название объекта",
|
|
14
16
|
"field_description_label": "Описание",
|