-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
/
Copy pathtools.manual.pot
224 lines (183 loc) · 6.29 KB
/
tools.manual.pot
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# 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: 2024-03-28 23:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: tools/manual/cli.py:13
msgid ""
"This command lets you perform various actions on frames, faces and "
"alignments files using visual tools."
msgstr ""
#: tools/manual/cli.py:23
msgid ""
"A tool to perform various actions on frames, faces and alignments files "
"using visual tools"
msgstr ""
#: tools/manual/cli.py:35 tools/manual/cli.py:44
msgid "data"
msgstr ""
#: tools/manual/cli.py:38
msgid ""
"Path to the alignments file for the input, if not at the default location"
msgstr ""
#: tools/manual/cli.py:46
msgid ""
"Video file or directory containing source frames that faces were extracted "
"from."
msgstr ""
#: tools/manual/cli.py:53 tools/manual/cli.py:62
msgid "options"
msgstr ""
#: tools/manual/cli.py:55
msgid ""
"Force regeneration of the low resolution jpg thumbnails in the alignments "
"file."
msgstr ""
#: tools/manual/cli.py:64
msgid ""
"The process attempts to speed up generation of thumbnails by extracting from "
"the video in parallel threads. For some videos, this causes the caching "
"process to hang. If this happens, then set this option to generate the "
"thumbnails in a slower, but more stable single thread."
msgstr ""
#: tools/manual\faceviewer\frame.py:163
msgid "Display the landmarks mesh"
msgstr ""
#: tools/manual\faceviewer\frame.py:164
msgid "Display the mask"
msgstr ""
#: tools/manual\frameviewer\editor\_base.py:628
#: tools/manual\frameviewer\editor\landmarks.py:44
#: tools/manual\frameviewer\editor\mask.py:75
msgid "Magnify/Demagnify the View"
msgstr ""
#: tools/manual\frameviewer\editor\bounding_box.py:33
#: tools/manual\frameviewer\editor\extract_box.py:32
msgid "Delete Face"
msgstr ""
#: tools/manual\frameviewer\editor\bounding_box.py:36
msgid ""
"Bounding Box Editor\n"
"Edit the bounding box being fed into the aligner to recalculate the landmarks.\n"
"\n"
" - Grab the corner anchors to resize the bounding box.\n"
" - Click and drag the bounding box to relocate.\n"
" - Click in empty space to create a new bounding box.\n"
" - Right click a bounding box to delete a face."
msgstr ""
#: tools/manual\frameviewer\editor\bounding_box.py:70
msgid "Aligner to use. FAN will obtain better alignments, but cv2-dnn can be useful if FAN cannot get decent alignments and you want to set a base to edit from."
msgstr ""
#: tools/manual\frameviewer\editor\bounding_box.py:83
msgid ""
"Normalization method to use for feeding faces to the aligner. This can help the aligner better align faces with difficult lighting conditions. Different methods will yield different results on different sets. NB: This does not impact the output face, just the input to the aligner.\n"
"\tnone: Don't perform normalization on the face.\n"
"\tclahe: Perform Contrast Limited Adaptive Histogram Equalization on the face.\n"
"\thist: Equalize the histograms on the RGB channels.\n"
"\tmean: Normalize the face colors to the mean."
msgstr ""
#: tools/manual\frameviewer\editor\extract_box.py:35
msgid ""
"Extract Box Editor\n"
"Move the extract box that has been generated by the aligner. Click and drag:\n"
"\n"
" - Inside the bounding box to relocate the landmarks.\n"
" - The corner anchors to resize the landmarks.\n"
" - Outside of the corners to rotate the landmarks."
msgstr ""
#: tools/manual\frameviewer\editor\landmarks.py:27
msgid ""
"Landmark Point Editor\n"
"Edit the individual landmark points.\n"
"\n"
" - Click and drag individual points to relocate.\n"
" - Draw a box to select multiple points to relocate."
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:33
msgid ""
"Mask Editor\n"
"Edit the mask.\n"
" - NB: For Landmark based masks (e.g. components/extended) it is better to make sure the landmarks are correct rather than editing the mask directly. Any change to the landmarks after editing the mask will override your manual edits."
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:77
msgid "Draw Tool"
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:78
msgid "Erase Tool"
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:97
msgid "Select which mask to edit"
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:104
msgid "Set the brush size. ([ - decrease, ] - increase)"
msgstr ""
#: tools/manual\frameviewer\editor\mask.py:111
msgid "Select the brush cursor color."
msgstr ""
#: tools/manual\frameviewer\frame.py:78
msgid "Play/Pause (SPACE)"
msgstr ""
#: tools/manual\frameviewer\frame.py:79
msgid "Go to First Frame (HOME)"
msgstr ""
#: tools/manual\frameviewer\frame.py:80
msgid "Go to Previous Frame (Z)"
msgstr ""
#: tools/manual\frameviewer\frame.py:81
msgid "Go to Next Frame (X)"
msgstr ""
#: tools/manual\frameviewer\frame.py:82
msgid "Go to Last Frame (END)"
msgstr ""
#: tools/manual\frameviewer\frame.py:83
msgid "Extract the faces to a folder... (Ctrl+E)"
msgstr ""
#: tools/manual\frameviewer\frame.py:84
msgid "Save the Alignments file (Ctrl+S)"
msgstr ""
#: tools/manual\frameviewer\frame.py:85
msgid "Filter Frames to only those Containing the Selected Item (F)"
msgstr ""
#: tools/manual\frameviewer\frame.py:86
msgid "Set the distance from an 'average face' to be considered misaligned. Higher distances are more restrictive"
msgstr ""
#: tools/manual\frameviewer\frame.py:391
msgid "View alignments"
msgstr ""
#: tools/manual\frameviewer\frame.py:392
msgid "Bounding box editor"
msgstr ""
#: tools/manual\frameviewer\frame.py:393
msgid "Location editor"
msgstr ""
#: tools/manual\frameviewer\frame.py:394
msgid "Mask editor"
msgstr ""
#: tools/manual\frameviewer\frame.py:395
msgid "Landmark point editor"
msgstr ""
#: tools/manual\frameviewer\frame.py:470
msgid "Next"
msgstr ""
#: tools/manual\frameviewer\frame.py:470
msgid "Previous"
msgstr ""
#: tools/manual\frameviewer\frame.py:481
msgid "Revert to saved Alignments ({})"
msgstr ""
#: tools/manual\frameviewer\frame.py:487
msgid "Copy {} Alignments ({})"
msgstr ""