diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-17 00:27:18 +0000 |
commit | 6a00c55e2c4442fc78f42423ff41a719f06c069e (patch) | |
tree | 1c5ef2911e105f86887b4c95062df966b4a943a0 /apps/settings/l10n/tr.js | |
parent | ed8293f5a8509edeed89d564a5614eae99c91172 (diff) | |
download | nextcloud-server-6a00c55e2c4442fc78f42423ff41a719f06c069e.tar.gz nextcloud-server-6a00c55e2c4442fc78f42423ff41a719f06c069e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/tr.js')
-rw-r--r-- | apps/settings/l10n/tr.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 6f31bac0f03..af97def8f2b 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -167,6 +167,8 @@ OC.L10N.register( "Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP kurulumunuzda FreeType desteği yok. Bu durum profil görsellerinin ve ayarlar bölümünün bozuk görüntülenmesine neden olur.", "PHP getenv" : "PHP getenv", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP yanlış kurulmuş ve sistem ortam değişkenlerini okuyamıyor gibi görünüyor. getenv(\"PATH\") komutu ile yapılan sınama sonucunda boş bir yanıt alındı.", + "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", "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: %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.", @@ -235,10 +237,12 @@ OC.L10N.register( "Report a bug" : "Hata bildirin", "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", "This app is supported via your current Nextcloud subscription." : "Bu uygulamanın desteği geçerli Nextcloud aboneliğiniz ile sağlanır.", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Öne çıkarılmış uygulamalar topluluk tarafından geliştirilmiştir. Temel işlevleri yerine getirirler ve üretim ortamında kullanılabilirler.", "Featured" : "Öne çıkarılmış", "Update to {update}" : "{update} sürümüne güncelle", + "Rating: {score}/10" : "Değerlendirme: {score}/10", "All apps are up-to-date." : "Tüm uygulamalar güncel", "Icon" : "Simge", "Name" : "Ad", |