|
523 | 523 | "pages.settings.alerts.grafana.SyncSuccess": "Successfully synced to Grafana", |
524 | 524 | "pages.settings.alerts.grafana.SyncError": "Failed to sync to Grafana", |
525 | 525 | "pages.settings.alerts.grafana.HistoryBanner": "Alert evaluation and history are managed by Grafana when connected.", |
526 | | - "pages.settings.alerts.grafana.OpenGrafana": "Open Grafana Alerting" |
| 526 | + "pages.settings.alerts.grafana.OpenGrafana": "Open Grafana Alerting", |
| 527 | + "components.app.app-sidebar.Playground": "Playground", |
| 528 | + "routes.playground.Title": "Playground", |
| 529 | + "routes.playground.nav.Chat": "Chat", |
| 530 | + "routes.playground.nav.Compare": "Compare", |
| 531 | + "pages.playground.chat.NewChat": "New Chat", |
| 532 | + "pages.playground.chat.NoConversations": "No conversations yet", |
| 533 | + "pages.playground.chat.Send": "Send", |
| 534 | + "pages.playground.chat.Stop": "Stop", |
| 535 | + "pages.playground.chat.TypeMessage": "Type a message...", |
| 536 | + "pages.playground.chat.SelectModel": "Select model", |
| 537 | + "pages.playground.chat.SelectAPIKey": "Select API key", |
| 538 | + "pages.playground.chat.Model": "Model", |
| 539 | + "pages.playground.chat.APIKey": "API Key", |
| 540 | + "pages.playground.chat.Parameters": "Parameters", |
| 541 | + "pages.playground.chat.SystemPrompt": "System Prompt", |
| 542 | + "pages.playground.chat.SystemPromptPlaceholder": "You are a helpful assistant...", |
| 543 | + "pages.playground.chat.Temperature": "Temperature", |
| 544 | + "pages.playground.chat.TopP": "Top P", |
| 545 | + "pages.playground.chat.TopK": "Top K", |
| 546 | + "pages.playground.chat.MaxTokens": "Max Tokens", |
| 547 | + "pages.playground.chat.FrequencyPenalty": "Frequency Penalty", |
| 548 | + "pages.playground.chat.PresencePenalty": "Presence Penalty", |
| 549 | + "pages.playground.chat.StopSequences": "Stop Sequences", |
| 550 | + "pages.playground.chat.WelcomeTitle": "Start a conversation", |
| 551 | + "pages.playground.chat.WelcomeDescription": "Select a model and API key, then start chatting.", |
| 552 | + "pages.playground.chat.ClearMessages": "Clear Messages", |
| 553 | + "pages.playground.chat.ClearMessagesConfirm": "Are you sure you want to clear all messages?", |
| 554 | + "pages.playground.chat.DeleteConversation": "Delete Conversation", |
| 555 | + "pages.playground.chat.SaveAsTestCase": "Save as Test Case", |
| 556 | + "pages.playground.chat.SavedAsTestCase": "Saved as test case", |
| 557 | + "pages.playground.chat.Cancel": "Cancel", |
| 558 | + "pages.playground.chat.Continue": "Continue", |
| 559 | + "pages.playground.chat.FetchError": "Failed to send message", |
| 560 | + "pages.playground.chat.Conversations": "Conversations", |
| 561 | + "pages.playground.compare.TestCases": "Test Cases", |
| 562 | + "pages.playground.compare.NewTestCase": "New Test Case", |
| 563 | + "pages.playground.compare.NoTestCases": "No test cases yet", |
| 564 | + "pages.playground.compare.Title": "Title", |
| 565 | + "pages.playground.compare.Description": "Description", |
| 566 | + "pages.playground.compare.Messages": "Messages", |
| 567 | + "pages.playground.compare.AddMessage": "Add Message", |
| 568 | + "pages.playground.compare.RemoveMessage": "Remove", |
| 569 | + "pages.playground.compare.Role": "Role", |
| 570 | + "pages.playground.compare.Content": "Content", |
| 571 | + "pages.playground.compare.Save": "Save", |
| 572 | + "pages.playground.compare.Cancel": "Cancel", |
| 573 | + "pages.playground.compare.RunComparison": "Run Comparison", |
| 574 | + "pages.playground.compare.SelectModels": "Select models to compare", |
| 575 | + "pages.playground.compare.SelectAPIKey": "Select API key", |
| 576 | + "pages.playground.compare.Running": "Running...", |
| 577 | + "pages.playground.compare.Completed": "Completed", |
| 578 | + "pages.playground.compare.Failed": "Failed", |
| 579 | + "pages.playground.compare.Pending": "Pending", |
| 580 | + "pages.playground.compare.PromptTokens": "Prompt tokens", |
| 581 | + "pages.playground.compare.CompletionTokens": "Completion tokens", |
| 582 | + "pages.playground.compare.TTFT": "TTFT", |
| 583 | + "pages.playground.compare.Duration": "Duration", |
| 584 | + "pages.playground.compare.Error": "Error", |
| 585 | + "pages.playground.compare.NoRuns": "No test runs yet", |
| 586 | + "pages.playground.compare.TestRuns": "Test Runs", |
| 587 | + "pages.playground.compare.DeleteTestCase": "Delete Test Case", |
| 588 | + "pages.playground.compare.TestCaseCreated": "Test case created", |
| 589 | + "pages.playground.compare.TestCaseUpdated": "Test case updated", |
| 590 | + "pages.playground.compare.TestCaseDeleted": "Test case deleted", |
| 591 | + "pages.playground.compare.CreateFailed": "Failed to create test case", |
| 592 | + "pages.playground.compare.UpdateFailed": "Failed to update test case", |
| 593 | + "pages.playground.compare.Parameters": "Parameters" |
527 | 594 | } |
0 commit comments