languages.json 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  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. }
  966. },
  967. "FeedbackUI": {
  968. "button": {
  969. "submit": {
  970. "en": "Submit",
  971. "zh-cn": "提交"
  972. },
  973. "cancel": {
  974. "en": "Cancel",
  975. "zh-cn": "取消"
  976. }
  977. },
  978. "label": {
  979. "type": {
  980. "en": "Type:",
  981. "zh-cn": "类别:"
  982. },
  983. "option_0": {
  984. "en": "Comments",
  985. "zh-cn": "建议"
  986. },
  987. "option_1": {
  988. "en": "Bug",
  989. "zh-cn": "Bug"
  990. },
  991. "feedback": {
  992. "en": "Feedback:",
  993. "zh-cn": "反馈:"
  994. }
  995. },
  996. "message":{
  997. "success":{
  998. "en": "Thanks for your feedback. We will response as soon as possible.",
  999. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  1000. }
  1001. }
  1002. },
  1003. "WalkDogsScore":{
  1004. "button": {
  1005. "confirm": {
  1006. "en": "Confirm",
  1007. "zh-cn": "确认"
  1008. }
  1009. },
  1010. "label": {
  1011. "score": {
  1012. "en": "Score:",
  1013. "zh-cn": "得分:"
  1014. },
  1015. "maxCombo": {
  1016. "en": "Combo:",
  1017. "zh-cn": "连击:"
  1018. },
  1019. "perfect": {
  1020. "en": "Perfect:",
  1021. "zh-cn": "完美:"
  1022. },
  1023. "good": {
  1024. "en": "Good:",
  1025. "zh-cn": "良好:"
  1026. },
  1027. "miss": {
  1028. "en": "Miss:",
  1029. "zh-cn": "未击中:"
  1030. },
  1031. "poor": {
  1032. "en": "Poor:",
  1033. "zh-cn": "差:"
  1034. },
  1035. "coin": {
  1036. "en": "Coin:",
  1037. "zh-cn": "金币:"
  1038. }
  1039. }
  1040. },
  1041. "item": {
  1042. "food": {
  1043. "food_00001": {
  1044. "price": 10,
  1045. "picture": "shopping/pictures/food_00001",
  1046. "target": "multiple",
  1047. "short_name": "狗粮",
  1048. "category": "",
  1049. "type": "",
  1050. "property": "",
  1051. "parameter": "",
  1052. "max qty": 999,
  1053. "description": {
  1054. "en": "Fresh Dog food",
  1055. "zh-cn": "狗粮"
  1056. }
  1057. },
  1058. "food_00002": {
  1059. "price": 20,
  1060. "picture": "shopping/pictures/food_00002",
  1061. "target": "multiple",
  1062. "short_name": "狗罐头",
  1063. "category": "",
  1064. "type": "",
  1065. "property": "",
  1066. "parameter": "",
  1067. "max qty": 999,
  1068. "description": {
  1069. "en": "Canned meal",
  1070. "zh-cn": "纯肉罐头"
  1071. }
  1072. },
  1073. "food_00003": {
  1074. "price": 15,
  1075. "picture": "shopping/pictures/food_00003",
  1076. "target": "multiple",
  1077. "short_name": "冻肉干",
  1078. "category": "",
  1079. "type": "",
  1080. "property": "",
  1081. "parameter": "",
  1082. "max qty": 999,
  1083. "description": {
  1084. "en": "Dried frozen meat",
  1085. "zh-cn": "冻肉干"
  1086. }
  1087. },
  1088. "water_00001": {
  1089. "price": 2,
  1090. "picture": "Shopping/pictures/water_00001",
  1091. "target": "multiple",
  1092. "category": "",
  1093. "type": "",
  1094. "property": "",
  1095. "parameter": "",
  1096. "max qty": 999,
  1097. "description": {
  1098. "en": "Water",
  1099. "zh-cn": "饮用水"
  1100. }
  1101. },
  1102. "water_00002": {
  1103. "price": 15,
  1104. "picture": "Shopping/pictures/water_00002",
  1105. "target": "multiple",
  1106. "category": "",
  1107. "type": "",
  1108. "property": "",
  1109. "parameter": "",
  1110. "max qty": 999,
  1111. "description": {
  1112. "en": "Milk",
  1113. "zh-cn": "牛奶"
  1114. }
  1115. }
  1116. },
  1117. "toy": {
  1118. "toy_00001": {
  1119. "price": 50,
  1120. "picture": "Shopping/pictures/toy_00001",
  1121. "target": "single",
  1122. "category": "",
  1123. "type": "",
  1124. "property": "",
  1125. "parameter": "",
  1126. "max qty": 1,
  1127. "description": {
  1128. "en": "Frisbee(Blue)",
  1129. "zh-cn": "飞盘(蓝)"
  1130. }
  1131. }
  1132. },
  1133. "other": {
  1134. "other_00001": {
  1135. "price": 10,
  1136. "picture": "Shopping/pictures/other_00001",
  1137. "target": "single",
  1138. "category": "",
  1139. "type": "",
  1140. "property": "",
  1141. "parameter": "",
  1142. "max qty": 99,
  1143. "description": {
  1144. "en": "Dog Shower Gel",
  1145. "zh-cn": "沐浴露"
  1146. }
  1147. },
  1148. "other_00002": {
  1149. "price": 5,
  1150. "picture": "Shopping/pictures/other_00002",
  1151. "target": "single",
  1152. "category": "",
  1153. "type": "",
  1154. "property": "",
  1155. "parameter": "",
  1156. "max qty": 99,
  1157. "description": {
  1158. "en": "Dog Toothbrush",
  1159. "zh-cn": "狗牙刷"
  1160. }
  1161. }
  1162. }
  1163. }
  1164. }