app-log.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. const translation = {
  2. title: '로그',
  3. description: '로그는 애플리케이션 실행 상태를 기록합니다. 사용자 입력 및 AI 응답이 포함됩니다.',
  4. dateTimeFormat: 'YYYY/MM/DD HH:mm',
  5. table: {
  6. header: {
  7. updatedTime: '업데이트 시간',
  8. time: '생성 시간',
  9. endUser: '엔드 유저 또는 계정',
  10. input: '입력',
  11. output: '출력',
  12. summary: '요약',
  13. messageCount: '메시지 수',
  14. userRate: '사용자 비율',
  15. adminRate: '관리자 비율',
  16. startTime: '시작 시간',
  17. status: '상태',
  18. runtime: '실행 시간',
  19. tokens: '토큰',
  20. user: '엔드 유저 또는 계정',
  21. version: '버전',
  22. },
  23. pagination: {
  24. previous: '이전',
  25. next: '다음',
  26. },
  27. empty: {
  28. noChat: '아직 대화가 없습니다',
  29. noOutput: '출력이 없습니다',
  30. element: {
  31. title: '여기 누구 있어요?',
  32. content:
  33. '여기에서 엔드 유저와 AI 애플리케이션 간 상호 작용을 관찰하고 주석을 달아 AI 정확도를 계속 향상시킵니다. 웹 앱을 <shareLink>공유</shareLink>하거나 <testLink>테스트</testLink>하고 다시 이 페이지로 돌아오세요.',
  34. },
  35. },
  36. },
  37. detail: {
  38. time: '시간',
  39. conversationId: '대화 ID',
  40. promptTemplate: '프롬프트 템플릿',
  41. promptTemplateBeforeChat: '채팅 전 프롬프트 템플릿 - 시스템 메시지로',
  42. annotationTip: '{{user}}에 의해 향상됨',
  43. timeConsuming: '시간 소요',
  44. second: '초',
  45. tokenCost: '토큰 비용',
  46. loading: '로드 중',
  47. operation: {
  48. like: '좋아요',
  49. dislike: '좋아요 취소',
  50. addAnnotation: '향상 추가',
  51. editAnnotation: '향상 편집',
  52. annotationPlaceholder: 'AI가 응답할 것으로 예상하는 답변을 입력하여 향후 모델 세부 조정 및 텍스트 생성 품질 지속적 향상을 위해 개선할 수 있습니다.',
  53. },
  54. variables: '변수',
  55. uploadImages: '업로드된 이미지',
  56. },
  57. filter: {
  58. period: {
  59. today: '오늘',
  60. last7days: '지난 7일',
  61. last4weeks: '지난 4주',
  62. last3months: '지난 3개월',
  63. last12months: '지난 12개월',
  64. monthToDate: '월 초부터 오늘까지',
  65. quarterToDate: '분기 초부터 오늘까지',
  66. yearToDate: '연 초부터 오늘까지',
  67. allTime: '모든 기간',
  68. },
  69. annotation: {
  70. all: '모두',
  71. annotated: '향상 주석 ({{count}} 개 항목)',
  72. not_annotated: '주석 없음',
  73. },
  74. sortBy: '정렬 기준:',
  75. descending: '내림차순',
  76. ascending: '오름차순',
  77. },
  78. workflowTitle: '워크플로우 로그',
  79. workflowSubtitle: '이 로그는 Automate의 작업을 기록했습니다.',
  80. runDetail: {
  81. title: '대화 로그',
  82. workflowTitle: '로그 세부 정보',
  83. },
  84. promptLog: '프롬프트 로그',
  85. agentLog: '에이전트 로그',
  86. viewLog: '로그 보기',
  87. agentLogDetail: {
  88. agentMode: '에이전트 모드',
  89. toolUsed: '사용된 도구',
  90. iterations: '반복',
  91. iteration: '반복',
  92. finalProcessing: '최종 처리',
  93. },
  94. }
  95. export default translation