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

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
22 "ImportsChecker", 22 "ImportsChecker",
23 "packages from standard modules should not be imported locally", 23 "packages from standard modules should not be imported locally",
24 ), 24 ),
25 "I201": QCoreApplication.translate( 25 "I201": QCoreApplication.translate(
26 "ImportsChecker", 26 "ImportsChecker",
27 "Import statements are in the wrong order. " "'{0}' should be before '{1}'", 27 "Import statements are in the wrong order. '{0}' should be before '{1}'",
28 ), 28 ),
29 "I202": QCoreApplication.translate( 29 "I202": QCoreApplication.translate(
30 "ImportsChecker", "Imported names are in the wrong order. " "Should be '{0}'" 30 "ImportsChecker", "Imported names are in the wrong order. Should be '{0}'"
31 ), 31 ),
32 "I203": QCoreApplication.translate( 32 "I203": QCoreApplication.translate(
33 "ImportsChecker", 33 "ImportsChecker",
34 "Import statements should be combined. " "'{0}' should be combined with '{1}'", 34 "Import statements should be combined. '{0}' should be combined with '{1}'",
35 ), 35 ),
36 "I204": QCoreApplication.translate( 36 "I204": QCoreApplication.translate(
37 "ImportsChecker", 37 "ImportsChecker",
38 "The names in __all__ are in the wrong order. " "The order should be '{0}'", 38 "The names in __all__ are in the wrong order. The order should be '{0}'",
39 ), 39 ),
40 "I901": QCoreApplication.translate( 40 "I901": QCoreApplication.translate(
41 "ImportsChecker", "unnecessary import alias - rewrite as '{0}'" 41 "ImportsChecker", "unnecessary import alias - rewrite as '{0}'"
42 ), 42 ),
43 "I902": QCoreApplication.translate("ImportsChecker", "banned import '{0}' used"), 43 "I902": QCoreApplication.translate("ImportsChecker", "banned import '{0}' used"),

eric ide

mercurial