add all frontend files

This commit is contained in:
2026-01-17 15:16:36 -05:00
parent ff16ae7858
commit e40287e4aa
25704 changed files with 1935289 additions and 0 deletions

31
node_modules/rc-picker/es/locale/eu_ES.js generated vendored Normal file
View File

@@ -0,0 +1,31 @@
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
import { commonLocale } from "./common";
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
locale: 'eu_ES',
today: 'Gaur',
now: 'Orain',
backToToday: 'Gaur itzuli',
ok: 'OK',
clear: 'Garbitu',
week: 'Asteko',
month: 'Hilabete',
year: 'Urte',
timeSelect: 'Ordua aukeratu',
dateSelect: 'Eguna aukeratu',
weekSelect: 'Astea aukeratu',
monthSelect: 'Hilabetea aukeratu',
yearSelect: 'Urtea aukeratu',
decadeSelect: 'Hamarkada aukeratu',
dateFormat: 'YYYY/M/D',
dateTimeFormat: 'YYYY/M/D HH:mm:ss',
monthBeforeYear: false,
previousMonth: 'Aurreko hilabetea (RePag)',
nextMonth: 'Urrengo hilabetea (AvPag)',
previousYear: 'Aurreko urtea (Control + ezkerra)',
nextYear: 'Urrento urtea (Control + eskuina)',
previousDecade: 'Aurreko hamarkada',
nextDecade: 'Urrengo hamarkada',
previousCentury: 'Aurreko mendea',
nextCentury: 'Urrengo mendea'
});
export default locale;