languages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. {
  2. "version": "0.1.0",
  3. "release date": "2024/12/9",
  4. "default language": "zh-cn",
  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. "no_more_food": {
  142. "en": "<dog_name> is full. It doesn't want to eat anymore.",
  143. "zh-cn": "<dog_name>吃饱了。它不想再吃了。"
  144. },
  145. "no_more_water": {
  146. "en": "<dog_name> doesn't want to drive more water.",
  147. "zh-cn": "<dog_name>不想喝水了。"
  148. },
  149. "hungry_message": {
  150. "en": "<dog_name> is hungry. Give him some food.",
  151. "zh-cn": "<dog_name>肚子饿了。给他点吃的吧。"
  152. },
  153. "thirsty_message": {
  154. "en": "<dog_name> is thirsty. Give him some water.",
  155. "zh-cn": "<dog_name>口渴了。给他喝点水吧。"
  156. },
  157. "dirty_message": {
  158. "en": "<dog_name> looks dirty. Give him a bath.",
  159. "zh-cn": "<dog_name>看上去脏兮兮的,给他洗个澡吧。"
  160. },
  161. "happy_mood": {
  162. "en": "<dog_name> looks very happy.",
  163. "zh-cn": "<dog_name>看起来很开心。"
  164. },
  165. "sad_mood": {
  166. "en": "<dog_name> looks not happy.",
  167. "zh-cn": "<dog_name>看起来不太开心。"
  168. },
  169. "record_dog_name": {
  170. "en": "Are you ready? Please hold record and say puppy's name.",
  171. "zh-cn": "准备好了吗?按住下面的录音按键说出狗狗的名字。"
  172. },
  173. "sit_trainng": {
  174. "en": "Are you ready? Now you can train <dog name> to sit down. Press and hold the recording button below to say the command.",
  175. "zh-cn": "准备好了吗?现在可以训练<dog name>坐下了。按住下面的录音按键说出指令。"
  176. },
  177. "lie_down_trainng": {
  178. "en": "Are you ready? Now you can train <dog name> to lie down. Press and hold the recording button below to say the command.",
  179. "zh-cn": "准备好了吗?现在可以训练<dog name>躺下了。按住下面的录音按键说出指令。"
  180. },
  181. "spin_trainng": {
  182. "en": "Are you ready? Now you can train <dog name> to spin. Press and hold the recording button below to say the command.",
  183. "zh-cn": "准备好了吗?现在可以训练<dog name>转圈了。按住下面的录音按键说出指令。"
  184. },
  185. "record_again": {
  186. "en": "Record again. Ensure that the two recordings are consistent.",
  187. "zh-cn": "再输入一次。确保两次录音一致。"
  188. }
  189. },
  190. "canvas": {
  191. "login": {
  192. "button": {
  193. "login": {
  194. "en": "Login",
  195. "zh-cn": "登录"
  196. },
  197. "register": {
  198. "en": "Register",
  199. "zh-cn": "注册"
  200. },
  201. "logout": {
  202. "en": "Logout",
  203. "zh-cn": "退出"
  204. },
  205. "forget_password": {
  206. "en": "Forget Password",
  207. "zh-cn": "忘记密码"
  208. }
  209. },
  210. "label": {
  211. "user_name": {
  212. "en": "User Name:",
  213. "zh-cn": "用户名:"
  214. },
  215. "password": {
  216. "en": "Password:",
  217. "zh-cn": "密码:"
  218. },
  219. "confirm_password": {
  220. "en": "Confirm password:",
  221. "zh-cn": "在输入一次密码:"
  222. }
  223. },
  224. "place_holder": {
  225. "user_name": {
  226. "en": "User name here.",
  227. "zh-cn": "请在这里输入你的用户名."
  228. },
  229. "password": {
  230. "en": "Password here.",
  231. "zh-cn": "请在这里输入你的用密码."
  232. },
  233. "confirm_password": {
  234. "en": "Confirm password",
  235. "zh-cn": "在输入一次密码"
  236. }
  237. }
  238. }
  239. },
  240. "user_message": {
  241. "same_username": {
  242. "en": "This username had been registered.",
  243. "zh-cn": "这个用户名已经注册了。"
  244. },
  245. "different_reg_password": {
  246. "en": "You input different password. Please double check.",
  247. "zh-cn": "两次输入的密码不同。"
  248. },
  249. "wrong_password": {
  250. "en": "Password is not correct. Please double check.",
  251. "zh-cn": "输入的密码错误。"
  252. }
  253. },
  254. "statusUI":{
  255. "label":{
  256. "host": {
  257. "en": "Host:",
  258. "zh-cn": "主人:"
  259. },
  260. "days": {
  261. "en": "Days in the family:",
  262. "zh-cn": "陪伴天数:"
  263. },
  264. "status": {
  265. "en": "Status:",
  266. "zh-cn": "状态:"
  267. }
  268. },
  269. "button":{
  270. "back": {
  271. "en": "Back",
  272. "zh-cn": "返回"
  273. }
  274. },
  275. "status":{
  276. "normal": {
  277. "en": "It looks fine.",
  278. "zh-cn": "看起来一切正常"
  279. },
  280. "satiety_1": {
  281. "en": "It looks a little hungry.",
  282. "zh-cn": "它有点饿了"
  283. },
  284. "satiety_2": {
  285. "en": "It looks very hungry.",
  286. "zh-cn": "它太饿了"
  287. },
  288. "stamina_1": {
  289. "en": "It looks a little tired.",
  290. "zh-cn": "它有点累了"
  291. },
  292. "stamina_2": {
  293. "en": "It looks very tired.",
  294. "zh-cn": "它太累了"
  295. },
  296. "thirsty_1": {
  297. "en": "It looks a little thirsty.",
  298. "zh-cn": "它有点口渴了"
  299. },
  300. "thirsty_2": {
  301. "en": "It looks very thirsty.",
  302. "zh-cn": "它太口渴了"
  303. },
  304. "healthy_1": {
  305. "en": "It doesn't look good.",
  306. "zh-cn": "它看起来不太好"
  307. },
  308. "healthy_2": {
  309. "en": "It looks very bad.",
  310. "zh-cn": "它看起来像是生病了"
  311. },
  312. "clean_1": {
  313. "en": "It looks dirty.",
  314. "zh-cn": "它有点脏兮兮的"
  315. },
  316. "clean_2": {
  317. "en": "It looks very dirty and smell badly.",
  318. "zh-cn": "它很脏了,还有点气味"
  319. },
  320. "obesity_1": {
  321. "en": "It looks fat and cute.",
  322. "zh-cn": "它看上去胖胖的挺可爱的"
  323. },
  324. "obesity_2": {
  325. "en": "It is too fat.",
  326. "zh-cn": "它看起来胖成一个球了"
  327. }
  328. }
  329. },
  330. "shoppingUI":{
  331. "button":{
  332. "food":{
  333. "en": "Food",
  334. "zh-cn": "食物"
  335. },
  336. "toy":{
  337. "en": "Toy",
  338. "zh-cn": "玩具"
  339. },
  340. "other":{
  341. "en": "Other",
  342. "zh-cn": "其他"
  343. },
  344. "confirm":{
  345. "en": "OK",
  346. "zh-cn": "确认"
  347. },
  348. "cancel":{
  349. "en": "Cancel",
  350. "zh-cn": "取消"
  351. },
  352. "back":{
  353. "en": "Back",
  354. "zh-cn": "返回"
  355. }
  356. },
  357. "item":{
  358. "food":{
  359. "food_00001":{
  360. "price": 10,
  361. "picture": "shopping/pictures/food_00001",
  362. "short_name":"狗粮",
  363. "type":"",
  364. "description":{
  365. "en": "Fresh Dog food",
  366. "zh-cn": "新鲜狗粮"
  367. }
  368. },
  369. "food_00002":{
  370. "price": 20,
  371. "picture": "",
  372. "short_name":"狗罐头",
  373. "type":"",
  374. "description":{
  375. "en": "Meal Can",
  376. "zh-cn": "纯肉狗罐头"
  377. }
  378. },
  379. "food_00003":{
  380. "price": 15,
  381. "picture": "",
  382. "short_name":"冻肉干",
  383. "type":"",
  384. "description":{
  385. "en": "Freezed meal",
  386. "zh-cn": "冻肉干"
  387. }
  388. }
  389. }
  390. }
  391. },
  392. "warehouseUI":{
  393. "//": "warehouseUI页面和ShoppingUI相似。数据共用。"
  394. },
  395. "playgroundUI":{
  396. "button":{
  397. "confirm":{
  398. "en": "Confrim",
  399. "zh-cn": "确认"
  400. },
  401. "play_again":{
  402. "en": "Play Again",
  403. "zh-cn": "再玩一次"
  404. }
  405. },
  406. "label":{
  407. "game_result":{
  408. "finishSuccess":{
  409. "en": "Success! Flied <<distance>> meter.",
  410. "zh-cn": "成功!飞出 <<distance>> 米。"
  411. },
  412. "finishOutOfBound":{
  413. "en": "Fail. Out of bound.",
  414. "zh-cn": "失败。 出界了。"
  415. },
  416. "finishFail":{
  417. "en": "Fail. Dog didn't catch it.",
  418. "zh-cn": "失败。 狗狗没有接住。"
  419. }
  420. }
  421. }
  422. }
  423. }