Skip to content

Commit e3b3328

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

File tree

14 files changed

+244
-23
lines changed

14 files changed

+244
-23
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.5
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: 82 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,86 @@
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+
751+
/*
752+
* 5.7.0
753+
*/
754+
"cursor_position" => "Cursor Position",
755+
"set_cursor_position" => "Set Cursor Position",
756+
"private_message_notification" => "New Operator Private Message",
757+
"private_message_notification_desc" => "Notifies you when you receive correspondence from another operator via private message.",
758+
759+
/*
760+
* 5.7.3
761+
*/
762+
"solid" => "Solid",
763+
"dashed" => "Dashed",
764+
"dotted" => "Dotted",
685765
);

β€ŽLang/tr/general.phpβ€Ž

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

432+
/*
433+
* 5.5.0
434+
*/
435+
"mark_as_done" => "Mark as Done",
436+
437+
/*
438+
* 5.7.0
439+
*/
440+
"bot" => "Bot|Bots",
441+
"allow_all" => "Allow All",
442+
432443
);

β€ŽLang/tr/integrations.phpβ€Ž

Lines changed: 23 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,27 @@
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+
74+
/*
75+
* 5.7.0
76+
*/
77+
"microsoft_tenant_id" => "Tenant ID",
78+
"microsoft_tenant_id_desc" => "If you are required to use a single tenant for supported account types, enter the tenant ID; otherwise, leave this field blank. The tenant ID can be found in the Microsoft Entra Identity overview.",
79+
5980
);

β€Ž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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,15 @@
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+
276+
/*
277+
* 5.7.0
278+
*/
279+
"operator_notifications_updated" => "Updated :rel's notification preferences.", // Updated Joe Blog's notification preferences.
280+
270281
);

β€Ž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/permission.phpβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,11 @@
137137
* 5.1.0
138138
*/
139139
"manage_report" => "Manage Reports",
140+
141+
/*
142+
* 5.7.0
143+
*/
144+
"operatornotification" => "Manage Operator Notifications",
145+
"replytemplate" => "Manage Own Reply Templates",
146+
140147
);

0 commit comments

Comments
Β (0)