summaryrefslogtreecommitdiff
path: root/locale/pt-br/script.lua
diff options
context:
space:
mode:
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r--locale/pt-br/script.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index 969ad5cf..05730d56 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -171,7 +171,11 @@ DIAG_GLOBAL_ELEMENT = -- TODO: need translate!
DIAG_MISSING_FIELDS = -- TODO: need translate!
'Missing fields: {}'
DIAG_INJECT_FIELD = -- TODO: need translate!
-'Fields cannot be injected into the reference of `{class}` for `{field}`. To do so, use `---@class` for `{node}`.'
+'Fields cannot be injected into the reference of `{class}` for `{field}`. {fix}'
+DIAG_INJECT_FIELD_FIX_CLASS = -- TODO: need translate!
+'To do so, use `---@class` for `{node}`.'
+DIAG_INJECT_FIELD_FIX_TABLE = -- TODO: need translate!
+'如要允许注入,请在定义中添加 `{fix}` 。'
MWS_NOT_SUPPORT =
'{} não é suportado múltiplos espaços de trabalho por enquanto, posso precisar reiniciar para estabelecer um novo espaço de trabalho ...'