Blame view

resources/lang/id-ID/customers.php 205 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
  <?php
  
  return [
  
      'allow_login'           => 'Perbolehkan Masuk?',
      'user_created'          => 'Pengguna Dibuat',
  
      'error' => [
          'email'             => 'Email ini sudah dipakai.'
      ]
  ];