Created
June 24, 2017 17:14
-
-
Save gearmobile/847d09d81eb8481dba8fad8e4de32f54 to your computer and use it in GitHub Desktop.
Сделать несколько коллекций из одного файла
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "fridge", | |
"title": "холодильник", | |
"value": 0, | |
"price": 300, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "oven", | |
"title": "духовка", | |
"value": 0, | |
"price": 400, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "microwave", | |
"title": "микроволновка", | |
"value": 0, | |
"price": 200, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "kitchen", | |
"title": "кухонный шкаф", | |
"value": 0, | |
"price": 600, | |
"min": 0, | |
"max": 10, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "crockery", | |
"title": "посуда", | |
"value": 0, | |
"price": 200, | |
"min": 0, | |
"max": 180, | |
"step": 30, | |
"time": 30, | |
"singular": "", | |
"few": "", | |
"plural": "" | |
}, | |
{ | |
"name": "ironing", | |
"title": "глажка", | |
"value": 0, | |
"price": 400, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "час", | |
"few": "часа", | |
"plural": "часов" | |
}, | |
{ | |
"name": "pane", | |
"title": "окно", | |
"value": 0, | |
"price": 200, | |
"min": 0, | |
"max": 30, | |
"step": 1, | |
"time": 15, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "balcony", | |
"title": "балкон", | |
"value": 0, | |
"price": 300, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "wardrobe", | |
"title": "гардеробная", | |
"value": 0, | |
"price": 400, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "штука", | |
"few": "штуки", | |
"plural": "штук" | |
}, | |
{ | |
"name": "addtime", | |
"title": "доп. время", | |
"value": 0, | |
"price": 100, | |
"min": 0, | |
"max": 5, | |
"step": 1, | |
"time": 30, | |
"singular": "час", | |
"few": "часа", | |
"plural": "часов" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment