1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Fixed translations

This commit is contained in:
Bogdan
2023-07-24 09:35:15 +03:00
parent 53eb88d9a9
commit 1190bf791c
51 changed files with 838 additions and 316 deletions
@@ -18,17 +18,23 @@ import styles from './ImportMovieSelectFolder.css';
const rootFolderColumns = [
{
name: 'path',
label: translate('Path'),
get label() {
return translate('Path');
},
isVisible: true
},
{
name: 'freeSpace',
label: translate('FreeSpace'),
get label() {
return translate('FreeSpace');
},
isVisible: true
},
{
name: 'unmappedFolders',
label: translate('UnmappedFolders'),
get label() {
return translate('UnmappedFolders');
},
isVisible: true
},
{