2022-06-04 00:26:44 +00:00

32 lines
812 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'accounts' => [
'cash' => 'Nağd',
],
'categories' => [
'deposit' => 'Depozit',
'sales' => 'Satış',
],
'currencies' => [
'usd' => 'Amerikan dolları',
],
'offline_payments' => [
'cash' => 'Nağd',
'bank' => 'Bank köçürməsi',
],
'reports' => [
'income' => 'Kateqoriyaya görə aylıq gəlir icmalı.',
'expense' => 'Katqoriyaya görə aylıq xərc icmalı.',
'income_expense' => 'Kateqoriyaya görə aylıq gəlir - xərc icmalı.',
'tax' => 'Rüblük vergi icmalı.',
'profit_loss' => 'Rüblük mənfəət və zərər hesabatı.',
],
];