Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions locale/en-us/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
4 changes: 2 additions & 2 deletions locale/pt-br/script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down