Browse Source

Create auth.php

Quentí 7 năm trước cách đây
mục cha
commit
5ff07a06b2
1 tập tin đã thay đổi với 19 bổ sung0 xóa
  1. 19 0
      resources/lang/oc/auth.php

+ 19 - 0
resources/lang/oc/auth.php

@@ -0,0 +1,19 @@
+<?php
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | Authentication Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used during authentication for various
+    | messages that we need to display to the user. You are free to modify
+    | these language lines according to your application's requirements.
+    |
+    */
+
+    'failed' => 'Aqueles identificants correspondon pas a nòstres enregistraments.',
+    'throttle' => 'Tròp d’ensages de connexion. Tornatz ensajar dins :seconds segondas.',
+
+];