Skip to content

Commit

Permalink
pull-pylance-with-pyright-1.1.392-20250115-224906 (#9715)
Browse files Browse the repository at this point in the history
Co-authored-by: Azure Piplines <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bschnurr and github-actions[bot] authored Jan 15, 2025
1 parent 10fc089 commit c87dd0b
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "Objekt typu None není možné použít jako iterovatelnou hodnotu",
"noneNotSubscriptable": "Objekt typu “None“ nelze zadat jako dolní index",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "Operátor {operator} se pro None nepodporuje",
"noneUnknownMember": "{name} není známý atribut None.",
"notRequiredArgCount": "Za NotRequired byl očekáván jeden argument typu",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "Operátor {operator} není podporován pro typy „{leftType}“ a „{rightType}“, pokud se očekává typ „{expectedType}“",
"typeNotSupportUnaryOperator": "Operátor {operator} se pro typ {type} nepodporuje",
"typeNotSupportUnaryOperatorBidirectional": "Operátor {operator} není podporován pro typ {type}, když očekávaný typ je {expectedType}",
"typeNotUsableWith": "Objekt typu {type} není možné použít s typem with, protože neimplementuje metodu {method}",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "Vazbu nebo omezení nelze použít s parametrem variadického typu ani s parametrem ParamSpec",
"typeParameterConstraintTuple": "Omezení parametru typu musí být řazená kolekce členů dvou nebo více typů",
"typeParameterExistingTypeParameter": "Parametr typu {name} se už používá",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "Ein Objekt vom Typ \"None\" kann nicht als iterierbarer Wert verwendet werden.",
"noneNotSubscriptable": "Das Objekt vom Typ \"None\" kann nicht tiefgestellt werden.",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "Der Operator \"{operator}\" wird für den \"{None}\" nicht unterstützt.",
"noneUnknownMember": "„{name}“ ist kein bekanntes Attribut von „None“",
"notRequiredArgCount": "Nach \"NotRequired\" wurde ein einzelnes Typargument erwartet.",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "Der Operator \"{operator}\" wird für die Typen \"{leftType}\" und \"{rightType}\" nicht unterstützt, wenn der erwartete Typ \"{expectedType}\" ist.",
"typeNotSupportUnaryOperator": "Der Operator \"{operator}\" wird für den Typ \"{type}\" nicht unterstützt.",
"typeNotSupportUnaryOperatorBidirectional": "Der Operator \"{operator}\" wird für den Typ \"{type}\" nicht unterstützt, wenn der erwartete Typ \"{expectedType}\" ist.",
"typeNotUsableWith": "Ein Objekt vom Typ \"{type}\" kann nicht mit \"with\" verwendet werden, da es nicht {method} implementiert.",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "\"Bound\" oder \"constraint\" kann nicht mit einem variadic-Typparameter oder ParamSpec verwendet werden.",
"typeParameterConstraintTuple": "Die Typparametereinschränkung muss ein Tupel mit mindestens zwei Typen sein.",
"typeParameterExistingTypeParameter": "Der Typparameter \"{name}\" wird bereits verwendet.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "No se puede utilizar un objeto de tipo \"None\" como valor iterable",
"noneNotSubscriptable": "El objeto de tipo \"None\" no se puede suscribir",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "El operador \"{operator}\" no es compatible con \"None\".",
"noneUnknownMember": "\"{name}\" no es un atributo conocido de \"None\"",
"notRequiredArgCount": "Se esperaba un único argumento de tipo después de \"NotRequired\".",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "No se admite el operador \"{operator}\" para los tipos \"{leftType}\" y \"{rightType}\" cuando el tipo esperado es \"{expectedType}\"",
"typeNotSupportUnaryOperator": "El operador \"{operator}\" no se admite para el tipo \"{type}\"",
"typeNotSupportUnaryOperatorBidirectional": "Operador \"{operator}\" no admitido para el tipo \"{type}\" cuando el tipo esperado es \"{expectedType}\"",
"typeNotUsableWith": "El objeto de tipo \"{type}\" no puede utilizarse con \"con\" porque no implementa {method}.",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "No se pueden usar límites o restricciones con un parámetro de tipo variádico o ParamSpec",
"typeParameterConstraintTuple": "La restricción del parámetro de tipo debe ser una tupla de dos o más tipos",
"typeParameterExistingTypeParameter": "El parámetro de tipo \"{name}\" ya está en uso",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "L’objet de type « None » ne peut pas être utilisé en tant que valeur itérable",
"noneNotSubscriptable": "L’objet de type « None » n’est pas inscriptible",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "L’opérateur « {operator} » n’est pas pris en charge pour « None »",
"noneUnknownMember": "« {name} » n’est pas un attribut connu de « None »",
"notRequiredArgCount": "Argument de type unique attendu après « NotRequired »",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "L'opérateur \"{operator}\" n'est pas pris en charge pour les types \"{leftType}\" et \"{rightType}\" lorsque le type attendu est \"{expectedType}\"",
"typeNotSupportUnaryOperator": "L'opérateur \"{operator}\" n'est pas pris en charge pour le type \"{type}\"",
"typeNotSupportUnaryOperatorBidirectional": "L’opérateur « {operator} » n’est pas pris en charge pour le type « {type} » quand le type attendu est « {expectedType} »",
"typeNotUsableWith": "L’objet de type \"{type}\" ne peut pas être utilisé avec « with », car il n’implémente pas {method}",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "La limite ou la contrainte ne peut pas être utilisée avec un paramètre de type variadique ou ParamSpec",
"typeParameterConstraintTuple": "La contrainte de paramètre de type doit être un tuple de plusieurs types",
"typeParameterExistingTypeParameter": "Le paramètre de type « {name} » est déjà utilisé",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "Impossibile utilizzare l'oggetto di tipo \"None\" come valore iterabile",
"noneNotSubscriptable": "L'oggetto di tipo \"None\" non è sottoponibile a pedice",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "Operatore \"{operator}\" non supportato per \"None\"",
"noneUnknownMember": "\"{name}\" non è un attributo noto di \"None\"",
"notRequiredArgCount": "Previsto un singolo argomento tipo dopo \"NotRequired\"",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "L'operatore \"{operator}\" non è supportato per i tipi \"{leftType}\" e \"{rightType}\" quando il tipo previsto è \"{expectedType}\"",
"typeNotSupportUnaryOperator": "Operatore \"{operator}\" non supportato per il tipo \"{type}\"",
"typeNotSupportUnaryOperatorBidirectional": "L'operatore \"{operator}\" non è supportato per il tipo \"{type}\" quando il tipo previsto è \"{expectedType}\"",
"typeNotUsableWith": "Impossibile utilizzare l'oggetto di tipo \"{type}\" con \"with\" perché non implementa {method}",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "Il vincolo o il binding non possono essere usati con un parametro di tipo variadic o ParamSpec",
"typeParameterConstraintTuple": "Il vincolo del parametro di tipo deve essere una tupla di due o più tipi",
"typeParameterExistingTypeParameter": "Il parametro di tipo \"{name}\" è già in uso",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "型 \"None\" のオブジェクトを反復可能な値として使用することはできません",
"noneNotSubscriptable": "\"None\" 型のオブジェクトは添字可能ではありません",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "演算子 \"{operator}\" は \"None\" ではサポートされていません",
"noneUnknownMember": "\"{name}\" は \"None\" の既知の属性ではありません",
"notRequiredArgCount": "\"NotRequired\" の後に 1 つの型引数が必要です",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "型 \"{leftType}\" と \"{rightType}\" に対して演算子 \"{operator}\" はサポートされていません。予期された型が \"{expectedType}\" の場合",
"typeNotSupportUnaryOperator": "演算子 \"{operator}\" は型 \"{type}\" ではサポートされていません",
"typeNotSupportUnaryOperatorBidirectional": "型 \"{type}\" が \"{expectedType}\" の場合、演算子 \"{operator}\" はサポートされていません",
"typeNotUsableWith": "型 \"{type}\" のオブジェクトは 、{method} を実装していないため、\"with\" と共に使用できません",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "バインドまたは制約を可変個引数型パラメーターまたは ParamSpec と共に使用することはできません",
"typeParameterConstraintTuple": "型パラメーター制約は、2 つ以上の型のタプルである必要があります",
"typeParameterExistingTypeParameter": "型パラメーター \"{name}\" は既に使用されています",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "\"None\" 형식의 개체는 반복 가능한 값으로 사용할 수 없습니다.",
"noneNotSubscriptable": "’None’ 유형의 개체는 아래 첨자를 사용할 수 없습니다.",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "\"None\"에 대해 연산자 \"{operator}\"이(가) 지원되지 않습니다.",
"noneUnknownMember": "\"{name}\"은(는) \"None\"의 알려진 특성이 아님",
"notRequiredArgCount": "\"NotRequired\" 뒤에 단일 형식 인수가 필요합니다.",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "예상 형식이 ‘{expectedType}’인 경우 ‘{leftType}’ 및 ‘{rightType}’ 형식에 대해 ‘{operator}’ 연산자가 지원되지 않습니다.",
"typeNotSupportUnaryOperator": "‘{type}’‘에 대해 ’{operator}‘ 연산자가 지원되지 않습니다.",
"typeNotSupportUnaryOperatorBidirectional": "예상 형식이 \"{expectedType}\" 경우 형식 \"{type}\"에 대해 연산자 \"{operator}\"이(가) 지원되지 않습니다.",
"typeNotUsableWith": "\"{type}\" 형식의 개체는 {method}을(를) 구현하지 않으므로 \"with\"와 함께 사용할 수 없습니다.",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "바운드 또는 제약 조건은 가변 인자 형식 매개 변수 또는 ParamSpec와 함께 사용할 수 없습니다.",
"typeParameterConstraintTuple": "형식 매개 변수 제약 조건은 두 개 이상의 형식 튜플이어야 합니다.",
"typeParameterExistingTypeParameter": "형식 매개 변수 \"{name}\"이(가) 이미 사용 중입니다.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "Obiekt typu „None” nie może być używany jako wartość iterowalna",
"noneNotSubscriptable": "Obiekt typu „None” nie może być użyty w indeksie dolnym",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "Operator „{operator}” nie jest obsługiwany dla wartości „None”",
"noneUnknownMember": "Nazwa „{name}” nie jest znanym atrybutem „None”",
"notRequiredArgCount": "Oczekiwano jednego argumentu typu po wartości „NotRequired”",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "Operator „{operator}” nie jest obsługiwany dla typów „{leftType}” i „{rightType}”, gdy oczekiwanym typem jest „{expectedType}”",
"typeNotSupportUnaryOperator": "Operator „{operator}” nie jest obsługiwany dla typu „{type}”",
"typeNotSupportUnaryOperatorBidirectional": "Operator „{operator}” nie jest obsługiwany dla typu „{type}”, gdy oczekiwanym typem jest „{expectedType}”",
"typeNotUsableWith": "Obiekt typu „{type}” nie może być używany z parametrem „with”, ponieważ nie wdraża metody {method}",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "Powiązanie lub ograniczenie nie może być używane z parametrem typu ze zmienną liczbą argumentów lub parametrem ParamSpec",
"typeParameterConstraintTuple": "Ograniczenie parametru typu musi być krotką dwóch lub więcej typów",
"typeParameterExistingTypeParameter": "Parametr typu „{name}” jest już używany",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"noneNotIterable": "O objeto do tipo \"None\" não pode ser usado como valor iterável",
"noneNotSubscriptable": "O objeto do tipo \"None\" não é subscrito",
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
"noneNotUsableWithAsync": "Object of type \"None\" cannot be used with \"async with\"",
"noneOperator": "Operador \"{operator}\" incompatível com \"None\"",
"noneUnknownMember": "\"{name}\" não é um atributo conhecido de \"None\"",
"notRequiredArgCount": "Argumento de tipo único esperado após \"NotRequired\"",
Expand Down Expand Up @@ -520,7 +521,8 @@
"typeNotSupportBinaryOperatorBidirectional": "O operador \"{operator}\" não tem suporte para os tipos \"{leftType}\" e \"{rightType}\" quando o tipo esperado é \"{expectedType}\"",
"typeNotSupportUnaryOperator": "Operador \"{operator}\" sem suporte para o tipo \"{type}\"",
"typeNotSupportUnaryOperatorBidirectional": "O operador \"{operator}\" não tem suporte para o tipo \"{type}\" quando o tipo esperado é \"{expectedType}\"",
"typeNotUsableWith": "O objeto do tipo \"{type}\" não pode ser usado com \"with\" porque não implementa {method}",
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not correctly implement {method}",
"typeNotUsableWithAsync": "Object of type \"{type}\" cannot be used with \"async with\" because it does not correctly implement {method}",
"typeParameterBoundNotAllowed": "Associação ou restrição não pode ser usada com um parâmetro de tipo variadic ou ParamSpec",
"typeParameterConstraintTuple": "A restrição de parâmetro de tipo deve ser uma tupla de dois ou mais tipos",
"typeParameterExistingTypeParameter": "O parâmetro de tipo \"{name}\" já está em uso",
Expand Down
Loading

0 comments on commit c87dd0b

Please sign in to comment.