mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-09-03 20:52:58 -05:00
New language!
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* breadcrumbs.php
|
||||
* Copyright (c) 2018 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'home' => 'Főoldal',
|
||||
'edit_currency' => '":name" pénznem szerkesztése',
|
||||
'delete_currency' => '":name" pénznem törlése',
|
||||
'newPiggyBank' => 'Új malacpersely létrehozása',
|
||||
'edit_piggyBank' => '":name" malacpersely szerkesztése',
|
||||
'preferences' => 'Beállítások',
|
||||
'profile' => 'Profil',
|
||||
'changePassword' => 'Jelszó módosítása',
|
||||
'change_email' => 'Email cím módosítása',
|
||||
'bills' => 'Számlák',
|
||||
'newBill' => 'Új számla',
|
||||
'edit_bill' => '":name" számla szerkesztése',
|
||||
'delete_bill' => '":name" számla törlése',
|
||||
'reports' => 'Jelentések',
|
||||
'search_result' => '":query" keresési eredményei',
|
||||
'withdrawal_list' => 'Kiadások',
|
||||
'Withdrawal_list' => 'Expenses',
|
||||
'deposit_list' => 'Bevételek, jövedelem és betétek',
|
||||
'transfer_list' => 'Átvezetések',
|
||||
'transfers_list' => 'Átvezetések',
|
||||
'reconciliation_list' => 'Egyeztetések',
|
||||
'create_withdrawal' => 'Új költség létrehozása',
|
||||
'create_deposit' => 'Új bevétel létrehozása',
|
||||
'create_transfer' => 'Új átvezetés létrehozása',
|
||||
'create_new_transaction' => 'Új tranzakció létrehozása',
|
||||
'edit_journal' => '":description" tranzakció szerkesztése',
|
||||
'edit_reconciliation' => '":description" szerkesztése',
|
||||
'delete_journal' => '":description" tranzakció törlése',
|
||||
'tags' => 'Cimkék',
|
||||
'createTag' => 'Új címke létrehozása',
|
||||
'edit_tag' => '":tag" címke szerkesztése',
|
||||
'delete_tag' => '":tag" címke törlése',
|
||||
'delete_journal_link' => 'Tranzakciók közötti kapcsolat törlése',
|
||||
];
|
||||
Reference in New Issue
Block a user