Add support for i18n Farsi language (fa-IR) (#7044)
This commit is contained in:

committed by
GitHub

parent
99b78dd198
commit
ffa992acf7
29
web/i18n/fa-IR/run-log.ts
Normal file
29
web/i18n/fa-IR/run-log.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
Reference in New Issue
Block a user