feat: initial release v0.3.0
This commit is contained in:
37
messages/en/workspace.json
Normal file
37
messages/en/workspace.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"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",
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user