Normalize array format in en language to the new shitty way

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-01-13 21:30:35 -08:00
parent ddfa5776c5
commit af2e407543
73 changed files with 146 additions and 146 deletions

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'personal_api_keys' => 'Personal API Keys',
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
will not be visible to you again.',
@ -9,4 +9,4 @@ return [
'api_token_expiration_time' => 'API tokens are set to expire in:',
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
find specific API endpoints and additional API documentation.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'accessory_category' => 'Accessory Category',
'accessory_name' => 'Accessory Name',
'checkout' => 'Checkout Accessory',
@ -17,4 +17,4 @@ return [
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'The accessory [:id] does not exist.',
'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ',
@ -33,4 +33,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.',
],
];
);

View file

@ -1,10 +1,10 @@
<?php
return [
return array(
'dl_csv' => 'Download CSV',
'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'Acceptance',
'title' => 'Accessory Name',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'asset_maintenance_type' => 'Asset Maintenance Type',
'title' => 'Title',
'start_date' => 'Start Date',
@ -11,4 +11,4 @@
'notes' => 'Notes',
'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'asset_maintenances' => 'Asset Maintenances',
'edit' => 'Edit Asset Maintenance',
'delete' => 'Delete Asset Maintenance',
@ -11,4 +11,4 @@
'calibration' => 'Calibration',
'software_support' => 'Software Support',
'hardware_support' => 'Hardware Support',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'not_found' => 'Asset Maintenance you were looking for was not found!',
'delete' => [
'confirm' => 'Are you sure you wish to delete this asset maintenance?',
@ -18,4 +18,4 @@
'asset_maintenance_incomplete' => 'Not Completed Yet',
'warranty' => 'Warranty',
'not_warranty' => 'Not Warranty',
];
);

View file

@ -1,8 +1,8 @@
<?php
return [
return array(
'title' => 'Asset Maintenance',
'asset_name' => 'Asset Name',
'is_warranty' => 'Warranty',
'dl_csv' => 'Download CSV',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'asset_categories' => 'Asset Categories',
'category_name' => 'Category Name',
'checkin_email' => 'Send email to user on checkin/checkout.',
@ -20,4 +20,4 @@ return [
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
'use_default_eula_column' => 'Use default EULA',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Category does not exist.',
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
@ -22,4 +22,4 @@ return [
'success' => 'The category was deleted successfully.',
],
];
);

View file

@ -1,10 +1,10 @@
<?php
return [
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Parent',
'require_acceptance' => 'Acceptance',
'title' => 'Asset Category Name',
];
);

View file

@ -1,7 +1,7 @@
<?php
return [
return array(
'select_company' => 'Select Company',
'about_companies' => 'About Companies',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Company does not exist.',
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ',
'create' => [
@ -16,4 +16,4 @@ return [
'error' => 'There was an issue deleting the company. Please try again.',
'success' => 'The Company was deleted successfully.',
],
];
);

View file

@ -1,10 +1,10 @@
<?php
return [
return array(
'companies' => 'Companies',
'create' => 'Create Company',
'title' => 'Company',
'update' => 'Update Company',
'name' => 'Company Name',
'id' => 'ID',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'component_name' => 'Component Name',
'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component',
@ -12,4 +12,4 @@ return [
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Component',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Component does not exist.',
@ -32,4 +32,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.',
],
];
);

View file

@ -1,5 +1,5 @@
<?php
return [
return array(
'title' => 'Component Name',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
@ -8,4 +8,4 @@ return [
'remaining' => 'Remaining',
'total' => 'Total',
'update' => 'Update Consumable',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Consumable does not exist.',
@ -32,4 +32,4 @@ return [
'user_does_not_exist' => 'That user is invalid. Please try again.',
],
];
);

View file

@ -1,5 +1,5 @@
<?php
return [
return array(
'title' => 'Consumable Name',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'custom_fields' => 'Custom Fields',
'manage' => 'Manage',
'field' => 'Field',
@ -42,4 +42,4 @@ return [
'reorder' => 'Reorder',
'db_field' => 'DB Field',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code> :db_column </code> but should be :expected </code>.'
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'field' => [
'invalid' => 'That field does not exist.',
@ -49,4 +49,4 @@ return [
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
@ -18,4 +18,4 @@ return [
'success' => 'The department was deleted successfully.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'id' => 'ID',
'name' => 'Department Name',
@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_asset_depreciations' => 'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
@ -13,4 +13,4 @@ return [
'no_depreciations_warning' => '<strong>Warning: </strong>
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
@ -21,4 +21,4 @@ return [
'success' => 'The depreciation class was deleted successfully.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'id' => 'ID',
'months' => 'Months',
@ -8,4 +8,4 @@ return [
'title' => 'Name ',
'depreciation_min' => 'Floor Value',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'group_exists' => 'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
@ -19,4 +19,4 @@ return [
'delete' => 'There was an issue deleting the group. Please try again.',
],
];
);

View file

@ -1,9 +1,9 @@
<?php
return [
return array(
'id' => 'Id',
'name' => 'Name',
'users' => '# of Users',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_groups_title' => 'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Group Management',
@ -13,4 +13,4 @@ return [
'permission' => 'Permission',
'grant' => 'Grant',
'no_permissions' => 'This group has no permissions.'
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
@ -46,4 +46,4 @@ return [
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing...',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_assets_title' => 'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'Archived',
@ -40,4 +40,4 @@ return [
'success_messages' => 'Success messages:',
'alert_details' => 'Please see below for details.',
'custom_export' => 'Custom Export'
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable.
If this status has changed, please update the asset status.',
@ -80,4 +80,4 @@ return [
'canceled' => 'Checkout request successfully canceled',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'asset_tag' => 'Asset Tag',
'asset_model' => 'Model',
@ -27,4 +27,4 @@ return [
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'process' => 'Process',
];
);

View file

@ -1,7 +1,7 @@
<?php
return [
return array(
'select_import_file' => 'Select Import File...',
'select_file' => 'Select file'
];
);

View file

@ -1,10 +1,10 @@
<?php
return [
return array(
'file' => 'File',
'created' => 'Created',
'size' => 'Size',
'process' => 'Process',
'delete' => 'Delete',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_kits_title' => 'About Predefined Kits',
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
'checkout' => 'Checkout Kit ',
@ -47,4 +47,4 @@ return [
'kit_deleted' => 'Kit was successfully deleted',
'kit_model_updated' => 'Model was successfully updated',
'kit_model_detached' => 'Model was successfully detached',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'asset' => 'Asset',
'checkin' => 'Checkin',
@ -19,4 +19,4 @@ return [
'to_name' => 'Licensed to Name',
'update' => 'Update License',
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_licenses_title' => 'About Licenses',
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
'checkin' => 'Checkin License Seat',
@ -18,4 +18,4 @@ return [
'software_licenses' => 'Software Licenses',
'user' => 'User',
'view' => 'View License',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'License does not exist.',
'user_does_not_exist' => 'User does not exist.',
@ -48,4 +48,4 @@ return [
'success' => 'The license was checked in successfully',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'assigned_to' => 'Assigned To',
'checkout' => 'In/Out',
@ -14,4 +14,4 @@ return [
'serial' => 'Serial',
'title' => 'License',
];
);

View file

@ -1,9 +1,9 @@
<?php
return [
return array(
'assigned_location' => 'Assigned to :location Location',
'asset_management_system' => 'Asset Management System',
'assigned_to' => 'Assigned To:',
'manager' => 'Manager',
'date' => 'Current Date:',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Location does not exist.',
'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
@ -23,4 +23,4 @@ return [
'success' => 'The location was deleted successfully.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_locations_title' => 'About Locations',
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
@ -37,4 +37,4 @@ return [
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Manufacturer does not exist.',
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
@ -26,4 +26,4 @@ return [
'success' => 'The Manufacturer was deleted successfully.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.',
'asset_manufacturers' => 'Asset Manufacturers',
@ -13,4 +13,4 @@ return [
'update' => 'Update Manufacturer',
'url' => 'URL',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
'deleted' => 'This model has been deleted.',
@ -15,4 +15,4 @@ return [
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
'add_default_values' => 'Add default values',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Model does not exist.',
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
@ -38,4 +38,4 @@ return [
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'create' => 'Create Asset Model',
'created_at' => 'Created at',
@ -14,4 +14,4 @@ return [
'update' => 'Update Asset Model',
'clone' => 'Clone Model',
'edit' => 'Edit Model',
];
);

View file

@ -1,10 +1,10 @@
<?php
return [
return array(
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request'
];
);

View file

@ -1,5 +1,5 @@
<?php
return [
return array(
'error' => 'You must select at least ONE option.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'ad' => 'Active Directory',
'ad_domain' => 'Active Directory domain',
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
@ -318,4 +318,4 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'update' => [
'error' => 'An error has occurred while updating. ',
@ -40,4 +40,4 @@ return [
'500' => '500 Server Error.',
'error' => 'Something went wrong.',
]
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'created' => 'Created',
'size' => 'Size',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Status Label does not exist.',
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
@ -28,4 +28,4 @@ return [
'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about' => 'About Status Labels',
'archived' => 'Archived',
'create' => 'Create Status Label',
@ -16,4 +16,4 @@ return [
'title' => 'Status Labels',
'undeployable' => 'Undeployable',
'update' => 'Update Status Label',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'does_not_exist' => 'Supplier does not exist.',
@ -23,4 +23,4 @@ return [
'assoc_maintenances' => 'This supplier is currently associated with :asset_maintenances_count asset maintenances(s) and cannot be deleted. Please update your asset maintenances to no longer reference this supplier and try again. ',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'about_suppliers_title' => 'About Suppliers',
'about_suppliers_text' => 'Suppliers are used to track the source of items',
'address' => 'Supplier Address',
@ -24,4 +24,4 @@ return [
'view_assets_for' => 'View Assets for',
'zip' => 'Postal Code',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'activated_help_text' => 'This user can login',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
'assets_user' => 'Assets assigned to :name',
@ -34,4 +34,4 @@ return [
'warning_deletion_information' => 'You are about to delete the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_asssets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'accepted' => 'You have successfully accepted this asset.',
'declined' => 'You have successfully declined this asset.',
@ -58,4 +58,4 @@ return [
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
],
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
/*
|--------------------------------------------------------------------------
@ -17,4 +17,4 @@ return [
'password' => 'The provided password is incorrect.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'send_password_link' => 'Send Password Reset Link',
'email_reset_password' => 'Email Password Reset',
'reset_password' => 'Reset Password',
@ -12,4 +12,4 @@ return [
'remember_me' => 'Remember Me',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'actions' => 'Actions',
'add' => 'Add New',
'cancel' => 'Cancel',
@ -21,4 +21,4 @@ return [
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'accessories' => 'Accessories',
'activated' => 'Activated',
'accessory' => 'Accessory',
@ -347,4 +347,4 @@
'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
/*
|--------------------------------------------------------------------------
@ -31,4 +31,4 @@ return [
'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'a_user_canceled' => 'A user has canceled an item request on the website',
'a_user_requested' => 'A user has requested an item on the website',
'accessory_name' => 'Accessory Name:',
@ -77,4 +77,4 @@ return [
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
'your_assets' => 'View Your Assets',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
/*
|--------------------------------------------------------------------------
@ -17,4 +17,4 @@ return [
'next' => 'Next &raquo;',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'alt_uploaded_image_thumbnail' => 'Uploaded image thumbnail',
'placeholder_kit' => 'Select a kit',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
'sent' => 'Your password link has been sent!',
'user' => 'No matching active user found with that email.',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
/*
|--------------------------------------------------------------------------
@ -21,4 +21,4 @@ return [
'sent' => 'If a matching email address was found, a password reminder has been sent!',
];
);

View file

@ -1,9 +1,9 @@
<?php
return [
return array(
'actions' => 'Actions',
'action' => 'Action',
'by' => 'By',
'item' => 'Item',
];
);

View file

@ -1,6 +1,6 @@
<?php
return [
return array(
/*
|--------------------------------------------------------------------------
@ -135,4 +135,4 @@ return [
'attributes' => [],
];
);