diff --git a/resources/lang/ca-ES/auth.php b/resources/lang/ca-ES/auth.php
index 515dba256..4485226bb 100644
--- a/resources/lang/ca-ES/auth.php
+++ b/resources/lang/ca-ES/auth.php
@@ -29,8 +29,9 @@ return [
],
'failed' => 'Aquestes credencials no concorden amb els nostres registres.',
- 'disabled' => 'Aquest compte està desactivat, si us plau contacta amb l\'administrador del sistema.',
+ 'password' => 'La contrasenya que has proporcionat es incorrecta.',
'throttle' => 'Ha superat el nombre màxim d\'intents d\'accés. Si us plau, torni a intentar-ho en :seconds segons.',
+ 'disabled' => 'Aquest compte està desactivat, si us plau contacta amb l\'administrador del sistema.',
'notification' => [
'message_1' => 'Estàs rebent aquest correu perquè s\'ha fet una sol·licitud de restabliment de contrasenya del teu compte. ',
diff --git a/resources/lang/ca-ES/passwords.php b/resources/lang/ca-ES/passwords.php
index db6f23b49..c9168c620 100644
--- a/resources/lang/ca-ES/passwords.php
+++ b/resources/lang/ca-ES/passwords.php
@@ -16,8 +16,8 @@ return [
'password' => 'Les contrasenyes han de tenir com a mínim sis caràcters i han de coincidir amb la confirmació.',
'reset' => 'La contrasenya s\'ha restablert!',
'sent' => 'T\'hem enviat un correu electrònic amb un enllaç per a reiniciar la teva contrasenya!',
+ 'throttled' => 'Si us plau, espera\'t una mica abans de tornar-ho a intentar.',
'token' => 'Aquest codi de recuperació de contrasenya és invàlid.',
'user' => "No hi ha cap usuari amb aquest correu.",
- 'throttle' => 'Si us plau, espera\'t una mica abans de tornar-ho a intentar.',
];
diff --git a/resources/lang/ca-ES/validation.php b/resources/lang/ca-ES/validation.php
index 4faf781a3..101947e04 100644
--- a/resources/lang/ca-ES/validation.php
+++ b/resources/lang/ca-ES/validation.php
@@ -13,79 +13,115 @@ return [
|
*/
- 'accepted' => 'El camp :attribute ha de ser acceptat.',
- 'active_url' => 'El camp :attribute no és una URL vàlid.',
- 'after' => 'El camp :attribute ha de ser una data posterior a :date.',
- 'after_or_equal' => 'El camp :attribute ha de ser una data posterior o igual a :date.',
- 'alpha' => 'El camp :attribute només pot contenir lletres.',
- 'alpha_dash' => 'El camp :attribute només pot contenir lletres, números i guions.',
- 'alpha_num' => 'El camp :attribute només pot contenir lletres i números.',
- 'array' => 'El camp :attribute ha de ser una matriu.',
- 'before' => 'El camp :attribute ha de ser una data anterior a :date.',
- 'before_or_equal' => 'El camp :attribute ha de ser una data anterior o igual a :date.',
- 'between' => [
+ 'accepted' => 'El camp :attribute ha de ser acceptat.',
+ 'active_url' => 'El camp :attribute no és una URL vàlid.',
+ 'after' => 'El camp :attribute ha de ser una data posterior a :date.',
+ 'after_or_equal' => 'El camp :attribute ha de ser una data posterior o igual a :date.',
+ 'alpha' => 'El camp :attribute només pot contenir lletres.',
+ 'alpha_dash' => 'El camp :attribute només pot contenir lletres, números i guions.',
+ 'alpha_num' => 'El camp :attribute només pot contenir lletres i números.',
+ 'array' => 'El camp :attribute ha de ser una matriu.',
+ 'before' => 'El camp :attribute ha de ser una data anterior a :date.',
+ 'before_or_equal' => 'El camp :attribute ha de ser una data anterior o igual a :date.',
+ 'between' => [
'numeric' => 'El camp :attribute ha d\'estar entre :min i :max.',
- 'file' => 'El camp :attribute ha de tenir entre :min i :max dígits.',
- 'string' => 'El camp :attribute ha de tenir entre :min i :max caràcters.',
- 'array' => 'El camp :attribute ha de tenir entre :min i :max ítems.',
+ 'file' => 'El camp :attribute ha de tenir entre :min i :max dígits.',
+ 'string' => 'El camp :attribute ha de tenir entre :min i :max caràcters.',
+ 'array' => 'El camp :attribute ha de tenir entre :min i :max ítems.',
],
- 'boolean' => 'El camp :attribute ha de ser verdader o fals.',
- 'confirmed' => 'La confirmació de :attribute no coincideix.',
- 'date' => 'El camp :attribute no és una data vàlida.',
- 'date_format' => 'El camp :attribute no concorda amb el format :format.',
- 'different' => 'Els camps :attribute i :other han de ser diferents.',
- 'digits' => 'El camp :attribute ha de tenir :digits dígits.',
- 'digits_between' => 'El camp :attribute ha de tenir entre :min i :max dígits.',
- 'dimensions' => 'Les dimensions de la imatge :attribute no són vàlides.',
- 'distinct' => 'El camp :attribute té un valor duplicat.',
- 'email' => 'El camp :attribute no és un correu electrònic vàlid.',
- 'ends_with' => 'El camp :attribute ha d\'acabar amb un dels valors següents: :values.',
- 'exists' => 'El camp :attribute seleccionat és invàlid.',
- 'file' => 'El camp :attribute ha de ser un arxiu.',
- 'filled' => 'El camp :attribute és obligatori.',
- 'image' => 'El camp :attribute ha de ser una imatge.',
- 'in' => 'El camp :attribute seleccionat és invàlid',
- 'in_array' => 'El camp :attribute no existeix dins de :other.',
- 'integer' => 'El camp :attribute ha de ser un nombre enter.',
- 'ip' => 'El camp :attribute ha de ser una adreça IP vàlida.',
- 'json' => 'El camp :attribute ha de ser una cadena JSON vàlida.',
- 'max' => [
+ 'boolean' => 'El camp :attribute ha de ser verdader o fals.',
+ 'confirmed' => 'La confirmació de :attribute no coincideix.',
+ 'current_password' => 'La contrasenya no és correcta.',
+ 'date' => 'El camp :attribute no és una data vàlida.',
+ 'date_equals' => 'El camp :attribute ha de ser una data igual a :date.',
+ 'date_format' => 'El camp :attribute no concorda amb el format :format.',
+ 'different' => 'Els camps :attribute i :other han de ser diferents.',
+ 'digits' => 'El camp :attribute ha de tenir :digits dígits.',
+ 'digits_between' => 'El camp :attribute ha de tenir entre :min i :max dígits.',
+ 'dimensions' => 'Les dimensions de la imatge :attribute no són vàlides.',
+ 'distinct' => 'El camp :attribute té un valor duplicat.',
+ 'email' => 'El camp :attribute no és un correu electrònic vàlid.',
+ 'ends_with' => 'El camp :attribute ha d\'acabar amb un dels valors següents: :values.',
+ 'exists' => 'El camp :attribute seleccionat és invàlid.',
+ 'file' => 'El camp :attribute ha de ser un arxiu.',
+ 'filled' => 'El camp :attribute és obligatori.',
+ 'gt' => [
+ 'numeric' => 'El camp :attribute ha de ser més gran de :value.',
+ 'file' => 'El camp :attribute ha de ser més gran de :value kilobytes.',
+ 'string' => 'El camp :attribute ha de ser més gran de :value caràcters.',
+ 'array' => 'El camp :attribute ha de tenir més de :value elements.',
+ ],
+ 'gte' => [
+ 'numeric' => 'El camp :attribute ha de ser més gran o igual de :value.',
+ 'file' => 'El camp :attribute ha de ser més gran o igual de :value kilobytes.',
+ 'string' => 'El camp :attribute ha de ser més gran o igual de :value caràcters.',
+ 'array' => 'El camp :attribute ha de tenir :value elements o més.',
+ ],
+ 'image' => 'El camp :attribute ha de ser una imatge.',
+ 'in' => 'El camp :attribute seleccionat és invàlid',
+ 'in_array' => 'El camp :attribute no existeix dins de :other.',
+ 'integer' => 'El camp :attribute ha de ser un nombre enter.',
+ 'ip' => 'El camp :attribute ha de ser una adreça IP vàlida.',
+ 'ipv4' => 'El camp :attribute ha de ser una adreça IPv4 vàlida.',
+ 'ipv6' => 'El camp :attribute ha de ser una adreça IPv6 vàlida.',
+ 'json' => 'El camp :attribute ha de ser una cadena JSON vàlida.',
+ 'lt' => [
+ 'numeric' => 'El camp :attribute ha de ser més petit de :value.',
+ 'file' => 'El camp :attribute ha de ser més petit de :value kilobytes.',
+ 'string' => 'El camp :attribute ha de ser més petit de :value caràcters.',
+ 'array' => 'El camp :attribute ha de tenir menys de :value elements.',
+ ],
+ 'lte' => [
+ 'numeric' => 'El camp :attribute ha de ser més petit o igual de :value.',
+ 'file' => 'El camp :attribute ha de ser més petit o igual de :value kilobytes.',
+ 'string' => 'El camp :attribute ha de ser més petit o igual de :value caràcters.',
+ 'array' => 'El camp :attribute no pot tenir més de :value elements.',
+ ],
+ 'max' => [
'numeric' => 'El camp :attribute no pot ser més gran de :max.',
- 'file' => 'El camp :attribute no pot ser més gran de :max kilobytes.',
- 'string' => 'El camp :attribute no pot tenir més de :max caràcters.',
- 'array' => 'El camp :attribute no pot tenir més de :max elements.',
+ 'file' => 'El camp :attribute no pot ser més gran de :max kilobytes.',
+ 'string' => 'El camp :attribute no pot tenir més de :max caràcters.',
+ 'array' => 'El camp :attribute no pot tenir més de :max elements.',
],
- 'mimes' => 'El camp :attribute ha de ser un arxiu amb format: :values.',
- 'mimetypes' => 'El camp :attribute ha de ser un arxiu amb format: :values.',
- 'min' => [
+ 'mimes' => 'El camp :attribute ha de ser un arxiu amb format: :values.',
+ 'mimetypes' => 'El camp :attribute ha de ser un arxiu amb format: :values.',
+ 'min' => [
'numeric' => 'La mida de :attribute ha de ser d\'almenys :min.',
- 'file' => 'La mida de :attribute ha de ser d\'almenys :min kilobytes.',
- 'string' => 'El camp :attribute ha de contenir almenys :min caràcters.',
- 'array' => 'El camp :attribute ha de tenir almenys :min elements.',
+ 'file' => 'La mida de :attribute ha de ser d\'almenys :min kilobytes.',
+ 'string' => 'El camp :attribute ha de contenir almenys :min caràcters.',
+ 'array' => 'El camp :attribute ha de tenir almenys :min elements.',
],
- 'not_in' => 'El camp :attribute seleccionat és invàlid.',
- 'numeric' => 'El camp :attribute ha de ser numèric.',
- 'present' => 'El camp :attribute ha d\'existir.',
- 'regex' => 'El format de :attribute és invàlid.',
- 'required' => 'El camp :attribute és obligatori.',
- 'required_if' => 'El camp :attribute és obligatori quan :other és :value.',
- 'required_unless' => 'El camp :attribute és obligatori a no ser que :other sigui a :values.',
- 'required_with' => 'El camp :attribute és obligatori quan hi ha :values.',
- 'required_with_all' => 'El camp :attribute és obligatori quan hi ha :values.',
- 'required_without' => 'El camp :attribute és obligatori quan no hi ha :values.',
+ 'multiple_of' => 'El camp :attribute ha de ser un múltiple de :value.',
+ 'not_in' => 'El camp :attribute seleccionat és invàlid.',
+ 'not_regex' => 'El format de :attribute és invàlid.',
+ 'numeric' => 'El camp :attribute ha de ser numèric.',
+ 'password' => 'La contrasenya no és correcta.',
+ 'present' => 'El camp :attribute ha d\'existir.',
+ 'regex' => 'El format de :attribute és invàlid.',
+ 'required' => 'El camp :attribute és obligatori.',
+ 'required_if' => 'El camp :attribute és obligatori quan :other és :value.',
+ 'required_unless' => 'El camp :attribute és obligatori a no ser que :other sigui a :values.',
+ 'required_with' => 'El camp :attribute és obligatori quan hi ha :values.',
+ 'required_with_all' => 'El camp :attribute és obligatori quan hi ha :values.',
+ 'required_without' => 'El camp :attribute és obligatori quan no hi ha :values.',
'required_without_all' => 'El camp :attribute és obligatori quan no hi ha cap valor dels següents: :values.',
- 'same' => ':attribute i :other han de coincidir.',
- 'size' => [
+ 'prohibited' => 'El camp :attribute no està permès.',
+ 'prohibited_if' => 'El camp :attribute no està permès quan :other és :value.',
+ 'prohibited_unless' => 'El camp :attribute no està permès a no ser que :other sigui a :values.',
+ 'same' => ':attribute i :other han de coincidir.',
+ 'size' => [
'numeric' => 'El tamany de :attribute ha de ser :size.',
- 'file' => 'El tamany de :attribute ha de ser :size kilobytes.',
- 'string' => ':attribute ha de contenir :size caràcters.',
- 'array' => ':attribute ha de contenir :size ítems.',
+ 'file' => 'El tamany de :attribute ha de ser :size kilobytes.',
+ 'string' => ':attribute ha de contenir :size caràcters.',
+ 'array' => ':attribute ha de contenir :size ítems.',
],
- 'string' => 'El camp :attribute ha de ser una cadena.',
- 'timezone' => 'El camp :attribute ha de ser una zona vàlida.',
- 'unique' => ':attribute ja està registrat i no es pot repetir.',
- 'uploaded' => ':attribute ha fallat al pujar.',
- 'url' => ':attribute no és una adreça web vàlida.',
+ 'starts_with' => 'El camp :attribute ha de començar amb un dels valors següents: :values.',
+ 'string' => 'El camp :attribute ha de ser una cadena.',
+ 'timezone' => 'El camp :attribute ha de ser una zona vàlida.',
+ 'unique' => ':attribute ja està registrat i no es pot repetir.',
+ 'uploaded' => ':attribute ha fallat al pujar.',
+ 'url' => ':attribute no és una adreça web vàlida.',
+ 'uuid' => 'El camp :attribute ha de ser un UUID vàlid.',
/*
|--------------------------------------------------------------------------
@@ -100,7 +136,7 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'custom-message',
+ 'rule-name' => 'custom-message',
],
'invalid_currency' => 'El camp :attribute és invàlid.',
'invalid_amount' => 'La quantitat :attribute no és vàlida.',
@@ -112,9 +148,9 @@ return [
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
- | The following language lines are used to swap attribute place-holders
- | with something more reader friendly such as E-Mail Address instead
- | of "email". This simply helps us make messages a little cleaner.
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
|
*/
diff --git a/resources/lang/de-DE/auth.php b/resources/lang/de-DE/auth.php
index 24674e224..e35a70ddc 100644
--- a/resources/lang/de-DE/auth.php
+++ b/resources/lang/de-DE/auth.php
@@ -29,8 +29,9 @@ return [
],
'failed' => 'Diese Anmeldeinformationen entsprechen nicht unseren Aufzeichnungen.',
- 'disabled' => 'Dieses Konto ist deaktiviert! Bitte kontaktieren Sie den Systemadministrator.',
+ 'password' => 'Das eingegebene Passwort ist nicht korrekt.',
'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es erneut in :seconds Sekunden.',
+ 'disabled' => 'Dieses Konto ist deaktiviert! Bitte kontaktieren Sie den Systemadministrator.',
'notification' => [
'message_1' => 'Sie erhalten diese E-Mail, da Sie das Passwort für Ihr Konto zurücksetzen lassen wollen.',
diff --git a/resources/lang/de-DE/bills.php b/resources/lang/de-DE/bills.php
index 940ff4707..af3d3864a 100644
--- a/resources/lang/de-DE/bills.php
+++ b/resources/lang/de-DE/bills.php
@@ -31,7 +31,7 @@ return [
'add_payment' => 'Zahlung hinzufügen',
'mark_paid' => 'Als bezahlt markieren',
'mark_received' => 'Als erhalten markieren',
- 'mark_cancelled' => 'Stornieren',
+ 'mark_cancelled' => 'Als storniert markieren',
'download_pdf' => 'Als PDF herunterladen',
'send_mail' => 'E-Mail senden',
'create_bill' => 'Rechnung erstellen',
@@ -44,7 +44,7 @@ return [
'status' => [
'created' => 'Erstellt am :date',
'receive' => [
- 'draft' => 'Noch nicht versandt',
+ 'draft' => 'Noch nicht erhalten',
'received' => 'Empfangen am :date',
],
'paid' => [
diff --git a/resources/lang/de-DE/bulk_actions.php b/resources/lang/de-DE/bulk_actions.php
index b29918815..ee4491c71 100644
--- a/resources/lang/de-DE/bulk_actions.php
+++ b/resources/lang/de-DE/bulk_actions.php
@@ -7,16 +7,16 @@ return [
'no_action' => 'Keine Aktionen verfügbar',
'message' => [
- 'duplicate' => 'Sind Sie sicher das Sie die ausgewählten Datensätze duplizieren möchten?',
- 'delete' => 'Sind Sie sicher das Sie den ausgewählten Datensatz löschen möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze löschen möchten?',
- 'export' => 'Sind Sie sicher das Sie den ausgewählten Datensatz exportieren möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze exportieren möchten?',
- 'enable' => 'Sind Sie sicher das Sie den ausgewählten Datensatz aktivieren möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze aktivieren möchten?',
- 'disable' => 'Sind Sie sicher das Sie den ausgewählten Datensatz deaktivieren möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze deaktivieren möchten?',
- 'paid' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als bezahlt markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als bezahlt markieren möchten?',
- 'sent' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als versendet markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als versendet markieren möchten?',
- 'received' => 'Sind Sie sicher das Sie die ausgewählte Rechnung als empfangen markieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen als empfangen markieren möchten?',
- 'cancelled' => 'Sind Sie sicher das Sie die ausgewählte Rechnung stornieren möchten?|Sind Sie sicher das Sie die ausgewählten Rechnungen stornieren möchten?',
- 'reconcile' => 'Sind Sie sicher das Sie den ausgewählten Datensatz abgleichen möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze abgleichen möchten?',
+ 'duplicate' => 'Sind Sie sicher, dass Sie die ausgewählten Datensätze duplizieren möchten?',
+ 'delete' => 'Sind Sie sicher, dass Sie den ausgewählten Datensatz löschen möchten?|Sind Sie sicher, dass Sie die ausgewählten Datensätze löschen möchten?',
+ 'export' => 'Sind Sie sicher, dass Sie den ausgewählten Datensatz exportieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Datensätze exportieren möchten?',
+ 'enable' => 'Sind Sie sicher, daas Sie den ausgewählten Datensatz aktivieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Datensätze aktivieren möchten?',
+ 'disable' => 'Sind Sie sicher, dass Sie den ausgewählten Datensatz deaktivieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Datensätze deaktivieren möchten?',
+ 'paid' => 'Sind Sie sicher, dass Sie die ausgewählte Rechnung als bezahlt markieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Rechnungen als bezahlt markieren möchten?',
+ 'sent' => 'Sind Sie sicher, dass Sie die ausgewählte Rechnung als versendet markieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Rechnungen als versendet markieren möchten?',
+ 'received' => 'Sind Sie sicher, dass Sie die ausgewählte Rechnung als empfangen markieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Rechnungen als empfangen markieren möchten?',
+ 'cancelled' => 'Sind Sie sicher, dass Sie die ausgewählte Rechnung stornieren möchten?|Sind Sie sicher, dass Sie die ausgewählten Rechnungen stornieren möchten?',
+ 'reconcile' => 'Sind Sie sicher, dass Sie den ausgewählten Datensatz abgleichen möchten?|Sind Sie sicher, dass Sie die ausgewählten Datensätze abgleichen möchten?',
'unreconcile' => 'Sind Sie sicher das Sie den ausgewählten Datensatz nicht abgleichen möchten?|Sind Sie sicher das Sie die ausgewählten Datensätze nicht abgleichen möchten?',
],
diff --git a/resources/lang/de-DE/demo.php b/resources/lang/de-DE/demo.php
index 74f6e5b80..a18e97809 100644
--- a/resources/lang/de-DE/demo.php
+++ b/resources/lang/de-DE/demo.php
@@ -3,7 +3,7 @@
return [
'accounts' => [
- 'cash' => 'Bar',
+ 'cash' => 'Bargeld',
],
'categories' => [
@@ -19,7 +19,7 @@ return [
],
'offline_payments' => [
- 'cash' => 'Bar',
+ 'cash' => 'Bargeld',
'bank' => 'Banküberweisung',
],
diff --git a/resources/lang/de-DE/errors.php b/resources/lang/de-DE/errors.php
index 137421697..3a045951c 100644
--- a/resources/lang/de-DE/errors.php
+++ b/resources/lang/de-DE/errors.php
@@ -17,7 +17,7 @@ return [
'message' => [
'403' => 'Sie können auf diese Seite nicht zugreifen.',
'404' => 'Wir konnten die gesuchte Seite nicht finden.',
- '500' => 'Wir werden uns sofort darum kümmern.',
+ '500' => 'Wir werden uns sofort darum kümmern, dieses Problem zu lösen',
'record' => 'Wir konnten den Datensatz nicht finden, nach dem Sie gesucht haben.',
],
diff --git a/resources/lang/de-DE/passwords.php b/resources/lang/de-DE/passwords.php
index 07cc5608d..95352e576 100644
--- a/resources/lang/de-DE/passwords.php
+++ b/resources/lang/de-DE/passwords.php
@@ -16,8 +16,8 @@ return [
'password' => 'Das Passwort muss mindestens sechs Zeichen haben und mit der Bestätigung übereinstimmen.',
'reset' => 'Ihr Passwort wurde zurückgesetzt!',
'sent' => 'Wir haben den Link zum zurücksetzen des Kennworts per E-Mail gesendet!',
+ 'throttled' => 'Bitte warte, bevor du es erneut versuchst.',
'token' => 'Das Token um das Passwort zurückzusetzen ist ungültig.',
'user' => "Einen Benutzer mit dieser E-Mail-Adresse wurde nicht gefunden.",
- 'throttle' => 'Bitte warten Sie, bevor Sie es erneut versuchen können.',
];
diff --git a/resources/lang/en-AU/auth.php b/resources/lang/en-AU/auth.php
index 5f63db0a1..6591b0c1f 100644
--- a/resources/lang/en-AU/auth.php
+++ b/resources/lang/en-AU/auth.php
@@ -29,8 +29,9 @@ return [
],
'failed' => 'These credentials do not match our records.',
- 'disabled' => 'This account is disabled. Please, contact the system administrator.',
+ 'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'disabled' => 'This account is disabled. Please, contact the system administrator.',
'notification' => [
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
diff --git a/resources/lang/en-AU/passwords.php b/resources/lang/en-AU/passwords.php
index eb0c3ad21..8576ef323 100644
--- a/resources/lang/en-AU/passwords.php
+++ b/resources/lang/en-AU/passwords.php
@@ -16,8 +16,8 @@ return [
'password' => 'Passwords must be at least six characters and match the confirmation.',
'reset' => 'Your password has been reset!',
'sent' => 'We have e-mailed your password reset link!',
+ 'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
- 'throttle' => 'Please wait before retrying.',
];
diff --git a/resources/lang/en-AU/validation.php b/resources/lang/en-AU/validation.php
index d54908cec..3edbb85b6 100644
--- a/resources/lang/en-AU/validation.php
+++ b/resources/lang/en-AU/validation.php
@@ -13,79 +13,115 @@ return [
|
*/
- 'accepted' => 'The :attribute must be accepted.',
- 'active_url' => 'The :attribute is not a valid URL.',
- 'after' => 'The :attribute must be a date after :date.',
- 'after_or_equal' => 'The :attribute must be a date after or equal to :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.',
- 'array' => 'The :attribute must be an array.',
- 'before' => 'The :attribute must be a date before :date.',
- 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
- 'between' => [
+ 'accepted' => 'The :attribute must be accepted.',
+ 'active_url' => 'The :attribute is not a valid URL.',
+ 'after' => 'The :attribute must be a date after :date.',
+ 'after_or_equal' => 'The :attribute must be a date after or equal to :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.',
+ 'array' => 'The :attribute must be an array.',
+ 'before' => 'The :attribute must be a date before :date.',
+ 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+ 'between' => [
'numeric' => 'The :attribute must be between :min and :max.',
- 'file' => 'The :attribute must be between :min and :max kilobytes.',
- 'string' => 'The :attribute must be between :min and :max characters.',
- 'array' => 'The :attribute must have between :min and :max items.',
+ 'file' => 'The :attribute must be between :min and :max kilobytes.',
+ 'string' => 'The :attribute must be between :min and :max characters.',
+ 'array' => 'The :attribute must have between :min and :max items.',
],
- 'boolean' => 'The :attribute field must be true or false.',
- 'confirmed' => 'The :attribute confirmation does not match.',
- 'date' => 'The :attribute is not a valid date.',
- 'date_format' => 'The :attribute does not match the format :format.',
- 'different' => 'The :attribute and :other must be different.',
- 'digits' => 'The :attribute must be :digits digits.',
- 'digits_between' => 'The :attribute must be between :min and :max digits.',
- 'dimensions' => 'The :attribute has invalid image dimensions.',
- 'distinct' => 'The :attribute field has a duplicate value.',
- 'email' => 'The :attribute must be a valid email address.',
- 'ends_with' => 'The :attribute must end with one of the following: :values',
- 'exists' => 'The selected :attribute is invalid.',
- 'file' => 'The :attribute must be a file.',
- 'filled' => 'The :attribute field must have a value.',
- 'image' => 'The :attribute must be an image.',
- 'in' => 'The selected :attribute is invalid.',
- 'in_array' => 'The :attribute field does not exist in :other.',
- 'integer' => 'The :attribute must be an integer.',
- 'ip' => 'The :attribute must be a valid IP address.',
- 'json' => 'The :attribute must be a valid JSON string.',
- 'max' => [
+ 'boolean' => 'The :attribute field must be true or false.',
+ 'confirmed' => 'The :attribute confirmation does not match.',
+ 'current_password' => 'The password is incorrect.',
+ 'date' => 'The :attribute is not a valid date.',
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
+ 'date_format' => 'The :attribute does not match the format :format.',
+ 'different' => 'The :attribute and :other must be different.',
+ 'digits' => 'The :attribute must be :digits digits.',
+ 'digits_between' => 'The :attribute must be between :min and :max digits.',
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
+ 'distinct' => 'The :attribute field has a duplicate value.',
+ 'email' => 'The :attribute must be a valid email address.',
+ 'ends_with' => 'The :attribute must end with one of the following: :values',
+ 'exists' => 'The selected :attribute is invalid.',
+ 'file' => 'The :attribute must be a file.',
+ 'filled' => 'The :attribute field must have a value.',
+ 'gt' => [
+ 'numeric' => 'The :attribute must be greater than :value.',
+ 'file' => 'The :attribute must be greater than :value kilobytes.',
+ 'string' => 'The :attribute must be greater than :value characters.',
+ 'array' => 'The :attribute must have more than :value items.',
+ ],
+ 'gte' => [
+ 'numeric' => 'The :attribute must be greater than or equal :value.',
+ 'file' => 'The :attribute must be greater than or equal :value kilobytes.',
+ 'string' => 'The :attribute must be greater than or equal :value characters.',
+ 'array' => 'The :attribute must have :value items or more.',
+ ],
+ 'image' => 'The :attribute must be an image.',
+ 'in' => 'The selected :attribute is invalid.',
+ 'in_array' => 'The :attribute field does not exist in :other.',
+ 'integer' => 'The :attribute must be an integer.',
+ 'ip' => 'The :attribute must be a valid IP address.',
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
+ 'json' => 'The :attribute must be a valid JSON string.',
+ 'lt' => [
+ 'numeric' => 'The :attribute must be less than :value.',
+ 'file' => 'The :attribute must be less than :value kilobytes.',
+ 'string' => 'The :attribute must be less than :value characters.',
+ 'array' => 'The :attribute must have less than :value items.',
+ ],
+ 'lte' => [
+ 'numeric' => 'The :attribute must be less than or equal :value.',
+ 'file' => 'The :attribute must be less than or equal :value kilobytes.',
+ 'string' => 'The :attribute must be less than or equal :value characters.',
+ 'array' => 'The :attribute must not have more than :value items.',
+ ],
+ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.',
- 'file' => 'The :attribute may not be greater than :max kilobytes.',
- 'string' => 'The :attribute may not be greater than :max characters.',
- 'array' => 'The :attribute may not have more than :max items.',
+ 'file' => 'The :attribute may not be greater than :max kilobytes.',
+ 'string' => 'The :attribute may not be greater than :max characters.',
+ 'array' => 'The :attribute may not have more than :max items.',
],
- 'mimes' => 'The :attribute must be a file of type: :values.',
- 'mimetypes' => 'The :attribute must be a file of type: :values.',
- 'min' => [
+ 'mimes' => 'The :attribute must be a file of type: :values.',
+ 'mimetypes' => 'The :attribute must be a file of type: :values.',
+ 'min' => [
'numeric' => 'The :attribute must be at least :min.',
- 'file' => 'The :attribute must be at least :min kilobytes.',
- 'string' => 'The :attribute must be at least :min characters.',
- 'array' => 'The :attribute must have at least :min items.',
+ 'file' => 'The :attribute must be at least :min kilobytes.',
+ 'string' => 'The :attribute must be at least :min characters.',
+ 'array' => 'The :attribute must have at least :min items.',
],
- 'not_in' => 'The selected :attribute is invalid.',
- 'numeric' => 'The :attribute must be a number.',
- 'present' => 'The :attribute field must be present.',
- 'regex' => 'The :attribute format is invalid.',
- 'required' => 'The :attribute field is required.',
- 'required_if' => 'The :attribute field is required when :other is :value.',
- 'required_unless' => 'The :attribute field is required unless :other is in :values.',
- 'required_with' => 'The :attribute field is required when :values is present.',
- 'required_with_all' => 'The :attribute field is required when :values is present.',
- 'required_without' => 'The :attribute field is required when :values is not present.',
+ 'multiple_of' => 'The :attribute must be a multiple of :value.',
+ 'not_in' => 'The selected :attribute is invalid.',
+ 'not_regex' => 'The :attribute format is invalid.',
+ 'numeric' => 'The :attribute must be a number.',
+ 'password' => 'The password is incorrect.',
+ 'present' => 'The :attribute field must be present.',
+ 'regex' => 'The :attribute format is invalid.',
+ 'required' => 'The :attribute field is required.',
+ 'required_if' => 'The :attribute field is required when :other is :value.',
+ 'required_unless' => 'The :attribute field is required unless :other is in :values.',
+ 'required_with' => 'The :attribute field is required when :values is present.',
+ 'required_with_all' => 'The :attribute field is required when :values is present.',
+ 'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
- 'same' => 'The :attribute and :other must match.',
- 'size' => [
+ 'prohibited' => 'The :attribute field is prohibited.',
+ 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+ 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+ 'same' => 'The :attribute and :other must match.',
+ 'size' => [
'numeric' => 'The :attribute must be :size.',
- 'file' => 'The :attribute must be :size kilobytes.',
- 'string' => 'The :attribute must be :size characters.',
- 'array' => 'The :attribute must contain :size items.',
+ 'file' => 'The :attribute must be :size kilobytes.',
+ 'string' => 'The :attribute must be :size characters.',
+ 'array' => 'The :attribute must contain :size items.',
],
- 'string' => 'The :attribute must be a string.',
- 'timezone' => 'The :attribute must be a valid zone.',
- 'unique' => 'The :attribute has already been taken.',
- 'uploaded' => 'The :attribute failed to upload.',
- 'url' => 'The :attribute format is invalid.',
+ 'starts_with' => 'The :attribute must start with one of the following: :values.',
+ 'string' => 'The :attribute must be a string.',
+ 'timezone' => 'The :attribute must be a valid zone.',
+ 'unique' => 'The :attribute has already been taken.',
+ 'uploaded' => 'The :attribute failed to upload.',
+ 'url' => 'The :attribute format is invalid.',
+ 'uuid' => 'The :attribute must be a valid UUID.',
/*
|--------------------------------------------------------------------------
@@ -100,7 +136,7 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'custom-message',
+ 'rule-name' => 'custom-message',
],
'invalid_currency' => 'The :attribute code is invalid.',
'invalid_amount' => 'The amount :attribute is invalid.',
@@ -112,9 +148,9 @@ return [
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
- | The following language lines are used to swap attribute place-holders
- | with something more reader friendly such as E-Mail Address instead
- | of "email". This simply helps us make messages a little cleaner.
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
|
*/
diff --git a/resources/lang/pl-PL/auth.php b/resources/lang/pl-PL/auth.php
index 9f76ea465..8a80d2bdc 100644
--- a/resources/lang/pl-PL/auth.php
+++ b/resources/lang/pl-PL/auth.php
@@ -29,8 +29,9 @@ return [
],
'failed' => 'Błędny login lub hasło.',
- 'disabled' => 'To konto jest wyłączone. Proszę skontaktuj się z administrator systemu.',
+ 'password' => 'Podane hasło jest nieprawidłowe.',
'throttle' => 'Za dużo nieudanych prób logowania. Proszę spróbować za :seconds sekund.',
+ 'disabled' => 'To konto jest wyłączone. Proszę skontaktuj się z administrator systemu.',
'notification' => [
'message_1' => 'Otrzymujesz tę wiadomość, ponieważ otrzymaliśmy żądanie resetowania hasła dla konta.',
diff --git a/resources/lang/pl-PL/passwords.php b/resources/lang/pl-PL/passwords.php
index 5ab5b8240..13222aacd 100644
--- a/resources/lang/pl-PL/passwords.php
+++ b/resources/lang/pl-PL/passwords.php
@@ -16,8 +16,8 @@ return [
'password' => 'Hasło musi mieć przynajmniej sześć znaków i zgadzać się z potwierdzeniem.',
'reset' => 'Hasło zostało zresetowane!',
'sent' => 'Przypomnienie hasła zostało wysłane!',
+ 'throttled' => 'Proszę poczekać przed ponownym próbą.',
'token' => 'Token resetowania hasła jest nieprawidłowy.',
'user' => "Nie znaleziono użytkownika z takim adresem e-mail.",
- 'throttle' => 'Proszę poczekać przed ponownym próbą.',
];
diff --git a/resources/lang/pl-PL/validation.php b/resources/lang/pl-PL/validation.php
index 6310e0d04..15df42c51 100644
--- a/resources/lang/pl-PL/validation.php
+++ b/resources/lang/pl-PL/validation.php
@@ -13,79 +13,115 @@ return [
|
*/
- 'accepted' => ':attribute musi zostać zaakceptowany.',
- 'active_url' => ':attribute jest nieprawidłowym adresem URL.',
- 'after' => ':attribute musi być datą późniejszą od :date.',
- 'after_or_equal' => ':attribute musi być datą nie wcześniejszą niż :date.',
- 'alpha' => ':attribute może zawierać jedynie litery.',
- 'alpha_dash' => ':attribute może zawierać jedynie litery, cyfry i myślniki.',
- 'alpha_num' => ':attribute może zawierać jedynie litery i cyfry.',
- 'array' => ':attribute musi być tablicą.',
- 'before' => ':attribute musi być datą wcześniejszą od :date.',
- 'before_or_equal' => ':attribute musi być datą nie późniejszą niż :date.',
- 'between' => [
+ 'accepted' => ':attribute musi zostać zaakceptowany.',
+ 'active_url' => ':attribute jest nieprawidłowym adresem URL.',
+ 'after' => ':attribute musi być datą późniejszą od :date.',
+ 'after_or_equal' => ':attribute musi być datą nie wcześniejszą niż :date.',
+ 'alpha' => ':attribute może zawierać jedynie litery.',
+ 'alpha_dash' => ':attribute może zawierać jedynie litery, cyfry i myślniki.',
+ 'alpha_num' => ':attribute może zawierać jedynie litery i cyfry.',
+ 'array' => ':attribute musi być tablicą.',
+ 'before' => ':attribute musi być datą wcześniejszą od :date.',
+ 'before_or_equal' => ':attribute musi być datą nie późniejszą niż :date.',
+ 'between' => [
'numeric' => ' :attribute musi zawierać się pomiędzy :min a :max',
- 'file' => ':attribute musi zawierać się w granicach :min - :max kilobajtów.',
- 'string' => ':attribute musi zawierać się w granicach :min - :max znaków.',
- 'array' => ':attribute musi składać się z :min - :max elementów.',
+ 'file' => ':attribute musi zawierać się w granicach :min - :max kilobajtów.',
+ 'string' => ':attribute musi zawierać się w granicach :min - :max znaków.',
+ 'array' => ':attribute musi składać się z :min - :max elementów.',
],
- 'boolean' => ':attribute musi mieć wartość prawda albo fałsz',
- 'confirmed' => 'Potwierdzenie :attribute nie zgadza się.',
- 'date' => ':attribute nie jest prawidłową datą.',
- 'date_format' => ':attribute nie jest w formacie :format.',
- 'different' => ':attribute oraz :other muszą się różnić.',
- 'digits' => ':attribute musi składać się z :digits cyfr.',
- 'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
- 'dimensions' => ':attribute ma niepoprawne wymiary.',
- 'distinct' => ':attribute ma zduplikowane wartości.',
- 'email' => 'Format :attribute jest nieprawidłowy.',
- 'ends_with' => ':attribute musi kończyć się jedną z następujących wartości: :values',
- 'exists' => 'Zaznaczony :attribute jest nieprawidłowy.',
- 'file' => ':attribute musi być plikiem.',
- 'filled' => 'Pole :attribute jest wymagane.',
- 'image' => ':attribute musi być obrazkiem.',
- 'in' => 'Zaznaczony :attribute jest nieprawidłowy.',
- 'in_array' => ':attribute nie znajduje się w :other.',
- 'integer' => ':attribute musi być liczbą całkowitą.',
- 'ip' => ':attribute musi być prawidłowym adresem IP.',
- 'json' => ':attribute musi być poprawnym ciągiem znaków JSON.',
- 'max' => [
+ 'boolean' => ':attribute musi mieć wartość prawda albo fałsz',
+ 'confirmed' => 'Potwierdzenie :attribute nie zgadza się.',
+ 'current_password' => 'Hasło jest nieprawidłowe.',
+ 'date' => ':attribute nie jest prawidłową datą.',
+ 'date_equals' => ':attribute musi być datą równą :date.',
+ 'date_format' => ':attribute nie jest w formacie :format.',
+ 'different' => ':attribute oraz :other muszą się różnić.',
+ 'digits' => ':attribute musi składać się z :digits cyfr.',
+ 'digits_between' => ':attribute musi mieć od :min do :max cyfr.',
+ 'dimensions' => ':attribute ma niepoprawne wymiary.',
+ 'distinct' => ':attribute ma zduplikowane wartości.',
+ 'email' => 'Format :attribute jest nieprawidłowy.',
+ 'ends_with' => ':attribute musi kończyć się jedną z następujących wartości: :values',
+ 'exists' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'file' => ':attribute musi być plikiem.',
+ 'filled' => 'Pole :attribute jest wymagane.',
+ 'gt' => [
+ 'numeric' => ':attribute musi być większy niż :value.',
+ 'file' => ':attribute musi być większy niż :value kilobajtów.',
+ 'string' => ':attribute musi być większy niż :value znaków.',
+ 'array' => ':attribute musi mieć więcej niż :value elementów.',
+ ],
+ 'gte' => [
+ 'numeric' => ':attribute musi być większy lub równy :value.',
+ 'file' => ':attribute musi być większy lub równy :value kilobajtów.',
+ 'string' => ':attribute musi być większy lub równy :value znaków.',
+ 'array' => ':attribute musi mieć :value lub więcej.',
+ ],
+ 'image' => ':attribute musi być obrazkiem.',
+ 'in' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'in_array' => ':attribute nie znajduje się w :other.',
+ 'integer' => ':attribute musi być liczbą całkowitą.',
+ 'ip' => ':attribute musi być prawidłowym adresem IP.',
+ 'ipv4' => ':attribute musi być prawidłowym adresem IPv4.',
+ 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.',
+ 'json' => ':attribute musi być poprawnym ciągiem znaków JSON.',
+ 'lt' => [
+ 'numeric' => ':attribute musi być mniejszy niż :value.',
+ 'file' => ':attribute musi być mniejszy niż :value kilobajtów.',
+ 'string' => ':attribute musi być mniejszy niż :value znaków.',
+ 'array' => ':attribute musi mieć mniej niż :value elementów.',
+ ],
+ 'lte' => [
+ 'numeric' => ':attribute musi być mniejszy lub równy :value.',
+ 'file' => ':attribute musi być mniejszy lub równy :value kilobajtów.',
+ 'string' => ':attribute musi być mniejszy lub równy :value znaków.',
+ 'array' => ':attribute nie może mieć więcej niż :value elementów.',
+ ],
+ 'max' => [
'numeric' => ':attribute nie może być większy niż :max.',
- 'file' => ':attribute nie może być większy niż :max kilobajtów.',
- 'string' => ':attribute nie może być dłuższy niż :max znaków.',
- 'array' => ':attribute nie może mieć więcej niż :max elementów.',
+ 'file' => ':attribute nie może być większy niż :max kilobajtów.',
+ 'string' => ':attribute nie może być dłuższy niż :max znaków.',
+ 'array' => ':attribute nie może mieć więcej niż :max elementów.',
],
- 'mimes' => ':attribute musi być plikiem typu :values.',
- 'mimetypes' => ':attribute musi być plikiem typu :values.',
- 'min' => [
+ 'mimes' => ':attribute musi być plikiem typu :values.',
+ 'mimetypes' => ':attribute musi być plikiem typu :values.',
+ 'min' => [
'numeric' => ':attribute musi być nie mniejszy od :min.',
- 'file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
- 'string' => ':attribute musi mieć przynajmniej :min znaków.',
- 'array' => ':attribute musi mieć przynajmniej :min elementów.',
+ 'file' => ':attribute musi mieć przynajmniej :min kilobajtów.',
+ 'string' => ':attribute musi mieć przynajmniej :min znaków.',
+ 'array' => ':attribute musi mieć przynajmniej :min elementów.',
],
- 'not_in' => 'Zaznaczony :attribute jest nieprawidłowy.',
- 'numeric' => ':attribute musi być liczbą.',
- 'present' => 'Pole :attribute musi być obecne.',
- 'regex' => 'Format :attribute jest nieprawidłowy.',
- 'required' => 'Pole :attribute jest wymagane.',
- 'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.',
- 'required_unless' => ':attribute jest wymagany jeżeli :other nie znajduje się w :values.',
- 'required_with' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
- 'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
- 'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest obecny.',
+ 'multiple_of' => ':attribute musi być wielokrotnością :value.',
+ 'not_in' => 'Zaznaczony :attribute jest nieprawidłowy.',
+ 'not_regex' => 'Format :attribute jest nieprawidłowy.',
+ 'numeric' => ':attribute musi być liczbą.',
+ 'password' => 'Hasło jest nieprawidłowe.',
+ 'present' => 'Pole :attribute musi być obecne.',
+ 'regex' => 'Format :attribute jest nieprawidłowy.',
+ 'required' => 'Pole :attribute jest wymagane.',
+ 'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.',
+ 'required_unless' => ':attribute jest wymagany jeżeli :other nie znajduje się w :values.',
+ 'required_with' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
+ 'required_with_all' => 'Pole :attribute jest wymagane gdy :values jest obecny.',
+ 'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest obecny.',
'required_without_all' => 'Pole :attribute jest wymagane gdy żadne z :values nie są obecne.',
- 'same' => 'Pole :attribute i :other muszą się zgadzać.',
- 'size' => [
+ 'prohibited' => 'Pole :attribute jest zabronione.',
+ 'prohibited_if' => 'Pole :attribute jest zabronione, gdy :other to :value.',
+ 'prohibited_unless' => 'Pole :attribute jest zabronione, chyba że :other znajduje się w :values.',
+ 'same' => 'Pole :attribute i :other muszą się zgadzać.',
+ 'size' => [
'numeric' => ':attribute musi mieć :size.',
- 'file' => ':attribute musi mieć :size kilobajtów.',
- 'string' => ':attribute musi mieć :size znaków.',
- 'array' => ':attribute musi zawierać :size elementów.',
+ 'file' => ':attribute musi mieć :size kilobajtów.',
+ 'string' => ':attribute musi mieć :size znaków.',
+ 'array' => ':attribute musi zawierać :size elementów.',
],
- 'string' => ':attribute musi być ciągiem znaków.',
- 'timezone' => ':attribute musi być prawidłową strefą czasową.',
- 'unique' => 'Taki :attribute już występuje.',
- 'uploaded' => 'Nie udało się wgrać pliku :attribute.',
- 'url' => 'Format :attribute jest nieprawidłowy.',
+ 'starts_with' => ':attribute musi zaczynać się od jednego z następujących elementów: :values.',
+ 'string' => ':attribute musi być ciągiem znaków.',
+ 'timezone' => ':attribute musi być prawidłową strefą czasową.',
+ 'unique' => 'Taki :attribute już występuje.',
+ 'uploaded' => 'Nie udało się wgrać pliku :attribute.',
+ 'url' => 'Format :attribute jest nieprawidłowy.',
+ 'uuid' => ':attribute musi być prawidłowym UUID.',
/*
|--------------------------------------------------------------------------
@@ -100,7 +136,7 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'niestandardowy-komunikat',
+ 'rule-name' => 'niestandardowy-komunikat',
],
'invalid_currency' => 'Kod :attribute jest nieprawidłowy.',
'invalid_amount' => 'Kwota :attribute jest nieprawidłowa.',
@@ -112,9 +148,9 @@ return [
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
- | The following language lines are used to swap attribute place-holders
- | with something more reader friendly such as E-Mail Address instead
- | of "email". This simply helps us make messages a little cleaner.
+ | The following language lines are used to swap our attribute placeholder
+ | with something more reader friendly such as "E-Mail Address" instead
+ | of "email". This simply helps us make our message more expressive.
|
*/