mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-08-23 19:32:29 +02:00
New translations app_en.arb (Turkish)
This commit is contained in:
@@ -190,6 +190,30 @@
|
|||||||
"@optionsMaxQualityCoverSubtitle": {
|
"@optionsMaxQualityCoverSubtitle": {
|
||||||
"description": "Subtitle for max quality cover"
|
"description": "Subtitle for max quality cover"
|
||||||
},
|
},
|
||||||
|
"optionsArtistTagMode": "Artist Tag Mode",
|
||||||
|
"@optionsArtistTagMode": {
|
||||||
|
"description": "Setting title for how artist metadata is written into files"
|
||||||
|
},
|
||||||
|
"optionsArtistTagModeDescription": "Choose how multiple artists are written into embedded tags.",
|
||||||
|
"@optionsArtistTagModeDescription": {
|
||||||
|
"description": "Bottom-sheet description for artist tag mode setting"
|
||||||
|
},
|
||||||
|
"optionsArtistTagModeJoined": "Single joined value",
|
||||||
|
"@optionsArtistTagModeJoined": {
|
||||||
|
"description": "Artist tag mode option that joins multiple artists into one value"
|
||||||
|
},
|
||||||
|
"optionsArtistTagModeJoinedSubtitle": "Write one ARTIST value like \"Artist A, Artist B\" for maximum player compatibility.",
|
||||||
|
"@optionsArtistTagModeJoinedSubtitle": {
|
||||||
|
"description": "Subtitle for joined artist tag mode"
|
||||||
|
},
|
||||||
|
"optionsArtistTagModeSplitVorbis": "Split tags for FLAC/Opus",
|
||||||
|
"@optionsArtistTagModeSplitVorbis": {
|
||||||
|
"description": "Artist tag mode option that writes repeated ARTIST tags for Vorbis formats"
|
||||||
|
},
|
||||||
|
"optionsArtistTagModeSplitVorbisSubtitle": "Write one artist tag per artist for FLAC and Opus; MP3 and M4A stay joined.",
|
||||||
|
"@optionsArtistTagModeSplitVorbisSubtitle": {
|
||||||
|
"description": "Subtitle for split Vorbis artist tag mode"
|
||||||
|
},
|
||||||
"optionsConcurrentDownloads": "Eş Zamanlı İndirmeler",
|
"optionsConcurrentDownloads": "Eş Zamanlı İndirmeler",
|
||||||
"@optionsConcurrentDownloads": {
|
"@optionsConcurrentDownloads": {
|
||||||
"description": "Number of parallel downloads"
|
"description": "Number of parallel downloads"
|
||||||
@@ -2399,6 +2423,15 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"libraryFilesUnit": "{count, plural, =1{file} other{files}}",
|
||||||
|
"@libraryFilesUnit": {
|
||||||
|
"description": "Unit label for files count during library scanning",
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"libraryLastScanned": "Last scanned: {time}",
|
"libraryLastScanned": "Last scanned: {time}",
|
||||||
"@libraryLastScanned": {
|
"@libraryLastScanned": {
|
||||||
"description": "Last scan time display",
|
"description": "Last scan time display",
|
||||||
@@ -2416,6 +2449,10 @@
|
|||||||
"@libraryScanning": {
|
"@libraryScanning": {
|
||||||
"description": "Status during scan"
|
"description": "Status during scan"
|
||||||
},
|
},
|
||||||
|
"libraryScanFinalizing": "Finalizing library...",
|
||||||
|
"@libraryScanFinalizing": {
|
||||||
|
"description": "Status shown after file scanning finishes but library persistence is still running"
|
||||||
|
},
|
||||||
"libraryScanProgress": "{progress}% of {total} files",
|
"libraryScanProgress": "{progress}% of {total} files",
|
||||||
"@libraryScanProgress": {
|
"@libraryScanProgress": {
|
||||||
"description": "Scan progress display",
|
"description": "Scan progress display",
|
||||||
@@ -2513,6 +2550,30 @@
|
|||||||
"@libraryFilterFormat": {
|
"@libraryFilterFormat": {
|
||||||
"description": "Filter section - file format"
|
"description": "Filter section - file format"
|
||||||
},
|
},
|
||||||
|
"libraryFilterMetadata": "Metadata",
|
||||||
|
"@libraryFilterMetadata": {
|
||||||
|
"description": "Filter section - metadata completeness"
|
||||||
|
},
|
||||||
|
"libraryFilterMetadataComplete": "Complete metadata",
|
||||||
|
"@libraryFilterMetadataComplete": {
|
||||||
|
"description": "Filter option - items with complete metadata"
|
||||||
|
},
|
||||||
|
"libraryFilterMetadataMissingAny": "Missing any metadata",
|
||||||
|
"@libraryFilterMetadataMissingAny": {
|
||||||
|
"description": "Filter option - items missing any tracked metadata field"
|
||||||
|
},
|
||||||
|
"libraryFilterMetadataMissingYear": "Missing year",
|
||||||
|
"@libraryFilterMetadataMissingYear": {
|
||||||
|
"description": "Filter option - items missing release year/date"
|
||||||
|
},
|
||||||
|
"libraryFilterMetadataMissingGenre": "Missing genre",
|
||||||
|
"@libraryFilterMetadataMissingGenre": {
|
||||||
|
"description": "Filter option - items missing genre"
|
||||||
|
},
|
||||||
|
"libraryFilterMetadataMissingAlbumArtist": "Missing album artist",
|
||||||
|
"@libraryFilterMetadataMissingAlbumArtist": {
|
||||||
|
"description": "Filter option - items missing album artist"
|
||||||
|
},
|
||||||
"libraryFilterSort": "Sort",
|
"libraryFilterSort": "Sort",
|
||||||
"@libraryFilterSort": {
|
"@libraryFilterSort": {
|
||||||
"description": "Filter section - sort order"
|
"description": "Filter section - sort order"
|
||||||
@@ -2525,6 +2586,22 @@
|
|||||||
"@libraryFilterSortOldest": {
|
"@libraryFilterSortOldest": {
|
||||||
"description": "Sort option - oldest first"
|
"description": "Sort option - oldest first"
|
||||||
},
|
},
|
||||||
|
"libraryFilterSortAlbumAsc": "Album (A-Z)",
|
||||||
|
"@libraryFilterSortAlbumAsc": {
|
||||||
|
"description": "Sort option - album ascending"
|
||||||
|
},
|
||||||
|
"libraryFilterSortAlbumDesc": "Album (Z-A)",
|
||||||
|
"@libraryFilterSortAlbumDesc": {
|
||||||
|
"description": "Sort option - album descending"
|
||||||
|
},
|
||||||
|
"libraryFilterSortGenreAsc": "Genre (A-Z)",
|
||||||
|
"@libraryFilterSortGenreAsc": {
|
||||||
|
"description": "Sort option - genre ascending"
|
||||||
|
},
|
||||||
|
"libraryFilterSortGenreDesc": "Genre (Z-A)",
|
||||||
|
"@libraryFilterSortGenreDesc": {
|
||||||
|
"description": "Sort option - genre descending"
|
||||||
|
},
|
||||||
"timeJustNow": "Just now",
|
"timeJustNow": "Just now",
|
||||||
"@timeJustNow": {
|
"@timeJustNow": {
|
||||||
"description": "Relative time - less than a minute ago"
|
"description": "Relative time - less than a minute ago"
|
||||||
|
|||||||
Reference in New Issue
Block a user