fix: list archive extraction and package creation errors

This commit is contained in:
ngn
2024-06-28 21:48:04 +03:00
parent 3b19e2840b
commit ed52710355
17 changed files with 192 additions and 140 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-28 20:24+0300\n"
"POT-Creation-Date: 2024-06-28 21:45+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -176,66 +176,78 @@ msgid "failed to finish writing the archive entry"
msgstr ""
#: src/error.c:51
msgid "failed to obtain current working directory"
msgid "failed to create new archive reader/writer"
msgstr ""
#: src/error.c:52
msgid "failed to open extracted pool list directory"
msgid "failed to resolve full path for archive file"
msgstr ""
#: src/error.c:53
msgid "failed to read access the pool list file"
msgid "failed to read the next header of the archive"
msgstr ""
#: src/error.c:54
msgid "failed to read access the pool info file"
msgid "failed to obtain current working directory"
msgstr ""
#: src/error.c:55
msgid "failed to parse package data"
msgid "failed to open extracted pool list directory"
msgstr ""
#: src/error.c:56
msgid "failed to read access the pool list file"
msgstr ""
#: src/error.c:57
msgid "failed to read access the pool info file"
msgstr ""
#: src/error.c:58
msgid "failed to parse package data"
msgstr ""
#: src/error.c:59
#, fuzzy
msgid "package name is invalid"
msgstr "URL hostname is too large"
#: src/error.c:57
#: src/error.c:60
msgid "data path is not set with in the ctx"
msgstr ""
#: src/error.c:58
#: src/error.c:61
msgid "specified temp path does not exist"
msgstr ""
#: src/error.c:59
#: src/error.c:62
msgid "specified temp path is not a directory"
msgstr ""
#: src/error.c:60
#: src/error.c:63
msgid "specified temp directory does not have write access"
msgstr ""
#: src/error.c:61
#: src/error.c:64
msgid "specified root path does not exist"
msgstr ""
#: src/error.c:62
#: src/error.c:65
msgid "specified root path is not a directory"
msgstr ""
#: src/error.c:63
#: src/error.c:66
msgid "specified root directory does not have write access"
msgstr ""
#: src/error.c:64
#: src/error.c:67
msgid "specified data path does not exist"
msgstr ""
#: src/error.c:65
#: src/error.c:68
msgid "specified data path is not a directory"
msgstr ""
#: src/error.c:66
#: src/error.c:69
msgid "failed to create specified data directory"
msgstr ""