Files
Psychotoxical-psysonic/src/locales/ro/statistics.ts
T
cucadmuh d54eceaf3b fix(statistics): keep player stats tab visible without local index (#851)
* fix(statistics): keep player stats tab visible without local index

Show the tab always and explain that player statistics require the local
library index, with a link to library settings, instead of hiding the tab.

* docs(release): CHANGELOG and credits for player stats tab UX (PR #851)

* docs(credits): drop minor library index and player stats tab fixes

Per team policy, small UX fixes (PR #850, #851) stay in CHANGELOG only.
2026-05-22 14:41:04 +03:00

96 lines
4.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const statistics = {
title: 'Statistici',
recentlyPlayed: 'Redate recent',
mostPlayed: 'Cele mai Redate Albume',
highestRated: 'Cele mai Votate Albume',
genreDistribution: 'Distribuția de Genuri (Top 20)',
loadMore: 'Încearcă mai mult',
statArtists: 'Artiști',
statArtistsTooltip: 'Doar albume de artiști — artiștii care apar doar ca un artist la nivel de piesă (prezentate, oaspete, etc.) fără albumul lor nu sunt incluși.',
statAlbums: 'Albume',
statSongs: 'Piese',
statGenres: 'Genuri',
statPlaytime: 'Timpul total de redare',
genreInsights: 'Perspectivele Genurilor',
formatDistribution: 'Distribuția Formatului',
formatSample: 'Eșantion de {{n}} piese',
computing: 'Se calculează…',
genreSongs: '{{count}} Piese',
genreAlbums: '{{count}} Albume',
recentlyAdded: 'Adăugate recent',
decadeDistribution: 'Albume după Deceniu',
decadeAlbums_one: '{{count}} Album',
decadeAlbums_other: '{{count}} Albume',
decadeUnknown: 'Necunoscut',
lfmTitle: 'Statistici Last.fm',
lfmTopArtists: 'Artiști de top',
lfmTopAlbums: 'Albume de top',
lfmTopTracks: 'Piese de top',
lfmPlays: '{{count}} redări',
lfmPeriodOverall: 'Din tot timpul',
lfmPeriod7day: '7 Zile',
lfmPeriod1month: '1 Lună',
lfmPeriod3month: '3 Luni',
lfmPeriod6month: '6 Luni',
lfmPeriod12month: '12 Luni',
lfmNotConnected: 'Conectează Last.fm în Setări pentru a îți vedea statisticile.',
lfmRecentTracks: 'Scrobble-uri Recente',
lfmNowPlaying: 'Now Playing',
lfmJustNow: 'tocmai acum',
lfmMinutesAgo: 'acum {{n}}m',
lfmHoursAgo: 'acum {{n}}h',
lfmDaysAgo: 'acum {{n}}d',
topRatedSongs: 'Cele mai bine cotate Piese',
topRatedArtists: 'Cei mai bine cotați Artiști',
noRatedSongs: 'Nicio piesă evaluată încă. Evaluează piese în afișajul de album sau playlist.',
noRatedArtists: 'Niciun artist evaluat încă.',
exportShare: 'Distribuie',
exportTitle: 'Distribuie Albumele din Top',
exportSubtitle: 'Generează o imagine distribuibilă cu cele mai redate albume ale tale.',
exportFormat: 'Format',
exportFormatStory: 'Poveste',
exportFormatSquare: 'Pătrat',
exportFormatTwitter: 'Card Twitter',
exportGrid: 'Grilă',
exportGridLabel: '{{n}}×{{n}}',
exportPreview: 'Previzualizare',
exportGenerate: 'Generează',
exportSave: 'Salvează imaginea…',
exportCancel: 'Anulează',
exportFooterLabel: 'Top Albume',
exportNotEnough: 'Ai nevoie de cel puțin {{count}} albume în librăria ta pentru o grilă {{n}}×{{n}}.',
exportSaving: 'Se salvează…',
exportSaved: 'Salvat.',
exportSaveFailed: 'Nu s-a putut salva imaginea.',
tabServer: 'Statistici server',
tabPlayer: 'Statistici player',
playerEmpty: 'Începe să asculți — istoricul local va apărea aici când indexul bibliotecii este activ.',
playerSummaryTime: 'Timp de ascultare',
playerListeningDayShort: '{{count}}z',
playerListeningHourShort: '{{count}}h',
playerListeningMinuteShort: '{{count}}m',
playerSummarySessions: 'Sesiuni',
playerSummaryTracks: 'Piese',
playerSummaryUniqueTracks: 'Piese unice',
playerSummaryDays: 'Days',
playerPartialIndexNotice: 'Unele servere sunt excluse din indexul local al bibliotecii. Ascultarea pe aceste servere nu este înregistrată în statisticile playerului.',
playerIndexRequired: 'Statisticile playerului nu sunt disponibile până când activezi indexul local al bibliotecii.',
playerPartialIndexSettings: 'Setări bibliotecă',
playerSummaryCompletion: 'Complete / parțiale',
playerYearPrev: 'Anul anterior',
playerYearNext: 'Anul următor',
playerHeatmapLegend: 'Mai închis = mai multe piese ascultate în acea zi.',
playerHeatmapLess: 'Mai puțin',
playerHeatmapMore: 'Mai mult',
playerDaySessions: '{{count}} sesiuni',
playerDayTrackPlays: '{{count}} piese',
playerDayFullPartial: '{{full}} complete · {{partial}} parțiale',
playerRecentDaysTitle: 'Zile recente',
playerDayToday: 'Astăzi',
playerDayYesterday: 'Ieri',
playerListenedSecShort: '{{seconds}} s',
playerListenedMinDecimal: '{{minutes}} min',
completionFull: 'Ascultare completă',
completionPartial: 'Parțial',
};