update: add support for redirect

This commit is contained in:
ngn
2024-05-09 23:17:18 +03:00
parent 5ad1b09971
commit b8243e3ee9
6 changed files with 122 additions and 22 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-05-05 20:10+0300\n"
"POT-Creation-Date: 2024-05-09 23:17+0300\n"
"PO-Revision-Date: 2024-05-01 13:34+0300\n"
"Last-Translator: <ngn@ngn.tf>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@ -78,19 +78,19 @@ msgstr ""
msgid "Failed to change directory to the specified directory"
msgstr ""
#: src/gen.c:29 src/gen.c:36 src/pull.c:83
#: src/gen.c:29 src/gen.c:36 src/pull.c:95
msgid "Loaded repository configuration"
msgstr ""
#: src/gen.c:31 src/pull.c:78
#: src/gen.c:31 src/pull.c:90
msgid "Failed to load the configuration file (mc.cfg):"
msgstr ""
#: src/gen.c:42 src/pull.c:110
#: src/gen.c:42 src/pull.c:122
msgid "Copying all the targets"
msgstr ""
#: src/gen.c:48 src/pull.c:124
#: src/gen.c:48 src/pull.c:136
msgid "Failed to copy the target:"
msgstr ""
@ -173,51 +173,51 @@ msgstr ""
msgid "Please specify a config name or a URL"
msgstr ""
#: src/pull.c:57
#: src/pull.c:69
#, c-format
msgid "Cloning %s"
msgstr ""
#: src/pull.c:62
#: src/pull.c:74
#, c-format
msgid "Failed to clone the %s:"
msgstr ""
#: src/pull.c:73
#: src/pull.c:85
#, c-format
msgid "Failed to chdir to %s"
msgstr ""
#: src/pull.c:86
#: src/pull.c:98
msgid "Do you want to continue?"
msgstr ""
#: src/pull.c:92
#: src/pull.c:104
msgid "Checking all the targets"
msgstr ""
#: src/pull.c:98
#: src/pull.c:110
#, c-format
msgid "Failed to access the source for the target \"%s\""
msgstr ""
#: src/pull.c:107
#: src/pull.c:119
msgid "All the target checks were successful"
msgstr ""
#: src/pull.c:118
#: src/pull.c:130
msgid "Install the target?"
msgstr ""
#: src/pull.c:119
#: src/pull.c:131
msgid "Skipping target"
msgstr ""
#: src/pull.c:157
#: src/pull.c:169
msgid "Installing all the requirements"
msgstr ""
#: src/pull.c:160
#: src/pull.c:172
msgid "Failed to run the mp-install command"
msgstr ""
@ -253,6 +253,30 @@ msgstr ""
msgid "Description"
msgstr ""
#: src/url.c:44
msgid "Failed to init curl"
msgstr ""
#: src/url.c:55
msgid "Request failed"
msgstr ""
#: src/url.c:62
msgid "Failed to get the response code"
msgstr ""
#: src/url.c:68
msgid "Response is not a redirect"
msgstr ""
#: src/url.c:75
msgid "Failed to get the location header"
msgstr ""
#: src/url.c:81
msgid "Invalid location header"
msgstr ""
#: src/util.c:115 src/util.c:126
#, c-format
msgid "Failed to create directory: %s"