mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 17:30:20 +08:00
5ac69076c1
* Remove unused `report_progress_in_percent` option from step * Remove `use_custom_progress_increment` option from the step because we can figure it out by looking at the progress * Introduce `StepTracker` to for logging warnings and errors and tracking step progress * Make it easier to log warnings and errors in all methods of `Step` without the need to pass around a `stats` object
19 lines
474 B
YAML
19 lines
474 B
YAML
en:
|
|
progressbar:
|
|
warnings:
|
|
one: "%{count} warning"
|
|
other: "%{count} warnings"
|
|
errors:
|
|
one: "%{count} error"
|
|
other: "%{count} errors"
|
|
estimated: "ETA: %{duration}"
|
|
elapsed: "Time: %{duration}"
|
|
processed:
|
|
progress: "Processed: %{current}"
|
|
progress_with_max: "Processed: %{current} / %{max}"
|
|
|
|
converter:
|
|
default_step_title: "Converting %{type}"
|
|
max_progress_calculation: "Calculating items took %{duration}"
|
|
|