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

30
node_modules/rc-picker/es/locale/he_IL.js generated vendored Normal file
View File

@@ -0,0 +1,30 @@
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
import { commonLocale } from "./common";
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
locale: 'he_IL',
today: 'היום',
now: 'עכשיו',
backToToday: 'חזור להיום',
ok: 'אישור',
clear: 'איפוס',
week: 'שבוע',
month: 'חודש',
year: 'שנה',
timeSelect: 'בחר שעה',
dateSelect: 'בחר תאריך',
weekSelect: 'בחר שבוע',
monthSelect: 'בחר חודש',
yearSelect: 'בחר שנה',
decadeSelect: 'בחר עשור',
dateFormat: 'M/D/YYYY',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
previousMonth: 'חודש קודם (PageUp)',
nextMonth: 'חודש הבא (PageDown)',
previousYear: 'שנה שעברה (Control + left)',
nextYear: 'שנה הבאה (Control + right)',
previousDecade: 'העשור הקודם',
nextDecade: 'העשור הבא',
previousCentury: 'המאה הקודמת',
nextCentury: 'המאה הבאה'
});
export default locale;