diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-25 00:34:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-25 00:34:36 +0000 |
commit | 8612cece7fdbbb6b3dc24a325a2b6247c0c7cebc (patch) | |
tree | 6a082b2e4bc926402447875c416d12c2ec2cc1e7 /apps/files/l10n/tr.js | |
parent | fcaee86280d9996b74cfc3fce0d59acb33b9b71c (diff) | |
download | nextcloud-server-8612cece7fdbbb6b3dc24a325a2b6247c0c7cebc.tar.gz nextcloud-server-8612cece7fdbbb6b3dc24a325a2b6247c0c7cebc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/tr.js')
-rw-r--r-- | apps/files/l10n/tr.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 9374c392259..a17b4190c37 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Bilinmeyen bir sorun çıktı", "File could not be uploaded" : "Dosya yüklenemedi", "Uploading …" : "Yükleniyor …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Yükleniyor… ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})", "Uploading that item is not supported" : "Bu ögenin yüklenmesi desteklenmiyor", "Target folder does not exist any more" : "Hedef klasör artık yok", @@ -175,6 +177,7 @@ OC.L10N.register( "Rename file" : "Dosyayı yeniden adlandır", "File name" : "Dosya adı", "A long time ago" : "Uzun süre önce", + "This node is unavailable" : "Bu düğüm kullanılamıyor", "Download file {name}" : "{name} dosyasını indir", "\"{displayName}\" action executed successfully" : "\"{displayName}\" işlemi tamamlandı", "\"{displayName}\" action failed" : "\"{displayName}\" işlemi tamamlanamadı", @@ -194,7 +197,7 @@ OC.L10N.register( "Sort list by {column} ({direction})" : "Listeyi {column} sütununa göre sırala ({direction})", "Select all" : "Tümünü seç", "Unselect all" : "Tümünü bırak", - "List of files and folders." : "Doys ave klasörleri listesi.", + "List of files and folders." : "Dosya ve klasörlerin listesi.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe dosyalar görüntülenecek.", "File not found" : "Dosya bulunamadı", "Storage informations" : "Depolama bilgileri", @@ -252,6 +255,7 @@ OC.L10N.register( "No favorites yet" : "Henüz sık kullanılan bir öge yok", "Files and folders you mark as favorite will show up here" : "Sık kullanılanlara eklediğiniz dosya ve klasörler burada görüntülenir", "All files" : "Tüm dosyalar", + "List of your files and folders." : "Dosya ve klasörlerinizin listesi", "List of recently modified files and folders." : "Son değiştirilen dosya ve klasörlerin listesi.", "No recently modified files" : "Yakınlarda değiştirilmiş bir dosya yok", "Files and folders you recently modified will show up here." : "Son zamanlarda değiştirdiğiniz dosya ve klasörler burada görüntülenir.", |