balibabu commited on
Commit
4f018d6
·
1 Parent(s): 140f895

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

Browse files

### 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)

web/src/locales/en.ts CHANGED
@@ -121,8 +121,8 @@ export default {
121
  view: 'View',
122
  filesSelected: 'Files Selected',
123
  upload: 'Upload',
124
- run: 'Run',
125
- runningStatus0: 'UNSTART',
126
  runningStatus1: 'Parsing',
127
  runningStatus2: 'CANCEL',
128
  runningStatus3: 'SUCCESS',
 
121
  view: 'View',
122
  filesSelected: 'Files Selected',
123
  upload: 'Upload',
124
+ run: 'Parse',
125
+ runningStatus0: 'UNParsed',
126
  runningStatus1: 'Parsing',
127
  runningStatus2: 'CANCEL',
128
  runningStatus3: 'SUCCESS',
web/src/locales/es.ts CHANGED
@@ -115,8 +115,8 @@ export default {
115
  view: 'Ver',
116
  filesSelected: 'Archivos seleccionados',
117
  upload: 'Subir',
118
- run: 'Ejecutar',
119
- runningStatus0: 'NO INICIADO',
120
  runningStatus1: 'Analizando',
121
  runningStatus2: 'CANCELADO',
122
  runningStatus3: 'ÉXITO',
 
115
  view: 'Ver',
116
  filesSelected: 'Archivos seleccionados',
117
  upload: 'Subir',
118
+ run: 'Analizar Gramaticalmente',
119
+ runningStatus0: 'Irresoluto',
120
  runningStatus1: 'Analizando',
121
  runningStatus2: 'CANCELADO',
122
  runningStatus3: 'ÉXITO',
web/src/locales/id.ts CHANGED
@@ -120,8 +120,8 @@ export default {
120
  view: 'Lihat',
121
  filesSelected: 'File Terpilih',
122
  upload: 'Unggah',
123
- run: 'Jalankan',
124
- runningStatus0: 'BELUM DIMULAI',
125
  runningStatus1: 'Parsing',
126
  runningStatus2: 'BATAL',
127
  runningStatus3: 'SUKSES',
 
120
  view: 'Lihat',
121
  filesSelected: 'File Terpilih',
122
  upload: 'Unggah',
123
+ run: 'Menguraikan',
124
+ runningStatus0: 'Belum Terselesaikan',
125
  runningStatus1: 'Parsing',
126
  runningStatus2: 'BATAL',
127
  runningStatus3: 'SUKSES',
web/src/locales/ja.ts CHANGED
@@ -120,8 +120,8 @@ export default {
120
  view: '表示',
121
  filesSelected: '選択されたファイル',
122
  upload: 'アップロード',
123
- run: '実行',
124
- runningStatus0: '未開始',
125
  runningStatus1: 'パース中',
126
  runningStatus2: 'キャンセル',
127
  runningStatus3: '成功',
 
120
  view: '表示',
121
  filesSelected: '選択されたファイル',
122
  upload: 'アップロード',
123
+ run: '解析する',
124
+ runningStatus0: '未解決',
125
  runningStatus1: 'パース中',
126
  runningStatus2: 'キャンセル',
127
  runningStatus3: '成功',
web/src/locales/vi.ts CHANGED
@@ -123,8 +123,8 @@ export default {
123
  view: 'Xem',
124
  filesSelected: 'Các tệp được chọn',
125
  upload: 'Tải lên',
126
- run: 'Chạy',
127
- runningStatus0: 'UNSTART',
128
  runningStatus1: 'Parsing',
129
  runningStatus2: 'CANCEL',
130
  runningStatus3: 'SUCCESS',
 
123
  view: 'Xem',
124
  filesSelected: 'Các tệp được chọn',
125
  upload: 'Tải lên',
126
+ run: 'Phân tích cú pháp',
127
+ runningStatus0: 'Chưa được giải quyết',
128
  runningStatus1: 'Parsing',
129
  runningStatus2: 'CANCEL',
130
  runningStatus3: 'SUCCESS',
web/src/locales/zh-traditional.ts CHANGED
@@ -119,8 +119,8 @@ export default {
119
  view: '看法',
120
  filesSelected: '選定的文件',
121
  upload: '上傳',
122
- run: '啟動',
123
- runningStatus0: '未啟動',
124
  runningStatus1: '解析中',
125
  runningStatus2: '取消',
126
  runningStatus3: '成功',
 
119
  view: '看法',
120
  filesSelected: '選定的文件',
121
  upload: '上傳',
122
+ run: '解析',
123
+ runningStatus0: '未解析',
124
  runningStatus1: '解析中',
125
  runningStatus2: '取消',
126
  runningStatus3: '成功',
web/src/locales/zh.ts CHANGED
@@ -119,8 +119,8 @@ export default {
119
  view: '看法',
120
  filesSelected: '选定的文件',
121
  upload: '上传',
122
- run: '启动',
123
- runningStatus0: '未启动',
124
  runningStatus1: '解析中',
125
  runningStatus2: '取消',
126
  runningStatus3: '成功',
 
119
  view: '看法',
120
  filesSelected: '选定的文件',
121
  upload: '上传',
122
+ run: '解析',
123
+ runningStatus0: '未解析',
124
  runningStatus1: '解析中',
125
  runningStatus2: '取消',
126
  runningStatus3: '成功',