mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(home): align mainstage row title with "New Releases" (#741)
* fix(home): mainstage row matches "New Releases" sidebar + page label The Mainstage row whose title chevron links to `/new-releases` was labelled **Recently Added** (`home.recent`) while the sidebar entry and the page itself are **New Releases** (`sidebar.newReleases`) — three labels for the same destination. Reported on the Psysonic Discord. Reuse `sidebar.newReleases` in both consumers (the row title in `Home.tsx` and the section label in `HomeCustomizer.tsx`) so the string lives in exactly one place. The now-orphaned `home.recent` key is dropped from all nine locale files. * docs(changelog): mainstage New Releases label fix (PR #741)
This commit is contained in:
committed by
GitHub
parent
fcae65db80
commit
02e23b5755
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Featured',
|
||||
starred: 'Persönliche Favoriten',
|
||||
recent: 'Zuletzt hinzugefügt',
|
||||
mostPlayed: 'Meistgehört',
|
||||
recentlyPlayed: 'Kürzlich gespielt',
|
||||
losslessAlbums: 'Lossless-Alben',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Featured',
|
||||
starred: 'Personal Favorites',
|
||||
recent: 'Recently Added',
|
||||
mostPlayed: 'Most Played',
|
||||
recentlyPlayed: 'Recently Played',
|
||||
losslessAlbums: 'Lossless Albums',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Destacado',
|
||||
starred: 'Favoritos Personales',
|
||||
recent: 'Agregados Recientemente',
|
||||
mostPlayed: 'Más Reproducidos',
|
||||
recentlyPlayed: 'Reproducidos Recientemente',
|
||||
losslessAlbums: 'Álbumes sin Pérdidas',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'En vedette',
|
||||
starred: 'Favoris personnels',
|
||||
recent: 'Ajoutés récemment',
|
||||
mostPlayed: 'Les plus écoutés',
|
||||
recentlyPlayed: 'Récemment écoutés',
|
||||
losslessAlbums: 'Albums lossless',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Utvalgt',
|
||||
starred: 'Personlige favoritter',
|
||||
recent: 'Nylig lagt til',
|
||||
mostPlayed: 'Mest spilt',
|
||||
recentlyPlayed: 'Nylig spilt',
|
||||
losslessAlbums: 'Lossless-album',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Uitgelicht',
|
||||
starred: 'Persoonlijke favorieten',
|
||||
recent: 'Recent toegevoegd',
|
||||
mostPlayed: 'Meest gespeeld',
|
||||
recentlyPlayed: 'Recent afgespeeld',
|
||||
losslessAlbums: 'Lossless-albums',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Promovat',
|
||||
starred: 'Evaluate',
|
||||
recent: 'Adăugate Recent',
|
||||
mostPlayed: 'Cele mai Redate',
|
||||
recentlyPlayed: 'Redate Recent',
|
||||
losslessAlbums: 'Albume Lossless',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: 'Подборка',
|
||||
starred: 'Личное избранное',
|
||||
recent: 'Недавно добавлено',
|
||||
mostPlayed: 'Популярное',
|
||||
recentlyPlayed: 'Недавно проиграно',
|
||||
losslessAlbums: 'Lossless-альбомы',
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
export const home = {
|
||||
hero: '精选',
|
||||
starred: '个人收藏',
|
||||
recent: '最近添加',
|
||||
mostPlayed: '最常播放',
|
||||
recentlyPlayed: '最近播放',
|
||||
losslessAlbums: '无损专辑',
|
||||
|
||||
Reference in New Issue
Block a user