2016-03-25 01:18:05 -07:00
< ? php
return [
'accessories' => 'Accessories' ,
2017-11-04 00:45:50 -07:00
'activated' => 'Activated' ,
2016-03-25 01:18:05 -07:00
'accessory' => 'Accessory' ,
2017-11-04 00:45:50 -07:00
'accessory_report' => 'Accessory Report' ,
2016-03-25 01:18:05 -07:00
'action' => 'Action' ,
'activity_report' => 'Activity Report' ,
'address' => 'Address' ,
'admin' => 'Admin' ,
2018-05-02 14:32:50 -07:00
'administrator' => 'Administrator' ,
2017-11-04 00:45:50 -07:00
'add_seats' => 'Added seats' ,
2016-03-25 01:18:05 -07:00
'all_assets' => 'All Assets' ,
'all' => 'All' ,
'archived' => 'Archived' ,
'asset_models' => 'Asset Models' ,
2017-10-17 18:52:20 -07:00
'asset_model' => 'Model' ,
2016-03-25 01:18:05 -07:00
'asset' => 'Asset' ,
'asset_report' => 'Asset Report' ,
'asset_tag' => 'Asset Tag' ,
'assets_available' => 'assets available' ,
2017-09-06 18:05:32 -07:00
'audit' => 'Audit' ,
'audit_report' => 'Audit Log' ,
2016-03-25 01:18:05 -07:00
'assets' => 'Assets' ,
'avatar_delete' => 'Delete Avatar' ,
'avatar_upload' => 'Upload Avatar' ,
'back' => 'Back' ,
'bad_data' => 'Nothing found. Maybe bad data?' ,
2017-09-06 18:05:32 -07:00
'bulkaudit' => 'Bulk Audit' ,
'bulkaudit_status' => 'Audit Status' ,
2016-07-29 14:32:31 -07:00
'bulk_checkout' => 'Bulk Checkout' ,
2020-11-09 14:52:11 -08:00
'bystatus' => 'by Status' ,
2016-03-25 01:18:05 -07:00
'cancel' => 'Cancel' ,
'categories' => 'Categories' ,
'category' => 'Category' ,
2017-07-07 13:14:51 -07:00
'change' => 'In/Out' ,
2016-03-25 01:18:05 -07:00
'changeemail' => 'Change Email Address' ,
'changepassword' => 'Change Password' ,
'checkin' => 'Checkin' ,
'checkin_from' => 'Checkin from' ,
'checkout' => 'Checkout' ,
2018-05-02 14:32:50 -07:00
'checkouts_count' => 'Checkouts' ,
'checkins_count' => 'Checkins' ,
'user_requests_count' => 'Requests' ,
2016-03-25 01:18:05 -07:00
'city' => 'City' ,
2017-04-06 21:36:33 -07:00
'click_here' => 'Click here' ,
2017-11-04 00:45:50 -07:00
'clear_selection' => 'Clear Selection' ,
'companies' => 'Companies' ,
2016-03-25 01:18:05 -07:00
'company' => 'Company' ,
2017-11-04 00:45:50 -07:00
'component' => 'Component' ,
2016-03-25 01:18:05 -07:00
'components' => 'Components' ,
2017-04-06 21:36:33 -07:00
'complete' => 'Complete' ,
2016-03-25 01:18:05 -07:00
'consumable' => 'Consumable' ,
'consumables' => 'Consumables' ,
'country' => 'Country' ,
'create' => 'Create New' ,
2016-10-25 12:30:52 -07:00
'created' => 'Item Created' ,
2016-03-25 01:18:05 -07:00
'created_asset' => 'created asset' ,
'created_at' => 'Created at' ,
2020-11-09 14:52:11 -08:00
'record_created' => 'Record Created' ,
2017-04-06 21:36:33 -07:00
'updated_at' => 'Updated at' ,
2016-03-25 01:18:05 -07:00
'currency' => '£' , // this is deprecated
'current' => 'Current' ,
'custom_report' => 'Custom Asset Report' ,
'dashboard' => 'Dashboard' ,
2017-09-06 18:05:32 -07:00
'days' => 'days' ,
2017-11-04 00:45:50 -07:00
'days_to_next_audit' => 'Days to Next Audit' ,
2016-03-25 01:18:05 -07:00
'date' => 'Date' ,
2016-12-03 17:10:05 -08:00
'debug_warning' => 'Warning!' ,
2017-11-04 00:45:50 -07:00
'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.' ,
2016-03-25 01:18:05 -07:00
'delete' => 'Delete' ,
2018-05-02 14:32:50 -07:00
'delete_confirm' => 'Are you sure you wish to delete :item?' ,
2016-03-25 01:18:05 -07:00
'deleted' => 'Deleted' ,
'delete_seats' => 'Deleted Seats' ,
2017-07-07 13:14:51 -07:00
'departments' => 'Departments' ,
'department' => 'Department' ,
2016-03-25 01:18:05 -07:00
'deployed' => 'Deployed' ,
'depreciation_report' => 'Depreciation Report' ,
2018-03-22 20:01:45 -07:00
'details' => 'Details' ,
2016-03-25 01:18:05 -07:00
'download' => 'Download' ,
2020-11-17 13:22:53 -08:00
'download_all' => 'Download All' ,
2016-03-25 01:18:05 -07:00
'depreciation' => 'Depreciation' ,
'editprofile' => 'Edit Your Profile' ,
'eol' => 'EOL' ,
2016-06-02 19:01:09 -07:00
'email_domain' => 'Email Domain' ,
'email_format' => 'Email Format' ,
'email_domain_help' => 'This is used to generate email addresses when importing' ,
'filastname_format' => 'First Initial Last Name (jsmith@example.com)' ,
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)' ,
2018-05-02 14:32:50 -07:00
'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)' ,
2018-03-22 20:01:45 -07:00
'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)' ,
2020-11-09 14:52:11 -08:00
'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)' ,
2016-03-25 01:18:05 -07:00
'first' => 'First' ,
2020-10-08 18:43:06 -07:00
'firstnamelastname' => 'First Name Last Name (janesmith@example.com)' ,
'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)' ,
2020-11-09 14:52:11 -08:00
'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)' ,
'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)' ,
2016-03-25 01:18:05 -07:00
'first_name' => 'First Name' ,
2016-06-02 19:01:09 -07:00
'first_name_format' => 'First Name (jane@example.com)' ,
2018-03-22 20:01:45 -07:00
'files' => 'Files' ,
2016-03-25 01:18:05 -07:00
'file_name' => 'File' ,
2020-11-09 14:52:11 -08:00
'file_type' => 'File Type' ,
2016-03-25 01:18:05 -07:00
'file_uploads' => 'File Uploads' ,
'generate' => 'Generate' ,
2018-05-02 14:32:50 -07:00
'github_markdown' => 'This field accepts <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavoured markdown</a>.' ,
2016-03-25 01:18:05 -07:00
'groups' => 'Groups' ,
'gravatar_email' => 'Gravatar Email Address' ,
2016-05-16 21:54:13 -07:00
'history' => 'History' ,
2016-03-25 01:18:05 -07:00
'history_for' => 'History for' ,
'id' => 'ID' ,
2017-11-04 00:45:50 -07:00
'image' => 'Image' ,
2016-03-25 01:18:05 -07:00
'image_delete' => 'Delete Image' ,
'image_upload' => 'Upload Image' ,
2021-04-26 18:11:48 -07:00
'image_filetypes_help' => 'Accepted filetypes are jpg, webp, png, gif, and svg. Max upload size allowed is :size.' ,
2016-03-25 01:18:05 -07:00
'import' => 'Import' ,
2020-11-17 13:22:53 -08:00
'importing' => 'Importing' ,
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.' ,
2016-08-25 17:43:07 -07:00
'import-history' => 'Import History' ,
2016-03-25 01:18:05 -07:00
'asset_maintenance' => 'Asset Maintenance' ,
'asset_maintenance_report' => 'Asset Maintenance Report' ,
'asset_maintenances' => 'Asset Maintenances' ,
'item' => 'Item' ,
'insufficient_permissions' => 'Insufficient permissions!' ,
2020-11-09 14:52:11 -08:00
'kits' => 'Predefined Kits' ,
2016-03-25 01:18:05 -07:00
'language' => 'Language' ,
'last' => 'Last' ,
2017-04-06 21:36:33 -07:00
'last_login' => 'Last Login' ,
2016-03-25 01:18:05 -07:00
'last_name' => 'Last Name' ,
'license' => 'License' ,
'license_report' => 'License Report' ,
'licenses_available' => 'licenses available' ,
'licenses' => 'Licenses' ,
'list_all' => 'List All' ,
'loading' => 'Loading' ,
2020-11-09 14:52:11 -08:00
'lock_passwords' => 'This field value will not be saved in a demo installation.' ,
2016-10-29 05:50:55 -07:00
'feature_disabled' => 'This feature has been disabled for the demo installation.' ,
2016-03-25 01:18:05 -07:00
'location' => 'Location' ,
'locations' => 'Locations' ,
2020-11-09 14:52:11 -08:00
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ' ,
2016-03-25 01:18:05 -07:00
'logout' => 'Logout' ,
2016-06-02 19:01:09 -07:00
'lookup_by_tag' => 'Lookup by Asset Tag' ,
2018-03-22 20:01:45 -07:00
'maintenances' => 'Maintenances' ,
2016-03-25 01:18:05 -07:00
'manufacturer' => 'Manufacturer' ,
'manufacturers' => 'Manufacturers' ,
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.' ,
'min_amt' => 'Min. QTY' ,
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.' ,
'model_no' => 'Model No.' ,
'months' => 'months' ,
'moreinfo' => 'More Info' ,
'name' => 'Name' ,
'next' => 'Next' ,
2017-09-06 18:05:32 -07:00
'next_audit_date' => 'Next Audit Date' ,
'last_audit' => 'Last Audit' ,
2016-07-29 14:32:31 -07:00
'new' => 'new!' ,
2016-03-25 01:18:05 -07:00
'no_depreciation' => 'No Depreciation' ,
'no_results' => 'No Results.' ,
'no' => 'No' ,
'notes' => 'Notes' ,
2016-12-03 17:10:05 -08:00
'order_number' => 'Order Number' ,
2016-03-25 01:18:05 -07:00
'page_menu' => 'Showing _MENU_ items' ,
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items' ,
'pending' => 'Pending' ,
'people' => 'People' ,
'per_page' => 'Results Per Page' ,
'previous' => 'Previous' ,
'processing' => 'Processing' ,
'profile' => 'Your profile' ,
2016-12-03 17:10:05 -08:00
'purchase_cost' => 'Purchase Cost' ,
'purchase_date' => 'Purchase Date' ,
2016-03-25 01:18:05 -07:00
'qty' => 'QTY' ,
'quantity' => 'Quantity' ,
'ready_to_deploy' => 'Ready to Deploy' ,
'recent_activity' => 'Recent Activity' ,
2016-06-13 12:16:43 -07:00
'remove_company' => 'Remove Company Association' ,
2016-03-25 01:18:05 -07:00
'reports' => 'Reports' ,
2017-12-12 09:20:57 -08:00
'restored' => 'restored' ,
2016-03-25 01:18:05 -07:00
'requested' => 'Requested' ,
2016-10-04 12:23:02 -07:00
'request_canceled' => 'Request Canceled' ,
2016-03-25 01:18:05 -07:00
'save' => 'Save' ,
'select' => 'Select' ,
'search' => 'Search' ,
2016-06-13 12:16:43 -07:00
'select_category' => 'Select a Category' ,
2017-07-07 13:14:51 -07:00
'select_department' => 'Select a Department' ,
2016-03-25 01:18:05 -07:00
'select_depreciation' => 'Select a Depreciation Type' ,
'select_location' => 'Select a Location' ,
'select_manufacturer' => 'Select a Manufacturer' ,
'select_model' => 'Select a Model' ,
'select_supplier' => 'Select a Supplier' ,
'select_user' => 'Select a User' ,
2017-07-07 13:14:51 -07:00
'select_date' => 'Select Date (YYYY-MM-DD)' ,
2016-03-25 01:18:05 -07:00
'select_statuslabel' => 'Select Status' ,
2016-06-13 12:16:43 -07:00
'select_company' => 'Select Company' ,
'select_asset' => 'Select Asset' ,
2016-03-25 01:18:05 -07:00
'settings' => 'Settings' ,
2018-03-22 20:01:45 -07:00
'show_deleted' => 'Show Deleted' ,
'show_current' => 'Show Current' ,
2016-03-25 01:18:05 -07:00
'sign_in' => 'Sign in' ,
2016-12-03 17:10:05 -08:00
'signature' => 'Signature' ,
2018-03-22 20:01:45 -07:00
'skin' => 'Skin' ,
2020-11-09 14:52:11 -08:00
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!' ,
2016-07-29 14:32:31 -07:00
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.' ,
2016-03-25 01:18:05 -07:00
'site_name' => 'Site Name' ,
'state' => 'State' ,
'status_labels' => 'Status Labels' ,
'status' => 'Status' ,
2016-12-03 17:10:05 -08:00
'supplier' => 'Supplier' ,
2016-03-25 01:18:05 -07:00
'suppliers' => 'Suppliers' ,
2017-02-21 14:25:46 -08:00
'sure_to_delete' => 'Are you sure you wish to delete' ,
2016-10-29 05:50:55 -07:00
'submit' => 'Submit' ,
2017-01-10 17:53:06 -08:00
'target' => 'Target' ,
2017-04-06 21:36:33 -07:00
'time_and_date_display' => 'Time and Date Display' ,
2016-03-25 01:18:05 -07:00
'total_assets' => 'total assets' ,
'total_licenses' => 'total licenses' ,
2016-10-12 13:01:29 -07:00
'total_accessories' => 'total accessories' ,
'total_consumables' => 'total consumables' ,
2016-03-25 01:18:05 -07:00
'type' => 'Type' ,
'undeployable' => 'Un-deployable' ,
'unknown_admin' => 'Unknown Admin' ,
2016-06-02 19:01:09 -07:00
'username_format' => 'Username Format' ,
2016-03-25 01:18:05 -07:00
'update' => 'Update' ,
2020-11-09 14:52:11 -08:00
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.' ,
2016-03-25 01:18:05 -07:00
'uploaded' => 'Uploaded' ,
'user' => 'User' ,
'accepted' => 'accepted' ,
'declined' => 'declined' ,
'unaccepted_asset_report' => 'Unaccepted Assets' ,
'users' => 'Users' ,
2020-11-09 14:52:11 -08:00
'viewall' => 'View All' ,
2016-03-25 01:18:05 -07:00
'viewassets' => 'View Assigned Assets' ,
'website' => 'Website' ,
'welcome' => 'Welcome, :name' ,
'years' => 'years' ,
'yes' => 'Yes' ,
'zip' => 'Zip' ,
2020-11-09 14:52:11 -08:00
'noimage' => 'No image uploaded or image not found.' ,
'token_expired' => 'Your form session has expired. Please try again.' ,
'login_enabled' => 'Login Enabled' ,
'audit_due' => 'Due for Audit' ,
'audit_overdue' => 'Overdue for Audit' ,
2020-11-17 13:22:53 -08:00
'accept' => 'Accept :asset' ,
'i_accept' => 'I accept' ,
'i_decline' => 'I decline' ,
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:' ,
2021-04-26 18:11:48 -07:00
'clear_signature' => 'Clear Signature' ,
'show_help' => 'Show help' ,
'hide_help' => 'Hide help' ,
2016-03-25 01:18:05 -07:00
];