-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpatchsplit.pot
More file actions
175 lines (143 loc) · 4.07 KB
/
Copy pathpatchsplit.pot
File metadata and controls
175 lines (143 loc) · 4.07 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the patchsplit package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: patchsplit 0.1.0\n"
"Report-Msgid-Bugs-To: https://github.com/zitzhen/patchsplit/issues\n"
"POT-Creation-Date: 2026-08-11 15:04+0800\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/main.rs
msgid "patchsplit {version}"
msgstr ""
#: src/main.rs
msgid "error: {message}"
msgstr ""
#: src/main.rs
msgid "downloaded {url}"
msgstr ""
#: src/main.rs
msgid "wrote {count} patch file(s) to {directory}"
msgstr ""
#: src/main.rs
msgid "expected a GitHub repository and pull request number"
msgstr ""
#: src/main.rs
msgid "repository must use owner/repo form, got {value}"
msgstr ""
#: src/main.rs
msgid "invalid GitHub repository {kind}: {value}"
msgstr ""
#: src/main.rs
msgid "pull request number must be a positive integer, got {value}"
msgstr ""
#: src/main.rs
msgid "expected a GitHub repository with --commit <hash>"
msgstr ""
#: src/main.rs
msgid "expected a GitLab project and merge request number"
msgstr ""
#: src/main.rs
msgid "expected a GitLab project with --commit <hash>"
msgstr ""
#: src/main.rs
msgid ""
"GitLab project must use namespace/project form (subgroups allowed), got "
"{value}"
msgstr ""
#: src/main.rs
msgid "merge request number must be a positive integer, got {value}"
msgstr ""
#: src/main.rs
msgid "commit hash must consist of 4 to 40 hexadecimal characters, got {value}"
msgstr ""
#: src/main.rs
msgid "--commit cannot be combined with --squash"
msgstr ""
#: src/main.rs
msgid "missing value for {option}"
msgstr ""
#: src/main.rs
msgid "unknown option {option}"
msgstr ""
#: src/main.rs
msgid "curl was not found in PATH"
msgstr ""
#: src/main.rs
msgid "failed to run curl: {source}"
msgstr ""
#: src/main.rs
msgid "download failed with status {status}: {message}"
msgstr ""
#: src/main.rs
msgid "download failed with status {status}"
msgstr ""
#: src/main.rs
msgid "download failed: {message}"
msgstr ""
#: src/main.rs
msgid "download failed"
msgstr ""
#: src/main.rs
msgid "downloaded patch is not valid UTF-8: {source}"
msgstr ""
#: src/main.rs
msgid "downloaded patch is empty"
msgstr ""
#: src/main.rs
msgid "downloaded content is not a Git diff"
msgstr ""
#: src/main.rs
msgid "failed to create output directory {path}: {source}"
msgstr ""
#: src/main.rs
msgid ""
"refusing to overwrite existing patch file {path}; pass --force to replace it"
msgstr ""
#: src/main.rs
msgid "failed to write patch file {path}: {source}"
msgstr ""
#: src/main.rs
msgid "owner"
msgstr ""
#: src/main.rs
msgid "repo"
msgstr ""
#: src/main.rs
msgid ""
"Usage:\n"
" patchsplit <owner/repo> <pr-number> [--out <dir>] [--force] [--squash]\n"
" patchsplit <owner> <repo> <pr-number> [--out <dir>] [--force] [--squash]\n"
" patchsplit <owner/repo> --commit <hash> [--out <dir>] [--force]\n"
" patchsplit <owner> <repo> --commit <hash> [--out <dir>] [--force]\n"
" patchsplit --gitlab <namespace/project> <mr-number> [--out <dir>] "
"[--force] [--squash]\n"
" patchsplit --gitlab <namespace/project> --commit <hash> [--out <dir>] "
"[--force]\n"
"\n"
"Options:\n"
" -o, --out <dir> Output directory for patch files [default: patches]\n"
" -f, --force Overwrite existing patch files\n"
" -s, --squash Write the net diff as one patch instead of splitting by "
"commit\n"
" --gitlab Download from gitlab.com (merge requests and commits)\n"
" --commit <hash> Download one commit's .patch (short or full hash)\n"
" -h, --help Show this help\n"
" -V, --version Show version\n"
"\n"
"Examples:\n"
" patchsplit rust-lang/rust 12345\n"
" patchsplit openai codex 42 -o pr-42-patches\n"
" patchsplit openai/codex 42 --squash\n"
" patchsplit zitzhen patchsplit -commit b430113\n"
" patchsplit --gitlab zitzhen/patchsplit 1"
msgstr ""