Skip to content

Commit dede335

Browse files
author
github-actions[bot]
committed
1 parent 69d4f28 commit dede335

File tree

10 files changed

+139
-9
lines changed

10 files changed

+139
-9
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tools: composer:v2, supportpal/language-tools
2929

3030
- name: PHP Syntax Check
31-
uses: overtrue/phplint@9.1
31+
uses: overtrue/phplint@9.4
3232
with:
3333
path: .
3434
options: --exclude=vendor

‎Lang/tr/actions.php‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
/*
2727
* 2.2.0
2828
*/
29-
"close_and_lock_ticket" => "Talebi kapat ve kilitle",
3029
"unlock_ticket" => "Talep kilidini aç",
3130
"update_sla_plan" => "SLA planını güncelle",
3231
"update_subject" => "Konuyu güncelle",
@@ -83,4 +82,11 @@
8382
"pause_due_times" => "Pause due times",
8483
"unpause_due_times" => "Unpause due times",
8584

85+
/*
86+
* 5.5.0
87+
*/
88+
"close_ticket" => "Close ticket",
89+
"lock_ticket" => "Lock ticket",
90+
"notify_user" => "Notify user",
91+
8692
);

‎Lang/tr/core.php‎

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@
369369
"multi_ip" => "Çoklu IP Desteği",
370370
"multi_ip_desc" => "Lojisoft Destek birden fazla dahili / harici IP'ye kilitlemenizi saÄŸlar.",
371371
"purchase" => "Satın Alma",
372-
"ticket_number_missing" => "Biletle ilgili e-postalar için, e-posta konusunda {{ticket.number}} birleştirme alanı bulunmalı ve <em> [# {{ticket.number}}] </em> veya <em> ( # {{ticket.number}})) </em> yanıtları doğru bilete yönlendirmek için. Bilet numarasını kaldırmak isterseniz, lütfen <a href='https://docs.supportpal.com/current/Email+Channel#SubAddressConfiguration' target='_blank'> e-posta alt adresini </a> etkinleştirmeyi düşünün.",
373372

374373
/*
375374
* 2.5.0
@@ -662,7 +661,6 @@
662661
/*
663662
* 5.3.0
664663
*/
665-
"ticket_channel_2" => "Bir dizi varsayılan kanal sağlıyoruz. Sosyal medya üzerinden oluşturulan talepleri toplamak için Facebook ve Twitter kanallarını etkinleştirmek ve yapılandırmak isteyebilirsiniz.",
666664
"incoming_duplicate" => "Incoming (Duplicate)",
667665

668666
/*
@@ -682,4 +680,72 @@
682680
"hcaptcha_desc" => "Please register at <a target='_blank' href=\"https://hcaptcha.com/\">hCaptcha</a>. Copy the site and secret key above.",
683681
"captcha_type_desc" => "Sistem genelinde kullanılacak Captcha'yı seçin. Ek yapılandırma gerektiren Google reCAPTCHA ürününe geçmenizi öneririz.",
684682

683+
/*
684+
* 5.5.0
685+
*/
686+
"ticket_channel_2" => "Bir dizi varsayılan kanal sağlıyoruz. Sosyal medya üzerinden oluşturulan talepleri toplamak için Facebook ve Twitter kanallarını etkinleştirmek ve yapılandırmak isteyebilirsiniz.",
687+
"selected_country_aria_label" => "Selected country",
688+
"no_country_selected" => "No country selected",
689+
"country_list_aria_label" => "List of countries",
690+
"zero_search_results" => "No results found",
691+
"one_search_result" => "1 result found",
692+
"multiple_search_results" => "\${count} results found", // ${count} is a JS variable and should not be changed.
693+
"advanced" => "Advanced",
694+
"table" => "Table",
695+
"cell" => "Cell",
696+
"cell_properties" => "Cell properties",
697+
"merge_cells" => "Merge cells",
698+
"split_cell" => "Split cell",
699+
"row" => "Row",
700+
"inset_row_before" => "Insert row before",
701+
"inset_row_after" => "Insert row after",
702+
"delete_row" => "Delete row",
703+
"row_properties" => "Row properties",
704+
"cut_row" => "Cut row",
705+
"copy_row" => "Copy row",
706+
"paste_row_before" => "Paste row before",
707+
"paste_row_after" => "Paste row after",
708+
"column" => "Column",
709+
"insert_column_before" => "Insert column before",
710+
"insert_column_after" => "Insert column after",
711+
"delete_column" => "Delete column",
712+
"cut_column" => "Cut column",
713+
"copy_column" => "Copy column",
714+
"paste_column_before" => "Paste column before",
715+
"paste_column_after" => "Paste column after",
716+
"table_properties" => "Table properties",
717+
"delete_table" => "Delete table",
718+
"width" => "Width",
719+
"height" => "Height",
720+
"cell_spacing" => "Cell spacing",
721+
"cell_padding" => "Cell padding",
722+
"border_width" => "Border width",
723+
"caption" => "Caption",
724+
"show_caption" => "Show caption",
725+
"alignment" => "Alignment",
726+
"border_style" => "Border style",
727+
"border_colour" => "Border colour",
728+
"cell_type" => "Cell type",
729+
"scope" => "Scope",
730+
"horizontal_align" => "Horizontal align",
731+
"vertical_align" => "Vertical align",
732+
"header_cell" => "Header cell",
733+
"row_group" => "Row group",
734+
"column_group" => "Column group",
735+
"left" => "Left",
736+
"center" => "Center",
737+
"right" => "Right",
738+
"top" => "Top",
739+
"middle" => "Middle",
740+
"bottom" => "Bottom",
741+
"anchor" => "Anchor",
742+
"example" => "Example",
743+
744+
/*
745+
* 5.6.0
746+
*/
747+
"email_template_enabled_desc" => "Disabling the email template will prevent notifications that use this template from being sent.",
748+
"template_disabled" => "Template Disabled",
749+
"reset_email_template" => "This will update the editor with the default email template content. Any previous changes made will be lost once the email template has been saved.",
750+
685751
);

‎Lang/tr/general.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,4 +429,9 @@
429429
"week" => "Week|Weeks",
430430
"quarter" => "Quarter|Quarters",
431431

432+
/*
433+
* 5.5.0
434+
*/
435+
"mark_as_done" => "Mark as Done",
436+
432437
);

‎Lang/tr/integrations.php‎

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
"twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.",
4646
"twilio_api_secret" => "API Secret",
4747
"twilio_number_verification" => "Number Verification",
48-
"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.",
49-
"twilio_verify_sid" => "Verification SID",
5048

5149
"twitter_api_key_secret" => "API Key Secret",
5250

@@ -56,4 +54,21 @@
5654
"twitter_documentation" => "Please read over our documentation for setting up <a href=':link'>X</a>.",
5755
"twitter_redirect_url" => "The following URL <strong>must</strong> be entered for the X App 'Callback URL':",
5856

57+
/*
58+
* 5.4.1
59+
*/
60+
"twilio_verify_sid" => "Verification SID",
61+
"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.",
62+
"twilio_verify_countries" => "Verify Allowed Countries",
63+
"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.",
64+
65+
/*
66+
* 5.5.0
67+
*/
68+
"algolia_frontend_search_rate_limit" => "Frontend Search Rate Limiting",
69+
"algolia_max_daily" => "Daily Max Requests",
70+
"algolia_max_daily_desc" => "The maximum number of API calls that can be made to Algolia from the frontend.",
71+
"algolia_max_min" => "Max Requests Per Minute",
72+
"algolia_max_min_desc" => "The maximum number of API calls that can be made to Algolia from the frontend, per authenticated user / IP address.",
73+
5974
);

‎Lang/tr/license.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@
4848
*/
4949
"unlicensed" => "Unlicensed",
5050

51+
/*
52+
* 5.5.0
53+
*/
54+
"key_updated" => "License key updated successfully.",
55+
5156
);

‎Lang/tr/locale.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@
310310
"Africa/Cairo" => "(GMT+02:00) Cairo",
311311
"Africa/Harare" => "(GMT+02:00) Harare",
312312
"Europe/Helsinki" => "(GMT+02:00) Helsinki",
313-
"Europe/Istanbul" => "(GMT+02:00) Istanbul",
314313
"Asia/Jerusalem" => "(GMT+02:00) Jerusalem",
315314
"Africa/Johannesburg" => "(GMT+02:00) Johannesburg",
316315
"Europe/Minsk" => "(GMT+02:00) Minsk",
@@ -320,6 +319,7 @@
320319
"Europe/Vilnius" => "(GMT+02:00) Vilnius",
321320
"Africa/Windhoek" => "(GMT+02:00) Windhoek",
322321
"Asia/Baghdad" => "(GMT+03:00) Baghdad",
322+
"Europe/Istanbul" => "(GMT+02:00) Istanbul",
323323
"Asia/Kuwait" => "(GMT+03:00) Kuwait",
324324
"Europe/Moscow" => "(GMT+03:00) Moscow",
325325
"Africa/Nairobi" => "(GMT+03:00) Nairobi",

‎Lang/tr/log.php‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,10 @@
267267
"ticket_feedback_saved" => "Saved :extra_rel1 on ticket #:rel.", // Saved (lowercase ticket.feedback) on ticket #123
268268
"selfservice_feedback_saved" => "Saved :extra_rel1 on article :rel.", // Saved (lowercase ticket.feedback) on article 'Foo bar'
269269

270+
/*
271+
* 5.5.0
272+
*/
273+
"ticket_pinned_message" => "Pinned :extra_rel1 on ticket #:rel.", // Pinned message (lowercase general.message) on ticket #123.
274+
"ticket_unpinned_message" => "Unpinned :extra_rel1 on ticket #:rel.", // Unpinned message (lowercase general.message) on ticket #123.
275+
270276
);

‎Lang/tr/messages.php‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,9 @@
168168
"lock_timeout" => "Lock Timeout",
169169
"lock_timeout_desc" => "The server is currently busy processing other requests. Please try again.",
170170

171+
/*
172+
* 5.4.1
173+
*/
174+
"throttle_error" => "Too many attempts, please try again :in_time." // :in_time becomes in 1 minute, etc
175+
171176
);

‎Lang/tr/ticket.php‎

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@
538538
"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).",
539539
"check_spam" => "Check Spam Rules",
540540
"check_spam_api_desc" => "Block messages which match spam rules.",
541-
"enable_throttling" => "Enable Throttling",
542-
"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.",
543541
"captcha_desc" => "Yeni bilet açan kullanıcılara captcha gösterilmesi gerektiğinde.",
544542

545543
/*
@@ -573,4 +571,28 @@
573571
"reject_duplicate_emails_desc" => "Stop emails being imported more than once, detected based on the Message-ID header.",
574572
"duplicate_email_detected" => "Duplicate email that has already been imported.",
575573

574+
/*
575+
* 5.5.0
576+
*/
577+
"rate_limiting" => "Rate Limiting",
578+
"max_requests" => "Max Requests",
579+
"max_requests_desc" => "Set the maximum number of requests before a user is throttled.",
580+
"decay_time" => "Decay Time",
581+
"decay_time_desc" => "The number of minutes until the available attempts are reset.",
582+
"exclude_addresses" => "Exclude Addresses",
583+
"exclude_addresses_desc" => "A list of email addresses which are excluded from rate limits.",
584+
"enable_throttling" => "Enable Throttling",
585+
"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.",
586+
"close_without_notify" => "Close (without notification)",
587+
"lock" => "Lock",
588+
"pin" => "Pin",
589+
"unpin" => "Unpin",
590+
591+
/*
592+
* 5.6.0
593+
*/
594+
"copy_to_new_filter" => "Copy to New Filter",
595+
"alias_support" => "Alias Support",
596+
"alias_support_desc" => "Alias support analyses the recipient addresses of incoming emails to determine which department the email should be opened in. Disabling alias support will open all emails in the department they were fetched in irrespective of the recipient addresses.",
597+
576598
);

0 commit comments

Comments
 (0)