diff --git a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx index 9682396b88b75..a0493c14e1860 100644 --- a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx +++ b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx @@ -289,17 +289,14 @@ Remove operator (preserves semantics) - - Remove suppression operators - Remove unnecessary suppression operator Suppression operator has no effect and can be misinterpreted - - 'typeof' can be converted to 'nameof' + + 'typeof' can be converted to 'nameof' Use 'new(...)' diff --git a/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs b/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs index f6c3d60969c21..c1a62cac3a434 100644 --- a/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs +++ b/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs @@ -15,7 +15,7 @@ namespace Microsoft.CodeAnalysis.CSharp.ConvertTypeOfToNameOf; [DiagnosticAnalyzer(LanguageNames.CSharp)] internal sealed class CSharpConvertTypeOfToNameOfDiagnosticAnalyzer : AbstractConvertTypeOfToNameOfDiagnosticAnalyzer { - private static readonly string s_title = CSharpAnalyzersResources.typeof_can_be_converted__to_nameof; + private static readonly string s_title = CSharpAnalyzersResources.typeof_can_be_converted_to_nameof; public CSharpConvertTypeOfToNameOfDiagnosticAnalyzer() : base(s_title) { diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf index b485bfe17c5b5..a7a15178f83ab 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf @@ -172,11 +172,6 @@ Odebrat redundantní direktivu s možnou hodnotou null - - Remove suppression operators - Odebrat operátory potlačení - - Remove unnecessary lambda expression Odebrat nepotřebný výraz lambda @@ -457,9 +452,9 @@ Výraz „new“ může být zjednodušený. - - 'typeof' can be converted to 'nameof' - typeof se dá převést na nameof. + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf index 6ff3705cc68a5..b5ec0a85191d3 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf @@ -172,11 +172,6 @@ Die redundante nullable-Direktive entfernen - - Remove suppression operators - Unterdrückungsoperatoren entfernen - - Remove unnecessary lambda expression Unnötigen Lambdaausdruck entfernen @@ -457,9 +452,9 @@ new-Ausdruck kann vereinfacht werden - - 'typeof' can be converted to 'nameof' - "typeof" kann in "nameof" konvertiert werden. + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf index b6d67d308c8d5..7a51869b61fbc 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf @@ -172,11 +172,6 @@ Quitar directiva redundante que admite un valor NULL - - Remove suppression operators - Quitar operadores de supresión - - Remove unnecessary lambda expression Quitar la expresión lambda innecesaria @@ -457,9 +452,9 @@ La expresión "new" se puede simplificar. - - 'typeof' can be converted to 'nameof' - "typeof" puede convertirse en "nameof" + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf index 270a3f05a8fa7..2af2443407a99 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf @@ -172,11 +172,6 @@ Supprimer la directive nullable redondante - - Remove suppression operators - Supprimer les opérateurs de suppression - - Remove unnecessary lambda expression Supprimer l’expression lambda inutile @@ -457,9 +452,9 @@ L'expression 'new' peut être simplifiée - - 'typeof' can be converted to 'nameof' - 'typeof' peut être converti en 'nameof' + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf index 13dbd08e7716a..f3bb72c10ca99 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf @@ -172,11 +172,6 @@ Rimuovi direttiva che ammette i valori Null ridondante - - Remove suppression operators - Rimuovi gli operatori di eliminazione - - Remove unnecessary lambda expression Rimuovi espressione lambda non necessaria @@ -457,9 +452,9 @@ L'espressione 'new' può essere semplificata - - 'typeof' can be converted to 'nameof' - 'typeof' può essere convertito in 'nameof' + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf index 374f99f4b75d0..e775f0b6a2511 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf @@ -172,11 +172,6 @@ 冗長な null 許容ディレクティブを削除します - - Remove suppression operators - 抑制演算子の削除 - - Remove unnecessary lambda expression 不要なラムダ式の削除 @@ -457,9 +452,9 @@ 'new' 式を簡素化できます - - 'typeof' can be converted to 'nameof' - 'typeof' を 'nameof' に変換できます + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf index 85f2d27edae89..9bb8a212c10b9 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf @@ -172,11 +172,6 @@ 중복 null 허용 지시문 제거 - - Remove suppression operators - 비표시 오류(Suppression) 연산자 제거 - - Remove unnecessary lambda expression 불필요한 람다 식 제거 @@ -457,9 +452,9 @@ 'new' 식을 단순화할 수 있습니다. - - 'typeof' can be converted to 'nameof' - 'typeof'를 'nameof'로 변환할 수 있습니다. + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf index 17825648087f7..24ff89ea899fd 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf @@ -172,11 +172,6 @@ Usuwanie nadmiarowej dyrektywy dopuszczania wartości null - - Remove suppression operators - Usuń operatory pomijania - - Remove unnecessary lambda expression Usuń niepotrzebne wyrażenie lambda @@ -457,9 +452,9 @@ Wyrażenie „new” można uprościć - - 'typeof' can be converted to 'nameof' - Element „typeof” można przekonwertować na element „nameof” + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf index 6c2efc3a35f31..11ae62d4bbae9 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf @@ -172,11 +172,6 @@ Remover diretiva que permite valor nulo redundante - - Remove suppression operators - Remover operadores de supressão - - Remove unnecessary lambda expression Remover expressão lambda desnecessária @@ -457,9 +452,9 @@ A expressão 'new' pode ser simplificada - - 'typeof' can be converted to 'nameof' - 'typeof' pode ser convertido em 'nameof' + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf index caa0742ff2280..aac6d9dc7df5d 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf @@ -172,11 +172,6 @@ Удалите избыточную директиву, допускающую значение NULL - - Remove suppression operators - Удалить операторы подавления - - Remove unnecessary lambda expression Удалить ненужное лямбда-выражение @@ -457,9 +452,9 @@ выражение new можно упростить - - 'typeof' can be converted to 'nameof' - "typeof" можно преобразовать в "nameof". + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf index b009bdd608b86..0d353386d64aa 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf @@ -172,11 +172,6 @@ Yinelenen null atanabilir yönergeyi kaldırın - - Remove suppression operators - Gizleme işleçlerini kaldır - - Remove unnecessary lambda expression Gereksiz lambda ifadesini kaldır @@ -457,9 +452,9 @@ 'new' ifadesi basitleştirilebilir - - 'typeof' can be converted to 'nameof' - 'typeof' metodu 'nameof' metoduna dönüştürülebilir + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf index 1f964aab79bae..6affe14302f04 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf @@ -172,11 +172,6 @@ 删除冗余的可为空的指令 - - Remove suppression operators - 请删除忽略运算符 - - Remove unnecessary lambda expression 删除不必要的 lambda 表达式 @@ -457,9 +452,9 @@ 可简化 "new" 表达式 - - 'typeof' can be converted to 'nameof' - "typeof" 可以转换为 "nameof" + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf index 0feb0aa243ef3..8f83bfb1286d1 100644 --- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf +++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf @@ -172,11 +172,6 @@ 移除多餘而可為 Null 的指示詞 - - Remove suppression operators - 移除隱藏的運算子 - - Remove unnecessary lambda expression 移除不必要的 Lambda 運算式 @@ -457,9 +452,9 @@ 'new' 運算式可簡化 - - 'typeof' can be converted to 'nameof' - 'typeof' 可轉換為 'nameof' + + 'typeof' can be converted to 'nameof' + 'typeof' can be converted to 'nameof' diff --git a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx index 9af69937766bd..9cf410e3da82f 100644 --- a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx +++ b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx @@ -129,21 +129,9 @@ New line preferences - - Arrays with more than one dimension cannot be serialized. - Value too large to be represented as a 30 bit unsigned integer. - - The type '{0}' is not understood by the serialization binder. - - - Cannot serialize type '{0}'. - - - Deserialization reader for '{0}' read incorrect number of values. - Stream is too long. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf index 6b665b44244cf..5def367e19048 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf @@ -12,21 +12,6 @@ Pro tuto možnost se musí zadat název jazyka. - - Arrays with more than one dimension cannot be serialized. - Pole s víc než jedním rozměrem nejsou serializované. - - - - Cannot serialize type '{0}'. - Typ {0} nejde serializovat. - - - - Deserialization reader for '{0}' read incorrect number of values. - Čtečka deserializace pro {0} přečetla nesprávný počet hodnot. - - Indentation and spacing Odsazení a mezery @@ -42,11 +27,6 @@ Stream je moc dlouhý. - - The type '{0}' is not understood by the serialization binder. - Vazač serializace nerozumí typu {0}. - - Value too large to be represented as a 30 bit unsigned integer. Hodnota je moc velká, než aby se dala vyjádřit jako 30bitové nepodepsané celé číslo. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf index 65536220096ef..f14719bac2c7e 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf @@ -12,21 +12,6 @@ Für diese Option muss ein Sprachenname angegeben werden. - - Arrays with more than one dimension cannot be serialized. - Arrays mit mehr als einer Dimension können nicht serialisiert werden. - - - - Cannot serialize type '{0}'. - Typ "{0}" kann nicht serialisiert werden. - - - - Deserialization reader for '{0}' read incorrect number of values. - Der Deserialisierungsreader für "{0}" hat eine falsche Anzahl von Werten gelesen. - - Indentation and spacing Einzüge und Abstände @@ -42,11 +27,6 @@ Der Datenstrom ist zu lang. - - The type '{0}' is not understood by the serialization binder. - Der Typ "{0}" wird vom Serialisierungsbinder nicht verstanden. - - Value too large to be represented as a 30 bit unsigned integer. Der Wert ist zu groß, um als ganze 30-Bit-Zahl ohne Vorzeichen dargestellt zu werden. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf index 453bfd280c8c6..61f0515e6ec7e 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf @@ -12,21 +12,6 @@ Se debe especificar un nombre de lenguaje para esta opción. - - Arrays with more than one dimension cannot be serialized. - Las matrices con más de una dimensión no se pueden serializar. - - - - Cannot serialize type '{0}'. - No se puede serializar el tipo "{0}". - - - - Deserialization reader for '{0}' read incorrect number of values. - El lector de deserialización de "{0}" leyó un número incorrecto de valores. - - Indentation and spacing Sangría y espaciado @@ -42,11 +27,6 @@ Secuencia demasiado larga. - - The type '{0}' is not understood by the serialization binder. - El enlazador de serialización no comprende el tipo "{0}". - - Value too large to be represented as a 30 bit unsigned integer. Valor demasiado largo para representarse como entero sin signo de 30 bits. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf index 2e80c95c8651b..7eecc89cf845e 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf @@ -12,21 +12,6 @@ Un nom de langage doit être spécifié pour cette option. - - Arrays with more than one dimension cannot be serialized. - Impossible de sérialiser les tableaux de plus d'une dimension. - - - - Cannot serialize type '{0}'. - Impossible de sérialiser le type '{0}'. - - - - Deserialization reader for '{0}' read incorrect number of values. - Le lecteur de désérialisation pour '{0}' a lu un nombre incorrect de valeurs. - - Indentation and spacing Indentation et espacement @@ -42,11 +27,6 @@ Le flux est trop long. - - The type '{0}' is not understood by the serialization binder. - Le type '{0}' n'est pas pris en charge par le binder de sérialisation. - - Value too large to be represented as a 30 bit unsigned integer. La valeur est trop grande pour être représentée comme un entier non signé 30 bits. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf index 8b436e39c3029..34d3b3f5eb787 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf @@ -12,21 +12,6 @@ È necessario specificare un nome di linguaggio per questa opzione. - - Arrays with more than one dimension cannot be serialized. - Non è possibile serializzare le matrice con più di una dimensione. - - - - Cannot serialize type '{0}'. - Non è possibile serializzare il tipo '{0}'. - - - - Deserialization reader for '{0}' read incorrect number of values. - Il numero di valori letto dal lettore di deserializzazioni per '{0}' non è corretto. - - Indentation and spacing Rientro e spaziatura @@ -42,11 +27,6 @@ Il flusso è troppo lungo. - - The type '{0}' is not understood by the serialization binder. - Il tipo '{0}' non è riconosciuto dal binder di serializzazioni. - - Value too large to be represented as a 30 bit unsigned integer. Il valore è troppo grande per essere rappresentato come intero senza segno a 30 bit. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf index b657348745190..bbb3acec1c903 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf @@ -12,21 +12,6 @@ このオプションの言語名を指定する必要があります。 - - Arrays with more than one dimension cannot be serialized. - 複数の次元を持つ配列はシリアル化できません。 - - - - Cannot serialize type '{0}'. - 型 '{0}' をシリアル化できません。 - - - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' の逆シリアル化のリーダーが、正しくない数の値を読み取りました。 - - Indentation and spacing インデントと間隔 @@ -42,11 +27,6 @@ ストリームが長すぎます。 - - The type '{0}' is not understood by the serialization binder. - 型 '{0}' がシリアル化バインダーで認識されません。 - - Value too large to be represented as a 30 bit unsigned integer. 値が大きすぎるため、30 ビットの符号なし整数として表すことができません。 diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf index 1da1870ef4588..4a163e439f589 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf @@ -12,21 +12,6 @@ 이 옵션에 대한 언어 이름을 지정해야 합니다. - - Arrays with more than one dimension cannot be serialized. - 차원이 두 개 이상인 배열을 직렬화할 수 없습니다. - - - - Cannot serialize type '{0}'. - '{0}' 형식을 직렬화할 수 없습니다. - - - - Deserialization reader for '{0}' read incorrect number of values. - '{0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다. - - Indentation and spacing 들여쓰기 및 간격 @@ -42,11 +27,6 @@ 스트림이 너무 깁니다. - - The type '{0}' is not understood by the serialization binder. - 직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다. - - Value too large to be represented as a 30 bit unsigned integer. 값이 너무 커서 30비트 정수로 표시할 수 없습니다. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf index 2fade54b30f6e..4b8e25f3f99c7 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf @@ -12,21 +12,6 @@ Nazwa języka musi zostać określona dla tej opcji. - - Arrays with more than one dimension cannot be serialized. - Nie można przeprowadzić serializacji tablic z więcej niż jednym wymiarem. - - - - Cannot serialize type '{0}'. - Nie można serializować typu „{0}”. - - - - Deserialization reader for '{0}' read incorrect number of values. - Czytnik deserializacji dla elementu „{0}” odczytuje nieprawidłową liczbę wartości. - - Indentation and spacing Wcięcia i odstępy @@ -42,11 +27,6 @@ Strumień jest za długi. - - The type '{0}' is not understood by the serialization binder. - Typ „{0}” nie jest zrozumiały dla integratora serializacji. - - Value too large to be represented as a 30 bit unsigned integer. Wartość jest zbyt duża, dlatego nie może być reprezentowana jako 30-bitowa liczba całkowita bez znaku. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf index 39024086a97b4..580260de33771 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf @@ -12,21 +12,6 @@ Um nome de idioma deve ser especificado para esta opção. - - Arrays with more than one dimension cannot be serialized. - As matrizes com mais de uma dimensão não podem ser serializadas. - - - - Cannot serialize type '{0}'. - Não é possível serializar o tipo '{0}'. - - - - Deserialization reader for '{0}' read incorrect number of values. - O leitor de desserialização para '{0}' lê o número incorreto de valores. - - Indentation and spacing Recuo e espaçamento @@ -42,11 +27,6 @@ O fluxo é muito longo. - - The type '{0}' is not understood by the serialization binder. - O tipo '{0}' não é compreendido pelo associador de serialização. - - Value too large to be represented as a 30 bit unsigned integer. Valor muito grande para ser representado como um inteiro não assinado de 30 bits. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf index 9f5375fb8dbdd..65b227be92275 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf @@ -12,21 +12,6 @@ Для данного параметра необходимо указать имя языка. - - Arrays with more than one dimension cannot be serialized. - Массивы с несколькими измерениями нельзя сериализовать. - - - - Cannot serialize type '{0}'. - Невозможно сериализовать тип "{0}". - - - - Deserialization reader for '{0}' read incorrect number of values. - Считыватель десериализации для "{0}" считал неверное количество значений. - - Indentation and spacing Отступы и интервалы @@ -42,11 +27,6 @@ Слишком длинный поток. - - The type '{0}' is not understood by the serialization binder. - Тип "{0}" не распознан модулем привязки сериализации. - - Value too large to be represented as a 30 bit unsigned integer. Слишком большое значение для представления в виде 30-разрядного целого числа без знака. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf index 6d829c94c4a2c..113d378f9a817 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf @@ -12,21 +12,6 @@ Bu seçenek için bir dil adı belirtilmelidir. - - Arrays with more than one dimension cannot be serialized. - Birden çok boyutlu diziler seri hale getirilemez. - - - - Cannot serialize type '{0}'. - '{0}' türü seri hale getirilemiyor. - - - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' türünün seri durumdan çıkarma okuyucusu, yanlış sayıda değer okudu. - - Indentation and spacing Girinti ve aralığı @@ -42,11 +27,6 @@ Akış çok uzun. - - The type '{0}' is not understood by the serialization binder. - '{0}' türü, serileştirme bağlayıcısı tarafından anlaşılamıyor. - - Value too large to be represented as a 30 bit unsigned integer. Değer, 30 bit işaretsiz tamsayı olarak temsil edilemeyecek kadar büyük. diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf index e9fcd58ca57a9..96dc9830f0bb1 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf @@ -12,21 +12,6 @@ 必须为此选项指定语言名称。 - - Arrays with more than one dimension cannot be serialized. - 不能序列化具有多个维度的数组。 - - - - Cannot serialize type '{0}'. - 无法序列化类型“{0}”。 - - - - Deserialization reader for '{0}' read incorrect number of values. - “{0}”的反序列化读取器读取到错误数量的值。 - - Indentation and spacing 缩进和间距 @@ -42,11 +27,6 @@ “流”过长。 - - The type '{0}' is not understood by the serialization binder. - 序列化绑定器不理解“{0}”类型。 - - Value too large to be represented as a 30 bit unsigned integer. 值太大,无法表示为 30 位无符号整数。 diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf index 496c7109778ea..d27ad2de0de00 100644 --- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf +++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf @@ -12,21 +12,6 @@ 必須指定此選項的語言名稱。 - - Arrays with more than one dimension cannot be serialized. - 無法序列化包含多個維度的陣列。 - - - - Cannot serialize type '{0}'. - 無法將類型 '{0}' 序列化。 - - - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' 的還原序列化讀取器所讀取的值數目不正確。 - - Indentation and spacing 縮排和間距 @@ -42,11 +27,6 @@ 資料流過長。 - - The type '{0}' is not understood by the serialization binder. - 序列化繫結器無法辨識類型 '{0}'。 - - Value too large to be represented as a 30 bit unsigned integer. 值太大,無法呈現為 30 位元不帶正負號的整數。 diff --git a/src/EditorFeatures/CSharp/CSharpEditorResources.resx b/src/EditorFeatures/CSharp/CSharpEditorResources.resx index 0c85188266fe5..d1d4976bedfe1 100644 --- a/src/EditorFeatures/CSharp/CSharpEditorResources.resx +++ b/src/EditorFeatures/CSharp/CSharpEditorResources.resx @@ -126,9 +126,6 @@ (Press TAB to insert) - - Smart Indenting - Split string diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf index 83f5df838eaf0..7f7b5c9f24d72 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf @@ -52,11 +52,6 @@ (Pro vložení stiskněte TAB.) - - Smart Indenting - Chytré odsazování - - Split raw string Rozdělit nezpracovaný řetězec diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf index b514ba01c2205..dc4b02342fff9 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf @@ -52,11 +52,6 @@ (Zum Einfügen TAB-TASTE drücken) - - Smart Indenting - Intelligenter Einzug - - Split raw string Rohzeichenfolge teilen diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf index f2040ac30a13a..b59460b830055 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf @@ -52,11 +52,6 @@ (Presione TAB para insertar) - - Smart Indenting - Sangría inteligente - - Split raw string Dividir cadena sin formato diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf index 5140bf6b601bb..1d0de182ad5c9 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf @@ -52,11 +52,6 @@ (Appuyez sur TAB pour insérer) - - Smart Indenting - Retrait intelligent - - Split raw string Fractionner la chaîne brute diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf index 9d87f65e41bba..ffb05af54605b 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf @@ -52,11 +52,6 @@ (Premere TAB per inserire) - - Smart Indenting - Rientro automatico - - Split raw string Dividi stringa non elaborata diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf index 663feaf7a0ce9..024dbb366400f 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf @@ -52,11 +52,6 @@ (Tab キーを押して挿入) - - Smart Indenting - スマート インデント - - Split raw string 生文字列の分割 diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf index 38519446fcd9c..0af667ee68fb1 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf @@ -52,11 +52,6 @@ (삽입하려면 <Tab> 키 누름) - - Smart Indenting - 스마트 들여쓰기 - - Split raw string 원시 문자열 분할 diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf index 9df9db622e3ef..0869e65dfd49e 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf @@ -52,11 +52,6 @@ (Naciśnij klawisz TAB, aby wstawić) - - Smart Indenting - Inteligentne tworzenie wcięć - - Split raw string Podziel nieprzetworzony ciąg diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf index 034ad04abab07..71adb01c65ef2 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf @@ -52,11 +52,6 @@ (Pressione TAB para inserir) - - Smart Indenting - Recuo Inteligente - - Split raw string Dividir cadeia de caracteres bruta diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf index 8aa57ab44cc5a..7a2e26b488f70 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf @@ -52,11 +52,6 @@ (Нажмите клавишу TAB для вставки) - - Smart Indenting - Интеллектуальные отступы - - Split raw string Разделить необработанную строку diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf index f19bbf1db2a3a..4f4e0e1b6b51b 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf @@ -52,11 +52,6 @@ (Eklemek için TAB tuşuna basın) - - Smart Indenting - Akıllı Girintileme - - Split raw string Ham dizeyi böl diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf index 2fbffb81bebb9..5d8955cc11670 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf @@ -52,11 +52,6 @@ (按 Tab 插入) - - Smart Indenting - 智能缩进 - - Split raw string 拆分原始字符串 diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf index 95e6024d5558d..a5bf2b3f46e4e 100644 --- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf +++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf @@ -52,11 +52,6 @@ (按 TAB 鍵插入) - - Smart Indenting - 智慧縮排 - - Split raw string 分割原始字串 diff --git a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx b/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx index 28cfa56bfb39c..c83b28818abf3 100644 --- a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx +++ b/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx @@ -129,12 +129,6 @@ Executing selection in Interactive Window. - - Print a list of referenced assemblies. - - - The references command is not supported in this Interactive Window implementation. - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. @@ -156,9 +150,6 @@ Enter to rename, Shift+Enter to preview - - Generating suggestions... - Enter to rename, Shift+Enter to preview, Ctrl+Space for rename suggestions diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf index 74efd3bc19924..09984a6f812ca 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf @@ -32,11 +32,6 @@ Výběr se spouští v okně Interactive. - - Generating suggestions... - Generování návrhů… - - Get AI-powered rename suggestions (Ctrl+Space) Získejte návrhy přejmenování využívající umělou inteligenci (Ctrl+Mezerník) @@ -47,11 +42,6 @@ Interaktivní platforma procesů hostitelů - - Print a list of referenced assemblies. - Vytiskne seznam odkazovaných sestavení. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Resetujte spouštěcí prostředí do počátečního stavu a zachovejte historii s možností přepnout modul runtime hostitelského procesu. @@ -77,11 +67,6 @@ Vlastnost CurrentWindow se dá přiřadit jenom jednou. - - The references command is not supported in this Interactive Window implementation. - Příkaz references není v této implementaci okna Interactive podporovaný. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf index 0eb0ec86d71d1..de7e4622e7435 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf @@ -32,11 +32,6 @@ Die Auswahl wird im Interactive-Fenster ausgeführt. - - Generating suggestions... - Vorschläge werden generiert... - - Get AI-powered rename suggestions (Ctrl+Space) KI-gestützte Umbenennungsvorschläge abrufen (STRG+LEERTASTE) @@ -47,11 +42,6 @@ Interaktive Hostprozessplattform - - Print a list of referenced assemblies. - Gibt eine Liste der Assemblys aus, auf die verwiesen wird. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Setzen Sie die Ausführungsumgebung auf den Anfangszustand zurück, und behalten Sie den Verlauf bei, mit der Option, die Runtime des Hostprozesses zu wechseln. @@ -77,11 +67,6 @@ Die Eigenschaft "CurrentWindow" kann nur ein Mal zugewiesen werden. - - The references command is not supported in this Interactive Window implementation. - Der Befehl "references" wird in dieser Implementierung von Interactive-Fenster nicht unterstützt. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf index 01ffdf109b6b3..116149effe1f1 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf @@ -32,11 +32,6 @@ Ejecutando selección en ventana interactiva. - - Generating suggestions... - Generando sugerencias... - - Get AI-powered rename suggestions (Ctrl+Space) Obtener sugerencias de cambio de nombre con tecnología de inteligencia artificial (Ctrl+Espacio) @@ -47,11 +42,6 @@ Plataforma de proceso de host interactiva - - Print a list of referenced assemblies. - Imprima una lista de ensamblados de referencia. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Restablezca el entorno de ejecución al estado inicial y mantenga el historial, con la opción de cambiar el tiempo de ejecución del proceso de host. @@ -77,11 +67,6 @@ La propiedad CurrentWindow solo se puede asignar una vez. - - The references command is not supported in this Interactive Window implementation. - No se admite el comando de referencias en esta implementación de ventana interactiva. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf index 95d215d86b752..4319062bca8d4 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf @@ -32,11 +32,6 @@ Exécution de la sélection dans la fenêtre interactive. - - Generating suggestions... - Génération en cours de suggestions... - - Get AI-powered rename suggestions (Ctrl+Space) Obtenir des suggestions de renommage basées sur l’intelligence artificielle (Ctrl+Espace) @@ -47,11 +42,6 @@ Plateforme de processus hôte interactive - - Print a list of referenced assemblies. - Affichez la liste des assemblys référencés. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Réinitialisez l’environnement d’exécution à l’état initial et conservez l’historique, avec l’option permettant de changer le runtime du processus hôte. @@ -77,11 +67,6 @@ La propriété CurrentWindow ne peut être assignée qu'une seule fois. - - The references command is not supported in this Interactive Window implementation. - La commande references n'est pas prise en charge dans cette implémentation de fenêtre interactive. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf index 4bfc25ea1a982..3f5deaf2491d7 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf @@ -32,11 +32,6 @@ Esecuzione della selezione nella finestra interattiva. - - Generating suggestions... - Generazione di suggerimenti in corso - - Get AI-powered rename suggestions (Ctrl+Space) Ottieni suggerimenti di ridenominazione basati sull'intelligenza artificiale (CTRL+BARRA SPAZIATRICE) @@ -47,11 +42,6 @@ Piattaforma interattiva per processi host - - Print a list of referenced assemblies. - Stampa un elenco di tutti gli assembly di riferimento. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Reimpostare lo stato iniziale dell'ambiente di esecuzione e mantenere la cronologia, con l'opzione per cambiare il runtime del processo host. @@ -77,11 +67,6 @@ La proprietà CurrentWindow può essere assegnata una sola volta. - - The references command is not supported in this Interactive Window implementation. - Il comando references non è supportato in questa implementazione di Finestra interattiva. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf index d146d32c45dea..fcfbc0b834c31 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf @@ -32,11 +32,6 @@ インタラクティブ ウィンドウで選択を実行します。 - - Generating suggestions... - 候補を生成しています... - - Get AI-powered rename suggestions (Ctrl+Space) AI を利用した名前変更の提示を取得する (Ctrl + Space) @@ -47,11 +42,6 @@ 対話型ホスト プロセス プラットフォーム - - Print a list of referenced assemblies. - 参照アセンブリの一覧を印刷します。 - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. ホスト プロセスのランタイムを切り替えるオプションを使用して、実行環境を初期状態にリセットし、履歴を保持します。 @@ -77,11 +67,6 @@ CurrentWindow プロパティは 1 回のみ割り当てることができます。 - - The references command is not supported in this Interactive Window implementation. - このインタラクティブ ウィンドウの実装で、参照コマンドはサポートされていません。 - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf index 689df5332a228..5065613dadc48 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf @@ -32,11 +32,6 @@ 선택 영역을 대화형 창에서 실행하는 중입니다. - - Generating suggestions... - 제안 사항을 생성하는 중... - - Get AI-powered rename suggestions (Ctrl+Space) AI 기반 이름 바꾸기 제안 보기(Ctrl+스페이스바) @@ -47,11 +42,6 @@ 대화형 호스트 프로세스 플랫폼 - - Print a list of referenced assemblies. - 참조된 어셈블리의 목록을 인쇄합니다. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. 호스트 프로세스의 런타임을 전환하는 옵션을 사용하여 실행 환경을 초기 상태로 다시 설정하고 기록을 유지합니다. @@ -77,11 +67,6 @@ CurrentWindow 속성은 한 번만 할당될 수 있습니다. - - The references command is not supported in this Interactive Window implementation. - 참조 명령은 이 대화형 창 구현에서 지원되지 않습니다. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf index 50fb8f133ddff..23c17d9693380 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf @@ -32,11 +32,6 @@ Wykonywanie zaznaczenia w oknie Interactive. - - Generating suggestions... - Generowanie sugestii... - - Get AI-powered rename suggestions (Ctrl+Space) Uzyskaj funkcję Zmień nazwy sugestii obsługiwane przez sztuczną inteligencję (Ctrl+Spacja) @@ -47,11 +42,6 @@ Platforma procesu hosta interaktywnego - - Print a list of referenced assemblies. - Wydrukuj listę przywoływanych zestawów. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Zresetuj środowisko wykonawcze do stanu początkowego i zachowaj historię z opcją przełączenia środowiska uruchomieniowego procesu hosta. @@ -77,11 +67,6 @@ Właściwość CurrentWindow można przypisać tylko raz. - - The references command is not supported in this Interactive Window implementation. - Polecenie references nie jest obsługiwane w tej implementacji okna Interactive. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf index 079cdb4a2f89a..f634d8dae75ed 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf @@ -32,11 +32,6 @@ Executando seleção na Janela Interativa. - - Generating suggestions... - Gerando sugestões... - - Get AI-powered rename suggestions (Ctrl+Space) Obter sugestões de renomeação com tecnologia de IA (Ctrl+Espaço) @@ -47,11 +42,6 @@ Plataforma interativa de processo de host - - Print a list of referenced assemblies. - Imprima uma lista de assemblies referenciados. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Redefine o ambiente de execução para o estado inicial e mantém o histórico, com a opção de mudar o runtime do processo do host. @@ -77,11 +67,6 @@ A propriedade CurrentWindow deve ser atribuído apenas uma vez. - - The references command is not supported in this Interactive Window implementation. - O comando de referências não tem suporte nessa implementação de Janela Interativa. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf index 3a8f7017c51d5..e2a1e6d137a96 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf @@ -32,11 +32,6 @@ Выполнение выделенного фрагмента в Интерактивном окне. - - Generating suggestions... - Создаются предложения... - - Get AI-powered rename suggestions (Ctrl+Space) Подбор имени на базе искусственного интеллекта (CTRL+ПРОБЕЛ) @@ -47,11 +42,6 @@ Интерактивная платформа хост-процесса - - Print a list of referenced assemblies. - Печать списка сборок, на которые указывают ссылки. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Сбросьте среду выполнения в начальное состояние и сохраните журнал с возможностью переключения среды выполнения хост-процесса. @@ -77,11 +67,6 @@ Свойство CurrentWindow может быть назначено только один раз. - - The references command is not supported in this Interactive Window implementation. - Команда, на которую указывает ссылка, не поддерживается в этой реализации Интерактивного окна. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf index d46c18482e002..3ebd606908af6 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf @@ -32,11 +32,6 @@ Seçim, Etkileşimli Pencere'de yürütülüyor. - - Generating suggestions... - Öneriler oluşturuluyor... - - Get AI-powered rename suggestions (Ctrl+Space) Yapay zeka destekli yeniden adlandırma önerileri alın (Ctrl+Space) @@ -47,11 +42,6 @@ Etkileşimli ana işlem platformu - - Print a list of referenced assemblies. - Başvurulan bütünleştirilmiş kodların listesini yazdırın. - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. Ana işleminin çalışma zamanını değiştirme seçeneğini belirleyerek yürütme ortamını başlangıç durumuna sıfırlayın ve geçmişi tutun. @@ -77,11 +67,6 @@ CurrentWindow özelliği yalnızca bir kez atanabilir. - - The references command is not supported in this Interactive Window implementation. - Başvurular komutu bu Etkileşimli Pencere uygulamasında desteklenmiyor. - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf index 452f68938ee69..6d6dbb3d7f0e1 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf @@ -32,11 +32,6 @@ 在交互窗口中执行所选内容。 - - Generating suggestions... - 正在生成建议... - - Get AI-powered rename suggestions (Ctrl+Space) 获取 AI 支持的重命名建议(Ctrl+空格键) @@ -47,11 +42,6 @@ 交互式主机进程平台 - - Print a list of referenced assemblies. - 打印引用程序集的列表。 - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. 通过选择切换主机进程的运行时,将执行环境重置为初始状态并保留历史记录。 @@ -77,11 +67,6 @@ 只能对 CurrentWindow 属性进行一次赋值。 - - The references command is not supported in this Interactive Window implementation. - 此交互窗口实现中不支持引用命令。 - - \ No newline at end of file diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf index 865b373a6b6c0..54c10200392fc 100644 --- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf +++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf @@ -32,11 +32,6 @@ 正在於互動視窗中執行選取範圍。 - - Generating suggestions... - 正在產生建議... - - Get AI-powered rename suggestions (Ctrl+Space) 取得 AI 支援的重新命名建議 (Ctrl+Space) @@ -47,11 +42,6 @@ 互動式主機處理序平台 - - Print a list of referenced assemblies. - 列印參考組件的清單。 - - Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process. 使用切換主機處理序的執行階段選項,將執行環境重設為初始狀態並保留歷程記錄。 @@ -77,11 +67,6 @@ CurrentWindow 屬性只能受指派一次。 - - The references command is not supported in this Interactive Window implementation. - 在此互動視窗實作中不支援參考命令。 - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/EditorFeaturesResources.resx b/src/EditorFeatures/Core/EditorFeaturesResources.resx index 2d877d8f36b63..b54e034e34b71 100644 --- a/src/EditorFeatures/Core/EditorFeaturesResources.resx +++ b/src/EditorFeatures/Core/EditorFeaturesResources.resx @@ -201,9 +201,6 @@ XML Doc Comments - Attribute Value - - Unnecessary Code - Rude Edit @@ -222,9 +219,6 @@ {0} unresolvable conflict(s) - - Applying "{0}"... - Adding '{0}' to '{1}' with content: @@ -258,9 +252,6 @@ Encapsulate Field - - Applying "Encapsulate Field" refactoring... - Please select the definition of the field to encapsulate. @@ -276,9 +267,6 @@ No information found. - - No usages found. - Implements @@ -291,54 +279,12 @@ Overridden By - - Directly Called In - - - Indirectly Called In - - - Called In - - - Referenced In - No references found. - - No derived types found. - - - No implementations found. - - - {0} - (Line {1}) - - - Class Parts - - - Struct Parts - - - Interface Parts - - - Type Parts - Inherits - - Inherited By - - - Already tracking document with identical key - - - document is not currently being tracked - Computing Rename information... @@ -369,18 +315,9 @@ Automatically completing... - - Automatic Pair Completion - An active inline rename session is still active. Complete it before starting a new one. - - The buffer is not part of a workspace. - - - The token is not contained in the workspace. - You cannot rename this element because it is contained in a read-only file. @@ -393,18 +330,9 @@ Refreshing navigation bars... - - Format Token - Find References - - Finding references... - - - Finding references of "{0}"... - Comment Selection @@ -432,18 +360,12 @@ Applying "Extract Method" refactoring... - - Format Document - Formatting document... Formatting - - Format Selection - Formatting currently selected text... @@ -471,9 +393,6 @@ Inline Rename Fixup - - Inline Rename Resolved Conflict - Inline Rename @@ -483,9 +402,6 @@ Start Rename - - Display conflict resolutions - Finding token to rename... @@ -510,21 +426,9 @@ Rename: {0} - - Light bulb session is already dismissed. - - - Automatic Pair Completion End Point Marker Color - Engine must be attached to an Interactive Window. - - Changes the current prompt settings. - - - Unexpected text: '{0}' - The triggerSpan is not included in the given workspace. @@ -534,9 +438,6 @@ The transaction is already complete. - - Not a source error, line/column unavailable - Can't compare positions from different text snapshots @@ -585,9 +486,6 @@ Preview Changes - - Format Paste - Formatting pasted text... @@ -628,9 +526,6 @@ Do you want to proceed? Calls To Interface Implementation '{0}' - - Computing Call Hierarchy Information - Implements '{0}' @@ -661,18 +556,12 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - Rename Tracking Removing '{0}' from '{1}' with content: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - Brace Completion @@ -715,9 +604,6 @@ Do you want to proceed? Navigating... - - Suggestion ellipses (…) - '{0}' declarations @@ -740,9 +626,6 @@ Do you want to proceed? Comment/Uncomment Selection - - Code Completion - Execute In Interactive @@ -770,30 +653,12 @@ Do you want to proceed? Signature Help - - Smart Token Formatter - - - Code cleanup is not configured - - - Format Document performed additional cleanup - - - Configure it now - - - Do not show this message again - Applying changes String - Escape Character - - Change configuration - Paste Tracking @@ -906,12 +771,6 @@ Do you want to proceed? Get help for '{0}' - - Gathering Suggestions - '{0}' - - - Gathering Suggestions - Waiting for the solution to fully load - Reassigned variable diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf index 90353e934245c..3c299d6a5a63f 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf @@ -17,36 +17,16 @@ Nejde navigovat k symbolu pod stříškou. - - Change configuration - Změnit konfiguraci - - - - Code cleanup is not configured - Vyčištění kódu není nakonfigurované. - - Computing 'Encapsulate Field' information Výpočet informací Encapsulate Field - - Configure it now - Nakonfigurovat teď - - Do not prefer 'this.' or 'Me.' Nepreferovat this. ani Me. - - Do not show this message again - Tuto zprávu už příště nezobrazovat - - Do you still want to proceed? This may produce broken code. Chcete přesto pokračovat? Výsledkem může být poškozený kód. @@ -77,26 +57,11 @@ Filtr Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - Příkaz Formátovat dokument provedl další čištění. - - Get help for '{0}' Získat nápovědu pro: {0} - - Gathering Suggestions - '{0}' - Shromažďují se návrhy – {0}. - - - - Gathering Suggestions - Waiting for the solution to fully load - Shromažďují se návrhy – čeká se na úplné načtení řešení. - - Go To Base Přejít na základní typ @@ -577,11 +542,6 @@ Komentáře XML – hodnota atributu - - Unnecessary Code - Nepotřebný kód - - Rude Edit Hrubá úprava @@ -637,11 +597,6 @@ Počet nevyřešených konfliktů: {0} - - Applying "{0}"... - Použije se {0}... - - Adding '{0}' to '{1}' with content: Přidává se {0} do {1} s obsahem: @@ -697,11 +652,6 @@ Zapouzdřit pole - - Applying "Encapsulate Field" refactoring... - Použije se refaktoring Zapouzdřit pole... - - Please select the definition of the field to encapsulate. Vyberte prosím definici pole k zapouzdření. @@ -727,11 +677,6 @@ Nenašly se žádné informace. - - No usages found. - Nenašla se použití. - - Implements Implementuje @@ -752,86 +697,16 @@ Přepsáno čím: - - Directly Called In - Přímé vyvolání - - - - Indirectly Called In - Nepřímé vyvolání - - - - Called In - Vyvolání - - - - Referenced In - Odkazuje: - - No references found. Nenašly se žádné odkazy. - - No derived types found. - Nenašly se žádné odvozené typy. - - - - No implementations found. - Nenašly se žádné implementace. - - - - {0} - (Line {1}) - {0} – (řádek {1}) - - - - Class Parts - Části třídy - - - - Struct Parts - Části struktury - - - - Interface Parts - Části rozhraní - - - - Type Parts - Části typu - - Inherits Dědí - - Inherited By - Zdědil: - - - - Already tracking document with identical key - Už se sleduje dokument se shodným klíčem. - - - - document is not currently being tracked - Dokument se aktuálně nesleduje. - - Computing Rename information... Vypočítávají se informace o přejmenování... @@ -887,26 +762,11 @@ Automaticky se dokončuje... - - Automatic Pair Completion - Automatické dokončování párů - - An active inline rename session is still active. Complete it before starting a new one. Současná relace přejmenování na řádku je pořád aktivní. Než začnete novou, dokončete ji. - - The buffer is not part of a workspace. - Vyrovnávací paměť není součástí pracovního prostoru. - - - - The token is not contained in the workspace. - Token není obsažený v pracovním prostoru. - - Navigation Bars Navigační panely @@ -917,26 +777,11 @@ Aktualizují se navigační panely... - - Format Token - Formátovat token - - Find References Najít odkazy - - Finding references... - Hledají se odkazy... - - - - Finding references of "{0}"... - Hledají se odkazy pro {0}... - - Comment Selection Výběr komentáře @@ -982,11 +827,6 @@ Použije se refaktoring Extrahovat metodu... - - Format Document - Formátovat dokument - - Formatting document... Formátuje se dokument... @@ -997,11 +837,6 @@ Formátování - - Format Selection - Formátovat výběr - - Formatting currently selected text... Formátuje se aktuálně vybraný text... @@ -1042,11 +877,6 @@ Oprava přejmenování na řádku - - Inline Rename Resolved Conflict - Vyřešený konflikt při přejmenování na řádku - - Inline Rename Přejmenování na řádku @@ -1062,11 +892,6 @@ Začít přejmenování - - Display conflict resolutions - Zobrazit řešení konfliktů - - Finding token to rename... Hledá se token k přejmenování... @@ -1107,31 +932,11 @@ Přejmenovat: {0} - - Light bulb session is already dismissed. - Relace pro návrhy je už zrušená. - - - - Automatic Pair Completion End Point Marker Color - Automatické dokončování párů – barva značky koncového bodu - - Engine must be attached to an Interactive Window. Stroj musí být připojený k oknu Interactive. - - Changes the current prompt settings. - Změní aktuální nastavení výzev. - - - - Unexpected text: '{0}' - Neočekávaný text: {0} - - The triggerSpan is not included in the given workspace. triggerSpan není obsažený v pracovním prostoru. @@ -1147,11 +952,6 @@ Transakce je už dokončená. - - Not a source error, line/column unavailable - Není chyba zdroje; nedostupný řádek/sloupec. - - Can't compare positions from different text snapshots Nejde porovnat pozice z různých textových snímků. @@ -1232,11 +1032,6 @@ Náhled změn - - Format Paste - Vložit formát - - Formatting pasted text... Formátuje se vložený text... @@ -1294,11 +1089,6 @@ Chcete pokračovat? Volání implementace rozhraní '{0}' - - Computing Call Hierarchy Information - Informace o vypočítání hierarchie volání - - Implements '{0}' Implementuje '{0}' @@ -1349,11 +1139,6 @@ Chcete pokračovat? IntelliSense - - IntelliSense Commit Formatting - Potvrzení formátování IntelliSense - - Rename Tracking Sledování přejmenování @@ -1364,11 +1149,6 @@ Chcete pokračovat? Odebírání {0} z {1} s obsahem: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - 'Metoda {0} nepodporuje operaci {1}. Může ale obsahovat vnořené metody {2} (viz {2}.{3}), které tuto operaci podporují. - - Brace Completion Uzavírání hranatých závorek @@ -1429,11 +1209,6 @@ Chcete pokračovat? Probíhá navigace... - - Suggestion ellipses (…) - Výpustka návrhu (…) - - '{0}' declarations 'Deklarace symbolů {0} @@ -1464,11 +1239,6 @@ Chcete pokračovat? Okomentovat/odkomentovat výběr - - Code Completion - Dokončování kódu - - Execute In Interactive Provést v interaktivní součásti @@ -1559,11 +1329,6 @@ Chcete pokračovat? Nápověda k signatuře - - Smart Token Formatter - Inteligentní formátování tokenů - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf index 3f937d5313f2a..b3d26a71bf751 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf @@ -17,36 +17,16 @@ Navigieren zu dem Symbol unter dem Caret nicht möglich. - - Change configuration - Konfiguration ändern - - - - Code cleanup is not configured - Die Codebereinigung wurde nicht konfiguriert. - - Computing 'Encapsulate Field' information Berechnen von "Kapselungsfeld"-Informationen - - Configure it now - Jetzt konfigurieren - - Do not prefer 'this.' or 'Me.' "this." oder "Me." nicht bevorzugen - - Do not show this message again - Diese Meldung nicht mehr anzeigen - - Do you still want to proceed? This may produce broken code. Möchten Sie dennoch fortfahren? Möglicherweise wird fehlerhafter Code generiert. @@ -77,26 +57,11 @@ Filter Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - Bei der Dokumentformatierung wurde eine zusätzliche Bereinigung durchgeführt. - - Get help for '{0}' Hilfe zu "{0}" abrufen - - Gathering Suggestions - '{0}' - Vorschläge werden gesammelt: "{0}" - - - - Gathering Suggestions - Waiting for the solution to fully load - Vorschläge werden gesammelt. Es wird darauf gewartet, dass die Lösung vollständig geladen wird. - - Go To Base Zu Basis wechseln @@ -577,11 +542,6 @@ XML-Dok-Kommentare - Attributwert - - Unnecessary Code - Nicht benötigter Code - - Rude Edit Nicht unterstützte Bearbeitung @@ -637,11 +597,6 @@ {0} nicht lösbare(r) Konflikt(e) - - Applying "{0}"... - "{0}" wird angewendet... - - Adding '{0}' to '{1}' with content: "{0}" wird zu "{1}" hinzugefügt mit dem Inhalt: @@ -697,11 +652,6 @@ Feld kapseln - - Applying "Encapsulate Field" refactoring... - Refactoring "Feld kapseln" wird angewendet... - - Please select the definition of the field to encapsulate. Wählen Sie die Definition des zu kapselnden Felds aus. @@ -727,11 +677,6 @@ Keine Informationen gefunden. - - No usages found. - Keine Verwendungen gefunden. - - Implements Implementiert @@ -752,86 +697,16 @@ Überschrieben von - - Directly Called In - Direkt aufgerufen - - - - Indirectly Called In - Indirekt aufgerufen - - - - Called In - Aufgerufen - - - - Referenced In - Verwiesen in - - No references found. Keine Verweise gefunden. - - No derived types found. - Keine abgeleiteten Typen gefunden. - - - - No implementations found. - Keine Implementierungen gefunden. - - - - {0} - (Line {1}) - {0} - (Zeile {1}) - - - - Class Parts - Klassenteile - - - - Struct Parts - Strukturteile - - - - Interface Parts - Schnittstellenteile - - - - Type Parts - Typenteile - - Inherits Erbt - - Inherited By - Geerbt durch - - - - Already tracking document with identical key - Dokument mit identischem Schlüssel wird bereits verfolgt - - - - document is not currently being tracked - Dokument wird aktuell nicht verfolgt - - Computing Rename information... Umbenennungsinformationen werden berechnet... @@ -887,26 +762,11 @@ Wird automatisch ergänzt... - - Automatic Pair Completion - Automatische Paarergänzung - - An active inline rename session is still active. Complete it before starting a new one. Eine aktive Inline-Umbenennungssitzung ist noch aktiv. Beenden Sie sie, bevor Sie eine neue starten. - - The buffer is not part of a workspace. - Der Puffer ist kein Teil eines Arbeitsbereichs. - - - - The token is not contained in the workspace. - Das Token ist nicht im Arbeitsbereich enthalten. - - Navigation Bars Navigationsleisten @@ -917,26 +777,11 @@ Navigationsleisten werden aktualisiert... - - Format Token - Token formatieren - - Find References Verweise suchen - - Finding references... - Verweise werden gesucht... - - - - Finding references of "{0}"... - Verweise von "{0}" werden gesucht... - - Comment Selection Kommentar für Auswahl @@ -982,11 +827,6 @@ Refactoring "Methode extrahieren" wird angewendet... - - Format Document - Dokument formatieren - - Formatting document... Dokument wird formatiert... @@ -997,11 +837,6 @@ Formatierung - - Format Selection - Auswahl formatieren - - Formatting currently selected text... Aktuell markierter Text wird formatiert... @@ -1042,11 +877,6 @@ Inline-Umbenennungskorrektur - - Inline Rename Resolved Conflict - Gelöster Inline-Umbenennungskonflikt - - Inline Rename Inline-Umbenennung @@ -1062,11 +892,6 @@ Umbenennen beginnen - - Display conflict resolutions - Konfliktlösungen anzeigen - - Finding token to rename... Umzubenennendes Token wird gesucht... @@ -1107,31 +932,11 @@ Umbenennen: {0} - - Light bulb session is already dismissed. - Light bulb-Sitzung wurde bereits beendet. - - - - Automatic Pair Completion End Point Marker Color - Farbe der Endpunktmarkierung der automatischen Paarergänzung - - Engine must be attached to an Interactive Window. Engine muss an das Interactive-Fenster angefügt werden. - - Changes the current prompt settings. - Ändert die aktuellen Eingabeaufforderungseinstellungen. - - - - Unexpected text: '{0}' - Unerwarteter Text: "{0}" - - The triggerSpan is not included in the given workspace. Die triggerSpan ist im angegebenen Arbeitsbereich nicht enthalten. @@ -1147,11 +952,6 @@ Die Transaktion ist bereits abgeschlossen. - - Not a source error, line/column unavailable - Kein Quellfehler, Zeile/Spalte nicht verfügbar - - Can't compare positions from different text snapshots Positionen aus unterschiedlichen Textmomentaufnahmen konnten nicht verglichen werden @@ -1232,11 +1032,6 @@ Vorschau der Änderungen - - Format Paste - Format einfügen - - Formatting pasted text... Eingefügter Text wird formatiert... @@ -1294,11 +1089,6 @@ Möchten Sie fortfahren? Aufrufe an die Schnittstellenimplementierung "{0}" - - Computing Call Hierarchy Information - Die Aufrufshierarchieinformationen werden berechnet. - - Implements '{0}' Implementiert "{0}" @@ -1349,11 +1139,6 @@ Möchten Sie fortfahren? IntelliSense - - IntelliSense Commit Formatting - IntelliSense-Commitformatierung - - Rename Tracking Nachverfolgung umbenennen @@ -1364,11 +1149,6 @@ Möchten Sie fortfahren? "{0}" wird aus "{1}" entfernt mit Inhalt: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - 'Der Vorgang "{1}" wird von "{0}" nicht unterstützt. Es können jedoch geschachtelte "{2}" enthalten sein (siehe "{2}.{3}"), die diesen Vorgang unterstützen. - - Brace Completion Klammerabschluss @@ -1429,11 +1209,6 @@ Möchten Sie fortfahren? Navigation... - - Suggestion ellipses (…) - Auslassungspunkte für Vorschlag (…) - - '{0}' declarations "{0}"-Deklarationen @@ -1464,11 +1239,6 @@ Möchten Sie fortfahren? Auswahl auskommentieren/Auskommentierung aufheben - - Code Completion - Codevervollständigung - - Execute In Interactive In interaktivem Fenster ausführen @@ -1559,11 +1329,6 @@ Möchten Sie fortfahren? Signaturhilfe - - Smart Token Formatter - Intelligente Tokenformatierung - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf index d7e0e1cb2ad2b..103d2a430c468 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf @@ -17,36 +17,16 @@ No se puede navegar al símbolo que hay debajo del símbolo de intercalación. - - Change configuration - Configuración de cambio - - - - Code cleanup is not configured - La limpieza de código no está configurada - - Computing 'Encapsulate Field' information Calculando información de "Encapsular campo" - - Configure it now - Configúrela ahora - - Do not prefer 'this.' or 'Me.' No preferir "this." ni "Me." - - Do not show this message again - No volver a mostrar este mensaje - - Do you still want to proceed? This may produce broken code. ¿Desea continuar? Esto puede producir código roto. @@ -77,26 +57,11 @@ Filtrar Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - El formateo del documento realizó una limpieza adicional - - Get help for '{0}' Obtener ayuda para "{0}" - - Gathering Suggestions - '{0}' - Recopilando sugerencias: "{0}" - - - - Gathering Suggestions - Waiting for the solution to fully load - Recopilando sugerencias: esperando a que la solución se cargue por completo - - Go To Base Ir a base @@ -577,11 +542,6 @@ Comentarios de documentación XML: valor de atributo - - Unnecessary Code - Código innecesario - - Rude Edit Edición superficial @@ -637,11 +597,6 @@ {0} conflicto(s) sin solución - - Applying "{0}"... - Aplicando "{0}"... - - Adding '{0}' to '{1}' with content: Agregando '{0}' a '{1}' con contenido: @@ -697,11 +652,6 @@ Encapsular campo - - Applying "Encapsulate Field" refactoring... - Aplicando la refactorización "Encapsular campo"... - - Please select the definition of the field to encapsulate. Seleccione la definición del campo que quiere encapsular. @@ -727,11 +677,6 @@ No se encontró información. - - No usages found. - No se encontraron usos. - - Implements Implementa @@ -752,86 +697,16 @@ Invalidado por - - Directly Called In - Llamado directamente - - - - Indirectly Called In - Llamado indirectamente - - - - Called In - Llamado - - - - Referenced In - Con referencia en - - No references found. No se encontraron referencias. - - No derived types found. - No se encontraron tipos derivados. - - - - No implementations found. - No se encontraron implementaciones. - - - - {0} - (Line {1}) - {0} - (Línea {1}) - - - - Class Parts - Elementos de clase - - - - Struct Parts - Elementos de estructura - - - - Interface Parts - Elementos de interfaz - - - - Type Parts - Elementos de tipo - - Inherits Hereda - - Inherited By - Heredado por - - - - Already tracking document with identical key - Ya se está siguiendo un documento con una clave idéntica - - - - document is not currently being tracked - el documento no es objeto de seguimiento actualmente - - Computing Rename information... Calculando información de Cambiar nombre... @@ -887,26 +762,11 @@ Completando automáticamente... - - Automatic Pair Completion - Finalización automática del par - - An active inline rename session is still active. Complete it before starting a new one. Una sesión de cambio de nombre en línea sigue activa. Complétela antes de iniciar otra. - - The buffer is not part of a workspace. - El búfer no forma parte de un área de trabajo. - - - - The token is not contained in the workspace. - El token no está contenido en el área de trabajo. - - Navigation Bars Barras de navegación @@ -917,26 +777,11 @@ Actualizando barras de navegación... - - Format Token - Dar formato al token - - Find References Buscar referencias - - Finding references... - Buscando referencias... - - - - Finding references of "{0}"... - Buscando referencias de "{0}"... - - Comment Selection Selección con comentarios @@ -982,11 +827,6 @@ Aplicando la refactorización "Extraer método"... - - Format Document - Dar formato al documento - - Formatting document... Dando formato al documento... @@ -997,11 +837,6 @@ Formato - - Format Selection - Dar formato a la selección - - Formatting currently selected text... Dando formato al texto seleccionado actualmente... @@ -1042,11 +877,6 @@ Corrección de cambio de nombre en línea - - Inline Rename Resolved Conflict - Conflicto de cambio de nombre en línea resuelto - - Inline Rename Cambio de nombre en línea @@ -1062,11 +892,6 @@ Iniciar el cambio de nombre - - Display conflict resolutions - Mostrar resoluciones de conflictos - - Finding token to rename... Buscando token al que cambiar el nombre... @@ -1107,31 +932,11 @@ Cambiar nombre: {0} - - Light bulb session is already dismissed. - La sesión de bombilla ya está descartada. - - - - Automatic Pair Completion End Point Marker Color - Finalización automática del par, color del marcador del extremo - - Engine must be attached to an Interactive Window. El motor debe estar asociado a una ventana interactiva. - - Changes the current prompt settings. - Cambia la configuración actual del aviso. - - - - Unexpected text: '{0}' - Texto inesperado: '{0}' - - The triggerSpan is not included in the given workspace. El triggerSpan no está incluido en el área de trabajo. @@ -1147,11 +952,6 @@ La transacción ya está completa. - - Not a source error, line/column unavailable - No hay error de código fuente, línea/columna no disponible - - Can't compare positions from different text snapshots No se puede comparar posiciones desde distintas instantáneas de texto @@ -1232,11 +1032,6 @@ Vista previa de los cambios - - Format Paste - Pegado de formato - - Formatting pasted text... Dando formato al texto pegado... @@ -1294,11 +1089,6 @@ Do you want to proceed? Llamadas a la implementación de interfaz '{0}' - - Computing Call Hierarchy Information - Computando información de jerarquía de llamadas - - Implements '{0}' Implementa '{0}' @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - Formato de confirmación de IntelliSense - - Rename Tracking Cambiar el nombre del seguimiento @@ -1364,11 +1149,6 @@ Do you want to proceed? Quitando "{0}" de "{1}" con contenido: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' no admite la operación '{1}'. Sin embargo, puede contener '{2}' anidados (véase '{2}.{3}') que admitan esta operación. - - Brace Completion Finalización de llave @@ -1429,11 +1209,6 @@ Do you want to proceed? Navegando... - - Suggestion ellipses (…) - Puntos suspensivos de sugerencia (…) - - '{0}' declarations 'Declaraciones de "{0}" @@ -1464,11 +1239,6 @@ Do you want to proceed? Poner/Quitar marca de comentario a la selección - - Code Completion - Finalización de código - - Execute In Interactive Ejecutar en modo interactivo @@ -1559,11 +1329,6 @@ Do you want to proceed? Ayuda de signatura - - Smart Token Formatter - Formateador de token inteligente - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf index d50d64846272a..6711fd1b8d01a 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf @@ -17,36 +17,16 @@ Impossible de naviguer jusqu'au symbole sous le caret. - - Change configuration - Changer la configuration - - - - Code cleanup is not configured - Le nettoyage du code n'est pas configuré - - Computing 'Encapsulate Field' information Calcul des informations « Encapsuler le champ » - - Configure it now - Configurer maintenant - - Do not prefer 'this.' or 'Me.' Ne pas préférer 'this.' ou 'Me.' - - Do not show this message again - Ne plus afficher ce message - - Do you still want to proceed? This may produce broken code. Voulez-vous continuer ? Le code sera interrompu. @@ -77,26 +57,11 @@ Filtrer Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - L'opération Mettre en forme le document a effectué un nettoyage supplémentaire - - Get help for '{0}' Obtenir de l'aide pour '{0}' - - Gathering Suggestions - '{0}' - Collecte des suggestions - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - Collecte des suggestions - Attente du chargement complet de la solution - - Go To Base Accéder à la base @@ -577,11 +542,6 @@ Commentaires documentation XML - Valeur d'attribut - - Unnecessary Code - Code inutile - - Rude Edit Modification non applicable @@ -637,11 +597,6 @@ {0} conflit(s) ne pouvant pas être résolu(s) - - Applying "{0}"... - Application de "{0}"... - - Adding '{0}' to '{1}' with content: Ajout de '{0}' à '{1}' avec le contenu : @@ -697,11 +652,6 @@ Encapsuler le champ - - Applying "Encapsulate Field" refactoring... - Application de la refactorisation "Encapsuler le champ"... - - Please select the definition of the field to encapsulate. Sélectionnez la définition du champ à encapsuler. @@ -727,11 +677,6 @@ Informations introuvables. - - No usages found. - Utilisation introuvable. - - Implements Implémente @@ -752,86 +697,16 @@ Remplacée par - - Directly Called In - Appelé directement - - - - Indirectly Called In - Appelé indirectement - - - - Called In - Appelé - - - - Referenced In - Référencé dans - - No references found. Référence introuvable. - - No derived types found. - Type dérivé introuvable. - - - - No implementations found. - Implémentation introuvable. - - - - {0} - (Line {1}) - {0} - (Ligne {1}) - - - - Class Parts - Parties de classe - - - - Struct Parts - Parties de struct - - - - Interface Parts - Pièces de l'interface - - - - Type Parts - Parties de type - - Inherits Hérite - - Inherited By - Hérité par - - - - Already tracking document with identical key - Suivi du document déjà initié avec une clé identique - - - - document is not currently being tracked - Le document ne fait pas actuellement l'objet d'un suivi - - Computing Rename information... Calcul des informations de changement de nom... @@ -887,26 +762,11 @@ Finalisation automatique... - - Automatic Pair Completion - Finalisation de paires automatique - - An active inline rename session is still active. Complete it before starting a new one. Une session de changement de nom inline est toujours active. Terminez-la avant d'en commencer une nouvelle. - - The buffer is not part of a workspace. - Le tampon ne fait pas partie d'un espace de travail. - - - - The token is not contained in the workspace. - Le jeton n'est pas contenu dans l'espace de travail. - - Navigation Bars Barres de navigation @@ -917,26 +777,11 @@ Actualisation des barres de navigation... - - Format Token - Jeton de format - - Find References Recherche de références - - Finding references... - Recherche de références... - - - - Finding references of "{0}"... - Recherche de références de "{0}"... - - Comment Selection Commenter la sélection @@ -982,11 +827,6 @@ Application de la refactorisation "Extraire la méthode"... - - Format Document - Mettre le document en forme - - Formatting document... Mise en forme du document... @@ -997,11 +837,6 @@ Mise en forme - - Format Selection - Mettre la sélection en forme - - Formatting currently selected text... Mise en forme du texte actuellement sélectionné... @@ -1042,11 +877,6 @@ Correction du changement de nom inline - - Inline Rename Resolved Conflict - Conflit du changement de nom inline résolu - - Inline Rename Changement de nom inline @@ -1062,11 +892,6 @@ Démarrer le changement de nom - - Display conflict resolutions - Afficher les résolutions de conflit - - Finding token to rename... Recherche du jeton à renommer... @@ -1107,31 +932,11 @@ Renommer : {0} - - Light bulb session is already dismissed. - La session d'information a déjà été abandonnée. - - - - Automatic Pair Completion End Point Marker Color - Couleur du marqueur du point de terminaison pour la finalisation de paires automatique - - Engine must be attached to an Interactive Window. Le moteur doit être attaché à une fenêtre interactive. - - Changes the current prompt settings. - Modifie les paramètres d'invite actuels. - - - - Unexpected text: '{0}' - Texte inattendu : '{0}' - - The triggerSpan is not included in the given workspace. triggerSpan n'est pas inclus dans l'espace de travail donné. @@ -1147,11 +952,6 @@ La transaction est déjà terminée. - - Not a source error, line/column unavailable - Il ne s'agit pas d'une erreur source, ligne/colonne non disponible - - Can't compare positions from different text snapshots Impossible de comparer les positions de différents instantanés de texte @@ -1232,11 +1032,6 @@ Aperçu des modifications - - Format Paste - Mettre en forme lors du collage - - Formatting pasted text... Mise en forme du texte collé... @@ -1294,11 +1089,6 @@ Voulez-vous continuer ? Appels à l'implémentation d'interface '{0}' - - Computing Call Hierarchy Information - Calcul des informations de hiérarchie des appels - - Implements '{0}' Implémente '{0}' @@ -1349,11 +1139,6 @@ Voulez-vous continuer ? IntelliSense - - IntelliSense Commit Formatting - Mise en forme de la validation IntelliSense - - Rename Tracking Renommer le suivi @@ -1364,11 +1149,6 @@ Voulez-vous continuer ? Suppression de '{0}' dans '{1}' avec le contenu : - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' ne prend pas en charge l'opération '{1}'. Toutefois, il peut contenir des éléments '{2}' imbriqués (voir '{2}.{3}') qui prennent en charge cette opération. - - Brace Completion Fin de l'accolade @@ -1429,11 +1209,6 @@ Voulez-vous continuer ? Navigation... - - Suggestion ellipses (…) - Bouton de sélection (…) de suggestion - - '{0}' declarations 'Déclarations '{0}' @@ -1464,11 +1239,6 @@ Voulez-vous continuer ? Commenter/décommenter la sélection - - Code Completion - Complétion de code - - Execute In Interactive Exécuter en mode interactif @@ -1559,11 +1329,6 @@ Voulez-vous continuer ? Aide sur les signatures - - Smart Token Formatter - Formateur de jeton intelligent - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf index a53427fb18c62..5fa7e40170765 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf @@ -17,36 +17,16 @@ Non è possibile passare al simbolo sotto il punto di inserimento. - - Change configuration - Cambia la configurazione - - - - Code cleanup is not configured - La pulizia del codice non è configurata - - Computing 'Encapsulate Field' information Calcolo delle informazioni su 'Incapsula campo' - - Configure it now - Configura ora - - Do not prefer 'this.' or 'Me.' Non preferire 'this.' o 'Me.' - - Do not show this message again - Non visualizzare più questo messaggio - - Do you still want to proceed? This may produce broken code. Procedere comunque? Il codice ottenuto potrebbe essere danneggiato. @@ -77,26 +57,11 @@ Filtro Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - Formatta documento ha eseguito una pulizia aggiuntiva - - Get help for '{0}' Visualizza la Guida per '{0}' - - Gathering Suggestions - '{0}' - Raccolta dei suggerimenti - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - Raccolta dei suggerimenti - In attesa del completamento del caricamento della soluzione - - Go To Base Vai a base @@ -577,11 +542,6 @@ Commenti in formato documentazione XML - Valore attributo - - Unnecessary Code - Codice non necessario - - Rude Edit Modifica non applicabile al momento @@ -637,11 +597,6 @@ {0} conflitti non risolti - - Applying "{0}"... - Applicazione di "{0}"... - - Adding '{0}' to '{1}' with content: Aggiunta di '{0}' a '{1}' con contenuto: @@ -697,11 +652,6 @@ Incapsula campo - - Applying "Encapsulate Field" refactoring... - Applicazione del refactoring per "Incapsula campo"... - - Please select the definition of the field to encapsulate. Selezionare la definizione del campo da incapsulare. @@ -727,11 +677,6 @@ Non sono state trovate informazioni. - - No usages found. - Non sono stati trovati utilizzi. - - Implements Implementa @@ -752,86 +697,16 @@ Sottoposto a override da - - Directly Called In - Chiamato in modo diretto - - - - Indirectly Called In - Chiamato in modo indiretto - - - - Called In - Chiamato - - - - Referenced In - Con riferimenti in - - No references found. Non sono stati trovati riferimenti. - - No derived types found. - Non sono stati trovati tipi derivati. - - - - No implementations found. - Non sono state trovate implementazioni. - - - - {0} - (Line {1}) - {0} - (riga {1}) - - - - Class Parts - Parti di classe - - - - Struct Parts - Parti struct - - - - Interface Parts - Parti interfaccia - - - - Type Parts - Parti tipo - - Inherits Eredita - - Inherited By - Ereditato da - - - - Already tracking document with identical key - La verifica del documento con chiave identica è già in corso - - - - document is not currently being tracked - al momento il documento non è sottoposto a verifica - - Computing Rename information... Elaborazione delle informazioni per la ridenominazione... @@ -887,26 +762,11 @@ Completamento automatico in... - - Automatic Pair Completion - Completamento coppia automatico - - An active inline rename session is still active. Complete it before starting a new one. Una sessione di ridenominazione inline è ancora attiva. Completarla prima di avviarne una nuova. - - The buffer is not part of a workspace. - Il buffer non fa parte di un'area di lavoro. - - - - The token is not contained in the workspace. - Il token non è contenuto nell'area di lavoro. - - Navigation Bars Barre di spostamento @@ -917,26 +777,11 @@ Aggiornamento delle barre di spostamento in corso... - - Format Token - Formatta token - - Find References Trova riferimenti - - Finding references... - Ricerca dei riferimenti in corso... - - - - Finding references of "{0}"... - Ricerca dei riferimenti di "{0}"... - - Comment Selection Commenta selezione @@ -982,11 +827,6 @@ Applicazione del refactoring per "Estrai metodo"... - - Format Document - Formatta documento - - Formatting document... Formattazione del documento... @@ -997,11 +837,6 @@ Formattazione - - Format Selection - Formatta selezione - - Formatting currently selected text... Formattazione del testo attualmente selezionato... @@ -1042,11 +877,6 @@ Ridenominazione inline - Correzione - - Inline Rename Resolved Conflict - Ridenominazione inline - Conflitto risolto - - Inline Rename Ridenominazione inline @@ -1062,11 +892,6 @@ Avvia ridenominazione - - Display conflict resolutions - Visualizza le risoluzioni dei conflitti - - Finding token to rename... Ricerca del token da rinominare... @@ -1107,31 +932,11 @@ Rinomina: {0} - - Light bulb session is already dismissed. - La sessione lampadina è già stata chiusa. - - - - Automatic Pair Completion End Point Marker Color - Colore marcatore punto finale per completamento coppia automatico - - Engine must be attached to an Interactive Window. Il motore deve essere collegato a una finestra interattiva. - - Changes the current prompt settings. - Cambia le impostazioni correnti del prompt. - - - - Unexpected text: '{0}' - Testo imprevisto: '{0}' - - The triggerSpan is not included in the given workspace. L'elemento triggerSpan non è incluso nell'area di lavoro specificata. @@ -1147,11 +952,6 @@ La transazione è già completata. - - Not a source error, line/column unavailable - L'errore non dipende dall'origine. La riga o la colonna non è disponibile - - Can't compare positions from different text snapshots Non è possibile confrontare le posizioni da snapshot testo diversi @@ -1232,11 +1032,6 @@ Anteprima modifiche - - Format Paste - Formatta testo incollato - - Formatting pasted text... Formattazione del testo incollato... @@ -1294,11 +1089,6 @@ Continuare? Chiamate all'implementazione dell'interfaccia '{0}' - - Computing Call Hierarchy Information - Elaborazione informazioni su gerarchia di chiamata - - Implements '{0}' Implementa '{0}' @@ -1349,11 +1139,6 @@ Continuare? IntelliSense - - IntelliSense Commit Formatting - Formattazione commit IntelliSense - - Rename Tracking Verifica ridenominazione @@ -1364,11 +1149,6 @@ Continuare? Rimozione di '{0}' da '{1}' con contenuto: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' non supporta l'operazione '{1}', ma può contenere elementi '{2}' annidati (vedere '{2}.{3}') che supportano questa operazione. - - Brace Completion Completamento parentesi graffa @@ -1429,11 +1209,6 @@ Continuare? Spostamento... - - Suggestion ellipses (…) - Puntini di sospensione di suggerimento (…) - - '{0}' declarations 'Dichiarazioni di '{0}' @@ -1464,11 +1239,6 @@ Continuare? Aggiungi/Rimuovi commento selezione - - Code Completion - Completamento codice - - Execute In Interactive Esegui in finestra interattiva @@ -1559,11 +1329,6 @@ Continuare? Guida per la firma - - Smart Token Formatter - Formattatore di token intelligente - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf index c54c236249ae7..30cef67bccdc3 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf @@ -17,36 +17,16 @@ カレットの下のシンボルに移動できません。 - - Change configuration - 構成の変更 - - - - Code cleanup is not configured - コード クリーンアップは構成されていません - - Computing 'Encapsulate Field' information 'フィールドのカプセル化' 情報を計算中 - - Configure it now - 今すぐ構成する - - Do not prefer 'this.' or 'Me.' 'this.' または 'Me' を優先しない - - Do not show this message again - 今後、このメッセージを表示しない - - Do you still want to proceed? This may produce broken code. 続行しますか。破損状態のコードが生成される可能性があります。 @@ -77,26 +57,11 @@ フィルター Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - ドキュメントのフォーマットで追加のクリーンアップが実行されました - - Get help for '{0}' '{0}' のヘルプの表示 - - Gathering Suggestions - '{0}' - 提案を収集しています - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - 提案を収集しています - ソリューションが完全に読み込まれるのを待機しています - - Go To Base 基本へ移動 @@ -577,11 +542,6 @@ XML ドキュメント コメント - 属性値 - - Unnecessary Code - 不要なコード - - Rude Edit Rude 編集 @@ -637,11 +597,6 @@ 未解決の競合 {0} - - Applying "{0}"... - "{0}" を適用しています... - - Adding '{0}' to '{1}' with content: コンテンツを含む '{0}' を '{1}' に追加しています: @@ -697,11 +652,6 @@ フィールドのカプセル化 - - Applying "Encapsulate Field" refactoring... - "フィールドのカプセル化" リファクタリングを適用しています... - - Please select the definition of the field to encapsulate. カプセル化するフィールドの定義を選択してください。 @@ -727,11 +677,6 @@ 情報が見つかりません。 - - No usages found. - 使用状況が見つかりません。 - - Implements 実装 @@ -752,86 +697,16 @@ オーバーライド元 - - Directly Called In - 直接に呼び出し済み - - - - Indirectly Called In - 間接的に呼び出し済み - - - - Called In - 呼び出し済み - - - - Referenced In - 参照先 - - No references found. 参照が見つかりません。 - - No derived types found. - 派生型が見つかりません。 - - - - No implementations found. - 実装が見つかりません。 - - - - {0} - (Line {1}) - {0} - (行 {1}) - - - - Class Parts - クラスの部品 - - - - Struct Parts - 構造体の部品 - - - - Interface Parts - インターフェイス パーツ - - - - Type Parts - 型の部品 - - Inherits 継承 - - Inherited By - 継承先 - - - - Already tracking document with identical key - 同じキーを持つドキュメントを既に追跡しています - - - - document is not currently being tracked - ドキュメントが現在追跡されていません - - Computing Rename information... 名前の変更情報を計算しています... @@ -887,26 +762,11 @@ 自動補完しています... - - Automatic Pair Completion - ペアの自動補完 - - An active inline rename session is still active. Complete it before starting a new one. アクティブなインラインの名前変更セッションがアクティブなままです。新しいセッションを開始する前に完了してください。 - - The buffer is not part of a workspace. - バッファーはワークスペースの一部ではありません。 - - - - The token is not contained in the workspace. - トークンはワークスペースに含まれていません。 - - Navigation Bars ナビゲーション バー @@ -917,26 +777,11 @@ ナビゲーション バーを更新しています... - - Format Token - 書式トークン - - Find References 参照の検索 - - Finding references... - 参照を検索しています... - - - - Finding references of "{0}"... - "{0}" の参照を検索しています... - - Comment Selection 選択範囲のコメント @@ -982,11 +827,6 @@ "メソッドの抽出" リファクタリングを適用しています... - - Format Document - ドキュメントのフォーマット - - Formatting document... ドキュメントを書式設定しています... @@ -997,11 +837,6 @@ 書式設定 - - Format Selection - 選択範囲のフォーマット - - Formatting currently selected text... 現在選択されているテキストを書式設定しています... @@ -1042,11 +877,6 @@ インラインの名前変更の Fixup - - Inline Rename Resolved Conflict - インラインの名前変更の競合を解決しました - - Inline Rename インラインの名前変更 @@ -1062,11 +892,6 @@ 名前の変更を開始 - - Display conflict resolutions - 競合する解像度の表示 - - Finding token to rename... 名前を変更するトークンを検索しています... @@ -1107,31 +932,11 @@ {0} の名前変更 - - Light bulb session is already dismissed. - 電球セッションは既に閉鎖されています。 - - - - Automatic Pair Completion End Point Marker Color - ペアの自動補完の終点のマーカーの色 - - Engine must be attached to an Interactive Window. インタラクティブ ウィンドウにエンジンを関連付ける必要があります。 - - Changes the current prompt settings. - 現在のプロンプトの設定を変更します。 - - - - Unexpected text: '{0}' - 予期しないテキスト: '{0}' - - The triggerSpan is not included in the given workspace. triggerSpan は指定されたワークスペースに含まれていません。 @@ -1147,11 +952,6 @@ トランザクションが既に完了します。 - - Not a source error, line/column unavailable - ソース エラーではなく、行/列を使用できません - - Can't compare positions from different text snapshots 異なるテキスト スナップショットから位置を比較できません @@ -1232,11 +1032,6 @@ 変更のプレビュー - - Format Paste - 書式の貼り付け - - Formatting pasted text... 貼り付けたテキストを書式設定しています... @@ -1294,11 +1089,6 @@ Do you want to proceed? インターフェイスの実装 '{0}' への呼び出し - - Computing Call Hierarchy Information - 呼び出し階層情報を計算しています - - Implements '{0}' '{0}' を実装します @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - IntelliSense のコミットの書式設定 - - Rename Tracking 名前変更の追跡 @@ -1364,11 +1149,6 @@ Do you want to proceed? コンテンツを含む '{0}' を '{1}' から削除しています: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' は '{1}' の操作をサポートしません。ただし、この操作をサポートする入れ子になった '{2}' を含めることはできます ('{2}.{3}' を参照)。 - - Brace Completion かっこ完了 @@ -1429,11 +1209,6 @@ Do you want to proceed? 移動中... - - Suggestion ellipses (…) - 提案事項の省略記号 (…) - - '{0}' declarations '{0}' の宣言 @@ -1464,11 +1239,6 @@ Do you want to proceed? 選択範囲のコメント/コメント解除 - - Code Completion - コード補完 - - Execute In Interactive 対話形式で実行 @@ -1559,11 +1329,6 @@ Do you want to proceed? シグネチャ ヘルプ - - Smart Token Formatter - スマート トークン フォーマッタ - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf index 62f3425740bc0..746b17fcaab17 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf @@ -17,36 +17,16 @@ 캐럿에서 기호를 탐색할 수 없습니다. - - Change configuration - 구성 변경 - - - - Code cleanup is not configured - 코드 정리가 구성되지 않았습니다. - - Computing 'Encapsulate Field' information 'Encapsulate Field' 정보 계산 - - Configure it now - 지금 구성 - - Do not prefer 'this.' or 'Me.' 'this.' 또는 'Me.'를 기본으로 사용하지 마세요. - - Do not show this message again - 이 메시지를 다시 표시하지 않음 - - Do you still want to proceed? This may produce broken code. 계속하시겠습니까? 계속하면 손상된 코드가 생성될 수 있습니다. @@ -77,26 +57,11 @@ 필터 Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - 추가 정리를 수행 하는 문서 - - Get help for '{0}' '{0}'에 대한 도움 받기 - - Gathering Suggestions - '{0}' - 제안을 수집하는 중 - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - 제안을 수집하는 중 - 솔루션이 완전히 로드될 때까지 기다리는 중 - - Go To Base 기본으로 이동 @@ -577,11 +542,6 @@ XML 문서 주석 - 특성 값 - - Unnecessary Code - 불필요한 코드 - - Rude Edit 편집 다시 실행 @@ -637,11 +597,6 @@ 해결할 수 없는 충돌 {0}개 - - Applying "{0}"... - "{0}" 적용 중... - - Adding '{0}' to '{1}' with content: 다음 콘텐츠가 있는 '{1}'에 대한 '{0}' 추가 중: @@ -697,11 +652,6 @@ 필드 캡슐화 - - Applying "Encapsulate Field" refactoring... - "필드 캡슐화" 리팩토링 적용 중... - - Please select the definition of the field to encapsulate. 캡슐화할 필드의 정의를 선택하세요. @@ -727,11 +677,6 @@ 정보를 찾을 수 없습니다. - - No usages found. - 사용법을 찾을 수 없습니다. - - Implements 구현 @@ -752,86 +697,16 @@ 재정의 수행자 - - Directly Called In - 직접 호출됨 - - - - Indirectly Called In - 간접적으로 호출됨 - - - - Called In - 호출됨 - - - - Referenced In - 참조됨 - - No references found. 참조를 찾을 수 없습니다. - - No derived types found. - 파생 형식을 찾을 수 없습니다. - - - - No implementations found. - 구현을 찾을 수 없습니다. - - - - {0} - (Line {1}) - {0} - (줄 {1}) - - - - Class Parts - 클래스 파트 - - - - Struct Parts - 구조체 파트 - - - - Interface Parts - 인터페이스 파트 - - - - Type Parts - 형식 파트 - - Inherits 상속 - - Inherited By - 상속 대상 - - - - Already tracking document with identical key - 동일한 키로 이미 문서를 추적하는 중 - - - - document is not currently being tracked - 문서를 현재 추적하고 있지 않습니다. - - Computing Rename information... 이름 바꾸기 정보 계산 중... @@ -887,26 +762,11 @@ 자동 완성 중... - - Automatic Pair Completion - 자동 쌍 완성 - - An active inline rename session is still active. Complete it before starting a new one. 활성 인라인 이름 바꾸기 세션이 여전히 활성화되어 있습니다. 새 세션을 시작하기 전에 완료하세요. - - The buffer is not part of a workspace. - 버퍼는 작업 영역의 일부가 아닙니다. - - - - The token is not contained in the workspace. - 토큰이 작업 영역에 포함되어 있지 않습니다. - - Navigation Bars 탐색 모음 @@ -917,26 +777,11 @@ 탐색 모음을 새로 고치는 중... - - Format Token - 형식 토큰 - - Find References 참조 찾기 - - Finding references... - 참조를 찾는 중... - - - - Finding references of "{0}"... - "{0}"의 참조를 찾는 중... - - Comment Selection 선택 영역을 주석으로 처리 @@ -982,11 +827,6 @@ "메서드 추출" 리팩토링 적용 중... - - Format Document - 문서 서식 - - Formatting document... 문서 서식을 지정하는 중... @@ -997,11 +837,6 @@ 서식 - - Format Selection - 선택 영역 서식 - - Formatting currently selected text... 현재 선택한 텍스트의 서식을 지정하는 중... @@ -1042,11 +877,6 @@ 인라인 이름 바꾸기 픽스업 - - Inline Rename Resolved Conflict - 인라인 이름 바꾸기의 충돌이 해결됨 - - Inline Rename 인라인 이름 바꾸기 @@ -1062,11 +892,6 @@ 이름 바꾸기 시작 - - Display conflict resolutions - 충돌 해결 표시 - - Finding token to rename... 이름을 바꿀 토큰을 찾는 중... @@ -1107,31 +932,11 @@ 이름 바꾸기: {0} - - Light bulb session is already dismissed. - 전구 세션이 이미 해제되었습니다. - - - - Automatic Pair Completion End Point Marker Color - 자동 쌍 완성 끝점 표식 색 - - Engine must be attached to an Interactive Window. 엔진은 대화형 창에 연결되어 있어야 합니다. - - Changes the current prompt settings. - 현재 프롬프트 설정을 변경합니다. - - - - Unexpected text: '{0}' - 예기치 않은 텍스트: '{0}' - - The triggerSpan is not included in the given workspace. triggerSpan이 지정한 작업 영역에 포함되어 있지 않습니다. @@ -1147,11 +952,6 @@ 트랜잭션이 이미 완료되었습니다. - - Not a source error, line/column unavailable - 원본 오류가 아닙니다. 줄/열을 사용할 수 없습니다. - - Can't compare positions from different text snapshots 다른 텍스트 스냅샷에서 위치를 비교할 수 없습니다. @@ -1232,11 +1032,6 @@ 변경 내용 미리 보기 - - Format Paste - 서식 붙여넣기 - - Formatting pasted text... 붙여넣은 텍스트의 서식을 지정하는 중... @@ -1294,11 +1089,6 @@ Do you want to proceed? '{0}' 인터페이스 구현에 대한 호출 - - Computing Call Hierarchy Information - 호출 계층 구조 정보 계산 중 - - Implements '{0}' '{0}' 구현 @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - IntelliSense 커밋 서식 - - Rename Tracking 추적 이름 바꾸기 @@ -1364,11 +1149,6 @@ Do you want to proceed? 다음 내용과 함께 '{1}'에서 '{0}'을(를) 제거 중: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}'은(는) '{1}' 작업을 지원하지 않습니다. 하지만 이 작업을 지원하는 중첩 '{2}'을(를) 포함할 수 있습니다('{2}.{3}' 참조). - - Brace Completion 중괄호 완성 @@ -1429,11 +1209,6 @@ Do you want to proceed? 탐색하는 중... - - Suggestion ellipses (…) - 제안 줄임표(…) - - '{0}' declarations '{0}' 선언 @@ -1464,11 +1239,6 @@ Do you want to proceed? 선택 영역 주석 처리/주석 처리 제거 - - Code Completion - 코드 완성 - - Execute In Interactive 대화형으로 실행 @@ -1559,11 +1329,6 @@ Do you want to proceed? 시그니처 도움말 - - Smart Token Formatter - 스마트 토큰 포맷터 - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf index ce4b6c7b5dbe8..eaf19c26ad021 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf @@ -17,36 +17,16 @@ Nie można przejść do symbolu pod karetką. - - Change configuration - Zmień konfigurację - - - - Code cleanup is not configured - Nie skonfigurowano oczyszczania kodu - - Computing 'Encapsulate Field' information Obliczanie informacji „Hermetyzuj pole” - - Configure it now - Skonfiguruj je teraz - - Do not prefer 'this.' or 'Me.' Nie preferuj zapisu „this.” lub „me.” - - Do not show this message again - Nie pokazuj tego komunikatu ponownie - - Do you still want to proceed? This may produce broken code. Czy nadal chcesz kontynuować? Może to spowodować uszkodzenie kodu. @@ -77,26 +57,11 @@ Filtr Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - Funkcja formatowania dokumentu wykonała dodatkowe czyszczenie - - Get help for '{0}' Uzyskaj pomoc dla „{0}” - - Gathering Suggestions - '{0}' - Zbieranie sugestii — „{0}” - - - - Gathering Suggestions - Waiting for the solution to fully load - Zbieranie sugestii — oczekiwanie na pełne załadowanie rozwiązania - - Go To Base Przejdź do podstawy @@ -577,11 +542,6 @@ Komentarze dokumentacji XML — wartość atrybutu - - Unnecessary Code - Zbędny kod - - Rude Edit Edycja blokująca @@ -637,11 +597,6 @@ Liczba nierozwiązanych konfliktów: {0} - - Applying "{0}"... - Trwa stosowanie elementu „{0}”... - - Adding '{0}' to '{1}' with content: Trwa dodawanie elementu „{0}” do elementu „{1}” z zawartością: @@ -697,11 +652,6 @@ Hermetyzuj pole - - Applying "Encapsulate Field" refactoring... - Trwa stosowanie refaktoryzacji „Hermetyzuj pole”... - - Please select the definition of the field to encapsulate. Wybierz definicję pola, które ma zostać zahermetyzowane. @@ -727,11 +677,6 @@ Nie znaleziono informacji. - - No usages found. - Nie znaleziono użyć - - Implements Implementuje @@ -752,86 +697,16 @@ Przesłonione przez - - Directly Called In - Wywołane bezpośrednio - - - - Indirectly Called In - Wywołane pośrednio - - - - Called In - Wywołane - - - - Referenced In - Przywoływane w - - No references found. Nie znaleziono odwołań. - - No derived types found. - Nie znaleziono typów pochodnych. - - - - No implementations found. - Nie znaleziono implementacji. - - - - {0} - (Line {1}) - {0} — (wiersz {1}) - - - - Class Parts - Części klasy - - - - Struct Parts - Części struktury - - - - Interface Parts - Części interfejsu - - - - Type Parts - Części typu - - Inherits Dziedziczy - - Inherited By - Dziedziczone przez - - - - Already tracking document with identical key - Dokument z identycznym kluczem jest już śledzony - - - - document is not currently being tracked - dokument obecnie nie jest śledzony - - Computing Rename information... Trwa obliczanie informacji dotyczących zmiany nazwy... @@ -887,26 +762,11 @@ Trwa automatyczne uzupełnianie... - - Automatic Pair Completion - Automatyczne uzupełnianie par - - An active inline rename session is still active. Complete it before starting a new one. Aktywna sesja operacji zmiany nazwy wstawionego elementu nie została jeszcze zakończona. Zakończ ją przed uruchomieniem nowej sesji. - - The buffer is not part of a workspace. - Bufor nie jest częścią obszaru roboczego. - - - - The token is not contained in the workspace. - Token nie znajduje się w obszarze roboczym. - - Navigation Bars Paski nawigacji @@ -917,26 +777,11 @@ Trwa odświeżanie pasków nawigacji... - - Format Token - Token formatu - - Find References Znajdź odwołania - - Finding references... - Trwa znajdowanie odwołań... - - - - Finding references of "{0}"... - Trwa znajdowanie odwołań dla elementu „{0}”... - - Comment Selection Zakomentuj zaznaczenie @@ -982,11 +827,6 @@ Trwa stosowanie refaktoryzacji „Wyodrębnij metodę”... - - Format Document - Formatuj dokument - - Formatting document... Trwa formatowanie dokumentu... @@ -997,11 +837,6 @@ Formatowanie - - Format Selection - Formatuj zaznaczenie - - Formatting currently selected text... Trwa formatowanie aktualnie zaznaczonego tekstu... @@ -1042,11 +877,6 @@ Naprawa operacji zmiany nazwy wstawionego elementu - - Inline Rename Resolved Conflict - Rozwiązano konflikt z operacją zmiany nazwy wstawionego elementu - - Inline Rename Operacja zmiany nazwy wstawionego elementu @@ -1062,11 +892,6 @@ Rozpocznij zmienianie nazw - - Display conflict resolutions - Wyświetl rozwiązane konflikty - - Finding token to rename... Trwa znajdowanie tokenu, którego nazwa ma zostać zmieniona... @@ -1107,31 +932,11 @@ Zmień nazwę: {0} - - Light bulb session is already dismissed. - Sesję prezentowania pomysłów już odrzucono. - - - - Automatic Pair Completion End Point Marker Color - Kolor znacznika punktu końcowego automatycznego uzupełniania par - - Engine must be attached to an Interactive Window. Aparat musi być dołączony do okna Interactive. - - Changes the current prompt settings. - Zmienia bieżące ustawienia monitu. - - - - Unexpected text: '{0}' - Nieoczekiwany tekst: „{0}” - - The triggerSpan is not included in the given workspace. Element triggerSpan nie jest dołączony do danego obszaru roboczego. @@ -1147,11 +952,6 @@ Transakcja jest już ukończona. - - Not a source error, line/column unavailable - To nie jest błąd źródła. Brak dostępnego wiersza/kolumny - - Can't compare positions from different text snapshots Nie można porównać pozycji z różnych migawek tekstu @@ -1232,11 +1032,6 @@ Podgląd zmian - - Format Paste - Formatuj wklejoną zawartość - - Formatting pasted text... Trwa formatowanie wklejonego tekstu... @@ -1294,11 +1089,6 @@ Czy chcesz kontynuować? Wywołania implementacji interfejsu „{0}” - - Computing Call Hierarchy Information - Informacje o hierarchii wywołań obliczeń - - Implements '{0}' Implementuje element „{0}” @@ -1349,11 +1139,6 @@ Czy chcesz kontynuować? IntelliSense - - IntelliSense Commit Formatting - Formatowanie potwierdzenia funkcji IntelliSense - - Rename Tracking Śledzenie zmiany nazw @@ -1364,11 +1149,6 @@ Czy chcesz kontynuować? Usuwanie elementu „{0}” z elementu „{1}” z zawartością: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - 'Element „{0}” nie obsługuje operacji „{1}”. Może jednak zawierać zagnieżdżone elementy {2} (zobacz „{2}.{3}”) obsługujące tę operację. - - Brace Completion Uzupełnianie nawiasów @@ -1429,11 +1209,6 @@ Czy chcesz kontynuować? Trwa przechodzenie... - - Suggestion ellipses (…) - Wielokropki sugestii (…) - - '{0}' declarations 'Deklaracje „{0}” @@ -1464,11 +1239,6 @@ Czy chcesz kontynuować? Zakomentuj/odkomentuj zaznaczenie - - Code Completion - Uzupełnianie kodu - - Execute In Interactive Wykonaj w trybie interaktywnym @@ -1559,11 +1329,6 @@ Czy chcesz kontynuować? Pomoc dotycząca sygnatury - - Smart Token Formatter - Inteligentny element formatujący tokeny - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf index d5e592f61c4cb..e408565f872e2 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf @@ -17,36 +17,16 @@ Não é possível navegar para o símbolo sob o cursor. - - Change configuration - Alterar configuração - - - - Code cleanup is not configured - A limpeza de código não está configurada - - Computing 'Encapsulate Field' information Computando informações de 'Encapsular Campo' - - Configure it now - Configurar agora - - Do not prefer 'this.' or 'Me.' Não preferir 'this.' nem 'Me'. - - Do not show this message again - Não mostrar esta mensagem novamente - - Do you still want to proceed? This may produce broken code. Ainda quer continuar? Isso pode produzir código desfeito. @@ -77,26 +57,11 @@ Filtrar Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - A Formatação do Documento executou uma limpeza adicional - - Get help for '{0}' Obter ajuda para '{0}' - - Gathering Suggestions - '{0}' - Obtendo Sugestões – '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - Obtendo Sugestões – aguardando a solução carregar totalmente - - Go To Base Ir Para a Base @@ -577,11 +542,6 @@ Comentário da documentação XML - Valor de Atributo - - Unnecessary Code - Código Desnecessário - - Rude Edit Edição Rudimentar @@ -637,11 +597,6 @@ {0} conflito(s) não solucionável(is) - - Applying "{0}"... - Aplicando "{0}"... - - Adding '{0}' to '{1}' with content: Adicionando "{0}" a "{1}" com conteúdo: @@ -697,11 +652,6 @@ Encapsular Campo - - Applying "Encapsulate Field" refactoring... - Aplicando refatoração "Encapsular Campo"... - - Please select the definition of the field to encapsulate. Selecione a definição do campo a encapsular. @@ -727,11 +677,6 @@ Nenhuma informação encontrada. - - No usages found. - Nenhum uso encontrado. - - Implements Implementos @@ -752,86 +697,16 @@ Substituído por - - Directly Called In - Chamado Diretamente - - - - Indirectly Called In - Chamado Indiretamente - - - - Called In - Chamado Em - - - - Referenced In - Referenciado Em - - No references found. Nenhuma referência encontrada. - - No derived types found. - Nenhum tipo derivado encontrado. - - - - No implementations found. - Nenhuma implementação encontrada. - - - - {0} - (Line {1}) - {0} - (Linha {1}) - - - - Class Parts - Partes de Classe - - - - Struct Parts - Partes de Struct - - - - Interface Parts - Componentes da Interface - - - - Type Parts - Partes do Tipo - - Inherits Herda - - Inherited By - Herdado por - - - - Already tracking document with identical key - Já está a rastrear o documento com chave idêntica - - - - document is not currently being tracked - documento não está sendo rastreado no momento - - Computing Rename information... Computando informações de Renomeação... @@ -887,26 +762,11 @@ Concluindo automaticamente... - - Automatic Pair Completion - Conclusão de Pares Automática - - An active inline rename session is still active. Complete it before starting a new one. Uma sessão de renomeação embutida ativa ainda está ativa. Conclua-a antes de iniciar uma nova. - - The buffer is not part of a workspace. - O buffer não é parte de um workspace. - - - - The token is not contained in the workspace. - O token não está contido no workspace. - - Navigation Bars Barras de Navegação @@ -917,26 +777,11 @@ Atualizando barras de navegação... - - Format Token - Token de Formato - - Find References Localizar Referências - - Finding references... - Localizando referências... - - - - Finding references of "{0}"... - Localizando referências de "{0}"... - - Comment Selection Comentar Seleção @@ -982,11 +827,6 @@ Aplicando refatoração "Extrair Método"... - - Format Document - Formatar Documento - - Formatting document... Formatando documento... @@ -997,11 +837,6 @@ Formatação - - Format Selection - Formatar Seleção - - Formatting currently selected text... Formatando texto selecionado no momento... @@ -1042,11 +877,6 @@ Correção de Renomeação Embutida - - Inline Rename Resolved Conflict - Conflito de Renomeação Embutida Resolvido - - Inline Rename Renomeação embutida @@ -1062,11 +892,6 @@ Iniciar Renomeação - - Display conflict resolutions - Exibir resoluções de conflitos - - Finding token to rename... Localizando token para renomear... @@ -1107,31 +932,11 @@ Renomear: {0} - - Light bulb session is already dismissed. - A sessão de lâmpada já foi descartada. - - - - Automatic Pair Completion End Point Marker Color - Cor do Marcador de Ponto Final da Conclusão de Pares Automática - - Engine must be attached to an Interactive Window. O Mecanismo deve ser anexado a uma Janela Interativa. - - Changes the current prompt settings. - Altera as configurações de prompt atuais. - - - - Unexpected text: '{0}' - Texto inesperado: "{0}" - - The triggerSpan is not included in the given workspace. O triggerSpan não está incluído no workspace fornecido. @@ -1147,11 +952,6 @@ A transação já está concluída. - - Not a source error, line/column unavailable - Não é um erro de origem, linha/coluna disponível - - Can't compare positions from different text snapshots Não é possível comparar as posições de instantâneos de textos diferentes @@ -1232,11 +1032,6 @@ Visualizar Alterações - - Format Paste - Colar Formato - - Formatting pasted text... Formatando texto colado... @@ -1294,11 +1089,6 @@ Deseja continuar? Chamadas para Implementação de Interface '{0}' - - Computing Call Hierarchy Information - Informações sobre Hierarquia de Chamada de Computação - - Implements '{0}' Implementa '{0}' @@ -1349,11 +1139,6 @@ Deseja continuar? IntelliSense - - IntelliSense Commit Formatting - Formatação de Confirmação IntelliSense - - Rename Tracking Renomear Acompanhamento @@ -1364,11 +1149,6 @@ Deseja continuar? Removendo '{0}' de '{1}' com conteúdo: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' não dá suporte à operação '{1}'. No entanto, ele pode conter '{2}'s aninhados (consulte '{2}.{3}') que dá suporte a esta operação. - - Brace Completion Preenchimento de Chaves @@ -1429,11 +1209,6 @@ Deseja continuar? Navegando... - - Suggestion ellipses (…) - Reticências de sugestão (…) - - '{0}' declarations 'Declarações de '{0}' @@ -1464,11 +1239,6 @@ Deseja continuar? Comentar/Remover Marca de Comentário da Seleção - - Code Completion - Conclusão de Código - - Execute In Interactive Executar em Interativo @@ -1559,11 +1329,6 @@ Deseja continuar? Ajuda da Assinatura - - Smart Token Formatter - Formatador de Token Inteligente - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf index b25c06815fb77..9a8f03f5cf324 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf @@ -17,36 +17,16 @@ Не удается перейти к символу, на котором находится курсор. - - Change configuration - Изменить конфигурацию - - - - Code cleanup is not configured - Очистка кода не настроена - - Computing 'Encapsulate Field' information Вычисление сведений "Инкапсуляция поля" - - Configure it now - Настройте ее сейчас - - Do not prefer 'this.' or 'Me.' Не предпочитать "this." или "Me". - - Do not show this message again - Больше не показывать это сообщение - - Do you still want to proceed? This may produce broken code. Вы действительно хотите продолжить? Это может привести к появлению нерабочего кода. @@ -77,26 +57,11 @@ Фильтр Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - При форматировании документа была выполнена дополнительная очистка - - Get help for '{0}' Получить справку для "{0}" - - Gathering Suggestions - '{0}' - Сбор предложений — "{0}" - - - - Gathering Suggestions - Waiting for the solution to fully load - Сбор предложений — ожидается полная загрузка решения - - Go To Base Перейти к базовому @@ -577,11 +542,6 @@ Комментарии XML Doc — значения атрибутов - - Unnecessary Code - Ненужный код - - Rude Edit Грубая редакция @@ -637,11 +597,6 @@ {0} неразрешимые конфликты - - Applying "{0}"... - Применение "{0}"... - - Adding '{0}' to '{1}' with content: Добавление "{0}" к "{1}" с содержимым: @@ -697,11 +652,6 @@ Инкапсулировать поле - - Applying "Encapsulate Field" refactoring... - Применение рефакторинга "инкапсулирования поля" ... - - Please select the definition of the field to encapsulate. Выберите определение поля, которое нужно инкапсулировать. @@ -727,11 +677,6 @@ Информация не найдена. - - No usages found. - Использований не обнаружено. - - Implements Реализует @@ -752,86 +697,16 @@ Переопределяется - - Directly Called In - Прямой вызов - - - - Indirectly Called In - Неявный вызов - - - - Called In - Вызов - - - - Referenced In - Имеются ссылки в - - No references found. Ссылки не найдены. - - No derived types found. - Производных типов не найдено. - - - - No implementations found. - Реализаций не найдено. - - - - {0} - (Line {1}) - {0} — (Строка {1}) - - - - Class Parts - Части класса - - - - Struct Parts - Части структуры - - - - Interface Parts - Части интерфейса - - - - Type Parts - Части типа - - Inherits Наследует - - Inherited By - Наследуется - - - - Already tracking document with identical key - Документ с идентичным ключом уже отслеживается. - - - - document is not currently being tracked - Документ в настоящее время не отслеживается. - - Computing Rename information... Вычисление информации переименования... @@ -887,26 +762,11 @@ Автоматическое завершение... - - Automatic Pair Completion - Автоматическое завершение пары - - An active inline rename session is still active. Complete it before starting a new one. Встроенный сеанс переименования еще активен. Завершите его прежде, чем начинать новый. - - The buffer is not part of a workspace. - Этот буфер не является частью рабочей области. - - - - The token is not contained in the workspace. - Этот токен не помещен в рабочую область. - - Navigation Bars Панели навигации @@ -917,26 +777,11 @@ Идет обновление панелей переходов... - - Format Token - Токен формата - - Find References Найти ссылки - - Finding references... - Поиск ссылок... - - - - Finding references of "{0}"... - Поиск ссылок на "{0}"... - - Comment Selection Закомментировать выделенный фрагмент @@ -982,11 +827,6 @@ Применение рефакторинга "метода извлечения"... - - Format Document - Форматировать документ - - Formatting document... Идет форматирование документа... @@ -997,11 +837,6 @@ Форматирование - - Format Selection - Форматировать выделенный фрагмент - - Formatting currently selected text... Идет форматирование выбранного текста... @@ -1042,11 +877,6 @@ Исправление встроенного переименования - - Inline Rename Resolved Conflict - Разрешенный конфликт встроенного переименования - - Inline Rename Встроенное переименование @@ -1062,11 +892,6 @@ Начать переименование - - Display conflict resolutions - Отобразить разрешение конфликтов - - Finding token to rename... Поиск токена для переименования... @@ -1107,31 +932,11 @@ Переименовать: {0} - - Light bulb session is already dismissed. - Сеанс лампочки уже закрыт. - - - - Automatic Pair Completion End Point Marker Color - Цвет маркера конечной точки автоматического завершения пары. - - Engine must be attached to an Interactive Window. Модуль должен быть подключен к Интерактивному окну. - - Changes the current prompt settings. - Изменения текущих настроек командной строки. - - - - Unexpected text: '{0}' - Непредвиденный текст: "{0}" - - The triggerSpan is not included in the given workspace. Этот triggerSpan не входит в данную рабочую область. @@ -1147,11 +952,6 @@ Транзакция уже выполнена. - - Not a source error, line/column unavailable - Не ошибка источника, строка или столбец недоступны - - Can't compare positions from different text snapshots Не удается сравнить позиции из различных снимков текста @@ -1232,11 +1032,6 @@ Просмотреть изменения - - Format Paste - Форматировать при вставке - - Formatting pasted text... Идет форматирование вставленного текста... @@ -1294,11 +1089,6 @@ Do you want to proceed? Вызовы реализации интерфейса "{0}" - - Computing Call Hierarchy Information - Вычисление сведений об иерархии вызовов - - Implements '{0}' Реализует "{0}" @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - Форматирование при фиксации IntelliSense - - Rename Tracking Отслеживание переименования @@ -1364,11 +1149,6 @@ Do you want to proceed? Идет удаление "{0}" из "{1}" с содержимым: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - "{0}" не поддерживает операцию "{1}", но может содержать вложенные "{2}" (см. "{2}.{3}"), которые поддерживают эту операцию. - - Brace Completion Завершение скобок @@ -1429,11 +1209,6 @@ Do you want to proceed? Идет переход... - - Suggestion ellipses (…) - Предложение с многоточием (…) - - '{0}' declarations 'Объявления "{0}" @@ -1464,11 +1239,6 @@ Do you want to proceed? Закомментировать/раскомментировать выбранный фрагмент - - Code Completion - Завершение кода - - Execute In Interactive Выполнять в интерактивном режиме @@ -1559,11 +1329,6 @@ Do you want to proceed? Справка по сигнатурам - - Smart Token Formatter - Средство форматирования смарт-токена - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf index 324653318e76e..453990fe9c233 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf @@ -17,36 +17,16 @@ Giriş işareti altında sembole gidilemiyor. - - Change configuration - Değiştir yapılandırma - - - - Code cleanup is not configured - Kod temizleme yapılandırılmadı - - Computing 'Encapsulate Field' information 'Alanı Kapsülle' bilgileri hesaplanıyor - - Configure it now - Hemen yapılandırın - - Do not prefer 'this.' or 'Me.' 'this.' veya 'Me.' tercih etme - - Do not show this message again - Bu iletiyi bir daha gösterme - - Do you still want to proceed? This may produce broken code. Yine de devam etmek istiyor musunuz? Bu işlem sonucunda bozuk kod oluşturulabilir. @@ -77,26 +57,11 @@ Filtre Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - Biçimi belge ek temizleme işlemi - - Get help for '{0}' '{0}' için yardım alın - - Gathering Suggestions - '{0}' - Öneriler Toplanıyor - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - Öneriler Toplanıyor - Çözümün tam olarak yüklenmesi bekleniyor - - Go To Base Tabana Git @@ -577,11 +542,6 @@ XML Belge Açıklamaları - Öznitelik Değeri - - Unnecessary Code - Gereksiz Kod - - Rude Edit İşlenmemiş Düzenleme @@ -637,11 +597,6 @@ {0} çözümlenemeyen çakışma - - Applying "{0}"... - "{0}" uygulanıyor... - - Adding '{0}' to '{1}' with content: '{0}' şu içerik ile '{1}' üzerine ekleniyor: @@ -697,11 +652,6 @@ Alanı Kapsülle - - Applying "Encapsulate Field" refactoring... - "Alanı Yalıtma" yeniden düzenlemesi uygulanıyor... - - Please select the definition of the field to encapsulate. Lütfen yalıtılacak alanın tanımını seçin. @@ -727,11 +677,6 @@ Bilgi bulunamadı. - - No usages found. - Kullanım bulunamadı. - - Implements Uygulanan @@ -752,86 +697,16 @@ Geçersiz Kılınan - - Directly Called In - Doğrudan Çağrılma Yeri - - - - Indirectly Called In - Dolaylı Olarak Çağrılma Yeri - - - - Called In - Çağrılma Yeri - - - - Referenced In - Başvuru Yeri - - No references found. Başvuru bulunamadı. - - No derived types found. - Türetilmiş tür bulunamadı. - - - - No implementations found. - Uygulama bulunamadı. - - - - {0} - (Line {1}) - {0} - (Satır {1}) - - - - Class Parts - Sınıf Parçaları - - - - Struct Parts - Yapı Parçaları - - - - Interface Parts - Arabirim Parçaları - - - - Type Parts - Tür Parçaları - - Inherits Devralınan - - Inherited By - Devralan - - - - Already tracking document with identical key - Belge zaten özdeş anahtar ile izleniyor - - - - document is not currently being tracked - Belge şu anda izlenmiyor - - Computing Rename information... Yeniden Adlandırma bilgileri hesaplanıyor... @@ -887,26 +762,11 @@ Otomatik olarak tamamlanıyor... - - Automatic Pair Completion - Otomatik Çift Tamamlaması - - An active inline rename session is still active. Complete it before starting a new one. Etkin bir satır içi yeniden adlandırma oturumu hala etkin. Yenisini başlatmadan önce bunu tamamlayın. - - The buffer is not part of a workspace. - Arabellek bir çalışma alanının parçası değil. - - - - The token is not contained in the workspace. - Belirteç çalışma alanında yer almaz. - - Navigation Bars Gezinti Çubukları @@ -917,26 +777,11 @@ Gezinti çubukları yenileniyor... - - Format Token - Belirteci Biçimlendir - - Find References Başvuruları Bul - - Finding references... - Başvurular bulunuyor... - - - - Finding references of "{0}"... - "{0}" başvuruları bulunuyor... - - Comment Selection Seçimi Açıklama Satırı Yap @@ -982,11 +827,6 @@ "Yöntemi Ayıklama" yeniden düzenlemesi uygulanıyor... - - Format Document - Belgeyi Biçimlendir - - Formatting document... Belge biçimlendiriliyor... @@ -997,11 +837,6 @@ Biçimlendirme - - Format Selection - Biçim Seçimi - - Formatting currently selected text... Seçilen metin biçimlendiriliyor... @@ -1042,11 +877,6 @@ Satır İçi Yeniden Adlandırma Düzeltmesi - - Inline Rename Resolved Conflict - Satır İçi Yeniden Adlandırma Çözümlenen Çakışması - - Inline Rename Satır İçi Yeniden Adlandırma @@ -1062,11 +892,6 @@ Yeniden Adlandırmayı Başlat - - Display conflict resolutions - Çakışma çözümlemelerini görüntüle - - Finding token to rename... Yeniden adlandırılacak belirteç bulunuyor... @@ -1107,31 +932,11 @@ Yeniden adlandırma: {0} - - Light bulb session is already dismissed. - Ampul oturumu zaten kapatıldı. - - - - Automatic Pair Completion End Point Marker Color - Otomatik Çift Tamamlaması Bitiş Noktası İşaret Rengi - - Engine must be attached to an Interactive Window. Altyapı, Etkileşimli Pencere'ye iliştirilmelidir. - - Changes the current prompt settings. - Geçerli istem ayarlarını değiştirir. - - - - Unexpected text: '{0}' - Beklenmeyen metin: '{0}' - - The triggerSpan is not included in the given workspace. triggerSpan verilen çalışma alanında yer almaz. @@ -1147,11 +952,6 @@ İşlem zaten tamamlandı. - - Not a source error, line/column unavailable - Kaynak hatası değil, satır/sütun kullanılamıyor - - Can't compare positions from different text snapshots Konumlar farklı metin anlık görüntülerinden karşılaştırılamıyor @@ -1232,11 +1032,6 @@ Değişiklikleri Önizle - - Format Paste - Yapıştırmayı Biçimlendir - - Formatting pasted text... Yapıştırılan metin biçimlendiriliyor... @@ -1294,11 +1089,6 @@ Devam etmek istiyor musunuz? '{0}' Arayüz Uygulama Çağrıları - - Computing Call Hierarchy Information - Çağrı Hiyerarşisi Bilgileri Hesaplanıyor - - Implements '{0}' '{0}' öğesini uygular @@ -1349,11 +1139,6 @@ Devam etmek istiyor musunuz? IntelliSense - - IntelliSense Commit Formatting - IntelliSense Biçimlendirmeyi İşle - - Rename Tracking İzlemeyi Yeniden Adlandır @@ -1364,11 +1149,6 @@ Devam etmek istiyor musunuz? '{0}' öğesi, içeriği şu olan '{1}' öğesinden kaldırılıyor: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}', '{1}' işlemini desteklemiyor. Ancak bu işlemi destekleyen iç içe '{2}' (bkz. '{2}.{3}') içerebilir. - - Brace Completion Küme Ayracı Tamamlama @@ -1429,11 +1209,6 @@ Devam etmek istiyor musunuz? Gidiliyor... - - Suggestion ellipses (…) - Öneri üç noktası (…) - - '{0}' declarations '{0}' bildirimleri @@ -1464,11 +1239,6 @@ Devam etmek istiyor musunuz? Seçimi Açıklama Satırı Yap/Seçimin Açıklamasını Kaldır - - Code Completion - Kod Tamamlama - - Execute In Interactive Etkileşimli içinde Yürüt @@ -1559,11 +1329,6 @@ Devam etmek istiyor musunuz? İmza Yardımı - - Smart Token Formatter - Akıllı Belirteç Biçimlendirici - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf index 50f26f9d2b707..474e2ead733dc 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf @@ -17,36 +17,16 @@ 无法导航到插入点下面的符号。 - - Change configuration - 更改配置 - - - - Code cleanup is not configured - 未配置代码清理 - - Computing 'Encapsulate Field' information 计算“封装字段”信息 - - Configure it now - 立即配置 - - Do not prefer 'this.' or 'Me.' 不首选 "this." 或 "Me." - - Do not show this message again - 不再显示此消息 - - Do you still want to proceed? This may produce broken code. 是否仍要继续? 这可能会导致代码损坏。 @@ -77,26 +57,11 @@ 筛选 Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - 格式文档执行了额外的清理 - - Get help for '{0}' 获取有关“{0}”的帮助 - - Gathering Suggestions - '{0}' - 正在收集建议 -“{0}” - - - - Gathering Suggestions - Waiting for the solution to fully load - 正在收集建议 - 正在等待解决方案完全加载 - - Go To Base 转到基础映像 @@ -577,11 +542,6 @@ XML 文档注释 - 属性值 - - Unnecessary Code - 不必要的代码 - - Rude Edit 原始编辑 @@ -637,11 +597,6 @@ {0} 个无法解决的冲突 - - Applying "{0}"... - 正在应用 “{0}”... - - Adding '{0}' to '{1}' with content: 将“{0}”添加到具有内容的“{1}”: @@ -697,11 +652,6 @@ 封装字段 - - Applying "Encapsulate Field" refactoring... - 正在应用 “封装字段”重构... - - Please select the definition of the field to encapsulate. 请选择要封装字段的定义。 @@ -727,11 +677,6 @@ 未找到信息。 - - No usages found. - 未找到用法。 - - Implements 实现 @@ -752,86 +697,16 @@ 重写者 - - Directly Called In - 直接调入 - - - - Indirectly Called In - 间接调入 - - - - Called In - 调入 - - - - Referenced In - 引用于 - - No references found. 未找到引用。 - - No derived types found. - 未找到派生类型。 - - - - No implementations found. - 未找到实现。 - - - - {0} - (Line {1}) - {0} - (第 {1} 行) - - - - Class Parts - 类部件 - - - - Struct Parts - 结构部件 - - - - Interface Parts - 接口部件 - - - - Type Parts - 类型部件 - - Inherits 继承 - - Inherited By - 继承者 - - - - Already tracking document with identical key - 已使用等价键跟踪文档 - - - - document is not currently being tracked - 当前未跟踪文档 - - Computing Rename information... 正在计算重命名信息... @@ -887,26 +762,11 @@ 正在自动完成... - - Automatic Pair Completion - 自动配对完成 - - An active inline rename session is still active. Complete it before starting a new one. 有效的内联重命名会话仍处于活动状态。在开始一个新会话前完成它。 - - The buffer is not part of a workspace. - 缓冲区不是工作区的一部分。 - - - - The token is not contained in the workspace. - 工作区中不包含该标记。 - - Navigation Bars 导航栏 @@ -917,26 +777,11 @@ 正在刷新导航栏... - - Format Token - 设置标记的格式 - - Find References 查找引用 - - Finding references... - 正在查找引用... - - - - Finding references of "{0}"... - 正在查找“{0}”的引用... - - Comment Selection 注释选定内容 @@ -982,11 +827,6 @@ 正在应用“提取方法”重构... - - Format Document - 设置文档的格式 - - Formatting document... 正在设置文档格式... @@ -997,11 +837,6 @@ 格式设置 - - Format Selection - 设置选定内容的格式 - - Formatting currently selected text... 正在设置当前所选文本的格式... @@ -1042,11 +877,6 @@ 内联重命名修复 - - Inline Rename Resolved Conflict - 内联重命名已解决冲突 - - Inline Rename 内联重命名 @@ -1062,11 +892,6 @@ 开始重命名 - - Display conflict resolutions - 显示冲突解决方法 - - Finding token to rename... 正在查找要重命名的标记... @@ -1107,31 +932,11 @@ 重命名: {0} - - Light bulb session is already dismissed. - 灯泡会话已解除。 - - - - Automatic Pair Completion End Point Marker Color - 自动配对完成终点标记颜色 - - Engine must be attached to an Interactive Window. 引擎必须附加到“交互窗口”。 - - Changes the current prompt settings. - 更改当前提示设置。 - - - - Unexpected text: '{0}' - 意外的文本:“{0}” - - The triggerSpan is not included in the given workspace. 给定工作区中不包括 triggerSpan。 @@ -1147,11 +952,6 @@ 该事务已完成。 - - Not a source error, line/column unavailable - 不是源错误,行/列不可用 - - Can't compare positions from different text snapshots 无法比较不同文本快照的位置 @@ -1232,11 +1032,6 @@ 预览更改 - - Format Paste - 格式粘贴 - - Formatting pasted text... 正在设置已粘贴文本的格式... @@ -1294,11 +1089,6 @@ Do you want to proceed? 对接口实现“{0}”的调用 - - Computing Call Hierarchy Information - 计算调用层次结构信息 - - Implements '{0}' 实现“{0}” @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - IntelliSense 提交格式 - - Rename Tracking 重命名跟踪 @@ -1364,11 +1149,6 @@ Do you want to proceed? 将“{0}”连带内容从“{1}”删除: - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - “{0}”不支持“{1}”操作。但是,它可能包含支持此操作的嵌套“{2}”(参见“{2}.{3}”)。 - - Brace Completion 大括号完成 @@ -1429,11 +1209,6 @@ Do you want to proceed? 正在导航... - - Suggestion ellipses (…) - 建议使用省略号(…) - - '{0}' declarations “{0}”声明 @@ -1464,11 +1239,6 @@ Do you want to proceed? 注释/取消注释选定内容 - - Code Completion - 代码完成 - - Execute In Interactive 交互执行 @@ -1559,11 +1329,6 @@ Do you want to proceed? 签名帮助 - - Smart Token Formatter - 智能令牌格式化程序 - - \ No newline at end of file diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf index 16545b566e995..b2be44ff7c95d 100644 --- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf +++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf @@ -17,36 +17,16 @@ 無法巡覽至插入號下的符號。 - - Change configuration - 變更組態 - - - - Code cleanup is not configured - 未設定程式碼清除 - - Computing 'Encapsulate Field' information 正在計算 [封裝欄位] 資訊 - - Configure it now - 立即設定 - - Do not prefer 'this.' or 'Me.' 不建議使用 'this.' 或 'Me.' - - Do not show this message again - 不再顯示此訊息 - - Do you still want to proceed? This may produce broken code. 仍要繼續嗎? 這可能產生中斷的程式碼。 @@ -77,26 +57,11 @@ 篩選 Caption/tooltip for "Filter" image element displayed in completion popup. - - Format Document performed additional cleanup - 執行額外清除的格式化文件 - - Get help for '{0}' 取得 '{0}' 的說明 - - Gathering Suggestions - '{0}' - 正在蒐集建議 - '{0}' - - - - Gathering Suggestions - Waiting for the solution to fully load - 正在蒐集建議 - 正在等候解決方案完整載入 - - Go To Base 移至基底 @@ -577,11 +542,6 @@ XML 文件註解 - 屬性值 - - Unnecessary Code - 不需要的程式碼 - - Rude Edit 粗略編輯 @@ -637,11 +597,6 @@ 有 {0} 個未解決的衝突 - - Applying "{0}"... - 正在套用 "{0}"... - - Adding '{0}' to '{1}' with content: 將 '{0}' 加入包含下列內容的 '{1}': @@ -697,11 +652,6 @@ 封裝欄位 - - Applying "Encapsulate Field" refactoring... - 正在套用「封裝欄位」重構... - - Please select the definition of the field to encapsulate. 請為要封裝的欄位選取定義。 @@ -727,11 +677,6 @@ 找不到資訊。 - - No usages found. - 找不到用法。 - - Implements 實作 @@ -752,86 +697,16 @@ 覆寫者 - - Directly Called In - 直接呼叫位置 - - - - Indirectly Called In - 間接呼叫位置 - - - - Called In - 呼叫位置 - - - - Referenced In - 參考位置 - - No references found. 找不到參考。 - - No derived types found. - 找不到衍生的類型。 - - - - No implementations found. - 找不到實作。 - - - - {0} - (Line {1}) - {0} - (第 {1} 行) - - - - Class Parts - 類別組件 - - - - Struct Parts - 結構組件 - - - - Interface Parts - 介面組件 - - - - Type Parts - 類型組件 - - Inherits 繼承 - - Inherited By - 繼承者 - - - - Already tracking document with identical key - 已追蹤具有相同索引鍵的文件 - - - - document is not currently being tracked - 文件目前未加以追蹤 - - Computing Rename information... 正在計算重新命名資訊... @@ -887,26 +762,11 @@ 自動完成中... - - Automatic Pair Completion - 自動配對完成 - - An active inline rename session is still active. Complete it before starting a new one. 現用內嵌重新命名工作階段仍在執行中。請先加以結束,然後再啟動新的工作階段。 - - The buffer is not part of a workspace. - 此緩衝區不屬於工作區。 - - - - The token is not contained in the workspace. - 工作區未包含此語彙基元。 - - Navigation Bars 導覽列 @@ -917,26 +777,11 @@ 正在重新整理導覽列... - - Format Token - 格式化語彙基元 - - Find References 尋找參考 - - Finding references... - 正在尋找參考... - - - - Finding references of "{0}"... - 正在尋找 "{0}" 的參考... - - Comment Selection 註解選取範圍 @@ -982,11 +827,6 @@ 正在套用「擷取方法」重構... - - Format Document - 格式化文件 - - Formatting document... 正在格式化文件... @@ -997,11 +837,6 @@ 格式化 - - Format Selection - 格式化選取範圍 - - Formatting currently selected text... 正在格式化目前選取的文字... @@ -1042,11 +877,6 @@ 內嵌重新命名修復 - - Inline Rename Resolved Conflict - 已解決內嵌重新命名衝突 - - Inline Rename 內嵌重新命名 @@ -1062,11 +892,6 @@ 開始重新命名 - - Display conflict resolutions - 顯示衝突解決方法 - - Finding token to rename... 正在尋找要重新命名的語彙基元... @@ -1107,31 +932,11 @@ 重新命名: {0} - - Light bulb session is already dismissed. - 燈泡工作階段已關閉。 - - - - Automatic Pair Completion End Point Marker Color - 自動配對完成端點標記色彩 - - Engine must be attached to an Interactive Window. 引擎必須連結到互動視窗。 - - Changes the current prompt settings. - 變更目前的提示設定。 - - - - Unexpected text: '{0}' - 未預期的文字: '{0}' - - The triggerSpan is not included in the given workspace. 指定的工作區未包含 triggerSpan。 @@ -1147,11 +952,6 @@ 交易已完成。 - - Not a source error, line/column unavailable - 非來源錯誤,行/資料行無法使用 - - Can't compare positions from different text snapshots 無法比較不同文字快照的位置 @@ -1232,11 +1032,6 @@ 預覽變更 - - Format Paste - 貼上格式 - - Formatting pasted text... 正在格式化貼上的文字... @@ -1294,11 +1089,6 @@ Do you want to proceed? 呼叫至介面實作 '{0}' - - Computing Call Hierarchy Information - 計算呼叫階層資訊 - - Implements '{0}' 實作 '{0}' @@ -1349,11 +1139,6 @@ Do you want to proceed? IntelliSense - - IntelliSense Commit Formatting - IntelliSense 認可格式 - - Rename Tracking 重新命名追蹤 @@ -1364,11 +1149,6 @@ Do you want to proceed? 從包含下列內容的 '{1}' 移除 '{0}': - - '{0}' does not support the '{1}' operation. However, it may contain nested '{2}'s (see '{2}.{3}') that support this operation. - '{0}' 不支援 '{1}' 作業。不過,它可能包含支援這項作業的巢狀 '{2}' (請參閱 '{2}.{3}')。 - - Brace Completion 以大括號完成 @@ -1429,11 +1209,6 @@ Do you want to proceed? 正在巡覽... - - Suggestion ellipses (…) - 建議省略符號 (…) - - '{0}' declarations '{0}' 宣告 @@ -1464,11 +1239,6 @@ Do you want to proceed? 註解/取消註解選取範圍 - - Code Completion - 程式碼完成 - - Execute In Interactive 以互動方式執行 @@ -1559,11 +1329,6 @@ Do you want to proceed? 簽章說明 - - Smart Token Formatter - 智慧權杖格式器 - - \ No newline at end of file diff --git a/src/EditorFeatures/VisualBasic/VBEditorResources.resx b/src/EditorFeatures/VisualBasic/VBEditorResources.resx index 29ae2b06c9cad..fe28efc13036a 100644 --- a/src/EditorFeatures/VisualBasic/VBEditorResources.resx +++ b/src/EditorFeatures/VisualBasic/VBEditorResources.resx @@ -117,12 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Case Correction - - - Correcting word casing... - This call is required by the designer. @@ -132,18 +126,12 @@ End Construct - - Smart Indenting - Formatting Document... Insert new line - - Format Paste - Formatting pasted text... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.cs.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.cs.xlf index cdfbfebd88fbd..88e6b385c91ad 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.cs.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.cs.xlf @@ -12,16 +12,6 @@ Přidávají se chybějící direktivy import... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Oprava velkých a malých písmen - - - - Correcting word casing... - Opravují se velká a malá písmena u slov... - - This call is required by the designer. Toto volání je vyžadované návrhářem. @@ -37,11 +27,6 @@ Koncová konstrukce - - Smart Indenting - Chytré odsazování - - Formatting Document... Formátuje se dokument... @@ -52,11 +37,6 @@ Vložit nový řádek - - Format Paste - Vložit formát - - Formatting pasted text... Formátuje se vložený text... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.de.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.de.xlf index b0727e1815756..06bb3a2ef9322 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.de.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.de.xlf @@ -12,16 +12,6 @@ Fehlende import-Anweisungen werden hinzugefügt... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Fallkorrektur - - - - Correcting word casing... - Wortschreibweise wird korrigiert... - - This call is required by the designer. Dieser Aufruf ist für den Designer erforderlich. @@ -37,11 +27,6 @@ Endkonstrukt - - Smart Indenting - Intelligenter Einzug - - Formatting Document... Dokument wird formatiert... @@ -52,11 +37,6 @@ Neue Zeile einfügen - - Format Paste - Format einfügen - - Formatting pasted text... Eingefügter Text wird formatiert... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.es.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.es.xlf index 847ad1ba6498b..c66c433c08f84 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.es.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.es.xlf @@ -12,16 +12,6 @@ Agregando las importaciones que faltan... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Corrección de mayúsculas/minúsculas - - - - Correcting word casing... - Corrigiendo uso de mayúsculas/minúsculas... - - This call is required by the designer. Esta llamada es exigida por el diseñador. @@ -37,11 +27,6 @@ Terminar construcción - - Smart Indenting - Sangría inteligente - - Formatting Document... Dando formato al documento... @@ -52,11 +37,6 @@ Insertar nueva línea - - Format Paste - Pegado de formato - - Formatting pasted text... Dando formato al texto pegado... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.fr.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.fr.xlf index 1dcb4921e452d..49a5f9eff36eb 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.fr.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.fr.xlf @@ -12,16 +12,6 @@ Ajout des imports manquants... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Correction de la casse - - - - Correcting word casing... - Correction de la casse des mots... - - This call is required by the designer. Cet appel est requis par le concepteur. @@ -37,11 +27,6 @@ Construction de fin - - Smart Indenting - Retrait intelligent - - Formatting Document... Mise en forme du document... @@ -52,11 +37,6 @@ Insérer une nouvelle ligne - - Format Paste - Mettre en forme lors du collage - - Formatting pasted text... Mise en forme du texte collé... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.it.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.it.xlf index 5535cc89df841..ba3f0561e77b5 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.it.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.it.xlf @@ -12,16 +12,6 @@ Aggiunta di Import mancanti... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Correzione maiuscole/minuscole - - - - Correcting word casing... - Correzione dell'uso delle maiuscole/minuscole per le parole... - - This call is required by the designer. La chiamata è richiesta dalla finestra di progettazione. @@ -37,11 +27,6 @@ Costrutto End - - Smart Indenting - Rientro automatico - - Formatting Document... Formattazione del documento... @@ -52,11 +37,6 @@ Inserisci nuova riga - - Format Paste - Formatta testo incollato - - Formatting pasted text... Formattazione del testo incollato... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ja.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ja.xlf index f429fc607061b..19e3d6a0997f8 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ja.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ja.xlf @@ -12,16 +12,6 @@ 欠落している imports を追加しています... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - 大文字小文字の修正 - - - - Correcting word casing... - 単語の大文字と小文字を修正しています... - - This call is required by the designer. この呼び出しはデザイナーで必要です。 @@ -37,11 +27,6 @@ コンストラクターの終了 - - Smart Indenting - スマート インデント - - Formatting Document... ドキュメントを書式設定しています... @@ -52,11 +37,6 @@ 改行の挿入 - - Format Paste - 書式の貼り付け - - Formatting pasted text... 貼り付けたテキストを書式設定しています... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ko.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ko.xlf index ae6770bf43541..b5aaf6566249b 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ko.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ko.xlf @@ -12,16 +12,6 @@ 누락된 import 추가 중... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - 대/소문자 수정 - - - - Correcting word casing... - 단어 대/소문자 수정 중... - - This call is required by the designer. 디자이너에서 이 호출이 필요합니다. @@ -37,11 +27,6 @@ 구문 종료 - - Smart Indenting - 스마트 들여쓰기 - - Formatting Document... 문서 서식을 지정하는 중... @@ -52,11 +37,6 @@ 새 줄 삽입 - - Format Paste - 서식 붙여넣기 - - Formatting pasted text... 붙여넣은 텍스트의 서식을 지정하는 중... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pl.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pl.xlf index a615e8298ab35..1e5631858f1a9 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pl.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pl.xlf @@ -12,16 +12,6 @@ Trwa dodawanie brakujących dyrektyw import... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Poprawianie wielkości liter - - - - Correcting word casing... - Trwa poprawianie wielkości liter w słowie... - - This call is required by the designer. To wywołanie jest wymagane przez projektanta. @@ -37,11 +27,6 @@ Konstrukcja końcowa - - Smart Indenting - Inteligentne tworzenie wcięć - - Formatting Document... Trwa formatowanie dokumentu... @@ -52,11 +37,6 @@ Wstaw nowy wiersz - - Format Paste - Formatuj wklejoną zawartość - - Formatting pasted text... Trwa formatowanie wklejonego tekstu... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pt-BR.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pt-BR.xlf index 6c57c75360d31..c58cf8fd6d22c 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pt-BR.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.pt-BR.xlf @@ -12,16 +12,6 @@ Adicionando as importações ausentes... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Correção de Caso - - - - Correcting word casing... - Corrigindo maiúsculas e minúsculas de palavras... - - This call is required by the designer. Esta chamada é requerida pelo designer. @@ -37,11 +27,6 @@ Finalizar Construção - - Smart Indenting - Recuo Inteligente - - Formatting Document... Formatando documento... @@ -52,11 +37,6 @@ Inserir Nova Linha - - Format Paste - Colar Formato - - Formatting pasted text... Formatando texto colado... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ru.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ru.xlf index d0323526781ea..8dcceed7fa120 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ru.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.ru.xlf @@ -12,16 +12,6 @@ Добавление недостающих директив import… Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Исправление регистра - - - - Correcting word casing... - Идет исправление регистра слов... - - This call is required by the designer. Этот вызов является обязательным для конструктора. @@ -37,11 +27,6 @@ Закончить конструкцию - - Smart Indenting - Интеллектуальные отступы - - Formatting Document... Идет форматирование документа... @@ -52,11 +37,6 @@ Вставить новую строку - - Format Paste - Форматировать при вставке - - Formatting pasted text... Идет форматирование вставленного текста... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.tr.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.tr.xlf index 07f0ef6244a63..ad3a0dba7f81e 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.tr.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.tr.xlf @@ -12,16 +12,6 @@ Eksik import ifadeleri ekleniyor... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - Büyük/Küçük Harf Düzeltmesi - - - - Correcting word casing... - Sözcük büyük/küçük harfleri düzeltiliyor... - - This call is required by the designer. Bu çağrı tasarımcı için gerekli. @@ -37,11 +27,6 @@ Bitiş Yapısı - - Smart Indenting - Akıllı Girintileme - - Formatting Document... Belge biçimlendiriliyor... @@ -52,11 +37,6 @@ Yeni Satır Ekle - - Format Paste - Yapıştırmayı Biçimlendir - - Formatting pasted text... Yapıştırılan metin biçimlendiriliyor... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hans.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hans.xlf index 48e3953136f3b..bcc70a0b32b09 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hans.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hans.xlf @@ -12,16 +12,6 @@ 正在添加缺少的 imports… Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - 大小写更正 - - - - Correcting word casing... - 正在更正单词的大小写... - - This call is required by the designer. 此调用是设计器所必需的。 @@ -37,11 +27,6 @@ 最终构造 - - Smart Indenting - 智能缩进 - - Formatting Document... 正在设置文档格式... @@ -52,11 +37,6 @@ 插入新行 - - Format Paste - 格式粘贴 - - Formatting pasted text... 正在设置已粘贴文本的格式... diff --git a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hant.xlf b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hant.xlf index 0fe645f96358b..6d32ce5305caf 100644 --- a/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hant.xlf +++ b/src/EditorFeatures/VisualBasic/xlf/VBEditorResources.zh-Hant.xlf @@ -12,16 +12,6 @@ 正在新增缺少的 import... Thread awaited dialog text. "imports" is a language specific term and should not be localized - - Case Correction - 大小寫修正 - - - - Correcting word casing... - 正在修正文字大小寫... - - This call is required by the designer. 設計工具需要此呼叫。 @@ -37,11 +27,6 @@ End 建構 - - Smart Indenting - 智慧縮排 - - Formatting Document... 正在格式化文件... @@ -52,11 +37,6 @@ 插入新行 - - Format Paste - 貼上格式 - - Formatting pasted text... 正在格式化貼上的文字... diff --git a/src/Features/CSharp/Portable/CSharpFeaturesResources.resx b/src/Features/CSharp/Portable/CSharpFeaturesResources.resx index 8fe9e8961bd0c..86f5bdb590361 100644 --- a/src/Features/CSharp/Portable/CSharpFeaturesResources.resx +++ b/src/Features/CSharp/Portable/CSharpFeaturesResources.resx @@ -552,9 +552,6 @@ Apply new() preferences - - Apply parameter null preferences - Apply pattern matching preferences diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf index b384254337b26..ff279bf7660ee 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf @@ -82,11 +82,6 @@ Použít předvolby new() - - Apply parameter null preferences - Použít předvolby parametru null - - Apply pattern matching preferences Použít předvolby porovnávání vzorů diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf index d130dd8093453..8f439bd30bc62 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf @@ -82,11 +82,6 @@ new()-Einstellungen anwenden - - Apply parameter null preferences - Parameter-NULL-Einstellungen anwenden - - Apply pattern matching preferences Anwenden von Musterabgleichseinstellungen diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf index b6049ea244686..16049e9a5f0d4 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf @@ -82,11 +82,6 @@ Aplicar preferencias new() - - Apply parameter null preferences - Aplicar preferencias NULL de parámetro - - Apply pattern matching preferences Aplicar preferencias de coincidencia de patrones diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf index df11ba002a89c..d946c0442f313 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf @@ -82,11 +82,6 @@ Appliquer les préférences new() - - Apply parameter null preferences - Appliquer les préférences null du paramètre - - Apply pattern matching preferences Appliquer les préférences relatives aux critères spéciaux diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf index 35b652738ab1c..45bae0feffabd 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf @@ -82,11 +82,6 @@ Applica le preferenze di new() - - Apply parameter null preferences - Applica preferenze parametro Null - - Apply pattern matching preferences Applica preferenze per criteri di ricerca diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf index f6fb99eafcb9a..46fa52589d4cd 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf @@ -82,11 +82,6 @@ new() の基本設定を適用する - - Apply parameter null preferences - パラメーターの null 値の基本設定を適用する - - Apply pattern matching preferences パターン マッチングの基本設定を適用する diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf index 03123013f18af..0f28589d761b9 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf @@ -82,11 +82,6 @@ new() 적용 기본 설정 - - Apply parameter null preferences - 매개 변수 Null 적용 기본 설정 - - Apply pattern matching preferences 패턴 일치 적용 기본 설정 diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf index 44dc5a417afb6..cbc7b0bd7168c 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf @@ -82,11 +82,6 @@ Zastosuj nowe() preferencje - - Apply parameter null preferences - Zastosuj preferencje parametru o wartości null - - Apply pattern matching preferences Zastosuj preferencje dopasowywania wzorca diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf index 512e5e9dce53e..272ccdd82e79b 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf @@ -82,11 +82,6 @@ Aplicar novas() preferências - - Apply parameter null preferences - Aplicar preferências nulas de parâmetro - - Apply pattern matching preferences Aplicar preferências de correspondência de padrões diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf index 4ca60b53c2063..1e1619079b728 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf @@ -82,11 +82,6 @@ Применить новые настройки - - Apply parameter null preferences - Применить настройки со значением NULL для параметров - - Apply pattern matching preferences Применить настройки для сопоставления шаблонов diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf index 071406fd95f07..c6ea9557ae284 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf @@ -82,11 +82,6 @@ Yeni() tercihleri uygula - - Apply parameter null preferences - Parametre null tercihlerini uygula - - Apply pattern matching preferences Desen eşleştirme tercihlerini uygula diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf index 8a9dfda75f2f7..25d81712c0818 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf @@ -82,11 +82,6 @@ 应用新的()首选项 - - Apply parameter null preferences - 应用参数 Null 首选项 - - Apply pattern matching preferences 应用模式匹配首选项 diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf index ea7a9416ce097..f478d1165b697 100644 --- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf +++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf @@ -82,11 +82,6 @@ 套用新增() 喜好設定 - - Apply parameter null preferences - 套用參數 Null 喜好設定 - - Apply pattern matching preferences 套用模式比對喜好設定 diff --git a/src/Features/Core/Portable/FeaturesResources.resx b/src/Features/Core/Portable/FeaturesResources.resx index 159e455f961cc..647ad76210a32 100644 --- a/src/Features/Core/Portable/FeaturesResources.resx +++ b/src/Features/Core/Portable/FeaturesResources.resx @@ -1328,9 +1328,6 @@ This version used in: {2} Implement explicitly - - Resolve conflict markers - Base classes contain inaccessible unimplemented members diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf index c6439c02d7061..a52cf97af5dfc 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf @@ -2580,11 +2580,6 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv Přeložit: {0} - - Resolve conflict markers - Vyřešit značky konfliktů - - Resolve module: '{0}' of '{1}' Přeložit modul: {0} z {1} diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf index c612e597f7bc1..257cfbee11f0f 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf @@ -2580,11 +2580,6 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg Auflösen: {0} - - Resolve conflict markers - Konfliktmarkierungen auflösen - - Resolve module: '{0}' of '{1}' Modul auflösen: {0} von {1} diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf index 31dba1fe8d457..93752733daa70 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf @@ -2580,11 +2580,6 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us Resolver: "{0}" - - Resolve conflict markers - Resolver los marcadores de conflicto - - Resolve module: '{0}' of '{1}' Resolver el módulo: "{0}" de "{1}" diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf index d5f8403a86575..891c8819d11a2 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf @@ -2580,11 +2580,6 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée Résoudre : '{0}' - - Resolve conflict markers - Résoudre les marqueurs de conflit - - Resolve module: '{0}' of '{1}' Résoudre le module '{0}' sur '{1}' diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf index 3f30b72ddce5e..9990bfc5b2331 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf @@ -2580,11 +2580,6 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all' Risolvi: '{0}' - - Resolve conflict markers - Risolvi gli indicatori di conflitto - - Resolve module: '{0}' of '{1}' Risolvi il modulo: '{0}' di '{1}' diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf index 9cabd1a91d68a..012dfaf2ab5a0 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf @@ -2580,11 +2580,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 解決: "{0}" - - Resolve conflict markers - 競合マーカーの解決 - - Resolve module: '{0}' of '{1}' モジュールの解決: '{1}' の '{0}' diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf index c7c27519ed525..36e1a5bc9759a 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf @@ -2580,11 +2580,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 확인: '{0}' - - Resolve conflict markers - 충돌 표식 확인 - - Resolve module: '{0}' of '{1}' 모듈 확인: '{0}'/'{1}' diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf index 8fa8e1a47e203..45dd052c352e2 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf @@ -2580,11 +2580,6 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk Rozpoznaj: „{0}” - - Resolve conflict markers - Rozwiąż znaczniki konfliktów - - Resolve module: '{0}' of '{1}' Rozpoznaj moduł: „{0}” z „{1}” diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf index e79d5819a63c4..f6c9a68b9bc48 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf @@ -2580,11 +2580,6 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas Resolver: '{0}' - - Resolve conflict markers - Resolver marcadores de conflitos - - Resolve module: '{0}' of '{1}' Resolver o módulo: '{0}' de '{1}' diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf index ed7361d8061f6..5b659f1bfd234 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf @@ -2580,11 +2580,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of Разрешить: "{0}" - - Resolve conflict markers - Разрешение меток конфликтов - - Resolve module: '{0}' of '{1}' Разрешить модуль: "{0}" из "{1}" diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf index 6bb92c790872c..59e82662636d9 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf @@ -2580,11 +2580,6 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri Çözümle: '{0}' - - Resolve conflict markers - Çakışma işaretçilerini çözümle - - Resolve module: '{0}' of '{1}' '{1}' modül içinden '{0}' modülü çözümle diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf index 6b158e5a7025a..cb054cb1d31d7 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf @@ -2580,11 +2580,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 解析: "{0}" - - Resolve conflict markers - 解决冲突标记 - - Resolve module: '{0}' of '{1}' 解析模块: "{0}" 个(共 "{1}" 个) diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf index 023a4104d0860..02e569fe0d0d2 100644 --- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf +++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf @@ -2580,11 +2580,6 @@ Zero-width positive lookbehind assertions are typically used at the beginning of 解析: '{0}' - - Resolve conflict markers - 解決衝突標記 - - Resolve module: '{0}' of '{1}' 解析模組: '{0}' 之 '{1}' diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/LanguageServerResources.resx b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/LanguageServerResources.resx index f8ecd4ed92141..890a0f135613b 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/LanguageServerResources.resx +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/LanguageServerResources.resx @@ -136,9 +136,6 @@ Completed (re)load of all projects in {0} The placeholder is a time duration like 00:15 - - Debugger attached - Debugging tests... @@ -154,7 +151,7 @@ Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4} - + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf index c79a2e3477a5f..fce49dc95612a 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.cs.xlf @@ -32,11 +32,6 @@ Dokončilo se (opětovné) načtení všech projektů v čase {0} The placeholder is a time duration like 00:15 - - Debugger attached - Připojený ladicí program - - Debugging tests... Ladí se testy… @@ -62,9 +57,9 @@ 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} - Čtení souboru .runsettings na {0} se nezdařilo:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf index 1157f2170e3fb..606734d5d3b4f 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf @@ -32,11 +32,6 @@ Abgeschlossenes (erneutes) Laden aller Projekte in {0} The placeholder is a time duration like 00:15 - - Debugger attached - Debugger angefügt - - Debugging tests... Debugging von Tests wird ausgeführt... @@ -62,9 +57,9 @@ Fehlgeschlagen: {0}, erfolgreich: {1}, übersprungen: {2}, gesamt: {3}, Dauer: {4} - + Failed to read .runsettings file at {0}:{1} - Fehler beim Lesen der RUNSETTINGS-Datei unter {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf index e0063ca4ac35a..130e824fefda5 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf @@ -32,11 +32,6 @@ (Re)carga completa de todos los proyectos en {0} The placeholder is a time duration like 00:15 - - Debugger attached - Depurador asociado - - Debugging tests... Depurando pruebas... @@ -62,9 +57,9 @@ Error: {0}, Correcto: {1}, Omitido: {2}, Total: {3}, Duración: {4} - + Failed to read .runsettings file at {0}:{1} - No se pudo leer el archivo .runsettings en {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf index 1aec41ea0011c..79ac14bee0805 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.fr.xlf @@ -32,11 +32,6 @@ Chargement ou rechargement terminé de tous les projets dans {0} The placeholder is a time duration like 00:15 - - Debugger attached - Débogueur attaché - - Debugging tests... Débogage en cours des tests... @@ -62,9 +57,9 @@ Échec : {0}, Réussi : {1}, Ignoré : {2}, Total : {3}, Durée : {4} - + Failed to read .runsettings file at {0}:{1} - Échec de la lecture du fichier .runsettings à l'adresse {0} :{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf index f9bbcf5fe4a0d..e28f18705f9cd 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf @@ -32,11 +32,6 @@ Completato il (ri)caricamento di tutti i progetti in {0} The placeholder is a time duration like 00:15 - - Debugger attached - Debugger collegato - - Debugging tests... Debug dei test... @@ -62,9 +57,9 @@ Non superati: {0}%1, Superati: {1}%2, Ignorati: {2}%2, Totale: {3}%2, Durata: {4} - + Failed to read .runsettings file at {0}:{1} - Non è stato possibile leggere il file con estensione runsettings in {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf index f4415765da14e..18ea96ef8d519 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf @@ -32,11 +32,6 @@ {0} のすべてのプロジェクトの (再) 読み込みが完了しました The placeholder is a time duration like 00:15 - - Debugger attached - デバッガーがアタッチされました - - Debugging tests... テストをデバッグしています... @@ -62,9 +57,9 @@ 失敗: {0}、合格: {1}、スキップ: {2}、合計: {3}、期間: {4} - + Failed to read .runsettings file at {0}:{1} - {0}:{1} の .runsettings ファイルを読み取れできませんでした + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf index f37dbc82c31e2..546715d7d11a6 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf @@ -32,11 +32,6 @@ {0}에 있는 모든 프로젝트의 (재)로드가 완료됨 The placeholder is a time duration like 00:15 - - Debugger attached - 디버거가 연결됨 - - Debugging tests... 테스트를 디버그하는 중... @@ -62,9 +57,9 @@ 실패: {0}, 통과: {1}, 건너뜀: {2}, 합계: {3}, 기간: {4} - + Failed to read .runsettings file at {0}:{1} - {0}:{1}에서 .runsettings 파일을 읽지 못했습니다. + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf index 0a2c88c926424..93450a5eb8081 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pl.xlf @@ -32,11 +32,6 @@ Ukończono (ponownie)ładowanie wszystkich projektów w usłudze {0} The placeholder is a time duration like 00:15 - - Debugger attached - Dołączono debuger - - Debugging tests... Trwa debugowanie testów... @@ -62,9 +57,9 @@ Niepowodzenie: {0}, zakończone powodzeniem: {1}, pominięte: {2}, łącznie: {3}, czas trwania: {4} - + Failed to read .runsettings file at {0}:{1} - Nie można odczytać pliku .runsettings w {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf index 5a7d79717f3fc..810426026e0fa 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf @@ -32,11 +32,6 @@ (Re)carregamento concluído de todos os projetos em {0} The placeholder is a time duration like 00:15 - - Debugger attached - Depurador conectado - - Debugging tests... Depurando testes... @@ -62,9 +57,9 @@ Falhou: {0}, Passou: {1}, Ignorado: {2}, Total: {3}, Duração: {4} - + Failed to read .runsettings file at {0}:{1} - Falha ao ler o arquivo .runsettings em {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf index a616ebe4c1931..ffb1d27e0ec3b 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf @@ -32,11 +32,6 @@ Завершена (повторная) загрузка всех проектов в {0} The placeholder is a time duration like 00:15 - - Debugger attached - Отладчик подключен - - Debugging tests... Идет отладка тестов... @@ -62,9 +57,9 @@ Не пройдено: {0}, пройдено: {1}, пропущено: {2}, всего: {3}, длительность: {4} - + Failed to read .runsettings file at {0}:{1} - Не удалось прочитать файл RUNSETTINGS в {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf index 3d347a19d8e19..c96b2c883235f 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf @@ -32,11 +32,6 @@ Tüm projelerin (yeniden) yüklemesi {0} içinde tamamlandı The placeholder is a time duration like 00:15 - - Debugger attached - Hata ayıklayıcı eklendi - - Debugging tests... Test hataları ayıklanıyor... @@ -62,9 +57,9 @@ Başarısız: {0}, Başarılı: {1}, Atlandı: {2}, Toplam: {3}, Süre: {4} - + Failed to read .runsettings file at {0}:{1} - Şu konumdaki .runsettings dosyası okunamadı: {0}:{1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf index 627d46f5e6646..4ae377a65b07b 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf @@ -32,11 +32,6 @@ 已完成加载(重新加载) {0} 中的所有项目 The placeholder is a time duration like 00:15 - - Debugger attached - 已附加调试器 - - Debugging tests... 正在调试测试... @@ -62,9 +57,9 @@ 失败: {0} 个,通过: {1} 个,已跳过: {2} 个,总计: {3} 个,持续时间: {4} - + Failed to read .runsettings file at {0}:{1} - 无法读取 {0}:{1}的 .runsettings 文件 + Failed to read .runsettings file at {0}:{1} diff --git a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf index 4657a266c80a8..88046acb63b22 100644 --- a/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf +++ b/src/Features/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hant.xlf @@ -32,11 +32,6 @@ 已完成 {0} 中所有專案的(重新)載入 The placeholder is a time duration like 00:15 - - Debugger attached - 已連結偵錯工具 - - Debugging tests... 正在偵錯測試... @@ -62,9 +57,9 @@ 失敗: {0},通過: {1},跳過: {2},總計: {3},持續時間: {4} - + Failed to read .runsettings file at {0}:{1} - 無法讀取位於 {0} 的 .runsettings 檔案: {1} + Failed to read .runsettings file at {0}:{1} diff --git a/src/Interactive/Host/InteractiveHostResources.resx b/src/Interactive/Host/InteractiveHostResources.resx index 3b41a16366d27..29d8c70a19358 100644 --- a/src/Interactive/Host/InteractiveHostResources.resx +++ b/src/Interactive/Host/InteractiveHostResources.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Attempt to connect to process #{0} failed, retrying ... - Cannot resolve reference '{0}'. @@ -156,10 +153,4 @@ Failed to create a remote process for interactive code execution: '{0}' - - Failed to initialize remote interactive process. - - - Interactive Host not initialized. - \ No newline at end of file diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.cs.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.cs.xlf index 02c88bfc63802..b148f452092fb 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.cs.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.cs.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Pokus o připojení k procesu #{0} se nepovedl. Akce se opakuje... - - Cannot resolve reference '{0}'. Nejde vyřešit odkaz {0}. @@ -17,11 +12,6 @@ Nepovedlo se vytvořit vzdálený proces pro provádění interaktivního kódu: {0} - - Failed to initialize remote interactive process. - Nepodařilo se inicializovat vzdálený interaktivní proces. - - Failed to launch '{0}' process (exit code: {1}) with output: Nepodařilo se spustit proces {0} (ukončovací kód: {1}) s výstupem: @@ -32,11 +22,6 @@ Hostovací proces skončil s ukončovacím kódem {0}. - - Interactive Host not initialized. - Interaktivní hostitel není inicializovaný. - - Loading context from '{0}'. Načítá se kontext z {0}. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.de.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.de.xlf index d2e66d503fd4f..18ad40bfe31c7 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.de.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.de.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Verbinden mit dem Prozess #{0} fehlgeschlagen, wird wiederholt ... - - Cannot resolve reference '{0}'. Verweis "{0}" konnte nicht aufgelöst werden. @@ -17,11 +12,6 @@ Ein Remoteprozess für die interaktive Codeausführung konnte nicht erstellt werden: {0} - - Failed to initialize remote interactive process. - Der interaktive Remoteprozess konnte nicht initialisiert werden. - - Failed to launch '{0}' process (exit code: {1}) with output: "{0}"-Prozess konnte nicht gestartet werden (Beendigungscode: {1}) mit Ausgabe: @@ -32,11 +22,6 @@ Der Hostprozess wurde mit dem Exitcode "{0}" beendet. - - Interactive Host not initialized. - Interaktiver Host nicht initialisiert. - - Loading context from '{0}'. Kontext aus "{0}" wird geladen. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.es.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.es.xlf index 17d701f7db3d6..d059603973bf2 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.es.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.es.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Error al intentar conectar con el proceso #{0}, reintentando... - - Cannot resolve reference '{0}'. No se puede resolver la referencia '{0}'. @@ -17,11 +12,6 @@ No se pudo crear un proceso remoto para la ejecución de código interactivo: "{0}" - - Failed to initialize remote interactive process. - Error al inicializar el proceso remoto interactivo. - - Failed to launch '{0}' process (exit code: {1}) with output: Error al iniciar el proceso '{0}' (código de salida: {1}) con la salida: @@ -32,11 +22,6 @@ El proceso de hospedaje terminó con el código de salida {0}. - - Interactive Host not initialized. - Host interactivo no inicializado. - - Loading context from '{0}'. Cargando contexto de '{0}'. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.fr.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.fr.xlf index 3322cc4e83657..22a741092f4f5 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.fr.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.fr.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Échec de la connexion au processus n° {0}. Nouvelle tentative... - - Cannot resolve reference '{0}'. Impossible de résoudre la référence '{0}'. @@ -17,11 +12,6 @@ Échec de création d'un processus à distance pour l'exécution de code interactif : '{0}' - - Failed to initialize remote interactive process. - Échec de l'initialisation de processus interactif à distance. - - Failed to launch '{0}' process (exit code: {1}) with output: Échec du lancement du processus '{0}' (code de sortie : {1}) avec la sortie : @@ -32,11 +22,6 @@ Le processus d'hébergement s'est arrêté avec le code de sortie {0}. - - Interactive Host not initialized. - L'hôte interactif n'est pas initialisé. - - Loading context from '{0}'. Chargement du contexte de '{0}'. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.it.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.it.xlf index 59acf5a5bfa9c..2d2bd92e4ea86 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.it.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.it.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Il tentativo di connessione al processo {0} non è riuscito. Verrà effettuato un nuovo tentativo... - - Cannot resolve reference '{0}'. Non è possibile risolvere il riferimento '{0}'. @@ -17,11 +12,6 @@ Non è stato possibile creare un processo remoto per l'esecuzione di codice interattiva: '{0}' - - Failed to initialize remote interactive process. - Non è stato possibile inizializzare il processo interattivo remoto. - - Failed to launch '{0}' process (exit code: {1}) with output: Non è stato possibile avviare il processo '{0}' (codice di uscita: {1}). Output: @@ -32,11 +22,6 @@ Processo di hosting terminato con codice di uscita {0}. - - Interactive Host not initialized. - L'host interattivo non è inizializzato. - - Loading context from '{0}'. Caricamento del contesto da '{0}'. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.ja.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.ja.xlf index 647671842fcdb..d72e40ac914b4 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.ja.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.ja.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - プロセス #{0} に接続できませんでした。再試行しています... - - Cannot resolve reference '{0}'. 参照 '{0}' を解決できません。 @@ -17,11 +12,6 @@ 対話型コード実行のリモート プロセスを作成できませんでした: '{0}' - - Failed to initialize remote interactive process. - リモートの対話型プロセスを初期化できませんでした。 - - Failed to launch '{0}' process (exit code: {1}) with output: 次の出力がある '{0}' プロセスを起動できませんでした (終了コード: {1}): @@ -32,11 +22,6 @@ ホスティング プロセスは終了コード {0} で終了しました。 - - Interactive Host not initialized. - 対話型ホストが初期化されていません。 - - Loading context from '{0}'. '{0}' からコンテキストを読み込んでいます。 diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.ko.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.ko.xlf index 6b5784bc57500..547a30b3dd17d 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.ko.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.ko.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - #{0} 프로세스에 연결하지 못했습니다. 다시 시도하고 있습니다. - - Cannot resolve reference '{0}'. '{0}' 참조를 확인할 수 없습니다. @@ -17,11 +12,6 @@ 대화형 코드 실행에 대한 원격 프로세스를 만들지 못했습니다. '{0}' - - Failed to initialize remote interactive process. - 원격 대화형 프로세스를 초기화하지 못했습니다. - - Failed to launch '{0}' process (exit code: {1}) with output: 출력에서 '{0}' 프로세스(종료 코드: {1})를 실행하지 못했습니다. @@ -32,11 +22,6 @@ 호스팅 프로세스가 종료되었습니다(종료 코드: {0}). - - Interactive Host not initialized. - 대화형 호스트가 초기화되지 않았습니다. - - Loading context from '{0}'. '{0}'에서 컨텍스트를 로드하는 중입니다. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.pl.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.pl.xlf index 77a153f796c96..ddf8c57a98eee 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.pl.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.pl.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Próba połączenia z procesem #{0} nie powiodła się. Ponawianie próby... - - Cannot resolve reference '{0}'. Nie można rozpoznać odwołania „{0}”. @@ -17,11 +12,6 @@ Nie można utworzyć procesu zdalnego dla wykonania kodu interaktywnego: „{0}” - - Failed to initialize remote interactive process. - Zainicjowanie zdalnego procesu interaktywnego nie powiodło się. - - Failed to launch '{0}' process (exit code: {1}) with output: Uruchomienie procesu „{0}” nie powiodło się (kod zakończenia: {1}) z wynikiem: @@ -32,11 +22,6 @@ Proces hostujący zakończył się z kodem zakończenia {0}. - - Interactive Host not initialized. - Host interaktywny nie został zainicjowany. - - Loading context from '{0}'. Ładowanie kontekstu z elementu „{0}”. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.pt-BR.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.pt-BR.xlf index b893f3775fff3..a8afe70d6d7bd 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.pt-BR.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.pt-BR.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Tentativa para conectar ao processo #{0} falhou, repetindo... - - Cannot resolve reference '{0}'. Não é possível resolver a referência "{0}". @@ -17,11 +12,6 @@ Falha ao criar um processo remoto para a execução de código interativa: '{0}' - - Failed to initialize remote interactive process. - Falha ao inicializar o processo interativo remoto. - - Failed to launch '{0}' process (exit code: {1}) with output: Falha ao iniciar o "{0}" processo (código de saída: {1}) com saída: @@ -32,11 +22,6 @@ O processo de hospedagem saiu com o código de saída {0}. - - Interactive Host not initialized. - Host interativo não inicializado. - - Loading context from '{0}'. Carregando contexto de "{0}". diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.ru.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.ru.xlf index 87d473a621bea..63854b525f170 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.ru.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.ru.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - Сбой попытки подключения к процессу #{0}, выполнение повторной попытки... - - Cannot resolve reference '{0}'. Не удается разрешить ссылку "{0}". @@ -17,11 +12,6 @@ Не удалось создать удаленный процесс для интерактивного выполнения кода: "{0}" - - Failed to initialize remote interactive process. - Не удалось инициализировать удаленный интерактивный процесс. - - Failed to launch '{0}' process (exit code: {1}) with output: Не удалось запустить процесс "{0}" (код выхода: {1}) с выходными данными: @@ -32,11 +22,6 @@ Ведущий процесс завершен, код завершения: {0}. - - Interactive Host not initialized. - Интерактивный узел не инициализирован. - - Loading context from '{0}'. Загрузка контекста из "{0}". diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.tr.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.tr.xlf index 958975498a554..a62561975625c 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.tr.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.tr.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - #{0} işlemine bağlanma girişimi başarısız oldu, yeniden deneniyor... - - Cannot resolve reference '{0}'. '{0}' başvurusu çözümlenemiyor. @@ -17,11 +12,6 @@ Etkileşimli kod yürütme için uzak işlem oluşturulamadı: '{0}' - - Failed to initialize remote interactive process. - Uzak etkileşimli işlem başlatılamadı. - - Failed to launch '{0}' process (exit code: {1}) with output: '{0}' işlemi (çıkış kodu: {1}) çıkış ile başlatılamadı: @@ -32,11 +22,6 @@ Barındırma işlemi {0} çıkış koduyla çıkış yaptı. - - Interactive Host not initialized. - Etkileşimli Konak başlatılmadı. - - Loading context from '{0}'. '{0}' üzerinden bağlam yükleniyor. diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hans.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hans.xlf index a7b8be76aa290..578ccded1cc7c 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hans.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hans.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - 尝试连接到进程 #{0} 失败,正在重试... - - Cannot resolve reference '{0}'. 无法解析“{0}”引用。 @@ -17,11 +12,6 @@ 为交互代码的执行创建远程进程失败:“{0}” - - Failed to initialize remote interactive process. - 初始化远程交互进程失败。 - - Failed to launch '{0}' process (exit code: {1}) with output: 启动“{0}”进程失败(退出代码: {1}),输出为: @@ -32,11 +22,6 @@ 宿主进程已退出,退出代码为 {0}。 - - Interactive Host not initialized. - 未初始化交互式主机。 - - Loading context from '{0}'. 从“{0}”加载上下文。 diff --git a/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hant.xlf b/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hant.xlf index cf8ded63cebbf..1b8698373768a 100644 --- a/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hant.xlf +++ b/src/Interactive/Host/xlf/InteractiveHostResources.zh-Hant.xlf @@ -2,11 +2,6 @@ - - Attempt to connect to process #{0} failed, retrying ... - 嘗試連接到處理序 #{0} 失敗,正在重試... - - Cannot resolve reference '{0}'. 無法解析參考 '{0}'。 @@ -17,11 +12,6 @@ 無法為互動式程式碼執行建立遠端處理序: '{0}' - - Failed to initialize remote interactive process. - 無法初始化遠端互動式處理序。 - - Failed to launch '{0}' process (exit code: {1}) with output: 無法啟動 '{0}' 處理序 (結束代碼: {1}),輸出如下: @@ -32,11 +22,6 @@ 裝載處理序已結束,結束代碼為 {0}。 - - Interactive Host not initialized. - 未初始化互動式主機。 - - Loading context from '{0}'. 正在載入 '{0}' 的內容。 diff --git a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx index 3570618d71a2e..4d5832f4d4f0b 100644 --- a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx +++ b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx @@ -313,9 +313,6 @@ New line options for keywords - - Use 'var' when generating locals - _Show procedure line separators @@ -397,9 +394,6 @@ Suggest usings for types in _NuGet packages - - Type Inference preferences: - For built-in types @@ -496,12 +490,6 @@ Prefer pattern matching over 'as' with 'null' check - - Prefer block body - - - Prefer expression body - Automatically format on return @@ -546,22 +534,10 @@ Remove unnecessary usings - - Sort usings - - - Format Document Settings (Experiment) - - - Apply all C# formatting rules (indentation, wrapping, spacing) - In relational operators: < > <= >= is as == != 'is' and 'as' are C# keywords and should not be localized - - Perform additional code cleanup during formatting - Discard diff --git a/src/VisualStudio/CSharp/Impl/VSPackage.resx b/src/VisualStudio/CSharp/Impl/VSPackage.resx index 84ca3688187d7..07f156ef5855f 100644 --- a/src/VisualStudio/CSharp/Impl/VSPackage.resx +++ b/src/VisualStudio/CSharp/Impl/VSPackage.resx @@ -357,12 +357,6 @@ Show items from unimported namespaces (experimental); C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used. Help > About - - Visual C# Script - - - An empty C# script file. - Always add new line on enter diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf index f6377d71c9dc1..827dfef8ab73a 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf @@ -32,11 +32,6 @@ Povolit vložené příkazy na stejném řádku - - Apply all C# formatting rules (indentation, wrapping, spacing) - Použít všechna formátovací pravidla jazyka C# (odsazení, zabalení, mezery) - - Automatically complete statement on semicolon Automaticky dokončit příkaz středníkem @@ -87,11 +82,6 @@ Obor souboru - - Format Document Settings (Experiment) - Nastavení formátování dokumentu (experiment) - - General Obecné @@ -132,11 +122,6 @@ Předvolby porovnávání vzorů: - - Perform additional code cleanup during formatting - Při formátování provést dodatečné vyčištění kódu - - Place open brace on new line for object, collection, array, and with initializers Pro objekty, kolekce, pole a inicializátory with umístit levou složenou závorku na nový řádek @@ -207,11 +192,6 @@ Zobrazit poznámky v Rychlých informacích - - Sort usings - Seřadit direktivy using - - Suggest usings for types in .NET Framework assemblies Navrhnout použití typů v sestaveních .NET Framework @@ -522,11 +502,6 @@ Nepoužitá místní - - Use 'var' when generating locals - Při generování lokálních proměnných použijte var. - - _Show procedure line separators Zob_razit oddělovače řádků procedur @@ -652,11 +627,6 @@ Navrhnout použití typů v balíčcích _NuGet - - Type Inference preferences: - Předvolby odvození typu proměnné: - - For built-in types Pro předdefinované typy @@ -822,16 +792,6 @@ Preferovat porovnávání vzorů přes prvek as s kontrolou hodnot null - - Prefer block body - Dávat přednost textu bloku - - - - Prefer expression body - Dávat přednost textu výrazu - - Automatically format on return Automaticky formátovat při stisknutí klávesy Enter diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf index ac2796424ddd2..5fe89b000b3e4 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf @@ -32,11 +32,6 @@ Eingebettete Anweisungen in derselben Zeile zulassen - - Apply all C# formatting rules (indentation, wrapping, spacing) - Alle C#-Formatierungsregeln anwenden (Einzug, Umbruch, Abstand) - - Automatically complete statement on semicolon Anweisung bei Semikolon automatisch abschließen @@ -87,11 +82,6 @@ Dateibereich - - Format Document Settings (Experiment) - Einstellungen zur Dokumentformatierung (experimentell) - - General Allgemein @@ -132,11 +122,6 @@ Einstellungen für den Musterabgleich: - - Perform additional code cleanup during formatting - Zusätzliche Codebereinigung während der Formatierung durchführen - - Place open brace on new line for object, collection, array, and with initializers Öffnende geschweifte Klammer für Objekt-, Sammlungs-, Array- und with-Initialisierer in neue Zeile einfügen @@ -207,11 +192,6 @@ Hinweise in QuickInfo anzeigen - - Sort usings - Using-Direktiven sortieren - - Suggest usings for types in .NET Framework assemblies Using-Anweisungen für Typen in .NET Framework-Assemblys vorschlagen @@ -522,11 +502,6 @@ Nicht verwendete lokale Variable - - Use 'var' when generating locals - Beim Generieren lokaler Variablen "var" verwenden. - - _Show procedure line separators _Zeilentrennzeichen in Prozeduren anzeigen @@ -652,11 +627,6 @@ Using-Direktiven für Typen in _NuGet-Paketen vorschlagen - - Type Inference preferences: - Typrückschlusseinstellungen: - - For built-in types Für integrierte Typen @@ -822,16 +792,6 @@ Bei der NULL-Überprüfung Musterabgleich gegenüber "as" bevorzugen - - Prefer block body - Blocktextkörper bevorzugen - - - - Prefer expression body - Ausdruckskörper bevorzugen - - Automatically format on return Bei Verwendung der EINGABETASTE automatisch formatieren diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf index 65057f7952a53..c82475b89aae7 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf @@ -32,11 +32,6 @@ Permitir instrucciones incrustadas en la misma línea - - Apply all C# formatting rules (indentation, wrapping, spacing) - Aplicar todas las reglas de formato de C# (sangría, ajuste, espaciado) - - Automatically complete statement on semicolon Completar automáticamente la instrucción al introducir punto y coma @@ -87,11 +82,6 @@ Archivo con ámbito - - Format Document Settings (Experiment) - Configuración de “Dar formato al documento” (experimento) - - General General @@ -132,11 +122,6 @@ Preferencias de coincidencia de patrón: - - Perform additional code cleanup during formatting - Realizar limpieza de código adicional durante la aplicación de formato - - Place open brace on new line for object, collection, array, and with initializers Colocar llave de apertura en la nueva línea para los inicializadores de objeto, colección, matriz y with @@ -207,11 +192,6 @@ Mostrar comentarios en Información rápida - - Sort usings - Ordenar instrucciones Using - - Suggest usings for types in .NET Framework assemblies Sugerir usos para tipos en ensamblados .NET Framework @@ -522,11 +502,6 @@ Local sin uso - - Use 'var' when generating locals - Usar 'var' al generar variables locales - - _Show procedure line separators Mo_strar separadores de líneas de procedimientos @@ -652,11 +627,6 @@ Sugerir usos para tipos de paquetes _NuGet - - Type Inference preferences: - Preferencias de inferencia de tipo: - - For built-in types Para tipos integrados @@ -822,16 +792,6 @@ Preferir coincidencia de patrones en lugar de "as" con comprobación de "null" - - Prefer block body - Preferir cuerpo del bloque - - - - Prefer expression body - Preferir cuerpo de expresiones - - Automatically format on return Dar formato automáticamente al volver diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf index eaca3c16844e5..1a90cb4f1859e 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf @@ -32,11 +32,6 @@ Autoriser les instructions imbriquées sur la même ligne - - Apply all C# formatting rules (indentation, wrapping, spacing) - Appliquer toutes les règles de mise en forme de C# (indentation, enveloppement, espacement) - - Automatically complete statement on semicolon Effectuer la complétion automatique de l'instruction après l'entrée d'un point-virgule @@ -87,11 +82,6 @@ Fichier inclus dans l'étendue - - Format Document Settings (Experiment) - Paramètres de mise en forme du document (essai) - - General Général @@ -132,11 +122,6 @@ Préférences relatives aux critères spéciaux : - - Perform additional code cleanup during formatting - Effectuer un nettoyage supplémentaire du code pendant la mise en forme - - Place open brace on new line for object, collection, array, and with initializers Placer une accolade ouvrante sur une nouvelle ligne pour les initialiseurs d'objets, de collections, de tableaux et with @@ -207,11 +192,6 @@ Afficher les notes dans Info express - - Sort usings - Trier les instructions using - - Suggest usings for types in .NET Framework assemblies Suggérer des using pour les types dans les assemblys .NET Framework @@ -522,11 +502,6 @@ Local inutilisé - - Use 'var' when generating locals - Utiliser 'var' lors de la génération de variables locales - - _Show procedure line separators _Afficher les séparateurs de ligne de procédure @@ -652,11 +627,6 @@ Suggérer des usings pour les types dans les packages _NuGet - - Type Inference preferences: - Préférences d'inférence de type : - - For built-in types Pour les types intégrés @@ -822,16 +792,6 @@ Préférer les critères spéciaux à 'as' avec le contrôle de 'null' - - Prefer block body - Préférer un corps de bloc - - - - Prefer expression body - Préférer un corps d'expression - - Automatically format on return Mise en forme automatique au retour diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf index d3c3b12c9d3a0..16058cee02eda 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf @@ -32,11 +32,6 @@ Consenti istruzioni incorporate sulla stessa riga - - Apply all C# formatting rules (indentation, wrapping, spacing) - Applica tutte le regole di formattazione di C# (rientro, ritorno a capo, spaziatura) - - Automatically complete statement on semicolon Completa automaticamente istruzione dopo punto e virgola @@ -87,11 +82,6 @@ Con ambito file - - Format Document Settings (Experiment) - Impostazioni formattazione documento (sperimentale) - - General Generale @@ -132,11 +122,6 @@ Preferenze per criteri di ricerca: - - Perform additional code cleanup during formatting - Esegui la pulizia del codice aggiuntiva durante la formattazione - - Place open brace on new line for object, collection, array, and with initializers Inserisci parentesi graffa di apertura in una nuova riga per oggetto, raccolta, matrice e inizializzatori with @@ -207,11 +192,6 @@ Mostra i commenti in Informazioni rapide - - Sort usings - Ordina using - - Suggest usings for types in .NET Framework assemblies Suggerisci le direttive using per i tipi in assembly .NET Framework @@ -522,11 +502,6 @@ Variabile locale inutilizzata - - Use 'var' when generating locals - Usa 'var' durante la generazione di variabili locali - - _Show procedure line separators _Mostra separatori di riga routine @@ -652,11 +627,6 @@ Suggerisci le direttive using per i tipi in pacchetti _NuGet - - Type Inference preferences: - Preferenze per inferenza del tipo: - - For built-in types Per tipi predefiniti @@ -822,16 +792,6 @@ Preferisci criteri di ricerca a 'as' con controllo 'null' - - Prefer block body - Preferisci corpo del blocco - - - - Prefer expression body - Preferisci corpo dell'espressione - - Automatically format on return Formatta automaticamente dopo INVIO diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf index ec177d35f3e23..2c1db671696b5 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf @@ -32,11 +32,6 @@ 同一の行に複数の埋め込みステートメントを許可する - - Apply all C# formatting rules (indentation, wrapping, spacing) - C# のすべての書式ルール (インデント、折り返し、スペース) を適用します - - Automatically complete statement on semicolon セミコロンでステートメントをオートコンプリートに設定する @@ -87,11 +82,6 @@ 範囲指定されたファイル - - Format Document Settings (Experiment) - ドキュメントのフォーマットの設定 (実験) - - General 全般 @@ -132,11 +122,6 @@ パターン マッチング設定: - - Perform additional code cleanup during formatting - 書式設定中に追加のコード クリーンアップを実行 - - Place open brace on new line for object, collection, array, and with initializers 新しい行にオブジェクト、コレクション、配列、with 初期化子用の始めかっこを配置する @@ -207,11 +192,6 @@ クイック ヒントに注釈を表示する - - Sort usings - using を並べ替える - - Suggest usings for types in .NET Framework assemblies .NET Framework アセンブリの型に using を提案する @@ -522,11 +502,6 @@ 未使用のローカル - - Use 'var' when generating locals - ローカルの生成時に 'var' を使用する - - _Show procedure line separators プロシージャ行の区切り記号を表示する(_S) @@ -652,11 +627,6 @@ NuGet パッケージの型に using を提案する(_N) - - Type Inference preferences: - 型の推定を優先: - - For built-in types ビルトイン型の場合 @@ -822,16 +792,6 @@ as' を 'null' チェックで使用するよりもパターン マッチングを優先します - - Prefer block body - ブロック本体を優先する - - - - Prefer expression body - 式本体を優先する - - Automatically format on return 戻り時にオートフォーマットする diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf index 96a9ad8e9ced4..361bd1d08c30a 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf @@ -32,11 +32,6 @@ 같은 줄에 포함 문 허용 - - Apply all C# formatting rules (indentation, wrapping, spacing) - 모든 C# 서식 규칙 적용(들여쓰기, 래핑, 간격 조정) - - Automatically complete statement on semicolon 세미콜론 입력 시 자동으로 문 완성 @@ -87,11 +82,6 @@ 파일 범위 지정됨 - - Format Document Settings (Experiment) - 문서 서식 설정(실험) - - General 일반 @@ -132,11 +122,6 @@ 패턴 일치 기본 설정: - - Perform additional code cleanup during formatting - 서식을 지정하는 동안 추가 코드 정리 수행 - - Place open brace on new line for object, collection, array, and with initializers 개체, 컬렉션, 배열 및 with 이니셜라이저의 여는 중괄호를 새 줄에 배치 @@ -207,11 +192,6 @@ 요약 정보에 설명 표시 - - Sort usings - Using 정렬 - - Suggest usings for types in .NET Framework assemblies .NET Framework 어셈블리의 형식에 using 제안 @@ -522,11 +502,6 @@ 사용하지 않는 로컬 - - Use 'var' when generating locals - 지역 변수를 생성할 때 'var'을 사용합니다. - - _Show procedure line separators 프로시저 줄 구분선 표시(_S) @@ -652,11 +627,6 @@ NuGet 패키지의 형식에 대한 using 제안(_N) - - Type Inference preferences: - 형식 유추 기본 설정: - - For built-in types 기본 제공 형식인 경우 @@ -822,16 +792,6 @@ null' 검사에서 'as'보다 패턴 일치 기본 사용 - - Prefer block body - 블록 본문 기본 사용 - - - - Prefer expression body - 식 본문 기본 사용 - - Automatically format on return 반환할 때 서식 자동 지정 diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf index e301708356143..369bfaf224361 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf @@ -32,11 +32,6 @@ Zezwalaj na osadzone instrukcje w tym samym wierszu - - Apply all C# formatting rules (indentation, wrapping, spacing) - Zastosuj wszystkie reguły formatowania kodu C# (wcięcia, zawijanie, odstępy) - - Automatically complete statement on semicolon Automatyczne uzupełniaj instrukcje po naciśnięciu średnika @@ -87,11 +82,6 @@ Plik objęty zakresem - - Format Document Settings (Experiment) - Ustawienia dokumentu formatu (eksperyment) - - General Ogólne @@ -132,11 +122,6 @@ Preferencje dopasowywania wzorca: - - Perform additional code cleanup during formatting - Wykonaj dodatkowe oczyszczanie kodu podczas formatowania - - Place open brace on new line for object, collection, array, and with initializers Umieść otwierający nawias klamrowy w nowym wierszu dla inicjatorów obiektów, kolekcji, tablic i with @@ -207,11 +192,6 @@ Pokaż uwagi w szybkich podpowiedziach - - Sort usings - Sortuj użycia - - Suggest usings for types in .NET Framework assemblies Sugeruj dyrektywy using dla typów w zestawach platformy .NET Framework @@ -522,11 +502,6 @@ Nieużywane zmienne lokalne - - Use 'var' when generating locals - Użyj słowa „var” podczas generowania zmiennych lokalnych - - _Show procedure line separators _Pokaż separatory wierszy procedury @@ -652,11 +627,6 @@ Sugeruj dyrektywy using dla typów w pakietach _NuGet - - Type Inference preferences: - Preferencje wnioskowania o typie: - - For built-in types Dla typów wbudowanych @@ -822,16 +792,6 @@ Preferuj dopasowywanie wzorców względem klauzuli „As” podczas testu na obecność wartości „null” - - Prefer block body - Preferuj treść bloku - - - - Prefer expression body - Preferuj treść wyrażenia - - Automatically format on return Formatuj automatycznie po przejściu do nowego wiersza diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf index a50df565bda4b..fb04081eda7bd 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf @@ -32,11 +32,6 @@ Permitir instruções inseridas na mesma linha - - Apply all C# formatting rules (indentation, wrapping, spacing) - Aplicar todas as regras de formatação de C# (recuo, quebra de linha, espaçamento) - - Automatically complete statement on semicolon Concluir a instrução automaticamente no ponto e vírgula @@ -87,11 +82,6 @@ Escopo do arquivo - - Format Document Settings (Experiment) - Formatar Configurações do Documento (Experimento) - - General Geral @@ -132,11 +122,6 @@ Preferências de correspondência de padrões: - - Perform additional code cleanup during formatting - Executar limpeza de código adicional durante a formatação - - Place open brace on new line for object, collection, array, and with initializers Colocar uma chave de abertura em uma nova linha para inicializadores de objeto, coleção, matriz e with @@ -207,11 +192,6 @@ Mostrar os comentários nas Informações Rápidas - - Sort usings - Classificar usos - - Suggest usings for types in .NET Framework assemblies Sugerir usings para tipos nos assemblies do .NET Framework @@ -522,11 +502,6 @@ Local não usado - - Use 'var' when generating locals - Usar "var" ao gerar locais - - _Show procedure line separators _Mostrar separadores de linha de procedimento @@ -652,11 +627,6 @@ Sugerir usos para tipos nos pacotes _NuGet - - Type Inference preferences: - Preferências de Inferência de Tipos: - - For built-in types Para tipos internos @@ -822,16 +792,6 @@ Preferir a correspondência de padrões 'as' com a seleção 'null' - - Prefer block body - Preferir o corpo do bloco - - - - Prefer expression body - Preferir o corpo da expressão - - Automatically format on return Formatar automaticamente no retorno diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf index ee2e17d1eef03..5bb3ba19a965e 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf @@ -32,11 +32,6 @@ Разрешать встроенные операторы на одной строке - - Apply all C# formatting rules (indentation, wrapping, spacing) - Применять все правила форматирования C# (отступ, перенос по словам, задание интервала) - - Automatically complete statement on semicolon Автоматически завершать инструкцию при вводе точки с запятой @@ -87,11 +82,6 @@ Область видимого файла - - Format Document Settings (Experiment) - Параметры форматирования документа (эксперимент) - - General Общие @@ -132,11 +122,6 @@ Параметры сопоставления шаблонов: - - Perform additional code cleanup during formatting - Выполнять при форматировании дополнительную очистку кода - - Place open brace on new line for object, collection, array, and with initializers Помещать открывающую фигурную скобку на новой строке для объекта, коллекции, массива и инициализаторов with @@ -207,11 +192,6 @@ Показать заметки в кратких сведениях - - Sort usings - Сортировать директивы using - - Suggest usings for types in .NET Framework assemblies Предлагать using для типов в сборках .NET Framework @@ -522,11 +502,6 @@ Не использовать локальный аргумент - - Use 'var' when generating locals - Использовать ключевое слово "var" при создании локальных переменных - - _Show procedure line separators _Показывать разделительные линии процедур @@ -652,11 +627,6 @@ Предлагать using для типов в _пакетах NuGet - - Type Inference preferences: - Предпочтения для определения типа: - - For built-in types Для встроенных типов @@ -822,16 +792,6 @@ Предпочитать сопоставление шаблонов элементу "as" с проверкой значений "null" - - Prefer block body - Предпочитать тело блока - - - - Prefer expression body - Предпочитать тело выражения - - Automatically format on return Автоматически форматировать при возврате diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf index 3d7963616bcec..bbbf0a9425801 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf @@ -32,11 +32,6 @@ Aynı satırda katıştırılmış ifadelere izin ver - - Apply all C# formatting rules (indentation, wrapping, spacing) - Tüm C# biçimlendirme kurallarını (girinti, kaydırma, boşluklar) uygula - - Automatically complete statement on semicolon Deyimi noktalı virgülle otomatik olarak tamamla @@ -87,11 +82,6 @@ Dosya kapsama alındı - - Format Document Settings (Experiment) - Belge Biçimlendirme Ayarları (Deneme) - - General Genel @@ -132,11 +122,6 @@ Desen eşleştirme tercihleri: - - Perform additional code cleanup during formatting - Biçimlendirme sırasında ek kod temizleme gerçekleştir - - Place open brace on new line for object, collection, array, and with initializers Nesne, koleksiyon, dizi ve with başlatıcıları için açma küme ayracını yeni satıra yerleştir @@ -207,11 +192,6 @@ Hızlı Bilgi notlarını göster - - Sort usings - Using’leri sırala - - Suggest usings for types in .NET Framework assemblies .NET Framework bütünleştirilmiş kodlarında türler için using öner @@ -522,11 +502,6 @@ Kullanılmayan yerel - - Use 'var' when generating locals - Yerelleri üretirken 'var' kullan - - _Show procedure line separators Yordam satır ayıraçlarını _göster @@ -652,11 +627,6 @@ _NuGet paketlerinde türler için using öner - - Type Inference preferences: - Tür Çıkarımı tercihleri: - - For built-in types Yerleşik türler için @@ -822,16 +792,6 @@ 'null' ile 'as' denetimi yerine desen eşleştirme kullan - - Prefer block body - Blok gövdesini tercih et - - - - Prefer expression body - İfade gövdesini tercih et - - Automatically format on return Return tuşuna basıldığında otomatik biçimlendir diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf index a8581c7c8e417..87692c2ad2c7b 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf @@ -32,11 +32,6 @@ 允许将嵌入的语句放在同一行上 - - Apply all C# formatting rules (indentation, wrapping, spacing) - 应用所有 C# 格式规则(缩进、换行、间隔) - - Automatically complete statement on semicolon 以分号自动补全语句 @@ -87,11 +82,6 @@ 文件范围限定 - - Format Document Settings (Experiment) - 设定文档设置的格式(试验) - - General 常规 @@ -132,11 +122,6 @@ 模式匹配首选项: - - Perform additional code cleanup during formatting - 在格式设置期间执行其他代码清理 - - Place open brace on new line for object, collection, array, and with initializers 对于对象、集合、数组和 with 初始值设定项,另起一行放置左花括号 @@ -207,11 +192,6 @@ 在快速信息中显示备注 - - Sort usings - 对 using 排序 - - Suggest usings for types in .NET Framework assemblies 建议对 .NET Framework 程序集中的类型使用 using @@ -522,11 +502,6 @@ 未使用的本地 - - Use 'var' when generating locals - 生成局部变量时,使用“var” - - _Show procedure line separators 显示过程行分隔符(_S) @@ -652,11 +627,6 @@ 建议对 NuGet 包中的类型使用 using(_N) - - Type Inference preferences: - 类型推理首选项: - - For built-in types 对于内置类型 @@ -822,16 +792,6 @@ 使用 "null" 检查时首选模式匹配而不是 "as" - - Prefer block body - 选择程序块主体 - - - - Prefer expression body - 选择表达式主体 - - Automatically format on return 返回时自动格式化 diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf index 9eda48bf09f9d..1ad6b54c70796 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf @@ -32,11 +32,6 @@ 允許在同一行使用內嵌陳述式 - - Apply all C# formatting rules (indentation, wrapping, spacing) - 套用所有 C# 格式化規則 (縮排、換行、間距) - - Automatically complete statement on semicolon 在遇到分號時自動完成陳述式 @@ -87,11 +82,6 @@ 檔案已設定範圍 - - Format Document Settings (Experiment) - 格式化文件設定 (實驗) - - General 一般 @@ -132,11 +122,6 @@ 模式比對喜好設定: - - Perform additional code cleanup during formatting - 在格式化期間執行額外程式碼清除 - - Place open brace on new line for object, collection, array, and with initializers 在物件、集合、陣列以及 with 初始設定式的新行上放上左大括弧 @@ -207,11 +192,6 @@ 在快速諮詢中顯示備註 - - Sort usings - 排序 Using - - Suggest usings for types in .NET Framework assemblies 為 .NET Framework 組件中的類型建議 using @@ -522,11 +502,6 @@ 未使用的區域函式 - - Use 'var' when generating locals - 產生區域變數時,請使用 'var' - - _Show procedure line separators 顯示程序行分隔符號(_S) @@ -652,11 +627,6 @@ 為 NuGet 封裝中的類型建議 Using(_N) - - Type Inference preferences: - 型別推斷喜好設定: - - For built-in types 適用於內建類型 @@ -822,16 +792,6 @@ 建議使用 'null' 檢查對 'as' 進行模式比對 - - Prefer block body - 偏好區塊主體 - - - - Prefer expression body - 偏好運算式主體 - - Automatically format on return 在傳回時自動格式化 diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf index 53303b83f12f3..e6be2e1fc297a 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf @@ -420,11 +420,6 @@ Zobrazit položky z neimportovaných oborů názvů (experimentální); Always include snippets - - An empty C# script file. - Prázdný soubor skriptu C# - - Default Default @@ -450,11 +445,6 @@ Zobrazit položky z neimportovaných oborů názvů (experimentální); Only add new line on enter after end of fully typed word - - Visual C# Script - Skript Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf index 67fc6d1f5377f..29b1b9ac5c565 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf @@ -420,11 +420,6 @@ Elemente aus nicht importierten Namespaces anzeigen (experimentell); Always include snippets - - An empty C# script file. - Eine leere C#-Skriptdatei. - - Default Default @@ -450,11 +445,6 @@ Elemente aus nicht importierten Namespaces anzeigen (experimentell); Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C#-Skript - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf index 1ca635f36fe1c..7b5662fa39c84 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf @@ -420,11 +420,6 @@ Mostrar elementos de espacios de nombres no importados (experimental); Always include snippets - - An empty C# script file. - Archivo de script de C# vacío. - - Default Default @@ -450,11 +445,6 @@ Mostrar elementos de espacios de nombres no importados (experimental); Only add new line on enter after end of fully typed word - - Visual C# Script - Script de Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf index 38b8199499681..32677cef8a0a9 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf @@ -420,11 +420,6 @@ Afficher les éléments des espaces de noms qui ne sont pas importés (expérime Always include snippets - - An empty C# script file. - Fichier de script C# vide. - - Default Default @@ -450,11 +445,6 @@ Afficher les éléments des espaces de noms qui ne sont pas importés (expérime Only add new line on enter after end of fully typed word - - Visual C# Script - Script Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf index cc67c942f5d3b..f0dfec70e1585 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf @@ -420,11 +420,6 @@ Mostra elementi da spazi dei nomi non importati (sperimentale); Always include snippets - - An empty C# script file. - File di script C# vuoto. - - Default Default @@ -450,11 +445,6 @@ Mostra elementi da spazi dei nomi non importati (sperimentale); Only add new line on enter after end of fully typed word - - Visual C# Script - Script Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf index 4230d3f9bcefc..5b7872afd6bb2 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf @@ -420,11 +420,6 @@ Enter キーで常に新しい行を追加する; Always include snippets - - An empty C# script file. - 空の C# スクリプト ファイルです。 - - Default Default @@ -450,11 +445,6 @@ Enter キーで常に新しい行を追加する; Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C# スクリプト - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf index 4460d043b7b27..b4a9d605134dc 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf @@ -420,11 +420,6 @@ Show items from unimported namespaces (experimental); Always include snippets - - An empty C# script file. - 비어 있는 C# 스크립트 파일입니다. - - Default Default @@ -450,11 +445,6 @@ Show items from unimported namespaces (experimental); Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C# 스크립트 - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf index 19ea6c6762b82..26706c26c5d64 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf @@ -419,11 +419,6 @@ Pokaż elementy z niezaimportowanych przestrzeni nazw (funkcja eksperymentalna); Always include snippets - - An empty C# script file. - Pusty plik skryptu C#. - - Default Default @@ -449,11 +444,6 @@ Pokaż elementy z niezaimportowanych przestrzeni nazw (funkcja eksperymentalna); Only add new line on enter after end of fully typed word - - Visual C# Script - Skrypt Visual C# Script - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf index c8366eb29e386..1297caa9e09b0 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf @@ -420,11 +420,6 @@ Mostrar itens de namespaces não importados (experimental); Always include snippets - - An empty C# script file. - Um arquivo de script C# vazio. - - Default Default @@ -450,11 +445,6 @@ Mostrar itens de namespaces não importados (experimental); Only add new line on enter after end of fully typed word - - Visual C# Script - Script do Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf index 2e4896f0c8b04..e48365faa2edb 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf @@ -420,11 +420,6 @@ Show items from unimported namespaces (experimental); Always include snippets - - An empty C# script file. - Пустой файл скрипта C#. - - Default Default @@ -450,11 +445,6 @@ Show items from unimported namespaces (experimental); Only add new line on enter after end of fully typed word - - Visual C# Script - Скрипт Visual C# - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf index 31e976bd18239..4f2b330a697b9 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf @@ -420,11 +420,6 @@ Ad önerilerini göster; Always include snippets - - An empty C# script file. - Boş C# betik dosyası. - - Default Default @@ -450,11 +445,6 @@ Ad önerilerini göster; Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C# Betiği - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf index a7b7bc4b0976c..09fdd1b28d195 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf @@ -420,11 +420,6 @@ Show items from unimported namespaces (experimental); Always include snippets - - An empty C# script file. - 一个空的 C# 脚本文件。 - - Default Default @@ -450,11 +445,6 @@ Show items from unimported namespaces (experimental); Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C# 脚本 - - \ No newline at end of file diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf index 22853fa56999e..2530541f2ab40 100644 --- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf +++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf @@ -420,11 +420,6 @@ Enter 鍵行為; Always include snippets - - An empty C# script file. - 空白的 C# 指令碼檔。 - - Default Default @@ -450,11 +445,6 @@ Enter 鍵行為; Only add new line on enter after end of fully typed word - - Visual C# Script - Visual C# 指令碼 - - \ No newline at end of file diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index 0573814067f63..aca53283fce6f 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -165,21 +165,12 @@ Inherits - - Inherited By - Implements Implemented By - - Maximum number of documents are open. - - - Failed to create document in miscellaneous files project. - Invalid access. @@ -294,12 +285,6 @@ Use the dropdown to view and switch to other projects this file may belong to. The analyzer assembly '{0}' has changed. Diagnostics may be incorrect until Visual Studio is restarted. - - C#/VB Diagnostics Table Data Source - - - C#/VB Todo List Table Data Source - Cancel @@ -396,9 +381,6 @@ Use the dropdown to view and switch to other projects this file may belong to. More about {0} - - Navigation must be performed on the foreground thread. - [+] @@ -420,9 +402,6 @@ Use the dropdown to view and switch to other projects this file may belong to. AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - {0} references @@ -450,15 +429,9 @@ Use the dropdown to view and switch to other projects this file may belong to. IntelliSense - - C#/VB Build Table Data Source - MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Suppress diagnostics @@ -486,9 +459,6 @@ Use the dropdown to view and switch to other projects this file may belong to. This workspace does not support updating Visual Basic parse options. - - Synchronize {0} - Synchronizing with {0}... @@ -513,18 +483,9 @@ Use the dropdown to view and switch to other projects this file may belong to. Yes - - Choose a Symbol Specification and a Naming Style. - - - Enter a title for this Naming Rule. - Enter a title for this Naming Style. - - Enter a title for this Symbol Specification. - Accessibilities (can match any) @@ -546,36 +507,18 @@ Use the dropdown to view and switch to other projects this file may belong to. Pascal Case Name - - Severity: - Modifiers (must match all) - - Name: - Naming Rule Naming Style - - Naming Style: - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Naming Style Title: - - Parent Rule: - Required Prefix: @@ -591,9 +534,6 @@ Use the dropdown to view and switch to other projects this file may belong to. Symbol Specification - - Symbol Specification: - Symbol Specification Title: @@ -623,23 +563,6 @@ Use the dropdown to view and switch to other projects this file may belong to. Package uninstall failed: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - - - Project loading failed. - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Additional information: @@ -675,12 +598,6 @@ Additional information: {1} Learn more - - Build + live analysis (NuGet package) - - - Live analysis (VSIX extension) - Prefer framework type @@ -720,9 +637,6 @@ Additional information: {1} Show guides for code level constructs - - Show guides for comments and preprocessor regions - Show guides for declaration level constructs @@ -861,12 +775,6 @@ Additional information: {1} Prefer auto properties - - Add a symbol specification - - - Remove symbol specification - Add item @@ -897,9 +805,6 @@ Additional information: {1} Options - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Never show this again @@ -942,9 +847,6 @@ Additional information: {1} Parentheses preferences: - - Module has been unloaded. - Prefer deconstructed variable declaration @@ -996,9 +898,6 @@ Additional information: {1} Prefer readonly fields - - Analyzing '{0}' - Prefer conditional expression over 'if' with assignments @@ -1282,15 +1181,6 @@ Additional information: {1} Containing Type - - Running low priority background processes - - - Evaluating ({0} tasks in queue) - - - Paused ({0} tasks in queue) - Naming rules @@ -1342,13 +1232,6 @@ Additional information: {1} _Edit - - Edit {0} - {0} is a parameter description - - - Parameter Details - _Add Adding an element to a list @@ -1432,15 +1315,6 @@ Additional information: {1} Entire repository - - Indexed in organization - - - Indexed in repo - - - Item origin - Loaded items @@ -1450,9 +1324,6 @@ Additional information: {1} Local - - Local metadata - Others @@ -1563,9 +1434,6 @@ Additional information: {1} Display all hints while pressing Alt+F1 - - C#/Visual Basic Diagnostics Language Client - New Type Name: @@ -1593,9 +1461,6 @@ Additional information: {1} Apply - - Remove All - Action Action to perform on an unused reference, such as remove or keep @@ -1708,9 +1573,6 @@ Additional information: {1} This rule is not configurable - - Inline Diagnostics (experimental) - Display diagnostics inline (experimental) @@ -1902,9 +1764,6 @@ Additional information: {1} Remove unnecessary usings - - Sort usings - Navigate to External Sources diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf index ae2497f77c27f..d1e7bfbf1c0bb 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf @@ -162,16 +162,6 @@ 64b - - Build + live analysis (NuGet package) - Sestavení + živá analýza (balíček NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Klient jazyka diagnostiky C# nebo Visual Basic - - Calculating... Probíhá výpočet… @@ -382,11 +372,6 @@ _Upravit - - Edit {0} - Upravit {0} - {0} is a parameter description - Editor Color Scheme Barevné schéma editoru @@ -462,11 +447,6 @@ Chyba při aktualizaci potlačení: {0} - - Evaluating ({0} tasks in queue) - Vyhodnocování (počet úloh ve frontě: {0}) - - External Sources Externí zdroje @@ -577,16 +557,6 @@ Odvodit z kontextu - - Indexed in organization - Indexováno v organizaci - - - - Indexed in repo - Indexováno v úložišti - - Inheritance Margin Míra dědičnosti @@ -597,11 +567,6 @@ Zděděná rozhraní - - Inline Diagnostics (experimental) - Vložená diagnostika (experimentální) - - Inline Hints Vložené nápovědy @@ -612,11 +577,6 @@ Vkládá se hodnota lokality volání {0}. - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Nainstalujte Microsoftem doporučené analyzátory Roslyn, které poskytují další diagnostiku a opravy pro běžné problémy s návrhem, zabezpečením, výkonem a spolehlivostí rozhraní API. - - Interface cannot have field. Rozhraní nemůže mít pole. @@ -632,11 +592,6 @@ Neplatný název typu - - Item origin - Původ položky - - JSON strings Řetězce JSON @@ -657,11 +612,6 @@ Druh - - Live analysis (VSIX extension) - Živá analýza (rozšíření VSIX) - - Loaded items Načtené položky @@ -677,11 +627,6 @@ Místní - - Local metadata - Místní metadata - - Location Lokalita @@ -1027,11 +972,6 @@ Balíčky - - Parameter Details - Podrobnosti o parametru - - Parameter name: Název parametru: @@ -1077,11 +1017,6 @@ Pokud chcete zobrazit a procházet jeho hodnoty, vložte trasování zásobníku. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Pozastaveno (počet úloh ve frontě: {0}) - - Please enter a type name Zadejte prosím název typu. @@ -1207,11 +1142,6 @@ Regulární výrazy - - Remove All - Odebrat vše - - Remove Unused References Odebrat nepoužívané odkazy @@ -1312,11 +1242,6 @@ Spouští se analýza kódu pro řešení... - - Running low priority background processes - Spouštění procesů s nízkou prioritou na pozadí - - Save .editorconfig file Uložit soubor .editorconfig @@ -1437,11 +1362,6 @@ Některé barvy barevného schématu se přepsaly změnami na stránce možností Prostředí > Písma a barvy. Pokud chcete zrušit všechna přizpůsobení, vyberte na stránce Písma a barvy možnost Použít výchozí. - - Sort usings - Seřadit direktivy using - - Stack Trace Trasování zásobníku @@ -1767,11 +1687,6 @@ Dědí - - Inherited By - Zdědil: - - Implements Implementuje @@ -1782,16 +1697,6 @@ Implementoval: - - Maximum number of documents are open. - Více dokumentů už nejde otevřít. - - - - Failed to create document in miscellaneous files project. - V projektu s různorodými soubory se nepovedlo vytvořit dokument. - - Invalid access. Neplatný přístup @@ -2024,16 +1929,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Sestavení analyzátoru {0} se změnilo. Diagnostika možná nebude odpovídat skutečnosti, dokud se Visual Studio nerestartuje. - - C#/VB Diagnostics Table Data Source - Zdroj dat pro tabulku diagnostiky jazyka C#/VB - - - - C#/VB Todo List Table Data Source - Zdroj dat pro tabulku seznamu úkolů jazyka C#/VB - - Cancel Storno @@ -2184,11 +2079,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Další informace o {0} - - Navigation must be performed on the foreground thread. - Navigace musí probíhat ve vlákně na popředí. - - [+] [+] @@ -2224,11 +2114,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Sestavení analyzátoru {0} a {1} mají obě identitu {2}, ale různý obsah. Načte se jenom jedno z nich. Analyzátory, které tato sestavení používají, možná nepoběží tak, jak by měly. - - {0} references Počet odkazů: {0} @@ -2274,21 +2159,11 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento IntelliSense - - C#/VB Build Table Data Source - Zdroj dat pro tabulku sestavení jazyka C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Sestavení analyzátoru {0} závisí na sestavení {1}, to se ale nepovedlo najít. Analyzátory možná nepoběží tak, jak by měly, dokud se jako odkaz analyzátoru nepřidá i chybějící sestavení. - - Suppress diagnostics Potlačit diagnostiku @@ -2329,11 +2204,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Tento pracovní prostor nepodporuje aktualizaci možností analýzy jazyka Visual Basic. - - Synchronize {0} - Synchronizovat {0} - - Synchronizing with {0}... Probíhá synchronizace s {0}... @@ -2374,26 +2244,11 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Ano - - Choose a Symbol Specification and a Naming Style. - Zvolte specifikaci symbolů a styl pojmenování. - - - - Enter a title for this Naming Rule. - Zadejte název tohoto pravidla pojmenování. - - Enter a title for this Naming Style. Zadejte název tohoto stylu pojmenování. - - Enter a title for this Symbol Specification. - Zadejte název této specifikace symbolů. - - Accessibilities (can match any) Přístupnosti (můžou odpovídat čemukoli) @@ -2429,21 +2284,11 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Název ve stylu JazykaPascal - - Severity: - Závažnost: - - Modifiers (must match all) Modifikátory (můžou odpovídat libovolným) - - Name: - Název: - - Naming Rule Pravidlo pojmenování @@ -2454,31 +2299,11 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Styl pojmenování - - Naming Style: - Styl pojmenování: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Pravidla pojmenování umožňují definovat, jak se mají pojmenovat konkrétní sady symbolů a jak se mají zpracovat nesprávně pojmenované symboly. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Při pojmenovávání symbolu se standardně použije první odpovídající pravidlo pojmenování nejvyšší úrovně. Speciální případy se řeší odpovídajícím podřízeným pravidlem. - - Naming Style Title: Název stylu pojmenování: - - Parent Rule: - Nadřazené pravidlo: - - Required Prefix: Požadovaná předpona: @@ -2504,11 +2329,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Specifikace symbolů - - Symbol Specification: - Specifikace symbolů: - - Symbol Specification Title: Název specifikace symbolů: @@ -2554,37 +2374,6 @@ V rozevíracím seznamu si můžete zobrazit jiné projekty, ke kterým by tento Nepovedlo se odinstalovat balíček: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Při načítání projektu došlo k chybě. Některé funkce projektu, třeba úplná analýza řešení pro neúspěšný projekt a projekty, které na něm závisí, jsou zakázané. - - - - Project loading failed. - Nepovedlo se načíst projekt. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Pokud chcete zjistit příčinu problému, zkuste prosím následující. - -1. Zavřete Visual Studio. -2. Otevřete Visual Studio Developer Command Prompt. -3. Nastavte proměnnou prostředí TraceDesignTime na hodnotu true (set TraceDesignTime=true). -4. Odstraňte adresář .vs nebo soubor /.suo. -5. Restartujte VS z příkazového řádku, ve kterém jste nastavili proměnnou prostředí (devenv). -6. Otevřete řešení. -7. Zkontrolujte {0} a vyhledejte neúspěšné úlohy (FAILED). - - Additional information: Další informace: @@ -2703,11 +2492,6 @@ Další informace: {1} Zobrazit vodítka pro konstrukty na úrovni kódu - - Show guides for comments and preprocessor regions - Zobrazit vodítka pro komentáře a oblasti pro preprocesor - - Show guides for declaration level constructs Zobrazit vodítka pro konstrukty na úrovni deklarace @@ -2928,16 +2712,6 @@ Další informace: {1} Vybrat členy - - Add a symbol specification - Přidat specifikaci symbolu - - - - Remove symbol specification - Odebrat specifikaci symbolu - - Add item Přidat položku @@ -3058,11 +2832,6 @@ Další informace: {1} preferovat automatické vlastnosti - - Module has been unloaded. - Modul byl uvolněn. - - Enable navigation to decompiled sources Povolit navigaci na dekompilované zdroje @@ -3078,11 +2847,6 @@ Další informace: {1} Synchronizovat Zobrazení tříd - - Analyzing '{0}' - Analyzuje se {0}. - - Manage naming styles Spravovat styly pojmenování diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf index 49ecfb64f7cf6..545fe7c9d2db4 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf @@ -162,16 +162,6 @@ 64 Bit - - Build + live analysis (NuGet package) - Build + Liveanalyse (NuGet-Paket) - - - - C#/Visual Basic Diagnostics Language Client - Client für C#-/Visual Basic-Diagnosesprache - - Calculating... Wird berechnet... @@ -382,11 +372,6 @@ _Bearbeiten - - Edit {0} - "{0}" bearbeiten - {0} is a parameter description - Editor Color Scheme Editor-Farbschema @@ -462,11 +447,6 @@ Fehler bei der Aktualisierung von Unterdrückungen: {0} - - Evaluating ({0} tasks in queue) - Auswertung ({0} Tasks in der Warteschlange) - - External Sources Externe Quellen @@ -577,16 +557,6 @@ Aus Kontext ableiten - - Indexed in organization - In Organisation indiziert - - - - Indexed in repo - In Repository indiziert - - Inheritance Margin Vererbungsrand @@ -597,11 +567,6 @@ Geerbte Schnittstelle - - Inline Diagnostics (experimental) - Inline-Diagnose (experimentell) - - Inline Hints Inlinehinweise @@ -612,11 +577,6 @@ Der Wert der Aufrufsite "{0}" wird eingefügt. - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Installieren Sie von Microsoft empfohlene Roslyn-Analysetools, die zusätzliche Diagnosen und Fixes für allgemeine Design-, Sicherheits-, Leistungs- und Zuverlässigkeitsprobleme bei APIs bereitstellen. - - Interface cannot have field. Die Schnittstelle kann kein Feld aufweisen. @@ -632,11 +592,6 @@ Ungültiger Typname - - Item origin - Elementursprung - - JSON strings JSON-Zeichenfolgen @@ -657,11 +612,6 @@ Art - - Live analysis (VSIX extension) - Liveanalyse (VSIX-Erweiterung) - - Loaded items Geladene Elemente @@ -677,11 +627,6 @@ Lokal - - Local metadata - Lokale Metadaten - - Location Speicherort @@ -1027,11 +972,6 @@ Pakete - - Parameter Details - Parameterdetails - - Parameter name: Parametername: @@ -1077,11 +1017,6 @@ Fügen Sie eine Stapelüberwachung ein, und navigieren Sie durch ihre Werte. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Angehalten ({0} Tasks in der Warteschlange) - - Please enter a type name Geben Sie einen Typnamen ein. @@ -1207,11 +1142,6 @@ Reguläre Ausdrücke - - Remove All - Alle entfernen - - Remove Unused References Nicht verwendete Verweise entfernen @@ -1312,11 +1242,6 @@ Die Codeanalyse für die Projektmappe wird ausgeführt... - - Running low priority background processes - Hintergrundprozesse mit niedriger Priorität werden ausgeführt. - - Save .editorconfig file EDITORCONFIG-Datei speichern @@ -1437,11 +1362,6 @@ Einige Farbschemafarben werden durch Änderungen überschrieben, die auf der Optionsseite "Umgebung" > "Schriftarten und Farben" vorgenommen wurden. Wählen Sie auf der Seite "Schriftarten und Farben" die Option "Standardwerte verwenden" aus, um alle Anpassungen rückgängig zu machen. - - Sort usings - Using-Direktiven sortieren - - Stack Trace Stapelüberwachung @@ -1767,11 +1687,6 @@ Erbt - - Inherited By - Geerbt durch - - Implements Implementiert @@ -1782,16 +1697,6 @@ Implementiert von - - Maximum number of documents are open. - Die maximale Anzahl von Dokumenten ist geöffnet. - - - - Failed to create document in miscellaneous files project. - Das Dokument im Projekt "Sonstige Dateien" konnte nicht erstellt werden. - - Invalid access. Ungültiger Zugriff. @@ -2024,16 +1929,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Die Analysetoolassembly "{0}" wurde geändert. Die Diagnose ist bis zu einem Neustart von Visual Studio möglicherweise nicht korrekt. - - C#/VB Diagnostics Table Data Source - Datenquelle der C#/VB-Diagnosetabelle - - - - C#/VB Todo List Table Data Source - Datenquelle der C#/VB-Aufgabenliste - - Cancel Abbrechen @@ -2184,11 +2079,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Weitere Informationen zu "{0}" - - Navigation must be performed on the foreground thread. - Die Navigation muss im Vordergrundthread ausgeführt werden. - - [+] [+] @@ -2224,11 +2114,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Die Assemblys "{0}" des Analysetools und "{1}" weisen beide die Identität "{2}", aber unterschiedliche Inhalte auf. Nur eine Assembly wird geladen, und Analysetools, die diese Assemblys verwenden, werden möglicherweise nicht ordnungsgemäß ausgeführt. - - {0} references {0} Verweise @@ -2274,21 +2159,11 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a IntelliSense - - C#/VB Build Table Data Source - Datenquelle der C#/VB-Buildtabelle - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Die Assembly "{0}" des Analysetools hängt von "{1}" ab, diese Assembly wurde aber nicht gefunden. Analysetools werden möglicherweise nicht ordnungsgemäß ausgeführt, wenn die fehlende Assembly nicht als Analysetoolverweis hinzugefügt wird. - - Suppress diagnostics Diagnose unterdrücken @@ -2329,11 +2204,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Das Aktualisieren von Visual Basic-Analyseoptionen wird von diesem Arbeitsbereich nicht unterstützt. - - Synchronize {0} - "{0}" synchronisieren - - Synchronizing with {0}... Synchronisierung mit "{0}" wird durchgeführt... @@ -2374,26 +2244,11 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Ja - - Choose a Symbol Specification and a Naming Style. - Wählen Sie eine Symbolspezifikation und einen Benennungsstil aus. - - - - Enter a title for this Naming Rule. - Geben Sie einen Titel für diese Benennungsregel ein. - - Enter a title for this Naming Style. Geben Sie einen Titel für diesen Benennungsstil ein. - - Enter a title for this Symbol Specification. - Geben Sie einen Titel für diese Symbolspezifikation ein. - - Accessibilities (can match any) Zugriffsebenen (beliebige Übereinstimmung) @@ -2429,21 +2284,11 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Name in Pascal-Schreibweise - - Severity: - Schweregrad: - - Modifiers (must match all) Modifizierer (muss mit allen übereinstimmen) - - Name: - Name: - - Naming Rule Benennungsregel @@ -2454,31 +2299,11 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Benennungsstil - - Naming Style: - Benennungsstil: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Mithilfe von Benennungsregeln können Sie definieren, wie bestimmte Symbolsätze benannt und wie falsch benannte Symbole behandelt werden sollen. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Die erste übereinstimmende Benennungsregel oberster Ebene wird standardmäßig zum Benennen eines Symbols verwendet, während Sonderfälle durch eine übereinstimmende untergeordnete Regel verarbeitet werden. - - Naming Style Title: Titel des Benennungsstils: - - Parent Rule: - Übergeordnete Regel: - - Required Prefix: Erforderliches Präfix: @@ -2504,11 +2329,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Symbolspezifikation - - Symbol Specification: - Symbolspezifikation: - - Symbol Specification Title: Titel der Symbolspezifikation: @@ -2554,37 +2374,6 @@ Verwenden Sie die Dropdownliste, um weitere zu dieser Datei gehörige Projekte a Fehler bei der Paketdeinstallation: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Fehler beim Laden des Projekts. Einige Projektfeatures (z. B. die vollständige Projektmappenanalyse für das fehlerhafte Projekt und davon abhängige Projekte) wurden deaktiviert. - - - - Project loading failed. - Fehler beim Laden des Projekts. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Führen Sie die unten aufgeführten Aktionen aus, um die Ursache des Problems zu ermitteln. - -1. Schließen Sie Visual Studio. -2. Öffnen Sie eine Visual Studio Developer-Eingabeaufforderung. -3. Legen Sie die Umgebungsvariable "TraceDesignTime" auf TRUE fest (set TraceDesignTime=true). -4. Löschen Sie die Datei ".vs directory/.suo". -5. Starten Sie VS über die Eingabeaufforderung neu, in der Sie die Umgebungsvariable festgelegt haben (devenv). -6. Öffnen Sie die Projektmappe. -7. Überprüfen Sie "{0}", und ermitteln Sie die fehlerhaften Tasks (FAILED). - - Additional information: Zusätzliche Informationen: @@ -2703,11 +2492,6 @@ Zusätzliche Informationen: {1} Führungslinien für Konstrukte auf Codeebene anzeigen - - Show guides for comments and preprocessor regions - Führungslinien für Kommentare und Präprozessorregionen anzeigen - - Show guides for declaration level constructs Führungslinien für Konstrukte auf Deklarationsebene anzeigen @@ -2928,16 +2712,6 @@ Zusätzliche Informationen: {1} Member auswählen - - Add a symbol specification - Symbolspezifikation hinzufügen - - - - Remove symbol specification - Symbolspezifikation entfernen - - Add item Element hinzufügen @@ -3058,11 +2832,6 @@ Zusätzliche Informationen: {1} automatische Eigenschaften bevorzugen - - Module has been unloaded. - Das Modul wurde entladen. - - Enable navigation to decompiled sources Aktivieren der Navigation zu dekompilierten Quellen @@ -3078,11 +2847,6 @@ Zusätzliche Informationen: {1} Synchronisierungsklassenansicht - - Analyzing '{0}' - "{0}" wird analysiert. - - Manage naming styles Benennungsstile verwalten diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf index 6c40dddaa46b9..a096c54a69956 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf @@ -162,16 +162,6 @@ 64 bits - - Build + live analysis (NuGet package) - Compilación y análisis en directo (paquete NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Cliente de lenguaje de diagnóstico de C#/Visual Basic - - Calculating... Calculando... @@ -382,11 +372,6 @@ _Editar - - Edit {0} - Editar {0} - {0} is a parameter description - Editor Color Scheme Combinación de colores del editor @@ -462,11 +447,6 @@ Actualización de errores de forma periódica: {0} - - Evaluating ({0} tasks in queue) - Evaluando ({0} tareas en cola) - - External Sources Orígenes externos @@ -577,16 +557,6 @@ Inferir del contexto - - Indexed in organization - Indexado en la organización - - - - Indexed in repo - Indexado en el repositorio - - Inheritance Margin Margen de herencia @@ -597,11 +567,6 @@ Interfaces heredadas - - Inline Diagnostics (experimental) - Diagnósticos incorporados (experimental) - - Inline Hints Sugerencias insertadas @@ -612,11 +577,6 @@ Insertando el valor del sitio de llamada "{0}" - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Instale los analizadores de Roslyn recomendados por Microsoft, que proporcionan diagnósticos y correcciones adicionales para problemas comunes de confiabilidad, rendimiento, seguridad y diseño de API. - - Interface cannot have field. La interfaz no puede tener campos. @@ -632,11 +592,6 @@ Nombre de tipo no válido. - - Item origin - Origen del elemento - - JSON strings Cadenas JSON @@ -657,11 +612,6 @@ Tipo - - Live analysis (VSIX extension) - Análisis en directo (extensión VSIX) - - Loaded items Elementos cargados @@ -677,11 +627,6 @@ Local - - Local metadata - Metadatos locales - - Location Ubicación @@ -1027,11 +972,6 @@ Paquetes - - Parameter Details - Detalles de parámetros - - Parameter name: Nombre del parámetro: @@ -1077,11 +1017,6 @@ Pegar un seguimiento de pila para ver y navegar sus valores. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - En pausa ({0} tareas en cola) - - Please enter a type name Escriba un nombre de tipo. @@ -1207,11 +1142,6 @@ Expresiones regulares - - Remove All - Quitar todo - - Remove Unused References Quitar referencias sin usar @@ -1312,11 +1242,6 @@ Ejecutando el análisis de código para la solución... - - Running low priority background processes - Ejecutando procesos en segundo plano de baja prioridad - - Save .editorconfig file Guardar archivo .editorconfig @@ -1437,11 +1362,6 @@ Algunos de los colores de la combinación se reemplazan por los cambios realizados en la página de opciones de Entorno > Fuentes y colores. Elija "Usar valores predeterminados" en la página Fuentes y colores para revertir todas las personalizaciones. - - Sort usings - Ordenar instrucciones Using - - Stack Trace Seguimiento de la pila @@ -1767,11 +1687,6 @@ Hereda - - Inherited By - Heredado por - - Implements Implementa @@ -1782,16 +1697,6 @@ Implementado por - - Maximum number of documents are open. - Está abierto el número máximo de documentos. - - - - Failed to create document in miscellaneous files project. - No se pudo crear el documento en el proyecto de archivos varios. - - Invalid access. Acceso no válido. @@ -2024,16 +1929,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe El ensamblado del analizador "{0}" cambió. Los diagnósticos podrían ser incorrectos hasta que se reinicie Visual Studio. - - C#/VB Diagnostics Table Data Source - Origen de datos de tabla de diagnóstico de C#/VB - - - - C#/VB Todo List Table Data Source - Origen de datos de tabla de lista de tareas pendientes de C#/VB - - Cancel Cancelar @@ -2184,11 +2079,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe Más información sobre {0} - - Navigation must be performed on the foreground thread. - La navegación se debe realizar en el subproceso en primer plano. - - [+] [+] @@ -2224,11 +2114,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Los dos ensamblados del analizador, "{0}" y "{1}", tienen la identidad "{2}" pero contenido distinto. Solo se cargará uno de ellos y es posible que estos analizadores no se ejecuten correctamente. - - {0} references {0} referencias @@ -2274,21 +2159,11 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe IntelliSense - - C#/VB Build Table Data Source - Origen de datos de tabla de compilación de C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - El ensamblado del analizador "{0}" depende de "{1}", pero no se encontró. Es posible que los analizadores no se ejecuten correctamente, a menos que el ensamblado que falta se agregue también como referencia del analizador. - - Suppress diagnostics Suprimir diagnóstico @@ -2329,11 +2204,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe Esta área de trabajo no admite la actualización de opciones de análisis de Visual Basic. - - Synchronize {0} - Sincronizar {0} - - Synchronizing with {0}... Sincronizando con {0}... @@ -2374,26 +2244,11 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe - - Choose a Symbol Specification and a Naming Style. - Elija una especificación de símbolo y un estilo de nomenclatura. - - - - Enter a title for this Naming Rule. - Escriba un título para la regla de nomenclatura. - - Enter a title for this Naming Style. Escriba un título para el estilo de nomenclatura. - - Enter a title for this Symbol Specification. - Escriba un título para la especificación de símbolo. - - Accessibilities (can match any) Accesibilidades (puede coincidir con cualquiera) @@ -2429,21 +2284,11 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe Nombre en Pascal Case - - Severity: - Gravedad - - Modifiers (must match all) Modificadores (deben coincidir todos) - - Name: - Nombre: - - Naming Rule Regla de nomenclatura @@ -2454,31 +2299,11 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe Estilo de nomenclatura - - Naming Style: - Estilo de nomenclatura: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Las reglas de nomenclatura le permiten definir qué nombres se deben establecer para los conjuntos especiales de símbolos y cómo se debe tratar con los símbolos con nombres incorrectos. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - La primera regla de nomenclatura coincidente de nivel superior se usa de manera predeterminada cuando se asigna un nombre a un símbolo, mientras que todo caso especial se administra según una regla secundaria coincidente. - - Naming Style Title: Título de estilo de nomenclatura: - - Parent Rule: - Regla principal: - - Required Prefix: Prefijo requerido: @@ -2504,11 +2329,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe Especificación de símbolo - - Symbol Specification: - Especificación de símbolo: - - Symbol Specification Title: Título de especificación de símbolo: @@ -2554,37 +2374,6 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe No se pudo desinstalar el paquete: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Se encontró un error al cargar el proyecto. Se deshabilitaron algunas características del proyecto, como el análisis completo de la solución del proyecto con error y los proyectos que dependen de él. - - - - Project loading failed. - No se pudo cargar el proyecto. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Para descubrir la causa del problema, pruebe lo siguiente. - -1. Cierre Visual Studio -2. Abra un símbolo del sistema para desarrolladores de Visual Studio. -3. Establezca la variable de entorno “TraceDesignTime” en true (TraceDesignTime=true). -4. Elimine el archivo .suo en el directorio .vs. -5. Reinicie VS desde el símbolo del sistema donde estableció la variable de entorno (devenv). -6. Abra la solución. -7. Compruebe “{0}”y busque las tareas con errores (FAILED). - - Additional information: Información adicional: @@ -2703,11 +2492,6 @@ Información adicional: {1} Mostrar guías para construcciones a nivel de código - - Show guides for comments and preprocessor regions - Mostrar guías para regiones de preprocesador y comentarios - - Show guides for declaration level constructs Mostrar guías para construcciones a nivel de declaración @@ -2928,16 +2712,6 @@ Información adicional: {1} Seleccionar miembros - - Add a symbol specification - Agregar una especificación de símbolo - - - - Remove symbol specification - Quitar especificación de símbolo - - Add item Agregar elemento @@ -3058,11 +2832,6 @@ Información adicional: {1} preferir propiedades automáticas - - Module has been unloaded. - El módulo se descargó. - - Enable navigation to decompiled sources Habilitar la navegación a orígenes decompilados @@ -3078,11 +2847,6 @@ Información adicional: {1} Sincronizar vista de clases - - Analyzing '{0}' - Analizando “{0}” - - Manage naming styles Administrar estilos de nomenclatura diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf index b94303cf833b8..6265ab847ad9d 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf @@ -162,16 +162,6 @@ 64 bits - - Build + live analysis (NuGet package) - Build + analyse en temps réel (package NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Client de langage de diagnostics C#/Visual Basic - - Calculating... Calcul... @@ -382,11 +372,6 @@ _Modifier - - Edit {0} - Modifier {0} - {0} is a parameter description - Editor Color Scheme Modèle de couleurs de l'éditeur @@ -462,11 +447,6 @@ Erreur lors de la mise à jour des suppressions : {0} - - Evaluating ({0} tasks in queue) - Évaluation ({0} tâches en file d'attente) - - External Sources Sources externes @@ -577,16 +557,6 @@ Déduire à partir du contexte - - Indexed in organization - Indexé dans l'organisation - - - - Indexed in repo - Indexé dans le dépôt - - Inheritance Margin Marge d’héritage @@ -597,11 +567,6 @@ Interfaces héritées - - Inline Diagnostics (experimental) - Diagnostic en ligne (expérimental) - - Inline Hints Indicateurs inline @@ -612,11 +577,6 @@ Insertion de la valeur de site d'appel '{0}' - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Installer les analyseurs Roslyn recommandés par Microsoft, qui fournissent des diagnostics et des correctifs supplémentaires pour les problèmes usuels liés à la conception, à la sécurité, au niveau de performance et à la fiabilité des API - - Interface cannot have field. L'interface ne peut pas avoir de champ. @@ -632,11 +592,6 @@ Nom de type invalide - - Item origin - Origine de l'élément - - JSON strings Chaînes JSON @@ -657,11 +612,6 @@ Genre - - Live analysis (VSIX extension) - Analyse en temps réel (extension VSIX) - - Loaded items Éléments chargés @@ -677,11 +627,6 @@ Local - - Local metadata - Métadonnées locales - - Location Emplacement @@ -1027,11 +972,6 @@ Packages - - Parameter Details - Détails du paramètre - - Parameter name: Nom du paramètre : @@ -1077,11 +1017,6 @@ Collez une trace de pile pour afficher et parcourir ses valeurs. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Suspendu ({0} tâches en file d'attente) - - Please enter a type name Entrez un nom de type @@ -1207,11 +1142,6 @@ Expressions régulières - - Remove All - Tout supprimer - - Remove Unused References Supprimer les références inutilisées @@ -1312,11 +1242,6 @@ Exécution de l'analyse du code pour la solution... - - Running low priority background processes - Exécution des processus d’arrière-plan basse priorité - - Save .editorconfig file Enregistrer le fichier .editorconfig @@ -1437,11 +1362,6 @@ Certaines couleurs du modèle de couleurs sont substituées à la suite des changements apportés dans la page d'options Environnement > Polices et couleurs. Choisissez Utiliser les valeurs par défaut dans la page Polices et couleurs pour restaurer toutes les personnalisations. - - Sort usings - Trier les instructions using - - Stack Trace Trace de la pile @@ -1767,11 +1687,6 @@ Hérite - - Inherited By - Hérité par - - Implements Implémente @@ -1782,16 +1697,6 @@ Implémenté par - - Maximum number of documents are open. - Le nombre maximum de documents est ouvert. - - - - Failed to create document in miscellaneous files project. - Échec de création du document dans le projet de fichiers divers. - - Invalid access. Accès non valide. @@ -2024,16 +1929,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu L'assembly d'analyseur '{0}' a été modifié. Les diagnostics seront incorrects jusqu'au redémarrage de Visual Studio. - - C#/VB Diagnostics Table Data Source - Source de données de la table de diagnostics C#/VB - - - - C#/VB Todo List Table Data Source - Source de données de la table de liste Todo C#/VB - - Cancel Annuler @@ -2184,11 +2079,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu En savoir plus sur {0} - - Navigation must be performed on the foreground thread. - La navigation doit être exécutée sur le thread de premier plan. - - [+] [+] @@ -2224,11 +2114,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Les assemblys d'analyseur '{0}' et '{1}' ont tous deux l'identité '{2}', mais des contenus différents. Un seul de ces assemblys est chargé et les analyseurs utilisant ces assemblys peuvent ne pas fonctionner correctement. - - {0} references {0} références @@ -2274,21 +2159,11 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu IntelliSense - - C#/VB Build Table Data Source - Source de données de la table de build C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - L'assembly d'analyseur '{0}' dépend de '{1}', mais il est introuvable. Les analyseurs peuvent ne pas s'exécuter correctement, sauf si l'assembly manquant est aussi ajouté comme référence d'analyseur. - - Suppress diagnostics Supprimer les diagnostics @@ -2329,11 +2204,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Cet espace de travail ne prend pas en charge la mise à jour des options d'analyse Visual Basic. - - Synchronize {0} - Synchroniser {0} - - Synchronizing with {0}... Synchronisation avec {0}... @@ -2374,26 +2244,11 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Oui - - Choose a Symbol Specification and a Naming Style. - Choisissez une spécification de symbole et un style de nommage. - - - - Enter a title for this Naming Rule. - Entrez un titre pour cette règle de nommage. - - Enter a title for this Naming Style. Entrez un titre pour ce style de nommage. - - Enter a title for this Symbol Specification. - Entrez un titre pour cette spécification de symbole. - - Accessibilities (can match any) Niveaux d'accès (peut correspondre à n'importe quel élément) @@ -2429,21 +2284,11 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Nom en casse Pascal - - Severity: - Gravité : - - Modifiers (must match all) Modificateurs (doivent correspondre à tous les éléments) - - Name: - Nom : - - Naming Rule Règle de nommage @@ -2454,31 +2299,11 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Style de nommage - - Naming Style: - Style de nommage : - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Les règles de nommage vous permettent de définir le mode d'appellation d'ensembles particuliers de symboles et le traitement des symboles incorrectement nommés. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - La première règle de nommage de niveau supérieur correspondante est utilisée par défaut lors de l'appellation d'un symbole, tandis que les cas spéciaux sont gérés par une règle enfant correspondante. - - Naming Style Title: Titre du style de nommage : - - Parent Rule: - Règle parente : - - Required Prefix: Préfixe obligatoire : @@ -2504,11 +2329,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Spécification du symbole - - Symbol Specification: - Spécification du symbole : - - Symbol Specification Title: Titre de la spécification du symbole : @@ -2554,37 +2374,6 @@ Utilisez le menu déroulant pour afficher et basculer vers d'autres projets auqu Échec de la désinstallation du package : {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Erreur pendant le chargement du projet. Certaines fonctionnalités du projet, comme l'analyse complète de la solution pour le projet en échec et les projets qui en dépendent, ont été désactivées. - - - - Project loading failed. - Échec du chargement du projet. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Pour déterminer la cause du problème, essayez d'effectuer les actions ci-dessous. - -1. Fermez Visual Studio -2. Ouvrez une invite de commandes Visual Studio Developer -3. Affectez à la variable d'environnement "TraceDesignTime" la valeur true (set TraceDesignTime=true) -4. Supprimez le répertoire .vs/fichier .suo -5. Redémarrez VS à partir de l'invite de commandes définie dans la variable d'environnement (devenv) -6. Ouvrez la solution -7. Recherchez dans '{0}' les tâches qui n'ont pas abouti (FAILED) - - Additional information: Informations supplémentaires : @@ -2703,11 +2492,6 @@ Informations supplémentaires : {1} Afficher les repères pour les constructions au niveau du code - - Show guides for comments and preprocessor regions - Afficher les repères pour les commentaires et les régions du préprocesseur - - Show guides for declaration level constructs Afficher les repères pour les constructions au niveau des déclarations @@ -2928,16 +2712,6 @@ Informations supplémentaires : {1} Choisir les membres - - Add a symbol specification - Ajouter une spécification de symbole - - - - Remove symbol specification - Supprimer la spécification de symbole - - Add item Ajouter l'élément @@ -3058,11 +2832,6 @@ Informations supplémentaires : {1} préférer les propriétés automatiques - - Module has been unloaded. - Le module a été déchargé. - - Enable navigation to decompiled sources Activer la navigation vers des sources décompilées @@ -3078,11 +2847,6 @@ Informations supplémentaires : {1} Synchroniser l'affichage de classes - - Analyzing '{0}' - Analyse de '{0}' - - Manage naming styles Gérer les styles de nommage diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf index 9f91bdd1eb94a..bac04d1a313bf 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf @@ -162,16 +162,6 @@ 64 bit - - Build + live analysis (NuGet package) - Compilazione + analisi in tempo reale (pacchetto NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Client del linguaggio di diagnostica C#/Visual Basic - - Calculating... Calcolo... @@ -382,11 +372,6 @@ _Modifica - - Edit {0} - Modifica {0} - {0} is a parameter description - Editor Color Scheme Combinazione colori editor @@ -462,11 +447,6 @@ Errore durante l'aggiornamento delle eliminazioni: {0} - - Evaluating ({0} tasks in queue) - In fase di valutazione ({0} attività in coda) - - External Sources Origini esterne @@ -577,16 +557,6 @@ Deduci dal contesto - - Indexed in organization - Indicizzata nell'organizzazione - - - - Indexed in repo - Indicizzata nel repository - - Inheritance Margin Margine di ereditarietà @@ -597,11 +567,6 @@ Interfacce ereditate - - Inline Diagnostics (experimental) - Diagnostica inline (sperimentale) - - Inline Hints Suggerimenti inline @@ -612,11 +577,6 @@ Inserimento del valore '{0}' del sito di chiamata - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Installare gli analizzatori Roslyn consigliati da Microsoft, che offrono ulteriori funzionalità di diagnostica e correzioni per problemi comuni di sicurezza, prestazioni, affidabilità e progettazione di API - - Interface cannot have field. L'interfaccia non può contenere il campo. @@ -632,11 +592,6 @@ Nome di tipo non valido - - Item origin - Origine dell'elemento - - JSON strings Stringhe JSON @@ -657,11 +612,6 @@ Tipo - - Live analysis (VSIX extension) - Analisi in tempo reale (estensione VSIX) - - Loaded items Elementi caricati @@ -677,11 +627,6 @@ Locale - - Local metadata - Metadati locali - - Location Posizione @@ -1027,11 +972,6 @@ Pacchetti - - Parameter Details - Dettagli parametro - - Parameter name: Nome del parametro: @@ -1077,11 +1017,6 @@ Incollare un'analisi dello stack per visualizzare e spostarsi tra i valori. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Sospeso ({0} attività in coda) - - Please enter a type name Immettere un nome di tipo @@ -1207,11 +1142,6 @@ Espressioni regolari - - Remove All - Rimuovi tutto - - Remove Unused References Rimuovi riferimenti inutilizzati @@ -1312,11 +1242,6 @@ Esecuzione di Code Analysis per la soluzione... - - Running low priority background processes - Esecuzione di processi in background con priorità bassa - - Save .editorconfig file Salva file con estensione editorconfig @@ -1437,11 +1362,6 @@ Alcuni colori della combinazione colori sono sostituiti dalle modifiche apportate nella pagina di opzioni Ambiente > Tipi di carattere e colori. Scegliere `Usa impostazioni predefinite` nella pagina Tipi di carattere e colori per ripristinare tutte le personalizzazioni. - - Sort usings - Ordina using - - Stack Trace Analisi dello stack @@ -1767,11 +1687,6 @@ Eredita - - Inherited By - Ereditato da - - Implements Implementa @@ -1782,16 +1697,6 @@ Implementato da - - Maximum number of documents are open. - È stato aperto il numero massimo di documenti. - - - - Failed to create document in miscellaneous files project. - Non è stato possibile creare il documento nel progetto di file esterni. - - Invalid access. L'accesso non è valido. @@ -2024,16 +1929,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques L'assembly '{0}' dell'analizzatore è stato modificato. È possibile che la diagnostica non sia corretta fino al riavvio di Visual Studio. - - C#/VB Diagnostics Table Data Source - Origine dati tabella diagnostica C#/VB - - - - C#/VB Todo List Table Data Source - Origine dati tabella elenco TODO C#/VB - - Cancel Annulla @@ -2184,11 +2079,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques Altre informazioni su {0} - - Navigation must be performed on the foreground thread. - Gli spostamenti devono essere eseguiti nel thread in primo piano. - - [+] [+] @@ -2224,11 +2114,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Gli assembly '{0}' e '{1}' dell'analizzatore hanno la stessa identità '{2}' ma contenuto diverso. Ne verrà caricato solo uno e gli analizzatori che usano tali assembly potrebbero non funzionare correttamente. - - {0} references {0} riferimenti @@ -2274,21 +2159,11 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques IntelliSense - - C#/VB Build Table Data Source - Origine dati tabella compilazione C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - L'assembly '{0}' dell'analizzatore dipende da '{1}', ma non è stato trovato. Gli assembly potrebbero non funzionare correttamente a meno che l'assembly mancante non venga aggiunto anche come riferimento all'analizzatore. - - Suppress diagnostics Elimina la diagnostica @@ -2329,11 +2204,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques Quest'area di lavoro non supporta l'aggiornamento delle opzioni di analisi di Visual Basic. - - Synchronize {0} - Sincronizza {0} - - Synchronizing with {0}... Sincronizzazione con {0}... @@ -2374,26 +2244,11 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques - - Choose a Symbol Specification and a Naming Style. - Scegliere una specifica simboli e uno stile di denominazione. - - - - Enter a title for this Naming Rule. - Immettere un titolo per questa regola di denominazione. - - Enter a title for this Naming Style. Immettere un titolo per questo stile di denominazione. - - Enter a title for this Symbol Specification. - Immettere un titolo per questa specifica simboli. - - Accessibilities (can match any) Livello di accesso (qualsiasi corrispondenza) @@ -2429,21 +2284,11 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques Nome notazione Pascal - - Severity: - Gravità: - - Modifiers (must match all) Modificatori (corrispondenza esatta) - - Name: - Nome: - - Naming Rule Regola di denominazione @@ -2454,31 +2299,11 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques Stile di denominazione - - Naming Style: - Stile di denominazione: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Le regole di denominazione consentono di definire le modalità di denominazione di set di simboli specifici e di gestione dei simboli con nomi errati. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Quando si assegna un nome a un simbolo, per impostazione predefinita viene usata la prima regola di denominazione corrispondente di primo livello, mentre eventuali casi speciali vengono gestiti da una regola figlio corrispondente. - - Naming Style Title: Titolo per stile di denominazione: - - Parent Rule: - Regola padre: - - Required Prefix: Prefisso obbligatorio: @@ -2504,11 +2329,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques Specifica simboli - - Symbol Specification: - Specifica simboli: - - Symbol Specification Title: Titolo specifica simboli: @@ -2554,37 +2374,6 @@ Usare l'elenco a discesa per visualizzare e passare ad altri progetti a cui ques La disinstallazione del pacchetto non è riuscita: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Si è verificato un errore durante il caricamento del progetto. Alcune funzionalità del progetto, come l'analisi della soluzione completa per il progetto in errore e i progetti che dipendono da essa, sono state disabilitate. - - - - Project loading failed. - Il caricamento del progetto non è riuscito. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Per individuare la causa del problema, provare a eseguire le operazioni seguenti. - -1. Chiudere Visual Studio -2. Aprire un prompt dei comandi per gli sviluppatori di Visual Studio -3. Impostare la variabile di ambiente "TraceDesignTime" su true (TraceDesignTime=true) -4. Eliminare la directory .vs/il file .suo -5. Riavviare Visual Studio dal prompt dei comandi da cui è stata impostata la variabile di ambiente (devenv) -6. Aprire la soluzione -7. Controllare '{0}' e cercare le attività non riuscite (FAILED) - - Additional information: Informazioni aggiuntive: @@ -2703,11 +2492,6 @@ Informazioni aggiuntive: {1} Mostra le guide per i costrutti a livello di codice - - Show guides for comments and preprocessor regions - Mostra le guide per i commenti e le aree del preprocessore - - Show guides for declaration level constructs Mostra le guide per i costrutti a livello di dichiarazione @@ -2928,16 +2712,6 @@ Informazioni aggiuntive: {1} Seleziona membri - - Add a symbol specification - Aggiungi una specifica simboli - - - - Remove symbol specification - Rimuovi specifica simboli - - Add item Aggiungi elemento @@ -3058,11 +2832,6 @@ Informazioni aggiuntive: {1} preferisci proprietà automatiche - - Module has been unloaded. - Il modulo è stato scaricato. - - Enable navigation to decompiled sources Abilita lo spostamento in origini decompilate @@ -3078,11 +2847,6 @@ Informazioni aggiuntive: {1} Sincronizza visualizzazione classi - - Analyzing '{0}' - Analisi di '{0}' - - Manage naming styles Gestisci stili di denominazione diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf index 748d06732aa36..6627fa184ad96 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf @@ -162,16 +162,6 @@ 64 ビット - - Build + live analysis (NuGet package) - ビルド + ライブ分析 (NuGet パッケージ) - - - - C#/Visual Basic Diagnostics Language Client - C#/Visual Basic 診断言語クライアント - - Calculating... 計算しています... @@ -382,11 +372,6 @@ 編集(_E) - - Edit {0} - {0} の編集 - {0} is a parameter description - Editor Color Scheme エディターの配色 @@ -462,11 +447,6 @@ 抑制の更新でエラーが発生しました: {0} - - Evaluating ({0} tasks in queue) - 評価中 ({0} 個のタスクがキューにあります) - - External Sources 外部ソース @@ -577,16 +557,6 @@ コンテキストから推論する - - Indexed in organization - 組織内でインデックス付け - - - - Indexed in repo - リポジトリ内でインデックス付け - - Inheritance Margin 継承の余白 @@ -597,11 +567,6 @@ 継承されたインターフェイス - - Inline Diagnostics (experimental) - インライン診断 (試験的) - - Inline Hints インラインのヒント @@ -612,11 +577,6 @@ 呼び出しサイトの値 "{0}" を挿入しています - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Microsoft で推奨されている Roslyn アナライザーをインストールします。これにより、一般的な API の設計、セキュリティ、パフォーマンス、信頼性の問題に対する追加の診断と修正が提供されます - - Interface cannot have field. インターフェイスにフィールドを含めることはできません。 @@ -632,11 +592,6 @@ 型名が無効です - - Item origin - 項目の送信元 - - JSON strings JSON 文字列 @@ -657,11 +612,6 @@ 種類 - - Live analysis (VSIX extension) - ライブ分析 (VSIX 拡張機能) - - Loaded items 読み込まれた項目 @@ -677,11 +627,6 @@ ローカル - - Local metadata - ローカル メタデータ - - Location 場所 @@ -1027,11 +972,6 @@ パッケージ - - Parameter Details - パラメーターの詳細 - - Parameter name: パラメーター名: @@ -1077,11 +1017,6 @@ 有効なスタック トレースを貼り付けて、値を表示して移動します。 "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - 一時停止中 ({0} 個のタスクがキューにあります) - - Please enter a type name 型の名前を入力してください @@ -1207,11 +1142,6 @@ 正規表現 - - Remove All - すべて削除 - - Remove Unused References 未使用の参照を削除する @@ -1312,11 +1242,6 @@ ソリューションのコード分析を実行しています... - - Running low priority background processes - 優先度の低いバックグラウンド プロセスを実行しています - - Save .editorconfig file .editorconfig ファイルの保存 @@ -1437,11 +1362,6 @@ 一部の配色パターンの色は、[環境] > [フォントおよび色] オプション ページで行われた変更によって上書きされます。[フォントおよび色] オプション ページで [既定値を使用] を選択すると、すべてのカスタマイズが元に戻ります。 - - Sort usings - using を並べ替える - - Stack Trace スタック トレース @@ -1767,11 +1687,6 @@ 継承 - - Inherited By - 継承先 - - Implements 実装 @@ -1782,16 +1697,6 @@ 実装先 - - Maximum number of documents are open. - 最大数のドキュメントが開いています。 - - - - Failed to create document in miscellaneous files project. - その他のファイル プロジェクトにドキュメントを作成できませんでした。 - - Invalid access. アクセスが無効です。 @@ -2024,16 +1929,6 @@ Use the dropdown to view and switch to other projects this file may belong to.アナライザー アセンブリ '{0}' が変更されました。Visual Studio を再起動するまで正しい診断ができない可能性があります。 - - C#/VB Diagnostics Table Data Source - C#/VB 診断テーブル データ ソース - - - - C#/VB Todo List Table Data Source - C#/VB Todo リスト テーブル データ ソース - - Cancel キャンセル @@ -2184,11 +2079,6 @@ Use the dropdown to view and switch to other projects this file may belong to.{0} の詳細 - - Navigation must be performed on the foreground thread. - ナビゲーションは、フォアグラウンドのスレッドで行う必要があります。 - - [+] [+] @@ -2224,11 +2114,6 @@ Use the dropdown to view and switch to other projects this file may belong to.AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - アナライザー アセンブリ '{0}' と '{1}' は両方とも ID が '{2}' ですが、内容が異なります。読み込まれるのは 1 つだけです。これらのアセンブリを使用するアナライザーは正常に実行されない可能性があります。 - - {0} references {0} 個の参照 @@ -2274,21 +2159,11 @@ Use the dropdown to view and switch to other projects this file may belong to.IntelliSense - - C#/VB Build Table Data Source - C#/VB ビルド テーブル データ ソース - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - アナライザー アセンブリ '{0}' は '{1}' に依存しますが、見つかりませんでした。欠落しているアセンブリがアナライザー参照として追加されない限り、アナライザーを正常に実行できない可能性があります。 - - Suppress diagnostics 診断を抑制する @@ -2329,11 +2204,6 @@ Use the dropdown to view and switch to other projects this file may belong to.このワークスペースでは、Visual Basic の解析オプションの更新はサポートされていません。 - - Synchronize {0} - {0} を同期する - - Synchronizing with {0}... {0} と同期しています... @@ -2374,26 +2244,11 @@ Use the dropdown to view and switch to other projects this file may belong to.はい - - Choose a Symbol Specification and a Naming Style. - シンボル仕様と名前付けスタイルを選択します。 - - - - Enter a title for this Naming Rule. - この名前付けルールのタイトルを入力してください。 - - Enter a title for this Naming Style. この名前付けスタイルのタイトルを入力してください。 - - Enter a title for this Symbol Specification. - このシンボル仕様のタイトルを入力してください。 - - Accessibilities (can match any) アクセシビリティ (任意のレベルと一致できます) @@ -2429,21 +2284,11 @@ Use the dropdown to view and switch to other projects this file may belong to.パスカル ケース名 - - Severity: - 重要度: - - Modifiers (must match all) 修飾子 (すべてと一致する必要があります) - - Name: - 名前: - - Naming Rule 名前付けルール @@ -2454,31 +2299,11 @@ Use the dropdown to view and switch to other projects this file may belong to.名前付けスタイル - - Naming Style: - 名前付けスタイル: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - 名前付けルールを使用すると、特定のシンボル セットの名前付け方法と、正しく名前付けされていないシンボルの処理方法を定義できます。 - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - シンボルに名前を付けるときには、最初に一致するトップレベルの名前付けルールが既定で使用されますが、特殊なケースの場合は一致する子ルールによって処理されます。 - - Naming Style Title: 名前付けスタイルのタイトル: - - Parent Rule: - 親規則: - - Required Prefix: 必要なプレフィックス: @@ -2504,11 +2329,6 @@ Use the dropdown to view and switch to other projects this file may belong to.シンボル仕様 - - Symbol Specification: - シンボル仕様: - - Symbol Specification Title: シンボル仕様のタイトル: @@ -2554,37 +2374,6 @@ Use the dropdown to view and switch to other projects this file may belong to.パッケージをアンインストールできませんでした: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - プロジェクトの読み込み中にエラーが発生しました。失敗したプロジェクトとそれに依存するプロジェクトの完全なソリューション解析など、一部のプロジェクト機能が使用できなくなりました。 - - - - Project loading failed. - プロジェクトの読み込みに失敗しました。 - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - この問題の原因を確認するには、次をお試しください。 - -1. Visual Studio を閉じる -2. Visual Studio 開発者コマンド プロンプトを開く -3. 環境変数 "TraceDesignTime" を true に設定する (set TraceDesignTime=true) -4. .vs directory/.suo ファイルを削除する -5. 環境変数 (devenv) を設定したコマンド プロンプトから VS を再起動する -6. ソリューションを開く -7. '{0}' を確認し、失敗したタスク (FAILED) を探す - - Additional information: 追加情報: @@ -2703,11 +2492,6 @@ Additional information: {1} コード レベルのコンストラクトのガイドを表示する - - Show guides for comments and preprocessor regions - コメントとプリプロセッサ領域のガイドを表示する - - Show guides for declaration level constructs 宣言レベルのコンストラクトのガイドを表示する @@ -2928,16 +2712,6 @@ Additional information: {1} メンバーの選択 - - Add a symbol specification - シンボル仕様の追加 - - - - Remove symbol specification - シンボル仕様の削除 - - Add item 項目の追加 @@ -3058,11 +2832,6 @@ Additional information: {1} 自動プロパティを優先する - - Module has been unloaded. - モジュールがアンロードされました。 - - Enable navigation to decompiled sources 逆コンパイルされたソースへのナビゲーションを有効にする @@ -3078,11 +2847,6 @@ Additional information: {1} クラス ビューの同期 - - Analyzing '{0}' - '{0}' の分析 - - Manage naming styles 名前付けスタイルを管理する diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index 8e8ed48c57db4..19f7d6be1920a 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -162,16 +162,6 @@ 64비트 - - Build + live analysis (NuGet package) - 빌드 + 실시간 분석(NuGet 패키지) - - - - C#/Visual Basic Diagnostics Language Client - C#/Visual Basic 진단 언어 클라이언트 - - Calculating... 계산 중... @@ -382,11 +372,6 @@ 편집(_E) - - Edit {0} - {0} 편집 - {0} is a parameter description - Editor Color Scheme 편집기 색 구성표 @@ -462,11 +447,6 @@ 표시 중지를 업데이트하는 동안 오류가 발생했습니다. {0} - - Evaluating ({0} tasks in queue) - 평가 중(큐의 {0}개 작업) - - External Sources 외부 원본 @@ -577,16 +557,6 @@ 컨텍스트에서 유추 - - Indexed in organization - 조직에서 인덱싱됨 - - - - Indexed in repo - 리포지토리에서 인덱싱됨 - - Inheritance Margin 상속 여백 @@ -597,11 +567,6 @@ 상속된 인터페이스 - - Inline Diagnostics (experimental) - 인라인 진단(실험적) - - Inline Hints 인라인 힌트 @@ -612,11 +577,6 @@ 호출 사이트 값 '{0}'을(를) 삽입하는 중 - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - 일반적인 API 디자인, 보안, 성능 및 안정성 문제에 대한 추가 진단 및 수정을 제공하는 Microsoft 권장 Roslyn 분석기를 설치합니다. - - Interface cannot have field. 인터페이스에는 필드가 포함될 수 없습니다. @@ -632,11 +592,6 @@ 잘못된 형식 이름 - - Item origin - 항목 원본 - - JSON strings JSON 문자열 @@ -657,11 +612,6 @@ 종류 - - Live analysis (VSIX extension) - 실시간 분석(VSIX 확장) - - Loaded items 로드된 항목 @@ -677,11 +627,6 @@ 로컬 - - Local metadata - 로컬 메타데이터 - - Location 위치 @@ -1027,11 +972,6 @@ 패키지 - - Parameter Details - 매개 변수 정보 - - Parameter name: 매개 변수 이름: @@ -1077,11 +1017,6 @@ 값을 보고 탐색하려면 스택 추적을 붙여넣습니다. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - 일시 중지됨(큐의 {0}개 작업) - - Please enter a type name 형식 이름을 입력하세요. @@ -1207,11 +1142,6 @@ 정규식 - - Remove All - 모두 제거 - - Remove Unused References 사용하지 않는 참조 제거 @@ -1312,11 +1242,6 @@ 솔루션에 대한 코드 분석을 실행하는 중... - - Running low priority background processes - 낮은 우선 순위 백그라운드 프로세스 실행 중 - - Save .editorconfig file editorconfig 파일 저장 @@ -1437,11 +1362,6 @@ 색 구성표의 일부 색이 [환경] > [글꼴 및 색] 옵션 페이지에서 변경한 내용에 따라 재정의됩니다. 모든 사용자 지정을 되돌리려면 [글꼴 및 색] 페이지에서 '기본값 사용'을 선택하세요. - - Sort usings - Using 정렬 - - Stack Trace 스택 추적 @@ -1767,11 +1687,6 @@ 상속 - - Inherited By - 상속 대상 - - Implements 구현 @@ -1782,16 +1697,6 @@ 구현자 - - Maximum number of documents are open. - 최대 수의 문서가 열려 있습니다. - - - - Failed to create document in miscellaneous files project. - 기타 파일 프로젝트에 문서를 만들지 못했습니다. - - Invalid access. 액세스가 잘못되었습니다. @@ -2024,16 +1929,6 @@ Use the dropdown to view and switch to other projects this file may belong to.분석기 어셈블리 '{0}'이(가) 변경되었습니다. Visual Studio를 다시 시작할 때까지 진단이 올바르지 않을 수 있습니다. - - C#/VB Diagnostics Table Data Source - C#/VB 진단 테이블 데이터 원본 - - - - C#/VB Todo List Table Data Source - C#/VB 할일 목록 테이블 데이터 원본 - - Cancel 취소 @@ -2184,11 +2079,6 @@ Use the dropdown to view and switch to other projects this file may belong to.{0}에 대한 추가 정보 - - Navigation must be performed on the foreground thread. - 탐색은 포그라운드 스레드에서 수행해야 합니다. - - [+] [+] @@ -2224,11 +2114,6 @@ Use the dropdown to view and switch to other projects this file may belong to.AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - '{0}' 및 '{1}' 분석기 어셈블리의 ID는 '{2}'(으)로 동일하지만 콘텐츠가 다릅니다. 둘 중 하나만 로드되며 이러한 어셈블리를 사용하는 분석기는 제대로 실행되지 않을 수 있습니다. - - {0} references 참조 {0}개 @@ -2274,21 +2159,11 @@ Use the dropdown to view and switch to other projects this file may belong to.IntelliSense - - C#/VB Build Table Data Source - C#/VB 빌드 테이블 데이터 원본 - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - 분석기 어셈블리 '{0}'은(는) 찾을 수 없는 '{1}'에 종속됩니다. 없는 어셈블리가 분석기 참조로 추가되지 않으면 분석기가 올바르게 실행되지 않을 수 있습니다. - - Suppress diagnostics 진단 표시 안 함 @@ -2329,11 +2204,6 @@ Use the dropdown to view and switch to other projects this file may belong to.이 작업 영역은 Visual Basic 구문 분석 옵션 업데이트를 지원하지 않습니다. - - Synchronize {0} - {0} 동기화 - - Synchronizing with {0}... {0}과(와) 동기화하는 중... @@ -2374,26 +2244,11 @@ Use the dropdown to view and switch to other projects this file may belong to. - - Choose a Symbol Specification and a Naming Style. - 기호 사양 및 명명 스타일을 선택하세요. - - - - Enter a title for this Naming Rule. - 이 명명 규칙의 제목을 입력하세요. - - Enter a title for this Naming Style. 이 명명 스타일의 제목을 입력하세요. - - Enter a title for this Symbol Specification. - 이 기호 사양의 제목을 입력하세요. - - Accessibilities (can match any) 접근성(임의 항목과 일치 가능) @@ -2429,21 +2284,11 @@ Use the dropdown to view and switch to other projects this file may belong to.파스칼식 대/소문자 이름 - - Severity: - 심각도: - - Modifiers (must match all) 한정자(모두와 일치해야 함) - - Name: - 이름: - - Naming Rule 명명 규칙 @@ -2454,31 +2299,11 @@ Use the dropdown to view and switch to other projects this file may belong to.명명 스타일 - - Naming Style: - 명명 스타일: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - 명명 규칙을 사용하여 특정 기호 집합의 이름을 지정하는 방법과 이름이 잘못 지정된 기호를 처리하는 방법을 정의할 수 있습니다. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - 기호 이름을 지정할 때는 기본적으로 첫 번째 일치하는 최상위 명명 규칙이 사용되지만, 특별한 경우는 일치하는 자식 규칙으로 처리됩니다. - - Naming Style Title: 명명 스타일 제목: - - Parent Rule: - 부모 규칙: - - Required Prefix: 필수 접두사: @@ -2504,11 +2329,6 @@ Use the dropdown to view and switch to other projects this file may belong to.기호 사양 - - Symbol Specification: - 기호 사양: - - Symbol Specification Title: 기호 사양 제목: @@ -2554,37 +2374,6 @@ Use the dropdown to view and switch to other projects this file may belong to.패키지 제거 실패: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - 프로젝트를 로드하는 동안 오류가 발생했습니다. 실패한 프로젝트 및 이 프로젝트에 종속된 프로젝트에 대한 전체 솔루션 분석과 같은 일부 프로젝트 기능을 사용할 수 없습니다. - - - - Project loading failed. - 프로젝트를 로드하지 못했습니다. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - 이 문제를 일으킨 원인을 확인하려면 다음을 시도하세요. - -1. Visual Studio를 닫습니다. -2. Visual Studio 개발자 명령 프롬프트를 엽니다. -3. 환경 변수 "TraceDesignTime"을 true로 설정합니다(set TraceDesignTime=true). -4. .vs 디렉터리/.suo 파일을 삭제합니다. -5. 환경 변수(devenv)를 설정한 명령 프롬프트에서 VS를 다시 시작합니다. -6. 솔루션을 엽니다. -7. '{0}'을(를) 확인하고 실패한 작업(FAILED)을 찾습니다. - - Additional information: 추가 정보: @@ -2703,11 +2492,6 @@ Additional information: {1} 코드 수준 구문에 대한 가이드 표시 - - Show guides for comments and preprocessor regions - 설명 및 전처리기 영역에 대한 가이드 표시 - - Show guides for declaration level constructs 선언 수준 구문에 대한 가이드 표시 @@ -2928,16 +2712,6 @@ Additional information: {1} 멤버 선택 - - Add a symbol specification - 기호 사양 추가 - - - - Remove symbol specification - 기호 사양 제거 - - Add item 항목 추가 @@ -3058,11 +2832,6 @@ Additional information: {1} 자동 속성 선호 - - Module has been unloaded. - 모듈이 언로드되었습니다. - - Enable navigation to decompiled sources 디컴파일된 원본으로의 이동을 사용하도록 설정 @@ -3078,11 +2847,6 @@ Additional information: {1} 클래스 뷰 동기화 - - Analyzing '{0}' - '{0}' 분석 중 - - Manage naming styles 명명 스타일 관리 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf index 2e8669b34eb6b..7f6c51ab3a166 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf @@ -162,16 +162,6 @@ 64-bitowa - - Build + live analysis (NuGet package) - Kompilacja i analiza na żywo (pakiet NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Klient języka diagnostyki języka C#/Visual Basic - - Calculating... Trwa obliczanie... @@ -382,11 +372,6 @@ _Edytuj - - Edit {0} - Edytuj: {0} - {0} is a parameter description - Editor Color Scheme Schemat kolorów edytora @@ -462,11 +447,6 @@ Błąd podczas pomijania aktualizacji: {0} - - Evaluating ({0} tasks in queue) - Szacowanie (zadania w kolejce: {0}) - - External Sources Źródła zewnętrzne @@ -577,16 +557,6 @@ Wnioskuj z kontekstu - - Indexed in organization - Indeksowane w organizacji - - - - Indexed in repo - Indeksowane w repozytorium - - Inheritance Margin Margines dziedziczenia @@ -597,11 +567,6 @@ Dziedziczone interfejsy - - Inline Diagnostics (experimental) - Diagnostyka w tekście (eksperymentalna) - - Inline Hints Wskazówki w tekście @@ -612,11 +577,6 @@ Wstawianie wartości miejsca wywołania „{0}” - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Zainstaluj analizatory Roslyn rekomendowane przez firmę Microsoft, które oferują dodatkową diagnostykę i poprawki w zakresie typowego projektu interfejsu API, zabezpieczeń, wydajności i niezawodności - - Interface cannot have field. Interfejs nie może mieć pola. @@ -632,11 +592,6 @@ Nieprawidłowa nazwa typu - - Item origin - Źródło elementu - - JSON strings Ciągi JSON @@ -657,11 +612,6 @@ Rodzaj - - Live analysis (VSIX extension) - Analiza na żywo (rozszerzenie VSIX) - - Loaded items Załadowane elementy @@ -677,11 +627,6 @@ Lokalne - - Local metadata - Lokalne metadane - - Location Lokalizacja @@ -1027,11 +972,6 @@ Pakiety - - Parameter Details - Szczegóły parametru - - Parameter name: Nazwa parametru: @@ -1077,11 +1017,6 @@ Wklej prawidłowy ślad stosu, aby wyświetlić jego wartości i nawigować po nich. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Wstrzymano (zadania w kolejce: {0}) - - Please enter a type name Wprowadź nazwę typu @@ -1207,11 +1142,6 @@ Wyrażenia regularne - - Remove All - Usuń wszystko - - Remove Unused References Usuń nieużywane odwołania @@ -1312,11 +1242,6 @@ Trwa analizowanie kodu dla rozwiązania... - - Running low priority background processes - Uruchamianie procesów w tle o niskim priorytecie - - Save .editorconfig file Zapisz plik .editorconfig @@ -1437,11 +1362,6 @@ Niektóre kolory w schemacie kolorów są przesłaniane przez zmiany wprowadzone na stronie opcji Środowisko > Czcionki i kolory. Wybierz pozycję „Użyj ustawień domyślnych” na stronie Czcionki i kolory, aby wycofać wszystkie dostosowania. - - Sort usings - Sortuj użycia - - Stack Trace Śledzenie stosu @@ -1767,11 +1687,6 @@ Dziedziczy - - Inherited By - Dziedziczone przez - - Implements Implementuje @@ -1782,16 +1697,6 @@ Zaimplementowane przez - - Maximum number of documents are open. - Otwarta jest maksymalna liczba dokumentów. - - - - Failed to create document in miscellaneous files project. - Nie powiodło się utworzenie dokumentu w projekcie o różnych plikach. - - Invalid access. Nieprawidłowy dostęp. @@ -2024,16 +1929,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Zmieniono zestaw analizatora „{0}”. Diagnostyka może nie działać poprawnie do czasu ponownego uruchomienia programu Visual Studio. - - C#/VB Diagnostics Table Data Source - Źródło danych tabeli diagnostyki dla języka C#/VB - - - - C#/VB Todo List Table Data Source - Źródło danych tabeli listy zadań do wykonania dla języka C#/VB - - Cancel Anuluj @@ -2184,11 +2079,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Więcej informacji o elemencie {0} - - Navigation must be performed on the foreground thread. - Nawigacja musi zostać wykonana w wątku na pierwszym planie. - - [+] [+] @@ -2224,11 +2114,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Zestawy analizatora „{0}” i „{1}” mają tożsamość „{2}”, ale inną zawartość. Po ich załadowaniu i użyciu przez analizatory te analizatory mogą nie działać prawidłowo. - - {0} references Odwołania: {0} @@ -2274,21 +2159,11 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ IntelliSense - - C#/VB Build Table Data Source - Źródło danych tabeli kompilacji dla języka C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Zestaw analizatora „{0}” jest zależny od zestawu „{1}”, ale nie odnaleziono go. Analizatory mogą nie działać poprawnie, dopóki brakujący zestaw również nie zostanie dodany jako odwołanie analizatora. - - Suppress diagnostics Pomiń diagnostykę @@ -2329,11 +2204,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Ten obszar roboczy nie obsługuje aktualizowania opcji analizy programu Visual Basic. - - Synchronize {0} - Synchronizuj element {0} - - Synchronizing with {0}... Trwa synchronizowanie z elementem {0}... @@ -2374,26 +2244,11 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Tak - - Choose a Symbol Specification and a Naming Style. - Wybierz specyfikację symbolu i styl nazewnictwa. - - - - Enter a title for this Naming Rule. - Wprowadź tytuł dla tej reguły nazewnictwa. - - Enter a title for this Naming Style. Wprowadź tytuł dla tego stylu nazewnictwa. - - Enter a title for this Symbol Specification. - Wprowadź tytuł dla tej specyfikacji symbolu. - - Accessibilities (can match any) Poziomy dostępu (mogą być zgodne z dowolnym elementem) @@ -2429,21 +2284,11 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Nazwa z wyrazami pisanymi wielkimi literami, pierwszy z wielkiej - - Severity: - Ważność: - - Modifiers (must match all) Modyfikatory (muszą być zgodne ze wszystkimi elementami) - - Name: - Nazwa: - - Naming Rule Reguła nazewnictwa @@ -2454,31 +2299,11 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Styl nazewnictwa - - Naming Style: - Styl nazewnictwa: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Reguły nazewnictwa umożliwiają definiowanie sposobu nazywania określonych zestawów symboli i sposobu obsługi symboli z niepoprawnymi nazwami. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Pierwsza zgodna reguła nazewnictwa najwyższego poziomu jest używany domyślnie podczas nazywania symbolu, a wszystkie szczególne przypadki są obsługiwane przez zgodną regułę podrzędną. - - Naming Style Title: Tytuł stylu nazewnictwa: - - Parent Rule: - Reguła nadrzędna: - - Required Prefix: Wymagany prefiks: @@ -2504,11 +2329,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Specyfikacja symbolu - - Symbol Specification: - Specyfikacja symbolu: - - Symbol Specification Title: Tytuł specyfikacji symbolu: @@ -2554,37 +2374,6 @@ Użyj listy rozwijanej, aby wyświetlać inne projekty, do których może należ Odinstalowywanie pakietu nie powiodło się: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Napotkano błąd podczas ładowania projektu. Zostały wyłączone niektóre funkcje projektu, takie jak pełna analiza rozwiązania dla błędnego projektu i zależnych od niego projektów. - - - - Project loading failed. - Ładowanie projektu nie powiodło się. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Aby ustalić przyczynę problemu, spróbuj wykonać poniższe czynności. - -1. Zamknij program Visual Studio -2. Otwórz wiersz polecenia dla deweloperów w programie Visual Studio -3. Ustaw zmienną środowiskową „TraceDesignTime” na wartość true (set TraceDesignTime=true) -4. Usuń plik .suo w katalogu .vs -5. Uruchom ponownie program Visual Studio z poziomu wiersza polecenia, w którym została ustawiona zmienna środowiskowa (devenv) -6. Otwórz rozwiązanie -7. Sprawdź element „{0}” i poszukaj zadań zakończonych niepowodzeniem (NIEPOWODZENIE) - - Additional information: Informacje dodatkowe: @@ -2703,11 +2492,6 @@ Dodatkowe informacje: {1} Pokaż przewodniki dla konstrukcji na poziomie kodu - - Show guides for comments and preprocessor regions - Pokaż prowadnice dla regionów komentarzy i preprocesora - - Show guides for declaration level constructs Pokaż przewodniki dla konstrukcji na poziomie deklaracji @@ -2928,16 +2712,6 @@ Dodatkowe informacje: {1} Wybierz składowe - - Add a symbol specification - Dodaj specyfikację symbolu - - - - Remove symbol specification - Usuń specyfikację symbolu - - Add item Dodaj element @@ -3058,11 +2832,6 @@ Dodatkowe informacje: {1} preferuj właściwości automatyczne - - Module has been unloaded. - Moduł został zwolniony. - - Enable navigation to decompiled sources Włącz nawigację do zdekompilowanych źródeł @@ -3078,11 +2847,6 @@ Dodatkowe informacje: {1} Synchronizuj widok klasy - - Analyzing '{0}' - Analizowanie elementu „{0}” - - Manage naming styles Zarządzaj stylami nazewnictwa diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index 6f3466add00a1..4ae3db17961c4 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -162,16 +162,6 @@ 64 bits - - Build + live analysis (NuGet package) - Build + análise em tempo real (pacote NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Cliente da Linguagem de Diagnóstico C#/Visual Basic - - Calculating... Calculando... @@ -382,11 +372,6 @@ _Editar - - Edit {0} - Editar {0} - {0} is a parameter description - Editor Color Scheme Esquema de Cores do Editor @@ -462,11 +447,6 @@ Erro ao atualizar supressões: {0} - - Evaluating ({0} tasks in queue) - Avaliando ({0} tarefas na fila) - - External Sources Fontes Externas @@ -577,16 +557,6 @@ Inferir do contexto - - Indexed in organization - Indexado na organização - - - - Indexed in repo - Indexado no repositório - - Inheritance Margin Margem de herança @@ -597,11 +567,6 @@ Interfaces herdadas - - Inline Diagnostics (experimental) - Diagnóstico em linha (experimental) - - Inline Hints Dicas Embutidas @@ -612,11 +577,6 @@ Inserindo o valor do site de chamada '{0}' - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Instale os analisadores Roslyn recomendados pela Microsoft, que fornecem diagnósticos adicionais e correções para problemas comuns de confiabilidade, desempenho, segurança e design de API - - Interface cannot have field. A interface não pode ter campo. @@ -632,11 +592,6 @@ Nome de tipo inválido - - Item origin - Origem do item - - JSON strings Cadeias de caracteres JSON @@ -657,11 +612,6 @@ Tipo - - Live analysis (VSIX extension) - Análise em tempo real (extensão do VSIX) - - Loaded items Itens carregados @@ -677,11 +627,6 @@ Local - - Local metadata - Metadados locais - - Location Localização @@ -1027,11 +972,6 @@ Pacotes - - Parameter Details - Detalhes do Parâmetro - - Parameter name: Nome do parâmetro: @@ -1077,11 +1017,6 @@ Cole um rastreamento de pilha para exibir e navegar pelos seus valores. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Em pausa ({0} tarefas na fila) - - Please enter a type name Insira um nome de tipo @@ -1207,11 +1142,6 @@ Expressões regulares - - Remove All - Remover Tudo - - Remove Unused References Remover as Referências Não Usadas @@ -1312,11 +1242,6 @@ Executando a análise de código para a Solução... - - Running low priority background processes - Executando processos de baixa prioridade em segundo plano - - Save .editorconfig file Salvar arquivo .editorconfig @@ -1437,11 +1362,6 @@ Algumas cores do esquema de cores estão sendo substituídas pelas alterações feitas na página de Ambiente > Opções de Fontes e Cores. Escolha 'Usar Padrões' na página Fontes e Cores para reverter todas as personalizações. - - Sort usings - Classificar usos - - Stack Trace Rastreamento de pilha @@ -1767,11 +1687,6 @@ Herda - - Inherited By - Herdado por - - Implements Implementos @@ -1782,16 +1697,6 @@ Implementado por - - Maximum number of documents are open. - Número máximo de documentos abertos. - - - - Failed to create document in miscellaneous files project. - Falha ao criar o documento no projeto arquivos diversos. - - Invalid access. Acesso inválido. @@ -2024,16 +1929,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar O assembly do analisador '{0}' mudou. O diagnóstico pode estar incorreto até que o Visual Studio seja reiniciado. - - C#/VB Diagnostics Table Data Source - Fonte de Dados da Tabela de Diagnóstico do C#/VB - - - - C#/VB Todo List Table Data Source - Fonte de Dados da Tabela da Lista de Tarefas Pendentes C#/VB - - Cancel Cancelar @@ -2184,11 +2079,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Mais sobre {0} - - Navigation must be performed on the foreground thread. - A navegação deve ser executada no thread em primeiro plano. - - [+] [+] @@ -2224,11 +2114,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Os assemblies do analisador '{0}' e '{1}' têm a identidade '{2}', porém conteúdos diferentes. Somente um será carregado e os analisadores usando esses conjuntos podem não executar corretamente. - - {0} references {0} referências @@ -2274,21 +2159,11 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar IntelliSense - - C#/VB Build Table Data Source - Fonte de Dados da Tabela de Build do C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - O assembly do analisador '{0}' depende do '{1}', mas não foi encontrado. Os analisadores podem não ser executados corretamente a menos que o assembly ausente também seja adicionado como uma referência do analisador. - - Suppress diagnostics Suprimir diagnósticos @@ -2329,11 +2204,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Este workspace não dá suporte à atualização das opções de análise do Visual Basic. - - Synchronize {0} - Sincronizar {0} - - Synchronizing with {0}... Sincronizando a {0}... @@ -2374,26 +2244,11 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Sim - - Choose a Symbol Specification and a Naming Style. - Escolha uma Especificação de Símbolo e um Estilo de Nomenclatura. - - - - Enter a title for this Naming Rule. - Insira um título para essa Regra de Nomenclatura. - - Enter a title for this Naming Style. Insira um título para esse Estilo de Nomenclatura. - - Enter a title for this Symbol Specification. - Insira um título para essa Especificação de Símbolo. - - Accessibilities (can match any) Acessibilidades (podem corresponder a qualquer uma) @@ -2429,21 +2284,11 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Nome do Caso Pascal - - Severity: - Gravidade: - - Modifiers (must match all) Modificadores (devem corresponder a todos) - - Name: - Nome: - - Naming Rule Regra de Nomenclatura @@ -2454,31 +2299,11 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Estilo de Nomenclatura - - Naming Style: - Estilo de Nomenclatura: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - As Regras de Nomenclatura permitem definir como os conjuntos de símbolos específicos devem ser nomeados e como os símbolos nomeados incorretamente devem ser manuseados. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - A primeira Regra de Nomenclatura superior correspondente é usada por padrão ao nomear um símbolo, enquanto qualquer caso especial é manuseado por uma regra filha correspondente. - - Naming Style Title: Título do Estilo de Nomenclatura: - - Parent Rule: - Regra Pai: - - Required Prefix: Prefixo Necessário: @@ -2504,11 +2329,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Especificação do Símbolo - - Symbol Specification: - Especificação do Símbolo: - - Symbol Specification Title: Título da Especificação do Símbolo: @@ -2554,37 +2374,6 @@ Use a lista suspensa para exibir e mudar entre outros projetos aos quais este ar Falha na desinstalação do pacote: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Erro encontrado ao carregar o projeto. Alguns recursos do projeto, como a análise de solução completa e projetos que dependem dela, foram desabilitados. - - - - Project loading failed. - Falha ao carregar o projeto. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Para ver o que causou o problema, tente a opção abaixo. - -1. Feche o Visual Studio -2. Abra um Prompt de Comando do Desenvolvedor do Visual Studio -3. Defina a variável de ambiente “TraceDesignTime” como true (set TraceDesignTime=true) -4. Exclua o diretório .vs/arquivo .suo -5. Reinicie o VS do prompt de comando em que você definiu a variável de ambiente (devenv) -6. Abra a solução -7. Marque '{0}' e procure as tarefas com falha (COM FALHA) - - Additional information: Informações adicionais: @@ -2703,11 +2492,6 @@ Informações adicionais: {1} Mostrar guias para construções de nível de código - - Show guides for comments and preprocessor regions - Mostrar guias para regiões do pré-processador e comentários - - Show guides for declaration level constructs Mostrar guias para construções de nível de declaração @@ -2928,16 +2712,6 @@ Informações adicionais: {1} Escolher membros - - Add a symbol specification - Adicionar uma especificação de símbolo - - - - Remove symbol specification - Remover especificação de símbolo - - Add item Adicionar item @@ -3058,11 +2832,6 @@ Informações adicionais: {1} preferir propriedades automáticas - - Module has been unloaded. - O módulo foi descarregado. - - Enable navigation to decompiled sources Habilitar a navegação para origens descompiladas @@ -3078,11 +2847,6 @@ Informações adicionais: {1} Sincronizar Modo de Exibição de Classe - - Analyzing '{0}' - Analisando '{0}' - - Manage naming styles Gerenciar estilos de nomenclatura diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index 25d3110e9549b..7f92908b97a19 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -162,16 +162,6 @@ 64-разрядный - - Build + live analysis (NuGet package) - Сборка и динамический анализ (пакет NuGet) - - - - C#/Visual Basic Diagnostics Language Client - Языковой клиент диагностики C#/Visual Basic - - Calculating... Вычисление... @@ -382,11 +372,6 @@ _Изменить - - Edit {0} - Изменить {0} - {0} is a parameter description - Editor Color Scheme Цветовая схема редактора @@ -462,11 +447,6 @@ Ошибка при обновлении подавлений: {0} - - Evaluating ({0} tasks in queue) - Оценка (задач в очереди: {0}) - - External Sources Внешние источники @@ -577,16 +557,6 @@ Вывести из контекста - - Indexed in organization - Индексированный в организации - - - - Indexed in repo - Индексированный в репозитории - - Inheritance Margin Поле наследования @@ -597,11 +567,6 @@ Унаследованные интерфейсы - - Inline Diagnostics (experimental) - Встроенная диагностика (экспериментальная функция) - - Inline Hints Встроенные подсказки @@ -612,11 +577,6 @@ Вставка значения "{0}" места вызова - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Установите рекомендуемые корпорацией Майкрософт анализаторы Roslyn, которые предоставляют дополнительные средства диагностики и исправления для распространенных проблем, связанных с разработкой, безопасностью, производительностью и надежностью API. - - Interface cannot have field. Интерфейс не может содержать поле. @@ -632,11 +592,6 @@ Недопустимое имя типа - - Item origin - Источник элемента - - JSON strings Строки JSON @@ -657,11 +612,6 @@ Вид - - Live analysis (VSIX extension) - Динамический анализ (расширение VSIX) - - Loaded items Загруженные элементы @@ -677,11 +627,6 @@ Локальное - - Local metadata - Локальные метаданные - - Location Расположение @@ -1027,11 +972,6 @@ Пакеты - - Parameter Details - Дополнительные сведения о параметрах - - Parameter name: Имя параметра: @@ -1077,11 +1017,6 @@ Вставьте трассировку стека, чтобы просмотреть ее значения и перемещаться между ними. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Приостановлено (задач в очереди: {0}) - - Please enter a type name Введите имя типа @@ -1207,11 +1142,6 @@ Регулярные выражения - - Remove All - Удалить все - - Remove Unused References Удалить неиспользуемые ссылки @@ -1312,11 +1242,6 @@ Выполняется анализ кода для решения… - - Running low priority background processes - Запуск фоновых процессов с низким приоритетом - - Save .editorconfig file Сохранить файл EDITORCONFIG @@ -1437,11 +1362,6 @@ Некоторые цвета цветовой схемы переопределяются изменениями, сделанными на странице "Среда" > "Шрифты и цвета". Выберите "Использовать значения по умолчанию" на странице "Шрифты и цвета", чтобы отменить все настройки. - - Sort usings - Сортировать директивы using - - Stack Trace Трассировка стека @@ -1767,11 +1687,6 @@ Наследует - - Inherited By - Наследуется - - Implements Реализует @@ -1782,16 +1697,6 @@ Реализуется - - Maximum number of documents are open. - Открыто предельное число документов. - - - - Failed to create document in miscellaneous files project. - Не удалось создать документ в списке прочих файлов. - - Invalid access. Недопустимый доступ. @@ -2024,16 +1929,6 @@ Use the dropdown to view and switch to other projects this file may belong to.Сборка анализатора "{0}" была изменена. Перезапустите Visual Studio, в противном случае диагностика может быть неправильной. - - C#/VB Diagnostics Table Data Source - Источник данных для таблицы диагностики C#/VB - - - - C#/VB Todo List Table Data Source - Источник данных для таблицы списка задач C#/VB - - Cancel Отмена @@ -2184,11 +2079,6 @@ Use the dropdown to view and switch to other projects this file may belong to.{0}: подробнее - - Navigation must be performed on the foreground thread. - Навигация должна осуществляться в потоке переднего плана. - - [+] [+] @@ -2224,11 +2114,6 @@ Use the dropdown to view and switch to other projects this file may belong to.AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - Сборки анализатора "{0}" и "{1}" имеют одно и то же удостоверение ("{2}"), но разное содержимое. Будет загружена только одна сборка, и анализаторы, использующие эти сборки, могут работать неправильно. - - {0} references Ссылок: {0} @@ -2274,21 +2159,11 @@ Use the dropdown to view and switch to other projects this file may belong to.IntelliSense - - C#/VB Build Table Data Source - Источник данных для таблицы сборки C#/VB - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Сборка анализатора "{0}" зависит от "{1}", но последняя не найдена. Анализаторы могут работать неправильно, если не добавить отсутствующую сборку в качестве ссылки анализатора. - - Suppress diagnostics Подавление диагностики @@ -2329,11 +2204,6 @@ Use the dropdown to view and switch to other projects this file may belong to.Эта рабочая область не поддерживает обновление параметров синтаксического анализа Visual Basic. - - Synchronize {0} - Синхронизировать {0} - - Synchronizing with {0}... Синхронизация с {0}... @@ -2374,26 +2244,11 @@ Use the dropdown to view and switch to other projects this file may belong to.Да - - Choose a Symbol Specification and a Naming Style. - Выберите спецификацию символов и стиль именования. - - - - Enter a title for this Naming Rule. - Введите название для этого правила именования. - - Enter a title for this Naming Style. Введите название для этого стиля именования. - - Enter a title for this Symbol Specification. - Введите название для этой спецификации символа. - - Accessibilities (can match any) Модификаторы доступности (соответствие любому) @@ -2429,21 +2284,11 @@ Use the dropdown to view and switch to other projects this file may belong to.Название в регистре Pascal - - Severity: - Серьезность: - - Modifiers (must match all) Модификаторы (должны соответствовать всему) - - Name: - Название: - - Naming Rule Правило именования @@ -2454,31 +2299,11 @@ Use the dropdown to view and switch to other projects this file may belong to.Стиль именования - - Naming Style: - Стиль именования: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Правила именования позволяют определить, как должны именоваться определенные наборы символов и как должны обрабатываться неправильно названные символы. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - По умолчанию при именовании символа используется первое соответствующее правило именования верхнего уровня, а все особые случаи обрабатываются соответствующим дочерним правилом. - - Naming Style Title: Название стиля именования: - - Parent Rule: - Родительское правило: - - Required Prefix: Необходимый префикс: @@ -2504,11 +2329,6 @@ Use the dropdown to view and switch to other projects this file may belong to.Спецификация символа - - Symbol Specification: - Спецификация символа: - - Symbol Specification Title: Название спецификации символа: @@ -2554,37 +2374,6 @@ Use the dropdown to view and switch to other projects this file may belong to.Сбой при удалении пакета: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Произошла ошибка при загрузке проекта. Некоторые возможности проекта, например полный анализ решения для неработоспособного проекта и зависящих от него проектов, были отключены. - - - - Project loading failed. - Сбой при загрузке проекта. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Чтобы узнать, что вызвало проблему, попробуйте сделать следующее. - -1. Закройте Visual Studio. -2. Откройте командную строку разработчика Visual Studio. -3. Присвойте переменной "TraceDesignTime" значение true (set TraceDesignTime=true). -4. Удалите файл ".vs directory/.suo". -5. Перезапустите VS из командной строки, в которой вы присвоили значение переменной среды (devenv). -6. Откройте решение. -7. Проверьте "{0}" и найдите задачи, которые завершились сбоем (FAILED). - - Additional information: Дополнительная информация: @@ -2703,11 +2492,6 @@ Additional information: {1} Показывать направляющие для конструкций уровня кода - - Show guides for comments and preprocessor regions - Показывать направляющие для комментариев и областей препроцессора - - Show guides for declaration level constructs Показывать направляющие для конструкций уровня объявления @@ -2928,16 +2712,6 @@ Additional information: {1} Выбрать члены - - Add a symbol specification - Добавить спецификацию символа - - - - Remove symbol specification - Удалить спецификацию символа - - Add item Добавить элемент @@ -3058,11 +2832,6 @@ Additional information: {1} предпочитать автосвойства - - Module has been unloaded. - Модуль был выгружен. - - Enable navigation to decompiled sources Включить переход к декомпилированным источникам @@ -3078,11 +2847,6 @@ Additional information: {1} Синхронизировать представление классов - - Analyzing '{0}' - Выполняется анализ "{0}" - - Manage naming styles Управление стилями именования diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index a925976b33144..88b236ef47313 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -162,16 +162,6 @@ 64 bit - - Build + live analysis (NuGet package) - Derleme ve canlı analiz (NuGet paketi) - - - - C#/Visual Basic Diagnostics Language Client - C#/Visual Basic Tanılama Dili İstemcisi - - Calculating... Hesaplanıyor... @@ -382,11 +372,6 @@ _Düzenle - - Edit {0} - {0} öğesini düzenle - {0} is a parameter description - Editor Color Scheme Düzenleyici Renk Düzeni @@ -462,11 +447,6 @@ Gizlemeler güncellenirken hata oluştu: {0} - - Evaluating ({0} tasks in queue) - Değerlendiriliyor (kuyrukta {0} görev var) - - External Sources Dış Kaynaklar @@ -577,16 +557,6 @@ Bağlamdan çıkarsa - - Indexed in organization - Kuruluş içinde dizini oluşturulmuş - - - - Indexed in repo - Depo içinde dizini oluşturulmuş - - Inheritance Margin Devralma Boşluğu @@ -597,11 +567,6 @@ Devralınan arabirimler - - Inline Diagnostics (experimental) - Satır İçi Tanılama (deneysel) - - Inline Hints Satır İçi İpuçları @@ -612,11 +577,6 @@ Çağırma yeri değeri '{0}' ekleniyor - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - Microsoft'un önerdiği, genel API tasarımı, güvenlik, performans ve güvenilirlik sorunları için ek tanılama ve düzeltmeler sağlayan Roslyn çözümleyicilerini yükleyin - - Interface cannot have field. Arabirimde alan olamaz. @@ -632,11 +592,6 @@ Geçersiz tür adı - - Item origin - Öğe çıkış noktası - - JSON strings JSON dizeleri @@ -657,11 +612,6 @@ Tür - - Live analysis (VSIX extension) - Canlı analiz (VSIX uzantısı) - - Loaded items Öğeler yüklendi @@ -677,11 +627,6 @@ Yerel - - Local metadata - Yerel meta veriler - - Location Konum @@ -1027,11 +972,6 @@ Paketler - - Parameter Details - Parametre Ayrıntıları - - Parameter name: Parametre adı: @@ -1077,11 +1017,6 @@ Değerlerini görüntülemek ve gezinmek için bir yığın izi yapıştırın. "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - Duraklatıldı (kuyrukta {0} görev var) - - Please enter a type name Lütfen bir tür adı yazın @@ -1207,11 +1142,6 @@ Normal İfadeler - - Remove All - Tümünü Kaldır - - Remove Unused References Kullanılmayan Başvuruları Kaldır @@ -1312,11 +1242,6 @@ Çözüm için kod analizi çalıştırılıyor... - - Running low priority background processes - Düşük öncelikli arka plan işlemleri çalıştırılıyor - - Save .editorconfig file .editorconfig dosyasını kaydet @@ -1437,11 +1362,6 @@ Bazı renk düzeni renkleri, Ortam > Yazı Tipleri ve Renkler seçenek sayfasında yapılan değişiklikler tarafından geçersiz kılınıyor. Tüm özelleştirmeleri geri döndürmek için Yazı Tipleri ve Renkler sayfasında `Varsayılanları Kullan` seçeneğini belirleyin. - - Sort usings - Using’leri sırala - - Stack Trace Yığın İzleme @@ -1767,11 +1687,6 @@ Devralınan - - Inherited By - Devralan - - Implements Uygulanan @@ -1782,16 +1697,6 @@ Uygulayan - - Maximum number of documents are open. - Açılabilecek en fazla belge sayısına ulaşıldı. - - - - Failed to create document in miscellaneous files project. - Diğer Dosyalar projesinde belge oluşturulamadı. - - Invalid access. Geçersiz erişim. @@ -2024,16 +1929,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Çözümleyici bütünleştirilmiş kodu '{0}' değiştirildi. Visual Studio yeniden başlatılmazsa tanılama yanlış olabilir. - - C#/VB Diagnostics Table Data Source - C#/VB Tanılama Tablosu Veri Kaynağı - - - - C#/VB Todo List Table Data Source - C#/VB Yapılacaklar Listesi Tablosu Veri Kaynağı - - Cancel İptal @@ -2184,11 +2079,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi {0} hakkında daha fazla bilgi - - Navigation must be performed on the foreground thread. - Gezintinin, ön plan iş parçacığında gerçekleştirilmesi gerekir. - - [+] [+] @@ -2224,11 +2114,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - '{0}' ve '{1}' çözümleyici bütünleştirilmiş kodlarının ikisi de '{2}' kimliğine sahip, ancak içerikleri farklı. Yalnızca biri yüklenecek; bu bütünleştirilmiş kodları kullanan çözümleyiciler düzgün şekilde çalışmayabilir. - - {0} references {0} başvuru @@ -2274,21 +2159,11 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi IntelliSense - - C#/VB Build Table Data Source - C#/VB Derleme Tablosu Veri Kaynağı - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - Çözümleyici bütünleştirilmiş kodu '{0}', '{1}' öğesine bağımlı ancak bu öğe bulunamadı. Eksik bütünleştirilmiş kod da çözümleyici başvurusu olarak eklenmeden, çözümleyiciler düzgün şekilde çalışmayabilir. - - Suppress diagnostics Tanılamayı gizle @@ -2329,11 +2204,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Bu çalışma alanı Visual Basic ayrıştırma seçeneklerinin güncelleştirilmesini desteklemiyor. - - Synchronize {0} - {0} ile eşitle - - Synchronizing with {0}... {0} ile eşitleniyor... @@ -2374,26 +2244,11 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Evet - - Choose a Symbol Specification and a Naming Style. - Sembol Belirtimi ve Adlandırma Stili seçin. - - - - Enter a title for this Naming Rule. - Bu Adlandırma Kuralı için bir başlık girin. - - Enter a title for this Naming Style. Bu Adlandırma Stili için bir başlık girin. - - Enter a title for this Symbol Specification. - Bu Sembol Belirtimi için bir başlık girin. - - Accessibilities (can match any) Erişim düzeyleri (herhangi biriyle eşleşebilir) @@ -2429,21 +2284,11 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Baş Harfleri Büyük Ad - - Severity: - Önem Derecesi: - - Modifiers (must match all) Değiştiriciler (tümüyle eşleşmelidir) - - Name: - Ad: - - Naming Rule Adlandırma Kuralı @@ -2454,31 +2299,11 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Adlandırma Stili - - Naming Style: - Adlandırma Stili: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - Adlandırma Kuralları, belirli sembol kümelerinin nasıl adlandırılması gerektiğini ve yanlış adlandırılan sembollerin nasıl işlenmesi gerektiğini tanımlamanızı sağlar. - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - Sembol adlandırılırken varsayılan olarak, eşleşen ilk üst düzey Adlandırma Kuralı kullanılır. Özel durumlar ise eşleşen bir alt kural tarafından işlenir. - - Naming Style Title: Adlandırma Stili Başlığı: - - Parent Rule: - Üst Kural: - - Required Prefix: Gerekli Ön Ek: @@ -2504,11 +2329,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Sembol Belirtimi - - Symbol Specification: - Sembol Belirtimi: - - Symbol Specification Title: Sembol Belirtimi Başlığı: @@ -2554,37 +2374,6 @@ Bu dosyanın ait olabileceği diğer projeleri görüntülemek ve bunlara geçi Paket kaldırılamadı: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - Proje yüklenirken hatayla karşılaşıldı. Başarısız olan proje ve buna bağımlı projeler için, tam çözüm denetimi gibi bazı proje özellikleri devre dışı bırakıldı. - - - - Project loading failed. - Proje yüklenemedi. - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - Sorunun neden kaynaklandığını görmek için lütfen aşağıdaki çözümleri deneyin. - -1. Visual Studio'yu kapatın -2. Visual Studio Geliştirici Komut İstemi'ni açın -3. “TraceDesignTime” ortam değişkenini true olarak ayarlayın (set TraceDesignTime=true) -4. .vs dizini/.suo dosyasını silin -5. Visual Studio'yu, ortam değişkenini ayarladığınız komut isteminden yeniden başlatın (devenv) -6. Çözümü açın -7. '{0}' konumuna giderek başarısız olan görevlere bakın (FAILED) - - Additional information: Ek bilgi: @@ -2703,11 +2492,6 @@ Ek bilgiler: {1} Kod düzeyinde yapılar için kılavuzları göster - - Show guides for comments and preprocessor regions - Açıklamalar ve ön işlemci bölgeleri için kılavuzları göster - - Show guides for declaration level constructs Bildirim düzeyinde yapılar için kılavuzları göster @@ -2928,16 +2712,6 @@ Ek bilgiler: {1} Üyeleri seçin - - Add a symbol specification - Sembol belirtimi ekle - - - - Remove symbol specification - Sembol belirtimini kaldır - - Add item Öğe ekle @@ -3058,11 +2832,6 @@ Ek bilgiler: {1} otomatik özellikleri tercih et - - Module has been unloaded. - Modül kaldırıldı. - - Enable navigation to decompiled sources Derlenmiş kaynaklarda gezinmeyi etkinleştir @@ -3078,11 +2847,6 @@ Ek bilgiler: {1} Sınıf Görünümünü Eşitle - - Analyzing '{0}' - '{0}' Analiz Ediliyor - - Manage naming styles Adlandırma stillerini yönetme diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf index 15e503ed81ae8..b84781af1c18d 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf @@ -162,16 +162,6 @@ 64 位 - - Build + live analysis (NuGet package) - 生成 + 实时分析(NuGet 包) - - - - C#/Visual Basic Diagnostics Language Client - C#/Visual Basic 语言服务器客户端 - - Calculating... 正在计算... @@ -382,11 +372,6 @@ 编辑(_E) - - Edit {0} - 编辑 {0} - {0} is a parameter description - Editor Color Scheme 编辑器配色方案 @@ -462,11 +447,6 @@ 更新抑制时出现错误: {0} - - Evaluating ({0} tasks in queue) - 正在评估(队列中有 {0} 个任务) - - External Sources 外部源 @@ -577,16 +557,6 @@ 从上下文推断 - - Indexed in organization - 已在组织中编入索引 - - - - Indexed in repo - 已在存储库中编入索引 - - Inheritance Margin 继承边距 @@ -597,11 +567,6 @@ 继承的接口 - - Inline Diagnostics (experimental) - 内联诊断(实验性) - - Inline Hints 内联提示 @@ -612,11 +577,6 @@ 正在插入调用站点值 "{0}" - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - 安装 Microsoft 推荐的 Roslyn 分析器,它提供了针对常见 API 设计、安全性、性能和可靠性问题的额外诊断和修补程序 - - Interface cannot have field. 接口不可具有字段。 @@ -632,11 +592,6 @@ 类型名无效 - - Item origin - 项来源 - - JSON strings JSON 字符串 @@ -657,11 +612,6 @@ 种类 - - Live analysis (VSIX extension) - 实时分析(VSIX 扩展) - - Loaded items 加载的项 @@ -677,11 +627,6 @@ 本地 - - Local metadata - 本地元数据 - - Location 位置 @@ -1027,11 +972,6 @@ - - Parameter Details - 参数详细信息 - - Parameter name: 参数名称: @@ -1077,11 +1017,6 @@ 粘贴堆栈跟踪以查看和导航其值。 "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - 已暂停(队列中有 {0} 个任务) - - Please enter a type name 请输入一个类型名称 @@ -1207,11 +1142,6 @@ 正规表达式 - - Remove All - 全部删除 - - Remove Unused References 删除未使用的引用 @@ -1312,11 +1242,6 @@ 正在为解决方案运行代码分析… - - Running low priority background processes - 正在运行低优先级后台进程 - - Save .editorconfig file 保存 .editorconfig 文件 @@ -1437,11 +1362,6 @@ 在“环境”>“字体和颜色”选项页中所做的更改将替代某些配色方案颜色。在“字体和颜色”页中选择“使用默认值”,还原所有自定义项。 - - Sort usings - 对 using 排序 - - Stack Trace 堆栈跟踪 @@ -1767,11 +1687,6 @@ 继承 - - Inherited By - 继承者 - - Implements 实现 @@ -1782,16 +1697,6 @@ 实现者 - - Maximum number of documents are open. - 打开的文档达到最大数目。 - - - - Failed to create document in miscellaneous files project. - 未能在杂项文件项目中创建文档。 - - Invalid access. 访问无效。 @@ -2024,16 +1929,6 @@ Use the dropdown to view and switch to other projects this file may belong to.分析器程序集“{0}”已更改。如果不重启 Visual Studio,诊断则可能出错。 - - C#/VB Diagnostics Table Data Source - C#/VB 诊断表格数据源 - - - - C#/VB Todo List Table Data Source - C#/VB 待办事项表格数据源 - - Cancel 取消 @@ -2184,11 +2079,6 @@ Use the dropdown to view and switch to other projects this file may belong to.有关 {0} 的详细信息 - - Navigation must be performed on the foreground thread. - 导航必须在前台线程上进行。 - - [+] [+] @@ -2224,11 +2114,6 @@ Use the dropdown to view and switch to other projects this file may belong to.AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - 分析器程序集“{0}”和“{1}”都具有标识“{2}”,但是却具有不同的内容。只会加载其中一个程序集,并且使用这些程序集的分析器可能不会正确运行。 - - {0} references {0} 个引用 @@ -2274,21 +2159,11 @@ Use the dropdown to view and switch to other projects this file may belong to.IntelliSense - - C#/VB Build Table Data Source - C#/VB 内部版本表格数据源 - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - 分析器程序集“{0}”依赖于“{1}”,但是却找不到它。除非将缺少的程序集也添加为分析器引用,否则分析器可能不会正确运行。 - - Suppress diagnostics 禁止诊断 @@ -2329,11 +2204,6 @@ Use the dropdown to view and switch to other projects this file may belong to.此工作区不支持更新 Visual Basic 分析选项。 - - Synchronize {0} - 同步 {0} - - Synchronizing with {0}... 正在与 {0} 同步... @@ -2374,26 +2244,11 @@ Use the dropdown to view and switch to other projects this file may belong to. - - Choose a Symbol Specification and a Naming Style. - 选择符号规范和命名样式。 - - - - Enter a title for this Naming Rule. - 为此命名规则输入标题。 - - Enter a title for this Naming Style. 为此命名样式输入标题。 - - Enter a title for this Symbol Specification. - 为此符号规范输入标题。 - - Accessibilities (can match any) 可访问性(可任意匹配) @@ -2429,21 +2284,11 @@ Use the dropdown to view and switch to other projects this file may belong to.帕斯卡式大小写命名 - - Severity: - 严重性: - - Modifiers (must match all) 修饰符(必须全部匹配) - - Name: - 名称: - - Naming Rule 命名规则 @@ -2454,31 +2299,11 @@ Use the dropdown to view and switch to other projects this file may belong to.命名样式 - - Naming Style: - 命名样式: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - 命名规则能够使用户定义特定符号集的命名方式以及错误命名符号的处理方式。 - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - 命名符号时,默认使用第一个匹配的顶级命名规则,而匹配的子规则会处理任何的特殊情况。 - - Naming Style Title: 命名样式标题: - - Parent Rule: - 父规则: - - Required Prefix: 必填前缀: @@ -2504,11 +2329,6 @@ Use the dropdown to view and switch to other projects this file may belong to.符号规范 - - Symbol Specification: - 符号规范: - - Symbol Specification Title: 符号规范标题: @@ -2554,37 +2374,6 @@ Use the dropdown to view and switch to other projects this file may belong to.包卸载失败: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - 加载项目时遇到了错误。已禁用了某些项目功能,例如用于失败项目和依赖于失败项目的其他项目的完整解决方案分析。 - - - - Project loading failed. - 项目加载失败。 - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - 若要查看导致问题的原因,请尝试进行以下操作。 - -1. 关闭 Visual Studio -2. 打开 Visual Studio 开发人员命令提示 -3. 将环境变量 "TraceDesignTime" 设置为 true (设置 TraceDesignTime=true) -4. 删除 .vs 目录/.suo 文件 -5. 在设置环境变量(devenv)的命令提示中重启 VS -6. 打开解决方案 -7. 检查“{0}”并查找失败任务(FAILED) - - Additional information: 其他信息: @@ -2703,11 +2492,6 @@ Additional information: {1} 显示代码级别构造的指南 - - Show guides for comments and preprocessor regions - 显示注释和预处理器区域的指南 - - Show guides for declaration level constructs 显示声明级别构造的指南 @@ -2928,16 +2712,6 @@ Additional information: {1} 挑选成员 - - Add a symbol specification - 添加符号规范 - - - - Remove symbol specification - 删除符号规范 - - Add item 添加项 @@ -3058,11 +2832,6 @@ Additional information: {1} 首选自动属性 - - Module has been unloaded. - 已卸载模块。 - - Enable navigation to decompiled sources 支持导航到反编译源 @@ -3078,11 +2847,6 @@ Additional information: {1} 同步类视图 - - Analyzing '{0}' - 分析“{0}” - - Manage naming styles 管理命名样式 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf index 601445c0e702a..6acce6f8d8af4 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf @@ -162,16 +162,6 @@ 64 位元 - - Build + live analysis (NuGet package) - 組建 + 即時分析 (NuGet 套件) - - - - C#/Visual Basic Diagnostics Language Client - C#/Visual Basic 診斷語言用戶端 - - Calculating... 正在計算... @@ -382,11 +372,6 @@ 編輯(_E) - - Edit {0} - 編輯 {0} - {0} is a parameter description - Editor Color Scheme 編輯器色彩配置 @@ -462,11 +447,6 @@ 更新歸併時發生錯誤: {0} - - Evaluating ({0} tasks in queue) - 正在評估 (佇列中的 {0} 工作) - - External Sources 外部來源 @@ -577,16 +557,6 @@ 從內容推斷 - - Indexed in organization - 已在組織中編制索引 - - - - Indexed in repo - 已在存放庫中編制索引 - - Inheritance Margin 繼承邊界 @@ -597,11 +567,6 @@ 繼承介面 - - Inline Diagnostics (experimental) - 內嵌診斷 (實驗性) - - Inline Hints 內嵌提示 @@ -612,11 +577,6 @@ 正在插入呼叫網站值 '{0}' - - Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues - 安裝 Microsoft 建議的 Roslyn 分析器,其可為一般 API 設計、安全性、效能及可靠性問題提供額外的診斷與修正 - - Interface cannot have field. 介面不得具有欄位。 @@ -632,11 +592,6 @@ 無效的類別名稱 - - Item origin - 項目原點 - - JSON strings JSON 字串 @@ -657,11 +612,6 @@ 種類 - - Live analysis (VSIX extension) - 即時分析 (VSIX 延伸模組) - - Loaded items 已載入的項目 @@ -677,11 +627,6 @@ 本機 - - Local metadata - 本機中繼資料 - - Location 位置 @@ -1027,11 +972,6 @@ 套件 - - Parameter Details - 參數詳細資料 - - Parameter name: 參數名稱: @@ -1077,11 +1017,6 @@ 貼上堆疊追蹤以檢視及瀏覽其值。 "Stack Trace" is a language term and should be kept the same. - - Paused ({0} tasks in queue) - 已暫停 (佇列中的 {0} 工作) - - Please enter a type name 請輸入類型名稱 @@ -1207,11 +1142,6 @@ 規則運算式 - - Remove All - 全部移除 - - Remove Unused References 移除未使用的參考 @@ -1312,11 +1242,6 @@ 正在執行解決方案的程式碼分析... - - Running low priority background processes - 正在執行低優先順序背景流程 - - Save .editorconfig file 儲存 .editorconfig 檔案 @@ -1437,11 +1362,6 @@ [環境] > [字型和色彩選項] 頁面中所做的變更覆寫了某些色彩配置的色彩。請選擇 [字型和色彩] 頁面中的 [使用預設] 來還原所有自訂。 - - Sort usings - 排序 Using - - Stack Trace 堆疊追蹤 @@ -1767,11 +1687,6 @@ 繼承 - - Inherited By - 繼承者 - - Implements 實作 @@ -1782,16 +1697,6 @@ 實作者 - - Maximum number of documents are open. - 開啟的文件數已達上限。 - - - - Failed to create document in miscellaneous files project. - 無法建立其他檔案專案中的文件。 - - Invalid access. 存取無效。 @@ -2024,16 +1929,6 @@ Use the dropdown to view and switch to other projects this file may belong to.分析器組件 '{0}' 已變更。可能造成診斷錯誤,直到 Visual Studio 重新啟動為止。 - - C#/VB Diagnostics Table Data Source - C#/VB 診斷資料表資料來源 - - - - C#/VB Todo List Table Data Source - C#/VB 待辦事項清單資料表資料來源 - - Cancel 取消 @@ -2184,11 +2079,6 @@ Use the dropdown to view and switch to other projects this file may belong to.關於 {0} 的詳細資訊 - - Navigation must be performed on the foreground thread. - 瀏覽必須在前景執行緒執行。 - - [+] [+] @@ -2224,11 +2114,6 @@ Use the dropdown to view and switch to other projects this file may belong to.AnalyzerDependencyConflict - - Analyzer assemblies '{0}' and '{1}' both have identity '{2}' but different contents. Only one will be loaded and analyzers using these assemblies may not run correctly. - 分析器組件 '{0}' 及 '{1}' 均有身分識別 '{2}' 但內容不同。僅會載入其中一個,且使用這些組件的分析器可能無法正確執行。 - - {0} references {0} 個參考 @@ -2274,21 +2159,11 @@ Use the dropdown to view and switch to other projects this file may belong to.IntelliSense - - C#/VB Build Table Data Source - C#/VB 組建資料表資料來源 - - MissingAnalyzerReference MissingAnalyzerReference - - Analyzer assembly '{0}' depends on '{1}' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. - 分析器組件 '{0}' 相依於 '{1}',但找不到該項目。除非同時將遺漏的組件新增為分析器參考,否則分析器可能無法正確執行。 - - Suppress diagnostics 隱藏診斷 @@ -2329,11 +2204,6 @@ Use the dropdown to view and switch to other projects this file may belong to.此工作區不支援更新 Visual Basic 剖析選項。 - - Synchronize {0} - 同步 {0} - - Synchronizing with {0}... 正在與 {0} 同步... @@ -2374,26 +2244,11 @@ Use the dropdown to view and switch to other projects this file may belong to. - - Choose a Symbol Specification and a Naming Style. - 選擇符號規格及命名樣式。 - - - - Enter a title for this Naming Rule. - 輸入此命名規則的標題。 - - Enter a title for this Naming Style. 輸入此命名樣式的標題。 - - Enter a title for this Symbol Specification. - 輸入此符號規格的標題。 - - Accessibilities (can match any) 存取範圍 (可符合任何項目) @@ -2429,21 +2284,11 @@ Use the dropdown to view and switch to other projects this file may belong to.Pascal 命名法名稱 - - Severity: - 嚴重性: - - Modifiers (must match all) 修飾元 (必須符合所有項目) - - Name: - 名稱: - - Naming Rule 命名規則 @@ -2454,31 +2299,11 @@ Use the dropdown to view and switch to other projects this file may belong to.命名樣式 - - Naming Style: - 命名樣式: - - - - Naming Rules allow you to define how particular sets of symbols should be named and how incorrectly-named symbols should be handled. - 命名規則可讓您定義特定符號集的命名方式,以及未正確命名符號的處理方式。 - - - - The first matching top-level Naming Rule is used by default when naming a symbol, while any special cases are handled by a matching child rule. - 替符號命名時,依預設會使用第一個相符的頂層命名規則; 而任何特殊情況都將由相符的子系規則處理。 - - Naming Style Title: 命名樣式標題: - - Parent Rule: - 父系規則: - - Required Prefix: 必要前置詞: @@ -2504,11 +2329,6 @@ Use the dropdown to view and switch to other projects this file may belong to.符號規格 - - Symbol Specification: - 符號規格: - - Symbol Specification Title: 符號規格標題: @@ -2554,37 +2374,6 @@ Use the dropdown to view and switch to other projects this file may belong to.套件解除安裝失敗: {0} - - Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. - 載入專案時發生錯誤。已停用部分專案功能,例如對失敗專案及其相依專案的完整解決方案分析。 - - - - Project loading failed. - 專案載入失敗。 - - - - To see what caused the issue, please try below. - -1. Close Visual Studio -2. Open a Visual Studio Developer Command Prompt -3. Set environment variable “TraceDesignTime” to true (set TraceDesignTime=true) -4. Delete .vs directory/.suo file -5. Restart VS from the command prompt you set the environment variable (devenv) -6. Open the solution -7. Check '{0}' and look for the failed tasks (FAILED) - 若要了解此問題的發生原因,請嘗試下方步驟。 - -1. 關閉 Visual Studio -2. 開啟 Visual Studio 開發人員命令提示字元 -3. 將環境變數 “TraceDesignTime” 設為 true (設定 TraceDesignTime=true) -4. 刪除 .vs 目錄/ .suo 檔案 -5. 從您設定環境變數 (devenv) 的命令提示字元處重新啟動 VS -6. 開啟解決方案 -7. 檢查 '{0}' 並尋找失敗的工作 (FAILED) - - Additional information: 其他資訊: @@ -2703,11 +2492,6 @@ Additional information: {1} 顯示程式碼層級建構的指南 - - Show guides for comments and preprocessor regions - 顯示註解及前置處理器區域的指南 - - Show guides for declaration level constructs 顯示宣告層級建構的指南 @@ -2928,16 +2712,6 @@ Additional information: {1} 選取成員 - - Add a symbol specification - 新增符號規格 - - - - Remove symbol specification - 移除符號規格 - - Add item 新增項目 @@ -3058,11 +2832,6 @@ Additional information: {1} 建議使用自動屬性 - - Module has been unloaded. - 模組已卸載。 - - Enable navigation to decompiled sources 啟用到反向組譯來源的瀏覽 @@ -3078,11 +2847,6 @@ Additional information: {1} 同步類別檢視 - - Analyzing '{0}' - 正在分析 '{0}' - - Manage naming styles 管理命名樣式 diff --git a/src/VisualStudio/VisualBasic/Impl/BasicVSResources.resx b/src/VisualStudio/VisualBasic/Impl/BasicVSResources.resx index 3c1c089e2bbdb..feb1994aec76a 100644 --- a/src/VisualStudio/VisualBasic/Impl/BasicVSResources.resx +++ b/src/VisualStudio/VisualBasic/Impl/BasicVSResources.resx @@ -315,10 +315,6 @@ Remove unnecessary imports {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - - Sort imports - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Prefer simplified object creation diff --git a/src/VisualStudio/VisualBasic/Impl/VSPackage.resx b/src/VisualStudio/VisualBasic/Impl/VSPackage.resx index 5d08b3c624aa9..a77f0471bc1f1 100644 --- a/src/VisualStudio/VisualBasic/Impl/VSPackage.resx +++ b/src/VisualStudio/VisualBasic/Impl/VSPackage.resx @@ -208,10 +208,4 @@ Use enhanced colors;Editor Color Scheme;Inheritance Margin;Import Directives;Visual Basic Tools Help > About - - Visual Basic Script - - - An empty Visual Basic script file. - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf index 6754b224ea9b5..84a1def04bec8 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf @@ -182,11 +182,6 @@ Importovat direktivy - - Sort imports - Seřadit direktivy Import - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Navrhovat importy pro typy v balíčcích _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf index df0ed3b678c4d..25dd17f7e540f 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf @@ -182,11 +182,6 @@ Import-Direktiven - - Sort imports - Importe sortieren - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Import-Direktiven für Typen in _NuGet-Paketen vorschlagen diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf index 4cee6d81709ef..b9fac78124ec8 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf @@ -182,11 +182,6 @@ Directivas de importación - - Sort imports - Ordenar instrucciones Import - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Sugerir importaciones para tipos de paquetes _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf index 5f44e86f2b776..bc7b5d5411ccb 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf @@ -182,11 +182,6 @@ Importer des directives - - Sort imports - Trier les Imports - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Suggérer des imports pour les types dans les packages _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf index b61b1d3b6dd23..2875c1089924e 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf @@ -182,11 +182,6 @@ Direttive import - - Sort imports - Ordina direttive Import - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Suggerisci le direttive import per i tipi in pacchetti _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf index 282b439aaa355..0d5f609496cd6 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf @@ -182,11 +182,6 @@ ディレクティブをインポートする - - Sort imports - import を並べ替える - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages NuGet パッケージの型に import を提案する(_N) diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf index 9449f6e04513b..44a0191e1b8d8 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf @@ -182,11 +182,6 @@ Import 지시문 - - Sort imports - import 정렬 - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages NuGet 패키지의 형식에 대한 import 제안(_N) diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf index 220adee27b170..be4079612f862 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf @@ -182,11 +182,6 @@ Dyrektywy import - - Sort imports - Sortuj dyrektywy Import - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Sugeruj dyrektywy import dla typów w pakietach _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf index 801d59f2a2d99..12bbbe50c8e6f 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf @@ -182,11 +182,6 @@ Importar Diretivas - - Sort imports - Classificar as imports - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Sugerir importações para tipos nos pacotes _NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf index bdbdb33241570..18e80b678e73e 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf @@ -182,11 +182,6 @@ Директивы Import - - Sort imports - Сортировать импорты - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages Предлагать import для типов в _пакетах NuGet diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf index 20749fed8fe6b..d5186e12e001b 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf @@ -182,11 +182,6 @@ İçeri Aktarma Yönergeleri - - Sort imports - Import'ları sırala - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages _NuGet paketlerindeki türler için içeri aktarmalar öner diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf index a1723e5a2642e..5d3359de43850 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf @@ -182,11 +182,6 @@ Import 指令 - - Sort imports - 对 import 进行排序 - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages 建议对 NuGet 包中的类型使用 import(_N) diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf index 5c73f3da6c0ff..b912f0c3e7c4b 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf @@ -182,11 +182,6 @@ Import 指示詞 - - Sort imports - 排序 Import - {Locked="Import"} 'import' is a Visual Basic keyword and should not be localized - Suggest imports for types in _NuGet packages 為 NuGet 套件中的類型建議 Import(_N) diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf index 3e480ae5e0d4f..89b8f916f76d4 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf @@ -130,16 +130,6 @@ Používat rozšířené barvy;Barevné schéma editoru;Okraj dědičnosti;Direk Nástroje Visual Basicu Help > About - - An empty Visual Basic script file. - Prázdný soubor skriptu Visual Basicu - - - - Visual Basic Script - Skript Visual Basicu - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf index e3e7071dc4130..5f0cd72bc7208 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf @@ -130,16 +130,6 @@ Erweiterte Farben verwenden;Editor-Farbschema;Vererbungsspielraum;Richtlinien im Visual Basic-Tools Help > About - - An empty Visual Basic script file. - Eine leere Visual Basic-Skriptdatei. - - - - Visual Basic Script - Visual Basic-Skript - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf index d9aca8082b72e..8a092b2a86686 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf @@ -130,16 +130,6 @@ Usar colores mejorados;Combinación de colores del editor;Margen de herencia;Dir Herramientas de Visual Basic Help > About - - An empty Visual Basic script file. - Un archivo de script de Visual Basic vacío. - - - - Visual Basic Script - Script de Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf index 4a10289b48ac6..6f9d5251b0861 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf @@ -130,16 +130,6 @@ Utiliser des couleurs améliorées ; Modèle de couleurs de l’éditeur;Marge d Outils Visual Basic Help > About - - An empty Visual Basic script file. - Fichier de script Visual Basic vide. - - - - Visual Basic Script - Script Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf index f212918f97dd0..05ead449eda01 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf @@ -130,16 +130,6 @@ Usare colori avanzati; Combinazione colori editor;Margine di ereditarietà;Diret Strumenti di Visual Basic Help > About - - An empty Visual Basic script file. - File script di Visual Basic vuoto. - - - - Visual Basic Script - Script di Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf index 7bf1f9f4c24be..c4cb8c5e5ff15 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf @@ -130,16 +130,6 @@ JSON 文字列のエディター機能の検出と提供; Visual Basic ツール Help > About - - An empty Visual Basic script file. - 空の Visual Basic スクリプト ファイル。 - - - - Visual Basic Script - Visual Basic スクリプト - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf index dd3ec505f7e48..b43840a0f901b 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf @@ -130,16 +130,6 @@ JSON 문자열 색상 지정, Visual Basic 도구 Help > About - - An empty Visual Basic script file. - 비어 있는 Visual Basic 스크립트 파일입니다. - - - - Visual Basic Script - Visual Basic 스크립트 - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf index 1018c8a1f8bf9..dfc04b5da1e7f 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf @@ -130,16 +130,6 @@ Używanie rozszerzonych kolorów; Schemat kolorów edytora;Margines dziedziczeni Narzędzia języka Visual Basic Help > About - - An empty Visual Basic script file. - Pusty plik skryptu języka Visual Basic. - - - - Visual Basic Script - Skrypt języka Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf index f9d156fa540ba..7a64fb3e6120b 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf @@ -130,16 +130,6 @@ Usar cores aprimoradas;Esquema de Cores do Editor;Margem de Herança;Importar Di Ferramentas do Visual Basic Help > About - - An empty Visual Basic script file. - Um arquivo de script vazio do Visual Basic. - - - - Visual Basic Script - Script do Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf index ab8f5e44b536f..b0315632359ad 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf @@ -130,16 +130,6 @@ JSON; Инструменты Visual Basic Help > About - - An empty Visual Basic script file. - Пустой файл сценария Visual Basic. - - - - Visual Basic Script - Сценарий Visual Basic - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf index 81e4a19a73a15..7c8826d805575 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf @@ -130,16 +130,6 @@ Gelişmiş renkleri kullan;Düzenleyici Renk Düzeni;Devralma Kenar Boşluğu;İ Visual Basic Araçları Help > About - - An empty Visual Basic script file. - Boş bir Visual Basic betik dosyası. - - - - Visual Basic Script - Visual Basic Betiği - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf index 403ed32122a6e..8e6b9e052b60d 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf @@ -130,16 +130,6 @@ JSON; Visual Basic 工具 Help > About - - An empty Visual Basic script file. - 空的 Visual Basic 脚本文件。 - - - - Visual Basic Script - Visual Basic 脚本 - - \ No newline at end of file diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf index b6324ad3cf1f8..5784a3d19b718 100644 --- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf +++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf @@ -130,16 +130,6 @@ JSON; Visual Basic 工具 Help > About - - An empty Visual Basic script file. - 空白的 Visual Basic 指令碼檔。 - - - - Visual Basic Script - Visual Basic 指令碼 - - \ No newline at end of file diff --git a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx b/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx index 628d6ff3571d6..be41fd608ad01 100644 --- a/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx +++ b/src/Workspaces/CSharp/Portable/CSharpWorkspaceResources.resx @@ -117,18 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Node does not descend from root. - - - Node not in parent's child list - - - Trivia is not associated with token - - - Cannot retrieve the Span of a null syntax reference. - Only attributes, constructor initializers, expressions or statements can be made explicit diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf index 979decae847f2..4d75217321cab 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.cs.xlf @@ -17,16 +17,6 @@ Předvolby odsazení - - Node does not descend from root. - Uzel nesestupuje z kořene. - - - - Node not in parent's child list - Uzel není v seznamu podřízených položek u nadřazené položky. - - R&emove and Sort Usings Od&ebrat a seřadit direktivy Using @@ -42,16 +32,6 @@ Předvolby mezer - - Trivia is not associated with token - Triviální prvek není přidružený k tokenu. - - - - Cannot retrieve the Span of a null syntax reference. - Nejde načíst rozpětí odkazu syntaxe s hodnotou null. - - Only attributes, constructor initializers, expressions or statements can be made explicit Jako explicitní jde nastavit jenom atributy, inicializátory konstruktorů, výrazy nebo příkazy. diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf index 3fe40d586821e..3a21c621fe8ae 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.de.xlf @@ -17,16 +17,6 @@ Einstellungen für Einrückung - - Node does not descend from root. - Knoten steigt nicht vom Stamm ab. - - - - Node not in parent's child list - Knoten befindet sich nicht in der untergeordneten Liste des übergeordneten Elements - - R&emove and Sort Usings &Unnötige Using-Direktiven entfernen und sortieren @@ -42,16 +32,6 @@ Einstellungen für Abstände - - Trivia is not associated with token - Trivia ist nicht dem Token zugeordnet - - - - Cannot retrieve the Span of a null syntax reference. - Der Bereich eines Nullsyntaxverweises konnte nicht abgerufen werden. - - Only attributes, constructor initializers, expressions or statements can be made explicit Nur Attribute, Konstruktor-Initialisierungen, Ausdrücke oder Anweisungen können den Status ausdrücklich erhalten diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf index 94ad19060bd64..6030ff2225a20 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.es.xlf @@ -17,16 +17,6 @@ Preferencias de indentación - - Node does not descend from root. - El nodo no desciende de la raíz. - - - - Node not in parent's child list - El nodo no está en una lista secundaria de la primaria - - R&emove and Sort Usings Q&uitar y ordenar usos @@ -42,16 +32,6 @@ Preferencias de espacio - - Trivia is not associated with token - Trivialidad no asociada con token - - - - Cannot retrieve the Span of a null syntax reference. - No se puede recuperar el intervalo de una referencia de sintaxis nula. - - Only attributes, constructor initializers, expressions or statements can be made explicit Solo los atributos, los inicializadores de constructor, las expresiones o las declaraciones se pueden hacer explícitos diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf index 116f254422ba5..fcaff8d1afc09 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.fr.xlf @@ -17,16 +17,6 @@ Préférences de mise en retrait - - Node does not descend from root. - Le nœud ne provient pas de la racine. - - - - Node not in parent's child list - Le nœud ne figure pas dans la liste des enfants du parent - - R&emove and Sort Usings Supprim&er et trier les instructions using @@ -42,16 +32,6 @@ Préférences d'espace - - Trivia is not associated with token - Trivia non associé au jeton - - - - Cannot retrieve the Span of a null syntax reference. - Impossible de récupérer l'étendue d'une référence de syntaxe null. - - Only attributes, constructor initializers, expressions or statements can be made explicit Seuls des attributs, des initialiseurs de constructeur, des expressions ou des instructions peuvent être explicites diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf index 96d6e49b141ec..583affc6fdbb8 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.it.xlf @@ -17,16 +17,6 @@ Preferenze per rientro - - Node does not descend from root. - Il nodo non discende dalla radice. - - - - Node not in parent's child list - Il nodo non è incluso nell'elenco degli elementi figlio dell'elemento padre - - R&emove and Sort Usings Ri&muovi e ordina using @@ -42,16 +32,6 @@ Preferenze per spazi - - Trivia is not associated with token - Gli elementi semplici non sono associati al token - - - - Cannot retrieve the Span of a null syntax reference. - Non è possibile recuperare l'elemento Span di un riferimento a sintassi Null. - - Only attributes, constructor initializers, expressions or statements can be made explicit È possibile rendere espliciti solo attributi, inizializzatori di costruttore, espressioni o istruzioni diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf index d4c175b00bd8e..f4350d6ef3c19 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ja.xlf @@ -17,16 +17,6 @@ インデント設定 - - Node does not descend from root. - ノードがルートから派生していません。 - - - - Node not in parent's child list - ノードが親の子リストにありません - - R&emove and Sort Usings Using の削除と並び替え(&E) @@ -42,16 +32,6 @@ スペース設定 - - Trivia is not associated with token - トリビアがトークンに関連付けられていません - - - - Cannot retrieve the Span of a null syntax reference. - Null の構文参照の範囲を取得できません。 - - Only attributes, constructor initializers, expressions or statements can be made explicit 明示できるのは、属性、コンストラクターの初期化子、式、ステートメントだけです diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf index 89faca774d95c..2cf23f5c54afb 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ko.xlf @@ -17,16 +17,6 @@ 들여쓰기 기본 설정 - - Node does not descend from root. - 노드가 루트의 내림차순이 아닙니다. - - - - Node not in parent's child list - 부모의 자식 목록에 노드가 없습니다. - - R&emove and Sort Usings Using 제거 및 정렬(&E) @@ -42,16 +32,6 @@ 공간 기본 설정 - - Trivia is not associated with token - Trivia가 토큰에 연결되어 있지 않습니다. - - - - Cannot retrieve the Span of a null syntax reference. - null 구문 참조의 범위를 검색할 수 없습니다. - - Only attributes, constructor initializers, expressions or statements can be made explicit 특성, 생성자 이니셜라이저, 식 또는 문만 명시적일 수 있습니다. diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf index 29208144dd8dc..95615c8552726 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pl.xlf @@ -17,16 +17,6 @@ Preferencje wcięć - - Node does not descend from root. - Węzeł nie jest elementem podrzędnym elementu głównego. - - - - Node not in parent's child list - Węzeł nie znajduje się na liście elementów podrzędnych elementu nadrzędnego - - R&emove and Sort Usings &Usuń i sortuj instrukcje Usings @@ -42,16 +32,6 @@ Preferencje dotyczące odstępów - - Trivia is not associated with token - Elementy towarzyszące składni nie są skojarzone z tokenem - - - - Cannot retrieve the Span of a null syntax reference. - Nie można pobrać zakresu odwołania do składni o wartości null. - - Only attributes, constructor initializers, expressions or statements can be made explicit Jako jawne można ustawić tylko atrybuty, inicjatory konstruktorów, wyrażenia lub instrukcje diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf index b6ac2c6bbd643..0965b568913e2 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.pt-BR.xlf @@ -17,16 +17,6 @@ Preferências de recuo - - Node does not descend from root. - Nó não deriva da raiz. - - - - Node not in parent's child list - Nó não está na lista de filhos do pai - - R&emove and Sort Usings R&emover e Classificar Usos @@ -42,16 +32,6 @@ Preferências de espaço - - Trivia is not associated with token - Trívia não está associada a token - - - - Cannot retrieve the Span of a null syntax reference. - Não é possível recuperar a Extensão de uma referência de sintaxe nula. - - Only attributes, constructor initializers, expressions or statements can be made explicit Somente atributos, inicializadores de construtor, expressões ou instruções podem ser tornados explícitos diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf index 344f98ba62d1e..f7caf77dbf6ac 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.ru.xlf @@ -17,16 +17,6 @@ Предпочтения для отступов - - Node does not descend from root. - Узел не является корневым. - - - - Node not in parent's child list - Узел не входит в родительский список дочерних узлов - - R&emove and Sort Usings У&далить и отсортировать директивы using @@ -42,16 +32,6 @@ Предпочтения для интервалов - - Trivia is not associated with token - Trivia не связана с токеном - - - - Cannot retrieve the Span of a null syntax reference. - Не удается извлечь диапазон из синтаксической ссылки со значением Null. - - Only attributes, constructor initializers, expressions or statements can be made explicit Явными могут быть сделаны только атрибуты, инициализаторы конструктора, выражения или операторы diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf index 9ef251c9ad45c..00ad07371cc67 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.tr.xlf @@ -17,16 +17,6 @@ Girinti tercihleri - - Node does not descend from root. - Düğüm kökten azalmaz. - - - - Node not in parent's child list - Düğüm üst öğenin alt öğe listesinde değil - - R&emove and Sort Usings &Kaldır ve Sıralama Usings @@ -42,16 +32,6 @@ Boşluk tercihleri - - Trivia is not associated with token - Meraklısına Notlar belirteç ile ilgili değil - - - - Cannot retrieve the Span of a null syntax reference. - Boş söz dizimi başvurusunun Yayılımı alınamıyor. - - Only attributes, constructor initializers, expressions or statements can be made explicit Yalnızca öznitelikler, oluşturucu başlatıcıları, ifadeler veya deyimler açık hale getirilebilir diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf index bf5a86883935f..c699eb56b315a 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf @@ -17,16 +17,6 @@ 缩进首选项 - - Node does not descend from root. - 节点并非源自根。 - - - - Node not in parent's child list - 节点不在父级的子列表中 - - R&emove and Sort Usings 删除 Using 和对其排序(&E) @@ -42,16 +32,6 @@ 空格键首选项 - - Trivia is not associated with token - 琐事与标记不相关联 - - - - Cannot retrieve the Span of a null syntax reference. - 无法检索一个空语法引用的范围。 - - Only attributes, constructor initializers, expressions or statements can be made explicit 仅属性、构造函数初始值设定项、表达式或语句可为显式 diff --git a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf index 363b2cdc1a511..779ccfb7a7394 100644 --- a/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf +++ b/src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hant.xlf @@ -17,16 +17,6 @@ 縮排喜好設定 - - Node does not descend from root. - 節點不是根的子系。 - - - - Node not in parent's child list - 節點不在父代的子清單中 - - R&emove and Sort Usings 移除和排序 Using(&E) @@ -42,16 +32,6 @@ 空格喜好設定 - - Trivia is not associated with token - Trivia 與語彙基元無關聯 - - - - Cannot retrieve the Span of a null syntax reference. - 無法擷取 null 語法參考的 Span。 - - Only attributes, constructor initializers, expressions or statements can be made explicit 只有屬性、建構函式初始設定式、運算式或陳述式才可明確設定 diff --git a/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs b/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs index 93876af77065f..9e9b300a91119 100644 --- a/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs +++ b/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs @@ -355,7 +355,7 @@ protected virtual async Task> ComputePreviewOpe internal async Task GetRequiredChangedSolutionAsync(IProgress progressTracker, CancellationToken cancellationToken) { var solution = await this.GetChangedSolutionAsync(progressTracker, cancellationToken).ConfigureAwait(false); - return solution ?? throw new InvalidOperationException(string.Format(WorkspacesResources.CodeAction__0__did_not_produce_a_changed_solution, this.Title)); + return solution ?? throw new InvalidOperationException(string.Format(WorkspacesResources.CodeAction_0_did_not_produce_a_changed_solution, this.Title)); } /// diff --git a/src/Workspaces/Core/Portable/WorkspacesResources.resx b/src/Workspaces/Core/Portable/WorkspacesResources.resx index 1b0b032665437..39e13ef0bb761 100644 --- a/src/Workspaces/Core/Portable/WorkspacesResources.resx +++ b/src/Workspaces/Core/Portable/WorkspacesResources.resx @@ -123,15 +123,9 @@ Symbol "{0}" is not from source. - - Documentation comment id must start with E, F, M, N, P or T - Cycle detected in extensions - - Node is of the wrong type. - Duplicate source file '{0}' in project '{1}' @@ -198,9 +192,6 @@ A project may not reference itself. - - The solution already contains the specified document. - The solution already contains the specified reference. @@ -228,30 +219,12 @@ Can't resolve analyzer reference: '{0}'. - - Invalid project block, expected "=" after Project. - - - Invalid project block, expected "," after project name. - - - Invalid project block, expected "," after project path. - Expected {0}. "{0}" must be a non-null and non-empty string. - - Expected header: "{0}". - - - Expected end-of-file. - - - Expected {0} line. - This submission already references another submission project. @@ -264,18 +237,9 @@ {0} is still open. - - Arrays with more than one dimension cannot be serialized. - Value too large to be represented as a 30 bit unsigned integer. - - Specified path must be absolute. - - - Unknown identifier. - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. @@ -309,9 +273,6 @@ Removed: - - Invalid CodePage value: {0} - Adding additional documents is not supported. @@ -324,9 +285,6 @@ Adding documents is not supported. - - Adding metadata references is not supported. - Adding project references is not supported. @@ -339,9 +297,6 @@ Changing documents is not supported. - - Changing project properties is not supported. - Removing additional documents is not supported. @@ -354,9 +309,6 @@ Removing documents is not supported. - - Removing metadata references is not supported. - Removing project references is not supported. @@ -369,15 +321,6 @@ Diagnostic must have span '{0}' - - Cannot deserialize type '{0}'. - - - Cannot serialize type '{0}'. - - - The type '{0}' is not understood by the serialization binder. - Label for node '{0}' is invalid, it must be within [0, {1}). @@ -441,9 +384,6 @@ Stream is too long. - - Deserialization reader for '{0}' read incorrect number of values. - Async Method {locked: async}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) @@ -530,7 +470,7 @@ Sync namespace to folder structure - + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf index ac324473a447d..01a6177cdbf0a 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf @@ -37,9 +37,9 @@ Změna dokumentu {0} není podporovaná. - + CodeAction '{0}' did not produce a changed solution - Příkaz CodeAction {0} nevytvořil změněné řešení. + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Symbol {0} nepochází ze zdroje. - - Documentation comment id must start with E, F, M, N, P or T - ID komentáře dokumentace musí začínat znakem E, F, M, N, P nebo T. - - Cycle detected in extensions V rozšířeních se zjistil cyklus. - - Node is of the wrong type. - Uzel je chybného typu. - - Duplicate source file '{0}' in project '{1}' Duplicitní zdrojový soubor {0} v projektu {1} @@ -302,11 +292,6 @@ Projekt už odkazuje na cílový projekt. - - The solution already contains the specified document. - Řešení už obsahuje zadaný dokument. - - Temporary storage cannot be written more than once. Do dočasného úložiště se nedá zapisovat víc než jednou. @@ -347,21 +332,6 @@ Nejde vyřešit odkaz na analyzátor: {0}. - - Invalid project block, expected "=" after Project. - Neplatný blok projektu; za projektem se očekával znak „=“. - - - - Invalid project block, expected "," after project name. - Neplatný blok projektu; za názvem projektu se očekával znak „,“. - - - - Invalid project block, expected "," after project path. - Neplatný blok projektu; za cestou k projektu se očekával znak „,“. - - Expected {0}. Očekávalo se {0}. @@ -372,21 +342,6 @@ {0} musí být neprázdný řetězec, který nemá hodnotu null. - - Expected header: "{0}". - Očekávaná hlavička: {0} - - - - Expected end-of-file. - Očekával se konec souboru. - - - - Expected {0} line. - Očekával se řádek {0}. - - This submission already references another submission project. Toto odeslání už odkazuje na jiný projekt odeslání. @@ -402,26 +357,11 @@ {0} je pořád otevřený. - - Arrays with more than one dimension cannot be serialized. - Pole s víc než jedním rozměrem nejsou serializované. - - Value too large to be represented as a 30 bit unsigned integer. Hodnota je moc velká, než aby se dala vyjádřit jako 30bitové nepodepsané celé číslo. - - Specified path must be absolute. - Zadaná cesta musí být absolutní. - - - - Unknown identifier. - Neznámý identifikátor - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Nejde otevřít projekt {0}, protože přípona souboru {1} není přidružená k jazyku. @@ -477,11 +417,6 @@ Odebráno: - - Invalid CodePage value: {0} - Neplatná hodnota CodePage: {0} - - Adding additional documents is not supported. Přidávání dalších dokumentů se nepodporuje. @@ -497,11 +432,6 @@ Přidávání dokumentů se nepodporuje. - - Adding metadata references is not supported. - Přidávání odkazů na metadata se nepodporuje. - - Adding project references is not supported. Přidávání odkazů na projekty se nepodporuje. @@ -517,11 +447,6 @@ Změna dokumentů se nepodporuje. - - Changing project properties is not supported. - Změna vlastností projektu se nepodporuje. - - Removing additional documents is not supported. Odebírání dalších dokumentů se nepodporuje. @@ -537,11 +462,6 @@ Odebírání dokumentů se nepodporuje. - - Removing metadata references is not supported. - Odebírání odkazů na metadata se nepodporuje. - - Removing project references is not supported. Odebírání odkazů na projekty se nepodporuje. @@ -562,21 +482,6 @@ Diagnostika musí mít rozpětí {0}. - - Cannot deserialize type '{0}'. - Typ {0} nejde deserializovat. - - - - Cannot serialize type '{0}'. - Typ {0} nejde serializovat. - - - - The type '{0}' is not understood by the serialization binder. - Vazač serializace nerozumí typu {0}. - - Label for node '{0}' is invalid, it must be within [0, {1}). Popisek uzlu {0} je neplatný. Musí být uzavřený v syntaxi [0, {1}). @@ -677,11 +582,6 @@ Stream je moc dlouhý. - - Deserialization reader for '{0}' read incorrect number of values. - Čtečka deserializace pro {0} přečetla nesprávný počet hodnot. - - Async Method Asynchronní metoda diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf index 50563db9c5a97..1f0421533b60b 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf @@ -37,9 +37,9 @@ Das Ändern des Dokuments "{0}" wird nicht unterstützt. - + CodeAction '{0}' did not produce a changed solution - Durch CodeAction "{0}" wurde keine geänderte Lösung erstellt. + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Symbol "{0}" ist nicht aus Quelle. - - Documentation comment id must start with E, F, M, N, P or T - Dokumentationskommentar-ID muss mit E, F, M, N, P oder T beginnen - - Cycle detected in extensions Zyklus in Erweiterungen entdeckt - - Node is of the wrong type. - Knoten hat den falschen Typ. - - Duplicate source file '{0}' in project '{1}' Doppelte Quelldatei "{0}" in Projekt "{1}" @@ -302,11 +292,6 @@ Das Projekt verweist bereits auf das Zielprojekt. - - The solution already contains the specified document. - Die Lösung enthält bereits das angegebene Dokument. - - Temporary storage cannot be written more than once. Temporärer Speicher kann nicht mehr als einmal geschrieben werden. @@ -347,21 +332,6 @@ Analysereferenz kann nicht aufgelöst werden: "{0}". - - Invalid project block, expected "=" after Project. - Ungültiger Projektblock, erwartet wird "=" nach Projekt. - - - - Invalid project block, expected "," after project name. - Ungültiger Projektblock, erwartet wird "," nach Projektname. - - - - Invalid project block, expected "," after project path. - Ungültiger Projektblock, erwartet wird "," nach Projektpfad. - - Expected {0}. Erwartet wird {0}. @@ -372,21 +342,6 @@ "{0}" muss eine Zeichenfolge sein, die nicht null und nicht leer ist. - - Expected header: "{0}". - Erwartete Überschrift: "{0}". - - - - Expected end-of-file. - Erwartetes Dateiende. - - - - Expected {0} line. - Erwartete {0}-Zeile. - - This submission already references another submission project. Diese Übermittlung verweist bereits auf ein anderes Übermittlungsprojekt. @@ -402,26 +357,11 @@ "{0}" ist noch geöffnet. - - Arrays with more than one dimension cannot be serialized. - Arrays mit mehr als einer Dimension können nicht serialisiert werden. - - Value too large to be represented as a 30 bit unsigned integer. Der Wert ist zu groß, um als ganze 30-Bit-Zahl ohne Vorzeichen dargestellt zu werden. - - Specified path must be absolute. - Angegebener Pfad muss absolut sein. - - - - Unknown identifier. - Unbekannter Bezeichner. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Projekt "{0}" kann nicht geöffnet werden, da die Dateierweiterung "{1}" keiner Sprache zugeordnet ist. @@ -477,11 +417,6 @@ Entfernt: - - Invalid CodePage value: {0} - Ungültiger CodePage-Wert: {0} - - Adding additional documents is not supported. Das Hinzufügen weitere Dokumente wird nicht unterstützt. @@ -497,11 +432,6 @@ Das Hinzufügen von Dokumenten wird nicht unterstützt. - - Adding metadata references is not supported. - Das Hinzufügen von Verweisen auf Metadaten wird nicht unterstützt. - - Adding project references is not supported. Das Hinzufügen von Projektverweisen wird nicht unterstützt. @@ -517,11 +447,6 @@ Das Ändern von Dokumenten wird nicht unterstützt. - - Changing project properties is not supported. - Das Ändern von Projekteigenschaften wird nicht unterstützt. - - Removing additional documents is not supported. Das Entfernen weiterer Dokumente wird nicht unterstützt. @@ -537,11 +462,6 @@ Das Entfernen von Dokumenten wird nicht unterstützt. - - Removing metadata references is not supported. - Das Entfernen von Verweisen auf Metadaten wird nicht unterstützt. - - Removing project references is not supported. Das Entfernen von Projektverweisen wird nicht unterstützt. @@ -562,21 +482,6 @@ Diagnose muss den Bereich "{0}" enthalten - - Cannot deserialize type '{0}'. - Typ "{0}" kann nicht deserialisiert werden. - - - - Cannot serialize type '{0}'. - Typ "{0}" kann nicht serialisiert werden. - - - - The type '{0}' is not understood by the serialization binder. - Der Typ "{0}" wird vom Serialisierungsbinder nicht verstanden. - - Label for node '{0}' is invalid, it must be within [0, {1}). Die Bezeichnung für Knoten '{0}' ist ungültig, sie muss innerhalb von [0, {1}) liegen. @@ -677,11 +582,6 @@ Der Datenstrom ist zu lang. - - Deserialization reader for '{0}' read incorrect number of values. - Der Deserialisierungsreader für "{0}" hat eine falsche Anzahl von Werten gelesen. - - Async Method Asynchrone Methode diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf index a5149db4d16df..2210f10672a40 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.es.xlf @@ -37,9 +37,9 @@ Documento cambiante '{0}' no es compatible. - + CodeAction '{0}' did not produce a changed solution - El tipo CodeAction "{0}" no generó una solución modificada + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ El símbolo "{0}" no procede del código fuente. - - Documentation comment id must start with E, F, M, N, P or T - El Id. del comentario de la documentación debe comenzar por E, F, M, N, P o T - - Cycle detected in extensions Detectado ciclo en extensiones - - Node is of the wrong type. - El nodo es del tipo erróneo. - - Duplicate source file '{0}' in project '{1}' Archivo de código fuente '{0}' duplicado en el proyecto '{1}' @@ -302,11 +292,6 @@ El proyecto ya hace referencia al proyecto de destino. - - The solution already contains the specified document. - La solución ya contiene el documento especificado. - - Temporary storage cannot be written more than once. No se puede escribir más de una vez en el almacenamiento temporal. @@ -347,21 +332,6 @@ No se puede resolver la referencia del analizador: '{0}'. - - Invalid project block, expected "=" after Project. - Bloque de proyecto no válido, se esperaba "=" después de Project. - - - - Invalid project block, expected "," after project name. - Bloque de proyecto no válido, se esperaba "," después del nombre del proyecto. - - - - Invalid project block, expected "," after project path. - Bloque de proyecto no válido, se esperaba "," después de la ruta de acceso del proyecto. - - Expected {0}. Se esperaba {0}. @@ -372,21 +342,6 @@ "{0}" debe ser una cadena que no sea Null ni esté vacía. - - Expected header: "{0}". - Se esperaba encabezado: "{0}". - - - - Expected end-of-file. - Se esperaba fin de archivo. - - - - Expected {0} line. - Se esperaba línea {0}. - - This submission already references another submission project. Este envío ya hace referencia a otro proyecto de envío. @@ -402,26 +357,11 @@ {0} aún está abierto. - - Arrays with more than one dimension cannot be serialized. - Las matrices con más de una dimensión no se pueden serializar. - - Value too large to be represented as a 30 bit unsigned integer. Valor demasiado largo para representarse como entero sin signo de 30 bits. - - Specified path must be absolute. - La ruta de acceso especificada debe ser absoluta. - - - - Unknown identifier. - Identificador desconocido. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. No se puede abrir el proyecto '{0}' porque la extensión de archivo '{1}' no está asociada a un lenguaje. @@ -477,11 +417,6 @@ Quitado: - - Invalid CodePage value: {0} - Valor de página de códigos no válido: {0} - - Adding additional documents is not supported. No se permite agregar documentos adicionales. @@ -497,11 +432,6 @@ No se permite agregar documentos. - - Adding metadata references is not supported. - No se permite agregar referencias de metadatos. - - Adding project references is not supported. No se permite agregar referencias de proyectos. @@ -517,11 +447,6 @@ No se permite cambiar documentos. - - Changing project properties is not supported. - No se permite cambiar propiedades de proyectos. - - Removing additional documents is not supported. No se permite quitar documentos adicionales. @@ -537,11 +462,6 @@ No se permite quitar documentos. - - Removing metadata references is not supported. - No se permite quitar referencias de metadatos. - - Removing project references is not supported. No se permite quitar referencias de proyectos. @@ -562,21 +482,6 @@ El diagnóstico debe tener el intervalo '{0}' - - Cannot deserialize type '{0}'. - No se puede deserializar el tipo "{0}". - - - - Cannot serialize type '{0}'. - No se puede serializar el tipo "{0}". - - - - The type '{0}' is not understood by the serialization binder. - El enlazador de serialización no comprende el tipo "{0}". - - Label for node '{0}' is invalid, it must be within [0, {1}). La etiqueta para el nodo "{0}" no es válida; debe estar dentro del intervalo [0, {1}). @@ -677,11 +582,6 @@ Secuencia demasiado larga. - - Deserialization reader for '{0}' read incorrect number of values. - El lector de deserialización de "{0}" leyó un número incorrecto de valores. - - Async Method Metodo asincrónico diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf index b6f23e24a369d..bb45ae4e0a334 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf @@ -37,9 +37,9 @@ Le changement du document '{0}' n'est pas pris en charge. - + CodeAction '{0}' did not produce a changed solution - Le CodeAction '{0}' n'a pas produit de solution contenant des changements + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Le symbole "{0}" ne provient pas de la source. - - Documentation comment id must start with E, F, M, N, P or T - L'ID du commentaire de documentation doit commencer par E, F, M, N, P ou T - - Cycle detected in extensions Cycle détecté dans les extensions - - Node is of the wrong type. - Le type de nœud est incorrect. - - Duplicate source file '{0}' in project '{1}' Dupliquer le fichier source '{0}' dans le projet '{1}' @@ -302,11 +292,6 @@ Le projet référence déjà le projet cible. - - The solution already contains the specified document. - La solution contient déjà le document spécifié. - - Temporary storage cannot be written more than once. Il est impossible d'écrire plusieurs fois dans le stockage temporaire. @@ -347,21 +332,6 @@ Impossible de résoudre la référence de l'analyseur : '{0}'. - - Invalid project block, expected "=" after Project. - Bloc de projet non valide, "=" attendu après Project. - - - - Invalid project block, expected "," after project name. - Bloc de projet non valide, "," attendu après le nom du projet. - - - - Invalid project block, expected "," after project path. - Bloc de projet non valide, "," attendu après le chemin d'accès au projet. - - Expected {0}. {0} attendu. @@ -372,21 +342,6 @@ "{0}" doit être une chaîne non null et non vide. - - Expected header: "{0}". - En-tête attendu : "{0}". - - - - Expected end-of-file. - Fin de fichier attendue. - - - - Expected {0} line. - Ligne {0} attendue. - - This submission already references another submission project. Cette soumission référence déjà un autre projet de soumission. @@ -402,26 +357,11 @@ {0} est toujours ouvert. - - Arrays with more than one dimension cannot be serialized. - Impossible de sérialiser les tableaux de plus d'une dimension. - - Value too large to be represented as a 30 bit unsigned integer. La valeur est trop grande pour être représentée comme un entier non signé 30 bits. - - Specified path must be absolute. - Le chemin d'accès spécifié doit être absolu. - - - - Unknown identifier. - Identificateur inconnu. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Impossible d'ouvrir le projet '{0}', car l'extension de fichier '{1}' n'est pas associée à un langage. @@ -477,11 +417,6 @@ Supprimé : - - Invalid CodePage value: {0} - Valeur de CodePage non valide : {0} - - Adding additional documents is not supported. L'ajout de documents supplémentaires n'est pas pris en charge. @@ -497,11 +432,6 @@ L'ajout de documents n'est pas pris en charge. - - Adding metadata references is not supported. - L'ajout de références de métadonnées n'est pas pris en charge. - - Adding project references is not supported. L'ajout de références de projet n'est pas pris en charge. @@ -517,11 +447,6 @@ La modification de documents n'est pas prise en charge. - - Changing project properties is not supported. - La modification des propriétés de projet n'est pas prise en charge. - - Removing additional documents is not supported. La suppression de documents supplémentaires n'est pas prise en charge. @@ -537,11 +462,6 @@ La suppression de documents n'est pas prise en charge. - - Removing metadata references is not supported. - La suppression de références de métadonnées n'est pas prise en charge. - - Removing project references is not supported. La suppression de références de projet n'est pas prise en charge. @@ -562,21 +482,6 @@ Le diagnostic doit avoir l'étendue '{0}' - - Cannot deserialize type '{0}'. - Impossible de désérialiser le type '{0}'. - - - - Cannot serialize type '{0}'. - Impossible de sérialiser le type '{0}'. - - - - The type '{0}' is not understood by the serialization binder. - Le type '{0}' n'est pas pris en charge par le binder de sérialisation. - - Label for node '{0}' is invalid, it must be within [0, {1}). L’étiquette pour le nœud « {0} » n’est pas valide. Elle doit être comprise dans l’intervalle suivant [0, {1}). @@ -677,11 +582,6 @@ Le flux est trop long. - - Deserialization reader for '{0}' read incorrect number of values. - Le lecteur de désérialisation pour '{0}' a lu un nombre incorrect de valeurs. - - Async Method Méthode async diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf index f4d7e882691fd..2859f6de346ec 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf @@ -37,9 +37,9 @@ La modifica del documento '{0}' non è supportata. - + CodeAction '{0}' did not produce a changed solution - L'elemento CodeAction '{0}' non ha generato una soluzione modificata + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Il simbolo "{0}" non proviene dall'origine. - - Documentation comment id must start with E, F, M, N, P or T - L'ID commento della documentazione deve iniziare con E, F, M, N, P o T - - Cycle detected in extensions È stato rilevato un ciclo nelle estensioni - - Node is of the wrong type. - Il tipo del nodo è errato. - - Duplicate source file '{0}' in project '{1}' File di origine '{0}' duplicato nel progetto '{1}' @@ -302,11 +292,6 @@ Il progetto fa già riferimento al progetto di destinazione. - - The solution already contains the specified document. - La soluzione contiene già il documento specificato. - - Temporary storage cannot be written more than once. L'archivio temporaneo non può essere scritto più di una volta. @@ -347,21 +332,6 @@ Non è possibile risolvere il riferimento all'analizzatore: '{0}'. - - Invalid project block, expected "=" after Project. - Il blocco di progetto non è valido. È previsto "=" dopo Project. - - - - Invalid project block, expected "," after project name. - Il blocco di progetto non è valido. È previsto "," dopo il nome del progetto. - - - - Invalid project block, expected "," after project path. - Il blocco di progetto non è valido. È previsto "," dopo il percorso del progetto. - - Expected {0}. È previsto '{0}'. @@ -372,21 +342,6 @@ "{0}" deve essere una stringa non Null e non vuota. - - Expected header: "{0}". - È prevista un'intestazione: "{0}". - - - - Expected end-of-file. - È prevista la fine del file. - - - - Expected {0} line. - È prevista la riga {0}. - - This submission already references another submission project. Questo invio fa già riferimento a un altro progetto di invio. @@ -402,26 +357,11 @@ {0} è ancora aperto. - - Arrays with more than one dimension cannot be serialized. - Non è possibile serializzare le matrice con più di una dimensione. - - Value too large to be represented as a 30 bit unsigned integer. Il valore è troppo grande per essere rappresentato come intero senza segno a 30 bit. - - Specified path must be absolute. - Il percorso specificato deve essere assoluto. - - - - Unknown identifier. - Identificatore sconosciuto. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Non è possibile aprire il progetto '{0}' perché l'estensione di file '{1}' non è associata a un linguaggio. @@ -477,11 +417,6 @@ Elementi rimossi: - - Invalid CodePage value: {0} - Valore di CodePage non valido: {0} - - Adding additional documents is not supported. L'aggiunta di altri documenti non è supportata. @@ -497,11 +432,6 @@ L'aggiunta di documenti non è supportata. - - Adding metadata references is not supported. - L'aggiunta di riferimenti ai metadati non è supportata. - - Adding project references is not supported. L'aggiunta di riferimenti al progetto non è supportata. @@ -517,11 +447,6 @@ La modifica di documenti non è supportata. - - Changing project properties is not supported. - La modifica delle proprietà del progetto non è supportata. - - Removing additional documents is not supported. La rimozione di altri documenti non è supportata. @@ -537,11 +462,6 @@ La rimozione di documenti non è supportata. - - Removing metadata references is not supported. - La rimozione di riferimenti ai metadati non è supportata. - - Removing project references is not supported. La rimozione di riferimenti al progetto non è supportata. @@ -562,21 +482,6 @@ La diagnostica deve contenere l'elemento span '{0}' - - Cannot deserialize type '{0}'. - Non è possibile deserializzare il tipo '{0}'. - - - - Cannot serialize type '{0}'. - Non è possibile serializzare il tipo '{0}'. - - - - The type '{0}' is not understood by the serialization binder. - Il tipo '{0}' non è riconosciuto dal binder di serializzazioni. - - Label for node '{0}' is invalid, it must be within [0, {1}). L'etichetta del nodo '{0}' non è valida. Deve essere compresa tra [0, {1}). @@ -677,11 +582,6 @@ Il flusso è troppo lungo. - - Deserialization reader for '{0}' read incorrect number of values. - Il numero di valori letto dal lettore di deserializzazioni per '{0}' non è corretto. - - Async Method Metodo asincrono diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf index e58c9e7958bc9..71c364b2a340f 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ja.xlf @@ -37,9 +37,9 @@ ドキュメント '{0}' の変更はサポートされていません。 - + CodeAction '{0}' did not produce a changed solution - CodeAction '{0}' は変更されたソリューションを生成しませんでした + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ シンボル "{0}" は、ソースからではありません。 - - Documentation comment id must start with E, F, M, N, P or T - ドキュメント コメントの ID は、E、F、M、N、P、または T で始まらなければなりません - - Cycle detected in extensions 拡張機能で循環が検出されました - - Node is of the wrong type. - ノードの種類が正しくありません。 - - Duplicate source file '{0}' in project '{1}' プロジェクト '{1}' でソース ファイル '{0}' が重複しています @@ -302,11 +292,6 @@ プロジェクトは、既に対象のプロジェクトを参照します。 - - The solution already contains the specified document. - ソリューションには、指定されたドキュメントが既に含まれています。 - - Temporary storage cannot be written more than once. 一時的な記憶域は、2 回以上書き込みできません。 @@ -347,21 +332,6 @@ アナライザーの参照を解決できません: '{0}'。 - - Invalid project block, expected "=" after Project. - プロジェクト ブロックが正しくありません。プロジェクトの後に "=" が必要です。 - - - - Invalid project block, expected "," after project name. - プロジェクト ブロックが正しくありません。プロジェクト名の後に "," が必要です。 - - - - Invalid project block, expected "," after project path. - プロジェクト ブロックが正しくありません。プロジェクト パスの後に "," が必要です。 - - Expected {0}. {0} が必要です。 @@ -372,21 +342,6 @@ "{0}" は、Null 以外の空でない文字列にする必要があります。 - - Expected header: "{0}". - ヘッダーが必要です: "{0}"。 - - - - Expected end-of-file. - EOF が必要です。 - - - - Expected {0} line. - {0} 行が必要です。 - - This submission already references another submission project. この送信は、既に別の送信プロジェクトを参照しています。 @@ -402,26 +357,11 @@ {0} が開いたままです。 - - Arrays with more than one dimension cannot be serialized. - 複数の次元を持つ配列はシリアル化できません。 - - Value too large to be represented as a 30 bit unsigned integer. 値が大きすぎるため、30 ビットの符号なし整数として表すことができません。 - - Specified path must be absolute. - 絶対パスを指定する必要があります。 - - - - Unknown identifier. - 不明な識別子です。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. ファイルの拡張子 '{1}' が言語に関連付けられていないため、プロジェクト '{0}' を開くことができません。 @@ -477,11 +417,6 @@ 削除済み: - - Invalid CodePage value: {0} - 無効なコードページの値: {0} - - Adding additional documents is not supported. 追加ドキュメントの追加はサポートされていません。 @@ -497,11 +432,6 @@ ドキュメントの追加はサポートされていません。 - - Adding metadata references is not supported. - メタデータ参照の追加はサポートされていません。 - - Adding project references is not supported. プロジェクト参照の追加はサポートされていません。 @@ -517,11 +447,6 @@ ドキュメントの変更はサポートされていません。 - - Changing project properties is not supported. - プロジェクトのプロパティの変更はサポートされていません。 - - Removing additional documents is not supported. 追加ドキュメントの削除はサポートされていません。 @@ -537,11 +462,6 @@ ドキュメントの削除はサポートされていません。 - - Removing metadata references is not supported. - メタデータ参照の削除はサポートされていません。 - - Removing project references is not supported. プロジェクト参照の削除はサポートされていません。 @@ -562,21 +482,6 @@ 診断の範囲は '{0}' でなければなりません - - Cannot deserialize type '{0}'. - 型 '{0}' を逆シリアル化できません。 - - - - Cannot serialize type '{0}'. - 型 '{0}' をシリアル化できません。 - - - - The type '{0}' is not understood by the serialization binder. - 型 '{0}' がシリアル化バインダーで認識されません。 - - Label for node '{0}' is invalid, it must be within [0, {1}). ノード '{0}' のラベルが無効です。[0, {1}) 内になければなりません。 @@ -677,11 +582,6 @@ ストリームが長すぎます。 - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' の逆シリアル化のリーダーが、正しくない数の値を読み取りました。 - - Async Method 非同期メソッド diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf index f4eb0b3f12e8d..610a8d087a4a6 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf @@ -37,9 +37,9 @@ '{0}' 문서 변경은 지원되지 않습니다. - + CodeAction '{0}' did not produce a changed solution - CodeAction '{0}'이(가) 변경된 솔루션을 생성하지 않았습니다. + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ "{0}" 기호가 소스에 없습니다. - - Documentation comment id must start with E, F, M, N, P or T - 문서 주석 ID는 E, F, M, N, P 또는 T로 시작해야 합니다. - - Cycle detected in extensions 확장에서 순환 발견 - - Node is of the wrong type. - 잘못된 형식의 노드입니다. - - Duplicate source file '{0}' in project '{1}' '{1}' 프로젝트에서 중복된 '{0}' 소스 파일입니다. @@ -302,11 +292,6 @@ 프로젝트가 대상 프로젝트를 이미 참조하고 있습니다. - - The solution already contains the specified document. - 솔루션에 지정한 문서가 이미 포함되어 있습니다. - - Temporary storage cannot be written more than once. 임시 스토리지는 두 번 쓸 수 없습니다. @@ -347,21 +332,6 @@ 분석기 참조를 확인할 수 없습니다('{0}'). - - Invalid project block, expected "=" after Project. - 잘못된 프로젝트 블록입니다. Project 다음에 "="가 필요합니다. - - - - Invalid project block, expected "," after project name. - 잘못된 프로젝트 블록입니다. 프로젝트 이름 다음에 ","가 필요합니다. - - - - Invalid project block, expected "," after project path. - 잘못된 프로젝트 블록입니다. 프로젝트 경로 다음에 ","가 필요합니다. - - Expected {0}. {0}이(가) 필요합니다. @@ -372,21 +342,6 @@ "{0}"은(는) null이 아니거나 비어 있지 않은 문자열이어야 합니다. - - Expected header: "{0}". - 헤더가 필요합니다("{0}"). - - - - Expected end-of-file. - 파일 끝(EOF)이 필요합니다. - - - - Expected {0} line. - {0} 줄이 필요합니다. - - This submission already references another submission project. 이 전송은 이미 다른 전송 프로젝트가 참조했습니다. @@ -402,26 +357,11 @@ {0}이(가) 열려 있습니다. - - Arrays with more than one dimension cannot be serialized. - 차원이 두 개 이상인 배열을 직렬화할 수 없습니다. - - Value too large to be represented as a 30 bit unsigned integer. 값이 너무 커서 30비트 정수로 표시할 수 없습니다. - - Specified path must be absolute. - 지정한 경로가 절대 경로여야 합니다. - - - - Unknown identifier. - 알 수 없는 식별자입니다. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. '{1}' 파일 확장명이 언어에 연결되어 있지 않아 '{0}' 프로젝트를 열 수 없습니다. @@ -477,11 +417,6 @@ 제거됨: - - Invalid CodePage value: {0} - 잘못된 CodePage 값: {0} - - Adding additional documents is not supported. 추가 문서 추가는 지원되지 않았습니다. @@ -497,11 +432,6 @@ 문서 추가는 지원되지 않습니다. - - Adding metadata references is not supported. - 메타데이터 참조 추가는 지원되지 않습니다. - - Adding project references is not supported. 프로젝트 참조 추가는 지원되지 않습니다. @@ -517,11 +447,6 @@ 문서 변경은 지원되지 않습니다. - - Changing project properties is not supported. - 프로젝트 속성 변경은 지원되지 않습니다. - - Removing additional documents is not supported. 추가 문서 제거는 지원되지 않습니다. @@ -537,11 +462,6 @@ 문서 제거는 지원되지 않습니다. - - Removing metadata references is not supported. - 메타데이터 참조 제거는 지원되지 않습니다. - - Removing project references is not supported. 프로젝트 참조 제거는 지원되지 않습니다. @@ -562,21 +482,6 @@ 진단에는 '{0}' 범위가 있어야 합니다. - - Cannot deserialize type '{0}'. - '{0}' 형식을 역직렬화할 수 없습니다. - - - - Cannot serialize type '{0}'. - '{0}' 형식을 직렬화할 수 없습니다. - - - - The type '{0}' is not understood by the serialization binder. - 직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다. - - Label for node '{0}' is invalid, it must be within [0, {1}). '{0}' 노드의 레이블이 잘못되었습니다. [0, {1}) 내에 있어야 합니다. @@ -677,11 +582,6 @@ 스트림이 너무 깁니다. - - Deserialization reader for '{0}' read incorrect number of values. - '{0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다. - - Async Method 비동기 메서드 diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf index f4a02ca5ea954..978ac0bbe0bc0 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pl.xlf @@ -37,9 +37,9 @@ Zmiana dokumentu „{0}” nie jest obsługiwana. - + CodeAction '{0}' did not produce a changed solution - Element CodeAction „{0}” nie utworzył zmienionego rozwiązania + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Symbol „{0}” nie pochodzi ze źródła. - - Documentation comment id must start with E, F, M, N, P or T - Identyfikator komentarza do dokumentacji musi rozpoczynać się od litery E, F, M, N, P lub T - - Cycle detected in extensions W rozszerzeniach wykryto cykl - - Node is of the wrong type. - Węzeł ma nieprawidłowy typ. - - Duplicate source file '{0}' in project '{1}' Zduplikowany plik źródłowy „{0}” w projekcie „{1}” @@ -302,11 +292,6 @@ Projekt już przywołuje projekt docelowy. - - The solution already contains the specified document. - Rozwiązanie już zawiera określony dokument. - - Temporary storage cannot be written more than once. W tymczasowym magazynie nie można zapisać więcej niż raz. @@ -347,21 +332,6 @@ Nie można rozpoznać odwołania do analizatora: „{0}”. - - Invalid project block, expected "=" after Project. - Nieprawidłowy blok projektu, oczekiwano znaku „=” po elemencie Project. - - - - Invalid project block, expected "," after project name. - Nieprawidłowy blok projektu, oczekiwano znaku „,” (przecinek) po nazwie projektu. - - - - Invalid project block, expected "," after project path. - Nieprawidłowy blok projektu, oczekiwano znaku „,” (przecinek) po ścieżce projektu. - - Expected {0}. Oczekiwano elementu {0}. @@ -372,21 +342,6 @@ Element „{0}” musi być ciągiem, który nie ma wartości null i nie jest pusty. - - Expected header: "{0}". - Oczekiwano nagłówka: „{0}”. - - - - Expected end-of-file. - Oczekiwano końca pliku. - - - - Expected {0} line. - Oczekiwano wiersza {0}. - - This submission already references another submission project. Ten przesłany element przywołuje już inny przesłany projekt. @@ -402,26 +357,11 @@ Element {0} jest nadal otwarty. - - Arrays with more than one dimension cannot be serialized. - Nie można przeprowadzić serializacji tablic z więcej niż jednym wymiarem. - - Value too large to be represented as a 30 bit unsigned integer. Wartość jest zbyt duża, dlatego nie może być reprezentowana jako 30-bitowa liczba całkowita bez znaku. - - Specified path must be absolute. - Należy określić ścieżkę bezwzględną. - - - - Unknown identifier. - Nieznany identyfikator. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Nie można otworzyć projektu „{0}”, ponieważ rozszerzenie pliku „{1}” nie jest skojarzone z językiem. @@ -477,11 +417,6 @@ Usunięto: - - Invalid CodePage value: {0} - Nieprawidłowa wartość strony kodowej: {0} - - Adding additional documents is not supported. Dodawanie kolejnych dokumentów nie jest obsługiwane. @@ -497,11 +432,6 @@ Dodawanie dokumentów nie jest obsługiwane. - - Adding metadata references is not supported. - Dodawanie odwołań metadanych nie jest obsługiwane. - - Adding project references is not supported. Dodawanie odwołań projektów nie jest obsługiwane. @@ -517,11 +447,6 @@ Modyfikowanie dokumentów nie jest obsługiwane. - - Changing project properties is not supported. - Modyfikowanie właściwości projektów nie jest obsługiwane. - - Removing additional documents is not supported. Usuwanie dodatkowych dokumentów nie jest obsługiwane. @@ -537,11 +462,6 @@ Usuwanie dokumentów nie jest obsługiwane. - - Removing metadata references is not supported. - Usuwanie odwołań metadanych nie jest obsługiwane. - - Removing project references is not supported. Usuwanie odwołań projektów nie jest obsługiwane. @@ -562,21 +482,6 @@ Informacje diagnostyczne muszą mieć zakres „{0}” - - Cannot deserialize type '{0}'. - Nie można deserializować typu „{0}”. - - - - Cannot serialize type '{0}'. - Nie można serializować typu „{0}”. - - - - The type '{0}' is not understood by the serialization binder. - Typ „{0}” nie jest zrozumiały dla integratora serializacji. - - Label for node '{0}' is invalid, it must be within [0, {1}). Etykieta dla węzła „{0}” jest nieprawidłowa, musi być z zakresu [0, {1}). @@ -677,11 +582,6 @@ Strumień jest za długi. - - Deserialization reader for '{0}' read incorrect number of values. - Czytnik deserializacji dla elementu „{0}” odczytuje nieprawidłową liczbę wartości. - - Async Method Metoda asynchroniczna diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf index 2bb51a0124367..0c2903fd16493 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf @@ -37,9 +37,9 @@ Não há suporte para alterar o documento '{0}'. - + CodeAction '{0}' did not produce a changed solution - A CodeAction '{0}' não produziu uma solução alterada + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Símbolo "{0}" não é da fonte. - - Documentation comment id must start with E, F, M, N, P or T - Identificação do comentário de documentação deve começar com E, F, M, N, P ou T - - Cycle detected in extensions Ciclo detectado em extensões - - Node is of the wrong type. - O nó é do tipo errado. - - Duplicate source file '{0}' in project '{1}' Arquivo de origem duplicado "{0}" no projeto "{1}" @@ -302,11 +292,6 @@ O projeto já referencia o projeto de destino. - - The solution already contains the specified document. - A solução já contém o documento especificado. - - Temporary storage cannot be written more than once. Armazenamento temporário não pode ser gravado mais de uma vez. @@ -347,21 +332,6 @@ Não é possível resolver a referência do analisador: "{0}". - - Invalid project block, expected "=" after Project. - Bloco de projetos inválido, esperado "=" após Projeto. - - - - Invalid project block, expected "," after project name. - Bloco de projetos inválido, esperado "," após nome do projeto. - - - - Invalid project block, expected "," after project path. - Bloco de projetos inválido, esperado "," após caminho do projeto. - - Expected {0}. Esperado {0}. @@ -372,21 +342,6 @@ "{0}" deve ser uma cadeia de caracteres não nula e não vazia. - - Expected header: "{0}". - Cabeçalho esperado: "{0}". - - - - Expected end-of-file. - Fim de arquivo esperado. - - - - Expected {0} line. - Linha {0} esperada. - - This submission already references another submission project. Este envio já faz referência a outro projeto de envio. @@ -402,26 +357,11 @@ {0} ainda está aberto. - - Arrays with more than one dimension cannot be serialized. - As matrizes com mais de uma dimensão não podem ser serializadas. - - Value too large to be represented as a 30 bit unsigned integer. Valor muito grande para ser representado como um inteiro não assinado de 30 bits. - - Specified path must be absolute. - Caminho especificado deve ser absoluto. - - - - Unknown identifier. - Identificador desconhecido. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Não é possível abrir o projeto "{0}" porque a extensão de arquivo "{1}" não está associada a um idioma. @@ -477,11 +417,6 @@ Removido: - - Invalid CodePage value: {0} - Valor CodePage inválido: {0} - - Adding additional documents is not supported. Não há suporte para a adição de documentos adicionais. @@ -497,11 +432,6 @@ Não há suporte para a adição de documentos. - - Adding metadata references is not supported. - Não há suporte para a adição de referências de metadados. - - Adding project references is not supported. Não há suporte para a adição de referências de projeto. @@ -517,11 +447,6 @@ Não há suporte para a alteração de documentos. - - Changing project properties is not supported. - Não há suporte para a alteração de propriedades do projeto. - - Removing additional documents is not supported. Não há suporte para a remoção de documentos adicionais. @@ -537,11 +462,6 @@ Não há suporte para a remoção de documentos. - - Removing metadata references is not supported. - Não há suporte para a remoção de referências de metadado. - - Removing project references is not supported. Não há suporte para a remoção de referências do projeto. @@ -562,21 +482,6 @@ O diagnóstico deve ter a extensão '{0}' - - Cannot deserialize type '{0}'. - Não é possível desserializar o tipo '{0}'. - - - - Cannot serialize type '{0}'. - Não é possível serializar o tipo '{0}'. - - - - The type '{0}' is not understood by the serialization binder. - O tipo '{0}' não é reconhecido pelo associador de serialização. - - Label for node '{0}' is invalid, it must be within [0, {1}). O rótulo do nó '{0}' é inválido, ele deve estar contido em [0, {1}). @@ -677,11 +582,6 @@ O fluxo é muito longo. - - Deserialization reader for '{0}' read incorrect number of values. - O leitor de desserialização para '{0}' lê o número incorreto de valores. - - Async Method Método Assíncrono diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf index 0a3f5e8d0751f..0795ab056bb85 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf @@ -37,9 +37,9 @@ Изменение документа "{0}" не поддерживается. - + CodeAction '{0}' did not produce a changed solution - Действие кода "{0}" не сформировало измененное решение. + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ Символ "{0}" не из источника. - - Documentation comment id must start with E, F, M, N, P or T - Идентификатор комментария документа должен начинаться с E, F, M, N, P или T - - Cycle detected in extensions В выражениях обнаружен цикл - - Node is of the wrong type. - Узел имеет неверный тип. - - Duplicate source file '{0}' in project '{1}' Дублирование исходного файла "{0}" в проекте "{1}" @@ -302,11 +292,6 @@ Проект уже ссылается на целевой проект. - - The solution already contains the specified document. - Указанный документ уже находится в решении. - - Temporary storage cannot be written more than once. Невозможно записать более одного раза во временное хранилище. @@ -347,21 +332,6 @@ Не удается разрешить ссылку анализатора: "{0}". - - Invalid project block, expected "=" after Project. - Недопустимый блок проекта, ожидается "=" после указания проекта. - - - - Invalid project block, expected "," after project name. - Недопустимый блок проекта, ожидается "," после указания имени проекта. - - - - Invalid project block, expected "," after project path. - Недопустимый блок проекта, ожидается "," после указания пути к проекту. - - Expected {0}. Требуется {0}. @@ -372,21 +342,6 @@ "{0}" не должен равняться Null и пустой строке. - - Expected header: "{0}". - Требуется заголовок: "{0}". - - - - Expected end-of-file. - Требуется признак конца файла - - - - Expected {0} line. - Требуется {0} строка. - - This submission already references another submission project. Отправка уже ссылается на другой проект отправки. @@ -402,26 +357,11 @@ {0} все еще открыт. - - Arrays with more than one dimension cannot be serialized. - Массивы с несколькими измерениями нельзя сериализовать. - - Value too large to be represented as a 30 bit unsigned integer. Слишком большое значение для представления в виде 30-разрядного целого числа без знака. - - Specified path must be absolute. - Указанный путь должен быть абсолютным. - - - - Unknown identifier. - Неизвестный идентификатор. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Не удается открыть проект "{0}", так как расширение файла "{1}" не связано с языком. @@ -477,11 +417,6 @@ Удалено: - - Invalid CodePage value: {0} - Недопустимое значение CodePage: {0} - - Adding additional documents is not supported. Добавление дополнительных документов не поддерживается. @@ -497,11 +432,6 @@ Добавление документов не поддерживается. - - Adding metadata references is not supported. - Добавление ссылок на метаданные не поддерживается. - - Adding project references is not supported. Добавление ссылок на проекты не поддерживается. @@ -517,11 +447,6 @@ Изменение документов не поддерживается. - - Changing project properties is not supported. - Изменение свойств проекта не поддерживается. - - Removing additional documents is not supported. Удаление дополнительных документов не поддерживается. @@ -537,11 +462,6 @@ Удаление документов не поддерживается. - - Removing metadata references is not supported. - Удаление ссылок на метаданные не поддерживается. - - Removing project references is not supported. Удаление ссылок на проекты не поддерживается. @@ -562,21 +482,6 @@ Диагностика должна находиться в диапазоне "{0}" - - Cannot deserialize type '{0}'. - Невозможно десериализовать тип "{0}". - - - - Cannot serialize type '{0}'. - Невозможно сериализовать тип "{0}". - - - - The type '{0}' is not understood by the serialization binder. - Тип "{0}" не распознан модулем привязки сериализации. - - Label for node '{0}' is invalid, it must be within [0, {1}). Метка для узла "{0}" недопустима; она должна находиться в диапазоне [0, {1}). @@ -677,11 +582,6 @@ Слишком длинный поток. - - Deserialization reader for '{0}' read incorrect number of values. - Считыватель десериализации для "{0}" считал неверное количество значений. - - Async Method Асинхронный метод diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf index 8b2ed6925fc21..90339083761b3 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf @@ -37,9 +37,9 @@ Değişen belge '{0}' desteklenmiyor. - + CodeAction '{0}' did not produce a changed solution - '{0}' CodeAction, değiştirilmiş çözüm üretmedi + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ "{0}" sembolü kaynağa ait değil. - - Documentation comment id must start with E, F, M, N, P or T - Belge açıklaması kimliği E, F, M, N, P veya T ile başlamalıdır - - Cycle detected in extensions Uzantılarda döngü algılandı - - Node is of the wrong type. - Düğüm yanlış türde. - - Duplicate source file '{0}' in project '{1}' '{1}' projesinde yinelenen kaynak dosyası '{0}' @@ -302,11 +292,6 @@ Proje zaten hedef projeye başvuruyor. - - The solution already contains the specified document. - Çözüm belirtilen belgeyi zaten içeriyor. - - Temporary storage cannot be written more than once. Geçici depolamaya birden fazla kez yazılamaz. @@ -347,21 +332,6 @@ Çözümleyici başvurusu çözümlenemiyor: '{0}'. - - Invalid project block, expected "=" after Project. - Proje bloğu geçersiz, Proje'den sonra "=" bekleniyor. - - - - Invalid project block, expected "," after project name. - Proje bloğu geçersiz, proje adından sonra "," bekleniyor. - - - - Invalid project block, expected "," after project path. - Proje bloğu geçersiz, proje yolundan sonra "," bekleniyor. - - Expected {0}. {0} bekleniyor. @@ -372,21 +342,6 @@ "{0}" null olmayan ve boş olmayan bir dize olmalıdır. - - Expected header: "{0}". - Üst bilgi bekleniyor: "{0}". - - - - Expected end-of-file. - Dosya sonu bekleniyor. - - - - Expected {0} line. - {0} satırı bekleniyor. - - This submission already references another submission project. Bu gönderim zaten farklı bir gönderim projesine başvuruyor. @@ -402,26 +357,11 @@ {0} hala açık. - - Arrays with more than one dimension cannot be serialized. - Birden çok boyutlu diziler seri hale getirilemez. - - Value too large to be represented as a 30 bit unsigned integer. Değer, 30 bit işaretsiz tamsayı olarak temsil edilemeyecek kadar büyük. - - Specified path must be absolute. - Belirtilen yol mutlak olmalıdır. - - - - Unknown identifier. - Bilinmeyen tanıtıcı. - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. Dosya uzantısı '{1}' bir dil ile ilişkili olmadığı için '{0}' projesi açılamıyor. @@ -477,11 +417,6 @@ Kaldırıldı: - - Invalid CodePage value: {0} - Geçersiz CodePage değeri: {0} - - Adding additional documents is not supported. Ek belgelerin eklenmesi desteklenmiyor. @@ -497,11 +432,6 @@ Belgelerin eklenmesi desteklenmiyor. - - Adding metadata references is not supported. - Meta veri başvurularının eklenmesi desteklenmiyor. - - Adding project references is not supported. Proje başvurularının eklenmesi desteklenmiyor. @@ -517,11 +447,6 @@ Belgelerin değiştirilmesi desteklenmiyor. - - Changing project properties is not supported. - Proje özelliklerinin değiştirilmesi desteklenmiyor. - - Removing additional documents is not supported. Ek belgelerin kaldırılması desteklenmiyor. @@ -537,11 +462,6 @@ Belgelerin kaldırılması desteklenmiyor. - - Removing metadata references is not supported. - Meta veri başvurularının kaldırılması desteklenmiyor. - - Removing project references is not supported. Proje başvurularının kaldırılması desteklenmiyor. @@ -562,21 +482,6 @@ Tanı, '{0}' yayılmasına sahip olmalıdır - - Cannot deserialize type '{0}'. - '{0}' türü seri durumdan çıkarılamıyor. - - - - Cannot serialize type '{0}'. - '{0}' türü seri hale getirilemiyor. - - - - The type '{0}' is not understood by the serialization binder. - '{0}' türü, serileştirme bağlayıcısı tarafından anlaşılamıyor. - - Label for node '{0}' is invalid, it must be within [0, {1}). '{0}' düğümünün etiketi geçersiz, etiket [0, {1}) içerisinde olmalıdır. @@ -677,11 +582,6 @@ Akış çok uzun. - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' türünün seri durumdan çıkarma okuyucusu, yanlış sayıda değer okudu. - - Async Method Zaman Uyumsuz Metot diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf index 852ead2dc7fef..f08d483010a6a 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf @@ -37,9 +37,9 @@ 不支持更改文档“{0}”。 - + CodeAction '{0}' did not produce a changed solution - CodeAction "{0}" 未生成更改的解决方案 + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ 符号“{0}”不是来自源。 - - Documentation comment id must start with E, F, M, N, P or T - 文档注释 ID 必须以 E、F、M、N、P 或 T 开头 - - Cycle detected in extensions 在扩展中检测到循环 - - Node is of the wrong type. - 节点类型不正确。 - - Duplicate source file '{0}' in project '{1}' 项目“{1}”中源文件“{0}”重复 @@ -302,11 +292,6 @@ 项目已引用目标项目。 - - The solution already contains the specified document. - 解决方案已包含指定的文档。 - - Temporary storage cannot be written more than once. 不能多次写入临时存储。 @@ -347,21 +332,6 @@ 无法解析分析器引用:“{0}”。 - - Invalid project block, expected "=" after Project. - 无效的项目块,项目之后应为“=”。 - - - - Invalid project block, expected "," after project name. - 无效的项目块,项目名之后应为“,”。 - - - - Invalid project block, expected "," after project path. - 无效的项目块,项目路径之后应为“,”。 - - Expected {0}. 应为 {0}。 @@ -372,21 +342,6 @@ “{0}”必须是一个非 null 和非空的字符串。 - - Expected header: "{0}". - 应为标头:“{0}”。 - - - - Expected end-of-file. - 应为文件结尾。 - - - - Expected {0} line. - 应为 {0} 行。 - - This submission already references another submission project. 此提交已引用另一个提交项目。 @@ -402,26 +357,11 @@ {0}仍处于打开状态。 - - Arrays with more than one dimension cannot be serialized. - 不能序列化具有多个维度的数组。 - - Value too large to be represented as a 30 bit unsigned integer. 值太大,无法表示为 30 位无符号整数。 - - Specified path must be absolute. - 指定的路径必须是绝对路径。 - - - - Unknown identifier. - 未知的标识符。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. 无法打开项目“{0}”, 因为文件扩展名“{1}”没有与某种语言关联。 @@ -477,11 +417,6 @@ 已移除: - - Invalid CodePage value: {0} - 无效的 CodePage 值: {0} - - Adding additional documents is not supported. 不支持添加其他文档。 @@ -497,11 +432,6 @@ 不支持添加文档。 - - Adding metadata references is not supported. - 不支持添加元数据引用。 - - Adding project references is not supported. 不支持添加项目引用。 @@ -517,11 +447,6 @@ 不支持更改文档。 - - Changing project properties is not supported. - 不支持更改项目属性。 - - Removing additional documents is not supported. 不支持删除其他文档。 @@ -537,11 +462,6 @@ 不支持删除文档。 - - Removing metadata references is not supported. - 不支持删除元数据引用。 - - Removing project references is not supported. 不支持删除项目引用。 @@ -562,21 +482,6 @@ 诊断必须有跨区“{0}” - - Cannot deserialize type '{0}'. - 无法反序列化类型“{0}”。 - - - - Cannot serialize type '{0}'. - 无法序列化类型“{0}”。 - - - - The type '{0}' is not understood by the serialization binder. - 序列化绑定器不理解“{0}”类型。 - - Label for node '{0}' is invalid, it must be within [0, {1}). 节点“{0}”的标签无效, 它必须在 [0, {1}) 的范围内。 @@ -677,11 +582,6 @@ “流”过长。 - - Deserialization reader for '{0}' read incorrect number of values. - “{0}”的反序列化读取器读取到错误数量的值。 - - Async Method 异步方法 diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf index 2df8bf822dbf1..b9a09d50a4d87 100644 --- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf +++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hant.xlf @@ -37,9 +37,9 @@ 不支援變更文件 '{0}'。 - + CodeAction '{0}' did not produce a changed solution - CodeAction '{0}' 未產生變更的解決方案 + CodeAction '{0}' did not produce a changed solution "CodeAction" is a specific type, and {0} represents the title shown by the action. @@ -137,21 +137,11 @@ 符號 "{0}" 非來自來源。 - - Documentation comment id must start with E, F, M, N, P or T - 文件註解 ID 必須以 E、F、M、N、P 或 T 開頭 - - Cycle detected in extensions 在擴充功能中偵測到循環 - - Node is of the wrong type. - 節點類型不正確。 - - Duplicate source file '{0}' in project '{1}' 複製專案 '{1}' 中的原始程式檔 '{0}' @@ -302,11 +292,6 @@ 此專案已經參考目標專案。 - - The solution already contains the specified document. - 此方案已含有指定的文件。 - - Temporary storage cannot be written more than once. 無法多次寫入暫時儲存區。 @@ -347,21 +332,6 @@ 無法解析分析器參考: '{0}'。 - - Invalid project block, expected "=" after Project. - 專案區塊無效,專案之後必須是 "="。 - - - - Invalid project block, expected "," after project name. - 專案區塊無效,專案名稱之後必須是 ","。 - - - - Invalid project block, expected "," after project path. - 專案區塊無效,專案路徑之後必須是 ","。 - - Expected {0}. 必須是 {0}。 @@ -372,21 +342,6 @@ "{0}" 必須是非 null 和非空白的字串。 - - Expected header: "{0}". - 預期的標頭: "{0}"。 - - - - Expected end-of-file. - 預期的檔案結尾。 - - - - Expected {0} line. - 必須要有 {0} 行。 - - This submission already references another submission project. 此提交作業已參考其他提交專案。 @@ -402,26 +357,11 @@ {0} 仍在開啟中。 - - Arrays with more than one dimension cannot be serialized. - 無法序列化包含多個維度的陣列。 - - Value too large to be represented as a 30 bit unsigned integer. 值太大,無法呈現為 30 位元不帶正負號的整數。 - - Specified path must be absolute. - 指定的路徑必須是絕對路徑。 - - - - Unknown identifier. - 未知的識別項。 - - Cannot open project '{0}' because the file extension '{1}' is not associated with a language. 無法開啟專案 '{0}',因為副檔名 '{1}' 未與語言相關聯。 @@ -477,11 +417,6 @@ 已移除: - - Invalid CodePage value: {0} - 無效的字碼頁值: {0} - - Adding additional documents is not supported. 不支援新增其他文件。 @@ -497,11 +432,6 @@ 不支援新增文件。 - - Adding metadata references is not supported. - 不支援新增中繼資料參考。 - - Adding project references is not supported. 不支援新增專案參考。 @@ -517,11 +447,6 @@ 不支援變更文件。 - - Changing project properties is not supported. - 不支援變更專案屬性。 - - Removing additional documents is not supported. 不支援移除其他文件。 @@ -537,11 +462,6 @@ 不支援移除文件。 - - Removing metadata references is not supported. - 不支援移除中繼資料參考。 - - Removing project references is not supported. 不支援移除專案參考。 @@ -562,21 +482,6 @@ 診斷範圍必須涵蓋 '{0}' - - Cannot deserialize type '{0}'. - 無法將類型 '{0}' 還原序列化。 - - - - Cannot serialize type '{0}'. - 無法將類型 '{0}' 序列化。 - - - - The type '{0}' is not understood by the serialization binder. - 序列化繫結器無法辨識類型 '{0}'。 - - Label for node '{0}' is invalid, it must be within [0, {1}). 節點 '{0}' 的標籤無效,它必須位於 [0, {1}) 內。 @@ -677,11 +582,6 @@ 資料流過長。 - - Deserialization reader for '{0}' read incorrect number of values. - '{0}' 的還原序列化讀取器所讀取的值數目不正確。 - - Async Method 非同步方法 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems index 13038f752e1f5..6dd5d1089835f 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensions.projitems @@ -125,7 +125,9 @@ - + + Designer + diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx index 18368d454297c..66e63f1c3edf0 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CSharpCompilerExtensionsResources.resx @@ -139,9 +139,4 @@ Expected string or char literal - - '{0}.{1}' is not supported in this version - {0}: A type name -{1}: A member name - \ No newline at end of file diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf index ef943b061c586..fa634e3a893ac 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.cs.xlf @@ -27,12 +27,6 @@ Předvolby porovnávání vzorů - - '{0}.{1}' is not supported in this version - {0}.{1} se v této verzi nepodporuje. - {0}: A type name -{1}: A member name - 'using' directive preferences Předvolby direktivy using diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf index fffa54091aa4c..ee365d944ffd6 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.de.xlf @@ -27,12 +27,6 @@ Einstellungen für den Musterabgleich - - '{0}.{1}' is not supported in this version - "{0}.{1}" wird in dieser Version nicht unterstützt. - {0}: A type name -{1}: A member name - 'using' directive preferences Einstellungen für using-Anweisungen diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf index 63d457ac2c32c..ac4000bbeb7a6 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.es.xlf @@ -27,12 +27,6 @@ Preferencias de coincidencia de patrón - - '{0}.{1}' is not supported in this version - "{0}.{1}" no se admite en esta versión. - {0}: A type name -{1}: A member name - 'using' directive preferences Preferencias de directiva "using" diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf index 1631470c7671c..5ba49bd52c4e9 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.fr.xlf @@ -27,12 +27,6 @@ Préférences correspondants au modèle - - '{0}.{1}' is not supported in this version - '{0}.{1}' n'est pas pris en charge dans cette version - {0}: A type name -{1}: A member name - 'using' directive preferences Préférences pour la directive 'using' diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf index 61f3fceb4fefb..ff9a9076c2da0 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.it.xlf @@ -27,12 +27,6 @@ Preferenze per criteri di ricerca - - '{0}.{1}' is not supported in this version - '{0}.{1}' non è supportato in questa versione - {0}: A type name -{1}: A member name - 'using' directive preferences Preferenze per direttive 'using' diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf index 5d86eb9638fc1..b321177375f57 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ja.xlf @@ -27,12 +27,6 @@ パターン マッチング設定 - - '{0}.{1}' is not supported in this version - '{0}.{1}' は、このバージョンではサポートされていません - {0}: A type name -{1}: A member name - 'using' directive preferences 'using' ディレクティブの基本設定 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf index a9b90ce71e454..6b3c8f3a5d364 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ko.xlf @@ -27,12 +27,6 @@ 패턴 일치 기본 설정 - - '{0}.{1}' is not supported in this version - 이 버전에서는 '{0}.{1}'이(가) 지원되지 않습니다. - {0}: A type name -{1}: A member name - 'using' directive preferences 'using' 지시문 기본 설정 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf index d64daf46fb7ee..9afa0ebccaf45 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pl.xlf @@ -27,12 +27,6 @@ Preferencje dopasowywania do wzorca - - '{0}.{1}' is not supported in this version - Element „{0}.{1}” nie jest obsługiwany w tej wersji - {0}: A type name -{1}: A member name - 'using' directive preferences Preferencje dyrektywy „using” diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf index 5e6efb5faf760..22bfa1e1b75cc 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.pt-BR.xlf @@ -27,12 +27,6 @@ Preferências de correspondência de padrões - - '{0}.{1}' is not supported in this version - Não há suporte para '{0}.{1}' nesta versão - {0}: A type name -{1}: A member name - 'using' directive preferences Preferências da diretiva 'using' diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf index a23e4673d120f..2102a5e803e06 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.ru.xlf @@ -27,12 +27,6 @@ Настройки соответствия шаблонов - - '{0}.{1}' is not supported in this version - "{0}.{1}" не поддерживается в этой версии - {0}: A type name -{1}: A member name - 'using' directive preferences предпочтения для директивы using diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf index ce08e631acab9..c9e54c73fa46c 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.tr.xlf @@ -27,12 +27,6 @@ Desen eşleştirme tercihleri - - '{0}.{1}' is not supported in this version - '{0}.{1}' bu sürümde desteklenmiyor - {0}: A type name -{1}: A member name - 'using' directive preferences 'using' yönergesi tercihleri diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf index 3291ff4c83c99..e179a0b322aec 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hans.xlf @@ -27,12 +27,6 @@ 模式匹配首选项 - - '{0}.{1}' is not supported in this version - 此版本中不支持“{0}.{1}” - {0}: A type name -{1}: A member name - 'using' directive preferences "using" 指令首选项 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf index 2e381709df945..55ee733e947ad 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/xlf/CSharpCompilerExtensionsResources.zh-Hant.xlf @@ -27,12 +27,6 @@ 模式比對喜好設定 - - '{0}.{1}' is not supported in this version - 此版本不支援 '{0}.{1}' - {0}: A type name -{1}: A member name - 'using' directive preferences 'using' 指示詞的喜好設定 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx index 00c4cceb2939b..4030a16719092 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CompilerExtensionsResources.resx @@ -120,9 +120,6 @@ Absolute path expected. - - An element with the same key but a different value already exists. - Organize usings @@ -273,9 +270,6 @@ Specified sequence has duplicate items - - Segment size must be power of 2 greater than 1 - New line preferences diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.cs.xlf index ab9985af1ded0..89e9d8c506442 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.cs.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.cs.xlf @@ -12,11 +12,6 @@ Abstraktní metoda {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Element se stejným klíčem, ale odlišnou hodnotou už existuje. - - Begins with I Začíná na I @@ -162,11 +157,6 @@ Veřejné nebo chráněné pole {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Velikost segmentu musí být mocnina 2 větší než 1. - - Specified sequence has duplicate items Zadané pořadí obsahuje duplicitní položky. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.de.xlf index 5cfc4519cabb2..e0390f34dd746 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.de.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.de.xlf @@ -12,11 +12,6 @@ Abstrakte Methode {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Es ist bereits ein Element mit dem gleichen Schlüssel, jedoch einem anderen Wert vorhanden. - - Begins with I Beginnt mit I @@ -162,11 +157,6 @@ Öffentliches oder geschütztes Feld {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Die Segmentgröße muss eine Potenz von 2 und größer als 1 sein. - - Specified sequence has duplicate items Die angegebene Sequenz weist doppelte Elemente auf. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.es.xlf index 52f56868b432f..17a039d847328 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.es.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.es.xlf @@ -12,11 +12,6 @@ Método abstracto {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Ya existe un elemento con la misma clave pero un valor distinto. - - Begins with I Empieza por I @@ -162,11 +157,6 @@ Campo público o protegido {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - El tamaño del segmento debe ser una potencia de 2 mayor que 1 - - Specified sequence has duplicate items La secuencia especificada tiene elementos duplicados. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.fr.xlf index 300c4b5f0c6d9..170fa2ee5c9c1 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.fr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.fr.xlf @@ -12,11 +12,6 @@ Méthode abstraite {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Il existe déjà un élément utilisant la même clé mais une autre valeur. - - Begins with I Commence par I @@ -162,11 +157,6 @@ Champ public ou protégé {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - La taille du segment doit être une puissance de 2 supérieure à 1 - - Specified sequence has duplicate items La séquence spécifiée comporte des éléments dupliqués diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.it.xlf index eda44d212d86f..cd83e2d2838cc 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.it.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.it.xlf @@ -12,11 +12,6 @@ Metodo astratto {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Esiste già un elemento con la stessa chiave ma valore diverso. - - Begins with I Inizia con I @@ -162,11 +157,6 @@ Campo pubblico o protetto {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Le dimensioni del segmento devono essere una potenza di 2 maggiore di 1 - - Specified sequence has duplicate items La sequenza specificata contiene elementi duplicati diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ja.xlf index 167d367e0f092..4d089882ead11 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ja.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ja.xlf @@ -12,11 +12,6 @@ 抽象メソッド {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - キーが同じで値が異なる要素が既に存在します。 - - Begins with I I で始まる @@ -162,11 +157,6 @@ パブリックまたは保護されたフィールド {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - セグメント サイズは、1 より大きい 2 の累乗にする必要があります - - Specified sequence has duplicate items 指定されたシーケンスには重複する項目があります diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ko.xlf index aebe256e8c5d2..0c796dcbc28c3 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ko.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ko.xlf @@ -12,11 +12,6 @@ 추상 메서드 {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - 키가 같지만 값이 다른 요소가 이미 있습니다. - - Begins with I I로 시작 @@ -162,11 +157,6 @@ 공용 또는 보호된 필드 {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - 세그먼트 크기는 1보다 큰 2의 거듭제곱이어야 합니다. - - Specified sequence has duplicate items 지정된 시퀀스에 중복 항목이 있습니다. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pl.xlf index 567576bed9540..8a5d33eb6818c 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pl.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pl.xlf @@ -12,11 +12,6 @@ Metoda abstrakcyjna {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Element z tym samym kluczem, ale inną wartością, już istnieje. - - Begins with I Rozpoczyna się znakiem I @@ -162,11 +157,6 @@ Pole publiczne lub chronione {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Rozmiar segmentu musi być potęgą 2 większą niż 1 - - Specified sequence has duplicate items Określona sekwencja zawiera zduplikowane elementy diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pt-BR.xlf index 4fac488864478..459b4259f8b35 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pt-BR.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.pt-BR.xlf @@ -12,11 +12,6 @@ Método Abstract {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Um elemento com a mesma chave, mas um valor diferente já existe. - - Begins with I Começa com I @@ -162,11 +157,6 @@ Campo Protegido ou Público {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - O tamanho do segmento precisa ser na potência de 2 maior que 1 - - Specified sequence has duplicate items A sequência especificada tem itens duplicados diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ru.xlf index 61c164f6ff434..63bdcffa02244 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ru.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.ru.xlf @@ -12,11 +12,6 @@ Абстрактный метод {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Элемент с таким ключом, но другим значением уже существует. - - Begins with I Начинается с I @@ -162,11 +157,6 @@ Открытое или защищенное поле {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Размер сегмента должен представлять степень числа 2, превышающую 1 - - Specified sequence has duplicate items Указанная последовательность содержит повторяющиеся элементы. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.tr.xlf index 301c78f226590..9f94de03e8e92 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.tr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.tr.xlf @@ -12,11 +12,6 @@ Soyut Metot {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - Aynı anahtara, ancak farklı bir değere sahip olan bir öğe zaten var. - - Begins with I I ile başlar @@ -162,11 +157,6 @@ Genel veya Korunan Alan {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - Segment boyutu 1'den büyük ve 2'nin üssü olmalıdır - - Specified sequence has duplicate items Belirtilen dizide yinelenen öğeler var diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hans.xlf index 2b4d4a1323692..31c56e08bc8e9 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hans.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hans.xlf @@ -12,11 +12,6 @@ 抽象方法 {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - 已存在键相同但值不同的元素。 - - Begins with I 以 I 开始 @@ -162,11 +157,6 @@ 公共或受保护的字段 {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - 段大小必须是 2 的幂且大于 1 - - Specified sequence has duplicate items 指定的序列有重复项 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hant.xlf index 6459300fdfb0c..c1b0f5c1cb043 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hant.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/xlf/CompilerExtensionsResources.zh-Hant.xlf @@ -12,11 +12,6 @@ 抽象方法 {locked: abstract}{locked: method} These are keywords (unless the order of words or capitalization should be handled differently) - - An element with the same key but a different value already exists. - 已經有相同索引鍵但不同值的項目。 - - Begins with I 以 I 開頭 @@ -162,11 +157,6 @@ 公用或受保護欄位 {locked: public}{locked: protected}{locked:field} - - Segment size must be power of 2 greater than 1 - 區段大小必須是 2 的乘冪且大於 1 - - Specified sequence has duplicate items 指定的序列具有重複項目 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx index 5c457c8e66223..4ca939845df3e 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/WorkspaceExtensionsResources.resx @@ -126,12 +126,6 @@ Fix all '{0}' in '{1}' - - Fix all '{0}' in containing member for '{1}' - - - Fix all '{0}' in containing type for '{1}' - Fix all '{0}' in Solution diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf index efe571136f0c6..fbabe19a86657 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.cs.xlf @@ -72,16 +72,6 @@ Opravit vše ({0}) v řešení - - Fix all '{0}' in containing member for '{1}' - Opravit všechny {0} obsahujícího člena pro {1} - - - - Fix all '{0}' in containing type for '{1}' - Opravit všechny{0} v obsahujícím typu pro {1} - - Invalid number of parameters for binary operator. Neplatný počet parametrů pro binární operátor diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf index b0b1a72f702f6..cffd3da698896 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.de.xlf @@ -72,16 +72,6 @@ Alle '{0}' in Lösung reparieren - - Fix all '{0}' in containing member for '{1}' - Alle "{0}" im enthaltenden Member für "{1}" korrigieren - - - - Fix all '{0}' in containing type for '{1}' - Alle "{0}" im enthaltenden Typ für "{1}" korrigieren - - Invalid number of parameters for binary operator. Ungültige Parameteranzahl für binären Operator. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf index 9f00f78f891d5..07164c7c23837 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.es.xlf @@ -72,16 +72,6 @@ Corregir todo '{0}' en solución - - Fix all '{0}' in containing member for '{1}' - Corregir todos los '{0}' del miembro contenedor para '{1}' - - - - Fix all '{0}' in containing type for '{1}' - Corregir todos los '{0}' del tipo contenedor para '{1}' - - Invalid number of parameters for binary operator. Número de parámetros no válido para el operador binario. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf index 3d488955f4868..dbddeb1912b98 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.fr.xlf @@ -72,16 +72,6 @@ Corriger tous les '{0}' dans la solution - - Fix all '{0}' in containing member for '{1}' - Corriger toutes les '{0}' dans le membre conteneur pour '{1}' - - - - Fix all '{0}' in containing type for '{1}' - Corriger toutes les '{0}' dans le type conteneur pour '{1}' - - Invalid number of parameters for binary operator. Nombre de paramètres non valide pour l'opérateur binaire. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf index 08c7cb4a54ff7..a2c78b22b50ab 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.it.xlf @@ -72,16 +72,6 @@ Correggi tutti '{0}' nella soluzione - - Fix all '{0}' in containing member for '{1}' - Correggi tutti i '{0}' nel membro contenitore per '{1}' - - - - Fix all '{0}' in containing type for '{1}' - Correggi tutti i '{0}' nel tipo contenitore per '{1}' - - Invalid number of parameters for binary operator. Il numero di parametri per l'operatore binario non è valido. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf index f44a80cebe053..47ac48e3daa75 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ja.xlf @@ -72,16 +72,6 @@ ソリューションに含まれているすべての '{0}' を修正します - - Fix all '{0}' in containing member for '{1}' - 包含メンバー '{1}' 内すべての '{0}' を修正する - - - - Fix all '{0}' in containing type for '{1}' - 包含型 '{1}' のすべての '{0}' を修正する - - Invalid number of parameters for binary operator. 二項演算子のパラメーターの数が無効です。 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf index 72bb36a8d2a9a..9206614edb5a7 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ko.xlf @@ -72,16 +72,6 @@ 솔루션의 모든 '{0}' 수정 - - Fix all '{0}' in containing member for '{1}' - '{1}'에 대한 포함 구성원의 모든 '{0}' 수정 - - - - Fix all '{0}' in containing type for '{1}' - '{1}'에 대한 포함 유형의 모든 '{0}' 수정 - - Invalid number of parameters for binary operator. 이진 연산자에 대해 잘못된 매개 변수 수입니다. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf index 879d216c57490..eab56886bbe3e 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pl.xlf @@ -72,16 +72,6 @@ Napraw wszystkie wystąpienia elementu „{0}” w rozwiązaniu - - Fix all '{0}' in containing member for '{1}' - Napraw wszystkie „{0}” w składowej zawierającej dla „{1}” - - - - Fix all '{0}' in containing type for '{1}' - Napraw wszystkie „{0}” w typie zawierającym dla „{1}” - - Invalid number of parameters for binary operator. Nieprawidłowa liczba parametrów operatora binarnego. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf index 7b3c34b92872c..4d335c670f6d8 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.pt-BR.xlf @@ -72,16 +72,6 @@ Corrigir todos os '{0}' na Solução - - Fix all '{0}' in containing member for '{1}' - Corrigir todos os '{0}' do membro que o contém para '{1}' - - - - Fix all '{0}' in containing type for '{1}' - Corrigir todos os '{0}' do tipo que o contém para '{1}' - - Invalid number of parameters for binary operator. Número inválido de parâmetros para o operador binário. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf index b4b4b41917894..5222a6f599619 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.ru.xlf @@ -72,16 +72,6 @@ Исправить все "{0}" в решении - - Fix all '{0}' in containing member for '{1}' - Исправить все "{0}" в содержащем элементе для "{1}" - - - - Fix all '{0}' in containing type for '{1}' - Исправить все "{0}" в содержащем типе для "{1}" - - Invalid number of parameters for binary operator. Недопустимое число параметров для бинарного оператора. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf index 965ed9cf8460c..d9c8984990dc5 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.tr.xlf @@ -72,16 +72,6 @@ Çözüm'de geçtiği her yerde '{0}' ifadesini düzelt - - Fix all '{0}' in containing member for '{1}' - '{1}' için kapsayan üyedeki tüm '{0}' öğelerini düzelt - - - - Fix all '{0}' in containing type for '{1}' - '{1}' için kapsayan türdeki tüm '{0}' öğelerini düzelt - - Invalid number of parameters for binary operator. İkili operatör için parametre sayısı geçersiz. diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf index 72372bcb130ea..5fe06e2b21b63 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hans.xlf @@ -72,16 +72,6 @@ 修复解决方案中的所有“{0}” - - Fix all '{0}' in containing member for '{1}' - 修复包含 '{1}' 成员中的所有 '{0}' - - - - Fix all '{0}' in containing type for '{1}' - 修复“{1}”的“包含”类型中的所有 '{0}' - - Invalid number of parameters for binary operator. 参数数目对二元运算符无效。 diff --git a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf index 39acdd06f8340..38c4ef5ba363d 100644 --- a/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf +++ b/src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/xlf/WorkspaceExtensionsResources.zh-Hant.xlf @@ -72,16 +72,6 @@ 修正方案中的所有 '{0}' - - Fix all '{0}' in containing member for '{1}' - 修正包含 '{1}' 成員的所有 '{0}' - - - - Fix all '{0}' in containing type for '{1}' - 修正包含 '{1}' 類型中的所有 '{0}' - - Invalid number of parameters for binary operator. 二元運算子的參數數目無效。 diff --git a/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.resx b/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.resx index 6464862e1bc3a..b040162d4149e 100644 --- a/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.resx +++ b/src/Workspaces/VisualBasic/Portable/VBWorkspaceResources.resx @@ -243,15 +243,6 @@ Introduces a type conversion operation that does not throw an exception. If an attempted conversion fails, TryCast returns Nothing, which your program can test for. - - Node does not descend from root. - - - Node not in parent's child list - - - Trivia is not associated with token - <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.cs.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.cs.xlf index 14f7d84f67b5c..a5bb92f2b56b6 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.cs.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.cs.xlf @@ -227,21 +227,6 @@ Zavádí operaci převodu typu, která nevyvolá výjimku. Pokud se pokus o převod nezdaří, TryCast vrací hodnotu Nothing, kterou může váš program testovat. - - Node does not descend from root. - Uzel nesestupuje z kořene. - - - - Node not in parent's child list - Uzel není v seznamu podřízených položek u nadřazené položky. - - - - Trivia is not associated with token - Triviální prvek není přidružený k tokenu. - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.de.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.de.xlf index dead138d40102..5c1ddf495702f 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.de.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.de.xlf @@ -227,21 +227,6 @@ Führt eine Typenkonvertierungsoperation ein, die keine Ausnahme auslöst. Wenn beim Versuch einer Konvertierung ein Fehler auftritt, gibt "TryCast" den Wert "Nothing" zurück, auf den das Programm eine Überprüfung durchführen kann. - - Node does not descend from root. - Knoten steigt nicht vom Stamm ab. - - - - Node not in parent's child list - Knoten befindet sich nicht in der untergeordneten Liste des übergeordneten Elements - - - - Trivia is not associated with token - Trivia ist nicht dem Token zugeordnet - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.es.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.es.xlf index c05fdff3746ae..a828ee4730b1d 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.es.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.es.xlf @@ -227,21 +227,6 @@ Introduce una operación de conversión de tipos que no produce una excepción. Si no se puede realizar la conversión, TryCast devuelve Nothing, que el programa puede probar. - - Node does not descend from root. - El nodo no desciende de la raíz. - - - - Node not in parent's child list - El nodo no está en la lista secundaria de la primaria - - - - Trivia is not associated with token - Trivialidad no asociada con token - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.fr.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.fr.xlf index 5301e427936ea..104e111a3c795 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.fr.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.fr.xlf @@ -227,21 +227,6 @@ Introduit une opération de conversion de type qui ne lève pas d'exception. En cas d'échec d'une tentative de conversion, TryCast retourne Nothing, qui peut être testé par votre programme. - - Node does not descend from root. - Le nœud ne provient pas de la racine. - - - - Node not in parent's child list - Le nœud ne figure pas dans la liste des enfants du parent - - - - Trivia is not associated with token - Trivia non associé au jeton - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.it.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.it.xlf index 3c587b4ca1164..23926ea56983d 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.it.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.it.xlf @@ -227,21 +227,6 @@ Introduce un'operazione di conversione di tipo che non genera un'eccezione. Se un tentativo di conversione ha esito negativo, TryCast restituisce Nothing, che può essere verificato dal programma. - - Node does not descend from root. - Il nodo non discende dalla radice. - - - - Node not in parent's child list - Il nodo non è incluso nell'elenco degli elementi figlio dell'elemento padre - - - - Trivia is not associated with token - Gli elementi semplici non sono associati al token - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ja.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ja.xlf index 585be81cb8a14..01aa95869062d 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ja.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ja.xlf @@ -227,21 +227,6 @@ 例外をスローしない型変換操作を導入します。行われた変換が失敗した場合、TryCast はプログラムがテストできる Nothing を返します。 - - Node does not descend from root. - Node がルートから派生していません。 - - - - Node not in parent's child list - Node が親の子リストにありません - - - - Trivia is not associated with token - トリビアがトークンに関連付けられていません - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ko.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ko.xlf index 847eaa07fdf04..8f7664f22d652 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ko.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ko.xlf @@ -227,21 +227,6 @@ 예외를 throw하지 않는 형식 변환 작업을 지정합니다. 변환하지 못한 경우 프로그램에서 테스트할 수 있도록 TryCast에서 Nothing을 반환합니다. - - Node does not descend from root. - 노드가 루트의 내림차순이 아닙니다. - - - - Node not in parent's child list - 부모의 자식 목록에 노드가 없습니다. - - - - Trivia is not associated with token - Trivia가 토큰에 연결되어 있지 않습니다. - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pl.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pl.xlf index 6bcdbbfeaf06a..13b56c6a55309 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pl.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pl.xlf @@ -227,21 +227,6 @@ Wprowadza operację konwersji typu, która nie zgłasza wyjątku. Jeśli próba konwersji nie powiedzie się, element TryCast zwróci wartość Nothing, którą Twój program może użyć do testów. - - Node does not descend from root. - Węzeł nie jest elementem podrzędnym elementu głównego. - - - - Node not in parent's child list - Węzeł nie znajduje się na liście elementów podrzędnych elementu nadrzędnego - - - - Trivia is not associated with token - Elementy towarzyszące składni nie są skojarzone z tokenem - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pt-BR.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pt-BR.xlf index bb32983c00c88..8ee104e3ab603 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pt-BR.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.pt-BR.xlf @@ -227,21 +227,6 @@ Apresenta uma operação de conversão de tipo que não gera uma exceção. Se uma tentativa de conversão falhar, TryCast retorna Nothing, para a qual seu programa pode testar. - - Node does not descend from root. - Nó não deriva da raiz. - - - - Node not in parent's child list - Nó não está na lista de filhos do pai - - - - Trivia is not associated with token - Trívia não está associada a token - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ru.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ru.xlf index 79264b2a16f88..1b577679dc3f9 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ru.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.ru.xlf @@ -227,21 +227,6 @@ Вводит операцию преобразования типа, которая не выдает исключение. Если попытка преобразования не удалась, TryCast не возвращает ничего из того, что ваша программа может протестировать. - - Node does not descend from root. - Узел не является корневым. - - - - Node not in parent's child list - Узел не входит в родительский список дочерних узлов - - - - Trivia is not associated with token - Trivia не связана с токеном - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.tr.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.tr.xlf index 39010587cf624..aac21f16029bd 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.tr.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.tr.xlf @@ -227,21 +227,6 @@ Özel durum oluşturmayan bir tür dönüştürme işlemini ortaya çıkarır. Eğer denenen bir dönüştürme başarısız olursa, TryCast programınızın test edebileceği Hiçbir Değer döndürmez. - - Node does not descend from root. - Düğüm kökten azalmaz. - - - - Node not in parent's child list - Düğüm üst öğenin alt öğe listesinde değil - - - - Trivia is not associated with token - Meraklısına Notlar belirteç ile ilgili değil - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hans.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hans.xlf index a293e7c1ac563..1fd78caf06402 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hans.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hans.xlf @@ -227,21 +227,6 @@ 引入一个不引发异常的类型转换运算。如果尝试执行的转换失败,TryCast 会返回空值,程序可对此进行测试。 - - Node does not descend from root. - 节点并非源自根。 - - - - Node not in parent's child list - 不在父级的子列表中的节点 - - - - Trivia is not associated with token - 琐事与标记不相关联 - - <typeOrMember> <typeOrMember> diff --git a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hant.xlf b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hant.xlf index a3ed8d30591b8..44960fcd0ace1 100644 --- a/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hant.xlf +++ b/src/Workspaces/VisualBasic/Portable/xlf/VBWorkspaceResources.zh-Hant.xlf @@ -227,21 +227,6 @@ 採用不會擲出例外狀況的類型轉換作業。如果嘗試的轉換失敗,TryCast 會傳回 Nothing,讓您的程式能夠測試。 - - Node does not descend from root. - 節點不是根的子系。 - - - - Node not in parent's child list - 節點不在父代的子清單中 - - - - Trivia is not associated with token - Trivia 與語彙基元無關聯 - - <typeOrMember> <typeOrMember>