From e711e31059775e088bc2ab1a0be1723ab0126a8f Mon Sep 17 00:00:00 2001 From: James <5511220+Zamiell@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:51:04 -0400 Subject: chore: grammar --- locale/pt-br/script.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale/pt-br/script.lua') diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 100da06b..05e208e7 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -117,9 +117,9 @@ DIAG_UNDEFINED_DOC_PARAM = DIAG_UNKNOWN_DIAG_CODE = 'Código de diagnóstico desconhecido `{}`.' DIAG_CAST_LOCAL_TYPE = -- TODO: need translate! -'This variable has explicitly defined as `{def}`. Cannot convert its type to `{ref}`.' +'This variable is defined as type `{def}`. Cannot convert its type to `{ref}`.' DIAG_CAST_FIELD_TYPE = -- TODO: need translate! -'This field has explicitly defined as `{def}`. Cannot convert its type to `{ref}`.' +'This field is defined as type `{def}`. Cannot convert its type to `{ref}`.' DIAG_ASSIGN_TYPE_MISMATCH = -- TODO: need translate! 'Cannot assign `{ref}` to `{def}`.' DIAG_PARAM_TYPE_MISMATCH = -- TODO: need translate! -- cgit v1.2.3