From 6ae6dfa23c880ffe9af55845df60c1904e9290d6 Mon Sep 17 00:00:00 2001 From: Kayhan <48888576+SwitchAlpha@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:15:10 +0300 Subject: [PATCH] Update src/i18n/locales/tr.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/i18n/locales/tr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/tr.json b/src/i18n/locales/tr.json index 22abdcee..ca45e406 100644 --- a/src/i18n/locales/tr.json +++ b/src/i18n/locales/tr.json @@ -262,9 +262,9 @@ "jCLabel": "Junk paket sayısı (Jc)", "jCDescription": "Gönderilecek sahte paket sayısı (1-128)", "jMinLabel": "Junk min boyutu (Jmin)", - "jMinDescription": "Sahte paketlerin minimum boyutu", + "jMinDescription": "Sahte paketlerin minimum boyutu (Jmin < Jmax, MTU ile sınırlı)", "jMaxLabel": "Junk maks boyutu (Jmax)", - "jMaxDescription": "Sahte paketlerin maksimum boyutu", + "jMaxDescription": "Sahte paketlerin maksimum boyutu (Jmax > Jmin, MTU ile sınırlı)", "s1Label": "Init junk boyutu (S1)", "s1Description": "Başlangıç paketi junk boyutu", "s2Label": "Response junk boyutu (S2)",