chore: update ant-design dependencies and add new icon types

This commit is contained in:
Luiz Costa
2025-11-18 09:39:51 -03:00
parent 775e562fe9
commit 5c0094d74e
22648 changed files with 2140248 additions and 29 deletions
+30
View File
@@ -0,0 +1,30 @@
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
import { commonLocale } from "./common";
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
locale: 'ro_RO',
today: 'Azi',
now: 'Acum',
backToToday: 'Înapoi la azi',
ok: 'OK',
clear: 'Șterge',
week: 'Săptămână',
month: 'Lună',
year: 'An',
timeSelect: 'selectează timpul',
dateSelect: 'selectează data',
weekSelect: 'Alege o săptămână',
monthSelect: 'Alege o lună',
yearSelect: 'Alege un an',
decadeSelect: 'Alege un deceniu',
dateFormat: 'D/M/YYYY',
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
previousMonth: 'Luna anterioară (PageUp)',
nextMonth: 'Luna următoare (PageDown)',
previousYear: 'Anul anterior (Control + stânga)',
nextYear: 'Anul următor (Control + dreapta)',
previousDecade: 'Deceniul anterior',
nextDecade: 'Deceniul următor',
previousCentury: 'Secolul anterior',
nextCentury: 'Secolul următor'
});
export default locale;