not-node 5.0.11 → 5.0.12

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-node",
3
- "version": "5.0.11",
3
+ "version": "5.0.12",
4
4
  "description": "node complimentary part for client side notFramework.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -46,5 +46,12 @@
46
46
  "field_userId_placeholder": "UserId",
47
47
 
48
48
  "field_UUID_label": "UUID",
49
- "field_UUID_placeholder": "UUID"
49
+ "field_UUID_placeholder": "UUID",
50
+
51
+ "crud_create_action_waiting": "Creating record...",
52
+ "crud_read_action_waiting": "Reading record...",
53
+ "crud_update_action_waiting": "Updating record...",
54
+ "crud_delete_action_waiting": "Deleting record...",
55
+ "add_label": "Add",
56
+ "select_from_list_label": "Select from list..."
50
57
  }
@@ -46,5 +46,13 @@
46
46
  "field_userId_placeholder": "",
47
47
 
48
48
  "field_UUID_label": "UUID",
49
- "field_UUID_placeholder": "UUID"
49
+ "field_UUID_placeholder": "UUID",
50
+
51
+ "crud_create_action_waiting": "Создание записи...",
52
+ "crud_read_action_waiting": "Чтение записи...",
53
+ "crud_update_action_waiting": "Обновление записи...",
54
+ "crud_delete_action_waiting": "Удаление записи...",
55
+ "add_label": "Добавить",
56
+ "select_from_list_label": "Выберите из списка..."
57
+
50
58
  }