mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 16:18:11 -05:00
🐛 Add shortcut description for grid layout toggle
This commit is contained in:
parent
d96902f61d
commit
bd2630fa1a
3 changed files with 7 additions and 0 deletions
|
@ -189,6 +189,7 @@
|
|||
;; shortcuts.unmask
|
||||
;; shortcuts.v-distribute
|
||||
;; shortcuts.zoom-selected
|
||||
;; shortcuts.toggle-layout-grid
|
||||
(let [translat-pre (case type
|
||||
:sc "shortcuts."
|
||||
:sec "shortcut-section."
|
||||
|
|
|
@ -3023,6 +3023,9 @@ msgstr "Zoom lense increase"
|
|||
msgid "shortcuts.zoom-selected"
|
||||
msgstr "Zoom to selected"
|
||||
|
||||
msgid "shortcuts.toggle-layout-grid"
|
||||
msgstr "Add/remove grid layout"
|
||||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "team.webhooks.max-length"
|
||||
msgstr "The webhook name must contain at most 2048 characters."
|
||||
|
|
|
@ -3069,6 +3069,9 @@ msgstr "Incrementar zoom a objetivo"
|
|||
msgid "shortcuts.zoom-selected"
|
||||
msgstr "Zoom a selección"
|
||||
|
||||
msgid "shortcuts.toggle-layout-grid"
|
||||
msgstr "Añadir/eliminar grid layout"
|
||||
|
||||
#: src/app/main/ui/dashboard/team.cljs
|
||||
msgid "team.webhooks.max-length"
|
||||
msgstr "El nombre del webhook debe contener como máximo 2048 caracteres."
|
||||
|
|
Loading…
Add table
Reference in a new issue