Meta data for new release.

This commit is contained in:
James Cole
2023-12-26 08:42:38 +01:00
parent ffeada037d
commit ef09f88816
93 changed files with 300 additions and 210 deletions

View File

@@ -63,7 +63,7 @@ return [
*/
'collect_info' => '<code>storage/logs</code> 디렉토리의 로그 파일에서 추가정보를 수집하세요. 도커를 실행중이라면 <code>docker logs -f [container]</code>를 사용하세요.',
'collect_info_more' => '<a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>에서 오류 정보 수집에 대한 더 자세한 정보를 읽을 수 있습니다.',
'collect_info_more' => 'You can read more about collecting error information in <a href="https://docs.firefly-iii.org/how-to/general/debug/">the FAQ</a>.',
'github_help' => 'GitHub에서 도움 얻기',
'github_instructions' => '<strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub에서</a></strong> 새로운 이슈를 여는 것을 환영합니다.',
'use_search' => '검색을 이용하세요!',

View File

@@ -113,7 +113,7 @@ return [
'two_factor_forgot' => '2단계 인증을 잊었습니다.',
'two_factor_lost_header' => '2단계 인증을 분실하셨나요?',
'two_factor_lost_intro' => '백업 코드도 분실하셨다면 운이 나쁘신 것입니다. 이 문제는 웹 인터페이스에서 해결할 수 있는 문제가 아닙니다. 두 가지 선택지가 있습니다.',
'two_factor_lost_fix_self' => 'Firefly III 인스턴스를 직접 실행하는 경우 <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">자주 묻는 질문(FAQ)의 이 항목</a>을 읽고 지침을 확인하세요.',
'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' => '새 백업 코드 얻기',
@@ -203,7 +203,7 @@ return [
'transfer_exchange_rate_instructions' => '소스 자산 계정 "@source_name"은 @source_currency 의 거래만 허용합니다. 대상 자산 계정 "@dest_name"은 @dest_currency 의 거래만 허용합니다. 두 통화로 이체 금액을 정확하게 제공해야 합니다.',
'transaction_data' => '거래 데이터',
'invalid_server_configuration' => '유효하지 않은 서버 설정',
'invalid_locale_settings' => '서버에 필요한 패키지가 없기 때문에 Firefly III에서 금액을 형식화할 수 없습니다. <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">이 작업을 수행하는 방법에 대한 지침</a>이 있습니다.',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/how-to/firefly-iii/advanced/locales/">instructions how to do this</a>.',
'quickswitch' => '퀵스위치',
'sign_in_to_start' => '세션을 시작하려면 로그인하세요.',
'sign_in' => '로그인',
@@ -748,6 +748,8 @@ return [
// rules
'is_not_rule_trigger' => '제외',
'cannot_fire_inactive_rules' => '비활성 규칙을 실행할 수 없습니다.',
'show_triggers' => 'Show triggers',
'show_actions' => 'Show actions',
'rules' => '규칙',
'rule_name' => '규칙 이름',
'rule_triggers' => '규칙이 트리거되는 경우',