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:
parent
ac0d79d95a
commit
0228f79687
3 changed files with 7 additions and 0 deletions
|
@ -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")
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue