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
2 changes: 1 addition & 1 deletion src/Controls/src/Build.Tasks/xlf/ErrorMessages.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<value>Los recursos de ResourceDictionary requieren un atributo x:Key.</value>
</data>
<data name="ResourceMissing" xml:space="preserve">
<value>No se encontró el recurso "{0}".</value>
<value>No se encuentra el recurso "{0}".</value>
<comment>0 is a resourceId</comment>
</data>
<data name="SByteEnums" xml:space="preserve">
Expand Down
28 changes: 14 additions & 14 deletions src/Controls/src/Build.Tasks/xlf/ErrorMessages.pt-BR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AdderMissing" xml:space="preserve">
<value>Não foi definido nenhum método Add() em "{0}{1}".</value>
<value>Nenhum método Add() definido em "{0}{1}".</value>
<comment>0 is type name, 1 is property name</comment>
</data>
<data name="BindingIndexerEmpty" xml:space="preserve">
Expand All @@ -128,11 +128,11 @@
<value>Associação: o indexador não continha nenhum colchete de fechamento.</value>
</data>
<data name="BindingIndexerParse" xml:space="preserve">
<value>Associação: não é possível analisar "{0}" como um índice de uma "{1}".</value>
<value>Associação: "{0}" não pode ser analisado como um índice para um "{1}".</value>
<comment>0 is indexer value, 1 is property name</comment>
</data>
<data name="BindingIndexerTypeUnsupported" xml:space="preserve">
<value>Associação: tipo de índice do indexador sem suporte: "{0}".</value>
<value>Associação: tipo de índice de indexador sem suporte: "{0}".</value>
<comment>0 is indexer type name</comment>
</data>
<data name="BindingWithoutDataType" xml:space="preserve">
Expand All @@ -148,23 +148,23 @@
<value>A associação não foi compilada porque tem uma propriedade Source explicitamente definida e a compilação de associações com Source não está habilitada. Considere habilitar esta otimização definindo &lt;MauiEnableXamlCBindingWithSourceCompilation&gt;true&lt;/MauiEnableXamlCBindingWithSourceCompilation&gt; no arquivo de projeto e certifique-se de que o x:DataType correto esteja especificado para esta associação. Confira https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings para obter mais informações.</value>
</data>
<data name="BindingPropertyNotFound" xml:space="preserve">
<value>Associação: a propriedade "{0}" não foi encontrada em "{1}".</value>
<value>Associação: propriedade "{0}" não encontrada em "{1}".</value>
<comment>0 is property name, 1 is type name</comment>
</data>
<data name="BPMissingGetter" xml:space="preserve">
<value>Um método "public static Get{0}" ou um getter de propriedade de instância pública está ausente da propriedade anexada "{1}.{0}Property".</value>
<value>Falta um método "Get estático público{0}" ou um getter de propriedade de instância pública para a propriedade anexada "{1}.{0}Propriedade".</value>
<comment>0 is BindableProperty name, 1 is the declaring type</comment>
</data>
<data name="BPName" xml:space="preserve">
<value>O nome da BindableProperty {0} não termina com "Property".</value>
<comment>0 is BindableProperty name</comment>
</data>
<data name="ConstructorDefaultMissing" xml:space="preserve">
<value>Construtor padrão ausente de "{0}".</value>
<value>Construtor padrão ausente para "{0}".</value>
<comment>0 is type name</comment>
</data>
<data name="ConstructorXArgsMissing" xml:space="preserve">
<value>Construtor ausente de "{0}" com x:Arguments correspondentes.</value>
<value>Construtor ausente para "{0}" com x:Arguments correspondentes.</value>
<comment>0 is type name</comment>
</data>
<data name="ContentPropertyAttributeMissing" xml:space="preserve">
Expand All @@ -190,15 +190,15 @@
<value>Erro ao analisar a expressão de marcação.</value>
</data>
<data name="MemberResolution" xml:space="preserve">
<value>Não foi encontrada nenhuma propriedade, nenhuma BindableProperty nem nenhum evento para "{0}". Ou o valor e a propriedade apresentam tipos incompatíveis.</value>
<value>Nenhuma propriedade, BindableProperty ou evento encontrado para "{0}" ou tipo incompatível entre valor e propriedade.</value>
<comment>0 is member name</comment>
</data>
<data name="MethodStaticMissing" xml:space="preserve">
<value>Não foi encontrado nenhum método estático para "{0}::{1} ({2})".</value>
<value>Nenhum método estático encontrado para "{0}::{1} ({2})".</value>
<comment>0 is type name, 1 is methodname, 2 is type arg list</comment>
</data>
<data name="MissingEventHandler" xml:space="preserve">
<value>O EventHandler "{0}" com a assinatura correta não foi encontrado no tipo "{1}".</value>
<value>EventHandler "{0}" com assinatura correta não encontrado no tipo "{1}".</value>
<comment>0 is the handler name, 1 is the declaring type</comment>
</data>
<data name="NamescopeDuplicate" xml:space="preserve">
Expand All @@ -209,11 +209,11 @@
<value>Property, Property setter ou BindableProperty "{0}" foram preteridos.</value>
</data>
<data name="PropertyMissing" xml:space="preserve">
<value>Propriedade obrigatória "{0}" ausente de "{1}".</value>
<value>Propriedade obrigatória "{0}" ausente em "{1}".</value>
<comment>0 is a property name, 1 is a type</comment>
</data>
<data name="PropertyResolution" xml:space="preserve">
<value>Não é possível resolver a propriedade "{0}" no tipo "{1} (propriedade ou acessadores ausentes)".</value>
<value>Não é possível resolver a propriedade "{0}" no tipo "{1} (acessadores ausentes ou ausentes da propriedade)".</value>
<comment>0 is a property name, 1 is a type name</comment>
</data>
<data name="ResourceDictDuplicateKey" xml:space="preserve">
Expand All @@ -224,7 +224,7 @@
<value>Os recursos no ResourceDictionary exigem um atributo x:Key.</value>
</data>
<data name="ResourceMissing" xml:space="preserve">
<value>O recurso "{0}" não foi encontrado.</value>
<value>Recurso "{0}" não encontrado.</value>
<comment>0 is a resourceId</comment>
</data>
<data name="SByteEnums" xml:space="preserve">
Expand Down Expand Up @@ -258,7 +258,7 @@
<comment>0 is the xmlns prefix</comment>
</data>
<data name="XStaticResolution" xml:space="preserve">
<value>O x:Static: não pôde encontrar um campo estático, uma propriedade estática, um valor const ou enumerado público (ou interno acessível) denominado "{0}" em "{1}".</value>
<value>x:Static: não é possível localizar um campo estático, propriedade estática, const ou valor de enumeração chamado "{0}" em "{1}" públicos ou internos acessíveis.</value>
<comment>0 is membername, 1 is type name</comment>
</data>
<data name="XStaticSyntax" xml:space="preserve">
Expand Down
254 changes: 127 additions & 127 deletions src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.ko.resx
Original file line number Diff line number Diff line change
@@ -1,128 +1,128 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema

Version 2.0

The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.

Example:

... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>

There are any number of "resheader" rows that contain simple
name/value pairs.

Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.

The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:

Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.

mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Cancel" xml:space="preserve">
<value>취소</value>
<comment>ContextActionCell Cancel button</comment>
</data>
<data name="More" xml:space="preserve">
<value>자세히</value>
<comment>ContextActionCell More button</comment>
</data>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Cancel" xml:space="preserve">
<value>취소</value>
<comment>ContextActionCell Cancel button</comment>
</data>
<data name="More" xml:space="preserve">
<value>더 보기</value>
<comment>ContextActionCell More button</comment>
</data>
</root>
6 changes: 3 additions & 3 deletions src/Controls/src/SourceGen/MauiGResources.es.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="XamlParsingErrorMessage" xml:space="preserve">
<value>Error al analizar Xaml: {0}.</value>
<value>Error al analizar el Xaml: {0}.</value>
<comment>{0} is the error message</comment>
</data>
<data name="XamlParsingFailed" xml:space="preserve">
Expand Down Expand Up @@ -234,11 +234,11 @@
<comment>/</comment>
</data>
<data name="AmbiguousTypeTitle" xml:space="preserve">
<value>Ambiguous Type</value>
<value>Tipo ambiguo</value>
<comment>/</comment>
</data>
<data name="AmbiguousTypeMessage" xml:space="preserve">
<value>Multiple names found in the current xml namespace. use a more specific prefix.</value>
<value>Se encontraron varios nombres en el espacio de nombres XML actual. Use un prefijo más específico.</value>
<comment>/</comment>
</data>
</root>
Loading
Loading