diff --git a/resources/views/dashboard/user/applications.blade.php b/resources/views/dashboard/user/applications.blade.php index 7dc6b04..1e07d05 100755 --- a/resources/views/dashboard/user/applications.blade.php +++ b/resources/views/dashboard/user/applications.blade.php @@ -1,10 +1,10 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.application_m.int_applications')) +@section('title', config('app.name') . ' | ' . __('Applications')) @section('content_header') -
{{__('messages.user.app_process.line1')}}
-{{__('messages.user.app_process.line2')}}
+{{__('Please allow up to three days for your application to be processed. Your application will be reviewed by every team member, and will move up in stages.')}}
+{{__("If an interview is scheduled, you'll need to open your application here and confirm the time, date, and location assigned for you.")}}
{{__('messages.user.nothing_to_show')}}
-{{__('messages.user.nothing_to_show_exp')}}
+{{__('Nothing to show')}}
+{{__("You currently have no applications to display. If you're eligible, you may apply once every month.")}}
- {{__('messages.component_nopermission')}} + {{__("We're sorry, but you do not have permission to access this web page.")}}
{{__('messages.last_updated')}} @ {{$application->appointment->updated_at}}
+{{__('Last updated')}} @ {{$application->appointment->updated_at}}
{{__('messages.view_app.deny_confirm')}}
-{{__('messages.view_app.deny_confirm_consequence')}}
+{{__('Are you sure you want to deny this application? Please keep in mind that this user will only be allowed to apply 30 days after their first application.')}}
+{{__('This action cannot be undone.')}}
{{__('messages.application_m.applicant_name')}} {{$application->user->name}}
+{{__('Applicant Name')}} {{$application->user->name}}
@if (Auth::user()->hasRole('hiringManager')) -{{__('messages.view_app.appl_ip')}} {{ (!$shouldCollect) ? '0.0.0.0 (censored)' : $application->user->originalIP }}
+{{__('Applicant IP Address')}} {{ (!$shouldCollect) ? __('0.0.0.0 (censored)') : $application->user->originalIP }}
@endif -{{__('messages.application_m.application_date')}} {{$application->created_at}}
-{{__('messages.last_updated')}}{{$application->updated_at}}
-{{__('messages.view_app.appl_for')}} {{$vacancy->vacancyName}}
-{{__('messages.view_app.currentstatus')}} +
{{__('Application Date')}} {{$application->created_at}}
+{{__('Last updated')}}{{$application->updated_at}}
+{{__('Applying for')}} {{$vacancy->vacancyName}}
+{{__('Current Status')}} @switch($application->applicationStatus) @case('STAGE_SUBMITTED') - {{__('messages.application_m.outstanding_sm')}} + {{__('Outstanding')}} @break @case('STAGE_PEERAPPROVAL') - {{__('messages.user.peer_approval')}} + {{__('Peer Approval')}} @break @case('STAGE_INTERVIEW') - {{__('messages.application_m.pending_int')}} + {{__('Pending Interview')}} @break @case('STAGE_INTERVIEW_SCHEDULED') - {{__('messages.application_m.interview_s')}} + {{__('Interview Scheduled')}} @break @case('APPROVED') - {{__('messages.application_m.approved')}} + {{__('Approved')}} @break @case('DENIED') - {{__('messages.application_m.denied')}} + {{__('Denied')}} @break @@ -212,7 +212,7 @@
{{__('messages.view_app.choosedate')}}
+{{__('Click to choose a date')}}
- + -{{__('messages.view_app.coming_soon_int')}}
+{{__('Embedded in-house video conferencing coming soon, powered by Jitsi Meet')}}
{{$application->appointment->appointmentDescription}}
-{{__('messages.view_app.scheduled_for')}} {{$application->appointment->appointmentDate}}
-{{__('messages.reusable.status')}}: {{Str::ucfirst(Str::lower($application->appointment->appointmentStatus))}}
-{{__('messages.reusable.platform')}}: {{Str::ucfirst(Str::lower($application->appointment->appointmentLocation))}}
+{{__('Interview Scheduled for:')}} {{$application->appointment->appointmentDate}}
+{{__('Status')}}: {{Str::ucfirst(Str::lower($application->appointment->appointmentStatus))}}
+{{__('Platform')}}: {{Str::ucfirst(Str::lower($application->appointment->appointmentLocation))}}
{{__('messages.view_app.vote_explainer.line1')}}
-{{__('messages.view_app.vote_explainer.line2')}}
+{{__("If you weren't present during this meeting, you can view the shared meeting notepad to help you make a decision.")}}
+{{__('You may vote on as many applications as needed; However, you can only vote once per application.')}}
-{{__('messages.view_app.vote_explainer.line3')}}
+{{__('Votes carry no weight based on rank. This system has been designed with fairness and ease of use in mind.')}}
{{__('messages.view_app.no_comments_exp')}}
+{{__('There are no comments here! Comments are only visible to staff members. Be the first to share your input! Commenting may help with decision-making when time comes to vote for an application.')}}
{{__('messages.view_app.commenting_as', ['username' => Auth::user()->name ])}}
+{{__('Commenting as :usernameValue', ['usernameValue' => Auth::user()->name ])}}
0/600 {{__('messages.view_app.max_chars')}}
+0/600 {{__(' max characters')}}