mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:58:26 +02:00
🐛 Fix stroke width validation (#6124)
This commit is contained in:
parent
f98009ec54
commit
b3a3cca9fe
5 changed files with 49 additions and 5 deletions
|
@ -6675,6 +6675,10 @@ msgstr "Invalid token value: %s"
|
|||
msgid "workspace.token.opacity-range"
|
||||
msgstr "Opacity must be between 0 and 100% or 0 and 1 (e.g. 50% or 0.5)."
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/errors.cljs
|
||||
msgid "workspace.token.stroke-width-range"
|
||||
msgstr "Stroke width must be between equal or bigger than 0."
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/modals/themes.cljs:179
|
||||
msgid "workspace.token.label.group"
|
||||
msgstr "Group"
|
||||
|
|
|
@ -6677,6 +6677,10 @@ msgstr "Valor de token no válido: %s"
|
|||
msgid "workspace.token.opacity-range"
|
||||
msgstr "La opacidad debe estar entre 0 y 100% o 0 y 1 (p.e. 50% o 0.5)."
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/errors.cljs
|
||||
msgid "workspace.token.stroke-width-range"
|
||||
msgstr "Stroke width debe ser mayor o igual a 0."
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/modals/themes.cljs:179
|
||||
msgid "workspace.token.label.group"
|
||||
msgstr "Grupo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue