forked from mckaywrigley/chatbot-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: added Sinhala language locales (mckaywrigley#276)
- Loading branch information
1 parent
b2ef40c
commit 3f82710
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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?": "ඔබට සියලු පණිවිඩ හිස් කිරීමට අවශ්ය බව විශ්වාසද?" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"Copy code": "කේතය පිටපත් කරන්න", | ||
"Copied!": "පිටපත් කළා!", | ||
"Enter file name": "ගොනු නාමය ඇතුළත් කරන්න" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "ආලෝක මාදිලිය" | ||
} |