0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-12 15:01:28 -05:00

Merge pull request #5425 from penpot/ladybenko-9477-backport

[backport] 🐛 Fix missing rename shortcut translation
This commit is contained in:
Alejandro 2024-12-05 10:43:37 +01:00 committed by GitHub
commit 553b9eb4bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

@ -3622,6 +3622,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"