languages.json 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. {
  2. "version": "0.1.0",
  3. "release date": "2024/12/9",
  4. "default language": "en",
  5. "manu": {
  6. "scene": {
  7. "property name": "scene",
  8. "display language": {
  9. "en": "Scene",
  10. "zh-cn": "场景"
  11. }
  12. },
  13. "go_home": {
  14. "property name": "home",
  15. "display language": {
  16. "en": "Home",
  17. "zh-cn": "家里"
  18. }
  19. },
  20. "go_out": {
  21. "property name": "go_out",
  22. "display language": {
  23. "en": "Go out",
  24. "zh-cn": "外出"
  25. }
  26. },
  27. "item": {
  28. "property name": "item",
  29. "display language": {
  30. "en": "Item",
  31. "zh-cn": "物品"
  32. }
  33. },
  34. "food": {
  35. "property name": "food",
  36. "display language": {
  37. "en": "Food",
  38. "zh-cn": "食物"
  39. }
  40. },
  41. "water": {
  42. "property name": "water",
  43. "display language": {
  44. "en": "Water",
  45. "zh-cn": "水"
  46. }
  47. },
  48. "wash suppliers": {
  49. "property name": "wash_supplier",
  50. "display language": {
  51. "en": "Wash",
  52. "zh-cn": "护理用品"
  53. }
  54. },
  55. "toy": {
  56. "property name": "toy",
  57. "display language": {
  58. "en": "Toys",
  59. "zh-cn": "玩具"
  60. }
  61. },
  62. "frisbee": {
  63. "property name": "frisbee",
  64. "display language": {
  65. "en": "Frisbee",
  66. "zh-cn": "飞盘"
  67. }
  68. },
  69. "ball": {
  70. "property name": "ball",
  71. "display language": {
  72. "en": "Balls",
  73. "zh-cn": "球"
  74. }
  75. },
  76. "other toys": {
  77. "property name": "other_toys",
  78. "display language": {
  79. "en": "Others",
  80. "zh-cn": "其他"
  81. }
  82. },
  83. "shop": {
  84. "property name": "shop",
  85. "display language": {
  86. "en": "shop",
  87. "zh-cn": "商店"
  88. }
  89. },
  90. "food store": {
  91. "property name": "food_store",
  92. "display language": {
  93. "en": "Food Store",
  94. "zh-cn": "食物店"
  95. }
  96. },
  97. "toy store": {
  98. "property name": "toy_store",
  99. "display language": {
  100. "en": "Toy Store",
  101. "zh-cn": "玩具店"
  102. }
  103. },
  104. "pet store": {
  105. "property name": "pet_store",
  106. "display language": {
  107. "en": "Pet Sotre",
  108. "zh-cn": "宠物店"
  109. }
  110. },
  111. "pet hospital": {
  112. "property name": "pet_hospital",
  113. "display language": {
  114. "en": "Pet Hospital",
  115. "zh-cn": "宠物医院"
  116. }
  117. },
  118. "pet hotel": {
  119. "property name": "pet_hotel",
  120. "display language": {
  121. "en": "Pet Hotel",
  122. "zh-cn": "宠物旅馆"
  123. }
  124. },
  125. "status": {
  126. "property name": "status",
  127. "display language": {
  128. "en": "Status",
  129. "zh-cn": "状态"
  130. }
  131. },
  132. "setting": {
  133. "property name": "setting",
  134. "display language": {
  135. "en": "Setting",
  136. "zh-cn": "设定"
  137. }
  138. }
  139. },
  140. "game_message": {
  141. "network_error": {
  142. "en": "Network connection error, please check your network connection.",
  143. "zh-cn": "网络连接错误,请检查你的网络连接。"
  144. },
  145. "not_allow_version_IOS": {
  146. "en": "Your game version is not allowed. Please update in APP store.",
  147. "zh-cn": "你的游戏版本太低了。请在App Store 更新。"
  148. },
  149. "not_allow_version_Andriod_WW": {
  150. "en": "Your game version is not allowed. Please update in Play Store.",
  151. "zh-cn": "你的游戏版本太低了。请在Play Store 更新。"
  152. },
  153. "not_allow_version_Andriod_CN": {
  154. "en": "Your game version is not allowed. Please update in Application Market.",
  155. "zh-cn": "你的游戏版本太低了。请在应用市场更新。"
  156. },
  157. "not_allow_version_Generic": {
  158. "en": "Your game version is not allowed. Please update.",
  159. "zh-cn": "你的游戏版本太低了。请更新。"
  160. },
  161. "login_fail": {
  162. "en": "Login Fail. Please try again.",
  163. "zh-cn": "登陆失败。请再次尝试。"
  164. },
  165. "dog_name_duplicated": {
  166. "en": "You already have a dog called <<dog_name>>.",
  167. "zh-cn": "你已有有了一只叫做<<dog_name>>的狗了。"
  168. },
  169. "dog_create_success": {
  170. "en": "<<dog_name>> is your good friend now.",
  171. "zh-cn": "现在<<dog_name>>是你的好伙伴了。"
  172. },
  173. "dog_create_fail_no_enough_coin": {
  174. "en": "You don't have enough coins.",
  175. "zh-cn": "你没有足够的金币。"
  176. },
  177. "cannot_add_dog": {
  178. "en": "You can't have any more dogs.",
  179. "zh-cn": "你不能再拥有更多的狗了。"
  180. },
  181. "reg_reminder": {
  182. "en": "Please register user information. It can help to retrieve game data in the future.",
  183. "zh-cn": "注册一下用户信息。方便以后找回数据。"
  184. },
  185. "register_success": {
  186. "en": "Register Success!",
  187. "zh-cn": "注册成功!"
  188. },
  189. "update_user_info_success": {
  190. "en": "Information update successful!",
  191. "zh-cn": "信息更新成功!"
  192. },
  193. "start_bubble": {
  194. "en": "Let's apply shower gel to the dog first.",
  195. "zh-cn": "先给狗狗抹上沐浴露吧。"
  196. },
  197. "start_flush": {
  198. "en": "Wash the dog thoroughly.",
  199. "zh-cn": "把狗狗冲洗干净吧。"
  200. },
  201. "dog_is_clean": {
  202. "en": "The dog is very clean now, take it home.",
  203. "zh-cn": "狗狗现在很干净了,带它回家吧。"
  204. },
  205. "add_dog_prompt": {
  206. "en": "Are you going to adopt a new dog?",
  207. "zh-cn": "确认再领养一只新的狗吗?"
  208. },
  209. "add_dog_fail_no_more": {
  210. "en": "You can't adopt a new dog anymore. Unless you transfer your dog to someone else or foster it",
  211. "zh-cn": "你不能再领养新的狗了。除非把现有的狗赠送给别人或者寄养。"
  212. },
  213. "add_dog_fail_account_level": {
  214. "en": "If you want to adopt more dogs, please upgrade to be a Pro user.",
  215. "zh-cn": "想领养更多狗,请升级成为Pro用户。"
  216. },
  217. "foster_dog_prompt": {
  218. "en": "Will you send<<dog name>>to foster care? It will cost 200 coins.",
  219. "zh-cn": "把<<dog name>>送去寄养吗?将花费200金币。"
  220. },
  221. "record_dog_name": {
  222. "en": "Are you ready? Please hold record and say the puppy's name.",
  223. "zh-cn": "准备好了吗?按住下面的录音按键说出狗狗的名字。"
  224. },
  225. "record_again": {
  226. "en": "Record again. Ensure that the two recordings are consistent.",
  227. "zh-cn": "再输入一次。确保两次录音一致。"
  228. },
  229. "record_success": {
  230. "en": "Now your dog knows its own name. In the future, you can call it by pressing the voice recording button.",
  231. "zh-cn": "现在它知道自己的名字了。以后按下录音键就可以呼唤它了。"
  232. },
  233. "record_fail": {
  234. "en": "Record fail. Please try again.",
  235. "zh-cn": "录音失败。请再试一次。"
  236. },
  237. "from here not used. no_more_food": {
  238. "en": "<dog_name> is full. It doesn't want to eat anymore.",
  239. "zh-cn": "<dog_name>吃饱了。它不想再吃了。"
  240. },
  241. "no_more_water": {
  242. "en": "<dog_name> doesn't want to drive more water.",
  243. "zh-cn": "<dog_name>不想喝水了。"
  244. },
  245. "hungry_message": {
  246. "en": "<dog_name> is hungry. Give him some food.",
  247. "zh-cn": "<dog_name>肚子饿了。给他点吃的吧。"
  248. },
  249. "thirsty_message": {
  250. "en": "<dog_name> is thirsty. Give him some water.",
  251. "zh-cn": "<dog_name>口渴了。给他喝点水吧。"
  252. },
  253. "dirty_message": {
  254. "en": "<dog_name> looks dirty. Give him a bath.",
  255. "zh-cn": "<dog_name>看上去脏兮兮的,给他洗个澡吧。"
  256. },
  257. "happy_mood": {
  258. "en": "<dog_name> looks very happy.",
  259. "zh-cn": "<dog_name>看起来很开心。"
  260. },
  261. "sad_mood": {
  262. "en": "<dog_name> looks not happy.",
  263. "zh-cn": "<dog_name>看起来不太开心。"
  264. },
  265. "sit_trainng": {
  266. "en": "Are you ready? Now you can train <dog name> to sit down. Press and hold the recording button below to say the command.",
  267. "zh-cn": "准备好了吗?现在可以训练<dog name>坐下了。按住下面的录音按键说出指令。"
  268. },
  269. "lie_down_trainng": {
  270. "en": "Are you ready? Now you can train <dog name> to lie down. Press and hold the recording button below to say the command.",
  271. "zh-cn": "准备好了吗?现在可以训练<dog name>躺下了。按住下面的录音按键说出指令。"
  272. },
  273. "spin_trainng": {
  274. "en": "Are you ready? Now you can train <dog name> to spin. Press and hold the recording button below to say the command.",
  275. "zh-cn": "准备好了吗?现在可以训练<dog name>转圈了。按住下面的录音按键说出指令。"
  276. }
  277. },
  278. "canvas": {
  279. "login": {
  280. "button": {
  281. "login": {
  282. "en": "Login",
  283. "zh-cn": "登录"
  284. },
  285. "register": {
  286. "en": "Register",
  287. "zh-cn": "注册"
  288. },
  289. "quick_start": {
  290. "en": "Quick Start",
  291. "zh-cn": "立刻开始"
  292. },
  293. "forget_password": {
  294. "en": "Forget<br>Password",
  295. "zh-cn": "忘记密码"
  296. }
  297. },
  298. "label": {
  299. "account": {
  300. "en": "E-mail:",
  301. "zh-cn": "手机号码:"
  302. },
  303. "password": {
  304. "en": "Password:",
  305. "zh-cn": "密码:"
  306. }
  307. },
  308. "place_holder": {
  309. "account": {
  310. "en": "E-mail address here.",
  311. "zh-cn": "请在输入手机号码."
  312. },
  313. "password": {
  314. "en": "Password here.",
  315. "zh-cn": "请在这里输入你的用密码."
  316. }
  317. }
  318. }
  319. },
  320. "user_message": {
  321. "same_username": {
  322. "en": "This username had been registered.",
  323. "zh-cn": "这个用户名已经注册了。"
  324. },
  325. "different_reg_password": {
  326. "en": "You input different password. Please double check.",
  327. "zh-cn": "两次输入的密码不同。"
  328. },
  329. "wrong_password": {
  330. "en": "Password is not correct. Please double check.",
  331. "zh-cn": "输入的密码错误。"
  332. }
  333. },
  334. "statusUI": {
  335. "label": {
  336. "host": {
  337. "en": "Host:",
  338. "zh-cn": "主人:"
  339. },
  340. "days": {
  341. "en": "Days with you:",
  342. "zh-cn": "陪伴天数:"
  343. },
  344. "status": {
  345. "en": "Status:",
  346. "zh-cn": "状态:"
  347. }
  348. },
  349. "button": {
  350. "back": {
  351. "en": "Back",
  352. "zh-cn": "返回"
  353. }
  354. },
  355. "status": {
  356. "normal": {
  357. "en": "It looks fine.",
  358. "zh-cn": "看起来一切正常"
  359. },
  360. "satiety_1": {
  361. "en": "It looks a little hungry.",
  362. "zh-cn": "它有点饿了"
  363. },
  364. "satiety_2": {
  365. "en": "It looks very hungry.",
  366. "zh-cn": "它太饿了"
  367. },
  368. "stamina_1": {
  369. "en": "It looks a little tired.",
  370. "zh-cn": "它有点累了"
  371. },
  372. "stamina_2": {
  373. "en": "It looks very tired.",
  374. "zh-cn": "它太累了"
  375. },
  376. "thirsty_1": {
  377. "en": "It looks a little thirsty.",
  378. "zh-cn": "它有点口渴了"
  379. },
  380. "thirsty_2": {
  381. "en": "It looks very thirsty.",
  382. "zh-cn": "它太口渴了"
  383. },
  384. "healthy_1": {
  385. "en": "It doesn't look good.",
  386. "zh-cn": "它看起来不太好"
  387. },
  388. "healthy_2": {
  389. "en": "It looks very bad.",
  390. "zh-cn": "它看起来像是生病了"
  391. },
  392. "clean_1": {
  393. "en": "It looks dirty.",
  394. "zh-cn": "它有点脏兮兮的"
  395. },
  396. "clean_2": {
  397. "en": "It looks very dirty and smell badly.",
  398. "zh-cn": "它很脏了,还有点气味"
  399. },
  400. "obesity_1": {
  401. "en": "It looks fat and cute.",
  402. "zh-cn": "它看上去胖胖的挺可爱的"
  403. },
  404. "obesity_2": {
  405. "en": "It is too fat.",
  406. "zh-cn": "它看起来胖成一个球了"
  407. }
  408. }
  409. },
  410. "shoppingUI": {
  411. "button": {
  412. "food": {
  413. "en": "Food",
  414. "zh-cn": "食物"
  415. },
  416. "toy": {
  417. "en": "Toy",
  418. "zh-cn": "玩具"
  419. },
  420. "other": {
  421. "en": "Other",
  422. "zh-cn": "其他"
  423. },
  424. "confirm": {
  425. "en": "OK",
  426. "zh-cn": "确认"
  427. },
  428. "cancel": {
  429. "en": "Cancel",
  430. "zh-cn": "取消"
  431. },
  432. "back": {
  433. "en": "Back",
  434. "zh-cn": "返回"
  435. },
  436. "yes": {
  437. "en": "Yes",
  438. "zh-cn": "是"
  439. },
  440. "no": {
  441. "en": "No",
  442. "zh-cn": "否"
  443. }
  444. },
  445. "message": {
  446. "not_enough_coin": {
  447. "en": "You don't have enough coins.",
  448. "zh-cn": "金币不足。"
  449. },
  450. "purchase_success": {
  451. "en": "<<item_name>> purchase successful.",
  452. "zh-cn": "<<item_name>>购买成功。"
  453. }
  454. }
  455. },
  456. "warehouseUI": {
  457. "//": "warehouseUI页面和ShoppingUI相似。数据共用。"
  458. },
  459. "playgroundUI": {
  460. "button": {
  461. "confirm": {
  462. "en": "Go Home",
  463. "zh-cn": "回家"
  464. },
  465. "play_again": {
  466. "en": "Play Again",
  467. "zh-cn": "再玩一次"
  468. }
  469. },
  470. "label": {
  471. "game_result": {
  472. "finishSuccess": {
  473. "en": "Success!<br>Flied <<distance>> meter.",
  474. "zh-cn": "成功!飞出 <<distance>> 米。"
  475. },
  476. "finishOutOfBound": {
  477. "en": "Fail. Out of bound.",
  478. "zh-cn": "失败。 出界了。"
  479. },
  480. "finishFail": {
  481. "en": "Fail. Dog didn't catch it.",
  482. "zh-cn": "失败。 狗狗没有接住。"
  483. }
  484. }
  485. }
  486. },
  487. "registerUI": {
  488. "button": {
  489. "confirm": {
  490. "en": "Confrim",
  491. "zh-cn": "确认"
  492. },
  493. "cancel": {
  494. "en": "Cancel",
  495. "zh-cn": "取消"
  496. },
  497. "logout": {
  498. "en": "Log Out",
  499. "zh-cn": "退出"
  500. },
  501. "delete_account": {
  502. "en": "Delete account",
  503. "zh-cn": "删除账户"
  504. }
  505. },
  506. "label": {
  507. "name": {
  508. "en": "Your Name:",
  509. "zh-cn": "用户名:"
  510. },
  511. "password": {
  512. "en": "Password:",
  513. "zh-cn": "密码:"
  514. },
  515. "mobile": {
  516. "en": "Cell Phone:",
  517. "zh-cn": "手机号码:"
  518. },
  519. "email": {
  520. "en": "Email:",
  521. "zh-cn": "电子邮箱:"
  522. }
  523. },
  524. "error_msg": {
  525. "duplicated_mobile": {
  526. "en": "* This mobile phone had been used.",
  527. "zh-cn": "这个手机号码已经被注册了。"
  528. },
  529. "user_name_is_empty": {
  530. "en": "* User name is empty.",
  531. "zh-cn": "* 请输入用户名。"
  532. },
  533. "password_too_short": {
  534. "en": "* Password need at least 8 letters.",
  535. "zh-cn": "* 密码至少8位。"
  536. },
  537. "mobile_is_empty": {
  538. "en": "* Cell Phone number is empty.",
  539. "zh-cn": "* 请输入手机号码。"
  540. },
  541. "email_is_empty": {
  542. "en": "* Email is empty.",
  543. "zh-cn": "* 请输入电子邮箱。"
  544. },
  545. "email_format_wrong": {
  546. "en": "* Please use correct E-mail address.",
  547. "zh-cn": "* 请输入正确的电子邮箱。"
  548. },
  549. "duplicated_email": {
  550. "en": "* This E-mail had been used.",
  551. "zh-cn": "这个邮箱已经被注册了。"
  552. }
  553. },
  554. "alert_message": {
  555. "delete_account": {
  556. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  557. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  558. }
  559. }
  560. },
  561. "resetUI":{
  562. "button": {
  563. "submit": {
  564. "en": "Submit",
  565. "zh-cn": "提交"
  566. },
  567. "cancel": {
  568. "en": "Cancel",
  569. "zh-cn": "取消"
  570. }
  571. },
  572. "label": {
  573. "message 0": {
  574. "en": "Please input your mobile Phone number.",
  575. "zh-cn": "请输入手机号码。"
  576. },
  577. "message 1": {
  578. "en": "Please input your E-mail address.",
  579. "zh-cn": "请输入邮箱。"
  580. },
  581. "message 2": {
  582. "en": "Please input the verification code you received and your new password",
  583. "zh-cn": "请输入你收到的验证码和新的密码。"
  584. }
  585. },
  586. "text_field": {
  587. "mobile": {
  588. "en": "Mobile Phone No.:",
  589. "zh-cn": "手机号码:"
  590. },
  591. "email": {
  592. "en": "E-mail:",
  593. "zh-cn": "E-mail:"
  594. },
  595. "verification": {
  596. "en": "Verification Code:",
  597. "zh-cn": "验证码:"
  598. },
  599. "password": {
  600. "en": "New password:",
  601. "zh-cn": "新的密码:"
  602. }
  603. },
  604. "error_msg":{
  605. "password_too_short": {
  606. "en": "* Password need at least 8 letters.",
  607. "zh-cn": "* 密码至少8位。"
  608. },
  609. "cannot_find_account": {
  610. "en": "* Cannot find the corresponding account.",
  611. "zh-cn": "* 找不对对应的账户。"
  612. },
  613. "wrong_verification_code": {
  614. "en": "* Verification code is wrong.",
  615. "zh-cn": "* 验证码错误。"
  616. },
  617. "email_format_wrong": {
  618. "en": "* Please use correct E-mail address.",
  619. "zh-cn": "* 请输入正确的电子邮箱。"
  620. }
  621. }
  622. },
  623. "InitDogUI": {
  624. "button": {
  625. "confirm": {
  626. "en": "Confrim",
  627. "zh-cn": "确认"
  628. },
  629. "cancel": {
  630. "en": "Cancel",
  631. "zh-cn": "取消"
  632. },
  633. "create": {
  634. "en": "Create",
  635. "zh-cn": "创建"
  636. },
  637. "adopt": {
  638. "en": "Adopt",
  639. "zh-cn": "领养"
  640. }
  641. },
  642. "label": {
  643. "name": {
  644. "en": "Dog Name:",
  645. "zh-cn": "宝贝名:"
  646. },
  647. "breed": {
  648. "en": "Breed:",
  649. "zh-cn": "品种:"
  650. },
  651. "sex": {
  652. "en": "Sex:",
  653. "zh-cn": "性别:"
  654. },
  655. "female": {
  656. "en": "female",
  657. "zh-cn": "母"
  658. },
  659. "male": {
  660. "en": "male",
  661. "zh-cn": "公"
  662. },
  663. "create or adopt msg": {
  664. "en": "Create a new dog to start game, or adopt one from your friend?",
  665. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  666. },
  667. "price":{
  668. "en": "Price:",
  669. "zh-cn": "价格:"
  670. }
  671. }
  672. },
  673. "item": {
  674. "food": {
  675. "food_00001": {
  676. "price": 10,
  677. "picture": "shopping/pictures/food_00001",
  678. "short_name": "狗粮",
  679. "category": "",
  680. "type": "",
  681. "property": "",
  682. "parameter": "",
  683. "max qty": 999,
  684. "description": {
  685. "en": "Fresh Dog food",
  686. "zh-cn": "狗粮"
  687. }
  688. },
  689. "food_00002": {
  690. "price": 20,
  691. "picture": "shopping/pictures/food_00002",
  692. "short_name": "狗罐头",
  693. "category": "",
  694. "type": "",
  695. "property": "",
  696. "parameter": "",
  697. "max qty": 999,
  698. "description": {
  699. "en": "Canned meal",
  700. "zh-cn": "纯肉罐头"
  701. }
  702. },
  703. "food_00003": {
  704. "price": 15,
  705. "picture": "shopping/pictures/food_00003",
  706. "short_name": "冻肉干",
  707. "category": "",
  708. "type": "",
  709. "property": "",
  710. "parameter": "",
  711. "max qty": 999,
  712. "description": {
  713. "en": "Dried frozen meat",
  714. "zh-cn": "冻肉干"
  715. }
  716. },
  717. "water_00001": {
  718. "price": 2,
  719. "picture": "Shopping/pictures/water_00001",
  720. "category": "",
  721. "type": "",
  722. "property": "",
  723. "parameter": "",
  724. "max qty": 999,
  725. "description": {
  726. "en": "Water",
  727. "zh-cn": "饮用水"
  728. }
  729. },
  730. "water_00002": {
  731. "price": 15,
  732. "picture": "Shopping/pictures/water_00002",
  733. "category": "",
  734. "type": "",
  735. "property": "",
  736. "parameter": "",
  737. "max qty": 999,
  738. "description": {
  739. "en": "Milk",
  740. "zh-cn": "牛奶"
  741. }
  742. }
  743. },
  744. "toy": {
  745. "toy_00001": {
  746. "price": 15,
  747. "picture": "Shopping/pictures/toy_00001",
  748. "category": "",
  749. "type": "",
  750. "property": "",
  751. "parameter": "",
  752. "max qty": 1,
  753. "description": {
  754. "en": "Frisbee(Blue)",
  755. "zh-cn": "飞盘(蓝)"
  756. }
  757. }
  758. },
  759. "other": {
  760. "other_00001": {
  761. "price": 10,
  762. "picture": "Shopping/pictures/other_00001",
  763. "category": "",
  764. "type": "",
  765. "property": "",
  766. "parameter": "",
  767. "max qty": 99,
  768. "description": {
  769. "en": "Dog Shower Gel",
  770. "zh-cn": "沐浴露"
  771. }
  772. }
  773. }
  774. }
  775. }