diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf index a2bf3367ca567..0ee3b63361731 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf @@ -974,7 +974,7 @@ Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. - Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. + Das Attribut "System.Runtime.CompilerServices.InlineArray" kann nicht auf eine Datensatzstruktur angewendet werden. @@ -1644,47 +1644,47 @@ Both partial member declarations must have identical accessibility modifiers. - Both partial member declarations must have identical accessibility modifiers. + Beide Deklarationen des partiellen Mitglieds müssen identische Zugriffsmodifizierer aufweisen. A partial member cannot have the 'abstract' modifier - A partial member cannot have the 'abstract' modifier + Ein partielles Mitglied darf nicht den Modifizierer "abstract" aufweisen. Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. - Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. + Beide Deklarationen des partiellen Mitglieds ("{0}" und "{1}") müssen die gleichen Tupelelementnamen verwenden. A partial member must be declared within a partial type - A partial member must be declared within a partial type + Ein partielles Mitglied muss innerhalb eines partiellen Typs deklariert sein. Both partial member declarations must use a params parameter or neither may use a params parameter - Both partial member declarations must use a params parameter or neither may use a params parameter + Beide Deklarationen des partiellen Mitglieds müssen einen params-Parameter verwenden, oder keine von beiden darf einen params-Parameter verwenden. Both partial member declarations must be readonly or neither may be readonly - Both partial member declarations must be readonly or neither may be readonly + Entweder beide oder keine der Deklarationen des partiellen Mitglieds müssen als "readonly" festgelegt werden. Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. - Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. + Beide Deklarationen des partiellen Mitglieds müssen identische Kombinationen der Modifizierer "virtual", "override", "sealed" und "new" verwenden. Partial member declarations must have matching ref return values. - Partial member declarations must have matching ref return values. + Deklarationen partieller Mitglieder müssen übereinstimmende Ref-Rückgabewerte aufweisen. Both partial member declarations must be unsafe or neither may be unsafe - Both partial member declarations must be unsafe or neither may be unsafe + Beide Deklarationen des partiellen Mitglieds müssen unsicher sein, oder keine von beiden darf unsicher sein. @@ -1714,47 +1714,47 @@ A partial property may not have multiple defining declarations, and cannot be an auto-property. - A partial property may not have multiple defining declarations, and cannot be an auto-property. + Eine partielle Eigenschaft darf nicht mehrere definierende Deklarationen aufweisen und darf keine automatische Eigenschaft sein. A partial property may not have multiple implementing declarations - A partial property may not have multiple implementing declarations + Eine partielle Eigenschaft darf nicht über mehrere implementierende Deklarationen verfügen. Property accessor '{0}' must be '{1}' to match the definition part - Property accessor '{0}' must be '{1}' to match the definition part + Der Eigenschaftenaccessor "{0}" muss "{1}" sein, damit er mit dem Definitionsteil übereinstimmt. Property accessor '{0}' must be implemented because it is declared on the definition part - Property accessor '{0}' must be implemented because it is declared on the definition part + Der Eigenschaftenaccessor "{0}" muss implementiert werden, da er für den Definitionsteil deklariert ist. Partial property '{0}' must have a definition part. - Partial property '{0}' must have a definition part. + Die partielle Eigenschaft "{0}" muss einen Definitionsteil aufweisen. Partial property '{0}' must have an implementation part. - Partial property '{0}' must have an implementation part. + Die partielle Eigenschaft "{0}" muss einen Implementierungsteil aufweisen. Both partial property declarations must be required or neither may be required - Both partial property declarations must be required or neither may be required + Entweder beide oder keine der Deklarationen der partiellen Eigenschaft müssen als "required" festgelegt werden. Both partial property declarations must have the same type. - Both partial property declarations must have the same type. + Beide Deklarationen der partiellen Eigenschaft müssen den gleichen Typ aufweisen. Property accessor '{0}' does not implement any accessor declared on the definition part - Property accessor '{0}' does not implement any accessor declared on the definition part + Der Eigenschaftenaccessor "{0}" implementiert keinen Accessor, der für den Definitionsteil deklariert wurde. @@ -2024,7 +2024,7 @@ The 'scoped' modifier of parameter '{0}' doesn't match partial definition. - The 'scoped' modifier of parameter '{0}' doesn't match partial definition. + Der scoped-Modifizierer des Parameters "{0}" stimmt nicht mit der partiellen Definition überein. @@ -2344,7 +2344,7 @@ allows ref struct constraint - allows ref struct constraint + lässt eine Verweisstruktureinschränkung zu. @@ -2384,7 +2384,7 @@ field and value keywords - field and value keywords + Schlüsselwörter für Feld und Wert @@ -2614,12 +2614,12 @@ '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. - '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. + "{0}" ist ein kontextbezogenes Schlüsselwort in Eigenschaftenaccessoren ab Sprachversion {1}. Verwenden Sie stattdessen "@{0}". Identifier is a contextual keyword, with a specific meaning, in a later language version. - Identifier is a contextual keyword, with a specific meaning, in a later language version. + Der Bezeichner ist ein kontextbezogenes Schlüsselwort mit einer bestimmten Bedeutung in einer späteren Sprachversion. @@ -3099,12 +3099,12 @@ Partial property declarations '{0}' and '{1}' have signature differences. - Partial property declarations '{0}' and '{1}' have signature differences. + Die Deklarationen der partiellen Eigenschaft "{0}" und "{1}" weisen Signaturunterschiede auf. Partial property declarations have signature differences. - Partial property declarations have signature differences. + Die Deklarationen der partiellen Eigenschaft "" und "" weisen Signaturunterschiede auf. @@ -6585,7 +6585,7 @@ The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. - The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. + Der partial-Modifizierer kann nur unmittelbar vor "class", "record", "struct", "interface" oder einem Methoden- Eigenschaftsrückgabetyp verwendet werden. @@ -8194,7 +8194,7 @@ Wenn solch eine Klasse als Basisklasse verwendet wird und die ableitende Klasse A partial member may not explicitly implement an interface member - A partial member may not explicitly implement an interface member + Eine partielles Mitglied darf Schnittstellenmitglieder nicht explizit implementieren. @@ -8229,7 +8229,7 @@ Wenn solch eine Klasse als Basisklasse verwendet wird und die ableitende Klasse Both partial member declarations must be static or neither may be static - Both partial member declarations must be static or neither may be static + Beide Deklarationen des partiellen Mitglieds müssen statisch sein, oder keine von beiden darf statisch sein. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf index 9cc7f7b89c698..093e50b6953b1 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf @@ -974,7 +974,7 @@ Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. - Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. + El atributo 'System.Runtime.CompilerServices.InlineArray' no se puede aplicar a una struct de registro. @@ -1644,47 +1644,47 @@ Both partial member declarations must have identical accessibility modifiers. - Both partial member declarations must have identical accessibility modifiers. + Ambas declaraciones de miembro parcial deben tener modificadores de accesibilidad idénticos. A partial member cannot have the 'abstract' modifier - A partial member cannot have the 'abstract' modifier + Un miembro parcial no puede tener el modificador 'abstract' Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. - Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. + Ambas declaraciones de miembro parcial, '{0}' y '{1}', deben usar los mismos nombres de elemento de tupla. A partial member must be declared within a partial type - A partial member must be declared within a partial type + Un miembro parcial debe declararse dentro de un tipo parcial Both partial member declarations must use a params parameter or neither may use a params parameter - Both partial member declarations must use a params parameter or neither may use a params parameter + Ambas declaraciones de miembro parcial deben usar un parámetro params o ninguna de ellas podrá usarlo Both partial member declarations must be readonly or neither may be readonly - Both partial member declarations must be readonly or neither may be readonly + Ambas declaraciones de miembro parcial deben ser de solo lectura o ninguna de ellas podrá serlo Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. - Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. + Ambas declaraciones de miembro parcial deben tener combinaciones idénticas de modificadores 'virtual', 'override', 'sealed' y 'new'. Partial member declarations must have matching ref return values. - Partial member declarations must have matching ref return values. + Las declaraciones de miembros parciales deben tener valores devueltos de referencia coincidentes. Both partial member declarations must be unsafe or neither may be unsafe - Both partial member declarations must be unsafe or neither may be unsafe + Ambas declaraciones de miembros parciales deben ser no seguras o ninguna de ellas puede no ser segura @@ -1714,47 +1714,47 @@ A partial property may not have multiple defining declarations, and cannot be an auto-property. - A partial property may not have multiple defining declarations, and cannot be an auto-property. + Una propiedad parcial no puede tener varias declaraciones de definición y no puede ser una propiedad automática. A partial property may not have multiple implementing declarations - A partial property may not have multiple implementing declarations + Una propiedad parcial no puede tener varias declaraciones de implementación Property accessor '{0}' must be '{1}' to match the definition part - Property accessor '{0}' must be '{1}' to match the definition part + El descriptor de acceso de propiedad '{0}' debe ser '{1}' para que coincida con la parte de definición Property accessor '{0}' must be implemented because it is declared on the definition part - Property accessor '{0}' must be implemented because it is declared on the definition part + El descriptor de acceso de propiedad '{0}' debe implementarse porque se declara en la parte de definición Partial property '{0}' must have a definition part. - Partial property '{0}' must have a definition part. + La propiedad parcial '{0}' debe tener una parte de definición. Partial property '{0}' must have an implementation part. - Partial property '{0}' must have an implementation part. + La propiedad parcial '{0}' debe tener una parte de implementación. Both partial property declarations must be required or neither may be required - Both partial property declarations must be required or neither may be required + Ambas declaraciones de propiedades parciales deben ser obligatorias o ninguna de ellas podrá serlo Both partial property declarations must have the same type. - Both partial property declarations must have the same type. + Ambas declaraciones de propiedad parcial deben tener el mismo tipo. Property accessor '{0}' does not implement any accessor declared on the definition part - Property accessor '{0}' does not implement any accessor declared on the definition part + El descriptor de acceso de propiedad '{0}' no implementa ningún descriptor de acceso declarado en la parte de definición @@ -2024,7 +2024,7 @@ The 'scoped' modifier of parameter '{0}' doesn't match partial definition. - The 'scoped' modifier of parameter '{0}' doesn't match partial definition. + El modificador 'scoped' del parámetro '{0}' no coincide con la definición parcial. @@ -2344,7 +2344,7 @@ allows ref struct constraint - allows ref struct constraint + permite la restricción ref struct @@ -2384,7 +2384,7 @@ field and value keywords - field and value keywords + palabras clave de campo y valor @@ -2614,12 +2614,12 @@ '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. - '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. + '{0}' es una palabra clave contextual en descriptores de acceso de propiedad a partir de la versión de idioma {1}. Use '@{0}' en su lugar. Identifier is a contextual keyword, with a specific meaning, in a later language version. - Identifier is a contextual keyword, with a specific meaning, in a later language version. + El identificador es una palabra clave contextual, con un significado específico, en una versión posterior del lenguaje. @@ -3099,12 +3099,12 @@ Partial property declarations '{0}' and '{1}' have signature differences. - Partial property declarations '{0}' and '{1}' have signature differences. + Las declaraciones de propiedades parciales '{0}' y '{1}' tienen diferencias de firma. Partial property declarations have signature differences. - Partial property declarations have signature differences. + Las declaraciones de propiedades parciales tienen diferencias de firma. @@ -6585,7 +6585,7 @@ The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. - The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. + El modificador 'partial' solo puede aparecer inmediatamente antes de 'class', 'record', 'struct', 'interface' o un método o tipo de valor devuelto de propiedad. @@ -8194,7 +8194,7 @@ Si se utiliza una clase de este tipo como clase base y si la clase derivada defi A partial member may not explicitly implement an interface member - A partial member may not explicitly implement an interface member + Un miembro parcial no puede implementar explícitamente un miembro de interfaz @@ -8229,7 +8229,7 @@ Si se utiliza una clase de este tipo como clase base y si la clase derivada defi Both partial member declarations must be static or neither may be static - Both partial member declarations must be static or neither may be static + Ambas declaraciones de miembro parcial deben ser estáticas o ninguna de ellas puede ser estática diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf index 71191695f5ad3..44abc7890aa60 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf @@ -974,7 +974,7 @@ Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. - Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. + 属性 'System.Runtime.CompilerServices.InlineArray' をレコード構造体に適用することはできません。 @@ -1644,47 +1644,47 @@ Both partial member declarations must have identical accessibility modifiers. - Both partial member declarations must have identical accessibility modifiers. + 両方の部分メンバー宣言には、同じアクセシビリティ修飾子を指定する必要があります。 A partial member cannot have the 'abstract' modifier - A partial member cannot have the 'abstract' modifier + 部分メンバーに 'abstract' 修飾子を指定することはできません Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. - Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. + 部分メンバー宣言 '{0}' および '{1}' は、どちらも同じタプル要素名を使用する必要があります。 A partial member must be declared within a partial type - A partial member must be declared within a partial type + 部分メンバーは、部分型内で宣言される必要があります Both partial member declarations must use a params parameter or neither may use a params parameter - Both partial member declarations must use a params parameter or neither may use a params parameter + 部分メンバー宣言は、両方とも params パラメーターを使用するか、両方とも params パラメーターを使用しないかのいずれかである必要があります Both partial member declarations must be readonly or neither may be readonly - Both partial member declarations must be readonly or neither may be readonly + 部分メンバー宣言は、両方とも readonly であるか、両方とも readonly でないかのいずれかである必要があります Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. - Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. + 両方の部分メンバー宣言には、'virtual'、'override'、'sealed'、'new' 修飾子の同じ組み合わせを指定する必要があります。 Partial member declarations must have matching ref return values. - Partial member declarations must have matching ref return values. + 部分メンバーの宣言には、一致する ref 戻り値が必要です。 Both partial member declarations must be unsafe or neither may be unsafe - Both partial member declarations must be unsafe or neither may be unsafe + 部分メンバー宣言は、両方とも unsafe であるか、両方とも unsafe でないかのいずれかである必要があります @@ -1714,47 +1714,47 @@ A partial property may not have multiple defining declarations, and cannot be an auto-property. - A partial property may not have multiple defining declarations, and cannot be an auto-property. + 部分プロパティには複数の定義宣言を含めることはできません。また、自動プロパティにすることはできません。 A partial property may not have multiple implementing declarations - A partial property may not have multiple implementing declarations + 部分プロパティには、複数の実装宣言を含めることができない場合があります Property accessor '{0}' must be '{1}' to match the definition part - Property accessor '{0}' must be '{1}' to match the definition part + プロパティ アクセサー '{0}' は、定義パーツと一致するように '{1}' である必要があります Property accessor '{0}' must be implemented because it is declared on the definition part - Property accessor '{0}' must be implemented because it is declared on the definition part + プロパティ アクセサー '{0}' は定義パーツで宣言されているため、実装する必要があります Partial property '{0}' must have a definition part. - Partial property '{0}' must have a definition part. + 部分プロパティ '{0}' には定義パーツが必要です。 Partial property '{0}' must have an implementation part. - Partial property '{0}' must have an implementation part. + 部分プロパティ '{0}' には実装パーツが必要です。 Both partial property declarations must be required or neither may be required - Both partial property declarations must be required or neither may be required + 両方の部分プロパティ宣言を必須にするか、どちらも必須にしないようにする必要があります Both partial property declarations must have the same type. - Both partial property declarations must have the same type. + 両方の部分プロパティ宣言の型が同じである必要があります。 Property accessor '{0}' does not implement any accessor declared on the definition part - Property accessor '{0}' does not implement any accessor declared on the definition part + プロパティ アクセサー '{0}' は、定義パーツで宣言されたアクセサーを実装しません @@ -2024,7 +2024,7 @@ The 'scoped' modifier of parameter '{0}' doesn't match partial definition. - The 'scoped' modifier of parameter '{0}' doesn't match partial definition. + パラメーター '{0}' の 'scoped' 修飾子が部分定義と一致しません。 @@ -2344,7 +2344,7 @@ allows ref struct constraint - allows ref struct constraint + ref 構造体制約を許可します @@ -2384,7 +2384,7 @@ field and value keywords - field and value keywords + フィールドと値のキーワード @@ -2614,12 +2614,12 @@ '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. - '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. + '{0}' は、言語バージョン {1} 以降のプロパティ アクセサーのコンテキスト キーワードです。代わりに '@{0}' を使用してください。 Identifier is a contextual keyword, with a specific meaning, in a later language version. - Identifier is a contextual keyword, with a specific meaning, in a later language version. + 識別子は、後の言語バージョンでは、特定の意味を持つコンテキスト キーワードです。 @@ -3099,12 +3099,12 @@ Partial property declarations '{0}' and '{1}' have signature differences. - Partial property declarations '{0}' and '{1}' have signature differences. + 部分プロパティ宣言 '{0}' と '{1}' には、シグネチャの違いがあります。 Partial property declarations have signature differences. - Partial property declarations have signature differences. + 部分プロパティの宣言には、シグネチャの違いがあります。 @@ -6585,7 +6585,7 @@ The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. - The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. + 'partial' 修飾子は、'class'、'record'、'struct'、'interface'、またはメソッドまだはプロパティの戻り値の型の直前にのみ指定できます。 @@ -8194,7 +8194,7 @@ If such a class is used as a base class and if the deriving class defines a dest A partial member may not explicitly implement an interface member - A partial member may not explicitly implement an interface member + 部分メンバーは、インターフェイス メンバーを明示的に実装できないことがあります @@ -8229,7 +8229,7 @@ If such a class is used as a base class and if the deriving class defines a dest Both partial member declarations must be static or neither may be static - Both partial member declarations must be static or neither may be static + 部分メンバー宣言は、両方とも static であるか、両方とも static でないかのいずれかである必要があります diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf index 6da454ead69a9..0fd39c2664310 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf @@ -974,7 +974,7 @@ Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. - Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. + 'System.Runtime.CompilerServices.InlineArray' 특성은 레코드 구조체에 적용할 수 없습니다. @@ -1644,47 +1644,47 @@ Both partial member declarations must have identical accessibility modifiers. - Both partial member declarations must have identical accessibility modifiers. + 두 부분 멤버 선언에는 동일한 접근성 한정자를 갖어야 합니다. A partial member cannot have the 'abstract' modifier - A partial member cannot have the 'abstract' modifier + 부분 멤버는 'abstract' 한정자를 갖을 수 없습니다. Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. - Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. + 두 부분 멤버 선언은 '{0}' 및 '{1}' 모두에서 동일한 튜플 요소 이름을 사용해야 합니다. A partial member must be declared within a partial type - A partial member must be declared within a partial type + 부분 멤버 내에 부분 메서드가 선언되어야 함 Both partial member declarations must use a params parameter or neither may use a params parameter - Both partial member declarations must use a params parameter or neither may use a params parameter + 두 부분 멤버 선언은 모두 params 매개 변수를 사용하거나 params 매개 변수를 사용할 수 없음 Both partial member declarations must be readonly or neither may be readonly - Both partial member declarations must be readonly or neither may be readonly + 두 부분 멤버 선언은 모두 readonly이거나 readonly가 아니어야 함 Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. - Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. + 두 부분 멤버 선언에는 동일한 조합의 'virtual', 'override', 'sealed' 및 'new' 한정자가 있어야 합니다. Partial member declarations must have matching ref return values. - Partial member declarations must have matching ref return values. + 부분 멤버 선언에는 일치하는 참조 반환 값이 있어야 합니다. Both partial member declarations must be unsafe or neither may be unsafe - Both partial member declarations must be unsafe or neither may be unsafe + 두 부분 멤버 선언은 모두 unsafe이거나 unsafe가 아니어야 함 @@ -1714,47 +1714,47 @@ A partial property may not have multiple defining declarations, and cannot be an auto-property. - A partial property may not have multiple defining declarations, and cannot be an auto-property. + 부분 속성에는 정의 선언이 여러 개 있을 수 없으며 자동 속성일 수 없습니다. A partial property may not have multiple implementing declarations - A partial property may not have multiple implementing declarations + 부분 속성에는 하나의 구현 선언만 사용할 수 있음 Property accessor '{0}' must be '{1}' to match the definition part - Property accessor '{0}' must be '{1}' to match the definition part + 속성 접근자 '{0}'은(는) 정의 부분과 일치하려면 '{1}'이어야 합니다. Property accessor '{0}' must be implemented because it is declared on the definition part - Property accessor '{0}' must be implemented because it is declared on the definition part + 속성 접근자 '{0}'은(는) 정의 부분에서 선언되었으므로 반드시 구현해야 함 Partial property '{0}' must have a definition part. - Partial property '{0}' must have a definition part. + 부분 속성 '{0}'에는 정의 부분이 있어야 합니다. Partial property '{0}' must have an implementation part. - Partial property '{0}' must have an implementation part. + 부분 속성 '{0}'에는 구현 부분이 있어야 합니다. Both partial property declarations must be required or neither may be required - Both partial property declarations must be required or neither may be required + 두 부분 속성 선언이 모두 필요하거나 둘 다 필요하지 않을 수 있습니다. Both partial property declarations must have the same type. - Both partial property declarations must have the same type. + 두 부분 속성 선언의 형식이 같아야 합니다. Property accessor '{0}' does not implement any accessor declared on the definition part - Property accessor '{0}' does not implement any accessor declared on the definition part + 속성 접근자 '{0}'은(는) 정의 부분에 선언된 접근자를 구현하지 않음 @@ -2024,7 +2024,7 @@ The 'scoped' modifier of parameter '{0}' doesn't match partial definition. - The 'scoped' modifier of parameter '{0}' doesn't match partial definition. + 매개 변수 '{0}'의 '범위 지정' 한정자가 부분 정의와 일치하지 않습니다. @@ -2344,7 +2344,7 @@ allows ref struct constraint - allows ref struct constraint + ref 구조체 제약 조건 허용 @@ -2384,7 +2384,7 @@ field and value keywords - field and value keywords + 필드 및 값 키워드 @@ -2614,12 +2614,12 @@ '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. - '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. + '{0}'은(는) 언어 버전 {1} 속성 접근자의 컨텍스트 키워드 대신 '@{0}'을(를) 사용하세요. Identifier is a contextual keyword, with a specific meaning, in a later language version. - Identifier is a contextual keyword, with a specific meaning, in a later language version. + 식별자는 이후 언어 버전에서 특정 의미를 가진 컨텍스트 키워드입니다. @@ -3099,12 +3099,12 @@ Partial property declarations '{0}' and '{1}' have signature differences. - Partial property declarations '{0}' and '{1}' have signature differences. + 부분 속성 선언 '{0}' 및 '{1}'에는 서명 차이가 있습니다. Partial property declarations have signature differences. - Partial property declarations have signature differences. + 부분 속성 선언에는 서명 차이가 있습니다. @@ -6585,7 +6585,7 @@ The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. - The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. + 'partial' 한정자는 'class', 'record', 'struct', 'interface' 또는 메서드 또는 속성 반환 형식 바로 앞에만 올 수 있습니다. @@ -8194,7 +8194,7 @@ If such a class is used as a base class and if the deriving class defines a dest A partial member may not explicitly implement an interface member - A partial member may not explicitly implement an interface member + 부분 멤버는 인터페이스 멤버를 명시적으로 구현할 수 없음 @@ -8229,7 +8229,7 @@ If such a class is used as a base class and if the deriving class defines a dest Both partial member declarations must be static or neither may be static - Both partial member declarations must be static or neither may be static + 두 부분 멤버 선언은 모두 static이거나 static이 아니어야 함 diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf index 1fecd8c7f4496..1abc35ae01710 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf @@ -974,7 +974,7 @@ Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. - Attribute 'System.Runtime.CompilerServices.InlineArray' cannot be applied to a record struct. + O atributo "System.Runtime.CompilerServices.InlineArray" não pode ser aplicado a um struct de registro. @@ -1644,47 +1644,47 @@ Both partial member declarations must have identical accessibility modifiers. - Both partial member declarations must have identical accessibility modifiers. + As duas declarações de membros parciais precisam ter modificadores de acessibilidade idênticos. A partial member cannot have the 'abstract' modifier - A partial member cannot have the 'abstract' modifier + Um membro parcial não pode ter o modificador "abstract" Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. - Both partial member declarations, '{0}' and '{1}', must use the same tuple element names. + As duas declarações de membros parciais, "{0}" e "{1}", precisam usar os mesmos nomes de elementos de tupla. A partial member must be declared within a partial type - A partial member must be declared within a partial type + Um membro parcial precisa ser declarado dentro de um tipo parcial Both partial member declarations must use a params parameter or neither may use a params parameter - Both partial member declarations must use a params parameter or neither may use a params parameter + As duas declarações de membros parciais precisam usar um parâmetro params ou nenhuma delas pode usar um parâmetro params Both partial member declarations must be readonly or neither may be readonly - Both partial member declarations must be readonly or neither may be readonly + As duas declarações de membros parciais precisam ser readonly ou nenhuma pode ser readonly Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. - Both partial member declarations must have identical combinations of 'virtual', 'override', 'sealed', and 'new' modifiers. + As duas declarações de membros parciais precisam ter combinações idênticas dos modificadores "virtual", "override", "sealed" e "new". Partial member declarations must have matching ref return values. - Partial member declarations must have matching ref return values. + As declarações de membros parciais precisam ter valores de retorno de referência correspondentes. Both partial member declarations must be unsafe or neither may be unsafe - Both partial member declarations must be unsafe or neither may be unsafe + As duas declarações de membros parciais precisam ser inseguras ou nenhuma pode ser insegura @@ -1714,47 +1714,47 @@ A partial property may not have multiple defining declarations, and cannot be an auto-property. - A partial property may not have multiple defining declarations, and cannot be an auto-property. + Uma propriedade parcial pode não ter várias declarações de definição e não pode ser uma propriedade automática. A partial property may not have multiple implementing declarations - A partial property may not have multiple implementing declarations + Uma propriedade parcial não pode ter várias declarações de implementação Property accessor '{0}' must be '{1}' to match the definition part - Property accessor '{0}' must be '{1}' to match the definition part + O acessador de propriedade "{0}" deve ser "{1}" para corresponder à parte da definição Property accessor '{0}' must be implemented because it is declared on the definition part - Property accessor '{0}' must be implemented because it is declared on the definition part + O acessador de propriedade "{0}" precisa ser implementado porque está declarado na parte de definição Partial property '{0}' must have a definition part. - Partial property '{0}' must have a definition part. + A propriedade parcial "{0}" precisa ter uma parte de definição. Partial property '{0}' must have an implementation part. - Partial property '{0}' must have an implementation part. + A propriedade parcial "{0}" precisa ter uma parte de implementação. Both partial property declarations must be required or neither may be required - Both partial property declarations must be required or neither may be required + As duas declarações de propriedades parciais precisam ser obrigatórias ou nenhuma delas pode ser obrigatória Both partial property declarations must have the same type. - Both partial property declarations must have the same type. + As duas declarações de propriedades parciais precisam ter o mesmo tipo. Property accessor '{0}' does not implement any accessor declared on the definition part - Property accessor '{0}' does not implement any accessor declared on the definition part + O acessador de propriedade "{0}" não implementa nenhum acessador declarado na parte de definição @@ -2024,7 +2024,7 @@ The 'scoped' modifier of parameter '{0}' doesn't match partial definition. - The 'scoped' modifier of parameter '{0}' doesn't match partial definition. + O modificador "scoped" do parâmetro "{0}" não corresponde à definição parcial. @@ -2344,7 +2344,7 @@ allows ref struct constraint - allows ref struct constraint + permite a restrição de ref struct @@ -2384,7 +2384,7 @@ field and value keywords - field and value keywords + palavras-chave de campo e valor @@ -2614,12 +2614,12 @@ '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. - '{0}' is a contextual keyword in property accessors starting in language version {1}. Use '@{0}' instead. + "{0}" é uma palavra-chave contextual em acessadores de propriedade a partir da versão de linguagem {1}. Em vez disso, use "@{0}". Identifier is a contextual keyword, with a specific meaning, in a later language version. - Identifier is a contextual keyword, with a specific meaning, in a later language version. + Identificador é uma palavra-chave contextual, com um significado específico, em uma versão de linguagem posterior. @@ -3099,12 +3099,12 @@ Partial property declarations '{0}' and '{1}' have signature differences. - Partial property declarations '{0}' and '{1}' have signature differences. + As declarações de propriedades parciais "{0}" e "{1}" têm diferenças de assinatura. Partial property declarations have signature differences. - Partial property declarations have signature differences. + As declarações de propriedade parcial têm diferenças de assinatura. @@ -6585,7 +6585,7 @@ The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. - The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method or property return type. + O modificador "partial" só pode aparecer imediatamente antes de "class", de "record", de "struct", de "interface" ou de um tipo de retorno de método ou propriedade. @@ -8194,7 +8194,7 @@ Se tal classe for usada como uma classe base e se a classe derivada definir um d A partial member may not explicitly implement an interface member - A partial member may not explicitly implement an interface member + Um membro parcial não pode implementar um membro de interface explicitamente @@ -8229,7 +8229,7 @@ Se tal classe for usada como uma classe base e se a classe derivada definir um d Both partial member declarations must be static or neither may be static - Both partial member declarations must be static or neither may be static + As duas declarações de membros parciais precisam ser estáticas ou nenhuma delas pode ser estática diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf index 65f6c05b515eb..0f0c46cf7ba85 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf @@ -649,7 +649,7 @@ '{0}' intercepted locations - '{0}' intercepted locations + '{0}' ubicaciones interceptadas diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf index 252a5b317a552..a0804d377e1f7 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf @@ -649,7 +649,7 @@ '{0}' intercepted locations - '{0}' intercepted locations + Locais "{0}" interceptados diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf index 5b6cc51cef8c8..4f118e49d07bf 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf @@ -649,7 +649,7 @@ '{0}' intercepted locations - '{0}' intercepted locations + Перехваченные расположения: "{0}" diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf index 09ede05d08052..8f8a834ce6f18 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf @@ -649,7 +649,7 @@ '{0}' intercepted locations - '{0}' intercepted locations + '{0}' engellenen konumları diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf index 2fcfcf40affd5..ca6673bf876c9 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Přerušeno! Attaching debugger to process {0} - Attaching debugger to process {0} + Připojování ladicího programu k procesu {0} Building project... - Building project... + Vytváří se sestavení projektu… Canceled! - Canceled! + Zrušeno! Client failed to attach the debugger - Client failed to attach the debugger + Klientovi se nepodařilo připojit ladicí program Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Dokončilo se (opětovné) načtení všech projektů v čase {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Ladí se testy… Discovering tests... - Discovering tests... + Hledají se testy… Exception thrown: {0} - Exception thrown: {0} + Vyvolaná výjimka: {0} Failed! - Failed! + Nezdařilo se! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Neúspěšné: {0}, Úspěšné: {1}, Přeskočeno: {2}, Celkem: {3}, Doba trvání: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Čtení souboru .runsettings na {0} se nezdařilo:{1} Failed to run restore on {0} - Failed to run restore on {0} + Nepovedlo se spustit obnovení u {0} Found {0} tests in {1} - Found {0} tests in {1} + Nalezené testy: {0} v {1} Loading {0}... - Loading {0}... + Načítá se {0}… The placeholder is a name of a file Message - Message + Zpráva No test methods found in requested range - No test methods found in requested range + V požadovaném rozsahu se nenašly žádné testovací metody Nothing found to restore - Nothing found to restore + Nenašlo se nic, co by se dalo obnovit Passed! - Passed! + Úspěch! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + Projekt {0} obsahuje nevyřešené závislosti Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Projekt {0} se načetl sadou C# Dev Kit The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Projekty se nepovedlo načíst, protože se nepovedlo najít nástroje pro sestavení .NET Framework. Zkuste nainstalovat Visual Studio nebo balíček Visual Studio Build Tools, nebo si projděte podrobnosti v protokolech. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Načtení projektů se nezdařilo, protože se nenašel objekt Mono. Ujistěte se, že jsou nainstalované Mono a MSBuild. Podrobnosti najdete v protokolech. Restore - Restore + Obnovit Restore complete - Restore complete + Obnovování se dokončilo Restore started - Restore started + Obnovení bylo zahájeno Restoring {0} - Restoring {0} + Obnovování {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Spouští se dotnet restore u {0} Running tests... - Running tests... + Spouštějí se testy… .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Soubor .runsettings v {0} neexistuje. Show C# logs - Show C# logs + Zobrazit protokoly jazyka C# Stack Trace - Stack Trace + Trasování zásobníku Starting test discovery - Starting test discovery + Spouštění zjišťování testů… Starting test run - Starting test run + Spouštění testovacího běhu… Successfully completed load of {0} - Successfully completed load of {0} + Načtení {0} se úspěšně dokončilo Summary - Summary + Souhrn Test discovery aborted - Test discovery aborted + Zjišťování testů se přerušilo Test run error: {0} - Test run error: {0} + Chyba testovacího běhu: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Při načítání projektu {0} došlo k potížím. Podrobnosti najdete v protokolu. Using .runsettings file at {0} - Using .runsettings file at {0} + Použití souboru .runsettings v {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf index bce59402f6278..57f3c43bdc6a3 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Abgebrochen! Attaching debugger to process {0} - Attaching debugger to process {0} + Debugger wird an Prozess "{0}" angefügt Building project... - Building project... + Projekt wird erstellt... Canceled! - Canceled! + Abgebrochen! Client failed to attach the debugger - Client failed to attach the debugger + Fehler beim Anfügen des Debuggers durch den Client. Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Abgeschlossenes (erneutes) Laden aller Projekte in {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Debugging von Tests wird ausgeführt... Discovering tests... - Discovering tests... + Tests werden ermittelt... Exception thrown: {0} - Exception thrown: {0} + Ausgelöste Ausnahme: „{0}“ Failed! - Failed! + Fehlgeschlagen! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Fehlgeschlagen: {0}, erfolgreich: {1}, übersprungen: {2}, gesamt: {3}, Dauer: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Fehler beim Lesen der RUNSETTINGS-Datei unter {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Fehler beim Ausführen der Wiederherstellung auf "{0}" Found {0} tests in {1} - Found {0} tests in {1} + In {1} wurden {0} Tests gefunden. Loading {0}... - Loading {0}... + {0} wird geladen... The placeholder is a name of a file Message - Message + Nachricht No test methods found in requested range - No test methods found in requested range + Im angeforderten Bereich wurden keine Testmethoden gefunden. Nothing found to restore - Nothing found to restore + Es wurde nichts zum Wiederherstellen gefunden. Passed! - Passed! + Erfolgreich! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + Projekt {0} weist nicht aufgelöste Abhängigkeiten auf. Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Das Projekt "{0}" von C# Dev Kit geladen. The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Projekte konnten nicht geladen werden, weil die .NET Framework-Buildtools nicht gefunden wurden. Versuchen Sie, Visual Studio oder das Visual Studio Build Tools-Paket zu installieren, oder überprüfen Sie die Protokolle auf Details. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Die Projekte konnten nicht geladen werden, weil Mono nicht gefunden wurde. Stellen Sie sicher, dass Mono und MSBuild installiert sind, und überprüfen Sie die Protokolle auf Details. Restore - Restore + Wiederherstellen Restore complete - Restore complete + Wiederherstellung abgeschlossen Restore started - Restore started + Wiederherstellung gestartet Restoring {0} - Restoring {0} + "{0}" wird wiederhergestellt Running dotnet restore on {0} - Running dotnet restore on {0} + "dotnet restore" wird auf "{0}" ausgeführt Running tests... - Running tests... + Tests werden ausgeführt... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Die RUNSETTINGS-Datei ist unter {0} nicht vorhanden. Show C# logs - Show C# logs + C#-Protokolle anzeigen Stack Trace - Stack Trace + Stapelüberwachung Starting test discovery - Starting test discovery + Testermittlung wird gestartet Starting test run - Starting test run + Testlauf wird gestartet Successfully completed load of {0} - Successfully completed load of {0} + Laden von "{0}" erfolgreich abgeschlossen Summary - Summary + Zusammenfassung Test discovery aborted - Test discovery aborted + Testermittlung abgebrochen Test run error: {0} - Test run error: {0} + Testlauffehler: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Beim Laden des Projekts "{0}" sind Probleme aufgetreten. Weitere Informationen finden Sie im Protokoll. Using .runsettings file at {0} - Using .runsettings file at {0} + Verwenden der RUNSETTINGS-Datei unter {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf index c8fd5cc1d40a9..ffbbb2b8bca28 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + ¡Anulado! Attaching debugger to process {0} - Attaching debugger to process {0} + Asociación del depurador para procesar {0} Building project... - Building project... + Creando proyecto... Canceled! - Canceled! + ¡Cancelado! Client failed to attach the debugger - Client failed to attach the debugger + El cliente no pudo asociar el depurador Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + (Re)carga completa de todos los proyectos en {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Depurando pruebas... Discovering tests... - Discovering tests... + Detectando pruebas... Exception thrown: {0} - Exception thrown: {0} + Se produjo una excepción: {0} Failed! - Failed! + ¡Error! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Error: {0}, Correcto: {1}, Omitido: {2}, Total: {3}, Duración: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + No se pudo leer el archivo .runsettings en {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + No se pudo ejecutar la restauración en {0} Found {0} tests in {1} - Found {0} tests in {1} + Se encontraron {0} pruebas en {1} Loading {0}... - Loading {0}... + Cargando {0}... The placeholder is a name of a file Message - Message + Mensaje No test methods found in requested range - No test methods found in requested range + No se encontraron métodos de prueba en el intervalo solicitado Nothing found to restore - Nothing found to restore + No se encontró nada para restaurar Passed! - Passed! + ¡Correcto! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + El proyecto {0} tiene dependencias sin resolver Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Proyecto {0} cargado por el Kit de desarrollo de C# The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + No se pudieron cargar los proyectos porque no se encontraron las herramientas de compilación de .NET Framework. Intente instalar Visual Studio o el paquete de Visual Studio Build Tools, o consulte los registros para obtener más detalles. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + No se pudieron cargar los proyectos porque no se encontró Mono. Asegúrese de que Mono y MSBuild están instalados y compruebe los registros para obtener más información. Restore - Restore + Restaurar Restore complete - Restore complete + Restauración completada Restore started - Restore started + Se inició la restauración Restoring {0} - Restoring {0} + Restaurando {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Ejecutando de dotnet restore en {0} Running tests... - Running tests... + Ejecutando pruebas... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + El archivo .runsettings no existe en {0} Show C# logs - Show C# logs + Mostrar registros de C# Stack Trace - Stack Trace + Seguimiento de la pila Starting test discovery - Starting test discovery + Iniciando detección de pruebas Starting test run - Starting test run + Iniciando la serie de pruebas Successfully completed load of {0} - Successfully completed load of {0} + Se completó correctamente la carga de {0} Summary - Summary + Resumen Test discovery aborted - Test discovery aborted + Detección de pruebas anulada Test run error: {0} - Test run error: {0} + Error de serie de pruebas: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Hubo problemas al cargar el proyecto {0}. Consulte el registro para obtener más detalles. Using .runsettings file at {0} - Using .runsettings file at {0} + Uso del archivo .runsettings en {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf index 4fc69f01139ff..6941c95ef6fb4 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Abandonné ! Attaching debugger to process {0} - Attaching debugger to process {0} + Attachement du débogueur au processus {0} Building project... - Building project... + Génération en cours du projet... Canceled! - Canceled! + Annulé ! Client failed to attach the debugger - Client failed to attach the debugger + Le client n’a pas pu attacher le débogueur Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Chargement ou rechargement terminé de tous les projets dans {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Débogage en cours des tests... Discovering tests... - Discovering tests... + Découverte de tests en cours… Exception thrown: {0} - Exception thrown: {0} + Exception levée : « {0} » Failed! - Failed! + Échec ! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Échec : {0}, Réussi : {1}, Ignoré : {2}, Total : {3}, Durée : {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Échec de la lecture du fichier .runsettings à l'adresse {0} :{1} Failed to run restore on {0} - Failed to run restore on {0} + Échec de l’exécution de la restauration sur {0} Found {0} tests in {1} - Found {0} tests in {1} + {0} tests trouvés dans {1} Loading {0}... - Loading {0}... + Chargement en cours de {0}... The placeholder is a name of a file Message - Message + Message No test methods found in requested range - No test methods found in requested range + Méthodes de test introuvables dans la plage demandée Nothing found to restore - Nothing found to restore + Nous n’avons trouvé aucun élément à restaurer Passed! - Passed! + Réussi ! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + Le projet {0} dispose de dépendances non résolues Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Projet {0} chargé par le Kit de développement C# The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Nous n’avons pas pu charger des projets, car les outils de génération .NET Framework sont introuvables. Essayez d’installer Visual Studio ou le package Visual Studio Build Tools, consultez les journaux pour obtenir plus d’informations. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Nous n’avons pas pu charger des projets, car le Mono est introuvable. Vérifiez que Mono et MSBuild sont installés et consultez les journaux pour obtenir plus d’informations. Restore - Restore + Restaurer Restore complete - Restore complete + Restauration terminée Restore started - Restore started + La restauration a démarré Restoring {0} - Restoring {0} + Restauration de {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Exécution de dotnet restore sur {0} Running tests... - Running tests... + Exécution en cours des tests... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Le fichier .runsettings n’existe pas sur {0} Show C# logs - Show C# logs + Afficher les journaux C# Stack Trace - Stack Trace + Trace de la pile Starting test discovery - Starting test discovery + Démarrage de la découverte de tests Starting test run - Starting test run + Démarrage de la série de tests Successfully completed load of {0} - Successfully completed load of {0} + Chargement correctement terminé de {0} Summary - Summary + Récapitulatif Test discovery aborted - Test discovery aborted + Découverte de tests abandonnée Test run error: {0} - Test run error: {0} + Erreur de série de tests : {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Des problèmes se sont produits lors du chargement du projet {0}. Pour obtenir plus d’informations, consultez le journal. Using .runsettings file at {0} - Using .runsettings file at {0} + Utilisation du fichier .runsettings sur {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf index 4782dd5f19a61..27e970862bbae 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Interrotto! Attaching debugger to process {0} - Attaching debugger to process {0} + Collegamento del debugger all'elaborazione di {0} Building project... - Building project... + Compilazione del progetto in corso... Canceled! - Canceled! + Annullato! Client failed to attach the debugger - Client failed to attach the debugger + Il client non è riuscito a collegare il debugger Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Completato il (ri)caricamento di tutti i progetti in {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Debug dei test... Discovering tests... - Discovering tests... + Individuazione dei test in corso... Exception thrown: {0} - Exception thrown: {0} + È stata generata un'eccezione: {0} Failed! - Failed! + Non superato! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Non superati: {0}%1, Superati: {1}%2, Ignorati: {2}%2, Totale: {3}%2, Durata: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Non è stato possibile leggere il file con estensione runsettings in {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Non è stato possibile eseguire il ripristino in {0} Found {0} tests in {1} - Found {0} tests in {1} + Sono stati trovati {0} test in {1} Loading {0}... - Loading {0}... + Caricamento di {0} in corso... The placeholder is a name of a file Message - Message + Messaggio No test methods found in requested range - No test methods found in requested range + Non sono stati trovati metodi di test nell'intervallo richiesto Nothing found to restore - Nothing found to restore + Non sono stati trovati elementi da ripristinare Passed! - Passed! + Superato! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + Il progetto {0} ha dipendenze non risolte Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Project {0} caricato da C# Dev Kit The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Non è stato possibile caricare i progetti perché non è stato possibile trovare gli strumenti di compilazione .NET Framework. Provare a installare Visual Studio o il pacchetto Visual Studio Build Tools oppure controllare i log per i dettagli. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Non è stato possibile caricare i progetti perché non è stato possibile trovare Mono. Verificare che Mono e MSBuild siano installati e controllare i log per i dettagli. Restore - Restore + Ripristina Restore complete - Restore complete + Ripristino completato Restore started - Restore started + Ripristino avviato Restoring {0} - Restoring {0} + Ripristino di {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Esecuzione di dotnet restore su {0} Running tests... - Running tests... + Esecuzione dei test in corso... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Il file con estensione runsettings non esiste in {0} Show C# logs - Show C# logs + Mostra log C# Stack Trace - Stack Trace + Analisi dello stack Starting test discovery - Starting test discovery + Avvio dell'individuazione dei test Starting test run - Starting test run + Avvio dell'esecuzione dei test Successfully completed load of {0} - Successfully completed load of {0} + Il caricamento di {0} è stato completato Summary - Summary + Riepilogo Test discovery aborted - Test discovery aborted + Individuazione dei test interrotta Test run error: {0} - Test run error: {0} + Errore di esecuzione dei test: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Si sono verificati problemi durante il caricamento del progetto {0}. Per informazioni dettagliate, vedere il log. Using .runsettings file at {0} - Using .runsettings file at {0} + Uso del file con estensione runsettings in {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf index ab612fdccbbfb..c4940eb7c664d 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + 中止されました! Attaching debugger to process {0} - Attaching debugger to process {0} + プロセス {0} にデバッガーをアタッチしています Building project... - Building project... + プロジェクトをビルドしています... Canceled! - Canceled! + キャンセル済み Client failed to attach the debugger - Client failed to attach the debugger + クライアントがデバッガーをアタッチできませんでした Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + {0} のすべてのプロジェクトの (再) 読み込みが完了しました The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + テストをデバッグしています... Discovering tests... - Discovering tests... + テストを検出しています... Exception thrown: {0} - Exception thrown: {0} + 例外がスローされました: {0} Failed! - Failed! + 失敗しました! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + 失敗: {0}、合格: {1}、スキップ: {2}、合計: {3}、期間: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + {0}:{1} の .runsettings ファイルを読み取れできませんでした Failed to run restore on {0} - Failed to run restore on {0} + {0} で復元を実行できませんでした Found {0} tests in {1} - Found {0} tests in {1} + {1} で {0} 件のテストが見つかりました Loading {0}... - Loading {0}... + {0} を読み込んでいます... The placeholder is a name of a file Message - Message + メッセージ No test methods found in requested range - No test methods found in requested range + 要求された範囲内にテスト メソッドが見つかりません Nothing found to restore - Nothing found to restore + 復元できるものがありません Passed! - Passed! + 合格しました。 Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + プロジェクト {0} に未解決の依存関係があります Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + C# Dev Kit によって読み込まれたプロジェクト {0} The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + .NET Framework のビルド ツールが見つからなかったため、プロジェクトを読み込めませんでした。Visual Studio または Visual Studio Build Tools パッケージをインストールするか、ログで詳細を確認してください。 Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Mono が見つからなかったため、プロジェクトを読み込めませんでした。Mono と MSBuild がインストールされていることを確認し、ログで詳細を確認してください。 Restore - Restore + 復元 Restore complete - Restore complete + 復元が完了しました Restore started - Restore started + 復元が開始されました Restoring {0} - Restoring {0} + {0} を復元しています Running dotnet restore on {0} - Running dotnet restore on {0} + {0} で dotnet restore を実行しています Running tests... - Running tests... + テストを実行しています... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + {0} に .runsettings ファイルが存在しません Show C# logs - Show C# logs + C# ログの表示 Stack Trace - Stack Trace + スタック トレース Starting test discovery - Starting test discovery + テストの検出を開始します Starting test run - Starting test run + テストの実行を開始します Successfully completed load of {0} - Successfully completed load of {0} + {0} の読み込みが正常に完了しました Summary - Summary + 概要 Test discovery aborted - Test discovery aborted + テスト検出が中止されました Test run error: {0} - Test run error: {0} + テスト実行エラー: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + プロジェクト {0}の読み込み中に問題が発生しました。詳細については、ログを参照してください。 Using .runsettings file at {0} - Using .runsettings file at {0} + {0} の runsettings ファイルを使用しています diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf index 30c5a9a70eb1d..56ecb0074946d 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + 중단됨! Attaching debugger to process {0} - Attaching debugger to process {0} + 프로세스 {0}에 디버거를 연결하는 중 Building project... - Building project... + 프로젝트를 빌드하는 중... Canceled! - Canceled! + 취소됨! Client failed to attach the debugger - Client failed to attach the debugger + 클라이언트가 디버거를 연결하지 못함 Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + {0}에 있는 모든 프로젝트의 (재)로드가 완료됨 The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + 테스트를 디버그하는 중... Discovering tests... - Discovering tests... + 테스트를 찾는 중... Exception thrown: {0} - Exception thrown: {0} + 예외 throw됨: {0} Failed! - Failed! + 실패함! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + 실패: {0}, 통과: {1}, 건너뜀: {2}, 합계: {3}, 기간: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + {0}:{1}에서 .runsettings 파일을 읽지 못했습니다. Failed to run restore on {0} - Failed to run restore on {0} + {0}에서 복원을 실행하지 못함 Found {0} tests in {1} - Found {0} tests in {1} + {0} 테스트를 {1}에서 찾았습니다. Loading {0}... - Loading {0}... + {0} 로드 중... The placeholder is a name of a file Message - Message + 메시지 No test methods found in requested range - No test methods found in requested range + 요청된 범위에서 테스트 메서드를 찾을 수 없습니다. Nothing found to restore - Nothing found to restore + 복원할 항목이 없음 Passed! - Passed! + 통과함! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + 프로젝트 {0}에 확인되지 않은 종속성이 있습니다. Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + C# Dev Kit에서 로드한 프로젝트 {0} The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + .NET Framework 빌드 도구를 찾을 수 없으므로 프로젝트를 로드하지 못했습니다. Visual Studio 또는 Visual Studio Build Tools 패키지를 설치하거나 로그에서 자세한 내용을 확인하세요. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Mono를 찾을 수 없어 프로젝트를 로드하지 못했습니다. Mono 및 MSBuild가 설치되어 있는지 확인하고 로그에서 자세한 내용을 확인하세요. Restore - Restore + 복원 Restore complete - Restore complete + 복원 완료 Restore started - Restore started + 복원 시작됨 Restoring {0} - Restoring {0} + {0}을(를) 복원하는 중 Running dotnet restore on {0} - Running dotnet restore on {0} + {0}에서 dotnet restore를 실행하는 중 Running tests... - Running tests... + 테스트를 실행하는 중... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + .runsettings 파일이 {0}에 없습니다. Show C# logs - Show C# logs + C# 로그 표시 Stack Trace - Stack Trace + 스택 추적 Starting test discovery - Starting test discovery + 테스트 검색을 시작하는 중 Starting test run - Starting test run + 테스트 실행을 시작하는 중 Successfully completed load of {0} - Successfully completed load of {0} + {0}의 로드가 완료됨 Summary - Summary + 요약 Test discovery aborted - Test discovery aborted + 테스트 검색이 중단됨 Test run error: {0} - Test run error: {0} + 테스트 실행 오류: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + {0} 프로젝트를 로드하는 동안 문제가 발생했습니다. 자세한 내용은 로그를 참조하세요. Using .runsettings file at {0} - Using .runsettings file at {0} + {0}에서 runsettings 파일을 사용하는 중 diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf index 83cc044eec790..6bb6fb61ba444 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Przerwane! Attaching debugger to process {0} - Attaching debugger to process {0} + Dołączanie debugera do procesu {0} Building project... - Building project... + Kompilowanie projektu... Canceled! - Canceled! + Anulowano! Client failed to attach the debugger - Client failed to attach the debugger + Klient nie może dołączyć debugera Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Ukończono (ponownie)ładowanie wszystkich projektów w usłudze {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Trwa debugowanie testów... Discovering tests... - Discovering tests... + Wykrywanie testów... Exception thrown: {0} - Exception thrown: {0} + Zgłoszony wyjątek: {0} Failed! - Failed! + Zakończone niepowodzeniem! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Niepowodzenie: {0}, zakończone powodzeniem: {1}, pominięte: {2}, łącznie: {3}, czas trwania: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Nie można odczytać pliku .runsettings w {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Nie można uruchomić przywracania na {0} Found {0} tests in {1} - Found {0} tests in {1} + Znalezione testy ({0}) w {1} Loading {0}... - Loading {0}... + Trwa ładowanie {0}... The placeholder is a name of a file Message - Message + Komunikat No test methods found in requested range - No test methods found in requested range + Nie znaleziono metod testowych w żądanym zakresie Nothing found to restore - Nothing found to restore + Nie znaleziono niczego do przywrócenia Passed! - Passed! + Zakończone powodzeniem! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + Projekt {0} ma nierozpoznane zależności Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Projekt {0} załadowany przez zestaw deweloperski języka C# The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Nie można załadować projektów, ponieważ nie można odnaleźć narzędzi kompilacji platformy .NET Framework. Spróbuj zainstalować program Visual Studio lub pakiet Visual Studio Build Tools albo sprawdź dzienniki, aby uzyskać szczegółowe informacje. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Nie można załadować projektów, ponieważ nie można odnaleźć obiektu Mono. Upewnij się, że platformy Mono i MSBuild są zainstalowane, i sprawdź dzienniki, aby uzyskać szczegółowe informacje. Restore - Restore + Przywróć Restore complete - Restore complete + Zakończono przywracanie Restore started - Restore started + Rozpoczęto przywracanie Restoring {0} - Restoring {0} + Przywracanie {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Uruchamianie przywracania dotnet na {0} Running tests... - Running tests... + Trwa wykonywanie testów... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Plik .runsettings nie istnieje w {0} Show C# logs - Show C# logs + Pokaż dzienniki języka C# Stack Trace - Stack Trace + Śledzenie stosu Starting test discovery - Starting test discovery + Uruchamianie odnajdywania testów Starting test run - Starting test run + Uruchamianie przebiegu testu Successfully completed load of {0} - Successfully completed load of {0} + Pomyślnie ukończono ładowanie elementu {0} Summary - Summary + Podsumowanie Test discovery aborted - Test discovery aborted + Odnajdywanie testów zostało przerwane Test run error: {0} - Test run error: {0} + Błąd przebiegu testu: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Wystąpiły problemy podczas ładowania projektu {0}. Aby uzyskać szczegółowe informacje, zobacz dziennik. Using .runsettings file at {0} - Using .runsettings file at {0} + Używanie pliku .runsettings w {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf index e598cf8a4be8d..0be751a2cb52d 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Anulado! Attaching debugger to process {0} - Attaching debugger to process {0} + Anexar o depurador ao processo {0} Building project... - Building project... + Compilando o projeto... Canceled! - Canceled! + Cancelado! Client failed to attach the debugger - Client failed to attach the debugger + Falha do cliente ao conectar o depurador Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + (Re)carregamento concluído de todos os projetos em {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Depurando testes... Discovering tests... - Discovering tests... + Detectando os testes... Exception thrown: {0} - Exception thrown: {0} + Exceção gerada: {0} Failed! - Failed! + Falhou! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Falhou: {0}, Passou: {1}, Ignorado: {2}, Total: {3}, Duração: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Falha ao ler o arquivo .runsettings em {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Falha ao executar a restauração em {0} Found {0} tests in {1} - Found {0} tests in {1} + Foram encontrados {0} testes em {1} Loading {0}... - Loading {0}... + Carregando {0}... The placeholder is a name of a file Message - Message + Mensagem No test methods found in requested range - No test methods found in requested range + Não foram encontrados métodos de teste no intervalo solicitado Nothing found to restore - Nothing found to restore + Nada encontrado para restaurar Passed! - Passed! + Passou! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + O projeto {0} tem dependências não resolvidas Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Projeto {0} carregado pelo C# Dev Kit The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Os projetos não foram carregados porque as ferramentas de compilação do .NET Framework não puderam ser encontradas. Tente instalar o Visual Studio ou o pacote de Ferramentas de Build do Visual Studio, ou verifique os logs para obter detalhes. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Os projetos não foram carregados porque o Mono não pôde ser encontrado. Certifique-se de que o Mono e o MSBuild estejam instalados e verifique os logs para obter detalhes. Restore - Restore + Restaurar Restore complete - Restore complete + Restauração concluída Restore started - Restore started + Restauração iniciada Restoring {0} - Restoring {0} + Restaurando {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Executando dotnet restore em {0} Running tests... - Running tests... + Executando os testes... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + O arquivo .runsettings não existe em {0} Show C# logs - Show C# logs + Mostrar logs de C# Stack Trace - Stack Trace + Rastreamento de pilha Starting test discovery - Starting test discovery + Iniciando a detecção de testes Starting test run - Starting test run + Iniciando a execução de teste Successfully completed load of {0} - Successfully completed load of {0} + Carregamento de {0} concluído com sucesso Summary - Summary + Resumo Test discovery aborted - Test discovery aborted + Detecção de teste abortada Test run error: {0} - Test run error: {0} + Erro de execução de teste: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Houve problemas ao carregar o projeto {0}. Consulte o log para obter detalhes. Using .runsettings file at {0} - Using .runsettings file at {0} + Usando o arquivo .runsettings em {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf index f4f435ad61208..9f6ffe157bbd1 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Прервано Attaching debugger to process {0} - Attaching debugger to process {0} + Подключение отладчика для обработки {0} Building project... - Building project... + Сборка проекта... Canceled! - Canceled! + Отменено Client failed to attach the debugger - Client failed to attach the debugger + Клиенту не удалось подключить отладчик Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Завершена (повторная) загрузка всех проектов в {0} The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Идет отладка тестов... Discovering tests... - Discovering tests... + Обнаружение тестов... Exception thrown: {0} - Exception thrown: {0} + Возникло исключение: "{0}" Failed! - Failed! + Не выполнено Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Не пройдено: {0}, пройдено: {1}, пропущено: {2}, всего: {3}, длительность: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Не удалось прочитать файл RUNSETTINGS в {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Не удалось запустить восстановление в {0} Found {0} tests in {1} - Found {0} tests in {1} + Обнаружены тесты ({0}) в {1} Loading {0}... - Loading {0}... + Загрузка {0}... The placeholder is a name of a file Message - Message + Сообщение No test methods found in requested range - No test methods found in requested range + Методы тестов не найдены в запрашиваемом диапазоне Nothing found to restore - Nothing found to restore + Ничего не найдено для восстановления Passed! - Passed! + Пройдено Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + В проекте {0} имеются неразрешенные зависимости Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + Проект {0} загружен при помощи C# Dev Kit The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + Не удалось загрузить проекты, так не удалось найти инструменты сборки .NET Framework. Попробуйте установить Visual Studio или пакет Visual Studio Build Tools либо проверьте журналы для получения дополнительных сведений. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Не удалось загрузить проекты, так как не удалось найти Mono. Убедитесь, что Mono и MSBuild установлены и проверьте журналы для получения дополнительных сведений. Restore - Restore + Восстановить Restore complete - Restore complete + Восстановление завершено Restore started - Restore started + Восстановление запущено Restoring {0} - Restoring {0} + Выполняется восстановление {0} Running dotnet restore on {0} - Running dotnet restore on {0} + Выполнение dotnet restore для {0} Running tests... - Running tests... + Выполняются тесты… .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + Файл RUNSETTINGS не существует в {0} Show C# logs - Show C# logs + Показать журналы C# Stack Trace - Stack Trace + Трассировка стека Starting test discovery - Starting test discovery + Запуск обнаружения тестов Starting test run - Starting test run + Начало тестового запуска Successfully completed load of {0} - Successfully completed load of {0} + Завершена загрузка {0} Summary - Summary + Сводка Test discovery aborted - Test discovery aborted + Обнаружение тестов прервано Test run error: {0} - Test run error: {0} + Ошибка тестового запуска: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + Возникли проблемы при загрузке проекта {0}. Дополнительные сведения см. в журнале. Using .runsettings file at {0} - Using .runsettings file at {0} + Использование файла RUNSETTINGS в {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf index e684ab3b7d5e5..095b6ce4197ac 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + Durduruldu! Attaching debugger to process {0} - Attaching debugger to process {0} + Hata ayıklayıcı, {0} işlemine ekleniyor Building project... - Building project... + Proje derleniyor… Canceled! - Canceled! + İptal edildi! Client failed to attach the debugger - Client failed to attach the debugger + İstemci, hata ayıklayıcıyı ekleyemedi Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + Tüm projelerin (yeniden) yüklemesi {0} içinde tamamlandı The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + Test hataları ayıklanıyor... Discovering tests... - Discovering tests... + Testler bulunuyor... Exception thrown: {0} - Exception thrown: {0} + Özel durum oluştu: {0} Failed! - Failed! + Başarısız! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + Başarısız: {0}, Başarılı: {1}, Atlandı: {2}, Toplam: {3}, Süre: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + Şu konumdaki .runsettings dosyası okunamadı: {0}:{1} Failed to run restore on {0} - Failed to run restore on {0} + Geri yükleme {0} öğesinde çalıştırılamadı Found {0} tests in {1} - Found {0} tests in {1} + {1} içinde {0} test bulundu Loading {0}... - Loading {0}... + {0} yükleniyor... The placeholder is a name of a file Message - Message + İleti No test methods found in requested range - No test methods found in requested range + İstenen aralıkta test yöntemi bulunamadı Nothing found to restore - Nothing found to restore + Geri yüklenecek öğe bulunamadı Passed! - Passed! + Başarılı! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + {0} Projesinde çözümlenmemiş bağımlılıklar var Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + {0} Projesi, C# Geliştirme Seti tarafından yüklendi The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + .NET Framework derleme araçları bulunamadığından projeler yüklenemedi. Visual Studio veya Visual Studio Derleme Araçları paketini yüklemeyi deneyin veya ayrıntılar için günlüklere bakın. Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + Mono bulunamadığından projeler yüklenemedi. Mono ve MSBuild'in yüklü olduğundan emin olun ve ayrıntılar için günlüklere bakın. Restore - Restore + Geri yükle Restore complete - Restore complete + Geri yükleme tamamlandı Restore started - Restore started + Geri yükleme başlatıldı Restoring {0} - Restoring {0} + {0} geri yükleniyor Running dotnet restore on {0} - Running dotnet restore on {0} + dotnet restore, {0} üzerinde çalıştırılıyor Running tests... - Running tests... + Testler çalıştırılıyor... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + .runsettings dosyası şu konumda yok: {0} Show C# logs - Show C# logs + C# günlüklerini göster Stack Trace - Stack Trace + Yığın İzleme Starting test discovery - Starting test discovery + Test bulma başlatılıyor Starting test run - Starting test run + Test çalıştırması başlatılıyor Successfully completed load of {0} - Successfully completed load of {0} + {0} yüklemesi başarıyla tamamlandı Summary - Summary + Özet Test discovery aborted - Test discovery aborted + Test bulma durduruldu Test run error: {0} - Test run error: {0} + Test çalıştırması hatası: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + {0} projesi yüklenirken sorun oluştu. Ayrıntılar için günlüğe bakın. Using .runsettings file at {0} - Using .runsettings file at {0} + Şu konumdaki .runsettings dosyası kullanılıyor: {0} diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf index 6643e6a3a5801..9c0e452b77054 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + 已中止! Attaching debugger to process {0} - Attaching debugger to process {0} + 正在将调试器附加到进程 {0} Building project... - Building project... + 正在生成项目... Canceled! - Canceled! + 已取消! Client failed to attach the debugger - Client failed to attach the debugger + 客户端无法附加调试器 Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + 已完成加载(重新加载) {0} 中的所有项目 The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + 正在调试测试... Discovering tests... - Discovering tests... + 正在发现测试... Exception thrown: {0} - Exception thrown: {0} + 引发了异常: {0} Failed! - Failed! + 失败! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + 失败: {0} 个,通过: {1} 个,已跳过: {2} 个,总计: {3} 个,持续时间: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + 无法读取 {0}:{1}的 .runsettings 文件 Failed to run restore on {0} - Failed to run restore on {0} + 无法在 {0} 上运行还原 Found {0} tests in {1} - Found {0} tests in {1} + 在 {1} 中找到了 {0} 个测试 Loading {0}... - Loading {0}... + 正在加载 {0}... The placeholder is a name of a file Message - Message + 消息 No test methods found in requested range - No test methods found in requested range + 在请求的范围内找不到测试方法 Nothing found to restore - Nothing found to restore + 找不到要还原的内容 Passed! - Passed! + 已通过! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + 项目 {0} 具有未解析的依赖项 Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + 项目 {0} 由 C# 开发工具包加载 The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + 无法加载项目,因为找不到 .NET Framework 生成工具。请尝试安装 Visual Studio 或 Visual Studio 生成工具包,或查看日志以了解详细信息。 Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + 无法加载项目,因为找不到 Mono。确保已安装 Mono 和 MSBuild,并检查日志以了解详细信息。 Restore - Restore + 还原 Restore complete - Restore complete + 还原完成 Restore started - Restore started + 已开始还原 Restoring {0} - Restoring {0} + 正在还原 {0} Running dotnet restore on {0} - Running dotnet restore on {0} + 正在 {0} 上运行 dotnet restore... Running tests... - Running tests... + 正在运行测试... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + {0} 中不存在 .runsettings 文件 Show C# logs - Show C# logs + 显示 C# 日志 Stack Trace - Stack Trace + 堆栈跟踪 Starting test discovery - Starting test discovery + 正在启动测试发现 Starting test run - Starting test run + 正在启动测试运行 Successfully completed load of {0} - Successfully completed load of {0} + 已成功完成加载 {0} Summary - Summary + 摘要 Test discovery aborted - Test discovery aborted + 已中止测试发现 Test run error: {0} - Test run error: {0} + 测试运行错误: {0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + 加载项目 {0} 时出现问题。有关详细信息,请参阅日志。 Using .runsettings file at {0} - Using .runsettings file at {0} + 在 {0} 使用 .runsettings 文件 diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf index 96a255e755c24..b3ce5e2fdaaec 100644 --- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf +++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf @@ -4,202 +4,202 @@ Aborted! - Aborted! + 已中止! Attaching debugger to process {0} - Attaching debugger to process {0} + 正在將偵錯工具連結到處理序 {0} Building project... - Building project... + 正在建置專案... Canceled! - Canceled! + 已取消! Client failed to attach the debugger - Client failed to attach the debugger + 用戶端無法連結偵錯工具 Completed (re)load of all projects in {0} - Completed (re)load of all projects in {0} + 已完成 {0} 中所有專案的(重新)載入 The placeholder is a time duration like 00:15 Debugging tests... - Debugging tests... + 正在偵錯測試... Discovering tests... - Discovering tests... + 正在探索測試... Exception thrown: {0} - Exception thrown: {0} + 擲回的例外狀況: {0} Failed! - Failed! + 失敗! Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} + 失敗: {0},通過: {1},跳過: {2},總計: {3},持續時間: {4} Failed to read .runsettings file at {0}:{1} - Failed to read .runsettings file at {0}:{1} + 無法讀取位於 {0} 的 .runsettings 檔案: {1} Failed to run restore on {0} - Failed to run restore on {0} + 無法在 {0} 上執行還原 Found {0} tests in {1} - Found {0} tests in {1} + 在 {1} 中找到 {0} 個測試 Loading {0}... - Loading {0}... + 正在載入 {0}... The placeholder is a name of a file Message - Message + 訊息 No test methods found in requested range - No test methods found in requested range + 在要求的範圍內找不到測試方法 Nothing found to restore - Nothing found to restore + 找不到可還原的項目 Passed! - Passed! + 通過! Project {0} has unresolved dependencies - Project {0} has unresolved dependencies + 專案 {0} 有無法解析的相依性 Project {0} loaded by C# Dev Kit - Project {0} loaded by C# Dev Kit + 由 C# 開發人員套件載入的專案 {0} The placeholder is a name of a file Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. - Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details. + 無法載入專案,因為找不到.NET Framework 建置工具。請嘗試安裝 Visual Studio 或 Visual Studio Build Tools 套件,或查看記錄以尋求詳細資料。 Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. - Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details. + 無法載入專案,因為找不到 Mono。請確認已安裝 Mono 和 MSBuild,並查看記錄以尋求詳細資料。 Restore - Restore + 還原 Restore complete - Restore complete + 還原完成 Restore started - Restore started + 還原已開始 Restoring {0} - Restoring {0} + 正在還原 {0} Running dotnet restore on {0} - Running dotnet restore on {0} + 正在 {0} 上執行 dotnet restore Running tests... - Running tests... + 正在執行測試... .runsettings file does not exist at {0} - .runsettings file does not exist at {0} + .runsettings 檔案不存在於 {0} Show C# logs - Show C# logs + 顯示 C# 記錄 Stack Trace - Stack Trace + 堆疊追蹤 Starting test discovery - Starting test discovery + 即將開始測試探索 Starting test run - Starting test run + 即將開始測試回合 Successfully completed load of {0} - Successfully completed load of {0} + 已成功完成 {0} 的載入 Summary - Summary + 摘要 Test discovery aborted - Test discovery aborted + 測試探索已中止 Test run error: {0} - Test run error: {0} + 測試回合錯誤:{0} There were problems loading project {0}. See log for details. - There were problems loading project {0}. See log for details. + 載入專案 {0} 時發生問題。查看記錄以尋求詳細資料。 Using .runsettings file at {0} - Using .runsettings file at {0} + 使用位於 {0} 的 .runsettings 檔案 diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.cs.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.cs.xlf index b71c0adf33dd1..c1e6b6b4e7cac 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.cs.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.cs.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Nejde deserializovat identifikátor Uri. Zjistila se neočekávaná hodnota: {0}. Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Nejde deserializovat MarkupContent. Zjistila se neočekávaná hodnota: {0}. A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Typ SumType nemůže mít jako parametr typu jiný typ SumType. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Žádný z parametrů typu SumType nelze deserializovat. Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + U typu {0} chybí konstruktor, který jako parametr přebírá jeden řetězec. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Nedá se deserializovat výčet založený na řetězci. Zjistila se neočekávaná data: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Nejde deserializovat TextDocumentSyncOptions. Zjistila se neočekávaná hodnota: {0}. diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.de.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.de.xlf index 3bf1bf65b72e9..45a9a5ba4eb17 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.de.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.de.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + URI kann nicht deserialisiert werden kann. Unerwarteter Wert erkannt: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + MarkupContent kann nicht deserialisiert werden. Unerwarteter Wert erkannt: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Ein „SumType“ kann keinen anderen „SumType“ als Typparameter aufweisen. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Keiner der Parameter vom Typ „SumType“ konnte deserialisiert werden Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + Für den Typ {0} fehlt ein Konstruktor, der eine einzelne Zeichenfolge als Parameter akzeptiert. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Die zeichenfolgenbasierte Enumeration kann nicht deserialisiert werden. Unerwartete Daten: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + TextDocumentSyncOptions kann nicht deserialisiert werden. Unerwarteter Wert erkannt: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.es.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.es.xlf index 7b0b92e7d121d..7d5de84cbca99 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.es.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.es.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + No se puede deserializar el URI. Se encontró un valor inesperado: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + No se puede deserializar MarkupContent. Se encontró un valor inesperado: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Un SumType no puede tener otro SumType como parámetro de tipo. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + No se pudo deserializar ninguno de los parámetros de tipo SumType Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + Al tipo {0} le falta un contructor que toma una sola cadena como parámetro. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + No se puede deserializar la enumeración basada en cadenas. Se encontraron datos inesperados: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + No se puede deserializar TextDocumentSyncOptions. Se encontró un valor inesperado: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.fr.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.fr.xlf index a74931dcbd67f..b7736960fab22 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.fr.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.fr.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Impossible de désérialiser l'URI. Valeur inattendue rencontrée : {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Impossible de désérialiser MarkupContent. Valeur inattendue rencontrée : {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Un SumType ne peut pas avoir un autre SumType comme paramètre de type. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Aucun des paramètres de type SumType n’a pu être désérialisé. Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + Il manque un constructeur de type {0} qui accepte une seule chaîne comme paramètre. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Impossible de désérialiser l’énumération basée sur une chaîne. Données inattendues rencontrées : {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Impossible de désérialiser TextDocumentSyncOptions. Valeur inattendue rencontrée : {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.it.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.it.xlf index 95b1cb4926719..535ef4ddfaf44 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.it.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.it.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Non è possibile deserializzare Uri. È stato rilevato il valore imprevisto {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Non è possibile deserializzare MarkupContent. È stato rilevato il valore imprevisto {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Un SumType non può avere un altro SumType come parametro di tipo. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Nessuno dei parametri di tipo SumType può essere deserializzato Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + Nel tipo {0} manca un costruttore che accetta una singola stringa come parametro. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Impossibile deserializzare l'enumerazione basata su stringhe. Rilevati dati imprevisti: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Non è possibile deserializzare TextDocumentSyncOptions. È stato rilevato il valore imprevisto {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ja.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ja.xlf index b887612bdea33..41a6348a60e4b 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ja.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ja.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + URI を逆シリアル化できません。予期しない値が発生しました: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + MarkupContent を逆シリアル化できません。予期しない値が発生しました: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType に型パラメーターとして別の SumType を指定することはできません。 None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + どの SumType 型パラメーターも逆シリアル化できませんでした Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + パラメーターとして単一の文字列を取るコントラクターが 型 {0} にありません。 Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + 文字列ベースの列挙型を逆シリアル化できません。予期しないデータが検出されました: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + TextDocumentSyncOptions を逆シリアル化できません。予期しない値が発生しました: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ko.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ko.xlf index 107178ba6596b..73b4b9378652b 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ko.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ko.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + URI를 역직렬화할 수 없습니다. 예기치 않은 값 {0}이(가) 있습니다. Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + MarkupContent를 역직렬화할 수 없습니다. 예기치 않은 값 {0}이(가) 있습니다. A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType에는 다른 SumType을 형식 매개 변수로 사용할 수 없습니다. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + SumType 형식 매개 변수를 역직렬화할 수 없습니다. Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + {0} 유형에 단일 문자열을 매개 변수로 사용하는 생성자가 없습니다. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + 문자열 기반 열거형을 역직렬화할 수 없습니다. 예상치 못한 데이터 발생: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + TextDocumentSyncOptions를 역직렬화할 수 없습니다. 예기치 않은 값 {0}이(가) 있습니다. diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pl.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pl.xlf index 4def9b9667fe1..5b943fd3b2952 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pl.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pl.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Nie można zdeserializować identyfikatora Uri. Napotkano nieoczekiwaną wartość: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Nie można zdeserializować elementu MarkupContent. Napotkano nieoczekiwaną wartość: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Typ SumType nie może mieć innego typu SumType jako parametru typu. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Nie można zdeserializować żadnego z parametrów typu SumType Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + W typie {0} brakuje konstruktora, który przyjmuje pojedynczy ciąg jako parametr. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Nie można zdeserializować wyliczenia opartego na ciągach. Napotkano nieoczekiwane dane: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Nie można zdeserializować elementu TextDocumentSyncOptions. Napotkano nieoczekiwaną wartość: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pt-BR.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pt-BR.xlf index d805a81a2a064..6ce3cec3aa0e9 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pt-BR.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.pt-BR.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Não é possível desserializar o Uri. Valor inesperado encontrado: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Não é possível desserializar MarkupContent. Valor inesperado encontrado: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + Um SumType não pode ter outro SumType como parâmetro de tipo. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Nenhum dos parâmetros do tipo SumType pode ser desserializado Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + O tipo {0} falta um construtor que toma uma única corda como parâmetro. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Não é possível desserializar enumeração baseada em cadeia de caracteres. Dados inesperados encontrados: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Não é possível desserializar TextDocumentSyncOptions. Valor inesperado encontrado: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ru.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ru.xlf index 97bddd6544310..023bfe80b89d5 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ru.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.ru.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + Не удалось десериализовать URI. Возникло непредвиденное значение: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + Не удалось десериализовать MarkupContent. Возникло непредвиденное значение: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType не может иметь другой SumType в качестве параметра типа. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + Невозможно десериализировать ни один из параметров типа SumType Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + В типе {0} отсутствует конструктор, принимающий одну строку в качестве параметра. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Не удалось десериализовать перечисление на основе строк. Обнаружены непредвиденные данные: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + Не удалось десериализовать TextDocumentSyncOptions. Возникло непредвиденное значение: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.tr.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.tr.xlf index d9c24acadfc31..c2ec945623cea 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.tr.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.tr.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + URI seri durumdan çıkarılamıyor. Beklenmeyen değerle karşılaşıldı: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + MarkupContent seri durumdan çıkarılamıyor. Beklenmeyen değerle karşılaşıldı: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType, tür parametresi olarak başka bir SumType'a sahip olamaz. None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + SumType tür parametrelerinin hiçbiri seri durumdan çıkarılamadı Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + {0} türünde parametre olarak tek bir dize alan bir yapıcı yok. Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + Dize tabanlı sabit listesi seri durumdan çıkarılamıyor. Beklenmeyen veriyle karşılaşıldı: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + TextDocumentSyncOptions seri durumdan çıkarılamıyor. Beklenmeyen değerle karşılaşıldı: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hans.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hans.xlf index ee5d59d3e025c..12cd37c21ed35 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hans.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hans.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + 无法反序列化 URI。出现意外值: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + 无法反序列化 MarkupContent。出现意外值: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType 不能将另一个 SumType 作为类型参数。 None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + 无法反序列化任何 SumType 类型参数 Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + 类型 {0} 缺少一个将单个字符串用作参数的构造函数。 Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + 无法反序列化基于字符串的枚举。遇到意外数据: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + 无法反序列化 TextDocumentSyncOptions。出现意外值: {0} diff --git a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hant.xlf b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hant.xlf index 893ee21fdbf7a..f050d702caef7 100644 --- a/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hant.xlf +++ b/src/LanguageServer/Protocol/xlf/LanguageServerProtocolResources.zh-Hant.xlf @@ -4,37 +4,37 @@ Unable to deserialize Uri. Unexpected value encountered: {0} - Unable to deserialize Uri. Unexpected value encountered: {0} + 無法將 URI 還原序列化。發現非預期的值: {0} Unable to deserialize MarkupContent. Unexpected value encountered: {0} - Unable to deserialize MarkupContent. Unexpected value encountered: {0} + 無法將 MarkupContent 還原序列化。發現非預期的值: {0} A SumType cannot have another SumType as type parameter. - A SumType cannot have another SumType as type parameter. + SumType 不能有另一個 SumType 做為型別參數。 None of the SumType type parameters could be deserialized - None of the SumType type parameters could be deserialized + 沒有可還原序列化的 SumType 型別參數 Type {0} is missing a contructor that takes a single string as parameter. - Type {0} is missing a contructor that takes a single string as parameter. + {0} 類型缺少使用單一字串做為參數的建構函式。 Unable to deserialize string-based enum. Unexpected data encountered: {0} - Unable to deserialize string-based enum. Unexpected data encountered: {0} + 無法將字串型列舉還原序列化。發現未預期的資料: {0} Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} - Unable to deserialize TextDocumentSyncOptions. Unexpected value encountered: {0} + 無法將 TextDocumentSyncOptions 還原序列化。發現非預期的值: {0} diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index cc10025736754..07134004114de 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -1364,7 +1364,7 @@ Show hints for collection expressions - Show hints for collection expressions + 컬렉션 식에 대한 힌트 표시 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index e23d2624c0482..c440039157826 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -1364,7 +1364,7 @@ Show hints for collection expressions - Show hints for collection expressions + Mostrar dicas para expressões de coleção diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index 430a00227749b..21f7c8b71355f 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -1364,7 +1364,7 @@ Show hints for collection expressions - Show hints for collection expressions + Показывать подсказки для выражений коллекции diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index 72a0593a9d8e0..7c7bba59bf4bd 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -1364,7 +1364,7 @@ Show hints for collection expressions - Show hints for collection expressions + Koleksiyon ifadeleri için ipuçlarını göster diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.cs.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.cs.xlf index 2b7d01e6cb791..d894f573ad968 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.cs.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.cs.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Nelze určit symbol pod kurzorem. Cannot navigate to the requested location - Cannot navigate to the requested location + Na požadované umístění nelze přejít. F# Disposable Types - F# Disposable Types + F# – uvolnitelné typy F# Functions / Methods - F# Functions / Methods + F# – funkce/metody F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# – měnitelné proměnné / buňky odkazu F# Printf Format - F# Printf Format + F# – formát printf F# Properties - F# Properties + F# – vlastnosti Implement interface - Implement interface + Implementujte rozhraní. Implement interface without type annotation - Implement interface without type annotation + Implementovat rozhraní bez anotace typu Locating the symbol under the caret... - Locating the symbol under the caret... + Vyhledává se symbol pod kurzorem... Name can be simplified. - Name can be simplified. + Název může být zjednodušený. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Nepovedlo se přejít na symbol: {0} Navigating to symbol... - Navigating to symbol... + Přechází se na symbol... Remove unused open declarations - Remove unused open declarations + Odebrat nepoužívané otevřené deklarace Simplify name - Simplify name + Zjednodušit název The value is unused - The value is unused + Hodnota se nepoužívá. Open declaration can be removed. - Open declaration can be removed. + Otevřenou deklaraci je možné odebrat. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.de.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.de.xlf index 0fb32ee8d6322..b4bbb37e87382 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.de.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.de.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Das Symbol unter dem Caretzeichen kann nicht ermittelt werden. Cannot navigate to the requested location - Cannot navigate to the requested location + Zum angeforderten Speicherort kann nicht navigiert werden. F# Disposable Types - F# Disposable Types + Löschbare F#-Typen F# Functions / Methods - F# Functions / Methods + F#-Funktionen/-Methoden F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Veränderbare Variablen/Verweiszellen in F# F# Printf Format - F# Printf Format + F#-Printf-Format F# Properties - F# Properties + F#-Eigenschaften Implement interface - Implement interface + Schnittstelle implementieren Implement interface without type annotation - Implement interface without type annotation + Schnittstelle ohne Typanmerkung implementieren Locating the symbol under the caret... - Locating the symbol under the caret... + Das Symbol unter dem Caretzeichen wird gesucht... Name can be simplified. - Name can be simplified. + Der Name kann vereinfacht werden. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Fehler beim Navigieren zu Symbol: {0} Navigating to symbol... - Navigating to symbol... + Navigieren zu Symbol... Remove unused open declarations - Remove unused open declarations + Nicht verwendete open-Deklarationen entfernen Simplify name - Simplify name + Namen vereinfachen The value is unused - The value is unused + Der Wert wird nicht verwendet. Open declaration can be removed. - Open declaration can be removed. + Die open-Deklaration kann entfernt werden. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.es.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.es.xlf index c480ece00dcad..efc1385d53e3e 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.es.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.es.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + No se puede determinar el símbolo que hay debajo del símbolo de intercalación. Cannot navigate to the requested location - Cannot navigate to the requested location + No se puede navegar a la ubicación solicitada. F# Disposable Types - F# Disposable Types + Tipos de F# que admiten Dispose F# Functions / Methods - F# Functions / Methods + Métodos o funciones de F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Celdas de referencia o variables mutables de F# F# Printf Format - F# Printf Format + Formato printf de F# F# Properties - F# Properties + Propiedades de F# Implement interface - Implement interface + Implementar interfaz Implement interface without type annotation - Implement interface without type annotation + Implementar la interfaz sin la anotación de tipo Locating the symbol under the caret... - Locating the symbol under the caret... + Buscando el símbolo que hay debajo del símbolo de intercalación... Name can be simplified. - Name can be simplified. + El nombre se puede simplificar. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Error al navegar al símbolo: {0} Navigating to symbol... - Navigating to symbol... + Navegando al símbolo... Remove unused open declarations - Remove unused open declarations + Quitar declaraciones abiertas sin usar Simplify name - Simplify name + Simplificar nombre The value is unused - The value is unused + El valor está sin usar Open declaration can be removed. - Open declaration can be removed. + La declaración abierta se puede quitar. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.fr.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.fr.xlf index 22f77d5d37368..ef4185abae43d 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.fr.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.fr.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Impossible de déterminer le symbole sous le point d'insertion Cannot navigate to the requested location - Cannot navigate to the requested location + Impossible d'accéder à l'emplacement demandé F# Disposable Types - F# Disposable Types + Types F# pouvant être supprimés F# Functions / Methods - F# Functions / Methods + Fonctions / méthodes F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Variables mutables / Cellules de référence F# F# Printf Format - F# Printf Format + Format Printf F# F# Properties - F# Properties + Propriétés F# Implement interface - Implement interface + Implémenter l'interface Implement interface without type annotation - Implement interface without type annotation + Implémenter l'interface sans annotation de type Locating the symbol under the caret... - Locating the symbol under the caret... + Localisation du symbole sous le point d'insertion... Name can be simplified. - Name can be simplified. + Le nom peut être simplifié. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Échec de l'accès au symbole : {0} Navigating to symbol... - Navigating to symbol... + Accès au symbole... Remove unused open declarations - Remove unused open declarations + Supprimer les déclarations open inutilisées Simplify name - Simplify name + Simplifier le nom The value is unused - The value is unused + La valeur est inutilisée Open declaration can be removed. - Open declaration can be removed. + La déclaration open peut être supprimée. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.it.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.it.xlf index 2207a6e449144..158589a6fa490 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.it.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.it.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Non è possibile determinare il simbolo sotto il cursore Cannot navigate to the requested location - Cannot navigate to the requested location + Non è possibile passare alla posizione richiesta F# Disposable Types - F# Disposable Types + Tipi eliminabili F# F# Functions / Methods - F# Functions / Methods + Funzioni/Metodi F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Variabili modificabili/Celle di riferimento F# F# Printf Format - F# Printf Format + Formato printf F# F# Properties - F# Properties + Proprietà F# Implement interface - Implement interface + Implementa l'interfaccia Implement interface without type annotation - Implement interface without type annotation + Implementa l'interfaccia senza annotazione di tipo Locating the symbol under the caret... - Locating the symbol under the caret... + Individuazione del simbolo sotto il cursore... Name can be simplified. - Name can be simplified. + Il nome può essere semplificato. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Il passaggio al simbolo non è riuscito: {0} Navigating to symbol... - Navigating to symbol... + Passaggio al simbolo... Remove unused open declarations - Remove unused open declarations + Rimuovi le dichiarazioni OPEN inutilizzate Simplify name - Simplify name + Semplifica il nome The value is unused - The value is unused + Il valore è inutilizzato Open declaration can be removed. - Open declaration can be removed. + La dichiarazione OPEN può essere rimossa. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ja.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ja.xlf index 2e38cfbb3d57d..7953bacbe5640 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ja.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ja.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + カレットの下のシンボルを決定できません Cannot navigate to the requested location - Cannot navigate to the requested location + 要求された場所に移動できません F# Disposable Types - F# Disposable Types + F# の破棄可能な型 F# Functions / Methods - F# Functions / Methods + F# の関数/メソッド F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# の変更可能な変数/参照セル F# Printf Format - F# Printf Format + F# の Printf 形式 F# Properties - F# Properties + F# のプロパティ Implement interface - Implement interface + インターフェイスを実装します Implement interface without type annotation - Implement interface without type annotation + 型の注釈なしでインターフェイスを実装します Locating the symbol under the caret... - Locating the symbol under the caret... + カレットの下のシンボルを検索しています... Name can be simplified. - Name can be simplified. + 名前を簡素化できます。 Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + シンボルに移動できませんでした: {0} Navigating to symbol... - Navigating to symbol... + シンボルに移動しています... Remove unused open declarations - Remove unused open declarations + 未使用の open 宣言の削除 Simplify name - Simplify name + 名前の単純化 The value is unused - The value is unused + 値は使用されていません Open declaration can be removed. - Open declaration can be removed. + open 宣言は削除することができます。 diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ko.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ko.xlf index ad2790e522a5d..af3f6771577fe 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ko.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ko.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + 캐럿에서 기호를 확인할 수 없습니다. Cannot navigate to the requested location - Cannot navigate to the requested location + 요청한 위치로 이동할 수 없습니다. F# Disposable Types - F# Disposable Types + F# 삭제 가능한 형식 F# Functions / Methods - F# Functions / Methods + F# 함수/메서드 F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# 변경 가능한 변수/참조 셀 F# Printf Format - F# Printf Format + F# Printf 형식 F# Properties - F# Properties + F# 속성 Implement interface - Implement interface + 인터페이스 구현 Implement interface without type annotation - Implement interface without type annotation + 형식 주석 없이 인터페이스 구현 Locating the symbol under the caret... - Locating the symbol under the caret... + 캐럿에서 기호를 찾는 중... Name can be simplified. - Name can be simplified. + 이름을 단순화할 수 있습니다. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + 기호로 이동하지 못함: {0} Navigating to symbol... - Navigating to symbol... + 기호로 이동하는 중... Remove unused open declarations - Remove unused open declarations + 사용되지 않는 열려 있는 선언 제거 Simplify name - Simplify name + 이름 단순화 The value is unused - The value is unused + 값이 사용되지 않음 Open declaration can be removed. - Open declaration can be removed. + 열려 있는 선언은 제거할 수 있습니다. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pl.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pl.xlf index 9917e62d12f5e..dd1a11bd3da92 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pl.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pl.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Nie można określić symbolu pod karetką Cannot navigate to the requested location - Cannot navigate to the requested location + Nie można przejść do żądanej lokalizacji F# Disposable Types - F# Disposable Types + Typy możliwe do likwidacji w języku F# # F# Functions / Methods - F# Functions / Methods + Funkcje/metody języka F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Zmienne modyfikowalne/komórki odwołania w języku F# F# Printf Format - F# Printf Format + Format Printf w języku F# F# Properties - F# Properties + Właściwości w języku F # Implement interface - Implement interface + Zaimplementuj interfejs Implement interface without type annotation - Implement interface without type annotation + Implementuj interfejs bez adnotacji typu Locating the symbol under the caret... - Locating the symbol under the caret... + Trwa lokalizowanie symbolu pod karetką... Name can be simplified. - Name can be simplified. + Nazwa może zostać uproszczona. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Nie można przejść do symbolu: {0} Navigating to symbol... - Navigating to symbol... + Trwa przechodzenie do symbolu... Remove unused open declarations - Remove unused open declarations + Usuń nieużywane otwarte deklaracje Simplify name - Simplify name + Uprość nazwę The value is unused - The value is unused + Wartość nie jest używana Open declaration can be removed. - Open declaration can be removed. + Można usunąć otwarte deklaracje. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pt-BR.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pt-BR.xlf index 661e6340a8af7..5f750f6702bab 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pt-BR.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.pt-BR.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Não é possível determinar o símbolo sob o cursor Cannot navigate to the requested location - Cannot navigate to the requested location + Não é possível navegar para a localização solicitada F# Disposable Types - F# Disposable Types + Tipos Descartáveis F# F# Functions / Methods - F# Functions / Methods + Funções/Métodos F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Variáveis Mutáveis/Células de Referência F# F# Printf Format - F# Printf Format + Formato Printf F# F# Properties - F# Properties + Propriedades F# Implement interface - Implement interface + Implementar a interface Implement interface without type annotation - Implement interface without type annotation + Implementar a interface sem anotação de tipo Locating the symbol under the caret... - Locating the symbol under the caret... + Localizando o símbolo sob o cursor... Name can be simplified. - Name can be simplified. + Nome pode ser simplificado. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Falha ao navegar até o símbolo: {0} Navigating to symbol... - Navigating to symbol... + Navegando para o símbolo... Remove unused open declarations - Remove unused open declarations + Remover as declarações abertas não usadas Simplify name - Simplify name + Simplificar o nome The value is unused - The value is unused + O valor não é usado Open declaration can be removed. - Open declaration can be removed. + A declaração aberta pode ser removida. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ru.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ru.xlf index d25b8f9037856..ce1c3a6c053f2 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ru.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.ru.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Не удается определить символ, на котором находится курсор. Cannot navigate to the requested location - Cannot navigate to the requested location + Не удается перейти к запрошенному расположению. F# Disposable Types - F# Disposable Types + Освобождаемые типы F# F# Functions / Methods - F# Functions / Methods + Функции и методы F# F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + Изменяемые переменные и ссылки на ячейки F# F# Printf Format - F# Printf Format + Формат printf F# F# Properties - F# Properties + Свойства F# Implement interface - Implement interface + Реализовать интерфейс Implement interface without type annotation - Implement interface without type annotation + Реализовать интерфейс без аннотации типа Locating the symbol under the caret... - Locating the symbol under the caret... + Поиск символа, на котором находится курсор… Name can be simplified. - Name can be simplified. + Имя может быть упрощено. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Не удалось перейти к символу: {0} Navigating to symbol... - Navigating to symbol... + Переход к символу… Remove unused open declarations - Remove unused open declarations + Удалить неиспользуемые объявления open Simplify name - Simplify name + Упростить имя The value is unused - The value is unused + Значение не используется Open declaration can be removed. - Open declaration can be removed. + Объявление open может быть удалено. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.tr.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.tr.xlf index f4519712bb3a5..c9b335f139fe9 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.tr.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.tr.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + Giriş işareti altındaki sembol belirlenemiyor. Cannot navigate to the requested location - Cannot navigate to the requested location + İstenen konuma gidilemiyor F# Disposable Types - F# Disposable Types + F# Atılabilir Türleri F# Functions / Methods - F# Functions / Methods + F # İşlevleri/Metotları F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# Değişebilir Değişkenleri/Başvuru Hücreleri F# Printf Format - F# Printf Format + F# Printf Biçimi F# Properties - F# Properties + F# Özellikleri Implement interface - Implement interface + Arabirimi uygula Implement interface without type annotation - Implement interface without type annotation + Tür ek açıklaması olmadan arabirimi uygula Locating the symbol under the caret... - Locating the symbol under the caret... + Giriş işareti altındaki sembol bulunuyor... Name can be simplified. - Name can be simplified. + Ad basitleştirilebilir. Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + Sembole gidilemedi: {0} Navigating to symbol... - Navigating to symbol... + Sembole gidiliyor... Remove unused open declarations - Remove unused open declarations + Kullanılmayan açık bildirimleri kaldır Simplify name - Simplify name + Adı basitleştir The value is unused - The value is unused + Değer kullanılmıyor Open declaration can be removed. - Open declaration can be removed. + Açık bildirim kaldırılabilir. diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hans.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hans.xlf index 338dd96b51933..0a142199d7e09 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hans.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hans.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + 无法确定插入点下面的符号 Cannot navigate to the requested location - Cannot navigate to the requested location + 无法导航到请求的位置 F# Disposable Types - F# Disposable Types + F# 可处置类型 F# Functions / Methods - F# Functions / Methods + F# 函数/方法 F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# 可变变量/引用单元格 F# Printf Format - F# Printf Format + F# Printf 格式 F# Properties - F# Properties + F# 属性 Implement interface - Implement interface + 实现接口 Implement interface without type annotation - Implement interface without type annotation + 实现接口而不使用类型注释 Locating the symbol under the caret... - Locating the symbol under the caret... + 正在查找插入点下面的符号... Name can be simplified. - Name can be simplified. + 可以简化名称。 Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + 导航到符号失败: {0} Navigating to symbol... - Navigating to symbol... + 正在导航到符号... Remove unused open declarations - Remove unused open declarations + 删除未使用的开放声明 Simplify name - Simplify name + 简化名称 The value is unused - The value is unused + 未使用该值 Open declaration can be removed. - Open declaration can be removed. + 可以删除开放的声明。 diff --git a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hant.xlf b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hant.xlf index eb86e314f7d5a..86a6bf59cd824 100644 --- a/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hant.xlf +++ b/src/VisualStudio/ExternalAccess/FSharp/xlf/ExternalAccessFSharpResources.zh-Hant.xlf @@ -4,87 +4,87 @@ Cannot determine the symbol under the caret - Cannot determine the symbol under the caret + 無法判斷插入點下的符號 Cannot navigate to the requested location - Cannot navigate to the requested location + 無法瀏覽到要求的位置 F# Disposable Types - F# Disposable Types + F# 可處置的類型 F# Functions / Methods - F# Functions / Methods + F# 函式/方法 F# Mutable Variables / Reference Cells - F# Mutable Variables / Reference Cells + F# 可變變數/參考儲存格 F# Printf Format - F# Printf Format + F# Printf 格式 F# Properties - F# Properties + F# 屬性 Implement interface - Implement interface + 實作介面 Implement interface without type annotation - Implement interface without type annotation + 在沒有型別註釋的情況下實作介面 Locating the symbol under the caret... - Locating the symbol under the caret... + 正在尋找插入點下的符號... Name can be simplified. - Name can be simplified. + 可以簡化名稱。 Navigate to symbol failed: {0} - Navigate to symbol failed: {0} + 無法瀏覽到符號: {0} Navigating to symbol... - Navigating to symbol... + 正在瀏覽到符號... Remove unused open declarations - Remove unused open declarations + 移除未使用的開放式宣告 Simplify name - Simplify name + 簡化名稱 The value is unused - The value is unused + 此值未使用 Open declaration can be removed. - Open declaration can be removed. + 可以移除開放式宣告。