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

tr.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 737823b8eecf6346b5b2fd7921c1d45271077aa2 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "{path} içinde",
    "Notifications" : "Bildirimler",
    "No notifications" : "Bildirimler kapalı",
    "Dismiss" : "Yoksay"
},
"nplurals=2; plural=(n > 1);");