akaunting/resources/lang/cs-CZ/transfers.php
2022-01-12 07:29:06 +00:00

16 lines
344 B
PHP

<?php
return [
'from_account' => 'Z účtu',
'from_account_rate' => 'Z podílu účtu',
'to_account' => 'Na účet',
'to_account_rate' => 'K podílu účtu',
'details' => 'Detail|Detaily',
'messages' => [
'delete' => ':from na :to (:amount)',
],
];