rsuite
Version:
A suite of react components
103 lines (102 loc) • 2.28 kB
JavaScript
'use client';
;
exports.__esModule = true;
exports.default = void 0;
var _hu = require("date-fns/locale/hu");
const 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.hu
};
const Combobox = {
noResultsText: 'Nincs találat',
placeholder: 'Válassza ki',
searchPlaceholder: 'Keresés',
checkAll: 'Összes'
};
const CreatableComboBox = {
...Combobox,
newItem: 'Új elem',
createOption: 'Opció létrehozása "{0}"'
};
var _default = exports.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,
Calendar: DateTimeFormats,
DatePicker: DateTimeFormats,
DateRangePicker: {
...DateTimeFormats,
last7Days: 'Utolsó 7 nap'
},
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'
},
Dialog: {
alert: 'Figyelmeztetés',
confirm: 'Megerősítés',
ok: 'OK',
cancel: 'Mégse'
}
};