languages.json 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  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. "commandShake_00": {
  322. "en": "Are you ready? Now you can give <<dog_name>> the command to shake.",
  323. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>摇晃。"
  324. },
  325. "commandShake_01": {
  326. "en": "Record again. Ensure that the two recordings are consistent.",
  327. "zh-cn": "再输入一次。确保两次录音一致。"
  328. },
  329. "commandShake_10": {
  330. "en": "Now <<dog_name>> will shake 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. "commandShake_20": {
  334. "en": "Record fail. Please try again.",
  335. "zh-cn": "录音失败。请再试一次。"
  336. },
  337. "commandDeath_00": {
  338. "en": "Are you ready? Now you can give <<dog_name>> the command to pretend to be dead.",
  339. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>装死。"
  340. },
  341. "commandDeath_01": {
  342. "en": "Record again. Ensure that the two recordings are consistent.",
  343. "zh-cn": "再输入一次。确保两次录音一致。"
  344. },
  345. "commandDeath_10": {
  346. "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.",
  347. "zh-cn": "<<dog_name>>现在会听从你的指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  348. },
  349. "commandDeath_20": {
  350. "en": "Record fail. Please try again.",
  351. "zh-cn": "录音失败。请再试一次。"
  352. },
  353. "commandHug_00": {
  354. "en": "Are you ready? Now you can give <<dog_name>> the command to touch you.",
  355. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>握手。"
  356. },
  357. "commandHug_01": {
  358. "en": "Record again. Ensure that the two recordings are consistent.",
  359. "zh-cn": "再输入一次。确保两次录音一致。"
  360. },
  361. "commandHug_10": {
  362. "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.",
  363. "zh-cn": "<<dog_name>>现在会听从你的握手指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  364. },
  365. "commandHug_20": {
  366. "en": "Record fail. Please try again.",
  367. "zh-cn": "录音失败。请再试一次。"
  368. },
  369. "commandTouch_00": {
  370. "en": "Are you ready? Now you can give <<dog_name>> the command to touch you.",
  371. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>触摸你。"
  372. },
  373. "commandTouch_01": {
  374. "en": "Record again. Ensure that the two recordings are consistent.",
  375. "zh-cn": "再输入一次。确保两次录音一致。"
  376. },
  377. "commandTouch_10": {
  378. "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.",
  379. "zh-cn": "<<dog_name>>现在会听从你的触摸指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  380. },
  381. "commandTouch_20": {
  382. "en": "Record fail. Please try again.",
  383. "zh-cn": "录音失败。请再试一次。"
  384. },
  385. "commandTurnL_00": {
  386. "en": "Are you ready? Now you can give <<dog_name>> the command to turn left.",
  387. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>左转。"
  388. },
  389. "commandTurnL_01": {
  390. "en": "Record again. Ensure that the two recordings are consistent.",
  391. "zh-cn": "再输入一次。确保两次录音一致。"
  392. },
  393. "commandTurnL_10": {
  394. "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.",
  395. "zh-cn": "<<dog_name>>现在会听从你的左转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  396. },
  397. "commandTurnL_20": {
  398. "en": "Record fail. Please try again.",
  399. "zh-cn": "录音失败。请再试一次。"
  400. },
  401. "commandTurnR_00": {
  402. "en": "Are you ready? Now you can give <<dog_name>> the command to turn right.",
  403. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>右转。"
  404. },
  405. "commandTurnR_01": {
  406. "en": "Record again. Ensure that the two recordings are consistent.",
  407. "zh-cn": "再输入一次。确保两次录音一致。"
  408. },
  409. "commandTurnR_10": {
  410. "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.",
  411. "zh-cn": "<<dog_name>>现在会听从你的右转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  412. },
  413. "commandTurnR_20": {
  414. "en": "Record fail. Please try again.",
  415. "zh-cn": "录音失败。请再试一次。"
  416. },
  417. "first_touch_interactive": {
  418. "en": "Try to touch the dog. <<dog_name>> will be very happy.",
  419. "zh-cn": "尝试抚摸一下狗狗吧。<<dog_name>>会很开心。"
  420. },
  421. "quit_game": {
  422. "en": "Are you sure to quit the game?",
  423. "zh-cn": "确定要退出游戏吗?"
  424. },
  425. "reset_voice_reminder":{
  426. "en": "Are you sure to reset <<dog_name>> voice training data?",
  427. "zh-cn": "确定要重置<<dog_name>>语音训练数据吗?"
  428. },
  429. "from here not used. no_more_food": {
  430. "en": "<dog_name> is full. It doesn't want to eat anymore.",
  431. "zh-cn": "<dog_name>吃饱了。它不想再吃了。"
  432. },
  433. "no_more_water": {
  434. "en": "<dog_name> doesn't want to drink more water.",
  435. "zh-cn": "<dog_name>不想喝水了。"
  436. },
  437. "hungry_message": {
  438. "en": "<dog_name> is hungry. Give him some food.",
  439. "zh-cn": "<dog_name>肚子饿了。给他点吃的吧。"
  440. },
  441. "thirsty_message": {
  442. "en": "<dog_name> is thirsty. Give him some water.",
  443. "zh-cn": "<dog_name>口渴了。给他喝点水吧。"
  444. },
  445. "dirty_message": {
  446. "en": "<dog_name> looks dirty. Give him a bath.",
  447. "zh-cn": "<dog_name>看上去脏兮兮的,给他洗个澡吧。"
  448. },
  449. "happy_mood": {
  450. "en": "<dog_name> looks very happy.",
  451. "zh-cn": "<dog_name>看起来很开心。"
  452. },
  453. "sad_mood": {
  454. "en": "<dog_name> looks not happy.",
  455. "zh-cn": "<dog_name>看起来不太开心。"
  456. }
  457. },
  458. "canvas": {
  459. "login": {
  460. "button": {
  461. "login": {
  462. "en": "Login",
  463. "zh-cn": "登录"
  464. },
  465. "register": {
  466. "en": "Register",
  467. "zh-cn": "注册"
  468. },
  469. "quick_start": {
  470. "en": "Quick Start",
  471. "zh-cn": "立刻开始"
  472. },
  473. "forget_password": {
  474. "en": "Forget<br>Password",
  475. "zh-cn": "忘记密码"
  476. }
  477. },
  478. "label": {
  479. "account": {
  480. "en": "E-mail:",
  481. "zh-cn": "手机号码:"
  482. },
  483. "password": {
  484. "en": "Password:",
  485. "zh-cn": "密码:"
  486. }
  487. },
  488. "place_holder": {
  489. "account": {
  490. "en": "E-mail address here.",
  491. "zh-cn": "请在输入手机号码."
  492. },
  493. "password": {
  494. "en": "Password here.",
  495. "zh-cn": "请在这里输入你的用密码."
  496. }
  497. }
  498. },
  499. "start_game":{
  500. "button":{
  501. "start": {
  502. "en": "Start",
  503. "zh-cn": "开始"
  504. }
  505. }
  506. }
  507. },
  508. "user_message": {
  509. "same_username": {
  510. "en": "This username had been registered.",
  511. "zh-cn": "这个用户名已经注册了。"
  512. },
  513. "different_reg_password": {
  514. "en": "You input different password. Please double check.",
  515. "zh-cn": "两次输入的密码不同。"
  516. },
  517. "wrong_password": {
  518. "en": "Password is not correct. Please double check.",
  519. "zh-cn": "输入的密码错误。"
  520. }
  521. },
  522. "statusUI": {
  523. "label": {
  524. "host": {
  525. "en": "Host:",
  526. "zh-cn": "主人:"
  527. },
  528. "days": {
  529. "en": "Days with you:",
  530. "zh-cn": "陪伴天数:"
  531. },
  532. "status": {
  533. "en": "Status:",
  534. "zh-cn": "状态:"
  535. },
  536. "command": {
  537. "en": "He can understand:",
  538. "zh-cn": "可以听懂的口令:"
  539. },
  540. "resetVoice":{
  541. "en": "Re-train voice",
  542. "zh-cn": "重新语音训练"
  543. }
  544. },
  545. "button": {
  546. "back": {
  547. "en": "Back",
  548. "zh-cn": "返回"
  549. },
  550. "cancel": {
  551. "en": "Cancel",
  552. "zh-cn": "放弃"
  553. }
  554. },
  555. "status": {
  556. "normal": {
  557. "en": "It looks fine.",
  558. "zh-cn": "看起来一切正常"
  559. },
  560. "satiety_1": {
  561. "en": "It looks a little hungry.",
  562. "zh-cn": "它有点饿了"
  563. },
  564. "satiety_2": {
  565. "en": "It looks very hungry.",
  566. "zh-cn": "它太饿了"
  567. },
  568. "stamina_1": {
  569. "en": "It looks a little tired.",
  570. "zh-cn": "它有点累了"
  571. },
  572. "stamina_2": {
  573. "en": "It looks very tired.",
  574. "zh-cn": "它太累了"
  575. },
  576. "thirsty_1": {
  577. "en": "It looks a little thirsty.",
  578. "zh-cn": "它有点口渴了"
  579. },
  580. "thirsty_2": {
  581. "en": "It looks very thirsty.",
  582. "zh-cn": "它太口渴了"
  583. },
  584. "healthy_1": {
  585. "en": "It doesn't look good.",
  586. "zh-cn": "它看起来不太好"
  587. },
  588. "healthy_2": {
  589. "en": "It looks very bad.",
  590. "zh-cn": "它看起来像是生病了"
  591. },
  592. "clean_1": {
  593. "en": "It looks dirty.",
  594. "zh-cn": "它有点脏兮兮的"
  595. },
  596. "clean_2": {
  597. "en": "It looks very dirty and smell badly.",
  598. "zh-cn": "它很脏了,还有点气味"
  599. },
  600. "obesity_1": {
  601. "en": "It looks fat and cute.",
  602. "zh-cn": "它看上去胖胖的挺可爱的"
  603. },
  604. "obesity_2": {
  605. "en": "It is too fat.",
  606. "zh-cn": "它看起来胖成一个球了"
  607. }
  608. },
  609. "command": {
  610. "none": {
  611. "en": "None",
  612. "zh-cn": "无"
  613. },
  614. "Sit": {
  615. "en": "Sit",
  616. "zh-cn": "坐下"
  617. },
  618. "Stand": {
  619. "en": "Stand",
  620. "zh-cn": "站立"
  621. },
  622. "LieDown": {
  623. "en": "Lie down",
  624. "zh-cn": "躺下"
  625. },
  626. "TurnL": {
  627. "en": "Spin Left",
  628. "zh-cn": "左转"
  629. },
  630. "TurnR": {
  631. "en": "Spin Right",
  632. "zh-cn": "右转"
  633. },
  634. "Bark": {
  635. "en": "Bark",
  636. "zh-cn": "叫"
  637. },
  638. "Touch": {
  639. "en": "Touch",
  640. "zh-cn": "触摸"
  641. },
  642. "Death": {
  643. "en": "Play dead",
  644. "zh-cn": "打滚"
  645. },
  646. "Shake": {
  647. "en": "Shake",
  648. "zh-cn": "摇晃"
  649. }
  650. },
  651. "message":{
  652. "scan_QRcode": {
  653. "en": "Please let your friend scan the QR code within <<second>> seconds.",
  654. "zh-cn": "请在<<second>>秒内让你的好友扫描二维码。"
  655. }
  656. }
  657. },
  658. "shoppingUI": {
  659. "button": {
  660. "food": {
  661. "en": "Food",
  662. "zh-cn": "食物"
  663. },
  664. "toy": {
  665. "en": "Toy",
  666. "zh-cn": "玩具"
  667. },
  668. "other": {
  669. "en": "Other",
  670. "zh-cn": "其他"
  671. },
  672. "confirm": {
  673. "en": "OK",
  674. "zh-cn": "确认"
  675. },
  676. "cancel": {
  677. "en": "Cancel",
  678. "zh-cn": "取消"
  679. },
  680. "back": {
  681. "en": "Back",
  682. "zh-cn": "返回"
  683. },
  684. "yes": {
  685. "en": "Yes",
  686. "zh-cn": "是"
  687. },
  688. "no": {
  689. "en": "No",
  690. "zh-cn": "否"
  691. }
  692. },
  693. "message": {
  694. "not_enough_coin": {
  695. "en": "You don't have enough coins.",
  696. "zh-cn": "金币不足。"
  697. },
  698. "purchase_success": {
  699. "en": "<<item_name>> purchase successful.",
  700. "zh-cn": "<<item_name>>购买成功。"
  701. },
  702. "exceed_max_qty": {
  703. "en": "You can't buy more than max quantity.",
  704. "zh-cn": "你不能购买超过最大数量的物品。"
  705. }
  706. },
  707. "message_box": {
  708. "qty": {
  709. "en": "Quantity",
  710. "zh-cn": "数量"
  711. }
  712. }
  713. },
  714. "warehouseUI": {
  715. "//": "warehouseUI页面和ShoppingUI相似。数据共用。",
  716. "message": {
  717. "toy_single": {
  718. "en": "Do you want to play <<item_name>> with <<dog_name>>?",
  719. "zh-cn": "和<<dog_name>>一起玩<<item_name>>吗?"
  720. },
  721. "toy_multiple": {
  722. "en": "Do you want to play <<item_name>> with all dogs?",
  723. "zh-cn": "和所有的狗狗一起玩<<item_name>>吗?"
  724. },
  725. "food_single": {
  726. "en": "Do you want to feed <<dog_name>> with <<item_name>>?",
  727. "zh-cn": "要给<<dog_name>>吃<<item_name>>东西吗?"
  728. },
  729. "food_multiple": {
  730. "en": "Do you want to feed all dogs with <<item_name>>?",
  731. "zh-cn": "要给所有的狗狗吃<<item_name>>吗?"
  732. },
  733. "other_single": {
  734. "en": "Do you want to use <<item_name>> with <<dog_name>>?",
  735. "zh-cn": "要给<<dog_name>>使用<<item_name>>吗?"
  736. },
  737. "other_multiple": {
  738. "en": "Do you want to use <<item_name>>?",
  739. "zh-cn": "要使用<<item_name>>吗?"
  740. }
  741. }
  742. },
  743. "playgroundUI": {
  744. "button": {
  745. "confirm": {
  746. "en": "Go Home",
  747. "zh-cn": "回家"
  748. },
  749. "play_again": {
  750. "en": "Play Again",
  751. "zh-cn": "再玩一次"
  752. }
  753. },
  754. "label": {
  755. "game_result": {
  756. "finishSuccess": {
  757. "en": "Success!<br>Flied <<distance>> meter.",
  758. "zh-cn": "成功!飞出 <<distance>> 米。"
  759. },
  760. "finishOutOfBound": {
  761. "en": "Fail. Out of bound.",
  762. "zh-cn": "失败。 出界了。"
  763. },
  764. "finishFail": {
  765. "en": "Fail. Dog didn't catch it.",
  766. "zh-cn": "失败。 狗狗没有接住。"
  767. }
  768. }
  769. }
  770. },
  771. "registerUI": {
  772. "button": {
  773. "confirm": {
  774. "en": "Confrim",
  775. "zh-cn": "确认"
  776. },
  777. "cancel": {
  778. "en": "Cancel",
  779. "zh-cn": "取消"
  780. },
  781. "logout": {
  782. "en": "Log Out",
  783. "zh-cn": "退出"
  784. },
  785. "delete_account": {
  786. "en": "Delete account",
  787. "zh-cn": "删除账户"
  788. }
  789. },
  790. "label": {
  791. "name": {
  792. "en": "Your Name:",
  793. "zh-cn": "用户名:"
  794. },
  795. "password": {
  796. "en": "Password:",
  797. "zh-cn": "密码:"
  798. },
  799. "mobile": {
  800. "en": "Cell Phone:",
  801. "zh-cn": "手机号码:"
  802. },
  803. "email": {
  804. "en": "Email:",
  805. "zh-cn": "电子邮箱:"
  806. }
  807. },
  808. "error_msg": {
  809. "duplicated_mobile": {
  810. "en": "* This mobile phone had been used.",
  811. "zh-cn": "这个手机号码已经被注册了。"
  812. },
  813. "user_name_is_empty": {
  814. "en": "* User name is empty.",
  815. "zh-cn": "* 请输入用户名。"
  816. },
  817. "password_too_short": {
  818. "en": "* Password need at least 8 letters.",
  819. "zh-cn": "* 密码至少8位。"
  820. },
  821. "mobile_is_empty": {
  822. "en": "* Cell Phone number is empty.",
  823. "zh-cn": "* 请输入手机号码。"
  824. },
  825. "email_is_empty": {
  826. "en": "* Email is empty.",
  827. "zh-cn": "* 请输入电子邮箱。"
  828. },
  829. "email_format_wrong": {
  830. "en": "* Please use correct E-mail address.",
  831. "zh-cn": "* 请输入正确的电子邮箱。"
  832. },
  833. "duplicated_email": {
  834. "en": "* This E-mail had been used.",
  835. "zh-cn": "这个邮箱已经被注册了。"
  836. }
  837. },
  838. "alert_message": {
  839. "delete_account": {
  840. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  841. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  842. }
  843. }
  844. },
  845. "resetUI":{
  846. "button": {
  847. "submit": {
  848. "en": "Submit",
  849. "zh-cn": "提交"
  850. },
  851. "cancel": {
  852. "en": "Cancel",
  853. "zh-cn": "取消"
  854. }
  855. },
  856. "label": {
  857. "message 0": {
  858. "en": "Please input your mobile Phone number.",
  859. "zh-cn": "请输入手机号码。"
  860. },
  861. "message 1": {
  862. "en": "Please input your E-mail address.",
  863. "zh-cn": "请输入邮箱。"
  864. },
  865. "message 2": {
  866. "en": "Please input the verification code you received and your new password",
  867. "zh-cn": "请输入你收到的验证码和新的密码。"
  868. }
  869. },
  870. "text_field": {
  871. "mobile": {
  872. "en": "Mobile Phone No.:",
  873. "zh-cn": "手机号码:"
  874. },
  875. "email": {
  876. "en": "E-mail:",
  877. "zh-cn": "E-mail:"
  878. },
  879. "verification": {
  880. "en": "Verification Code:",
  881. "zh-cn": "验证码:"
  882. },
  883. "password": {
  884. "en": "New password:",
  885. "zh-cn": "新的密码:"
  886. }
  887. },
  888. "error_msg":{
  889. "password_too_short": {
  890. "en": "* Password need at least 8 letters.",
  891. "zh-cn": "* 密码至少8位。"
  892. },
  893. "cannot_find_account": {
  894. "en": "* Cannot find the corresponding account.",
  895. "zh-cn": "* 找不对对应的账户。"
  896. },
  897. "wrong_verification_code": {
  898. "en": "* Verification code is wrong.",
  899. "zh-cn": "* 验证码错误。"
  900. },
  901. "email_format_wrong": {
  902. "en": "* Please use correct E-mail address.",
  903. "zh-cn": "* 请输入正确的电子邮箱。"
  904. }
  905. }
  906. },
  907. "InitDogUI": {
  908. "button": {
  909. "confirm": {
  910. "en": "Confrim",
  911. "zh-cn": "确认"
  912. },
  913. "cancel": {
  914. "en": "Cancel",
  915. "zh-cn": "取消"
  916. },
  917. "create": {
  918. "en": "Create",
  919. "zh-cn": "创建"
  920. },
  921. "adopt": {
  922. "en": "Adopt",
  923. "zh-cn": "领养"
  924. }
  925. },
  926. "label": {
  927. "name": {
  928. "en": "Dog Name:",
  929. "zh-cn": "宝贝名:"
  930. },
  931. "breed": {
  932. "en": "Breed:",
  933. "zh-cn": "品种:"
  934. },
  935. "sex": {
  936. "en": "Sex:",
  937. "zh-cn": "性别:"
  938. },
  939. "female": {
  940. "en": "female",
  941. "zh-cn": "母"
  942. },
  943. "male": {
  944. "en": "male",
  945. "zh-cn": "公"
  946. },
  947. "create or adopt msg": {
  948. "en": "Create a new dog to start game, or adopt one from your friend?",
  949. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  950. },
  951. "price":{
  952. "en": "Price:",
  953. "zh-cn": "价格:"
  954. }
  955. },
  956. "message": {
  957. "receive_success": {
  958. "en": "Adopt successfully. <<dog_name>> is your good friend.",
  959. "zh-cn": "领养成功。<<dog_name>>现在是你的好伙伴了。"
  960. },
  961. "receive_fail": {
  962. "en": "Adopt failed.",
  963. "zh-cn": "领养失败。"
  964. },
  965. "QRcode_expired":{
  966. "en": "QR code expired. Please ask your friend to generate a new one.",
  967. "zh-cn": "二维码已过期。请让你的好友生成一个新的二维码。"
  968. },
  969. "purchase_dog_cost": {
  970. "en": "Adopt <<breed>> costs <<dog_cost>> coins.<br>Are you sure?",
  971. "zh-cn": "领养<<breed>>需要花费<<dog_cost>>金币。<br> 确认?"
  972. }
  973. }
  974. },
  975. "FeedbackUI": {
  976. "button": {
  977. "submit": {
  978. "en": "Submit",
  979. "zh-cn": "提交"
  980. },
  981. "cancel": {
  982. "en": "Cancel",
  983. "zh-cn": "取消"
  984. }
  985. },
  986. "label": {
  987. "type": {
  988. "en": "Type:",
  989. "zh-cn": "类别:"
  990. },
  991. "option_0": {
  992. "en": "Comments",
  993. "zh-cn": "建议"
  994. },
  995. "option_1": {
  996. "en": "Bug",
  997. "zh-cn": "Bug"
  998. },
  999. "feedback": {
  1000. "en": "Feedback:",
  1001. "zh-cn": "反馈:"
  1002. }
  1003. },
  1004. "message":{
  1005. "success":{
  1006. "en": "Thanks for your feedback. We will response as soon as possible.",
  1007. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  1008. }
  1009. }
  1010. },
  1011. "WalkDogsScore":{
  1012. "button": {
  1013. "confirm": {
  1014. "en": "Confirm",
  1015. "zh-cn": "确认"
  1016. }
  1017. },
  1018. "label": {
  1019. "score": {
  1020. "en": "Score:",
  1021. "zh-cn": "得分:"
  1022. },
  1023. "maxCombo": {
  1024. "en": "Combo:",
  1025. "zh-cn": "连击:"
  1026. },
  1027. "perfect": {
  1028. "en": "Perfect:",
  1029. "zh-cn": "完美:"
  1030. },
  1031. "good": {
  1032. "en": "Good:",
  1033. "zh-cn": "良好:"
  1034. },
  1035. "miss": {
  1036. "en": "Miss:",
  1037. "zh-cn": "未击中:"
  1038. },
  1039. "poor": {
  1040. "en": "Poor:",
  1041. "zh-cn": "差:"
  1042. },
  1043. "coin": {
  1044. "en": "Coin:",
  1045. "zh-cn": "金币:"
  1046. }
  1047. }
  1048. },
  1049. "item": {
  1050. "food": {
  1051. "food_00001": {
  1052. "price": 10,
  1053. "picture": "shopping/pictures/food_00001",
  1054. "target": "multiple",
  1055. "short_name": "狗粮",
  1056. "category": "",
  1057. "type": "",
  1058. "property": "",
  1059. "parameter": "",
  1060. "max qty": 999,
  1061. "description": {
  1062. "en": "Fresh Dog food",
  1063. "zh-cn": "狗粮"
  1064. }
  1065. },
  1066. "food_00002": {
  1067. "price": 20,
  1068. "picture": "shopping/pictures/food_00002",
  1069. "target": "multiple",
  1070. "short_name": "狗罐头",
  1071. "category": "",
  1072. "type": "",
  1073. "property": "",
  1074. "parameter": "",
  1075. "max qty": 999,
  1076. "description": {
  1077. "en": "Canned meal",
  1078. "zh-cn": "纯肉罐头"
  1079. }
  1080. },
  1081. "food_00003": {
  1082. "price": 15,
  1083. "picture": "shopping/pictures/food_00003",
  1084. "target": "multiple",
  1085. "short_name": "冻肉干",
  1086. "category": "",
  1087. "type": "",
  1088. "property": "",
  1089. "parameter": "",
  1090. "max qty": 999,
  1091. "description": {
  1092. "en": "Dried frozen meat",
  1093. "zh-cn": "冻肉干"
  1094. }
  1095. },
  1096. "water_00001": {
  1097. "price": 2,
  1098. "picture": "Shopping/pictures/water_00001",
  1099. "target": "multiple",
  1100. "category": "",
  1101. "type": "",
  1102. "property": "",
  1103. "parameter": "",
  1104. "max qty": 999,
  1105. "description": {
  1106. "en": "Water",
  1107. "zh-cn": "饮用水"
  1108. }
  1109. },
  1110. "water_00002": {
  1111. "price": 15,
  1112. "picture": "Shopping/pictures/water_00002",
  1113. "target": "multiple",
  1114. "category": "",
  1115. "type": "",
  1116. "property": "",
  1117. "parameter": "",
  1118. "max qty": 999,
  1119. "description": {
  1120. "en": "Milk",
  1121. "zh-cn": "牛奶"
  1122. }
  1123. }
  1124. },
  1125. "toy": {
  1126. "toy_00001": {
  1127. "price": 50,
  1128. "picture": "Shopping/pictures/toy_00001",
  1129. "target": "single",
  1130. "category": "",
  1131. "type": "",
  1132. "property": "",
  1133. "parameter": "",
  1134. "max qty": 1,
  1135. "description": {
  1136. "en": "Frisbee(Blue)",
  1137. "zh-cn": "飞盘(蓝)"
  1138. }
  1139. }
  1140. },
  1141. "other": {
  1142. "other_00001": {
  1143. "price": 10,
  1144. "picture": "Shopping/pictures/other_00001",
  1145. "target": "single",
  1146. "category": "",
  1147. "type": "",
  1148. "property": "",
  1149. "parameter": "",
  1150. "max qty": 999,
  1151. "description": {
  1152. "en": "Dog Shower Gel",
  1153. "zh-cn": "沐浴露"
  1154. }
  1155. },
  1156. "other_00002": {
  1157. "price": 5,
  1158. "picture": "Shopping/pictures/other_00002",
  1159. "target": "single",
  1160. "category": "",
  1161. "type": "",
  1162. "property": "",
  1163. "parameter": "",
  1164. "max qty": 999,
  1165. "description": {
  1166. "en": "Dog Toothbrush",
  1167. "zh-cn": "狗牙刷"
  1168. }
  1169. }
  1170. }
  1171. }
  1172. }