not-node 5.0.18 → 5.0.19
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
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
"button_cancel_label": "Cancel",
|
|
8
8
|
"button_apply_label": "Apply",
|
|
9
9
|
"field_select_label": "Select",
|
|
10
|
+
"field_value_is_empty_placeholder": "Empty",
|
|
11
|
+
"loading_label": "Loading...",
|
|
10
12
|
"field_search_placeholder": "Search...",
|
|
11
13
|
"field_owner_label": "Owner",
|
|
12
14
|
"form_validation_error": "Form validation error",
|
package/src/core/locales/ru.json
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
"field_select_label": "Выбрать",
|
|
8
8
|
"field_search_placeholder": "Искать...",
|
|
9
9
|
"field_owner_label": "Владелец",
|
|
10
|
+
"field_value_is_empty_placeholder": "Пусто",
|
|
11
|
+
"loading_label": "Загрузка...",
|
|
10
12
|
"button_cancel_label": "Отмена",
|
|
11
13
|
"button_apply_label": "Применить",
|
|
12
14
|
"form_validation_error": "Форма заполнена с ошибками",
|