Files
trafficpumper/lang/en/earn_portal.php
T
2026-08-29 15:53:53 +03:00

19 lines
4.4 KiB
PHP

<?php
return [
'login_title' => 'TrafficPumper Earn', 'login_description' => 'Sign in securely with your Earn membership.', 'sign_in' => 'Sign in', 'create_account' => 'Create an Earn account', 'back_home' => 'Back to home',
'register_title' => 'Create an Earn account', 'register_description' => 'Join the web quality measurement program with a separate Earn account.', 'name' => 'Full name', 'password_confirmation' => 'Confirm password', 'accept_terms' => 'I accept the terms of use.', 'accept_privacy' => 'I accept the privacy terms.', 'register' => 'Create account', 'have_account' => 'Already have an account?',
'account_unavailable' => 'The email or password is incorrect, or the account is unavailable.', 'verify_title' => 'Verify your email address', 'verify_description' => 'Open the verification link sent to your email address to continue.', 'resend_verification' => 'Resend verification email', 'verification_sent' => 'A verification link has been sent.',
'dashboard' => 'Earn Dashboard', 'api_keys' => 'API Keys', 'account_status' => 'Account status', 'status_active' => 'Active', 'api_access' => 'API access', 'access_ready' => 'Ready', 'active_keys' => 'Active keys', 'test_stage' => 'TrafficPumper Earn is in testing. Task availability and earnings are not guaranteed.',
'api_keys_description' => 'Create a device-specific API key so your TrafficPumper Earn applications can securely access the task API.', 'new_key' => 'New API key', 'create_key' => 'Create API key', 'cancel' => 'Cancel', 'device_name' => 'Device / application', 'device_help' => 'Use a descriptive name that makes each device easy to identify.', 'expiration' => 'Expiration', 'days_30' => '30 days', 'days_90' => '90 days', 'days_180' => '180 days', 'days_365' => '1 year', 'fixed_ability' => 'This key has one permission:',
'created_title' => 'Your API key has been created', 'created_warning' => 'This key will only be shown now. Save it somewhere secure before leaving this page.', 'api_key' => 'API key', 'show' => 'Show', 'hide' => 'Hide', 'copy' => 'Copy', 'copied' => 'Copied', 'done' => 'Done',
'limit_reached' => 'You can create up to 5 active API keys. Revoke an existing key to create a new one.', 'key_preview' => 'Key preview', 'ability' => 'Permission', 'created_at' => 'Created', 'last_used' => 'Last used', 'expires_at' => 'Expires', 'never_used' => 'Never used', 'status' => 'Status', 'status_expired' => 'Expired', 'status_revoked' => 'Revoked', 'actions' => 'Actions', 'revoke' => 'Revoke', 'key_revoked' => 'API key revoked.',
'revoke_confirmation' => 'Are you sure you want to permanently revoke the “:name” API key? This device will no longer be able to access the task API.', 'delete_confirmation' => 'Are you sure you want to permanently delete the “:name” API key? This cannot be undone and the device will lose API access.', 'empty_title' => 'You do not have any API keys yet', 'empty_description' => 'Create a secure key for your first device that will connect to the Earn task API.', 'first_key' => 'Create your first API key', 'no_keys' => 'No API key has been created yet.', 'example_title' => 'Example usage', 'placeholder_key' => 'YOUR_API_KEY_HERE',
'duration_1_day' => '1 day', 'duration_7_days' => '7 days', 'duration_30_days' => '30 days', 'duration_90_days' => '90 days', 'duration_180_days' => '180 days', 'duration_1_year' => '1 year', 'duration_unlimited' => 'Unlimited', 'no_expiration' => 'No expiration', 'unlimited_warning' => 'A key with no expiration remains usable until you deactivate or delete it. Only use it on devices you trust.',
'status_inactive' => 'Inactive', 'activate' => 'Activate', 'deactivate' => 'Deactivate', 'permanent_revoke' => 'Permanently revoke', 'delete' => 'Delete', 'status_updated' => 'API key status updated.', 'key_deleted' => 'API key permanently deleted.', 'total_limit_reached' => 'You can create up to 5 API keys. Delete an existing key before creating another.', 'lifecycle_help' => 'Deactivation is reversible; permanent revocation is not. Deletion removes the key from this list while preserving a safe audit record.',
'key_usage' => ':used of :max API keys are in use.',
'device_binding' => 'Device binding', 'device_id_preview' => 'Device ID preview',
'first_connection' => 'First connection', 'last_seen' => 'Last seen', 'first_ip' => 'First IP', 'last_ip' => 'Last IP',
'device_unbound' => 'Not bound', 'device_bound' => 'Bound', 'device_mismatch_seen' => 'Device mismatch seen',
];