Blame view

resources/lang/fa-IR/accounts.php 439 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  
  return [
  
      'account_name'          => 'نام حساب',
      'number'                => 'شماره حساب',
      'opening_balance'       => 'موجودی حساب',
      'current_balance'       => 'موجودی',
      'bank_name'             => 'نام بانک',
      'bank_phone'            => 'تلفن بانک',
      'bank_address'          => 'آدرس بانک',
      'default_account'       => 'حساب پیش فرض',
  
  ];