mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 17:07:12 +02:00
🐛 Fix copy on input placeholder (#6097)
This commit is contained in:
parent
f7f1598e71
commit
fc17a1742a
9 changed files with 5 additions and 29 deletions
|
@ -513,7 +513,7 @@
|
|||
[:div {:class (stl/css :input-row)}
|
||||
[:> input-tokens*
|
||||
{:id "token-value"
|
||||
:placeholder (tr "workspace.token.enter-token-value")
|
||||
:placeholder (tr "workspace.token.token-value-enter")
|
||||
:label (tr "workspace.token.token-value")
|
||||
:max-length 256
|
||||
:default-value @value-ref
|
||||
|
|
|
@ -6615,8 +6615,8 @@ msgid "workspace.token.enter-token-name"
|
|||
msgstr "Enter %s token name"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Enter token value or alias"
|
||||
msgid "workspace.token.token-value-enter"
|
||||
msgstr "Enter a value or alias with {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
|
|
|
@ -6617,8 +6617,8 @@ msgid "workspace.token.enter-token-name"
|
|||
msgstr "Introduce un nombre para el token %s"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Introduce un valor o alias"
|
||||
msgid "workspace.token.token-value-enter"
|
||||
msgstr "Introduce un valor o un alias usando {alias}"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
|
|
|
@ -6402,10 +6402,6 @@ msgstr "הוספת תיאור (רשות)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "נא למלא את שם האסימון %s"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "נא למלא ערך או כינוי לאסימון"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
|
@ -6427,10 +6427,6 @@ msgstr "Tambahkan deskripsi (opsional)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "Masukkan nama token %s"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Masukkan nilai atau alias token"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
|
@ -6464,10 +6464,6 @@ msgstr "Aggiungi una descrizione (opzionale)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "Inserisci il nome del token %s"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Inserisci un valore del token o un alias"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
|
@ -6474,10 +6474,6 @@ msgstr "Voeg een beschrijving toe (optioneel)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "Voer de tokennaam %s in"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Voer de tokenwaarde of alias in"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
|
@ -6447,10 +6447,6 @@ msgstr "Lägg till en beskrivning (valfritt)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "Ange %s tokennamn"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Ange tokenvärde eller alias"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
|
@ -6485,10 +6485,6 @@ msgstr "Додайте опис (необов'язково)"
|
|||
msgid "workspace.token.enter-token-name"
|
||||
msgstr "Введіть %s ім'я токену"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/form.cljs:463
|
||||
msgid "workspace.token.enter-token-value"
|
||||
msgstr "Введіть значення токену чи його псевдонім"
|
||||
|
||||
#: src/app/main/ui/workspace/tokens/sets.cljs
|
||||
#, unused
|
||||
msgid "workspace.token.grouping-set-alert"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue