-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Polish localization file pl.js (#2673) * updated locale (#2676) * Update codeql-analysis.yml (#2690) Update to latest version. REF: https://github.com/github/codeql-action#usage * updated FR template * version bump * version bump * export Options * export Options * export Options Co-authored-by: Wojciech Frącz <[email protected]> Co-authored-by: Christian Oliff <[email protected]>
- Loading branch information
1 parent
6d0e929
commit 3868ddf
Showing
53 changed files
with
435 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/*! | ||
* Tempus Dominus v6.2.5 (https://getdatepicker.com/) | ||
* Copyright 2013-2022 Jonathan Peterson | ||
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE) | ||
*/ | ||
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f((g.tempusDominus=g.tempusDominus||{},g.tempusDominus.locales=g.tempusDominus.locales||{},g.tempusDominus.locales.pl={})));})(this,(function(exports){'use strict';const name = 'pl'; | ||
const localization = { | ||
today: 'Dzisiaj', | ||
clear: 'Wyczyść', | ||
close: 'Zamknij', | ||
selectMonth: 'Wybierz miesiąc', | ||
previousMonth: 'Poprzedni miesiąc', | ||
nextMonth: 'Następny miesiąc', | ||
selectYear: 'Wybierz rok', | ||
previousYear: 'Poprzedni rok', | ||
nextYear: 'Następny rok', | ||
selectDecade: 'Wybierz dekadę', | ||
previousDecade: 'Poprzednia dekada', | ||
nextDecade: 'Następna dekada', | ||
previousCentury: 'Poprzednie stulecie', | ||
nextCentury: 'Następne stulecie', | ||
pickHour: 'Wybierz godzinę', | ||
incrementHour: 'Kolejna godzina', | ||
decrementHour: 'Poprzednia godzina', | ||
pickMinute: 'Wybierz minutę', | ||
incrementMinute: 'Kolejna minuta', | ||
decrementMinute: 'Poprzednia minuta', | ||
pickSecond: 'Wybierz sekundę', | ||
incrementSecond: 'Kolejna sekunda', | ||
decrementSecond: 'Poprzednia sekunda', | ||
toggleMeridiem: 'Przełącz porę dnia', | ||
selectTime: 'Ustaw godzinę', | ||
selectDate: 'Ustaw datę', | ||
dayViewHeaderFormat: { month: 'long', year: '2-digit' }, | ||
locale: 'pl', | ||
startOfTheWeek: 1, | ||
dateFormats: { | ||
LT: 'HH:mm', | ||
LTS: 'HH:mm:ss', | ||
L: 'DD.MM.YYYY', | ||
LL: 'D MMMM YYYY', | ||
LLL: 'D MMMM YYYY HH:mm', | ||
LLLL: 'dddd, D MMMM YYYY HH:mm' | ||
}, | ||
ordinal: n => `${n}.`, | ||
format: 'L LT' | ||
};exports.localization=localization;exports.name=name;Object.defineProperty(exports,'__esModule',{value:true});})); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.