milwad-dev/laravel-validate

Add catalan (ca) language

petergithubmgw opened this issue · 1 comments

validate.php for catalan (ca) :

<?php

return [
    'base64' => ':attribute no és vàlid.',
    'bitcoin-address' => ':attribute no és vàlid.',
    'camel-case' => ':attribute no és vàlid.',
    'capital-char-with-number' => ':attribute no és vàlid.',
    'car-number' => ':attribute no és vàlid.',
    'cart-number-iran' => ':attribute no és vàlid.',
    'discord-username' => ':attribute no és vàlid.',
    'domain' => ':attribute no és vàlid.',
    'even-number' => ':attribute no és vàlid.',
    'hashtag' => ':attribute no és vàlid.',
    'hex-color' => ':attribute no és vàlid.',
    'html-tag' => ':attribute no és vàlid.',
    'imei' => ':attribute no és vàlid.',
    'ipv4' => ':attribute no és vàlid.',
    'ipv6' => ':attribute no és vàlid.',
    'jwt' => ':attribute no és vàlid.',
    'name-days-week' => ':attribute no és vàlid.',
    'national-card' => ':attribute no és vàlid.',
    'odd-number' => ':attribute no és vàlid.',
    'phone-number' => ':attribute no és vàlid.',
    'port' => ':attribute no és vàlid.',
    'slash-end-of-string' => ':attribute no és vàlid.',
    'slug' => ':attribute no és vàlid.',
    'strong-password' => ':attribute no és vàlid.',
    'url' => ':attribute no és vàlid.',
    'username' => ':attribute no és vàlid.',
    'uuid' => ':attribute no és vàlid.',
    'jalali_date' => ':attribute no és vàlid.',
    'duplicate_character' => ':attribute no és vàlid.',
    'pattern' => ':attribute no és vàlid.',
    'duplicate' => ':attribute no és vàlid.',
    'ulid' => ':attribute no és vàlid.',
    'pascal-case' => ':attribute no és vàlid.',
    'kebab-case' => ':attribute no és vàlid.',
    'snake-case' => ':attribute no és vàlid.',
];

Added!