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

mn.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04a97d8fb872d766ebe0dca9a8c1ade2ed3e7602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Сайн байна уу, %s",
    "Hello %s," : "Сайн байна уу, %s,",
    "Notifications" : "Мэдэгдэл",
    "No notifications" : "Мэдэгдэл байхгүй",
    "Dismiss" : "Арилгах",
    "seconds ago" : "хоёрдахь өмнө",
    "in {path}" : "{path}-д",
    "You need to set up your email address before you can receive notification emails." : "Та цахим шуудангаар мэдэгдэл хүлээн авахын тулд цахим шуудангаа тохируулна уу?",
    "Never" : "хэзээч",
    "1 hour" : "1 цаг",
    "3 hours" : "3 цаг",
    "Your settings have been updated." : "Таны тохиргоог шинэчлэв"
},
"nplurals=2; plural=(n != 1);");