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