en.json 724 B

123456789101112131415161718192021222324252627
  1. {
  2. "common": {
  3. "confrim": "Confirm",
  4. "cancel": "Cancel",
  5. "refresh": "Refresh"
  6. },
  7. "index": {
  8. "welcome": "Welcome to "
  9. },
  10. "signin": {},
  11. "app": {
  12. "overview": {
  13. "title": "Overview",
  14. "To get started,": "To get started,",
  15. "enter your OpenAI API key below": "enter your OpenAI API key below",
  16. "Get your API key from OpenAI dashboard": "Get your API key from OpenAI dashboard",
  17. "Token Usage": "Token Usage"
  18. },
  19. "logs": {
  20. "title": "Logs",
  21. "description": "You can review and annotate the conversation and response text of the LLM, which will be used for subsequent model fine-tuning."
  22. },
  23. "textGeneration": {
  24. "history": "History"
  25. }
  26. }
  27. }