nextcloud/apps/updatenotification/l10n/tr.js

25 lines
2.4 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-12-06 04:07:19 +03:00
"Update notifications" : "Güncelleme bildirimleri",
"Could not start updater, please try the manual update" : "Güncelleyici başlatılamadı lütfen el ile güncellemeyi deneyin",
"{version} is available. Get more information on how to update." : "{version} sürümü yayınlanmış. Güncelleme hakkında ayrıntılı bilgi alın.",
"Channel updated" : "Kanal güncellendi",
"Update to %1$s is available." : "%1$s güncellemesi yayınlanmış.",
"Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme yayınlanmış.",
"Update for {app} to version %s is available." : "{app} uygulaması için %s sürümü güncellemesi yayınlanmış.",
"A new version is available: %s" : "Yeni bir sürüm yayınlanmış: %s",
"Open updater" : "Güncelleyici aç",
"Download now" : "İndir",
2016-03-31 08:55:24 +03:00
"Your version is up to date." : "Sürümünüz güncel.",
2016-12-06 04:07:19 +03:00
"Checked on %s" : "Son denetim: %s",
2016-03-05 09:56:08 +03:00
"Update channel:" : "Güncelleme kanalı:",
2016-12-06 04:07:19 +03:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "İstediğiniz zaman yeni / deneysel bir güncelleme kanalına geçebilirsiniz. Daha kararlı bir kanala geri dönemezsiniz.",
"Notify members of the following groups about available updates:" : "Yayınlanan güncellemeler şu grupların üyelerine bildirilsin:",
"Only notification for app updates are available." : "Yalnız uygulama güncellemeleri kullanılabilir.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Seçilmiş güncelleme kanalı kullanımdan kalkmış sunucu bildirimleri için kullanılıyor.",
2017-03-10 04:08:01 +03:00
"The selected update channel does not support updates of the server." : "Seçilmiş güncelleme kanalı sunucunun güncellemelerini desteklemiyor.",
"You are running PHP %s. To allow you to upgrade to Nextcloud 11 and higher you need to run at least PHP 5.6. Once you upgraded your PHP version you will be able to receive update notifications for these newer versions." : "PHP %s sürümünü kullanıyorsanız. Nextcloud 11 ve üzerindeki sürümleri kullanabilmek için PHP sürümünüz en az 5.6 olmalıdır. PHP sürümünüzü yükselttikten sonra yeni sürümler ile ilgili güncelleme bildirimlerini görebilirsiniz."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n > 1);");