src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Annotations/translations.py

branch
eric7
changeset 10046
35b27af462ef
parent 10043
f1427d95cfde
child 10058
5d965939ab85
equal deleted inserted replaced
10045:f5c57f8d17a4 10046:35b27af462ef
59 ), 59 ),
60 "A872": QCoreApplication.translate( 60 "A872": QCoreApplication.translate(
61 "AnnotationsChecker", "missing 'from __future__ import annotations'" 61 "AnnotationsChecker", "missing 'from __future__ import annotations'"
62 ), 62 ),
63 "A873": QCoreApplication.translate( 63 "A873": QCoreApplication.translate(
64 "AnnotationsChecker", "missing 'from __future__ import annotations' but uses" 64 "AnnotationsChecker",
65 " simplified type annotations: {0}" 65 "missing 'from __future__ import annotations' but uses simplified type"
66 " annotations: {0}",
66 ), 67 ),
67 "A881": QCoreApplication.translate( 68 "A881": QCoreApplication.translate(
68 "AnnotationsChecker", "type annotation coverage of {0}% is too low" 69 "AnnotationsChecker", "type annotation coverage of {0}% is too low"
69 ), 70 ),
70 "A891": QCoreApplication.translate( 71 "A891": QCoreApplication.translate(

eric ide

mercurial