Add support for i18n Farsi language (fa-IR) (#7044)

This commit is contained in:
Sadegh Ghanbari Shohani
2024-08-07 11:14:42 +03:30
committed by GitHub
parent 99b78dd198
commit ffa992acf7
25 changed files with 3259 additions and 0 deletions

29
web/i18n/fa-IR/run-log.ts Normal file
View 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