languages.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  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. "cannot_add_dog": {
  174. "en": "You can't have any more dogs. Unless you foster some dogs.",
  175. "zh-cn": "你不能再拥有更多的狗了。除非你把一些狗寄养了。"
  176. },
  177. "reg_reminder": {
  178. "en": "Please register user information. It can help to retrieve game data in the future.",
  179. "zh-cn": "注册一下用户信息。方便以后找回数据。"
  180. },
  181. "register_success": {
  182. "en": "Register Success!",
  183. "zh-cn": "注册成功!"
  184. },
  185. "update_user_info_success": {
  186. "en": "Information update successful!",
  187. "zh-cn": "信息更新成功!"
  188. },
  189. "start_bubble": {
  190. "en": "Let's apply shower gel to the dog first.",
  191. "zh-cn": "先给狗狗抹上沐浴露吧。"
  192. },
  193. "start_flush": {
  194. "en": "Wash the dog thoroughly.",
  195. "zh-cn": "把狗狗冲洗干净吧。"
  196. },
  197. "dog_is_clean": {
  198. "en": "The dog is very clean now, take it home.",
  199. "zh-cn": "狗狗现在很干净了,带它回家吧。"
  200. },
  201. "add_dog_prompt": {
  202. "en": "Are you going to adopt a new dog?",
  203. "zh-cn": "确认再领养一只新的狗吗?"
  204. },
  205. "add_dog_fail_no_more": {
  206. "en": "You can't adopt a new dog anymore. Unless you transfer your dog to someone else or foster it",
  207. "zh-cn": "你不能再领养新的狗了。除非把现有的狗赠送给别人或者寄养。"
  208. },
  209. "add_dog_fail_account_level": {
  210. "en": "If you want to adopt more dogs, please upgrade to be a Pro user.",
  211. "zh-cn": "想领养更多狗,请升级成为Pro用户。"
  212. },
  213. "foster_dog_prompt": {
  214. "en": "Will you send<<dog name>>to foster care? It will cost 200 coins.",
  215. "zh-cn": "把<<dog name>>送去寄养吗?将花费200金币。"
  216. },
  217. "record_dog_name": {
  218. "en": "Are you ready? Please hold record and say the puppy's name.",
  219. "zh-cn": "准备好了吗?按住下面的录音按键说出狗狗的名字。"
  220. },
  221. "record_again": {
  222. "en": "Record again. Ensure that the two recordings are consistent.",
  223. "zh-cn": "再输入一次。确保两次录音一致。"
  224. },
  225. "record_success": {
  226. "en": "Now your dog knows its own name. In the future, you can call it by pressing the voice recording button.",
  227. "zh-cn": "现在它知道自己的名字了。以后按下录音键就可以呼唤它了。"
  228. },
  229. "record_fail": {
  230. "en": "Record fail. Please try again.",
  231. "zh-cn": "录音失败。请再试一次。"
  232. },
  233. "from here not used. no_more_food": {
  234. "en": "<dog_name> is full. It doesn't want to eat anymore.",
  235. "zh-cn": "<dog_name>吃饱了。它不想再吃了。"
  236. },
  237. "no_more_water": {
  238. "en": "<dog_name> doesn't want to drive more water.",
  239. "zh-cn": "<dog_name>不想喝水了。"
  240. },
  241. "hungry_message": {
  242. "en": "<dog_name> is hungry. Give him some food.",
  243. "zh-cn": "<dog_name>肚子饿了。给他点吃的吧。"
  244. },
  245. "thirsty_message": {
  246. "en": "<dog_name> is thirsty. Give him some water.",
  247. "zh-cn": "<dog_name>口渴了。给他喝点水吧。"
  248. },
  249. "dirty_message": {
  250. "en": "<dog_name> looks dirty. Give him a bath.",
  251. "zh-cn": "<dog_name>看上去脏兮兮的,给他洗个澡吧。"
  252. },
  253. "happy_mood": {
  254. "en": "<dog_name> looks very happy.",
  255. "zh-cn": "<dog_name>看起来很开心。"
  256. },
  257. "sad_mood": {
  258. "en": "<dog_name> looks not happy.",
  259. "zh-cn": "<dog_name>看起来不太开心。"
  260. },
  261. "sit_trainng": {
  262. "en": "Are you ready? Now you can train <dog name> to sit down. Press and hold the recording button below to say the command.",
  263. "zh-cn": "准备好了吗?现在可以训练<dog name>坐下了。按住下面的录音按键说出指令。"
  264. },
  265. "lie_down_trainng": {
  266. "en": "Are you ready? Now you can train <dog name> to lie down. Press and hold the recording button below to say the command.",
  267. "zh-cn": "准备好了吗?现在可以训练<dog name>躺下了。按住下面的录音按键说出指令。"
  268. },
  269. "spin_trainng": {
  270. "en": "Are you ready? Now you can train <dog name> to spin. Press and hold the recording button below to say the command.",
  271. "zh-cn": "准备好了吗?现在可以训练<dog name>转圈了。按住下面的录音按键说出指令。"
  272. }
  273. },
  274. "canvas": {
  275. "login": {
  276. "button": {
  277. "login": {
  278. "en": "Login",
  279. "zh-cn": "登录"
  280. },
  281. "register": {
  282. "en": "Register",
  283. "zh-cn": "注册"
  284. },
  285. "quick_start": {
  286. "en": "Quick Start",
  287. "zh-cn": "立刻开始"
  288. },
  289. "forget_password": {
  290. "en": "Forget<br>Password",
  291. "zh-cn": "忘记密码"
  292. }
  293. },
  294. "label": {
  295. "account": {
  296. "en": "E-mail:",
  297. "zh-cn": "手机号码:"
  298. },
  299. "password": {
  300. "en": "Password:",
  301. "zh-cn": "密码:"
  302. }
  303. },
  304. "place_holder": {
  305. "account": {
  306. "en": "E-mail address here.",
  307. "zh-cn": "请在输入手机号码."
  308. },
  309. "password": {
  310. "en": "Password here.",
  311. "zh-cn": "请在这里输入你的用密码."
  312. }
  313. }
  314. }
  315. },
  316. "user_message": {
  317. "same_username": {
  318. "en": "This username had been registered.",
  319. "zh-cn": "这个用户名已经注册了。"
  320. },
  321. "different_reg_password": {
  322. "en": "You input different password. Please double check.",
  323. "zh-cn": "两次输入的密码不同。"
  324. },
  325. "wrong_password": {
  326. "en": "Password is not correct. Please double check.",
  327. "zh-cn": "输入的密码错误。"
  328. }
  329. },
  330. "statusUI": {
  331. "label": {
  332. "host": {
  333. "en": "Host:",
  334. "zh-cn": "主人:"
  335. },
  336. "days": {
  337. "en": "Days with you:",
  338. "zh-cn": "陪伴天数:"
  339. },
  340. "status": {
  341. "en": "Status:",
  342. "zh-cn": "状态:"
  343. }
  344. },
  345. "button": {
  346. "back": {
  347. "en": "Back",
  348. "zh-cn": "返回"
  349. }
  350. },
  351. "status": {
  352. "normal": {
  353. "en": "It looks fine.",
  354. "zh-cn": "看起来一切正常"
  355. },
  356. "satiety_1": {
  357. "en": "It looks a little hungry.",
  358. "zh-cn": "它有点饿了"
  359. },
  360. "satiety_2": {
  361. "en": "It looks very hungry.",
  362. "zh-cn": "它太饿了"
  363. },
  364. "stamina_1": {
  365. "en": "It looks a little tired.",
  366. "zh-cn": "它有点累了"
  367. },
  368. "stamina_2": {
  369. "en": "It looks very tired.",
  370. "zh-cn": "它太累了"
  371. },
  372. "thirsty_1": {
  373. "en": "It looks a little thirsty.",
  374. "zh-cn": "它有点口渴了"
  375. },
  376. "thirsty_2": {
  377. "en": "It looks very thirsty.",
  378. "zh-cn": "它太口渴了"
  379. },
  380. "healthy_1": {
  381. "en": "It doesn't look good.",
  382. "zh-cn": "它看起来不太好"
  383. },
  384. "healthy_2": {
  385. "en": "It looks very bad.",
  386. "zh-cn": "它看起来像是生病了"
  387. },
  388. "clean_1": {
  389. "en": "It looks dirty.",
  390. "zh-cn": "它有点脏兮兮的"
  391. },
  392. "clean_2": {
  393. "en": "It looks very dirty and smell badly.",
  394. "zh-cn": "它很脏了,还有点气味"
  395. },
  396. "obesity_1": {
  397. "en": "It looks fat and cute.",
  398. "zh-cn": "它看上去胖胖的挺可爱的"
  399. },
  400. "obesity_2": {
  401. "en": "It is too fat.",
  402. "zh-cn": "它看起来胖成一个球了"
  403. }
  404. }
  405. },
  406. "shoppingUI": {
  407. "button": {
  408. "food": {
  409. "en": "Food",
  410. "zh-cn": "食物"
  411. },
  412. "toy": {
  413. "en": "Toy",
  414. "zh-cn": "玩具"
  415. },
  416. "other": {
  417. "en": "Other",
  418. "zh-cn": "其他"
  419. },
  420. "confirm": {
  421. "en": "OK",
  422. "zh-cn": "确认"
  423. },
  424. "cancel": {
  425. "en": "Cancel",
  426. "zh-cn": "取消"
  427. },
  428. "back": {
  429. "en": "Back",
  430. "zh-cn": "返回"
  431. },
  432. "yes": {
  433. "en": "Yes",
  434. "zh-cn": "是"
  435. },
  436. "no": {
  437. "en": "No",
  438. "zh-cn": "否"
  439. }
  440. },
  441. "message": {
  442. "not_enough_coin": {
  443. "en": "You don't have enough coins.",
  444. "zh-cn": "金币不足。"
  445. },
  446. "purchase_success": {
  447. "en": "<<item_name>> purchase successful.",
  448. "zh-cn": "<<item_name>>购买成功。"
  449. }
  450. }
  451. },
  452. "warehouseUI": {
  453. "//": "warehouseUI页面和ShoppingUI相似。数据共用。"
  454. },
  455. "playgroundUI": {
  456. "button": {
  457. "confirm": {
  458. "en": "Go Home",
  459. "zh-cn": "回家"
  460. },
  461. "play_again": {
  462. "en": "Play Again",
  463. "zh-cn": "再玩一次"
  464. }
  465. },
  466. "label": {
  467. "game_result": {
  468. "finishSuccess": {
  469. "en": "Success!<br>Flied <<distance>> meter.",
  470. "zh-cn": "成功!飞出 <<distance>> 米。"
  471. },
  472. "finishOutOfBound": {
  473. "en": "Fail. Out of bound.",
  474. "zh-cn": "失败。 出界了。"
  475. },
  476. "finishFail": {
  477. "en": "Fail. Dog didn't catch it.",
  478. "zh-cn": "失败。 狗狗没有接住。"
  479. }
  480. }
  481. }
  482. },
  483. "registerUI": {
  484. "button": {
  485. "confirm": {
  486. "en": "Confrim",
  487. "zh-cn": "确认"
  488. },
  489. "cancel": {
  490. "en": "Cancel",
  491. "zh-cn": "取消"
  492. },
  493. "logout": {
  494. "en": "Log Out",
  495. "zh-cn": "退出"
  496. },
  497. "delete_account": {
  498. "en": "Delete account",
  499. "zh-cn": "删除账户"
  500. }
  501. },
  502. "label": {
  503. "name": {
  504. "en": "Your Name:",
  505. "zh-cn": "用户名:"
  506. },
  507. "password": {
  508. "en": "Password:",
  509. "zh-cn": "密码:"
  510. },
  511. "mobile": {
  512. "en": "Cell Phone:",
  513. "zh-cn": "手机号码:"
  514. },
  515. "email": {
  516. "en": "Email:",
  517. "zh-cn": "电子邮箱:"
  518. }
  519. },
  520. "error_msg": {
  521. "duplicated_mobile": {
  522. "en": "* This mobile phone had been used.",
  523. "zh-cn": "这个手机号码已经被注册了。"
  524. },
  525. "user_name_is_empty": {
  526. "en": "* User name is empty.",
  527. "zh-cn": "* 请输入用户名。"
  528. },
  529. "password_too_short": {
  530. "en": "* Password need at least 8 letters.",
  531. "zh-cn": "* 密码至少8位。"
  532. },
  533. "mobile_is_empty": {
  534. "en": "* Cell Phone number is empty.",
  535. "zh-cn": "* 请输入手机号码。"
  536. },
  537. "email_is_empty": {
  538. "en": "* Email is empty.",
  539. "zh-cn": "* 请输入电子邮箱。"
  540. },
  541. "email_format_wrong": {
  542. "en": "* Please use correct E-mail address.",
  543. "zh-cn": "* 请输入正确的电子邮箱。"
  544. },
  545. "duplicated_email": {
  546. "en": "* This E-mail had been used.",
  547. "zh-cn": "这个邮箱已经被注册了。"
  548. }
  549. },
  550. "alert_message": {
  551. "delete_account": {
  552. "en": "* Are you sure to delete the account? After deletion, all game data will be cleared.",
  553. "zh-cn": "确定删除账户吗?删除后,所有游戏数据都将被清除。"
  554. }
  555. }
  556. },
  557. "InitDogUI": {
  558. "button": {
  559. "confirm": {
  560. "en": "Confrim",
  561. "zh-cn": "确认"
  562. },
  563. "cancel": {
  564. "en": "Cancel",
  565. "zh-cn": "取消"
  566. },
  567. "create": {
  568. "en": "Create",
  569. "zh-cn": "创建"
  570. },
  571. "adopt": {
  572. "en": "Adopt",
  573. "zh-cn": "领养"
  574. }
  575. },
  576. "label": {
  577. "name": {
  578. "en": "Dog Name:",
  579. "zh-cn": "宝贝名:"
  580. },
  581. "breed": {
  582. "en": "Breed:",
  583. "zh-cn": "品种:"
  584. },
  585. "sex": {
  586. "en": "Sex:",
  587. "zh-cn": "性别:"
  588. },
  589. "female": {
  590. "en": "female",
  591. "zh-cn": "母"
  592. },
  593. "male": {
  594. "en": "male",
  595. "zh-cn": "公"
  596. },
  597. "create or adopt msg": {
  598. "en": "Create a new dog to start game, or adopt one from your friend?",
  599. "zh-cn": "从新开始创造自己的狗,还是从朋友哪里领养一只?"
  600. }
  601. }
  602. },
  603. "item": {
  604. "food": {
  605. "food_00001": {
  606. "price": 10,
  607. "picture": "shopping/pictures/food_00001",
  608. "short_name": "狗粮",
  609. "category": "",
  610. "type": "",
  611. "property": "",
  612. "parameter": "",
  613. "max qty": 999,
  614. "description": {
  615. "en": "Fresh Dog food",
  616. "zh-cn": "狗粮"
  617. }
  618. },
  619. "food_00002": {
  620. "price": 20,
  621. "picture": "shopping/pictures/food_00002",
  622. "short_name": "狗罐头",
  623. "category": "",
  624. "type": "",
  625. "property": "",
  626. "parameter": "",
  627. "max qty": 999,
  628. "description": {
  629. "en": "Canned meal",
  630. "zh-cn": "纯肉罐头"
  631. }
  632. },
  633. "food_00003": {
  634. "price": 15,
  635. "picture": "shopping/pictures/food_00003",
  636. "short_name": "冻肉干",
  637. "category": "",
  638. "type": "",
  639. "property": "",
  640. "parameter": "",
  641. "max qty": 999,
  642. "description": {
  643. "en": "Dried frozen meat",
  644. "zh-cn": "冻肉干"
  645. }
  646. },
  647. "water_00001": {
  648. "price": 2,
  649. "picture": "Shopping/pictures/water_00001",
  650. "category": "",
  651. "type": "",
  652. "property": "",
  653. "parameter": "",
  654. "max qty": 999,
  655. "description": {
  656. "en": "Water",
  657. "zh-cn": "饮用水"
  658. }
  659. },
  660. "water_00002": {
  661. "price": 15,
  662. "picture": "Shopping/pictures/water_00002",
  663. "category": "",
  664. "type": "",
  665. "property": "",
  666. "parameter": "",
  667. "max qty": 999,
  668. "description": {
  669. "en": "Milk",
  670. "zh-cn": "牛奶"
  671. }
  672. }
  673. },
  674. "toy": {
  675. "toy_00001": {
  676. "price": 15,
  677. "picture": "Shopping/pictures/toy_00001",
  678. "category": "",
  679. "type": "",
  680. "property": "",
  681. "parameter": "",
  682. "max qty": 1,
  683. "description": {
  684. "en": "Frisbee(Blue)",
  685. "zh-cn": "飞盘(蓝)"
  686. }
  687. }
  688. },
  689. "other": {
  690. "other_00001": {
  691. "price": 10,
  692. "picture": "Shopping/pictures/other_00001",
  693. "category": "",
  694. "type": "",
  695. "property": "",
  696. "parameter": "",
  697. "max qty": 99,
  698. "description": {
  699. "en": "Dog Shower Gel",
  700. "zh-cn": "沐浴露"
  701. }
  702. }
  703. }
  704. }
  705. }