Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 6180
8d72871c16ba
parent 6177
af76e795c4ce
child 6182
f293e95b914d
equal deleted inserted replaced
6179:8d74886f2107 6180:8d72871c16ba
533 "MiscellaneousChecker", 533 "MiscellaneousChecker",
534 "format call provides unused index ({0})"), 534 "format call provides unused index ({0})"),
535 "M632": QCoreApplication.translate( 535 "M632": QCoreApplication.translate(
536 "MiscellaneousChecker", 536 "MiscellaneousChecker",
537 "format call provides unused keyword ({0})"), 537 "format call provides unused keyword ({0})"),
538 "M651": QCoreApplication.translate(
539 "MiscellaneousChecker",
540 "logging statement uses string.format()"),
541 "M652": QCoreApplication.translate(
542 "MiscellaneousChecker",
543 "logging statement uses '%'"), # __IGNORE_WARNING_M601__
544 "M653": QCoreApplication.translate(
545 "MiscellaneousChecker",
546 "logging statement uses '+'"),
547 "M654": QCoreApplication.translate(
548 "MiscellaneousChecker",
549 "logging statement uses f-string"),
550 "M655": QCoreApplication.translate(
551 "MiscellaneousChecker",
552 "logging statement uses 'warn' instead of 'warning'"),
538 "M701": QCoreApplication.translate( 553 "M701": QCoreApplication.translate(
539 "MiscellaneousChecker", 554 "MiscellaneousChecker",
540 "expected these __future__ imports: {0}; but only got: {1}"), 555 "expected these __future__ imports: {0}; but only got: {1}"),
541 "M702": QCoreApplication.translate( 556 "M702": QCoreApplication.translate(
542 "MiscellaneousChecker", 557 "MiscellaneousChecker",

eric ide

mercurial