Refactor fluent download pipelines
This commit is contained in:
@@ -36,4 +36,19 @@
|
||||
<data name="fragment_locked" xml:space="preserve">
|
||||
<value>A fragment is locked when it should be free; failed to obtain updater.</value>
|
||||
</data>
|
||||
<data name="fluent_unsupported_transformer" xml:space="preserve">
|
||||
<value>The transformer type '{0}' is unsupported by this fluent pathway. Consider manually instantiating DownloadContext.</value>
|
||||
</data>
|
||||
<data name="fluent_invalid_state" xml:space="preserve">
|
||||
<value>The state of the builder is invalid.</value>
|
||||
</data>
|
||||
<data name="fluent_type_conversion_failure" xml:space="preserve">
|
||||
<value>A type conversion from '{0}' to '{1}' has failed, indicating an invalid state.</value>
|
||||
</data>
|
||||
<data name="fluent_unsupported_pattern" xml:space="preserve">
|
||||
<value>The builder state '{0}' points to an unsupported unit downloader.</value>
|
||||
</data>
|
||||
<data name="resource_definition_invalid_states_count" xml:space="preserve">
|
||||
<value>There must be at least one state in resource definition.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user