@ntlab/ntjs-assets 2.0.20 → 2.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Tempus Dominus v6.9.4 (https://getdatepicker.com/)
|
|
3
|
+
* Copyright 2013-2024 Jonathan Peterson
|
|
4
|
+
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
(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.pt_PT={})));})(this,(function(exports){'use strict';const name = 'pt-PT';
|
|
7
|
+
const localization = {
|
|
8
|
+
today: 'Hoje',
|
|
9
|
+
clear: 'Limpar seleção',
|
|
10
|
+
close: 'Eliminar seleção',
|
|
11
|
+
selectMonth: 'Selecionar mês',
|
|
12
|
+
previousMonth: 'Mês anterior',
|
|
13
|
+
nextMonth: 'Próximo mês',
|
|
14
|
+
selectYear: 'Selecionar ano',
|
|
15
|
+
previousYear: 'Ano anterior',
|
|
16
|
+
nextYear: 'Próximo ano',
|
|
17
|
+
selectDecade: 'Seleccionar década',
|
|
18
|
+
previousDecade: 'Década anterior',
|
|
19
|
+
nextDecade: 'Próxima década',
|
|
20
|
+
previousCentury: 'Século anterior',
|
|
21
|
+
nextCentury: 'Próximo Século',
|
|
22
|
+
pickHour: 'Seleccionar hora',
|
|
23
|
+
incrementHour: 'Aumentar hora',
|
|
24
|
+
decrementHour: 'Diminuir hora',
|
|
25
|
+
pickMinute: 'Seleccionar minuto',
|
|
26
|
+
incrementMinute: 'Aumentar minuto',
|
|
27
|
+
decrementMinute: 'Diminuir minuto',
|
|
28
|
+
pickSecond: 'Seleccionar segundo',
|
|
29
|
+
incrementSecond: 'Aumentar segundo',
|
|
30
|
+
decrementSecond: 'Diminuir segundo',
|
|
31
|
+
toggleMeridiem: 'Alterar AM/PM',
|
|
32
|
+
selectTime: 'Selecionar hora',
|
|
33
|
+
selectDate: 'Seleccionar data',
|
|
34
|
+
dayViewHeaderFormat: { month: 'longo', year: '2-digitos' },
|
|
35
|
+
startOfTheWeek: 1,
|
|
36
|
+
locale: 'pt-PT',
|
|
37
|
+
dateFormats: {
|
|
38
|
+
LT: 'H:mm',
|
|
39
|
+
LTS: 'H:mm:ss',
|
|
40
|
+
L: 'dd/MM/yyyy',
|
|
41
|
+
LL: 'd [de] MMMM [de] yyyy',
|
|
42
|
+
LLL: 'd [de] MMMM [de] yyyy H:mm',
|
|
43
|
+
LLLL: 'dddd, d [de] MMMM [de] yyyy H:mm',
|
|
44
|
+
},
|
|
45
|
+
ordinal: (n) => `${n}º`,
|
|
46
|
+
format: 'L LT',
|
|
47
|
+
};exports.localization=localization;exports.name=name;Object.defineProperty(exports,'__esModule',{value:true});}));
|
package/assets/js/cdn.json
CHANGED