0
Fork 0
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:
Alejandro 2022-08-26 13:06:39 +02:00 committed by GitHub
commit edc88458d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -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")])]
[:*

View file

@ -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"

View file

@ -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