Add sidebar.

This commit is contained in:
2025-11-14 19:00:01 +00:00
parent 955c2f9654
commit 7ede62514f
10 changed files with 877 additions and 348 deletions

View File

@@ -1,64 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?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">
@@ -120,4 +61,52 @@
<data name="ApplicationName" xml:space="preserve">
<value>Marechai.App-en</value>
</data>
<data name="News" xml:space="preserve">
<value>News</value>
</data>
<data name="Books" xml:space="preserve">
<value>Books</value>
</data>
<data name="Companies" xml:space="preserve">
<value>Companies</value>
</data>
<data name="Computers" xml:space="preserve">
<value>Computers</value>
</data>
<data name="Consoles" xml:space="preserve">
<value>Consoles</value>
</data>
<data name="Documents" xml:space="preserve">
<value>Documents</value>
</data>
<data name="Dumps" xml:space="preserve">
<value>Dumps</value>
</data>
<data name="GraphicalProcessingUnits" xml:space="preserve">
<value>Graphical Processing Units</value>
</data>
<data name="Magazines" xml:space="preserve">
<value>Magazines</value>
</data>
<data name="People" xml:space="preserve">
<value>People</value>
</data>
<data name="Processors" xml:space="preserve">
<value>Processors</value>
</data>
<data name="Software" xml:space="preserve">
<value>Software</value>
</data>
<data name="SoundSynthesizers" xml:space="preserve">
<value>Sound Synthesizers</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Settings</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
</data>
<data name="Logout" xml:space="preserve">
<value>Logout</value>
</data>
</root>

View File

@@ -1,64 +1,5 @@
<?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">
@@ -120,4 +61,52 @@
<data name="ApplicationName" xml:space="preserve">
<value>Marechai.App-es</value>
</data>
<data name="News" xml:space="preserve">
<value>Noticias</value>
</data>
<data name="Books" xml:space="preserve">
<value>Libros</value>
</data>
<data name="Companies" xml:space="preserve">
<value>Empresas</value>
</data>
<data name="Computers" xml:space="preserve">
<value>Computadoras</value>
</data>
<data name="Consoles" xml:space="preserve">
<value>Consolas</value>
</data>
<data name="Documents" xml:space="preserve">
<value>Documentos</value>
</data>
<data name="Dumps" xml:space="preserve">
<value>Volcados</value>
</data>
<data name="GraphicalProcessingUnits" xml:space="preserve">
<value>Unidades de Procesamiento Gráfico</value>
</data>
<data name="Magazines" xml:space="preserve">
<value>Revistas</value>
</data>
<data name="People" xml:space="preserve">
<value>Personas</value>
</data>
<data name="Processors" xml:space="preserve">
<value>Procesadores</value>
</data>
<data name="Software" xml:space="preserve">
<value>Software</value>
</data>
<data name="SoundSynthesizers" xml:space="preserve">
<value>Sintetizadores de Sonido</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Configuración</value>
</data>
<data name="Login" xml:space="preserve">
<value>Iniciar sesión</value>
</data>
<data name="Logout" xml:space="preserve">
<value>Cerrar sesión</value>
</data>
</root>

View File

@@ -1,64 +1,5 @@
<?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">
@@ -120,4 +61,52 @@
<data name="ApplicationName" xml:space="preserve">
<value>Marechai.App-fr</value>
</data>
<data name="News" xml:space="preserve">
<value>Actualités</value>
</data>
<data name="Books" xml:space="preserve">
<value>Livres</value>
</data>
<data name="Companies" xml:space="preserve">
<value>Entreprises</value>
</data>
<data name="Computers" xml:space="preserve">
<value>Ordinateurs</value>
</data>
<data name="Consoles" xml:space="preserve">
<value>Consoles</value>
</data>
<data name="Documents" xml:space="preserve">
<value>Documents</value>
</data>
<data name="Dumps" xml:space="preserve">
<value>Vidages</value>
</data>
<data name="GraphicalProcessingUnits" xml:space="preserve">
<value>Processeurs Graphiques</value>
</data>
<data name="Magazines" xml:space="preserve">
<value>Magazines</value>
</data>
<data name="People" xml:space="preserve">
<value>Personnes</value>
</data>
<data name="Processors" xml:space="preserve">
<value>Processeurs</value>
</data>
<data name="Software" xml:space="preserve">
<value>Logiciels</value>
</data>
<data name="SoundSynthesizers" xml:space="preserve">
<value>Synthétiseurs de Son</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Paramètres</value>
</data>
<data name="Login" xml:space="preserve">
<value>Connexion</value>
</data>
<data name="Logout" xml:space="preserve">
<value>Déconnexion</value>
</data>
</root>

View File

@@ -1,64 +1,5 @@
<?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">
@@ -120,4 +61,52 @@
<data name="ApplicationName" xml:space="preserve">
<value>Marechai.App-pt-BR</value>
</data>
<data name="News" xml:space="preserve">
<value>Notícias</value>
</data>
<data name="Books" xml:space="preserve">
<value>Livros</value>
</data>
<data name="Companies" xml:space="preserve">
<value>Empresas</value>
</data>
<data name="Computers" xml:space="preserve">
<value>Computadores</value>
</data>
<data name="Consoles" xml:space="preserve">
<value>Consoles</value>
</data>
<data name="Documents" xml:space="preserve">
<value>Documentos</value>
</data>
<data name="Dumps" xml:space="preserve">
<value>Dumps</value>
</data>
<data name="GraphicalProcessingUnits" xml:space="preserve">
<value>Unidades de Processamento Gráfico</value>
</data>
<data name="Magazines" xml:space="preserve">
<value>Revistas</value>
</data>
<data name="People" xml:space="preserve">
<value>Pessoas</value>
</data>
<data name="Processors" xml:space="preserve">
<value>Processadores</value>
</data>
<data name="Software" xml:space="preserve">
<value>Software</value>
</data>
<data name="SoundSynthesizers" xml:space="preserve">
<value>Sintetizadores de Som</value>
</data>
<data name="Settings" xml:space="preserve">
<value>Configurações</value>
</data>
<data name="Login" xml:space="preserve">
<value>Fazer Login</value>
</data>
<data name="Logout" xml:space="preserve">
<value>Fazer Logout</value>
</data>
</root>