Update meta data for new release.

This commit is contained in:
James Cole
2023-06-27 15:01:42 +02:00
parent 43aa1704a9
commit f6302bc29b
51 changed files with 235 additions and 119 deletions

View File

@@ -2695,9 +2695,9 @@ return [
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
'ale_action_clear_budget' => 'Removed from budget',
'ale_action_update_group_title' => 'Updated transaction group title',
'ale_action_update_date' => 'Updated transaction date',
'ale_action_update_order' => 'Updated transaction order',
'ale_action_update_group_title' => 'Обновлены название группы транзакций',
'ale_action_update_date' => 'Обновлена дата транзакции',
'ale_action_update_order' => 'Обновлён порядок транзакций',
'ale_action_clear_category' => 'Removed from category',
'ale_action_clear_notes' => 'Removed notes',
'ale_action_clear_tag' => 'Cleared tag',

View File

@@ -55,8 +55,8 @@ return [
'lastActivity' => 'Последняя активность',
'balanceDiff' => 'Разность баланса',
'other_meta_data' => 'Другие метаданные',
'invited_at' => 'Invited at',
'expires' => 'Invitation expires',
'invited_at' => 'Приглашён в',
'expires' => 'Приглашение истекает',
'invited_by' => 'Пригласил',
'invite_link' => 'Ссылка на приглашение',
'account_type' => 'Тип профиля',
@@ -184,7 +184,7 @@ return [
'response' => 'Ответ',
'delivery' => 'Доставка',
'url' => 'Ссылка',
'secret' => 'Secret',
'secret' => 'Секрет',
];
/*

View File

@@ -238,6 +238,9 @@ return [
'withdrawal_dest_need_data' => '[a] Need to get a valid destination account ID and/or valid destination account name to continue.',
'withdrawal_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".',
'withdrawal_dest_iban_exists' => 'This destination account IBAN is already in use by an asset account or a liability and cannot be used as a withdrawal destination.',
'deposit_src_iban_exists' => 'This source account IBAN is already in use by an asset account or a liability and cannot be used as a deposit source.',
'reconciliation_source_bad_data' => 'Could not find a valid reconciliation account when searching for ID ":id" or name ":name".',
'generic_source_bad_data' => '[e] Could not find a valid source account when searching for ID ":id" or name ":name".',