Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent 6f58d74 commit 8e822e6
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tar -zcvf ${{ env.TAR_FILENAME }} ${{ env.ADDON_NAME }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
${{ env.ZIP_FILENAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
tools: composer:v2, supportpal/language-tools

- name: PHP Syntax Check
uses: overtrue/phplint@8.2
uses: overtrue/phplint@9.1
with:
path: .
options: --exclude=vendor
Expand Down
17 changes: 17 additions & 0 deletions Lang/de/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/de/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.",

);
7 changes: 7 additions & 0 deletions Lang/de/report.php
Original file line number Diff line number Diff line change
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/de/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.",

);
6 changes: 5 additions & 1 deletion Lang/de/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@
"two_fa_secret" => "2FA Geheimnis",
"two_fa_secret_desc" => "Pbitte speichern sie das 'Geheimins' an einem sicheren Ort, um bei einem Verlust den 2FA wiederherstellen zu können.",
"display_notifications" => "Benachrichtigungen deaktivieren",
"display_notifications_desc" => "Das System benachtigt sie bei neuen Tickets, Antworten oder wenn sich andere Operateure anmelden während sie das Operator Panel offen haben. Sie können sich zwischen Desktop oder in Browser Notifications entscheiden oder ganz deaktivieren.",
"desktop_notifications" => "Desktop Benachrichtigungen",
"browser_notifications" => "Browser Benachrichtigungen",

Expand Down Expand Up @@ -373,4 +372,9 @@
"error_join" => "The invitation code could not be found, or has expired.",
"verify_to_view_tickets" => "Please verify all additional email addresses or remove unverified email addresses under your account profile.",

/*
* 5.2.3
*/
"display_notifications_desc" => "Das System benachtigt sie bei neuen Tickets, Antworten oder wenn sich andere Operateure anmelden während sie das Operator Panel offen haben. Sie können sich zwischen Desktop oder in Browser Notifications entscheiden oder ganz deaktivieren.",

);

0 comments on commit 8e822e6

Please sign in to comment.