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

104 lines
3.8 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/>.
*/
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
declare(strict_types=1);
return [
2023-05-27 07:12:04 +02:00
'home' => '홈',
'budgets' => '예산',
'subscriptions' => '구독',
'transactions' => '거래',
'title_expenses' => '지출',
'title_withdrawal' => '지출',
'title_revenue' => '수익 / 수입',
'title_deposit' => '수익 / 수입',
'title_transfer' => '이체',
'title_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' => '송금',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
'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' => '다른 세션에서 로그아웃',
2023-02-04 08:22:53 +01:00
'asset_accounts' => '자산 계정',
'expense_accounts' => '지출 계정',
'revenue_accounts' => '수익 계정',
'liabilities_accounts' => '부채',
2022-10-08 06:47:56 +02:00
'placeholder' => '[Placeholder]',
];