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

mn.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 421d76a7e1a8ccde98eb5a12dc10c56fa1455576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "notes",
    {
    "Notes" : "Тэмдэглэл",
    "Error" : "Алдаа",
    "New note" : "Шинэ тэмдэглэл",
    "Settings" : "Тохиргоо",
    "All notes" : "Бүх тэмдэг",
    "Categories" : "төрөл",
    "Today" : "өнөөдөр",
    "Yesterday" : "өчигдөр",
    "This week" : "7 хоног",
    "This month" : "1 сар",
    "Rename" : "Нэрлэнэ үү",
    "Delete note" : "Тэмдэглэл устгах",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Дэлгэрэнгүй",
    "Preview" : "шалгах",
    "Edit" : "засварлах",
    "Category" : "Ангилал"
},
"nplurals=2; plural=(n != 1);");