Files
waooplus/messages/en/workspace.json

43 lines
1.8 KiB
JSON

{
"title": "My Projects",
"subtitle": "Manage your AI anime production projects",
"newProject": "New Project",
"searchPlaceholder": "Search project name or description...",
"searchButton": "Search",
"clearButton": "Clear",
"updatedAt": "Updated at",
"noProjects": "No projects yet",
"noProjectsDesc": "Create your first AI anime production project",
"noResults": "No matching projects found",
"noResultsDesc": "Try using different search terms",
"createProject": "New Project",
"editProject": "Edit Project",
"deleteProject": "Delete Project",
"deleteConfirm": "Are you sure you want to delete project \"{name}\"? This action cannot be undone.",
"projectName": "Project Name",
"projectNamePlaceholder": "Enter project name",
"projectDescription": "Project Description (Optional)",
"projectDescriptionPlaceholder": "Enter project description",
"creating": "Creating...",
"saving": "Saving...",
"createFailed": "Failed to create project",
"analysisModelRequiredAfterCreate": "Project created. Please configure default models in Profile first (at minimum an analysis model), or the project cannot be used.",
"updateFailed": "Failed to update project",
"validation": {
"nameRequired": "Project name is required.",
"nameTooLong": "Project name cannot exceed 100 characters.",
"descriptionTooLong": "Project description cannot exceed 500 characters."
},
"deleteFailed": "Failed to delete project",
"totalProjects": "{count} projects in total",
"statsEpisodes": "Episodes",
"statsImages": "Images",
"statsVideos": "Videos",
"noContent": "No content yet",
"modelNotConfigured": {
"before": "No models configured yet. Please go to",
"link": "Settings Center",
"after": "to configure models, or customize them in project settings after creation."
}
}