ultimatepos/Modules/IntegrationHub/Resources/lang/en/lang.php

105 lines
3.6 KiB
PHP

<?php
return [
'module_name' => 'Integration Hub',
'module_installed' => 'Integration Hub module installed successfully.',
'module_updated' => 'Integration Hub updated to version :version.',
'success' => 'Operation completed successfully.',
'access' => 'Access Integration Hub',
'manage_webhooks' => 'Manage webhooks',
'manage_tokens' => 'Manage OData API tokens',
'export_data' => 'Export BI datasets',
'dashboard' => 'Dashboard',
'webhooks' => 'Webhooks',
'odata_tokens' => 'OData API Tokens',
'exports' => 'BI Exports',
'webhook_endpoints' => 'Webhook endpoints',
'active_webhooks' => 'Active webhooks',
'odata_token_count' => 'Active API tokens',
'recent_exports' => 'Recent exports',
'failed_deliveries' => 'Failed deliveries (7d)',
'add' => 'Add',
'edit' => 'Edit',
'delete' => 'Delete',
'save' => 'Save',
'cancel' => 'Cancel',
'action' => 'Action',
'name' => 'Name',
'url' => 'URL',
'secret' => 'Signing secret',
'events' => 'Subscribed events',
'is_active' => 'Active',
'status' => 'Status',
'dataset' => 'Dataset',
'format' => 'Format',
'created_at' => 'Created',
'completed_at' => 'Completed',
'download' => 'Download',
'test_webhook' => 'Test webhook',
'webhook_created' => 'Webhook endpoint created.',
'webhook_updated' => 'Webhook endpoint updated.',
'webhook_deleted' => 'Webhook endpoint deleted.',
'webhook_test_success' => 'Test webhook delivered successfully.',
'webhook_test_failed' => 'Test webhook delivery failed.',
'token_created' => 'API token created. Copy it now — it will not be shown again.',
'token_deleted' => 'API token revoked.',
'plain_token' => 'Your API token',
'scopes' => 'Dataset scopes',
'expires_at' => 'Expires at',
'all_datasets' => 'All datasets',
'export_queued' => 'Export job completed.',
'invalid_dataset' => 'Invalid dataset selected.',
'new_export' => 'New export',
'start_date' => 'Start date',
'end_date' => 'End date',
'recent_deliveries' => 'Recent webhook deliveries',
'endpoint' => 'Endpoint',
'event' => 'Event',
'response_code' => 'HTTP code',
'delivered_at' => 'Delivered at',
'datasets_available' => 'Available OData datasets',
'api_usage' => 'API usage',
'api_usage_hint' => 'Send Authorization: Bearer {token} or X-IntegrationHub-Token header to GET /integrationhub/api/odata/{dataset}',
'no_records' => 'No records found.',
'executive_cockpit' => 'Executive cockpit',
'sales_summary' => 'Sales summary',
'inventory_snapshot' => 'Inventory snapshot',
'production_kpis' => 'Production KPIs',
'maintenance_kpis' => 'Maintenance KPIs',
'qms_kpis' => 'QMS KPIs',
'yes' => 'Yes',
'no' => 'No',
'events_help' => 'Select events to subscribe. Use * for all events.',
'copy' => 'Copy',
'copied' => 'Copied to clipboard.',
'expired' => 'Expired',
'never' => 'Never',
'export_history' => 'Export history',
'all_events' => 'All events',
'token_name_placeholder' => 'Power BI / Tableau',
'event_sale_finalized' => 'Sale finalized',
'event_export_completed' => 'BI export completed',
'event_executive_cockpit_exported' => 'Executive cockpit data exported',
'event_inventory_low_stock' => 'Low stock threshold reached',
'event_production_order_completed' => 'Production order completed',
'status_delivered' => 'Delivered',
'status_failed' => 'Failed',
'status_pending' => 'Pending',
'status_completed' => 'Completed',
'status_processing' => 'Processing',
];