Fix validation, update version.

This commit is contained in:
James Cole 2021-03-22 06:40:36 +01:00
parent 4affed8f68
commit 7f48a1b6ee
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
31 changed files with 51 additions and 51 deletions

View File

@ -99,7 +99,7 @@ return [
'webhooks' => false,
],
'version' => '5.5.0-beta.3',
'version' => '5.5.0-beta.4',
'api_version' => '1.5.0',
'db_version' => 16,
'maxUploadSize' => 1073741824, // 1 GB

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute трябва да е по-малко от 10 000 000',
'active_url' => ':attribute не е валиден URL адрес.',
'after' => ':attribute трябва да бъде дата след :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute може да съдържа единствено букви.',
'alpha_dash' => ':attribute може да съдържа само букви, числа и тирета.',
'alpha_num' => ':attribute може да съдържа само букви и числа.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute musí být menší než 10.000.000',
'active_url' => ':attribute není platná adresa URL.',
'after' => ':attribute nemůže být dříve než :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute může obsahovat pouze písmena.',
'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla a pomlčky.',
'alpha_num' => ':attribute může obsahovat pouze písmena a čísla.',

View File

@ -1155,9 +1155,9 @@ return [
'updated_withdrawal' => 'Ausgabe ":description" aktualisiert',
'updated_deposit' => 'Einnahme ":description" aktualisiert',
'updated_transfer' => 'Umbuchung ":description" aktualisiert',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'no_changes_withdrawal' => 'Die Ausgabe „:description” wurde nicht geändert.',
'no_changes_deposit' => 'Die Einnahme ":description" wurde nicht geändert.',
'no_changes_transfer' => 'Die Umbuchung ":description" wurde nicht geändert.',
'delete_withdrawal' => 'Ausgabe ":description" löschen',
'delete_deposit' => 'Einnahme ":description" löschen',
'delete_transfer' => 'Umbuchung ":description" löschen',
@ -1238,8 +1238,8 @@ return [
'journal_link_bill' => 'Diese Buchung ist mit der Rechnung <a href=":route">:name</a> verknüpft. Um diese Verbindung aufzuheben, deaktivieren Sie das Kontrollkästchen. Verwenden Sie Regeln, um es mit einer anderen Rechnung zu verbinden.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Buchung #{ID} ("{title}")</a> wurde gespeichert.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Buchung #{ID}</a> wurde gespeichert.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Die Buchung #{ID}</a> ("{title}") wurde aktualisiert.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Die Buchung #{ID}</a> ("{title}") wurde nicht verändert.',
'first_split_decides' => 'Die erste Aufteilung bestimmt den Wert dieses Feldes',
'first_split_overrules_source' => 'Die erste Aufteilung könnte das Quellkonto überschreiben',
'first_split_overrules_destination' => 'Die erste Aufteilung könnte das Zielkonto überschreiben',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute muss kleiner als 10.000.000 sein',
'active_url' => ':attribute ist keine gültige URL.',
'after' => ':attribute muss ein Datum nach :date sein.',
'date_after' => 'Enddatum muss nach dem Startdatum liegen.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute darf nur Buchstaben enthalten.',
'alpha_dash' => ':attribute darf nur Buchstaben, Zahlen und Bindestrichen enthalten.',
'alpha_num' => ':attribute darf nur Buchstaben und Zahlen enthalten.',

View File

@ -60,7 +60,7 @@ return [
'less' => 'Το :attribute πρέπει να είναι μικρότερο από 10,000,000',
'active_url' => 'Το :attribute δεν είναι έγκυρο URL.',
'after' => 'Το :attribute πρέπει να είναι ημερομηνία μετά από :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'Το :attribute μπορεί να περιέχει μόνο γράμματα.',
'alpha_dash' => 'Το :attribute μπορεί να περιέχει γράμματα, αριθμοί, και παύλες.',
'alpha_num' => 'Το :attribute μπορεί να περιέχει γράμματα και αριθμούς.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute must be less than 10,000,000',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute must be less than 10,000,000',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute debe ser menor que 10.000.000',
'active_url' => 'El campo :attribute no es una URL válida.',
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'El campo :attribute sólo puede contener letras.',
'alpha_dash' => 'El campo :attribute sólo puede contener letras, números y guiones.',
'alpha_num' => 'El campo :attribute sólo puede contener letras y números.',

View File

@ -60,7 +60,7 @@ return [
'less' => 'Määritteen :attribute täytyy olla pienempi kuin 10,000,000',
'active_url' => ':attribute ei ole verkko-osoite.',
'after' => 'Määritteen :attribute täytyy olla :date jälkeen oleva päivämäärä.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute saa sisältää ainoastaan kirjaimia.',
'alpha_dash' => ':attribute saa sisältää ainoastaan kirjaimia, numeroita ja viivoja.',
'alpha_num' => ':attribute saa sisältää ainoastaan kirjaimia ja numeroita.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute doit être inférieur à 10 000 000',
'active_url' => 'Le champ :attribute n\'est pas une URL valide.',
'after' => 'Le champ :attribute doit être une date postérieure à :date.',
'date_after' => 'La date de fin doit être avant la date de début.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'Le champ :attribute doit seulement contenir des lettres.',
'alpha_dash' => 'Le champ :attribute peut seulement contenir des lettres, des chiffres et des tirets.',
'alpha_num' => 'Le champ :attribute peut seulement contenir des chiffres et des lettres.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute kisebbnek kell lennie 10,000,000-nél',
'active_url' => ':attribute nem egy érvényes URL.',
'after' => ':attribute egy :date utáni dátum kell legyen.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute csak betűket tartalmazhat.',
'alpha_dash' => ':attribute csak számokat, betűket és kötőjeleket tartalmazhat.',
'alpha_num' => ':attribute csak betűket és számokat tartalmazhat.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute harus kurang dari 10,000,000',
'active_url' => ':attribute bukan URL yang valid.',
'after' => ':attribute harus tanggal setelah :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute hanya boleh berisi huruf.',
'alpha_dash' => ':attribute hanya boleh berisi huruf, angka dan tanda hubung.',
'alpha_num' => ':attribute hanya boleh berisi huruf dan angka.',

View File

@ -1155,9 +1155,9 @@ return [
'updated_withdrawal' => 'Prelievo ":description" aggiornato',
'updated_deposit' => 'Entrata aggiornata ":description"',
'updated_transfer' => 'Trasferimento ":description" aggiornato',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'no_changes_withdrawal' => 'La ":description" del prelievo non è stata modificata.',
'no_changes_deposit' => 'La ":description" del deposito non è stata modificata.',
'no_changes_transfer' => 'La ":description" del trasferimento non è stata modificata.',
'delete_withdrawal' => 'Elimina prelievo ":description"',
'delete_deposit' => 'Elimina entrata ":description"',
'delete_transfer' => 'Elimina trasferimento ":description"',
@ -1238,8 +1238,8 @@ return [
'journal_link_bill' => 'Questa transazione è collegata alla bolletta <a href=":route">:name</a>. Per rimuovere il collegamento, deseleziona la casella di controllo. Usa le regole per collegarla ad un\'altra bolletta.',
'transaction_stored_link' => 'La <a href="transactions/show/{ID}">transazione #{ID} ("{title}")</a> è stata salvata.',
'transaction_new_stored_link' => 'La <a href="transactions/show/{ID}">transazione #{ID}</a> è stata salvata.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'transaction_updated_link' => 'La <a href="transactions/show/{ID}">transazione #{ID}</a> ("{title}") è stata aggiornata.',
'transaction_updated_no_changes' => 'La <a href="transactions/show/{ID}">transazione #{ID}</a> ("{title}") non ha avuto cambiamenti.',
'first_split_decides' => 'La prima suddivisione determina il valore di questo campo',
'first_split_overrules_source' => 'La prima suddivisione potrebbe sovrascrivere l\'account di origine',
'first_split_overrules_destination' => 'La prima suddivisione potrebbe sovrascrivere l\'account di destinazione',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute deve essere minore di 10.000.000',
'active_url' => ':attribute non è un URL valido.',
'after' => ':attribute deve essere una data dopo :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute può contenere solo lettere.',
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
'alpha_num' => ':attribute può contenere solo lettere e numeri.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute må være mindre enn 10,000,000',
'active_url' => ':attribute er ikke en gyldig URL.',
'after' => ':attribute må være en dato etter :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute kan kun inneholde bokstaver.',
'alpha_dash' => ':attribute kan bare inneholde bokstaver, tall og bindestreker.',
'alpha_num' => ':attribute kan bare inneholde bokstaver og tall.',

View File

@ -1155,9 +1155,9 @@ return [
'updated_withdrawal' => 'Uitgave ":description" geüpdatet',
'updated_deposit' => 'Inkomsten ":description" geüpdatet',
'updated_transfer' => 'Overschrijving ":description" geüpdatet',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'no_changes_withdrawal' => 'Uitgave ":description" is niet gewijzigd.',
'no_changes_deposit' => 'Inkomsten ":description" is niet gewijzigd.',
'no_changes_transfer' => 'Overschrijving ":description" is niet gewijzigd.',
'delete_withdrawal' => 'Verwijder uitgave ":description"',
'delete_deposit' => 'Verwijder inkomsten ":description"',
'delete_transfer' => 'Verwijder overschrijving ":description"',
@ -1238,8 +1238,8 @@ return [
'journal_link_bill' => 'Deze transactie is gekoppeld aan contract <a href=":route">:name</a>. Om de verbinding te verwijderen haal je het vinkje weg. Gebruik regels om een ander contract te koppelen.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transactie #{ID} ("{title}")</a> is opgeslagen.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transactie #{ID}</a> is opgeslagen.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transactie #{ID}</a> ("{title}") is geüpdatet.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transactie #{ID}</a> ("{title}") is niet gewijzigd.',
'first_split_decides' => 'De eerste split bepaalt wat hier staat',
'first_split_overrules_source' => 'De eerste split kan de bronrekening overschrijven',
'first_split_overrules_destination' => 'De eerste split kan de doelrekening overschrijven',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute moet minder zijn dan 10.000.000',
'active_url' => ':attribute is geen geldige URL.',
'after' => ':attribute moet een datum na :date zijn.',
'date_after' => 'Einddatum kan niet vóór startdatum vallen.',
'date_after' => 'De startdatum moet vóór de einddatum zijn.',
'alpha' => ':attribute mag alleen letters bevatten.',
'alpha_dash' => ':attribute mag alleen letters, nummers, onderstreep(_) en strepen(-) bevatten.',
'alpha_num' => ':attribute mag alleen letters en nummers bevatten.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute musi być mniejszy od 10 000 000',
'active_url' => ':attribute nie jest prawidłowym adresem URL.',
'after' => ':attribute musi być datą późniejszą od :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute może zawierać tylko litery.',
'alpha_dash' => ':attribute może zawierać litery, cyfry oraz myślniki.',
'alpha_num' => ':attribute może zawierać jedynie litery oraz cyfry.',

View File

@ -1155,9 +1155,9 @@ return [
'updated_withdrawal' => 'Retirada Atualizada ":description"',
'updated_deposit' => 'Depósito atualizado ":description"',
'updated_transfer' => 'Transferência atualizada ":description"',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'no_changes_withdrawal' => 'A retirada ":description" não foi alterada.',
'no_changes_deposit' => 'O depósito ":description" não foi alterado.',
'no_changes_transfer' => 'A transferência ":description" não foi alterada.',
'delete_withdrawal' => 'Excluir a retirada ":description"',
'delete_deposit' => 'Apagar depósito ":description"',
'delete_transfer' => 'Apagar transferência ":description"',
@ -1238,8 +1238,8 @@ return [
'journal_link_bill' => 'Esta transação está ligada à conta <a href=":route">:name</a>. Para remover a conexão, desmarque a caixa de seleção. Use as regras para conectá-la a outra conta.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transação #{ID} ("{title}")</a> foi salva.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transação #{ID}</a> foi salva.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'transaction_updated_link' => 'A <a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") foi atualizada.',
'transaction_updated_no_changes' => 'A <a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") não recebeu nenhuma alteração.',
'first_split_decides' => 'A primeira divisão determina o valor deste campo',
'first_split_overrules_source' => 'A primeira divisão pode anular a conta de origem',
'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute deve ser menor do que 10.000.000',
'active_url' => 'O campo :attribute não contém um URL válido.',
'after' => 'O campo :attribute deverá conter uma data posterior a :date.',
'date_after' => 'A data final deve ser anterior à data inicial.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'O campo :attribute deverá conter apenas letras.',
'alpha_dash' => 'O campo :attribute deverá conter apenas letras, números e traços.',
'alpha_num' => 'O campo :attribute deverá conter apenas letras e números .',

View File

@ -1155,9 +1155,9 @@ return [
'updated_withdrawal' => 'Alterar levantamento ":description"',
'updated_deposit' => 'Alterar deposito ":description"',
'updated_transfer' => 'Alterar transferencia ":description"',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'no_changes_withdrawal' => 'O levantamento ":description" não foi alterado.',
'no_changes_deposit' => 'O depósito ":description" não foi alterado.',
'no_changes_transfer' => 'A transferência ":description" não foi alterada.',
'delete_withdrawal' => 'Apagar levantamento ":description"',
'delete_deposit' => 'Apagar deposito ":description"',
'delete_transfer' => 'Apagar transferencia ":description"',
@ -1238,8 +1238,8 @@ return [
'journal_link_bill' => 'Esta transacção está ligada à conta <a href=":route">:name</a>. Para remover a ligação, desmarque a caixa de selecção. Utilize as regras para conectá-la a outra conta.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transação #{ID} ("{title}")</a> foi guardada.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transação#{ID}</a> foi guardada.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") foi atualizada.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transação #{ID}</a> ("{title}") não recebeu nenhuma alteração.',
'first_split_decides' => 'A primeira divisão determina o valor deste campo',
'first_split_overrules_source' => 'A primeira divisão pode anular a conta de origem',
'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute tem de ser menor que 10,000,000',
'active_url' => 'O :attribute nao e um URL valido.',
'after' => 'I :attribute tem de ser uma data depois de :date.',
'date_after' => 'A data final deve ser anterior à data inicial.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'O :attribute apenas pode conter letras.',
'alpha_dash' => 'O :attribute apenas pode conter letras, numero e tracos.',
'alpha_num' => 'O :attribute apenas pode conter letras e numeros.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute trebuie să fie mai mic decât 10,000,000',
'active_url' => ':attribute nu este o adresă URL validă.',
'after' => ':attribute trebuie să fie o dată ulterioară :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute poate conține numai litere.',
'alpha_dash' => ':attribute poate conține numai litere, numere și liniuțe.',
'alpha_num' => ':attribute poate conține numai litere și numere.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute должен быть меньше 10,000,000',
'active_url' => ':attribute не является допустимым URL-адресом.',
'after' => ':attribute должна быть позже :date.',
'date_after' => 'Дата окончания должна быть после даты начала.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute может содержать только буквы.',
'alpha_dash' => ':attribute может содержать только буквы, числа и дефис.',
'alpha_num' => ':attribute может содержать только буквы и числа.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute musí byť menej než 10.000.000',
'active_url' => ':attribute nie je platná adresa URL.',
'after' => ':attribute musí byť neskôr, než :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute môže obsahovať len písmená.',
'alpha_dash' => ':attribute môže obsahovať len písmená, čísla a pomlčky.',
'alpha_num' => ':attribute môže obsahovať len písmená a čísla.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute måste vara mindre än 10 000 000',
'active_url' => ':attribute är inte en giltig URL.',
'after' => ':attribute måste vara ett datum efter :date.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute får enbart innehålla bokstäver.',
'alpha_dash' => ':attribute får endast innehålla bokstäver, siffror och bindestreck.',
'alpha_num' => ':attribute får endast innehålla bokstäver och siffror.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute 10.000.000 den daha az olmalıdır',
'active_url' => ':attribute geçerli bir URL değil.',
'after' => ':attribute :date tarihinden sonrası için tarihlendirilmelidir.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute sadece harf içerebilir.',
'alpha_dash' => ':attribute sadece harf, sayı ve kısa çizgi içerebilir.',
'alpha_num' => ':attribute sadece harf ve sayı içerebilir.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':thuộc tính phải nhỏ hơn 10,000,000',
'active_url' => 'Thuộc tính: không phải là một URL hợp lệ.',
'after' => 'Thuộc tính: phải là một ngày sau: ngày.',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => 'Thuộc tính: chỉ có thể chứa các chữ cái.',
'alpha_dash' => 'Thuộc tính: chỉ có thể chứa chữ cái, số và dấu gạch ngang.',
'alpha_num' => 'Thuộc tính: chỉ có thể chứa các chữ cái và số.',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute 必须小于 10,000,000',
'active_url' => ':attribute 不是有效的网址',
'after' => ':attribute 必须是一个在 :date 之后的日期',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute 只能包含英文字母',
'alpha_dash' => ':attribute 只能包含英文字母、数字和减号',
'alpha_num' => ':attribute 只能包含英文字母和数字',

View File

@ -60,7 +60,7 @@ return [
'less' => ':attribute 必須小於 10,000,000。',
'active_url' => ':attribute 不是有效的 URL。',
'after' => ':attribute 必須是一個在 :date 之後的日期。',
'date_after' => 'End date must be before start date.',
'date_after' => 'The start date must be before the end date.',
'alpha' => ':attribute 只能包含字母。',
'alpha_dash' => ':attribute 只能包含字母、數字和破折號。',
'alpha_num' => ':attribute 只能包含數字和字母。',