Skip to content

Commit

Permalink
Feat: Translate the previous run into parsing #4094 (#4095)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
cike8899 authored Dec 18, 2024
1 parent 57fe5d0 commit a5cf6fc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions web/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export default {
view: '表示',
filesSelected: '選択されたファイル',
upload: 'アップロード',
run: '実行',
runningStatus0: '未開始',
run: '解析する',
runningStatus0: '未解決',
runningStatus1: 'パース中',
runningStatus2: 'キャンセル',
runningStatus3: '成功',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/zh-traditional.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export default {
view: '看法',
filesSelected: '選定的文件',
upload: '上傳',
run: '啟動',
runningStatus0: '未啟動',
run: '解析',
runningStatus0: '未解析',
runningStatus1: '解析中',
runningStatus2: '取消',
runningStatus3: '成功',
Expand Down
4 changes: 2 additions & 2 deletions web/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ export default {
view: '看法',
filesSelected: '选定的文件',
upload: '上传',
run: '启动',
runningStatus0: '未启动',
run: '解析',
runningStatus0: '未解析',
runningStatus1: '解析中',
runningStatus2: '取消',
runningStatus3: '成功',
Expand Down

0 comments on commit a5cf6fc

Please sign in to comment.