aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties')
-rw-r--r--src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties
index 94fbcf617..87a21a325 100644
--- a/src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties
+++ b/src/main/resources/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties
@@ -1,5 +1,5 @@
name.invalidPattern=名前 ''{0}'' はパターン ''{1}'' に一致しなければなりません。
illegal.abstract.class.name=名前 ''{0}'' はパターン ''{1}'' に一致しなければなりません。
-method.name.equals.class.name = メソッド名は ''{0}'' エンクロージングクラス名と同じにはなりません。
-no.abstract.class.modifier = クラス ''{0}'' ''抽象'' として宣言する必要があります。
-abbreviation.as.word = 名前に略語は ''{0}'' 以下にする必要があります ''{1}'' 大文字を。
+method.name.equals.class.name = メソッド名 ''{0}'' はエンクロージングクラス名と同じにしないでください。
+no.abstract.class.modifier = クラス ''{0}'' は ''abstract'' として宣言してください。
+abbreviation.as.word = 名前 ''{0}'' 中の略語が含む大文字の数は ''{1}'' 以下にしてください。