Skip to content

Commit

Permalink
Translated using Weblate (Turkish)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (182 of 182 strings)

Translation: Finamp/Finamp
Translate-URL: https://hosted.weblate.org/projects/finamp/finamp/tr/
  • Loading branch information
oersen authored and weblate committed Dec 10, 2023
1 parent 78b1dbe commit 59351be
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions lib/l10n/app_tr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"@downloadErrorsTitle": {},
"noErrors": "Hata yok!",
"@noErrors": {},
"errorScreenError": "Hata listesi oluşturulurken hata meydana geldi. Bu noktada, pes edip GitHub'da issue oluşturmalı ve uygulama verilerini silmelisin",
"errorScreenError": "Hata listesi oluşturulurken hata meydana geldi. Bu noktada, GitHub'da bir sorun oluşturmalı ve uygulama verilerini silmelisiniz",
"@errorScreenError": {},
"failedToGetSongFromDownloadId": "İndirme ID'sinden şarkıya ulaşılamadı",
"@failedToGetSongFromDownloadId": {},
Expand Down Expand Up @@ -503,5 +503,25 @@
"noMusicLibrariesTitle": "Müzik Kütüphanesi Bulunamadı",
"@noMusicLibrariesTitle": {
"description": "Title for message that shows on the views screen when no music libraries could be found."
}
},
"deleteDownloadsConfirmButtonText": "Sil",
"@deleteDownloadsConfirmButtonText": {
"description": "Shown in the confirmation dialog for deleting downloaded media from the local device."
},
"deleteDownloadsPrompt": "Bu aygıttan {itemType, select, album{album} playlist{playlist} artist{artist} genre{genre} track{song} other{}} '{itemName}' silmek istediğinizden emin misiniz?",
"@deleteDownloadsPrompt": {
"placeholders": {
"itemName": {
"type": "String",
"example": "Abandon Ship"
},
"itemType": {
"type": "String",
"example": "album"
}
},
"description": "Confirmation prompt shown before deleting downloaded media from the local device, destructive action, doesn't affect the media on the server."
},
"deleteDownloadsAbortButtonText": "İptal",
"@deleteDownloadsAbortButtonText": {}
}

0 comments on commit 59351be

Please sign in to comment.