From 61f2f9f158e8a2ac9ee583620a7d75098dd6848d Mon Sep 17 00:00:00 2001 From: Pich Chaya Date: Sat, 4 May 2024 22:43:25 +0700 Subject: [PATCH] [th] update translate field required_if_declined --- locales/th/php-inline.json | 2 +- locales/th/php.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/th/php-inline.json b/locales/th/php-inline.json index 4626a53ef4c..876cfc5f5ad 100644 --- a/locales/th/php-inline.json +++ b/locales/th/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/th/php.json b/locales/th/php.json index 9104b75d7d7..c6d5a8693bf 100644 --- a/locales/th/php.json +++ b/locales/th/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",