From 22a60c0a22a2e53699e46da89054c1b57eab1358 Mon Sep 17 00:00:00 2001 From: andrey-helldar <10347617+andrey-helldar@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:05:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20Synchronization=20of=20translati?= =?UTF-8?q?on=20keys?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/pt_BR/php.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/pt_BR/php.json b/locales/pt_BR/php.json index a7cef7ab456..ebd5afac596 100644 --- a/locales/pt_BR/php.json +++ b/locales/pt_BR/php.json @@ -114,7 +114,7 @@ "required_array_keys": "O campo :attribute deve conter entradas para: :values", "required_if": "O campo :attribute é obrigatório quando o valor do campo :other é igual a :value.", "required_if_accepted": "O campo :attribute é obrigatório quando :other é aceito.", - "required_if_declined": "O campo :attribute é obrigatório quando :other não for informado.", + "required_if_declined": "O campo :attribute é obrigatório quando :other não for informado.", "required_unless": "O campo :attribute é obrigatório a menos que :other esteja presente em :values.", "required_with": "O campo :attribute é obrigatório quando :values está presente.", "required_with_all": "O campo :attribute é obrigatório quando um dos :values está presente.",