mirror of https://github.com/sualko/cloud_bbb
33 lines
1.6 KiB
JavaScript
33 lines
1.6 KiB
JavaScript
OC.L10N.register(
|
|
"bbb",
|
|
{
|
|
"You created the room %s." : "คุณได้สร้างห้อง %s",
|
|
"You deleted the room %s." : "คุณได้ลบห้อง %s",
|
|
"{user} deleted the room %s." : "{user} ได้ลบห้อง %s",
|
|
"You shared the room %s with {shareWith}." : "คุณได้แชร์ห้อง %s กับ {shareWith}",
|
|
"{user} shared the room %s with you." : "{user} ได้แชร์ห้อง %s กับคุณ",
|
|
"Public" : "สาธารณะ",
|
|
"Room not found" : "ไม่พบห้อง",
|
|
"The room could not be found. Maybe it was deleted?" : "ไม่พบห้อง อาจจะถูกลบไปแล้ว",
|
|
"Back to %s" : "กลับสู่ %s",
|
|
"Save" : "บันทึก",
|
|
"Community" : "ชุมชน",
|
|
"Display name" : "ชื่อที่แสดง",
|
|
"Password" : "รหัสผ่าน",
|
|
"Hello %s" : "สวัสดี %s",
|
|
"Group" : "กลุ่ม",
|
|
"Name" : "ชื่อ",
|
|
"Edit" : "แก้ไข",
|
|
"Welcome" : "ยินดีต้อนรับ",
|
|
"Create" : "สร้าง",
|
|
"Copy to clipboard" : "คัดลอกไปยังคลิปบอร์ด",
|
|
"Delete" : "ลบ",
|
|
"Error" : "ข้อผิดพลาด",
|
|
"Delete?" : "ลบหรือไม่",
|
|
"Server error" : "ข้อผิดพลาดเซิร์ฟเวอร์",
|
|
"Share" : "แชร์",
|
|
"Loading" : "กำลังโหลด",
|
|
"Settings saved" : "บันทึกการตั้งค่าแล้ว"
|
|
},
|
|
"nplurals=1; plural=0;");
|