124 "the number of arguments for property deleter method is wrong" |
124 "the number of arguments for property deleter method is wrong" |
125 " (should be 1 instead of {0})", |
125 " (should be 1 instead of {0})", |
126 ), |
126 ), |
127 "M213": QCoreApplication.translate( |
127 "M213": QCoreApplication.translate( |
128 "MiscellaneousChecker", |
128 "MiscellaneousChecker", |
129 "the name of the setter method is wrong (should be '{0}' instead of '{1}'", |
129 "the name of the setter method is wrong (should be '{0}' instead of '{1}')", |
130 ), |
130 ), |
131 "M214": QCoreApplication.translate( |
131 "M214": QCoreApplication.translate( |
132 "MiscellaneousChecker", |
132 "MiscellaneousChecker", |
133 "the name of the deleter method is wrong (should be '{0}' instead of '{1}'", |
133 "the name of the deleter method is wrong (should be '{0}' instead of '{1}')", |
134 ), |
134 ), |
135 "M215": QCoreApplication.translate( |
135 "M215": QCoreApplication.translate( |
136 "MiscellaneousChecker", |
136 "MiscellaneousChecker", |
137 "the name of the setter decorator is wrong (should be '{0}' instead of '{1}'", |
137 "the name of the setter decorator is wrong (should be '{0}' instead of '{1}')", |
138 ), |
138 ), |
139 "M216": QCoreApplication.translate( |
139 "M216": QCoreApplication.translate( |
140 "MiscellaneousChecker", |
140 "MiscellaneousChecker", |
141 "the name of the deleter decorator is wrong (should be '{0}' instead of '{1}'", |
141 "the name of the deleter decorator is wrong (should be '{0}' instead of '{1}')", |
142 ), |
142 ), |
143 "M217": QCoreApplication.translate( |
143 "M217": QCoreApplication.translate( |
144 "MiscellaneousChecker", |
144 "MiscellaneousChecker", |
145 "multiple decorators were used to declare property '{0}'", |
145 "multiple decorators were used to declare property '{0}'", |
146 ), |
146 ), |