This is an automated email from the ASF dual-hosted git repository. vnick pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit df4e45f1b93efa422392e16ca8cd00d81227543a Merge: 7451a9c2c 1e188b48f Author: Virtually Nick <[email protected]> AuthorDate: Fri Dec 5 22:10:55 2025 -0500 Merge patch branch changes to main and fix conflicts. .../src/main/resources/translations/tr.json | 16 +++++------ .../src/main/resources/translations/tr.json | 2 +- .../src/main/resources/translations/tr.json | 2 +- .../src/main/resources/translations/tr.json | 8 +++--- .../src/main/resources/translations/tr.json | 15 ++++++----- .../src/main/frontend/src/translations/tr.json | 31 +++++++++++----------- 6 files changed, 38 insertions(+), 36 deletions(-) diff --cc extensions/guacamole-auth-totp/src/main/resources/translations/tr.json index b66ee42ed,43363b1cc..c6f4e0d99 --- a/extensions/guacamole-auth-totp/src/main/resources/translations/tr.json +++ b/extensions/guacamole-auth-totp/src/main/resources/translations/tr.json @@@ -13,8 -13,10 +13,11 @@@ "FIELD_HEADER_DIGITS" : "Rakamlar:", "FIELD_HEADER_INTERVAL" : "Aralık:", "FIELD_HEADER_SECRET_KEY" : "Gizli Anahtar:", + - "FIELD_PLACEHOLDER_CODE" : "Kimlik Doğrulama Kodu", + "FIELD_PLACEHOLDER_CODE" : "Kimlik Doğrulama Kodu", + + "HELP_ENROLL_BARCODE" : "Kayıt işlemini tamamlamak için aşağıdaki kare kodu cihazınızdaki veya telefonunuzdaki iki faktörlü kimlik doğrulama uygulamasında tarayın.", + "HELP_ENROLL_VERIFY" : "Kare kodu taradıktan sonra, kaydınızın başarılı olduğunu doğrulamak için ekranda görünen {DIGITS} rakamlı kimlik doğrulama kodunu girin.", "INFO_CODE_REQUIRED" : "Kimliğinizi doğrulamak için lütfen kimlik doğrulama kodunuzu girin.", "INFO_ENROLL_REQUIRED" : "Hesabınızda çok faktörlü kimlik doğrulama etkinleştirildi.",
