Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 69d4f28 commit 935670a
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions Lang/tr/integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand All @@ -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/tr/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 935670a

Please sign in to comment.