67 lines
2.2 KiB
JSON
67 lines
2.2 KiB
JSON
{
|
|
"app_title": "Scripts Manager",
|
|
"login": "Login",
|
|
"logout": "Logout",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"dashboard": "Dashboard",
|
|
"script_groups": "Script Groups",
|
|
"scripts": "Scripts",
|
|
"execute": "Execute",
|
|
"stop": "Stop",
|
|
"status": "Status",
|
|
"running": "Running",
|
|
"completed": "Completed",
|
|
"failed": "Failed",
|
|
"logs": "Logs",
|
|
"admin": "Administration",
|
|
"users": "Users",
|
|
"settings": "Settings",
|
|
"projects": "Projects",
|
|
"tags": "Tags",
|
|
"documentation": "Documentation",
|
|
"backup": "Backup",
|
|
"conda_environments": "Conda Environments",
|
|
"description": "Description",
|
|
"required_level": "Required Level",
|
|
"parameters": "Parameters",
|
|
"user_level": {
|
|
"admin": "Administrator",
|
|
"developer": "Developer",
|
|
"operator": "Operator",
|
|
"viewer": "Viewer"
|
|
},
|
|
"messages": {
|
|
"login_required": "Please log in to access this page",
|
|
"insufficient_permissions": "Insufficient permissions",
|
|
"script_started": "Script started successfully",
|
|
"script_stopped": "Script stopped",
|
|
"script_failed": "Script execution failed",
|
|
"project_created": "Project created successfully",
|
|
"project_deleted": "Project deleted successfully",
|
|
"backup_created": "Backup created successfully",
|
|
"no_scripts": "No scripts found in this group."
|
|
},
|
|
"actions": {
|
|
"run": "Run",
|
|
"logs": "Logs",
|
|
"edit": "Edit",
|
|
"interface": "Interface",
|
|
"edit_script": "Edit Script",
|
|
"cancel": "Cancel",
|
|
"save": "Save Changes",
|
|
"back_to_dashboard": "Back to Dashboard"
|
|
},
|
|
"script": {
|
|
"display_name": "Display Name",
|
|
"display_name_help": "Name shown in the interface",
|
|
"description": "Short Description",
|
|
"description_help": "Brief description shown on the card",
|
|
"description_long": "Long Description (Markdown)",
|
|
"description_long_help": "Detailed description in Markdown format. Language-specific versions supported.",
|
|
"markdown_info": "You can use Markdown syntax for formatting. If a description doesn't exist in the selected language, the English version will be shown as fallback."
|
|
},
|
|
"errors": {
|
|
"group_not_found": "Script group not found."
|
|
}
|
|
} |