From 59351be22d71c4b634b5c819c94d6ac082ab51b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz=20Ersen?= Date: Sat, 9 Dec 2023 11:35:53 +0000 Subject: [PATCH] Translated using Weblate (Turkish) Currently translated at 100.0% (182 of 182 strings) Translation: Finamp/Finamp Translate-URL: https://hosted.weblate.org/projects/finamp/finamp/tr/ --- lib/l10n/app_tr.arb | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/lib/l10n/app_tr.arb b/lib/l10n/app_tr.arb index 9806bfecc..7516e848b 100644 --- a/lib/l10n/app_tr.arb +++ b/lib/l10n/app_tr.arb @@ -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": {}, @@ -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": {} }