You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
abp/framework/src/Volo.Abp.Validation/Volo/Abp/Validation/Localization/pl-PL.json

37 lines
3.4 KiB

{
"culture": "pl-PL",
"texts": {
"'{0}' and '{1}' do not match.": "'{0}' i '{1}' nie są takie same.",
"The {0} field is not a valid credit card number.": "Pole {0} nie jest poprawnym numerem karty kredytowej.",
"{0} is not valid.": "{0} jest niepoprawne.",
"The {0} field is not a valid e-mail address.": "Pole {0} nie jest poprawnym adresem e-mail.",
"The {0} field only accepts files with the following extensions: {1}": "Polr {0} przyjmuje pliki tylko z następującymi rozszerzeniami: {1}",
"The field {0} must be a string or array type with a maximum length of '{1}'.": "Pole {0} musi być łańcuchem znaków lub talicą o maksymalnej długości '{1}'.",
"The field {0} must be a string or array type with a minimum length of '{1}'.": "Pole {0} musi być łańcuchem znaków lub talicą o minimalnej długości '{1}'.",
"The {0} field is not a valid phone number.": "Pole {0} nie jest poprawnym numerem telefonu.",
"The field {0} must be between {1} and {2}.": "Pole {0} musi być pomiędzy {1} i {2}.",
"The field {0} must match the regular expression '{1}'.": "Pole {0} nie pasuje do żądanego formatu.",
"The {0} field is required.": "Pole {0} jest wymagane.",
"The field {0} must be a string with a maximum length of {1}.": "Pole {0} musi być łańcuchem znaków o maksymalnej długości {1}.",
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "Pole {0} musi być łańcuchem znaków o minimalnej długości {2} i maksymalnej długości {1}.",
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "Pole {0} nie jest prawidłowym, w pełni kwalifikowanym adresem URL http, https lub ftp.",
"The field {0} is invalid.": "Pole {0} jest niepoprawne.",
"The value '{0}' is invalid.": "Wartość '{0}' jest nieprawidłowa.",
"The field {0} must be a number.": "Pole {0} musi być liczbą.",
"The field must be a number.": "Pole musi być liczbą.",
"ThisFieldIsNotAValidCreditCardNumber.": "To pole nie jest prawidłowym numerem karty kredytowej.",
"ThisFieldIsNotValid.": "To pole jest nieprawidłowe.",
"ThisFieldIsNotAValidEmailAddress.": "To pole nie jest prawidłowym adresem e-mail.",
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "To pole akceptuje tylko pliki z następującymi rozszerzeniami: {0}",
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "To pole musi być ciągiem lub typem tablicy o maksymalnej długości „{0}”.",
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "To pole musi być ciągiem lub typem tablicy o minimalnej długości „{0}”.",
"ThisFieldIsNotAValidPhoneNumber.": "To pole nie jest prawidłowym numerem telefonu.",
"ThisFieldMustBeBetween{0}And{1}": "To pole musi zawierać się w przedziale od {0} do {1}.",
"ThisFieldMustMatchTheRegularExpression{0}": "To pole musi być zgodne z wyrażeniem regularnym „{0}”.",
"ThisFieldIsRequired.": "To pole jest wymagane.",
"ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "To pole musi być ciągiem o maksymalnej długości {0}.",
"ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "To pole musi być ciągiem o minimalnej długości {1} i maksymalnej długości {0}.",
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "To pole nie jest prawidłowym, w pełni kwalifikowanym adresem URL http, https lub ftp.",
"ThisFieldIsInvalid.": "To pole jest nieprawidłowe."
}
}