mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New texts.
This commit is contained in:
parent
10d578503c
commit
8182cf1efa
@ -38,6 +38,7 @@ return [
|
||||
|
||||
// notices about the CSV importer:
|
||||
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
|
||||
'final_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that this is the last version of Firefly III that will feature a CSV importer. A separated tool is available that you should try for yourself: <a href="https://github.com/firefly-iii/csv-importer">the Firefly III CSV importer</a>. I would appreciate it if you would test the new importer and let me know what you think.',
|
||||
|
||||
// import provider strings (index):
|
||||
'button_fake' => 'Fake an import',
|
||||
|
@ -16,9 +16,6 @@
|
||||
<p>
|
||||
{{ trans('import.job_config_uc_text') }}
|
||||
</p>
|
||||
<p class="text-danger">
|
||||
{{ trans('import.deprecate_csv_import')|raw }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -22,9 +22,6 @@
|
||||
{{ trans('import.job_config_map_nothing') }}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p class="text-danger">
|
||||
{{ trans('import.deprecate_csv_import')|raw }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
<p>
|
||||
{{ trans('import.job_config_file_upload_text') }}
|
||||
</p>
|
||||
<p class="text-danger">
|
||||
{{ trans('import.deprecate_csv_import')|raw }}
|
||||
<p class="text-warning">
|
||||
{{ trans('import.final_csv_import')|raw }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,9 +16,6 @@
|
||||
<p>
|
||||
{{ trans('import.job_config_roles_text') }}
|
||||
</p>
|
||||
<p class="text-danger">
|
||||
{{ trans('import.deprecate_csv_import')|raw }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
<p>
|
||||
{{ trans('import.general_index_intro') }}
|
||||
</p>
|
||||
<p class="text-danger">
|
||||
{{ trans('import.deprecate_csv_import')|raw }}
|
||||
<p class="text-warning">
|
||||
{{ trans('import.final_csv_import')|raw }}
|
||||
</p>
|
||||
<div class="row">
|
||||
{% for name, provider in providers %}
|
||||
|
Loading…
Reference in New Issue
Block a user