From 84fc34faced8ba5969aef298fd8e5a705f05a054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdi=20=C3=9CNAL?= Date: Thu, 21 Nov 2024 20:54:27 +0300 Subject: [PATCH] =?UTF-8?q?eksik=20dil=20anahtarlar=C4=B1=20eklendi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit \Illuminate\Validation\ValidationException sınıfının 91 ve 99 satırlarında kullanılan dil anahtarları eklendi --- tr.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tr.json b/tr.json index 6d8c0ef..e3c9b6d 100644 --- a/tr.json +++ b/tr.json @@ -53,5 +53,8 @@ "The :attribute must contain at least one number.": ":attribute en az bir tane rakam içermelidir.", "The :attribute must contain at least one symbol.": ":attribute en az bir tane özel karakter içermelidir.", "The :attribute must contain at least one uppercase and one lowercase letter.": ":attribute en az bir tane büyük harf ve küçük harf içermelidir.", - "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Verilen :attribute bir veri sızıntısında ortaya çıktı. Lütfen başka bir :attribute seçiniz." + "The given :attribute has appeared in a data leak. Please choose a different :attribute.": "Verilen :attribute bir veri sızıntısında ortaya çıktı. Lütfen başka bir :attribute seçiniz.", + "(and :count more errors)": "(ve :count daha fazla hata)", + "(and :count more error)": "(ve :count hata)", + "The given data was invalid.": "Verilen veri geçersizdi." }