Bladeren bron

Feat: Translate the previous run into parsing #4094 (#4095)

### What problem does this PR solve?

Feat: Translate the previous run into parsing #4094

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.15.0
balibabu 10 maanden geleden
bovenliggende
commit
a5cf6fc546
No account linked to committer's email address

+ 2
- 2
web/src/locales/en.ts Bestand weergeven

@@ -121,8 +121,8 @@ export default {
view: 'View',
filesSelected: 'Files Selected',
upload: 'Upload',
run: 'Run',
runningStatus0: 'UNSTART',
run: 'Parse',
runningStatus0: 'UNParsed',
runningStatus1: 'Parsing',
runningStatus2: 'CANCEL',
runningStatus3: 'SUCCESS',

+ 2
- 2
web/src/locales/es.ts Bestand weergeven

@@ -115,8 +115,8 @@ export default {
view: 'Ver',
filesSelected: 'Archivos seleccionados',
upload: 'Subir',
run: 'Ejecutar',
runningStatus0: 'NO INICIADO',
run: 'Analizar Gramaticalmente',
runningStatus0: 'Irresoluto',
runningStatus1: 'Analizando',
runningStatus2: 'CANCELADO',
runningStatus3: 'ÉXITO',

+ 2
- 2
web/src/locales/id.ts Bestand weergeven

@@ -120,8 +120,8 @@ export default {
view: 'Lihat',
filesSelected: 'File Terpilih',
upload: 'Unggah',
run: 'Jalankan',
runningStatus0: 'BELUM DIMULAI',
run: 'Menguraikan',
runningStatus0: 'Belum Terselesaikan',
runningStatus1: 'Parsing',
runningStatus2: 'BATAL',
runningStatus3: 'SUKSES',

+ 2
- 2
web/src/locales/ja.ts Bestand weergeven

@@ -120,8 +120,8 @@ export default {
view: '表示',
filesSelected: '選択されたファイル',
upload: 'アップロード',
run: '実行',
runningStatus0: '未開始',
run: '解析する',
runningStatus0: '未解決',
runningStatus1: 'パース中',
runningStatus2: 'キャンセル',
runningStatus3: '成功',

+ 2
- 2
web/src/locales/vi.ts Bestand weergeven

@@ -123,8 +123,8 @@ export default {
view: 'Xem',
filesSelected: 'Các tệp được chọn',
upload: 'Tải lên',
run: 'Chạy',
runningStatus0: 'UNSTART',
run: 'Phân tích cú pháp',
runningStatus0: 'Chưa được giải quyết',
runningStatus1: 'Parsing',
runningStatus2: 'CANCEL',
runningStatus3: 'SUCCESS',

+ 2
- 2
web/src/locales/zh-traditional.ts Bestand weergeven

@@ -119,8 +119,8 @@ export default {
view: '看法',
filesSelected: '選定的文件',
upload: '上傳',
run: '啟動',
runningStatus0: '未啟動',
run: '解析',
runningStatus0: '未解析',
runningStatus1: '解析中',
runningStatus2: '取消',
runningStatus3: '成功',

+ 2
- 2
web/src/locales/zh.ts Bestand weergeven

@@ -119,8 +119,8 @@ export default {
view: '看法',
filesSelected: '选定的文件',
upload: '上传',
run: '启动',
runningStatus0: '未启动',
run: '解析',
runningStatus0: '未解析',
runningStatus1: '解析中',
runningStatus2: '取消',
runningStatus3: '成功',

Laden…
Annuleren
Opslaan