new crowdin translations
This commit is contained in:
34
resources/lang/fi-FI/demo.php
Normal file
34
resources/lang/fi-FI/demo.php
Normal file
@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'accounts' => [
|
||||
'cash' => 'Käteinen',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'deposit' => 'Talletus',
|
||||
'sales' => 'Myyntitapahtumat',
|
||||
],
|
||||
|
||||
'currencies' => [
|
||||
'usd' => 'Yhdysvaltain dollari',
|
||||
'eur' => 'Euro',
|
||||
'gbp' => 'Englannin punta',
|
||||
'try' => 'Turkin liira',
|
||||
],
|
||||
|
||||
'offline_payments' => [
|
||||
'cash' => 'Käteinen',
|
||||
'bank' => 'Tilisiirto',
|
||||
],
|
||||
|
||||
'reports' => [
|
||||
'income' => 'Kuukausittaisten tulojen yhteenveto luokittain.',
|
||||
'expense' => 'Kuukausittaisten menojen yhteenveto luokittain.',
|
||||
'income_expense' => 'Kuukausittaiset tulot vs. menot luokittain.',
|
||||
'tax' => 'Neljännesvuosittainen veroyhteenveto.',
|
||||
'profit_loss' => 'Neljännesvuosittainen tuloslaskelma luokittain.',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user