|
| 1 | +{ |
| 2 | + "@@last_modified": "2022-10-25T21:53:39.706877", |
| 3 | + "@@locale": "ta", |
| 4 | + "requiredErrorText": "இந்த உள்ளீடு காலியாக இருக்கக்கூடாது.", |
| 5 | + "@requiredErrorText": { |
| 6 | + "description": "Error Text for required field", |
| 7 | + "type": "text", |
| 8 | + "placeholders": {} |
| 9 | + }, |
| 10 | + "minErrorText": "மதிப்பு {min} ஐ விட அதிகமாகவோ அல்லது சமமாகவோ இருக்க வேண்டும்.", |
| 11 | + "@minErrorText": { |
| 12 | + "description": "Error Text for required field", |
| 13 | + "type": "text", |
| 14 | + "placeholders": { |
| 15 | + "min": {} |
| 16 | + } |
| 17 | + }, |
| 18 | + "minLengthErrorText": "மதிப்பு {minLength} ஐ விட அதிகமாக அல்லது அதற்கு சமமான நீளத்தைக் கொண்டிருக்க வேண்டும்", |
| 19 | + "@minLengthErrorText": { |
| 20 | + "description": "Error Text for required field", |
| 21 | + "type": "text", |
| 22 | + "placeholders": { |
| 23 | + "minLength": {} |
| 24 | + } |
| 25 | + }, |
| 26 | + "maxErrorText": "மதிப்பு {max} ஐ விட குறைவாகவோ அல்லது சமமாகவோ இருக்க வேண்டும்", |
| 27 | + "@maxErrorText": { |
| 28 | + "description": "Error Text for required field", |
| 29 | + "type": "text", |
| 30 | + "placeholders": { |
| 31 | + "max": {} |
| 32 | + } |
| 33 | + }, |
| 34 | + "maxLengthErrorText": "மதிப்பின் நீளம் {maxLength} ஐ விட குறைவாகவோ அல்லது சமமாகவோ இருக்க வேண்டும்", |
| 35 | + "@maxLengthErrorText": { |
| 36 | + "description": "Error Text for required field", |
| 37 | + "type": "text", |
| 38 | + "placeholders": { |
| 39 | + "maxLength": {} |
| 40 | + } |
| 41 | + }, |
| 42 | + "equalLengthErrorText": "மதிப்பு {length}க்கு சமமான நீளத்தைக் கொண்டிருக்க வேண்டும்", |
| 43 | + "@equalLengthErrorText": { |
| 44 | + "description": "Error Text for required field", |
| 45 | + "type": "text", |
| 46 | + "placeholders": { |
| 47 | + "length": {} |
| 48 | + } |
| 49 | + }, |
| 50 | + "emailErrorText": "இந்த உள்ளீட்டுக்கு சரியான மின்னஞ்சல் முகவரி தேவை.", |
| 51 | + "@emailErrorText": { |
| 52 | + "description": "Error Text for email field", |
| 53 | + "type": "text", |
| 54 | + "placeholders": {} |
| 55 | + }, |
| 56 | + "integerErrorText": "இந்த உள்ளீட்டுக்கு சரியான முழு எண் தேவை.", |
| 57 | + "@integerErrorText": { |
| 58 | + "description": "Error Text for integer validator", |
| 59 | + "type": "text", |
| 60 | + "placeholders": {} |
| 61 | + }, |
| 62 | + "equalErrorText": "இந்த உள்ளீடு மதிப்பு {value}க்கு சமமாக இருக்க வேண்டும்.", |
| 63 | + "@equalErrorText": { |
| 64 | + "description": "Error Text for equal validator", |
| 65 | + "type": "text", |
| 66 | + "placeholders": { |
| 67 | + "value": {} |
| 68 | + } |
| 69 | + }, |
| 70 | + "notEqualErrorText": "இந்த உள்ளீடு மதிப்பு {value}க்கு சமமாக இருக்கக்கூடாது.", |
| 71 | + "@notEqualErrorText": { |
| 72 | + "description": "Error Text for not-equal validator", |
| 73 | + "type": "text", |
| 74 | + "placeholders": { |
| 75 | + "value": {} |
| 76 | + } |
| 77 | + }, |
| 78 | + "urlErrorText": "இந்த உள்ளீட்டுக்கு சரியான URL முகவரி தேவை.", |
| 79 | + "@urlErrorText": { |
| 80 | + "description": "Error Text for URL field", |
| 81 | + "type": "text", |
| 82 | + "placeholders": {} |
| 83 | + }, |
| 84 | + "matchErrorText": "மதிப்பு முறையுடன் பொருந்தவில்லை.", |
| 85 | + "@matchErrorText": { |
| 86 | + "description": "Error Text for pattern field", |
| 87 | + "type": "text", |
| 88 | + "placeholders": {} |
| 89 | + }, |
| 90 | + "numericErrorText": "மதிப்பு எண்களாக இருக்க வேண்டும்.", |
| 91 | + "@numericErrorText": { |
| 92 | + "description": "Error Text for numeric field", |
| 93 | + "type": "text", |
| 94 | + "placeholders": {} |
| 95 | + }, |
| 96 | + "creditCardErrorText": "இந்த உள்ளீட்டுக்கு சரியான கிரெடிட் கார்டு எண் தேவை.", |
| 97 | + "@creditCardErrorText": { |
| 98 | + "description": "Error Text for credit card field", |
| 99 | + "type": "text", |
| 100 | + "placeholders": {} |
| 101 | + }, |
| 102 | + "ipErrorText": "இந்த உள்ளீட்டுக்கு சரியான ஐபி தேவை.", |
| 103 | + "@ipErrorText": { |
| 104 | + "description": "Error Text for IP address field", |
| 105 | + "type": "text", |
| 106 | + "placeholders": {} |
| 107 | + }, |
| 108 | + "dateStringErrorText": "இந்த உள்ளீட்டுக்கு சரியான தேதி தேவை.", |
| 109 | + "@dateStringErrorText": { |
| 110 | + "description": "Error Text for date string field", |
| 111 | + "type": "text", |
| 112 | + "placeholders": {} |
| 113 | + } |
| 114 | +} |
0 commit comments