Update meta data for new release.

This commit is contained in:
James Cole
2023-10-15 13:03:14 +02:00
parent 028ef63f6e
commit 533cd1dbed
95 changed files with 977 additions and 851 deletions

View File

@@ -2107,6 +2107,9 @@ return [
'Expense account' => 'Сметка за разходи',
'Revenue account' => 'Сметка за приходи',
'Initial balance account' => 'Първоначално салдо на сметка',
'account_type_Asset account' => 'Asset account',
'account_type_Expense account' => 'Expense account',
'account_type_Revenue account' => 'Revenue account',
'account_type_Debt' => 'Дълг',
'account_type_Loan' => 'Заем',
'account_type_Mortgage' => 'Ипотека',

View File

@@ -55,14 +55,14 @@ return [
'lastActivity' => 'Последна активност',
'balanceDiff' => 'Балансова разлика',
'other_meta_data' => 'Други мета данни',
'invited_at' => 'Invited at',
'expires' => 'Invitation expires',
'invited_by' => 'Invited by',
'invite_link' => 'Invite link',
'invited_at' => 'Поканен на',
'expires' => 'Поканата изтича',
'invited_by' => 'Покана от',
'invite_link' => 'Линк за Покана',
'account_type' => 'Вид на сметка',
'created_at' => 'Създаден на',
'account' => 'Сметка',
'external_url' => 'External URL',
'external_url' => 'Външен линк',
'matchingAmount' => 'Сума',
'destination' => 'Дестинация',
'source' => 'Източник',
@@ -105,7 +105,7 @@ return [
'type' => 'Вид',
'completed' => 'Завършен',
'iban' => 'IBAN',
'account_number' => 'Account number',
'account_number' => 'Номер на сметка',
'paid_current_period' => 'Платени този период',
'email' => 'Имейл',
'registered_at' => 'Регистриран на',
@@ -180,11 +180,11 @@ return [
'payment_info' => 'Платежна информация',
'expected_info' => 'Следваща очаквана транзакция',
'start_date' => 'Начална дата',
'trigger' => 'Trigger',
'response' => 'Response',
'trigger' => 'Задействане',
'response' => 'Отговор',
'delivery' => 'Delivery',
'url' => 'URL',
'secret' => 'Secret',
'url' => 'URL адрес',
'secret' => 'Тайна',
];
/*

View File

@@ -59,8 +59,8 @@ return [
'transaction_types_equal' => 'Всички разделяния трябва да са от един и същи тип.',
'invalid_transaction_type' => 'Невалиден тип транзакция.',
'invalid_selection' => 'Изборът ви е невалиден.',
'belongs_user' => 'This value is linked to an object that does not belong to you.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not belong to your current financial administration.',
'belongs_user' => 'This value is linked to an object that does not seem to exist.',
'belongs_user_or_user_group' => 'This value is linked to an object that does not seem to exist in your current financial administration.',
'at_least_one_transaction' => 'Нужна е поне една транзакция.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',