Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 5, 2022
1 parent d9ca6bc commit 1a78988
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Lang/tr/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,9 @@
"more_information" => "More Information",
"details" => "Details",

/*
* 4.1.0
*/
"merge" => "Merge",

);
6 changes: 6 additions & 0 deletions Lang/tr/log.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,10 @@
*/
"selfservice_article_neutral" => "Neutrally rated article :rel.",

/*
* 4.1.0
*/
"user_merged" => "User :old_value merged into user :rel.",
"user_organisation_merged" => "User organisation :old_value merged into user organisation :rel.",

);
6 changes: 6 additions & 0 deletions Lang/tr/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,10 @@
"popup_blocked" => "Your browser is blocking popup windows. Please enable popups and redirects on this website in order to use the preview feature.",
"error_editing_message" => "There was an error while trying to edit this message.",

/*
* 4.1.1
*/
"brand_not_enabled" => "This action cannot be performed as the brand is not enabled.",
"cannot_reply_to_internal" => "A user cannot reply to an internal ticket.",

);
14 changes: 11 additions & 3 deletions Lang/tr/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
"ticket_notes_top" => "Yalnızca üstte",
"ticket_notes_messages" => "Yalnızca mesajlarda",

"captcha_desc" => "Yeni bilet açan kullanıcılara captcha gösterilmesi gerektiğinde.",
"unregistered_only" => "Yalnızca kayıtlı olmayan kullanıcılar",

"allow_unauth_users" => "Kimliği Doğrulanmamış Kullanıcılara İzin Ver",
Expand Down Expand Up @@ -276,7 +275,6 @@
"add_tag" => "Add tag",

"unlock" => "Kilidini Aç",
"merge" => "Birleştir",
"merged" => "Birleştirilmiş",
"unmerge" => "Unmerge",
"close_and_lock" => "Kapat ve Kilitle",
Expand Down Expand Up @@ -454,7 +452,6 @@
"select_a_department_email" => "Select a department email...",
"record_public_desc" => "Toggle to only let the :record be accessible by yourself.",
"record_group_desc" => "If you wish to make the :record visible to only certain operator groups, leave blank to make visible to all operators.",
"ticket_format_desc" => "Can contain alphanumeric characters and special characters <code>-_.+!*,</code><br />The following variables may also be used: %S for a sequential number | %N for a random number | %L for a random letter<br />Use {number} to repeat <strong>only</strong> after %N or %L, e.g. %N{4} equates to 4 random numbers, %L{3} equates to 3 random letters<br />The following <a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP Date</a> Parameters prefixed with % Y,y,m,d,j,g,G,h,H,i,s",

/*
* 2.4.0
Expand Down Expand Up @@ -545,4 +542,15 @@
"on_behalf_of" => "Created on behalf of",
"reply_canned_be_posted" => "It is not currently possible to reply to this ticket; the channel or channel account may be disabled.",

/*
* 4.1.0
*/
"ticket_format_desc" => "Can contain alphanumeric characters and special characters <code>-_.+!*,</code><br />The following variables may also be used: %S for a sequential number | %N for a random number | %L for a random letter<br />Use {number} to repeat <strong>only</strong> after %N or %L, e.g. %N{4} equates to 4 random numbers, %L{3} equates to 3 random letters<br />The following <a href='http://php.net/manual/en/function.date.php' target='_blank'>PHP Date</a> Parameters prefixed with % Y,y,m,d,j,g,G,h,H,i,s",
"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" => "Yeni bilet açan kullanıcılara captcha gösterilmesi gerektiğinde.",

);
11 changes: 10 additions & 1 deletion Lang/tr/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"logged_in" => "Logged In",
"revoke_session_desc" => "Revoking a session will log the device out of the operator panel. It will also revoke all remember me tokens for other devices.",

/**
/*
* 4.0.0
*/
"verify_phone_number" => "Verify Phone Number",
Expand All @@ -349,4 +349,13 @@
"verify_phone_code_error" => "Code could not be verified.",
"logged_in_as" => "Logged in as :name",

/*
* 4.1.0
*/
"merge_users" => "Merge Users",
"merge_user_into" => "Select user to merge into",
"merge_organisations" => "Merge Organisations",
"merge_organisation_into" => "Select organisation to merge into",
"search_for_organisation" => "Search for organisation...",

);

0 comments on commit 1a78988

Please sign in to comment.