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 +1 -1
- package/src/locales/en.json +3 -1
- package/src/locales/ru.json +3 -1
package/package.json
CHANGED
package/src/locales/en.json
CHANGED
|
@@ -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
|
}
|
package/src/locales/ru.json
CHANGED
|
@@ -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
|
}
|