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

th.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecd4f1462bd6b76c19b568ab873734b943d692d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
OC.L10N.register(
    "polls",
    {
    "Deleted" : "ลบแล้ว",
    "New comment …" : "ความคิดเห็นใหม่...",
    "Comments" : "ความคิดเห็น",
    "Delete comment" : "ลบความคิดเห็น",
    "Cancel" : "ยกเลิก",
    "Apply" : "นำไปใช้",
    "Title" : "ชื่อเรื่อง",
    "Owner" : "Owner",
    "never" : "ไม่ต้องเลย",
    "Details" : "รายละเอียด",
    "Configuration" : "การกำหนดค่า",
    "Shares" : "แชร์",
    "Description" : "รายละเอียด",
    "Expiration date" : "วันที่หมดอายุ",
    "OK" : "ตกลง",
    "Week" : "สัปดาห์",
    "Day" : "วัน",
    "Month" : "เดือน",
    "Unknown user" : "ไม่รู้จักผู้ใช้",
    "Group" : "กลุ่ม",
    "No" : "ไม่ใช่",
    "Yes" : "ใช่"
},
"nplurals=1; plural=0;");