{ "common": { "next": "Next", "prev": "Previous", "finish": "Finish", "cancel": "Cancel", "save": "Save", "loading": "Loading...", "confirm": "Confirm", "success": "Success", "error": "Error", "delete": "Delete", "edit": "Edit", "add": "Add", "search": "Search", "clear": "Clear", "close": "Close", "yes": "Yes", "no": "No", "submit": "Submit", "reset": "Reset", "import": "Import", "export": "Export", "create": "Create", "update": "Update", "refresh": "Refresh", "view": "View", "name": "Name", "status": "Status", "operation": "Operation", "description": "Description", "total": "Total {{count}} items", "noData": "No data", "pleaseSelect": "Please select", "pleaseEnter": "Please enter", "readOnly": "Read-only mode", "none": "None" }, "oobe": { "title": "Welcome to SecScore", "subtitle": "Education Points Management Expert", "step": "Step {{current}}/{{total}}", "skip": "Skip", "steps": { "entry": { "title": "Get Started", "description": "Choose how you want to proceed", "enterOobe": "Enter OOBE", "connectPostgresAutoSync": "Connect PostgreSQL with Auto Sync", "skipDirect": "Skip OOBE and Enter" }, "postgresql": { "title": "Connect PostgreSQL", "description": "Enter a PostgreSQL connection string. The app will connect and auto-sync before entering.", "connectionPlaceholder": "postgresql://user:password@host:port/database?sslmode=require", "autoSyncAndEnter": "Connect, Auto Sync, and Enter" }, "language": { "title": "Select Language", "description": "Choose your preferred interface language" }, "theme": { "title": "Set Theme", "description": "Choose your preferred interface appearance", "mode": "Mode", "lightMode": "Light", "darkMode": "Dark", "primaryColor": "Primary Color", "backgroundGradient": "Background Gradient" }, "password": { "title": "Set Password", "description": "Set login password to protect your data (optional)", "adminPassword": "Admin Password", "adminPasswordHint": "Full access to all features, 6 digits", "pointsPassword": "Points Password", "pointsPasswordHint": "Points operations only, 6 digits", "passwordPlaceholder": "Enter 6 digits", "hint": "Leave empty to skip, you can configure in settings later" }, "students": { "title": "Import Student List", "description": "Add student list to start points management", "import": "Import List", "manual": "Add Manually", "importHint": "Supports Excel (.xlsx) or JSON files", "manualHint": "You can paste multiple lines, one student name per line", "dragDrop": "Drag and drop files here, or click to select", "supportedFormats": "Supports .xlsx, .json formats", "studentName": "Student Name", "addStudent": "Add Student", "noStudents": "No students yet, please add or import", "studentCount": "{{count}} students added", "studentExists": "Student already exists", "importSuccess": "Successfully imported {{count}} students", "noNewStudents": "No new students to import", "parseFailed": "File parsing failed", "unsupportedFormat": "Unsupported file format" }, "reasons": { "title": "Set Reasons", "description": "Add common point change reasons", "addReason": "Add Reason", "reasonName": "Reason Name", "points": "Points", "positive": "Add Points", "negative": "Deduct Points", "noReasons": "No reasons yet, please add common reasons", "reasonCount": "{{count}} reasons added", "reasonExists": "Reason already exists" }, "start": { "title": "Ready to Go", "description": "Everything is ready. Let's start using SecScore!", "features": { "score": "Easily manage student points", "history": "Complete point change history", "settlement": "Support settlement and archiving" }, "startButton": "Get Started" } } }, "settings": { "title": "Settings", "tabs": { "appearance": "Appearance", "security": "Security", "database": "Database Connection", "dataManagement": "Data Management", "urlProtocol": "URL Protocol", "about": "About" }, "language": "Language", "languageHint": "Select interface display language", "theme": "Theme", "password": "Set Password", "themeMode": "Mode", "lightMode": "Light", "darkMode": "Dark", "primaryColor": "Primary Color", "backgroundGradient": "Background Gradient", "searchKeyboard": { "title": "Search Keyboard", "hint": "Choose the pop-up keyboard layout under the search box", "disableToggle": "Disable Search Keyboard", "disableHint": "When enabled, the keyboard will no longer pop up below the search box", "options": { "qwerty26": "26-key (QWERTY)", "t9": "9-key (T9)" } }, "interfaceZoom": "Interface Zoom", "zoomOptions": { "small70": "Small (70%)", "default100": "Default (100%)", "large150": "Large (150%)" }, "general": { "saved": "Saved", "saveFailed": "Save failed" }, "zoomHint": "Adjust the overall size of the application interface", "zoomUpdated": "Interface zoom updated", "updateFailed": "Update failed", "security": { "title": "Password Protection System", "adminPassword": "Admin Password", "pointsPassword": "Points Password", "recoveryString": "Recovery String", "set": "Set", "notSet": "Not Set", "generated": "Generated", "notGenerated": "Not Generated", "enterPassword": "Enter 6-digit number (leave empty to skip)", "adminPasswordPlaceholder": "Enter 6-digit admin password (leave empty to skip)", "pointsPasswordPlaceholder": "Enter 6-digit points password (leave empty to skip)", "recoveryPlaceholder": "Enter recovery string", "savePassword": "Save Password", "savePasswords": "Save Passwords", "generateRecovery": "Generate Recovery String", "clearAllPasswords": "Clear All Passwords", "recoveryReset": "Recovery String Reset", "enterRecovery": "Enter recovery string", "resetPassword": "Reset Password", "resetHint": "Reset will clear admin/points passwords and generate a new recovery string.", "confirmClear": "Confirm clearing all passwords?", "clearHint": "After clearing, protection will be disabled (no password defaults to admin permission).", "saved": "Password updated", "saveFailed": "Update failed", "generateFailed": "Generate failed", "resetFailed": "Reset failed", "cleared": "Cleared", "clearFailed": "Clear failed", "passwordClearedNewRecovery": "Password cleared, new recovery string", "newRecoveryString": "New recovery string (please save it)" }, "database": { "title": "Database Connection", "currentStatus": "Current Database Status", "sqliteLocal": "SQLite Local Database", "postgresqlRemote": "PostgreSQL Remote Database", "connected": "Connected", "disconnected": "Disconnected", "postgresqlConnection": "PostgreSQL Remote Connection", "connectionHint": "Enter PostgreSQL connection string to connect to remote database for multi-device sync.", "testConnection": "Test Connection", "switchToPostgreSQL": "Switch to PostgreSQL", "switchToSQLite": "Switch to Local SQLite", "connectionTestSuccess": "Connection test successful", "connectionTestFailed": "Connection test failed", "switchedTo": "Switched to {{type}} database", "switchedToSQLite": "Switched to SQLite local database", "switchFailed": "Switch failed", "syncDescription": "Multi-device Sync Info", "syncPoint1": "Using PostgreSQL remote database enables multi-device data synchronization.", "syncPoint2": "Built-in operation queue mechanism ensures data consistency during simultaneous operations.", "syncPoint3": "Application restart required after switching database.", "syncPoint4": "Recommended cloud database services: Neon, Supabase, AWS RDS, etc.", "enterConnectionString": "Please enter PostgreSQL connection string", "connectionExample": "Example: postgresql://xxxxxx_xxxxx:xxxxxxxx@xx-xxx.xxx.neon.xxxx/xxxxdxx?sslmode=require", "uploadButton": "Upload Local Data to Remote", "uploadHint": "After connecting remote database, upload and merge local SQLite history into remote.", "uploadNeedRemote": "Please connect to PostgreSQL remote database first", "noNeedUpload": "Local and remote data are already consistent", "uploadConfirmTitle": "Upload local data to remote?", "uploadConfirmContent": "Sync will prefer local data. Detected local-only {{localOnly}}, remote-only {{remoteOnly}}, conflicts {{conflicts}}.", "uploadSuccess": "Local data uploaded to remote", "uploadFailed": "Upload failed" }, "data": { "title": "Data Management", "settlement": "Settlement", "settlementAndRestart": "Settle and Restart", "settlementHint": "Mark current records as a phase and reset all student points to zero.", "importExport": "Import / Export", "exportJson": "Export JSON", "importJson": "Import JSON", "importHint": "Import will overwrite existing students/reasons/records/settings (security settings excluded).", "logs": "Logs", "logLevel": "Log Level", "logOperation": "Log Operation", "viewLogs": "View Logs", "exportLogs": "Export Logs", "clearLogs": "Clear Logs", "logsCleared": "Logs cleared", "systemLogs": "System Logs (Last 200)", "noLogs": "No logs", "logLevelUpdated": "Log level updated", "readLogsFailed": "Failed to read logs", "logsExported": "Logs exported", "exportFailed": "Export failed", "exportSuccess": "Export successful", "importSuccess": "Import successful, refreshing", "importFailed": "Import failed", "clearFailed": "Clear failed", "confirmSettlement": "Confirm settlement and restart?", "settlementConfirm1": "This will archive current unsettled records as a phase and reset all student points to zero.", "settlementConfirm2": "Student list remains unchanged; settlement history available in 'Settlements' page.", "settlementSuccess": "Settlement successful, points restarted", "settlementFailed": "Settlement failed", "settle": "Settle", "logLevels": { "debug": "DEBUG", "info": "INFO", "warn": "WARN", "error": "ERROR" } }, "url": { "title": "URL Protocol (secscore://)", "protocol": "URL Protocol", "description": "Can invoke SecScore via URL to perform actions, for example:", "register": "Register URL Protocol", "registered": "URL protocol registered", "registerFailed": "Registration failed", "installerRequired": "Requires installed SecScore, may not work in development mode." }, "mcp": { "title": "MCP Service", "description": "Manage the built-in MCP HTTP service for external MCP clients.", "running": "Running", "stopped": "Stopped", "noUrl": "No URL", "host": "Host", "port": "Port", "start": "Start", "stop": "Stop", "refresh": "Refresh Status", "hint": "Recommended to bind only to 127.0.0.1; after start, endpoint is http://host:port/mcp", "hostRequired": "Please enter MCP host", "portInvalid": "Please enter a valid port (1-65535)", "startSuccess": "MCP server started", "startFailed": "Failed to start MCP server", "stopSuccess": "MCP server stopped", "stopFailed": "Failed to stop MCP server", "startTimeout": "MCP server start timed out, please try again", "stopTimeout": "MCP server stop timed out, please try again" }, "app": { "title": "App Controls", "description": "Quickly restart or quit the app.", "restart": "Restart App", "quit": "Quit App", "confirmRestartTitle": "Restart the app now?", "confirmRestartContent": "The app will close and start again immediately.", "confirmQuitTitle": "Quit the app now?", "confirmQuitContent": "The app will exit immediately.", "restartFailed": "Restart failed", "quitFailed": "Quit failed" }, "about": { "title": "About", "appName": "Education Points Management", "version": "Version", "copyright": "Copyright", "ipcStatus": "IPC Status", "ipcConnected": "Connected", "ipcDisconnected": "Disconnected (Preload failed)", "environment": "Environment", "toggleDevTools": "Toggle Developer Tools", "license": "SecScore is licensed under GPL3.0", "copyRightText": "CopyRight © 2025-{{year}} SECTL" } }, "sidebar": { "home": "Home", "students": "Students", "score": "Score", "boards": "Boards", "leaderboard": "Leaderboard", "settlements": "Settlements", "reasons": "Reasons", "autoScore": "Auto Score", "rewardExchange": "Reward Exchange", "rewardSettings": "Reward Settings", "settings": "Settings", "remoteDb": "Remote Database", "refreshStatus": "Refresh Status", "syncNow": "Sync Now", "syncSuccess": "Sync successful", "syncFailed": "Sync failed", "getDbStatusFailed": "Failed to get database status", "notRemoteMode": "Not in remote database mode, please restart application", "dbNotConnected": "Database not connected" }, "auth": { "unlock": "Unlock Permission", "unlockHint": "Enter 6-digit password: Admin password = full access, Points password = points operations only.", "unlockButton": "Unlock", "unlocked": "Permission unlocked", "logout": "Switched to read-only", "passwordPlaceholder": "e.g. 123456", "passwordError": "Incorrect password", "enterPassword": "Enter Password", "lock": "Lock" }, "languages": { "zh-CN": "简体中文", "en-US": "English" }, "theme": { "colorAndBackground": "Color & Background", "gradientLabels": { "blue": "Fresh Blue", "pink": "Soft Pink", "cyan": "Cyan", "purple": "Purple" }, "gradientDirections": { "vertical": "Vertical", "horizontal": "Horizontal", "diagonal": "Diagonal" }, "generate": "Generate", "saved": "Saved", "saveFailed": "Save failed", "mode": "Mode", "myTheme": "My Theme" }, "permissions": { "admin": "Admin", "points": "Points", "view": "Read-only" }, "home": { "title": "Student Points Home", "subtitle": "{{count}} students total, click card to operate", "searchPlaceholder": "Search name/pinyin...", "sortBy": { "alphabet": "Name Sort", "surname": "Surname Group", "score": "Points Rank" }, "layoutBy": { "grouped": "Grouped List", "squareGrid": "Square Grid" }, "noStudents": "No student data, please add in Student Management", "noMatch": "No matching students found", "clearSearch": "Clear search", "points": "pts", "currentScore": "Current Points", "quickOptions": "Quick Options", "adjustPoints": "Adjust Points", "customPoints": "Custom Points", "customPointsHint": "Enter any value in the input box", "reason": "Reason", "reasonPlaceholder": "Enter reason for points change (optional)", "preview": "Change Preview", "noReason": "(No reason)", "category": { "others": "Others" }, "scoreAdded": "Added {{points}} points for {{name}}", "scoreDeducted": "Deducted {{points}} points for {{name}}", "submitFailed": "Submit failed", "pleaseSelectPoints": "Please select or enter points", "reasonDefault": "{{action}} {{points}} points", "studentCount": "{{count}} students", "operationTitle": "Points Operation: {{name}}", "submitOperation": "Submit Operation", "operationTitleBatch": "Points Operation: {{count}} Selected", "undoLastAction": "Undo Last", "undoLastHint": "Undo latest: {{name}} {{delta}}", "undoUnavailable": "No points operation available to undo", "undoLastSuccess": "Last points operation has been undone", "multiSelect": "Multi-select", "batchMode": "Batch Mode", "selectAll": "Select All", "clearSelected": "Clear Selected", "batchOperate": "Batch Points", "selected": "Selected", "selectedCount": "{{count}} selected", "batchSuccess": "Submitted points for {{count}} students", "batchPartial": "Successfully submitted for {{success}}/{{total}} students", "selectStudentFirst": "Please select student(s) first", "addPoints": "Add Points", "deductPoints": "Deduct Points", "pointsChange": "Points Change", "reasonLabel": "Reason: " }, "students": { "title": "Student Management", "importList": "Import List", "addStudent": "Add Student", "name": "Name", "avatar": "Avatar", "currentScore": "Current Points", "tags": "Tags", "noTags": "No tags", "editTags": "Edit Tags", "editAvatar": "Set Avatar", "deleteConfirm": "Confirm delete this student?", "addTitle": "Add Student", "addConfirm": "Add", "namePlaceholder": "Enter student name", "nameRequired": "Please enter name", "nameExists": "Student name already exists", "addSuccess": "Added successfully", "addFailed": "Add failed", "deleteSuccess": "Deleted successfully", "deleteFailed": "Delete failed", "tagSaveSuccess": "Tags saved successfully", "tagSaveFailed": "Failed to save tags", "importTitle": "Import List", "importTextHint": "Paste multiple lines, one student name per line", "importTextPlaceholder": "Example:\nAlice\nBob\nCharlie", "importByText": "Import from Text", "importByXlsx": "Import via xlsx", "xlsxPreview": "XLSX Preview & Import", "file": "File", "selectNameCol": "Click header to select name column", "previewRows": "Preview first 50 rows", "importConfirm": "Import", "importComplete": "Import complete: {{inserted}} added, {{skipped}} skipped", "workerNotReady": "Worker not initialized", "parseXlsxFailed": "Failed to parse xlsx", "selectNameColFirst": "Please select \"Name Column\" first", "noNamesFound": "No importable names found in selected column", "importFailed": "Import failed", "editTagTitle": "Edit Tags - {{name}}", "editAvatarTitle": "Set Avatar - {{name}}", "avatarUpload": "Upload Image", "avatarClear": "Clear Avatar", "noAvatar": "No Avatar", "avatarTip": "Supports common image formats, up to 2MB", "avatarSaveSuccess": "Avatar saved", "avatarSaveFailed": "Failed to save avatar", "avatarInvalidFile": "Please choose an image file", "avatarTooLarge": "Image must be smaller than 2MB", "avatarReadFailed": "Failed to read image" }, "score": { "title": "Points Management", "student": "Student", "change": "Change", "reason": "Reason", "time": "Time", "undoConfirm": "Confirm undo this record? Student points will be rolled back.", "undo": "Undo", "undoSuccess": "Operation undone", "undoFailed": "Undo failed", "recentRecords": "Recent Records", "pleaseSelectStudent": "Please select or search student", "selectAllStudents": "Whole Class", "clearSelectedStudents": "Clear", "selectedCount": "Selected {{selected}} / {{total}}", "points": "Points", "addPoints": "Add", "deductPoints": "Deduct", "quickReason": "Quick Reason", "selectReason": "Select preset reason", "reasonContent": "Reason Content", "reasonPlaceholder": "Manual input or select quick reason", "submit": "Confirm Submit", "pleaseEnterInfo": "Please fill in complete information", "pleaseEnterPoints": "Please enter points or select preset reason", "batchSuccess": "Submitted points for {{count}} students", "batchPartial": "Successfully submitted for {{success}}/{{total}} students" }, "reasons": { "title": "Reason Management", "addReason": "Add Preset Reason", "category": "Category", "content": "Reason Content", "presetPoints": "Preset Points", "deleteConfirm": "Confirm delete this reason?", "addTitle": "Add Reason", "addConfirm": "Add", "categoryPlaceholder": "e.g. Study, Discipline", "contentPlaceholder": "Enter reason", "pointsPlaceholder": "e.g. 2 or -2", "contentRequired": "Please enter reason content", "pointsRequired": "Please enter preset points", "reasonExists": "Same reason already exists in this category", "addSuccess": "Added successfully", "addFailed": "Add failed", "deleteSuccess": "Deleted successfully", "deleteFailed": "Delete failed", "others": "Others" }, "rewardExchange": { "title": "Reward Exchange", "enterMode": "Enter Exchange Mode", "exitMode": "Exit Exchange Mode", "modeHint": "Reward exchange mode is active. Click a student card to choose an available reward.", "normalHint": "Current cards show original score. Enter mode to display redeemable reward points.", "remainingRewardPoints": "Remaining Reward Points", "currentScore": "Current Score", "chooseRewardTitle": "Choose Reward for {{name}}", "currentRewardPoints": "Current reward points: {{points}}", "costLabel": "Cost points: {{points}}", "redeemNow": "Redeem", "noAffordableRewards": "No rewards can be redeemed now. Earn more points first.", "redeemSuccess": "{{student}} redeemed \"{{reward}}\" and spent {{points}} points", "redeemFailed": "Redeem failed", "recordsTitle": "Redemption Records", "recordStudent": "Student", "recordReward": "Reward", "recordCost": "Cost", "recordTime": "Redeemed At" }, "rewardSettings": { "title": "Reward Settings", "addReward": "Add Reward", "addTitle": "Add Reward", "editTitle": "Edit Reward", "rewardName": "Reward Name", "costPoints": "Cost Points", "namePlaceholder": "e.g. Homework-Free Card", "costPlaceholder": "Enter cost points", "nameRequired": "Please enter reward name", "costRequired": "Please enter positive integer points", "createSuccess": "Reward created", "createFailed": "Create reward failed", "updateSuccess": "Reward updated", "updateFailed": "Update reward failed", "deleteSuccess": "Reward deleted", "deleteFailed": "Delete reward failed", "deleteConfirm": "Delete reward \"{{name}}\"?" }, "board": { "title": "Boards", "editable": "Editable", "readonly": "Read-only", "addBoard": "Add Board", "removeBoard": "Delete Board", "removeBoardConfirm": "Delete current board?", "boardConfig": "Board Config", "boardNamePlaceholder": "Enter board name", "renameBoard": "Rename Board", "newBoard": "New Board", "untitledBoard": "Untitled Board", "addList": "Add Student List", "removeList": "Delete List", "removeListConfirm": "Delete current student list?", "editList": "Edit", "sqlEditorTitle": "Edit Student List", "splitHorizontal": "Split Left/Right", "splitVertical": "Split Top/Bottom", "dragHandle": "Drag to resize layout", "listNamePlaceholder": "Enter list name", "newList": "New List", "applyPreset": "Apply Preset", "run": "Run SQL", "runAll": "Run All", "viewModes": { "list": "List View", "card": "Card View", "grid": "Grid View" }, "metrics": { "totalScore": "Score", "rewardPoints": "Reward", "weekChange": "7d", "weekDeducted": "7d Deduct", "todayAnswered": "Today" }, "sqlPlaceholder": "Enter SQL (single SELECT / WITH query only)", "templateHint": "Template variables: {{today_start}}, {{since_7d}}, {{since_30d}}, {{now}}", "templateDescription": "Use template variables directly in SQL. They will be replaced with ISO timestamps at runtime for both SQLite and PostgreSQL.", "saving": "Saving...", "saveFailed": "Failed to save boards", "runFailed": "Failed to run query", "keepAtLeastOneBoard": "Keep at least one board", "keepAtLeastOneList": "Keep at least one student list", "presets": { "weekLowDeduct": { "name": "Low Deduction (7d)", "description": "Rank students with weekly deduction < 3" }, "todayActive": { "name": "Today's Activity", "description": "Sort by today's answer count and score change" }, "rewardRanking": { "name": "Reward Ranking", "description": "Sort by reward points and total score" } } }, "leaderboard": { "title": "Points Leaderboard", "rank": "Rank", "name": "Name", "totalScore": "Total Points", "todayChange": "Today's Change", "weekChange": "This Week's Change", "monthChange": "This Month's Change", "viewHistory": "View", "exportXlsx": "Export XLSX", "exportSuccess": "Export successful", "queryFailed": "Query failed", "historyTitle": "{{name}} - Operation History", "close": "Close", "today": "Today", "week": "This Week", "month": "This Month", "operationRecord": "Operation Record", "change": "Change" }, "settlements": { "title": "Settlement History", "phase": "Phase #{{id}}", "viewLeaderboard": "View Leaderboard", "recordCount": "Records: {{count}}", "noRecords": "No settlement records", "noSettlements": "No settlement records", "back": "Back", "leaderboardTitle": "Settlement Leaderboard", "phaseScore": "Phase Points", "queryFailed": "Query failed", "rank": "Rank", "name": "Name" }, "autoScore": { "title": "Auto Score Management", "name": "Automation Name", "namePlaceholder": "e.g. Daily Check-in Points", "nameRequired": "Please enter automation name", "triggers": "Triggers", "actions": "Actions", "applicableStudents": "Applicable Students", "allStudents": "All Students", "lastExecuted": "Last Executed", "notExecuted": "Not executed", "invalidTime": "Invalid time", "addTrigger": "Add Rule", "addAction": "Add Action", "whenTriggered": "When the following rules trigger", "triggeredActions": "Actions triggered when rules are met", "addAutomation": "Add Automation", "updateAutomation": "Update Automation", "cancelEdit": "Cancel Edit", "resetForm": "Reset Form", "deleteConfirm": "Confirm delete this automation?", "adminRequired": "Admin permission required to view auto score automation", "adminCreateRequired": "Admin permission required to create or update auto score automation", "adminDeleteRequired": "Admin permission required to delete auto score automation", "adminToggleRequired": "Admin permission required to enable/disable auto score automation", "fetchFailed": "Failed to get automation", "triggerRequired": "Please add at least one trigger", "actionRequired": "Please add at least one action", "createSuccess": "Automation created successfully", "updateSuccess": "Automation updated successfully", "createFailed": "Failed to create automation", "updateFailed": "Failed to update automation", "deleteSuccess": "Automation deleted successfully", "deleteFailed": "Failed to delete automation", "enabled": "Automation enabled", "disabled": "Automation disabled", "enableFailed": "Failed to enable automation", "disableFailed": "Failed to disable automation", "noTriggerAvailable": "No trigger types available, please check configuration", "noActionAvailable": "No action types available, please check configuration", "sort": "Sort", "status": "Status", "triggerCount": "{{count}} triggers", "actionCount": "{{count}} actions", "studentCount": "{{count}} students", "studentPlaceholder": "Please select or search students (leave empty for all students)", "triggerCondition": "Trigger Condition", "executeAction": "Execute Action", "addOperation": "Add Operation", "scoreLabel": "Score", "tagNameLabel": "Tag Name", "operationNoteLabel": "Operation Note (Optional)", "intervalMinutesPlaceholder": "e.g. 1440", "tagNamesPlaceholder": "e.g. excellent_student,class_monitor", "triggerIntervalTime": "Interval Time", "triggerStudentTag": "Student Tag", "actionAddScore": "Add Score", "actionAddTag": "Add Tag", "minutesPlaceholder": "Enter minutes", "minutes": "minutes", "tagsPlaceholder": "Enter tag name", "scorePlaceholder": "Enter score", "tagNamePlaceholder": "Enter tag name", "reasonPlaceholder": "Enter reason", "relationAnd": "AND", "relationOr": "OR" }, "triggers": { "studentTag": { "label": "When student matches tag", "description": "Trigger automation when student matches specific tag", "placeholder": "Please select tag", "required": "Please enter tag name" }, "randomTime": { "label": "Random time trigger", "description": "Trigger automation randomly within specified time range", "from": "From", "to": "To", "hour": "h", "minHourPlaceholder": "Min hour", "maxHourPlaceholder": "Max hour", "required": "Please enter valid time range (minutes)" }, "intervalTime": { "label": "Interval time trigger", "description": "Trigger automation when interval time is reached", "monthLabel": "Month", "weekLabel": "Week", "timeLabel": "Time", "days": "Days", "minutes": "Minutes", "placeholderMinutes": "Enter interval (minutes)", "placeholderDays": "Enter interval (days)", "required": "Please enter valid time interval (minutes)" } }, "actions": { "sendNotification": { "label": "Send Notification", "description": "Send notification to student", "placeholder": "Enter notification content" }, "addTag": { "label": "Add Tag", "description": "Add tag to student", "placeholder": "Enter tag" }, "addScore": { "label": "Add Score", "description": "Add score to student", "pointsPlaceholder": "Enter points", "reasonPlaceholder": "Enter reason" } }, "wizard": { "welcomeTitle": "Welcome to SecScore Points Management", "welcomeDesc": "Thanks for choosing SecScore. Before starting, please spend a minute to complete basic configuration.", "configComplete": "Configuration complete!", "configFailed": "Configuration save failed", "startJourney": "Start Points Journey" }, "tags": { "editTitle": "Edit Tags", "inputPlaceholder": "Enter tag name, press Enter to add", "selectedTags": "Selected Tags (click to remove)", "noTagsSelected": "No tags selected", "availableTags": "Available Tags (click to select)", "noAvailableTags": "No available tags", "fetchFailed": "Failed to fetch tags", "nameTooLong": "Tag name cannot exceed 30 characters", "addFailed": "Failed to add tag", "deleteSuccess": "Tag deleted successfully", "deleteFailed": "Failed to delete tag" }, "recovery": { "title": "SecScore Recovery String", "saved": "I have saved", "export": "Export Text File", "exportHint": "It is recommended to export and store offline. If lost, it cannot be recovered.", "hint": "Recommended to save offline after export, cannot be recovered if lost." } }