chore: Update translations (#8544)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2024-01-16 15:19:38 +05:30
committed by GitHub
parent d1e7e75638
commit e467d15f2c
501 changed files with 10361 additions and 7417 deletions

View File

@@ -1,73 +1,73 @@
{
"AGENT_BOTS": {
"HEADER": "בוטים",
"LOADING_EDITOR": "טוען את העורך...",
"HEADER_BTN_TXT": "הוסף הגדרת בוט",
"SIDEBAR_TXT": "<p><b>סוכן בוט</b> <p>סוכני בוט מאפשרים לך לבצע אוטומציה של השיחה</p>",
"LOADING_EDITOR": "Loading editor...",
"HEADER_BTN_TXT": "Add bot configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.</p> <p> You can manage your bots from this page or create new ones using the 'Add bot configuraton' button.</p> <p> Open the <a href=\"https://www.chatwoot.com/hc/chatwoot-user-guide-cloud-version/articles/1677497472-how-to-use-agent-bots\" target=\"blank\">Agent bots handbook</a> in another tab for a helping hand.</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "שם הבוט",
"PLACEHOLDER": "תן שם לבוט שלך",
"ERROR": "חובה לתת שם לבוט"
"LABEL": "Bot name",
"PLACEHOLDER": "Name your bot.",
"ERROR": "חובה לתת שם לבוט."
},
"DESCRIPTION": {
"LABEL": "תיאור הבוט",
"LABEL": "Bot description",
"PLACEHOLDER": "מה הבוט הזה עושה?"
},
"BOT_CONFIG": {
"ERROR": "נא הכנס את הגדרות ה-CSML עבור הבוט שלך",
"API_ERROR": "הגדרות ה-CSML אינם תקינים, נא לתקן ולנסות שוב."
"ERROR": "נא הכנס את הגדרות ה-CSML עבור הבוט שלך.",
"API_ERROR": "Your CSML configuration is invalid. Please fix it and try again."
},
"SUBMIT": "אמת ושמור"
},
"BOT_CONFIGURATION": {
"TITLE": "בחר סוכן בוט",
"DESC": "תוכל להגדיר את סוכן הבוט מתוך הרשימה עבור תיבת דואר זו. הבוט יכול לנהל את השיחה ולהעביר אותה לנציג אנושי כשיידרש.",
"DESC": "Assign an Agent Bot to your inbox. They can handle initial conversations and transfer them to a live agent when necessary.",
"SUBMIT": "עדכן",
"DISCONNECT": "נתק בוט",
"SUCCESS_MESSAGE": "סוכן הבוט עודכן בהצלחה",
"DISCONNECTED_SUCCESS_MESSAGE": "סוכן הבוט נותק בהצלחה",
"ERROR_MESSAGE": "עדכון סוכן הבוט נכשל, אנא נסה מאוחר יותר",
"DISCONNECTED_ERROR_MESSAGE": "ניתוק סוכן הבוט נכשל, אנא נסה מאוחר יותר",
"SELECT_PLACEHOLDER": "בחר בוט"
"DISCONNECT": "Disconnect bot",
"SUCCESS_MESSAGE": "סוכן הבוט עודכן בהצלחה.",
"DISCONNECTED_SUCCESS_MESSAGE": "סוכן הבוט נותק בהצלחה.",
"ERROR_MESSAGE": "Could not update the agent bot. Please try again.",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot. Please try again.",
"SELECT_PLACEHOLDER": "Select bot"
},
"ADD": {
"TITLE": "הגדר בוט חדש",
"CANCEL_BUTTON_TEXT": "ביטול",
"API": {
"SUCCESS_MESSAGE": "הבוט התווסף בהצלחה",
"ERROR_MESSAGE": "הוספת הבוט נכשלה, אנא נסה מאוחר יותר"
"SUCCESS_MESSAGE": "הבוט התווסף בהצלחה.",
"ERROR_MESSAGE": "Could not add bot. Please try again later."
}
},
"LIST": {
"404": "לא נמצאו בוטים, תוכל ליצור אחד בתפריט \"הגדר בוט חדש\" ↗",
"LOADING": "מבצע משיכת בוטים...",
"TYPE": "סוג הבוט"
"404": "No bots found. You can create a bot by clicking the 'Configure new bot' button ↗",
"LOADING": "Fetching bots...",
"TYPE": "Bot type"
},
"DELETE": {
"BUTTON_TEXT": "מחק",
"TITLE": "מחק בוט",
"TITLE": "Delete bot",
"SUBMIT": "מחק",
"CANCEL_BUTTON_TEXT": "ביטול",
"DESCRIPTION": "האם אתה בטוח שברצונך למחוק בוט זה? פעולה זו לא ניתנת לשחזור",
"DESCRIPTION": "האם אתה בטוח שברצונך למחוק בוט זה? פעולה זו לא ניתנת לשחזור.",
"API": {
"SUCCESS_MESSAGE": "הבוט נמחק בהצלחה",
"ERROR_MESSAGE": "מחיקת הבוט נכשלה, אנא נסה מאוחר יותר"
"SUCCESS_MESSAGE": "הבוט נמחק בהצלחה.",
"ERROR_MESSAGE": "Could not delete bot. Please try again."
}
},
"EDIT": {
"BUTTON_TEXT": "ערוך",
"LOADING": "מבצע משיכת בוטים...",
"TITLE": "ערוך בוט",
"LOADING": "Fetching bots...",
"TITLE": "Edit bot",
"CANCEL_BUTTON_TEXT": "ביטול",
"API": {
"SUCCESS_MESSAGE": "הבוט עודכן בהצלחה",
"ERROR_MESSAGE": "עדכון הבוט נכשל, אנא נסה מאוחר יותר"
"SUCCESS_MESSAGE": "הבוט עודכן בהצלחה.",
"ERROR_MESSAGE": "Could not update bot. Please try again."
}
},
"TYPES": {
"WEBHOOK": "Webhook בוט",
"CSML": "CSML בוט"
"WEBHOOK": "Webhook bot",
"CSML": "CSML bot"
}
}
}