common.dart 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. import 'package:fis_i18n/types.dart';
  2. /// 通用模块
  3. class CommonModule extends ModuleBase {
  4. CommonModule._({
  5. required this.installFailed,
  6. required this.qualityControlStatus,
  7. required this.qualityControlledScore,
  8. required this.qualityControl,
  9. required this.qualityControlPrompt,
  10. required this.qualityPass,
  11. required this.infoIncomplete,
  12. required this.imageNotStandard,
  13. required this.lesionNotClear,
  14. required this.qualityScore,
  15. required this.qualityControlCompleted,
  16. required this.imageQualityControl,
  17. required this.reportQualityControl,
  18. required this.scoreNotNull,
  19. required this.imageClarity,
  20. required this.imageMarking,
  21. required this.imageBodyMark,
  22. required this.imageCentering,
  23. required this.lesionMeasurement,
  24. required this.qualityOpinion,
  25. required this.overallScore,
  26. required this.basicInfoScore,
  27. required this.reportDescriptionMeasurement,
  28. required this.ultrasoundSuggestion,
  29. required this.reportImageClarity,
  30. required this.otherMisdiagnosis,
  31. required this.qualityControlled,
  32. required this.from,
  33. required this.startRecording,
  34. required this.screenshot,
  35. required this.imageCapture,
  36. required this.dateOfBirth,
  37. required this.medicalHistory,
  38. required this.allVideos,
  39. required this.downloadSuccess,
  40. required this.switchPatients,
  41. required this.networkQualityWarning,
  42. required this.openSecondaryWindow,
  43. required this.AIDiagnosis,
  44. required this.revokeSuccess,
  45. required this.defaultEntry,
  46. required this.savedeskTokSuccess,
  47. required this.savedeskTokSuccess2,
  48. required this.photo,
  49. required this.cameraPermissionDisabled,
  50. required this.microphonePermissionDisabled,
  51. required this.mediaFilePermissionDisabled,
  52. required this.goToSettingsPageToEnable,
  53. required this.courseHome,
  54. required this.joinClass,
  55. required this.selectAtLeastOnePatient,
  56. required this.college,
  57. required this.printTestPage,
  58. required this.installLocalDriver,
  59. required this.flyinsonoCollege,
  60. required this.pleaseEnter,
  61. required this.searchOrAddPatient,
  62. required this.networkError,
  63. required this.selectExportImage,
  64. required this.enterValidCode,
  65. required this.deviceAdded,
  66. required this.networkException,
  67. required this.ofTerm,
  68. required this.completeInformation,
  69. required this.refreshQRCode,
  70. required this.clickToDownload,
  71. required this.feedback,
  72. required this.feedbackSystem,
  73. required this.noImageInfo,
  74. required this.evaluation,
  75. required this.rating,
  76. required this.uploadFail,
  77. required this.cachedVideo,
  78. required this.temporaryLeave,
  79. required this.confirmScanQRLogin,
  80. required this.flyinsonoLoginConfirm,
  81. required this.confirmLogin,
  82. required this.inconsistentServer,
  83. required this.ensureConsistentServerSelection,
  84. required this.networkInstability,
  85. required this.networkErrorMobile,
  86. required this.showMore,
  87. required this.enableTab,
  88. required this.leaveCurrentPage,
  89. required this.noData,
  90. required this.endPage,
  91. required this.NetImageError,
  92. required this.added,
  93. required this.layout,
  94. required this.phoneExists,
  95. required this.emailExists,
  96. required this.appName,
  97. required this.versionNumber,
  98. required this.language,
  99. required this.refresh,
  100. required this.forward,
  101. required this.createTime,
  102. required this.status,
  103. required this.finish,
  104. required this.report,
  105. required this.search,
  106. required this.search4Btn,
  107. required this.open,
  108. required this.input,
  109. required this.fullName,
  110. required this.email,
  111. required this.mobileNumber,
  112. required this.loading,
  113. required this.and,
  114. required this.submitting,
  115. required this.underDevelopment,
  116. required this.tip,
  117. required this.confirm,
  118. required this.confirm4Btn,
  119. required this.submitted,
  120. required this.close,
  121. required this.alreadySaved,
  122. required this.add,
  123. required this.save,
  124. required this.save4Btn,
  125. required this.filter,
  126. required this.verificationCode,
  127. required this.cancel,
  128. required this.cancel4Btn,
  129. required this.image,
  130. required this.remove,
  131. required this.state,
  132. required this.all,
  133. required this.selected,
  134. required this.unDistributed,
  135. required this.distributed,
  136. required this.back,
  137. required this.revoke,
  138. required this.Select,
  139. required this.country,
  140. required this.province,
  141. required this.city,
  142. required this.operation,
  143. required this.removeNotification,
  144. required this.edit,
  145. required this.submit,
  146. required this.yes,
  147. required this.no,
  148. required this.noneDataTip,
  149. required this.delete,
  150. required this.modify,
  151. required this.platformDefault,
  152. required this.InputLimitTime,
  153. required this.referLimitTime,
  154. required this.inputHour,
  155. required this.canReferOrg,
  156. required this.networkUnstable,
  157. required this.error,
  158. required this.zoomIn,
  159. required this.zoomOut,
  160. required this.flyinsonoLog,
  161. required this.noDataExport,
  162. required this.pleaseSelectZipFile,
  163. required this.view,
  164. required this.previousFivePageText,
  165. required this.nextFivePageText,
  166. required this.cancellation,
  167. required this.cancellationSuccess,
  168. required this.validateIdentity,
  169. required this.vinnoTechnology,
  170. required this.suICPNo,
  171. });
  172. static const ModuleName = "common";
  173. factory CommonModule(Map<String, dynamic> map) {
  174. return CommonModule._(
  175. installFailed: map.pick("installFailed"),
  176. qualityControlStatus: map.pick("qualityControlStatus"),
  177. qualityControlledScore: map.pick("qualityControlledScore"),
  178. qualityControl: map.pick("qualityControl"),
  179. qualityControlPrompt: map.pick("qualityControlPrompt"),
  180. qualityPass: map.pick("qualityPass"),
  181. infoIncomplete: map.pick("infoIncomplete"),
  182. imageNotStandard: map.pick("imageNotStandard"),
  183. lesionNotClear: map.pick("lesionNotClear"),
  184. qualityScore: map.pick("qualityScore"),
  185. qualityControlCompleted: map.pick("qualityControlCompleted"),
  186. imageQualityControl: map.pick("imageQualityControl"),
  187. reportQualityControl: map.pick("reportQualityControl"),
  188. scoreNotNull: map.pick("scoreNotNull"),
  189. imageClarity: map.pick("imageClarity"),
  190. imageMarking: map.pick("imageMarking"),
  191. imageBodyMark: map.pick("imageBodyMark"),
  192. imageCentering: map.pick("imageCentering"),
  193. lesionMeasurement: map.pick("lesionMeasurement"),
  194. qualityOpinion: map.pick("qualityOpinion"),
  195. overallScore: map.pick("overallScore"),
  196. basicInfoScore: map.pick("basicInfoScore"),
  197. reportDescriptionMeasurement: map.pick("reportDescriptionMeasurement"),
  198. ultrasoundSuggestion: map.pick("ultrasoundSuggestion"),
  199. reportImageClarity: map.pick("reportImageClarity"),
  200. otherMisdiagnosis: map.pick("otherMisdiagnosis"),
  201. qualityControlled: map.pick("qualityControlled"),
  202. from: map.pick("from"),
  203. startRecording: map.pick("startRecording"),
  204. screenshot: map.pick("screenshot"),
  205. imageCapture: map.pick("imageCapture"),
  206. dateOfBirth: map.pick("dateOfBirth"),
  207. medicalHistory: map.pick("medicalHistory"),
  208. allVideos: map.pick("allVideos"),
  209. downloadSuccess: map.pick("downloadSuccess"),
  210. switchPatients: map.pick("switchPatients"),
  211. networkQualityWarning: map.pick("networkQualityWarning"),
  212. openSecondaryWindow: map.pick("openSecondaryWindow"),
  213. AIDiagnosis: map.pick("AIDiagnosis"),
  214. revokeSuccess: map.pick("revokeSuccess"),
  215. defaultEntry: map.pick("defaultEntry"),
  216. savedeskTokSuccess: map.pick("savedeskTokSuccess"),
  217. savedeskTokSuccess2: map.pick("savedeskTokSuccess2"),
  218. photo: map.pick("photo"),
  219. cameraPermissionDisabled: map.pick("cameraPermissionDisabled"),
  220. microphonePermissionDisabled: map.pick("microphonePermissionDisabled"),
  221. mediaFilePermissionDisabled: map.pick("mediaFilePermissionDisabled"),
  222. goToSettingsPageToEnable: map.pick("goToSettingsPageToEnable"),
  223. courseHome: map.pick("courseHome"),
  224. joinClass: map.pick("joinClass"),
  225. selectAtLeastOnePatient: map.pick("selectAtLeastOnePatient"),
  226. college: map.pick("college"),
  227. printTestPage: map.pick("printTestPage"),
  228. installLocalDriver: map.pick("installLocalDriver"),
  229. flyinsonoCollege: map.pick("flyinsonoCollege"),
  230. pleaseEnter: map.pick("pleaseEnter"),
  231. searchOrAddPatient: map.pick("searchOrAddPatient"),
  232. networkError: map.pick("networkError"),
  233. selectExportImage: map.pick("selectExportImage"),
  234. enterValidCode: map.pick("enterValidCode"),
  235. deviceAdded: map.pick("deviceAdded"),
  236. networkException: map.pick("networkException"),
  237. ofTerm: map.pick("ofTerm"),
  238. completeInformation: map.pick("completeInformation"),
  239. refreshQRCode: map.pick("refreshQRCode"),
  240. clickToDownload: map.pick("clickToDownload"),
  241. feedback: map.pick("feedback"),
  242. feedbackSystem: map.pick("feedbackSystem"),
  243. noImageInfo: map.pick("noImageInfo"),
  244. evaluation: map.pick("evaluation"),
  245. rating: map.pick("rating"),
  246. uploadFail: map.pick("uploadFail"),
  247. cachedVideo: map.pick("cachedVideo"),
  248. temporaryLeave: map.pick("temporaryLeave"),
  249. confirmScanQRLogin: map.pick("confirmScanQRLogin"),
  250. flyinsonoLoginConfirm: map.pick("flyinsonoLoginConfirm"),
  251. confirmLogin: map.pick("confirmLogin"),
  252. inconsistentServer: map.pick("inconsistentServer"),
  253. ensureConsistentServerSelection:
  254. map.pick("ensureConsistentServerSelection"),
  255. networkInstability: map.pick("networkInstability"),
  256. networkErrorMobile: map.pick("networkErrorMobile"),
  257. showMore: map.pick("showMore"),
  258. enableTab: map.pick("enableTab"),
  259. leaveCurrentPage: map.pick("leaveCurrentPage"),
  260. noData: map.pick("noData"),
  261. endPage: map.pick("endPage"),
  262. NetImageError: map.pick("NetImageError"),
  263. added: map.pick("added"),
  264. layout: map.pick("layout"),
  265. phoneExists: map.pick("phoneExists"),
  266. emailExists: map.pick("emailExists"),
  267. appName: map.pick("appName"),
  268. versionNumber: map.pick("versionNumber"),
  269. language: map.pick("language"),
  270. refresh: map.pick("refresh"),
  271. forward: map.pick("forward"),
  272. createTime: map.pick("createTime"),
  273. status: map.pick("status"),
  274. finish: map.pick("finish"),
  275. report: map.pick("report"),
  276. search: map.pick("search"),
  277. search4Btn: map.pick("search4Btn"),
  278. open: map.pick("open"),
  279. input: map.pick("input"),
  280. fullName: map.pick("fullName"),
  281. email: map.pick("email"),
  282. mobileNumber: map.pick("mobileNumber"),
  283. loading: map.pick("loading"),
  284. and: map.pick("and"),
  285. submitting: map.pick("submitting"),
  286. underDevelopment: map.pick("underDevelopment"),
  287. tip: map.pick("tip"),
  288. confirm: map.pick("confirm"),
  289. confirm4Btn: map.pick("confirm4Btn"),
  290. submitted: map.pick("submitted"),
  291. close: map.pick("close"),
  292. alreadySaved: map.pick("alreadySaved"),
  293. add: map.pick("add"),
  294. save: map.pick("save"),
  295. save4Btn: map.pick("save4Btn"),
  296. filter: map.pick("filter"),
  297. verificationCode: map.pick("verificationCode"),
  298. cancel: map.pick("cancel"),
  299. cancel4Btn: map.pick("cancel4Btn"),
  300. image: map.pick("image"),
  301. remove: map.pick("remove"),
  302. state: map.pick("state"),
  303. all: map.pick("all"),
  304. selected: map.pick("selected"),
  305. unDistributed: map.pick("unDistributed"),
  306. distributed: map.pick("distributed"),
  307. back: map.pick("back"),
  308. revoke: map.pick("revoke"),
  309. Select: map.pick("Select"),
  310. country: map.pick("country"),
  311. province: map.pick("province"),
  312. city: map.pick("city"),
  313. operation: map.pick("operation"),
  314. removeNotification: map.pick("removeNotification"),
  315. edit: map.pick("edit"),
  316. submit: map.pick("submit"),
  317. yes: map.pick("yes"),
  318. no: map.pick("no"),
  319. noneDataTip: map.pick("noneDataTip"),
  320. delete: map.pick("delete"),
  321. modify: map.pick("modify"),
  322. platformDefault: map.pick("platformDefault"),
  323. InputLimitTime: map.pick("InputLimitTime"),
  324. referLimitTime: map.pick("referLimitTime"),
  325. inputHour: map.pick("inputHour"),
  326. canReferOrg: map.pick("canReferOrg"),
  327. networkUnstable: map.pick("networkUnstable"),
  328. error: map.pick("error"),
  329. zoomIn: map.pick("zoomIn"),
  330. zoomOut: map.pick("zoomOut"),
  331. flyinsonoLog: map.pick("flyinsonoLog"),
  332. noDataExport: map.pick("noDataExport"),
  333. pleaseSelectZipFile: map.pick("pleaseSelectZipFile"),
  334. view: map.pick("view"),
  335. previousFivePageText: map.pick("previousFivePageText"),
  336. nextFivePageText: map.pick("nextFivePageText"),
  337. cancellation: map.pick("cancellation"),
  338. cancellationSuccess: map.pick("cancellationSuccess"),
  339. validateIdentity: map.pick("validateIdentity"),
  340. vinnoTechnology: map.pick("vinnoTechnology"),
  341. suICPNo: map.pick("suICPNo"),
  342. );
  343. }
  344. /// 安装失败
  345. final FTrStr installFailed;
  346. /// 质控状态
  347. final FTrStr qualityControlStatus;
  348. /// 已质控{0}分
  349. final FTrStr qualityControlledScore;
  350. /// 质控
  351. final FTrStr qualityControl;
  352. /// 是否对报告进行质控?
  353. final FTrStr qualityControlPrompt;
  354. /// 质控合格
  355. final FTrStr qualityPass;
  356. /// 信息不完整
  357. final FTrStr infoIncomplete;
  358. /// 上传图像不标准
  359. final FTrStr imageNotStandard;
  360. /// 阳性病灶显示不清晰
  361. final FTrStr lesionNotClear;
  362. /// 质控评分
  363. final FTrStr qualityScore;
  364. /// 您已完成图像质控
  365. final FTrStr qualityControlCompleted;
  366. /// 图像质控
  367. final FTrStr imageQualityControl;
  368. /// 报告质控
  369. final FTrStr reportQualityControl;
  370. /// 所有评分项不可为空
  371. final FTrStr scoreNotNull;
  372. /// 图像清晰度(10分)
  373. final FTrStr imageClarity;
  374. /// 图像标记(10分)
  375. final FTrStr imageMarking;
  376. /// 图像体标(10分)
  377. final FTrStr imageBodyMark;
  378. /// 图像居中(10分)
  379. final FTrStr imageCentering;
  380. /// 阳性病灶测量(10分)
  381. final FTrStr lesionMeasurement;
  382. /// 质控意见
  383. final FTrStr qualityOpinion;
  384. /// 综合评分
  385. final FTrStr overallScore;
  386. /// 基本信息(10分)
  387. final FTrStr basicInfoScore;
  388. /// 报告描述及测量(10分)
  389. final FTrStr reportDescriptionMeasurement;
  390. /// 超声提示(10分)
  391. final FTrStr ultrasoundSuggestion;
  392. /// 报告图像清晰(10分)
  393. final FTrStr reportImageClarity;
  394. /// 其他(是否漏诊误诊)(10分)
  395. final FTrStr otherMisdiagnosis;
  396. /// 已质控
  397. final FTrStr qualityControlled;
  398. /// 来自于
  399. final FTrStr from;
  400. /// 开始录制
  401. final FTrStr startRecording;
  402. /// 截图
  403. final FTrStr screenshot;
  404. /// 图像采集
  405. final FTrStr imageCapture;
  406. /// 出生日期
  407. final FTrStr dateOfBirth;
  408. /// 病史
  409. final FTrStr medicalHistory;
  410. /// 所有视频
  411. final FTrStr allVideos;
  412. /// 下载成功
  413. final FTrStr downloadSuccess;
  414. /// 切换病人
  415. final FTrStr switchPatients;
  416. /// 当前网络质量不佳
  417. final FTrStr networkQualityWarning;
  418. /// 正在开启副窗口...
  419. final FTrStr openSecondaryWindow;
  420. /// AI诊断
  421. final FTrStr AIDiagnosis;
  422. /// 撤回成功
  423. final FTrStr revokeSuccess;
  424. /// 默认词条
  425. final FTrStr defaultEntry;
  426. /// 保存成功,请至桌面查看
  427. final FTrStr savedeskTokSuccess;
  428. /// 保存成功
  429. final FTrStr savedeskTokSuccess2;
  430. /// 照片
  431. final FTrStr photo;
  432. /// 相机权限已被禁用
  433. final FTrStr cameraPermissionDisabled;
  434. /// 麦克风权限已被禁用
  435. final FTrStr microphonePermissionDisabled;
  436. /// 媒体文件权限已被禁用
  437. final FTrStr mediaFilePermissionDisabled;
  438. /// 是否前往设置页面开启?
  439. final FTrStr goToSettingsPageToEnable;
  440. /// 课程首页
  441. final FTrStr courseHome;
  442. /// 加入班级
  443. final FTrStr joinClass;
  444. /// 请至少选择一个病人
  445. final FTrStr selectAtLeastOnePatient;
  446. /// 学院
  447. final FTrStr college;
  448. /// 打印测试页
  449. final FTrStr printTestPage;
  450. /// 安装本地驱动
  451. final FTrStr installLocalDriver;
  452. /// 杏聆荟学院
  453. final FTrStr flyinsonoCollege;
  454. /// 请输入
  455. final FTrStr pleaseEnter;
  456. /// 搜索或添加病人
  457. final FTrStr searchOrAddPatient;
  458. /// 网络异常,请先检查网络状况再试
  459. final FTrStr networkError;
  460. /// 请选择待导出测量结果的图像
  461. final FTrStr selectExportImage;
  462. /// 请输入正确的唯一码
  463. final FTrStr enterValidCode;
  464. /// 您已添加该设备,请在设备列表中查看
  465. final FTrStr deviceAdded;
  466. /// 网络异常断开,请稍后重试
  467. final FTrStr networkException;
  468. /// 共 {0} 项
  469. final FTrStr ofTerm;
  470. /// 完善信息
  471. final FTrStr completeInformation;
  472. /// 刷新二维码
  473. final FTrStr refreshQRCode;
  474. /// 点此下载
  475. final FTrStr clickToDownload;
  476. /// 反馈
  477. final FTrStr feedback;
  478. /// 反馈系统
  479. final FTrStr feedbackSystem;
  480. /// 暂无图像信息
  481. final FTrStr noImageInfo;
  482. /// 评价
  483. final FTrStr evaluation;
  484. /// 评分
  485. final FTrStr rating;
  486. /// 网络不稳定,文件上传失败
  487. final FTrStr uploadFail;
  488. /// 录制视频已缓存至安装目录
  489. final FTrStr cachedVideo;
  490. /// 暂时离开
  491. final FTrStr temporaryLeave;
  492. /// 扫码登录确认
  493. final FTrStr confirmScanQRLogin;
  494. /// 杏聆荟登录确认
  495. final FTrStr flyinsonoLoginConfirm;
  496. /// 确认登录
  497. final FTrStr confirmLogin;
  498. /// 服务器不一致!
  499. final FTrStr inconsistentServer;
  500. /// 请确保移动端和电脑端所选服务器一致
  501. final FTrStr ensureConsistentServerSelection;
  502. /// 网络异常
  503. final FTrStr networkInstability;
  504. /// (未连接)
  505. final FTrStr networkErrorMobile;
  506. /// 查看更多
  507. final FTrStr showMore;
  508. /// 启用新标签页
  509. final FTrStr enableTab;
  510. /// 确定离开当前页面吗?
  511. final FTrStr leaveCurrentPage;
  512. /// 暂无数据
  513. final FTrStr noData;
  514. /// 尾页
  515. final FTrStr endPage;
  516. /// 网络不稳定,图像下载失败
  517. final FTrStr NetImageError;
  518. /// 已添加
  519. final FTrStr added;
  520. /// 布局
  521. final FTrStr layout;
  522. /// 手机号已存在
  523. final FTrStr phoneExists;
  524. /// 邮箱已存在
  525. final FTrStr emailExists;
  526. /// 杏聆荟
  527. final FTrStr appName;
  528. /// 版本号 : {0}
  529. final FTrStr versionNumber;
  530. /// 语言
  531. final FTrStr language;
  532. /// 刷新
  533. final FTrStr refresh;
  534. /// 转发
  535. final FTrStr forward;
  536. /// 创建时间
  537. final FTrStr createTime;
  538. /// 状态
  539. final FTrStr status;
  540. /// 完成
  541. final FTrStr finish;
  542. /// 报告
  543. final FTrStr report;
  544. /// 搜索
  545. final FTrStr search;
  546. /// 搜 索
  547. final FTrStr search4Btn;
  548. /// 已开启
  549. final FTrStr open;
  550. /// 请输入{0}
  551. final FTrStr input;
  552. /// 姓名
  553. final FTrStr fullName;
  554. /// 邮箱
  555. final FTrStr email;
  556. /// 手机号
  557. final FTrStr mobileNumber;
  558. /// 加载中
  559. final FTrStr loading;
  560. /// 和
  561. final FTrStr and;
  562. /// 提交中...
  563. final FTrStr submitting;
  564. /// 尚未开发
  565. final FTrStr underDevelopment;
  566. /// 提示
  567. final FTrStr tip;
  568. /// 确定
  569. final FTrStr confirm;
  570. /// 确 定
  571. final FTrStr confirm4Btn;
  572. /// 已提交
  573. final FTrStr submitted;
  574. /// 关闭
  575. final FTrStr close;
  576. /// 已保存
  577. final FTrStr alreadySaved;
  578. /// 添加
  579. final FTrStr add;
  580. /// 保存
  581. final FTrStr save;
  582. /// 保 存
  583. final FTrStr save4Btn;
  584. /// 筛选
  585. final FTrStr filter;
  586. /// 验证码
  587. final FTrStr verificationCode;
  588. /// 取消
  589. final FTrStr cancel;
  590. /// 取 消
  591. final FTrStr cancel4Btn;
  592. /// 图像
  593. final FTrStr image;
  594. /// 移除
  595. final FTrStr remove;
  596. /// 状态
  597. final FTrStr state;
  598. /// 全部
  599. final FTrStr all;
  600. /// 已选择
  601. final FTrStr selected;
  602. /// 未分配
  603. final FTrStr unDistributed;
  604. /// 已分配
  605. final FTrStr distributed;
  606. /// 返回
  607. final FTrStr back;
  608. /// 撤销
  609. final FTrStr revoke;
  610. /// 请选择
  611. final FTrStr Select;
  612. /// 国家
  613. final FTrStr country;
  614. /// 省份
  615. final FTrStr province;
  616. /// 城市
  617. final FTrStr city;
  618. /// 操作
  619. final FTrStr operation;
  620. /// 确定是否移除
  621. final FTrStr removeNotification;
  622. /// 编辑
  623. final FTrStr edit;
  624. /// 提交
  625. final FTrStr submit;
  626. /// 是
  627. final FTrStr yes;
  628. /// 否
  629. final FTrStr no;
  630. /// 暂无数据,先看看别的吧
  631. final FTrStr noneDataTip;
  632. /// 删除
  633. final FTrStr delete;
  634. /// 修改
  635. final FTrStr modify;
  636. /// 平台默认
  637. final FTrStr platformDefault;
  638. /// 请输入超时时限
  639. final FTrStr InputLimitTime;
  640. /// 转诊超时时限
  641. final FTrStr referLimitTime;
  642. /// 小时
  643. final FTrStr inputHour;
  644. /// 对接医院
  645. final FTrStr canReferOrg;
  646. /// 当前网络不稳定,图像正在下载,请稍后
  647. final FTrStr networkUnstable;
  648. /// 错误
  649. final FTrStr error;
  650. /// 放大
  651. final FTrStr zoomIn;
  652. /// 缩小
  653. final FTrStr zoomOut;
  654. /// 杏聆荟日志
  655. final FTrStr flyinsonoLog;
  656. /// 未找到可导出的数据
  657. final FTrStr noDataExport;
  658. /// 请选择一个zip、rar、tar、gzip或apk文件!
  659. final FTrStr pleaseSelectZipFile;
  660. /// 查看
  661. final FTrStr view;
  662. /// 向前 5 页
  663. final FTrStr previousFivePageText;
  664. /// 向后 5 页
  665. final FTrStr nextFivePageText;
  666. /// 注销
  667. final FTrStr cancellation;
  668. /// 注销成功
  669. final FTrStr cancellationSuccess;
  670. /// 身份校验
  671. final FTrStr validateIdentity;
  672. /// 飞依诺科技股份有限公司
  673. final FTrStr vinnoTechnology;
  674. /// 苏ICP备12062591号-9A
  675. final FTrStr suICPNo;
  676. @override
  677. getProp(String propName) {
  678. // TODO: implement getProp
  679. throw UnimplementedError();
  680. }
  681. }