release: opensource snapshot 2026-02-27 19:25:00

This commit is contained in:
saturn
2026-02-27 19:25:00 +08:00
commit 5de9622c8b
1055 changed files with 164772 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"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",
"updateFailed": "Failed to update project",
"deleteFailed": "Failed to delete project",
"totalProjects": "{count} projects in total",
"statsEpisodes": "Episodes",
"statsImages": "Images",
"statsVideos": "Videos",
"noContent": "No content yet"
}