From 3d9c835cb027be20bec478b23830fa377b38e704 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 13:18:08 +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/si_LK.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/locale/si_LK.ts diff --git a/src/locale/si_LK.ts b/src/locale/si_LK.ts new file mode 100644 index 00000000..43178591 --- /dev/null +++ b/src/locale/si_LK.ts @@ -0,0 +1,16 @@ +export default { + // Options.jsx + items_per_page: '/ පිටුව', + jump_to: 'වෙත යන්න', + jump_to_confirm: 'තහවුරු', + page: 'පිටුව', + + // Pagination.jsx + prev_page: 'කලින් පිටුව', + next_page: 'ඊළඟ පිටුව', + prev_5: 'කලින් පිටු 5', + next_5: 'ඊළඟ පිටු 5', + prev_3: 'කලින් පිටු 3', + next_3: 'ඊළඟ පිටු 3', + page_size: 'පිටුවේ ප්‍රමාණය', +};