From bec231fba9dc68202446ae69ee4e27e2435cdeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Fri, 9 Aug 2019 18:08:56 +0200 Subject: [PATCH 1/2] Update validation.php --- resources/lang/oc/validation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/oc/validation.php b/resources/lang/oc/validation.php index 66ba3f37a..e182f1e42 100644 --- a/resources/lang/oc/validation.php +++ b/resources/lang/oc/validation.php @@ -51,10 +51,10 @@ return [ 'ipv6' => ':attribute deu èsser una adreça IPv6 valida.', 'json' => ':attribute deu èsser una cadena JSON valida.', 'max' => [ - 'numeric' => 'The :attribute deu pas èsser superior a :max.', - 'file' => 'The :attribute deu pas èsser superior a :max kiloctets.', - 'string' => 'The :attribute deu èsser superior a :max caractèrs.', - 'array' => 'The :attribute deu pas conténer mai de :max elements', + 'numeric' => ':attribute deu pas èsser superior a :max.', + 'file' => ':attribute deu pas èsser superior a :max kiloctets.', + 'string' => ':attribute deu èsser superior a :max caractèrs.', + 'array' => ':attribute deu pas conténer mai de :max elements.', ], 'mimes' => ':attribute deu èsser un fichièr del tipe : :values.', 'mimetypes' => ':attribute deu èsser un fichièr del tipe : :values.', From c3c3ad25918c898bd099b56b4291de767ee25d09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quent=C3=AD?= <33203663+Quenty31@users.noreply.github.com> Date: Fri, 9 Aug 2019 18:11:30 +0200 Subject: [PATCH 2/2] Update passwords.php --- resources/lang/oc/passwords.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/oc/passwords.php b/resources/lang/oc/passwords.php index e1c55a566..d97bb5dce 100644 --- a/resources/lang/oc/passwords.php +++ b/resources/lang/oc/passwords.php @@ -15,7 +15,7 @@ return [ 'password' => 'Los senhals devon almens fa sièis caractèrs e correspondre a la confirmacion.', 'reset' => 'Vòstre senhal es estat reïnicializat !', - 'sent' => 'Avèm mandat vòstre ligam de reïnicializacion de senhal !', + 'sent' => 'Se vòstra adreça existís dins nòstra basa de donadas, recebretz un ligam de recuperacion de senhal a vòstra adreça electronica dins un momenton. Verificatz tanben los corrièls pas desirables.', 'token' => 'Aqueste geton de reïnicializacion es invalid.', 'user' => 'Trobam pas cap d’utilizaire amb aquesta adreça de corrièl.',