Skip to content

Commit 6c29a71

Browse files
committed
doc: updates translations.
1 parent 2765e51 commit 6c29a71

File tree

3 files changed

+55
-55
lines changed

3 files changed

+55
-55
lines changed

locales/codeplag.pot

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: codeplag 0.5.23\n"
9-
"POT-Creation-Date: 2025-05-27 18:24+0300\n"
8+
"Project-Id-Version: codeplag 0.5.24\n"
9+
"POT-Creation-Date: 2025-07-02 00:41+0300\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: Artyom Semidolin\n"
1212
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -15,7 +15,7 @@ msgstr ""
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Generated-By: Babel 2.15.0\n"
1717

18-
#: src/codeplag/codeplagcli.py:49
18+
#: src/codeplag/codeplagcli.py:48
1919
msgid "You cannot specify the same value multiple times. You provided '{values}'."
2020
msgstr ""
2121

@@ -47,14 +47,14 @@ msgstr ""
4747
msgid "Path to the environment file with GitHub access token."
4848
msgstr ""
4949

50-
#: src/codeplag/codeplagcli.py:128
50+
#: src/codeplag/codeplagcli.py:127
5151
msgid ""
5252
"If defined, then saves reports about suspect works into provided file or "
5353
"directory. If directory by provided path doesn't exists than saves "
5454
"reports as a file."
5555
msgstr ""
5656

57-
#: src/codeplag/codeplagcli.py:139
57+
#: src/codeplag/codeplagcli.py:138
5858
msgid ""
5959
"When provided 'csv' saves similar works compare info into csv file. When "
6060
"provided 'mongo' saves similar works compare info and works metadata into"
@@ -65,14 +65,14 @@ msgstr ""
6565
msgid "Show progress of searching plagiarism."
6666
msgstr ""
6767

68-
#: src/codeplag/codeplagcli.py:157
68+
#: src/codeplag/codeplagcli.py:156
6969
msgid ""
7070
"When provided '0' show all check works results in the stdout. When "
7171
"provided '1' show only new found check works results in the stdout. When "
7272
"provided '2' do not show check works result in the stdout."
7373
msgstr ""
7474

75-
#: src/codeplag/codeplagcli.py:168
75+
#: src/codeplag/codeplagcli.py:167
7676
msgid ""
7777
"Threshold of analyzer which classifies two work as same. If this number "
7878
"is too large, such as 99, then completely matching jobs will be found. "
@@ -84,7 +84,7 @@ msgstr ""
8484
msgid "The maximum depth of the AST structure which play role in calculations."
8585
msgstr ""
8686

87-
#: src/codeplag/codeplagcli.py:189
87+
#: src/codeplag/codeplagcli.py:188
8888
msgid ""
8989
"The length of N-grams generated to calculate the Jakkar coefficient. A "
9090
"long length of N-grams reduces the Jakkar coefficient because there are "
@@ -95,7 +95,7 @@ msgstr ""
9595
msgid "The language of help messages, generated reports, errors."
9696
msgstr ""
9797

98-
#: src/codeplag/codeplagcli.py:206
98+
#: src/codeplag/codeplagcli.py:205
9999
msgid ""
100100
"Sets the threshold for the '{util_name}' util loggers'. Logging messages "
101101
"that are less severe than the level will be ignored."
@@ -137,13 +137,13 @@ msgstr ""
137137
msgid "Absolute or relative path to files on a computer."
138138
msgstr ""
139139

140-
#: src/codeplag/codeplagcli.py:279
140+
#: src/codeplag/codeplagcli.py:278
141141
msgid ""
142142
"Choose one of the following modes of searching plagiarism. The "
143143
"'many_to_many' mode may require more free memory."
144144
msgstr ""
145145

146-
#: src/codeplag/codeplagcli.py:290
146+
#: src/codeplag/codeplagcli.py:289
147147
msgid ""
148148
"A regular expression for filtering checked works by name. Used with "
149149
"options 'directories', 'github-user' and 'github-project-folders'."
@@ -177,7 +177,7 @@ msgstr ""
177177
msgid "URL to a GitHub project folder."
178178
msgstr ""
179179

180-
#: src/codeplag/codeplagcli.py:353
180+
#: src/codeplag/codeplagcli.py:352
181181
msgid ""
182182
"Handling generated by the {util_name} reports as creating html report "
183183
"file or show it on console."
@@ -191,7 +191,7 @@ msgstr ""
191191
msgid "Generate general report from created some time ago report files."
192192
msgstr ""
193193

194-
#: src/codeplag/codeplagcli.py:375
194+
#: src/codeplag/codeplagcli.py:374
195195
msgid ""
196196
"Path to save generated report. If it's a directory, then create a file in"
197197
" it."
@@ -201,19 +201,19 @@ msgstr ""
201201
msgid "Type of the created report file."
202202
msgstr ""
203203

204-
#: src/codeplag/codeplagcli.py:392
204+
#: src/codeplag/codeplagcli.py:391
205205
msgid ""
206206
"Path to first compared works. Can be path to directory or URL to the "
207207
"project folder."
208208
msgstr ""
209209

210-
#: src/codeplag/codeplagcli.py:402
210+
#: src/codeplag/codeplagcli.py:401
211211
msgid ""
212212
"Path to second compared works. Can be path to directory or URL to the "
213213
"project folder."
214214
msgstr ""
215215

216-
#: src/codeplag/codeplagcli.py:414
216+
#: src/codeplag/codeplagcli.py:413
217217
msgid ""
218218
"Program help to find similar parts of source codes for the different "
219219
"languages."
@@ -239,17 +239,17 @@ msgstr ""
239239
msgid "The'repo-regexp' option requires the provided 'github-user' option."
240240
msgstr ""
241241

242-
#: src/codeplag/codeplagcli.py:465
242+
#: src/codeplag/codeplagcli.py:464
243243
msgid ""
244244
"The'path-regexp' option requires the provided 'directories', 'github-"
245245
"user', or 'github-project-folder' options."
246246
msgstr ""
247247

248-
#: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:97
248+
#: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:440
249249
msgid "All paths must be provided."
250250
msgstr ""
251251

252-
#: src/codeplag/handlers/report.py:94
252+
#: src/codeplag/handlers/report.py:437
253253
msgid "Invalid report type."
254254
msgstr ""
255255

locales/translations/en/LC_MESSAGES/codeplag.po

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Generated-By: Babel 2.15.0\n"
1818

19-
#: src/codeplag/codeplagcli.py:49
19+
#: src/codeplag/codeplagcli.py:48
2020
msgid "You cannot specify the same value multiple times. You provided '{values}'."
2121
msgstr "You cannot specify the same value multiple times. You provided '{values}'."
2222

@@ -48,7 +48,7 @@ msgstr "Manage the '{util_name}' util settings."
4848
msgid "Path to the environment file with GitHub access token."
4949
msgstr "Path to the environment file with GitHub access token."
5050

51-
#: src/codeplag/codeplagcli.py:128
51+
#: src/codeplag/codeplagcli.py:127
5252
msgid ""
5353
"If defined, then saves reports about suspect works into provided file or "
5454
"directory. If directory by provided path doesn't exists than saves "
@@ -58,7 +58,7 @@ msgstr ""
5858
"directory. If directory by provided path doesn't exists than saves "
5959
"reports as a file."
6060

61-
#: src/codeplag/codeplagcli.py:139
61+
#: src/codeplag/codeplagcli.py:138
6262
msgid ""
6363
"When provided 'csv' saves similar works compare info into csv file. When "
6464
"provided 'mongo' saves similar works compare info and works metadata into"
@@ -72,7 +72,7 @@ msgstr ""
7272
msgid "Show progress of searching plagiarism."
7373
msgstr "Show progress of searching plagiarism."
7474

75-
#: src/codeplag/codeplagcli.py:157
75+
#: src/codeplag/codeplagcli.py:156
7676
msgid ""
7777
"When provided '0' show all check works results in the stdout. When "
7878
"provided '1' show only new found check works results in the stdout. When "
@@ -82,7 +82,7 @@ msgstr ""
8282
"provided '1' show only new found check works results in the stdout. When "
8383
"provided '2' do not show check works result in the stdout."
8484

85-
#: src/codeplag/codeplagcli.py:168
85+
#: src/codeplag/codeplagcli.py:167
8686
msgid ""
8787
"Threshold of analyzer which classifies two work as same. If this number "
8888
"is too large, such as 99, then completely matching jobs will be found. "
@@ -98,7 +98,7 @@ msgstr ""
9898
msgid "The maximum depth of the AST structure which play role in calculations."
9999
msgstr "The maximum depth of the AST structure which play role in calculations."
100100

101-
#: src/codeplag/codeplagcli.py:189
101+
#: src/codeplag/codeplagcli.py:188
102102
msgid ""
103103
"The length of N-grams generated to calculate the Jakkar coefficient. A "
104104
"long length of N-grams reduces the Jakkar coefficient because there are "
@@ -112,7 +112,7 @@ msgstr ""
112112
msgid "The language of help messages, generated reports, errors."
113113
msgstr "The language of help messages, generated reports, errors."
114114

115-
#: src/codeplag/codeplagcli.py:206
115+
#: src/codeplag/codeplagcli.py:205
116116
msgid ""
117117
"Sets the threshold for the '{util_name}' util loggers'. Logging messages "
118118
"that are less severe than the level will be ignored."
@@ -156,15 +156,15 @@ msgstr "Absolute or relative path to a local directories with project files."
156156
msgid "Absolute or relative path to files on a computer."
157157
msgstr "Absolute or relative path to files on a computer."
158158

159-
#: src/codeplag/codeplagcli.py:279
159+
#: src/codeplag/codeplagcli.py:278
160160
msgid ""
161161
"Choose one of the following modes of searching plagiarism. The "
162162
"'many_to_many' mode may require more free memory."
163163
msgstr ""
164164
"Choose one of the following modes of searching plagiarism. The "
165165
"'many_to_many' mode may require more free memory."
166166

167-
#: src/codeplag/codeplagcli.py:290
167+
#: src/codeplag/codeplagcli.py:289
168168
msgid ""
169169
"A regular expression for filtering checked works by name. Used with "
170170
"options 'directories', 'github-user' and 'github-project-folders'."
@@ -200,7 +200,7 @@ msgstr "GitHub organization/user name."
200200
msgid "URL to a GitHub project folder."
201201
msgstr "URL to a GitHub project folder."
202202

203-
#: src/codeplag/codeplagcli.py:353
203+
#: src/codeplag/codeplagcli.py:352
204204
msgid ""
205205
"Handling generated by the {util_name} reports as creating html report "
206206
"file or show it on console."
@@ -216,7 +216,7 @@ msgstr "Report commands of the '{util_name}' util."
216216
msgid "Generate general report from created some time ago report files."
217217
msgstr "Generate general report from created some time ago report files."
218218

219-
#: src/codeplag/codeplagcli.py:375
219+
#: src/codeplag/codeplagcli.py:374
220220
msgid ""
221221
"Path to save generated report. If it's a directory, then create a file in"
222222
" it."
@@ -228,23 +228,23 @@ msgstr ""
228228
msgid "Type of the created report file."
229229
msgstr "Type of the created report file."
230230

231-
#: src/codeplag/codeplagcli.py:392
231+
#: src/codeplag/codeplagcli.py:391
232232
msgid ""
233233
"Path to first compared works. Can be path to directory or URL to the "
234234
"project folder."
235235
msgstr ""
236236
"Path to first compared works. Can be path to directory or URL to the "
237237
"project folder."
238238

239-
#: src/codeplag/codeplagcli.py:402
239+
#: src/codeplag/codeplagcli.py:401
240240
msgid ""
241241
"Path to second compared works. Can be path to directory or URL to the "
242242
"project folder."
243243
msgstr ""
244244
"Path to second compared works. Can be path to directory or URL to the "
245245
"project folder."
246246

247-
#: src/codeplag/codeplagcli.py:414
247+
#: src/codeplag/codeplagcli.py:413
248248
msgid ""
249249
"Program help to find similar parts of source codes for the different "
250250
"languages."
@@ -272,19 +272,19 @@ msgstr "There is nothing to modify; please provide at least one argument."
272272
msgid "The'repo-regexp' option requires the provided 'github-user' option."
273273
msgstr "The'repo-regexp' option requires the provided 'github-user' option."
274274

275-
#: src/codeplag/codeplagcli.py:465
275+
#: src/codeplag/codeplagcli.py:464
276276
msgid ""
277277
"The'path-regexp' option requires the provided 'directories', 'github-"
278278
"user', or 'github-project-folder' options."
279279
msgstr ""
280280
"The'path-regexp' option requires the provided 'directories', 'github-"
281281
"user', or 'github-project-folder' options."
282282

283-
#: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:97
283+
#: src/codeplag/codeplagcli.py:475 src/codeplag/handlers/report.py:440
284284
msgid "All paths must be provided."
285285
msgstr "All or none of the root paths must be specified."
286286

287-
#: src/codeplag/handlers/report.py:94
287+
#: src/codeplag/handlers/report.py:437
288288
msgid "Invalid report type."
289289
msgstr "Invalid report type."
290290

0 commit comments

Comments
 (0)