new crowdin translations
This commit is contained in:
34
resources/lang/en-US/demo.php
Normal file
34
resources/lang/en-US/demo.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts' => [
|
||||
'cash' => 'Cash',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Deposit',
|
||||
'sales' => 'Sales',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'US Dollar',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'British Pound',
|
||||
'try' => 'Turkish Lira',
|
||||
],
|
||||
|
||||
'offline_payments' => [
|
||||
'cash' => 'Cash',
|
||||
'bank' => 'Bank Transfer',
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Monthly income summary by category.',
|
||||
'expense' => 'Monthly expense summary by category.',
|
||||
'income_expense' => 'Monthly income vs expense by category.',
|
||||
'tax' => 'Quarterly tax summary.',
|
||||
'profit_loss' => 'Quarterly profit & loss by category.',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user