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.reusable.my_acc')}} / {{__('messages.application_m.int_applications')}}

+

{{__('My account')}} / {{__('Applications')}}

@stop @@ -20,10 +20,10 @@
-
{{__('messages.user.app_process.title')}}
+
{{__('Application Process')}}
-

{{__('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.")}}

@@ -35,7 +35,7 @@
-

{{__('messages.user.my_ongoingapps')}}

+

{{__('My Ongoing Applications')}}

@@ -46,11 +46,11 @@ # - {{__('messages.application_m.applicant')}} - {{__('messages.application_m.application_date')}} - {{__('messages.last_updated')}} - {{__('messages.reusable.status')}} - {{__('messages.reusable.actions')}} + {{__('Applicant')}} + {{__('Application Date')}} + {{__('Last updated')}} + {{__('Status')}} + {{__('Actions')}} @@ -66,36 +66,36 @@ @switch($application->applicationStatus) @case('STAGE_SUBMITTED') - {{__('messages.user.submitted')}} + {{__('Submitted')}} @break @case('STAGE_PEERAPPROVAL') - {{__('messages.user.peer_approval')}} + {{__('Peer Approval')}} @break @case('STAGE_INTERVIEW') - {{__('messages.application_m.interview_p')}} + {{__('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 @default - {{__('messages.application_m.unknown_stat')}} + {{__('Unknown')}} @endswitch - + @@ -107,8 +107,8 @@ @else
-

{{__('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.")}}

@endif @@ -117,7 +117,7 @@
diff --git a/resources/views/dashboard/user/directory.blade.php b/resources/views/dashboard/user/directory.blade.php index 0854f4c..81f632b 100755 --- a/resources/views/dashboard/user/directory.blade.php +++ b/resources/views/dashboard/user/directory.blade.php @@ -1,10 +1,10 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.user.directory.title')) +@section('title', config('app.name') . ' | ' . __('User Directory')) @section('content_header') -

{{__('messages.profile.users')}} / {{__('messages.user.directory.directory')}}

+

{{__('Users')}} / {{__('Directory')}}

@stop @@ -29,7 +29,6 @@ @foreach ($users as $user)
-

{{ $user->name }}

@@ -38,9 +37,9 @@
@if($user->profile->avatarPreference == 'gravatar') - User profile picture + {{ __('User profile picture') }} @else - User profile picture + {{ __('User profile picture') }} @endif
- +
@@ -99,7 +98,7 @@

- {{__('messages.component_nopermission')}} + {{__("We're sorry, but you do not have permission to access this web page.")}}

diff --git a/resources/views/dashboard/user/viewapp.blade.php b/resources/views/dashboard/user/viewapp.blade.php index 9040f6d..609b4db 100755 --- a/resources/views/dashboard/user/viewapp.blade.php +++ b/resources/views/dashboard/user/viewapp.blade.php @@ -1,10 +1,10 @@ @extends('adminlte::page') -@section('title', config('app.name') . ' | ' . __('messages.view_app.title')) +@section('title', config('app.name') . ' | ' . __('Viewing application')) @section('content_header') -

{{__('messages.application_m.title')}} / {{__('messages.view_app.viewing_app', ['user' => $application->user->name])}}

+

{{__('Application Management')}} / {{__("Viewing :userNameValue's application", ['userNameValue' => $application->user->name])}}

@stop @@ -24,7 +24,7 @@ @if (!$canVote && Auth::user()->can('applications.vote') && $application->applicationStatus == 'STAGE_PEERAPPROVAL') @endif @@ -36,17 +36,17 @@ @canany('applications.view.all', 'appointments.*') - +
@csrf @method('PATCH') - +
-

{{__('messages.last_updated')}} @ {{$application->appointment->updated_at}}

+

{{__('Last updated')}} @ {{$application->appointment->updated_at}}

- +
@@ -55,17 +55,17 @@ @role('hiringManager') - + -

{{__('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.')}}

@csrf @method('PATCH') - +
@@ -93,7 +93,7 @@ - +
@@ -106,7 +106,7 @@
× - {{__('messages.view_app.form_updated_alert')}} + {{__('If this form has been updated, new fields and updated questions will not show up here!')}}
@@ -150,43 +150,43 @@
-
{{__('messages.view_app.context_info')}}
+
{{__('Contextual information')}}
-

{{__('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.decisionmod')}}
+
{{__('Decision & Moderation Tools')}}
@@ -229,7 +229,7 @@
@csrf @method('PATCH') - +
@@ -250,7 +250,7 @@
- + @@ -260,29 +260,29 @@ @csrf - + - + -

{{__('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')}}

- +
@@ -299,15 +299,15 @@
- +

{{$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))}}

@@ -315,13 +315,13 @@ @endcan @can('applications.vote') - + @endcan @@ -336,14 +336,14 @@ @if ($application->applicationStatus == 'STAGE_PEERAPPROVAL' && Auth::user()->can('applications.vote')) - + -

{{__('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.')}}

@@ -352,17 +352,17 @@
@csrf - +
@csrf - +
@endif - +
@@ -375,7 +375,7 @@
- +
@@ -391,7 +391,7 @@ @if (!Auth::user()->is($application->user))
-

{{__('messages.view_app.comments')}} ({{$comments->count()}})

+

{{__('Comments')}} ({{$comments->count()}})

@@ -405,7 +405,7 @@ -

{{__('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.')}}

@@ -424,9 +424,9 @@
@if($comment->user->profile->avatarPreference == 'gravatar') - User profile picture + {{ __('User profile picture') }} @else - User profile picture + {{ __('User profile picture') }} @endif
@@ -477,9 +477,9 @@
@if($application->user->avatarPreference == 'gravatar') - User profile picture + {{__( @else - User profile picture + {{__( @endif
@@ -501,13 +501,13 @@
-

{{__('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')}}

@@ -517,7 +517,7 @@