mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -31,44 +31,45 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Gombok',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'Azonosító',
|
||||
'create_date' => 'Létrehozva:',
|
||||
'update_date' => 'Frissítve:',
|
||||
'updated_at' => 'Frissítve:',
|
||||
'balance_before' => 'Egyenleg előtte',
|
||||
'balance_after' => 'Egyenleg utána',
|
||||
'name' => 'Név',
|
||||
'role' => 'Szerepkör',
|
||||
'currentBalance' => 'Aktuális egyenleg',
|
||||
'linked_to_rules' => 'Vonatkozó szabályok',
|
||||
'active' => 'Aktív?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Ismétlődő tranzakció',
|
||||
'next_due' => 'Következő esedékesség',
|
||||
'transaction_type' => 'Típus',
|
||||
'lastActivity' => 'Utolsó aktivitás',
|
||||
'balanceDiff' => 'Egyenleg különbség',
|
||||
'other_meta_data' => 'Egyéb metaadat',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Bankszámla típusa',
|
||||
'created_at' => 'Létrehozva',
|
||||
'account' => 'Bankszámla',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Összeg',
|
||||
'destination' => 'Cél',
|
||||
'source' => 'Forrás',
|
||||
'next_expected_match' => 'Következő várható egyezés',
|
||||
'automatch' => 'Automatikus egyezés?',
|
||||
'buttons' => 'Gombok',
|
||||
'icon' => 'Ikon',
|
||||
'id' => 'Azonosító',
|
||||
'create_date' => 'Létrehozva:',
|
||||
'update_date' => 'Frissítve:',
|
||||
'updated_at' => 'Frissítve:',
|
||||
'balance_before' => 'Egyenleg előtte',
|
||||
'balance_after' => 'Egyenleg utána',
|
||||
'name' => 'Név',
|
||||
'role' => 'Szerepkör',
|
||||
'currentBalance' => 'Aktuális egyenleg',
|
||||
'linked_to_rules' => 'Vonatkozó szabályok',
|
||||
'active' => 'Aktív?',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => 'Ismétlődő tranzakció',
|
||||
'next_due' => 'Következő esedékesség',
|
||||
'transaction_type' => 'Típus',
|
||||
'lastActivity' => 'Utolsó aktivitás',
|
||||
'balanceDiff' => 'Egyenleg különbség',
|
||||
'other_meta_data' => 'Egyéb metaadat',
|
||||
'invited_at' => 'Invited at',
|
||||
'expires' => 'Invitation expires',
|
||||
'invited_by' => 'Invited by',
|
||||
'invite_link' => 'Invite link',
|
||||
'account_type' => 'Bankszámla típusa',
|
||||
'created_at' => 'Létrehozva',
|
||||
'account' => 'Bankszámla',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Összeg',
|
||||
'destination' => 'Cél',
|
||||
'source' => 'Forrás',
|
||||
'next_expected_match' => 'Következő várható egyezés',
|
||||
'automatch' => 'Automatikus egyezés?',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -79,6 +80,7 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Ismétlődések',
|
||||
'description' => 'Leírás',
|
||||
'amount' => 'Összeg',
|
||||
@@ -145,7 +147,7 @@ return [
|
||||
'account_at_bunq' => 'Bunq fiók',
|
||||
'file_name' => 'Fájlnév',
|
||||
|
||||
/*
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
* YOUR CHANGES WILL BE OVERWRITTEN!
|
||||
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
|
||||
@@ -156,32 +158,33 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
'file_size' => 'Fájl méret',
|
||||
'file_type' => 'Fájltípus',
|
||||
'attached_to' => 'Csatolva',
|
||||
'file_exists' => 'Létező fájl',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Legutóbbi bejelentkezés',
|
||||
'spectre_status' => 'Állapot',
|
||||
'bunq_payment_id' => 'bunq fizetési azonosító',
|
||||
'repetitions' => 'Ismétlődések',
|
||||
'title' => 'Cím',
|
||||
'transaction_s' => 'Tranzakciók',
|
||||
'field' => 'Mező',
|
||||
'value' => 'Érték',
|
||||
'interest' => 'Kamat',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'A kötelezettség típusa',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
'file_size' => 'Fájl méret',
|
||||
'file_type' => 'Fájltípus',
|
||||
'attached_to' => 'Csatolva',
|
||||
'file_exists' => 'Létező fájl',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Legutóbbi bejelentkezés',
|
||||
'spectre_status' => 'Állapot',
|
||||
'bunq_payment_id' => 'bunq fizetési azonosító',
|
||||
'repetitions' => 'Ismétlődések',
|
||||
'title' => 'Cím',
|
||||
'transaction_s' => 'Tranzakciók',
|
||||
'field' => 'Mező',
|
||||
'value' => 'Érték',
|
||||
'interest' => 'Kamat',
|
||||
'interest_period' => 'Interest period',
|
||||
'liability_type' => 'A kötelezettség típusa',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'end_date' => 'End date',
|
||||
'payment_info' => 'Payment information',
|
||||
'expected_info' => 'Next expected transaction',
|
||||
'start_date' => 'Start date',
|
||||
'trigger' => 'Trigger',
|
||||
'response' => 'Response',
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -193,3 +196,4 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user