eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyle/translations.py

changeset 7998
cd41c844862f
parent 7987
e8eb8370ea94
child 8198
1c765dc90c21
equal deleted inserted replaced
7997:2ca23396c25c 7998:cd41c844862f
63 "DocStyleChecker", 63 "DocStyleChecker",
64 "last paragraph of docstring is not followed by a blank line"), 64 "last paragraph of docstring is not followed by a blank line"),
65 65
66 "D201": QCoreApplication.translate( 66 "D201": QCoreApplication.translate(
67 "DocStyleChecker", "module docstring is still a default string"), 67 "DocStyleChecker", "module docstring is still a default string"),
68 "D202": QCoreApplication.translate( 68 "D202.1": QCoreApplication.translate(
69 "DocStyleChecker", "function docstring is still a default string"), 69 "DocStyleChecker", "function docstring is still a default string"),
70 "D202.2": QCoreApplication.translate(
71 "DocStyleChecker",
72 "function docstring still contains some placeholders"),
70 "D203": QCoreApplication.translate( 73 "D203": QCoreApplication.translate(
71 "DocStyleChecker", 74 "DocStyleChecker",
72 "private function/method is missing a docstring"), 75 "private function/method is missing a docstring"),
73 "D205": QCoreApplication.translate( 76 "D205": QCoreApplication.translate(
74 "DocStyleChecker", "private class is missing a docstring"), 77 "DocStyleChecker", "private class is missing a docstring"),

eric ide

mercurial