telegram-inline-calendar
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -1,1 +0,1 @@ | ||
module.exports = require('./src/Calendar'); | ||
export { GroupCaptcha, GroupCaptchaRTJ } from './src/captcha.js'; |
{ | ||
"name": "telegram-inline-calendar", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Date and time picker and inline calendar for Node.js telegram bots", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -27,2 +27,3 @@ <h1 align="center">telegram-inline-calendar</h1> | ||
* German | ||
* Turkish | ||
@@ -37,3 +38,3 @@ Supported Telegram bot libraries: | ||
There are two versions: | ||
### v1.x - if you are using CommonJS module | ||
### v1.x - if you are using CommonJS modules | ||
```sh | ||
@@ -40,0 +41,0 @@ npm i telegram-inline-calendar |
@@ -8,3 +8,4 @@ { | ||
"fr": ["Di","Lu","Ma","Me","Je","Ve","Sa"], | ||
"it": ["Do","Lu","Ma","Me","Gi","Ve","Sa"] | ||
"it": ["Do","Lu","Ma","Me","Gi","Ve","Sa"], | ||
"tr": ["Pzt", "Sal", "Çar", "Per", "Cum", "Cmt", "Paz"] | ||
}, | ||
@@ -17,3 +18,4 @@ "month3": { | ||
"fr": ["Jan", "Fév", "Mar", "Avr", "Mai", "Jui", "Jui", "Aoû", "Sep", "Oct", "Nov", "Déc"], | ||
"it": ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"] | ||
"it": ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"], | ||
"tr": ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"] | ||
}, | ||
@@ -26,3 +28,4 @@ "pick": { | ||
"fr": "Choisissez un calendrier", | ||
"it": "Scegli un calendario" | ||
"it": "Scegli un calendario", | ||
"tr": "Bir takvim seçin" | ||
}, | ||
@@ -35,3 +38,4 @@ "select": { | ||
"fr": "Veuillez sélectionner une date:", | ||
"it": "Seleziona una data:" | ||
"it": "Seleziona una data:", | ||
"tr": "Lütfen bir tarih seçin:" | ||
}, | ||
@@ -44,3 +48,4 @@ "selecttime": { | ||
"fr": "Veuillez sélectionner une heure:", | ||
"it": "Seleziona un orario:" | ||
"it": "Seleziona un orario:", | ||
"tr": "Lütfen bir zaman seçin:" | ||
}, | ||
@@ -53,3 +58,4 @@ "selectdatetime": { | ||
"fr": "Veuillez sélectionner une date et une heure:", | ||
"it": "Si prega di selezionare una data e un'ora:" | ||
"it": "Si prega di selezionare una data e un'ora:", | ||
"tr": "Lütfen bir tarih ve zaman seçin:" | ||
}, | ||
@@ -62,3 +68,4 @@ "navigafion": { | ||
"fr": "Calendrier de navigation", | ||
"it": "Calendario di navigazione" | ||
"it": "Calendario di navigazione", | ||
"tr": "Navigasyon Takvimi" | ||
}, | ||
@@ -71,3 +78,4 @@ "dialog": { | ||
"fr": "Calendrier de dialogue", | ||
"it": "Calendario di dialogo" | ||
"it": "Calendario di dialogo", | ||
"tr": "Diyalog Takvimi" | ||
}, | ||
@@ -80,4 +88,5 @@ "back": { | ||
"fr": "Dos", | ||
"it": "Indietro" | ||
"it": "Indietro", | ||
"tr": "Geri" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
36611
462
0
300
1