@@ -2,7 +2,7 @@ export default {
22 title : 'Questions' ,
33 createProblem : 'Create Question' ,
44 detailProblem : 'Question Details' ,
5- quickCreateProblem : 'Quick Create Question ' ,
5+ quickCreateProblem : 'Quick Create' ,
66 quickCreateName : 'question' ,
77 tip : {
88 placeholder : 'Enter the question, support multiple entries, one per line.' ,
@@ -12,14 +12,14 @@ export default {
1212 } ,
1313
1414 setting : {
15- batchDelete : 'Batch Delete' ,
15+ batchDelete : 'Bulk Delete' ,
1616 cancelRelated : 'Cancel Association'
1717 } ,
1818 searchBar : {
1919 placeholder : 'Search by name'
2020 } ,
2121 table : {
22- paragraph_count : 'Associated Segments' ,
22+ paragraph_count : 'Linked Segments' ,
2323 updateTime : 'Update Time'
2424 } ,
2525 delete : {
@@ -28,10 +28,10 @@ export default {
2828 confirmMessage2 : 'segments. Please proceed with caution.'
2929 } ,
3030 relateParagraph : {
31- title : 'Associate Segments ' ,
32- selectDocument : 'Select Document' ,
33- placeholder : 'Search by document name' ,
34- selectParagraph : 'Select Segment ' ,
31+ title : 'Link to Segment ' ,
32+ selectDocument : 'Select a Document' ,
33+ placeholder : 'Search document by name' ,
34+ selectParagraph : 'Select Segments ' ,
3535 selectedParagraph : 'Selected Segments' ,
3636 count : 'Count'
3737 }
0 commit comments