languages.json 35 KB

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