Skip to content

Commit

Permalink
Added translations (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Apr 17, 2022
1 parent 231cfad commit 002e451
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 0 deletions.
36 changes: 36 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 @@ -468,4 +468,16 @@
<data name="CompactMode" xml:space="preserve">
<value>Compact mode</value>
</data>
<data name="CopyColor" xml:space="preserve">
<value>Copy color</value>
</data>
<data name="StartSelection" xml:space="preserve">
<value>Start selection</value>
</data>
<data name="EditShortcut" xml:space="preserve">
<value>Edit shortcut</value>
</data>
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</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 @@ -468,4 +468,16 @@
<data name="CompactMode" xml:space="preserve">
<value>Mode compact</value>
</data>
<data name="CopyColor" xml:space="preserve">
<value>Copier une couleur</value>
</data>
<data name="StartSelection" xml:space="preserve">
<value>Commencer la sélection</value>
</data>
<data name="EditShortcut" xml:space="preserve">
<value>Modifier le raccourci</value>
</data>
<data name="PressKeys" xml:space="preserve">
<value>Appuyez sur une combinaison de touches.</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 @@ -448,4 +448,16 @@
<data name="CompactMode" xml:space="preserve">
<value>Compact mode</value>
</data>
<data name="CopyColor" xml:space="preserve">
<value>Copy color</value>
</data>
<data name="StartSelection" xml:space="preserve">
<value>Start selection</value>
</data>
<data name="EditShortcut" xml:space="preserve">
<value>Edit shortcut</value>
</data>
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</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 @@ -468,4 +468,16 @@
<data name="CompactMode" xml:space="preserve">
<value>Compact mode</value>
</data>
<data name="CopyColor" xml:space="preserve">
<value>Copy color</value>
</data>
<data name="StartSelection" xml:space="preserve">
<value>Start selection</value>
</data>
<data name="EditShortcut" xml:space="preserve">
<value>Edit shortcut</value>
</data>
<data name="PressKeys" xml:space="preserve">
<value>Press a combination of keys.</value>
</data>
</root>

0 comments on commit 002e451

Please sign in to comment.