Browse Source

Create auth.php

j1t 7 years ago
parent
commit
a113c0117e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/lang/he/auth.php

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

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