Blame view

resources/lang/id-ID/demo.php 468 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php
  
  return [
  
      'accounts_cash'         => 'Kas',
      'categories_deposit'    => 'Deposit',
      'categories_sales'      => 'Penjualan',
      'currencies_usd'        => 'Dolar Amerika',
      'currencies_eur'        => 'Euro',
      'currencies_gbp'        => 'Pound Inggris',
      'currencies_try'        => 'Lira Turki',
      'taxes_exempt'          => 'Bebas pajak',
      'taxes_normal'          => 'Pajak normal',
      'taxes_sales'           => 'Pajak Penjualan',
  
  ];