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

ko.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cb002f2ebd451fdd4840bb4d36988f057f17dc5 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "알림",
    "No notifications" : "알림 없음",
    "Dismiss" : "해제",
    "in {path}" : "{path}에 있음"
},
"nplurals=1; plural=0;");