Files
firefly-iii/resources/lang/ko_KR/breadcrumbs.php

79 lines
3.6 KiB
PHP
Raw Normal View History

2022-10-08 06:47:56 +02:00
<?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' => '홈',
'budgets' => 'Budgets',
'subscriptions' => 'Subscriptions',
'transactions' => 'Transactions',
'title_expenses' => 'Expenses',
'title_withdrawal' => 'Expenses',
'title_revenue' => 'Revenue / income',
'title_deposit' => 'Revenue / income',
'title_transfer' => 'Transfers',
'title_transfers' => 'Transfers',
'edit_currency' => '통화 ":name" 수정하기',
'delete_currency' => '통화 ":name" 삭제하기',
'newPiggyBank' => '새로운 돼지 저금통 만들기',
'edit_piggyBank' => '돼지 저금통 ":name" 수정하기',
'preferences' => '환경 설정',
'profile' => '프로필',
'accounts' => '계정',
'changePassword' => '비밀번호 변경',
'change_email' => '이메일 주소 변경',
'bills' => '청구서',
'newBill' => '새 청구서',
'edit_bill' => '청구서 ":name" 수정하기',
'delete_bill' => '청구서 ":name" 삭제하기',
'reports' => '보고서',
'search_result' => '":query"의 검색결과',
'withdrawal_list' => '지출',
'Withdrawal_list' => '지출',
'deposit_list' => '수익, 소득 및 예금',
'transfer_list' => '송금',
'transfers_list' => '송금',
'reconciliation_list' => '조정',
'create_withdrawal' => '새로운 환불 만들기',
'create_deposit' => '새로운 예금 만들기',
'create_transfer' => '새로운 송금 만들기',
'create_new_transaction' => '새로운 거래 만들기',
'edit_journal' => '거래 ":description" 수정',
'edit_reconciliation' => '":description" 수정',
'delete_journal' => '거래 ":description" 삭제',
'delete_group' => '거래 ":description" 삭제',
'tags' => '태그',
'createTag' => '새로운 태그 만들기',
'edit_tag' => '태그 ":tag" 수정하기',
'delete_tag' => '태그 ":tag" 삭제하기',
'delete_journal_link' => '거래의 연결 끊기',
'edit_object_group' => '그룹 ":title" 수정',
'delete_object_group' => '그릅 ":title" 삭제',
'logout_others' => '다른 세션에서 로그아웃',
'asset_accounts' => 'Asset accounts',
'expense_accounts' => 'Expense accounts',
'revenue_accounts' => 'Revenue accounts',
'liabilities_accounts' => 'Liabilities',
'placeholder' => '[Placeholder]',
];