mirror of
https://github.com/langgenius/dify.git
synced 2026-07-23 20:18:40 +08:00
25 lines
1.0 KiB
JSON
25 lines
1.0 KiB
JSON
{
|
|
"actionMsg.deleteConfirmTips": "이 작업은 취소할 수 없습니다.",
|
|
"actionMsg.deleteConfirmTitle": "이 비밀 키를 삭제하시겠습니까?",
|
|
"actionMsg.ok": "확인",
|
|
"apiKey": "API 키",
|
|
"apiKeyModal.apiSecretKey": "API 비밀 키",
|
|
"apiKeyModal.apiSecretKeyTips": "API 키를 보호하여 API 의 남용을 방지하십시오. 프런트엔드 코드에서 평문으로 사용하지 마세요. :)",
|
|
"apiKeyModal.createNewSecretKey": "새로운 비밀 키 생성",
|
|
"apiKeyModal.created": "생성 날짜",
|
|
"apiKeyModal.generateTips": "이 키를 안전하고 접근 가능한 위치에 보관하십시오.",
|
|
"apiKeyModal.lastUsed": "최종 사용 날짜",
|
|
"apiKeyModal.secretKey": "비밀 키",
|
|
"apiServer": "API 서버",
|
|
"copied": "복사 완료",
|
|
"copy": "복사",
|
|
"develop.noContent": "내용 없음",
|
|
"develop.toc": "목차",
|
|
"loading": "로드 중",
|
|
"never": "없음",
|
|
"ok": "서비스 중",
|
|
"pause": "일시 정지",
|
|
"play": "실행",
|
|
"playing": "실행 중"
|
|
}
|