mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Auto commit for release 'develop' on 2024-03-11
This commit is contained in:
@@ -34,21 +34,21 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'html_language' => 'ko',
|
||||
'locale' => 'ko, Korean, ko_KR.utf8, ko_KR.UTF-8',
|
||||
'html_language' => 'ko',
|
||||
'locale' => 'ko, Korean, ko_KR.utf8, ko_KR.UTF-8',
|
||||
// 'month' => '%B %Y',
|
||||
'month_js' => 'YYYY년 M월',
|
||||
'month_js' => 'YYYY년 M월',
|
||||
|
||||
// 'month_and_day' => '%B %e, %Y',
|
||||
'month_and_day_moment_js' => 'YYYY년 M월 D일',
|
||||
'month_and_day_fns' => 'y년 MMMM d일',
|
||||
'month_and_day_js' => 'YYYY년 MM월 DD일',
|
||||
'month_and_day_moment_js' => 'YYYY년 M월 D일',
|
||||
'month_and_day_fns' => 'y년 MMMM d일',
|
||||
'month_and_day_js' => 'YYYY년 MM월 DD일',
|
||||
|
||||
// 'month_and_date_day' => '%A %B %e, %Y',
|
||||
'month_and_date_day_js' => 'YYYY년 M월 D일 ddd',
|
||||
'month_and_date_day_js' => 'YYYY년 M월 D일 ddd',
|
||||
|
||||
// 'month_and_day_no_year' => '%B %e',
|
||||
'month_and_day_no_year_js' => 'M월 D일',
|
||||
'month_and_day_no_year_js' => 'M월 D일',
|
||||
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -62,32 +62,32 @@ return [
|
||||
*/
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'YYYY년 M월 D일 HH:mm:ss',
|
||||
'date_time_fns' => 'YYYY년 M월 D일 HH:mm:ss',
|
||||
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
|
||||
'date_time_js' => 'YYYY년 M월 D일 HH:mm:ss',
|
||||
'date_time_fns' => 'YYYY년 M월 D일 HH:mm:ss',
|
||||
'date_time_fns_short' => 'MMMM do, yyyy @ HH:mm',
|
||||
|
||||
// 'specific_day' => '%e %B %Y',
|
||||
'specific_day_js' => 'YYYY년 MM월 D일',
|
||||
'specific_day_js' => 'YYYY년 MM월 D일',
|
||||
|
||||
// 'week_in_year' => 'Week %V, %G',
|
||||
'week_in_year_js' => '[Week] W, GGGG',
|
||||
'week_in_year_fns' => 'YYYY년 w주',
|
||||
'week_in_year_js' => '[Week] W, GGGG',
|
||||
'week_in_year_fns' => 'YYYY년 w주',
|
||||
|
||||
// 'year' => '%Y',
|
||||
'year_js' => 'YYYY년',
|
||||
'year_js' => 'YYYY년',
|
||||
|
||||
// 'half_year' => '%B %Y',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
|
||||
'quarter_fns' => 'yyyy년 Q사분기',
|
||||
'half_year_fns' => 'yyyy년 H[반기]',
|
||||
'dow_1' => '월요일',
|
||||
'dow_2' => '화요일',
|
||||
'dow_3' => '수요일',
|
||||
'dow_4' => '목요일',
|
||||
'dow_5' => '금요일',
|
||||
'dow_6' => '토요일',
|
||||
'dow_7' => '일요일',
|
||||
'quarter_fns' => 'yyyy년 Q사분기',
|
||||
'half_year_fns' => 'yyyy년 H[반기]',
|
||||
'dow_1' => '월요일',
|
||||
'dow_2' => '화요일',
|
||||
'dow_3' => '수요일',
|
||||
'dow_4' => '목요일',
|
||||
'dow_5' => '금요일',
|
||||
'dow_6' => '토요일',
|
||||
'dow_7' => '일요일',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
'fatal_error' => '치명적인 오류가 발생했습니다. "storage/logs"에서 로그 파일을 확인하거나 "docker logs -f [container]"를 사용하여 진행 상황을 확인하세요.',
|
||||
'maintenance_mode' => 'Firefly III는 유지 관리 모드입니다.',
|
||||
'be_right_back' => '곧 돌아올게요!',
|
||||
'check_back' => 'Firefly III가 필수 점검을 위해 다운되었습니다. 잠시후 다시 확인해 주세요.',
|
||||
'check_back' => 'Firefly III is down for some necessary maintenance. Please check back in a second. If you happen to see this message on the demo site, just wait a few minutes. The database is reset every few hours.',
|
||||
'error_occurred' => '이런! 오류가 발생했습니다.',
|
||||
'db_error_occurred' => '이런! 데이터베이스 오류가 발생했습니다.',
|
||||
'error_not_recoverable' => '안타깝게도 이 오류는 복구할 수 없습니다. :( Firefly III 고장. 에러:',
|
||||
|
||||
@@ -113,7 +113,7 @@ return [
|
||||
'two_factor_forgot' => '2단계 인증을 잊었습니다.',
|
||||
'two_factor_lost_header' => '2단계 인증을 분실하셨나요?',
|
||||
'two_factor_lost_intro' => '백업 코드도 분실하셨다면 운이 나쁘신 것입니다. 이 문제는 웹 인터페이스에서 해결할 수 있는 문제가 아닙니다. 두 가지 선택지가 있습니다.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working>this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_self' => 'If you run your own instance of Firefly III, read <a href="https://docs.firefly-iii.org/references/faq/firefly-iii/using/#i-lost-my-2fa-token-generator-or-2fa-has-stopped-working">this entry in the FAQ</a> for instructions.',
|
||||
'two_factor_lost_fix_owner' => '그렇지 않은 경우 사이트 소유자 <a href="mailto::site_owner">:site_owner</a>에게 이메일을 보내 2단계 인증을 재설정해 달라고 요청하세요.',
|
||||
'mfa_backup_code' => '백업 코드를 사용하여 Firefly III에 로그인했습니다. 코드는 다시 사용할 수 없으므로 목록에서 삭제하세요.',
|
||||
'pref_two_factor_new_backup_codes' => '새 백업 코드 얻기',
|
||||
@@ -1286,6 +1286,8 @@ return [
|
||||
'rule_action_append_notes_to_descr' => '설명에 메모 추가',
|
||||
'rule_action_move_descr_to_notes' => '노트를 설명으로 바꾸기',
|
||||
'rule_action_move_notes_to_descr' => '설명을 노트로 바꾸기',
|
||||
'rule_action_set_amount_choice' => 'Set amount to ..',
|
||||
'rule_action_set_amount' => 'Set amount to ":action_value"',
|
||||
'rule_action_set_destination_to_cash_choice' => 'Set destination account to (cash)',
|
||||
'rule_action_set_source_to_cash_choice' => 'Set source account to (cash)',
|
||||
'rulegroup_for_bills_title' => '청구서에 대한 규칙 그룹',
|
||||
@@ -2768,6 +2770,7 @@ return [
|
||||
'ale_action_add_to_piggy' => '저금통',
|
||||
'ale_action_remove_from_piggy' => '저금통',
|
||||
'ale_action_add_tag' => '태그 추가',
|
||||
'ale_action_update_amount' => 'Updated amount',
|
||||
|
||||
// dashboard
|
||||
'enable_auto_convert' => '통화 변환 활성화',
|
||||
|
||||
@@ -70,4 +70,5 @@ return [
|
||||
'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"',
|
||||
'journal_invalid_amount' => 'Firefly III can\'t set amount ":amount" because it is not a valid number.',
|
||||
];
|
||||
|
||||
@@ -55,6 +55,7 @@ return [
|
||||
'reconciled_forbidden_field' => 'This transaction is already reconciled, you cannot change the ":field"',
|
||||
'deleted_user' => '보안 제약으로 인해 이 이메일 주소를 사용하여 등록할 수 없습니다.',
|
||||
'rule_trigger_value' => '선택한 트리거에 대해 이 값은 유효하지 않습니다.',
|
||||
'rule_action_expression' => 'Invalid expression. :error',
|
||||
'rule_action_value' => '선택한 액션에 대해 이 값은 유효하지 않습니다.',
|
||||
'file_already_attached' => '업로드된 파일 ":name"이 이 개체에 이미 첨부되어 있습니다.',
|
||||
'file_attached' => '":name" 파일을 성공적으로 업로드했습니다.',
|
||||
@@ -195,7 +196,7 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
'secure_password' => "안전한 비밀번호가 아닙니다. 다시 시도해 주세요. 자세한 내용은 https://bit.ly/FF3-password-security 를 \u{200b}\u{200b}방문하세요.",
|
||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password',
|
||||
'valid_recurrence_rep_type' => '반복 거래에 대한 반복 유형이 잘못되었습니다.',
|
||||
'valid_recurrence_rep_moment' => '이 유형의 반복에 대한 반복 시점이 잘못되었습니다.',
|
||||
'invalid_account_info' => '잘못된 계정 정보입니다.',
|
||||
|
||||
Reference in New Issue
Block a user