akaunting/resources/lang/sv-SE/transfers.php
2021-04-02 10:47:48 +00:00

15 lines
298 B
PHP

<?php
return [
'from_account' => 'Från konto',
'from_account_rate' => 'Från kontosats',
'to_account' => 'Till konto',
'to_account_rate' => 'Till kontosats',
'messages' => [
'delete' => ':from till :to (:amount)',
],
];