Skip to content

Commit 0fac1bc

Browse files
authored
යාවත්කාල කිරීම (#426)
1 parent 11e2251 commit 0fac1bc

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/locale/si_LK.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import type { Locale } from '../interface';
2+
3+
const locale: Locale = {
4+
locale: 'si_LK',
5+
today: 'අද',
6+
now: 'දැන්',
7+
backToToday: 'අදට ආපසු',
8+
ok: 'හරි',
9+
clear: 'හිස් කරන්න',
10+
month: 'මාසය',
11+
year: 'අවුරුද්ද',
12+
timeSelect: 'වේලාවක් තෝරන්න',
13+
dateSelect: 'දිනයක් තෝරන්න',
14+
weekSelect: 'සතියක් තෝරන්න',
15+
monthSelect: 'මාසයක් තෝරන්න',
16+
yearSelect: 'අවුරුද්දක් තෝරන්න',
17+
decadeSelect: 'දශකයක් තෝරන්න',
18+
yearFormat: 'YYYY',
19+
dateFormat: 'YYYY/M/D',
20+
dayFormat: 'D',
21+
dateTimeFormat: 'YYYY/M/D HH:mm:ss',
22+
monthBeforeYear: false,
23+
previousMonth: 'කලින් මාසය (පිටුව ඉහළට)',
24+
nextMonth: 'ඊළඟ මාසය (පිටුව පහළට)',
25+
previousYear: 'පසුගිය අවුරුද්ද (Control + වම)',
26+
nextYear: 'ඊළඟ අවුරුද්ද (Control + දකුණ)',
27+
previousDecade: 'පසුගිය දශකය',
28+
nextDecade: 'ඊළඟ දශකය',
29+
previousCentury: 'පසුගිය සියවස',
30+
nextCentury: 'ඊළඟ සියවස',
31+
};
32+
33+
export default locale;

0 commit comments

Comments
 (0)