File size: 775 Bytes
a8b3f00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
const translation = {
  input: 'ورودی',
  result: 'نتیجه',
  detail: 'جزئیات',
  tracing: 'ردیابی',
  resultPanel: {
    status: 'وضعیت',
    time: 'زمان گذشته',
    tokens: 'کل توکن‌ها',
  },
  meta: {
    title: 'فراداده',
    status: 'وضعیت',
    version: 'نسخه',
    executor: 'اجراکننده',
    startTime: 'زمان شروع',
    time: 'زمان گذشته',
    tokens: 'کل توکن‌ها',
    steps: 'گام‌های اجرا',
  },
  resultEmpty: {
    title: 'این اجرا فقط خروجی به فرمت JSON دارد،',
    tipLeft: 'لطفاً به ',
    link: 'پنل جزئیات',
    tipRight: ' بروید و آن را مشاهده کنید.',
  },
}

export default translation