first commit
This commit is contained in:
29
frontend/node_modules/rc-picker/es/locale/fi_FI.js
generated
vendored
Normal file
29
frontend/node_modules/rc-picker/es/locale/fi_FI.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
||||
import { commonLocale } from "./common";
|
||||
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
|
||||
locale: 'fi_FI',
|
||||
today: 'Tänään',
|
||||
now: 'Nyt',
|
||||
backToToday: 'Tämä päivä',
|
||||
ok: 'OK',
|
||||
clear: 'Tyhjennä',
|
||||
week: 'Viikko',
|
||||
month: 'Kuukausi',
|
||||
year: 'Vuosi',
|
||||
timeSelect: 'Valise aika',
|
||||
dateSelect: 'Valitse päivä',
|
||||
monthSelect: 'Valitse kuukausi',
|
||||
yearSelect: 'Valitse vuosi',
|
||||
decadeSelect: 'Valitse vuosikymmen',
|
||||
dateFormat: 'D.M.YYYY',
|
||||
dateTimeFormat: 'D.M.YYYY HH:mm:ss',
|
||||
previousMonth: 'Edellinen kuukausi (PageUp)',
|
||||
nextMonth: 'Seuraava kuukausi (PageDown)',
|
||||
previousYear: 'Edellinen vuosi (Control + left)',
|
||||
nextYear: 'Seuraava vuosi (Control + right)',
|
||||
previousDecade: 'Edellinen vuosikymmen',
|
||||
nextDecade: 'Seuraava vuosikymmen',
|
||||
previousCentury: 'Edellinen vuosisata',
|
||||
nextCentury: 'Seuraava vuosisata'
|
||||
});
|
||||
export default locale;
|
||||
Reference in New Issue
Block a user