diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-08-22 17:08:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-08-22 17:08:39 +0800 |
commit | cb16010fbb4128e2a5a31013e02b8cc4a4318be8 (patch) | |
tree | 0be2ac73f9bf987ea33fc070201d1eb238839dc3 /locale/pt-br/script.lua | |
parent | a5c3b64c217fb2691a23ca3b849567474b653ddf (diff) | |
download | lua-language-server-cb16010fbb4128e2a5a31013e02b8cc4a4318be8.zip |
fix wrong `missing-fields` with union types
fix #2252
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 05730d56..2357aa50 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -169,7 +169,7 @@ DIAG_INVISIBLE_PACKAGE = -- TODO: need translate! DIAG_GLOBAL_ELEMENT = -- TODO: need translate! 'Element is global.' DIAG_MISSING_FIELDS = -- TODO: need translate! -'Missing fields: {}' +'Missing required fields in type `{1}`: {2}' DIAG_INJECT_FIELD = -- TODO: need translate! 'Fields cannot be injected into the reference of `{class}` for `{field}`. {fix}' DIAG_INJECT_FIELD_FIX_CLASS = -- TODO: need translate! |