From 3a34804768c6731897d11b2de35f238e4e9536c5 Mon Sep 17 00:00:00 2001 From: jumbolpc <34122915+jumbolpc@users.noreply.github.com> Date: Fri, 8 Feb 2019 09:26:57 +0700 Subject: [PATCH 1/2] Create Lao.lang --- i18n/Lao.lang | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 i18n/Lao.lang diff --git a/i18n/Lao.lang b/i18n/Lao.lang new file mode 100644 index 0000000..f345a8e --- /dev/null +++ b/i18n/Lao.lang @@ -0,0 +1,23 @@ +{ + "sEmptyTable": "ບໍ່ພົບຂໍ້ມູນໃນຕາຕະລາງ", + "sInfo": "ສະແດງ _START_ ເຖິງ _END_ ຈາກ _TOTAL_ ແຖວ", + "sInfoEmpty": "ສະແດງ 0 ເຖິງ 0 ຈາກ 0 ແຖວ", + "sInfoFiltered": "(ກັ່ນຕອງຂໍ້ມູນ _MAX_ ທຸກແຖວ)", + "sInfoPostFix": "", + "sInfoThousands": ",", + "sLengthMenu": "ສະແດງ _MENU_ ແຖວ", + "sLoadingRecords": "ກຳລັງໂຫຼດຂໍ້ມູນ...", + "sProcessing": "ກຳລັງດຳເນີນການ...", + "sSearch": "ຄົ້ນຫາ: ", + "sZeroRecords": "ບໍ່ພົບຂໍ້ມູນ", + "oPaginate": { + "sFirst": "ໜ້າທຳອິດ", + "sPrevious": "ກ່ອນໜ້ານີ້", + "sNext": "ໜ້າຕໍ່ໄປ", + "sLast": "ໜ້າສຸດທ້າຍ" + }, + "oAria": { + "sSortAscending": ": ເປີດໃຊ້ການຈັດລຽງຂໍ້ມູນແຕ່ນ້ອຍຫາໃຫຍ່", + "sSortDescending": ": ເປີດໃຊ້ການຈັດລຽງຂໍ້ມູນແຕ່ໃຫຍ່ຫານ້ອຍ" + } +} From 005350868b13e2156358abae769f0cc473a9ffd2 Mon Sep 17 00:00:00 2001 From: jumbolpc <34122915+jumbolpc@users.noreply.github.com> Date: Fri, 8 Feb 2019 09:31:21 +0700 Subject: [PATCH 2/2] Update Lao.lang --- i18n/Lao.lang | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i18n/Lao.lang b/i18n/Lao.lang index f345a8e..ca62992 100644 --- a/i18n/Lao.lang +++ b/i18n/Lao.lang @@ -1,3 +1,9 @@ +/** + * Lao translation + * @name Lao + * @anchor Lao + * @author Jumbo Liemphachanh + */ { "sEmptyTable": "ບໍ່ພົບຂໍ້ມູນໃນຕາຕະລາງ", "sInfo": "ສະແດງ _START_ ເຖິງ _END_ ຈາກ _TOTAL_ ແຖວ",