-
-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
10 changed files
with
143 additions
and
56 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/*! | ||
* Tempus Dominus v6.7.7 (https://getdatepicker.com/) | ||
* Copyright 2013-2023 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.hy={})));})(this,(function(exports){'use strict';const name = 'hy'; | ||
const localization = { | ||
today: 'Այսօր', | ||
clear: 'Ջնջել ընտրվածը', | ||
close: 'Փակել', | ||
selectMonth: 'Ընտրել ամիս', | ||
previousMonth: 'Նախորդ ամիս', | ||
nextMonth: 'Հաջորդ ամիս', | ||
selectYear: 'Ընտրել տարի', | ||
previousYear: 'Նախորդ տարի', | ||
nextYear: 'Հաջորդ տարի', | ||
selectDecade: 'Ընտրել տասնամյակ', | ||
previousDecade: 'Նախորդ տասնամյակ', | ||
nextDecade: 'Հաջորդ տասնամյակ', | ||
previousCentury: 'Նախորդ դար', | ||
nextCentury: 'Հաջորդ դար', | ||
pickHour: 'Ընտրել ժամ', | ||
incrementHour: 'Ավելացնել ժամ', | ||
decrementHour: 'Նվազեցնել ժամ', | ||
pickMinute: 'Ընտրել րոպե', | ||
incrementMinute: 'Ավելացնել րոպե', | ||
decrementMinute: 'Նվազեցնել րոպե', | ||
pickSecond: 'Ընտրել երկրորդը', | ||
incrementSecond: 'Ավելացնել վայրկյան', | ||
decrementSecond: 'Նվազեցնել վայրկյան', | ||
toggleMeridiem: 'Փոփոխել Ժամանակաշրջանը', | ||
selectTime: 'Ընտրել Ժամ', | ||
selectDate: 'Ընտրել ամսաթիվ', | ||
dayViewHeaderFormat: { month: 'long', year: '2-digit' }, | ||
locale: 'hy', | ||
startOfTheWeek: 1, | ||
dateFormats: { | ||
LT: 'H:mm', | ||
LTS: 'H:mm:ss', | ||
L: 'dd.MM.yyyy', | ||
LL: 'd MMMM yyyy թ.', | ||
LLL: 'd MMMM yyyy թ., H:mm', | ||
LLLL: 'dddd, d MMMM yyyy թ., H:mm', | ||
}, | ||
ordinal: (n) => n, | ||
format: 'L LTS', | ||
};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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
const name = 'hy'; | ||
|
||
const localization = { | ||
today: 'Այսօր', | ||
clear: 'Ջնջել ընտրվածը', | ||
close: 'Փակել', | ||
selectMonth: 'Ընտրել ամիս', | ||
previousMonth: 'Նախորդ ամիս', | ||
nextMonth: 'Հաջորդ ամիս', | ||
selectYear: 'Ընտրել տարի', | ||
previousYear: 'Նախորդ տարի', | ||
nextYear: 'Հաջորդ տարի', | ||
selectDecade: 'Ընտրել տասնամյակ', | ||
previousDecade: 'Նախորդ տասնամյակ', | ||
nextDecade: 'Հաջորդ տասնամյակ', | ||
previousCentury: 'Նախորդ դար', | ||
nextCentury: 'Հաջորդ դար', | ||
pickHour: 'Ընտրել ժամ', | ||
incrementHour: 'Ավելացնել ժամ', | ||
decrementHour: 'Նվազեցնել ժամ', | ||
pickMinute: 'Ընտրել րոպե', | ||
incrementMinute: 'Ավելացնել րոպե', | ||
decrementMinute: 'Նվազեցնել րոպե', | ||
pickSecond: 'Ընտրել երկրորդը', | ||
incrementSecond: 'Ավելացնել վայրկյան', | ||
decrementSecond: 'Նվազեցնել վայրկյան', | ||
toggleMeridiem: 'Փոփոխել Ժամանակաշրջանը', | ||
selectTime: 'Ընտրել Ժամ', | ||
selectDate: 'Ընտրել ամսաթիվ', | ||
dayViewHeaderFormat: { month: 'long', year: '2-digit' }, | ||
locale: 'hy', | ||
startOfTheWeek: 1, | ||
dateFormats: { | ||
LT: 'H:mm', | ||
LTS: 'H:mm:ss', | ||
L: 'dd.MM.yyyy', | ||
LL: 'd MMMM yyyy թ.', | ||
LLL: 'd MMMM yyyy թ., H:mm', | ||
LLLL: 'dddd, d MMMM yyyy թ., H:mm', | ||
}, | ||
ordinal: (n) => n, | ||
format: 'L LTS', | ||
today: 'Այսօր', | ||
clear: 'Ջնջել ընտրվածը', | ||
close: 'Փակել', | ||
selectMonth: 'Ընտրել ամիս', | ||
previousMonth: 'Նախորդ ամիս', | ||
nextMonth: 'Հաջորդ ամիս', | ||
selectYear: 'Ընտրել տարի', | ||
previousYear: 'Նախորդ տարի', | ||
nextYear: 'Հաջորդ տարի', | ||
selectDecade: 'Ընտրել տասնամյակ', | ||
previousDecade: 'Նախորդ տասնամյակ', | ||
nextDecade: 'Հաջորդ տասնամյակ', | ||
previousCentury: 'Նախորդ դար', | ||
nextCentury: 'Հաջորդ դար', | ||
pickHour: 'Ընտրել ժամ', | ||
incrementHour: 'Ավելացնել ժամ', | ||
decrementHour: 'Նվազեցնել ժամ', | ||
pickMinute: 'Ընտրել րոպե', | ||
incrementMinute: 'Ավելացնել րոպե', | ||
decrementMinute: 'Նվազեցնել րոպե', | ||
pickSecond: 'Ընտրել երկրորդը', | ||
incrementSecond: 'Ավելացնել վայրկյան', | ||
decrementSecond: 'Նվազեցնել վայրկյան', | ||
toggleMeridiem: 'Փոփոխել Ժամանակաշրջանը', | ||
selectTime: 'Ընտրել Ժամ', | ||
selectDate: 'Ընտրել ամսաթիվ', | ||
dayViewHeaderFormat: { month: 'long', year: '2-digit' }, | ||
locale: 'hy', | ||
startOfTheWeek: 1, | ||
dateFormats: { | ||
LT: 'H:mm', | ||
LTS: 'H:mm:ss', | ||
L: 'dd.MM.yyyy', | ||
LL: 'd MMMM yyyy թ.', | ||
LLL: 'd MMMM yyyy թ., H:mm', | ||
LLLL: 'dddd, d MMMM yyyy թ., H:mm', | ||
}, | ||
ordinal: (n) => n, | ||
format: 'L LTS', | ||
}; | ||
|
||
export { localization, name }; | ||
export { localization, name }; |
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,46 @@ | ||
declare const name = 'hy'; | ||
declare const localization: { | ||
today: string; | ||
clear: string; | ||
close: string; | ||
selectMonth: string; | ||
previousMonth: string; | ||
nextMonth: string; | ||
selectYear: string; | ||
previousYear: string; | ||
nextYear: string; | ||
selectDecade: string; | ||
previousDecade: string; | ||
nextDecade: string; | ||
previousCentury: string; | ||
nextCentury: string; | ||
pickHour: string; | ||
incrementHour: string; | ||
decrementHour: string; | ||
pickMinute: string; | ||
incrementMinute: string; | ||
decrementMinute: string; | ||
pickSecond: string; | ||
incrementSecond: string; | ||
decrementSecond: string; | ||
toggleMeridiem: string; | ||
selectTime: string; | ||
selectDate: string; | ||
dayViewHeaderFormat: { | ||
month: string; | ||
year: string; | ||
}; | ||
locale: string; | ||
startOfTheWeek: number; | ||
dateFormats: { | ||
LT: string; | ||
LTS: string; | ||
L: string; | ||
LL: string; | ||
LLL: string; | ||
LLLL: string; | ||
}; | ||
ordinal: (n: any) => any; | ||
format: string; | ||
}; | ||
export { localization, name }; |