aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/com/puppycrawl/tools/checkstyle/checks/indentation/messages_ja.properties
blob: a0c1784439483ea3aa6ec859ccd4a754bae9a517 (plain)
1
2
3
4
5
6
7
indentation.error=インデント階層 {1} の {0} が正しいインデント {2} にありません
indentation.child.error=インデント階層 {1} の子 {0} が正しいインデント {2} にありません
indentation.error.multi=''{0}'' 不正なインデントレベルを持っている {1}、期待レベルは、次のいずれかでなければなりません:{2}。
indentation.child.error.multi=''{0}'' 子供が誤ったインデントレベルが {1}、期待レベルは、次のいずれかである必要があります:{2}。
comments.indentation.single=コメントは、予想される不正なインデントレベル {1} は、{2}、インデントがあるべきである行と同じレベルである持っている {0}。
comments.indentation.block=ブロックコメントは、予想される不正なインデントレベル {1} は、{2}、インデントがあるべきである行と同じレベルである持っている {0}。