-
Notifications
You must be signed in to change notification settings - Fork 17
/
AutoSimC.pot
409 lines (310 loc) · 11.1 KB
/
AutoSimC.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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2021-09-04 08:14+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: pygettext.py 1.5\n"
#: fights.py:46
msgid "Tank-n-spank"
msgstr ""
#: fights.py:51
msgid "Multi-segment simulation meant to approximate M+ dungeon and boss pulls"
msgstr ""
#: fights.py:56
msgid "Fight with infrequent movement"
msgstr ""
#: fights.py:61
msgid "Fight with frequent movement"
msgstr ""
#: fights.py:66
msgid "Movement, Stuns, Interrupts, Target-Switching (every 2min)"
msgstr ""
#: fights.py:71
msgid "Heavy Movement, Frequent Add Spawns"
msgstr ""
#: fights.py:76
msgid "Periodic Stuns, Raid Damage"
msgstr ""
#: fights.py:81
msgid "Random Movement, Advanced Positioning, Frequent Single and Wave Add Spawns"
msgstr ""
#: fights.py:86
msgid "Tank-N-Spank; Boss considered always casting (to test interrupt procs on cooldown)"
msgstr ""
#: fights.py:93
msgid "Two Patchwerks, standing on top of each other"
msgstr ""
#: fights.py:102
msgid "Two Patchwerks, which are standing far away"
msgstr ""
#: main.py:90
msgid "Python script to create multiple profiles for SimulationCraft to find Best-in-Slot and best enchants/gems/talents combinations."
msgstr ""
#: main.py:93
msgid "Don't hesitate to go on the SimcMinMax Discord (https://discordapp.com/invite/tFR2uvK) in the #autosimc Channel to ask about specific stuff."
msgstr ""
#: main.py:106
msgid "Input file describing the permutation of SimC profiles to generate. See README for more details."
msgstr ""
#: main.py:117
msgid "Output file containing the generated profiles used for the simulation."
msgstr ""
#: main.py:127
msgid "Additional input file containing the options to add to each profile."
msgstr ""
#: main.py:142
msgid "Enables automated simulation and ranking for the top 3 dps-gear-combinations. Might take a long time, depending on number of permutations. Edit the simcraft-path in settings.py to point to your simc-installation. The result.html will be saved in results-subfolder.There are 2 modes available for calculating the possible huge amount of permutations: Static and dynamic mode:* Static uses a fixed amount of simc-iterations at the cost of quality; default-settings are 100, 1000 and 10000 for each stage.* Dynamic mode lets you set the target_error-parameter from simc, resulting in a more accurate ranking. Stage 1 can be entered at the beginning in the wizard. Stage 2 is set to target_error=0.2, and 0.05 for the final stage 3.(These numbers might be changed in future versions)You have to set the simc path in the settings.py file.- Resuming: It is also possible to resume at a stage, e.g. if simc.exe crashed during stage1, by launching with the parameter -sim stage1 (or stage2/3).- Parallel Processing: By default multiple simc-instances are launched for stage1 and 2, which is a major speedup on modern multicore-cpus like AMD Ryzen. If you encounter problems or instabilities, edit settings.py and change the corresponding parameters or even disable it."
msgstr ""
#: main.py:168
msgid "Number of stages to simulate."
msgstr ""
#: main.py:177
msgid ""
"Enables permutation of gem-combinations in your gear. With e.g. gems crit,haste,int you can add all combinations of the corresponding gems (epic gems: 200, rare: 150, uncommon greens are not supported) in addition to the ones you have currently equipped.\n"
"Valid gems: {}- Example: You have equipped 1 int and 2 mastery-gems. If you enter <-gems \"crit,haste,int\"> (without <>) into the commandline, the permutation process uses the single int- and mastery-gem-combination you have currrently equipped and adds ALL combinations from the ones in the commandline, therefore mastery would be excluded. However, adding mastery to the commandline reenables that.\n"
"- Gems have to fulfil the following syntax in your profile: gem_id=123456[[/234567]/345678] Simpermut usually creates this for you.\n"
"- WARNING: If you have many items with sockets and/or use a vast gem-combination-setup as command, the number of combinations will go through the roof VERY quickly. Please be cautious when enabling this.- additonally you can specify a empty list of gems, which will permutate the existing gemsin your input gear."
msgstr ""
#: main.py:238
msgid "Result-subfolder '{}' does not exist. Creating it."
msgstr ""
#: main.py:249
msgid "Copying file: {} to {}"
msgstr ""
#: main.py:253
msgid "Could not copy html result file, since there was no file found in '{}'."
msgstr ""
#: main.py:262
msgid "Simc executable at '{}' does not exist."
msgstr ""
#: main.py:264
msgid "Simc executable exists at '{}', proceeding..."
msgstr ""
#: main.py:267
msgid "Simc executable must end with 'simc.exe', and '{}' does not.Please check your settings.py simc_path options."
msgstr ""
#: main.py:272
msgid "Analyzer-file found at '{}'."
msgstr ""
#: main.py:274
msgid "Analyzer-file not found at '{}', make sure you have a complete AutoSimc-Package."
msgstr ""
#: main.py:279
msgid "Using Safe Mode as specified in settings."
msgstr ""
#: main.py:283
msgid "Invalid default_error_rate_multiplier ({}) <= 0"
msgstr ""
#: main.py:288
msgid "Invalid settings.default_grabbing_method '{}'. Valid options: {}"
msgstr ""
#: main.py:294
msgid "Generating up to {:n} loadouts..."
msgstr ""
#: main.py:308
msgid "Finished permutations. Valid: {:n} of {:n} processed. ({:.2f}%)"
msgstr ""
#: main.py:316
msgid "Output file checksum: {}"
msgstr ""
#: main.py:381
msgid "***Entering static mode, STAGE {}***"
msgstr ""
#: main.py:394
msgid "Cannot run static mode and skip questions without default iterations set for stage {}."
msgstr ""
#: main.py:396
msgid "Please enter the number of iterations to use (q to quit): "
msgstr ""
#: main.py:398 main.py:457 main.py:478 main.py:503
msgid "Quitting application"
msgstr ""
#: main.py:421
msgid "***Entering dynamic mode, STAGE {}***"
msgstr ""
#: main.py:431
msgid "Estimated calculation times for stage {} based on your data:"
msgstr ""
#: main.py:435
msgid "({:2n}): Target Error: {:6.3f}%: Est. calc. time: {} (time/profile: {:5.2f}s iterations: {:5n}) "
msgstr ""
#: main.py:452
msgid "Cannot run dynamic mode and skip questions without default target_error set for stage {}."
msgstr ""
#: main.py:455
msgid "Please enter the type of calculation to perform (q to quit): "
msgstr ""
#: main.py:461
msgid "Invalid calc choice '{}' can only be from 0 to {}"
msgstr ""
#: main.py:463
msgid "Sim: Number of permutations: "
msgstr ""
#: main.py:464
msgid "Sim: Chosen calculation: {}"
msgstr ""
#: main.py:471
msgid "Warning Target_Error chosen in stage {}: {} <= Default_Target_Error for stage {}: {}"
msgstr ""
#: main.py:474
msgid "Do you want to continue anyway (Enter), quit (q) or enter a new target_error for the current stage (n)?: "
msgstr ""
#: main.py:476
msgid "User chose: "
msgstr ""
#: main.py:481
msgid "Enter new target_error (Format: 0.3): "
msgstr ""
#: main.py:482
msgid "User entered target_error_secondpart: "
msgstr ""
#: main.py:493
msgid "Chosen Target Error: {:.3f}% <= {:.3f}%: Time/Profile: {:5.2f} sec => Est. calc. time: {}"
msgstr ""
#: main.py:501
msgid "Warning: This might take a *VERY* long time ({}) (q to quit, Enter to continue: )"
msgstr ""
#: main.py:507
msgid "Could not provide any estimated calculation time."
msgstr ""
#: main.py:522
msgid "Starting at stage {}"
msgstr ""
#: main.py:523
msgid "You selected grabbing method '{}'."
msgstr ""
#: main.py:525
msgid "You have to choose one of the following modes for calculation:"
msgstr ""
#: main.py:526
msgid "1) Static mode uses a fixed number of iterations, with varying error per profile ({num_iterations})"
msgstr ""
#: main.py:528
msgid " It is however faster if simulating huge amounts of profiles"
msgstr ""
#: main.py:529
msgid "2) Dynamic mode (preferred) lets you choose a specific 'correctness' of the calculation, but takes more time."
msgstr ""
#: main.py:532
msgid " It uses the chosen target_error for the first part; in stage2 onwards, the following values are used: {}"
msgstr ""
#: main.py:537
msgid "Please choose your mode (Enter to exit): "
msgstr ""
#: main.py:539
msgid "User exit."
msgstr ""
#: main.py:544
msgid "Invalid simulation mode '{}' selected. Valid modes: {}."
msgstr ""
#: main.py:572
msgid "Available fight styles:"
msgstr ""
#: main.py:579
msgid "Choose a fight style: "
msgstr ""
#: main.py:594
msgid "Invalid selection, please try again."
msgstr ""
#: main.py:599
msgid "default_fightstyle={!r} is not a valid fight name"
msgstr ""
#: main.py:627
msgid "AutoSimC - Supported WoW-Version: {}"
msgstr ""
#: main.py:634
msgid "Parsed command line arguments: {}"
msgstr ""
#: main.py:635
msgid "Parsed settings: {}"
msgstr ""
#: main.py:643
msgid "A newer SimCraft-version might be available for download! Version: {}"
msgstr ""
#: main.py:656
msgid "Permutating took {}."
msgstr ""
#: main.py:659
msgid "Do you want to generate {outfile} again? Press y to regenerate: "
msgstr ""
#: main.py:666
msgid "No valid profile combinations found. Please check the 'Invalid profile statistics' output and adjust your input.txt and settings.py."
msgstr ""
#: main.py:672
msgid "Beware: Computation with Simcraft might take a VERY long time with this amount of profiles!(Press Enter to continue, q to quit)"
msgstr ""
#: main.py:675
msgid "Program exit by user"
msgstr ""
#: main.py:697
msgid "AutoSimC finished correctly."
msgstr ""
#: permutation.py:71
msgid "Parsed gear: {}"
msgstr ""
#: simc.py:33
msgid "Found program in {}: Git_Version: {}"
msgstr ""
#: simc.py:39
msgid "Found no git-string in simc.exe, self-compiled?"
msgstr ""
#: simc.py:41
msgid "Did not find program in '{}'."
msgstr ""
#: simc.py:54
msgid "Latest version available: {}"
msgstr ""
#: simc.py:57
msgid "Found no git-string in filename, new or changed format?"
msgstr ""
#: simc.py:68
msgid "Sorry autodownloading only supported for 64bit windows"
msgstr ""
#: simc.py:73
msgid "Starting auto download check of SimulationCraft."
msgstr ""
#: simc.py:83
msgid "Latest simc: {filename}"
msgstr ""
#: simc.py:89
msgid "Retrieving simc from url {} to {}."
msgstr ""
#: simc.py:93
msgid "Latest simc version already downloaded at {}."
msgstr ""
#: simc.py:102
msgid "7Zip executable at '{}' does not exist."
msgstr ""
#: simc.py:105
msgid "Running unpack command '{}'"
msgstr ""
#: simc.py:112
msgid "Removing old simc from '{}'."
msgstr ""
#: simc.py:116
msgid "Exception when unpacking: {}"
msgstr ""
#: simc.py:118
msgid "Could not unpack the auto downloaded SimulationCraft executable.Please note that you need 7Zip installed at one of the following locations: {}."
msgstr ""
#: simc.py:122
msgid "Simc already exists at '{}'."
msgstr ""
#: splitter.py:296
msgid "Metric error of best player {} is zero. Cannot filter by target_error."
msgstr ""
#: splitter.py:379
msgid "Could not grab any valid profiles from previous run. ({} profiles available before filtering, {} after filtering)"
msgstr ""
#: splitter.py:426
msgid "Got {} best profiles written to {} files.."
msgstr ""