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

vi.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9129c802f924172d070a961a1a46598d166a16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "notes",
    {
    "Notes" : "Ghi chép",
    "New note" : "Ghi chú mới",
    "Error" : "Lỗi",
    "Settings" : "Thiết lập",
    "Today" : "Hôm nay",
    "Yesterday" : "Hôm qua",
    "Remove from favorites" : "Xóa khỏi ưa thích",
    "Add to favorites" : "Thêm vào ưa thích",
    "Details" : "Thông tin",
    "Edit" : "Chỉnh sửa",
    "Android app" : "Ứng dụng Android",
    "iOS app" : "Ứng dụng IOS"
},
"nplurals=1; plural=0;");