akaunting/resources/lang/bg-BG/transfers.php
2022-10-31 13:49:13 +00:00

36 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'details' => 'Детайл|Детайли',
'from_account' => 'От сметка',
'to_account' => 'Към сметка',
'from_rate' => 'От курс',
'to_rate' => 'Към курс',
'from_account_rate' => 'От курс',
'to_account_rate' => 'Към курс',
'from_amount' => 'От сума',
'to_amount' => 'Към сума',
'issued_at' => 'Дата на издаване',
'rate' => 'Курс',
'form_description' => [
'general' => 'Прехвърляйте пари между сметки с различни валути и обвържете валутата с всеки курс, който желаете.',
'other' => 'Изберете метода на превод като начин на плащане, за да направите отчетите си по-подробни.',
],
'messages' => [
'delete' => ':from до :to (:amount)',
],
'slider' => [
'create' => ':user създаде този трансфер на :date',
'transactions' => 'Списък на транзакциите, свързани с този трансфер',
'transactions_desc' => ':number транзакции за :account
',
'attachments' => 'Изтеглете файлове, приложени към този трансфер',
],
];