diff --git a/web-src/src/i18n/de.json b/web-src/src/i18n/de.json
index be80cc91..7603ab6e 100644
--- a/web-src/src/i18n/de.json
+++ b/web-src/src/i18n/de.json
@@ -361,11 +361,13 @@
"comment": "Kommentar",
"composer": "Komponist",
"duration": "Dauer",
+ "folders": "Ordner",
"genre": "Genre",
"genres": "Genres",
"name": "Name",
"owner": "Besitzer",
"path": "Pfad",
+ "playlists": "Playlisten",
"playtime": "Spielzeit",
"popularity": "Popularität / Followers",
"position": "Disc / Track",
diff --git a/web-src/src/i18n/en.json b/web-src/src/i18n/en.json
index 30d5731b..7f3b7faa 100644
--- a/web-src/src/i18n/en.json
+++ b/web-src/src/i18n/en.json
@@ -361,11 +361,13 @@
"comment": "Comment",
"composer": "Composer",
"duration": "Duration",
+ "folders": "Folders",
"genre": "Genre",
"genres": "Genres",
"name": "Name",
"owner": "Owner",
"path": "Path",
+ "playlists": "Playlists",
"playtime": "Playtime",
"popularity": "Popularity / Followers",
"position": "Disc / Track",
diff --git a/web-src/src/i18n/fr.json b/web-src/src/i18n/fr.json
index 270b4665..efbf701c 100644
--- a/web-src/src/i18n/fr.json
+++ b/web-src/src/i18n/fr.json
@@ -361,11 +361,13 @@
"comment": "Commentaire",
"composer": "Compositeur",
"duration": "Durée",
+ "folders": "Dossiers",
"genre": "Genre",
"genres": "Genres",
"name": "Nom",
"owner": "Propriétaire",
"path": "Emplacement",
+ "playlists": "Listes de lecture",
"playtime": "Temps de lecture",
"popularity": "Popularité / Abonnements",
"position": "Disque / Piste",
diff --git a/web-src/src/i18n/zh-CN.json b/web-src/src/i18n/zh-CN.json
index 9f17645b..9668ef03 100644
--- a/web-src/src/i18n/zh-CN.json
+++ b/web-src/src/i18n/zh-CN.json
@@ -361,11 +361,13 @@
"comment": "评论",
"composer": "作曲家",
"duration": "时长",
+ "folders": "文件夹",
"genre": "流派",
"genres": "流派",
"name": "名称",
"owner": "所有者",
"path": "路径",
+ "playlists": "播放列表",
"playtime": "总播放时长",
"popularity": "流行度 / 粉丝数",
"position": "盘符 / 曲目",
diff --git a/web-src/src/i18n/zh-TW.json b/web-src/src/i18n/zh-TW.json
index 0dd0ecf3..51e7c620 100644
--- a/web-src/src/i18n/zh-TW.json
+++ b/web-src/src/i18n/zh-TW.json
@@ -361,11 +361,13 @@
"comment": "評論",
"composer": "作曲家",
"duration": "時長",
+ "folders": "檔案夾",
"genre": "音樂類型",
"genres": "音樂類型",
"name": "名稱",
"owner": "所有者",
"path": "路徑",
+ "playlists": "播放列表",
"playtime": "總播放時長",
"popularity": "流行度 / 粉絲數",
"position": "盤符 / 曲目",
diff --git a/web-src/src/pages/PageFiles.vue b/web-src/src/pages/PageFiles.vue
index 8a2dc888..bb9916d1 100644
--- a/web-src/src/pages/PageFiles.vue
+++ b/web-src/src/pages/PageFiles.vue
@@ -20,14 +20,14 @@
:items="tracks"
icon="file-music-outline"
/>
-
+