From d772b6529e3e4535e8bf4199bd05832e80effdf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B7=83=E0=B6=BA=E0=B7=94=E0=B6=BB=E0=B7=92=20=7C=20Sayu?= =?UTF-8?q?ri?= <85907926+sayuri-gi@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:32:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B6=BA=E0=B7=8F=E0=B7=80=E0=B6=AD=E0=B7=8A?= =?UTF-8?q?=E0=B6=9A=E0=B7=8F=E0=B6=BD=20=E0=B6=9A=E0=B7=92=E0=B6=BB?= =?UTF-8?q?=E0=B7=93=E0=B6=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locale/lang/si.js | 123 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 src/locale/lang/si.js diff --git a/src/locale/lang/si.js b/src/locale/lang/si.js new file mode 100644 index 0000000000..fb155bf9d0 --- /dev/null +++ b/src/locale/lang/si.js @@ -0,0 +1,123 @@ +export default { + el: { + colorpicker: { + confirm: 'හරි', + clear: 'හිස් කරන්න' + }, + datepicker: { + now: 'දැන්', + today: 'අද', + cancel: 'අවලංගු කරන්න', + clear: 'හිස් කරන්න', + confirm: 'හරි', + selectDate: 'දිනය තෝරන්න', + selectTime: 'වේලාව තෝරන්න', + startDate: 'ආරම්භක දිනය', + startTime: 'ආරම්භක වේලාව', + endDate: 'අවසන් වන දිනය', + endTime: 'අවසන් වන වේලාව', + prevYear: 'කලින් අවුරුද්ද', + nextYear: 'ඊළඟ අවුරුද්ද', + prevMonth: 'කලින් මාසය', + nextMonth: 'ඊළඟ මාසය', + year: '', + month1: 'දුරුතු', + month2: 'නවම්', + month3: 'මැදින්', + month4: 'බක්', + month5: 'වෙසක්', + month6: 'පොසොන්', + month7: 'ඇසළ', + month8: 'නිකිණි', + month9: 'බිනර', + month10: 'වප්', + month11: 'ඉල්', + month12: 'උඳුවප්', + week: 'සතිය', + weeks: { + sun: 'ඉරිදා', + mon: 'සඳුදා', + tue: 'අඟහ', + wed: 'බදාදා', + thu: 'බ්‍රහස්', + fri: 'සිකු', + sat: 'සෙන' + }, + months: { + jan: 'දුරුතු', + feb: 'නවම්', + mar: 'මැදින්', + apr: 'බක්', + may: 'වෙසක්', + jun: 'පොසොන්', + jul: 'ඇසළ', + aug: 'නිකිණි', + sep: 'බිනර', + oct: 'වප්', + nov: 'ඉල්', + dec: 'උඳුව' + } + }, + select: { + loading: 'පූරණය වෙමින්', + noMatch: 'ගැළපෙන දත්ත නැත', + noData: 'දත්ත නැත', + placeholder: 'තෝරන්න' + }, + cascader: { + noMatch: 'ගැළපෙන දත්ත නැත', + loading: 'පූරණය වෙමින්', + placeholder: 'තෝරන්න', + noData: 'දත්ත නැත' + }, + pagination: { + goto: 'වෙත යන්න', + pagesize: '/පිටුව', + total: 'මුළු {total}', + pageClassifier: '' + }, + messagebox: { + title: 'පණිවිඩය', + confirm: 'හරි', + cancel: 'අවලංගු කරන්න', + error: 'අනීතික ආදානයකි' + }, + upload: { + deleteTip: 'ඉවතලීමට මකන්න ඔබන්න', + delete: 'මකන්න', + preview: 'පෙරදසුන', + continue: 'ඉදිරියට' + }, + table: { + emptyText: 'දත්ත නැත', + confirmFilter: 'තහවුරු', + resetFilter: 'යළි සකසන්න', + clearFilter: 'සියල්ල', + sumText: 'එකතුව' + }, + tree: { + emptyText: 'දත්ත නැත' + }, + transfer: { + noMatch: 'ගැළපෙන දත්ත නැත', + noData: 'තෝරන්න', + titles: ['ලේඛනය 1', 'ලේඛනය 2'], // to be translated + filterPlaceholder: 'මූලපදය යොදන්න', // to be translated + noCheckedFormat: 'අථක {total}', // to be translated + hasCheckedFormat: '{checked}/{total} පරීක්‍ෂා විය' // to be translated + }, + image: { + error: 'අසමත් විය' + }, + pageHeader: { + title: 'ආපසු' // to be translated + }, + popconfirm: { + confirmButtonText: 'ඔව්', + cancelButtonText: 'නැහැ' + }, + empty: { + description: 'දත්ත නැත' + } + } +};