languages.json 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "version": "0.1.0",
  3. "release date": "2024/12/9",
  4. "default language": "en",
  5. "manu": {
  6. "scene": {
  7. "property name": "scene",
  8. "display language": {
  9. "en": "Scene",
  10. "zh-cn": "场景"
  11. }
  12. },
  13. "go_home": {
  14. "property name": "home",
  15. "display language": {
  16. "en": "Home",
  17. "zh-cn": "家里"
  18. }
  19. },
  20. "go_out": {
  21. "property name": "go_out",
  22. "display language": {
  23. "en": "Go out",
  24. "zh-cn": "外出"
  25. }
  26. },
  27. "item": {
  28. "property name": "item",
  29. "display language": {
  30. "en": "Item",
  31. "zh-cn": "物品"
  32. }
  33. },
  34. "food": {
  35. "property name": "food",
  36. "display language": {
  37. "en": "Food",
  38. "zh-cn": "食物"
  39. }
  40. },
  41. "water": {
  42. "property name": "water",
  43. "display language": {
  44. "en": "Water",
  45. "zh-cn": "水"
  46. }
  47. },
  48. "wash suppliers": {
  49. "property name": "wash_supplier",
  50. "display language": {
  51. "en": "Wash",
  52. "zh-cn": "护理用品"
  53. }
  54. },
  55. "toy": {
  56. "property name": "toy",
  57. "display language": {
  58. "en": "Toys",
  59. "zh-cn": "玩具"
  60. }
  61. },
  62. "frisbee": {
  63. "property name": "frisbee",
  64. "display language": {
  65. "en": "Frisbee",
  66. "zh-cn": "飞盘"
  67. }
  68. },
  69. "ball": {
  70. "property name": "ball",
  71. "display language": {
  72. "en": "Balls",
  73. "zh-cn": "球"
  74. }
  75. },
  76. "other toys": {
  77. "property name": "other_toys",
  78. "display language": {
  79. "en": "Others",
  80. "zh-cn": "其他"
  81. }
  82. },
  83. "shop": {
  84. "property name": "shop",
  85. "display language": {
  86. "en": "shop",
  87. "zh-cn": "商店"
  88. }
  89. },
  90. "food store": {
  91. "property name": "food_store",
  92. "display language": {
  93. "en": "Food Store",
  94. "zh-cn": "食物店"
  95. }
  96. },
  97. "toy store": {
  98. "property name": "toy_store",
  99. "display language": {
  100. "en": "Toy Store",
  101. "zh-cn": "玩具店"
  102. }
  103. },
  104. "pet store": {
  105. "property name": "pet_store",
  106. "display language": {
  107. "en": "Pet Sotre",
  108. "zh-cn": "宠物店"
  109. }
  110. },
  111. "pet hospital": {
  112. "property name": "pet_hospital",
  113. "display language": {
  114. "en": "Pet Hospital",
  115. "zh-cn": "宠物医院"
  116. }
  117. },
  118. "pet hotel": {
  119. "property name": "pet_hotel",
  120. "display language": {
  121. "en": "Pet Hotel",
  122. "zh-cn": "宠物旅馆"
  123. }
  124. },
  125. "status": {
  126. "property name": "status",
  127. "display language": {
  128. "en": "Status",
  129. "zh-cn": "状态"
  130. }
  131. },
  132. "setting": {
  133. "property name": "setting",
  134. "display language": {
  135. "en": "Setting",
  136. "zh-cn": "设定"
  137. }
  138. }
  139. },
  140. "game_message": {
  141. "network_error": {
  142. "en": "Network connection error, please check your network connection.",
  143. "zh-cn": "网络连接错误,请检查你的网络连接。"
  144. },
  145. "no_mic_permission": {
  146. "en": "Please allow microphone permission in system settings.",
  147. "zh-cn": "请在系统设置中开启麦克风权限。"
  148. },
  149. "not_allow_version_IOS": {
  150. "en": "Your game version is not allowed. Please update in APP store.",
  151. "zh-cn": "你的游戏版本太低了。请在App Store 更新。"
  152. },
  153. "not_allow_version_Andriod_WW": {
  154. "en": "Your game version is not allowed. Please update in Play Store.",
  155. "zh-cn": "你的游戏版本太低了。请在Play Store 更新。"
  156. },
  157. "not_allow_version_Andriod_CN": {
  158. "en": "Your game version is not allowed. Please update in Application Market.",
  159. "zh-cn": "你的游戏版本太低了。请在应用市场更新。"
  160. },
  161. "not_allow_version_Generic": {
  162. "en": "Your game version is not allowed. Please update.",
  163. "zh-cn": "你的游戏版本太低了。请更新。"
  164. },
  165. "login_fail": {
  166. "en": "Login Fail. Please try again.",
  167. "zh-cn": "登陆失败。请再次尝试。"
  168. },
  169. "dog_name_duplicated": {
  170. "en": "You already have a dog called <<dog_name>>.",
  171. "zh-cn": "你已有有了一只叫做<<dog_name>>的狗了。"
  172. },
  173. "dog_create_success": {
  174. "en": "<<dog_name>> is your good friend now.",
  175. "zh-cn": "现在<<dog_name>>是你的好伙伴了。"
  176. },
  177. "dog_create_fail_no_enough_coin": {
  178. "en": "You don't have enough coins.",
  179. "zh-cn": "你没有足够的金币。"
  180. },
  181. "cannot_add_dog": {
  182. "en": "You can't have any more dogs.",
  183. "zh-cn": "你不能再拥有更多的狗了。"
  184. },
  185. "reg_reminder": {
  186. "en": "Please register user information. It can help to retrieve game data in the future.",
  187. "zh-cn": "注册一下用户信息。方便以后找回数据。"
  188. },
  189. "register_success": {
  190. "en": "Register Success!",
  191. "zh-cn": "注册成功!"
  192. },
  193. "update_user_info_success": {
  194. "en": "Information update successful!",
  195. "zh-cn": "信息更新成功!"
  196. },
  197. "start_bubble": {
  198. "en": "Let's apply shower gel to the dog first.",
  199. "zh-cn": "先给狗狗抹上沐浴露吧。"
  200. },
  201. "start_flush": {
  202. "en": "Wash the dog thoroughly.",
  203. "zh-cn": "把狗狗冲洗干净吧。"
  204. },
  205. "dog_is_clean": {
  206. "en": "The dog is very clean now, take it home.",
  207. "zh-cn": "狗狗现在很干净了,带它回家吧。"
  208. },
  209. "add_dog_prompt": {
  210. "en": "Are you going to adopt a new dog?",
  211. "zh-cn": "确认再领养一只新的狗吗?"
  212. },
  213. "add_dog_fail_no_more": {
  214. "en": "You can't adopt a new dog anymore. Unless you transfer your dog to someone else or foster it",
  215. "zh-cn": "你不能再领养新的狗了。除非把现有的狗赠送给别人或者寄养。"
  216. },
  217. "add_dog_fail_account_level": {
  218. "en": "If you want to adopt more dogs, please upgrade to be a Pro user.",
  219. "zh-cn": "想领养更多狗,请升级成为Pro用户。"
  220. },
  221. "foster_dog_prompt": {
  222. "en": "Will you send<<dog name>>to foster care? It will cost 200 coins.",
  223. "zh-cn": "把<<dog name>>送去寄养吗?将花费200金币。"
  224. },
  225. "transfer_dog_prompt": {
  226. "en": "Will you send <<dog name>> to your friend?",
  227. "zh-cn": "把<<dog name>>送给你的好友吗?"
  228. },
  229. "voiceCall_00": {
  230. "en": "Are you ready? Please hold record button and say <<dog_name>>'s name.",
  231. "zh-cn": "准备好了吗?按住下面的录音按键说出<<dog_name>>的名字。"
  232. },
  233. "voiceCall_01": {
  234. "en": "Record again. Ensure that the two recordings are consistent.",
  235. "zh-cn": "再输入一次。确保两次录音一致。"
  236. },
  237. "voiceCall_10": {
  238. "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.",
  239. "zh-cn": "现在<<dog_name>>知道自己的名字了。以后按下录音键就可以呼唤它了。<br>经常呼叫他,它会更听话哦。"
  240. },
  241. "voiceCall_20": {
  242. "en": "Record fail. Please try again.",
  243. "zh-cn": "录音失败。请再试一次。"
  244. },
  245. "commandSit_00": {
  246. "en": "Are you ready? Now you can give <<dog_name>> the command to sit down.",
  247. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>坐下。"
  248. },
  249. "commandSit_01": {
  250. "en": "Record again. Ensure that the two recordings are consistent.",
  251. "zh-cn": "再输入一次。确保两次录音一致。"
  252. },
  253. "commandSit_10": {
  254. "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.",
  255. "zh-cn": "<<dog_name>>现在会听从你的指令坐下了。<br>经常训练他,它会更听话哦。"
  256. },
  257. "commandSit_20": {
  258. "en": "Record fail. Please try again.",
  259. "zh-cn": "录音失败。请再试一次。"
  260. },
  261. "commandStand_00": {
  262. "en": "Are you ready? Now you can give <<dog_name>> the command to stand up.",
  263. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>站起来。"
  264. },
  265. "commandStand_01": {
  266. "en": "Record again. Ensure that the two recordings are consistent.",
  267. "zh-cn": "再输入一次。确保两次录音一致。"
  268. },
  269. "commandStand_10": {
  270. "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.",
  271. "zh-cn": "<<dog_name>>现在会听从你的指令站起来了。<br>经常训练<<dog_name>>,它会更听话哦。"
  272. },
  273. "commandStand_20": {
  274. "en": "Record fail. Please try again.",
  275. "zh-cn": "录音失败。请再试一次。"
  276. },
  277. "commandBark_00": {
  278. "en": "Are you ready? Now you can give <<dog_name>> the command to bark.",
  279. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>叫几声。"
  280. },
  281. "commandBark_01": {
  282. "en": "Record again. Ensure that the two recordings are consistent.",
  283. "zh-cn": "再输入一次。确保两次录音一致。"
  284. },
  285. "commandBark_10": {
  286. "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.",
  287. "zh-cn": "<<dog_name>>现在会听从你的指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  288. },
  289. "commandBark_20": {
  290. "en": "Record fail. Please try again.",
  291. "zh-cn": "录音失败。请再试一次。"
  292. },
  293. "commandLieDown_00": {
  294. "en": "Are you ready? Now you can give <<dog_name>> the command to lie down.",
  295. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>躺下。"
  296. },
  297. "commandLieDown_01": {
  298. "en": "Record again. Ensure that the two recordings are consistent.",
  299. "zh-cn": "再输入一次。确保两次录音一致。"
  300. },
  301. "commandLieDown_10": {
  302. "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.",
  303. "zh-cn": "<<dog_name>>现在会听从你的指令躺下了。<br>经常训练<<dog_name>>,它会更听话哦。"
  304. },
  305. "commandLieDown_20": {
  306. "en": "Record fail. Please try again.",
  307. "zh-cn": "录音失败。请再试一次。"
  308. },
  309. "commandRotate_00": {
  310. "en": "Are you ready? Now you can give <<dog_name>> the command to rotate.",
  311. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>转圈。"
  312. },
  313. "commandRotate_01": {
  314. "en": "Record again. Ensure that the two recordings are consistent.",
  315. "zh-cn": "再输入一次。确保两次录音一致。"
  316. },
  317. "commandRotate_10": {
  318. "en": "Now <<dog_name>> will rotate when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  319. "zh-cn": "<<dog_name>>现在会听从你的指令转圈了。<br>经常训练<<dog_name>>,它会更听话哦。"
  320. },
  321. "commandRotate_20": {
  322. "en": "Record fail. Please try again.",
  323. "zh-cn": "录音失败。请再试一次。"
  324. },
  325. "commandShake_00": {
  326. "en": "Are you ready? Now you can give <<dog_name>> the command to shake.",
  327. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>摇晃。"
  328. },
  329. "commandShake_01": {
  330. "en": "Record again. Ensure that the two recordings are consistent.",
  331. "zh-cn": "再输入一次。确保两次录音一致。"
  332. },
  333. "commandShake_10": {
  334. "en": "Now <<dog_name>> will shake when you give it a command.<br>Talk to <<dog_name>> often, and it will be more obedient.",
  335. "zh-cn": "<<dog_name>>现在会听从你的指令摇晃了。<br>经常训练<<dog_name>>,它会更听话哦。"
  336. },
  337. "commandShake_20": {
  338. "en": "Record fail. Please try again.",
  339. "zh-cn": "录音失败。请再试一次。"
  340. },
  341. "commandDeath_00": {
  342. "en": "Are you ready? Now you can give <<dog_name>> the command to pretend to be dead.",
  343. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>装死。"
  344. },
  345. "commandDeath_01": {
  346. "en": "Record again. Ensure that the two recordings are consistent.",
  347. "zh-cn": "再输入一次。确保两次录音一致。"
  348. },
  349. "commandDeath_10": {
  350. "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.",
  351. "zh-cn": "<<dog_name>>现在会听从你的指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  352. },
  353. "commandDeath_20": {
  354. "en": "Record fail. Please try again.",
  355. "zh-cn": "录音失败。请再试一次。"
  356. },
  357. "commandHug_00": {
  358. "en": "Are you ready? Now you can give <<dog_name>> the command to touch you.",
  359. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>握手。"
  360. },
  361. "commandHug_01": {
  362. "en": "Record again. Ensure that the two recordings are consistent.",
  363. "zh-cn": "再输入一次。确保两次录音一致。"
  364. },
  365. "commandHug_10": {
  366. "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.",
  367. "zh-cn": "<<dog_name>>现在会听从你的握手指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  368. },
  369. "commandHug_20": {
  370. "en": "Record fail. Please try again.",
  371. "zh-cn": "录音失败。请再试一次。"
  372. },
  373. "commandTouch_00": {
  374. "en": "Are you ready? Now you can give <<dog_name>> the command to touch you.",
  375. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>触摸你。"
  376. },
  377. "commandTouch_01": {
  378. "en": "Record again. Ensure that the two recordings are consistent.",
  379. "zh-cn": "再输入一次。确保两次录音一致。"
  380. },
  381. "commandTouch_10": {
  382. "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.",
  383. "zh-cn": "<<dog_name>>现在会听从你的触摸指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  384. },
  385. "commandTouch_20": {
  386. "en": "Record fail. Please try again.",
  387. "zh-cn": "录音失败。请再试一次。"
  388. },
  389. "commandTurnL_00": {
  390. "en": "Are you ready? Now you can give <<dog_name>> the command to turn left.",
  391. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>左转。"
  392. },
  393. "commandTurnL_01": {
  394. "en": "Record again. Ensure that the two recordings are consistent.",
  395. "zh-cn": "再输入一次。确保两次录音一致。"
  396. },
  397. "commandTurnL_10": {
  398. "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.",
  399. "zh-cn": "<<dog_name>>现在会听从你的左转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  400. },
  401. "commandTurnL_20": {
  402. "en": "Record fail. Please try again.",
  403. "zh-cn": "录音失败。请再试一次。"
  404. },
  405. "commandTurnR_00": {
  406. "en": "Are you ready? Now you can give <<dog_name>> the command to turn right.",
  407. "zh-cn": "准备好了吗?现在可以说出口令让<<dog_name>>右转。"
  408. },
  409. "commandTurnR_01": {
  410. "en": "Record again. Ensure that the two recordings are consistent.",
  411. "zh-cn": "再输入一次。确保两次录音一致。"
  412. },
  413. "commandTurnR_10": {
  414. "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.",
  415. "zh-cn": "<<dog_name>>现在会听从你的右转指令了。<br>经常训练<<dog_name>>,它会更听话哦。"
  416. },
  417. "commandTurnR_20": {
  418. "en": "Record fail. Please try again.",
  419. "zh-cn": "录音失败。请再试一次。"
  420. },
  421. "first_touch_interactive": {
  422. "en": "Try to touch the dog. <<dog_name>> will be very happy.",
  423. "zh-cn": "尝试抚摸一下狗狗吧。<<dog_name>>会很开心。"
  424. },
  425. "quit_game": {
  426. "en": "Are you sure to quit the game?",
  427. "zh-cn": "确定要退出游戏吗?"
  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. "Touch": {
  615. "en": "Touch",
  616. "zh-cn": "触摸"
  617. },
  618. "Death": {
  619. "en": "Play dead",
  620. "zh-cn": "打滚"
  621. },
  622. "Shake": {
  623. "en": "Shake",
  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. "exceed_max_qty": {
  679. "en": "You can't buy more than max quantity.",
  680. "zh-cn": "你不能购买超过最大数量的物品。"
  681. }
  682. },
  683. "message_box": {
  684. "qty": {
  685. "en": "Quantity",
  686. "zh-cn": "数量"
  687. }
  688. }
  689. },
  690. "warehouseUI": {
  691. "//": "warehouseUI页面和ShoppingUI相似。数据共用。",
  692. "message": {
  693. "toy_single": {
  694. "en": "Do you want to play <<item_name>> with <<dog_name>>?",
  695. "zh-cn": "和<<dog_name>>一起玩<<item_name>>吗?"
  696. },
  697. "toy_multiple": {
  698. "en": "Do you want to play <<item_name>> with all dogs?",
  699. "zh-cn": "和所有的狗狗一起玩<<item_name>>吗?"
  700. },
  701. "food_single": {
  702. "en": "Do you want to feed <<dog_name>> with <<item_name>>?",
  703. "zh-cn": "要给<<dog_name>>吃<<item_name>>东西吗?"
  704. },
  705. "food_multiple": {
  706. "en": "Do you want to feed all dogs with <<item_name>>?",
  707. "zh-cn": "要给所有的狗狗吃<<item_name>>吗?"
  708. },
  709. "other_single": {
  710. "en": "Do you want to use <<item_name>> with <<dog_name>>?",
  711. "zh-cn": "要给<<dog_name>>使用<<item_name>>吗?"
  712. },
  713. "other_multiple": {
  714. "en": "Do you want to use <<item_name>>?",
  715. "zh-cn": "要使用<<item_name>>吗?"
  716. }
  717. }
  718. },
  719. "playgroundUI": {
  720. "button": {
  721. "confirm": {
  722. "en": "Go Home",
  723. "zh-cn": "回家"
  724. },
  725. "play_again": {
  726. "en": "Play Again",
  727. "zh-cn": "再玩一次"
  728. }
  729. },
  730. "label": {
  731. "game_result": {
  732. "finishSuccess": {
  733. "en": "Success!<br>Flied <<distance>> meter.",
  734. "zh-cn": "成功!飞出 <<distance>> 米。"
  735. },
  736. "finishOutOfBound": {
  737. "en": "Fail. Out of bound.",
  738. "zh-cn": "失败。 出界了。"
  739. },
  740. "finishFail": {
  741. "en": "Fail. Dog didn't catch it.",
  742. "zh-cn": "失败。 狗狗没有接住。"
  743. }
  744. }
  745. }
  746. },
  747. "registerUI": {
  748. "button": {
  749. "confirm": {
  750. "en": "Confrim",
  751. "zh-cn": "确认"
  752. },
  753. "cancel": {
  754. "en": "Cancel",
  755. "zh-cn": "取消"
  756. },
  757. "logout": {
  758. "en": "Log Out",
  759. "zh-cn": "退出"
  760. },
  761. "delete_account": {
  762. "en": "Delete account",
  763. "zh-cn": "删除账户"
  764. }
  765. },
  766. "label": {
  767. "name": {
  768. "en": "Your Name:",
  769. "zh-cn": "用户名:"
  770. },
  771. "password": {
  772. "en": "Password:",
  773. "zh-cn": "密码:"
  774. },
  775. "mobile": {
  776. "en": "Cell Phone:",
  777. "zh-cn": "手机号码:"
  778. },
  779. "email": {
  780. "en": "Email:",
  781. "zh-cn": "电子邮箱:"
  782. }
  783. },
  784. "error_msg": {
  785. "duplicated_mobile": {
  786. "en": "* This mobile phone had been used.",
  787. "zh-cn": "这个手机号码已经被注册了。"
  788. },
  789. "user_name_is_empty": {
  790. "en": "* User name is empty.",
  791. "zh-cn": "* 请输入用户名。"
  792. },
  793. "password_too_short": {
  794. "en": "* Password need at least 8 letters.",
  795. "zh-cn": "* 密码至少8位。"
  796. },
  797. "mobile_is_empty": {
  798. "en": "* Cell Phone number is empty.",
  799. "zh-cn": "* 请输入手机号码。"
  800. },
  801. "email_is_empty": {
  802. "en": "* Email is empty.",
  803. "zh-cn": "* 请输入电子邮箱。"
  804. },
  805. "email_format_wrong": {
  806. "en": "* Please use correct E-mail address.",
  807. "zh-cn": "* 请输入正确的电子邮箱。"
  808. },
  809. "duplicated_email": {
  810. "en": "* This E-mail had been used.",
  811. "zh-cn": "这个邮箱已经被注册了。"
  812. }
  813. },
  814. "alert_message": {
  815. "delete_account": {
  816. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  817. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  818. }
  819. },
  820. "user_agreement": {
  821. "title": {
  822. "en": "User Registration Agreement",
  823. "zh-cn": "用户注册协议"
  824. },
  825. "content": {
  826. "en": "1. Purpose of Data Collection<br>To complete registration and enable data recovery, you must provide a mobile number or email address.If you forget your password or encounter account issues, the system will send a verification code to restore access.<br><br>2.Privacy Protection<br>Your contact details will not be used for marketing or shared with third parties (unless legally required).All data transmissions are encrypted for security.<br><br>3. User Responsibilities<br>Provide accurate and valid contact information; otherwise, data recovery may fail.Keep your password secure. ARDog is not liable for losses due to personal negligence.<br><br>4. Agreement Updates<br>Updated terms will be notified via in-app announcements or email. Continued use constitutes acceptance.<br><br>By registering, you confirm reading and agreeing to all terms above.<br>Contact: support@ardog.com",
  827. "zh-cn": "1. 信息收集目的<br>为完成账号注册及提供数据找回服务,您需提供 手机号码或电子邮箱。当您忘记密码或账号异常时,系统将通过绑定的联系方式发送验证码以恢复访问权限。<br><br>2. 隐私保护<br>我们不会将您的手机/邮箱用于营销或共享给第三方(法律要求除外)。所有数据传输均采用加密技术保护。<br><br>3. 用户责任<br>确保提供的联系方式真实有效,否则可能影响数据找回功能。妥善保管账号密码,因个人泄露导致的损失需自行承担。<br><br>4. 协议变更<br>本协议修改后将通过应用内公告或邮件通知,继续使用即视为同意更新条款。<br><br>注册即表示您已阅读并同意上述条款。<br>问题反馈:support@ardog.com"
  828. },
  829. "button": {
  830. "agree": {
  831. "en": "Agree",
  832. "zh-cn": "同意"
  833. },
  834. "disagree": {
  835. "en": "Disagree",
  836. "zh-cn": "不同意"
  837. }
  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. "new_password_success": {
  866. "en": "New password set successfully.",
  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. "too_many_attempts": {
  906. "en": "* Too many attempts. Please try again later.",
  907. "zh-cn": "* 尝试次数过多,请稍后再试。"
  908. }
  909. }
  910. },
  911. "InitDogUI": {
  912. "button": {
  913. "confirm": {
  914. "en": "Confrim",
  915. "zh-cn": "确认"
  916. },
  917. "cancel": {
  918. "en": "Cancel",
  919. "zh-cn": "取消"
  920. },
  921. "create": {
  922. "en": "Create",
  923. "zh-cn": "创建"
  924. },
  925. "adopt": {
  926. "en": "Adopt",
  927. "zh-cn": "领养"
  928. }
  929. },
  930. "label": {
  931. "name": {
  932. "en": "Dog Name:",
  933. "zh-cn": "宝贝名:"
  934. },
  935. "breed": {
  936. "en": "Breed:",
  937. "zh-cn": "品种:"
  938. },
  939. "sex": {
  940. "en": "Sex:",
  941. "zh-cn": "性别:"
  942. },
  943. "female": {
  944. "en": "female",
  945. "zh-cn": "母"
  946. },
  947. "male": {
  948. "en": "male",
  949. "zh-cn": "公"
  950. },
  951. "create or adopt msg": {
  952. "en": "Create a new dog to start game, or adopt one from your friend?",
  953. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  954. },
  955. "price": {
  956. "en": "Price:",
  957. "zh-cn": "价格:"
  958. }
  959. },
  960. "message": {
  961. "receive_success": {
  962. "en": "Adopt successfully. <<dog_name>> is your good friend.",
  963. "zh-cn": "领养成功。<<dog_name>>现在是你的好伙伴了。"
  964. },
  965. "receive_fail": {
  966. "en": "Adopt failed.",
  967. "zh-cn": "领养失败。"
  968. },
  969. "QRcode_expired": {
  970. "en": "QR code expired. Please ask your friend to generate a new one.",
  971. "zh-cn": "二维码已过期。请让你的好友生成一个新的二维码。"
  972. },
  973. "purchase_dog_cost": {
  974. "en": "Adopt <<breed>> costs <<dog_cost>> coins.<br>Are you sure?",
  975. "zh-cn": "领养<<breed>>需要花费<<dog_cost>>金币。<br> 确认?"
  976. },
  977. "dog_limit": {
  978. "en": "You have reached the limit of adopted dogs.",
  979. "zh-cn": "您已达到领养狗的数量上限。"
  980. },
  981. "cannot_receive_own_dog": {
  982. "en": "You cannot adopt your own dog.",
  983. "zh-cn": "你不能领养自己的狗。"
  984. },
  985. "QRcode_cancelled": {
  986. "en": "The transfer QR code has been cancelled by the sender.",
  987. "zh-cn": "传输二维码已经被发送者取消。"
  988. }
  989. }
  990. },
  991. "FeedbackUI": {
  992. "button": {
  993. "submit": {
  994. "en": "Submit",
  995. "zh-cn": "提交"
  996. },
  997. "cancel": {
  998. "en": "Cancel",
  999. "zh-cn": "取消"
  1000. }
  1001. },
  1002. "label": {
  1003. "type": {
  1004. "en": "Type:",
  1005. "zh-cn": "类别:"
  1006. },
  1007. "option_0": {
  1008. "en": "Comments",
  1009. "zh-cn": "建议"
  1010. },
  1011. "option_1": {
  1012. "en": "Bug",
  1013. "zh-cn": "Bug"
  1014. },
  1015. "feedback": {
  1016. "en": "Feedback:",
  1017. "zh-cn": "反馈:"
  1018. }
  1019. },
  1020. "message": {
  1021. "success": {
  1022. "en": "Thanks for your feedback. We will response as soon as possible.",
  1023. "zh-cn": "感谢你的反馈,我们会尽快处理。"
  1024. }
  1025. }
  1026. },
  1027. "WalkDogsScore": {
  1028. "button": {
  1029. "confirm": {
  1030. "en": "Confirm",
  1031. "zh-cn": "确认"
  1032. }
  1033. },
  1034. "label": {
  1035. "score": {
  1036. "en": "Score:",
  1037. "zh-cn": "得分:"
  1038. },
  1039. "maxCombo": {
  1040. "en": "Combo:",
  1041. "zh-cn": "连击:"
  1042. },
  1043. "perfect": {
  1044. "en": "Perfect:",
  1045. "zh-cn": "完美:"
  1046. },
  1047. "good": {
  1048. "en": "Good:",
  1049. "zh-cn": "良好:"
  1050. },
  1051. "miss": {
  1052. "en": "Miss:",
  1053. "zh-cn": "未击中:"
  1054. },
  1055. "poor": {
  1056. "en": "Poor:",
  1057. "zh-cn": "差:"
  1058. },
  1059. "coin": {
  1060. "en": "Coin:",
  1061. "zh-cn": "金币:"
  1062. }
  1063. }
  1064. },
  1065. "item": {
  1066. "food": {
  1067. "food_00001": {
  1068. "price": 10,
  1069. "picture": "shopping/pictures/food_00001",
  1070. "target": "multiple",
  1071. "short_name": "狗粮",
  1072. "category": "",
  1073. "type": "",
  1074. "property": "",
  1075. "parameter": "",
  1076. "max qty": 999,
  1077. "description": {
  1078. "en": "Fresh Dog food",
  1079. "zh-cn": "狗粮"
  1080. }
  1081. },
  1082. "food_00002": {
  1083. "price": 20,
  1084. "picture": "shopping/pictures/food_00002",
  1085. "target": "multiple",
  1086. "short_name": "狗罐头",
  1087. "category": "",
  1088. "type": "",
  1089. "property": "",
  1090. "parameter": "",
  1091. "max qty": 999,
  1092. "description": {
  1093. "en": "Canned meal",
  1094. "zh-cn": "纯肉罐头"
  1095. }
  1096. },
  1097. "food_00003": {
  1098. "price": 15,
  1099. "picture": "shopping/pictures/food_00003",
  1100. "target": "multiple",
  1101. "short_name": "冻肉干",
  1102. "category": "",
  1103. "type": "",
  1104. "property": "",
  1105. "parameter": "",
  1106. "max qty": 999,
  1107. "description": {
  1108. "en": "Dried frozen meat",
  1109. "zh-cn": "冻肉干"
  1110. }
  1111. },
  1112. "water_00001": {
  1113. "price": 2,
  1114. "picture": "Shopping/pictures/water_00001",
  1115. "target": "multiple",
  1116. "category": "",
  1117. "type": "",
  1118. "property": "",
  1119. "parameter": "",
  1120. "max qty": 999,
  1121. "description": {
  1122. "en": "Water",
  1123. "zh-cn": "饮用水"
  1124. }
  1125. },
  1126. "water_00002": {
  1127. "price": 15,
  1128. "picture": "Shopping/pictures/water_00002",
  1129. "target": "multiple",
  1130. "category": "",
  1131. "type": "",
  1132. "property": "",
  1133. "parameter": "",
  1134. "max qty": 999,
  1135. "description": {
  1136. "en": "Milk",
  1137. "zh-cn": "牛奶"
  1138. }
  1139. }
  1140. },
  1141. "toy": {
  1142. "toy_00001": {
  1143. "price": 50,
  1144. "picture": "Shopping/pictures/toy_00001",
  1145. "target": "single",
  1146. "category": "",
  1147. "type": "",
  1148. "property": "",
  1149. "parameter": "",
  1150. "max qty": 1,
  1151. "description": {
  1152. "en": "Frisbee(Blue)",
  1153. "zh-cn": "飞盘(蓝)"
  1154. }
  1155. }
  1156. },
  1157. "other": {
  1158. "other_00001": {
  1159. "price": 10,
  1160. "picture": "Shopping/pictures/other_00001",
  1161. "target": "single",
  1162. "category": "",
  1163. "type": "",
  1164. "property": "",
  1165. "parameter": "",
  1166. "max qty": 999,
  1167. "description": {
  1168. "en": "Shower Gel",
  1169. "zh-cn": "沐浴露"
  1170. }
  1171. }
  1172. }
  1173. }
  1174. }