mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 22:23:34 -07:00
fix(translations): 🌐 New translations from Crowdin [skip ci]
This commit is contained in:
parent
2b9004139f
commit
11f2e1e5c1
1 changed files with 26 additions and 17 deletions
|
@ -59,7 +59,7 @@
|
||||||
: using a System.ComponentModel.TypeConverter
|
: using a System.ComponentModel.TypeConverter
|
||||||
: and then encoded with base64 encoding.
|
: 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:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
|
||||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
||||||
<xsd:element name="root" msdata:IsDataSet="true">
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
|
@ -144,4 +144,13 @@
|
||||||
<data name="Unsubscribe" xml:space="preserve">
|
<data name="Unsubscribe" xml:space="preserve">
|
||||||
<value>Se désinscrire</value>
|
<value>Se désinscrire</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Album" xml:space="preserve">
|
||||||
|
<value>Album</value>
|
||||||
|
</data>
|
||||||
|
<data name="Movie" xml:space="preserve">
|
||||||
|
<value>Film</value>
|
||||||
|
</data>
|
||||||
|
<data name="TvShow" xml:space="preserve">
|
||||||
|
<value>Série</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Loading…
Add table
Add a link
Reference in a new issue