Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
github-actions[bot] committed Oct 17, 2024
1 parent 84a43c4 commit 26db5df
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 8 additions & 2 deletions Lang/fr/integrations.php
Original file line number Diff line number Diff line change
@@ -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 <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> 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 <a href=':link'>X</a>.",
"twitter_redirect_url" => "The following URL <strong>must</strong> 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 <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> 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 changes: 5 additions & 0 deletions Lang/fr/messages.php
Original file line number Diff line number Diff line change
@@ -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

);

0 comments on commit 26db5df

Please sign in to comment.