languages.json 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124
  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. "message": {
  953. "receive_success": {
  954. "en": "Adopt successfully. <<dog_name>> is your good friend.",
  955. "zh-cn": "领养成功。<<dog_name>>现在是你的好伙伴了。"
  956. },
  957. "receive_fail": {
  958. "en": "Adopt failed.",
  959. "zh-cn": "领养失败。"
  960. }
  961. }
  962. },
  963. "FeedbackUI": {
  964. "button": {
  965. "submit": {
  966. "en": "Submit",
  967. "zh-cn": "提交"
  968. },
  969. "cancel": {
  970. "en": "Cancel",
  971. "zh-cn": "取消"
  972. }
  973. },
  974. "label": {
  975. "type": {
  976. "en": "Type:",
  977. "zh-cn": "类别:"
  978. },
  979. "option_0": {
  980. "en": "Comments",
  981. "zh-cn": "建议"
  982. },
  983. "option_1": {
  984. "en": "Bug",
  985. "zh-cn": "Bug"
  986. },
  987. "feedback": {
  988. "en": "Feedback:",
  989. "zh-cn": "反馈:"
  990. }
  991. },
  992. "message":{
  993. "success":{
  994. "en": "Thanks for your feedback. We will response as soon as possible.",
  995. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  996. }
  997. }
  998. },
  999. "item": {
  1000. "food": {
  1001. "food_00001": {
  1002. "price": 10,
  1003. "picture": "shopping/pictures/food_00001",
  1004. "target": "multiple",
  1005. "short_name": "狗粮",
  1006. "category": "",
  1007. "type": "",
  1008. "property": "",
  1009. "parameter": "",
  1010. "max qty": 999,
  1011. "description": {
  1012. "en": "Fresh Dog food",
  1013. "zh-cn": "狗粮"
  1014. }
  1015. },
  1016. "food_00002": {
  1017. "price": 20,
  1018. "picture": "shopping/pictures/food_00002",
  1019. "target": "multiple",
  1020. "short_name": "狗罐头",
  1021. "category": "",
  1022. "type": "",
  1023. "property": "",
  1024. "parameter": "",
  1025. "max qty": 999,
  1026. "description": {
  1027. "en": "Canned meal",
  1028. "zh-cn": "纯肉罐头"
  1029. }
  1030. },
  1031. "food_00003": {
  1032. "price": 15,
  1033. "picture": "shopping/pictures/food_00003",
  1034. "target": "multiple",
  1035. "short_name": "冻肉干",
  1036. "category": "",
  1037. "type": "",
  1038. "property": "",
  1039. "parameter": "",
  1040. "max qty": 999,
  1041. "description": {
  1042. "en": "Dried frozen meat",
  1043. "zh-cn": "冻肉干"
  1044. }
  1045. },
  1046. "water_00001": {
  1047. "price": 2,
  1048. "picture": "Shopping/pictures/water_00001",
  1049. "target": "multiple",
  1050. "category": "",
  1051. "type": "",
  1052. "property": "",
  1053. "parameter": "",
  1054. "max qty": 999,
  1055. "description": {
  1056. "en": "Water",
  1057. "zh-cn": "饮用水"
  1058. }
  1059. },
  1060. "water_00002": {
  1061. "price": 15,
  1062. "picture": "Shopping/pictures/water_00002",
  1063. "target": "multiple",
  1064. "category": "",
  1065. "type": "",
  1066. "property": "",
  1067. "parameter": "",
  1068. "max qty": 999,
  1069. "description": {
  1070. "en": "Milk",
  1071. "zh-cn": "牛奶"
  1072. }
  1073. }
  1074. },
  1075. "toy": {
  1076. "toy_00001": {
  1077. "price": 15,
  1078. "picture": "Shopping/pictures/toy_00001",
  1079. "target": "single",
  1080. "category": "",
  1081. "type": "",
  1082. "property": "",
  1083. "parameter": "",
  1084. "max qty": 1,
  1085. "description": {
  1086. "en": "Frisbee(Blue)",
  1087. "zh-cn": "飞盘(蓝)"
  1088. }
  1089. }
  1090. },
  1091. "other": {
  1092. "other_00001": {
  1093. "price": 10,
  1094. "picture": "Shopping/pictures/other_00001",
  1095. "target": "single",
  1096. "category": "",
  1097. "type": "",
  1098. "property": "",
  1099. "parameter": "",
  1100. "max qty": 99,
  1101. "description": {
  1102. "en": "Dog Shower Gel",
  1103. "zh-cn": "沐浴露"
  1104. }
  1105. },
  1106. "other_00002": {
  1107. "price": 5,
  1108. "picture": "Shopping/pictures/other_00002",
  1109. "target": "single",
  1110. "category": "",
  1111. "type": "",
  1112. "property": "",
  1113. "parameter": "",
  1114. "max qty": 99,
  1115. "description": {
  1116. "en": "Dog Toothbrush",
  1117. "zh-cn": "狗牙刷"
  1118. }
  1119. }
  1120. }
  1121. }
  1122. }