6500db9c1c
* move index to home folder, create state and context files and barrell folder * Sanity Check Commit: reducer added to home.tsx manual QA all working * WIP: promptBar * fix missing json parse on folders and prompts * split context and add promptbar context * add context to nested prompt componets and componetize Folder componet * remove log * Create buttons folder and componetize sidebar action button * tidy up prompt handlers * componetized sidebar * added back chatbar componet to left side sidebar * monster commit: Componetized the common code between chatbar and promptbar into new componet Sidebar and added context to both bars * add useFetch service * added prettier import sort to keep imports ordered and easier to indentify * added react query and useFetch to work with RQ * added apiService, errorService and reactQuery * add callback and tidy up error service * refactor chat and child componets to useContext * fix extra calls and bad calls to mel endpoint * minor import cleanup --------- Co-authored-by: jc.durbin <jc.durbin@ardanis.com>
29 lines
2.4 KiB
JSON
29 lines
2.4 KiB
JSON
{
|
|
"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": "אתה",
|
|
"Cancel": "Cancel",
|
|
"Save & Submit": "Save & Submit",
|
|
"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.": "אם טרם השלמת חלק זה יש סבירות גבוהה להתרחשות תקלה",
|
|
"click if using a .env.local file": "click if using a .env.local file",
|
|
"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",
|
|
"Are you sure you want to clear all messages?": "האם אתה בטוח שברצונך למחוק את כל ההודעות?"
|
|
}
|