-
Notifications
You must be signed in to change notification settings - Fork 0
🔄 Sync supportpal/addon-language-english #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
bytestream
wants to merge
1
commit into
master
Choose a base branch
from
sync
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,4 +48,9 @@ | |
| */ | ||
| "unlicensed" => "Unlicensed", | ||
|
|
||
| /* | ||
| * 5.5.0 | ||
| */ | ||
| "key_updated" => "License key updated successfully.", | ||
|
|
||
| ); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -290,11 +290,6 @@ | |||||
|
|
||||||
| "type_in_tags" => "Escrever tags", | ||||||
|
|
||||||
| /* | ||||||
| * 2.0.1 | ||||||
| */ | ||||||
| "allowed_files_desc" => "A list of file extensions, separated by the pipe | character, that are permitted as attachments. For example: txt|png|jpg. To allow all attachments, input: ?.*", | ||||||
|
|
||||||
| /* | ||||||
| * 2.0.2 | ||||||
| */ | ||||||
|
|
@@ -538,8 +533,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 <a href='https://docs.supportpal.com/current/App+Configuration#Throttling' target='_blank'>Throttling configuration</a> for more details on how to adjust the limits.", | ||||||
| "captcha_desc" => "Quando o Captcha deve ser mostrado aos utilizadores que abrem novos tickets.", | ||||||
|
|
||||||
| /* | ||||||
|
|
@@ -573,4 +566,52 @@ | |||||
| "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 <a href='https://docs.supportpal.com/current/App+Configuration#Throttling' target='_blank'>Throttling configuration</a> for more details on how to adjust the limits.", | ||||||
|
||||||
| "enable_throttling_api_desc" => "Limit the number of messages user's can post within a time frame. See <a href='https://docs.supportpal.com/current/App+Configuration#Throttling' target='_blank'>Throttling configuration</a> for more details on how to adjust the limits.", | |
| "enable_throttling_api_desc" => "Limit the number of messages users can post within a time frame. See <a href='https://docs.supportpal.com/current/App+Configuration#Throttling' target='_blank'>Throttling configuration</a> for more details on how to adjust the limits.", |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The timezone entry for "Europe/Istanbul" appears to be misplaced. It's positioned after "Asia/Baghdad" (GMT+03:00) but is marked as (GMT+02:00), which breaks the ordering by timezone offset. This entry should remain with other GMT+02:00 timezones (around line 312-320) to maintain consistent ordering.