aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/l10n/tr.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/l10n/tr.js')
-rw-r--r--apps/settings/l10n/tr.js81
1 files changed, 80 insertions, 1 deletions
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js
index 84baff88cc4..f87545c3004 100644
--- a/apps/settings/l10n/tr.js
+++ b/apps/settings/l10n/tr.js
@@ -130,6 +130,10 @@ OC.L10N.register(
"Your remote address could not be determined." : "Uzak adresiniz belirlenemedi.",
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Uzak adresiniz \"%s\" olarak belirlendi ve şu anda çeşitli isteklerin yerine getirilmesini yavaşlatacak şekilde kaba kuvvet saldırısı nedeniyle kısıtlanıyor. Uzak adres sizin adresiniz değilse bu, vekil sunucusunun doğru şekilde yapılandırılmadığını gösteriyor olabilir.",
"Your remote address \"%s\" is not brute-force throttled." : "\"%s\" uzak adresinize kaba kuvvet sınırlaması uygulanmıyor.",
+ "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Bu denetimi çalıştırabilmek için site sunucunuzun kendisine bağlanabildiğinden emin olmanız gerekir. Bu nedenle, `trusted_domains` ya da `overwrite.cli.url` değerlerinden en az birini çözümleyebilmeli ve bunlara bağlanabilmelidir.",
+ "Old administration imported certificates" : "Eski yönetimin içe aktarılmış sertifikaları",
+ "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Yönetim tarafından içe aktarılmış SSL sertifikalarını denetleyen bir arka plan görevi bekliyor. Lütfen bir süre sonra yeniden denetleyin.",
+ "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yönetim tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.",
"Code integrity" : "Kod bütünlüğü",
"Integrity checker has been disabled. Integrity cannot be verified." : "Bütünlük denetimi kapatılmış. Bütünlük doğrulanamadı.",
"No altered files" : "Değiştirilmiş bir dosya yok",
@@ -188,8 +192,14 @@ OC.L10N.register(
"You are not using MySQL" : "MySQL kullanmıyorsunuz",
"MySQL is used as database and does support 4-byte characters" : "Veri tabanı olarak MySQL kullanılıyor ve 4 baytlık karakterler destekleniyor",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "Veri tabanı olarak MySQL kullanılıyor ancak 4 bayt uzunluğundaki karakterler desteklenmiyor. 4 bayt uzunluğundaki karaktelerin (emoji simgeleri gibi) dosya adları ya da yorumlarda sorun çıkmadan işlenebilmesi için MySQL üzerinde 4 bayt desteğinin etkinleştirilmesi önerilir.",
+ "Overwrite CLI URL" : "CLI adresi değişikliği",
+ "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru şekilde \"%s\" olarak ayarlanmış.",
+ "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "config.php dosyasınızdaki \"overwrite.cli.url\" seçeneği doğru bir adres olan \"%s\" olarak ayarlanmış. Önerilen adres \"%s\".",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Lütfen config.php dosyanızdaki \"overwrite.cli.url\" seçeneğini, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olarak ayarladığınızdan emin olun. Önerilen: \"%s\". Yoksa, zamanlanmış görev üzerinden adres üretme sorunları çıkabilir. (Önerilen adres, kullanıcılarınızın bu Nextcloud kopyasına erişmek için kullandığı adres olmasa da olabilir. Her durumda bunu iki kez denetlemek iyi olur.)",
"PHP default charset" : "Varsayılan PHP karakter kümesi",
"PHP configuration option \"default_charset\" should be UTF-8" : "PHP \"default_charset\" yapılandırma seçeneği UTF-8 olmalı",
+ "PHP set_time_limit" : "PHP set_time_limit",
+ "The function is available." : "Özellik kullanılabilir.",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevin etkinleştirilmesi önemle önerilir.",
"Freetype" : "Freetype",
"Supported" : "Destekleniyor",
@@ -199,13 +209,34 @@ OC.L10N.register(
"PHP memory limit" : "PHP bellek sınırı",
"The PHP memory limit is below the recommended value of %s." : "PHP bellek sınırı önerilen %s değerinden küçük.",
"PHP modules" : "PHP modülleri",
+ "increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
+ "for Argon2 for password hashing" : "Argon2 ile parola karması için",
+ "for WebAuthn passwordless login" : "WebAuthn parolasız oturum açma için",
+ "for WebAuthn passwordless login, and SFTP storage" : "WebAuthn parolasız oturum açma ve SFTP depolama alanı için",
+ "for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
+ "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir:\n%s",
+ "PHP opcache" : "PHP opcache",
"The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "PHP OPcache modülü yüklenmemiş. Daha iyi başarım sağlamak için PHP kurulumunuza eklemeniz önerilir.",
+ "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache devre dışı. Daha iyi başarım için PHP yapılandırmanızda \"opcache.enable=1\" seçeneğini ayarlamanız önerilir.",
+ "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "Paylaşılan bellek temelli OPcache devre dışı bırakılmış. Başarımı iyileştirmek için PHP yapılandırmanızda \"opcache.file_cache_only=0\" seçeneğini ayarlamanız ve dosya ön belleğini yalnızca ikinci düzey ön bellek olarak kullanmanız önerilir.",
+ "OPcache is not working as it should, opcache_get_status() returns false, please check configuration." : "OPcache olması gerektiği gibi çalışmıyor, opcache_get_status() işlevi false değerini döndürüyor. Lütfen yapılandırmayı denetleyin.",
+ "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply \"opcache.max_accelerated_files\" to your PHP configuration with a value higher than \"%s\"." : "En fazla OPcache anahtar sayısına neredeyse erişildi. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.max_accelerated_files\" uygulamanız önerilir.",
+ "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply \"opcache.memory_consumption\" to your PHP configuration with a value higher than \"%s\"." : "OPcache ara belleği neredeyse dolu. Tüm betik dosyalarının ön bellekte tutulabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.memory_consumption\" uygulamanız önerilir.",
+ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache interned dizge ara belleği neredeyse dolu. Yinelenen dizgelerin etkin bir şekilde ön belleğe alınabilmesini sağlamak için, PHP yapılandırmanıza \"%s\" üzerinde bir değerle \"opcache.interned_strings_buffer\" uygulamanız önerilir.",
+ "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache, kod yorumlarını kaldıracak şekilde yapılandırılmış. OPcache etkinken, Nextcloud uygulamasının çalışması için \"opcache.save_comments=1\" ayarı yapılmalıdır.",
+ "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud tarafından OPcache API' yazılımının kullanmasına izin verilmez. OPcache etkinleştirildiğinde, Nextcloud çekirdeği veya uygulama yükseltmeleri sırasında hataları önlemek için \"opcache.restrict_api\" ile tüm Nextcloud klasörlerini katmanız ya da OPcache API kısıtlamalarını devre dışı bırakmak için bu ayarı kaldırmanız önemle önerilir.",
+ "The PHP OPcache module is not properly configured. %s." : "PHP OPcache modülü doğru yapılandırılmamış. %s.",
+ "Correctly configured" : "Doğru yapılandırılmış",
"PHP version" : "PHP sürümü",
"You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Şu anda PHP %s kullanıyorsunuz. PHP 8.0 son olarak Nextcloud 27 sürümünde destekleniyor. Nextcloud 28 için en az PHP 8.1 gerekebilir. Lütfen olabilecek en kısa sürede PHP Group tarafından sağlanan resmi olarak desteklenen PHP sürümlerinden birine yükseltin.",
"You are currently running PHP %s." : "Şu anda PHP %s kullanıyorsunuz.",
"PHP \"output_buffering\" option" : "PHP \"output_buffering\" seçeneği",
"PHP configuration option \"output_buffering\" must be disabled" : "PHP \"option output_buffering\" yapılandırma seçeneği devre dışı bırakılmalıdır",
+ "Push service" : "Anında bildirim hizmeti",
+ "Valid enterprise license" : "Geçerli Enterprise lisansı",
+ "Free push service" : "Ücretsiz anında bildirim hizmeti",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {link}." : "Bu Nextcloud topluluk sürümü desteklenmiyor. Bu kopyanın boyutu göz önüne alındığında, başarım, güvenilirlik ve ölçeklenebilirlik garanti edilemez. Ücretsiz hizmetimizi aşırı yüklememek için anında bildirimler sınırlandı. {link} adresinden Nextcloud Enterprise sürümünün faydaları hakkında ayrıntılı bilgi alabilirsiniz.",
"Random generator" : "Rastgelelik üreteci",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "PHP tarafında uygun bir rastgelelik kaynağı bulunamadı. Güvenlik nedeniyle kesinlikle önerilir.",
"Secure" : "Güvenli",
@@ -221,9 +252,20 @@ OC.L10N.register(
"Architecture" : "Mimari",
"64-bit" : "64-bit",
"It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "32 bit bir PHP sürümü çalıştırıyorsunuz gibi görünüyor. Nextcloud uygulamasının iyi çalışması için 64 bit bir PHP sürümü kullanılmalıdır. Lütfen işletim sisteminizi ve PHP sürümünüzü 64 bit olacak şekilde yükseltin!",
+ "Temporary space available" : "Geçici alan kullanılabilir",
+ "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Geçici PHP yolu denetlenirken sorun çıktı. Doğru şekilde bir klasöre ayarlanmamış. Döndürülen değer: %s",
+ "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Geçici PHP yolunun kullanılabilir disk alanı denetlenirken sorun çıktı veya boş disk alanı döndürülmedi. Geçici yol: %s",
+ "- %.1f GiB available in %s (PHP temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (PHP geçici klasörü)",
+ "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %s içinde %.1f GiB kullanılabilir (Nextcloud geçici klasörü)",
+ "Temporary directory is correctly configured:\n%s" : "Geçici klasör doğru şekilde yapılandırılmış:\n%s",
+ "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposunu kullanıyor ve geçici klasörde yeterli alan var.\n%s",
+ "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "Bu kopya, birincil depolama olarak S3 tabanlı bir nesne deposu kullanıyor. Yüklenen dosyalar geçici olarak sunucuya kaydedildiğinden PHP geçici klasöründe 50 GiB boş alan bulunması önerilir. Bu durumu düzeltmek için php.ini içindeki geçici klasör yolunu değiştirin ya da kullanılan geçici klasörde daha fazla yer açın.\nGeçici yoldaki kullanılabilir alanın denetlenmesi önerilen 50 GiB yerine %.1f GiB sonucu verdi. Yol: %s",
"Database transaction isolation level" : "Veri tabanı işlemsel yalıtım düzeyi",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Veri tabanınız \"READ COMMITTED\" işlem yalıtma düzeyinde çalışmıyor. Bu durum aynı anda birden çok işlem yapıldığında sorun çıkmasına yol açabilir.",
"Was not able to get transaction isolation level: %s" : "İşlemsel yalıtım düzeyi alınamadı: %s",
+ "WOFF2 file loading" : "WOFF2 dosya yüklemesi",
+ "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "WOFF2 yükleme desteği denetlenemedi. Lütfen site sunucunuzun `.woff2` dosyalarını sunup sunmadığını el ile denetleyin.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Site sunucunuz .woff2 dosyalarını aktaracak şekilde yapılandırılmamış. Bu sık karşılaşılan bir Nginx yapılandırma sorunudur. Nextcloud 15 için .woff2 dosyalarını da aktaracak ek bir ayar yapılması gereklidir. Kullandığınız Nginx yapılandırmasını belgeler bölümünde bulunan önerilen yapılandırma dosyası ile karşılaştırın.",
"Profile information" : "Profil bilgileri",
"Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profil görseli, tam ad, e-posta adresi, telefon numarası, adres, site, Twitter, kuruluş, rol, başlık, özgeçmiş ve profilde etkinleştirilmiş diğer bilgiler",
"Nextcloud settings" : "Nextcloud ayarları",
@@ -246,6 +288,7 @@ OC.L10N.register(
"Allow resharing" : "Yeniden paylaşılabilsin",
"Allow sharing with groups" : "Gruplar ile paylaşılabilsin",
"Restrict users to only share with users in their groups" : "Kullanıcılar, yalnızca kendi gruplarındaki kullanıcılarla paylaşabilsin",
+ "Ignore the following groups when checking group membership" : "Grup üyeliği denetlenirken şu grupları yok sayılsın",
"Allow users to share via link and emails" : "Kullanıcılar bağlantı ve e-posta ile paylaşabilsin",
"Allow public uploads" : "Herkes yükleyebilsin",
"Always ask for a password" : "Her zaman parola sorulsun",
@@ -279,6 +322,7 @@ OC.L10N.register(
"Deleted disclaimer text" : "Silinmiş sorumluluk reddi metni",
"Could not set disclaimer text" : "Sorumluluk reddi metni ayarlanamadı",
"Two-Factor Authentication" : "İki adımlı doğrulama",
+ "Two-factor authentication can be enforced for all accounts and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Tüm hesaplar ve belirli gruplar için iki adımlı doğrulama kullanılır. İki adımlı doğrulama hizmeti sağlayıcısını yapılandırmayan kullanıcılar oturum açamaz.",
"Enforce two-factor authentication" : "İki adımlı doğrulama dayatılsın",
"Limit to groups" : "Sınırlanacak gruplar",
"Enforcement of two-factor authentication can be set for certain groups only." : "İki adımlı doğrulama yalnızca belirli gruplar için sınırlanabilir.",
@@ -286,6 +330,7 @@ OC.L10N.register(
"Enforced groups" : "Uygulanacak gruplar",
"Two-factor authentication is not enforced for members of the following groups." : "Belirtilen grupların tüm üyeleri için iki adımlı doğrulama kullanımı zorunlu olmaz.",
"Excluded groups" : "Uygulanmayacak gruplar",
+ "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Uygulanan ya da uygulanmayan gruplar belirtildiğinde, bir hesabın iki adımlı doğrulama kullanıp kullanmayacağına şu şekilde karar verilir. Herhangi bir grup belirtilmemiş ise, uygulanmayan grupların üyeleri dışındaki tüm üyeler için iki adımlı doğrulama kullanılır. Belirtilmiş gruplar varsa, uygulanan bu grupların üyeleri için iki adımlı doğrulama kullanılır. Bir hesabın hem uygulanan hem de uygulanmayan gruplarda üyeliği varsa, uygulanan grupların önceliği vardır ve iki adımlı doğrulama kullanılır.",
"Save changes" : "Değişiklikleri kaydet",
"All" : "Tümü",
"Limit app usage to groups" : "Uygulama kullanımı şu gruplarla sınırlansın",
@@ -299,6 +344,7 @@ OC.L10N.register(
"View in store" : "Mağazada görüntüle",
"Visit website" : "Siteye bakın",
"Report a bug" : "Hata bildirin",
+ "Usage documentation" : "Kullanım belgeleri",
"Admin documentation" : "Yönetici belgeleri",
"Developer documentation" : "Geliştirici belgeleri",
"Show details for {appName} app" : "{appName} uygulamasının ayrıntılarını görüntüle",
@@ -361,12 +407,16 @@ OC.L10N.register(
"Last job ran {relativeTime}." : "Son görev yürütülmesi: {relativeTime}.",
"Background job did not run yet!" : "Arka plan görevi henüz yürütülmemiş!",
"AJAX" : "AJAX",
+ "Execute one task with each page loaded. Use case: Single account instance." : "Her sayfa yüklendiğinde bir görev yürütülür. Kullanım şekli: Tek hesaplı kopya.",
"Webcron" : "İnternet zamanlanmış görevi",
+ "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 accounts depending on the usage)." : "cron.php, HTTP üzerinden her 5 dakikada bir cron.php sayfasını çağıran bir internet zamanlanmış görevi hizmetinde kayıtlıdır. Kullanım şekli: Çok küçük kopya (kullanıma bağlı olarak 1–5 hesap).",
"Cron (Recommended)" : "Cron (önerilen)",
"Use system cron service to call the cron.php file every 5 minutes." : "5 dakikada bir cron.php dosyasının çağrılması için sistem cron hizmeti kullanılsın.",
+ "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php dosyası \"{user}\" sistem hesabı tarafından yürütülmelidir.",
"The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX eklentisi gereklidir. Ayrıntılı bilgi almak için {linkstart}PHP belgelerine{linkend} bakabilirsiniz.",
"Unable to update background job mode" : "Arka plan görevi kipi güncellenemedi",
"Profile" : "Profil",
+ "Enable or disable profile by default for new accounts." : "Bu seçenek etkinleştirildiğinde, profil yeni hesaplar için varsayılan olur.",
"Enable" : "Etkinleştir",
"Unable to update profile default setting" : "Profil varsayılan ayarı güncellenemedi",
"Server-side encryption" : "Sunucu tarafı şifreleme",
@@ -383,6 +433,7 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Şifreleme anahtarlarınızı eski şifrelemeden (ownCloud <= 8.0) yenisine aktarmalısınız. Lütfen \"Varsayılan şifreleme modülü\"nü etkinleştirip {command} komutunu yürütün",
"Unable to update server side encryption config" : "Sunucu tarafı şifreleme yapılandırması güncellenemedi",
"Please confirm the group removal" : "Grubu silme işlemini onaylayın",
+ "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Hesaplar SİLİNMEYECEK.",
"Cancel" : "İptal",
"Confirm" : "Onayla",
"Submit" : "Gönder",
@@ -414,9 +465,11 @@ OC.L10N.register(
"You are using <strong>{usage}</strong> of <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>)" : "<strong>{usage}</strong> / <strong>{totalSpace}</strong> (<strong>{usageRelative}%</strong>) kullanıyorsunuz",
"Your full name" : "Tam adınız",
"Back" : "Geri",
+ "Change scope level of {property}" : "{property} kapsam düzeyini değiştir",
"This address is not confirmed" : "Bu adres doğrulanmamış",
"Primary email for password reset and notifications" : "Parola sıfırlama ve bildirimler için birincil e-posta adresi",
"Email options" : "E-posta seçenekleri",
+ "Options for additional email address {index}" : "{index}. ek e-posta adresi seçenekleri",
"Remove primary email" : "Birincil e-posta adresini sil",
"Delete email" : "E-posta adresini sil",
"Unset as primary email" : "Birincil e-posta işaretini kaldır",
@@ -435,6 +488,7 @@ OC.L10N.register(
"Help translate" : "Çeviriye yardım edin",
"Unable to update language" : "Dil güncellenemedi",
"No language set" : "Herhangi bir dil ayarlanmamış",
+ "Locales" : "Yerel ayarlar",
"Week starts on {firstDayOfWeek}" : "Hafta başlangıcı: {firstDayOfWeek}",
"Unable to update locale" : "Yerel ayar güncellenemedi",
"No locale set" : "Herhangi bir yerel ayar seçilmemiş",
@@ -442,6 +496,7 @@ OC.L10N.register(
"Your organisation" : "Kuruluşunuz",
"Your phone number" : "Telefon numaranız",
"Edit your Profile visibility" : "Profilinizin görünürlüğü değiştirin",
+ "Enable profile" : "Profili etkinleştir",
"Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi",
"The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.",
"Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi",
@@ -449,6 +504,7 @@ OC.L10N.register(
"Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız",
"Your website" : "Sitenizin adresi",
"No {property} set" : "Herhangi bir {property} ayarlanmamış",
+ "Invalid value" : "Değer geçersiz",
"Unable to update {property}" : "{property} güncellenemedi",
"Change scope level of {property}, current scope is {scope}" : "{property} kapsam düzeyini değiştir. Geçerli kapsam: {scope}",
"Unable to update federation scope of the primary {property}" : "Birincil {property} birleşik kapsamı güncellenemedi",
@@ -461,6 +517,7 @@ OC.L10N.register(
"Reshare" : "Yeniden paylaş",
"No accounts" : "Henüz bir hesap yok",
"Loading accounts …" : "Hesaplar yükleniyor...",
+ "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Hesap listesi. Başarımı olumsuz etkilememek için listenin tümü görüntülenmiyor. Listede ilerledikçe diğer hesaplar görüntülenecek.",
"Default language" : "Varsayılan dil",
"Common languages" : "Sık kullanılan diller",
"Other languages" : "Diğer diller",
@@ -497,19 +554,28 @@ OC.L10N.register(
"Last login" : "Son oturum açma",
"User actions" : "Kullanıcı işlemleri",
"Password or insufficient permissions message" : "Parola ya da izinler yetersiz iletisi",
+ "Loading account …" : "Hesap yükleniyor…",
"Change display name" : "Görüntülenecek adı değiştir",
"Set new password" : "Yeni parola ayarla",
+ "You do not have permissions to see the details of this account" : "Bu hesabın ayrıntılarını görüntüleme izniniz yok",
"Set new email address" : "Yeni e-posta adresi ayarla",
"Add user to group" : "Gruba kullanıcı ekle",
+ "Add account to group" : "Hesabı gruba ekle",
+ "Set account as admin for" : "Hesabı şurada yönetici yap",
+ "Select account quota" : "Hesap kotasını seçin",
"Set the language" : "Dili ayarla",
+ "Set line manager" : "Satır yöneticisini ayarla",
"{size} used" : "{size} kullanılmış",
"Delete account" : "Hesabı sil",
"Wipe all devices" : "Tüm aygıtları sil",
+ "Disable account" : "Hesabı devre dışı bırak",
+ "Enable account" : "Hesabı etkinleştir",
"Resend welcome email" : "Karşılama e-postasını yeniden gönder",
"In case of lost device or exiting the organization, this can remotely wipe the Nextcloud data from all devices associated with {userid}. Only works if the devices are connected to the internet." : "Aygıt kaybedildiğinde ya da kuruluş ile çalışma sona erdirildiğinde, bu özellik {userid} ile ilişkili tüm aygıtlardaki Nextcloud verilerini silebilir. Bu özellik yalnızca aygıtların İnternet bağlantısı olduğunda kullanılabilir.",
"Remote wipe of devices" : "Uzaktan aygıt temizleme",
"Wipe {userid}'s devices" : "{userid} aygıtlarını temizle",
"Wiped {userid}'s devices" : "{userid} kullanıcısının aygıtları silindi",
+ "Failed to update line manager" : "Satır yöneticisi güncellenemedi",
"Fully delete {userid}'s account including all their personal files, app data, etc." : "{userid} için kişisel dosyalar ve uygulama verileri gibi tüm hesap bilgilerini tamamen siler",
"Account deletion" : "Hesap silme",
"Delete {userid}'s account" : "{userid} hesabını sil",
@@ -517,13 +583,17 @@ OC.L10N.register(
"Password was successfully changed" : "Parola değiştirildi",
"Email was successfully changed" : "E-posta adresi değiştirildi",
"Welcome mail sent!" : "Karşılama e-postası gönderildi!",
+ "Toggle account actions menu" : "Hesap işlemleri menüsünü aç/kapat",
"Done" : "Tamam",
"Edit" : "Düzenle",
+ "Account management settings" : "Hesap yönetimi ayarları",
"Visibility" : "Görünürlük",
"Show language" : "Görüntülenecek dil",
+ "Show account backend" : "Hesap arka ucu görüntülensin",
"Show storage path" : "Depolama yolu görüntülensin",
"Show last login" : "Son oturum açma zamanı görüntülensin",
"Send email" : "E-posta gönder",
+ "Send welcome email to new accounts" : "Yeni hesaplara hoş geldiniz e-postası gönderilsin",
"Defaults" : "Varsayılanlar",
"Default quota" : "Varsayılan kota",
"Select default quota" : "Varsayılan kota değerini seçin",
@@ -545,13 +615,17 @@ OC.L10N.register(
"{license}-licensed" : "{license}-lisanslı",
"Changelog" : "Değişiklik günlüğü",
"by {author}\n{license}" : "{author} tarafından\n{license}",
+ "Account management" : "Hesap yönetimi",
"New account" : "Hesap ekle",
+ "Active accounts" : "Etkin hesaplar",
"Admins" : "Yöneticiler",
"Disabled users" : "Devre dışı bırakılmış kullanıcılar",
"Creating group …" : "Grup ekleniyor…",
"Create group" : "Grup ekle",
"Group name" : "Grup adı",
"Please enter a valid group name" : "Lütfen geçerli bir grup adı yazın",
+ "Disabled accounts" : "Devre dışı hesaplar",
+ "Account group: {group}" : "Hesap grubu: {group}",
"Failed to create group" : "Grup eklenemedi",
"Sending…" : "Gönderiliyor …",
"Email sent" : "E-posta gönderildi",
@@ -570,6 +644,8 @@ OC.L10N.register(
"Profile visibility" : "Profil görünürlüğü",
"Locale" : "Yerel Ayar",
"Not available as this property is required for core functionality including file sharing and calendar invitations" : "Bu özellik, dosya paylaşımı ve takvim çağrıları gibi temel işlevler için gerekli olduğundan kullanılamıyor",
+ "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Hesabınızda birleşik kullanım devre dışı bırakılmış olduğundan kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
+ "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Hesaba özel verilerin arama sunucusunda yayınlanmasına izin verilmediğinden kullanılamıyor. Herhangi bir sorunuz varsa sistem yönetimi ile görüşün.",
"Your apps" : "Uygulamalarınız",
"Active apps" : "Etkin uygulamalar",
"Disabled apps" : "Devre dışı uygulamalar",
@@ -578,6 +654,7 @@ OC.L10N.register(
"Featured apps" : "Öne çıkarılmış uygulamalar",
"Supported apps" : "Desteklenen uygulamalar",
"Show to everyone" : "Herkese görüntülensin",
+ "Show to logged in accounts only" : "Yalnızca oturum açmış hesaplara görüntülensin",
"Hide" : "Gizlensin",
"Download and enable" : "İndir ve etkinleştir",
"Allow untested app" : "Denenmemiş uygulamalar kullanılabilsin",
@@ -614,6 +691,7 @@ OC.L10N.register(
"Authentication" : "Kimlik doğrulama",
"Authentication required" : "Kimlik doğrulaması gerekli",
"Credentials" : "Kimlik doğrulama bilgileri",
+ "SMTP Login" : "SMTP kullanıcı adı",
"SMTP Password" : "SMTP parolası",
"Save" : "Kaydet",
"Test and verify email settings" : "E-posta ayarlarını sınayın ve doğrulayın",
@@ -691,7 +769,7 @@ OC.L10N.register(
"Add new email address" : "Yeni e-posta adresi ekle",
"Set user as admin for" : "Kullanıcıyı şurada yönetici yap",
"Select user quota" : "Kullanıcı kotasını seçin",
- "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü değiştir",
+ "Toggle user actions menu" : "Kullanıcı işlemleri menüsünü aç/kapat",
"Delete user" : "Kullanıcıyı sil",
"Disable user" : "Kullanıcıyı devre dışı bırak",
"Enable user" : "Kullanıcıyı etkinleştir",
@@ -725,6 +803,7 @@ OC.L10N.register(
"User's table" : "Kullanıcının tablosu",
"Select user manager" : "Kullanıcı yöneticisini seçin",
"Old user imported certificates" : "Kullanıcının içe aktardığı eski sertifikalar",
+ "Overwrite cli URL" : "CLI adresi değişikliği",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them: %s." : "Bu kopyada önerilen bazı PHP modülleri eksik. Daha iyi başarım ve uyumluluk için bu modüllerin kurulması önemle önerilir: %s.",
"You are about to remove the group \"{group}\". The users will NOT be deleted." : "\"{group}\" grubunu silmek üzeresiniz. Kullanıcılar SİLİNMEYECEK.",
"No users" : "Herhangi bir kullanıcı yok",