mirror of https://github.com/abpframework/abp.git
11 changed files with 47 additions and 23 deletions
@ -1,7 +1,20 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.", |
|||
"The {0} field is not a valid credit card number.": "The {0} field is not a valid credit card number.", |
|||
"{0} is not valid.": "{0} is not valid.", |
|||
"The {0} field is not a valid e-mail address.": "The {0} field is not a valid e-mail address.", |
|||
"The {0} field only accepts files with the following extensions: {1}": "The {0} field only accepts files with the following extensions: {1}", |
|||
"The field {0} must be a string or array type with a maximum length of '{1}'.": "The field {0} must be a string or array type with a maximum length of '{1}'.", |
|||
"The {0} field is required.": "The {0} field is required." |
|||
"The field {0} must be a string or array type with a minimum length of '{1}'.": "The field {0} must be a string or array type with a minimum length of '{1}'.", |
|||
"The {0} field is not a valid phone number.": "The {0} field is not a valid phone number.", |
|||
"The field {0} must be between {1} and {2}.": "The field {0} must be between {1} and {2}.", |
|||
"The field {0} must match the regular expression '{1}'.": "The field {0} must match the regular expression '{1}'.", |
|||
"The {0} field is required.": "The {0} field is required.", |
|||
"The field {0} must be a string with a maximum length of {1}.": "The field {0} must be a string with a maximum length of {1}.", |
|||
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.", |
|||
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "The {0} field is not a valid fully-qualified http, https, or ftp URL.", |
|||
"The field {0} is invalid.": "The field {0} is invalid." |
|||
} |
|||
} |
|||
@ -1,7 +1,20 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"The field {0} must be a string or array type with a maximum length of '{1}'.": "{0} alanı en fazla '{1}' karakter uzunluğunda olmalıdır.", |
|||
"The {0} field is required.": "{0} alanı zorunludur." |
|||
"'{0}' and '{1}' do not match.": "'{0}' ve '{1}' eşleşmiyor.", |
|||
"The {0} field is not a valid credit card number.": "{0} alanı geçerli bir kredi kartı numarası olmalıdır.", |
|||
"{0} is not valid.": "{0} geçerli değil.", |
|||
"The {0} field is not a valid e-mail address.": "{0} alanı geçerli bir e-posta adresi olmalıdır.", |
|||
"The {0} field only accepts files with the following extensions: {1}": "{0} alanı sadece şu uzantılarda dosyaları kabul eder: {1}", |
|||
"The field {0} must be a string or array type with a maximum length of '{1}'.": "{0} alanı en fazla '{1}' uzunluğunda bir metin ya da dizi olmalıdır.", |
|||
"The field {0} must be a string or array type with a minimum length of '{1}'.": "{0} alanı en az '{1}' uzunluğunda bir metin ya da dizi olmalıdır.", |
|||
"The {0} field is not a valid phone number.": "{0} alanı geçerli bir telefon numarası olmalıdır.", |
|||
"The field {0} must be between {1} and {2}.": "{0} değeri {1} ile {2} arasında olmalıdır.", |
|||
"The field {0} must match the regular expression '{1}'.": "{0} alanı şu düzenli ifadeye uymalıdır: '{1}'.", |
|||
"The {0} field is required.": "{0} alanı zorunludur.", |
|||
"The field {0} must be a string with a maximum length of {1}.": "{0} alanı en fazla {1} uzunluğunda bir metin olmalıdır.", |
|||
"The field {0} must be a string with a minimum length of {2} and a maximum length of {1}.": "{0} alanı en az {2}, en fazla {1} uzunluğunda bir metin olmalıdır.", |
|||
"The {0} field is not a valid fully-qualified http, https, or ftp URL.": "{0} alanı geçerli bir http, https, ya da ftp adresi olmalıdır.", |
|||
"The field {0} is invalid.": "{0} alanı geçerli değil." |
|||
} |
|||
} |
|||
Loading…
Reference in new issue