Added Telugu language(South Indian) translations (#161)

This commit is contained in:
TULASEE RAO CHINTHA 2023-03-25 17:35:29 -04:00 committed by GitHub
parent f698d9f3c4
commit a0a2cb8b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 1 deletions

View File

@ -1,7 +1,7 @@
module.exports = { module.exports = {
i18n: { i18n: {
defaultLocale: "en", defaultLocale: "en",
locales: ["de", "en", "fr", "ru", "zh", "es", "sv", "pt"], locales: ["de", "en", "fr", "ru", "zh", "es", "sv", "pt", "te"],
}, },
localePath: localePath:
typeof window === "undefined" typeof window === "undefined"

View File

@ -0,0 +1,24 @@
{
"OpenAI API Key Required": "ఒపెన్ ఎయి ఐ API కీ అవసరం",
"Please set your OpenAI API key in the bottom left of the sidebar.": "దయచేసి మీ OpenAI API కీని సైడ్ బార్ యొక్క దిగువ ఎడమ భాగంలో సెట్ చేయండి.",
"Stop Generating": "జెనరేట్ చేస్తున్న ప్రక్రియ నిలిపేయి",
"Prompt limit is {{maxLength}} characters": "ప్రాంప్ట్(సంకేతం) పరిమితి {{maxLength}} అక్షరాలు మాత్రమే",
"System Prompt": "సిస్టమ్ ప్రాంప్ట్",
"You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.": "మీరు ChatGPT, ఒక పెద్ద భాషా మోడల్ ఓపెన్‌ఏఐ ద్వారా ట్రైన్ చేయబడింది. యూజర్ ఇన్స్ట్రక్షన్స్ కనుగొనండి. మార్క్‌డౌన్ ఉపయోగించి సమాధానం ఇవ్వండి.",
"Enter a prompt": "ఒక ప్రాంప్ట్(సంకేతం) నమోదు చేయండి",
"Regenerate response": "పునరుత్పాదించు సమాధానం",
"Sorry, there was an error.": "క్షమించండి, ఒక పొరపాటు జరిగింది.",
"Model": "మోడల్",
"Conversation": "సంవాదం",
"OR": "లేదా",
"Loading...": "లోడ్ అవుతోంది...",
"Type a message...": "సందేశం టైప్ చేయండి...",
"Error fetching models.": "మోడల్స్ పొందడం లోపం జరిగింది.",
"AI": "AI",
"You": "నీవు",
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "మీరు ఖాళీలో ఎడమ ఎరుగులో మీ OpenAI API కీను సెట్ చేస్తున్నారని ఖచ్చితం చేయండి.",
"If you completed this step, OpenAI may be experiencing issues.": "మీరు ఈ హంతం పూర్తి చేసినా, OpenAI సమస్యలు ఉన్నట్లు ఉంటాయి.",
"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 ఇంటర్ఫేస్ మరియు కార్యాచరణను అనుకరించడానికి."
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,5 @@
{
"Copy code": "కోడ్‌ను కాపీ చేయండి",
"Copied!": "కాపీ చేయబడింది!",
"Enter file name": "ఫైల్ పేరు నమోదు చేయండి"
}

View File

@ -0,0 +1,13 @@
{
"New folder": "కొత్త ఫోల్డర్",
"New chat": "కొత్త చాట్",
"No conversations.": "సంభాషణలు లేవు.",
"Search conversations...": "సంభాషణలు వెతకండి...",
"OpenAI API Key": "ఒపెన్ ఎయి ఐ API కీ ",
"Import conversations": "సంభాషణలు దిగుమతి చేయండి",
"Are you sure?": "మీరు ఖచ్చితంగా ఉన్నారా?",
"Clear conversations": "సంభాషణలు తొలగించు",
"Export conversations": "సంభాషణలు ఎగుమతి చేయండి",
"Dark mode": "డార్క్ మోడ్",
"Light mode": "లైట్ మోడ్"
}