Skip to content

Commit

Permalink
Version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jshah4517 committed Jan 18, 2024
1 parent 766bceb commit c73e5e8
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Lang/en/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,4 +644,21 @@
"search_driver_check" => "Search Driver",
"search_driver_not_working" => "The configured search driver is not working correctly.",

/*
* 5.2.0
*/
"temporary_path" => "Temporary Path",
"temporary_path_desc" => "The temporary path is used to store files during the update. The system temporary path is used by default. The path must have at least 3GB of free space.",
"background_jobs_desc" => "Below are a list of background jobs that have failed recently.",
"failed_jobs" => "Failed Jobs",
"horizon_dashboard" => "Horizon Dashboard",
"job" => "Job|Jobs",
"job_payload" => "Job Payload",
"job_exception" => "Job Exception",
"failed_at" => "Failed At",
"queue" => "Queue",
"exception" => "Exception",
"data" => "Data",
"failed_background_jobs" => "One or more <a target='_blank' href=':link'>background jobs</a> have failed and require manual attention.",

);
6 changes: 6 additions & 0 deletions Lang/en/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,10 @@
"operator_added_to_group" => "Operator :rel added to operator group :new_value.",
"operator_removed_from_group" => "Operator :rel removed from operator group :old_value.",

/*
* 5.2.0
*/
"background_job_deleted" => "Deleted background job :rel.",
"background_job_retried" => "Retried background job :rel.",

);
9 changes: 8 additions & 1 deletion Lang/en/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"ticket_management" => "Ticket Management",
"reopened" => "Reopened",
"by_type" => "Tickets Opened",
"tickets_opened_desc" => "A breakdown of ticket opened in the timeframe.",
"tickets_opened_desc" => "A breakdown of tickets opened in the timeframe.",
"tickets_opened_by_brand" => "Tickets Opened by Brand",
"tickets_opened_by_department" => "Tickets Opened by Department",
"tickets_opened_by_channel" => "Tickets Opened by Channel",
Expand Down Expand Up @@ -158,4 +158,11 @@
"forwards" => "Forwards",
"messages_by_users" => "Messages by Users",

/*
* 5.2.0
*/
"times_canned_responses_used" => "Total Times Canned Responses Used",
"total_tickets_canned_responses_used" => "Total Tickets with Canned Responses Used",
"operators_most_used_responses" => "Operators with Most Canned Responses Used",

);
5 changes: 5 additions & 0 deletions Lang/en/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,4 +561,9 @@
"set_reply_due_time" => "Set reply due time",
"set_resolution_due_time" => "Set resolution due time",

/*
* 5.2.0
*/
"block_user_desc" => "The user will be unable to open any further tickets, and the ticket moved to the trash.",

);

0 comments on commit c73e5e8

Please sign in to comment.