i18n: Add persian (farsi)
This commit is contained in:
29
src/assets/locale/fa/playground.json
Normal file
29
src/assets/locale/fa/playground.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"ollamaState": {
|
||||
"searching": "در حال جستجوی Ollama شما 🦙",
|
||||
"running": "Ollama در حال اجرا است 🦙",
|
||||
"notRunning": "امکان اتصال به Ollama وجود ندارد 🦙",
|
||||
"connectionError": "به نظر می رسد که خطای اتصال دارید. لطفا برای عیب یابی به این <anchor>مستندات</anchor> مراجعه کنید."
|
||||
},
|
||||
"formError": {
|
||||
"noModel": "لطفا یک مدل را انتخاب کنید",
|
||||
"noEmbeddingModel": "لطفا یک مدل جاسازی در صفحه تنظیمات > RAG تنظیم کنید"
|
||||
},
|
||||
"form": {
|
||||
"textarea": {
|
||||
"placeholder": "یک پیام تایپ کنید..."
|
||||
},
|
||||
"webSearch": {
|
||||
"on": "روشن",
|
||||
"off": "خاموش"
|
||||
}
|
||||
},
|
||||
"tooltip": {
|
||||
"searchInternet": "جستجوی اینترنت",
|
||||
"speechToText": "گفتار به متن",
|
||||
"uploadImage": "آپلود تصویر",
|
||||
"stopStreaming": "توقف Streaming",
|
||||
"knowledge": "دانش"
|
||||
},
|
||||
"sendWhenEnter": "با فشار دادن Enter ارسال شود"
|
||||
}
|
||||
Reference in New Issue
Block a user