mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-27 04:44:10 +01:00
🔃 refactor: Parent Message ID Handling on Error, Update Translations, Bump Agents (#5833)
* 📦 chore: Update @librechat/agents to version 2.0.5 * fix: Update error handling in AskController and EditController to include overrideParentMessageId when catching errors * fix: Update parentMessageId assignment in AgentController to prioritize overrideParentMessageId * 🌍 i18n: Update translation.json with latest translations --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7f48030452
commit
4fa13f45e3
25 changed files with 579 additions and 1978 deletions
|
|
@ -78,7 +78,6 @@
|
|||
"com_auth_email_verification_failed_token_missing": "인증 실패: 토큰이 없습니다",
|
||||
"com_auth_email_verification_in_progress": "이메일 주소 확인 중입니다. 잠시만 기다려 주세요.",
|
||||
"com_auth_email_verification_invalid": "이메일 인증이 유효하지 않습니다",
|
||||
"com_auth_email_verification_rate_limited": "요청이 너무 많습니다. 잠시 후 다시 시도해 주세요",
|
||||
"com_auth_email_verification_redirecting": "{{0}}초 후 이동합니다...",
|
||||
"com_auth_email_verification_resend_prompt": "이메일을 받지 못하셨나요?",
|
||||
"com_auth_email_verification_success": "이메일 인증 완료",
|
||||
|
|
@ -110,7 +109,6 @@
|
|||
"com_auth_registration_success_generic": "이메일 주소를 확인하기 위해 메일함을 확인해 주세요.",
|
||||
"com_auth_registration_success_insecure": "등록이 완료되었습니다.",
|
||||
"com_auth_reset_password": "비밀번호 재설정",
|
||||
"com_auth_reset_password_email_sent": "비밀번호 재설정에 대한 지침이 포함된 이메일이 전송되었습니다.",
|
||||
"com_auth_reset_password_if_email_exists": "해당 이메일 주소로 등록된 계정이 있다면, 비밀번호 재설정 안내 메일을 발송했습니다. 스팸 폴더도 확인해 주세요.",
|
||||
"com_auth_reset_password_link_sent": "이메일 전송",
|
||||
"com_auth_reset_password_success": "비밀번호 재설정 성공",
|
||||
|
|
@ -122,7 +120,6 @@
|
|||
"com_auth_username": "사용자명",
|
||||
"com_auth_username_max_length": "사용자명은 20자를 초과할 수 없습니다",
|
||||
"com_auth_username_min_length": "사용자명은 최소 2자 이상이어야 합니다",
|
||||
"com_auth_username_required": "사용자명이 필요합니다",
|
||||
"com_auth_welcome_back": "다시 오신 것을 환영합니다",
|
||||
"com_click_to_download": "(다운로드하려면 클릭하세요)",
|
||||
"com_download_expired": "다운로드가 만료되었습니다",
|
||||
|
|
@ -132,7 +129,6 @@
|
|||
"com_endpoint_agent_model": "에이전트 모델 (권장: GPT-3.5)",
|
||||
"com_endpoint_agent_placeholder": "에이전트를 선택해 주세요",
|
||||
"com_endpoint_ai": "인공지능",
|
||||
"com_endpoint_anthropic_custom_name_placeholder": "Anthropic에 대한 사용자 정의 이름 설정",
|
||||
"com_endpoint_anthropic_maxoutputtokens": "응답에서 생성할 수 있는 최대 토큰 수입니다. 짧은 응답에는 낮은 값을, 긴 응답에는 높은 값을 지정하세요.",
|
||||
"com_endpoint_anthropic_prompt_cache": "프롬프트 캐싱을 사용하면 API 호출 간에 큰 맥락이나 지시사항을 재사용할 수 있어 비용과 지연 시간을 줄일 수 있습니다",
|
||||
"com_endpoint_anthropic_temp": "0에서 1 사이의 값으로, 분석/다중 선택에는 0에 가까운 값을 사용하고, 창의적이고 생성적인 작업에는 1에 가까운 값을 사용하세요. 이 값을 변경하거나 Top P 중 하나만 변경하는 것을 권장합니다.",
|
||||
|
|
@ -141,11 +137,6 @@
|
|||
"com_endpoint_assistant": "어시스턴트",
|
||||
"com_endpoint_assistant_model": "에이전트 모델",
|
||||
"com_endpoint_assistant_placeholder": "오른쪽 사이드 패널에서 에이전트를 선택하세요",
|
||||
"com_endpoint_bing_context_placeholder": "Bing은 '컨텍스트'로 최대 7,000개의 토큰을 사용할 수 있으며, 대화에서 참조할 수 있습니다. 구체적인 제한은 알려져 있지 않지만, 7,000개의 토큰을 초과하면 오류가 발생할 수 있습니다.",
|
||||
"com_endpoint_bing_enable_sydney": "시드니 활성화",
|
||||
"com_endpoint_bing_jailbreak": "Jailbreak",
|
||||
"com_endpoint_bing_system_message_placeholder": "경고: 이 기능의 오용으로 인해 Bing의 사용이 '금지'될 수 있습니다. 모든 내용을 보려면 '시스템 메시지'를 클릭하세요. 생략된 경우 '시드니' 프리셋이 사용됩니다.",
|
||||
"com_endpoint_bing_to_enable_sydney": "시드니를 활성화하려면",
|
||||
"com_endpoint_completion": "완료",
|
||||
"com_endpoint_completion_model": "완료 모델 (권장: GPT-4)",
|
||||
"com_endpoint_config_click_here": "여기를 클릭하세요",
|
||||
|
|
@ -155,16 +146,8 @@
|
|||
"com_endpoint_config_google_gemini_api": "Gemini API 설정",
|
||||
"com_endpoint_config_google_service_key": "Google 서비스 계정 키",
|
||||
"com_endpoint_config_key": "API 키 설정",
|
||||
"com_endpoint_config_key_chatgpt": "ChatGPT '무료 버전'의 액세스 토큰을 얻으려면 다음 사이트에 로그인하세요",
|
||||
"com_endpoint_config_key_chatgpt_copy_token": "액세스 토큰 복사",
|
||||
"com_endpoint_config_key_chatgpt_then_visit": "그런 다음 방문하세요",
|
||||
"com_endpoint_config_key_edge_full_key_string": "전체 쿠키 문자열을 제공하세요",
|
||||
"com_endpoint_config_key_edge_instructions": "지침",
|
||||
"com_endpoint_config_key_encryption": "키는 암호화되어 저장되며, 만료 시간에 삭제됩니다",
|
||||
"com_endpoint_config_key_expiry": "만료 시간",
|
||||
"com_endpoint_config_key_for": "API 키 설정: ",
|
||||
"com_endpoint_config_key_get_edge_key": "Bing 액세스 토큰을 얻으려면 다음 사이트에 로그인하세요",
|
||||
"com_endpoint_config_key_get_edge_key_dev_tool": "로그인한 상태에서 개발 도구 또는 확장 프로그램을 사용하여 _U 쿠키의 내용을 복사합니다. 실패하는 경우 다음",
|
||||
"com_endpoint_config_key_google_need_to": "API 키를 설정해야 합니다",
|
||||
"com_endpoint_config_key_google_service_account": "서비스 계정 생성",
|
||||
"com_endpoint_config_key_google_vertex_ai": "Vertex AI 사용",
|
||||
|
|
@ -174,7 +157,6 @@
|
|||
"com_endpoint_config_key_import_json_key_invalid": "유효하지 않은 서비스 계정 JSON 키입니다. 올바른 파일을 가져왔는지 확인하세요",
|
||||
"com_endpoint_config_key_import_json_key_success": "서비스 계정 JSON 키 가져오기 성공",
|
||||
"com_endpoint_config_key_name": "키",
|
||||
"com_endpoint_config_key_name_placeholder": "먼저 API 키를 설정하세요",
|
||||
"com_endpoint_config_key_never_expires": "키가 만료되지 않습니다",
|
||||
"com_endpoint_config_placeholder": "헤더 메뉴에서 키를 설정하여 채팅하세요.",
|
||||
"com_endpoint_config_value": "값 입력",
|
||||
|
|
@ -184,12 +166,8 @@
|
|||
"com_endpoint_custom_name": "사용자 정의 이름",
|
||||
"com_endpoint_default": "기본값",
|
||||
"com_endpoint_default_blank": "기본값: 공백",
|
||||
"com_endpoint_default_creative": "기본값: 창의적",
|
||||
"com_endpoint_default_empty": "기본값: 비어 있음",
|
||||
"com_endpoint_default_false": "기본값: false",
|
||||
"com_endpoint_default_with_num": "기본값: {{0}}",
|
||||
"com_endpoint_disabled_with_tools": "도구 사용 불가",
|
||||
"com_endpoint_disabled_with_tools_placeholder": "도구 선택 시 사용 불가",
|
||||
"com_endpoint_examples": " 프리셋",
|
||||
"com_endpoint_export": "내보내기",
|
||||
"com_endpoint_export_share": "내보내기/공유",
|
||||
|
|
@ -200,7 +178,6 @@
|
|||
"com_endpoint_google_temp": "높은 값 = 더 무작위, 낮은 값 = 더 집중적이고 결정적입니다. 이 값을 변경하거나 Top P 중 하나만 변경하는 것을 권장합니다.",
|
||||
"com_endpoint_google_topk": "Top-k는 모델이 출력에 사용할 토큰을 선택하는 방식을 변경합니다. top-k가 1인 경우 모델의 어휘 중 가장 확률이 높은 토큰이 선택됩니다(greedy decoding). top-k가 3인 경우 다음 토큰은 가장 확률이 높은 3개의 토큰 중에서 선택됩니다(temperature 사용).",
|
||||
"com_endpoint_google_topp": "Top-p는 모델이 출력에 사용할 토큰을 선택하는 방식을 변경합니다. 토큰은 가장 높은 확률부터 가장 낮은 확률까지 선택됩니다. 선택된 토큰의 확률의 합이 top-p 값과 같아질 때까지 선택됩니다.",
|
||||
"com_endpoint_hide": "숨기기",
|
||||
"com_endpoint_import": "가져오기",
|
||||
"com_endpoint_instructions_assistants": "에이전트 지침 재정의",
|
||||
"com_endpoint_instructions_assistants_placeholder": "어시스턴트의 지침을 재정의합니다. 이를 통해 실행마다 동작을 수정할 수 있습니다.",
|
||||
|
|
@ -209,10 +186,7 @@
|
|||
"com_endpoint_message_new": "메시지 {{0}}",
|
||||
"com_endpoint_message_not_appendable": "메시지를 수정하거나 다시 생성하세요.",
|
||||
"com_endpoint_my_preset": "내 프리셋",
|
||||
"com_endpoint_new_topic": "새로운 주제",
|
||||
"com_endpoint_no_presets": "아직 프리셋이 없습니다",
|
||||
"com_endpoint_not_available": "사용할 수 없는 엔드포인트입니다",
|
||||
"com_endpoint_not_implemented": "구현되지 않았습니다",
|
||||
"com_endpoint_open_menu": "메뉴 열기",
|
||||
"com_endpoint_openai_custom_name_placeholder": "ChatGPT에 대한 사용자 정의 이름을 설정하세요.",
|
||||
"com_endpoint_openai_detail": "비전 요청의 해상도입니다. \"낮음\"은 저렴하고 빠르며, \"높음\"은 더 상세하지만 비용이 많이 듭니다. \"자동\"은 이미지 해상도에 따라 두 가지 중 하나를 자동으로 선택합니다.",
|
||||
|
|
@ -229,13 +203,11 @@
|
|||
"com_endpoint_output": "출력",
|
||||
"com_endpoint_plug_image_detail": "이미지 상세 정보",
|
||||
"com_endpoint_plug_resend_files": "파일 재전송",
|
||||
"com_endpoint_plug_resend_images": "이미지 재전송",
|
||||
"com_endpoint_plug_set_custom_instructions_for_gpt_placeholder": "시스템 메시지에 포함할 사용자 정의 지시사항을 설정하세요. 기본값: 없음",
|
||||
"com_endpoint_plug_skip_completion": "완료 단계 건너뛰기",
|
||||
"com_endpoint_plug_use_functions": "함수 사용",
|
||||
"com_endpoint_presence_penalty": "존재 패널티",
|
||||
"com_endpoint_preset": "프리셋",
|
||||
"com_endpoint_preset_clear_all_confirm": "모든 프리셋을 삭제하시겠습니까?",
|
||||
"com_endpoint_preset_default": "이제 기본 프리셋입니다.",
|
||||
"com_endpoint_preset_default_item": "기본값:",
|
||||
"com_endpoint_preset_default_none": "기본 프리셋이 설정되지 않았습니다.",
|
||||
|
|
@ -257,22 +229,15 @@
|
|||
"com_endpoint_prompt_prefix_assistants_placeholder": "추가 지시사항 또는 컨텍스트를 Assistant의 기본 지시사항에 추가합니다. 비어 있으면 무시됩니다.",
|
||||
"com_endpoint_prompt_prefix_placeholder": "사용자 정의 지시사항 또는 컨텍스트를 설정하세요. 비어 있으면 무시됩니다.",
|
||||
"com_endpoint_save_as_preset": "프리셋으로 저장",
|
||||
"com_endpoint_save_convo_as_preset": "대화를 프리셋으로 저장",
|
||||
"com_endpoint_search": "이름으로 엔드포인트 검색",
|
||||
"com_endpoint_set_custom_name": "프리셋을 쉽게 찾을 수 있도록 사용자 정의 이름을 설정하세요",
|
||||
"com_endpoint_show": "표시",
|
||||
"com_endpoint_show_what_settings": "{{0}} 설정 표시",
|
||||
"com_endpoint_skip_hover": "완료 단계를 건너뛰도록 합니다. 최종 답변과 생성된 단계를 검토하는 단계입니다.",
|
||||
"com_endpoint_stop": "중지 시퀀스",
|
||||
"com_endpoint_stop_placeholder": "Enter 키를 눌러 값을 구분하세요",
|
||||
"com_endpoint_system_message": "시스템 메시지",
|
||||
"com_endpoint_temperature": "온도",
|
||||
"com_endpoint_token_count": "토큰 수",
|
||||
"com_endpoint_tone_style": "톤 스타일",
|
||||
"com_endpoint_top_k": "Top K",
|
||||
"com_endpoint_top_p": "Top P",
|
||||
"com_endpoint_use_active_assistant": "활성 에이전트 사용",
|
||||
"com_endpoint_view_options": "옵션 보기",
|
||||
"com_error_expired_user_key": "{{0}}에 대한 키가 {{1}}에 만료되었습니다. 새 키를 제공하고 다시 시도해주세요.",
|
||||
"com_error_files_dupe": "중복된 파일이 감지되었습니다",
|
||||
"com_error_files_empty": "빈 파일은 허용되지 않습니다",
|
||||
|
|
@ -282,12 +247,9 @@
|
|||
"com_error_files_upload_canceled": "파일 업로드가 취소되었습니다. 참고: 업로드 처리가 아직 진행 중일 수 있으며 수동으로 삭제해야 할 수 있습니다.",
|
||||
"com_error_files_validation": "파일 유효성 검사 중 오류가 발생했습니다",
|
||||
"com_error_input_length": "최근 메시지의 토큰 수가 제한({{0}})을 초과했습니다. 메시지를 줄이거나, 대화 설정에서 최대 컨텍스트 크기를 조정하거나, 새로운 대화를 시작해 주세요.",
|
||||
"com_error_invalid_action_error": "요청이 거부되었습니다: 지정된 작업 도메인이 허용되지 않습니다",
|
||||
"com_error_invalid_request_error": "AI 서비스에서 오류로 인해 요청이 거부되었습니다. API 키가 유효하지 않거나 요청 형식이 올바르지 않은 것이 원인일 수 있습니다.",
|
||||
"com_error_invalid_user_key": "제공된 키가 유효하지 않습니다. 키를 제공하고 다시 시도해주세요.",
|
||||
"com_error_moderation": "제출된 내용이 커뮤니티 가이드라인에 부합하지 않는다고 판단되어 모더레이션 시스템에 의해 차단되었습니다. 해당 주제로는 진행할 수 없습니다. 다른 질문이나 탐구하고 싶은 주제가 있다면 메시지를 수정하거나 새 대화를 시작해 주세요.",
|
||||
"com_error_no_base_url": "기본 URL이 없습니다. URL을 제공한 후 다시 시도해 주세요.",
|
||||
"com_error_no_system_messages": "선택한 AI 서비스나 모델은 시스템 메시지를 지원하지 않습니다. 커스텀 지시사항 대신 프롬프트를 사용해 보세요.",
|
||||
"com_error_no_user_key": "키를 찾을 수 없습니다. 키를 제공하고 다시 시도해주세요.",
|
||||
"com_files_filter": "파일 필터링...",
|
||||
"com_files_no_results": "결과가 없습니다.",
|
||||
|
|
@ -296,8 +258,6 @@
|
|||
"com_hide_examples": "예시 숨기기",
|
||||
"com_nav_account_settings": "계정 설정",
|
||||
"com_nav_always_make_prod": "항상 새 버전을 프로덕션으로 설정",
|
||||
"com_nav_archive_all": "모든 채팅 아카이브",
|
||||
"com_nav_archive_all_chats": "모든 채팅 아카이브",
|
||||
"com_nav_archive_created_at": "생성 날짜",
|
||||
"com_nav_archive_name": "이름",
|
||||
"com_nav_archived_chats": "아카이브된 채팅",
|
||||
|
|
@ -325,10 +285,7 @@
|
|||
"com_nav_clear_conversation": "대화 지우기",
|
||||
"com_nav_clear_conversation_confirm_message": "모든 대화를 지우시겠습니까? 이 작업은 되돌릴 수 없습니다.",
|
||||
"com_nav_close_sidebar": "사이드바 닫기",
|
||||
"com_nav_command_settings": "명령어 설정",
|
||||
"com_nav_command_settings_description": "채팅에서 사용 가능한 명령어 설정하기",
|
||||
"com_nav_commands": "명령어",
|
||||
"com_nav_commands_tab": "명령어 설정",
|
||||
"com_nav_confirm_clear": "지우기 확인",
|
||||
"com_nav_conversation_mode": "대화 모드",
|
||||
"com_nav_convo_menu_options": "대화 메뉴 옵션",
|
||||
|
|
@ -336,7 +293,6 @@
|
|||
"com_nav_delete_account": "계정 삭제",
|
||||
"com_nav_delete_account_button": "내 계정 영구 삭제",
|
||||
"com_nav_delete_account_confirm": "계정 삭제 - 정말 삭제하시겠습니까?",
|
||||
"com_nav_delete_account_confirm_placeholder": "계속하려면 아래 입력란에 \"삭제\"라고 입력하세요",
|
||||
"com_nav_delete_account_email_placeholder": "계정 이메일을 입력해 주세요",
|
||||
"com_nav_delete_cache_storage": "TTS 캐시 저장소 삭제",
|
||||
"com_nav_delete_data_info": "모든 데이터가 삭제됩니다.",
|
||||
|
|
@ -367,13 +323,11 @@
|
|||
"com_nav_hide_panel": "오른쪽 사이드 패널 숨기기",
|
||||
"com_nav_info_code_artifacts": "채팅 옆에 실험적 코드 결과물 표시 활성화",
|
||||
"com_nav_info_custom_prompt_mode": "활성화하면 기본 아티팩트 시스템 프롬프트가 포함되지 않습니다. 이 모드에서는 아티팩트 생성을 위한 모든 지시사항을 수동으로 입력해야 합니다.",
|
||||
"com_nav_info_delete_cache_storage": "이 작업은 기기에 저장된 모든 TTS(음성 합성) 오디오 파일 캐시를 삭제합니다. 캐시된 오디오 파일은 이전에 생성된 TTS 오디오의 재생 속도를 높이는 데 사용되지만, 기기의 저장 공간을 차지할 수 있습니다.",
|
||||
"com_nav_info_enter_to_send": "활성화되면 `Enter` 키를 눌러 메시지를 보낼 수 있습니다. 비활성화 시 Enter 키는 줄바꿈을 하며, 메시지를 보내려면 `Ctrl + Enter`를 눌러야 합니다.",
|
||||
"com_nav_info_fork_change_default": "'표시된 메시지만'은 선택한 메시지로 가는 직접 경로만 포함합니다. '관련 브랜치 포함'은 경로상의 브랜치도 추가합니다. '이 메시지 전후 모두 포함'은 연결된 모든 메시지와 브랜치를 포함합니다.",
|
||||
"com_nav_info_fork_split_target_setting": "활성화되면 선택한 동작에 따라 대상 메시지부터 대화의 최신 메시지까지 포킹이 시작됩니다.",
|
||||
"com_nav_info_include_shadcnui": "활성화하면 shadcn/ui 컴포넌트 사용을 위한 설명이 포함됩니다. shadcn/ui는 Radix UI와 Tailwind CSS를 기반으로 구축된 재사용 가능한 컴포넌트 모음입니다. 참고: 이 설명은 매우 상세하므로, LLM에게 올바른 import문과 컴포넌트 사용법을 안내하는 것이 중요한 경우에만 활성화하시기 바랍니다. 컴포넌트에 대한 자세한 정보는 다음 웹사이트를 참조하세요: https://ui.shadcn.com/",
|
||||
"com_nav_info_latex_parsing": "활성화하면 메시지의 LaTeX 코드가 수학 방정식으로 렌더링됩니다. LaTeX 렌더링이 필요하지 않은 경우 이 기능을 비활성화하면 성능이 향상될 수 있습니다.",
|
||||
"com_nav_info_revoke": "이 작업은 제공한 모든 API 키를 취소하고 제거합니다. 해당 엔드포인트를 계속 사용하려면 이 인증 정보를 다시 입력해야 합니다.",
|
||||
"com_nav_info_save_draft": "활성화하면 채팅 양식에 입력한 텍스트와 첨부 파일이 자동으로 로컬에 임시 저장됩니다. 페이지를 새로고침하거나 다른 대화로 전환해도 이 임시 저장 내용을 계속 사용할 수 있습니다. 임시 저장 내용은 사용자의 기기에 로컬로 저장되며, 메시지를 보내면 삭제됩니다.",
|
||||
"com_nav_info_user_name_display": "활성화하면 보내는 각 메시지 위에 사용자 이름이 표시됩니다. 비활성화하면 내 메시지 위에 \"나\"라고만 표시됩니다.",
|
||||
"com_nav_lang_arabic": "العربية",
|
||||
|
|
@ -402,7 +356,6 @@
|
|||
"com_nav_log_out": "로그아웃",
|
||||
"com_nav_long_audio_warning": "긴 텍스트일수록 처리 시간이 더 오래 걸립니다.",
|
||||
"com_nav_maximize_chat_space": "채팅창 최대화",
|
||||
"com_nav_media_source_init_error": "오디오 플레이어를 준비할 수 없습니다. 브라우저 설정을 확인해 주세요.",
|
||||
"com_nav_modular_chat": "대화 중간에 엔드포인트 전환 허용",
|
||||
"com_nav_my_files": "내 파일",
|
||||
"com_nav_no_search_results": "검색 결과가 없습니다",
|
||||
|
|
@ -428,15 +381,11 @@
|
|||
"com_nav_setting_speech": "음성",
|
||||
"com_nav_settings": "설정",
|
||||
"com_nav_shared_links": "공유 링크",
|
||||
"com_nav_shared_links_date_shared": "공유 날짜",
|
||||
"com_nav_shared_links_empty": "공유 링크가 없습니다.",
|
||||
"com_nav_shared_links_manage": "관리",
|
||||
"com_nav_shared_links_name": "이름",
|
||||
"com_nav_show_code": "코드 인터프리터 사용 시 항상 코드 표시",
|
||||
"com_nav_slash_command": "슬래시 명령어",
|
||||
"com_nav_slash_command_description": "키보드로 프롬프트를 선택하려면 \"/\" 명령어 토글",
|
||||
"com_nav_source_buffer_error": "오디오 재생 설정 중 오류가 발생했습니다. 페이지를 새로고침해 주세요.",
|
||||
"com_nav_source_chat": "소스 채팅 보기",
|
||||
"com_nav_speech_cancel_error": "오디오 재생을 중지할 수 없습니다. 페이지를 새로 고침해야 할 수 있습니다.",
|
||||
"com_nav_speech_to_text": "음성을 텍스트로 변환",
|
||||
"com_nav_stop_generating": "생성 중단",
|
||||
|
|
@ -481,7 +430,6 @@
|
|||
"com_ui_admin_settings": "관리자 설정",
|
||||
"com_ui_advanced": "고급",
|
||||
"com_ui_agent": "에이전트",
|
||||
"com_ui_agent_already_shared_to_all": "이 에이전트는 이미 모든 사용자와 공유되어 있습니다",
|
||||
"com_ui_agent_delete_error": "에이전트 삭제 중 오류가 발생했습니다",
|
||||
"com_ui_agent_deleted": "에이전트가 삭제되었습니다",
|
||||
"com_ui_agent_duplicate_error": "에이전트 복제 중 오류가 발생했습니다",
|
||||
|
|
@ -533,10 +481,8 @@
|
|||
"com_ui_bookmarks_update_error": "북마크 업데이트 중 오류가 발생했습니다",
|
||||
"com_ui_bookmarks_update_success": "북마크가 성공적으로 업데이트되었습니다",
|
||||
"com_ui_cancel": "취소",
|
||||
"com_ui_categories": "카테고리",
|
||||
"com_ui_chat": "채팅",
|
||||
"com_ui_chat_history": "대화 기록",
|
||||
"com_ui_chats": "채팅",
|
||||
"com_ui_clear": "지우기",
|
||||
"com_ui_clear_all": "모두 지우기",
|
||||
"com_ui_close": "닫기",
|
||||
|
|
@ -545,7 +491,6 @@
|
|||
"com_ui_command_placeholder": "선택 사항: 프롬프트에 대한 명령어를 입력하세요. 입력하지 않으면 이름이 사용됩니다.",
|
||||
"com_ui_command_usage_placeholder": "명령어나 이름으로 프롬프트 선택",
|
||||
"com_ui_confirm_action": "작업 확인",
|
||||
"com_ui_connect": "연결",
|
||||
"com_ui_context": "맥락",
|
||||
"com_ui_continue": "계속",
|
||||
"com_ui_controls": "컨트롤",
|
||||
|
|
@ -593,11 +538,9 @@
|
|||
"com_ui_description": "설명",
|
||||
"com_ui_description_placeholder": "선택 사항: 프롬프트에 표시할 설명을 입력하세요",
|
||||
"com_ui_download_error": "파일 다운로드 중 오류가 발생했습니다. 파일이 삭제되었을 수 있습니다.",
|
||||
"com_ui_drag_drop_file": "파일을 여기에 끌어다 놓으세요",
|
||||
"com_ui_dropdown_variables": "드롭다운 변수:",
|
||||
"com_ui_dropdown_variables_info": "프롬프트에 사용자 정의 드롭다운 메뉴 만들기: `{{변수명:옵션1|옵션2|옵션3}}`",
|
||||
"com_ui_duplicate": "복제",
|
||||
"com_ui_duplicate_agent_confirm": "이 에이전트를 복제하시겠습니까?",
|
||||
"com_ui_duplication_error": "대화를 복제하는 중 오류가 발생했습니다",
|
||||
"com_ui_duplication_processing": "대화 복제 중...",
|
||||
"com_ui_duplication_success": "대화가 성공적으로 복제되었습니다",
|
||||
|
|
@ -609,16 +552,13 @@
|
|||
"com_ui_enter_api_key": "API 키 입력",
|
||||
"com_ui_enter_openapi_schema": "OpenAPI 스키마를 입력하세요",
|
||||
"com_ui_enter_var": "{{0}} 입력",
|
||||
"com_ui_entries": "개",
|
||||
"com_ui_error": "오류",
|
||||
"com_ui_error_connection": "서버 연결 오류가 발생했습니다. 페이지를 새로고침해 주세요.",
|
||||
"com_ui_error_save_admin_settings": "관리자 설정을 저장하는 중 오류가 발생했습니다.",
|
||||
"com_ui_examples": "예시",
|
||||
"com_ui_experimental": "실험적 기능",
|
||||
"com_ui_export_convo_modal": "대화 내보내기",
|
||||
"com_ui_field_required": "이 필드는 필수입니다",
|
||||
"com_ui_filter_prompts_name": "이름으로 프롬프트 필터링",
|
||||
"com_ui_finance": "재무",
|
||||
"com_ui_fork": "포크",
|
||||
"com_ui_fork_all_target": "여기부터 전체 포함",
|
||||
"com_ui_fork_branches": "관련 브랜치 포함",
|
||||
|
|
@ -644,7 +584,6 @@
|
|||
"com_ui_go_to_conversation": "대화로 이동",
|
||||
"com_ui_happy_birthday": "내 첫 생일이야!",
|
||||
"com_ui_host": "호스트",
|
||||
"com_ui_idea": "아이디어",
|
||||
"com_ui_image_gen": "이미지 생성",
|
||||
"com_ui_import_conversation": "가져오기",
|
||||
"com_ui_import_conversation_error": "대화를 가져오는 동안 오류가 발생했습니다",
|
||||
|
|
@ -660,30 +599,23 @@
|
|||
"com_ui_librechat_code_api_title": "AI 코드 실행",
|
||||
"com_ui_llm_menu": "LLM 메뉴",
|
||||
"com_ui_llms_available": "사용 가능한 LLM",
|
||||
"com_ui_loading": "로딩 중...",
|
||||
"com_ui_locked": "잠김",
|
||||
"com_ui_logo": "{{0}} 로고",
|
||||
"com_ui_manage": "관리",
|
||||
"com_ui_max_tags": "최대 {{0}}개까지만 허용됩니다. 최신 값을 사용 중입니다.",
|
||||
"com_ui_mention": "엔드포인트, 어시스턴트 또는 프리셋을 언급하여 빠르게 전환하세요",
|
||||
"com_ui_min_tags": "최소 {{0}}개는 필수로 입력해야 합니다. 더 이상 값을 제거할 수 없습니다.",
|
||||
"com_ui_misc": "기타",
|
||||
"com_ui_model": "모델",
|
||||
"com_ui_model_parameters": "모델 매개변수",
|
||||
"com_ui_model_save_success": "모델 설정이 성공적으로 저장되었습니다",
|
||||
"com_ui_more_info": "자세히 보기",
|
||||
"com_ui_more_options": "더 보기",
|
||||
"com_ui_my_prompts": "내 프롬프트",
|
||||
"com_ui_name": "이름",
|
||||
"com_ui_new_chat": "새 채팅",
|
||||
"com_ui_new_footer": "모든 AI 대화를 한 곳에 모아놓았습니다.",
|
||||
"com_ui_next": "다음",
|
||||
"com_ui_no": "아니요",
|
||||
"com_ui_no_bookmarks": "아직 북마크가 없는 것 같습니다. 채팅을 선택하고 새 북마크를 추가해보세요",
|
||||
"com_ui_no_category": "카테고리 없음",
|
||||
"com_ui_no_changes": "업데이트할 변경 사항이 없습니다",
|
||||
"com_ui_no_conversation_id": "대화 ID를 찾을 수 없습니다",
|
||||
"com_ui_no_prompt_description": "설명을 찾을 수 없습니다",
|
||||
"com_ui_no_terms_content": "이용 약관 내용이 없습니다",
|
||||
"com_ui_none_selected": "선택된 항목 없음",
|
||||
"com_ui_nothing_found": "찾을 수 없습니다",
|
||||
|
|
@ -691,7 +623,6 @@
|
|||
"com_ui_off": "꺼짐",
|
||||
"com_ui_on": "켜기",
|
||||
"com_ui_page": "페이지",
|
||||
"com_ui_pay_per_call": "모든 AI 대화를 한 곳에서. 월별이 아닌 호출 당 지불",
|
||||
"com_ui_prev": "이전",
|
||||
"com_ui_preview": "미리보기",
|
||||
"com_ui_privacy_policy": "개인정보 보호정책",
|
||||
|
|
@ -701,7 +632,6 @@
|
|||
"com_ui_prompt_name": "프롬프트 이름",
|
||||
"com_ui_prompt_name_required": "프롬프트 이름을 입력해주세요",
|
||||
"com_ui_prompt_preview_not_shared": "작성자가 이 프롬프트에 대한 협업을 허용하지 않았습니다.",
|
||||
"com_ui_prompt_shared_to_all": "이 프롬프트는 모든 사용자에게 공유됩니다",
|
||||
"com_ui_prompt_text": "프롬프트 텍스트",
|
||||
"com_ui_prompt_text_required": "텍스트를 입력해주세요",
|
||||
"com_ui_prompt_update_error": "프롬프트 업데이트 중 오류가 발생했습니다",
|
||||
|
|
@ -714,7 +644,6 @@
|
|||
"com_ui_regenerate": "재생성",
|
||||
"com_ui_region": "지역",
|
||||
"com_ui_rename": "이름 바꾸기",
|
||||
"com_ui_renaming_var": "\"{{0}}\" 이름 변경 중",
|
||||
"com_ui_reset_var": "{{0}} 초기화",
|
||||
"com_ui_result": "결과",
|
||||
"com_ui_revoke": "취소",
|
||||
|
|
@ -724,16 +653,13 @@
|
|||
"com_ui_revoke_keys": "키 취소",
|
||||
"com_ui_revoke_keys_confirm": "모든 키를 취소하시겠습니까?",
|
||||
"com_ui_role_select": "역할",
|
||||
"com_ui_roleplay": "역할놀이",
|
||||
"com_ui_run_code": "코드 실행",
|
||||
"com_ui_run_code_error": "코드 실행 중 오류가 발생했습니다",
|
||||
"com_ui_save": "저장",
|
||||
"com_ui_save_submit": "저장 및 제출",
|
||||
"com_ui_saved": "저장되었습니다!",
|
||||
"com_ui_schema": "스키마",
|
||||
"com_ui_search_categories": "카테고리 검색",
|
||||
"com_ui_select": "선택",
|
||||
"com_ui_select_a_category": "카테고리를 선택해주세요",
|
||||
"com_ui_select_file": "파일 선택",
|
||||
"com_ui_select_model": "모델 선택",
|
||||
"com_ui_select_provider": "제공자 선택",
|
||||
|
|
@ -745,20 +671,15 @@
|
|||
"com_ui_select_search_region": "이름으로 지역 검색",
|
||||
"com_ui_share": "공유하기",
|
||||
"com_ui_share_create_message": "이름과 공유 후에 추가하는 메시지는 비공개로 유지됩니다.",
|
||||
"com_ui_share_created_message": "귀하의 채팅에 대한 공유 링크가 생성되었습니다. 설정을 통해 언제든지 이전에 공유한 채팅을 관리할 수 있습니다.",
|
||||
"com_ui_share_delete_error": "공유 링크를 삭제하는 중에 오류가 발생했습니다.",
|
||||
"com_ui_share_error": "채팅 링크를 공유하는 동안 오류가 발생했습니다",
|
||||
"com_ui_share_link_to_chat": "채팅으로 링크 공유하기",
|
||||
"com_ui_share_retrieve_error": "공유 링크를 삭제하는 중에 오류가 발생했습니다.",
|
||||
"com_ui_share_to_all_users": "모든 사용자와 공유",
|
||||
"com_ui_share_update_message": "이름, 사용자 지정 지침 및 공유 후 추가하는 메시지는 비공개로 유지됩니다.",
|
||||
"com_ui_share_updated_message": "귀하의 채팅에 대한 공유 링크가 업데이트되었습니다. 설정을 통해 언제든지 이전에 공유한 채팅을 관리할 수 있습니다.",
|
||||
"com_ui_share_var": "{{0}} 공유하기",
|
||||
"com_ui_shared_link_not_found": "공유 링크를 찾을 수 없습니다",
|
||||
"com_ui_shared_prompts": "공유된 프롬프트",
|
||||
"com_ui_shop": "쇼핑",
|
||||
"com_ui_show_all": "전체 보기",
|
||||
"com_ui_showing": "표시 중",
|
||||
"com_ui_simple": "간단",
|
||||
"com_ui_size": "크기",
|
||||
"com_ui_special_variables": "특수 변수:",
|
||||
|
|
@ -767,12 +688,9 @@
|
|||
"com_ui_stop": "중지",
|
||||
"com_ui_storage": "저장소",
|
||||
"com_ui_submit": "제출",
|
||||
"com_ui_success": "성공",
|
||||
"com_ui_teach_or_explain": "학습 또는 설명",
|
||||
"com_ui_terms_and_conditions": "이용 약관",
|
||||
"com_ui_terms_of_service": "이용 약관",
|
||||
"com_ui_tools": "도구",
|
||||
"com_ui_travel": "여행",
|
||||
"com_ui_unarchive": "아카이브 해제",
|
||||
"com_ui_unarchive_error": "대화 아카이브 해제 실패",
|
||||
"com_ui_unknown": "알 수 없음",
|
||||
|
|
@ -795,7 +713,6 @@
|
|||
"com_ui_variables_info": "텍스트에 이중 중괄호를 사용하여 변수를 만들 수 있습니다. 예를 들어 `{{예시 변수}}`와 같이 작성하면 나중에 프롬프트를 사용할 때 해당 부분을 채울 수 있습니다.",
|
||||
"com_ui_version_var": "버전 {{0}}",
|
||||
"com_ui_versions": "버전",
|
||||
"com_ui_write": "작성 중",
|
||||
"com_ui_yes": "네",
|
||||
"com_ui_zoom": "확대/축소",
|
||||
"com_user_message": "당신",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue