add_Hebrew_locales (#190)

* add_Hebrew_locales

Add Locales of Hebrew

* Update next-i18next.config.js

updating i-18next with Hebrew
This commit is contained in:
oznav2 2023-03-26 12:29:51 +03:00 committed by GitHub
parent 4d0d1e8b95
commit ff13a3eab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 44 additions and 0 deletions

View File

@ -14,6 +14,7 @@ module.exports = {
"te",
"vi",
"zh",
"he",
],
},
localePath:

View File

@ -0,0 +1,24 @@
{
"OpenAI API Key Required": "מפתח openAI API",
"Please set your OpenAI API key in the bottom left of the sidebar.": "עליך להזין את המפתח האישי שלך בצידו השמאלי התחתון של תפריט הניווט.",
"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.": "You are Hebrew speaking ChatGPT, a large language model trained by OpenAI which responds in Hebrew to any question or User comment. Follow the user's instructions carefully. Respond in Hebrew using markdown.",
"Enter a prompt": "הקלד הודעה",
"Regenerate response": "הפק תשובה מחדש",
"Sorry, there was an error.": "התנצלותנו הכנה, המערכת מדווחת על תקלה",
"Model": "מודל",
"Conversation": "שיחה",
"OR": "או",
"Loading...": "טוען...",
"Type a message...": "הקלד הודעתך...",
"Error fetching models.": "תקלה באיחזור רשימת המודלים",
"AI": "המערכת",
"You": "אתה",
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "עליך לוודא שמפתח האישי שלך מוזן בתפריט מצד שמאל",
"If you completed this step, OpenAI may be experiencing issues.": "אם טרם השלמת חלק זה יש סבירות גבוהה להתרחשות תקלה",
"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.": "מערכת הצאטבוט היא ערכה מתקדמת לניהול שיחה המכוונת לחקות את המראה והפונקציונאלית של 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": "מפתח אישי ל openAI",
"Import conversations": "ייבוא שיחות",
"Are you sure?": "אתה בטוח?",
"Clear conversations": "ניקוי שיחות",
"Export conversations": "ייצוא שיחות",
"Dark mode": "מצב כהה",
"Light mode": "מצב בהיר"
}