mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update meta files for new release.
This commit is contained in:
@@ -864,12 +864,12 @@ return [
|
||||
'rule_trigger_transaction_type' => '거래는 ":trigger_value" 유형입니다',
|
||||
'rule_trigger_category_is_choice' => '카테고리는 ..',
|
||||
'rule_trigger_category_is' => '카테고리는 ":trigger_value"입니다',
|
||||
'rule_trigger_amount_less_choice' => 'Amount is less than or equal to ..',
|
||||
'rule_trigger_amount_less' => 'Amount is less than or equal to :trigger_value',
|
||||
'rule_trigger_amount_less_choice' => '금액이 .. 와 작거나 같음',
|
||||
'rule_trigger_amount_less' => '금액이 :trigger_value와 작거나 같음',
|
||||
'rule_trigger_amount_is_choice' => '금액은..',
|
||||
'rule_trigger_amount_is' => '금액은 :trigger_value입니다',
|
||||
'rule_trigger_amount_more_choice' => 'Amount is more than or equal to..',
|
||||
'rule_trigger_amount_more' => 'Amount is more than or equal to :trigger_value',
|
||||
'rule_trigger_amount_more_choice' => '금액이 .. 와 크거나 같음',
|
||||
'rule_trigger_amount_more' => '금액이 :trigger_value와 크거나 같음',
|
||||
'rule_trigger_description_starts_choice' => '설명이 ..로 시작합니다',
|
||||
'rule_trigger_description_starts' => '설명이 ":trigger_value"로 시작합니다',
|
||||
'rule_trigger_description_ends_choice' => '설명이 ..로 끝납니다',
|
||||
@@ -934,14 +934,14 @@ return [
|
||||
'rule_trigger_internal_reference_is' => '내부 참조는 ":trigger_value"임',
|
||||
'rule_trigger_journal_id_choice' => '거래 저널 ID는..',
|
||||
'rule_trigger_journal_id' => '거래 저널 ID는 ":trigger_value"임',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an (any) external URL',
|
||||
'rule_trigger_any_external_id' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_id_choice' => 'Transaction has an (any) external ID',
|
||||
'rule_trigger_any_external_url' => '거래에 (어떤) 외부 URL이 있음',
|
||||
'rule_trigger_any_external_url_choice' => '거래에 (어떤) 외부 URL이 있음',
|
||||
'rule_trigger_any_external_id' => '거래에 (어떤) 외부 ID가 있음',
|
||||
'rule_trigger_any_external_id_choice' => '거래에 (어떤) 외부 ID가 있음',
|
||||
'rule_trigger_no_external_url_choice' => '거래에 외부 URL이 없습니다',
|
||||
'rule_trigger_no_external_url' => '거래에 외부 URL이 없습니다',
|
||||
'rule_trigger_no_external_id_choice' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id' => 'Transaction has no external ID',
|
||||
'rule_trigger_no_external_id_choice' => '거래에 외부 ID가 없음',
|
||||
'rule_trigger_no_external_id' => '거래에 외부 ID가 없음',
|
||||
'rule_trigger_id_choice' => '거래 ID는..',
|
||||
'rule_trigger_id' => '거래 ID는 ":trigger_value"임',
|
||||
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT는..',
|
||||
@@ -1260,8 +1260,8 @@ return [
|
||||
'rule_action_set_notes_choice' => '노트를 ..로 설정',
|
||||
'rule_action_link_to_bill_choice' => '청구서 링크 ..',
|
||||
'rule_action_link_to_bill' => '청구서 링크 ":action_value"',
|
||||
'rule_action_switch_accounts_choice' => 'Switch source and destination accounts (transfers only!)',
|
||||
'rule_action_switch_accounts' => 'Switch source and destination',
|
||||
'rule_action_switch_accounts_choice' => '소스와 대상 계정 전환 (이체 만!)',
|
||||
'rule_action_switch_accounts' => '소스와 대상 계정 전환',
|
||||
'rule_action_set_notes' => '노트를 ":action_value"로 설정',
|
||||
'rule_action_convert_deposit_choice' => '거래를 입금으로 전환',
|
||||
'rule_action_convert_deposit' => '":action_value"에서 거래를 입금으로 전환합니다',
|
||||
@@ -1395,6 +1395,7 @@ return [
|
||||
'pref_notification_new_access_token' => '새 API 액세스 토큰이 생성되면 알림 받기',
|
||||
'pref_notification_transaction_creation' => '거래가 자동으로 생성될 때 알림',
|
||||
'pref_notification_user_login' => '새 위치에서 로그인할 때 알림',
|
||||
'pref_notification_rule_action_failures' => 'Alert when rule actions fail to execute (Slack or Discord only)',
|
||||
'pref_notifications' => '알림',
|
||||
'pref_notifications_help' => '수신할 알림인지 여부를 표시합니다. 일부 알림에는 민감한 금융 정보가 포함될 수 있습니다.',
|
||||
'slack_webhook_url' => 'Slack 웹훅 URL',
|
||||
@@ -1403,7 +1404,7 @@ return [
|
||||
|
||||
// Financial administrations
|
||||
'administration_index' => '재정 관리',
|
||||
'administrations_index_menu' => 'Financial administration(s)',
|
||||
'administrations_index_menu' => '재정 관리자(들)',
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Firefly III에서 데이터 제거',
|
||||
@@ -1624,6 +1625,8 @@ return [
|
||||
'create_new_revenue' => '새 수익 계정 생성',
|
||||
'create_new_piggy_bank' => '새 저금통 만들기',
|
||||
'create_new_bill' => '새 청구서 생성',
|
||||
'create_new_subscription' => 'Create new subscription',
|
||||
'create_new_rule' => 'Create new rule',
|
||||
|
||||
// currencies:
|
||||
'create_currency' => '새로운 통화 생성',
|
||||
@@ -1742,7 +1745,7 @@ return [
|
||||
'connected_journals' => '연결된 거래',
|
||||
'auto_match_on' => 'Firefly III에 의해 자동 매칭',
|
||||
'auto_match_off' => 'Firefly III에 의해 자동 매칭되지 않음',
|
||||
'next_expected_match' => '다음 예상 매치',
|
||||
'next_expected_match' => '다음 예상 지불일',
|
||||
'delete_bill' => '":name" 청구서 삭제',
|
||||
'deleted_bill' => '":name" 청구서 삭제됨',
|
||||
'edit_bill' => '":name" 청구서 수정',
|
||||
@@ -1782,6 +1785,7 @@ return [
|
||||
'bill_repeats_half-year_skip' => '{skip} 반년마다 반복',
|
||||
'bill_repeats_yearly_skip' => '{skip} 년마다 반복',
|
||||
'subscriptions' => '구독',
|
||||
'go_to_subscriptions' => 'Go to your subscriptions',
|
||||
'forever' => '무기한',
|
||||
'extension_date_is' => '연장 날짜는 {date}입니다',
|
||||
|
||||
@@ -1823,10 +1827,10 @@ return [
|
||||
'asset_accounts' => '자산 계정',
|
||||
'undefined_accounts' => '계정',
|
||||
'asset_accounts_inactive' => '자산 계정 (비활성)',
|
||||
'expense_account' => 'Expense account',
|
||||
'expense_account' => '지출 계정',
|
||||
'expense_accounts' => '지출 계정',
|
||||
'expense_accounts_inactive' => '지출 계정 (비활성)',
|
||||
'revenue_account' => 'Revenue account',
|
||||
'revenue_account' => '수익 계정',
|
||||
'revenue_accounts' => '수익 계정',
|
||||
'revenue_accounts_inactive' => '수익 계정 (비활성)',
|
||||
'cash_accounts' => '현금 계정',
|
||||
@@ -1915,7 +1919,7 @@ return [
|
||||
'categories' => '카테고리',
|
||||
'edit_category' => '":name" 카테고리 수정',
|
||||
'no_category' => '(카테고리 없음)',
|
||||
'unknown_category_plain' => 'No category',
|
||||
'unknown_category_plain' => '카테고리 없음',
|
||||
'category' => '카테고리',
|
||||
'delete_category' => '":name" 카테고리 삭제',
|
||||
'deleted_category' => '":name" 카테고리 삭제됨',
|
||||
@@ -2083,12 +2087,12 @@ return [
|
||||
'searchPlaceholder' => '검색...',
|
||||
'version' => '버전',
|
||||
'dashboard' => '대시보드',
|
||||
'income_and_expense' => 'Income and expense',
|
||||
'all_money' => 'All your money',
|
||||
'unknown_source_plain' => 'Unknown source account',
|
||||
'unknown_dest_plain' => 'Unknown destination account',
|
||||
'unknown_any_plain' => 'Unknown account',
|
||||
'unknown_budget_plain' => 'No budget',
|
||||
'income_and_expense' => '수입과 지출',
|
||||
'all_money' => '모든 돈',
|
||||
'unknown_source_plain' => '알 수 없는 소스 계정',
|
||||
'unknown_dest_plain' => '알 수 없는 대상 계정',
|
||||
'unknown_any_plain' => '알 수 없는 계정',
|
||||
'unknown_budget_plain' => '예산 없음',
|
||||
'available_budget' => '사용 가능한 예산 ({currency})',
|
||||
'currencies' => '통화',
|
||||
'activity' => '활동',
|
||||
@@ -2329,7 +2333,7 @@ return [
|
||||
'left_for_piggy_banks' => '저금통 잔액',
|
||||
'sum_of_piggy_banks' => '저금통 합계',
|
||||
'saved_so_far' => '지금까지 저장됨',
|
||||
'left_to_save' => '남은 저장',
|
||||
'left_to_save' => '남은 금액',
|
||||
'suggested_amount' => '월별 권장 절약 금액',
|
||||
'add_money_to_piggy_title' => '":name" 저금통애 금액 추가',
|
||||
'remove_money_from_piggy_title' => '":name" 저금통에서 금액 제거',
|
||||
@@ -2368,6 +2372,7 @@ return [
|
||||
'created_tag' => '":tag" 태그가 생성되었습니다!',
|
||||
|
||||
'transaction_journal_information' => '거래 정보',
|
||||
'transaction_journal_amount' => 'Amount information',
|
||||
'transaction_journal_meta' => '메타 정보',
|
||||
'transaction_journal_more' => '추가 정보',
|
||||
'basic_journal_information' => '기본 거래 정보',
|
||||
@@ -2397,7 +2402,7 @@ return [
|
||||
'invite_user' => '사용자 초대',
|
||||
'user_is_invited' => '":address" 이메일 주소가 Firefly III에 초대되었습니다',
|
||||
'administration' => '관리',
|
||||
'system_settings' => 'System settings',
|
||||
'system_settings' => '시스템 설정',
|
||||
'code_already_used' => '초대 코드가 사용되었습니다',
|
||||
'user_administration' => '사용자 관리',
|
||||
'list_all_users' => '모든 사용자',
|
||||
@@ -2537,7 +2542,7 @@ return [
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(그룹화 해제)',
|
||||
'default_group_title_name_plain' => 'ungrouped',
|
||||
'default_group_title_name_plain' => '그룹 해제됨',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => '자산 계정을 만들어 봅시다!',
|
||||
@@ -2722,7 +2727,7 @@ return [
|
||||
'ale_action_clear_tag' => '삭제된 태그',
|
||||
'ale_action_clear_all_tags' => '모든 태그 지우기',
|
||||
'ale_action_set_bill' => '청구서에 연결됨',
|
||||
'ale_action_switch_accounts' => 'Switched source and destination account',
|
||||
'ale_action_switch_accounts' => '소스와 대상 계정 전환',
|
||||
'ale_action_set_budget' => '예산 설정',
|
||||
'ale_action_set_category' => '카테고리 설정',
|
||||
'ale_action_set_source' => '소스 계정 설정',
|
||||
|
||||
@@ -147,7 +147,7 @@ return [
|
||||
'start_date' => '범위의 시작',
|
||||
'end_date' => '범위의 끝',
|
||||
'enddate' => '종료 날짜',
|
||||
'move_rules_before_delete' => 'Rule group',
|
||||
'move_rules_before_delete' => '규칙 그룹',
|
||||
'start' => '범위의 시작',
|
||||
'end' => '범위의 끝',
|
||||
'delete_account' => '":name" 계정 삭제',
|
||||
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
'matchingAmount' => '금액',
|
||||
'destination' => '대상',
|
||||
'source' => '소스',
|
||||
'next_expected_match' => '다음 예상 매치',
|
||||
'next_expected_match' => '다음 예상 지불일',
|
||||
'automatch' => '자동 매칭?',
|
||||
|
||||
/*
|
||||
@@ -106,7 +106,7 @@ return [
|
||||
'completed' => '완료',
|
||||
'iban' => 'IBAN',
|
||||
'account_number' => '계좌 번호',
|
||||
'paid_current_period' => '이 기간동안 지불됨',
|
||||
'paid_current_period' => '지불일',
|
||||
'email' => '이메일',
|
||||
'registered_at' => '등록일',
|
||||
'is_blocked' => '차단됨',
|
||||
|
||||
69
resources/lang/ko_KR/rules.php
Normal file
69
resources/lang/ko_KR/rules.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 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/>.
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
'main_message' => 'Action ":action", present in rule ":rule", could not be applied to transaction #:group: :error',
|
||||
'find_or_create_tag_failed' => 'Could not find or create tag ":tag"',
|
||||
'tag_already_added' => 'Tag ":tag" is already linked to this transaction',
|
||||
'inspect_transaction' => 'Inspect transaction ":title" @ Firefly III',
|
||||
'inspect_rule' => 'Inspect rule ":title" @ Firefly III',
|
||||
'journal_other_user' => 'This transaction doesn\'t belong to the user',
|
||||
'no_such_journal' => 'This transaction doesn\'t exist',
|
||||
'journal_already_no_budget' => 'This transaction has no budget, so it cannot be removed',
|
||||
'journal_already_no_category' => 'This transaction had no category, so it cannot be removed',
|
||||
'journal_already_no_notes' => 'This transaction had no notes, so they cannot be removed',
|
||||
'journal_not_found' => 'Firefly III can\'t find the requested transaction',
|
||||
'split_group' => 'Firefly III cannot execute this action on a transaction with multiple splits',
|
||||
'is_already_withdrawal' => 'This transaction is already a withdrawal',
|
||||
'is_already_deposit' => 'This transaction is already a deposit',
|
||||
'is_already_transfer' => 'This transaction is already a transfer',
|
||||
'is_not_transfer' => 'This transaction is not a transfer',
|
||||
'complex_error' => 'Something complicated went wrong. Sorry about that. Please inspect the logs of Firefly III',
|
||||
'no_valid_opposing' => 'Conversion failed because there is no valid account named ":account"',
|
||||
'new_notes_empty' => 'The notes to be set are empty',
|
||||
'unsupported_transaction_type_withdrawal' => 'Firefly III cannot convert a ":type" to a withdrawal',
|
||||
'unsupported_transaction_type_deposit' => 'Firefly III cannot convert a ":type" to a deposit',
|
||||
'unsupported_transaction_type_transfer' => 'Firefly III cannot convert a ":type" to a transfer',
|
||||
'already_has_source_asset' => 'This transaction already has ":name" as the source asset account',
|
||||
'already_has_destination_asset' => 'This transaction already has ":name" as the destination asset account',
|
||||
'already_has_destination' => 'This transaction already has ":name" as the destination account',
|
||||
'already_has_source' => 'This transaction already has ":name" as the source account',
|
||||
'already_linked_to_subscription' => 'The transaction is already linked to subscription ":name"',
|
||||
'cannot_find_subscription' => 'Firefly III can\'t find subscription ":name"',
|
||||
'no_notes_to_move' => 'The transaction has no notes to move to the description field',
|
||||
'no_tags_to_remove' => 'The transaction has no tags to remove',
|
||||
'cannot_find_tag' => 'Firefly III can\'t find tag ":tag"',
|
||||
'cannot_find_asset' => 'Firefly III can\'t find asset account ":name"',
|
||||
'cannot_find_accounts' => 'Firefly III can\'t find the source or destination account',
|
||||
'cannot_find_source_transaction' => 'Firefly III can\'t find the source transaction',
|
||||
'cannot_find_destination_transaction' => 'Firefly III can\'t find the destination transaction',
|
||||
'cannot_find_source_transaction_account' => 'Firefly III can\'t find the source transaction account',
|
||||
'cannot_find_destination_transaction_account' => 'Firefly III can\'t find the destination transaction account',
|
||||
'cannot_find_piggy' => 'Firefly III can\'t find a piggy bank named ":name"',
|
||||
'no_link_piggy' => 'This transaction\'s accounts are not linked to the piggy bank, so no action will be taken',
|
||||
'cannot_unlink_tag' => 'Tag ":tag" isn\'t linked to this transaction',
|
||||
'cannot_find_budget' => 'Firefly III can\'t find budget ":name"',
|
||||
'cannot_find_category' => 'Firefly III can\'t find category ":name"',
|
||||
'cannot_set_budget' => 'Firefly III can\'t set budget ":name" to a transaction of type ":type"',
|
||||
];
|
||||
Reference in New Issue
Block a user