HoangHa commited on
Commit
3111eb6
Β·
verified Β·
1 Parent(s): 2d300ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -12,15 +12,15 @@ import gradio as gr
12
  import pandas as pd
13
 
14
  # Translation of legends and titels
15
- ANNOTATED = 'Vertaald'
16
- NUMBER_ANNOTATED = 'Totaal vertaald'
17
- PENDING = 'Nog te gaan'
18
 
19
- NUMBER_ANNOTATORS = "Aantal vertalers"
20
  NAME = 'Username'
21
- NUMBER_ANNOTATIONS = 'Aantal vertalingen'
22
 
23
- CATEGORY = 'Categorie'
24
 
25
 
26
 
 
12
  import pandas as pd
13
 
14
  # Translation of legends and titels
15
+ ANNOTATED = 'Đã dα»‹ch'
16
+ NUMBER_ANNOTATED = 'Tα»•ng sα»‘ mαΊ«u Δ‘Γ£ dα»‹ch'
17
+ PENDING = 'Sα»‘ mαΊ«u cΓ²n lαΊ‘i'
18
 
19
+ NUMBER_ANNOTATORS = "Sα»‘ thΓ nh viΓͺn tham gia"
20
  NAME = 'Username'
21
+ NUMBER_ANNOTATIONS = 'Tα»—ng sα»‘ mαΊ«u'
22
 
23
+ CATEGORY = 'Danh mα»₯c'
24
 
25
 
26