firefly-iii/resources/lang/fi_FI/breadcrumbs.php
2020-07-02 20:23:45 +02:00

66 lines
3.0 KiB
PHP

<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Etusivu',
'edit_currency' => 'Muokkaa valuuttaa ":name"',
'delete_currency' => 'Poista valuutta ":name"',
'newPiggyBank' => 'Luo uusi säästöpossu',
'edit_piggyBank' => 'Muokkaa säästöpossua ":name"',
'preferences' => 'Asetukset',
'profile' => 'Käyttäjäprofiili',
'changePassword' => 'Vaihda salasanasi',
'change_email' => 'Muuta sähköpostiosoitetta',
'bills' => 'Laskut',
'newBill' => 'Uusi lasku',
'edit_bill' => 'Muokkaa laskua ":name"',
'delete_bill' => 'Poista lasku ":name"',
'reports' => 'Raportit',
'search_result' => 'Hakutulokset kyselylle ":query"',
'withdrawal_list' => 'Kustannukset',
'Withdrawal_list' => 'Kustannukset',
'deposit_list' => 'Tuotto, ansio ja talletukset',
'transfer_list' => 'Tilisiirrot',
'transfers_list' => 'Tilisiirrot',
'reconciliation_list' => 'Täsmäytykset',
'create_withdrawal' => 'Luo uusi nosto',
'create_deposit' => 'Luo uusi talletus',
'create_transfer' => 'Luo uusi siirto',
'create_new_transaction' => 'Luo uusi tapahtuma',
'edit_journal' => 'Muokkaa tapahtumaa ":description"',
'edit_reconciliation' => 'Muokkaa ":description"',
'delete_journal' => 'Poista tapahtuma ":description"',
'delete_group' => 'Poista tapahtuma ":description"',
'tags' => 'Tägit',
'createTag' => 'Luo uusi tägi',
'edit_tag' => 'Muokkaa tägiä ":tag"',
'delete_tag' => 'Poista tägi ":tag"',
'delete_journal_link' => 'Poista linkki tapahtumien väliltä',
'telemetry_index' => 'Käyttötiedot',
'telemetry_view' => 'Tarkastele käyttötietoja',
'edit_object_group' => 'Muokkaa ryhmää ":title"',
'delete_object_group' => 'Poista ryhmä ":title"',
'logout_others' => 'Kirjaudu ulos muista istunnoista'
];