-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f94126
commit a94fd98
Showing
28 changed files
with
512 additions
and
603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,197 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
return [ | ||
|
||
'label' => [ | ||
'email' => 'Email address', | ||
'password' => 'Password', | ||
'new_password' => 'New Password', | ||
'confirm_password' => 'Confirm Password', | ||
'current_password' => 'Current Password', | ||
'remember' => 'Remember me', | ||
'change' => 'Change', | ||
'optional' => 'Optional', | ||
'description' => 'Description', | ||
'title' => 'Title', | ||
'confirm' => 'Confirm', | ||
'first_name' => 'First name', | ||
'last_name' => 'Last Name', | ||
'full_name' => 'Full Name', | ||
'phone_number' => 'Phone number', | ||
'name' => 'Name', | ||
'slug' => 'Slug', | ||
'website' => 'Website', | ||
'url' => 'Url', | ||
'created_at' => 'Created At', | ||
'updated_at' => 'Updated At', | ||
'published_at' => 'Published At', | ||
'registered_at' => 'Registered At', | ||
'visibility' => 'Visibility', | ||
'image_preview' => 'Image preview', | ||
'any' => 'Any', | ||
'no' => 'No', | ||
'yes' => 'Yes', | ||
'type' => 'Type', | ||
'value' => 'Value', | ||
'browse' => 'Browse', | ||
'sort_by' => 'Sort by', | ||
'subscribed' => 'Subscribed', | ||
'not_subscribed' => 'Not Subscribed', | ||
'email_subscription' => 'Email Subscription', | ||
'email_verified' => 'E-mail Verified', | ||
'company_name' => 'Company Name', | ||
'street_address' => 'Street Address', | ||
'street_address_plus' => 'Apartment, suite, etc.', | ||
'country' => 'Country', | ||
'city' => 'City', | ||
'postal_code' => 'Postal / Zip code', | ||
'photo' => 'Picture', | ||
'birth_date' => 'Birth Date', | ||
'gender' => 'Gender', | ||
'status' => 'Status', | ||
'active' => 'Active', | ||
'inactive' => 'Inactive', | ||
'code' => 'Code', | ||
'recovery_code' => 'Recovery Code', | ||
'visible' => 'Visible', | ||
'invisible' => 'Invisible', | ||
'search' => 'Search', | ||
'price' => 'Price', | ||
'price_amount' => 'Price amount', | ||
'compare_price' => 'Compare at price', | ||
'cost_per_item' => 'Cost per item', | ||
'sku' => 'SKU (Stock Keeping Unit)', | ||
'barcode' => 'Barcode (ISBN, UPC, GTIN, etc.)', | ||
'safety_stock' => 'Safety Stock', | ||
'width_unit' => 'Width Unit', | ||
'height_unit' => 'Height Unit', | ||
'weight_unit' => 'Weight Unit', | ||
'volume_unit' => 'Volume Unit', | ||
'height' => 'Height', | ||
'width' => 'Width', | ||
'volume' => 'Volume', | ||
'weight' => 'Weight', | ||
'availability' => 'Availability', | ||
'brand' => 'Brand', | ||
'friendly_url' => 'Friendly URL', | ||
'quantity' => 'Quantity', | ||
'stock_number_value' => 'Stock number value', | ||
'store_name' => 'Store name', | ||
'legal_name' => 'Legal name of the company', | ||
'logo' => 'Logo', | ||
'cover_photo' => 'Cover photo', | ||
'about' => 'About', | ||
'currency' => 'Currency', | ||
'currencies' => 'Currencies', | ||
'longitude' => 'Longitude', | ||
'latitude' => 'Latitude', | ||
'public_key' => 'Public key', | ||
'secret_key' => 'Secret key', | ||
'tax' => 'Tax', | ||
'comment' => 'Comment', | ||
'parent' => 'Parent', | ||
'provider_logo' => 'Provider logo', | ||
'payment_method' => 'Provider', | ||
'payment_doc' => 'Provider Documentation (for dev)', | ||
'payment_instruction' => 'Provider instructions', | ||
'additional_details' => 'Additional details', | ||
'group_name' => 'Group name', | ||
'display_name' => 'Display name', | ||
'key' => 'Key', | ||
'is_searchable' => 'Is Searchable', | ||
'is_filterable' => 'Is Filterable', | ||
'role' => 'Role', | ||
'access' => 'Access', | ||
'content' => 'Content', | ||
'sender_name' => 'Sender name', | ||
'sender_email' => 'Sender email', | ||
'username' => 'Username', | ||
'mail_method' => 'Mail method', | ||
'mail_host' => 'Mail host', | ||
'mail_port' => 'Mail port', | ||
'encryption_protocol' => 'Encryption protocol', | ||
'markdown' => 'Markdown', | ||
'force' => 'Force', | ||
'template' => 'Template', | ||
'ga_tracking_id' => 'Google Analytics Tracking ID', | ||
'ga_view_id' => 'Google Analytics view ID', | ||
'ga_additional_script' => 'Google Analytics additional script', | ||
'ga_json' => 'Json Account Credentials', | ||
'gtag' => 'Your Google Tag Manager account ID', | ||
'pixel_id' => 'Your Facebook Pixel account ID', | ||
'icon' => 'Icon', | ||
'thumbnail' => 'Thumbnail', | ||
], | ||
|
||
'placeholder' => [ | ||
'password' => 'Enter your password', | ||
'email' => 'Enter your email', | ||
'value' => 'your value here', | ||
'date' => 'Choose date', | ||
'pick_a_date' => 'Pick a date', | ||
'select' => 'Select', | ||
'select_inventory' => 'Select inventory', | ||
'choose_currency' => 'Choose currency', | ||
'select_country' => 'Choose a Country', | ||
'search_by' => 'Search by :label', | ||
'leave_comment' => 'Leave notes for this customer', | ||
'search_payment' => 'Search payment by provider name', | ||
'icon_placeholder' => 'Search for an icon', | ||
'no_icon' => 'No icon selected', | ||
], | ||
|
||
'actions' => [ | ||
'activate' => 'Activate', | ||
'activated' => 'Activated', | ||
'confirm' => 'Confirm', | ||
'cancel' => 'Cancel', | ||
'clear' => 'Clear', | ||
'close' => 'Close', | ||
'delete' => 'Delete', | ||
'deleted' => 'Deleted', | ||
'disabled' => 'Disabled', | ||
'disable' => 'Disable', | ||
'edit' => 'Edit', | ||
'view' => 'View', | ||
'enable' => 'Enable', | ||
'enabled' => 'Enabled', | ||
'export' => 'Export', | ||
'nevermind' => 'Nevermind', | ||
'update' => 'Update', | ||
'save' => 'Save', | ||
'subscribe' => 'Subscribe', | ||
'remove' => 'Remove', | ||
'remove_all' => 'Remove All', | ||
'enabled_two_factor' => 'Enable Two Factor', | ||
'regenerate' => 'Regenerate Recovery Codes', | ||
'show_recovery_code' => 'Show Recovery Codes', | ||
'archive' => 'Archive', | ||
'archived' => 'Archived', | ||
'more_actions' => 'More actions', | ||
'mark_paid' => 'Mark as paid', | ||
'mark_complete' => 'Mark complete', | ||
'cancel_order' => 'Cancel Order', | ||
'send' => 'Send', | ||
'logout_session' => 'Logout other browser sessions', | ||
'approve' => 'Approve', | ||
'approved' => 'Approved', | ||
'disapprove' => 'Disapprove', | ||
'disapproved' => 'Disapproved', | ||
'create' => 'Create', | ||
'upload' => 'Upload', | ||
'verified' => 'Verified', | ||
'apply' => 'Apply', | ||
'next' => 'Next', | ||
'back' => 'Back', | ||
'theme_switcher' => 'Enable :label theme', | ||
], | ||
|
||
'error' => 'Your submission contains errors. Please try again', | ||
|
||
'validation' => [ | ||
'integer' => 'This value must be an integer.', | ||
], | ||
|
||
]; |
Oops, something went wrong.