You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Maximum number of table fields analyzed during type inference.'
319
321
config.doc.privateName=
320
322
'Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.'
321
323
config.doc.protectedName=
322
324
'Treat specific field names as protected, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are protected, witch can only be accessed in the class where the definition is located and its subclasses.'
323
325
config.doc.packageName=
324
326
'Treat specific field names as package, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are package, witch can only be accessed in the file where the definition is located.'
327
+
config.doc.regengine=
328
+
'The regular expression engine used for matching documentation scope names.'
329
+
config.doc.regengine.glob=
330
+
'The default lightweight pattern syntax.'
331
+
config.doc.regengine.lua=
332
+
'Full Lua-style regular expressions.'
333
+
config.docScriptPath=
334
+
'The regular expression engine used for matching documentation scope names.'
'Enable newline call diagnostics. Is\'s raised when a line starting with `(` is encountered, which is syntactically parsed as a function call on the previous line.'
352
+
'Enable newline call diagnostics. It\'s raised when a line starting with `(` is encountered, which is syntactically parsed as a function call on the previous line.'
343
353
config.diagnostics['newfield-call'] =
344
354
'Enable newfield call diagnostics. It is raised when the parenthesis of a function call appear on the following line when defining a field in a table.'
config.type.inferTableSize=-- TODO: need translate!
321
+
'Maximum number of table fields analyzed during type inference.'
320
322
config.doc.privateName=
321
323
'Trata los nombres específicos de campo como privados. Por ejemplo `m_*` significa `XXX.m_id` y `XXX.m_tipo` son privados, por lo que solo pueden ser accedidos donde se define la clase.'
322
324
config.doc.protectedName=
323
325
'Trata los nombres específicos de campo como protegidos. Por ejemplo `m_*` significa `XXX.m_id` y `XXX.m_tipo` son privados, por lo que solo pueden ser accedidos donde se define la clase y sus subclases.'
324
326
config.doc.packageName=
325
327
'Trata los nombres específicos de campo como del paquete. Por ejemplo `m_*` significa `XXX.m_id` y `XXX.m_tipo` son de paquete, por lo que solo pueden ser accedidos en el archivo donde son definidos.'
328
+
config.doc.regengine=-- TODO: need translate!
329
+
'The regular expression engine used for matching documentation scope names.'
330
+
config.doc.regengine.glob=-- TODO: need translate!
331
+
'The default lightweight pattern syntax.'
332
+
config.doc.regengine.lua=-- TODO: need translate!
333
+
'Full Lua-style regular expressions.'
334
+
config.docScriptPath=-- TODO: need translate!
335
+
'The regular expression engine used for matching documentation scope names.'
326
336
config.diagnostics['unused-local'] =
327
337
'Habilita el diagnóstico de variables local sin uso.'
Copy file name to clipboardExpand all lines: locale/ja-jp/setting.lua
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -316,12 +316,22 @@ config.type.checkTableShape = -- TODO: need translate!
316
316
[[
317
317
Strictly check the shape of the table.
318
318
]]
319
+
config.type.inferTableSize=-- TODO: need translate!
320
+
'Maximum number of table fields analyzed during type inference.'
319
321
config.doc.privateName=-- TODO: need translate!
320
322
'Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.'
321
323
config.doc.protectedName=-- TODO: need translate!
322
324
'Treat specific field names as protected, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are protected, witch can only be accessed in the class where the definition is located and its subclasses.'
323
325
config.doc.packageName=-- TODO: need translate!
324
326
'Treat specific field names as package, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are package, witch can only be accessed in the file where the definition is located.'
327
+
config.doc.regengine=-- TODO: need translate!
328
+
'The regular expression engine used for matching documentation scope names.'
329
+
config.doc.regengine.glob=-- TODO: need translate!
330
+
'The default lightweight pattern syntax.'
331
+
config.doc.regengine.lua=-- TODO: need translate!
332
+
'Full Lua-style regular expressions.'
333
+
config.docScriptPath=-- TODO: need translate!
334
+
'The regular expression engine used for matching documentation scope names.'
325
335
config.diagnostics['unused-local'] =-- TODO: need translate!
326
336
'Enable unused local variable diagnostics.'
327
337
config.diagnostics['unused-function'] =-- TODO: need translate!
Copy file name to clipboardExpand all lines: locale/pt-br/setting.lua
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -316,12 +316,22 @@ config.type.checkTableShape = -- TODO: need translate!
316
316
[[
317
317
对表的形状进行严格检查。
318
318
]]
319
+
config.type.inferTableSize=-- TODO: need translate!
320
+
'Maximum number of table fields analyzed during type inference.'
319
321
config.doc.privateName=-- TODO: need translate!
320
322
'Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.'
321
323
config.doc.protectedName=-- TODO: need translate!
322
324
'Treat specific field names as protected, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are protected, witch can only be accessed in the class where the definition is located and its subclasses.'
323
325
config.doc.packageName=-- TODO: need translate!
324
326
'Treat specific field names as package, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are package, witch can only be accessed in the file where the definition is located.'
327
+
config.doc.regengine=-- TODO: need translate!
328
+
'The regular expression engine used for matching documentation scope names.'
329
+
config.doc.regengine.glob=-- TODO: need translate!
330
+
'The default lightweight pattern syntax.'
331
+
config.doc.regengine.lua=-- TODO: need translate!
332
+
'Full Lua-style regular expressions.'
333
+
config.docScriptPath=-- TODO: need translate!
334
+
'The regular expression engine used for matching documentation scope names.'
325
335
config.diagnostics['unused-local'] =-- TODO: need translate!
326
336
'未使用的局部变量'
327
337
config.diagnostics['unused-function'] =-- TODO: need translate!
Copy file name to clipboardExpand all lines: locale/zh-tw/setting.lua
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -314,12 +314,22 @@ config.type.checkTableShape = -- TODO: need translate!
314
314
[[
315
315
对表的形状进行严格检查。
316
316
]]
317
+
config.type.inferTableSize=-- TODO: need translate!
318
+
'Maximum number of table fields analyzed during type inference.'
317
319
config.doc.privateName=-- TODO: need translate!
318
320
'Treat specific field names as private, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are private, witch can only be accessed in the class where the definition is located.'
319
321
config.doc.protectedName=-- TODO: need translate!
320
322
'Treat specific field names as protected, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are protected, witch can only be accessed in the class where the definition is located and its subclasses.'
321
323
config.doc.packageName=-- TODO: need translate!
322
324
'Treat specific field names as package, e.g. `m_*` means `XXX.m_id` and `XXX.m_type` are package, witch can only be accessed in the file where the definition is located.'
325
+
config.doc.regengine=-- TODO: need translate!
326
+
'The regular expression engine used for matching documentation scope names.'
327
+
config.doc.regengine.glob=-- TODO: need translate!
328
+
'The default lightweight pattern syntax.'
329
+
config.doc.regengine.lua=-- TODO: need translate!
330
+
'Full Lua-style regular expressions.'
331
+
config.docScriptPath=-- TODO: need translate!
332
+
'The regular expression engine used for matching documentation scope names.'
0 commit comments