0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

🐛 Fix missing rename shortcut translation

This commit is contained in:
María Valderrama 2024-11-29 11:30:19 +01:00
parent ac0d79d95a
commit 0228f79687
3 changed files with 7 additions and 0 deletions

View file

@ -163,6 +163,7 @@
(tr "shortcuts.paste")
(tr "shortcuts.prev-frame")
(tr "shortcuts.redo")
(tr "shortcuts.rename")
(tr "shortcuts.reset-zoom")
(tr "shortcuts.scale")
(tr "shortcuts.search-placeholder")

View file

@ -3621,6 +3621,9 @@ msgstr "Previous board"
msgid "shortcuts.redo"
msgstr "Redo"
msgid "shortcuts.rename"
msgstr "Rename"
#: src/app/main/ui/workspace/sidebar/shortcuts.cljs:166
msgid "shortcuts.reset-zoom"
msgstr "Reset zoom"

View file

@ -3625,6 +3625,9 @@ msgstr "Tablero anterior"
msgid "shortcuts.redo"
msgstr "Rehacer"
msgid "shortcuts.rename"
msgstr "Renombrar"
#: src/app/main/ui/workspace/sidebar/shortcuts.cljs:166
msgid "shortcuts.reset-zoom"
msgstr "Reiniciar zoom"