mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
feat: 新增班优浏览器登录导入
This commit is contained in:
@@ -572,7 +572,14 @@
|
||||
"importTextPlaceholder": "Example:\nAlice\nBob\nCharlie",
|
||||
"importByText": "Import from Text",
|
||||
"importByXlsx": "Import via xlsx",
|
||||
"importByBanyou": "Import from BanYou",
|
||||
"importByBanyou": "Import from Easicare",
|
||||
"banyouLoginMethodTitle": "Choose Easicare Login Method",
|
||||
"banyouBrowserLogin": "Login to Easicare in Browser (Recommended)",
|
||||
"banyouBrowserLoginHint": "A Playwright browser window will open. Complete login there, then SecScore will capture the Cookie and close the browser automatically.",
|
||||
"banyouManualCookie": "Enter Cookie Manually",
|
||||
"banyouBrowserLoginWaiting": "Browser opened. Please complete Easicare login.",
|
||||
"banyouBrowserCookieSuccess": "Easicare Cookie captured",
|
||||
"banyouBrowserLoginFailed": "Failed to login to Easicare in browser",
|
||||
"xlsxPreview": "XLSX Preview & Import",
|
||||
"file": "File",
|
||||
"selectNameCol": "Click header to select name column",
|
||||
@@ -584,12 +591,12 @@
|
||||
"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.",
|
||||
"banyouCookieHint": "After signing in to Easicare 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",
|
||||
"banyouFetchFailed": "Failed to fetch Easicare classrooms",
|
||||
"banyouCreatedClasses": "Classes I Created",
|
||||
"banyouJoinedClasses": "Classes I Joined",
|
||||
"banyouNoClasses": "No classroom data",
|
||||
@@ -609,7 +616,7 @@
|
||||
"banyouSelectTeamPlanFirst": "Please select a group plan first",
|
||||
"banyouImportSelected": "Import Selected",
|
||||
"banyouNothingSelected": "Please select at least one item to import",
|
||||
"banyouImportSummary": "BanYou import done: Students +{{studentsInserted}}/{{studentsSkipped}} skipped; Reasons +{{reasonsInserted}}/{{reasonsSkipped}} skipped; Groups updated {{groupsUpdated}}/{{groupsSkipped}} skipped",
|
||||
"banyouImportSummary": "Easicare import done: Students +{{studentsInserted}}/{{studentsSkipped}} skipped; Reasons +{{reasonsInserted}}/{{reasonsSkipped}} skipped; Groups updated {{groupsUpdated}}/{{groupsSkipped}} skipped",
|
||||
"editTagTitle": "Edit Tags - {{name}}",
|
||||
"editGroup": "Set Group",
|
||||
"editGroupTitle": "Set Group - {{name}}",
|
||||
|
||||
Reference in New Issue
Block a user