languages.json 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048
  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. "transfer_dog_prompt": {
  222. "en": "Will you send <<dog name>> to your friend?",
  223. "zh-cn": "把<<dog name>>送给你的好友吗?"
  224. },
  225. "voiceCall_00": {
  226. "en": "Are you ready? Please hold record button and say <<dog_name>>'s name.",
  227. "zh-cn": "准备好了吗?按住下面的录音按键说出<<dog_name>>的名字。"
  228. },
  229. "voiceCall_01": {
  230. "en": "Record again. Ensure that the two recordings are consistent.",
  231. "zh-cn": "再输入一次。确保两次录音一致。"
  232. },
  233. "voiceCall_10": {
  234. "en": "Now <<dog_name>> knows its own name. In the future, you can call it by pressing the voice recording button.<br>Call it often, and it will be more obedient.",
  235. "zh-cn": "现在<<dog_name>>知道自己的名字了。以后按下录音键就可以呼唤它了。<br>经常呼叫他,它会更听话哦。"
  236. },
  237. "voiceCall_20": {
  238. "en": "Record fail. Please try again.",
  239. "zh-cn": "录音失败。请再试一次。"
  240. },
  241. "commandSit_00": {
  242. "en": "Are you ready? Now you can give <<dog_name>> the command to sit down.",
  243. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>坐下。"
  244. },
  245. "commandSit_01": {
  246. "en": "Record again. Ensure that the two recordings are consistent.",
  247. "zh-cn": "再输入一次。确保两次录音一致。"
  248. },
  249. "commandSit_10": {
  250. "en": "Now <<dog_name>> will sit down when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  251. "zh-cn": "<<dog_name>>现在会听从你的指令坐下了。<br>经常训练他,它会更听话哦。"
  252. },
  253. "commandSit_20": {
  254. "en": "Record fail. Please try again.",
  255. "zh-cn": "录音失败。请再试一次。"
  256. },
  257. "commandStand_00": {
  258. "en": "Are you ready? Now you can give <<dog_name>> the command to stand up.",
  259. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>站起来。"
  260. },
  261. "commandStand_01": {
  262. "en": "Record again. Ensure that the two recordings are consistent.",
  263. "zh-cn": "再输入一次。确保两次录音一致。"
  264. },
  265. "commandStand_10": {
  266. "en": "Now <<dog_name>> will stand up when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  267. "zh-cn": "<<dog_name>>现在会听从你的指令站起来了。<br>经常训练<<dog_name>>,它会更听话哦。"
  268. },
  269. "commandStand_20": {
  270. "en": "Record fail. Please try again.",
  271. "zh-cn": "录音失败。请再试一次。"
  272. },
  273. "commandBark_00": {
  274. "en": "Are you ready? Now you can give <<dog_name>> the command to bark.",
  275. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>叫几声。"
  276. },
  277. "commandBark_01": {
  278. "en": "Record again. Ensure that the two recordings are consistent.",
  279. "zh-cn": "再输入一次。确保两次录音一致。"
  280. },
  281. "commandBark_10": {
  282. "en": "Now <<dog_name>> will sit down when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  283. "zh-cn": "<<dog_name>>现在会听从你的指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  284. },
  285. "commandBark_20": {
  286. "en": "Record fail. Please try again.",
  287. "zh-cn": "录音失败。请再试一次。"
  288. },
  289. "commandLieDown_00": {
  290. "en": "Are you ready? Now you can give <<dog_name>> the command to lie down.",
  291. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>躺下。"
  292. },
  293. "commandLieDown_01": {
  294. "en": "Record again. Ensure that the two recordings are consistent.",
  295. "zh-cn": "再输入一次。确保两次录音一致。"
  296. },
  297. "commandLieDown_10": {
  298. "en": "Now <<dog_name>> will lie down when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  299. "zh-cn": "<<dog_name>>现在会听从你的指令躺下了。<br>经常训练<<dog_name>>,它会更听话哦。"
  300. },
  301. "commandLieDown_20": {
  302. "en": "Record fail. Please try again.",
  303. "zh-cn": "录音失败。请再试一次。"
  304. },
  305. "commandRotate_00": {
  306. "en": "Are you ready? Now you can give <<dog_name>> the command to rotate.",
  307. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>转圈。"
  308. },
  309. "commandRotate_01": {
  310. "en": "Record again. Ensure that the two recordings are consistent.",
  311. "zh-cn": "再输入一次。确保两次录音一致。"
  312. },
  313. "commandRotate_10": {
  314. "en": "Now <<dog_name>> will rotate when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  315. "zh-cn": "<<dog_name>>现在会听从你的指令转圈了。<br>经常训练<<dog_name>>,它会更听话哦。"
  316. },
  317. "commandRotate_20": {
  318. "en": "Record fail. Please try again.",
  319. "zh-cn": "录音失败。请再试一次。"
  320. },
  321. "commandDeath_00": {
  322. "en": "Are you ready? Now you can give <<dog_name>> the command to pretend to be dead.",
  323. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>装死。"
  324. },
  325. "commandDeath_01": {
  326. "en": "Record again. Ensure that the two recordings are consistent.",
  327. "zh-cn": "再输入一次。确保两次录音一致。"
  328. },
  329. "commandDeath_10": {
  330. "en": "Now <<dog_name>> will pretend to be dead when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  331. "zh-cn": "<<dog_name>>现在会听从你的指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  332. },
  333. "commandDeath_20": {
  334. "en": "Record fail. Please try again.",
  335. "zh-cn": "录音失败。请再试一次。"
  336. },
  337. "commandHug_00": {
  338. "en": "Are you ready? Now you can give <<dog_name>> the command to touch you.",
  339. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>握手。"
  340. },
  341. "commandHug_01": {
  342. "en": "Record again. Ensure that the two recordings are consistent.",
  343. "zh-cn": "再输入一次。确保两次录音一致。"
  344. },
  345. "commandHug_10": {
  346. "en": "Now <<dog_name>> will touch you when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  347. "zh-cn": "<<dog_name>>现在会听从你的握手指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  348. },
  349. "commandHug_20": {
  350. "en": "Record fail. Please try again.",
  351. "zh-cn": "录音失败。请再试一次。"
  352. },
  353. "commandTurnL_00": {
  354. "en": "Are you ready? Now you can give <<dog_name>> the command to turn left.",
  355. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>左转。"
  356. },
  357. "commandTurnL_01": {
  358. "en": "Record again. Ensure that the two recordings are consistent.",
  359. "zh-cn": "再输入一次。确保两次录音一致。"
  360. },
  361. "commandTurnL_10": {
  362. "en": "Now <<dog_name>> will turn left when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  363. "zh-cn": "<<dog_name>>现在会听从你的左转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  364. },
  365. "commandTurnL_20": {
  366. "en": "Record fail. Please try again.",
  367. "zh-cn": "录音失败。请再试一次。"
  368. },
  369. "commandTurnR_00": {
  370. "en": "Are you ready? Now you can give <<dog_name>> the command to turn right.",
  371. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>右转。"
  372. },
  373. "commandTurnR_01": {
  374. "en": "Record again. Ensure that the two recordings are consistent.",
  375. "zh-cn": "再输入一次。确保两次录音一致。"
  376. },
  377. "commandTurnR_10": {
  378. "en": "Now <<dog_name>> will turn right when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  379. "zh-cn": "<<dog_name>>现在会听从你的右转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  380. },
  381. "commandTurnR_20": {
  382. "en": "Record fail. Please try again.",
  383. "zh-cn": "录音失败。请再试一次。"
  384. },
  385. "first_touch_interactive": {
  386. "en": "Try to touch the dog. <<dog_name>> will be very happy.",
  387. "zh-cn": "尝试抚摸一下狗狗吧。<<dog_name>>会很开心。"
  388. },
  389. "quit_game": {
  390. "en": "Are you sure to quit the game?",
  391. "zh-cn": "确定要退出游戏吗?"
  392. },
  393. "reset_voice_reminder":{
  394. "en": "Are you sure to reset <<dog_name>> voice training data?",
  395. "zh-cn": "确定要重置<<dog_name>>语音训练数据吗?"
  396. },
  397. "from here not used. no_more_food": {
  398. "en": "<dog_name> is full. It doesn't want to eat anymore.",
  399. "zh-cn": "<dog_name>吃饱了。它不想再吃了。"
  400. },
  401. "no_more_water": {
  402. "en": "<dog_name> doesn't want to drink more water.",
  403. "zh-cn": "<dog_name>不想喝水了。"
  404. },
  405. "hungry_message": {
  406. "en": "<dog_name> is hungry. Give him some food.",
  407. "zh-cn": "<dog_name>肚子饿了。给他点吃的吧。"
  408. },
  409. "thirsty_message": {
  410. "en": "<dog_name> is thirsty. Give him some water.",
  411. "zh-cn": "<dog_name>口渴了。给他喝点水吧。"
  412. },
  413. "dirty_message": {
  414. "en": "<dog_name> looks dirty. Give him a bath.",
  415. "zh-cn": "<dog_name>看上去脏兮兮的,给他洗个澡吧。"
  416. },
  417. "happy_mood": {
  418. "en": "<dog_name> looks very happy.",
  419. "zh-cn": "<dog_name>看起来很开心。"
  420. },
  421. "sad_mood": {
  422. "en": "<dog_name> looks not happy.",
  423. "zh-cn": "<dog_name>看起来不太开心。"
  424. }
  425. },
  426. "canvas": {
  427. "login": {
  428. "button": {
  429. "login": {
  430. "en": "Login",
  431. "zh-cn": "登录"
  432. },
  433. "register": {
  434. "en": "Register",
  435. "zh-cn": "注册"
  436. },
  437. "quick_start": {
  438. "en": "Quick Start",
  439. "zh-cn": "立刻开始"
  440. },
  441. "forget_password": {
  442. "en": "Forget<br>Password",
  443. "zh-cn": "忘记密码"
  444. }
  445. },
  446. "label": {
  447. "account": {
  448. "en": "E-mail:",
  449. "zh-cn": "手机号码:"
  450. },
  451. "password": {
  452. "en": "Password:",
  453. "zh-cn": "密码:"
  454. }
  455. },
  456. "place_holder": {
  457. "account": {
  458. "en": "E-mail address here.",
  459. "zh-cn": "请在输入手机号码."
  460. },
  461. "password": {
  462. "en": "Password here.",
  463. "zh-cn": "请在这里输入你的用密码."
  464. }
  465. }
  466. },
  467. "start_game":{
  468. "button":{
  469. "start": {
  470. "en": "Start",
  471. "zh-cn": "开始"
  472. }
  473. }
  474. }
  475. },
  476. "user_message": {
  477. "same_username": {
  478. "en": "This username had been registered.",
  479. "zh-cn": "这个用户名已经注册了。"
  480. },
  481. "different_reg_password": {
  482. "en": "You input different password. Please double check.",
  483. "zh-cn": "两次输入的密码不同。"
  484. },
  485. "wrong_password": {
  486. "en": "Password is not correct. Please double check.",
  487. "zh-cn": "输入的密码错误。"
  488. }
  489. },
  490. "statusUI": {
  491. "label": {
  492. "host": {
  493. "en": "Host:",
  494. "zh-cn": "主人:"
  495. },
  496. "days": {
  497. "en": "Days with you:",
  498. "zh-cn": "陪伴天数:"
  499. },
  500. "status": {
  501. "en": "Status:",
  502. "zh-cn": "状态:"
  503. },
  504. "command": {
  505. "en": "He can understand:",
  506. "zh-cn": "可以听懂的口令:"
  507. },
  508. "resetVoice":{
  509. "en": "Re-train voice",
  510. "zh-cn": "重新语音训练"
  511. }
  512. },
  513. "button": {
  514. "back": {
  515. "en": "Back",
  516. "zh-cn": "返回"
  517. },
  518. "cancel": {
  519. "en": "Cancel",
  520. "zh-cn": "放弃"
  521. }
  522. },
  523. "status": {
  524. "normal": {
  525. "en": "It looks fine.",
  526. "zh-cn": "看起来一切正常"
  527. },
  528. "satiety_1": {
  529. "en": "It looks a little hungry.",
  530. "zh-cn": "它有点饿了"
  531. },
  532. "satiety_2": {
  533. "en": "It looks very hungry.",
  534. "zh-cn": "它太饿了"
  535. },
  536. "stamina_1": {
  537. "en": "It looks a little tired.",
  538. "zh-cn": "它有点累了"
  539. },
  540. "stamina_2": {
  541. "en": "It looks very tired.",
  542. "zh-cn": "它太累了"
  543. },
  544. "thirsty_1": {
  545. "en": "It looks a little thirsty.",
  546. "zh-cn": "它有点口渴了"
  547. },
  548. "thirsty_2": {
  549. "en": "It looks very thirsty.",
  550. "zh-cn": "它太口渴了"
  551. },
  552. "healthy_1": {
  553. "en": "It doesn't look good.",
  554. "zh-cn": "它看起来不太好"
  555. },
  556. "healthy_2": {
  557. "en": "It looks very bad.",
  558. "zh-cn": "它看起来像是生病了"
  559. },
  560. "clean_1": {
  561. "en": "It looks dirty.",
  562. "zh-cn": "它有点脏兮兮的"
  563. },
  564. "clean_2": {
  565. "en": "It looks very dirty and smell badly.",
  566. "zh-cn": "它很脏了,还有点气味"
  567. },
  568. "obesity_1": {
  569. "en": "It looks fat and cute.",
  570. "zh-cn": "它看上去胖胖的挺可爱的"
  571. },
  572. "obesity_2": {
  573. "en": "It is too fat.",
  574. "zh-cn": "它看起来胖成一个球了"
  575. }
  576. },
  577. "command": {
  578. "none": {
  579. "en": "None",
  580. "zh-cn": "无"
  581. },
  582. "Sit": {
  583. "en": "Sit",
  584. "zh-cn": "坐下"
  585. },
  586. "Stand": {
  587. "en": "Stand",
  588. "zh-cn": "站立"
  589. },
  590. "LieDown": {
  591. "en": "Lie down",
  592. "zh-cn": "躺下"
  593. },
  594. "TurnL": {
  595. "en": "Spin Left",
  596. "zh-cn": "左转"
  597. },
  598. "TurnR": {
  599. "en": "Spin Right",
  600. "zh-cn": "右转"
  601. },
  602. "Bark": {
  603. "en": "Bark",
  604. "zh-cn": "叫"
  605. },
  606. "Hug": {
  607. "en": "Hug",
  608. "zh-cn": "抱抱"
  609. },
  610. "Death": {
  611. "en": "Play dead",
  612. "zh-cn": "打滚"
  613. },
  614. "Rotate": {
  615. "en": "Rotate",
  616. "zh-cn": "转圈"
  617. }
  618. },
  619. "message":{
  620. "scan_QRcode": {
  621. "en": "Please let your friend scan the QR code within <<second>> seconds.",
  622. "zh-cn": "请在<<second>>秒内让你的好友扫描二维码。"
  623. }
  624. }
  625. },
  626. "shoppingUI": {
  627. "button": {
  628. "food": {
  629. "en": "Food",
  630. "zh-cn": "食物"
  631. },
  632. "toy": {
  633. "en": "Toy",
  634. "zh-cn": "玩具"
  635. },
  636. "other": {
  637. "en": "Other",
  638. "zh-cn": "其他"
  639. },
  640. "confirm": {
  641. "en": "OK",
  642. "zh-cn": "确认"
  643. },
  644. "cancel": {
  645. "en": "Cancel",
  646. "zh-cn": "取消"
  647. },
  648. "back": {
  649. "en": "Back",
  650. "zh-cn": "返回"
  651. },
  652. "yes": {
  653. "en": "Yes",
  654. "zh-cn": "是"
  655. },
  656. "no": {
  657. "en": "No",
  658. "zh-cn": "否"
  659. }
  660. },
  661. "message": {
  662. "not_enough_coin": {
  663. "en": "You don't have enough coins.",
  664. "zh-cn": "金币不足。"
  665. },
  666. "purchase_success": {
  667. "en": "<<item_name>> purchase successful.",
  668. "zh-cn": "<<item_name>>购买成功。"
  669. }
  670. },
  671. "message_box": {
  672. "qty": {
  673. "en": "Quantity",
  674. "zh-cn": "数量"
  675. }
  676. }
  677. },
  678. "warehouseUI": {
  679. "//": "warehouseUI页面和ShoppingUI相似。数据共用。"
  680. },
  681. "playgroundUI": {
  682. "button": {
  683. "confirm": {
  684. "en": "Go Home",
  685. "zh-cn": "回家"
  686. },
  687. "play_again": {
  688. "en": "Play Again",
  689. "zh-cn": "再玩一次"
  690. }
  691. },
  692. "label": {
  693. "game_result": {
  694. "finishSuccess": {
  695. "en": "Success!<br>Flied <<distance>> meter.",
  696. "zh-cn": "成功!飞出 <<distance>> 米。"
  697. },
  698. "finishOutOfBound": {
  699. "en": "Fail. Out of bound.",
  700. "zh-cn": "失败。 出界了。"
  701. },
  702. "finishFail": {
  703. "en": "Fail. Dog didn't catch it.",
  704. "zh-cn": "失败。 狗狗没有接住。"
  705. }
  706. }
  707. }
  708. },
  709. "registerUI": {
  710. "button": {
  711. "confirm": {
  712. "en": "Confrim",
  713. "zh-cn": "确认"
  714. },
  715. "cancel": {
  716. "en": "Cancel",
  717. "zh-cn": "取消"
  718. },
  719. "logout": {
  720. "en": "Log Out",
  721. "zh-cn": "退出"
  722. },
  723. "delete_account": {
  724. "en": "Delete account",
  725. "zh-cn": "删除账户"
  726. }
  727. },
  728. "label": {
  729. "name": {
  730. "en": "Your Name:",
  731. "zh-cn": "用户名:"
  732. },
  733. "password": {
  734. "en": "Password:",
  735. "zh-cn": "密码:"
  736. },
  737. "mobile": {
  738. "en": "Cell Phone:",
  739. "zh-cn": "手机号码:"
  740. },
  741. "email": {
  742. "en": "Email:",
  743. "zh-cn": "电子邮箱:"
  744. }
  745. },
  746. "error_msg": {
  747. "duplicated_mobile": {
  748. "en": "* This mobile phone had been used.",
  749. "zh-cn": "这个手机号码已经被注册了。"
  750. },
  751. "user_name_is_empty": {
  752. "en": "* User name is empty.",
  753. "zh-cn": "* 请输入用户名。"
  754. },
  755. "password_too_short": {
  756. "en": "* Password need at least 8 letters.",
  757. "zh-cn": "* 密码至少8位。"
  758. },
  759. "mobile_is_empty": {
  760. "en": "* Cell Phone number is empty.",
  761. "zh-cn": "* 请输入手机号码。"
  762. },
  763. "email_is_empty": {
  764. "en": "* Email is empty.",
  765. "zh-cn": "* 请输入电子邮箱。"
  766. },
  767. "email_format_wrong": {
  768. "en": "* Please use correct E-mail address.",
  769. "zh-cn": "* 请输入正确的电子邮箱。"
  770. },
  771. "duplicated_email": {
  772. "en": "* This E-mail had been used.",
  773. "zh-cn": "这个邮箱已经被注册了。"
  774. }
  775. },
  776. "alert_message": {
  777. "delete_account": {
  778. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  779. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  780. }
  781. }
  782. },
  783. "resetUI":{
  784. "button": {
  785. "submit": {
  786. "en": "Submit",
  787. "zh-cn": "提交"
  788. },
  789. "cancel": {
  790. "en": "Cancel",
  791. "zh-cn": "取消"
  792. }
  793. },
  794. "label": {
  795. "message 0": {
  796. "en": "Please input your mobile Phone number.",
  797. "zh-cn": "请输入手机号码。"
  798. },
  799. "message 1": {
  800. "en": "Please input your E-mail address.",
  801. "zh-cn": "请输入邮箱。"
  802. },
  803. "message 2": {
  804. "en": "Please input the verification code you received and your new password",
  805. "zh-cn": "请输入你收到的验证码和新的密码。"
  806. }
  807. },
  808. "text_field": {
  809. "mobile": {
  810. "en": "Mobile Phone No.:",
  811. "zh-cn": "手机号码:"
  812. },
  813. "email": {
  814. "en": "E-mail:",
  815. "zh-cn": "E-mail:"
  816. },
  817. "verification": {
  818. "en": "Verification Code:",
  819. "zh-cn": "验证码:"
  820. },
  821. "password": {
  822. "en": "New password:",
  823. "zh-cn": "新的密码:"
  824. }
  825. },
  826. "error_msg":{
  827. "password_too_short": {
  828. "en": "* Password need at least 8 letters.",
  829. "zh-cn": "* 密码至少8位。"
  830. },
  831. "cannot_find_account": {
  832. "en": "* Cannot find the corresponding account.",
  833. "zh-cn": "* 找不对对应的账户。"
  834. },
  835. "wrong_verification_code": {
  836. "en": "* Verification code is wrong.",
  837. "zh-cn": "* 验证码错误。"
  838. },
  839. "email_format_wrong": {
  840. "en": "* Please use correct E-mail address.",
  841. "zh-cn": "* 请输入正确的电子邮箱。"
  842. }
  843. }
  844. },
  845. "InitDogUI": {
  846. "button": {
  847. "confirm": {
  848. "en": "Confrim",
  849. "zh-cn": "确认"
  850. },
  851. "cancel": {
  852. "en": "Cancel",
  853. "zh-cn": "取消"
  854. },
  855. "create": {
  856. "en": "Create",
  857. "zh-cn": "创建"
  858. },
  859. "adopt": {
  860. "en": "Adopt",
  861. "zh-cn": "领养"
  862. }
  863. },
  864. "label": {
  865. "name": {
  866. "en": "Dog Name:",
  867. "zh-cn": "宝贝名:"
  868. },
  869. "breed": {
  870. "en": "Breed:",
  871. "zh-cn": "品种:"
  872. },
  873. "sex": {
  874. "en": "Sex:",
  875. "zh-cn": "性别:"
  876. },
  877. "female": {
  878. "en": "female",
  879. "zh-cn": "母"
  880. },
  881. "male": {
  882. "en": "male",
  883. "zh-cn": "公"
  884. },
  885. "create or adopt msg": {
  886. "en": "Create a new dog to start game, or adopt one from your friend?",
  887. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  888. },
  889. "price":{
  890. "en": "Price:",
  891. "zh-cn": "价格:"
  892. }
  893. }
  894. },
  895. "FeedbackUI": {
  896. "button": {
  897. "submit": {
  898. "en": "Submit",
  899. "zh-cn": "提交"
  900. },
  901. "cancel": {
  902. "en": "Cancel",
  903. "zh-cn": "取消"
  904. }
  905. },
  906. "label": {
  907. "type": {
  908. "en": "Type:",
  909. "zh-cn": "类别:"
  910. },
  911. "option_0": {
  912. "en": "Comments",
  913. "zh-cn": "建议"
  914. },
  915. "option_1": {
  916. "en": "Bug",
  917. "zh-cn": "Bug"
  918. },
  919. "feedback": {
  920. "en": "Feedback:",
  921. "zh-cn": "反馈:"
  922. }
  923. },
  924. "message":{
  925. "success":{
  926. "en": "Thanks for your feedback. We will response as soon as possible.",
  927. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  928. }
  929. }
  930. },
  931. "item": {
  932. "food": {
  933. "food_00001": {
  934. "price": 10,
  935. "picture": "shopping/pictures/food_00001",
  936. "short_name": "狗粮",
  937. "category": "",
  938. "type": "",
  939. "property": "",
  940. "parameter": "",
  941. "max qty": 999,
  942. "description": {
  943. "en": "Fresh Dog food",
  944. "zh-cn": "狗粮"
  945. }
  946. },
  947. "food_00002": {
  948. "price": 20,
  949. "picture": "shopping/pictures/food_00002",
  950. "short_name": "狗罐头",
  951. "category": "",
  952. "type": "",
  953. "property": "",
  954. "parameter": "",
  955. "max qty": 999,
  956. "description": {
  957. "en": "Canned meal",
  958. "zh-cn": "纯肉罐头"
  959. }
  960. },
  961. "food_00003": {
  962. "price": 15,
  963. "picture": "shopping/pictures/food_00003",
  964. "short_name": "冻肉干",
  965. "category": "",
  966. "type": "",
  967. "property": "",
  968. "parameter": "",
  969. "max qty": 999,
  970. "description": {
  971. "en": "Dried frozen meat",
  972. "zh-cn": "冻肉干"
  973. }
  974. },
  975. "water_00001": {
  976. "price": 2,
  977. "picture": "Shopping/pictures/water_00001",
  978. "category": "",
  979. "type": "",
  980. "property": "",
  981. "parameter": "",
  982. "max qty": 999,
  983. "description": {
  984. "en": "Water",
  985. "zh-cn": "饮用水"
  986. }
  987. },
  988. "water_00002": {
  989. "price": 15,
  990. "picture": "Shopping/pictures/water_00002",
  991. "category": "",
  992. "type": "",
  993. "property": "",
  994. "parameter": "",
  995. "max qty": 999,
  996. "description": {
  997. "en": "Milk",
  998. "zh-cn": "牛奶"
  999. }
  1000. }
  1001. },
  1002. "toy": {
  1003. "toy_00001": {
  1004. "price": 15,
  1005. "picture": "Shopping/pictures/toy_00001",
  1006. "category": "",
  1007. "type": "",
  1008. "property": "",
  1009. "parameter": "",
  1010. "max qty": 1,
  1011. "description": {
  1012. "en": "Frisbee(Blue)",
  1013. "zh-cn": "飞盘(蓝)"
  1014. }
  1015. }
  1016. },
  1017. "other": {
  1018. "other_00001": {
  1019. "price": 10,
  1020. "picture": "Shopping/pictures/other_00001",
  1021. "category": "",
  1022. "type": "",
  1023. "property": "",
  1024. "parameter": "",
  1025. "max qty": 99,
  1026. "description": {
  1027. "en": "Dog Shower Gel",
  1028. "zh-cn": "沐浴露"
  1029. }
  1030. },
  1031. "other_00002": {
  1032. "price": 5,
  1033. "picture": "Shopping/pictures/other_00002",
  1034. "category": "",
  1035. "type": "",
  1036. "property": "",
  1037. "parameter": "",
  1038. "max qty": 99,
  1039. "description": {
  1040. "en": "Dog Toothbrush",
  1041. "zh-cn": "狗牙刷"
  1042. }
  1043. }
  1044. }
  1045. }
  1046. }