diff --git a/next-i18next.config.js b/next-i18next.config.js index 716d287..d26d440 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -1,7 +1,7 @@ module.exports = { i18n: { defaultLocale: "en", - locales: ["de", "en", "fr", "ru", "zh", "es", "sv", "pt"], + locales: ["de", "en", "fr", "ru", "zh", "es", "sv", "pt", "te"], }, localePath: typeof window === "undefined" diff --git a/public/locales/te/chat.json b/public/locales/te/chat.json new file mode 100644 index 0000000..b13501c --- /dev/null +++ b/public/locales/te/chat.json @@ -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 ఇంటర్ఫేస్ మరియు కార్యాచరణను అనుకరించడానికి." +} \ No newline at end of file diff --git a/public/locales/te/common.json b/public/locales/te/common.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/public/locales/te/common.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/public/locales/te/markdown.json b/public/locales/te/markdown.json new file mode 100644 index 0000000..9c6490a --- /dev/null +++ b/public/locales/te/markdown.json @@ -0,0 +1,5 @@ +{ + "Copy code": "కోడ్‌ను కాపీ చేయండి", + "Copied!": "కాపీ చేయబడింది!", + "Enter file name": "ఫైల్ పేరు నమోదు చేయండి" +} \ No newline at end of file diff --git a/public/locales/te/sidebar.json b/public/locales/te/sidebar.json new file mode 100644 index 0000000..13a4f49 --- /dev/null +++ b/public/locales/te/sidebar.json @@ -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": "లైట్ మోడ్" +} \ No newline at end of file