From af1ea3ccb22e7374791c1b71047db453dc068c6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Dec 2024 13:05:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20https://github.com/suppor?= =?UTF-8?q?tpal/addon-language-english?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- Lang/fr/actions.php | 8 ++++- Lang/fr/core.php | 62 +++++++++++++++++++++++++++++++++++++- Lang/fr/general.php | 5 +++ Lang/fr/integrations.php | 19 ++++++++++-- Lang/fr/license.php | 5 +++ Lang/fr/log.php | 6 ++++ Lang/fr/messages.php | 5 +++ Lang/fr/ticket.php | 19 ++++++++++-- 9 files changed, 124 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8a08d4..654d482 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: tools: composer:v2, supportpal/language-tools - name: PHP Syntax Check - uses: overtrue/phplint@9.1 + uses: overtrue/phplint@9.4 with: path: . options: --exclude=vendor diff --git a/Lang/fr/actions.php b/Lang/fr/actions.php index d404d49..0fc06ef 100644 --- a/Lang/fr/actions.php +++ b/Lang/fr/actions.php @@ -26,7 +26,6 @@ /* * 2.2.0 */ - "close_and_lock_ticket" => "Fermer et verrouiller le billet", "unlock_ticket" => "Déverrouiller le billet", "update_sla_plan" => "Modifier le plan SLA", "update_subject" => "Modifier le sujet", @@ -83,4 +82,11 @@ "pause_due_times" => "Pause due times", "unpause_due_times" => "Unpause due times", + /* + * 5.5.0 + */ + "close_ticket" => "Close ticket", + "lock_ticket" => "Lock ticket", + "notify_user" => "Notify user", + ); diff --git a/Lang/fr/core.php b/Lang/fr/core.php index 397bc92..1363f3f 100644 --- a/Lang/fr/core.php +++ b/Lang/fr/core.php @@ -662,7 +662,6 @@ /* * 5.3.0 */ - "ticket_channel_2" => "Nous fournissons un certain nombre de canaux par défaut. Vous pouvez activer et configurer les canaux Facebook et Twitter pour recueillir des billets générés via les réseaux sociaux.", "incoming_duplicate" => "Incoming (Duplicate)", /* @@ -682,4 +681,65 @@ "hcaptcha_desc" => "Please register at hCaptcha. Copy the site and secret key above.", "captcha_type_desc" => "Permet de choisir le type de captcha qui sera utilisé dans le système. Nous recommendons d'utiliser les google reCAPTCHA, qui nécessitent une configuration additionnelle.", + /* + * 5.5.0 + */ + "ticket_channel_2" => "Nous fournissons un certain nombre de canaux par défaut. Vous pouvez activer et configurer les canaux Facebook et Twitter pour recueillir des billets générés via les réseaux sociaux.", + "selected_country_aria_label" => "Selected country", + "no_country_selected" => "No country selected", + "country_list_aria_label" => "List of countries", + "zero_search_results" => "No results found", + "one_search_result" => "1 result found", + "multiple_search_results" => "\${count} results found", // ${count} is a JS variable and should not be changed. + "advanced" => "Advanced", + "table" => "Table", + "cell" => "Cell", + "cell_properties" => "Cell properties", + "merge_cells" => "Merge cells", + "split_cell" => "Split cell", + "row" => "Row", + "inset_row_before" => "Insert row before", + "inset_row_after" => "Insert row after", + "delete_row" => "Delete row", + "row_properties" => "Row properties", + "cut_row" => "Cut row", + "copy_row" => "Copy row", + "paste_row_before" => "Paste row before", + "paste_row_after" => "Paste row after", + "column" => "Column", + "insert_column_before" => "Insert column before", + "insert_column_after" => "Insert column after", + "delete_column" => "Delete column", + "cut_column" => "Cut column", + "copy_column" => "Copy column", + "paste_column_before" => "Paste column before", + "paste_column_after" => "Paste column after", + "table_properties" => "Table properties", + "delete_table" => "Delete table", + "width" => "Width", + "height" => "Height", + "cell_spacing" => "Cell spacing", + "cell_padding" => "Cell padding", + "border_width" => "Border width", + "caption" => "Caption", + "show_caption" => "Show caption", + "alignment" => "Alignment", + "border_style" => "Border style", + "border_colour" => "Border colour", + "cell_type" => "Cell type", + "scope" => "Scope", + "horizontal_align" => "Horizontal align", + "vertical_align" => "Vertical align", + "header_cell" => "Header cell", + "row_group" => "Row group", + "column_group" => "Column group", + "left" => "Left", + "center" => "Center", + "right" => "Right", + "top" => "Top", + "middle" => "Middle", + "bottom" => "Bottom", + "anchor" => "Anchor", + "example" => "Example", + ); diff --git a/Lang/fr/general.php b/Lang/fr/general.php index 2a6c450..5319937 100644 --- a/Lang/fr/general.php +++ b/Lang/fr/general.php @@ -429,4 +429,9 @@ "week" => "Week|Weeks", "quarter" => "Quarter|Quarters", + /* + * 5.5.0 + */ + "mark_as_done" => "Mark as Done", + ); diff --git a/Lang/fr/integrations.php b/Lang/fr/integrations.php index c4cf81c..29849ec 100644 --- a/Lang/fr/integrations.php +++ b/Lang/fr/integrations.php @@ -45,8 +45,6 @@ "twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.", "twilio_api_secret" => "API Secret", "twilio_number_verification" => "Number Verification", - "twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the Verify service by Twilio is chargeable.", - "twilio_verify_sid" => "Verification SID", "twitter_api_key_secret" => "API Key Secret", @@ -56,4 +54,21 @@ "twitter_documentation" => "Please read over our documentation for setting up X.", "twitter_redirect_url" => "The following URL must be entered for the X App 'Callback URL':", + /* + * 5.4.1 + */ + "twilio_verify_sid" => "Verification SID", + "twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the Verify service by Twilio is chargeable.", + "twilio_verify_countries" => "Verify Allowed Countries", + "twilio_verify_countries_desc" => "Restrict phone number verification to specific countries, to reduce costs and the risk of abuse. Phone numbers belonging to countries outside of the permitted list can be manually marked as verified by staff.", + + /* + * 5.5.0 + */ + "algolia_frontend_search_rate_limit" => "Frontend Search Rate Limiting", + "algolia_max_daily" => "Daily Max Requests", + "algolia_max_daily_desc" => "The maximum number of API calls that can be made to Algolia from the frontend.", + "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.", + ); diff --git a/Lang/fr/license.php b/Lang/fr/license.php index b8a63c0..a75229a 100644 --- a/Lang/fr/license.php +++ b/Lang/fr/license.php @@ -48,4 +48,9 @@ */ "unlicensed" => "Unlicensed", + /* + * 5.5.0 + */ + "key_updated" => "License key updated successfully.", + ); diff --git a/Lang/fr/log.php b/Lang/fr/log.php index 0dd76a0..4c30ba2 100644 --- a/Lang/fr/log.php +++ b/Lang/fr/log.php @@ -267,4 +267,10 @@ "ticket_feedback_saved" => "Saved :extra_rel1 on ticket #:rel.", // Saved (lowercase ticket.feedback) on ticket #123 "selfservice_feedback_saved" => "Saved :extra_rel1 on article :rel.", // Saved (lowercase ticket.feedback) on article 'Foo bar' + /* + * 5.5.0 + */ + "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. + ); diff --git a/Lang/fr/messages.php b/Lang/fr/messages.php index 666d136..39a0b61 100644 --- a/Lang/fr/messages.php +++ b/Lang/fr/messages.php @@ -168,4 +168,9 @@ "lock_timeout" => "Lock Timeout", "lock_timeout_desc" => "The server is currently busy processing other requests. Please try again.", + /* + * 5.4.1 + */ + "throttle_error" => "Too many attempts, please try again :in_time." // :in_time becomes in 1 minute, etc + ); diff --git a/Lang/fr/ticket.php b/Lang/fr/ticket.php index e4a8231..10a5757 100644 --- a/Lang/fr/ticket.php +++ b/Lang/fr/ticket.php @@ -538,8 +538,6 @@ "append_ip_address_api_desc" => "Append the user's IP address to the end of their ticket messages (requires user_ip_address data to be provided).", "check_spam" => "Check Spam Rules", "check_spam_api_desc" => "Block messages which match spam rules.", - "enable_throttling" => "Enable Throttling", - "enable_throttling_api_desc" => "Limit the number of messages user's can post within a time frame. See Throttling configuration for more details on how to adjust the limits.", "captcha_desc" => "When the captcha should be shown to users opening new tickets or using the track ticket feature.", /* @@ -573,4 +571,21 @@ "reject_duplicate_emails_desc" => "Stop emails being imported more than once, detected based on the Message-ID header.", "duplicate_email_detected" => "Duplicate email that has already been imported.", + /* + * 5.5.0 + */ + "rate_limiting" => "Rate Limiting", + "max_requests" => "Max Requests", + "max_requests_desc" => "Set the maximum number of requests before a user is throttled.", + "decay_time" => "Decay Time", + "decay_time_desc" => "The number of minutes until the available attempts are reset.", + "exclude_addresses" => "Exclude Addresses", + "exclude_addresses_desc" => "A list of email addresses which are excluded from rate limits.", + "enable_throttling" => "Enable Throttling", + "enable_throttling_api_desc" => "Limit the number of messages user's can post within a time frame. See Throttling configuration for more details on how to adjust the limits.", + "close_without_notify" => "Close (without notification)", + "lock" => "Lock", + "pin" => "Pin", + "unpin" => "Unpin", + );