diff --git a/l10n/th.js b/l10n/th.js index 263fc8f..8cfe0ea 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -1,6 +1,13 @@ 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}." : "คุณแบ่งปันห้องกับ {shareWith} แล้วเมื่อ %s", + "{user} shared the room %s with you." : "{user} แบ่งปันห้องกับคุณเมื่อ %s", + "Room not found" : "ไม่พบห้อง", + "The room could not be found. Maybe it was deleted?" : "ไม่พบห้อง อาจจะถูกลบไปแล้ว", "Save" : "บันทึก", "Password" : "รหัสผ่าน", "Hello %s" : "สวัสดี %s", @@ -10,6 +17,7 @@ OC.L10N.register( "Create" : "สร้าง", "Delete" : "ลบ", "Error" : "ข้อผิดพลาด", + "Delete?" : "ลบ", "Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์", "Share" : "แชร์", "Loading" : "Loading" diff --git a/l10n/th.json b/l10n/th.json index 7d58c37..c5b26c8 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -1,4 +1,11 @@ { "translations": { + "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?" : "ไม่พบห้อง อาจจะถูกลบไปแล้ว", "Save" : "บันทึก", "Password" : "รหัสผ่าน", "Hello %s" : "สวัสดี %s", @@ -8,6 +15,7 @@ "Create" : "สร้าง", "Delete" : "ลบ", "Error" : "ข้อผิดพลาด", + "Delete?" : "ลบ", "Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์", "Share" : "แชร์", "Loading" : "Loading"