react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
26 lines (25 loc) • 810 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const pl = {
save: 'Zapisz',
selectSingle: 'Wybierz datę',
selectMultiple: 'Wybierz daty',
selectRange: 'Wybierz zakres',
notAccordingToDateFormat: inputFormat => `Data musi mieć format ${inputFormat}`,
mustBeHigherThan: date => `Nie wcześniej niżn ${date}`,
mustBeLowerThan: date => `Nie później niż ${date}`,
mustBeBetween: (startDate, endDate) => `Pomiędzy ${startDate} - ${endDate}`,
dateIsDisabled: 'Niedozwolona data',
previous: 'Poprzedni',
next: 'Dalej',
typeInDate: 'Wpisz datę',
pickDateFromCalendar: 'Wybierz datę z kalendarza',
close: 'Zamknij',
minute: 'Minuta',
hour: 'Godzina'
};
var _default = exports.default = pl;
//# sourceMappingURL=pl.js.map