diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-10 02:31:13 +0000 |
commit | bbee01117e36fcabf7db8195343d897bc28c619a (patch) | |
tree | 104f5a1a0335a23d6d84e68170c72b833edf66c0 /core/l10n/tr.js | |
parent | 1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff) | |
download | nextcloud-server-bbee01117e36fcabf7db8195343d897bc28c619a.tar.gz nextcloud-server-bbee01117e36fcabf7db8195343d897bc28c619a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/tr.js')
-rw-r--r-- | core/l10n/tr.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 945aa4d75b8..926cbd2f1fc 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -5,6 +5,14 @@ OC.L10N.register( "File is too big" : "Dosya çok büyük", "The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.", "The selected file cannot be read." : "Seçilmiş dosya okunamadı.", + "The file was uploaded" : "Dosya yüklendi", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", + "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi", + "No file was uploaded" : "Herhangi bir dosya yüklenmedi", + "Missing a temporary folder" : "Bir geçici klasör eksik", + "Could not write file to disk" : "Dosya diske yazılamadı", + "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "Invalid file provided" : "Belirtilen dosya geçersiz", "No image or file provided" : "Bir görsel ya da dosya belirtilmemiş", "Unknown filetype" : "Dosya türü bilinmiyor", |