You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. const translation = {
  2. title: 'Logs',
  3. description: 'The logs record the running status of the application, including user inputs and AI replies.',
  4. dateTimeFormat: 'MM/DD/YYYY hh:mm A',
  5. dateFormat: 'MM/DD/YYYY',
  6. table: {
  7. header: {
  8. updatedTime: 'Updated time',
  9. time: 'Created time',
  10. endUser: 'End User or Account',
  11. input: 'Input',
  12. output: 'Output',
  13. summary: 'Title',
  14. messageCount: 'Message Count',
  15. userRate: 'User Rate',
  16. adminRate: 'Op. Rate',
  17. startTime: 'START TIME',
  18. status: 'STATUS',
  19. runtime: 'RUN TIME',
  20. tokens: 'TOKENS',
  21. user: 'End User or Account',
  22. version: 'VERSION',
  23. },
  24. pagination: {
  25. previous: 'Prev',
  26. next: 'Next',
  27. },
  28. empty: {
  29. noChat: 'No conversation yet',
  30. noOutput: 'No output',
  31. element: {
  32. title: 'Is anyone there?',
  33. content: 'Observe and annotate interactions between end-users and AI applications here to continuously improve AI accuracy. You can try <shareLink>sharing</shareLink> or <testLink>testing</testLink> the Web App yourself, then return to this page.',
  34. },
  35. },
  36. },
  37. detail: {
  38. time: 'Time',
  39. conversationId: 'Conversation ID',
  40. promptTemplate: 'Prompt Template',
  41. promptTemplateBeforeChat: 'Prompt Template Before Chat · As System Message',
  42. annotationTip: 'Improvements Marked by {{user}}',
  43. timeConsuming: '',
  44. second: 's',
  45. tokenCost: 'Token spent',
  46. loading: 'loading',
  47. operation: {
  48. like: 'like',
  49. dislike: 'dislike',
  50. addAnnotation: 'Add Improvement',
  51. editAnnotation: 'Edit Improvement',
  52. annotationPlaceholder: 'Enter the expected answer that you want AI to reply, which can be used for model fine-tuning and continuous improvement of text generation quality in the future.',
  53. },
  54. variables: 'Variables',
  55. uploadImages: 'Uploaded Images',
  56. modelParams: 'Model parameters',
  57. },
  58. filter: {
  59. period: {
  60. today: 'Today',
  61. last7days: 'Last 7 Days',
  62. last4weeks: 'Last 4 weeks',
  63. last3months: 'Last 3 months',
  64. last12months: 'Last 12 months',
  65. monthToDate: 'Month to date',
  66. quarterToDate: 'Quarter to date',
  67. yearToDate: 'Year to date',
  68. allTime: 'All time',
  69. },
  70. annotation: {
  71. all: 'All',
  72. annotated: 'Annotated Improvements ({{count}} items)',
  73. not_annotated: 'Not Annotated',
  74. },
  75. sortBy: 'Sort by:',
  76. descending: 'descending',
  77. ascending: 'ascending',
  78. },
  79. workflowTitle: 'Workflow Logs',
  80. workflowSubtitle: 'The log recorded the operation of Automate.',
  81. runDetail: {
  82. title: 'Conversation Log',
  83. workflowTitle: 'Log Detail',
  84. fileListLabel: 'File Details',
  85. fileListDetail: 'Detail',
  86. },
  87. promptLog: 'Prompt Log',
  88. agentLog: 'Agent Log',
  89. viewLog: 'View Log',
  90. agentLogDetail: {
  91. agentMode: 'Agent Mode',
  92. toolUsed: 'Tool Used',
  93. iterations: 'Iterations',
  94. iteration: 'Iteration',
  95. finalProcessing: 'Final Processing',
  96. },
  97. }
  98. export default translation