not-options 0.2.6 → 0.2.7

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-options",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "not-* family options model in not- environment",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2,5 +2,7 @@
2
2
  "title": "Options module",
3
3
  "document_not_found": "Document was not found",
4
4
  "action_export_to_json_title": "Export to JSON",
5
- "action_import_from_json_title": "Import from JSON"
5
+ "action_import_from_json_title": "Import from JSON",
6
+ "options_label_plural": "Options",
7
+ "options_label_single": "Option"
6
8
  }
@@ -3,5 +3,7 @@
3
3
  "document_not_found": "Документ не найден",
4
4
  "action_export_to_json_title": "Экспорт в JSON",
5
5
  "action_import_from_json_title": "Импорт из JSON",
6
- "action_import_success": "Импорт успешно завершен!"
6
+ "action_import_success": "Импорт успешно завершен!",
7
+ "options_label_plural": "Настройки",
8
+ "options_label_single": "Настройка"
7
9
  }