mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Update text, remove entry.
This commit is contained in:
parent
22971ded84
commit
77759d5580
1
resources/assets/js/i18n.js
vendored
1
resources/assets/js/i18n.js
vendored
@ -45,7 +45,6 @@ module.exports = new vuei18n({
|
||||
'pt-pt': require('./locales/pt.json'),
|
||||
'pt': require('./locales/pt.json'),
|
||||
'ro': require('./locales/ro.json'),
|
||||
'tr': require('./locales/tr.json'),
|
||||
'ru': require('./locales/ru.json'),
|
||||
'sk': require('./locales/sk.json'),
|
||||
'sl': require('./locales/sl.json'),
|
||||
|
@ -1336,7 +1336,7 @@ return [
|
||||
|
||||
// profile:
|
||||
'purge_data_title' => 'Purge data from Firefly III',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. This can be annoying when you import data from other sources, as removed transactions will still be recognized as possible duplicates. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.',
|
||||
'delete_stuff_header' => 'Delete and purge data',
|
||||
'purge_all_data' => 'Purge all deleted records',
|
||||
'purge_data' => 'Purge data',
|
||||
|
Loading…
Reference in New Issue
Block a user