From 7fe9c477e3d5798d389417cb5d10309573505afa Mon Sep 17 00:00:00 2001 From: Oliver Cervera Date: Wed, 28 Aug 2019 18:55:56 +0200 Subject: [PATCH] Create Italian auth.php File was missing. Translated. --- resources/lang/it/auth.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/it/auth.php diff --git a/resources/lang/it/auth.php b/resources/lang/it/auth.php new file mode 100644 index 00000000..ae5a62e9 --- /dev/null +++ b/resources/lang/it/auth.php @@ -0,0 +1,15 @@ + 'Le credenziali non sono valide.', + 'throttle' => 'Troppi tentativi di accesso. Riprovare in :seconds secondi.', +];