@zzzen/pyright-internal 1.2.0-dev.20240307 → 1.2.0-dev.20240317
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.
- package/dist/analyzer/backgroundAnalysisProgram.d.ts +1 -1
- package/dist/analyzer/backgroundAnalysisProgram.js +1 -1
- package/dist/analyzer/backgroundAnalysisProgram.js.map +1 -1
- package/dist/analyzer/checker.d.ts +1 -0
- package/dist/analyzer/checker.js +58 -55
- package/dist/analyzer/checker.js.map +1 -1
- package/dist/analyzer/codeFlowEngine.d.ts +3 -4
- package/dist/analyzer/codeFlowEngine.js +20 -13
- package/dist/analyzer/codeFlowEngine.js.map +1 -1
- package/dist/analyzer/importStatementUtils.d.ts +2 -1
- package/dist/analyzer/importStatementUtils.js +6 -1
- package/dist/analyzer/importStatementUtils.js.map +1 -1
- package/dist/analyzer/operations.js +25 -10
- package/dist/analyzer/operations.js.map +1 -1
- package/dist/analyzer/parseTreeUtils.d.ts +2 -0
- package/dist/analyzer/parseTreeUtils.js +31 -5
- package/dist/analyzer/parseTreeUtils.js.map +1 -1
- package/dist/analyzer/patternMatching.js +16 -12
- package/dist/analyzer/patternMatching.js.map +1 -1
- package/dist/analyzer/service.d.ts +6 -1
- package/dist/analyzer/service.js +8 -5
- package/dist/analyzer/service.js.map +1 -1
- package/dist/analyzer/typeDocStringUtils.js +3 -3
- package/dist/analyzer/typeDocStringUtils.js.map +1 -1
- package/dist/analyzer/typeEvaluator.js +242 -101
- package/dist/analyzer/typeEvaluator.js.map +1 -1
- package/dist/analyzer/typeEvaluatorTypes.d.ts +6 -1
- package/dist/analyzer/typeGuards.js +15 -16
- package/dist/analyzer/typeGuards.js.map +1 -1
- package/dist/analyzer/typeUtils.d.ts +1 -1
- package/dist/analyzer/typeUtils.js +13 -14
- package/dist/analyzer/typeUtils.js.map +1 -1
- package/dist/analyzer/types.d.ts +2 -1
- package/dist/analyzer/types.js +1 -0
- package/dist/analyzer/types.js.map +1 -1
- package/dist/backgroundThreadBase.d.ts +4 -1
- package/dist/backgroundThreadBase.js +14 -1
- package/dist/backgroundThreadBase.js.map +1 -1
- package/dist/commands/dumpFileDebugInfoCommand.js +0 -1
- package/dist/commands/dumpFileDebugInfoCommand.js.map +1 -1
- package/dist/common/configOptions.d.ts +1 -0
- package/dist/common/configOptions.js +5 -0
- package/dist/common/configOptions.js.map +1 -1
- package/dist/common/diagnosticRules.d.ts +1 -0
- package/dist/common/diagnosticRules.js +1 -0
- package/dist/common/diagnosticRules.js.map +1 -1
- package/dist/common/logTracker.d.ts +5 -5
- package/dist/common/logTracker.js +7 -6
- package/dist/common/logTracker.js.map +1 -1
- package/dist/languageServerBase.d.ts +2 -2
- package/dist/languageServerBase.js +1 -8
- package/dist/languageServerBase.js.map +1 -1
- package/dist/languageService/completionProvider.d.ts +4 -1
- package/dist/languageService/completionProvider.js +19 -19
- package/dist/languageService/completionProvider.js.map +1 -1
- package/dist/localization/localize.d.ts +4 -0
- package/dist/localization/localize.js +1 -8
- package/dist/localization/localize.js.map +1 -1
- package/dist/localization/package.nls.cs.json +19 -9
- package/dist/localization/package.nls.de.json +19 -9
- package/dist/localization/package.nls.en-us.json +1 -0
- package/dist/localization/package.nls.es.json +19 -9
- package/dist/localization/package.nls.fr.json +21 -11
- package/dist/localization/package.nls.it.json +16 -6
- package/dist/localization/package.nls.ja.json +19 -9
- package/dist/localization/package.nls.ko.json +19 -9
- package/dist/localization/package.nls.pl.json +19 -9
- package/dist/localization/package.nls.pt-br.json +19 -9
- package/dist/localization/package.nls.qps-ploc.json +19 -9
- package/dist/localization/package.nls.ru.json +18 -8
- package/dist/localization/package.nls.tr.json +19 -9
- package/dist/localization/package.nls.zh-cn.json +16 -6
- package/dist/localization/package.nls.zh-tw.json +19 -9
- package/dist/parser/parser.js +1 -1
- package/dist/parser/parser.js.map +1 -1
- package/dist/parser/stringTokenUtils.js +12 -12
- package/dist/parser/stringTokenUtils.js.map +1 -1
- package/dist/parser/tokenizer.d.ts +0 -1
- package/dist/parser/tokenizer.js +41 -41
- package/dist/parser/tokenizer.js.map +1 -1
- package/dist/parser/tokenizerTypes.d.ts +1 -2
- package/dist/parser/tokenizerTypes.js +0 -1
- package/dist/parser/tokenizerTypes.js.map +1 -1
- package/dist/tests/fourslash/completions.override2.fourslash.js +1 -1
- package/dist/tests/fourslash/completions.override2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js +22 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js.map +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js +20 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js.map +1 -0
- package/dist/tests/harness/fourslash/testLanguageService.d.ts +2 -1
- package/dist/tests/harness/fourslash/testLanguageService.js +2 -2
- package/dist/tests/harness/fourslash/testLanguageService.js.map +1 -1
- package/dist/tests/importStatementUtils.test.js +27 -2
- package/dist/tests/importStatementUtils.test.js.map +1 -1
- package/dist/tests/tokenizer.test.js +22 -0
- package/dist/tests/tokenizer.test.js.map +1 -1
- package/dist/tests/typeEvaluator1.test.js +4 -0
- package/dist/tests/typeEvaluator1.test.js.map +1 -1
- package/dist/tests/typeEvaluator2.test.js +1 -1
- package/dist/tests/typeEvaluator3.test.js +1 -1
- package/dist/tests/typeEvaluator4.test.js +2 -2
- package/dist/tests/typeEvaluator5.test.js +9 -7
- package/dist/tests/typeEvaluator5.test.js.map +1 -1
- package/package.json +1 -1
@@ -89,7 +89,7 @@
|
|
89
89
|
"concatenateParamSpecMissing": "Le dernier argument de type pour « Concatener » doit être un ParamSpec ou bien « ... »",
|
90
90
|
"concatenateTypeArgsMissing": "\"Concaténation\" nécessite au moins deux arguments de type",
|
91
91
|
"conditionalOperandInvalid": "Opérande conditionnel non valide de type \"{type}\"",
|
92
|
-
"constantRedefinition": "\"{
|
92
|
+
"constantRedefinition": "\"{nom}\" est constant (car il est en majuscule) et ne peut pas être redéfini",
|
93
93
|
"constructorNoArgs": "Aucun argument attendu pour le constructeur « {type} »",
|
94
94
|
"constructorParametersMismatch": "Non-concordance entre la signature de __new__ et __init__ dans la classe \"{classType}\"",
|
95
95
|
"containmentAlwaysFalse": "L'expression sera toujours évaluée à False car les types \"{leftType}\" et \"{rightType}\" ne se chevauchent pas",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "Le type de retour de « __init__ » doit être None",
|
253
253
|
"initSubclassCallFailed": "Arguments de mot clé incorrects pour la méthode __init_subclass__",
|
254
254
|
"initSubclassClsParam": "__init_subclass__ remplacement doit prendre un paramètre « cls »",
|
255
|
+
"initVarNotAllowed": "« InitVar » n’est pas autorisé dans ce contexte",
|
255
256
|
"instanceMethodSelfParam": "Les méthodes d’instance doivent prendre un paramètre « self »",
|
256
257
|
"instanceVarOverridesClassVar": "La variable d'instance \"{name}\" remplace la variable de classe du même nom dans la classe \"{className}\"",
|
257
258
|
"instantiateAbstract": "Impossible d'instancier la classe abstraite \"{type}\"",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "Les parenthèses dans l'instruction \"with\" nécessitent Python 3.9 ou une version plus récente",
|
379
380
|
"patternNeverMatches": "Le modèle ne sera jamais mis en correspondance pour le type d’objet « {type} »",
|
380
381
|
"positionArgAfterNamedArg": "L’argument positionnel ne peut pas apparaître après les arguments de mot clé",
|
381
|
-
"positionOnlyAfterArgs": "Séparateur
|
382
|
+
"positionOnlyAfterArgs": "Séparateur de paramètres de position seule non autorisé après le paramètre « * »",
|
382
383
|
"positionOnlyAfterKeywordOnly": "Le paramètre « / » doit apparaître avant le paramètre « * »",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "Paramètre de position seule non autorisé après un paramètre qui n’est pas en position seule",
|
385
|
+
"positionOnlyFirstParam": "Séparateur de paramètres de position seule non autorisé en tant que premier paramètre",
|
386
|
+
"positionOnlyIncompatible": "Le séparateur de paramètres de position seule requiert Python 3.8 ou version ultérieure",
|
385
387
|
"privateImportFromPyTypedModule": "« {name} » n’est pas exporté à partir du module « {module} »",
|
386
388
|
"privateUsedOutsideOfClass": "« {name} » est privé et utilisé en dehors de la classe dans laquelle il est déclaré",
|
387
389
|
"privateUsedOutsideOfModule": "« {name} » est privé et utilisé en dehors du module dans lequel il est déclaré",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "\"{name}\" est marqué comme @type_check_only et ne peut être utilisé que dans les annotations de type",
|
486
488
|
"typeCommentDeprecated": "L’utilisation de commentaires de type est déconseillée ; utiliser l’annotation de type à la place",
|
487
489
|
"typeExpectedClass": "Expression de type attendue mais « {type} » reçue",
|
488
|
-
"typeGuardArgCount": "Argument de type unique attendu après « TypeGuard »",
|
490
|
+
"typeGuardArgCount": "Argument de type unique attendu après « TypeGuard » ou « Typels »",
|
489
491
|
"typeGuardParamCount": "Les méthodes et fonctions de protection de type définies par l’utilisateur doivent avoir au moins un paramètre d’entrée",
|
492
|
+
"typeIsReturnType": "Le type de retour des TypesIs (« {returnType} ») n’est pas cohérent avec le type de paramètre de valeur (« {type} »)",
|
490
493
|
"typeNotAwaitable": "\"{type}\" n'est pas attendu",
|
491
494
|
"typeNotIntantiable": "« {type} » ne peut pas être instancié",
|
492
495
|
"typeNotIterable": "« {type} » n’est pas itérable",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "Les classes TypedDict ne peuvent contenir que des annotations de type",
|
537
540
|
"typedDictBaseClass": "Toutes les classes de base pour les classes TypedDict doivent également être des classes TypedDict",
|
538
541
|
"typedDictBoolParam": "Paramètre « {name} » attendu avec la valeur True ou False",
|
542
|
+
"typedDictClosedExtras": "La classe de base « {name} » est un TypedDict fermé, les éléments supplémentaires doivent être de type « {type} »",
|
543
|
+
"typedDictClosedNoExtras": "La classe de base « {name} » est un TypedDict fermé, les éléments supplémentaires ne sont pas autorisés",
|
539
544
|
"typedDictDelete": "Impossible de supprimer l’élément dans TypedDict",
|
540
545
|
"typedDictEmptyName": "Les noms dans un TypedDict ne peuvent pas être vides",
|
541
546
|
"typedDictEntryName": "Littéral de chaîne attendu pour le nom d’entrée du dictionnaire",
|
542
547
|
"typedDictEntryUnique": "Les noms dans un dictionnaire doivent être uniques",
|
543
548
|
"typedDictExtraArgs": "Arguments TypedDict supplémentaires non pris en charge",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "
|
546
|
-
"typedDictFieldRequiredRedefinition": "
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "L’élément TypedDict « {name} » ne peut pas être redéfini comme étant Non requis",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "L’élément TypedDict « {name} » ne peut pas être redéfini comme état En lecture seule",
|
551
|
+
"typedDictFieldRequiredRedefinition": "L’élément TypedDict « {name} » ne peut pas être redéfini comme étant Requis",
|
547
552
|
"typedDictFirstArg": "Nom de classe TypedDict attendu comme premier argument",
|
548
553
|
"typedDictInitsubclassParameter": "TypedDict ne prend pas en charge __init_subclass__ paramètre « {name} »",
|
549
554
|
"typedDictNotAllowed": "\"TypedDict\" ne peut pas être utilisé dans ce contexte",
|
@@ -752,7 +757,7 @@
|
|
752
757
|
"typeIncompatible": "« {sourceType} » n’est pas compatible avec « {destType} »",
|
753
758
|
"typeNotClass": "« {type} » n’est pas une classe",
|
754
759
|
"typeNotStringLiteral": "\"{type}\" n'est pas un littéral de chaîne",
|
755
|
-
"typeOfSymbol": "Le type de \"{
|
760
|
+
"typeOfSymbol": "Le type de \"{nom}\" est \"{type}\"",
|
756
761
|
"typeParamSpec": "Le type « {type} » n’est pas compatible avec ParamSpec « {name} »",
|
757
762
|
"typeUnsupported": "Le type « {type} » n’est pas pris en charge",
|
758
763
|
"typeVarDefaultOutOfScope": "La variable de type « {name} » n’est pas dans l’étendue",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "Variables de type manquantes : {names}",
|
767
772
|
"typedDictBaseClass": "La classe \"{type}\" n'est pas un TypedDict",
|
768
773
|
"typedDictClassNotAllowed": "Classe TypedDict non autorisée pour les vérifications d’instance ou de classe",
|
774
|
+
"typedDictClosedExtraNotAllowed": "Impossible d’ajouter l’élément « {name} »",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "Impossible d’ajouter l’élément « {name} » avec le type « {type} »",
|
776
|
+
"typedDictClosedFieldNotRequired": "Impossible d’ajouter l’élément « {name} », car il doit être Non requis",
|
777
|
+
"typedDictExtraFieldNotAllowed": "« {name} » n’est pas présent dans « {type} »",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "Le type de « {name} » est incompatible avec le type « __extra_items__ » dans « {type} »",
|
769
779
|
"typedDictFieldMissing": "« {name} » est manquant dans « {type} »",
|
770
780
|
"typedDictFieldNotReadOnly": "« {name} » n’est pas en lecture seule dans « {type} »",
|
771
781
|
"typedDictFieldNotRequired": "« {name} » n’est pas obligatoire dans « {type} »",
|
772
782
|
"typedDictFieldRequired": "« {name} » est obligatoire dans « {type} »",
|
773
|
-
"typedDictFieldTypeMismatch": "Le type
|
774
|
-
"typedDictFieldUndefined": "« {name} » est un
|
783
|
+
"typedDictFieldTypeMismatch": "Le type « {type} » n'est pas attribuable à l’élément « {name} »",
|
784
|
+
"typedDictFieldUndefined": "« {name} » est un élément non défini dans le type « {type} »",
|
775
785
|
"typedDictFinalMismatch": "« {sourceType} » n’est pas compatible avec « {destType} » en raison d’une incompatibilité de @final",
|
776
786
|
"typedDictNotAllowed": "TypedDict ne peut pas être utilisé pour les vérifications d’instance ou de classe",
|
777
787
|
"unhashableType": "Le type \"{type}\" n'est pas hachable",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "Il tipo restituito di \"__init__\" deve essere None",
|
253
253
|
"initSubclassCallFailed": "Argomenti di parola chiave non corretti per il metodo __init_subclass__",
|
254
254
|
"initSubclassClsParam": "__init_subclass__ override deve accettare un parametro \"cls\"",
|
255
|
+
"initVarNotAllowed": "\"InitVar\" non consentito in questo contesto",
|
255
256
|
"instanceMethodSelfParam": "I metodi di istanza devono accettare un parametro \"self\"",
|
256
257
|
"instanceVarOverridesClassVar": "La variabile di istanza \"{name}\" esegue l'override della variabile di classe con lo stesso nome nella classe \"{className}\"",
|
257
258
|
"instantiateAbstract": "Non è possibile creare un'istanza di classe astratta \"{type}\"",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "Le parentesi all'interno dell'istruzione \"con\" richiedono Python 3.9 o versione successiva",
|
379
380
|
"patternNeverMatches": "Il criterio non verrà mai confrontato per il tipo di oggetto \"{type}\"",
|
380
381
|
"positionArgAfterNamedArg": "L'argomento posizionale non può essere visualizzato dopo gli argomenti della parola chiave",
|
381
|
-
"positionOnlyAfterArgs": "Separatore di
|
382
|
+
"positionOnlyAfterArgs": "Separatore di parametri di sola posizione non consentito dopo il parametro \"*\"",
|
382
383
|
"positionOnlyAfterKeywordOnly": "Il parametro \"/\" deve essere visualizzato prima del parametro \"*\"",
|
384
|
+
"positionOnlyAfterNon": "Il parametro di sola posizione non è consentito dopo un parametro che non è di sola posizione",
|
383
385
|
"positionOnlyFirstParam": "Separatore di argomenti di sola posizione non consentito come primo parametro",
|
384
|
-
"positionOnlyIncompatible": "Il separatore di
|
386
|
+
"positionOnlyIncompatible": "Il separatore di parametri di sola posizione richiede Python 3.8 o versione successiva",
|
385
387
|
"privateImportFromPyTypedModule": "\"{name}\" non è esportato dal modulo \"{module}\"",
|
386
388
|
"privateUsedOutsideOfClass": "\"{name}\" è privato e utilizzato all'esterno del modulo in cui è dichiarato",
|
387
389
|
"privateUsedOutsideOfModule": "\"{name}\" è privato e utilizzato all'esterno del modulo in cui è dichiarato",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "\"{name}\" è contrassegnato come @type_check_only e può essere utilizzato solo nelle annotazioni tipo",
|
486
488
|
"typeCommentDeprecated": "L'uso dei commenti di tipo è deprecato. Usare l'annotazione di tipo",
|
487
489
|
"typeExpectedClass": "È prevista un'espressione di tipo ma è stato ricevuto \"{type}\"",
|
488
|
-
"typeGuardArgCount": "È previsto un singolo argomento di tipo dopo \"TypeGuard\"",
|
490
|
+
"typeGuardArgCount": "È previsto un singolo argomento di tipo dopo \"TypeGuard\" o \"TypeIs\"",
|
489
491
|
"typeGuardParamCount": "Le funzioni e i metodi di protezione dei tipi definiti dall'utente devono avere almeno un parametro di input",
|
492
|
+
"typeIsReturnType": "Il tipo restituito di TypeIs (\"{returnType}\") non è coerente con il tipo di parametro di valore (\"{type}\")",
|
490
493
|
"typeNotAwaitable": "\"{type}\" non è awaitable",
|
491
494
|
"typeNotIntantiable": "Non è possibile creare un'istanza di \"{type}\"",
|
492
495
|
"typeNotIterable": "\"{type}\" non è iterabile",
|
@@ -536,13 +539,15 @@
|
|
536
539
|
"typedDictBadVar": "Le classi TypedDict possono contenere solo annotazioni di tipo",
|
537
540
|
"typedDictBaseClass": "Anche tutte le classi di base per le classi TypedDict devono essere classi TypedDict",
|
538
541
|
"typedDictBoolParam": "È previsto che il parametro \"{name}\" abbia il valore True o False",
|
542
|
+
"typedDictClosedExtras": "La classe di base \"{name}\" è un TypedDict chiuso; gli elementi aggiuntivi devono essere di tipo \"{type}\"",
|
543
|
+
"typedDictClosedNoExtras": "La classe di base \"{name}\" è un TypedDict chiuso; elementi aggiuntivi non consentiti",
|
539
544
|
"typedDictDelete": "Non è stato possibile eliminare l'elemento in TypedDict",
|
540
545
|
"typedDictEmptyName": "I nomi all'interno di un TypedDict non possono essere vuoti",
|
541
546
|
"typedDictEntryName": "Valore letterale stringa previsto per il nome della voce del dizionario",
|
542
547
|
"typedDictEntryUnique": "I nomi all'interno di un dizionario devono essere univoci",
|
543
548
|
"typedDictExtraArgs": "Argomenti TypedDict aggiuntivi non supportati",
|
544
549
|
"typedDictFieldNotRequiredRedefinition": "Non è possibile ridefinire il campo TypedDict \"{name}\" come Non obbligatorio",
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "Non è possibile ridefinire
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "Non è possibile ridefinire l’elemento TypedDict \"{name}\" come Sola lettura",
|
546
551
|
"typedDictFieldRequiredRedefinition": "Non è possibile ridefinire il campo TypedDict \"{name}\" come Obbligatorio",
|
547
552
|
"typedDictFirstArg": "È previsto il nome della classe TypedDict come primo argomento",
|
548
553
|
"typedDictInitsubclassParameter": "TypedDict non supporta __init_subclass__ parametro “{name}”",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "Variabili di tipo mancanti: {names}",
|
767
772
|
"typedDictBaseClass": "La classe \"{type}\" non è un TypedDict",
|
768
773
|
"typedDictClassNotAllowed": "Classe TypedDict non consentita per i controlli di istanze o classi",
|
774
|
+
"typedDictClosedExtraNotAllowed": "Non è possibile aggiungere l'elemento \"{name}\"",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "Non è possibile aggiungere l'elemento \"{name}\" con tipo \"{type}\"",
|
776
|
+
"typedDictClosedFieldNotRequired": "Non è possibile aggiungere l'elemento \"{name}\" perché deve essere NotRequired",
|
777
|
+
"typedDictExtraFieldNotAllowed": "\"{name}\" non è presente in \"{type}\"",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "Il tipo di \"{name}\" non è compatibile con il tipo \"__extra_items__\" in \"{type}\"",
|
769
779
|
"typedDictFieldMissing": "\"{name}\" mancante nel \"{type}\"",
|
770
780
|
"typedDictFieldNotReadOnly": "\"{name}\" non è di sola lettura in \"{type}\"",
|
771
781
|
"typedDictFieldNotRequired": "\"{name}\" non è obbligatorio in \"{type}\"",
|
772
782
|
"typedDictFieldRequired": "\"{name}\" è obbligatorio in \"{type}\"",
|
773
|
-
"typedDictFieldTypeMismatch": "Il tipo \"{type}\" non può essere assegnato
|
774
|
-
"typedDictFieldUndefined": "\"{name}\" è un
|
783
|
+
"typedDictFieldTypeMismatch": "Il tipo \"{type}\" non può essere assegnato all’elemento \"{name}\"",
|
784
|
+
"typedDictFieldUndefined": "\"{name}\" è un elemento non definito nel tipo \"{type}\"",
|
775
785
|
"typedDictFinalMismatch": "\"{sourceType}\" non è compatibile con \"{destType}\" a causa di una @final mancata corrispondenza",
|
776
786
|
"typedDictNotAllowed": "Non è possibile usare TypedDict per i controlli di istanze o classi",
|
777
787
|
"unhashableType": "Il tipo \"{type}\" non è hashable",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "\"__init__\" の戻り値の型は None でなければなりません",
|
253
253
|
"initSubclassCallFailed": "__init_subclass__ メソッドのキーワード引数が正しくありません",
|
254
254
|
"initSubclassClsParam": "__class_getitem__ override は \"cls\" パラメーターを受け取る必要があります",
|
255
|
+
"initVarNotAllowed": "\"InitVar\" はこのコンテキストでは許可されていません",
|
255
256
|
"instanceMethodSelfParam": "インスタンス メソッドは \"self\" パラメーターを受け取る必要があります",
|
256
257
|
"instanceVarOverridesClassVar": "インスタンス変数 \"{name}\" は、クラス \"{className}\" の同じ名前のクラス変数をオーバーライドします",
|
257
258
|
"instantiateAbstract": "抽象クラス \"{type}\" をインスタンス化できません",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "\"with\" ステートメント内のかっこには Python 3.9 以降が必要です",
|
379
380
|
"patternNeverMatches": "サブジェクトの種類 \"{type}\" のパターンは一致しません",
|
380
381
|
"positionArgAfterNamedArg": "キーワード引数の後に位置引数を指定することはできません",
|
381
|
-
"positionOnlyAfterArgs": "\"*\"
|
382
|
+
"positionOnlyAfterArgs": "\"*\" パラメーターの後に位置のみのパラメーターの区切り文字を使用することはできません",
|
382
383
|
"positionOnlyAfterKeywordOnly": "\"/\" パラメーターは 、\"*\" パラメーターの前に指定する必要があります",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "位置のみのパラメーターの後に位置のみのパラメーターを指定することはできません",
|
385
|
+
"positionOnlyFirstParam": "位置のみのパラメーターの区切り記号を最初のパラメーターとして使用することはできません",
|
386
|
+
"positionOnlyIncompatible": "位置のみのパラメーターの区切り文字には Python 3.8 以降が必要です",
|
385
387
|
"privateImportFromPyTypedModule": "\"{name}\" はモジュール \"{module}\" からエクスポートされていません",
|
386
388
|
"privateUsedOutsideOfClass": "\"{name}\" はプライベートであり、宣言されているクラスの外部で使用されます",
|
387
389
|
"privateUsedOutsideOfModule": "\"{name}\" はプライベートであり、それが宣言されているモジュールの外部で使用されています",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "\"{name}\" は@type_check_onlyとしてマークされており、型注釈でのみ使用できます",
|
486
488
|
"typeCommentDeprecated": "型コメントの使用は非推奨です。代わりに型注釈を使用してください",
|
487
489
|
"typeExpectedClass": "型式が必要ですが、\"{type}\" を受け取りました",
|
488
|
-
"typeGuardArgCount": "\"TypeGuard\" の後に 1 つの型引数が必要です",
|
490
|
+
"typeGuardArgCount": "\"TypeGuard\" または \"TypeIs\" の後に 1 つの型引数が必要です",
|
489
491
|
"typeGuardParamCount": "ユーザー定義型ガード関数とメソッドには、少なくとも 1 つの入力パラメーターが必要です",
|
492
|
+
"typeIsReturnType": "TypeIs の戻り値の型 (\"{returnType}\") と値パラメーターの型 (\"{type}\") が一致しません",
|
490
493
|
"typeNotAwaitable": "\"{type}\" は待機できません",
|
491
494
|
"typeNotIntantiable": "\"{type}\" をインスタンス化できません",
|
492
495
|
"typeNotIterable": "\"{type}\" は反復できません",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "TypedDict クラスには型注釈のみを含めることができます",
|
537
540
|
"typedDictBaseClass": "TypedDict クラスのすべての基底クラスも TypedDict クラスである必要があります",
|
538
541
|
"typedDictBoolParam": "\"{name}\" パラメーターの値は True または False である必要があります",
|
542
|
+
"typedDictClosedExtras": "基底クラス \"{name}\" は終了した TypedDict です。余分な項目は型 \"{type}\" である必要があります",
|
543
|
+
"typedDictClosedNoExtras": "基底クラス \"{name}\" は終了した TypedDict です。追加のアイテムは許可されていません",
|
539
544
|
"typedDictDelete": "TypedDict の項目を削除できませんでした",
|
540
545
|
"typedDictEmptyName": "TypedDict 内の名前を空にすることはできません",
|
541
546
|
"typedDictEntryName": "辞書エントリ名に文字列リテラルが必要です",
|
542
547
|
"typedDictEntryUnique": "ディクショナリ内の名前は一意である必要があります",
|
543
548
|
"typedDictExtraArgs": "追加の TypedDict 引数はサポートされていません",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "TypedDict
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "TypedDict
|
546
|
-
"typedDictFieldRequiredRedefinition": "TypedDict
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "TypedDict アイテム \"{name}\" を NotRequired として再定義することはできません",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "TypedDict アイテム \"{name}\" を ReadOnly として再定義することはできません",
|
551
|
+
"typedDictFieldRequiredRedefinition": "TypedDict アイテム \"{name}\" を Required として再定義することはできません",
|
547
552
|
"typedDictFirstArg": "最初の引数として TypedDict クラス名が必要です",
|
548
553
|
"typedDictInitsubclassParameter": "TypedDict は __init_subclass__パラメーター \"{name}\" をサポートしていません",
|
549
554
|
"typedDictNotAllowed": "\"TypedDict\" はこのコンテキストでは使用できません",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "型変数がありません: {names}",
|
767
772
|
"typedDictBaseClass": "クラス \"{type}\" は TypedDict ではありません",
|
768
773
|
"typedDictClassNotAllowed": "TypedDict クラスはインスタンスまたはクラスのチェックには使用できません",
|
774
|
+
"typedDictClosedExtraNotAllowed": "アイテム \"{name}\" を追加できません",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "型 \"{type}\" のアイテム \"{name}\" を追加できません",
|
776
|
+
"typedDictClosedFieldNotRequired": "アイテム \"{name}\" を追加できません。これは NotRequired である必要があるためです。",
|
777
|
+
"typedDictExtraFieldNotAllowed": "\"{name}\" は \"{type}\" に存在しません",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "\"{name}\" の型は、\"{type}\" の \"__extra_items__\" 型と互換性がありません",
|
769
779
|
"typedDictFieldMissing": "\"{name}\" が \"{type}\" に見つかりません",
|
770
780
|
"typedDictFieldNotReadOnly": "\"{name}\" は \"{type}\" では読み取り専用ではありません",
|
771
781
|
"typedDictFieldNotRequired": "\"{name}\" は \"{type}\" には必要ありません",
|
772
782
|
"typedDictFieldRequired": "\"{name}\" は \"{type}\" に必要です",
|
773
|
-
"typedDictFieldTypeMismatch": "型 \"{type}\"
|
774
|
-
"typedDictFieldUndefined": "\"{name}\" は型 \"{type}\"
|
783
|
+
"typedDictFieldTypeMismatch": "型 \"{type}\" は、アイテム \"{name}\" に割り当てできません",
|
784
|
+
"typedDictFieldUndefined": "\"{name}\" は型 \"{type}\" の未定義のアイテムです",
|
775
785
|
"typedDictFinalMismatch": "@final が一致しないため、\"{sourceType}\" は \"{destType}\" と互換性がありません",
|
776
786
|
"typedDictNotAllowed": "TypedDict はインスタンスまたはクラスのチェックには使用できません",
|
777
787
|
"unhashableType": "型 \"{type}\" はハッシュ可能ではありません",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "\"__init__\"의 반환 형식은 None이어야 합니다.",
|
253
253
|
"initSubclassCallFailed": "__init_subclass__ 메서드의 키워드 인수가 잘못됨",
|
254
254
|
"initSubclassClsParam": "__init_subclass__ 재정의는 \"cls\" 매개 변수를 사용해야 합니다.",
|
255
|
+
"initVarNotAllowed": "이 컨텍스트에서는 \"InitVar\"가 허용되지 않습니다.",
|
255
256
|
"instanceMethodSelfParam": "인스턴스 메서드는 \"self\" 매개 변수를 사용해야 합니다.",
|
256
257
|
"instanceVarOverridesClassVar": "‘{name}’ 인스턴스 변수가 ‘{className}’ 클래스에서 같은 이름의 클래스 변수를 재정의합니다.",
|
257
258
|
"instantiateAbstract": "'{type}' 추상 클래스를 인스턴스화할 수 없습니다.",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "‘with’ 문 내의 괄호는 Python 3.9 이상이 필요합니다.",
|
379
380
|
"patternNeverMatches": "제목 형식 \"{type}\"에 대해 패턴이 일치하지 않습니다.",
|
380
381
|
"positionArgAfterNamedArg": "위치 인수는 키워드 인수 뒤에 나타날 수 없습니다.",
|
381
|
-
"positionOnlyAfterArgs": "위치 전용
|
382
|
+
"positionOnlyAfterArgs": "위치 전용 매개 변수 구분 기호는 \"*\" 매개 변수 뒤에 사용할 수 없습니다.",
|
382
383
|
"positionOnlyAfterKeywordOnly": "\"/\" 매개 변수는 \"*\" 매개 변수 앞에 나타나야 합니다.",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "위치 전용이 아닌 매개 변수 다음에는 위치 전용 매개 변수를 사용할 수 없습니다.",
|
385
|
+
"positionOnlyFirstParam": "위치 전용 매개 변수 구분 기호는 첫 번째 매개 변수로 허용되지 않습니다.",
|
386
|
+
"positionOnlyIncompatible": "위치 전용 매개 변수 구분 기호에는 Python 3.8 이상이 필요합니다.",
|
385
387
|
"privateImportFromPyTypedModule": "\"{name}\"은(는) \"{module}\" 모듈에서 내보내지지 않습니다.",
|
386
388
|
"privateUsedOutsideOfClass": "\"{name}\"은(는) 프라이빗이며 선언된 클래스 외부에서 사용됩니다.",
|
387
389
|
"privateUsedOutsideOfModule": "\"{name}\"은(는) 프라이빗이며 선언된 모듈 외부에서 사용됩니다.",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "\"{name}\"이(가) @type_check_only로 표시되어 있으므로 형식 주석에서만 사용할 수 있습니다.",
|
486
488
|
"typeCommentDeprecated": "형식 주석의 사용은 더 이상 사용되지 않습니다. 대신 형식 주석 사용",
|
487
489
|
"typeExpectedClass": "형식 식이 필요하지만 \"{type}\"을(를) 받았습니다.",
|
488
|
-
"typeGuardArgCount": "\"TypeGuard\" 뒤에 단일 형식 인수가 필요합니다.",
|
490
|
+
"typeGuardArgCount": "\"TypeGuard\" 또는 \"TypeIs\" 뒤에 단일 형식 인수가 필요합니다.",
|
489
491
|
"typeGuardParamCount": "사용자 정의 type guard 함수 및 메서드에는 하나 이상의 입력 매개 변수가 있어야 합니다.",
|
492
|
+
"typeIsReturnType": "TypeIs의 반환 형식(\"{returnType}\")이 값 매개 변수 형식(\"{type}\")과 일치하지 않습니다.",
|
490
493
|
"typeNotAwaitable": "‘{type}’은(는) 대기할 수 없습니다.",
|
491
494
|
"typeNotIntantiable": "\"{type}\"을(를) 인스턴스화할 수 없습니다.",
|
492
495
|
"typeNotIterable": "\"{type}\" 반복할 수 없습니다.",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "TypedDict 클래스는 형식 주석만 포함할 수 있습니다.",
|
537
540
|
"typedDictBaseClass": "TypedDict 클래스의 모든 기본 클래스도 TypedDict 클래스여야 합니다.",
|
538
541
|
"typedDictBoolParam": "\"{name}\" 매개 변수에 True 또는 False 값이 있어야 합니다.",
|
542
|
+
"typedDictClosedExtras": "기본 클래스 \"{name}\"은(는) 닫힌 TypedDict입니다. 추가 항목은 \"{type}\" 형식이어야 합니다.",
|
543
|
+
"typedDictClosedNoExtras": "기본 클래스 \"{name}\"은(는) 닫힌 TypedDict입니다. 추가 항목은 허용되지 않습니다.",
|
539
544
|
"typedDictDelete": "TypedDict에서 항목을 삭제할 수 없습니다.",
|
540
545
|
"typedDictEmptyName": "TypedDict 내의 이름은 비워 둘 수 없습니다.",
|
541
546
|
"typedDictEntryName": "사전 항목 이름에 필요한 문자열 리터럴",
|
542
547
|
"typedDictEntryUnique": "사전 내의 이름은 고유해야 합니다.",
|
543
548
|
"typedDictExtraArgs": "추가 TypedDict 인수가 지원되지 않음",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "TypedDict
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "TypedDict
|
546
|
-
"typedDictFieldRequiredRedefinition": "TypedDict
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "TypedDict 항목 \"{name}\"은(는) NotRequired로 재정의될 수 없습니다.",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "TypedDict 항목 \"{name}\"은(는) ReadOnly로 재정의될 수 없습니다.",
|
551
|
+
"typedDictFieldRequiredRedefinition": "TypedDict 항목 \"{name}\"은(는) 필수 항목으로 재정의될 수 없습니다.",
|
547
552
|
"typedDictFirstArg": "TypedDict 클래스 이름이 첫 번째 인수로 필요합니다.",
|
548
553
|
"typedDictInitsubclassParameter": "TypedDict는 __init_subclass__ 매개 변수 \"{name}\"을(를) 지원하지 않습니다.",
|
549
554
|
"typedDictNotAllowed": "이 컨텍스트에서는 \"TypedDict\"를 사용할 수 없습니다.",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "누락된 형식 변수: {names}",
|
767
772
|
"typedDictBaseClass": "\"{type}\" 클래스는 TypedDict가 아닙니다.",
|
768
773
|
"typedDictClassNotAllowed": "인스턴스 또는 클래스 검사에 TypedDict 클래스를 사용할 수 없습니다.",
|
774
|
+
"typedDictClosedExtraNotAllowed": "항목 \"{name}\"을(를) 추가할 수 없음",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "형식이 \"{type}\"인 항목 \"{name}\"을(를) 추가할 수 없음",
|
776
|
+
"typedDictClosedFieldNotRequired": "\"{name}\" 항목은 NotRequired여야 하므로 추가할 수 없습니다.",
|
777
|
+
"typedDictExtraFieldNotAllowed": "\"{name}\"이(가) \"{type}\"에 없음",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "\"{name}\" 형식은 \"{type}\"의 \"__extra_items__\" 형식과 호환되지 않습니다.",
|
769
779
|
"typedDictFieldMissing": "\"{name}\"이(가) \"{type}\"에 없습니다.",
|
770
780
|
"typedDictFieldNotReadOnly": "\"{name}\"은(는) \"{type}\"에서 읽기 전용이 아닙니다.",
|
771
781
|
"typedDictFieldNotRequired": "\"{name}\"은(는) \"{type}\"에 필요하지 않습니다.",
|
772
782
|
"typedDictFieldRequired": "\"{type}\"에 \"{name}\"이(가) 필요합니다.",
|
773
|
-
"typedDictFieldTypeMismatch": "
|
774
|
-
"typedDictFieldUndefined": "\"{name}\"은(는) \"{type}\" 형식의 정의되지 않은
|
783
|
+
"typedDictFieldTypeMismatch": "\"{type}\" 형식은 \"{name}\" 항목에 할당할 수 없습니다.",
|
784
|
+
"typedDictFieldUndefined": "\"{name}\"은(는) \"{type}\" 형식의 정의되지 않은 항목입니다.",
|
775
785
|
"typedDictFinalMismatch": "@final 불일치로 인해 \"{sourceType}\"이(가) \"{destType}\"과(와) 호환되지 않습니다.",
|
776
786
|
"typedDictNotAllowed": "TypedDict는 인스턴스 또는 클래스 검사에 사용할 수 없습니다.",
|
777
787
|
"unhashableType": "‘{type}’ 형식을 해시할 수 없습니다.",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "Zwracany typ „__init__” musi mieć wartość Brak",
|
253
253
|
"initSubclassCallFailed": "Nieprawidłowe argumenty słów kluczowych dla metody __init_subclass__",
|
254
254
|
"initSubclassClsParam": "Przesłonięcie __init_subclass__ powinno przyjmować parametr „cls”.",
|
255
|
+
"initVarNotAllowed": "Element „InitVar” jest niedozwolony w tym kontekście",
|
255
256
|
"instanceMethodSelfParam": "Metody wystąpienia powinny przyjmować parametr „self”",
|
256
257
|
"instanceVarOverridesClassVar": "Zmienna wystąpienia „{name}” zastępuje zmienną klasy o tej samej nazwie w klasie „{className}”",
|
257
258
|
"instantiateAbstract": "Nie można utworzyć wystąpienia klasy abstrakcyjnej „{type}”",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "Nawiasy w instrukcji „with” wymagają wersji języka Python 3.9 lub nowszej",
|
379
380
|
"patternNeverMatches": "Wzorzec nigdy nie zostanie dopasowany do typu podmiotu „{type}”",
|
380
381
|
"positionArgAfterNamedArg": "Argument pozycyjny nie może występować po argumentach słów kluczowych",
|
381
|
-
"positionOnlyAfterArgs": "Separator
|
382
|
+
"positionOnlyAfterArgs": "Separator parametru tylko do pozycjonowania jest niedozwolony po parametrze „*”",
|
382
383
|
"positionOnlyAfterKeywordOnly": "Parametr „/” musi występować przed parametrem „*”.",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "Parametr tylko do pozycjonowania jest niedozwolony po parametrze, który nie jest tylko do pozycjonowania",
|
385
|
+
"positionOnlyFirstParam": "Separator parametrów tylko do pozycjonowania nie jest dozwolony jako pierwszy parametr",
|
386
|
+
"positionOnlyIncompatible": "Separator parametrów tylko do pozycjonowania wymaga języka Python 3.8 lub nowszego",
|
385
387
|
"privateImportFromPyTypedModule": "Nazwa „{name}” nie jest eksportowana z modułu „{module}”",
|
386
388
|
"privateUsedOutsideOfClass": "Nazwa „{name}” jest prywatna i używana poza klasą, w której została zadeklarowana",
|
387
389
|
"privateUsedOutsideOfModule": "Nazwa „{name}” jest prywatna i używana poza modułem, w którym została zadeklarowana",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "Nazwa „{name}” jest oznaczona jako @type_check_only i może być używana tylko w adnotacjach typu",
|
486
488
|
"typeCommentDeprecated": "Używanie komentarzy typu jest przestarzałe; zamiast tego użyj adnotacji typu",
|
487
489
|
"typeExpectedClass": "Oczekiwano wyrażenia typu, ale otrzymano „{type}”",
|
488
|
-
"typeGuardArgCount": "Oczekiwano pojedynczego argumentu typu po „TypeGuard”",
|
490
|
+
"typeGuardArgCount": "Oczekiwano pojedynczego argumentu typu po parametrze „TypeGuard” lub „TypeIs”",
|
489
491
|
"typeGuardParamCount": "Funkcje i metody zabezpieczające typu zdefiniowane przez użytkownika muszą mieć co najmniej jeden parametr wejściowy",
|
492
|
+
"typeIsReturnType": "Zwracany typ TypeIs („{returnType}”) jest niezgodny z typem parametru wartości („{type}”)",
|
490
493
|
"typeNotAwaitable": "Nie można oczekiwać typu „{type}”",
|
491
494
|
"typeNotIntantiable": "Nie można utworzyć wystąpienia „{type}”",
|
492
495
|
"typeNotIterable": "Typ „{type}” nie jest iterowalny",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "Klasy TypedDict mogą zawierać tylko adnotacje typu",
|
537
540
|
"typedDictBaseClass": "Wszystkie klasy bazowe dla klas TypedDict muszą być również klasami TypedDict",
|
538
541
|
"typedDictBoolParam": "Oczekiwano, że parametr „{name}” będzie miał wartość Prawda lub Fałsz",
|
542
|
+
"typedDictClosedExtras": "Klasa bazowa „{name}” jest zamkniętym elementem TypedDict; dodatkowe elementy muszą być typu „{type}”",
|
543
|
+
"typedDictClosedNoExtras": "Klasa bazowa „{name}” jest zamkniętym elementem TypedDict; dodatkowe elementy są niedozwolone",
|
539
544
|
"typedDictDelete": "Nie można usunąć elementu w typie TypedDict",
|
540
545
|
"typedDictEmptyName": "Nazwy w elemencie TypedDict nie mogą być puste",
|
541
546
|
"typedDictEntryName": "Oczekiwano literału ciągu dla nazwy wpisu słownika",
|
542
547
|
"typedDictEntryUnique": "Nazwy w słowniku muszą być unikatowe",
|
543
548
|
"typedDictExtraArgs": "Dodatkowe argumenty TypedDict nie są obsługiwane",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "
|
546
|
-
"typedDictFieldRequiredRedefinition": "
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "Element TypedDict „{name}” nie może zostać przedefiniowany jako Niewymagany",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "Element TypedDict „{name}” nie może być przedefiniowany jako Tylko do odczytu.",
|
551
|
+
"typedDictFieldRequiredRedefinition": "Element TypedDict „{name}” nie może zostać przedefiniowany jako Wymagany",
|
547
552
|
"typedDictFirstArg": "Oczekiwano nazwy klasy TypedDict jako pierwszego argumentu",
|
548
553
|
"typedDictInitsubclassParameter": "Element TypedDict nie obsługuje parametru __init_subclass__ „{name}”",
|
549
554
|
"typedDictNotAllowed": "Nie można użyć elementu „TypedDict” w tym kontekście",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "Brak zmiennych typu: {names}",
|
767
772
|
"typedDictBaseClass": "Klasa „{type}” nie jest typem TypedDict",
|
768
773
|
"typedDictClassNotAllowed": "Klasa TypedDict nie jest dozwolona na potrzeby sprawdzania wystąpienia lub klasy",
|
774
|
+
"typedDictClosedExtraNotAllowed": "Nie można dodać elementu \"{name}\"",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "Nie można dodać elementu \"{name}\" z typem „{type}”",
|
776
|
+
"typedDictClosedFieldNotRequired": "Nie można dodać elementu \"{name}\", ponieważ musi on mieć wartość NotRequired",
|
777
|
+
"typedDictExtraFieldNotAllowed": "Element „{name}” nie jest obecny w typie „{type}”",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "Typ „{name}” jest niezgodny z typem „__extra_items__” w typie „{type}”",
|
769
779
|
"typedDictFieldMissing": "Brak nazwy „{name}” w „{type}”",
|
770
780
|
"typedDictFieldNotReadOnly": "Nazwa „{name}” nie jest tylko do odczytu w „{type}”",
|
771
781
|
"typedDictFieldNotRequired": "Nazwa „{name}” nie jest wymagana w typie „{type}”",
|
772
782
|
"typedDictFieldRequired": "Nazwa „{name}” jest wymagana w typie „{type}”",
|
773
|
-
"typedDictFieldTypeMismatch": "Nie można przypisać typu „{type}” do
|
774
|
-
"typedDictFieldUndefined": "Nazwa „{name}” jest niezdefiniowanym
|
783
|
+
"typedDictFieldTypeMismatch": "Nie można przypisać typu „{type}” do elementu „{name}”",
|
784
|
+
"typedDictFieldUndefined": "Nazwa „{name}” jest niezdefiniowanym elementem w typie „{type}”",
|
775
785
|
"typedDictFinalMismatch": "Typ „{sourceType}” jest niezgodny z typem „{destType}” z powodu niezgodności @final",
|
776
786
|
"typedDictNotAllowed": "Funkcja TypedDict nie może być używana do sprawdzania wystąpień lub klas",
|
777
787
|
"unhashableType": "Typ „{type}” nie jest wartością skrótu",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "O tipo de retorno de \"__init__\" deve ser None",
|
253
253
|
"initSubclassCallFailed": "Argumentos de palavra-chave incorretos para o método __init_subclass__",
|
254
254
|
"initSubclassClsParam": "A substituição __init_subclass__ deve usar um parâmetro \"cls\"",
|
255
|
+
"initVarNotAllowed": "\"InitVar\" não é permitido neste contexto",
|
255
256
|
"instanceMethodSelfParam": "Os métodos de instância devem usar um parâmetro \"self\"",
|
256
257
|
"instanceVarOverridesClassVar": "A variável de instância \"{name}\" substitui a variável de classe de mesmo nome na classe \"{className}\"",
|
257
258
|
"instantiateAbstract": "Não é possível instanciar a classe abstrata \"{type}\"",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "Parênteses dentro da instrução \"with\" exigem Python 3.9 ou mais recente",
|
379
380
|
"patternNeverMatches": "O padrão nunca será correspondido para o tipo de assunto \"{type}\"",
|
380
381
|
"positionArgAfterNamedArg": "O argumento posicional não pode aparecer após argumentos de palavra-chave",
|
381
|
-
"positionOnlyAfterArgs": "Separador de
|
382
|
+
"positionOnlyAfterArgs": "Separador de parâmetro somente de posição não permitido após o parâmetro \"*\"",
|
382
383
|
"positionOnlyAfterKeywordOnly": "O parâmetro \"/\" deve aparecer antes do parâmetro \"*\"",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "Parâmetro somente de posição não permitido após o parâmetro que não é somente posição",
|
385
|
+
"positionOnlyFirstParam": "Separador de parâmetro somente de posição não permitido como primeiro parâmetro",
|
386
|
+
"positionOnlyIncompatible": "O separador de parâmetro somente de posição requer o Python 3.8 ou mais recente",
|
385
387
|
"privateImportFromPyTypedModule": "\"{name}\" não é exportado do módulo \"{module}\"",
|
386
388
|
"privateUsedOutsideOfClass": "\"{name}\" é privado e usado fora da classe na qual é declarado",
|
387
389
|
"privateUsedOutsideOfModule": "\"{name}\" é privado e usado fora do módulo no qual ele é declarado",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "\"{name}\" está marcado como @type_check_only e pode ser usado apenas em anotações de tipo",
|
486
488
|
"typeCommentDeprecated": "O uso de comentários de tipo foi preterido. Use anotação de tipo em vez disso",
|
487
489
|
"typeExpectedClass": "Expressão de tipo esperada, mas recebeu \"{type}\"",
|
488
|
-
"typeGuardArgCount": "Argumento de tipo único esperado após \"TypeGuard\"",
|
490
|
+
"typeGuardArgCount": "Argumento de tipo único esperado após \"TypeGuard\" ou \"TypeIs\"",
|
489
491
|
"typeGuardParamCount": "Funções e métodos de proteção de tipo definidos pelo usuário devem ter pelo menos um parâmetro de entrada",
|
492
|
+
"typeIsReturnType": "O tipo de retorno de TypeIs (\"{returnType}\") não é consistente com o tipo de parâmetro de valor (\"{type}\")",
|
490
493
|
"typeNotAwaitable": "\"{type}\" não é previsível",
|
491
494
|
"typeNotIntantiable": "\"{type}\" não pode ser instanciado",
|
492
495
|
"typeNotIterable": "\"{type}\" não é iterável",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "As classes TypedDict podem conter apenas anotações de tipo",
|
537
540
|
"typedDictBaseClass": "Todas as classes base para classes TypedDict também devem ser classes TypedDict",
|
538
541
|
"typedDictBoolParam": "Esperava-se que o parâmetro \"{name}\" tivesse um valor True ou False",
|
542
|
+
"typedDictClosedExtras": "A classe base \"{name}\" é um TypedDict fechado; itens extras devem ser do tipo \"{type}\"",
|
543
|
+
"typedDictClosedNoExtras": "A classe base \"{name}\" é um TypedDict fechado; itens extras não são permitidos",
|
539
544
|
"typedDictDelete": "Não foi possível excluir o item em TypedDict",
|
540
545
|
"typedDictEmptyName": "Os nomes dentro de um TypedDict não podem estar vazios",
|
541
546
|
"typedDictEntryName": "Literal de cadeia de caracteres esperado para o nome da entrada do dicionário",
|
542
547
|
"typedDictEntryUnique": "Os nomes dentro de um dicionário devem ser exclusivos",
|
543
548
|
"typedDictExtraArgs": "Argumentos TypedDict extras são incompatíveis",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "O
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "O
|
546
|
-
"typedDictFieldRequiredRedefinition": "O
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "O item TypedDict \"{name}\" não pode ser redefinido como NotRequired",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "O item TypedDict \"{name}\" não pode ser redefinido como ReadOnly",
|
551
|
+
"typedDictFieldRequiredRedefinition": "O item TypedDict \"{name}\" não pode ser redefinido como Obrigatório",
|
547
552
|
"typedDictFirstArg": "Nome da classe TypedDict esperado como primeiro argumento",
|
548
553
|
"typedDictInitsubclassParameter": "TypedDict não dá suporte ao parâmetro __init_subclass__ \"{name}\"",
|
549
554
|
"typedDictNotAllowed": "\"TypedDict\" não pode ser usado neste contexto",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "Variáveis de tipo ausentes: {names}",
|
767
772
|
"typedDictBaseClass": "A classe \"{type}\" não é um TypedDict",
|
768
773
|
"typedDictClassNotAllowed": "A classe TypedDict não é permitida para verificações de instância ou classe",
|
774
|
+
"typedDictClosedExtraNotAllowed": "Não é possível adicionar o item \"{name}\"",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "Não é possível adicionar o item \"{name}\" com o tipo \"{type}\"",
|
776
|
+
"typedDictClosedFieldNotRequired": "Não é possível adicionar o item \"{name}\" porque ele deve ser NotRequired",
|
777
|
+
"typedDictExtraFieldNotAllowed": "\"{name}\" não está presente em \"{type}\"",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "O tipo de \"{name}\" é incompatível com o tipo de \"__extra_items__\" em \"{type}\"",
|
769
779
|
"typedDictFieldMissing": "\"{name}\" está ausente de \"{type}\"",
|
770
780
|
"typedDictFieldNotReadOnly": "\"{name}\" não é somente leitura em \"{type}\"",
|
771
781
|
"typedDictFieldNotRequired": "\"{name}\" não é obrigatório em \"{type}\"",
|
772
782
|
"typedDictFieldRequired": "\"{name}\" é necessário em \"{type}\"",
|
773
|
-
"typedDictFieldTypeMismatch": "O tipo \"{type}\" não é atribuível ao
|
774
|
-
"typedDictFieldUndefined": "\"{name}\" é um
|
783
|
+
"typedDictFieldTypeMismatch": "O tipo \"{type}\" não é atribuível ao item \"{name}\"",
|
784
|
+
"typedDictFieldUndefined": "\"{name}\" é um item indefinido no tipo \"{type}\"",
|
775
785
|
"typedDictFinalMismatch": "\"{sourceType}\" é incompatível com \"{destType}\" devido a uma @final incompatível",
|
776
786
|
"typedDictNotAllowed": "TypedDict não pode ser usado para verificações de instância ou de classe",
|
777
787
|
"unhashableType": "O tipo \"{type}\" não é pode fazer hash",
|
@@ -252,6 +252,7 @@
|
|
252
252
|
"initMustReturnNone": "[RlXyC][นั้Rëtµrñ tÿpë øf \"__ïñït__\" mµst þë ÑøñëẤğ倪İЂҰक्र्तिृまẤนั้ढूँ]",
|
253
253
|
"initSubclassCallFailed": "[w22Kh][นั้Ïñçørrëçt këÿwørð ærgµmëñts før __ïñït_sµþçlæss__ mëthøðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
254
254
|
"initSubclassClsParam": "[6CWuS][นั้__ïñït_sµþçlæss__ øvërrïðë shøµlð tækë æ \"çls\" pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
255
|
+
"initVarNotAllowed": "[Bb6V0][นั้\"ÏñïtVær\" ïs ñøt ælløwëð ïñ thïs çøñtëxtẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
255
256
|
"instanceMethodSelfParam": "[dPZPj][นั้Ïñstæñçë mëthøðs shøµlð tækë æ \"sëlf\" pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İЂนั้ढूँ]",
|
256
257
|
"instanceVarOverridesClassVar": "[cfYeg][นั้Ïñstæñçë værïæþlë \"{ñæmë}\" øvërrïðës çlæss værïæþlë øf sæmë ñæmë ïñ çlæss \"{çlæssÑæmë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
257
258
|
"instantiateAbstract": "[IyeLb][นั้Çæññøt ïñstæñtïætë æþstræçt çlæss \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪นั้ढूँ]",
|
@@ -378,10 +379,11 @@
|
|
378
379
|
"parenthesizedContextManagerIllegal": "[NBxCb][นั้Pærëñthësës wïthïñ \"wïth\" stætëmëñt rëqµïrës Pÿthøñ 3.9 ør ñëwërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
379
380
|
"patternNeverMatches": "[lyG7p][นั้Pættërñ wïll ñëvër þë mætçhëð før sµþjëçt tÿpë \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
380
381
|
"positionArgAfterNamedArg": "[szCz2][นั้Pøsïtïøñæl ærgµmëñt çæññøt æppëær æftër këÿwørð ærgµmëñtsẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्นั้ढूँ]",
|
381
|
-
"positionOnlyAfterArgs": "[Vqb7c][นั้Pøsïtïøñ-øñlÿ
|
382
|
+
"positionOnlyAfterArgs": "[Vqb7c][นั้Pøsïtïøñ-øñlÿ pæræmëtër sëpærætør ñøt ælløwëð æftër \"*\" pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
382
383
|
"positionOnlyAfterKeywordOnly": "[z1FIK][นั้\"/\" pæræmëtër mµst æppëær þëførë \"*\" pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İนั้ढूँ]",
|
383
|
-
"
|
384
|
-
"
|
384
|
+
"positionOnlyAfterNon": "[iXb2r][นั้Pøsïtïøñ-øñlÿ pæræmëtër ñøt ælløwëð æftër pæræmëtër thæt ïs ñøt pøsïtïøñ-øñlÿẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪นั้ढूँ]",
|
385
|
+
"positionOnlyFirstParam": "[bmnbs][นั้Pøsïtïøñ-øñlÿ pæræmëtër sëpærætør ñøt ælløwëð æs fïrst pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
386
|
+
"positionOnlyIncompatible": "[Ick28][นั้Pøsïtïøñ-øñlÿ pæræmëtër sëpærætør rëqµïrës Pÿthøñ 3.8 ør ñëwërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
385
387
|
"privateImportFromPyTypedModule": "[VRdf4][นั้\"{ñæmë}\" ïs ñøt ëxpørtëð frøm møðµlë \"{møðµlë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂนั้ढूँ]",
|
386
388
|
"privateUsedOutsideOfClass": "[3YBNL][นั้\"{ñæmë}\" ïs prïvætë æñð µsëð øµtsïðë øf thë çlæss ïñ whïçh ït ïs ðëçlærëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤนั้ढूँ]",
|
387
389
|
"privateUsedOutsideOfModule": "[TgDgt][นั้\"{ñæmë}\" ïs prïvætë æñð µsëð øµtsïðë øf thë møðµlë ïñ whïçh ït ïs ðëçlærëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
@@ -485,8 +487,9 @@
|
|
485
487
|
"typeCheckOnly": "[cSmKj][นั้\"{ñæmë}\" ïs mærkëð æs @tÿpë_çhëçk_øñlÿ æñð çæñ þë µsëð øñlÿ ïñ tÿpë æññøtætïøñsẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪İนั้ढूँ]",
|
486
488
|
"typeCommentDeprecated": "[SRhVz][นั้Üsë øf tÿpë çømmëñts ïs ðëprëçætëð; µsë tÿpë æññøtætïøñ ïñstëæðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
487
489
|
"typeExpectedClass": "[r0pdu][นั้Ëxpëçtëð tÿpë ëxprëssïøñ þµt rëçëïvëð \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İนั้ढूँ]",
|
488
|
-
"typeGuardArgCount": "[Zl47K][นั้Ëxpëçtëð æ sïñglë tÿpë ærgµmëñt æftër \"TÿpëGµærð\"
|
490
|
+
"typeGuardArgCount": "[Zl47K][นั้Ëxpëçtëð æ sïñglë tÿpë ærgµmëñt æftër \"TÿpëGµærð\" ør \"TÿpëÏs\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्นั้ढूँ]",
|
489
491
|
"typeGuardParamCount": "[I3HUH][นั้Üsër-ðëfïñëð tÿpë gµærð fµñçtïøñs æñð mëthøðs mµst hævë æt lëæst øñë ïñpµt pæræmëtërẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰนั้ढूँ]",
|
492
|
+
"typeIsReturnType": "[5bBbd][นั้Rëtµrñ tÿpë øf TÿpëÏs (\"{rëtµrñTÿpë}\") ïs ñøt çøñsïstëñt wïth vælµë pæræmëtër tÿpë (\"{tÿpë}\")Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्นั้ढूँ]",
|
490
493
|
"typeNotAwaitable": "[NZ9Yu][นั้\"{tÿpë}\" ïs ñøt æwæïtæþlëẤğ倪İЂҰक्र्นั้ढूँ]",
|
491
494
|
"typeNotIntantiable": "[f3xEe][นั้\"{tÿpë}\" çæññøt þë ïñstæñtïætëðẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
492
495
|
"typeNotIterable": "[XMDzF][นั้\"{tÿpë}\" ïs ñøt ïtëræþlëẤğ倪İЂҰक्र्นั้ढूँ]",
|
@@ -536,14 +539,16 @@
|
|
536
539
|
"typedDictBadVar": "[OL8Ox][นั้TÿpëðÐïçt çlæssës çæñ çøñtæïñ øñlÿ tÿpë æññøtætïøñsẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰนั้ढूँ]",
|
537
540
|
"typedDictBaseClass": "[HxyA2][นั้Æll þæsë çlæssës før TÿpëðÐïçt çlæssës mµst ælsø þë TÿpëðÐïçt çlæssësẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまนั้ढूँ]",
|
538
541
|
"typedDictBoolParam": "[GALOD][นั้Ëxpëçtëð \"{ñæmë}\" pæræmëtër tø hævë æ vælµë øf Trµë ør FælsëẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्นั้ढूँ]",
|
542
|
+
"typedDictClosedExtras": "[mlkJO][นั้ßæsë çlæss \"{ñæmë}\" ïs æ çløsëð TÿpëðÐïçt; ëxtræ ïtëms mµst þë tÿpë \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
543
|
+
"typedDictClosedNoExtras": "[BCyXd][นั้ßæsë çlæss \"{ñæmë}\" ïs æ çløsëð TÿpëðÐïçt; ëxtræ ïtëms ærë ñøt ælløwëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまนั้ढूँ]",
|
539
544
|
"typedDictDelete": "[bdBu7][นั้Çøµlð ñøt ðëlëtë ïtëm ïñ TÿpëðÐïçtẤğ倪İЂҰक्र्तिृまนั้ढूँ]",
|
540
545
|
"typedDictEmptyName": "[h45e7][นั้Ñæmës wïthïñ æ TÿpëðÐïçt çæññøt þë ëmptÿẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
541
546
|
"typedDictEntryName": "[NT4np][นั้Ëxpëçtëð strïñg lïtëræl før ðïçtïøñærÿ ëñtrÿ ñæmëẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰนั้ढूँ]",
|
542
547
|
"typedDictEntryUnique": "[nWy0L][นั้Ñæmës wïthïñ æ ðïçtïøñærÿ mµst þë µñïqµëẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
543
548
|
"typedDictExtraArgs": "[0gX32][นั้Ëxtræ TÿpëðÐïçt ærgµmëñts ñøt sµppørtëðẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
544
|
-
"typedDictFieldNotRequiredRedefinition": "[rNYD1][นั้TÿpëðÐïçt
|
545
|
-
"typedDictFieldReadOnlyRedefinition": "[8IFAz][นั้TÿpëðÐïçt
|
546
|
-
"typedDictFieldRequiredRedefinition": "[lpw97][นั้TÿpëðÐïçt
|
549
|
+
"typedDictFieldNotRequiredRedefinition": "[rNYD1][นั้TÿpëðÐïçt ïtëm \"{ñæmë}\" çæññøt þë rëðëfïñëð æs ÑøtRëqµïrëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्นั้ढूँ]",
|
550
|
+
"typedDictFieldReadOnlyRedefinition": "[8IFAz][นั้TÿpëðÐïçt ïtëm \"{ñæmë}\" çæññøt þë rëðëfïñëð æs RëæðØñlÿẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
551
|
+
"typedDictFieldRequiredRedefinition": "[lpw97][นั้TÿpëðÐïçt ïtëm \"{ñæmë}\" çæññøt þë rëðëfïñëð æs RëqµïrëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
547
552
|
"typedDictFirstArg": "[OPlNk][นั้Ëxpëçtëð TÿpëðÐïçt çlæss ñæmë æs fïrst ærgµmëñtẤğ倪İЂҰक्र्तिृまẤğ倪İЂนั้ढूँ]",
|
548
553
|
"typedDictInitsubclassParameter": "[HMpfK][นั้TÿpëðÐïçt ðøës ñøt sµppørt __ïñït_sµþçlæss__ pæræmëtër \"{ñæmë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
549
554
|
"typedDictNotAllowed": "[UWg4F][นั้\"TÿpëðÐïçt\" çæññøt þë µsëð ïñ thïs çøñtëxtẤğ倪İЂҰक्र्तिृまẤğ倪นั้ढूँ]",
|
@@ -766,12 +771,17 @@
|
|
766
771
|
"typeVarsMissing": "[R1SEV][นั้Mïssïñg tÿpë værïæþlës: {ñæmës}Ấğ倪İЂҰक्र्तिृนั้ढूँ]",
|
767
772
|
"typedDictBaseClass": "[Zv6vP][นั้Çlæss \"{tÿpë}\" ïs ñøt æ TÿpëðÐïçtẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|
768
773
|
"typedDictClassNotAllowed": "[Vgl7x][นั้TÿpëðÐïçt çlæss ñøt ælløwëð før ïñstæñçë ør çlæss çhëçksẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
774
|
+
"typedDictClosedExtraNotAllowed": "[zT7Rm][นั้Çæññøt æðð ïtëm \"{ñæmë}\"Ấğ倪İЂҰक्र्นั้ढूँ]",
|
775
|
+
"typedDictClosedExtraTypeMismatch": "[blC1e][นั้Çæññøt æðð ïtëm \"{ñæmë}\" wïth tÿpë \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪นั้ढूँ]",
|
776
|
+
"typedDictClosedFieldNotRequired": "[6rtDR][นั้Çæññøt æðð ïtëm \"{ñæmë}\" þëçæµsë ït mµst þë ÑøtRëqµïrëðẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
777
|
+
"typedDictExtraFieldNotAllowed": "[kFDh9][นั้\"{ñæmë}\" ïs ñøt prësëñt ïñ \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまนั้ढूँ]",
|
778
|
+
"typedDictExtraFieldTypeMismatch": "[DnAhM][นั้Tÿpë øf \"{ñæmë}\" ïs ïñçømpætïþlë wïth tÿpë øf \"__ëxtræ_ïtëms__\" ïñ \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğนั้ढूँ]",
|
769
779
|
"typedDictFieldMissing": "[rNzn7][นั้\"{ñæmë}\" ïs mïssïñg frøm \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृนั้ढूँ]",
|
770
780
|
"typedDictFieldNotReadOnly": "[BJy1V][นั้\"{ñæmë}\" ïs ñøt rëæð-øñlÿ ïñ \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤนั้ढूँ]",
|
771
781
|
"typedDictFieldNotRequired": "[eqatW][นั้\"{ñæmë}\" ïs ñøt rëqµïrëð ïñ \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまนั้ढूँ]",
|
772
782
|
"typedDictFieldRequired": "[ckyH4][นั้\"{ñæmë}\" ïs rëqµïrëð ïñ \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृนั้ढूँ]",
|
773
|
-
"typedDictFieldTypeMismatch": "[XYIBH][นั้Tÿpë \"{tÿpë}\" ïs ñøt æssïgñæþlë tø
|
774
|
-
"typedDictFieldUndefined": "[UsDC9][นั้\"{ñæmë}\" ïs æñ µñðëfïñëð
|
783
|
+
"typedDictFieldTypeMismatch": "[XYIBH][นั้Tÿpë \"{tÿpë}\" ïs ñøt æssïgñæþlë tø ïtëm \"{ñæmë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İЂนั้ढूँ]",
|
784
|
+
"typedDictFieldUndefined": "[UsDC9][นั้\"{ñæmë}\" ïs æñ µñðëfïñëð ïtëm ïñ tÿpë \"{tÿpë}\"Ấğ倪İЂҰक्र्तिृまẤğ倪İนั้ढूँ]",
|
775
785
|
"typedDictFinalMismatch": "[tFb04][นั้\"{søµrçëTÿpë}\" ïs ïñçømpætïþlë wïth \"{ðëstTÿpë}\" þëçæµsë øf æ @fïñæl mïsmætçhẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्र्तिृまẤğ倪นั้ढूँ]",
|
776
786
|
"typedDictNotAllowed": "[eTsPP][นั้TÿpëðÐïçt çæññøt þë µsëð før ïñstæñçë ør çlæss çhëçksẤğ倪İЂҰक्र्तिृまẤğ倪İЂҰक्นั้ढूँ]",
|
777
787
|
"unhashableType": "[IJEeq][นั้Tÿpë \"{tÿpë}\" ïs ñøt hæshæþlëẤğ倪İЂҰक्र्तिृนั้ढूँ]",
|