Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ ObjectReaderNoMatchingConstructor=Unable to find a suitable constructor for the
ObjectReaderInstanceDescriptorIncompatibleArgumentTypes=InstanceDescriptor provided an argument of type '{0}' where a parameter of type '{1}' was expected.
ObjectReaderInstanceDescriptorIncompatibleArguments=InstanceDescriptor did not provide the correct number of arguments.
ObjectReaderInstanceDescriptorInvalidMethod=InstanceDescriptor did not provide a valid constructor or method.
ObjectReaderTypeCannotRoundtrip=Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.
ObjectReaderTypeCannotRoundtrip=Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.
ObjectReaderTypeIsNested=Unable to read objects of the type '{0}'. Nested types are not supported.
ObjectReaderAttachedPropertyNotFound=Unable to find an attachable property named '{0}' on type '{1}'.
XamlFactoryInvalidXamlNode=Unexpected XAML node type '{0}' from XamlReader in XamlFactory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
<value>Unable to find a suitable constructor for the specified constructor arguments on type '{0}'.</value>
</data>
<data name="ObjectReaderTypeCannotRoundtrip" space_="preserve">
<value>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</value>
<value>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</value>
</data>
<data name="ObjectReaderTypeIsNested" space_="preserve">
<value>Unable to read objects of the type '{0}'. Nested types are not supported.</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Nelze číst objekty typu {0}, protože neexistují žádné přístupné konstruktory. Chcete-li povolit použití tohoto typu v jazyce XAML, přidejte výchozí konstruktor, použijte atribut ConstructorArgumentAttribute nebo zadejte objekt InstanceDescriptor.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Nelze číst objekty typu {0}, protože neexistují žádné přístupné konstruktory. Chcete-li povolit použití tohoto typu v jazyce XAML, přidejte výchozí konstruktor, použijte atribut ConstructorArgumentAttribute nebo zadejte objekt InstanceDescriptor.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Es können keine Objekte vom Typ "{0}" gelesen werden, da keine Konstruktoren vorhanden sind, auf die zugegriffen werden kann. Damit der Typ in XAML verwendet werden kann, fügen Sie einen Standardkonstruktor hinzu, verwenden Sie ConstructorArgumentAttribute, oder geben Sie einen InstanceDescriptor an.</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">No se pueden leer los objetos del tipo {0} porque no hay constructores accesibles. Para poder usar este tipo en XAML, agregue un constructor predeterminado, use ConstructorArgumentAttribute o proporcione un InstanceDescriptor.</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Impossible de lire les objets de type {0}, car il aucun constructeur n'est accessible. Pour que ce type puisse être utilisé en XAML, ajoutez un constructeur par défaut, utilisez ConstructorArgumentAttribute ou fournissez un InstanceDescriptor.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Impossible de lire les objets de type '{0}', car il aucun constructeur n'est accessible. Pour que ce type puisse être utilisé en XAML, ajoutez un constructeur par défaut, utilisez ConstructorArgumentAttribute ou fournissez un InstanceDescriptor.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Impossibile leggere oggetti del tipo {0} perché non sono disponibili costruttori accessibili. Per consentire l'utilizzo di questo tipo in XAML, aggiungere un costruttore predefinito, utilizzare ConstructorArgumentAttribute o fornire un descrittore d'istanza.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Impossibile leggere oggetti del tipo '{0}' perché non sono disponibili costruttori accessibili. Per consentire l'utilizzo di questo tipo in XAML, aggiungere un costruttore predefinito, utilizzare ConstructorArgumentAttribute o fornire un descrittore d'istanza.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">アクセスできるコンストラクターがないため、型 '{0}' のオブジェクトを読み込むことができません。この型を XAML で使用できるようにするには、既定のコンストラクターを追加するか、ConstructorArgumentAttribute を使用するか、または InstanceDescriptor を提供してください。</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">액세스 가능한 생성자가 없기 때문에 {0} 형식의 개체를 읽을 수 없습니다. 이 형식을 XAML에서 사용하려면 기본 생성자를 추가하거나 ConstructorArgumentAttribute를 사용하거나 InstanceDescriptor를 제공하십시오.</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Nie można odczytać obiektów typu {0}, ponieważ są one niedostępne dla konstruktorów. Aby zezwolić na używanie tego typu w kodzie XAML, dodaj konstruktora domyślnego, użyj atrybutu ConstructorArgumentAttribute lub dostarcz obiekt InstanceDescriptor.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Nie można odczytać obiektów typu {0}, ponieważ są one niedostępne dla konstruktorów. Aby zezwolić na używanie tego typu w kodzie XAML, dodaj konstruktora domyślnego, użyj atrybutu ConstructorArgumentAttribute lub dostarcz obiekt InstanceDescriptor.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Não é possível ler objetos do tipo {0}, pois não há construtores acessíveis. Para permitir que esse tipo seja usado em XAML, adicione um construtor padrão, use ConstructorArgumentAttribute ou fornece um InstanceDescriptor.</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Не удалось выполнить чтение объектов типа {0}, поскольку доступные конструкторы отсутствуют. Чтобы этот тип можно было применять в XAML, добавьте конструктор по умолчанию, используйте атрибут ConstructorArgumentAttribute или укажите InstanceDescriptor.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Не удалось выполнить чтение объектов типа "{0}", поскольку доступные конструкторы отсутствуют. Чтобы этот тип можно было применять в XAML, добавьте конструктор по умолчанию, используйте атрибут ConstructorArgumentAttribute или укажите InstanceDescriptor.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,8 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Erişilebilir oluşturucular olmadığından {0} türündeki nesneler okunamadı. XAML'de bu türün kullanılmasına olanak tanımak için varsayılan bir oluşturucu ekleyin, ConstructorArgumentAttribute kullanın veya bir InstanceDescriptor sağlayın.</target>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">Erişilebilir oluşturucular olmadığından '{0}' türündeki nesneler okunamadı. XAML'de bu türün kullanılmasına olanak tanımak için varsayılan bir oluşturucu ekleyin, ConstructorArgumentAttribute kullanın veya bir InstanceDescriptor sağlayın.</target>
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeIsNested">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">无法读取类型“{0}”的对象,因为没有可以访问的构造函数。若要允许在 XAML 中使用此类型,请添加默认构造函数,使用 ConstructorArgumentAttribute 或提供 InstanceDescriptor。</target>
<note />
</trans-unit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
<note />
</trans-unit>
<trans-unit id="ObjectReaderTypeCannotRoundtrip">
<source>Unable to read objects of the type {0} because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<source>Unable to read objects of the type '{0}' because there are no accessible constructors. To allow this type to be used in XAML, add a default constructor, use ConstructorArgumentAttribute, or provide an InstanceDescriptor.</source>
<target state="translated">無法讀取型別 {0} 的物件,因為沒有可存取的建構函式。若要讓這種型別能使用在 XAML 中,請加入預設建構函式、使用 ConstructorArgumentAttribute,或提供 InstanceDescriptor。</target>
<note />
</trans-unit>
Expand Down