Skip to content

Commit 3d9c835

Browse files
authored
යාවත්කාල කිරීම
1 parent 03b86f4 commit 3d9c835

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/locale/si_LK.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ පිටුව',
4+
jump_to: 'වෙත යන්න',
5+
jump_to_confirm: 'තහවුරු',
6+
page: 'පිටුව',
7+
8+
// Pagination.jsx
9+
prev_page: 'කලින් පිටුව',
10+
next_page: 'ඊළඟ පිටුව',
11+
prev_5: 'කලින් පිටු 5',
12+
next_5: 'ඊළඟ පිටු 5',
13+
prev_3: 'කලින් පිටු 3',
14+
next_3: 'ඊළඟ පිටු 3',
15+
page_size: 'පිටුවේ ප්‍රමාණය',
16+
};

0 commit comments

Comments
 (0)