@@ -25,10 +25,10 @@ const fiFIPickers: Partial<PickersLocaleText<any>> = {
2525 // DateRange labels
2626 start : 'Alku' ,
2727 end : 'Loppu' ,
28- // startDate: 'Start date ',
29- // startTime: 'Start time ',
30- // endDate: 'End date ',
31- // endTime: 'End time ',
28+ startDate : 'Alkamispäivämäärä ' ,
29+ startTime : 'Alkamisaika ' ,
30+ endDate : 'Päättymispäivämäärä ' ,
31+ endTime : 'Päättymisaika ' ,
3232
3333 // Action bar
3434 cancelButtonLabel : 'Peruuta' ,
@@ -47,7 +47,7 @@ const fiFIPickers: Partial<PickersLocaleText<any>> = {
4747 `Valitse ${ views [ view ] } . ${ time === null ? 'Ei aikaa valittuna' : `Valittu aika on ${ adapter . format ( time , 'fullTime' ) } ` } ` ,
4848 hoursClockNumberText : ( hours ) => `${ hours } tuntia` ,
4949 minutesClockNumberText : ( minutes ) => `${ minutes } minuuttia` ,
50- secondsClockNumberText : ( seconds ) => `${ seconds } sekunttia ` ,
50+ secondsClockNumberText : ( seconds ) => `${ seconds } sekuntia ` ,
5151
5252 // Digital clock labels
5353 selectViewText : ( view ) => `Valitse ${ views [ view ] } ` ,
@@ -67,7 +67,7 @@ const fiFIPickers: Partial<PickersLocaleText<any>> = {
6767 value !== null && utils . isValid ( value )
6868 ? `Valitse aika, valittu aika on ${ utils . format ( value , 'fullTime' ) } `
6969 : 'Valitse aika' ,
70- // fieldClearLabel: 'Clear value ',
70+ fieldClearLabel : 'Tyhjennä arvo ' ,
7171
7272 // Table labels
7373 timeTableLabel : 'valitse aika' ,
@@ -84,17 +84,17 @@ const fiFIPickers: Partial<PickersLocaleText<any>> = {
8484 fieldMeridiemPlaceholder : ( ) => 'aa' ,
8585
8686 // View names
87- // year: 'Year ',
88- // month: 'Month ',
89- // day: 'Day ',
90- // weekDay: 'Week day ',
91- // hours: 'Hours ',
92- // minutes: 'Minutes ',
93- // seconds: 'Seconds ',
94- // meridiem: 'Meridiem ',
87+ year : 'Vuosi ' ,
88+ month : 'Kuukausi ' ,
89+ day : 'Päivä ' ,
90+ weekDay : 'Viikonpäivä ' ,
91+ hours : 'Tunnit ' ,
92+ minutes : 'Minuutit ' ,
93+ seconds : 'Sekunnit ' ,
94+ meridiem : 'Iltapäivä ' ,
9595
9696 // Common
97- // empty: 'Empty ',
97+ empty : 'Tyhjä ' ,
9898} ;
9999
100100export const fiFI = getPickersLocalization ( fiFIPickers ) ;
0 commit comments