|
1 | 1 | { |
2 | 2 | "@@locale": "ro", |
3 | 3 | "@@last_modified": "2026-02-07T16:10:00Z", |
| 4 | + "appName": "Musly", |
| 5 | + "@appName": { |
| 6 | + "description": "Application name" |
| 7 | + }, |
| 8 | + "goodMorning": "Bună dimineața", |
| 9 | + "@goodMorning": { |
| 10 | + "description": "Morning greeting" |
| 11 | + }, |
| 12 | + "goodAfternoon": "Bună ziua", |
| 13 | + "@goodAfternoon": { |
| 14 | + "description": "Afternoon greeting" |
| 15 | + }, |
| 16 | + "goodEvening": "Bună seara", |
| 17 | + "@goodEvening": { |
| 18 | + "description": "Evening greeting" |
| 19 | + }, |
| 20 | + "forYou": "Pentru Tine", |
| 21 | + "@forYou": { |
| 22 | + "description": "For You section title" |
| 23 | + }, |
| 24 | + "quickPicks": "Alegeri rapide", |
| 25 | + "@quickPicks": { |
| 26 | + "description": "Quick Picks section title" |
| 27 | + }, |
| 28 | + "discoverMix": "Descoperă Mixul", |
| 29 | + "@discoverMix": { |
| 30 | + "description": "Discover Mix section title" |
| 31 | + }, |
| 32 | + "recentlyPlayed": "Redate recent", |
| 33 | + "@recentlyPlayed": { |
| 34 | + "description": "Recently played section title" |
| 35 | + }, |
| 36 | + "yourPlaylists": "Playlisturile tale", |
| 37 | + "@yourPlaylists": { |
| 38 | + "description": "Your playlists section title" |
| 39 | + }, |
| 40 | + "madeForYou": "Creat pentru tine", |
| 41 | + "@madeForYou": { |
| 42 | + "description": "Made for you section title" |
| 43 | + }, |
| 44 | + "topRated": "Cele mai evaluate", |
| 45 | + "@topRated": { |
| 46 | + "description": "Top rated albums title" |
| 47 | + }, |
| 48 | + "noContentAvailable": "Niciun conținut disponibil", |
| 49 | + "@noContentAvailable": { |
| 50 | + "description": "Message when no content is available" |
| 51 | + }, |
| 52 | + "tryRefreshing": "Încercați să reîmprospătați sau să verificați conexiunea la server", |
| 53 | + "@tryRefreshing": { |
| 54 | + "description": "Message to try refreshing" |
| 55 | + }, |
| 56 | + "refresh": "Reîncarcă", |
| 57 | + "@refresh": { |
| 58 | + "description": "Refresh button label" |
| 59 | + }, |
| 60 | + "errorLoadingSongs": "Eroare la încărcarea melodiilor", |
| 61 | + "@errorLoadingSongs": { |
| 62 | + "description": "Error message when songs fail to load" |
| 63 | + }, |
| 64 | + "noSongsInGenre": "Nu există melodii în acest gen", |
| 65 | + "@noSongsInGenre": { |
| 66 | + "description": "Message when genre has no songs" |
| 67 | + }, |
| 68 | + "errorLoadingAlbums": "Eroare la încărcarea albumelor", |
| 69 | + "@errorLoadingAlbums": { |
| 70 | + "description": "Error message when albums fail to load" |
| 71 | + }, |
| 72 | + "noTopRatedAlbums": "Niciun album evaluat de top", |
| 73 | + "@noTopRatedAlbums": { |
| 74 | + "description": "Message when there are no top rated albums" |
| 75 | + }, |
| 76 | + "login": "Conectează-te", |
| 77 | + "@login": { |
| 78 | + "description": "Login button label" |
| 79 | + }, |
| 80 | + "serverUrl": "URL server", |
| 81 | + "@serverUrl": { |
| 82 | + "description": "Server URL field label" |
| 83 | + }, |
| 84 | + "username": "Nume utilizator", |
| 85 | + "@username": { |
| 86 | + "description": "Username field label" |
| 87 | + }, |
| 88 | + "password": "Parolă", |
| 89 | + "@password": { |
| 90 | + "description": "Password field label" |
| 91 | + }, |
| 92 | + "selectCertificate": "Selectați certificatul TLS/SSL", |
| 93 | + "@selectCertificate": { |
| 94 | + "description": "Certificate selection dialog title" |
| 95 | + }, |
| 96 | + "failedToSelectCertificate": "Nu s-a putut selecta certificatul: {error}", |
| 97 | + "@failedToSelectCertificate": { |
| 98 | + "description": "Error message when certificate selection fails", |
| 99 | + "placeholders": { |
| 100 | + "error": { |
| 101 | + "type": "String" |
| 102 | + } |
| 103 | + } |
| 104 | + }, |
| 105 | + "serverUrlMustStartWith": "URL-ul serverului trebuie să înceapă cu http:// sau https://", |
| 106 | + "@serverUrlMustStartWith": { |
| 107 | + "description": "Error message for invalid server URL" |
| 108 | + }, |
| 109 | + "failedToConnect": "Nu s-a putut conecta", |
| 110 | + "@failedToConnect": { |
| 111 | + "description": "Error message when connection fails" |
| 112 | + }, |
| 113 | + "library": "Bibliotecă", |
| 114 | + "@library": { |
| 115 | + "description": "Library tab label" |
| 116 | + }, |
| 117 | + "search": "Caută", |
| 118 | + "@search": { |
| 119 | + "description": "Search tab label" |
| 120 | + }, |
| 121 | + "settings": "Setări", |
| 122 | + "@settings": { |
| 123 | + "description": "Settings tab label" |
| 124 | + }, |
| 125 | + "albums": "Albume", |
| 126 | + "@albums": { |
| 127 | + "description": "Albums section label" |
| 128 | + }, |
| 129 | + "artists": "Artiști", |
| 130 | + "@artists": { |
| 131 | + "description": "Artists section label" |
| 132 | + }, |
| 133 | + "songs": "Melodii", |
| 134 | + "@songs": { |
| 135 | + "description": "Songs section label" |
| 136 | + }, |
| 137 | + "playlists": "Playlist-uri", |
| 138 | + "@playlists": { |
| 139 | + "description": "Playlists section label" |
| 140 | + }, |
| 141 | + "genres": "Genuri", |
| 142 | + "@genres": { |
| 143 | + "description": "Genres section label" |
| 144 | + }, |
| 145 | + "favorites": "Favorite", |
| 146 | + "@favorites": { |
| 147 | + "description": "Favorites section label" |
| 148 | + }, |
| 149 | + "nowPlaying": "Se redă acum", |
| 150 | + "@nowPlaying": { |
| 151 | + "description": "Now playing screen title" |
| 152 | + }, |
| 153 | + "queue": "Coadă", |
| 154 | + "@queue": { |
| 155 | + "description": "Queue section label" |
| 156 | + }, |
| 157 | + "lyrics": "Versuri", |
| 158 | + "@lyrics": { |
| 159 | + "description": "Lyrics section label" |
| 160 | + }, |
| 161 | + "play": "Redă", |
| 162 | + "@play": { |
| 163 | + "description": "Play button label" |
| 164 | + }, |
| 165 | + "pause": "Pauză", |
| 166 | + "@pause": { |
| 167 | + "description": "Pause button label" |
| 168 | + }, |
| 169 | + "next": "Următorul", |
| 170 | + "@next": { |
| 171 | + "description": "Next button label" |
| 172 | + }, |
| 173 | + "previous": "Înapoi", |
| 174 | + "@previous": { |
| 175 | + "description": "Previous button label" |
| 176 | + }, |
| 177 | + "shuffle": "Amestecă", |
| 178 | + "@shuffle": { |
| 179 | + "description": "Shuffle button label" |
| 180 | + }, |
| 181 | + "repeat": "Repetă", |
| 182 | + "@repeat": { |
| 183 | + "description": "Repeat button label" |
| 184 | + }, |
| 185 | + "repeatOne": "Repetă una", |
| 186 | + "@repeatOne": { |
| 187 | + "description": "Repeat one button label" |
| 188 | + }, |
| 189 | + "repeatOff": "Nu repeta", |
| 190 | + "@repeatOff": { |
| 191 | + "description": "Repeat off button label" |
| 192 | + }, |
| 193 | + "addToPlaylist": "Adaugă în Playlist", |
| 194 | + "@addToPlaylist": { |
| 195 | + "description": "Add to playlist option" |
| 196 | + }, |
| 197 | + "removeFromPlaylist": "Elimină din Playlist", |
| 198 | + "@removeFromPlaylist": { |
| 199 | + "description": "Remove from playlist option" |
| 200 | + }, |
| 201 | + "addToFavorites": "Adaugă la Favorite", |
| 202 | + "@addToFavorites": { |
| 203 | + "description": "Add to favorites option" |
| 204 | + }, |
| 205 | + "removeFromFavorites": "Șterge de la Favorite", |
| 206 | + "@removeFromFavorites": { |
| 207 | + "description": "Remove from favorites option" |
| 208 | + }, |
| 209 | + "delete": "Șterge", |
| 210 | + "@delete": { |
| 211 | + "description": "Delete button label" |
| 212 | + }, |
| 213 | + "cancel": "Anulare", |
| 214 | + "@cancel": { |
| 215 | + "description": "Cancel button label" |
| 216 | + }, |
| 217 | + "ok": "Ok", |
| 218 | + "@ok": { |
| 219 | + "description": "OK button label" |
| 220 | + }, |
| 221 | + "save": "Salvați", |
| 222 | + "@save": { |
| 223 | + "description": "Save button label" |
| 224 | + }, |
| 225 | + "close": "Închide", |
| 226 | + "@close": { |
| 227 | + "description": "Close button label" |
| 228 | + }, |
| 229 | + "general": "General", |
| 230 | + "@general": { |
| 231 | + "description": "General settings section" |
| 232 | + }, |
| 233 | + "appearance": "Aspect", |
| 234 | + "@appearance": { |
| 235 | + "description": "Appearance settings section" |
| 236 | + }, |
| 237 | + "playback": "Redare", |
| 238 | + "@playback": { |
| 239 | + "description": "Playback settings section" |
| 240 | + }, |
| 241 | + "storage": "Stocare", |
| 242 | + "@storage": { |
| 243 | + "description": "Storage settings section" |
| 244 | + }, |
| 245 | + "about": "Despre", |
| 246 | + "@about": { |
| 247 | + "description": "About settings section" |
| 248 | + }, |
| 249 | + "darkMode": "Mod întunecat", |
| 250 | + "@darkMode": { |
| 251 | + "description": "Dark mode setting" |
| 252 | + }, |
| 253 | + "language": "Limba", |
| 254 | + "@language": { |
| 255 | + "description": "Language setting" |
| 256 | + }, |
| 257 | + "version": "Versiune", |
| 258 | + "@version": { |
| 259 | + "description": "Version info label" |
| 260 | + }, |
| 261 | + "madeBy": "Creat de ddddevid", |
| 262 | + "@madeBy": { |
| 263 | + "description": "Developer credit" |
| 264 | + }, |
| 265 | + "githubRepository": "Repozitoriu GitHub", |
| 266 | + "@githubRepository": { |
| 267 | + "description": "GitHub repository link label" |
| 268 | + }, |
| 269 | + "reportIssue": "Raportează o problemă", |
| 270 | + "@reportIssue": { |
| 271 | + "description": "Report issue link label" |
| 272 | + }, |
| 273 | + "joinDiscord": "Alătură-te comunității Discord", |
| 274 | + "@joinDiscord": { |
| 275 | + "description": "Discord community link label" |
| 276 | + }, |
| 277 | + "unknownArtist": "Artist Necunoscut", |
| 278 | + "@unknownArtist": { |
| 279 | + "description": "Placeholder for unknown artist" |
| 280 | + }, |
| 281 | + "unknownAlbum": "Album Necunoscut", |
| 282 | + "@unknownAlbum": { |
| 283 | + "description": "Placeholder for unknown album" |
| 284 | + }, |
| 285 | + "playAll": "Redaţi tot", |
| 286 | + "@playAll": { |
| 287 | + "description": "Play all button label" |
| 288 | + }, |
| 289 | + "shuffleAll": "Amestecă toate", |
| 290 | + "@shuffleAll": { |
| 291 | + "description": "Shuffle all button label" |
| 292 | + }, |
| 293 | + "sortBy": "Sortează după", |
| 294 | + "@sortBy": { |
| 295 | + "description": "Sort by label" |
| 296 | + }, |
| 297 | + "sortByName": "Nume", |
| 298 | + "@sortByName": { |
| 299 | + "description": "Sort by name option" |
| 300 | + }, |
| 301 | + "sortByArtist": "Artist", |
| 302 | + "@sortByArtist": { |
| 303 | + "description": "Sort by artist option" |
| 304 | + }, |
| 305 | + "sortByAlbum": "Album", |
| 306 | + "@sortByAlbum": { |
| 307 | + "description": "Sort by album option" |
| 308 | + }, |
| 309 | + "sortByDate": "Dată", |
| 310 | + "@sortByDate": { |
| 311 | + "description": "Sort by date option" |
| 312 | + }, |
| 313 | + "sortByDuration": "Durată", |
| 314 | + "@sortByDuration": { |
| 315 | + "description": "Sort by duration option" |
| 316 | + }, |
| 317 | + "ascending": "Crescător", |
| 318 | + "@ascending": { |
| 319 | + "description": "Ascending sort order" |
| 320 | + }, |
| 321 | + "descending": "Descrescător", |
| 322 | + "@descending": { |
| 323 | + "description": "Descending sort order" |
| 324 | + }, |
| 325 | + "noLyricsAvailable": "Nu există versuri disponibile", |
| 326 | + "@noLyricsAvailable": { |
| 327 | + "description": "Message when lyrics are not available" |
| 328 | + }, |
| 329 | + "loading": "Se încarcă...", |
| 330 | + "@loading": { |
| 331 | + "description": "Loading message" |
| 332 | + }, |
| 333 | + "error": "Eroare", |
| 334 | + "@error": { |
| 335 | + "description": "Generic error label" |
| 336 | + }, |
| 337 | + "retry": "Reîncercați", |
| 338 | + "@retry": { |
| 339 | + "description": "Button to retry a failed server connection" |
| 340 | + }, |
| 341 | + "noResults": "Nici un rezultat", |
| 342 | + "@noResults": { |
| 343 | + "description": "No search results message" |
| 344 | + }, |
| 345 | + "searchHint": "Caută melodii, albume, artiști...", |
| 346 | + "@searchHint": { |
| 347 | + "description": "Search field hint text" |
| 348 | + }, |
| 349 | + "allSongs": "Toate melodiile", |
| 350 | + "@allSongs": { |
| 351 | + "description": "All songs title" |
| 352 | + }, |
| 353 | + "allAlbums": "Toate albumele", |
| 354 | + "@allAlbums": { |
| 355 | + "description": "All albums title" |
| 356 | + }, |
4 | 357 | "@_LIBRARY": {}, |
| 358 | + "errorDeletingPlaylist": "Eroare la ștergerea playlist-ului: {error}", |
| 359 | + "@errorDeletingPlaylist": { |
| 360 | + "placeholders": { |
| 361 | + "error": { |
| 362 | + "type": "Object" |
| 363 | + } |
| 364 | + } |
| 365 | + }, |
| 366 | + "playlistCreated": "Playlist \"{name}\" creat", |
| 367 | + "@playlistCreated": { |
| 368 | + "placeholders": { |
| 369 | + "name": { |
| 370 | + "type": "String" |
| 371 | + } |
| 372 | + } |
| 373 | + }, |
5 | 374 | "@_SEARCH": {}, |
| 375 | + "searchTitle": "Caută", |
| 376 | + "searchPlaceholder": "Artiști, melodii, albume", |
| 377 | + "tryDifferentSearch": "Încearcă o altă căutare", |
| 378 | + "noSuggestions": "Nicio sugestie", |
6 | 379 | "@_SETTINGS_GENERAL": {}, |
7 | 380 | "@_SETTINGS_PLAYBACK": {}, |
8 | 381 | "@_SETTINGS_SERVER": {}, |
|
0 commit comments