All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mygreen.supercsv.localization.SuperCsvMessages.properties Maven / Gradle / Ivy

Go to download

CSVのJavaライブラリであるSuperCSVに、アノテーション機能を追加したライブラリです。

There is a newer version: 2.3
Show newest version
#######################################################
# Suepr CSV Annotation default validation messages.
#######################################################
# \u5171\u901a\u5909\u6570
# {lineNumber} - \u73fe\u5728\u3001\u66f8\u304d\u8fbc\u3093\u3060\uff0f\u8aad\u307f\u8fbc\u3093\u3060\u884c\u6570
# {rowNumber} - CSV\u306e\u884c\u756a\u53f7
# {columnNumber} - CSV\u306e\u5217\u756a\u53f7
# {label} - CSV\u306e\u5217\u30e9\u30d9\u30eb
# {validatedValue} = \u30a8\u30e9\u30fc\u306e\u539f\u56e0\u3068\u306a\u3063\u305f\u5024
#######################################################

csvContext=[{rowNumber}\u884c, {columnNumber}\u5217]

csvError={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306f\u4e0d\u6b63\u306a\u5024\u3067\u3059
csvError.noMatchColumnSize=[{rowNumber}\u884c] : \u5217\u6570\u304c\u4e0d\u6b63\u3067\u3059\u3002 {expectedSize}\u5217\u3067\u8a2d\u5b9a\u3059\u3079\u304d\u3067\u3059\u304c\u3001\u5b9f\u969b\u306b\u306f{actualSize}\u5217\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002
csvError.noMatchHeader=[{rowNumber}\u884c]  : \u30d8\u30c3\u30c0\u30fc\u306e\u5024\u300c{joinedActualHeaders}\u300d\u306f\u3001\u300c{joinedExpectedHeaders}\u300d\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002



# CellProcessor\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8
com.github.mygreen.supercsv.cellprocessor.constraint.Require.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306f\u5fc5\u9808\u3067\u3059\u3002

com.github.mygreen.supercsv.cellprocessor.constraint.LengthMin.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u6587\u5b57\u5217\u9577\uff08{length}\uff09\u306f\u3001{min}\u6587\u5b57\u4ee5\u4e0a\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.LengthMax.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u6587\u5b57\u5217\u9577\uff08{length}\uff09\u306f\u3001{max}\u6587\u5b57\u4ee5\u5185\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.LengthBetween.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u6587\u5b57\u5217\u9577\uff08{length}\uff09\u306f\u3001{min}\uff5e{max}\u6587\u5b57\u306e\u7bc4\u56f2\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.LengthExact.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u6587\u5b57\u5217\u9577\uff08{length}\uff09\u306f\u3001${f:join(requiredLengths, ', ')}\u6587\u5b57${size(requiredLengths) == 1 ? '' : '\u306e\u4f55\u308c\u304b'}\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002

com.github.mygreen.supercsv.cellprocessor.constraint.NumberMin.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(min)}${inclusive ? '\u4ee5\u4e0a\u306e\u5024' : '\u3088\u308a\u5927\u304d\u3044\u5024'}\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.NumberMax.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(max)}${inclusive ? '\u4ee5\u4e0b\u306e\u5024' : '\u3088\u308a\u5c0f\u3055\u3044\u5024'}\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.NumberRange.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(min)}\uff5e${printer.print(max)}\u306e\u7bc4\u56f2\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002

com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMin.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(min)}${inclusive ? '\u4ee5\u964d\u306e\u5024' : '\u3088\u308a\u5f8c\u306e\u5024'}\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMax.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(max)}${inclusive ? '\u4ee5\u524d\u306e\u5024' : '\u3088\u308a\u524d\u306e\u5024'}\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRange.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${printer.print(min)}\uff5e${printer.print(max)} \u306e\u671f\u9593\u5185\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002

com.github.mygreen.supercsv.cellprocessor.constraint.Equals.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${size(equalsValues) == 1 ? '' : '\u4f55\u308c\u304b\u306e' }\u5024\u300c${f:join(equalsValues, ', ', printer)}\u300d\u3068\u4e00\u81f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.Unique.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{duplicatedRowNumber}\u884c\u76ee\u306e\u5024\u3068\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.UniqueHashCode.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{duplicatedRowNumber}\u884c\u76ee\u306e\u5024\u3068\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002

com.github.mygreen.supercsv.cellprocessor.constraint.WordForbid.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306b\u306f\u3001\u7981\u6b62\u8a9e\u5f59 \u300c${f:join(words, ', ')}\u300d\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.WordRequire.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306b\u306f\u3001\u5fc5\u9808\u8a9e\u5f59 \u300c${f:join(words, ', ')}\u300d${size(words) == 1 ? '' : '\u306e\u4f55\u308c\u304b' }\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u305b\u3093\u3002
com.github.mygreen.supercsv.cellprocessor.constraint.Pattern.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306f\u3001${empty(description) ? '\u6b63\u898f\u8868\u73fe\u300c' + regex + '\u300d' : description}\u306b\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002

com.github.mygreen.supercsv.cellprocessor.format.ParseProcessor.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306e\u66f8\u5f0f\u306f\u4e0d\u6b63\u3067\u3059\u3002
com.github.mygreen.supercsv.cellprocessor.format.PrintProcessor.violated={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306e\u66f8\u304d\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002

# \u30a2\u30ce\u30c6\u30fc\u30b7\u30e7\u30f3\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\uff08CellProcessor\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u306b\u7f6e\u63db\u3059\u308b\uff09
com.github.mygreen.supercsv.annotation.constraint.CsvRequire.message={com.github.mygreen.supercsv.cellprocessor.constraint.Require.violated}

com.github.mygreen.supercsv.annotation.constraint.CsvLengthMin.message={com.github.mygreen.supercsv.cellprocessor.constraint.LengthMin.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvLengthMax.message={com.github.mygreen.supercsv.cellprocessor.constraint.LengthMax.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvLengthBetween.message={com.github.mygreen.supercsv.cellprocessor.constraint.LengthBetween.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvLengthExact.message={com.github.mygreen.supercsv.cellprocessor.constraint.LengthExact.violated}

com.github.mygreen.supercsv.annotation.constraint.CsvNumberMin.message={com.github.mygreen.supercsv.cellprocessor.constraint.NumberMin.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvNumberMax.message={com.github.mygreen.supercsv.cellprocessor.constraint.NumberMax.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvNumberRange.message={com.github.mygreen.supercsv.cellprocessor.constraint.NumberRange.violated}

com.github.mygreen.supercsv.annotation.constraint.CsvDateTimeMin.message={com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMin.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvDateTimeMax.message={com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeMax.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvDateTimeRange.message={com.github.mygreen.supercsv.cellprocessor.constraint.DateTimeRange.violated}

com.github.mygreen.supercsv.annotation.constraint.CsvEquals.message={com.github.mygreen.supercsv.cellprocessor.constraint.Equals.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvUnique.message={com.github.mygreen.supercsv.cellprocessor.constraint.Unique.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvUniqueHashCode.message={com.github.mygreen.supercsv.cellprocessor.constraint.UniqueHashCode.violated}

com.github.mygreen.supercsv.annotation.constraint.CsvWordForbid.message={com.github.mygreen.supercsv.cellprocessor.constraint.WordForbid.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvWordRequire.message={com.github.mygreen.supercsv.cellprocessor.constraint.WordRequire.violated}
com.github.mygreen.supercsv.annotation.constraint.CsvPattern.message={com.github.mygreen.supercsv.cellprocessor.constraint.Pattern.violated}

com.github.mygreen.supercsv.annotation.format.CsvBooleanFormat.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306f\u3001true\u306e\u5024\u300c${f:join(trueValues, ', ')}\u300d\u3001\u307e\u305f\u306ffalse\u306e\u5024\u300c${f:join(falseValues, ', ')}\u300d\u306e\u4f55\u308c\u304b\u306e\u5024\u3067\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
com.github.mygreen.supercsv.annotation.format.CsvEnumFormat.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306f\u3001\u4f55\u308c\u304b\u306e\u5024\u300c${f:join(enums, ', ')}\u300d\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
com.github.mygreen.supercsv.annotation.format.CsvNumberFormat.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306f\u3001\u6570\u5024\u306e\u66f8\u5f0f${empty(pattern) ? '' : '\u300c' + pattern + '\u300d'}\u3068\u3057\u3066\u4e0d\u6b63\u3067\u3059\u3002
com.github.mygreen.supercsv.annotation.format.CsvDateTimeFormat.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08{validatedValue}\uff09\u306f\u3001\u65e5\u6642\u306e\u66f8\u5f0f\u300c{pattern}\u300d\u3068\u3057\u3066\u4e0d\u6b63\u3067\u3059\u3002

## JSR-303\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8
javax.validation.constraints.AssertFalse.message=false\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.AssertTrue.message=true\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.DecimalMax.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{value}${inclusive == true ? '\u4ee5\u4e0b\u306e' : '\u3088\u308a\u5c0f\u3055\u3044'}\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.DecimalMin.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{value}${inclusive == true ? '\u4ee5\u4e0a\u306e' : '\u3088\u308a\u5927\u304d\u3044'}\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.Digits.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u6574\u6570{integer}\u6841\u4ee5\u5185\u3001\u5c0f\u6570{fraction}\u6841\u4ee5\u5185\u3067\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.Future.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u672a\u6765\u306e\u65e5\u4ed8\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.Max.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{value}\u3088\u308a\u540c\u3058\u304b\u5c0f\u3055\u3044\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002 
javax.validation.constraints.Min.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{value}\u3088\u308a\u540c\u3058\u304b\u5927\u304d\u3044\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.NotNull.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306f\u5fc5\u9808\u3067\u3059\u3002
javax.validation.constraints.Null.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306f\u672a\u8a2d\u5b9a\u3067\u306a\u3051\u308c\u3070\u3044\u3051\u307e\u305b\u3093\u3002
javax.validation.constraints.Past.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u904e\u53bb\u306e\u65e5\u4ed8\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
javax.validation.constraints.Pattern.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u6b63\u898f\u8868\u73fe\u300c{regexp}\u300d\u306b\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002
javax.validation.constraints.Size.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306e\u30b5\u30a4\u30ba\u306f\u3001{min}\u304b\u3089{max}\u306e\u9593\u306e\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002

## Hibernate Validator\u306e\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8
org.hibernate.validator.constraints.CreditCardNumber.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306a\u30af\u30ec\u30b8\u30c3\u30c8\u30ab\u30fc\u30c9\u306e\u756a\u53f7\u3067\u3059\u3002
org.hibernate.validator.constraints.EAN.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306a{type}\u306e\u30b3\u30fc\u30c9\u3067\u3059\u3002
org.hibernate.validator.constraints.Email.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001E-mail\u5f62\u5f0f\u3067\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
org.hibernate.validator.constraints.Length.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u6587\u5b57\u306e\u9577\u3055\u306f{min}\u304b\u3089{max}\u306e\u9593\u3067\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
org.hibernate.validator.constraints.LuhnCheck.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001Luhn Module 10 \u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u306e\u5024\u304c\u4e0d\u6b63\u3067\u3059\u3002
org.hibernate.validator.constraints.Mod10Check.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001Module 10 \u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u306e\u5024\u304c\u4e0d\u6b63\u3067\u3059\u3002
org.hibernate.validator.constraints.Mod11Check.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001Luhn Module 11 \u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u306e\u5024\u304c\u4e0d\u6b63\u3067\u3059\u3002
org.hibernate.validator.constraints.ModCheck.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001${modType} \u30c1\u30a7\u30c3\u30af\u30b5\u30e0\u306e\u5024\u304c\u4e0d\u6b63\u3067\u3059\u3002
org.hibernate.validator.constraints.NotBlank.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306f\u5fc5\u9808\u3067\u3059\u3002
org.hibernate.validator.constraints.NotEmpty.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\u306f\u5fc5\u9808\u3067\u3059\u3002
org.hibernate.validator.constraints.ParametersScriptAssert.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5f0f"{script}"\u304ctrue\u3092\u8fd4\u3057\u307e\u305b\u3093\u3067\u3057\u305f\u3002
org.hibernate.validator.constraints.Range.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001{min}\u304b\u3089{max}\u306e\u9593\u306e\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002
org.hibernate.validator.constraints.SafeHtml.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u542b\u3093\u3067\u3044\u308b\u5b89\u5168\u3067\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
org.hibernate.validator.constraints.ScriptAssert.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5f0f"{script}"\u304ctrue\u3092\u8fd4\u3057\u307e\u305b\u3093\u3067\u3057\u305f\u3002
org.hibernate.validator.constraints.URL.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306aURL\u306e\u5f62\u5f0f\u3067\u3059\u3002

org.hibernate.validator.constraints.br.CNPJ.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306a\u6cd5\u4eba\u7a0e\u91d1\u652f\u6255\u756a\u53f7\uff08CNPJ\uff09\u306e\u66f8\u5f0f\u3067\u3059\u3002
org.hibernate.validator.constraints.br.CPF.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306a\u500b\u4eba\u7a0e\u91d1\u652f\u6255\u3044\u756a\u53f7\uff08CPF\uff09\u306e\u66f8\u5f0f\u3067\u3059\u3002
org.hibernate.validator.constraints.br.TituloEleitor.message={csvContext} : \u9805\u76ee\u300c{label}\u300d\u306e\u5024\uff08${printer.print(validatedValue)}\uff09\u306f\u3001\u4e0d\u6b63\u306aID\u30ab\u30fc\u30c9\u306e\u756a\u53f7\u306e\u66f8\u5f0f\u3067\u3059\u3002






© 2015 - 2025 Weber Informatics LLC | Privacy Policy