Files
ignacionelson 6e47d76ba6 ProjectSend 2.0.0
Client file sharing, rebuilt from the ground up: a private area per
client, resumable uploads, folders, groups and categories, sharing with
expiry dates and download limits, comments, file versions, an activity
log, a REST API, and sixteen languages.

This repository begins here. ProjectSend 2 was developed privately, and
that development history is not published — the previous generation
remains available, with its own history, at projectsend/legacy.

Free software under the GNU General Public License v2, or (at your
option) any later version.
2026-08-14 01:38:12 -03:00

120 lines
4.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'accept' => 'Kabul etmek',
'action' => 'Aksiyon',
'actions' => 'Hareketler',
'add' => 'Eklemek',
'admin' => 'Yönetici',
'agree' => 'Kabul etmek',
'archive' => 'Arşiv',
'assign' => 'Atamak',
'associate' => 'İş arkadaşı',
'attach' => 'Eklemek',
'browse' => 'Araştır',
'cancel' => 'İptal etmek',
'choose' => 'Seçmek',
'choose_file' => 'Dosya seçin',
'choose_image' => 'Resim Seç',
'click_to_copy' => 'Kopyalamak için tıklayın',
'close' => 'Kapalı',
'collapse' => 'Yıkılmak',
'collapse_all' => 'Hepsini Daralt',
'comment' => 'Yorum',
'confirm' => 'Onaylamak',
'connect' => 'Bağlamak',
'create' => 'Yaratmak',
'delete' => 'Silmek',
'detach' => 'Ayır',
'details' => 'Detaylar',
'disable' => 'Devre dışı bırakmak',
'discard' => 'At',
'done' => 'Tamamlamak',
'down' => 'Aşağı',
'duplicate' => 'Kopyalamak',
'edit' => 'Düzenlemek',
'enable' => 'Olanak vermek',
'expand' => 'Genişletmek',
'expand_all' => 'Hepsini genişlet',
'explanation' => 'Açıklama',
'export' => 'İhracat',
'file' => 'Dosya',
'files' => 'Dosyalar',
'go_home' => 'Eve git',
'hide' => 'Saklamak',
'home' => 'Ev',
'image' => 'Resim',
'impersonate' => 'Başkasının kimliğine bürün',
'impersonation' => 'Kimliğe bürünme',
'import' => 'İçe aktarmak',
'introduction' => 'giriiş',
'like' => 'Beğenmek',
'load' => 'Yük',
'localize' => 'Yerelleştir',
'log_in' => 'Giriş yapmak',
'log_out' => 'Çıkış Yap',
'named' => [
'add' => ':name ekle',
'choose' => ':name\'u seçin',
'create' => ':name oluştur',
'delete' => ':name\'u sil',
'duplicate' => 'Çoğalt: ad',
'edit' => ':name\'u düzenle',
'export' => 'Export :name',
'hide' => ':name\'u gizle',
'import' => 'İthalat :name',
'new' => 'Yeni :name',
'restore' => ':name\'u geri yükle',
'save' => ':name\'u kaydet',
'search' => 'Ara :name',
'show' => ':name\'u göster',
'update' => 'Güncelleme :name',
'view' => ':name\'u görüntüle',
],
'new' => 'Yeni',
'no' => 'HAYIR',
'open' => 'Açık',
'open_website' => 'Web sitesinde aç',
'preview' => 'Ön izleme',
'price' => 'Fiyat',
'record' => 'Kayıt',
'restore' => 'Eski haline getirmek',
'save' => 'Kaydetmek',
'save_and_close' => 'Kaydet kapat',
'save_and_return' => 'Kaydet ve Geri Dön',
'search' => 'Aramak',
'select' => 'Seçme',
'select_all' => 'Hepsini seç',
'send' => 'Göndermek',
'settings' => 'Ayarlar',
'show' => 'Göstermek',
'show_all' => 'Hepsini Göster ↓',
'sign_in' => 'Kayıt olmak',
'solve' => 'Çözmek',
'start' => 'Başlangıç',
'stop' => 'Durmak',
'submit' => 'Göndermek',
'subscribe' => 'Abone',
'switch' => 'Anahtar',
'switch_to_role' => 'Role Geç',
'tag' => 'Etiket',
'tags' => 'Etiketler',
'target_link' => [
'blank' => 'Yeni bir pencerede aç',
'parent' => 'Bir üst çerçevede aç',
'self' => 'Geçerli pencerede aç',
'top' => 'En üst çerçevede aç',
],
'translate' => 'Çevirmek',
'translate_it' => 'Çevir',
'unpack' => 'Paketi aç',
'unsubscribe' => 'Abonelikten çık',
'up' => 'Yukarı',
'update' => 'Güncelleme',
'user' => 'Kullanıcı',
'view' => 'Görüş',
'yes' => 'Evet',
];