diff options
Diffstat (limited to 'apps/files/l10n/tr.json')
-rw-r--r-- | apps/files/l10n/tr.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index 38e78fc6e6f..4a005cfa525 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -1,5 +1,5 @@ { "translations": { - "Storage not available" : "Depolama mevcut değil", + "Storage not available" : "Depolama alanı mevcut değil", "Storage invalid" : "Depolama geçersiz", "Unknown error" : "Bilinmeyen hata", "Unable to set upload directory." : "Yükleme dizini ayarlanamadı.", @@ -19,6 +19,7 @@ "Invalid directory." : "Geçersiz dizin.", "Files" : "Dosyalar", "All files" : "Tüm dosyalar", + "File could not be found" : "Dosya bulunamadı", "Home" : "Ev", "Close" : "Kapat", "Favorites" : "Sık kullanılanlar", @@ -30,6 +31,13 @@ "Could not get result from server." : "Sunucudan sonuç alınamadı.", "Uploading..." : "Yükleniyor...", "..." : "...", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} saat kaldı", + "{hours}:{minutes}h" : "{hours}:{minutes} saat", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} dakika kaldı", + "{minutes}:{seconds}m" : "{minutes}:{seconds} dk", + "{seconds} second{plural_s} left" : "{seconds} saniye kaldı", + "{seconds}s" : "{seconds} saniye", + "Soon..." : "Yakında...", "File upload is in progress. Leaving the page now will cancel the upload." : "Dosya yükleme işlemi sürüyor. Şu anda sayfadan ayrılmak yükleme işlemini iptal edecek.", "Actions" : "Eylemler", "Download" : "İndir", @@ -75,6 +83,7 @@ "_%n byte_::_%n bytes_" : ["%n bayt","%n bayt"], "Favorited" : "Sık kullanılanlara eklendi", "Favorite" : "Sık kullanılan", + "Local link" : "Yerel bağlantı", "Folder" : "Klasör", "New folder" : "Yeni klasör", "{newname} already exists" : "{newname} zaten mevcut", @@ -105,6 +114,7 @@ "With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM ile değişikliklerin uygulanması 5 dakika sürebilir.", "Missing permissions to edit from here." : "Buradan düzenleme için eksik yetki.", "Settings" : "Ayarlar", + "Show hidden files" : "Gizli dosyaları göster", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV ile erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">bu adresi kullanın</a>", "No files in here" : "Burada hiç dosya yok", |