From e825fa81aa7dc4eec9078e228b8330ade6b54dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C3=A4chtler=2C=20Yannick?= Date: Tue, 2 Nov 2021 11:50:56 +0100 Subject: [PATCH] Added localized strings for depreciations --- resources/lang/en/admin/depreciations/general.php | 3 +-- resources/lang/en/button.php | 3 ++- resources/lang/en/general.php | 10 +++++++--- resources/views/depreciations/index.blade.php | 2 +- resources/views/depreciations/view.blade.php | 8 ++++---- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/resources/lang/en/admin/depreciations/general.php b/resources/lang/en/admin/depreciations/general.php index e188b2cc1..1e536085f 100644 --- a/resources/lang/en/admin/depreciations/general.php +++ b/resources/lang/en/admin/depreciations/general.php @@ -9,6 +9,5 @@ return [ 'depreciation_min' => 'Floor Value of Depreciation', 'number_of_months' => 'Number of Months', 'update' => 'Update Depreciation', - 'depreciation_min' => 'Minimum Value after Depreciation' - + 'depreciation_min' => 'Minimum Value after Depreciation', ]; diff --git a/resources/lang/en/button.php b/resources/lang/en/button.php index ac1e6aa42..1be2a483a 100644 --- a/resources/lang/en/button.php +++ b/resources/lang/en/button.php @@ -15,5 +15,6 @@ return [ 'select_file' => 'Select File...', 'select_files' => 'Select Files...', 'generate_labels' => '{1} Generate Label|[2,*] Generate Labels', - 'send_password_link' => 'Send Password Reset Link', + 'send_password_link' => 'Send Password Reset Link', + 'go' => 'Go', ]; diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 5cf5d8844..e11a0a0ba 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -31,6 +31,9 @@ 'bulkaudit' => 'Bulk Audit', 'bulkaudit_status' => 'Audit Status', 'bulk_checkout' => 'Bulk Checkout', + 'bulk_edit' => 'Bulk Edit', + 'bulk_delete' => 'Bulk Delete', + 'bulk_actions' => 'Bulk Actions', 'bystatus' => 'by Status', 'cancel' => 'Cancel', 'categories' => 'Categories', @@ -77,13 +80,14 @@ 'delete_seats' => 'Deleted Seats', 'deletion_failed' => 'Deletion failed', 'departments' => 'Departments', - 'department' => 'Department', + 'department' => 'Department', 'deployed' => 'Deployed', + 'depreciation' => 'Depreciation', + 'depreciations' => 'Depreciations', 'depreciation_report' => 'Depreciation Report', 'details' => 'Details', 'download' => 'Download', - 'download_all' => 'Download All', - 'depreciation' => 'Depreciation', + 'download_all' => 'Download All', 'editprofile' => 'Edit Your Profile', 'eol' => 'EOL', 'email_domain' => 'Email Domain', diff --git a/resources/views/depreciations/index.blade.php b/resources/views/depreciations/index.blade.php index bfbed2ca6..e71063771 100755 --- a/resources/views/depreciations/index.blade.php +++ b/resources/views/depreciations/index.blade.php @@ -2,7 +2,7 @@ {{-- Page title --}} @section('title') - Depreciations + {{ trans('general.depreciations')}} @parent @stop diff --git a/resources/views/depreciations/view.blade.php b/resources/views/depreciations/view.blade.php index c0263fda9..d075a31e9 100644 --- a/resources/views/depreciations/view.blade.php +++ b/resources/views/depreciations/view.blade.php @@ -111,12 +111,12 @@ ) }}
- + - +