nextcloud/apps/updatenotification/l10n/tr.js

20 lines
1.5 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-08-05 03:10:09 +03:00
"Update notifications" : "Bildirimleri güncelle",
2016-02-16 16:49:12 +03:00
"{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.",
2016-08-05 03:10:09 +03:00
"Nextcloud core" : "Nextcloud çekirdeği",
"Update for %1$s to version %2$s is available." : "%1$s sürümünden %2$s sürümüne güncelleme mevcut.",
2016-03-05 09:56:08 +03:00
"A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
2016-03-31 08:55:24 +03:00
"Your version is up to date." : "Sürümünüz güncel.",
"Checked on %s" : "Son denetlenme: %s",
2016-03-05 09:56:08 +03:00
"Update channel:" : "Güncelleme kanalı:",
2016-08-05 03:10:09 +03:00
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Her zaman yeni / deneysel bir sürüme güncelleyebilirsiniz, ancak daha düşük bir kararlı sürüme düşüremezsiniz.",
"Notify members of the following groups about available updates:" : "Aşağıdaki grupların üyelerini mevcut güncellelemeler hakkında bilgilendir:",
"Only notification for app updates are available." : "Sadece uygulama bildirim güncellemeleri var.",
"The selected update channel makes dedicated notifications for the server obsolete." : "Seçilen güncelleme kanalı sunucusnun eski olduğu bildirimine sahip.",
2016-08-17 03:09:19 +03:00
"The selected update channel does not support updates of the server." : "Seçilen güncelleme nakalı sunucunun güncellemelerini desteklemiyor.",
"Updater" : "Güncelleyici"
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n > 1);");