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

th.js « l10n - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb2751e2f1cf8d166903be9d9fd63a427ad527fe (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
OC.L10N.register(
    "spreed",
    {
    "Invalid date, date format must be YYYY-MM-DD" : "วันที่ไม่ถูกต้อง รูปแบบวันที่จะต้องเป็น YYYY-MM-DD",
    "Everyone" : "ทุกคน",
    "None" : "ไม่มี",
    "User" : "User",
    "Disabled" : "ปิดการใช้งาน",
    "Users" : "ผู้ใช้งาน",
    "Name" : "ชื่อ",
    "Language" : "ภาษา",
    "Country" : "ประเทศ",
    "Pending" : "อยู่ระหว่างดำเนินการ",
    "Error" : "ข้อผิดพลาด",
    "Saved" : "บันทึกแล้ว",
    "Copy link" : "คัดลอกลิงค์",
    "Dismiss" : "ยกเลิก",
    "Favorite" : "รายการโปรด",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Loading" : "Loading",
    "Groups" : "กลุ่ม",
    "Password protect" : "ป้องกันด้วยรหัสผ่าน",
    "Back" : "ย้อนกลับ",
    "Close" : "ปิด",
    "Reply" : "ตอบกลับ",
    "Today" : "วันนี้",
    "Yesterday" : "เมื่อวานนี้",
    "guest" : "ผู้เยี่ยมชม",
    "Add users or groups" : "Add users or groups",
    "Settings" : "ตั้งค่า",
    "Edit" : "แก้ไข",
    "Share link" : "แชร์ลิงค์",
    "Password protection" : "Password protection",
    "Enter a password" : "Enter a password",
    "Grid view" : "มุมมองแบบตาราง Grid",
    "The password is wrong. Try again." : "รหัสผ่านที่ไม่ถูกต้อง กรุณาลองอีกครั้ง",
    "Password" : "รหัสผ่าน",
    "Android app" : "แอพฯ แอนดรอยด์",
    "iOS app" : "แอพฯ IOS",
    "Copy" : "คัดลอก",
    "Copied!" : "คัดลอกแล้ว",
    "Not supported!" : "ไม่สนับสนุน",
    "Press ⌘-C to copy." : "กด ⌘-C เพื่อคัดลอก",
    "Press Ctrl-C to copy." : "กด Ctrl-C เพื่อคัดลอก",
    "Cancel" : "ยกเลิก",
    "Change password" : "เปลี่ยนรหัสผ่าน",
    "Rename" : "เปลี่ยนชื่อ",
    "Send" : "ส่ง",
    "Share" : "แชร์",
    "Error while sharing" : "เกิดข้อผิดพลาดขณะกำลังแชร์ข้อมูล",
    "Favorited" : "รายการโปรด",
    "Contacts" : "ข้อมูลผู้ติดต่อ"
},
"nplurals=1; plural=0;");