mirror of https://github.com/sualko/cloud_bbb
18 lines
486 B
JavaScript
18 lines
486 B
JavaScript
OC.L10N.register(
|
|
"bbb",
|
|
{
|
|
"Back to %s" : "ຫຼັງ%s",
|
|
"Save" : "ບັນທຶກ",
|
|
"Community" : "ຊຸມຊົນ",
|
|
"Password" : "ລະຫັດຜ່ານ",
|
|
"Group" : "ກຸ່ມ",
|
|
"Name" : "ຊື່",
|
|
"Edit" : "ແກ້ໄຂ",
|
|
"Create" : "ສ້າງ",
|
|
"Delete" : "ລຶບ",
|
|
"Error" : "ຜິດພາດ",
|
|
"Share" : "ແບ່ງປັນ",
|
|
"Loading" : "ການໂຫຼດ"
|
|
},
|
|
"nplurals=1; plural=0;");
|