languages.json 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  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. },
  703. "message_box": {
  704. "qty": {
  705. "en": "Quantity",
  706. "zh-cn": "数量"
  707. }
  708. }
  709. },
  710. "warehouseUI": {
  711. "//": "warehouseUI页面和ShoppingUI相似。数据共用。",
  712. "message": {
  713. "toy_single": {
  714. "en": "Do you want to play <<item_name>> with <<dog_name>>?",
  715. "zh-cn": "和<<dog_name>>一起玩<<item_name>>吗?"
  716. },
  717. "toy_multiple": {
  718. "en": "Do you want to play <<item_name>> with all dogs?",
  719. "zh-cn": "和所有的狗狗一起玩<<item_name>>吗?"
  720. },
  721. "food_single": {
  722. "en": "Do you want to feed <<dog_name>> with <<item_name>>?",
  723. "zh-cn": "要给<<dog_name>>吃<<item_name>>东西吗?"
  724. },
  725. "food_multiple": {
  726. "en": "Do you want to feed all dogs with <<item_name>>?",
  727. "zh-cn": "要给所有的狗狗吃<<item_name>>吗?"
  728. },
  729. "other_single": {
  730. "en": "Do you want to use <<item_name>> with <<dog_name>>?",
  731. "zh-cn": "要给<<dog_name>>使用<<item_name>>吗?"
  732. },
  733. "other_multiple": {
  734. "en": "Do you want to use <<item_name>>?",
  735. "zh-cn": "要使用<<item_name>>吗?"
  736. }
  737. }
  738. },
  739. "playgroundUI": {
  740. "button": {
  741. "confirm": {
  742. "en": "Go Home",
  743. "zh-cn": "回家"
  744. },
  745. "play_again": {
  746. "en": "Play Again",
  747. "zh-cn": "再玩一次"
  748. }
  749. },
  750. "label": {
  751. "game_result": {
  752. "finishSuccess": {
  753. "en": "Success!<br>Flied <<distance>> meter.",
  754. "zh-cn": "成功!飞出 <<distance>> 米。"
  755. },
  756. "finishOutOfBound": {
  757. "en": "Fail. Out of bound.",
  758. "zh-cn": "失败。 出界了。"
  759. },
  760. "finishFail": {
  761. "en": "Fail. Dog didn't catch it.",
  762. "zh-cn": "失败。 狗狗没有接住。"
  763. }
  764. }
  765. }
  766. },
  767. "registerUI": {
  768. "button": {
  769. "confirm": {
  770. "en": "Confrim",
  771. "zh-cn": "确认"
  772. },
  773. "cancel": {
  774. "en": "Cancel",
  775. "zh-cn": "取消"
  776. },
  777. "logout": {
  778. "en": "Log Out",
  779. "zh-cn": "退出"
  780. },
  781. "delete_account": {
  782. "en": "Delete account",
  783. "zh-cn": "删除账户"
  784. }
  785. },
  786. "label": {
  787. "name": {
  788. "en": "Your Name:",
  789. "zh-cn": "用户名:"
  790. },
  791. "password": {
  792. "en": "Password:",
  793. "zh-cn": "密码:"
  794. },
  795. "mobile": {
  796. "en": "Cell Phone:",
  797. "zh-cn": "手机号码:"
  798. },
  799. "email": {
  800. "en": "Email:",
  801. "zh-cn": "电子邮箱:"
  802. }
  803. },
  804. "error_msg": {
  805. "duplicated_mobile": {
  806. "en": "* This mobile phone had been used.",
  807. "zh-cn": "这个手机号码已经被注册了。"
  808. },
  809. "user_name_is_empty": {
  810. "en": "* User name is empty.",
  811. "zh-cn": "* 请输入用户名。"
  812. },
  813. "password_too_short": {
  814. "en": "* Password need at least 8 letters.",
  815. "zh-cn": "* 密码至少8位。"
  816. },
  817. "mobile_is_empty": {
  818. "en": "* Cell Phone number is empty.",
  819. "zh-cn": "* 请输入手机号码。"
  820. },
  821. "email_is_empty": {
  822. "en": "* Email is empty.",
  823. "zh-cn": "* 请输入电子邮箱。"
  824. },
  825. "email_format_wrong": {
  826. "en": "* Please use correct E-mail address.",
  827. "zh-cn": "* 请输入正确的电子邮箱。"
  828. },
  829. "duplicated_email": {
  830. "en": "* This E-mail had been used.",
  831. "zh-cn": "这个邮箱已经被注册了。"
  832. }
  833. },
  834. "alert_message": {
  835. "delete_account": {
  836. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  837. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  838. }
  839. }
  840. },
  841. "resetUI":{
  842. "button": {
  843. "submit": {
  844. "en": "Submit",
  845. "zh-cn": "提交"
  846. },
  847. "cancel": {
  848. "en": "Cancel",
  849. "zh-cn": "取消"
  850. }
  851. },
  852. "label": {
  853. "message 0": {
  854. "en": "Please input your mobile Phone number.",
  855. "zh-cn": "请输入手机号码。"
  856. },
  857. "message 1": {
  858. "en": "Please input your E-mail address.",
  859. "zh-cn": "请输入邮箱。"
  860. },
  861. "message 2": {
  862. "en": "Please input the verification code you received and your new password",
  863. "zh-cn": "请输入你收到的验证码和新的密码。"
  864. }
  865. },
  866. "text_field": {
  867. "mobile": {
  868. "en": "Mobile Phone No.:",
  869. "zh-cn": "手机号码:"
  870. },
  871. "email": {
  872. "en": "E-mail:",
  873. "zh-cn": "E-mail:"
  874. },
  875. "verification": {
  876. "en": "Verification Code:",
  877. "zh-cn": "验证码:"
  878. },
  879. "password": {
  880. "en": "New password:",
  881. "zh-cn": "新的密码:"
  882. }
  883. },
  884. "error_msg":{
  885. "password_too_short": {
  886. "en": "* Password need at least 8 letters.",
  887. "zh-cn": "* 密码至少8位。"
  888. },
  889. "cannot_find_account": {
  890. "en": "* Cannot find the corresponding account.",
  891. "zh-cn": "* 找不对对应的账户。"
  892. },
  893. "wrong_verification_code": {
  894. "en": "* Verification code is wrong.",
  895. "zh-cn": "* 验证码错误。"
  896. },
  897. "email_format_wrong": {
  898. "en": "* Please use correct E-mail address.",
  899. "zh-cn": "* 请输入正确的电子邮箱。"
  900. }
  901. }
  902. },
  903. "InitDogUI": {
  904. "button": {
  905. "confirm": {
  906. "en": "Confrim",
  907. "zh-cn": "确认"
  908. },
  909. "cancel": {
  910. "en": "Cancel",
  911. "zh-cn": "取消"
  912. },
  913. "create": {
  914. "en": "Create",
  915. "zh-cn": "创建"
  916. },
  917. "adopt": {
  918. "en": "Adopt",
  919. "zh-cn": "领养"
  920. }
  921. },
  922. "label": {
  923. "name": {
  924. "en": "Dog Name:",
  925. "zh-cn": "宝贝名:"
  926. },
  927. "breed": {
  928. "en": "Breed:",
  929. "zh-cn": "品种:"
  930. },
  931. "sex": {
  932. "en": "Sex:",
  933. "zh-cn": "性别:"
  934. },
  935. "female": {
  936. "en": "female",
  937. "zh-cn": "母"
  938. },
  939. "male": {
  940. "en": "male",
  941. "zh-cn": "公"
  942. },
  943. "create or adopt msg": {
  944. "en": "Create a new dog to start game, or adopt one from your friend?",
  945. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  946. },
  947. "price":{
  948. "en": "Price:",
  949. "zh-cn": "价格:"
  950. }
  951. }
  952. },
  953. "FeedbackUI": {
  954. "button": {
  955. "submit": {
  956. "en": "Submit",
  957. "zh-cn": "提交"
  958. },
  959. "cancel": {
  960. "en": "Cancel",
  961. "zh-cn": "取消"
  962. }
  963. },
  964. "label": {
  965. "type": {
  966. "en": "Type:",
  967. "zh-cn": "类别:"
  968. },
  969. "option_0": {
  970. "en": "Comments",
  971. "zh-cn": "建议"
  972. },
  973. "option_1": {
  974. "en": "Bug",
  975. "zh-cn": "Bug"
  976. },
  977. "feedback": {
  978. "en": "Feedback:",
  979. "zh-cn": "反馈:"
  980. }
  981. },
  982. "message":{
  983. "success":{
  984. "en": "Thanks for your feedback. We will response as soon as possible.",
  985. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  986. }
  987. }
  988. },
  989. "item": {
  990. "food": {
  991. "food_00001": {
  992. "price": 10,
  993. "picture": "shopping/pictures/food_00001",
  994. "target": "multiple",
  995. "short_name": "狗粮",
  996. "category": "",
  997. "type": "",
  998. "property": "",
  999. "parameter": "",
  1000. "max qty": 999,
  1001. "description": {
  1002. "en": "Fresh Dog food",
  1003. "zh-cn": "狗粮"
  1004. }
  1005. },
  1006. "food_00002": {
  1007. "price": 20,
  1008. "picture": "shopping/pictures/food_00002",
  1009. "target": "multiple",
  1010. "short_name": "狗罐头",
  1011. "category": "",
  1012. "type": "",
  1013. "property": "",
  1014. "parameter": "",
  1015. "max qty": 999,
  1016. "description": {
  1017. "en": "Canned meal",
  1018. "zh-cn": "纯肉罐头"
  1019. }
  1020. },
  1021. "food_00003": {
  1022. "price": 15,
  1023. "picture": "shopping/pictures/food_00003",
  1024. "target": "multiple",
  1025. "short_name": "冻肉干",
  1026. "category": "",
  1027. "type": "",
  1028. "property": "",
  1029. "parameter": "",
  1030. "max qty": 999,
  1031. "description": {
  1032. "en": "Dried frozen meat",
  1033. "zh-cn": "冻肉干"
  1034. }
  1035. },
  1036. "water_00001": {
  1037. "price": 2,
  1038. "picture": "Shopping/pictures/water_00001",
  1039. "target": "multiple",
  1040. "category": "",
  1041. "type": "",
  1042. "property": "",
  1043. "parameter": "",
  1044. "max qty": 999,
  1045. "description": {
  1046. "en": "Water",
  1047. "zh-cn": "饮用水"
  1048. }
  1049. },
  1050. "water_00002": {
  1051. "price": 15,
  1052. "picture": "Shopping/pictures/water_00002",
  1053. "target": "multiple",
  1054. "category": "",
  1055. "type": "",
  1056. "property": "",
  1057. "parameter": "",
  1058. "max qty": 999,
  1059. "description": {
  1060. "en": "Milk",
  1061. "zh-cn": "牛奶"
  1062. }
  1063. }
  1064. },
  1065. "toy": {
  1066. "toy_00001": {
  1067. "price": 15,
  1068. "picture": "Shopping/pictures/toy_00001",
  1069. "target": "single",
  1070. "category": "",
  1071. "type": "",
  1072. "property": "",
  1073. "parameter": "",
  1074. "max qty": 1,
  1075. "description": {
  1076. "en": "Frisbee(Blue)",
  1077. "zh-cn": "飞盘(蓝)"
  1078. }
  1079. }
  1080. },
  1081. "other": {
  1082. "other_00001": {
  1083. "price": 10,
  1084. "picture": "Shopping/pictures/other_00001",
  1085. "target": "single",
  1086. "category": "",
  1087. "type": "",
  1088. "property": "",
  1089. "parameter": "",
  1090. "max qty": 99,
  1091. "description": {
  1092. "en": "Dog Shower Gel",
  1093. "zh-cn": "沐浴露"
  1094. }
  1095. },
  1096. "other_00002": {
  1097. "price": 5,
  1098. "picture": "Shopping/pictures/other_00002",
  1099. "target": "single",
  1100. "category": "",
  1101. "type": "",
  1102. "property": "",
  1103. "parameter": "",
  1104. "max qty": 99,
  1105. "description": {
  1106. "en": "Dog Toothbrush",
  1107. "zh-cn": "狗牙刷"
  1108. }
  1109. }
  1110. }
  1111. }
  1112. }