Explorar el Código

Create auth.php

j1t hace 7 años
padre
commit
a113c0117e
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      resources/lang/he/auth.php

+ 8 - 0
resources/lang/he/auth.php

@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+    'failed' => 'פרטים אלו אינם תואמים לרשימותינו.',
+    'throttle' => 'יותר מדי ניסיונות כניסה. אנא נסה שוב בעוד :seconds שניות.',
+
+];