Blame view

resources/lang/hr-HR/messages.php 1.38 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 dodan!',
          'updated'           => ':type ažuriran!',
          'deleted'           => ':type izbrisan!',
          'duplicated'        => ':type dupliciran!',
          'imported'          => ':type uvezen!',
          'enabled'           => ':type enabled!',
          'disabled'          => ':type disabled!',
      ],
      'error' => [
          'over_payment'      => 'Pogreška: Plaćanje nije dodano! Iznos prelazi ukupan iznos.',
          'not_user_company'  => 'Pogreška: Nije vam dozvoljeno upravljanje ovom tvrtkom!',
          'customer'          => 'Pogreška: Korisnik nije kreiran! :name već koristi ovu e-mail adresu.',
          'no_file'           => 'Pogreška: Nije odabrana nijedna datoteka!',
          'last_category'     => 'Pogreška: Nije moguće izbrisati zadnju :type kategoriju!',
          'invalid_token'     => 'Pogreška: Upisani token nije valjan!',
          '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'           => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.',
          'disabled'          => 'Upozorenje: Nije vam dozvoljeno onemogućiti <b>:name</b> jer postoji poveznica s :text.',
      ],
  
  ];