fix tax log
This commit is contained in:
337
frontend/src/lib/i18n/locales/en.json
Normal file
337
frontend/src/lib/i18n/locales/en.json
Normal file
@@ -0,0 +1,337 @@
|
||||
{
|
||||
"common": {
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"actions": "Actions",
|
||||
"search": "Search...",
|
||||
"logout": "Logout",
|
||||
"refresh": "Refresh",
|
||||
"retry": "Retry"
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "Dashboard",
|
||||
"dashboards": "Dashboards",
|
||||
"datasets": "Datasets",
|
||||
"overview": "Overview",
|
||||
"all_datasets": "All Datasets",
|
||||
"storage": "Storage",
|
||||
"backups": "Backups",
|
||||
"repositories": "Repositories",
|
||||
"migration": "Migration",
|
||||
"git": "Git",
|
||||
"tasks": "Tasks",
|
||||
"settings": "Settings",
|
||||
"tools": "Tools",
|
||||
"tools_search": "Dataset Search",
|
||||
"tools_mapper": "Dataset Mapper",
|
||||
"tools_backups": "Backup Manager",
|
||||
"tools_debug": "System Debug",
|
||||
"tools_storage": "File Storage",
|
||||
"tools_llm": "LLM Tools",
|
||||
"settings_general": "General Settings",
|
||||
"settings_connections": "Connections",
|
||||
"settings_git": "Git Integration",
|
||||
"settings_environments": "Environments",
|
||||
"settings_storage": "Storage",
|
||||
"admin": "Admin",
|
||||
"admin_users": "User Management",
|
||||
"admin_roles": "Role Management",
|
||||
"admin_settings": "ADFS Configuration",
|
||||
"admin_llm": "LLM Providers"
|
||||
},
|
||||
"llm": {
|
||||
"providers_title": "LLM Providers",
|
||||
"add_provider": "Add Provider",
|
||||
"edit_provider": "Edit Provider",
|
||||
"new_provider": "New Provider",
|
||||
"name": "Name",
|
||||
"type": "Type",
|
||||
"base_url": "Base URL",
|
||||
"api_key": "API Key",
|
||||
"default_model": "Default Model",
|
||||
"active": "Active",
|
||||
"test": "Test",
|
||||
"testing": "Testing...",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"connection_success": "Connection successful!",
|
||||
"connection_failed": "Connection failed: {error}",
|
||||
"no_providers": "No providers configured.",
|
||||
"doc_preview_title": "Documentation Preview",
|
||||
"dataset_desc": "Dataset Description",
|
||||
"column_doc": "Column Documentation",
|
||||
"apply_doc": "Apply Documentation",
|
||||
"applying": "Applying..."
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"language": "Language",
|
||||
"appearance": "Appearance",
|
||||
"connections": "Connections",
|
||||
"environments": "Environments",
|
||||
"global_title": "Global Settings",
|
||||
"env_title": "Superset Environments",
|
||||
"env_warning": "No Superset environments configured. You must add at least one environment to perform backups or migrations.",
|
||||
"env_add": "Add Environment",
|
||||
"env_edit": "Edit Environment",
|
||||
"env_default": "Default Environment",
|
||||
"env_test": "Test",
|
||||
"env_delete": "Delete",
|
||||
"storage_title": "File Storage Configuration",
|
||||
"storage_root": "Storage Root Path",
|
||||
"storage_backup_pattern": "Backup Directory Pattern",
|
||||
"storage_repo_pattern": "Repository Directory Pattern",
|
||||
"storage_filename_pattern": "Filename Pattern",
|
||||
"storage_preview": "Path Preview",
|
||||
"environments": "Superset Environments",
|
||||
"env_description": "Configure Superset environments for dashboards and datasets.",
|
||||
"env_add": "Add Environment",
|
||||
"env_actions": "Actions",
|
||||
"env_test": "Test",
|
||||
"env_delete": "Delete",
|
||||
"connections_description": "Configure database connections for data mapping.",
|
||||
"llm_description": "Configure LLM providers for dataset documentation.",
|
||||
"logging": "Logging Configuration",
|
||||
"logging_description": "Configure logging and task log levels.",
|
||||
"storage_description": "Configure file storage paths and patterns.",
|
||||
"save_success": "Settings saved",
|
||||
"save_failed": "Failed to save settings"
|
||||
},
|
||||
"git": {
|
||||
"management": "Git Management",
|
||||
"branch": "Branch",
|
||||
"actions": "Actions",
|
||||
"sync": "Sync from Superset",
|
||||
"commit": "Commit Changes",
|
||||
"pull": "Pull",
|
||||
"push": "Push",
|
||||
"deployment": "Deployment",
|
||||
"deploy": "Deploy to Environment",
|
||||
"history": "Commit History",
|
||||
"no_commits": "No commits yet",
|
||||
"refresh": "Refresh",
|
||||
"new_branch": "New Branch",
|
||||
"create": "Create",
|
||||
"init_repo": "Initialize Repository",
|
||||
"remote_url": "Remote Repository URL",
|
||||
"server": "Git Server",
|
||||
"not_linked": "This dashboard is not yet linked to a Git repository.",
|
||||
"manage": "Manage Git",
|
||||
"generate_message": "Generate"
|
||||
},
|
||||
"dashboard": {
|
||||
"search": "Search dashboards...",
|
||||
"title": "Title",
|
||||
"last_modified": "Last Modified",
|
||||
"status": "Status",
|
||||
"git": "Git",
|
||||
"showing": "Showing {start} to {end} of {total} dashboards",
|
||||
"previous": "Previous",
|
||||
"next": "Next",
|
||||
"no_dashboards": "No dashboards found in this environment.",
|
||||
"select_source": "Select a source environment to view dashboards.",
|
||||
"validate": "Validate",
|
||||
"validation_started": "Validation started for {title}",
|
||||
"select_tool": "Select Tool",
|
||||
"dashboard_validation": "Dashboard Validation",
|
||||
"dataset_documentation": "Dataset Documentation",
|
||||
"dashboard_id": "Dashboard ID",
|
||||
"dataset_id": "Dataset ID",
|
||||
"environment": "Environment",
|
||||
"home": "Home",
|
||||
"llm_provider": "LLM Provider (Optional)",
|
||||
"use_default": "Use Default",
|
||||
"screenshot_strategy": "Screenshot Strategy",
|
||||
"headless_browser": "Headless Browser (Accurate)",
|
||||
"api_thumbnail": "API Thumbnail (Fast)",
|
||||
"include_logs": "Include Execution Logs",
|
||||
"notify_on_failure": "Notify on Failure",
|
||||
"update_metadata": "Update Metadata Automatically",
|
||||
"run_task": "Run Task",
|
||||
"running": "Running...",
|
||||
"git_status": "Git Status",
|
||||
"last_task": "Last Task",
|
||||
"actions": "Actions",
|
||||
"action_migrate": "Migrate",
|
||||
"action_backup": "Backup",
|
||||
"action_commit": "Commit",
|
||||
"git_status": "Git Status",
|
||||
"last_task": "Last Task",
|
||||
"view_task": "View task",
|
||||
"task_running": "Running...",
|
||||
"task_done": "Done",
|
||||
"task_failed": "Failed",
|
||||
"task_waiting": "Waiting",
|
||||
"status_synced": "Synced",
|
||||
"status_diff": "Diff",
|
||||
"status_synced": "Synced",
|
||||
"status_diff": "Diff",
|
||||
"status_error": "Error",
|
||||
"task_running": "Running...",
|
||||
"task_done": "Done",
|
||||
"task_failed": "Failed",
|
||||
"task_waiting": "Waiting",
|
||||
"view_task": "View task",
|
||||
"empty": "No dashboards found"
|
||||
},
|
||||
"datasets": {
|
||||
"empty": "No datasets found",
|
||||
"table_name": "Table Name",
|
||||
"schema": "Schema",
|
||||
"mapped_fields": "Mapped Fields",
|
||||
"mapped_of_total": "Mapped of total",
|
||||
"last_task": "Last Task",
|
||||
"actions": "Actions",
|
||||
"action_map_columns": "Map Columns",
|
||||
"view_task": "View task",
|
||||
"task_running": "Running...",
|
||||
"task_done": "Done",
|
||||
"task_failed": "Failed",
|
||||
"task_waiting": "Waiting"
|
||||
},
|
||||
"tasks": {
|
||||
"management": "Task Management",
|
||||
"run_backup": "Run Backup",
|
||||
"recent": "Recent Tasks",
|
||||
"details_logs": "Task Details & Logs",
|
||||
"select_task": "Select a task to view logs and details",
|
||||
"loading": "Loading tasks...",
|
||||
"no_tasks": "No tasks found.",
|
||||
"started": "Started {time}",
|
||||
"logs_title": "Task Logs",
|
||||
"refresh": "Refresh",
|
||||
"no_logs": "No logs available.",
|
||||
"manual_backup": "Run Manual Backup",
|
||||
"target_env": "Target Environment",
|
||||
"select_env": "-- Select Environment --",
|
||||
"start_backup": "Start Backup",
|
||||
"backup_schedule": "Automatic Backup Schedule",
|
||||
"schedule_enabled": "Enabled",
|
||||
"cron_label": "Cron Expression",
|
||||
"cron_hint": "e.g., 0 0 * * * for daily at midnight",
|
||||
"footer_text": "Task continues running in background"
|
||||
},
|
||||
"connections": {
|
||||
"management": "Connection Management",
|
||||
"add_new": "Add New Connection",
|
||||
"name": "Connection Name",
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"db_name": "Database Name",
|
||||
"user": "Username",
|
||||
"pass": "Password",
|
||||
"create": "Create Connection",
|
||||
"saved": "Saved Connections",
|
||||
"no_saved": "No connections saved yet.",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"storage": {
|
||||
"management": "File Storage Management",
|
||||
"refresh": "Refresh",
|
||||
"refreshing": "Refreshing...",
|
||||
"backups": "Backups",
|
||||
"repositories": "Repositories",
|
||||
"root": "Root",
|
||||
"no_files": "No files found.",
|
||||
"upload_title": "Upload File",
|
||||
"target_category": "Target Category",
|
||||
"upload_button": "Upload a file",
|
||||
"drag_drop": "or drag and drop",
|
||||
"supported_formats": "ZIP, YAML, JSON up to 50MB",
|
||||
"uploading": "Uploading...",
|
||||
"table": {
|
||||
"name": "Name",
|
||||
"category": "Category",
|
||||
"size": "Size",
|
||||
"created_at": "Created At",
|
||||
"actions": "Actions",
|
||||
"download": "Download",
|
||||
"go_to_storage": "Go to storage",
|
||||
"delete": "Delete"
|
||||
},
|
||||
"messages": {
|
||||
"load_failed": "Failed to load files: {error}",
|
||||
"delete_confirm": "Are you sure you want to delete {name}?",
|
||||
"delete_success": "{name} deleted.",
|
||||
"delete_failed": "Delete failed: {error}",
|
||||
"upload_success": "File {name} uploaded successfully.",
|
||||
"upload_failed": "Upload failed: {error}"
|
||||
}
|
||||
},
|
||||
"mapper": {
|
||||
"title": "Dataset Column Mapper",
|
||||
"environment": "Environment",
|
||||
"select_env": "-- Select Environment --",
|
||||
"dataset_id": "Dataset ID",
|
||||
"source": "Mapping Source",
|
||||
"source_postgres": "PostgreSQL",
|
||||
"source_excel": "Excel",
|
||||
"connection": "Saved Connection",
|
||||
"select_connection": "-- Select Connection --",
|
||||
"table_name": "Table Name",
|
||||
"table_schema": "Table Schema",
|
||||
"excel_path": "Excel File Path",
|
||||
"run": "Run Mapper",
|
||||
"starting": "Starting...",
|
||||
"errors": {
|
||||
"fetch_failed": "Failed to fetch data",
|
||||
"required_fields": "Please fill in required fields",
|
||||
"postgres_required": "Connection and Table Name are required for postgres source",
|
||||
"excel_required": "Excel path is required for excel source"
|
||||
},
|
||||
"success": {
|
||||
"started": "Mapper task started"
|
||||
},
|
||||
"auto_document": "Auto-Document"
|
||||
},
|
||||
"admin": {
|
||||
"users": {
|
||||
"title": "User Management",
|
||||
"create": "Create User",
|
||||
"username": "Username",
|
||||
"email": "Email",
|
||||
"source": "Source",
|
||||
"roles": "Roles",
|
||||
"status": "Status",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"loading": "Loading users...",
|
||||
"modal_title": "Create New User",
|
||||
"modal_edit_title": "Edit User",
|
||||
"password": "Password",
|
||||
"password_hint": "Leave blank to keep current password.",
|
||||
"roles_hint": "Hold Ctrl/Cmd to select multiple roles.",
|
||||
"confirm_delete": "Are you sure you want to delete user {username}?"
|
||||
},
|
||||
"roles": {
|
||||
"title": "Role Management",
|
||||
"create": "Create Role",
|
||||
"name": "Role Name",
|
||||
"description": "Description",
|
||||
"permissions": "Permissions",
|
||||
"loading": "Loading roles...",
|
||||
"no_roles": "No roles found.",
|
||||
"modal_create_title": "Create New Role",
|
||||
"modal_edit_title": "Edit Role",
|
||||
"permissions_hint": "Select permissions for this role.",
|
||||
"confirm_delete": "Are you sure you want to delete role {name}?"
|
||||
},
|
||||
"settings": {
|
||||
"title": "ADFS Configuration",
|
||||
"add_mapping": "Add Mapping",
|
||||
"ad_group": "AD Group Name",
|
||||
"local_role": "Local Role",
|
||||
"no_mappings": "No AD group mappings configured.",
|
||||
"modal_title": "Add AD Group Mapping",
|
||||
"ad_group_dn": "AD Group Distinguished Name",
|
||||
"ad_group_hint": "The full DN of the Active Directory group.",
|
||||
"local_role_select": "Local System Role",
|
||||
"select_role": "Select a role"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user