diff --git a/locale/application.pot b/locale/application.pot index e5b8e4d..7691cd3 100644 --- a/locale/application.pot +++ b/locale/application.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-07-09 17:39+0200\n" +"POT-Creation-Date: 2025-07-10 12:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -525,6 +525,9 @@ msgstr "" msgid "Delete the element" msgstr "" +msgid "Are you sure you want to delete this PDF and the associated signatures?" +msgstr "" + msgid "Text to modify" msgstr "" diff --git a/locale/application_8a72ce65b528567cb4213988528cad8c.pot b/locale/application_c479b5d34314b99dec204dd64d6ee053.pot similarity index 100% rename from locale/application_8a72ce65b528567cb4213988528cad8c.pot rename to locale/application_c479b5d34314b99dec204dd64d6ee053.pot diff --git a/locale/ar/LC_MESSAGES/application.po b/locale/ar/LC_MESSAGES/application.po index 8d9c57f..c369aef 100644 --- a/locale/ar/LC_MESSAGES/application.po +++ b/locale/ar/LC_MESSAGES/application.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-07-09 17:39+0200\n" +"POT-Creation-Date: 2025-07-10 12:08+0200\n" "PO-Revision-Date: 2023-11-18 05:03+0000\n" "Last-Translator: ButterflyOfFire \n" "Language-Team: Arabic \n" "Language-Team: German \n" "Language-Team: Spanish \n" "Language-Team: Basque \n" "Language-Team: French \n" "Language-Team: Galician \n" "Language-Team: Italian \n" "Language-Team: Kabyle \n" "Language-Team: Occitan \n" "Language-Team: Polish \n" "Language-Team: Romanian \n" "Language-Team: Tamil \n" "Language-Team: Turkish ")) { try { - const response = await fetch('/signature/'+pdfHash+'/delete/'+adminKey); + const response = await fetch('/signature/'+pdfHash+'/delete/'+adminKey); if (!response.ok) { throw new Error(`Response status: ${response.status}`); } localStorage.removeItem(pdfHash+'.adminKey') - window.location.replace('/signature') + window.location.replace('/signature') } catch (error) { console.error(error.message); }