mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'myori/main' into feat/collaboration2
This commit is contained in:
@ -384,8 +384,8 @@
|
||||
"nodes.agent.strategyNotFoundDescAndSwitchVersion": "نسخه افزونه نصب شده این استراتژی را ارائه نمی دهد. برای تغییر نسخه کلیک کنید.",
|
||||
"nodes.agent.strategyNotInstallTooltip": "{{strategy}} نصب نشده است",
|
||||
"nodes.agent.strategyNotSet": "استراتژی عامل تنظیم نشده است",
|
||||
"nodes.agent.toolNotAuthorizedTooltip": "{{ابزار}} مجاز نیست",
|
||||
"nodes.agent.toolNotInstallTooltip": "{{ابزار}} نصب نشده است",
|
||||
"nodes.agent.toolNotAuthorizedTooltip": "{{tool}} مجاز نیست",
|
||||
"nodes.agent.toolNotInstallTooltip": "{{tool}} نصب نشده است",
|
||||
"nodes.agent.toolbox": "جعبه ابزار",
|
||||
"nodes.agent.tools": "ابزار",
|
||||
"nodes.agent.unsupportedStrategy": "استراتژی پشتیبانی نشده",
|
||||
@ -456,10 +456,10 @@
|
||||
"nodes.common.pluginNotInstalled": "افزونه نصب نشده است",
|
||||
"nodes.common.retry.maxRetries": "حداکثر تلاش مجدد",
|
||||
"nodes.common.retry.ms": "خانم",
|
||||
"nodes.common.retry.retries": "{{عدد}} تلاش های مجدد",
|
||||
"nodes.common.retry.retries": "{{num}} تلاش های مجدد",
|
||||
"nodes.common.retry.retry": "دوباره",
|
||||
"nodes.common.retry.retryFailed": "تلاش مجدد ناموفق بود",
|
||||
"nodes.common.retry.retryFailedTimes": "{{بار}} تلاش های مجدد ناموفق بود",
|
||||
"nodes.common.retry.retryFailedTimes": "{{times}} تلاش های مجدد ناموفق بود",
|
||||
"nodes.common.retry.retryInterval": "فاصله تلاش مجدد",
|
||||
"nodes.common.retry.retryOnFailure": "در مورد شکست دوباره امتحان کنید",
|
||||
"nodes.common.retry.retrySuccessful": "امتحان مجدد با موفقیت انجام دهید",
|
||||
@ -570,8 +570,8 @@
|
||||
"nodes.iteration.deleteDesc": "حذف نود تکرار باعث حذف تمام نودهای فرزند خواهد شد",
|
||||
"nodes.iteration.deleteTitle": "حذف نود تکرار؟",
|
||||
"nodes.iteration.errorResponseMethod": "روش پاسخ به خطا",
|
||||
"nodes.iteration.error_one": "{{تعداد}} خطا",
|
||||
"nodes.iteration.error_other": "{{تعداد}} خطاهای",
|
||||
"nodes.iteration.error_one": "{{count}} خطا",
|
||||
"nodes.iteration.error_other": "{{count}} خطا",
|
||||
"nodes.iteration.flattenOutput": "صاف کردن خروجی",
|
||||
"nodes.iteration.flattenOutputDesc": "هنگامی که فعال باشد، اگر تمام خروجیهای تکرار آرایه باشند، آنها به یک آرایهٔ واحد تبدیل خواهند شد. هنگامی که غیرفعال باشد، خروجیها ساختار آرایهٔ تو در تو را حفظ میکنند.",
|
||||
"nodes.iteration.input": "ورودی",
|
||||
|
||||
Reference in New Issue
Block a user