allow to pre-define colors to choose from (#2481)

This commit is contained in:
Kevin Papst
2021-04-06 00:45:54 +02:00
committed by GitHub
parent f4dbdbb427
commit 68bb01d064
28 changed files with 574 additions and 21 deletions

View File

@@ -246,6 +246,18 @@
<source>off</source>
<target>Aus</target>
</trans-unit>
<trans-unit id="label.theme.colors_limited">
<source>label.theme.colors_limited</source>
<target>Farbauswahl einschränken</target>
</trans-unit>
<trans-unit id="label.theme.color_choices">
<source>label.theme.color_choices</source>
<target>Erlaubte Farben</target>
</trans-unit>
<trans-unit id="help.theme.color_choices">
<source>help.theme.color_choices</source>
<target>Kommagetrennte Liste von HTML Farbcodes. Farbnamen können festgelegt werden, indem dem Farbcode ein Name und das Trennzeichen | vorangestellt wird, z. B.: White|#ffffff,Black|#000000.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -246,6 +246,18 @@
<source>off</source>
<target>Off</target>
</trans-unit>
<trans-unit id="label.theme.colors_limited">
<source>label.theme.colors_limited</source>
<target>Limit color choices</target>
</trans-unit>
<trans-unit id="label.theme.color_choices">
<source>label.theme.color_choices</source>
<target>Allowed colors</target>
</trans-unit>
<trans-unit id="help.theme.color_choices">
<source>help.theme.color_choices</source>
<target>Comma separated list of HTML color codes. Color names can be set by prefixing the color code with a name and the | delimiter, eg.: White|#ffffff,Black|#000000.</target>
</trans-unit>
</body>
</file>
</xliff>