Blame view

resources/lang/id-ID/messages.php 1.36 KB
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  <?php
  
  return [
  
      'success' => [
          'added'             => ':type ditambahkan!',
          'updated'           => ':type diperbaharui!',
          'deleted'           => ':type dihapus!',
          'duplicated'        => ':type duplikat!',
          'imported'          => ':type diimpor!',
          'enabled'           => ':type enabled!',
          'disabled'          => ':type disabled!',
      ],
      'error' => [
          'over_payment'      => 'Error: Payment not added! Amount passes the total.',
          'not_user_company'  => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
          'customer'          => 'Galat: Pengguna tidak dibuat! :name telah menggunakan alamat email ini.',
          'no_file'           => 'Kesalahan: Tidak ada file dipilih!',
          'last_category'     => 'Error: Can not delete the last :type category!',
          'invalid_token'     => 'Galat: Token yang dimasukkan tidak sah!',
          'import_column'     => 'Error: :message Sheet name: :sheet. Line number: :line.',
          'import_sheet'      => 'Error: Sheet name is not valid. Please, check the sample file.',
      ],
      'warning' => [
          'deleted'           => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.',
          'disabled'          => 'Peringatan: Anda tidak boleh menonaktifkan<b>:name</b> karena memiliki :text terkaitan.',
      ],
  
  ];