From 47ae2dbc48cccc2b7d81b95f4e4bb6311a1c3a5a Mon Sep 17 00:00:00 2001 From: Youssef1313 Date: Sun, 31 Aug 2025 07:41:32 +0200 Subject: [PATCH] More MS.CA.CSharp resource cleanup --- .../CSharp/Portable/CSharpResources.resx | 66 ----------- .../Portable/xlf/CSharpResources.cs.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.de.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.es.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.fr.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.it.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.ja.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.ko.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.pl.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.pt-BR.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.ru.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.tr.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.zh-Hans.xlf | 110 ------------------ .../Portable/xlf/CSharpResources.zh-Hant.xlf | 110 ------------------ 14 files changed, 1496 deletions(-) diff --git a/src/Compilers/CSharp/Portable/CSharpResources.resx b/src/Compilers/CSharp/Portable/CSharpResources.resx index 9bce63c7031bc..c06a5493d7f2b 100644 --- a/src/Compilers/CSharp/Portable/CSharpResources.resx +++ b/src/Compilers/CSharp/Portable/CSharpResources.resx @@ -3376,9 +3376,6 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep Cannot initialize type '{0}' with a collection initializer because it does not implement 'System.Collections.IEnumerable' - - Error reading Win32 manifest file '{0}' -- '{1}' - Ignoring /win32manifest for module because it only applies to assemblies @@ -3920,9 +3917,6 @@ You should consider suppressing the warning only if you're sure that you don't w An array access may not have a named argument specifier - - This language feature ('{0}') is not yet implemented. - Default values are not valid in this context. @@ -4265,24 +4259,6 @@ You should consider suppressing the warning only if you're sure that you don't w '{0}' cannot implement '{1}' because '{2}' is a Windows Runtime event and '{3}' is a regular .NET event. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - - - Allocated instance is not disposed along all exception paths - - - Object '{0}' can be disposed more than once. - - - Object can be disposed more than once - Interop type '{0}' cannot be embedded. Use the applicable interface instead. @@ -4879,9 +4855,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Auto-implemented properties must override all accessors of the overridden property. - - Structs without explicit constructors cannot contain members with initializers. - Cannot emit debug information for a source text without encoding. @@ -4891,9 +4864,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Control cannot fall out of switch from final case label ('{0}') - - Type arguments are not allowed in the nameof operator. - An expression tree lambda may not contain a null propagating operator. @@ -5084,15 +5054,9 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ A member is returned by reference but was initialized to a value that cannot be returned by reference - - Cannot return '{0}' by reference because it is read-only - Cannot return the range variable '{0}' by reference - - Cannot return '{0}' by reference because it is a '{1}' - A readonly field cannot be returned by writable reference @@ -5204,27 +5168,9 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Cannot use a member of result of '{0}' in this context because it may expose variables referenced by parameter '{1}' outside of their declaration scope - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - This combination of arguments to '{0}' is disallowed because it may expose variables referenced by parameter '{1}' outside of their declaration scope - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Branches of a ref conditional operator cannot refer to variables with incompatible declaration scopes @@ -6035,9 +5981,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ The contextual keyword 'var' cannot be used as an explicit lambda return type - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - The syntax 'var' for a pattern is not permitted to refer to a type, but '{0}' is in scope here. @@ -6209,9 +6152,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ The given expression always matches the provided pattern. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - Pattern-matching is not permitted for pointer types. @@ -7098,9 +7038,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Use of possibly unassigned auto-implemented property. Consider updating the language version to auto-default the property. - - Slice patterns may not be used for a value of type '{0}'. - Slice patterns may only be used once and directly inside a list pattern. @@ -7384,9 +7321,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ UTF-8 string literals - - An expression tree may not contain UTF-8 string conversion or literal. - This constructor must add 'SetsRequiredMembers' because it chains to a constructor that has that attribute. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf index 643164d643e51..1a1ee743c78c9 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf @@ -802,11 +802,6 @@ Strom výrazů nesmí obsahovat operátor řazené kolekce členů == nebo !=. - - An expression tree may not contain UTF-8 string conversion or literal. - Strom výrazů nesmí obsahovat převod řetězce UTF-8 nebo literál. - - An expression tree may not contain a with-expression. Strom výrazů nesmí obsahovat výraz with. @@ -887,11 +882,6 @@ Funkce {0} není v C# 8.0 dostupná. Použijte prosím jazykovou verzi {1} nebo větší. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - Funkce {0} není v C# 8.0 dostupná. Použijte prosím jazykovou verzi {1} nebo větší. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. Funkce {0} není v C# 9.0 dostupná. Použijte prosím jazykovou verzi {1} nebo větší. @@ -2362,11 +2352,6 @@ Program, který používá příkazy nejvyšší úrovně, musí být spustitelný. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Vzor deconstruct s jedním elementem vyžaduje určitou další syntaxi pro zajištění jednoznačnosti. Doporučuje se přidat označení discard „_“ za koncovou závorku „)“. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' Spread operátor .. nejde použít pro proměnné typu {0}, protože {0} neobsahuje veřejnou definici instance nebo rozšíření pro {1}. @@ -2597,11 +2582,6 @@ Vzory seznamů se nedají používat pro hodnotu typu {0}. - - Slice patterns may not be used for a value of type '{0}'. - Vzory řezů se nedají používat pro hodnotu typu {0}. - - Unterminated raw string literal. Neukončený literál nezpracovaného řetězce. @@ -3072,16 +3052,6 @@ Je nutné zadat parametr atributu SizeConst. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Tato kombinace argumentů parametru {0} může vystavit proměnné, na které odkazuje parametr {1}, mimo obor jejich deklarace - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Tato kombinace argumentů parametru může vystavit proměnné, na které odkazuje parametr, mimo obor jejich deklarace - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. Atribut CallerArgumentExpressionAttribute použitý u parametru {0} nebude mít žádný účinek. Argument je použitý s neplatným názvem parametru. @@ -3222,26 +3192,6 @@ Odkaz analyzátoru byl zadán vícekrát - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Použití výsledku {0} v tomto kontextu může vystavit proměnné, na které odkazuje parametr {1}, mimo rozsah jejich oboru. - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Použití člena výsledku {0} v tomto kontextu může vystavit proměnné, na které odkazuje parametr {1}, mimo rozsah jejich oboru. - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Použití člena výsledku v tomto kontextu může vystavit proměnné, na které odkazuje parametr, mimo rozsah jejich oboru - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Použití výsledku v tomto kontextu může vystavit proměnné, na které odkazuje parametr, mimo rozsah jejich oboru - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Výsledek výrazu stackalloc typu {0} v tomto kontextu může být vystaven mimo obsahující metodu @@ -10372,11 +10322,6 @@ Blok catch() po bloku catch (System.Exception e) může zachytit výjimky, kter Nejde inicializovat typ {0} pomocí inicializátoru kolekce, protože neimplementuje System.Collections.IEnumerable. - - Error reading Win32 manifest file '{0}' -- '{1}' - Chyba při čtení souboru manifestu Win32 {0} -- {1} - - Ignoring /win32manifest for module because it only applies to assemblies Přepínač /win32manifest pro modul se bude ignorovat, protože se vztahuje jenom k sestavením. @@ -11267,11 +11212,6 @@ Potlačení upozornění zvažte jenom v případě, když určitě nechcete če Přístup k poli nemůže mít specifikátor pojmenovaného argumentu. - - This language feature ('{0}') is not yet implemented. - Tato jazyková funkce ({0}) zatím není implementovaná. - - Default values are not valid in this context. Výchozí hodnoty nejsou v tomto kontextu platné. @@ -11802,36 +11742,6 @@ Potlačení upozornění zvažte jenom v případě, když určitě nechcete če {0} nemůže implementovat {1}, protože {2} je událost Windows Runtimu a {3} je normální událost .NET. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Vyvolejte System.IDisposable.Dispose() na přidělenou instanci {0} dřív, než budou všechny odkazy na ni mimo obor. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Vyvolejte System.IDisposable.Dispose() u přidělené instance, než budou všechny odkazy na ni mimo rozsah. - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - Přidělená instance {0} se neuvolní v průběhu všech cest výjimky. Vyvolejte System.IDisposable.Dispose() dřív, než budou všechny odkazy na ni mimo obor. - - - - Allocated instance is not disposed along all exception paths - Přidělená instance není uvolněná v průběhu všech cest výjimek. - - - - Object '{0}' can be disposed more than once. - Objekt {0} se dá uvolnit víc než jednou. - - - - Object can be disposed more than once - Objekt se dá uvolnit víc než jednou. - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Typ spolupráce {0} nemůže být vložený. Místo něho použijte použitelné rozhraní. @@ -12515,11 +12425,6 @@ Pokud chcete odstranit toto varování, můžete místo toho použít /reference Automaticky implementované vlastnosti musí přepsat všechny přistupující objekty přepsané vlastnosti. - - Structs without explicit constructors cannot contain members with initializers. - Struktury bez explicitních konstruktorů nemůžou obsahovat členy s inicializátory. - - Cannot emit debug information for a source text without encoding. Nejde vygenerovat ladicí informace pro zdrojový text bez kódování. @@ -12535,11 +12440,6 @@ Pokud chcete odstranit toto varování, můžete místo toho použít /reference Řízení nemůže opustit příkaz switch z posledního příkazu case ('{0}') - - Type arguments are not allowed in the nameof operator. - Argumenty typů nejsou v operátoru nameof povoleny. - - An expression tree lambda may not contain a null propagating operator. Strom výrazu lambda nesmí obsahovat operátor šířící null. @@ -12815,21 +12715,11 @@ Pokud chcete odstranit toto varování, můžete místo toho použít /reference Člen pro {0} nejde vrátit pomocí odkazu, protože bylo inicializované na hodnotu, která nemůže být vrácená pomocí odkazu. - - Cannot return '{0}' by reference because it is read-only - {0} nejde vrátit pomocí odkazu, protože je to hodnota jen pro čtení. - - Cannot return the range variable '{0}' by reference Proměnnou rozsahu {0} nejde vrátit pomocí odkazu. - - Cannot return '{0}' by reference because it is a '{1}' - {0} nejde vrátit pomocí odkazu, protože je to {1}. - - A readonly field cannot be returned by writable reference Pole jen pro čtení nejde vrátit zapisovatelným odkazem. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf index afa86f346e828..ee16fbcf9e461 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf @@ -802,11 +802,6 @@ Eine Ausdrucksbaumstruktur darf keinen ==- oder !=-Tupeloperator enthalten. - - An expression tree may not contain UTF-8 string conversion or literal. - Eine Ausdrucksstruktur darf keine UTF-8-Zeichenfolgenkonvertierung ode Literal enthalten. - - An expression tree may not contain a with-expression. Eine Ausdrucksbaumstruktur darf keinen with-Ausdruck enthalten. @@ -887,11 +882,6 @@ Das Feature "{0}" ist in C# 8.0 nicht verfügbar. Verwenden Sie Sprachversion {1} oder höher. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - Das Feature "{0}" ist in C# 8.0 nicht verfügbar. Verwenden Sie Sprachversion {1} oder höher. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. Die Funktion "{0}" ist in C# 9.0 nicht verfügbar. Verwenden Sie Sprachversion {1} oder höher. @@ -2362,11 +2352,6 @@ Das Programm mit Anweisungen der obersten Ebene muss eine ausführbare Datei sein. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Ein aus einem Element bestehendes deconstruct-Muster erfordert zur Vermeidung einer Mehrdeutigkeit eine etwas andere Syntax. Es wird empfohlen, nach der schließenden Klammer ")" einen discard-Kennzeichner "_" hinzuzufügen. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' Der Überfüllungsoperator ".." kann nicht für Variablen vom Typ "{0}" verwendet werden, weil "{0}" keine öffentliche Instanz- oder Erweiterungsdefinition für "{1}" enthält. @@ -2597,11 +2582,6 @@ Listenmuster dürfen nicht für einen Wert vom Typ „{0}“ verwendet werden. - - Slice patterns may not be used for a value of type '{0}'. - Segmentmuster dürfen nicht für einen Wert vom Typ „{0}“ verwendet werden. - - Unterminated raw string literal. Nicht abgeschlossenes Zeichenfolgenliteral. @@ -3072,16 +3052,6 @@ Der Attributparameter "SizeConst" muss angegeben werden. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Diese Kombination aus Argumenten für "{0}" führt möglicherweise dazu, dass vom Parameter "{1}" referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Diese Kombination aus Argumenten führt möglicherweise dazu, dass vom Parameter referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. Das CallerArgumentExpressionAttribute, das auf den Parameter „{0}“ angewendet wird, hat keine Auswirkungen. Es wird mit einem ungültigen Parameternamen angewendet. @@ -3222,26 +3192,6 @@ Mehrfacher Verweis auf Analysetool - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Durch die Verwendung des Ergebnisses von "{0}" in diesem Kontext können vom Parameter "{1}" referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Durch die Verwendung eines Ergebnismembers von "{0}" in diesem Kontext können vom Parameter "{1}" referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Durch die Verwendung des Ergebnismembers in diesem Kontext können vom Parameter referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Durch die Verwendung des Ergebnisses in diesem Kontext können vom Parameter referenzierte Variablen außerhalb ihres Deklarationsbereichs verfügbar gemacht werden. - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Das Ergebnis eines stackalloc-Ausdrucks des Typs "{0}" in diesem Kontext kann außerhalb der enthaltenden Methode verfügbar gemacht werden. @@ -10372,11 +10322,6 @@ Ein catch()-Block nach einem catch (System.Exception e)-Block kann nicht-CLS-Aus Der Typ "{0}" kann nicht mit einem Sammlungsinitialisierer initialisiert werden, weil er nicht "System.Collections.IEnumerable" implementiert. - - Error reading Win32 manifest file '{0}' -- '{1}' - Fehler beim Lesen der Win32-Manifestdatei "{0}": {1} - - Ignoring /win32manifest for module because it only applies to assemblies "/win32manifest" gilt nur für Assemblys und wird für das Modul ignoriert. @@ -11267,11 +11212,6 @@ Sie sollten das Unterdrücken der Warnung nur in Betracht ziehen, wenn Sie siche Ein Arrayzugriff verfügt möglicherweise nicht über einen benannten Argumentspezifizierer. - - This language feature ('{0}') is not yet implemented. - Diese Sprachfunktion ("{0}") ist noch nicht implementiert. - - Default values are not valid in this context. Standardwerte sind in diesem Kontext nicht gültig. @@ -11802,36 +11742,6 @@ Sie sollten das Unterdrücken der Warnung nur in Betracht ziehen, wenn Sie siche "{0}" kann "{1}" nicht implementieren, da "{2}" ein Windows-Runtime-Ereignis und "{3}" ein reguläres .NET-Ereignis ist. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Rufen Sie System.IDisposable.Dispose() für die zugeordnete Instanz von "{0}" auf, bevor alle Verweise darauf außerhalb des gültigen Bereichs liegen. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Der Aufruf System.IDisposable.Dispose() zu der zugeordneten Instanz vor allen Verweisen dazu befinden sich außerdem des zulässigen Bereichs - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - Die zugeordnete Instanz von "{0}" wird nicht entlang allen Ausnahmepfaden verworfen. Rufen Sie System.IDisposable.Dispose() auf, bevor alle Verweise darauf außerhalb des gültigen Bereichs liegen. - - - - Allocated instance is not disposed along all exception paths - Zugeordnete Instanz wird nicht zusammen mit allen Ausnahmepfaden zugeordnet - - - - Object '{0}' can be disposed more than once. - Das Objekt "{0}" kann mehrere Male verworfen werden. - - - - Object can be disposed more than once - Objekt kann mehrmals zugeordnet werden - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Der Interoptyp "{0}" kann nicht eingebettet werden. Verwenden Sie stattdessen die entsprechende Schnittstelle. @@ -12515,11 +12425,6 @@ Um die Warnung zu beheben, können Sie stattdessen /reference verwenden (Einbett Automatisch implementierte Eigenschaften müssen alle Accessoren der überschriebenen Eigenschaft überschreiben. - - Structs without explicit constructors cannot contain members with initializers. - Strukturen ohne explizite Konstruktoren können keine Member mit Initialisierern enthalten. - - Cannot emit debug information for a source text without encoding. Debuginformationen für einen Quelltext können nur codiert ausgegeben werden. @@ -12535,11 +12440,6 @@ Um die Warnung zu beheben, können Sie stattdessen /reference verwenden (Einbett Die Steuerung kann nicht von der abschließenden case-Bezeichnung ("{0}") aus dem switch-Ausdruck übergeben werden. - - Type arguments are not allowed in the nameof operator. - Typargumente sind im nameof-Operator unzulässig. - - An expression tree lambda may not contain a null propagating operator. Ein Ausdrucksbaumstruktur-Lambda darf keinen null propagierenden Operator enthalten. @@ -12815,21 +12715,11 @@ Um die Warnung zu beheben, können Sie stattdessen /reference verwenden (Einbett Ein Member von "{0}" kann nicht als Verweis zurückgegeben werden, weil er mit einem Wert initialisiert wurde, der nicht als Verweis zurückgegeben werden kann. - - Cannot return '{0}' by reference because it is read-only - "{0}" kann nicht als Verweis zurückgegeben werden, weil ein Schreibschutz besteht. - - Cannot return the range variable '{0}' by reference Die Bereichsvariable "{0}" kann nicht als Verweis zurückgegeben werden. - - Cannot return '{0}' by reference because it is a '{1}' - "{0}" kann nicht als Verweis zurückgegeben werden, weil es sich um ein {1}-Element handelt. - - A readonly field cannot be returned by writable reference Ein schreibgeschütztes Feld kann nicht als schreibbarer Verweis zurückgegeben werden. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf index 65c23b88b8509..a0fae05aae383 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf @@ -802,11 +802,6 @@ Un árbol de expresión no puede contener un operador de tupla == o !=. - - An expression tree may not contain UTF-8 string conversion or literal. - Un árbol de expresión puede no contener una conversión de cadena UTF-8 o un literal. - - An expression tree may not contain a with-expression. Un árbol de expresión no puede contener una expresión with. @@ -887,11 +882,6 @@ La característica "{0}" no está disponible en C# 8.0. Use la versión {1} del lenguaje o una posterior. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - La característica "{0}" no está disponible en C# 8.0. Use la versión {1} del lenguaje o una posterior. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. La característica "{0}" no está disponible en C# 9.0. Use la versión {1} del lenguaje o una posterior. @@ -2362,11 +2352,6 @@ El programa que usa instrucciones de nivel superior debe ser un ejecutable. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Un patrón de deconstrucción de un solo elemento requiere más sintaxis para la desambiguación. Se recomienda agregar un designador de descarte "_" después del paréntesis de cierre ")". - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' El operador de propagación ".." no puede funcionar en variables de tipo "{0}" porque "{0}" no contiene una instancia pública o una definición de extensión para "{1}" @@ -2597,11 +2582,6 @@ No se pueden utilizar patrones de lista para un valor de tipo "{0}". - - Slice patterns may not be used for a value of type '{0}'. - No se pueden utilizar patrones de segmento para el valor de tipo "{0}". - - Unterminated raw string literal. Literal de cadena sin formato sin terminar. @@ -3072,16 +3052,6 @@ Se debe especificar el parámetro de atributo "SizeConst". - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Esta combinación de argumentos para "{0}" puede exponer variables a las que el parámetro "{1}" hace referencia fuera de su ámbito de declaración - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Esta combinación de argumentos puede exponer variables a las que el parámetro hace referencia fuera de su ámbito de declaración - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. El atributo CallerArgumentExpressionAttribute aplicado al parámetro "{0}" no tendrá ningún efecto. Se ha aplicado con un nombre de parámetro no válido. @@ -3222,26 +3192,6 @@ Referencia del analizador especificada varias veces - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Usar el resultado de "{0}" en este contexto puede exponer variables a las que el parámetro "{1}" hace referencia fuera de su ámbito de declaración - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Usar un miembro del resultado de "{0}" en este contexto puede exponer variables a las que el parámetro "{1}" hace referencia fuera de su ámbito de declaración - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Usar un miembro del resultado en este contexto puede exponer variables a las que el parámetro hace referencia fuera de su ámbito de declaración - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Usar el resultado en este contexto puede exponer variables a las que el parámetro hace referencia fuera de su ámbito de declaración - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method El resultado de una expresión stackalloc de tipo "{0}" en este contexto puede exponerse fuera del método contenedor @@ -10372,11 +10322,6 @@ Un bloque catch() después de un bloque catch (System.Exception e) puede abarcar No se puede inicializar el tipo '{0}' con un inicializador de colección porque no implementa 'System.Collections.IEnumerable' - - Error reading Win32 manifest file '{0}' -- '{1}' - Error al leer el archivo de manifiesto '{0}' de Win32: '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies Se omitirá /win32manifest para el módulo porque solo se aplica a ensamblados @@ -11267,11 +11212,6 @@ Considere la posibilidad de suprimir la advertencia solo si tiene la seguridad d Un acceso de matriz no puede tener un especificador de argumento con nombre - - This language feature ('{0}') is not yet implemented. - Esta funcionalidad de idioma ('{0}') todavía no está implementada. - - Default values are not valid in this context. Los valores predeterminados no son válidos en este contexto. @@ -11802,36 +11742,6 @@ Considere la posibilidad de suprimir la advertencia solo si tiene la seguridad d '{0}' no puede implementar '{1}' porque '{2}' es un evento de Windows Runtime y '{3}' es un evento normal de .NET. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Llame a System.IDisposable.Dispose() en la instancia asignada de {0} antes de que todas las referencias a él estén fuera de ámbito. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Llame a System.IDisposable.Dispose() en una instancia asignada antes de que todas sus referencias estén fuera de ámbito - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - La instancia asignada de {0} no se desecha en todas las rutas de acceso de excepciones. Llame a System.IDisposable.Dispose() antes de que todas las referencias a él estén fuera de ámbito. - - - - Allocated instance is not disposed along all exception paths - La instancia asignada no está eliminada en todas las rutas de acceso de excepción - - - - Object '{0}' can be disposed more than once. - El objeto '{0}' se puede desechar más de una vez. - - - - Object can be disposed more than once - Se puede eliminar el objeto más de una vez - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. El tipo de interoperabilidad '{0}' no se puede incrustar. En su lugar, use la interfaz aplicable. @@ -12515,11 +12425,6 @@ Para eliminar la advertencia puede usar /reference (establezca la propiedad Embe Las propiedades implementadas automáticamente deben invalidar todos los descriptores de acceso de la propiedad invalidada. - - Structs without explicit constructors cannot contain members with initializers. - Las estructuras sin constructores explícitos no pueden contener miembros con inicializadores. - - Cannot emit debug information for a source text without encoding. No se puede emitir información de depuración para un texto de origen sin descodificar. @@ -12535,11 +12440,6 @@ Para eliminar la advertencia puede usar /reference (establezca la propiedad Embe El control no puede quedar fuera del modificador de la etiqueta de caso final ('{0}') - - Type arguments are not allowed in the nameof operator. - Los argumentos de tipo no están permitidos en el nombre del operador. - - An expression tree lambda may not contain a null propagating operator. Una expresión lambda de árbol de expresión no puede contener un operador de propagación NULL. @@ -12815,21 +12715,11 @@ Para eliminar la advertencia puede usar /reference (establezca la propiedad Embe No se puede devolver por referencia un miembro de '{0}' porque se inicializó con un valor que no se puede devolver por referencia. - - Cannot return '{0}' by reference because it is read-only - '{0}' no se puede devolver por referencia porque es de solo lectura. - - Cannot return the range variable '{0}' by reference No se puede devolver por referencia la variable de rango '{0}'. - - Cannot return '{0}' by reference because it is a '{1}' - '{0}' no se puede devolver por referencia porque es un '{1}'. - - A readonly field cannot be returned by writable reference No se puede devolver un campo de solo lectura por referencia grabable. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf index 212a6c506c18b..326f218f1dc45 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf @@ -802,11 +802,6 @@ Une arborescence de l'expression ne peut pas contenir un opérateur de tuple == ou != - - An expression tree may not contain UTF-8 string conversion or literal. - Une arborescence d’expression ne peut pas contenir de conversion de chaîne UTF-8 ni de littéral. - - An expression tree may not contain a with-expression. Une arborescence de l'expression ne peut pas contenir d'expression with. @@ -887,11 +882,6 @@ La fonctionnalité '{0}' n'est pas disponible en C# 8.0. Utilisez la version de langage {1} ou une version ultérieure. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - La fonctionnalité '{0}' n'est pas disponible en C# 8.0. Utilisez la version de langage {1} ou une version ultérieure. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. La fonctionnalité '{0}' n'est pas disponible en C# 9.0. Utilisez la version de langage {1} ou une version ultérieure. @@ -2362,11 +2352,6 @@ Le programme qui utilise des instructions de niveau supérieur doit être un exécutable. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Un modèle de déconstruction d'un seul élément nécessite une autre syntaxe pour la désambiguïsation. Il est recommandé d'ajouter un désignateur d'abandon '_' après la parenthèse de fermeture ')'. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' L’opérateur spread « .. » ne peut pas fonctionner sur des variables de type « {0} », car « {0} » ne contient pas de définition d’extension ou d’instance publique pour « {1} » @@ -2597,11 +2582,6 @@ Les modèles de liste ne peuvent pas être utilisés pour une valeur de type '{0}'. - - Slice patterns may not be used for a value of type '{0}'. - Les modèles de tranche ne peuvent pas être utilisés pour une valeur de type '{0}'. - - Unterminated raw string literal. Littéral de chaîne brute inachevé. @@ -3072,16 +3052,6 @@ Vous devez spécifier un paramètre d’attribut « SizeConst ». - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Cette combinaison d'arguments pour '{0}' peut exposer les variables référencées par le paramètre '{1}' en dehors de la portée de leur déclaration - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Cette combinaison d'arguments pour peut exposer les variables référencées par le paramètre en dehors de la portée de leur déclaration - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. Le CallerArgumentExpressionAttribute appliqué au paramètre « {0} » n’aura aucun effet. Il est appliqué avec un nom de paramètre non valide. @@ -3222,26 +3192,6 @@ Référence de l’analyseur spécifiée plusieurs fois - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Utiliser un résultat de '{0}' dans ce contexte peut exposer les variables référencées par le paramètre '{1}' en dehors de la portée de leur déclaration - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Utiliser un membre du résultat de '{0}' dans ce contexte peut exposer les variables référencées par le paramètre '{1}' en dehors de la portée de leur déclaration - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Utiliser un membre du résultat dans ce contexte peut exposer les variables référencées par le paramètre en dehors de la portée de leur déclaration - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Utiliser un résultat dans ce contexte peut exposer les variables référencées par le paramètre en dehors de la portée de leur déclaration - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Un résultat d'une expression stackalloc de type '{0}' dans ce contexte peut être exposé en dehors de la méthode conteneur @@ -10372,11 +10322,6 @@ Un bloc catch() après un bloc catch (System.Exception e) peut intercepter des e Impossible d'initialiser le type '{0}' avec un initialiseur de collection, car il n'implémente pas 'System.Collections.IEnumerable' - - Error reading Win32 manifest file '{0}' -- '{1}' - Erreur lors de la lecture du fichier manifeste Win32 '{0}' -- '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies Option /win32manifest ignorée pour le module, car elle s'applique uniquement aux assemblys @@ -11267,11 +11212,6 @@ Supprimez l'avertissement seulement si vous êtes sûr de ne pas vouloir attendr L'accès au tableau ne peut pas avoir un spécificateur d'argument nommé - - This language feature ('{0}') is not yet implemented. - Cette fonctionnalité de langage ('{0}') n'est pas encore implémentée. - - Default values are not valid in this context. Les valeurs par défaut ne sont pas valides dans ce contexte. @@ -11802,36 +11742,6 @@ Supprimez l'avertissement seulement si vous êtes sûr de ne pas vouloir attendr '{0}' ne peut pas implémenter '{1}', car '{2}' est un événement Windows Runtime et '{3}' est un événement .NET normal. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Appelez System.IDisposable.Dispose() au niveau de l'instance allouée de {0} avant que toutes les références s'y rapportant soient hors de portée. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Appelez System.IDisposable.Dispose() sur l'instance allouée avant que toutes les références pointant vers lui soient hors de portée - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - L'instance allouée de {0} n'a pas été supprimée dans tous les chemins d'accès d'exception. Appelez System.IDisposable.Dispose() avant que toutes les références s'y rapportant soient hors de portée. - - - - Allocated instance is not disposed along all exception paths - L'instance allouée n'a pas été supprimée dans tous les chemins d'accès de l'exception - - - - Object '{0}' can be disposed more than once. - L'objet '{0}' peut être supprimé plusieurs fois. - - - - Object can be disposed more than once - L'objet peut être supprimé plusieurs fois - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Impossible d'incorporer le type interop '{0}'. Utilisez plutôt l'interface applicable. @@ -12515,11 +12425,6 @@ Pour supprimer l'avertissement, vous pouvez utiliser la commande /reference (dé Les propriétés implémentées automatiquement doivent substituer tous les accesseurs de la propriété substituée. - - Structs without explicit constructors cannot contain members with initializers. - Les structs sans constructeurs explicites ne peuvent pas contenir de membres avec initialiseurs - - Cannot emit debug information for a source text without encoding. Impossible d'émettre des informations de débogage pour un texte source sans encodage. @@ -12535,11 +12440,6 @@ Pour supprimer l'avertissement, vous pouvez utiliser la commande /reference (dé Le contrôle ne peut pas sortir du commutateur à partir de l'étiquette case finale ('{0}') - - Type arguments are not allowed in the nameof operator. - Les arguments de type ne sont pas autorisés dans l'opérateur nameof. - - An expression tree lambda may not contain a null propagating operator. Une arborescence d'expression lambda ne peut pas contenir un opérateur de propagation null. @@ -12815,21 +12715,11 @@ Pour supprimer l'avertissement, vous pouvez utiliser la commande /reference (dé Impossible d'effectuer un retour par référence d'un membre de '{0}', car il a été initialisé à une valeur qui ne peut pas être retournée par référence - - Cannot return '{0}' by reference because it is read-only - Impossible de retourner '{0}' par référence, car il est en lecture seule - - Cannot return the range variable '{0}' by reference Impossible de retourner la variable de portée '{0}' par référence - - Cannot return '{0}' by reference because it is a '{1}' - Impossible de retourner '{0}' par référence, car il s'agit d'un '{1}' - - A readonly field cannot be returned by writable reference Impossible de retourner un champ readonly par référence accessible en écriture diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf index 3e87081922388..0d75d9a286450 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf @@ -802,11 +802,6 @@ Un albero delle espressioni non può contenere un operatore == o != di tupla - - An expression tree may not contain UTF-8 string conversion or literal. - Un albero delle espressioni non può una contenere conversione di stringa UTF-8 o un valore letterale. - - An expression tree may not contain a with-expression. Un albero delle espressioni non può contenere un'espressione with. @@ -887,11 +882,6 @@ La funzionalità '{0}' non è disponibile in C# 8.0. Usare la versione {1} o versioni successive del linguaggio. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - La funzionalità '{0}' non è disponibile in C# 8.0. Usare la versione {1} o versioni successive del linguaggio. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. La funzionalità '{0}' non è disponibile in C# 9.0. Usare la versione {1} o versioni successive del linguaggio. @@ -2362,11 +2352,6 @@ Il programma che usa istruzioni di primo livello deve essere un eseguibile. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Per risolvere le ambiguità, è necessario usare una sintassi diversa per il criterio di decostruzione di singoli elementi. È consigliabile aggiungere un indicatore di rimozione '_' dopo la parentesi di chiusura ')'. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' L'operatore spread '..' non può operare su variabili di tipo '{0}' perché '{0}' non contiene un'istanza pubblica o una definizione di estensione per '{1}' @@ -2597,11 +2582,6 @@ Non è possibile usare i modelli di elenco per un valore di tipo '{0}'. - - Slice patterns may not be used for a value of type '{0}'. - Non è possibile usare Seziona modelli per un valore di tipo '{0}'. - - Unterminated raw string literal. Valore letterale stringa senza terminazione. @@ -3072,16 +3052,6 @@ È necessario specificare il parametro di attributo 'SizeConst'. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Questa combinazione di argomenti per '{0}' può esporre variabili a cui fa riferimento il parametro '{1}' all'esterno del relativo ambito di dichiarazione - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Questa combinazione di argomenti potrebbe esporre variabili a cui fa riferimento il parametro al di fuori del relativo ambito di dichiarazione - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. CallerArgumentExpressionAttribute applicato al parametro '{0}' non avrà alcun effetto. È applicato con un nome di parametro non valido. @@ -3222,26 +3192,6 @@ Riferimento analizzatore specificato più volte - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - L'uso del risultato di '{0}' in questo contesto può esporre variabili a cui fa riferimento il parametro '{1}' all'esterno del relativo ambito di dichiarazione - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - L'uso del membro del risultato di '{0}' in questo contesto può esporre variabili a cui fa riferimento il parametro '{1}' all'esterno del relativo ambito di dichiarazione - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - L'uso del membro del risultato in questo contesto può esporre variabili a cui fa riferimento il parametro all'esterno del relativo ambito di dichiarazione - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - L'uso del risultato in questo contesto può esporre variabili a cui fa riferimento il parametro al di fuori dell'ambito della dichiarazione - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Un risultato di un'espressione stackalloc di tipo '{0}' in questo contesto può essere esposto all'esterno del metodo contenitore @@ -10372,11 +10322,6 @@ Un blocco catch() dopo un blocco catch (System.Exception e) può rilevare eccezi Non è possibile inizializzare il tipo '{0}' con un inizializzatore di raccolta perché non implementa 'System.Collections.IEnumerable' - - Error reading Win32 manifest file '{0}' -- '{1}' - Si è verificato un errore durante la lettura del file manifesto Win32 '{0}' - '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies L'opzione /win32manifest per il modulo verrà ignorata perché si applica solo agli assembly @@ -11267,11 +11212,6 @@ Come procedura consigliata, è consigliabile attendere sempre la chiamata. Un accesso a matrice non può includere un identificatore di argomento denominato - - This language feature ('{0}') is not yet implemented. - Questa funzionalità del linguaggio ('{0}') non è ancora implementata. - - Default values are not valid in this context. I parametri predefiniti non sono validi in questo contesto. @@ -11802,36 +11742,6 @@ Come procedura consigliata, è consigliabile attendere sempre la chiamata. '{0}' non può implementare '{1}' perché '{2}' è un evento Windows Runtime e '{3}' è un evento .NET normale. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Chiamare System.IDisposable.Dispose() sull'istanza allocata di {0} prima che tutti i relativi riferimenti siano esterni all'ambito. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Chiamare System.IDisposable.Dispose() sull'istanza allocata prima che tutti i relativi riferimenti siano esterni all'ambito - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - L'istanza allocata di {0} non è stata eliminata in tutti i percorsi delle eccezioni. Chiamare System.IDisposable.Dispose() prima che tutti i relativi riferimenti siano esterni all'ambito. - - - - Allocated instance is not disposed along all exception paths - L'istanza allocata non è stata eliminata in tutti i percorsi delle eccezioni - - - - Object '{0}' can be disposed more than once. - L'oggetto '{0}' non può essere eliminato più di una volta. - - - - Object can be disposed more than once - L'oggetto non può essere eliminato più di una volta - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Non è possibile incorporare il tipo di interoperabilità '{0}'. Usare l'interfaccia applicabile. @@ -12515,11 +12425,6 @@ Per rimuovere l'avviso, è invece possibile usare /reference (impostare la propr Le proprietà implementate automaticamente devono sostituire tutte le funzioni di accesso della proprietà sostituita. - - Structs without explicit constructors cannot contain members with initializers. - Le struct senza costruttori espliciti non possono contenere membri con inizializzatori. - - Cannot emit debug information for a source text without encoding. Non è possibile creare le informazioni di debug per un testo di origine senza codifica. @@ -12535,11 +12440,6 @@ Per rimuovere l'avviso, è invece possibile usare /reference (impostare la propr Control non può uscire dall'opzione dall'etichetta case finale ('{0}') - - Type arguments are not allowed in the nameof operator. - Gli argomenti di tipo non sono consentiti nell'operatore nameof. - - An expression tree lambda may not contain a null propagating operator. Un'espressione lambda dell'albero delle espressioni non può contenere un operatore di propagazione Null. @@ -12815,21 +12715,11 @@ Per rimuovere l'avviso, è invece possibile usare /reference (impostare la propr Non è possibile restituire un membro di '{0}' per riferimento perché è stato inizializzato con un valore che non può essere restituito per riferimento - - Cannot return '{0}' by reference because it is read-only - Non è possibile restituire '{0}' per riferimento perché è di sola lettura - - Cannot return the range variable '{0}' by reference Non è possibile restituire la variabile di intervallo '{0}' per riferimento - - Cannot return '{0}' by reference because it is a '{1}' - Non è possibile restituire '{0}' per riferimento perché è '{1}' - - A readonly field cannot be returned by writable reference Un campo di sola lettura non può restituito per riferimento scrivibile diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf index ca4ab337a8a92..f296633dd1522 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf @@ -802,11 +802,6 @@ 式ツリーにタプルの == または != 演算子を含めることはできません - - An expression tree may not contain UTF-8 string conversion or literal. - 式ツリーに UTF-8 文字列変換またはリテラルを含めることはできません。 - - An expression tree may not contain a with-expression. 式ツリーは、with 式を含むことはできません @@ -887,11 +882,6 @@ 機能 '{0}' は C# 8.0 では使用できません。言語バージョン {1} 以上を使用してください。 - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - 機能 '{0}' は C# 8.0 では使用できません。言語バージョン {1} 以上を使用してください。 - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. 機能 '{0}' は C# 9.0 では使用できません。言語バージョン {1} 以上を使用してください。 @@ -2362,11 +2352,6 @@ トップレベルのステートメントを使用するプログラムは、実行可能ファイルである必要があります。 - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - 単一要素の分解パターンには、あいまいさを排除するための他の構文が必要です。破棄指定子 '_' を閉じかっこ ')' の後に追加することをお勧めします。 - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' '{0}' が '{1}' のパブリック インスタンス定義または拡張機能定義を含んでいないため、スプレッド演算子 '..' は型 '{0}' の変数に対して使用できません。 @@ -2597,11 +2582,6 @@ リスト パターンは、'{0}' 型の値に使用されない可能性があります。 - - Slice patterns may not be used for a value of type '{0}'. - スライス パターンは、'{0}' 型の値に使用されない可能性があります。 - - Unterminated raw string literal. 生文字列リテラルが終了していません。 @@ -3072,16 +3052,6 @@ 属性パラメーター 'SizeConst' を指定する必要があります。 - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - '{0}' に対するこの引数の組み合わせは、パラメーター '{1}' によって参照される変数が宣言のスコープ外に公開される可能性があります - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - この引数の組み合わせは、パラメーターによって参照される変数が宣言のスコープ外に公開される可能性があります - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. パラメーター '{0}' に適用された CallerArgumentExpressionAttribute は、無効なパラメーター名で適用されているため無効となります @@ -3222,26 +3192,6 @@ 複数回指定されたアナライザー参照 - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - このコンテキストで '{0}' の結果を使用すると、パラメーター '{1}' によって参照される変数が宣言のスコープ外に公開される可能性があります - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - このコンテキストで '{0}' の結果のメンバーを使用すると、パラメーター '{1}' によって参照される変数が宣言のスコープ外に公開される可能性があります - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - このコンテキストで結果のメンバーを使用すると、パラメーターによって参照される変数が宣言のスコープ外に公開される可能性があります - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - このコンテキストで結果を使用すると、パラメーターによって参照される変数が宣言のスコープ外に公開される可能性があります - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method このコンテキストにおけるこの種類 '{0}' の stackalloc 式の結果は、それを含んでいるメソッドの外部に公開される可能性があります @@ -10372,11 +10322,6 @@ AssemblyInfo.cs ファイルで RuntimeCompatibilityAttribute が false に設 System.Collections.IEnumerable' を実装していないため、型 '{0}' はコレクション初期化子で初期化することはできません。 - - Error reading Win32 manifest file '{0}' -- '{1}' - Win32 マニフェスト ファイル '{0}' を読み取り中にエラーが発生しました -- '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies モジュールの /win32manifest は、アセンブリにのみ適用されるため、無視されます @@ -11267,11 +11212,6 @@ You should consider suppressing the warning only if you're sure that you don't w 配列のアクセスには名前付き引数の指定子を指定できません - - This language feature ('{0}') is not yet implemented. - この言語機能 ('{0}') はまだ実装されていません。 - - Default values are not valid in this context. このコンテキストでは、既定値は無効です。 @@ -11802,36 +11742,6 @@ You should consider suppressing the warning only if you're sure that you don't w '{2}' は Windows ランタイム イベントで、'{3}' は通常の .NET イベントであるため、'{0}' は '{1}' を実装できません。 - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - {0} の割り当てられたインスタンスへの参照がすべてスコープ外になる前に、そのインスタンスの System.IDisposable.Dispose() を呼び出してください。 - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - 割り当てられたインスタンスへの参照がすべてスコープ外になる前に、そのインスタンスの System.IDisposable.Dispose() を呼び出します - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - {0} の割り当てられたインスタンスが破棄されない例外パスがあります。System.IDisposable.Dispose() への参照がスコープ外になる前にこれを呼び出してください。 - - - - Allocated instance is not disposed along all exception paths - 割り当てられたインスタンスがすべての例外パスで破棄されていません - - - - Object '{0}' can be disposed more than once. - オブジェクト '{0}' は複数回破棄することができます。 - - - - Object can be disposed more than once - オブジェクトは複数回破棄することができます - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. 相互運用型 '{0}' を埋め込むことができません。該当するインターフェイスを使用してください。 @@ -12515,11 +12425,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 自動実装プロパティは、オーバーライドされたプロパティのすべてのアクセサーをオーバーライドする必要があります。 - - Structs without explicit constructors cannot contain members with initializers. - 明示的なコンストラクターがない構造体には、初期化子を持つメンバーを含めることはできません。 - - Cannot emit debug information for a source text without encoding. エンコーディングせずにソース テキストのデバッグ情報を作成することはできません。 @@ -12535,11 +12440,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ コントロールは switch の最後の case ラベル ('{0}') から出ることができません - - Type arguments are not allowed in the nameof operator. - nameof 演算子では型の引数を使用できません。 - - An expression tree lambda may not contain a null propagating operator. 式ツリーのラムダに null 伝搬演算子を含めることはできません。 @@ -12815,21 +12715,11 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ '{0}' のメンバーは参照渡しで返せない値に初期化されたため、参照渡しで返すことができません - - Cannot return '{0}' by reference because it is read-only - 読み取り専用であるため、'{0}' を参照渡しで返すことはできません - - Cannot return the range variable '{0}' by reference 範囲変数 '{0}' を参照渡しで返すことはできません - - Cannot return '{0}' by reference because it is a '{1}' - '{1}' であるため、'{0}' を参照渡しで返すことはできません - - A readonly field cannot be returned by writable reference 読み取り専用フィールドを書き込み可能な参照渡しで返すことはできません diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf index 02d31105871b2..59ebddafcfc64 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf @@ -802,11 +802,6 @@ 식 트리에는 튜플 == 또는 != 연산자를 사용할 수 없습니다. - - An expression tree may not contain UTF-8 string conversion or literal. - 식 트리에는 UTF-8 문자열 변환 또는 리터럴이 포함될 수 없습니다. - - An expression tree may not contain a with-expression. 식 트리에는 with 식이 포함될 수 없습니다. @@ -887,11 +882,6 @@ '{0}' 기능은 C# 8.0에서 사용할 수 없습니다. 언어 버전 {1} 이상을 사용하세요. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - '{0}' 기능은 C# 8.0에서 사용할 수 없습니다. 언어 버전 {1} 이상을 사용하세요. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. '{0}' 기능은 C# 9.0에서 사용할 수 없습니다. {1} 이상의 언어 버전을 사용하세요. @@ -2362,11 +2352,6 @@ 최상위 문을 사용하는 프로그램은 실행 파일이어야 합니다. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - 단일 요소 분해 패턴은 명확성을 위해 다른 구문이 필요합니다. 닫는 괄호 ')' 뒤에 무시 항목 지정자 '_'을 추가하는 것이 좋습니다. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' '..' 스프레드 연산자는 '{0}' 형식의 변수에서 '{0}'에 '{1}'에 대한 공용 인스턴스 또는 확장 정의가 없으므로 작동할 수 없습니다. @@ -2597,11 +2582,6 @@ 목록 패턴은 '{0}' 형식 값에 사용할 수 없습니다. - - Slice patterns may not be used for a value of type '{0}'. - 조각 패턴은 '{0}' 형식 값에 사용할 수 없습니다. - - Unterminated raw string literal. 종결되지 않은 원시 문자열 리터럴입니다. @@ -3072,16 +3052,6 @@ 특성 매개 변수 'SizeConst'를 지정해야 합니다. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - '{0}'에 대한 이 인수 조합은 선언 범위 외부에 있는 '{1}' 매개 변수에서 참조하는 변수를 노출할 수 있습니다. - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - 이 인수 조합은 선언 범위 외부의 매개 변수에서 참조하는 변수를 노출할 수 있습니다. - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. 매개 변수 '{0}'에 적용된 CallerArgumentExpressionAttribute는 효과가 없습니다. 잘못된 매개 변수 이름으로 적용되었습니다. @@ -3222,26 +3192,6 @@ 여러 번 지정된 분석기 참조 - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 이 컨텍스트에서 '{0}' 결과를 사용하면 선언 범위 외부에서 '{1}' 매개 변수가 참조하는 변수가 노출될 수 있습니다. - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 이 컨텍스트에서 '{0}' 결과의 멤버를 사용하면 선언 범위 외부에서 '{1}' 매개 변수가 참조하는 변수가 노출될 수 있습니다. - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - 이 컨텍스트에서 result 멤버를 사용하면 선언 범위 외부의 매개 변수에서 참조하는 변수가 노출될 수 있습니다. - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - 이 컨텍스트에서 결과를 사용하면 선언 범위 외부의 매개 변수에서 참조하는 변수가 노출될 수 있습니다. - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method 이 컨텍스트에서 '{0}' 유형의 stackalloc 식의 결과가 포함하는 메서드 외부에 노출될 수 있습니다. @@ -10372,11 +10322,6 @@ catch (System.Exception e) 블록 뒤의 catch() 블록은 RuntimeCompatibilityA '{0}' 형식은 'System.Collections.IEnumerable'을 구현하지 않으므로 컬렉션 이니셜라이저를 사용하여 초기화할 수 없습니다. - - Error reading Win32 manifest file '{0}' -- '{1}' - '{0}' Win32 매니페스트 파일을 읽는 동안 오류가 발생했습니다. '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies /win32manifest는 어셈블리에만 적용되므로 모듈의 경우 무시합니다. @@ -11267,11 +11212,6 @@ You should consider suppressing the warning only if you're sure that you don't w 배열 액세스에는 명명된 인수 지정자를 사용할 수 없습니다. - - This language feature ('{0}') is not yet implemented. - 이 언어 기능('{0}')은 아직 구현되지 않았습니다. - - Default values are not valid in this context. 이 컨텍스트에서는 기본값은 유효하지 않습니다. @@ -11802,36 +11742,6 @@ You should consider suppressing the warning only if you're sure that you don't w '{2}'은(는) Windows Runtime 이벤트이고 '{3}'은(는) 일반 .NET 이벤트이므로 '{0}'에서 '{1}'을(를) 구현할 수 없습니다. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - 모든 참조가 범위를 벗어나기 전에 할당된 {0} 인스턴스에서 System.IDisposable.Dispose()를 호출하세요. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - 할당된 인스턴스에 대한 모든 참조가 범위를 벗어나기 전에 System.IDisposable.Dispose()를 호출하세요. - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - 할당된 {0} 인스턴스는 일부 예외 경로와 함께 삭제되지 않습니다. 모든 참조가 범위를 벗어나기 전에 System.IDisposable.Dispose()를 호출하세요. - - - - Allocated instance is not disposed along all exception paths - 할당된 인스턴스는 일부 예외 경로와 함께 삭제되지 않습니다. - - - - Object '{0}' can be disposed more than once. - '{0}' 개체는 여러 번 삭제할 수 있습니다. - - - - Object can be disposed more than once - 개체를 여러 번 삭제할 수 있습니다. - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Interop 형식 '{0}'을(를) 포함할 수 없습니다. 적용 가능한 인터페이스를 대신 사용하세요. @@ -12515,11 +12425,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 자동 구현 속성은 재정의된 속성의 모든 접근자를 재정의해야 합니다. - - Structs without explicit constructors cannot contain members with initializers. - 명시적 생성자가 없는 구조체는 이니셜라이저를 사용하여 멤버를 포함할 수 없습니다. - - Cannot emit debug information for a source text without encoding. 인코딩하지 않고 원본 텍스트에 대한 디버그 정보를 생성할 수 없습니다. @@ -12535,11 +12440,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 최종 case 레이블('{0}')의 스위치에서 제어를 이동할 수 없습니다. - - Type arguments are not allowed in the nameof operator. - nameof 연산자에서는 형식 인수가 허용되지 않습니다. - - An expression tree lambda may not contain a null propagating operator. 람다 식 트리에는 null 전파 연산자가 포함될 수 없습니다. @@ -12815,21 +12715,11 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ '{0}'의 멤버는 참조로 반환될 수 없는 값으로 초기화되었으므로 참조로 반환할 수 없습니다. - - Cannot return '{0}' by reference because it is read-only - '{0}'은(는) 읽기 전용이므로 참조로 반환할 수 없습니다. - - Cannot return the range variable '{0}' by reference 범위 변수 '{0}'을(를) 참조로 반환할 수 없습니다. - - Cannot return '{0}' by reference because it is a '{1}' - '{0}'은(는) '{1}'이므로 참조로 반환할 수 없습니다. - - A readonly field cannot be returned by writable reference 읽기 전용 필드는 쓰기 가능 참조로 반환될 수 없습니다. diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf index a2bbf3c3a273a..ed2def0da54bf 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf @@ -802,11 +802,6 @@ Drzewo wyrażenia nie może zawierać operatora == ani != krotki. - - An expression tree may not contain UTF-8 string conversion or literal. - Drzewo wyrażenia nie może zawierać konwersji ciągu UTF-8 ani literału. - - An expression tree may not contain a with-expression. Drzewo wyrażeń nie może zawierać wyrażenia with. @@ -887,11 +882,6 @@ Funkcja „{0}” nie jest dostępna w języku C# 8.0. Użyj języka w wersji {1} lub nowszej. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - Funkcja „{0}” nie jest dostępna w języku C# 8.0. Użyj języka w wersji {1} lub nowszej. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. Funkcja „{0}” nie jest dostępna w języku C# 9.0. Użyj języka w wersji {1} lub nowszej. @@ -2362,11 +2352,6 @@ Program korzystający z instrukcji najwyższego poziomu musi być plikiem wykonywalnym. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Wzorzec dekonstrukcji z jednym elementem wymaga innej składni w celu ujednoznacznienia. Zaleca się dodanie desygnatora odrzucania „_” po nawiasie zamykającym „)”. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' Operator rozłożenia „..” nie może operować na zmiennych typu „{0}”, ponieważ „{0}” nie zawiera publicznego wystąpienia lub definicji rozszerzenia dla elementu „{1}” @@ -2597,11 +2582,6 @@ Wzorców list nie można używać na potrzeby wartości typu „{0}”. - - Slice patterns may not be used for a value of type '{0}'. - Wzorców wycinków nie można używać na potrzeby wartości typu „{0}”. - - Unterminated raw string literal. Niezakończony literał ciągu znaków. @@ -3072,16 +3052,6 @@ Należy określić parametr atrybutu „SizeConst”. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Ta kombinacja argumentów „{0}” może uwidaczniać zmienne przywoływane przez parametr „{1}” poza zakresem deklaracji - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Ta kombinacja argumentów może uwidaczniać zmienne przywoływane przez parametr poza zakresem deklaracji - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. Atrybut CallerArgumentExpressionAttribute zastosowany do parametru "{0}" nie odniesie żadnego skutku. Zastosowano go z nieprawidłową nazwą parametru. @@ -3222,26 +3192,6 @@ Odwołanie do analizatora określono wiele razy - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Użycie wyniku „{0}” w tym kontekście może uwidocznić zmienne przywoływane przez parametr „{1}” poza zakresem deklaracji - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Nie można używać składowej wyniku elementu „{0}” w tym kontekście, ponieważ może uwidaczniać zmienne przywoływane przez parametr „{1}” poza ich zakresem deklaracji - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Nie można używać składowej wyniku elementu w tym kontekście, ponieważ może uwidaczniać zmienne przywoływane przez parametr poza ich zakresem deklaracji - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Użycie wyniku w tym kontekście może uwidaczniać zmienne przywoływane przez parametr poza zakresem deklaracji - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Nie można używać wyniku wyrażenia stackalloc typu „{0}” w tym kontekście, ponieważ może zostać ujawniony poza metodą zawierającą @@ -10372,11 +10322,6 @@ Blok catch() po bloku catch (System.Exception e) może przechwytywać wyjątki n Nie można zainicjować typu „{0}” za pomocą inicjatora kolekcji, ponieważ nie implementuje on interfejsu „System.Collections.IEnumerable” - - Error reading Win32 manifest file '{0}' -- '{1}' - Błąd podczas odczytywania pliku manifestu Win32 „{0}” — „{1}” - - Ignoring /win32manifest for module because it only applies to assemblies Opcja /win32manifest dla modułu zostanie zignorowana, ponieważ dotyczy tylko zestawów @@ -11267,11 +11212,6 @@ Pominięcie ostrzeżenia należy wziąć pod uwagę tylko w sytuacji, gdy na pew Dostęp do tablicy nie może mieć specyfikatora argumentu nazwanego - - This language feature ('{0}') is not yet implemented. - Ta funkcja językowa („{0}”) nie jest jeszcze zaimplementowana. - - Default values are not valid in this context. Wartości domyślne w tym kontekście są nieprawidłowe. @@ -11802,36 +11742,6 @@ Pominięcie ostrzeżenia należy wziąć pod uwagę tylko w sytuacji, gdy na pew 'Element „{0}” nie może implementować elementu „{1}”, ponieważ „{2}” to zdarzenie środowiska wykonawczego systemu Windows, a „{3}” to zwykłe zdarzenie środowiska .NET. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Wywołaj metodę Call System.IDisposable.Dispose() dla alokowanego wystąpienia elementu {0}, zanim wszystkie odwołania do niego znajdą się poza zakresem. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Wywołaj metodę System.IDisposable.Dispose() dla alokowanego wystąpienia zanim wszystkie odwołania do niego znajdą się poza zakresem - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - Alokowane wystąpienie elementu {0} nie jest usuwane we wszystkich ścieżkach wyjątku. Wywołaj metodę System.IDisposable.Dispose(), zanim wszystkie odwołania do niego znajdą się poza zakresem. - - - - Allocated instance is not disposed along all exception paths - Nie usunięto alokowanego wystąpienia ze wszystkich ścieżek wyjątków - - - - Object '{0}' can be disposed more than once. - Obiektu „{0}” nie można usunąć więcej niż raz. - - - - Object can be disposed more than once - Nie można usunąć obiektu więcej niż raz - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Nie można osadzić typu międzyoperacyjnego „{0}”. Użyj zamiast tego odpowiedniego interfejsu. @@ -12515,11 +12425,6 @@ Aby usunąć ostrzeżenie, możesz zamiast tego użyć opcji /reference (ustaw w Automatycznie implementowane właściwości muszą przesłaniać wszystkie metody dostępu przesłanianej właściwości. - - Structs without explicit constructors cannot contain members with initializers. - Struktury bez jawnych konstruktorów nie mogą zawierać składowych z inicjatorami. - - Cannot emit debug information for a source text without encoding. Nie można wyemitować informacji debugowania dla tekstu źródłowego bez kodowania. @@ -12535,11 +12440,6 @@ Aby usunąć ostrzeżenie, możesz zamiast tego użyć opcji /reference (ustaw w Kontrolka nie może wykraczać poza przełącznik z końcowej etykiety case („{0}”) - - Type arguments are not allowed in the nameof operator. - Argumenty typu nie są dozwolone w operatorze nameof. - - An expression tree lambda may not contain a null propagating operator. Drzewo wyrażenia lambda nie może zawierać operatora propagowania wartości null. @@ -12815,21 +12715,11 @@ Aby usunąć ostrzeżenie, możesz zamiast tego użyć opcji /reference (ustaw w Nie można zwrócić przez referencję składowej elementu „{0}”, ponieważ została ona zainicjowana przy użyciu wartości, której nie można zwrócić przez referencję - - Cannot return '{0}' by reference because it is read-only - Elementu „{0}” nie można zwrócić przez referencję, ponieważ jest tylko do odczytu - - Cannot return the range variable '{0}' by reference Nie można zwrócić zmiennej zakresu „{0}” przez referencję - - Cannot return '{0}' by reference because it is a '{1}' - Nie można zwrócić elementu „{0}” przez referencję, ponieważ to jest element „{1}” - - A readonly field cannot be returned by writable reference Nie można zwrócić pola tylko do odczytu przez zapisywalne odwołanie diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf index ee3a6d1bd9a09..0f489b6144b29 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf @@ -802,11 +802,6 @@ Uma árvore de expressão não pode conter um operador == ou != de tupla - - An expression tree may not contain UTF-8 string conversion or literal. - Uma árvore de expressão não pode conter conversão de cadeia de caracteres UTF-8 ou literal. - - An expression tree may not contain a with-expression. Uma árvore de expressão não pode conter uma expressão with. @@ -887,11 +882,6 @@ O recurso '{0}' não está disponível em C# 8.0. Use a versão de linguagem {1} ou superior. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - O recurso '{0}' não está disponível em C# 8.0. Use a versão de linguagem {1} ou superior. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. O recurso '{0}' não está disponível no C# 9.0. Use a versão da linguagem {1} ou superior. @@ -2362,11 +2352,6 @@ O programa que usa as instruções de nível superior precisa ser um executável. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Um padrão de desconstrução de elemento único requer alguma outra sintaxe para desambiguação. É recomendado adicionar um designador de descarte '_' após o parêntese de fechamento ')'. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' O operador de propagação '..' não pode operar em variáveis do tipo '{0}' porque '{0}' não contém uma instância pública ou definição de extensão para '{1}' @@ -2597,11 +2582,6 @@ Os padrões de lista não podem ser usados para um valor do tipo '{0}'. - - Slice patterns may not be used for a value of type '{0}'. - Os padrões de fatia não podem ser usados para um valor do tipo '{0}'. - - Unterminated raw string literal. Literal de cadeia de caracteres não terminada. @@ -3072,16 +3052,6 @@ O parâmetro de atribuição 'SizeConst' deve ser especificado. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Essa combinação de argumentos para '{0}' pode expor variáveis referenciadas pelo parâmetro '{1}' fora de seu escopo de declaração - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Essa combinação de argumentos pode expor variáveis referenciadas por parâmetro fora de seu escopo de declaração - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. O CallerArgumentExpressionAttribute aplicado ao parâmetro '{0}' não terá efeito. Ele é aplicado com um nome de parâmetro inválido. @@ -3222,26 +3192,6 @@ Referência do analisador especificada várias vezes - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - O uso do resultado de '{0}' nesse contexto pode expor variáveis referenciadas por parâmetro '{1}' fora de seu escopo de declaração - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - O uso do membro do resultado de '{0}' nesse contexto pode expor variáveis referenciadas pelo parâmetro '{1}' fora de seu escopo de declaração - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - O uso do membro do resultado nesse contexto pode expor variáveis referenciadas por parâmetro fora de seu escopo de declaração - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - O uso do resultado nesse contexto pode expor variáveis referenciadas por parâmetro fora do seu escopo de declaração - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Um resultado de uma expressão stackalloc do tipo '{0}' nesse contexto pode ser exposto fora do método que o contém @@ -10372,11 +10322,6 @@ Um bloco catch() depois de um bloco catch (System.Exception e) poderá capturar Não é possível inicializar o tipo "{0}" com um inicializador de coleta porque ele não implementa "System.Collections.IEnumerable" - - Error reading Win32 manifest file '{0}' -- '{1}' - Erro ao ler o arquivo de manifesto Win32 "{0}" -- "{1}" - - Ignoring /win32manifest for module because it only applies to assemblies Ignore /win32manifest do módulo porque ele só se aplica aos assemblies @@ -11267,11 +11212,6 @@ Você pode suprimir o aviso se tiver certeza de que não vai querer aguardar a c Um acesso à matriz não pode ter um especificador de argumento nomeado - - This language feature ('{0}') is not yet implemented. - Esse recurso de idioma ("{0}") ainda não está implementado. - - Default values are not valid in this context. Valores padrão não são válidos neste contexto. @@ -11802,36 +11742,6 @@ Você pode suprimir o aviso se tiver certeza de que não vai querer aguardar a c '{0}' não pode implementar '{1}' porque '{2}' é um evento de Windows Runtime e '{3}' é um evento regular do .NET. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Chamar System.IDisposable.Dispose() na instância alocada de {0} antes que todas as referências a ele fiquem fora do escopo. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Chame System.IDisposable.Dispose() na instância alocada antes que todas as referências a ele estejam fora do escopo - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - Instância alocada de {0} não é descartada ao longo de todos os caminhos de exceção. Chamar System.IDisposable.Dispose() antes que todas as referências a ela estejam fora do escopo. - - - - Allocated instance is not disposed along all exception paths - Instância alocada não descartada em todos os caminhos de exceção - - - - Object '{0}' can be disposed more than once. - Objeto "{0}" pode ser descartado mais de uma vez. - - - - Object can be disposed more than once - O objeto pode ser descartado mais de uma vez - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Tipo de interoperabilidade "{0}" não pode ser incorporado. Ao invés disso, use a interface aplicável. @@ -12515,11 +12425,6 @@ Para incorporar informações de tipo de interoperabilidade para os dois assembl Propriedades autoimplementadas devem substituir todos os acessadores de propriedade substituída. - - Structs without explicit constructors cannot contain members with initializers. - Estruturas sem construtores explícitos não podem conter membros com inicializadores. - - Cannot emit debug information for a source text without encoding. Não é possível emitir informações de depuração para um texto de origem sem codificação. @@ -12535,11 +12440,6 @@ Para incorporar informações de tipo de interoperabilidade para os dois assembl O controle não pode ficar fora do switch do rótulo de caso final ('{0}') - - Type arguments are not allowed in the nameof operator. - Os argumentos de tipo não são permitidos no nome do operador. - - An expression tree lambda may not contain a null propagating operator. Uma árvore de expressão da expressão lambda não pode conter um operador nulo em propagação. @@ -12815,21 +12715,11 @@ Para incorporar informações de tipo de interoperabilidade para os dois assembl Não é possível retornar por referência um membro de '{0}' porque ele foi inicializado para um valor que não pode ser retornado por referência - - Cannot return '{0}' by reference because it is read-only - Não é possível retornar '{0}' por referência, porque ele é somente leitura - - Cannot return the range variable '{0}' by reference Não é possível retornar a variável de intervalo '{0}' por referência - - Cannot return '{0}' by reference because it is a '{1}' - Não é possível retornar '{0}' por referência, porque ele é um '{1}' - - A readonly field cannot be returned by writable reference Um campo somente leitura não pode ser retornado por referência gravável diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf index b495e9dbada03..0e6dffbac33f5 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf @@ -802,11 +802,6 @@ Дерево выражений не может содержать оператор == или != кортежа. - - An expression tree may not contain UTF-8 string conversion or literal. - Дерево выражений не может содержать преобразование строк UTF-8 или литерал. - - An expression tree may not contain a with-expression. Дерево выражения не может содержать выражение with. @@ -887,11 +882,6 @@ Функция "{0}" недоступна в C# 8.0. Используйте версию языка {1} или более позднюю. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - Функция "{0}" недоступна в C# 8.0. Используйте версию языка {1} или более позднюю. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. Функция "{0}" недоступна в C# 9.0. Используйте как минимум версию языка {1}. @@ -2362,11 +2352,6 @@ Программы, использующие инструкции верхнего уровня, должны быть исполняемыми. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Для шаблона деконструкции с одним элементом требуется другой синтаксис для устранения неоднозначности. Рекомендуется добавить указатель отмены "_" после закрывающей скобки ")". - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' Оператор расширения ".." не работает с переменными типа "{0}", так как "{0}" не содержит открытое определение экземпляра или расширения для "{1}" @@ -2597,11 +2582,6 @@ Шаблоны списка не могут использоваться для значений типа "{0}". - - Slice patterns may not be used for a value of type '{0}'. - Шаблоны среза не могут использоваться для значений типа "{0}". - - Unterminated raw string literal. Незавершенный литерал необработанной строки. @@ -3072,16 +3052,6 @@ Должен быть указан параметр атрибута "SizeConst". - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - Это сочетание аргументов для "{0}" может представить переменные, на которые ссылается параметр "{1}", за пределами их области объявления - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Эта комбинация аргументов может представить переменные, на которые ссылается параметр, за пределами области их объявления. - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. Применение класса CallerArgumentExpressionAttribute к параметру "{0}" не подействует, поскольку он применен с недопустимым именем параметра. @@ -3222,26 +3192,6 @@ Ссылка на анализатор указана несколько раз - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Использование результата "{0}" в этом контексте может представить переменные, на которые ссылается параметр "{1}", за пределами области их объявления - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Использование элемента результата "{0}" в этом контексте может представить переменные, на которые ссылается параметр "{1}", за пределами области их объявления. - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Использование элемента результата в этом контексте может представить переменные, на которые ссылается параметр, за пределами области их объявления. - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Использование результата в этом контексте может представить переменные, на которые ссылается параметр, за пределами области их объявления. - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Результат выражения stackalloc типа "{0}" в этом контексте может быть представлен за пределами содержащего его метода. @@ -10373,11 +10323,6 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep Не удается инициализировать тип "{0}" инициализатором набора, потому что он не реализует интерфейс "System.Collections.IEnumerable". - - Error reading Win32 manifest file '{0}' -- '{1}' - Ошибка при чтении файла манифеста Win32 "{0}" — "{1}". - - Ignoring /win32manifest for module because it only applies to assemblies Ключ /win32manifest для модуля пропущен, т. к. используется только для сборок @@ -11268,11 +11213,6 @@ You should consider suppressing the warning only if you're sure that you don't w Возможно, для доступа к массиву отсутствует спецификатор именованного аргумента. - - This language feature ('{0}') is not yet implemented. - Эта возможность языка ("{0}") еще не реализована. - - Default values are not valid in this context. В этом контексте значения по умолчанию недействительны. @@ -11803,36 +11743,6 @@ You should consider suppressing the warning only if you're sure that you don't w "{0}" не может реализовать "{1}", так как "{2}" является событием среды выполнения Windows и "{3}" является регулярным событием .NET. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Следует вызвать метод System.IDisposable.Dispose() для выделенного экземпляра {0} до того, как все ссылки на него будут находиться вне области действия. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Вызов System.IDisposable.Dispose() в выделенном экземпляре до того, как все ссылки, указывающие на него, окажутся за пределами диапазона - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - Выделенный экземпляр {0} не уничтожается во всех путях исключений. Следует вызвать метод System.IDisposable.Dispose до того, как все ссылки на него будут находиться вне области действия. - - - - Allocated instance is not disposed along all exception paths - Выделенный экземпляр освобождается не во всех путях исключений - - - - Object '{0}' can be disposed more than once. - Объект "{0}" нельзя удалить более одного раза. - - - - Object can be disposed more than once - Объект может быть освобожден несколько раз - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. Не удается внедрить тип взаимодействия "{0}". Используйте вместо него доступный интерфейс. @@ -12516,11 +12426,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Автоматически реализуемые свойства должны переопределять все методы доступа переопределенного свойства. - - Structs without explicit constructors cannot contain members with initializers. - Структуры без явных конструкторов не могут содержать члены с инициализаторами. - - Cannot emit debug information for a source text without encoding. Не удается выдать отладочную информацию для исходного текста без кодировки. @@ -12536,11 +12441,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Управление не может выйти за пределы переключателя с окончательной меткой case ("{0}") - - Type arguments are not allowed in the nameof operator. - Аргументы типа недопустимы в операторе nameof. - - An expression tree lambda may not contain a null propagating operator. Лямбда дерева выражения не может содержать оператор распространения значений NULL. @@ -12816,21 +12716,11 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ Невозможно вернуть по ссылке член "{0}", так как он был инициализирован значением, которое нельзя вернуть по ссылке - - Cannot return '{0}' by reference because it is read-only - Невозможно вернуть "{0}" по ссылке, так как он доступен только для чтения - - Cannot return the range variable '{0}' by reference Невозможно вернуть переменную диапазона "{0}" по ссылке - - Cannot return '{0}' by reference because it is a '{1}' - Невозможно вернуть "{0}" по ссылке, так как это "{1}" - - A readonly field cannot be returned by writable reference Поле, доступное только для чтения, невозможно вернуть по ссылке, доступной для записи diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf index 5d9afa657ae6f..eae6660bb1cab 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf @@ -802,11 +802,6 @@ İfade ağacı, demetin == veya != işlecini içeremez. - - An expression tree may not contain UTF-8 string conversion or literal. - İfade ağacı UTF-8 dize dönüştürmesi veya sabit değer içermeyebilir. - - An expression tree may not contain a with-expression. İfade ağacı, with ifadesi içeremez. @@ -887,11 +882,6 @@ '{0}' özelliği C# 8.0'da kullanılamaz. Lütfen {1} veya daha yüksek bir dil sürümü kullanın. - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - '{0}' özelliği C# 8.0'da kullanılamaz. Lütfen {1} veya daha yüksek bir dil sürümü kullanın. - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. '{0}' özelliği C# 9.0'da kullanılamıyor. Lütfen {1} veya daha yüksek dil sürümünü kullanın. @@ -2362,11 +2352,6 @@ Üst düzey deyimleri kullanan program yürütülebilir olmalıdır. - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - Tek öğeli bir ayrıştırma deseni, kesinleştirme için başka bir söz dizimi gerektirir. ')' kapanış parantezinden sonra '_' atma belirleyicisinin eklenmesi önerilir. - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' '{0}', '{0}' için bir genel örnek veya uzantı tanımı içermediğinden '..' yayılma işleci, '{1}' türündeki değişkenler üzerinde çalışamaz @@ -2597,11 +2582,6 @@ Liste desenleri, '{0}' türünde bir değer için kullanılamaz. - - Slice patterns may not be used for a value of type '{0}'. - Dilim desenleri, '{0}' türünde bir değer için kullanılamaz. - - Unterminated raw string literal. Sonlandırılmamış ham dize sabit değeri. @@ -3072,16 +3052,6 @@ 'SizeConst' öznitelik parametresi belirtilmelidir. - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - '{0}' argümanlarının bu kombinasyonu, '{1}' parametresi tarafından başvurulan değişkenleri bildirim kapsamının dışında gösterebilir. - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - Bu argüman kombinasyonu, parametre tarafından başvurulan değişkenleri bildirim kapsamı dışında gösterebilir. - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. '{0}' parametresine uygulanan CallerArgumentExpressionAttribute hiçbir etkiye sahip olmaz. Geçersiz bir parametre adıyla uygulanır. @@ -3222,26 +3192,6 @@ Çözümleyici referansı birden çok kez belirtildi - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Bu bağlamda '{0}' sonucunun kullanılması, '{1}' parametresi tarafından başvurulan değişkenleri bildirim kapsamının dışında gösterebilir. - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - Bu bağlamda '{0}' sonucunun üyesinin kullanılması, '{1}' parametresi tarafından başvurulan değişkenleri bildirim kapsamının dışında gösterebilir. - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - Sonuç üyesinin bu bağlamda kullanılması, parametre tarafından başvurulan değişkenleri bildirim kapsamı dışında gösterebilir. - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - Bu bağlamda sonucun kullanılması, parametre tarafından başvurulan değişkenleri bildirim kapsamı dışında gösterebilir. - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method Bu bağlamda '{0}' türündeki bir stackalloc ifadesinin sonucu, içerme yönteminin dışında gösterilebilir. @@ -10372,11 +10322,6 @@ RuntimeCompatibilityAttribute AssemblyInfo.cs dosyasında false olarak ayarlanm System.Collections.IEnumerable' uygulamadığından '{0}' türü bir koleksiyon başlatıcısıyla başlatılamıyor - - Error reading Win32 manifest file '{0}' -- '{1}' - '{0}' Win32 bildirim dosyası okunurken hata -- '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies Yalnızca derlemeler için geçerli olduğundan modülde /win32manifest yoksayılıyor @@ -11267,11 +11212,6 @@ Yalnızca asenkron çağrının tamamlanmasını beklemek istemediğinizden ve Dizi erişiminin adlandırılmış bağımsız değişken belirticisi olamaz - - This language feature ('{0}') is not yet implemented. - Bu dil özelliği ('{0}') henüz uygulanmadı. - - Default values are not valid in this context. Varsayılan değerler bu bağlamda geçerli değil. @@ -11802,36 +11742,6 @@ Yalnızca asenkron çağrının tamamlanmasını beklemek istemediğinizden ve '{2}' bir Windows Çalışma Zamanı olayı ve '{3}' bir düzenli .NET olayı olduğundan '{0}' '{1}' öğesini uygulayamıyor. - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - Tüm başvuruları kapsam dışı olmadan {0} öğesinin ayrılmış örneğinde System.IDisposable.Dispose() öğesini çağırın. - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - Tüm başvuruları kapsam dışı olmadan önce ayrılmış örnekte System.IDisposable.Dispose() öğesini çağırın - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - {0} öğesinin ayrılmış örneği tüm istisna yolları boyunca atılmaz. Tüm başvuruları kapsam dışı olmadan önce System.IDisposable.Dispose() öğesini çağırın. - - - - Allocated instance is not disposed along all exception paths - Ayrılan örnek tüm özel durum yolları boyunca atılamaz - - - - Object '{0}' can be disposed more than once. - '{0}' nesnesi birden çok kez atılabilir. - - - - Object can be disposed more than once - Nesne birden çok kez atılabilir - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. '{0}' birlikte çalışma türü gömülemiyor. Bunun yerine uygulanabilir arabirim kullanın. @@ -12515,11 +12425,6 @@ Uyarıyı kaldırmak için, /reference kullanabilirsiniz (Birlikte Çalışma T Otomatik uygulanan özellikler geçersiz kılınan özelliğin tüm erişicilerini geçersiz kılmalıdır. - - Structs without explicit constructors cannot contain members with initializers. - Açık oluşturucuları olmayan yapı birimleri başlatıcıları olan üyeler içeremez. - - Cannot emit debug information for a source text without encoding. Kodlama olmadan bir kaynak metin için hata ayıklama bilgileri yayılamıyor. @@ -12535,11 +12440,6 @@ Uyarıyı kaldırmak için, /reference kullanabilirsiniz (Birlikte Çalışma T Denetim, son durum etiketi geçişi dışında kalamaz ('{0}') - - Type arguments are not allowed in the nameof operator. - nameof işlecinde tür bağımsız değişkenlerine izin verilmez. - - An expression tree lambda may not contain a null propagating operator. Bir ifade ağacı lambdası null değerini yayan bir işleç içeremez. @@ -12815,21 +12715,11 @@ Uyarıyı kaldırmak için, /reference kullanabilirsiniz (Birlikte Çalışma T '{0}' öğesinin bir üyesi, başvuru ile döndürülemeyen bir değerle başlatıldığından başvuru ile döndürülemez - - Cannot return '{0}' by reference because it is read-only - '{0}' öğesi salt okunur olduğundan başvuru ile döndürülemez - - Cannot return the range variable '{0}' by reference '{0}' aralık değişkeni başvuru ile döndürülemez - - Cannot return '{0}' by reference because it is a '{1}' - '{0}' öğesi bir '{1}' olduğundan başvuru ile döndürülemez - - A readonly field cannot be returned by writable reference Salt okunur bir alan, yazılabilir başvuru ile döndürülemez diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf index 1e48fd78b3e74..155739d32ca4d 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf @@ -802,11 +802,6 @@ 表达式树不能包含元组 == 或 != 运算符 - - An expression tree may not contain UTF-8 string conversion or literal. - 表达式树不能包含 UTF-8 字符串转换或文本。 - - An expression tree may not contain a with-expression. 表达式树不能包含 with 表达式。 @@ -887,11 +882,6 @@ 功能“{0}”在 C# 8.0 中不可用。请使用语言版本 {1} 或更高版本。 - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - 功能“{0}”在 C# 8.0 中不可用。请使用语言版本 {1} 或更高版本。 - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. 功能“{0}”在 C# 9.0 中不可用。请使用语言版本 {1} 或更高版本。 @@ -2362,11 +2352,6 @@ 使用顶级语句的程序必须是可执行文件。 - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - 单元素解构模式需要一些其他语法来消除歧义。建议在关闭 paren ")" 之后添加放弃指示符 "_"。 - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' 由于“{0}”不包含“{1}”的公共实例或扩展定义,因此展开运算符 “...” 不能作用于“{0}”类型的变量 @@ -2597,11 +2582,6 @@ 列表模式不能用于类型为“{0}”的值。 - - Slice patterns may not be used for a value of type '{0}'. - 切片模式不能用于类型为“{0}”的值。 - - Unterminated raw string literal. 未终止的字符串字面量。 @@ -3072,16 +3052,6 @@ 必须指定属性参数 “SizeConst”。 - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - “{0}”的这种参数组合可能会在变量声明范围之外公开由参数“{1}”引用的变量 - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - 这种参数组合可能会在变量声明范围之外公开由参数引用的变量 - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. 应用于参数“{0}”的 CallerArgumentExpressionAttribute 将不起任何作用。它采用了无效的参数名。 @@ -3222,26 +3192,6 @@ 已多次指定分析器引用 - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 在此上下文中使用“{0}”的结果可能会在变量声明范围以外公开由参数“{1}”引用的变量 - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 在此上下文中使用“{0}”的结果成员可能会在变量声明范围以外公开由参数“{1}”引用的变量 - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - 在此上下文中使用结果的成员可能会在变量声明范围以外公开由参数引用的变量 - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - 在此上下文中使用结果可能会在变量声明范围之外公开由参数引用的变量 - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method 此上下文中类型“{0}”的 stackalloc 表达式的结果可能会在包含方法以外公开 @@ -10372,11 +10322,6 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep 无法使用集合初始值设定项初始化类型“{0}”,原因是它不实现“System.Collections.IEnumerable” - - Error reading Win32 manifest file '{0}' -- '{1}' - 读取 Win32 清单文件“{0}”时出错 --“{1}” - - Ignoring /win32manifest for module because it only applies to assemblies 对模块忽略 /win32manifest,因为它仅应用于程序集 @@ -11267,11 +11212,6 @@ You should consider suppressing the warning only if you're sure that you don't w 数组访问可能没有命名参数说明符 - - This language feature ('{0}') is not yet implemented. - 尚未实现此语言功能(“{0}”)。 - - Default values are not valid in this context. 默认值在此上下文中无效。 @@ -11802,36 +11742,6 @@ You should consider suppressing the warning only if you're sure that you don't w “{0}”无法实现“{1}”,因为“{2}”是 Windows 运行时事件,“{3}”是常规 .NET 事件。 - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - 请在对 {0} 的所有引用超出范围之前,对它的分配实例调用 Call System.IDisposable.Dispose()。 - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - 在对已分配实例的所有引用超出范围之前,对它调用 System.IDisposable.Dispose() - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - {0} 的分配实例未按所有异常路径释放。请在对它的所有引用超出范围之前,调用 Call System.IDisposable.Dispose()。 - - - - Allocated instance is not disposed along all exception paths - 已分配实例未按所有异常路径释放 - - - - Object '{0}' can be disposed more than once. - 可以多次释放对象“{0}”。 - - - - Object can be disposed more than once - 可以多次释放对象 - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. 无法嵌入互操作类型“{0}”。请改用适用的接口。 @@ -12515,11 +12425,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 自动实现的属性必须覆盖被覆盖属性的所有访问器。 - - Structs without explicit constructors cannot contain members with initializers. - 没有显式构造函数的结构不能包含具有初始值设定项的成员。 - - Cannot emit debug information for a source text without encoding. 无法在不进行编码的情况下发出源文本的调试信息。 @@ -12535,11 +12440,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 控件无法从最终用例标签(“{0}”)脱离开关 - - Type arguments are not allowed in the nameof operator. - Nameof 运算符中不允许使用类型参数。 - - An expression tree lambda may not contain a null propagating operator. 表达式树 Lambda 不能包含空传播运算符。 @@ -12815,21 +12715,11 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ “{0}”已初始化为不能通过引用返回的值,因此无法通过引用返回其成员 - - Cannot return '{0}' by reference because it is read-only - “{0}”是只读的,无法通过引用返回 - - Cannot return the range variable '{0}' by reference 无法通过引用返回范围变量“{0}” - - Cannot return '{0}' by reference because it is a '{1}' - “{0}”是一个“{1}”,无法通过引用返回 - - A readonly field cannot be returned by writable reference 只读字段无法通过可写的引用返回 diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf index cc7924cacd919..d8a9047a67ecd 100644 --- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf +++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf @@ -802,11 +802,6 @@ 運算式樹狀架構不得包含元組 == 或 != 運算子 - - An expression tree may not contain UTF-8 string conversion or literal. - 運算式樹狀結構不能包含 UTF-8 字串轉換或常值。 - - An expression tree may not contain a with-expression. 運算式樹狀架構不得包含 with 運算式。 @@ -887,11 +882,6 @@ C# 8.0 中無法使用功能 '{0}'。請使用 {1} 或更新的語言版本。 - - Feature '{0}' is not available in C# 8.0. Please use language version {1} or greater. - C# 8.0 中無法使用功能 '{0}'。請使用 {1} 或更新的語言版本。 - - Feature '{0}' is not available in C# 9.0. Please use language version {1} or greater. 在 C# 9.0 中無法使用 '{0}' 功能。請使用語言版本 {1} 或更高的版本。 @@ -2362,11 +2352,6 @@ 使用最上層陳述式的程式必須是可執行檔。 - - A single-element deconstruct pattern requires some other syntax for disambiguation. It is recommended to add a discard designator '_' after the close paren ')'. - 單一元素解構模式需要一些其他語法才能使其明確。建議在右括弧 ')' 後新增捨棄指示項 '_'。 - - Spread operator '..' cannot operate on variables of type '{0}' because '{0}' does not contain a public instance or extension definition for '{1}' 擴展運算子 '..' 無法在類型 '{0}' 的變數上運作,因為 '{0}' 不包含 '{1}' 的公用執行個體或延伸模組定義 @@ -2597,11 +2582,6 @@ 類型 '{0}' 的值不可使用清單模式。 - - Slice patterns may not be used for a value of type '{0}'. - 類型 '{0}' 的值不可使用切片模式。 - - Unterminated raw string literal. 未結束的原始字串常值。 @@ -3072,16 +3052,6 @@ 必須指定屬性參數 'SizeConst'。 - - This combination of arguments to '{0}' may expose variables referenced by parameter '{1}' outside of their declaration scope - 對 '{0}' 使用此引數組合,會在其宣告範圍外公開參數 '{1}' 所參考的變數 - - - - This combination of arguments may expose variables referenced by parameter outside of their declaration scope - 此引數組合會在其宣告範圍外公開參數所參考的變數 - - The CallerArgumentExpressionAttribute applied to parameter '{0}' will have no effect. It is applied with an invalid parameter name. 套用到參數 '{0}' 的 CallerArgumentExpressionAttribute 將沒有效果。它套用了不正確的參數名稱。 @@ -3222,26 +3192,6 @@ 已指定多次分析器參考 - - Use of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 在此內容中使用 '{0}' 的結果,可能會將參數 '{1}' 參考的變數公開在其宣告範圍外 - - - - Use of member of result of '{0}' in this context may expose variables referenced by parameter '{1}' outside of their declaration scope - 此內容中使用 '{0}' 的結果成員,可能會將參數 '{1}' 參考的變數公開在其宣告範圍外 - - - - Use of member of result in this context may expose variables referenced by parameter outside of their declaration scope - 無法在此內容中使用結果的成員,因為它會將參數參考的變數公開在其宣告範圍外 - - - - Use of result in this context may expose variables referenced by parameter outside of their declaration scope - 在此內容中使用結果,可能會將參數參考的變數公開在其宣告範圍外 - - A result of a stackalloc expression of type '{0}' in this context may be exposed outside of the containing method 此內容中類型 '{0}' 的 stackalloc 運算式結果可能會公開在包含方法之外 @@ -10372,11 +10322,6 @@ A catch() block after a catch (System.Exception e) block can catch non-CLS excep 無法使用集合初始設定式來初始設定類型 '{0}',因為其未實作 'System.Collections.IEnumerable'。 - - Error reading Win32 manifest file '{0}' -- '{1}' - 讀取 Win32 資訊清單檔 '{0}' 時發生錯誤 -- '{1}' - - Ignoring /win32manifest for module because it only applies to assemblies 因為模組的 /win32manifest 僅適用於組件,因此將予以忽略 @@ -11267,11 +11212,6 @@ You should consider suppressing the warning only if you're sure that you don't w 陣列存取不能有具名引數規範 - - This language feature ('{0}') is not yet implemented. - 尚未實作語言功能 ('{0}')。 - - Default values are not valid in this context. 預設值在此內容中無效。 @@ -11802,36 +11742,6 @@ You should consider suppressing the warning only if you're sure that you don't w '{0}' 不可實作 '{1}',因為 '{2}' 是 Windows 執行階段事件,而 '{3}' 是一般 .NET 事件。 - - Call System.IDisposable.Dispose() on allocated instance of {0} before all references to it are out of scope. - 於配置的 {0} 執行個體的所有參考都超出範圍之前,在該執行個體上呼叫 System.IDisposable.Dispose()。 - - - - Call System.IDisposable.Dispose() on allocated instance before all references to it are out of scope - 在所配置執行個體的所有參考超出範圍之前,對其呼叫 System.IDisposable.Dispose() - - - - Allocated instance of {0} is not disposed along all exception paths. Call System.IDisposable.Dispose() before all references to it are out of scope. - 配置的 {0} 執行個體並非沿著所有例外狀況路徑處置。請在其所有參考都超出範圍之前,呼叫 System.IDisposable.Dispose()。 - - - - Allocated instance is not disposed along all exception paths - 所配置的執行個體未沿著所有例外路徑處置 - - - - Object '{0}' can be disposed more than once. - 可以多次處置物件 '{0}'。 - - - - Object can be disposed more than once - 可以多次處置物件 - - Interop type '{0}' cannot be embedded. Use the applicable interface instead. 無法內嵌 Interop 類型 '{0}'。請改用適當的介面。 @@ -12515,11 +12425,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 自動實作的屬性必須覆寫已覆寫屬性的所有存取子。 - - Structs without explicit constructors cannot contain members with initializers. - 沒有明確建構函式的結構,不可包含有初始設定式的成員。 - - Cannot emit debug information for a source text without encoding. 無法在不編碼的情況下,對原始程式文字發出偵錯資訊。 @@ -12535,11 +12440,6 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 控制項的位置不可位於最後一個 case 標籤 ('{0}') 的參數之外 - - Type arguments are not allowed in the nameof operator. - Nameof 運算子中不可使用類型引數。 - - An expression tree lambda may not contain a null propagating operator. 運算式樹狀架構 Lambda 不可包含 null 散佈運算子。 @@ -12815,21 +12715,11 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ 無法藉傳址方式傳回 '{0}' 的成員,因為已將其初始化為無法藉傳址方式傳回的值 - - Cannot return '{0}' by reference because it is read-only - 無法藉傳址方式傳回 '{0}',因其為唯讀 - - Cannot return the range variable '{0}' by reference 無法藉傳址方式傳回範圍變數 '{0}' - - Cannot return '{0}' by reference because it is a '{1}' - 無法藉傳址方式傳回 '{0}',因其為 '{1}' - - A readonly field cannot be returned by writable reference 無法以可寫入傳址方式傳回唯讀欄位