Files
ProxyPanel/resources/lang/en/common.php
2024-06-27 22:18:28 +08:00

151 lines
4.5 KiB
PHP

<?php
declare(strict_types=1);
return [
'hour' => '{1} Hour|{2} O\'clock',
'account' => 'Account',
'available_date' => 'Available Until',
'created_at' => 'Created On',
'expired_at' => 'Expires On',
'updated_at' => 'Last Updated',
'latest_at' => 'Last Activity',
'back' => 'Back',
'back_to' => 'Back to :page',
'cancel' => 'Cancel',
'close' => 'Close',
'close_item' => 'Close :attribute',
'confirm' => 'Confirm',
'continues' => 'Continue',
'open' => 'Open',
'send' => 'Send',
'view' => 'View',
'reset' => 'Reset',
'copy' => [
'attribute' => 'Copy',
'success' => 'Copied successfully',
'failed' => 'Copy failed, please copy manually',
],
'add' => 'Add',
'free' => 'Free',
'replace' => 'Replace',
'submit' => 'Submit',
'submit_item' => 'Submit :attribute',
'generate' => 'Generate',
'generate_item' => 'Generate :attribute',
'to_safari' => [0 => 'Click the upper right corner', 1 => ', then choose', 2 => 'Open in Safari', 3 => ' to improve your experience!'],
'update_browser' => [0 => 'You are using an ', 1 => 'outdated', 2 => ' browser. Please', 3 => 'upgrade your browser', 4 => 'for the best experience'],
'apply' => 'Apply',
'avatar' => 'Avatar',
'customize' => 'Customize',
'all' => 'All',
'default' => 'Default',
'download' => 'Download',
'goto' => 'Go to',
'warning' => 'Warning',
'success' => 'Success',
'success_item' => ':attribute succeeded',
'failed' => 'Failed',
'failed_item' => ':attribute failed',
'update' => 'Update',
'update_action' => 'Update :action',
'none' => 'None',
'new' => 'New',
'sorry' => 'Sorry',
'applied' => ':attribute applied',
'active_item' => 'Activate :attribute',
'error' => 'Error',
'toggle' => 'Toggle',
'toggle_action' => 'Toggle :action',
'request_url' => 'Request URL',
'function' => [
'navigation' => 'Navigation',
'menubar' => 'Menubar',
'fullscreen' => 'Fullscreen',
],
'days' => [
'attribute' => '{1} Days|{2} Day',
'sun' => 'Sunday',
'mon' => 'Monday',
'tue' => 'Tuesday',
'wed' => 'Wednesday',
'thu' => 'Thursday',
'fri' => 'Friday',
'sat' => 'Saturday',
'weekend' => 'Weekend',
'work' => 'Weekday',
'next' => 'Following Day',
],
'qrcode' => ':attribute QrCode',
'deleted' => 'Deleted',
'deleted_item' => ':attribute deleted',
'print' => 'Print',
'unlimited' => 'Unlimited',
'payment' => [
'credit' => 'Credit',
'alipay' => 'Alipay',
'qq' => 'QQ Wallet',
'wechat' => 'WeChat Pay',
'crypto' => 'Cryptocurrency',
'manual' => 'Manual Payment',
'status' => [
'wait' => 'Waiting for Payment',
],
],
'order' => [
'status' => [
'cancel' => 'Canceled',
'complete' => 'Completed',
'prepaid' => 'Prepaid',
'ongoing' => 'Ongoing',
'review' => 'Pending Review',
],
],
'recommend' => 'Recommend',
'advance' => 'Advance',
'action' => 'Action',
'search' => 'Search',
'edit' => 'Edit',
'delete' => 'Delete',
'status' => [
'attribute' => 'Status',
'inactive' => 'Inactive',
'disabled' => 'Disabled',
'banned' => 'Banned',
'normal' => 'Normal',
'enabled' => 'Enabled',
'expire' => 'Expired',
'limited' => 'Limited',
'run_out' => 'Data Used Up',
'unused' => 'Unused',
'used' => 'Used',
'closed' => 'Closed',
'applying' => 'Applying',
'withdrawn' => 'Withdrawn',
'unwithdrawn' => 'Unwithdrawn',
'reply' => 'Replied',
'pending' => 'Pending',
'unknown' => 'Unknown',
'available' => 'Available',
'reject' => 'Reject',
'rejected' => 'Rejected',
'review' => 'Pending Review',
'reviewed' => 'Reviewed',
'paid' => 'Paid',
'payment_pending' => 'Payment Pending',
'pass' => 'Pass',
'send_to_credit' => 'Add to Credit',
'waiting_tobe_send' => 'Waiting to Send',
],
'stay_unchanged' => 'Keep empty to stay unchanged',
'random_generate' => 'Keep empty for random generate',
'request_failed' => 'Request failed, please retry',
'convert' => 'Convert',
'import' => 'Import',
'or' => 'or',
'more' => 'More',
'to' => 'to',
'to_be_send' => 'To be sent',
'developing' => 'Developing! Stay tuned',
];