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

tr.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 505500bb108d86ac2b0fe0d380899f6ae2d04efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud duyuruları",
    "Nextcloud announcement" : "Nextcloud duyuruları",
    "Read more" : "Devamını okuyun",
    "Disable announcements" : "Duyurular kullanılmasın",
    "(These announcements are only shown to administrators)" : "(Bu duyurular yalnızca yöneticilere görüntülenir)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud duyuruları, Nextcloud hakkındaki yeni haberleri bildirimleriniz içinde görüntüler.",
    "Shows the latest news of Nextcloud in your notifications." : "Nextcloud hakkındaki yeni haberleri bildirimlerinizde görüntüler.",
    "These groups will be notified about the announcements." : "Duyuruların bildirileceği gruplar."
},
"nplurals=2; plural=(n > 1);");