| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- <?php
- declare(strict_types=1);
- return [
- 'account' => 'Account',
- 'action' => 'Action',
- 'active_item' => 'Activate :attribute',
- 'add' => 'Add',
- 'advance' => 'Advance',
- 'all' => 'All',
- 'applied' => ':attribute has been applied',
- 'apply' => 'Apply',
- 'available_date' => 'Validity Period',
- 'avatar' => 'Avatar',
- 'back' => 'Back',
- 'back_to' => 'Return to :page',
- 'bark' => [
- 'custom' => 'Customize',
- 'node_status' => 'Node Status',
- ],
- 'cancel' => 'Cancel',
- 'change' => 'Change',
- 'close' => 'Close',
- 'close_item' => 'Close :attribute',
- 'confirm' => 'Confirm',
- 'continue' => 'Continue',
- 'convert' => 'Convert',
- 'copy' => [
- 'attribute' => 'Copy',
- 'failed' => 'Copy failed, please copy manually',
- 'success' => 'Copied successfully',
- ],
- 'create' => 'Create',
- 'created_at' => 'Created At',
- 'customize' => 'Customize',
- 'days' => [
- 'attribute' => '{1} Days|{2}th day',
- 'next' => 'Next Day',
- 'weekend' => 'Weekend',
- 'work' => 'Weekday',
- ],
- 'default' => 'Default',
- 'delete' => 'Delete',
- 'deleted' => 'Deleted',
- 'deleted_item' => ':attribute deleted',
- 'developing' => 'Under development! Stay tuned',
- 'download' => 'Download',
- 'edit' => 'Edit',
- 'error' => 'Error',
- 'error_action_item' => 'Error during :action :attribute',
- 'error_item' => ':attribute error',
- 'exists_error' => ':attribute is associated with other accounts. Please unlink them first.',
- 'expired_at' => 'Expiry Date',
- 'export' => 'Export',
- 'failed' => 'Failed',
- 'failed_action_item' => 'Failed to :action :attribute',
- 'failed_item' => ':attribute failed',
- 'free' => 'Free',
- 'function' => [
- 'fullscreen' => 'Fullscreen',
- 'menubar' => 'Menubar',
- 'navigation' => 'Navigation',
- ],
- 'generate' => 'Generate',
- 'generate_item' => 'Generate :attribute',
- 'goto' => 'Go to',
- 'hour' => '{1} Hours|{2} O\'clock',
- 'import' => 'Import',
- 'latest_at' => 'Last Updated',
- 'more' => 'More',
- 'none' => 'None',
- 'open' => 'Open',
- 'or' => 'or',
- 'order' => [
- 'status' => [
- 'canceled' => 'Canceled',
- 'completed' => 'Completed',
- 'ongoing' => 'Ongoing',
- 'prepaid' => 'Prepaid',
- 'review' => 'Pending',
- ],
- ],
- 'payment' => [
- 'alipay' => 'Alipay',
- 'credit' => 'Credit',
- 'crypto' => 'Crypto Currency',
- 'manual' => 'Manual Payment',
- 'qq' => 'QQ Wallet',
- 'wechat' => 'WeChat Pay',
- ],
- 'print' => 'Print',
- 'qrcode' => ':attribute QR Code',
- 'random_generate' => 'Leave blank to generate randomly',
- 'recommend' => 'Recommend',
- 'request' => 'Request',
- 'request_failed' => 'Request failed, please try again',
- 'request_url' => 'Request URL',
- 'reset' => 'Reset',
- 'search' => 'Search',
- 'send' => 'Send',
- 'sorry' => 'Sorry',
- 'status' => [
- 'applying' => 'Applying',
- 'attribute' => 'Status',
- 'available' => 'Available',
- 'banned' => 'Banned',
- 'closed' => 'Closed',
- 'disabled' => 'Disabled',
- 'enabled' => 'Enabled',
- 'expire' => 'Expired',
- 'inactive' => 'Inactive',
- 'limited' => 'Limited',
- 'normal' => 'Normal',
- 'paid' => 'Paid',
- 'pass' => 'Pass',
- 'payment_pending' => 'Payment Pending',
- 'pending' => 'Pending',
- 'pending_dispatch' => 'Pending delivery',
- 'reject' => 'Reject',
- 'rejected' => 'Rejected',
- 'reply' => 'Replied',
- 'review' => 'Pending Review',
- 'reviewed' => 'Reviewed',
- 'run_out' => 'Used Up',
- 'send_to_credit' => 'Add to Credit',
- 'unknown' => 'Unknown',
- 'unused' => 'Unused',
- 'used' => 'Used',
- 'withdrawal_pending' => 'Pending Cash Out',
- 'withdrawn' => 'Withdrawn',
- ],
- 'stay_unchanged' => 'Leave empty',
- 'storage_logo' => 'LOGO Storage',
- 'store' => 'Storage',
- 'submit' => 'Submit',
- 'success' => 'Success',
- 'success_action_item' => 'Successfully :action :attribute',
- 'success_item' => 'Successfully :attribute',
- 'to' => 'to',
- 'to_be_send' => 'Pending sending',
- 'to_safari' => 'Tap <i class="icon wb-more-horizontal" aria-hidden="true"></i> at the top right, then select <img class="w-30 h-30 vertical-align-middle m-3" src="https://gw.alicdn.com/tfs/TB1xwiUNpXXXXaIXXXXXXXXXXXX-55-55.png" alt="Safari" /> Safari to open<br>to access the website properly!',
- 'toggle' => 'Toggle',
- 'toggle_action' => 'Toggle :action',
- 'unlimited' => 'Unlimited',
- 'update' => 'Update',
- 'updated_at' => 'Last Updated',
- 'view' => 'View',
- 'warning' => 'Warning',
- ];
|