From 08a1e1f334d7a93e46ffc076a2317fb646ae6335 Mon Sep 17 00:00:00 2001 From: Arman Arif Date: Wed, 8 May 2024 10:34:59 +0600 Subject: [PATCH] [bn]: Key translation updated. --- locales/bn/php-inline.json | 2 +- locales/bn/php.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/bn/php-inline.json b/locales/bn/php-inline.json index 4f1b9d67665..509f60549b8 100644 --- a/locales/bn/php-inline.json +++ b/locales/bn/php-inline.json @@ -108,7 +108,7 @@ "required_array_keys": "এই ক্ষেত্রটিতে অবশ্যই :values এর জন্য এন্ট্রি থাকতে হবে।", "required_if": "এই ক্ষেত্র প্রয়োজন বোধ করা হয় যখন :other হয় :value।", "required_if_accepted": "এই ক্ষেত্রটি প্রয়োজন হয় যখন :other গৃহীত হয়", - "required_if_declined": "This field is required when :other is declined.", + "required_if_declined": "এই ক্ষেত্রটি প্রয়োজন হয় যখন :other প্রত্যাখ্যান করা হয়।", "required_unless": "এই ক্ষেত্র প্রয়োজন বোধ করা হয়, যদি না :other হয়, :values।", "required_with": ":Values উপস্থিত থাকলে এই ক্ষেত্র প্রয়োজন বোধ করা হয়।", "required_with_all": ":Values উপস্থিত হয় যখন এই ক্ষেত্র প্রয়োজন বোধ করা হয়।", diff --git a/locales/bn/php.json b/locales/bn/php.json index 48ef122e753..755196fdab0 100644 --- a/locales/bn/php.json +++ b/locales/bn/php.json @@ -113,7 +113,7 @@ "required_array_keys": ":Attribute ফিল্ডে অবশ্যই :values এর জন্য এন্ট্রি থাকতে হবে।", "required_if": ":Attribute স্থানটি পূরণ করা বাধ্যতামূলক যেখানে :other হল :value।", "required_if_accepted": ":Attribute ক্ষেত্রটি প্রয়োজন হয় যখন :other গৃহীত হয়।", - "required_if_declined": "The :attribute field is required when :other is declined.", + "required_if_declined": ":Attribute ক্ষেত্রটি প্রয়োজন হয় যখন :other প্রত্যাখ্যান করা হয়।", "required_unless": ":Attribute স্থানটি পূরণ করা বাধ্যতামূলক যদি না :other, :values তে উপস্থিত থাকে।", "required_with": ":Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন :values উপস্থিত।", "required_with_all": ":Attribute স্থানটি পূরণ করা বাধ্যতামূলক যখন :values উপস্থিত।",