mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
Merge pull request #2191 from penpot/palba-componentsv2-library-name-assets-panel
🎉 Library name in assets panel
This commit is contained in:
commit
edc88458d3
3 changed files with 6 additions and 7 deletions
|
@ -2049,7 +2049,7 @@
|
|||
|
||||
(if local?
|
||||
[:*
|
||||
[:span (tr "workspace.assets.file-library")]
|
||||
[:span (:name file) " (" (tr "workspace.assets.local-library") ")"]
|
||||
(when shared?
|
||||
[:span.tool-badge (tr "workspace.assets.shared")])]
|
||||
[:*
|
||||
|
|
|
@ -2768,9 +2768,9 @@ msgstr "Duplicate"
|
|||
msgid "workspace.assets.edit"
|
||||
msgstr "Edit"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/assets.cljs
|
||||
msgid "workspace.assets.file-library"
|
||||
msgstr "File library"
|
||||
|
||||
msgid "workspace.assets.local-library"
|
||||
msgstr "local library"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/assets.cljs, src/app/main/ui/workspace/sidebar/assets.cljs
|
||||
msgid "workspace.assets.graphics"
|
||||
|
|
|
@ -2914,9 +2914,8 @@ msgstr "Duplicar"
|
|||
msgid "workspace.assets.edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/assets.cljs
|
||||
msgid "workspace.assets.file-library"
|
||||
msgstr "Biblioteca del archivo"
|
||||
msgid "workspace.assets.local-library"
|
||||
msgstr "biblioteca local"
|
||||
|
||||
#: src/app/main/ui/workspace/sidebar/assets.cljs,
|
||||
#: src/app/main/ui/workspace/sidebar/assets.cljs
|
||||
|
|
Loading…
Add table
Reference in a new issue