@zzzen/pyright-internal 1.2.0-dev.20251228 → 1.2.0-dev.20260111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/analyzer/backgroundAnalysisProgram.d.ts +3 -3
  2. package/dist/analyzer/backgroundAnalysisProgram.js +18 -5
  3. package/dist/analyzer/backgroundAnalysisProgram.js.map +1 -1
  4. package/dist/analyzer/binder.d.ts +1 -0
  5. package/dist/analyzer/binder.js +22 -0
  6. package/dist/analyzer/binder.js.map +1 -1
  7. package/dist/analyzer/declaration.d.ts +1 -0
  8. package/dist/analyzer/declaration.js.map +1 -1
  9. package/dist/analyzer/docStringUtils.d.ts +1 -0
  10. package/dist/analyzer/docStringUtils.js +36 -0
  11. package/dist/analyzer/docStringUtils.js.map +1 -1
  12. package/dist/analyzer/importStatementUtils.d.ts +2 -1
  13. package/dist/analyzer/importStatementUtils.js +4 -3
  14. package/dist/analyzer/importStatementUtils.js.map +1 -1
  15. package/dist/analyzer/parseTreeUtils.js +2 -2
  16. package/dist/analyzer/parseTreeUtils.js.map +1 -1
  17. package/dist/analyzer/program.d.ts +5 -0
  18. package/dist/analyzer/program.js +39 -14
  19. package/dist/analyzer/program.js.map +1 -1
  20. package/dist/analyzer/pythonPathUtils.d.ts +1 -1
  21. package/dist/analyzer/service.d.ts +3 -2
  22. package/dist/analyzer/service.js +42 -12
  23. package/dist/analyzer/service.js.map +1 -1
  24. package/dist/analyzer/sourceMapper.d.ts +1 -1
  25. package/dist/analyzer/typeDocStringUtils.d.ts +4 -1
  26. package/dist/analyzer/typeDocStringUtils.js +9 -6
  27. package/dist/analyzer/typeDocStringUtils.js.map +1 -1
  28. package/dist/analyzer/typeEvaluator.js +16 -0
  29. package/dist/analyzer/typeEvaluator.js.map +1 -1
  30. package/dist/analyzer/types.d.ts +1 -1
  31. package/dist/backgroundAnalysisBase.d.ts +2 -0
  32. package/dist/backgroundAnalysisBase.js.map +1 -1
  33. package/dist/commands/dumpFileDebugInfoCommand.d.ts +0 -96
  34. package/dist/commands/dumpFileDebugInfoCommand.js +6 -966
  35. package/dist/commands/dumpFileDebugInfoCommand.js.map +1 -1
  36. package/dist/common/console.d.ts +16 -3
  37. package/dist/common/console.js +25 -4
  38. package/dist/common/console.js.map +1 -1
  39. package/dist/common/core.d.ts +2 -0
  40. package/dist/common/core.js +11 -0
  41. package/dist/common/core.js.map +1 -1
  42. package/dist/common/docStringService.d.ts +5 -2
  43. package/dist/common/docStringService.js +6 -2
  44. package/dist/common/docStringService.js.map +1 -1
  45. package/dist/common/languageInfoUtils.d.ts +114 -0
  46. package/dist/common/languageInfoUtils.js +1004 -0
  47. package/dist/common/languageInfoUtils.js.map +1 -0
  48. package/dist/common/logTracker.d.ts +6 -4
  49. package/dist/common/logTracker.js +9 -6
  50. package/dist/common/logTracker.js.map +1 -1
  51. package/dist/common/pathConsts.d.ts +1 -0
  52. package/dist/common/pathConsts.js +2 -1
  53. package/dist/common/pathConsts.js.map +1 -1
  54. package/dist/common/realFileSystem.js +16 -10
  55. package/dist/common/realFileSystem.js.map +1 -1
  56. package/dist/common/serviceProvider.d.ts +2 -0
  57. package/dist/common/serviceProvider.js +23 -1
  58. package/dist/common/serviceProvider.js.map +1 -1
  59. package/dist/common/serviceProviderExtensions.js +5 -0
  60. package/dist/common/serviceProviderExtensions.js.map +1 -1
  61. package/dist/common/uri/baseUri.d.ts +1 -1
  62. package/dist/common/uri/uri.d.ts +2 -50
  63. package/dist/common/uri/uri.js.map +1 -1
  64. package/dist/common/uri/uriInterface.d.ts +51 -0
  65. package/dist/common/uri/uriInterface.js +10 -0
  66. package/dist/common/uri/uriInterface.js.map +1 -0
  67. package/dist/languageServerBase.js +2 -2
  68. package/dist/languageServerBase.js.map +1 -1
  69. package/dist/localization/package.nls.cs.json +18 -18
  70. package/dist/localization/package.nls.de.json +18 -18
  71. package/dist/localization/package.nls.es.json +18 -18
  72. package/dist/localization/package.nls.fr.json +18 -18
  73. package/dist/localization/package.nls.it.json +18 -18
  74. package/dist/localization/package.nls.ja.json +18 -18
  75. package/dist/localization/package.nls.ko.json +18 -18
  76. package/dist/localization/package.nls.pl.json +18 -18
  77. package/dist/localization/package.nls.pt-br.json +18 -18
  78. package/dist/localization/package.nls.ru.json +18 -18
  79. package/dist/localization/package.nls.tr.json +18 -18
  80. package/dist/localization/package.nls.zh-cn.json +18 -18
  81. package/dist/localization/package.nls.zh-tw.json +18 -18
  82. package/dist/tests/completions.test.js +47 -0
  83. package/dist/tests/completions.test.js.map +1 -1
  84. package/dist/tests/fourSlashParser.test.js +259 -12
  85. package/dist/tests/fourSlashParser.test.js.map +1 -1
  86. package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js +9 -0
  87. package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js.map +1 -1
  88. package/dist/tests/harness/fourslash/fourSlashParser.js +484 -27
  89. package/dist/tests/harness/fourslash/fourSlashParser.js.map +1 -1
  90. package/dist/tests/harness/fourslash/fourSlashRawUtils.d.ts +12 -0
  91. package/dist/tests/harness/fourslash/fourSlashRawUtils.js +151 -0
  92. package/dist/tests/harness/fourslash/fourSlashRawUtils.js.map +1 -0
  93. package/dist/tests/harness/fourslash/fourSlashTypes.d.ts +73 -2
  94. package/dist/tests/harness/fourslash/fourSlashTypes.js +27 -1
  95. package/dist/tests/harness/fourslash/fourSlashTypes.js.map +1 -1
  96. package/dist/tests/harness/fourslash/testState.js +1 -1
  97. package/dist/tests/harness/fourslash/testState.js.map +1 -1
  98. package/dist/tests/harness/vfs/factory.js +3 -3
  99. package/dist/tests/harness/vfs/factory.js.map +1 -1
  100. package/dist/tests/languageServer.test.js +3 -3
  101. package/dist/tests/languageServer.test.js.map +1 -1
  102. package/dist/tests/lsp/languageServer.js +10 -1
  103. package/dist/tests/lsp/languageServer.js.map +1 -1
  104. package/dist/tests/lsp/languageServerTestUtils.d.ts +3 -1
  105. package/dist/tests/lsp/languageServerTestUtils.js +24 -2
  106. package/dist/tests/lsp/languageServerTestUtils.js.map +1 -1
  107. package/package.json +3 -3
@@ -23,7 +23,7 @@
23
23
  "annotationRawString": "Les expressions de type ne peuvent pas utiliser de littéraux de chaîne bruts",
24
24
  "annotationSpansStrings": "Les expressions de type ne peuvent pas s'étendre sur plusieurs littéraux de chaîne",
25
25
  "annotationStringEscape": "Les expressions de type ne peuvent pas contenir de caractères d'échappement",
26
- "annotationTemplateString": "Type expressions cannot use template string literals (t-strings)",
26
+ "annotationTemplateString": "Les expressions de type ne peuvent pas utiliser de littéraux de chaîne de modèle (t-strings)",
27
27
  "argAssignment": "Impossible d’affecter l’argument de type « {argType} » au paramètre de type « {paramType} »",
28
28
  "argAssignmentFunction": "Impossible d’affecter l’argument de type « {argType} » au paramètre de type « {paramType} » dans la fonction « {functionName} »",
29
29
  "argAssignmentParam": "Impossible d’affecter l’argument de type « {argType} » au paramètre « {paramName} » de type « {paramType} »",
@@ -75,7 +75,7 @@
75
75
  "classMethodClsParam": "Les méthodes de classe doivent prendre un paramètre \"cls\"",
76
76
  "classNotRuntimeSubscriptable": "L'indice pour la classe « {name} » générera une exception d'exécution ; placez l'expression de type entre guillemets",
77
77
  "classPatternBuiltInArgPositional": "Le modèle de classe accepte uniquement le sous-modèle positionnel",
78
- "classPatternNewType": "\"{type}\" cannot be used in a class pattern because it is defined using NewType",
78
+ "classPatternNewType": "« {type} » ne peut pas être utilisé dans un modèle de classe, car il est défini à l’aide de NewType",
79
79
  "classPatternPositionalArgCount": "Trop de modèles positionnels pour les \"{type}\" de classe ; {expected} attendue mais {received} reçues",
80
80
  "classPatternTypeAlias": "\"{type}\" ne peut pas être utilisé dans un modèle de classe car il s'agit d'un alias de type spécialisé",
81
81
  "classPropertyDeprecated": "Les propriétés de classe sont obsolètes dans Python 3.11 et ne seront pas prises en charge dans Python 3.13",
@@ -163,8 +163,8 @@
163
163
  "enumMemberTypeAnnotation": "Les annotations de type ne sont pas autorisées pour les membres enum",
164
164
  "exceptGroupMismatch": "L’instruction Try ne peut pas inclure à la fois « except » et « except* »",
165
165
  "exceptGroupRequiresType": "La syntaxe du groupe d’exceptions (« except* ») nécessite un type d’exception",
166
- "exceptRequiresParens": "Multiple exception types must be parenthesized prior to Python 3.14",
167
- "exceptWithAsRequiresParens": "Multiple exception types must be parenthesized when using \"as\"",
166
+ "exceptRequiresParens": "Plusieurs types d’exception doivent être entre parenthèses avant Python 3.14",
167
+ "exceptWithAsRequiresParens": "Plusieurs types d’exception doivent être entre parenthèses lors de l’utilisation de « as »",
168
168
  "exceptionGroupIncompatible": "La syntaxe du groupe d’exceptions (« except* ») nécessite Python 3.11 ou version ultérieure",
169
169
  "exceptionGroupTypeIncorrect": "Le type d’exception dans except* ne peut pas dériver de BaseGroupException",
170
170
  "exceptionTypeIncorrect": "\"{type}\" ne dérive pas de BaseException",
@@ -239,7 +239,7 @@
239
239
  "formatStringInPattern": "Chaîne de format non autorisée dans le modèle",
240
240
  "formatStringNestedFormatSpecifier": "Expressions imbriqués trop profondément dans le spécificateur de chaîne de format",
241
241
  "formatStringNestedQuote": "Les chaînes imbriquées dans une chaîne f ne peuvent pas utiliser le même guillemet que la chaîne f avant Python 3.12",
242
- "formatStringTemplate": "Format string literals (f-strings) cannot also be template strings (t-strings)",
242
+ "formatStringTemplate": "Les littéraux de chaîne de format (f-strings) ne peuvent pas non plus être des chaînes de modèle (t-strings)",
243
243
  "formatStringUnicode": "Les littéraux de chaîne de format (f-strings) ne peuvent pas être unicode",
244
244
  "formatStringUnterminated": "Expression non terminée dans f-string ; attendant \"}\"",
245
245
  "functionDecoratorTypeUnknown": "Le décorateur de fonction non typé masque le type de fonction ; élément décoratif ignoré",
@@ -435,7 +435,7 @@
435
435
  "pyrightCommentNotOnOwnLine": "Les commentaires Pyright utilisés pour contrôler les paramètres au niveau du fichier doivent apparaître sur leur propre ligne",
436
436
  "pyrightCommentUnknownDiagnosticRule": "« {rule} » est une règle de diagnostic inconnue pour le commentaire pyright",
437
437
  "pyrightCommentUnknownDiagnosticSeverityValue": "« {value} » n’est pas valide pour le commentaire pyright ; true, false, error, warning, information ou none attendu",
438
- "pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\", \"standard\", or \"basic\"",
438
+ "pyrightCommentUnknownDirective": "« {directive} » est une directive inconnue pour le commentaire pyright ; « strict », « standard » ou « basic » attendu",
439
439
  "readOnlyArgCount": "Attendu un seul argument de type après \"ReadOnly\"",
440
440
  "readOnlyNotInTypedDict": "« ReadOnly » n’est pas autorisé dans ce contexte",
441
441
  "recursiveDefinition": "Le type de \"{name}\" n'a pas pu être déterminé car il fait référence à lui-même",
@@ -459,9 +459,9 @@
459
459
  "selfTypeContext": "« Self » n’est pas valide dans ce contexte",
460
460
  "selfTypeMetaclass": "« Self » ne peut pas être utilisé dans une métaclasse (une sous-classe de « type »)",
461
461
  "selfTypeWithTypedSelfOrCls": "« Self » ne peut pas être utilisé dans une fonction avec un paramètre « self » ou « cls » qui a une annotation de type autre que « Self »",
462
- "sentinelBadName": "The first argument to Sentinel must be a string literal",
463
- "sentinelNameMismatch": "Sentinel must be assigned to a variable with the same name",
464
- "sentinelParamCount": "Sentinel requires one positional argument",
462
+ "sentinelBadName": "Le premier argument de Sentinel doit être un littéral de chaîne",
463
+ "sentinelNameMismatch": "Sentinel doit être affecté à une variable portant le même nom",
464
+ "sentinelParamCount": "Sentinel requiert un argument positionnel",
465
465
  "setterGetterTypeMismatch": "Le type valeur setter de property n’est pas assignable au type de retour getter",
466
466
  "singleOverload": "« {name} » est marqué comme surcharge, mais des surcharges supplémentaires sont manquantes",
467
467
  "slotsAttributeError": "\"{name}\" n'est pas spécifié dans __slots__",
@@ -486,9 +486,9 @@
486
486
  "symbolIsUnbound": "« {name} » est indépendant",
487
487
  "symbolIsUndefined": "« {name} » n’est pas défini",
488
488
  "symbolOverridden": "« {name} » remplace le symbole du même nom dans la classe « {className} »",
489
- "templateStringBytes": "Template string literals (t-strings) cannot be binary",
490
- "templateStringIllegal": "Template string literals (t-strings) require Python 3.14 or newer",
491
- "templateStringUnicode": "Template string literals (t-strings) cannot be unicode",
489
+ "templateStringBytes": "Les littéraux de chaîne de modèle (t-strings) ne peuvent pas être binaires",
490
+ "templateStringIllegal": "Les littéraux de chaîne de modèle (t-strings) nécessitent Python 3.14 ou version ultérieure",
491
+ "templateStringUnicode": "Les littéraux de chaîne de modèle (t-strings) ne peuvent pas être unicode",
492
492
  "ternaryNotAllowed": "Expression ternaire non autorisée dans l'expression de type",
493
493
  "totalOrderingMissingMethod": "La classe doit définir « __lt__ », « __le__ », « __gt__ » ou « __ge__ » pour utiliser total_ordering",
494
494
  "trailingCommaInFromImport": "Virgule de fin non autorisée sans parenthèses adjacentes",
@@ -581,7 +581,7 @@
581
581
  "typedDictBaseClass": "Toutes les classes de base pour les classes TypedDict doivent également être des classes TypedDict",
582
582
  "typedDictBoolParam": "Paramètre « {name} » attendu avec la valeur True ou False",
583
583
  "typedDictClosedExtras": "Le \"{name}\" de classe de base est un TypedDict qui limite le type d’éléments supplémentaires au type \"{type}\"",
584
- "typedDictClosedFalseNonOpenBase": "Base class \"{name}\" is not an open TypedDict; closed=False is not allowed",
584
+ "typedDictClosedFalseNonOpenBase": "La classe de base « {name} » n’est pas un TypedDict ouvert ; closed=False n’est pas autorisé",
585
585
  "typedDictClosedNoExtras": "La classe de base « {name} » est un TypedDict closed, les éléments supplémentaires ne sont pas autorisés",
586
586
  "typedDictDelete": "Impossible de supprimer l’élément dans TypedDict",
587
587
  "typedDictEmptyName": "Les noms dans un TypedDict ne peuvent pas être vides",
@@ -607,7 +607,7 @@
607
607
  "unannotatedFunctionSkipped": "L'analyse de la fonction \"{name}\" est ignorée car elle n'est pas annotée",
608
608
  "unaryOperationNotAllowed": "L'opérateur unaire n'est pas autorisé dans l'expression de type",
609
609
  "unexpectedAsyncToken": "« def », « with » ou « for » attendu pour suivre « async »",
610
- "unexpectedEof": "Unexpected EOF",
610
+ "unexpectedEof": "EOF (fin de fichier) inattendue",
611
611
  "unexpectedExprToken": "Jeton inattendu à la fin de l’expression",
612
612
  "unexpectedIndent": "Retrait inattendu",
613
613
  "unexpectedUnindent": "Unindent non attendu",
@@ -645,8 +645,8 @@
645
645
  "unpackedSubscriptIllegal": "L’opérateur de décompression en indice requiert Python 3.11 ou version ultérieure",
646
646
  "unpackedTypeVarTupleExpected": "TypeVarTuple décompressé attendu ; utiliser Unpack[{name1}] ou *{name2}",
647
647
  "unpackedTypedDictArgument": "Impossible de faire correspondre l’argument TypedDict décompressé aux paramètres",
648
- "unreachableCodeCondition": "Code is not analyzed because condition is statically evaluated as false",
649
- "unreachableCodeStructure": "Code is structurally unreachable",
648
+ "unreachableCodeCondition": "Le code n’est pas analysé, car la condition est évaluée statiquement comme false",
649
+ "unreachableCodeStructure": "Le code est structurellement inaccessible",
650
650
  "unreachableCodeType": "L’analyse de type indique que le code est inaccessible",
651
651
  "unreachableExcept": "La clause Except est inaccessible, car l’exception est déjà gérée",
652
652
  "unsupportedDunderAllOperation": "L’opération sur « __all__ » n’est pas prise en charge. Par conséquent, la liste de symboles exportée peut être incorrecte",
@@ -744,7 +744,7 @@
744
744
  "namedTupleNotAllowed": "NamedTuple ne peut pas être utilisé pour les vérifications d’instance ou de classe",
745
745
  "newMethodLocation": "La méthode __new__ est définie dans la classe « {type} »",
746
746
  "newMethodSignature": "La signature de __new__ est « {type} »",
747
- "newTypeClassNotAllowed": "Type created with NewType cannot be used with instance and class checks",
747
+ "newTypeClassNotAllowed": "Le type créé avec NewType ne peut pas être utilisé avec des vérifications d’instance et de classe",
748
748
  "noOverloadAssignable": "Aucune fonction surchargée ne correspond au type « {type} »",
749
749
  "noneNotAllowed": "None ne peut être utilisé pour les vérifications de instance ou de classe",
750
750
  "orPatternMissingName": "Noms manquants : {name}",
@@ -824,7 +824,7 @@
824
824
  "typedDictClassNotAllowed": "Classe TypedDict non autorisée pour les vérifications d’instance ou de classe",
825
825
  "typedDictClosedExtraNotAllowed": "Impossible d’ajouter l’élément « {name} »",
826
826
  "typedDictClosedExtraTypeMismatch": "Impossible d’ajouter l’élément « {name} » avec le type « {type} »",
827
- "typedDictClosedFieldNotReadOnly": "Cannot add item \"{name}\" because it must be ReadOnly",
827
+ "typedDictClosedFieldNotReadOnly": "Impossible d’ajouter l’élément « {name} », car il doit être ReadOnly",
828
828
  "typedDictClosedFieldNotRequired": "Impossible d’ajouter l’élément « {name} », car il doit être NotRequired",
829
829
  "typedDictExtraFieldNotAllowed": "« {name} » n’est pas présent dans « {type} »",
830
830
  "typedDictExtraFieldTypeMismatch": "Le type de « {name} » est incompatible avec le type « extra_items » dans « {type} »",
@@ -23,7 +23,7 @@
23
23
  "annotationRawString": "Le espressioni di tipo non possono usare valori letterali stringa non elaborata",
24
24
  "annotationSpansStrings": "Le espressioni di tipo non possono estendersi su più valori letterali stringa",
25
25
  "annotationStringEscape": "Le espressioni di tipo non possono contenere caratteri di escape",
26
- "annotationTemplateString": "Type expressions cannot use template string literals (t-strings)",
26
+ "annotationTemplateString": "Le espressioni di tipo non possono usare valori letterali stringa modello (stringhe t)",
27
27
  "argAssignment": "Non è possibile assegnare l'argomento di tipo \"{argType}\" al parametro di tipo \"{paramType}\"",
28
28
  "argAssignmentFunction": "Non è possibile assegnare l'argomento di tipo \"{argType}\" al parametro di tipo \"{paramType}\" nella funzione \"{functionName}\"",
29
29
  "argAssignmentParam": "Non è possibile assegnare l'argomento di tipo \"{argType}\" al parametro \"{paramName}\" di tipo \"{paramType}\"",
@@ -75,7 +75,7 @@
75
75
  "classMethodClsParam": "I metodi di classe devono accettare un parametro \"cls\"",
76
76
  "classNotRuntimeSubscriptable": "Il pedice per la classe \"{name}\" genererà un'eccezione di runtime; racchiudere l'espressione di tipo tra virgolette",
77
77
  "classPatternBuiltInArgPositional": "Il modello di classe accetta solo un sotto pattern posizionale",
78
- "classPatternNewType": "\"{type}\" cannot be used in a class pattern because it is defined using NewType",
78
+ "classPatternNewType": "Non è possibile usare \"{type}\" in un modello di classe perché è definito tramite NewType",
79
79
  "classPatternPositionalArgCount": "Troppi modelli posizionale per la classe \"{type}\"; previsto {expected} ma ottenuto {received}",
80
80
  "classPatternTypeAlias": "\"{type}\" non può essere usato in uno schema di classe, perché è un alias di tipo specializzato",
81
81
  "classPropertyDeprecated": "Le proprietà della classe sono deprecate in Python 3.11 e non saranno supportate in Python 3.13",
@@ -163,8 +163,8 @@
163
163
  "enumMemberTypeAnnotation": "Le annotazioni di tipo non sono consentite per i membri di enumerazione",
164
164
  "exceptGroupMismatch": "L'istruzione Try non può includere sia \"except\" che \"except*\"",
165
165
  "exceptGroupRequiresType": "La sintassi del gruppo di eccezioni (\"except*\") richiede un tipo di eccezione",
166
- "exceptRequiresParens": "Multiple exception types must be parenthesized prior to Python 3.14",
167
- "exceptWithAsRequiresParens": "Multiple exception types must be parenthesized when using \"as\"",
166
+ "exceptRequiresParens": "Più tipi di eccezione devono essere racchiusi tra parentesi prima di Python 3.14",
167
+ "exceptWithAsRequiresParens": "Più tipi di eccezione devono essere racchiusi tra parentesi quando si usa \"as\"",
168
168
  "exceptionGroupIncompatible": "La sintassi del gruppo di eccezioni (\"except*\") richiede Python 3.11 o versione successiva",
169
169
  "exceptionGroupTypeIncorrect": "Il tipo di eccezione in except* non può derivare da BaseGroupException",
170
170
  "exceptionTypeIncorrect": "\"{type}\" non deriva da BaseException",
@@ -239,7 +239,7 @@
239
239
  "formatStringInPattern": "Stringa di formato non consentita nel criterio",
240
240
  "formatStringNestedFormatSpecifier": "Espressioni annidate troppo in profondità nell'identificatore di stringa di formato",
241
241
  "formatStringNestedQuote": "Le stringhe annidate all'interno di una stringa f non possono usare lo stesso carattere virgolette della stringa f prima di Python 3.12",
242
- "formatStringTemplate": "Format string literals (f-strings) cannot also be template strings (t-strings)",
242
+ "formatStringTemplate": "I valori letterali stringa di formato (f-strings) non possono essere anche stringhe modello (stringhe t)",
243
243
  "formatStringUnicode": "I valori letterali stringa di formato (f-string) non possono essere unicode",
244
244
  "formatStringUnterminated": "Espressione senza terminazione in f-string; previsto \"}\".",
245
245
  "functionDecoratorTypeUnknown": "L'elemento Decorator della funzione non tipizzato nasconde il tipo di funzione; l'elemento Decorator verrà ignorato",
@@ -435,7 +435,7 @@
435
435
  "pyrightCommentNotOnOwnLine": "I commenti Pyright usati per controllare le impostazioni a livello di file devono essere visualizzati nella propria riga",
436
436
  "pyrightCommentUnknownDiagnosticRule": "\"{rule}\" è una regola di diagnostica sconosciuta per il commento pyright",
437
437
  "pyrightCommentUnknownDiagnosticSeverityValue": "\"{value}\" non è un valore valido per il commento pyright; previsto true, false, error, warning, information o none",
438
- "pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\", \"standard\", or \"basic\"",
438
+ "pyrightCommentUnknownDirective": "\"{directive}\" è una direttiva sconosciuta per il commento pyright; previsto \"strict\", \"standard\" o \"basic\"",
439
439
  "readOnlyArgCount": "Previsto un singolo argomento tipo dopo \"ReadOnly\"",
440
440
  "readOnlyNotInTypedDict": "\"ReadOnly\" non consentito in questo contesto",
441
441
  "recursiveDefinition": "Non è stato possibile determinare il tipo di \"{name}\" perché fa riferimento a se stesso",
@@ -459,9 +459,9 @@
459
459
  "selfTypeContext": "\"Self\" non è valido in questo contesto",
460
460
  "selfTypeMetaclass": "Impossibile utilizzare “Self” all'interno di una metaclasse (una sottoclasse di “type”)",
461
461
  "selfTypeWithTypedSelfOrCls": "Non è possibile usare \"Self\" in una funzione con un parametro 'self' o 'cls' con un'annotazione di tipo diversa da \"Self\"",
462
- "sentinelBadName": "The first argument to Sentinel must be a string literal",
463
- "sentinelNameMismatch": "Sentinel must be assigned to a variable with the same name",
464
- "sentinelParamCount": "Sentinel requires one positional argument",
462
+ "sentinelBadName": "Il primo argomento di Sentinel deve essere un valore letterale stringa",
463
+ "sentinelNameMismatch": "Sentinel deve essere assegnato a una variabile con lo stesso nome",
464
+ "sentinelParamCount": "Sentinel richiede un argomento posizionale",
465
465
  "setterGetterTypeMismatch": "Il tipo di valore del setter di Property non è assegnabile al tipo restituito del getter",
466
466
  "singleOverload": "\"{name}\" è contrassegnato come overload, ma mancano altri overload",
467
467
  "slotsAttributeError": "\"{name}\" non è specificato in __slots__",
@@ -486,9 +486,9 @@
486
486
  "symbolIsUnbound": "\"{name}\" non associato",
487
487
  "symbolIsUndefined": "\"{name}\" non è definito",
488
488
  "symbolOverridden": "\"{name}\" esegue l'override del simbolo con lo stesso nome nella classe \"{className}\"",
489
- "templateStringBytes": "Template string literals (t-strings) cannot be binary",
490
- "templateStringIllegal": "Template string literals (t-strings) require Python 3.14 or newer",
491
- "templateStringUnicode": "Template string literals (t-strings) cannot be unicode",
489
+ "templateStringBytes": "I valori letterali stringa modello (stringhe t) non possono essere binari",
490
+ "templateStringIllegal": "I valori letterali stringa modello (stringhe t) richiedono Python 3.14 o versione successiva",
491
+ "templateStringUnicode": "I valori letterali stringa modello (stringhe t) non possono essere Unicode",
492
492
  "ternaryNotAllowed": "Espressione ternaria non consentita nell'espressione di tipo",
493
493
  "totalOrderingMissingMethod": "La classe deve definire uno dei valori di \"__lt__\", \"__le__\", \"__gt__\" o \"__ge__\" per usare total_ordering",
494
494
  "trailingCommaInFromImport": "Virgola finale non consentita senza parentesi circostanti",
@@ -581,7 +581,7 @@
581
581
  "typedDictBaseClass": "Anche tutte le classi di base per le classi TypedDict devono essere classi TypedDict",
582
582
  "typedDictBoolParam": "È previsto che il parametro \"{name}\" abbia il valore True o False",
583
583
  "typedDictClosedExtras": "La classe di base \"{name}\" è una TypedDict che limita il tipo di elementi aggiuntivi al tipo \"{type}\"",
584
- "typedDictClosedFalseNonOpenBase": "Base class \"{name}\" is not an open TypedDict; closed=False is not allowed",
584
+ "typedDictClosedFalseNonOpenBase": "La classe base \"{name}\" non è un TypedDict aperto. closed=False non consentito",
585
585
  "typedDictClosedNoExtras": "La classe di base \"{name}\" è un TypedDict closed; elementi aggiuntivi non consentiti",
586
586
  "typedDictDelete": "Non è stato possibile eliminare l'elemento in TypedDict",
587
587
  "typedDictEmptyName": "I nomi all'interno di un TypedDict non possono essere vuoti",
@@ -607,7 +607,7 @@
607
607
  "unannotatedFunctionSkipped": "L'analisi della funzione \"{name}\" è stata ignorata perché non è annotata",
608
608
  "unaryOperationNotAllowed": "Operatore unario non consentito nell'espressione di tipo",
609
609
  "unexpectedAsyncToken": "È previsto che \"def\", \"with\" o \"for\" seguano \"async\"",
610
- "unexpectedEof": "Unexpected EOF",
610
+ "unexpectedEof": "EOF imprevisto",
611
611
  "unexpectedExprToken": "Token imprevisto alla fine dell'espressione",
612
612
  "unexpectedIndent": "Rientro imprevisto",
613
613
  "unexpectedUnindent": "Riduci rientro non previsto",
@@ -645,8 +645,8 @@
645
645
  "unpackedSubscriptIllegal": "L'operatore di decompressione nel pedice richiede Python 3.11 o versione successiva",
646
646
  "unpackedTypeVarTupleExpected": "Previsto TypeVarTuple decompresso; usa Unpack[{name1}] o *{name2}",
647
647
  "unpackedTypedDictArgument": "Impossibile trovare una corrispondenza tra l'argomento TypedDict non compresso e i parametri",
648
- "unreachableCodeCondition": "Code is not analyzed because condition is statically evaluated as false",
649
- "unreachableCodeStructure": "Code is structurally unreachable",
648
+ "unreachableCodeCondition": "Il codice non viene analizzato perché la condizione viene valutata in modo statico come false",
649
+ "unreachableCodeStructure": "Il codice è strutturalmente irraggiungibile",
650
650
  "unreachableCodeType": "L’analisi dei tipi indica che il codice non è raggiungibile.",
651
651
  "unreachableExcept": "La clausola Except non è raggiungibile perché l'eccezione è già gestita",
652
652
  "unsupportedDunderAllOperation": "L'operazione su \"__all__\" non è supportata, di conseguenza l'elenco dei simboli esportati potrebbe non essere corretto",
@@ -744,7 +744,7 @@
744
744
  "namedTupleNotAllowed": "Non è possibile usare NamedTuple per i controlli di istanze o classi",
745
745
  "newMethodLocation": "Il metodo __new__ è definito nella classe \"{type}\"",
746
746
  "newMethodSignature": "La firma del __new__ è \"{type}\"",
747
- "newTypeClassNotAllowed": "Type created with NewType cannot be used with instance and class checks",
747
+ "newTypeClassNotAllowed": "Impossibile utilizzare il tipo creato con NewType con controlli di classe e di istanza",
748
748
  "noOverloadAssignable": "Nessuna funzione di overload corrisponde al tipo \"{type}\"",
749
749
  "noneNotAllowed": "Non è possibile usare None per i controlli di istanze o classi",
750
750
  "orPatternMissingName": "Nomi mancanti: {name}",
@@ -824,7 +824,7 @@
824
824
  "typedDictClassNotAllowed": "Classe TypedDict non consentita per i controlli di istanze o classi",
825
825
  "typedDictClosedExtraNotAllowed": "Non è possibile aggiungere l'elemento \"{name}\"",
826
826
  "typedDictClosedExtraTypeMismatch": "Non è possibile aggiungere l'elemento \"{name}\" con tipo \"{type}\"",
827
- "typedDictClosedFieldNotReadOnly": "Cannot add item \"{name}\" because it must be ReadOnly",
827
+ "typedDictClosedFieldNotReadOnly": "Non è possibile aggiungere l'elemento \"{name}\" perché deve essere ReadOnly",
828
828
  "typedDictClosedFieldNotRequired": "Non è possibile aggiungere l'elemento \"{name}\" perché deve essere NotRequired",
829
829
  "typedDictExtraFieldNotAllowed": "\"{name}\" non è presente in \"{type}\"",
830
830
  "typedDictExtraFieldTypeMismatch": "Il tipo di \"{name}\" non è compatibile con il tipo \"\"extra_items\" in \"{type}\"",
@@ -23,7 +23,7 @@
23
23
  "annotationRawString": "型式では、生文字列リテラルは使用できません",
24
24
  "annotationSpansStrings": "型式は複数の文字列リテラルにまたがることはできません",
25
25
  "annotationStringEscape": "型式にエスケープ文字を含めることはできません",
26
- "annotationTemplateString": "Type expressions cannot use template string literals (t-strings)",
26
+ "annotationTemplateString": "型式では、テンプレート文字列リテラル (t 文字列) を使用できません",
27
27
  "argAssignment": "型 \"{argType}\" の引数を型 \"{paramType}\" のパラメーターに割り当てることはできません",
28
28
  "argAssignmentFunction": "型 \"{argType}\" の引数を関数 \"{functionName}\" の型 \"{paramType}\" のパラメーターに割り当てることはできません",
29
29
  "argAssignmentParam": "型 \"{argType}\" の引数を型 \"{paramType}\" のパラメーター \"{paramName}\" に割り当てることはできません",
@@ -75,7 +75,7 @@
75
75
  "classMethodClsParam": "クラス メソッドは \"cls\" パラメーターを受け取る必要があります",
76
76
  "classNotRuntimeSubscriptable": "クラス \"{name}\" の添字はランタイム例外を生成します。型式を引用符で囲んでください",
77
77
  "classPatternBuiltInArgPositional": "クラス パターンは位置指定サブパターンのみを受け入れます",
78
- "classPatternNewType": "\"{type}\" cannot be used in a class pattern because it is defined using NewType",
78
+ "classPatternNewType": "\"{type}\" NewType を使用して定義されているため、クラス パターンでは使用できません",
79
79
  "classPatternPositionalArgCount": "クラス \"{type}\" の位置指定パターンが多すぎます。{expected} が必要ですが、{received} を受信しました",
80
80
  "classPatternTypeAlias": "\"{type}\" は特殊な型エイリアスであるため、クラス パターンでは使用できません",
81
81
  "classPropertyDeprecated": "クラス プロパティは Python 3.11 では非推奨であり、Python 3.13 ではサポートされなくなります",
@@ -163,8 +163,8 @@
163
163
  "enumMemberTypeAnnotation": "Type annotations are not allowed for enum members",
164
164
  "exceptGroupMismatch": "Try ステートメントに \"except\" と \"except*\" の両方を含めることはできません",
165
165
  "exceptGroupRequiresType": "例外グループ構文 (\"except*\") には例外の種類が必要です",
166
- "exceptRequiresParens": "Multiple exception types must be parenthesized prior to Python 3.14",
167
- "exceptWithAsRequiresParens": "Multiple exception types must be parenthesized when using \"as\"",
166
+ "exceptRequiresParens": "Python 3.14 より前の複数の例外の種類をかっこで囲む必要がある",
167
+ "exceptWithAsRequiresParens": "\"as\" を使用する場合は、複数の例外の種類をかっこで囲む必要があります",
168
168
  "exceptionGroupIncompatible": "例外グループの構文 (\"except*\") には Python 3.11 以降が必要です",
169
169
  "exceptionGroupTypeIncorrect": "except* の例外型は BaseGroupException から派生できません",
170
170
  "exceptionTypeIncorrect": "\"{type}\" は BaseException から派生していません",
@@ -239,7 +239,7 @@
239
239
  "formatStringInPattern": "書式指定文字列はパターンでは使用できません",
240
240
  "formatStringNestedFormatSpecifier": "書式指定子内で入れ子になった式が深すぎます",
241
241
  "formatStringNestedQuote": "f-string 内で入れ子になった文字列は、Python 3.12 より前の f-string と同じ引用符文字を使用できません",
242
- "formatStringTemplate": "Format string literals (f-strings) cannot also be template strings (t-strings)",
242
+ "formatStringTemplate": "書式文字列リテラル (f 文字列) をテンプレート文字列 (t 文字列) にすることもできません",
243
243
  "formatStringUnicode": "書式指定文字列リテラル (f 文字列) を Unicode にすることはできません",
244
244
  "formatStringUnterminated": "f-string の式が終了していません。\"}\" が必要です",
245
245
  "functionDecoratorTypeUnknown": "型指定されていない関数デコレーターは、関数の型を隠します。デコレーターを無視しています",
@@ -435,7 +435,7 @@
435
435
  "pyrightCommentNotOnOwnLine": "ファイル レベルの設定を制御するために使用する Pyright コメントは、独自の行に表示する必要があります",
436
436
  "pyrightCommentUnknownDiagnosticRule": "\"{rule}\" は pyright コメントの不明な診断規則です",
437
437
  "pyrightCommentUnknownDiagnosticSeverityValue": "\"{value}\" は、pyright コメントの無効な値です。true、false、error、warning、information または none が必要です",
438
- "pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\", \"standard\", or \"basic\"",
438
+ "pyrightCommentUnknownDirective": "\"{directive}\" は、pyright コメントの不明なディレクティブです。\"strict\"、\"standard\"、または \"basic\" が必要です",
439
439
  "readOnlyArgCount": "\"ReadOnly\" の後に 1 つの型引数が必要です",
440
440
  "readOnlyNotInTypedDict": "\"ReadOnly\" はこのコンテキストでは許可されていません",
441
441
  "recursiveDefinition": "\"{name}\" の型は、それ自体を参照しているため、特定できませんでした",
@@ -459,9 +459,9 @@
459
459
  "selfTypeContext": "\"Self\" はこのコンテキストでは無効です",
460
460
  "selfTypeMetaclass": "\"Self\" はメタクラス (\"type\" のサブクラス) 内では使用できません",
461
461
  "selfTypeWithTypedSelfOrCls": "\"Self\" は、\"Self\" 以外の型注釈を持つ 'self' または 'cls' パラメーターを持つ関数では使用できません",
462
- "sentinelBadName": "The first argument to Sentinel must be a string literal",
463
- "sentinelNameMismatch": "Sentinel must be assigned to a variable with the same name",
464
- "sentinelParamCount": "Sentinel requires one positional argument",
462
+ "sentinelBadName": "Sentinel の最初の引数は文字列リテラルである必要があります",
463
+ "sentinelNameMismatch": "Sentinel は、同じ名前の変数に割り当てる必要があります",
464
+ "sentinelParamCount": "Sentinel には 1 つの位置引数が必要です",
465
465
  "setterGetterTypeMismatch": "property setter 値の型は、getter の戻り値の型に割り当てることができません",
466
466
  "singleOverload": "\"{name}\" はオーバーロードとしてマークされていますが、追加のオーバーロードがありません",
467
467
  "slotsAttributeError": "__slots__で \"{name}\" が指定されていません",
@@ -486,9 +486,9 @@
486
486
  "symbolIsUnbound": "\"{name}\" はバインドされていません",
487
487
  "symbolIsUndefined": "\"{name}\" が定義されていません",
488
488
  "symbolOverridden": "\"{name}\" はクラス \"{className}\" の同じ名前のシンボルをオーバーライドします",
489
- "templateStringBytes": "Template string literals (t-strings) cannot be binary",
490
- "templateStringIllegal": "Template string literals (t-strings) require Python 3.14 or newer",
491
- "templateStringUnicode": "Template string literals (t-strings) cannot be unicode",
489
+ "templateStringBytes": "テンプレート文字列リテラル (t 文字列) をバイナリにすることはできません",
490
+ "templateStringIllegal": "テンプレート文字列リテラル (t 文字列) には Python 3.14 以降が必要です",
491
+ "templateStringUnicode": "テンプレート文字列リテラル (t 文字列) Unicode にすることはできません",
492
492
  "ternaryNotAllowed": "3 項式は型式では使用できません",
493
493
  "totalOrderingMissingMethod": "total_orderingを使用するには、クラスで \"__lt__\"、\"__le__\"、\"__gt__\"、または \"__ge__\" のいずれかを定義する必要があります",
494
494
  "trailingCommaInFromImport": "末尾のコンマはかっこで囲まずには使用できません",
@@ -581,7 +581,7 @@
581
581
  "typedDictBaseClass": "TypedDict クラスのすべての基底クラスも TypedDict クラスである必要があります",
582
582
  "typedDictBoolParam": "\"{name}\" パラメーターの値は True または False である必要があります",
583
583
  "typedDictClosedExtras": "基底クラス \"{name}\" は、余分な項目の型を型 \"{type}\" に制限する TypedDict です",
584
- "typedDictClosedFalseNonOpenBase": "Base class \"{name}\" is not an open TypedDict; closed=False is not allowed",
584
+ "typedDictClosedFalseNonOpenBase": "基底クラス \"{name}\" は開いている TypedDict; ではありません。closed=False は許可されていません",
585
585
  "typedDictClosedNoExtras": "基底クラス \"{name}\" は closed した TypedDict です。追加の項目は許可されていません",
586
586
  "typedDictDelete": "TypedDict の項目を削除できませんでした",
587
587
  "typedDictEmptyName": "TypedDict 内の名前を空にすることはできません",
@@ -607,7 +607,7 @@
607
607
  "unannotatedFunctionSkipped": "関数 \"{name}\" の分析は、表示されないためスキップされます",
608
608
  "unaryOperationNotAllowed": "単項演算子は型式では使用できません",
609
609
  "unexpectedAsyncToken": "\"def\"、\"with\"、または \"for\" が \"async\" の後に続く必要があります",
610
- "unexpectedEof": "Unexpected EOF",
610
+ "unexpectedEof": "予期しない EOF",
611
611
  "unexpectedExprToken": "式の最後に予期しないトークンが含まれています",
612
612
  "unexpectedIndent": "予期しないインデント",
613
613
  "unexpectedUnindent": "インデント解除は予期されていません",
@@ -645,8 +645,8 @@
645
645
  "unpackedSubscriptIllegal": "下付き文字の Unpack 演算子には Python 3.11 以降が必要です",
646
646
  "unpackedTypeVarTupleExpected": "アンパックされた TypeVarTuple が必要です。Unpack[{name1}] または *{name2} を使用してください",
647
647
  "unpackedTypedDictArgument": "アンパックされた TypedDict 引数をパラメーターと一致させることはできません",
648
- "unreachableCodeCondition": "Code is not analyzed because condition is statically evaluated as false",
649
- "unreachableCodeStructure": "Code is structurally unreachable",
648
+ "unreachableCodeCondition": "条件が静的に false として評価されるため、コードは分析されません",
649
+ "unreachableCodeStructure": "コードに構造的に到達できない",
650
650
  "unreachableCodeType": "型分析はコードに到達不能であることを示します",
651
651
  "unreachableExcept": "例外が既に処理されているため、Except 句に到達できません",
652
652
  "unsupportedDunderAllOperation": "\"__all__\" に対する操作はサポートされていないため、エクスポートされたシンボル リストが正しくない可能性があります",
@@ -744,7 +744,7 @@
744
744
  "namedTupleNotAllowed": "NamedTuple はインスタンスまたはクラスのチェックには使用できません",
745
745
  "newMethodLocation": "__new__ メソッドはクラス \"{type}\" で定義されています",
746
746
  "newMethodSignature": "__new__の署名は \"{type}\" です",
747
- "newTypeClassNotAllowed": "Type created with NewType cannot be used with instance and class checks",
747
+ "newTypeClassNotAllowed": "NewType で作成された型は、インスタンスとクラスのチェックでは使用できません",
748
748
  "noOverloadAssignable": "型 \"{type}\" に一致するオーバーロードされた関数はありません",
749
749
  "noneNotAllowed": "インスタンスまたはクラスのチェックには None 使用できません",
750
750
  "orPatternMissingName": "名前がありません: {name}",
@@ -824,7 +824,7 @@
824
824
  "typedDictClassNotAllowed": "TypedDict クラスはインスタンスまたはクラスのチェックには使用できません",
825
825
  "typedDictClosedExtraNotAllowed": "アイテム \"{name}\" を追加できません",
826
826
  "typedDictClosedExtraTypeMismatch": "型 \"{type}\" のアイテム \"{name}\" を追加できません",
827
- "typedDictClosedFieldNotReadOnly": "Cannot add item \"{name}\" because it must be ReadOnly",
827
+ "typedDictClosedFieldNotReadOnly": "項目 \"{name}\" ReadOnly である必要があるため、追加できません",
828
828
  "typedDictClosedFieldNotRequired": "アイテム \"{name}\" を追加できません。これは NotRequired である必要があるためです。",
829
829
  "typedDictExtraFieldNotAllowed": "\"{name}\" は \"{type}\" に存在しません",
830
830
  "typedDictExtraFieldTypeMismatch": "\"{name}\" の型は、\"{type}\" の \"extra_items\" 型と互換性がありません",
@@ -23,7 +23,7 @@
23
23
  "annotationRawString": "형식 식은 원시 문자열 리터럴을 사용할 수 없습니다.",
24
24
  "annotationSpansStrings": "형식 식은 여러 문자열 리터럴에 걸쳐 사용할 수 없습니다.",
25
25
  "annotationStringEscape": "형식 식에는 이스케이프 문자를 포함할 수 없습니다.",
26
- "annotationTemplateString": "Type expressions cannot use template string literals (t-strings)",
26
+ "annotationTemplateString": "형식 식은 템플릿 문자열 리터럴(t-strings)을 사용할 수 없습니다.",
27
27
  "argAssignment": "\"{argType}\" 형식의 인수를 \"{paramType}\" 형식의 매개 변수에 할당할 수 없습니다.",
28
28
  "argAssignmentFunction": "\"{argType}\" 형식의 인수를 \"{functionName}\" 함수의 \"{paramType}\" 형식의 매개 변수에 할당할 수 없습니다.",
29
29
  "argAssignmentParam": "\"{argType}\" 형식의 인수를 \"{paramType}\" 형식의 \"{paramName}\" 매개 변수에 할당할 수 없습니다.",
@@ -75,7 +75,7 @@
75
75
  "classMethodClsParam": "클래스 메서드는 ‘cls’ 매개 변수를 사용해야 합니다.",
76
76
  "classNotRuntimeSubscriptable": "클래스 \"{name}\"에 대한 첨자는 런타임 예외를 생성합니다. 형식 식을 따옴표로 묶습니다.",
77
77
  "classPatternBuiltInArgPositional": "클래스 패턴은 위치 하위 패턴만 허용합니다.",
78
- "classPatternNewType": "\"{type}\" cannot be used in a class pattern because it is defined using NewType",
78
+ "classPatternNewType": "\"{type}\" NewType을 사용하여 정의되어 있으므로 클래스 패턴에서 사용할 없습니다.",
79
79
  "classPatternPositionalArgCount": "클래스 \"{type}\"에 대한 위치 패턴이 너무 많습니다. {expected}이(가) 필요하지만 {received}을(를) 받았습니다.",
80
80
  "classPatternTypeAlias": "‘{type}’은(는) 특수 형식 별칭이므로 클래스 패턴에서 사용할 수 없습니다.",
81
81
  "classPropertyDeprecated": "클래스 속성은 Python 3.11에서 더 이상 사용되지 않으며 Python 3.13에서 지원되지 않습니다.",
@@ -163,8 +163,8 @@
163
163
  "enumMemberTypeAnnotation": "Type annotations are not allowed for enum members",
164
164
  "exceptGroupMismatch": "Try 문에는 \"except\"와 \"except*\"를 둘 다 포함할 수 없습니다",
165
165
  "exceptGroupRequiresType": "예외 그룹 구문(\"except*\")에는 예외 형식이 필요합니다",
166
- "exceptRequiresParens": "Multiple exception types must be parenthesized prior to Python 3.14",
167
- "exceptWithAsRequiresParens": "Multiple exception types must be parenthesized when using \"as\"",
166
+ "exceptRequiresParens": "Python 3.14 이전에는 여러 예외 형식은 괄호로 묶어야 합니다.",
167
+ "exceptWithAsRequiresParens": "\"as\"를 사용할 여러 예외 형식은 괄호로 묶어야 합니다.",
168
168
  "exceptionGroupIncompatible": "예외 그룹 구문(\"except*\")에는 Python 3.11 이상이 필요합니다.",
169
169
  "exceptionGroupTypeIncorrect": "except*의 예외 형식은 BaseGroupException에서 파생될 수 없습니다.",
170
170
  "exceptionTypeIncorrect": "‘{type}’은 BaseException에서 파생되지 않습니다.",
@@ -239,7 +239,7 @@
239
239
  "formatStringInPattern": "패턴에서 형식 문자열을 사용할 수 없습니다.",
240
240
  "formatStringNestedFormatSpecifier": "형식 문자열 지정자 내에 너무 깊게 중첩된 식",
241
241
  "formatStringNestedQuote": "f-string 내에 중첩된 문자열은 Python 3.12 이전의 f-string과 같은 따옴표를 사용할 수 없습니다.",
242
- "formatStringTemplate": "Format string literals (f-strings) cannot also be template strings (t-strings)",
242
+ "formatStringTemplate": "서식 문자열 리터럴(f-strings) 템플릿 문자열(t-strings)일 수 없습니다.",
243
243
  "formatStringUnicode": "형식 문자열 리터럴(f-문자열)은 유니코드일 수 없습니다.",
244
244
  "formatStringUnterminated": "f-string에 종결되지 않은 식이 있습니다. ‘}‘가 필요합니다.",
245
245
  "functionDecoratorTypeUnknown": "형식화되지 않은 함수 데코레이터는 함수 형식을 모호하게 합니다. 데코레이터 무시",
@@ -435,7 +435,7 @@
435
435
  "pyrightCommentNotOnOwnLine": "파일 수준 설정을 제어하는 데 사용되는Pyright 주석은 고유의 줄에 표시되어야 합니다.",
436
436
  "pyrightCommentUnknownDiagnosticRule": "\"{rule}\"은(는) pyright 주석에 대한 알 수 없는 진단 규칙입니다.",
437
437
  "pyrightCommentUnknownDiagnosticSeverityValue": "\"{value}\"이(가) pyright 주석에 대해 잘못된 값입니다. true, false, error, warning, information 또는 none이 필요합니다.",
438
- "pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\", \"standard\", or \"basic\"",
438
+ "pyrightCommentUnknownDirective": "\"{directive}\"은(는) pyright 주석에 대한 없는 지시문입니다. \"strict\", \"standard\" 또는 \"basic\"이 필요합니다.",
439
439
  "readOnlyArgCount": "‘ReadOnly‘ 뒤에는 단일 형식 인수가 필요합니다.",
440
440
  "readOnlyNotInTypedDict": "이 컨텍스트에서는 \"ReadOnly\"를 사용할 수 없습니다.",
441
441
  "recursiveDefinition": "‘{name}’ 형식이 스스로를 참조하므로 확인할 수 없습니다.",
@@ -459,9 +459,9 @@
459
459
  "selfTypeContext": "이 컨텍스트에서는 \"Self\"가 잘못되었습니다.",
460
460
  "selfTypeMetaclass": "메타클래스(\"type\"의 서브클래스) 내에서 \"Self\"를 사용할 수 없습니다.",
461
461
  "selfTypeWithTypedSelfOrCls": "\"Self\"는 \"Self\" 이외의 형식 주석이 있는 'self' 또는 'cls' 매개 변수가 있는 함수에서 사용할 수 없습니다.",
462
- "sentinelBadName": "The first argument to Sentinel must be a string literal",
463
- "sentinelNameMismatch": "Sentinel must be assigned to a variable with the same name",
464
- "sentinelParamCount": "Sentinel requires one positional argument",
462
+ "sentinelBadName": "Sentinel의 번째 인수는 문자열 리터럴이어야 합니다.",
463
+ "sentinelNameMismatch": "Sentinel 이름이 같은 변수에 할당되어야 합니다.",
464
+ "sentinelParamCount": "Sentinel에는 하나의 위치 인수가 필요합니다.",
465
465
  "setterGetterTypeMismatch": "Property setter 값 형식을 getter 반환 형식에 할당할 수 없습니다.",
466
466
  "singleOverload": "\"{name}\"이(가) 오버로드로 표시되었지만 추가 오버로드가 없습니다.",
467
467
  "slotsAttributeError": "__slots__에서 ‘{name}’이(가) 지정되지 않았습니다.",
@@ -486,9 +486,9 @@
486
486
  "symbolIsUnbound": "\"{name}\"의 바인딩이 해제되었습니다.",
487
487
  "symbolIsUndefined": "\"{name}\"이(가) 정의되지 않았습니다.",
488
488
  "symbolOverridden": "\"{name}\"이(가) 클래스 \"{className}\"에서 동일한 이름의 기호를 재정의합니다.",
489
- "templateStringBytes": "Template string literals (t-strings) cannot be binary",
490
- "templateStringIllegal": "Template string literals (t-strings) require Python 3.14 or newer",
491
- "templateStringUnicode": "Template string literals (t-strings) cannot be unicode",
489
+ "templateStringBytes": "템플릿 문자열 리터럴(t-strings) 이진일 없습니다.",
490
+ "templateStringIllegal": "템플릿 문자열 리터럴(t-t-strings)에는 Python 3.14 이상이 필요합니다.",
491
+ "templateStringUnicode": "템플릿 문자열 리터럴(t-strings) 유니코드일 없습니다.",
492
492
  "ternaryNotAllowed": "형식 식에는 3항 식이 허용되지 않습니다.",
493
493
  "totalOrderingMissingMethod": "클래스는 total_ordering을 사용하려면 \"__lt__\", \"__le__\", \"__gt__\" 또는 \"__ge__\" 중 하나를 정의해야 합니다.",
494
494
  "trailingCommaInFromImport": "주변 괄호 없이는 후행 쉼표를 사용할 수 없습니다.",
@@ -581,7 +581,7 @@
581
581
  "typedDictBaseClass": "TypedDict 클래스의 모든 기본 클래스도 TypedDict 클래스여야 합니다.",
582
582
  "typedDictBoolParam": "\"{name}\" 매개 변수에 True 또는 False 값이 있어야 합니다.",
583
583
  "typedDictClosedExtras": "기본 클래스 \"{name}\" 추가 항목의 유형을 \"{type}\" 형식으로 제한하는 TypedDict.",
584
- "typedDictClosedFalseNonOpenBase": "Base class \"{name}\" is not an open TypedDict; closed=False is not allowed",
584
+ "typedDictClosedFalseNonOpenBase": "기본 클래스 \"{name}\" 열린 TypedDict가 아니므로 closed=False 허용되지 않습니다.",
585
585
  "typedDictClosedNoExtras": "기본 클래스 \"{name}\"은(는) closed TypedDict입니다. 추가 항목은 허용되지 않습니다.",
586
586
  "typedDictDelete": "TypedDict에서 항목을 삭제할 수 없습니다.",
587
587
  "typedDictEmptyName": "TypedDict 내의 이름은 비워 둘 수 없습니다.",
@@ -607,7 +607,7 @@
607
607
  "unannotatedFunctionSkipped": "주석이 없으므로 ‘{name}’ 함수 분석을 건너뜁니다.",
608
608
  "unaryOperationNotAllowed": "단항 연산자는 형식 식에 사용할 수 없습니다.",
609
609
  "unexpectedAsyncToken": "\"async\"를 따르려면 \"def\", \"with\" 또는 \"for\"가 필요합니다.",
610
- "unexpectedEof": "Unexpected EOF",
610
+ "unexpectedEof": "예기치 않은 EOF",
611
611
  "unexpectedExprToken": "식 끝에 예기치 않은 토큰이 있습니다.",
612
612
  "unexpectedIndent": "예기치 않은 들여쓰기",
613
613
  "unexpectedUnindent": "들여쓰기가 필요 없음",
@@ -645,8 +645,8 @@
645
645
  "unpackedSubscriptIllegal": "아래 첨자의 압축 풀기 연산자에는 Python 3.11 이상이 필요합니다.",
646
646
  "unpackedTypeVarTupleExpected": "압축 해제된 TypeVarTuple이 필요합니다. Unpack[{name1}] 또는 *{name2} 사용",
647
647
  "unpackedTypedDictArgument": "압축되지 않은 TypedDict 인수를 매개 변수와 일치시킬 수 없습니다.",
648
- "unreachableCodeCondition": "Code is not analyzed because condition is statically evaluated as false",
649
- "unreachableCodeStructure": "Code is structurally unreachable",
648
+ "unreachableCodeCondition": "조건이 정적으로 false로 평가되어 코드가 분석되지 않습니다.",
649
+ "unreachableCodeStructure": "코드에 구조적으로 도달할 수 없음",
650
650
  "unreachableCodeType": "형식 분석을 통해 코드에 연결할 수 없음을 나타냅니다.",
651
651
  "unreachableExcept": "예외가 이미 처리되었으므로 Except 절에 연결할 수 없습니다.",
652
652
  "unsupportedDunderAllOperation": "\"__all__\"에 대한 작업이 지원되지 않으므로 내보낸 기호 목록이 잘못되었을 수 있습니다.",
@@ -744,7 +744,7 @@
744
744
  "namedTupleNotAllowed": "인스턴스 또는 클래스 검사에는 NamedTuple을 사용할 수 없습니다.",
745
745
  "newMethodLocation": "__new__ 메서드가 \"{type}\" 클래스에 정의되어 있습니다.",
746
746
  "newMethodSignature": "__new__ 의 서명은 \"{type}\"입니다.",
747
- "newTypeClassNotAllowed": "Type created with NewType cannot be used with instance and class checks",
747
+ "newTypeClassNotAllowed": "NewType으로 만든 형식은 인스턴스 클래스 검사에 사용할 없습니다.",
748
748
  "noOverloadAssignable": "\"{type}\" 형식과 일치하는 오버로드된 함수가 없습니다.",
749
749
  "noneNotAllowed": "인스턴스 또는 클래스 검사에는 None을 사용할 수 없음",
750
750
  "orPatternMissingName": "누락된 이름: {name}",
@@ -824,7 +824,7 @@
824
824
  "typedDictClassNotAllowed": "인스턴스 또는 클래스 검사에 TypedDict 클래스를 사용할 수 없습니다.",
825
825
  "typedDictClosedExtraNotAllowed": "항목 \"{name}\"을(를) 추가할 수 없음",
826
826
  "typedDictClosedExtraTypeMismatch": "형식이 \"{type}\"인 항목 \"{name}\"을(를) 추가할 수 없음",
827
- "typedDictClosedFieldNotReadOnly": "Cannot add item \"{name}\" because it must be ReadOnly",
827
+ "typedDictClosedFieldNotReadOnly": "\"{name}\" 항목은 ReadOnly여야 하므로 추가할 수 없습니다.",
828
828
  "typedDictClosedFieldNotRequired": "\"{name}\" 항목은 NotRequired여야 하므로 추가할 수 없습니다.",
829
829
  "typedDictExtraFieldNotAllowed": "\"{name}\"이(가) \"{type}\"에 없음",
830
830
  "typedDictExtraFieldTypeMismatch": "\"{name}\" 형식은 \"{type}\"의 \"extra_items\" 형식과 호환되지 않습니다.",