32 lines
1.2 KiB
JSON
32 lines
1.2 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",
|
|
"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"
|
|
}
|