akaunting/resources/lang/fi-FI/accounts.php

19 lines
659 B
PHP
Raw Normal View History

2020-08-06 21:02:03 +00:00
<?php
return [
'account_name' => 'Tilin nimi',
2021-01-19 01:08:51 +00:00
'number' => 'Tilinumero',
2020-08-06 21:02:03 +00:00
'opening_balance' => 'Alkusaldo',
'current_balance' => 'Nykyinen saldo',
'bank_name' => 'Pankin nimi',
'bank_phone' => 'Pankin puhelinnumero',
'bank_address' => 'Pankin osoite',
'default_account' => 'Oletustili',
2022-04-26 00:22:13 +00:00
'incoming' => 'Saapuvat',
'outgoing' => 'Lähtevät',
'see_performance' => 'Katso suorituskyky',
'create_report' => 'Jos haluat nähdä tilin suorituskyvyn. Voit luoda Tulot vs Menot raporttitapahtuman.',
2020-08-06 21:02:03 +00:00
];