dify/web/i18n/ar-TN/run-log.json
Stephen Zhou 76dc2ea5a0
Revert "migrate to flatted keys"
This reverts commit 469bcd1e64.
2025-12-25 18:06:00 +08:00

30 lines
956 B
JSON

{
"input": "إدخال",
"result": "نتيجة",
"detail": "تفاصيل",
"tracing": "تتبع",
"resultPanel": {
"status": "الحالة",
"time": "الوقت المستغرق",
"tokens": "إجمالي الرموز"
},
"meta": {
"title": "البيانات الوصفية",
"status": "الحالة",
"version": "الإصدار",
"executor": "المنفذ",
"startTime": "وقت البدء",
"time": "الوقت المستغرق",
"tokens": "إجمالي الرموز",
"steps": "خطوات التشغيل"
},
"resultEmpty": {
"title": "هذا التشغيل يخرج فقط تنسيق JSON،",
"tipLeft": "يرجى الذهاب إلى ",
"link": "لوحة التفاصيل",
"tipRight": " لعرضه."
},
"actionLogs": "سجلات العمل",
"circularInvocationTip": "يوجد استدعاء دائري للأدوات/العقد في سير العمل الحالي."
}