mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 09:38:23 +02:00
🎉 Warn about empty libraries on the share library dialog
This commit is contained in:
parent
175072f546
commit
d615fbb282
9 changed files with 78 additions and 31 deletions
|
@ -1720,6 +1720,12 @@ msgstr ""
|
|||
"Once added as Shared Library, the assets of this file library will be "
|
||||
"available to be used among the rest of your files."
|
||||
|
||||
msgid "modals.add-shared-confirm-empty.hint"
|
||||
msgstr ""
|
||||
"Your library is empty. Once added as Shared Library, the assets you create will be "
|
||||
"available to be used among the rest of your files. "
|
||||
"Are you sure you want to publish it?"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs
|
||||
msgid "modals.add-shared-confirm.message"
|
||||
msgstr "Add “%s” as Shared Library"
|
||||
|
|
|
@ -1775,6 +1775,12 @@ msgstr ""
|
|||
"Una vez añadido como Biblioteca Compartida, los recursos de este archivo "
|
||||
"estarán disponibles para ser usado por el resto de tus archivos."
|
||||
|
||||
msgid "modals.add-shared-confirm.hint-empty"
|
||||
msgstr ""
|
||||
"Esta biblioteca está vacía. Una vez añadido como Biblioteca Compartida, los recursos "
|
||||
"que crees en este archivo estarán disponibles para ser usado por el resto de tus archivos. "
|
||||
"¿Seguro que quieres publicarla?"
|
||||
|
||||
#: src/app/main/ui/workspace/header.cljs,
|
||||
#: src/app/main/ui/dashboard/file_menu.cljs
|
||||
msgid "modals.add-shared-confirm.message"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue