Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set environment
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -28,7 +28,7 @@ jobs:
tools: composer:v2, supportpal/language-tools

- name: PHP Syntax Check
uses: overtrue/phplint@9.4
uses: overtrue/phplint@9.5
with:
path: .
options: --exclude=vendor
Expand All @@ -41,7 +41,7 @@ jobs:

- name: Check out English
if: ${{ env.LANG_NAME != 'en' }}
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: supportpal/addon-language-english
path: addon-language-english/
Expand Down
14 changes: 14 additions & 0 deletions Lang/de/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,4 +748,18 @@
"template_disabled" => "Template Disabled",
"reset_email_template" => "This will update the editor with the default email template content. Any previous changes made will be lost once the email template has been saved.",

/*
* 5.7.0
*/
"cursor_position" => "Cursor Position",
"set_cursor_position" => "Set Cursor Position",
"private_message_notification" => "New Operator Private Message",
"private_message_notification_desc" => "Notifies you when you receive correspondence from another operator via private message.",

/*
* 5.7.3
*/
"solid" => "Solid",
"dashed" => "Dashed",
"dotted" => "Dotted",
);
6 changes: 6 additions & 0 deletions Lang/de/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,4 +434,10 @@
*/
"mark_as_done" => "Mark as Done",

/*
* 5.7.0
*/
"bot" => "Bot|Bots",
"allow_all" => "Allow All",

);
6 changes: 6 additions & 0 deletions Lang/de/integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@
"algolia_max_min" => "Max Requests Per Minute",
"algolia_max_min_desc" => "The maximum number of API calls that can be made to Algolia from the frontend, per authenticated user / IP address.",

/*
* 5.7.0
*/
"microsoft_tenant_id" => "Tenant ID",
"microsoft_tenant_id_desc" => "If you are required to use a single tenant for supported account types, enter the tenant ID; otherwise, leave this field blank. The tenant ID can be found in the Microsoft Entra Identity overview.",

);
5 changes: 5 additions & 0 deletions Lang/de/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,9 @@
"ticket_pinned_message" => "Pinned :extra_rel1 on ticket #:rel.", // Pinned message (lowercase general.message) on ticket #123.
"ticket_unpinned_message" => "Unpinned :extra_rel1 on ticket #:rel.", // Unpinned message (lowercase general.message) on ticket #123.

/*
* 5.7.0
*/
"operator_notifications_updated" => "Updated :rel's notification preferences.", // Updated Joe Blog's notification preferences.

);
7 changes: 7 additions & 0 deletions Lang/de/permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,11 @@
* 5.1.0
*/
"manage_report" => "Manage Reports",

/*
* 5.7.0
*/
"operatornotification" => "Manage Operator Notifications",
"replytemplate" => "Manage Own Reply Templates",

);
5 changes: 5 additions & 0 deletions Lang/de/report.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,9 @@
"total_tickets_canned_responses_used" => "Total Tickets with Canned Responses Used",
"operators_most_used_responses" => "Operators with Most Canned Responses Used",

/*
* 5.7.0
*/
"group_by" => "Group by",

);
13 changes: 12 additions & 1 deletion Lang/de/selfservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"excerpt" => "Auswahl, Zusammenfassung",
"associate_tag" => "Verbinde den Artikel mit einem einen Tag...",
"associate_category" => "Weise dem Artikel eine Kategorie zu...",
"published_desc" => "Kann der Artikel öffentlich betrachtet werden. Wenn er nicht veröffentlicht ist, kann er immer noch per URL betrachtet werden wenn zumindest eine der zugewiesenen Kategorien veröffentlicht ist.",
"registered_users_desc" => "Zeige Artikel nur angemeldeten Benutzern an.",

"comment_by" => "Kommentiert durch",
Expand Down Expand Up @@ -158,4 +157,16 @@
*/
"in_reply_to" => "in reply to",

/*
* 5.7.0
*/
"comment_notification" => "New Comment Posted",
"comment_notification_desc" => "Notifies you when a new comment is posted on a self-service article.",

/*
* 5.7.5
*/
"published_desc" => "Kann der Artikel öffentlich betrachtet werden. Wenn er nicht veröffentlicht ist, kann er immer noch per URL betrachtet werden wenn zumindest eine der zugewiesenen Kategorien veröffentlicht ist.",
"not_published" => "Not Published",

);
29 changes: 24 additions & 5 deletions Lang/de/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@

"type_in_tags" => "Type in Tags",

/*
* 2.0.1
*/
"allowed_files_desc" => "Liste der Dateierweiterungen, separiert durch das pipe | Symbol die als Anhang erlaubt sind. Als Beispiel: txt|png|jpg. Um alle zu erlauben geben sie folgendes ein: ?.*",

/*
* 2.0.2
*/
Expand Down Expand Up @@ -595,4 +590,28 @@
"alias_support" => "Alias Support",
"alias_support_desc" => "Alias support analyses the recipient addresses of incoming emails to determine which department the email should be opened in. Disabling alias support will open all emails in the department they were fetched in irrespective of the recipient addresses.",

/*
* 5.7.0
*/
"run_as_operator" => "Run As",
"run_as_operator_desc" => "Execute the following actions as the selected operator: \":actions\"",
"use_ticket_print_view" => "Please use the dedicated print view to print this ticket. You can access it by clicking the 'Print' option in the ticket view.",
"save_feedback" => "Save Feedback",
"ticket_opened_notification" => "New Ticket Opened",
"ticket_opened_notification_desc" => "Notifies you when a new user or internal ticket has been opened.",
"user_reply_notification" => "User Ticket Reply Posted",
"user_reply_notification_desc" => "Notifies you when a user replies to an existing ticket.",
"operator_reply_notification" => "Operator Ticket Reply Posted",
"operator_reply_notification_desc" => "Notifies you when another operator replies to a ticket.",
"operator_note_notification" => "Operator Ticket Note Posted",
"operator_note_notification_desc" => "Notifies you when another operator posts a note on a ticket.",
"assigned_notification" => "Assigned to Ticket",
"assigned_notification_desc" => "Notifies you when you are assigned to a ticket.",
"department_changed_notification" => "Department Changed",
"department_changed_notification_desc" => "Notifies you when a ticket changes department.",
"mention_notification" => "Mentioned",
"mention_notification_desc" => "Notifies you when you are mentioned on a ticket.",
"mark_resolved_and_post_reply" => "Mark as Resolved & Post Reply",
"allowed_files_desc" => "Liste der Dateierweiterungen, separiert durch das pipe | Symbol die als Anhang erlaubt sind. Als Beispiel: txt|png|jpg. Um alle zu erlauben geben sie folgendes ein: ?.*",

);
41 changes: 32 additions & 9 deletions Lang/de/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@

"operator_details" => "Mitarbeiter-Details",

"email_notifications" => "E-Mail Benachrichtigungen",
"email_notifications_desc" => "Die Benachrichtigungen, die vom System empfangen werden.",

"enable_ldap" => "LDAP aktivieren",
"enable_ldap_desc" => "Wenn Sie LDAP aktivieren, können Sie es für die Anmeldung nutzen. Nach dem Aktivieren müssen Sie die Einstellungen in den LDAP Zugängen bearbeiten.",
"user_reg_enabled" => "Benutzerregistrierung aktivieren",
Expand Down Expand Up @@ -132,7 +129,6 @@
"two_fa_code" => "2FA Code",
"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",
"desktop_notifications" => "Desktop Benachrichtigungen",
"browser_notifications" => "Browser Benachrichtigungen",

Expand Down Expand Up @@ -372,11 +368,6 @@
"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.",

/*
* 5.3.0
*/
Expand All @@ -386,4 +377,36 @@
"operator_set_password_desc" => "Please enter a password below to finish setting up your operator account.",
"password_set_success" => "Password set successfully!",

/*
* 5.7.0
*/
"reply_template_cursor_position" => "Use the 'Set Cursor Position' option in the editor to specify where the cursor will be positioned when the user opens the editor to reply to a ticket.",
"system_bot_desc" => "This is a system bot account used for automated actions. You can only edit its name and avatar.",
"notification_settings" => "Notification Settings",
"operator_notifications" => "Operator Notifications",
"operator_notifications_desc" => "Update the notification preferences for the operator account.",
"default_department_subscription" => "Default Department Subscription",
"default_department_subscription_desc" => "Set the default notification subscription to determine when notifications are sent on ticket events. This subscription will be used for any department that does not have a specific subscription configured.",
"department_subscriptions" => "Department Subscriptions",
"department_subscriptions_desc" => "Customise the notification subscription for each department.",
"subscription_type" => "Subscription Type",
"subscription_default" => "Default",
"subscription_default_desc" => "Use the default department subscription for this department.",
"subscription_all_activity" => "All Activity",
"subscription_all_activity_desc" => "Receive notifications about all activity in this department.",
"subscription_unassigned_and_assigned" => "Unassigned and Assigned",
"subscription_unassigned_and_assigned_desc" => "Receive notifications from this department when there are no assignees on the ticket, or when you are assigned. Notifications are also sent when watching the ticket or @mentioned.",
"subscription_assigned_only" => "Assigned Only",
"subscription_assigned_only_desc" => "Receive notifications from this department only when assigned to the ticket. Notifications are also sent when watching the ticket or @mentioned.",
"subscription_ignore" => "Ignore",
"subscription_ignore_desc" => "Don't receive notifications for any activity in this department, apart from when watching or @mentioned.",
"configure_on_operator_notifications" => "Department-specific notification subscriptions can be set on the <a href=':route' target='_blank'>operator notifications</a> page.",
"notification_channel_email" => "Email",
"notification_channel_browser" => "Browser",
"browser_notifications_desc" => "The system will notify you of certain events through the browser. You can choose between desktop notifications, in-app notifications, or disabling them completely.",
"failed_login_notification" => "Failed Operator Login",
"failed_login_notification_desc" => "Notifies you when someone fails to log in to the operator panel or has their IP banned due to multiple failed login attempts.",
"notifications_desc" => "Select the channels on which you would like to be notified about system events, or disable individual notifications completely.",
"in_app_notifications" => "In-App Notifications",

);