mirror of
https://github.com/penpot/penpot.git
synced 2025-05-08 08:05:53 +02: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.unmask
|
||||||
;; shortcuts.v-distribute
|
;; shortcuts.v-distribute
|
||||||
;; shortcuts.zoom-selected
|
;; shortcuts.zoom-selected
|
||||||
|
;; shortcuts.toggle-layout-grid
|
||||||
(let [translat-pre (case type
|
(let [translat-pre (case type
|
||||||
:sc "shortcuts."
|
:sc "shortcuts."
|
||||||
:sec "shortcut-section."
|
:sec "shortcut-section."
|
||||||
|
|
|
@ -3023,6 +3023,9 @@ msgstr "Zoom lense increase"
|
||||||
msgid "shortcuts.zoom-selected"
|
msgid "shortcuts.zoom-selected"
|
||||||
msgstr "Zoom to selected"
|
msgstr "Zoom to selected"
|
||||||
|
|
||||||
|
msgid "shortcuts.toggle-layout-grid"
|
||||||
|
msgstr "Add/remove grid layout"
|
||||||
|
|
||||||
#: src/app/main/ui/dashboard/team.cljs
|
#: src/app/main/ui/dashboard/team.cljs
|
||||||
msgid "team.webhooks.max-length"
|
msgid "team.webhooks.max-length"
|
||||||
msgstr "The webhook name must contain at most 2048 characters."
|
msgstr "The webhook name must contain at most 2048 characters."
|
||||||
|
|
|
@ -3069,6 +3069,9 @@ msgstr "Incrementar zoom a objetivo"
|
||||||
msgid "shortcuts.zoom-selected"
|
msgid "shortcuts.zoom-selected"
|
||||||
msgstr "Zoom a selección"
|
msgstr "Zoom a selección"
|
||||||
|
|
||||||
|
msgid "shortcuts.toggle-layout-grid"
|
||||||
|
msgstr "Añadir/eliminar grid layout"
|
||||||
|
|
||||||
#: src/app/main/ui/dashboard/team.cljs
|
#: src/app/main/ui/dashboard/team.cljs
|
||||||
msgid "team.webhooks.max-length"
|
msgid "team.webhooks.max-length"
|
||||||
msgstr "El nombre del webhook debe contener como máximo 2048 caracteres."
|
msgstr "El nombre del webhook debe contener como máximo 2048 caracteres."
|
||||||
|
|
Loading…
Add table
Reference in a new issue