mirror of https://github.com/abpframework/abp
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.
38 lines
3.2 KiB
38 lines
3.2 KiB
{
|
|
"culture": "cs",
|
|
"texts": {
|
|
"'{0}' and '{1}' do not match.": "'{0}' a '{1}' se neshodují",
|
|
"The {0} field is not a valid credit card number.": "V poli {0} není platné číslo kreditní karty.",
|
|
"{0} is not valid.": "{0} není platný.",
|
|
"The {0} field is not a valid e-mail address.": "V poli {0} není platný email.",
|
|
"The {0} field only accepts files with the following extensions: {1}": "Pole {0} přijímá soubory pouze s následujícími koncovkami: {1}",
|
|
"The field {0} must be a string or array type with a maximum length of '{1}'.": "Vy poli {0} musí být řežezec nebo řada o maximální délce '{1}'.",
|
|
"The field {0} must be a string or array type with a minimum length of '{1}'.": "V poli {0} musí být řežezec nebo řada o minimální délce '{1}'.",
|
|
"The {0} field is not a valid phone number.": "V poli {0} není platné telefonní číslo.",
|
|
"The field {0} must be between {1} and {2}.": "Pole {0} musí být mezi {1} a {2}.",
|
|
"The field {0} must match the regular expression '{1}'.": "Pole {0} neodpovídá požadovanému formátu.",
|
|
"The {0} field is required.": "Pole {0} je povinné.",
|
|
"The field {0} must be a string with a maximum length of {1}.": "Pole {0} musí být řetězec o maximální délce {1}.",
|
|
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "Pole {0} musí být řetězec o minimální délce {2} a maximální délce {1} znaků.",
|
|
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "Pole {0} není platná plně kvalifikovaná adresa http, https, nebo ftp URL.",
|
|
"The field {0} is invalid.": "Pole {0} je neplatné.",
|
|
"The value '{0}' is invalid.": "Hodnota '{0}' je neplatná.",
|
|
"The field {0} must be a number.": "Pole {0} musí být číslo.",
|
|
"The field must be a number.": "Pole musí být číslo.",
|
|
"ThisFieldIsNotAValidCreditCardNumber.": "V poli {0} není platné číslo kreditní karty.",
|
|
"ThisFieldIsNotValid.": "{0} není platný.",
|
|
"ThisFieldIsNotAValidEmailAddress.": "V poli {0} není platný email.",
|
|
"ThisFieldOnlyAcceptsFilesWithTheFollowingExtensions:{0}": "Pole přijímá soubory pouze s následujícími koncovkami: {0}",
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}": "Vy poli musí být řežezec nebo řada o maximální délce '{0}'.",
|
|
"ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}": "V poli musí být řežezec nebo řada o minimální délce '{0}'.",
|
|
"ThisFieldIsNotAValidPhoneNumber.": "V poli není platné telefonní číslo.",
|
|
"ThisFieldMustBeBetween{0}And{1}": "Pole musí být mezi {0} a {1}.",
|
|
"ThisFieldMustMatchTheRegularExpression{0}": "Pole musí odpovídat regulérnímu výrazu '{0}'.",
|
|
"ThisFieldIsRequired.": "Pole je povinné.",
|
|
"ThisFieldMustBeAStringWithAMaximumLengthOf{0}": "Pole musí být řetězec o maximální délce {0}.",
|
|
"ThisFieldMustBeAStringWithAMinimumLengthOf{1}AndAMaximumLengthOf{0}": "Pole musí být řetězec o minimální délce {1} a maximální délce {0} znaků.",
|
|
"ThisFieldIsNotAValidFullyQualifiedHttpHttpsOrFtpUrl": "Pole není platná plně kvalifikovaná adresa http, https, nebo ftp URL.",
|
|
"ThisFieldIsInvalid.": "Pole je neplatné."
|
|
}
|
|
}
|