From 935670a3cfd7db44d521653dae3724c79426226a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Oct 2024 12:44:09 +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/tr/integrations.php | 10 ++++++++-- Lang/tr/messages.php | 5 +++++ 3 files changed, 14 insertions(+), 3 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/tr/integrations.php b/Lang/tr/integrations.php index c4cf81c..dd9e731 100644 --- a/Lang/tr/integrations.php +++ b/Lang/tr/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,12 @@ "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.", + ); diff --git a/Lang/tr/messages.php b/Lang/tr/messages.php index d1118b1..88fe0d5 100644 --- a/Lang/tr/messages.php +++ b/Lang/tr/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 + );