Steps to reproduce
- Create a file.
- Delete file.
- Open
Deleted files.
- Select the deleted file.
- Choose an action
:.
Expected behaviour
Translated word Restore.
Actual behaviour
No translated word Restore.

Additional information
Translation is in files:
apps/files_trashbin/l10n/pl.js
apps/files_trashbin/l10n/pl.json
value: "Restore" : "Przywróć",
The translation concerns the code in the file:
apps/files_trashbin/js/app.js
{
name: 'restore',
displayName: t('files_trashbin', 'Restore'),
iconClass: 'icon-history',
},
No translation exists in different versions of Nexcloud.
Nextcloud version:
15.0.4
Steps to reproduce
Deleted files.:.Expected behaviour
Translated word
Restore.Actual behaviour
No translated word

Restore.Additional information
Translation is in files:
apps/files_trashbin/l10n/pl.jsapps/files_trashbin/l10n/pl.jsonvalue:
"Restore" : "Przywróć",The translation concerns the code in the file:
apps/files_trashbin/js/app.jsNo translation exists in different versions of Nexcloud.
Nextcloud version:
15.0.4