diff --git a/.chipperci.yml b/.chipperci.yml deleted file mode 100644 index bfd1e9ecb8..0000000000 --- a/.chipperci.yml +++ /dev/null @@ -1,44 +0,0 @@ -version: 1 - -environment: - php: 8.0 - node: 12 - -services: - - mysql: 5.7 - -on: - push: - branches: - - master - - develop - - pull_request: - branches: .* - -pipeline: - - name: Setup - cmd: | - cp -v .env.testing.example .env - cp -v .env.testing.example .env.testing - composer install --no-interaction --prefer-dist --optimize-autoloader - - - name: Generate Key - cmd: | - php artisan key:generate --force - - - name: Passport Keys - cmd: | - php artisan passport:keys - - - name: Run Migrations - cmd: | - php artisan migrate --force - - - name: PHPUnit Unit Tests - cmd: | - php artisan test --testsuite Unit - - - name: PHPUnit Feature Tests - cmd: | - php artisan test --testsuite Feature diff --git a/README.md b/README.md index fe57aa2f36..c29cccb67b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build Status](https://app.chipperci.com/projects/0e5f8979-31eb-4ee6-9abf-050b76ab0383/status/master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/snipe-it/localized.svg)](https://crowdin.com/project/snipe-it) [![Docker Pulls](https://img.shields.io/docker/pulls/snipe/snipe-it.svg)](https://hub.docker.com/r/snipe/snipe-it/) [![Twitter Follow](https://img.shields.io/twitter/follow/snipeitapp.svg?style=social)](https://twitter.com/snipeitapp) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/553ce52037fc43ea99149785afcfe641)](https://www.codacy.com/app/snipe/snipe-it?utm_source=github.com&utm_medium=referral&utm_content=snipe/snipe-it&utm_campaign=Badge_Grade) +[![Crowdin](https://d322cqt584bo4o.cloudfront.net/snipe-it/localized.svg)](https://crowdin.com/project/snipe-it) [![Docker Pulls](https://img.shields.io/docker/pulls/snipe/snipe-it.svg)](https://hub.docker.com/r/snipe/snipe-it/) [![Twitter Follow](https://img.shields.io/twitter/follow/snipeitapp.svg?style=social)](https://twitter.com/snipeitapp) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/553ce52037fc43ea99149785afcfe641)](https://www.codacy.com/app/snipe/snipe-it?utm_source=github.com&utm_medium=referral&utm_content=snipe/snipe-it&utm_campaign=Badge_Grade) [![All Contributors](https://img.shields.io/badge/all_contributors-326-orange.svg?style=flat-square)](#contributors) [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/yZFtShAcKk) [![huntr](https://cdn.huntr.dev/huntr_security_badge_mono.svg)](https://huntr.dev) ## Snipe-IT - Open Source Asset Management System diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index d8f5bb887d..b638682b14 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -369,9 +369,9 @@ return [ 'notification_error' => 'Error:', 'notification_error_hint' => 'Please check the form below for errors', 'notification_bulk_error_hint' => 'The following fields had validation errors and were not edited:', - 'notification_success' => 'Success:', - 'notification_warning' => 'Warning:', - 'notification_info' => 'Info:', + 'notification_success' => 'Success', + 'notification_warning' => 'Warning', + 'notification_info' => 'Info', 'asset_information' => 'Asset Information', 'model_name' => 'Model Name', 'asset_name' => 'Asset Name', @@ -481,5 +481,8 @@ return [ 'address2' => 'Address Line 2', 'import_note' => 'Imported using csv importer', ], + 'percent_complete' => '% complete', + 'uploading' => 'Uploading... ', + 'upload_error' => 'Error uploading file. Please check that there are no empty trailing rows.' ]; diff --git a/resources/views/livewire/importer.blade.php b/resources/views/livewire/importer.blade.php index 60f4502b22..5646d0928d 100644 --- a/resources/views/livewire/importer.blade.php +++ b/resources/views/livewire/importer.blade.php @@ -9,7 +9,7 @@ {{-- alert --}} @if($message != '')