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)
This commit is contained in:
balibabu 2024-12-18 16:16:57 +08:00 committed by GitHub
parent 57fe5d0864
commit a5cf6fc546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 14 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',

View File

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

View File

@ -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',

View File

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

View File

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