14 lines
597 B
JavaScript
14 lines
597 B
JavaScript
OC.L10N.register(
|
|
"notifications",
|
|
{
|
|
"Hello %s" : "ສະບາຍດີ 1%s",
|
|
"Hello %s," : "ສະບາຍດີ 1%s ,",
|
|
"Notifications" : "ການເເຈ້ງເຕືອນ",
|
|
"Dismiss" : "ຍົກເລີກ",
|
|
"seconds ago" : "ວິນາທີຜ່ານມາ",
|
|
"No notifications" : "ບໍ່ມີການແຈ້ງເຕືອນ",
|
|
"1 hour" : "1 ຊົ່ວໂມງ",
|
|
"Your settings have been updated." : "ການຕັ້ງຄ່າຂອງທ່ານໄດ້ຮັບການອັບເດດ"
|
|
},
|
|
"nplurals=1; plural=0;");
|