From 0e185378eb77220269857670059f2356ff91a16b Mon Sep 17 00:00:00 2001 From: Takayuki Maruyama Date: Thu, 3 Feb 2022 08:23:23 -0600 Subject: [PATCH] Fix #8385: Core: Fix validator message keys (#8386) * Fix #8385: Core: Fix validator message keys * docs: fix validator message keys --- docs/10_0_0/core/localization.md | 4 ++-- docs/11_0_0/core/localization.md | 4 ++-- docs/12_0_0/core/localization.md | 4 ++-- docs/7_0/core/misc.md | 4 ++-- docs/8_0/core/localization.md | 4 ++-- .../META-INF/resources/primefaces/locales/locale-en.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-es.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-fa.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-in.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-it.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-ko.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-lv.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-nl.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-pl.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-pt.js | 8 ++++---- .../META-INF/resources/primefaces/locales/locale-ro.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-ru.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-sv.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-tr.js | 4 ++-- .../META-INF/resources/primefaces/locales/locale-zh.js | 4 ++-- 20 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/10_0_0/core/localization.md b/docs/10_0_0/core/localization.md index f5418d80c8..56e679cc60 100644 --- a/docs/10_0_0/core/localization.md +++ b/docs/10_0_0/core/localization.md @@ -147,11 +147,11 @@ Side Validation, messages property is used as the bundle for the locale. 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' could not be understood as a date.', diff --git a/docs/11_0_0/core/localization.md b/docs/11_0_0/core/localization.md index e0e0113fc5..7a6f3c9904 100644 --- a/docs/11_0_0/core/localization.md +++ b/docs/11_0_0/core/localization.md @@ -159,11 +159,11 @@ Side Validation, messages property is used as the bundle for the locale. 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' could not be understood as a date.', diff --git a/docs/12_0_0/core/localization.md b/docs/12_0_0/core/localization.md index e0e0113fc5..7a6f3c9904 100644 --- a/docs/12_0_0/core/localization.md +++ b/docs/12_0_0/core/localization.md @@ -159,11 +159,11 @@ Side Validation, messages property is used as the bundle for the locale. 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' could not be understood as a date.', diff --git a/docs/7_0/core/misc.md b/docs/7_0/core/misc.md index 743044756b..fb0097037a 100644 --- a/docs/7_0/core/misc.md +++ b/docs/7_0/core/misc.md @@ -239,11 +239,11 @@ Side Validation, messages property is used as the bundle for the locale. 'javax.faces.validator.LongRangeValidator.MAXIMUM' : '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'', 'javax.faces.validator.LongRangeValidator.MINIMUM' : '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE' : '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}' : 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0} : Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM' : '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.MINIMUM' : '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE' : '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}' : 'Validation Error: Value is not of the correct type', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0} : Validation Error: Value is not of the correct type', 'javax.faces.converter.FloatConverter.FLOAT' : '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail' : '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}', 'javax.faces.converter.DateTimeConverter.DATE' : '{2}: \'{0}\' could not be understood as a date.', diff --git a/docs/8_0/core/localization.md b/docs/8_0/core/localization.md index 0b1e81cda8..b15224f040 100644 --- a/docs/8_0/core/localization.md +++ b/docs/8_0/core/localization.md @@ -64,11 +64,11 @@ Side Validation, messages property is used as the bundle for the locale. 'javax.faces.validator.LongRangeValidator.MAXIMUM' : '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'', 'javax.faces.validator.LongRangeValidator.MINIMUM' : '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE' : '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}' : 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0} : Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM' : '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.MINIMUM' : '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE' : '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}' : 'Validation Error: Value is not of the correct type', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0} : Validation Error: Value is not of the correct type', 'javax.faces.converter.FloatConverter.FLOAT' : '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail' : '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}', 'javax.faces.converter.DateTimeConverter.DATE' : '{2}: \'{0}\' could not be understood as a date.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-en.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-en.js index 77bee809d7..1775b10e07 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-en.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-en.js @@ -62,11 +62,11 @@ 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validation Error: Value is greater than allowable maximum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validation Error: Value is less than allowable minimum of \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validation Error: Value is not of the correct type.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validation Error: Value is not of the correct type.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' must be a number consisting of one or more digits.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' must be a number between 1.4E-45 and 3.4028235E38 Example: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' could not be understood as a date.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-es.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-es.js index 4b9aad04c3..ff2fcd70bd 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-es.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-es.js @@ -62,11 +62,11 @@ PrimeFaces.locales['es'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Error de validación: el valor es mayor que el máximo permitido de \'{0}\'', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Error de validación: el valor es inferior que el mínimo permitido de \'{0}\'', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Error de validación: el atributo especificado no está entre los valores esperados {0} y {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Error de validación: el valor no tiene el tipo correcto.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Error de validación: el valor no tiene el tipo correcto.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Error de validación: el valor es mayor que el máximo permitido de \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Error de validación: el valor es inferior que el mínimo permitido de \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Error de validación: el atributo especificado no está entre los valores esperados {0} y {1}', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Error de validación: el valor no tiene el tipo correcto.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Error de validación: el valor no tiene el tipo correcto.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' debe ser un número formado por uno o varios dígitos.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' debe ser un número entre 1.4E-45 y 3.4028235E38 Ejemplo: {1}', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' no se ha podido reconocer como fecha.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-fa.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-fa.js index 373a6caccd..2e3f44939c 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-fa.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-fa.js @@ -61,11 +61,11 @@ PrimeFaces.locales['fa'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: خطای اعتبارسنجی: مقدار بیشتر از حداکثر مجاز \'{0}\' است.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: خطای اعتبارسنجی: مقدار کمتر از حداقل مجاز \'{0}\' است.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: خطای اعتبارسنجی: صفت مشخص شده بین مقادیر مورد انتظار {0} و {1} نیست.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'خطای اعتبارسنجی: مقدار از نوع درست نیست.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: خطای اعتبارسنجی: مقدار از نوع درست نیست.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: خطای اعتبارسنجی: مقدار بیشتر از حداکثر مجاز \'{0}\' است.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: خطای اعتبارسنجی: مقدار کمتر از حداقل مجاز \'{0}\' است.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: خطای اعتبارسنجی: صفت مشخص شده بین مقادیر مورد انتظار {0} و {1} نیست.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'خطای اعتبارسنجی: مقدار از نوع درست نیست.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: خطای اعتبارسنجی: مقدار از نوع درست نیست.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' باید عددی متشکل از یک یا چند رقم باشد.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' باید عددی بین 1.4E-45 و 3.4028235E38 باشد. مثال: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' نمی تواند به عنوان یک تاریخ تعبیر شود.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-in.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-in.js index 673508e8b7..3858a56c13 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-in.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-in.js @@ -63,11 +63,11 @@ 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Kesalahan Validasi: Nilai lebih besar daripada nilai maksimum yang diperbolehkan, yaitu \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Kesalahan Validasi: Nilai lebih kecil daripada nilai minimum yang diperbolehkan, yaitu \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Kesalahan Validasi: Atribut yang ditetapkan tidak berada di antara nilai yang diharapkan, yaitu {0} dan {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Kesalahan Validasi: Nilai memiliki jenis yang tidak tepat.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Kesalahan Validasi: Nilai memiliki jenis yang tidak tepat.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Kesalahan Validasi: Nilai lebih besar daripada nilai maksimum yang diperbolehkan, yaitu \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Kesalahan Validasi: Nilai lebih kecil daripada nilai minimum yang diperbolehkan, yaitu \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Kesalahan Validasi: Atribut yang ditetapkan tidak berada di antara nilai yang diharapkan, yaitu {0} dan {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Kesalahan Validasi: Nilai memiliki jenis yang tidak tepat.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Kesalahan Validasi: Nilai memiliki jenis yang tidak tepat.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' harus berupa bilangan yang terdiri dari satu angka atau lebih.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' harus berupa bilangan di antara 1.4E-45 dan 3.4028235E38 Contoh: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' tidak bisa diterjemahkan sebagai tanggal.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-it.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-it.js index f4296700cd..a59a5cd6f0 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-it.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-it.js @@ -60,11 +60,11 @@ PrimeFaces.locales ['it'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Errore di validazione: Il valore è maggiore del massimo valore consentito di \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Errore di validazione: Il valore è minore del minimo valore consentito di \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Errore di validazione: Il valore specificato non è compreso nell\'intervallo previsto tra {0} e {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Errore di validazione: Il valore non è del tipo corretto.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Errore di validazione: Il valore non è del tipo corretto.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Errore di validazione: Il valore è maggiore del massimo consentito di \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Errore di validazione: Il valore è minore del minimo consentito di \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Errore di validazione: Il valore specificato non è compreso nell\'intervallo previsto tra {0} e {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Errore di validazione: Il valore non è del tipo corretto.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Errore di validazione: Il valore non è del tipo corretto.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' dev\'essere un numero costituito da una o più cifre.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' dev\'essere un numero compreso tra 1.4E-45 e 3.4028235E38. Esempio: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: non è stato possibile interpretare \'{0}\' come una data.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ko.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ko.js index 5f45bb0302..4ae376c147 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ko.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ko.js @@ -60,11 +60,11 @@ PrimeFaces.locales['ko'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: 유효성 검사 오류: 값이 허용되는 최대값 \'{0}\'보다 큽니다.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: 유효성 검사 오류: 값이 허용되는 최소값 \'{0}\'보다 작습니다.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: 유효성 검사 오류: 지정한 특성이 {0}과 {1}의 예상 값 사이에 있지 않습니다.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': '유효성 검사 오류: 값이 올바른 유형이 아닙니다.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: 유효성 검사 오류: 값이 올바른 유형이 아닙니다.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: 유효성 검사 오류: 값이 허용되는 최대값 \'{0}\'보다 큽니다.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: 유효성 검사 오류: 값이 허용되는 최소값 \'{0}\'보다 작습니다.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: 유효성 검사 오류: 지정한 특성이 {0}과 {1}의 예상 값 사이에 있지 않습니다.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': '유효성 검사 오류: 값이 올바른 유형이 아닙니다.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: 유효성 검사 오류: 값이 올바른 유형이 아닙니다.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' 하나 이상의 숫자로 구성된 숫자여야 합니다.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' 1.4E-45 에서 3.4028235E38 사이의 숫자여야 합니다. 본보기: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' 날짜로 이해할 수 없습니다.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-lv.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-lv.js index d4850fba5c..92729e3bd3 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-lv.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-lv.js @@ -58,11 +58,11 @@ PrimeFaces.locales['lv'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validācijas kļūda: vērtība ir lielāka par pieļaujamo maksimālo vērtību \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validācijas kļūda: vērtība ir mazāka par pieļaujamo minimālo vērtību \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validācijas kļūda: norādītais atribūts nav starp paredzētajām vērtībām {0} un {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validācijas kļūda: vērtības tips nav pareizs.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validācijas kļūda: vērtības tips nav pareizs.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validācijas kļūda: vērtība ir lielāka par pieļaujamo maksimālo vērtību \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validācijas kļūda: vērtība ir mazāka par pieļaujamo minimālo vērtību \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validācijas kļūda: norādītais atribūts nav starp paredzētajām vērtībām {0} un {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validācijas kļūda: vērtības tips nav pareizs.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validācijas kļūda: vērtības tips nav pareizs.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' jābūt skaitlim, kas sastāv no viena vai vairākiem cipariem.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' jābūt skaitlim starp 1.4E-45 un 3.4028235E38. Piemērs: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' nevar saprast kā datumu.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-nl.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-nl.js index 9dc317e0d8..b2a0a5f238 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-nl.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-nl.js @@ -55,11 +55,11 @@ PrimeFaces.locales['nl'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Validatiefout: Waarde is hoger dan het toegestane maximum van \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Validatiefout: Waarde is lager dan het toegestane minimum van \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Validatiefout: Waarde valt niet binnen de toegestane reeks van {0} tot {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Validatiefout: Waarde is niet van het juiste type.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Validatiefout: Waarde is niet van het juiste type.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Validatiefout: Waarde is hoger dan het toegestane maximum van \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Validatiefout: Waarde is lager dan het toegestane minimum van \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Validatiefout: Waarde valt niet binnen de toegestane reeks van {0} tot {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Validatiefout: Waarde is niet van het juiste type.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Validatiefout: Waarde is niet van het juiste type.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' moet een getal zijn van één of meer cijfers.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' moet een getal zijn tussen 1.4E-45 en 3.4028235E38 Voorbeeld: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' werd niet begrepen als een datum.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pl.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pl.js index 1da8e51858..e7afc042d4 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pl.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pl.js @@ -62,11 +62,11 @@ PrimeFaces.locales['pl'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Błąd walidacji: Wartość nie może być większa od \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Błąd walidacji: Wartość nie może być mniejsza od \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Błąd walidacji: Określony atrybut nie znajduje się między oczekiwanymi wartościami {0} i {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Błąd walidacji: Wartość jest niewłaściwego typu.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Błąd walidacji: Wartość jest niewłaściwego typu.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Błąd walidacji: Wartość nie możę być większa od \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Błąd walidacji: Wartość nie może być mniejsza od \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Błąd walidacji: Określony atrybut nie znajduje się między oczekiwanymi wartościami {0} i {1}. ', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Błąd walidacji: Wartość jest niewłaściwego typu.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Błąd walidacji: Wartość jest niewłaściwego typu.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' musi być liczbą składającą się z co najmniej jednej cyfry.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' musi być liczbą z przedziału od 1.4E-45 do 3.4028235E38. Na przykład: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' nie może być rozumiana jako data.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pt.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pt.js index 9baadd8b89..fed3c63370 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pt.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-pt.js @@ -62,11 +62,11 @@ PrimeFaces.locales['pt_PT'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Erro de validação: o valor é maior que o máximo permitido de \'{0}\'', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Erro de validação: O valor é menor que o mínimo permitido de \'{0}\'', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Erro de validação: O atributo especificado não está entre os valores esperados de {0} e {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Erro de validação: O valor não é do tipo correto.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Erro de validação: O valor não é do tipo correto.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Erro de validação: o valor é maior que o máximo permitido de \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Erro de validação: o valor é menor que o mínimo permitido de \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Erro de validação: o atributo especificado não está entre os valores esperados de {0} e {1}', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Erro de validação: O valor não é do tipo correto', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Erro de validação: O valor não é do tipo correto', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' deve ser um número contendo um ou mais dígitos.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' deve ser um número entre 1.4E-45 e 3.4028235E38 Exemplo: {1}', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' não pode ser convertido para uma data.', @@ -174,11 +174,11 @@ PrimeFaces.locales['pt_BR'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Erro de validação: o valor é maior que o máximo permitido de \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Erro de validação: O valor é menor que o mínimo permitido de \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Erro de validação: O atributo especificado não está entre os valores esperados de {0} e {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Erro de validação: O valor não é do tipo correto.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Erro de validação: O valor não é do tipo correto.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Erro de validação: o valor é maior que o máximo permitido de \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Erro de validação: o valor é menor que o mínimo permitido de \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Erro de validação: o atributo especificado não está entre os valores esperados de {0} e {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Erro de validação: O valor não é do tipo correto.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Erro de validação: O valor não é do tipo correto.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' deve ser um número contendo um ou mais dígitos.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' deve ser um número entre 1.4E-45 e 3.4028235E38 Exemplo: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' não pode ser convertido para uma data.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ro.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ro.js index 9964fba8aa..f806f38805 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ro.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ro.js @@ -56,11 +56,11 @@ PrimeFaces.locales['ro'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Eroare de validare: Valoarea este mai mare decât maximul admisibil de \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Eroare de validare: Valoarea este mai mică decât minimul admisibil de \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Eroare de validare: Atributul specificat nu se încadrează între valorile așteptate de {0} și {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Eroare de validare: Tipul valorii este greșit.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Eroare de validare: Tipul valorii este greșit.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Eroare de validare: Valoarea este mai mare decât maximul admisibil de \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Eroare de validare: Valoarea este mai mică decât minimul admisibil de \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Eroare de validare: Atributul specificat nu se încadrează între valorile așteptate de {0} și {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Eroare de validare: Tipul valorii este greșit.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Eroare de validare: Tipul valorii este greșit.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' trebuie să fie un număr format din una sau mai multe cifre.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' trebuie să fie un număr între 1.4E-45 și 3.4028235E38. Exemplu: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' nu a putut fi înțeles ca o dată.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ru.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ru.js index 8b48f39690..9e5e953a8a 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ru.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-ru.js @@ -60,11 +60,11 @@ PrimeFaces.locales['ru'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Ошибка проверки: Значение больше допустимого максимума \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Ошибка проверки: Значение меньше допустимого минимума \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Ошибка проверки: указанный атрибут не находится между ожидаемыми значениями {0} и {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Ошибка проверки: Значение неправильного типа.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Ошибка проверки: Значение неправильного типа.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Ошибка проверки: Значение больше допустимого максимума \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Ошибка проверки: Значение меньше допустимого минимума \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Ошибка проверки: указанный атрибут не находится между ожидаемыми значениями {0} и {1}.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Ошибка проверки: Значение неправильного типа.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Ошибка проверки: Значение неправильного типа.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' значение должно быть числом, состоящим из одной или нескольких цифр.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' значение должно быть числом между 1.4E-45 и 3.4028235E38 Пример: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' значение не является типом Date.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-sv.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-sv.js index c3b07d65fe..129a3bbcf7 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-sv.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-sv.js @@ -46,11 +46,11 @@ PrimeFaces.locales['sv'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Valideringsfel: Värdet är större än tillåtna värdet av\'{0}\'', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Valideringsfel: Värdet är mindre än tillåtna värdet av \'{0}\'', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Valideringsfel: Det specifika attributet är inte mellan de förväntade värdena {0} och {1}.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Valideringsfel: Värdet är av felaktig typ.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Valideringsfel: Värdet är av felaktig typ.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Valideringsfel: Värdet är större än det tillåtna värdet av \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Valideringsfel: Värdet är mindre än tillåtna värdet av \'{0}\'', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Valideringsfel: Det specifika attributet är inte mellan de förväntade värdena {0} och {1}', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Valideringsfel: Värdet är inte av korrekt typ', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Valideringsfel: Värdet är inte av korrekt typ', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' måste vara ett numeriskt värde bestående av 1 eller flera siffror. ', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' måste vara ett numeriskt värde mellan 1.4E-45 och 3.4028235E38 Example: {1}', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' felaktigt datumformat.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-tr.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-tr.js index 96a091a775..7bcd2f0a0f 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-tr.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-tr.js @@ -61,11 +61,11 @@ PrimeFaces.locales['tr'] = { 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}: Doğrulama Hatası: Değer izin verilen maksimum değerden daha büyük: \'{0}\'.', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}: Doğrulama Hatası: Değer izin verilen minimum değerden daha düşük: \'{0}\'.', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}: Doğrulama Hatası: Belirtilen öznitelik {0} ve {1} değerleri arasında değil.', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': 'Doğrulama Hatası: Değer doğru türde değil.', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: Doğrulama Hatası: Değer doğru türde değil.', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}: Doğrulama Hatası: Değer izin verilen maksimum değerden daha büyük: \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}: Doğrulama Hatası: Değer izin verilen minimum değerden daha düşük: \'{0}\'.', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}: Doğrulama Hatası: Belirtilen öznitelik {0} ve {1} değerleri arasında değil.', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': 'Doğrulama Hatası: Değer doğru türde değil.', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: Doğrulama Hatası: Değer doğru türde değil.', 'javax.faces.converter.FloatConverter.FLOAT': '{2}: \'{0}\' sayısı bir veya daha fazla rakamdan oluşmalıdır.', 'javax.faces.converter.FloatConverter.FLOAT_detail': '{2}: \'{0}\' sayısı 1.4E-45 ve 3.4028235E38 arasında olmalıdır. Örnek: {1}.', 'javax.faces.converter.DateTimeConverter.DATE': '{2}: \'{0}\' değeri tarih olarak anlaşılamadı.', diff --git a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-zh.js b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-zh.js index 59a9ac67fd..d509eaf8ae 100644 --- a/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-zh.js +++ b/primefaces/src/main/resources/META-INF/resources/primefaces/locales/locale-zh.js @@ -66,11 +66,11 @@ 'javax.faces.validator.LongRangeValidator.MAXIMUM': '{1}:验证失败!值大于允许的最大值“{0}”。', 'javax.faces.validator.LongRangeValidator.MINIMUM': '{1}:验证失败!值小于允许的最小值“{0}”。', 'javax.faces.validator.LongRangeValidator.NOT_IN_RANGE': '{2}:验证失败!值不在“{0}”和“{1}”之间。', - 'javax.faces.validator.LongRangeValidator.TYPE={0}': '验证失败!值的类型不正确。', + 'javax.faces.validator.LongRangeValidator.TYPE': '{0}: 验证失败!值的类型不正确。', 'javax.faces.validator.DoubleRangeValidator.MAXIMUM': '{1}:验证失败!值大于允许的最大值“{0}”。', 'javax.faces.validator.DoubleRangeValidator.MINIMUM': '{1}:验证失败!值小于允许的最小值“{0}”。', 'javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE': '{2}:验证失败!值不在“{0}和“{1}”之间。', - 'javax.faces.validator.DoubleRangeValidator.TYPE={0}': '验证失败!值的类型不正确。', + 'javax.faces.validator.DoubleRangeValidator.TYPE': '{0}: 验证失败!值的类型不正确。', 'javax.faces.converter.DateTimeConverter.DATE': '{2}:“{0}”必须是日期型!', 'javax.faces.converter.DateTimeConverter.DATE_detail': '{2}:“{0}”必须是有效的日期数据类型!例如:{1}。', 'javax.faces.converter.DateTimeConverter.TIME': '{2}:“{0}”必须是时间型!',