diff --git a/public/locales/si/chat.json b/public/locales/si/chat.json new file mode 100644 index 0000000..f94daf4 --- /dev/null +++ b/public/locales/si/chat.json @@ -0,0 +1,25 @@ +{ + "OpenAI API Key Required": "OpenAI 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, OpenAI විසින් පුහුණු කරන ලද විශාල භාෂා ආකෘතියකි. පරිශීලක උපදෙස් ප්රවේශමෙන් අනුගමනය කරන්න. මාර්ක්ඩවුන් භාවිතයෙන් ප්‍රතිචාර දක්වන්න.", + "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 යනු ChatGPT හි අතුරු මුහුණත සහ ක්‍රියාකාරීත්වය අනුකරණය කිරීම අරමුණු කරගත් OpenAI හි චැට් මාදිලි සඳහා වන උසස් චැට්බෝට් කට්ටලයකි.", + "Are you sure you want to clear all messages?": "ඔබට සියලු පණිවිඩ හිස් කිරීමට අවශ්‍ය බව විශ්වාසද?" +} diff --git a/public/locales/si/common.json b/public/locales/si/common.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/public/locales/si/common.json @@ -0,0 +1 @@ +{} diff --git a/public/locales/si/markdown.json b/public/locales/si/markdown.json new file mode 100644 index 0000000..c0e98f3 --- /dev/null +++ b/public/locales/si/markdown.json @@ -0,0 +1,5 @@ +{ + "Copy code": "කේතය පිටපත් කරන්න", + "Copied!": "පිටපත් කළා!", + "Enter file name": "ගොනු නාමය ඇතුළත් කරන්න" +} diff --git a/public/locales/si/sidebar.json b/public/locales/si/sidebar.json new file mode 100644 index 0000000..a40274f --- /dev/null +++ b/public/locales/si/sidebar.json @@ -0,0 +1,13 @@ +{ + "New folder": "නව ෆෝල්ඩරය", + "New chat": "නව සංවාදයක්", + "No conversations.": "සංවාද නැත.", + "Search conversations...": "සංවාද සොයන්න...", + "OpenAI API Key": "OpenAI API යතුර", + "Import conversations": "සංවාද ආයාත කරන්න", + "Are you sure?": "ඔබට විශ්වාස ද?", + "Clear conversations": "සංවාද මකන්න", + "Export conversations": "සංවාද නිර්යාත කරන්න", + "Dark mode": "අඳුරු මාදිලිය", + "Light mode": "ආලෝක මාදිලිය" +}