Update meta files for new release.

This commit is contained in:
James Cole
2023-02-04 08:22:53 +01:00
parent 848e7d4c9f
commit 794d130ff9
96 changed files with 972 additions and 855 deletions

View File

@@ -45,10 +45,10 @@ return [
'index_cash_account' => '지금까지 생성된 계좌들입니다. 현금 계정을 사용하여 현금 지출을 추적할 수 있지만 물론 필수는 아닙니다.',
// transactions
'transactions_create_basic_info' => '거래의 간단한 정보를 작성하세요. 보내는 이, 받는 이, 날짜 설명이 필요합니다.',
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_basic_info' => '거래의 기본 정보를 입력합니다. 보내는 이, 받는 이, 날짜 설명을 입력합니다.',
'transactions_create_amount_info' => '거래 금액을 입력합니다. 필요하다면 필드가 해외 금액 정보로 자동 업데이트 됩니다.',
'transactions_create_optional_info' => '이 모든 필드는 선택 사항입니다. 여기에 메타데이터를 추가하면 트랜잭션을 더 체계적으로 관리할 수 있습니다.',
'transactions_create_split' => '거래를 분할하려면 이 버튼을 사용하여 분할을 더 추가하세요',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',
@@ -127,8 +127,8 @@ return [
// create piggy
'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?',
'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.',
'piggy-banks_create_name' => '목표가 무엇인가요? 새 소파, 카메라, 비상 자금인가요?',
'piggy-banks_create_date' => '저금통의 목표 날짜 또는 마감기한을 설정할 수 있습니다.',
// show piggy
'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.',
@@ -181,15 +181,15 @@ return [
// preferences
'preferences_index_tabs' => 'More options are available behind these tabs.',
'preferences_index_tabs' => '이 탭에는 더 많은 옵션이 있습니다.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency.',
'currencies_index_buttons' => 'Use these buttons to change the default currency or enable other currencies.',
'currencies_index_intro' => 'Firefly III는 여러 통화를 지원하며 이 페이지에서 변경할 수 있습니다.',
'currencies_index_default' => 'Firefly III는 하나의 기본 통화를 가집니다.',
'currencies_index_buttons' => '이 버튼들을 사용하여 기본 통화를 변경하거나 다른 통화를 활성화할 수 있습니다.',
// create currency
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
'currencies_create_code' => '이 코드는 ISO를 준수하여야 합니다. (새로운 통화에 대해 구글 검색)',
];
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.