mirror of https://github.com/sualko/cloud_bbb
[tx-robot] updated from transifex
parent
c248fb5f56
commit
882730f39a
|
@ -1,6 +1,13 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"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" : "บันทึก",
|
"Save" : "บันทึก",
|
||||||
"Password" : "รหัสผ่าน",
|
"Password" : "รหัสผ่าน",
|
||||||
"Hello %s" : "สวัสดี %s",
|
"Hello %s" : "สวัสดี %s",
|
||||||
|
@ -10,6 +17,7 @@ OC.L10N.register(
|
||||||
"Create" : "สร้าง",
|
"Create" : "สร้าง",
|
||||||
"Delete" : "ลบ",
|
"Delete" : "ลบ",
|
||||||
"Error" : "ข้อผิดพลาด",
|
"Error" : "ข้อผิดพลาด",
|
||||||
|
"Delete?" : "ลบ",
|
||||||
"Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์",
|
"Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์",
|
||||||
"Share" : "แชร์",
|
"Share" : "แชร์",
|
||||||
"Loading" : "Loading"
|
"Loading" : "Loading"
|
||||||
|
|
|
@ -1,4 +1,11 @@
|
||||||
{ "translations": {
|
{ "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" : "บันทึก",
|
"Save" : "บันทึก",
|
||||||
"Password" : "รหัสผ่าน",
|
"Password" : "รหัสผ่าน",
|
||||||
"Hello %s" : "สวัสดี %s",
|
"Hello %s" : "สวัสดี %s",
|
||||||
|
@ -8,6 +15,7 @@
|
||||||
"Create" : "สร้าง",
|
"Create" : "สร้าง",
|
||||||
"Delete" : "ลบ",
|
"Delete" : "ลบ",
|
||||||
"Error" : "ข้อผิดพลาด",
|
"Error" : "ข้อผิดพลาด",
|
||||||
|
"Delete?" : "ลบ",
|
||||||
"Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์",
|
"Server error" : "ข้อผิดพลาดของเซิร์ฟเวอร์",
|
||||||
"Share" : "แชร์",
|
"Share" : "แชร์",
|
||||||
"Loading" : "Loading"
|
"Loading" : "Loading"
|
||||||
|
|
Loading…
Reference in New Issue