summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorJames <5511220+Zamiell@users.noreply.github.com>2022-07-01 16:51:04 -0400
committerJames <5511220+Zamiell@users.noreply.github.com>2022-07-01 16:52:33 -0400
commite711e31059775e088bc2ab1a0be1723ab0126a8f (patch)
treee9faf906efb4a309f84ba891f7e2f9ad89b6812c /locale
parent6058ad6e68d80b8125675df1ad6978ae9f988e23 (diff)
downloadlua-language-server-e711e31059775e088bc2ab1a0be1723ab0126a8f.zip
chore: grammar
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/script.lua4
-rw-r--r--locale/pt-br/script.lua4
2 files changed, 4 insertions, 4 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua
index 2607907d..b1ef9545 100644
--- a/locale/en-us/script.lua
+++ b/locale/en-us/script.lua
@@ -117,9 +117,9 @@ DIAG_UNDEFINED_DOC_PARAM =
DIAG_UNKNOWN_DIAG_CODE =
'Unknown diagnostic code `{}`.'
DIAG_CAST_LOCAL_TYPE =
-'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 =
-'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 =
'Cannot assign `{ref}` to `{def}`.'
DIAG_PARAM_TYPE_MISMATCH =
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!