open-webui/src/lib/i18n/locales/en/common.json

11 lines
313 B
JSON
Raw Normal View History

2024-03-01 04:40:36 +00:00
{
"NewChat": "New Chat",
"Modelfiles": "Modelfiles",
"GreetingPlaceholder": "How can I help you today?",
"Hello": "Hello, {{name}}",
"ChatInputPlaceholderListening": "Listening...",
"ChatInputPlaceholder": "Send a Message",
"ModelSelectorPlaceholder": "Select a model",
"SetAsDefault": "Set as default"
}