mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
c63918587b
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
37 lines
2.1 KiB
JavaScript
37 lines
2.1 KiB
JavaScript
OC.L10N.register(
|
|
"user_status",
|
|
{
|
|
"Recent statuses" : "สถานะล่าสุด",
|
|
"No recent status changes" : "ไม่มีการเปลี่ยนสถานะล่าสุด",
|
|
"In a meeting" : "กำลังประชุม",
|
|
"Commuting" : "กำลังเดินทาง",
|
|
"Out sick" : "ป่วย",
|
|
"Vacationing" : "วันหยุดพักผ่อน",
|
|
"Working remotely" : "ทำงานจากระยะไกล",
|
|
"User status" : "สถานะผู้ใช้",
|
|
"Clear status after" : "ล้างสถานะหลังจาก",
|
|
"What is your status?" : "สถานะของคุณ",
|
|
"Set status" : "กำหนดสถานะ",
|
|
"Online status" : "สถานะออนไลน์",
|
|
"Status message" : "ข้อความสถานะ",
|
|
"Clear status message" : "ล้างข้อความสถานะ",
|
|
"Set status message" : "กำหนดข้อความสถานะ",
|
|
"There was an error saving the status" : "เกิดข้อผิดพลาดในการบันทึกสถานะ",
|
|
"There was an error clearing the status" : "เกิดข้อผิดพลาดในการลบสถานะ",
|
|
"Don't clear" : "ไม่ต้องล้าง",
|
|
"Today" : "วันนี้",
|
|
"This week" : "สัปดาห์นี้",
|
|
"Online" : "ออนไลน์",
|
|
"Away" : "ไม่อยู่",
|
|
"Do not disturb" : "ห้ามรบกวน",
|
|
"Invisible" : "ไม่แสดงสถานะ",
|
|
"Offline" : "ออฟไลน์",
|
|
"There was an error saving the new status" : "เกิดข้อผิดพลาดในการบันทึกสถานะใหม่",
|
|
"30 minutes" : "30 นาที",
|
|
"1 hour" : "1 ชั่วโมง",
|
|
"4 hours" : "4 ชั่วโมง",
|
|
"Mute all notifications" : "ปิดการแจ้งเตือนทั้งหมด",
|
|
"Appear offline" : "แสดงเป็นออฟไลน์"
|
|
},
|
|
"nplurals=1; plural=0;");
|