Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69b5263d4b001b0b6e1acb84911bab7cc9fa0ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "Bildirimleri güncelle",
    "{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.",
    "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.",
    "A new version is available: %s" : "Yeni bir sürüm mevcut: %s",
    "Open updater" : "Güncelleyiciyi aç",
    "Your version is up to date." : "Sürümünüz güncel.",
    "Checked on %s" : "Son denetlenme: %s",
    "Update channel:" : "Güncelleme kanalı:",
    "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.",
    "The selected update channel does not support updates of the server." : "Seçilen güncelleme nakalı sunucunun güncellemelerini desteklemiyor.",
    "Updater" : "Güncelleyici"
},
"nplurals=2; plural=(n > 1);");