mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
updated localized diagnostic messages
This commit is contained in:
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Ne všichni konstituenti typu {0} se dají vytvořit.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Číselné literály s absolutními hodnotami, které se rovnají hodnotě 2^53 nebo větší, se nedají reprezentovat přesně jako celá čísla, protože jsou příliš velké.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Číselné oddělovače tady nejsou povolené.",
|
||||
"Object_is_of_type_unknown_2571": "Objekt je typu Neznámý.",
|
||||
"Object_is_possibly_null_2531": "Objekt je pravděpodobně null.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Objekt je pravděpodobně null nebo undefined.",
|
||||
"Object_is_possibly_undefined_2532": "Objekt je pravděpodobně undefined.",
|
||||
"Object_0_is_of_type_unknown_2571": "Objekt '{0}' je typu Neznámý.",
|
||||
"Object_0_is_possibly_null_2531": "Objekt '{0}' je pravděpodobně null.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "Objekt '{0}' je pravděpodobně null nebo undefined.",
|
||||
"Object_0_is_possibly_undefined_2532": "Objekt '{0}' je pravděpodobně undefined.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Literál objektu může specifikovat jenom známé vlastnosti a {0} v typu {1} neexistuje.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Literál objektu může určovat jenom známé vlastnosti, ale {0} v typu {1} neexistuje. Chtěli jste zapsat {2}?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "Vlastnost {0} literálu objektu má implicitně typ {1}.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Nicht alle Bestandteile vom Typ \"{0}\" können erstellt werden.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Numerische Literale mit absoluten Werten von 2^53 oder höher sind zu groß, um als ganze Zahlen genau dargestellt werden zu können.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Numerische Trennzeichen sind hier nicht zulässig.",
|
||||
"Object_is_of_type_unknown_2571": "Das Objekt ist vom Typ \"Unbekannt\".",
|
||||
"Object_is_possibly_null_2531": "Das Objekt ist möglicherweise \"NULL\".",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Das Objekt ist möglicherweise \"NULL\" oder \"nicht definiert\".",
|
||||
"Object_is_possibly_undefined_2532": "Das Objekt ist möglicherweise \"nicht definiert\".",
|
||||
"Object_0_is_of_type_unknown_2571": "Das Objekt '{0}' ist vom Typ \"Unbekannt\".",
|
||||
"Object_0_is_possibly_null_2531": "Das Objekt '{0}' ist möglicherweise \"NULL\".",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "Das Objekt '{0}' ist möglicherweise \"NULL\" oder \"nicht definiert\".",
|
||||
"Object_0_is_possibly_undefined_2532": "Das Objekt '{0}' ist möglicherweise \"nicht definiert\".",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Das Objektliteral kann nur bekannte Eigenschaften angeben, und \"{0}\" ist im Typ \"{1}\" nicht vorhanden.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Das Objektliteral gibt möglicherweise nur bekannte Eigenschaften an, \"{0}\" ist jedoch im Typ \"{1}\" nicht vorhanden. Wollten Sie \"{2}\" schreiben?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "Die Eigenschaft \"{0}\" des Objektliterals weist implizit den Typ \"{1}\" auf.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "No se pueden construir todos los constituyentes del tipo \"{0}\".",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Los literales numéricos con valores absolutos iguales a 2^53 o superiores son demasiado grandes para representarlos de forma precisa como enteros.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Aquí no se permiten separadores numéricos.",
|
||||
"Object_is_of_type_unknown_2571": "El objeto es de tipo \"desconocido\".",
|
||||
"Object_is_possibly_null_2531": "El objeto es posiblemente \"null\".",
|
||||
"Object_is_possibly_null_or_undefined_2533": "El objeto es posiblemente \"null\" o \"undefined\".",
|
||||
"Object_is_possibly_undefined_2532": "El objeto es posiblemente \"undefined\".",
|
||||
"Object_0_is_of_type_unknown_2571": "El objeto '{0}' es de tipo \"desconocido\".",
|
||||
"Object_0_is_possibly_null_2531": "El objeto '{0}' es posiblemente \"null\".",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "El objeto '{0}' es posiblemente \"null\" o \"undefined\".",
|
||||
"Object_0_is_possibly_undefined_2532": "El objeto '{0}' es posiblemente \"undefined\".",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "El literal de objeto solo puede especificar propiedades conocidas y '{0}' no existe en el tipo '{1}'.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "El literal de objeto solo puede especificar propiedades conocidas, pero \"{0}\" no existe en el tipo \"{1}\". ¿Quería escribir \"{2}\"?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "La propiedad '{0}' del literal de objeto tiene un tipo '{1}' implícitamente.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Tous les constituants de type '{0}' ne peuvent pas être construits.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Les littéraux numériques ayant des valeurs absolues égales ou supérieures à 2^53 sont trop grands pour être représentés avec précision sous forme d'entiers.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Les séparateurs numériques ne sont pas autorisés ici.",
|
||||
"Object_is_of_type_unknown_2571": "L'objet est de type 'unknown'.",
|
||||
"Object_is_possibly_null_2531": "L'objet a peut-être la valeur 'null'.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "L'objet a peut-être la valeur 'null' ou 'undefined'.",
|
||||
"Object_is_possibly_undefined_2532": "L'objet a peut-être la valeur 'undefined'.",
|
||||
"Object_0_is_of_type_unknown_2571": "L'objet '{0}' est de type 'unknown'.",
|
||||
"Object_0_is_possibly_null_2531": "L'objet '{0}' a peut-être la valeur 'null'.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "L'objet '{0}' a peut-être la valeur 'null' ou 'undefined'.",
|
||||
"Object_0_is_possibly_undefined_2532": "L'objet '{0}' a peut-être la valeur 'undefined'.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Un littéral d'objet peut uniquement spécifier des propriétés connues, et '{0}' n'existe pas dans le type '{1}'.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Un littéral d'objet peut uniquement spécifier des propriétés connues, mais '{0}' n'existe pas dans le type '{1}'. Est-ce que vous avez voulu écrire '{2}' ?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "La propriété '{0}' du littéral d'objet possède implicitement un type '{1}'.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Non tutti i costituenti di tipo '{0}' possono essere costruiti.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "I valori letterali numerici con valori assoluti uguali o maggiori di 2^53 sono troppo grandi per essere rappresentati in modo corretto come numeri interi.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "I separatori numerici non sono consentiti in questa posizione.",
|
||||
"Object_is_of_type_unknown_2571": "L'oggetto è di tipo 'unknown'.",
|
||||
"Object_is_possibly_null_2531": "L'oggetto è probabilmente 'null'.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "L'oggetto è probabilmente 'null' o 'undefined'.",
|
||||
"Object_is_possibly_undefined_2532": "L'oggetto è probabilmente 'undefined'.",
|
||||
"Object_0_is_of_type_unknown_2571": "L'oggetto è di tipo 'unknown'.",
|
||||
"Object_0_is_possibly_null_2531": "L'oggetto è probabilmente 'null'.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "L'oggetto è probabilmente 'null' o 'undefined'.",
|
||||
"Object_0_is_possibly_undefined_2532": "L'oggetto è probabilmente 'undefined'.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Il valore letterale di oggetto può specificare solo proprietà note e '{0}' non esiste nel tipo '{1}'.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Il valore letterale dell'oggetto può specificare solo proprietà note, ma '{0}' non esiste nel tipo '{1}'. Si intendeva scrivere '{2}'?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "La proprietà '{0}' del valore letterale di oggetto contiene implicitamente un tipo '{1}'.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "型 '{0}' のすべての構成要素がコンストラクト可能なわけではありません。",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "絶対値が 2^53 以上の数値リテラルは大きすぎるため、整数として正確に表現できません。",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "数値の区切り記号は、ここでは使用できません。",
|
||||
"Object_is_of_type_unknown_2571": "オブジェクト型は 'unknown' です。",
|
||||
"Object_is_possibly_null_2531": "オブジェクトは 'null' である可能性があります。",
|
||||
"Object_is_possibly_null_or_undefined_2533": "オブジェクトは 'null' か 'undefined' である可能性があります。",
|
||||
"Object_is_possibly_undefined_2532": "オブジェクトは 'undefined' である可能性があります。",
|
||||
"Object_0_is_of_type_unknown_2571": "オブジェクト型は 'unknown' です。",
|
||||
"Object_0_is_possibly_null_2531": "オブジェクトは 'null' である可能性があります。",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "オブジェクトは 'null' か 'undefined' である可能性があります。",
|
||||
"Object_0_is_possibly_undefined_2532": "オブジェクトは 'undefined' である可能性があります。",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "オブジェクト リテラルは既知のプロパティのみ指定できます。'{0}' は型 '{1}' に存在しません。",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "オブジェクト リテラルで指定できるのは既知のプロパティのみですが、'{0}' は型 '{1}' に存在しません。書こうとしたのは '{2}' ですか?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "オブジェクト リテラルのプロパティ '{0}' の型は暗黙的に '{1}' になります。",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "'{0}' 형식의 일부 구성원을 생성할 수 없습니다.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "절대값이 2^53보다 크거나 같은 숫자 리터럴은 너무 커서 정수로 정확하게 표시할 수 없습니다.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "숫자 구분 기호는 여기에서 허용되지 않습니다.",
|
||||
"Object_is_of_type_unknown_2571": "개체가 '알 수 없는' 형식입니다.",
|
||||
"Object_is_possibly_null_2531": "개체가 'null'인 것 같습니다.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "개체가 'null' 또는 'undefined'인 것 같습니다.",
|
||||
"Object_is_possibly_undefined_2532": "개체가 'undefined'인 것 같습니다.",
|
||||
"Object_0_is_of_type_unknown_2571": "개체가 '알 수 없는' 형식입니다.",
|
||||
"Object_0_is_possibly_null_2531": "개체가 'null'인 것 같습니다.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "개체가 'null' 또는 'undefined'인 것 같습니다.",
|
||||
"Object_0_is_possibly_undefined_2532": "개체가 'undefined'인 것 같습니다.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "개체 리터럴은 알려진 속성만 지정할 수 있으며 '{1}' 형식에 '{0}'이(가) 없습니다.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "개체 리터럴은 알려진 속성만 지정할 수 있지만 '{1}' 형식에 '{0}'이(가) 없습니다. '{2}'을(를) 쓰려고 했습니까?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "개체 리터럴의 '{0}' 속성에는 암시적으로 '{1}' 형식이 포함됩니다.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Nie wszystkie składowe typu „{0}” można skonstruować.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Literały liczbowe z wartościami bezwzględnymi równymi 2^53 lub większymi są zbyt duże, aby mogły być dokładnie reprezentowane jako liczby całkowite.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Separatory liczbowe nie są dozwolone w tym miejscu.",
|
||||
"Object_is_of_type_unknown_2571": "Obiekt jest typu „nieznany”.",
|
||||
"Object_is_possibly_null_2531": "Obiekt ma prawdopodobnie wartość „null”.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Obiekt ma prawdopodobnie wartość „null” lub „undefined”.",
|
||||
"Object_is_possibly_undefined_2532": "Obiekt ma prawdopodobnie wartość „undefined”.",
|
||||
"_0_is_of_type_unknown_2571": "Obiekt '{0}' jest typu „nieznany”.",
|
||||
"_0_is_possibly_null_2531": "Obiekt '{0}' ma prawdopodobnie wartość „null”.",
|
||||
"_0_is_possibly_null_or_undefined_2533": "Obiekt '{0}' ma prawdopodobnie wartość „null” lub „undefined”.",
|
||||
"_0_is_possibly_undefined_2532": "Obiekt '{0}' ma prawdopodobnie wartość „undefined”.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Dla literału obiektu można określić tylko znane właściwości, a właściwość „{0}” nie istnieje w typie „{1}”.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Literał obiektu może określać wyłącznie znane właściwości, ale element „{0}” nie istnieje w typie „{1}”. Czy chodziło Ci o „{2}”?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "Dla właściwości „{0}” literału obiektu niejawnie określono typ „{1}”.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Nem todos os membros do tipo '{0}' são construídos.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Os literais numéricos com valores absolutos iguais a 2^53 ou mais são muito grandes para serem representados precisamente como inteiros.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Separadores numéricos não são permitidos aqui.",
|
||||
"Object_is_of_type_unknown_2571": "O objeto é do tipo 'desconhecido'.",
|
||||
"Object_is_possibly_null_2531": "Possivelmente, o objeto é 'nulo'.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Possivelmente, o objeto é 'nulo' ou 'indefinido'.",
|
||||
"Object_is_possibly_undefined_2532": "Possivelmente, o objeto é 'nulo'.",
|
||||
"Object_0_is_of_type_unknown_2571": "O objeto '{0}' é do tipo 'desconhecido'.",
|
||||
"Object_0_is_possibly_null_2531": "Possivelmente, o objeto '{0}' é 'nulo'.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "Possivelmente, o objeto '{0}' é 'nulo' ou 'indefinido'.",
|
||||
"Object_0_is_possibly_undefined_2532": "Possivelmente, o objeto '{0}' é 'nulo'.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "O literal de objeto pode especificar apenas propriedades conhecidas e '{0}' não existe no tipo '{1}'.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "O literal de objeto pode especificar somente propriedades conhecidas, mas o '{0}' não existe no tipo '{1}'. Você queria ter escrito '{2}'?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "A propriedade '{0}' do literal de objeto implicitamente tem um tipo '{1}'.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "Не все составляющие типа \"{0}\" можно создать.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "Числовые литералы с абсолютными значениями, равными 2^53 или более, слишком велики для точного представления в виде целых чисел.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Числовые разделители здесь запрещены.",
|
||||
"Object_is_of_type_unknown_2571": "Объект имеет тип \"Неизвестный\".",
|
||||
"Object_is_possibly_null_2531": "Возможно, объект равен null.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Возможно, объект равен null или undefined.",
|
||||
"Object_is_possibly_undefined_2532": "Возможно, объект равен undefined.",
|
||||
"Object_0_is_of_type_unknown_2571": "Объект имеет тип \"Неизвестный\".",
|
||||
"Object_0_is_possibly_null_2531": "Возможно, объект равен null.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "Возможно, объект равен null или undefined.",
|
||||
"Object_0_is_possibly_undefined_2532": "Возможно, объект равен undefined.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Объектный литерал может использовать только известные свойства. \"{0}\" не существует в типе \"{1}\".",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Объектный литерал может указывать только известные свойства, но \"{0}\" не существует в типе \"{1}\". Вы хотели записать \"{2}\"?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "Свойство объектного литерала \"{0}\" неявно имеет тип \"{1}\".",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "'{0}' türündeki tüm bileşenler oluşturulabilir değil.",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "2^53 veya üzeri mutlak değerlere sahip sayısal sabit değerler, tamsayı olarak doğru bir şekilde temsil edilemeyecek kadar büyüktür.",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "Burada sayısal ayırıcılara izin verilmez.",
|
||||
"Object_is_of_type_unknown_2571": "Nesne 'unknown' türünde.",
|
||||
"Object_is_possibly_null_2531": "Nesne büyük olasılıkla 'null'.",
|
||||
"Object_is_possibly_null_or_undefined_2533": "Nesne büyük olasılıkla 'null' veya 'undefined'.",
|
||||
"Object_is_possibly_undefined_2532": "Nesne büyük olasılıkla 'undefined'.",
|
||||
"Object_0_is_of_type_unknown_2571": "Nesne 'unknown' türünde.",
|
||||
"Object_0_is_possibly_null_2531": "Nesne büyük olasılıkla 'null'.",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "Nesne büyük olasılıkla 'null' veya 'undefined'.",
|
||||
"Object_0_is_possibly_undefined_2532": "Nesne büyük olasılıkla 'undefined'.",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "Nesne sabit değeri yalnızca bilinen özellikleri belirtebilir ve '{0}', '{1}' türünde değil.",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "Nesne sabit değerinde yalnızca bilinen özellikler belirtilebilir, ancak '{0}', '{1}' türünde yok. '{2}' yazmak mı istediniz?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "'{0}' nesne sabit değeri özelliği, örtük olarak '{1}' türüne sahip.",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "\"{0}\" 类型的部分要素不可构造。",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "绝对值大于或等于 2^53 的数值文本过大,无法用整数准确表示。",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "此处不允许使用数字分隔符。",
|
||||
"Object_is_of_type_unknown_2571": "对象的类型为 \"unknown\"。",
|
||||
"Object_is_possibly_null_2531": "对象可能为 \"null\"。",
|
||||
"Object_is_possibly_null_or_undefined_2533": "对象可能为 \"null\" 或“未定义”。",
|
||||
"Object_is_possibly_undefined_2532": "对象可能为“未定义”。",
|
||||
"Object_0_is_of_type_unknown_2571": "对象的类型为 \"unknown\"。",
|
||||
"Object_0_is_possibly_null_2531": "对象可能为 \"null\"。",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "对象可能为 \"null\" 或“未定义”。",
|
||||
"Object_0_is_possibly_undefined_2532": "对象可能为“未定义”。",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "对象文字可以只指定已知属性,并且“{0}”不在类型“{1}”中。",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "对象文字只能指定已知的属性,但“{0}”中不存在类型“{1}”。是否要写入 {2}?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "对象文字的属性“{0}”隐式含有“{1}”类型。",
|
||||
|
||||
@@ -945,10 +945,10 @@
|
||||
"Not_all_constituents_of_type_0_are_constructable_2760": "'{0}' 類型的構件並非都可構建。",
|
||||
"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008": "絕對值等於或大於 2^53 的數字常值過大,無法準確地表示為整數。",
|
||||
"Numeric_separators_are_not_allowed_here_6188": "這裡不允許數字分隔符號。",
|
||||
"Object_is_of_type_unknown_2571": "物件的類型為 '未知'。",
|
||||
"Object_is_possibly_null_2531": "物件可能為「null」。",
|
||||
"Object_is_possibly_null_or_undefined_2533": "物件可能為「null」或「未定義」。",
|
||||
"Object_is_possibly_undefined_2532": "物件可能為「未定義」。",
|
||||
"Object_0_is_of_type_unknown_2571": "物件的類型為 '未知'。",
|
||||
"Object_0_is_possibly_null_2531": "物件可能為「null」。",
|
||||
"Object_0_is_possibly_null_or_undefined_2533": "物件可能為「null」或「未定義」。",
|
||||
"Object_0_is_possibly_undefined_2532": "物件可能為「未定義」。",
|
||||
"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353": "物件常值只可指定已知的屬性,且類型 '{1}' 中沒有 '{0}'。",
|
||||
"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561": "物件常值只會指定已知的屬性,但類型 '{1}' 中沒有 '{0}'。您是否想要寫入 '{2}'?",
|
||||
"Object_literal_s_property_0_implicitly_has_an_1_type_7018": "物件常值的屬性 '{0}' 隱含了 '{1}' 類型。",
|
||||
|
||||
@@ -8997,36 +8997,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[对象的类型为 "unknown"。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[对象可能为 "null"。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[对象可能为 "null" 或“未定义”。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[对象可能为“未定义”。]]></Val>
|
||||
</Tgt>
|
||||
@@ -17030,4 +17030,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8997,36 +8997,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[物件的類型為 '未知'。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[物件可能為「null」。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[物件可能為「null」或「未定義」。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[物件可能為「未定義」。]]></Val>
|
||||
</Tgt>
|
||||
@@ -17030,4 +17030,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -9006,38 +9006,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Objekt je typu Neznámý.]]></Val>
|
||||
<Val><![CDATA[Objekt '{0}' je typu Neznámý.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Objekt je pravděpodobně null.]]></Val>
|
||||
<Val><![CDATA[Objekt '{0}' je pravděpodobně null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Objekt je pravděpodobně null nebo undefined.]]></Val>
|
||||
<Val><![CDATA[Objekt '{0}' je pravděpodobně null nebo undefined.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Objekt je pravděpodobně undefined.]]></Val>
|
||||
<Val><![CDATA[Objekt '{0}' je pravděpodobně undefined.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17039,4 +17039,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8994,38 +8994,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Objekt ist vom Typ "Unbekannt".]]></Val>
|
||||
<Val><![CDATA[Das Objekt '{0}' ist vom Typ "Unbekannt".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Objekt ist möglicherweise "NULL".]]></Val>
|
||||
<Val><![CDATA[Das Objekt '{0}' ist möglicherweise "NULL".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Objekt ist möglicherweise "NULL" oder "nicht definiert".]]></Val>
|
||||
<Val><![CDATA[Das Objekt '{0}' ist möglicherweise "NULL" oder "nicht definiert".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Objekt ist möglicherweise "nicht definiert".]]></Val>
|
||||
<Val><![CDATA[Das Objekt '{0}' ist möglicherweise "nicht definiert".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17024,4 +17024,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -9009,38 +9009,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El objeto es de tipo "desconocido".]]></Val>
|
||||
<Val><![CDATA[El objeto '{0}' es de tipo "unknown".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El objeto es posiblemente "null".]]></Val>
|
||||
<Val><![CDATA[El objeto '{0}' es posiblemente "null".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El objeto es posiblemente "null" o "undefined".]]></Val>
|
||||
<Val><![CDATA[El objeto '{0}' es posiblemente "null" o "undefined".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El objeto es posiblemente "undefined".]]></Val>
|
||||
<Val><![CDATA[El objeto '{0}' es posiblemente "undefined".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17042,4 +17042,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -9009,38 +9009,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'objet est de type 'unknown'.]]></Val>
|
||||
<Val><![CDATA[L'objet '{0}' est de type 'unknown'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'objet a peut-être la valeur 'null'.]]></Val>
|
||||
<Val><![CDATA[L'objet '{0}' a peut-être la valeur 'null'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'objet a peut-être la valeur 'null' ou 'undefined'.]]></Val>
|
||||
<Val><![CDATA[L'objet '{0}' a peut-être la valeur 'null' ou 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'objet a peut-être la valeur 'undefined'.]]></Val>
|
||||
<Val><![CDATA[L'objet '{0}' a peut-être la valeur 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17042,4 +17042,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8997,38 +8997,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'oggetto è di tipo 'unknown'.]]></Val>
|
||||
<Val><![CDATA[L'oggetto '{0}' è di tipo 'unknown'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'oggetto è probabilmente 'null'.]]></Val>
|
||||
<Val><![CDATA[L'oggetto '{0}' è probabilmente 'null'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'oggetto è probabilmente 'null' o 'undefined'.]]></Val>
|
||||
<Val><![CDATA[L'oggetto '{0}' è probabilmente 'null' o 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'oggetto è probabilmente 'undefined'.]]></Val>
|
||||
<Val><![CDATA[L'oggetto '{0}' è probabilmente 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17030,4 +17030,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8997,36 +8997,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[オブジェクト型は 'unknown' です。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[オブジェクトは 'null' である可能性があります。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[オブジェクトは 'null' か 'undefined' である可能性があります。]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[オブジェクトは 'undefined' である可能性があります。]]></Val>
|
||||
</Tgt>
|
||||
@@ -17030,4 +17030,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8997,36 +8997,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[개체가 '알 수 없는' 형식입니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[개체가 'null'인 것 같습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[개체가 'null' 또는 'undefined'인 것 같습니다.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[개체가 'undefined'인 것 같습니다.]]></Val>
|
||||
</Tgt>
|
||||
@@ -17030,4 +17030,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8987,38 +8987,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Obiekt jest typu „nieznany”.]]></Val>
|
||||
<Val><![CDATA[Obiekt '{0}' jest typu „nieznany”.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Obiekt ma prawdopodobnie wartość „null”.]]></Val>
|
||||
<Val><![CDATA[Obiekt '{0}' ma prawdopodobnie wartość „null”.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Obiekt ma prawdopodobnie wartość „null” lub „undefined”.]]></Val>
|
||||
<Val><![CDATA[Obiekt '{0}' ma prawdopodobnie wartość „null” lub „undefined”.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Obiekt ma prawdopodobnie wartość „undefined”.]]></Val>
|
||||
<Val><![CDATA[Obiekt '{0}' ma prawdopodobnie wartość „undefined”.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17017,4 +17017,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8990,38 +8990,38 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[O objeto é do tipo 'desconhecido'.]]></Val>
|
||||
<Val><![CDATA[O objeto '{0}' é do tipo 'desconhecido'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Possivelmente, o objeto é 'nulo'.]]></Val>
|
||||
<Val><![CDATA[Possivelmente, o objeto '{0}' é 'nulo'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Possivelmente, o objeto é 'nulo' ou 'indefinido'.]]></Val>
|
||||
<Val><![CDATA[Possivelmente, o objeto '{0}' é 'nulo' ou 'indefinido'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Possivelmente, o objeto é 'nulo'.]]></Val>
|
||||
<Val><![CDATA[Possivelmente, o objeto '{0}' é 'nulo'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
@@ -17020,4 +17020,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8996,36 +8996,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Объект имеет тип "Неизвестный".]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Возможно, объект равен null.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Возможно, объект равен null или undefined.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Возможно, объект равен undefined.]]></Val>
|
||||
</Tgt>
|
||||
@@ -17029,4 +17029,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
@@ -8990,36 +8990,36 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_of_type_unknown_2571" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is of type 'unknown'.]]></Val>
|
||||
<Val><![CDATA['{0}' is of type 'unknown'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Nesne 'unknown' türünde.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_2531" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Nesne büyük olasılıkla 'null'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_null_or_undefined_2533" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'null' or 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Nesne büyük olasılıkla 'null' veya 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";Object_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Item ItemId=";_0_is_possibly_undefined_2532" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Object is possibly 'undefined'.]]></Val>
|
||||
<Val><![CDATA['{0}' is possibly 'undefined'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Nesne büyük olasılıkla 'undefined'.]]></Val>
|
||||
</Tgt>
|
||||
@@ -17023,4 +17023,4 @@
|
||||
</Item>
|
||||
</Item>
|
||||
</Item>
|
||||
</LCX>
|
||||
</LCX>
|
||||
|
||||
Reference in New Issue
Block a user