rsuite
Version:
A suite of react components
92 lines • 2.17 kB
JavaScript
'use client';
import _extends from "@babel/runtime/helpers/esm/extends";
import hu from 'date-fns/locale/hu';
var DateTimeFormats = {
sunday: 'V',
monday: 'H',
tuesday: 'K',
wednesday: 'Sze',
thursday: 'Cs',
friday: 'P',
saturday: 'Szo',
ok: 'Rendben',
today: 'Ma',
yesterday: 'Tegnap',
now: 'Most',
hours: 'Óra',
minutes: 'Perc',
seconds: 'Másodperc',
/**
* Format of the string is based on Unicode Technical Standard #35:
* https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
**/
formattedMonthPattern: 'yyyy MMM',
formattedDayPattern: 'yyyy MMM dd',
shortDateFormat: 'yyyy. MM. dd.',
shortTimeFormat: 'HH:mm',
dateLocale: hu
};
var Combobox = {
noResultsText: 'Nincs találat',
placeholder: 'Válassza ki',
searchPlaceholder: 'Keresés',
checkAll: 'Összes'
};
var CreatableComboBox = _extends({}, Combobox, {
newItem: 'Új elem',
createOption: 'Opció létrehozása "{0}"'
});
export default {
code: 'hu-HU',
common: {
loading: 'Betöltés...',
emptyMessage: 'Nem található adat',
remove: 'eltávolít',
clear: 'töröl'
},
Plaintext: {
unfilled: 'Kitöltetlen',
notSelected: 'Nincs kiválasztva',
notUploaded: 'Nincs feltöltve',
remove: 'Távolítsa el',
clear: 'Egyértelmű'
},
Pagination: {
more: 'Több',
prev: 'Előző',
next: 'Következő',
first: 'Első',
last: 'Utolsó',
limit: '{0} / oldal',
total: 'Összes sor: {0}',
skip: 'Lapozz ide: {0}'
},
DateTimeFormats: DateTimeFormats,
Calendar: DateTimeFormats,
DatePicker: DateTimeFormats,
DateRangePicker: _extends({}, DateTimeFormats, {
last7Days: 'Utolsó 7 nap'
}),
Combobox: Combobox,
InputPicker: CreatableComboBox,
TagPicker: CreatableComboBox,
Uploader: {
inited: 'Kezdés',
progress: 'Feltöltés',
error: 'Hiba',
complete: 'Befejezett',
emptyFile: 'Üres',
upload: 'Feltöltés',
removeFile: 'Fájl törlése'
},
CloseButton: {
closeLabel: 'Bezárás'
},
Breadcrumb: {
expandText: 'Útvonal megjelenítése'
},
Toggle: {
on: 'Be',
off: 'Ki'
}
};