From 3e6b3bcdc4a40d8ae12416082b0f565d5cadfc45 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Wed, 29 Mar 2023 09:27:50 +0200 Subject: [PATCH] :bug: Fix unpublish and delete shared library warning messages --- CHANGES.md | 1 + frontend/translations/en.po | 33 +++++++++++++++++---------------- frontend/translations/es.po | 33 +++++++++++++++++---------------- 3 files changed, 35 insertions(+), 32 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 46273e093..6ac274712 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -69,6 +69,7 @@ - Fix problem creating files in project page [Taiga #5060](https://tree.taiga.io/project/penpot/issue/5060) - Disable empty names on rename files [Taiga #5088](https://tree.taiga.io/project/penpot/issue/5088) - Fix problem with SVG and flex layout [Taiga #](https://tree.taiga.io/project/penpot/issue/5099) +- Fix unpublish and delete shared library warning messages [Taiga #5090](https://tree.taiga.io/project/penpot/issue/5090) ### :heart: Community contributions by (Thank you!) - To @ondrejkonec: for contributing to the code with: diff --git a/frontend/translations/en.po b/frontend/translations/en.po index 8033683c4..6bfeeeb1d 100644 --- a/frontend/translations/en.po +++ b/frontend/translations/en.po @@ -1726,21 +1726,22 @@ msgstr[1] "Delete files" msgid "modals.delete-shared-confirm.hint" msgid_plural "modals.delete-shared-confirm.hint" msgstr[0] "" -"If you delete it, those assets will move to the local library of this file. " -"Any unused assets will be lost." +"If you delete it, those assets will no longer be available from other files. " +"Assets that have already been used will remain in this file (no design will be broken!)." + msgstr[1] "" -"If you delete them, those assets will move to the local library of this " -"file. Any unused assets will be lost." +"If you delete them, those assets will no longer be available from other files. " +"Assets that have already been used will remain in this file (no design will be broken!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.delete-shared-confirm.hint-many" msgid_plural "modals.delete-shared-confirm.hint-many" msgstr[0] "" -"If you delete it, those assets will move to the local libraries of these " -"files. Any unused assets will be lost." +"If you delete it, those assets will no longer be available from other files. " +"Assets that have already been used will remain in these files (no design will be broken!)." msgstr[1] "" -"If you delete them, those assets will move to the local libraries of these " -"files. Any unused assets will be lost." +"If you delete them, those assets will no longer be available from other files. " +"Assets that have already been used will remain in these file (no design will be broken!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.delete-shared-confirm.message" @@ -1928,21 +1929,21 @@ msgstr[1] "Unpublish" msgid "modals.unpublish-shared-confirm.hint" msgid_plural "modals.unpublish-shared-confirm.hint" msgstr[0] "" -"If you unpublish it, those assets will move to the local library of this " -"file." +"If you unpublish it, those assets will no longer be available from other files. " +"Assets that have already been used will remain in this file (no design will be broken!)." msgstr[1] "" -"If you unpublish them, those assets will move to the local library of this " -"file." +"If you unpublish them, those assets will no longer be available from other files. " +"Assets that have already been used will remain in this file (no design will be broken!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.unpublish-shared-confirm.hint-many" msgid_plural "modals.unpublish-shared-confirm.hint-many" msgstr[0] "" -"If you unpublish it, those assets will move to the local libraries of these " -"files." +"If you unpublish it, those assets will no longer be available from other files. " +"Assets that have already been used will remain in these files (no design will be broken!)." msgstr[1] "" -"If you unpublish them, those assets will move to the local libraries of " -"these files." +"If you unpublish them, those assets will no longer be available from other files. " +"Assets that have already been used will remain in these file (no design will be broken!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.unpublish-shared-confirm.message" diff --git a/frontend/translations/es.po b/frontend/translations/es.po index 52c687d11..002975c9b 100644 --- a/frontend/translations/es.po +++ b/frontend/translations/es.po @@ -1809,21 +1809,21 @@ msgstr[1] "Borrar archivos" msgid "modals.delete-shared-confirm.hint" msgid_plural "modals.delete-shared-confirm.hint" msgstr[0] "" -"Si lo borras, esos elementos pasarán a formar parte de la biblioteca local " -"de este archivo. Cualquier elemento en desuso se perderá." +"Si lo borras, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en el archivo (¡ningún diseño se romperá!)." msgstr[1] "" -"Si los borras, esos elementos pasarán a formar parte de la biblioteca local " -"de este archivo. Cualquier elemento en desuso se perderá." +"Si los borras, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en el archivo (¡ningún diseño se romperá!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.delete-shared-confirm.hint-many" msgid_plural "modals.delete-shared-confirm.hint-many" msgstr[0] "" -"Si lo borras, esos elementos pasarán a formar parte de las bibliotecas " -"locales de estos archivos. Cualquier elemento en desuso se perderá." +"Si lo borras, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en los archivo (¡ningún diseño se romperá!)." msgstr[1] "" -"Si los borras, esos elementos pasarán a formar parte de las bibliotecas " -"locales de estos archivos. Cualquier elemento en desuso se perderá." +"Si los borras, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en los archivo (¡ningún diseño se romperá!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.delete-shared-confirm.message" @@ -2014,21 +2014,22 @@ msgstr[1] "Despublicar" msgid "modals.unpublish-shared-confirm.hint" msgid_plural "modals.unpublish-shared-confirm.hint" msgstr[0] "" -"Si la despublicas, esos elementos pasarán a formar parte de la biblioteca " -"local de este archivo." +"Si la despublicas, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en el archivo (¡ningún diseño se romperá!)." + msgstr[1] "" -"Si las despublicas, esos elementos pasarán a formar parte de la biblioteca " -"local de este archivo." +"Si las despublicas, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en el archivo (¡ningún diseño se romperá!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.unpublish-shared-confirm.hint-many" msgid_plural "modals.unpublish-shared-confirm.hint-many" msgstr[0] "" -"Si la despublicas, esos elementos pasarán a formar parte de las bibliotecas " -"locales de estos archivos." +"Si la despublicas, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en los archivo (¡ningún diseño se romperá!)." msgstr[1] "" -"Si las despublicas, esos elementos pasarán a formar parte de las " -"bibliotecas locales de estos archivos." +"Si las despublicas, sus elementos no estarán disponibles para otros archivos. " +"Los elementos que hayan sido utilizados permanecerán en los archivo (¡ningún diseño se romperá!)." #: src/app/main/ui/workspace/header.cljs, src/app/main/ui/dashboard/file_menu.cljs msgid "modals.unpublish-shared-confirm.message"