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

th.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75cd82efb3118599d4f5a1afe660bf44094c6b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "notes",
    {
    "Notes" : "บันทึกย่อ",
    "Error" : "ข้อผิดพลาด",
    "New note" : "สร้างบันทึกใหม่",
    "Settings" : "ตั้งค่า",
    "Today" : "วันนี้",
    "Yesterday" : "เมื่อวานนี้",
    "Delete note" : "ลบบันทึกย่อ",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "รายละเอียด",
    "Edit" : "แก้ไข",
    "_%n word_::_%n words_" : ["%n คำ"],
    "Android app" : "แอพฯ แอนดรอยด์",
    "iOS app" : "แอพฯ IOS"
},
"nplurals=1; plural=0;");