locale improvements (#351)
This commit is contained in:
@@ -16,8 +16,11 @@
|
||||
"Error fetching models.": "মডেল পেতে সমস্যা হচ্ছে।",
|
||||
"AI": "AI",
|
||||
"You": "তুমি",
|
||||
"Cancel": "Cancel",
|
||||
"Save & Submit": "Save & Submit",
|
||||
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "নিশ্চিত করুন যে আপনার OpenAI API key সাইডবারের নীচে বাম দিকে সেট করা আছে।",
|
||||
"If you completed this step, OpenAI may be experiencing issues.": "আপনি এই ধাপটি সম্পন্ন করে থাকলে, হতে পারে যে OpenAI কোনো সমস্যার সম্মুখীন হয়েছে।",
|
||||
"click if using a .env.local file": "click if using a .env.local file",
|
||||
"Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "বার্তার সর্বোচ্চ সীমা হল {{maxLength}} অক্ষর৷ আপনি {{valueLength}} অক্ষর লিখেছেন।",
|
||||
"Please enter a message": "দয়া করে একটি মেসেজ লিখুন",
|
||||
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UI হল OpenAI-এর চ্যাট মডেলগুলির জন্য একটি উন্নত চ্যাটবট কিট যার লক্ষ্য হল ChatGPT-এর ইন্টারফেস এবং কার্যকারিতা অনুকরণ করা।",
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"New prompt": "New prompt",
|
||||
"New folder": "New folder",
|
||||
"No prompts.": "No prompts.",
|
||||
"Search prompts...": "Search prompts...",
|
||||
"Name": "Name",
|
||||
"Description": "Description",
|
||||
"A description for your prompt.": "A description for your prompt.",
|
||||
"Prompt": "Prompt",
|
||||
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}",
|
||||
"Save": "Save"
|
||||
}
|
||||
Reference in New Issue
Block a user