forked from pulp/pulp-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.pot
More file actions
111 lines (93 loc) · 3.04 KB
/
messages.pot
File metadata and controls
111 lines (93 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-08-01 16:28+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pulpcore/cli/python/content.py:49
msgid ""
"Repository to add the content to in the form "
"'[[<plugin>:]<resource_type>:]<name>' or by href."
msgstr ""
#: pulpcore/cli/python/content.py:73 pulpcore/cli/python/content.py:106
msgid "Exact name of file"
msgstr ""
#: pulpcore/cli/python/content.py:77
msgid "Digest of the artifact to use [deprecated]"
msgstr ""
#: pulpcore/cli/python/content.py:82
msgid "Remote url to download and create python content from"
msgstr ""
#: pulpcore/cli/python/content.py:107
msgid "Path to file"
msgstr ""
#: pulpcore/cli/python/distribution.py:41
msgid ""
"Repository to be used for auto-distributing. When set, this will unset the "
"'publication'. Specified as '[[<plugin>:]<type>:]<name>' or as href."
msgstr ""
#: pulpcore/cli/python/distribution.py:72
msgid ""
"Publication to be served. This will unset the 'repository' and disable auto-"
"distribute."
msgstr ""
#: pulpcore/cli/python/publication.py:52
msgid "a repository version number, leave blank for latest"
msgstr ""
#: pulpcore/cli/python/remote.py:54
msgid "Failed to decode JSON: {}"
msgstr ""
#: pulpcore/cli/python/remote.py:85
msgid "Package allowlist"
msgstr ""
#: pulpcore/cli/python/remote.py:86
msgid "Package blocklist"
msgstr ""
#: pulpcore/cli/python/remote.py:139
#, python-brace-format
msgid "Failed to load content from {requirements_file}"
msgstr ""
#: pulpcore/cli/python/repository.py:58
msgid ""
"Remote used for synching in the form '[[<plugin>:]<resource_type>:]<name>' "
"or by href."
msgstr ""
#: pulpcore/cli/python/repository.py:86
#, python-brace-format
msgid "Validation of '{parameter}' failed: {error}"
msgstr ""
#: pulpcore/cli/python/repository.py:131
msgid "Filename of the python package."
msgstr ""
#: pulpcore/cli/python/repository.py:142
msgid ""
"JSON string with a list of objects to add to the repository.\n"
" Each object must contain the following keys: \"sha256\", \"filename\".\n"
" The argument prefixed with the '@' can be the path to a JSON file with a "
"list of objects."
msgstr ""
#: pulpcore/cli/python/repository.py:151
msgid ""
"JSON string with a list of objects to remove from the repository.\n"
" Each object must contain the following keys: \"sha256\", \"filename\".\n"
" The argument prefixed with the '@' can be the path to a JSON file with a "
"list of objects."
msgstr ""
#: pulpcore/cli/python/repository.py:202
#, python-brace-format
msgid ""
"Repository '{name}' does not have a default remote. Please specify with '--"
"remote'."
msgstr ""