mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
feat: 新增班优导入并修复班级头像显示
This commit is contained in:
@@ -468,10 +468,12 @@
|
||||
"tagSaveSuccess": "Tags saved successfully",
|
||||
"tagSaveFailed": "Failed to save tags",
|
||||
"importTitle": "Import List",
|
||||
"importOptionsTitle": "Choose Import Method",
|
||||
"importTextHint": "Paste multiple lines, one student name per line",
|
||||
"importTextPlaceholder": "Example:\nAlice\nBob\nCharlie",
|
||||
"importByText": "Import from Text",
|
||||
"importByXlsx": "Import via xlsx",
|
||||
"importByBanyou": "Import from BanYou",
|
||||
"xlsxPreview": "XLSX Preview & Import",
|
||||
"file": "File",
|
||||
"selectNameCol": "Click header to select name column",
|
||||
@@ -483,6 +485,18 @@
|
||||
"selectNameColFirst": "Please select \"Name Column\" first",
|
||||
"noNamesFound": "No importable names found in selected column",
|
||||
"importFailed": "Import failed",
|
||||
"banyouCookieHint": "After signing in to BanYou Web, copy the full Cookie and paste it below.",
|
||||
"banyouCookiePlaceholder": "uid=...; accessToken=...; ...",
|
||||
"banyouCookieRequired": "Please paste Cookie first",
|
||||
"banyouFetch": "Fetch Classrooms",
|
||||
"banyouFetchSuccess": "Fetched {{count}} classrooms",
|
||||
"banyouFetchFailed": "Failed to fetch BanYou classrooms",
|
||||
"banyouCreatedClasses": "Classes I Created",
|
||||
"banyouJoinedClasses": "Classes I Joined",
|
||||
"banyouNoClasses": "No classroom data",
|
||||
"banyouClassTeacher": "Teacher: ",
|
||||
"banyouStudentCount": "Students: ",
|
||||
"banyouPraiseCount": "Praise: ",
|
||||
"editTagTitle": "Edit Tags - {{name}}",
|
||||
"editGroup": "Set Group",
|
||||
"editGroupTitle": "Set Group - {{name}}",
|
||||
|
||||
Reference in New Issue
Block a user