mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 23:41:10 +00:00
Update meta files for new release.
This commit is contained in:
@@ -35,23 +35,23 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'buttons' => 'Buttons',
|
||||
'icon' => 'Icon',
|
||||
'id' => 'ID',
|
||||
'create_date' => 'Created at',
|
||||
'update_date' => 'Updated at',
|
||||
'updated_at' => 'Updated at',
|
||||
'buttons' => '버튼',
|
||||
'icon' => '아이콘',
|
||||
'id' => '아이디',
|
||||
'create_date' => '생성일',
|
||||
'update_date' => '수정일',
|
||||
'updated_at' => '수정일',
|
||||
'balance_before' => 'Balance before',
|
||||
'balance_after' => 'Balance after',
|
||||
'name' => 'Name',
|
||||
'role' => 'Role',
|
||||
'currentBalance' => 'Current balance',
|
||||
'linked_to_rules' => 'Relevant rules',
|
||||
'name' => '이름',
|
||||
'role' => '역할',
|
||||
'currentBalance' => '현재 잔고',
|
||||
'linked_to_rules' => '관련 규칙',
|
||||
'active' => 'Is active?',
|
||||
'percentage' => 'pct.',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'percentage' => '%',
|
||||
'recurring_transaction' => '반복 거래',
|
||||
'next_due' => 'Next due',
|
||||
'transaction_type' => 'Type',
|
||||
'transaction_type' => '유형',
|
||||
'lastActivity' => 'Last activity',
|
||||
'balanceDiff' => 'Balance difference',
|
||||
'other_meta_data' => 'Other meta data',
|
||||
@@ -63,7 +63,7 @@ return [
|
||||
'created_at' => 'Created at',
|
||||
'account' => 'Account',
|
||||
'external_url' => 'External URL',
|
||||
'matchingAmount' => 'Amount',
|
||||
'matchingAmount' => '금액',
|
||||
'destination' => 'Destination',
|
||||
'source' => 'Source',
|
||||
'next_expected_match' => 'Next expected match',
|
||||
@@ -83,8 +83,8 @@ return [
|
||||
|
||||
'repeat_freq' => 'Repeats',
|
||||
'description' => 'Description',
|
||||
'amount' => 'Amount',
|
||||
'date' => 'Date',
|
||||
'amount' => '금액',
|
||||
'date' => '날짜',
|
||||
'interest_date' => 'Interest date',
|
||||
'book_date' => 'Book date',
|
||||
'process_date' => 'Processing date',
|
||||
@@ -94,46 +94,46 @@ return [
|
||||
'internal_reference' => 'Internal reference',
|
||||
'notes' => 'Notes',
|
||||
'from' => 'From',
|
||||
'piggy_bank' => 'Piggy bank',
|
||||
'piggy_bank' => '저금통',
|
||||
'to' => 'To',
|
||||
'budget' => 'Budget',
|
||||
'category' => 'Category',
|
||||
'budget' => '예산',
|
||||
'category' => '카테고리',
|
||||
'bill' => 'Bill',
|
||||
'withdrawal' => 'Withdrawal',
|
||||
'deposit' => 'Deposit',
|
||||
'transfer' => 'Transfer',
|
||||
'type' => 'Type',
|
||||
'completed' => 'Completed',
|
||||
'withdrawal' => '출금',
|
||||
'deposit' => '입금',
|
||||
'transfer' => '이체',
|
||||
'type' => '유형',
|
||||
'completed' => '완료',
|
||||
'iban' => 'IBAN',
|
||||
'account_number' => 'Account number',
|
||||
'paid_current_period' => 'Paid this period',
|
||||
'email' => 'Email',
|
||||
'email' => '이메일',
|
||||
'registered_at' => 'Registered at',
|
||||
'is_blocked' => 'Is blocked',
|
||||
'is_admin' => 'Is admin',
|
||||
'has_two_factor' => 'Has 2FA',
|
||||
'blocked_code' => 'Block code',
|
||||
'blocked_code' => '블록 코드',
|
||||
'source_account' => 'Source account',
|
||||
'destination_account' => 'Destination account',
|
||||
'accounts_count' => 'Number of accounts',
|
||||
'journals_count' => 'Number of transactions',
|
||||
'attachments_count' => 'Number of attachments',
|
||||
'bills_count' => 'Number of bills',
|
||||
'categories_count' => 'Number of categories',
|
||||
'budget_count' => 'Number of budgets',
|
||||
'bills_count' => '청구서 갯수',
|
||||
'categories_count' => '카테고리 갯수',
|
||||
'budget_count' => '예산 갯수',
|
||||
'rule_and_groups_count' => 'Number of rules and rule groups',
|
||||
'tags_count' => 'Number of tags',
|
||||
'tags' => 'Tags',
|
||||
'tags_count' => '태그 갯수',
|
||||
'tags' => '태그',
|
||||
'inward' => 'Inward description',
|
||||
'outward' => 'Outward description',
|
||||
'number_of_transactions' => 'Number of transactions',
|
||||
'total_amount' => 'Total amount',
|
||||
'sum' => 'Sum',
|
||||
'sum_excluding_transfers' => 'Sum (excluding transfers)',
|
||||
'sum_withdrawals' => 'Sum of withdrawals',
|
||||
'sum' => '합계',
|
||||
'sum_excluding_transfers' => '합계 (이체 제외)',
|
||||
'sum_withdrawals' => '출금 합계',
|
||||
'sum_deposits' => 'Sum of deposits',
|
||||
'sum_transfers' => 'Sum of transfers',
|
||||
'sum_reconciliations' => 'Sum of reconciliations',
|
||||
'sum_transfers' => '이체 합계',
|
||||
'sum_reconciliations' => '조정 합계',
|
||||
'reconcile' => 'Reconcile',
|
||||
'sepa_ct_id' => 'SEPA End to End Identifier',
|
||||
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
|
||||
@@ -145,7 +145,7 @@ return [
|
||||
'sepa_batch_id' => 'SEPA Batch ID',
|
||||
'external_id' => 'External ID',
|
||||
'account_at_bunq' => 'Account with bunq',
|
||||
'file_name' => 'File name',
|
||||
'file_name' => '파일명',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -159,13 +159,13 @@ return [
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'File size',
|
||||
'file_type' => 'File type',
|
||||
'file_size' => '파일 크기',
|
||||
'file_type' => '파일 형식',
|
||||
'attached_to' => 'Attached to',
|
||||
'file_exists' => 'File exists',
|
||||
'spectre_bank' => 'Bank',
|
||||
'spectre_last_use' => 'Last login',
|
||||
'spectre_status' => 'Status',
|
||||
'spectre_bank' => '은행',
|
||||
'spectre_last_use' => '최종 로그인',
|
||||
'spectre_status' => '상태',
|
||||
'bunq_payment_id' => 'bunq payment ID',
|
||||
'repetitions' => 'Repetitions',
|
||||
'title' => 'Title',
|
||||
|
||||
Reference in New Issue
Block a user