messages.js 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. import { recordDetailsZh, recordDetailsEn } from "./recordDetails-messages";
  2. export default {
  3. zh: {
  4. tabbar: {
  5. growthReport: "长势报告",
  6. agriFile: "农情档案",
  7. agriRecord: "农事规划",
  8. trace: "有味溯源",
  9. },
  10. common: {
  11. current: "当前",
  12. demoFarm: "示范农场",
  13. expandMore: "点击展开更多",
  14. collapse: "点击收起",
  15. backgroundDesc: "背景描述:",
  16. suggestion: "对策建议:",
  17. unlock: "点击解锁",
  18. noAddress: "暂无地址",
  19. droughtWarning: "干旱预警",
  20. cancel: "取消",
  21. confirm: "确认",
  22. },
  23. week: {
  24. 0: "周日",
  25. 1: "周一",
  26. 2: "周二",
  27. 3: "周三",
  28. 4: "周四",
  29. 5: "周五",
  30. 6: "周六",
  31. },
  32. weather: {
  33. farmList: "农场列表",
  34. farmListGuide: "查看全部农场列表,并可创建农场",
  35. expandMore: "展开更多",
  36. collapse: "收起",
  37. farmInfoMaintain: "农场信息维护",
  38. future7Days: "未来七天天气",
  39. searchFarm: "搜索农场",
  40. selectRegion: "选择地区",
  41. selectCategory: "选择品类",
  42. sunny: "晴天",
  43. },
  44. garden: {
  45. currentFarm: "当前农场",
  46. setDefaultFarm: "设为默认农场",
  47. addFarm: "新增农场",
  48. statFarm11: "农事11",
  49. statFarm22: "农事22",
  50. statSomeRisk: "某某风险",
  51. statStandardFarm: "标准农事",
  52. statStandardControl: "标准防治",
  53. },
  54. growthStageTimeline: {
  55. tooltipHint: "此为预估进程,请左右移动进行校准!",
  56. },
  57. growthReport: {
  58. title: "长势报告",
  59. cropTitle: "作物长势报告",
  60. weatherRisk: "气象风险",
  61. cropLychee: "荔枝",
  62. phenologyFruitExpansion: "转色期",
  63. phenologyLateTillering: "拔节孕穗期",
  64. inStage: "处于{stage}",
  65. futureWeatherRisk: "未来7-15天气象风险",
  66. farmAdvice: "农事建议",
  67. patrolFocus: "巡园重点",
  68. bindSuccess: "您的农场已绑定成功",
  69. lockTitle: "专属数字农场,种好卖好",
  70. lockSub: "点击解锁一键溯源增产",
  71. risk: {
  72. pest: {
  73. title: "高温干旱风险",
  74. titleRice: "连续阴雨风险",
  75. desc: "经过飞鸟智慧大脑计算气象风险:高温干旱胁迫指数处于中等水平,存在果皮灼伤风险,局部区域可能会对果实品质造成伤害,需加强监测预警,及时执行相关农事。",
  76. descRice: "经过飞鸟智慧大脑计算气象风险:连续阴雨胁迫指数处于中等水平,需持续关注田里水分情况,做好排水工作。",
  77. },
  78. rain: {
  79. title: "阴雨寡照风险",
  80. desc: "经过飞鸟智慧大脑计气象风险:阴雨寡照胁迫指数处于中等水平,存在一定的植株缺素风险,局部区域可能会出现长势异常现象,需加强监测预警,及时巡园",
  81. },
  82. },
  83. advice: {
  84. foliar: {
  85. title: "喷灌降温",
  86. desc: "荔枝转色期遭遇高温干旱风险,需及时喷撒清水,降低果园小气候与果皮表面温度,预防果皮灼伤。",
  87. titleRice: "排水",
  88. descRice: "当前连续阴雨胁迫指数处于中等水平,需日常巡园查看田中水层高度是否合适,若水分过多需及时排水,避免影响后续的孕穗进程。",
  89. },
  90. pestControl: {
  91. title: "虫害防治",
  92. desc: "通过叶面喷施针对性杀虫剂,快速压低蒂蛀虫种群数量,保护果实免受蛀害。",
  93. },
  94. },
  95. patrol: {
  96. process: {
  97. title: "进程互动",
  98. desc: "是否有5%的荔枝进入果实转色期?",
  99. descRice: "是否有60%的水稻进入拔节期?",
  100. },
  101. growth: {
  102. title: "长势互动",
  103. desc: "是否有10%的荔枝抽生新梢?",
  104. descRice: "是否有10%的水稻出现干旱缺素症状?",
  105. },
  106. pest: {
  107. title: "病虫互动",
  108. desc: "是否有10%的荔枝发现蒂蛀虫为害特征?",
  109. },
  110. },
  111. },
  112. adjustPopup: {
  113. title: "当前日期:{date}",
  114. selectPhenology: "请选择当前{species}的物候期",
  115. selectReproductive: "请选择当前{species}的生育期",
  116. standard: "界定标准:{ratio} 以上表型进入该阶段",
  117. ratio: "六成",
  118. selectPhenologyToast: "请选择物候期",
  119. selectReproductiveToast: "请选择生育期",
  120. },
  121. agriFile: {
  122. legendZone: "管理分区",
  123. legendGrowth: "长势异常",
  124. legendPest: "病虫害异常",
  125. scaleNormal: "普通",
  126. scaleGood: "良好",
  127. scaleExcellent: "优秀",
  128. loading: "加载中...",
  129. noRecord: "暂无记录",
  130. noData: "暂无异常",
  131. tabPhenology: "物候进程",
  132. tabAbnormal: "异常记录",
  133. tabFarming: "农事记录",
  134. tabAgriRecord: "农情记录",
  135. tabRemoteSensing: "时序遥感指标",
  136. remoteSensingChartTitle: "时序遥感指数",
  137. remoteSensingChartTitleNdvi: "NDVI",
  138. remoteSensingChartTitleNdwi: "NDWI",
  139. remoteSensingChartTitlePrecipitation: "日降水量",
  140. remoteSensingLegendZone: "区域指数曲线",
  141. remoteSensingLegendStandard: "标准指数曲线",
  142. remoteSensingLegendNdvi: "NDVI曲线",
  143. remoteSensingLegendNdwi: "NDWI曲线",
  144. remoteSensingLegendPrecipitation: "降水量",
  145. remoteSensingLegendAvgPrecipitation: "平均降水量",
  146. remoteSensingAxisIndex: "指数",
  147. remoteSensingAxisPrecipitation: "降水量",
  148. timeAxisLabel: "时间",
  149. remoteSensingValuePlaceholder: "数字",
  150. remoteSensingSelectHint: "可在左侧选项卡选择遥感指标类型查看时序指标",
  151. recordFruitExpand: "果园出现果实迅速膨大,占比",
  152. recordFruitSet: "果园出现谢花坐果,占比",
  153. recordFullBloom: "果园进入盛花期",
  154. recordPanicle: "果园出现花穗抽生",
  155. recordStemBorerFruit: "果园出现蒂蛀虫为害果,占比",
  156. recordCalciumCrack: "果园出现缺钙裂果症状,占比",
  157. recordStinkBug: "果园出现荔枝蝽象若虫为害",
  158. recordFlowerNoFruit: "果园出现花而不实现象",
  159. recordFertilize: "执行了膨果壮果追肥农事",
  160. recordStemBorerControl: "执行了蒂蛀虫防治农事",
  161. recordFlowerFruitProtect: "执行了保花保果药剂喷施农事",
  162. recordPreFlowerPest: "执行了花前病虫综合防治农事",
  163. },
  164. recordDetails: recordDetailsZh,
  165. agriRecord: {
  166. farmDetail: "农场详情",
  167. allFarmWork: "全部农事",
  168. traceFarmWork: "溯源农事",
  169. level2: "二级",
  170. riskLevel: "{level}级",
  171. pendingRecord: "待记录",
  172. growthWorkName: "长势异常态势跟踪",
  173. growthReason: "缺锌导致生长缓慢",
  174. growthIssue: "是否有10%的荔枝出现落果裂果?",
  175. pestWorkName: "病虫害态势监控",
  176. pestReason: "病虫害影响作物生长",
  177. pestIssue: "是否有10%的荔枝发现蒂蛀虫?",
  178. phenologyWorkName: "物候跟踪记录",
  179. phenologyReason: "预计到达病虫防控关键期",
  180. phenologyIssue: "是否有60%的荔枝进入转色期",
  181. workStatus: {
  182. 0: "时间待校准",
  183. 1: "触发待巡园",
  184. 2: "待执行",
  185. 3: "未激活",
  186. 4: "已认证",
  187. 5: "已失效",
  188. 6: "已执行",
  189. },
  190. },
  191. workDetail: {
  192. title: "农事详情",
  193. certifiedSuccess: "已认证成功",
  194. ownedPlot: "权属田块1:",
  195. executionArea: "执行区域",
  196. verified: "已认证",
  197. reason: "农事原因",
  198. purpose: "农事目的",
  199. notes: "注意事项",
  200. prescription: "药物处方",
  201. executionMethod: "执行方式",
  202. },
  203. },
  204. en: {
  205. tabbar: {
  206. growthReport: "Growth Report",
  207. agriFile: "Crop Archives",
  208. agriRecord: "Farm Planning",
  209. trace: "Traceability",
  210. },
  211. common: {
  212. current: "Current",
  213. demoFarm: "Demo Farm",
  214. expandMore: "Show more",
  215. collapse: "Collapse",
  216. backgroundDesc: "Background: ",
  217. suggestion: "Recommendations: ",
  218. unlock: "Unlock",
  219. noAddress: "No address",
  220. droughtWarning: "Drought alert",
  221. cancel: "Cancel",
  222. confirm: "Confirm",
  223. },
  224. week: {
  225. 0: "Sun",
  226. 1: "Mon",
  227. 2: "Tue",
  228. 3: "Wed",
  229. 4: "Thu",
  230. 5: "Fri",
  231. 6: "Sat",
  232. },
  233. weather: {
  234. farmList: "Farm list",
  235. farmListGuide: "View all farms and create new ones",
  236. expandMore: "Expand",
  237. collapse: "Collapse",
  238. farmInfoMaintain: "Farm profile",
  239. future7Days: "7-day forecast",
  240. searchFarm: "Search farms",
  241. selectRegion: "Region",
  242. selectCategory: "Category",
  243. sunny: "Sunny",
  244. },
  245. garden: {
  246. currentFarm: "Current farm",
  247. setDefaultFarm: "Set as default",
  248. addFarm: "Add farm",
  249. statFarm11: "Farm Work 11",
  250. statFarm22: "Farm Work 22",
  251. statSomeRisk: "Risk Alert",
  252. statStandardFarm: "Standard Farm Work",
  253. statStandardControl: "Standard Control",
  254. },
  255. growthStageTimeline: {
  256. tooltipHint: "This is an estimated progress. Drag left or right to calibrate.",
  257. },
  258. growthReport: {
  259. title: "Growth Report",
  260. cropTitle: "Crop Growth Report",
  261. weatherRisk: "Weather risks",
  262. cropLychee: "Lychee",
  263. phenologyFruitExpansion: "Color change stage",
  264. phenologyLateTillering: "Jointing and booting stage",
  265. inStage: "in {stage}",
  266. futureWeatherRisk: "7–15 day weather risks",
  267. farmAdvice: "Farming advice",
  268. patrolFocus: "Patrol priorities",
  269. bindSuccess: "Your farm has been linked successfully",
  270. lockTitle: "Your digital farm — grow better, sell better",
  271. lockSub: "Tap to unlock traceability & yield boost",
  272. risk: {
  273. pest: {
  274. title: "High temperature & drought risk",
  275. titleRice: "Continuous rain risk",
  276. desc: "Feiniao AI weather risk assessment: moderate heat and drought stress index. Sunscald on fruit peel is possible; local areas may suffer fruit quality damage. Strengthen monitoring and early warning, and implement related farm practices promptly.",
  277. descRice: "Feiniao AI weather risk assessment: continuous rain stress index is at a moderate level. Monitor field moisture closely and ensure proper drainage.",
  278. },
  279. rain: {
  280. title: "Rain & low-light risk",
  281. desc: "Feiniao AI weather assessment: moderate rain/low-light stress. Nutrient deficiency may occur in some areas with abnormal growth — strengthen monitoring and patrols.",
  282. },
  283. },
  284. advice: {
  285. foliar: {
  286. title: "Sprinkler cooling",
  287. desc: "During the lychee color-change stage, heat and drought pose a risk. Spray clean water promptly to lower orchard microclimate and fruit peel surface temperature, and prevent fruit peel sunscald.",
  288. titleRice: "Drainage",
  289. descRice: "Continuous rain stress index is currently at a moderate level. Patrol fields daily to check whether the water layer is appropriate; drain promptly if there is excess water to avoid affecting subsequent booting progress.",
  290. },
  291. pestControl: {
  292. title: "Pest control",
  293. desc: "Targeted foliar insecticides can quickly reduce litchi stem borer populations and protect fruit from damage.",
  294. },
  295. },
  296. patrol: {
  297. process: {
  298. title: "Progress check",
  299. desc: "Have 5% of lychee trees entered fruit color-change stage?",
  300. descRice: "Have 60% of rice entered jointing stage?",
  301. },
  302. growth: {
  303. title: "Growth check",
  304. desc: "Have 10% of lychee trees produced new shoots?",
  305. descRice: "Do 10% of rice plants show drought-related nutrient deficiency symptoms?",
  306. },
  307. pest: {
  308. title: "Pest check",
  309. desc: "Do 10% of lychee trees show litchi stem borer damage?",
  310. },
  311. },
  312. },
  313. adjustPopup: {
  314. title: "Current date: {date}",
  315. selectPhenology: "Select phenological stage for {species}",
  316. selectReproductive: "Select reproductive stage for {species}",
  317. standard: "Criterion: over {ratio} of plants show this stage",
  318. ratio: "60%",
  319. selectPhenologyToast: "Please select phenological stage",
  320. selectReproductiveToast: "Please select reproductive stage",
  321. },
  322. agriFile: {
  323. legendZone: "Management Zone",
  324. legendGrowth: "Growth Abnormality",
  325. legendPest: "Pest & Disease",
  326. scaleNormal: "Normal",
  327. scaleGood: "Good",
  328. scaleExcellent: "Excellent",
  329. loading: "Loading...",
  330. noRecord: "No records",
  331. noData: "No abnormalities",
  332. tabPhenology: "Phenological Process",
  333. tabAbnormal: "Abnormalities",
  334. tabFarming: "Farm Work",
  335. tabAgriRecord: "Crop Records",
  336. tabRemoteSensing: "Time-series Remote Sensing",
  337. remoteSensingChartTitle: "Time-series Remote Sensing Index",
  338. remoteSensingChartTitleNdvi: "NDVI",
  339. remoteSensingChartTitleNdwi: "NDWI",
  340. remoteSensingChartTitlePrecipitation: "Daily Precipitation",
  341. remoteSensingLegendZone: "Zone Index Curve",
  342. remoteSensingLegendStandard: "Standard Index Curve",
  343. remoteSensingLegendNdvi: "NDVI Curve",
  344. remoteSensingLegendNdwi: "NDWI Curve",
  345. remoteSensingLegendPrecipitation: "Precipitation",
  346. remoteSensingLegendAvgPrecipitation: "Avg. Precipitation",
  347. remoteSensingAxisIndex: "Index",
  348. remoteSensingAxisPrecipitation: "Precipitation",
  349. timeAxisLabel: "Time",
  350. remoteSensingValuePlaceholder: "Number",
  351. remoteSensingSelectHint: "Select a remote sensing index type from the left tabs to view time-series indicators",
  352. recordFruitExpand: "Rapid fruit expansion in orchard, ",
  353. recordFruitSet: "Flower drop and fruit set in orchard, ",
  354. recordFullBloom: "Orchard in full bloom",
  355. recordPanicle: "Panicle emergence in orchard",
  356. recordStemBorerFruit: "Stem borer damage on fruit in orchard, ",
  357. recordCalciumCrack: "Calcium deficiency fruit cracking in orchard, ",
  358. recordStinkBug: "Lychee stink bug nymph damage in orchard",
  359. recordFlowerNoFruit: "Flowering without fruit set in orchard",
  360. recordFertilize: "Fruit expansion fertilization applied",
  361. recordStemBorerControl: "Stem borer control applied",
  362. recordFlowerFruitProtect: "Flower and fruit protection spray applied",
  363. recordPreFlowerPest: "Pre-bloom pest control applied",
  364. },
  365. recordDetails: recordDetailsEn,
  366. agriRecord: {
  367. farmDetail: "Farm Details",
  368. allFarmWork: "All Farm Work",
  369. traceFarmWork: "Traceability",
  370. level2: "Level 2",
  371. riskLevel: "Level {level}",
  372. pendingRecord: "Pending",
  373. growthWorkName: "Growth Abnormality Tracking",
  374. growthReason: "Slow growth due to zinc deficiency",
  375. growthIssue: "Do 10% of lychee trees show fruit drop or cracking?",
  376. pestWorkName: "Pest & Disease Monitoring",
  377. pestReason: "Pests and diseases affecting crop growth",
  378. pestIssue: "Do 10% of lychee trees show litchi stem borer?",
  379. phenologyWorkName: "Phenology Tracking",
  380. phenologyReason: "Expected critical pest control period",
  381. phenologyIssue: "Have 60% of lychee trees entered color-change stage?",
  382. workStatus: {
  383. 0: "Time Calib",
  384. 1: "Trigger Patrol",
  385. 2: "Pending",
  386. 3: "Off",
  387. 4: "Cert",
  388. 5: "Void",
  389. 6: "Done",
  390. },
  391. },
  392. workDetail: {
  393. title: "Work Details",
  394. certifiedSuccess: "Certified",
  395. ownedPlot: "Plot 1: ",
  396. executionArea: "Area",
  397. verified: "Cert",
  398. reason: "Reason",
  399. purpose: "Purpose",
  400. notes: "Notes",
  401. prescription: "Rx",
  402. executionMethod: "Method",
  403. },
  404. },
  405. };