update: finish up the pull command

This commit is contained in:
ngn
2024-05-02 23:20:33 +03:00
parent d7e347175f
commit 9e8f57c175
10 changed files with 98 additions and 41 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-02 23:10+0300\n"
"POT-Creation-Date: 2024-05-02 23:20+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"
@ -50,7 +50,7 @@ msgstr ""
msgid "Configuration details:\n"
msgstr ""
#: src/config.c:178
#: src/config.c:178 src/target.c:119
msgid "Name"
msgstr ""
@ -82,11 +82,11 @@ msgstr ""
msgid "Failed to load the configuration file (mc.cfg):"
msgstr ""
#: src/gen.c:42
#: src/gen.c:42 src/pull.c:109
msgid "Copying all the targets"
msgstr ""
#: src/gen.c:48
#: src/gen.c:48 src/pull.c:121
msgid "Failed to copy the target:"
msgstr ""
@ -184,43 +184,59 @@ msgstr ""
msgid "Do you want to continue?"
msgstr ""
#: src/pull.c:88
#: src/pull.c:91
msgid "Checking all the targets"
msgstr ""
#: src/pull.c:92
#: src/pull.c:97
#, c-format
msgid "Failed to access the source for the target \"%s\""
msgstr ""
#: src/pull.c:98
msgid "All the targets are OK"
#: src/pull.c:106
msgid "All the target checks were successful"
msgstr ""
#: src/target.c:13
#: src/pull.c:114
msgid "Install the target?"
msgstr ""
#: src/pull.c:115
msgid "Skipping target"
msgstr ""
#: src/target.c:15
msgid "Configuration target is missing a name"
msgstr ""
#: src/target.c:18
#: src/target.c:20
#, c-format
msgid "Configuration target \"%s\" does not have \"dst\" field"
msgstr ""
#: src/target.c:23
#: src/target.c:25
#, c-format
msgid "Configuration target \"%s\" does not have \"src\" field"
msgstr ""
#: src/target.c:38
#: src/target.c:40
#, c-format
msgid "Failed to open the directory: %s"
msgstr ""
#: src/target.c:79
#: src/target.c:81
#, c-format
msgid "Source directory \"%s\" does not exist"
msgstr ""
#: src/target.c:118
msgid "Target details:\n"
msgstr ""
#: src/target.c:120
msgid "Description"
msgstr ""
#: src/util.c:115 src/util.c:126
#, c-format
msgid "Failed to create directory: %s"