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: 3c3cb109d0715d0d8fabfd9a36ef3cac0fa3b4b1 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "notifications",
    {
    "in {path}" : "{path}에 있음",
    "Notifications" : "알림",
    "No notifications" : "알림 없음",
    "Dismiss" : "해제"
},
"nplurals=1; plural=0;");