mirror of
https://github.com/penpot/penpot.git
synced 2025-03-28 15:41:25 -05:00
🐛 Fixed missing translation texts
This commit is contained in:
parent
a1da4d4233
commit
2f7029516b
4 changed files with 20 additions and 2 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fixed missing translation strings [Taiga #2786](https://tree.taiga.io/project/penpot/issue/2786)
|
||||
- Fixed color palette outside viewport [Taiga #2715](https://tree.taiga.io/project/penpot/issue/2715)
|
||||
- Fixed missing translate string [Taiga #2780](https://tree.taiga.io/project/penpot/issue/2780)
|
||||
- Fixed handoff shadow type text [Taiga #2717](https://tree.taiga.io/project/penpot/issue/2717)
|
||||
|
|
|
@ -302,8 +302,8 @@
|
|||
(dw/toggle-layout-flags :colorpalette)))}
|
||||
[:span
|
||||
(if (contains? layout :colorpalette)
|
||||
(tr "workspace.header.menu.hide-colorpalette")
|
||||
(tr "workspace.header.menu.show-colorpalette"))]
|
||||
(tr "workspace.header.menu.hide-palette")
|
||||
(tr "workspace.header.menu.show-palette"))]
|
||||
[:span.shortcut (sc/get-tooltip :toggle-colorpalette)]]
|
||||
|
||||
[:li {:on-click (fn []
|
||||
|
|
|
@ -2110,6 +2110,10 @@ msgstr "Hide color palette"
|
|||
msgid "workspace.header.menu.hide-rules"
|
||||
msgstr "Hide rules"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.hide-textpalette"
|
||||
msgstr "Hide fonts palette"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.select-all"
|
||||
msgstr "Select all"
|
||||
|
@ -2138,6 +2142,11 @@ msgstr "Show color palette"
|
|||
msgid "workspace.header.menu.show-rules"
|
||||
msgstr "Show rules"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.show-textpalette"
|
||||
msgstr "Show fonts palette"
|
||||
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.reset-zoom"
|
||||
msgstr "Reset"
|
||||
|
|
|
@ -2125,6 +2125,10 @@ msgstr "Ocultar paleta de colores"
|
|||
msgid "workspace.header.menu.hide-rules"
|
||||
msgstr "Ocultar reglas"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.hide-textpalette"
|
||||
msgstr "Ocultar paleta de textos"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.select-all"
|
||||
msgstr "Seleccionar todo"
|
||||
|
@ -2153,6 +2157,10 @@ msgstr "Mostrar paleta de colores"
|
|||
msgid "workspace.header.menu.show-rules"
|
||||
msgstr "Mostrar reglas"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.menu.show-textpalette"
|
||||
msgstr "Mostrar paleta de textos"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs
|
||||
msgid "workspace.header.reset-zoom"
|
||||
msgstr "Restablecer"
|
||||
|
|
Loading…
Add table
Reference in a new issue