* wip new home page multiuser auth * implement new login page designs for single and multiuser auth * fix scroll overflow on mobile * rounded custom logos * fix up translation entry to use var --------- Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
1002 lines
37 KiB
JavaScript
1002 lines
37 KiB
JavaScript
// Anything with "null" requires a translation. Contribute to translation via a PR!
|
||
const TRANSLATIONS = {
|
||
onboarding: {
|
||
home: {
|
||
title: "مرحبا في",
|
||
getStarted: "بسم الله",
|
||
},
|
||
llm: {
|
||
title: "إعدادات نموذج التعلم العميق المفضّلة",
|
||
description:
|
||
"يمكن لـِ إيني ثينك إلْلْمْ العمل مع عدة موفرين لنماذج التعلم العميق لأداء خدمة المحادثات",
|
||
},
|
||
userSetup: {
|
||
title: "إنشاء المستعمِل",
|
||
description: ".ضبط إعدادات مستعمِلِك",
|
||
howManyUsers: "كم من مستعمِل سيستعمِل هذا المثيل ؟",
|
||
justMe: "فقط أنا",
|
||
myTeam: "فريقي",
|
||
instancePassword: "كلمة مرورالمثيل",
|
||
setPassword: "هل تريد إنشاء كلمة مرور ؟",
|
||
passwordReq: "يجب أن تحتوي كلمة المرور على ثمانية حروف على الأقل",
|
||
passwordWarn: "من المهم حفظ كلمة المرور هذه لأنه لا يمكن استردادها.",
|
||
adminUsername: "اسم مستعمل حساب المشرف",
|
||
adminPassword: "كلمة مرور حساب المشرف",
|
||
adminPasswordReq: "يجب أن تكون كلمات المرور 8 أحرف على الأقل.",
|
||
teamHint:
|
||
"بمجرد اكتمال الإنشاء ستكون المشرف الوحيد يمكنك دعوة الآخرين ليكونوا مستعملين أو مشرفين. لا تفقد كلمة المرور الخاصة بك حيث يمكن للمشرفين فقط إعادة تعيين كلمات المرور",
|
||
},
|
||
data: {
|
||
title: "معالجة البيانات والخصوصية",
|
||
description:
|
||
"نحن ملتزمون بالشفافية والمراقبة عندما يتعلق الأمر ببياناتك الشخصية.",
|
||
settingsHint: "يمكن إعادة ضبط هذه الإعدادات في أي وقت.",
|
||
},
|
||
survey: {
|
||
title: "مرحباً في إيني ثينك إلْلْمْ",
|
||
description:
|
||
" بما يتناسب مع احتياجاتك ساعدنا إذا أحببت في تصميم إيني ثينك إلْلْمْ",
|
||
email: "ما هو بريدك الالكتروني؟",
|
||
useCase: "لماذا ستستخدم إيني ثينك إلْلْمْ؟",
|
||
useCaseWork: "للعمل",
|
||
useCasePersonal: "للاستخدام الشخصي",
|
||
useCaseOther: "شيء آخَر",
|
||
comment: "كيف سمعت عن إيني ثينك إلْلْمْ ؟",
|
||
commentPlaceholder:
|
||
"أخبرنا كيف وجدتنا!، يوتيوب، تويتر، جيثوب، ريديت وما إلى ذلك -",
|
||
skip: "تخطي الاستطلاع",
|
||
thankYou: "شكرا على تقييماتك!",
|
||
},
|
||
workspace: {
|
||
title: "قم بإنشاء مساحة العمل الأولى الخاصة بك",
|
||
description:
|
||
"قم بإنشاء مساحة العمل الأولى الخاصة بك وابدأ مع إيني ثينك إلْلْمْ.",
|
||
},
|
||
},
|
||
common: {
|
||
"workspaces-name": "اسم مساحة العمل",
|
||
error: "خطأ",
|
||
success: "موفّق",
|
||
user: "مستعمِل",
|
||
selection: "اختيار النموذج",
|
||
saving: "حفظ...",
|
||
save: "حفظ التغييرات",
|
||
previous: "الصفحة السابقة",
|
||
next: "الصفحة التالية",
|
||
optional: "اختياري",
|
||
yes: "نعم",
|
||
no: "لا",
|
||
search: null,
|
||
username_requirements:
|
||
"يجب أن يتكون اسم المستخدم من 2-32 حرفًا، وأن يبدأ بحرف صغير، وأن يحتوي فقط على أحرف صغيرة وأرقام وشرطات سفلية وشرطات ونقاط.",
|
||
},
|
||
settings: {
|
||
title: "إعدادات المثيل",
|
||
system: "الإعدادات العامة",
|
||
invites: "دعوات",
|
||
users: "مستعملون",
|
||
workspaces: "مساحات العمل",
|
||
"workspace-chats": "محادثات مساحة العمل",
|
||
customization: "التخصيص",
|
||
"api-keys": "واجهة برمجة التطبيقات للمطورين",
|
||
llm: "النماذج اللغوية الكبيرة",
|
||
transcription: "النسْخ",
|
||
embedder: "مُضمّن",
|
||
"text-splitting": "تقسيم النص تقطيعه",
|
||
"voice-speech": "الصوت والخطاب",
|
||
"vector-database": "قاعدة بيانات المتجهات",
|
||
embeds: "تضمين المحادثة",
|
||
"embed-chats": "سجل تضمين المحادثة",
|
||
security: "حماية",
|
||
"event-logs": "سجلات الأحداث",
|
||
privacy: "الخصوصية والبيانات",
|
||
"ai-providers": "موفرو الذكاء الاصطناعي",
|
||
"agent-skills": "مهارات الوكيل",
|
||
admin: "مشرف",
|
||
tools: "أدوات",
|
||
"experimental-features": "الميزات التجريبية",
|
||
contact: "اتصل بالدعم",
|
||
"browser-extension": "ملحق المتصفح",
|
||
"system-prompt-variables": null,
|
||
interface: null,
|
||
branding: null,
|
||
chat: null,
|
||
"mobile-app": null,
|
||
},
|
||
login: {
|
||
"multi-user": {
|
||
welcome: "مرحبا في",
|
||
"placeholder-username": "اسم المستعمِل",
|
||
"placeholder-password": "كلمة المرور",
|
||
login: "تسجيل الدخول",
|
||
validating: "جاري التحقق...",
|
||
"forgot-pass": "هل نسيت كلمة المرور",
|
||
reset: "إعادة الضبط",
|
||
},
|
||
"sign-in": "تسجيل الدخول إلى حساب {{appName}}.",
|
||
"password-reset": {
|
||
title: "إعادة تعيين كلمة المرور",
|
||
description:
|
||
"قم بإدخال المعلومات اللازمة أدناه لإعادة تعيين كلمة المرور الخاصة بك.",
|
||
"recovery-codes": "رموز الاسترداد",
|
||
"recovery-code": " {{index}} رمز الاسترداد",
|
||
"back-to-login": "العودة إلى تسجيل الدخول",
|
||
},
|
||
},
|
||
"new-workspace": {
|
||
title: "مساحة عمل جديدة",
|
||
placeholder: "مساحتي للعمل",
|
||
},
|
||
"workspaces—settings": {
|
||
general: "الإعدادات العامة",
|
||
chat: "إعدادات المحادثة",
|
||
vector: "قاعدة بيانات المتجهات",
|
||
members: "أعضاء",
|
||
agent: "تكوين الوكيل",
|
||
},
|
||
general: {
|
||
vector: {
|
||
title: "عدد المتجهات",
|
||
description:
|
||
"العدد الإجمالي للمتجهات في قاعدة بيانات المتجهات الخاصة بك.",
|
||
},
|
||
names: {
|
||
description: "سيؤدي هذا فقط إلى تغيير اسم العرض لمساحة العمل الخاصة بك.",
|
||
},
|
||
message: {
|
||
title: "رسائل المحادثة المقترحة",
|
||
description:
|
||
" تخصيص الرسائل التي سيتم اقتراحها لمستعملي مساحة العمل الخاصة بك.",
|
||
add: "إضافة رسالة جديدة",
|
||
save: "حفظ الرسائل",
|
||
heading: "اشرح لي",
|
||
body: "فوائد برنامج إيني ثينك إلْلْمْ",
|
||
},
|
||
pfp: {
|
||
title: "صورة الملف الشخصي للمساعد",
|
||
description: "تخصيص صورة الملف الشخصي للمساعد لمساحة العمل هذه.",
|
||
image: "صورة مساحة العمل",
|
||
remove: "إزالة صورة مساحة العمل",
|
||
},
|
||
delete: {
|
||
title: "حذف مساحة العمل",
|
||
description:
|
||
"احذف مساحة العمل هذه وكل بياناتها. سيؤدي هذا إلى حذف مساحة العمل لجميع المستخدمين.",
|
||
delete: "حذف مساحة العمل",
|
||
deleting: "حذف مساحة العمل...",
|
||
"confirm-start": "أنت على وشكِ حذف كامل",
|
||
"confirm-end":
|
||
"لمساحة العمل. سيؤدي هذا إلى إزالة جميع تضمينات المتجهات في قاعدة بيانات المتجهات الخاصة بك.\n\nستظل ملفات المصدر الأصلية دون مساس. هذا الإجراء لا رجعة فيه.",
|
||
},
|
||
},
|
||
chat: {
|
||
llm: {
|
||
title: "موفر نموذج التعلم العميق لمساحة العمل",
|
||
description:
|
||
"موفر نموذج التعلم العميق المحدد والنموذج الذي سيتم استخدامه لمساحة العمل هذه. من الوهلة الأولى، يستخدم موفر نموذج التعلم العميق هذا مع إعدادات النظام.",
|
||
search: "البحث عن كل مُوفري نماذج التعلم العميق",
|
||
},
|
||
model: {
|
||
title: "نموذج محادثة مساحة العمل",
|
||
description:
|
||
"نموذج المحادثة المحدد الذي سيتم استخدامه لمساحة العمل هذه. إذا كان غير محدد، فسيتم استخدام نموذج التعلم العميق الافتراضي للنظام.",
|
||
wait: "-- في انتظار النماذج --",
|
||
},
|
||
mode: {
|
||
title: "وضع المحادثة",
|
||
chat: {
|
||
title: "المحادثة",
|
||
"desc-start": "سيقدم إجابات حسب المعرفة العامة لنموذج التعلم العميق",
|
||
and: "and",
|
||
"desc-end": "المستند الذي تم العثور عليه حسب السياق.",
|
||
},
|
||
query: {
|
||
title: "استعلام",
|
||
"desc-start": "سوف تقدم الإجابات",
|
||
only: "فقط",
|
||
"desc-end": "إذا وجد المستند في السياق",
|
||
},
|
||
},
|
||
history: {
|
||
title: "سجل المحادثة",
|
||
"desc-start":
|
||
"عدد المحادثات السابقة التي سيتم تضمينها في رد الذاكرة قصيرة المدى.",
|
||
recommend: "الموصى به 20.",
|
||
"desc-end":
|
||
"من المرجح أن يؤدي أي رقم أكبر من 45 إلى فشل مستمر في المحادثة اعتمادًا على حجم الرسالة.",
|
||
},
|
||
prompt: {
|
||
title: "النداء",
|
||
description:
|
||
"النداء التي سيتم استخدامه في مساحة العمل هذه. حدد السياق والتعليمات للذكاء الاصطناعي للاستجابة. يجب عليك تقديم نداء مصمم بعناية حتى يتمكن الذكاء الاصطناعي من إنشاء استجابة دقيقة وذات صلة.",
|
||
history: {
|
||
title: null,
|
||
clearAll: null,
|
||
noHistory: null,
|
||
restore: null,
|
||
delete: null,
|
||
deleteConfirm: null,
|
||
clearAllConfirm: null,
|
||
expand: null,
|
||
publish: null,
|
||
},
|
||
},
|
||
refusal: {
|
||
title: "الرد على رفض وضعية الاستعلام",
|
||
"desc-start": "عندما تكون في",
|
||
query: "استعلام",
|
||
"desc-end":
|
||
"وضعٍية ترغب في إرجاع رفض آخر مناسب عندما لا يتم العثور على السياق.",
|
||
"tooltip-title": null,
|
||
"tooltip-description": null,
|
||
},
|
||
temperature: {
|
||
title: "حرارة نموذج التعلم العميق",
|
||
"desc-start":
|
||
'يتحكم هذا الإعداد في مدى "الإبداع" الذي ستكون عليه إجابات نموذج التعلم العميق.',
|
||
"desc-end":
|
||
"كلما زاد العدد كلما كان الإبداع أكبر. بالنسبة لبعض النماذج، قد يؤدي هذا إلى استجابات غير منسجمة عند ضبطها على رقم مرتفع للغاية.",
|
||
hint: "لدى معظم نماذج التعلم العميق مجالات مقبولة مختلفة من القيم الصالحة. استشر موفر نموذج التعلم العميق الخاص بك للحصول على هذه المعلومات.",
|
||
},
|
||
},
|
||
"vector-workspace": {
|
||
identifier: "معرف قاعدة بيانات المتجهة",
|
||
snippets: {
|
||
title: "الحد الأقصى لمقتطفات السياق",
|
||
description:
|
||
"يتحكم هذا الإعداد في الحد الأقصى لعدد مقتطفات السياق التي سيتم إرسالها إلى نموذج التعلم العميق لكل محادثة أو استعلام.",
|
||
recommend: "الموصى به: 4",
|
||
},
|
||
doc: {
|
||
title: "عتبة تشابه المستند",
|
||
description:
|
||
"الحد الأدنى لدرجة التشابه المطلوبة لاعتبار المصدر مرتبطًا بالمحادثة. وكلما زاد الرقم، كلما كان المصدر أكثر تشابهًا بالمحادثة.",
|
||
zero: "لا قيد",
|
||
low: "منخفضة (درجة التشابه ≥ .25)",
|
||
medium: "متوسطة (درجة التشابه ≥ .50)",
|
||
high: "عالية (درجة التشابه ≥ .75)",
|
||
},
|
||
reset: {
|
||
reset: "إعادة تعيين قاعدة بيانات المتجهات",
|
||
resetting: "مسح المتجهات...",
|
||
confirm:
|
||
"أنت على وشك إعادة تعيين قاعدة بيانات المتجهات الخاصة بمساحة العمل هذه. سيؤدي هذا إلى إزالة جميع تضمينات المتجهات المضمنة حاليًا.\n\nستظل ملفات المصدر الأصلية دون مساس. هذا الإجراء لا رجعة فيه.",
|
||
error: "تعذرت إعادة تعيين قاعدة بيانات متجهة مساحة العمل!",
|
||
success: "تم إعادة تعيين قاعدة بيانات متجهة مساحة العمل!",
|
||
},
|
||
},
|
||
agent: {
|
||
"performance-warning":
|
||
"يعتمد أداء نماذج التعلم العميق التي لا تدعم صراحةً استدعاء الأدوات بشكل كبير على قدرات النموذج ودقته. قد تكون بعض القدرات محدودة أو غير وظيفية.",
|
||
provider: {
|
||
title: "موفر نموذج التعلم العميق لوكيل مساحة العمل",
|
||
description:
|
||
"موفر نموذج التعلم العميق والنموذج المحدد الذي سيتم استخدامه لوكيل الخاص بمساحة العمل هذه.",
|
||
},
|
||
mode: {
|
||
chat: {
|
||
title: "نموذج محادثة وكيل مساحة العمل",
|
||
description:
|
||
"نموذج المحادثة المحدد الذي سيتم استخدامه لوكيل الخاص بمساحة العمل هذه.",
|
||
},
|
||
title: "نموذج وكيل مساحة العمل",
|
||
description:
|
||
"نموذج نموذج التعلم العميق المحدد الذي سيتم استخدامه لوكيل الخاص بمساحة العمل هذه.",
|
||
wait: "-- في انتظار النماذج --",
|
||
},
|
||
skill: {
|
||
title: "مهارات الوكيل الافتراضية",
|
||
description:
|
||
"قم بتحسين القدرات الطبيعية للوكيل الافتراضي باستخدام هذه المهارات المعدة مسبقًا. ينطبق هذا الإعداد على جميع مساحات العمل.",
|
||
rag: {
|
||
title: "التوليد المعزز بالاسترجاع والذاكرة طويلة المدى",
|
||
description:
|
||
'اسمح للوكيل بالاستفادة من مستنداتك المحلية للإجابة على استعلام أو اطلب من الوكيل "تذكر" أجزاء من المحتوى لاسترجاعها في الذاكرة طويلة المدى.',
|
||
},
|
||
view: {
|
||
title: "عرض وتلخيص المستندات",
|
||
description:
|
||
"السماح للوكيل بإدراج وتلخيص محتوى ملفات مساحة العمل المضمنة حاليًا.",
|
||
},
|
||
scrape: {
|
||
title: "جمع محتوى المواقع الإلكترونية",
|
||
description: "السماح للوكيل بزيارة مواقع الويب وجمع محتواها.",
|
||
},
|
||
generate: {
|
||
title: "إنشاء المخططات البيانية",
|
||
description:
|
||
"تمكين الوكيل الافتراضي لإنشاء أنواع مختلفة من المخططات من البيانات المقدمة أو المعطاة في المحادثة.",
|
||
},
|
||
save: {
|
||
title: "إنشاء الملفات وحفظها في المتصفح",
|
||
description:
|
||
"تمكين الوكيل الافتراضي من إنشاء الملفات والكتابة عليها وحفظها و تنزيلها في متصفحك.",
|
||
},
|
||
web: {
|
||
title: "البحث والتصفح المباشر على الويب",
|
||
"desc-start":
|
||
"قم بتمكين الوكيل الخاص بك من البحث في الويب للإجابة على أسئلتك من خلال الاتصال بموفر البحث على الويب.",
|
||
"desc-end":
|
||
"لن يعمل البحث على الويب أثناء حصص المحادثة بواسطة الوكيل حتى يتم إعداد ذلك.",
|
||
},
|
||
},
|
||
},
|
||
recorded: {
|
||
title: "محادثات مساحة العمل",
|
||
description:
|
||
"هذه هي جميع المحادثات والرسائل المسجلة التي أرسلها المستعملون مرتبة حسب تاريخ إنشائها.",
|
||
export: "تصدير",
|
||
table: {
|
||
id: "معرف",
|
||
by: "أرسلت بواسطة",
|
||
workspace: "مساحة العمل",
|
||
prompt: "نداء",
|
||
response: "استجابة",
|
||
at: "أرسلت في",
|
||
},
|
||
},
|
||
api: {
|
||
title: " مفاتيح واجهة برمجة التطبيقات.",
|
||
description:
|
||
"تسمح مفاتيح واجهة برمجة التطبيقات لحامليها بالوصول إلى مثيل إني ثينك إلْلْم هذا وإدارته برمجيًا.",
|
||
link: "اقرأ وثائق واجهة برمجة التطبيقات .",
|
||
generate: "إنشاء مفتاح واجهة برمجة التطبيقات الجديد",
|
||
table: {
|
||
key: "مفتاح واجهة برمجة التطبيقات",
|
||
by: "تم الإنشاء بواسطة",
|
||
created: "تم إنشاؤها",
|
||
},
|
||
},
|
||
llm: {
|
||
title: "تفضيل نموذج التعلم العميق",
|
||
description:
|
||
"هذه هي بيانات الاعتماد والإعدادات الخاصة بنموذج التعلم العميق للمحادثة وموفر التضمين المفضلين لديك . من المهم أن تكون هذه المفاتيح حديثة وصحيحة وإلا فلن يعمل برنامج إني ثينك إلْلْم بشكل صحيح.",
|
||
provider: "موفر نموذج التعلم العميق",
|
||
providers: {
|
||
azure_openai: {
|
||
azure_service_endpoint: null,
|
||
api_key: null,
|
||
chat_deployment_name: null,
|
||
chat_model_token_limit: null,
|
||
model_type: null,
|
||
default: null,
|
||
reasoning: null,
|
||
model_type_tooltip: null,
|
||
},
|
||
},
|
||
},
|
||
transcription: {
|
||
title: "تفضيل نموذج النسخ",
|
||
description:
|
||
"هذه هي بيانات الاعتماد والإعدادات الخاصة بموفر نموذج النسخ المفضل لديك. من المهم أن تكون هذه المفاتيح حديثة وصحيحة وإلا فلن يتم نسخ ملفات الوسائط والصوت.",
|
||
provider: "موفر النسخ",
|
||
"warn-start":
|
||
"يمكن أن يؤدي استخدام نموذج الهمس المحلي على الأجهزة ذات ذاكرة الوصول العشوائي أو وحدة المعالجة المركزية المحدودة إلى تعطيل إني ثينك إلْلْم عند معالجة ملفات الوسائط.",
|
||
"warn-recommend":
|
||
"نوصي بذاكرة وصول عشوائي بسعة 2 جيجابايت على الأقل وتحميل ملفات أقل من 10 ميجا بايت.",
|
||
"warn-end": "سيتم تنزيل النموذج المدمج تلقائيًا عند الاستخدام الأول.",
|
||
},
|
||
embedding: {
|
||
title: "تفضيل التضمين",
|
||
"desc-start":
|
||
"عند استخدام نموذج تعلم عميق لا يدعم محرك التضمين أصلاً - قد تحتاج إلى تحديد بيانات الاعتماد بالإضافة إلى ذلك لتضمين النص.",
|
||
"desc-end":
|
||
"التضمين هو عملية تحويل النص إلى متجهات. هذه البيانات مطلوبة لتحويل ملفاتك ومطالباتك إلى تنسيق يمكن لـ إني ثينك إلْلْمْ استخدامه للمعالجة.",
|
||
provider: {
|
||
title: "موفر التضمين",
|
||
},
|
||
},
|
||
text: {
|
||
title: "تقسيم النص وتفضيلات التقطيع",
|
||
"desc-start":
|
||
"في بعض الأحيان، قد ترغب في تغيير الطريقة الافتراضية التي يتم بها تقسيم المستندات الجديدة وتقطيعها قبل إدراجها في قاعدة بيانات المتجهة الخاصة بك.",
|
||
"desc-end":
|
||
"يجب عليك فقط تعديل هذا الإعداد إذا كنت تفهم كيفية عمل تقسيم النص وتأثيراته الجانبية.",
|
||
size: {
|
||
title: "حجم قطعة النص",
|
||
description:
|
||
"هذا هو الحد الأقصى لطول الأحرف التي يمكن أن تكون موجودة في متجهة واحدة.",
|
||
recommend: "الحد الأقصى لطول نموذج التضمين هو",
|
||
},
|
||
overlap: {
|
||
title: "تداخل قطعة النص",
|
||
description:
|
||
"هذا هو الحد الأقصى لتداخل الأحرف الذي يحدث أثناء تقطيع قطعتي نص متجاورتين.",
|
||
},
|
||
},
|
||
vector: {
|
||
title: "قاعدة بيانات المتجهة",
|
||
description:
|
||
"هذه هي بيانات الاعتماد والإعدادات الخاصة بكيفية عمل مثيل إني ثينك إلْلْمْ الخاص بك. من المهم أن تكون هذه المفاتيح حالية وصحيحة.",
|
||
provider: {
|
||
title: "موفر قاعدة بيانات المتجهة",
|
||
description: "ليست هناك حاجة تعيين إعدادات لانسديبي .",
|
||
},
|
||
},
|
||
embeddable: {
|
||
title: "أدوات المحادثة القابلة للتضمين",
|
||
description:
|
||
"تعتبر أدوات المحادثة القابلة للتضمين عبارة عن واجهات محادثة عامة مرتبطة بمساحة عمل واحدة. تتيح لك هذه الأدوات إنشاء مساحات عمل يمكنك بعد ذلك نشرها .",
|
||
create: "إنشاء تضمين",
|
||
table: {
|
||
workspace: "مساحة العمل",
|
||
chats: "المحادثات المرسلة",
|
||
active: "المجالات النشطة",
|
||
created: null,
|
||
},
|
||
},
|
||
"embed-chats": {
|
||
title: "تضمين المحادثات",
|
||
export: "تصدير",
|
||
description:
|
||
"هذه هي جميع المحادثات والرسائل المسجلة من أي تضمين قمت بنشره.",
|
||
table: {
|
||
embed: "تضمين",
|
||
sender: "مُرسِل",
|
||
message: "رسالة",
|
||
response: "استجابة",
|
||
at: "أرسلت في",
|
||
},
|
||
},
|
||
event: {
|
||
title: "سجلات الحدث",
|
||
description:
|
||
"عرض كافة الإجراءات والأحداث التي تحدث في هذا المثيل للمراقبة.",
|
||
clear: "محو سجلات الأحداث",
|
||
table: {
|
||
type: "نوع الحدث",
|
||
user: "مستعمِل",
|
||
occurred: "حدث في",
|
||
},
|
||
},
|
||
privacy: {
|
||
title: "الخصوصية ومعالجة البيانات",
|
||
description:
|
||
"هذا هو التكوين الخاص بك لكيفية تعامل موفري الطرف الثالث المتصلين و إني ثينك إلْلْمْ مع بياناتك.",
|
||
llm: "اختيار نموذج التعلم العميق",
|
||
embedding: "تفضيلات التضمين",
|
||
vector: "قاعدة بيانات المتجهة",
|
||
anonymous: "تم تمكين القياس المستتر عن بعد ",
|
||
},
|
||
connectors: {
|
||
"search-placeholder": null,
|
||
"no-connectors": null,
|
||
github: {
|
||
name: null,
|
||
description: null,
|
||
URL: null,
|
||
URL_explained: null,
|
||
token: null,
|
||
optional: null,
|
||
token_explained: null,
|
||
token_explained_start: null,
|
||
token_explained_link1: null,
|
||
token_explained_middle: null,
|
||
token_explained_link2: null,
|
||
token_explained_end: null,
|
||
ignores: null,
|
||
git_ignore: null,
|
||
task_explained: null,
|
||
branch: null,
|
||
branch_loading: null,
|
||
branch_explained: null,
|
||
token_information: null,
|
||
token_personal: null,
|
||
},
|
||
gitlab: {
|
||
name: null,
|
||
description: null,
|
||
URL: null,
|
||
URL_explained: null,
|
||
token: null,
|
||
optional: null,
|
||
token_explained: null,
|
||
token_description: null,
|
||
token_explained_start: null,
|
||
token_explained_link1: null,
|
||
token_explained_middle: null,
|
||
token_explained_link2: null,
|
||
token_explained_end: null,
|
||
fetch_issues: null,
|
||
ignores: null,
|
||
git_ignore: null,
|
||
task_explained: null,
|
||
branch: null,
|
||
branch_loading: null,
|
||
branch_explained: null,
|
||
token_information: null,
|
||
token_personal: null,
|
||
},
|
||
youtube: {
|
||
name: null,
|
||
description: null,
|
||
URL: null,
|
||
URL_explained_start: null,
|
||
URL_explained_link: null,
|
||
URL_explained_end: null,
|
||
task_explained: null,
|
||
language: null,
|
||
language_explained: null,
|
||
loading_languages: null,
|
||
},
|
||
"website-depth": {
|
||
name: null,
|
||
description: null,
|
||
URL: null,
|
||
URL_explained: null,
|
||
depth: null,
|
||
depth_explained: null,
|
||
max_pages: null,
|
||
max_pages_explained: null,
|
||
task_explained: null,
|
||
},
|
||
confluence: {
|
||
name: null,
|
||
description: null,
|
||
deployment_type: null,
|
||
deployment_type_explained: null,
|
||
base_url: null,
|
||
base_url_explained: null,
|
||
space_key: null,
|
||
space_key_explained: null,
|
||
username: null,
|
||
username_explained: null,
|
||
auth_type: null,
|
||
auth_type_explained: null,
|
||
auth_type_username: null,
|
||
auth_type_personal: null,
|
||
token: null,
|
||
token_explained_start: null,
|
||
token_explained_link: null,
|
||
token_desc: null,
|
||
pat_token: null,
|
||
pat_token_explained: null,
|
||
task_explained: null,
|
||
bypass_ssl: null,
|
||
bypass_ssl_explained: null,
|
||
},
|
||
manage: {
|
||
documents: null,
|
||
"data-connectors": null,
|
||
"desktop-only": null,
|
||
dismiss: null,
|
||
editing: null,
|
||
},
|
||
directory: {
|
||
"my-documents": null,
|
||
"new-folder": null,
|
||
"search-document": null,
|
||
"no-documents": null,
|
||
"move-workspace": null,
|
||
name: null,
|
||
"delete-confirmation": null,
|
||
"removing-message": null,
|
||
"move-success": null,
|
||
date: null,
|
||
type: null,
|
||
no_docs: null,
|
||
select_all: null,
|
||
deselect_all: null,
|
||
remove_selected: null,
|
||
costs: null,
|
||
save_embed: null,
|
||
},
|
||
upload: {
|
||
"processor-offline": null,
|
||
"processor-offline-desc": null,
|
||
"click-upload": null,
|
||
"file-types": null,
|
||
"or-submit-link": null,
|
||
"placeholder-link": null,
|
||
fetching: null,
|
||
"fetch-website": null,
|
||
"privacy-notice": null,
|
||
},
|
||
pinning: {
|
||
what_pinning: null,
|
||
pin_explained_block1: null,
|
||
pin_explained_block2: null,
|
||
pin_explained_block3: null,
|
||
accept: null,
|
||
},
|
||
watching: {
|
||
what_watching: null,
|
||
watch_explained_block1: null,
|
||
watch_explained_block2: null,
|
||
watch_explained_block3_start: null,
|
||
watch_explained_block3_link: null,
|
||
watch_explained_block3_end: null,
|
||
accept: null,
|
||
},
|
||
obsidian: {
|
||
name: null,
|
||
description: null,
|
||
vault_location: null,
|
||
vault_description: null,
|
||
selected_files: null,
|
||
importing: null,
|
||
import_vault: null,
|
||
processing_time: null,
|
||
vault_warning: null,
|
||
},
|
||
},
|
||
chat_window: {
|
||
welcome: null,
|
||
get_started: null,
|
||
get_started_default: null,
|
||
upload: null,
|
||
or: null,
|
||
send_chat: null,
|
||
send_message: null,
|
||
attach_file: null,
|
||
slash: null,
|
||
agents: null,
|
||
text_size: null,
|
||
microphone: null,
|
||
send: null,
|
||
attachments_processing: null,
|
||
tts_speak_message: null,
|
||
copy: null,
|
||
regenerate: null,
|
||
regenerate_response: null,
|
||
good_response: null,
|
||
more_actions: null,
|
||
hide_citations: null,
|
||
show_citations: null,
|
||
pause_tts_speech_message: null,
|
||
fork: null,
|
||
delete: null,
|
||
save_submit: null,
|
||
cancel: null,
|
||
edit_prompt: null,
|
||
edit_response: null,
|
||
at_agent: null,
|
||
default_agent_description: null,
|
||
custom_agents_coming_soon: null,
|
||
slash_reset: null,
|
||
preset_reset_description: null,
|
||
add_new_preset: null,
|
||
command: null,
|
||
your_command: null,
|
||
placeholder_prompt: null,
|
||
description: null,
|
||
placeholder_description: null,
|
||
save: null,
|
||
small: null,
|
||
normal: null,
|
||
large: null,
|
||
workspace_llm_manager: {
|
||
search: null,
|
||
loading_workspace_settings: null,
|
||
available_models: null,
|
||
available_models_description: null,
|
||
save: null,
|
||
saving: null,
|
||
missing_credentials: null,
|
||
missing_credentials_description: null,
|
||
},
|
||
},
|
||
profile_settings: {
|
||
edit_account: null,
|
||
profile_picture: null,
|
||
remove_profile_picture: null,
|
||
username: null,
|
||
new_password: null,
|
||
password_description: null,
|
||
cancel: null,
|
||
update_account: null,
|
||
theme: null,
|
||
language: null,
|
||
failed_upload: null,
|
||
upload_success: null,
|
||
failed_remove: null,
|
||
profile_updated: null,
|
||
failed_update_user: null,
|
||
account: null,
|
||
support: null,
|
||
signout: null,
|
||
},
|
||
customization: {
|
||
interface: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
branding: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
chat: {
|
||
title: null,
|
||
description: null,
|
||
auto_submit: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
auto_speak: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
spellcheck: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
},
|
||
items: {
|
||
theme: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
"show-scrollbar": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
"support-email": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
"app-name": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
"chat-message-alignment": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
"display-language": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
logo: {
|
||
title: null,
|
||
description: null,
|
||
add: null,
|
||
recommended: null,
|
||
remove: null,
|
||
replace: null,
|
||
},
|
||
"welcome-messages": {
|
||
title: null,
|
||
description: null,
|
||
new: null,
|
||
system: null,
|
||
user: null,
|
||
message: null,
|
||
assistant: null,
|
||
"double-click": null,
|
||
save: null,
|
||
},
|
||
"browser-appearance": {
|
||
title: null,
|
||
description: null,
|
||
tab: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
favicon: {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
},
|
||
"sidebar-footer": {
|
||
title: null,
|
||
description: null,
|
||
icon: null,
|
||
link: null,
|
||
},
|
||
"render-html": {
|
||
title: null,
|
||
description: null,
|
||
},
|
||
},
|
||
},
|
||
"main-page": {
|
||
noWorkspaceError: null,
|
||
checklist: {
|
||
title: null,
|
||
tasksLeft: null,
|
||
completed: null,
|
||
dismiss: null,
|
||
tasks: {
|
||
create_workspace: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
send_chat: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
embed_document: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
setup_system_prompt: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
define_slash_command: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
visit_community: {
|
||
title: null,
|
||
description: null,
|
||
action: null,
|
||
},
|
||
},
|
||
},
|
||
quickLinks: {
|
||
title: null,
|
||
sendChat: null,
|
||
embedDocument: null,
|
||
createWorkspace: null,
|
||
},
|
||
exploreMore: {
|
||
title: null,
|
||
features: {
|
||
customAgents: {
|
||
title: null,
|
||
description: null,
|
||
primaryAction: null,
|
||
secondaryAction: null,
|
||
},
|
||
slashCommands: {
|
||
title: null,
|
||
description: null,
|
||
primaryAction: null,
|
||
secondaryAction: null,
|
||
},
|
||
systemPrompts: {
|
||
title: null,
|
||
description: null,
|
||
primaryAction: null,
|
||
secondaryAction: null,
|
||
},
|
||
},
|
||
},
|
||
announcements: {
|
||
title: null,
|
||
},
|
||
resources: {
|
||
title: null,
|
||
links: {
|
||
docs: null,
|
||
star: null,
|
||
},
|
||
keyboardShortcuts: null,
|
||
},
|
||
},
|
||
"keyboard-shortcuts": {
|
||
title: null,
|
||
shortcuts: {
|
||
settings: null,
|
||
workspaceSettings: null,
|
||
home: null,
|
||
workspaces: null,
|
||
apiKeys: null,
|
||
llmPreferences: null,
|
||
chatSettings: null,
|
||
help: null,
|
||
showLLMSelector: null,
|
||
},
|
||
},
|
||
community_hub: {
|
||
publish: {
|
||
system_prompt: {
|
||
success_title: null,
|
||
success_description: null,
|
||
success_thank_you: null,
|
||
view_on_hub: null,
|
||
modal_title: null,
|
||
name_label: null,
|
||
name_description: null,
|
||
name_placeholder: null,
|
||
description_label: null,
|
||
description_description: null,
|
||
tags_label: null,
|
||
tags_description: null,
|
||
tags_placeholder: null,
|
||
visibility_label: null,
|
||
public_description: null,
|
||
private_description: null,
|
||
publish_button: null,
|
||
submitting: null,
|
||
submit: null,
|
||
prompt_label: null,
|
||
prompt_description: null,
|
||
prompt_placeholder: null,
|
||
},
|
||
agent_flow: {
|
||
public_description: null,
|
||
private_description: null,
|
||
success_title: null,
|
||
success_description: null,
|
||
success_thank_you: null,
|
||
view_on_hub: null,
|
||
modal_title: null,
|
||
name_label: null,
|
||
name_description: null,
|
||
name_placeholder: null,
|
||
description_label: null,
|
||
description_description: null,
|
||
tags_label: null,
|
||
tags_description: null,
|
||
tags_placeholder: null,
|
||
visibility_label: null,
|
||
publish_button: null,
|
||
submitting: null,
|
||
submit: null,
|
||
privacy_note: null,
|
||
},
|
||
generic: {
|
||
unauthenticated: {
|
||
title: null,
|
||
description: null,
|
||
button: null,
|
||
},
|
||
},
|
||
slash_command: {
|
||
success_title: null,
|
||
success_description: null,
|
||
success_thank_you: null,
|
||
view_on_hub: null,
|
||
modal_title: null,
|
||
name_label: null,
|
||
name_description: null,
|
||
name_placeholder: null,
|
||
description_label: null,
|
||
description_description: null,
|
||
command_label: null,
|
||
command_description: null,
|
||
command_placeholder: null,
|
||
tags_label: null,
|
||
tags_description: null,
|
||
tags_placeholder: null,
|
||
visibility_label: null,
|
||
public_description: null,
|
||
private_description: null,
|
||
publish_button: null,
|
||
submitting: null,
|
||
prompt_label: null,
|
||
prompt_description: null,
|
||
prompt_placeholder: null,
|
||
},
|
||
},
|
||
},
|
||
security: {
|
||
title: "حماية",
|
||
multiuser: {
|
||
title: "وضعية المستعملين المتعددين",
|
||
description:
|
||
"قم بإعداد مثيلك لدعم فريقك من خلال تنشيط وضعية المستعملين المتعددين.",
|
||
enable: {
|
||
"is-enable": "تم تمكين وضعية المستعملين المتعددين",
|
||
enable: "تمكين وضعية المستعملين المتعددين",
|
||
description:
|
||
"افتراضيًا، ستكون أنت المشرف الوحيد. وبصفتك مشرفا ستحتاج إلى إنشاء حسابات لجميع المستعملين أو المشرفين الجدد. لا تفقد كلمة مرورك، حيث يمكن فقط للمستعمل المشرف إعادة تعيين كلمات المرور.",
|
||
username: "اسم المستعمل لحساب المشرف",
|
||
password: "كلمة مرور حساب المشرف",
|
||
},
|
||
},
|
||
password: {
|
||
title: "حماية كلمة المرور",
|
||
description:
|
||
"إحم مثيل إني ثينك إلْلْمْ بكلمة المرور. إذا نسيتها فلا يوجد طريقة لاستردادها، فاحرص على حفظها.",
|
||
"password-label": "كلمة مرور المثيل",
|
||
},
|
||
},
|
||
home: {
|
||
welcome: "مرحبا",
|
||
chooseWorkspace: "اختر مساحة العمل لبدء المحادثة!",
|
||
notAssigned:
|
||
"لا تم التخصيص لأي مساحة عمل.\nيرجى الاتصال بمدير المثيل لطلب الوصول إلى مساحة عمل.",
|
||
goToWorkspace: 'الذهاب إلى "{{workspace}}"',
|
||
},
|
||
};
|
||
|
||
export default TRANSLATIONS;
|