2020-05-20 05:20:45 +02:00
|
|
|
OC.L10N.register(
|
|
|
|
"bbb",
|
|
|
|
{
|
2020-12-20 04:39:54 +01:00
|
|
|
"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}." : "คุณแบ่งปันห้องกับ {shareWith} แล้วเมื่อ %s",
|
|
|
|
"{user} shared the room %s with you." : "{user} แบ่งปันห้องกับคุณเมื่อ %s",
|
|
|
|
"Room not found" : "ไม่พบห้อง",
|
|
|
|
"The room could not be found. Maybe it was deleted?" : "ไม่พบห้อง อาจจะถูกลบไปแล้ว",
|
2022-04-24 05:57:07 +02:00
|
|
|
"Back to %s" : "กลับสู่ %s",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Save" : "บันทึก",
|
2022-04-24 05:57:07 +02:00
|
|
|
"Community" : "ชุมชน",
|
|
|
|
"Display name" : "ชื่อที่แสดง",
|
2020-06-05 05:19:27 +02:00
|
|
|
"Password" : "รหัสผ่าน",
|
2020-08-30 05:18:51 +02:00
|
|
|
"Hello %s" : "สวัสดี %s",
|
|
|
|
"Group" : "กลุ่ม",
|
2022-04-24 05:57:07 +02:00
|
|
|
"Public" : "สาธารณะ",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Name" : "ชื่อ",
|
2020-06-05 05:19:27 +02:00
|
|
|
"Edit" : "แก้ไข",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Create" : "สร้าง",
|
2022-04-24 05:57:07 +02:00
|
|
|
"Copy to clipboard" : "คัดลอกไปยังคลิปบอร์ด",
|
2020-05-20 05:20:45 +02:00
|
|
|
"Delete" : "ลบ",
|
|
|
|
"Error" : "ข้อผิดพลาด",
|
2020-12-20 04:39:54 +01:00
|
|
|
"Delete?" : "ลบ",
|
2020-06-17 05:19:38 +02:00
|
|
|
"Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์",
|
2020-06-19 05:23:03 +02:00
|
|
|
"Share" : "แชร์",
|
2022-04-24 05:57:07 +02:00
|
|
|
"Loading" : "Loading",
|
2022-07-25 05:53:48 +02:00
|
|
|
"Settings saved" : "บันทึกการตั้งค่าแล้ว"
|
2020-05-20 05:20:45 +02:00
|
|
|
},
|
|
|
|
"nplurals=1; plural=0;");
|