Skip to content

Commit

Permalink
Added translations (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Apr 20, 2024
1 parent 7468cda commit 2728e4e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ColorPicker/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions ColorPicker/Properties/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -759,4 +759,16 @@
<data name="EnterColor" xml:space="preserve">
<value>Enter a color to generate a name</value>
</data>
<data name="Collections" xml:space="preserve">
<value>Collections</value>
</data>
<data name="AddToCollection" xml:space="preserve">
<value>Add to collection</value>
</data>
<data name="AddCollection" xml:space="preserve">
<value>Add collection</value>
</data>
<data name="Add" xml:space="preserve">
<value>Add</value>
</data>
</root>
12 changes: 12 additions & 0 deletions ColorPicker/Properties/Resources.fr-FR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -763,4 +763,16 @@
<data name="EnterColor" xml:space="preserve">
<value>Saisir une couleur pour générer un nom</value>
</data>
<data name="Collections" xml:space="preserve">
<value>Collections</value>
</data>
<data name="AddToCollection" xml:space="preserve">
<value>Ajouter à la collection</value>
</data>
<data name="AddCollection" xml:space="preserve">
<value>Ajouter une collection</value>
</data>
<data name="Add" xml:space="preserve">
<value>Ajouter</value>
</data>
</root>
12 changes: 12 additions & 0 deletions ColorPicker/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -739,4 +739,16 @@
<data name="EnterColor" xml:space="preserve">
<value>Enter a color to generate a name</value>
</data>
<data name="Collections" xml:space="preserve">
<value>Collections</value>
</data>
<data name="AddToCollection" xml:space="preserve">
<value>Add to collection</value>
</data>
<data name="AddCollection" xml:space="preserve">
<value>Add collection</value>
</data>
<data name="Add" xml:space="preserve">
<value>Add</value>
</data>
</root>
12 changes: 12 additions & 0 deletions ColorPicker/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -767,4 +767,16 @@
<data name="EnterColor" xml:space="preserve">
<value>输入颜色生成名称</value>
</data>
<data name="Collections" xml:space="preserve">
<value>收藏品</value>
</data>
<data name="AddToCollection" xml:space="preserve">
<value>加入收藏</value>
</data>
<data name="AddCollection" xml:space="preserve">
<value>添加收藏</value>
</data>
<data name="Add" xml:space="preserve">
<value>添加</value>
</data>
</root>

0 comments on commit 2728e4e

Please sign in to comment.